@charset "UTF-8";
/* CSS Document */

/* 共通 メソンウエディング
-----------------------------------------*/

/* google fonts */

a:focus, *:focus { outline:none; }

.tangerine {
    font-family: 'Tangerine', cursive;
}

.optima {
	font-family: 'Marcellus', serif;
}

#header {
	height: 80px;
	background: rgba(0,0,0, .7);
}

.clone-nav {
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%) !important;
}

.is-show {
	transform: translateY(0) !important;
}

.clone-nav {
	box-shadow: 0 1px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.2);
	background: rgba(0,0,0, .4) !important;
}

body {
	width: 100%;
}
.pc_off{
	display: none;
}
br.pc_off{
	display: none;
}
.smt_off{
	display: block;
}
br.smt_off{
	display: block;
}
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
	pointer-events: none;
}
a.tel {
	text-decoration: none !important;
	color: #fff !important;
}
a.nolink {
	text-decoration: none !important;
	color: inherit!important;
}
#page_top{
  width: 32px;
  height: 23px;
  position: fixed;
  right: 16px;
  bottom: 100px;
  z-index: 9999;
}
#page_top a{
  position: relative;
  display: block;
  text-decoration: none;
}

img {
	max-width: 100%;
}

#js_fade {
    position : fixed;
    top : 0;
    left : 0;
    width: 100%;
    height : 100%;
    background-color : #fff;
    background-image : url( ../images/loading.gif );
    background-repeat : no-repeat;
    background-position : 50% 50%;
    z-index: 1000;}
#loader {
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 0;
    left: 0;
    z-index: 999999;
	 width: 100%;
    height: 100%;
	background-color: #FFFFFF;
}
#loader img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -80px;
	margin-left: -90px;
}

#wrap{
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	opacity : 0;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
}

.smt-on{
	display: none;
}

.toplogo{
	position: absolute;
	top: 26px;
	left: 26px;
	z-index: 999;
}
.toplogo-under{
	position: absolute;
	top: 24px;
	left: 26px;
	z-index: 999;
}

button.btn_close {
	position: relative;
	left: 3px;
	top: 1px;
	width: 60px;
	color: #888888;
}

.btn_close .bar {
    width: 40px;
}

.btn_close .bar1 {
	position: absolute;
    transform: rotate(30deg);
	top: -10px;
	left: 0px;
}

.btn_close .bar2 {
	opacity: 0;
}

.btn_close .bar3 {
	position: absolute;
    transform: rotate(-30deg);
	top: -10px;
	left: 0px;
}

.btn_menu{
	display: none !important;
}

.footer-contents{
	width: 90%;
	margin: 20px auto;
	border-top: 1px solid #222;
}
.footer-padding{
	padding: 40px 20px;
}
.footer-left{
	float: left;
	width: 300px;
}
.footer-right{
	float: right;
	width: 550px;
}
.footer-ul li{
	float: left;
	margin: 0 0 10px 0;
	width: 260px;
}
.footer-ul li.footer-ul-s{
	width: 130px;
}
.footer-ul li a{
	color: #333;
	text-decoration: none;
	font-size: 13px;
}

address{
	width: 100%;
	text-align: center;
	padding: 20px 0;
	background: #111;
	color: #fff;
	clear: both;
	font-family: 'arial narrow' "sans-serif";
	margin: 0 0 30px 0;
	font-size: 12px;
}
.topnavi{
	position: absolute;
	top: 40px;
	right: 20px;
	z-index: 9999;
}
.topnavi li{
	float: left;
	font-family: 'arial narrow' "sans-serif";
	font-size: 13px;
	letter-spacing: 0;
	padding: 0 20px;
	display: inline-block;
}
.topnavi li a{
	color: #fff;
	position: relative;
  display: inline-block;
  text-decoration: none;
}
.topnavi li a::after {
	position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .2s;
}

.topnavi li a:hover::after {
	transform: scale(1, 1);
}

.topnavi-under{
	position: absolute;
	top: 40px;
	right: 20px;
	z-index: 9999;
}
.topnavi-under li{
	float: left;
	font-family: 'arial narrow' "sans-serif";
	font-size: 13px;
	letter-spacing: 0;
	padding: 0 20px;
	display: inline-block;
}
.topnavi-under li a{
	color: #333;
	position: relative;
  display: inline-block;
  text-decoration: none;
}
.topnavi-under li a::after {
	position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .2s;
}

.topnavi-under li a:hover::after {
	transform: scale(1, 1);
}

.page_top{
	position: fixed;
	bottom: 100px;
	right: 20px;
}
.facebook{
	position: absolute;
	left: 20px;
	top: 16px;
}
.footer-bottom{
	position: relative;
}


.pagenation{
	text-align:center;
	margin-bottom: 80px;
}

.pagenation li{

	display:inline-block;
}

.pagenation li a{
	display:inline-block;
	margin:0 10px 10px 10px;
	background:#fff;
	border:1px solid #333333;
	padding:15px;
	text-decoration:none !important;
	line-height:15px;
	color:#333333;
}

.pagenation .active{
	display:inline-block;
	margin:0 10px;
	background:#333;
	border:1px solid #333333;
	color:#fff;
	padding:15px;
	line-height:15px;
}
ul.pagenation-ul {
    padding: 0;
    list-style-type: none;
    margin-bottom: 10px;
}
.topcopy1 img{
	width: 350px;
	height: auto;
}

#dropmenu {
    position: absolute;
    top: 18px;
    left: 50%;
    z-index: 99999;
    list-style-type: none;
    padding: 0;
    width: 850px;
	width: 940px;
    margin-left: -425px;
	margin-left: -450px;
	overflow: hidden;

}

#dropmenu li {
	float: left;
	margin: 0;
	font-size: 13px;
	height: 40px;
	text-align: center;
}

#dropmenu li img {
	vertical-align: middle;
}

#dropmenu li a {
	display: block;
	margin: 0;
	color: #fff;
	font-size: 13px;
	line-height: 40px;
	height: 40px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

#dropmenu li:nth-child(1),#dropmenu li:nth-child(2),#dropmenu li:nth-child(3),#dropmenu li:nth-child(4),#dropmenu li:nth-child(5),#dropmenu li:nth-child(6),#dropmenu li:nth-child(7){
	background: url(../images/navi_border_b.png) no-repeat right 0px top 50%;
}

#dropmenu li:nth-child(1),#dropmenu li:nth-child(2),#dropmenu li:nth-child(3),#dropmenu li:nth-child(4),#dropmenu li:nth-child(5),#dropmenu li:nth-child(6),#dropmenu li:nth-child(7) {
	padding: 0 0;
}

#dropmenu li:nth-child(8) {
	padding-right: 30px;
}

#dropmenu li:nth-child(9) {
	padding-right: 10px;
}

#dropmenu li:nth-child(9) img,#dropmenu li:nth-child(10) img {
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	background: #fff;
}

#dropmenu li:nth-child(9) {
	padding-right: 10px;
}

#dropmenu li:nth-child(9) img:hover {
	opacity: 0.7;
}
#dropmenu li:nth-child(10) img:hover {
	opacity: 0.7;
}

/* --------------------公開までの仮-------------------- */

li.navi_last {
	background: none !important;
	padding-right: 30px;
}

.pr10 {
	background: none !important;
}




.sns {
	z-index: 99999;
	overflow: hidden;
	position: absolute;
	right: 15px;
	top: 28px;
}

.sns li {
	float: left;
}

.sns li:first-child {
	padding: 0 10px;
}

/* top
-----------------------------------------*/

.Opening {
position:relative;
background-color: #FFF;
	top: -80px;
}
.Opening ul li{
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.Opening ul li img.Opening__text{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  z-index: 9;
}
.Opening ul li span {
}
.Opening ul li span img.Opening__img{
  max-width: inherit;
  width: 100%;
  height: auto;
}


.Opening2 {
position:relative;
background-color: #FFF;
z-index: 999;
	height: 100vh;
}
.Opening2 ul li{
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.Opening2 ul li img.Opening__text2{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  z-index: 9;
}
.Opening2 ul li span {
}
.Opening2 ul li span img.Opening__img2{
  max-width: inherit;
  width: 100%;
  height: auto;
}

/* 一時的にトップ画像 */
.temporary {
	position: relative;
	background: url(../images/mainimg01.jpg) no-repeat;
	background-size: cover;
	height: 100vh;
}

.temporary img {
	width: 100%;
	height: auto;
	z-index: 99999;
}

.maincopy{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -175px;
	z-index: 9999;
}
.maincopy h2 {
	margin: 0;
	padding: 0;
	line-height: 0;
}

.maincopy img {
	max-width: 350px;
}

.topsubcopy{
	text-align: center;
	color: #fff;
	letter-spacing: 3px;
	font-size: 20px;
	margin: 10px 0 0 0;
	font-weight: normal;
}
#toptokyo{
	position: absolute;
	top: 50%;
	left: 20px;
	margin: -90px 0 0 0;
	z-index: 99999;
}

.guide_link {
    position: absolute;
    bottom: 20%;
    left: 50%;
    z-index: 9999;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    display: inline;
    margin: 0 0 0 -137px;
    width: 274px;
    height: 35px;
    line-height: 34px;
    text-align: center;
}


.guide_link p {
    background: url(../images/arrow_right.png) no-repeat top 50% right 20px;
}

.guide_link p a {
    color: #fff;
	border: solid 1px #fff;
    font-size: 12px;
    padding: 0px 40px 0px 24px;
    text-decoration: none;
    display: block;
	background: rgba(0,0,0, .2);
}

.guide_link p a:hover {
	border: solid 1px #fff;
	background: rgba(0,0,0, .4);
}

.guide_bt{
	border: solid 1px #b9b9b9;
    z-index: 800;
    display: block;
    margin: 45px 0 20px 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
	position: relative;
}
.guide_bt:hover {
	background: #222;
}
.guide_bt p {
    background: url(../images/arrow02.png) no-repeat top 50% right 20px;
}

.guide_bt p a {
    color: #fff;
    font-size: 12px;
    padding: 0px 40px 0px 24px;
    text-decoration: none;
    display: block;
}

#section1 {
	width: 100%;
	height: 700px;
	position: relative;
	margin-bottom: 100px;
}

