/*@import "../../vendor/basis/dist/css/basis.css";
@import "../../vendor/css-wipe/dest/bundle.css";
@import "../../vendor/font-awesome/css/font-awesome.min.css";*/

/**---------------------------------
 * ベース
 ---------------------------------*/
html {
  overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    background-color: #FFF;
    font-size: 15px;
    font-family: 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}

a {
  color: #333;
}

strong {
  font-weight: bold;
}

img{
  vertical-align: bottom;
}

p {
  display: none;
}

/*コンテナ最大幅*/
.lp-container {
  padding: 0 20px;
  font-family: 'Lato','Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
@media (min-width: 40rem) {
  .lp-container {
    max-width: 1080px;
    margin: 0 auto;
  }
}

/*スマホ メニュー*/
@media (min-width: 641px) {
  .visible-xs,
  #footer {
    display: none;
  }
}
#globalmenu .grid-menu li a {
  font-size: 13px;
}

/*--- 非表示 ---*/
.u-displaynone {
  display: none !important;
}

/*--- モバイル非表示 ---*/
@media (max-width: 39.9375rem) {
  .u-displaynone-sm {
    display: none !important;
  }
}

/*--- デスクトップ非表示 ---*/
@media (min-width: 40em) {
  .u-displaynone-md-up {
    display: none !important;
  }
}

/*タイトルエリア*/
.main-area {
  background-color: #1B4B8B;
  padding-top: 3rem;
}
.main-title {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 1rem;
}
.main-text {
  margin: 4rem 0;
  font-size: 0.9rem;
  line-height: 2;
  color: #000000;
  text-align: center;
}
@media (min-width: 40rem) {
  .main-text {
    font-size: 1.0rem;
    line-height: 2.1;
    
  }
}

