@charset "utf-8";
/* CSS Document */

/* 色設定 */
:root {
	--main-bg-color:#deebf3;/*メイン背景色*/
	--main-text-color:#240B00;/*リード文文字色*/
	--category-title-color:#FFF;/*カテゴリータイトル文字色*/
	--lead-text-color:#240B00;/*リード文文字色*/
	--lead-bg-color:#addaf6;/*リード文背景色*/
	--section-bg-color:#d9f3f2;/*コンテンツ背景色*/
	--article-link-color:#5D4D39;/*ページ内リンクボタン枠色*/
	--article-bg-color:#FFF;/*記事背景色*/
	--article-headline-color:#bd8240;/*記事見出し枠線色*/
	--list-bg-color:#3DA6E8;/*記事リスト見出し背景色*/
	--list-style-color:#91847f;/*記事リストスタイル色*/
	--plan-btn-color:#3DA6E8;/*プラン詳細ボタン色*/
}

/* /色設定 */

/* reset */
figure {
	margin: 0;
}
*, ::before, ::after {
    box-sizing: content-box;
}
.page-topFrame {
    margin: 60px auto 0;
    padding-top: 50px;
    position: relative;
    z-index: 1;
    background-color: #FFF;
}
.page-top {
	right: 15px;
}
.btn-primary {
	padding: 12px 35px;
}
.foot-wrap div dl {
	display: none;
}
.mod-banners {
    margin: 0 auto;
    padding: 50px 0;
    background-color: #FFF;
}
.topic-path {
	position: relative;
    z-index: 1;
}

.talkappibot,
.follow-btn {
	display: none!important;
}
ul,ol {
	margin-left: 0;
	padding-left: 0;
}
ul li {
	list-style: none;
}
/* /reset */

/* ALL */
.for-pc { display: block;}
.for-sp { display: none;}

#feature {
    font-family: 'yu-gothic-pr6n', '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif!important;
	color: var(--main-text-color)!important;
    line-height: 1.5;
}
#feature header,
#feature footer {
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif!important;
}
#feature img { width: 100%;}

#feature a:link {
	text-decoration: none;
    opacity: 1;
	transition: all .2s ease-in-out;
}
#feature a:hover {
    text-decoration: none;
    opacity: .65;
}
#feature.bg-wrapper {
	background-color: var(--main-bg-color);
}
#feature .contents-wrapper {
    max-width: 886px;
    margin: 0 auto;
}
#feature .kv {
	display: block;
	padding: 0;
	margin: 0 auto;
}
#feature .kv h1 {
	width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #555555;
    background-color: #FFF;
    padding: 2% 4%;
    line-height: 1.4;
    box-sizing: border-box;
}
#feature .kv div {
	width: 100%;
	position: relative;
    z-index: 10;
}
#feature h2 figure {
	position: relative;
    z-index: 10;
}
#feature section {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0 0 25px 0 #8f8a88;
	background-color: var(--section-bg-color);
}

#feature hr {
    width: 40%;
    height: auto;
    padding: 0.32% 0;
    margin: 10.8% auto;
    border-style: none;
    background-image: url(../img/line.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#feature .close-text {
	width: 85%;
	margin: -5% auto 12%;
	background-color: #F1E3D1;
	font-size: 18px;
	font-weight: bold;
	color: #A77D4B;
	text-align: center;
	padding: 2%;
}
/* /ALL */

/* lead */
#feature p.lead {
	background-color: var(--lead-bg-color);
	color: var(--lead-text-color);
	font-size: 20px;
    padding: 5.5% 5% 6.7%;
}
#feature .article-link {
	padding-top: 13.3%;
	padding-bottom: 0.7%;
	position: relative;
}

#feature .article-link .hotel {
	text-align: center;
	font-size: 30px;
	color: var(--category-title-color);
	font-weight: 600;
	background-image: url(../img/bg_category-title.webp);
	background-repeat: no-repeat;
	background-size: 100%;
    width: 76.7%;
    height: auto;
    padding: 6.5% 0;
	margin: 0 auto;
	position: relative;
}
#feature .article-link .hotel span {
	position: absolute;
	top: 6.5%;
	left: 0;
	right: 0;
}
#feature .article-link h3.dog {
	text-align: center;
	font-size: 24px;
	color: var(--category-title-color);
	font-weight: 600;
	margin: 58px auto 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
