@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
  background: #fff;
}

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

/* change colours to suit your needs */
/* change colours to suit your needs */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes up {
  from {
    transform: translateY(10px);
  }
  to {
    transform: translateY(0px);
  }
}
html {
  width: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #000;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  letter-spacing: -0.02em;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #004ea2;
  -webkit-tap-highlight-color: rgba(148, 86, 225, 0.3);
  text-decoration: none;
}
a[href] {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
}
a[href]:hover {
  opacity: 0.7;
}
a img {
  border-style: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.disc {
  list-style-type: disc;
  padding-left: 16px;
}

ol {
  padding-left: 16px;
}

img {
  display: block;
  height: auto;
}
img.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  img.sp {
    display: none;
  }
}
img.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  img.pc {
    display: block;
  }
}

em {
  color: #a0410d;
  font-style: normal;
}

strong {
  color: #a0410d;
}

p {
  margin: 18px 0 0;
}
@media screen and (min-width: 768px) {
  p {
    margin-top: 72px;
  }
}
p:first-of-type {
  margin-top: 0;
}

input,
button,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

table {
  border-collapse: collapse;
}

br.sp {
  display: inline;
}
@media screen and (min-width: 768px) {
  br.sp {
    display: none;
  }
}
br.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  br.pc {
    display: inline;
  }
}

section {
  margin: 60px 30px 0;
}
@media screen and (min-width: 768px) {
  section {
    width: 900px;
    margin: 120px auto 0;
  }
}
section.full {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  section.full {
    width: 100%;
  }
}
section h2 {
  text-align: center;
  font-size: 24px;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  section h2 {
    font-size: 48px;
  }
}
section h3 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  section h3 {
    font-size: 36px;
  }
}
section .sub {
  text-align: center;
  margin-top: 30px;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  section .sub {
    font-size: 30px;
    margin-top: 24px;
  }
}
section .head + .contents_body {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  section .head + .contents_body {
    margin-top: 120px;
  }
}
section .contents_body {
  line-height: 1.35;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.btn#entry {
  background: #1d93ca;
}
.btn.official {
  max-width: 272px;
  width: 136px;
  margin: 18px auto;
}
@media screen and (min-width: 768px) {
  .btn.official {
    width: 100%;
    margin-top: 60px;
  }
}
.btn.official img {
  width: 100%;
}

header {
  height: 85px;
}
@media screen and (min-width: 768px) {
  header {
    height: 169px;
  }
}
header::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #c3c3c3;
}
@media screen and (min-width: 768px) {
  header::before {
    height: 12px;
  }
}
header .container {
  width: 100%;
  height: 79px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) {
  header .container {
    height: 157px;
    padding-left: 62px;
    padding-right: 94px;
  }
}
header h1 .shop_name {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  header h1 .shop_name {
    font-size: 48px;
  }
}
header h1 .kana {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  header h1 .kana {
    font-size: 24px;
  }
}
header .logo {
  display: block;
  width: 124px;
  height: 60px;
  background: url("../images/common/logo.png") center center/100% 100% no-repeat;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  header .logo {
    width: 248px;
    height: 121px;
  }
}
header .contact_info {
  display: none;
}
@media screen and (min-width: 768px) {
  header .contact_info {
    display: block;
  }
}
header .contact_info .tel {
  font-weight: bold;
  font-size: 18px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  header .contact_info .tel {
    font-size: 40px;
  }
}
header .contact_info .address {
  font-size: 10px;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  header .contact_info .address {
    font-size: 20px;
  }
}
header #menu_btn {
  position: absolute;
  display: block;
  width: 43px;
  height: 38.5px;
  top: 26px;
  right: 22px;
  z-index: 10000;
}
header #menu_btn div, header #menu_btn:before, header #menu_btn:after {
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  width: 43px;
  height: 9.5px;
  background: #000;
}
header #menu_btn:before, header #menu_btn:after {
  content: "";
  display: block;
}
header #menu_btn:before {
  top: 0;
}
header #menu_btn div {
  top: 14.5px;
}
header #menu_btn:after {
  bottom: 0;
}
header #menu_btn.on {
  position: fixed;
}
header #menu_btn.on:before {
  transform: translateY(14.5px) rotate(-45deg);
}
header #menu_btn.on div {
  opacity: 0;
}
header #menu_btn.on:after {
  transform: translateY(-14.5px) rotate(45deg);
}
@media screen and (min-width: 768px) {
  header #menu_btn {
    display: none;
  }
}

#global {
  display: none;
}
@media screen and (min-width: 768px) {
  #global {
    display: block;
  }
}
#global ul {
  display: flex;
}
#global ul li {
  margin-left: 32px;
}
#global ul li a {
  display: block;
  text-align: center;
  color: #000;
}
#global ul li a img {
  display: block;
}
#global ul li a .jp {
  margin-top: 6px;
  font-size: 14px;
}
#global.on {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#global.on ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#global.on ul li {
  margin-top: 24px;
  margin-left: 0;
}

footer {
  background: #eeeeed;
  min-height: 96px;
  margin-top: 25px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  footer {
    height: auto;
    padding: 36px 0;
    margin-top: 40px;
  }
}
footer img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  footer img {
    max-width: 590px;
  }
}
footer small {
  display: block;
}
