@charset "utf-8";
/* CSS Document */

.main_img img {
    width: 100%;
}
.md{
	display: none;
}
#menu  {
	width: 960px;
	margin: 0 auto;
	padding: 100px 0 40px 0;
}
#menu h2{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 190%;
	text-align: center;
	letter-spacing: 0.05em;
}
.h3_p{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 60px;
	font-size: 90%;
}
#menu ul {
	overflow: hidden;
}
#menu .culm_2 ul{
	margin-bottom: 80px;
}
#menu .culm_2 ul li{
	float: left;
	width:48%;
	margin-left: 4%
}
#menu ul li{
	float: left;
	width:31.3%;
	margin-left: 3%
}
#menu ul li img{
	width:100%;
}
#menu ul li:first-child{
	margin-left:0;
}
#menu h3{
	font-size: 130%;
	margin-top: 8px;
	line-height: 1.5em;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #3a3a3a;
	text-align: left;
	letter-spacing: 0.05em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
}
#menu .culm_3 h3{
	font-size: 110%;
}
#menu ul li p{
	font-size: 90%;
}
#coursemenu{
	width: 960px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
}
#coursemenu ul{
	padding-top: 50px;
}
#coursemenu ul li{
	width: 100%;
    padding: 20px 0;
    clear: both;
    overflow: hidden;
    border-bottom: 1px dotted #333;
}
.circle {
    width: 6%;
    float: left;
    margin-right: 3%;
    letter-spacing: 2px;
    font-size: 150%;
    text-align: center;
    font-weight: bold;
    border: solid 2px #333;
    border-radius: 50%;
    line-height: 2em;
    font-family: 'Quicksand', sans-serif;
}
#coursemenu ul li dl {
    float: left;
    width: 90%;
	padding-top: 5px;
}
#coursemenu ul li dt {
    float: left;
    font-size: 155%;
    font-weight: bold;
    width: 75%;
}
#coursemenu ul li dd {
    text-align: right;
	font-size: 160%;
	font-weight: bold;
	color: #ba1a3d;
    width: 25%;
    float: left;
}
#treatment{
	width: 100%;
	border: 10px solid #8acbbe;
	margin-top: 50px;
	padding: 4%;
}
#treatment .treatment-coupon{
	font-size: 140%;
	font-weight: 800;
	text-align: center;
	padding-bottom: 10px;
}
#treatment .treatment-coupon span{
	color: #ba1a3d;
	font-size: 155%;
	vertical-align:middle;
}
#treatment .col_3{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	text-align: center;
}
#treatment .col_3 > *{
    width: calc( 30% ) ;
    margin-right: 5%;
}
#treatment .col_3 > *:nth-child(3n){
    margin-right: 0;
}
#treatment .col_3 div{
	padding: 2%;
	background-color: rgba(129,202,196,0.20);
}
#treatment .col_3 .treatment-name{
	font-family: 'Quicksand', sans-serif;
	font-size: 140%;
	line-height: 1.2rem;
}
#treatment .col_3 .treatment-cap{
	font-size: 90%;
	margin-top: 10px;
}
#treatment .col_3 .treatment-price{
	font-size: 90%;
	margin-top: 10px;
}
#treatment .col_3 .treatment-price span{
	font-size: 140%;
	font-weight: bold;
	color:  #ba1a3d;
}
#coursemenu .attention{
	font-size: 90%;
	margin-top: 20px;
	text-align: right;
}
#coursemenu .m_btn,#instagram .m_btn{
	width: 40%;
	margin: 0 auto;
	padding-top: 30px;
}
#coursemenu .m_btn p,#instagram .m_btn p{
	width: 100%;
	background-color: #8acbbe;
	padding: 2%;
	text-align: center;
	font-size: 120%;
	font-family: 'Quicksand', sans-serif;
	color: #fff;
	letter-spacing: 0.1em;
}
#regularmenu{
	width: 960px;
	margin: 40px auto;
}
#regularmenu h4 {
	border-bottom:solid 2px #3A3A3A;
	font-size:170%;
	line-height: 1.8em;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 0.05em;
}
#regularmenu h4 .s_font{
	font-size:50%;
}
#regularmenu #r_menu{
	padding: 60px 0 120px 0;
}
#regularmenu .menu_cont{
	width:47%;
	float:left;
	margin-right:6%;
	overflow: hidden;
	margin-bottom: 60px;
}
#regularmenu .menu_cont:nth-child( 2n ) {
	margin-right:0;
}
#regularmenu table {
    text-align:left;
	font-size:110%;
	line-height:1.7em;
	margin:10px 0 5px 0;
	width:100%;
}
#regularmenu table tr{
	border-bottom: 1px dotted #666;
	line-height: 2.5em;
}
#regularmenu table th{
	font-weight:400;
	text-align:left;
}
#regularmenu table td{
	text-align:right;
}
#regularmenu ul{
	overflow: hidden;
	width:100%;
}
#regularmenu ul li:before {
    content: '※';
    display: inline-block;
    width: 1em;
    text-indent: 0;
}



