/* ローディング中のスタイル */
.wf-loading #contents {
	opacity: 0;
}
/* フォント読み込み完了後のスタイル */
.wf-active #contents {
	opacity: 1;
	transition: opacity 0.3s ease;
}
/* フォント読み込み失敗時のスタイル */
.wf-inactive #contents {
	opacity: 1;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: #fff;
    color:#181818;
	font-family: a-otf-ryumin-pr6n,"Noto Serif JP", serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.6em;
}
p{
	line-height: 2em;
}
.content_wrap{
	padding:0 2%;
}
* .no-margin{
	margin:0 !important;
}
.mt24{
	margin-top:24px;
}
.mt36{
	margin-top:36px;
}
.mt40{
	margin-top:40px;
}
.mt48{
	margin-top:48px;
}
.mt60{
	margin-top:60px;
}
.small{
	font-size:.8em;
}
.large{
	font-size:1.2em;
}
.link_gr{
    width: 90%;
    color: #074f2b;
    padding: 10px;
    background: #fff;
    border: 1px solid #074f2b;
    margin: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 4px;
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
}
.link_gr:hover{
	background:#074f2b;
	color:#fff;
}

.more_btn a{
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #181818;
  font-weight: 400;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 180px;
  text-align: center; 
  padding: 4px 16px 4px 0;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
.more_btn a::before {
  content: "";
  display: block;
  position: absolute;
  width: 180px;
  height: 1px;
  background: #181818;
  bottom: 0;
  transition: all 0.3s;
}
.more_btn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #181818;
  rotate: 40deg;
  right: -3px;
  bottom: 10px;
  transition: all 0.3s;
}
.more_btn a:hover::after,
.more_btn a:hover::before {
  translate: 20px 0;
  transition: all 0.3s;
}
.back_btn a{ 
  font-size: 14px; 
  letter-spacing: 0.1em; 
  color: #181818; 
  font-weight: 400; 
  display: block; 
  position: relative; 
  box-sizing: border-box; 
  max-width: 180px; 
  text-align: center; 
  padding: 4px 0 4px 16px; /* 左右の余白を逆に */
  margin: 24px; 
  margin-inline: auto; 
  text-decoration: none; 
  cursor: pointer; 
  transition: all 0.3s; 
} 
.back_btn a::before { 
  content: ""; 
  display: block; 
  position: absolute; 
  width: 180px; 
  height: 1px; 
  background: #181818; 
  bottom: 0; 
  left: 0; /* 左基準に固定 */
  transition: all 0.3s; 
} 
.back_btn a::after { 
  content: ""; 
  display: block; 
  position: absolute; 
  width: 30px; 
  height: 1px; 
  background: #181818; 
  rotate: -40deg; /* 角度を逆（左向き）に */
  left: -3px; /* 右配置から左配置に */
  bottom: 10px; 
  transition: all 0.3s; 
} 
.back_btn a:hover::after, 
.back_btn a:hover::before { 
  translate: -20px 0; /* 右ではなく左に動かす */
  transition: all 0.3s; 
}
.more_btn.btn_w a,.back_btn.btn_w a{
	color:#fff;
}
.more_btn.btn_w a::after,.more_btn.btn_w a::before,.back_btn.btn_w a::after,.back_btn.btn_w a::before{
	background:#fff;
}


.scrolldown{
	position:absolute;
	bottom:1%;
	right:3%;
	animation: arrowmove 3s ease-in-out infinite;
	z-index:10000000;
}
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }
.scrolldown span{
	position: absolute;
	left:-20px;
	bottom:5vh;
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.scrolldown:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #eee;
    transform: skewX(-31deg);
}
.scrolldown:after{
	content:"";
	position: absolute;
	bottom:0;
	right:0;
	width:1px;
	height:18vh;
	background:#eee;
}






#visual{
	background: #181818;
	width:100%;
	max-width:1800px;
	margin:0 auto;
	height:90vh;
	overflow: hidden;
}
.visual{
	position: relative;
}
.visual_panels{
	position:relative;
	width:100%;
	max-width:1800px;
	}
.visual_panels img{
	width: 100%;
    height: 100%;
	display:block;
	object-fit: cover;
	object-position: center bottom;  
}
.visual_panels p{
	color: #fff;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4); 
	position: absolute;
	top:30%;
	left:8%;
	width:80%;
	font-size:clamp(14px, 5vw, 48px);
	line-height: 1.4em;
}
.visual_panels p.visual_message_l{
	left:8%;
	text-align: left;
}
.visual_panels p.visual_message_r{
	right:8%;
	text-align: right;
}




