@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap);
section.section-archive .l-inner {
  width: 75%;
  margin: 0 auto;
}

section.section-archive .l-inner .btn_categories {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

section.section-archive .l-inner .btn_categories .btn_category {
  width: auto;
  margin: 0 20px;
  background-color: white;
  border: 1px solid #1177c1;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

section.section-archive .l-inner .btn_categories .btn_category a {
  display: block;
  width: 100px;
  padding: 5px 0;
  color: #1177c1;
  height: auto;
}

section.section-archive .l-inner .btn_categories .btn_category:hover {
  background-color: #1177c1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

section.section-archive .l-inner .btn_categories .btn_category:hover a {
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

section.section-archive .l-inner .btn_categories .btn_category.selected {
  background-color: #1177c1;
}

section.section-archive .l-inner .btn_categories .btn_category.selected a {
  color: white;
}

section.section-archive .l-inner .archive-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px;
  border-bottom: 1px solid #ababab;
}

section.section-archive .l-inner .archive-content .archive-img {
  width: 450px;
  min-width: 450px;
  height: 250px;
  margin: 0 20px;
  overflow: hidden;
  position: relative;
}

section.section-archive .l-inner .archive-content .archive-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: 1000px !important;
}

section.section-archive .l-inner .archive-content .archive-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  width: 70%;
}

section.section-archive .l-inner .archive-content .archive-text .title {
  margin-bottom: 20px;
}

section.section-archive .l-inner .archive-content .archive-text .title .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.section-archive .l-inner .archive-content .archive-text .title .top time {
  color: #999999;
}

section.section-archive .l-inner .archive-content .archive-text .title .top .category {
  width: 85px;
  padding: 2px 0;
  margin: 0 15px;
  color: white;
  border-radius: 5px;
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.section-archive .l-inner .bottom_menu {
  margin-top: 50px;
}

@media screen and (max-width: 700px) {
  section.section-archive .l-inner {
    width: 90%;
    margin: 0 auto;
  }
  section.section-archive .l-inner .btn_categories {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
  section.section-archive .l-inner .btn_categories .btn_category {
    width: auto;
    margin: 10px;
    background-color: white;
    border: 1px solid #1177c1;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  section.section-archive .l-inner .btn_categories .btn_category a {
    display: block;
    width: 100px;
    padding: 5px 0;
    color: #1177c1;
    height: auto;
  }
  section.section-archive .l-inner .btn_categories .btn_category:hover {
    background-color: #1177c1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  section.section-archive .l-inner .btn_categories .btn_category:hover a {
    color: white;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  section.section-archive .l-inner .btn_categories .btn_category.selected {
    background-color: #1177c1;
  }
  section.section-archive .l-inner .btn_categories .btn_category.selected a {
    color: white;
  }
  section.section-archive .l-inner .archive-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0;
    border-bottom: 1px solid #ababab;
  }
  section.section-archive .l-inner .archive-content .archive-img {
    margin-bottom: 5%;
    width: 300px;
    min-width: 300px;
    height: 180px;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
  }
  section.section-archive .l-inner .archive-content .archive-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    font-size: 0.8em;
  }
  section.section-archive .l-inner .archive-content .archive-text .title {
    margin-bottom: 10px;
  }
  section.section-archive .l-inner .archive-content .archive-text .title .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2%;
  }
  section.section-archive .l-inner .archive-content .archive-text .title .top time {
    color: #999999;
  }
  section.section-archive .l-inner .archive-content .archive-text .title .top .category {
    width: 85px;
    padding: 2px 0;
    margin: 0 15px;
    color: white;
    border-radius: 5px;
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 0.8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.section-archive .l-inner .archive-content .archive-text .excerpt {
    font-weight: 300;
  }
  section.section-archive .l-inner .bottom_menu {
    margin-top: 50px;
  }
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade_inf {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade_inf {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.loader-wrap {
  position: fixed;
  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;
  width: 100%;
  height: 100%;
  background: #0dc5c1;
  z-index: 100001;
}

.loader-wrap .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200px;
  height: auto;
  opacity: 0.8;
}

.loader-wrap .logo img {
  width: 100%;
  height: auto;
}

.loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 70px;
  margin: 100px auto;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media all and (-ms-high-contrast: none) {
  .loader {
    margin: 0;
  }
}

@-webkit-keyframes load4 {
  0%,
  100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load4 {
  0%,
  100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

.section-ttl {
  font-size: 2em;
  font-weight: 500;
  padding: 10px 0 35px;
  margin: 0 auto;
  letter-spacing: 3px;
}

.section-ttl h2 {
  font-size: 1.1em;
}

.section-ttl p {
  font-size: 0.35em;
  color: #1177c1;
  font-weight: 700;
  position: relative;
}

.section-ttl p::before, .section-ttl p::after {
  content: "";
  background-color: #1177c1;
  display: inline-block;
  width: 30px;
  height: 2px;
  position: relative;
  margin-bottom: 3px;
}

.section-ttl p::before {
  margin-right: 7px;
}

.section-ttl p::after {
  margin-left: 4px;
}

.category {
  width: 125px;
  padding: 4px 0;
  margin: 0 30px;
  color: white;
  border-radius: 5px;
  font-weight: 300;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category.blog {
  background-color: #e34924;
}

.category.store {
  background-color: #58af29;
}

.category.news {
  background-color: #088ae0;
}

.modal {
  outline: none !important;
}

.slick-slide {
  outline: none !important;
}

li {
  list-style: none;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: 'Noto Sans JP', sans-serif, YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  text-align: center;
  min-width: 1100px;
  background: url(../img/pc/bg.jpg) repeat-y;
  background-size: cover;
}

body.overflow {
  overflow: hidden;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: black;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: black;
}

@-webkit-keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
            transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
            transform: skewY(-45deg) translateX(12.5em);
  }
}

@keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
            transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
            transform: skewY(-45deg) translateX(12.5em);
  }
}

.button_area {
  width: 100%;
  display: block;
  position: relative;
  margin: 30px auto;
}

.button,
.button_contact {
  padding: 0.25em 2em;
  text-align: center;
  color: white;
  font-size: 1.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  font-weight: 300;
  letter-spacing: 2px;
  border-radius: 3px;
  background-color: #1177c1;
  border: 2px solid #1177c1;
}

.button:hover,
.button_contact:hover {
  color: #1177c1;
  background-color: white;
}

.button_contact::before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background: url(../img/pc/bubble.svg) no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button_contact:hover::before {
  background: url(../img/pc/bubble_hover.svg) no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-animation-02 {
  display: inline-block;
  width: 100px;
  text-align: center;
  background-color: #0077C2;
  border: 2px solid #0077C2;
  font-size: 16px;
  color: #0077C2;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 10px;
  margin: 30px auto;
  border-radius: 4px;
  position: relative;
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
}

.btn-animation-02::before, .btn-animation-02::after {
  content: "";
  display: block;
  background-color: white;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn-animation-02::before {
  left: 0;
}

.btn-animation-02::after {
  right: 0;
}

.btn-animation-02:hover {
  color: #FFF;
}

.btn-animation-02:hover:before, .btn-animation-02:hover:after {
  width: 0;
  background-color: #FFF;
}

p,
table,
th,
td,
ul,
li {
  font-size: 16px;
  line-height: 1.9;
  word-break: break-all;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

.section {
  width: 100%;
  padding: 60px 0;
  position: relative;
}

.footer {
  width: 100%;
  position: relative;
  padding: 20px 0;
  background-color: #F5F5F5;
}

.footer .footer_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin: 0 auto;
}

.footer .footer_contact .logo {
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.footer .footer_contact .logo img {
  width: auto;
  height: 300px;
}

.footer .footer_contact .contact {
  margin: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.25em;
  letter-spacing: 2px;
  text-align: left;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

.footer .footer_contact .contact .index {
  font-size: 1.5em;
  margin-bottom: 20px;
  font-weight: 500;
}

.footer .footer_contact .contact a {
  color: #1177c1;
  text-decoration: underline;
}

.footer .axis_logo {
  width: auto;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .axis_logo a {
  width: auto;
  height: 100%;
}

.footer .axis_logo img {
  width: auto;
  height: 100%;
}

.footer copyright {
  color: black;
  font-size: 12px;
}

.footer .link {
  margin-top: 10px;
  margin-bottom: 0;
}

.footer .link ul {
  text-align: center;
}

.footer .link ul li {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: #1177c1;
  font-size: 12px;
}

.footer .link ul li a {
  color: currentColor;
  text-decoration: underline;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  position: relative;
}

.header .inner_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 250px;
  height: auto;
  z-index: 3;
}

.header .header_slider {
  width: 100%;
  height: 100%;
}

.header .header_slider .slide {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  outline: none !important;
}

.header .header_slider .slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.3);
          transform: translate(-50%, -50%) scale(1.3);
  width: 100%;
  height: auto;
}

.other_header {
  width: 100%;
  height: auto;
}

.other_header img {
  width: 100%;
  height: auto;
}

.nav {
  position: fixed;
  position: -webkit-fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  z-index: 100;
}

.nav .global_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
}

.nav .global_nav li:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  font-size: 2em;
  padding: 0.3em 0;
  padding-left: 3em;
}

.nav .global_nav li:first-child a {
  -webkit-transform: scale(1);
          transform: scale(1);
  display: inline-block;
}

.nav .global_nav li:first-child a:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.nav .global_nav li:first-child .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav .global_nav li:first-child .logo img {
  width: auto;
  height: 50px;
  margin: 0 10px;
}

.nav li {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.nav li:last-child {
  margin-right: 8em;
}

.nav li a {
  display: block;
  color: black;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav li a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.nav li img {
  width: 40px;
  height: auto;
  margin: 0 20px;
}

.nav .btn-trigger {
  position: absolute;
  top: 39%;
  right: 2%;
  width: 50px;
  height: 44px;
  cursor: pointer;
  -webkit-transform: scale(0.6) translate(-50%, -50%);
          transform: scale(0.6) translate(-50%, -50%);
  z-index: 10003;
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nav .btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #1177c1;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nav .btn-trigger span:nth-of-type(1) {
  top: 0;
}

.nav .btn-trigger span:nth-of-type(2) {
  top: 20px;
}

.nav .btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

.nav #btn17::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 84px;
  height: 84px;
  margin: -45px 0 0 -45px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0);
  -webkit-transition: all .75s;
  transition: all .75s;
}

.nav #btn17.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(45deg);
  transform: translateY(20px) rotate(45deg);
}

.nav #btn17.active span:nth-of-type(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-btn17-bar02 .8s forwards;
  animation: active-btn17-bar02 .8s forwards;
}

.nav #btn17.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(-45deg);
  transform: translateY(-20px) rotate(-45deg);
}

