@charset "UTF-8";

body {
	overflow-x: hidden;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc-only {
	display: block !important;
}

.sp-only {
	display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
	.pc-only {
		display: none !important;
	}
	
	.sp-only {
		display: block !important;
	}
}

/* 画面には表示されないが、スクリーンリーダーには読まれる */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}




/* ヘッダー */
.l-header {
	padding: 5px 0 5px 0;
}
.l-header .container-header.container::after {
	display: none;
}
.container-header {
	display: flex;
	column-gap: 1em;
	flex-direction: row;
	flex-wrap: nowrap;
	/* width: calc(100% - 30px); */
	
	align-items: center;
	/* min-height: 70px; */
}

.siteTitle {
	margin-bottom: 0;
	max-width: initial;
	flex: 1 1 1em;
}

img.siteTitle__logo {
	width: auto;
	height: initial;
	max-width: 40vw;
}

.siteTitle__sub {
	display: block;
	/* text-align: right; */
	flex: 1 1 auto;
}

.siteTitle__sub img {
	max-width: 40vw;
}

/* スマートフォンで見たときはヘッダーの左右の比率が変わる */
@media only screen and (max-width: 767px) {
	.container-header {
		margin-left: 2px;
	}
	.siteTitle {
		flex-basis: 60%;
	}
	img.siteTitle__logo {
		max-width: 60vw;
	}
	.siteTitle__sub {
		flex-basis: 40%;
	}

	.siteTitle__sub img {
		max-width: 30vw;
		margin: 0 auto;
	}
}




body.home .l-wrapper {
	margin-top: 0px;
}





body.home .l-wrapper {
	margin-top: 0px;
}

.wide-area {
	width: 100vw;
	width: 100cqw;
	margin-left: calc(( 100% - 100vw ) / 2 );
    margin-left: calc(( 100% - 100cqw) / 2);
	text-align: center;
}
.wide-area > div {
	margin: 20px auto;
	width: 100%;
}

.header-eyecatch div {
	width:100%;
	margin-top: 0;
	margin-bottom: 0;
}

/* header-eyecatchクラスを含む、l-wrapper要素のスタイル */
.l-wrapper:has(.header-eyecatch) {
    margin-top: 0;
}


div.plan-item {
	margin-top: calc(3em + 2rem);
	border: 2px solid #5d4617;

	padding: 1em;
	padding-left: 1.3em;
}
.plan-item.bg-plan-2days {
	background: url("/wp-content/uploads/2025/10/plan-01-bg.png") no-repeat right center;
}
.plan-item.bg-plan-3days {
	background: url("/wp-content/uploads/2025/10/plan-02-bg.png") no-repeat right center;
}

.plan-item figure.margin-arise {
	margin-top: -4em;
	margin-left: calc(-2px + -1.3em);
}
/* .plan-item figure.margin-arise img {
	height: 90px;
} */
/* .plan-item.bg-plan-2days figure.margin-arise {
	max-width: 60%;
}
.plan-item.bg-plan-3days figure.margin-arise {
	max-width: 70%;
} */
/* .plan-item .margin-arise figure img{
	height: 90px;
} */

.plan-item div.wp-block-columns.plan-detail {
	margin: 0;
	margin-right: 25%;
}
.plan-item h4 {
	margin-top: 1em;
	border-left: 3px solid #5d4617;
	padding-left: 0.2em;
	margin-left: calc( -3px + -0.2em );

	line-height: 100%;
	font-size: clamp(1.2em, 2vw, 1.5em);
}

.plan-item h4 + p {
	margin-top: 0.3em;
}
.plan-item .plan-detail>div {
	margin-top: 0;
}
.plan-item .plan-detail ul {
	margin-top: 1rem;
}
.plan-item .plan-detail ul>li {
	margin-top: 0;
}
.plan-item .plan-detail ul>li:before {
	content: "\ea56";
	color: #5d4617;
	transform: scale(0.4);
}
.plan-item .plan-detail ul>li strong,
.plan-item .plan-detail ul>li span {
	white-space: nowrap;
}
.plan-item .plan-detail p.text-information {
	border-radius: 1em;
	padding: 1.2em 0.5em 1.2em 1em;
	font-size: 0.8em;
}

/* スマートフォンで見たときはタイトル画像の位置は余白が変わる */
@media only screen and (max-width: 767px) {
	div.plan-item {
		margin-top: 2rem;
		margin-left: -11px;
		margin-right: -11px;
		padding-bottom: 0;
	}
	div.plan-item.bg-plan-2days,
	div.plan-item.bg-plan-3days {
		background-size: 37%;
		background-position: right center;
	}

	.plan-item h4 {
		margin-top: 1em;
	}
	.plan-item h4 + p {
		/* margin-top: 0; */
		font-size: 0.7em;
	}

	.plan-item figure.margin-arise {
		margin-top: -2.9em;
		margin-left: calc(-6px + -1.3em);
	}
	.plan-item figure.margin-arise img {
		max-height: 47px;
		object-position: left center;
	}

	.plan-item .plan-detail {
		gap: 0.5em;
	}
	.plan-item .plan-detail ul {
		font-size: 0.65em;
	}
	.plan-item .plan-detail p.text-information {
		padding: 1.2em 1em 1.2em 1.6em;
		font-size: 0.65em;
	}

	.map-frame iframe {
		min-height:60vw;
	}

}



div.readmore-btn {
	margin-top: calc(2rem + 4em);
}
.readmore-btn>div{
	max-width: 1140px;
}
.readmore-btn .margin-arise {
	margin-top: -4em;
	margin-left: -4em;
}
.readmore-btn .margin-arise figure {
	margin-bottom: 0;
}
.readmore-btn .readmore-link-btn {
	margin: 2em 1em;
}

.area-super-pro{
}
.area-super-pro .text-youtube-example strong {
	color: #013d7c;
}
.area-super-pro .text-youtube-example span.check {
	background: linear-gradient(transparent 70%, #fdc965 70%);
	padding-bottom:3px;
}

.area-super-pro .locate-images>div.wp-block-column {
	margin-top: 0rem;
}



/* フッター */
.bottomFooter_logo_columns {
	display: flex;
	column-gap: 1em;
	flex-direction: row;
	flex-wrap: nowrap;
	
	margin-bottom: 2em;
}

.bottomFooter_logo_columns .logo_column_item {
	flex: 1 1 auto;
}

.bottomFooter_logo_link img {
	max-width: 50vw;
}

.bottomFooter_logo_right {
	text-align: right;
}

.bottomFooter_logo_right img {
	max-width: 40vw;
}

/* スマートフォンで見たときはフッターの左右の比率が変わる */
@media only screen and (max-width: 767px) {

	.bottomFooter_logo_link img {
		max-width: 60vw;
	}

	.bottomFooter_logo_right img {
		max-width: 30vw;
	}
}