main{
	min-height: 100vh;
}


.header{
    background-color: #181818;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100000000;
    overflow: visible;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding-top:.5em;
}

.logo-img {
    height: 44px;
    width: auto;
    display: block;
}
.nav-list {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
    margin: 0;
    padding: 0;
}
.nav-item {
    position: relative;
    margin: 0;
}
.nav-item.dropdown {
    padding-bottom: 0.5rem;
}
.nav-link {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
	display: block;
	text-align: center;
}
.nav-item{
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	font-style: normal;
	font-size: .75rem;
	padding: 0.5rem ;
}
.nav-item i {
	font-family: trajan-pro-3, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	padding:0;
	display: block;
    letter-spacing: 1px;
    margin:0 auto;
}
.nav-item span{
	display: inline-block;
	text-align: center;
	
}
.nav-link:hover {
    color: #c0ad92;
}

/* ドロップダウンメニューの三角マークを非表示 */
.nav-link::after,
.nav-link::before {
    display: none !important;
    content: none !important;
}

/* ドロップダウンメニュー */
.dropdown-menu {
    position: absolute;
    top: calc(100% - 0.5rem);
    left: 0;
    background-color: #c0ad92;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 0.5rem 0;
    margin-top: 0;
    min-width: 200px;
    display: none;
    list-style: none;
    z-index: 1000;
    border:none;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    animation: fadeIn 0.3s ease;
}


/* ドロップダウンメニューにホバーした時も表示を維持 */
.nav-item.dropdown .dropdown-menu:hover {
    display: block;
}

.dropdown-item {
    display: block;
    padding: 0.5rem 1.5rem;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
    font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	font-style: normal;
}
.dropdown-item:hover {
    background-color: #f2e7d4;
    color: #c0ad92;
}

/* アニメーション */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ハンバーガーメニューボタン */
.nav-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    gap: 4px;
}

.nav-toggle-icon {
    width: 25px;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease;
}

/* モバイル表示 */
@media (max-width: 991.98px) {
    .nav-toggle {
        display: flex;
    }

    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #ffffff;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .nav-menu.active {
        max-height: 1000px;
    }

    .nav-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 1rem 2rem;
        width: 100%;
    }

    .nav-item {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .nav-link {
        padding: 1rem 0;
        width: 100%;
    }

    /* モバイルではホバーを無効化 */
    .nav-item.dropdown:hover .dropdown-menu {
        display: none;
    }

    /* ドロップダウンメニューは通常のリストとして表示 */
    .dropdown-menu {
        position: static;
        display: none;
        box-shadow: none;
        margin-top: 0;
        padding-left: 1rem;
        background-color: #f8f9fa;
    }

    .nav-item.dropdown.active .dropdown-menu {
        display: block;
    }

    .dropdown-item {
        padding: 0.75rem 1rem;
    }

    /* ハンバーガーメニューのアニメーション */
    .nav-toggle.active .nav-toggle-icon:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }

    .nav-toggle.active .nav-toggle-icon:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle.active .nav-toggle-icon:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }
}

h2 {
  font-size: clamp(1.3rem, calc(1.1vw + 1.3rem), 2rem);
  font-weight: 500;
  line-height: 2.2em;
}
h3 {
  font-size: clamp(1.1rem, calc(1vw + 1rem), 1.4rem);
  font-weight: 400;
  line-height: 2em;
}

h4{
  font-size: 1.1em;
  font-weight: 400;
}



.page-content{
	padding:60px 0;
}
.bg-green{
	background: rgba(7,79,43,.4);
	color:#fff;
}
.bg-be{
	background: rgba(242,231,212,1);
}
.bg-sumire{
	background: rgba(102,68,178,.2);
}


span.tokuten{
	background: #ce0b0b;color:#fff;padding:4px 8px;display: inline-block;border-radius: 3px;font-size:1.2em;
}





