@charset "utf-8";

body {
	letter-spacing: 0.1em;
	background: #F2F1ED;
}

/* 背景
========================================== */

.bg-wh {
	background: #fff;
}
.bg-lgy {
	background: #F8F8F6;
}
.bg-br {
	background: #563E37;
}

.bg-full {
	margin: 0 calc(50% - 50vw + 7.5px);
	padding: 0 calc(50vw - 50% + -7.5px);
}
@media only screen and (max-width: 767px) {
	.bg-full {
		margin: 0 calc(50% - 50vw );
		padding: 0 calc(50vw - 50% );
	}
}

/* 幅
========================================== */

.inner-large {
	max-width: 1170px;
	padding: 0 25px;
	margin-inline: auto;
}

.inner-md {
	max-width: 930px;
	width: 100%;
	padding: 0 25px;
	margin-inline: auto;
}

.inner-sm {
	max-width: 840px;
	width: 100%;
	padding: 0 25px;
	margin-inline: auto;
}

@media only screen and (max-width: 767px) {
	.inner-large .inner-md,
	.inner-large .inner-sm {
		padding: 0;
	}
}

.wrap650 {
	max-width: 650px;
	width: 100%;
}

/* タイトル
========================================== */

/*ページ大見出し*/
.tit-page {
	background:url(../img/common/bg_pt_be_noise.png);
	padding-top: 87px;
	padding-bottom: 117px;
	line-height: 1;
}
.tit-page * {
	font-weight: bold;
	font-size: 39px;
	color: #6C3D2E;
}
@media only screen and (max-width: 767px) {
	.tit-page {
		padding-top: 35px;
		padding-bottom: 50px;
	}
	.tit-page * {
		font-size: 22px;
	}
}

.tit-page + .txt-read {
	margin-top: 60px;
}

/*ページ中見出し*/
.tit-lager {
}
.tit-lager * {
	font-size: 35px;
	font-weight: bold;
}
.tit-lager em {
	font-size: 14px;
	color: #BE3717;
	display: block;
}
@media only screen and (max-width: 767px) {
	.tit-lager * {
		font-size: 27px;
	}
}

/*小見出し-左線*/
.tit-border-left {
	font-size: 26px;
	font-weight: bold;
	padding-left: 47px;
	position: relative;
}
.tit-border-left::before {
	content: "";
	width: 30px;
	height: 5px;
	background: #BE3717;
	display: block;
	position: absolute;
	left: 0;
	top: 22px;
}
@media only screen and (max-width: 767px) {
	.tit-border-left {
		font-size: 20px;
		padding-left: 28px;
	}
	.tit-border-left::before {
		width: 15px;
		height: 3px;
		top: 15px;
	}
}

/*小見出し-左丸*/
.tit-ic-cir {
	background: url(../img/common/ic_cir_ye.svg) no-repeat center left;
	padding-left: 1.5em;
	color: #BE3717;
	font-weight: bold;
	font-size: 18px;
}
@media only screen and (max-width: 767px) {
	.tit-ic-cir {
		background: url(../img/common/ic_cir_ye.svg) no-repeat top 12px left;
		font-size: 16px;
	}
}

/* テキスト
========================================== */

.txt-read {
	font-size: 18px;
	line-height: 2.2;
}
@media only screen and (max-width: 767px) {
	.txt-read {
		font-size: 17px;
		line-height: 1.8;
	}
}

/* ファイルサイズ表示
========================================== */

span.fileSize {
	font-size: 14px;
	font-weight: 400;
	padding-left: .5em;
	word-break: keep-all;
}

/* ボタン
========================================== */

.btn-next {
	display: inline-block;
	background: #BE3717 url(../img/common/ic_tr_r_wh.svg) no-repeat center right 1em;
	border-radius: 2em;
	text-align: center;
	padding: 1em 3em 1em 2em;
	text-align: center;
	color: #fff;
	line-height: 1;
}
.btn-next.ic-zoom {
	background: #BE3717 url(../img/common/ic_zoom.svg) no-repeat center right 1em;
}
.btn-next[target="_blank"]{
	background:#BE3717 url(../img/common/ic_blank_wh.svg) no-repeat center right 2em;
	padding-right: 4em;
}
.btn-beige {
	display: inline-block;
	background: #BD8768 url(../img/common/ic_tr_r_wh.svg) no-repeat center right 1em;
	border-radius: 2em;
	text-align: center;
	padding: 1em 3em 1em 2em;
	text-align: center;
	color: #fff;
	line-height: 1;
}
.btn-beige.ic-zoom {
	background: #BD8768 url(../img/common/ic_zoom.svg) no-repeat center right 1em;
}
.btn-beige[target="_blank"]{
	background:#BD8768 url(../img/common/ic_blank_wh.svg) no-repeat center right 2em;
	padding-right: 4em;
}
@media only screen and (max-width: 767px) {
	.btn-next ,
	.btn-beige {
		padding-left: 1.5em;
		line-height: 1.2;
		text-align: left;
	}
	.btn-next[target="_blank"]{
		background:#BE3717 url(../img/common/ic_blank_wh.svg) no-repeat center right 1em;
		padding-right: 3em;
	}	
	.btn-beige[target="_blank"]{
		background:#BD8768 url(../img/common/ic_blank_wh.svg) no-repeat center right 1em;
		padding-right: 3em;
	}
}


