@charset "UTF-8";
@import url("layout.css");
@import url("blog.css");

/*
Theme Name: EAST River Version01
Description: EAST River 公式ホームページ
Author: MIA RESORT
*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html { font-size: 62.5%; }
html body {
    /*font-family: 'Noto Sans JP', sans-serif;*/
    font-family: "Noto Sans JP", sans-serif;
		font-size: clamp(1.5rem, 1.475rem + 0.078vw, 1.6rem);
		line-height: 1.7;
		color: #284949;
		min-width: 0;
		margin: 0;
		padding: var(--pc-edge) var(--pc-edge) 0 calc(var(--pc-edge) * 2 + var(--side-menu-width));
		background-color: var(--base-color);
}
#s_navi {
    display: none;
}
/*===========================
  カスタムプロパティ(変数)
==========================*/
:root {
    --primary-color: #229E9C;
    --sub-color: #284949;
		--accent-color: #caf020;
		--base-color: #e0f8f6;
		--pc-edge: 40px;
		--side-menu-width: clamp(32rem, 21vw, 42rem);
}
/*===========================
  header
==========================*/
.site-header {
		position: relative;
		z-index: 20;
}
.side-menu {
		position: fixed;
		top: var(--pc-edge);
		bottom: var(--pc-edge);
		left: var(--pc-edge);
		width: var(--side-menu-width);
		padding: clamp(17rem, 9vw, 19rem) clamp(2rem, 2vw, 3.2rem) clamp(2.4rem, 2vw, 4rem);
		overflow-y: auto;
		background-color: #fff;
		border-radius: 2.4rem;
		scrollbar-width: none;
}
.side-menu::-webkit-scrollbar {
		display: none;
}
.side-menu-logo {
		position: fixed;
		top: clamp(1.5rem, 1.25vw, 2.4rem);
		left: var(--pc-edge);
		z-index: 1;
		display: block;
		width: var(--side-menu-width);
}
.side-menu-logo img {
		display: block;
		width: clamp(12rem, 8vw, 16rem);
		margin: 0 auto;
}
.site-title {
		margin-top: clamp(1.8rem, 2vw, 3.5rem);
		font-size: clamp(1.3rem, 1vw, 1.8rem);
		font-weight: 400;
		text-align: center;
		white-space: nowrap;
}
.side-nav {
		margin-top: clamp(2.5rem, 3vw, 5rem);
}
.side-nav-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.2rem;
}
.side-nav-list a {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: clamp(6.8rem, 5.5vw, 9.6rem);
		padding: 1.2rem 0.8rem;
		border-radius: 2.4rem;
		background-color: var(--primary-color);
		color: #fff;
		font-size: clamp(1.2rem, 0.8rem + 0.4vw, 1.6rem);
		line-height: 1.4;
		text-align: center;
		text-decoration: none;
		transition: opacity 0.3s ease;
}
.side-nav-list a:hover {
		opacity: 0.75;
}
.side-nav-reserve {
		grid-column: 1 / -1;
}
.side-nav-reserve a {
		gap: 0.8rem;
		background-color: var(--accent-color);
		color: var(--sub-color);
}
.side-nav-reserve i {
		font-size: 1.2em;
}
.side-banner {
		display: block;
		margin-top: clamp(2.4rem, 3vw, 4rem);
		overflow: hidden;
		border-radius: 2rem;
}
.web-reserve {
		position: fixed;
		top: 50%;
		right: 0;
		z-index: 25;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 4.8rem;
		min-height: 15rem;
		padding: 1.5rem 1rem;
		border-radius: 2.4rem 0 0 2.4rem;
		background-color: var(--accent-color);
		color: var(--sub-color);
		font-weight: 700;
		letter-spacing: 0.35em;
		line-height: 1.7;
		text-align: center;
		text-decoration: none;
		transform: translateY(-50%);
		text-orientation: upright;
		writing-mode: vertical-rl;
}