.conceptImg {
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
	background: url("../images/img_concept.jpg") no-repeat 50% 50%;
	background-size: cover;
	height: 100%;
}

.conceptBox {
    display: inline-block;
    padding: 35px 38px 55px 70px;
    position: absolute;
    top: 30%;
    left: 10%;
    width: 450px;
    background: rgba(246,246,246,0.9);
    height: 40%;
}


.ttl_tangerine {
    font-family: 'Tangerine', cursive;
    font-size: 50px;
    color: #4f4f4f;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1.3;
}

.conceptBox p {
	font-size: 13px;
	line-height: 2;
	letter-spacing: 2px;
}

.more_details {
	text-align: center;
	display: inline-block;
}

.more_details a {
	display: block;
	background: #555;
	background: rgba(0,0,0, .4) !important;
	border: solid 1px #fff;
	color: #fff;
	text-decoration: none;
	padding: 5px 30px 6px 45px;
	margin-top: 20px;
	font-size: 11px;
}

.more_details a span {
    background: url("../images/arrow_right.png") no-repeat right 0 top 50%;
    background-size: 8px 15px;
    display: inline-block;
	padding-right: 25px;
}


@media screen and (max-width:1100px) {
.conceptImg {
    width: 100%;
    background: url(../images/img_concept.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 90%;
}
.conceptBox {
    display: inline-block;
    padding: 35px 38px 55px 70px;
    position: absolute;
    top: auto;
    left: 10%;
    width: 80%;
    background: rgba(246,246,246,0.9);
    height: 40%;
    bottom: -10%;
}	
}

.more_details a:hover {
	background: #555;
	transition: all .2s ease 0s;
}

.scroll{
    position: absolute;
    bottom: 50px;
    left: 50%;
	margin-left: -18px;
}

.scroll img{
	width: 40px;
	height: auto;
}


.ttl_tangerine_c {
	font-family: 'Marcellus', serif;
	font-family: 'Tangerine', cursive;
	font-size: 45px;
    font-size: 50px;
    color: #4f4f4f;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1.3;
	text-align: center;
	margin-bottom: 20px;
}

.ttl_tangerine_c span {
    display: block;
    font-size: 14px;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
    line-height: 2.2;
    margin-top: 8px;
}

#section2 {
	margin-bottom: 80px;
}
/*
#section2 .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	color: #fff;
	text-align: center;
	max-width: 490px;
	width: 100%;
	height: 140px;
	height: 60px;
}
*/
#section2 .inner {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    margin: auto;
    text-align: center;
    color: #fff;
}


.section2_bg {
	background: url(../images/img_facility.jpg) no-repeat 10% 50%;
	background-size: cover;
	position: relative;
	height: 536px;
}

#section2 h3 {
	margin-bottom: 25px;
}

#section2 p {
	font-size: 13px;
	line-height: 2.2;
	margin-top: 10px;
}

.more_details_c {
	text-align: center;
	display: inline-block;
}

.more_details_c a {
	display: block;
	background: rgba(0,0,0, .4);
	border: solid 1px #fff;
	color: #fff;
	text-decoration: none;
	padding: 5px 30px 6px 45px;
	margin-top: 20px;
	font-size: 11px;
}

.more_details_c a span {
    background: url("../images/arrow_right.png") no-repeat right 0 top 50%;
    background-size: 8px 15px;
    display: inline-block;
	padding-right: 25px;
}

.more_details_c a:hover {
	background: rgba(0,0,0, .8);
	transition: all .2s ease 0s;
}


#section3 {
	margin-bottom: 80px;
}
/*
#section3 .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	color: #fff;
	text-align: center;
	max-width: 650px;
	width: 100%;
	height: 140px;
	height: 60px;
}
*/
#section3 .inner {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    margin: auto;
    text-align: center;
    color: #fff;
}

.section3_bg {
	background: url(../images/img_cuisine.jpg) no-repeat 50% 50%;
	background-size: cover;
	position: relative;
	height: 540px;
}

#section3 h3 {
	margin-bottom: 25px;
}

#section3 p {
	font-size: 13px;
	line-height: 2.2;
	margin-top: 10px;
}


#section4 {
	margin-bottom: 80px;
}
/*
#section4 .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	color: #fff;
	text-align: center;
	max-width: 650px;
	width: 100%;
	height: 140px;
	height: 60px;
}
*/

#section4 .inner {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    margin: auto;
    text-align: center;
    color: #fff;
}

.section4_bg {
	background: url(../images/img_support.jpg) no-repeat 50% 50%;
	background-size: cover;
	position: relative;
	height: 540px;
}

#section4 h3 {
	margin-bottom: 25px;
}

#section4 p {
	font-size: 13px;
	line-height: 2.2;
	margin-top: 10px;
}


#section5 {
	margin-bottom: 80px;
}

#section5 .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	color: #fff;
	text-align: center;
	max-width: 980px;
	width: 100%;
	height: 225px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: flex-start;
}

h4.ttl_arrow {
	font-family: 'Marcellus', serif;
	font-size: 25px;
	background: url("../images/arrow_right_b.png") no-repeat right 0 top 50%;
	padding-right: 25px;
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
	color: #4f4f4f !important;
}

h4.ttl_arrow a {
	text-decoration: none;
	color: #4f4f4f;
}

h4.ttl_arrow a:hover {
	color: #B9B9B9;
	transition: all .1s ease 0s;
}

.inquiry_list {
	width: 32%;
	text-align: center;
	background: #f1efed;
	min-height: 225px;
}

.inquiry_list p {
	font-size: 14px;
	line-height: 2;
	color: #4f4f4f !important;
}

.inquiry_list a {
	text-decoration: none;
	color: #4f4f4f;
	width: 100%;
	height: 100%;
	display: block;
	padding: 55px 10px 55px 10px;
}

.inquiry_list a:hover {
	color: #B9B9B9;
	transition: all .3s ease 0s;
	background: #e9e4e0;
}

/* 一日の流れのリンクなしバージョン（仮 */

.inquiry_list2 {
	width: 32%;
	text-align: center;
	background: #f1efed;
	min-height: 225px;
	padding: 55px 10px 55px 10px;
}

.inquiry_list2 p {
	font-size: 14px;
	line-height: 2;
	color: #4f4f4f !important;
}

.section5_bg {
	background: url(../images/img_inquiry.jpg) no-repeat 50% 50%;
	background-size: cover;
	position: relative;
	height: 539px;
}

#section5 h3 {
	margin-bottom: 25px;
}

#section5 p {
	font-size: 13px;
	line-height: 2.2;
	margin-bottom: 10px;
}

h4.read_more {
    border: solid 1px #4f4f4f;
    background: url("../images/arrow_right_b.png") no-repeat top 50% right 25px;
	background-size: 7px;
    text-align: center;
    margin: 0 auto 20px;
    display: block;
    width: 160px;
}

h4.read_more a {
    font-size: 13px;
    text-decoration: none;
    color: #000;
    display: block;
    padding: 8px 50px 6px 35px;
}

h4.read_more a:hover {
	background: url("../images/arrow_right_b.png") no-repeat top 50% right 25px,#eee;
	background-size: 7px;
}

h4.read_old {
    background: url("../images/arrow_right.png") no-repeat top 50% right 25px,#777;
	background-size: 7px;
    text-align: center;
    margin: 0 auto 100px;
    display: block;
    width: 160px;
}

h4.read_old a {
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 9px 34px 7px 16px;
}

h4.read_old a:hover {
	background: url("../images/arrow_right.png") no-repeat top 50% right 25px,#999;
	background-size: 7px;
}



.room_list {
	overflow: hidden;
	width: 100%;
	position: static;
}

.room_list li {
	float: left;
	width: 25%;
	height: 30vh;
	position: relative;
	text-align: center;
}

