/* CSS Document */
header{
    padding-top: 100px;
}
main{
    background-color: #97a9b2;
    color: #fff;
}
main .tit_content{
    color: #fff;
}
.txt_horizon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
     -webkit-text-align: center; 
    text-align: center; /* for no-flexbox browsers */
    margin-bottom: 1em;
}
.txt_horizon::before,
.txt_horizon::after {
    border-top: 1px solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}
.txt_horizon::before {
    margin-right: 0.5em;
}
.txt_horizon::after {
    margin-left: 0.5em;
}
.keyV {
    margin-bottom: 3em;
}
/***********************
 *
 *     step
 *
 ***********************/
.step_list{
    counter-reset: number;
}
.step_box.flexbox{
    -webkit-align-items: stretch;
    align-items: stretch;
    margin: 3em 0;
}
.step_box .step_img{
    width: 55%;
    margin-right: -15%;
    position: relative;
    margin-bottom: 50px;
}
.step_box .step_caption{
    width: 60%;
    text-align: left;
    padding: 30px 5%;
    background-color: #fff;
    color: #3b3b3b;
    margin-top: 50px;
}
.step_box .step_caption .icon{
    width: 15px;
    vertical-align: middle;
}
.step_list li:nth-child(2n) .step_box .step_img{
    margin-right: 0;
    margin-left: -15%;
}
.step_list li:nth-child(2n) .step_box .step_caption{
    
}
.step_list li:nth-child(2n) .step_box.flexbox{
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.step_list li:nth-child(2n) .caption_wrap{
    margin-right: auto;
}
.step_list li:nth-child(2n-1) .caption_wrap{
    margin-left: auto;
}
.step_box .step_caption .number{
    font-style: normal;
    margin-bottom: 1em;
    color: #97A9B2;
}
.step_box .step_caption .number::after{
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    font-size: 150%;
    margin-left: 10px;
}
/***********************
 *
 *     gellery
 *
 ***********************/
.gallery .slider_wrap{
    position: relative;
}
.gallery .slider_wrap .slider .oif{
    display: block;
    width: auto;
    margin: auto;
    text-align: center;
    max-height: 560px;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}
.gallery .slick-dots li{
    margin: 0;
}
.gallery .slick-dots li button:before{
    color: #fff;
}
.gallery .slick-dots{
    position: static;
    margin-top: 1em;
}
.gallery .slick-slide{
    overflow: hidden;
}
/***********************
 *
 *     price
 *
 ***********************/
.price > div{
    margin-bottom: 2em;
}
.ptice_list{
    width: 50%;
    padding:0 10%;
}
/*.ptice_list:first-child{
    border-right: 1px solid rgba(255,255,255,0.30);
}*/
.ptice_list div:not(:last-of-type){
    margin-bottom: 1em;
}
/***********************
 *
 *     goods
 *
 ***********************/
.goods_list {
    width: 45%;
}
.goods_list .goods_item {
    text-align: left;
}
.goods_list .goods_item dt{
    border-bottom: 1px solid rgba(255,255,255,0.30);
    margin-bottom: 1.5em;
    padding-bottom: .5em;
}
.goods_list .goods_item dd{
    display: inline-block;
}
.goods_list .goods_item dd:not(:last-child)::after{
    content: "・";
}
/***********************
 *
 *     attention
 *
 ***********************/
.attention_list{
    display: inline-block;
    text-align: left;
}
.attention_list li::before{
    content: "＊";
}
/***********************
 *
 *     reserve
 *
 ***********************/
#salonWrp span{
    display: inline;
}
#salonWrp.reserve .flexbox li{
    margin-right: auto;
}
.btn_a.web_r::before{
    background-image: url("../../assets/img/icon/sns/instagram.svg");
    background-size: contain;
}
/***********************
 *
 *     footer_navi
 *
 ***********************/
.footer_menu{
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 11;
}
.footer_menu.flexbox{
    align-items: stretch;
}
.footer_navi .footer_menu li{
    width: 25%;
    color: #97A9B3;
    display: flex;
}
.footer_navi .footer_menu a{
    color: inherit;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: rgba(255,255,255,0.80);
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
	-webkit-align-content: center;
			align-content: center;
    position: relative;
}
.footer_navi .footer_menu li:not(:last-child) a::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    border-left: 1px dotted rgba(151,169,179,1.00);
    z-index: 11;
}
@media screen and (max-width:768px){
    .step_box .step_img{
        position: static;
    }
    
}
@media screen and (max-width:480px){
    .lum-lightbox-inner img{
        max-width: 100%;
        max-height: 100%;
    }
    .step_box .step_img{
        width: 60%;
        margin-right: -50%;
        position: relative;
    }
    .step_list li:nth-child(2n) .step_box .step_img{
        margin-left: -50%;
    }
    .step_box .step_caption{
        width: 85%;
        margin-top: 80px;
    }
    .step_list li:nth-child(2n-1) .step_caption .number{
        text-align: right;
    }
    .gallery .slider_wrap .slider {
        height: 350px;
    }
    .gallery .slider_wrap .slider .oif{
        max-height: 300px;
    }
    .price > .flexcentering{
        flex-wrap: wrap;
    }
    .ptice_list{
        width: 100%;
    }
    .ptice_list:first-child{
        border-right: none;
        margin-bottom: 1em;
    }
    .flexbox.clm2 .goods_list{
        width: 100%;
        margin-bottom: 3em;
    }
    #salonWrp.reserve .flexbox li{
        width: 80%;
    }
    .footer_menu{
        display: flex;
    }
}
