@charset "utf-8";
/*
Theme Name: 日奈久温泉　柳屋旅館
Theme URL: 
Description: yanagiya theme
Author: sourire
Version: vol.1
*/

/*--------------- Layout -----------------*/
body {
    width: 100%;
    color: #333;
	background:#F3F7EF;
	line-height: 1.7;
    font-size: 16px;
    -webkit-transition: background-color 1.8s ease 0s;
    transition: background-color 1.8s ease 0s;
    font-family:  YuKyokasho,a-otf-futo-min-a101-pr6n,"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*レスポンシブ*/
.sp{
	display:none;
}


/*color*/
.bg_green01{
	background:#F3F7EF;
}
.font_green {
    color: #307030;
}

/*見出し*/
h2 {
    font-size: 1.3rem;
    margin-bottom: 20px;
}
.h2_green{
    color: #307030;
    font-size: 1.5rem;
    font-weight: bold;
}

/*link*/
a{
	color:#333;
}
.more_btn {
    display: block;
    padding: 4px 20px;
    margin: 0 0 0 auto;
    width: 160px;
    text-align: center;
    border: solid 1px #333;
}
.more_btn:hover {
    background: #333;
    color: #fff;
}

.green_btn {
    display: block;
    padding: 8px 20px;
    margin: 0 0 0 auto;
    width: 240px;
    text-align: center;
    border: solid 1px #307030;
    background: #307030;
    color: #fff;
}
.green_btn:hover{
    background: none;
    color: #307030;
}



/*margin・padding*/
.p10{
	padding:10px;
}
.p20{
	padding:20px;
}
.ml10{
	margin-left:10px;
}
.pr20{
	padding-right:20px;
}
.mt10{
    margin-top: 10px;	
}
.mt20 {
    margin-top: 20px;
}
.mt40{
    margin-top: 40px;	
}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40{
	margin-bottom:40px;
}
.mb60{
	margin-bottom:60px;
}
.mb100{
	margin-bottom:100px;
}
.mr10 {
    margin-right: 10px;
}
.mr20{
	margin-right:20px;
}

/*フレックスボックス*/
.flex_a ,
.flex_b,
.flex_c,
.flex_s{
    display: flex;
    flex-wrap: wrap;
}
.flex_a {
    justify-content: space-around;	
}
.flex_b{
    justify-content: space-between;
}
.flex_c{
	justify-content: center;
}
.flex_s{
	justify-content: flex-start;
}
.flex_50 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.flex_50  li{
    width: 50%;
}
.w30{
	width:33.333%;
}
.w40{
	width:calc(40% - 40px);
}
.w50{
	width:calc(50% - 40px);
}
.w60 {
    width: calc(60% - 40px);
}
.w800{
	width:calc(800px - 40px);
}


/*font*/
.opensans{
font-family: ‘Open Sans’, sans-serif;
}
.text_c{
	text-align:center;
}
.text_l{
	text-align:left;
}
.text_r{
	text-align:right;
}
.font_l{
	font-size:1.1rem;
}
.font_s{
	font-size:.9rem;
}
.font_b{
	font-weight:bold;
}

/*all*/
main,
footer {
    margin-left: 200px;
}
.inner{
    margin: 0 auto;
    padding: 100px 20px;
    max-width: 960px;
}
main {
    margin-top: 0;
}

/*サイドバーエリア*/
#sidebar {
    font-size: 16px;
    width: 200px;
    height: 100vh;
    padding: 10px;
    position: fixed;
    background: #FCFDF8;
	 z-index: 999;
}

