@charset "UTF-8";


/* mv
-------------------------------------------------- */
section.mv {
	height: 350px;
	/*background-image: url(/about/beginner/img/about-beginner-reservation001.jpg);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

section.mv .inner_mv {
	width: 100%;
	height: 100%;
	/*background-image: url(/img/campaign-dot.png);*/
}

section.mv .inner_mv .container {
	text-align: center;
    padding-top: 95px;
}

section.mv .inner_mv .container .ttl {
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #004EA2;
}

section.mv .inner_mv .container .ttl_sub {
	margin-top: 20px;
}

section.mv .inner_mv .container .description {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 1px;
	color: #000000;
	margin-top: 10px;
}


/* flow
-------------------------------------------------- */
section.flow {
  padding: 60px 0;
  background-color: #D9E5F1;
  text-align: center;
}

section.flow .ttl {
	font-size: 26px;
	font-weight: normal;
  letter-spacing: 4px;
	color: #584e3e;
}

section.flow .ttl span {
	display: block;
	margin-bottom: 20px;
}

section.flow .ttl span.description {
  font-size: 14px;
  letter-spacing: 1.8px;
}

section.flow .flow_content {
  width: 920px;
  padding: 0 40px;
  background-color: #fff;
  margin: 50px auto 0;
}

.flow_content li {
  padding: 40px 0;
  border-bottom: 2px solid #004EA2;
  text-align: left;
}

.flow_content li:last-child {
  border-bottom: none;
}

.flow_content li h4 {
  font-size: 26px;
  font-weight: normal;
	color: #004EA2;
}

