@charset "utf-8";
/*
Theme Name: cpstyle
Version: 2.0
*/

/*----------------------------------------
■共通設定
-----------------------------------------*/




html{
font-size:62.5%;
}


body{
 font-size:1.6rem;/* 16px*/
}


body, h1, h2, h3, h4, h5, h6, p, td, th, ol, ul, li, dl, dt, dd, form, pre{
	margin:0;
	padding:0;
	font-family:"ten-mincho-text", serif;
 font-weight: 400;
	font-size: 1.8rem;
	color:#545454;
letter-spacing:0.02em;
	word-break:break-all;
	word-wrap: break-word;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
}



body{
	background-color:#FFF;
	line-height:2;
}


@media screen and (max-width: 768px) {
p {
	font-size: 1.6rem;
}
}


ul,li{
list-style:none;
}



p {
	margin-bottom:18px;
}



table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	
}
img {
max-width:100%;
	vertical-align:bottom;
	border: none;
}

a:link {
-webkit-transition: all .3s;
	transition: all .3s;
opacity:1;
	color: #545454;
	text-decoration:underline;
}
a:visited {
	color: #545454;
}
a:active,
a:hover {
opacity:0.6;
	color: #545454;
	text-decoration:none;
}


h2{
}



h3{
}




/*----------------------------------------
■汎用クラス
-----------------------------------------*/
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}

.pagetop{
background:#FFF;
width:100%;
height:66px;
margin:0;
}
.pagetop a{
font-size:10px;
width:100%;
line-height:66px;
display:block;
text-decoration:none;
text-align:center;
letter-spacing:0.08em;
}
.pagetop span{
background:url(/wp/wp-content/uploads/pagetop.png) no-repeat 0 4px;
background-size:9px;
padding-left:14px;
}

.alignright{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
.alignleft{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.aligncenter{
	clear:both;
	display:block;
	margin:25px auto;
}
.postmeta{
	clear:both;
}
.post {
	zoom:1;
}
.post .post{
	margin:10px;
}
#breadNavi .post:after{
	content:"";
	display:inline-block;
	clear:both;
}

.post:after{
	content:"";
	display:block;
	clear:both;
}

.wp-pagenavi{
	margin-top:20px;
	clear:both;
}





/*----------------------------------------
■ヘッダー
-----------------------------------------*/





/*----------------------------------------
■グローバルナビ
-----------------------------------------*/







/*----------------------------------------
■キャッチイメージ
-----------------------------------------*/


.scroll {
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.scroll-text {
display: inline-block;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    vertical-align: top;
    color: #FFF;
    font-size: 1.4rem;
    position: absolute;
    left: -30px;
    top: 0;
}


.scroll-line {
width: 1px;
    height: 80px;
    background-color: #ffffff61;
    overflow: hidden;
    display: inline-block;
    position: relative;
}
  
  .scroll-line::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 80px;
    background-color: #FFF;
    animation: scrolldown 1.4s ease-in-out infinite;
}
    
 @keyframes scrolldown {
      0% {
        transform: translateY(-100%); //要素自身の高さの分、上に移動
      }
      
      100% {
        transform: translateY(100%);　//要素自身の高さの分、下に移動
      }
}
 



#fv-area {
    top: 0;
    position: relative;
    overflow: hidden;
    height: 100vh;
    min-height: 800px;
}


#fv-bg {
    display: block;
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0px;
    transition: opacity 0.5s ease-out, height 0.5s ease-out;
    z-index: -2;
}
#background-layer {
    position: fixed;
height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;  /* fv-bg よりも上に来るように調整する必要がある場合は、この値を変更 */
    background-color: transparent;  /* 初期は透明 */
  transition: opacity 0.5s ease-out;
}


#catcharea-area {
    height: 500px;
    position: relative;
}


#catch-image::before {
    background: #00000036;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#catch-image {
    width: 100%;
    height: 500px;
    position: relative;
}
#catch-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#catch-title-area {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 1.6rem;
    margin: 0 auto 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    white-space: nowrap;
}
#catch-title {
    font-size: 3rem;
    color: #FFF;
}



@media screen and (max-width: 768px) {

#catcharea-area {
    height: 300px;
}
#catch-image {
    height: 300px;
}

    #fv-area {
        height: 90svh;
    min-height: auto;
    }