/*見出し*/
h1.c-heading1 {
  color: #1B4B8B;
  border-bottom: 1px solid #1B4B8B;
  padding-bottom: 1rem;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
@media (min-width: 40rem) {
  h1.c-heading1 {
    font-size: 3rem;
  }
}
.c-mb--1 {
  margin-bottom: 1.5rem;
}
.c-mb--2 {
  margin-bottom: 5rem;
}

h2.c-heading2 {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1.25rem;
  margin: 3rem 0 2rem;
  text-align: center;
}
h3.c-heading3 {
  font-weight: bold;
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
}


/*イベントエリア*/
.event-area {
  padding: 5rem 0 0;
}
@media (min-width: 40rem) {
  .event-area {
    padding: 5rem 0;
  }
}
@media (max-width: 39.9375rem) {
  .event-title-container {
    text-align: center;
  }
}
.event-title {
  color: #1B4B8B;
  font-size: 1.5rem;
  font-weight: 600;
  background: linear-gradient(transparent 70%, #F1BD2F 70%);
  display: inline-block;
  line-height: normal;
  margin-bottom: 1rem;
}
@media (min-width: 40rem) {
  .event-title {
    font-size: 2rem;
    margin: 1rem 0 2rem;
  }
}

.event-text {
  font-size: 1.2rem;
  line-height: 1.8;
}
@media (min-width: 40rem) {
  .event-text {
    font-size: 1.3rem;
  }
}

.shop-wrapper {
  border: 1px solid #F2F2F2;
  padding: 1rem;
  margin: 2rem auto 0;
}

/*アイテムエリア*/
@media (min-width: 40rem) {
  .item-area {
  }
}
.item-area-image {
  max-width: 800px;
  margin: auto;
  border: 1px solid #F2F2F2;
}
.item-area-text {
  color: #1C9F8F;
  text-align: center;
  font-size: 1.1rem;
  border: 1px solid #1C9F8F;
  padding: 1rem;
  margin: 3rem 1rem 0;
  display: inline-block;

}

.item-area-text span {
  background-color: #1C9F8F;
  color: #FFF;
  font-weight: 600;
  margin: 0 0 0.75rem;
  padding: 0.25rem;
  display: block;
}
@media (min-width: 40rem) {
  .item-area-text span {
    display: inline;
    margin: 0 0.75rem 0 0;
  }
}

.item-text-l  {
  font-weight: 600;
  text-align: center;
  font-size: 1.3rem;
}
@media (min-width: 40rem) {
  .item-text-l {
    font-size: 1.8rem;
  }
}
.item-text  {
  text-align: center;
  font-size: 0.9rem;
  margin-top: 0.3rem;
}
@media (min-width: 40rem) {
  .item-text {
    font-size: 1.1rem;
  }
}
.item-text span {
  font-size: 0.7rem;
  line-height: 0.9rem;

}
@media (min-width: 40rem) {
  .item-text span {
    font-size: 0.9rem;
  }
}

/*フッター エリア*/
.footer-area {
  padding: 40px 0;
  background-color: #F2F2F2;
}
@media (min-width: 40em) {
  .footer-area {
    padding: 40px 0 80px;
  }
}

.footer-bt {
  width:100%;
  font-size:15px;
  font-weight:bold;
  text-decoration:none;
  display:block;
  text-align:center;
  padding: 7px 0;
  color:#fff;
  background-color:#333;
  margin: 0 auto;
}
@media (min-width: 40em) {
  .footer-bt {
    width:300px;
    border: 1px solid #333;
    margin-top: 30px;
    font-size:15px;
  }
  .footer-bt:hover {
    background: #FFF;
    color : #333;
    border: 1px solid #333;
  }
}

.shop-info {
  text-align: center;
  margin-bottom: 60px;
}

.contactus-title {
  background-color: #1C9F8F;
  margin-bottom: 30px;
}
.contactus-title-inner {
  width: 100%;
}
@media (min-width: 40rem) {
  .contactus-title-inner {
    width: 650px;
    margin: 0 auto;
  }
}

.contactus {
  font-size: 1.4rem;
  line-height: 1.2;
}
@media (min-width: 40rem) {
  .contactus {
    font-size: 1.9rem;
  }
}
.contactus span {
  font-weight: 600;
  color: #1B4B8B;
}

.contactus-time {
  font-size: 0.9rem;
}
@media (min-width: 40em) {
  .contactus-time {
    font-size: 1.2rem;
  }
}

.shop-wrapper {
  border: 1px solid #CCC;
  padding: 20px;
}
.shop {
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  margin-bottom: 1rem;
}
.date {
  font-size: 2.5rem;
  font-weight: 600;
  background: linear-gradient(transparent 70%, #F1BD2F 70%);
  line-height: normal;
  display: inline-block;
}
.date span {
  font-size: 1.0rem;
}
.venue {
  font-size: 1.1rem;
}
.phone {
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 40em) {
  .phone {
    font-size: 32px;
  }
}
.phone span {
  font-size: 1.1rem;
}
.open {
  font-size: 0.8rem;
}

.contactus-heading {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #1B4B8B;
  color: #1B4B8B;
  margin-bottom: 30px;

}
@media (min-width: 40em) {
  .contactus-heading {
    font-size: 1.3rem;
  }
}
.memo-s {
  font-size: 0.8rem;
  margin-bottom: 10px;
}

/*予約ボタン*/
a.rsv-bt {
  transition: 0.3s;
}
.rsv-bt {
  width:100%;
  font-size:17px;
  font-weight:bold;
  text-decoration:none;
  display:block;
  text-align:center;
  padding: 7px 0;
  color:#fff;
  background-color: #1C9F8F;
  margin: 1rem auto;
  position: relative;
  transition: 0.5s;
}
.rsv-bt::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin: -5px 0 0 0;
  border-top: solid 3px #FFF;
  border-right: solid 3px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 40em) {
  .rsv-bt {
    width:800px;
    border: 1px solid #1C9F8F;
    font-size: 1.85rem;
    line-height: normal;
    padding: 0.75rem 0;
  }
  .rsv-bt:hover {
    background: #FFF;
    color : #1C9F8F;
    border: 1px solid #1C9F8F;
  }
  .rsv-bt:hover::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    margin: -5px 0 0 0;
    border-top: solid 3px #1C9F8F;
    border-right: solid 3px #1C9F8F;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media (min-width: 40rem) {
  .ml15 {
    margin-left: 15px;
  }
}