@charset "UTF-8";

/*ボトックス メインビジュアル SP
---------------------------------------------*/
#mv_botox {
	position: relative;
	background-image: url(../img/botox/main-sp.webp);
	background-size:  cover; 
	max-width: 100%;
	text-align: center;
	display: flex; /* flex属性に変更*/
	justify-content: center; /* 子要素の横位置*/
	align-items: center; /* 子要素の縦位置*/
}
#mv_botox:before {
    content: "";
    display: block;
    padding-top: 63%;
  }
#mv_botox .sub {
	display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 3.4vw;
	font-weight: normal;
	letter-spacing: -0.1em;
	line-height: 1.6;
	color: #e88a95;
	position: absolute;
	top: 30%;
	left: 5vw;
}
#mv_botox .title {
	display: block;
	font-size: 8vw;
	font-family: 'Oswald', sans-serif;
	letter-spacing: .1em;
	color: #555;
	position: absolute;
	top: 39%;
	left: 5vw;
	text-align: left;
	line-height: 1.1em;
}
#mv_botox .title span {
	display: inline-block;
	font-size: 4vw;
	font-family: 'Noto Sans', sans-serif;
	margin-top: 13px;
	vertical-align: top;
	line-height: 0.5em;
	display: block;
	letter-spacing: 0;
}
#mv_botox .title .tx_small{
	font-size: 60%;
	display: inline;
	vertical-align: baseline;
}

/*ボトックス メインビジュアル PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#mv_botox {
	background-image: url(../img/botox/main.webp);
}
#mv_botox:before {
    content: "";
    display: block;
    padding-top: 28%;
  }
#mv_botox .sub {
	font-size: 28px;
	position: absolute;
	top: 27%;
	left: 19vw;
	letter-spacing: 0;
	line-height: 1.5em;
}
#mv_botox .title {
	font-size: 62px;
	position: absolute;
	top: 40%;
	left: 19vw;
	line-height: 1.1em;
}
#mv_botox .title span {
	font-size: 20px;
	vertical-align: middle;
	display: block;
	margin-top: 20px;
	letter-spacing: 0.1em;
}	
}



/*あおばクリニックのボトックス SP
---------------------------------------------*/
.botox {
	margin-bottom: 0;
	padding-bottom: 1px;
}
.botox .botox_heading {
	position: relative;
	background-image: url(../img/botox/botox-sp.webp);
	background-size:  cover; 
	max-width: 100%;
	text-align: center;
	display: flex; /* flex属性に変更*/
	justify-content: center; /* 子要素の横位置*/
	align-items: center; /* 子要素の縦位置*/
}
.botox .botox_heading:before {
    content: "";
    display: block;
    padding-top: 40%;
}
.botox .botox_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 6vw;
	font-weight: normal;
	line-height: 1.2em;
}
.botox .botox_heading .tx_mini{
	font-size: 60%;
	display: inline!important;

	
}
.botox .botox_heading .jp_title span{
	font-size: 4vw;
	display: block;
	line-height: 1em;
}
.botox .botox_heading .jp_title span.tx_narrow{
	font-size: 6vw;
	display: inline;
	line-height: 1.2em;
	letter-spacing: -0.2em;
}
.botox .botox_heading .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;
}
.botox dl{
	width: 96%;
	height: 22vw;
	padding-left: 22vw;
	margin: 20px auto;
	background-size: 20vw 20vw;
}
.botox .icon01{
	margin-top: 40px;
	background-image: url("../img/icon/icon_circle13.gif");
	background-repeat: no-repeat;
}
.botox .icon02{
	background-image: url("../img/icon/icon_circle01.gif");
	background-repeat: no-repeat;
}
.botox .icon03{
	background-image: url("../img/icon/icon_circle03.gif");
	background-repeat: no-repeat;
}
.botox dt{
	font-size: 4vw;
	color: #E88A95;
	line-height: 1.4em;
}
.botox dd{
	margin-top: 0.5em;
}
/*あおばクリニックのボトックス PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.botox {
	margin-bottom: 60px;
}
.botox .botox_heading {
	background-image: url(../img/botox/botox.webp);
}
.botox .botox_heading:before {
    content: "";
    display: block;
    padding-top: 23%;
  }
.botox .botox_heading .jp_title {
	font-size: 36px;
}
.botox .botox_heading .jp_title span{
	font-size: 20px;
	letter-spacing: 0;
}
.botox .botox_heading .jp_title span.tx_narrow{
	font-size: 36px;
	letter-spacing: 0;
}
.botox .botox_heading .en_sub {
	font-size: 22px;
}
.botox dl{
	width: 1000px;
	height: 150px;
	padding-left: 180px;
	margin: 20px auto 0;
	background-size: 135px 135px;
}
.botox dt{
	font-size: 24px;
}
.botox dd{
}
}