#g-nav a {
    color: #333;
	text-align:center;
    text-decoration: none;
    display: block;
    margin: 12px 0;
    -moz-transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
}
#g-nav .sub-menu > a {
    position: relative;
}
#g-nav .sub-menu-nav {
    position: fixed;
	top:0;
    background:#E5E0D5;
    color: #333;
    left: 200px;
    width: 0;
	  height:100%;
	  padding-top:112px;
    overflow: hidden;
    transition: width .5s ease-out;
	z-index:999;
}
#g-nav .sub-menu-nav a, #g-nav .sub-menu:hover .sub-menu-nav {
    width: 200px;

}
#g-nav a:hover {
    background: #e3ecdc;
}
#g-nav .sub-menu-nav a:hover {
    background:#F2EFEA;
}
.header_address {
    padding: 8px;
    position: absolute;
    bottom: 0;
}
header .btn {
    display: inline-block;
    margin: 8px auto 4px;
    padding: 4px;
    width: 180px;
    text-align: center;
    background: #307030;
    color: #fff;
}
.snsicon a {
    font-size: 26px;
    margin-right: 4px;
}
.snsicon a :hover{
	    color: #8c9a6f;
}
.snsicon {
    line-height: 1;
    margin-top: 10px;
}
small {
    font-size: .6rem;
}
.logo {
    padding: 20px 40px;
}
address {
    font-size: 13px;
    padding-top: 10px;
    display: block;
}
/*トップへ戻るボタン*/
.go_top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    font-size: 24px;
    background: #307030;
    color: #fff;
    width: 50px;
    height: 50px;
    padding-top: 11px;
    border-radius: 25px;
    text-align: center;
    border: solid 1px #f3f7ee;
}
/*footer*/
footer{
    background: #307030;
}
.footer_address_area,
.footer_nav_area {
    padding: 20px;
}
.footer_address_area .logo {
    padding: 20px 0;
}
.footer_address_area .logo img {
    width: 120px;
}
.footer_nav_area ul li a {
    display: block;
    padding: 20px;
}
.footer_nav_area ul li a:hover {
    color: #fff;
}

/*キービジュアル*/
.bxslider li:not(:first-child) {
    display: none;
}
.bx-wrapper .bxslider li {
    display: block;
}
.keyvisual {
    position: relative;
}
.profil_img img {
    width: 100%;
}
.keyvisual_copy {
    position: absolute;
    top: 33%;
    left: 38%;
    right: 38%;
    text-align: center;
    font-size: 1.4rem;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    color: #fff;
}
.bx-controls.bx-has-controls-direction.bx-has-pager {
    display: none;
}

/*ニュース*/
.news {
    background: rgba(48, 112, 48, .5);
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 2px 20px;
}
.news a {
    color: #fff;
}
time {
    margin-right: 20px;
    font-family: 'open Sans', "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic;
}

/*top_concept*/
.top_about_logo {
    text-align: center;
}
.top_about_logo img {
    width: 240px;
}
.concept_img li {
    height: 240px;
    background-size: cover;
}

/*top_about*/
.top_about {
    position: relative;
}

.top_about:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 80%;
    width: 100%;
    z-index: -999;
    background: url(/images/japanese-paper.jpg);
}
.top_about_area {
    width: 90%;
    max-width: 800px;
    background: #fff;
    padding: 40px;
    margin: 100px auto;
    box-shadow: 0px 1px 2px 0px #a0a0a0;
}
.top_facility li {
    width: 260px;
    height: 480px;
    margin: 10px;
}

