@charset "utf-8";
/* CSS Document */
.main_reset {
  margin: 0;
  background: #fafbff;
  font-size: 100%;
}
img {
  width: 100%;
  vertical-align: top;
  display: block;
}
nav {
  background: #f5f3fa;
}

#nav_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  vertical-align: middle;
  margin:0 6px;
	padding-bottom:10px;
	letter-spacing:-0.1em;
}
.nav_ttl {
  font-size: 140%;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 1px #434343;
  position: absolute;
  background: #d4aca5;
  width: 80%;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
}

.foot_nav{width:60%;}

.nav_item {
  list-style: none;
  width: calc(100% / 2 - 8px);
  background: #6cb1c6;
  margin:4px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius:30px;
  font-family: "kiwi-maru", sans-serif;
  font-weight: 500;
  font-style: normal;  text-align: center;
	font-size:90%;
}
.nav_item a {
  color: #ffffff;
  font-size: 160%;
  font-weight: normal;
  text-decoration: none;
  height: 40px;
  display: block;
  vertical-align: middle;
  position: relative;
  border-radius:10px;
}
.nav_item a:hover {color:#271c1b;background:#ffffff;border-radius:10px;
}
.nav_bg {background-position: center;
  background-repeat: no-repeat;
  background-size: contain;}

.menu_arrow ul {
  margin:0;
  padding:0;
}
.menu_arrow li:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 6px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #e8e3d9;
}
h2 {
  text-align: center;
  color: #4d7887;
  padding-top: 30px;
font-family: "kaisei-opti", sans-serif;
font-weight: 700;
font-style: normal;
	background-image: url("img/bg_h2_lead.png");
	background-repeat: repeat-x;
	background-size: contain;
	font-size:160%;
	
}
h2.ttl_2nd{background:none;}

