@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : stay.css
 author     : Ability Consultant
 style info : 宿泊プラン一覧
=================================================================== */
.con_stay, .con_pager, .con_news, .con_news .main .con_pager, .con_news .main .con_pager_detail {
	max-width: 1140px;
	margin: auto;
}

@media only screen and (max-width: 1140px) {
	.con_stay, .con_pager, .con_news, .con_news .main .con_pager, .con_news .main .con_pager_detail {
		width: 95%;
	}
}

@media print {
	.con_stay, .con_pager, .con_news, .con_news .main .con_pager, .con_news .main .con_pager_detail {
		width: 95%;
	}
}

.ie8 .con_stay, .ie8 .con_pager, .ie8 .con_news, .ie8 .con_news .main .con_pager, .con_news .main .ie8 .con_pager, .ie8 .con_news .main .con_pager_detail, .con_news .main .ie8 .con_pager_detail {
	width: 95%;
}

.con_pager:after, .con_news:after, .con_news .main .con_pager:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	.con_stay
----------------------------------------------------------- */
.con_stay {
	overflow: hidden;
}

.con_stay .box_stay {
	float: left;
	width: 30.70175%;
	margin-top: 40px;
	margin-right: 3.94737%;
	padding-bottom: 10px;
	border-bottom: 1px solid #cfc6ad;
}

.con_stay .box_stay:nth-child(3n) {
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	.con_stay .box_stay {
		margin-top: 40px;
		margin-left: 0;
		width: 100%;
		float: none;
	}
	.con_stay .box_stay:first-child {
		margin-top: 0;
	}
}

.con_stay .box_stay a {
	display: block;
	text-decoration: none;
}

.con_stay .box_stay a:hover .title {
	text-decoration: underline;
}

.con_stay .box_stay .img {
	position: relative;
	overflow: hidden;
}

.con_stay .box_stay .img img {
	width: 100%;
}

.con_stay .box_stay .img .caption {
	display: block;
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 129%;
	padding: 0.3em 0.6em;
	width: 100%;
	line-height: 1.5;
}

@media only screen and (max-width: 1024px) {
	.con_stay .box_stay .img .caption {
		font-size: 100%;
	}
}

.con_stay .box_stay .img .caption:after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	background: rgba(67, 40, 27, 0.6);
	top: 0;
	right: 6%;
	width: 140%;
	height: 100%;
	-webkit-transform: skewX(45deg);
	-moz-transform: skewX(45deg);
	-ms-transform: skewX(45deg);
	-o-transform: skewX(45deg);
	transform: skewX(45deg);
}

.con_stay .box_stay .title {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-weight: normal;
	color: #43281b;
	font-size: 158%;
	margin-top: 10px;
	margin-bottom: 5px;
}

@media only screen and (max-width: 1024px) {
	.con_stay .box_stay .title {
		font-size: 129%;
	}
}

/* -----------------------------------------------------------
	.con_pager
----------------------------------------------------------- */
.con_pager {
	margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_pager {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_pager {
		margin-top: 40px;
	}
}

.con_pager ul {
	text-align: center;
}

.con_pager ul li {
	display: inline-block;
	border: 1px solid #ccc;
	vertical-align: top;
}

.con_pager ul li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #43281b;
	text-align: center;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.con_pager ul li a:hover, .con_pager ul li a.active {
	background: #43281b;
	color: #fff;
}

.con_pager ul li.prev i {
	margin-right: 0.5em;
}

.con_pager ul li.next i {
	margin-left: 0.5em;
}

.con_pager ul li.back i {
	margin-right: 0.5em;
}

.con_pager ul li.index i {
	margin-right: 0.5em;
}

/*以下、詳細ページのscss*/
/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
	margin-bottom: 60px;
	margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news {
		margin-top: 30px;
	}
}

.con_news .main {
	width: 70%;
	float: left;
}

@media only screen and (max-width: 1024px) {
	.con_news .main {
		width: 100%;
		float: none;
	}
}

.con_news .main .box_news {
	border-bottom: dotted 1px #333;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.con_news .main .box_news {
		padding: 30px 0 15px 0;
		margin-bottom: 0;
	}
	.con_news .main .box_news:first-child {
		padding: 0 0 15px 0;
	}
}

