@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese');
/* font-family: 'Noto Sans JP', sans-serif; */
@font-face {
  font-family: 'HelveticaNeueLTCom-ThCn';
  src: url('/fonts/helvetica_neue/HelveticaNeueLTCom-ThCn.woff2') format('woff2');
}
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500i&display=swap');
/* font-family: 'Roboto', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Oswald:300&display=swap');
/* font-family: 'Oswald', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Comfortaa&display=swap');
/* font-family: 'Comfortaa', cursive; */
@import url('https://fonts.googleapis.com/css2?family=Andada&display=swap');
/* font-family: 'Andada', serif; */
p{
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
}
.shop-logo{
  width: 100%;
  background: #fff;
}
.shop-logo img{
  padding: 12px;
  width: 35%;
}
@media (min-width: 1240px) {
  .shop-logo img{
    padding: 24px;
    width: 15%;
  }
}

/* Header */
.header{
  margin: 2em 0 0;
  padding: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#121212+0,4f3838+100 */
  background: #fff; /* Old browsers */
  background-size: cover;
  width: 100%;
}

.header-inner, .content {width: 100%; max-width: 1000px; margin: 0 auto;padding: 1em;}


/* content */
.container{
  background: #fff; /* Old browsers */
}

.content {width: 100%;}

.content-title{
  font-size: 1.85rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-align: left;
  margin: 2rem auto;
}
.content-point{
  display: flex;
  flex-wrap: wrap;
}
.head-w-line{
  width: 100px;
  height: 100px;
  line-height: 95px;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
  font-size: 1.5rem;
  text-align: center;
  border: solid 1px #aaa;
  border-radius: 50%;
  margin: 2rem auto 1rem auto;
  display: block;
  background-color: #f1f1f1;
}
.point{
  padding: 2rem;

}
.point:last-chile{
  border-bottom: none;
}
.point-number{
  font-size: 4rem;
  font-family: 'Oswald', sans-serif,arial;
  text-align: center;
  color: #00aab4;
  filter: drop-shadow(8px 8px 2px rgba(0,225,230,0.2));
}
.spec-table{
  width: 90%;
  margin: auto;
}
.spec-table th{
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  color: #ffbe14;
  padding-top: 1rem;
}
.spec-table tr{

  border-bottom: solid 1px #f1f1f1;
}
.price{
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
}
.price-open{
  font-size: 1rem;
}
.reservation{
  background: url(images/reservation_bg.jpg) center center;
  background-size: cover;
  color: #fff;
}
@media (min-width: 767px) {
  .top-img{
    display: flex;
    align-items: flex-start;
  }
  .content-title{
    font-size: 2.5rem;
  }
  .top-img img{
    box-sizing: border-box;
    width: 40%;
    padding: 5%;
  }
  .summary-text{
    width: 60%;
    line-height: 1.75;
  }
  .summary-text p{
    font-size: 1.125rem;
  }
  .title_img{
    width: 70%;
    margin: auto;
  }
  .point{
    padding: 2rem;
    border-bottom: solid 1px #aaa;
    width: 33.3%;
    box-sizing: border-box;
    position: relative;
  }
  .point:last-child{
    border-bottom:  solid 1px #aaa;
  }
  /*.point img{
    position: absolute;
    bottom: 0;
  }*/
}


.reservation-notice{
  width: 80%;
  margin: 2rem auto;
  border: solid 1px #fff;
  padding: 1rem;
  text-align: left;
  line-height: 1.5;
}
.reservation-notice p{
  font-size: 0.85rem;
}
.reservation-notice h5{
  text-align: center;
}


/* ///////////// 20191227 /////////////*/
/*ボタン各種*/
.btn-square-pop {
  width: 80%;
  font-size: 1.35rem;
  position: relative;
  display: inline-block;
  padding: 1rem;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  background: #fd9535;/*背景色*/
  border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  margin: 0.5rem auto;
  box-sizing: border-box;
}
.btn-square-pop:hover {
  text-decoration: none;
  color: #ffce00;
}
span.en{
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1rem;
}
@media (min-width: 767px) {
  .stock-list{
    display: flex;
    flex-wrap: wrap;
  }
}


.border-btn {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 0.1em;
  text-decoration: none;
  color: #ff3333; 
  font-size: 1.2rem; 
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05rem;
  line-height: 0.9;
  text-align: center;
  text-align: right;
}

.border-btn:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top:100%;
  left: 0;
  border-radius: 2px;
  background:#ff3333;
  transition: .3s;
}

.border-btn:hover:before {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
}

/* ///////////// footer /////////////*/
.footer p,ul{
  font-size: 0.75rem;
}
ul.footer-nav-list{
  display: flex;
  justify-content: center;
  margin: 1rem;
}
ul.footer-nav-list li{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-right: solid 1px #aaa;
}
ul.footer-nav-list li:last-child{
  border-right: none;
}
ul.footer-nav-list li a{
  color: #fff;
}
@media (min-width: 767px) {
  .information{
    display: flex;
  }
  .info-map{
    width: 50%;
  }
  .info-text{
    margin-left: 1rem;
  }
  .info-text p{
    font-size: 0.875rem;
  }
  .copyright{
    font-size: 0.75rem;
    line-height: 1;
  }
  .footer p,ul{
    font-size: 0.875rem;
  }
}
@media (min-width: 991px) {
  .info-text p{
    font-size: 1rem;
  }
}


#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  opacity: 0.6;
}
#page_top a{
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0aa';
  font-size: 60px;
  color: #ef3f40;
}

.sold{
  color:#c1c1c1;
}
.sold-icon{
  padding: 3px 24px 3px 24px;
  border:solid 1px #c1c1c1;
  border-radius: 3px;
  text-align: center;
  background-color: #f9f9f9;
}