h2.ttl_pfm22 {
  font-family: "kiwi-maru", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-image: url("img/bg_ttl_photofacial.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  margin-top: 20px;
  padding: 70px 0;
  font-size: 160%;
  color: #315764;
}

section {
  margin: 0;
  padding: 0 0 60px;
}

p.main_description{margin:20px;  line-height: 1.6em;
  font-size: 90%;}
section dl{
margin:10px;
}
section dl:last-child{
margin-bottom:0;
}

section img{width:100%;max-width:100%;height:auto;}
section dl dt {
font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 130%;
color: #596971;
  text-align: center;
  margin: 4px 0 10px;
  font-weight: bold;
}
section dl dd {
	padding:15px;
  line-height: 1.6em;
  font-size: 80%;
}

img.line_margin{padding:10px 0;}

/*注釈リスト*/
.note{font-size:85%;list-style:none;margin:20px 0;line-height:1.6em;}
.note_frame{padding:20px;}
.note_frame ul li{margin-left:20px;}

.img_float_r img{float:right;width:40%;}
.img_float_l img{float:left;width:40%;}

.chart_arrow {
  margin: 10px auto;
  padding-bottom:10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid #454545;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 0;
}

.embed_margin{margin-top:10px;}
.time_cycle{padding:10px 16px 26px;line-height:1.6em;

}
.time_cycle dt{padding:6px;line-height:1.6em;
	color:#383838;
	font-family: "kiwi-maru", sans-serif;
  font-weight: 500;
  font-style: normal;
	border-radius:0;
	border:none;
	border-bottom:2px dotted #505050;
    background:none;
	text-align:center;
	padding-bottom:8px;
	margin:10px auto;}
.time_cycle dd{font-size:100%;text-align:center;padding:6px 6px 10px;}
.time_cycle img{padding:20px 0;}
.time_cycle span{font-size:80%;}

.dd_list dt{margin-top:30px;color:#313131;
  font-family: "kiwi-maru", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.dd_list dd{
    position: relative;font-size:80%;
    margin-left:15px;line-height:1.6em;
}
.dd_list dd:before {
    content: "";
    position: absolute;
    top:21px;
    left:0;
    width: 8px;
    height: 8px;
    background-color: #364537;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
.dd_list dd:last-child{padding-bottom:0;margin-bottom:0;}
.dd_list table{width:99%;margin:20px 0;}
.dd_list table td{padding:6px 0;border-bottom:#4D4D4D dotted 1px;}
.dd_list dd ul{margin:20px;}

.frame_merit {
  border-radius: 40px;
  padding: 40px 0;
  margin:70px 20px;
  position: relative;
}

.frame_merit p{margin:30px 20px 10px;  line-height: 1.6em;
  font-size: 90%;}

.frame_merit img {
margin-top:10px;
}

#merit01 {
  border: 3px #23ade5 solid;
}

#merit02 {
  border: 3px #b27ab1 solid;
}
.lightguide{padding:10px 20px;}

.merit_ttl {
  width: 80%;
  font-size: 160%;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  font-family: "kiwi-maru", sans-serif;
  font-weight: 500;
  font-style: normal;
	line-height:1.3em;
	background:#fafbff;
	text-align:center;
}
.m_ttl01{color: #23ade5;} 
.m_ttl02{color: #b27ab1;} 

/*.merit_ttl::before {
  content:'1.';
  font-size: 300%;
  left: 0;
  bottom: 0;
  float:left;
}*/

.photofacial_summary{margin:20px;}
.photofacial_summary h3{font-size:140%;text-align:center;margin:20px;}
.photofacial_summary p{line-height: 1.6em;font-size:90%;margin-bottom:30px;}
.pf_logo img{width:70%;margin:0 auto;}

.feature_box {
  width: 86%;
  margin: 20px auto;
  border-radius: 0;
  background: #7ea492;
}
h3.feature {
  padding: 20px 0 20px 60px;
  background: #494f4c;
  color: #fff;
  border-radius: 0;
font-family: dnp-shuei-mincho-pr6n, sans-serif;
font-weight: 400;
font-size:130%;
font-style: italic;
letter-spacing:0.2em;}

.feature_box p {
  padding:10px 20px;
  color: #fff;
  font-size: 80%;
	margin:0;
}
.feature {
  position: relative;
  padding-left: 60px;
  font-size: 20px;
  text-align: left;
}
.feature::before {
	content: attr(data-number);
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	font-size:70px;
	color:#8f9290;
	font-family: "annabelle-jf", sans-serif;
font-weight: 400;
font-style: normal;
	padding-top:10px;
}

/*.feature::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: rgba(63,193,201,1);
}*/

/*料金表*/
.price_frame {
  width: 98%;
  margin: 0 auto;
  font-size: 80%;
  border-collapse: collapse;
}
.price_frame th, .price_frame td {
  table-layout: auto;
  padding: 8px 6px;
  background: #FFFFFF;
  line-height: 1.2em;
  border: 3px #fafbff solid;
  border-radius: 10px;
}
.price_frame th {
  background: #6cb1c6;
  border: 3px #fafbff solid;
  color: #ffffff;
}
.price_frame th p{ font-size: 80%;
  line-height: 1.2em;
  margin: 2px 0;
  padding: 0;}
.p_menu {
  width:40%;
  border-left: 10px solid #fafbff;
  background: #FFFFFF;
  border-right: 1px dotted #48758a;
}

.discount_note{text-align:center;width:98%;font-size:110%;color:#AB1113;margin:10px auto;line-height:1.6em;}

.sub_name {
  font-size: 80%;
  line-height: 1.2em;
  margin: 2px 0;
  padding: 0;
}
.p_right {
  text-align: right;
  width:30%;
}
.p_right p {
  font-size: 70%;
  line-height: 1.2em;
  margin: 2px 0;
  padding: 0;
}
.p_note {
  margin:0 10px 30px;
  font-size: 80%;
  line-height: 1.4em;
  border-left: solid 3px #3c3133;
  padding-left: 30px;
  list-style: disc;
}
.p_note li {
  margin-top: 8px;
}
.p_label_maruyama{background:#09398C;color:#fff;padding:4px;
/*border:1px solid #09398C;*/width:40%;margin:6px auto 2px;}
.p_label_kotoni{background:#D58A29;color:#fff;padding:4px;
	/*border:1px solid #D58A29;*/width:40%;margin:6px auto 2px;}
.top_link {
  border-radius: 6px;
  font-size: 120%;
  font-weight: normal;
  text-decoration: none;
  height: 40px;
  display: block;
  vertical-align: middle;
  margin: 20px auto;
  line-height: 40px;
  background: #ffffff;
	color:#4b5048;
	width:88%;
}
.top_link a,.top_link a:hover{text-decoration:none;	color:#4b5048;	display:block;
}
.top_link a:hover{background:#CF2D30;color:#ffffff;border-radius: 6px;}
/*治療の流れ*/
.flow_container {
display: grid;
grid-template-columns: repeat(2, 50%);
grid-template-rows: repeat(2, 50%);
grid-column-gap: 0px;
grid-row-gap: 0px;
border-bottom:2px solid #424141;
margin:10px 20px 0;
}

.flow_last{border-bottom: none;}
.flow_last_space{border-bottom: none;margin-bottom:50px;}
.flow_text_s{font-size:80%;}
.flow_frame{border:1px solid #424141;text-align:center;}

.grid_step { grid-area: 1 / 1 / 2 / 2; }
.grid_title { grid-area: 2 / 1 / 3 / 2; }
.grid_icon { grid-area: 1 / 2 / 3 / 3; }

div.c_flow_step{
	background-color:#424141;
	color:#fff;
	border-radius:30px;
	line-height: 1.6em;
	margin:0 20px 10px;
	height:auto;
	padding:0 20px;
    font-weight: bold;
	font-size:140%;
	font-style: italic;
	/*position: relative;
	top:50px;*/
	text-align:center;}

.c_flow_title{font-weight: bold;
	font-size:120%;
	margin:0 0 10px;
	text-align:center;
	color:#424141;
	line-height: 1.2em;
}
.c_flow_icon{
	text-align:center;
	max-width:80%;
	margin:0 auto 20px;
}
.c_flow_exp{font-size:90%;line-height:1.6em;
  padding: 10px 20px;
}

.c_flow_exp p{font-size:80%;line-height:1.6em;
  padding:0;margin:10px 0;
}

.triangle {
margin:10px auto;
 width:0;
  height:0;
  border-style: solid;
 border-top: 30px solid #ffc524;
 border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 0;
}