@charset "UTF-8";
/*@import "./node_modules/compass-mixins/lib/_compass.scss";*/
/* Font-family - Japanese */
/* Font-family - English */
/*@mixin over {
	.mouse & {
		@include transition(opacity 0.3s ease-in);
	}
	@include hover {
		@include opacity(0.7);
	}
}*/
.slider {
	opacity: 0;
	transition: opacity 1s linear;
}

.slider.slick-initialized {
	opacity: 1;
}

@media only screen and (max-width: 767px) {
  .box_bn_min{
	  display:flex;
	  padding:0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .box_bn_min img{
	  width:100%;
  }
}

@media only screen and (max-width: 1024px) {
	.box_bn_min{
		display:flex;
	}
}

.box_change {
	text-align: center;
	margin: 2% auto;
	position: relative;
	font-size: 123%;
}

.box_change .st_txt {
	font-size: 1em;
	margin: 0 0 5px;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	.box_change {
		width: 95%;
		font-size: 89%;
		margin: 5% auto 0%;
	}
}

body {
	letter-spacing: 1px;
}

.container {
	max-width: 1240px;
}

h2, h3, h4 {
	letter-spacing: 2px;
}

.box_btn .btn {
	display: block;
	color: #fff;
	background: #000;
	padding: 1em;
	position: relative;
	width: 300px;
	text-align: center;
	font-size: 100%;
}

@media only screen and (max-width: 991px) {
	.box_btn .btn {
		padding: .6em !important;
	}
}

@media only screen and (max-width: 767px) {
	.box_btn .btn {
		font-size: 14px;
		padding: .8em 1em;
	}
}

.box_btn .btn::after {
	content: '\f105';
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	font-size: 20px;
}

@media only screen and (max-width: 767px) {
	.box_btn .btn::after {
		font-size: 100%;
	}
}

@media only screen and (max-width: 1400px) {
	.con_main {
		padding-top: 10.5%;
	}
}

@media only screen and (max-width: 1024px) {
	.con_main {
		padding-top: 0;
	}
}

.con_main .slider {
	padding-left: 3em;
}

@media only screen and (max-width: 767px) {
	.con_main .slider {
		padding-left: 0;
	}
}

.con_main .container {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.con_main .slick-arrow {
	background: #2d1108;
	bottom: 38px;
	top: auto;
	z-index: 1;
	width: 40px;
	height: 40px;
}

@media only screen and (max-width: 767px) {
	.con_main .slick-arrow {
		width: 24px;
		height: 24px;
		bottom: 50%;
		transform: translateY(50%);
	}
}

.con_main .slick-arrow::before {
	font-size: 25px;
}

@media only screen and (max-width: 767px) {
	.con_main .slick-arrow::before {
		font-size: 20px;
	}
}

.con_main .slick-prev {
	transform: translate(-100%, 0);
	margin-right: 1px;
}

@media only screen and (max-width: 767px) {
	.con_main .slick-prev {
		margin-right: 0;
		right: auto !important;
		left: 0 !important;
		transform: translateX(0);
	}
}

.con_main .slick-prev::before {
	content: '\f104';
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	left: 35%;
	line-height: 0;
}

.con_main .slick-next {
	transform: translate(0, 0);
}

@media only screen and (max-width: 767px) {
	.con_main .slick-next {
		right: 0 !important;
	}
}

.con_main .slick-next::before {
	content: '\f105';
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	left: 40%;
	line-height: 0;
}

.con_main .img img {
	width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1240px) {
	.con_main .img img {
		width: auto;
	}
}

@media only screen and (max-width: 767px) {
	.con_main .img img {
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

.con_intro {
	position: relative;
}

.con_intro .wrap {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	transform: translateY(-100%);
	margin-top: 3.2em;
}

.con_intro h2 {
	font-size: 18px;
	color: #fff;
	background: #2d1108;
	width: 30%;
	padding: .25em 2em;
	font-weight: normal;
	letter-spacing: 2px;
}

@media only screen and (max-width: 1610px) {
	.con_intro h2 {
		width: 36%;
	}
}

@media only screen and (max-width: 1230px) {
	.con_intro h2 {
		width: 40%;
	}
}

@media only screen and (max-width: 1150px) {
	.con_intro h2 {
		width: 45%;
	}
}

@media only screen and (max-width: 991px) {
	.con_intro h2 {
		width: 60%;
	}
}

.con_intro h2 .txt_small {
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	.con_intro h2 .txt_small {
		font-size: 11px;
	}
}

.con_intro h2 .txt_yellow {
	color: #a0784b;
}

@media only screen and (max-width: 767px) {
	.con_intro h2 {
		width: 86%;
		font-size: 14px;
	}
}

.con_intro .txt_intro {
	font-size: 33px;
	font-weight: bold;
	padding: .5em .5em 2.5em;
	line-height: 1.4;
	width: 30%;
	background: #fff;
	letter-spacing: 2px;
}

@media only screen and (max-width: 1610px) {
	.con_intro .txt_intro {
		width: 36%;
	}
}

@media only screen and (max-width: 1366px) {
	.con_intro .txt_intro {
		font-size: 30px;
	}
}

@media only screen and (max-width: 1230px) {
	.con_intro .txt_intro {
		width: 40%;
	}
}

@media only screen and (max-width: 1150px) {
	.con_intro .txt_intro {
		width: 45%;
	}
}

@media only screen and (max-width: 991px) {
	.con_intro .txt_intro {
		width: 60%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .txt_intro {
		width: 86%;
		font-size: 18px;
	}
}

.con_intro .container {
	display: flex;
	align-items: center;
	width: 100%;
	background: #fff;
	padding: 1.8em 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

@media only screen and (max-width: 1250px) {
	.con_intro .container {
		width: 95%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .container {
		position: relative;
		padding: 1em 0 2em;
		margin-bottom: 10px;
		width: 100%;
	}
}

.con_intro .container::before {
	content: '';
	width: 2px;
	height: 21px;
	background: #a0784b;
	display: inline-block;
	margin-right: .8em;
}

@media only screen and (max-width: 767px) {
	.con_intro .container::before {
		margin-right: .4em;
		height: 15px;
	}
}

.con_intro .container .txt {
	font-family: "Oswald", sans-serif;
	font-size: 100%;
	border-bottom: 1px solid;
	padding: 0 .5em;
}

@media only screen and (max-width: 767px) {
	.con_intro .container .txt {
		font-size: 13px;
	}
}

.con_intro .container span {
	font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium";
	margin-left: 1.5em;
}

@media only screen and (max-width: 767px) {
	.con_intro .container span {
		margin-left: .8em;
	}
}

.con_search {
	background: url(../images/home/bg_search.jpg) top left no-repeat;
	padding: 7.2em 0 4.8em;
}

@media only screen and (max-width: 1024px) {
	.con_search {
		background-size: 100% 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_search {
		padding: 0;
		margin-top: 2.5em;
	}
	.con_search .container {
		width: 100%;
	}
}

.con_search .wrp_search {
	display: flex;
	align-items: center;
	background: #f5f5f5;
	padding: 2.8em 2em;
	position: relative;
}

@media only screen and (max-width: 1150px) {
	.con_search .wrp_search {
		padding: 2.8em 1.5em;
	}
}

@media only screen and (max-width: 1024px) {
	.con_search .wrp_search {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 767px) {
	.con_search .wrp_search {
		background: #fff;
		padding: 0 2.5%;
	}
}

.con_search .wrp_search::before, .con_search .wrp_search::after {
	position: absolute;
	background: #2d1108;
}

.con_search .wrp_search::before {
	content: '';
	width: 100%;
	height: 10px;
	left: 10px;
	bottom: -10px;
}

@media only screen and (max-width: 767px) {
	.con_search .wrp_search::before {
		display: none;
	}
}

.con_search .wrp_search::after {
	content: '';
	width: 10px;
	height: 100%;
	top: 10px;
	right: -10px;
}

@media only screen and (max-width: 767px) {
	.con_search .wrp_search::after {
		display: none;
	}
}

.con_search form, .con_search .box {
	display: flex;
	padding-right: .8em;
}

@media only screen and (max-width: 1150px) {
	.con_search form, .con_search .box {
		padding-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_search form, .con_search .box {
		display: block;
	}
}

.con_search form {
	padding-bottom: .8em;
	border-bottom: 1px solid #c5c5c5;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.con_search form {
		padding-bottom: 0;
		border: 0;
		order: 2;
	}
}

.con_search .box {
	margin-top: .8em;
	align-items: center;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.con_search .box {
		margin-top: 0;
		width: 100%;
	}
}

.con_search .box_btnl {
	display: flex;
	justify-content: space-around;
}

@media only screen and (max-width: 767px) {
	.con_search .box_btnl p {
		width: 50%;
		font-size: 75%;
	}
}

.con_search .box_btnl .btn_n {
	max-width: 200px;
	margin-left: 30px;
}

@media only screen and (max-width: 767px) {
	.con_search .box_btnl .btn_n {
		max-width: 100%;
		margin: 0 auto;
	}
}

.con_search .box_left {
	max-width: 30%;
	text-align: center;
	padding-right: 2em;
}

@media only screen and (max-width: 1024px) {
	.con_search .box_left {
		width: 100%;
		margin-bottom: 3em;
	}
}

.con_search .box_left h3 {
	font-size: 28px;
}

.con_search .box_left h4 {
	font-size: 18px;
	font-weight: normal;
	color: #a0784b;
	background: url(../images/home/bg_border.png) bottom center repeat-x;
	margin-top: 1.2em;
	display: inline-block;
}

@media only screen and (max-width: 1150px) {
	.con_search .box_left h4 {
		font-size: 17px;
		margin-top: 1em;
	}
}

.con_search .box_left h4::before {
	content: url(../images/home/ic_bestrate.png);
	margin-right: .5em;
}

.con_search .box_left h4 span {
	font-size: 100%;
}

@media only screen and (max-width: 1024px) {
	.con_search .box_right {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_search .box_right {
		display: flex;
		width: 100%;
	}
}

.con_search .box_right .box_st {
	font-size: 100%;
}

.con_search .box_right .datepicker,
.con_search .box_right select {
	font-family: "Oswald", sans-serif;
	font-size: 40px;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	border-bottom: 1px solid;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	padding-top: .6em;
	padding-left: .5em;
	line-height: 1.25;
}

@media only screen and (max-width: 1250px) {
	.con_search .box_right .datepicker,
	.con_search .box_right select {
		font-size: 36px;
		padding-left: .25em;
	}
}

@media only screen and (max-width: 1150px) {
	.con_search .box_right .datepicker,
	.con_search .box_right select {
		font-size: 32px;
		padding-top: .8em;
	}
}

.con_search .box_right select option {
	font-size: 20px;
}

.con_search .box_right .box_parts {
	width: 11%;
	position: relative;
	margin-right: 3%;
}

.con_search .box_right .box_parts.box_per {
	width: 14%;
}

.con_search .box_right .box_parts span {
	font-size: 18px;
	padding-left: 2.2em;
}

@media only screen and (max-width: 1250px) {
	.con_search .box_right .box_parts span {
		padding-left: 1.5em;
	}
}

@media only screen and (max-width: 1150px) {
	.con_search .box_right .box_parts span {
		font-size: 100%;
	}
}

.con_search .box_right .box_parts::after {
	content: '\f107';
	font-family: FontAwesome;
	position: absolute;
	right: .25em;
	bottom: 0;
	color: #a0784b;
	font-size: 20px;
}

.con_search .box_right .box_day {
	width: 29%;
}

.con_search .box_right .btn_submit {
	width: 26%;
}

@media only screen and (max-width: 767px) {
	.con_search .box_right .btn_submit {
		width: 100%;
	}
}

.con_search .box_right .btn_submit .btn_r {
	max-width: 200px;
}

.con_search .box_right .btn_submit a {
	display: block;
	color: #fff;
	background: #8a0303;
	padding: 1.45em;
	position: relative;
	font-size: 17px;
	text-align: center;
}

@media only screen and (max-width: 1250px) {
	.con_search .box_right .btn_submit a {
		padding: 1.25em;
	}
}

@media only screen and (max-width: 1150px) {
	.con_search .box_right .btn_submit a {
		font-size: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_search .box_right .btn_submit a {
		font-size: 14px;
		padding: .7em;
		right: .5em;
	}
}

.con_search .box_right .btn_submit a::after {
	content: '\f105';
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	font-size: 20px;
}

@media only screen and (max-width: 1150px) {
	.con_search .box_right .btn_submit a::after {
		right: .8em;
	}
}

@media only screen and (max-width: 767px) {
	.con_search .box_right .btn_submit a::after {
		font-size: 100%;
	}
}

.con_search .box_right .box_sel {
	margin-top: 1.3em;
}

@media only screen and (max-width: 1250px) {
	.con_search .box_right .box_sel {
		margin-top: 1em;
	}
}

.con_search .box_right .txt_tel {
	font-size: 18px;
	font-family: "Oswald", sans-serif;
}

.con_search .box_right .txt_tel .tel {
	font-size: 30px;
}

@media only screen and (max-width: 1250px) {
	.con_search .box_right .txt_tel .tel {
		font-size: 25px;
	}
}

@media only screen and (max-width: 1150px) {
	.con_search .box_right .txt_tel .tel {
		font-size: 23px;
	}
}

.con_search .box_right ul {
	display: flex;
}

.con_search .box_right ul li {
	margin-left: 1.5em;
}

@media only screen and (max-width: 1250px) {
	.con_search .box_right ul li {
		margin-left: 1em;
	}
}

@media only screen and (max-width: 1150px) {
	.con_search .box_right ul li {
		margin-left: .7em;
	}
}

.con_search .box_right ul a {
	font-size: 14px;
}

@media only screen and (max-width: 1150px) {
	.con_search .box_right ul a {
		font-size: 13px;
	}
}

.con_search .box_right ul a::after {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 20px;
	margin-left: .25em;
}

@media only screen and (max-width: 1150px) {
	.con_search .box_right ul a::after {
		font-size: 17px;
	}
}

.con_search .box_right .box_btn {
	position: absolute;
	top: 0;
	right: .8em;
}

@media only screen and (max-width: 1150px) {
	.con_search .box_right .box_btn {
		right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_search .box_right .box_btn {
		position: relative;
		margin-right: 1em;
	}
}

.con_search .box_right .box_btn a {
	display: block;
	padding: 1em;
	position: relative;
	font-size: 100%;
	text-align: center;
	border: 1px solid;
}

@media only screen and (max-width: 767px) {
	.con_search .box_right .box_btn a {
		width: 100% !important;
	}
}

@media only screen and (max-width: 1150px) {
	.con_search .box_right .box_btn a {
		font-size: 14px;
		padding-right: 2em;
	}
}

@media only screen and (max-width: 767px) {
	.con_search .box_right .box_btn a {
		font-size: 12px;
		padding: .85em 1.5em .85em .5em;
	}
}

.con_search .box_right .box_btn a::after {
	content: '\f105';
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	font-size: 20px;
}

@media only screen and (max-width: 1150px) {
	.con_search .box_right .box_btn a::after {
		right: .8em;
	}
}

@media only screen and (max-width: 767px) {
	.con_search .box_right .box_btn a::after {
		font-size: 100%;
		right: .5em;
	}
}

.con_location h2 {
	font-size: 35px;
	text-align: center;
	padding: 2.5em 0;
	position: relative;
}

@media only screen and (min-width: 1025px) {
	.con_location h2::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 150px;
		height: 100%;
		background: #322926;
	}
}

@media only screen and (max-width: 1366px) {
	.con_location h2::after {
		width: 120px;
	}
}

@media only screen and (max-width: 1024px) {
	.con_location h2 {
		font-size: 32px;
	}
}

@media only screen and (max-width: 767px) {
	.con_location h2 {
		font-size: 20px;
		padding: 2em 0 1em;
	}
}

.con_location h2 span {
	font-size: 45px;
	color: #a0784b;
}

@media only screen and (max-width: 767px) {
	.con_location h2 span {
		font-size: 123%;
	}
}

.con_location h3 {
	font-size: 123%;
}

@media only screen and (max-width: 1366px) {
	.con_location h3 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1024px) {
	.con_location h3 {
		font-size: 123%;
	}
}

@media only screen and (max-width: 991px) {
	.con_location h3 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_location h3 {
		font-size: 100%;
	}
}

.con_location .box_location {
	display: flex;
	flex-wrap: wrap;
	background: #322926;
}

@media only screen and (max-width: 767px) {
	.con_location .box_location {
		background: #fff;
	}
}

.con_location .box_location .box_lo {
	background: #fff;
	width: 50%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.con_location .box_location .box_lo .img_map img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 1199px) {
	.con_location .box_location .box_lo {
		width: 100%;
		flex-wrap: nowrap;
	}
	.con_location .box_location .box_lo img {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.con_location .box_location .box_lo {
		padding: 1.5em 2.5% .8em;
		flex-wrap: wrap;
	}
}

.con_location .box_location .box_lo .no_txt {
	width: 100%;
	overflow: hidden;
}

.con_location .box_location .box_lo .no_txt img {
	height: 100%;
}

@media only screen and (max-width: 767px) {
	.con_location .box_location .bg_l {
		order: 2;
		background: url(../images/home/bg_location.jpg) top center repeat;
		background-size: auto 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_location .box_location .bg_l {
		order: 3;
	}
}

@media only screen and (min-width: 1200px) {
	.con_location .box_location .bg_l {
		margin-right: 1.5%;
		width: 48.5%;
	}
}

@media print {
	.con_location .box_location .bg_l {
		margin-right: 1.5%;
		width: 48.5%;
	}
}

.con_location .box_location .bg_r {
	background: url(../images/home/bg_location.jpg) top left repeat;
	background-size: auto 100%;
}

@media only screen and (max-width: 767px) {
	.con_location .box_location .bg_r {
		flex-wrap: wrap-reverse;
		order: 4;
		background: #fff;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_location .box_location .bg_r {
		order: 2;
	}
}

@media only screen and (min-width: 1200px) {
	.con_location .box_location .bg_r {
		margin-left: 1.5%;
		width: 48.5%;
	}
}

@media print {
	.con_location .box_location .bg_r {
		margin-left: 1.5%;
		width: 48.5%;
	}
}

.con_location .box_location .bg_c {
	background: url(../images/home/bg_location.jpg) top center repeat;
	background-size: auto 100%;
}

@media only screen and (max-width: 767px) {
	.con_location .box_location .bg_c {
		flex-wrap: wrap-reverse;
		order: 2;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_location .box_location .bg_c {
		order: 4;
	}
}

.con_location .box_location .box_txt {
	width: 50%;
	padding: 2em 2em 0;
	height: 100%;
}

@media only screen and (max-width: 767px) {
	.con_location .box_location .box_txt {
		width: 100%;
		padding: 0;
		height: auto;
	}
}

.con_location .box_location .box_txt .box_btn .btn_b {
	width: auto;
	max-width: 330px;
}

@media only screen and (max-width: 767px) {
	.con_location .box_location .box_txt .box_btn .btn_b {
		max-width: 100%;
		padding: 1.5%;
	}
}

.con_location .box_location .box_txt .txt {
	margin: .8em 0 1.2em;
}

@media only screen and (max-width: 767px) {
	.con_location .box_location .img_noback {
		margin-bottom: 20px;
	}
}

.con_location .box_location .img {
	width: 50%;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.con_location .box_location .img {
		width: 100%;
	}
}

.con_recommend {
	text-align: center;
}

.con_recommend .box_head {
	padding: 7em 0 5.5em;
	position: relative;
}

@media only screen and (min-width: 1025px) {
	.con_recommend .box_head::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 150px;
		height: 100%;
		background: #322926;
	}
}

@media only screen and (max-width: 1366px) {
	.con_recommend .box_head::before {
		width: 120px;
	}
}

@media only screen and (max-width: 767px) {
	.con_recommend .box_head {
		padding: 3.2em 0 2em;
	}
}

.con_recommend h2 {
	font-size: 42px;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.con_recommend h2 {
		font-size: 38px;
	}
}

@media only screen and (max-width: 767px) {
	.con_recommend h2 {
		font-size: 24px;
	}
}

.con_recommend .txt_bestrate {
	font-size: 19px;
	font-weight: normal;
	color: #a0784b;
	background: url(../images/home/bg_border02.png) bottom center no-repeat;
	margin-top: .3em;
	text-align: center;
	display: inline-block;
	padding: 0 .5em;
}

@media only screen and (max-width: 767px) {
	.con_recommend .txt_bestrate {
		font-size: 100%;
	}
}

.con_recommend .txt_bestrate::before {
	content: url(../images/home/ic_bestrate.png);
	margin-right: .5em;
}

.con_recommend h3 {
	font-size: 30px;
	background: url(../images/home/bg_border03.png) top left no-repeat;
	padding-top: .3em;
	margin-bottom: .6em;
}

@media only screen and (max-width: 1024px) {
	.con_recommend h3 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 767px) {
	.con_recommend h3 {
		font-size: 18px;
	}
}

.con_recommend .box_recommend {
	text-align: left;
	background: url(../images/home/bg_recommend.jpg) top left no-repeat;
	padding: 3.5em 0 5em;
}

@media only screen and (max-width: 767px) {
	.con_recommend .box_recommend {
		padding: 2em 0 0;
		background-repeat: repeat;
	}
}

.con_recommend .box_recommend .container {
	display: flex;
	flex-wrap: wrap;
}

.con_recommend .box_recommend h4 {
	font-size: 18px;
	background: url(../images/home/bg_border.png) bottom left repeat-x;
	padding: 0 .25em;
	margin: 1.2em 0 .5em;
}

@media only screen and (max-width: 767px) {
	.con_recommend .box_recommend h4 {
		font-size: 14px;
	}
}

.con_recommend .box_recommend .box {
	position: relative;
	background: #fff;
	padding: 1.25em 1em 2.5em;
}

@media only screen and (max-width: 767px) {
	.con_recommend .box_recommend .box {
		padding: .8em;
	}
}

.con_recommend .box_recommend .box::before, .con_recommend .box_recommend .box::after {
	position: absolute;
	background: #000;
}

@media only screen and (max-width: 767px) {
	.con_recommend .box_recommend .box::before, .con_recommend .box_recommend .box::after {
		display: none;
	}
}

.con_recommend .box_recommend .box::before {
	content: '';
	width: 100%;
	height: 10px;
	left: 10px;
	bottom: -10px;
}

.con_recommend .box_recommend .box::after {
	content: '';
	width: 10px;
	height: 100%;
	top: 10px;
	right: -10px;
}

.con_recommend .box_recommend .box .txt {
	font-size: 100%;
}

@media only screen and (max-width: 767px) {
	.con_recommend .box_recommend .box .txt {
		font-size: 13px;
	}
}

.con_recommend .box_recommend .box img {
	width: 100%;
}

.con_recommend .box_recommend .txt_price {
	font-size: 100%;
	text-align: right;
	margin-top: 1.8em;
}

@media only screen and (max-width: 1024px) {
	.con_recommend .box_recommend .txt_price {
		margin-top: 1.2em;
	}
}

@media only screen and (max-width: 767px) {
	.con_recommend .box_recommend .txt_price {
		font-size: 12px;
		margin-top: .8em;
	}
}

.con_recommend .box_recommend .txt_price span {
	font-size: 25px;
}

@media only screen and (max-width: 1024px) {
	.con_recommend .box_recommend .txt_price span {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_recommend .box_recommend .txt_price span {
		font-size: 100%;
	}
}

.con_recommend .box_recommend .box_txt .txt {
	font-size: 17px;
	font-weight: bold;
	padding-left: 1.1em;
}

@media only screen and (max-width: 1024px) {
	.con_recommend .box_recommend .box_txt .txt {
		font-size: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_recommend .box_recommend .box_txt .txt {
		font-size: 13px;
		padding-left: .8em;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}

.con_recommend .box_recommend .box_left {
	width: 39%;
}

@media only screen and (max-width: 767px) {
	.con_recommend .box_recommend .box_left {
		width: 100%;
	}
}

.con_recommend .box_recommend .box_right {
	width: 61%;
	padding-left: 2.5em;
}

@media only screen and (max-width: 767px) {
	.con_recommend .box_recommend .box_right {
		width: 100%;
		padding-left: 0;
		margin-top: 2em;
	}
}

.con_recommend .box_recommend .box_right .item a {
	display: flex;
	align-items: center;
	padding: .8em;
	background: #f5f5f5;
	margin-bottom: .6em;
	position: relative;
}

@media only screen and (min-width: 1025px) {
	.con_recommend .box_recommend .box_right .item .img {
		width: 30%;
	}
	.con_recommend .box_recommend .box_right .item .img img {
		width: 100%;
	}
	.con_recommend .box_recommend .box_right .item .box_txt {
		width: 70%;
	}
}

@media only screen and (max-width: 1024px) {
	.con_recommend .box_recommend .box_right .item .img {
		width: 50%;
	}
	.con_recommend .box_recommend .box_right .item .img img {
		width: 100%;
	}
	.con_recommend .box_recommend .box_right .item .box_txt {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.con_recommend .box_recommend .box_right .item .img {
		width: 35%;
	}
	.con_recommend .box_recommend .box_right .item .box_txt {
		width: 65%;
	}
}

.con_recommend .box_recommend label {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 100%;
	background: #2d1108;
	color: #fff;
	padding: .4em .5em;
}

@media only screen and (max-width: 767px) {
	.con_recommend .box_recommend label {
		font-size: 12px;
		padding: .4em;
	}
}

.con_recommend .box_recommend label span {
	font-size: 123%;
}

@media only screen and (max-width: 767px) {
	.con_recommend .box_recommend label span {
		font-size: 100%;
	}
}

.con_recommend .box_recommend .box_btn {
	margin: 3.6em auto 0;
}

@media only screen and (max-width: 767px) {
	.con_recommend .box_recommend .box_btn {
		width: 100%;
		margin: 1em 0 2.5em;
	}
}

.con_recommend .box_recommend .box_btn .btn {
	background: #8a0303;
	width: 400px;
}

@media only screen and (max-width: 767px) {
	.con_recommend .box_recommend .box_btn .btn {
		width: 100%;
	}
}

.con_recommend .box_plan {
	padding: 5.5em 0 6.5em;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.con_recommend .box_plan {
		padding: 2em 0 2.5em;
	}
}

.con_recommend .box_plan .container {
	display: flex;
	flex-wrap: wrap;
}

.con_recommend .box_plan .container h3 {
	width: 100%;
	margin-bottom: .25em;
}

@media only screen and (max-width: 767px) {
	.con_recommend .box_plan .container h3 {
		margin-bottom: .5em;
	}
}

.con_recommend .box_plan .container .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 68%;
	padding-right: 2.5em;
}

@media only screen and (max-width: 991px) {
	.con_recommend .box_plan .container .list {
		width: 60%;
		padding-right: 1.5em;
	}
}

@media only screen and (max-width: 767px) {
	.con_recommend .box_plan .container .list {
		width: 100%;
		padding-right: 0;
	}
}

.con_recommend .box_plan .container .list .item {
	width: 49.4%;
	margin-bottom: 1.2%;
}

.con_recommend .box_plan .container .list .item:nth-child(3), .con_recommend .box_plan .container .list .item:nth-child(4) {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.con_recommend .box_plan .container .list .item:nth-child(3), .con_recommend .box_plan .container .list .item:nth-child(4) {
		margin-bottom: 2.5%;
	}
}

@media only screen and (max-width: 767px) {
	.con_recommend .box_plan .container .list .item {
		width: 100%;
		margin-bottom: 2.5%;
	}
}

.con_recommend .box_plan .container .list .item a {
	display: block;
}

.con_recommend .box_plan .container .list .item img {
	width: 100%;
}

.con_recommend .box_plan .container .box_right {
	width: 32%;
	background: #f5f5f5;
	padding: .75em;
}

@media only screen and (max-width: 991px) {
	.con_recommend .box_plan .container .box_right {
		width: 40%;
	}
}

@media only screen and (max-width: 767px) {
	.con_recommend .box_plan .container .box_right {
		width: 100%;
		padding-bottom: 1.5em;
		margin-top: .7em;
	}
}

.con_recommend .box_plan .container .box_right .box {
	display: flex;
	align-items: center;
}

.con_recommend .box_plan .container .box_right .box .img {
	width: 50%;
}

@media only screen and (max-width: 991px) {
	.con_recommend .box_plan .container .box_right .box .img {
		width: 32%;
	}
}

.con_recommend .box_plan .container .box_right .box .img img {
	width: 100%;
}

.con_recommend .box_plan .container .box_right .box .txt {
	font-size: 100%;
	padding-left: 1em;
	width: 50%;
}

@media only screen and (max-width: 991px) {
	.con_recommend .box_plan .container .box_right .box .txt {
		width: 68%;
		font-size: 100%;
	}
}

.con_recommend .box_plan .container .box_right .box_btn {
	text-align: center;
	margin: 5% auto;
}

.con_recommend .box_plan .container .box_right .box_btn .btn_b {
	margin: 2em auto 0;
}

@media only screen and (max-width: 1150px) {
	.con_recommend .box_plan .container .box_right .box_btn .btn_b {
		margin: 1em auto 0;
		width: 80%;
	}
}

@media only screen and (max-width: 991px) {
	.con_recommend .box_plan .container .box_right .box_btn .btn_b {
		padding: .5em;
	}
}

.con_rooms {
	background: url(../images/home/bg_room.jpg) top left no-repeat;
	text-align: center;
	padding: 7em 0 6em;
}

@media only screen and (max-width: 767px) {
	.con_rooms {
		padding: 3em 0 0;
	}
	.con_rooms .container {
		width: 100%;
	}
}

.con_rooms h2 {
	font-size: 35px;
	line-height: 1.4;
}

@media only screen and (max-width: 1024px) {
	.con_rooms h2 {
		font-size: 32px;
	}
}

@media only screen and (max-width: 767px) {
	.con_rooms h2 {
		font-size: 18px;
	}
}

.con_rooms .txt_intro {
	font-size: 100%;
	margin: 1.2em 0 2em;
}

@media only screen and (max-width: 767px) {
	.con_rooms .txt_intro {
		font-size: 13px;
		padding: 0 2.5%;
		text-align: left;
	}
}

@media only screen and (max-width: 767px) {
	.con_rooms .list {
		flex-wrap: wrap;
	}
}

.con_rooms .list h3 {
	font-size: 35px;
	padding: 1em;
	width: 250px;
	margin: auto;
	position: relative;
	margin-top: .2em;
}

@media only screen and (max-width: 1024px) {
	.con_rooms .list h3 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.con_rooms .list h3 {
		padding: .8em;
	}
}

@media only screen and (max-width: 767px) {
	.con_rooms .list h3 {
		font-size: 18px;
		margin: 1em auto .4em;
	}
}

.con_rooms .list h3::before {
	content: url("../images/home/ic_btitle.png");
	position: absolute;
	top: 0;
	left: 0;
}

.con_rooms .list h3::after {
	content: url("../images/home/ic_atitle.png");
	position: absolute;
	bottom: 0;
	right: 0;
}

.con_rooms .list h4 {
	font-size: 123%;
	padding: 0 .25em 2px;
}

@media only screen and (max-width: 991px) {
	.con_rooms .list h4 {
		margin: 0 .5em;
		font-size: 19px;
	}
}

@media only screen and (max-width: 767px) {
	.con_rooms .list h4 {
		font-size: 100%;
	}
}

.con_rooms .list .item {
	display: flex;
	align-items: center;
	box-shadow: 0 0 10px #ccc;
	background: url(../images/home/bg_room_item.jpg) top left repeat;
	padding: 3.2em;
	margin: 0 auto;
	width: 90%;
}

@media only screen and (max-width: 1199px) {
	.con_rooms .list .item {
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_rooms .list .item {
		padding: 1em;
	}
}

.con_rooms .list .item:first-child {
	z-index: 1;
}

@media only screen and (max-width: 1199px) {
	.con_rooms .list .item:last-child {
		flex-direction: column-reverse;
	}
}

.con_rooms .list .item img {
	width: 100%;
}

.con_rooms .list .item .box_img {
	width: 75%;
}

@media only screen and (max-width: 1199px) {
	.con_rooms .list .item .box_img {
		width: 100%;
		margin-top: 2em;
	}
}

.con_rooms .list .txt {
	font-size: 100%;
	width: 60%;
	text-align: left;
	margin: 1.5em auto;
	padding: 0 1.2em;
}

@media only screen and (max-width: 767px) {
	.con_rooms .list .txt {
		font-size: 13px;
		padding: 2.5%;
		width: 100%;
	}
}

.con_rooms .list .box_btn .btn_b {
	margin: auto;
}

@media only screen and (max-width: 767px) {
	.con_rooms .list .box_btn .btn_b {
		width: 95%;
	}
}

.con_appeal {
	background: url(../images/home/bg_recommend.jpg) top left no-repeat;
	padding: 5.5em 0;
}

@media only screen and (max-width: 767px) {
	.con_appeal {
		padding: 2em 0;
	}
}

.con_appeal .wrap {
	background: #fff;
	padding: 6em 0 7em;
}

@media only screen and (max-width: 767px) {
	.con_appeal .wrap {
		padding: 1.5em 0 2.5em;
	}
}

.con_appeal h2 {
	font-size: 42px;
	text-align: center;
	margin-bottom: 1.6em;
}

@media only screen and (max-width: 1024px) {
	.con_appeal h2 {
		font-size: 38px;
	}
}

@media only screen and (max-width: 767px) {
	.con_appeal h2 {
		font-size: 24px;
		margin-bottom: 0.7em;
	}
}

.con_appeal .list {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
	.con_appeal .list {
		flex-wrap: wrap;
	}
}

.con_appeal .list .item {
	width: 16%;
	background: #f5f5f5;
	position: relative;
	padding: 2em 1em 1em;
	text-align: center;
}

@media only screen and (max-width: 1150px) {
	.con_appeal .list .item {
		padding: 2em .5em 1em;
	}
}

@media only screen and (max-width: 1024px) {
	.con_appeal .list .item {
		width: 32.5%;
		margin-bottom: 1.25%;
		padding: 3em .5em;
	}
}

@media only screen and (max-width: 767px) {
	.con_appeal .list .item {
		width: 49%;
		padding: 1em .5em 2em;
	}
	.con_appeal .list .item img {
		width: 30%;
	}
}

.con_appeal .list .item::before {
	content: url("../images/home/ic_btitle.png");
	position: absolute;
	top: 0;
	left: 0;
}

.con_appeal .list .item::after {
	content: url("../images/home/ic_atitle.png");
	position: absolute;
	bottom: 0;
	right: 0;
	height: 25px;
}

.con_appeal .list .item .txt {
	font-size: 100%;
}

@media only screen and (max-width: 1150px) {
	.con_appeal .list .item .txt {
		font-size: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_appeal .list .item .txt {
		font-size: 12px;
	}
}

.con_appeal .list .item .img {
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.con_appeal .list .item .img {
		height: 65px;
	}
}

.con_temples {
	background: url(../images/home/bg_temples.png) top left no-repeat;
	display: flex;
	align-items: center;
	color: #fff;
	padding: 7.5em 0;
}

@media only screen and (min-width: 1025px) {
	.con_temples {
		background-size: 100% auto;
		margin-left: 40px;
	}
}

@media only screen and (max-width: 1024px) {
	.con_temples {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 767px) {
	.con_temples {
		background: #f5f5f5 url(../images/home/bg_temples.png) top left no-repeat;
		background-size: 281%;
		padding: 2.5em 0;
	}
}

.con_temples h2 {
	font-size: 40px;
	line-height: 1.2em;
}

@media only screen and (max-width: 1024px) {
	.con_temples h2 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 767px) {
	.con_temples h2 {
		font-size: 123%;
	}
}

.con_temples .box_txt {
	text-shadow: 0px 0px 2px #000000,0px 1px 5px #000000,1px 0px 5px #000000,-1px 0px 5px #000000,0px -1px 5px #000000;
}

@media only screen and (max-width: 1300px) {
	.con_temples .box_txt {
		margin-left: 2.5% !important;
	}
}

.con_temples .txt {
	text-shadow: 0px 0px 6px #000000, 0px 1px 8px #000000, 1px 0px 8px #000000, -1px 0px 8px #000000, 0px -1px 8px #000000;
	font-size: 112%;
	margin: .8em 0 1em;
}

@media only screen and (max-width: 767px) {
	.con_temples .txt {
		font-size: 13px;
	}
}

@media only screen and (max-width: 767px) {
	.con_temples .box_btn {
		padding: 0 2.5%;
		width: 100%;
	}
}

.con_temples .box_btn .btn_w {
	background: #fff;
	color: #333;
	border: 1px solid #000;
	text-shadow: none;
}

@media only screen and (max-width: 767px) {
	.con_temples .box_btn .btn_w {
		background: #000;
		color: #fff;
		width: 100%;
	}
}

.con_temples img {
	padding-left: 7em;
	width: 100%;
}

@media only screen and (max-width: 1300px) {
	.con_temples img {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.con_temples img {
		margin-top: 4em;
	}
}

@media only screen and (max-width: 767px) {
	.con_temples img {
		padding-left: 0;
		margin: .5em 0 2em;
	}
}

@media only screen and (max-width: 767px) {
	.con_temples .img {
		padding: 0 2.5%;
	}
}

.con_info {
	padding: 5.5em 0 10em;
}

@media only screen and (min-width: 1025px) {
	.con_info {
		position: relative;
	}
	.con_info::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 40px;
		height: 100%;
		background: #322926;
	}
}

@media only screen and (max-width: 767px) {
	.con_info {
		padding: 2.5em 0 4em;
	}
	.con_info .container {
		width: 90%;
	}
}

.con_info h3 {
	font-size: 28px;
	width: 23%;
	padding-right: 1em;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.con_info h3 {
		width: 100%;
		margin-bottom: .5em;
		font-size: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.con_info h3 {
		font-size: 18px;
	}
}

.con_info .wrap {
	display: flex;
	align-items: center;
	background: #f5f5f5;
	position: relative;
	padding: 3em 1.5em;
}

@media only screen and (max-width: 1024px) {
	.con_info .wrap {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 767px) {
	.con_info .wrap {
		padding: 1.5em 2.5%;
	}
}

.con_info .wrap::before, .con_info .wrap::after {
	position: absolute;
	background: #2d1108;
}

.con_info .wrap::before {
	content: '';
	width: 100%;
	height: 10px;
	left: 10px;
	bottom: -10px;
}

@media only screen and (max-width: 767px) {
	.con_info .wrap::before {
		height: 5px;
		left: 5px;
		bottom: -5px;
	}
}

.con_info .wrap::after {
	content: '';
	width: 10px;
	height: 100%;
	top: 10px;
	right: -10px;
}

@media only screen and (max-width: 767px) {
	.con_info .wrap::after {
		width: 5px;
		top: 5px;
		right: -5px;
	}
}

.con_info ul {
	width: 77%;
}

@media only screen and (max-width: 1024px) {
	.con_info ul {
		width: 100%;
	}
}

.con_info ul li a {
	display: flex;
	padding: 1.4em 3.5em;
}

@media only screen and (max-width: 767px) {
	.con_info ul li a {
		padding: .5em 0;
	}
}

.con_info ul li .txt_date {
	font-size: 100%;
	font-family: "Oswald", sans-serif;
	margin-right: 1em;
}

@media only screen and (max-width: 767px) {
	.con_info ul li .txt_date {
		font-size: 13px;
	}
}

.con_info ul li .txt {
	font-size: 100%;
}

@media only screen and (max-width: 767px) {
	.con_info ul li .txt {
		font-size: 12px;
	}
}

.con_info ul li .txt::before {
	content: '';
	width: 2px;
	height: 16px;
	background: #a0784b;
	display: inline-block;
	top: 2px;
	position: relative;
}

.con_info ul li .txt span {
	margin-right: 1.5em;
}

.con_info ul li:nth-child(2n) a {
	background: #fff;
}

@media only screen and (max-width: 767px) {
	.con_info ul li:nth-child(2n) a {
		background: transparent;
	}
}

.con_info .box_btn {
	text-align: right;
	margin-top: 1.2em;
}

@media only screen and (max-width: 767px) {
	.con_info .box_btn {
		margin-top: .4em;
	}
}

.con_info .box_btn a {
	color: #a0784b;
	font-size: 100%;
	padding-bottom: 3px;
	margin-right: 1.5em;
}

@media only screen and (max-width: 767px) {
	.con_info .box_btn a {
		font-size: 12px;
		margin-right: 0;
	}
}

.con_info .box_btn a::after {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 20px;
	margin-left: .25em;
}

@media only screen and (max-width: 767px) {
	.con_info .box_btn a::after {
		font-size: 100%;
		margin-left: 0;
		margin-top: .4em;
	}
}

select::-ms-expand {
	display: none;
}
