@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
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: 16px;
  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;
  padding: 0px;
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

a:hover {
  opacity: 0.5;
}

img {
  height: auto;
  display: block;
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font: 400 1em/2em "Noto Sans JP", sans-serif;
  width: 100%;
  color: #000000;
  padding-top: 100px;
}

@media screen and (max-width: 954px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.hidden {
  overflow-x: hidden;
}

.outer {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}

.inner {
  width: 100%;
  max-width: 1152px;
  padding: 0px 16px;
  margin: 0 auto;
}

.red {
  color: #ff0000;
}

.bold {
  font-weight: 700;
}

br.sp {
  display: none;
}

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

br.pc {
  display: block;
}

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

.btn {
  background: linear-gradient(-33deg, #29b0ff 0%, #31d6a5 100%);
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
  display: block;
  margin: 0 auto;
  padding: 9px 40px;
  font-size: 1.125em;
}

.title {
  width: 100%;
  text-align: center;
  padding-top: 100px;
  letter-spacing: 0.05em;
  color: #000000;
}

@media screen and (max-width: 954px) {
  .title {
    font-size: 11px;
  }
}

.title .ja {
  display: block;
  font: 600 2.25em "Yu Mincho", "YuMincho", serif;
}

.title .en {
  display: block;
  color: #a7977a;
  font: 600 1.125em "Yu Mincho", "YuMincho", serif;
}

.bgWhite {
  background-color: #ffffff;
  -webkit-box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.2);
}

.bgGold {
  background-color: #907e60;
  color: #ffffff;
}

.underLine {
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
}

@media screen and (max-width: 954px) {
  .underLine {
    padding-bottom: 0px;
  }
}

header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 999;
}

@media screen and (max-width: 954px) {
  header #hNavWrap #hNav li a {
    padding: 0;
  }
  header #hNavWrap #hNav li a.btn {
    background: none;
    font-size: 1em;
  }
}

header .outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

header #header__logo {
  max-width: 367px;
  margin-left: 40px;
}

@media screen and (max-width: 954px) {
  header #header__logo {
    width: 50%;
    min-width: 240px;
    margin-left: 8px;
  }
}

header nav {
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 100%;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header #gNav {
  width: 100%;
  max-width: 682px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 954px) {
  header #gNav {
    display: none;
  }
}

header #gNav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header #gNav li:last-of-type {
  padding: 0px 0px 0px 20px;
}

header #gNav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}

header #gNav .btn {
  font-size: 1em;
  padding: 34px 43px;
}

header #gNav .menu__parent {
  position: relative;
}

header #gNav .menu__parent::after {
  content: "";
  width: 4px;
  height: 4px;
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  bottom: 1.25em;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

header #gNav .menu__parent:hover .menu__hidden {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  visibility: visible;
  opacity: 1;
}

header #gNav .menu__parent:hover::after {
  bottom: 1em;
}

header #gNav .menu__hidden {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 100px;
  left: -1em;
  width: 15.1em;
  background-color: #fafafa;
}

header #gNav .menu__hidden li {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}

header #gNav .menu__hidden li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.75em 1.75em;
}

footer {
  background: top center/cover no-repeat url("../img/footer_bg.jpg");
  color: #ffffff;
  letter-spacing: 0.05em;
}

footer #footer__secTop {
  padding-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 954px) {
  footer #footer__secTop {
    padding-top: 40px;
  }
}

footer .footer__nav__logo {
  background-color: #ffffff;
  width: 45%;
  max-width: 400px;
  height: 80px;
  padding: 23px 16px;
}

@media screen and (max-width: 954px) {
  footer .footer__nav__logo {
    width: 25%;
    min-width: 240px;
    height: unset;
  }
}

footer .footer__nav__list {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 40px;
}

footer .footer__nav__list .small {
  font: 400 0.875em/40px "Noto Sans JP";
}

@media screen and (max-width: 954px) {
  footer .footer__nav__list {
    width: 95%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 40px auto 0px;
    line-height: 2;
  }
  footer .footer__nav__list li {
    min-width: 14em;
  }
  footer .footer__nav__list .small {
    line-height: 2;
  }
}

footer #footer__secBot {
  margin-top: 60px;
}

@media screen and (max-width: 954px) {
  footer #footer__secBot {
    margin-top: 40px;
  }
}

