@charset "utf-8";
/*
Theme Name: ハウマルヌイ
Theme URI: https://www.visola-dc.com/
Description: Versions 1.0.x
Version: 1.0
Author: Dental Promotion.INC
*/
@keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}


html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, dialog, figure, footer, header,hgroup, menu, nav, section,time, mark, audio, video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body {line-height:1;}article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;}ul,ol{list-style:none;}blockquote, q {quotes:none;}blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}a {margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;}ins {background-color:#ff9;color:#000;text-decoration:none;}mark {background-color:#ff9;color:#000;font-style:italic;font-weight:600;}del {text-decoration: line-through;}abbr[title], dfn[title] {border-bottom:1px dotted #000;cursor:help;}table {border-collapse:collapse;border-spacing:0;}hr {display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}input, select {vertical-align:middle;}

html{
    max-width: 100%;
    scroll-behavior: smooth;
    overflow-y: auto;
}
@media screen and (max-width: 768px) {
html{
    width: 100%;
    max-width: 100%;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
}
}
body{
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #fff;
    background: linear-gradient(180deg,#251e1c 0%, #251e1c 800px, #fff 800px, #fff 100%);

    color: #4c4638;
    font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;

    font-size: 16px;
/*    font-size: clamp(0.75rem, 2vw + 1rem, 1rem);*/
	word-wrap : break-word;
	overflow-wrap : break-word;
    line-height: 1.8em;
    letter-spacing: 1.6pt;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
body#sub{
    background: #fff;
}
@media (min-width: 541px) {
  body {
/*    font-size: calc(1rem + ((1vw - 5.41px) * 0.4042));*/
    min-height: 0vw;
  }
}
@media (min-width: 2520px) {
  body {
    font-size: 24px;
  }
}

@media screen and (max-width: 540px) {
body{
    min-width: 100%;
/*    font-size: 1.6rem;*/
}
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    font-weight: 100;
}
*, *:before, *:after{
    box-sizing: border-box;
}
/*
::selection{
    background: #f5f0e5;
    color: #333;
    text-shadow: 1px 1px 2px rgba(240, 240, 200, 1);
}
::-moz-selection{
    background: #f5f0e5;
    color: #333;
    text-shadow: 1px 1px 2px rgba(240, 240, 200, 1);
}
*/
a{
    text-decoration:none;
    outline:none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition:all .3s linear;
    -moz-transition:all .3s linear;
    transition:all .3s linear;
}
a:link, a:visited{
   color: #5c5737;
}
a:active, a:hover{
    color: #413c1e;
    text-decoration: none;
}
a:link img, a:visited img{
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -ms-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}
a:hover img{
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    display: inline-block;
    backface-visibility: hidden;
}
p{margin:0;}
table{
    border-collapse:collapse;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: none;
    font-style: italic;
    background-repeat: no-repeat;
    background-size: cover;
    shape-margin: .75rem;
}

.cf{zoom:100%;}
.cf:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
.oz{
    overflow: hidden;
    _zoom: 1;
}
.al{text-align:left;}
.ac{text-align:center;}
.ar{text-align:right;}

.imgL, .s_imgL, .txtL{float:left;}
.imgR, .s_imgR, .txtR{float:right;}
.co{clear:both;}
.fwn{font-weight:100;}
.fwb{font-weight:600;}
.fs12{font-size:12px;}
.fs13{font-size:13px;}
.fs14{font-size:14px;}
.fs15{font-size:15px;}
.fs16{font-size:16px;}
.fs17{font-size:17px;}
.fs18{font-size:18px;}
.fs19{font-size:19px;}
.fs20{font-size:20px;}
.fs21{font-size:21px;}
.fs22{font-size:22px;}
.fs23{font-size:23px;}
.fs24{font-size:24px;}

.su{
    opacity:0;
    transform: translateY(10px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}
.fiu{
    transition: all .5s ease-in-out;
    transform: translateY(0);
    opacity: 1 !important;
    -ms-filter: blur(0);
    filter: blur(0);
}

.mt8{margin-top:8px;}
.mt16{margin-top:16px;}
.mt24{margin-top:24px;}
.mt32{margin-top:32px;}
.mt40{margin-top:40px;}

.mb0{margin-bottom:0;}
.mb4{margin-bottom:4px;}
.mb8{margin-bottom:8px;}
.mb16{margin-bottom:16px;}
.mb24{margin-bottom:24px;}
.mb32{margin-bottom:32px;}
.mb40{margin-bottom:40px;}
.mb56{margin-bottom:56px;}
.mb64{margin-bottom:64px;}
.mb80{margin-bottom:80px;}
.mb120{margin-bottom:120px;}
.mb160{margin-bottom:160px;}
@media screen and (max-width: 540px) {
.sp_mb24{margin-bottom:24px;}
}


.pt16{padding-top:16px;}
.pt24{padding-top:24px;}
.pt32{padding-top:32px;}
.pt40{padding-top:40px;}
.pb40{padding-bottom:40px;}
.pb80{padding-bottom:80px;}

.fc_gold{color: #b28b56;}
.fc_blk{color: #000;}
.fc_red{color: #b20015;}

.ff_mincho{
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

strong{
	background: linear-gradient(transparent 60%, #c1a37e 60%);
}
b{
	color: #b20015;
}


.blocklink{
    position: relative;
}
.blocklink a{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.blocklink a:hover{
    background: #fff;
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}

.more a{
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    background: #fff url("../../../img/asset/common/svg/arrow_blk.svg") no-repeat 97% center;
    background-size: 16px auto;
    color: #333;
    text-align: center;
    line-height: 1.3;
    border-radius: 32px;
    border: 1px solid;
    letter-spacing: 0;
}
.more a:hover{
    background: #f0f0f0 url("../../../img/asset/common/svg/arrow_blk.svg") no-repeat 97% center;
    background-size: 16px auto;
}
/*
.more a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}
*/


a.more-link{
    display: block;
    width: 280px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 1em .5em;
    background: #f2d43d url("../img/asset/common/svg/arrow.svg") no-repeat 97% center;
    background-size: 10px auto;
    color: #675b1f;
    border: 2px solid #fff;
    text-align: center;
    line-height: 1;
    border-radius: 8px;
}
a.more-link:hover{
    background: #cda053 url("../img/asset/common/svg/arrow.svg") no-repeat 99% center;
    color: #675b1f;
    background-size: 10px auto;
    border: 2px solid #fff;
}

.w20{width: 20%;margin-left: auto;margin-right: auto;}
.w30{width: 30%;margin-left: auto;margin-right: auto;}
.w40{width: 40%;margin-left: auto;margin-right: auto;}
.w50{width: 50%;margin-left: auto;margin-right: auto;}
.w60{width: 60%;margin-left: auto;margin-right: auto;}
.w70{width: 70%;margin-left: auto;margin-right: auto;}
.w80{width: 80%;margin-left: auto;margin-right: auto;}
.w90{width: 90%;margin-left: auto;margin-right: auto;}
@media screen and (max-width: 767px) {
.w20,.w30,.w40,.w50,.w60,.w70,.w80,.w90{width: 100%;}
}

figure{
    text-align: center;
}
figcaption{
    padding-top: 8px;
}
.fade{
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1s, transform .5s;
}
.fade.active{
	opacity: 1;
	transform: translateY(0px);
}


.spc{
    display: none;
}
.dn{
    display: block;
}
@media screen and (max-width: 820px) {
.dn{
    display: none;
}
.spc{
    display: inherit;
}
}


header{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
    z-index: 1000;
    width: 100%;
    height: 222px;
    margin: auto;
    text-align: left;
    background: rgba(37,30,28,.8);
}
#upper{
    position: relative;
    width: 100%;
    max-width: 1280px;
    height: 100%;
    margin: auto;
}
header .inner{
    position: relative;
    height: 100%;
    margin: auto;
    transition: all .5s ease-in;
}
header .logo{
    position: absolute;
    width: 170px;
    height: 150px;
    margin: auto;
    top: 8px;
    left: 0;
    right: 0;
    text-align: center;
}
header .inner li:nth-of-type(odd){
    width: 20%;
    max-width: 64px;
    text-align: center;
}
header .inner li{
    width: 80%;
    text-align: center;
}
@media screen and (max-width: 1024px) {
header{
	position: inherit;
}
#upper{
    width: 92%;
    max-width: 960px;
    height: 80px;
}
header .inner{
    width: 100%;
    height: 100%;
}
header .inner ul{
    position: fixed;
    max-width: 100%;
    height: 92px;
    margin: 0;
    background: rgba(255,255,255,.7);
    top: inherit;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 820px) {
header{
    height: 160px;
}
#upper{
    width: 100%;
    max-width: 820px;
    height: 160px;
}
@media screen and (max-width: 540px) {
header{
    height: 64px;
}
#upper{
    width: 100%;
    height: 64px;
}
header .logo{
    width: 250px;
    height: 35px;
    margin: 0;
    top: 10px;
    left: 10px;
    right: inherit;
}
header .inner ul li:last-child{
    display: none;
}
header .inner li{
    width: 100%;
    text-align: center;
}
}
}
}




#gnav{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 16px;
    line-height: 1;
}
#gnav ul{
    width: 100%;
    height: 64px;
    margin: auto;
}
#gnav ul li{
    position: relative;
    width: calc(100% / 8);
    margin: auto;
    text-align: center;
    transition: all .3s linear;
}
#gnav ul li a{
    position: relative;
    display: inline-block;
    color: #fff;
}
#gnav ul li a::after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #b20015;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
#gnav ul li a:hover::after{
    transform-origin: left top;
    transform: scale(1, 1);
}
#gnav ul::after{
    display: block;
    clear: both;
    content: '';
}
#gnav ul li:not(:first-child){
    border-left: none;
}
#gnav ul li a{
    width: 100%;
    display: block;
    padding: 8px 0 16px;
    text-align: center;
}
#gnav ul li a:hover,
#gnav ul li a.ov{
    text-decoration: none;
}
#gnav ul li li a{
    padding: 16px 8px;
    background: #fff;
    color: #333;
    font-weight: 300;
    text-decoration: none;
    text-align: left;
}
#gnav ul ul{
    position: absolute;
    top: 100%;
    height: inherit;
    left: -1px;
    border-left: 0;
}
#gnav ul ul li{
    display: block;
    width: 240px;
    border: 0;
}
#gnav ul li:nth-child(2) ul li,
#gnav ul li:nth-child(3) ul li,
#gnav ul li:nth-child(5) ul li{
    width: 280px;
}
#gnav ul ul li a{
    display: block;
    border: 0;
}
#gnav ul ul li:not(:first-child) {
    border-top: none;
}
#gnav ul ul ul{
    position: absolute;
    top: -2px;
    left: 100%;
}
#gnav ul ul{
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out;
    transform: translateY(-10px);
    z-index: 50;
}
#gnav ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
@media screen and (max-width: 1024px) {
#gnav{
    display: none;
}
}


