@charset "utf-8";

/* single.css - 記事詳細用 */

@import url("./parts.css");

/* タイトル */
.single-page-head {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	height: 300px;
	background-image: url("../images/article_head_mv.jpg");
	background-position: center center;
	background-size: cover;
}

.single-page-head::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.73);
}

.single-page-head .cat-title,
.single-page-head h1 {
	position: relative;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
	font-weight: bold;
	font-size: 3.6rem;
	color: #ffffff;
	z-index: 1;
}

body#branch .single-page-head::after {
	background-color: rgba(166, 239, 248, 0.73);
}

body#info .single-page-head::after,
body#info_cat .single-page-head::after {
	background-color: rgba(253, 182, 156, 0.73);
}

.contents.contents-clm1 article {
	padding-top: 4.4rem;
}

.contents.contents-clm2 {
	padding-top: 7.4rem;
}

.item-attr {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-end;
	margin: 0 0 4.4rem;
}

.item-attr time {
	font-size: 1.6rem;
}

.item-attr .item-cat {
	width: 8em;
	margin-right: 1em;
	padding: 0.5rem 1.0rem;
	background-color: #CCCCCC;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	color: #FFFFFF;
}

.item-attr .item-cat.b01 {
	background-color: #2E3993;
}
.item-attr .item-cat.b02 {
	background-color: #50C48A;
}
.item-attr .item-cat.b03,
.item-attr .item-cat.b04,
.item-attr .item-cat.b05,
.item-attr .item-cat.b06 {
	background-color: #52BDE5;
}
.item-attr .item-cat.b07,
.item-attr .item-cat.b08,
.item-attr .item-cat.b09,
.item-attr .item-cat.b10 {
	background-color: #FA585C;
}

/* アイキャッチ */
.mv {
	margin-bottom: 3.8rem;
	text-align: center;
}

.mv img {
	border-radius: 10px;
}

/* 記事ヘッダー */
.article-head {
	margin: 0 0 3.2rem;
}

.article-head h1 {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	font-size: 2.8rem;
}

/* 記事本文 */

/* 見出し */
.article-body > *:first-child {
	margin-top: 0;
}

.article-body h2 {
	position: relative;
	margin: 3rem 0 2rem 0;
	font-weight: bold;
	font-size: 2.6rem;
	color: #666666;
}

.article-body h2 small {
	display: inline-block;
	padding: 0.2rem 0 0 1rem;
	line-height: 1.3;
	font-weight: normal;
	font-size: 1.6rem;
}

.article-body h3 {
	margin: 3rem 0 1rem 0;
	padding: 0;
	font-weight: bold;
	font-size: 2.3rem;
	color: #45599A;
}

.article-body h4 {
	margin: 3rem 0 1rem 0;
	padding: 0.7rem;
	border: 2px solid #707070;
	font-weight: bold;
	font-size: 2.0rem;
	color: #646363;
}

/* 段落 */
main > p {
	margin: 0 0 1em;
	line-height: 1.8;
}

.article-body p {
	margin: 0 0 1em;
	line-height: 1.6;
}

.article-body a {
	text-decoration: underline;
	color: #0071a1;
}

/* ボタン */
.article-body .wp-block-buttons {
	margin: 1.0rem 0;
}

.article-body .wp-block-button__link {
	text-decoration: none;
	min-width: 240px;
	background-color: #51B6E7;
	border: 0;
	border-radius: 4px;
	color: #ffffff;
}

/* リスト */
.article-body ul {
	list-style-type: none;
	margin: 20px 0;
	padding: 20px;
	background-color: rgba(244, 236, 209, .5);
	border-radius: 4px;
	line-height: 1.6;
}

.article-body ul li {
	position: relative;
	padding: 0 0 0 15px;
	font-weight: bold;
	color: #2D4485;
}

.article-body ul li+ li {
	margin-top: 5px;
}

.article-body ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .6em;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #2D4485;
}

.article-body ol {
	counter-reset: item;
}

.article-body ol li {
	padding: 0;
}

.article-body ol li::before {
	counter-increment: item;
	content: counter(item)'.';
	position: static;
	display: inline-block;
	width: auto;
	margin-right: 0.3em;
	background-color: transparent;
}

/* テーブル */
.wp-block-table {
	width: 100%;
	margin: 2.0rem 0;
}

.wp-block-table table {
	width: 100%;
	border: 1px solid #707070;
}

.wp-block-table table thead tr th,
.wp-block-table table tbody tr th,
.wp-block-table table tbody tr td {
	width: auto;
	padding: .5em .75em;
	background-color: #FFFFFF;
	line-height: 1.6;
	border: 1px solid #707070;
}