.content_head {
  position: relative;
}
.content_head.about_index::after{
	position:absolute;
	left:-12px;
	bottom:0;
	content:'Discover\A　School';
	white-space: pre;
	font-size:8em;
	color:rgba(255,255,255,.3);
	font-family: "mrlackboughs-pro", sans-serif;
	font-weight: 400;
    font-style: normal;
    line-height: 1em;
    overflow: visible;
}
.content_head.biyoh_index::after{
	position:absolute;
	left:-12px;
	bottom:0;
	content:'Biyoh\A Method';
	white-space: pre;
	font-size:8em;
	color:rgba(210,214,243,.3);
	font-family: "mrlackboughs-pro", sans-serif;
	font-weight: 400;
    font-style: normal;
    line-height: 1em;
    overflow: visible;
}
.content_head.sri_index::after{
	position:absolute;
	left:12px;
	bottom:0;
	content:'Srilankan\A Ayuveda';
	white-space: pre;
	font-size:8em;
	color:rgba(210,214,243,.3);
	font-family: "mrlackboughs-pro", sans-serif;
	font-weight: 400;
    font-style: normal;
    line-height: 1em;
    overflow: visible;
}
.content_head.jslas-online_index::after{
	position:absolute;
	left:12px;
	bottom:0;
	content:'Online for\A Beginner';
	white-space: pre;
	font-size:8em;
	color:rgba(210,214,243,.3);
	font-family: "mrlackboughs-pro", sans-serif;
	font-weight: 400;
    font-style: normal;
    line-height: 1em;
    overflow: visible;
}


.head_title{
	position: absolute;
	width:100%;
	top:0;
	background:rgba(24,24,24,.6);
}
.head_title.srilankan{
	background:rgba(24,24,24,.3);
}
.head_title.biyho{
	background:rgba(24,24,24,.3);
}

.head_title .head_title_inner{
	width:100%;
	max-width:1140px;
	margin:0 auto;
}
.head_title .head_title_inner h1{
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: clamp(1.2rem, calc(1vw + 1.1rem), 2rem);
	margin:0.4em;
	color:#f2e8d5;
	color:#fff;
}
.head_title .head_title_inner h1::before{
	content:'― ';
}

.content_head img {
	max-width: none;
	width: 100%; 
}

.content_head .content_head_title_wrap {
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 1140px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000000;
}
.content_head .content_head_title_wrap h2 {
      color: #fff;
      font-family:a-otf-ryumin-pr6n, serif;
      font-weight: 300;
      background: none;
      padding: 1em;
      text-align: right;
      font-size: clamp(1.1rem, calc(1vw + 1.1rem), 2rem);
      line-height: 1.4em;
}
.content_head .content_head_title_wrap_left {
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 1140px;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000; }
.content_head .content_head_title_wrap_left h2 {
      color: #fff;
      background: none;
      padding: 1em;
      text-align: left;
      line-height: 1.4em; }
.content_head .content_head_title_wrap_left_bottom {
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 1140px;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000; }
    .content_head .content_head_title_wrap_left_bottom h2 {
      color: #fff;
      background: none;
      padding: 1em;
      text-align: left;
      text-shadow: -3px 3px 4px rgba(0, 0, 0, 0.56);
      line-height: 1.4em; 
}
@media screen and (max-width: 768px) {
  .content_head .content_head_title_wrap h2 {
    padding: 1em 1em 0.25em; } }
p{
	margin-top:24px;
}
#about p{
	margin-top:36px;
}
#intro,#thought{
	padding:60px 0;
}
#operated h3{
	border-bottom:1px solid #181818;
}
#operated h3.no_border{
	border:none;
}
#operated a{
	color:#181818;
}
#operated p{
	margin:.3em 0 24px;
}

