@charset "utf-8";

/* ==========================================================================
   ベーススタイル
   ========================================================================== */

body {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: 300;
}

body * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3 {
	font-weight: 600;
}

p {
	text-align: justify;
}

a:link,
a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


/* ==========================================================================
   ユーティリティクラス
   ========================================================================== */

.txt {
	line-height: calc(24 / 14);
}

.txt--large {
	font-size: 1.25em;
	font-weight: 600;
}

.note {
	font-size: calc((14 / 16) * 1em);
	text-indent: -1em;
	padding-left: 1em;
	line-height: calc(20 / 12);
}

.note + .note {
	margin-top: 8px;
}

.highlight {
	color: #008f53;
	font-size: 1.25em;
	font-weight: 600;
}

.txt-link {
	margin: 0.5em auto;
}

.txt-link a {
	color: #FF0004;
	text-decoration: underline;
}

.ls-006 {
	letter-spacing: 0.06em;
}

/* 表示切り替え */
.nav_bb { display: block !important; }
.nav_sp { display: none !important; }
.pc_only { display: block !important; }
.sp_only { display: none !important; }
.view_bb { display: table !important; }
.view_sp { display: none !important; }


/* ==========================================================================
   レイアウト
   ========================================================================== */

/* ヘッダー */
header > div {
	width: 100%;
	max-width: 845px;
	margin: 0 auto;
	padding: 5px 0;
	display: table;
}

