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

/*目次*/

.course .toc-toggle::before {
	background: url("../img/common/icon-course.svg") no-repeat center / contain;
}


/******人気のモデルコース******/

.course-pickup {
	position: absolute;
	width: 130px;
	height: auto;
	top: -77px;
	left: -5em;
	z-index: 5;
}

.section-ttl.course::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -3.5em;
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	background: url("../img/common/icon-course.svg") no-repeat center;
	background-size: contain;
}

.course-slider a {
	color: #000;
	text-decoration: none;
}

.course-slider .splide__arrow {
	top: 35%;
	width: 4em;
}

.course-slider .splide__arrow--prev {
	left: -5em;
}

.course-slider .splide__arrow--next {
	right: -5em;
}

.course-slider-item {
	max-width: 360px;
	height: auto;
}

.course-slider-img {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	padding-bottom: calc(243 / 368 * 100%);
}

.course-slider-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

h3.course-slide-ttl {
	font-size: 20px;
	position: relative;
}

h3.course-slide-ttl::after {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: middle;
	margin-left: 3px;
	background-image: url("../img/common/btn-green.svg");
	background-size: 100%;
}

@media screen and (max-width: 1230px) { 
#pick-up .splide__arrows {
	max-width: 360px;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.course-slider .splide__arrow {
	top: 30%;
	width: 3.3em;
}
.course-slider .splide__arrow--prev {
	left: -1em;
}
.course-slider .splide__arrow--next {
	right: -1em;
}
}

@media screen and (max-width: 768px) {
section#pick-up {
	width: 100vw;
	margin: 0px calc(50% - 50vw);
}
.course-slider .splide__arrow {
	top: 30%;
}
.course-slider .splide__arrow--prev {
	left: -1em;
}
.course-slider .splide__arrow--next {
	right: -1em;
}
.course-pickup {
	width: 100px;
	height: 100px;
	top: auto;
	left: auto;
	bottom: -3em;
    right: -1.5em;
}
}

@media screen and (max-width: 460px) { 
#pick-up .splide__arrows {
	margin: 0 10%;
}
}


/******コース詳細******/

.course-wrap {
	margin: 60px 0px 0px;
	padding-bottom: 50px;
}

.course-wrap .section-ttl {
	margin: 100px auto 40px;
	position: relative;
}

.course-bg {
	width: 100vw;
	height: 300px;
	position: relative;
	margin: 0px calc(50% - 50vw) 0px;
	overflow: hidden;
}

#course4 .course-bg {
	background: url("../img/modelcourse/archive/course-list_bg.webp") no-repeat 0 0 / cover;
	background-position: center;
}


.course-bg::before {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	background-repeat: repeat-x;
	background-size: auto 70px;
	background-position: bottom center;
	position: absolute;
	top: -21px;
	left: 0;
}

#course4 .course-bg::before {
	background-image: url("../img/common/wave-green.svg");
}

.course-top {
	max-width: 700px;
	margin: 0 auto;
	position: relative;
}

.course-label {
	color: #00B281;
	font-weight: 500;
}

#course4 .section-ttl::before {
	background-image: url("../img/common/icon-course.svg");
	top: -2.3em;
}

.course-comment {
	position: absolute;
	z-index: 5;
	width: 200px;
	height: auto;
	top: -40%;
	left: -35%;
}

/****記事****/

.course-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 20px;
	margin: 70px auto 0px;
}

.course-item {
	max-width: 360px;
	height: auto;
}

.course-item a {
	color: #000;
	text-decoration: none;
}

.course-img {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	padding-bottom: calc(243 / 368 * 100%);
}

.course-item:hover .course-img img {
	transform: scale(1.1);
	transition: transform 0.5s ease;
}

.course-item:hover .course-item-link-item {
	opacity: .8;
}

.course-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.course-img .imzto-frame {
	pointer-events: none;
	z-index: 2;
}

h3.course-ttl {
	font-size: 20px;
	position: relative;
}

h3.course-ttl::after {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	background-size: contain;
	vertical-align: middle;
	margin-left: 3px;
}

#course4 h3.course-ttl::after {
	background-image: url("../img/common/btn-green.svg");
}

.cource-tag {
	display: inline-flex;
	justify-content: center;
	align-items: center; 
	width: 76px;
	margin: 0;
	padding: 0px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	background-color: #284679;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	text-align: center;
}

article p.cource-tag:first-of-type {
	margin-left: 10px;
}

@media screen and (max-width: 768px) {
	
	.course-top {
		text-align: center;
	}
	
	.course-comment {
		position: static;
	}
	
	.course-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px 20px;
		margin: 20px auto 0;
	}
	
	.course-item {
	max-width: 100%;
	}
	
	.course-item-link {
		display: flex;
		gap: 1em;
	}
	
	.course-item-link {
		display: flex;
	}
	
	.course-item-link-item {
		width: 50%;
	}
	
	.cource-tag {
		height: 26px;
	}
	
	h3.course-ttl {
		font-size: 18px;
		margin-bottom: 0;
	}
	
	.course-label {
		font-size: 14px;
	}
}

/***********

IMIZU「と」

***********/

#imizu-to,
#imizu-to p {
	text-align: center;
	position: relative;
}

#imizu-to::after {
	content: "";
	display: block;
	width: 100%;
	height: 40px;
	background-repeat: repeat-x;
	background-size: auto 80px;
	background-position: bottom center;
	position: absolute;
	top: -21px;
	left: 0;
	background-image: url("../img/common/wave-darkblue.svg");
}

#imizu-to h2 {
	font-size: 30px;
	color: #284679;
	margin: 30px auto;
}

#imizu-to img {
	max-height: 180px;
}

#imizu-to .frame-wave_wrap {
	position: relative;
	background-color: #D9F0F2;
	margin: 0;
	padding-top: 90px;
	padding-bottom: 90px;
	overflow-x: hidden;
	overflow-y: hidden;
}

#imizu-to::before {
	display: none;
}

#imizu-to .btn-catch {
	margin-top: 50px;
}

#imizu-to .btn-basic a {
	color: #FFFCCC;
}

.imizu-to-ttl {
	position: relative;
}

img.kokuhou,
img.gourmet,
img.view, 
img.matsuri {
	position: absolute;
}

img.kokuhou {
	top: 30px;
	left: -40%;
}

img.gourmet {
	top: 100px;
	left: -10%;
}

img.view {
	top: 100px;
	right: -10%;
}

img.matsuri {
	top: 30px;
	right: -40%;
}

@media screen and (max-width: 768px) {
	#imizu-to img {
		max-height: 136px;
	}
	
	#imizu-to h2 {
		font-size: 22px;
	}
	
	#imizu-to p {
		text-align: left;
	}
	
	#imizu-to .btn-catch p {
		text-align: center;
	}
}
