.copy {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2.1;
  padding-bottom: 3%;
  color: #2b3234;
  font-family: "Shippori Mincho", serif;
}


@media screen and (max-width: 768px) {
.copy {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.8;
    padding-bottom: 3%;
    color: #2b3234;
    font-family: "Shippori Mincho", serif;
}
    
}

.copy_cap {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: utile-display, sans-serif;
  color: #2b3234;
  padding-bottom: 1%;
}

.copy_txt {
  padding-bottom: 7%;
}

.menu_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    padding-bottom: 3%;
    color: #3E4443;
    font-family: "Shippori Mincho", serif;
}

.menu_sub_ttl{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2;
    padding-bottom: 1%;
    color: #3E4443;
    font-family: "Shippori Mincho", serif;
	
}

.menu_icon{
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0.5% 3%;
	margin-bottom: 2%;
    color: #d1d1d1;
    font-family: "Shippori Mincho", serif;
	border: 1px solid #d1d1d1;
	border-radius: 15px;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0;
	display: inline-block;
}

.menu_txt{
border-bottom: #dddddd 1px dotted;
padding-bottom: 5%;	
margin-bottom: 5%;
}
.price_ttl{
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Shippori Mincho", serif;
  color: #2b3234;
  padding-bottom: 5%;	
}

.ctmmenu_box{
text-align: center;
margin-top: 5%;
padding-top: 5%;
padding-bottom: 7%;	
padding-left: 5%;
padding-right: 5%;
border: 1px solid #d1d1d1;	
}
.ctmmenu_ttl{ 
font-size: 21px;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 2;
    padding-bottom: 3%;
    color: #3E4443;
    font-family: "Shippori Mincho", serif;
	text-align: center;
}
.ctmmenu_txt{text-align: center;}

@media screen and (max-width: 768px) {
.ctmmenu_box{
text-align: center;
margin-top: 7%;
padding-top: 15%;
padding-bottom: 15%;	
padding-left: 15%;
padding-right: 15%;
border: 1px solid #d1d1d1;	
}	
	
.menu_icon{
    font-size: 10px;
    font-size: 1.0rem;
    padding: 0.5% 3%;
	margin-bottom: 2%;
    color: #d1d1d1;
    font-family: "Shippori Mincho", serif;
	border: 1px solid #d1d1d1;
	border-radius: 15px;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0;
	display: inline-block;
}	
	
}
/* ==========================================================================
   
recommend SECTION

========================================================================== */
.recommends {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0%;
}
.recommends:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}
.recommend{
    width: 24%;
    margin-bottom: 3%;
}
.recommend img {
    width: 100%;
    margin-bottom: 5%;
}
.recommend_sub_ttl{
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    padding-bottom: 1%;
	font-family: utile-display, sans-serif;
}

.recommend_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    padding-bottom: 5%;
    color: #3E4443;
    font-family: "Shippori Mincho", serif;
}
.recommend_txt {
}
@media screen and (max-width: 768px) {
    .recommends {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .recommends:after {
        content: "";
        display: block;
        width: 49%;
        height: 0;
    }
    .recommend {
        width: 49%;
        margin-bottom: 2%;
    }
    .recommend_img {
        margin-bottom: 5%;
    }
}



.salon_subttl {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    padding-bottom: 1%;
color: #2b3234;
font-family: utile-display, sans-serif;
}
.salon_ttl {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 2;
    padding-bottom: 10%;
    color: #3E4443;
}
.salon_txt {
color: #A2A8A8;
font-size: 14px;
font-size: 1.3rem;	
}


/* ==========================================================================
   
SECTION BOX2

========================================================================== */
.box2s {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0%;
}
.box2s:after {
    content: "";
    display: block;
    width: 48%;
    height: 0;
}
.box2{
    width: 48%;
    margin-bottom: 3%;
}
.box2 img {
    width: 100%;
    margin-bottom: 5%;
}

.box2 ul{
padding-top: 3%;
padding-bottom: 5%;
}

@media screen and (max-width: 768px) {
    .box2s {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .box2s:after {
        content: "";
        display: block;
        width: 49%;
        height: 0;
    }
    .box2 {
        width: 49%;
        margin-bottom: 2%;
    }
    .box2_img {
        margin-bottom: 5%;
    }
}


/* ==========================================================================
   
SECTION BOX3

========================================================================== */
.box3s {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0%;
}
.box3s:after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
}
.box3{
    width: 31%;
    margin-bottom: 3%;
}
.box3 img {
    width: 100%;
    margin-bottom: 5%;
}
.box3_sub_ttl{
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    padding-bottom: 1%;
	font-family: utile-display, sans-serif;
}

.box3_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    padding-bottom: 3%;
    color: #3E4443;
    font-family: "Shippori Mincho", serif;
}
.box3_txt {
}
@media screen and (max-width: 768px) {
    .box3s {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .box3s:after {
        content: "";
        display: block;
        width: 49%;
        height: 0;
    }
    .box3 {
        width: 49%;
        margin-bottom: 2%;
    }
    .box3_img {
        margin-bottom: 5%;
    }
}



/* ==========================================================================
   
SECTION BOX4

========================================================================== */
.box4s {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0%;
}
.box4s:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}
.box4{
    width: 24%;
    margin-bottom: 3%;
}
.box4 img {
    width: 100%;
    margin-bottom: 5%;
}
.box3_sub_ttl{
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    padding-bottom: 1%;
	font-family: utile-display, sans-serif;
}

