/*
Theme Name: Arkhe
Theme URI: https://arkhe-theme.com/
Version: 3.12.0
Tested up to: 6.8
Requires at least: 6.0
Requires PHP: 7.0
Description: A very simple theme for production templates. Customize as you like.
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, theme-options, block-styles, wide-blocks
Author: LOOS,Inc.
Author URI: https://loos.co.jp/
Text Domain: arkhe
Domain Path: /languages
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/



.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.hamburger-menu{
	display: none;
}
.clearfix {
  min-height: 1px;
}
.c-postContent>:first-child {
    margin-top: unset;
}
a{
	text-decoration: none;
	color: #206039;
}
body{
    font-family: serif;
background-image: url(/wp-content/uploads/bg.jpg);
}
.pcnon{
	display: none;
}

.spnon{
	display: block;
}

.head_wrap {
    height: 100px;
    background: #fff;
    width: 100%;
    z-index: 100;
	position: absolute;
	top: 0;
background:rgba(255,255,255,0.8);
}

.hmenu{
	z-index: 1000;
	position: absolute;
	top: 30px;
    right: 10px;
	font-size: 14px;
    background: rgba(0,0,0,0.0);
	padding: 0;
}
.hmenu.is-animation{
    background: rgba(0,0,0,0.5);
	padding: 20px;
	top: 0;
	right: 0;
}


.hmenu li{
	float: left;
	margin: 0 35px 0 0;
	display:  block;
	line-height: 1;
}

.hmenu a{
 color: #000;	
	display:  block;
	padding: 5px 0;
	font-size: 16px;
	text-decoration: none;
}
.hmenu a:hover{
	opacity: 0.7;
}


.hmenu > li > a span {
    display: block;
    font-size: 12px;
    color: #888;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
}


li.menu__single {
    position: relative;
}

ul.hmenu li span{
	display: block;
	text-align: center;
	margin-top: 7px;
	font-size: 11px;
    color: #206039;
}


.side_btn{
	position: fixed;
	right: 0;
	top: 300px;
	z-index: 1000;
}
.top_logo{
	z-index: 1000;
	position: absolute;
	top: 30px;
	left: 20px;
}
.top_logo img{
    height: 35px;
    width: auto;
}

.tera_icon{
	position: relative;
	text-align: center;
	margin-top: -50px;
	margin-bottom: 50px;
}

.top_about{
	position: relative;
}

.side_about{
	position: absolute;
	left: 20px;
}
.side_about img{
	width: 60px;
}
.aboutbox{
	margin: 0 auto 60px auto;
    display: flex;
    align-items: center;
    gap: 60px;
	flex-direction: row-reverse;
	align-items: flex-start; 
	max-width: 1100px;
}

.about_content{
    max-height: 640px;
    writing-mode: vertical-rl;
}

.about_content h2{
	margin: 0 0 0 30px;
	font-weight: normal;
}

.about_txt{
	line-height: 3;
}

.btn2{
	width: 500px;
	display: flex;
	margin: 0 auto;
	gap: 30px;
	margin-bottom: 50px;
}
.btn2 a{
	display: block;
	background: #206039;
	color: #fff;
	padding: 10px 15px;
	min-width: 200px;
	text-align: center;
}

.news-container {
    width: 100%;
    padding: 60px 0;
    position: relative;
	background: #e6f6dc;
	margin-bottom: 60px;
}

.news-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: flex-start;
}

.news-info {
    flex: 0 0 200px;
    margin-right: 40px;
    text-align: center;
}

.news-info h2 {
    color: #206139;
    font-weight: normal;
    border-bottom: 1px solid #206139;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 20px;
}

.news-info .btn {
    display: inline-block;
    background-color: #206139;
    color: #fff;
    padding: 10px 40px;
    text-decoration: none;
    transition: opacity 0.3s;
}

.news-info .btn:hover {
    opacity: 0.8;
}

.news-content {
    flex-grow: 1;
    background-color: #fff;
    padding: 20px 30px;
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-list li a {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s;
}

.news-list li:first-child a {
     border-top: 1px dotted #ccc;
}

.news-list li a:hover {
    background-color: #f9f9f9;
}

.news-list time {
    margin-right: 20px;
    font-size: 0.9em;
    color: #666;
}

.news-list .title {
    flex-grow: 1;
}

.vertical-text {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    font-size: 80px;
    font-weight: bold;
	font-weight: normal;
    color: #206139;
    user-select: none;
}


.top_taketera{

	margin-bottom: 80px;
}


.taketera_box{
	margin: 0 10% 60px 0;
    display: flex;
    align-items: center;
    gap: 60px;
	align-items: flex-start; 
}
.taketera_photo{
	max-width: 60%;
}
.taketera_content{
    max-height: 500px;
    writing-mode: vertical-rl;
	margin: 0 0 0 10%;
}

.top-title h2{
	color: #333;
	font-weight: normal;
	font-size: 36px;
	letter-spacing: 6px;
	border-right: 1px solid #206139;
	max-height: 300px;
	margin: 0 0 0 40px;
}

.sub_en{
	color: #206139;
	margin: 0 0 0 5px;
}

a.btn01{
    display: block;
    background: #206039;
    color: #fff;
    padding: 10px 15px;
    width: 200px;
    text-align: center;
	margin: 0 auto;
}



.eidai_box{
	margin: 0 0 60px 10%;
    display: flex;
    align-items: center;
	flex-direction: row-reverse;
    gap: 60px;
	align-items: flex-start; 
}
.taketera_photo{
	max-width: 60%;
}

.top_eidai{
	margin-bottom: 80px;
}
.eidai_photo{
	width: 100%;
    text-align: right;
}

.eidai_content {
    max-height: 500px;
    writing-mode: vertical-rl;
    margin: 0 10% 0 0;
}



.info-section {
    padding-top: 0;
    padding-bottom: 80px;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}
.info-card {
    position: relative;
    padding-top: 15px;
}

.info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 45%; 
    background-color: #206039;
    z-index: 1;
}

.info-card2 {
    position: relative;
    padding-top: 15px;
}

.info-card2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 45%; 
    background-color: #206039;
    z-index: 1;
}


.card-image-wrapper {
    position: relative;
    z-index: 2;
    padding: 0 25px 30px 25px; 
    background-color: transparent; 
}

.card-image-wrapper img {
    display: block;
    width: 100%;
	margin-top: 20px;
}

.card-content {
    padding: 0 30px 30px 30px;
    text-align: center;
}


.card-content h3 {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
	position: relative;
	padding-bottom: 10px;
	font-weight: normal;
}
.card-content h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
	margin: 0 auto;
    width: 60px;
    height: 2px;
    background-color: #333;
}
.card-content p {
    font-size: 0.9rem;
    line-height: 1.8;
    margin: 0 0 30px 0;
    text-align: left;
}

.access_wrap{
margin-bottom: 60px;	
}

.access_head{
	position: relative;
	margin-bottom: 40px;
}
.access_head img{
	width: 100%;
	height: auto;
}

.access_head h2{
	position: absolute;
	top: 40%;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-weight: normal;
}

.access_head h3{
	position: absolute;
	top: 52%;
	margin: 0 auto;
	left: 0;
	font-size: 20px;
	right: 0;
	text-align: center;
	color: #fff;
	font-weight: normal;
}

    .facility-info {
        font-size: 16px;
        line-height: 1.8;
			max-width: 1000px;
			margin: 0 auto 40px auto;
    }

    .facility-info div {
        display: flex;
        padding: 20px 0;
        border-bottom: 1px dotted #ccc;
    }

    .facility-info dt {
        flex: 0 0 120px;
        padding-left: 15px;
        position: relative;
    }

    .facility-info dt::before {
        content: '';
        position: absolute;
        top: 5px;
        left: 0;
        width: 2px;
        height: 22px;
        background-color: #206139;
    }

    .facility-info dd {
        flex-grow: 1;
        margin: 0;
    }

    .facility-info dd p,
    .facility-info dd ul {
        margin: 0;
        padding: 0;
    }
    
    .facility-info dd ul {
       list-style: none;
    }

    .facility-info dd ul li {
        position: relative;
        padding-left: 1em;
    }

    .facility-info dd ul li::before {
        content: '・';
        position: absolute;
        left: 0;
    }

.foot_img img{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.flogo{
	text-align: center;
	margin-bottom: 40px;
}

.foot_link{
	min-width: 400px;
	line-height: 3;
	margin: 0 auto 40px auto;
writing-mode: vertical-rl;
}


.foot_link li{
	list-style-type: none;
}

.foot_link li a{
	color: #333;
	letter-spacing: 3px;
}
.fad{
	text-align: center;
	margin-bottom: 30px;
}

.phone{
	text-align: center;
	margin-bottom: 30px;
}
.phone a{
	font-size: 28px;
	color: #206039;
}

.privacy{
	text-align: center;
	margin-bottom: 50px;
}

.privacy a{
	font-size: 16px;
	color: #333;
}
.copyright{
	background: #206039;
	padding: 20px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}


@media (max-width: 1300px) {
.aboutbox {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    max-width: 800px;
    margin: 0px auto 60px;
    gap: 60px;
}
}

@media (max-width: 1151px) {
.hmenu {
    display: none;
}
.page-container {

        padding-top: 40px !important;
        margin: 0 20px;
}
.side_about img {
    width: 50px;
}
	html.is-fixed,
　　　　html.is-fixed body {
  height: 100%;
  overflow: hidden;
　　　　}
	.side_btn{
		display: none;
	}
.hamburger-menu{
	display: block;	
	}

.menu-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 10001;
    background-color: #206039;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}

.menu-content ul {
    padding: 70px 30px 0 30px;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 20px 15px 20px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 24px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 10000;
    background-color: #3c7552;
    transition: all 0.5s;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;
}
	.head_wrap{
		position: unset;
	}
.mv_photo h2 {
    position: absolute;
    font-family: serif;
    font-weight: normal;
    line-height: 2;
	font-size: 18px;
	top: 75%;
	}
.tera_icon {
    position: relative;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 50px;
}
	.tera_icon img{
		width: 100px;
	}
.news-inner {
    max-width: unset;
    margin: 0 auto;
    padding: 0 20px;
	flex-direction: column;
    align-items: flex-start;
        display: block;
}
.news-info {
    flex: unset;
	width: 100%;
    margin-right: 40px;
    text-align: center;
}
	.news-info .btn{
		display: none;
	}
	.news-container{
		margin-top: 100px;
	}
.vertical-text {
    position: absolute;
    top: 0%;
    right: 0;
	left: 0;
    transform: translateY(-50%);
    writing-mode: unset;
	text-align: center;
    font-size: 80px;
    font-weight: bold;
    font-weight: normal;
    color: #206139;
    user-select: none;
}
}


@media (max-width: 900px) {
    .aboutbox {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 600px;
        margin: 0px auto 60px;
        gap: 60px;
    }
.about_content {
    max-height: 640px;
    writing-mode: unset;
}
.about_content h2 {
    margin: 0 0 30px 0;
    font-weight: normal;
}
.about_txt {
    line-height: 2;
}
.taketera_box {
    margin: 0 0 60px 0;
    display: flex;
    align-items: center;
    gap: 60px;
	flex-direction: column;
}
.taketera_content {
    max-height: unset;
    writing-mode: unset;
    margin: 0 10%;
}
.top-title h2 {
    color: #333;
    font-weight: normal;
    font-size: 36px;
    letter-spacing: 6px;
    border-top: 1px solid #206139;
    border-right: unset;
    max-height: 300px;
    margin: 0 0 30px 0;
	text-align: center;
}
.sub_en{
		text-align: center;
	}
.eidai_box {
    margin: 0 0 60px 0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 60px;
	flex-direction: column;
}
.taketera_photo{
		width: 100%;
	max-width: 100%;
	}

}

@media screen and (max-width: 768px) {


  .pcnon {
    display: block; /* SPで表示 */
  }
  .spnon {
    display: none; /* SPで非表示 */
	}
