@charset "UTF-8";

/*** font ***/
html{
    font-family: 'Noto Sans JP', sans-serif;
}
#main_visual .pagetitle,
.item_list li a .text_wrap .title{
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-weight: normal;
}


.editor h2,
.block_title{
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.editor h2:after,
.block_title:after{
    content: "";
    display: inline-block;
    width: 100px;
    height: 3px;
    background-color: #ff4d02;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate3d(-50%,0,0);
}
.editor h3{
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0px;
    margin: 0px;

}
.editor h3:not(:last-child){
    border-left: 3px solid #ff4d02;
    padding: 5px 0px 5px 15px;
    margin-bottom: 30px;
}
.editor h4{
    font-size: 1.25rem;
}
.editor h5{
    font-size: 1.13rem;
}
.editor h6{
    font-size: 1rem;
}
.editor p{
    font-size: 0.88rem;
    line-height: 2;
    color: #666666;
    margin-bottom: 2em;
}
.editor p:last-child{
    margin-bottom: 0px;
}
.editor li,
.editor th,
.editor td,
.editor dt,
.editor dd{
    font-size: 0.88rem;
    line-height: 2;
    color: #666666;
}
.aligncenter{
    display: block;
    margin: 20px auto;
}
.editor figure{
    margin-bottom: 60px;
}
.editor ul{
    list-style-type: disc;
    margin-bottom: 2em;
}
.editor ol{
    list-style-type: decimal;
    margin-bottom: 2em;
}
.editor ul li,
.editor ol li{
    margin-left: 2em;
    margin-bottom: 0.5em;
}
.editor a,
.gallery_text a{
    color: #7797A8;
    text-decoration: underline;
}
.editor a:hover,
.gallery_text a:hover{
    text-decoration: none;
}

.editor table{
    width: 100%;
}
.editor th,
.editor td{
    padding: 0.5em 1em;
    border: 1px solid #bcbcbc;
}
.editor th{
    background-color: #EDEDED;
    font-weight: bold;
}

/*** font ***/
.alC {
    text-align: center !important;
}
.alR {
    text-align: right !important;
}
.alL {
    text-align: left !important;
}
.f_small {
    font-size: 90% !important;
}
.f_xsmall {
    font-size: 80% !important;
}
.f_xxsmall {
    font-size: 70% !important;
}
.f_xxxsmall {
    font-size: 60% !important;
}
.f_large {
    font-size: 110% !important;
}
.f_xlarge {
    font-size: 120% !important;
}
.f_xxlarge {
    font-size: 130% !important;
}
.f_xxxlarge {
    font-size: 140% !important;
}
.f_bold {
    font-weight: bold !important;
}
.f_underline {
    display: inline-block;
    text-decoration: underline;
}
.f_black {
    color: #000000 !important;
}
.f_yellow {
    color: #f67e41 !important;
}
.f_orange {
    color: #f67e41 !important;
}
.f_blue {
    color: #41beff;
}
.f_bg_yellow {
    display: inline;
    background-color: #ffea5a;
}
.f_line_yellow {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(54%, rgba(255, 240, 198, 0)), color-stop(55%, #fff0c5), to(#fff0c5));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 240, 198, 0) 54%, #fff0c5 55%, #fff0c5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#fff0c5", GradientType=0);
}
.f_link {
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.f_link:hover {
    color: #69318e;
    /*text-decoration: none;*/
}



/*.editor h2.block_title:before{
    content: none;
}*/
.block_description{
    font-size: 0.88rem;
    line-height: 2;
    color: #666666;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.box_title{
    border-left: 3px solid #ff4d02;
    padding: 5px 0px 5px 15px;
    margin-bottom: 30px;
}
.box_title .titlle_cacth{
    font-size: 0.88rem;
    line-height: 1.5rem;
    padding: 0px;
    margin: 0px 0px 5px;
}
.box_title .titlle_text{
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.5;
    padding: 0px;
    margin: 0px;
}
.box_text{
    font-size: 0.81rem;
    line-height: 2;
    color: #666666;
}
.btn_wrap{
    margin-top: 30px;
}


.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #F8F8F8;
}


@media (min-width: 769px) {
    .page_common .block_wrap{
        margin: 0px;
        padding: 0px 0px 160px;
        width: 100vw;
        margin-left: calc( (100vw - 100%) / -2 );
        margin-right: calc( (100vw - 100%) / -2 );
    }
    .block_head{
        text-align: center;
        margin-bottom: 80px;
    }
    .block_wrap .box_wrap{
        margin-bottom: -80px;
    }
    .block_wrap .box_wrap .box{
        margin-bottom: 80px;
    }


    .block_wrap .box_wrap.layout_column2,
    .block_wrap .box_wrap.layout_column3{
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        margin-left: -20px;
        margin-right: -20px;
    }
    .block_wrap .box_wrap.layout_column2 .box{
        width: 50%;
        width: calc(100% / 2 - 1px);
        max-width: calc(100% / 2);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-left: 20px;
        padding-right: 20px;
    }
    .block_wrap .box_wrap.layout_column3 .box{
        width: 32%;
        width: calc(100% / 3 - 1px);
        max-width: calc(100% / 3);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-left: 20px;
        padding-right: 20px;
    }
    .block_wrap .box_wrap.layout_parallel .box .box_inner{
        display: -webkit-flex;
        display: flex;
        align-items: center;
        margin-left: -40px;
    }
    .block_wrap .box_wrap.layout_parallel .box .thumb_wrap{
        width: 50%;
        padding-left: 40px;  
    }
    .block_wrap .box_wrap.layout_parallel .box .text_wrap{
        width: 50%;
        padding-left: 40px;
    }
    .block_wrap .box_wrap.layout_parallel .box:nth-child(even) .thumb_wrap{
        order: 2;
    }

    .block_wrap.wide_std .box_wrap.layout_column1 .box .thumb_wrap .thumb,
    .block_wrap.wide_std .box_wrap.layout_column2 .box .thumb_wrap .thumb,
    .block_wrap.wide_std .box_wrap.layout_column3 .box .thumb_wrap .thumb{
        margin-bottom: 30px;
    }



    /*** .wide_full ***/
    .block_wrap.wide_full{
    }

    .block_wrap.wide_full .box .text_wrap .text_inner{
        padding: 40px;
        background-color: #FFFFFF;
        position: relative;
        z-index: 1;
        box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    }
    .block_wrap.wide_full .box_wrap.layout_column1 .box .text_wrap{
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }
    .block_wrap.wide_full .box_wrap.layout_column1 .box .text_wrap .text_inner,
    .block_wrap.wide_full .box_wrap.layout_column2 .box .text_wrap .text_inner,
    .block_wrap.wide_full .box_wrap.layout_column3 .box .text_wrap .text_inner{
        margin: -30px 30px 0px 30px;
    }
    .block_wrap.wide_full .box_wrap.layout_parallel .box .box_inner{
        position: relative;
        margin-left: 0px;
    }
    .block_wrap.wide_full .box_wrap.layout_parallel .box .thumb_wrap{
        width: 65%;
        padding-left: 0px;
    }
    .block_wrap.wide_full .box_wrap.layout_parallel .box .text_wrap{
        width: 35%;
        padding-left: 0px;
        position: absolute;
        left: 65%;
        right: 0%;
        top: 50%;
        z-index: 2;
        transform: translate3d(0,-50%,0);
    }
    .block_wrap.wide_full .box_wrap.layout_parallel .box .text_wrap .text_inner{
        margin-left: -60px;
        margin-right: 60px;
    }
    .block_wrap.wide_full .box_wrap.layout_parallel .box:nth-child(even) .box_inner{
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .block_wrap.wide_full .box_wrap.layout_parallel .box:nth-child(even) .text_wrap{
        left: 0%;
        right: 35%;
    }
    .block_wrap.wide_full .box_wrap.layout_parallel .box:nth-child(even) .text_wrap .text_inner{
        margin-left: 60px;
        margin-right: -60px;
    }


    /*** slider_block ***/
    .block_wrap .box_wrap.slider_block{
        /*padding: 0px 60px;
        margin-bottom: 30px;*/
        background-color: #fafaf4;
        padding: 60px 60px;
    }
    .block_wrap .box_wrap.slider_block.layout_column2,
    .block_wrap .box_wrap.slider_block.layout_column3{
        margin-left: 0px;
        margin-right: 0px;
        padding: 60px 40px;
    }
    .block_wrap .box_wrap.slider_block.layout_parallel .box:nth-child(even) .thumb_wrap{
        order: inherit;
    }
    .block_wrap.wide_full .box_wrap.slider_block.layout_parallel .box:nth-child(even) .box_inner{
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .block_wrap.wide_full .box_wrap.slider_block.layout_parallel .box:nth-child(even) .text_wrap{
        left: 65%;
        right: 0%;
    }
    .block_wrap.wide_full .box_wrap.slider_block.layout_parallel .box:nth-child(even) .text_wrap .text_inner{
        margin-left: -60px;
        margin-right: 60px;
    }


}



@media (max-width: 768px) {
    .editor h2,
    .block_title{
        font-size: 1.5rem;
    }
    .editor h2:after,
    .block_title:after {
        width: 70px;
        height: 2px;
    }
    .page_common .block_wrap{
        margin: 0px;
        padding: 0px 0px 80px;
        width: 100vw;
        margin-left: calc( (100vw - 100%) / -2 );
        margin-right: calc( (100vw - 100%) / -2 );
    }
    .block_head{
        text-align: center;
        margin-bottom: 40px;
    }
    .block_wrap .box_wrap{
        margin-bottom: -60px;
    }
    .block_wrap .box_wrap .box{
        margin-bottom: 60px;
    }
    .block_wrap .box_wrap .box .thumb_wrap .thumb{
        margin-bottom: 15px;
    }
    .block_wrap.wide_full .box .text_wrap .text_inner{
        padding-left: 20px;
        padding-right: 20px;
    }
    /*** slider_block ***/
    .block_wrap .box_wrap.slider_block{
        padding: 0px 30px;
        margin-bottom: 30px;
    }

}

/*** サムネイル付きスライダー ***/
.gallery_wrap.layout_1{
    margin-bottom: 10px;
}
.gallery_wrap.layout_1 .box{
    position: relative;
}
.gallery_wrap.layout_1 .box .text_wrap{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 50px 10px 10px 10px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.3) 61%, rgba(0,0,0,0.3) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 60%,rgba(0,0,0,0.3) 61%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 60%,rgba(0,0,0,0.3) 61%,rgba(0,0,0,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
}
.gallery_wrap.layout_1 .box .text_wrap p{
    font-size: 0.82rem;
    color: #FFFFFF;
}

.gallery_navigation{
    /*display: flex;*/
    padding-left: 35px;
    padding-right: 35px;
}
.gallery_navigation .box{
    padding: 0px 5px;
    position: relative;
}
.gallery_navigation .box:after{
    content: "";
    display: inline-block;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 0px;
    bottom: 0px;
    border: 5px solid #000000;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}
.gallery_navigation .box.slick-current:after,
.gallery_navigation .box:hover{
    opacity: 1;
}
.gallery_navigation .slick-prev,
.gallery_navigation .slick-next {
    height: 100%;
}
.gallery_navigation .slick-prev:before,
.gallery_navigation .slick-next:before {
    height: 100%;
}

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



/*** gallery_wrap ***/
.gallery_wrap.layout_2,
.gallery_wrap.layout_3{
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}
/** 3カラム **/
.gallery_wrap.layout_2 .box{
    width: 32%;
    width: calc(100% / 3 - 1px);
    max-width: calc(100% / 3);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 20px;
    margin-bottom: 20px;
}
/** 4カラム **/
.gallery_wrap.layout_3 .box{
    width: 25%;
    width: calc(100% / 4 - 1px);
    max-width: calc(100% / 4);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 20px;
    margin-bottom: 20px;
}
.gallery_wrap.layout_2 .box a,
.gallery_wrap.layout_3 .box a,
a.fancybox{
    display: block;
    position: relative;
}
.gallery_wrap.layout_2 .box a:before,
.gallery_wrap.layout_3 .box a:before,
a.fancybox:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.30);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.gallery_wrap.layout_2 .box a:hover:before,
.gallery_wrap.layout_3 .box a:hover:before,
a.fancybox:hover:before{
    opacity: 1;
}
.gallery_wrap.layout_2 .box a:after,
.gallery_wrap.layout_3 .box a:after,
a.fancybox:after{
    content: "";
    display: inline-block;
    background: url("../images/common/icon_scale@2x.png") left top no-repeat;
    background-size: contain;
    width: 50px;
    height: 46px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.gallery_wrap.layout_2 .box a:hover:after,
.gallery_wrap.layout_3 .box a:hover:after,
a.fancybox:hover:after{
    opacity: 1;
}
.gallery_wrap.layout_2 .box a .text_wrap,
.gallery_wrap.layout_3 .box a .text_wrap{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 30px 70px 10px 10px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.3) 61%, rgba(0,0,0,0.3) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 60%,rgba(0,0,0,0.3) 61%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 60%,rgba(0,0,0,0.3) 61%,rgba(0,0,0,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
}
.gallery_wrap.layout_2 .box a .text_wrap p,
.gallery_wrap.layout_3 .box a .text_wrap p{
    font-size: 0.82rem;
    color: #FFFFFF;
}


@media (max-width: 768px) {
    .gallery_wrap.layout_2,
    .gallery_wrap.layout_3{
        margin-left: -5px;
    }
    /** 3カラム **/
    .gallery_wrap.layout_2 .box,
    .gallery_wrap.layout_3 .box{
        width: 50%;
        width: calc(100% / 2 - 1px);
        max-width: calc(100% / 2);
        padding-left: 5px;
        margin-bottom: 5px;
    }
    .gallery_wrap.layout_2 .box a .text_wrap,
    .gallery_wrap.layout_3 .box a .text_wrap{
        padding: 20px 10px 10px;
    }
}



/** 拡大アニメーション **/
.gallery_wrap.layout_4{
    display: flex;
    margin-left: -20px;
}
.gallery_wrap.layout_4 .box{
    height: 660px;
    padding-left: 20px;
    overflow: hidden;
    transition:  width 0.3s ease;
}
.gallery_wrap.layout_4 .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block_wrap.wide_full .gallery_wrap{
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 768px) {
    .gallery_wrap.layout_4{
        margin-left: -5px;
    }
    .gallery_wrap.layout_4 .box{
        height: 220px;
        padding-left: 5px;
    }
}


.gallery_inner{
    max-width: 1200px;
}
.gallery_inner .gallery_image img{
    max-width: 100%;
    width: auto;
    max-height: 75vh;
    height: auto;
}
.gallery_text{
    margin-top: 10px; 
}


/*** 空間スタイル ***/
.style_wrap{
	display: flex;
}
.style_wrap .style_main{
	width: 58%;
}
.style_wrap .style_detail{
	width: 42%;
	padding-left: 40px;
}
.style_detail_inner{
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-bottom: -20px;
}
.style_detail_box{
	width: 50%;
	padding-left: 20px;
	padding-bottom: 20px;
}
.style_detail_img{
	margin-bottom: 10px;
}
.style_detail_img img{
	/* max-width: 800px;
    max-height: 700px; */
}
.style_detail_thumb .thumb a{
	display: block;
	width: 100%;
	height: 0px;
	padding-bottom: calc( 100% / 525 * 228  );
	position: relative;
}
.style_detail_thumb .thumb img{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 768px) {
	.style_wrap{
		display: block;
	}
	.style_wrap .style_main{
		width: 100%;
		margin-bottom: 30px;
	}
	.style_wrap .style_detail{
		width: 100%;
		padding-left: 0px;
	}
	.style_detail_inner{
		margin-left: -10px;
		margin-bottom: -10px;
	}
	.style_detail_box{
		padding-left: 10px;
		padding-bottom: 10px;
	}
}