footer #footer__secBot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer #footer__secBot ul li {
  font: 400 0.875em/2em "Noto Sans JP";
  margin-right: 1em;
}

footer #footer__secBot ul li:last-of-type {
  margin-right: 0em;
}

@media screen and (max-width: 954px) {
  footer #footer__secBot ul li {
    width: 100%;
    margin-bottom: 16px;
  }
}

footer #footer__secBot .square::before {
  content: "■";
}

footer #footer__copyright {
  margin-top: 72px;
  border-top: 1px solid #333333;
  font: 400 12px/1em "Noto Sans JP";
  text-align: center;
  padding: 3.25em 0px;
}

@media screen and (max-width: 954px) {
  footer #footer__copyright {
    font-size: 8px;
    margin-top: 40px;
    padding: 16px;
  }
}

#hNavWrap {
  display: none;
}

@media screen and (max-width: 954px) {
  #hNavWrap {
    display: block;
  }
}

#hNavWrap #hNav {
  position: fixed;
  display: block;
  top: 0;
  right: -100vw;
  opacity: 0;
  width: 100vw;
  height: 100%;
  margin: 100px 0px;
  padding-bottom: 160px;
  background: #ad9f85;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  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;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 999;
}

#hNavWrap #hNav li {
  width: 100%;
  border-bottom: 1px solid white;
  padding: 1.5em;
  text-align: center;
}

#hNavWrap #hNav li:last-of-type {
  border-bottom: none;
}

#hNavWrap #hNav li a {
  color: #ffffff;
  padding: 0.5em;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

@media screen and (max-width: 954px) {
  #hNavWrap #hNav span {
    display: none;
  }
}

#hNavWrap #hNav .menu__parent {
  padding-top: 0px;
  padding-bottom: 0px;
}

#hNavWrap #hNav .menu__hidden li {
  width: 100vw;
  margin-left: -1.5em;
}

#hNavWrap #hNav .menu__hidden li:last-of-type {
  margin-bottom: 0px;
}

#hNavWrap #hNav .sp__none {
  display: none;
}

#hNavWrap .hNavToggleBtn {
  position: fixed;
  top: 34px;
  right: 16px;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 9999;
}

#hNavWrap .hNavToggleBtn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #00419a;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#hNavWrap .hNavToggleBtn span:nth-child(1) {
  top: 4px;
}

#hNavWrap .hNavToggleBtn span:nth-child(2) {
  top: 15px;
}

#hNavWrap .hNavToggleBtn span:nth-child(3) {
  bottom: 4px;
}

#hNavWrap.open #hNav {
  right: 0;
  opacity: 1;
  -webkit-transition: 0.25s ease-in 0.25s;
  transition: 0.25s ease-in 0.25s;
}

#hNavWrap.open .hNavToggleBtn span:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(45deg);
          transform: translateY(11px) rotate(45deg);
}

#hNavWrap.open .hNavToggleBtn span:nth-child(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-btn17-bar02 0.8s forwards;
          animation: active-btn17-bar02 0.8s forwards;
}

@-webkit-keyframes active-btn17-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-btn17-bar02 {
  100% {
    height: 0;
  }
}

#hNavWrap.open .hNavToggleBtn span:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg);
          transform: translateY(-11px) rotate(-45deg);
}

#hNavWrap.open .hNavToggleBtn::after {
  -webkit-box-shadow: 0px 0px 0px 1px #333333;
          box-shadow: 0px 0px 0px 1px #333333;
}

#hNavWrap.open #hNavClose {
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0px;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  z-index: -10;
}

#pageTop {
  position: absolute;
  top: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48px;
  height: 48px;
  z-index: 9999;
}

#pageTop img {
  width: 100%;
}

#pageTop:hover {
  cursor: pointer;
  background-color: #33333370;
  border-radius: 40px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0.5;
}

#pageTop:hover#pageTop::before {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

@media screen and (max-width: 954px) {
  #pageTop {
    width: 40px;
    height: 40px;
    position: fixed;
    top: unset;
    left: unset;
    right: 0px;
    bottom: 8px;
  }
}

.copyright {
  font: 400 0.875em "Noto Sans CJK JP", sans-serif;
  background-color: #000000;
  margin-top: 28px;
  padding: 1.125em 0em;
  text-align: center;
}
/*# sourceMappingURL=style.min.css.map */