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

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}

.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

:root {
	scroll-padding: 100px;
	scroll-behavior: smooth;
}

#beauty-retreat {
	width: 1440px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #3F2F00;
	margin: 0 auto;
	box-sizing: border-box;
}
#beauty-retreat a:link,
#beauty-retreat a:visited,
#beauty-retreat a:hover,
#beauty-retreat a:active {
	color: #1174C0;
	border-bottom: #1174C0 1px dotted;
}
#beauty-retreat sup {
    left: 3px;
	letter-spacing: .2em;
}
#beauty-retreat img {
	width: 100%;
	height: auto;
}
#beauty-retreat .pc {
	display: block;
}
#beauty-retreat .sp {
	display: none;
}
#beauty-retreat .tab {
	display: none;
}

/*--------------- kv ---------------*/
#beauty-retreat  > section#kv{
	width: 1440px;
	height: 550px;
	background-color: #2785CC;
	background-image: url(../images/kv_bg.webp);
	background-repeat: repeat-x;
	margin: 0 auto;
	position: relative;
}
#beauty-retreat  > section#kv > h1 {
	color: transparent;
}
#beauty-retreat  > section#kv > h1:before {
	content: "";
	display: inline-block;
	background-image: url("../images/kv_pc.webp");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
    left: 50%;
	width: 850px;
	height: 400px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#beauty-retreat  > section#kv > p {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 180%;
	text-align: center;
	position: absolute;
	bottom: 70px;
    right: 330px;
}

/*--------------- enquete ---------------*/
#beauty-retreat > section#enquete {
	background-color: #ECF1F5;
	padding: 80px;
	box-sizing: border-box;
}
#beauty-retreat > section#enquete > div {
	width: 100%;
	margin: auto;
}
#beauty-retreat > section#enquete > div > p {
	font-weight: 500;
	line-height: 180%;
	margin-bottom: 14px;
}
#beauty-retreat > section#enquete > div > h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 150%;
}
#beauty-retreat > section#enquete > div > div.box {
	width: 930px;
	background-color: #fff;
	border-radius: 40px;
	padding: 0 60px 20px;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 130px 180px 210px 270px; /*列*/
	grid-template-rows: 110px 220px; /*行*/
	align-items: center;
	justify-content: center;
	position: relative;
}
#beauty-retreat > section#enquete > div > div.box:nth-of-type(1),
#beauty-retreat > section#enquete > div > div.box:nth-of-type(3) {
	margin: 42px auto 42px 0;
}
#beauty-retreat > section#enquete > div > div.box:nth-of-type(2),
#beauty-retreat > section#enquete > div > div.box:nth-of-type(4) {
	margin: 42px 0 42px auto;
}

#beauty-retreat > section#enquete > div > div.box > div:nth-of-type(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}
#beauty-retreat > section#enquete > div > div.box > div:nth-of-type(1):before {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -8px;
    left: 70px;
	width: 130px;
	height: 150px;
}
#beauty-retreat > section#enquete > div > div.box:nth-of-type(1) > div:nth-of-type(1):before {
	background-image: url("../images/enquete_flag_01.webp");
}
#beauty-retreat > section#enquete > div > div.box:nth-of-type(2) > div:nth-of-type(1):before {
	background-image: url("../images/enquete_flag_02.webp");
}
#beauty-retreat > section#enquete > div > div.box:nth-of-type(4) > div:nth-of-type(1):before {
	background-image: url("../images/enquete_flag_04.webp");
}
#beauty-retreat > section#enquete > div > div.box > div:nth-of-type(2) {
	grid-column: 2 / 5;
	grid-row: 1 / 2;
	display: grid;
	justify-content: left;
	color: #1174BF;
	font-size: 24px;
	font-weight: 700;
	text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
}
#beauty-retreat > section#enquete > div > div.box > div:nth-of-type(3) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	padding-top: 16px;
}
#beauty-retreat > section#enquete > div > div.box > div:nth-of-type(3) > img {
	width: 90%;
	height: auto;
}
#beauty-retreat > section#enquete > div > div.box:nth-of-type(4) > div:nth-of-type(3) > img {
	width: 60%;
	height: auto;
}
#beauty-retreat > section#enquete > div > div.box > div:nth-of-type(4) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}
#beauty-retreat > section#enquete > div > div.box > div:nth-of-type(4) > img {
	padding-bottom: 35px;
}
#beauty-retreat > section#enquete > div > div.box > div:nth-of-type(5) {
	grid-column: 3 / 4;
	grid-row: 2 / 3;
	text-align: left;
	font-weight: 700;
	position: relative;
}
#beauty-retreat > section#enquete > div > div.box > div:nth-of-type(5):after {
	content: "";
	display: inline-block;
	background-image: url("../images/enquete_graph_deco_pc.webp");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -25px;
    right: 0px;
	width: 40px;
	height: 40px;
}

