@charset "UTF-8";
/*font-family: 'EB Garamond', serif;*/
/* ハンバーガーメニュー用フォント 
// <uniquifier>: Use a uniquifier for the class name
// <weight>: Use a value from 100 to 900

  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

/*共通部分の設定
========================*/
html{
  font-size: 62.5%;
}
body{
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #3f3f3f;
  line-height: 1;
}
  body{
    font-size: 14px;
  }
a{
  color: #3f3f3f;
  text-decoration: none;
  transition: .4s;
}
a:hover{
  opacity: 0.5;
}
ul{
  list-style: none;
}

.flexB{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.inner{
  margin: 0 auto;
}

/*  header  */
header{
  background: #bddbdf;
  /* padding: 34px 0 20px; */
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 650;
  font-style: normal;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 530px;
  z-index: 9999;
}
header .inner{
  position: relative;
  padding-left: 20px;
}
header ul{
  align-items: flex-end;
}
header li{
  margin-left: 30px;
  font-size: 1.8rem;
}
  header p img{
    width: 90px;
  }
  nav{
    background: #fff;
    position: absolute;
    top: 0;
    width: 60%;
    /* 背景全部黒にする */
    right: 0;
    text-align: center;
    padding: 50px 0 10px;
    /* transition: .5s ease-in-out; 
    フェードでふわっと出す場合は消す*/
    display: none;
    /* ふわっと出す時は最初display:noneで隠しておく */
  }
  nav li{
    width: 100%;
    margin: 0;
  }
  nav li a{
    display: block;
    width: 100%;
    padding: 20px 0;
    color:#757575;

  }
  #nav-toggle{
    position: absolute;
    width: 36px;
    height: 36px;
    top: 30px;
    right: 20px;
    z-index: 999;
  }
  #nav-toggle span{
    display: block;
    height: 4px;
    width: 100%;
    background: #757575;
    position: absolute;
    left: 0;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1){
    top: 0;
  }
  #nav-toggle span:nth-child(2){
    top: 11px;
  }
  #nav-toggle span:nth-child(3){
    top: 22px;
  }
  .open #nav-toggle span:nth-child(1){
    top: 11px;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2){
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3){
    top: 11px;
    transform: rotate(-45deg);
  }
  nav img{
    display: block;
    width: 30px;
    margin: 0 auto;
  }
/* /.header */


/* main */
/*main visual*/
.mainVisual{
  position: relative;
}
.mainVisual img{
  width: 100%;
  max-width: 530px;
}
.mainVisual h1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
/*先にX軸指定、後にy軸指定
  transform: translateX(-50%);横方向のみ
  transform: translateY(-50%);縦方向のみ
  */
  font-size: 5.6rem;
  color: #fff;
  font-family: 'EB Garamond', serif;
  text-shadow: 2px 2px 5px rgba(102,102,102,.8);
/*左右位置 上下位置 ぼかし　カラー*/
  font-weight: normal;
  line-height: 1.1;
  z-index: 10;
}
main .slick{
  pointer-events: none;
}
/* /.mainvisual */

/*footer*/
footer{
  background: #bddbdf;
  color: #757575;
  padding: 20px 0;
  font-size: 1.1rem;
  text-align: center;
}
  footer small{
    display: block;
  }
/* /.footer */

#page-top{
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #757575;
  background: #bddbdf;
  font-size: 12px;
  text-align: center;
  position: fixed;
  right: 20px;
  bottom: 50px;
  line-height: 50px;
  border: 1px solid #757575;
}
/* /.pagetop botuun */

/* ----------------------------------- */
html{
  max-width: 530px;
}
#about{
  padding: 50px 14px 0px;
  padding-bottom: 20px;
}
main p img{
  width: 100%;
  max-width: 530px;
}
.aboutus img {
  padding-bottom: 10px;
}
.title{
  padding: 20px 0;
}
.text{
  padding-bottom: 20px;
}
  /* about */
.about-photo{
  padding: 25px 0;
}
.about-photo img{
  width: 100%;
  max-width: 530px;
}

/* triminig */
#triming{
  padding: 50px 14px 0px;
}
.trimming-photo{
  padding: 20px 0 30px;
  width: 100%;
  min-width: 360px;
}
.trimming-photo img{
  width: 100%;
  min-width: 360px;
}
.border{
  margin-top: 80px;
  margin-bottom: 20px;
  padding-top: 10px;
  border-top: 3px solid #3f3f3f ;
}
.bottun{
  padding: 75px 0;
}
.bottun a{
  display: inline-block;
}
.small{
  padding: 10px 0;
}


/* menu */
#menu{
  padding: 50px 14px 50px;
}
.menu-sanda{
  text-align: center;
  font-size: 20px;
  padding: 50px 0 80px;
}
.menu-sanda a{
  color: #e23d3d;
  border-bottom: 2px solid #e23d3d;
}


/* shop-info */
#shop-info{
  padding: 50px 14px 0px;
}
.shop{
  margin-bottom: 50px;
}
.shop-inner{
  padding: 0 5px 30px;
}
.sanda{
    border: 5px solid #c5decb;
  }
.abeno{
  border: 5px solid #dfbdd5;
}
.okayama{
  border: 5px solid #ebdec6;
}
.beytower{
  border: 5px solid #8bbac0;
  padding: 5px;
}
.shop h1 img{
  width: 100%;
  max-width: 492px;
  padding-bottom: 20px;
}
.shop h2{
  font-size: 20px;
  padding-bottom: 15px;
}
.shop h3{
  font-size: 14px;
  line-height: 1.6;
}
.shop .flex{
  display: flex; 
  align-items:flex-end;
  justify-content: space-between;
}
.snsicon{

}
.snsicon img{
  display: block;
  width: 50px;
}
.snsicon a{
  display: inline-block;
  margin-left: 10px;
}
.shop h4{
  font-size: 12px;
  padding-bottom: 5px;
  color: #f74d4d;
}
.shop .bententyo{
  padding-top: 15px;
}
.shop h5{
  text-align: center;
  padding: 20px 0 30px;
}
.underbar{
  border-bottom: 1px solid #757575;
}