﻿@charset "UTF-8";
/*------------------------------------------------------------
  トップページ
------------------------------------------------------------*/

#tomboyLink {
  margin-top: 20px;
  text-align: right;
  width: 95%;
}
#tomboyLink a {
  text-decoration: none;
}
#tomboyLink .tomboyLink {
  margin-right: 5px;
  color: #910000;
  font-size: 100%;
}
#tomboyLink img {
  vertical-align: middle;
  width: 80px;
  display: inline-block;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 780px) {
  #header {
    height: 108px;
    background: url(../img/common/template/template_bg.png) repeat center center;
    margin-bottom: 47px;
  }
  #header #logo {
    width: 296px;
    height: 64px;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #header #logo a {
    display: inline-block;
  }
  #header #logo a img {
    width: 296px;
    height: 64px;
    position: static;
  }
}
@media only screen and (min-width: 780px) {
  #gNavi {
    width: 100%;
    height: 45px;
    background: rgba(255, 255, 255, 0);
    border-top: 1px solid #3f3f3f;
    border-bottom: 1px solid #3f3f3f;
    position: absolute;
    top: 108px;
    z-index: 1;
  }
  #gNavi ul {
    /*
    20151130　RECRUITページ追加により
    width: 810px;
    20161216　ネット予約リンク追加により
    width: 900px;
*/
    width: 1070px;
    margin: 0 auto;
    text-align: center;
  }
  #gNavi ul:after {
    display: block;
    clear: both;
    content: "";
  }
  #gNavi ul li {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0;
    position: relative;

    /*
    20151130　RECRUITページ追加により
    margin: 0 20px;
    20161216　ネット予約リンク追加により
    margin: 0 18px;
*/
    margin: 0 18px;
    border: none;
  }
  #gNavi ul li a {
    display: inline-block;
    color: #3f3f3f;
    font-size: 170%;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    text-align: center;
  }
  #gNavi ul li a:hover {
    opacity: 0.7;
    -ms-filter: alpha(opacity=70);
  }
  #gNavi ul li:first-child {
    margin-left: 0;
  }
  #gNavi ul li.reservation {
    margin-right: 0;
  }
  #gNavi ul li.tel span,
  #gNavi ul li.reservation a {
    color: #ed7482;
    font-size: 200%;
    position: relative;
    padding-left: 20px;
  }
  #gNavi ul li.reservation a {
    font-size: 160%;
    font-weight: bold;
    font-family: "メイリオ", sans-serif;
    pointer-events: none;
  }
  #gNavi ul li.tel span:before,
  #gNavi ul li.reservation a:before {
    content: "";
    width: 15px;
    height: 21px;
    background: url(../img/common/template/icon_tel.png) no-repeat 0 0;
    -webkit-background-size: 15px 21px;
    -moz-background-size: 15px 21px;
    -ms-background-size: 15px 21px;
    -o-background-size: 15px 21px;
    background-size: 15px 21px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
  }
  #gNavi ul li.reservation a:before {
    width: 22px;
    background: url(../img/common/template/icon_reservation01.png) no-repeat 0 0;
    -webkit-background-size: 22px 21px;
    -moz-background-size: 22px 21px;
    -ms-background-size: 22px 21px;
    -o-background-size: 22px 21px;
    background-size: 22px 21px;
  }
  #gNavi ul li.arrown:before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #3f3f3f;
    border-right: 1px solid #3f3f3f;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%) rotate(45deg);
  }
  #tomboyLink {
    margin-top: 10px;
    width: 95%;
    text-align: right;
  }
  #tomboyLink .tomboyLink {
    margin-right: 10px;
    color: #910000;
    font-size: 140%;
  }
  #tomboyLink img {
    vertical-align: middle;
    width: auto;
    display: inline-block;
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.4);
  }
}

