@charset "UTF-8";

/* 共通部分
------------------------------------- */

@media screen and ( max-width:820px )
{
	html {
		font-size: 100%;
		color: #000;
	}
	body {
		font-family: 'メイリオ', 'Meiryo',  sans-serif;
		width: 100vw;
		line-height: 1.7;
		font-size: 100%;
	}
	img {
		width: 100%;
		height: 100%;
	}
	p {
		font-size: 1rem;
		text-align: justify;
	}
	a.menu:link {
		width: 100%;
		color: #339;
		text-decoration: none;
	}
	a:link {
		text-decoration: none;
	}
	a:visited {
		color: black;
		}
	a:hover {
		color: #424242;
		}
	a:active {
		color: #ff8000;
		}

	header {
		width: 100%;
		height: 10vh;
		display: flex;
	}
	.hd-right-box {
		display: none;
	}
	/* ここからハンバーガーメニュー*/
	.hamburger-menu {
		display: block;
	}
	.menu-btn {
		position: fixed;
		top: 10px;
		right: 10px;
		display: flex;
		height: 60px;
		width: 60px;
		justify-content: center;
		align-items: center;
		z-index: 90;
		background-color: #F35757;
	}
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #ffffff;
		position: absolute;
	}
	.menu-btn span:before {
		bottom: 8px;
	}
	.menu-btn span:after {
		top: 8px;
	}
	/* 次の要素 */
	#menu-btn-check:checked ~ .menu-btn span {
		background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
	}
	#menu-btn-check:checked ~ .menu-btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu-btn-check:checked ~ .menu-btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}
	#menu-btn-check {
		display: none;
	}
		/* 次の要素 */

	.menu-content {
		display: block !important;
		width: 80%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;/*leftの値を変更してメニューを画面外へ*/
		z-index: 80;
		opacity: 0.8;
		background-color: #F35757;
		transition: all 0.5s;/*アニメーション設定*/
	}
	.menu-content ul {
		padding: 70px 10px 0;
	}
	.menu-content ul li {
		border-bottom: solid 1px #ffffff;
		list-style: none;
	}
	.menu-content ul li a {
		display: block;
		width: 100%;
		font-size: 15px;
		box-sizing: border-box;
		color:#ffffff;
		text-decoration: none;
		padding: 9px 15px 10px 0;
		position: relative;
	}
	.menu-content ul li a::before {
		content: "";
		width: 7px;
		height: 7px;
		border-top: solid 2px #ffffff;
		border-right: solid 2px #ffffff;
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 16px;
	}

	#menu-btn-check:checked ~ .menu-content {
		left: 0;/*メニューを画面内へ*/
	}
	.ham-li {
		color: white;
	}
	.test {
		folor: white;
	}
/*ここまで　*/
	header {
		width: 100%;
		height: 120px;
		margin-top: 0 !important;
	}
	.hd-left-box {
		width: 90%;
		height: 100px;
		margin: 0 0 0 0;
	}
	.main-img {
		width: 100%;
		height: 100px;
		background-size: 120%;
		background-position: center;
	}
	.header-wrapper {
		width: 100%;
		height: auto;
	}
	article.article-2 {
		width: 100%;
		height: auto;
	}
	section.section-2 {
		width: 98%;
		height: auto;
		font-size: 0.8rem;
	}
	.section-content {
		width: 100%;
		height: auto;
		padding: 10px 10px 20px 10px;
	}
	.h2-title {
		width: 100%;
		height: auto;
	}
	.photo-box {
		width: 100%;
		height: auto;
	}
	.top-img {
		width: 100%;
		height: auto;
	}
	.more-see {
		display: none;
	}
	table.before_after {
		width: 100%;
		height: auto;
	}
	table.cost_tb {
		width: 100%;
		height: auto;
		margin: 0 auto;
		border: 1px solid #707070;
		border-collapse: collapse;
	}
	td.td_ba {
		padding: 20px 5px 20px 5px;
}
	img.ba_img {
		width: 40vw;
		height: auto;
	}
	table.com_tbl {
		width: 100%;
		height: auto;
		font-size: 0.8rem;
		border-collapse: collapse;
		margin: 0 auto;
	}
	td.com_td {
		border: 1px solid #B4B4B4;
		padding: 10px;
	}
	.cost_bottom {
		width: 100%;
		height: auto;
	}
	.order_box {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.order-title-img {
		width: 90vw;
		height: auto;
	}
	.order-title {
		width: 100%;
		height: auto;
	}
	.order-fig {
		width: 100%;
		height: auto;
		padding: 0 0 30px 0;
		display: flex;
	}
	img.order-img {
		width: 30%;
		height: 30%;
		margin: 30px 0 0 0;
	
	}
	.staff_img {
		width: 90vw;
		height: auto;
	}
	footer {
		width: 100%;
		height: 20vh;
	}
	.footer_box {
	}
	.ft_left_box{
		display: none;
	}
	.ft_right_box {
		display: none;
	}
	.ft_center_box {
		width: 100%;
		height: auto;
		font-size: 0.8rem;
		margin: 0 0 0 0;
		border-right: 0px solid #707070;
		color: gray;
	}
	
	
}
