@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-padding-top: 100px;
}

@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 70px;
  }
}

body {
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.sp-br, .sp-txt {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-br, .sp-txt {
    display: block;
  }
}

.pc-txt {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-txt {
    display: none;
  }
}

.wrapper {
  margin: 0 auto;
  max-width: 1300px;
  padding: 50px 0;
  background-image: url(../img/bg_blackboard.png);
  background-size: cover;
}

.section-ttl {
  font-size: min(4.8rem,3.3vw);
  font-family: 'Kiwi Maru', cursive;
  font-style: normal;
  font-weight: normal;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section-ttl {
    font-size: 2.8rem;
  }
}

.section-ttl:after {
  content: "";
  display: inline-block;
  width: min(235px,16.5vw);
  height: min(12px,0.8vw);
  background-image: url(../img/under02.png);
  background-size: cover;
  position: absolute;
  top: min(60px,4.15vw);
  left: max(-20px,-1.4vw);
}

@media screen and (max-width: 767px) {
  .section-ttl:after {
    width: 110px;
    top: 32px;
    left: 2px;
  }
}

.txt-head {
  font-size: 3.4rem;
}

@media screen and (max-width: 767px) {
  .txt-head {
    font-size: 2.8rem;
  }
}

.content-ttl {
  font-size: min(3.2rem,2.2vw);
  font-family: 'Kiwi Maru', cursive;
  font-style: normal;
  font-weight: normal;
  display: block;
  margin-left: 24%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .content-ttl {
    text-align: center;
    font-size: 2.2rem;
    margin: 0 0 40px 0;
  }
}

.content-ttl:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: min(136px,9.5vw);
  height: min(13px,0.9vw);
  background-image: url(../img/under03.png);
  background-size: cover;
  bottom: max(-30px,-2vw);
  left: max(-2px,-0.15vw);
}

@media screen and (max-width: 767px) {
  .content-ttl:after {
    width: 95px;
    height: 3px;
    position: absolute;
    left: calc(50% - 47px);
    bottom: -9px;
  }
}

.tell {
  color: #EDD44D;
  font-size: min(3.2rem,2.2vw);
  font-weight: bold;
  margin-left: min(150px,10.7vw);
  text-decoration: none;
  display: block;
}

@media screen and (max-width: 767px) {
  .tell {
    font-size: 1.4rem;
    margin: 5px 0 0 80px;
  }
}

.tell::before {
  content: '';
  display: inline-block;
  width: min(32px,2.2vw);
  height: min(32px,2.2vw);
  vertical-align: middle;
  margin: 0 10px 10px 0;
  background-image: url(../img/icon_tell.png);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .tell::before {
    width: 14px;
    height: 14px;
    margin: 0 5px 5px 0;
  }
}

@media screen and (max-width: 767px) {
  .br-txt {
    margin-bottom: 10px;
  }
}

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: none;
  font-style: normal;
  text-align: left;
  zoom: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  font-family: inherit;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

input, textarea, select {
  font-family: inherit;
  font-size: 16px;
}

input[type="button"], input[type="text"], input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

th, td {
  border-collapse: collapse;
}

table th, table td {
  white-space: nowrap;
}

ul, ol {
  list-style-type: none;
}

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

.recepi-btn {
  background-color: #EDD44D;
  color: #000;
  display: inline-block;
  font-size: min(4.0rem,2.75vw);
  font-weight: bold;
  margin: min(5px,0.35vw) 0 min(70px,4.85vw);
  text-decoration: none;
  text-align: center;
  width: min(427px,30vw);
  line-height: min(84px,5.85vw);
}

@media screen and (max-width: 767px) {
  .recepi-btn {
    width: 186px;
    height: 43px;
    line-height: 43px;
    font-size: 1.6rem;
  }
}

.recepi-btn:hover {
  opacity: 0.8;
}

.recepi-btn img {
  vertical-align: middle;
  margin-bottom: min(5px,0.35vw);
  width: min(57px,4vw);
  height: min(38px, 2.65vw);
}

@media screen and (max-width: 767px) {
  .recepi-btn img {
    width: 30px;
    height: 20px;
    margin: 0 5px 2px 5px;
  }
}