#upper_toggle{
    display: none;
}
.modal_wrap{
    position: relative;
    display: none;
}
.close_button{
    position: fixed;
    top: 20px;
    right: 15px;
    font-size: 40px;
    cursor: pointer;
    color: #fff;
}
@media screen and (max-width: 1024px) {
#upper_toggle{
    display: block;
    position: fixed;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    z-index: 8000;
    cursor: pointer;
}
#upper_toggle span{
    display: block;
    position: absolute;
    height: 2px;
    width: 60%;
    margin: auto;
    background: #000;
    left: 0;
    right: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.modal_wrap{
    display: block;
}
.modal_wrap input{
    display: none;
}
.modal_overlay{
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    transition: opacity .5s, transform 0s .5s;
    transform: scale(0);
}
.modal_trigger{
    position: absolute;
    width: 100%;
    height: 100%;
}
.modal_content{
    position: relative;
    width: 100%;
    height: 94%;
    overflow-y: auto;
    margin: 0 auto;
    padding: 40px 0;
    box-sizing: border-box;
    background: #2c2624;
    line-height: 1.4em;
    transform: translateY(-30%);
    transition: .3s;
}
.modal_logo{
    width: 92%;
    margin: 0 auto 24px;
    text-align: left;
}
.tab{
    width: 92%;
    margin: 0 auto 24px;
    border-bottom: 1px solid #ccc;
}
.tab_sub{
    width: 100%;
    margin: 0 auto;
    padding:0;
    display:flex;
    list-style:none;
}
.tab_sub li{
    width: calc( 20% - 4px );
    margin-bottom: 8px;
}
.tab_sub li.active{
} 
.list{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
.list .inner,
.list .thirdtree,
.list .inner table{
    display:none;
}
.list .inner.active{
    display:block;
}
.list .inner .thirdtree.active,
.list .inner table.active{
    display: table;
}
.childnav{
    margin: 16px 0;
    padding: 24px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #b20015;
}
.childnav_clinic{
    border: 1px solid #b20015;
}
.childnav_guide{
    border: 1px solid #b20015;
}
.childnav_box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.childnav_box .grid{
    width: calc( 33% - 4px );
}
.childnav_box::after{
    content: "";
    display: block;
    width: calc( 33% - 4px );
}
.modal_wrap input:checked ~ .modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity .3s;
}
.modal_wrap input:checked ~ .modal_overlay .modal_content{
    transform: scale(1);
}
.modal_nav label{
    position: relative;
    display: block;
    margin: 0 0 5px;
    padding: 1em;
    color: #000;
    border-bottom: 1px solid #46517b;
    border-radius: 1px;
    cursor :pointer;
    transition: all .5s ease;
    letter-spacing: 0;
    text-align: left;
}
.modal_nav label a{
    display: block;
    color :#000;
}
.modal_nav label span{
    font-size: 12px;
}
@media screen and (max-width: 540px) {
#upper_toggle{
    width: 40px;
    height: 40px;
    top: 16px;
    right: 10px;
}
.tab_sub li{
    width: calc( 33% - 4px );
    margin-bottom: 8px;
}
@media screen and (max-width: 360px) {
#upper_toggle{
    width: 32px;
    height: 32px;
}
}
}
}
.sp_nav_logo{
    width: 92%;
    margin: 0 auto 24px;
    text-align: left;
}