h2.deco,h2.deco2{
	position:relative;
	z-index:10;
}
h2.deco::after,h2.deco2::after{
	position:absolute;
	left:-12px;
	top:0px;
	white-space: pre;
	font-size:clamp(20px, 18vw, 100px);
    font-family: "mrlackboughs-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
    line-height: 1em;
    z-index:-1;
}
#intro h2.deco::after{
	content:'Story';
	color:rgba(255,255,255,.2);
}
#greeting h2.deco::after{
	content:'Greeting';
	color:rgba(192,173,146,.2);
}
#thought h2.deco::after{
	content:'Thought';
	color:rgba(255,255,255,.2);
}
#srilanka h2.deco::after{
	content:'Relationship';
	color:rgba(192,173,146,.2);
}
#features h2.deco::after{
	content:'Features';
	color:rgba(192,173,146,.2);
}
#message h2.deco::after{
	content:'Message';
	color:rgba(192,173,146,.2);
}
#history h2.deco::after{
	content:'History';
	color:rgba(255,255,255,.2);
}
#company h2.deco::after{
	content:'Operated by';
	color:rgba(192,173,146,.2);
}
#experience_intro h2.deco::after{
	content:'Try Ayurveda';
	color:rgba(192,173,146,.2);
}
@media screen and (max-width: 768px) {
#experience_intro h2.deco::after{
	content:'Try \A Ayurveda';
	color:rgba(192,173,146,.2);
}
}
#experience_menu h2.deco::after{
	content:'Trial Menu';
	color:rgba(255,255,255,.2);
}
#experience_salon h2.deco::after{
	content:'Salon';
	color:rgba(192,173,146,.2);
}
#knowledge_intro h2.deco::after{
	content:'How to…';
	color:rgba(192,173,146,.2);
}
#knowledge_sri h2.deco::after{
	content:'SriLanka';
	color:rgba(255,255,255,.6);
	z-index: -1;
}
#knowledge_basics h2.deco::after{
	content:'Philosophy';
	color:rgba(255,255,255,.2);
	z-index: -1;
}
#knowledge_triguna h2.deco::after{
	content:'Tri-Guna';
	color:rgba(192,173,146,.2);
}
#knowledge_tissue h2.deco::after{
	content:'Tissue';
	color:rgba(255,255,255,.2);
}
#knowledge_waste h2.deco::after{
	content:'Waste';
	color:rgba(255,255,255,.6);
}
#knowledge_learn h2.deco::after{
	content:'School';
	color:rgba(192,173,146,.2);
}
#school_intro h2.deco::after{
	content:'About our School';
	color:rgba(192,173,146,.2);
}
#school_future h2.deco::after{
	content:'Live your\A Dream';
	color:rgba(192,173,146,.2);
}
@media screen and (max-width: 768px) {
#school_future h2.deco::after{
	content:'Live\A your\A Dream';
}
}
#school_ayuveda h2.deco::after{
	content:'SriLankan\A Ayuveda';
	color:rgba(255,255,255,.1);
}
#school_features h2.deco::after{
	content:'Features';
	color:rgba(192,173,146,.2);
}
#learning_sri h2.deco::after{
	content:'SriLankan\A Curriculum';
	color:rgba(255,255,255,.1);
}
#school_sri_course h2.deco::after{
	content:'Academic\A Plan';
	color:rgba(7,79,43,.1);
	z-index:-10 !important;
}
#school_biyoh h2.deco::after{
	content:'Japanese\A Ayuveda';
	color:rgba(102,68,178,.15);
}
#school_biyoh_course h2.deco::after{
	content:'Biyoh\A Curriculum';
	color:rgba(102,68,178,.2);
}
#biyoh_intro h2.deco::after{
	content:'How to...';
	color:rgba(255,255,255,.8);
}
#biyoh_intro2 h2.deco::after{
	content:'Biyoh';
	color:rgba(102,68,178,.2);
}
#biyoh_intro3 h2.deco::after{
	content:'Fundamental';
	color:rgba(102,68,178,.2);
}
#biyoh_intro2 h2.deco::after{
	content:'Treatment';
	color:rgba(102,68,178,.2);
}
#biyoh_course_more h2.deco.elementary::after{
	content:'Elementary';
	color:rgba(102,68,178,.2);
}
#biyoh_course_more h2.deco.intermediate::after{
	content:'Intermediate';
	color:rgba(102,68,178,.2);
}
#ayu_course h2.deco::after{
	content:'Course';
	color:rgba(7,79,43,.1);
}
#ayu_curriculum h2.deco::after{
	content:'Curriculum';
	color:rgba(255,255,255,.2);
}
#biyoh_course h2.deco::after{
	content:'Course';
	color:rgba(255,255,255,.4);
}
#biyoh_course2 h2.deco::after{
	content:'Course';
	color:rgba(210,214,243,.4);
}
#sri_index h2.deco::after{
	content:'Srilankan\A Ayuveda';
	color:rgba(255,255,255,.2);
}
#sri_ayu h2.deco::after{
	content:'Traditional\A Techniques';
	color:rgba(255,255,255,.2);
}
#sri_online h2.deco::after{
	content:'for Beginner';
	color:rgba(255,255,255,.2);
}
#course_flow h2.deco::after{
	content:'Flow';
	color:rgba(255,255,255,.4);
}
#course_after h2.deco::after{
	content:'Prospect';
	color:rgba(7,79,43,.1);
}



#school_access h2.deco::after{
	content:'Access';
	color:rgba(255,255,255,.3);
}
.school_contact h2.deco::after{
	content:'Contact Us';
	color:rgba(7,79,43,.1);
}
.voice_archive h2.deco::after{
	content:'Voice';
	color:rgba(24,24,24,.1);
}
#index_news_bt h2.deco::after{
	content:'Infomation';
	color:rgba(24,24,24,.1);
}
#faq h2.deco::after{
	content:'FAQ';
	color:rgba(24,24,24,.1);
}
.page-id-12 p{
	line-height: 2em;
}



