@charset "UTF-8";
/* 全体-------------------------------- */
.max-width-wrapper-1200px {
	padding: 0 30px;
}
@media only screen and (max-width: 767px) {
	.max-width-wrapper-1200px {
		padding: 0 15px;
	}
}
/* キービジュアル-------------------------------- */
.t-kv img {
	width: 100%;
}
/* パンくずリスト-------------------------------- */
#topic-path {
	padding: 40px 0;
}
@media only screen and (max-width: 767px) {
	#topic-path {
		padding: 30px 0 20px;
	}
}
/* 特典概要-------------------------------- */
.overview {
	padding: 0 0 80px;
}
.overview a {
	color: #0099db;
}
.overview a:hover {
	text-decoration: underline;
}
.overview-catch {
	margin-bottom: 30px;
}
.overview-catch img {
	max-width: 800px;
}

@media only screen and (max-width: 767px) {
	.overview {
		padding: 0 0 30px;
	}
	.overview-catch {
		margin-bottom: 20px;
	}
}
/* 特典内容-------------------------------- */
.tokuten {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tokuten-content {
	width: calc(50% - 20px);
	margin-bottom: 40px;
}
.tokuten-desc {
	margin-bottom: 90px;
}
ul.asterisk {
	text-align: left;
}
ul.asterisk li {
	list-style-type: none;
	text-indent: -1em;
	line-height: 1.7;
	margin-bottom: 0.5em;
	margin-left: 1em;
}
ul.asterisk li:before {
	display: inline;
	content: "※";
}
@media only screen and (max-width: 767px) {
	.tokuten-content {
		width: 100%;
		margin-bottom: 10px;
	}
	.tokuten-content:last-child {
		margin-bottom: 20px;
	}
	.tokuten-desc {
		margin-bottom: 60px;
	}
}
/* キャンペーンについて-------------------------------- */
.about-cp {
	padding: 20px;
	margin-bottom: 80px;
	background: #fffde6;
	border-radius: 20px;
	border: 8px solid #eee;
}
.about-cp:last-child {
	margin-bottom: 30px;
}
.about-cp h4 img {
	max-height: 80px;
	margin: -60px 0 30px;
}
.about-cp h5 img {
	margin-bottom: 30px;
}
.about-cp-kikan img {
	max-height: 130px;
}
.about-cp-taisho img {
	max-height: 70px;
}
.about-cp-yoyaku img {
	max-height: 120px;
}
.about-cp p {
	margin: 0 0 30px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.about-cp {
		margin-bottom: 50px;
		padding: 15px;
		border-width: 5px;
	}
	.about-cp:last-child {
		margin-bottom: 20px;
	}
	.about-cp p {
		text-align: left;
		margin-bottom: 10px;
	}
	.about-cp h4 img {
		max-height: 60px;
		margin: -50px 0 20px;
	}
	.about-cp h5 img {
		margin-bottom: 20px;
	}
}
/* 宿泊施設-------------------------------- */
.yadolist {
	margin-bottom: 60px;
}
.yadolist a {
	color: #0099db;
}
.yadolist a:hover {
	text-decoration: underline;
}
.yadolist-title {
	background-image: url(/images/mutsu-gogostay/bg-y.png);
	background-repeat: repeat;
	padding: 5px 20px;
	margin-bottom: 60px;
}
.yadolist-title h3 img {
	max-height: 100px;
}
.yado {
	background: #d6f0f2;
	border-radius: 10px;
	margin-bottom: 40px;
}
.yado-name {
	padding: 25px 40px;
	background: #00b2c4;
	border-radius: 10px 10px 0 0;
}
.yado-name > p {
	position: absolute;
	display: inline-block;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	background: #ffec00;
	border-radius: 5px;
	padding: 10px 20px 13px;
	margin: 0;
	color: #00b7c6;
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
}
.yado-name h4 {
	text-align: left;
	font-size: 28px;
	line-height: 1.4em;
	font-weight: bold;
	color: #fff;
}
.yado-name .kanbai {
	display: inline-block;
	background: #ffec00;
	border-radius: 5px;
	padding: 10px 20px 13px;
	color: #00b7c6;
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	margin-right: 10px;
}
.yado-info {
	padding: 30px 40px 40px;
}
.yado-desc > p {
	margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
	.yado {
		margin-bottom: 20px;
	}
	.yadolist-title {
		margin-bottom: 30px;
	}
	.yado-name h4 {
		font-size: 22px;
	}
	.yado-info {
		padding: 10px 15px 15px;
	}
	.yado-name {
		padding: 10px 15px;
	}
	.yado-desc > p {
		margin-bottom: 15px;
	}
	.yado-name .kanbai {
		display: block;
		width: max-content;
		margin: 5px 0;
		padding: 6px 12px 7px;
	}
}
/* 宿泊プラン-------------------------------- */
.plan {
	background: #fff;
	border-radius: 5px;
	padding: 30px 40px;
	margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
	.plan {
		padding: 15px;
	}
}
.plan:last-child {
	margin-bottom: 0;
}
.plan-title h5 {
	text-align: left;
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: 30px;
	color: #00b7c6;
	font-weight: bold;
}
.plan-title .kanbai {
	display: inline-block;
	background: #ffec00;
	border-radius: 5px;
	padding: 10px 20px 13px;
	color: #00b7c6;
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	margin-right: 10px;
}
@media only screen and (max-width: 767px) {
	.plan {
		margin-bottom: 20px;
	}
	.plan-title h5 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.plan-title .kanbai {
		display: block;
		width: max-content;
		margin-right: 0;
		margin-bottom: 5px;
		padding: 6px 12px 7px;
	}
}
.plan-desc {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.plan-desc-content {
	width: calc(50% - 20px);
}
.plan-desc-content img {
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
	.plan-desc-content img {
		margin-bottom: 0;
	}
	.plan-desc-content {
		width: 100%;
	}
}
.plan-desc-content > dl {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	text-align: left;
	word-break: break-all;
}
.plan-desc-content > dl dt {
	width: 25%;
	padding: 15px 20px;
	line-height: 1.5em;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f7f7f7;
}
.plan-desc-content > dl dd {
	width: 75%;
	padding: 15px 20px;
	line-height: 1.5em;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.plan-desc-content > dl dt:first-of-type,
.plan-desc-content > dl dd:first-of-type {
	border-top: 1px solid #ccc;
}
dd.price {
	font-size: 22px;
}
.plan-desc-content > dl dd a {
	line-height: 1.5em;
}
.plan-desc-content > dl .tel {
	line-height: 2.2em;
}
dd.tel span {
	font-size: 24px;
	margin-left: 2px;
}
dd.tel a span {
	color: #000;
}
dd.tel a:hover {
	text-decoration: none;
}
dd.tel > ul {
	margin-top: 15px;
}
dd.tel > ul li {
	padding-bottom: 10px;
}
dd.tel > ul li:last-child {
	padding-bottom: 0;
}
dd.tel > ul li:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
	.plan-desc-content > dl dt,
	.plan-desc-content > dl dd {
		padding: 15px 15px;
	}
	dd.tel span {
		font-size: 20px;
	}
	dd.price {
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px) {
	.plan-desc-content > dl dt {
		width: 30%;
	}
	.plan-desc-content > dl dd {
		width: 70%;
	}
	.plan-desc-content > dl dt,
	.plan-desc-content > dl dd {
		padding: 15px 7px;
	}
	dd.price {
		font-size: 16px;
	}
	dd.tel span {
		font-size: 17px;
	}
	dd.tel a span {
		color: #0099db;
	}
	dd.tel > ul {
		margin-top: 10px;
	}
}
/* 完売-------------------------------- */
.kanbai-all h4 img {
	max-height: 100px;
	margin: 50px 0 40px;
}
@media only screen and (max-width: 767px) {
	.kanbai-all h4 img {
		margin: 20px 0;
	}
}
/* 宿泊事業者の皆様へ-------------------------------- */
.business {
	border: 1px solid #ccc;
	margin: 60px auto 0 auto;
	padding: 40px 30px 30px;
	border-radius: 5px;
	max-width: 500px;
}
.business h5 {
	font-size: 18px;
	margin-bottom: 30px;
}
.business ul li {
	line-height: 2.2em;
}
@media only screen and (max-width: 767px) {
	.business {
		margin-top: 40px;
		padding: 25px 15px;
	}
	.business h5 {
		margin-bottom: 20px;
	}
}
/* 更新日-------------------------------- */
.update-time {
	margin-bottom: 50px;
}
.update-time p {
	text-align: center;
}
.update-time span {
	font-size: 18px;
}
@media only screen and (max-width: 767px) {
	.update-time {
		margin-bottom: 20px;
	}
}
/* フッター-------------------------------- */
footer > div > div {
	padding: 50px 30px 30px !important;
}
