@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Sawarabi+Mincho);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
body {
  color: #111D4E;
  font-family: "Noto Serif JP","Sawarabi Mincho";
  padding: 0 5% 0 5%;
  line-height: 1.8;
}

a {
  color: #111D4E;
  text-decoration: none;
  text-shadow: .5px .5px .5px #aaa;
}

section {
  padding-bottom: 3rem;
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: gray;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  translate: -50%, -50%;
  inset: 50% auto auto 50%;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
header {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  height: 100vh;
  width: 40%;
  margin: 0 auto;
  z-index: 999;
}

header .t_inner {
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding-top: 5%;
}

header .t_title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
}

header .t_nav {
  text-align: center;
  margin-bottom: 40%;
  font-size: .9rem;
  line-height: 1.4;
}

header .t_nav li a {
  display: block;
  padding: 12px;
  text-align: center;
}

header .t_tel {
  text-align: end;
  line-height: 1rem;
  position: absolute;
  bottom: 2rem;
}

header .t_tel p {
  font-size: .7rem;
  letter-spacing: 0.1rem;
}

.t_tel > .tel {
  font-size: 1.2rem;
}

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

.mini {
  font-size: .9rem;
}

.haruyoshi {
  font-size: .8rem;
}

/* --------------------------------
  Hero
-------------------------------- */
/* ------ slide image ------- */
.hero-slide__img {
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-name: slideAnime;
  animation-timing-function: ease;
  display: block;
  min-height: 100vh;
  object-fit: cover;
  opacity: 0;
  width: 100%;
}

.hero-slide__item:nth-of-type(1) .hero-slide__img {
  animation-delay: 0s;
}

.hero-slide__item:nth-of-type(2) .hero-slide__img {
  animation-delay: 5s;
}

.hero-slide__item:nth-of-type(3) .hero-slide__img {
  animation-delay: 10s;
}

@keyframes slideAnime {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  49% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-10%);
  }
}
/* ------ hero erea ------- */
.hero {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.hero__inner {
  margin: 0 auto;
  width: 1100px;
}

/* ------ hero title ------- */
.hero-slide__item {
  bottom: 0;
  height: 100%;
  position: absolute;
  right: -10%;
  width: 110%;
}

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

.info {
  margin: 1rem auto;
  padding: 0 1.5rem;
  text-align: left;
  font-size: .9rem;
  line-height: 1.3;
  color: #444;
  overflow: auto;
  height: 30rem;
  background-color: #fcfcfc;
}

.info dl {
  padding: 0.5rem 0;
  border-bottom: 1px solid #ccc;
}

.info dt {
  padding-bottom: 0;
  width: 6rem;
  font-weight: 600;
}

.red {
  color: orangered;
  font-weight: 600;
}

.blue {
  color: royalblue;
  font-weight: 600;
}

.medatsu {
  background-color: #ffd800;
}

.qrimg img {
  width: 160px;
}

.section_title {
  font-size: 1.2rem;
  font-weight: 500;
  padding-top: 2rem;
  padding-bottom: 1rem;
  text-align: center;
  text-decoration: none;
}

.section_title p {
  font-size: .8rem;
  margin: .5rem;
}

.about > .container {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
}

.about_img img {
  width: 40vw;
}

.right_se {
  width: 40vw;
}

.right_se h3 {
  font-weight: 400;
  font-size: 1.1rem;
}

.right_se p {
  font-size: .9rem;
}

.policy_img {
  display: flex;
  justify-content: space-around;
  margin-top: 3rem;
}

.policy_img img {
  width: 40vw;
}

.center_se h3 {
  font-weight: 600;
  font-size: 1rem;
}

.center_se p {
  font-size: .9rem;
}

ul {
  list-style: none;
}

/* スライドする要素 */
.content {
  width: 533px;
  height: 300px;
  margin-right: 2rem;
}

.content:nth-child(1) {
  background: url(../img/sample17.jpg);
  background-size: cover;
}

.content:nth-child(2) {
  background: url(../img/sample21.jpg);
  background-size: cover;
}

.content:nth-child(3) {
  background: url(../img/sample20.jpg);
  background-size: cover;
}

/* スライドレールの枠 */
.wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 340px;
}

/* content4つをまとめたスライドブロック */
.slideshow {
  display: flex;
  -webkit-animation: loop-slide 15s infinite linear 1s both;
  animation: loop-slide 15s infinite linear 1s both;
}

@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.introduction > .container {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
}

.left_se {
  width: 45vw;
}

.left_se h3 {
  font-weight: 400;
  font-size: 1.1rem;
}

.left_se p {
  font-size: .8rem;
}