.room_list li:nth-child(1) {
	background: url(../images/room01.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.room_list li:nth-child(2) {
	background: url(../images/room02.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.room_list li:nth-child(3) {
	background: url(../images/room03.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.room_list li:nth-child(4) {
	background: url(../images/room04.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.room_list li img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

.room_list li a {
	display: block;
	width: 100%;
	height: 100%;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}

.room_list li a:hover {
	background: rgba(0,0,0,0.3);
}


.food_list {
	overflow: hidden;
	width: 100%;
	position: static;
}

.food_list li {
	float: left;
	width: 33.333%;
	height: 30vh;
	position: relative;
	text-align: center;
}

.food_list li:nth-child(1) {
	background: url(../images/food01.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.food_list li:nth-child(2) {
	background: url(../images/food02.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.food_list li:nth-child(3) {
	background: url(../images/food03.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.food_list li img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

.food_list li a {
	display: block;
	width: 100%;
	height: 100%;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}

.food_list li a:hover {
	background: rgba(0,0,0,0.3);
}


.item {
	width: 276px;
}

.owl_name {
	text-align: center !important;
	margin: 10px auto;
}

.item a {
	color: #fff;
	text-decoration: none;
}

.owl_txt {
	margin-bottom: 10px;
	font-size: 12px !important;
	text-align: left !important;
	min-height: 85px;
}

.owl_reserve {
    display: block;
    border: solid 1px #a1a1a1;
    background: url(../images/arrow02.png) no-repeat top 50% right 15px;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    padding: 4px 30px 4px 20px;
    font-size: 11px !important;
    width: 180px;
    margin: auto;
}

.owl_reserve:hover {
	background: url(../images/arrow02.png) no-repeat top 50% right 15px,#222;
}

.owl_reserve a {
    font-size: 11px;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 6px 50px 6px 35px;
}

.owl-carousel {
	margin-top: 30px;
}

.story_list {
    max-width: 1068px;
    margin: auto;
	overflow: hidden;
    margin-bottom: 40px;
}

.story_list li {
	width: 25%;
	float: left;
	margin-bottom: 30px;
}

.story_list li a {
	text-decoration: none !important;
	color: #4f4f4f;
}

.story_img {
    display: block;
    overflow: hidden;
    position: relative;
    width: 92%;
    height: 165px;
    margin: auto;
	border-radius: 10px;
}

.story_img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.story_cate {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
    font-size: 12px;
}

.story_cate span {
	border-radius: 10px 10px 0px 0px;
	display: inline-block;
    background: #fff;
    color: #000;
	padding: 1px 15px;
}

.story_day {
	font-size: 11.42px;
	text-align: left;
	width: 90%;
	margin: 8px auto;
}

.story_ttl {
	font-size: 12px;
	text-align: left;
	width: 90%;
	margin: auto;
}

#section7 {
	height: 1150px;
	background-size: cover;
	background: #fff;
	position: relative;
}

#section7 .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
	width: 100%;
	height: 1100px;
}

#section7 h3 {
	margin-bottom: 10px;
}

.map {
	max-width: 1068px;
	margin: 20px auto;
}

#section8 {
	width: 100%;
	background: #000;
	padding: 90px 0 160px 0;
	margin-top: -80px;
}

#section8 .inner {
	max-width: 1068px;
	margin: auto;
}

.section8_left {
	width: 475px;
	float: left;
}

.section8_left h3 {
	text-align: center;
}

ul.info li a {
	text-decoration: none !important;
	color: #fff;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	max-width: 380px;
	display: block;
}

ul.info li a:hover {
	text-decoration: underline !important;
}

ul.info li {
	padding: 5px 0;
	font-size: 13px;
	display: flex;
	color: #fff !important;
}

ul.info li span {
    margin-right: 8px;
    width: 89px;
    display: inline-table;
	background: url(../images/icon_day.png) no-repeat 0 50%;
	background-size: 9px;
	padding-left: 15px;
	font-size: 14px;
}

.section8_right {
	width: 525px;
	float: right;
}

.top_travel {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.top_wedding {
	width: 100%;
	height: auto;
}

/* new bnr */

.pc_bnr_travel {
	border: solid 1px #616161;
	margin: 0 auto 24px;
	padding: 22px 35px 22px 22px;
	overflow: hidden;
	background: #000;
	max-width: 511px;
}

.pc_bnr_travel img {
	max-width: 182px;
	float: left;
}

.pc_bnr_travel h2 {
	float: left;
	margin: 0 0 2px 20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	max-width: 250px;
}

.pc_bnr_travel p {
	float: left;
	margin: 0 0 0 20px;
	color: #fff;
	font-size: 12.5px;
	max-width: 250px;
	text-align: justify;
    text-justify: inter-ideograph;
}

.pc_bnr_travel a,.pc_bnr_wedding a {
	text-decoration: none;
}

.pc_bnr_wedding {
	border: solid 1px #616161;
	margin: auto;
	padding: 22px 35px 22px 22px;
	overflow: hidden;
	background: #000;
	max-width: 511px;
}

.pc_bnr_wedding img {
	max-width: 182px;
	float: left;
}


.pc_bnr_wedding h2 {
	float: left;
	margin: 0 0 2px 20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	max-width: 250px;
}

.pc_bnr_wedding p {
	float: left;
	margin: 0 0 0 20px;
	color: #fff;
	font-size: 12.5px;
	max-width: 250px;
	text-align: justify;
    text-justify: inter-ideograph;
}


#footer {
	background: #fff;
	padding: 50px 0;
	text-align: center;
	clear: both;
}

.name_jp {
	font-size: 11.36px;
	line-height: 1;
}

.name_en {
	text-align: center;
	line-height: 1.5;
}

.address {
	font-size: 11px;
}

.footer_sns {
    z-index: 99999;
    overflow: hidden;
    display: block;
    width: 63px;
    text-align: center;
    margin: 13px auto;
}

.footer_sns li:first-child {
    padding-right: 10px;
}

.footer_sns li {
    float: left;
}

.footer_link {
	text-align: center !important;
	display: inline-block!important;
	margin: 10px auto !important;
	float: none !important;
	clear: both !important;
}

.footer_link li {
	display: inline !important;
}

.footer_link li:first-child:after {
	content: "│" !important;
	position: relative !important;
	top: 2px !important;
}

.footer_link li a {
	font-size: 11px !important;
	padding: 4px 8px !important;
	color: #fff !important;
	text-decoration: none !important;
}

.copyright {
	font-size: 11px;
	margin-top: 60px;
	text-align: center;
}
.access_text{
	text-align: center;
	margin: 0 0 30px;
	font-size: 12px;
}

/* ご利用になる前に　guide */

.sub_main_guide {
	background: url(../images/main_guide.jpg) no-repeat;
	background-size: cover;
	height: 560px;
	position: relative;
}

.sub_main_txt {
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	height: 100px;
}
.sub_main_txt2 {
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	height: 100px;
}

.sub_main_txt h3 {
	font-family: 'Marcellus', serif;
	font-family: 'Tangerine', cursive;
	font-size: 60px;
	font-size: 36px;
	font-size: 75px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 5px;
	line-height: 1;
}

.sub_main_txt p {
	font-size: 13px;
	line-height: 2.2;
	padding-top: 10px;
}

.sub_main_txt2 h3 {
	font-family: 'Marcellus', serif;
	font-family: 'Tangerine', cursive;
	font-size: 25px;
	font-size: 52px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 5px;
	line-height: 1.4;
}
.sub_main_txt2 p {
	font-size: 13px;
	line-height: 2.2;
	padding-top: 10px;
}

.logo_sub {
	position: absolute;
	left: 20px;
	z-index: 9999;
	display: block;
}

#header_sub {
	background: #000;
	height: 80px;
}

.content {
	width: 1100px;
	margin: auto;
}

.map_img {
	width: 90%;
	margin: auto;
}


/*---------------------------------------------------------------------

	 Wordpress blog

---------------------------------------------------------------------*/


p.date-color {
	color: #333;
	font-size: 13px;
	display: inline;
	padding-bottom: 4px;
    text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',sans-serif;
}

.entry-contents-area {
	margin: 0 0 50px 0;
	padding: 0 2%;
}


.entry-content a{
	color: #53c3d8;
}

.entry-content p {
	margin-top: 15px;
}

.comment-notes a, .comment-awaiting-moderation a, .logged-in-as a {
	color: #53c3d8;
}


.entry-title a {
	text-decoration: none;
	color: #333;
}

.entry-title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin: 21px 0 10px;
    line-height: 1.7;
	border-bottom: 1px solid #868686;
	padding: 4px 0;
}

p.datearea {
	text-align: right;
	font-size: 12px;
	padding-right: 5px;
}

.widget-title {
	border-bottom: 1px solid #868686;
	font-size: 17px;
	letter-spacing: 0.05em;
	line-height: 30px;
	color: #000;
	font-weight: bold;
}

.category-ul li a {
	color: #333;
	text-decoration: none;
	font-size: 15px !important;
}

.category-ul li a:hover {
	color: #999;
}

.widget-area ul li {
	padding: 3px 0;
	border-bottom: 1px dotted #b5b5b5;
	margin: 3px 0;
}

.widget_recent_entries {
	margin-bottom: 30px;
}

.widget_categories {
	margin-bottom: 30px;
	margin-top: 30px;
}

.widget-area ul li a {
	text-decoration: none;
	display: inline;
	color: #333;
}

.widget-area ul li a:hover {
	color: #999;
}

.entry-content {
	margin: 20px 0 100px 0;
}

.category-ul li {
	padding: 3px 0;
	border-bottom: 1px dotted #b5b5b5;
	font-size: 13px !important;
}

.category-ul li:last-child {
	border-bottom: none;
}

.category-ul {
	padding-top: 5px;
}

ul.children li {
	border: none;
	font-size: 12px !important;
	padding-left: 5px;
}

ul.children li:before {
	content: url(../images/rule251C.png);
	padding-right: 3px;
}

ul.children li:last-child:before {
	content: url(../images/rule2514.png);
	padding-right: 3px;
}



.comment-form-comment textarea {
	width: 100%;
}

.nav-links {
	-moz-hyphens: auto;
	border-top: 1px solid #666;
	word-wrap: break-word;
}

.post-navigation, .image-navigation {
	margin: 24px auto 48px;
	max-width: 740px;
}

.post-navigation a, .image-navigation .previous-image, .image-navigation .next-image {
	border-bottom: 1px solid #666;
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a, .image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.71429;
	text-transform: none;
}

#comments {
	display: none;
}

.comments-area {
	margin: 48px auto;
	max-width: 740px;
}

.comment-reply-title, .comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: outside none none;
	margin: 0 0 48px;
}

.comment-author {
	font-size: 14px;
	line-height: 1.71429;
}

.comment-list .reply, .comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a, .comment-list .pingback a, .comment-metadata a {
	color: #767676;
}

.comment-author a:hover, .comment-list .pingback a:hover, .comment-list .trackback a:hover, .comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article, .comment-list .pingback, .comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article, .comment-list > .pingback:first-child, .comment-list > .trackback:first-child {
	border-top: 0 none;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	left: 0;
	padding: 2px;
	position: absolute;
	top: 0;
	width: 18px;
}

.bypostauthor > article .fn::before {
	content: "";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author, .comment-awaiting-moderation, .comment-content, .comment-list .reply, .comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link::before {
	content: "";
}

.comment-reply-link::before, .comment-reply-login::before {
	content: "";
	margin-right: 2px;
}

.comment-content {
	-moz-hyphens: auto;
	word-wrap: break-word;
}

.comment-content ul, .comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul, .comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > *:last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: outside none none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-bottom: 5px;
	margin-top: 0;
}

.comment-notes, .comment-awaiting-moderation, .logged-in-as, .no-comments, .form-allowed-tags, .form-allowed-tags code {
	color: #767676;
}

.comment-notes, .comment-awaiting-moderation, .logged-in-as {
	font-size: 14px;
	line-height: 1.71429;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	width: 50%;
    padding: 6px;
    margin-bottom: 5px;
}

.form-allowed-tags, .form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a::before {
	content: "";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next, .comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-bottom: 0;
	margin-top: 36px;
}

input[type="submit"] {
    background: #333;
    color: #fff;
	padding: 5px 10px;
}

input[type="submit"]:hover {
	cursor: pointer;
	background: #666;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}

.archive-header {
	padding: 10px;
	font-size: 12px;
	background: #eeebbe;
}

.page-title {
	padding: 10px;
	font-size: 12px;
	background: #f5f5f5;
	margin-bottom: 20px;
}

#contents-area {
	width: 960px;
	padding: 20px 0 0;
	margin: 0 auto;
}

.contents-area:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

h3.cate-title {
	background: #f8f8f8;
	padding: 3px 6px;
	margin-top: 20px;
}

.entry-meta p {
	display: none;
}

.secondary {
	margin-top: 13px;
}

.eventcalendar {
	margin: 0 0 80px 0;
}

.eventcalendar .entry-header {
	display: none;
}

.ai1ec-calendar-toolbar {
	border: none;
}

.entry-content b, .entry-content strong {
	font-weight: 700;
}

.entry-content h1, .entry-content h2 {
	font-size: 20px;
	font-weight: bold;
}

.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	clear: both;
}


.entry-content h3 {
	font-size: 20px;
	background: linear-gradient(transparent 50%, #f6f6f6 50%);
	margin-bottom: 20px;
	display: inline;
}

.entry-content h4 {
	font-size: 18px;
	background: linear-gradient(transparent 50%, #f6f6f6 50%);
	margin-bottom: 20px;
	display: inline;
}


.photo-comment {
	margin: 5px 0 0 0;
	padding: 0 5px;
}

.entry-content img {
	max-width: 100%;
	height: auto;
	margin: 15px 0;
}

.works-thumb-photo {
	max-height: 183px;
	overflow: hidden;
	margin-bottom: 10px;
}

h1.screen-reader-text {
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	background: #f8f8f8;
	margin-bottom: 20px;
	display: block;
}

.pagination span {
	padding: 7px;
	border: solid 1px #ccc;
	background: #f8f8f8;
}

.pagination span.dots {
	border: none !important;
	background: none !important;
}

.pagination a {
	padding: 7px;
	border: solid 1px #ccc;
	background: #fff !important;
}

.pagination a:hover {
	text-decoration: none;
	background: #f8f8f8 !important;
}

.comment-form-comment textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
}

p.form-submit {
	margin-top: 10px;
}

span.edit-link {
	display: inline-block;
	background: #666;
	padding: 2px 8px;
	margin-left: 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

span.edit-link a {
	color: #fff;
	font-size: 12px;
}

.entry-content h4 {
	margin-bottom: 10px;
}

.left {
	width: 210px;
	float: left;
	margin-top: 30px;
	margin-bottom: 70px;
}

.right {
	width: 720px;
	float: right;
}

article.post {
	margin-bottom: 30px;
}


header.page-header {
	margin-top: 20px;
}

.st-post-tags {
	margin: 45px 0;
	padding: 40px 0;
	border-top: solid 1px #d5d5d6;
	border-bottom: solid 1px #d5d5d6;
}

p.keyword {
	display: inline-block;
	font-size: 15px;
	color: #666;
	margin-right: 5px;
}

.st-post-tags {
	color: #afafaf;
	font-size: 13px;
}

.st-post-tags a {
	color: #afafaf;
	font-size: 13px;
	padding-left: 5px;
}

.st-post-tags a:hover {
	color: #4da8ba;
}

.author-info {
	border: 1px solid #ddd;
	box-sizing: border-box;
	clear: both;
	display: block;
	overflow: hidden;
	overflow-wrap: break-word;
	width: 100%;
	padding: 20px;
	position: relative;
}

.author-avatar {
	float: left;
	padding: 20px;
}

h3.author-title {
	font-size: 16px;
	font-weight: bold;
	left: 84px;
	line-height: 25px;
	position: absolute;
	top: 25px;
}

p.author-bio {
	font-size: 14px;
	line-height: 21px;
	margin-top: 20px;
}

h2.author-heading {
	background: #f8f8f8;
	padding: 5px 10px;
}

.author-description {
	margin-top: 15px;
}

a.author-link {
	color: #33bad2;
	padding-left: 10px;
}

a.author-link:hover {
	text-decoration: underline;
}

span.years {
	font-size: 17px;
	font-family: 'Spinnaker', sans-serif;
	color: #518c97;
	text-align: center;
	margin: 10px auto;
}

.wp-pagenavi {
	text-align: center;
	margin: 50px auto !important;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 10px 15px !important;
    margin: 3px;
}

.wp-pagenavi a {
    text-decoration: none;
    border: 1px solid #000 !important;
    padding: 3px 5px;
    margin: 0 3px !important;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #000 !important;
    padding: 3px 5px;
    margin: 2px;
}

.wp-pagenavi span.current {
    font-weight: normal !important;
	background: #000 !important;
	color: #fff !important;
}

.wp-pagenavi a:hover {
	background: #000 !important;
	color: #fff !important;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}

p.comment-form-author, p.comment-form-email {
	margin-bottom: 5px;
}

.sub_main_info {
	background: url(../images/main_info.jpg) no-repeat;
	background-size: cover;
	height: 560px;
	position: relative;
}
.sub_main_blog {
	background: url(../images/main_blog.jpg) no-repeat;
	background-size: cover;
	height: 560px;
	position: relative;
}

.sub_main_story {
	background: url(../images/main_story.jpg) no-repeat;
	background-size: cover;
	height: 560px;
	position: relative;
}

/* Privacy */

.sub_main_privacy {
	background: url(../images/main_privacy.jpg) no-repeat;
	background-size: cover;
	height: 560px;
	position: relative;
}

.sub_content {
	width: 970px;
	margin: auto;
	font-size: 13px;
	padding: 40px 0 70px;
}

p.ttl_sub {
	font-size: 14px;
	font-weight: bold;
}

ul.indent0 {
	text-indent: 5px;
}

ul.indent3 {
    text-indent: -17px;
    padding-left: 25px;
}

h1.sitename {
	font-size: 13px;
	font-weight: bold;
}




/* rooms お部屋 */

.sub_main_rooms {
	background: url(../images/rooms_bg01.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 560px;
	position: relative;
}

/* food お料理 */

.sub_main_food {
	background: url(../images/food_bg01.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 560px;
	position: relative;
}

/* reserve ご予約・お問い合わせ */

.sub_main_reserve {
	background: url(../images/main_reserve.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 560px;
	position: relative;
}

/* concept コンセプト */

.sub_main_concept {
	background: url(../images/main_concept.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 560px;
	position: relative;
}

.concept_float {
    overflow: hidden;
    max-width: 980px;
    margin: 15px auto 50px;
}

.concept_img_right {
	width: 47%;
	max-width: 470px;
	float: right;
}

.concept_txt_left {
	width: 47%;
	max-width: 470px;
	float: left;
}

.concept_txt_left h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 15px;
	border-bottom: solid 1px #a7a7a7;
	margin-bottom: 20px;
}

.concept_txt_left p {
	line-height: 2;
}

.concept_img_left {
	width: 47%;
	max-width: 470px;
	float: left;
}

.concept_txt_right {
	width: 47%;
	max-width: 470px;
	float: right;
}

.concept_txt_right h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 15px;
	border-bottom: solid 1px #a7a7a7;
	margin-bottom: 20px;
}

.concept_txt_right p {
	line-height: 2;
}

.mt2p {
	margin-top: 2% !important;
}
.mt3p {
	margin-top: 3% !important;
}
.mt4p {
	margin-top: 4% !important;
}
.mt5p {
	margin-top: 5% !important;
}

#conceptBg {
	margin-bottom: 50px;
}

#conceptBg .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	color: #fff;
	text-align: center;
	max-width: 670px;
	width: 100%;
	height: 140px;
}

.concept_bg {
	background: url(../images/footer_concept.jpg) no-repeat 50% 50%;
	background-size: cover;
	position: relative;
	height: 536px;
}

#conceptBg p {
	font-size: 23px;
	font-weight: bold;
	line-height: 2.2;
	margin-bottom: 10px;
	letter-spacing: 3px;
}


/* --------------------new-------------------- */


/* rooms */


.rooms_section1 {
	background: url(../images/rooms_bg02.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 90vh;
    position: relative;
}

.sub_main_txt {
	font-size: 28px;
	font-weight: bold;
}

.sub_comment {
	font-size: 13px;
	line-height: 2.2;
}

.room_image1 {
    overflow: hidden;
    width: 100%;
}

.room_image1 li {
    float: left;
    width: 33.333333%;
    height: 30vh;
    position: relative;
    text-align: center;
}

.room_image1 li:nth-child(1) {
    background: url(../images/log_cottage_image01.jpg) no-repeat 50% 50%;
        background-size: auto;
    background-size: cover;
}

.room_image1 li:nth-child(2) {
    background: url(../images/log_cottage_image02.jpg) no-repeat 50% 50%;
        background-size: auto;
    background-size: cover;
}

.room_image1 li:nth-child(3) {
    background: url(../images/log_cottage_image03.jpg) no-repeat 50% 50%;
        background-size: auto;
    background-size: cover;
}

.rooms_section2 {
	background: url(../images/rooms_bg03.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 1200px;
	position: relative;
}

.rooms_section2 .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #fff;
    width: 1100px;
	padding: 6% 0;
}

.rooms_section2_left {
	width: 560px;
	float: left;
}

.rooms_section2_left p {
	font-size: 13px;
	color: #fff;
}

ul.rooms_section2_right {
	float: right;
	width: 430px;
	font-size: 13px;
	color: #fff;
}

ul.rooms_section2_right li {
	list-style: square;
	padding-left: 5px;
}

.facility_ttl {
	font-size: 16px;
	border-bottom: solid 1px #fff;
	padding: 0 8px;
	display: inline-block;
}

table.facility_table {
	width: 100%;
	color: #fff;
	font-size: 13px;
	display: table !important;
}

table.facility_table tr td {
	padding: 10px 50px;
	border: solid 1px #343434;
	width: 25%;
}

.service_note {
	font-size: 14px;
	padding: 35px 55px;
	border: solid 1px #343434;
}

.more {
	background: url(../images/arrow_right.png) no-repeat right 93px top 50%;
	background-size: 8px 15px;
	border: solid 1px #878787;
	font-size: 14px;
	margin: 70px auto 0;
	display: block;
	width: 393px;
	text-align: center;
}

.more a {
	color: #fff;
	font-size: 14px;
	padding: 15px 0px;
	display: block;
	text-decoration: none;
}

.more a:hover {
	text-decoration: none;
}

.more2 {
	background: url(../images/arrow_right.png) no-repeat right 20px top 50%;
	background-size: 8px 15px;
	border: solid 1px #878787;
	font-size: 11px;
	margin: 40px auto 0;
	display: block;
	width: 280px;
	text-align: center;
}

.more2 a {
	color: #fff;
	font-size: 14px;
	padding: 15px 0px;
	display: block;
	text-decoration: none;
}

.more2 a:hover {
	text-decoration: none;
}


.other_list {
    max-width: 1100px;
	width: 100%;
    margin: 0 auto 120px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px;
}

.other_list li {
	width: 32.5%;
	color: #fff;
}

.other_img img {
	width: 100%;
	height: auto;
}

.other_ttl {
	font-size: 14px;
	margin: 5px auto;
}

.other_txt {
	font-size: 12.7px;
}

.caution {
	color: #fff;
	border: solid 1px #343434;
	padding: 30px 60px;
	max-width: 1100px;
	margin: 0 auto 70px;
}

.caution h3 {
	font-size: 16px;
	margin-bottom: 20px;
	text-align: center;
}

.caution p {
	font-size: 14px;
	margin-bottom: 25px;
}

.more_guide {
    background: url(../images/arrow_right.png) no-repeat right 30px top 50%;
    background-size: 8px 15px;
    border: solid 1px #878787;
    font-size: 14px;
    margin: auto;
    margin-bottom: 0px;
    display: block;
    width: 290px;
    text-align: center;
}

.more_guide a {
	color: #fff;
	font-size: 14px;
	padding: 12px 0px;
	display: block;
	text-decoration: none;
}

.more_guide a:hover {
	text-decoration: none;
}

.service_note2wrapp {
	padding: 35px 55px;
	border: solid 1px #343434;
	display: block;
	margin: auto;
	text-align: center;
}

.service_note2 {
	font-size: 14px;
	text-align: left;
	display: inline-block;
}

/* food お料理 */

.food_dinner .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	color: #fff;
	text-align: center;
	height: 190px;
}

.food_dinner {
	background: url(../images/food_bg02.jpg) no-repeat 50% 50%;
	background-size: cover;
	position: relative;
	height: 100vh;
}

.food_dinner h3 {
	margin-bottom: 25px;
}

.food_dinner p {
	font-size: 13px;
	line-height: 2.2;
	margin-bottom: 25px;
}

.food_dinner h4 {
	border: solid 1px #878787;
	background: url(../images/arrow02.png) no-repeat top 50% right 25px;
	display: inline-block;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}

.food_dinner h4:hover {
	background: url(../images/arrow02.png) no-repeat top 50% right 25px,#222;
}

.food_dinner h4 a {
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 12px 50px 12px 35px;
}

.food_left_img1 {
    float: left;
    width: 50%;
    background: url(../images/food_image01.jpg) no-repeat 0 50%;
    background-size: cover;
    height: 449px;
}

.food_right_txt1 {
    float: right;
    width: 50%;
    padding: 5%;
    height: 449px;
}

.food_right_txt1 h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

.food_right_txt1 h2 span.price {
	margin-left: 10px;
}

.food_right_txt1 h2 span.tax {
	font-size: 14px;
}

.food_right_txt1 p {
	font-size: 13px;
	margin-bottom: 20px;
}

.food_right_txt1 ul {
	padding: 20px 0;
	font-size: 13px;
	border-top: solid 1px #868686;
	border-bottom: solid 1px #868686;
}

.food_right_img2 {
    float: right;
    width: 50%;
    background: url(../images/food_image02.jpg) no-repeat 0 50%;
    background-size: cover;
    height: 450px;
}

.food_left_txt2 {
    float: left;
    width: 50%;
    padding: 5%;
    height: 450px;
}

.food_left_txt2 h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

.food_left_txt2 h2 span.price {
	margin-left: 10px;
}

.food_left_txt2 h2 span.tax {
	font-size: 14px;
}

.food_left_txt2 p {
	font-size: 13px;
	margin-bottom: 20px;
}

.food_left_txt2 ul {
	padding: 20px 0;
	font-size: 13px;
	border-top: solid 1px #868686;
	border-bottom: solid 1px #868686;
}

.food_left_img3 {
    float: left;
    width: 50%;
    background: url(../images/food_image03.jpg) no-repeat 0 50%;
    background-size: cover;
    height: 449px;
}

.food_right_txt3 {
    float: right;
    width: 50%;
    padding: 3.5% 5%;
    height: 449px;
}

.food_right_txt3 h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

.food_right_txt3 h2 span.price {
	margin-left: 10px;
}

.food_right_txt3 h2 span.tax {
	font-size: 14px;
}

.food_right_txt3 p {
	font-size: 13px;
	margin-bottom: 20px;
}

.food_right_txt3 ul {
	padding: 20px 0;
	font-size: 13px;
	border-top: solid 1px #868686;
	border-bottom: solid 1px #868686;
}

.food_lunch .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	color: #fff;
	text-align: center;
	height: 190px;
}

.food_lunch {
	background: url(../images/food_bg03.jpg) no-repeat 50% 50%;
	background-size: cover;
	position: relative;
	height: 100vh;
}

.food_lunch h3 {
	margin-bottom: 25px;
}

.food_lunch p {
	font-size: 13px;
	line-height: 2.2;
	margin-bottom: 25px;
}

.food_lunch h4 {
	border: solid 1px #dcdcdc;
	background: url(../images/arrow02.png) no-repeat top 50% right 25px;
	display: inline-block;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}

.food_lunch h4:hover {
	background: url(../images/arrow02.png) no-repeat top 50% right 25px,#222;
}

.food_lunch h4 a {
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 12px 50px 12px 35px;
}


.food_left_img4 {
    float: left;
    width: 50%;
    background: url(../images/food_image04.jpg) no-repeat 0 50%;
    background-size: cover;
    height: 449px;
}

.food_right_txt4 {
    float: right;
    width: 50%;
    padding: 5%;
    height: 449px;
}

.food_right_txt4 h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

.food_right_txt4 h2 span.price {
	margin-left: 10px;
}

.food_right_txt4 h2 span.tax {
	font-size: 14px;
}

.food_right_txt4 p {
	font-size: 13px;
	margin-bottom: 20px;
}

.food_right_txt4 ul {
	padding: 20px 0;
	font-size: 13px;
	border-top: solid 1px #868686;
	border-bottom: solid 1px #868686;
}

.food_right_img5 {
    float: right;
    width: 50%;
    background: url(../images/food_image05.jpg) no-repeat 0 50%;
    background-size: cover;
    height: 450px;
}

.food_left_txt5 {
    float: left;
    width: 50%;
    padding: 5%;
    height: 450px;
}

.food_left_txt5 h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

.food_left_txt5 h2 span.price {
	margin-left: 10px;
}

.food_left_txt5 h2 span.tax {
	font-size: 14px;
}

.food_left_txt5 p {
	font-size: 13px;
	margin-bottom: 20px;
}

.food_left_txt5 ul {
	padding: 20px 0;
	font-size: 13px;
	border-top: solid 1px #868686;
	border-bottom: solid 1px #868686;
}

.food_left_img6 {
    float: left;
    width: 50%;
    background: url(../images/food_image06.jpg) no-repeat 0 50%;
    background-size: cover;
    height: 449px;
}

.food_right_txt6 {
    float: right;
    width: 50%;
    padding: 3.5% 5%;
    height: 449px;
}

.food_right_txt6 h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

.food_right_txt6 h2 span.price {
	margin-left: 10px;
}

.food_right_txt6 h2 span.tax {
	font-size: 14px;
}

.food_right_txt6 p {
	font-size: 13px;
	margin-bottom: 20px;
}

.food_right_txt6 ul {
	padding: 20px 0;
	font-size: 13px;
	border-top: solid 1px #868686;
	border-bottom: solid 1px #868686;
}


.food_breakfast .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	color: #fff;
	text-align: center;
	height: 190px;
}

.food_breakfast {
	background: url(../images/food_bg04.jpg) no-repeat 50% 50%;
	background-size: cover;
	position: relative;
	height: 100vh;
}

.food_breakfast h3 {
	margin-bottom: 25px;
}

.food_breakfast p {
	font-size: 13px;
	line-height: 2.2;
	margin-bottom: 25px;
}

.food_breakfast h4 {
	border: solid 1px #dcdcdc;
	background: url(../images/arrow02.png) no-repeat top 50% right 25px;
	display: inline-block;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}

.food_breakfast h4:hover {
	background: url(../images/arrow02.png) no-repeat top 50% right 25px,#222;
}

.food_breakfast h4 a {
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 12px 50px 12px 35px;
}


.food_left_img7 {
    float: left;
    width: 50%;
    background: url(../images/food_image07.jpg) no-repeat 0 50%;
    background-size: cover;
    height: 449px;
}

.food_right_txt7 {
    float: right;
    width: 50%;
    padding: 5%;
    height: 449px;
	border-bottom: solid 1px #dcdcdc;
}

.food_right_txt7 h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

.food_right_txt7 h2 span.price {
	margin-left: 10px;
}

.food_right_txt7 h2 span {
	font-size: 14px;
}

.food_right_txt7 p {
	font-size: 13px;
	margin-bottom: 20px;
}

.food_right_txt7 ul {
	padding: 20px 0;
	font-size: 13px;
	border-top: solid 1px #868686;
	border-bottom: solid 1px #868686;
}


.caution2 {
	color: #333333;
	border: solid 1px #e9e9e9;
	padding: 30px 60px;
	max-width: 1100px;
	margin: 85px auto 70px;
}

.caution2 h3 {
	font-size: 16px;
	margin-bottom: 20px;
	text-align: center;
}

.caution2 p {
	font-size: 14px;
	margin-bottom: 25px;
}


.more_guide2 {
    background: url(../images/arrow_right_b.png) no-repeat right 30px top 50%;
    background-size: 8px 15px;
    border: solid 1px #8b8b8b;
    font-size: 14px;
    margin: auto;
    margin-bottom: 0px;
    display: block;
    width: 290px;
    text-align: center;
}

.more_guide2 a {
	color: #333;
	font-size: 14px;
	padding: 12px 0px;
	display: block;
	text-decoration: none;
}

.more_guide2 a:hover {
	text-decoration: none;
}


h2.ttl_guide {
	font-size: 18px;
	border-bottom: solid 1px #868686;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

table.guide_table1 tr td:first-child{
	width: 75px;
	vertical-align: top;
}

table.guide_table2 tr td:first-child{
	width: 45px;
	vertical-align: top;
}


.btn_contact {
	background: url(../images/arrow_right_b.png) no-repeat right 11% top 50%;
	background-size: 7px 11px;
	border: solid 1px #a1a1a1;
	font-size: 11 px;
	margin: 25px auto 0;
	display: inline-block;
	text-align: center;
}

.btn_contact a {
	color: #333;
	font-size: 11px;
	padding: 8px 64px 8px 30px;
	display: block;
	text-decoration: none;
}

.btn_contact a:hover {
	text-decoration: none;
}

a.links {
	color: #cc2020;
	text-decoration: underline;
}


/* contact */

.entry_float {
	overflow: hidden;
	max-width: 980px;
	margin: 0 auto 50px;
}

.entry_img {
	width: 50.2%;
	max-width: 502px;
	float: right;
}

.entry_txt {
	width: 44%;
	max-width: 440px;
	float: left;
}

.btn_more {
	width: 93%;
	max-width: 408px;
	border: solid 1px #8b8b8b;
	background: url(../images/arrow_contact.png) no-repeat right 7% top 50%;
	padding: 10px 20px;
	margin-bottom: 15px; 
}

.btn_more a {
	font-size: 14px;
	display: block;
	text-align: left;
	color: #333;
	text-decoration: none;
}

h2.ttl_contact {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 8px;
	border-bottom: solid 1px #a7a7a7;
	margin-bottom: 20px;
}

.ttl_sub_contact {
	position: relative;
	font-size: 16px;
	padding-left: 22px;
	margin: 10px 0;
}

.ttl_sub_contact:before {
	position: absolute;
	content: "";
	left: 0;
	top: 12px;
	border-left: solid 11px #000;
	height: 5px;
}

.ttl_sub_contact2 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}

.faq_sub {
	font-weight: bold;
	margin: 10px 0;
}


.ttl_sub_contact2 {
	position: relative;
	font-size: 16px;
	padding-left: 15px;
	margin: 10px 0;
}

.ttl_sub_contact2:before {
	position: absolute;
	content: "";
	left: 0;
	top: 6px;
	border-left: solid 9px #000;
	height: 18px;
}

.ttl_sub_contact3 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}

table.table_design{
	width: 100%;
	margin: 10px auto;
	}
table.table_design th{
	padding: 16px 10px;
	text-align: left;
	border-bottom: 1px solid #111;
	vertical-align: top;
	border: 1px solid #aaa;
	width: 140px;
	}

table.table_design td{
	padding: 16px 10px;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
	border: 1px solid #aaa;
	text-align: left;
	}
table.table_design td.tright{
	text-align: right;
}
table.table_design th.titleth{
	background: #eee;
	color: #333;
	text-align: center;
}
table.table_design th.th2{
	padding: 16px 10px;
	text-align: right;
	border-bottom: 1px solid #111;
	vertical-align: top;
	font-weight: bold;
	background: #888;
	color: #fff;
	border: 1px solid #aaa;
	}
table.table_design th.th3{
	padding: 16px 10px;
	text-align: center;
	border-bottom: 1px solid #111;
	vertical-align: top;
	font-weight: bold;
	background: #888;
	color: #fff;
	border: 1px solid #aaa;
	}
table.table_design th.th4{
	padding: 16px 10px;
	width: 80px !important;
	text-align: center;
	border-bottom: 1px solid #111;
	vertical-align: top;
	font-weight: bold;
	background: #888;
	color: #fff;
	border: 1px solid #aaa;
	}


table.table_design2{
	width: 100%;
	margin: 10px auto;
	}
table.table_design2 th{
	padding: 16px 10px;
	text-align: left;
	border-bottom: 1px solid #111;
	vertical-align: top;
	border: 1px solid #aaa;
	width: 140px;
	}
table.table_design2 th.thmid{
	padding: 16px 10px;
	text-align: left;
	border-bottom: 1px solid #111;
	vertical-align: top;
	border: 1px solid #aaa;
	width: 300px;
	}
table.table_design2 td{
	padding: 16px 10px;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
	border: 1px solid #aaa;
	text-align: left;
	}
table.table_design2 td.tright{
	text-align: right;
}
table.table_design2 th.titleth{
	background: #eee;
	color: #333;
	text-align: center;
}
table.table_design2 th.th2{
	padding: 16px 10px;
	text-align: right;
	border-bottom: 1px solid #111;
	vertical-align: top;
	font-weight: bold;
	background: #888;
	color: #fff;
	border: 1px solid #aaa;
	}
table.table_design2 th.th3{
	padding: 16px 10px;
	text-align: center;
	border-bottom: 1px solid #111;
	vertical-align: top;
	font-weight: bold;
	background: #888;
	color: #fff;
	border: 1px solid #aaa;
	}
table.table_design2 th.th4{
	padding: 16px 10px;
	width: 80px !important;
	text-align: center;
	border-bottom: 1px solid #111;
	vertical-align: top;
	font-weight: bold;
	background: #888;
	color: #fff;
	border: 1px solid #aaa;
	}

.tdmid {
	text-align: right !important;
}
.thmid {
	width: 200px;
}

tr.even {background:#fff;}
tr.odd {background:#fff;}



.tab-group {
    display: flex;
    justify-content: center;
}
.tab {
    flex-grow: 1;
    text-align: center;
    cursor: pointer;
	background: #dcdcdc;
	color: #444444;
	font-size: 16px;
	padding: 10px;
}
.tab-panel {
	margin-top: 50px;
}
.panel {
    display: none;
}
.tab.is-active {
    background: #444444;
    color: #fff;
    transition: all 0.2s ease-out;
}
.panel.is-show {
    display: block;
}

.tab span {
	background: url("../images/tab_off.png") no-repeat left 0 top 50%;
	background-size: 25px 18px;
	padding-left: 40px;
}

.tab.is-active span {
	background: url("../images/tab_on.png") no-repeat left 0 top 50%;
	background-size: 25px 18px;
}


table.option {
	width: 100%;
}

table.option tr td.option_ttl {
	padding: 16px 10px;
	text-align: center;
	border-bottom: 1px solid #111;
	font-weight: bold;
	background: #888;
	color: #fff;
	border: 1px solid #aaa;
}
table.option tr td {
    padding: 16px 10px;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    border: 1px solid #aaa;
}

table.option {
    width: 100%;
    margin: 10px auto;
}

/* form */

.contact_telBox {
    width: 100%;
    padding: 25px 50px;
    border: 1px solid #aaaaaa;
    text-align: center;
    margin-bottom: 30px;
}
.contact_telBox p.contact_time {
    font-size: 14px;
    text-align: center;
    margin-left: 42%;
}

.contact_telBox p {
    font-size: 17px;
}

.contact_telBox p span.contact_tel {
    font-size: 28px;
    font-weight: bold;
    padding: 0 6px;
}

.smt_tel {
    display: none;
}

p.contact_note {
	line-height: 1.9;
}

.require {
	color: #e93814;
	font-size: 14px;
	padding: 2px 5px;
}

table.contact_form {
	width: 100%;
	float: left;
	margin-bottom: 60px;
	margin-top: 40px;
	font-size: 14px;
	border-collapse: inherit;
}

td.vt {
	vertical-align: top;
}

table.contact_form tr {
	line-height: 2;
	padding: 6px 0;
}

table.contact_form tr td:nth-child(odd) {
	border-bottom: solid 1px #aaaaaa;
	padding: 9px 10px 5px 5px;
	text-align: left;
	width: 20%;
}

table.contact_form tr td:nth-child(even) {
	border-bottom: solid 1px #aaaaaa;
	padding: 15px 5px 16px 35px;
}

input.textVer {
	padding: 13px;
	border: none;
	background: #f6f6f6;
	width: 100%;
}

input.textVer02 {
	padding: 13px;
	border: none;
	background: #f6f6f6;
	width: 40%;
}

.mr4p {
	margin-right: 4%;
}

select.textVer {
	padding: 13px;
	border: none;
	background: #f6f6f6;
	width: 100%;
}

input.textVerS {
	padding: 13px;
	border: none;
	background: #f6f6f6;
	width: 40%;
}

input.textVerM {
	padding: 13px;
	border: none;
	background: #f6f6f6;
	width: 70%;
}

input.textVerL {
	padding: 13px;
	border: none;
	background: #f6f6f6;
	width: 84%;
}

textarea.commentBox {
	padding: 13px;
	border: none;
	background: #f6f6f6;
	width: 100% !important;
	height: 350px !important;
}

button.submit {
	background: #000;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	height: 50px;
	width: 300px;
	position: relative;
	left: 50%;
	margin-left: -150px;
	margin-top: 0;
	letter-spacing: 0.05em;
	margin-bottom: 70px;
}

button.submit:hover {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}

.btn_back a {
	background: #070819;
	color: #fff;
	display: block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	margin: 80px auto 50px;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.btn_back a:hover {
	background: #121324;
	text-decoration: none;
}


/* thanks */

.btn_back a {
    background: #000;
    color: #fff;
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    margin: 80px auto 50px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.btn_back a:hover {
	background: #606060;
	text-decoration: none;
}

.thanksArea {
	width: 840px;
	margin: auto;
}

.thanks_ttl {
	margin: 20px auto 10px;
	font-size: 19px;
}


.btn_tel {
	margin: 15px auto;
	font-size: 13px;
}

.btn_tel span {
	font-size: 28px;
	padding: 0 4px;
}


@media screen and (max-width:1270px) {

.logo_sub {
	display: none;
}
	.sns{
		display: none;
	}
}

@media screen and (max-width:1100px) {

.content {
	width: 90%;
	margin: auto;
}	

.content img {
	max-width: 100%;
	height: auto;
}
.story_list {
    max-width: 100%;
}

}

@media screen and (max-width:1040px) {
.section8_left {
    width: 90%;
	margin: auto;
    float: none;
}
	
.section8_right {
    width: 100%;
    float: none;
    margin-top: 40px;
    text-align: center;
}
}

@media screen and (max-width:1000px) {

.sub_content {
	width: 90%;
	margin: auto;
}	

.sub_content img {
	max-width: 100%;
	height: auto;
}
}

@media screen and (max-width:960px) {

#contents-area {
    width: 90%;
    margin: 0 auto;
}

.right {
    width: 100%;
    float: none;
}

.left {
    width: 100%;
    float: none;
}

#section6 .inner {
    margin: auto;
}
.story_list li {
    width: 33.33%;
}
.entry_img {
    width: 100%;
    max-width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto 20px;
}
.entry_txt {
    width: 100%;
    max-width: 100%;
    float: none;
}
.btn_more {
    width: 90%;
    max-width: 408px;
    margin: 30px auto;
}
}

@media screen and (max-width:890px) {

body {
	max-width: 890px;
}

#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 80px;
    z-index: 99999;
	opacity: 1;
}

.btn_reserve_web {
	display: block !important;
    z-index: 998;
	z-index: 1100;
    position: fixed;
    right: 76px;
    top: 24px;
	z-index: 999998;
}
.sub_main_rooms,.sub_main_food,.sub_main_food,.sub_main_story,.sub_main_info,.sub_main_reserve,.sub_main_privacy,.sub_main_guide,.sub_main_blog {
	height: 400px !important;
}
	
.sub_main_txt {
    top: 10%;
}

.clone-nav {
	display: none;
}

#dropmenu{
	display: none;
}
	
.btn_menu{
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 999999;
	display: block !important;
}

.logo_sub {
	display: block !important;
}
.Opening {
    top: 0px;
}
}

@media screen and (max-width:800px) {
.temporary {
	min-height: 500px;
}
.concept_img_right {
    width: 100%;
    max-width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 10px;
}
.concept_txt_left {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-bottom: 20px;
}
.concept_img_left {
    width: 100%;
    max-width: 100%;
    float: none;
    text-align: center;
}
.concept_txt_right {
    width: 100%;
    max-width: 100%;
    float: none;
}
}

@media screen and (max-width:750px) {

.story_list li {
    width: 50%;
}

#section6 .inner {
    width: 90%;
    padding: 50px 0 15px;
}

#section7 {
	height: 700px;
}

#section7 .inner {
    height: 600px;
}
}


