@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Noto+Sans+JP:wght@100..900&display=swap');

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

* {
	box-sizing: border-box;
}



/* ========================================
 * Overwrite
 * ====================================== */

#detail #pageContainer {
	overflow: visible;
}

#pageTitle {
	display: none;
}

#pageContainer section {
	padding: 0;
	margin-bottom: 0;
}

@media (min-width: 920px) {
	#pageContainer section {
		width: auto;
		margin: 0 auto;
		padding: 0;
	}
}

@media (min-width: 920px) {
	header {
		padding-bottom: 0;
	}
}

header {
	padding-bottom: 0;
}

.p-burner {
	--color-primary: #00453F;
	color: #000000;
	font-family: "Google Sans", 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}


/* ========================================
 * Visual header
 * ====================================== */

.l-header {
	position: relative;
	margin-top: 10.0rem;
	padding-bottom: 5.0rem;
	overflow: hidden;
}

@media (min-width: 920px) {
	.l-header {
		margin-top: 10.0rem;
	}
}



.l-header__image__deco {
	position: absolute;
	bottom: -4.0rem;
	right: 1.0rem;
	width: 14%;
	mix-blend-mode: overlay;
	z-index: 2;
}

@media (min-width: 920px) {
	.l-header__image__deco {
		right: 0;
		width: 8%;
	}
}

.l-header__image__deco img {
	display: block;
	width: 100%;
}



.l-header__container {
	position: relative;
	padding: 0 2.0rem;
	z-index: 1;
}

@media (min-width: 920px) {
	.l-header__container {
		display: grid;
		grid-template-columns: 35% 60%;
		column-gap: 5%;
		align-items: center;
		max-width: 144.0rem;
		margin: 0 auto;
		padding: 0 4.0rem;
	}
}

.l-header__title {
	color: var(--color-primary);
}

.l-header__title p {
	margin-bottom: 1.0em;
	font-size: 1.8rem;
	font-weight: 900;
}

@media (min-width: 920px) {
	.l-header__title p {
		font-size: 2.2rem;
	}
}

.l-header__title h1 {
	margin-bottom: 1.0em;
	font-size: 3.0rem;
	font-weight: 900;
	line-height: 1.4;
	white-space: nowrap;
}

@media (min-width: 920px) {
	.l-header__title h1 {
		font-size: min(4.0rem, 2.7777777vw);
	}
}


.l-header__image {
	margin-top: 3.0rem;
}

@media (min-width: 920px) {
	.l-header__image {
		margin-top: 0;
	}
}

.l-header__image figure {
	position: relative;
	margin: 0;
	padding-top: 65.85%;
	border-radius: 2.0rem;
	overflow: hidden;
}

.l-header__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.l-header__desc {
	color: #333333;
	font-size: 1.5rem;
	line-height: 2.0;
}

@media (min-width: 920px) {
	.l-header__desc {
		font-size: 1.8rem;
	}
}




/* ========================================
 * Index
 * ====================================== */

.p-index {
	padding: 4.0rem 2.0rem;
}

@media (min-width: 920px) {
	.p-index {
		padding: 8.0rem 4.0rem;
	}
}

.p-index__container {
	width: fit-content;
	margin: 0 auto;
}

.p-index__header {
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-index__header__title {
	color: var(--color-primary);
	font-size: 2.0rem;
	line-height: 1.0;
	letter-spacing: 0.05em;
}

@media (min-width: 920px) {
	.p-index__header__title {
		font-size: 2.4rem;
	}
}


.p-index__header::before,
.p-index__header::after {
	content: "";
	flex-grow: 1;
	height: 0.1rem;
	background-color: var(--color-primary);
}

.p-index__header::before {
	margin-right: 1em;
}

.p-index__header::after {
	margin-left: 1em;
}

.p-index__contents {
	padding: 2.0rem 1.0rem 5.0rem;
	border-bottom: solid 0.1rem var(--color-primary);
}

@media (min-width: 920px) {
	.p-index__contents {
		padding: 3.0rem 5.0rem 6.0rem;
	}
}

.p-index__contents li {
	display: flex;
	column-gap: 1.0em;
	margin-top: 1.0em;
	color: var(--color-primary);
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

@media (min-width: 920px) {
	.p-index__contents li {
		font-size: 1.8rem;
	}
}

.p-index__contents a {
	color: var(--color-primary);
}

.p-index__contents li span::before {
	content: "●";
}









/* ========================================
 * Section
 * ====================================== */

#pageContainer section.l-section {
	padding: 8.0rem 2.0rem;
}

@media print,screen and (min-width: 920px) {
	#pageContainer section.l-section {
		padding: 16.0rem 4.0rem;
	}
}