.overlay_wrap{
	position: relative;
	max-width:2480px;
	margin:0 auto;
}
.overlay_img{
	width:68%;
	position: relative
}
.overlay_img_s{
	width:58%;
	position: relative
}
.overlay_img_r{
	margin-left: 32%;
}
.overlay_img_rs{
	margin-left: 42%;
}
.overlay_text_wrap{
	position: absolute;
	top:50%;
    transform: translateY(-50%);
	left:50%;
	width:55%;
	max-width: 600px;
	background: rgba(255,255,255,.6);
	padding:3%;
}
.overlay_text_wrap_s{
	position: absolute;
	top:50%;
    transform: translateY(-50%);
	left:50%;
	width:50%;
	max-width: 600px;
	background: none;
	padding:0;
}
.overlay_text_wrap_s p{
	margin:8px 0 0;
	line-height: 1.2em;
}
.overlay_wrap .overlay_text p{
	font-size:1.2em;
}
.overlay_text_r{
	left:0;
}

@media screen and (max-width: 980px) {
.overlay_text_wrap{
	position: relative;
	width:84%;
	margin:24px 0 60px auto;
	padding:1% 1% calc(1% + 24px);
	top:0;
    transform: translateY(0%);
	left:0;
}
.overlay_img{
	width:84%;
}

.overlay_img_r{
	margin-left:16% !important;
}
.overlay_text_r{
	margin:24px auto 60px 0 !important;
}
.overlay_text_wrap{
	padding:6%;
}
.overlay_wrap .overlay_text p{
	font-size:16px;
}
}
.prof_biyoh{
	border-radius: 50%;
	overflow: hidden;
}
.prof_biyoh img{
	border-radius: 50%;
}

ul.news_list li{
	border-bottom: 1px dotted #ccc;
	padding:.4em .5em;
}
ul.news_list a{
	color:#181818;
}
ul.news_list a:hover{
	color:#ccc;
}
ul.news_list li span.date{
	display: inline-block;
	width:7em;
}
ul.news_list li span.post_cat{
	margin:0 .5em;
	padding:4px 6px;
	background: #181818;
	color:#fff;
	border-radius: 2px;
	display: inline-block;
	width:5em;
	text-align: center;
	font-size:.9em;
	line-height: 1em;
}
ul.news_list li span.news{
	background: #ee4482;
}
ul.news_list li span.trial{
	background: #074f2b;
}
ul.news_list li span.consultation{
	background: #c0ad92;
}
#single_post_header{
	margin:40px 0 20px;
	padding-bottom: 20px;	
}
#single_post_header h1{
	font-size: clamp(1.3rem, calc(1.1vw + 1.3rem), 2rem);
	border-bottom: 1px dotted #242424;
	line-height: 2em;
}
#single_post_header .date{
	text-align: right;
	line-height: 1em;
	margin:12px 0;
}








#school_intro{
	margin:60px 0 0;
}

#index_knowledge .overlay_wrap .overlay_text_wrap{
	background:rgba(255,255,255,.5);
	
}
#index_knowledge .overlay_wrap .overlay_text::before{
	content:'Discover';
	font-size:clamp(20px, 16vw, 100px);
	font-family: "mrlackboughs-pro", sans-serif;
font-weight: 400;
font-style: normal;
    line-height:1em;
    color:rgba(255,255,255,.6);
    text-shadow: 1px 1px 2px rgba(24,24,24,0.2);
    top:-83px;
	left:0;
	position: absolute;
}
#index_school .overlay_wrap .overlay_text p{
	color:#181818;
}
#index_school .overlay_wrap .overlay_text::before{
	content:'Master';
	font-size:clamp(20px, 16vw, 100px);
	font-family: "mrlackboughs-pro", sans-serif;
font-weight: 400;
font-style: normal;
    line-height:1em;
    color:rgba(255,255,255,.6);
    text-shadow: 1px 1px 2px rgba(24,24,24,0.2);
    top:-83px;
	right:0;
	position: absolute;
}



#experience_salon h3{
	margin:24px 0 12px;
	font-size: 1.2em;
    line-height: 1.4em;
    padding-left: 30px;
    background: url(../images/lily_g.svg) no-repeat;
    background-size: 28px auto;
    background-position: left center;
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    color:#074f2b;
    border-bottom: 1px solid #074f2b;
}
#knowledge_sri .page-content{
	position: relative;
}
#knowledge_sri #sri_img{
	position: absolute;
	top:-40px;
	max-width: 300px;
}
#school_future{
	background: url(../images/bg/therapist_bg2.webp) no-repeat;
	background-size: cover;
	background-position: right top;
	color:#fff;
}
@media screen and (max-width: 768px) {
#school_future{
	background: url(../images/bg/therapist_img2.webp) no-repeat #c0ad92;
	background-size: cover;
	background-position: right top;
	color:#fff;
}
}