#beauty-retreat > section#enquete > div > div.box > div:nth-of-type(6) {
	grid-column: 4 / 5;
	grid-row: 2 / 3;
	text-align: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
#beauty-retreat > section#enquete > div > div.box:nth-of-type(1) > div:nth-of-type(6) {
	background-image: url("../images/enquete_graph_01_item.webp");
}
#beauty-retreat > section#enquete > div > div.box:nth-of-type(2) > div:nth-of-type(6) {
	background-image: url("../images/enquete_graph_02_item.webp");
}
#beauty-retreat > section#enquete > div > div.box:nth-of-type(4) > div:nth-of-type(6) {
	background-image: url("../images/enquete_graph_04_item.webp");
}
#beauty-retreat > section#enquete > div > div.box > div:nth-of-type(6) > img {
	width: 80%;
	height: auto;
}
#beauty-retreat > section#enquete > div > div.box.two {
	width: 930px;
	background-color: #fff;
	border-radius: 40px;
	padding: 0 80px;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 130px 160px 220px 260px; /*列*/
	grid-template-rows: 110px 100px 230px; /*行*/
	align-items: center;
	position: relative;
}
#beauty-retreat > section#enquete > div > div.box.two > div:nth-of-type(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
	color: transparent;
}
#beauty-retreat > section#enquete > div > div.box.two > div:nth-of-type(1):before {
	content: "";
	display: inline-block;
	background-image: url("../images/enquete_flag_03.webp");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -8px;
    left: 75px;
	width: 130px;
	height: 150px;
}
#beauty-retreat > section#enquete > div > div.box.two > div:nth-of-type(2) {
	grid-column: 2 / 5;
	grid-row: 1 / 2;
}
#beauty-retreat > section#enquete > div > div.box.two > div:nth-of-type(3) {
	display: none;
}
#beauty-retreat > section#enquete > div > div.box.two > div:nth-of-type(4) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}
#beauty-retreat > section#enquete > div > div.box.two > div:nth-of-type(4) img {
	width: 100%;
	padding-bottom: 40px;
}
#beauty-retreat > section#enquete > div > div.box.two > div:nth-of-type(5) {
	grid-column: 3 / 5;
	grid-row: 2 / 3;
	font-weight: 700;
	text-align: left;
	position: relative;
}
#beauty-retreat > section#enquete > div > div.box.two > div:nth-of-type(5):after {
	content: "";
	display: inline-block;
	background-image: url("../images/enquete_graph_deco.webp");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -25px;
    right: 110px;
	width: 40px;
	height: 40px;
}
#beauty-retreat > section#enquete > div > div.box.two > div:nth-of-type(6) {
	grid-column: 1 / 4;
	grid-row: 3 / 5;
}
#beauty-retreat > section#enquete > div > div.box.two > div:nth-of-type(6):after {
	content: "";
	display: inline-block;
	background-image: none;
}
#beauty-retreat > section#enquete > div > div.box.two > div:nth-of-type(7) {
	grid-column: 4 / 5;
	grid-row: 3 / 5;
	color: transparent;
	position: relative
}
#beauty-retreat > section#enquete > div > div.box.two > div:nth-of-type(7) > img {
	display: none;
}
#beauty-retreat > section#enquete > div > div.box.two > div:nth-of-type(7):after {
	content: "";
	display: inline-block;
	background-image: url("../images/enquete_graph_03.webp");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -140px;
    left: 10px;
	width: 300px;
	height: 300px;
}