#catch-title {
    font-size: 2.4rem;
    color: #FFF;
}


}



/*----------------------------------------
■メイン
-----------------------------------------*/
#main{
	margin:100px auto;
}
.home #main,
.page-id-53 #main,
.single #main{
	margin:0px auto;
}


.container{
padding:100px 0;
  position: relative;
    z-index: 2;
}


.section{
       margin: 0 auto;
    position: relative;
    padding: 0 7vw;
}

@media screen and (max-width: 1200px) {
.section{
    padding: 0 5vw;
}
.container{
padding:60px 0;
}
}



#menu-box {
    background-color: #FFF;
    width: 180px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px #0000000a;
    z-index: 10;
}

#menu-box header {
    width: 180px;
    height: 100%;
    box-sizing: border-box;
    padding: 40px 0 45px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8000;
}

.head-logo{
    text-align: center;
    display: block;
    width: 34px;
    margin: 0 auto;
min-height: 120px;
}
#logo-pc{
display:block;
}
#logo-sp{
display:none;
}


#navi-list {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
}

#navi-list li {
-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
     font-size: 1.6rem;
    margin: 0 auto 40px;
}
#navi-list li:last-child {
    margin-bottom: 0;
}
#navi-list li a {
text-decoration:none;
}

.header-address {
    font-size: 1rem;
    margin: 0 auto;
}

#address-pc{
display:block;
-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-style: normal;
margin: 0 auto 0;
}
#address-sp{
display:none;
}


#contents-box {
    margin-left: 180px; /* ナビゲーションの幅と一致させる */
    width: calc(100% - 180px); /* ナビゲーションの幅を差し引く */
    overflow-y: auto;
}


@media screen and (max-width: 768px)  {


#main{
	margin:60px auto;
}
.home #main,
.page-id-53 #main,
.single #main{
	margin:0px auto;
}


#address-pc{
display:none;
}
#address-sp{
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        bottom: 20px;
}

#menu-box {
 background-color: inherit;
width: 100vw;
height:300px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
        overflow-y: visible;
      display: block;
    box-shadow:none;
}

.single #menu-box{
height:60px;
}

.home #menu-box {
        height: 90svh;
}


#contents-box {
    margin-left: 0;
   width: 100vw;
}
#menu-box header {
width: 100vw;
    height: 100%;
        display: block;
padding: 0;
position: absolute;
}
.head-logo {
    position: absolute;
    top: 20px;
    left: 20px;
        width: 54px;
}
#logo-pc{
display:none;
}
.home #logo-sp{
display:block;
}


}






/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
      right: auto;
    left: auto;
    opacity: 1;
display:block;
visibility: inherit;
    z-index: 8000;
    pointer-events: auto;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    position: static;
    width: auto;
    height: auto;
    width: 100%;
}


#logo-sp-menu-logo {
display:none;
}


@media screen and (max-width: 768px)  {



#navi-list-sp{
display: flex;
    position: absolute;
    bottom: 0;
    height: auto !important;
    transform: initial !important;
    width: 100%;
}
#navi-list-sp li{
    width: 50%;
    height: 85px;
}

#navi-list-sp li a {
 width: 100%;
        height: 100%;
        text-decoration: none;
        text-align: center;
        font-weight: 700;
        font-size: 2rem;
        position: relative;
        display: flex;
        align-items: center;
}



#g-nav-contents {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    display: inline;
    transform: translate(-50%, -50%);
    z-index: 200;
    width: 100%;
height: 100%;
}

#g-nav {
       position: fixed;
    z-index: 999;
    top: 0;
    opacity: 0;
    left: auto;
    right: 0;
    width: 100vw;
    height: 100%;
 background: #FFF;
    transform: translate(0%,0%);
    visibility: hidden;
transition: all 0.4s;
    opacity: 0;
z-index:-10;
visibility: hidden;
    pointer-events: none;
    transform: translateX(0%);
}
#g-nav-area {
  text-align: center;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
}
#g-nav ul#navi-list{
-ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        vertical-align: top;
        margin-right: 0;
        margin-bottom: 0px;
        display: block;
        height: auto;
        text-align: left;
        width: auto;
        position: absolute;
        top: 260px;
        left: 50%;
        transform: translate(-50%, 0%);
}

#logo-sp-menu-logo {
display:block;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 40px;
    margin: 0;
}