#feature .article-link h3.dog::before,
#feature .article-link h3.dog::after {
	content: "";
	display: block;
    width: 26px;
    height: 23px;
	margin: 0 16px;
	background-image: url(../img/icon_dog01.webp);
	background-repeat: no-repeat;
    background-size: 100% 100%;
}
#feature .article-link h3.dog::after {
	transform: scale(-1,1);
}
#feature .article-link ul {
    width: 89.2%;
	margin: 0 auto;
    padding-top: 2.8%;
	padding-left: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
}
#feature .article-link li {
    width: 48.5%;
	margin-top: 2.9%;
}
#feature .article-link li a {
    width: 100%;
	display: block;
	color: var(--main-text-color);
	font-size: 20px;
    font-weight: 400;
	line-height: 1.35;
    background-color: #FFF;
    padding-left: 5.5%;
    border-radius: 4px;
    border: 2px solid var(--article-link-color);
    box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#feature .article-link li a[href="#cyh"],
#feature .article-link li a[href="#shuzenji"] {
	font-size: 18px;
}
#feature .article-link li a span {
	display: block;
    width: 84.5%;
	box-sizing: border-box;
	padding-right: 6%;
}
#feature .article-link li a::after {
    content: "";
    display: block;
    width: 15.5%;
    height: auto;
    padding: 19.9% 0;
    background-color: var(--article-link-color);
    background-image: url(../img/icon_vector01.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50% 54%;
}
/* /lead */

/* article */
#feature article {
    width: 92%;
    margin: 0 auto;
	padding-top: 5%;
	padding-bottom: 2.1%;
	background-color: var(--article-bg-color);
	position: relative;
}

#feature article .hotel-name {
	font-size: 26px;
    letter-spacing: 1.3px;
    line-height: 1.3;
    width: 94.5%;
    margin: 0 auto 5%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    border-left: 4px solid var(--article-headline-color);
    padding-left: 3.5%;
    box-sizing: border-box;
}

#feature article .plan-name {
	font-size: 24px;
    padding: 5.9% 3%;
    line-height: 1.56;
	font-weight: 600;
	color: #3da6e8;
}
#feature article .plan-name span.sml {
	color: #240B00;
	font-size: 20px;
}
#feature .plan-lead {
	width: 94.5%;
    margin: 0 auto;
	font-size: 20px;
	line-height: 1.7;
	padding-bottom: 5.6%;
}
#feature ul.plan-info {
	width: 97%;
	margin: 0 auto;
}
#feature ul.plan-info dt {
	font-size: 19px;
	font-weight: 600;
	background-color: var(--list-bg-color);
	padding: 1.28% 1.4%;
	box-sizing: border-box;
}
#feature ul.plan-info dd {
	font-size: 18px;
	font-weight: 400;
	padding: 4.4% 1.5%;
}
#feature ul.plan-info dd ul.menu-list li {
	padding-bottom: 2.2%;
    line-height: 1.4;
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: flex-start;

}
#feature ul.plan-info dd ul.menu-list li::before {
	content: "";
    display: inline-block;
    width: 16px;
    margin-top: 4px;
    margin-right: 4px;
    height: 16px;
    padding: 0;
	border-radius: 50%;
    background-color: var(--list-style-color);
}
#feature ul.plan-info dd ul.menu-list li span {
	display: block;
	width: calc(100% - 16px);
}
#feature ul.plan-info dd ul.menu-list li span .menu-annotation {
    font-size: 16px;
	margin-top: 5px;
}
#feature ul.plan-info dd p {
    margin-bottom: 4.1%;
}
#feature ul.plan-info dd ul.annotation li {
    font-size: 16px;
	padding-bottom: 1.4%;
}
#feature ul.plan-info dd .annotation li::before {
	content: none;
}
#feature ul.plan-info dd li.period-annotation {
    font-size: 16px;
}
#feature a.plan-btn {
    display: block;
	width: 76.6%;
    height: auto;
    padding: 5.4% 0;
	font-size: 21px;
	color: #FFF;
    text-align: center;
    font-weight: 700;
    line-height: 0;
    margin: 2.3% auto 4.9%;
    border-radius: 100px;
    background-color: var(--plan-btn-color);
    box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: right;
	align-items: center;
	position: relative;
	box-shadow: 0 4px 8px 0 #bbbaba;
}
#feature a.plan-btn span {
	display: block;
	width: 86%;
}
#feature a.plan-btn::after {
    content: "";
    display: block;
    width: 3%;
    height: auto;
    padding: 2% 0;
    margin-right: 4%;
    background-image: url(../img/icon_vector02.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#feature .spot-area {
	background-color: #c5e6f9;
	margin: 40px 10px 30px;
	padding: 40px 20px;
}
#feature .spot-area h5 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
#feature .spot-area h5 span {
		font-size: 22px;
}
#feature .spot-area figure {
	text-align: center;
	margin: 20px 0;
}
#feature .spot-area figure img {
	width: 80%;
}
#feature .spot-area p {
	font-size: 20px;
}
/* /article */