#beauty-retreat > section#enquete > div > div.ybox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; /*横*/
	align-items: center; /*縦*/
	width: 860px;
	background-color: #FFFCE3;
	border: #1664B2 1px solid;
	border-radius: 20px;
	margin: 80px auto 0;
	padding: 50px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
#beauty-retreat > section#enquete > div > div.ybox:before {
	content: "";
	display: inline-block;
	background-image: url("../images/enquete_ill_05.webp");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -50px;
    left: 40px;
    width: 200px;
    height: 200px;
}
#beauty-retreat > section#enquete > div > div.ybox > div:nth-of-type(1) {
	width: 20%;
}
#beauty-retreat > section#enquete > div > div.ybox > div:nth-of-type(1) > img {
	display: none;
}
#beauty-retreat > section#enquete > div > div.ybox > div:nth-of-type(2) {
	width: 80%;
	font-weight: 500;
	text-align: left;
}

/*--------------- concept ---------------*/
#beauty-retreat > section#concept > div {
	width: 860px;
	margin: 0 auto ;
}
#beauty-retreat > section#concept::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style:solid;
	border-width: 70px 75px 0 75px;
	border-color: #ECF1F5 transparent transparent transparent;
}

#beauty-retreat > section#concept > div > h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 150%;
	padding: 40px 0 30px;
	position: relative;
}
#beauty-retreat > section#concept > div > h2:before {
	content: "";
	display: inline-block;
	background-image: url("../images/concept_title_bg_pc.webp");
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
    top: 50%;
    left: 42%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 604px;
    height: 110px;
}
#beauty-retreat > section#concept > div > p {
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	line-height: 2em;
	background-image: linear-gradient(transparent 0, transparent 95%, #C3E4FF 100%);
	background-size: 100% 2em;
}
#beauty-retreat > section#concept > div > div.com {
	color: #1174BF;
	font-weight: 500;
	line-height: 200%;
	background-color: #F2F5F8;
	border-radius: 40px;
	margin: 40px 0 100px;
	padding: 40px 80px;
	box-sizing: border-box;
	position: relative;
}
#beauty-retreat > section#concept > div > div.com:before {
	content: "";
	display: inline-block;
	background-image: url("../images/concept_ill_01.webp");
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 84px;
    height: 50px;
}
#beauty-retreat > section#concept > div > div.com:after {
	content: "";
	display: inline-block;
	background-image: url("../images/concept_ill_02.webp");
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
    bottom: -13%;
    right: 8%;
    width: 70px;
    height: 70px;
}
#beauty-retreat > section#concept > div > div.com > i:nth-of-type(1) {
	content: "";
    display: inline-block;
	background-color: #F2F5F8;
	border-radius: 50%;
    width: 57px;
    height: 57px;
	position: absolute;
    left: 120px;
    top: -30px;	
}
#beauty-retreat > section#concept > div > div.com > i:nth-of-type(2) {
	content: "";
    display: inline-block;
	background-color: #F2F5F8;
	border-radius: 50%;
    width: 35px;
    height: 35px;
	position: absolute;
    left: 200px;
    top: -45px;	
}
#beauty-retreat > section#concept > div > div.com > i:nth-of-type(3) {
	content: "";
    display: inline-block;
	background-color: #F2F5F8;
	border-radius: 50%;
    width: 23px;
    height: 23px;
	position: absolute;
    left: 260px;
    top: -55px;	
}
#beauty-retreat > section#concept > div > div.logo {
	width: 660px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center; /*横*/
	align-items: center; /*縦*/
	margin: 50px auto 100px;
}
#beauty-retreat > section#concept > div > div.logo > div:nth-of-type(1) {
	width: 220px;
	text-align: left;
}
#beauty-retreat > section#concept > div > div.logo > div:nth-of-type(3) {
	width: 400px;
	text-align: right;
}
#beauty-retreat > section#concept > div > div.logo > div:nth-of-type(1) > img {
	width: auto;
	height: 100px;
}
#beauty-retreat > section#concept > div > div.logo > div:nth-of-type(3) > img{
	width: auto;
	height: 35px;
}
#beauty-retreat > section#concept > div > div.logo > div:nth-of-type(2) {
	width: 40px;
}

