@charset "utf-8";


/*  about
--------------------------------------------------*/
#about{
}
	#about .inner{
		max-width: 700px;
	}
		#about .cntBox + .cntBox{
			margin-top: 80px;
		}
			/*#about .cntBox .figure{
				width: 36.36364%;
			}*/
			#about .cntBox .txtBox{
				position: relative;
				/*width: 63.636363%;*/
				margin-top: -13px;
			}
				#about .cntBox .headline{
					font-size: 28px;
					line-height: 1.785;
					font-weight: 500;
  				letter-spacing: .1em;
					color: #d5689c;
					margin-bottom: 15px;
				}
				#about .cntBox .headline2 {
				    margin-top: 65px;
				}
				#about .cntBox .explain{
					font-size: 16px;
					line-height: 2.25;
					letter-spacing: .05em;
					text-align: justify;
					text-justify: inter-ideograph;
				}
					#about .cntBox .explain p + p{
						margin-top: 13px;
					}
@media screen and (max-width: 1000px){
	#about .cntBox .headline{
		font-size: 20px;
	}
}
@media screen and (max-width: 768px){
	#about{
	}
		#about .inner{
			max-width: 560px;
		}
			#about .cntBox + .cntBox{
				margin-top: 60px;
			}
				#about .cntBox .figure{
					width: 87.5%;
					margin: 0 auto 20px;
				}
				#about .cntBox .txtBox{
					width: 100%;
					margin-top: 0;
				}
					#about .cntBox .headline{
						font-size: 20px;
						line-height: 1.8;
						margin-bottom: 15px;
					}
					#about .cntBox .headline2 {
					    margin-top: 50px;
					}
					#about .cntBox .explain{
						font-size: 14px;
						line-height: 2;
					}
						#about .cntBox .explain p + p{
							margin-top: 20px;
						}
}





/*  treat
--------------------------------------------------*/
#treat{
	padding: 125px 0 150px;
}
	#treat .inner{
		max-width: 1100px;
	}

	#treat .treat__list {
		justify-content: space-between;
	}
		#treat .treat__list__item {
			width: 340px;
			position: relative;
		}
		#treat .treat__list__item + .treat__list__item::before {
			content:'';
			display: inline-block;
		  width: 15.6px;
		  height: 18px;
		  background: #b8b8b8;
		  clip-path: polygon(0 0, 0 100%, 100% 50%);
		  position: absolute;
	    top: calc(50% - 9px);
	    left: -24px;
		}
		#treat .treat__list__item .txt {
	    margin-top: 30px;
		}

	#treat .cautionBox {
	  position: relative;
	  border: solid 1px #eec1d6;
	  margin-top: 130px;
	  padding: 32px 40px 26px;
	  box-sizing: border-box;
	}
		#treat .cautionBox p:nth-child(1) {
		  position: absolute;
		  left: 40px;
		  top: 0;
		  width: 100%;
		  transform: translateY(-60%);
		  font-size: 20px;
		  line-height: 1;
		  color: #d5689c;
		  letter-spacing: 0.05em;
		}
		#treat .cautionBox p:nth-child(1) span {
		  display: inline-block;
		  padding: 0 25px;
		  background-color: #fff;
		}
		#treat .cautionBox p:nth-child(2) {
		  font-size: 16px;
		  line-height: 1.714;
		  letter-spacing: 0.05em;
		}
@media screen and (max-width: 768px) {
	#treat{
		padding: 65px 0 70px;
	}
		#treat .treat__list {
			justify-content: ;
		}
			#treat .treat__list__item {
				width: auto;
				/*position: relative;*/
			}
			#treat .treat__list__item + .treat__list__item {
				margin-top: 40px;
			}
			#treat .treat__list__item + .treat__list__item::before {
				content:none;
			}
			#treat .treat__list__item .txt {
		    margin-top: 1em;
		    font-size: 14px;
			}


  #treat .cautionBox {
  	margin-top: 50px;
    padding: 21px 20px 17px;
  }
  #treat .cautionBox p:nth-child(1) {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
  }
  #treat .cautionBox p:nth-child(1) span {
    padding: 0 10px;
  }
  #treat .cautionBox p:nth-child(2) {
    font-size: 14px;
  }
  #treat .cautionBox p .ib {
    display: inline-block;
  }
}



