@charset "UTF-8";
/* CSS Document */
/**********************************************************/
/* PC */
/**********************************************************/
/**********************************
.mv
**********************************/
.mv {
	background-image: url("../images/price/under-fv.webp");
}
	.mv h3{
    margin-top: 50px;
    font-size: 3rem;
		line-height:1.5;
}
/**********************************
共通
**********************************/
.fs-15{
	font-size:1.5rem;
}
.fs-18{
	font-size:1.8rem;
}
.fs-19{
	font-size:1.9rem;
}
.fs-21{
	font-size:2.1rem;
}
.fs-22{
	font-size:2.2rem;
}
.fs-26{
	font-size:2.6rem;
}
.campaign-ttl{
	position:relative;
	padding-top:90px;
	text-align:center;
}
.campaign-ttl::before{
	position:absolute;
	top:-17px;
	width:105px;
	height:3px;
	background:#4E4242;
}
.campaign-ttl h3{
	font-size:6.5rem;
	line-height:1;
	color:#4E4242;
	margin-bottom:43px;
	position:relative;
}
.campaign-ttl h3::after {
	position: absolute;
	content: "";
	top: -20px;
	left: 50%;
	transform: translateX( -50%);
	background: #4E4242;
	height: 3px;
	width: 100px;
}
.campaign-ttl h3 span{
	display:block;
	font-size:1.9rem;
	margin-top:17px;
}
.campaign-ttl h4{
	font-size:3.4rem;
	line-height:1;
	padding:26px 80px;
	background:#608B63;
	border:solid 3px #fff;
	border-radius:81px;
	margin-bottom:50px;
	color:#fff;
	font-family: "Noto Sans JP", sans-serif;
	display: inline-block;
	min-width:750px;
	box-shadow: 0 1px 20px 3px rgb(0 0 0 / 24%);
}
.campaign-ttl h5{
	font-size:2.6rem;
	line-height:1.5;
	margin-bottom:30px;
	font-family: "Noto Sans JP", sans-serif;
}
.campaign-ttl p{
	font-size:2.1rem;
	margin-bottom:28px;
	font-family: "Noto Sans JP", sans-serif;
}
.campaign-ttl li{
	line-height:1;
	padding:17px 0;
	background:#fff;
	border-radius:35px;
	margin:0 auto 18px;
	width: 620px;
	font-family: "Noto Sans JP", sans-serif;
}
.mini-txt{
	display:block;
	margin: 0 auto 34px;
	font-size:1rem;
	text-align:right;
	width:554px;
	font-family: "Noto Sans JP", sans-serif;
}
.campaign-txt{
	font-size:1.4rem;
	margin: 0 auto 70px;
	font-family: "Noto Sans JP", sans-serif;
	max-width:630px;
	line-height:35px;
}
.price-area{
	max-width:1126px;
	margin:0 auto;
	line-height:1.8;
}

.price-area p{
	font-size:1.3rem;
	margin-bottom:34px;
	font-family: "Noto Sans JP", sans-serif;
	padding-left:18px;
}
.price-area dl{
	padding-bottom:63px;
	padding-left:18px;
	font-family: "Noto Sans JP", sans-serif;
}
.price-area dt{
	line-height:1;
	font-size:1.9rem;
	margin-bottom:25px;
}
.price-area dd{
	font-size:1.8rem;
}
.other-ttl,
.cancel-ttl{
	margin:0 auto 60px;
	text-align: center;
}
.other-ttl h3,
.cancel-ttl h3{
	font-size: 3rem;
	padding:30px 70px;
	min-width:585px;
	text-align:center;
	border:solid 1px #707070;
	border-radius:89px;
	display:inline-block;
}
.other-ttl span,
.cancel-ttl span{
	font-size: 1.1rem;
	display:block;
	margin-top:10px;
}
.other-price img{
	margin-bottom:30px;
}
.other-price p{
	font-size:1.3rem;
	margin: 0 auto 30px;
	font-family: "Noto Sans JP", sans-serif;
	line-height:1.8;
}



/**********************************
萱
**********************************/
.sec1 {
  background:#CED8CE;
	margin-top:125px;
}