/*===========================
  TOPページ PC
==========================*/
/* ヘッダーイメージ部分 */
.hero-visual {
		position: relative;
		height: calc(100svh - var(--pc-edge) * 2);
		min-height: 64rem;
		overflow: hidden;
		background: url("images/header-pc-img01.webp") center center / cover no-repeat;
		border-radius: 2.4rem;
}
.hero-title {
		position: absolute;
		top: 40%;
		left: clamp(2rem, 3vw, 5rem);
		width: min(66%, 88rem);
		margin: 0;
		transform: translateY(-50%);
}
.hero-title img {
		display: block;
		width: 100%;
}
.hero-description {
		width: min(90%, 135rem);
		margin: 2rem auto 0;
		padding: 1.8rem 3rem;
		border-radius: 10rem;
		background-color: #fff;
		color: var(--primary-color);
		font-size: clamp(1.4rem, 1vw, 2rem);
		text-align: center;
}
/* なぜEAST Riverが選ばれるのか */
.top-reason {
		display: grid;
		grid-template-columns: minmax(32rem, 0.75fr) minmax(0, 1.25fr);
		align-items: center;
		gap: clamp(4rem, 6vw, 10rem);
		width: min(94%, 1400px);
		margin: clamp(8rem, 9vw, 15rem) 0 0;
}
.top-reason-en {
		color: var(--primary-color);
		font-size: clamp(1.2rem, 0.9vw, 1.5rem);
		font-weight: 500;
		letter-spacing: 0.04em;
}
.top-reason h3 {
		margin-top: 0.6rem;
		color: var(--primary-color);
		font-size: clamp(3.2rem, 3vw, 5.2rem);
		font-weight: 600;
		line-height: 1.25;
}
.top-reason-text {
		font-size: clamp(1.4rem, 1vw, 1.7rem);
		line-height: 2;
}
.top-reason-text p + p {
			margin-top: 0.4rem;
}
/* 3つの選ばれる理由 */
.top-why {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: clamp(0.8rem, 0.7vw, 1rem);
		margin-top: clamp(7rem, 8vw, 13rem);
}
.top-why figure {
		position: relative;
		aspect-ratio: 46 / 35;
		overflow: hidden;
		border-radius: 2rem;
}
.top-why img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
}
.top-why h3 {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		margin: 0;
		padding: 1.5rem;
		color: #fff;
		font-size: clamp(1.8rem, 2vw, 3rem);
		font-weight: 700;
		line-height: 1.4;
		text-align: center;
		text-shadow: 0 0 0.2rem var(--sub-color), 0 0.2rem 0.4rem rgba(40, 73, 73, 0.85);
		transform: translate(-50%, -50%);
}
.top-why p {
		margin: 1rem 1.4rem 0;
		font-size: clamp(1.4rem, 0.9vw, 1.6rem);
		line-height: 1.9;
}
.center-p {
		text-align: right;
		margin-top: 10%;
		margin-left: 15px;
}
/* おすすめコース */
.top-course {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: clamp(2rem, 2.9vw, 4rem);
		width: min(100%, 1400px);
		margin: clamp(5rem, 6vw, 10rem) auto 0;
}
.top-course article {
		display: flex;
		flex-direction: column;
		background-color: #fff;
}
.top-course article > a:first-child {
		display: block;
}
.top-course img {
		display: block;
		width: 100%;
		aspect-ratio: 17 / 10;
		object-fit: cover;
		border-radius: 1rem 1rem 0 0;
}
.top-course h4 {
		align-self: center;
		max-width: calc(100% - 2.8rem);
		margin-top: 2.8rem;
		padding-bottom: 0.3rem;
		border-bottom: 1px solid var(--primary-color);
		color: var(--primary-color);
		font-size: clamp(1.5rem, 1.1rem + 0.65vw, 2rem);
		font-weight: 500;
		line-height: 1.4;
		text-align: center;
}
.top-course p {
		margin-right: 1.3rem;
		margin-left: 1.3rem;
		font-size: clamp(1.4rem, 1.1rem + 0.35vw, 1.6rem);
}
.top-course p:first-of-type {
		margin-top: 2.4rem;
}
.top-course p:last-of-type {
		margin-top: 1.8rem;
		line-height: 1.9;
}
.top-course .link-text02 {
		display: block;
		width: min(40%, 27.3rem);
		margin: 2.8rem auto 2.4rem;
		padding: 1.2rem 2rem;
		border-radius: 2rem;
		background-color: var(--primary-color);
		color: #fff;
		text-align: center;
		text-decoration: none;
		transition: opacity 0.3s ease;
}
.top-course .link-text02:hover {
		opacity: 0.75;
}
/* NEWS */
.top-news {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(30rem, 40rem);
		align-items: flex-start;
		gap: clamp(3rem, 2.9vw, 4rem);
		width: 100%;
		margin-top: clamp(10rem, 12vw, 18rem);
}
.top-news h3 {
		width: 100%;
		color: var(--primary-color);
		font-size: clamp(4.2rem, 3.34rem + 2.18vw, 6.4rem);
		font-weight: 700;
		line-height: 1;
}
.top-news h3 span {
		display: block;
		margin-bottom: 0.6rem;
		font-size: clamp(1.3rem, 1.1rem + 0.35vw, 1.6rem);
		font-weight: 500;
}
.top-news .link-text02 {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 1rem;
		width: 100%;
		margin-top: 1.7rem;
		padding: 2rem;
		border-radius: 10rem;
		background-color: var(--primary-color);
		color: #fff;
		font-size: clamp(1.8rem, 1.3rem + 0.6vw, 2.4rem);
		font-weight: 700;
		line-height: 1.6;
		text-align: center;
		text-decoration: none;
		transition: opacity 0.3s ease;
}
.top-news .link-text02:hover {
		opacity: 0.75;
}
.top-news-list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: clamp(0.8rem, 0.7vw, 1rem);
		width: 100%;
		margin-top: 5rem;
}
.top-news-list a {
		display: block;
		color: var(--sub-color);
		text-decoration: none;
		transition: opacity 0.3s ease, transform 0.3s ease;
}
.top-news-list a:hover {
		opacity: 0.75;
		transform: translateY(-0.4rem);
}
.top-news-list a:focus-visible {
		border-radius: 2rem;
		outline: 3px solid var(--primary-color);
		outline-offset: 4px;
}
.top-news-list img {
		display: block;
		width: 100%;
		aspect-ratio: 23 / 17;
		object-fit: cover;
		border-radius: 2rem;
}
.top-news-list time {
		display: block;
		margin-top: 0.8rem;
		font-size: clamp(1.4rem, 1.1rem + 0.35vw, 1.6rem);
}
.top-news-list h4 {
		margin-top: 0.2rem;
		font-size: clamp(1.4rem, 1.1rem + 0.35vw, 1.6rem);
		font-weight: 500;
}
/*===========================
  下層ページ PC
==========================*/
/* 下層ページ共通 */
.pan {
		width: min(92%, 112rem);
		margin: clamp(1.6rem, 2vw, 2.8rem) 5px 0;
		color: #698180;
		font-size: clamp(1.2rem, 1rem + 0.25vw, 1.4rem);
}
.pan p {
		display: flex;
		align-items: center;
		gap: clamp(0.8rem, 1vw, 1.4rem);
		width: fit-content;
		max-width: 100%;
		min-height: 5rem;
		margin: 0;
		padding: 1rem clamp(1.6rem, 2vw, 2.4rem);
		overflow-x: auto;
		border: 1px solid rgba(34, 158, 156, 0.18);
		border-radius: 999px;
		background-color: rgba(255, 255, 255, 0.78);
		box-shadow: 0 0.8rem 2rem rgba(34, 158, 156, 0.06);
		white-space: nowrap;
		scrollbar-width: none;
}
.pan p::-webkit-scrollbar {
		display: none;
}
.pan a {
		color: var(--primary-color);
		font-weight: 600;
		text-decoration-color: rgba(34, 158, 156, 0.4);
		text-decoration-thickness: 1px;
		text-underline-offset: 0.35em;
		transition: color 0.25s ease, text-decoration-color 0.25s ease;
}
.pan a:hover {
		color: var(--sub-color);
		text-decoration-color: var(--sub-color);
}
.pan a:focus-visible {
		border-radius: 0.3rem;
		outline: 2px solid var(--primary-color);
		outline-offset: 0.4rem;
}
/* カヤックコース */
.lower-page {
		width: 100%;
		padding-bottom: clamp(2rem, 5vw, 7rem);
}
.kayak-hero {
		overflow: hidden;
		border-radius: 2.4rem;
}
.kayak-hero img {
		display: block;
		width: 100%;
		aspect-ratio: 2 / 1;
		object-fit: cover;
}
.kayak-intro {
		position: relative;
		isolation: isolate;
		min-height: clamp(68rem, 54vw, 86rem);
		padding: clamp(5rem, 6vw, 8.5rem) clamp(1.5rem, 5vw, 7rem) 4rem;
}
.kayak-intro::before {
		content: "";
		position: absolute;
		top: 7%;
		left: 7%;
		z-index: -1;
		width: min(90%, 105rem);
		aspect-ratio: 2358 / 1400;
		background: url("images/kayak-white.png") center / contain no-repeat;
		opacity: 0.38;
		transform: rotate(-17deg);
}
.kayak-intro-en {
		color: var(--primary-color);
		font-size: clamp(1.2rem, 0.9rem + 0.3vw, 1.6rem);
		font-weight: 500;
}
.kayak-intro h3 {
		margin-top: 0.2rem;
		color: var(--primary-color);
		font-size: clamp(3rem, 2rem + 2vw, 5.4rem);
		font-weight: 600;
		line-height: 1.25;
}
.kayak-intro-text {
		margin-top: clamp(2rem, 2.5vw, 3.5rem);
		font-size: clamp(1.4rem, 1.15rem + 0.3vw, 1.7rem);
		line-height: 2;
}
.kayak-intro-illust {
		width: min(66%, 62rem);
		margin: clamp(4rem, 5vw, 7rem) auto 0;
}
.kayak-intro-illust img {
		display: block;
		width: 100%;
}
.kayak-catch {
		margin-top: clamp(2rem, 2.6vw, 3.5rem);
		color: var(--primary-color);
		font-size: clamp(2rem, 1.3rem + 1vw, 3.2rem);
		font-weight: 700;
		line-height: 1.8;
		text-align: center;
}
.kayak-catch-text {
		margin-top: clamp(1.5rem, 1.7vw, 2.4rem);
		font-size: clamp(1.4rem, 1.15rem + 0.3vw, 1.7rem);
		line-height: 2;
		text-align: center;
}
.kayak-course-list {
		width: min(92%, 112rem);
		margin: clamp(4rem, 4vw, 7rem) auto 0;
}
.kayak-course-card {
		padding: clamp(3rem, 3.5vw, 5.5rem) clamp(2rem, 4.5vw, 7rem);
		border-radius: 2.4rem;
		background-color: #fff;
		box-shadow: 0 1.2rem 3rem rgba(34, 158, 156, 0.06);
}
.kayak-course-card + .kayak-course-card {
		margin-top: clamp(9rem, 10vw, 15rem);
}
.kayak-course-card h4 {
		padding-bottom: 1.3rem;
		border-top: 1px solid rgba(34, 158, 156, 0.6);
		border-bottom: 1px solid rgba(34, 158, 156, 0.6);
		color: var(--primary-color);
		font-size: clamp(2rem, 1.35rem + 1vw, 3.2rem);
		font-weight: 600;
		line-height: 1.5;
		text-align: center;
}
.kayak-course-sp-br {
		display: none;
}
.kayak-course-image {
		margin-top: clamp(3rem, 3vw, 4.5rem);
		overflow: hidden;
}
.kayak-course-image img {
		display: block;
		width: 100%;
		aspect-ratio: 16 / 9;
		object-fit: cover;
}
.kayak-course-description {
		margin-top: clamp(2.5rem, 3vw, 4rem);
		color: var(--primary-color);
		font-size: clamp(1.4rem, 1.15rem + 0.3vw, 1.7rem);
		line-height: 2;
}
.kayak-course-description p + p {
		margin-top: 0.8rem;
}
.kayak-course-data {
		margin-top: clamp(3rem, 3vw, 4.5rem);
		border-top: 1px solid #d8e3e2;
}
.kayak-course-data > div {
		display: grid;
		grid-template-columns: minmax(12rem, 22%) 1fr;
		border-bottom: 1px solid #d8e3e2;
}
.kayak-course-data dt,
.kayak-course-data dd {
		padding: 1.8rem clamp(1rem, 2vw, 2.5rem);
}
.kayak-course-data dt {
		font-weight: 600;
}
.kayak-course-data dd {
		border-left: 1px solid #d8e3e2;
}
.kayak-reserve-button {
		display: block;
		width: min(72%, 38rem);
		margin: clamp(4rem, 5vw, 6rem) auto 0;
		padding: 1.7rem 2rem;
		border-radius: 1.6rem;
		background-color: var(--accent-color);
		color: var(--sub-color);
		font-weight: 600;
		text-align: center;
		text-decoration: none;
		transition: opacity 0.3s ease, transform 0.3s ease;
}
.kayak-reserve-button:hover {
		opacity: 0.78;
		transform: translateY(-0.3rem);
}
.kayak-guide {
		position: relative;
		width: min(92%, 112rem);
		margin: clamp(12rem, 13vw, 19rem) auto 0;
		padding: clamp(6rem, 6vw, 8rem) clamp(2rem, 6vw, 8rem) clamp(4rem, 6vw, 7rem);
		border-radius: 2.4rem;
		background: #fff url("images/fukusou-haikei.png") right bottom / min(32%, 32rem) auto no-repeat;
}
.kayak-guide > h3 {
		position: absolute;
		top: 0;
		left: 50%;
		min-width: min(80%, 36rem);
		padding: 1.8rem 3rem;
		border-radius: 2.4rem;
		background-color: var(--primary-color);
		color: #fff;
		font-size: clamp(2rem, 1.55rem + 0.6vw, 2.8rem);
		font-weight: 600;
		line-height: 1.4;
		text-align: center;
		transform: translate(-50%, -50%);
}
.kayak-guide-note {
		text-align: center;
}
.kayak-guide-list {
		width: min(100%, 78rem);
		margin-top: clamp(3rem, 4vw, 5rem);
}
.kayak-guide-item {
		display: grid;
		grid-template-columns: 13rem 1fr;
		align-items: center;
		gap: clamp(2rem, 3vw, 4rem);
}
.kayak-guide-item + .kayak-guide-item {
		margin-top: 2rem;
}
.kayak-guide-item figure {
		width: 13rem;
}
.kayak-guide-item img {
		display: block;
		width: 100%;
}
.kayak-guide-item h4 {
		color: var(--primary-color);
		font-size: clamp(1.8rem, 1.5rem + 0.4vw, 2.4rem);
		font-weight: 700;
}
.kayak-guide-item p {
		margin-top: 0.5rem;
}
.kayak-guide-list--belongings .kayak-guide-item {
		grid-template-columns: 6.5rem 1fr;
}
.kayak-guide-list--belongings .kayak-guide-item img {
		width: 6.5rem;
}
.kayak-flow {
		width: min(92%, 112rem);
		margin: clamp(12rem, 13vw, 19rem) auto 0;
}
.kayak-flow-heading {
		text-align: center;
}
.kayak-flow-heading p {
		color: var(--primary-color);
		font-size: 1.4rem;
		font-weight: 600;
		letter-spacing: 0.12em;
		text-transform: uppercase;
}
.kayak-flow-heading h3 {
		margin-top: 0.4rem;
		color: var(--primary-color);
		font-size: clamp(2.8rem, 2rem + 1.3vw, 4.4rem);
		font-weight: 600;
}
.kayak-flow-list {
		position: relative;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2rem;
		margin-top: clamp(4rem, 5vw, 7rem);
		counter-reset: kayak-flow;
}
.kayak-flow-item {
		position: relative;
		display: grid;
		grid-template-columns: 7rem 1fr;
		align-items: center;
		gap: 2rem;
		min-height: 15rem;
		padding: 2.5rem;
		border-radius: 2rem;
		background-color: #fff;
		box-shadow: 0 1rem 2.6rem rgba(34, 158, 156, 0.06);
}
.kayak-flow-item:last-child {
		grid-column: 1 / -1;
		width: calc(50% - 1rem);
		margin: 0 auto;
}
.kayak-flow-number {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 7rem;
		aspect-ratio: 1;
		border-radius: 50%;
		background-color: var(--primary-color);
		color: #fff;
		font-size: 2.2rem;
		font-weight: 700;
}
.kayak-flow-item:nth-child(2n) .kayak-flow-number {
		background-color: #5fc3bf;
}
.kayak-flow-item h4 {
		color: var(--primary-color);
		font-size: clamp(1.7rem, 1.45rem + 0.3vw, 2.1rem);
		font-weight: 700;
		line-height: 1.5;
}
.kayak-flow-item p {
		margin-top: 0.7rem;
		font-size: clamp(1.3rem, 1.1rem + 0.3vw, 1.6rem);
		line-height: 1.8;
}
/* 私たちについて */
.company-profile {
		width: min(92%, 90rem);
		margin: clamp(10rem, 11vw, 16rem) auto 0;
		padding: clamp(4rem, 5vw, 7rem) clamp(2.5rem, 6vw, 8rem);
		border-radius: 2.4rem;
		background-color: #fff;
		box-shadow: 0 1.2rem 3rem rgba(34, 158, 156, 0.06);
}
.company-profile-heading {
		text-align: center;
}
.company-profile-heading p {
		color: var(--primary-color);
		font-size: 1.4rem;
		font-weight: 600;
		letter-spacing: 0.12em;
}
.company-profile-heading h3 {
		margin-top: 0.4rem;
		color: var(--primary-color);
		font-size: clamp(2.8rem, 2rem + 1.3vw, 4.4rem);
		font-weight: 600;
		line-height: 1.4;
}
.company-profile-list {
		margin-top: clamp(3rem, 4vw, 5rem);
		border-top: 1px solid #d8e3e2;
}
.company-profile-list > div {
		display: grid;
		grid-template-columns: 18rem 1fr;
		border-bottom: 1px solid #d8e3e2;
}
.company-profile-list dt,
.company-profile-list dd {
		display: flex;
		align-items: center;
		min-height: 7.4rem;
		padding: 1.8rem 2.5rem;
}
.company-profile-list dt {
		color: var(--primary-color);
		font-weight: 700;
}
.company-profile-list dd {
		border-left: 1px solid #d8e3e2;
}
.company-profile-list a {
		color: var(--sub-color);
		text-decoration-color: rgba(40, 73, 73, 0.4);
		text-underline-offset: 0.3em;
}
.company-profile-list a:hover {
		color: var(--primary-color);
}
.about-illust {
		width: min(90%, 1200px);
		margin: clamp(4rem, 5vw, 7rem) auto 0;
}
.about-illust img {
		display: block;
		width: 100%;
}
/* 料金一覧 */
.kayak-intro.price-intro {
		min-height: 0;
		padding-bottom: clamp(2rem, 3vw, 4rem);
}
.kayak-intro--no-background::before {
		display: none;
}
.price-list {
		width: min(92%, 112rem);
		margin: clamp(2rem, 3vw, 4rem) auto 0;
}
.price-list-heading {
		text-align: center;
}
.price-list-heading > p:first-child {
		color: var(--primary-color);
		font-size: 1.4rem;
		font-weight: 600;
		letter-spacing: 0.12em;
}
.price-list-heading h3 {
		margin-top: 0.4rem;
		color: var(--primary-color);
		font-size: clamp(2.8rem, 2rem + 1.3vw, 4.4rem);
		font-weight: 600;
		line-height: 1.4;
}
.price-list-lead {
		margin-top: 1.5rem;
		font-size: clamp(1.4rem, 1.2rem + 0.25vw, 1.7rem);
}
.price-service {
		margin-top: clamp(4rem, 5vw, 7rem);
		padding: clamp(3rem, 4vw, 5rem);
		border-radius: 2.4rem;
		background-color: #fff;
		box-shadow: 0 1.2rem 3rem rgba(34, 158, 156, 0.06);
}
.price-service + .price-service {
		margin-top: clamp(3rem, 4vw, 5rem);
}
.price-service-heading {
		display: flex;
		align-items: center;
		gap: 1.8rem;
}
.price-service-number {
		display: flex;
		flex-shrink: 0;
		align-items: center;
		justify-content: center;
		width: 6.4rem;
		aspect-ratio: 1;
		border-radius: 50%;
		background-color: var(--primary-color);
		color: #fff;
		font-size: 1.8rem;
		font-weight: 700;
		letter-spacing: 0.06em;
}
.price-service-heading p {
		color: var(--primary-color);
		font-size: 1.3rem;
		font-weight: 600;
		letter-spacing: 0.08em;
}
.price-service-heading h4 {
		color: var(--primary-color);
		font-size: clamp(2.2rem, 1.7rem + 0.8vw, 3.2rem);
		font-weight: 600;
		line-height: 1.4;
}
.price-table-wrap {
		margin-top: clamp(2.5rem, 3vw, 4rem);
		overflow: hidden;
		border: 1px solid #c9dddd;
		border-radius: 1.6rem;
}
.price-table {
		width: 100%;
		border-collapse: collapse;
		background-color: #fff;
		font-size: clamp(1.3rem, 1.15rem + 0.2vw, 1.6rem);
		line-height: 1.6;
}
.price-table caption {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
}
.price-table th,
.price-table td {
		padding: 1.8rem clamp(0.8rem, 1.3vw, 1.8rem);
		border-right: 1px solid #c9dddd;
		border-bottom: 1px solid #c9dddd;
		text-align: center;
		vertical-align: middle;
}
.price-table tr > :last-child {
		border-right: 0;
}
.price-table tbody tr:last-child > * {
		border-bottom: 0;
}
.price-table thead th {
		background-color: var(--primary-color);
		color: #fff;
		font-weight: 600;
		line-height: 1.4;
}
.price-table thead th:first-child {
		width: 29%;
}
.price-table thead small {
		font-size: 0.78em;
		font-weight: 400;
}
.price-table tbody th {
		background-color: rgba(224, 248, 246, 0.48);
		color: var(--sub-color);
		font-weight: 500;
		line-height: 1.7;
}
.price-table tbody th strong {
		color: var(--primary-color);
		font-size: 1.08em;
		font-weight: 700;
}
.price-value {
		white-space: nowrap;
}
.price-amount {
		color: var(--primary-color);
		font-size: clamp(1.8rem, 1.5rem + 0.45vw, 2.3rem);
		font-weight: 700;
		font-variant-numeric: tabular-nums;
}
.price-service-link {
		display: block;
		width: min(72%, 38rem);
		margin: clamp(3rem, 4vw, 4.5rem) auto 0;
		padding: 1.5rem 2rem;
		border-radius: 1.6rem;
		background-color: var(--accent-color);
		color: var(--sub-color);
		font-weight: 600;
		text-align: center;
		text-decoration: none;
		transition: opacity 0.3s ease, transform 0.3s ease;
}
.price-service-link:hover {
		opacity: 0.78;
		transform: translateY(-0.3rem);
}
.price-notes {
		margin-top: clamp(3rem, 4vw, 5rem);
		padding: clamp(2.5rem, 3vw, 4rem);
		border: 1px solid rgba(34, 158, 156, 0.35);
		border-radius: 2rem;
		background-color: rgba(255, 255, 255, 0.55);
}
.price-notes h4 {
		color: var(--primary-color);
		font-size: clamp(1.8rem, 1.55rem + 0.35vw, 2.3rem);
		font-weight: 600;
}
.price-notes ul {
		margin-top: 1.4rem;
		padding-left: 1.4em;
}
.price-notes li + li {
		margin-top: 0.6rem;
}
@media only screen and (max-width: 1024px) {
.price-table th,
.price-table td {
		padding-right: 1rem;
		padding-left: 1rem;
}
}
@media only screen and (max-width: 767px) {
.price-list {
		width: auto;
		margin: 7rem 1.5rem 0;
}
.price-list-lead {
		text-align: left;
}
.price-service {
		margin-top: 3.5rem;
		padding: 2.5rem 1.5rem 3rem;
		border-radius: 1.8rem;
}
.price-service + .price-service {
		margin-top: 2.5rem;
}
.price-service-heading {
		gap: 1.3rem;
}
.price-service-number {
		width: 5.2rem;
		font-size: 1.5rem;
}
.price-service-heading p {
		font-size: 1.1rem;
}
.price-table-wrap {
		overflow: visible;
		border: 0;
		border-radius: 0;
}
.price-table,
.price-table tbody,
.price-table tr,
.price-table th,
.price-table td {
		display: block;
		width: 100%;
}
.price-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
}
.price-table tbody tr {
		overflow: hidden;
		border: 1px solid #c9dddd;
		border-radius: 1.4rem;
}
.price-table tbody tr + tr {
		margin-top: 1.8rem;
}
.price-table tbody th {
		padding: 1.6rem 1.2rem;
		border-right: 0;
		border-bottom: 1px solid #c9dddd;
		background-color: var(--primary-color);
		color: #fff;
}
.price-table tbody th strong {
		color: var(--accent-color);
}
.price-table tbody td {
		display: grid;
		grid-template-columns: minmax(12rem, 1fr) 1fr;
		align-items: center;
		padding: 1.2rem;
		border-right: 0;
		border-bottom: 1px solid #c9dddd;
		text-align: right;
}
.price-table tbody td::before {
		content: attr(data-label);
		color: var(--sub-color);
		font-size: 1.2rem;
		font-weight: 600;
		text-align: left;
}
.price-table tbody tr:last-child > *:last-child,
.price-table tbody tr > *:last-child {
		border-bottom: 0;
}
.price-service-link {
		width: min(92%, 32rem);
		margin-top: 2.8rem;
		padding: 1.4rem 1rem;
}
.price-notes {
		margin-top: 2.5rem;
		padding: 2.2rem 1.8rem;
		border-radius: 1.6rem;
}
.price-notes li {
		font-size: 1.3rem;
}
}
/* よくある質問 */
.qa-list {
		width: min(92%, 100rem);
		margin: clamp(2rem, 3vw, 4rem) auto 0;
}
.qa-list-heading {
		text-align: center;
}
.qa-list-heading > p:first-child {
		color: var(--primary-color);
		font-size: 1.4rem;
		font-weight: 600;
		letter-spacing: 0.12em;
}
.qa-list-heading h3 {
		margin-top: 0.4rem;
		color: var(--primary-color);
		font-size: clamp(2.8rem, 2rem + 1.3vw, 4.4rem);
		font-weight: 600;
		line-height: 1.4;
}
.qa-list-lead {
		margin-top: 1.5rem;
		font-size: clamp(1.4rem, 1.2rem + 0.25vw, 1.7rem);
}
.qa-items {
		margin-top: clamp(3rem, 4vw, 5rem);
}
.qa-item {
		overflow: hidden;
		border: 1px solid #c9dddd;
		border-radius: 1.6rem;
		background-color: #fff;
		box-shadow: 0 0.8rem 2rem rgba(34, 158, 156, 0.05);
}
.qa-item + .qa-item {
		margin-top: 1.4rem;
}
.qa-question {
		display: grid;
		grid-template-columns: 5rem minmax(0, 1fr) 3.6rem;
		align-items: center;
		gap: clamp(1.2rem, 2vw, 2rem);
		min-height: 9rem;
		padding: 1.8rem clamp(2rem, 3vw, 3.5rem);
		color: var(--sub-color);
		font-size: clamp(1.6rem, 1.35rem + 0.35vw, 2rem);
		font-weight: 600;
		line-height: 1.6;
		list-style: none;
		cursor: pointer;
		transition: background-color 0.3s ease, color 0.3s ease;
}
.qa-question::-webkit-details-marker {
		display: none;
}
.qa-question::after {
		content: "＋";
		display: flex;
		align-items: center;
		justify-content: center;
		width: 3.6rem;
		aspect-ratio: 1;
		border-radius: 50%;
		background-color: rgba(34, 158, 156, 0.12);
		color: var(--primary-color);
		font-size: 2.2rem;
		font-weight: 400;
		line-height: 1;
}
.qa-question:hover {
		background-color: rgba(224, 248, 246, 0.42);
}
.qa-question:focus-visible {
		outline: 3px solid var(--accent-color);
		outline-offset: -3px;
}
.qa-item[open] .qa-question {
		background-color: var(--primary-color);
		color: #fff;
}
.qa-item[open] .qa-question::after {
		content: "－";
		background-color: #fff;
}
.qa-mark {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 5rem;
		aspect-ratio: 1;
		border-radius: 50%;
		font-size: 2rem;
		font-weight: 700;
		line-height: 1;
}
.qa-mark--question {
		background-color: var(--primary-color);
		color: #fff;
}
.qa-item[open] .qa-mark--question {
		background-color: #fff;
		color: var(--primary-color);
}
.qa-answer {
		display: grid;
		grid-template-columns: 5rem minmax(0, 1fr);
		align-items: start;
		gap: clamp(1.2rem, 2vw, 2rem);
		padding: clamp(2rem, 3vw, 3.5rem);
		border-top: 1px solid #c9dddd;
		background-color: rgba(255, 255, 255, 0.72);
}
.qa-mark--answer {
		background-color: var(--accent-color);
		color: var(--sub-color);
}
.qa-answer-text {
		padding-top: 0.7rem;
		font-size: clamp(1.4rem, 1.2rem + 0.25vw, 1.7rem);
		line-height: 1.9;
}
.qa-answer-text p + p,
.qa-answer-text p + ul {
		margin-top: 1rem;
}
.qa-answer-text ul {
		padding-left: 1.4em;
}
.qa-answer-text li + li {
		margin-top: 0.4rem;
}
.qa-answer-text a {
		color: var(--primary-color);
		font-weight: 600;
		text-decoration-color: rgba(34, 158, 156, 0.45);
		text-underline-offset: 0.25em;
}
.qa-answer-text a:hover {
		text-decoration-color: var(--primary-color);
}
@media only screen and (max-width: 767px) {
.qa-list {
		width: auto;
		margin: 5rem 1.5rem 0;
}
.qa-list-lead {
		text-align: left;
}
.qa-items {
		margin-top: 3rem;
}
.qa-item {
		border-radius: 1.4rem;
}
.qa-item + .qa-item {
		margin-top: 1rem;
}
.qa-question {
		grid-template-columns: 3.8rem minmax(0, 1fr) 2.8rem;
		gap: 1rem;
		min-height: 7.4rem;
		padding: 1.4rem 1.2rem;
		font-size: 1.5rem;
}
.qa-question::after {
		width: 2.8rem;
		font-size: 1.8rem;
}
.qa-mark {
		width: 3.8rem;
		font-size: 1.6rem;
}
.qa-answer {
		grid-template-columns: 3.8rem minmax(0, 1fr);
		gap: 1rem;
		padding: 1.6rem 1.2rem 1.8rem;
}
.qa-answer-text {
		padding-top: 0.3rem;
		font-size: 1.4rem;
		line-height: 1.8;
}
}
/*===========================
  お問合せ
==========================*/
#form {
	width: min(94%, 1200px);
	margin: clamp(5rem, 8vw, 9rem) auto;
	padding: clamp(2.5rem, 5vw, 6rem);
	border-top: 3px solid var(--sub-color);
	background-color: rgba(255, 255, 255, 0.58);
	box-shadow: 0 1.2rem 3rem rgba(8, 39, 60, 0.1);
	color: var(--primary-color);
}
#form dl {
	display: grid;
	grid-template-columns: 28rem 1fr;
	margin-top: 2rem;
	border-top: 1px solid rgba(8, 39, 60, 0.18);
}
#form dt {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 2.4rem 2rem;
	border-bottom: 1px solid rgba(8, 39, 60, 0.18);
	font-size: clamp(1.5rem, 1.406rem + 0.295vw, 1.8rem);
	font-weight: 500;
}
#form dd {
	display: flex;
	align-items: center;
	min-width: 0;
	min-height: 7.4rem;
	padding: 2rem 2.5rem;
	border-bottom: 1px solid rgba(8, 39, 60, 0.18);
	background-color: rgba(255, 255, 255, 0.72);
	color: rgba(8, 39, 60, 0.80);
	font-size: clamp(1.4rem, 1.306rem + 0.295vw, 1.7rem);
}
#form dd p{
	line-height: 1.8;
}
.hiss {
	display: inline-block;
	padding: 0.2rem 0.7rem;
	background-color: var(--sub-color);
	color: #fff;
	font-size: 1.3rem;
	font-weight: 400;
	margin-right: 5px;
}
.mail_box {
	margin: 0.5rem 0;
	font-size: 1.5rem;
}
.form-width {/* class:form-widthをcontact-form7へ テキストエリアの幅*/
	max-width: 100%;
}
#form > p {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	text-align: right;
}
#form > .form-required-note {
	text-align: center;
}
#form .red-text01 {
	color: var(--sub-color);
	font-weight: 500;
}
#form > .space20 {
	margin-top: 3rem;
	text-align: center;
}
#form .wpcf7-submit {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#form dd,
#form dd > p,
#form .wpcf7-form-control-wrap {
	width: 100%;
	min-width: 0;
}
#form .wpcf7-form-control-wrap[data-name="otona01"] {
	display: inline-block;
	width: auto;
	margin-bottom: 1.2rem;
}