/*--------------- Background ---------------*/
#beauty-retreat  > section#category,
#beauty-retreat > section#beauty,
#beauty-retreat > section#gourmet,
#beauty-retreat > section#experience,
#beauty-retreat > section#stay {
	width: 1440px;
	height: auto;
	background-color: #2785CC;
	background-image: url(../images/kv_bg.webp);
	background-repeat: repeat;
	margin: 0 auto;
	padding: 40px 0;
	position: relative;
}
#beauty-retreat  > section#category {
	padding: 40px 0 0;
}
/*--------------- category ---------------*/
#beauty-retreat > section#category > div {
	width: 860px;
	margin: 60px auto 0;
}
#beauty-retreat > section#category > div > h2 {
	margin-bottom: 30px;
	padding: 0 320px;
}
#beauty-retreat > section#category > div > ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
#beauty-retreat > section#category > div > ul:before {
	position: absolute;
	content: "";
	background-image: url(../images/category_ill_01.webp);
	background-repeat: no-repeat;
	background-size: cover;
	width: 30px;
	height: 35px;
	top: -25px;
	left: -40px;
}
#beauty-retreat > section#category > div > ul:after {
	position: absolute;
	content: "";
	background-image: url(../images/category_ill_02.webp);
	background-repeat: no-repeat;
	background-size: cover;
	width: 30px;
	height: 35px;
	bottom: 0px;
	right: -40px;
}
#beauty-retreat > section#category > div > ul > li {
	width: 200px;
	margin-right: 18px;
}
#beauty-retreat > section#category > div > ul > li:last-of-type {
	margin-right: 0px;
}
#beauty-retreat > section#category > div > ul > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 93px;
	font-family: "Outfit", sans-serif;
	font-size: 28px;
    font-weight: 300;
	color: #3F2F00;
	border-radius: 10px;
	padding: 10px 0 20px;
	box-sizing: border-box;
	position: relative;
}
#beauty-retreat > section#category > div > ul > li > a:before {
	position: absolute;
	content: "";
	background-image: url(../images/category_icon_arrow_down.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 12px;
	height: 12px;
	bottom: 10px;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#beauty-retreat > section#category > div > ul > li > a:after {
	position: absolute;
	border: #fff 1px solid;
	border-radius: 6px;
	content: "";
	top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
}

#beauty-retreat > section#category > div > ul > li:nth-of-type(1) > a,
#beauty-retreat > section#category > div > ul > li:nth-of-type(3) > a{
	background-color: #CCE5F7;
	margin-top: 28px;
}

#beauty-retreat > section#category > div > ul > li:nth-of-type(2) > a,
#beauty-retreat > section#category > div > ul > li:nth-of-type(4) > a{
	background-color: #FFEE72;
	margin-bottom: 28px;
}

/*--------------- beauty ---------------*/
#beauty-retreat > section#beauty > div {
	width: 860px;
	background-color: #F2F5F8;
	border-radius: 6px;
	margin: 40px auto 0;
	padding: 40px 60px;
	box-sizing: border-box;
	position: relative;
}

