@charset "UTF-8";

/*メインビジュアル SP
---------------------------------------------*/
#mv_block {
	position: relative;
	background-image: url(../img/double_burial_method/main-sp.webp);
	background-size:  cover; 
	max-width: 100%;
	text-align: center;
	display: flex; /* flex属性に変更*/
	justify-content: center; /* 子要素の横位置*/
	align-items: center; /* 子要素の縦位置*/
}
#mv_block:before {
    content: "";
    display: block;
    padding-top: 63%;
  }
#mv_block .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: 15%;
	left: 5vw;
}
#mv_block .title {
	display: block;
	font-size: 8vw;
	font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
	letter-spacing: .1em;
	color: #555;
	position: absolute;
	top: 41%;
	left: 5vw;
	text-align: left;
	line-height: 1.1em;
}
#mv_block .title span {
	display: inline-block;
	font-size: 4vw;
	font-family: 'Noto Sans', sans-serif;
	margin-top: 13px;
	vertical-align: top;
	line-height: 1.2em;
	letter-spacing: 0;
}
#mv_block .title .tx_small{
	font-size: 60%;
	display: inline;
	vertical-align: baseline;
}

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

/*テスリフト　バナー
---------------------------------------------*/
.bnr_box{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.bnr_box img{
    width: 100%;
    height: auto;
}



/*通常価格 SP
---------------------------------------------*/
.regular_price {
	width: 96%;
	height: auto;
	margin: 30px 2%;
	text-align: center;
}
.regular_price dl {
	margin: 40px 0 0;
}
.regular_price dt {
	font-size: 4.2vw;
	font-weight: bold;
    margin-bottom: 0.3em;
}
.regular_price .treatment_area{
    display: inline-block;
    padding: 0.4em;
    border: solid 1px #aaa;
    font-size: 4.2vw;
    line-height: 1;
    margin-left:  0.2em;
    margin-right:  0.2em;
    margin-bottom: 0.3em;
}
.regular_price .treatment_area .sup {
    vertical-align: super;
    font-size: 50%;
}
.regular_price dd {
	font-size: 12vw;
	font-weight: nomal;
	line-height: 1em;
	color: #d25965;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.regular_price dd .mini {
	font-size: 5vw;
	display: inline-block;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	padding-right: 0.5em;
}
.regular_price dd .tax_in {
	font-size: 3.2vw;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.regular_price dd .tx_exp {
	font-size: 3.4vw;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	display: block;
	line-height: 1em;
    color: #575757;
    margin-top: -0.3em;
    margin-bottom: 1em;
}
.regular_price p {
	font-size: 12px;
	width: 94%;
	height: auto;
	margin: 0 auto;
	text-align:center;
}
/*通常価格 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.regular_price dl {
    display: inline-block;
	margin: 10px 40px;
    vertical-align: top;
}
.regular_price dt {
	font-size: 20px;
}
.regular_price .treatment_area{
    font-size: 18px;
}
.regular_price dd {
	font-size: 52px;
}
.regular_price dd .mini {
	font-size: 22px;
}
.regular_price dd .tax_in {
	font-size: 13px;
}
.regular_price dd .tx_exp {
	font-size: 13px;
}
.regular_price p {
	text-align: center;
}
}


/*二重埋没法とは？ SP
---------------------------------------------*/
.what_block {
	width: 100%;
	height: auto;
    background-color: #fef3f3;
    text-align: center;
    padding: 40px 0 0;
}
.what_block .tx_box{
    width: 94%;
    margin: 0 auto;
	padding: 30px 0;
}
.what_block .tx_box p{
    margin-bottom: 1em;
}
.what_block .tx_box .exp{
    font-size: 85%
}
.what_block img{
    width: 64%;
    height: auto;
    margin: 20px 0;
}


/*二重埋没法とは？ PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.what_block {
    padding: 60px 0 10px;
}
.what_block .tx_box{
	width: 1000px;
	height: auto;
    display: flex;
    justify-content: space-between;
	margin: 0 auto;
	padding:  60px 0;
}
.what_block .tx_box p{
	width: 620px;
}
.what_block .tx_box img{
    width: 311px;
    height: auto;
    margin: 0;
}
.what_block .flex_cancel{
	display: block;
}
.what_block .flex_cancel p{
	width: 1000px;
}
}



/*二重埋没法の症例写真 SP
---------------------------------------------*/
.case_photo_block{
    width: 100%;
	height: auto;
    padding: 40px 0;
}


@media screen and (min-width: 769px){
.case_photo_block {
    padding:  60px 0 50px;
}
}



/*二重埋没法のポイント SP
---------------------------------------------*/
.point_block {
	width: 100%;
	height: auto;
    background-color: #fef3f3;
}
.point_block .inner{
    width: 94%;
    margin: auto;
	padding: 40px 0;
}
.point_block .intro_box{
    width: 100%;
    margin: 10px auto 50px;
}
.point_block .intro_box .inner{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.point_block .intro_box img{
    width: 64%;
    height: auto;
    margin-left: 33%;
}
.point_block .intro_box .exp{
    width: 40%;
    text-align: left;
}


.point_block .tx01{
	margin: 20px 0;
	text-align: center;
}
.point_block .tx01 .head01{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/double_burial_method/fig_point01.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.point_block .tx01 p{
	margin: 10px 0 0;
}
.point_block .tx01 img{
	width: 50%;
	height: auto;
	margin: 15px auto;
}

.point_block .tx02{
	margin: 20px 0;
	text-align: center;
}
.point_block .tx02 .head02{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/double_burial_method/fig_point02.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.point_block .tx02 p{
	margin: 10px 0 0;
}
.point_block .tx02 img{
	width: 50%;
	height: auto;
	margin: 15px auto;
}
	
.point_block .tx03{
	margin: 20px 0;
	text-align: center;
}
.point_block .tx03 .head03{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/double_burial_method/fig_point03.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.point_block .tx03 p{
	margin: 10px 0 0;
}
.point_block .tx03 img{
	width: 50%;
	height: auto;
	margin: 15px auto;
}

.point_block .tx04{
	margin: 20px 0;
	text-align: center;
}
.point_block .tx04 .head04{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/double_burial_method/fig_point04.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.point_block .tx04 p{
	margin: 10px 0 0;
}
.point_block .tx04 img{
	width: 50%;
	height: auto;
	margin: 15px auto;
}

.point_block .tx05{
	margin: 20px 0;
	text-align: center;
}
.point_block .tx05 .head05{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/double_burial_method/fig_point05.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.point_block .tx05 p{
	margin: 10px 0 0;
}

.point_block .tx06{
	margin: 20px 0;
	text-align: center;
}
.point_block .tx06 .head06{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/double_burial_method/fig_point06.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.point_block .tx06 p{
	margin: 10px 0 0;
}
.point_block .tx06 img{
	width: 50%;
	height: auto;
	margin: 15px auto;
}

.point_block .tx07{
	margin: 20px 0;
	text-align: center;
}
.point_block .tx07 .head07{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/double_burial_method/fig_point07.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.point_block .tx07 p{
	margin: 10px 0 0;
}

/*二重埋没法のポイント PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.point_block {
}
.point_block .inner{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding:  60px 0 50px;
}
.point_block .intro_box{
    width: 700px;
    margin: 40px auto 0;
}
.point_block .intro_box .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.point_block .intro_box img{
    width: 335px;
    height: auto;
    margin-left: 0;
}
.point_block .intro_box .exp{
    width: 100%;
    text-align: center;
}
    
/*Point 01*/
.point_block .tx01{
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
}
.point_block .tx01 .head01{
	width: 100%;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.point_block .tx01 p{
    margin: 15px 0 0;
}
.point_block .tx01 img{
	width: 311px;
	height: auto;
	margin-left: 40px;
}
    
/*Point 02*/
.point_block .tx02{
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
}
.point_block .tx02 .head02{
	width: 100%;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.point_block .tx02 p{
    margin: 15px 0 0;
}
.point_block .tx02 img{
	width: 350px;
	height: auto;
	margin-left: 40px;
}

/*Point 03*/
.point_block .tx03{
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
}
.point_block .tx03 .head03{
	width: 610px;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.point_block .tx03 p{
    margin: 15px 0 0;
}
.point_block .tx03 img{
	width: 311px;
	height: auto;
	margin-left: 40px;
}
    
/*Point 04*/
.point_block .tx04{
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
}
.point_block .tx04 .head04{
	width: 610px;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.point_block .tx04 p{
    margin: 15px 0 0;
}
.point_block .tx04 img{
	width: 311px;
	height: auto;
	margin-left: 40px;
}
    
/*Point 05*/
.point_block .tx05{
	margin: 60px 0;
	display: block;
}
.point_block .tx05 .head05{
	width: 610px;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}  
.point_block .tx05 p{
    margin: 15px 0 0;
}

/*Point 06*/
.point_block .tx06{
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
}
.point_block .tx06 .head06{
	width: 100%;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.point_block .tx06 p{
    margin: 15px 0 0;
}
.point_block .tx06 img{
	width: 311px;
	height: auto;
	margin-left: 40px;
}
    
/*Point 07*/
.point_block .tx07{
	margin: 60px 0;
	display: block;
}
.point_block .tx07 .head07{
	width: 610px;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}  
.point_block .tx07 p{
    margin: 15px 0 0;
}
    
}



/*テスリフトの特徴 SP
---------------------------------------------*/
.features_block {
	margin: 30px auto;
}
.features_block .tx_box {
	width: 94%;
	height: auto;
	margin: 20px auto 0;
}
.features_block .tx_box img {
    width: 60%;
    height: auto;
    margin: 20px 20%;
}
.features_block ul {
	width: 100%;
	margin: 20px auto 0;
     list-style-type: disc;
    padding-left: 2em;
}
.features_block ul li {
	font-size: 3.5vw;
	line-height: 2em;
    
}
/*テスリフトの特徴 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.features_block {
	margin: 60px auto;
}
.features_block .tx_box { 
	width: 1000px;
	height: auto;
	margin: 60px auto 80px;
    display: flex;
    justify-content: space-between;
}
.features_block .tx_box img {
    width: 310px;
    height: 270px;
    margin: 0;
}
.features_block ul {
	width: 500px;
	margin: 0;
}
.features_block ul li {
	font-size: 17px;
}
}	




/*テスリフト モニター
---------------------------------------------*/
.monitor_wrap{
    width: 100%;
    background-color: #fcf1f1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.monitor_mv{
    width: 100%;
    height: auto;
    margin: 40px 0;
}
.monitor_mv img{
    width: 100%;
    height: auto;
}
.monitor_wrap .inner{
    width: 94%;
    text-align: center;
    margin: 0 auto;
}
.h2_monitor{
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 0.5em;
    color: #e37c88;
    border: solid 1px #e37c88;
    display: inline-block;
}
.monitor_exp{
    text-align: left;
    margin: 30px auto;
    list-style-type:disc;
}
.monitor_exp dt{
    font-size: 4.2vw;
    color: #e68893;
    margin-top: 1em;
    margin-bottom: 0.3em;
}
.monitor_exp dd{
    display:list-item;
    margin-left: 2em;
}
.monitor_exp .no_marker{
    list-style-type: none;
    margin-left: 0.5em;
}

/* WEB予約、電話予約　ボタン */
.btn_wrap{
    margin: 30px 0;
}
.btn_wrap .btn_web{
    width: 100%;
    height: 20vw;
    color: #fff;
    background-color: #e88a95;
    font-size: 4.4vw;
    letter-spacing: 0.15em;
    display: grid;
    place-items: center;
    padding: 0.75em 0.75em 0.75em 20vw;
    background-image: url("../img/double_burial_method/icon_pc.webp");
    background-repeat: no-repeat;
    background-position: 5vw center;
    background-size: 16vw;
     line-height: 1;
}
.btn_wrap .btn_web span{
    font-size: 3.2vw; 
}

.btn_wrap .btn_phone{
    width: 100%;
    height: 20vw;
    margin: 25px 0;
    color: #e88a95;
    background-color: #fff;
    border: solid 1px #e88a95;
    font-size: 3.8vw;
    letter-spacing: 0.15em;
    display: grid;
    place-items: center;
    padding: 0.5em 0.5em 0.5em 20vw;
    background-image: url("../img/double_burial_method/icon_phone.webp");
    background-repeat: no-repeat;
    background-position: 5vw center;
    background-size: 16vw;
     line-height: 1;
}
.btn_wrap .btn_phone .number{
    font-size: 5.6vw; 
}
.btn_wrap .btn_phone .time{
    font-size: 3.2vw; 
    color: #575757;
    letter-spacing: 0;
}

@media screen and (min-width: 769px){
.monitor_wrap{
    margin: 100px 0 40px;
    padding-bottom: 10px;
}
.monitor_mv{
    margin: 60px 0;
}
.monitor_wrap .inner{
    width: 1000px;
}
.h2_monitor{
    font-size: 24px;
}
.monitor_exp dt{
    font-size: 24px;
}
.btn_wrap{
    margin: 30px 0;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.web_btn_center{
     justify-content: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.btn_wrap .btn_web{
    width: 480px;
    height: 95px;
    font-size: 23px;
    padding: 0.75em 0.75em 0.75em 110px;
    background-position: 25px center;
    background-size: 87px 67px;
}
.btn_wrap .btn_web span{
    font-size: 16px; 
}
.btn_wrap .btn_phone{
    width: 480px;
    height: 95px;
    font-size: 18px;
    padding: 0.5em 0.5em 0.5em 110px;
    background-position: 25px center;
    background-size: 64px 64px;
    margin: 0;
}
.btn_wrap .btn_phone .number{
    font-size: 30px; 
}
.btn_wrap .btn_phone .time{
    font-size: 14px; 
}
}


/*slickスライダー
---------------------------------------------*/
.slider .slick-slide {
  width: 896px;
  height: 400px;
  margin: 40px 0 20px;
  position: relative;
  overflow: hidden;
}
.slider .slick-slide li{
    padding-left: 60px;
    padding-right: 60px;
  border-left: solid 1px #999;
}

/* 1つのスライド時に左ライン消す */
.slider .slick-slide .left_line_none{
  border-left: none;
}
/* sp時に消す */
@media screen and (max-width: 768px){
.slider .slick-slide .left_line_none{
  border-left: none;
}
}

.slider .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider h2{
    font-size: 20px;
    color: #e58792;
    margin-top: 1em;
}

/* 画像下キャプションPC */
.slider .slick-slide .cap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.slider .slick-slide .cap p{
    width: 350px;
    text-align: center;
    margin-top: 0.2em;
}

@media screen and (max-width: 768px){
.slider .slick-slide {
    width: 92vw;
    height: auto;
    margin: 30px 15px 20px;
}
.slider .slick-slide li{
    border-left: none;
    padding-left: 0;
    padding-right: 0;

}
.slider h2{
    font-size: 4.2vw;
}
/* 画像下キャプションSP */
.slider .slick-slide .cap p{
    width: 45%;
}
}

/* 左右の矢印 */
.slick-arrow {
    align-items: center;
    bottom: -5.3vw;
    cursor: pointer;
    display: flex;
    justify-content: center;
    height: 6vw;
    position: absolute;
    transform: translate(-50%, 0);
    width: 6vw;
    z-index: 1;
}
@media (min-width: 769px) {
.slick-arrow {
    bottom: -30px;
    height: 40px;
    width: 40px;
}
}
.slick-arrow::before {
    border-right: 1px solid #434343;
    border-top: 1px solid #434343;
    content: '';
    display: block;
    height: 3vw;
    width: 3vw;
}
@media (min-width: 769px) {
.slick-arrow::before {
    height: 16px;
    width: 16px;
}
}

.slick-arrow.prev {
    left: calc(22% + 1vw);
}
@media (min-width: 769px) {
.slick-arrow.prev {
    left: calc(50% - 100px);
}
}
.slick-arrow.prev::before {
    transform: rotate(-135deg);
}


.slick-arrow.next {
    right: calc(21% - 1vw);
}
@media (min-width: 769px) {
.slick-arrow.next {
    right: calc(50% - 130px);
}
}
.slick-arrow.next::before {
    transform: rotate(45deg);
}


/* コントロール● */
.slick-dots {
    bottom: 0;
    display: flex;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
}

@media (min-width: 769px) {
.slick-dots {
}
}

.slick-dots button {
    align-items: center;
    background: transparent;
    border: 0;
    color: transparent;
    cursor: pointer;
    display: flex;
    font-size: 0;
    height: 20px;
    justify-content: center;
    line-height: 0;
    margin: 0;
    outline: none;
    width: 20px;
}
.slick-dots button::before {
    background-color: #d5dadf;
    content: '';
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
    height: 2vw;
    text-align: center;
    width: 2vw;
}
@media (min-width: 769px) {
.slick-dots button::before {
    height: 10px;
    width: 10px;
}
}
.slick-dots .slick-active button::before {
    background-color: #e88a95;
}

/* ドットの黒丸を消す */
.slick-dots li button:before{
    content: ''!important;
}
/* ドットの丸大きさ */
.slick-dots li button:before{
    width: 10px!important;
    height: 10px!important;
}

/* ちらつき修正 */
.slick-slide {
  -webkit-transform-style: preserve-3d;
}

/*症例写真を見る ボタン
---------------------------------------------*/
.btn_link{
	width: 80%;
	height: auto;
	display: block;
	text-align: center;
	font-size: 4vw;
	color: #E88A95;
	border: solid 1px #E88A95;
	margin: 70px auto 30px;
	padding: 0.75em 0;
	position: relative;
}
.btn_link:after {
	border-right: 1px solid #E88A95;
	border-top: 1px solid #E88A95;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 3vw;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 2vw;
}

@media screen and (min-width: 769px){
.btn_link{
	width: 400px;
	font-size: 18px;
}
.btn_link:after {
	border-right: 1px solid #E88A95;
	border-top: 1px solid #E88A95;
	content: "";
	display: block;
	height: 12px;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 12px;
}
}	