/********
萱料金表
*********/
.sec1 .price-contents{
	text-align:center;
	margin-bottom:35px;
}
.sec1 ul.price-box001{
	justify-content:space-between;
	margin: 0 auto 20px;
}
.sec1 .price-box001 h3{
	color:#fff;
	background:#909090;
	height:88px;
	width:100%;
	font-size:2rem;
	line-height:88px;
}
.sec1 .regular-season{
	width:40%;
}
.sec1 .top-season{
	width:60%;
}
.sec1 .regular-season h3{
	border-radius:30px 0 0 0;
	width:calc(100% - 5px);
}
.sec1 .top-season h3{
	border-radius:0 30px 0 0;
}
.sec1 .regular-season dl{
	width:50%;
}
.sec1 .regular-season dt{
	width:calc(100% - 5px);
	color:#292929;
	background:#D5C5B8;
	height:80px;
	font-size:2.2rem;
	line-height:80px;
	margin:3px 0;
}
.sec1 .regular-season dd,
.sec1 .top-season dd{
	width:100%;
	color:#292929;
	background:#FFFFFF;
	height:80px;
	font-size:2.2rem;
	line-height:80px;
	margin:3px 0;
	position:relative;
}
.sec1 .regular-season dl:first-of-type dd{
	border-radius:0 0 0 30px;
}
.sec1 .regular-season dl:first-of-type dd::after,
.sec1 .regular-season dl:last-of-type dd::after,
.sec1 .top-season dl:first-of-type dd::after,
.sec1 .top-season dl:nth-of-type(2) dd::after{
	position:absolute;
	content:"";
	top:2px;
	right:2px;
	background:#707070;
	width:1px;
	height:calc(100% - 4px);
}
.sec1 .top-season dl:last-of-type dd{
	border-right:none;
	border-radius:0 0 30px 0;
}
.sec1 .top-season dl{
	width:33.3%;
}
.sec1 .top-season dt{
	width:calc(100% - 5px);
	color:#292929;
	background:#CBB7B7;
	height:80px;
	font-size:1.5rem;
	line-height: 1.2;
    margin: 3px 0;
    padding-top: 25px;
}
.sec1 .top-season dl:last-of-type dt{
	width:100%;
}
.sec1 .top-season dt span{
	font-size:1rem;
	color:#292929;
}
.sec1 .top-season dl:nth-of-type(2) dt{
	font-size:1.3rem;
	text-align:left;
	padding: 18px 0 0 10px
}
.sec1 .price-box002{
	font-size:1.7rem;
}
.sec1 .price-box002 dl{
	margin-bottom:7px;
}
.sec1 .price-box002 dt{
	color:#fff;
	background:#909090;
	border-radius:30px 0 0 30px;
	width:30%;
	height:47px;
	line-height:47px;
}
.sec1 .price-box002 dd{
	color:#292929;
	background:#fff;
	border-radius:0 30px 30px 0;
	width:70%;
	height:47px;
	line-height:47px;
}
/**********************************
料金表
**********************************/
.price-contents{
	text-align:center;
}
.sec4 ul.price-box001{
	justify-content:space-between;
	margin: 0 auto 0px;
}
.price-box001 h3{
	color:#fff;
	background:#909090;
	height:88px;
	width:100%;
	font-size:2rem;
	line-height:88px;
}
.regular-season{
	width:40%;
}
.top-season{
	width:60%;
}
.regular-season h3{
	border-radius:30px 0 0 0;
	width:calc(100% - 5px);
}
.top-season h3{
	border-radius:0 30px 0 0;
}
.regular-season dl{
	width:50%;
}
.regular-season dt{
	width:calc(100% - 5px);
	color:#292929;
	background:#D5C5B8;
	height:80px;
	font-size:2.2rem;
	line-height:80px;
	margin:3px 0;
}
.regular-season dd,
.top-season dd{
	width:100%;
	color:#292929;
	background:#FFFFFF;
	height:80px;
	font-size:2.2rem;
	line-height:80px;
	margin:3px 0;
	position:relative;
}
.regular-season dl:first-of-type dd{
	border-radius:0 0 0 30px;
}
.regular-season dl:first-of-type dd::after,
.regular-season dl:last-of-type dd::after,
.top-season dl:first-of-type dd::after,
.top-season dl:nth-of-type(2) dd::after{
	position:absolute;
	content:"";
	top:2px;
	right:2px;
	background:#707070;
	width:1px;
	height:calc(100% - 4px);
}
.top-season dl:last-of-type dd{
	border-right:none;
	border-radius:0 0 30px 0;
}
.top-season dl{
	width:33.3%;
}
.top-season dt{
	width:calc(100% - 5px);
	color:#292929;
	background:#CBB7B7;
	height:80px;
	font-size:1.5rem;
	line-height: 1.2;
    margin: 3px 0;
    padding-top: 25px;
}
.top-season dl:last-of-type dt{
	width:100%;
}
.top-season dt span{
	font-size:1rem;
	color:#292929;
}
.top-season dl:nth-of-type(2) dt{
	font-size:1.3rem;
	text-align:left;
	padding: 18px 0 0 10px
}