#form input[type="text"],
#form input[type="email"],
#form input[type="tel"],
#form textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
#form .wpcf7-form-control-wrap[data-name="otona01"] {
	display: inline-block;
	width: auto;
	margin-bottom: 1.2rem;
}
#form > .space20 {
	margin-top: 3rem;
	text-align: center;
}
#form .wpcf7-submit {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.mail_box {
	padding: 10px 0px;
}
/*===========================
  footer
==========================*/
.footer {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		margin-top: clamp(10rem, 12vw, 18rem);
}
.footer-sns,
.footer-contact {
		min-width: 0;
		border-radius: 4rem 4rem 0 0;
}
.footer-sns {
		padding: 4.5rem 3.5rem 1.5rem;
		background-color: #bfe4e2;
		text-align: center;
}
.footer-sns h2 {
		font-size: clamp(1.8rem, 1.4rem + 0.4vw, 2.2rem);
		font-weight: 600;
		line-height: 1.3;
}
.footer-insta {
		display: block;
		width: min(100%, 63rem);
		margin-top: 1.5rem;
		margin-right: auto;
		margin-left: auto;
		overflow: hidden;
		border-radius: 2rem;
}
.footer-insta img {
		display: block;
		width: 100%;
}
.footer-nav {
		width: min(60%, 34rem);
		margin: 2.5rem auto 0;
		text-align: left;
}
.footer-nav ul {
		display: grid;
		grid-template-rows: repeat(4, auto);
		grid-auto-flow: column;
		gap: 0.8rem clamp(3rem, 5vw, 8rem);
}
.footer-nav a {
		color: var(--sub-color);
		text-decoration: none;
		white-space: nowrap;
		transition: opacity 0.3s ease;
}
.footer-nav a::before {
		content: "・";
}
.footer-nav a:hover {
		opacity: 0.65;
}
.footer-policy {
		display: inline-block;
		margin-top: 2.6rem;
		color: var(--sub-color);
		text-decoration: none;
}
.footer-copyright {
		margin-top: 0.5rem;
}
.footer-copyright small {
		font-size: 1.4rem;
}
.footer-contact {
		padding: 4.5rem clamp(4rem, 5.7vw, 8rem);
		background-color: #e7eee4;
}
.footer-contact > * {
		width: min(100%, 52rem);
		margin-right: auto;
		margin-left: auto;
}
.footer-contact h2 {
		font-size: clamp(2.4rem, 1.8rem + 0.65vw, 3rem);
		font-weight: 700;
		line-height: 1.1;
}
.footer-contact h2 span {
		display: block;
		color: var(--primary-color);
		font-size: clamp(2rem, 1.5rem + 0.6vw, 2.7rem);
		font-weight: 600;
}
.footer-contact > p {
		margin-top: 2.2rem;
		font-size: clamp(1.4rem, 1.2rem + 0.25vw, 1.6rem);
		line-height: 1.9;
}
.footer-contact > p:last-of-type {
		margin-top: 3.2rem;
}
.footer-contact-links {
		margin-top: 3rem;
}
.footer-contact-links a {
		display: block;
		width: 100%;
		padding: 1.8rem 3.4rem;
		border-radius: 2rem;
		background-color: var(--primary-color);
		color: #fff;
		font-size: clamp(2.2rem, 1.5rem + 0.8vw, 3rem);
		font-weight: 700;
		line-height: 1.8;
		text-decoration: none;
		transition: opacity 0.3s ease;
}
.footer-contact-links a + a {
		margin-top: 1.5rem;
		background-color: #64b6b3;
}
.footer-contact-links a:hover {
		opacity: 0.75;
}
/*===========================
メールフォームのスタイル
==========================*/
input,textarea,select {
    /* ress.min.cssでリセットされているのでここで命令 */
    background-color: #f8f8f8;
    border: 1px solid #e2e2e2;
}
.wpcf7 input[type="submit"] {
    font-size: 1.8rem;
    padding: 0.2em 0.4em;
    background: #eee;
    color: #555;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 0 1px rgba(0,0,0,.2);
    border: 1px solid #ccc;
    text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="submit"]:hover {
    box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
span.wpcf7-list-item {/*チェックボックス改行*/
display: block!important;
}

/*/ _// _// _// _// _// _// _// _// _// _// _/
メディアクエリによる切り替え
/ _// _// _// _// _// _// _// _// _// _// _// _*/
@media only screen and (max-width: 1280px) {
.kayak-intro {
		min-height: 65rem;
}
.footer {
		grid-template-columns: 1fr;
}
.footer-contact {
		border-radius: 0;
}
.side-menu {
		padding-right: 2rem;
		padding-left: 2rem;
}
.side-nav-list a {
		border-radius: 2rem;
}
.hero-title {
		width: 72%;
}
}
@media only screen and (max-width: 1024px) { /* 1024pxとそれ以下 */

/*===========================
  header部分
==========================*/
.side-menu {
		display: none;
}
#s_navi {
		display: flex;
		align-items: center;
		height: 70px;
		background-color: rgba(255, 255, 255, 0.96);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 30;
		width: 100%;
		box-shadow: 0 0.4rem 1.5rem rgba(40, 73, 73, 0.1);
}
.sp-header-logo {
		width: 82px;
		height: 70px;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 2;
		padding: 0.7rem 1.4rem;
}
.sp-header-logo a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
}
.sp-header-logo img {
		display: block;
		width: auto;
		max-width: 100%;
		height: 100%;
		object-fit: contain;
}
.sp-header-title {
		margin-left: 0.8rem;
		font-size: clamp(1.1rem, 2.4vw, 1.6rem);
		font-weight: 500;
		line-height: 1.4;
}
.menu-trigger {
		display: block;
		flex-shrink: 0;
		width: 48px;
		height: 48px;
		padding: 0;
		border: 0;
		background: transparent;
		position: relative;
		z-index: 2;
		margin-right: 18px;
		margin-left: auto;
		cursor: pointer;
}
.menu-trigger span {
		width: 30px;
		height: 2px;
		background-color: var(--sub-color);
		position: absolute;
		left: 9px;
		transition: transform 0.3s ease, opacity 0.3s ease;
}
.menu-trigger span:nth-child(1) {
		top: 14px;
}
.menu-trigger span:nth-child(2) {
		top: 23px;
}
.menu-trigger span:nth-child(3) {
		top: 32px;
}
.menu-trigger.active span:nth-child(1) {
		transform: translateY(9px) rotate(45deg);
}
.menu-trigger.active span:nth-child(2) {
		opacity: 0;
}
.menu-trigger.active span:nth-child(3) {
		transform: translateY(-9px) rotate(-45deg);
}
.g-nav {
		display: none;
		background-color: rgba(255, 255, 255, 0.98);
		position: absolute;
		top: 70px;
		left: 0;
		width: 100%;
		padding: 22px 7% 30px;
}
.g-nav ul {
		list-style: none;
}
.g-nav li {
		border-bottom: 1px solid rgba(8, 39, 60, 0.2);
}
.g-nav a {
		display: block;
		padding: 10px 4px;
		color: var(--sub-color);
		text-decoration: none;
}