/*top_facility*/
.top_facility li a {
    display: block;
    width: 260px;
    height: 480px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.top_facility li a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.top_facility li:first-child a:after {
    background: url(/images/top_onsen.jpg)center center;
}
.top_facility li:nth-child(2) a:after {
    background: url(/images/top_food.jpg)center center;
}
.top_facility li:last-child a:after {
    background: url(/images/top_room.jpg)center center;
}
.top_facility li a:hover:after {
    opacity: .8;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.black_filter {
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.5);
    width: 280px;
    height: 480px;

}

.top_facility li a span {
    display: inline-block;
    border: solid 2px #fff;
    width: 140px;
    height: 140px;
    line-height: 140px;
    top: 160px;
    left: 64px;
    position: absolute;
	z-index:2;
}

/*top_hinagu*/
.top_hinagu h2 {
    margin-bottom: 40px;
}
.hinagu_img li {
    width: 25%;
    height: 240px;
    background-size: cover;
}
.form_link {
    width: 90%;
    max-width: 600px;
    margin: 60px auto 0;
    border: solid 3px #307030;
    border-radius: 10px;
    background: #fcfdf8;
    text-align: center;
}
.form_link h2 {
    background: #307030;
    color: #fff;
    padding: 10px;
    font-size: 1.2rem;

}
.form_link ul {
    display: flex;
	flex-wrap: wrap;
}
.form_link ul li {
    margin: 10px auto;
}
.form_link_inner {
    padding: 10px 20px 20px;
}

/*page共通*/
.page_hd {
    position: relative;
    background-size: cover;
    margin-top: 0;
    height: 260px;
}
.page_hd h2 {
    position: absolute;
    bottom: 40px;
    background: #307030;
    color: #fff;
    font-size: 1.5em;
    padding: 10px 20px;
}
.page h3 {
    color: #307030;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

/*page_about*/
.yanagiya h3 {
    font-size: 1.1rem;
    font-weight: bold;
}
.message_img {
    position: relative;
    height: 300px;
    background-size: contain;
}
.message_img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 30px;
    left: 30px;
    background: #307030;
    z-index: -1;
}
.access_hd {
    color: #307030;
    margin-bottom: 4px;
    border-bottom: dotted 2px #307030;
}
#access{
    background: url(/images/japanese-paper.jpg);
}
#gallery a:hover {
    opacity: .6;
}
.bg_mask {
    background: rgba(255,255,255,0.5);
}
#access ul li.mt10 {
    background: #fcfdf8;
    padding: 10px 20px;
}
n#gallery h3 {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 40px;
}

/*page_facility*/
.facility_hd {
    height: 280px;
    background-size: cover;
    position: relative;
}
.facility_hd .black_filter {
    width: 100%;
    height: 280px;
}
.page .facility_hd h3 {
    color: #fff;
    position: absolute;
    border: solid 2px #fff;
    width: 140px;
    height: 140px;
    line-height: 140px;
    top: 70px;
    left: calc(50% - 70px);
    text-align: center;
}
.facility_box {
    margin-top: 100px;
}
.facility_box h4 {
    font-size: 1.4rem;
    text-align: center;
    color: #307030;
    margin: 60px 20px 40px;
}
.facility_box .bg_white {
    background: #fcfdf8;
    padding: 20px;
    width: 90%;
    max-width: 960px;
    margin: 20px auto 40px;
}
.facility_box li {
    width: 31.3333%;
    margin: 0 1% 20px;
}
.facility_box_gallery {
    background: url(/images/japanese-paper.jpg);
}
.facility_box_gallery ul {
    padding: 100px 20px;
    max-width:960px;
    margin: 0 auto;
}
.facility_box_gallery ul li {
    width: 20%;
}
.facility_box_list {
    max-width: 960px;
    width: 90%;
    margin: 0 auto 20px;
}
table{
	max-width:800px;
    width: 100%;
	margin:0 auto;
    border-bottom: solid 1px #307030;
}
tr {
    border-top:solid 1px #307030;
}
th {
    background: rgba(198, 212, 188, 0.4);
    padding: 16px 20px;
}
td {
    background:rgba(251, 252, 250, .3);
    padding: 16px;
}
#facility {
    background: #dbe2d8;
}
#facility table {
    background: #fff;
}

/*page_efficacy*/
.white_filter {
background-color: rgba(255, 255, 255, 0.5);
}
.efficacy_tbl th {
    width: 170px;
    font-size: 1.2rem;
    color: #307030;
}
.recommended_list li {
    width: 30%;
    margin: 20px auto;
}
.recommended_list li h4 {
    padding: 10px;
}
.souvenir_box>li {
    background: url(/images/japanese-paper_s.jpg);
    padding: 40px;
    width: 90%;
    max-width: 800px;
    margin: 0 auto 40px;
    box-shadow: 2px 2px 4px 0px #adb5a3;
}
.efficacy {
    background-size: cover;
}
.box_left {
    width: calc(100% - 360px);
}
.box_right {
    width: 340px;
    display: flex;
    flex-wrap: wrap;
}

