@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;900&display=swap);
@font-face {
  font-family: 'futura';
  src: url(../font/HelveticaNeueLTStd-Hv.otf);
  font-weight: 500;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media (max-width: 559px) {
  html {
    font-size: 54.7%;
  }
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: .075em;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1340px;
}

@media (max-width: 559px) {
  body {
    min-width: 360px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #333;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media (max-width: 559px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.pre-text, .top-sec1 .box, .top-sec2 .box p, .top-sec3 .box p, .top-sec4 .box p, .top-sec5 .box p, .contact-text, .privacy section .box, .e404 .box {
  line-height: 2;
}

.pre-text p:nth-of-type(n+2), .top-sec1 .box p:nth-of-type(n+2), .top-sec2 .box p p:nth-of-type(n+2), .top-sec3 .box p p:nth-of-type(n+2), .top-sec4 .box p p:nth-of-type(n+2), .top-sec5 .box p p:nth-of-type(n+2), .contact-text p:nth-of-type(n+2), .privacy section .box p:nth-of-type(n+2), .e404 .box p:nth-of-type(n+2) {
  margin-top: 35px;
}

@media (max-width: 559px) {
  .pre-text p:nth-of-type(n+2), .top-sec1 .box p:nth-of-type(n+2), .top-sec2 .box p p:nth-of-type(n+2), .top-sec3 .box p p:nth-of-type(n+2), .top-sec4 .box p p:nth-of-type(n+2), .top-sec5 .box p p:nth-of-type(n+2), .contact-text p:nth-of-type(n+2), .privacy section .box p:nth-of-type(n+2), .e404 .box p:nth-of-type(n+2) {
    margin-top: 30px;
  }
}

.contents {
  position: relative;
  width: 100%;
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto;
}

.no-post {
  text-align: center;
  font-size: 1.8rem;
}

@media (max-width: 559px) {
  .sp-none {
    display: none;
  }
}

.sp-show {
  display: none;
}

@media (max-width: 559px) {
  .sp-show {
    display: block;
  }
}

/*                                  extend                                               */
.eli, .top-sec6 .box li a p, .blog-list > li > a dl dt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cent, .thumbnail img, .blog-list > li > a figure img, .movie, .movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ce, .nav-list, .fixed-nav, .under-fixed-nav, .padding1 p, .tit:after, .dami-tit:after, .blog-sec h3:after, .blog-art h3:after, .sitemap h3:after, .privacy section h3:after, .e404 h3:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mid, .menu-trigger span:nth-of-type(2), .mv .head-logo, .top-sec3 .block, .sub-mv .contents h2, .sub-mv .discriotion, .dust li:after, .back a:after, .next a:after, .contact-submits-wrap p:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flex, .drawer-menu ul .flex1, .nav-list .nav1, .nav-list .sns, .fixed-nav ul, .under-fixed-nav ul, .top-sec6 .box li a, .top-sec7-8, .top-sec7-8 section .flex1, .top-sec9 .contents, .dust, .blog-list > li > a, .pagenation, .deta-nav, .contact-submits-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.btn, .top-sec3 .box a, .top-sec4 .box a, .top-sec5 .box a, .top-sec6 .block a {
  position: relative;
  display: block;
  width: 100%;
  padding: 13px 0;
  border: 1px solid #333;
  margin: 0 auto;
  text-align: center;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover, .top-sec3 .box a:hover, .top-sec4 .box a:hover, .top-sec5 .box a:hover, .top-sec6 .block a:hover {
  -webkit-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}

.thumbnail, .blog-list > li > a figure {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.thumbnail img, .blog-list > li > a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .thumbnail img, .blog-list > li > a figure img {
    -webkit-transform: none;
    transform: none;
    left: auto;
    right: 0;
    top: 0;
  }
}

.iframe, .top-sec9 .map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.iframe iframe, .top-sec9 .map iframe {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*                                  wrapper                                               */
.wrapper {
  position: relative;
  z-index: 8;
  width: 100%;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
}

.movie {
  position: fixed;
  z-index: -1;
  display: block;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .movie video {
    -webkit-transform: none;
    transform: none;
    left: auto;
    right: 0;
    top: 0;
  }
}

/*                                    sp-nav                                            */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.menu-trigger {
  display: none;
  position: fixed;
  z-index: 10;
  right: 5px;
  top: 5px;
  width: 40px;
  height: 30px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

@media (max-width: 559px) {
  .menu-trigger {
    display: block;
  }
}

.under-hum span {
  background: #333;
}

.drawer-menu {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  padding: 30px 0;
  color: #fff;
  text-align: center;
  font-size: 2.9rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .6s ease ,visibility .6s ease;
  transition: opacity .6s ease ,visibility .6s ease;
}

.drawer-menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}

.drawer-menu a:hover {
  color: #666;
}

.drawer-menu ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}

.drawer-menu ul li:nth-of-type(n+2) {
  margin-top: 20px;
}

.drawer-menu ul li:nth-of-type(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

.drawer-menu ul li:nth-of-type(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.drawer-menu ul li:nth-of-type(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

.drawer-menu ul li:nth-of-type(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.drawer-menu ul li:nth-of-type(6) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

.drawer-menu ul li:nth-of-type(7) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

.drawer-menu ul li:nth-of-type(8) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

.drawer-menu ul li:nth-of-type(9) {
  -webkit-transition-delay: 1.20s;
          transition-delay: 1.20s;
}

.drawer-menu ul li:nth-of-type(10) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

.drawer-menu ul li:nth-of-type(11) {
  -webkit-transition-delay: 1.50s;
          transition-delay: 1.50s;
}

.drawer-menu ul li:nth-of-type(12) {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

.drawer-menu ul li:nth-of-type(13) {
  -webkit-transition-delay: 1.80s;
          transition-delay: 1.80s;
}

.drawer-menu ul .flex1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.drawer-menu ul .flex1 a {
  padding: 0;
  margin: 0 10px;
}

/* open */
.open {
  overflow: hidden;
}

.open .drawer-menu {
  visibility: visible;
  opacity: 1;
}

.open .drawer-menu li {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

.open .menu-trigger span:nth-of-type(1) {
  width: 45%;
  -webkit-transform: translate3d(0px, 6px, 0) rotate(405deg);
  transform: translate3d(0px, 6px, 0) rotate(405deg);
}

.open .menu-trigger span:nth-of-type(2) {
  width: 100%;
  -webkit-transform: translate3d(-1px, 0, 0) rotate(-45deg);
  transform: translate3d(-1px, 0, 0) rotate(-45deg);
}

.open .menu-trigger span:nth-of-type(3) {
  width: 45%;
  -webkit-transform: translate3d(19px, -1px, 0) rotate(405deg);
  transform: translate3d(19px, -1px, 0) rotate(405deg);
}

/*                                        header                                         */
.mv {
  position: relative;
  padding-top: 950px;
}

.mv .head-logo {
  top: 60%;
  width: 100%;
  text-align: center;
}

.mv .discriotion {
  position: absolute;
  bottom: 20px;
  left: 25px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}

@media (max-width: 559px) {
  .mv {
    padding-top: 500px;
  }
  .mv .head-logo {
    top: 50%;
    padding: 0 10px;
  }
  .mv .discriotion {
    z-index: -2;
  }
}

.nav-list {
  width: 100%;
  top: 165px;
}

.nav-list .nav1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.nav-list .nav1 li {
  margin: 0 20px;
  line-height: 1;
}

.nav-list .nav1 li a {
  position: relative;
  display: block;
  padding: 20px;
}

.nav-list .nav1 li a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-list .nav1 li a:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.nav-list .sns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  margin-top: 20px;
}

.nav-list .sns li {
  margin: 0 20px;
  line-height: 1;
}

@media (max-width: 559px) {
  .nav-list {
    display: none;
  }
}

.fixed-nav, .under-fixed-nav {
  position: fixed;
  z-index: 4;
  top: -200px;
  background: #f6f5e1;
  max-width: 1920px;
  width: 100%;
  padding-left: 210px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fixed-nav h1, .under-fixed-nav h1 {
  position: absolute;
  left: 0;
  top: 0;
}

.fixed-nav ul, .under-fixed-nav ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  padding: 10px;
}

.fixed-nav ul li, .under-fixed-nav ul li {
  margin: 0 20px;
  line-height: 1;
}

.fixed-nav ul li a, .under-fixed-nav ul li a {
  position: relative;
  display: block;
  padding: 20px;
}

.fixed-nav ul li a:after, .under-fixed-nav ul li a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: 0px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fixed-nav ul li a:hover:after, .under-fixed-nav ul li a:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media (max-width: 559px) {
  .fixed-nav, .under-fixed-nav {
    display: none;
  }
}

.nav-active {
  top: 0;
}

/*                                        main                                           */
.top-sec1 {
  padding: 380px 0 400px;
}

.top-sec1 h2 {
  text-align: center;
}

.top-sec1 .box {
  margin-top: 20px;
  color: #fff;
  text-align: center;
}

@media (max-width: 559px) {
  .top-sec1 {
    padding: 180px 0 200px;
  }
}

.top-sec2 {
  position: relative;
  padding: 340px 0 380px;
}

.top-sec2:before {
  content: "";
  width: 100%;
  height: 650px;
  background: #e7dfdc;
  background: -webkit-linear-gradient(bottom, rgba(231, 223, 220, 0) 0%, #e7dfdc 10%, #e7dfdc 90%, rgba(231, 223, 220, 0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(231, 223, 220, 0)), color-stop(10%, #e7dfdc), color-stop(90%, #e7dfdc), to(rgba(231, 223, 220, 0)));
  background: linear-gradient(to top, rgba(231, 223, 220, 0) 0%, #e7dfdc 10%, #e7dfdc 90%, rgba(231, 223, 220, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
}

.top-sec2 .contents {
  z-index: 1;
  max-width: 1340px;
}

@media (max-width: 559px) {
  .top-sec2 {
    padding: 120px 0 190px;
  }
  .top-sec2:before {
    height: 0;
    padding-top: 70%;
  }
}

.top-sec2 .block {
  position: relative;
  z-index: 1;
  max-width: 660px;
  width: 100%;
}

.top-sec2 .box {
  margin-top: 100px;
}

.top-sec2 .box p {
  max-width: 280px;
  margin-left: 100px;
  color: #fff;
}

.top-sec2 .img1 {
  position: absolute;
  top: -60px;
  right: -160px;
}

@media (max-width: 559px) {
  .top-sec2 .box {
    margin-top: 50px;
  }
  .top-sec2 .box p {
    max-width: 500px;
    margin-left: 0;
  }
  .top-sec2 .img1 {
    position: static;
    margin-top: 30px;
  }
}

.top-sec3 {
  background: rgba(255, 255, 255, 0.6);
  padding: 270px 0 400px;
}

.top-sec3 .contents {
  max-width: 1340px;
}

.top-sec3 .block {
  z-index: 2;
  right: -190px;
  max-width: 525px;
}

.top-sec3 .box {
  max-width: 420px;
  width: 100%;
  margin: 25px 0 0 auto;
}

.top-sec3 .box a {
  max-width: 260px;
  margin: 65px auto 0;
}

@media (max-width: 1599px) {
  .top-sec3 .block {
    right: 10px;
  }
}

@media (max-width: 559px) {
  .top-sec3 {
    padding: 150px 0 200px;
  }
  .top-sec3 .block {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}

.top-sec3 .img1 {
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
}

@media (max-width: 1599px) {
  .top-sec3 .img1 {
    -webkit-transform: translateX(-460px);
    transform: translateX(-460px);
  }
}

@media (max-width: 559px) {
  .top-sec3 .img1 {
    -webkit-transform: none;
    transform: none;
    margin-top: 30px;
  }
}

.top-sec4 {
  background: url(../img/sec4.png) no-repeat center;
  background-size: cover;
  padding: 125px 0 390px;
}

.top-sec4 .contents {
  max-width: 1510px;
}

.top-sec4 .block {
  max-width: 420px;
  width: 100%;
}

.top-sec4 .box {
  margin-top: 20px;
}

.top-sec4 .box p {
  color: #fff;
}

.top-sec4 .box a {
  max-width: 260px;
  border: 1px solid #fff;
  margin-top: 40px;
  color: #fff;
}

.top-sec4 .box a:nth-of-type(n+2) {
  margin-top: 25px;
}

@media (max-width: 559px) {
  .top-sec4 {
    background: url(../img/sec4.png) no-repeat center bottom;
    background-size: contain;
    padding: 125px 0 200px;
  }
}

.top-sec5 {
  padding: 0 50px;
  margin-top: 400px;
}

.top-sec5 section {
  background: url(../img/sec5.png) no-repeat center left;
  background-size: cover;
  padding: 165px 0 180px;
}

.top-sec5 section h2 {
  text-align: center;
}

.top-sec5 .box {
  max-width: 830px;
  width: 100%;
  margin: 25px auto 0;
  text-align: center;
}

.top-sec5 .box a {
  max-width: 300px;
  margin: 40px auto 0;
}

@media (max-width: 559px) {
  .top-sec5 {
    padding: 0 10px;
    margin-top: 200px;
  }
  .top-sec5 section {
    background: #f6f5e1;
    padding: 100px 0 110px;
  }
}

.padding1 {
  position: relative;
  height: 100vh;
}

.padding1 p {
  top: 225px;
  -webkit-animation-name: animat1;
          animation-name: animat1;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (max-width: 559px) {
  .padding1 p {
    top: 100px;
    -webkit-animation-name: sp-animat1;
            animation-name: sp-animat1;
  }
}

@-webkit-keyframes animat1 {
  0% {
    top: 225px;
  }
  100% {
    top: 275px;
  }
}

@keyframes animat1 {
  0% {
    top: 225px;
  }
  100% {
    top: 275px;
  }
}

@-webkit-keyframes sp-animat1 {
  0% {
    top: 100px;
  }
  100% {
    top: 150px;
  }
}

@keyframes sp-animat1 {
  0% {
    top: 100px;
  }
  100% {
    top: 150px;
  }
}

.top-sec6 {
  background: #1b1b1b;
  padding: 90px 0;
}

.top-sec6 .contents {
  max-width: 1200px;
}

.top-sec6 .block {
  position: absolute;
  left: 0;
  top: -125px;
  max-width: 375px;
  width: 100%;
}

.top-sec6 .block a {
  max-width: 160px;
  border: 1px solid #fff;
  margin: 50px auto 0;
  color: #fff;
}

@media (max-width: 559px) {
  .top-sec6 .block {
    position: static;
    max-width: 560px;
    width: 1005;
    text-align: center;
  }
}

.top-sec6 .box {
  max-width: 660px;
  width: 100%;
  margin: 0 60px 0 auto;
}

.top-sec6 .box li:nth-of-type(n+2) {
  margin-top: 10px;
}

.top-sec6 .box li a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  color: #fff;
}

.top-sec6 .box li a time {
  display: block;
  margin-right: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
}

.top-sec6 .box li a p {
  width: 100%;
}

@media (max-width: 559px) {
  .top-sec6 .box {
    margin: 80px 0 0;
  }
}

.top-sec7-8 {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-top: 70px;
}

.top-sec7-8 section {
  background: #b8b8a9;
  max-width: 840px;
  width: 100%;
  padding: 40px 10px 20px;
}

.top-sec7-8 section h2 {
  text-align: center;
}

.top-sec7-8 section .box {
  margin-top: 25px;
}

.top-sec7-8 section .box > p {
  text-align: center;
  margin-top: 15px;
}

.top-sec7-8 section .flex1 {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}

.top-sec7-8 section .flex1 div {
  max-width: 300px;
  width: 100%;
}

.top-sec7-8 section .flex1 div p {
  padding: 13px 10px;
  border: 1px solid #aaa;
  text-align: center;
}

.top-sec7-8 section .flex1 div a {
  background: #111;
  display: block;
  padding: 13px 10px;
  margin-top: 10px;
  color: #fff;
  text-align: center;
}

@media (max-width: 559px) {
  .top-sec7-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .top-sec7-8 section .flex1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .top-sec7-8 section .flex1 figure {
    margin-top: 30px;
  }
}

.top-sec8 {
  margin-left: 40px;
}

@media (max-width: 559px) {
  .top-sec8 {
    margin: 60px 0 0;
  }
}

.top-sec9 {
  margin-top: 390px;
}

.top-sec9 .contents {
  max-width: 1600px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.top-sec9 .block {
  max-width: 630px;
  width: 100%;
  text-align: center;
}

@media (max-width: 559px) {
  .top-sec9 {
    margin-top: 180px;
  }
  .top-sec9 .block {
    margin-top: 100px;
  }
}

.top-sec9 .box {
  margin-top: 20px;
  color: #fff;
}

.top-sec9 .box dt {
  font-size: 2.2rem;
  font-weight: 500;
}

.top-sec9 .box dt span {
  display: block;
  font-size: 1.5rem;
}

.top-sec9 .box dd {
  margin-top: 30px;
  font-weight: 500;
}

.top-sec9 .box dd a {
  color: #fff;
}

.top-sec9 .map {
  padding-top: 380px;
  margin-top: 100px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.padding2 {
  position: relative;
  padding-top: 400px;
}

.padding2 p {
  position: absolute;
  right: 35px;
  bottom: 80px;
  cursor: pointer;
}

@media (max-width: 559px) {
  .padding2 {
    padding-top: 300px;
  }
}

/*                                       under                                           */
.sub-mv {
  position: relative;
  background: url(../img/sub-mv.png) no-repeat center;
  background-size: cover;
  margin-top: 78px;
}

.sub-mv .contents {
  max-width: 1320px;
  padding: 45% 0 0;
}

.sub-mv .contents h2 {
  top: 33%;
  left: -7%;
}

.sub-mv .discriotion {
  left: 10px;
  color: #111;
  font-size: 1.6rem;
  font-weight: 500;
}

@media (max-width: 1599px) {
  .sub-mv .contents h2 {
    top: 40%;
    left: 10px;
  }
  .sub-mv .discriotion {
    top: 60%;
  }
}

@media (max-width: 559px) {
  .sub-mv {
    margin-top: 0;
  }
  .sub-mv .contents {
    padding-top: 55%;
  }
  .sub-mv .contents h2 {
    width: 55%;
  }
  .sub-mv .discriotion {
    z-index: -1;
    visibility: hidden;
    opacity: 1;
  }
}

.under-fixed-nav {
  top: 0;
}

.lower {
  position: relative;
}

.dust {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 1.4rem;
}

.dust li {
  position: relative;
  padding: 0 10px;
  margin-right: 10px;
}

.dust li:last-of-type {
  margin-right: 0;
}

.dust li:last-of-type:after {
  content: none;
}

.dust li:after {
  content: "";
  width: 10px;
  height: 10px;
  right: -8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-radius: 2px;
}

@media (max-width: 559px) {
  .dust {
    display: none;
  }
}

.under-sec, .privacy section:nth-of-type(n+2) {
  margin-top: 100px;
}

@media (max-width: 559px) {
  .under-sec, .privacy section:nth-of-type(n+2) {
    margin-top: 45px;
  }
}

.tit, .dami-tit, .blog-sec h3, .blog-art h3, .sitemap h3, .privacy section h3, .e404 h3 {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}

.tit:after, .dami-tit:after, .blog-sec h3:after, .blog-art h3:after, .sitemap h3:after, .privacy section h3:after, .e404 h3:after {
  content: "";
  width: 2px;
  height: 14px;
  background: #801726;
  bottom: 0;
}

.sub-tit, .blog-list > li > a dl dt {
  color: #111;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: .05em;
}

.ssub-tit {
  padding-bottom: 5px;
  border-bottom: 1px solid #898989;
  color: #111;
  font-size: 2.2rem;
  font-weight: 500;
}

.under-box, .blog-sec .box, .blog-art .box, .sitemap .box, .privacy section .box, .e404 .box {
  margin-top: 60px;
}

/*                                 blog   news                                           */
.blog-list > li {
  width: 100%;
}

.blog-list > li:nth-of-type(n+2) {
  margin-top: 40px;
}

.blog-list > li > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.blog-list > li > a dl {
  max-width: 750px;
  width: 100%;
}

.blog-list > li > a dl dd {
  margin-top: 10px;
}

.blog-list > li > a dl dd p {
  display: inline;
}

.blog-list > li > a .no-fig {
  max-width: 100%;
  width: 100%;
}

.blog-list > li > a figure {
  max-width: 280px;
  padding-top: 200px;
}

@media (max-width: 559px) {
  .blog-list > li > a figure {
    display: none;
  }
  .blog-list > li > a dl dd {
    display: none;
  }
  .blog-list > li > a dl .sp-show {
    display: block;
  }
}

.pagenation {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 300px;
  margin: 40px auto 0;
}

.pagenation li {
  margin: 0 10px;
}

.pagenation li a {
  background: #fff;
  display: block;
  width: 40px;
  border: 1px solid #801726;
  text-align: center;
  color: #801726;
  line-height: 40px;
}

.pagenation li a:hover {
  background: #801726;
  color: #fff;
}

.pagenation .current {
  background: #801726;
  display: block;
  width: 40px;
  border: 1px solid #801726;
  text-align: center;
  color: #fff;
  line-height: 40px;
  opacity: 1;
}

/*                             blog   news  detail                                       */
.deta-nav {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

.deta-nav li a {
  background: #801726;
  display: block;
  width: 90px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
}

.deta-nav li a:hover {
  opacity: .7;
}

.back a {
  position: relative;
  padding-left: 20px;
}

.back a:after {
  content: "";
  width: 10px;
  height: 10px;
  left: 10px;
  -webkit-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 2px;
}

.to-top a {
  text-align: center;
  padding: 0 10px;
}

.next a {
  position: relative;
  padding-right: 20px;
}

.next a:after {
  content: "";
  width: 10px;
  height: 10px;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 2px;
}

/*                                    contact                                            */
.contact-table {
  border-collapse: collapse;
}

.contact-table tr {
  border-bottom: 1px solid #efe9ea;
}

.contact-table tr:first-of-type {
  border-top: 1px solid #efe9ea;
}

.contact-table tr th {
  width: 320px;
  padding: 25px 35px;
  font-weight: 700;
}

.contact-table tr td {
  padding: 25px;
}

@media (max-width: 559px) {
  .contact-table tr th,
  .contact-table tr td {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: center;
  }
}

.contact-submits-wrap {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  margin-top: 30px;
}

.contact-submits-wrap p {
  position: relative;
  width: 320px;
}

.contact-submits-wrap p:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/arrow3.png);
  z-index: 1;
}

.contact-submits-wrap p input {
  background: #801726;
  width: 320px;
  padding: 13px 0;
  color: #fff;
}

@media (max-width: 559px) {
  .contact-submits-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .contact-submits-wrap p:nth-of-type(2) {
    margin-top: 20px;
  }
}

/*                                      sitemap                                          */
.sitemap .box li {
  max-width: 500px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  margin: 60px auto 0;
  font-size: 2.4rem;
  font-weight: 700;
}

.sitemap .box li:nth-of-type(n+2) {
  margin-top: 20px;
}

.sitemap .box li a {
  display: block;
  padding: 0 20px;
}

/*                                      privacy                                          */
.privacy section .box ul {
  margin: 8px 0;
}

.privacy section .box ul li {
  margin-left: 1.5em;
  text-indent: -1.5em;
  list-style: none;
}

.privacy section .box ul li:before {
  content: '・';
  margin-right: .5em;
}

/*                                          e404                                          */
.e404 .box {
  text-align: center;
}

.e404 .box a {
  display: inline-block;
  border-bottom: 1px solid #333;
  color: #333;
}

/*                                        fixed                                          */
.fixed {
  position: fixed;
  z-index: 8;
  right: 0;
  bottom: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fixed a {
  display: block;
}

.fixed a:nth-of-type(n+2) {
  margin-top: 20px;
}

@media (max-width: 559px) {
  .fixed {
    display: none;
  }
}

.dis-none {
  visibility: hidden;
  opacity: 0;
}

.slide-none {
  right: -300px;
}

/*                                        footer                                         */
footer {
  background: #f6f5e1;
}

footer .contents {
  background: #801726;
  max-width: 1080px;
  padding: 200px 10px 90px;
  text-align: center;
  color: #fff;
}

footer .contents > a {
  display: table;
  margin: 0 auto;
}

footer .contents > p {
  margin-top: 90px;
  font-size: 2.2rem;
  font-weight: 500;
}

footer .contents > p span {
  display: block;
  font-size: 1.5rem;
}

footer .contents address {
  margin-top: 20px;
}

footer .contents address a {
  display: table;
  margin: 0 auto;
  color: #fff;
}

.copyright {
  text-align: center;
  font-size: 1.5rem;
}

.copyright a {
  color: #fff;
}