/*===========================
  TOPページ スマホ
==========================*/
html body {
			padding: 70px 0 0;
}
.hero-visual {
		height: calc(100svh - 70px);
		min-height: 58rem;
		border-radius: 0 0 2.4rem 2.4rem;
}
.hero-title {
		top: auto;
		bottom: clamp(3rem, 8vw, 7rem);
		left: 5%;
		width: 90%;
		padding: clamp(2rem, 4vw, 3.5rem);
		transform: none;
}
.hero-description {
		width: min(90%, 70rem);
		border-radius: 2.4rem;
}
.web-reserve {
		min-height: 13rem;
		font-size: 1.4rem;
}

/*===========================
  下層ページ スマホ
==========================*/
/* 下層ページ共通 */
.kayak-hero {
		border-radius: 0 0 2.4rem 2.4rem;
}
.kayak-intro {
		min-height: 66rem;
}
.kayak-guide {
		background-size: min(28%, 25rem) auto;
}

/*===========================
  footer スマホ
==========================*/

/*===========================
メールフォームのスタイル
==========================*/
#form {
	padding: clamp(2.5rem, 4vw, 4rem);
}
.form-width {/* class:form-widthをcontact-form7へ テキストエリアの幅*/
    max-width: 100%;
}
textarea,input {
    max-width: 100%;
}
.w-700 {
    width: auto;
    margin: auto;
}
}