#g-nav ul#navi-list > li {
        font-size: 1.8rem;
        white-space: nowrap;
        writing-mode: inherit;
        display: block;
        margin-right: 0px;
        list-style: none;
        text-align: left;
        vertical-align: top;
        width: auto;
        margin: 0;
        height: auto !important;
}
#g-nav ul#navi-list > li a{
         display: inline-block;
        padding: 20px;
        font-size: 2rem;
}



#g-nav ul#navi-list li {
transition: all 0.4s;
    transform: translateX(200px);
    opacity: 0;
    -webkit-transform: translate3d(0px, 20px, 0);
}

#g-nav.panelactive ul#navi-list li{
transform: translateX(0);
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0);
}


#g-nav.panelactive ul#navi-list li#nav1{
    transition-delay: .0s;
}
#g-nav.panelactive ul#navi-list li#nav2{
    transition-delay: .05s;
}
#g-nav.panelactive ul#navi-list li#nav3{
    transition-delay: .1s;
}


}




/*==================================================
　5-2-6 3本線が回転して×に
===================================*/

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn{
display:none;
}

/*ボタン内側*/
.openbtn span{
      display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 16px;
    height: 1px;
    border-radius: 2px;
    background: #FFF;
    mix-blend-mode: difference;
  }


.openbtn span:nth-of-type(1) {
	top:18px;	
  	width: 45%;
}

.openbtn span:nth-of-type(2) {
    top: 28px;
    width: 35%;
}

.openbtn span:nth-of-type(3) {
    top: 38px;
    width: 20%;
}

/*activeクラスが付与されると線が回転して×になる*/

.openbtn.active span:nth-of-type(1) {
    top: 23px;
    left: 23px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;

}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
     top: 35px;
    left: 23px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;

}

@media screen and (max-width: 768px)  {
.openbtn{
        display: block;
        position: fixed;
        cursor: pointer;
        width: 60px;
        height: 60px;
        right: 0px;
        top: 0;
        z-index: 9999;
        background: #222222;
}
#header-bar-area.HeightMin{
    animation: none;
}





}


/*----------------------------------------
■コンテンツ
-----------------------------------------*/

#contents-area{
width:1000px;
margin:0 auto;
}
#contents{
	width:700px;
	margin-right:50px;
	float:left;
}



/*----------------------------------------
■サイド
-----------------------------------------*/
#side_right{
	width:250px;
	float:right;
}



#side .sitenavi{
	background:#ffffff;
	list-style:none;
	padding:10px 7px;
	margin-bottom:15px;
}
#side .sitenavi a{
	background:url(/images/items/icon_link.gif) no-repeat left center;
	padding-left:17px;
	line-height:25px;
}

	
#recent-posts-3,
#categories-3,
#archives-3 {
border:solid 1px #EEE;
padding:20px;
margin-bottom:20px;
}

.side-title{
font-size:16px;
letter-spacing:0.08em;
text-align:center;
line-height:1;
margin-bottom:20px;
}

#recent-posts-3 ul li,
#categories-3 ul li,
#archives-3 ul li{
border-bottom:dashed 1px #EEE;
margin-bottom:10px;
padding-bottom:10px;
font-size:12px;
line-height:1.6;
}
#recent-posts-3 ul li:last-child,
#categories-3 ul li:last-child,
#archives-3 ul li:last-child{
border-bottom:none;
margin-bottom:0px;
padding-bottom:0px;
}







/*----------------------------------------
■facebook/twitter
-----------------------------------------*/
#tabs{
height:370px;
}

#tabs ul{
width: 200px;
margin-bottom:7px;
}
#tabs li{
margin:0;
padding:0;
}

#tabs #tab_facebook{
background:url(/images/side/bg_facebook.png) no-repeat;
display: block;
width:100px;
height:40px;
text-indent: -9999px;
outline-style:none;
}
#tabs .ui-tabs-selected #tab_facebook{
background:url(/images/side/bg_facebook_selected.png) no-repeat;
}

#tabs #tab_twitter{
background:url(/images/side/bg_twitter.png) no-repeat right top;
display: block;
width:100px;
height:40px;
text-indent: -9999px;
outline-style:none;
}
#tabs .ui-tabs-selected #tab_twitter{
background:url(/images/side/bg_twitter_selected.png) no-repeat right top;
}