#school_curriculum_sri img{
	z-index:100000;
}
#school_access .underline{
	border-bottom:1px dashed #c0ad92;
	padding-bottom: 24px;
}


/*###########  フォーム  ###########*/
.mw_wp_form .info {
  max-width: 980px;
  margin: 6% auto 48px;
  line-height: 1.6em; }

.mw_wp_form .info p {
  padding: 12px 3%; }

.mw_wp_form h2 {
  text-align: center;
  margin: 12px 0;
  font-size: 1.4em;
  color: #55698a;
  padding: 8px 5%; }

.mw_wp_form p {
  margin: 8px 0; }

.mw_wp_form p.ta_center {
  max-width: 980px;
  margin: 12px auto;
  line-height: 1.6em;
  text-align: center;
  padding: 0 2%; }

.mw_wp_form dl {
  margin: 24px auto 0;
  clear: both;
  border-top: 1px dotted #ccc;
  width: 98%; }

.mw_wp_form dl dt span {
  color: #fff;
  background: #c21820;
  padding: 0 0.4em;
  border-radius: 6px;
  margin: 0px 0px 0px 8px;
  display: inline-block;
  float: right;
  font-size: .9em; }

@media screen and (max-width: 980px) {
  .mw_wp_form dl {
    width: 98%; } }

.mw_wp_form dl dt, .mw_wp_form dl dd {
  padding: 24px 0; }

.mw_wp_form dl dt {
  width: 23%;
  padding-left: 2%;
  float: left; }

.mw_wp_form dl dd {
  width: 73%;
  float: right; }

@media screen and (max-width: 640px) {
  .mw_wp_form dl {
    margin: 16px 0;
    width: 98%; }
  .mw_wp_formdl dt, .mw_wp_form dl dd {
    padding: 8px 0; }
  .mw_wp_form dl dt {
    width: 90%;
    float: none;
    margin: 0 auto; }
  .mw_wp_form dl dd {
    width: 90%;
    float: none;
    margin: 0 auto; }
  .mw_wp_form dl dt span {
    float: none;
    margin-left: 24px; } }

.mw_wp_form input[type=text], .mw_wp_form textarea {
  width: 90%; }

.mw_wp_form input[type=submit] {
  display: inline-block;
  border-radius: 8px;
  font-size: 16pt;
  text-align: center;
  cursor: pointer;
  padding: 0.5em 2em;
  background: #074f2b;
  color: #fff;
  line-height: 1em;
  transition: .3s;
  border: 1px solid #074f2b;
}

.mw_wp_form input[type=submit]:active {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }

.mw_wp_form input[type=submit]:hover {
  background: #fff;
  color: #181818;
  border: 1px solid #181818;
}

.mw_wp_form div.submit {
  position: relative;
  overflow: hidden;
  margin: 24px 0 48px;
  clear: both; }
  .mw_wp_form div.submit div.submit_inner {
    position: relative;
    left: 50%;
    float: left; }
    .mw_wp_form div.submit div.submit_inner input {
      display: block;
      float: left;
      position: relative;
      left: -50%;
      margin: 12px; }

.mw_wp_form_confirm .input-show {
  display: none; }

.mw_wp_form #send {
  padding: 48px 2%; }
  .mw_wp_form #send p {
    text-align: center; }


.timeline {
  position: relative;
  margin: 4em auto;
  padding-bottom: 2em; }
  .timeline .timeline_item {
    margin: 0px 0px 0px 80px; }
    .timeline .timeline_item .time_date{
	    position:relative;
    }
    .timeline .timeline_item .time_date .time {
      font-family: trajan-pro-3, serif;
	  font-weight: 400;
      font-size: 4em;
      font-weight: bold;
      position: relative;
      margin: 0;
      letter-spacing: 3px;
      color: rgba(15, 35, 74, 0.1); }
    .timeline .timeline_item .time_date .flag {
      font-size: 1.7em;
      font-weight: bold;
      font-family: a-otf-ryumin-pr6n, serif;
      margin: 0;
      top: 58px;
      left:24px;
      color: #074f2b;
      position: absolute;
       line-height: 1.6em;
}
    .timeline .timeline_item .subtitle {
      font-size: 1.2em;
      line-height: 1.4em;
      margin-top: 10px;
      margin-left:24px;
      padding-left: 30px;
      background: url(../images/lily_g.svg) no-repeat;
      background-size: 28px auto;
      background-position: left center;
      font-family: a-otf-ryumin-pr6n, serif;
      font-weight: 300; 
}
    .timeline .timeline_item .desc {
      font-size: 0.8em;
      margin-top: 4px;
      padding-left: 30px;
      line-height: 1.6em;
}

