@charset "utf-8";
/*568px以下のサイズ用*/
@media screen and (max-width: 768px){
/*トップページ-----------------*/
.top-main-haikei {
	float: left;
	width: 100%;
	background-image: url("../images/top/sp-main_haikei.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	aspect-ratio: 751 / 1111;
	max-height: 1000px;
	margin-top: 76px;
}
.top-maincopy {
	width: 50%;
	float: left;
	margin-left: 5%;
	padding-top: 60px;
	display: none;
}
.top-maintitle {
	width: 100%;
	float: left;
	padding-top: 30px;
}
/*information----------*/
.top-oshirase-wrap {
	width: 90%;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 40px;
}
.top-oshirase-tilte {
	width: 100%;
	float: left;
	padding-top: 0px;
	font-size : 20px;
    letter-spacing : 0.04em;
	line-height: 1.3em;
    color : #27AFA5;
	padding-bottom: 5px;
}
.top-oshirase-tilte-jp {
	font-size : 14px;
    letter-spacing : 0.08em;
	line-height: 1.3em;
    color : #808080;
	padding-left: 3em;
	padding-top: 5px;
	display: none;
}

.top-oshirase-linebox {
	width: 100%;
	float: left;
	border-top: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top-oshirase-tex-wrap {
	width: 100%;
	float: left;
	height: 150px;
	overflow: scroll;
   overflow-x: visible;
}
.top-oshirase-innar {
	float: left;
	width: 98%;
	background-image : linear-gradient(to right, #27AFA5 2px, transparent 2px);
 background-size: 8px 2px;
 background-repeat: repeat-x; 
 background-position: left bottom;
	margin-bottom: 10px;
	margin-right: 2%;
	padding-bottom: 15px;
}
.top-oshirase-table {
	width: 100%;
}
.top-oshirase-table th {
	width: 25%;
	font-size : 10px;
  letter-spacing : 0.05em;
	line-height: 1.6em;
	text-align: left;
	float: left;
}

.top-oshirase-tex {
	width: 100%;
	font-size : 14px;
  letter-spacing : 0.05em;
	line-height: 1.6em;
	vertical-align: top;
	float: left;
}

.top-oshirase-bo-box {
	width: 98%;
	float: left;
	padding-top: 20px;
	padding-right: 2%;
	position: relative;
	display: flex;
  justify-content: flex-end;
}
.top-oshirase-bo-box img {
	height: auto;
  transition: transform .4s ease;
}
.top-oshirase-bo-box:hover img {
	transform: scale(1.2);
}	
/*informationここまで-----*/		
.top-point-wrap {
	width: 90%;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 40px;
	padding-bottom: 60px;
}
.top-point-l {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
.top-point-l img {
	width: 100px;
	height: auto;
}
.top-point-r {
	width: 100%;
	float: left;
}
.top-point-r ol {
	padding-left: 1.5em;
}
.top-point-r ol li {
	list-style-type: none;
  counter-increment: cnt;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  padding-bottom: 20px;
	color : #666666;
}
.top-point-r ol li:before {
	margin-right: .25em;
  content:  counter(cnt) ". "; 
  display: inline-block;
  color: #27AFA5;
  font-size: 22px;
  margin-left: -1.2em;
	width: 1.2em;
}
.top-gsalon-haikei {
	width: 90%;
	float: left;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 20px;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 60px;
	margin-bottom: 80px;
	background : #F1F1F1;
}
.top-gsalon-2box {
	width: 100%;
	float: left;
	background : rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(229, 229, 229, 0.65);
	border-radius : 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 0px;
	margin-bottom: 40px;
}
.top-gsalon-title {
	width: 95%;
	float: left;
	margin-left: 2.5%;
	margin-right: 2.5%;
	background : #27AFA5;
	border-radius : 5px;
	font-size : 22px;
  line-height : 1.3em;
  letter-spacing : 0.05em;
  color : #FFFFFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.top-gsalon-title-sankaku {
	width: 100%;
	float: left;
	background-image: url(../images/top/sankaku.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 24px;
}
.top-gsalon-tex {
	width: 90%;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 25px;
	color : #1A1A1A;
	font-weight: 300;
	line-height: 1.5em;
}
.top-gsalon-tex p {
	padding-bottom: 10px;
}
.top-osusume-wrap {
	width: 90%;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 60px;
	padding-bottom: 80px;
}
.top-osusume-l {
	width: 100%;
	float: left;
	font-size : 17px;
  line-height : 1.5em;
  letter-spacing : 0.05em;
  color : #4D4D4D;
}
.top-osusume-l ul {
	list-style-type:none;
}
.top-osusume-l li {
	padding-left:35px;
background-image:url("../images/top/chekmark.png");
background-repeat:no-repeat;
background-position:0px 4px;
	padding-bottom: 25px;
}
.top-osusume-r {
	width: 100%;
	float: left;
	text-align: right;
}
.top-price-box {
	width: 90%;
	float: left;
	border: 1px solid #B2B2B2;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-left: 5%;
	margin-right: 5%;
		margin-bottom: 80px;
}
.top-price-tex {
	width: 90%;
	float: left;
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	color : #666666;
	padding-top: 20px;
		text-align: center;
	padding-left: 5%;
	padding-right: 5%;
}
.top-price-tex-28 {
	font-size: 22px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	padding-top: 30px;
}
.top-price-tex-36 {
	font-size: 26px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}
.top-price-bo-box {
	width: 100%;
	float: left;
	padding-top: 30px;
	display: flex;
  justify-content: center;
}
.top-price-bo {
	width: 275px;
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	text-decoration: none;
	font-size : 20px;
	line-height : 1.3em;
	letter-spacing : 0.05em;
	color: #FFFFFF;
	border: 2px solid #27AFA5;
	background-color: #27AFA5;
	border-radius: 5px;
	transition: .4s;
	background-image: url(../images/top/maru_yaji.png);
	background-repeat: no-repeat;
	background-position: 90% center;
}
.top-price-bo:hover {
	background-color: #FFFFFF;
	color: #27AFA5;
	background-image: url(../images/top/maruyaji_ov.png);
	background-repeat: no-repeat;
	background-position: 90% center;
}
.top-chui-copy {
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	color : #666666;
	padding-top: 30px;
}
.top-chui-haikei {
	width: 90%;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 40px;
	padding-bottom: 60px;
	background : rgba(247, 250, 252, 0.85);
	margin-top: 40px;
	margin-bottom: 60px;
}
.top-chui-l {
	width: 100%;
	float: left;
	font-size : 18px;
  line-height : 1.5em;
  letter-spacing : 0.05em;
  color : #666666;
}
.top-chui-l ul {
	padding-left: 1.5em;
}
.top-chui-l li {
	padding-bottom: 20px;
	list-style-type: disc;
}
.top-chui-r {
	width: 60%;
	float: left;
	text-align: right;
	padding-left: 40%;
	padding-right: 0%;
	padding-top: 10px;
}
.top-nagare-wrap {
	width: 90%;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 40px;
}
.top-nagare-wrap-bot {
	padding-bottom: 80px;
}
.top-nagare-number {
	width: 100%;
	float: left;
	font-size : 22px;
  line-height : 1.5em;
  letter-spacing : 0.05em;
  color : #666666;
	padding-bottom: 12px;
}
.top-nagare-big {
	font-size : 32px;
  line-height : 1.5em;
  letter-spacing : 0.05em;
}
.top-nagare-l {
	width: 100%;
	float: left;
	padding-right: 0%;
	padding-bottom: 30px;
}
.top-nagare-r {
	width: 100%;
	float: left;
	 font-size : 17px;
  line-height : 1.8em;
  letter-spacing : 0.05em;
  color : #666666;
}
.top-nagare-btn {
	display: flex;
  justify-content: center;
}
.top-nagare-bo {
	width: 275px;
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	text-decoration: none;
	font-size : 20px;
	line-height : 1.3em;
	letter-spacing : 0.05em;
	color: #FFFFFF;
	border: 2px solid #27AFA5;
	background-color: #27AFA5;
	border-radius: 5px;
	transition: .4s;
	background-image: url(../images/top/maruyaji_s.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	margin-top: 20px;
	margin-left: 0%;
}
.top-nagare-bo:hover {
	background-color: #FFFFFF;
	color: #27AFA5;
	background-image: url("../images/top/maruyaji_s_ov.png");
	background-repeat: no-repeat;
	background-position: 90% center;
}	
.top-nagare-title {
	font-size : 22px;
  line-height : 1.5em;
  letter-spacing : 0.06em;
  color : #4D4D4D;
	border-bottom: 1px solid #27AFA5;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.top-nagare-title img {
	vertical-align: middle;
	padding-right: 10px;
}
.top-cancel-wrap {
	width: 80%;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0px;
	margin-bottom: 60px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 5%;
	padding-right: 5%;
	background : rgba(247, 250, 252, 0.85);
	line-height: 1.7em;
}
.top-cancel-title {
	font-size: 21px;
	letter-spacing: 0.05em;
	line-height: 1.8em;
	color: #27AFA5;
	padding-bottom: 10px;
	display:flex;
  align-items:center;
}
.top-cancel-title:after {
  margin-left:10px;
  border-top:1px solid #27AFA5;
  content:"";
  flex-grow:1;
	}	
.top-cancel-clname {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.6em;
}	
.top-kiki-haikei {
	width: 90%;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 60px;
	padding-bottom: 60px;
	background : rgba(247, 250, 252, 0.85);
	margin-top: 60px;
	margin-bottom: 0px;
}
.top-kiki-l {
	width: 100%;
	float: left;
	padding-right: 0%;
}
.top-kiki-r {
	width: 100%;
	float: left;
	padding-left: 0%;
	color: #4D4D4D;
	padding-top: 30px;
}
.top-kiki-copy {
	 font-size : 26px;
  line-height : 1.5em;
  letter-spacing : 0.06em;
  color : #666666;
}
.top-kiki-title {
	 font-size : 20px;
  line-height : 1.5em;
  letter-spacing : 0.06em;
  color : #27AFA5;
	padding-top: 30px;
	font-weight: 600;
}
.top-kiki-img02 {
	 text-align: center;
	padding-top: 30px;
}
/*予約方法-ご予約の流れ*/
.yoyaku-main-copy {
	float: left;
	width: 90%;
	text-align: left;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	 color : #666666;
	padding-bottom: 60px;
	padding-left: 5%;
	padding-right: 5%;
}	
.yoyaku-nagare-maintitle {
	padding-bottom: 80px;
}
.yoyaku-nagare-wrap {
	width: 90%;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
}
.yoyaku-nagare-wrap-bot {
	width: 90%;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 40px;
}
.yoyaku-nagare-tex {
	width: 100%;
	float: left;
	 font-size : 16px;
  line-height : 1.8em;
  letter-spacing : 0.05em;
  color : #666666;
}
.yoyaku-nagare-04-l {
	width: 100%;
	float: left;
}
.yoyaku-nagare-04-r {
	width: 100%;
	float: left;
	text-align: center;
}
.yoyaku-nagare-06-l {
	width: 100%;
	float: left;
	padding-top: 30px;
}
.yoyaku-nagare-06-r {
	width: 100%;
	float: left;
	text-align: center;
	padding-right: 0%;
	padding-top: 30px;
}
.yoyaku-nagare-07-wrap {
	width: 100%;
	float: left;
	padding-top: 30px;
	display: flex;
flex-direction: column;
}
.yoyaku-nagare-07-l {
	width: 100%;
	float: left;
	text-align: center;
	padding-right: 0%;
	order: 2;
}
.yoyaku-nagare-07-r {
	width: 100%;
	float: left;
	text-align: center;
	order: 1;
	padding-bottom: 30px;
}	
.yoyaku-nagare-title {
	font-size : 20px;
  line-height : 1.5em;
  letter-spacing : 0.06em;
  color : #4D4D4D;
	border-bottom: 1px solid #27AFA5;
	padding-bottom: 8px;
	margin-bottom: 20px;
	font-weight: 600;
	background-image: url("../images/top/nagare_icon.png"); 
 background-repeat: no-repeat;
 background-position: left 2px; 
 padding-left: 35px;
}

.yoyaku-nagare-img {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 40px;
}
.yoyaku-nagare-yaji {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.yoyaku-nagare-subtitle {
	font-size: 17px;
	line-height: 1.8em;
	letter-spacing: 0.08em;
	font-weight: 600;
}
.yoyaku-nagare-come {
	font-size: 18px;
	line-height: 1.8em;
	letter-spacing: 0.08em;
	font-weight: 600;
}
.yoyaku-nagare-topaki {
	padding-top: 30px;
}
.yoyaku-nagare-card {
	padding-top: 10px;
}
.yoyaku-red {
	color: #DA2E16;
	font-weight: bold;
}	
	
/*施術前シェービング-------*/
.shav-maincopy-wrap {
	width: 90%;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 40px;
}
.shav-maincopy-l {
	width: 100%;
	float: left;
	padding-left: 0%;
	color: #666666;
	font-size: 18px;
	line-height: 1.7em;
	letter-spacing: 0.05em;
}
.shav-maincopy-r {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 20px;
}
.shav-maincopy-r img {
	height: 250px;
	width: auto;
}
.shav-merit-haikei {
	width: 100%;
	float: left;
	background : rgba(247, 250, 252, 0.85);
	margin-top: 60px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 0px;
}
.shav-merit-wrap {
	width: 90%;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 60px;
}
.shav-merit-l {
	width: 100%;
	float: left;
	margin-left: 0%;
	padding-right: 2%;
}
.shav-merit-l img {
	padding-right: 30px;
	width: 120px;
	height: auto;
}
.shav-merit-r {
	width: 100%;
	float: left;
	padding-top: 20px;
}
.shav-merit-r ul {
	padding-left: 1.5em;
}
.shav-merit-r li {
	padding-bottom: 15px;
	list-style-type: disc;
	font-size: 17px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}
.shav-tool-l {
	width: 100%;
	float: left;
	padding-right: 0%;
	font-size : 17px;
  letter-spacing : 0.05em;
	line-height: 1.7em;
}
.shav-tool-title {
	font-size : 30px;
  letter-spacing : 0.03em;
	line-height: 1.3em;
  color : #27AFA5;
	font-weight: 500;
}
.shav-tool-copy {
	font-size : 19px;
  letter-spacing : 0.05em;
	line-height: 1.6em;
	padding-bottom: 30px;
	padding-top: 15px;
}
.shav-tool-r {
	width: 100%;
	float: left;
	text-align: center;
	padding-left: 0%;
	padding-top: 30px;
}
.shav-part-wrap {
	width: 90%;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 60px;
	padding-bottom: 30px;
}
.shav-part-l {
	width: 100%;
	float: left;
	padding-top: 40px;
}
.shav-part-l-come {
	width: 90%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5%;
	padding-right: 5%;
	border-radius : 5px;
	border: 1px solid #333333;
	font-size: 15px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	margin-top: 20px;
}
.shav-part-r {
	width: 100%;
	float: left;
	padding-top: 60px;
	padding-left: 0%;
}
.shav-part-title {
	width: 95%;
	float: left;
	padding-left: 2.5%;
	padding-right: 2.5%;
	background : #27AFA5;
	border-radius : 5px;
	font-size : 21px;
  line-height : 1.3em;
  letter-spacing : 0.05em;
  color : #FFFFFF;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 20px;
	font-weight: 600;
}
.shav-btn {
	width: 100%;
	clear: both;
	display: flex;
  justify-content: center;
	padding-top: 40px;
}
.shav-bo-p,.shav-bo-o,.shav-bo-b {
	width: 442px;
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	text-decoration: none;
	font-size : 20px;
	line-height : 1.3em;
	letter-spacing : 0.05em;
	color: #333333;
	border-radius: 33px;
	transition: .4s;
	background-image: url("../images/shaving/shav_maruyaji.png");
	background-repeat: no-repeat;
	background-position: 95% center;
}
.shav-bo-p:hover,.shav-bo-o:hover,.shav-bo-b:hover {
	color: #FFFFFF;
}
.shav-bo-p {
	background-color: #F6D8E7;
}
.shav-bo-p:hover {
	background-color: #E298C4;
}
.shav-bo-o {
	background-color: #FAE5D5;
}
.shav-bo-o:hover {
	background-color: #F4CAAE;
}
.shav-bo-b {
	background-color: #B6DDF2;
}
.shav-bo-b:hover {
	background-color: #8DC8E2;
}
/*シェービング詳細ページ*/
.shav-sho-imgbox01 {
	width: 90%;
	float: left;
	padding-top: 60px;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
}
.shav-sho-imgbox02 {
	width: 90%;
	float: left;
	padding-top: 40px;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
}
.shav-sho-kyotsubox {
	width: 90%;
	float: left;
	padding-top: 40px;
	text-align: center;
	padding-bottom: 20px;
	padding-left: 5%;
	padding-right: 5%;
}
/*施術後の過ごし方-------*/
.after-2box-wrap {
	width: 90%;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 60px;
	padding-bottom: 0px;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.after-2box {
	width: 100%;
	float: left;
	background: #FFFFFF;
	border: 1px solid #CBCBCB;
	padding-top: 15px;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.after-2box-title-l,.after-2box-title-r {
	width: 96%;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
	 font-size : 21px;
  line-height : 1.5em;
  letter-spacing : 0.05em;
	padding-top: 10px;
	padding-bottom: 10px;
  color : #FFFFFF;
	border-radius : 5px;
}
.after-2box-title-l {
	background : rgba(152, 152, 152, 0.68);
}
.after-2box-title-r {
	background : #989898;
}
.after-2box-title-l h4,.after-2box-title-r h4 {
	font-weight: 600;
}	
.after-2box-tex {
	width: 88%;
	float: left;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 30px;
}
.after-2box-img {
	width: 88%;
	float: left;
	padding-left: 6%;
	padding-right: 6%;
	text-align: right;
	padding-top: 20px;
}
.after-2box-tex ul {
	padding-left: 1.5em;
}
.after-2box-tex li {
	padding-bottom: 15px;
	list-style-type: disc;
	font-size: 17px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}
.after-2box-tex-s {
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}
.after-2box-come {
	width: 86.4%;
	float: left;
	padding-left: 6.8%;
	padding-right: 6.8%;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}
.after-care-copy {
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	padding-top: 30px;
	color: #333333;
	text-align: left;
}
.after-care-haikei {
	width: 90%;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	 background : rgba(247, 250, 252, 0.85);
	margin-top: 60px;
	padding-top: 40px;
	padding-bottom: 60px;
	margin-bottom: 40px;
}

.after-care-l {
	width: 100%;
	float: left;
	padding-top: 60px;
}
.after-care-r {
	width: 100%;
	float: left;
	text-align: right;
	padding-top: 20px;
	padding-right: 0%;
}
.after-care-r img {
	height: 300px;
	width: auto;
}
.after-care-l-wrap {
	width: 100%;
	float: left;
	display: flex;
 justify-content: space-between;
	padding-bottom: 0px;
	flex-wrap: wrap;
}
.after-care-innar01,.after-care-innar02 {
	width: 90%;
	float: left;
	 font-size : 17px;
  line-height : 1.7em;
  letter-spacing : 0.05em;
  color : #1A1A1A;
	min-height: 120px;
	padding-top: 40px;
	padding-left: 5%;
	padding-right: 5%;
	border-radius : 5px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.after-care-innar01 {
	background : rgba(39, 175, 165,0.13);
}
.after-care-innar02 {
	background : rgba(39, 175, 165, 0.06);
}
/*Q&A------------*/
.qa-main-copy {
	float: left;
	width: 90%;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	 color : #666666;
	padding-bottom: 80px;
	padding-left: 5%;
	padding-right: 5%;
}
.qa-p-haikei {
	width: 100%;
	float: left;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 250px;
	padding-bottom: 30px;
	background-image: url("../images/qa/photo_haikei.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 120%;
	margin-bottom: 0px;
}
.qa-toka-haikei {
	float: left;
	width: 100%;
	background : rgba(255, 255, 255, 0.84);
	padding-top: 30px;
}

/*アコーデオン------*/
/*ベース*/
.accordion {
	width: 90%;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 20px;
}
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 15px 3.5em 15px 1em;
	display: block;
	background:#E5E5E5;
	border: 1px solid #E6E6E6;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.3em;
	border-radius : 4px;
	cursor:pointer;
	color : #000000;
	font-weight: 600;
}
.qa-number { /*タイトル数字*/
	font-size: 17px;
	padding-right: 5px;
	display: block;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 15px;
	height: 15px;
	border-top: 3px solid #000000;
	border-right: 3px solid #000000;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 15px );
	right: 30px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.2s;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:60px;
	padding:0 20px;
	overflow: hidden;
	background:#FFFFFF;
}
.qa-copy { /*本文コピー*/
	font-size: 18px;
	padding-bottom: 20px;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}	
/*サイトマップ----------*/
.site-haikei {
	width: 90%;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 60px;
	padding-bottom: 60px;
	background : rgba(247, 250, 252,0.85);
	font-size: 17px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	color : #4D4D4D;
}
.site-1st {
	border-bottom: 1px solid #27AFA5;
	padding-bottom: 5px;
	margin-bottom: 30px;
	padding-left: 1em;
}
.site-1st img {
	vertical-align: middle;
	padding-right: 8px;
}
.site-1st-dot {
display: none;
}	
.site-2nd {
	font-size: 16px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	padding-left: 3em;
	padding-bottom: 30px;
}
.site-2nd li {
	padding-bottom: 10px;
}
	.site-2nd li a {
	display: block;
}
.site-2nd img {
	vertical-align: middle;
	padding-right: 8px;
}
.site-haikei a {
	color: #4D4D4D;
	text-decoration: none;
}
.site-haikei a:hover {
	color: #27AFA5;
	text-decoration: none;
}
/*WEB予約---------*/
.yoyaku-wrap {
	width: 86%;
	float: left;
	padding-left: 7%;
	padding-right: 7%;
	padding-top: 40px;
	padding-bottom: 60px;
	background : rgba(247, 250, 252,0.85);
	margin-bottom: 60px;
}
.yoyaku-damybox {
	width: 100%;
	float: left;
	display: block;
	height: 80px;
}
/*お知らせ一覧-----------*/
.oshirase-haikei {
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-bottom: 60px;
	background : rgba(247, 250, 252,0.85);
}
.oshirase-tex-wrap {
	width: 100%;
	float: left;
	margin-top: 20px;
	min-height: 170px;
}	
	


 /*タイトルなど共通------*/
.maintitle-haikei {
	float: left;
	width: 100%;
	background-image: url("../images/temp/sp_maintitle_haikei.jpg");
	background-repeat: no-repeat;
	background-position: 85% top;
	background-size: 120%;
	margin-top: 75px;
	margin-bottom: 30px;
}
.maintitle-box {
	float: left;
	width: 60%;
	 padding-left:3%;
	margin-top: 60px;
	margin-bottom: 60px;
	background : #27AFA5;
	font-size : 20px;
  line-height : 1.3em;
  letter-spacing : 0.05em;
  color : #FFFFFF;
	padding-top: 10px;
	padding-bottom: 15px;
}
.maintitle-box-s {
	font-size : 16px;
  line-height : 1.3em;
  letter-spacing : 0.03em;
}
.subtitle {
	float: left;
	width: 90%;
	font-size : 30px;
  letter-spacing : 0.03em;
	line-height: 1.3em;
  color : #27AFA5;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
}
.subtitle h3,.subtitle h2 {
	font-weight: 500;
}	
.subtitle img {
	padding-bottom: 20px;
}	

/*パンクズリンク*/
.pankuzubox {
  font-size: 12px;
  color: #6D6C6C;
  float: left;
  width: 98%;
  padding-top: 10px;
	padding-bottom: 100px;
  padding-right: 2%;
  line-height: 1.3em;
	text-align: right;
	display: none;
}
.pankuzubox a:link,.pankuzubox a:visited,.pankuzubox a:active {
 color: #6D6C6C;
 text-decoration: none;
}
.pankuzubox a:hover {
 color: #27AFA5;
 text-decoration: none;
}
		
/*デザイン関連共通*/

.toka {
}
.sp-img {
}

/*pcとスマホで改行を変える*/
.br-pc { 
  display:none; 
}
.br-sp { 
  display:block; 
}	
/*テンプレートここから*/
.container {
	width: 90%;
	display: block;
	clear: both;
	margin-left: 5%;
  margin-right: 5%;
}  
/*テンプレート用ダミーボックス*/
.content-100box {
width: 100%;
	float: left;
  height: 300px;
}
/*スマホdrawerメニュー*/
body .drawer .drawer--left {
  display: block;
  z-index: 9999;
  }
  .header {
  display: block;
}
/*ヘッダ・PCナビ------*/ 
#hed-nav-wrap{
position: fixed;
  width: 100%;
  float: left;
  display: flex;
z-index: 999;
  top: 0;
	background-color: #FFFFFF;
border-bottom: 1px solid #C7C8C8;
flex-direction: column;
}

.hed-left {
  width: 35%;
  float: left;
	padding-left: 5%;
	padding-right: 60%;
	padding-top: 5px;
	order: 2;
}
.hed-texbox {
	width: 93%;
   float: left;
	padding-top: 8px;
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	padding-left: 7%;
	padding-bottom: 0px;
	order: 1;
}	
.hed-right {
    width: 100%;
  float: left;
	text-align: left;
	padding-top: 15px;
	display: none;
} 
.hed-tel {
  width: 100%;
  float: left;
	padding-bottom: 15px;
	display: none;
}
.hed-jikan {
  width: 100%;
  float: left;
	 font-size : 13px;
  letter-spacing : 0.02em;
	line-height: 1.3em;
  color : #4D4D4D;
}
.hed-jikan img {
  vertical-align: middle;
	padding-right: 5px;
}
.hed-yoyaku {
  width: 7%;
  float: right;
	text-align: right;
	display: none;
} 

.nav-haikei {
   width: 93%;
  float: left;
	border-bottom: 1px solid #C7C8C8;
	padding-right: 7%;
	 font-size : 17px;
  letter-spacing : 0.05em;
  color : #6D6C6C;
	line-height: 1.3em;
	display: none;
  justify-content: flex-end;
	padding-bottom: 20px;
	padding-top: 6px;
}
.nav-haikei li {
  float: left;
	padding-left: 60px;
	display: block;
}
.nav-haikei li img {
  vertical-align: middle;
	padding-right: 8px;
}
/*pcグローバルナビここまで---------*/
  
/*ページトップボタン----*/
#page-top {
  position: fixed;
	bottom: 60px;
	right: 10px;
  z-index: 99999;
}
/*サイドナビ------------*/
.webyoyaku-box {
	position: fixed;
	top: 45%;
	right: 0;
	display: none;
	overflow: hidden;
	margin: 0;
	-webkit-transform: translateY(-45%);
	        transform: translateY(-45%);
    z-index: 30;
}
.webyoyaku {
	width: 58px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.webyoyaku li {
	position: relative;
	right: 0px;
	text-align: left;
  margin-bottom: 10px;
}
.webyoyaku a {
	text-decoration: none;
}
/*スマホのみお知らせ*/
#futa-kotei-wrap {
  float: left;
  width: 100%;
  position: fixed;
  bottom: 0;
  display: block;
	z-index: 30;
}
.futa-kotei-innar {
  float: left;
  width: 50%;
}	
/*フッタ-------*/

.futa-wrap {
  float: left;
  width: 100%;
	margin-top: 50px;
}	
.futa-wrap-l {
   float: left;
  width: 90%;
	padding-top: 30px;
	padding-bottom: 30px;
	background : #27AFA5;
	color: #FFFFFF;
	padding-left: 5%;
	padding-right: 5%;
}
.futa-wrap-c {
  float: left;
  width: 90%;
	padding-top: 0px;
	background : #27AFA5;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 30px;
	display: none;
}	
.futa-wrap-r {
  float: left;
  width: 100%;
background : #27AFA5;
	padding-right: 0%;
	padding-top: 20px;
	padding-bottom: 30px;	
}
.futa-rogo {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	font-weight: 300;
}
.futa-rogo img {
	padding-right: 20px;
	vertical-align: middle;
	width: 130px;
	height: auto;
}
.futa-adress {
	float: left;
	width: 100%;
padding-top: 15px;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}
.futa-tel {
	float: left;
	width: 100%;
	padding-top: 10px;
	line-height: 1.5em;
}
.futa-tel-number {
	font-size: 18px;
	padding-left: 10px;
}
.futa-tel-clname {
	font-size: 14px;
	padding-left: 5.5em;
}	
.futa-jikan {
  float: left;
	width: 100%;
	padding-top: 10px;
	font-size: 15px;
	letter-spacing: 0.03em;
	line-height: 1.8em;
}
.futa-jikan img {
 vertical-align: middle;
	padding-right: 8px;
}
.futa-jikan-doniti {
padding-left: 0px;
}
/*スマホ非表示--------*/	
.futa-instabox {
  float: left;
  width: 100%;
 background: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	display: none;
	}
.futa-instabox-01 {
  float: left;
  width: 100%;
	}
.futa-instabox-02 {
  float: left;
  width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	}
/*スマホ非表示ここまで-----*/		
/*スマホのみのインスタボタン*/	
.futa-instabox-sp {
  float: left;
  width: 94%;
	padding-top: 30px;
	padding-right: 6%;
	text-align: right;
	display:block;
	}
/*---------------------*/	
.futa-map-box {
  float: left;
  width: 90%;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
}
.futa-googlemap {
  float: left;
  width: 95%;
	margin-top: 10px;
	text-align: right;
	padding-right: 5%;
}
.futa-googlemap img {
  padding-right: 10px;
	vertical-align: middle;
}
.futa-googlemap a {
  text-decoration: none;
	color: #FFFFFF;
}
.futa-googlemap a:hover {
  text-decoration: none;
	color: #333333;
}	
.futa-bana-wrap {
  float: left;
  width: 100%;
	margin-top: 30px;
	padding-bottom: 15px;
}
.futa-bana-wrap ul {
 width: 100%;
	display: flex;
 justify-content: center;
	flex-wrap: wrap;
}
.futa-bana-wrap li {
  display: block;
	padding-left: 30px;
	padding-right: 20px;
}
.futa-bana-cl {
  padding-top: 0px;
	padding-bottom: 15px;
}

#futa-copyright {
  float: left;
  width: 100%;
  padding-top: 5px;
  text-align: center;
  font-size : 12px;
  line-height : 1.5em;
  letter-spacing : 0.03em;
	margin-bottom: 60px;
}
#futa-copyright-kamoku {
  font-size : 12px;
	display: none;
}





/*メディアクエリ閉じタグ--------*/
}
