@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　基本設定
--------------------------------------------------------*/
#mv {
    line-height: 0;
	position: relative;
	z-index: 4;
}
div.mv_slider figure{
    position: relative;
    line-height: 0;
	z-index: 0;
}

div.mv_slider figure figcaption{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
address {
	font-style: normal;
}

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 641px){
	
	
	div.more_btn{
		width: 230px;
		border: 1px solid #000;
		background: #FFF;
		border-radius: 25px;
		overflow: hidden;
	}
	
	div.more_btn a{
		font-size: 13px;
		font-size: clamp(1.3rem,1.3vw,1.8rem);
		font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-variation-settings:"slnt" 0;
		text-align: center;
		color: #231815;
		letter-spacing: 0.2em;
		line-height: 1;
		display: block;
		padding: 15px 0;
		position: relative;
	}
	
	div.more_btn a::after{
		content: "";
		width: 18px;
		height: 5px;
		background: url("../images/common/arrow_line_b.svg") no-repeat;
		background-size: contain;
		position: absolute;
		right: 20px;
		top: -webkit-calc(50% - 3px);
        top: -moz-calc(50% - 3px);
        top: calc(50% - 3px);
	}
	
	div#mv{
		position: relative;
		line-height: 1;
	}
	
	.scrollcont {
        width: 13px;
        text-align: center;
        z-index: 100;
        position: absolute;
        left: 35px;
        bottom: 10px;
    }
	
	.scrollcont p {
		width: 10px;
        position: absolute;
        left: 3px;
        top: -136px;
    }
	
	.scrollcont .scroll {
        height: 160px;
        text-align: center;
        z-index: 100;
        overflow: hidden;
        position: relative;
    }
	
	.scrollcont .scroll::before {
        content: "";
        display: block;
        width: 1px;
        height: 160px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 50%;
    }
	
	.scrollcont .scroll::after {
        content: "";
        display: block;
        width: 1px;
        height: 160px;
        background: rgba(0, 0, 0, .5);
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-animation: scroll 3s cubic-bezier(0.42, 0, 0.58, 1) infinite;
        animation: scroll 3s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    }
	
	@-webkit-keyframes scroll {
        0%,6% {
            -webkit-transform: translateY(-160px);
            transform: translateY(-160px)
        }

        33%,66% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        94%,100% {
            -webkit-transform: translateY(160px);
            transform: translateY(160px)
        }
    }

    @keyframes scroll {
        0%,6% {
            -webkit-transform: translateY(-160px);
            transform: translateY(-160px)
        }

        33%,66% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        94%,100% {
            -webkit-transform: translateY(160px);
            transform: translateY(160px)
        }
    }	
	
	div.mv_slider figure{
		position: relative;
		line-height: 0;
	}
	
	div.mv_slider figure figcaption{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}
	
	#wapper_about {
		width: 100%;
		position: relative;
		z-index: 2;
		clip-path: polygon(0 190px, 100% 0, 100% calc(100% - 190px), 0 100%);
		margin-top: -214px;
		padding: 150px 0 110px;
		background: url("../images/top/about_bg_pc.jpg") no-repeat;
		background-size: cover;
	}
	
	#wapper_about::after {
		content: "";
		width: -webkit-calc(100% - 430px);
        width: -moz-calc(100% - 430px);
        width: calc(100% - 430px);
		height: 100%;
		position: absolute;
		top: 0;
		left: -50%;
		z-index: 1;
		background: rgb(232,56,32);
	}
	
	#wapper_about section#about{
		max-width: 100%;
		padding: 40px 0 0;
		position: relative;
		z-index: 3;
	}
	
	#wapper_about section#about div.section_inner{
		width: 90%;
		max-width: 1080px;
		margin: 40px auto 0;
	}
	
	#wapper_about section#about div.section_inner div.block{
		width: 42.5%;
		position: relative;
	}
	
	#wapper_about section#about div.section_inner div.block::after{
		content: "";
		width: 540px;
        height: 90vh;
		position: absolute;
		top: -190px;
		left: 0;
		z-index: -1;
		background: rgb(232,56,32);
		background: linear-gradient(90deg, rgba(232,56,32,1) 0%, rgba(232,56,32,1) 60%, rgba(232,56,32,0) 100%);
	}
	
	#wapper_about section#about div.section_inner div.block h2{
		text-align: left;
		margin-bottom: 25px;
	}
	
	#wapper_about section#about div.section_inner div.block h2 small{
		color: #FFF;
	}
	
	#wapper_about section#about div.section_inner div.block h3{
		font-size: 22px;
		font-size: clamp(2.2rem,2.2vw,3.0rem);
		font-weight: 600;
		line-height: 1.5;
		letter-spacing: 0.38em;
		color: #FFF;
		margin-bottom: 25px;
	}
	
	#wapper_about section#about div.section_inner div.block p{
		font-size: 11px;
		font-size: clamp(1.1rem,1.1vw,1.5rem);
		line-height: 2;
		letter-spacing: 0.18em;
		color: #FFF;
		margin-bottom: 40px;
	}
	
	#wapper_bg {
		position: relative;
		z-index: 4;
	}
	
	div.brake_img {
		width: 100%;
		z-index: -1;
		line-height: 0;
		margin-top: -35.6%;
	}
	
	#wapper_plan {
        width: 100%;
        position: relative;
        z-index: 3;
        clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 16%);
		margin-top: -21%;
        padding: 150px 0 110px;
        background: #F5EFEA;
    }
	
	#wapper_plan section#plan{
		max-width: 100%;
		padding: 0;
		position: relative;
		z-index: 3;
	}
	
	#wapper_plan section#plan div.section_inner{
		width: 100%;
		/*max-width: 1266px;*/
		margin: 0 auto;
		padding-top: 80px;
	}
	
	#wapper_plan section#plan div.section_inner h2 + p{
		font-size: 16px;
		font-size: clamp(1.6rem,1.6vw,2.2rem);
		font-weight: 600;
		line-height: 1;
		text-align: center;
		letter-spacing: 0.28em;
		margin-bottom: 35px;
	}
	
	#wapper_plan section#plan div.section_inner div.plan_slider{
		width: 100%;
		position: relative;
	}
	
	#wapper_plan section#plan div.section_inner div.plan_slider .slick-slide {
		padding: 0 23px;
	}
	
	#wapper_plan section#plan div.section_inner div.plan_slider div.plan_slider-img{
		width: 30.8%;
		border-bottom: 2px solid #E83820;
	}
	
	#wapper_plan section#plan div.section_inner div.plan_slider div.plan_slider-img figure {
		position: relative;
		line-height: 0;
	}
	
	#wapper_plan section#plan div.section_inner div.plan_slider div.plan_slider-img figure figcaption{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}
	
	#wapper_plan section#plan div.section_inner div.plan_slider div.plan_slider-img figure span.ladies{
		font-size: 15px;
		font-size: clamp(1.5rem,1.5vw,2.1rem);
		font-weight: 500;
		line-height: 1;
		text-align: center;
		letter-spacing: 0.38em;
		color: #FFF;
		background: #E95383;
		width: 100%;
		display: block;
		padding: 10px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#wapper_plan section#plan div.section_inner div.plan_slider div.plan_slider-img div.text_block{
		height: 100%;
		margin-top: 25px;
		padding-bottom: 30px;
	}
	
	#wapper_plan section#plan div.section_inner div.plan_slider div.plan_slider-img div.text_block h5{
		display: none;
	}
	
	#wapper_plan section#plan div.section_inner div.plan_slider div.plan_slider-img div.text_block p{
		font-size: 12px;
		font-size: clamp(1.2rem,1.2vw,1.6rem);
		line-height: 1.9;
		letter-spacing: 0.17em;
	}
	
	section#plan .slick-prev, section#plan .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 30%;
        display: block;
        width: 90px;
        height: 90px;
		box-shadow: 0px 0px 10px rgba(0,0,0,.5);
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: #E83820;
		z-index: 10;
    }
	
	section#plan .slick-prev {
		left: 0;
	}
	
	section#plan .slick-next {
		right: 0;
	}
	
	section#plan .slick-prev::before, section#plan .slick-next::before {
		content: "";
		width: 15px;
		height: 28px;
		display: inline-block;
		opacity: 1;
    }
	
	section#plan .slick-prev::before {
		content: "";
		background: url("../images/common/arrow_left_w.svg") no-repeat;
		background-size: contain;
    }
	
	section#plan .slick-next::before {
		content: "";
		background: url("../images/common/arrow_right_w.svg") no-repeat;
		background-size: contain;
    }
	
	div.accordion {
		display: none;
	}
	
	#wapper_plan section#plan div.section_inner div.more_btn{
		margin: 50px auto 120px;
	}
	
	section#member {
		max-width: 100%;
		padding: 75px 0 100px;
		position: relative;
		z-index: 3;
	}
	
	section#member::before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -2;
		background: #FFF;
	}
	
	section#member::after {
		content: "";
		width: 47.4%;
		height: 100%;
		position: absolute;
		top: 15%;
		right: 0;
		z-index: -1;
		background: #E83820;
	}
	
	section#member h2 span{
		display: inline-block;
		margin-right: 0.5em;
	}
	
	section#member {
		max-width: 100%;
		padding: 75px 0 100px;
		position: relative;
	}
	
	section#member div.member_slider div.slick-img{
		width: 42vw!important;
		min-width: 420px;
		display: flex!important;
		flex-wrap: wrap;
		justify-content: space-between;
		overflow: hidden;
		position: relative;
		
	}
	
	section#member div.member_slider div.slick-current div.slick-img{
		width: 81.5vw!important;
		min-width: 820px;
		left: -14%;
	}
	
	section#member div.member_slider div.slick-current + div.slick-slide div.slick-img{
		right: -33%;
	}
	
	section#member div.member_slider div.slick-img figure{
		width: 100%;
		line-height: 0;
		margin-top: 96px;
	}
	
	section#member div.member_slider div.slick-current div.slick-img figure{
		width: 51.6%;
		min-width: 420px;
		line-height: 0;
	}
	
	section#member div.member_slider div.slick-img div.text_block {
		width: 45%;
		color: #FFF;
		display: none;
	}
	
	section#member div.member_slider div.slick-current div.slick-img div.text_block {
		display: block;
	}
	
	section#member div.member_slider div.slick-img div.text_block h4{
		font-size: 29px;
		font-size: clamp(2.9rem,2.9vw,4.0rem);
		font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-variation-settings:"slnt" 0;
		color: #231815;
		letter-spacing: 0.2em;
		line-height: 1;
		margin-bottom: 60px;
	}
	
	section#member div.member_slider div.slick-img div.text_block h3{
		font-size: 12px;
		font-size: clamp(1.2rem,1.2vw,1.7rem);
		font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-variation-settings:"slnt" 0;
		color: #231815;
		letter-spacing: 0.2em;
		line-height: 1;
		margin-bottom: 15px;
	}
	
	section#member div.member_slider div.slick-img div.text_block h5{
		font-size: 19px;
		font-size: clamp(1.9rem,1.9vw,2.7rem);
		font-weight: 600;
		letter-spacing: 0.25em;
		line-height: 1.6;
		margin-bottom: 15px;
	}
	
	section#member div.member_slider div.slick-img div.text_block p{
		width: 70%;
		font-size: 12px;
		font-size: clamp(1.2rem,1.2vw,1.6rem);
		letter-spacing: 0.2em;
		line-height: 1.9;
		text-align: justify;
	}
	
	section#member div.member_slider div.slick-img div.text_block p.corner{
		letter-spacing: 0.1em;
	}
	
	section#member div.member_slider div.slick-img div.text_block a.more_btn {
		font-size: 12px;
		font-size: clamp(1.2rem,1.2vw,1.6rem);
		font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-variation-settings:"slnt" 0;
		text-align: center;
		color: #FFF;
		letter-spacing: 0.2em;
		line-height: 1;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		margin-top: 25px;
	}
	
	section#member div.member_slider div.slick-img div.text_block a.more_btn::after{
		content: "";
		width: 50px;
		height: 50px;
		background: url("../images/common/arrow_line_w.svg") no-repeat;
		background-size: 15px 5px;
		background-position: center;
		border: 1px solid #FFF;
		border-radius: 100%;
		margin-left: 15px;
	}
	
	section#member div.thumbnail {
		width: 90%;
		max-width: 580px;
		margin: 50px auto 0;
	}
	
	section#member div.thumbnail div.slick-slide{
		line-height: 0;
		padding: 0 1%;
	}
	
	section#member div.thumbnail div.thumbnail-img{
		position: relative;
		cursor: pointer;
	}
	
	section#member div.thumbnail div.thumbnail-img::before{
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,1);
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0.5;
		transition-duration: 0.5s;
		transition-property: opacity, color;
	}
	
	section#member div.thumbnail div.slick-current div.thumbnail-img::before{
		content: "";
		opacity: 0;
	}
	
	section#member .slick-prev, section#member .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 60%;
        display: block;
        width: 90px;
        height: 90px;
		box-shadow: 0px 0px 10px rgba(0,0,0,.5);
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: #FFF;
		z-index: 10;
    }
	
	section#member .slick-prev {
		left: 0;
	}
	
	section#member .slick-next {
		right: 0;
	}
	
	section#member .slick-prev::before, section#member .slick-next::before {
		content: "";
		width: 15px;
		height: 28px;
		display: inline-block;
		opacity: 1;
    }
	
	section#member .slick-prev::before {
		content: "";
		background: url("../images/common/arrow_left_b.svg") no-repeat;
		background-size: contain;
    }
	
	section#member .slick-next::before {
		content: "";
		background: url("../images/common/arrow_right_b.svg") no-repeat;
		background-size: contain;
    }
	
	section#member div.space {
		margin: 145px auto 0;
	}
	
	section#news {
		max-width: 100%;
		padding: 70px 0;
		background: url("../images/top/news_bg_pc.jpg") no-repeat;
		background-size: cover;
		position: relative;
		z-index: 5;
	}
	
	section#news h2,
	section#news h2 small{
		color: #FFF;
	}
	
	section#news div.more_btn{
		margin: 50px auto 0;
	}
	
	section#news ul.insta_list{
		width: 90%;
		max-width: 1080px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		list-style: none;
	}
	section#news ul.insta_list li{
		width: 23.14%;
		background: #FFF;
		padding: 12px;
	}
	
	section#news ul.insta_list li a {
		color: #231815;
		text-decoration: none;
	}
	
	section#news ul.insta_list li figure.thum {
		width: 100%;
		height: 225px;
		line-height: 0;
		margin: 0 0 20px;
	}
	
	section#news ul.insta_list li figure.thum img{
		width: 100%;
		height: 225px;
		object-fit: cover;
	}
	
	section#news ul.insta_list li div.info {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	
	section#news ul.insta_list li div.info figure.icon{
		width: 28px;
		overflow: hidden;
		/*border-radius: 100%;*/
		line-height: 0;
		margin: 0;
	}
	
	section#news ul.insta_list li div.info figure.icon img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	section#news ul.insta_list li div.info div.text_block{
		width: -webkit-calc(100% - 32px);
        width: -moz-calc(1000% - 32px);
        width: calc(100% - 32px);
		font-size: 11px;
		line-height: 1.6;
	}
	
	section#news ul.insta_list li div.info div.text_block p{
		margin: 0;
		padding: 0;
		line-height: 1.3;
	}
	
	section#news ul.insta_list li p.text {
		height: 5em;
		overflow: hidden;
		font-size: 10px;
		line-height: 1.6;
		margin-top: 6px;
	}
	
	section#news ul.insta_list li p.text:first-letter{
      text-indent: -2em;
    }
	
	section#qa {
		max-width: 100%;
		background: #F5EFEA;
		padding: 65px 0;
		position: relative;
		z-index: 5;
	}
	
	section#qa div.section_inner{
		width: 95%;
		max-width: 1080px;
		margin: 0 auto;
	}
	
	section#access {
		max-width: 100%;
		padding: 65px 0;
	}
	
	section#access div.map{
		width: 100%;
		height: 310px;
		margin: 0 0 40px;
	}
	
	section#access div.map iframe{
		width: 100%;
		height: 100%;
	}
	
	section#access div.section_inner{
		width: 95%;
		max-width: 980px;
		margin: 0 auto;
	}
	
	section#access div.section_inner div.block{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section#access div.section_inner div.block div.block_l{
		width: 48%;
	}
	
	section#access div.section_inner div.block div.block_l h5{
		font-size: 20px;
		font-size: clamp(2.0rem,2.0vw,2.7rem);
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0.25em;
		margin-bottom: 18px;
	}
	
	section#access div.section_inner div.block div.block_l address{
		font-size: 12px;
		font-size: clamp(1.2rem,1.2vw,1.6rem);
		line-height: 1.6;
		letter-spacing: 0.18em;
	}
	
	section#access div.section_inner div.block div.block_r{
		width: 50%;
	}
	
	section#access div.section_inner div.block div.block_r h6{
		font-size: 13px;
		font-size: clamp(1.3rem,1.3vw,1.8rem);
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0.20em;
		padding-bottom: 10px;
		margin-bottom: 15px;
		border-bottom: 1px solid #000;
	}
	
	section#access div.section_inner div.block div.block_r h6:nth-child(n + 2){
		margin-top: 24px;
	}
	
	section#access div.section_inner div.block div.block_r dl{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: 12px;
		font-size: clamp(1.2rem,1.2vw,1.6rem);
		line-height: 1;
		letter-spacing: 0.2em;
	}
	
	section#access div.section_inner div.block div.block_r dl dt{
		width: 63%;
		position: relative;
		margin-top: 10px;
	}
	
	section#access div.section_inner div.block div.block_r dl dt::after{
		content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
	
	section#access div.section_inner div.block div.block_r dl dt span{
		width: 8.4em;
		display: inline-block;
		background: #FFF;
		position: relative;
		z-index: 3;
	}
	
	section#access div.section_inner div.block div.block_r dl dd{
		width: 36%;
		margin-top: 10px;
		background: #FFF;
		position: relative;
		z-index: 3;
		padding-left: 0.5em;
	}
	
	section#access div.section_inner div.block div.block_r p{
		font-size: 12px;
		font-size: clamp(1.2rem,1.2vw,1.6rem);
		line-height: 1.5;
		letter-spacing: 0.2em;
	}
	
}