.ui-tabs-hide { display: none; }
.ui-tabs {
margin: 10px 0 0 0;
}
.ui-tabs-nav {

list-style: none;
margin: 0;
padding: 0;

}
.ui-tabs-nav:after {
display: block;
clear: both;
content: " ";
}
.ui-tabs-nav li { 
float: left; 
font-weight: bold;
width: 99px;
}
.ui-tabs-nav a{
display: block;
}
.ui-tabs-nav a {
margin: 1px 0 0;
padding-left: 0;
text-align: center;
outline: 0;
text-decoration:none;
}
.ui-tabs-nav .ui-tabs-selected a {
position: relative;
top: 1px;
z-index: 2;
margin-top: 0;
color: #000;
}



.ui-tabs-nav .ui-tabs-selected a:link,
.ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link,
.ui-tabs-nav .ui-tabs-disabled a:visited { cursor: text; }
.ui-tabs-nav a:hover,
.ui-tabs-nav a:focus,
.ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover,
.ui-tabs-nav .ui-tabs-deselectable a:focus,
.ui-tabs-nav .ui-tabs-deselectable a:active { cursor: pointer; }
.ui-tabs-disabled { opacity: .4; }
.ui-tabs-panel { padding: 0; }
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-tabs-panel { width: 178px; border: 0px solid #ade500/*{borderColorActive}*/;}
.ui-tabs-panel img { border:none; }


/*----------------------------------------
■フッター
-----------------------------------------*/
#footer-area {
    background: #545454;
}
#footer-logo {
    max-width: 100px;
    margin-bottom: 40px;
}
#footer-tel {
    color: #FFF;
    font-size: 2.4rem;
}

#footer-tel a{
  color: #FFF;
}

#footer-tel span{
    font-size: 1.8rem;
}

#footer-address-list dt,
#footer-address-list dd{
  color: #FFF;
}

#footer-address-list dt{
     font-size: 2rem;
    margin-bottom: 4px;
    line-height: 1.2;
}
#footer-address-list dd{
    font-size: 1.6rem;
}
#footer-address-list div{
margin-bottom:20px;
}
#footer-address-list div:last-child {
    margin-bottom: 0;
}

#footer-access-title {
    font-size: 2.2rem;
    color: #FFF;
}
#footer-access-title span{
text-decoration:underline;
}
ul#footer-access-list li::before {
    content: "◯";
    position: absolute;
    left: -20px;
    font-size: 1.6rem;
}

ul#footer-access-list li {
    color: #FFF;
    margin-bottom: 10px;
    line-height: 1.6;
    position: relative;
}
ul#footer-access-list {
    padding-left: 20px;
}


#footer-content-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#footer-content-l {
    margin-right: 60px;
}

@media screen and (max-width: 768px)  {

#footer-content-area {
    display: block;
}
#footer-tel {
    line-height: 1.8;
}
#footer-content-l {
    margin-right: 0;
    margin-bottom: 40px;
}
#footer-access-title {
    font-size: 1.8rem;
    color: #FFF;
    line-height: 1.8;
}
ul#footer-access-list li br {
    display: none;
}

ul#footer-access-list li {
    margin-bottom: 12px;
    line-height: 1.4;
    font-size: 1.5rem;
}
#footer-logo {
    margin-bottom: 30px;
}

}



/*----------------------------------------
■トップページ
-----------------------------------------*/

#top-about-text {
    text-align: center;
   margin-bottom: 60px;
}
#top-about-logo img {
    width: 200px;
}

#top-about-logo {
    text-align: center;
    margin-bottom: 40px;
}

#top-about-youtube {
    margin: 0 auto;
    text-align: center;
    max-width: 600px;
}




      .video-container {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 アスペクト比 */
            height: 0;
            overflow: hidden;
            max-width: 100%;
            background: #000;
        }
        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }


#top-about-area::before {
    content: "";
    background: #fafdf1;
    position: absolute;
    width: 100%;
    height: 250px;
    bottom: 0;
}

#top-syukatsu-area {
    background: url(/wp-content/uploads/slide4s.jpg) no-repeat center center;
    background-size: cover;
    padding: 24vh 0;
}

.webp #top-syukatsu-area {
    background: url(/wp-content/uploads/slide4s.webp) no-repeat center center;
    background-size: cover;
}


#top-syukatsu-area::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00000052;
    top: 0;
    left: 0;
}