#mainImg img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 780px) {
  #mainImg {
    margin-top: 0;
    /*    height: 608px; */
    height: 776px;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
  }
  #mainImg img {
    width: 100%;
    min-width: 1260px;
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    margin: 0 auto;
  }
}
#main .catTtl {
  height: 20px;
  line-height: 20px;
}
#main .coverBox {
  background: url(../img/index/cover.png) repeat 0 0;
  padding: 50px 20px;
}
#main #recruit .coverBox {
  padding-top: 0px;
}
#main #topics {
  padding: 0px 15px 50px;
}
#main #topics .coming {
  height: 100px;
  font-size: 150%;
  font-weight: 600;
  color: #ed7482;
  text-align: center;
  margin-top: 40px;
}
#main #topics .catImg {
  margin-bottom: 20px;
}
#main #topics .catImg img {
  width: 100%;
  height: auto;
}
#main #topics .catTtl {
  height: 61px;
  line-height: 61;
}
#main #topics .articleBox .article {
  margin-bottom: 15px;
}
#main #topics .articleBox .article:after {
  display: block;
  clear: both;
  content: "";
}
#main #topics .articleBox .article a {
  display: inline-block;
  width: 100%;
  color: #3f3f3f;
  text-decoration: none;
}

/* === サムネ箱：横長トリミング用の固定枠 === */
#main #topics .articleBox .article .img {
  float: left;
  width: 106px;
  height: 67px; /* 横長に切り抜く高さ */
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}

/* === 画像：枠いっぱいにフィットして中央トリミング === */
#main #topics .articleBox .article .img img {
  display: block;
  width: 100% !important; /* グローバル img{height:auto} を上書き */
  height: 100% !important; /* ← ここが重要 */
  object-fit: cover;
  object-position: center;
  position: static; /* 以前の absolute センター調整は不要 */
}

#main #topics .articleBox .article .txt dt {
  color: #ed7482;
  font-size: 85%;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
#main #topics .articleBox .article .txt dd {
  font-size: 120%;
}
#main #topics .articleBox .article:last-child {
  margin-bottom: 20px;
}

#main #topics .link {
  text-align: right;
  margin-bottom: 50px;
}
#main #topics .link a {
  color: #3f3f3f;
  font-size: 110%;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  padding-left: 20px;
  text-decoration: none;
  line-height: 14px;
  position: relative;
}
#main #topics .link a:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/icon/icon_arrow_r02.png) no-repeat 0 0;
  -webkit-background-size: 14px 14px;
  -moz-background-size: 14px 14px;
  -ms-background-size: 14px 14px;
  -o-background-size: 14px 14px;
  background-size: 14px 14px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
}
#main #topics .photoBox .inner,
#main #style .photoBox .inner {
  font-size: 0;
  text-align: center;
}
#main #topics .photoBox .inner:after,
#main #style .photoBox .inner:after {
  display: block;
  clear: both;
  content: "";
}
#main #topics .photoBox .inner figure,
#main #style .photoBox .inner figure {
  display: inline-block;
  width: 30%;
  height: auto;
  margin: 0 7px 7px;
  padding: 7px;
  background: url(../img/index/inst_frame.png) no-repeat 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#main #style .photoBox .inner figure {
  margin: 0 4px 8px;
  padding: 0;
  width: 28%;
}
#main #topics .photoBox .inner figure:nth-child(3n + 1) {
  margin-left: 0;
}
#main #topics .photoBox .inner figure:nth-child(3n + 3) {
  margin-right: 0;
}
#main #topics .photoBox .inner figure img,
#main #style .photoBox .inner figure img {
  width: 100%;
  height: auto;
}
#main #topics .photoBox .inner figure figcaption,
#main #style .photoBox .inner figure figcaption {
  display: none;
}
#main #about {
  padding: 38px 30px 40px;
  margin-bottom: 25px;
  background: url(../img/index/about_bg_sp.jpg) no-repeat center top;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -ms-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
#main #about .catTtl {
  margin-bottom: 15px;
}
#main #about p {
  font-size: 120%;
}
#main #product {
  padding-top: 25px;
}
#main #product .catTtl {
  margin-bottom: 20px;
}
#main #product p {
  margin-bottom: 18px;
}
#main #product .disc1 {
  text-align: left;
}
#main #product .disc2 {
  margin-top: 10px;
  color: #bf9000;
}
#main #staff {
  margin-bottom: 50px;
  padding-top: 25px;
}
#main #staff .catTtl,
#main #style .catTtl {
  margin-bottom: 20px;
}
#main #staff .spSlider li {
  text-align: center;
}
#main #staff .spSlider li .photo {
  width: 56.25%;
  height: 0;
  padding-bottom: 89.0625%;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
}
#main #staff .spSlider li .photo img {
  max-width: 1000%;
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  bottom: 0;
  margin: auto;
}
#main #staff .spSlider li .name {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 5px;
}
#main #staff .spSlider li .job {
  font-size: 130%;
  color: #ed7482;
  margin-bottom: 5px;
}
#main #staff .spSlider li .comment {
  font-size: 130%;
  width: 290px;
  margin: 0 auto;
}
#main #staff .license {
  text-align: center;
  margin: 10px 0px !important;
}
#main #staff .license_icon {
  display: inline;
  width: 23px !important;
  height: auto !important;
  margin: 0 3px !important;
}
#main #staff .license_icon_d {
  vertical-align: middle !important;
  width: 15px !important;
  height: auto !important;
}
#main #staff .license_descP {
  width: 100%;
  text-align: center;
}
#main #staff .license_desc {
  font-size: 120%;
  margin: 0 3px !important;
}
#main #staff .license_desc_block {
  display: inline-block;
}
#main #salon {
  padding: 38px 30px 40px;
  margin-bottom: 25px;
  background: url(../img/index/menu_bg.jpg) no-repeat center top;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