.nav #btn17.active::after {
  border: 4px solid #1177c1;
}

.menu_wrap {
  background-color: white;
  width: 0;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10002;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: scroll;
}

.menu_wrap .wrap {
  width: 100%;
  min-width: 500px;
}

.menu_wrap .title {
  margin: 1.5em auto;
  font-weight: 700;
  font-size: 2.3em;
  letter-spacing: 3px;
}

.menu_wrap ul.menu {
  width: 80%;
  margin: 0 auto;
}

.menu_wrap ul.menu li {
  line-height: 3.5;
  color: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.menu_wrap ul.menu li a:hover {
  color: #1177c1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.9;
}

.menu_wrap ul.menu .eng,
.menu_wrap ul.menu .jap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
}

.menu_wrap ul.menu .eng {
  width: 10em;
  font-weight: 300;
}

.menu_wrap ul.menu .jap {
  font-weight: 500;
  font-size: 1.5em;
  letter-spacing: 3px;
}

.menu_wrap.menu_open {
  width: 30%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@-webkit-keyframes active-btn17-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-btn17-bar02 {
  100% {
    height: 0;
  }
}

.section-news .l-inner .new_posts {
  width: 65%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-news .l-inner .new_posts .new_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  border-bottom: 1px solid #aaaaaa;
  width: 100%;
  padding: 8px 60px;
  margin-bottom: 10px;
  font-size: 0.9em;
}

.section-news .l-inner .new_posts .new_post .time_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-news .l-inner .new_posts .new_post .time_cat time {
  letter-spacing: 2px;
  margin: 0 10px;
}

.section-news .l-inner .new_posts .new_post a {
  margin: 0 20px;
}

.section-news .l-inner .button1 {
  padding: 7px 20px;
  letter-spacing: 2px;
  color: white;
  background-color: #1b78bb;
  border-radius: 5px;
  width: 150px;
  margin: 30px auto;
  font-weight: 300;
}

.section-items .l-inner .slider {
  width: 70%;
  margin: 50px auto 120px;
  padding: 30px 120px 40px;
  background-color: white;
}

.section-items .l-inner .slider .items_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  letter-spacing: 2px;
  margin: 10px auto 20px;
}

