@charset "utf-8";
/* CSS Document */
.main_reset {
  margin: 0;
  background: #ffffff;
  font-size: 100%;
}
img {
  width: 100%;
  vertical-align: top;
  display: block;
}
nav {
  /*background:url("img/bg_hyaluronic_menu.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:top;*/
	height:auto;
	padding:20px 0;
}

#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: #2083bb;
  margin: 4px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius: 30px;
font-family: "kosugi-maru", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  font-size: 80%;
}
.nav_item a {
  color: #ffffff;
  font-size: 150%;
  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:30px;
}
.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: #383838;
  padding-top: 0;
  font-family: "kosugi-maru", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-repeat: repeat-x;
  background-size: contain;
  font-size: 160%;
	margin-top:40px;
}
h2.ttl_2nd {
  background: none;
}

h2.ttl_hyaluronic {
font-family: "kosugi-maru", sans-serif;
font-weight: 400;
font-style:italic;
	background-image: url("img/bg_ttl_hyaluronic.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  margin-top: 20px;
  padding: 70px 0;
  font-size: 170%;
  color: #383838;
}
h3 {
  text-align: center;
  color: #383838;
  padding-top: 30px;
font-family: "kosugi-maru", sans-serif;
font-weight: 400;
font-style: normal;  background-repeat: repeat-x;
  background-size: contain;
  font-size: 160%;
}
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: "kosugi-maru", 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;}
.dd_list{width:90%;margin:0 auto;}
.dd_list dt{margin:40px auto 20px;color:#383838;
	font-weight:normal;width:100%;font-size:20px;
}
.dd_list dd {
  position: relative;
  font-size: 14px;
  margin:0 10px 10px;
  padding:0 10px 4px;
  line-height: 1.6em;
}

.dd_list dd::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 6px;
  height: 6px;
	background-color:#716a72;
	border-radius: 50%;
}

.dd_list dd:last-child {
  padding-bottom:20px;
  margin-bottom:40px;
}

.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;}

dl.product_list {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
.product_list dt {
  color: #716a72;
  padding-top: 10px;
  font-family: "kosugi-maru", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 4px;
}
.product_list dt span {
  font-size: 60%;
}
.product_box {
  width: calc(100%/2 - 30px);
  margin: 10px auto;
/*  border: 1px solid #222;
  border-radius: 10px;*/
}
.product_box dt {margin-top:10px;font-size:16px;}
.product_box dd {padding:10px 0;}
.bg_p_common{background-position:right top;background-repeat: no-repeat;background-size:contain;background-color:rgba(255,255,255,0.6);
background-blend-mode:lighten;}
/*#bg_juvederm{background-image: url("img/product_juvederm02.jpg");}
#bg_redensity{background-image: url("img/product_redensity.jpg");}
#bg_restylane{background-image: url("img/product_restylane.jpg");}
#bg_cleviel{background-image: url("img/product_cleviel.jpg");}
#bg_belotero{background-image: url("img/product_belotero.jpg");}
*/
.original-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
  width:80%;
  height: 40px;
  font-weight: bold;
  transition: 0.3s;
  background-color: [object object];
  background-image: radial-gradient(circle at 100% 0%, rgba(238, 192, 224, 1), rgba(175, 231, 254, 1));
	margin:0 auto;
}

.original-button:hover {
  opacity: .5;
}
.img_injection img {
  width: 100%;
  margin: 0 auto;
}
.img_dr-itami img {
  width: 94%;
  margin: 20px auto;
	padding:10px;
	border-radius:10px;
}
/*.btn_detail {
  padding: 10px;
  margin: 0;
  background: #342c1f;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
}
.btn_detail a {
  display: block;
}
*/
.detail_description{margin:20px;  line-height: 1.6em;
  font-size: 90%;}

/*詳細リスト・料金表*/
.detail_frame {
  width: 94%;
  margin: 0 auto;
  font-size: 12px;
  border-collapse: collapse;
}
.detail_frame th, .detail_frame td {
  table-layout: auto;
  padding:10px 6px;
  line-height: 1.2em;
  border-top: 2px #716a72 solid;
	border-bottom: 2px #716a72 solid;
	border-right: 4px #ffffff solid;
	border-left: 4px #ffffff solid;vertical-align: middle;
}
th.table_valign{width:20%;writing-mode:vertical-rl;}
.detail_frame th{width:20%;color:#716a72;vertical-align: middle;}
.detail_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;}
h3.concept-title {
  font-weight: bold;
  text-align: left;
  position: relative;
  padding-left: 20px;
  padding-top: 5px;
  line-height: 1.3;
  z-index: 1;
  height: 90px;
  margin: 60px 20px 20px;
}
h3.concept-title::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 25px;
  width: 4px;
  height: 90px;
  background-color: #d8d5d2;
  transform: rotate(30deg);
  z-index: -1;
}
/* メインテキスト */
h3.concept-title .main {
  display: inline-block;
  font-size: 26px;
  color: #333;
  font-family: "kosugi-maru", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
/* サブテキスト（下に表示・小さく・薄く） */
h3.concept-title .sub {
  display: inline-block;
  font-size: 16px;
  color: #999;
padding-left:8px;font-family: "niveau-grotesk", sans-serif;
font-weight: 400;
font-style: italic;}

h4{margin:20px;font-weight:bold;font-size:16px;margin-top:10px;}
#juvederm_feature{
	margin:0;padding:0;
	background:#f5eee3;
	display:flex;
}


/*施術の流れ*/
.Inner {
  width: 90%;
  margin: 0 auto;
}
.List-Item {
  border-top: 1px solid #ddd;
  width: 100%;
}
.List-Item:first-of-type {
  border-top: none;
}

.List-Item-Content {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
  max-width: 1100px;
  margin: 0 auto;
}

/* 左側：数字と棒 */
.Step-Icon {
  flex-shrink: 0;
  position: relative;
  margin-right: 20px;
}

.Step-Number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: #716a72;
  color: #fff;
  font-size: 32px;
  position: relative;
  z-index: 1;
}

.Step-Line {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100px;
  background-color: #716a72;
  z-index: 0;
}

/* 右側：タイトルと説明 */
.Step-Text {
  flex: 1;
}

.Step-Title {
  color: #716a72;
  font-size: 24px;
  margin: 8px 0;
  font-weight: bold;
}

.Step-Description {
  font-size: 16px;
  line-height: 1.6;
}

/* --- スマホ対応 --- */
@media screen and (max-width: 540px) {
  .List-Item-Content {
    flex-direction: row;
    align-items: flex-start;
    padding: 15px 0;
  }

  .Step-Number {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .Step-Line {
    width: 2px;
    height:80px;
  }

  .Step-Title {  margin: 8px 0;
    font-size: 18px;
  }

  .Step-Description {
    font-size: 13px;
  }
}
