@charset "UTF-8";

/* --------------------------------------------------------------------
	title
-------------------------------------------------------------------- */

.title_treatment {
  width: 100%;
  max-width: 1200px;
  margin:0 auto;
}
._skin {
  background:URL(../images/menu_title_skin.jpg) no-repeat right;
  background-size:contain;
  max-height:500px;
}
._smasup {
  background:URL(../images/skin/title_smasup.jpg) no-repeat center;
  background-size:contain;
  max-height:500px;
}
._splendor {
  background:URL(../images/skin/title_splendor.jpg) no-repeat right;
  background-size:contain;
  max-height:500px;
}

._in_title {
  width:60%;
  text-align: center;
  padding:40px 0 50px;
}
.title_treatment .catch {
  font-family: 'Noto Serif JP', serif;
  font-weight:500;
  font-size:2.0rem;
  line-height: 1.3em;
  margin-bottom: 25px;
  letter-spacing:0.03em;
}
.title_treatment .catch span {
  color:#f071a3;
}
.title_treatment .title {
  border-image:linear-gradient(to right, #FFFFFF, #b4baca, #FFFFFF) 1;
  border-top:3px solid;
  border-bottom:3px solid;
  padding:40px 0 30px;
}
.title_treatment h1 {
  font-family: 'Noto Serif JP', serif;
	font-size:3.4rem;
	letter-spacing:0.02em;
  margin-bottom: 30px;
}
.title_treatment .title span {
  font-family: 'Noto Serif JP', serif;
  color:#b4baca;
  font-size: 1.5rem;
}
.title_treatment .text {
  font-size:1.3rem;
  line-height: 1.5em;
  margin-top: 30px;
}
@media screen and (max-width:770px){
  .title_treatment {
    margin:5px auto 0;
  }
  ._in_title {
    width:57%;
    margin-left:1.5%;
    padding:10px 0 20px;
  }
  .title_treatment .catch {
    font-size:1.1rem;
    margin-bottom: 8px;
    font-weight: 600;
  }
  .title_treatment h1 {
    font-size:1.7rem;
    margin-bottom: 4px;
    letter-spacing:0;
    font-weight:600;
  }
  .title_treatment .title {
    border-top:2px solid;
    border-bottom:2px solid;
    padding:10px 0 7px;
  }
  .title_treatment .title span {
    font-size: 0.9rem;
  }
  .title_treatment .text {
    font-size:0.85rem;
    line-height: 1.4em;
    margin-top: 7px;
  }
}



/* --------------------------------------------------------------------
	詳細ページ
-------------------------------------------------------------------- */

#main_bnr {
	margin:0 auto;
	text-align:center;
	background:linear-gradient(to right, #FFFFFF, #FFFFFF, #E5E6EF);
}
#main_bnr2 {
	margin:0 auto;
	text-align:center;
	background:rgba(255,255,255,0.7);
}

ul.page_link {
	margin:4% auto 12%;
  text-align:center;
}
ul.page_link:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
ul.page_link li {
	display:inline-block;
	width:15.6%;
	margin:0 0.7% 1% 0;
  vertical-align:bottom;
}
/*ul.page_link li:last-child {
	margin-right:0;
}*/
ul.page_link li a {
	color:#6D69A3;
	text-decoration:none;
	display:block;
	border:1px solid #6D69A3;
	text-align:center;
	font-size:1.0rem;
	line-height:1.4em;
	background:#FFFFFF;
	padding:30px 0 50px;
	position:relative;
}
ul.page_link li a.line2 {
	padding:15px 0 40px;
}
ul.page_link li a:hover {
	background:#E7E8F0;
}
ul.page_link li a::after {
	content: "";
	width:20px;
	height:20px;
	border-right:2px solid #6D69A3;
	border-bottom:2px solid #6D69A3;
	display:inline-block;
	transform:rotate(45deg);
	position:absolute;
	top:70px;
	left:48%;
}
@media screen and (max-width:770px){
	ul.page_link li {
		width:32%;
		margin:0 -1px 0.5% 0;
	}
	ul.page_link li a, ul.page_link li a.line2 {
		padding:15px 0 25px;
		font-size:1rem;
		letter-spacing:0.03em;
	}
  ul.page_link li a.line2 {
		padding:6px 0 16px;
	}
	ul.page_link li a::after {
		width:6px;
		height:6px;
		top:45px;
		left:50%;
	}
}

.main_text {
	text-align:center;
	line-height:1.5em;
	margin:0 auto;
	padding:0 4%;
}
.main_text p {
	margin-bottom:20px;
}
.main_text p span {
	color:#E7211A;
	font-weight:500;
}
@media screen and (max-width:770px){
	.main_text {
		margin:0 auto 12%;
	}
}