.con_news .main .box_news.fitted {
	cursor: pointer;
}

.con_news .main .box_news.fitted.hovered {
	background: #f0ede5;
}

@media only screen and (max-width: 767px) {
	.con_news .main .box_news.fitted.hovered {
		background: none;
	}
}

.con_news .main .box_news.fitted.hovered h4 a {
	text-decoration: none;
}

.con_news .main .box_news .img {
	width: 220px;
	max-height: 146px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}

@media only screen and (max-width: 767px) {
	.con_news .main .box_news .img {
		width: 100%;
		max-height: 212px;
		float: none;
		margin: 0 0 5px 0;
	}
	.con_news .main .box_news .img img {
		width: 100%;
	}
}

@media only screen and (min-width: 361px) and (max-width: 767px) {
	.con_news .main .box_news .img {
		width: 85%;
		max-height: none;
		overflow: hidden;
		float: none;
		margin: 0 auto 10px auto;
	}
}

.con_news .main .box_news .box_info {
	overflow: hidden;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.con_news .main .box_news .box_info {
		width: 100%;
		margin: 0 auto 10px;
	}
}

.con_news .main .box_news .box_info p {
	display: inline-block;
	vertical-align: middle;
}

.con_news .main .box_news .box_info .date {
	color: #333;
	margin-right: 10px;
	font-size: 108%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}

.con_news .main .box_news .box_info .cate {
	color: #fff;
	background: #43281b;
	padding: 2px 10px;
	min-width: 90px;
	text-align: center;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.con_news .main .box_news .box_info .cate {
		margin: 5px 0;
	}
}

.con_news .main .box_news h3 {
	overflow: hidden;
	margin: 0.5em 0;
	font-weight: normal;
	line-height: 1.5;
	font-size: 129%;
}

@media only screen and (max-width: 767px) {
	.con_news .main .box_news h3 {
		margin: 0 0 0.5em 0;
		font-size: 100%;
	}
}

.con_news .main .con_news_title {
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_title {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_title {
		margin-bottom: 20px;
	}
}

.con_news .main .con_news_title h2 {
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.4;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_title h2 {
		line-height: 1.3;
	}
}

.con_news .main .con_news_title h2 span.jp {
	color: #333333;
	font-size: 236%;
	display: inline-block;
	padding: 0 40px;
	position: relative;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_title h2 span.jp {
		font-size: 172%;
		padding: 0 30px;
	}
}

.con_news .main .con_news_title h2 span.jp:before, .con_news .main .con_news_title h2 span.jp:after {
	content: "";
	display: block;
	width: 23px;
	height: 4px;
	background: #333333;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-moz-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	-o-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_title h2 span.jp:before, .con_news .main .con_news_title h2 span.jp:after {
		width: 16px;
		height: 3px;
	}
}

.con_news .main .con_news_title h2 span.jp:before {
	left: 0;
}

.con_news .main .con_news_title h2 span.jp:after {
	right: 0;
}

.con_news .main .con_news_title h2 span.en {
	display: block;
	font-family: "Times New Roman", serif;
	font-size: 129%;
	font-style: italic;
	color: #666666;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_title h2 span.en {
		font-size: 115%;
	}
}

.con_news .main .con_news_title h2 span.en em {
	font-size: 134%;
	font-style: italic;
}

.con_news .main .con_news_title .box_news_title {
	overflow: hidden;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_title .box_news_title {
		width: 100%;
		margin: 0 auto 10px;
	}
}

.con_news .main .con_news_title .box_news_title p {
	display: inline-block;
	vertical-align: middle;
}

.con_news .main .con_news_title .box_news_title .date {
	margin-right: 10px;
	font-size: 108%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_title .box_news_title .date {
		display: block;
	}
}

.con_news .main .con_news_title .box_news_title .cate {
	color: #fff;
	background: #43281b;
	padding: 3px 10px;
	min-width: 90px;
	text-align: center;
	font-weight: normal;
	font-size: 108%;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_title .box_news_title .cate {
		margin: 0;
	}
}

.con_news .main .con_news_title h3 {
	font-size: 186%;
	font-weight: normal;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_title h3 {
		font-size: 129%;
	}
}

