h1{
	margin:0;
	padding:0;
}
h1 img{
	width:100%;
	height:auto;
}
h2{
	margin: 20px 0 10px;
	text-align:center;
}
h2 .h2-en{
	display:block;
  margin: 2px 0px;
	color:var(--keycolor-2);
	font-size:1.4rem;
	letter-spacing: 2px;
}
h2 .h2-jp{
	display:block;
	color:var(--keycolor-1);
	color:#3a2e51;
	font-size: 3rem;
	font-weight: normal;
	line-height: 1;
	border-bottom: 1px solid #a5a5a5;
  padding: 0 0 10px 0;
	margin-bottom: 20px;
}
h3{
	text-align:center;
}

h4{
	text-align:center;
}

img{
	width:100%;
	height:auto;
	vertical-align: top;
}
section{
	color:#111;
}
section section {
    margin: 10px 0;
}



/*無制限プランとは*/
section#ss02{
	margin: 0 auto;
	padding: 0px 0;
}

section#ss02 h2{
	width: 100%;
	margin: 0px 0 0;
}
section#ss02 p{
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 0 20px 0;
}
section#ss02 h2 img{
	margin: 1px auto 0;
	padding: 0;
	max-width: 1000px;
	min-width: 600px;
	width: 100%;
}

section#ss02 section{
    padding: 20px 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
section#ss02 section .circle{

}

section#ss02 .p-standard{
	border: 3px solid #5c6b5b;
    background: #fff;
    background-image: url(../image/if-bg-marble.jpg);
    background-size: 100% 100%;
    background-color: rgb(255 255 255 / 50%);
    background-blend-mode: lighten;
	margin: 30px auto;
	width: 604px;
/*	aspect-ratio: 777 / 556;*/
}
section#ss02 .p-special{
	border:3px solid #a6916d;
	border-radius:5px;
    background: #fff;
    background-image: url(../image/if-bg-marble.jpg);
    background-size: 100% 100%;
    background-color: rgb(255 255 255 / 50%);
    background-blend-mode: lighten;
	margin: 10px auto;
	width: 600px;
/*	aspect-ratio: 777 / 556;*/
}
section#ss02 h3{
	margin: 10px 0px;
	padding: 3px 0;
	background-color:#5c6b5a;
	color:#fff;
	border-radius: 3px;
	font-size: 2.4rem;
	line-height:1.6;
	font-weight: bold;
}
section#ss02 .p-special h3{
	background-color:#a5936b;
}

section#ss02 .kazari{
	width:130px;
}
section#ss02 .price{
	padding: 0 0 0 30px;
    color: #e53e83;
    font-weight: bold;
    font-size: 4.1rem;
    line-height: 1;
}
section#ss02 .price .comma{
	font-size:1.8rem;
	font-weight: bold;
}
section#ss02 .time{
    font-size: 2.3rem;
    margin: 10px 0 0 0;
}
section#ss02 .time .num{
	font-size:2.6rem;
	margin: 0 0px 0 2px;
}
section#ss02 .time .min{
	font-size:2.2rem;
}

section#ss02 .price .yen{
	font-size:2rem;
	font-weight:bold;
}
section#ss02 .price .zei,section#ss02 .per_m{
	font-size:1.4rem;
		font-weight:bold;
}
section#ss02 .row{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items: center;
	gap:12px;
	font-size:1.2rem;
	line-height:1;
	padding: 0px 0 10px;
}
section#ss02 .tri{
	width:12px;
	opacity:0.7;
}
section#ss02 .fuki{
	width:122px;
	margin:0 0 10px;
}
.baseprice{
	font-size:1.6rem;
	text-align:left;
			color: #555;
}
.baseprice div:nth-of-type(2n) {
	text-align:right;
	padding: 0px 0 12px 24px;
}
.baseprice div:nth-of-type(2n + 1){
	font-weight:bold;
	padding: 0 0 3px 0;
}

.baseprice div:last-of-type {
	text-align:right;
	font-size:1.2rem;	
}
.baseprice small{
	font-size: 1.1rem;
}
section#ss02 .normalprice{
    width: 380px;
    margin: 20px auto 0;
    padding: 3px 7px 0 36%;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
}
section#ss02 .normalprice .yen{
	font-size:1.1rem;
	margin-left: 2px;
}
section#ss02 .normalprice .tri{
	margin: 3px 0 2px;
	height: 7px;
	width: auto;
}
section#ss02 table{
	width: 380px;
	border-collapse:collapse;
	font-size:2rem;
}

section#ss02 th,section#ss02 td{
	background: #fff;
	border:1px solid #333;
	padding: 5px 15px;
}

section#ss02 th{
	background-color:#5c6b5a;
	color:#fff;
	font-size:1.6rem;	
	line-height:1.1;
}
section#ss02 .p-special th{
	background-color:#a5936b;
}

section#ss02 tr.this{
	background-color:#ffe497;
}






/*限定20名カード*/
#ss04{
    position: relative;
    margin: 70px auto 20px;
    /* min-height: 220px; */
    width: 500px;
    aspect-ratio: 800 / 543;
	}
#ss04 h2{
	margin: 0;
}
#ss04 h2 .h2-jp{
  display: block;
  color: var(--keycolor-1);
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1;
  border: none;
  padding: 10px 0px 10px 0;
  background: #a6916d;
  margin-bottom: 0;
}
#ss04 .cardbg{
	width: calc(100% - 0px);
	border-radius: 0px;
}
#ss04 p{
	position: absolute;
	top: 116px;
	z-index: 9;
	text-align: center;
	font-size: 2rem;
	line-height: 2.1;
	letter-spacing: 1px;
	width: 100%;
	color: #3a2e51;
	text-shadow: 0 0 6px #ffffff;
}