.blog-btn {
  color: #000;
  text-decoration: none;
  background: #fff;
  display: block;
  width: 100px;
  height: 60px;
  line-height: 62px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.6);
          box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  .blog-btn {
    font-size: 1.4rem;
    width: 80px;
    height: 55px;
    line-height: 55px;
  }
}

.blog-btn:hover {
  opacity: 0.8;
}

.burger-btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .burger-btn {
    display: block;
    position: absolute;
    top: 20px;
    right: 4vw;
  }
}

@media screen and (max-width: 426px) {
  .burger-btn {
    top: 18px;
  }
}

.burger-btn .bar {
  display: block;
  height: 3px;
  width: 30px;
  background-color: #EDD44D;
  -webkit-transition: .3s;
  transition: .3s;
}

.burger-btn .bar_top,
.burger-btn .bar_mid {
  margin-bottom: 8px;
}

.cross .bar_top {
  -webkit-transform: rotate(45deg) translate(8px, 8px);
          transform: rotate(45deg) translate(8px, 8px);
  -webkit-transition: .3s;
  transition: .3s;
}

.cross .bar_mid {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.cross .bar_bottom {
  -webkit-transform: rotate(-45deg) translate(8px, -8px);
          transform: rotate(-45deg) translate(8px, -8px);
  -webkit-transition: .3s;
  transition: .3s;
}

.cross .bar {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}

@media screen and (max-width: 767px) {
  .noscroll {
    overflow: hidden;
  }
}

.kv {
  height: 66.65vw;
  background-image: url(../img/kv_bg.png);
  background-position: top;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 767px) {
  .kv {
    height: max(695px,185.35vw);
    background-image: url(../img/kv_bg_sp.png);
  }
}

.kv-txt {
  color: #fff;
  font-family: 'Kiwi Maru', cursive;
  font-style: normal;
  font-size: min(36px,2.5vw);
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .kv-txt {
    font-size: max(2.0rem,5vw);
  }
}

.kv-logo {
  width: min(340px,23.6vw);
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .kv-logo {
    width: max(200px,45.5vw);
  }
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50vh;
  }
}

.nav-list .nav-item {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .nav-list .nav-item {
    margin: 7px 0;
  }
}

.nav-list .nav-item a {
  color: #000;
  display: block;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  font-size: min(1.8rem,1.25vw);
}

@media screen and (max-width: 767px) {
  .nav-list .nav-item a {
    text-align: center;
    font-size: 1.8rem;
    line-height: 50px;
  }
}

.nav-list .nav-item a:hover {
  color: #EDD44D;
}

@media screen and (max-width: 767px) {
  .nav {
    display: none;
    position: fixed;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #EDD44D;
  }
}

.header {
  line-height: min(70px,4.85vw);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  position: fixed;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .header {
    line-height: 36px;
    background-color: transparent;
  }
}

.header img {
  width: min(9.7vw,140px);
}

@media screen and (max-width: 767px) {
  .header img {
    width: 73px;
  }
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .header-left {
    position: absolute;
    top: -2px;
  }
}

.header .recepi {
  position: absolute;
  top: 0;
  left: 0;
}

footer {
  background-color: #EDD44D;
  padding: 40px 0 20px;
  text-align: center;
}

footer .footer-logo {
  width: 100%;
  display: block;
}

footer .footer-logo img {
  margin: 0 auto;
  display: block;
  width: 138px;
}

@media screen and (max-width: 767px) {
  footer .footer-logo img {
    width: 130px;
    margin-bottom: 30px;
  }
}

footer .nav-list {
  width: min(550px,38.1vw);
  margin: 45px auto 45px;
}

@media screen and (max-width: 767px) {
  footer .nav-list {
    display: none;
  }
}

footer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  margin: 0 auto 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  footer div {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  footer div img {
    width: 62px;
  }
}

footer small {
  font-size: 2.0rem;
}

@media screen and (max-width: 767px) {
  footer small {
    font-size: 1.6rem;
  }
}

main {
  background-image: url(../img/bg_wood.png);
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 4vw;
}

.description {
  margin: 0 auto 100px;
  padding: 0 60px 0;
}

@media screen and (max-width: 767px) {
  .description {
    padding: 0 4vw 0;
    margin-bottom: 50px;
  }
}

