@charset "UTF-8";
main {
  font-size: 1rem; }

h1 {
  　margin: 0; }

p {
  margin: 0;
  font-size: .68rem;
  text-wrap: nowrap;
  word-break: keep-all; }
  @media screen and (min-width: 600px) {
    p {
      font-size: .9rem; } }
  @media screen and (max-width: 320px) {
    p {
      font-size: .6rem; } }

img {
  width: 100%; }

ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0; }

li {
  list-style-type: none; }

a {
  text-decoration: none;
  color: inherit; }

input, select, textarea {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0px; }

@font-face {
  font-family: 'KozGoPr6N';
  src: url(../fonts/KozGoPr6N-Regular.otf) format("opentype"); }

@font-face {
  font-family: 'Cochin';
  src: url(../fonts/cochin.ttf) format("truetype"); }

@font-face {
  font-family: 'KozGoBold';
  src: url(../fonts/kozgopro-bold.otf) format("opentype"); }

/** main styles **/
.serif-en {
  font-family: "Cochin",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; }

.serif-ja {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; }

.inline-b {
  display: inline-block; }

.f-midium {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal; }
.document {
  text-decoration: underline !important;
}

.f-bold {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal; }

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

.align-left {
  text-align: left; }

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

.c-gold {
  color: #bf9400; }

.border-dash {
  border: 1px dashed #b6b6b6; }

.bg-cover {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat; }

.wrapper {
  position: relative;
  padding: 10% 0 5%;
  box-sizing: border-box;
  line-height: 1.6;
  width: 100%; }
  @media screen and (min-width: 600px) {
    .wrapper {
      padding: 5% 20%; } }

.wrapper-main {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-bottom: 15%;
  position: relative;
  overflow: hidden; }

.section {
  height: auto;
  width: 100%; }
  .section--intro {
    opacity: 1; }

.section-h {
  width: 100%;
  text-align: center; }
  .section-h__title {
    font-family: 'Cochin';
    font-size: 1.7rem;
    font-weight: 100;
    margin: 0; }
    @media screen and (min-width: 600px) {
      .section-h__title {
        font-size: 2.5rem; } }
    .section-h__title--ja {
      font-size: .7rem; }
      @media screen and (min-width: 600px) {
        .section-h__title--ja {
          font-size: 1rem; } }

.section-main {
  padding-top: 5%; }
  @media screen and (min-width: 600px) {
    .section-main {
      margin: 0 15%; } }
.section-h-cafe {
    padding: 0 5%;
    text-align: center;
}
section#cafe p {
    font-family: 游明朝,"Yu Mincho w3",YuMincho,"Hiragino Mincho ProN",HGS明朝,メイリオ,Meiryo,serif;
}
p.fairtxt.cafepc {
    display: none;
}
p.fairtxt.cafesp {
    display: block;
    margin-bottom: 50px;
        font-size: 18px;
}
a.content-fair_bt.cflnebt {
    background: #2db039;
}
  @media screen and (min-width: 600px) {
p.fairtxt.cafepc {
    display: block;
    margin-bottom: 50px;
}
p.fairtxt.cafesp {
    display: none;
}}

.section-h-sub {
  padding-left: 5%;
  text-align: center; }


  .section-h-sub__t {
    font-size: .8rem;
    text-align: left;
    padding-left: 5%; }
    @media screen and (min-width: 600px) {
      .section-h-sub__t {
        font-size: 1rem; } }
    @media screen and (max-width: 320px) {
      .section-h-sub__t {
        font-size: .7rem; } }

.section-content {
  padding: 3%;
  position: relative;
  box-sizing: border-box; }

.content-desc {
  padding: 5%; }
  @media screen and (min-width: 600px) {
    .content-desc {
      padding: 5%; } }
  .content-desc__p {
    text-align: left; }
  .content-desc__detail {
    padding-top: 5%; }

.section-h-thumb {
  padding-top: 5%; }
  @media screen and (min-width: 600px) {
    .section-h-thumb {
      padding: 2.5% 15% 0; } }

.container-fixed {
  position: fixed;
  bottom: 0;
   }

.container-fixed {
  width: 90%;
  margin: 0 5%;
  z-index: 10;
  display: flex;
  transition: transform .5s;
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%); }
  @media screen and (min-width: 600px) {
    .container-fixed {
      width: 40%;
      margin: 0 30%; } }

.btn-cv {
    padding: 5% 1%;
    width: 50%;
    text-align: center;
    color: #fff;
    font-size: .7rem; }
      @media screen and (min-width: 600px) {
    .btn-cv {
    font-size: .8rem; }}
.btn-tel {
    background: #6a8788;
    width: 30px;
    padding: 10px;
    height: 28px;
}

p.keiko {
    font-size: 20px;
    margin-bottom: 30px;
}

p.fairtxt {
    font-size: 20px;
    word-break: normal;
    margin: 20px auto;
}

ul.fairtokutenul {
    overflow: hidden;
}

ul.fairtokutenul li {
    float: left;
    margin: 1%;
    width: 48%;
}
 @media screen and (min-width: 600px) {
    ul.fairtokutenul li {
    float: left;
    margin: 5% 1%;
    width: 23%;
}}
a.content-fair_bt {
        display: block;
    background: #efca5a;
    width: 80%;
    margin: 15px auto;
    padding: 10px;
    border: solid 1px #ccc;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
}
ul.tokuten_list li {
    margin-bottom: 15px;
}
span.number {
    font-size: 20px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    margin-right: 10px;
    color: #9a843b;
}
span.keikopen {
    font-size: 20px;
    font-weight: normal;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    margin-right: 10px;
    color: #9a843b;
}
h3.fair_intro {
    font-weight: normal;
    font-size: 14px;
}
.marker-animation.active{
    background-position: -100% .5em;
}
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(207, 230, 226) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(207, 230, 226) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(207, 230, 226) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(207, 230, 226) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(207, 230, 226) 50%);
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
        padding: 5px;
        font-family: 游明朝,"Yu Mincho w3",YuMincho,"Hiragino Mincho ProN",HGS明朝,メイリオ,Meiryo,serif;
}
.topfair_img {
    margin-bottom: 20px;
}
.content-fair_bt.lintbt{
    color: #fff;
    background: #26BC03;
}
@media screen and (min-width: 600px) {
    .btn-tel {
      display: none; }

ul.fairtokutenul {
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
}
a.content-fair_bt {
    width: 50%;
}
       }
.btn-contact {
  background: #94b1b1; }

.btn-reserve {
  background: #565264; }

.scroll-btn {
  right: 5%;
  position: absolute;
  padding: 5%; }
  .scroll-btn p {
    padding-top: 10px;
    font-size: .8rem;
    text-align: center;
    letter-spacing: 2px;
    color: #565264; }
  .scroll-btn::before {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 10px solid #565264; }

.is-view {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: transform .5s; }

.grecaptcha-badge {
    opacity: 0;
}