.wp-block-table table thead tr th,
.wp-block-table table tbody tr th,
.wp-block-table table tbody tr td:nth-of-type(1) {
	width: 25%;
	background-color: #EEEEEE;
}

/* 枠線なし */
.wp-block-table.no-border table {
	border: 0;
}

.wp-block-table.no-border table thead tr th,
.wp-block-table.no-border table tbody tr th,
.wp-block-table.no-border table tbody tr td {
	border: 0;
}

.wp-block-table.no-border table thead tr th,
.wp-block-table.no-border table tbody tr th,
.wp-block-table.no-border table tbody tr td:nth-of-type(1) {
	background-color: #FFFFFF;
}

.wp-block-table figcaption {
	display: block;
	margin: 10px 0 0;
	line-height: 1.5;
	font-size: 1.4rem;
}

/* 画像 */
.article-body img {
	border-radius: 4px !important;
}

.article-body figure img + figcaption {
	display: block;
	margin: 5px 0 0;
	text-align: right;
	line-height: 1.3;
	font-size: 1.2rem;
}

/* ギャラリー */
.wp-block-gallery .wp-block-image {
	flex-grow: inherit !important;
	/*width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*0.75) !important;*/
	width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667) !important;
}

.wp-block-gallery .wp-block-image img {
	object-fit: cover;
	aspect-ratio: 4/3;
}

.wp-block-gallery .wp-block-image figcaption {
	position: static;
	margin-top: 0.3rem;
	padding-left: 0;
	padding-right: 0;
	line-height: 1.3;
	background: transparent;
	color: inherit;
}

/* Google Map RWD */
.gmap {
	position: relative;
	padding-bottom: 38%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* margin */
.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

/* 記事フッター */
.article-foot {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #707070;
	padding: 16px 10px 0;
}

.article-foot .back-btn {
	padding: .5em 1.5em;
	background-color: #FFFFFF;
	border: 1px solid #707070;
	border-radius: 4px;
}

/* お知らせ */
#infoList {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

#infoList h2 {
	margin: 0 0 2rem 0;
	font-weight: bold;
	font-size: 2.6rem;
	color: #666666;
}

.info-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.info-list .item {
	position: relative;
	display: flex;
	flex-flow: column wrap;
	width: calc((100% - 28px) / 2 );
	margin-bottom: 60px;
}

.info-list.branch-list {
	justify-content: flex-start;
}

.info-list.branch-list .item {
	width: calc((100% - 60px) / 3 );
	margin-right: 30px;
}

.info-list.branch-list .item:nth-of-type(3n) {
	margin-right: 0;
}

.info-list .item dl {
}

.info-list .item dl dt {
	margin-bottom: 0.8rem;
}

.info-list .item dl dt img,
.info-list .item figure.item-thumb img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	object-fit: cover;
	aspect-ratio: 3/2;
}

.info-list .item dl dd {
	line-height: 1.3;
	font-weight: bold;
}

.info-list .item dl dd .item-title {
	margin-bottom: 0.6rem;
	font-size: 2.0rem;
}

.info-list .item dl dd .item-title + p {
	font-size: 1.4rem;
}

.info-list .item ul.item-cat {
	position: absolute;
	left: 0;
	top: 0;
}

.info-list .item ul.item-cat li {
	width: 8em;
	padding: 0.6rem;
	border-radius: 10px 0 0 0;
	background-color: #cccccc;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	color: #FFFFFF;
}

.info-list .item ul.item-cat li.b01 {
	background-color: #2E3993;
}
.info-list .item ul.item-cat li.b02 {
	background-color: #50C48A;
}
.info-list .item ul.item-cat li.b03,
.info-list .item ul.item-cat li.b04,
.info-list .item ul.item-cat li.b05,
.info-list .item ul.item-cat li.b06 {
	background-color: #52BDE5;
}
.info-list .item ul.item-cat li.b07,
.info-list .item ul.item-cat li.b08,
.info-list .item ul.item-cat li.b09,
.info-list .item ul.item-cat li.b10 {
	background-color: #FA585C;
}

.info-list .item .item-foot {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-end;
	margin-top: auto;
	padding: 2.0rem 0 0;
}

.info-list .item .item-foot time {
	width: 100%;
	margin-right: 1.0rem;
	padding: 0 0 0.7rem;
	border-bottom: 1px solid #646363;
	font-size: 1.4rem;
}

.info-list .item .item-foot .item-more {
	flex-shrink: 0;
	padding: 0.4rem 1.0rem;
	border: 1px solid #646363;
	border-radius: 4px;
	font-weight: bold;
	font-size: 1.8rem;
}