.price-box002{
	font-size:1.7rem;
}
.price-box002 dl{
	margin-bottom:7px;
}
.price-box002 dt{
	color:#fff;
	background:#909090;
	border-radius:30px 0 0 30px;
	width:30%;
	height:47px;
	line-height:47px;
}
.price-box002 dd{
	color:#292929;
	background:#fff;
	border-radius:0 30px 30px 0;
	width:70%;
	height:47px;
	line-height:47px;
}
/**********************************
230320追加
**********************************/
p.topseason{
    color: #FFF;
    font-size: 12px;
    margin: -34px 0 10px 0;
}
.price-box0022{
	font-size:1.7rem;
}
.price-box0022 dl{
	margin-bottom:7px;
}
.price-box0022 dt{
	color:#fff;
	background:#909090;
	border-radius:30px 0 0 30px;
	width:30%;
	height:47px;
	line-height:47px;
}
.price-box0022 dd{
	color:#292929;
	background:#fff;
	border-radius:0 30px 30px 0;
	width:70%;
	height:47px;
	line-height:47px;
}
.sec4 .sec-sb-ttl{
	margin:80px auto 30px;
	background:#608B63;
	width:100%;
	padding:10px;
	font-size:2.3rem;
	color:#fff;
	font-weight:600;
	text-align:center;
	border-radius:11px;
}
.sec-ttl {
  text-align: center;
  width: 510px;
  padding: 20px;
  font-size: 3.5rem;
  border-radius: 89px;
  border: solid 1px #707070;
  margin: 0 auto 60px;
}
.sec-ttl span {
  font-size: 1.2rem;
  padding-top: 26px;
  display: block;
}
.sec4 .sec-sb-txt{
	font-size:1.6rem;
	width:80%;
	margin:0 auto 35px;
	text-align:center;
}
.sec4 ul {
    margin: 40px auto 0px 20px;
    font-size: 1.4rem;
    line-height: 2;
}

/**********************************
蔵
**********************************/
.sec2 {
  background:#D8D2CF;
}
.sec2 .campaign-ttl h4{
	background:#9D4524
}
.sec2 .red{
	color:#E20D0D;
}
.sec2 .border{
	text-decoration: line-through #E20D0D;
}

/********
蔵料金表
*********/
.sec2 .price-contents{
	text-align:center;
	margin-bottom:35px;
}
.sec2 .price-box001{
	align-items:flex-end;
	margin-bottom:25px;
}
.sec2 .price-box001 li{
	background:#fff;
	font-size: 1.8rem;
	color: #292929;
}
.sec2 .side-box{
	width: calc(14% - 8px);
	margin: 0 auto;
}
.sec2 .side-box li{
	font-size: 1.5rem;
	line-height:1.2;
	padding-top: 26px;
}
.sec2 .side-box li:first-of-type {
	border-radius: 30px 0 0 0;
	border-bottom: solid 3px #707070;
	height:91px;
}
.sec2 .side-box li:nth-of-type(2) {
	border-radius: 0 0 0 30px ;
	height:90px;
}
.sec2 .main-box ul{
	display:flex;
	justify-content:space-between;
}
.sec2 .main-box{
	width: 86%;
}
.sec2 .box001{
	height: 88px;
	width: 100%;
	font-size: 2rem;
	line-height: 88px;
}
.sec2 .box001 li{
	background: #909090;
	color: #fff;
}
.sec2 .box001 li:first-of-type{
	width: calc(40% - 3px);
	border-radius: 30px 0 0 0;
}
.sec2 .box001 li:last-of-type{
	width: 60%;
	border-radius: 0 30px 0 0;
}
.sec2 .box002 li{
	width: calc(20% - 2px);
	height: 73px;
	line-height: 1.2;
	margin: 3px 0;
	padding-top: 20px;
}
.sec2 .box002 li:first-of-type,
.sec2 .box002 li:nth-of-type(2) {
	background: #ACBFBF;
	padding-top: 26px;
}
.sec2 .box002 li:nth-of-type(3),
.sec2 .box002 li:nth-of-type(4),
.sec2 .box002 li:nth-of-type(5) {
	background: #BBC8D8;
}
.sec2 .box002 li:nth-of-type(3){
	font-size:1.4rem;
}
.sec2 .box002 li:nth-of-type(4){
	font-size:1.2rem;
	text-align:left;
	letter-spacing:0.1em;
	padding-left:10px;
	padding-top: 17px;
}
.sec2 .box002 li:nth-of-type(5) {
	font-size:1.4rem;
}
.sec2 .box003 li,
.sec2 .box005 li{
	height: 60px;
}
.sec2 .box003 li,
.sec2 .box005 li{
	width: 20%;
	border-right:solid 1px #707070;
	padding-top:20px;
}
.sec2 .box003 li:last-of-type,
.sec2 .box005 li:last-of-type{
	border-right:none;
}
.sec2 .box004{
	border-bottom:solid 3px #707070;
}
.sec2 .box004 li,
.sec2 .box006 li{
	height: 28px;
	width: 100%;
	line-height: 28px;
	font-size: 1.3rem;
}
.sec2 .box006 li {
    border-radius: 0 0 30px 0;
}
.sec2 .box003,
.sec2 .box005{
	border-bottom:solid 1px #707070;
}
.sec2 .box002 li span{
	font-size: 1rem;
}
.sec2 .price-box002{
	font-size:1.7rem;
}
.sec2 .price-box002 dl{
	margin-bottom:7px;
}
.sec2 .price-box002 dt{
	color:#fff;
	background:#909090;
	border-radius:30px 0 0 30px;
	width:30%;
	height:47px;
	line-height:47px;
}
.sec2 .price-box002 dd{
	color:#292929;
	background:#fff;
	border-radius:0 30px 30px 0;
	width:70%;
	height:47px;
	line-height:47px;
}


