/* IMPORT CSS */
@import url("grid.css");
img {
	max-width:100%;
	/* height: auto; */
    vertical-align: top;
}
@media screen and (max-width: 1240px){
    img {
	height: auto;
}
}
a {
    display:block;
    color: #35383A;
    text-decoration-line: none;  
	cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
a:hover {
	color: #35383A;
}
a img{
transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
a img:hover {
opacity: 0.5 ;
}
.indent{
  text-indent: -1em;
  padding-left: 1em;
}
.indent02{
  text-indent: -1em;
  padding-left: 1em;
	text-align: center
}
.btm20{ margin-bottom: 20px; }
.btm60{ margin-bottom: 60px; }
.mb00{ margin-bottom: 0px!important; }
.mt00{ margin-top: 0px!important; }
.mt20{ margin-top: 20px!important; }
.pb00{ padding-bottom: 0px!important; }
@media (min-width: 550px){
.sp_on{ display: none; }
.pc_on{ display: block; }
}
@media screen and (max-width: 768px){
.sp_on{ display: block; }
.pc_on{ display: none; }
}
/*ヘッダー -------------------------------------*/	
.header_top{
	width: 100%;
	max-width: 1240px;
    display: flex;
	flex-wrap: wrap;
    align-items: flex-end;
	margin: 20px auto;
    position: relative;
	padding: 15px;
	}
.header_top .fv{
	margin-top: 20px;
	position: relative;
}
.header_top .fv h2{
	width: 44px;
	writing-mode: vertical-rl;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 30px;
	background-color: #FFF;
	padding: 10px 4px 10px 10px;
}
@media screen and (max-width: 768px){
    .header_top .fv{
	margin-top: 60px;
}
    .header_top .fv h2{
	width: 60%;
	font-size: 25px;
    text-align: center;
    writing-mode: horizontal-tb;
    top: auto;
    bottom: -15px;
    padding: 5px 2px 5px 5px;
}
}
.header_top h1{
	width: 200px;
	display: block;
}
.top_menu{
    display: flex;
    width: 80%;
	margin-left: 20px;
}
.top_menu li{
	margin-right: 20px;
	padding-right: 20px;
    border-right: 1px solid #aaa;
	font-size: 18px;
	font-weight: 500;
	color: #35383A;
}
.top_menu li:last-child{
	margin-right: 0px;
	padding-right: 0px;
    border-right: 0px solid #aaa;
}
.top_menu li a {
position: relative; /*アンダーラインの位置を決めるための基準 */
}
.top_menu li a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1px;
background: #000000;
bottom: -1px;
transform: scale(0, 1);
transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
transition: transform 0.3s;   /*変形の時間*/
}
.top_menu li a:hover::after {
transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
@media screen and (max-width: 1130px){
.top_menu{ display: none; }
}
@media screen and (max-width: 768px){
.header_top { margin: 30px auto; }
.header_top h1{
	width: 100px;
	display: block;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -30%)!important;
    z-index: 1;
    text-align: center;
}
	}
/* ---------------------------------------------- */
/* ハンバーガーメニュー */
/* ------------------------- */
#header-hamburger {
    position: fixed;
    right: 0;
    cursor: pointer;
    width: 70px;
    height: 70px;
    aspect-ratio: 1/1;
    z-index: 10;
	top: -150px;
    border-radius: 0 0 0 16px;
    background-color: #424e92;
    transition: 0.3s;
}
#header-hamburger.active { top: 0px!important; }
/*ボタン内側*/
#header-hamburger span {
    display: inline-block;
    /*アニメーションの設定*/
    transition: all .4s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    /* バーガー線の位置 */
    height: 4px;
    /* バーガー線の太さ */
    background: #fff;
    width: 30px;
    border-radius: 4px;
}
@media screen and (max-width: 1130px){
#header-hamburger { top: 0px!important; }
}
/* ------------------------------------- */
/* 三本線 */
/* ----------------- */
/* バーガー線それぞれのY方向位置 */
#header-hamburger span:nth-of-type(1) { top: 34.4%; }
#header-hamburger span:nth-of-type(2) { top: 48%; /* 数値が半端＝バーの太さがずれるのを防ぐ処置 */ }
#header-hamburger span:nth-of-type(3) { top: 63.4%; }
/* ----------------------------------- */
/* ×印 */
/* ------------------ */
/*activeクラスが付与されると線が回転して×になる*/
#header-hamburger.active span:nth-of-type(1) {
    top: 47%;
    left: 25%;
    transform: rotate(-45deg);
    width: 50%;
    background: #fff;
}
#header-hamburger.active span:nth-of-type(2) { opacity: 0; }
#header-hamburger.active span:nth-of-type(3) {
    top: 47%;
    left: 25%;
    transform: rotate(45deg);
    width: 50%;
    background: #fff;
}
/* ----------------------------------------------- */
/* メニューウィンドウ */
/* -------------------------- */
#hamburger-window {
    position: fixed;
    top: 0;
    padding-top: 100px;
    padding-bottom: 60px;
    right: -1000px;
    /*padding-left: 50px;*/
    z-index: 1;
    /*width: calc(450px + 6.25vw);*/
    height: 100vh;
    overflow: auto;
    transition: 0.3s;
    /* 見た目のCSS */
    background-color: #333232ed;
}
#hamburger-window.open {
    visibility: visible;
    right: 0;
}
.hamburger-window--nav-list {
    position: relative;
    padding: 0 35px;
}
.hamburger-window--nav-list li a {position: relative;}
.hamburger-window--nav-list li a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 2px;
    background: #e9ae0a;
    bottom: -16px;