/* 幅1115px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 1115px) {

.rooms_section2 .inner,.rooms_section4 .inner,.rooms_section6 .inner,.rooms_section8 .inner,.other_list {
	width: 90%;
	margin: auto;
}

.rooms_section2_left {
    width: 100%;
    float: none;
}

ul.rooms_section2_right {
    float: none;
    width: 100%;
    margin-top: 15px;
	margin-left: 20px;
}


.facility_table tr td {
	width: 49%;
}

.facility_table tr td:nth-child(odd) {
	border-right: none !important;
}

.rooms_section2{
    height: 1600px;
}

.rooms_section4_left {
    width: 100%;
    float: none;
}

ul.rooms_section4_right {
    float: none;
    width: 100%;
    margin-top: 15px;
	margin-left: 20px;
}

.more {
	width: 80%;
	background: url(../images/arrow_right.png) no-repeat right 13% top 50%;
}

.more_guide {
	width: 100%;
	background: url(../images/arrow_right.png) no-repeat right 13% top 50%;
}

.rooms_section2,.rooms_section2 .inner {
	position: static;
}

.rooms_section2 {
    height: auto;
    padding: 30px 0 50px;
}

table.facility_table tr td {
    padding: 10px 5%;
}

.rooms_section4,.rooms_section4 .inner {
	position: static;
}

.rooms_section4 {
    height: auto;
    padding: 30px 0 50px;
}

.rooms_section6,.rooms_section6 .inner {
	position: static;
}

.rooms_section6 {
    height: auto;
    padding: 30px 0 50px;
}

.rooms_section8,.rooms_section8 .inner {
	position: static;
}

.rooms_section8 {
    height: auto;
    padding: 30px 0 50px;
}

.caution {
    margin: 70px auto 70px;
    width: 90%;
	padding: 25px 8%;
}

.caution2 {
    margin: 70px auto 70px;
    width: 90%;
	padding: 25px 8%;
}


.service_note {
    padding: 30px 8%;
}
}

.display_none {
	display: none;
}


@media screen and (max-width:1000px) {
#section5 .inner {
    max-width: 90%;
}
}

@media screen and (max-width:960px) {
.inquiry_list {
    width: 100%;
    text-align: center;
    background: #f1efed;
    margin-bottom: 10px;
	min-height: inherit !important;
}
.inquiry_list a {
    padding: 5% 10px 5% 10px;
}

.inquiry_list2 {
    width: 100%;
    text-align: center;
    background: #f1efed;
    margin-bottom: 10px;
	min-height: inherit !important;
	padding: 5% 10px 5% 10px;
}	

.section5_bg {
	min-height: 750px;
    height: 100%;
}
#section5 .inner {
    top: 8%;
	padding-bottom: 8%;
    height: 100% !important;
}
}


form.visit_form select {
	padding: 5px 10px !important;
	margin-right: 6px !important;
}


.non {
	display: none;
}

/* facility */