.timeline:before {
  position: absolute;
  top: 0px;
  left: 45px;
  width: 2px;
  height: 100%;
  content: '';
  background: #d2a213; }

@media only screen and (max-width: 767px) {
  .timeline:before {
    left: 15px; }
  .timeline .timeline_item .time_date .time:before {
    left: -32px; }
  .timeline .timeline_item {
    margin: 0px 0px 0px 40px; }
    /*
  .timeline .timeline_item .subtitle, .timeline .timeline_item .desc {
    padding-left: 0px;
    border-left: none; }*/ }


.menu_list{
	position: relative;
    overflow: hidden;
    margin:0 0 24px;
}
.menu_list ul{
	position: relative;
    left: 50%;
    float: left;
}
.menu_list ul li{
	float: left;
    position: relative;
    left: -50%;
}
.school_genre {
  position: relative;
  overflow: hidden;
  margin: 12px 0; 
}
.voice_archive{
	margin-top:80px;
}
.voice_archive .article-box a{
	color:#181818;
}
.voice_archive .article-box .article-img{
	position: relative;
	padding-left:180px;
	background: #fff;
}
.voice_archive .article-box ul.voice_genre{
	position: absolute;
	top:4px;
	right:0;
	display: flex;
    align-items: flex-end;
}
.voice_archive .article-box ul.voice_genre li{
	background: #181818;
	color:#fff;
	margin:4px 0 0 4px;
	padding:2px 4px;
	font-size: 12px;
}
.voice_archive .article-box ul.voice_genre li.srilanka{
	background: #074f2b;
}
.voice_archive .article-box ul.voice_genre li.biyoh{
	background: #6644b2;
}
.voice_archive .article-box .subtitle{
	position:absolute;
	bottom:6%;
	left:0;
	right:0;
}
.voice_archive .article-box .subtitle h3{	
	color:#fff;
	line-height: 1.4em;
	font-size:clamp(.9em , 2.4vw ,16px);
	padding:4px 12px;
	display: inline-block;
	background:rgba(24,24,24,.7);
}
.voice_archive .article-detail{
	position:absolute;
	top:18%;
	left:0;
	width:180px;
	padding:12px;
}
.voice_archive .article-box h4{
	line-height: 1em;
	color:#181818;
	font-size:clamp(1.2em , 2.6vw ,18px);
	font-weight: 600;
	margin:0;
}
.voice_archive .article-box p{
	color:#181818;
	margin:0;
	font-size:clamp(.8em , 2vw ,14px);
}

.school_genre ul li {
  float: left;
  position: relative;
  font-size:clamp(.6em , 2vw ,10px);
  color:#fff;
  padding: 6px 8px;
  line-height: 1em;
  display: block;
  margin-right: 8px;
  margin-bottom:4px;
  border-radius: 12px;
}
.school_genre ul li.sri{
	background: #074f2b;
}
.school_genre ul li.biyoh{
	background: #6644b2;
}
.category_list {
  position: relative;
  overflow: hidden;
  margin: 0 0 24px; 
}
.category_list ul {
    position: relative;
    left: 50%;
    float: left; 
}
.category_list ul li {
      float: left;
      position: relative;
      left: -50%; 
}
.category_list ul li a {
        color: #242424;
        background: #fff;
        border: 1px solid #242424;
        padding: 10px 14px;
        line-height: 1em;
        display: block;
        margin: 8px;
        border-radius: 2px; 
}
.category_list ul li a.on, .category_list ul li a:hover {
        color: #fff;
        background: #242424; 
}
.category_list ul li.srilanka a.on,.category_list ul li.srilanka a:hover {
        color: #fff;
        background: #074f2b; 
        border: 1px solid #074f2b;
}
.category_list ul li.biyoh a.on,.category_list ul li.biyoh a:hover {
        color: #fff;
        background: #6644b2; 
        border: 1px solid #6644b2;
}






ul.sns_area {
  position: relative;
  left: 50%;
  float: left;
  padding: 0 2%;
  clear: both;
}
ul.sns_area li {
    position: relative;
    left: -50%;
    float: left;
    list-style: none;
    width: 50px;
}
ul.sns_area li a {
      display: block;
      padding: 0 12%; 
}
ul.sns_area li a:hover {
        opacity: .7; 
}
#footer_sns{
	clear: both;
	margin:24px 0 12px;
	height:60px;
}