.info-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    max-width: 1100px;
    gap: 40px;
    margin: 0px auto;
    padding: 0px 20px;
}
.info-card::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
	height: 35%;
	}
	.facility-info{
		margin: 0 10% 40px 10%;
	}
.foot_link {
    min-width: 300px;
	line-height: 2.4;
	margin: 0 10% 40px 10%;
    writing-mode: unset;
	
	}
    .side_about img {
        width: 30px;
    }
	.about_photo{
		margin: 0 0 0 70px;
	}
.about_content {
        max-height: 640px;
        writing-mode: unset;
	margin: 0 5%;
    }
.about_content h2 {
        margin: 0 0 30px 0;
        font-weight: normal;
	font-size: 20px;
    }
.btn2 {
    width: auto;
    display: flex;
    margin: 0 10%;
    gap: 30px;
    margin-bottom: 50px;
    flex-direction: column;
}
	.top-title h2{
		font-size: 30px;
		padding-top: 10px;
	}
    .mv_photo h2 {
        position: absolute;
        font-family: serif;
        font-weight: normal;
        line-height: 2;
        font-size: 14px;
        top: 65%;
			min-height: 250px;
    }
	.vertical-text{
		font-size: 40px;
	}
	
.access_head img  {
    display: block;
    height: 200px;
    object-fit: cover;
    width: 100%;
    object-position: 50% 0;
}
.access_head h2 {
    position: absolute;
	top: 30%;
	}
