@charset "UTF-8";
/*---------------------------------
　共通
----------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
.content-body hr {
    border-top: 1px solid #fff;
    border-bottom-width: 0;
}

/*---------------------------------
　スライドショーを一番上へ
----------------------------------*/
#header {
	  height: 0;
} 
.header {
    position: relative;
    z-index: 100;
}


.top-slide-caption {
    background: transparent !important;
    color: #fff;
}
.top-slide .top-slide-caption {
    position: absolute;
    bottom: 40%;
    left: 50%;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    transform: translateX(-50%);
    text-align: center;
    font-size: 23px;
}
.font{
    font-family: 'Allura', cursive;
    font-size: 17px;
    color: #f5eddb;
	  display:block;
}


/*---------------------------------
　ヘッダー
----------------------------------*/
.header-logo .logo {
    max-height: 200px/*130px*/;
}
.header-logo {
    padding: 0px 20px 20px 0px;
    margin-top: -0px;
}
/*.header-menu {
    background-color: #00000080;
}*/
.global-nav .header-menu > .menu-item a {
    text-shadow: 0.5px 0.5px 0.5px #000, -0.5px 0.5px 0.5px #000, 0.5px -0.5px 0.5px #000, -0.5px -0.5px 0.5px #000, 0.5px 0px 0.5px #000, 0px 0.5px 0.5px #000, -0.5px 0px 0.5px #000, 0px -0.5px 0.5px #000;
}
.global-nav {
    text-align: right;
}
.global-nav .header-menu,
.global-nav .header-menu > .menu-item{
    display: inline-block;
}
.global-nav .header-menu > .menu-item a {
    border-bottom: 1px solid #bbb;
    margin-right: 50px;
    padding-bottom: 32px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
}
.global-nav .header-menu > .menu-item:hover a {
    border-bottom: 1px solid #fff;
	  color:#fff/*#bbb*/;
	  opacity:1;
	  transition:0.3s;

}
.nav-plus-slug .header-menu > .menu-item > a::after {
    color: #fff/*#e5ddcc*/;
    font-size: 10px;
	  margin-top: 7px;
}

.global-nav .header-menu {
  position: relative;
  display: inline-block;
}

.global-nav .header-menu::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #bbb;
    bottom: 0;
}


.nav-colored .menu-item::before, .nav-plus-slug .menu-item::before, .nav-texture .menu-item::before {
    border-right: none;
}

.eyecatch-wrapper.container{
    border-bottom: 5px solid #b7a06d;
}

/*連絡先情報*/
a.contact-btn {
    color: #fff;
    width: 120px;
    display: block;
    text-align: center;
    padding: 30px 0;
    margin-left: 10px;
    background: rgba(183,160,109,0.7);
}
.header-contact .header-tel {
    color: #fff;
    background: url(https://taberujapan.com/wp-content/uploads/2017/07/mobile-solid.png) no-repeat left;
    padding-left: 24px;
    background-size: 23px;
    font-size: 26px;
	  letter-spacing: 2px;
}

.header-contact .contact-left {
    text-align: right;
    line-height: 2.2em;
    margin-right: 20px;
}
.header-contact .contact-center{
    text-align: center;
    line-height: 2em;
    margin-right: 20px;
}

/*---------------------------------
　ページタイトル
----------------------------------*/
.content.page-title-image {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.page-title.has-back-image .maintext {
    top: 72%;
    color: #fff;
    text-shadow: 0px 0px 1px orange, 0 0 2em white, 0 0 0.2em white;
    font-size: 40px;
		line-height:1;
}

.headline-h2 {
    margin: 20px 0;
}
.headline-h2 .maintext{
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    padding: 95px 0 0 80px;
    font-size: 35px;
    line-height: 1.2;
}
.headline-h2 .maintext::before{
    display:block;
    content: '';
    position: absolute;
    top: 0;
    left: 3px;
    width: 3px;
    height: 200px;
    background-color: #b7a06d;
    transform: rotate(45deg);
}

.headline-h3 .maintext{
    position: relative;
	  padding-left:20px;
}
.headline-h3 .maintext::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    background-color: #d0c2a1;
}

/*---------------------------------
　トップ画像
----------------------------------*/
.page-title.has-back-image .page-title-image {
    border-bottom: 5px solid #b7a06d;
}

/*---------------------------------
　表
----------------------------------*/
.table-content {
    border: none;
}
.table-content td, .table-content th {
  	border: none;  
	  border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

/*---------------------------------
　フッター
----------------------------------*/
.footer .simple-image img {
    width: 400px;
}
.copyright {
    padding: 30px 0 0;
}
#footer {
    border-top: 1px solid #f7f7f7;
}


/*-------------------------------
　横幅1000px以下でパンケーキリストに切り替え
--------------------------------*/
@media(max-width:1100px){

	.header .content.is-header {
		padding: 0 10px;
	}

	.global-nav {
    display: none;
  }
	.global-nav-smp-link {
    display: initial;
    font-size: 30px;
  }
	i.fa {
    color: #333;
  }
	.header-contact.is-pc{
		display:none;
	}
	.header-logo {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
	
	.header-logo {
    padding: 0 0px 20px 20px;
    margin-top: 0;
  }
	.header-logo .logo {
    max-height: 60px;
  }
	i.fa {
    color: #fff;
  }
	
	
 }




/*---------------------------------
　スマホ画面
----------------------------------*/
@media(max-width:688px){
	
	#header {
    height: initial;
    background-color: #b7a06d;
  }
	.page-title.has-back-image .maintext {
    top: 50%;
  }
	.header-logo {
    padding: 0 20px 10px 0;
    margin-top: 0;
  }
	
	/*見出し*/
	.headline-h2 .maintext::before {
    left: 20px;
    height: 80px;
}
.headline-h2 .maintext {
    padding: 55px 0 0 20px;
    font-size: 21px;
  }
	
	/*表*/
	.table-content td, .table-content th {
		border: 1px solid #eee;
	}
	.table-content th{
    background-color: #f4f4f4;
    text-align: center;
  }
	
	
	
	.footer-smp-menu {
    background-color: #b7a06d;
  }
	.footer-smp-menu .footer-menu-text {
    color: #fff;
	}
	.footer .widget-menu.is-horizontal .menu-item {
    width: 100%;
  }
	
}