#mv{
    width: 100%;
    margin: auto;
    padding: 8px 0 40px;
    background: #251e1c;
    text-align: center;
}
@media screen and (max-width: 540px) {
#mv{
    padding: 0;
}
}




.fv{
    padding: 16px 0 0;
    background: #e6ded3;
}
.fv .inner{
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding-right: 200px;
    background: url("../../../img/asset/welcome.svg") no-repeat right 40px;
    background-size: 46px auto;
}
.fv h1{
    position: relative;
    min-height: 244px;
    padding-top: 160px;
    margin-bottom: 24px;
    font-size: 23px;
    line-height: 1.6;
    background: url("../../../img/asset/h1_soushoku.svg") no-repeat 0 0;
    background-size: 157px auto;
}
.fv h1::after{
    position: absolute;
    width: 15%;
    content: " ";
    display: block;
    border-bottom: solid 3px #58514d;
    bottom: -3px;
}
@media screen and (max-width: 820px) {
.fv .inner{
    width: 92%;
    padding-right: 64px;
}
.fv h1{
    min-height: 244px;
    padding-top: 80px;
}
.fv h1::after{
    width: 40%;
}
}




#index__class{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 80px 0;
}
#index__class .hd{
    margin: 0 0 40px;
    padding: 0 0 24px;
    background: url("../../../img/asset/common/svg/h2_soushoku_nami.svg") no-repeat 0 bottom;
    background-size: 79px auto;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}
#index__class .hd img{
    padding-bottom: 16px;
}
#index__class .hd span{
    padding-bottom: 20px;
    font-weight: normal;
}
#index__class h2{
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 300;
}
#index__class h2.hh{
    min-height: 86px;
    padding-top: 104px;
    background: url("../../../img/asset/h2_hula.jpg") no-repeat 0 0;
    background-size: 388px auto;
}
#index__class h2.td{
    min-height: 99px;
    padding-top: 112px;
    background: url("../../../img/asset/h2_tahitian.jpg") no-repeat 0 0;
    background-size: 380px auto;
}
#index__class h2.kh{
    min-height: 90px;
    padding-top: 104px;
    background: url("../../../img/asset/h2_keiki02.jpg") no-repeat 0 0;
    background-size: 274px auto;
}

#index__class h2.pt{
    min-height: 90px;
    padding-top: 104px;
    background: url("../../../img/asset/h2_pilatis.jpg") no-repeat 0 0;
    background-size: 205px auto;
}


#index__class h2.kh span{
    font-size: 17px;
    font-weight: 100;
}
#index__class h3{
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
}
#index__class li{
    width: calc(50% - 12px);
    margin-bottom: 24px;
}
#index__class .more a{
    width: 30%;
}
@media screen and (max-width: 820px) {
#index__class{
    width: 92%;
    padding: 80px 0 40px;
}
#index__class .more a{
    width: 60%;
}
@media screen and (max-width: 540px) {
#index__class h2.hh{
    min-height: 86px;
    padding-top: 92px;
    background: url("../../../img/asset/h2_hula.jpg") no-repeat 0 0;
    background-size: 100% auto;
}
#index__class h2.td{
    min-height: 99px;
    padding-top: 104px;
    background: url("../../../img/asset/h2_tahitian.jpg") no-repeat 0 0;
    background-size: 100% auto;
}
#index__class h2.kh{
    min-height: 90px;
    padding-top: 92px;
    background: url("../../../img/asset/h2_keiki02.jpg") no-repeat 0 0;
    background-size: 274px auto;
}
#index__class h2.pt{
    min-height: 90px;
    padding-top: 92px;
    background: url("../../../img/asset/h2_pilatis.jpg") no-repeat 0 0;
    background-size: 205px auto;
}	
	
#index__class li{
    width: 100%;
    margin-bottom: 16px;
}
#index__class .more a{
    width: 100%;
}
}
}








#index__feature{
    padding: 80px 0;
    background: #e6ded3;
}
#index__feature .inner{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
#index__feature h2{
    margin: 0 0 40px;
    padding: 0 0 24px;
    background: url("../../../img/asset/common/svg/h2_soushoku_nami.svg") no-repeat 0 bottom;
    background-size: 79px auto;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}