header > div p {
	margin: 0;
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

header > div p img {
	width: 100%;
}

header > div p:first-child {
	text-align: left;
}

header > div p:first-child img {
	max-width: 300px;
	min-width: 150px;
}

header > div p:last-child {
	text-align: right;
}

header > div p:last-child img {
	max-width: 100px;
	min-width: 75px;
}

/* ナビゲーション */
.navi {
	width: 100%;
	max-width: 845px;
	margin: 5px auto 0;
	padding-right: 25px;
	text-align: right;
}

.navi img {
	width: 15px;
	vertical-align: baseline;
	margin-left: 3px;
}

.navi a {
	font-size: 14px;
	background: url(../img/arr_r.png) right center no-repeat;
	background-size: 15px;
	padding: 2px 20px 0 0;
	line-height: 100%;
}

.navi a:hover {
	color: #f00;
}

/* ページコンテナ */
.page {
	width: 100%;
	max-width: 720px;
	margin: 25px auto;
	padding: 0;
}

.page .page__intro {
	border-top: #a38877 solid 6px;
}

.page .page__content {
	padding: 45px 20px;
	background-color: #f0dfb2;
}

.page .local-nav {
	padding: 45px 20px 20px;
}

.page__content > * + * {
	margin-top: 45px;
}


/* ==========================================================================
   コンポーネント
   ========================================================================== */

/* ボタン
-------------------------------------------------------------------------- */
.btn {
	background-color: #fff;
}

.btn + .btn {
	margin-top: 15px;
}

.btn.btn--normal {
	border-radius: 5px;
	overflow: hidden;
}

.btn a {
	padding: 15px 50px 15px 20px;
	min-height: 54px;
	text-decoration: none;
	background: url(../img/arr_white.png) right 18px center no-repeat #009c42;
	background-size: 15px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.btn.btn--normal a {
	min-height: 65px;
}

.btn.btn--icon a {
	padding: 4px 50px 4px 15px;
}

.btn.btn--icon a .icon {
	width: 40px;
	flex-shrink: 0;
}

.btn.btn--icon a .btn__txt {
	width: 90%;
	text-align: center;
}

.btn.btn--back a {
	transform: scale(-1, 1);
	flex-direction: row-reverse;
}

.btn.btn--back a .btn__txt {
	transform: scale(-1, 1);
}

.btn .btn__txt {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}

/* テーブル
-------------------------------------------------------------------------- */
.table {
	border-color: #000;
	border-style: solid;
	border-width: 0 1px 1px 0;
	width: 100%;
	margin: 0;
}

.table th,
.table td {
	border-color: #000;
	border-style: solid;
	border-width: 1px 0 0 1px;
	text-align: center;
	vertical-align: middle;
	padding: 8px 3px;
	font-size: 90%;
}

.table th {
	background-color: #cfecd1;
	font-weight: bold;
}

/* アコーディオン
-------------------------------------------------------------------------- */
.accordions {
	padding: 15px 0;
}
.accordion + .accordion {
	margin-top: calc(15px + 30px);
}
.accordion--open:not(.accordion--link):not(:last-of-type) {
	margin-bottom: calc(45px + 15px) !important;
}

.accordion--open:not(.accordion--link):not(:first-of-type) {
	margin-top: calc(45px + 30px) !important;
}

.accordion__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3px 20px;
	min-height: 54px;
	background-image: url(../img/accordion-bg.png);
	background-repeat: repeat;
	background-size: 100%;
	position: relative;
	cursor: pointer;
	color: inherit !important;
	text-decoration: none !important;
	opacity: inherit !important;
}

.accordion__header::before,
.accordion__header::after {
	content: "";
	display: block;
	width: 100%;
	height:15px;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
}

.accordion__header::before {
	bottom: 100%;
	background-image: url(../img/accordion-bg_top.png);
	margin-bottom: -1px;
}

.accordion__header::after {
	top: 100%;
	background-image: url(../img/accordion-bg_bottom.png);
	margin-top: -1px;
}

.accordion__text {
	font-size: 21px;
	font-weight: 600;
	color: #6e4b23;
	line-height: calc(54 / 42);
	margin-right: 10px;
	z-index: 1;
	position: relative;
	font-feature-settings: "palt";
}

.accordion__toggle-button {
	width: 30px;
	height: 30px;
	background: none;
	border: none;
	flex-shrink: 0;
	position: relative;
}

.accordion__toggle-button::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url(../img/icon-toggle.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.accordion__link-button::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url(../img/icon-toggle.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: rotate(-90deg);
}

.accordion--link .accordion__toggle-button::before {
	transform: rotate(-90deg);
}

.accordion--open:not(.accordion--link) .accordion__toggle-button::before {
	transform: scale(1, -1);
}

.accordion__content {
	display: none;
	margin-top: -20px;
	border-top: solid 20px #fff;
	background: #fff;
	padding: 30px;
	padding-top: calc(30px + 14px);
}

.accordion__content > * + * {
	margin-top: 2em;
}

.accordion__content .captures + .btn,
.accordion__content .btn + .captures {
	margin-top: 50px;
}

.accordion__content .captures + .captures {
	margin-top: 70px;	
}

.accordion__content .ordered-icon {
	display: block;
	width: calc((161 / 626) * 100%);
	margin: calc((104 / 626) * 100%) auto 0;
	position: relative;
}

.accordion__close-area {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 40px -30px -30px;
	padding: 25px 15px;
	border-top: 1px solid #6e4b23;
	cursor: pointer;
	text-align: center;
	transition: background 0.2s;
}

.accordion__close-area:hover {
	background: rgba(255, 255, 255, 0.2);
}

.accordion__close-text {
	font-size: 14px;
	color: #6e4b23;
	font-weight: 600;
}
.accordion__toggle-button--close {
	width: 24px;
	height: 24px;
}

.accordion--open .accordion__content {
	display: block;
}

/* キャプチャ表示
-------------------------------------------------------------------------- */
.accordion__content .captures {
	overflow: hidden;
}

.capture {
	position: relative;
}

.accordion__content .captures .capture + .capture {
	margin-top: calc((104 / 626) * 100%);
}
.accordion__content .captures .capture.capture--shadow {
	margin-bottom: calc((-17 / 626) * 100%);
}

.accordion__content .captures .capture::after {
	content: "";
	display: block;
	top: 100%;
	left: calc((263 / 626) * 100%);
	width: calc((100 / 626) * 100%);
	height: 64px;
	position: absolute;
	background: url(../img/icon_arr_btm.png) no-repeat;
	background-size: contain;
}

.accordion__content .captures .capture.capture--shadow::after {
	top: 89%;
}

.accordion__content .captures .capture .capture__header {
	background-color: #1f663c;
	width: calc((450 / 626) * 100%);
	margin: 0 auto 30px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: calc(48 / 28);
	border-radius: 4px;
	padding: 15px 5px;
}


/* ==========================================================================
   レスポンシブスタイル
   ========================================================================== */

/* SP (max-width: 600px)
-------------------------------------------------------------------------- */
@media screen and (max-width: 600px) {
	body {
		font-size: 14px;
	}
	.note {
		font-size: calc((12 / 14) * 1em);
	}

	.note + .note {
		margin-top: 5px;
	}
	
	header {
		padding: 10px;
	}

	header > div {
		width: 100%;
		max-width: 845px;
		padding: 0;
	}

	.navi {
		width: 100%;
		max-width: 845px;
		padding-right: 10px;
	}

	.page .page__content {
		padding: 30px 11px;
	}

	.page .local-nav {
		padding: 25px 11px 0;
	}

	.page__content > * + * {
		margin-top: 30px;
	}

	/* 表示切り替え */
	.nav_bb { display: none !important; }
	.nav_sp { display: block !important; }
	.pc_only { display: none !important; }
	.sp_only { display: block !important; }
	.view_bb { display: none !important; }
	.view_sp { display: table !important; }
	
	.accordions {
		padding: calc((7 / 375) * 100vw) 0;
	}

	.accordion + .accordion {
		margin-top: calc(12px + ((14 / 375) * 100vw));
	}

	.accordion--open:not(.accordion--link):not(:last-of-type) {
		margin-bottom: calc(23px + ((7 / 375) * 100vw)) !important;
	}

	.accordion--open:not(.accordion--link):not(:first-of-type) {
		margin-top: calc(23px + ((14 / 375) * 100vw)) !important;
	}
	.accordion__content {
		padding: 20px;
		padding-top: calc(20px + ((7 / 375) * 100vw));
	}

	.accordion__content .captures + .captures {
		margin-top: 60px;	
	}
	
	.accordion__content .captures + .btn,
	.accordion__content .btn + .captures {
		margin-top: 30px;
	}

	.accordion__content .captures .capture .capture__header {
		margin: 0 auto 20px;
		font-size: 14px;
		border-radius: 4px;
		padding: 8px 3px;
	}

	.accordion__close-area {
		margin: 40px -20px -20px;
		padding: 15px;
	}
}
/* Tablet & PC (min-width: 601px)
-------------------------------------------------------------------------- */
@media screen and (max-width: 720px) {
	.accordion__header::before,
	.accordion__header::after {
		height: calc((8 / 375) * 100vw);
	}
}
/* Tablet (601px - 720px)
-------------------------------------------------------------------------- */
@media screen and (min-width: 601px) and (max-width: 720px) {
	.accordion + .accordion {
		margin-top: calc(15px + ((14 / 375) * 100vw));
	}

	.accordion--open:not(.accordion--link):not(:last-of-type) {
		margin-bottom: calc(45px + ((7 / 375) * 100vw)) !important;
	}

	.accordion--open:not(.accordion--link):not(:first-of-type) {
		margin-top: calc(45px + ((14 / 375) * 100vw)) !important;
	}

	.accordion__content {
		padding-top: calc(30px + ((7 / 375) * 100vw));
	}
}

/* Tablet & PC (min-width: 601px)
-------------------------------------------------------------------------- */
@media screen and (min-width: 601px) {
	a:hover {
		filter: alpha(opacity=70);
		opacity: 0.7;
	}

	.btn .btn__txt {
		font-size: 20px;
	}

	.accordion__header:hover {
		filter: brightness(110%);
	}

	.accordion__content .captures {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}