#top-syukatsu-text {
    margin: 0;
    color: #FFF;
    text-align: center;
}

.h2-midashi{
font-size:3.4rem;
text-align:center;
margin-bottom:30px;
}

#top-syukatsu-title {
    color: #FFF;
}
#top-point-text {
    text-align: center;
    margin-bottom: 80px;
}

#top-point-area {
    background: #fafdf1;
}


#top-point-box-area {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 60px;
}

.top-point-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 720px;
    position: relative;
 margin-bottom:0px;
}

@media screen and (min-width: 2000px) {
#top-point-box-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
}

.top-point-icon img {
    width: 70px;
    height: auto;
}

.top-point-name {
    font-size: 3rem;
    text-align: left;
 margin-bottom:10px;
line-height:1.4;
}

.top-point-text {
    text-align: left;
    font-size: 1.8rem;
 margin-bottom:0px;
}

.green {
    background-color: #ccdda0;
    display: inline;
    padding: 2px 4px;
    margin: 2px 0;
    line-height: 1.4;
    color: #286c03;
}

.top-point-icon {
    position: absolute;
    left: 0;
    top: 10px;
}

.top-point-info {
    padding-left: 120px;
    width: calc(100% - 120px);
}

#top-topics-area {
    background: #fafdf1;
}

.top-bk-infobox {
    width: 50%;
    box-sizing: border-box;
    padding: 0 7vw;
}

@media screen and (max-width: 1200px) {
.top-bk-infobox {
    padding: 0 5vw;
}
}


.top-bk-imgbox {
    width: 50%;
}
.top-bk-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

#top-bochi {
    margin-bottom: 100px;
}

#top-bk {
    padding: 0;
}

.top-bk-infobox .h2-midashi {
    text-align: left;
        font-size: 2.8rem;
        margin-bottom: 22px;
    line-height: 1.4;
}
.top-bk-text {
    margin-bottom: 40px;
}

.top-bk-img {
    width: 100%;
    aspect-ratio: 3 / 3.8;
    position: relative;
}

#top-kaikan .top-bk-img::before {
    bottom: 10px;
    left: 10px;
    content: "ホール";
    position: absolute;
    line-height: 1.6;
    padding: 2px 10px;
    background: #FFF;
    color: #276d03;
}


.top-bk-img img{
    width: 100%;
    height: 100%;
object-fit:cover;
}

.top-kaikan-image {
width: 100%;
    margin: 0 auto;
    position: relative;
}

.top-kaikan-image::before {
bottom: 10px;
    left: 10px;
    content: "談話室";
    position: absolute;
    line-height: 1.6;
    padding: 2px 10px;
    background: #FFF;
    color: #276d03;
}



#top-kaikan .top-bk-imgbox {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
#top-kaikan .top-bk-infobox {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.more-btn {
    margin: 0;
}

.more-btn a {
    background: #286c03;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    font-size: 1.6rem;
    padding: 10px 60px;
}

#foogallery-area {
    padding-bottom: 100px;
}

#top-bk-area {
    padding-bottom: 0;
}

#foogallery-gallery-233 .fg-image {
    width: 35vw !important;
    aspect-ratio: auto;
}


#top-foogallery-text {
    text-align: center;
    font-size: 1.6rem;
}



 #gallery-slide-area {
            width: 100%;
            margin: 0 auto;
        }
        #gallery-slide-list {
            display: flex;
        }
        #gallery-slide-list li {
            list-style: none;
            margin: 0 0 0 1px; /* 隙間を1pxに設定 */
        }
        #gallery-slide-list img {
            height: 300px; /* ここで高さを指定 */
            object-fit: cover;
        }

.topics-post-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 60px;
}

#top-topics-more {
    text-align: center;
}

.topics-post-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #EEE;
    margin-bottom: 20px;
}

.topics-post-img img{
   width: 100%;
height:100%;
object-fit:cover;
}

.topics-post a {
    text-decoration: none;
}

.topics-post-date {
    font-size: 1.4rem;
    margin-bottom: 6px;
    color: #276d03;
}
.topics-post-title {
    line-height: 1.8;
}



@media screen and (max-width: 768px)  {


#foogallery-gallery-233 .fg-image {
    width: 50vw !important;
}

#top-foogallery-text {
    font-size: 1.4rem;
}

#foogallery-area {
    padding-bottom: 60px;
}