#index__feature h2 img{
    padding-bottom: 16px;
}
#index__feature h2 span{
    padding-bottom: 20px;
    font-weight: normal;
}
#index__feature .grid{
    width: calc(50% - 20px);
    margin: 0 auto 24px;
    background: #fff;
    border-radius: 24px;
    padding: 40px 24px;
}
#index__feature h3{
    margin-bottom: 16px;
    padding-bottom: 8px;
    text-align: center;
    font-size: 22px;
    border-bottom: 1px dashed;
}
#index__feature h3 span{
    font-size: 17px;
}
@media screen and (max-width: 820px) {
#index__feature .inner{
    width: 92%;
}
@media screen and (max-width: 540px) {
#index__feature .grid{
    width: 100%;
    margin: 0 0 16px;
    padding: 24px 16px;
}
}
}



.trial_lesson{
    padding: 128px 0;
    background: url("../../../img/asset/trialbg_pc.jpg") no-repeat 0 0;
    background-size: cover;
    color: #fff;
}
.trial_lesson .inner{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.trial_lesson .detail{
    width: 70%;
    margin-bottom: 24px;
}
.trial_lesson .more a{
    width: 30%;
}
.trial_lesson .hd{
    margin-bottom: 16px;
    padding-top: 24px;
    background: url("../../../img/asset/h2_trial.svg") no-repeat 0 0;
    background-size: 104px auto;
    font-size: 24px;
}
@media screen and (max-width: 820px) {
.trial_lesson{
    padding: 80px 0;
}
.trial_lesson .inner{
    width: 92%;
}
.trial_lesson .detail{
    width: 80%;
}
.trial_lesson .more a{
    width: 80%;
    margin: 0;
}
@media screen and (max-width: 540px) {
.trial_lesson{
    background: url("../../../img/asset/trialbg.jpg") no-repeat 0 0;
    background-size: cover;
}
}
}



#index__eiseikanri{
    padding: 80px 0;
}
#index__eiseikanri .inner{
    width: 100%;
    max-width: 1016px;
    margin: auto;
    padding: 240px 40px 40px;
    background: #f7f5f2 url("../../../img/asset/eiseikanri_pc.jpg") no-repeat center 8px;
    background-size: cover;
}

/*#index__eiseikanri h2{	*/
#title-eiseikanri{
    margin: 0 0 24px;
    color: #b28b56;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
#index__eiseikanri ul{
    margin: 0 0 24px;
}
#index__eiseikanri ul li{
    margin: 0 0 8px;
    padding-left: 16px;
    background: url("../../../img/asset/common/svg/dot.svg") no-repeat 0 2px;
    background-size: 8px auto;
}

@media screen and (max-width: 540px) {
#index__eiseikanri .inner{
    width: 100%;
    margin: auto;
    padding: 240px 24px 40px;
    background: #f7f5f2 url("../../../img/asset/eiseikanri.jpg") no-repeat center 8px;
    background-size: 100% auto;
}
}





#index__news{
    padding: 80px 0;
    text-align: left;
}
#index__news .inner{
    width: 100%;
    max-width: 1080px;
    margin: auto;
}
#index__news .hd{
    margin: 0 0 40px;
    padding: 0 0 24px;
    background: url("../../../img/asset/common/svg/h2_soushoku_nami.svg") no-repeat 0 bottom;
    background-size: 79px auto;
    font-size: 22px;
    font-weight: bold;
}
#index__news .hd img{
    padding-bottom: 16px;
}
#index__news .hd span{
    padding-bottom: 20px;
    font-weight: normal;
}
#index__news ol{
    margin-bottom: 32px;
}
#index__news ol li{
    margin-bottom: 16px;
    padding: 24px;
    background: #f0f0f0;
}
#index__news ol li time{
    font-size: 13px;
}
#index__news .more a{
    width: 30%;
    margin: auto;
}
@media screen and (max-width: 820px) {
#index__news{
    padding: 40px 0 80px;
}
#index__news .inner{
    width: 92%;
}
#index__news .more a{
    width: 60%;
}
@media screen and (max-width: 540px) {
#index__news .more a{
    width: 100%;
}
}
}


.blog_column{
    padding: 80px 0;
    background: #251e1c;
}
.blog_column .inner{
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.blog_column .grid{
    width: calc(50% - 12px);
    text-align: left;
}
.blog_column .hd{
    margin: 0 0 8px;
    padding: 0 0 24px;
    background: url("../../../img/asset/common/svg/h2_soushoku_nami.svg") no-repeat 0 bottom;
    background-size: 79px auto;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}
#index__news .hd img{
    padding-bottom: 16px;
}
.blog_column .hd_blog{
    padding-top: 80px;
    background: url("../../../img/asset/hd_news.svg") no-repeat 0 0;
    /* background: url("../../../img/asset/hd_blog.svg") no-repeat 0 0; */
    background-size: 196px auto;
}
.blog_column .hd_column{
    padding-top: 80px;
    background: url("../../../img/asset/hd_column.svg") no-repeat 0 0;
    background-size: 300px auto;
}
.blog_column .hd_news{
    padding-top: 80px;
    background: url("../../../img/asset/hd_news.svg") no-repeat 0 0;
    background-size: 196px auto;
}
.blog_column .grid .block{
    margin-bottom: 24px;
    padding: 0 24px 24px;
    background: #fff;
}
.blog_column dt{
    width: 65%;
    padding-right: 16px;
}
.blog_column dd{
    width: 35%;
}
.blog_column .more a{
    width: 60%;
}
.cat_name{
    margin-bottom: 8px;
    line-height: 1;
}
.index__column .cat_name{
    margin-bottom: 12px;
}
@media screen and (max-width: 820px) {
.blog_column .inner{
    width: 92%;
}
.blog_column dt{
    width: 55%;
    padding-right: 8px;
}
.blog_column dd{
    width: 45%;
}
.blog_column .more a{
    width: 60%;
}
@media screen and (max-width: 540px) {
.blog_column .grid{
    width: 100%;
}
.blog_column .grid:first-of-type{
    margin-bottom: 80px;
}
.blog_column .more a{
    width: 100%;
}
.blog_column .hd_blog{
    background: url("../../../img/asset/hd_news.svg") no-repeat 0 0;
    background-size: 45% auto;
}
.blog_column .hd_column{
    background: url("../../../img/asset/hd_column.svg") no-repeat 0 0;
    background-size: 80% auto;
}
}
}