#beauty-retreat > section#beauty > div > h2 {
	font-family: "Outfit", sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 180%;
	margin-bottom: 40px;
}
#beauty-retreat > section#beauty > div > h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 180%;
	margin-bottom: 40px;
}
#beauty-retreat > section#beauty > div > p {
	font-size: 17px;
	font-weight: 500;
	line-height: 190%;
	text-align: left;
}
#beauty-retreat > section#beauty > div > div.pict {
	margin: 40px 0;
	padding: 0 120px;
	position: relative;
}
#beauty-retreat > section#beauty > div > div.pict:before {
	content: "";
    display: inline-block;
    background-image: url(../images/beauty_ill_01.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 35%;
    left: 5%;
    width: 40px;
    height: 82px;
}
#beauty-retreat > section#beauty > div > div.pict:after {
	content: "";
    display: inline-block;
    background-image: url(../images/beauty_ill_02.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 15%;
    right: 5%;
    width: 40px;
    height: 57px;
}
#beauty-retreat > section#beauty > div > div.features,
#beauty-retreat > section#experience > div > div.features {
	margin: 0 30px;
	padding: 0;
}
#beauty-retreat > section#beauty > div > div.features > h4,
#beauty-retreat > section#experience > div > div.features > h4 {
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 8px;
	position: relative;
}
#beauty-retreat > section#beauty > div > div.features > h4 > span:nth-of-type(1),
#beauty-retreat > section#experience > div > div.features > h4 > span:nth-of-type(1) {
	display: inline-block;
	background-image: url("../images/beauty_bg.webp");
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 10px;
	padding: 8px 16px 16px;
  
}
#beauty-retreat > section#beauty > div > div.features > p,
#beauty-retreat > section#experience > div > div.features > p {
	font-size: 15px;
	font-weight: 500;
	line-height: 190%;
	text-align: left;
	margin-bottom: 30px;
}
#beauty-retreat > section#beauty > div > div.features > ul.component {
	display: flex;
	flex-wrap: wrap;
	align-items: center; /*縦*/
	margin: 40px auto;
}
#beauty-retreat > section#beauty > div > div.features > ul.component > li {
	margin-right: 20px;
}
#beauty-retreat > section#beauty > div > div.features > ul.component > li:last-of-type {
	margin-right: 0px;
}
#beauty-retreat > section#beauty > div > div.features > ul.component > li:nth-of-type(odd) {
	width: 80px;
}
#beauty-retreat > section#beauty > div > div.features > ul.component > li:nth-of-type(even) {
	width: 230px;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
	line-height: 160%;
}
#beauty-retreat > section#beauty > div > div.features > ul.component > li:nth-of-type(even) > span {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 190%;
	margin-bottom: 4px;
}
#beauty-retreat > section#beauty > div > div.features > ul.notes > li {
	display: inline;
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	line-height: 170%;
}

/*--------------- gourmet ---------------*/
#beauty-retreat > section#gourmet > div {
	width: 860px;
	background-color: #FFFCE9;
	border-radius: 6px;
	margin: 40px auto 0;
	padding: 40px 60px;
	box-sizing: border-box;
}
#beauty-retreat > section#gourmet > div > h2 {
	font-family: "Outfit", sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 180%;
	margin-bottom: 40px;
}
#beauty-retreat > section#gourmet > div > h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 180%;
	margin-bottom: 40px;
}
#beauty-retreat > section#gourmet > div > p {
	font-size: 17px;
	font-weight: 500;
	line-height: 190%;
	text-align: left;
}
#beauty-retreat > section#gourmet > div > div.pict {
	margin: 40px 0;
	padding: 0 120px;
	position: relative;
}
#beauty-retreat > section#gourmet > div > div.pict:before {
	content: "";
    display: inline-block;
    background-image: url(../images/beauty_ill_01.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 35%;
    left: 5%;
    width: 40px;
    height: 82px;
}
#beauty-retreat > section#gourmet > div > div.pict:after {
	content: "";
    display: inline-block;
    background-image: url(../images/beauty_ill_02.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 15%;
    right: 5%;
    width: 40px;
    height: 57px;
}
#beauty-retreat > section#gourmet > div > h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
#beauty-retreat > section#gourmet > div > h5 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}
#beauty-retreat > section#gourmet > div > h5 > span {
	color: #FFEE72;
}
#beauty-retreat > section#gourmet > div > dl.dinner_menu {
	width: 680px;
	display: flex;
	flex-wrap: wrap;
	align-items: top; /*縦*/
	margin: 0 auto 40px;
}
#beauty-retreat > section#gourmet > div > dl.dinner_menu > dt {
	width: 120px;
	font-size: 14px;
	font-weight: 400;
	line-height: 170%;
	text-align: right;
}
#beauty-retreat > section#gourmet > div > dl.dinner_menu > dd {
	width: 560px;
	font-size: 14px;
	font-weight: 400;
	line-height: 170%;
	text-align: left;
}
#beauty-retreat > section#gourmet > div > div.ingredients {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; /*横*/
	align-items: center; /*縦*/
	width: 600px;
	background-color: #FFF7C0;
	border-radius: 20px;
	margin: 0 auto 40px;
	padding: 22px 82px 22px;
	box-sizing: border-box;
}
#beauty-retreat > section#gourmet > div > div.ingredients > h5 {
	width: 100%;
	font-weight: 500;
	margin-bottom: 30px;
}
#beauty-retreat > section#gourmet > div > div.ingredients > div {
	width: 90px;
	font-size: 14px;
	font-weight: 400;
	line-height: 250%;
	margin-right: 25px;
}
#beauty-retreat > section#gourmet > div > div.ingredients > div:last-of-type {
	margin-right: 0;
}

