@charset "utf-8";
/* CSS Document */

/* ===================================================================
 Reset
=================================================================== */
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
 margin: 0; padding: 0; border: 0; font-weight: normal; font-size: 100%; vertical-align:baseline; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
article, header, footer, aside, figure, figcaption, nav, section { display:block; }
figure {padding: 0; margin: 0 0 1em 0;}
html { scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
body { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
table { border-collapse: collapse; border-spacing: 0;}

@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Medium");}
@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Bold"); font-weight: bold;}

body { padding:0; margin:0 auto; font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif; color:#231816; font-size:18px; line-height:1.5; background: #FFFCF1; letter-spacing: 0.05em;}
.wrap {position: relative; overflow: hidden;}

/* Chrome でのみフォントを太めに表示する */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  * { text-shadow: transparent 0 0 0, rgba(0, 0, 0, .7) 0 0 0 !important;}
}

@media only screen and (min-width: 960px) { 
    .tel { pointer-events:none}
}

p { margin:0 0 1em; padding:0; word-wrap: break-word; }
code { word-wrap: break-word; }
img { max-width:100%; height: auto; margin:0; padding:0; -ms-interpolation-mode: bicubic; border: 0; vertical-align: middle;}

ul,ol { list-style-type:none;}

.floatL { float:left; }
.floatR { float:right; }
.alignC { text-align: center;}

.clear { clear: both;}
.clear:after { content:" "; display:block; clear:both;}

.bg-gr { background: #57B38A;}
.bg-yg { background: #CFEBD3;}

a.btn { width:262px; height:62px; margin: 0 auto; padding:20px 0 19px 0; font-size:20px; font-weight:bold; background: linear-gradient(#57B38A,#389A6E); color: #FFF; text-align: center; line-height: 1; display: block; text-decoration: none; border-radius: 100vh;}
a.btn-w { width:262px; height:62px; margin: 0 auto; padding:20px 0 19px 0; font-size:20px; font-weight:bold; background: linear-gradient(#FEFCF1,#E2F2DF); color: #389A6E; text-align: center; line-height: 1; display: block; text-decoration: none; border-radius: 100vh;}
a.btn-w i { margin-right: 5px;}

a,
a:visited { text-decoration: none; -webkit-transition: 0.3s; transition: 0.3s;}
a:focus { }
a:hover,
a:active { opacity:0.7; filter: alpha(opacity=70);}

.flex { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; justify-content: space-between;}
.RtoL { -webkit-flex-direction: row-reverse; flex-direction: row-reverse;}

/* ===================================================================
 施術コース
=================================================================== */
.course {}

.course .txtL { width: 30%; background: #57B38A; border-radius:20px 0 0 20px; padding: 50px 0 20px 0; text-align: center;}
.course .txtR { width: 70%; background: #FFFCF1; border-radius:0 20px 20px 0; padding: 50px 0; text-align: center;}
.course .txtR h3 { color: #0C662A; font-size: 31px; font-weight: bold; text-align: center; margin-bottom: 1.5em;}
.course .txtL h3 { font-size:31px; font-weight:bold; color: #fff; text-align: center;}
.course .txtL img.cut { padding:30px 0; }
.course .txtL #calendar { clear: both;}
.course .txtL #calendar:after { content:" "; display:block; clear:both;}
.course .txtL h4 { position: relative; font-size:19px; font-weight:bold; color: #fff; text-align: center; display: inline-block; margin-bottom: 1.8em;}
.course .txtL h4:before { content: ''; position: absolute; bottom: -10px; display: inline-block; width:52px; height: 1px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); background-color:#CFEBD3;}
.course .txtL iframe { margin:0 auto; width: 260px; min-height: 280px;}
.course .txtL .holiday { color: #fff; margin-bottom: 0.5em; font-size: 15px;}
.course .txtL .fclose { color:#FFBC86;}
.course .course-tel {margin-bottom: 25px;}
.course a.tel { font-size: 21px; color: #fff; font-weight:bold;}
.course a.tel span {font-size: 25px; font-weight:bold;}
.course dl { clear:both; width:80%; max-width: 660px; margin: 0 auto 30px auto; font-size: 21px; text-align:center; border-bottom:2px solid #CFEBD3; line-height: 1.2;}
.course dl dt { padding:14px 0 7px 0; clear:left; float:left; width:50%; border-top:2px solid #CFEBD3; }
.course dl dd { padding:14px 0 7px 0; margin-left:50%; border-top:2px solid #CFEBD3; border-left:2px solid #CFEBD3;}
.course dl:after,.course dl dt:after,.course dl dd:after { content:" "; display:block; clear:both;}

@media only screen and (max-width: 960px) {
    .course .txtR h3,
    .course .txtL h3 { font-size:27px; }
    .course .txtL { width:100%; border-radius: 0 0 20px 20px; padding: 50px 0; text-align: center;}
    .course .txtR { width:100%; border-radius:20px 20px 0 0; padding: 50px 0; text-align: center;}
    .course .txtL img { padding:20px 0;}
    .course a.tel { margin-bottom: 15px;}
	.course dl dt { clear: both; float: none; width: 100%; padding-bottom:0;}
	.course dl dd { padding-bottom: 14px; margin-left:0; border-top:none; border-left: none;}
    .course img { max-width: 90%;}
}

#map-area { }
#map-area .map{ position:relative; width:100%; max-width:1400px; height:400px; margin: 0 auto;}
#map-area .map iframe { position:absolute; top:0; left:0; width:100%; height: 100%;}

@media only screen and (max-width:640px) {
    #map-area .map{ width:100%; }
}
/* ===================================================================
 Header
=================================================================== */
#site-head { position: fixed; top:15px; width:100%; height:100px; padding:0 400px 0 400px; text-align:center; z-index:88888;}
#head-logo { width:450px; max-width:80%; height:250px; position: fixed; top:0; left:0; background: url("../images/logo_bg.png") no-repeat left top; background-size: contain; z-index:99999;}
#head-logo h1 {padding:25px 20px 0 20px; }
#head-logo a { display: block; }

@media screen and (max-width:1400px){
    #site-head { padding:0 330px 0 250px; }
    #head-logo { width:250px;}
    #head-logo h1 { width:230px; padding-left: 10px; }
}

@media screen and (max-width:960px){
    #site-head { padding:0 0 0 0; }
    #head-logo { width:250px;}
    #head-logo h1 { width:230px; padding-left: 10px; }
}

#head { position:absolute; top:0; right:10px; width:360px; margin: 0; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; justify-content: space-between;}
.head-info { width:223px; height:100px; padding:17px 20px; font-size:17px; background:linear-gradient(rgba(254,255,246,0.9),rgba(255,255,255,0.9)); border-radius: 20px; text-align: left;}
.head-info a { color:#231816;}
.head-mail { width:120px; height:100px; text-align:center; margin:0; padding:0; background: linear-gradient(#57B38A,#389A6E); border-radius:20px; display: flex; align-items: center; justify-content: center;}
.head-mail a { text-align:center; color:#fff; font-size:15px; font-weight: bold; letter-spacing: 0; line-height:1.2; display:block;}
.head-mail a:hover{ opacity:0.8; filter: alpha(opacity=80);}
.head-mail a i { color:#fff; font-size:25px;}
.head-mail a span { font-weight: bold;}

@media screen and (max-width:1400px){
    #head { width:310px; }
    .head-info { width:180px; font-size:15px; padding:17px 10px;} 
}

@media screen and (max-width:959px){
    .head-info { display: none;}
    .head-mail { position: absolute; top:0; right:60px; width:50px; height:50px; border-radius:10px; }
    .head-mail a { text-align:center; width:50%;}
    .head-mail a i { margin-left: auto; margin-right: auto;}
    .head-mail a span { display: none;}
}

/* NAVI --------------------------------------------------------------*/
@media only screen and (min-width:959px) {
    #head-nav { width:100%; max-width: 1060px; height:100px; margin: 0 auto; padding:40px 5px; border-radius: 20px; background: linear-gradient(rgba(254,255,246,0.9),rgba(255,255,255,0.9)); }
    #head-nav:after { content:" "; display:block; clear:both;}
}

@media only screen and (max-width:960px) {
	#head-nav { position: absolute; width:100%; right:0; top:10px;}
}

#head-mn { width:100%; max-width:1060px; margin:0 auto; padding:0; }
#head-mn ul { list-style-type:none;}
#head-mn ul li {}
#head-mn ul li a { position:relative; height:20px; line-height:20px; font-size:18px; color:#211814; text-decoration:none;}
#head-mn ul li a:hover { opacity:1; filter: alpha(opacity=100);}
#head-mn ul li a:hover::after { transform:scale(1, 1);}

@media screen and (min-width:960px), print {
    #head-mn ul{ display:-webkit-flex; display:flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify; justify-content:space-between; align-items:center;}
    #head-mn ul li{ display:table; line-height:1; cursor:pointer; flex-grow:1; position:relative; list-style-type:none; flex-grow:1; text-align:center;}
    #head-mn ul li + li { border-left:1px solid #4CA47B;}
    #head-mn ul li a { display:table-cell; vertical-align:middle; font-size:16px; text-align:center; text-decoration:none; display: block; }
    #head-mn ul li a::after { position:absolute; bottom:-3px; left:0; content: ''; width:100%; height:3px; background:#4CA47B; transform:scale(0, 1); transform-origin:center top; transition:transform .3s;}
}

@media screen and (max-width:959px){
    #head-mn ul { width: 100%; margin:0 auto;}
    #head-mn ul li { width: 100%; }
    #head-mn ul li a{ display:block;  margin:0 auto; font-size:17px; text-decoration: none; text-align: center;}
    #head-mn ul li a:hover { color: #fff; opacity:0.7; filter: alpha(opacity=70); }
}

/* NAVI SP --------------------------------------------------------------*/
.menu-trigger { display:none;}

@media (max-width: 959px) {
    .menu-trigger { position: relative; right: 0; top: 0; float: right; width:50px; height:50px; border-radius:10px; margin-top:-10px; margin-right:15px; background:#fff; display: block; vertical-align: middle; cursor: pointer; z-index: 999999;}
    .menu-trigger span { width:36px; height: 3px; display:inline-block; position: absolute; left:7px; top:7px; background:#389A6E; transition: all .5s .2s;}
    .menu-trigger.active span { background-color: #389A6E;}
    .menu-trigger span:nth-of-type(1) {	top: 8px;}
    .menu-trigger.active span:nth-of-type(1) { transform: translateY(10px) rotate(-45deg);}
    .menu-trigger span:nth-of-type(2) {	top: 18px;}
    .menu-trigger.active span:nth-of-type(2) {opacity: 0;}
    .menu-trigger span:nth-of-type(3) {	top: 28px;}
    .menu-trigger.active span:nth-of-type(3) { transform: translateY(-10px) rotate(45deg);}
    .menu-trigger span.sp-text { width:50px; height:auto; margin: 0; top:32px; left:0; color: #389A6E; text-align:center; font-size:11px; font-weight: bold; background: none!important;}

    .menu-content {width:100%; padding:0; display: none; position: absolute; top:53px; right: 0; background:#fff; z-index:9999;}
    
    .navbar { clear: both; float: none; width:100%; margin-top:0; position: relative;}
    .navbar:before, .navbar:after { display: none;}
    .navbar ul { clear: both; float: none; width: 100%;}
    .navbar li,
    .navbar li:last-child { position: relative; margin: 0; padding:13px 0; text-align: left;}
    .navbar li{ border-bottom: 1px dotted #AAA;}
    .navbar li a { }
    .navbar li:hover > a,
    .navbar li a:hover {}

    .navbar li ul.child,
    .navbar li:hover ul.child { width:100%; display: none; position: static; border: none;}
    .navbar li ul.child li,
    .navbar li:hover ul.child li { width:100%; height:auto; display: block; border-left: none;}
}

/* パンくずリスト
=================================================================== */
#pankuzu { width:100%; max-width:1400px; margin:0 auto; padding:5px; font-size: 11px;}
#pankuzu a { color: #000; text-decoration: underline;}
#pankuzu:after { content:" "; display:block; clear:both;}


/* ===================================================================
 FOOTER
=================================================================== */
#site-foot { clear: both; text-align: center; background:#CFEBD3;} 
#site-foot:after { content:" "; display:block; clear:both;}
.foot { width: 94%; max-width:1400px; margin: 0 auto; padding: 30px 0 0 0;}
.foot-add { width: 360px; float: left; font-size: 17px; text-align: left;}
.foot-add img { max-width: 100%; }
.foot-add a.tel { font-size: 20px; font-weight: bold; color:#061F2C; text-decoration: none;}
.foot-nav { width:calc(100% - 360px); float: right; text-align:right; line-height: 1.6;}
.foot-nav ul { margin-bottom: 1em;}
.foot-nav ul li{ display: inline-block;}
.foot-nav ul li a { font-size:17px; margin-right: 1em; color:#061F2C; background: url("../images/foot_nav.gif") no-repeat left 2px; padding-left: 1.6em;}
.foot-nav a.foot-mail { color: #058142;}
.foot-nav a.foot-mail i { margin-right: 2px; font-size: 24px; font-weight:bold; vertical-align: middle;}

@media only screen and (max-width: 1400px) { 
    .foot-add { width:26%; font-size:16px;}
    .foot-nav { width:70%;}
}

@media only screen and (max-width: 960px) { 
	.foot-add { width:100%; float:none; text-align:center;}
    .foot-nav { width:100%; float:none; margin: 0 auto; text-align:left;}
    .foot-nav ul li a { margin-right:0; padding-left:0.7em;}
    .foot-nav ul li{ width:31%;}
}

@media only screen and (max-width: 600px) { 
    .foot-nav ul li{ width: 48%; padding-left: 2%;}
    .foot-nav ul li a { font-size:15px;}
}

/* copyright */
.copyright { clear: both; width:100%; max-width: 1400px; text-align:right; font-size:12px; margin: 0 auto; padding:10px 0; color:#061F2C;}
.copyright a { color:#061F2C; text-decoration:none;}
.copyright a:hover { color:#061F2C; text-decoration:underline;}

/* ページ先頭へ -----------------*/
#pagetop { position:fixed; bottom:6px; right:6px;}
#pagetop a { border:1px solid #25B6C0; background-color:rgba(255,255,255,0.7); border-radius: 50%; width:50px; height:50px; line-height:45px; text-align:center; display:block; font-size:25px; color:#25B6C0; text-decoration:none;}
#pagetop a:hover { text-decoration:none; color:#25B6C0; border:1px solid #25B6C0;}
