@charset "utf-8";
/* //////////////////////////////////
基本設定メモ
color:
font-family:


///////////////////////////////////*/


/* //////////////////////////////////
汎用クラス
///////////////////////////////////*/

body{
  min-width:100%;
  overflow-x: hidden;
  overflow-y:auto;
  font-size: 16px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.under_list{
  margin-left: 15px!important;
}

#anc01,#anc02{
  margin-top:-80px!important;
  padding-top: 80px;
}
/* //////////////////////////////////
IEハック
///////////////////////////////////*/
@media all and (-ms-high-contrast:none){

}
/* レスポンシブ関連 */
.pc__block{display:block;}
.pc__inline{display:inline;}
.tb__block{display:none;}
.tb__inline{display:none;}
.sp__block{display:none;}
.sp__inline{display:none;}
.pc-tb__block{display:block;}
.pc-tb__inline{display:inline;}
.tb-sp__block{display:none;}
.tb-sp__inline{display:none;}
.pc-sp__block{display:block;}
.pc-sp__inline{display:inline;}


/* //////////////////////////////////
SPメニュー
///////////////////////////////////*/
.sp__menu__wrap,
.btn__sp__menu,
.sp__menu{
	display: none;
}
.btn__sp__menu{
	position: fixed;
	top:20px;
	right:20px;
	z-index: 600;
}
.food_menu ul,
.hide_menu ul{
  display: none;
}
/*.fixedBody{
	position: fixed;
  overflow:hidden!important;
}*/
.sp__menu{
	background: #85735e;
	position: fixed;
	top:0;
	right:-100%;
  width: 100%;
	height:100vh;
	transition: all 0.5s;
	z-index: 500;
	padding: 70px 0;
  font-size: 16px;
  line-height: 59px;
  text-align: center;
  line-height: 2.2;
}
.sp__menu a{
  color: #fff;
  text-decoration: none;
  display: block;
}
.sp__menu.active{
	right:0;
  overflow-y:scroll;
}
.sp__menu h1{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 60px!important;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
}
.sp__menu dl{
  padding: 10px;
  width:90%;
  margin: 20px auto;
  border-top:solid 1px #fff;
  border-bottom:solid 1px #fff;
}
.sp__menu dl dt{
  color: #fff;
  width:200px;
  margin: 0 auto;
  text-align: left;
  padding: 0 0 0 30px;
  background:url(../_img/meal.png) no-repeat center left;
  position: relative;
  left:20px;
}
.sp__menu dl dd{
  color: #fff;
  width:300px;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  position: relative; 
  left:20px;
}
.sp__menu dl dd em{
   font-size: 14px;
}
.sp__menu dl dd em:after{
  content:"PDF";
  color: #9c8b6f;
  margin: 0 0 0 5px;
  background:#fff;
  padding: 2px 3px;
  font-size:  11px;
}
/*
ハンバーガーメニュー関連 
詳細は下記URLで確認
https://www.nxworld.net/tips/12-css-hamburger-menu-active-effect.html
*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 15px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #6f5f4c;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.menu-trigger span:nth-of-type(3) {
  top: 16px;
}
/*ハンバーガーアニメーション*/
.menu-trigger.active span{
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  top: 1px;
}
.menu-trigger.active span:nth-of-type(3) {
  top: 25px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}


