@charset "UTF-8";

/*メインビジュアル SP
---------------------------------------------*/
#mv_reservation {
	position: relative;
	background-image: url(../img/aga_reservation/main_sp.webp);
	background-size:  cover; 
	max-width: 100%;
	text-align: center;
	display: flex; /* flex属性に変更*/
	justify-content: center; /* 子要素の横位置*/
	align-items: center; /* 子要素の縦位置*/
}
#mv_reservation:before {
    content: "";
    display: block;
    padding-top: 50%;
  }
#mv_reservation .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_reservation .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_reservation {
	background-image: url(../img/aga_reservation/main.webp);
}
#mv_reservation:before {
    content: "";
    display: block;
    padding-top: 20%;
  }
#mv_reservation .jp_title {
	font-size: 40px;
}
#mv_reservation .en_sub {
	font-size: 22px;
}
}	

/*来院予約　ホタン
---------------------------------------------*/
.btn_reservation {
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 72%;
	padding: 1rem 0;
    font-size: 4vw;
	font-weight: bold;
	background: #f85a94;
	color: #fff;
	transition: 0.5s;
    margin: 20px auto;
    border-radius: 10px;
}
@media screen and (min-width: 769px){
.btn_reservation {
	width: 300px;
	font-size: 16px;
     margin-right: 0;
    padding: 1rem 0;
}
}  

/*STEP文字調整
---------------------------------------------*/
.tx_90par{
    font-size: 90%;
}
.tx_80par{
    font-size: 80%;
}

@media screen and (min-width: 769px){
.flow_step dd img{
    margin: 0!important;
}
}


/*対応クリニックご予約ボタンはこちら
---------------------------------------------*/
.btn-isotretinoin {
    align-items: center;
    background-color: #e88a95;
    color: #fff;
    display: flex;
    font-size: 3.6vw;
    height: 15.2vw;
    justify-content: center;
    letter-spacing: .1em;
    margin: 0 auto;
    width: 78.7vw;
}
@media (min-width: 769px) {
.btn-isotretinoin {
    display: flex;
    font-size: 20px;
    height: 70px;
    max-width: 600px;
    width: 100%;
}
}