/* その他 */
#feature ul.all-annotation {
	width: 92%;
	margin: 0 auto;
	font-weight: 400;
	padding-bottom: 70px;
}
#feature ul.all-annotation li {
	font-size: 16px;
	padding-bottom: 2.5%;
}
#feature ul.all-annotation li:last-of-type {
	padding-bottom: 0;
}

#feature iframe { width: 100%;}

#feature a.sticky-btn {
    display: block;
    width: 130px;
    position: fixed;
    bottom: 90px;
	right: 25px;
	z-index: 6;
}
#feature a.sticky-btn,
#feature a.sticky-btn figure,
#feature a.sticky-btn img {
	border-radius: 50%;
}
#footer-renew-202404 .page-top {
    right: 150px!important;
}
footer {
	padding: 40px 0 60px;
	position: relative;
    z-index: 1;
    background-color: #FFF;
}
footer .external {
	max-width: 800px;
	margin: 0 auto 20px;
	text-align: right;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
footer .external a {
	display: block;
	margin: 0 2%;
}
footer .external a:link {
	color: #563C19;
	text-decoration: underline;
    opacity: 1;
	transition: all .2s ease-in-out;
}
footer .external a:hover {
	color: #563C19;
	text-decoration: none;
	opacity: .65;
}
footer .external a:visited {
	color: #563C19;
}
footer .gt {
	display: block;
	font-size: 14px;
	text-align: center;
	color: #999692;
	padding-top: 20px;
}

/* /その他 */

@media screen and (max-width:980px) {
	#feature a.sticky-btn { bottom: 3%;}

	.footerFix {
		display: none!important;
	}
}
@media screen and (max-width:700px) {
	#feature .bg-wrapper { background-image: none;}
	#feature .contents-wrapper { max-width: 100%;}

	#feature a.sticky-btn {
		width: 25%;
		bottom: 1%;
		right: 0%;
	}
	#footer-renew-202404 { margin-bottom: 25%!important;}
	#feature iframe { height:300px;}

	#feature section {
		max-width: 700px;
		padding-bottom: 0;
		margin: 0 auto;
	}
	#feature .close-text { font-size: 3.7vw;}
	#feature article .hotel-name {
		border-left: 6px solid var(--article-headline-color);
		line-height: 1.3;
	}
	#feature .article-link h3.dog {
        font-size: 4.8vw;
	}

	#feature ul.plan-info dd ul.menu-list li::before {
		width: 3.7%;
		height: auto;
		padding: 1.85% 0;
		margin-right: 0.5%;
		margin-top: 1.3%;
	}

	#feature ul.plan-info dd ul.annotation li,
	#feature ul.all-annotation li,
	#feature ul.plan-info dd li.period-annotation,
	#feature ul.plan-info dd ul.menu-list li span .menu-annotation { font-size: 3.2vw;}

	#feature .article-link li a[href="#cyh"],
	#feature .article-link li a[href="#shuzenji"] { font-size: 3.45vw;}

	#feature ul.plan-info dt,
	#feature ul.plan-info dd { font-size: 3.7vw;}

	#feature .article-link li a,
	#feature .plan-lead { font-size: 4vw;}

	#feature p.lead,
	#feature a.plan-btn { font-size: 4.28vw;}

	#feature .info-wrapper .recommend-point { font-size: 4.58vw;}

	#feature article .plan-name { font-size: 4.78vw;}

	#feature article .plan-name span.sml { font-size: 4.6vw;}

	#feature article .hotel-name { font-size: 5.145vw;}

	#feature .article-link .hotel { font-size: 5.72vw;}

	#feature article .spot-area h5 { font-size: 5.145vw;}

	#feature article .spot-area h5 span { font-size: 4.7vw;}

	#feature article .spot-area p { font-size: 4vw;}

	#feature .spot-area { padding-top: 30px;}

	.sp-optimization-footerFix.SP-Separate {
		display: none!important;
	}
	#footer-renew-202404 {
        margin-bottom: 0% !important;
    }
	#footer-renew-202404 .brand-footer-wrapper {
		padding: 11% 0 0%;
	}
	.for-pc { display: none;}
	.for-sp { display: block;}

	footer {
		padding: 10% 0;
	}
	footer .external {
		width: 100%;
		padding: 0 0 3.8%;
		font-size: 2.7vw;
		text-align: center;
	}
	footer .gt {
		font-size: 3vw;
		padding-top: 3%;
	}
}