#main #salon .coverBox {
  padding-bottom: 40px;
}
#main #salon .catTtl {
  margin-bottom: 15px;
}
/* #main #menu .menuList dt {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 120%;
  height: 20px;
} */
/* #main #menu .menuList dd {
  color: #312E2E;
  line-height: 1.8;
  margin-bottom: 15px;
} */
#main #salon .salonList {
  display: flex;
}

#main #salon .salonItem {
  width: 50%;
  margin: 0 40px 0 20px;
}
#main #salon .salonItem:first-child {
  margin: 0 40px 0 20px;
}
#main #salon .salonItem:last-child {
  width: 50%;
  margin: 0 20px 0 40px;
}
#main #salon .salonItem__img {
  width: 100%;
}
#main #salon .salonItem__img img {
  width: 100%;
}
#main #salon .salonItem__ttl {
  font-size: 220%;
  text-align: center;
  margin: 15px 0 10px;
  color: #3f3f3f;
  font-weight: 500;
}
#main #salon .salonItem__phone {
  font-size: 180%;
  text-align: center;
  margin: 15px 0 10px;
  font-weight: bold;
  color: #3f3f3f;
  display: block;
  pointer-events: none;
}
#main #salon .salonItem__phone span {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
#main #salon .salonItem__phone span:before {
  content: "";
  width: 20px;
  height: 24px;
  background: url(../img/common/template/icon_tel.png) no-repeat 0 0;
  background-size: 20px 24px;
  position: absolute;
  top: 0px;
  left: -10px;
}
#main #salon .salonItem__Listbtn {
  display: flex;
}
#main #salon .salonItem__btna {
  width: 50%;
  text-decoration: none;
  border: 1px solid #312e2e;
  color: #3f3f3f;
  font-size: 160%;
  text-align: center;
  display: block;
  padding: 5px;
}
#main #salon .salonItem__btnb {
  width: 49%;
  text-decoration: none;
  border: 1px solid #312e2e;
  color: #3f3f3f;
  font-size: 160%;
  text-align: center;
  display: block;
  background: #c5e0b4;
  margin-left: 1%;
  padding: 5px;
}
#main #kimono {
  padding-top: 25px;
}
#main #kimono .catTtl {
  margin-bottom: 20px;
}
#main #kimono .coming {
  height: 100px;
  font-size: 150%;
  font-weight: 600;
  color: #ed7482;
  text-align: center;
  margin-top: 40px;
}
#main #kimono > p {
  text-align: center;
  margin-bottom: 18px;
}
#main #kimono .itemList {
  padding: 0 15px 35px;
}
#main #kimono .itemList:after {
  display: block;
  clear: both;
  content: "";
}
#main #kimono .itemList li {
  width: 50%;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#main #kimono .itemList li:nth-child(2n + 1) {
  float: left;
  padding-right: 13px;
  clear: both;
}
#main #kimono .itemList li:nth-child(2n) {
  float: right;
  padding-left: 13px;
}
#main #kimono .itemList li a {
  text-decoration: none;
  color: #3f3f3f;
}
#main #kimono .itemList li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#main #kimono .itemList li a:hover dl {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#main #kimono .itemList li a .photo {
  width: 100%;
  height: 0;
  padding-bottom: 130%;
  position: relative;
  overflow: hidden;
}
#main #kimono .itemList li a .photo img {
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  bottom: 0;
  margin: auto;
}
#main #kimono .itemList li dl dt {
  font-size: 110%;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
