@charset "UTF-8";



.sec-salon:before {
    height: 60%;
}    

.sec-salon .inner{
    display: flex;
    justify-content: space-between;
}

.sec-salon .inner .flex{
    width: 50%;
}

.sec-salon .inner .flex .salon-name{
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 30px;
}

.sec-salon .inner .flex .salon-name span{
    background: #000;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 8px;
    margin-left: 10px;
}

.sec-salon .inner .flex:nth-of-type(1){
    border-right: 1px solid #e7e4e4;
    padding-right: 5%;
}

.sec-salon .inner .flex:nth-of-type(2){
    padding-left: 5%;
}

@media screen and (max-width: 834px) {
.sec-salon:before {
    height: 100%;
}

.sec-salon .inner {
    display: block;
}

.sec-salon .inner .flex .salon-name {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.sec-salon .inner .flex .salon-name span {
    font-size: 1.2rem;
}

.sec-salon .inner .flex {
    width: 100%;
}
.sec-salon .inner .flex:nth-of-type(1) {
    border-bottom: 1px solid #e7e4e4;
    border-right: 0 ;
    padding: 0;
    margin-bottom: 25px;
}
.sec-salon .inner .flex:nth-of-type(2) {
    padding: 0;
}
}
.sec-information{
    margin-bottom: 140px;
}

.sec-information .flexBox{
    display: flex;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 60px;
    padding-bottom: 60px;
}

.sec-information .flexBox.last{
    margin-bottom: 0;
}

.sec-information .flexBox .date{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 2%;
    width: 18%;
}

.sec-information .flexBox .detail{
    font-family: 'Shippori Mincho', serif;
    width: 80%;
}

.sec-information .flexBox .detail .head01{
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.sec-information .flexBox .detail .head01 span{
    border-bottom: 1px solid #000;
}


.sec-information .flexBox .detail p{
    color: #939393;
    font-size: 14px;
    font-size: 1.4rem;
}

.sec-information .flexBox .priceTbl{
    width: 300px;
    margin-top: 20px;
}

.sec-information .flexBox .priceTbl table{
    width: 100%;
}

.sec-information .flexBox .priceTbl th{
    border: 1px solid #ddd;
    padding: 10px 20px;
    font-size: 14px;
    font-size: 1.4rem;
    background: #fcfcfc;
    text-align: center;
}

.sec-information .flexBox .priceTbl td{
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
    width: 50%;
    font-size: 14px;
    font-size: 1.4rem;
    background: #fff;
}

.sec-information .flexBox .tblImgWrap{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.sec-information .flexBox .img{
    max-width: 245px;
    width: 100%;
    margin-left: 2%;
}

.sec-information .flexBox .img img{
    width: 100%;
}


@media screen and (max-width: 1245px){
.sec-information{
    margin-bottom: 100px;
}
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 834px) {
.sec-information{
    margin-bottom: 60px;
}
.sec-information .flexBox{
    display: block;
}

.sec-information .flexBox .date,
.sec-information .flexBox .detail {
    width: 100%;
}

.sec-information .flexBox {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.sec-information .flexBox .tblImgWrap {
    display: block;
}

.sec-information .flexBox .img {
    max-width: 300px;
    margin-top: 15px;
    margin-left: 0;
}

}

@media screen and (max-width: 675px) {

.sec-information .flexBox .priceTbl {
    width: 100%;
}

.sec-information .flexBox .img {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
}

}

div.vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
padding: 4% 4% 4% 4%;/*ここで動画の周りの余白を調整*/
background: #e6e6e6;/*余白の背景色*/
}
video.vid_main {
width: 100%;
max-width: 920px;/*PC版での最大幅*/
}