/* レイアウト
========================================== */

.content {
	padding-top: 80px;
	padding-bottom: 80px;
}
.content + .content {
	padding-top: 40px;
}
@media only screen and (max-width: 767px) {
	.content {
		padding-top: 40px;
	}
}

.tit-lager + .section__border-top {
	margin-top: 80px;
}
.section__border-top .section {
	border-bottom:1px solid #D6CBC5;
	margin-top: 40px;
	padding-bottom: 40px;

}
.section__border-top .section + .section {
	padding-top: 0;
}
.section__border-top .section:nth-of-type(1) {
	margin-top: 0;
	padding-top: 0;
}
.section {
	padding-top: 40px;
}
.section + .section {
}
.section:has(.section) {
	padding-bottom: 0;
}
.section .section-desc {
	margin-top: 40px;
	margin-inline: auto;
}

/* 説明
========================================== */

.block-contant {
	background: #F7F7F4;
	padding: 40px;
	border-radius: 3px;
}
.block-contant + .block-contant {
	margin-top: 35px;
}

.bg-lgy .block-contant {
	background: #F6F2ED;
}
@media only screen and (max-width: 767px) {
	.block-contant {
		padding: 25px;
	}
}

/* テーブル
========================================== */

table.table-basic {
	width: 100%;
}
table.table-basic * {
	padding: .5em .8em;
}
table.table-basic thead {
	background: #E6D7D0;
}
table.table-basic .taC * {
	text-align: center;
	vertical-align: middle;
}
table.table-basic thead tr {}
table.table-basic thead tr th {
	border: #BFB3AD 1px solid;
	font-weight: bold;
}
table.table-basic tbody {}
table.table-basic tbody tr {}
table.table-basic tbody tr th {
	background: #E6D7D0;
	border: #BFB3AD 1px solid;
	font-weight: bold;
}
table.table-basic tbody tr td {
	background: #fff;
	border: #D1CFCE 1px solid;
}
@media only screen and (max-width: 767px) {
	table.table-basic * {
		font-size: 14px;
	}
}

/* パンクズナビ
========================================== */

#pnav {
	background: #fff;
	padding: 30px;
	line-height: 1;
}
#pnav ul {
	display: flex;
}
#pnav ul li * {
	color: #6C3D2E;
}
#pnav ul li + li {
	padding-left: 36px;
	background: url(../img/common/ic_ar_r_br.svg) no-repeat center  left 16px;
}
#pnav ul li a {
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	#pnav {
		font-size: 14px;
	}
}


/* 下層ページ、ページリンク
========================================== */

