@charset "UTF-8";

/* Scss Document */
body {
    font-family: "Noto Sans JP";
    line-height: 1;
    letter-spacing: 0.05em;
    -webkit-text-size-adjust: 100%;
    /* position: relative; */

}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #fff;
    padding: 25px 0 40px 0;
    background-color: #000;
    background-image: linear-gradient(-90deg, #1a1a1a 50%, transparent 50%, transparent 100%);
    background-size: 4px 1px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

header a {
    color: #fff;
}

header .header_logo {
    padding-left: 50px;
}

header .header_logo img {
    width: 276px;
    height: auto;
}

header .navigation {
    padding-right: 50px;
    margin-left: 2em;
}

header .navigation ul li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 2em;
}

header .navigation .sns_icon img {
    width: 17px;
}

.sp_header {
    display: none;
}

h2 {
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 25px;
    letter-spacing: 0.15em;
    text-align: center;
}

.spbr {
    display: none;
}

article {
    /* width: 100%;
    height: 0;
    z-index: -100; */
}

/* ===================
top
===================*/
.wrapper {
    width: 100%;
    height: 0;
    /* position: relative; */
    background: url("../img/top.jpg") center 8vh transparent no-repeat;
    background-size: cover;
    padding-top: 140%;
    z-index: -100;
}

.box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    width: 17%;
    z-index: 300;
    margin-top: 200px;
}

.topics_wrp{
  max-width: 1000px;
  margin: 0 auto;
  background-color: #e6e6e6;
}

.topics_left-wrp{
  float: left;
}

.topics_left-wrp img{
  width: 500px;
}

.topics_right-wrp{
  float: left; 
  width: 500px;
  padding: 30px;
  text-decoration: none;
}

.topics_wrp a{
  color: #323232;
}
  

.topics_price{
  font-size: 18px;
  padding: 10px;
  border: dotted 1px #000;
  line-height: 1em;
}

.topics_price span{
    font-size: 14px;
}

.topics_shoulder{
   color: #036eb8;
  letter-spacing: 0.1em;
  font-size: 18px;
  margin-bottom: 15px; 
}

.topics_treatment{
  letter-spacing: 0.1em;
  font-size: 18px;
  margin-bottom: 8px;
    }

.topics_name{
  letter-spacing: 0.1em;
  font-size: 36px;
  margin-bottom: 10px;
    }

.detail{
  font-size: 14px;
  text-align: right;
  margin-top: 15px;
}

.topics a:hover{
  opacity: 0.5;
  color: #323232;
}


/* ===================
news
===================*/
.news {
    width: 100%;
    z-index: 200;
	height: 250px;
}

.news.vpVH {
    top: 50vh;
}

.news .newsContent {
    color: #000;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2em 0;
    box-sizing: border-box;
    word-wrap: break-word;
}

.news .newsContent dl {
    width: 100%;
}
.news .newsContent dl dt{
    float: left;
    width: 14%;
    max-width: 140px;
    margin-bottom: 2em;
    line-height: 2em;
}
.news .newsContent dl dd{
    float: left;
    width: 86%;
    margin-bottom: 2em;
    display: inline-block;
    line-height: 2em;
}


.news .newsContent p {
    line-height: 2em;
}

.news .newsContent a {
    color: #fff;
    text-decoration: underline;
}

.news .newsContent a:hover {
    text-decoration: none;
}

.news .newsContent p.newsBtn {
    width: 22%;
    height: 2em;
    margin: 1em auto 0;
    text-align: center;

}
.news .newsContent .newsBtn a{
    text-decoration: none;
    padding: .5em 2em;
    border: 1px solid #fff;
    font-size: 1.1em;
}
.news .newsContent .newsBtn a:hover {
    border-color: rgba(255,255,255,.7);
}

.topics{
	width: 90%;
	margin: 0 auto;
}

/* ===================
pricelist
===================*/
.pricelist {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 10em auto;
    color: #323232;
    padding-top: 4em;

}

.pricelist h3 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 30px;
}

.pricelist h3 span {
    font-size: 14px;
}