/***** 特徴 *****/
.cont_feature {
	background:#E7E8F0;
	padding:3% 0 1%;
	margin:3% auto 7%;
    max-width:1200px;
}
.cont_feature .sub_title {
	font-size:1.4rem;
	font-weight:500;
	text-align:center;
	line-height:1.5em;
	margin-bottom:1.5%;
}
.cont_feature .feature_box {
	border-radius:10px;
	max-width:1000px;
	padding:2% 3% 2%;
	margin:0 auto 3%;
    background:#FFFFFF;
}
.cont_feature .feature_box dl {
    width:47%;
    margin:0 3% 0 0;
    display: inline-block;
    vertical-align: top;
}
.cont_feature .feature_box dl:last-child {
    margin:0;
}
.cont_feature .feature_box dt {
    font-weight: 500;
    font-size:1.2rem;
    border-bottom: 3px solid #CCCCCC;
    text-align: center;
    padding-bottom:7px;
    margin-bottom: 15px;
}
.cont_feature .feature_box dd.img {
    text-align: center;
    margin-top:10px;
}
.cont_feature .feature_box dd.img img {
max-width:272px;
width:80%;
}
@media screen and (max-width:770px){
    .cont_feature {
        padding:2%;
    }
}

/***** 施術の流れ *****/
.cont_flow {
	margin:3% auto 7%;
  max-width: 1000px;
}
.cont_flow ol li {
  border:3px solid #CCCCCC;
  background:rgba(255,255,255,0.5);
  padding:15px 25px;
  margin:0 auto 30px;
  border-radius: 10px;
  width:92%;
  max-width: 1000px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.cont_flow ol li::after {
	content: "";
	border-left:30px solid transparent;
	border-right:30px solid transparent;
	border-top:30px solid #CCCCCC;
	position:absolute;
	top:101%;
	left:50%;
}
.cont_flow ol li:last-child::after {
	content: "";
	border:none;
}
.cont_flow ol li div {
  width:75%;
  padding:10px 0;
}
.cont_flow ol li .title {
    font-weight: 500;
  font-size:1.3rem;
  margin-bottom:10px;
}
.cont_flow ol li .title span {
  color:#8389AC;
  font-size:2.0rem;
  margin-right: 10px;
}
.cont_flow ol li p.img {
    text-align: right;
    width:25%;
}
.cont_flow ol li p.img img {
    width:100%;
    max-width:200px;
}
.cont_flow ol li a:hover {
  text-decoration: none;
}
@media screen and (max-width:770px){
  .cont_flow ol li {
  padding:10px 10px 10px 15px;
  margin:0 auto 20px;
}
.cont_flow ol li div {
  width:65%;
}
.cont_flow ol li::after {
	border-left:20px solid transparent;
	border-right:20px solid transparent;
	border-top:20px solid #CCCCCC;
	left:45%;
}
.cont_flow ol li p.img {
    width:30%;
}
}
}