@media screen and (max-width: 970px) {
	/* 960px以下に適用されるCSS（タブレット用） */	
#menu,#coursemenu,#regularmenu{
    width: 94%;
	font-size: 85%;
}
	
#menu{
	padding:30px auto;
}
	
#menu h2{
	font-size: 170%;
}
		
.h3_p{
	padding-top: 20px;
	padding-bottom: 40px;
}

#menu .culm_2 ul{
	margin-bottom: 60px;
}

#menu h3{
	font-size: 120%;
}

#menu .culm_3 h3{
	font-size: 90%;
}

#menu ul li p{
	font-size: 80%;
}
	
main .md{
	display: block;
}

main .pc{
		display: none;
}
}

@media screen and (max-width: 550px) {
/* 479px以下に適用されるCSS（スマホ用） */
	
#menu,#coursemenu,#regularmenu{
    width: 92%;
	font-size: 80%;
}	
#menu{
	padding: 25px 0 0 0;	
}	
#menu h2{
	font-size: 130%;
}	
.h3_p{
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 1.5em;
}	
.h3_p br{
	display: none;
}
#menu .culm_2 ul{
	margin-bottom: 0;
}
#menu .culm_2 ul li{
	float: none;
	width:100%;
	margin-left: 0;
}
#menu ul li{
	float: none;
	width:100%;
	margin-left: 0;
	margin-bottom:30px;
}
	
#menu h3{
	font-size: 115%;
}
#menu .culm_3 h3{
	font-size: 115%;
}
#coursemenu{
	padding-top: 40px;
	padding-bottom: 50px;
}
#coursemenu ul {
    padding-top: 20px;
}
#coursemenu ul li {
    padding: 10px 0;
}
#coursemenu ul li dl {
    width: 100%;
}
#coursemenu ul li dt {
    font-size: 120%;
    width: 75%;
}
#coursemenu ul li dd {
    font-size: 120%;
    width: 25%;
}
.circle{
	display: none;
}
#treatment {
    border: 5px solid #8acbbe;
    margin-top: 30px;
}
#treatment .col_3 > * {
    width: calc( 100% );
    margin-right: 0%;
	margin-bottom: 20px;
}
#treatment .col_3 div {
    padding: 3%;
}
#treatment .treatment-coupon {
    font-size: 120%;
}
#treatment .treatment-coupon span {
    font-size: 130%;
}
#treatment .col_3 .treatment-name {
    font-size: 110%;
	line-height: 1rem;
}
#treatment .col_3 .treatment-cap {
    font-size: 80%;
    margin-top: 5px;
}
#treatment .col_3 .treatment-price {
    font-size: 95%;
    margin-top: 0px;
}
#coursemenu .attention {
    font-size: 80%;
    margin-top: 10px;
}
	
#regularmenu{
	margin: 0 auto;
}

#regularmenu h4 {
	font-size:140%;
	line-height: 1.5em;
}

#regularmenu h4 .s_font{
	font-size:50%;
}

#regularmenu #r_menu{
	padding: 20px 0 80px 0;
}

#regularmenu .menu_cont{
	width:100%;
	float:none;
	margin-right:0;
	margin-bottom: 20px;
}

#regularmenu table tr{
	line-height: 2em;	
}
	
#regularmenu ul li{
font-size:80%;
}
	
main .md{
	display: none;
}
	
main .sp{
	display: block;
}
}