p.info-link {
	padding: 0 0 6.2rem;
	text-align: center;
}

p.info-link a {
	display: inline-flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 0.8rem 2.0rem;
	border: 1px solid #646363;
	border-radius: 4px;
	font-weight: bold;
	font-size: 1.8rem;
}

p.info-link a::after {
	content: "▲";
	margin-left: 1.2rem;
	color: #646363;
	transform: rotate(90deg);
}

/* サイド */
.side-link-list {
	margin-top: 3rem;
}

.side-link-list:first-of-type {
	margin-top: 0;
}

.side-link-list h3 {
	margin: 0;
	padding: 0 0 1.0rem;
	border-bottom: 1px solid #707070;
	line-height: 1.3;
	font-size: 2rem;
	font-weight: bold;
	color: #646363;
}

.side-link-list li a {
	position: relative;
	display: block;
	margin: 0;
	padding: 1rem 2rem 1rem 1rem;
	border-bottom: 1px solid #707070;
}

.side-link-list li a::after {
	content: "▲";
	position: absolute;
	right: 0.5rem;
	color: #646363;
	transform: rotate(90deg);
}

.side-link-list li a[aria-current="page"] {
	background-color: #EEEEEE;
}

.side-text {
	margin-top: 3.0rem;
}

.side-text p {
	margin: 0;
	padding: 0 1rem;
	line-height: 1.5;
}

/* オリジナル */
.frame01 {
	padding: 20px;
	background-color: #e0e3ee;
	border-radius: 5px;
}
/*
.frame01 > div > :last-child {
	margin-bottom: 0;
}
*/
.wp-block-button a {
	padding: 1.2rem 1rem;
	min-width: 200px;
	background-color: #5B6D9F;
	border: 1px solid #707070;
	border-radius: 5px;
	color: #ffffff;
}

@media (max-width: 767px) {
.single-page-head {
	height: 150px;
}

.contents.contents-clm2 main {
	margin-bottom: 4.4rem;
}

/* テーブル -　スクロール */
.wp-block-table.tbl-scr-w960 {
	overflow-x: scroll;
	padding-bottom: 1.0rem;
}

.wp-block-table.tbl-scr-w960::before {
	content: "← 左右にスクロールでご覧になれます →";
	display: inline-block;
	margin: 0 0 1em;
	padding: 0.6rem 1.2rem;
	background-color: #4090FF;
	border-radius: 99em;
	font-size: 1.6rem;
	color: #FFFFFF;
}

.wp-block-table.tbl-scr-w960 table {
	width: 960px;
}

.wp-block-table.tbl-scr-w100p {
	overflow-x: scroll;	
	padding-bottom: 1.0rem;
}

.wp-block-table.tbl-scr-w100p::before {
	content: "← 左右にスクロールでご覧になれます →";
	display: inline-block;
	margin: 0 0 1em;
	padding: 0.6rem 1.2rem;
	background-color: #4090FF;
	border-radius: 99em;
	font-size: 1.6rem;
	color: #FFFFFF;
}

.wp-block-table.tbl-scr-w100p table {
	width: 100%;
}

.wp-block-table.tbl-scr-w100p table thead tr th,
.wp-block-table.tbl-scr-w100p table tbody tr th,
.wp-block-table.tbl-scr-w100p table tbody tr td {
	white-space: nowrap;
}


/* ギャラリー */
.wp-block-gallery .wp-block-image {
	width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2) !important;
}

/* Google Map RWD */
.gmap {
	padding-bottom: 56.25%;
}

/* お知らせ */
.info-list {
	display: block;
}

.info-list .item {
	position: relative;
	width: 100%;
}

.info-list.branch-list .item {
	width: 100%;
	margin-right: 0;
}

.info-list .item dl {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 100%;
}

.info-list .item dl dt {
	width: 38.5%;
	margin-bottom: 0;
	padding-top: 36px;
}

.info-list .item dl dd {
	width: calc(61.5% - 14px);
	padding-bottom: 34px;
}

.info-list .item dl dd .item-title {
	margin-bottom: 1.0rem;
	font-size: 2.0rem;
}

.info-list .item dl dd .item-title + p {
	font-size: 1.6rem;
}

.info-list .item ul.item-cat {
	width: 38.5%;
}

.info-list .item ul.item-cat li {
	width: 100%;
	border-radius: 0;
}

.info-list .item .item-foot {
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(61.5% - 14px);
	margin-top: 0;
	padding: 0;
}

}

@media (max-width: 480px) {
}