@charset "UTF-8";
/* CSS Document */


/*　ファーストビュー　*/

.fv {	
	background-image: url("../images/fv_bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 40px;
	padding-top: 6%;
	overflow: hidden;
}
.fv__content {
	display: flex;
	align-items: center;
}

/*　FVキャッチコピー　*/

.fv h2 {
	margin-bottom: 5.5vw;
	font-family: 'Kaisei Decol', serif;
	line-height: 8vw;
}
.fv__text_big {
	font-size: 4.4vw;
}
.fv__text_small {
	font-size: 2.6vw;
}
.fv__deco-happy {
	background-image: url("../images/fv_deco-bold.svg");
}
.fv__deco-life {
	background-image: url("../images/fv_deco-bold.svg");
}
.fv__deco-happy, .fv__deco-life {
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
.fv__subtitle {
	display: flex;
	align-items: center;
	margin-bottom: 4vw;
	font-family: 'Kiwi Maru', serif;
	font-size: 2.6vw;
}
.fv__subtitle::before {
	content: url("../images/fv__doubleline-left.svg");
	transform: scale(0.8);
	transform-origin: bottom left;
}
.fv__subtitle::after {
	content: url("../images/fv__doubleline-right.svg");
	transform: scale(0.8);
	transform-origin: bottom right;
}
/* FV　メニュー・料金　*/

.fv__menu {
	display: flex;
	justify-content: space-between;
	width: 43vw;
}
.fv__circle {
	display: flex;
	flex-wrap: wrap;
	align-content: center;	
	justify-content: center;
	width: 7vw;
  height: 7vw;
  border-radius: 50%;
  background: #F8D69E;
	border: solid 3px #F9B45D;
}
.fv__circle-text {
	text-align: center;
	font-size: 1.8vw;
	line-height: 2.0vw;
}
.fv__price {
	display: flex;
	margin-left: 2vw;
	text-align: center;
	background-image: url("../images/fv_deco-line.svg");
	background-position: 0% 140%;
	background-repeat: no-repeat;
	background-size: contain;
	align-items: center;
}
.fv__price_big {
	font-size: 2.5vw;
	font-weight: bold;
}
.fv__price_small {
	margin-right: 1vw;
	font-size: 1.5vw;
}
.fv__content {
	position: relative;
}
.fv__image {
	position: absolute;
	top: 20%;
	right: -13%;
	width: 50%;
	z-index: 3;
}	
.fv__image-text {
	position: absolute;
	bottom: -9%;
	right: 1%;
	width: 25%;
	z-index: 20;
}
.fv__repeat {
	position: absolute;
  left: 50%;
	top: 15%;
	width: 13vw;
}
.fv__bg-wave {
	background-image: url(../images/fv_bg-wave.svg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 100px 0 30px 0;
	top: 10px;
  z-index: 10;
}

@media (min-width: 1440px) {
	.fv {
		padding: 80px 0 0 0;
	}
	.fv__title h2 {
		margin-bottom: 80px;
		line-height: 120px;
	}
	.fv__text_big {
		font-size: 64px;
	}
	.fv__text_small {
		font-size: 38px;
	}
	.fv__subtitle {
		margin-bottom: 48px;
		font-size: 38px;
	}
	/* FV　メニュー・料金　*/

	.fv__menu {
		width: 620px;
	}
	.fv__circle {
		width: 100px;
		height: 100px;
	}
	.fv__circle-text {
		font-size: 26px;
		line-height: 29px;
	}
	.fv__price {
		margin-left: 29px;
		background-position: 0% 140%;
	}
	.fv__price_big {
		font-size: 36px;
	}
	.fv__price_small {
		margin-right: 15px;
		font-size: 22px;
	}
	.fv__content {
		width: 1110px;
		padding-bottom: 80px;
	}
	.fv__image {
		top: 144px;
    right: -144px;
    width: 555px;
	}
	.fv__image-text {
		bottom: 6px;
    right: 6px;
    width: 288px;
	}
	.fv__repeat {
		left: 592px;
    top: 84px;
    width: 187px;
	}
	.fv__bg-wave {
		padding: 100px 0 30px 0;
	}
}

@media (max-width: 768px) {
	.fv {	
		background-image: url("../images/fv_bg-sp.png");
	}
	.fv__content {
		flex-direction: column;
	}
	.fv__subtitle {
		display: block;
		margin-bottom: 10px;
		text-align: center;
		font-size: 2rem;
		letter-spacing: 0;
	}
	.fv__subtitle::before {
		content: '';
    background-image: url(../images/fv__doubleline-left.svg);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    vertical-align: middle;
	}	
	.fv__subtitle::after {
		content: '';
		background-image: url("../images/fv__doubleline-right.svg");
		display: inline-block;
		width: 30px;
		height: 30px;
		background-size: contain;
		vertical-align: middle;
	}
	.fv h2 {
		text-align: center;
		margin-bottom: 20px;
		line-height: 55px;
	}
	.fv__text_big {
		font-size: 33px;
	}
	.fv__text_small {
		font-size: 26px;
	}
	.fv__menu {
		margin: 0 auto 30px;
    width: fit-content;
	}
	.fv__circle {
		width: 50px;
		height: 50px;
		border: solid 2px #F9B45D;
		margin-right: 10px;
	}
	.fv__circle-text {
		font-size: 1.4rem;
		line-height: 1.6rem;
	}
	.fv__price_big {
	font-size: 16px;
	font-weight: bold;
	}
.fv__price_small {
	margin-right: 12px;
	font-size: 12px;
	}
	.fv__price {
		background-position: 0% 150%;
}
	.fv__image {
		position: relative;
		text-align: center;
		width: 340px;
    top: 60px;
		right: 0;
	}	
	.fv__image-text {
		position: absolute;
		width: 160px;
		left: 50%;
    transform: translateX(-50%);
    bottom: 0;
	}
	.fv__repeat {
		position: absolute;
    left: 64%;
    top: 44%;
    width: 140px;
	}
	.fv__bg-wave {
		padding: 0;
		height: 50px;
	}
}
@media (max-width: 368px) {
	.fv__text_big {
	font-size: 31px;
	}
	.fv__text_small {
		font-size: 24px;
	}
	.fv__subtitle {
		font-size: 1.8rem;
	}
}
	

/*　お悩みありませんか？見出し　*/

.empathy__background {
	height: auto;
	width: 100vw;
	background-image:url("../images/empathy_background.png");
	margin-bottom: 80px;
	background-size: cover;
	background-repeat: no-repeat;
}
.empathy h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	font-family: 'Kiwi Maru', serif;
	font-size: 32px;
}
.empathy h2::before,.empathy h2::after {
	content: '';
	width: 2px;
	height: 40px;
	background-color: #333333;
}
.empathy h2::before {
	margin-right: 30px;
	transform: rotate(-35deg);
}
.empathy h2::after {
	margin-left: 30px;
	transform: rotate(35deg);
}
@media(max-width:768px){
.empathy__background {
	margin-bottom: 40px;
}
.empathy h2 {
	margin-bottom: 20px;
	font-size: 2.2rem;
	}
.empathy h2::before,.empathy h2::after {
	margin-left: 10px;
	margin-right: 10px;
	width: 1px;
	height: 20px;
	}
}

/* 4つの悩み　*/

.empathy ul {
	display: block;
}

/*  円の形　*/

.empathy li {
	background-position: center;
	background-repeat: no-repeat;
}
.empathy__circle-home {
	background-image: url("../images/empathy_circle-home.png");
	background-size: 90%;
	padding: 91px 51px 30px 66px;
	width: 383px;
	height: 393px;
	margin-left: 0;
}	
.empathy__circle-life {
	background-image: url("../images/empathy_circle-life.png");
	background-size: 90%;
	padding: 72px 63px 30px 73px;	
	margin: -15vw 0 0 auto;
	width: 391px;
  height: 371px;
}
.empathy__circle-work {
	background-image: url("../images/empathy_circle-work.png");
	margin: -50px 0 0 10vw;
	padding: 82px 39px 30px 73px;
  width: 370px;
  height: 370px;
}
.empathy__circle-relation {
	background-image: url("../images/empathy_circle-relation.png");
	padding: 95px 57px 30px 77px;
  margin:  0 0 0 20vw;	
	width: 370px;
	height: 370px;
}

/*  悩みタイトル・テキスト　　*/

.empathy__title {
	text-align: center;
	margin-bottom: 18px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	font-size: 2.4rem;
	font-weight: 500;
}
.home {
	background-image: url("../images/empathy_line-home.svg");
}
.life {
	background-image: url("../images/empathy_line-life.svg")
}
.relation {
	background-image: url("../images/empathy_line-relation.svg")
}
.work {
	background-image: url("../images/empathy_line-work.svg")
}
.empathy-container p {
	position: relative;
	padding-left: 32px;
	line-height: 2em;
	width:270px;
}
.empathy-container p::before {
	content: url("../images/icon_checkmark.svg");
	position: absolute;
	left: 0;
	top: 2px;
	color: #333333;
}
	.empathy__circle-home {
		margin: 0 0 0 20px;
	}
	.empathy__circle-work {
		margin: -340px 0 0 45%;
	}
	.empathy__circle-relation {
		margin: -60px 0 0 17%;
	}
	.empathy__circle-life {
		margin: -300px 0 0 57%;
	}  

@media(max-width:1000px){
	.empathy__circle-home {
    margin: 0 auto 0 5%;
	}
	.empathy__circle-work {
	margin: -95px 5% 0 auto;
	}
	.empathy__circle-relation {
    margin: -95px auto 0 5%;
	}
	.empathy__circle-life {
    margin: -60px 5% 0 auto;
	}
}

@media(max-width:768px){
	.empathy__circle-home {
		width: 310px;
		height: 310px;
		padding: 69px 58px 52px 48px;
	}	
	.empathy__circle-work {
		padding: 80px 39px 30px 73px;
		width: 350px;
		height: 350px;
		background-size: 80%;
	}
	.empathy__circle-relation {
		padding: 85px 57px 30px 77px; 		
		width: 325px;
		height: 325px;
		background-size: 85%;
	}
	.empathy__circle-life {
		width: 334px;
		height: 330px;
		padding: 73px 63px 30px 60px;
	}
	.empathy__title {
		font-size: 2.0rem;
		font-weight: 500;
	}
}

@media(max-width:622px){
	.empathy__circle-home {
    margin: 0px auto 0 0;
	}
	.empathy__circle-work {
	margin: -20px 0 0 auto;
}
	.empathy__circle-relation {
    margin: -20px auto 0 0;
	}
	.empathy__circle-life {
    margin: -20px 0 0 auto;
	}
	.empathy-container p {
		line-height: 1.8em;
}
	
}
	
	
	
/* お悩みリード文　*/
.empathy__lead {
	display: flex;
	flex-wrap: wrap;
	align-content: center;	
	justify-content: center;
	padding: 100px 0 100px;
	margin-bottom: 40px;
	text-align: center;
	background-image: url("../images/empathy_lead.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}
.empathy__lead p {
	font-size: 2.0rem;
	line-height: 4.4rem;
}
.sp-br {
	display: none;
}

@media(max-width:768px){
	.empathy__lead {
		padding: 30px 0 30px;
		background-image: url("../images/empathy_lead-sp.png");
		background-position: center;
		background-size: contain;
	}
	.empathy__lead p {
		font-size: 1.8rem;
		line-height: 4.0rem;
	}
	.sp-br {
		display: block;
	}
}

/*　お悩みキャッチコピー　*/

.empathy__catch {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	padding: 100px 0;
	border-radius: 50%;	
	width: 150%;
	margin-left: -25%;
	background: linear-gradient(128deg, rgba(211,223,255,1) 15%, rgba(216,227,255,1) 23%, rgba(255,255,250,1) 33%, rgba(251,243,223,1) 42%, rgba(245,228,189,1) 52%, rgba(248,214,158,1) 66%, rgba(244,177,131,1) 83%);
	background-position: center;
	font-size: 24px;
	box-shadow: 0 8px 13px rgba(0,0,0,0.1)
}
.empathy__catch-area {
	overflow: hidden;
	width: 100%;
}
.empathy__catch_big {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.8em;
}
/*
.empathy__catch-kaisei {
	font-family: 'Kaisei Opti', serif;
}
*/

@media(max-width:768px){
	.empathy__catch {
		padding: 60px 0;
	}
	.empathy__catch_big {
		font-size: 18px;
		font-weight: 600;
		line-height: 1.8em;
	}
	.empathy__catch p {
		font-size: 16px;
	}
}

/* 私が占います　*/

.profile {
	margin-bottom: 40px;
}
.profile__bg {
	background-image: url("../images/profile_bg-circle.png");
	background-repeat: repeat-y;
	background-size: contain;
	background-position: top;
}
.profile__title {
	text-align: center;	
}
.profile__title h2 {
	font-size: 3.2rem;
	position: relative;
	margin-bottom: 50px;
}
.profile__title h2::after{    /*見出し区切り線*/
	background-color: #333333; 
  border-radius: 5px; 
  content: "";
  height: 1px; 
  left: 50%; 
  position: absolute;
	bottom: -28px;  
  transform: translateX(-50%); 
  width: 80px; 
}
.profile__title p {   
	margin:0 0 60px;
	font-size: 2.8rem;
	font-family:  "游明朝体" ,  "游明朝" , YuMincho ,  "ヒラギノ明朝 Pro" ,  "ヒラギノ明朝 Pro" ,  "MS P明朝" ,  "MS P明朝" , serif;	
}

@media(max-width:768px){
	.profile {
		margin-bottom: 0px;
	}
	.profile__title h2 {
		font-size: 2rem;
		margin-bottom: 20px;
	}
	.profile__title h2::after{    /*見出し区切り線*/
		bottom: -13px;  
		width: 50px; 
	}
	.profile__title p {   
		font-size: 1.8rem;
		margin-bottom: 40px;
	}
}

/*　プロフィールー経歴　*/

.profile__inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.profile__history {
	margin-right: 4vw;
	max-width: 620px;
}
.profile__history h3 {
	display: flex;
	margin: 10px 0;
}

.profile__history h3::before{
	content: '';
	width: 3px;
	height: 26px;
	background-color: #333333;
	border-radius: 5px;
	margin-right: 8px;
}
.profile__history th{
  width: 120px;
	font-weight:500;	
}
.profile__history td{
	padding-bottom: 5px;
}
	
@media(max-width:768px){
	.profile__inner {
		flex-direction: column-reverse;
		margin-bottom: 40px;
	}
	.profile__history {
		margin: 0 auto;
	}
}

/*　メッセージ　*/

.profile__about h3{
	padding: 5px 15px 10px 15px;
	font-size: 2.0rem;
}
.profile__about p{
	padding: 0 15px 15px;
}

@media(max-width:768px){
	.profile__about h3{
		padding: 5px 15px 10px 15px;
		font-size: 1.6rem;
		text-align: center;
}
	.profile__about p{
		padding: 0 15px 15px;
		text-align: center;
	}
	.profile__about-img {
		max-width: 60%;
    margin: 0 auto 10px;
	}
}

/* メッセージ　*/

.profile__message {
	display: block;
}
.profile__message-title  {
	text-align: center;
	margin-bottom: 60px;
	font-size: 2.8rem;
	font-family:  "游明朝体" ,  "游明朝" , YuMincho ,  "ヒラギノ明朝 Pro" ,  "ヒラギノ明朝 Pro" ,  "MS P明朝" ,  "MS P明朝" , serif;
}
.profile__message-img {
	float: left;
	height: auto;
	width: 40%;
	margin-right: 40px;
	margin-bottom: 20px;
}
.profile__text {
	padding-bottom: 10px;
	text-align: justify;
}
.profile__message p {
	padding-top: 0.8em;
	width: 100%;
}
.profile__message p:first-of-type {
	padding-top: 0em;
}

@media(max-width:768px){
	.profile__message-title  {
		margin-bottom: 30px;
		font-size: 2rem;
	}
	.profile__message-img {
		margin-right: 10px;
		margin-bottom: 0;
	}
}

/* 勇気付け　*/

.encourage {
	background-image: url("../images/encourage_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-bottom: 1px;
	margin-bottom: 100px;
	width: 100%;
}
/*.encourage__inner */
.encourage__but {
	padding-left: 7%;
	font-size: 3.6rem;
	margin-bottom: 60px;
}  
.encourage__wories-pc {
	display:flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.encourage__wories-sp {
	display: none;
}
.encourage__wories-pc div:nth-of-type(2n)  {
	margin-top: -30px;
}
.encourage__woman {
	text-align: center;
	margin-bottom: 60px;
}
.encourage__catch {
	text-align: center;
	margin-bottom: 60px;
	line-height: 4.4rem;
}
.encourage__catch h2 {
	padding-bottom: 30px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: normal;
}
.encourage__catch_big {
	font-size: 2.8rem;
	font-weight: bold;
}
.sp-br {
	display: none;
}


@media(max-width:768px){
	.encourage {
		margin-bottom: 40px;
		padding-top: 60px;
	}
	.encourage__but {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
	.encourage__wories-pc {
		display: none;
	}
	.encourage__wories-sp {
		display: flex;
		justify-content: space-around;
	}
	.encourage__wories-item:nth-of-type(2n)  {
		margin-top: -20px;
	}
	.encourage__woman {
		margin-bottom: 20px;
	}
	.encourage__catch_big {
		font-size: 2.0rem;
	}
	.sp-br {
		display: inline;
	}
}

/* 4つのメリット見出し　*/

.merit {
	margin-bottom: 80px;

}
.merit__heading {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom:  60px;
	font-size: 32px;
	font-weight: bold;	
}
.merit__heading::before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url("../images/merit_logomark-l.svg");
	background-size: contain;	
	vertical-align: middle;
	margin-right: 30px;
}
.merit__heading::after {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url("../images/merit_logomark-r.svg");
	background-size: contain;	
	vertical-align: middle;
	margin-left: 25px;
}

	@media(max-width:768px){
		.merit {
			margin-bottom: 40px;
		}
		.merit__heading {
			font-size: 2.2rem;
		}
		.merit__heading::before, .merit__heading::after {
      width: 25px;
			height: 25px;
			margin: 0 10px 0 10px;
		}
	}

/*　メリット1~4箱*/

.merit__cheap, .merit__true {
	padding: 60px 0 35px;
	background-color: #FFFCEA;
	margin-bottom: 40px;
}
.merit__cheap {
	padding-bottom: 60px;
}
.merit__safety, .merit__happy {
	padding: 60px 0 35px;
	background-color: #FFFAF2;
	margin-bottom: 40px;
}
.merit__inner{
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	padding-left: 40px;
}
.merit__container, .merit__container-reverse {
	display:flex;
	justify-content: flex-start;
}
.merit__container-reverse{
	flex-direction: row-reverse;
}

/* 円見出し　*/

.merit__title {
	position: relative;
}
.merit__circle {
	display: inline-block;
	position: relative;
	z-index: 2;
	width: 212px;
	height: 212px;
	border-radius: 50%;
	line-height: 212px;
  text-align: center;
	font-size: 36px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
							/*  円グラデーション  */
	background-color:hsla(25,100%,87%,0);
	background-image:
	radial-gradient(at 55% 52%, hsla(32,100%,92%,1.5) 0px, transparent 80%),
	radial-gradient(at 54% 19%, hsla(28,100%,74%,1) 0px, transparent 50%),
	radial-gradient(at 79% 54%, hsla(55,100%,80%,2) 0px, transparent 50%),
	radial-gradient(at 50% 86%, hsla(22,100%,77%,1) 0px, transparent 50%),
	radial-gradient(at 23% 46%, hsla(53,85%,77%,1) 0px, transparent 50%);	  
}
.merit__circle-back {
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 1;
	width: 212px;
	height: 212px;
	border-radius: 50%;
	background-color: rgb(255, 210, 196, 0.6);
}
.merit__number {
	display: inline-block;
	position: absolute;
	top: -40px;
	left: -40px;
	z-index: 3;
	width:111px;
	height:111px;
	border-radius: 50%;
	background-color:#ffffff;
	font-size: 36px;
	font-weight: bold;
	font-family:  "游明朝体" ,  "游明朝" , YuMincho ,  "ヒラギノ明朝 Pro" ,  "ヒラギノ明朝 Pro" ,  "MS P明朝" ,  "MS P明朝" , serif;	
	line-height: 111px;
  text-align: center;
}

@media(max-width:768px){
	.merit__cheap, .merit__true, .merit__safety, .merit__happy {
		padding: 0 0 15px 0;
		margin-bottom: 60px;
}
	.merit__happy {
		margin-bottom: 40px;
	}
	.merit__container, .merit__container-reverse {
		flex-direction: column;
		align-items: center;
	}
	.merit__inner{
		margin: 0 auto;
		max-width: 88.5%;
		padding-left: 0px;
}
	.merit__circle, .merit__circle-back, .merit__number{
		text-align: center;
	}
	.merit__circle {
		width: 122px;
		height: 122px;
		line-height: 122px;
		font-size: 28px;
}
	.merit__circle-back {
		top: 7px;
		left: 7px;
		width: 122px;
		height: 122px;
	}
	.merit__number {
		top: -22px;
		left: -22px;
		width:64px;
		height:64px;
		border-radius: 50%;
		font-size: 28px;
		line-height: 64px;
	}
	.merit__inner {
		position: relative;
	}
	.merit__title {
		position: absolute;
		top: -25px;
	}
}

/* ４つのメリット・テキスト　*/

.merit__cheap-text {
	margin: 0 100px 0 100px;
}
.merit__true-text {
	margin: 0 140px 0 100px;
}
.merit__safety-text, .merit__happy-text {
	margin: 0 140px 0 100px;
}


/*
@media(max-width:1439px){
.merit__cheap-text, .merit__true-text {
	margin: 0 9vw 0 7vw;
}
.merit__safety-text, .merit__happy-text {
	margin: 0 9vw 0 7vw;
}

}
*/

.merit__list li {
	position: relative;
	line-height: 2.9rem;
	padding-bottom: 25px;
	padding-left: 3em;
	text-align: justify;
}
.merit__list li::before {
	content: url("../images/icon_sun&moon.svg");
	position: absolute;
	left: 0;
	top: 2px;		
}
.merit__list li span {
	font-weight: bold;
}

@media(max-width:768px){
	.merit__cheap-text, .merit__true-text, .merit__safety-text, .merit__happy-text {
		margin: 0;
		padding-top: 0;
	}
	.merit__list {
		margin-top: 120px;
	}
}

/*　４つのメリット・料金比較表　*/

.merit__table, .merit__table td, .merit__table th {
	border: 1px solid #FCD390;
	border-collapse: separate;
	border-spacing: 5px;
	font-weight: 400;
}
.merit__table {
	width: auto;
	border: 0;
	text-align: center;
	table-layout: fixed;
}

.merit__table tr th:first-child{
	width:120px;
}
.merit__table tr th:last-child{
	width: 35%;
}
.merit__table td, .merit__table th {
	padding: 10px 3px;
	vertical-align: middle;
}
.merit__table-head {
	background-color: #FFF3DD;
}
.merit__table-rate th {
	background-color: #FAF6EF;
}
.merit__table td {
	background-color: #ffffff;
}
.merit__table-hiatari th {
	padding: 20px 3px;
	background-color: #FCD390;
	font-size: 2.2rem;
	font-weight: bold;
}
.merit__table-hiatari td {
	padding: 20px 7px;
	border: 5px solid #FCD390;
	
}
.merit__table-hiatari span {
	text-align: end;
	font-size: 20px;
	font-weight: bold;
}


@media(max-width:1084px){
	.merit__table {
		width: 100%;
	}
	.merit__table tr th:last-child{
	width: auto;
}
	.sp-br {
		display: inline;
	}
	.table__slash {
		display: none;
	}
}
@media(max-width:960px){
	.merit__table {
		display: block;
	}
	.merit__table tr th:first-child{
		width: 10%;
	}
}
	
/*　お客様の声　*/

.voice {
	margin-bottom: 80px;
	padding-top: 80px;
	background: rgb(211,223,255);
	background: linear-gradient(128deg, rgba(211,223,255,1) 6%, rgba(216,227,255,1) 16%, rgba(255,255,250,1) 28%, rgba(251,243,223,1) 39%, rgba(245,228,189,1) 52%, rgba(248,214,158,1) 69%, rgba(244,177,131,1) 93%);
}
.voice ul {
	max-width: 90%;
}
.voice li {
	background-color: rgb(255 255 255 / 46%);
	padding: 40px 40px 40px 60px;
	margin-bottom: 60px;
}
.voice h3 {
	width: 230px;
	padding-bottom: 15px;
	border-bottom: solid 1px #333333;
}
.voice__wrapper {
	display: flex;
	align-items: center;
}
.voice__wrapper p {
	padding-top: 15px;
	margin-right: 5vw;
	width: 55%;
	text-align: justify;
}
.voice__img {
	width: 45%;
	padding-top: 15px;
}
.voice__btn_more {
	display: block;
	position: relative;
	text-align: center;
}
.voice__btn_more a {
	display: block;
	width: 100px;
	height: 80px;
	margin: 80px auto 30px;
}
.voice__btn_more a::after {
	content: url("../images/icon_triangle-black.svg");
	position: absolute;
	top: 40px;
	left: calc(50% - 15px);
}
.voice__btn_more:hover, .voice__btn_more:hover::after {
	opacity: 0.5;
}

@media(max-width:768px){
	.voice {
		margin-bottom: 40px;
		padding-top: 40px;
	}
	.voice li {
		padding: 22px 6vw 30px 6vw;
		margin-bottom: 30px;
	}
	.voice__wrapper {
		flex-direction: column;
	}
	.voice__wrapper p {
		width: 100%;
		margin: 0;
	}
	.voice__img {
		width: 100%;
	}
	.voice__btn_more a {
		margin: 0 auto;
	}
}

/* メニュー　*/

.menu {
	margin-bottom: 80px;
}
.menu__container {
	display: flex;
	justify-content: space-between;
}
.menu__item {
	width: 300px;
	border: solid 3px #C7D5ED;
	border-radius: 5px;
	margin: 0 5px;
}
.menu__title {
	padding: 25px 0;
	border-radius: 2px 0;
	background-color: #C7D5ED;
	font-size: 2.4rem;
	text-align: center;
}
.menu__icon {
	text-align: center;
	padding: 25px 0;
}
.menu__text {
	padding: 0 25px 25px 25px;
	text-align: justify;	
}

@media(max-width:768px){
	.menu {
		margin-bottom: 18px;
 }
	.menu__container {
		flex-direction: column;
		align-items: center;
	}
	.menu__item {
		margin-bottom: 22px;
		width: 260px;
	}
	.menu__title {
		padding: 18px 0;
		font-size: 2rem;
	}
	.menu__icon {
		padding: 20px 0;
	}
	.menu__text {
	padding: 0 20px 20px 20px;
	}
}

/* 料金　*/

.price {
	margin-bottom: 80px;
}

.price__container {
	background-color: #EBF3FD;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 60px 5% 60px 10%;
}
.price__wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.price__table h3 {
	position: relative;
	margin-bottom: 20px;
	padding-left: 2em;
	font-family: 'Kaisei Opti', serif;
	font-size: 24px;	
	font-weight: bold;
	letter-spacing: 0.1em;
}
.price__table h3::before {
	content: '';
	background-image: url("../images/icon_menu-star.svg");
	display: block;
	width: 32px;
	height: 32px;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 54%;
	transform: translateY(-50%);
}
.price__table table {
	line-height: 2.5em;
  margin-bottom: 25px;
  margin-left: 70px;
}
.price__table th,.price__table td {
	font-weight: 400;	
	font-size: 24px;
}
.price__table th {
	width: 80px;
}
.price__table td {
	padding-left: 30px;
	text-align: end;
}
.price__table td:last-child {
	padding-left: 5px;
} 
.price__table span {
	font-size: 16px;
}
.price__img {
	width: 45%;
	display: flex;
	align-items: center;
 justify-content: flex-end;
	margin-left: 2vw;
}

.price__payment {
	line-height: 2.8rem;
}
.price__payment h3, .price__payment dl, .price__payment dt {
	display: inline-block;
}

.price__payment h3 {
	width: 144px;
	vertical-align: top;
}

.price__spacing {
	letter-spacing: 1em;
	text-align: justify;
}
.price__payment dl {
	margin-left: 10px;
	border-bottom: 0.5rem ridge rgba(40,71,183,1.00);
	vertical-align: top;
}
.price__payment dt {
	position: relative;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-left: 3em;
}
.price__payment dt::before {
	content: '';
	background-image: url("../images/icon_slash.svg");
	display: block;	
	width: 20px;
	height: 40px;
	background-size: 50%;
	position: absolute;
	left: 25px;
	top: 42%;
	transform: translateY(-14%);
}


@media(max-width: 1000px){
	.price__container {
		padding: 60px 5% 60px 5%;
	}
	.price__wrapper {
		flex-direction: column;
		align-items: center;
		margin-bottom: 40px;
	}
	.price__img {
		justify-content: center;
		width: 80%;
		margin: 0 auto;		
	}
	.price__payment {
		display: block;
		text-align: start;
		margin: 0 auto;
    width: 380px;
	}
	.price__payment dt {
		display: block;
		text-align: start;
		padding-left: 1em;
		margin-bottom: 10px;
	}
	.price__payment dl {
		position: relative;
	}
	.price__payment dl::before {
		content: '';
		background-image: url("../images/icon_slash.svg");
		display: block;	
		width: 20px;
		height: 40px;
		background-size: 50%;
		position: absolute;
		left: -20px;
		top: 42%;
		transform: translateY(-14%);
	}
	.price__payment dt::before {
		display: none;
	}
}
	
@media(max-width: 768px){
	.price {
		margin-bottom: 40px;
	}
	.price__table table {
		line-height: 2.5em;
		margin-bottom: 25px;
		margin-left: 50px;
	}

	.price__table h3 {
		margin-bottom: 10px;
		font-size: 20px;	
		letter-spacing: 0;
	}
 .price__table th,.price__table td {
	 font-size: 16px;
	 line-height: 25px;
	}
	.price__table th {
		width: 50px;
	}
	.price__payment {
		width: 280px;
		line-height: 2.8rem;
	}
}

/*　ご予約・お問合せの流れ　*/

.flow {
	margin-bottom: 80px;
}

.flow__background-color {
	background-color: #FFFAF2;
	margin-bottom: 60px;
	padding-top: 50px;
  padding-bottom: 30px;
}
.flow__wapper {
	width: 90%;
	margin: 0 auto;
	overflow-x: scroll;
}
.flow__container {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding-top: 20px;
	padding-left: 2vw;
	padding-right: 2vw;
	margin-bottom: 20px;
	border-radius: 5px;
	background-color: #FFFAF2;
	width: 1400px;
}
.flow__card {
	position: relative;
	width: 200px;
	height: 310px;
	margin: 0 20px;
	padding: 30px 20px 20px;
	border-radius: 20px;
	background-color: #ffffff;
}
.flow__card p {
	font-size: 15px;
	line-height: 2.1rem;
	text-align: justify;
}
.flow__card-img {
	margin-bottom: 20px;
	text-align: center;
}
.flow__card span {
	position: absolute;
	top: -15px;
	left: 0;
	font-size: 2.8rem;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}
.flow h3 {
	display: flex;
	justify-content: space-around;
  align-items: center;
	border-radius: 10px 10px 0 0;
	width: 200px;
	height: 60px;
	background-color: #FFEABA;
	font-size: 2.2rem;
	font-weight: 500;
}
.flow__scroll {
	text-align: end;
	font-size: 2rem;
}

.flow__scroll::after {
	content: url("../images/icon_scroll.svg");
	padding: 0 40px 0 10px;
}

@media(max-width: 768px){
	.flow {
		margin-bottom: 40px;
	}
	.flow h3 {
		font-size: 1.8rem;
		width: 150px;
		height: 40px;
	}
	.flow__background-color {
		margin-bottom: 40px;
		padding-top: 30px;
	}
	.flow__card {
		width: 200px;
		height: 290px;
		margin: 0;
		padding: 25px 20px 20px;
		border-radius: 20px;
	}
	.flow__card span {
		font-size: 2.8rem;
	}
	.flow__card-space {
		padding-top: 20px;
	}
}


/*  よくある質問　　*/

.faq {
	margin-bottom: 80px	;
	padding: 80px 0;
	background: linear-gradient(128deg, rgba(211,223,255,1) 6%, rgba(216,227,255,1) 16%, rgba(255,255,250,1) 28%, rgba(251,243,223,1) 39%, rgba(245,228,189,1) 52%, rgba(248,214,158,1) 69%, rgba(244,177,131,1) 93%);
}
.faq dl {
	margin-bottom: 40px;
	border-radius: 5px;
	padding: 30px;
	background-color:rgba(255,255,255,0.8);
}
.faq dl {
	text-align: justify;
}
.faq dt {
	margin-bottom: 30px;
}
.faq dt, .faq dd {
	position: relative;
	padding-left: 3em;
}

.faq dt::before {
	content: '';
	background-image: url("../images/icon_faq-q.svg");
	position: absolute;
	width:35px;
	height: 36px;
	background-size: cover;
	left: 0;
  top: -4px;
}
.faq dd::before {
	content: '';
	background-image: url("../images/icon_faq-a.svg");
	position: absolute;
	width:35px;
	height: 36px;
	background-size: cover;
	left: 0;
  top: -4px;
}

@media(max-width:1000px){
	.faq dl {
		padding-left: 20px;
	}
}
@media(max-width:768px){

	.faq {
		margin-bottom: 40px;
		padding: 40px 0px 5px 0px;
	}

	.faq dl {
		padding: 20px 5% 20px 3%;
	}
	.faq dt, .faq dd {
		padding-left: 2.5em;
	}
	.faq dt {
		margin-bottom: 10px;
	}
	.faq dt::before, .faq dd::before {
		background-size: 80%;
		top: -1px;
	}
}


/*  店舗情報　　*/

.access {
	margin-bottom: 50px;
}
.access h3 {
	display: flex;
	justify-content: center;
	font-family: 'Kaisei Decol', serif;
	font-size: 28px;
	letter-spacing: 0.15em;
	margin-bottom: 50px;
	padding: 10px 0;
	background-image: url("../images/access_line.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.access__title_small {
	font-size: 22px;
}
.access__title_large {
	font-size: 24px;
}
.access-wrapper {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 100px;
}
.access__info {
	width: 50%;
	margin-right: 20px;
}
.access table {
	margin: 0 auto;
}
.access th {
	width: 32%;	
	text-align: left;
	font-weight: 550;
	padding-bottom: 18px;
}
.access tr:last-of-type th {
		padding-bottom: 0;
	}

.access__map {
  position: relative;
  width: 40%;
  height: 0;
  padding-top: 30%; 
}
.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.triangle-totop {
	display: block;
	width: 30px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

@media(max-width:1000px){
	.access {
		margin-bottom: 10px
	}
	.access-wrapper {
		flex-direction: column;
		margin-bottom: 40px;
	}
	.access__info {
		width: 100%;
		margin: 0 0 10px;
  }
	.access__info table {
		margin: 0 auto 20px;
	}
	.access__map {
		width: 80%;
		padding-top: 60%; 
	}
}

@media(max-width:768px){	
	.access h3 {
		margin-bottom: 20px;
		text-align: center;
		font-size: 2.4rem;
	}
	.access th {
		width: 25%;	
		padding-bottom: 10px;	
	}
	.triangle-totop {
		display: flex;
		justify-content: center;
		width: 24px;
	}
}