/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media print, screen and (max-width: 640px){
	
	div.more_btn{
		width: 230px;
		border: 1px solid #000;
		background: #FFF;
		border-radius: 25px;
		overflow: hidden;
	}
	
	div.more_btn a{
		font-size: 17px;
		font-size: clamp(1.7rem,4.72vw,2.0rem);
		font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-variation-settings:"slnt" 0;
		text-align: center;
		color: #231815;
		letter-spacing: 0.2em;
		line-height: 1;
		display: block;
		padding: 15px 0;
		position: relative;
	}
	
	div.more_btn a::after{
		content: "";
		width: 16px;
		height: 5px;
		background: url("../images/common/arrow_line_b.svg") no-repeat;
		background-size: contain;
		position: absolute;
		right: 14px;
		top: -webkit-calc(50% - 3px);
        top: -moz-calc(50% - 3px);
        top: calc(50% - 3px);
	}
	
	#wapper_about {
		width: 100%;
		position: relative;
		z-index: 2;
		clip-path: polygon(0 0, 0 94%, 100% 100%, 100% 6%);
		margin-top: -15vw;
		padding: 4.5% 0 110px;
		background:#E83820;
	}
	
	#wapper_about div.image{
		width: 100%;
		position: relative;
		z-index: 2;
		clip-path: polygon(0 18%, 100% 0, 100% 80%, 0 100%);
		line-height: 0;
	}
	
	#wapper_about section#about{
		max-width: 100%;
		padding: 40px 0 0;
		position: relative;
		z-index: 3;
	}
	
	#wapper_about section#about div.section_inner{
		width: 90%;
		margin: -3% auto 0;
		position: relative;
		z-index: 5;
	}
	
	#wapper_about section#about div.section_inner div.block{
		width: 100%;
		position: relative;
	}
	
	#wapper_about section#about div.section_inner div.block h2{
		text-align: left;
		margin-bottom: 25px;
	}
	
	#wapper_about section#about div.section_inner div.block h2 small{
		color: #FFF;
	}
	
	#wapper_about section#about div.section_inner div.block h3{
		font-size: 29px;
		font-size: clamp(2.9rem,8.05vw,3.4rem);
		font-weight: 600;
		line-height: 1.5;
		letter-spacing: 0.38em;
		color: #FFF;
		margin-bottom: 25px;
	}
	
	#wapper_about section#about div.section_inner div.block p{
		font-size: 14px;
		font-size: clamp(1.4rem,3.88vw,1.7rem);
		line-height: 2;
		letter-spacing: 0.18em;
		color: #FFF;
		margin-bottom: 40px;
	}
	
	#wapper_about section#about div.section_inner div.more_btn {
		margin: 0 auto;
	}
	
	#wapper_bg {
		position: relative;
		z-index: 4;
	}
	
	div.brake_img {
		width: 100%;
		z-index: -1;
		line-height: 0;
		margin-top: -15%;
	}
	
	#wapper_plan {
        width: 100%;
        position: relative;
        z-index: 3;
        clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 3%);
        padding: 130px 0 110px;
        background: #F5EFEA;
		margin-top: -16%;
    }
	
	#wapper_plan section#plan{
		max-width: 100%;
		padding: 0;
		position: relative;
		z-index: 3;
	}
	
	#wapper_plan section#plan div.section_inner h2 + p{
		font-size: 21px;
		font-size: clamp(2.1rem,1.6vw,2.5rem);
		font-weight: 600;
		line-height: 1.6;
		text-align: center;
		letter-spacing: 0.1em;
		margin-bottom: 50px;
	}
	
	#wapper_plan section#plan div.section_inner{
		width: 100%;
		margin: 0 auto;
	}
	
	#wapper_plan section#plan div.section_inner div.plan_slider{
		width: 100%;
		padding: 0 5%;
		max-height: 298vw;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		border-bottom: 2px solid #E83820;
		transition: 500ms max-height ease;
	}
	
	#wapper_plan section#plan div.section_inner div.plan_slider::after{
		content: "";
		width: 100%;
		height: 70px;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgb(35,24,21);
		background: linear-gradient(0deg, rgba(35,24,21,1) 0%, rgba(35,24,21,0) 100%);
	}
	
	#wapper_plan section#plan.open div.section_inner div.plan_slider{
		max-height: 1500vw;
		border-bottom: none;
	}
	
	#wapper_plan section#plan.open div.section_inner div.plan_slider::after{
		content: "";
		display: none;
	}
	
	#wapper_plan section#plan div.section_inner div.plan_slider div.plan_slider-img{
		width: 46%;
		border-bottom: 2px solid #E83820;
	}
	
	#wapper_plan section#plan div.section_inner div.plan_slider div.plan_slider-img:nth-child(n + 3){
		margin-top: 60px;
	}
	
	#wapper_plan section#plan div.section_inner div.plan_slider div.plan_slider-img figure {
		position: relative;
		line-height: 0;
	}
	
	#wapper_plan section#plan div.section_inner div.plan_slider div.plan_slider-img figure figcaption{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}
	
	#wapper_plan section#plan div.section_inner div.plan_slider div.plan_slider-img figure span.ladies{
		font-size: 11px;
		font-size: clamp(1.1rem,3.05vw,1.4rem);
		font-weight: 500;
		line-height: 1;
		text-align: center;
		letter-spacing: 0.38em;
		color: #FFF;
		background: #E95383;
		width: 100%;
		display: block;
		padding: 8px 5px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#wapper_plan section#plan div.section_inner div.plan_slider div.plan_slider-img div.text_block{
		height: 100%;
		margin-top: 15px;
		padding-bottom: 30px;
	}
	
	#wapper_plan section#plan div.section_inner div.plan_slider div.plan_slider-img div.text_block h5{
		font-size: 16px;
		font-size: clamp(1.6rem,4.44vw,1.9rem);
		font-weight: 600;
		line-height: 1.5;
		letter-spacing: 0.15em;
		margin-bottom: 10px;
	}
	
	#wapper_plan section#plan div.section_inner div.plan_slider div.plan_slider-img div.text_block p{
		font-size: 14px;
		font-size: clamp(1.4rem,3.88vw,1.7rem);
		line-height: 1.7;
		letter-spacing: 0.08em;
	}
	
	div.accordion {
		margin-top: 20px;
	}
	
	#wapper_plan section#plan div.accordion span{
		width: 7vw;
		height: 6.4vw;
		display: block;
		margin: 0 auto;
		background: url("../images/top/accordion_open.svg") no-repeat;
		background-size: contain;
		cursor: pointer;
	}
	
	#wapper_plan section#plan.open div.accordion span{
		width: 7vw;
		height: 6.4vw;
		display: block;
		margin: 0 auto;
		background: url("../images/top/accordion_close.svg") no-repeat;
		background-size: contain;
	}
	
	#wapper_plan section#plan div.section_inner div.more_btn{
		margin: 25px auto 70px;
	}
	
	
	section#member {
		max-width: 100%;
		padding: 45px 0 90px;
		position: relative;
		z-index: 3;
	}
	
	section#member::before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -2;
		background: #FFF;
	}
	
	section#member::after {
		content: "";
		width: 90%;
		height: 100%;
		position: absolute;
		top: 280px;
		right: 0;
		z-index: -1;
		background: #E83820;
	}
	
	section#member h2{
		margin-bottom: 60px;
	}
	
	section#member h2 span{
		display: inline-block;
		margin-right: 0.5em;
	}
	
	section#member {
		max-width: 100%;
		padding: 75px 0 100px;
		position: relative;
	}
	
	section#member div.member_slider div.slick-img{
		width: 100%!important;
		display: block!important;
		overflow: hidden;
		position: relative;
		padding-top: 16vw;
	}
	
	section#member div.member_slider div.slick-current div.slick-img{
		width: 100%!important;
	}
	
	section#member div.member_slider div.slick-img figure{
		width: 100%;
		line-height: 0;
	}
	
	section#member div.member_slider div.slick-img div.text_block {
		width: 90%;
		padding-left: 10%;
		margin: 25px auto 0;
		color: #FFF;
	}
	
	section#member div.member_slider div.slick-img div.text_block h4{
		font-size: 37px;
		font-size: clamp(3.7rem,10.2vw,4.5em);
		font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-variation-settings:"slnt" 0;
		color: #231815;
		letter-spacing: 0.2em;
		line-height: 1;
		position: absolute;
		top: 0;
		left: 5%;
	}
	
	section#member div.member_slider div.slick-img div.text_block h3{
		font-size: 16px;
		font-size: clamp(1.6rem,4.44vw,1.9rem);
		font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-variation-settings:"slnt" 0;
		color: #231815;
		letter-spacing: 0.2em;
		line-height: 1;
		margin-bottom: 20px;
	}
	
	section#member div.member_slider div.slick-img div.text_block h5{
		font-size: 24px;
		font-size: clamp(2.4rem,6.66vw,2.8rem);
		font-weight: 600;
		letter-spacing: 0.25em;
		line-height: 1.6;
		margin-bottom: 15px;
	}
	
	section#member div.member_slider div.slick-img div.text_block p{
		width: 100%;
		font-size: 15px;
		font-size: clamp(1.5rem,4.16vw,1.8rem);
		letter-spacing: 0.2em;
		line-height: 1.9;
		text-align: justify;
	}
	
	section#member div.member_slider div.slick-img div.text_block a.more_btn {
		font-size: 15px;
		font-size: clamp(1.5rem,1.5vw,1.8rem);
		font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-variation-settings:"slnt" 0;
		text-align: center;
		color: #FFF;
		letter-spacing: 0.2em;
		line-height: 1;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		margin-top: 25px;
	}
	
	section#member div.member_slider div.slick-img div.text_block a.more_btn::after{
		content: "";
		width: 50px;
		height: 50px;
		background: url("../images/common/arrow_line_w.svg") no-repeat;
		background-size: 15px 5px;
		background-position: center;
		border: 1px solid #FFF;
		border-radius: 100%;
		margin-left: 15px;
	}
	
	section#member div.thumbnail {
		display: none;
	}
	
	section#member .slick-prev, section#member .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 47vw;
        display: block;
        width: 50px;
        height: 50px;
		box-shadow: 0px 0px 10px rgba(0,0,0,.5);
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: #FFF;
		z-index: 10;
    }
	
	section#member .slick-prev {
		left: 0;
	}
	
	section#member .slick-next {
		right: 0;
	}
	
	section#member .slick-prev::before, section#member .slick-next::before {
		content: "";
		width: 9px;
		height: 15px;
		display: inline-block;
		opacity: 1;
    }
	
	section#member .slick-prev::before {
		content: "";
		background: url("../images/common/arrow_left_b.svg") no-repeat;
		background-size: contain;
    }
	
	section#member .slick-next::before {
		content: "";
		background: url("../images/common/arrow_right_b.svg") no-repeat;
		background-size: contain;
    }
	
	section#member div.space {
		margin: 100px auto 0;
	}
	
	section#news {
		max-width: 100%;
		padding: 100px 0;
		background: url("../images/top/news_bg_pc.jpg") no-repeat;
		background-size: cover;
		position: relative;
		z-index: 5;
	}
	
	section#news h2,
	section#news h2 small{
		color: #FFF;
	}
	
	section#news ul.insta_list{
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		list-style: none;
	}
	section#news ul.insta_list li{
		width: 47.4%;
		background: #FFF;
		padding: 12px;
	}
	
	section#news ul.insta_list li:nth-child(n + 3){
		margin-top: 16px;
	}
	
	section#news ul.insta_list li a {
		color: #231815;
		text-decoration: none;
	}
	
	section#news ul.insta_list li figure.thum {
		width: 100%;
		height: 38.1vw;
		line-height: 0;
		margin: 0 0 20px;
	}
	
	section#news ul.insta_list li figure.thum img{
		width: 100%;
		height: 38.1vw;
		object-fit: cover;
	}
	
	section#news ul.insta_list li div.info {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	
	section#news ul.insta_list li div.info figure.icon{
		width: 28px;
		overflow: hidden;
		/*border-radius: 100%;*/
		line-height: 0;
		margin: 0;
	}
	
	section#news ul.insta_list li div.info figure.icon img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	section#news ul.insta_list li div.info div.text_block{
		width: -webkit-calc(100% - 32px);
        width: -moz-calc(1000% - 32px);
        width: calc(100% - 32px);
		font-size: 11px;
		line-height: 1.6;
	}
	
	section#news ul.insta_list li div.info div.text_block p{
		margin: 0;
		padding: 0;
		line-height: 1.3;
		word-break: break-all;
	}
	
	section#news ul.insta_list li p.text {
		height: 5em;
		overflow: hidden;
		font-size: 10px;
		line-height: 1.6;
		margin-top: 6px;
	}
	
	section#news ul.insta_list li p.text:first-letter{
      text-indent: -2em;
    }
	
	section#news div.more_btn{
		margin: 50px auto 0;
	}
	
	
	
	
	
	section#qa {
		max-width: 100%;
		background: #F5EFEA;
		padding: 95px 0 100px;
		position: relative;
		z-index: 5;
	}
	
	section#qa div.section_inner{
		width: 95%;
		margin: 0 auto;
	}
	
	section#access {
		max-width: 100%;
		padding: 100px 0 75px;
	}
	
	section#access div.map{
		width: 100%;
		height: 82vw;
		max-height: 310px;
		margin: 0 0 40px;
	}
	
	section#access div.map iframe{
		width: 100%;
		height: 100%;
	}
	
	section#access div.section_inner{
		width: 90%;
		margin: 0 auto;
	}
	
	section#access div.section_inner div.block{
		display: block;
	}
	
	section#access div.section_inner div.block div.block_l{
		width: 100%;
		margin-bottom: 30px;
	}
	
	section#access div.section_inner div.block div.block_l h5{
		font-size: 26px;
		font-size: clamp(2.6rem,7.22vw,3.0rem);
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0.25em;
		margin-bottom: 15px;
	}
	
	section#access div.section_inner div.block div.block_l address{
		font-size: 15px;
		font-size: clamp(1.5rem,4.16vw,1.8rem);
		line-height: 1.6;
		letter-spacing: 0.18em;
	}
	
	section#access div.section_inner div.block div.block_r{
		width: 100%;
	}
	
	section#access div.section_inner div.block div.block_r h6{
		font-size: 17px;
		font-size: clamp(1.7rem,5vw,2.0rem);
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0.20em;
		padding-bottom: 10px;
		margin-bottom: 15px;
		border-bottom: 1px solid #000;
	}
	
	section#access div.section_inner div.block div.block_r h6:nth-child(n + 2){
		margin-top: 28px;
	}
	
	section#access div.section_inner div.block div.block_r dl{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: 15px;
		font-size: clamp(1.5rem,4.16vw,1.8rem);
		line-height: 1;
		letter-spacing: 0.2em;
	}
	
	section#access div.section_inner div.block div.block_r dl dt{
		width: 50%;
		position: relative;
		margin-top: 10px;
	}
	
	section#access div.section_inner div.block div.block_r dl dt::after{
		content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
	
	section#access div.section_inner div.block div.block_r dl dt span{
		width: 8.4em;
		display: inline-block;
		background: #FFF;
		position: relative;
		z-index: 3;
	}
	
	section#access div.section_inner div.block div.block_r dl dd{
		width: 50%;
		margin-top: 10px;
		position: relative;
		z-index: 3;
		text-align: right;
	}
	
	section#access div.section_inner div.block div.block_r dl dd span{
		background: #FFF;
		display: inline-block;
		padding-left: 0.5em;
	}
	
	section#access div.section_inner div.block div.block_r p{
		font-size: 15px;
		font-size: clamp(1.5rem,4.16vw,1.8rem);
		line-height: 1.5;
		letter-spacing: 0.2em;
	}
	
	
}

@media print, screen and (max-width: 400px){
	section#member::after {
		content: "";
		top: 18.4%;
	}
	
	section#member .slick-prev, section#member .slick-next {
        top: 23%;
    }
}