.colored {
	background-color: #f6f6ef;
}


@media (min-width: 920px) {
	.l-section__container {
		max-width: 126.0rem;
		margin: 0 auto;
	}
}




/* ========================================
 * Block
 * ====================================== */

.c-block {
	margin-top: 5.0rem;
}

.c-block.reverse {
	display: flex;
	flex-direction: column-reverse;
}

@media (min-width: 920px) {
	.c-block {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: min(10.0rem, 6.944444vw);
		-webkit-box-align: start;
		-webkit-align-items: start;
		-ms-flex-align: start;
		align-items: start;
		margin-top: 10.0rem;
	}
	
	.c-block.reverse {
		display: grid;
	}
}

.c-block--wide {
	margin-top: 5.0rem;
}

@media (min-width: 920px) {
	.c-block--wide {
		margin-top: 10.0rem;
	}
}




.c-block:first-of-type {
	margin-top: 0;
}



.c-block__image {
	margin-top: 5.0rem;
}

@media (min-width: 920px) {
	.c-block__image {
		position: -webkit-sticky;
		position: sticky;
		top: 20.7rem;
		margin: 0;
	}
}



.c-block__image figure {
	position: relative;
	margin: 0;
	padding-top: 66.666%;
	border-radius: 2rem;
	overflow: hidden;
}

.c-block__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.c-block__image__caption {
	margin-top: 1.5em;
	padding: 0 2.0rem;
	color: #666666;
	font-size: 1.3rem;
	line-height: 1.75;
}

@media (min-width: 920px) {
	.c-block__image__caption {
		font-size: 1.6rem;
	}
}



.c-block__contents__number {
	margin-bottom: 1.0em;
	color: var(--color-primary);
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
}

@media (min-width: 920px) {
	.c-block__contents__number {
		margin-top: 4.0rem;
	}
}


.c-block__contents__number::before {
	content: "●";
	margin-right: 0.3em;
}