#top-about-logo img{
    width: 180px;
}
#top-about-logo {
    margin-bottom: 20px;
}

#top-about-text br {
    display: none;
}

#top-about-text {
    text-align: left;
    margin-bottom: 40px;
}
#top-about-area::before {
    height: 34vw;
}
#top-syukatsu-area {
    padding: 16vh 0;
}

.h2-midashi {
        font-size: 2.8rem;
        margin-bottom: 26px;
    line-height: 1.4;
}
#top-syukatsu-text br {
    display: none;
}

#top-syukatsu-text {
    text-align: left;
}
#top-point-text br {
    display: none;
}

#top-point-text {
    text-align: left;
    margin-bottom: 40px;
}
.top-point-info {
    padding-left: 80px;
    width: calc(100% - 80px);
}
.top-point-icon img {
    width: 60px;
}
.top-point-text br {
    display: none;
}

.top-point-text {
    text-align: left;
    font-size: 1.6rem;
        line-height: 1.8;
}
.green {
    background-color: #c7f0ab;
    display: inline;
    padding: 0;
    margin: 0;
    line-height: 1.8;
    color: #286c03;
}
#top-point-box-area {
    gap: 30px;
}

.top-bk-box {
    display: block;
}
    .top-bk-infobox {
        width: 100%;
        padding: 30px 5vw;
    }
.top-bk-imgbox {
    width: 100%;
}
.top-bk-img {
    width: 100%;
    aspect-ratio: 3 / 3;
}
#top-bochi {
    margin-bottom: 30px;
}
.top-bk-text {
    margin-bottom: 20px;
}
.top-bk-infobox .h2-midashi {
    text-align: left;
    font-size: 2.8rem;
    line-height: 1.4;
    margin-bottom: 14px;
}

.top-kaikan-image {
width: 80%;
    margin: 0 auto;
    max-width: 300px;
}


#top-bk-area {
    padding: 0 0 40px;
}

#gallery-slide-list img {
    height: 160px;
}
.topics-post-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
}
.topics-post a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    width: 100%;
}
.topics-post-img {
    margin-bottom: 0px;
}
.topics-post-img-area {
    width: 30%;
}
.topics-post-info {
    width: 65%;
}
.topics-post-date {
    font-size: 1.2rem;
    line-height: 1.4;
}
.topics-post-title {
    line-height: 1.6;
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

#top-access-map iframe {
    height: 480px;
}


}



/*----------------------------------------
■墓地のご案内
-----------------------------------------*/


#cemetery-top-text {
    margin: 0;
    font-size: 2rem;
}

#cemetery-top-area {
    padding: 0 7vw;
    text-align: center;
    margin-bottom: 100px;
}

#cemetery-souboku-top {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 40px;
    color: #276d03;
    line-height: 1.4;
}

#cemetery-souboku-area {
    background: #fafdf1;
    padding: 80px 7vw;
}




.cemetery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cemetery-img {
    width: 100%;
    aspect-ratio: 3 / 3.8;
    background: #EEE;
}
.cemetery-imgbox {
    width: 50%;
-webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.cemetery-infobox {
    width: 50%;
    box-sizing: border-box;
    padding: 0 7vw;
-webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.cemetery-boxarea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}



.cemetery-box {
    margin-bottom: 100px;
}

.cemetery-no {
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 2px;
}

.cemetery-name span {
    font-size: 1.8rem;
}

.cemetery-name {
      font-size: 4rem;
    line-height: 1.4;
    margin-bottom: 24px;
}
.cemetery-sname {
    background: #286c03;
    line-height: 2;
    color: #FFF;
    text-align: center;
    font-size: 2rem;
   margin-bottom: 20px;
}

.cemetery-price-s5 {
    font-size: 0.4em;
}

.cemetery-price-s4 {
    font-size: 0.4em;
    color: #545454;
}

.cemetery-price-s3 {
    font-size: 0.6em;
}
.cemetery-price-s1 {
    font-size: 0.6em;
}
.cemetery-price {
    color: #276d03;
    font-size: 6rem;
    line-height: 1.2;
    margin: 0;
}

.cemetery-image {
    margin-top: 30px;
}

ul.cemetery-image2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-bottom: 14px;
}

ul.cemetery-image2 li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.cemetery-image2 li {
    width: 100%;
    aspect-ratio: 4 / 3.4;
    position: relative;
}