.cont_flow table {
	width:100%;
	margin:7% auto 0;
}
.treatment_remarks table {
	width:100%;
	margin:0 auto 3%;
}
.cont_flow table th, .treatment_remarks table th {
	background:#E7E8F0;
	padding:2%;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
  width:20%;
}
.cont_flow table td, .treatment_remarks table td {
	padding:2%;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

/***** リスト *****/

.line_list ul {
  display: flex;
  justify-content: space-around;
  margin:0 auto;
}
.line_list ul._3line li {
  width:29%;
  border:3px solid #CCCCCC;
  text-align: center;
  background: rgba(255,255,255,0.5);
  padding:15px 1% 25px;
}
.line_list ul._3line li img {
  width:100%;
  max-width: 300px;
}
.line_list ul li .title {
  font-size: 1.2rem;
  font-weight: 500;
}
.line_list ul li .text {
  background:#E7E8F0;
  padding:10px 5px 12px;
  line-height: 1.5em;
}

/* --------------------------------------------------------------------
	タブ
-------------------------------------------------------------------- */

.tab_panel {
  display: none;
}
.tab_panel.active {
  display: block;
}
.panel ul {
  margin: 0 auto;
}
.tab_title {
  font-weight: 500;
  font-size:1.3rem;
  margin:0 auto 20px;
  border-left:4px solid #E7211A;
  padding-left: 10px;
  line-height: 1.0em;
}
.btn_area {
  margin:0 auto 100px;
  width: 96%;
  max-width: 1000px;
}
.btn_area_in {
  text-align: center;
  display: flex;
  justify-content: center;
}
.btn_area .tab_btn {
  border-bottom: 4px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
  width:33%;
  padding:20px 5px;
  cursor: pointer;
  font-size:1.1rem;
  line-height: 1.4em;
  font-weight: 500;
}
.btn_area .tab_btn:first-child {
  border-left:1px solid #CCCCCC;
}
.btn_area .tab_btn2 {
  border-bottom: 4px solid #CCCCCC;
  width:50%;
  padding:20px 5px;
  cursor: pointer;
  font-size:1.2rem;
  line-height: 1.4em;
  font-weight: 500;
}
.btn_area .active {
  position: relative;
  transition:all 0.4s;
  color:#E7211A;
  border-bottom: 4px solid #E7211A;
}
.btn_area .active::before {
	content:"";
	position:absolute;
	bottom:-34px;
	left:45%;
	margin-left:14px;
	border:17px solid transparent;
	border-top-color:#E7211A;
	transition:all 0.4s;
}
.btn_area span {
  font-size:0.9rem;
}
.btn_area p.catch {
  color:#333333;
  background:#eeeeee;
  padding:5px;
  font-size:0.9rem;
  margin-bottom: 15px;
}
/*.btn_area .tab_btn {
	margin:0 5px 15px;
  padding:25px 10px;
	font-size:1.1rem;
  line-height: 1.7em;
  font-weight: 500;
  max-width:400px;
  width:28%;
  border:1px solid #666666;
  cursor: pointer;
  background:#FFFFFF;
}
.btn_area .tab_btn2 {
	margin:0 5px 15px;
  padding:25px 10px;
	font-size:1.1rem;
  line-height: 1.7em;
  font-weight: 500;
  max-width:500px;
  width:43%;
  border:1px solid #666666;
  cursor: pointer;
  background:#FFFFFF;
}
.btn_area span.pink {
  color:#ff7670;
}
.btn_area .active {
  background:#666666;
	color:#FFFFFF;
  position: relative;
  transition:all 0.4s;
}
.btn_area .active::before {
	content:"";
	position:absolute;
	bottom:-24px;
	left:45%;
	margin-left:14px;
	border:12px solid transparent;
	border-top-color:#666666;
	transition:all 0.4s;
}*/
@media screen and (max-width:770px){
  .tab_title {
  margin:0 auto 10px;
  padding-left: 7px;
  margin-left: 5px;
  font-size:1.2rem;
}
  .btn_area {
    margin-bottom:80px;
  }
  /*.btn_area .tab_btn, .btn_area .tab_btn2 {
    margin:0 3px;
    padding:15px 5px;
    font-size:1.0rem;
    line-height: 1.3em;
  }
  .btn_area .tab_btn span, .btn_area .tab_btn2 span {
    font-size:0.8rem;
  }
  .btn_area .active::before {
    left:30%;
  }*/
  .btn_area .tab_btn {
  font-size:1.0rem;
}
.btn_area .tab_btn2 {
  font-size:1.1rem;
}
.btn_area .active::before {
	left:35%;
}
.btn_area p.catch {
  margin-bottom: 10px;
}
}





.type_line3 {
  display: flex;
  margin:0 auto 100px;
}
.type_line3 dl {
  width:30%;
  border:3px solid #CCCCCC;
  border-radius: 20px;
  padding:20px 25px;
  margin-right: 20px;
}
.type_line3 dl dt {
  text-align: center;
  font-size:1.4rem;
  font-weight: 500;
  border-bottom: 3px dotted #CCCCCC;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width:770px){
  .type_line3 {
    display:inherit;
  }
  .type_line3 dl {
    margin:0 auto 20px;
    width:90%;
    display: block;
    padding:15px 15px;
  }
}


/*メソナJ*/
.mesonaj_course {
    margin:30px auto;
    display: flex;
    justify-content: center;
    max-width:1200px;
}
.mesonaj_course li {
	width:33%;
    margin:0 1%;
    vertical-align: top;
    border:3px solid #CCCCCC;
}
.mesonaj_course h3 {
    font-weight:500;
    font-size:1.4rem;
    padding:5px 15px 15px;
    line-height: 1.5em;
}
.mesonaj_course h3 span.catch {
    font-size:1.0rem;
    color:#666666;
}
.mesonaj_course li dl dt {
	text-align:center;
	padding:7px 10px;
    background:#666666;
    color:#FFFFFF;
    font-weight: 500;
}
.mesonaj_course li dl dd {
    text-align: left;
    padding:15px 15px;
    font-size:0.95rem;
}
.mesonaj_course li dl dd p {
    border-top:4px dotted #bbbbbb;
    margin:8px 0 0;
    padding:8px 0 0;
}
.mesonaj_course li span#yellow {
    border:1px solid #edda6f;
    border-radius: 5px;
    background: #ffed8b;
    padding:0 5px;
    margin:0 3px;
}
.mesonaj_course li span#pink {
    border:1px solid #ed6fa3;
    background: #f6c7da;
    border-radius: 5px;
    padding:0 5px;
    margin:0 3px;
}
.mesonaj_course li span#orange {
    border:1px solid #ed876f;
    background: #ffb9a8;
    border-radius: 5px;
    padding:0 5px;
    margin:0 3px;
}
.mesonaj_course li span#special {
    border:1px solid #b36fed;
    background: #d8c3ea;
    border-radius: 5px;
    padding:0 5px;
    margin:0 3px;
}
.mesonaj_course li span#kansaibou {
    border:1px solid #6fa4ed;
    background: #b3ccee;
    border-radius: 5px;
    padding:0 5px;
    margin:0 3px;
}
@media screen and (max-width:770px){
    .mesonaj_course {
        display: inherit;
        margin:0 auto;
    }
    .mesonaj_course li {
        width:100%;
        margin:0 auto 3%;
        border:3px solid #CCCCCC;
    }
    .mesonaj_course h3 {
        padding:10px;
    }
    .mesonaj_course li dl dd {
        padding:10px;
    }
}