transform: scale(0, 1);
transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
transition: transform 0.3s;   /*変形の時間*/
}
.hamburger-window--nav-list li a:hover::after {
transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
/* ---------------------- */
/* 見た目のCSS */
/* ----------------------- */
.hamburger-window--link {
    display: inline-block;
    padding: 15px 0;
	width: 100%;
	margin: auto;
    text-align: center;
}
.hamburger-window--title {
    color: #fff;
    font-size: 16px;
	padding-bottom: 0px;
}
.hamburger-window--link:nth-of-type(1) {
border-top: solid 0px rgba(255,255,255,0.00)!important;
}
.hamburger-window--link:first-of-type {
    border-top: solid 0.5px #fff;
}
.hamburger-window--link {
    border-bottom: solid 0.5px #fff;
}
/* ****************
sp-hamburger
**************** */
@media screen and (max-width: 480px) {
    #header-hamburger {
        width: 60px;
        height: 60px;
    }
    #hamburger-window {width: 100vw;}
    .hamburger-window--link {width: 100%; }
    #hamburger-window {
        padding-right: 5%;
        padding-left: 5%;
    }
    #header-hamburger span:nth-of-type(3)::after {
        top: 8px;
        left: 0;
        font-size: 12px;
    }
    #header-hamburger.active span:nth-of-type(3)::after {
        top: 10px;
        left: 50%;
        font-size: 12px;
    }
}
.contact-button {
	padding: 1rem;
	border: 2px solid #000;
}
body {
  margin: 0;
	display: none;
	font-family: 'Zen Old Mincho', serif;

}
p{ font-family: "Noto Sans JP", sans-serif; }
/* Navbar & Navmenu color */
:root { --background-navbar: rgba(55, 55, 55, 0.98);}
/* Nav items */
.menu {
    list-style: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 51px;
    margin-top: 0px;
    padding: 0 0 10px 0;
    clear: both;
/*背景*/background-color: rgba(0,0,0,0.7);
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
}
/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  opacity: 0;
  transition: 0.5s;
}
.menu li {
  border-top: 1px solid #FFFFFF;
  padding: 15px 0;
  margin: 0 54px;
  opacity: 0;
  transition: 0.5s;
}
.menu li:nth-child(1) {
  border-top: 0px solid #FFFFFF;
}
.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}
.menu-btn {display: none;}
.menu-icon {
    display: inline-block;
    cursor: pointer;
    padding: 24px 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    right: 0;
    position: absolute;
	z-index: 2000000;   
    background-color: #937310;
}
.navicon {
  background: #fff;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #fff;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before {top: 9px;}
.navicon:after {bottom: 9px;}
/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}
.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #ddd;
  letter-spacing: 4px;
    font-size: 20px;
    left: 20px;
    top: 10px;
    width: 200px;
}
/*メインコンテンツ -------------------------------------*/
main {
	margin-top: 0rem;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0px;
}
.gray-back {
	position: relative;
	z-index: 10;
	background-color: #F5F5F5;
	background-repeat: repeat;
}
.title-tate{
	font-size: 30px;
	writing-mode: vertical-rl;
}
.wrap-main{
	max-width: 1240px;
	margin: 0 auto;
}
.kasaneni-wrap{
	display: flex;
	justify-content: space-between;
	margin: 0 30px 110px 30px;
}
.kasaneni-wrap .title{
    width: 45%;
    display: flex;
}
.kasaneni-wrap .title h3{
	margin: 10px 30px 0 30px;
}
.kasaneni-wrap p{
	margin-top: 20px;
	width: 45%;
}
.kasaneni-wrap2{
	display: flex;
	justify-content: space-between;
	margin: 0 30px 110px 30px;
}
.kasaneni-wrap2 p{
	margin-top: 20px;
    margin-right: 20px;
	width: 45%;
}
@media screen and (max-width: 1000px){
    .kasaneni-wrap .title{
    width: 100%;
    flex-wrap: wrap;
    flex-direction:row-reverse;
    justify-content: center;
}
.kasaneni-wrap .title h3{
    font-size: 25px;
	margin: 10px 20px 0px 0;
}
    .wrap-main{
	max-width: 100%;
	margin: auto;
    padding: 0 20px;
}
.kasaneni-wrap{
    flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 20px 0;
}
.kasaneni-wrap p{
	width: 100%;
}
.kasaneni-wrap2{
	flex-wrap: wrap;
    flex-direction: column-reverse;
	justify-content: center;
	margin: 0 0 110px 0;
}
.kasaneni-wrap2 p{
    margin-right: 0;
	width: 100%;
}
}
@media screen and (max-width: 678px){
.kasaneni-wrap .title h3{
    writing-mode: horizontal-tb;
}
}
/* 野菜を余すことなく使う ------*/
#vegetable-use{
    max-width: 1240px;
    margin: 0 auto 100px auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}