/* //////////////////////////////////
ヘッダー
///////////////////////////////////*/
header{
  width:1200px;
  position: absolute;
  top:70px;
  left:50%;
  margin: 0 0 0 -600px;
  z-index: 50;
  display: flex;
  justify-content: space-between;
}
.head_left{
  width: 960px;
  display: flex;
}
header .food_menu{
  width:225px;
  position: relative;
  cursor: pointer;
}
.hide_menu ul{
  position:fixed;
 top: 80px;
    right: 240px;
  width:220px;
  z-index: 30;
  background: #f7faef;
  padding: 10px 0;
}
header .food_menu ul{
  margin: 20px 0 0 0;
  padding: 10px 0;
  background: #f7faef;
  position: relative;
}
.hide_menu ul:before,
header .food_menu ul:before{
  content:"";
  display: block;
  position: absolute;
  left:calc(50% - 5px);
  top:-12px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 5px 12px 5px;
border-color: transparent transparent #f7faef transparent;
}
.hide_menu ul li a,
header .food_menu ul li a{
  color: #694d2f;
  text-decoration: none;
  display: block;
  padding: 10px 2px 10px 25px;
  font-size: 14px;
  position: relative;
  line-height: 1.3;
}
.hide_menu  ul li a:after,
header .food_menu ul li a:after{
  content:"";
  display: block;
  position: absolute;
  width:6px;
  height:6px;
  border-right:solid 1px #c0985e;
  border-bottom:solid 1px #c0985e;
  transform: rotate(-45deg);
 left:12px;
  top:14px;
  transition: all 0.3s;
}
.hide_menu ul li a em:after,
header .food_menu ul li a em:after{
  content:"PDF";
  color: #fff;
  margin: 0 0 0 5px;
  background:#9c8b6f;
  padding: 2px 3px;
  font-size:  11px;
}
.hide_menu ul li a:hover:after,
header .food_menu ul li a:hover:after{
 left:16px;
  top:14px;
}