.description-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .description-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.description p {
  font-size: min(2.0rem,1.4vw);
  line-height: 35px;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .description p {
    font-size: 1.4rem;
    line-height: 28px;
  }
}

.description .bottom-txt {
  width: min(710px,50vw);
}

@media screen and (max-width: 767px) {
  .description .bottom-txt {
    width: 100%;
    margin-top: 50px;
  }
}

.description-left, .description-right {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .description-left, .description-right {
    width: 100%;
  }
}

.description-ttl {
  font-size: min(6.4rem,4.4vw);
  font-family: 'Kiwi Maru', cursive;
  font-style: normal;
  font-weight: normal;
  position: relative;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .description-ttl {
    font-size: max(2.4rem,6.4vw);
  }
}

.description-ttl img {
  width: min(307px,21.5vw);
}

@media screen and (max-width: 767px) {
  .description-ttl img {
    margin-left: max(50px,13.35vw);
    width: max(115px,30.5vw);
  }
}

.description-ttl span {
  position: absolute;
  bottom: min(80px,5.5vw);
  left: min(270px,19vw);
  transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
}

@media screen and (max-width: 767px) {
  .description-ttl span {
    left: max(150px,40vw);
  }
}

.description-right img {
  position: absolute;
  top: 75px;
  right: -75px;
  width: min(700px,48vw);
  height: auto;
}

@media screen and (max-width: 767px) {
  .description-right img {
    width: 100%;
    position: static;
  }
}

.identity {
  padding: 0 2vw;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .identity {
    padding: 0 4vw;
  }
}

.identity h2 {
  font-size: min(4.8rem,3.3vw);
  font-family: 'Kiwi Maru', cursive;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  margin: 0 auto 170px;
  text-align: center;
  position: relative;
  padding-right: 100px;
}

@media screen and (max-width: 767px) {
  .identity h2 {
    font-size: 2.0rem;
    padding-right: 40px;
    margin-bottom: 80px;
  }
}

.identity h2 img {
  width: min(212px,15vw);
  height: min(86px,6vw);
}

@media screen and (max-width: 767px) {
  .identity h2 img {
    width: 110px;
    height: 44px;
  }
}

.identity h2 .bottom {
  position: absolute;
  white-space: nowrap;
  top: min(60px,4.2vw);
  right: max(-50px,-3.5vw);
}

@media screen and (max-width: 767px) {
  .identity h2 .bottom {
    top: 33px;
    right: -10px;
  }
}

.identity h2 .small {
  font-size: min(4.0rem, 2.7vw);
}

@media screen and (max-width: 767px) {
  .identity h2 .small {
    font-size: 2.0rem;
  }
}

.identity h2:after {
  content: "";
  display: inline-block;
  width: min(448px,31vw);
  height: min(72px,5vw);
  background-image: url(../img/under01.png);
  background-size: cover;
  position: absolute;
  bottom: max(-100px,-7vw);
  left: min(-10px,5vw);
}

@media screen and (max-width: 767px) {
  .identity h2:after {
    width: 200px;
    height: 30px;
    bottom: -40px;
  }
}

.identity-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .identity-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
}

.identity-item:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .identity-item:nth-of-type(2) hr {
    right: -7.5vw;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .identity-item:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.identity-item img {
  width: min(500px,35vw);
}

@media screen and (max-width: 767px) {
  .identity-item img {
    width: 100%;
  }
}

.identity-item div {
  width: 600px;
}

@media screen and (max-width: 767px) {
  .identity-item div {
    width: 100%;
    position: relative;
    margin-top: 10px;
  }
}

.identity-item hr {
  max-width: 600px;
}

@media screen and (max-width: 767px) {
  .identity-item hr {
    position: absolute;
    width: 100%;
    top: 57px;
    left: -4vw;
  }
}

.identity-item h3 {
  font-family: 'Kiwi Maru', cursive;
  font-style: normal;
  font-size: min(3.0rem, 2.1vw);
  line-height: min(40px,2.8vw);
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .identity-item h3 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 25px;
    white-space: nowrap;
  }
}

.identity-item p {
  width: min(490px, 34vw);
  margin: 20px auto 0;
  font-size: min(2.4rem,1.7vw);
}