@media screen and (max-width:500px) {
	#feature article .hotel-name {
		border-left: 4px solid #A03604;
	}
	#feature a.plan-btn {
		border: 1px solid #ECE5CE;
	}
	#feature .article-link li a {
		border: 1px solid #563C19;
	}
}
#feature.rainy-season .article-link ul {
  display: block;
}
#feature.rainy-season .article-link ul li {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  #feature.rainy-season .article-link ul li {
    margin-top: 7px;
  }
}
#feature.rainy-season .article-link ul li a {
  color: #240B00;
  border: none;
  background-repeat: no-repeat;
  padding: 18px 15px;
  padding-left: 80px;
}
@media screen and (max-width: 700px) {
  #feature.rainy-season .article-link ul li a {
    padding: 10px;
    padding-left: 15%;
  }
}
#feature.rainy-season .article-link ul li a:after {
  background-color: #BAA993;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  aspect-ratio: 1;
}
@media screen and (max-width: 700px) {
  #feature.rainy-season .article-link ul li a:after {
    width: max(5vw, 20px);
    height: max(5vw, 20px);
  }
}
#feature.rainy-season .article-link ul li a.mariotto {
  background-image: url("../../rainy-season/img/mariotto.png");
  background-size: 50px;
  background-position: left min(30px, 5%) center;
}
@media screen and (max-width: 700px) {
  #feature.rainy-season .article-link ul li a.mariotto {
    background-size: 7%;
    background-position: left 5% center;
  }
}
#feature.rainy-season .article-link ul li a.laforet {
  background-image: url("../../rainy-season/img/laforet.png");
  background-size: 55px;
  background-position: left min(27px, 4%) center;
}
@media screen and (max-width: 700px) {
  #feature.rainy-season .article-link ul li a.laforet {
    background-size: 9%;
    background-position: left 4% center;
  }
}
#feature.rainy-season .article-link ul li a span {
  padding: 0;
  width: 95%;
}
#feature.rainy-season .article-link ul li a[href="#shuzenji"],
#feature.rainy-season .article-link ul li a [href="#cyh"] {
  font-size: 18px;
}
@media screen and (max-width: 700px) {
  #feature.rainy-season .article-link ul li a[href="#shuzenji"],
  #feature.rainy-season .article-link ul li a [href="#cyh"] {
    font-size: 3.45vw;
  }
}
/* ナビゲーション */
h1 > a {
	color: #666;
}