@charset "utf-8";
.main_block {
	background-image: url(../images/main.jpg);
	height: 480px;
	position: relative;
}
.header_block {
	position: absolute;
	margin: 0 auto;
	top: 5px;
}
.flex_between, .dinning_block {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.flex_wrap {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex_center {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-box-pack: center;
	box-pack: center;
	-webkit-flex-pack: center;
	-moz-flex-pack: center;
	-ms-flex-pack: center;
	flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.flex_center_wrap {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-box-pack: center;
	box-pack: center;
	-webkit-flex-pack: center;
	-moz-flex-pack: center;
	-ms-flex-pack: center;
	flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex_right {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-box-pack: end;
	box-pack: end;
	-webkit-flex-pack: end;
	-moz-flex-pack: end;
	-ms-flex-pack: end;
	flex-pack: end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}
.flex_between_wrap, .banquet_block ul, .entrance_box, .omiyage_list ul, .other_block ul li:nth-child(even) {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex_reverse {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	-ms-box-direction: reverse;
	box-direction: reverse;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex_reverse_wrap {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	-ms-box-direction: reverse;
	box-direction: reverse;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex_reverse_between {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	-ms-box-direction: reverse;
	box-direction: reverse;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.flex_reverse_between_wrap, .morning, .other_block ul li:nth-child(odd) {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	-ms-box-direction: reverse;
	box-direction: reverse;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex_between_wrap_bottom {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-moz-box-align: end;
	-ms-box-align: end;
	box-align: end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.fade {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.cover_w {
	position: relative;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cover_h {
	position: relative;
	width: auto;
	height: 100%;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.glow {
	text-shadow: 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff;
}
.copy_area {
	background-image: url(../../facilities/images/img_copy.png);
	background-repeat: no-repeat;
	background-position: 7% 60px;
}
.copy_area .copy_ttl {
	padding-bottom: 30px;
}
.copy_area .copy_copy {
	padding-bottom: 170px;
}


.banquet_area {
	padding: 30px 23px;
	background-image: url(../../common/images/bg04.jpg);
}


.banquet_block {
	height: auto;
	margin: 0 auto;
}
.banquet_block ul li {
	margin: 16px 13px;
	width: 420px;
	height: auto;
}
.banquet_block ul li .img_box {
	line-height: 0em;
}
.banquet_block ul li .img_box img {
	width: 100%;
	height: auto;
}
.banquet_block ul li .txt_box {
	position: relative;
}
.banquet_block ul li .txt_box h4 {
	background-image: url(../../common/images/bg03.jpg);
	width: 150px;
	height: 23px;
	padding: 7px 0 0;
	position: absolute;
	top: -15px;
	left: 20px;
	text-align: center;
	font-size: 124%;
	line-height: 1em;
  color: #000;
}
.banquet_block ul li .txt_box p {
	color: #FFF;
	line-height: 1.4em;
	padding: 20px 0 0 20px;
}
.dinning_block {
	height: auto;
	margin: 20px auto 0;
	background-image: url(../../common/images/bg01.jpg);
	padding: 30px 0;
}
.dinning_block .txt_box {
	width: 296px;
	height: auto;
}
.dinning_block .txt_box h3 {
	background-image: url(../../common/images/bg03.jpg);
	font-family: Hannari;
	font-size: 262%;
	line-height: 1em;
	padding: 20px 0px 17px 30px;
  color: #000;
}
.dinning_block .txt_box h3 span {
	font-size: 14px;
	padding: 0 0 0 16px;
}
.dinning_block .txt_box p {
	font-size: 108%;
	line-height: 1.6em;
	padding: 20px 20px 0 30px;
	color: #FFF;
	text-align: justify;
}
.dinning_block .img_box {
	padding: 0 30px 0 0;
}
.dinning_block .img_box img {
	width: 100%;
	height: auto;
}


.souvenir_area {
	padding: 50px 0;
}


.souvenir_block {
	height: auto;
	margin: 0 auto;
	color: #FFF;
}
.souvenir_block p {
	line-height: 1.8em;
	font-size: 108%;
}
.entrance_box {
  padding: 15px 0 0;
}
.entrance_box .img_column {
	line-height: 0em;
  width: 480px;
}
.entrance_box .img_column img {
	width: 100%;
	height: auto;
}
.entrance_box .txt_column {
	width: 450px;
}
.entrance_box .txt_column h4 {
	font-size: 147%;
	line-height: 1.2em;
	padding: 10px 0 5px;
}
.entrance_box .txt_column img {
	width: 100%;
	height: auto;
}


.omiyage_list {
	padding: 15px 0 0;
}
.omiyage_list ul li {
	padding: 10px 0 0;
  width: 305px;
}
.omiyage_list ul li .img_box img {
  width: 100%;
  height: auto;
}


.morning {
	padding: 25px 0 0;
}
.morning .txt_box {
	width: 465px;
	padding: 0 0 15px;
}
.morning .txt_box:after {
	content: '';
	display: block;
	clear: both;
}
.morning .txt_box h4 {
	color: #FFF;
	background-image: url(../../common/images/bg05.jpg);
	font-size: 131%;
	padding: 10px;
	line-height: 1em;
	margin: 0 0 15px;
}
.morning .txt_box img {
	float: left;
	margin: 0 10px 0 0;
}
.morning .img_box img {
	width: 100%;
	height: auto;
}
.other_area {
	padding: 30px 30px;
	background-image: url(../../common/images/bg04.jpg);
}

.other_block {
	color: #FFF;
	height: auto;
	margin: 0 auto;
}
.other_block ul li:nth-child(odd) h3, .other_block ul li:nth-child(odd) ol, .other_block ul li:nth-child(odd) p {
	padding-left: 28px;
}
.other_block ul li {
	padding: 14px 0;
}
.other_block ul li .txt_box {
	width: 470px;
}
.other_block ul li .txt_box ol {
	padding-bottom: 14px;
}
.other_block ul li .txt_box ol li {
	display: block;
	font-size: 108%;
	line-height: 1.6em;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.other_block ul li .txt_box ol li::before {
	content: "●";
}
.other_block ul li .txt_box h3 {
	font-size: 200%;
	line-height: 1.2em;
	border-bottom: #CCC dotted 1px;
	padding-bottom: 5px;
	margin: 2px 0 5px;
}
.other_block ul li .txt_box p {
	font-size: 108%;
	line-height: 1.6em;
}
.other_block ul li .img_box {
	width: 420px;
}
.other_block ul li .img_box img {
	width: 100%;
	height: auto;
}

.ttl_box {
  text-align: center;
}