@media screen and (max-width: 767px) {
  .identity-item p {
    font-size: 1.4rem;
    margin: unset;
    width: 100%;
  }
}

.menu {
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 150px 40px 80px;
  padding: 120px min(50px, 4vw) 30px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .menu {
    margin: 100px 4vw 50px;
    padding: 70px 4vw 250px;
  }
}

.menu:before {
  content: '';
  display: inline-block;
  width: min(331px, 23vw);
  height: min(220px, 10vw);
  background-image: url(../img/character02.png);
  background-size: cover;
  position: absolute;
  top: max(-115px,-8.5vw);
  right: -20px;
}

@media screen and (max-width: 767px) {
  .menu:before {
    width: 160px;
    height: 80px;
    top: -60px;
    right: -10px;
  }
}

.menu:after {
  content: '';
  display: inline-block;
  width: min(470px, 35vw);
  height: min(470px, 35vw);
  background-image: url(../img/character03.png);
  background-size: cover;
  position: absolute;
  bottom: -4px;
  right: 40px;
}

@media screen and (max-width: 767px) {
  .menu:after {
    width: 280px;
    height: 300px;
  }
}

.menu .section-ttl {
  display: inline-block;
  margin-bottom: 180px;
}

@media screen and (max-width: 767px) {
  .menu .section-ttl {
    margin-bottom: 100px;
  }
}

.menu .section-ttl:before {
  content: "";
  display: inline-block;
  width: min(325px,22.5vw);
  height: min(325px,22.5vw);
  background-image: url(../img/logo01.png);
  background-size: cover;
  position: absolute;
  top: max(-120px,-8.5vw);
  left: max(-220px,-15.5vw);
}

@media screen and (max-width: 767px) {
  .menu .section-ttl:before {
    width: 120px;
    height: 120px;
    top: -45px;
    left: -75px;
  }
}

.menu-items .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .menu-items .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: unset;
  }
}

.menu-items .secret {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .menu-items .secret {
    width: 100%;
  }
}

.menu-items .secret img:nth-child(2) {
  width: min(470px,35vw);
}

@media screen and (max-width: 767px) {
  .menu-items .secret img:nth-child(2) {
    width: 100%;
  }
}

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

@media screen and (max-width: 767px) {
  .menu-item {
    margin-bottom: 60px;
  }
}

.menu-item h3 {
  font-family: 'Kiwi Maru', cursive;
  font-style: normal;
  font-size: min(2.4rem,1.6vw);
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .menu-item h3 {
    font-size: 1.6rem;
  }
}

.menu-item h3 img {
  height: min(28px,1.8vw);
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .menu-item h3 img {
    height: 16px;
    margin-bottom: 12px;
  }
}

.menu-item img:nth-child(2) {
  width: min(470px,35vw);
}

@media screen and (max-width: 767px) {
  .menu-item img:nth-child(2) {
    width: 100%;
  }
}

.menu-item p {
  text-align: center;
  font-size: min(1.8rem,1.25vw);
  line-height: 30px;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .menu-item p {
    font-size: 1.4rem;
    line-height: 20px;
    margin-top: 8px;
  }
}

.info {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .info {
    margin: 0 4vw;
  }
}

.info .section-ttl {
  margin-bottom: 65px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .info .section-ttl {
    margin-bottom: 30px;
    font-size: 2.6rem;
  }
}

.info .section-ttl:after {
  left: -2px;
}

.info .shop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  margin: 0 40px 30px;
  padding: 200px 0 30px;
}

@media screen and (max-width: 767px) {
  .info .shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
    margin: 0;
  }
}

.info .shop img {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .info .shop img {
    position: static;
    width: 100%;
  }
}

.info .shop-txt {
  border: 3px solid #fff;
  padding: 70px 50px;
  width: 43%;
  font-size: min(2.5rem,1.75vw);
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .info .shop-txt {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 50px 8vw;
    font-size: 1.4rem;
    margin: 60px 0 30px;
    line-height: 28px;
    letter-spacing: 1.5px;
  }
}

.info .shop-txt:before {
  content: '';
  display: inline-block;
  width: min(260px, 24vw);
  height: min(100px, 10vw);
  background-image: url(../img/character01.png);
  background-size: cover;
  position: absolute;
  top: max(-78px,-5.4vw);
  left: max(-7px,-0.5vw);
}