.page-link {
	padding: 60px 0;
}
.page-link .page-link-item.boredr-top {
	border-top: #D0BBAA 1px solid;
}
.page-link .page-link-item + .page-link-item {
	margin-top: 60px;
}
.page-link .page-link-item:has(.page-link-btn__home) {
	padding-top: 60px;
}
.page-link .page-link-item .page-link-tit {
	font-weight: bold;
	color: #6C3D2E;
	background: url(../img/common/ic_cup.svg) no-repeat left center;
	padding-left: 45px;
	line-height: 1;
	min-height: 20px;
}
.page-link .page-link-item ol.page-link-list {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.page-link .page-link-item ol.page-link-list.col04 li {
	min-width: calc(25% - 16px);
}
.page-link .page-link-item ol.page-link-list.col02 li {
	width: calc(50% - 16px);
}
.page-link .page-link-item ol.page-link-list li {}
.page-link-btn {
	background: #fff url(../img/common/ic_tr_r_br.svg) no-repeat right 1em center;
	padding: 1.5em 3em 1.5em 2em;
	line-height: 1;
	border-radius: 3em;
	display: block;
	letter-spacing: normal;
}
.page-link-btn.current {
	background: #6C3D2E url(../img/common/ic_tr_r_wh.svg) no-repeat right 1em center;
	color: #fff;
}
.page-link-btn__home {
	max-width: 470px;
	width: 100%;
	display: block;
	margin-inline: auto;
	padding: 1.5em 3em 1.5em 2em;
	line-height: 1;
	border-radius: 3em;
	font-size: 20px;
	color: #6C3D2E;
	border: 1px solid #6C3D2E;
	text-align: center;
	background: url(../img/common/ic_tr_l_br.svg) no-repeat left 2em center;
}

/* 下層ページ、ページャー
========================================== */

.page-pager {
	padding: 26px 36px;
	background: #fff;
	border-radius: 3px;
	border: #E6D7D0 1px solid;
	display: flex;
	line-height: 1;
	gap: 32px;
	margin-top: 40px;
}
.page-pager .page-pager-tit {
	color: #BE3717;
	font-weight: bold;
	font-size: 14px;
	padding-right: 42px;
	border-right:1px solid #6C3D2E ;
}
.page-pager ul.page-pager-list {
	display: flex;
	flex-wrap: wrap;
	gap:22px 54px;
}
.page-pager ul.page-pager-list li {
	font-size: 18px;
}
.page-pager ul.page-pager-list li a {
	background: url(../img/common/ic_cir_arr_btm.svg) no-repeat left center;
	padding-left: 30px;
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	.page-pager {
		padding: 1em;
	}
	.page-pager .page-pager-tit {
		padding-right: 1em;
		padding-left: 1em;
		width: 100px;
	}
	.page-pager ul.page-pager-list li a {
		font-size: 16px;
	}
}

/* 表
========================================== */

dl.dl-table-basic {
	display: table;
	width: 100%;
}
dl.dl-table-basic + .dl-table-basic {
	border-top: 1px solid #6C3D2E;
}
dl.dl-table-basic dt {
	font-size: 18px;
	font-weight: bold;
	display: table-cell;
	background: #E6D7D0;
	width: 260px;
	padding: 30px;
}
dl.dl-table-basic dd {
	display: table-cell;
	background: #fff;
	width: calc(100% - 260px);
	padding: 30px;
}
@media only screen and (max-width: 767px) {
	dl.dl-table-basic {
		display: block;
	}
	dl.dl-table-basic dt {
		display: block;
		width: 100%;
		padding: .5em 1em;
	}
	dl.dl-table-basic dd {
		display: block;
		width: 100%;
		padding: 1em;
	}
	.table-scroll {
		overflow-x: scroll;
	}
	.table-scroll table {
		width: 900px;
	}
}


/* インフォメーション-種別
========================================== */

.info-tag {
	background: #518575;
	color: #fff;
	line-height: 1;
	padding: 8px 1em;
	font-size: 14px;
	display: inline-block;
}
.info-tag.kouhou { background: #C79A17;}
.info-tag.kumiai { background: #178BC7;}

/* インフォメーション-項目
========================================== */

#home-info .info-item {
	display: flex;
	gap: 40px;
	padding: 50px 30px 40px;
}
@media only screen and (max-width: 767px) {
	#home-info .info-item {
		padding: 25px;
	}
	#home-info .info-item {
	 flex-wrap: wrap;
	 flex-direction: column-reverse;
	}
	figure:has(img[src="./img/home/pic_info_none.svg"]){
		display: none;
	}
}

.info-item + .info-item {
	border-top: 1px solid #E6DEDC;
}
.info-item .info-item-data em {
	color: #69453C;
	font-size: 17px;
}
.info-item-data {
	display: flex;
	gap: 1em;
	line-height: 1;
	align-items: center;
}
.info-item-tit {
	margin-top: 10px;
}
.info-item-tit * {
	font-size: 22px;
	font-weight: bold;
}
.info-item-txt {
	margin-top: 22px;
}
.info-item-txt p {
	font-size: 18px;
	margin-bottom: 15px;
}
.info-item-link {
	margin-top: 20px;
}
@media only screen and (max-width: 767px) {
	.info-item-data {
		justify-content: space-between;
	}
	.info-item-tit * {
		font-size: 18px;
	}
	.info-item-txt p {
		font-size: 14px;
	}
}

/* インフォメーション-画像
========================================== */

.info-item-gallery {
	margin-top: 40px;
}
.info-item-gallery figure {}
.info-item-gallery figure figcaption {
	background: url(../img/common/ic_pict.svg)no-repeat center left;
	padding-left: 1.8em;
	font-weight: bold;
}
.info-item-gallery ol {
	display: flex;
	gap: 1.5%;
	margin-top: 20px;
}
.info-item-gallery ol li {
	max-width:30% ;
	width: 100%;
}
.info-item-col02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1em;
}

@media only screen and (max-width: 767px) {
	.info-item-gallery figure figcaption {
		font-size: 14px;	
	}
	.info-item-col02 figure {
		width: 100%;
		text-align: center;
	}
	.info-item-col02 figure img {
		width: 60%;
	}
}
