@charset "utf-8";

/**********************************************
　固定ページ・投稿ページ
**********************************************/
/*****　共通　*****/
#fixed-content section, #post-content section {padding: 0 0 3em;}
.clear {clear: both;}


@media screen and (max-width: 480px){
	#fixed-content section, #post-content section {padding: 0 0 7.5vw;}
}

/*****　ヘッダー画像　*****/
.bg-image {width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1;}
.fixed-head, .post-head {position: relative; width: 100%; height: 440px; padding-top: 40px;}
.fixed-head-inner, .post-head-inner {position: relative; max-width: 1100px; margin: 0 auto; width: 100%; height: 100%;}
.fixed-cach, .post-cach {position: absolute; top: 50%; left: 15px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); z-index: 6;}
.fixed-cach h2, .post-cach h2 {font-size: 2.4em; color: #fff;}
.fixed-head .bg-image, .post-head .bg-image {}
.fixed-head .bg-image img, .post-head .bg-image img {width: 100%; height: 100%; display: block; margin: 0; object-fit: cover;}
.overlay {background: rgba(10, 26, 75, 0.6); width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 5;}


@media screen and (max-width: 768px){
	.fixed-head, .post-head {height: 300px; padding-top: 20px;}
	.fixed-cach h2, .post-cach h2 {font-size: 30px;}
}

@media screen and (max-width: 480px){
	.fixed-head, .post-head {height: 62.5vw; padding-top: 4.17vw;}
	.fixed-cach h2, .post-cach h2 {font-size: 6.25vw;}
}


/*--------------------
 パンくず
--------------------*/
.bread-crumb {margin: 0 0 30px; padding: 5px 0;}
.bread-crumb ul{list-style: none;}
.bread-crumb li{display: inline;}
.bread-crumb li a{color: inherit; text-decoration: none;}
.bread-crumb li + li:before{content: ">"; margin: .5em;}

@media screen and (max-width: 768px){
	.bread-crumb {font-size: 12px; margin: 0 0 15px;}
}


/*--------------------
 下層コンテンツ
--------------------*/
#fixed-content {background: url('../images/bg-stone.webp') repeat left top; padding: 0 0 60px;}
#post-content {background: url('../images/bg-washi.webp') no-repeat center center; background-size: cover; padding: 0 0 60px;}
#ik-archive {background: url('../images/bg-washi.webp') no-repeat center center; background-size: cover; padding: 0 0 60px;}
#none-content {background: url('../images/bg-stone.webp') repeat left top; padding: 0 0 60px;}
.lower_layer_content {background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.lower_layer_content h2 {position: relative; font-size: 28px; font-weight: 600; margin: 30px 0 60px; text-align: center;}
.lower_layer_content h2::after {content: ''; width: 60px; height: 3px; background-color: #0a1a4b; position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.lower_layer_content h2 span.font-support {display: inline-block; font-size: 24px;}
.ike-contents-wrap {padding: 0 5px;}
.ike-contents-wrap p {font-size: 1.1em;}
.cont-section {margin: 1.5em 0;}
.cont-section h3 {background-color: #cbe4f3; font-size: 20px; font-weight: 600; padding: 5px 15px; margin-bottom: 1em;}
.cont-section p {margin-bottom: 20px;}
.cont-section p.red {color: red;}
.cont-sec-img {float: right; margin: 0 0 0 15px;}
.cont-sec-img img {width: 100%; height: auto; max-width: 220px;}
.gray-enclosur {background-color: #ededed; margin: 2em 0; padding: 1.5em; border-radius: 12px;}
.gray-enclosur p {margin: 0;}

.cont-section h4 {font-size: 18px; font-weight: 600;}

.button-external {margin: 3em 0;}
.button-external .button-external-inner {}
.button-external .button-external-inner a {display: flex; justify-content: space-between; align-items: center; margin: 0 auto; padding: 1em 2em; width: 300px; color: #2285b1; font-size: 18px; font-weight: 700; border: 2px solid #2285b1; transition: 0.3s;}
.button-external .button-external-inner a::after {content: ''; width: 15px; height: 15px; border-top: 2px solid #2285b1; border-right: 2px solid #2285b1; transform: rotate(45deg);}
.button-external .button-external-inner a:hover {color: #fff; text-decoration: none; background-color: #2285b1;}
.button-external .button-external-inner a:hover::after {border-top: 2px solid #fff; border-right: 2px solid #fff;}


@media screen and (max-width: 768px){
	.lower_layer_content {padding: 20px;}
	.lower_layer_content h2 {font-size: 22px; margin: 20px 0 50px;}
	.lower_layer_content h2 span.font-support {font-size: 18px;}
}

@media screen and (max-width: 480px){
	.lower_layer_content h2 {font-size: 4.58vw; margin: 4.16vw 0 10.41vw;}
	.lower_layer_content h2::after {width: 40px; height: 2px;}
	.lower_layer_content h2 span.font-support {font-size: 3.8vw;}
	.cont-sec-img {float: none; margin: 15px; text-align: center;}
	.cont-sec-img img {max-width: 440px;}
}


/*****　寺院概要　*****/
#se-overview {}
.se-content {}
.se-content-row-image {}
.se-content-row-image img {}
.se-content-row-text {height: 100%; background-color: #8dacf1; color: #fff; padding: 40px;}
.se-content-row-text table {width: 100%;}
.se-content-row-text td {padding: 5px 15px;}
.se-content-row-text td h3.overview-title {text-align: center; font-size: 18px; margin-bottom: 20px;}
.se-content-row-text td.overview-item {width: 20%;}
.se-content-row-text td h3.overview-enkaku {text-align: center; font-size: 18px; margin: 20px 0;}

#overview-history {background: url('../images/fixed_page/myoshinji.webp') no-repeat center center; background-size: 50%;}
.square-shell {border: solid 2px #3e7062; margin: 20px auto 0; padding: 20px; border-radius: 4px; background-color: #f0fcf9; max-width: 600px;}
.square-shell ul {padding: 0 0 0 30px;}
.square-shell ul li {list-style-type: square; margin-bottom: 10px;}
.square-shell ul li:last-child {margin-bottom: 0;}


@media screen and (max-width: 991px) {
	.se-content-row-text {padding: 2vw;}
	.se-content-row-text td {padding: 0.5vw 1.51vw; font-size: 1.62vw;}
	.se-content-row-text td h3.overview-title {font-size: 1.82vw; margin-bottom: 2vw;}
	.se-content-row-text td.overview-item {width: 8.28vw;}
}

@media screen and (max-width: 768px){
	#se-overview .col-6 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
	.se-content-row-text {padding: 20px;}
	.se-content-row-text td {padding: 5px 10px; font-size: 14px;}
	.se-content-row-text td h3.overview-title {font-size: 18px; margin-bottom: 10px;}
	.se-content-row-text td.overview-item {width: 68px;}
	#overview-history {background-size: 75%;}
	.square-shell {padding: 15px;}
	.square-shell ul {padding: 0 0 0 25px;}
	.square-shell ul li {font-size: 14px; margin-bottom: 5px;}
}

@media screen and (max-width: 480px){
	.se-content-row-text {padding: 4.17px;}
	.se-content-row-text td {padding: 1.04vw 2.08vw; font-size: 2.92vw;}
	.se-content-row-text td h3.overview-title {font-size: 3.75vw; margin-bottom: 2.08vw;}
	.se-content-row-text td.overview-item {width: 14.17vw;}
	#overview-history {background-size: 100%;}
}

/*****　文化財　*****/
#se-assets {}
.assets-main-wrap {position: relative; cursor: pointer;}
.assets-main-wrap img.layered-top {position: absolute; top: 0; left: 0; z-index: 2; transition: opacity 0.3s ease;}
.assets-main-wrap img.layered-down {}
.assets-main-title {position: absolute; writing-mode: vertical-rl; color: #fff; border: solid 2px #fff; font-size: 36px; padding: 30px 15px; width: 90px;}
.assets-main-title.front {top: 30px; right: 30px; z-index: 3; transition: opacity 0.3s ease;}
.assets-main-title.behind {top: 30px; left: 30px; z-index: 1;}
.assets-main-wrap:hover img.layered-top {opacity: 0;}
.assets-main-wrap:hover .assets-main-title.front {opacity: 0;}

#assets-about {}
h3.sub-title {position: relative; text-align: center; font-size: 24px; margin: 30px 0 60px;}
h3.sub-title::before {content: ''; width: 60px; height: 1px; background-color: #0a1a4b; position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
h3.sub-title::after {content: ''; width: 60px; height: 1px; background-color: #0a1a4b; position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
h4.subheading {position: relative; font-size: 20px; border-bottom: dotted 1px #0a1a4b; margin: 0 0 10px; padding: 0 0 0 30px;}
h4.subheading::before {content: '■'; font-size: 24px; color: #b02b2c; position: absolute; top: -2px; left: 0;}
.se-separator {margin: 0 0 40px;}
.se-separator.ss-last {margin: 0;}
.se-separator p {margin: 0 0 10px;}
.se-separator p.p-last {margin: 0;}

.td-generals-wrap {}
.td-generals-ul {display: flex; flex-wrap: wrap; gap: 20px;}
.td-generals-list {width: calc((100% - 40px) / 3); padding: 5px; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;}
.td-generals-img {overflow: hidden;}
.td-generals-img img {transition: opacity 0.3s ease; cursor: pointer;}
.td-generals-img img:hover {opacity: 0.8;}
.td-generals-title {padding: 10px 5px 5px;}
.td-generals-title h5 {font-weight: bold; text-align: center;}


@media screen and (max-width: 768px){
	h3.sub-title {font-size: 20px; margin: 20px 0 50px;}
	.se-separator {margin: 0 0 20px;}
	h4.subheading {font-size: 16px; padding: 0 0 0 20px;}
	h4.subheading::before {font-size: 18px;}
	.se-separator p {font-size: 15px;}
	.assets-main-title {font-size: 24px; font-weight: 400; width: 62px; padding: 30px 10px; border: solid 1px #fff;}
	.td-generals-list {width: calc((100% - 20px) / 2);}
	.td-generals-title h5 {font-size: 16px;}
}

@media screen and (max-width: 480px){
	h3.sub-title {font-size: 4.16vw; margin: 4.16vw 0 10.41vw;}
	h3.sub-title::before, h3.sub-title::after {width: 40px;}
	h4.subheading {font-size: 3.33vw; padding: 0 0 0 4.16vw;}
	h4.subheading::before {font-size: 3.75vw;}
	.se-separator p {font-size: 3.33vw;}
	.assets-main-title {font-size: 3.75vw; width: 8.33vw; padding: 4.16vw 1.04vw;}
	.assets-main-title.front {top: 3.125vw; right: 3.125vw;}
	.assets-main-title.behind {top: 3.125vw; left: 3.125vw;}
	.td-generals-ul {gap: 10px;}
	.td-generals-list {width: 100%;}
	.td-generals-title h5 {font-size: 3.33vw;}
}


/*****　位牌・ご遺骨お預かり供養　*****/
.mt_bone {}
.mt_bone-list {display: flex; flex-wrap: wrap; margin: 40px 0; border: solid 1px #ddd;}
.mt_bone-list h5 {font-size: 24px; font-weight: 600; background-color: #f6f6f6; text-align: center; padding: 22px 30px; width: 100%;}
.mt_bone-list h5 span {background-color: #f3e47f; border: solid 1px #382066; border-radius: 18px; font-size: 18px; padding: 4px 15px; margin-left: 10px;}
.mt_bone-list .mt_center {width: 100%; padding: 40px 50px; border-top: solid 1px #ddd; background: url('https://shoukakuji-enkuu.com/shoukakuji_wp/wp-content/themes/original/images/fixed_page/myoshinji.webp') no-repeat top right; background-size: contain;}
.mt_bone-list .mt_left {width: 50%; border-top: solid 1px #ddd; border-right: solid 1px #ddd; padding: 40px 50px;}
.mt_bone-list .mt_right {width: 50%; border-top: solid 1px #ddd; padding: 40px 50px;}
.mt_bone-list .mt_right.plan-image {padding: 0;}
.mt_bone-list .mt_right.plan-image img {max-width: 780px;}
.se-separator .mt_bone-list p {font-size: 18px;}
.se-separator .mt_bone-list p:last-child {margin: 0;}
.mt_bone-list h6 {font-size: 24px; margin: 0 0 15px; border-bottom: solid 1px #222;}
.mt_bone-list .yen {font-size: 18px; margin-left: 5px;}
.mt_bone-list .excluding_tax {font-size: 16px; margin-left: 5px;}
.mt_bone-table {margin: 40px 0;}
.mt_bone-table table {width: 100%;}
.mt_bone-table th, .mt_bone-table td {border: solid 1px #ddd; padding: 22px 30px;}
.mt_bone-table th {text-align: center; font-size: 20px; font-weight: 600; background-color: #f6f6f6;}
.mt_bone-table td {font-size: 20px;}
.mt_bone-table td.bgf6 {background-color: #f6f6f6;}
.mt_bone-table p.mt_bone-table-p {margin: 0; font-size: 14px;}
.mt_bone-table td.mt_bone-rightimage {width: 50%; padding: 0;}
.mt_bone-table td.mt_bone-rightimage img {max-width: 780px;}
.required_set-wrap {margin: 20px 0 40px;}
.required_set-wrap .mt_bone-table td.mt_bone-harf {width: 50%;}
.required_set-wrap img {}
.required_set-wrap img.smartphone {max-width: 520px; margin: 0 auto;}
.mt_bone-table-wrap {display: flex; flex-wrap: wrap;}
.mt_bone-table-wrap .mt_bone-table {width: 80%;}
.mt_bone-img {margin: 40px 0; width: 20%;}
.mt_bone-img img {max-width: 400px;}

.gosoudankudasai {width: 100%; max-width: 360px; margin: 30px auto; padding: 20px; border: double 4px #ddd; position: relative;}
.gosoudankudasai-title {position: absolute; top: -14px; left: 50%; font-weight: bold; font-size: 18px; background: #fff; padding: 0 0.5em; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.gosoudankudasai p {text-align: center;}
.telephone {margin-top: 20px;}
.telephone a {display: block; color: #23438a; text-align: center; font-size: 20px; transition: 0.3s;}
.telephone a:hover {color: #fd7e00;}

.cp_list {}
.cp_list li {border-bottom: 1px dashed #ccc; margin-bottom: 1em; position: relative; padding: 0em 0.3em 0.3em 1.3em; font-size: 18px;}
.cp_list li:before, .cp_list li:after {position: absolute; top: 0.43em; left: 0.5em; content: ''; display: block; background: #b02b2c; height: 11px; width: 4px; border-radius: 10px; transform: rotate(45deg);}
.cp_list li:before {top: 0.6em; left: 0.2em; height: 8px; transform: rotate(-45deg);}
.cp_list li:last-child {margin-bottom: 0;}

@media screen and (max-width: 768px){
	.mt_bone-list {margin: 30px 0;}
	.mt_bone-list h5 {font-size: 18px; padding: 12px 20px;}
	.mt_bone-list .mt_center {padding: 20px;}
	.mt_bone-list .mt_left {width: 100%; border-right: none; padding: 20px;}
	.mt_bone-list .mt_right {width: 100%; padding: 20px;}
	.se-separator .mt_bone-list p {font-size: 16px;}
	.mt_bone-table {margin: 30px 0;}
	.mt_bone-table th, .mt_bone-table td {padding: 12px 20px; display: block; width: 100%; text-align: center;}
	.mt_bone-table th {font-size: 18px;}
	.mt_bone-table td {font-size: 18px;}
	.mt_bone-table td.mt_bone-rightimage {width: 100%;}
	.mt_bone-table-wrap {display: block;}
	.mt_bone-table-wrap .mt_bone-table {width: 100%; margin: 30px 0 0;}
	.mt_bone-img {width: 100%; margin: 20px 0 10px; text-align: center;}
}

@media screen and (max-width: 480px){
	.mt_bone-list h5 {font-size: 3.75vw; padding: 2.08vw;}
	.mt_bone-list .mt_center {padding: 4.16vw;}
	.mt_bone-list .mt_left {padding: 4.16vw;}
	.mt_bone-list .mt_right {padding: 4.16vw;}
	.se-separator .mt_bone-list p {font-size: 3.33vw;}
	.mt_bone-table th, .mt_bone-table td {padding: 2.08vw;}
	.mt_bone-table th {font-size: 3.33vw;}
	.mt_bone-table td {font-size: 3.33vw;}
	.mt_bone-table p.mt_bone-table-p {font-size: 3.33vw;}
	.telephone {margin-top: 0;}
	.telephone a {font-size: 5vw;}
	.gosoudankudasai-title {font-size: 3.75vw;}
}

/*****　葬儀プラン　*****/
.funeral_sec {}
.funeral-customer {font-size: 18px; text-align: center;}
.between {text-align: center; width: 100%;}
.between img {max-width: 64px;}
.se-separator .between p {font-size: 24px; margin: 0;}

.various-plans {display: flex; flex-wrap: wrap; gap: 10px;}
.various-plans .mt_bone-list {width: calc(33.3333% - 10px); margin: 0; display: block;}
.various-plans .mt_bone-list h5 {padding: 10px 20px;}
.various-plans .mt_bone-list .mt_left, .various-plans .mt_bone-list .mt_right {width: 100%;}
.various-plans .mt_bone-list .mt_left {padding: 10px 20px; min-height: 180px; border-right: initial;}
.se-separator.various-plans .mt_bone-list p {font-size: 16px; margin: 0;}
.mt_bone-block {display: block; width: 100%;}
.mt_bone-block_sp {display: none;}
.mt_bone-between {width: 100%; padding: 10px 20px;}
.mt_bone-between-inner {width: 100%; max-width: 400px; margin: 0 auto;}


@media screen and (max-width: 991px){
	.various-plans {display: block; margin: 0 0 40px;}
	.various-plans .mt_bone-list {width: 100%;}
	.various-plans .mt_bone-list .mt_left {min-height: auto;}
	.mt_bone-list .mt_right.plan-image {padding: 0 20px 20px; text-align: center; border-top: none;}
	.mt_bone-block_sp {display: block; margin: 0 0 40px;}
}

@media screen and (max-width: 768px){
	.se-separator p.funeral-customer {font-size: 16px;}
}

@media screen and (max-width: 480px){
	.se-separator p.funeral-customer {font-size: 3.33vw;}
	.various-plans .mt_bone-list {border: none;}
	.various-plans .mt_bone-list .mt_left {border: none; padding: 10px 0;}
	.various-plans .mt_bone-list h5 {font-size: 5vw; background-color: #d6d6d6;}
	.various-plans .mt_bone-list h5 span {font-size: 3.5vw; padding: 2px 10px;}
	.mt_bone-list .mt_left h6 {font-size: 6vw;}
	.mt_bone-list .mt_left .yen {font-size: 4.8vw;}
	.mt_bone-list .excluding_tax {font-size: 4vw;}
	.se-separator.various-plans .mt_bone-list p {font-size: 4vw;}
	.mt_bone-list .mt_right.plan-image {padding: 0;}
	.between img {max-width: 64px;}
	.se-separator .between p {font-size: 5vw;}
	.mt_bone-between {padding: 10px 0 0;}
	.se-separator.various-plans .mt_bone-between-inner p {margin: 0;}
	
	#fixed-content section .funeral_sec {padding: 0;}
}

/*****　正覚寺画廊　*****/
#se-gallery-list {}
.se-gallery-shell {}
.se-gallery-shell .gallery-grid {}

.gallery-item {display: none;}
.gallery-item.visible {display: block;}



/*--------------------
 お問い合わせフォーム
--------------------*/
.contact-box p.sentence {font-size: 18px; line-height: 1.6;}
.hl-under {font-size: 1.4em; font-weight: bold; border-bottom: 1px solid #004055; margin: 2em 0 1em; padding: 0 0 0.5em;}
table.tbl-form {width: 100%; margin: 0 0 30px;}
table.tbl-form tr th, table.tbl-form tr td {border: 1px solid #ccc; padding: 1em; vertical-align: middle; font-size: 1.1em;}
table.tbl-form tr th {background: #010066; color: #fff; font-weight: bold;  width: 30%; text-align: left;}
table.tbl-form tr th span {font-weight: 500; color: #fff; font-size: 1em; margin-left: 10px;}
table.tbl-form tr th span.ike-required {color: #ffdf05; font-weight: 600;}
.form-text {padding: 0.3em 0;}
.wpcf7-form-control-wrap {position: relative;}
input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], select, textarea {padding: 0.3em; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif; border: solid 1px #ccc; font-weight: 500;}
input.per100[type="text"], input.per100[type="email"], textarea {width: 100%;}
.wpcf7-list-item {display: inline-block; margin: 0 0 0 1em;}
input[type="checkbox"] {margin: 0 0.5em 0 0; transform: scale(1.2); vertical-align: 1px;}
.form-button input[type="submit"] {background: #1c54a8; color: #fff; font-size: 1.1em; padding: 1em; min-width: 47%; margin: 0 1%; display: inline-block; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; cursor: pointer; -webkit-transition: all 0.5s ease; transition: all 0.5s ease;}
.form-button {margin-bottom: 2em;}
.form-button input[type="submit"]:hover {background: #4577c2;}
.contact-box p.sentence a {font-size: 18px; line-height: 1.6;}


@media screen and (max-width: 768px){
	input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], select, textarea {width: 100%;}
	table.tbl-form tr th, table.tbl-form tr td {display: block; width: 100%;}
}

@media screen and (max-width: 480px){
	.form-button input[type="submit"] {min-width: 90%;}
}

.fadeUp {opacity: 0; transform: translate3d(0, 15px, 0);}
.fadeUp.on {opacity: 1; transform: translate3d(0, 0, 0); transition: 1s;}




/*****　サンクスページ　*****/
#ike-contact-thanks {}
.ike-c-thanks {margin: 4em 0 0;}
.ike-c-thanks h5 {text-align: center; font-size: 1.1em;}
.ike-c-thanks h5 a {
	border: solid 1px #1c54a8;
    color: #1c54a8;
    font-weight: 500;
    display: inline-block;
	padding: 10px 25px;
	border-radius: 4px;
    transition: all 0.4s;
}
.ike-c-thanks h5 a:hover {background-color: #1c54a8; color: #fff;}

.important_notice {margin: 4em 1em; border: solid 2px #f55050; border-radius: 16px;}
.important_notice h4 {margin-bottom: 1em; padding: 0.2em 1em; text-align: center; font-size: 1.5em; background-color: #ffd6d6; border-radius: 16px 16px 0 0;}
.important_notice p {padding: 0 2em;}
.please-confirm {padding: 0 2em;}
.please-confirm h3 {}
.please-confirm dl {padding: 1em;}
.please-confirm dl dt {margin-bottom: 0.2em;}
.please-confirm dl dd {line-height: 1.3;}
.please-confirm dl dd a {color: #4f88dc; text-decoration: underline; transition: 0.3s;}
.please-confirm dl dd a:hover {color: #f0841b;}



/*--------------------
 アーカイブページ お知らせ
--------------------*/
#ik-archive {padding: 0 0 3em;}
ul.ikearchive {margin: 0 0 3em;}
li.ikearchive-li {position: relative; padding: 10px 0;}
.underlayer li.ikearchive-li h2 {margin: 0 0 10px 0; padding: 5px 10px; line-height: 1.6; font-size: 20px; font-weight: 600; height: 40px; overflow: hidden; text-align: left; background-color: #23438a; color: #fff;}
.underlayer li.ikearchive-li h2 span {display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.underlayer li.ikearchive-li h2::after {content: none;}
a.ikearchive-li-link {display: block; transition: 0.3s;}
a.ikearchive-li-link:hover {background-color: #efefef;}

.archive-flex {display: flex; gap: 15px; width: 100%;}
.archive-flex-inner {width: calc(100% - 120px); padding: 0 0 0 10px;}
.ikearchive-date {display: inline-block;}
.ikearchive-archive {margin: 0 0 0 10px; display: inline-block;}
.ikearchive-archive .blog-inheritance, .ikearchive-archive .blog-other, .ikearchive-archive .news-notice, .ikearchive-archive .uncategorized {font-size: 14px; border: solid 1px #ccc; border-radius: 12px; background-color: #f9f9f9; padding: 2px 15px;}
.ikearchive-text {margin: 4px 0; height: 54px; overflow: hidden;}
.ikearchive-text span {display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.ikearchive-eyecatch {position: relative; width: 120px; height: 90px; overflow: hidden;}
a.ikearchive-li-link .ikearchive-eyecatch img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;transition: opacity 0.3s ease;}
a.ikearchive-li-link:hover .ikearchive-eyecatch img {opacity: 0.7;}

#post-content section.news-link-navi {padding: 2em 0;}
.post-navigation {border-top: solid 1px #23438a; border-bottom: solid 1px #23438a;}
.prev-post, .next-post {text-align: center; padding: 0.5em;}
.prev-post {border-right: solid 1px #23438a;}
.prev-post a, .next-post a {display: block; position: relative; height: 38px; padding: 0.5em 1em; transition: 0.3s; overflow: hidden;}
.prev-post a:hover, .next-post a:hover {background-color: #23438a; color: #d4a44f;}
.prev-post a span, .next-post a span {display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.prev-post a ib {position: absolute; top: 50%; left: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.next-post a ib {position: absolute; top: 50%; right: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);}

.post-navigation.ichiran-post-nav {border: none;}
.post-navigation.ichiran-post-nav .row-ar {justify-content: center;}
.ichiran-post-but {border-bottom: solid 1px #23438a; text-align: center; padding: 0.5em; }
.ichiran-post-but a {display: block; height: 38px; padding: 0.5em 1em; transition: 0.3s; overflow: hidden;}
.ichiran-post-but a span {display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.ichiran-post-but a:hover {background-color: #23438a; color: #d4a44f;}


@media screen and (max-width: 768px) {
	.post-navigation .col-6 {-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
	.underlayer li.ikearchive-li h2 {font-size: 18px; height: 36px;}
	.ikearchive-archive .blog-inheritance, .ikearchive-archive .blog-other, .ikearchive-archive .news-notice, .ikearchive-archive .uncategorized {font-size: 12px; padding: 1px 15px;}
	.archive-flex-inner {width: calc(100% - 90px);}
	.ikearchive-eyecatch {width: 90px; height: 68px;}
	.ikearchive-date {font-size: 13px;}
	.ikearchive-text {font-size: 14px; height: 44px;}
}

@media screen and (max-width: 578px){
	.prev-post a, .next-post a {height: 64px;}
	.prev-post a span, .next-post a span {-webkit-line-clamp: 2;}
}

@media screen and (max-width: 480px){
	ul.ikearchive {margin: 0 0 7.5vw;}
	.underlayer li.ikearchive-li h2 {font-size: 3.75vw; height: 7.5vw;}
	.ikearchive-date {font-size: 2.7vw;}
	.ikearchive-text {font-size: 2.92vw; height: 9.17vw;}
	.archive-flex {gap: 3.125vw;}
}



/*--------------------
 ページネーション
--------------------*/
.se-pagination {text-align: center; margin: 40px 0;}
.se-pagination ul {display: inline-flex; gap: 8px; list-style: none; padding: 0; margin: 0;}
.se-pagination li a, .se-pagination li span {display: inline-block; min-width: 40px; height: 40px; line-height: 38px; border: 2px solid #8dacf1; color: #23438a; text-align: center; border-radius: 6px; text-decoration: none; font-size: 16px; transition: all 0.3s ease; font-weight: 500;}
.se-pagination li span.current {background: #23438a; color: #fff; border-color: #0a1a4b; pointer-events: none;}
.se-pagination li a:hover {border-color: #0a1a4b; color: #0a1a4b; font-weight: bold;}
.se-pagination li span.dots {border: none; color: #8dacf1; background: transparent; cursor: default; pointer-events: none;}


@media screen and (max-width: 768px){
	.se-pagination {margin: 30px 0;}
	.se-pagination ul {gap: 6px;}
	.se-pagination li a, .se-pagination li span {min-width: 36px; height: 36px; line-height: 36px; border: 1px solid #8dacf1; font-size: 14px;}
}

@media screen and (max-width: 480px){
	.se-pagination {margin: 6.25vw 0;}
	.se-pagination {gap: 1.25vw;}
	.se-pagination li a, .se-pagination li span {min-width: 7.5vw; height: 7.5vw; font-size: 2.92vw; line-height: 7.5vw;}
}

/*--------------------
 404ページ
--------------------*/
#none-content {}

#found404 {}
.gototop {margin: 30px 0;}
.gototop a {text-decoration: underline; color: #23438a; transition: 0.3s;}
.gototop a:hover {color: #3e7062;}



/**********************************************
　お知らせページ
**********************************************/
.news-content {margin: 0 0 3em;}
.news-content p {text-align: left; font-size: 16px; margin-bottom: 15px;}
.news-content .post-date p {text-align: right;}
.news-content p.shirusi {margin: 1.5em 0;}
.news-content a {text-decoration: underline; color: #2271b1; transition: 0.3s;}
.news-content a:hover {color: #f07c00;}

.news-content ul.wp-block-list {list-style-type: disc; margin: 1.5em;}
.news-content ol.wp-block-list {list-style-type: auto; margin: 1.5em;}



@media screen and (max-width: 768px){
	.news-content {margin: 0 0 2em;}
	.news-content p {font-size: 14px;}
	.news-content p.shirusi {text-align: center;}
}