.intro_p {
  margin-top: 6rem;
}

.intro_p p {
  font-size: .7rem;
}

.intro_name {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  float: right;
}

.intro_name > .name1 {
  margin-bottom: -1rem;
}

.intro_name > .name2 {
  font-size: 1.4rem;
}

.introduction_img img {
  position: relative;
  width: 48vw;
}

#map {
  height: 400px;
  width: 100%;
  /* The height is 400 pixels */
  /* The width is the width of the web page */
  margin-top: 20px;
  margin-bottom: 20px;
}

footer {
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #111D4E;
}

footer > .container {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
}

.footer_ad {
  width: 30vw;
  float: left;
}

.footer_ad p {
  font-size: .8rem;
}

.footer_ad > .f_tel {
  font-weight: 550;
  font-size: 1.2rem;
}

.ad {
  font-size: .9rem;
}

.kamoku {
  width: 30vw;
}

.kamoku > .f_tel {
  font-size: 1.2rem;
}

.kamoku p {
  font-size: .5rem;
}

.kamoku img {
  width: 30vw;
}

.f_titlesp {
  width: 30vw;
  float: right;
  text-align: center;
}

.f_titlesp img {
  height: 100px;
  margin-bottom: 1rem;
}

.f_title {
  font-size: 1rem;
  text-align: center;
}

.copyright {
  font-size: .7rem;
  margin-top: auto;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateX(100px);
  right: 5px;
  bottom: 30px;
  height: 50px;
  text-decoration: none;
  font-weight: bold;
  transform: rotate(180deg);
  font-size: 80%;
  line-height: 1.5rem;
  color: #darkgrey;
  padding: 0 0 0 25px;
  border-top: solid 1px;
}

#page-top a {
  color: darkgrey;
}

#page-top::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  border-top: solid 1px;
  transform-origin: left top;
}

/*　左の動き　*/
#page-top.LeftMove {
  animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*　右の動き　*/