.foot_link li a {
    color: rgb(51, 51, 51);
    letter-spacing: 1px;
}
    .tera_icon {
        position: relative;
        text-align: center;
        margin-top: -0px;
        margin-bottom: 30px;
    }
.top_logo {
    z-index: 1000;
    position: absolute;
    top: 20px;
    left: 20px;
}
	.head_wrap{
		height: 80px;
	}
}


/* ===== 下層ページ共通スタイル ===== */

/* ヘッダーの高さ分だけコンテンツを下げるラッパー */
.page-container {
	padding-top: 150px;
}

/* 共通タイトルエリア */
.page-header {
	padding: 80px 0;
	background-color: #e6f6dc;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto 50px auto;
}
.page-header h1 {
	font-size: 2.5rem;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0;
	color: #333;
}
.page-header h1 .fa-scroll {
	color: #206039;
	margin-right: 15px;
	vertical-align: middle;
	font-size: 0.9em;
}
.page-header .en-title {
	font-size: 0.9rem;
	color: #888;
	letter-spacing: 0.2em;
	margin: 10px 0 0 0;
}

/* ページの基本セクション設定 */
.page-section {
	padding: 0 0 60px 0;
}
.section-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
}

/* 導入文 */
.lead-text {
	font-size: 1.1rem;
	line-height: 2;
	text-align: left;
	margin-bottom: 60px;
	padding-bottom: 40px;
	border-bottom: 1px dotted #ccc;
}

/* セクションタイトル */
.section-title {
	font-size: 2rem;
	font-weight: normal;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	padding-bottom: 15px;
}
.section-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 2px;
	background-color: #206039;
}


/* テキストと画像のメディアブロック */
.media-block {
	display: flex;
	align-items: center;
	gap: 50px;
	margin-bottom: 50px;
}
.media-block--reverse {
	flex-direction: row-reverse;
}
.media-block__text {
	flex: 1;
	line-height: 2.2;
}
.media-block__image {
	flex: 0 0 48%;
}
.media-block__image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
	transition: transform 0.3s ease;
}
.media-block__image img:hover {
	transform: scale(1.03);
}