.pricelist  ul {
    display: table;
    width: 100%;
    padding: 10px 0 60px 0;

}
.pricelist  li {
    width: 47%;
    display: inline-block;
    border-bottom: 1px dotted #666;
    margin-right: 4%;
    text-align: start;
    position: relative;
    vertical-align: top;
}
.pricelist  li:nth-child(even) {
    margin-right: 0;

}
.pricelist ul li p {
    padding: .65em 0;
}
.pricelist ul li p span{
    position: absolute;
    right: .5em;
    top: .5em;

}

.pricelist ul li p+p {
    font-size: .8em;
    line-height: 1.75em;
    padding: 0 0 .65em 0;
}

.pricelist ul+p {
    font-size: .8em;
    margin-top: -50px;
    margin-bottom: 60px;
		line-height: 1.6em;
}

.pricelist .st1 {
    padding-bottom: .5em;
}
.pricelist .st1 span {
    text-align: right;
}


.style {
    padding-top: 4em;
}

.plicechange{
	text-align: center;
	text-decoration: underline;
	margin-bottom: 40px;
}

/* ===================
gallery
===================*/
/*スライド--------------------------------*/
.gallery {
    margin: 0 0 0 0;
    max-width: 100%;
    padding-top: 4em;
}

.slide-wrap {
    width: 100%;
}

.slider {
    max-width: 100%;
    margin: 0 auto;
    flex-basis: 100%;
}

#viewer {
    width: 100%;
    height: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#viewer img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    top: 0;
    left: 0;
    position: absolute;
}


/*--------------------------------スライド*/
/* ===================
infpormation
===================*/
.info_wrp {
    text-align: center;
}

.infomation {
    width: 90%;
    margin: 0 auto;
    line-height: 1.6em;
    text-align: center;
    color: #323232;
    padding-top: 4em;
}

.shopname {
    margin: 40px 0 40px 0;
}

.shop_name dt {
    font-size: 24px;
    line-height: 1.6em;
}

.shop_name dd {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.6em;
}

.shop_photo {
    width: 30%;
}

.time {
    margin: 40px 0 40px 0;
}

.time dt {
    font-size: 18px;
    margin-bottom: 20px;
}

.time dd {
    font-size: 15px;
    line-height: 2.4em;
}

.time p {
    margin: 10px 0 30px 0;
}

.address {
    font-size: 15px;
    line-height: 1.6em;
    margin: 10px 0 30px 0;
}