.index__instagram{
    padding: 30% 0 80px;
    background: #e6e6e6 url("../../../img/asset/common/instabg_pc.jpg") no-repeat center 0;
    background-size: 100% auto;
    text-align: left;
}
.index__instagram .inner{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
@media screen and (max-width: 820px) {
.index__instagram .inner{
    width: 92%;
}
@media screen and (max-width: 540px) {
.index__instagram{
    padding: 65% 0 80px;
    background: #e6e6e6 url("../../../img/asset/common/instabg.jpg") no-repeat center 0;
    background-size: 100% auto;
    text-align: left;
}
}
}




footer{
    background: #251e1c;
    color: #fff;
}
footer a{
    color: #fff !important;
}
footer .inner{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 40px;
    padding: 40px 0 0;
}
footer .traffic{
    width: 32%;
    max-width: 340px;
    margin: 0 auto 40px;
    padding: 0 0 0 64px;
    background: url("../../../img/asset/common/svg/traffic.svg") no-repeat 0 center;
    background-size: 44px auto;
    text-align: left;
}
.gmap{
    width: 100%;
    max-width: 1080px;
    height: 600px;
    margin: 0 auto 40px;
}
@media screen and (max-width: 820px) {
footer .inner{
    width: 92%;
}
footer .traffic{
    width: 60%;
    max-width: 320px;
}
@media screen and (max-width: 540px) {
footer .inner{
    padding: 40px 0 0;
}
footer .traffic{
    width: 100%;
    max-width: 400px;
}
}
}
.sitelinks{
    padding: 40px 0 0;
    letter-spacing: 0;
    font-size: 14px;
}
.sitelinks .four_columns{
    width: 100%;
    max-width: 1080px;
    margin: auto;
}
.sitelinks .four_columns .box{
    width: calc(25% - 8px);
    padding: 8px 0;
}
.sitelinks li a::before{
    content: "- ";
}
.sitelinks li a{
    position: relative;
    display: inline-block;
    padding: 4px 0;
    color: #000;
    text-decoration: none;
    letter-spacing: 0;
}
.sitelinks li a::after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #42b0a9;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
.sitelinks li a:hover::after{
    transform-origin: left top;
    transform: scale(1, 1);
}
.sitelinks li img{
    vertical-align: baseline;
}
@media screen and (max-width: 820px) {
.sitelinks .four_columns{
    width: 92%;
}
.gmap{
    margin: 0 auto;
}
@media screen and (max-width: 540px) {
.gmap{
    height: 400px;
}
.sitelinks{
    font-size: 15px;
}
.sitelinks .four_columns .box{
    width: 100%;
    padding: 0;
    border-right: 0;
}
}
}


.sitelinks dl{
    padding: 0 0 8px;
    border-bottom: 1px dashed #251e1c;
}
.sitelinks div a,
.sitelinks p a{
    position: relative;
    display: inline-block;
    display: block;
    margin-bottom: 16px;
    padding: 0 0 8px;
    color: #fff;
    border-bottom: 1px dashed #251e1c;
    text-align: left;
}
.sitelinks div a::after,
.sitelinks p a::after{
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #b20015;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
.sitelinks div a:hover::after,
.sitelinks p a:hover::after{
    bottom: -1px;
    transform-origin: left top;
    transform: scale(1, 1);
}
.sitelinks li a{
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.ft_nav{
    margin-bottom: 16px;
    padding: 0 0 8px;
    color: #000;
    text-align: left;
}
.ft_hd{
	position: relative;
	padding: 0;
    color: #fff;
    text-align: left;
}
.ft_btn{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #251e1c;
	display: block;
	width: 32px;
	height: 32px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
    transition:all .3s linear;
}
.modal_content .ft_btn{
	background: #251e1c;
}
.ft_nav dd{
    padding: 8px 16px;
}
.ft_nav dd li li{
    padding-left: 16px;
}
@media screen and (max-width: 540px) {
.sitelinks div a,
.sitelinks dl,
.sitelinks p a{
    padding: 0 0 8px;
    border-bottom: 1px dashed #5f5f5e;
}
.sitelinks ul,
.sitelinks ol{
    padding-top: 8px;
}
.sitelinks ol ol{
    padding-top: 0;
}
.ft_nav{
    border-bottom: 1px solid #f1f1f1;
}
.ft_btn:before, .ft_btn:after{
	display: block;
	content: '';
	background: #5f5f5e;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ft_hd{
	cursor: pointer;
}
.ft_btn:before{
	width: 2px;
	height: 10px;
}
.ft_hd.selected .ft_btn:before {
	content: normal;
}
.ft_nav dd{
	display: none;
}
}


#copyright{
    padding: 16px;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    font-size: 12px;
}
#copyright a{
    color: #fff;
}
@media screen and (max-width: 820px) {
#copyright{
    padding: 16px 0 80px;
}
}

.bottomnav{
    position: fixed;
    display: none;
    width: 100%;
    height: 80px;
    padding: 8px 0 0;
    background: #251e1c;
    bottom: 0;
    z-index: 9999;
}
.bottomnav li{
    width: calc(27% - 2px);
}
.bottomnav li:first-of-type{
    width: calc(17% - 2px);
}

@media screen and (max-width: 820px) {
.bottomnav{
    display: block;
}
.bottomnav ul{
    padding: 0 2px;
}
@media screen and (max-width: 375px) {
.bottomnav{
    height: Ma 80px;
}
@media screen and (max-width: 360px) {
}
}
}
.booking__bar{
    display: block;
    position: fixed;
    width: 64px;
    height: 540px;
    right: 0;
    top: 160px;
    z-index: 9999;
}
.booking__bar li:first-of-type{
    margin-bottom: 8px;
}
@media screen and (max-width: 540px) {
.booking__bar{
    display: none;
}
}