.box4_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    padding-bottom: 3%;
    color: #3E4443;
    font-family: "Shippori Mincho", serif;
}
.box4_txt {
}
@media screen and (max-width: 768px) {
    .box4s {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .box4s:after {
        content: "";
        display: block;
        width: 49%;
        height: 0;
    }
    .box4 {
        width: 49%;
        margin-bottom: 2%;
    }
    .box4_img {
        margin-bottom: 5%;
    }
}



/* ==========================================================================
   
shopinfo

========================================================================== */ 



.shopinfo_outline{
padding-top: 0% !important;	
}
.shopinfo_outline dt{
font-size: 90%;
font-weight: bold;
color: #1e2526;
padding-top: 3%;
font-family: "Shippori Mincho", serif;
}

.shopinfo_outline dd{
padding-bottom: 5%;
border-bottom: #dddddd 1px dotted;	
}

.shopinfo_outline dd li{
list-style: none;
font-size: 85%;	
}

.google-map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}




/*==================================================
スライダーのためのcss
===================================*/

.attmosphere_section{
background-color: #ffffff;
}

.atmslider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:100%;
    margin:0 auto;
	padding-bottom: 0%;
}

.atmslider img {
    width:60vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
}
@media screen and (max-width: 738px) {
.atmslider img {
    width:100vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
}
}
.atmslider .slick-slide {
  transform: scale(1);/*左右の画像のサイズを80%に*/
  transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.7;/*透過50%*/
}

.atmslider .slick-slide.slick-center{
  transform: scale(1);/*中央の画像のサイズだけ等倍に*/
  opacity: 1;/*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 35px;
    width: 35px;
	z-index: 9999;
}


.atm_ttl{ 
font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2;
	padding-top: 5%;
    padding-bottom: 3%;
    color: #3E4443;
    font-family: "Shippori Mincho", serif;
	text-align: center;
}
.atm_txt{text-align: center;}

@media screen and (max-width: 738px) {

.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 35px;
    width: 35px;
	z-index: 9999;
}
	
}


.slick-prev {/*戻る矢印の位置と形状*/
    left: 2%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: 2%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	padding-top: 2%;
  margin:0 0 0 0;
	background: url(../img/noise.png) repeat;	

}	


.slick-dots li {
    display:inline-block;
  margin:0 2px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:60px;/*ドットボタンのサイズ*/
    height:2px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:0%;
	border: none;
    background:#eeeeee;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background: linear-gradient(-135deg, #f7a322, #f01c96);
}


@media screen and (max-width: 738px) {
.slick-dots button {
    color: transparent;
    outline: none;
    width:30px;/*ドットボタンのサイズ*/
    height:2px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:0%;
	border: none;
    background:#eeeeee;/*ドットボタンの色*/
}	
	
}	
/* ==========================================================================
   
RESERVATION

========================================================================== */ 
.rsvn_box{
	width: 100%;
	margin-top: 5%;
	margin-bottom: 0%;
	padding-top: 0%;
	padding-bottom: 0%;
	display: inline-block;
	text-align:center;
	padding-left: 3%;
	padding-right: 3%;
}

.rsvn_box_L {
	width: 33.3%;
	float: left;
	display: block;
	padding-right: 1%;
	padding-bottom: 0%;
}

.rsvn_box_R {
	width: 33.3%;
	float: right;
	display: block;
	padding-left: 1%;
	padding-bottom: 0%;
}
.rsvn_ttl{
font-size: 16px;
  font-size: 1.6rem;
  font-family: utile-display, sans-serif;
  color: #2b3234;
}