/* --------------------------------------------------------------------
	ポテンツァ
-------------------------------------------------------------------- */

.title_potenza {
  width: 100%;
  max-width: 1200px;
  margin:0 auto;
  padding:60px 0;
}
._potenza {
  background:URL(../images/skin/title_potenza.jpg?20241210) no-repeat center;
  background-size:100%;
}
._potenza_m {
  background:URL(../images/skin/title_potenzaM.jpg?20241210) no-repeat center;
  background-size:100%;
}
._potenza_d {
  background:URL(../images/skin/title_potenzaD.jpg?20241210) no-repeat center;
  background-size:100%;
}
._potenza_c {
  background:URL(../images/skin/title_potenzaC.jpg?20241210) no-repeat center;
  background-size:100%;
}

.title_in_potenza {
  width:620px;
  text-align: center;
}
.title_potenza .catch {
  font-family: 'Noto Serif JP', serif;
  font-weight:500;
  font-size:2.0rem;
  line-height: 1.4em;
  margin-bottom: 25px;
  letter-spacing:0.01em;
}
.title_potenza .catch span {
  color:#f071a3;
}
.title_potenza h1 {
  font-family: 'Noto Serif JP', serif;
	font-weight:500;
	font-size:3.4rem;
	line-height:0.7em;
	letter-spacing:0.03em;
  border-image:linear-gradient(to right, #FFFFFF, #b4baca, #FFFFFF) 1;
  border-top:3px solid;
  border-bottom:3px solid;
  padding:30px 0 20px;
}
.title_potenza h1 span {
  color:#b4baca;
  font-size: 1.5rem;
}
.title_potenza .text {
  font-size:1.2rem;
  line-height: 1.5em;
  margin-top: 30px;
}
@media screen and (max-width:770px){
  .title_potenza {
    padding:10px 0;
  }
  .title_in_potenza {
    width:55%;
    margin-left:1%;
  }
  .title_potenza .catch {
    font-size:1.1rem;
    margin-bottom: 10px;
  }
  .title_potenza h1 {
    font-size:1.9rem;
    line-height:0.7em;
    border-top:2px solid;
    border-bottom:2px solid;
    padding:10px 0 7px;
  }
  .title_potenza h1 span {
    font-size: 0.9rem;
  }
  .title_potenza .text {
    font-size:0.85rem;
    line-height: 1.4em;
    margin-top: 7px;
  }
}

.potenza_type {
  display: flex;
  margin:0 auto 70px;
}
.potenza_type a {
  text-decoration: none;
  border:3px solid #2e477c;
  border-radius: 20px;
  width:30%;
  padding:25px;
  margin-right: 20px;
}
.potenza_type a:last-child {
  margin-right: 0;
}
.potenza_type a:hover {
  background: #e5edfd;
}
.potenza_type dl dt {
  text-align: center;
  font-size:1.4rem;
  font-weight: 500;
}
.potenza_type dl dt p {
  background: #fffcde;
  padding:10px;
  width:80%;
  margin:0 auto 20px;
  border-radius: 50px;
  border:1px solid #2e477c;
}
.potenza_type dl dd img {
  width:100%;
  max-width: 500px;
}
.potenza_type a dl dd.img {
  margin:20px 0 0;
}
.potenza_type a dl dd.detail {
  background:#2e477c;
  text-align: center;
  color:#FFFFFF;
  border-radius: 5px;
  padding:10px;
  margin:10px auto 0;
}
@media screen and (max-width:770px){
  .potenza_type {
    display:inherit;
  }
  .potenza_type a {
    margin:0 auto 20px;
    width:90%;
    display: block;
    padding:15px 15px 10px;
  }
  .potenza_type dl dd.img {
    display: inline-block;
    width:60%;
    padding-right:10px;
  }
  .potenza_type dl dd.detail {
    display: inline-block;
    width:27%;
    vertical-align:bottom;
    line-height: 1.2em;
  }
}