/* ===== レスポンシブ設定 (768px以下) ===== */
@media screen and (max-width: 768px) {
	/* 共通タイトルエリア */
	.page-header {
		padding: 30px 0;
		margin-bottom: 40px;
	}
	.page-header h1 {
		font-size: 2rem;
	}

	/* 導入文 */
	.lead-text {
		font-size: 1rem;
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
	
	

	/* セクションタイトル */
	.section-title {
		font-size: 1.8rem;
		margin-bottom: 40px;
	}

	/* メディアブロック */
	.media-block {
		flex-direction: column !important; 
		gap: 30px;
		align-items: stretch;
	}
}

.info-table {
	border-top: 1px solid #ddd;
}
.info-table__row {
	display: flex;
	border-bottom: 1px solid #ddd;
}
.info-table__header,
.info-table__data {
	padding: 20px;
}
.info-table__header {
	flex: 0 0 200px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.fa-solid{
	color: #206039;
}
.info-table__header i {
	color: #206039;
	margin-right: 10px;
	width: 20px;
	text-align: center;
}
.info-table__data {
	flex: 1;
	line-height: 1.8;
}
.info-table .note {
	display: block;
	font-size: 0.9em;
	color: #555;
	margin-top: 8px;
}

/* アクセス情報グリッド */
.access-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-bottom: 50px;
}
.access-card {
	padding: 30px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.access-card h3 {
	font-size: 1.5rem;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
}
.access-card h3 i {
	color: #206039;
	margin-right: 10px;
}
.access-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.access-card li {
	line-height: 2;
	padding-left: 1.5em;
	position: relative;
}
.access-card li::before {
	content: '・';
	position: absolute;
	left: 0;
	color: #206039;
	font-weight: bold;
}

/* Google Map */
.map-wrap {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 4 / 3; /* 4:3の比率 */
  margin: 0 auto; /* センター寄せ */
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ===== レスポンシブ設定 (768px以下) ===== */
@media screen and (max-width: 768px) {
	/* 共通 */
	.page-header h1 { font-size: 1.5rem; }
	.section-title { font-size: 1.8rem; }
	.page-section.bg-light { padding: 40px 0 50px 0; }
	
	/* 参拝情報テーブル */
	.info-table__row {
		flex-direction: column;
	}
	.info-table__header {
		flex-basis: auto;
		border-bottom: 1px dashed #ddd;
	}
	.info-table__header,
	.info-table__data {
		padding: 15px;
	}

	/* アクセス情報グリッド */
	.access-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.access-card h3 {
		font-size: 1.3rem;
	}
}

/* ===== 竹寺倶楽部 専用スタイル ===== */

/* 会員種別グリッド */
.membership-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}
.membership-card {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.08);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: transform 0.3s, box-shadow 0.3s;
}
.membership-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}
.membership-card__image-wrapper {
	width: 100%;
	height: 220px;
}
.membership-card__image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.membership-card__content {
	padding: 30px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.membership-card h3 {
	font-size: 1.8rem;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #206039;
	display: flex;
	align-items: center;
}
.membership-card h3 i { margin-right: 10px; }
.membership-card .card-subtitle { font-size: 1rem; color: #555; margin-left: 10px; }
.membership-card .card-description {
	font-size: 1rem;
	line-height: 1.8;
	margin-bottom: 25px;
	flex-grow: 1;
}
.membership-card h4 {
	font-size: 1.1rem;
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}
.benefit-list {
	list-style: none;
	padding: 0;
	margin: 0 0 25px 0;
	flex-grow: 1;
}
.benefit-list li {
	line-height: 1.9;
}
.benefit-list li .fa-check {
	color: #206039;
	margin-right: 8px;
	font-size: 0.9em;
}
.card-price {
	font-size: 1.2rem;
	font-weight: bold;
	color: #333;
	text-align: right;
	margin-top: auto;
}


/* FAQリスト全体 */
.faq-list {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 15px; /* 質問ごとの間隔 */
}

/* 各質問アイテム */
.faq-item {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
	transition: box-shadow 0.3s;
}
.faq-item:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.faq-item[open] {
	border-color: #206039;
}

/* 質問（クリックする部分） */
.faq-question {
	display: flex;
	align-items: center;
	gap: 15px;
	width: 100%;
	padding: 20px;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: left;
	color: #333;
	cursor: pointer;
	position: relative;
	list-style: none; /* 標準の▼を非表示 */
}
.faq-question::-webkit-details-marker {
	display: none; /* 標準の▼を非表示 */
}

/* Qアイコン */
.faq-question::before {
	content: 'Q';
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	background-color: #206039;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0; /* アイコンが縮まないように */
}

/* 開閉マーク（＋/×） */
.faq-question::after {
	content: '+';
	font-size: 1.8rem;
	color: #206039;
	margin-left: auto; /* 右端に配置 */
	transition: transform 0.3s ease;
}
.faq-item[open] > .faq-question::after {
	transform: rotate(45deg);
}

/* 回答 */
.faq-answer {
	display: flex;
	align-items: baseline;
	gap: 15px;
	padding: 0 20px 20px 20px;
	line-height: 1.8;
	color: #333;
}

/* Aアイコン */
.faq-answer::before {
	content: 'A';
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	background-color: #c97c33; /* アンサー用のカラー */
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}



/* 入会方法 */
.entry-flow { text-align: center; margin-bottom: 40px; }
.entry-links { margin-top: 20px; display: flex; justify-content: center; gap: 20px; }
.btn-link {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #206039;
	color: #206039;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s, color 0.3s;
}
.btn-link:hover { background-color: #206039; color: #fff; }

/* Contact Form 7 ラッパー */
.form-wrapper {
	max-width: 900px;
	margin: 0 auto;
	padding: 30px;
	background-color: #fff;
	border-radius: 8px;
}


/* ===== レスポンシブ (768px以下) ===== */
@media screen and (max-width: 768px) {
	.page-header h1 { font-size: 1.8rem; }
	.section-title { font-size: 1.8rem; }
	.membership-grid { grid-template-columns: 1fr; }
	.faq-question { font-size: 1rem; }
	.faq-question {
		font-size: 1rem;
		padding: 15px;
		gap: 12px;
	}
	.faq-answer {
		padding: 0 15px 15px 15px;
		gap: 12px;
	}
	.faq-question::before,
	.faq-answer::before {
		width: 28px;
		height: 28px;
		font-size: 0.9rem;
	}

}
.form-wrapper {
    max-width: 900px;
    margin: 0 auto;    padding: 30px;    background-color: #fff !important;    border-radius: 8px;

}
.form-container {
	font-size: 1rem;
}

/* 各フォーム項目 */
.form-container p {
	margin-bottom: 25px;
}
.wpcf7-list-item label{
	margin: 10px 0;
	display: block;
}
.wpcf7-form-control-wrap input{
	margin: 10px 0 0;
}
/* ラベル */
.form-container label {
	font-weight: bold;
	margin-bottom: 8px;
}

/* 必須バッジ */
.required-badge {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 8px;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	background-color: #c94a4a;
	border-radius: 4px;
	vertical-align: middle;
}

/* 入力欄（テキスト、メール、電話、テキストエリア、セレクト） */
.form-container input[type="text"],
.form-container input[type="email"],
.form-container input[type="tel"],
.form-container textarea,
.form-container select {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 1rem;
	transition: border-color 0.3s, box-shadow 0.3s;
}

.form-container input[type="text"]:focus,
.form-container input[type="email"]:focus,
.form-container input[type="tel"]:focus,
.form-container textarea:focus,
.form-container select:focus {
	border-color: #206039;
	box-shadow: 0 0 5px rgba(32, 96, 57, 0.2);
	outline: none;
}

.form-container textarea {
	height: 150px;
	resize: vertical;
}

/* セレクトボックスの矢印をカスタム */
.form-container select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23206039%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.4-5.4-13z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: right 15px top 50%;
	background-size: 10px auto;
}


/* 住所入力欄のグループ */
.address-group {
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-bottom: 25px;
}
.address-group p:last-child {
	margin-bottom: 0;
}


/* ラジオボタン */
.form-container .wpcf7-list-item {
	margin: 0 20px 10px 0;
}

/* 注釈テキスト */
.form-note {
	display: block;
	font-size: 0.85rem;
	color: #555;
	margin-top: 5px;
}

/* 同意チェックボックス */
.form-container .agreement-check {
	text-align: center;
	margin-top: 30px;
}

/* 送信ボタン */
.form-container .submit-button input[type="submit"] {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 40px auto 0 auto;
	padding: 15px 20px;
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
	background-color: #206039;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: opacity 0.3s;
}

.form-container .submit-button input[type="submit"]:hover {
	opacity: 0.8;
}


.feature-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	text-align: center;
}
.feature-card {
	padding: 30px 20px;
}
.feature-card i {
	font-size: 2.5rem;
	color: #206039;
	margin-bottom: 20px;
}
.feature-card h3 {
	font-size: 1.2rem;
	margin: 0 0 10px 0;
}
.feature-card p {
	font-size: 0.95rem;
	line-height: 1.8;
	color: #333;
}

/* 申し込みの流れ */
.step-flow {
	max-width: 700px;
	margin: 0 auto;
}
.step-card {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 30px;
	text-align: center;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.step-number {
	display: inline-block;
	background-color: #206039;
	color: #fff;
	font-weight: bold;
	padding: 5px 15px;
	border-radius: 20px;
	margin-bottom: 20px;
	font-size: 0.9rem;
}
.step-card h3 {
	font-size: 1.5rem;
	font-weight: normal;
	margin: 0 0 15px 0;
}
.step-card p {
	line-height: 1.8;
	margin-bottom: 25px;
}
.step-arrow {
	text-align: center;
	font-size: 2rem;
	color: #206039;
	margin: 20px 0;
}

/* 共通ボタン */
.btn {
	display: inline-block;
	padding: 12px 30px;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	background-color: #206039;
	text-decoration: none;
	border-radius: 5px;
	transition: opacity 0.3s;
}
.btn:hover {
	opacity: 0.8;
	color: #fff;
}
.btn.btn-secondary {
	background-color: #c97c33;
}


/* ===== レスポンシブ (768px以下) ===== */
@media screen and (max-width: 768px) {
	.page-header h1 { font-size: 1.8rem; }
	.section-title { font-size: 1.8rem; }
	.media-block { flex-direction: column !important; gap: 30px; }
	
	/* 特徴グリッド */
	.feature-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.feature-card {
		padding: 20px 0;
	}
	.feature-card:not(:last-child){
		border-bottom: 1px dotted #ccc;
	}

	/* 申し込みの流れ */
	.step-card h3 {
		font-size: 1.3rem;
	}
}


.image-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 40px;
}
.image-grid img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* 申込要項 */
.plan-comparison-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	align-items: stretch; /* カードの高さを揃える */
}
.plan-card {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
}
.plan-card__header {
	padding: 20px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.plan-card__header h3 {
	font-size: 1.8rem;
	font-weight: normal;
	color: #206039;
	margin: 0 0 5px 0;
}
.plan-card__header span {
	font-size: 0.9rem;
	font-weight: bold;
	color: #c94a4a;
}
.plan-card__body {
	padding: 20px;
	flex-grow: 1;
}
.plan-details {
	margin: 0;
}
.plan-details dt {
	font-weight: bold;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #ccc;
}
.plan-details dt:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.plan-details dd {
	margin-left: 0;
	margin-bottom: 0;
	padding-top: 5px;
	font-size: 0.95rem;
	line-height: 1.8;
}
.plan-details .note {
	display: block;
	font-size: 0.85rem;
	color: #555;
}

/* 共通の注釈 */
.common-notes {
	margin-top: 40px;
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
}
.common-notes h4 {
	font-size: 1.2rem;
	text-align: center;
	margin: 0 0 15px 0;
}
.benefit-list { list-style: none; padding: 0; margin: 0; }
.benefit-list li { line-height: 1.9; }
.benefit-list li .fa-check { color: #206039; margin-right: 8px; font-size: 0.9em; }

/* ===== レスポンシブ (768px以下) ===== */
@media screen and (max-width: 768px) {
	.image-grid { grid-template-columns: 1fr; }
	.plan-comparison-grid { grid-template-columns: 1fr; }
	.media-block { flex-direction: column !important; }
}


.contact-info-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin-bottom: 50px;
	text-align: center;
}
.contact-info-card {
	background-color: #fff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.contact-info-card h3 {
	font-size: 1.5rem;
	font-weight: normal;
	margin: 0 0 15px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-info-card h3 i {
	color: #206039;
	margin-right: 10px;
}
.contact-info-card p {
	font-size: 1rem;
	line-height: 1.8;
	margin: 0;
}
.contact-info-tel {
	font-size: 2rem !important;
	font-weight: bold;
	color: #206039;
}
.contact-info-tel a {
	color: inherit;
	text-decoration: none;
}



/* ===== レスポンシブ (768px以下) ===== */
@media screen and (max-width: 768px) {
	.page-header h1 { font-size: 1.8rem; }
	.section-title { font-size: 1.8rem; }
	.contact-info-grid { grid-template-columns: 1fr; }
	.contact-info-tel { font-size: 1.8rem !important; }
}

.privacy-content {
	max-width: 800px; /* 本文の幅を少し狭くして読みやすくする */
}
.priv_lead {
	font-size: 1.1rem;
	line-height: 1.8;
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.priv_t {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin: 40px 0 30px 0;
}
.priv_t2 {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 40px 0 15px 0;
	padding-left: 10px;
	border-left: 5px solid #206039;
}
.priv_txt {
	font-size: 1rem;
	line-height: 2;
	margin: 0;
}
.priv_list {
	list-style: disc;
	padding-left: 20px;
	line-height: 2;
	margin: 1em 0;
}

/* 制定日・署名欄 */
.signature {
	text-align: right;
	margin-top: 60px;
	line-height: 1.8;
}
.signature p {
	margin-bottom: 0;
}


/* ===== レスポンシブ (768px以下) ===== */
@media screen and (max-width: 768px) {
	.page-header h1 { font-size: 1.5rem; }
	.priv_t { font-size: 1.5rem; }
	.priv_t2 { font-size: 1.2rem; }
	
	.top_logo{
		top: 25px;
	}
.top_logo img {
    height: 30px;
    width: auto;
}

}
footer{
	position: relative;
}

.enmusubi_btn{
	position: absolute;
	z-index: 10;
	top: 0;
	right: 50px;
}

.enmusubi_btn img{
	max-width: 250px;
	height: auto;
	border: 1px solid silver;
}

@media screen and (max-width: 1151px) {
.enmusubi_btn{
	position: unset;
	text-align: center;
	margin-bottom: 40px;
}
}


.post-list {
	border-top: 1px solid #ddd;
}

.post-item {
	margin: 0;
	border-bottom: 1px solid #ddd;
}

.post-item-link {
	display: flex;
	align-items: center;
	padding: 20px 15px;
	text-decoration: none;
	color: #333;
	transition: background-color 0.3s;
}

.post-item-link:hover {
	background-color: #f9f9f9;
}

.post-date {
	flex: 0 0 120px;
	font-size: 0.9rem;
	color: #555;
	font-weight: bold;
}

.post-title {
	flex-grow: 1;
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}

.post-arrow {
	margin-left: 20px;
	color: #206039;
}

.no-posts {
	text-align: center;
	padding: 50px 0;
}


/* ===== ページネーションのスタイル ===== */
.pagination {
	margin-top: 50px;
}
.nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s;
}
.page-numbers:hover {
	background-color: #f0f0f0;
	border-color: #ccc;
}
.page-numbers.current {
	background-color: #206039;
	border-color: #206039;
	color: #fff;
	font-weight: bold;
}
.page-numbers.dots {
	border: none;
}


/* ===== レスポンシブ (768px以下) ===== */
@media screen and (max-width: 768px) {
	.post-date {
		flex-basis: 100px;
		font-size: 0.85rem;
	}
	.post-title {
		font-size: 1rem;
	}
}

/* ===== カード型一覧ページ 専用スタイル ===== */

.card-grid {
	display: grid;
	/* 最小幅300pxのカードを、入るだけ並べるレスポンシブ対応グリッド */
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 30px;
}

.post-card {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	text-decoration: none;
	color: #333;
	transition: transform 0.3s, box-shadow 0.3s;
}

.post-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.post-card__image {
	width: 100%;
	aspect-ratio: 16 / 10; /* 画像の縦横比を固定 */
}

.post-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* 画像の比率を保ったままトリミング */
}

.post-card__content {
	padding: 20px;
	flex-grow: 1; /* カードの高さを揃える */
	display: flex;
	flex-direction: column;
}

.post-card__date {
	display: block;
	font-size: 0.85rem;
	color: #555;
	margin-bottom: 8px;
}

.post-card__title {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 10px 0;
}

.post-card__excerpt {
	font-size: 0.9rem;
	line-height: 1.7;
	margin-top: auto; /* 抜粋文をカード下部に配置 */
	color: #333;
}
/* WordPressが自動生成する [...] を非表示にする場合 */
.post-card__excerpt p {
	margin: 0;
}
.post-card__excerpt .more-link {
    display: none;
}


/* ===== ページネーションのスタイル（お知らせページと共通） ===== */
.pagination {
	margin-top: 50px;
}
.nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s;
}
.page-numbers:hover {
	background-color: #f0f0f0;
	border-color: #ccc;
}
.page-numbers.current {
	background-color: #206039;
	border-color: #206039;
	color: #fff;
	font-weight: bold;
}
.page-numbers.dots {
	border: none;
}

