@charset "UTF-8";

/*@media screen and (max-width: 768px){}*/


/*お悩み・目的から施術を探す メインビジュアル SP
---------------------------------------------*/
#mv_index {
	position: relative;
	background-image: url(../img/purpose/key-visual-sp.webp);
	background-size:  cover; 
	max-width: 100%;
	text-align: center;
	display: flex; /* flex属性に変更*/
	justify-content: center; /* 子要素の横位置*/
	align-items: center; /* 子要素の縦位置*/
}
#mv_index:before {
    content: "";
    display: block;
    padding-top: 50%;
  }
#mv_index .jp_title {
	display: block;
	font-family: "Kiwi Maru", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	font-size: 5.1vw;
	font-weight: normal;
	letter-spacing: .2em;
	display: block;
	line-height: 1.4em;
}
#mv_index .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
}
/*お悩み・目的から施術を探す メインビジュアル PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#mv_index {
	background-image: url(../img/purpose/key-visual.webp);
}
#mv_index:before {
    content: "";
    display: block;
    padding-top: 20%;
  }
#mv_index .jp_title {
	font-size: 40px;
}
#mv_index .en_sub {
	font-size: 22px;
}
}	



/*共通 中タイトル SP
---------------------------------------------*/
.title_middle .jp_title {
    display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 6vw;
	font-weight: normal;
	text-align: center;
	line-height: 1.2em;
	letter-spacing: -0.07em;
}
.title_middle .jp_sub {
	font-size: 4vw;
	text-align: center;
}
.title_middle .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
}
/*共通 中タイトル PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.title_middle .jp_title {
	font-size: 36px;
}
.title_middle .jp_sub {
	font-size: 17px;
}
.title_middle .en_sub {
	font-size: 22px;
}
}


/*診療内容一覧 SP
---------------------------------------------*/
.index_container {
	width: 100%;
	height: auto;
	margin: 40px auto; 
}
.index_container .tx_exp{
	margin-top: 1em;
	text-align: center;
}
.index_container .index_box {
	width: 96%;
	height: auto;
	margin: 30px auto;
}
.index_container .index_box .condition {
	margin: 15px 0 0 20vw;
	display: flex;
	justify-content: flex-start;
}
.index_container .index_box .condition li {
	width: 7em;
	font-size: 3vw;
	line-height: 1.4em;
	margin-right: 8px;
	padding: 0.4em 0;
	background-color: #FFE4E3;
	text-align: center;
}
.index_container .index_box .treatment {
	margin: 15px 0 0 20vw;
}
.index_container .index_box .treatment dt {
	font-size: 3.2vw;
	color: #999!important;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}
.index_container .index_box .treatment dd {
	font-size: 3.2vw;
	line-height: 1.4em;
	margin-right: 2em;
	display: inline-block;
	position: relative;
}
.index_container .index_box .treatment dd::after {
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: -0.75em;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 2vw;
}
.index_container .index_box .treatment dd a {
	display: inline-block;
	width: 100%;
	height: auto;
}
.index_container .fig01{
	background-image: url("../img/purpose/fig01.webp");
	background-repeat: no-repeat;
	background-size: 18vw;
}
.index_container .fig02{
	background-image: url("../img/purpose/fig02.webp");
	background-repeat: no-repeat;
	background-size: 18vw;
}
.index_container .fig03{
	background-image: url("../img/purpose/fig03.webp");
	background-repeat: no-repeat;
	background-size: 18vw;
}
.index_container .fig04{
	background-image: url("../img/purpose/fig04.webp");
	background-repeat: no-repeat;
	background-size: 18vw;
}
.index_container .fig05{
	background-image: url("../img/purpose/fig05.webp");
	background-repeat: no-repeat;
	background-size: 18vw;
}
.index_container .fig06{
	background-image: url("../img/purpose/fig06.webp");
	background-repeat: no-repeat;
	background-size: 18vw;
}
.index_container .fig07{
	background-image: url("../img/purpose/fig07.webp");
	background-repeat: no-repeat;
	background-size: 18vw;
}
.index_container hr{
	border: none;
	border-top: dashed 1px #999;
}

/*診療内容一覧 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.index_container {
	width: 1000px;
}
.index_container .index_box{
	width: 1000px;
	min-height: 144px;
	margin: 40px 0;
}
.index_container .index_box .condition {
	width: 800px;
	margin-left: 160px;
}
.index_container .index_box .condition li {
	font-size: 16px;
	margin: 0 10px 0 0;
}
.index_container .index_box .treatment {
	margin: 20px 0;
	margin-left: 160px;
}
.index_container .index_box .treatment dt {
	font-size: 14px;
	color: #666;
}
.index_container .index_box .treatment dd {
	font-size: 14px;
	margin-right: 3em;
	position: relative;
}
.index_container .index_box .treatment dd::after {
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	content: "";
	display: block;
	height: 11px;
	position: absolute;
	right: -0.75em;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 11px;
}
.index_container .index_box .treatment a {
	display: inline-block;
	width: 100%;
	height: auto;
}	
.index_container .fig01{
	background-size: 144px;
}
.index_container .fig02{
	background-size: 144px;
}
.index_container .fig03{
	background-size: 144px;
}
.index_container .fig04{
	background-size: 144px;
}
.index_container .fig05{
	background-size: 144px;
}
.index_container .fig06{
	background-size: 144px;
}
.index_container .fig07{
	background-size: 144px;
}
}



/*ページアンカー SP
---------------------------------------------*/
.price_pege_anchor {
	width: 100%;
	height: auto;
	margin-top: 2em;
}
.price_pege_anchor ul {
	width: 92%;
	height: auto;
	margin: 10px auto;
}
.price_pege_anchor li {
	width: 48%;
	font-size: 3.8vw;
	margin: 0.2em 4% 1em 0;
	padding: 0.3em 0;
	border-bottom: dotted 1px #ccc;
	position: relative;
	vertical-align: middle;
	float: left;
}
.price_pege_anchor li:after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 1vw;
	top: 50%;
	transform: translate(0, -50%) rotate(135deg); width: 2vw;
}
.price_pege_anchor li a {
	display: block;
}
.price_pege_anchor li:nth-child(even) {
	margin-right: 0; /*liの2個目右マージン0指定*/
}

/*ページアンカー PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.price_pege_anchor {
	width: 1000px;
	height: auto;
	margin: 40px auto;
}
.price_pege_anchor ul {
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.price_pege_anchor li {
	margin-bottom: 1.2em;
	font-size: 16px;
}
.price_pege_anchor li:after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%) rotate(135deg); width: 8px;
}
}	