/**********************************
宙
**********************************/
.sec3 {
  background:#CDDBDD;
	padding-bottom:150px;
}
/*****
蔵料金表
******/	
.sec3 .price-contents{
	text-align:center;
	margin-bottom:35px;
}
.sec3 .price-box001{
	align-items:flex-end;
	margin-bottom:25px;
}
.sec3 .price-box001 li{
	background:#fff;
	font-size: 1.8rem;
	color: #292929;
}
.sec3 .side-box{
	width: calc(14% - 8px);
	margin: 0 auto;
}
.sec3 .side-box li{
	font-size: 1.5rem;
}
.sec3 .side-box li:first-of-type {
	border-radius: 30px 0 0 0;
	border-bottom: solid 3px #707070;
	height:105px;
	line-height:105px;
}
.sec3 .side-box li:nth-of-type(2) {
	border-bottom: solid 3px #707070;
	height:129px;
	line-height:129px;
}
.sec3 .side-box li:last-of-type{
	border-radius: 0 0 0 30px ;
	height:60px;
	padding-top: 13px;
	line-height: 1.3;
}
.sec3 .main-box ul{
	display:flex;
	justify-content:space-between;
}
.sec3 .main-box{
	width: 86%;
}
.sec3 .box001{
	height: 88px;
	width: 100%;
	font-size: 2rem;
	line-height: 88px;
}
.sec3 .box001 li{
	background: #909090;
	color: #fff;
}
.sec3 .box001 li:first-of-type{
	width: calc(40% - 3px);
	border-radius: 30px 0 0 0;
}
.sec3 .box001 li:last-of-type{
	width: 60%;
	border-radius: 0 30px 0 0;
}
.sec3 .box002 li{
	width: calc(20% - 2px);
	height: 73px;
	line-height: 1.2;
	margin: 3px 0;
	padding-top: 20px;
}
.sec3 .box002 li:first-of-type,
.sec3 .box002 li:nth-of-type(2){
	background: #D5C5B8;
}
.sec3 .box002 li:nth-of-type(3),
.sec3 .box002 li:nth-of-type(4),
.sec3 .box002 li:nth-of-type(5){
	background: #B8D5B9;
}
.sec3 .box003 li{
	height: 73px;
}
.sec3 .box003 li:first-of-type,
.sec3 .box003 li:nth-of-type(2){
	width: 20%;
	border-right:solid 1px #707070;
	padding-top:20px;
}
.sec3 .box003 li:last-of-type{
	width: 60%;
	line-height: 73px;
}
.sec3 .box004 li{
	height: 28px;
	width: 100%;
	line-height: 28px;
	font-size: 1.3rem;
}
.sec3 .box005 li{
	height: 58px;
}
.sec3 .box005 li:first-of-type,
.sec3 .box005 li:nth-of-type(2){
	width: 20%;
	border-right:solid 1px #707070;
	padding-top:12px;
}
.sec3 .box005 li:last-of-type{
	width: 60%;
	line-height: 58px;
}
.sec3 .box006 li{
	height: 67px;
	padding-top:10px;
	font-size: 1.2rem;
	line-height:1.3;
}
.sec3 .box006 li:first-of-type,
.sec3 .box006 li:nth-of-type(2){
	width: 20%;
	border-right:solid 1px #707070;
}
.sec3 .box006 li:last-of-type{
	width: 60%;
}
.sec3 .box007 li{
	height: 60px;
	width: 100%;
	line-height: 60px;
	border-radius: 0 0 30px 0;
}
.sec3 .box003,
.sec3 .box005{
	border-bottom:solid 1px #707070;
}
.sec3 .box004,
.sec3 .box006{
	border-bottom:solid 3px #707070;
}
.sec3 .box002 li span,
.sec3 .box003 li span,
.sec3 .box005 li span{
	font-size: 1.4rem;
}