.box_right li {
    width: 150px;
    height: 150px;
    margin: 0 5px 10px;
}
.box_right li img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.box_left h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom:10px;
}
.flex_b.efficacy_list li {
    width: 48%;
    margin: 0 1%;
}
.efficacy_list h4 {
    font-size: 1.2rem;
    color: #307030;
}
.bnr_link li {
    width: 31.333%;
    margin: 0 1% 20px;
}
.efficacy_list .flex_s p {
    width: 160px;
}

/*blog*/
.card{
	margin:0px auto;
}
.card li {
    width: 31.3333%;
    margin: 0 1% 20px;
    display: flex;
}
.card li a {
    background: #fff;
    box-shadow: 0px 1px 2px 0px #d4d4d4;
    display: inline-block;
    position: relative;
}
.blog_text {
    margin-bottom: 40px;
}
.card li a:hover {
    background: #f1f1f1;
}
.card li a .more_link {
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.text_box_hd {
    display: flex;
    justify-content: space-between;
}
.cat_box {
    display: inline-block;
    background: #307030;
    color: #fff;
    font-size: .8rem;
    padding: 0 4px;
    margin: 0 10px 10px 0;
}
.blog_day {
    color: #307030;
    text-align: right;
    font-size: .9rem;
}
.blog_inner.flex_s.card {
    margin: 40px auto 0;
}
.blog_inner .img_box {
    height: 192px;
    overflow: hidden;
}
.text_box {
    padding: 10px;
}
.text_box  h3{
	font-size:1.1rem;
    margin-bottom: 10px;
    color: #307030;
}
.cat_list li {
    width: 25%;
	text-align:center;
}
.cat_list li a {
    display: inline-block;
}
.cat_list li a:hover{
	color:#307030;
background: linear-gradient(transparent 60%, #cae0b9 60%);
}
.text_r.more_link {
    font-size: .9rem;
    margin-top: 20px;
}
.blog_single_box {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 1px 2px 0px #d4d4d4;
}
.blog_single_box h3 {
    border-bottom: solid 3px #307030;
    font-size: 1.6rem;
}
.cat_box a {
    color: #fff;
}
.wp-block-image img {
    margin-top: 20px;
}
.cat_area {
    background: #fcfdf8;
    margin: 0 auto 100px;
    padding: 40px 20px;
    max-width: 960px;
}
.single_prev{
    margin: 0 auto;
    padding: 20px;
    max-width: 960px;
}
.page_nav {
    text-align: center;
}
.wp-block-image {
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #307030 !important;
    margin: 4px !important;
    padding: 0 !important;
    background: #fcfdf8;
    display: inline-block !important;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    line-height: 30px;
    color: #307030;
    font-size: 1.1rem;
}
span.pages {
    display: none !important;
}
.wp-pagenavi span.current {
    font-weight: bold;
    background: #307030;
    color: #fff;
}
a.nextpostslink,
a.previouspostslink {
    background: none;
    border: none !important;
    font-size: 1.4rem;
}

/*page-contact*/
.contact_inner {
    max-width: 800px;
}
.form_tel {
    font-size: 1.2rem;
    color: #307030;
    font-weight: bold;
    margin-bottom: 40px;
}
input, select, textarea {
    padding: 10px;
    background: #eef3ec;
    border: solid 1px #e0eada;
    width: 100%;
}
.button {
    text-align: center;
}
.btn_send {
    background: #307030;
    color: #fff;
	width:100px
}
.btn_confirmation {
    background: #83ab6c;
    color: #fff;
	width:100px
}
input.page-back {
    background: #669e60;
    color: #fff;
    width: 100px;
}
.contact_inner table {
    margin-bottom: 40px;
}
/*404*/
.page-title {
    font-size: 2rem;
    text-align: center;
    margin: 120px 0 60px;
    color: #8c9a6f;
    font-weight: 600;
    line-height: 1;
}
.fa-question-circle:before {
    content: "\f059";
    font-size: 160px;
    color:  #8c9a6f;
    margin-bottom: 60px;
    display: block;
}


@media screen and (max-width: 1060px){
.sp{
	display:block;
}
	.pc{
	display:none;	
	}
#sidebar {
        width:100%;
        height: 60px;
        background:#fbfbf9;
        position: fixed;
        top: 0;
        z-index: 1000;
        -webkit-box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
        -moz-box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
        box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
    }
main {
        padding: 0;
        margin: 60px 0 0;
        width: 100%;
    }
.logo img[src$=".svg"] {
    width: 140px;
	}
.menu,
.close,
.sp-btn_access,
.sp-btn_tel{
    position: fixed;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    text-align:center;
	}
.close{
   right: 0;
	}
.close::after{
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    font-weight: 900;
    font-size: 26px;
	}
 .menu{
    right: 0;
    background:#307030;
}
.menu::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0c9";
    font-weight: 900;
    font-size: 24px;
	}
.sp-btn_access{
    background: rgba(207, 226, 205, .5);
    color: #307030;
    display: block;
    right: 120px;
    padding-top: 0;
}
.sp-btn_tel {
    background: rgb(145, 179, 145);
    color: #ffffff;
    display: block;
    right: 60px;
    padding-top: 0;
	}
  
	footer{
		margin-left:0;
	}
nav.g-nav {
        display: initial;/*追加*/
        left: initial;
        right: 0;
        width: 100%;
        height: 60px;
        min-height:60px;
    }
.panel-inner ul li {
    text-align: center;/*追加*/
}

    .g-nav_body {
        position: absolute;
        top:0;
        left: 50%;
        width: 100%;
        padding: 0 5%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
 .g-nav_options {
        position: relative;
        top: 0;
        margin-top: 34px;
    }
.g-nav_item {
        font-size: 16px;
        font-size: 1.6rem;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        transition: opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.5s ease 0s;
        transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    }
    .is-nav-open .g-nav {
        height: 100%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        pointer-events: auto;
        -webkit-transition: opacity 0.5s cubic-bezier(0.6, 0, 0.2, 1) 0.2s, height 0s ease 0s;
        transition: opacity 0.5s cubic-bezier(0.6, 0, 0.2, 1) 0.2s, height 0s ease 0s;
    }
    .g-nav_item:before {
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #d0d2d1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        z-index: 1;
    }
    .g-nav_link {
        padding: 17px 0;
    }
    .g-copyright {
        display: none;
    }
	h1.g-mb-logo{
		position:relative;
		z-index: 2200;
	}

 /*スライドナビゲーション*/
.panel{
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    perspective: 3000px;
    transform-style: preserve-3d;
}

.panel-inner{
    position: relative;
    width: 100%;
    height: 100%;
    background:#e9ece9;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.l-nav{
    position: fixed;
    top: 40px;
    bottom: 0;
    width: 100%;
    height: initial;
    margin: auto;
}

.nav-item{
    font-size: 1.1rem;
    width: 100%;
}
#g-nav a:hover {
    background: #8ab98a;
}
.nav-item > a{
    display: block;
    line-height: 30px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.nav-item:hover > a{
    color: #fff;
}
.panel.is-visible{
        visibility: visible;
    }

#g-nav .sub-menu-nav {
display:none;
}

#g-nav a {
    border-left: none;
    display: inline-block;
    margin: 8px auto 4px;
    padding: 4px;
    width: 180px;
}
.header_address {
    width: 100%;
    text-align: center;
}
.sp.sp_btn {
    display: block;
    font-size: 26px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sp.sp_btn li {
    width: 60px;
}

    /* .panel-slide-right */
    .panel-slide-right .panel-inner{
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .panel-slide-right.is-visible .panel-inner{
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

	.header_address{
		    bottom: 60px;
	}

/*header*/
.logo {
    padding: 0;
    text-align: left;
}
.logo img {
    width: 60px;
    margin-left: 10px;
}
}

@media screen and (max-width: 768px){
.inner{ 
    margin: 0 auto;
    padding: 40px  20px;
	}
.w30,
.w50,
.w60,
.top_link li,
.hinagu_img li,
.card li,
.facility_box_list,
.facility_box_gallery ul {
    width: calc(100% - 40px);
	margin:0 auto 20px;
}
.keyvisual_logo {
    width: 140px;
    margin: 0 auto;
}
.keyvisual_copy {
    font-size: 1.1rem;
    line-height: 1.5;
    width: 80%;
    left: 10%;
    right: 10%;
    top: 20%;
}
.news {
    position: initial;
    padding: 10px 20px;
    background: #307030;
}

.top_about_logo img {
    width: 160px;
}
.top_about:after {
    height: 60%;
	}
	.card{
		margin:0;
	}
.footer_nav_area {
    padding: 0;
}
.footer_nav_area li {
    width: 50%;
    text-align: center;
    border-top: solid 1px #e7ecd7;
}
.footer_nav_area li:nth-child(odd) {
    border-right: solid 1px #e7ecd7;
	}
.footer_nav_area li:last-child,
.footer_nav_area li:nth-child(5) {
    border-bottom: solid 1px #e7ecd7;
}
.footer_nav_area ul li a:hover {
    background: #e7ecd7;
    color: #333;
}
.footer_nav_area ul {
    margin-bottom: 20px;
}
.footer_address_area .logo {
    width: 120px;
    text-align: center;
    padding: 10px 0;
    background: #e7ecd7;
    margin-bottom:20px;
}
	.footer_address_area .logo a{
		color:#333;
		font-size:14px;
	}
.footer_address_area .logo img {
    width: 80px;
}
.more_btn {
    width: calc(100% - 40px);
    margin: 20px;
    padding: 10px;
    background: rgb(231, 236, 215);
    color: #333;
    border: none;
}
.page h3 {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}
.page_hd {
    height: 160px;
	}
.page_hd h2 {
bottom: 10px;
	}
.message .flex_b {
    flex-direction: column-reverse;
}
.message_img {
    margin: 20px auto;
}
.facility_hd,
.facility_hd .black_filter {
    height: 180px;
}
	.page .facility_hd h3{
	width: 120px;
    height: 120px;
    line-height: 120px;
    top: 30px;
	}
.facility_box h4 {
    font-size: 1.2rem;
    margin: 40px 20px 20px;
	}
.facility_box li {
    width: 100%;
}
.facility_box li a {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.facility_box_gallery ul li {
    width: 48%;
}
.facility_box_gallery ul {
    padding: 40px;
}
.facility_box_list li {
    text-align: center;
}
th,
td,
.efficacy_tbl th {
    width: 100%;
    display: block;
    padding: 10px;
    text-align: left;
    border-left: solid 1px #307030;
    border-right: solid 1px #307030;
}
.recommended_list li {
    width: 100%;
	}
.box_left,
.box_right {
    width: 100%;
}
.souvenir_box>li {
    margin: 0 0 30px;
    padding: 20px;
    width: 100%;
}
.box_left {
    margin-bottom: 20px;
}
.efficacy_list h4 {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.4;
}
.bnr_link li {
    width: 100%;
}
.blog_single_box ,
.top_about_area{
    padding: 20px;
}
.page .blog_single_box h3 {
    text-align: left;
}
	footer {
    color: #e8ecd8;
}
footer a{
	    color: #e8ecd8;
}
}