@media screen and (max-width: 767px) {
  .info .shop-txt:before {
    width: 130px;
    height: 50px;
    top: -42px;
    left: -15px;
  }
}

.info .time {
  margin-bottom: min(30px,2vw);
}

.info .time dl {
  margin: min(60px,4.15vw) 0;
}

@media screen and (max-width: 767px) {
  .info .time dl {
    margin: 25px 0;
  }
}

.info .time dl:nth-child(2) dt {
  font-size: min(3.6rem,2.5vw);
}

@media screen and (max-width: 767px) {
  .info .time dl:nth-child(2) dt {
    font-size: 1.8rem;
  }
}

.info .time dt {
  font-size: min(3.2rem,2.2vw);
  margin-bottom: min(10px,0.7vw);
}

@media screen and (max-width: 767px) {
  .info .time dt {
    font-size: 1.6rem;
  }
}

.info .time dd {
  font-size: min(2.0rem,1.4vw);
}

@media screen and (max-width: 767px) {
  .info .time dd {
    font-size: 1.2rem;
  }
}

.info .time dt, .info .time dd, .info .time p, .info .time .tell {
  text-align: center;
}

.info .time .tell {
  margin: 0;
  font-size: min(4.8rem,3.35vw);
}

@media screen and (max-width: 767px) {
  .info .time .tell {
    font-size: 2.0rem;
  }
}

.info .time .tell::before {
  width: min(42px,2.9vw);
  height: min(42px,2.9vw);
  margin: 0px min(15px,1vw) 5px 0;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .info .time .tell::before {
    width: 17px;
    height: 17px;
    margin: 0 5px 3px 0;
  }
}

.info .time img {
  width: min(950px,66vw);
  margin: min(30px,2.1vw) auto 0;
}

@media screen and (max-width: 767px) {
  .info .time img {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .info .access {
    margin-top: 60px;
  }
}

.info .access p {
  text-align: center;
  font-size: min(2.6rem,1.8vw);
}

@media screen and (max-width: 767px) {
  .info .access p {
    font-size: 1.4rem;
    margin: 15px 0;
  }
}

.info .access p:nth-child(2) {
  font-size: min(3.2rem,2.2vw);
  margin: min(60px,4.15vw) 0 min(20px,1.4vw);
}

.info .access p:nth-child(2) span {
  margin-right: min(165px,11.5vw);
}

@media screen and (max-width: 767px) {
  .info .access p:nth-child(2) span {
    font-size: 1.4rem;
    margin-right: 97px;
  }
}

@media screen and (max-width: 767px) {
  .info .access p:nth-child(2) {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.info iframe {
  display: block;
  margin: min(30px,2.1vw) auto min(50px,3.5vw);
  width: min(860px,60vw);
  height: min(540px,37.5vw);
}

@media screen and (max-width: 767px) {
  .info iframe {
    width: 100%;
    height: 50vw;
  }
}

@media screen and (max-width: 767px) {
  .blog {
    padding: 0 4vw;
    margin: 30px 0;
  }
}

.blog h3 {
  text-align: center;
}

.blog h3 img {
  margin: 0 auto;
  width: min(356px,25vw);
  height: auto;
}

@media screen and (max-width: 767px) {
  .blog h3 img {
    width: min(148px,39.5vw);
    margin-bottom: 18px;
  }
}

.blog div {
  border: 3px solid #fff;
  width: min(860px,60vw);
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .blog div {
    width: 100%;
    padding: 30px 0 40px;
  }
}

.blog div h4 {
  font-size: min(4.0rem,2.78vw);
  text-align: center;
  margin: min(75px,5.2vw) 0 min(30px,2vw);
}

@media screen and (max-width: 767px) {
  .blog div h4 {
    font-size: 1.8rem;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 20px;
    font-family: 'Kiwi Maru', cursive;
  }
}

.blog div .icon {
  margin: 0 auto;
  display: block;
  width: min(184px,12.75vw);
}

@media screen and (max-width: 767px) {
  .blog div .icon {
    width: 96px;
  }
}
/*# sourceMappingURL=style.css.map */