#main #kimono .itemList li dl dt:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #a19c96;
  position: absolute;
  bottom: 0;
  left: 0;
}
#main #kimono .itemList li dl dt span:after {
  content: "";
  width: 72%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 1;
}
#main #kimono .itemList li dl dt span.hair:after {
  background: #ed7482;
}
#main #kimono .itemList li dl dt span.skin:after {
  background: #b3cb1f;
}
#main #kimono .itemList li dl dt span.styling:after {
  background: #fdd000;
}
#main #kimono .itemList li dl dt span.bath:after {
  background: #638acd;
}
#main #shop {
  padding: 38px 30px 40px;
  background: url(../img/index/shop_bg_sp.jpg) no-repeat center 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#main #shop .catTtl {
  margin-bottom: 20px;
}
#main #shop .map {
  position: relative;
  padding-bottom: 66%;
  height: 0;
  overflow: hidden;
  margin: 0 -5px 20px;
}
#main #shop .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#main #shop .logo {
  text-align: center;
  margin-bottom: 5px;
}
#main #shop .logo img {
  width: 125px;
  height: 25px;
}
#main #shop .tel {
  text-align: center;
  margin-bottom: 10px;
}
#main #shop .tel a,
#main #shop .tel span {
  display: inline-block;
  color: #ed7482;
  font-size: 150%;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  line-height: 16px;
  padding-left: 15px;
  position: relative;
}
#main #shop .tel a:after,
#main #shop .tel span:after {
  content: "";
  width: 12px;
  height: 16px;
  background: url(../img/index/shop_icon.png) no-repeat 0 0;
  -webkit-background-size: 12px 16px;
  -moz-background-size: 12px 16px;
  -ms-background-size: 12px 16px;
  -o-background-size: 12px 16px;
  background-size: 12px 16px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
}
#main #shop .banConts {
  margin-top: 30px;
  margin-bottom: 30px;
}
#main #shop .banConts a {
  margin: 0 auto;
  padding-left: 30px;
  width: 228px;
  position: relative;
  display: block;
  background-color: #77a93f;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
  font-size: 200%;
  font-weight: bold;
  font-family: "メイリオ", sans-serif;
  -webkit-box-shadow: 0 2px 0 #476525;
  box-shadow: 0 2px 0 #476525;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#main #shop .banConts a .icon {
  position: absolute;
  width: 66px;
  height: auto;
  top: -26px;
  right: -50px;
}
#main #shop .banConts a span {
  padding: 20px 20px 18px 30px;
  display: inline-block;
  text-align: left;
  background-image: url(/wp-content/smile/img/common/template/icon_reservation02.png);
  background-repeat: no-repeat;
  background-position: center left;
  -webkit-background-size: 22px 39px;
  　-o-background-size: 22px 39px;
  background-size: 22px 39px;
}
#main #shop .access {
  font-size: 120%;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.2;
}
#main #shop .access span {
  font-weight: bold;
}
#main #shop .openTime {
  margin-bottom: 15px;
  color: #312e2e;
}
#main #shop .openTime dl {
  margin-bottom: 5px;
}
#main #shop .openTime dl dt {
  font-size: 120%;
}
#main #shop .openTime dl dd {
  font-size: 90%;
}
#main #shop .openTime dl:last-child {
  margin-bottom: 0;
}
#main #shop .address {
  color: #312e2e;
  font-size: 90%;
}

#main #style .coverBox {
  padding: 50px 0;
}

#main #style .catTtl.dammy {
  margin-bottom: 20px;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  text-shadow: 0px -1px #a19c96, 1px 0px #a19c96, 0px 1px #a19c96,
    -1px 1px #a19c96;
}