/* ===== シングルページ共通スタイル ===== */

.post-header {
	padding: 80px 0;
	margin-top: 100px; /* ヘッダー分の余白 */
	background-color: #f0f0f0;
	background-size: cover;
	background-position: center;
	position: relative;
	color: #fff;
}
/* 画像がある場合、上に暗いオーバーレイをかける */
.post-header[style] {
	position: relative;
}
.post-header[style]::before {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}
.post-header .section-inner {
	position: relative;
	z-index: 2;
}

.post-meta {
	display: flex;
	gap: 20px;
	font-size: 0.9rem;
	margin-bottom: 15px;
}
.post-meta a {
	color: inherit;
	text-decoration: none;
}
.post-meta a:hover {
	text-decoration: underline;
}

.post-title-single {
	font-size: 2.5rem;
	margin: 0;
	line-height: 1.4;
}

.post-content {
	max-width: 800px; /* 本文の幅を読みやすく調整 */
	line-height: 2;
}
.post-content h2, .post-content h3 {
	margin-top: 2.5em;
	margin-bottom: 1em;
}
.post-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 2em 0;
}


/* ===== パスワード保護フォームのスタイル ===== */
.password-form-wrapper {
	padding: 100px 20px;
	margin-top: 100px; /* ヘッダー分の余白 */
	text-align: center;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.password-form-wrapper form {
	margin-top: 20px;
	display: flex;
	gap: 10px;
}
.password-form-wrapper label {
	flex-grow: 1;
}
.password-form-wrapper input[type="password"] {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 1rem;
}
.password-form-wrapper input[type="submit"] {
	padding: 12px 25px;
	font-size: 1rem;
	color: #fff;
	background-color: #206039;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}


/* ===== レスポンシブ (768px以下) ===== */
@media screen and (max-width: 768px) {
	.post-header {
		padding: 50px 0;
	}
	.post-title-single {
		font-size: 1.8rem;
	}
	.password-form-wrapper form {
		flex-direction: column;
	}
}


.has-sidebar {
	display: grid;
	grid-template-columns: 1fr 300px; /* メインとサイドバーの幅を指定 */
	grid-template-areas: "main sidebar";
	gap: 40px;
}
.main-content {
	grid-area: main;
	min-width: 0;
}
.sidebar {
	grid-area: sidebar;
	min-width: 0;
}

/* ===== サイドバー・ウィジェットのスタイル ===== */
.widget {
	margin-bottom: 40px;
}
.widget-title {
	font-size: 1.2rem;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #206039;
	margin-bottom: 15px;
}
.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget ul li {
	margin-bottom: 10px;
	line-height: 1.6;
    border-bottom: 1px dotted silver;
    padding: 5px;
}
.widget ul li a {
	text-decoration: none;
	color: #333;
	transition: color 0.3s;
}
.widget ul li a:hover {
	color: #206039;
}
/* カテゴリウィジェットの投稿数を調整 */
.widget .cat-item {
	display: flex;
	justify-content: space-between;
}


/* ===== レスポンシブ (960px以下で1カラムに) ===== */
@media screen and (max-width: 960px) {
	.has-sidebar {
		grid-template-columns: 1fr;
		grid-template-areas:
			"main"
			"sidebar";
		gap: 50px;
	}
}

/* ===== シングルページ共通スタイル（更新版）===== */

/* ページ全体 */
.post-content-area {
	max-width: 800px;
	background-color: #fff;
	padding: 40px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05);
	border-radius: 8px;
}

/* 記事ヘッダー */
.post-content-header {
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.post-meta {
	display: flex;
	gap: 20px;
	font-size: 0.9rem;
	margin-bottom: 10px;
	color: #555;
}
.post-meta a {
	color: inherit;
	text-decoration: none;
}
.post-meta a:hover {
	text-decoration: underline;
}
.post-title-single {
	font-size: 2.2rem;
	margin: 0;
	line-height: 1.4;
	color: #333;
}

/* アイキャッチ画像 */
.post-featured-image {
	margin-bottom: 30px;
}
.post-featured-image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

/* 記事本文 */
.post-body {
	line-height: 2;
	color: #333;
}
.post-body h2, .post-body h3 {
	margin-top: 2.5em;
	margin-bottom: 1em;
}
.post-body img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 2em 0;
}

/* ===== パスワード保護フォームのスタイル ===== */
.password-form-wrapper {
	padding: 50px 20px;
	text-align: center;
	background: #f9f9f9;
	border-radius: 8px;
}
.password-form-wrapper form {
	margin-top: 20px;
	display: flex;
	gap: 10px;
	justify-content: center;
}
.password-form-wrapper label {
	flex-grow: 1;
	max-width: 300px;
}
.password-form-wrapper input[type="password"] {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 1rem;
}
.password-form-wrapper input[type="submit"] {
	padding: 12px 25px;
	font-size: 1rem;
	color: #fff;
	background-color: #206039;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}


/* ===== レスポンシブ (768px以下) ===== */
@media screen and (max-width: 768px) {
	.post-content-area {
		padding: 20px;
	}
	.post-title-single {
		font-size: 1.8rem;
	}
	.password-form-wrapper form {
		flex-direction: column;
	}
}



li.menu__single {
    position: relative;
}



.hmenu li.menu__single ul.menu__second-level {
    position: absolute;
    top: 50px;
    width: 200px;
    background: #206039;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    float: none;
	padding: 0;
	margin: 0;
}


.hmenu ul.menu__second-level li{
    float: none;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.hmenu ul.menu__second-level li a{
	display: block;
	padding: 15px 10px;
	font-size: 14px;
	color: #fff;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__second-level a:hover{
    background: #3c7552;
	color: #fff;
	display: block;
}


.menu__second-level li {
}

.menu__third-level li {
}


/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}


.mv_photo{ position:relative; height:700px; overflow:hidden; }
.mv_slider, .mv_slider .slick-list, .mv_slider .slick-track{ height:700px; }
.mv_slider .mv_slide-item{ position:relative; height:700px; }
.mv_slider .mv_slide-item img{ 
    display: block;
    height: 700px;
    object-fit: cover;
    width: 100%;
    object-position: 50% 100%;
}

.slick-prev, .slick-next{ display:none !important; }
.slick-dots{ position:absolute; bottom:20px; left:50%; transform:translateX(-50%); z-index:10; }
.slick-dots li button:before{ font-size:10px; color:#fff; opacity:.5; }
.slick-dots li.slick-active button:before{ opacity:1; }

.mv_photo h2{
  position:absolute; font-family:serif; font-weight:normal; line-height:2;
  top:50%; left:15%; transform:translateY(-50%); writing-mode:vertical-rl;
  color:#fff; text-shadow:2px 2px 5px rgba(0,0,0,.6); z-index:10;
}




/* --- 参拝情報テーブル (dl/dt/dd) --- */

/* 親要素の padding を調整し、テーブルの左右の余白を制御 */
.content_inner_company {
    border-top: 1px solid #ddd; /* 一番上の区切り線 */
    /* 左右の余白は content_inner で制御されるため、ここでは不要 */
    /* 必要であれば、ここで padding-left/right を指定 */
}

.content_inner_company dl.row {
    margin: 0;
    padding: 15px 0; /* 各行の上下の余白 */
    border-bottom: 1px solid #ddd; /* 各行の下の区切り線 */
    display: flex; /* dtとddを横並びにする */
    align-items: flex-start; /* dtとddの開始位置を揃える */
    flex-wrap: wrap; /* 小さい画面で折り返す */
}

/* dt (項目名) のスタイル */
.content_inner_company dt.col-4 {
    font-weight: bold;
    color: #333;
    flex-basis: 33.333333%; /* Bootstrap col-4 */
    max-width: 33.333333%;
    padding-right: 15px; /* dtとddの間の余白 */
    font-size: 1rem; /* 基本のフォントサイズ */
    line-height: 1.6; /* 行の高さ */
}

/* dd (内容) のスタイル */
.content_inner_company dd.col-8 {
    margin: 0;
    line-height: 2; /* 行の高さ */
    flex-basis: 66.666667%; /* Bootstrap col-8 */
    max-width: 66.666667%;
    font-size: 1rem; /* 基本のフォントサイズ */
    color: #333; /* 文字色 */
}

/* 補足注釈テキスト */
.content_inner_company dd .note {
    display: block; /* 常に新しい行で表示 */
    font-size: 0.85em; /* やや小さめ */
    color: #666;
    margin-top: 0.5em; /* 上の行との間隔 */
    line-height: 2; /* 行の高さ */
}

/* 拝観休止日の強調文字 */
.content_inner_company dd .highlight { /* HTMLに <span class="highlight"> を追加している場合 */
    color: #f00; /* 赤色 */
    font-weight: bold; /* 太字 */
}
/* もし HTML が <span style="color:#f00;"> のままであれば、以下は不要ですが、
   クラスとして定義する方が管理しやすいです */
.content_inner_company dd span[style="color:#f00;"] {
    color: #f00;
    font-weight: bold;
}


/* --- レスポンシブ対応（スマートフォン） --- */
@media (max-width: 767px) {
    .content_inner_company dl.row {
        flex-direction: column; /* 項目名と内容を縦に積む */
        padding: 12px 0; /* スマホ時の上下余白 */
    }

    .content_inner_company dt.col-4,
    .content_inner_company dd.col-8 {
        flex-basis: 100%; /* 全幅を使用 */
        max-width: 100%;
        padding-right: 0; /* 余白をリセット */
        font-size: 0.95rem; /* スマホで少し小さく */
    }

    .content_inner_company dt.col-4 {
        margin-bottom: 5px; /* 項目名と内容の間の余白 */
    }

    .content_inner_company dd .note {
        margin-top: 0.2em; /* スマホ時の調整 */
    }
}


#access h3 {
    font-size: 1.5rem;
    font-weight: normal; /* テーマのトーンに合わせて太字解除 */
    margin: 2.5em 0 1.5em 0;
    padding-left: 15px;
    border-left: 5px solid #206039; /* テーマカラーの左ボーダー */
    color: #333; /* .priv_t2 のスタイルを参考に適用 */
}

/* アクセスの説明文 */
#access p {
    font-size: 1rem;
    line-height: 2; /* サイト共通の行間 */
    margin-bottom: 1.5em;
    padding-left: 20px; /* h3のインデントに合わせる */
}

/* 駐車場セクションの注釈 */
#access p.note {
    font-size: 0.9rem;
    color: #555; /* .info-table .note の色を適用 */
    line-height: 1.8;
    background-color: #f9f9f9; /* .bg_gray-lighter に近い色 */
    padding: 20px;
    border-radius: 5px;
    margin-left: 20px; /* インデントを維持 */
    border-left: 3px solid #c97c33; /* FAQの回答アイコン色をアクセントに */
}

