@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP&family=M+PLUS+Rounded+1c&family=Poppins:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
:root {
  --text-color: #005b43;
  --main-color: #1ca867;
  --pink: #d74e71;
  --orange: #ef8615;
  --bk: #000;
  --wh: #fff;
}

@font-face {
  font-family: "DIN2014";
  src: url("../fonts/din-2014.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

.under499 {
  display: none !important;
}
@media screen and (max-width: 499px) {
  .under499 {
    display: block !important;
  }
}

/* 三点リーダー 一行 */
/* 三点リーダー 複数行 */
/* 背景をテキストで切り取る */
/* -------------------------
 * イントロ
 * ------------------------- */
.booth-rental-intro {
  margin-bottom: 12.5rem;
}
.booth-rental-intro .row{
  margin: 0px;
		padding: 0px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
}
.booth-rental-intro .row .intro_catch {
 max-width: 600px;
	min-width: 530px;
	width: 44%;
}
.booth-rental-intro .row .intro_catch .t1 {
 margin: 0px 0px 40px 0px;
	padding: 0px;
	font-size: 2rem; 
	text-align: center;
}
.booth-rental-intro .row .intro_catch .t1 b{
		font-size:3.4rem; 
		font-weight: bold;
		background: linear-gradient(transparent 70%, yellow 70%);
}
.booth-rental-intro .row .intro_catch .list {
 margin: 0px 0px 20px 0px;
	text-align: center;
}
.booth-rental-intro .row .intro_catch .list .c{
 margin: 0px 0px 20px 0px;
	padding: 10px 20px;
	border-radius: 20px;
	background: #2b9e76;
	color: #FFF;
	display: inline-block;
	font-size: 2rem; 
	text-align: center;
}
.booth-rental-intro .row .intro_catch .t2 {
 margin: 0px 0px 40px 0px;
	padding: 0px;
	font-size: 2rem; 
	text-align: center;
}
.booth-rental-intro .row .img {
    max-width: 650px;
    width: 48%;
}
.booth-rental-intro .row .img img{
    border-radius: 10px;
    -webkit-border-radius: 10px;
				margin: 0px 0px 20px 0px;
}
@media screen and (max-width: 1024px) {
  .booth-rental-intro {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .booth-rental-intro {
    margin-bottom: 6rem;
  }
		.booth-rental-intro .row{
		 display: block;
		}
		.booth-rental-intro .row .intro_catch{
		 max-width: 100%;
			min-width: inherit;
			width: auto;
		}
		.booth-rental-intro .row .intro_catch .t1{
		 font-size: 1.8rem;
		}
		.booth-rental-intro .row .intro_catch .t1 b{
		 font-size: 2.8rem;
		}
		.booth-rental-intro .row .intro_catch .t2{
		 font-size: 1.8rem;
		}
		.booth-rental-intro .row .img{
		 max-width: 100%;
			min-width: inherit;
			width: auto;
		}
}


.booth-rental-features {
    margin-bottom: 10rem;
}
.booth-rental-features .featuresList {
  padding: 40px;
		margin: 0px;
		border-radius: 20px;
		background-color: #208d67;
  background-image: linear-gradient(to right, #379976 1px, transparent 1px), linear-gradient(to bottom, #379976 1px, transparent 1px);
  background-size: 30px 30px;
}
.booth-rental-features .featuresList .featuresBox{
  margin: 0px 0px 40px 0px;
		padding: 20px;
		border-radius: 20px;
		background: #FFF;
}
.booth-rental-features .featuresList .featuresBox:last-of-type{
 margin: 0px;
}
.booth-rental-features .featuresList .featuresBox .i{
 margin: 0px;
	padding: 10px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #1da868;
}
.booth-rental-features .featuresList .featuresBox .t{
 margin: 0px;
	padding: 15px 10px;
	border-top:1px dashed #1da868;
	font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .booth-rental-features {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .booth-rental-features {
    margin-bottom: 6rem;
  }
		.booth-rental-features .featuresList{
		 padding: 20px;
		}
		.booth-rental-features .featuresList .featuresBox{
		 padding: 10px;
		}
		.booth-rental-features .featuresList .featuresBox .i{
		 font-size: 2rem;
		}
}


.booth-rental-price {
    margin-bottom: 10rem;
}
.booth-rental-price .priceTable{
 margin: 0px;
}
.booth-rental-price .priceTable .t{
 margin: 0px 0px 10px 0px;
}
.booth-rental-price .priceTable .tableArea {
 margin: 0px;
	padding: 0px;
}
.booth-rental-price .priceTable .tableArea table{
 margin: 0px 0px 10px 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
}
.booth-rental-price .priceTable .tableArea table thead th{
 margin: 0px;
	padding: 10px;
	text-align: center;
	background-color: #208d67;
	color: #FFF;
	font-size: 2rem;
	font-weight: bold;
}
.booth-rental-price .priceTable .tableArea table thead th.t1{
 width: 15%;
	border-right: 1px solid #FFF;
	border-radius: 10px 0px 0px 0px;
}
.booth-rental-price .priceTable .tableArea table thead th.t2{
 width: 30%;
	border-right: 1px solid #FFF;
}
.booth-rental-price .priceTable .tableArea table thead th.t3{
 width: 20%;
	border-right: 1px solid #FFF;
}
.booth-rental-price .priceTable .tableArea table thead th.t4{
 width: 35%;
	border-radius: 0px 10px 0px 0px;
}
.booth-rental-price .priceTable .tableArea table tbody td{
 margin: 0px;
	padding: 10px;
	text-align: center;
	background-color:  #FFF;
	color: #111;
	font-size: 1.8rem;
	font-weight: bold;
	border: 1px solid #208d67;
}
.booth-rental-price .priceTable .tableArea .kome{
 font-size: 1.4rem;
}


@media screen and (max-width: 1024px) {
  .booth-rental-price {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .booth-rental-price {
    margin-bottom: 6rem;
  }
		.booth-rental-price .priceTable .tableArea{
		 overflow-x: scroll;
		}
		.booth-rental-price .priceTable .tableArea table{
		 width: 770px;
		}
		.booth-rental-price .priceTable .tableArea table thead th.t1{
		 width: 12%;
		}
		.booth-rental-price .priceTable .tableArea table thead th.t2{
		 width: 34%;
		}
		.booth-rental-price .priceTable .tableArea table thead th.t4{
		 width: 34%;
		}
		
}

.booth-rental-rule {
    margin-bottom: 0rem;
}
.booth-rental-rule .ruleList{
 margin: 0px 0px 80px 0px;
	    padding: 30px 30px 10px;
    border-radius: 20px;
    background-color: #208d67;
    background-image: linear-gradient(to right, #379976 1px, transparent 1px), linear-gradient(to bottom, #379976 1px, transparent 1px);
    background-size: 30px 30px;
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
}
.booth-rental-rule .ruleList .ruleBox{
 margin: 0px 0px 20px 0px;
 width : -webkit-calc(50% - 10px) ;
   width : calc(50% - 10px) ;
			padding: 20px 10px;
			border-radius: 20px;
			background: #FFF;
			font-size: 1.8rem;
			letter-spacing: -0.03em;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
}

.booth-rental-rule .ruleList .ruleBox:before{
 content: "";
	width: 20px;
	height: 20px;
	background: var(--orange);
	border-radius: 50%;
	margin: 0px 10px 0px 0px;
}
.booth-rental-rule .ruleList .ruleBox span{
 width : -webkit-calc(100% - 30px) ;
   width : calc(100% - 30px) ;
}
.booth-rental-rule .kindText {
 margin: 0px 0px 20px 0px;
	font-size: 2.8rem;
	text-align: center;
	font-weight: bold;
}
.booth-rental-rule .kindList {
 margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.booth-rental-rule .kindList .kindBox{
 margin: 0px 0px 20px 0px;
	padding: 20px;
	border-radius: 20px;
	background: #FFF;
	font-size: 1.8rem;
	width : -webkit-calc(50% - 10px) ;
   width : calc(50% - 10px) ;
				display: flex;
			flex-wrap: wrap;
			align-items: center;
}
.booth-rental-rule .kindList .kindBox:before{
 content: "";
	width: 20px;
	height: 20px;
	background:#208d67;
	border-radius: 50%;
	margin: 0px 10px 0px 0px;
}
.booth-rental-rule .kindList .kindBox span{
 width : -webkit-calc(100% - 30px) ;
   width : calc(100% - 30px) ;
}

@media screen and (max-width: 1024px) {
  .booth-rental-rule {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .booth-rental-rule {
    margin-bottom: 6rem;
  }
		.booth-rental-rule .ruleList{
		 padding: 15px 15px 10px;
			display: block;
		}
		.booth-rental-rule .ruleList .ruleBox{
		 width: auto;
		}
		.booth-rental-rule .kindList{
		 display: block;
		}
		.booth-rental-rule .kindList .kindBox{
		 width: auto;
		}
		
}

body .under-cta__btn{
     margin: 0 auto 20px !important;
}
.under-cta-bottom .under-cta__ttl {
 margin: 0px 0px 40px 0px;
}
.under-cta-bottom .row{
  margin: 0px;
		padding: 0px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
}
.under-cta-bottom .row .intro_catch {
 max-width: 600px;
	min-width: 530px;
	width: 44%;
}
.under-cta-bottom .row .intro_catch .under-cta__txt {
     font-size: 2.8rem;
					text-align: left;
}
.under-cta-bottom .row .intro_catch .under-cta__txt b{
					font-size: 3.6rem;
}
.under-cta-bottom .row .img {
    max-width: 650px;
    width: 48%;
}

.under-cta-bottom .row .img img{
    border-radius: 10px;
    -webkit-border-radius: 10px;
				aspect-ratio:5/3;
				object-fit: cover;
}
@media screen and (max-width: 834px) {
	.under-cta-bottom .row{
	 display: block;
	}
	.under-cta-bottom .row .intro_catch {
	 max-width: 100%;
		min-width: inherit;
		width: auto;
	}
	.under-cta-bottom .row .img {
	 max-width: 100%;
		min-width: inherit;
		width: auto;
	}
	.under-cta-bottom .row .intro_catch .under-cta__txt{
	 font-size: 2.4rem;
		text-align: center;
	}
	.under-cta-bottom .row .intro_catch .under-cta__txt b{
	 font-size: 2.8rem;
	}
	.under-cta-bottom .row .intro_catch .under-cta__txt b br{
	 display: none;
	}
}