@media only screen and (min-width: 780px) {
  #main .catTtl {
    height: 75px;
    line-height: 75px;
  }
  #main #style .coverBox {
    width: 800px;
    padding-left: 0;
    padding-right: 0;
  }
  #main .coverBox {
    width: 1200px;
    margin: 0 auto;
    padding: 25px 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main #recruit .coverBox {
    margin-bottom: 60px;
  }
  #main #topics {
    width: 800px;
    margin: 0 auto 50px;
    padding: 0;
  }
  #main #topics .coming {
    height: 350px;
    font-size: 300%;
    color: #ed7482;
    text-align: center;
    margin-top: 165px;
  }
  #main #topics .catTtl {
    height: 100px;
    line-height: 100px;
  }
  #main #topics .catTtl img {
    width: auto;
    height: 28px;
  }
  #main #topics .catImg {
    margin-bottom: 40px;
  }
  #main #topics .articleBox {
    margin-bottom: 30px;
  }
  #main #topics .articleBox:after {
    display: block;
    clear: both;
    content: "";
  }

  /* 3カラム：親幅を3分割（40px×2の隙間を差し引く） */
  #main #topics .articleBox .article {
    float: left;
    box-sizing: border-box;
    width: calc((100% - 80px) / 3); /* ← 3列 */
    margin-left: 40px;
    margin-bottom: 30px; /* ← 2段の間に余白 */
  }

  /* 各段の先頭（1,4,7...）は左マージンを0にして改行させる */
  #main #topics .articleBox .article:nth-child(3n + 1) {
    margin-left: 0;
    clear: left;
  }

  /* 画像枠は固定高さ（150px）でトリミング用の箱 */
  #main #topics .articleBox .article .img {
    position: relative;
    width: 100%;
    height: 150px; /* 横長に切り抜く高さ */
    overflow: hidden;
  }

  /* 画像を枠いっぱいにフィットさせてセンターでトリミング */
  #main #topics .articleBox .article .img img {
    display: block;
    width: 100% !important;
    height: 100% !important; /* ← ここが重要。auto を上書き */
    object-fit: cover;
    object-position: center;
  }

  #main #topics .articleBox .article a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  /* 文字サイズはそのまま */
  #main #topics .articleBox .article .txt dt,
  #main #topics .articleBox .article .txt dd {
    font-size: 140%;
  }

  /* 既存ルールは不要（あっても害はないが冗長） */
  #main #topics .articleBox .article:first-child {
    /* ←なくてもOK */
    margin-left: 0;
  }
  #main #topics .articleBox .article.lastChild {
    margin-bottom: 0;
  }

  /* #main #topics .articleBox {
    margin-bottom: 30px;
  }
  #main #topics .articleBox:after {
    display: block;
    clear: both;
    content: "";
  }
  #main #topics .articleBox .article {
    float: left;
    width: 240px;
    margin-left: 40px;
    margin-bottom: 0;
  }
  #main #topics .articleBox .article a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #main #topics .articleBox .article .img {
    float: none;
    width: 240px;
    height: 150px;
    margin: 0 0 20px;
    position: relative;
    overflow: hidden;
  }
  #main #topics .articleBox .article .txt dt,
  #main #topics .articleBox .article .txt dd {
    font-size: 140%;
  }
  #main #topics .articleBox .article:first-child {
    margin-left: 0;
  }
  #main #topics .articleBox .article.lastChild {
    margin-bottom: 0;
  } */
  #main #topics .link {
    margin-bottom: 45px;
  }
  #main #topics .link a {
    display: inline-block;
    line-height: 16px;
    padding-left: 25px;
    font-size: 160%;
  }
  #main #topics .link a:before {
    width: 16px;
    height: 16px;
    background: url(../img/common/icon/icon_arrow_r02.png) no-repeat 0 0;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -ms-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    background-size: 16px 16px;
  }
  #main #topics .link a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #main #style .photoBox {
    overflow: hidden;
  }
  #main #topics .photoBox .inner,
  #main #style .photoBox .inner {
    width: 800px;
    margin: 0 auto;
  }
  #main #style .photoBox .inner {
    margin-top: -20px;
  }
  #main #topics .photoBox .inner:after,
  #main #style .photoBox .inner:after {
    display: block;
    clear: both;
    content: "";
  }
  #main #topics .photoBox .inner figure,
  #main #style .photoBox .inner figure {
    display: block;
    float: left;
    width: 120px;
    height: 120px;
    margin: 0 0 0 16px;
    padding: 10px;
    position: relative;
  }
  #main #style .photoBox .inner figure {
    width: 150px;
    height: 150px;
    margin: 12px 0 0 12px;
    padding: 0;
    position: relative;
  }
  #main #topics .photoBox .inner figure:nth-child(3n + 1) {
    margin-left: 16px;
  }
  #main #style .photoBox .inner figure:nth-child(3n + 1) {
    margin-left: 12px;
  }
  #main #topics .photoBox .inner figure:first-child,
  #main #style .photoBox .inner figure:first-child,
  #main #style .photoBox .inner figure:nth-child(5n + 1) {
    margin-left: 0;
  }
  #main #topics .photoBox .inner figure .overlay,
  #main #style .photoBox .inner figure .overlay {
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(../img/common/overlay.png) repeat;
  }
  #main #style .photoBox .inner figure .overlay {
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
  }
  #main #about {
    padding: 80px 0;
    margin-bottom: 15px;
    background: url(../img/index/about_bg.jpg) no-repeat center top;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
  #main #about .catTtl {
    margin-bottom: 0;
  }
  #main #about .catTtl img {
    width: auto;
    height: 28px;
  }
  #main #about .catTtl .ca {
    width: 300px;
    height: auto;
    margin-top: 0;
  }
  #main #about p {
    font-size: 160%;
    line-height: 2;
    text-align: center;
  }
  #main #style .catTtl img {
    width: auto;
    height: 28px;
  }
  #main #product .catTtl img {
    width: auto;
    height: 28px;
  }
  #main #product {
    padding: 38px 30px 0px;
    margin-bottom: 25px;
    text-align: center;
    margin: 0 auto;
  }
  #main #product .catTtl {
    margin-bottom: 0px;
  }
  #main #product .disc1 {
    font-size: 140%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 25px;
    text-align: center;
  }
  #main #product .disc2 {
    margin-top: 10px;
    font-size: 130%;
    color: #bf9000;
  }
  #main #staff {
    margin-bottom: 10px;
  }
  #main #staff .catTtl {
    height: 100px;
    line-height: 100;
    margin-bottom: 0;
  }
  #main #staff .catTtl img {
    width: auto;
    height: 28px;
  }
  #main #staff .spSlider {
    width: 840px;
    margin: 0 auto;
    font-size: 0;
  }
  #main #staff .spSlider li {
    display: inline-block;
    width: 170px;
    margin: 0 20px 35px;
    font-size: 10px;
    vertical-align: top;
  }
  #main #staff .spSlider li .photo {
    width: 170px;
    height: 270px;
    padding-bottom: 0;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
  }
  #main #staff .spSlider li .name {
    font-size: 140%;
    margin-bottom: 10px;
  }
  #main #staff .spSlider li .job {
    font-size: 120%;
    margin-bottom: 10px;
  }
  #main #staff .spSlider li .comment {
    width: 100%;
    font-size: 120%;
    text-align: left;
  }
  #main #salon {
    padding: 80px 0;
    background-position: center center;
  }
  #main #salon .catTtl {
    margin-bottom: 0;
  }
  #main #salon .catTtl img {
    width: auto;
    height: 28px;
  }

  #main #kimono {
    margin-bottom: 5px;
  }
  #main #kimono .coming {
    height: 350px;
    font-size: 300%;
    font-weight: 600;
    color: #ed7482;
    text-align: center;
    margin-top: 165px;
  }
  #main #kimono .catTtl {
    margin-bottom: 0;
  }
  #main #kimono .catTtl img {
    width: auto;
    height: 28px;
  }
  #main #kimono > p {
    height: 40px;
    font-size: 140%;
    line-height: 40px;
    margin-bottom: 25px;
  }
  #main #kimono .itemList {
    width: 840px;
    margin: 0 auto;
    font-size: 0;
  }
  #main #kimono .itemList li {
    display: inline-block;
    font-size: 10px;
    width: 170px;
    margin: 0 20px 40px;
    vertical-align: top;
  }
  #main #kimono .itemList li a .photo {
    width: 170px;
    height: 226px;
    padding-bottom: 0;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
  }
  #main #kimono .itemList li .photo img {
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    bottom: 0;
    margin: auto;
  }
  #main #kimono .itemList li dl dt {
    font-size: 140%;
    line-height: 30px;
  }
  #main #kimono .itemList li dl dd {
    font-size: 120%;
  }
  #main #kimono .itemList li:nth-child(2n + 1),
  #main #kimono .itemList li:nth-child(2n) {
    float: none;
    padding: 0;
  }
  #main #shop {
    padding: 80px 0;
    background: url(../img/index/shop_bg.jpg) no-repeat center 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #main #shop .coverBox {
    padding-top: 10px;
    padding-bottom: 45px;
  }
  #main #shop .catTtl {
    height: 105px;
    line-height: 105;
    margin-bottom: 0;
  }
  #main #shop .catTtl img {
    width: 104px;
    height: auto;
  }
  #main #shop .map {
    width: 740px;
    height: 450px;
    padding-bottom: 0;
    margin: 0 0 40px;
  }
  #main #shop .logo {
    margin-bottom: 10px;
  }
  #main #shop .logo img {
    width: 201px;
    height: auto;
  }
  #main #shop .tel span {
    font-size: 240%;
    line-height: 24px;
    padding-left: 20px;
  }
  #main #shop .tel span:after {
    width: 18px;
    height: 24px;
    -webkit-background-size: 18px 24px;
    -moz-background-size: 18px 24px;
    -ms-background-size: 18px 24px;
    -o-background-size: 18px 24px;
    background-size: 18px 24px;
  }
  #main #shop .banConts a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #main #shop .access {
    font-size: 180%;
  }
  #main #shop .openTime {
    text-align: center;
  }
  #main #shop .openTime dl dt {
    font-size: 160%;
  }
  #main #shop .openTime dl dd {
    font-size: 120%;
  }
  #main #shop .address {
    font-size: 120%;
    text-align: center;
  }
  #main #style .catTtl.dammy {
    font-size: 33px;
  }
}
@media only screen and (min-width: 780px) {
  #main #staff {
    padding-top: 40px;
  }
  #main #product {
    padding-top: 40px;
  }
  #main #kimono {
    padding-top: 47px;
  }
}