/* マップラッパー */
#access .map_wrap {
    position: relative;
    width: 100%;
    max-width: 800px; /* .post-content の幅を参考 */
    aspect-ratio: 4 / 3; /* 4:3の比率を維持 */
    margin: 3em auto 0 auto; /* 上マージンと中央寄せ */
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* .map-wrap のスタイルを適用 */
}

#access .ggmap {
    width: 100%;
    height: 100%;
}

#access .map_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* --- 交通アクセス レスポンシブ (768px以下) --- */
@media screen and (max-width: 768px) {
    #access h3 {
        font-size: 1.3rem;
        margin: 2em 0 1em 0;
        padding-left: 10px;
    }

    #access p,
    #access p.note {
        padding-left: 10px;
        margin-left: 0; /* スマホではインデント解除 */
        font-size: 0.95rem;
    }
    
    #access p.note {
        padding: 15px;
    }
}

.calendar-wrap {
	position: relative;
	width: 100%;
	max-width: 900px; /* カレンダーの幅 */
	height: 600px; /* PCでのカレンダーの高さ */
	margin: 0 auto; /* センター寄せ */
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* .map-wrap とスタイルを統一 */
}

.calendar-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* --- 拝観カレンダー レスポンシブ (768px以下) --- */
@media screen and (max-width: 768px) {
	.calendar-wrap {
		/* スマホでは高さを少し抑える */
		height: 500px; 
	}
}

.text-center{
font-size: 2rem;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
	font-weight: normal;
	position: relative;
	padding-bottom: 15px;
}
.text-center::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #206039;
}