#page-top.RightMove {
  animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(100px);
  }
}
@media screen and (min-width: 960px) {
  .sp_menu {
    display: none;
  }

  .catchcopyfade {
    display: none;
  }

  .sptop {
    display: none;
  }

  .sptitle {
    display: none;
  }

  .haruyoshi_info {
    display: none;
  }

  .scroll-btn {
    display: none;
  }

  .info dt {
    clear: left;
    float: left;
  }

  .info dd {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 959px) {
  .top_container {
    display: none;
  }

  .info {
    font-size: .8rem;
    height: 24rem;
  }

  .qrimg {
    display: none;
  }

  .qrimg img {
    display: none;
  }

  /*========= ナビゲーションのためのCSS ===============*/
  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    bottom: -120%;
    left: 0;
    width: 100%;
    height: 100%;
    /*ナビの高さ*/
    background: white;
    opacity: .9;
    /*動き*/
    transition: all 0.6s;
  }

  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    bottom: 0;
  }

  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*ナビゲーション*/
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /*リストのレイアウト設定*/
  #g-nav li {
    list-style: none;
    text-align: center;
  }

  #g-nav li a {
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }

  /*========= ボタンのためのCSS ===============*/
  .openbtn1 {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  /*×に変化*/
  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
  }

  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }

  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  header {
    width: 100%;
    height: 0;
  }

  body {
    padding: 0;
  }

  .hero {
    display: none;
  }

  /* ------ slide image ------- */
  .sptop-slide_img {
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-name: slideAnime;
    animation-timing-function: ease;
    display: block;
    min-height: 100vh;
    object-fit: cover;
    opacity: 0;
    width: 100%;
  }

  .sptop-slide_item:nth-of-type(1) .sptop-slide_img {
    animation-delay: 0s;
  }

  .sptop-slide_item:nth-of-type(2) .sptop-slide_img {
    animation-delay: 5s;
  }

  .sptop-slide_item:nth-of-type(3) .sptop-slide_img {
    animation-delay: 10s;
  }

  @keyframes slideAnime {
    0% {
      opacity: 0;
    }
    16% {
      opacity: 1;
    }
    33% {
      opacity: 1;
    }
    49% {
      opacity: 0;
    }
    100% {
      opacity: 0;
      transform: translateX(-10%);
    }
  }
  /* ------ sptop erea ------- */
  .sptop {
    height: 100vh;
    overflow: hidden;
    position: relative;
  }

  .sptop_inner {
    margin: 0 auto;
    width: 1100px;
  }

  /* ------ sptop title ------- */
  .sptop-slide_item {
    bottom: 0;
    height: 100%;
    position: absolute;
    right: -10%;
    width: 110%;
    opacity: .7;
  }

  .sptitle {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    color: ivory;
    width: 64vw;
    position: absolute;
  }

  .scroll-btn {
    position: absolute;
    left: calc(50% - 16px);
    bottom: 10vh;
    cursor: pointer;
    animation: scroll-btn 1s ease-in-out alternate infinite;
  }
  .scroll-btn svg {
    fill: #F8F7F2;
    height: 50px;
    width: 32px;
    margin-bottom: 10px;
  }
  .scroll-btn svg .animated {
    animation: scroll-down 2s infinite linear;
  }
  .scroll-btn svg .ball {
    animation: ball-move 1s infinite ease-in-out alternate;
  }

  @keyframes scroll-down {
    0% {
      stroke-dasharray: 0, 180px;
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
    50% {
      opacity: .5;
    }
    60% {
      opacity: .8;
      stroke-dasharray: 215.7737px, 363.607px;
    }
    70% {
      opacity: 0;
    }
    80% {
      opacity: 0;
    }
    90% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes ball-move {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0.8;
    }
    100% {
      transform: translateY(16px);
      opacity: 0;
    }
  }
  .section_title {
    font-size: 1rem;
    font-weight: 500;
    padding-top: 2rem;
    padding-bottom: 1rem;
    text-align: center;
    text-decoration: none;
  }

  .section_title p {
    font-size: .7rem;
    margin: .5rem;
  }

  .about > .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about_img img {
    width: 80vw;
  }

  .right_se {
    width: 80vw;
  }

  .right_se h3 {
    font-weight: 400;
    font-size: .9rem;
  }

  .right_se p {
    font-size: .8rem;
  }

  .introduction > .container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .left_se {
    width: 80vw;
  }

  .left_se h3 {
    font-weight: 400;
    font-size: .9rem;
  }

  .left_se p {
    font-size: .8rem;
  }

  .intro_p {
    float: left;
    margin-top: 0;
  }

  .intro_p p {
    font-size: .7rem;
  }

  .intro_name {
    display: flex;
    float: right;
    align-items: flex-end;
  }

  .intro_name > .name1 {
    margin-right: 0;
  }

  .intro_name > .name2 {
    font-size: 1.4rem;
  }

  .introduction_img img {
    position: relative;
    width: 90vw;
  }

  .policy > .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .policy_img {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .policy_img img {
    width: 80vw;
    margin-top: 1rem;
  }

  .center_se {
    width: 80vw;
  }

  .center_se h3 {
    font-weight: 400;
    font-size: .9rem;
  }

  .center_se p {
    font-size: .8rem;
  }

  ul {
    list-style: none;
  }

  /* スライドする要素 */
  .content {
    width: 320px;
    height: 180px;
    margin-right: 1rem;
    overflow: hidden;
  }

  .content:nth-child(1) {
    background: url(../img/sample17.jpg);
    background-size: cover;
  }

  .content:nth-child(2) {
    background: url(../img/sample21.jpg);
    background-size: cover;
  }

  .content:nth-child(3) {
    background: url(../img/sample20.jpg);
    background-size: cover;
  }

  /* スライドレールの枠 */
  .wrap {
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 200px;
    width: 100%;
  }

  /* content4つをまとめたスライドブロック */
  .slideshow {
    display: flex;
    -webkit-animation: loop-slide 15s infinite linear 1s both;
    animation: loop-slide 15s infinite linear 1s both;
  }

  @-webkit-keyframes loop-slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes loop-slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .equipment > .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .center_se {
    width: 80vw;
    margin-bottom: 2rem;
  }

  .access > .container {
    width: 90vw;
  }

  footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #111D4E;
  }

  footer > .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer_ad {
    width: 80vw;
    float: left;
  }

  .footer_ad p {
    font-size: .8rem;
  }

  .footer_ad > .f_tel {
    font-weight: 400;
    font-size: 1.2rem;
  }

  .ad {
    font-size: .8rem;
  }

  .kamoku {
    width: 80vw;
    margin-top: 2rem;
  }

  .kamoku > .f_tel {
    font-size: .9rem;
  }

  .kamoku p {
    font-size: .5rem;
  }

  .kamoku img {
    display: flex;
    width: 80vw;
    align-items: center;
  }

  .f_titlesp {
    display: none;
  }

  .f_titlesp img {
    height: 100px;
    margin-bottom: 1rem;
  }

  .f_title {
    font-size: 1rem;
    text-align: center;
  }

  .copyright {
    font-size: .6rem;
    margin-top: 4rem;
  }

  .container {
    width: 100%;
    min-width: 380px;
    margin: 0 auto;
    padding: 0;
  }
}

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