#ss04 .flower1{
	width: 136px;
	position: absolute;
	right: 0;
	top: 17px;
	z-index: 9;
}


/*お客様の声*/
#ss05{
	position: relative;
	width: 700px;
	margin: 60px auto 50px;
	padding: 20px 10px 20px 10px;
	min-height: 350px;
	color: #333;
	background-color:#e3d8ca;
	text-align: center;
}
#ss05 .kazari{
	width:140px;
	margin:0 auto;
}
#ss05 h2{
	margin: 6px 0 -22px;
	color:#ff407c;
	border:none;
/*	text-shadow: 1px 1px 4px #9f9f9fa1;*/
}

#ss05 .cardbg{
	position:absolute;
	width: calc(100% - 10px);
	content:'';
	z-index: 0;
}
#ss05 .customer {
	position: relative;
	width: 90%;
	min-height: 100px;
	margin: 40px auto 20px;
	padding: 20px 20px 20px 78px;
	 border-radius: 5px; 
	background-color: #fff;
	border: 1px solid #c9c9c9;
}
#ss05 .customer:after {
	position: absolute;
	top: 5px;
	left: 5px;
	border: 1px solid #ccc;
	width: calc(100% - 13px);
	height: calc(100% - 13px);
	content: '';
	z-index: 5;
	border-radius: 3px;
}

#ss05 .customer img{
	position: absolute;
	top: -18px;
	left: -8px;
	width: 70px;
	height: 70px;
	filter: drop-shadow(1px 1px 3px #555555);
	z-index:10;
}
#ss05 .customer h3{
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
/*	letter-spacing: -0.5px;*/
	margin-bottom: 5px;
	color: #e74779;
}
#ss05 .customer p{
	position: relative;
	font-size: 1.6rem;
	letter-spacing: 0.5px;
	line-height: 1.4;
	text-align: justify;
	text-decoration: underline #ccc;
}

#ss05 ul{
	position: absolute;
	bottom: 60px;
	z-index: 20;
	text-align: left;
	font-size: 1.7rem;
	line-height: 1.8;
	width: 100%;
	left: 70px;
	color: #333;
}
#ss05 li{
	position:relative;
	list-style: none;
}
#ss05 li i{
	position: absolute;
	left: -24px;
	top: 6px;
	content: '';
	font-size: 2.0rem;
}


/*よくある質問*/
#ss06{
	margin:30px 0 0 0;

}

#ss06 h3{
	width: 700px;
	margin:0 auto;
	position:relative;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height:60px;
	background-color:#fff;
	font-size: 2.2rem;
	border-radius: 5px;
	overflow:hidden;
}
#ss06 h3 img.q{
	width:60px;
}

#ss06 h3 img.leaf{
	width: 32px;
	margin-right: 5px;
	margin-top: 4px;
}
#ss06 h3 span{
	width:calc(100% - 60px);
/*	text-align: left;*/
/*  padding: 0 0 0 10px;*/
}
#ss06 p{
  width: 700px;
  margin: 14px auto 30px;
	font-size: 1.6rem;
	letter-spacing: 0px;
	line-height: 1.4;
}



/*お申込み*/
#ss07 {
	margin-top: 40px;
	padding:0 0% 10px;
}
#ss07 section{
	background-color: #fff;
	padding: 0 0 10px 0;
	text-align: center;
	line-height: 1.4;
	margin: 10px auto;
	width: 700px;
}
#ss07 p{
	padding:10px 0;
	font-size: 1.8rem;
}
#ss07 .bt-yoyaku{
	color: #FFFFFB;
	background-color: var(--keycolor-3);
	margin: 8px auto 20px;
	padding: 16px 0;
	width: 480px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 2.3rem;
	border-radius: 8px;
	box-shadow: 1px 1px 3px #0000007a;
}
#ss07 .bt-yoyaku span:nth-of-type(1){
	width:40%;
  text-align: right;
}
#ss07 .bt-yoyaku span:nth-of-type(2){
	width:60%;
}
#ss07 .bt-yoyaku small{
	font-size:1.4rem;
	margin-left:3px;
}
#ss07 .sub{
	display: flex;
  justify-content: center;
	font-size: 1.3rem;
}
#ss07 .sub div{
	margin:0px auto;
	text-align:left;
	font-size:1.6rem;
}

.step1, .step2{
	width:700px;
  padding: 10px 0 0;
  margin: 0 auto 20px;
  background-color:#7bf4d1;
  color: #111;
  text-align: center;
  position: relative;
  font-size: 2.4rem;
  z-index:5;
}
.step1:after, .step2:after{
	content: '';
	position: absolute;
	top: 99%;
	left: calc(50% - 350px);
	width: 0;
	height: 0;
	border-top: 16px solid #7bf4d1;
	border-left: 350px solid transparent;
	border-right: 350px solid transparent;
	z-index: 0;
}

.step2{
	background-color:#e997ea;
}
.step2:after{
	border-top-color:  #e997ea;
}




/*予約ボタン(Hotpeppter)*/
#hotpepper{

}
#hotpepper p{
text-align:center;
}
#hotpepper .bt-reserve-l{
  display: inline-block;
  width: 290px;
  margin: 20px 0;
  text-align: center;
  font-size: 1.7rem;
  padding: 20px 24px;
  color: #ffffff;
  background-color: var(--keycolor-3);
  border-radius: 4px;
  box-shadow: 1px 1px 6px #0000007a;
}
#hotpepper .bt-reserve-l i{
	font-size:1.8rem;
	margin-right: 5px;
}