#beauty-retreat > section#gourmet > div > div.comment {
	width: 680px;
	display: grid;
	grid-template-columns: 430px 190px; /*列*/
	grid-template-rows: 200px 1fr; /*行*/
	font-size: 15px;
	margin: auto;
	padding: 0 30px 30px;
	box-sizing: border-box;
	background-color: #fff;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #ececec calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #ececec calc(100% - 1px));
	background-size: 15px 15px;
	background-repeat: repeat;
	background-position: center center;
}
#beauty-retreat > section#gourmet > div > div.comment > div:nth-of-type(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
	font-weight: 400;
	text-align: left;
	line-height: 200%;
	padding: 30px 20px 0 0;
	box-sizing: border-box;
}
#beauty-retreat > section#gourmet > div > div.comment > div:nth-of-type(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	height: auto;
	font-size: 13px;
	font-weight: 400;
	
}
#beauty-retreat > section#gourmet > div > div.comment > div:nth-of-type(3) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
	padding-top: 10px;
	box-sizing: border-box;
}
#beauty-retreat > section#gourmet > div > div.comment > div:nth-of-type(3) > i {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
}
/*--------------- experience ---------------*/
#beauty-retreat > section#experience > div {
	width: 860px;
	background-color: #F2F5F8;
	border-radius: 6px;
	margin: 40px auto 0;
	padding: 40px 60px;
	box-sizing: border-box;
}
#beauty-retreat > section#experience > div > h2 {
	font-family: "Outfit", sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 180%;
	margin-bottom: 40px;
}
#beauty-retreat > section#experience > div > h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 180%;
	margin-bottom: 24px;
}
#beauty-retreat > section#experience > div > p {
	font-size: 17px;
	font-weight: 500;
	text-align: left;
	line-height: 190%;
	margin-bottom: 40px;
}
#beauty-retreat > section#experience > div > div.pict {
	margin: 40px 0;
	padding: 0 120px;
	position: relative;
}
#beauty-retreat > section#experience > div > div.pict:before {
	content: "";
    display: inline-block;
    background-image: url(../images/experience_ill_01.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10%;
    left: 0%;
    width: 80px;
    height: 169px;
}
#beauty-retreat > section#experience > div > div.pict:after {
	content: "";
    display: inline-block;
    background-image: url(../images/experience_ill_02.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 10%;
    right: 0%;
    width: 80px;
    height: 186px;
}