.section-items .l-inner .slider .items_index img {
  width: auto;
  height: 40px;
  margin-right: 10px;
}

.section-items .l-inner .slider .items_index h3 {
  color: #1177c1;
  font-size: 1.85em;
  font-weight: 500;
}

.section-items .l-inner .slider .items_index p {
  color: black;
}

.section-items .l-inner .slider .slide {
  margin: 0 15px;
  padding: 10px 0;
  outline: none !important;
}

.section-items .l-inner .slider .slide .item {
  width: 225px;
  height: 225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
}

.section-items .l-inner .slider .slide .item .img {
  width: 200px;
  height: 200px;
  background-color: white;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.2);
}

.section-items .l-inner .slider .slide .item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) scale(1);
  width: auto;
  height: 100%;
  min-width: 300px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.section-items .l-inner .slider .slide .item .img .caption {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  width: 95%;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  bottom: -5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section-items .l-inner .slider .slide .item .img .modal_icon {
  background-color: white;
  border-radius: 2px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.8;
}

.section-items .l-inner .slider .slide .item .img .modal_icon img {
  width: 15px;
  height: auto;
  margin: 4px;
  min-width: 1px;
  position: relative;
  -webkit-transform: none;
          transform: none;
  top: 0;
  left: 0;
}

.section-items .l-inner .slider .slide .item .img:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.3);
          transform: translate(-50%, -50%) scale(1.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section-items .l-inner .slider .slide .item .img:hover .caption {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section-items .l-inner .slider .slide .item .img:hover img.icon {
  -webkit-transform: none;
          transform: none;
}

.section-about .things_box {
  margin: 0 auto;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-about .things_box .item {
  width: 43%;
  text-align: left;
  letter-spacing: 2px;
  line-height: 2.4;
  margin: 0 20px;
}

.section-stores .l-inner .slider {
  width: 70%;
  margin: 0 auto;
}

.section-stores .l-inner .slider .slide {
  margin: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: none !important;
}

.section-stores .l-inner .slider .slide .trim_img {
  overflow: hidden;
  width: 100%;
  min-width: 350px;
  height: 250px;
  position: relative;
}

.section-stores .l-inner .slider .slide .trim_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.section-stores .l-inner .slider .slide .place {
  width: 85%;
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid black;
  letter-spacing: 2px;
  margin-top: 15px;
  padding-bottom: 5px;
}

.section-calendar {
  margin: 0 auto;
  z-index: 1;
}

.section-calendar .calendar {
  width: 70%;
  margin: 0 auto;
}

.section-calendar .calendar iframe {
  width: 100%;
  height: 700px;
}

.section-contact .l-inner .button {
  padding: 25px 2em;
  font-weight: 500;
  font-size: 1.5em;
}

.section-single .l-inner {
  padding: 30px 0;
  width: 80%;
}

.section-single .l-inner .ai1ec-event-details {
  text-align: left;
}

.section-single .date {
  color: #054391;
}

.section-single h1 {
  color: #054391;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 3px solid #054391;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.section-single .content {
  text-align: left;
}

.section-single .content p {
  color: #000;
}

.modal_content {
  display: none;
  outline: none !important;
}

.place_content {
  text-align: center;
}

.place_content .place_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 3px;
  border-bottom: 1px solid #dddddd;
}

.place_content .place_name h3 {
  color: #1177c1;
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 10px;
}

.place_content .place_img {
  width: 100%;
  height: auto;
  margin: 20px auto;
}

.place_content .place_img img {
  width: 100%;
  height: auto;
}

.place_content .place_details {
  text-align: left;
  line-height: 2;
  margin-bottom: 20px;
}

.place_content .place_access .place_map {
  width: 100%;
  height: auto;
}

.place_content .place_access .place_map iframe {
  width: 100%;
  height: 450px;
}

@media screen and (max-width: 1300px) {
  .menu_wrap .wrap {
    min-width: 400px;
  }
  .menu_wrap .wrap ul.menu {
    width: 80%;
    margin: 0 auto;
  }
  .menu_wrap .wrap ul.menu li {
    line-height: 3.5;
    color: black;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
  }
  .menu_wrap .wrap ul.menu li a:hover {
    color: #1177c1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.9;
  }
  .menu_wrap .wrap ul.menu .eng,
  .menu_wrap .wrap ul.menu .jap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 2px;
  }
  .menu_wrap .wrap ul.menu .eng {
    width: 7em;
    font-weight: 300;
    font-size: 0.9em;
  }
  .menu_wrap .wrap ul.menu .jap {
    font-weight: 500;
    font-size: 1em;
    letter-spacing: 3px;
  }
  .menu_wrap.menu_open {
    width: 40%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

@media (orientation: landscape) and (max-width: 700px) {
  .loader-wrap {
    position: fixed;
    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;
    width: 100%;
    height: 100%;
    background: #0dc5c1;
    z-index: 100001;
  }
  .loader-wrap .icon {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    font-size: 25px !important;
    margin: 100px auto;
    width: 0.8em;
    height: 0.8em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .header {
    height: 100vh !important;
  }
  .header .inner_logo {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 20% !important;
    height: auto !important;
    z-index: 3;
  }
  .header .header_slider .slide {
    height: 100vh !important;
    position: relative;
    overflow: hidden;
    outline: none !important;
  }
  .header .header_slider .slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100% !important;
    height: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .global_nav li {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
  }
  .global_nav li:first-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: left;
    font-size: 1.5em;
    padding: 0;
    padding-left: 1em;
  }
  .global_nav li:first-child .logo img {
    width: auto !important;
    height: 20px !important;
    margin: 0 5px;
  }
  .global_nav li:last-child {
    margin-right: 5em;
  }
  .global_nav li a {
    display: block;
    color: black;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: scale(1);
            transform: scale(1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .global_nav li a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .global_nav li img {
    width: 20px !important;
    height: auto;
    margin: 0 10px;
  }
  .nav {
    padding: 2% 0 !important;
    width: 100%;
  }
  .nav .global_nav li {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
  }
  .nav .global_nav li:first-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: left;
    font-size: 1.5em;
    padding: 0;
    padding-left: 1em;
  }
  .nav .global_nav li:first-child .logo img {
    width: auto;
    height: 35px;
    margin: 0 5px;
  }
  .nav .global_nav li:last-child {
    margin-right: 5em;
  }
  .nav .global_nav li a {
    display: block;
    color: black;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: scale(1);
            transform: scale(1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav .global_nav li a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .nav .global_nav li img {
    width: 30px;
    height: auto;
    margin: 0 10px;
  }
  .nav .btn-trigger {
    position: absolute;
    top: -4px !important;
    right: 0;
    width: 50px;
    height: 44px;
    cursor: pointer;
    -webkit-transform: scale(0.3) translate(0) !important;
            transform: scale(0.3) translate(0) !important;
    z-index: 10003;
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #1177c1;
    border-radius: 4px;
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  .nav .btn-trigger span:nth-of-type(2) {
    top: 20px;
  }
  .nav .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }
}

@media screen and (max-width: 700px) {
  .loader-wrap {
    position: fixed;
    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;
    width: 100%;
    height: 100%;
    background: #0dc5c1;
    z-index: 100001;
  }
  .loader-wrap .icon {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    font-size: 50px;
    margin: 100px auto;
    width: 0.8em;
    height: 0.8em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .footer {
    width: 100%;
    position: relative;
    padding: 20px 0;
  }
  .footer .footer_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  .footer .footer_contact .logo {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .footer .footer_contact .logo img {
    width: 50%;
    height: auto;
  }
  .footer .footer_contact .contact {
    margin: 3% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1em;
    letter-spacing: 2px;
    text-align: left;
    line-height: 2;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .footer .footer_contact .contact .index {
    font-size: 1.3em;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .footer .axis_logo {
    width: 50%;
    height: auto;
    margin: 5% auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .axis_logo img {
    width: 100%;
    height: auto;
  }
  .footer copyright {
    color: black;
    font-size: 12px;
    font-weight: 300;
  }
  .footer .link ul {
    margin: 10px auto 5px;
    width: 80%;
    text-align: left;
  }
  .footer .link ul li {
    position: relative;
    display: block;
    margin: 0 auto;
    font-weight: normal;
    padding-left: 1em;
  }
  .footer .link ul li::before {
    content: '▶';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  br.sp {
    display: inline;
  }
  br.pc {
    display: none;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  html {
    height: 100%;
  }
  body {
    height: 100%;
    font-family: 'Noto Sans JP', sans-serif, YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    min-width: 0;
  }
  p,
  table,
  th,
  td,
  ul,
  li {
    font-size: 13px;
    line-height: 1.9;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .section {
    width: 100%;
    padding: 35px 0;
    position: relative;
  }
  .l-inner {
    width: auto;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header {
    width: auto;
    height: auto;
    display: block;
    position: relative;
  }
  .header .inner_logo {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 130px;
    height: auto;
    z-index: 3;
  }
  .header .header_slider {
    width: auto;
    height: 100%;
  }
  .header .header_slider .slide {
    width: auto;
    height: 60vh;
    position: relative;
    overflow: hidden;
    outline: none !important;
  }
  .header .header_slider .slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .other_header {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .nav {
    padding: 3% 0;
    width: 100%;
  }
  .nav .global_nav li {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
  }
  .nav .global_nav li:first-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: left;
    font-size: 1.5em;
    padding: 0;
    padding-left: 1em;
  }
  .nav .global_nav li:first-child .logo img {
    width: auto;
    height: 35px;
    margin: 0 5px;
  }
  .nav .global_nav li:last-child {
    margin-right: 5em;
  }
  .nav .global_nav li a {
    display: block;
    color: black;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: scale(1);
            transform: scale(1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav .global_nav li a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .nav .global_nav li img {
    width: 25px;
    height: auto;
    margin: 0 10px;
  }
  .nav .btn-trigger {
    position: absolute;
    top: 10%;
    right: 0;
    width: 50px;
    height: 44px;
    cursor: pointer;
    -webkit-transform: scale(0.5) translate(0);
            transform: scale(0.5) translate(0);
    z-index: 10003;
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #1177c1;
    border-radius: 4px;
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  .nav .btn-trigger span:nth-of-type(2) {
    top: 20px;
  }
  .nav .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu_wrap {
    background-color: white;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10002;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: scroll;
    pointer-events: none;
    opacity: 0;
  }
  .menu_wrap .wrap {
    width: 100%;
    min-width: 300px;
  }
  .menu_wrap .title {
    margin: 1em auto;
    font-weight: 700;
    font-size: 2em;
    letter-spacing: 4px;
  }
  .menu_wrap ul.menu {
    width: 90%;
    margin: 0 auto;
  }
  .menu_wrap ul.menu li {
    line-height: 1.5;
    color: black;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid black;
  }
  .menu_wrap ul.menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4% 0;
  }
  .menu_wrap ul.menu li a:hover {
    color: #1177c1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.9;
  }
  .menu_wrap ul.menu li:last-child {
    margin-right: 0;
  }
  .menu_wrap ul.menu .eng,
  .menu_wrap ul.menu .jap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    letter-spacing: 2px;
  }
  .menu_wrap ul.menu .eng {
    width: auto;
    font-size: 1em;
    font-weight: 300;
  }
  .menu_wrap ul.menu .jap {
    font-weight: 500;
    font-size: 1.4em;
    letter-spacing: 3px;
  }
  .menu_wrap.menu_open {
    width: 100%;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    pointer-events: auto;
    opacity: 1;
  }
  .section-news .l-inner .new_posts {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-news .l-inner .new_posts .new_post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8px 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-weight: 1em;
    margin: 2% 0;
  }
  .section-news .l-inner .new_posts .new_post .time_cat time {
    margin: 0;
    font-weight: 300;
  }
  .section-news .l-inner .new_posts .new_post .time_cat .category {
    width: 80px;
    margin: 0;
    margin-left: 10px;
    font-size: 0.6em;
    border-radius: 7px;
  }
  .section-news .l-inner .new_posts .new_post a {
    margin: 0;
    font-weight: 500;
    font-size: 1.3em;
  }
  .section-news .l-inner h1 {
    margin: 0 auto;
  }
  .section-news .l-inner .l-left {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .section-news .l-inner .l-left img {
    display: block;
    width: 30%;
    margin: 20px auto;
  }
  .section-news .l-inner .l-right {
    width: 100%;
  }
  .section-news .l-inner .l-right img {
    min-width: 100%;
  }
  .section-news .l-inner p {
    font-size: 13px;
    font-weight: bold;
    line-height: 2;
  }
  .section-items .l-inner .slider {
    width: 80%;
    margin: 5% auto 30%;
    padding: 20px 0 30px;
  }
  .section-items .l-inner .slider .items_index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    letter-spacing: 2px;
    margin: 10px auto 20px;
  }
  .section-items .l-inner .slider .items_index img {
    width: auto;
    height: 35px;
    margin-right: 10px;
  }
  .section-items .l-inner .slider .items_index h3 {
    color: #1177c1;
    font-size: 1.5em;
    font-weight: 500;
  }
  .section-items .l-inner .slider .items_index p {
    color: black;
    font-size: 0.7em;
    font-weight: 500;
  }
  .section-items .l-inner .slider .img_area_sp {
    margin: 10px;
    width: 130px !important;
    height: 150px;
    background-color: white;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
  }
  .section-items .l-inner .slider .img {
    width: 120px !important;
    height: 120px;
    overflow: hidden;
    background-color: white;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .section-items .l-inner .slider .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) scale(0.7);
    width: auto;
    height: 180px;
    min-width: 280px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
  }
  .section-items .l-inner .slider .img .modal_icon {
    background-color: white;
    border-radius: 2px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0.8;
  }
  .section-items .l-inner .slider .img .modal_icon img {
    width: 15px;
    height: auto;
    margin: 4px;
    min-width: 1px;
    position: relative;
    -webkit-transform: none;
            transform: none;
    top: 0;
    left: 0;
  }
  .section-items .l-inner .slider .caption {
    color: black;
    width: 100%;
    margin: 5px auto;
    position: relative;
    z-index: 2;
    font-size: 0.8em;
    font-weight: 500;
  }
  .section-about .things_box {
    margin: 0 auto;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section-about .things_box .item {
    width: 100%;
    text-align: left;
    letter-spacing: 2px;
    line-height: 2;
    margin: 1% 0;
    font-size: 0.9em;
    font-weight: 500;
  }
  .section-stores .l-inner {
    width: 100%;
  }
  .section-stores .l-inner .slider {
    width: 80%;
    margin: 0 auto;
  }
  .section-stores .l-inner .slider .slide {
    margin: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    outline: none !important;
  }
  .section-stores .l-inner .slider .slide .trim_img {
    overflow: hidden;
    width: 100%;
    min-width: 280px;
    height: 180px;
    position: relative;
  }
  .section-stores .l-inner .slider .slide .trim_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
  .section-stores .l-inner .slider .slide .place {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid black;
    letter-spacing: 2px;
    margin-top: 15px;
    padding-bottom: 5px;
    font-size: 0.9em;
  }
  .section-calendar {
    margin: 0 auto;
    z-index: 1;
  }
  .section-calendar .calendar {
    width: 90%;
    margin: 0 auto;
  }
  .section-calendar .calendar iframe {
    width: 100%;
    height: 600px;
    margin: 0 auto;
  }
  .section-contact .l-inner .button {
    padding: 10px 0;
    letter-spacing: 2px;
    color: white;
    background-color: #1b78bb;
    border-radius: 5px;
    width: 70%;
    margin: 3% auto;
    font-weight: 500;
    font-size: 1em;
  }
  .section-single .l-inner {
    padding: 30px 0;
    width: 80%;
  }
  .section-single .l-inner .ai1ec-event-details {
    text-align: left;
  }
  .section-single .date {
    color: #054391;
  }
  .section-single h1 {
    color: #054391;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 3px solid #054391;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .section-single .content {
    text-align: left;
  }
  .section-single .content p {
    color: #000;
  }
  .place_content {
    text-align: center;
  }
  .place_content .place_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 3px;
    border-bottom: 1px solid #dddddd;
  }
  .place_content .place_name h3 {
    color: #1177c1;
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .place_content .place_img {
    width: 100%;
    height: auto;
    margin: 20px auto;
  }
  .place_content .place_img img {
    width: 100%;
    height: auto;
  }
  .place_content .place_details {
    text-align: left;
    line-height: 2;
    margin-bottom: 20px;
  }
  .place_content .place_access .place_map {
    width: 100%;
    height: auto;
  }
  .place_content .place_access .place_map iframe {
    width: 100%;
    height: 200px;
  }
}