header .food_menu span{
  background: url(../_img/food_bg.png) no-repeat center center rgba(255,255,255,0.9);
  color: #7a6a56;
  text-decoration: none;
  display: block;
  padding: 17px 22px;
  font-weight: bold;
  text-indent: 40px;
  position: relative;
}
header .food_menu span:after{
  content:"";
  display: block;
  position: absolute;
  width:8px;
  height:8px;
  border-right:solid 2px #c0985e;
  border-bottom:solid 2px #c0985e;
  transform: rotate(45deg);
  right:20px;
  top:16px;
}
header .food_menu span.rotate:after{
  transform: rotate(-135deg);
  top:20px;
}
header h1 a{
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 16px 22px 12px;
  width:200px;
  text-align:center;
  background: -moz-linear-gradient(left, #c89f63,#b38247);
  background: -webkit-linear-gradient(left, #c89f63,#b38247);
  background: linear-gradient(to right, #c89f63,#b38247);
}
@media all and (-ms-high-contrast: none) {
header h1 a{
  padding: 14px 22px 10px;
}
}
header h1 a img{
  width:100%;
}
header nav ul{
  overflow: hidden;
  padding: 0 0 0 15px;
  background: rgba(255,255,255,0.9);
  width: 760px;

}
header nav ul li{
  float: left;
}
header nav a{
  color: #7a6a56;
  text-decoration: none;
  display: block;
  padding: 17px 22px;
  font-weight: bold;
  position: relative;
}
header nav a:before,
header nav a:after{
  content:"";
  display: block;
  width:0;
  height:3px;
  border-top:#b28246 solid 2px;
  position: absolute;
  bottom:10px;
  transition: all 0.3s;
}
header nav a:before{
  left: 50%;
}

header nav a:after{
  right: 50%;
}
header nav a:hover:before,
header nav a:hover:after{
  width:calc(50% - 25px);
  transition: all 0.3s;
}
.hide__header ul li a:before,
.hide__header ul li a:after{
  content:"";
  display: block;
  width:0;
  height:3px;
  border-top:#fff solid 2px;
  position: absolute;
  bottom:8px;
  transition: all 0.3s;
}
.hide__header ul li a:before{
  left: 50%;
}

.hide__header ul li a:after{
  right: 50%;
}
.hide__header ul li a:hover:after{
  width:calc(50% - 20px);
}
.hide__header ul li a:hover:before{
  width:calc(50% - 20px);
}
.hide__header.active{
  top:0;
  opacity: 1;
}
.hide__header{
  width:100%;
  position: fixed;
  top:-100px;
  left:0;
  z-index: 200;
  background: -moz-linear-gradient(left, #c89f63,#b38247);
  background: -webkit-linear-gradient(left, #c89f63,#b38247);
  background: linear-gradient(to right, #c89f63,#b38247);
  overflow: hidden;
  opacity: 0;
  transition:all 0.3s;
}
.hide__header h2{
  float: left;
  border-right:solid 1px rgba(255,255,255,0.5);
}
.hide__header h2 a{
  font-size: 20px;
  color:#fff;
  text-decoration: none;
  display: block;
  padding: 21px 22px 17px;
  width:200px;
  text-align: center;
}
.hide__header h2 a img{
  width:100%;
}
.hide__header ul{
  float: right;
}
.hide__header ul li{
  float: right;
}
.hide__header ul li.h_food_menu{
  width: 195px;
  background:url(../_img/food_bg_hide.png) no-repeat center center;
  text-indent: 20px;
  position: relative;
  padding: 2px 0 5px;
  margin-left: 10px;
}
.hide__header ul li.hide__tel{
  color: #fff;
  padding: 23px 10px 22px;
  border-right:solid 1px rgba(255,255,255,0.5);
  border-left:solid 1px rgba(255,255,255,0.5);
  margin: 0 ;
  transition: all 0.3s;
  margin: 0 0 0 5px;
}
.hide__header ul li.h_food_menu:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate(45deg);
    right: 20px;
    top: 22px;
}
.hide__header ul li.h_food_menu.rotate:after {
    transform: rotate(-135deg);
    right: 20px;
    top: 26px;
}
.hide__header ul li:first-child a:hover{
  background: rgba(255,255,255,0.4);
}
.hide__header ul li:first-child a:before,
.hide__header ul li:first-child a:after{
  display: none!important;
}
.hide__header ul li:nth-child(3) a:before,
.hide__header ul li:nth-child(3) a:after{
  display: none!important;
}
.hide__header ul li a{
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  padding: 22px 15px 18px;
  position: relative;
}
.hide__header ul li:first-child a{
  padding: 0;
  text-align: center;
   padding: 10px 25px 10px;
   font-size: 12px;
   line-height: 1.2;
   transition: all 0.3s;
}
.hide__header ul li:first-child a img{
  width:30px;
}
.top__contact{
  position: absolute;
  right:17px;
  top:0;
  z-index: 100;
  display: flex;
}
.top__contact p{
  color: #54402f;
  font-size: 24px;
  padding: 17px 20px 0 15px;
  border-left:solid 1px #54402f;
  line-height: 1;
}
#top-page .top__contact p{
  color: #fff;
  border-left:solid 1px #fff;
}
.top__contact p span{
  font-size: 18px;
}
.cmn__inner{
  width:1000px;
  margin:0 auto;
}
.cmn__inner_1200{
  max-width:1200px;
  margin:0 auto;
  width: 90%;
}
.heading__level1{
  font-size: 30px;
  color: #54402f;
  text-align: center;
  background: url(../_img/crown_br.png) no-repeat center top;
  padding: 30px 0  0 0;
  font-weight: bold;
}
.heading__level1 span{
  font-size: 1.1em;
}
.btn__top-contact{
  transition: all 0.5s;
  width:150px;
  background: #bb905c;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 14px 10px 10px 48px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
}
.btn__top-contact img{
  width:25px;
  position: absolute;
  top:11px;
  left:13px;
}
.btn__top-contact:hover{
  opacity: 0.8;
}
.btn_view-more_01{
  display: block;
  margin:0 auto;
  width:175px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding: 17px 0;
  background: #140800;
  border:solid 1px #9e8d74;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.btn_view-more_01.size__small{
  padding: 7px 0;
  font-size: 16px;
  width:130px;
  margin: 20px auto 0;
}
.btn_view-more_01.size__small:hover{
  opacity: 0.8;
}
.btn_view-more_01.size__small:after{
  display: block;
  content:"";
  position: absolute;
  right:10px;
  top:50%;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  width:7px;
  height:7px;
  margin:-3px 0 0 0;
  transform:rotate(-45deg)
}

.btn_view-more_01:after{
  display: block;
  content:"";
  position: absolute;
  right:15px;
  top:50%;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  width:10px;
  height:10px;
  margin:-5px 0 0 0;
  transform:rotate(-45deg)
}

.btn_view-more_02{
  display: block;
  margin:0 auto;
  width:175px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding: 17px 0;
  background: linear-gradient(to right top, #928062, #b4a58d);
  text-align: center;
  text-decoration: none;
  position: relative;
  line-height: 1;
}
.btn_view-more_02.thin{
  margin: 10px auto 0;
  padding: 10px 0;
  width:145px;
}
.btn_view-more_02:hover{
  background: #928062;
}
.btn_view-more_02:after{
  display: block;
  content:"";
  position: absolute;
  right:15px;
  top:50%;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  width:10px;
  height:10px;
  margin:-5px 0 0 0;
  transform:rotate(-45deg)
}
.footer__uppper .heading__footer{
  font-size: 30px;
  color: #9f8d72;
  text-align: center;
  padding: 0 0 30px;
  width:230px;
  margin: 0 auto;
}
.footer__uppper .heading__footer img{
  width:100%;
}
.footer__uppper h5{
  color: #fff;
  text-align: center;
  margin:0 0 20px;
}
.footer__uppper h5 span{
  display: inline-block;
  border-bottom:#9f8d72 1px solid;
  padding: 0 0 7px;
}
.footer__uppper p{
  color: #fff;
  text-align: center;
  line-height: 1.8;
  margin:0 0 1px;
}
.footer__uppper p.footer_tel{
  font-size: 36px;
}
.footer__uppper p.footer_tel span{
  font-size:0.8em;
}
.footer__uppper .footer__contact p{
  line-height: 1.1;
  margin: 0 0 10px;
}
.footer__uppper p span{
  font-size: 0.9em;
}
.footer__uppper{
  padding: 85px 0 50px;
  background: linear-gradient(to top, #2e1b0c, #483627);
}
.footer__uppper .cmn__inner{
  display: flex;
}
.footer__uppper .footer__access{
  width:50%;
  border-right:1px solid #9f8d72;
}
.footer__uppper .footer__contact{
  width:50%;
}

.btn__footer-contact{
  background: linear-gradient(to right top, #928062, #b4a58d);
  width:340px;
  font-size: 18px;
  display: block;
  text-align: center;
  margin: 30px auto 0;
  padding: 17px 0;
  color: #fff;
  text-decoration: none;
  position: relative;
  text-indent: 1em;
}
.btn__footer-contact:hover{
  background:#928062;
}
.btn__footer-contact:before{
  content:url(../_img/ic_contact.png);
  display: block;
  position: absolute;
  left:17px;
  top:50%;
  margin: -16px 0 0 0;
  transform:scale(0.6,0.6);
  }
.btn__footer-contact:after{
  display: block;
  content:"";
  position: absolute;
  right:20px;
  top:50%;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  width:10px;
  height:10px;
  margin:-5px 0 0 0;
  transform:rotate(-45deg)
}
.footer__downer{
  background: #160a01;
  padding: 30px 0 30px;
  border-bottom:1px solid #65574b;
}

.footer__downer .footer__nav{
   text-align: center;
   width:1080px;
   margin: 0 auto;
}
.footer__downer .footer__nav ul{
  text-align: center;
}
.footer__downer .footer__nav li{
  display: inline;
  margin: 0 3em;
  line-height: 3;
}
.footer__downer .footer__nav li a:before{
  content:"";
  position: absolute;
  left:-15px;
  top:50%;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  width:5px;
  height:5px;
  margin:-3px 0 0 0;
  transform:rotate(-45deg);
  transition: all 0.3s;
}
.footer__downer .footer__nav li a:hover:before{
  left:-12px;
}
.footer__downer .footer__nav li a{
  color: #fff;
  text-decoration: none;
  position:relative;
}
.footer__downer .footer__nav li a.out__links{
  background: url(../_img/out_link.png) no-repeat right 3px / 13px 13px;
  width:13px;
  height:13px;
  padding: 0 20px 0 0 ;
}
.footer__downer .footer__nav li a:hover{
  text-decoration: underline;
}
.footer__copy{
  background: #160a01;
  overflow: hidden;
  padding: 15px 20px;
}
.footer__copy .links{
  display: block;
  float: left;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 10px 40px 10px 0;
  position: relative;
  transition: all 0.3s;
}
.footer__copy .links:before{
  display: block;
  content: "";
  position: absolute;
  border:solid 1px #fff;
  width:8px;
  height:5px;
  top:12px;
  right: 20px;
}
.footer__copy .links:hover{
  opacity: 0.7;
}
.footer__copy .links:after{
  display: block;
  content: "";
  position: absolute;
  border-right:solid 1px #fff;
  border-bottom:solid 1px #fff;
  width:8px;
  height:5px;
  right: 18px;
  top:15px;
}
.footer__copy .owner{
  float: left;
}
.footer__copy .owner dl{
  overflow: hidden;
  margin: 0 0 5px;
  line-height: 1.5;
}
.footer__copy .owner dl:last-child{
  margin: 0;
}
.footer__copy .owner dt{
  float: left;
  width:45px;
  margin: 0 15px 0 0 ;
  font-size: 14px;
  color: #fff;
  text-align: justify;
  text-align-last: justify;
  text-justify:inter-ideograph;/*IE,edge用*/
}
.footer__copy .owner dd{
  float: left;
  font-size: 14px;
  color: #fff;
}
.footer__copy .copy{
  float: right;
  color: #7a6a56;
  font-size: 14px;
  padding: 10px 70px 10px 0;
}
.btn__go-top a{
  display: block;
  width:66px;
  height:66px;
  position: fixed;
  bottom:0;
  right:0;
  box-sizing: border-box;
  border:1px solid #65574b;
  z-index: 190;
  background: linear-gradient(to right top, #978467, #b4a38b);
}
.btn__go-top a:before{
  content:"";
  position: absolute;
  left:50%;
  top:50%;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  width:12px;
  height:12px;
  margin:-3px  0 0 -7px;
  transform:rotate(-135deg);
}


.sec__eye-catch{
  background: #eeefef;
  padding: 190px 0 85px;
  text-align: center;
  position: relative;
}
.sec__eye-catch:before{
  content: url(../_img/ic_cmn.jpg) ;
  position: absolute;
  left:50%;
  z-index: 1;
  bottom:0;
  margin: 0 0 0 -780px;
}
.sec__eye-catch h2{
  max-width:1200px;
  width:100%;
  margin: 0 auto;
  font-size: 34px;
  background: url(../_img/crown_br.png) no-repeat top center;
  padding: 30px 0 0 0;
  color: #54402f;
  font-weight: bold;
}
.sec__bread-clumb{
  width:95%;
  max-width:1000px;
  margin: 0 auto;
  padding: 10px 0 0;
}
.sec__bread-clumb li{
  display: inline-block;
  font-size: 12px;
  color: #54402f;
  margin: 0 30px 0 0;
}
.sec__bread-clumb li a{
  text-decoration: none;
  color: #54402f;
  position: relative;
}
.sec__bread-clumb li a:hover{
  text-decoration: underline;
}
.sec__bread-clumb li a:after{
  content:"";
  display: block;
  position: absolute;
  width:7px;
  height:7px;
  border-bottom:solid 1px #54402f;
  border-right:solid 1px #54402f;
  right:-15px;
  top:3px;
  transform: rotate(-45deg);
}
.heading__double-border{
  font-size: 24px;
  border-bottom:solid 1px #9b938b;
  padding: 0 0 2px;
}
.heading__double-border p{
  font-size: 24px;
  border-bottom:solid 1px #cec6b9;
}
.heading__border-lr{
  width:520px;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  position: relative;
}
.heading__border-lr span{
  display: inline-block;
  background: #fff;
  padding: 0 15px;
  font-weight: bold;
  color: #54402f;
}
.heading__border-lr:before{
  content:"";
  display: block;
  position: absolute;
  height:2px;
  width:100%;
  top:9px;
  z-index: -1;
  border-bottom:solid 1px #9b938b;
}
.heading__border-lr:after{
  content:"";
  display: block;
  position: absolute;
  height:2px;
  width:100%;
  top:7px;
  z-index: -1;
  border-bottom:solid 1px #cec6b9;
}
.tar{
  text-align: right;
  margin:  0 0 10px;
}
/* //////////////////////////////////
汎用レイアウト
///////////////////////////////////*/

.sec__lede{
  width:95%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 65px 0 60px;
}
.sec__lede h3{
  font-size: 28px;
  color: #54402f;
  text-align: center;
  margin: 0 0 30px;
  font-weight: bold;
  line-height:  1.5;
}
.sec__lede p{
  color: #54402f;
  text-align: center;
  line-height: 2.5;
}


.sec__main-contents{
    width:95%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 50px;
}

.layout__pattern01 li{
  overflow: hidden;
  margin: 0 0 95px;
}
.layout__pattern01 li dl{
  width:375px;
  float: left;
}
.layout__pattern01 li dt{
  font-size: 24px;
  color: #54402f;
  padding: 5px 0 55px;
  position: relative;
  line-height: 1.7;
  font-weight: bold;
}
.layout__pattern01 li dt:after{
  content:"";
  position: absolute;
  display: block;
  width:470px;
  height:1px;
  border-top:solid 1px #ccc6be;
  bottom:40px;
  left:0;
}
.layout__pattern01 li:nth-child(even) dt:after{
  content:"";
  position: absolute;
  display: block;
  width:470px;
  height:1px;
  border-top:solid 1px #ccc6be;
  bottom:30px;
  right:0;
  left:auto;
}
.layout__pattern01 li dd{
  line-height: 2;
}
.layout__pattern01 li figure{
  width:580px;
  float: right;
}
.layout__pattern01 li figure img{
  width:100%;
}
.layout__pattern01 li:nth-child(even) dl{
  float: right;
}
.layout__pattern01 li:nth-child(even) figure{
  float: left;
}
.layout__pattern01 li dt span{
  font-size: 0.83em;
  position: relative;
  left:-10px;
}
.caution__list{
  margin:  20px 0 0 0;
  position:  relative;
  padding: 0 0 0 1.3em;
  line-height:  1.8;
  font-size:0.92em;
}

.caution__list li:before{
  content:"※ ";
  position :absolute;
  left:0;
}
.btn__centering{
  text-align: center;
}
.table__01 *{
  font-size:  14px;
  line-height:  1.2;
  text-decoration: none;
  color: #333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.table__01 sup{
  font-size:  0.8em;
  color:  #fff;
}
.table__01{
  width:100%;
  border-collapse:  collapse;
}
.table__01 thead th{
  background: #382718;
  color: #fff;
  border:solid 1px #d1ccc6;
  text-align: center;
  padding: 5px 0;
  width:19%;
}
.table__01 thead td{
  background: #382718;
  color: #fff;
  border:solid 1px #d1ccc6;
  text-align: center;
  padding: 5px ;
  width:9%;
}
.table__01 tbody th{
  border:solid 1px #d1ccc6;
}
.table__01 tbody td{
  border:solid 1px #d1ccc6;
  text-align: center;
  background: #fff;
}
.table__01 tbody tr:nth-child(even) th{
  background: #f1eeea;
}
.table__01 tbody tr:nth-child(even) td{
  background: #f1eeea;
}
.table__01 tbody th a{
  padding: 0 0 0 10px;
}
.table__01 tbody td a{
  display:  block;
  text-align: center;
  width:100%;
  padding: 7px 3px;
}
.table__01 tbody th a.active,
.table__01 tbody td a.active{
  background: #EDDEC8;
}
.table__01 tbody th a{
  display:  block;
  text-align: left;
  width:100%;
  padding: 7px 0 7px 10px;
  text-decoration: underline;
  position:  relative;
}
.table__01 tbody th a:hover{
  text-decoration: none;
}
.table__01 tbody th a:after{
  content:"";
  display:  block;
  background:  #937f62;
  width:12px;
  height:12px;
  position:  absolute;
  right:10px;
  top:50%;
  margin: -6px 0 0 0;
}
.table__01 tbody th a:before{
  content:"";
  display:  block;
  border-right:solid 1px #fff;
  border-bottom:solid 1px #fff;
  transform:  rotate(-45deg);
  width:4px;
  height:4px;
  position:  absolute;
  right:14px;
  top:50%;
  margin: -3px 0 0 0;
  z-index:  5;
}
.fee__table.table__01 thead td{
  width:8.5%;
}
.fee__table.table__01 thead th{
  width:15%;
}
.no__link th{
   padding: 7px 0 7px 10px !important;
}
.no__link td{
   padding: 7px 0 7px!important;
}
a.out__links{
  background: url(../_img/out_link_02.png) no-repeat right 3px / 13px 13px;
  width:13px;
  height:13px;
  padding: 0 17px 0 0 ;
  margin-right: 3px;
}
.links__pdf{
  color: #fff;
  display:  inline-block;
  background:  #000;
  padding: 10px 85px 8px 20px;
  text-decoration: none;
  margin: 20px auto 0;
  background: -moz-linear-gradient(left, #958265,#b4a58c);
  background: -webkit-linear-gradient(left, #958265,#b4a58c);
  background: linear-gradient(to right, #958265,#b4a58c);
  position:  relative;
}
.links__pdf:hover{
  opacity:  0.8;
}
.links__pdf:after{
  content:"";
  display: block;
  height:7px;
  width:7px;
  border-right:solid #fff 1px;
  border-bottom:solid #fff 1px;
  transform:  rotate(-45deg);
  position:  absolute;
  right:15px;
  margin: -3px 0 0 0;
  top:50%;
}
.links__pdf:before{
  display:  block;
  content:"PDF";
  color: #928061;
  position:  absolute;
  background:  #fff;
  padding: 2px 5px;
  right:35px;
  top:50%;
  margin:  -10px 0 0 0;
}

.links__map{
  color: #fff;
  display:  inline-block;
  background:  #000;
  padding: 15px 40px 13px 60px;
  text-decoration: none;
  margin: 40px auto 40px;
  text-align: center;
  background: -moz-linear-gradient(left, #958265,#b4a58c);
  background: -webkit-linear-gradient(left, #958265,#b4a58c);
  background: linear-gradient(to right, #958265,#b4a58c);
  position:  relative;
}
.links__map:hover{
  opacity:  0.8;
}
.links__map:after{
  content:"";
  display: block;
  height:7px;
  width:7px;
  border-right:solid #fff 1px;
  border-bottom:solid #fff 1px;
  transform:  rotate(-45deg);
  position:  absolute;
  right:15px;
  margin: -3px 0 0 0;
  top:50%;
}
.links__map:before{
  display:  block;
  content:"";
  width:23px;
  height:20px;
  background: url(../_img/pin.png) no-repeat center center /cover;
  color: #928061;
  position:  absolute;
  left:28px;
  top:50%;
  margin:  -10px 0 0 0;
}
.links__back{
  color: #fff;
  display:  inline-block;
  background:  #000;
  padding: 18px 30px 16px 45px;
  text-decoration: none;
  margin: 50px auto 0;
  background: -moz-linear-gradient(left, #958265,#b4a58c);
  background: -webkit-linear-gradient(left, #958265,#b4a58c);
  background: linear-gradient(to right, #958265,#b4a58c);
  position:  relative;
  font-size: 18px;
}
.links__back:hover{
  opacity:  0.8;
}
.links__back:after{
  content:"";
  display: block;
  height: 7px;
  width: 7px;
  border-right: solid #fff 1px;
  border-bottom: solid #fff 1px;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  left: 18px;
  margin: -3px 0 0 0;
}

.table__04{
  margin: 20px 0;
  background: #fff;
  border-collapse: collapse;
  background: #fff;
  border: solid 1px #d1ccc6;
}
.table__04 th{
  padding: 7px 20px;
  text-align: center;
  border: solid 1px #d1ccc6;
  background: #54402f;
  color: #fff;
}
.table__04 td{
  padding: 7px 20px;
  text-align: center;
  border: solid 1px #d1ccc6;
}
.left__flick{
  display: none;
}
.left__flick_tb{
  display: none;
}
#scene-page .nav_scene a:before,
#fee-page .nav_fee a:before,
#page-floor .nav_floor a:before,
#page-flow .nav_flow a:before,
#page-access .nav_access a:before,
#service-page .nav_service a:before,
#scene-page .nav_scene a:after,
#fee-page .nav_fee a:after,
#page-floor .nav_floor a:after,
#page-flow .nav_flow a:after,
#page-access .nav_access a:after,
#service-page .nav_service a:after{
  width:calc(50% - 25px);
}
#scene-page .h-nav_scene a:before,
#fee-page .h-nav_fee a:before,
#page-floor .h-nav_floor a:before,
#page-flow .h-nav_flow a:before,
#page-access .h-nav_access a:before,
#service-page .h-nav_service a:before,
#service-page .h-nav_service a:before,
#scene-page .h-nav_scene a:after,
#fee-page .h-nav_fee a:after,
#page-floor .h-nav_floor a:after,
#page-flow .h-nav_flow a:after,
#page-access .h-nav_access a:after,
#service-page .h-nav_service a:after,
#service-page .h-nav_service a:after{
  width:calc(50% - 20px);
}