.sub_main_facility {
	background: url(../images/main_facility.jpg) no-repeat 50% 25%;
	background-size: cover;
	height: 700px;
	height: 560px;
	position: relative;
}

.ttl_main {
	text-align: center;
	line-height: 1;
	border-bottom: solid 1px #9e9e9e;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.ttl_main p {
	font-family: 'Marcellus', serif;
	font-family: 'Tangerine', cursive;
	font-size: 28px;
	font-size: 42px;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.ttl_main h2 {
	font-size: 12px;
	padding-left: 6px;
}

.facility_desc {
	font-size: 13px;
	text-align: center;
	margin-bottom: 45px;
	margin-top: 45px;
}

.flex2 {
	width: 100%;
    margin: 0 auto 12px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
}

.flex2 p {
	width: 49%;
}

.flex2-2 {
	width: 100%;
    margin: 0 auto 19px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
}

.flex2-2 p {
	width: 49%;
	line-height: 0;
}

.flex3 {
	width: 100%;
    margin: 0 auto 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 100px;
	border-bottom: solid 1px #f3f3f3;
}

.flex3 p {
	width: 32%;
}

.sub_main_cuisine {
	background: url(../images/main_cuisine.jpg) no-repeat 50% 25%;
	background-size: cover;
	height: 700px;
	height: 560px;
	position: relative;
}


.cuisine_desc {
	font-size: 13px;
	text-align: center;
	display: block;
	margin: 45px 0 45px;
	line-height: 2;
}

.cuisine_desc p {
	text-align: center;
	display: inline-block;
}

/* partners */

.sub_main_partners {
	background: url(../images/main_partners.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 560px;
	position: relative;
}

.partners_float {
    overflow: hidden;
    max-width: 980px;
    margin: 15px auto 65px;
    border-bottom: solid 2px #f3f3f3;
    padding-bottom: 55px;
}

.partner_img_right {
	width: 48%;
	max-width: 480px;
	float: right;
}

.partner_txt_left {
	width: 48%;
	max-width: 480px;
	float: left;
}

.partner_txt_left h3 {
    font-size: 33px;
	font-size: 42px;
    line-height: 1;
    font-family: 'Marcellus', serif;
	font-family: 'Tangerine', cursive;
    letter-spacing: 3px;
	margin-bottom: 6px;
}

.partner_txt_left h4 {
    font-size: 13px;
    padding-bottom: 15px;
    border-bottom: solid 1px #a7a7a7;
    margin-bottom: 20px;
    line-height: 1.1;
	padding-left: 5px;
}

.partner_txt_left p {
	line-height: 2;
}

.partner_img_left {
	width: 47%;
	max-width: 470px;
	float: left;
}

.partner_txt_right {
	width: 47%;
	max-width: 470px;
	float: right;
}

.partner_txt_right h3 {
	font-size: 33px;
	font-size: 42px;
    line-height: 1;
    font-family: 'Marcellus', serif;
	font-family: 'Tangerine', cursive;
    letter-spacing: 3px;
	margin-bottom: 6px;
}

.partner_txt_right h4 {
    font-size: 13px;
    padding-bottom: 15px;
    border-bottom: solid 1px #a7a7a7;
    margin-bottom: 20px;
    line-height: 1.1;
	padding-left: 5px;
}

.concept_txt_right p {
	line-height: 2;
}

/* flow 一日の流れ */

.sub_main_flow {
	background: url(../images/main_flow.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 560px;
	position: relative;
}

.ttl_main2 {
	text-align: center;
	line-height: 1;
	margin-bottom: 30px;
}

.ttl_main2 p {
	font-family: 'Marcellus', serif;
	font-family: 'Tangerine', cursive;
    font-size: 28px;
	font-size: 42px;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.ttl_main2 h2 {
	font-size: 12px;
}

ul.time_table {
	max-width: 707px;
	margin: 40px auto 60px;
}

ul.time_table li {
	padding: 8px 0;
	border-bottom: solid 1px #b4b4b4;
	font-size: 16px;
}

ul.time_table li:first-child {
	border-top: solid 1px #b4b4b4;
}

p.flow_list span {
	display: inline-block;
	font-weight: bold;
	width: 95px;
	text-align: right;
	margin-right: 20px;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","meiryo","MS P Gothic","ＭＳ Ｐゴシック","Osaka", sans-serif;
	letter-spacing: 4px;
}

ul.time_table li a {
	display: block;
	color: #333333;
	text-decoration: none;
}

.arrow {
    position: relative;
}
.arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 12px;
  width: 14px;
  height: 14px;
  border-top: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  transform: translateX(-50%) rotate(135deg);
}

.sub_content2Area {
	padding: 40px 0 20px;
	border-bottom: solid 2px #f3f3f3;
	margin-bottom: 70px;
}

.sub_content2 {
    max-width: 708px;
    margin: auto;
    font-size: 13px;
}

.time_ttl {
	width: 100%;
	text-align: center;
}

.time_ttl p {
	border-top: solid 1px #a7a7a7;
	border-bottom: solid 1px #a7a7a7;
	max-width: 480px;
	margin: 0 auto 0px;
	font-size: 20px;
	padding: 7px 0;
}

.time_ttl p span {
	margin-right: 5px;
}

.sub_content2 img {
	margin-bottom: 15px;
}

.sub_content2 p.txt {
	line-height: 2;
	margin-bottom: 60px;
}

.sub_txt {
	text-align: center;
	display: block;
}

.sub_txt p {
    display: inline-block;
    margin: 40px auto 0px;
    line-height: 2.2;
    font-size: 13px;
}
