/* ▼▼▼▼▼▼▼▼▼▼▼▼ 共通項目 ▼▼▼▼▼▼▼▼▼▼▼▼ */



.breadcrumbs{
    width: 100%;
    margin: auto;
    padding: 24px 0;
    background: rgba(245,240,229,1);
    text-align: left;
}
.breadcrumbs div{
    max-width: 1080px;
    margin: auto;
}
#wrap{
    text-align: left;
}
.sub_wrap{
    padding-bottom: 80px;
    background: url("../../../img/asset/common/wrap_bottom.jpg") repeat-x bottom;
    background-size: auto 75px;
}

#wrap article{
    padding: 80px 0 0;
    background: #fff;
}
#wrap section,
#wrap .section,
#wrap .mw_section{
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}
#wrap section{
    background: #fff;
}
.lead{
    margin-bottom: 16px;
    color: #258cb2;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}
#wrap article h2{
    margin-bottom: 24px;
    padding: 16px;
    background: #b28b56;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
}
#wrap article h2 a{
    color: #fff;
}
#wrap article h3{
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 8px;
    color: #3b3b3b;
    font-size: 20px;
    font-weight: 600;
    border-bottom: solid 3px #e5ded3;
}
#wrap article h3:after{
    position: absolute;
    width: 15%;
    content: " ";
    display: block;
    border-bottom: solid 3px #b28b56;
    bottom: -3px;
}
#wrap article h4{
    margin-bottom: 24px;
    font-size: 19px;
    font-weight: 600;
}
#wrap article h5{
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 600;
}
.sub_fv .grid{
    width: 48%;
}
.sub_fv .grid:nth-child(2){
    width: 50%;
    padding-top: 24px;
}
.fx{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fx_c{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.fx_r{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
}
.two_columns,
.two_block,
.three_columns,
.four_columns,
.five_columns
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.three_columns::after{
    content: "";
    display: block;
	width: calc( 33% - 8px);
}
.two_block .box{
	width: calc( 50% - 4px);
}
.two_columns .box{
	width: calc( 50% - 16px);
}
.three_columns .box{
	width: calc( 33% - 8px);
}
.four_columns .box,
.four_columns::after
{
	width: calc( 25% - 4px);
}
.four_columns::after{
    content: "";
    display: block;
}
.five_columns .box{
	width: calc( 20% - 4px);
}
.oz .imgL,
.oz .s_imgL{
    max-width: 48%;
    margin-right: 24px;
}
.oz .imgR,
.oz .s_imgR{
    max-width: 48%;
    margin-left: 24px;
}
.exclamation{
    padding-left: 32px;
    background: url("../../../img/asset/common/svg/exclamation.svg") no-repeat 0 0;
    background-size: 22px auto;
}
.notes{
    padding: 24px;
}
.notes_beige{
    background: #f7f5f2;
}
.notes li{
    margin: 0 0 8px;
}
.notes li:last-of-type{
    margin-bottom: 0;
}
.meritbox{
    padding: 40px 24px;
    background: #fff0eb;
}
.meritbox li{
    margin-bottom: 8px;
    padding: 0 16px 8px;
    background: url("../../../img/asset/common/svg/arrow_orange.svg") no-repeat 0 14px;
    background-size: 6px auto;
    color: #f07c52;
    border-bottom: 1px solid #f07c52;
}
.meritbox dt{
    margin-bottom: 8px;
    padding: 0 0 0 16px;
    background: url("../../../img/asset/common/svg/arrow_orange.svg") no-repeat 0 center;
    background-size: 6px auto;
    color: #f07c52;
}
.meritbox dd{
    margin-bottom: 24px;
    padding: 0 16px 16px;
    border-bottom: 1px solid #f07c52;
}
.meritbox dd:last-child{
    margin-bottom: 0;
}
.demeritbox{
    padding: 40px 24px;
    background: #e6e6e6;
}
.demeritbox li{
    margin-bottom: 8px;
    padding: 0 16px 8px;
    background: url("../../../img/asset/common/svg/arrow_gray.svg") no-repeat 0 center;
    background-size: 6px auto;
    color: #5c5737;
    border-bottom: 1px solid #5c5737;
}
.demeritbox dt{
    margin-bottom: 8px;
    padding: 0 0 0 16px;
    background: url("../../../img/asset/common/svg/arrow_gray.svg") no-repeat 0 center;
    background-size: 6px auto;
    color: #5c5737;
}
.demeritbox dd{
    margin-bottom: 24px;
    padding: 0 16px 16px;
    border-bottom: 1px solid #5c5737;
}
.demeritbox dd:last-child{
    margin-bottom: 0;
}
.faq_area dl{
    padding: 40px;
    background: #ebfaff;
}
.faq_area dt{
    min-height: 50px;
    margin-bottom: 16px;
    padding: 8px 0 8px 64px;
    background: url("../../../img/asset/common/svg/faq_q.svg") no-repeat 0 center;
    background-size: 50px auto;
    color: #258cb2;
    font-weight: 600;
}
.faq_area dd div{
    font-weight: 100;
}
.faq_area dd div:first-of-type{
    min-height: 50px;
    margin-bottom: 8px;
    padding: 8px 0 8px 64px;
    background: url("../../../img/asset/common/svg/faq_a.svg") no-repeat 0 center;
    background-size: 50px auto;
    color: #f07c52;
    font-weight: 600;
}
.checklists li{
    padding-left: 24px;
    background: url("../../../img/asset/common/svg/check.svg") no-repeat 0 7px;
    background-size: 16px auto;
}

.square_list li,
.disc_list li,
.dot_list li,
.dot_list_g li{
    margin-left: 0;
}
.dot_list li{
    padding-left: 16px;
    background:  url("../../../img/asset/common/svg/dot.svg") no-repeat 0 12px;
    background-size: 6px auto;
}
.disc_list li::before{
    content: "・ ";
}
.square_list li::before{
    content: "▇ ";
    font-size: 10px;
}
.external{
    background: url("img/external.svg") no-repeat right center;
    background-size: 10px auto;
}
.external_b{
    background: url("img/external_blue.svg") no-repeat right center;
    background-size: 10px auto;
}
@media screen and (max-width: 1080px) {
#wrap{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1023px) {
#wrap article{
    padding: 40px 0 0;
}
#wrap section,
#wrap .section{
    width: 92%;
}
#wrap section .inner,
#wrap .section .inner{
    padding: 0;
}
section .block {
    padding: 16px;
}
.four_columns .box{
	width: 100%;
}
.three_columns .box,
ol.three_columns li,
.three_columns_li li{
	width: calc( 33% - 8px);
}
.sbi_photo_wrap{
    width: 100%;
    height: 100%;
}
.sbi_photo:hover{
    transform: scale(1.1);
}