@media only screen and (max-width:600px) {
    .wrapper {
        background-position: center;
    }



    .logo {
        margin-top: -350px;
        width: 50%;
    }

    .news {
        width: 100%;
        z-index: 200;
        position: static;
        padding-top: 4em;
    }

    .news .newsContent {
        width: 100%;
    }

    .news .newsContent h2,
    .news .newsContent h3 {
        padding: 0;
        margin: 0;
        font-weight: normal;
        color: #000;
    }

    .news .newsContent h2 {
        font-size: 30px;
    }
    .news .newsContent h3 {
        font-size: 30px;
    }

    .news .newsContent p {
        font-size: .8em;
        line-height: 1.2em;
        color: #000;
    }



    .news .newsContent dl {
        color: #000;
        display: block;
    }
    .news .newsContent dl dt,
    .news .newsContent dl dd{
        width: 90%;
        margin: 0 0 0 5%;
    }
    .news .newsContent a {
        color: #000;
    }

    .news .newsContent dl dt {
        margin-top: 1em;
    }
    .news .newsContent dl dt:first-child {
        margin-top: 0;
    }
    .news .newsContent a:hover {
    }

    .news .newsContent p.newsBtn {
        width: auto;
        display: block;
        margin: 0 0 2em 0;

    }
    .news .newsContent .newsBtn a{
        border: 1px solid #000;

    }
    .news .newsContent .newsBtn a:hover {
        border-color: rgba(0,0,0,.7);
    }


    .news .newsContent {
        width: 90%;
        margin: 0 auto;
    }

    .header_logo {
        display: none;
    }

    .navigation {
        display: none
    }

    header a {
        color: #00000;
    }

    /*スマホ版ヘッダー・Gメニューの設定*/
    body {
        padding-top: 58px;
    }

    .pc_banner {
        display: none;
    }

    .sp_banner {
        display: block;
    }

    .sp_header {
        display: block;
    }

    .sp_head {
        position: fixed;
        top: 0;
        z-index: 9998;
        background-color: #000;
        width: 100%;
        padding: 15px 10px;
        background-image: url("../img/dot.jpg");
        background-repeat: repeat;
    }

    .sp_logo_wrp img {
        width: auto;
        height: 25px;
        display: inline-block;
    }

    .sp_logo_wrp {
        float: left;
    }

    .sp_menu_icon {
        width: 25px;
        height: 25px;
        float: right;
        background-image: url(../img/sp_menu_icon.png);
        background-position: top left;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .batu {
        width: 25px;
        height: 25px;
        float: right;
        background-image: url(../img/sp_menu_icon_batu.png);
        background-position: top left;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .sp-nav {
        position: fixed;
        top: 57px;
        z-index: 9999;
        width: 100%;
        height: 80vh;
    }

    .in_sp_nav {
        height: 100%;
        overflow: scroll;
        width: 100%;
    }

    .sp-menu li {
        display: block;
        width: 100%;
        border-bottom: #000 solid 1px;
        background-color: #C9C9C9;
    }

    .sp-menu li a {
        display: block;
        width: 100%;
        padding: 15px 10px;
    }

    /*スマホ版ヘッダー・Gメニューの設定*/
    .spbr {
        display: block;
    }

    h2 {
        font-size: 30px;
        line-height: 1.6em;
    }

    .news h2 {
        font-size: 30px;
        line-height: 1em;
    }
    .gallery h2 {
        margin-top: 0;
    }

    h3 {
        font-size: 21px;
    }
  
    /* ===================
topics
===================*/
 
 .topics {
        width: 100%;
        height: auto;
        min-height: auto;
        margin-bottom: 1em;
	 margin-top: 100px;
    }

  
  .topics_left-wrp{
  float: none;
}

.topics_left-wrp img{
  width: 100%;
}

.topics_right-wrp{
  float: none; 
  width: 100%;
  text-align: center;
}
  
  .topics_treatment{
    font-size: 14px;
  }
  
  .topics_price{
    line-height: 1.2em;
    text-align: left;
  }
  
  .pcbr{
    display: none;
  }

  

    /* ===================
pricelist
===================*/
    .pricelist {
        width: 90%;
        height: auto;
        min-height: auto;
        margin-bottom: 1em;
        padding-top: 1.5em;
    }

    .pricelist  li {
        width: 100%;
        font-size: 1em;

    }

    /* .left_wrp {
        float: none;
        width: 100%;
        padding-right: 0px
    }

    .right_wrp {
        float: none;
        width: 100%;
        padding-left: 0px;
    }

    .leftbox {
        float: none;
    }

    .rightbox {
        float: none;
    }

    .menu_line {
        display: inline;
        width: auto;
    }

    .price_line {
        display: inline;
        width: auto;
    }

    .menu_short {
        display: inline;
        width: auto;
    }

    .price_long {
        display: inline;
        width: auto;
    }

    .menu {
        display: inline;
        width: auto;
    }

    .price {
        display: inline;
        width: auto;
    } */

    /*スライド--------------------------------*/
    /* .slider  {
min-height: inherit;
min-width: inherit;
overflow: hidden;
position: relative;
width: 100%;
}

.slide {
background-size: contain;
}

.s_photo01{
background-image: url(../img/slide_01.jpg);
}



.s_photo03{
background-image: url(../img/slide_03.jpg);
}

.slider::before {
    content: "";
    display: block;
    padding-top: 108%;
} */
    .adaptiveHeight:after {
        position: static;
    }

    .style,
    .information {
        padding-top: 1.5em;
    }

    #viewer {
        height: 70vw;
    }

    /*--------------------------------スライド*/
    /* ===================
gallery
===================*/
    /* ===================
infpormation
===================*/

    .shop_photo {
        width: 80%;
    }

    .shop_name dd {
        line-height: 1.2em;
    }

    .time dd {
        line-height: 1.8em;
    }

    iframe {
        width: 90%;
    }
}
