@charset "utf-8";

/* -----------------------------------------------------------
	基本設定
----------------------------------------------------------- */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


body {
	color: #232323;
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}



body a {
	color: #505050;
}

body a:link {
	text-decoration: none;
}

body a:visited {
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

body a:active {
	text-decoration: none;
}

p {
	font-size: 12px;
}

/* -----------------------------------------------------------
	汎用class
----------------------------------------------------------- */
.left {
	float: left;
}

.right {
	float: right;
}

.bold {
	font-weight: bold;
}

.mg_jg10 {
	margin: 10px 0;
}

.mg_jg20 {
	margin: 20px 0;
}

.justify {
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

/* -----------------------------------------------------------
  tripla
----------------------------------------------------------- */
#tripla_wrap {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0px;
	width: 100%;
	background-color: #c00;
	text-align: center;
	transform: none;
	z-index: 99999;
	min-height: 110px;
}

#tripla_wrap .search-widget-search-container-bf1818 {
	background: none;
	color: #fff;
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
	box-shadow: none;
	width: auto;
}

#tripla_wrap .input-container-input-container-da40af,
#tripla_wrap .input-container-title-db81ec {
	color: #fff;
}

/*@media screen and (max-width: 991px) {*/
@media screen and (max-width: 767px) {
	#tripla_wrap {
		display: block;
		position: relative;
		bottom: auto;
		left: auto;
		background-color: #f8f7f3;
		z-index: 1;
	}

	#tripla_wrap .search-widget-search-container-bf1818,
	#tripla_wrap .input-container-input-container-da40af,
	#tripla_wrap .input-container-title-db81ec {
		color: #333;
	}
}


/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
	width: 100%;
	min-width: 1260px;
	text-align: left;
	position: relative;
	font-size: 110%;
}

/* -----------------------------------------------------------
  #container
----------------------------------------------------------- */
#container {
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}

/* --main_title--*/
#container .main_title {
	text-align: center;
	padding: 30px 0;
}

#container .main_title img {
	width: 35px;
}

.sub_text {
	margin: 10px 0;
	line-height: 1.9em;
	text-align: center;
}


.com_bnr {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 3%;
	padding-bottom: 5vw;
}

.com_bnr.fbnr {
	margin-top: 5vw;
}

.com_bnr li {
	width: 48%;
	margin-top: 2%;
}

.com_bnr li img {
	width: 100%;
	height: auto;
}

.index .com_bnr.fbnr {
	display: none;
}


@media screen and (min-width: 768px) {
	.com_bnr {
		display: none;
	}
}

.fix_bnr {
	position: fixed;
	right: 10px;
	top: 265px;
	z-index: 100001;
}

.fix_bnr li {
	width: 100px;
}

.fix_bnr li img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.fix_bnr {
		display: none;
	}
}

.sns_fix {
	position: fixed;
	right: 0px;
	top: 150px;
	z-index: 10001;
}


.sns_fix ul {
	display: block;
}

.sns_fix li {
	position: absolute;
	right: -90px;
	margin-bottom: 5px;
	transition: .5s;
}

.sns_fix li:hover {
	right: 0px;
}

.sns_fix li img {
	width: 133px;
	height: 40px;
}

@media screen and (max-width:640px) {
	.sns_fix {
		display: none;
	}
}




/* -----------------------------------------------------------
  section
----------------------------------------------------------- */
.back_color {
	background-color: #f8f7f3;
	overflow: hidden;
}

.c-section {
	margin: 0 0 35px 0;
	overflow: hidden;
	padding: 15px 0;
}

.e-section {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 0;
}

/* --sub_title--*/
.sub_title {
	border-top: 1px solid black;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	height: 24px;
	max-width: 200px;
}

.sub_title span {
	position: relative;
	top: -13px;
	padding: 0 20px;
	background: white;
	font-size: 18px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* -----------------------------------------------------------
  下層メインビジュアル
----------------------------------------------------------- */
#stay_mainvisual {
	background: url(../images/stay/mainvisual.jpg) no-repeat center;
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	text-align: center;
	min-width: 768px;
}

#availability_mainvisual {
	background: url(../images/stay/mainvisual_2.jpg) no-repeat center;
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	text-align: center;
	min-width: 768px;
}

#restaurant_mainvisual {
	background: url(../images/restaurant/mainvisual.jpg) no-repeat center;
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	text-align: center;
	min-width: 768px;
}

#play_mainvisual {
	background: url(../images/play/mainvisual.jpg) no-repeat center;
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	text-align: center;
	min-width: 768px;
}

#spot_mainvisual {
	background: url(../images/spot/mainvisual.jpg) no-repeat center;
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	text-align: center;
	min-width: 768px;
}

#contact_mainvisual {
	background: url(../images/other/mainvisual_contact.jpg) no-repeat center;
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	text-align: center;
	min-width: 768px;
}

#news_mainvisual {
	background: url(../images/other/mainvisual_news.jpg) no-repeat center;
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	text-align: center;
	min-width: 768px;
}

#event_mainvisual {
	background: url(../images/other/mainvisual_event.jpg) no-repeat center;
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	text-align: center;
	min-width: 768px;
}

#este_mainvisual {
	background: url(../images/play/mainvisual_este.jpg) no-repeat center;
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	text-align: center;
	min-width: 768px;
}

#wedding_mainvisual {
	background: url(../images/restaurant/mainvisual_wedding.jpg) no-repeat center;
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	text-align: center;
	min-width: 768px;
}

#bbq_mainvisual {
	background: url(../images/restaurant/mainvisual_bbq.jpg) no-repeat center;
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	text-align: center;
	min-width: 768px;
}

/* -----------------------------------------------------------
  テストSTART
----------------------------------------------------------- */
#play_mainvisual_test {
	background: url(../images/play/mainvisual_test.jpg) no-repeat center;
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	text-align: center;
	min-width: 768px;
}

#bbq_mainvisual_test {
	background: url(../images/restaurant/mainvisual_test.jpg) no-repeat center;
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	text-align: center;
	min-width: 768px;
}

/* -----------------------------------------------------------
  テストEND
----------------------------------------------------------- */