.sec3 .price-box002{
	font-size:1.7rem;
}
.sec3 .price-box002 dl{
	margin-bottom:7px;
}
.sec3 .price-box002 dt{
	color:#fff;
	background:#909090;
	border-radius:30px 0 0 30px;
	width:30%;
	height:47px;
	line-height:47px;
}
.sec3 .price-box002 dd{
	color:#292929;
	background:#fff;
	border-radius:0 30px 30px 0;
	width:70%;
	height:47px;
	line-height:47px;
}
/**********************************
 その他
**********************************/
.sec4 {
	margin:130px auto 0;
}
/********
 その他料金表
*********/
.sec4 .price-contents{
	text-align:center;
	width: 100%;
	margin-bottom: 30px;
}
.sec4 tr{
	height:74px;
}
.sec4 th{
	font-size:2.2rem;
	border:solid 3px #FFF;
	background:#909090;
	color:#FFF;
	vertical-align:middle;
}
.sec4 td{
	background:#FFF;
	color:#4E4242;
	font-size:1.6rem;
	border:solid 1px #707070;
	vertical-align:middle;
}
.sec4 th span{
	font-size:1.3rem;
}
.sec4 td span{
	font-size:1.1rem;
}
.sec4 .column-1 th{
	background:#D5C5B8;
	color:#4E4242;
}
.sec4 .column-1 .row-1{
	background:#fff;
}
.sec4 .row-1{
	width:11.4%;
}
.sec4 .row-2{
	width:22.1%;
}
.sec4 .row-3{
	width:22.1%;
}
.sec4 .row-4{
	width:22.1%;
}
.sec4 .row-5{
	width:22.1%;
}

/**********************************
 キャンセルポリシー
**********************************/
.sec5 {
 	margin:160px auto 177px;
	font-size:1.3rem;
}
.sec5 .cancel-detail{
	width:940px;
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
}
.sec5 .cancel-detail dl{
	border-left:solid 2px #72989D;
	width:50%;
	padding:27px 43px 32px;
}
.sec5 .cancel-detail dt{
	font-size:1.8rem;
	margin-bottom:34px;
}
.sec5 .cancel-detail dd{
	line-height:1.8;
}

