.top_main {
    padding-top: 80px;
    padding-bottom: 80px;
}
.top_main h2{
    margin: 0 auto;
    max-width: 1000px;
    width: calc(100% - 44px);
    color: #4d4d4d;
    font-size: .48rem;
    text-align: center;
    font-family: 'minion-pro', serif;
    letter-spacing: .01rem;
}
.top_main h2 img{
    margin-right: 40px;
    width: 26px;
    vertical-align: middle;
}
.font56{
    font-size: .56rem;
}
.font28{
    font-size: .28rem;
}
.font48{
    font-size: .48rem;
}
.font25{
    font-size: .25rem;
}
.font18{
    font-size: .18rem;
}
.font56{
    font-size: .56rem;
}
.font18{
    font-size: .18rem;
}
/*スライダー*/
.top_slider_wrap{
    position: relative;
	overflow:hidden;
}



.top_slider{animation: fadeslide0 4s ease 0s 1 forwards;}
@keyframes fadeslide0 { 
    0% {
    	transform: scale(1, 1);
    }
    100% {
    	transform: scale(1.2);
    }
}

.top_slide {
    height: calc(100vh - 80px);
    min-height: 540px;
    width: 100%;
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
    vertical-align: middle;
}
.top_slide6{
	background-size: cover;
}
.top_catch{
    position: absolute;
    left: 13%;
    top: 12%;
    font-size: .28rem;
    letter-spacing: .04rem;
    line-height: .5rem;
    color: #fff;
	font-family: 'Noto Serif JP', serif;
}
.top_catch2{
    position: absolute;
    right: 6%;
    top: 42%;
    font-size: .28rem;
    letter-spacing: .04rem;
    line-height: .5rem;
    color: #fff;
	font-family: 'Noto Serif JP', serif;
}
.top_intro_head_sp{
    display: none;
}
.top_slide_cover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 210px;
    z-index: 1;
    mix-blend-mode: multiply;
    opacity: 1;
}
.catch_arrow_wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%, 0);
}
.catch_arrow_wrap a{
    text-decoration: none;
}
.catch_scroll{
    margin: -15px;
    color: #fff;
    font-size: .18rem;
}
.catch_arrow {
    width: 25px;
    height: 25px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    animation: move 1.3s infinite;
    margin: 6px -5px 8px -5px;
}
.catch_arrow2{
    margin-top: -19px;
}
@for $i from 1 through 2 {
  .catch_arrow:nth-child(#{$i + 1}) {
    animation-delay: 0.15 * $i + s;
  }
}
@keyframes move {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(10px) rotate(45deg);
  }
}
.top_small_wrap{
    display: flex;
    justify-content: space-between;
    width: 73%;
    position: absolute;
    bottom: 1%;
    left: 2%;
    color: #fff;
    font-family: 'a-otf-ud-shin-go-pr6n', sans-serif;
}
.top_small_wrap span{
    border: solid 1px #fff;
    flex: 0 1 auto;
    width: 13%;
    font-size: .19rem;
    display: flex;
    justify-content: center;
    align-items: center
}
.top_small_wrap div{
    flex: 0 1 auto;
    width: 86%;
}
.top_small_wrap small{
    font-size: .09rem;
    line-height: .13rem;
    display: block;
    letter-spacing: 0.01rem;
}
.top_small_wrap_sp{
    display: none;
}
.top_intro{
    padding: 42px 0 80px;
    text-align: center;
}
.top_intro_text{
    margin: 22px auto 48px;
    font-size: .16rem;
    text-align: center;
    line-height: .4rem;
}
p.top_intro_head{
    margin: 0 auto;
    font-size: .36rem;
    text-align: center;
	font-family: 'Noto Serif JP', serif;
}
.top_intro>img{
    margin-bottom: 50px;
    width: 76px;
}
.top_gold{
    margin: 0 auto;
    padding: 24px 0;
    max-width: 800px;
    background-image: url(/wp-content/themes/original/images/bg_gold.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
}
.top_gold span{
    font-size: .24rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
}
.top_gold p{
    margin: 15px auto 21px;
    text-align: center;
}
.top_gold a{
    margin: 0 auto;
    display: block;
    width: 230px;
    background-color: #b39765;
    color: #fff;
    text-decoration: none;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    line-height: .35rem;
}
.top_info{
	margin: 0 auto 25px;
    max-width: 800px;
    position: relative;
}
.top_info:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: '';
    width: 100%;
    height: 162px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .7) 20%, rgba(255, 255, 255, 1) 80%);
    pointer-events: none;
}
.top_info h2{
    margin-bottom: 30px;
    padding: 1px 5px;
    width: 100%;
    background-color: #542b0d;
    color: #fff;
    font-size: .18rem;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    letter-spacing: .035rem;
}
.info_list{
    list-style: none;
    max-height: 443px;
    padding-bottom: 135px;
    overflow: scroll;
    position: relative;
}
.info_list li {
    padding: 13px;
    border-bottom: 1px solid #000;
    padding-bottom: 16px;
}
.info_list li:not(:last-child){
    border-bottom: solid 1px #000;
}
.info_list a{
    color: #000;
    text-decoration:none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info_list span{
    border: solid 1px #b28c6b;
    padding: 2px 5px;
    flex: 0 1 auto;
    width: 13%;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: .03rem;
    color: #b28c6b;
    text-align: center;
}
.info_list div{
    flex: 0 1 auto;
    width: 83%;
}
.info_list time{
    margin-right: 30px;
    letter-spacing: .01rem;
}
.info_list p{
    display: inline-block;
}
.top_location{
    padding: 40px 0 52px;
    background-color: #f2f2f2;
}
.top_location_text{
    margin: 0 auto;
    text-align: center;
    line-height: .36rem;
}
.top_location_head{
    margin: 30px auto 18px;
    font-size: .3rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    line-height: .5rem;
    text-align: center;
}
.top_location>img{
    margin: 43px auto;
    width: 100%;
}
.top_location a{
    margin: 0 auto;
    display: block;
    width: 230px;
    border: solid 1px #b39765;
    color: #b39765;
    text-decoration: none;
    text-align: center;
    line-height: .35rem;
    font-size: .18rem;
    letter-spacing: .02rem;
    font-weight: 700;
	font-family: 'Noto Serif JP', serif;
}

.sp_map {
    overflow: scroll;
    margin: 30px 0px;
}
.sp_map img{
    height: 570px;
}
.top_facility{
    margin-top: 50px;
    padding: 45px 0 50px;
    background-color: #f2f2f2;
}
.facility_img_wrap{
    margin: 52px auto 10px;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.facility_img_wrap>div{
    margin-bottom: 18px;
    flex: 0 1 auto;
    width: 31%;
}
.facility_img_wrap img{
    width: 100%;
}
.facility_img_wrap p{
    margin-top: 7px;
    text-align: center;
    font-size: .13rem;
}
.top_facility_small{
    margin: 0 auto;
    max-width: 1022px;
}
.top_facility_small small{
    margin-left: .1rem;
    display: block;
    font-size: .11rem;
    text-indent: -.1rem;
}
.top_feature{
    margin-top: 50px;
    padding: 37px 0 10px;
    background-color: #f2f2f2;
}
.top_feature_head{
    margin: 38px 0 58px;
    font-size: .3rem;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
}
.top_feature_point{
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top_feature_point div {
    margin-bottom: 50px;
    padding: 30px 10px 45px;
    border: solid 2px #8e7a55;
    flex: 0 1 auto;
    width: 48%;
    position: relative;
}
.top_feature_point p{
    text-align: center;
    color: #42210b;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
}
.top_feature_point div:first-child{
    flex: 0 1 auto;
    width: 100%;
}
.top_feature_point div:nth-child(5){
    margin-top: 12px;
}
.top_feature_point div:nth-child(2) .font25{
    margin-bottom: 10px;
}
.top_feature_point img{
    position: absolute;
    top: -40px;
    left: -5px;
    width: 150px;
}
.top_feature_point .font25{
    line-height: .45rem;
}
.top_feature_point .font48{
    line-height: .55rem;
}
.top_feature_point .font14{
    margin-top: 10px;
}
.top_feature_point .font18{
    margin-top: 10px;
}

.top_link{
    margin: 25px auto 0;
    padding-bottom: 2px;
    border: solid 1px #b39765;
    display: block;
    width: 270px;
    font-size: .18rem;
    color: #b39765;
    text-decoration: none;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    line-height: .35rem;
}
.top_gaiyou_link{
    margin: 74px auto 65px;
    border: solid 1px #b39765;
    display: block;
    width: 230px;
    font-size: .18rem;
    color: #b39765;
    text-decoration: none;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    line-height: .35rem;
}

/*下層ページ*/

.sab_main{
    padding-top: 133px;
}
/*
.sab_main h2{
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-size: .27rem;
    text-align: center;
    color: #4d4d4d;
}
.sab_main h2 img{
    margin-right: 40px;
    width: 40px;
    vertical-align: middle;
}
*/
/*物件概要*/
.gaiyou_container,
.info_container{
    margin: 25px auto 55px;
    max-width: 1000px;
}
.gaiyou_container{
    margin: 25px auto 100px;
}
.gaiyou_container h3,
.info_container h3{
    margin-bottom: 10px;
    font-size: .24rem;
	font-family: 'Noto Serif JP', serif;
}
.gaiyou_small_wrap {
    margin: 20px auto -10px;
    padding: 0 10px;
}
.gaiyou_small_wrap small{
    margin-left: .1rem;
    text-indent: -.1rem;
    font-size: .15rem;
    display: block;
    line-height: .32rem;
}
.gaiyou_small_wrap span{
    margin: 10px 0 10px 20px;
    font-size: .24rem;
    display: block;
}
.gaiyou_border,
.info_border{
    margin-left: calc(50% - 50vw);
    height: 8px;
    background-image: url(/wp-content/themes/original/images/border.svg);
    background-size: cover;
    background-position: left;
}
.gaiyou_border{
    margin-bottom: 18px;
}
.gaiyou_table {
    border: solid 1px #000;
    width: 100%;
    margin-top: 30px;
}
.gaiyou_table caption{
    caption-side: bottom;
    text-align: end;
}
.gaiyou_table th{
    padding: 14px 25px 13px 30px;
    border-bottom: solid 1px #000;
    background-color: #f2f2f2;
    width: 30%;
}
.gaiyou_table td {
    padding: 1px 15px 10px 15px;
    border-bottom: solid 1px #000;
    line-height: .35rem;
}
.gaiyou_container:last-child table{
    margin-top: 35px;
}


.yokokukoukoku .intro {
    font-weight: bold;
	margin-bottom: 13px;
    font-size: .17rem;
}
.yokokukoukoku .intro2 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: .13rem;
    line-height: 1.7;
}
.yokokukoukoku ul {
    list-style: none;
    margin-bottom: 25px;
}
.yokokukoukoku ul li {
    margin-top: 10px;
    text-indent: -14px;
    padding-left: 14px;
    font-size: .13rem;
}
.overview_data_caution {
    margin-top: 7px;
    text-align: left;
    font-size: .14rem;
}
.overview_caution{
    margin: 6px 0px -16px;
}


/*エントリー*/
.entry_intro{
    margin: 36px auto 30px;
    max-width: 1000px;
    width: calc(100% - 44px);
}
.entry_intro h3{
    margin-bottom: 25px;
    padding: 5px;
    background-color: #542b0d;
    color: #fff;
    text-align: center;
    font-size: .23rem;
	font-family: 'Noto Serif JP', serif;
}
.entry_intro p{
    margin-bottom: 25px;
    text-align: center;
    font-size: .16rem;
    line-height: .37rem;
}
.entry_form_wrap{
    padding: 32px 0 90px;
    background-color: #f2f2f2;
}
.entry_form_wrap h3{
	font-family: 'Noto Serif JP', serif;
    font-size: .24rem;
    text-align: center;
}
.entry_form_wrap form{
    margin: 25px auto 0;
    max-width: 1000px;
    background-color: #fff;
}
.entry_intro_thanks{
    text-align: center;
}
@media (max-width: 1044px){
    .top_small_wrap{
        width: 90%;
    }
    .top_small_wrap span{
        width: 15%;
    }
    .top_small_wrap div{
        width: 82%;
    }
    .facility_img_wrap,
    .top_facility_small,
    .top_feature_point{
        width: calc(100% - 44px);
    }
    .gaiyou_container{
        width: calc(100% - 44px);
    }
}
@media(min-width:600px) and (max-width: 900px){
    p.top_intro_head{
        font-size: .28rem;
    }
}
@media (max-width: 844px){
    .top_slide{
        padding-bottom: 85%;
    }
    .catch_arrow_wrap{
        bottom: 20%;
    }
    p.top_intro_head,
    .top_intro_text,
    .top_location_text,
    .top_gold,
    .top_info{
        width: calc(100% - 44px);
    }
    .info_list span{
        width: 18%;
    }
    .info_list div{
        width: 80%;
    }
    .facility_img_wrap>div{
        width: 48%;
    }
    .top_feature_point div{
        width: 100%;
    }
    .gaiyou_table td{
        padding: 13px 15px 14px 15px;
    }
}

@media(max-width: 599px){
    .font35{
        font-size: .35rem;
    }
	.top_main {
    	padding-top: 80px;
	    padding-bottom: 12px;
	}
    .top_slide{
		/*
        padding-bottom: calc(100vh - 50px);
		*/
    	height: auto;
    	min-height: unset;
	    height: 620px;
    }
    .top_catch{
       writing-mode: vertical-rl;
        top: 9%;
        left: 50%;
        transform: translate(-50% , 0);
        font-size: .18rem;
        line-height: .35rem;
        letter-spacing: .02rem;
		font-weight: 500;
    }
	.top_slide6{
		background-size: cover;
	}
	.top_catch2{
       writing-mode: vertical-rl;
        top: 9%;
		right: 50%;
        font-size: .18rem;
        line-height: .35rem;
        letter-spacing: .02rem;
		font-weight: 500;
		text-shadow: 1px 1px 10px rgba(0,0,0,0.7);
    }
    .catch_arrow_wrap{
        display: none;
    }
    .top_intro_head_sp{
        font-size: .18rem;
		font-weight: 600;
        text-align: center;
        display: block;
        color: #fff;
		font-family: 'Noto Serif JP', serif;
        position: absolute;
        bottom: 2%;
        left: 50%;
        transform: translate(-50% , 0);
        width: calc(100% - 22px);
	    z-index: 3;
    }
    .top_intro_head{
        display: none;
    }
    .top_intro_text{
		font-size: .14rem;
    	line-height: .32rem;
	    margin: 22px auto 20px;
		width: calc(100% - 20px);
    }
	.top_intro {
		padding: 0px 0 50px;
	}
    .top_small_wrap{
        display: none;
    }
    .top_small_wrap_sp{
    	margin: 0 auto 30px;
        display: block;
        width: calc(100% - 44px);
        text-align: center;
    }
    .top_small_wrap_sp span{
        margin-bottom: 20px;
        padding: 2px 10px;
        display: inline-block;
        border: solid 1px #000;
        font-size: .14rem;
    }
    .top_small_wrap_sp small{
	margin-left: 0.1rem;
    	margin-bottom: 0.04rem;
    	font-size: .09rem;
    	line-height: .15rem;
    	display: block;
    	letter-spacing: -.005rem;
    	text-align: start;
    	text-indent: -0.1rem;
    }
	.top_main h2 {
    	font-size: .26rem;
    	padding-bottom: 4px;
	}
	.top_main .top_info h2 {
    	font-size: .14rem;
    	padding-bottom: 4px;
	    margin-bottom: 10px;
	}
	.top_main h2 img {
    	margin-right: 17px;
    	margin-top: -3px;
    	width: 16px;
	}
    .top_intro>img{
        width: 38px;
	    margin-bottom: 30px;
    }
	.top_gold {
    	width: 100%;
    	padding: 20px 0 24px;
	}
	.top_gold p {
    	font-size: .13rem;
    	line-height: .25rem;
    	margin: 8px auto 10px;
	}
    .top_gold a{
        width: 250px;
	    font-size: .18rem;
    }
    .info_list li{
        padding: 13px 0;
    }
    .info_list span{
        width: 22%;
        letter-spacing: 0;
    }
    .info_list div{
        width: 75%;
    }
	.top_info {
    	margin: 0 auto 0px;
	}
	.info_list time {
    	font-size: .12rem;
    	display: block;
	}
	.info_list p {
    	font-size: .13rem;
	}
    .top_location_head,
    .top_feature_head{
        font-size: .17rem;
        line-height: .35rem;
	    margin-top: 18px;
    }
	.top_location_text {
    	font-size: .13rem;
	    line-height: .3rem;
	}
	.top_facility {
    	padding: 27px 0 22px;
	}
    .facility_img_wrap>div{
        width: 100%;
    }
	.top_feature_point div {
    	padding: 33px 10px 45px;
	}
	.top_feature_point div:last-child {
    	margin-bottom: 27px;
	}
	.top_feature_point .font25 {
    	line-height: .3rem;
    	font-size: .17rem;
	}
	.top_feature_point .font18 {
    	font-size: .13rem;
	    margin-top: 8px;
	}
    .top_feature_point .font48{
        font-size: .33rem;
	    line-height: .43rem;
    }
	.top_location {
    	padding: 28px 0 35px;
	}
	.top_location>img {
    	margin: 32px auto;
	}
	.top_location a {
    	font-size: .15rem;
	}
	.facility_img_wrap p {
    	margin-top: 2px;
	}
	.facility_img_wrap {
    	margin-top: 20px;
	}

	.top_feature {
    	padding: 27px 0 10px;
	}
	.top_feature_point img {
    	top: -22px;
    	left: -7px;
    	width: 96px;
	}
	.sab_main {
    	padding: 80px 0 40px;
    	overflow-x: hidden;
	}
	/*
	.sab_main h2 {
    	font-size: .23rem;
	}
	.sab_main h2 img {
		margin-right: 17px;
    	margin-left: 6px;
    	margin-top: -5px;
    	width: 43px;
	}
	*/
	.top_gaiyou_link {
    	margin: 30px auto 30px;
	}
.gaiyou_small_wrap {
    padding: 0;
}
.gaiyou_small_wrap span {
    margin: 10px 0 16px 20px;
}
.gaiyou_small_wrap small {
    font-size: .13rem;
    line-height: .24rem;
    margin-left: 0.14rem;
    text-indent: -0.14rem;
}
.gaiyou_container h3,
.info_container h3{
    font-size: .22rem;
}
.gaiyou_border,
.info_border {
    background-size: cover;
    width: 130vw;
    margin-left: -42px;
    background-image: url(/wp-content/themes/original/images/border_sp.svg);
    background-repeat: no-repeat;
    background-position: right;
}
    .gaiyou_table th,
    .gaiyou_table td{
		padding: 7px 10px;
    	line-height: .25rem;
    	display: block;
    	font-size: .14rem;
    }
    .gaiyou_table th{
		width: 100%;
    	display: block;
    }
	.gaiyou_table td {
    	padding: 13px 21px;
	}
.gaiyou_table tr:last-child td {
    border-bottom: none;
}
.entry_intro h3 {
    margin-bottom: 25px;
    padding: 8px 10px 10px;
    font-size: .2rem;
    line-height: .33rem;
    font-family: 'Noto Serif JP', serif;
}
.entry_intro {
    margin: 0px auto 30px;
}
.entry_intro p {
    font-size: .15rem;
    line-height: .3rem;
}
.entry_intro_thanks{
    text-align: justify;
}
}
/*ルームプラン*/
.plan_main{
	padding: 80px 0 70px;
}
.plan_sp_only{
	display: none;
}
.sub_heading{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 135px;
}
.sub_heading h2{
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sub_heading span{
	flex: 0 1 auto;
	font-size: .27rem;
	color: #4d4d4d;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.02rem;
}
.sub_heading img{
	margin: 5px 20px 0 20px;
	flex: 0 1 auto;
	width: 40px;
}

.plan_main h3:not(.plan_top_main h3) {
	margin-bottom: 5px;
	border-bottom: solid 2px #344223;
	padding-left: 20px;
	font-size: .2rem;
	letter-spacing: .02rem;
	font-family: 'Noto Serif JP', serif;
}
.h3_type{
	margin-right: 5px;
	font-weight: 900;
	font-size: .38rem;
}
.h3_ldk{
	margin-left: 35px;
}
.menseki_table{

}
.menseki_table th{
	padding: 2px 0 2px 15px;
	width: 44%;
	font-size: .13rem;
	letter-spacing: .08rem;
	text-align: justify;
	font-family: 'Noto Serif JP', serif;
	position: relative;
}
.menseki_table th::after{
	content: "";
	display: inline-block;
	width: 1px;
	height: 12px;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0 , -55%) rotate(35deg);
}
.menseki_table td{
	width: 50%;
	font-size: .13rem;
	text-align: right;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: .02rem;
	height: 30px;
}
.menseki_table td .senyu_number{
	font-size: .19rem;
	font-weight: 700;
}
.zumen_sp{
	display: none;
}
.zumen_pc{
	margin-top: -62px;
	width: 100%;
}
.icon_setsumei{
	margin-top: 110px;
	padding: 25px 40px 10px;
	border: solid 1px #808080;
	display: flex;
	justify-content: space-between;
}
.icon_setsumei ul{
	flex: 0 1 auto;
	list-style: none;
}
.icon_setsumei ul:nth-child(1){
	width: 15%;
}
.icon_setsumei ul:nth-child(2){
	width: 29%;
}
.icon_setsumei ul:nth-child(3){
	width: 23%;
}
.icon_setsumei li{
	margin-bottom: 18px;
}
.icon_setsumei span{
	margin-right: 5px;
	width: 30px;
	display: inline-block;
}
.icon_setsumei p{
	flex: 0 1 auto;
	width:28%;
	line-height: .25rem;
}
.icon_setsumei img{
	margin-right: 10px;
	width: 44px;
	vertical-align: middle;
}
.plan_variation{
	margin: 55px auto 85px;
}
.plan_variation>span{
	margin-bottom: 40px;
	display: block;
	font-size: .27rem;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	letter-spacing: .03rem;
}
.plan_variation ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
}
.plan_variation li{
	margin-bottom: 18px;
	padding: 3px 3px 6px;
	border: solid 2px #999999;
	flex: 0 1 auto;
	width: 18%;
	background-color: #f2f2f2;
	position: relative;
}
.plan_variation a{
	display: block;
	font-family: 'Noto Serif JP', serif;
	color: #344223;
	text-decoration: none;
	font-size: .14rem;
	text-align: center;
	letter-spacing: .01rem;
}
.plan_variation a span{
	margin-right: 5px;
	font-size: .24rem;
	font-weight: 900;
}
.plan_variation .selected a{
	color: #939976;
	pointer-events: none;
}
.plan_variation a.sold_out {
    display: block;
    position: relative;
    pointer-events: none;
    color: #344323;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: ma;
    margin: auto;
    background-color: rgba(0,0,0,0.65);
    height: 100%;
}
.sold_out_text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    font-size: .21rem;
    text-align: center;
    line-height: 1;
    letter-spacing: .07em;
    color: #344323;
    font-weight: normal;
}
.plan_variation li:nth-child(2) a,
.plan_variation li:nth-child(5) a{
    pointer-events: none;
}
.plan_variation li:nth-child(2)::after,
.plan_variation li:nth-child(5)::after {
    content: "完売御礼";
    top: 0;
    right: 0;
    display: block;
    pointer-events: none;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.65);
    height: 100%;
    font-size: .24rem;
	letter-spacing: .07em;
    text-align: center;
    vertical-align: middle;
    padding-top: 3px;
    box-sizing: border-box;
    font-family: 'Noto Serif JP', serif;
    pointer-events: none;
}

.plan_variation a span.sold_out_text {
    font-weight: normal;
    color: #FFF;
    margin-top: -2px;
}
.plan_top_main .sold_out_text {
    margin-top: -5px;
}
@media(max-width: 800px){
	/*.sub_heading{
		height: 200px;
	}
	.sub_heading h2{
		flex-direction:column;
	}
	.sub_heading img{
		margin: 15px auto 5px;
	}*/
	.sub_heading{
		padding: 0 20px;
	}
	.sub_heading img{
		width: 35px;
	}
	.sub_heading span{
		font-size: .15rem;
	}
	.plan_pc_only{
		display: none;
	}
	.plan_sp_only{
		display: block;
	}
	.zumen_pc{
		display: none;
	}
	.zumen_sp{
		margin-top: 30px;
		display: block;
	}
	.icon_setsumei{
		padding: 35px 20px;
		flex-direction: column;
	}
	.icon_setsumei ul:nth-child(1),
	.icon_setsumei ul:nth-child(2),
	.icon_setsumei ul:nth-child(3),
	.icon_setsumei p{
		width: 100%;
	}
	.plan_variation li{
		width: 48%;
		min-height: 47.5px;
	}
}