@media screen and (max-width: 540px) {
.breadcrumbs{
    padding: 16px 0;
}
.breadcrumbs div{
    max-width: 92%;
}
.oz .imgL{
    float: none;
    max-width: 100%;
    margin-right: 0;
    text-align: center;
}
.oz .imgR{
    float: none;
    max-width: 100%;
    margin-left: 0;
    text-align: center;
}
.oz .s_imgR{
    margin-bottom: 4px;
}
.two_columns .box,
.two_columns_li li,
.two_columns li{
    width: 100%;
}
.three_columns .box,
.three_columns_li li,
ol.three_columns li{
    width: 100%;
}
#wrap .section_inner{
    padding: 0 16px 24px;
}
.sub_fv .grid{
    width: 100%;
}
.sub_fv .grid:nth-child(2){
    width: 100%;
    padding-top: 0;
}
.meritbox,
.demeritbox{
    padding: 16px;
}
.meritbox dt{
    background: url("../../../img/asset/common/svg/arrow_orange.svg") no-repeat 0 14px;
    background-size: 6px auto;
}
.meritbox dd{
    padding: 0 8px 16px;
}
.demeritbox dt{
    background: url("../../../img/asset/common/svg/arrow_gray.svg") no-repeat 0 14px;
    background-size: 6px auto;
}
.demeritbox dd{
    padding: 0 8px 16px;
}
.faq_area dl{
    padding: 16px;
}
.dot_list li{
    background: url("../../../img/asset/common/svg/dot.svg") no-repeat 0 12px;
    background-size: 6px auto;
}
}
}
}


#submv{
    padding: 40px 0;
    background: #e5ded3 url("../../../img/asset/common/ecbg.jpg");
    color: #5c5737;
    text-align: left;
}
#submv h1{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 0 24px;
    font-size: 22px;
    font-weight: 500;
}
#submv .inner{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 16px;
}
#submv h1 img{
    padding-bottom: 16px;
}
#submv h1.classes{
    background: url(../../../img/asset/common/svg/h2_soushoku_nami.svg) no-repeat 0 bottom;
    background-size: 79px auto;
}
#submv h1.wave{
    background: url(../../../img/asset/common/svg/h2_soushoku_nami.svg) no-repeat 0 bottom;
    background-size: 79px auto;
}
#submv h1.parent{
    font-size: 18px;
    line-height: 1;
}
#submv .child{
    padding-bottom: 8px;
    line-height: 1;
}
@media screen and (max-width: 1023px) {
#submv h1{
    width: 92%;
}
#submv .inner{
    width: 92%;
}
}


#wrap .scroll table{
    width: 100%;
}
@media screen and (max-width: 1023px) {
#wrap .scroll{
    padding-bottom: 2%;
    overflow: auto;
}
#wrap .scroll::-webkit-scrollbar{
    height: 10px;
}
#wrap .scroll::-webkit-scrollbar-track{
    background: #eee;
}
#wrap .scroll::-webkit-scrollbar-thumb {
    background: #bbb;
}
#wrap .scroll table{
    width: 180%;
}
@media screen and (max-width: 800px) {
#wrap .scroll table{
    width: 120%;
}
@media screen and (max-width: 540px) {
#wrap .scroll table{
    width: 200%;
}
@media screen and (max-width: 360px) {
#wrap .scroll table{
    width: 240%;
}
}
}
}
}



#calendar,
#i,
#i-2,
#i-3,
#i-4,
#i-5,
#i-6,
#i-7,
#i-8,
#i-9,
#i-10,
#i-11,
#i-12
{
    margin-top: -222px;
    padding-top: 222px;
}
@media screen and (max-width: 800px) {
#i,
#i-2,
#i-3,
#i-4,
#i-5,
#i-6,
#i-7,
#i-8,
#i-9,
#i-10,
#i-11,
#i-12
{
    margin-top: 0;
    padding-top: 0;
}
}
@media screen and (max-width: 540px) {
span.wpcf7-list-item{
	display: block !important;
}
}
.wpcf7-validates-as-date{
	background-color: #fff;
	color: #333;
	border: 1px solid #ddd;
	font-size: 17px;
	padding: 0.5em;
	border-radius:8px;
	box-shadow:2px 2px 4px rgba(0,0,0,.1) inset;
}
input{
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
#age{
    width: 25%;
    max-width: 80px;
}
@media screen and (max-width: 767px) {
#age{
    width: 50%;
    max-width: 100%;
}
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea
{
	width: 80%;
    margin: auto;
	padding: .5em;
	background: #fff;
	color: #333;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.1) inset;
}
input[type="radio"],
input[type="checkbox"]
{
	width: 28px;
	vertical-align: middle;
}

select{
	background: #fff;
	color: #333;
	border: 1px solid #ddd;
	font-size: 18px;
	padding: .5em;
	border-radius: 8px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.1) inset;
	line-height: 2;
}
input[type="submit"] {
    width: 32%;
	margin: 40px auto 0;
	padding: 16px 0;
    background: #5c5737;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]:hover{
    background: #4c4638;
}
@media screen and (max-width: 540px) {
input[type="submit"] {
    width: 100%;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
	width: 90%;
    margin: auto;
}
select,
textarea
{
	width: 100%;
    margin: auto;
}
}

span.wpcf7-not-valid-tip {
	font-size: 80%;
}
#sitemap_list li{
    font-size: 18px !important;
}
#sitemap_list li li{
    font-size: 16px !important;
}
/* ▲▲▲▲▲▲▲▲▲▲ 共通項目 ▲▲▲▲▲▲▲▲▲▲ */