/*--------------- stay ---------------*/
#beauty-retreat > section#stay > div {
	width: 860px;
	background-color: #FFFCE9;
	border-radius: 6px;
	margin: 40px auto 60px;
	padding: 40px 60px;
	box-sizing: border-box;
}
#beauty-retreat > section#stay > div > h2 {
	font-family: "Outfit", sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 40px;
}
#beauty-retreat > section#stay > div > h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 24px;
}
#beauty-retreat > section#stay > div > p {
	font-size: 17px;
	font-weight: 500;
	text-align: left;
	line-height: 190%;
	margin-bottom: 40px;
}
#beauty-retreat > section#stay > div > div.pict {
	margin: 40px 0;
	padding: 0 120px;
	position: relative;
}
#beauty-retreat > section#stay > div > div.pict:before {
	content: "";
    display: inline-block;
    background-image: url(../images/stay_ill_01.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10%;
    left: 0%;
    width: 80px;
    height: 239px;
}
#beauty-retreat > section#stay > div > div.pict:after {
	content: "";
    display: inline-block;
    background-image: url(../images/stay_ill_02.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 10%;
    right: 0%;
    width: 80px;
    height: 249px;
}
#beauty-retreat > section#stay > div > div.pict2 {
	width: 740px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center; /*横*/
	align-items: top; /*縦*/
	margin: 40px 0;
	padding: 0;
}
#beauty-retreat > section#stay > div > div.pict2 > div {
	width: 350px;
	margin-right: 40px;
}
#beauty-retreat > section#stay > div > div.pict2 > div:last-of-type {
	margin-right: 0px;
}
#beauty-retreat > section#stay > div > div.pict > span,
#beauty-retreat > section#stay > div > div.pict2 > div > span {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	padding-top: 20px;
}
/*--------------- plan ---------------*/
#beauty-retreat > section#plan {
	padding: 0;
}
#beauty-retreat > section#plan > div {
	background-color: #1174BF;
	margin: 0px auto;
	padding: 60px 0;
	box-sizing: border-box;
}
#beauty-retreat > section#plan > div > div > h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 16px;
}
#beauty-retreat > section#plan > div > div {
	width: 680px;
	margin: auto;
	padding: 50px 0 60px;
	background-image: url(../images/plan_ill_01.webp);
	background-repeat: no-repeat;
	background-position: 100% 30%;
    background-size: 200px;
}
#beauty-retreat > section#plan > div > div > dl {
	width: 454px;
	display: flex;
	flex-wrap: wrap;
}
#beauty-retreat > section#plan > div > div > dl > dt {
	width: 54px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
	line-height: 190%;
}
#beauty-retreat > section#plan > div > div > dl > dd {
	width: 400px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
	line-height: 190%;
}
#beauty-retreat > section#plan > div > div > dl > dd > ul.list li {
	text-indent:-1em;
	padding-left:1em;
	line-height: 190%;
}
#beauty-retreat > section#plan > div > div > a.reserve {
	display: inline-block;
	width: 240px;
	height: 45px;
	color: #3F2F00;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFFCE3;
	border: #1664B2 1px solid;
	border-radius: 50px;
	margin: 30px 100% 0 0;
	position: relative;
}
#beauty-retreat > section#plan > div > div > a.reserve:after {
	content: "";
    display: inline-block;
    background-image: url(../images/stay_icon_arrow.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 8px;
    height: 14px;
}
#beauty-retreat > section#plan > div > div > a.reserve > span {
	display: flex;
	justify-content: center;
	align-items: center; /*縦*/
	height: 45px;
	letter-spacing: .1em;
}
#beauty-retreat > section#plan > div > div.pict {
	display: none;
}
#beauty-retreat > section#plan > div > div > ul.notes {
	color: #fff;
	font-size: 13px;
	text-align: left;
	margin-top: 20px;
}
#beauty-retreat > section#plan > div > div > ul.notes > li {
	line-height: 180%;
}
#beauty-retreat > section#plan > div > div > div.bbox {
	border: #fff 1px solid;
	border-radius: 5px;
	margin: 30px 30px 30px 0;
	padding: 15px;
}
#beauty-retreat > section#plan > div > div > div.bbox > h3 {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
	padding-bottom: 5px;
}
#beauty-retreat > section#plan > div > div > div.bbox > p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	line-height: 180%;
}
#beauty-retreat > section#plan > div > div > div.bbox > p > a:link,
#beauty-retreat > section#plan > div > div > div.bbox > p > a:visited,
#beauty-retreat > section#plan > div > div > div.bbox > p > a:hover,
#beauty-retreat > section#plan > div > div > div.bbox > p > a:active {
	color: #fff;
	border-bottom: #fff 1px dotted;
}


