* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: #fff;
    color:#181818;
	font-family: "Noto Serif JP", a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.6;
}
.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;
}
.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:20%;
	left:8%;
	width:72%;
	font-size:clamp(16px, 6vw, 58px);
	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;
}
h3 {
  font-size: clamp(1.1rem, calc(1vw + 1rem), 1.4rem);
  font-weight: 400;
}

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);
}






.content_head {
  position: relative;
}
.content_head.about_index::after{
	position:absolute;
	left:-12px;
	bottom:0;
	content:'Discover\A　JSLAS';
	white-space: pre;
	font-size:8em;
	color:rgba(255,255,255,.3);
	font-family: trajan-pro-3, 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;
}


h2.deco,h2.deco2{
	position:relative;
	z-index:10;
}
h2.deco::after,h2.deco2::after{
	position:absolute;
	left:-12px;
	top:-20px;
	white-space: pre;
	font-size:clamp(20px, 18vw, 100px);
	font-family: trajan-pro-3, 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);
}
#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:'JSLAS';
	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);
}
#school_curriculum_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);
}
#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);
}
#index_news_bt h2.deco::after{
	content:'Infomation';
	color:rgba(24,24,24,.1);
}



.overlay_wrap{
	position: relative;
	max-width:2480px;
	margin:0 auto;
}
.overlay_img{
	width:68%;
	position: relative
}
.overlay_img_r{
	margin-left: 32%;
}
.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_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;
}
}


#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: trajan-pro-3, 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: trajan-pro-3, 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: 18px;
      color: #074f2b;
      position: absolute; }
    .timeline .timeline_item .subtitle {
      font-size: 1.2em;
      line-height: 1.4em;
      margin-top: 10px;
      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;
      line-height: 20px;
      margin-top: 4px;
      padding-left: 30px; }

.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; 
}
.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: #181818;
        background: #fff;
        border: 1px solid #181818;
        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: #181818; }










footer{
	background: #181818;
	margin-top:60px;	
}
footer #footer_pre_area{
	background: rgba(255,255,255,.14);
	padding:20px 0;
}
footer #footer_pre_area #footer_banner{
	padding:20px 0;
}
footer address{
	text-align: right;
	color:#fff;
	margin:12px 12px 24px;
}
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;
}