.c-block__contents__title {
	margin-bottom: 1.5em;
	color: var(--color-primary);
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

@media (min-width: 920px) {
	.c-block__contents__title {
		font-size: 3.2rem;
	}
}

.c-block__contents p:not(.c-block__contents__number) {
	margin-top: 2.0em;
	color: #333333;
	font-size: 1.5rem;
	line-height: 2.0;
}

@media (min-width: 920px) {
	.c-block__contents p:not(.c-block__contents__number) {
		font-size: 1.8rem;
	}
}

.c-block__contents h2 + p:not(.c-block__contents__number) {
	margin-top: 0;
}


.c-block__table {
	width: 100%;
	min-width: 60.0rem;
	margin: 0 auto 1.0em;
	border-collapse: separate;
	border-spacing: 0.5rem;
}



@media (min-width: 920px) {
	.c-block__table {
		width: 90%
	}
}

.c-block__table thead th {
	border-bottom: solid 0.2rem var(--color-primary);
}

.c-block__table th,
.c-block__table td {
	padding: 1.0em;
	font-size: 1.5rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

@media (min-width: 920px) {
	.c-block__table th,
	.c-block__table td {
		padding: 1.3em 1.0em;
		font-size: 1.6rem;
	}
}

.c-block__table th {
	color: var(--color-primary);
}


.c-block__table td {
	border-bottom: solid 0.2rem #cccccc;
}




.lpg-mark {
	max-width: 20.0rem;
	margin-top: 2.0rem;
}

.lpg-mark img {
	display: block;
	width: 100%;
}



/* ========================================
 * Merit
 * ====================================== */

.c-merit {
	margin-top: 5.0rem;
}
 
@media (min-width: 920px) {
	.c-merit {
		margin-top: 10.0rem;
	}
}

.c-merit__header__title {
	margin-bottom: 1.5em;
	text-align: center;
	color: var(--color-primary);
	font-size: 2.0rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

@media (min-width: 920px) {
	.c-merit__header__title {
		font-size: 2.8rem;
	}
}

@media (min-width: 920px) {
	.c-merit__header__title::before,
	.c-merit__header__title::after {
		content: "●";
	}

	.c-merit__header__title::before {
		margin-right: 0.3em;
	}

	.c-merit__header__title::after {
		margin-left: 0.3em;
	}
}


.c-merit__contents {
	display: flex;
	flex-direction: column;
	gap: 2.0rem;
}

@media (min-width: 920px) {
	.c-merit__contents {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: min(3.0rem, 2.0833333vw);
	}
}

.c-merit__item {
	background-color: #ffffff;
	border-radius: 2.0rem;
	overflow: hidden;
}

.c-merit__item__image {
	position: relative;
}


.c-merit__item__image figure {
	position: relative;
	margin: 0;
	padding-top: 100%;
}

.c-merit__item__image img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}

.c-merit__item__image__caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1.0rem 2.0rem;
	background-color: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	color: #333333;
	font-size: 1.1rem;
	line-height: 1.75;
}

@media (min-width: 920px) {
	.c-merit__item__image__caption {
		font-size: 1.3rem;
	}
}



.c-merit__item__contents {
	padding: 3.0rem;
}

.c-merit__item__contents__number {
	margin-bottom: 1.0em;
	color: var(--color-primary);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.0;
}

@media (min-width: 920px) {
	.c-merit__item__contents__number {
		font-size: 2.8rem;
	}
}

.c-merit__item__contents__number i {
	font-size: 0.5em;
}


.c-merit__item__contents__title {
	margin-bottom: 1.5em;
	color: var(--color-primary);
	font-size: 2.0rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

@media (min-width: 920px) {
	.c-merit__item__contents__title {
		font-size: 2.8rem;
	}
}

.c-merit__item__contents p {
	color: #666666;
	font-size: 1.2rem;
	line-height: 2.0;
}

@media (min-width: 920px) {
	.c-merit__item__contents p {
		font-size: 1.4rem;
	}
}




/* =========================
 * Swiper
 * ====================== */
.swiper {
	overflow: hidden;
}

.swiper-slide {
	height: auto;
}

@media (max-width: 919px) {
	/*.swiper {
		margin-right: -2.0rem;
	}*/
	
	.swiper-slide {
		width: auto;
	}

	/* 矢印 */
	.swiper-button-prev,
	.swiper-button-next {
		width: 4.0rem;
		height: 6.0rem;
		background: rgba(0, 0, 0, 0.75);
		/*box-shadow: 0 0.2rem 1.0rem rgba(0, 0, 0, 0.15);*/
	}

	
	.swiper-button-prev {
		left: 0;
		border-radius: 0 1.0rem 1.0rem 0;
	}

	.swiper-button-next {
		right: 0;
		border-radius: 1.0rem 0 0 1.0rem;;
	}

	.swiper-button-prev::after,
	.swiper-button-next::after {
		font-size: 1.6rem;
		font-weight: bold;
		color: #ffffff;
	}

	/* ドット */
	.swiper-pagination {
		position: static;
		margin-top: 2.0rem;
	}

	.swiper-pagination-bullet {
		width: 0.8rem;
		height: 0.8rem;
	}
}


@media (min-width: 920px) {

	/*
   * Swiper自体はJS側で disabled にする。
   * その状態でwrapperをGridとして利用。
   */
	.swiper {
		overflow: visible;
	}

	.swiper-wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 2.4rem;
		transform: none !important;
	}

	.swiper-slide {
		width: auto !important;
		margin: 0 !important;
	}

	/*
   * 5枚目は2段目の左側に配置
   *
   * 1 2 3
   * 4 5
   */
	.swiper-slide:nth-child(4) {
		grid-column: 1;
	}

	.swiper-slide:nth-child(5) {
		grid-column: 2;
	}

	/* PCではナビゲーションを非表示 */
	.swiper-button-prev,
	.swiper-button-next,
	.swiper-pagination {
		display: none;
	}
}

.p-credit {
	margin: 0;
	padding: 1.25em 1.5em;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 1.2rem;
	line-height: 1.8;
}

@media print, screen and (min-width: 920px) {
    .p-credit {
        padding: calc(1.25em + 40px) 6.5rem 1.25em;
		font-size: 1.3rem;
	}
}

.p-credit ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media print, screen and (min-width: 920px) {
	.p-credit ul {
		width: fit-content;
		margin: 0 0 0 auto;
	}
}

.p-credit li {
	margin: 0;
}

.p-credit li + li {
	margin-top: 0.25em;
}