.flow_content li .flow_txt {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #000000;
  overflow: visible;
  font-family: "Noto Sans Japanese";
}
.flow_txt.--adj{
  margin-top: 0;
}
.title_highlight {
	text-align: center;
	font-size:20px;
	margin:40px 0 25px;
	color:#004EA2;
}
.title_highlight span{
    background: linear-gradient(180deg,rgba(255,255,255,0) 60%, #E9F6FB 90%);
}

.flow_content li .mt0 {
  margin-top: 30px;
}
.p-flow_01{
  max-width: 700px;
  width: 100%;
}
.flow_content li h4.flow_01_ttl {
  height: 29px;
  padding: 20px 0 0 50px;
  background: url(/about/beginner/img/1.png) no-repeat top left;
}
.flow_01_ttl--hr{
  border-top: 2px solid #004EA2;
   width: 100%;
   float: left;
}
.flow_content li h4.flow_02_ttl {
  height: 29px;
  padding: 20px 0 0 54px;
  background: url(/about/beginner/img/2.png) no-repeat top left;
}

.flow_content li h4.flow_03_ttl {
  height: 30px;
  padding: 20px 0 0 53px;
  background: url(/about/beginner/img/3.png) no-repeat top left;
}

.flow_content li h4.flow_04_ttl {
  height: 29px;
  padding: 20px 0 0 54px;
  background: url(/about/beginner/img/4.png) no-repeat top left;
}

.flow_content li h4.flow_05_ttl {
  height: 31px;
  padding: 20px 0 0 53px;
  background: url(/about/beginner/img/5.png) no-repeat top left;
}

.flow_content li h4.flow_06_ttl {
  height: 30px;
  padding: 20px 0 0 56px;
  background: url(/about/beginner/img/6.png) no-repeat top left;
}

.flow_content li .flow_01_wrap {
  max-width: 640px;
  width: 100%;
  margin: 30px auto 0;
  display: flex;
  align-items:flex-end;
  justify-content: center;
}
.flow_01_wrap--right{
  margin-left: 30px;
}
.flow_content .f_left {
  float: left;
}
.flow_content .f_right {
  float: right;
}
.flow_content li .flow_txt_b {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #004EA2;
  display: grid;
  place-content: center;
}
.flow_txt_b.--adj{
  line-height: 1.5;
}
@keyframes btn_arrow_on {
	0%		{ background-position: 270px center; }
	20%		{ background-position: 260px center; }
	100%	{ background-position: 270px center; }
}

.flow_content li .reserveBtn {
	width: 300px;
	height: 40px;
  margin: 0 0 7px;
}

.flow_content li .reserveBtn a {
	color: #e5ad6a;
  border: none;
	background-color: #521114;
	background-image: url(/about/beginner/img/about-beginner-arrow.png);
	background-position: 270px center;
}

.flow_content li .reserveBtn a:hover {
	color: #ffffff;
	background-color: #833a3d;
	background-image: url(/common/img/muiti-button-arrow-on.png);
	animation: btn_arrow_on 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.flow_content li .reserveBtn span {
  font-size: 14px;
}

.flow_content li .secondBtn {
	width: 300px;
	height: 40px;
  margin: 35px 0 0;
}

.flow_content li .secondBtn a {
	color: #ffffff;
  border: none;
	background-color: #b99656;
	background-image: url(/common/img/muiti-button-arrow-on.png);
	background-position: 270px center;
}

.flow_content li .secondBtn a:hover {
	animation: btn_arrow_on 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.flow_content li .secondBtn span {
  font-size: 14px;
  letter-spacing: -0.01em;
}

.flow_content h5 {
  height: 40px;
  background-color: #7FA6D0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

.flow_content li table {
  width: 400px;
}

.flow_content li table th {
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  color: #a97200;
  background-color: #fef9f2;
  border-bottom: 1px solid #e5dace;
}

.flow_content li table td {
  position: relative;
  width: 80%;
  vertical-align: top;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  text-align: justify;
  border-bottom: 1px solid #e5dace;
}

.flow_content li table td.arrow::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 35%;
  width: 20px;
  height: 10px;
  background: url(/about/beginner/img/about-biginner-appointment.png) no-repeat;
}

.flow_content .flow_caution {
  margin-top: 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
  color: #333;
}

.flow_content .after_point {
  width: 100%;
  max-width: 329px;
  height: 80px;
  background: url(/about/beginner/img/about-beginner-powder-room001.png) no-repeat left top #E9F6FB;
  margin-top: 20px;
}

.flow_content .after_point span {
  display: block;
  margin-left: auto;
  padding: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #004EA2;
  max-width: 57%;
}

.flow_content .flow_06_bnr {
  margin-top: 20px;
  font-size: 0;
  display: flex;
  align-items:flex-end;
  justify-content:flex-start;
}

.flow_content .flow_06_bnr a {
  margin-right: 10px;
}

.flow_content .flow_06_bnr a:last-child {
  margin-right: 0;
}

section.flow .flow_terms {
	width: 1000px;
	margin: 20px auto 0;
	font-size: 14px;
	color: #666666;
	text-align: left;
}

.box1-1 p:nth-child(odd) {
	text-align: center;
    background: #004EA2;
    color: #fff;
    margin-top: 10px;
	padding: 5px 0;
}
.box1-1 p:nth-child(even) {
    margin-top: 5px;
    line-height: 1.2;
    text-align: justify;
}
.box1-1 {
	width:100%;
}
.flow_center {
	text-align:center;
  padding: 20px 0 10px;
	margin-bottom:-10px;
}


/* CAUNSELING
-------------------------------------------------- */
section.caunseling {
  padding: 70px 0;
  background-color: #fcf8f5;
  text-align: center;
}

section.caunseling p {
  font-size: 14px;
  color: #5c4c3c;
  margin-bottom: 20px;
}

@keyframes btn_arrow_on_02 {
	0%		{ background-position: 360px center; }
	20%		{ background-position: 350px center; }
	100%	{ background-position: 360px center; }
}

section.caunseling .reserveBtn {
	width: 405px;
	height: 60px;
  margin: 0 auto;
}

section.caunseling .reserveBtn a {
	color: #e5ad6a;
  border: none;
	background-color: #521114;
	background-image: url(/about/beginner/img/about-beginner-arrow.png);
	background-position: 360px center;
}

section.caunseling .reserveBtn a:hover {
	color: #ffffff;
	background-color: #833a3d;
	background-image: url(/common/img/muiti-button-arrow-on.png);
	animation: btn_arrow_on_02 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

section.caunseling .reserveBtn span {
  letter-spacing: 4px;
}


/* campaign
-------------------------------------------------- */
section.campaign {
	padding: 42px 0 50px;
}

section.campaign h2 {
	height: 12px;
	text-align: center;
}

section.campaign h2:after {
	background-color: #b39a7a;
	content: "";
	display: block;
	height: 1px;
	margin: 12px auto;
	width: 30px;
}

section.campaign h2 img {
	height: 100%;
	width: auto;
}

section.campaign p {
	margin: 30px auto;
	font-size: 16px;
	text-align: center;
}

section.campaign .h2-ttl-copy {
	margin: 30px auto 0;
	font-size: 26px;
}

section.campaign ul {
	font-size: 0;
	margin: 20px auto 0;
	width: 1000px;
}

section.campaign ul {
	text-align: center;
}

section.campaign ul li {
	display: inline-block;
	vertical-align: top;
}

section.campaign ul li {
	width: 245px;
}

section.campaign ul li + li {
	margin-left: 18px;
}

section.campaign ul li img {
	width: 100%;
}

section.campaign .btn_to a {
	background: url(/common/img/multi-button-arrow-down.png) no-repeat 95% center;
	background-size: auto 18%;
	border: 1px solid #b39a7a;
	display: inline-block;
	font-size: 16px;
	padding: 10px 0;
	text-decoration: none;
	transition: all 0.3s;
	width: 270px;
}

section.campaign .btn_to a:hover {
	animation: btn_arrow_on 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
	background-color: #471311;
}

@keyframes btn_arrow_on {
	0%		{ background-position: 95% center; }
	20%		{ background-position: 85% center; }
	100%	{ background-position: 95% center; }
}

section.campaign .btn_to a span {
	color: #b39a7a;
}

section.campaign {
	background-color: #ffffff;
}

section.campaign .btn_to a {
	width: 360px;
}


/* faq
-------------------------------------------------- */
section.faq {
  padding: 60px 0;
  background-color: #fcf8f5;
  text-align: center;
}

section.faq .ttl {
	font-size: 26px;
	font-weight: normal;
  letter-spacing: 4px;
	color: #584e3e;
}

section.faq .ttl span {
	display: block;
	margin-bottom: 20px;
}

section.faq .ttl span.description {
  font-size: 16px;
  letter-spacing: 1.8px;
}
div.inner_qa .ttl_ul,
section.faq .ttl_ul {
  margin: 40px auto 0;
  width: 1000px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  background-color: #B2C9E3;
}

section.faq ul {
  background-color: #fff;
  padding: 0 40px;
  width: 920px;
  margin: 0 auto;
}

section.faq li {
  border-bottom: 1px solid #f0ede5;
  text-align: left;
}

section.faq li:last-child {
  border-bottom: none;
}

section.faq li > a {
  position: relative;
  display: block;
  padding: 20px 30px;
  color: #333;
  font-size: 16px;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-decoration: none;
  background: url(/about/beginner/img/about-beginner-faq-arrow-off.png) no-repeat right center;
}

section.faq li > a.on {
  background: url(/about/beginner/img/about-beginner-faq-arrow-on.png) no-repeat right center;
}

section.faq li > a::before {
  position: absolute;
  top: 19px;
  left: 0;
  content: "Q.";
  color: #b39a7a;
}

section.faq li p {
  position: relative;
  padding: 0 10px 20px 30px;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  display: none;
  text-align: justify;
}

section.faq li p::before {
  position: absolute;
  top: 0;
  left: 2px;
  content: "A.";
  font-size: 16px;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #b39a7a;
}


/* remodal
-------------------------------------------------- */
section.remodal .remodal_content {
	padding: 60px;
}

section.remodal .remodal_content .ttl {
	color: #584e3e;
	font-size: 24px;
	font-weight: normal;
}

section.remodal .remodal_content .txt {
	margin-top: 40px;
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	letter-spacing: -0.01em;
}

section.remodal .remodal_content .txt a {
	color: #c4a982;
}

section.remodal .remodal_content .txt_sub {
	margin: 70px 0 10px;
	font-size: 12px;
	color: #333;
}


/* Q&A
-------------------------------------------------- */

table{
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

.faq_content {
    padding: 16px 35px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 14px;
    line-height: 1.8;}

table {
    border-collapse:collapse;
/*    border-collapse: separate; */
    border-spacing: 0px;
}

.centers{
	text-align: center;
}

.menuSection__button {
    margin-top: 50px;
}
#qa div.menuSection__button a.newbtn_pink {
    margin: 40px auto 0;
}
div.menuSection__button a.newbtn_pink, div.menuSection__button a {
    overflow: hidden;
    padding: 0 0 0;
    min-width: 350px;
    font-size: 18px;
    text-align: center;
    height: 80px;
}
div.menuSection__button a.newbtn_pink img {
    width: 50px;
}
div.menuSection__button a.newbtn_pink span {
    display: inline-block;
    margin: 0 20px 0 20px;
}
.box{
  width: 100%;
}
.box1{
  padding: 0 25px 20px;
}
.box2{
  padding: 0;
}
.p-content-lead{
  width:100%;
  max-width:calc(100% / 2 - 8px);
  /* margin-top: -30px; */
}
.p-content{
  max-width:530px;
  width: 100%;
  margin-top: -30px;
}
.c-clr-img--adj{
  width: 329px;
  object-fit: cover;
  margin-top: 40px;
}
.c-clr-img{
  width: 159.5px;
  object-fit: cover;
}
.c-clr-thumb{
  width: 329px;
  object-fit: cover;
   height: 201px;
   margin-top: -5px;
}
.p-content-thumb{
  display: block;
}
.c-content-thumb{
  object-fit: cover;
  max-width: 180px;
  width: 100%;
  height: 56px;
}
.c-content-thumb.--adj{
  height: 60px;
}
.breadcrumb{
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.c-flow-button{
  margin-top:7px;
  margin:0 auto;
}
.p-box-inner{
  background: #FDEDEE;
  width: 436px;
  margin: 20px auto;
  padding:10px;
}
.p-clr-graph-wrap{
  display: flex;
  align-items:flex-start;
  justify-content: space-between;
}
.p-clr-graph{
  max-width:calc(100% / 2 - 8px);
  width: 100%;
}
.box1-1 p.c-clr-graph--text{
  margin-top: 20px;
}
.c-clr-graph--img{
  text-align: center;
  padding: 20px 0 10px;
  margin:0px auto;
  display: block;
  width: 60px;
  object-fit: contain;
}
.box1-1{
  box-sizing: border-box;
}
.p-whitening__about__sec, .l-main__inner--pconly{
  max-width: 1196px;
    margin: 0 auto;
}
.-qa .p-whitening__secttl{
  margin-top: 20px;
}