.con_news .main .con_news_slide {
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_slide {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_slide {
		margin-bottom: 40px;
	}
}

.con_news .main .con_news_slide .box_slide {
	overflow: hidden;
	position: relative;
}

.con_news .main .con_news_slide .box_slide .slick-slide img {
	transition: all 5s ease-in-out;
	width: 100%;
}

.con_news .main .con_news_slide .box_slide .slick-active img {
	transform: scale(1.1);
}

.con_news .main .con_news_slide .box_slide .slick-slide .txt_inn {
	transition: all 0.2s ease-in;
}

.con_news .main .con_news_slide .box_slide .slick-active .txt_inn {
	bottom: 0;
}

.con_news .main .slick-dots {
	border: 0;
	background: transparent;
	position: absolute;
	display: block;
	text-align: center;
	padding: 5px;
	outline: none;
	width: 100%;
	bottom: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .slick-dots {
		bottom: 5%;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .slick-dots {
		bottom: 0;
	}
}

.con_news .main .slick-dots li {
	height: 14px;
	width: 14px;
	margin: 10px;
	display: inline-block;
	outline: none !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}

.con_news .main .slick-dots li.slick-active {
	box-shadow: white 0px 0px 1px 3px;
	-webkit-box-shadow: white 0px 0px 1px 3px;
	-moz-box-shadow: white 0px 0px 1px 3px;
	background: transparent;
}

.con_news .main .slick-dots li button {
	color: transparent;
	padding: 0;
	border: 0;
	height: 14px;
	width: 14px;
	outline: none !important;
	cursor: pointer;
	background: transparent;
	display: block;
	position: relative;
}

.con_news .main .slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	outline: none !important;
}

.con_news .main .slick-dots li button:hover, .con_news .main .slick-dots li button:focus {
	outline: none !important;
}

.con_news .main .con_news_detail01 {
	margin-bottom: 25px;
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail01 {
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail01 {
		margin-bottom: 20px;
	}
}

.con_news .main .con_news_detail01 .st_l {
	font-weight: normal;
	text-align: left;
	line-height: 1.4;
	font-size: 215%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}

.con_news .main .con_news_detail01 .st_m {
	font-weight: normal;
	font-size: 172%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail01 .st_m {
		margin-bottom: 20px;
		font-size: 143%;
	}
}

.con_news .main .con_news_detail01 .st_m:before {
	content: "◆";
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
	font-size: 59%;
	color: #cccccc;
	margin-top: -3px;
}

.con_news .main .con_news_detail01 .st_s {
	font-weight: normal;
	font-size: 172%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	font-size: 129%;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail01 .st_s {
		margin-bottom: 20px;
		font-size: 143%;
	}
}

.con_news .main .con_news_detail01 .st_s:before {
	content: "◆";
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
	font-size: 59%;
	color: #cccccc;
	margin-top: -3px;
}

.con_news .main .con_news_detail {
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail {
		margin-bottom: 40px;
	}
}

.con_news .main .con_news_detail p {
	text-align: center;
}

.con_news .main .con_news_detail p img {
	text-align: center;
}

.con_news .main .con_news_detail .st {
	font-size: 158%;
	font-weight: normal;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	text-align: left;
	color: #a38434;
}

.con_news .main .con_news_detail .txt {
	margin-bottom: 20px;
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail .txt {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail .txt {
		margin-bottom: 15px;
	}
}

.con_news .main .con_news_detail .wrap_movie {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.con_news .main .con_news_detail .wrap_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.con_news .main .con_news_detail .txt_caption {
	padding-top: 10px;
	text-align: center;
}

.con_news .main .con_news_detail02 {
	margin-bottom: 60px;
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail02 {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail02 {
		margin-bottom: 40px;
	}
}

.con_news .main .con_news_detail02 .con_l {
	float: left;
	width: 48%;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail02 .con_l {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
}

.con_news .main .con_news_detail02 .con_l dd {
	margin-top: 5px;
}

.con_news .main .con_news_detail02 .con_r {
	float: right;
	width: 48%;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail02 .con_r {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
}

.con_news .main .con_news_detail02 .con_r dd {
	margin-top: 5px;
}

.con_news .main .con_news_detail03 {
	margin-bottom: 60px;
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail03 {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail03 {
		margin-bottom: 40px;
	}
}

.con_news .main .con_news_detail03 .con_l, .con_news .main .con_news_detail03 .con_c {
	float: left;
	width: 31%;
	margin-right: 3.5%;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail03 .con_l, .con_news .main .con_news_detail03 .con_c {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
}

.con_news .main .con_news_detail03 .con_l dd, .con_news .main .con_news_detail03 .con_c dd {
	margin-top: 5px;
}

.con_news .main .con_news_detail03 .con_r {
	float: right;
	width: 31%;
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail03 .con_r {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 0;
	}
}

.con_news .main .con_news_detail03 .con_r dd {
	margin-top: 5px;
}

.con_news .main .con_news_detail04 {
	margin-bottom: 60px;
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail04 {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail04 {
		margin-bottom: 40px;
	}
}

.con_news .main .con_news_detail04 .box_img {
	float: right;
	width: 56%;
	padding-left: 50px;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail04 .box_img {
		width: 100%;
		float: none;
		padding-left: 0;
	}
}

.con_news .main .con_news_detail04 .txt {
	margin-top: 35px;
	float: left;
	width: 44%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail04 .txt {
		margin-top: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail04 .txt {
		margin-top: 5px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail04 .txt {
		width: 100%;
		float: none;
	}
}

.con_news .main .con_news_detail05 {
	margin-bottom: 60px;
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail05 {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail05 {
		margin-bottom: 40px;
	}
}

.con_news .main .con_news_detail05 .box_img {
	float: left;
	width: 56%;
	padding-right: 50px;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail05 .box_img {
		float: none;
		width: 100%;
		padding-right: 0;
	}
}

.con_news .main .con_news_detail05 .txt {
	margin-top: 35px;
	float: left;
	width: 44%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail05 .txt {
		margin-top: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail05 .txt {
		margin-top: 5px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail05 .txt {
		width: 100%;
		float: none;
	}
}

.con_news .main .con_rsrv {
	margin-bottom: 60px;
	padding: 1em 1.5em;
	border: 1px solid #cccccc;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_rsrv {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_rsrv {
		margin-bottom: 40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_rsrv {
		padding: 1em 1.5em;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_rsrv {
		padding: 10px 15px;
	}
}

.con_news .main .con_rsrv .st {
	text-align: center;
	font-weight: normal;
	font-size: 172%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	margin-bottom: 10px;
}

.con_news .main .con_rsrv ul {
	overflow: hidden;
	margin-bottom: 10px;
}

.con_news .main .con_rsrv ul li {
	float: left;
	width: 33.333%;
	padding-right: 2%;
}

.con_news .main .con_rsrv ul li:last-child {
	padding-right: 0;
}

.con_news .main .con_rsrv ul li:nth-child(2) a {
	background: #43281b;
}

.con_news .main .con_rsrv ul li:nth-child(2) a:hover {
	background: #2b170d;
}

.con_news .main .con_rsrv ul li a {
	padding: 1em 30px 1em 25px;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_rsrv ul li {
		float: none;
		width: 100%;
		margin: 0 0 2px 0;
	}
	.con_news .main .con_rsrv ul li:last-child {
		margin-bottom: 0;
	}
}

.con_news .main .con_contact {
	margin-bottom: 60px;
	padding: 2em;
	background: #f5f3ed;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_contact {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_contact {
		margin-bottom: 40px;
	}
}

.con_news .main .con_contact .row_tbl {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.con_news .main .con_contact .cell {
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_contact .cell {
		display: block;
	}
}

.con_news .main .con_contact .cell_title {
	width: 45%;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_contact .cell_title {
		width: 100%;
	}
}

.con_news .main .con_contact .cell_title .st {
	font-weight: normal;
	font-size: 165%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}

.con_news .main .con_contact .cell_tel > * {
	display: inline-block;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_contact .cell_tel > * {
		display: block;
	}
}

.con_news .main .con_contact .cell_tel .telephone {
	font-family: "Crimson Text", serif;
	font-size: 286%;
	line-height: 1;
	width: 100%;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_contact .cell_tel .telephone {
		margin: 0;
	}
}

.con_news .main .con_contact .cell_tel .telephone a {
	text-decoration: none;
	color: #fff;
}

.con_news .main .con_contact .cell_tel .telephone .ic_tel {
	font-size: 75%;
}

.con_news .main .con_contact .cell_tel .txt_att {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.con_news .main .con_contact .cell_tel .btn_basic {
	display: block;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_contact .cell_tel .btn_basic a {
		min-width: auto;
		width: 100%;
	}
}

.con_news .main .con_cancel {
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_cancel {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_cancel {
		margin-bottom: 40px;
	}
}

.con_news .main .con_cancel .st {
	font-weight: normal;
	font-size: 129%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	margin-bottom: 5px;
}

.con_news .main .con_cancel .tbl_primary_fix {
	margin-bottom: 3px;
}

.con_news .main .con_cancel .tbl_primary_fix td {
	text-align: center;
}

.con_news .main .con_cancel .txt_att {
	padding-left: 1em;
	text-indent: -1em;
}

.con_news .main .btn_detail, .con_news .main .btn_pdf {
	text-align: center;
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .btn_detail, .con_news .main .btn_pdf {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .btn_detail, .con_news .main .btn_pdf {
		margin-bottom: 40px;
	}
}

.con_news .main .btn_detail a, .con_news .main .btn_pdf a {
	display: inline-block;
	padding: 0.4em 30px;
	color: #fff !important;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	position: relative;
	font-size: 122%;
	text-align: center;
	min-width: 285px;
	text-decoration: none !important;
	border: 1px solid #ccc;
	color: #333333 !important;
}

@media only screen and (max-width: 767px) {
	.con_news .main .btn_detail a, .con_news .main .btn_pdf a {
		font-size: 108%;
		padding-top: 0.6em;
		padding-bottom: 0.6em;
	}
}

.con_news .main .btn_detail a:after, .con_news .main .btn_pdf a:after {
	content: "\f101";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 15px;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.con_news .main .btn_detail a:hover, .con_news .main .btn_pdf a:hover {
	background: #470c0c;
}

.con_news .main .btn_detail a:hover:after, .con_news .main .btn_pdf a:hover:after {
	right: 8px;
}

.con_news .main .btn_detail a:hover, .con_news .main .btn_pdf a:hover {
	background: #bfbfbf;
}

@media only screen and (max-width: 767px) {
	.con_news .main .btn_detail a, .con_news .main .btn_pdf a {
		min-width: auto;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_pager {
		margin-top: 40px;
	}
}

.con_news .main .con_pager ul {
	text-align: center;
}

.con_news .main .con_pager ul li {
	display: inline-block;
	border: 1px solid #ccc;
	vertical-align: top;
}

.con_news .main .con_pager ul li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #43281b;
	text-align: center;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.con_news .main .con_pager ul li a:hover, .con_news .main .con_pager ul li a.active {
	background: #43281b;
	color: #fff;
}

.con_news .main .con_pager ul li.prev i {
	margin-right: 0.5em;
}

.con_news .main .con_pager ul li.next i {
	margin-left: 0.5em;
}

.con_news .main .con_pager ul li.back i {
	margin-right: 0.5em;
}

.con_news .main .con_pager ul li.index i {
	margin-right: 0.5em;
}

.con_news .main .con_pager_detail {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	display: table;
	width: 100%;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_pager_detail {
		margin: 0 auto 15px;
	}
}

.con_news .main .con_pager_detail .box_prev {
	border-right: 1px solid #dddddd;
	width: 50%;
	display: table-cell;
}

.con_news .main .con_pager_detail .box_prev:before {
	position: absolute;
	font-family: 'FontAwesome';
	top: 30%;
	content: "\f104";
	left: 0;
	opacity: .5;
	font-size: 1.3em;
}

@media only screen and (min-width: 1025px) {
	.con_news .main .con_pager_detail .box_prev:before {
		top: 20%;
	}
}

@media print {
	.con_news .main .con_pager_detail .box_prev:before {
		top: 20%;
	}
}

.ie8 .con_news .main .con_pager_detail .box_prev:before {
	top: 20%;
}

.con_news .main .con_pager_detail .box_prev:hover {
	background: #43281b;
	color: #fff;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.con_news .main .con_pager_detail .box_prev:hover a {
	color: #fff;
}

.con_news .main .con_pager_detail .box_prev a {
	padding-left: 20px;
	display: block;
	padding: 15px;
	text-decoration: none;
	font-size: .9em;
}

.con_news .main .con_pager_detail .box_next {
	width: 50%;
	display: table-cell;
	text-align: right;
}

.con_news .main .con_pager_detail .box_next:after {
	position: absolute;
	font-family: 'FontAwesome';
	top: 30%;
	content: "\f105";
	right: 0;
	opacity: .5;
	font-size: 1.3em;
}

@media only screen and (min-width: 1025px) {
	.con_news .main .con_pager_detail .box_next:after {
		top: 20%;
	}
}

@media print {
	.con_news .main .con_pager_detail .box_next:after {
		top: 20%;
	}
}

.ie8 .con_news .main .con_pager_detail .box_next:after {
	top: 20%;
}

.con_news .main .con_pager_detail .box_next:hover {
	background: #43281b;
	color: #fff;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.con_news .main .con_pager_detail .box_next:hover a {
	color: #fff;
}

.con_news .main .con_pager_detail .box_next a {
	padding-left: 20px;
	display: block;
	padding: 15px;
	text-decoration: none;
	font-size: .9em;
}

.con_news .side {
	width: 26%;
	float: right;
}

@media only screen and (max-width: 1024px) {
	.con_news .side {
		width: 100%;
		float: none;
		margin-top: 3em;
	}
}

.con_news .side .con_widget {
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .side .con_widget {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .side .con_widget {
		margin-bottom: 40px;
	}
}

.con_news .side .con_widget .st_mid {
	margin-bottom: 10px;
}

.con_news .side .con_widget .btn_rsrv {
	margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .side .con_widget .btn_rsrv {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .side .con_widget .btn_rsrv {
		margin-bottom: 10px;
	}
}

.con_news .side .con_widget .btn_rsrv li {
	display: block;
}

.con_news .side .con_widget .btn_rsrv li .acc {
	display: none;
}

.con_news .side .con_widget .btn_rsrv li ul li a {
	padding: 15px 15px 15px 30px;
	background: #fbf9f5;
}

.con_news .side .con_widget .btn_rsrv li ul li a:after {
	left: 15px;
}

.con_news .side .con_widget .btn_rsrv li a {
	position: relative;
	display: block;
	outline: none;
	text-decoration: none;
	padding: 15px 20px 15px 0;
	border-bottom: dotted 1px #333333;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.con_news .side .con_widget .btn_rsrv li a:hover {
	background: #f0ede5;
}

.con_news .side .con_widget .btn_rsrv li a i {
	margin-right: 10px;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.con_news .side .con_widget .box_otherplan {
	margin-bottom: 20px;
}

.con_news .side .con_widget .box_otherplan .box_wrp {
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	border-bottom: dotted 1px #333333;
}

.con_news .side .con_widget .box_otherplan .box_wrp .img {
	float: left;
	width: 35%;
}

.con_news .side .con_widget .box_otherplan .box_wrp .txt {
	float: left;
	width: 65%;
	padding-left: 10px;
	font-size: 115%;
}

.con_news .side .con_widget .box_otherplan a {
	display: block;
}

.con_news .side .con_widget .box_otherplan a:hover .box_wrp .txt {
	text-decoration: underline;
}

.con_news .side .btn_index {
	text-align: center;
}

.con_news .side .btn_index a {
	display: inline-block;
	padding: 0.4em 30px;
	color: #fff !important;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	position: relative;
	font-size: 122%;
	text-align: center;
	min-width: 285px;
	text-decoration: none !important;
	border: 1px solid #ccc;
	color: #333333 !important;
}

@media only screen and (max-width: 767px) {
	.con_news .side .btn_index a {
		font-size: 108%;
		padding-top: 0.6em;
		padding-bottom: 0.6em;
	}
}

.con_news .side .btn_index a:after {
	content: "\f101";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 15px;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.con_news .side .btn_index a:hover {
	background: #470c0c;
}

.con_news .side .btn_index a:hover:after {
	right: 8px;
}

.con_news .side .btn_index a:hover {
	background: #bfbfbf;
}

@media only screen and (max-width: 767px) {
	.con_news .side .btn_index a {
		min-width: auto;
		width: 100%;
	}
}

/*# sourceMappingURL=../maps/stay.css.map */