footer{
	background: #181818;
		
}
footer #footer_pre_area{
	background: rgba(255,255,255,.14);
	padding:20px 0;
}
footer #footer_pre_area #footer_banner{
	padding:20px 0;
}
footer .footer-container {
    max-width: 1200px;
    margin: 0 auto;
}
footer address{
	text-align: right;
	color:#fff;
	margin:18px 12px 24px;
	font-size:.7em;
}
footer address a{
	color:#fff;
}
#footer_banner a{
	display: block;
	padding:8px 0;
}
#footer_banner a:hover{
	opacity: .6;
}
#footer_end{
	padding:36px 0 0;
}
ul#footer_menu li{
	color:#fff;
	padding:4px 10px;
	border-right:1px solid #fff;
	line-height: 1em;
	font-size:0.9em;
	font-family: a-otf-ryumin-pr6n, serif;
}
ul#footer_menu li:last-child{
	border:none;
}
ul#footer_menu li a{
	color:#fff;
}
ul#footer_menu li a:hover,address a:hover{
	color:#f2e7d4;
	color:#c0ad92;
}

.marker-animation.active {
  background-position: -100% 0.5em; }

.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, #fffa99 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #fffa99 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #fffa99 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #fffa99 50%);
  background-image: linear-gradient(left, transparent 50%, #fffa99 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.7em;
  background-position: 0 0.5em;
  transition: all 5s ease;
  font-weight: 400; }

/*#####      FAQ    #####*/
#faq_area {
  position: relative;
  padding-top: 36px; }

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 1em 0;
  color: #0f0e0f; }

.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0; }

.cp_qa .cp_actab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: rgba(255, 255, 255, 0.3); }

.cp_qa .cp_actab label::before {
  font-family: trajan-pro-3, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
  content: 'Q'; }

.cp_qa .cp_actab label:hover {
  transition: all 0.3s;
  color: #f2e7d4; }

.cp_qa .cp_actab label::after {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  position: absolute;
  top: 0;
  right: 0;
  content: '\2b';
  display: inline-block;
  width: 2em;
  height: 2em;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s; }

.cp_qa .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
  border-radius: 0 0 0.5em 0.5em; }

.cp_qa .cp_actab .cp_actab-content::before {
  font-family: trajan-pro-3, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5em;
  position: absolute;
  margin: 0.4em 0 0 -1em;
  padding: 0;
  content: 'A'; }

.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em; }
  .cp_qa .cp_actab .cp_actab-content p a {
    color: #0f0e0f; }

.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
  border: 10px solid rgba(255, 255, 255, 0.3); }

.cp_qa .cp_actab input:checked ~ label {
  color: #f2e7d4;
  border-radius: 0.5em 0.5em 0 0; }

.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }


/*##########  PageNavi  ##########*/
#pagenation {
  margin: 0 auto; }
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 13px;
  line-height: 16px; }
.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #181818;
  background: #fff;
  border: 1px solid #181818; }

.pagination a:hover {
  color: #fff;
  background: #181818;
  border: 1px solid #181818;
  border-radius: 2px; }

.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #181818;
  border: 1px solid #181818;
  color: #fff;
  border-radius: 2px; }


#biyoh_intro3 img{
	display: block;
	margin:0 auto;
}

.course_menu{
	margin:0 6%;
}
.course_menu ol{
	list-style-type: decimal;
	margin-left: 1.6em;
}
.course_menu table{
	border:2px solid #555;
}
.course_menu table th{
	width:8em;
}
.course_menu table th,.course_menu table td{
	padding:8px 12px;
	border:1px dotted #777;
	background: #fff;
	color:#242424;
}
.course_menu table.biyoh_course th{
	background: rgba(210,214,243,4);
}
.course_menu table.ayu_course th{
	background: rgba(7,79,43,.4);
}
.course_menu table.ayu_course th{
	background: #074f2b;
	color:#fff;
}
.course_menu table td{
	
}
.course_detail h3{
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 1em;
  border-radius: 9999px;
  background-color: #074f2b;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  color: #ffffff;
}
.course_detail h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  border-style: solid;
  border-width: 12px 12px 0 0;
  border-color: #074f2b transparent transparent;
  translate: -50% 100%;
}

.course_detail ul{
	margin:12px 0 24px;
	list-style-type: circle;
	margin-left:1.6em;
	font-size:.8em;
	line-height: 1.4em;
}