#vegetable-use .wrap{
    width: 57%;
    display: flex;
}
#vegetable-use .wrap h3{
    font-size: 30px;
    writing-mode: vertical-rl;
    margin-right: 30px;
}
#vegetable-use .wrap .text{
    margin-top: 20px;
    text-align: left;
}
#vegetable-use .wrap2{
    width: 1240px;
    display: flex;
    position: relative;
    margin-bottom: 300px;
}
#vegetable-use .wrap2 .text{
        width: 810px;
        text-align: left;
}
#vegetable-use .wrap2 .img1{
    position: absolute;
    right: 0;
}
#vegetable-use .wrap2 .img2{
    position: absolute;
    right: 374px;
    bottom: -230px;
}
@media screen and (max-width: 1024px){
    #vegetable-use{
    max-width: 100%;
    margin: 0 auto 100px auto;
}
#vegetable-use .wrap{
    width: 100%;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
#vegetable-use .wrap2{
    width: 100%;
    margin-bottom: 100px;
    flex-wrap: wrap;
}
#vegetable-use .wrap2 .text{
        width: 100%;
        margin: 20px;
}
#vegetable-use .wrap2 .img1{
    width: 50%;
    height: auto;
    position: relative;
    right: 0;
}
#vegetable-use .wrap2 .img2{
    width: 50%;
    height: auto;
    position: relative;
    right: 0;
    bottom: 0;
}
}
@media screen and (max-width: 702px){
#vegetable-use .wrap h3{
    writing-mode: horizontal-tb;
    font-size: 25px;
    margin-right: 0;
}
}

