@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'UoqMun';
  font-style: normal;
  font-weight: 400;
  src: url("../font/UoqMunThenKhung-Regular.ttf") format("truetype"), url("../font/UoqMunThenKhung-Regular.woff") format("woff"), url("../font/UoqMunThenKhung-Regular.eot?") format("eot");
  font-display: swap;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media (max-width: 940px) {
  html {
    font-size: 50%;
  }
}

*, *:before, *:after {
  box-sizing: inherit;
  -webkit-box-sizing: inherit;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  color: #333;
  background: #FFFFEE;
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

a {
  text-decoration: none;
  color: #333;
  transition: .3s;
  -webkit-transition: .3s;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  width: auto;
  /*IE8のみ適用*/
}

.pc_only {
  display: inherit;
}
@media (max-width: 740px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 740px) {
  .sp_only {
    display: inherit;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.both {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.flex-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-center {
  text-align: center;
}

.c-mb3 {
  margin-bottom: 3% !important;
}
@media (max-width: 740px) {
  .c-mb3 {
    margin-bottom: 6% !important;
  }
}

.c-mb5 {
  margin-bottom: 5% !important;
}
@media (max-width: 740px) {
  .c-mb5 {
    margin-bottom: 8% !important;
  }
}

.c-mb8 {
  margin-bottom: 8% !important;
}
@media (max-width: 740px) {
  .c-mb8 {
    margin-bottom: 12% !important;
  }
}

.c-mb10 {
  margin-bottom: 10% !important;
}
@media (max-width: 740px) {
  .c-mb10 {
    margin-bottom: 15% !important;
  }
}

/* パーツ */
input, textarea, select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  max-width: 100%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

.ta-table1 {
  width: 98%;
  margin: 0 auto;
}
.ta-table1 th {
  width: 26%;
  padding: 10px 2%;
}
.ta-table1 td {
  width: 66%;
  padding: 10px 2%;
}
@media (max-width: 740px) {
  .ta-table1 td, .ta-table1 th {
    display: block;
    width: 100%;
    border: none;
  }
}

.ti-title {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 4%;
  font-weight: 600;
}
.ti-title span {
  font-size: 4rem;
  display: block;
  color: #CD3B27;
  line-height: 1.5;
  letter-spacing: .4rem;
}
@media (max-width: 740px) {
  .ti-title {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .ti-title span {
    font-size: 3.4rem;
  }
}

.ti-back {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 3%;
  padding: 5px 3%;
  color: #fff;
}
.ti-back.clr1 {
  background: #4D9D48;
}
.ti-back.clr2 {
  background: #2EA7E0;
}
.ti-back.clr3 {
  background: #CD3B27;
}

.ti-ribon {
  max-width: 600px;
  width: 80%;
  margin: 0 auto 5%;
  position: relative;
  text-align: center;
}
.ti-ribon:before, .ti-ribon:after {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  display: block;
  content: '';
  border: 20px solid #333;
}
.ti-ribon:before {
  left: -22px;
  border-left-width: 15px;
  border-left-color: transparent;
}
.ti-ribon:after {
  right: -22px;
  border-right-width: 15px;
  border-right-color: transparent;
}
.ti-ribon span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem 2rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .6rem;
  color: #DFC600;
  background: #333;
}
.ti-ribon span:before, .ti-ribon span:after {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
}
.ti-ribon span:before {
  left: 0;
  border-width: 10px 0 0 13px;
}
.ti-ribon span:after {
  right: 0;
  border-width: 10px 13px 0 0;
}
@media (max-width: 740px) {
  .ti-ribon {
    margin-bottom: 40px;
  }
}

/* レイアウト */
.footer {
  background: #333;
  color: #fff;
  padding: 3% 0;
  position: relative;
}
.footer .insta {
  text-align: center;
  display: block;
  font-size: 2rem;
  margin: 0 auto 3%;
}
.footer .insta a {
  width: 260px;
  margin: 0 auto;
  display: flex;
  color: #fff;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.footer .insta img {
  width: 50px;
  margin-right: 10px;
}
.footer li {
  text-align: center;
  font-size: 1.8rem;
}
.footer li a {
  color: #fff;
}
.footer .copy {
  text-align: center;
  margin-top: 4%;
  font-size: 1.4rem;
}
@media (max-width: 740px) {
  .footer {
    padding: 40px 0;
  }
  .footer .insta {
    margin-bottom: 20px;
  }
  .footer .insta a {
    width: 220px;
  }
  .footer .insta img {
    width: 40px;
  }
  .footer .copy {
    margin-top: 30px;
  }
}

.l-inner {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}
@media (max-width: 940px) {
  .l-inner {
    width: 92%;
  }
}

/* ページスタイル */
.c-thumbnail {
  width: 100%;
  padding-top: 72.25%;
  position: relative;
  display: block;
  overflow: hidden;
}
.c-thumbnail img {
  object-fit: cover;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.c-bread {
  width: 96%;
  margin: 35px auto 60px;
}
.c-bread li {
  padding: 0 20px 0 15px;
  margin-bottom: 10px;
  line-height: 1;
  position: relative;
  font-size: 1.4rem;
}
.c-bread li img {
  width: 16px;
}
.c-bread li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #FFFFEE;
  border-left-width: 10px;
  margin: -6px -10px 0 0;
}
.c-bread li:first-child {
  padding-left: 5px;
}
.c-bread li:last-child {
  margin-bottom: 0;
  padding-right: 0;
}
.c-bread li:last-child:after {
  content: none;
}
@media (max-width: 740px) {
  .c-bread li {
    padding: 0 15px 0 12px;
    font-size: 2.4rem;
  }
  .c-bread li img {
    width: 12px;
  }
}

.c-right {
  text-align: right;
}

.c-center {
  text-align: center;
}

.c-mb3 {
  margin-bottom: 3% !important;
}
@media (max-width: 740px) {
  .c-mb3 {
    margin-bottom: 6% !important;
  }
}

.c-mb5 {
  margin-bottom: 5% !important;
}
@media (max-width: 740px) {
  .c-mb5 {
    margin-bottom: 8% !important;
  }
}

.c-mb8 {
  margin-bottom: 8% !important;
}
@media (max-width: 740px) {
  .c-mb8 {
    margin-bottom: 12% !important;
  }
}

.c-mb10 {
  margin-bottom: 10% !important;
}
@media (max-width: 740px) {
  .c-mb10 {
    margin-bottom: 15px !important;
  }
}

.main {
  position: relative;
}
.main:before, .main:after {
  content: "";
  z-index: -1;
  width: 50%;
  height: 100%;
  position: absolute;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
}
.main:before {
  background-image: url(../img/back1.jpg);
  left: 0;
}
.main:after {
  background-image: url(../img/back2.jpg);
  right: 0;
}

.main-img {
  text-align: center;
  max-width: 2000px;
  margin: 0 auto 3%;
  display: block;
}
@media (max-width: 740px) {
  .main-img {
    margin-bottom: 30px;
  }
}

.heki-date {
  text-align: center;
  margin-bottom: 3%;
}
.heki-date p {
  width: 75%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .heki-date {
    margin-bottom: 40px;
  }
  .heki-date p {
    width: 90%;
  }
}

.date-item {
  width: 48%;
  border: 4px solid #333;
  padding: 5% 3%;
  text-align: center;
  background: #f5f5f5;
}
.date-item.clr-r {
  color: #CD3B27;
}
.date-item.clr-r a {
  color: #CD3B27;
  text-decoration: underline;
}
.date-item.clr-b {
  color: #2EA7E0;
}
.date-item.clr-b a {
  color: #2EA7E0;
  text-decoration: underline;
}
.date-item h3 {
  font-family: 'UoqMun';
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.date-item span {
  font-size: 3rem;
}
.date-item .time {
  display: inline-block;
}
.date-item p {
  font-size: 2rem;
}
.date-item p img {
  vertical-align: middle;
  width: 16px;
  margin-left: 5px;
}
.date-item .comingsoon {
  padding: 10px 0;
  font-size: 2.4rem;
  font-family: 'UoqMun';
  border-radius: 30px;
  background: #DFC600;
  color: #333;
  margin-top: 5%;
}
@media (max-width: 740px) {
  .date-item {
    width: 100%;
    margin: 0 auto 20px;
    padding: 30px 4%;
  }
  .date-item h3 {
    letter-spacing: .3rem;
    font-size: 4.6rem;
  }
  .date-item span {
    font-size: 2.8rem;
  }
}

.heki-shop {
  background: #edead9;
  padding: 5% 0;
}
.heki-shop .list {
  background: #fff;
  padding: 5%;
}
.heki-shop .list li {
  width: 31%;
  margin: 1% 0;
  position: relative;
  padding-left: 15px;
}
.heki-shop .list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #2EA7E0;
  border-radius: 50%;
}
@media (max-width: 740px) {
  .heki-shop {
    padding: 50px 0;
  }
  .heki-shop .list {
    padding: 30px 4%;
  }
  .heki-shop .list li {
    width: 48%;
    margin: 2% 0;
  }
  .heki-shop .list li:before {
    top: 8px;
  }
}

.shop-price1 .heki-shop-list {
  border-color: #4D9D48;
}
.shop-price1 .heki-shop-list .name {
  color: #4D9D48;
}
.shop-price1 .heki-shop-list .name span {
  border-color: #4D9D48;
}

.shop-price3 .heki-shop-list {
  border-color: #CD3B27;
}
.shop-price3 .heki-shop-list .name {
  color: #CD3B27;
}
.shop-price3 .heki-shop-list .name span {
  border-color: #CD3B27;
}

.heki-shop-list {
  background: #fff;
  padding: 2% 1.5%;
  width: 31%;
  margin: 0 1% 2%;
  border: 2px solid #2EA7E0;
  border-radius: 10px;
}
.heki-shop-list .img {
  margin-bottom: 15px;
}
.heki-shop-list .name {
  font-weight: 600;
  font-size: 1.8rem;
  color: #2EA7E0;
  margin-bottom: 10px;
}
.heki-shop-list .name span {
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  line-height: 28px;
  display: inline-block;
  border: 1px solid #2EA7E0;
  margin-right: 6px;
}
@media (max-width: 740px) {
  .heki-shop-list {
    width: 48%;
    margin: 0 1% 4%;
    padding: 15px 2%;
  }
  .heki-shop-list .img {
    margin-bottom: 8px;
  }
  .heki-shop-list .name {
    font-size: 1.6rem;
    margin-bottom: 6px;
  }
  .heki-shop-list .txt {
    font-size: 1.5rem;
  }
}

.heki-map {
  padding: 6% 0;
}
.heki-map p {
  text-align: center;
  font-size: 1.8rem;
}
@media (max-width: 740px) {
  .heki-map {
    padding: 50px 0;
  }
}

.heki-access {
  padding: 5% 0 15%;
  background: #edead9;
}
.heki-access .flex {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.heki-access .map {
  width: 55%;
}
.heki-access .map img {
  width: 100%;
}
.heki-access .contents {
  width: 40%;
}
.heki-access .contents h3 {
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 1px solid #2EA7E0;
  padding-bottom: 10px;
  margin-bottom: 5%;
}
.heki-access .contents p {
  font-size: 1.8rem;
  margin-bottom: 10%;
}
.heki-access .contents a {
  display: block;
  background: #2EA7E0;
  color: #fff;
  border-radius: 30px;
  max-width: 360px;
  padding: 15px 0;
  text-align: center;
}
@media (max-width: 740px) {
  .heki-access {
    padding: 40px 0 90px;
  }
  .heki-access .contents {
    width: 100%;
  }
  .heki-access .contents h3 {
    margin-bottom: 20px;
  }
  .heki-access .contents p {
    margin-bottom: 30px;
  }
  .heki-access .contents a {
    margin: 0 auto;
  }
  .heki-access .map {
    width: 100%;
    margin-bottom: 20px;
  }
}

.heki-nav {
  background: #CD3B27;
  padding: 2% 0;
}
.heki-nav li {
  width: 32%;
}
.heki-nav a {
  display: block;
  padding: 15px 0 40px;
  border-radius: 5px;
  text-align: center;
  background: #fff;
  font-size: 2rem;
  color: #CD3B27;
  font-weight: 600;
  position: relative;
}
.heki-nav a:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/icon-arrow.png) no-repeat center center;
  background-size: contain;
}
@media (max-width: 740px) {
  .heki-nav {
    padding: 30px 0;
  }
  .heki-nav a {
    border-radius: 5px;
    font-size: 1.7rem;
    padding: 10px 0 30px;
  }
  .heki-nav a:after {
    bottom: 10px;
    width: 15px;
    height: 15px;
  }
}

/* ベース */
/** menu **/
@-webkit-keyframes menu-ber01 {
  0% {
    -webkit-transform: translateY(9px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-ber01 {
  0% {
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-ber03 {
  0% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-ber03 {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(45deg);
  }
}
@keyframes active-menu-ber01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-ber03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
  }
}
@keyframes active-menu-ber03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}
