@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;
}

/*=========================================================
　変数
=========================================================*/
/*=========================================================
　共通
=========================================================*/
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  background: #1C2A4E;
}
body.non-active {
  height: 100%;
  overflow: hidden;
}

p {
  font-size: 16px;
  margin-top: 0em;
  margin-bottom: 0em;
}

a {
  text-decoration: none;
  color: #000;
  font-size: 12px;
  line-height: 1em;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .sp {
    display: block;
  }
}

/*=========================================================
　header
=========================================================*/
header {
  padding: 12px 50px 0px 56px;
  display: block;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 800px) {
  header {
    padding-left: 8px;
    padding-right: 24px;
  }
}
header .nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
header .menu {
  display: flex;
  flex-direction: column;
}
header .menu__line1 {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
}
header .menu__line1 p a {
  color: #fff;
  font-size: 10px;
}
header .menu__line1 ul {
  display: flex;
  align-items: center;
  padding-left: 0;
}
header .menu__line1 ul li {
  padding: 6px;
  list-style: none;
  background: #fff;
  border-left: 0.2316px solid #b5b5b6;
  border-top: 0.2316px solid #b5b5b6;
  border-bottom: 0.2316px solid #b5b5b6;
  display: flex;
}
header .menu__line1 ul li:last-child {
  border-right: 0.2316px solid #b5b5b6;
}
header .menu__line1 ul li a {
  color: #b5b5b6;
  font-size: 10.8px;
  font-family: "din-2014", sans-serif;
}
header .menu__line1 ul li a.current {
  color: #231815;
}
header .logo {
  text-align: center;
  margin-top: 6.25vh;
}
header .logo img {
  width: 230px;
  height: 67px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*=========================================================
　footer
=========================================================*/
.footer {
  margin-top: 10.1vh;
  padding: 0px 0 24px;
  position: relative;
  overflow: hidden;
}
.footer .copyright {
  font-size: 10px;
  text-align: center;
  color: #fff;
}
@media (max-width: 800px) {
  .footer .copyright {
    font-size: 9px;
  }
}
@media (max-width: 432px) {
  .footer .copyright {
    font-size: 6px;
  }
}
.footer .cookie__consent {
  position: fixed;
  left: 0;
  bottom: 0px;
  transition: all 0.5s ease;
  opacity: 0;
  display: flex;
  align-items: center;
  padding: 12px 24px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  width: 100%;
  justify-content: center;
  border-top: 1px solid #fff;
  background: #1C2A4E;
}
@media (max-width: 800px) {
  .footer .cookie__consent {
    flex-wrap: wrap;
    row-gap: 24px;
  }
}
.footer .cookie__consent.is-show {
  opacity: 1;
}
.footer .cookie__consent__txt {
  flex: 1;
  max-width: 1000px;
  width: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
}
@media (max-width: 800px) {
  .footer .cookie__consent__txt {
    flex: none;
  }
}
.footer .cookie__consent__txt a {
  color: #e95513;
  text-decoration: underline;
}
.footer .cookie__consent__btn {
  width: 150px;
}
.footer .cookie__consent__btn button {
  width: 100%;
  border: 0px solid #1C2A4E;
  border-radius: 50px;
  background: #fff;
  padding: 8px 12px;
  color: #000;
}

/*=========================================================
　main
=========================================================*/
.main {
  max-width: 906px;
  padding: 0 62px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 432px) {
  .main {
    padding: 24px;
  }
}
.main .headtxt {
  margin-top: 9.3vh;
}
.main .headtxt img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.main .menulist {
  margin-top: 5.2vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  row-gap: 14px;
}
@media (max-width: 800px) {
  .main .menulist {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    justify-content: left;
  }
}
.main .menulist__inner {
  width: calc((100% - 42px) / 4);
  background: #fff;
  border-radius: 8px;
  padding: 12px 7px;
  text-align: center;
  box-shadow: 2.8346px 2.8346px 5px rgba(0, 0, 0, 0.75);
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  .main .menulist__inner {
    width: calc((100% - 14px) / 2);
  }
}
.main .menulist__inner h2 {
  background: #1C2A4E;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 13px;
  border-radius: 6px;
  padding: 9px 6px;
  margin-bottom: 22px;
  letter-spacing: 0.015em;
}
.main .menulist__inner img {
  height: 64px;
  width: auto;
}
.main .menulist__inner .detail {
  margin-top: 22px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .menulist__inner .detail p {
  font-size: 10px;
  line-height: 1.7em;
  font-weight: 700;
}
.main .menulist__inner a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main .note {
  margin-top: 28px;
}
.main .note p {
  font-size: 9px;
  text-align: center;
  color: #fff;
}

/*=========================================================
　SUBPAGE
=========================================================*/
.subpage .pageheader {
  background: #fff;
  margin-top: 50px;
  padding-top: 92px;
  padding-bottom: 92px;
  padding-left: 62px;
  padding-right: 62px;
}
.subpage .pageheader h1 {
  text-align: center;
  color: #1C2A4E;
  font-size: 24px;
  font-weight: 700;
}

/*=========================================================
　英語のみ
=========================================================*/
.en h1, .en h2, .en h3, .en h4, .en h5, .en p, .en a {
  font-family: "Noto Serif TC", serif;
}

.en .main .menulist__inner h2 {
  min-height: 3.2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.en .main .menulist__inner p {
  font-size: 8px;
  letter-spacing: -0.01em;
}

.en .main .menulist__inner:nth-child(4) h2 {
  font-size: 12px;
  letter-spacing: 0;
}

/*=========================================================
　中国語のみ
=========================================================*/
.ch h1, .ch h2, .ch h3, .ch h4, .ch h5, .ch p, .ch a {
  font-family: "Noto Serif TC", serif;
}
.ch .headtxt {
  text-align: center;
}
.ch .headtxt img {
  width: 100%;
  max-width: 508px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 432px) {
  .ch .headtxt img {
    max-width: 385px;
  }
}

/*# sourceMappingURL=style.css.map */