@charset "UTF-8";
#global-header {
  width: 100%;
}
#global-header .inner {
  width: 1000px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#global-header .inner .logo {
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
#global-header .inner .logo a {
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  padding: 2.5% 5%;
  transition: all 0.8s ease;
  opacity: 1;
  color: #121D28;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#global-header .inner .logo a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #global-header .inner {
    width: 100%;
  }
  #global-header .inner .logo {
    width: 32%;
  }
}
@media screen and (max-width: 480px) {
  #global-header .inner {
    height: 60px;
  }
  #global-header .inner .logo {
    width: 50%;
    margin: 0 auto;
  }
  #global-header .inner .logo a img {
    width: 173px;
  }
}

#global-navi {
  width: 68%;
}
#global-navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  width: 100%;
}
#global-navi ul li {
  width: 100%;
}
#global-navi ul li a {
  display: block;
  text-align: center;
  transition: all 0.7s ease;
  width: 100%;
  height: 100%;
  padding: 8px 0;
}
#global-navi ul li a span {
  text-align: center;
  transition: all 0.7s ease;
  width: 100%;
}
#global-navi ul li a span.ja {
  font-size: 1.6em;
  font-weight: bold;
  color: #232323;
}
#global-navi ul li a span.en {
  font-size: 1.2em;
  color: #808080;
}
#global-navi ul li a:hover {
  background: #101c28;
}
#global-navi ul li a:hover span.ja {
  color: #ffffff;
}
#global-navi ul li a:hover span.en {
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  #global-navi {
    display: none;
  }
}

#key-visual {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 350px;
}
#key-visual img.key-pic {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
}
#key-visual div.key-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  width: 100%;
  text-align: center;
  padding-top: 5.5%;
}
#key-visual div.key-text h2 {
  color: #fff;
  font-size: 7em;
  font-family: "Ryumin Medium KL";
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}
#key-visual div.key-text p {
  color: #fff;
  font-size: 1.8em;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1366px) {
  #key-visual img.key-pic {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
  }
  #key-visual div.key-text {
    padding-top: 13%;
  }
  #key-visual div.key-text h2 {
    font-size: 5em;
  }
  #key-visual div.key-text p {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  #key-visual img.key-pic {
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
@media screen and (max-width: 480px) {
  #key-visual div.key-text {
    padding-top: 14%;
  }
}

#pankuzu {
  background: #f2f2f2;
}
#pankuzu .inner {
  width: 1000px;
  margin: 0 auto;
}
#pankuzu .inner span.navi-list {
  display: inline-block;
}
#pankuzu .inner span.navi-list a {
  color: #808080;
  padding: 8px 0;
  display: inline-block;
  font-size: 1.4em;
}
#pankuzu .inner span.navi-list i {
  color: #808080;
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  #pankuzu .inner {
    width: 90%;
  }
}

#key-visual {
  background: #474747;
}
@media screen and (max-width: 768px) {
  #key-visual div.key-text {
    padding-top: 15%;
  }
}
@media screen and (max-width: 480px) {
  #key-visual {
    height: 200px;
  }
  #key-visual div.key-text {
    padding-top: 13%;
  }
}

#container .main-wrap {
  width: 1000px;
  margin: 80px auto;
  padding: 80px 0;
  background: url(../svg/bg-left-top.svg) no-repeat top left, url(../svg/bg-right-bottom.svg) no-repeat bottom right;
}
#container .main-wrap .main-inner {
  width: 800px;
  margin: 0 auto 64px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  #container .main-wrap {
    width: 95%;
    margin: 32px auto;
    padding: 24px 0;
  }
  #container .main-wrap .main-inner {
    width: 95%;
    margin: 0 auto;
    padding: 12px;
  }
}

.contents-header {
  margin-bottom: 40px;
}
.contents-header h2 {
  font-family: "Ryumin Medium KL";
  font-size: 1.8em;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #1a1a1a;
}
.contents-header p {
  font-size: 1.4em;
  color: #1a1a1a;
}