/* 戸練ミナの重ね煮 ------*/
#mina-kasaneni{
    max-width: 1240px;
    margin: 0 auto 100px auto;
    display: flex;
    justify-content: space-between;
}
#mina-kasaneni .img{
    position: relative;
    margin-right: 20px;
}
#mina-kasaneni .img h3{
    position: absolute;
    top:-70px;
    left: 20px;
    background-color: #FFF;
    font-size: 30px;
    writing-mode: vertical-rl;
    height: 260px;
    padding: 10px;
}
#mina-kasaneni .text{
    text-align: left;
    width: 760px;
    margin: 20px 20px 0 0;
}
@media screen and (max-width: 1000px){
    #mina-kasaneni{
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    }
    #mina-kasaneni .img{
    margin-right: 0;
}
    #mina-kasaneni .img h3{
    top:-70px;
    left: 20px;
    font-size: 25px;
    height: 222px;
    padding: 10px;
    }
    #mina-kasaneni .text{
    width: 100%;
    margin: 10px 20px 0 20px;
}
}
/* 重ねるだけが重ね煮じゃない！ ------*/
#vegetable{
	margin-bottom: 140px;
}
#vegetable .fv{
	position: relative;
	height: 380px;
	background: url(../img/vegetable_fv.jpg) no-repeat;
	margin-bottom: 80px;
}
#vegetable h3{
	font-size: 30px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFF;
	text-align: center;
	width: 500px;
	margin: 0 auto;
	padding: 10px;
	color: #35383A;
}
#vegetable .wrap{
	width: 970px;
	margin: 0 auto;
}
#vegetable .wrap p{
	line-height: 1.5;
	margin-bottom: 10px;
    line-height: 1.7;
}
#vegetable .wrap2{
	width: 970px;
	margin: 60px auto 60px auto;
	display: flex;
	justify-content: space-between;
}
#vegetable .wrap2 .text{
	text-align: left;
	width: 570px;
}
#vegetable .wrap2 .img{
	width: 379px;
}
@media screen and (max-width: 1000px){
#vegetable .fv{
	background-size: cover;
	height: 200px;
	margin-bottom: 80px;
}
#vegetable h3{
	font-size: 20px;
	width: 90%;
	padding: 10px;
}
#vegetable .wrap{
	width: 100%;
    padding: 0 20px;
}
#vegetable .wrap2{
	width: 100%;
    flex-wrap: wrap;
	margin: 60px auto 60px auto;
    padding: 0 20px;
	justify-content: center;
}
#vegetable .wrap2 .text{
	width: 100%;
}
#vegetable .wrap2 .img{
	width: 100%;
    padding: 0 20px;
    text-align: center;
}
}
/* 重ね煮の魅力8 ------*/
#miryoku{
	margin-bottom: 100px;
}
#miryoku .fv{
	position: relative;
	height: 380px;
	background: url(../img/miryoku_fv.jpg) no-repeat;
	margin-bottom: 130px;
}
#miryoku h3{
	font-size: 30px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFF;
	text-align: center;
	width: 300px;
	margin: 0 auto;
	padding: 10px;
	color: #35383A;
}
#miryoku .wrap{
	width: 1240px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#miryoku .wrap .box{
	position: relative;
	width: 390px;
	margin-bottom: 30px;
}
#miryoku .wrap .box h4{
	position: absolute;
	top: 170px;
	left: 0;
	right: 0;
	font-size: 20px;
	text-align: center;
}
#miryoku .wrap .box h4 span{
	display: block;
	font-size: 50px;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
}
#miryoku .wrap .box p{
	padding-top: 80px;
	line-height: 1.6;
}
#miryoku .wrap .box .text{
	padding-top: 100px;
    text-align: left;
}
@media screen and (max-width: 1024px){
    #miryoku .fv{
    background-size: cover;
	height: 200px;
	margin-bottom: 100px;
}
#miryoku h3{
	font-size: 20px;
	width: 60%;
	padding: 10px;
}
#miryoku .wrap{
	width: 100%;
    padding: 0 20px;
	justify-content: center;
    flex-wrap: wrap;
}
#miryoku .wrap .box{
	width: 370px;
    margin-right: 40px;
}
#miryoku .wrap .box h4{
    top: 161px;
	font-size: 20px;
}
}
@media screen and (max-width: 780px){
    #miryoku .wrap .box{
    margin-left: 0;
}
}
@media screen and (max-width: 400px){
#miryoku .wrap .box h4{
    top: 120px;
}
}
/*　重ね煮の活用方法 ------*/
.katsuyou-wrap{
	width: 970px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items:flex-end;
	margin: 0 auto 50px auto;
}
@media screen and (max-width: 1000px){
    .katsuyou-wrap{
	width: 100%;
}
}
/*フッター -------------------------------------*/
footer {
	background-color: #fff;
	margin: 0px;
}
footer h4 { border-bottom: 3px solid #ccc;}
.copylight{
	width: 100%;
	background-color: #F3F0EA;
    padding: 5px 0px;
	text-align: center;
	font-size: 12px;
}
/*コピーライト -------------------------------------*/
.copyright {
	text-align: left;
	padding: 1rem 0;
	color: #FFF;
	font-size: 11px;
}
.copyright a {
    color: #fff;
    text-decoration: none;
	display: inline;
}
/*ページトップへ戻るボタン -------------------------------------*/
#page_top{
  width: 65px;
  height: 65px;
  position: fixed;
  right: 0;
  bottom: -150px;
  background-color: #424E92;
  border-radius: 50%;
	margin-right: 10px;
z-index: 1000;
}
#page_top a{
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 45px;
  color: #fff;
  position: absolute;
  width: 65px;
  height: 65px;
  top: -12px;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}