.first_area .grid{
    width: 50%;
}
@media screen and (max-width: 540px) {
.first_area .grid{
    width: 100%;
}
.first_area .grid:first-of-type{
    margin-bottom: 24px;
}
}




#sub__class .hd{
    margin: 0 0 40px;
    padding: 0 0 24px;
    background: url("../../../img/asset/common/svg/h2_soushoku_nami.svg") no-repeat 0 bottom;
    background-size: 79px auto;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}
#sub__class .hd img{
    padding-bottom: 16px;
}
#sub__class .hd span{
    padding-bottom: 20px;
    font-weight: normal;
}
#sub__class .subhd01{
    margin-bottom: 24px;
    font-size: 22px;
}
#sub__class .hh{
    min-height: 86px;
    padding-top: 104px;
    background: url("../../../img/asset/h2_hula.jpg") no-repeat 0 0;
    background-size: 388px auto;
}
#sub__class .td{
    min-height: 99px;
    padding-top: 112px;
    background: url("../../../img/asset/h2_tahitian.jpg") no-repeat 0 0;
    background-size: 380px auto;
}
#sub__class .kh{
    min-height: 90px;
    padding-top: 104px;
    background: url("../../../img/asset/h2_keiki02.jpg") no-repeat 0 0;
    background-size: 274px auto;
}
#sub__class2 .pt{
    min-height: 90px;
    padding-top: 104px;
    background: url("../../../img/asset/h2_pilatis.jpg") no-repeat 0 0;
    background-size: 205px auto;
}

#sub__class .kh span{
    font-size: 17px;
    font-weight: 100;
}
/*
#sub__class .subhd02{
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
}
*/
#sub__class ul li{
    width: calc(50% - 12px);
    margin-bottom: 24px;
}
#sub__class ul ol li{
    width: 100%;
    margin-bottom: 8px;
}
@media screen and (max-width: 540px) {
#sub__class .hh{
    min-height: 86px;
    padding-top: 92px;
    background: url("../../../img/asset/h2_hula.jpg") no-repeat 0 0;
    background-size: 100% auto;
}
#sub__class .td{
    min-height: 99px;
    padding-top: 104px;
    background: url("../../../img/asset/h2_tahitian.jpg") no-repeat 0 0;
    background-size: 100% auto;
}
#sub__class .kh{
    min-height: 90px;
    padding-top: 92px;
    background: url("../../../img/asset/h2_keiki02.jpg") no-repeat 0 0;
    background-size: 274px auto;
}
#sub__class2 .pt{
    min-height: 90px;
    padding-top: 92px;
    background: url("../../../img/asset/h2_pilatis.jpg") no-repeat 0 0;
    background-size: 205px auto;
}	
	
#sub__class ul li{
    width: 100%;
    margin-bottom: 16px;
}
}


.price_list table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 1px;
    margin-bottom: 24px;
    border-top: 1px solid #e5ded3;
    border-right: 1px solid #e5ded3;
    border-left: 1px solid #e5ded3;
}
.price_list table td{
    padding: 24px;
    border-bottom: 1px solid #e5ded3;
    vertical-align: middle;
}
.price_list table td:nth-of-type(odd){
    width: 60%;
    border-right: 1px solid #e5ded3;
}
.price_list table td:nth-of-type(even){
    width: 40%;
    background: #f7f5f2;
    text-align: right;
}
@media screen and (max-width: 540px) {
.price_list table td{
    display: block;
    width: 100%;
    padding: 16px 8px;
}
.price_list table td:nth-of-type(odd){
    width: 100%;
    border-right: 0;
}
.price_list table td:nth-of-type(even){
    width: 100%;
}
}


.keiki_hula_photos .box{
    width: calc(25% - 4px);
    margin-bottom: 16px;
}
@media screen and (max-width: 540px) {
.keiki_hula_photos .box{
    width: calc(50% - 4px);
}
}

#taiken_step #step01{
    background: #56433c url("../../../img/asset/trial/step01.jpg") no-repeat 0 0;
    color: #fff;
    background-size: 100% auto;
}
#taiken_step #step02{
    background: #56433c url("../../../img/asset/trial/step02.jpg") no-repeat 0 0;
    color: #fff;
    background-size: 100% auto;
}
#taiken_step #step03{
    background: #56433c url("../../../img/asset/trial/step03.jpg") no-repeat 0 0;
    color: #fff;
    background-size: 100% auto;
}
#taiken_step #step04{
    background: #56433c url("../../../img/asset/trial/step04.jpg") no-repeat 0 0;
    color: #fff;
    background-size: 100% auto;
}
#taiken_step .box{
    padding: 100px 0 24px;
}
#taiken_step .hd{
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 1.6;
    background: url(../../../img/asset/common/svg/nami_white.svg) no-repeat center bottom;
    background-size: 79px auto;
    text-align: center;
}
#taiken_step .inner{
    width: 88%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.access__traffic li{
    margin: 0 0 8px;
    padding: 0 0 0 32px;
    background: url(../../../img/asset/common/svg/traffic.svg) no-repeat 0 center;
    background-size: 32px auto;
    text-align: left;
}



.form table{
    width: 100%;
    margin: 0 0 40px;
}
.form td{
    padding: 16px;
    vertical-align: top;
    border-bottom: 1px solid #4c4638;
}
.form td:nth-of-type(odd){
    width: 32%;
}
.form td:nth-of-type(even){
    width: 68%;
}
.form td p{
    margin-bottom: 0;
}
@media screen and (max-width: 540px) {
.form td{
    padding: 16px 8px;
    vertical-align: top;
    border-bottom: 1px solid #4c4638;
}
.form td:nth-of-type(odd){
    display: block;
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px dashed #4c4638;
}
.form td:nth-of-type(even){
    display: block;
    width: 100%;
}
}



.entry p{
    margin-bottom: 32px;
}
.entry img{
    width: 100%;
    max-width: 100%;
    height: auto;
}

.g_cal{
    width: 100%;
    height: 600px;
}




