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

 file name  : packages.css
 author     : Ability Consultant
 style info : おすすめご宿泊プラン
=================================================================== */
.box_container {
	max-width: 1280px;
	margin: auto;
}
@media only screen and (max-width: 1280px) {
  .box_container {
		width: 95%;
  }
}
@media print {
  .box_container {
		width: 95%;
  }
}
.ie8 .box_container {
	width: 95%;
}

.box_container:after, .row:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
.box_container {
	display: block;
}

.row {
	display: block;
}

.col {
	display: block;
	float: left;
	position: relative;
	min-height: 1px;
}

@media only screen and (max-width: 767px) {
  .btn.white {
		text-align: center;
  }
}
.btn.white a,
.btn.white .tag_a {
	max-width: 320px;
	display: inline-block;
	width: 100%;
	text-decoration: none !important;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-family: "Oswald", sans-serif;
	background: transparent;
	border: 1px solid #000;
	color: #000 !important;
}
.btn.white a span,
.btn.white .tag_a span {
	font-size: 129%;
	padding: 0.85em 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn.white a span,
  .btn.white .tag_a span {
		font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .btn.white a span,
  .btn.white .tag_a span {
		font-size: 115%;
  }
}
.btn.white a:hover,
.btn.white .tag_a:hover {
	background: #000;
	border-color: #000;
	color: #fff !important;
}
.btn.white a span,
.btn.white .tag_a span {
	display: block;
}
.btn.white a:after,
.btn.white .tag_a:after {
	content: "→";
	position: absolute;
	right: 1em;
	top: 50%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.btn.white a:hover:after,
.btn.white .tag_a:hover:after {
	right: 0.5em;
}
@media only screen and (max-width: 767px) {
  .btn.white a,
  .btn.white .tag_a {
		max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .btn.orange {
		text-align: center;
  }
}
.btn.orange a,
.btn.orange .tag_a {
	max-width: 320px;
	display: inline-block;
	width: 100%;
	text-decoration: none !important;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #e05f0a;
	border: 1px solid #e05f0a;
	color: #fff !important;
}
.btn.orange a span,
.btn.orange .tag_a span {
	font-size: 108%;
	padding: 1.2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn.orange a span,
  .btn.orange .tag_a span {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .btn.orange a span,
  .btn.orange .tag_a span {
		font-size: 100%;
  }
}
.btn.orange a:hover,
.btn.orange .tag_a:hover {
	background: #c75000;
	border-color: #c75000;
}
.btn.orange a span,
.btn.orange .tag_a span {
	display: block;
}
.btn.orange a:after,
.btn.orange .tag_a:after {
	content: "→";
	position: absolute;
	right: 1em;
	top: 50%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.btn.orange a:hover:after,
.btn.orange .tag_a:hover:after {
	right: 0.5em;
}
@media only screen and (max-width: 767px) {
  .btn.orange a,
  .btn.orange .tag_a {
		max-width: 80%;
  }
}

#footer {
	margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer {
		margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
		margin-top: 60px;
  }
}

/* -----------------------------------------------------------
	.con_tab
----------------------------------------------------------- */
.con_tab {
	padding: 60px 0 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_tab {
		padding: 30px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_tab {
		padding: 20px 0 30px;
  }
}
.con_tab .box_wrp {
	border-top: 1px solid #adadad;
	padding-top: 1px;
}
@media only screen and (max-width: 767px) {
  .con_tab .box_wrp {
		text-align: center;
		border-top: 0;
		padding-top: 0;
  }
}
.con_tab ul {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
}
.con_tab ul li {
	display: table-cell;
	vertical-align: middle;
	width: 14.28571%;
	border: 1px solid #adadad;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_tab ul li {
		float: left;
		width: 25%;
		border: 0;
		padding: 1px;
  }
}
.con_tab ul li h2 {
	font-weight: normal;
}
.con_tab ul li a {
	display: block;
	position: relative;
	height: 80px;
	font-size: 108%;
	line-height: 1.3;
	color: #222;
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .con_tab ul li a {
		font-size: 100%;
		border: 1px solid #adadad;
  }
}
.con_tab ul li a span {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 100%;
}
.con_tab ul li.active a,
.con_tab ul li a:hover {
	background: #f8f7f0;
}
.con_tab select {
	width: 100%;
	height: 40px;
	cursor: pointer;
	padding: 0 10px;
}

/* -----------------------------------------------------------
	.con_pagination
----------------------------------------------------------- */
.con_pagination .box_wrp {
	border-bottom: 1px dotted #0d0d0d;
	text-align: right;
	padding-bottom: 10px;
}
.con_pagination .box_wrp > * {
	display: inline-block;
	vertical-align: middle;
}
.con_pagination .box_wrp.bottom {
	border-bottom: none;
	border-top: 1px dotted #0d0d0d;
	padding-bottom: 0;
	padding-top: 10px;
}
.con_pagination ul.box_pagi {
	width: auto;
	padding: 0;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_pagination ul.box_pagi {
		margin-bottom: 10px;
  }
}
.con_pagination ul.box_pagi li {
	display: block;
	float: left;
	margin-right: 6px;
}
.con_pagination ul.box_pagi li:last-child {
	margin-right: 0 !important;
}
.con_pagination ul.box_pagi li a {
	display: block;
	position: relative;
	height: 40px;
	width: 40px;
	font-size: 100%;
	line-height: 1;
	color: #222;
	background: #fff;
	border: 1px solid #adadad;
	border-radius: 0;
	text-align: center;
	text-decoration: none;
	padding: 5.5px 0;
}
.con_pagination ul.box_pagi li a span {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 100%;
}
.con_pagination ul.box_pagi li a:hover, .con_pagination ul.box_pagi li.active a {
	background: #f8f7f0;
}
.con_pagination .box_select .label {
	font-size: 100%;
	color: #222;
	padding: 0 10px 0 20px;
}
.con_pagination .box_select select {
	min-width: 120px;
	height: 40px;
	font-size: 100%;
	color: #222;
	background: #fff;
	border: 1px solid #adadad;
	border-radius: 0;
	cursor: pointer;
	padding: 0 10px;
}

/* -----------------------------------------------------------
	.con_list_post
----------------------------------------------------------- */
.con_list_post .box_list {
	overflow: hidden;
	padding: 50px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_list_post .box_list {
		padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_list_post .box_list {
		padding: 15px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_list_post .box_list .list .item {
		margin-bottom: 20px;
  }
}
.con_list_post .box_list .list .item a.item_inner {
	text-decoration: none;
	padding: 30px;
	display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_list_post .box_list .list .item a.item_inner {
		padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_list_post .box_list .list .item a.item_inner {
		padding: 0;
  }
}
.con_list_post .box_list .list .item a.item_inner:hover {
	background: #f0ede6;
}
.con_list_post .box_list .list .item a.item_inner:hover .col_thumb img {
	opacity: 0.7;
}
.con_list_post .box_list .list .item a.item_inner:hover .st_title {
	text-decoration: none;
}
.con_list_post .box_list .list .item .col_thumb {
	width: 24%;
}
@media only screen and (max-width: 1024px) {
  .con_list_post .box_list .list .item .col_thumb {
		margin-bottom: 15px;
  }
}
.con_list_post .box_list .list .item .col_thumb img {
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.con_list_post .box_list .list .item .col_main {
	width: 76%;
	padding-left: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_list_post .box_list .list .item .col_main {
		padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_list_post .box_list .list .item .col_main {
		padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_list_post .box_list .list .item .col_thumb,
  .con_list_post .box_list .list .item .col_main {
		float: none;
		width: 100%;
  }
}
.con_list_post .box_list .list .item .st_title {
	font-size: 129%;
	line-height: 1.38889;
	font-weight: normal;
	color: #222;
	text-decoration: underline;
	margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .con_list_post .box_list .list .item .st_title {
		margin-bottom: 10px;
  }
}
.con_list_post .box_list .list .item .txt {
	font-size: 100%;
	color: #222;
	line-height: 1.71429;
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_list_post .box_list .list .item .txt {
		margin-bottom: 10px;
  }
}
.con_list_post .box_list .list .item .price {
	font-size: 108%;
	margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_list_post .box_list .list .item .price {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_list_post .box_list .list .item .price {
		font-size: 100%;
  }
}
.con_list_post .box_list .list .item .price span {
	color: #e05f0a;
	margin-left: 0.5em;
}
.con_list_post .box_list .list .item .btn {
	text-align: right;
}
@media only screen and (max-width: 767px) {
  .con_list_post .box_list .list .item .btn {
		text-align: center;
  }
}
.con_list_post .box_list .list .item .btn a,
.con_list_post .box_list .list .item .btn .tag_a {
	max-width: 180px;
}
.con_list_post .box_list .list .item .btn a:after,
.con_list_post .box_list .list .item .btn .tag_a:after {
	display: none;
}
.con_list_post .box_list .list .item .btn a span,
.con_list_post .box_list .list .item .btn .tag_a span {
	padding: 0.5em 0;
}
