body {
	font-family: "Noto Sans JP", serif;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

#price,
#schedule,
#sub-access {
	scroll-margin-top: 4.375rem;
}

.layout-about {
	margin-top: 4.375rem;
}

.layout-access {
	margin-top: 4.0625rem;
}

.layout-blog {
	margin-top: 3.75rem;
}

.layout-footer {
	margin-top: 5.625rem;
}

.layout-footer.layout-footer--margin {
	margin-top: 0;
}

.layout-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0.9375rem;
	z-index: 900;
}

.layout-new-report {
	margin-top: 3.125rem;
}

.layout-sub-about {
	margin-top: 3.75rem;
}

.layout-sub-fishing-boat {
	margin-top: 5.4375rem;
}

.about__wrap {
	margin-top: 1.25rem;
}

.about__content {
	color: #010123;
	font-family: "Noto Sans JP", serif;
}

.about__sub-title {
	font-size: 1.25rem;
	font-weight: 700;
}

.about__text {
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 1.25rem;
}

.about__message {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 1.0625rem;
}

.about__name {
	font-size: 1rem;
	font-weight: 500;
	margin-top: 1.71875rem;
}

.about__button {
	margin-top: 4.375rem;
	text-align: center;
}

.about__img {
	margin-top: 1.875rem;
}

.about__img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.access__wrap {
	margin-top: 1.5625rem;
}

.access__map-wrap {
	width: 100%;
}

.access__map {
	aspect-ratio: 4/3;
	height: 100%;
	width: 100%;
}

.access__map iframe {
	height: 100%;
	width: 100%;
}

.access__content {
	color: #010123;
	font-family: "Noto Sans JP", serif;
	margin-top: 1.25rem;
}

.access__name {
	font-size: 1.25rem;
	font-weight: 600;
}

.access__info {
	margin-top: 1.25rem;
}

.access__items {
	border-bottom: 0.03125rem solid;
	display: flex;
	font-weight: 500;
	justify-content: flex-start;
	padding-bottom: 0.96875rem;
}

.access__items:not(:first-child) {
	margin-top: 0.625rem;
}

.access__label {
	font-size: 1rem;
	min-width: 6.25rem;
	white-space: nowrap;
}

.access__value {
	flex: 1;
	font-size: 1rem;
	line-height: 1.3;
	margin-left: 1.875rem;
}

.access__button {
	margin-top: 2.5rem;
	text-align: center;
}

.access__booking {
	margin-top: 3.75rem;
}

.access__booking-img img {
	-o-object-fit: cover;
	aspect-ratio: 810/306;
	object-fit: cover;
	width: 100%;
}

.access__booking-content {
	align-items: center;
	background-color: #010123;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1.875rem 0;
}

.access__booking-text {
	color: #fff;
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	font-weight: 700;
}

.access__booking-button {
	margin-top: 0.9375rem;
}