/*  recommend
--------------------------------------------------*/
#recommend{
	padding: 95px 0 150px;
	background-color: #fdf7fa;
}
	#recommend .inner{
		max-width: 1100px;
	}
		#recommend .freeBox{
			text-align: center;
			margin-bottom: 70px;
		}
			#recommend .freeBox .inBox{
				display: inline-block;
			    position: relative;
			    padding: 0 70px;
			}
			#recommend .freeBox .inBox:before,
			#recommend .freeBox .inBox:after {
			    content: '';
			    position: absolute;
			    top: 60%;
			    width: 2px;
			    height: 92px;
			    background-color: #aa3250;
			}
			#recommend .freeBox .inBox:before {
			    transform: translateY(-50%) rotate(-32deg);
			    left: 0;
			}
			#recommend .freeBox .inBox:after {
			    transform: translateY(-50%) rotate(32deg);
			    right: 0;
			}
				#recommend .freeBox .t1{
					font-size: 26px;
					line-height: 1.4;
					color: #736357;
					letter-spacing: .2em;
					margin-bottom: 20px;
				}
				#recommend .freeBox .t2{
					font-size: 40px;
					line-height: 1.285;
					color: #aa3250;
					letter-spacing: .2em;
				}
		#recommend .cntWrap{
		}
			#recommend .cntBox{
				width: 100%;
			}
			#recommend .cntBox + .cntBox{
				margin-top: 100px;
			}
				#recommend .figure{
					width: 31.8182%;
				}
				#recommend .txtBox{
					width: 60.9091%;
				}
					#recommend .txtBox .balloon{
						font-size: 16px;
						line-height: 1.4;
						letter-spacing: .1em;
						font-weight: 500;
						color: #998675;
						margin-bottom: 30px;
					}
						#recommend .txtBox .balloon span{
							display: inline-block;
							position: relative;
							background-color: #f6e3e9;
							border-radius: 5px;
							padding: 8px 19px 11px;
						}
							#recommend .txtBox .balloon span:after{
								content: '';
							    display: block;
							    position: absolute;
							    left: 25px;
							    bottom: -6px;
							    width: 0;
							    height: 0;
							    border-style: solid;
							    border-width: 10px 10px 0 10px;
							    border-color: #f6e3e9 transparent transparent transparent;
							    transform: rotate(145deg);
							}
							#recommend .txtBox .balloon i{
								font-style: normal;
								font-weight: 600;
								color: #d5689c;
							}
					#recommend .txtBox .ttl{
						font-size: 24px;
						line-height: 1.4;
						font-weight: 500;
						letter-spacing: .15em;
						color: #d5689c;
						margin-bottom: 9px;
					}
					#recommend .txtBox .txt{
						font-size: 16px;
						line-height: 2.125;
						letter-spacing: .04em;
						text-align: justify;
						text-justify: inter-ideograph;
					}
					#recommend .btnBox{
						margin-top: 35px;
					}
@media screen and (max-width: 768px){
	#recommend{
		padding: 60px 0 60px;
	}
		#recommend .inner{
			max-width: 560px;
		}
			#recommend .freeBox{
				margin-bottom: 40px;
			}
				#recommend .freeBox .inBox{
				    padding: 0 20px;
				}
				#recommend .freeBox .inBox:before,
				#recommend .freeBox .inBox:after {
				    width: 1px;
				    height: 108px;
				}
				#recommend .freeBox .inBox:before {
				    transform: translateY(-50%) rotate(-22deg);
				    left: 0;
				}
				#recommend .freeBox .inBox:after {
				    transform: translateY(-50%) rotate(22deg);
				    right: 0;
				}
					#recommend .freeBox .t1{
						font-size: 16px;
						letter-spacing: .15em;
						margin-bottom: 5px;
					}
					#recommend .freeBox .t2{
						font-size: 24px;
						line-height: 1.458;
						letter-spacing: .1em;
					}
			#recommend .cntWrap{
			}
				#recommend .cntBox{
					width: 100%;
				}
				#recommend .cntBox + .cntBox{
					margin-top: 60px;
				}
					#recommend .figure{
						width: 100%;
						margin-bottom: 25px;
					}
					#recommend .txtBox{
						width: 100%;
					}
						#recommend .txtBox .balloon{
							font-size: 14px;
							margin-bottom: 23px;
						}
							#recommend .txtBox .balloon span{
								padding: 8px 12px 11px;
							}
								#recommend .txtBox .balloon span:after{
								}
								#recommend .txtBox .balloon i{
								}
						#recommend .txtBox .ttl{
							font-size: 20px;
						}
						#recommend .txtBox .txt{
							font-size: 14px;
							line-height: 2;
						}
						#recommend .btnBox{
							margin: 25px auto 0;
						}
}