.picbox {
  width: 100%;
  margin-bottom: 24px;
}
.picbox img {
  width: 100%;
}

.greet-info .commingsoon {
  padding: 180px 0;
  background: url(../greet/images/02.png);
  text-align: center;
}
.greet-info .commingsoon img {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 480px) {
  .greet-info .commingsoon img {
    width: 85%;
  }
}
.greet-info p {
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 2.8;
  letter-spacing: 0.08em;
}
.greet-info p:last-child {
  margin-bottom: 0;
}
.greet-info p.rinen {
  font-size: 21px;
  font-weight: bold;
  color: #142533;
  margin-bottom: 24px;
}

.backtop {
  text-align: center;
  border-top: 1px solid #dfdfdf;
}
.backtop a {
  display: block;
  width: 100%;
  padding: 16px 0;
  transition: all 0.4s ease;
}
.backtop a img {
  width: 46px;
  height: auto;
}
.backtop a:hover {
  background: #dfdfdf;
}

footer#global-footer {
  background: #101c28;
}
footer#global-footer .footer-inner {
  width: 750px;
  margin: 0 auto;
  padding: 80px 0 0;
}
footer#global-footer .footer-inner h1 {
  text-align: center;
  margin-bottom: 40px;
}
footer#global-footer .footer-inner h1 a {
  padding: 12px 0;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
footer#global-footer .footer-inner .footer-navi {
  width: 100%;
  margin-bottom: 40px;
}
footer#global-footer .footer-inner .footer-navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  width: 100%;
}
footer#global-footer .footer-inner .footer-navi ul li {
  width: 100%;
}
footer#global-footer .footer-inner .footer-navi ul li a {
  font-size: 1.4em;
  letter-spacing: 0.15em;
  padding: 10px 0;
  line-height: 1;
  width: 100%;
  color: #fff;
  display: inline-block;
  text-align: center;
  transition: all 0.5s ease;
}
footer#global-footer .footer-inner .footer-navi ul li a span {
  color: #fff;
}
footer#global-footer .footer-inner .footer-navi ul li a span.ja {
  font-size: 1.3em;
  font-weight: bold;
}
footer#global-footer .footer-inner .footer-navi ul li a span.en {
  font-size: 1em;
}
footer#global-footer .footer-inner .footer-navi ul li a:hover {
  background: #fff;
}
footer#global-footer .footer-inner .footer-navi ul li a:hover span {
  color: #101c28;
}
footer#global-footer .footer-inner h2 {
  border-left: 8px solid #fff;
  padding-left: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
footer#global-footer .footer-inner h2 span {
  display: block;
}
footer#global-footer .footer-inner h2 span.text {
  color: #fff;
  font-size: 1.4em;
  width: 30%;
}
footer#global-footer .footer-inner h2 span.line {
  height: 2px;
  width: 70%;
  background: #fff;
}
footer#global-footer .footer-inner div.footer-map {
  width: 100%;
  height: 350px;
}
footer#global-footer .footer-inner div.footer-map iframe {
  width: 100%;
  height: 100%;
}
footer#global-footer .copy {
  width: 750px;
  margin: 0 auto;
  padding: 32px 0;
  text-align: center;
}
footer#global-footer .copy small {
  color: #ffffff;
  font-size: 1.2em;
}
@media screen and (max-width: 480px) {
  footer#global-footer .footer-inner {
    width: 100%;
  }
  footer#global-footer .footer-inner .footer-navi {
    display: none;
  }
  footer#global-footer .footer-inner h2 {
    width: 90%;
    margin: 0 auto 24px;
    display: block;
  }
  footer#global-footer .footer-inner h2 span.text {
    width: 100%;
  }
  footer#global-footer .footer-inner h2 span.line {
    display: none;
  }
  footer#global-footer .footer-inner div.footer-map {
    width: 90%;
    margin: 0 auto;
  }
  footer#global-footer .copy {
    width: 100%;
  }
}

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