/**********************************************************/
/* SP用 */
/**********************************************************/
@media (max-width: 768px) {
	/**********************************
	mv
	**********************************/
	.mv h3{
    font-size: 1.3rem;
    margin-top: 30px;
}


	/**********************************
	共通
	**********************************/
	.fs-15{
		font-size:1.2rem;
	}
	.fs-18{
		font-size:1.6rem;
	}
	.fs-19{
		font-size:1.7rem;
	}
	.fs-21{
		font-size:1.8rem;
	}
	.fs-22{
		font-size:1.5rem;
	}
	.fs-26{
		font-size:2.2rem;
	}
	section .inner1240{
		padding:0 20px 80px;
	}
	.campaign-ttl::before{
		top:-17px;
		width:105px;
	}
	.campaign-ttl h3{
		font-size:4.5rem;
		margin-bottom:23px;
	}
	.campaign-ttl h3::after {
    top: -15px;
    height: 3px;
    width: 80px;
}
	.campaign-ttl h3 span{
		font-size:1.6rem;
		margin-top:10px;
	}
	.campaign-ttl h4 {
		font-size: 2rem;
		padding: 20px 10px;
		border-radius: 81px;
		margin-bottom: 25px;
		min-width: 100%;
	}
	.campaign-ttl h5{
		font-size: 1.8rem;
	}
	.campaign-ttl p{
		font-size:1.8rem;
		margin-bottom:14px;
	}
	.campaign-ttl li{
		padding:10px 0;
		border-radius:35px;
		margin:0 auto 10px;
		width: 100%;
	}
	.mini-txt{
		margin: 0 auto 18px;
		width:100%;
	}
	.campaign-txt {
    font-size: 1.2rem;
    margin: 0 auto 35px;
    max-width: 100%;
    line-height: 1.8;
    padding: 0 20px;
}
	.price-area{
		max-width:100%;
	}
	.price-area img{
		width:100%;
		margin-bottom:18px;
	}
	.price-area p{
		font-size: 1.1rem;
		margin-bottom:18px;
		padding-left:10px;
	}
	.price-area dl{
		padding-bottom:30px;
		padding-left:10px;
	}
	.price-area dt{
		font-size:1.4rem;
		margin-bottom:10px;
	}
	.price-area dd{
		 font-size: 1.3rem;
	}
	.other-ttl,
	.cancel-ttl{
		margin:0 auto 30px;
	}
	.other-ttl h3,
	.cancel-ttl h3{
		font-size: 2rem;
		padding:15px 35px;
		min-width:100%;
		border-radius:89px;
		line-height: 1.2;
	}
	.other-ttl span,
	.cancel-ttl span{
		font-size: 1rem;
		margin-top:5px;
	}
	.other-price img{
		margin-bottom:15px;
	}
	.other-price p{
		font-size:1.2rem;
		margin: 0 auto 15px;
	}


/**********************************
萱
**********************************/
	.sec1 {
		margin-top:60px;
	}
	
/*****
萱料金表
******/	
	.sec1 ul.price-box001 {
		flex-wrap: wrap;
}
	.sec1 .regular-season,
	.sec1 .top-season {
		width: 100%;
		margin-bottom: 20px;
	}
	.sec1 .regular-season dl:last-of-type dt{
    width: 100%;
}
	.sec1 .regular-season dl:first-of-type dd {
    border-radius: 0 0 0 15px;
}
	.sec1 .regular-season dl:last-of-type dd{
    border-radius: 0 0 15px 0;
}
	.sec1 .regular-season dl:last-of-type dd::after{
		display:none;
}
	.sec1 .regular-season h3,
	.sec1 .top-season h3{
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 44px;
    font-size: 1.6rem;
    line-height: 44px;
}
	.sec1 .regular-season dt {
    height: 40px;
    font-size: 1.4rem;
    line-height: 40px;
		width: calc(100% - 2px);
}
	.sec1 .regular-season dd,
	.sec1 .top-season dd {
    height: 40px;
    font-size: 1rem;
    line-height: 40px;
}
	.sec1 .top-season dt {
    height: 90px;
    font-size: 1rem;
	padding-top: 28px;
		width: calc(100% - 2px);
}
	.sec1 .top-season dl:nth-of-type(2) dt {
    font-size: 1rem;
    padding-top: 10px;
}
	.sec1 .top-season dl:first-of-type dd {
    border-radius: 0 0 0 15px;
}
	.sec1 .top-season dl:last-of-type dd {
    border-radius: 0 0 15px 0;
}
	.sec1 .regular-season dl:first-of-type dd::after, .regular-season dl:last-of-type dd::after, .top-season dl:first-of-type dd::after, .top-season dl:nth-of-type(2) dd::after {
		right: 0px;
	}
	.sec1 .price-box002 {
    font-size: 1.1rem;
}
	.sec1 .price-box002 dl{
	flex-wrap: wrap;
}
	.sec1 .price-box002 dt {
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
}
	.sec1 .price-box002 dd {
    border-radius: 0 0 15px 15px;
    width: 100%;
    height: 24px;
    line-height: 24px;
}
		.sec4 .sec-sb-ttl {
    font-size: 1.6rem;
}
	.sec4 .sec-sb-txt {
    font-size: 1.2rem;
    width: 90%;
    margin: 0 auto 20px;
}
/**********************************
230320追加
**********************************/
p.topseason{
    color: #FFF;
    font-size: 8px;
    margin: -17px 0 -3px 0;
}
.sec4 .sec-sb-ttl {
    margin: 50px auto 10px;
    background: #608B63;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 11px;
}

	.price-box0022 {
    font-size: 1.1rem;
}
	.price-box0022 dl{
	flex-wrap: wrap;
}
	.price-box0022 dt {
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
}
	.price-box0022 dd {
    border-radius: 0 0 15px 15px;
    width: 100%;
    height: 35px;
    line-height: 18px;
}
	  .sec4 ul {
    margin: 20px auto 30px;
    font-size: 1rem;
  }
	
/**********************************
	蔵
**********************************/
/*****
蔵料金表
******/	
	.sec2 .side-box {
		width: calc(14% - 2px);
	}
	.sec2 .price-box001 .side-box li {
    font-size: 1rem;
    padding: 34px 0px;
    line-height: 1.3;
    letter-spacing: 0;
    height: 118px;
}
	.sec2 .side-box li:nth-of-type(2) {
    height: 115px;
}
	.sec2 .side-box li:first-of-type {
		border-radius: 15px 0 0 0;
	}
	.sec2 .side-box li:last-of-type {
		border-radius: 0 0 0 15px;
	}
	.sec2 .price-box001 li {
		font-size: 1.2rem;
	}
	.sec2 .box001  li {
		font-size: 1.6rem;
	}
	.sec2 .box001 {
		width: 100%;
		height: 44px;
		line-height: 44px;
	}
	.sec2 .box003 li,
	.sec2 .box005 li{
		height: 50px;
	}
	.sec2 .box004 li,
	.sec2 .box006 li{
		height: 64px;
		line-height: 1.2;
		font-size: 1rem;
		letter-spacing: 0.1em;
		padding-top: 7px;
	}
	.sec2 .box006 li {
    border-radius: 0 0 15px 0;
}
	.sec2 .box002 li span,
	.sec2 .box003 li span,
	.sec2 .box005 li span {
		font-size: 1rem;
	}
	.sec2 .sp-price001 .box001 li:last-of-type,
	.sec2 .sp-price001 .box002 li:nth-of-type(3),
	.sec2 .sp-price001 .box002 li:nth-of-type(4),
	.sec2 .sp-price001 .box002 li:nth-of-type(5),
	.sec2 .sp-price001 .box003 li:nth-of-type(3),
	.sec2 .sp-price001 .box003 li:nth-of-type(4),
	.sec2 .sp-price001 .box003 li:last-of-type,
	.sec2 .sp-price001 .box005 li:nth-of-type(3),
	.sec2 .sp-price001 .box005 li:nth-of-type(4),
	.sec2 .sp-price001 .box005 li:last-of-type{
		display:none;
	}
	.sec2 .sp-price001 .box001 li:first-of-type,
	.sec2 .sp-price002 .box001 li:last-of-type{
		width: 100%;
		border-radius: 15px 15px 0 0;
	}
	.sec2 .sp-price001 .box002 li {
    width: calc(50% - 1px);
    height: 40px;
    font-size: 1.2rem;
    padding-top: 0px;
    line-height: 40px;
}
	.sec2 .sp-price001 .box003 li:first-of-type,
	.sec2 .sp-price001 .box003 li:nth-of-type(2),
	.sec2 .sp-price001 .box005 li:first-of-type,
	.sec2 .sp-price001 .box005 li:nth-of-type(2){
		width: 50%;
	}
	.sec2 .sp-price001 .box003 li:nth-of-type(2),
	.sec2 .sp-price001 .box005 li:nth-of-type(2),
	.sec2 .sp-price001 .box006 li:nth-of-type(2){
		border-right: none;
	}
	.sec2 .sp-price001 .box005 li:first-of-type,
	.sec2 .sp-price001 .box005 li:nth-of-type(2) {
    height: 50px;
}
	.sec2 .sp-price001 .box006 li {
		height: 64px;
		border-radius:0 0 15px 0;
	}
	
	.sec2 .box007 li {
    border-radius: 0 0 15px 0;
    line-height: 1.2;
    font-size: 1rem;
    letter-spacing: 0.1em;
    padding-top: 19px;
}
	.sec2 .sp-price002 .box001 li:first-of-type,
	.sec2 .sp-price002 .box002 li:first-of-type,
	.sec2 .sp-price002 .box002 li:nth-of-type(2),
	.sec2 .sp-price002 .box003 li:first-of-type,
	.sec2 .sp-price002 .box003 li:nth-of-type(2),
	.sec2 .sp-price002 .box005 li:first-of-type,
	.sec2 .sp-price002 .box005 li:nth-of-type(2){
		display:none;
	}
	.sec2 .sp-price002 .box002 li {
    width: calc(33.3% - 1px);
    height: 90px;
    font-size: 1rem;
    padding-top: 0px;
    line-height: 1.2;
	padding: 26px 2px;
		letter-spacing: 0;
}
	.sec2 .sp-price002 .box002 li:nth-of-type(4){
		padding: 10px;
	}
	.sec2 .sp-price002 .box003 li,
	.sec2 .sp-price002 .box005 li {
    width: 33.3%;
    font-size: 1rem;
    letter-spacing: 0.05em;
}
	.sec2 .price-box002 {
		font-size: 1.1rem;
	}
	.sec2 .price-box002 dl{
		flex-wrap: wrap;
	}
	.sec2 .price-box002 dt {
		border-radius: 15px 15px 0 0;
		width: 100%;
		height: 24px;
		line-height: 24px;
	}
	.sec2 .price-box002 dd {
		border-radius: 0 0 15px 15px;
		width: 100%;
		height: 24px;
		line-height: 24px;
	}

/**********************************
宙
**********************************/
	.sec3 {
		padding-bottom:0px;
	}
/*****
宙料金表
******/	
	.sec3 .side-box {
		width: calc(14% - 2px);
	}
	.sec3 .price-box001 .side-box li{
		font-size: 1rem;
		padding: 41px 6px;
		line-height: 1.3;
		letter-spacing:0;
	}

	.sec3 .side-box li:first-of-type {
		border-radius: 15px 0 0 0;
		height: 118px;
	}
	.sec3 .side-box li:nth-of-type(2) {
    height: 104px;
}
	.sec3 .side-box li:last-of-type {
		border-radius: 0 0 0 15px;
		padding: 10px 0px;
	}
	.sec3 .price-box001 li {
		font-size: 1.2rem;
	}
	.sec3 .box001  li {
		font-size: 1.6rem;
	}
	.sec3 .box001 {
		width: 100%;
		height: 44px;
		line-height: 44px;
	}
	.sec3 .box003 li {
		height: 50px;
	}
	.sec3 .box003 li:first-of-type,
	.sec3 .box003 li:nth-of-type(2) {
		padding-top: 15px;
	}
	.sec3 .box004 li {
		height: 64px;
		line-height: 1.2;
		font-size: 1rem;
		letter-spacing: 0.1em;
		padding-top: 7px;
	}
	.sec3 .box002 li span,
	.sec3 .box003 li span,
	.sec3 .box005 li span {
		font-size: 1rem;
	}
	.sec3 .sp-price001 .box001 li:last-of-type,
	.sec3 .sp-price001 .box002 li:nth-of-type(3),
	.sec3 .sp-price001 .box002 li:nth-of-type(4),
	.sec3 .sp-price001 .box002 li:nth-of-type(5),
	.sec3 .sp-price001 .box003 li:last-of-type,
	.sec3 .sp-price001 .box005 li:last-of-type,
	.sec3 .sp-price001 .box006 li:last-of-type{
		display:none;
	}
	.sec3 .sp-price001 .box001 li:first-of-type,
	.sec3 .sp-price002 .box001 li:last-of-type{
		width: 100%;
		border-radius: 15px 15px 0 0;
	}
	.sec3 .sp-price001 .box002 li {
		width: calc(50% - 1px);
		height: 40px;
		font-size: 1.2rem;
		padding-top: 6px;
	}
	.sec3 .sp-price001 .box003 li:first-of-type,
	.sec3 .sp-price001 .box003 li:nth-of-type(2),
	.sec3 .sp-price001 .box005 li:first-of-type,
	.sec3 .sp-price001 .box005 li:nth-of-type(2),
	.sec3 .sp-price001 .box006 li:first-of-type,
	.sec3 .sp-price001 .box006 li:nth-of-type(2){
		width: 50%;
	}
	.sec3 .sp-price001 .box003 li:nth-of-type(2),
	.sec3 .sp-price001 .box005 li:nth-of-type(2),
	.sec3 .sp-price001 .box006 li:nth-of-type(2){
		border-right: none;
	}
	.sec3 .sp-price001 .side-box li:nth-of-type(2) {
    height: 118px;
}
	.sec3 .sp-price001 .box005 li:first-of-type,
	.sec3 .sp-price001 .box005 li:nth-of-type(2) {
    height: 50px;
}
	.sec3 .sp-price001 .box006 li {
		height: 64px;
	}
	.sec3 .box007 li {
    border-radius: 0 0 15px 0;
    line-height: 1.2;
    font-size: 1rem;
    letter-spacing: 0.1em;
    padding-top: 19px;
}
	.sec3 .sp-price001 .box006 li:first-of-type,
	.sec3 .sp-price001 .box006 li:nth-of-type(2) {
    font-size: 1rem;
}
	.sec3 .sp-price002 .box001 li:first-of-type,
	.sec3 .sp-price002 .box002 li:first-of-type,
	.sec3 .sp-price002 .box002 li:nth-of-type(2),
	.sec3 .sp-price002 .box003 li:first-of-type,
	.sec3 .sp-price002 .box003 li:nth-of-type(2),
	.sec3 .sp-price002 .box005 li:first-of-type,
	.sec3 .sp-price002 .box005 li:nth-of-type(2),
	.sec3 .sp-price002 .box006 li:first-of-type,
	.sec3 .sp-price002 .box006 li:nth-of-type(2){
		display:none;
	}
	.sec3 .sp-price002 .box002 li:nth-of-type(3),
	.sec3 .sp-price002 .box002 li:nth-of-type(4),
	.sec3 .sp-price002 .box002 li:nth-of-type(5) {
		width:calc(33% - 1px);
		height: 60px;
		padding-top: 9px;
	}
	.sec3 .sp-price002 .box003 li:last-of-type,
	.sec3 .sp-price002 .box005 li:last-of-type{
		width: 100%;
		height: 50px;
		line-height: 50px;
	}
	.sec3 .sp-price002 .box006 li:last-of-type {
    width: 100%;
    height: 50px;
    line-height: 1.2;
		font-size:1rem;
		padding-top: 6px;
	}
	.sec3 .price-box002 {
		font-size: 1.1rem;
	}
	.sec3 .price-box002 dl{
		flex-wrap: wrap;
	}
	.sec3 .price-box002 dt {
		border-radius: 15px 15px 0 0;
		width: 100%;
		height: 24px;
		line-height: 24px;
	}
	.sec3 .price-box002 dd {
		border-radius: 0 0 15px 15px;
		width: 100%;
		height: 24px;
		line-height: 24px;
	}


	/**********************************
	その他
	**********************************/
	.sec4 {
		margin:70px auto 0;
	}
	/********
	その他料金表
	*********/
	.sec4 th {
		font-size: 1.2rem;
	}
	.sec4 td {
		font-size: 1rem;
	}
	.sec4 td span {
		font-size: 1rem;
	}
	.sec4 th span {
		font-size: 1rem;
	}
	/**********************************
	キャンセルポリシー
	**********************************/
	.sec5 {
		margin:0 auto;
		font-size:1.2rem;alignment-baseline
	}
	.sec5 .cancel-detail{
		width:100%;
		display:block;
	}
	.sec5 .cancel-detail dl{
		width:100%;
		padding:15px 20px 15px;
		margin-bottom: 50px;
	}
	.sec5 .cancel-detail dt{
		font-size:1.6rem;
		margin-bottom:15px;
	}





	/**********************************
	contact
	**********************************/
	.contact {
		padding: 70px 0;
	}
}