ul.cemetery-image2 li.basic::before {
    content: "基本色";
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #00000096;
    text-align: center;
    line-height: 1.4;
    padding: 2px 0;
    color: #FFF;
}

.cemetery-price-box div dt, .cemetery-price-box div dd {
    font-size: 1.6rem;
}

.cemetery-price-box div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cemetery-price-box {
    margin-bottom: 30px;
}

.cemetery-price-list .cemetery-price-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.cemetery-price-list .cemetery-price-box {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #EEE;
}

.cemetery-s-box:last-child {
    margin-bottom: 0;
}

.cemetery-s-box {
    margin-bottom: 40px;
}

.cemetery-price-list-price dt,
.cemetery-price-list-price dd {
    color: #276d03;
}

.cemetery-price-box div dd.cemetery-price-list-price-n span {
    font-size: 0.6em;
}
.cemetery-price-box div dd.cemetery-price-list-price-n {
    font-size: 3rem;
    line-height: 1;
}
.cemetery-price-box div dt, .cemetery-price-box div dd {
    font-size: 1.6rem;
}


.cemetery-js-flowbox {
    width: calc(100% - 240px - 40px);
}

.cemetery-js-namebox {
    width: 240px;
margin-right:40px;
}

.cemetery-js-name {
text-align: center;
    font-size: 2.4rem;
    margin: 0;
    line-height: 1.6;
}

.cemetery-js-name span{
    background: #545454;
    color: #FFF;
    display: inline-block;
    padding: 2px 40px;
    line-height: 1.4;
}

.cemetery-js-flow-icon img {
    width: 64px;
}

.cemetery-js-flow-icon {
    text-align: center;
    margin-bottom: 10px;
}

.cemetery-js-flow-no span {
    width: 26px;
    line-height: 26px;
    background: #FFF;
    display: inline-block;
    border: solid 1px;
    border-radius: 50%;
}

.cemetery-js-flow-no {
    text-align: center;
    margin-bottom: 10px;
    line-height: 1;
}

.cemetery-js-flow-text {
    text-align: center;
    font-size: 2rem;
    line-height: 1.4;
    margin: 0;
}

.cemetery-js-flow-text span {
    font-size: 0.8em;
}

#cemetery-souboku .cemetery-js-name span {
    background: #276d03;
}

#cemetery-souboku .cemetery-js-name {
    color: #276d03;
}



.cemetery-js-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto 40px;
}

ul.cemetery-js-flow-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
}

#cemetery-souboku-bottom {
    text-align: center;
    font-size: 2.8rem;
    padding-top: 30px;
    margin-bottom: 0;
}

#cemetery-souboku-bottom span span{
   font-size: 0.8em;
}


ul.cemetery-js-flow-list li:last-child::before {
    display: none;
}

#cemetery-jyumoku ul.cemetery-js-flow-list li:nth-child(2)::after {
    content: "10年〜15年後";
    font-size: 1.4rem;
    position: absolute;
    right: -86px;
    top: 30%;
    width: 100px;
}

ul.cemetery-js-flow-list li::before {
    content: "";
    width: 60px;
    height: 10px;
    background: url(/wp-content/uploads/arrow.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: -60px;
    top: 50%;
}
ul.cemetery-js-flow-list li {
    position: relative;
}


.cemetery3-img {
    aspect-ratio: 3 / 1.9;
    margin-bottom: 1px;
    width: 100%;
    position: relative;
}

.cemetery3-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cemetery3-img::before {
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin: 0;
    line-height: 1.6;
    display: inline-block;
    background: #FFF;
    padding: 2px 14px;
    color: #276d03;
}

#cemetery3-1::before {
    content: "至心苑";
}

#cemetery3-2::before {
    content: "第三墓地";
}



@media screen and (max-width: 768px)  {


.cemetery-box {
    margin-bottom: 0px;
}
#cemetery-souboku-top{
    font-size: 2rem;
    margin-bottom: 30px;
}

.cemetery-js-name {
    font-size: 2rem;
}
.cemetery-js-namebox {
    margin-bottom: 30px;
}


#cemetery-souboku-area {
    padding: 50px 5vw;
}
.cemetery-js-flow-text {
    font-size: 1.8rem;
}

#cemetery-jyumoku ul.cemetery-js-flow-list li:nth-child(2)::after {
font-size: 1.2rem;
        right: -36px;
        top: 26%;
        width: 42px;
        line-height: 1.4;
}