.blog__title {
	color: #010123;
	font-family: "Oswald", serif;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.blog__pickup {
	margin-top: 1.25rem;
}

.blog__wave {
	margin-top: 2.5rem;
	position: relative;
	width: 100%;
	z-index: -1;
}

.blog__wave img {
	display: block;
	height: auto;
	width: 100vw;
}

.blog__wrap {
	background-color: #010123;
	padding: 5.9375rem 0 3.125rem;
	position: relative;
}

.blog__pagination {
	margin-top: 4.0625rem;
}

.booking__wrap {
	display: flex;
}

.booking__img img {
	-o-object-fit: cover;
	aspect-ratio: 810/306;
	object-fit: cover;
	width: 100%;
}

.booking__content {
	background-color: #010123;
}

.booking__text {
	color: #fff;
	font-family: "Noto Sans JP", serif;
	font-size: 1.5625rem;
	font-weight: 700;
}

.breadcrumb {
	margin-top: 0.625rem;
}

.breadcrumb__text {
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	font-weight: 500;
}

.button-back__link {
	background-color: #fff;
	border: 0.09375rem solid;
	border-radius: 0.3125rem;
	color: #010123;
	display: block;
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding: 1.25rem 0;
	position: relative;
	text-align: center;
	transition: 0.3s;
}

.button-back__link::before {
	background-image: url(../images/common/arrow-left.webp);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 0.5rem;
	left: 1.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 1.875rem;
}

.button-back__link:hover {
	background-color: #010123;
	border: 0.09375rem solid;
	color: #fff;
}

.button-back__link:hover::before {
	background-image: url(../images/common/white-arrow-left.webp);
}

.button-booking__link {
	background-color: transparent;
	border: 0.09375rem solid;
	border-radius: 0.3125rem;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
	min-width: 18.75rem;
	padding: 1.25rem 4.4375rem;
	position: relative;
	text-align: center;
	transition: 0.3s;
}

.button-booking__link::before {
	background-image: url(../images/common/phone.webp);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 0.96875rem;
	margin-right: 0.3125rem;
	transition: 0.3s;
	width: 0.96875rem;
}

.button-booking__link::after {
	background-image: url(../images/common/white-arrow-right.webp);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 0.5rem;
	position: absolute;
	right: 1.3125rem;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 1.875rem;
}

.button-booking__link:hover {
	background-color: #fff;
	border: 0.09375rem solid;
	color: #010123;
}

.button-booking__link:hover::after {
	background-image: url(../images/common/arrow-right.webp);
}

.button-booking__link:hover::before {
	background-image: url(../images/common/phone-navy.webp);
}

.button-booking__link.button-booking__link--number {
	font-family: "Oswald", serif;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.button-booking__link.button-booking__link--number::before {
	height: 0.9375rem;
	margin-right: 0.3125rem;
	width: 0.9375rem;
}

.button-booking__link.button-booking__link--number::after {
	height: 0.625rem;
	right: 1.25rem;
	width: 2.5rem;
}

.button__link {
	background-color: #fff;
	border: 0.09375rem solid;
	border-radius: 0.3125rem;
	color: #010123;
	display: inline-block;
	font-family: "Oswald", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.2;
	min-width: 18.75rem;
	padding: 1.0625rem 3.75rem;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: 0.3s;
}

.button__link.button__link--large {
	font-family: "Noto Sans JP", serif;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

.button__link::after {
	background-image: url(../images/common/arrow-right.webp);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 0.5rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 1.875rem;
}

.button__link:hover {
	background-color: #010123;
	border: 0.09375rem solid;
	color: #fff;
}

.button__link:hover::after {
	background-image: url(../images/common/white-arrow-right.webp);
}

.card img {
	transition: 0.3s;
}

.card:hover img {
	opacity: 0.8;
}

.card__img img {
	-o-object-fit: cover;
	aspect-ratio: 332/270;
	object-fit: cover;
	object-position: center top;
	width: 100%;
}

.card__img.card__img--large img {
	aspect-ratio: 445/300;
}

.card__meta {
	color: #fff;
	font-family: "Noto Sans JP", serif;
	margin-top: 0.9375rem;
}

.card__wrap {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}

.card__day {
	font-size: 0.9375rem;
	letter-spacing: 0.03em;
	white-space: nowrap;
}

.card__tag {
	border: 0.0625rem solid;
	border-radius: 0.3125rem;
	font-size: 0.875rem;
	margin-left: 0.375rem;
	padding: 0.375rem 0.625rem;
	white-space: nowrap;
}

.card__text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	margin-top: 0.5rem;
}

.cards {
	grid-gap: 1.5625rem;
	display: grid;
	gap: 1.5625rem;
}

.footer {
	background-image: url(../images/common/footer.webp);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-family: "Noto Sans JP", serif;
	padding: 2.8125rem 0 2.9375rem;
	position: relative;
	z-index: 0;
}

.footer::before {
	background: #010123;
	background: linear-gradient(180deg, rgb(1, 1, 35) 20%, rgba(1, 1, 35, 0.5) 100%);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.footer__wrap {
	color: #fff;
}

.footer__logo {
	max-width: 11.625rem;
}

.footer__right {
	margin-top: 1.25rem;
}

.footer__nav-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.footer__nav-item {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	transition: 0.3s;
}

.footer__nav-item a {
	display: block;
	padding: 0.625rem;
}

.footer__nav-item a:hover {
	opacity: 0.7;
}

.footer__nav-contact {
	margin-top: 2.375rem;
	text-align: center;
}

.footer__copyright {
	display: block;
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.02em;
	margin-top: 4.375rem;
	text-align: center;
}

.header {
	filter: drop-shadow(0 1px 26px rgba(0, 0, 0, 0.13));
	height: 3.4375rem;
	padding-left: 20px;
	padding-right: 20px;
}

.header__inner {
	background-color: #fff;
	border-radius: 0.3125rem;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	position: relative;
	width: 100%;
}

.header__logo {
	height: inherit;
	max-width: 6.5rem;
	width: 100%;
}

.header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__nav {
	display: none;
	height: inherit;
}

.header__nav-list {
	display: flex;
	height: inherit;
}

.header__nav-item {
	height: inherit;
	transition: 0.6s;
}

.header__nav-item a {
	align-items: center;
	color: #010123;
	display: flex;
	font-family: "Noto Sans JP", serif;
	font-size: clamp(14px, 9.42px + 0.45vw, 18px);
	font-weight: 500;
	height: inherit;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-left: clamp(10px, -7.14px + 1.67vw, 25px);
	padding-right: clamp(10px, -7.14px + 1.67vw, 25px);
	transition: 0.3s;
}

.header__nav-item a:hover {
	opacity: 0.7;
}

.header__nav-item.header__nav-item--contact {
	align-items: center;
	display: flex;
}

.header__phone {
	font-family: "Oswald", serif;
	position: relative;
}

.header__phone::before {
	background-image: url(../images/common/phone.webp);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 0.9375rem;
	margin-right: 0.3125rem;
	transition: 0.3s;
	width: 0.9375rem;
}

.header__hamburger {
	border: none;
	cursor: pointer;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: 2.5rem;
	z-index: 999;
}

.header__hamburger.is-open {
	background-color: transparent;
}

.header__hamburger span {
	background-color: #010123;
	display: block;
	height: 1px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 20px;
}

.header__hamburger span:nth-of-type(1) {
	top: -4px;
}

.header__hamburger span:nth-of-type(2) {
	top: 0;
}

.header__hamburger span:nth-of-type(3) {
	top: 4px;
}

.header__hamburger.is-open span:nth-of-type(1) {
	background-color: #fff;
	top: 0;
	transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
	background-color: #fff;
	top: -2px;
	transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
	background-color: rgba(1, 1, 35, 0.95);
	height: 100vh;
	overflow-y: scroll;
	padding: 14.25rem 0;
	position: fixed;
	right: -120%;
	scrollbar-width: none;
	top: -0.9375rem;
	transition: 0.6s;
	width: 100%;
	z-index: 900;
}

.header__drawer-nav {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.header__drawer.is-open {
	right: 0;
}

.header__drawer-logo {
	margin-left: auto;
	margin-right: auto;
	max-width: clamp(120px, 62.75px + 15.27vw, 180px);
}

.header__drawer-logo img {
	-o-object-fit: contain;
	aspect-ratio: 630/167;
	object-fit: contain;
	width: 100%;
}

.header__drawer-list {
	margin-top: 50px;
}

.header__drawer-item a {
	color: #fff;
	display: block;
	font-size: clamp(16px, 4px + 1.56vw, 20px);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.9375rem 0;
	text-align: center;
}

.header__drawer-item.header__drawer-item--contact a {
	display: flex;
	flex-direction: column;
	line-height: 1.5;
}

.header__drawer-phone::before {
	background-image: url(../images/common/phone.webp);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	font-family: "Oswald", serif;
	height: 0.9375rem;
	margin-right: 0.3125rem;
	width: 0.9375rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.mv {
	background-image: url(../images/common/mv.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 31.25rem;
	position: relative;
}

.mv::before {
	background-color: rgba(0, 0, 0, 0.07);
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.mv__inner {
	height: inherit;
	min-height: inherit;
	position: relative;
}

.mv__title-wrap {
	position: absolute;
	right: 1.25rem;
	top: 22.8%;
	z-index: 2;
}

.mv__main-title {
	max-width: 12.5rem;
}

.mv__main-title img {
	-o-object-fit: contain;
	aspect-ratio: 630/167;
	filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.88));
	object-fit: contain;
	width: 100%;
}

.mv__sub-title {
	color: #fff;
	font-family: "Noto Sans JP", serif;
	font-size: 0.875rem;
	margin-top: 0.6875rem;
	text-shadow: 0px 0px 22px rgba(0, 0, 0, 0.8);
}

.mv__circle-container {
	-webkit-text-decoration: none;
	align-items: center;
	background: rgba(255, 255, 255, 0.48);
	border-radius: 50%;
	bottom: 10%;
	cursor: pointer;
	display: flex;
	height: 5rem;
	justify-content: center;
	overflow: hidden;
	position: absolute;
	right: 1.25rem;
	text-decoration: none;
	width: 5rem;
}

.mv__circle-svg {
	height: 100%;
	position: absolute;
	transform: rotate(0deg);
	transition: transform 0.1s linear;
	width: 100%;
}

.mv__circle-text {
	fill: #010123;
	font-family: "Oswald", serif;
	font-size: 8px;
	font-weight: 600;
	letter-spacing: 0.27em;
	text-transform: uppercase;
}

.mv__circle-arrow {
	height: 2rem;
	width: 0.5rem;
}

.mv__circle-arrow img {
	-o-object-fit: contain;
	aspect-ratio: 17/64;
	object-fit: contain;
	width: 100%;
}

.mv__img,
.mv__img img {
	height: inherit;
	min-height: inherit;
}

.mv__img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.news-report__images {
	display: flex;
	justify-content: center;
}

.news-report__left img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.news-report__right {
	margin-left: 1.5625rem;
	margin-top: 4.6875rem;
}

.news-report__right img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.news-report__wave {
	margin-top: -1.25rem;
	position: relative;
	width: 100%;
	z-index: -1;
}

.news-report__wave img {
	display: block;
	height: auto;
	width: 100vw;
}

.news-report__content {
	background-color: #010123;
	margin-top: -0.75rem;
	padding: 0 0 4.875rem;
	position: relative;
}

.news-report__pickup {
	margin-top: 3.125rem;
}

.news-report__cards {
	margin-top: 1.875rem;
}

.news-report__button {
	margin-top: 3.125rem;
	text-align: center;
}

.pagination__links {
	color: #fff;
	display: flex;
	font-family: "Oswald", serif;
	justify-content: center;
}

.pagination__nav:first-child {
	margin-right: 1.5625rem;
}

.pagination__nav:last-child {
	margin-left: 1.5625rem;
}

.pagination__link a {
	-webkit-text-decoration: none;
	padding: 0.3125rem 0.9375rem;
	position: relative;
	text-decoration: none;
}

.pagination__link:not(.pagination__nav) a::after {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
	width: 0;
}

.pagination__link:not(.pagination__nav) a:hover::after {
	left: calc(50% - 0.46875rem);
	width: 0.9375rem;
}

.pickup__link img {
	transition: 0.3s;
}

.pickup__link:hover img {
	opacity: 0.8;
}

.pickup__img img {
	-o-object-fit: cover;
	aspect-ratio: 332/270;
	object-fit: cover;
	object-position: center top;
	width: 100%;
}

.pickup__meta {
	color: #fff;
	font-family: "Noto Sans JP", serif;
	margin-top: 0.9375rem;
}

.pickup__meta.pickup__meta--navy {
	color: #010123;
}

.pickup__wrap {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}

.pickup__day {
	font-size: 0.9375rem;
	letter-spacing: 0.03em;
	white-space: nowrap;
}

.pickup__tag {
	border: 0.0625rem solid;
	border-radius: 0.3125rem;
	font-size: 0.875rem;
	margin-left: 0.375rem;
	padding: 0.375rem 0.625rem;
	white-space: nowrap;
}

.pickup__text {
	border-bottom: 0.0625rem solid;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-top: 0.5rem;
	padding-bottom: 0.625rem;
}

.price {
	background-color: #D5DCE2;
	padding: 2.5rem 0 3.125rem;
}

.price__card {
	text-align: center;
}

.price__card-title {
	background-color: #010123;
	color: #fff;
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	padding: 1.5625rem 0.3125rem;
	position: relative;
}

.price__card-title::after {
	border-bottom: 0;
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
	border-style: solid;
	border-top: 1.25rem solid #010123;
	bottom: -0.9375rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.price__cost {
	background-color: #fff;
	color: #010123;
	font-size: 1.5625rem;
	font-weight: 700;
	padding: 2.3125rem 0.3125rem;
}

.price__cost span {
	font-size: 1rem;
}

.price__wrap {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	margin-top: 2.1875rem;
}

.price__cancel {
	color: #010123;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-top: 1.25rem;
	text-align: center;
}

.schedule {
	background-color: #D5DCE2;
	padding: 2.5rem 0 4.0625rem;
}

.schedule__calendar {
	margin-top: 1.78125rem;
}

.schedule__calendar iframe {
	height: 37.5rem;
	width: 100%;
}

.sub-about__sub-title {
	font-size: 1.25rem;
	font-weight: 700;
}

.sub-about__text {
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 1.5625rem;
}

.sub-about__message {
	font-size: 1rem;
	font-weight: 500;
	margin-top: 1.5625rem;
}

.sub-about__name {
	font-size: 1rem;
	font-weight: 500;
	margin-top: 1.71875rem;
}

.sub-about__img {
	margin-top: 1.875rem;
}

.sub-about__img img {
	-o-object-fit: cover;
	aspect-ratio: 780/515;
	object-fit: cover;
	width: 100%;
}

.sub-access__route {
	background-color: #010123;
	margin-top: 1.25rem;
	padding: 0.9375rem 1.5625rem 0.9375rem;
	text-align: center;
}

.sub-access__text,
.sub-access__guide {
	color: #fff;
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
}

.sub-access__text {
	border-bottom: 0.0625rem solid;
	display: inline-block;
	font-size: 1.125rem;
	padding-bottom: 0.5rem;
}

.sub-access__guide {
	font-size: 1rem;
	margin-top: 0.625rem;
	text-align: left;
}

.sub-access__items {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	margin-top: 1.25rem;
}

.sub-access__item {
	counter-increment: step-counter;
	list-style: none;
	text-align: left;
}

.sub-access__item::before {
	color: #fff;
	content: counter(step-counter, decimal-leading-zero);
	font-family: "Oswald", serif;
	font-size: 1.25rem;
	font-weight: 500;
	position: relative;
	top: -0.75rem;
}

.sub-access__content {
	width: 100%;
}

.sub-access__img {
	aspect-ratio: 4/3;
	width: 100%;
}

.sub-access__img iframe {
	height: 100%;
	width: 100%;
}

.sub-blog__head {
	color: #010123;
	font-family: "Noto Sans JP", serif;
	margin-top: 3.75rem;
}

.sub-blog__title {
	color: #010123;
	font-family: "Noto Sans JP", serif;
}

.sub-blog__title {
	font-size: 1.25rem;
	font-weight: 700;
}

.sub-blog__date {
	font-size: 1rem;
}

.sub-blog__tag {
	border: 0.0625rem solid;
	border-radius: 0.3125rem;
	display: inline-block;
	font-size: 0.875rem;
	margin-left: 0.625rem;
	margin-top: 1.25rem;
	padding: 0.375rem 0.625rem;
	white-space: nowrap;
}

.sub-blog__content {
	margin-top: 2.8125rem;
}

.sub-blog__content figure {
	margin-bottom: 1.875rem;
	max-width: 100%;
}

.sub-blog__content p {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 2.5rem;
}

.sub-blog__content h2 {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-bottom: 0.9375rem;
}

.sub-blog__content h2::before {
	background-color: #010123;
	content: "";
	display: inline-block;
	flex-shrink: 0;
	height: 0.9375rem;
	margin-right: 0.9375rem;
	width: 0.9375rem;
}
.sub-blog__content img {
    display: block;
    width: min(100%, 800px);
    margin: 1.875rem auto;
}


.sub-blog__wrap {
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5625rem;
	max-width: 25rem;
}

.sub-blog__pagination {
	font-size: 1rem;
	width: 50%;
}

.sub-blog__pagination:last-of-type {
	text-align: right;
}

.sub-blog__button {
	margin-top: 1.5625rem;
	order: 3;
	text-align: center;
	width: 100%;
}

.sub-fishing-boat {
	position: relative;
}

.sub-fishing-boat__wave {
	margin-top: -2.5rem;
	position: relative;
	width: 100%;
	z-index: -1;
}

.sub-fishing-boat__wave img {
	display: block;
	height: auto;
	width: 100vw;
}

.sub-fishing-boat__content {
	background-color: #010123;
	padding: 0.9375rem 0 5rem;
	position: relative;
}

.sub-fishing-boat__wrap {
	color: #fff;
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
	margin-top: 3.125rem;
}

.sub-fishing-boat__name-label,
.sub-fishing-boat__name {
	display: inline-block;
	font-size: 1rem;
}

.sub-fishing-boat__name {
	margin-left: 1.25rem;
}

.sub-fishing-boat__img {
	margin-top: 0.9375rem;
}

.sub-fishing-boat__info {
	display: grid;
	margin-top: 1.25rem;
}

.sub-fishing-boat__item {
	border-bottom: 0.03125rem solid;
	display: flex;
	font-size: 1rem;
	padding-bottom: 0.96875rem;
}

.sub-fishing-boat__item:not(:first-child) {
	margin-top: 0.625rem;
}

.sub-fishing-boat__label {
	min-width: 7.5rem;
}

.sub-fishing-boat__value {
	margin-left: 0.625rem;
}

.sub-mv {
	background-color: #010123;
	min-height: 11.5rem;
	padding-top: 4.375rem;
	position: relative;
}

.sub-mv__title {
	color: #fff;
	font-family: "Oswald", serif;
	font-size: 3.125rem;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}

.sub-mv__title-wrap {
	padding: 1.875rem 0;
}

.sub-mv__title.sub-mv__title--small span {
	font-size: 1.875rem;
}

.title.title--reverse {
	flex-direction: row-reverse;
	justify-content: space-between;
	line-height: 1;
}

.title.title--center {
	display: block;
	text-align: center;
}

.title__main {
	color: #010123;
	font-family: "Oswald", serif;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.title__main.title__main--reverse {
	color: #fff;
	text-align: right;
}

.title__main.title__main--reverse span {
	font-size: 1.25rem;
}

.title__sub {
	color: #010123;
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	font-weight: 700;
}

.title__sub.title__sub--reverse {
	color: #fff;
	margin-top: 1.25rem;
	text-align: right;
}

.title__sub.title__sub--center {
	margin-left: 0;
}

.title__sub.title__sub--about {
	margin-left: 0;
}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.0810810811vw;
}

#price,
#schedule,
#sub-access {
	scroll-margin-top: 6.25rem;
}

.layout-about {
	margin-top: 10.3125rem;
}

.layout-access {
	margin-top: 8.125rem;
}

.layout-blog {
	margin-top: 7.5rem;
}

.layout-footer {
	margin-top: 11.25rem;
}

.layout-header {
	top: 1.875rem;
}

.layout-new-report {
	margin-top: 6.25rem;
}

.layout-sub-about {
	margin-top: 7.5rem;
}

.layout-sub-fishing-boat {
	margin-top: 10.9375rem;
}

.about__wrap {
	display: flex;
	margin-top: -4.375rem;
}

.about__sub-title {
	font-size: clamp(20px, 3.33px + 2.17vw, 45px);
}

.about__text {
	font-size: clamp(18px, 13.33px + 0.61vw, 25px);
	line-height: 1.8;
	margin-top: 2.625rem;
}

.about__message {
	font-size: clamp(14px, 12px + 0.26vw, 17px);
	letter-spacing: 0.02em;
	margin-top: 1.5625rem;
}

.about__name {
	font-size: clamp(14px, 12px + 0.26vw, 17px);
	margin-top: 3.4375rem;
}

.about__button {
	text-align: left;
}

.about__img {
	margin-left: 3.875rem;
	margin-top: 0;
	max-width: 48.75rem;
}

.about__img img {
	aspect-ratio: 780/670;
}

.access__wrap {
	display: flex;
	margin-top: 3.125rem;
}

.access__map-wrap {
	max-width: 45rem;
}

.access__map {
	aspect-ratio: 720/450;
}

.access__content {
	margin-left: 4.5rem;
	margin-top: 0;
	width: 37.83%;
}

.access__name {
	font-size: clamp(20px, 18.67px + 0.17vw, 22px);
}

.access__info {
	margin-top: 2.8125rem;
}

.access__items:not(:first-child) {
	margin-top: 1.28125rem;
}

.access__label {
	font-size: clamp(14px, 11.33px + 0.35vw, 18px);
	min-width: 7.5rem;
}

.access__value {
	font-size: clamp(14px, 11.33px + 0.35vw, 18px);
	margin-left: 3.75rem;
}

.access__button {
	margin-top: 5rem;
}

.access__booking {
	margin-top: 7.5rem;
}

.access__booking-wrap {
	display: flex;
	position: relative;
}

.access__booking-img {
	max-width: 54.7%;
}

.access__booking-content {
	-webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
}

.access__booking-text {
	font-size: clamp(18px, 14.67px + 0.17vw, 25px);
}

.access__booking-button {
	margin-top: 1.875rem;
}

.blog__title {
	font-size: 4.375rem;
}

.blog__pickup {
	margin-top: 2.5rem;
}

.blog__wave {
	margin-top: 4.6875rem;
}

.blog__wrap {
	margin-top: -2.8125rem;
	padding: 0 0 6.5rem;
}

.blog__pagination {
	margin-top: 8.125rem;
}

.booking__img {
	max-width: 50.625rem;
}

.breadcrumb {
	margin-top: 1.25rem;
}

.breadcrumb__text {
	font-size: clamp(14px, 12px + 0.26vw, 17px);
}

.button-back__link {
	font-size: clamp(14px, 11.33px + 0.35vw, 18px);
	max-width: 18.75rem;
}

.button-booking__link {
	font-size: clamp(14px, 11.33px + 0.35vw, 18px);
}

.button-booking__link::before {
	left: 3.125rem;
}

.button-booking__link.button-booking__link--number {
	font-size: clamp(14px, 6.67px + 0.95vw, 25px);
	padding: 1.3125rem 5.25rem;
}

.button-booking__link.button-booking__link--number::before {
	height: 1.3125rem;
	width: 1.3125rem;
}

.button__link {
	font-size: clamp(14px, 13.26px + 0.19vw, 18px);
}

.card__img.card__img--large {
	max-width: 46.25rem;
}

.card__meta {
	margin-top: 1.875rem;
}

.card__day {
	font-size: clamp(14px, 12px + 0.26vw, 17px);
}

.card__tag {
	font-size: clamp(14px, 12px + 0.26vw, 16px);
	margin-left: 0.75rem;
}

.card__text {
	flex: 1;
	font-size: clamp(14px, 12px + 0.26vw, 16px);
	margin-top: 1rem;
}

.cards {
	gap: 3.25rem;
	grid-template-columns: repeat(4, 1fr);
}

.cards.cards--sub {
	gap: 5.625rem 4.625rem;
	grid-template-columns: repeat(3, 1fr);
}

.cards__item.cards__item--flex {
	display: flex;
}

.footer {
	padding: 5.625rem 0 5.9375rem;
}

.footer__wrap {
	display: flex;
	justify-content: space-between;
}

.footer__logo {
	max-width: 23.3125rem;
}

.footer__logo img {
	-o-object-fit: cover;
	aspect-ratio: 373/100;
	object-fit: cover;
	width: 100%;
}

.footer__right {
	margin-top: 0;
}

.footer__nav-items {
	-moz-column-gap: 3.125rem;
	column-gap: 3.125rem;
}

.footer__nav-item {
	font-size: clamp(14px, 11.33px + 0.35vw, 18px);
}

.footer__nav-contact {
	margin-top: 4.75rem;
	text-align: left;
}

.footer__copyright {
	font-size: clamp(14px, 13.33px + 0.09vw, 15px);
	margin-top: 8.75rem;
}

.header {
	height: 6.875rem;
}

.header__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 110.125rem;
	padding-left: 3.75rem;
	padding-right: 3.75rem;
}

.header__logo {
	max-width: 13rem;
}

.header__nav-item.header__nav-item--contact {
	margin-left: 0.9375rem;
}

.header__nav-item.header__nav-item--contact a {
	align-items: end;
	background-color: #010123;
	border-radius: 0.3125rem;
	color: #fff;
	flex-direction: column;
	height: auto;
	height: initial;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	line-height: 1.5;
	padding: 0.5rem 1.75rem;
}

.header__drawer {
	top: -1.875rem;
}

.header__drawer-item a {
	padding: 1.25rem 0;
}

.inner {
	max-width: 1530px;
	padding-left: 25px;
	padding-right: 25px;
}

.mv {
	height: 65.625rem;
}

.mv::before {
	background-color: transparent;
	background-color: initial;
}

.mv__title-wrap {
	top: 22.8%;
}

.mv__main-title {
	max-width: 39.375rem;
}

.mv__sub-title {
	font-size: clamp(14px, 6.67px + 0.95vw, 25px);
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 1.375rem;
}

.mv__circle-container {
	height: 10rem;
	width: 10rem;
}

.mv__circle-arrow {
	height: 4rem;
	width: 1.0625rem;
}

.news-report__left {
	max-width: 73.75rem;
}

.news-report__left img {
	aspect-ratio: 1180/521;
}

.news-report__right {
	margin-left: 4.75rem;
	margin-top: 9.375rem;
	max-width: 43.125rem;
}

.news-report__right img {
	aspect-ratio: 690/450;
}

.news-report__wave {
	margin-top: -5rem;
}

.news-report__content {
	margin-top: -1.5rem;
	padding: 0 0 9.75rem;
}

.news-report__pickup {
	margin-top: 6.8125rem;
}

.news-report__cards {
	margin-top: 3.75rem;
}

.news-report__button {
	margin-top: 6.25rem;
}

.pagination__links {
	font-size: clamp(14px, 10px + 0.52vw, 20px);
}

.pagination__nav:first-child {
	margin-right: 3.4375rem;
}

.pagination__nav:last-child {
	margin-left: 3.4375rem;
}

.pagination__link a {
	padding: 0.53125rem 1.25rem;
}

.pickup__link {
	align-items: center;
	display: flex;
	justify-content: center;
}

.pickup__img {
	max-width: 46.25rem;
}

.pickup__img img {
	aspect-ratio: 740/420;
}

.pickup__meta {
	flex: 1;
	margin-left: 3.15625rem;
	margin-top: 0;
}

.pickup__day {
	font-size: clamp(15px, 12px + 0.26vw, 17px);
}

.pickup__tag {
	font-size: clamp(14px, 12px + 0.26vw, 16px);
	margin-left: 0.75rem;
}

.pickup__text {
	flex: 1;
	font-size: clamp(16px, 12px + 0.26vw, 22px);
	margin-top: 2.5125rem;
	padding-bottom: 1.28125rem;
}

.price {
	padding: 5rem 0 6.5625rem;
}

.price__inner.inner {
	max-width: 90.625rem;
}

.price__card {
	max-width: 26.25rem;
}

.price__card-title {
	font-size: clamp(14px, 10px + 0.52vw, 20px);
	font-weight: 700;
	line-height: 1.2;
}

.price__cost {
	font-size: clamp(16px, 10px + 0.78vw, 25px);
}

.price__cost span {
	font-size: clamp(14px, 10px + 0.52vw, 20px);
}

.price__wrap {
	gap: 4.375rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4.375rem;
}

.price__cancel {
	font-size: clamp(14px, 11.33px + 0.35vw, 18px);
	margin-top: 2.5rem;
}

.schedule {
	padding: 5rem 0 8.125rem;
}

.schedule__title {
	text-align: left;
}

.schedule__calendar {
	margin-top: 3.5625rem;
}

.schedule__calendar iframe {
	height: 51.25rem;
}

.sub-about__sub-title {
	font-size: clamp(20px, 3.33px + 2.17vw, 45px);
}

.sub-about__wrap {
	display: flex;
}

.sub-about__text {
	font-size: clamp(18px, 13.33px + 0.61vw, 25px);
	line-height: 1.8;
	margin-top: 3.125rem;
}

.sub-about__message {
	font-size: clamp(14px, 12px + 0.26vw, 17px);
	line-height: 2;
	margin-top: 3.125rem;
}

.sub-about__name {
	font-size: clamp(14px, 12px + 0.26vw, 17px);
	margin-top: 3.4375rem;
}

.sub-about__img {
	margin-left: 3.875rem;
	margin-top: 0;
	max-width: 48.75rem;
}

.sub-access__route {
	margin-top: 2.1875rem;
	padding: 2.375rem 3.4375rem 1.875rem;
}

.sub-access__text {
	font-size: clamp(16px, 13.33px + 0.35vw, 20px);
	padding-bottom: 0.65625rem;
}

.sub-access__guide {
	font-size: clamp(14px, 12px + 0.26vw, 17px);
	margin-top: 1.25rem;
}

.sub-access__items {
	gap: 2.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.65625rem;
}

.sub-access__item {
	display: flex;
}

.sub-access__item::before {
	font-size: clamp(14px, 3.33px + 1.39vw, 30px);
}

.sub-access__content {
	margin-left: 0.625rem;
	max-width: 24.375rem;
}

.sub-access__img {
	aspect-ratio: 1/1;
}

.sub-blog__head {
	margin-top: 7.5rem;
}

.sub-blog__title {
	font-size: 2.8125rem;
}

.sub-blog__date {
	font-size: clamp(14px, 12px + 0.26vw, 17px);
}

.sub-blog__tag {
	font-size: clamp(14px, 12.67px + 0.17vw, 16px);
	margin-top: 2.5rem;
}

.sub-blog__content {
	margin-top: 5.625rem;
}

.sub-blog__content figure {
	margin-bottom: 3.75rem;
}

.sub-blog__content p {
	font-size: clamp(16px, 15.33px + 0.09vw, 17px);
	line-height: 2;
	margin-bottom: 5rem;
}

.sub-blog__content h2 {
	font-size: clamp(18px, 13.33px + 0.61vw, 25px);
	margin-bottom: 1.875rem;
}

.sub-blog__content h2::before {
	height: clamp(12px, 10px + 0.26vw, 15px);
	width: clamp(12px, 10px + 0.26vw, 15px);
}

.sub-blog__wrap {
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-left: 0;
	margin-right: 0;
	margin-top: 3.125rem;
	max-width: 100%;
}

.sub-blog__pagination {
	font-size: clamp(14px, 12px + 0.26vw, 17px);
}

.sub-blog__button {
	margin-top: 1.25rem;
	order: 0;
}

.sub-fishing-boat__wave {
	margin-top: -5rem;
}

.sub-fishing-boat__content {
	padding: 1.875rem 0 9.8125rem;
}

.sub-fishing-boat__wrap {
	margin-top: 6.5625rem;
}

.sub-fishing-boat__name-label,
.sub-fishing-boat__name {
	font-size: clamp(14px, 6.67px + 0.95vw, 25px);
}

.sub-fishing-boat__name {
	margin-left: 2.5rem;
}

.sub-fishing-boat__img {
	margin-top: 1.90625rem;
}

.sub-fishing-boat__info {
	-moz-column-gap: 7.5rem;
	column-gap: 7.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.53125rem;
}

.sub-fishing-boat__item {
	font-size: clamp(14px, 11.33px + 0.35vw, 18px);
}

.sub-fishing-boat__item:not(:first-child) {
	margin-top: 0;
}

.sub-fishing-boat__label {
	min-width: clamp(99px, 58.33px + 5.3vw, 160px);
}

.sub-fishing-boat__value {
	margin-left: 1.25rem;
}

.sub-mv {
	min-height: 30rem;
	padding-top: 8.75rem;
}

.sub-mv__title {
	font-size: 9.625rem;
	letter-spacing: 0.05em;
}

.sub-mv__title-wrap {
	padding: 5rem 0;
}

.sub-mv__title.sub-mv__title--small {
	font-size: 8.125rem;
}

.sub-mv__title.sub-mv__title--small span {
	font-size: 3.75rem;
}

.title {
	align-items: baseline;
	display: flex;
}

.title.title--reverse {
	align-items: flex-end;
}

.title__main {
	font-size: 6.8125rem;
}

.title__main.title__main--reverse span {
	font-size: 4.1875rem;
}

.title__main.title__main--access {
	font-size: 8.125rem;
}

.title__main.title__main--about {
	font-size: 9.625rem;
	position: relative;
}

.title__sub {
	font-size: 2.8125rem;
	margin-left: 3.125rem;
}

.title__sub.title__sub--reverse {
	margin-left: 0;
	margin-top: 0;
}

}

@media screen and (min-width: 1024px) {

.header__nav {
	display: block;
}

.header__hamburger {
	display: none;
}

}

@media screen and (min-width: 1200px) {

.about__message {
	line-height: 2;
}

.about__button {
	margin-top: -3.125rem;
}

.sub-access__img {
	aspect-ratio: 390/240;
}

}

@media (min-width: 1480px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */



.event_202505 {
    padding: 60px 0;
    background-color: #010123;
}
    .event_202505 div {
        width: min(90%, 600px);
        margin: 0 auto;
    }
    .event_202505 p {
        margin: 10px auto 0;
        color: #fff;
        font-size: 1.8rem;
        font-weight: 600;
        text-align: center;
    }
@media screen and (max-width: 1000px) {
    .event_202505 p {
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 768px) {
    .event_202505 p {
        font-size: clamp(1.1rem, 4.0vw, 1.4rem);
    }
}