@media only screen and (max-width: 767px) {
#form dl {
	grid-template-columns: 1fr;
}
#form dt {
	padding: 1.6rem 1.2rem 0.8rem;
	border-bottom: 0;
}
#form dd {
	min-height: 0;
	padding: 0.8rem 1.2rem 1.8rem;
}
.kayak-hero {
		border-radius: 0 0 1.8rem 1.8rem;
}
.kayak-hero img {
		aspect-ratio: 4 / 3;
		object-position: 58% center;
}
.pan {
		width: auto;
		margin: 1.2rem 1.5rem 0;
		font-size: 1.2rem;
}
.pan p {
		min-height: 4.4rem;
		gap: 0.8rem;
		padding: 0.8rem 1.2rem;
		border-radius: 1.4rem;
		box-shadow: none;
}
.kayak-intro {
		min-height: 0;
		padding: 4.5rem 5% 2rem;
}
.kayak-intro::before {
		top: 11rem;
		left: 0;
		width: 100%;
}
.kayak-intro-text br,
.kayak-catch-text br {
		display: none;
}
.kayak-intro-illust {
		width: 90%;
		margin-top: 4rem;
}
.kayak-catch {
		font-size: clamp(1.8rem, 5.5vw, 2.3rem);
}
.kayak-catch-text {
		line-height: 1.9;
		text-align: left;
}
.kayak-course-list {
		width: auto;
		margin: 5rem 1.5rem 0;
}
.kayak-course-card {
		padding: 2.5rem 1.5rem 3.5rem;
		border-radius: 1.8rem;
}
.kayak-course-card + .kayak-course-card {
		margin-top: 7rem;
}
.kayak-course-card h4 {
		padding: 1rem 0.5rem;
		font-size: clamp(1.8rem, 5.2vw, 2.2rem);
}
.kayak-course-sp-br {
		display: block;
}
.kayak-course-image {
		margin-top: 2.5rem;
}
.kayak-course-image img {
		aspect-ratio: 4 / 3;
}
.kayak-course-description {
		margin-top: 2.5rem;
		line-height: 1.9;
}
.kayak-course-description br {
		display: none;
}
.kayak-course-data {
		margin-top: 3rem;
}
.kayak-course-data > div {
		grid-template-columns: 9rem 1fr;
}
.kayak-course-data dt,
.kayak-course-data dd {
		padding: 1.4rem 1rem;
}
.kayak-reserve-button {
		width: min(88%, 32rem);
		margin-top: 3.5rem;
		padding: 1.4rem 1rem;
}
.kayak-guide {
		width: auto;
		margin: 10rem 1.5rem 0;
		padding: 6rem 1.5rem 3.5rem;
		background-position: right bottom;
		background-size: 30% auto;
		border-radius: 1.8rem;
}
.kayak-guide--belongings {
		background-position: right 1.5rem bottom 1.5rem;
}
.kayak-guide > h3 {
		min-width: min(88%, 32rem);
		padding: 1.5rem 2rem;
		border-radius: 1.8rem;
}
.kayak-guide-note {
		text-align: left;
}
.kayak-guide-list {
		margin-top: 3rem;
}
.kayak-guide-item {
		grid-template-columns: 8.5rem 1fr;
		gap: 1.5rem;
}
.kayak-guide-item + .kayak-guide-item {
		margin-top: 2.5rem;
}
.kayak-guide-item figure {
		width: 8.5rem;
}
.kayak-guide-item p {
		padding-right: 0.5rem;
		font-size: 1.3rem;
}
.kayak-guide-list--belongings .kayak-guide-item {
		grid-template-columns: 4.25rem 1fr;
}
.kayak-guide-list--belongings .kayak-guide-item img {
		width: 4.25rem;
}
.kayak-flow {
		width: auto;
		margin: 10rem 1.5rem 0;
}
.kayak-flow-list {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		margin-top: 3.5rem;
}
.kayak-flow-item {
		grid-template-columns: 5.5rem 1fr;
		gap: 1.5rem;
		min-height: 0;
		padding: 2rem 1.5rem;
		border-radius: 1.6rem;
}
.kayak-flow-item:last-child {
		grid-column: auto;
		width: 100%;
}
.kayak-flow-number {
		width: 5.5rem;
		font-size: 1.8rem;
}
.kayak-flow-item h4 {
		font-size: 1.7rem;
}
.kayak-flow-item p {
		font-size: 1.3rem;
}
.company-profile {
		width: auto;
		margin: 10rem 1.5rem 0;
		padding: 3.5rem 1.5rem;
		border-radius: 1.8rem;
}
.company-profile-list {
		margin-top: 3rem;
}
.company-profile-list > div {
		grid-template-columns: 8.5rem 1fr;
}
.company-profile-list dt,
.company-profile-list dd {
		min-height: 6.4rem;
		padding: 1.4rem 1rem;
}
.footer {
		grid-template-columns: 1fr;
		margin-top: 10rem;
}
.footer-sns,
.footer-contact {
		border-radius: 0;
}
.footer-sns {
		padding: 4rem 1.5rem 3rem;
}
.footer-nav {
		width: min(90%, 34rem);
}
.footer-nav ul {
		gap: 0.8rem 2rem;
}
.footer-contact {
		order: -1;
		padding: 4rem 1.5rem;
		border-radius: 3rem 3rem 0 0;
}
.footer-contact-links a {
		padding: 1.5rem 2rem;
		font-size: 2.2rem;
		line-height: 1.5;
}
.top-news-list {
		grid-template-columns: 1fr;
		gap: 3rem;
		width: auto;
		margin: 4rem 1.5rem 0;
}
.top-news {
		display: flex;
		gap: 2rem;
		width: auto;
		margin: 10rem 1.5rem 0;
}
.top-news h3 {
		width: auto;
}
.top-news .link-text02 {
		width: min(52%, 20rem);
		margin-top: 1.3rem;
		padding: 1.4rem 1rem;
		font-size: 1.7rem;
}
.top-course {
		grid-template-columns: 1fr;
		gap: 4rem;
		width: auto;
		margin: 5rem 1.5rem 0;
}
.top-course .link-text02 {
		width: min(72%, 27.3rem);
}
.top-why {
		grid-template-columns: 1fr;
		gap: 4rem;
		margin-top: 7rem;
}
.top-why h3 {
		font-size: clamp(2.2rem, 7vw, 2.8rem);
}
.top-why p {
		margin-right: 5%;
		margin-left: 5%;
}
.hero-visual {
			height: min(72rem, calc(100svh - 70px));
		min-height: 50rem;
		background-position: 58% center;
}
.hero-title {
		top: 20%;
		bottom: auto;
		padding: 1.8rem;
}
.hero-description {
		margin-top: 1.5rem;
		padding: 1.8rem 2rem;
		font-size: 1.4rem;
		text-align: left;
}
.top-reason {
		grid-template-columns: 1fr;
		gap: 3rem;
		width: 100%;
		margin-top: 7rem;
		padding: 0 5%;
}
.top-reason h3 {
		font-size: clamp(3rem, 9vw, 4.2rem);
}
.top-reason-text {
		line-height: 1.9;
}
.web-reserve {
		width: 4.2rem;
		min-height: 11rem;
		padding: 1.2rem 0.8rem;
		border-radius: 1.8rem 0 0 1.8rem;
		font-size: 1.2rem;
}
}