ul.cemetery-js-flow-list li::before{
         right: -34px;
        width: 40px;
        height: 8px;
}


ul.cemetery-js-flow-list {
    gap: 20px;
}


.cemetery-js-box {
    display: block;
}
.cemetery-js-namebox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
}
.cemetery-js-flowbox {
    width: 100%;
}

.cemetery-boxarea {
display:block;
}

.cemetery-infobox {
width:100%;
    padding: 40px 5vw;
}

#cemetery-souboku-bottom {
    text-align: center;
    font-size: 2.0rem;
    padding-top: 20px;
}

.cemetery-imgbox {
width:100%;
}

.cemetery-img {
    width: 100%;
    aspect-ratio: 3 / 3;
}

.cemetery3-img {
    aspect-ratio: 3 / 1.5;
}


#cemetery-top-area {
    padding: 0 5vw;
    text-align: center;
    margin-bottom: 60px;
}
#cemetery-top-text {
    margin: 0;
    font-size: 1.8rem;
}

.cemetery-price-list .cemetery-price-box {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.cemetery-s-box {
    margin-bottom: 20px;
}

.cemetery-sname {
    margin-bottom: 10px;
}

}




/*----------------------------------------
■ブログ
-----------------------------------------*/


#single-topics-content,
#single-topics-content p{
   margin-bottom: 30px;
}

#single-topics-content figure{
    margin-bottom: 40px;
    margin-top: 40px;
}


#single-topics-content h2 {
    color: #276d03;
    font-size: 2.8rem;
    margin-bottom: 30px;
    line-height: 1.6;
}

#single-topics-content h3 {
       margin-bottom: 26px;
    font-size: 2.4rem;
    line-height: 1.6;
    color: #a49a61;
    border-bottom: dotted 1px;
    padding-bottom: 10px;
}



#single-topics-content {
    max-width: 800px;
    margin: 0 auto;
padding:60px 0;
}

#single-topics-head {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px #DDD;
}

#single-topics-title {
    font-size: 3.6rem;
    line-height: 1.6;
}
#single-topics-date {
    font-size: 2.4rem;
    line-height: 1.6;
}



#topics-all-area {
    background: #fafdf1;
}

.pagination {
    text-align: center;
}


#single_social{
float:left;
width:50%;
	list-style:none;
}
.single-post-info{
float:right;
width:50%;
    line-height: 1;
text-align:right;
font-size:12px;
}


#single_social li{
	float:left;
}
.postmeta{
	
}
.postmeta p{
}


@media screen and (max-width: 768px)  {
#single-topics-title {
    font-size: 3.2rem;
    line-height: 1.4;
}

#single-topics-head {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
#single-topics-date {
    font-size: 2rem;
}
#single-topics-content {
    padding: 20px 0;
}
#single-topics-content h2 {
    font-size: 2.6rem;
    margin-bottom: 22px;
}
#single-topics-content h3 {
    margin-bottom: 22px;
    font-size: 2.2rem;
}
#single-topics-content, #single-topics-content p {
    margin-bottom: 20px;
}
#single-topics-content figure {
    margin-bottom: 30px;
    margin-top: 30px;
}

}



/*----------------------------------------
■個別設定
-----------------------------------------*/

.slide-box {
    overflow: hidden;
}


.scroll-space{
  box-sizing: border-box;
  padding-top: 300px;
  height: 700px;
  color: #fff;
  .blue{
    background: #77BBCF;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
}
.blur{
    transition: all 2s;
    filter: blur(10px);
    &.scrollin{
      filter: blur(0);
    }
}



.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 2s;
  &.fadein-left{
      transform: translate(-30px,0);
  }
  &.fadein-right{
      transform: translate(30px,0);
  }
  &.fadein-up{
      transform: translate(0,-30px);
  }
  &.fadein-bottom{
      transform: translate(0,30px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

.slidein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.0s;
  &.slidein-left{
      transform: translate(-100%,0);
  }
  &.slidein-right{
      transform: translate(100%,0);
  }
  &.slidein-up{
      transform: translate(0,-100%);
  }
  &.slidein-bottom{
      transform: translate(0,30%);
  }
  &.scrollin{
    transform: translate(0, 0)!important;
    opacity: 1!important;
  }
}
