@charset "UTF-8";

/*----------------
map origin mobile first
----------------*/

.msn-section .en_txt,
.map_section .en_txt {
    font-family: 'Source Sans Pro', sans-serif;
}

.map_title {
    font-size: 18px;
  font-family: 'Yu Mincho Pr6N R', Yu Mincho, YuMincho, Hiragino Mincho ProN, 'HG明朝E', serif; 
    font-feature-settings: "palt";
}
.map_imgtitle {
    margin: 0 auto 20px auto;
    text-align: center;
    color: #b9b9b9;
    font-size: 3.4rem;
}

.msn-pageTitle__title {
    text-align: center;
  font-family: 'Yu Mincho Pr6N R', Yu Mincho, YuMincho, Hiragino Mincho ProN, 'HG明朝E', serif; 
    font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
    .msn-pageTitle__title {
        font-weight: 300;
        font-size: 1.28rem;
    }
}

.map_newline-sp {
    display: block;
}
.msn-toc a {
  font-size: 1.2rem;
    font-weight: 300;
}
.msn-toc a:hover {
  opacity: 0.3;
}



.map_section {
    /*padding-bottom: 50px;*/
    /*background: linear-gradient(45deg, #ca9340, #a14e1b);*/
    /*background-image: url(../map/img/bg.jpg);*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
  background: #dedede;
    text-align: center;
    /*color: #fff;*/
}
/*.bg__mask {
  height: 100%;
  background: rgba(0,0,0,0.8);
}*/

.map_section h1 {
    font-size: 20px;
    line-height: 1.5;
    padding: 50px 0 20px 0;
}

.map_section .map_imgbox img {
    width: 90%;
}

.map_section .map_access {
    width: 90%;
    margin: 0 auto;
  padding: 0 0 50px;
}
.map_section .map_access h2 {
    width: 100%;
    display: block;
    margin: 20px auto 15px auto;
    border-bottom: 1px solid #787878;
}
.map_section .map_access h2 img {
    width: 140px;
    margin-bottom: -20px;
}
.map_section .map_access p {
    font-size: 1.0rem;
    line-height: 1.5;
    margin: 30px 0 0 0;
}
.map_section .map_google {
    /*background-color: #fff;*/
    margin: 10px auto;
    padding: 10px 0 0 0;
    border: solid 1px #000;
    width: 80%;
}
.map_section .map_google p {
    margin: 0 0 15px 0;
    font-size: 23px;
}
.msn-mapInfo .map_zoom {
    border: 1px solid #ababab;
}
.msn-mapInfo__image {
    width: 1200px;
  overflow: hidden;
    max-width : 90%;
    margin: 0 auto 2.5rem;
}

/*地図をマウスオーバーで拡大させる*/

/*.msn-mapInfo__image img {
    transition: 1s all;
}*/

/*.msn-mapInfo__image img:hover {
    transform:scale(1.5,1.5);
  margin: 0 0 0 -300px;
}*/

/* end */

h3 {
    font-size: 1.2rem;
    color: #000;
    margin: 50px 0;
    letter-spacing: 2;
/*テキストの両端に線を入れる*/
    display: flex;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
}
h3:before,
h3:after {
    border-top: 1px solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}

h3:before {
    margin-right: 2rem;
}

h3:after {
    margin-left: 2rem;
}
h3 span {
    font-family: 'Source Sans Pro', sans-serif;
}

/* end */


/*------ PC -------*/
@media only screen and (min-width:1023px) {
    .map_title {
        font-size: 24px;
    }
    .map_imgtitle {
        width: 103px;
    }
    .map_newline-sp {
        display: none;
    }
    .map_section h1 {
        font-size: 24px;
    }
    .map_section .map_imgbox {
        margin: 0 auto;
        width: 880px;
    }
    .map_section .map_imgbox img:first-child {
        float: left;
    }
    .map_section .map_imgbox img {
        width: 440px;
    }
    
    .map_section .map_access {
        width: 560px;
    }
    .map_section .map_access h2 {
    width: 40%;
    }
    .map_section .map_access p {
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .map_section .map_google {
        margin: 10px auto;
        width: 400px;
    }
    .map_section .map_google p {
        font-size: 28px;
    }   
}



/*------ PRINT -------*/
.print {
    display: none !important;
}
@media print{
    .print {
        display: block !important;
    }
    .print .map-image {
        margin: 20px auto;
    }
    .not-print {
        display: none !important;
    }
}

/*------- Google ----------*/
.msn-mapInfo__buttonItem {
    margin: 0 0 20px;
}


/*地図のボタン｜印刷ボタン再編*/
.mapBtnBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width : 500px;
    max-width : calc(100% - 30px);
    margin : 0 auto;
}
.mapBtnBox .map-btn__map,
.mapBtnBox .map-btn__print {
    width: calc(100% / 2 - 20px);
    background-color: #808080;
    margin: 0 10px;
    text-align: center;
    border-radius: 5px;
}
.mapBtnBox a {
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
    display: block;
}
.mapBtnBox .map-btn__map:hover,
.mapBtnBox .map-btn__print:hover {
    opacity: 0.5;
}
@media screen and (max-width: 767px) {
    .mapBtnBox .map-btn__print {
        display: none;
    }
    .mapBtnBox .map-btn__map {
        width: 100%;
    }
}



.access__cap {
    font-size: 0.75rem !important;
    margin: 0 auto !important;
}


.msn-buttonA {
  background-color: #000;
}

.map_section {
    /*padding-bottom: 50px;*/
    /*background: linear-gradient(45deg, #ca9340, #a14e1b);*/
    /*background-image: url(../map/img/bg.jpg);*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    background: #dedede;
    text-align: center;
    /*color: #fff;*/
}


.salon-txt {
  font-size : 24px;
  padding-right : 30px;
  margin-bottom : 20px;
}

#map_section_salon {
  border-bottom : solid 1px #999;
}

.msn-toc--type2 .msn-toc__item:last-child {
  margin-top : 0;
}

#map_section_salon.map_section .map_imgbox img:first-child {
    display : block;
    margin : 0 auto;
    float : none;
}

@media screen and (max-width: 1024px){
  .salon-txt {
    font-size : 18px;
    padding-right : 0px;
    float : none;
    width : calc(100% - 40px);
    margin : 0 auto 20px;
    text-align : center;
  }
}