.pswp__ui .pswp__button--arrow--left:before,
.pswp__ui .pswp__button--arrow--right:before {
  width: 19px;
  height: 36px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.pswp__ui .pswp__button--arrow--left:before {
  background: url(../img/index/prev.png) no-repeat 0 0;
  -webkit-background-size: 19px 36px;
  -o-background-size: 19px 36px;
  background-size: 19px 36px;
  left: 5px;
}
.pswp__ui .pswp__button--arrow--right:before {
  background: url(../img/index/next.png) no-repeat 0 0;
  -webkit-background-size: 19px 36px;
  -o-background-size: 19px 36px;
  background-size: 19px 36px;
  right: 5px;
}
@media only screen and (min-width: 780px) {
  /*.pswp__button,*/
  .pswp__ui .pswp__button--arrow--left:before,
  .pswp__ui .pswp__button--arrow--right:before {
    width: 38px;
    height: 72px;
  }
  .pswp__ui .pswp__button--arrow--left:before {
    -webkit-background-size: 38px 72px;
    -o-background-size: 38px 72px;
    background-size: 38px 72px;
    left: 10px;
  }
  .pswp__ui .pswp__button--arrow--right:before {
    -webkit-background-size: 38px 72px;
    -o-background-size: 38px 72px;
    background-size: 38px 72px;
    right: 10px;
  }
}

@media only screen and (max-width: 779px) {
  #main #shop .banConts {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #main #shop .banConts a {
    padding-left: 0;
    width: 165px;
    font-size: 100%;
    text-align: center;
  }
  #main #shop .banConts a .icon {
    width: 49px;
    top: -19px;
    right: -33px;
  }
  #main #shop .banConts a span {
    padding: 15px 15px 13px 20px;
    background-image: url(/wp-content/smile/img/common/template/icon_reservation02_sp.png);
    -webkit-background-size: 15px 29px;
    　-o-background-size: 15px 29px;
    background-size: 15px 29px;
  }
  #main #staff .license_desc_block {
    display: block;
  }
  #main #salon {
    background-size: cover;
  }
  #main #salon .coverBox {
    padding-bottom: 30px;
  }
  #main #salon .salonList {
    display: block;
  }
  #main #salon .salonItem {
    width: 100%;
    margin-bottom: 30px;
  }
  #main #salon .salonItem:first-child {
    margin: 0 0 30px 0px;
  }
  #main #salon .salonItem:last-child {
    width: 100%;
    margin: 0;
  }
  #main #salon .salonItem__ttl {
    font-size: 150%;
    margin: 10px 0 5px;
  }
  #main #salon .salonItem__phone {
    font-size: 140%;
    margin: 0 0 7px;
    pointer-events: visible;
  }
  #main #salon .salonItem__phone span {
    padding-left: 21px;
  }
  #main #salon .salonItem__phone span:before {
    top: -1px;
    left: 0px;
  }
  #main #salon .salonItem__btna {
    font-size: 110%;
  }
  #main #salon .salonItem__btnb {
    font-size: 110%;
  }
  #main #salon .catTtl img {
    width: auto;
    height: 22px;
  }
  #main #product .catTtl img {
    width: auto;
    height: 22px;
  }
  #main #kimono .catTtl img {
    width: auto;
    height: 22px;
  }
}