.rsvn_txt{
padding-bottom: 7%;
text-align: center;
}

.rsvn_header_txt {
	 font-family: "Shippori Mincho", serif;
    padding: 0.1px;
    -webkit-letter-spacing: 0.04em;
    -moz-letter-spacing: 0.04em;
    -ms-letter-spacing: 0.04em;
    letter-spacing: 0.04em;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
    font-style: italic;	
	font-weight: bold;
}

.rsvn_tel{
 font-size: 30px;
  font-size: 3.0rem;
    letter-spacing: 3px;
    line-height: 2;
	padding-top: 25px;
	padding-bottom: 0%;
	font-weight: bold;
    font-style: italic;	
	text-align: center;
	 font-family: "Shippori Mincho", serif;
}
.rsvn_cap{
 font-size: 14px;
  font-size: 1.4rem;	
padding-bottom: 7%;
text-align: center;
}

@media screen and (max-width: 768px) {	
	
.rsvn_box{
		margin-top: 0%;
		margin-bottom: 0%;
		padding-top: 0%;
		padding-bottom: 5%;
		display: inline-block;
	}

.rsvn_box_L {
		width: 100%;
		display: block;
		padding-bottom: 5%;
	}

.rsvn_box_R {
		width: 100%;
		padding-left: 1%;
		padding-bottom: 5%;
	}	
	
.rsvn_tel{
 font-size: 23px;
  font-size: 2.3rem;
    letter-spacing: 3px;
    line-height: 2;
	padding-top: 25px;
	padding-bottom: 0%;
	font-weight: bold;
    font-style: italic;	
	text-align: center;
	 font-family: "Shippori Mincho", serif;
}
.rsvn_cap{
 font-size: 13px;
  font-size: 1.3rem;	
padding-bottom: 7%;
text-align: center;
}	
	
}			
	
/* ==========================================================================
   
BTN STYLE

========================================================================== */




.rsvn_btnbox{
	margin-top: 5%;
	padding-bottom: 3%;
	display: block;
	width: 100%;
}

.rsvn_btnbox .btn2 {
	border-radius: 40px;
	display: inline-block;
	padding: 0;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	padding-left: 3%;
	line-height: 50px;
	position: relative;
	color: #3E4443 !important;
	border: #3E4443 2.2px solid;
	width: 270px;
	min-width: 270px;
	max-width: 300px;
	margin-bottom: 1%;
	margin-right: 1%;
	
}

.rsvn_btnbox.btnSmall {
	line-height: 50px;
}

.rsvn_btnbox .btnSmall:after {
	line-height: 50px;
}

.rsvn_btnbox .btn2:hover {
	color: #f01c96 !important;
	border: #f01c96 2.2px solid;
}

.rsvn_btnbox .btn2:after {
	font-family: 'themify';
	content: "\e628";
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	right: 5%;
	z-index: 1;
	line-height: 50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

@media screen and (max-width: 738px) {
	.rsvn_btnbox {
		margin-top: 10%;
		padding-bottom: 3%;
		display: block;
	}
}
	

	



/* ==========================================================================
   
SIXPAD MEDICAL PRO(smp)

========================================================================== */
.smp_contents_header{
display: inline-block;
margin-top: 0%;
margin-bottom: 0%;
width: 100%;
}

.smp_contents_box_L{
    width: 35%;
    float: left;
	display: block;
	padding-top: 0%;
	padding-left: 0%;
}

.smp_contents_box_R{
    width: 55%;
    float: right;
	display: block;
	
}


@media screen and (max-width:768px){

.smp_contents_header{
display: inline-flex;
flex-direction: column;
padding-bottom: 0%;
width: 100%;
}	

.smp_contents_box_L{
    width: 100%;
	padding-top: 5%;
	padding-left: 7%;
	padding-bottom: 5%;
	padding-right: 7%;
}

.smp_contents_box_R{
    width: 100%;
	display: block;
	padding-bottom: 0%;
	position: relative;
	
}	

}



.sixpad_ttl{
		font-family: utile-display, sans-serif;
font-size: 18px;
font-size: 1.8rem;
font-weight: bold;
line-height: 2;
padding-bottom: 1%;
}
.sixpad_ttl span{
font-size: 80%;
}
.sixpad_txt{
padding-bottom: 2%;
font-size: 12px;
font-size: 1.2rem;	
}