/*  question
--------------------------------------------------*/
#question{
	padding-top: 145px;
}
@media screen and (max-width: 768px){
	#question{
		padding-top: 70px;
	}
}







/*  priceList
--------------------------------------------------*/
#priceList{
	padding-top: 145px;
}
@media screen and (max-width: 768px){
	#priceList{
		padding-top: 70px;
	}
}







/*--------------------------------------
modal
--------------------------------------*/
.modal{
  position: fixed;
  z-index: 100001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.modal.active{
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal[aria-hidden="true"]{
  animation: modal-close .5s;
}
.modal[aria-hidden="false"]{
  animation: modal-open .5s;
}
@keyframes modal-open{
  0%{ opacity: 0; }
  100%{ opacity: 1; }
}
@keyframes modal-close{
  0%{ opacity: 1; }
  100%{ opacity: 0; }
}
.modal-overlay{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
}
.modal-container{
  position: relative;
  z-index: 2;
  max-width: 820px;
  width: 90%;
  max-height: 100%;
  box-sizing: border-box;
  padding: 75px 0 70px;
  background: #fdf7fa;
  overflow: auto;
}
.modal__detail{
	/*width: 660px;*/
	padding: 0 calc(80 / 820 * 100%);
	box-sizing: border-box;
}
.menu__contents + .menu__contents{
	margin-top: 35px;
	padding-top: 35px;
	border-top: solid 1px #eab3cd;
}
.menu__catch{
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: .15em;
	color: #736357;
	margin-bottom: 6px;
}
.menu__head{
	gap: 30px;
	margin-bottom: 10px;
}
.menu__ttl{
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: .15em;
	font-weight: 500;
	color: #d5689c;
	flex: 0 0 calc(40% - 30px);
}
.menu__list{
	flex: 0 0 60%;
	justify-content: flex-end;
	gap: 5px;
}
.menu__list__item{
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: .14em;
	color: #fff;
	font-weight: 500;
	text-align: center;
	background: #d5689c;
	padding: 3px 5px 5px;
	width: auto;
	min-width: calc(100 / 396 * 100%);
	box-sizing: border-box;
}
.menu__desc{
	font-size: 16px;
	line-height: 2.125;
	letter-spacing: .05em;
	color: #666666;
}
.modal-close{
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  color: transparent;
  /*border: 10px solid #c8cbce;*/
  background: #aa3250;
  cursor: pointer;
}
.modal-close:before,
.modal-close:after{
    content: '';
    display: block;
    width: 74%;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.modal-close:after{
    transform: rotate(-45deg);
}
.modal-open,
.modal-content-close{
  cursor: pointer;
}
@media screen and (max-width: 768px){
	.modal{
		padding-top: 50px;
		padding-bottom: 50px;
		box-sizing: border-box;
	}
	.modal-container{
	  padding: 50px 0 50px;
		width: calc(320 / 380 * 100%);
	}
	.modal__detail{
		/*width: 260px;*/
		padding: 0 calc(30 / 320 * 100%);
	}
	.menu__contents + .menu__contents{
		margin-top: 25px;
    padding-top: 30px;
	}
	.menu__catch{
		font-size: 14px;
		margin-bottom: 4px;
	}
	.menu__head{
		gap: 12px;
		margin-bottom: 15px;
	}
	.menu__ttl{
		font-size: 20px;
		flex: 1 1 100%;
	}
	.menu__list{
		flex: 1 1 100%;
		justify-content: flex-start;
		gap: 5px;
	}
	.menu__list__item{
		font-size: 14px;
		padding: 3px 10px 5px;
		width: auto;
		min-width: auto;
	}
	.menu__desc{
		font-size: 14px;
		line-height: 2;
	}
	.modal-close{
	}
}