#pagetop a:hover { background: #666; }
/* 幅768px以下の表示 -------------------------------------*/
@media screen and (max-width: 800px){
iframe { vertical-align:bottom;}
/*ヘッダー -------------------------------------*/
.header-box { display: none;}	
.text{
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
}
/* メインギャラリー */
.footer_logo{
	line-height: 25px;
	text-align: center;
}
.footer_sub{ font-size: 14px; }
.w960{
max-width: 960px;
	width: 100%;
	margin: auto;
}
@media screen and (max-width: 800px){
.w960{
max-width: 960px;
	width: 100%;
	margin: auto;
    padding: 10px 10px;
}
/*** Submenu -----------------------------*/
 .submenu {
  display: none;
  padding: 15px 15px 15px 15px;
  font-size: 14px;
	 border-left: 1px solid #CCC;
	 border-right: 1px solid #CCC;
	 border-bottom: 1px solid #CCC;
 }
 .submenu li { border-bottom: 1px solid #4b4a5e; }
 .submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
 }
 .submenu a:hover {
  background: #b63b4d;
  color: #FFF;
 }
.tel{
  display: flex;
  justify-content: center;
}
.caption{
	background-color: rgba(0,0,0,0.8);
	font-size: 25px;
	color: #fff;
	position: absolute;
	bottom: 25px;
	right: 0;
	display: block;
	padding: 5px 15px 5px 15px;
}
.tel_tead{
    border:#fff 2px solid;
    margin-top: 25px;
    margin-bottom: 0px;
    padding:15px 15px 15px 15px;
    display:inline-block;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    font-size: 36px;
}
.tel_tead a{ color: #FFF; }
.tel_tead .text{
    color:#fff;
    text-shadow:0px 0px 10px #000000;
    font-size:16px;
    margin:0px;
    text-align: center;
}
.tel_tead .number{    color: #fff;
    text-shadow: 0px 0px 10px #000000;
    font-size: 30px;
    margin: 0 0 0px 40px;
    position: relative;
    line-height: 20px;}
.tel_tead .number::before {
    content:url(../img/tel_icon.png);
    position: absolute;
    left:-40px; top:-5px;
}
.banner a{ display: contents!important; }
@media screen and (max-width: 800px){
.caption{
	background-color: rgba(0,0,0,0.8);
	font-size: 20px;
	color: #fff;
	position: absolute;
	bottom: 20px;
	right: 0;
	display: block;
	padding: 5px 10px 5px 10px;
}
}
.indent {
	padding-left:1em;
	text-indent:-1em;
	display: block;
}
.indent02 {
	padding-left:1em;
	text-indent:-1em;
	display: block;
}
.sub_midashi{ font-size: 2.5rem; }
@media (min-width: 550px) {
.sub_midashi{
	font-size: 3rem;
}
}
.sub_midashi{
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction : column;
	margin-top: 8rem;
 margin-bottom: 2em;
	border-bottom: 0;
}
/*縦下線*/
.sub_midashi::before{
 content: '';
 position: absolute;
 display: inline-block;
 width: 1px;
 height: 20px;
 bottom: -30px;
 left: 50%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 background-color:currentColor !important;
 /*Lightning見出しデザイン設定のCSS対策*/
 top:unset;
 border: unset;
 margin-left: unset;
 margin-right:unset;
}
/*MAIN_CODE*/
.label{
	padding: 0px 5px;
	background-color: #C1900A;
	color: #fff;
    margin-bottom: 10px;
    display: inline-block;
}
.midashi_l00{
	font-size: 3.125rem;
	text-align: left;
	line-height: 170%;
}
.midashi_l01{
	font-size: 3.125rem;
	text-align: left;
	line-height: 135%;
}
.midashi_l02{
	font-size: 2.5rem;
	text-align: left;
	/*line-height: 170%;*/
	line-height: 135%;
    margin-bottom: 3rem;
}
.news_box .reservation_btn02{
	width: 30%!important;
	margin: 25px auto 0 auto!important;
}
.content_line{
    margin-top: 18rem;
    position: relative;
}
.content_line::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 80px;
    bottom: 110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #bdbdbd !important;
    top: unset;
    border: unset;
    margin-left: unset;
    margin-right: unset;
}
.reservation_btn{
	width: 100%;
	max-width: 800px;
	margin: auto;
	background-color: #bdbdbd;
	border-radius: 5px;

	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 15px 0px;
  border: 2px solid #bdbdbd;
}
.reservation_btn:hover {
  background: #937310;
  color: #000;
  border: 2px solid #bdbdbd;
}
.reservation_btn p{
	font-size: 2.5rem;
	color: #fff;
	margin-left: 15px;
	padding: 0px;
	letter-spacing: 2px;
}
.reservation_btn02{
	width: 100%;
	max-width: 200px;
	margin: auto;
	background-color: #918264;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 5px 10px;
	font-size: 1.6rem;
	color: #fff;
	margin-bottom: 10px;
  border: 2px solid #918264;
}
.reservation_btn02:hover {
  background: #fff;
  color: #000;
  border: 2px solid #424242;
}
.reservation_btn02:hover .bg_white{
  background: #937310;
  color: #fff;
}
.footer_address{
    display: flex;
    flex-direction: row;
	justify-content: space-between;
}
.footer_address_box{
	width: 100%;
	max-width: 800px;
	margin: auto;
}
.footer_address_box p{ text-align: center; }
.footer_address_box h2{ text-align: center; }
footer .invoice{
	font-weight: bold;
    text-align: center;
    padding: 0.5rem;
    background-color: #fff;
    color: #000;
    font-size: 13px;
}
footer .footer_text{
	text-align: left;
    font-size: 10px;
	padding-bottom: 0px;
}
.footer_box { padding: 0px 10px; }
.footer_nav li{
    position: relative;
    padding-left: 15px;
    list-style: none;
    font-size: 1.3rem;
}
.footer_nav li:before{
 content:'';
 display:inline-block;
 position:absolute;
 left:0px;
 top:12px;
 width:5px;
 height:5px;
 border-bottom:1px solid #888;
 border-right:1px solid #888;
 transform:rotateZ(-45deg);
}
.footer_nav li a{
	color: #fff;
  display: inline-block;
  text-decoration:none;
  transition: color .3s;
}
.footer_nav li a:hover{ color: #CFA31D; }
.text_line{
    border-bottom: 2px solid #D9D9D9;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.sub_title{ font-size: 2.3rem; }
.sub_title_footer{
	font-size: 1.3rem;
    letter-spacing: 0.1rem;
}
.footer_yoyaku_tbpc{display: block; }	
.footer_yoyaku_sp{ display: none; }	
.reservation_btn {
    width: 100%;
    max-width: 100%;
}	
.footer_yoyaku_tbpc{ display: block; }	
.footer_yoyaku_sp{ display: none; }
	.t_lr10 {
	margin-left: 10px;
	margin-right: 10px;
}	
}
@media screen and (max-width: 685px){
	.facility_box .col {
		margin-bottom: 25px;
	}	
.navtext h1 { line-height: 1.1; }	
.sub_content_box { display: block; }
.sub_content_left { width: 100%; }
.sub_content_right { width: 100%; }	
.news_box .reservation_btn02, .room_box .reservation_btn02 {
    width: 70%!important;
    margin: 25px auto 0 auto!important;
}
.footer_box { padding: 50px 10px 0px; }
.footer_address { display: block; }
.footer_address_box{
		width: 100%;
	margin-bottom: 20px;
}	

.copyright { text-align: center; }
}
.reservation_btn02{
	width: 100%;
	max-width: 200px;
	margin: auto;
	background-color: #918264;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 5px 10px;
	font-size: 1.6rem;
	color: #fff;
	margin-bottom: 10px;
  border: 2px solid #918264;
}
.reservation_btn02:hover {
  background: #fff;
  color: #000;
  border: 2px solid #424242;
}

.footer_address{
    display: flex;
    flex-direction: row;
	justify-content: space-between;
}
.footer_address_box{
	width: 100%;
	max-width: 800px;
	margin: auto;
}
.footer_address_box p{ text-align: center; }
.footer_address_box h2{ text-align: center; }