@charset "utf-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}
img {
  vertical-align: bottom;
  width: 100%;
}
ol, ul {
	list-style: none;
}
a {
  display: block;
  text-decoration: none;
  width: 100%;
}
a:focus, a:hover {
  text-decoration: none;
}
p {
  line-height: 1.3;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
body {
  font-family: "ヒラギノ角ゴ ProN W3","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-height: 100%;
  overflow-x: hidden;
  position: relative;
  height: 100%;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

/* Start / 共通 */
.font-lora {
  font-family: 'Lora';
}
.font-min {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Arial, "メイリオ", Meiryo, sans-serif;
}
.switch-pc {
  display: block;
}
.switch-sp {
  display: none;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main-inner {
  margin: 0 auto;
  max-width: 1040px;
}
.iframe-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iframe-frame iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.contents-title-box {
  text-align: center;
}
.contents-title {
  display: inline-block;
  color: #00485a;
  font-size: 40px;
  font-weight: bold;
}
.contents-title .font-lora {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  padding-top: 24px;
  font-size: 16px;
}
.contents-title .font-lora:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  width: 45%;
  height: 4px;
  margin: auto;
  background: #00485a;
  border-radius: 2px;
}
.page-title {
  margin: 130px auto 100px;
  padding: 50px 0;
  font-size: 40px;
  color: #fff;
  text-align: center;
  background: #00485a;
}
body .text-link {
  display: inline-block;
  width: auto;
  color: #00485a;
  text-decoration: underline;
  transition: 0.4s;
}
body .text-link:hover {
  color: #0099bf;
}

/* footer */
.footer-container {
  padding-top: 110px;
  background: #f5f5f0;
}
.footer-container .logo {
  width: 80%;
  max-width: 745px;
  margin: auto;
}
.loop-slider {
  margin-top: 90px;
}
.copyright {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
}
.copyright .large-text {
  font-size: 150%;
  vertical-align: middle;
  line-height: 14px;
}
.fixed-item {
  position: fixed;
  z-index: 10;
  top: 10vh;
  right: 0;
  width: 10vh;
  max-width: 110px;
  opacity: 0;
  transition: 0.4s;
}
.fixed-item.scroll-active {
  opacity: 1;
}

.display-non {
  display: none !important;
}
/* Start / Mobile */
@media screen and (max-width: 480px) {
  .switch-pc {
    display: none;
  }
  .switch-sp {
    display: block;
  }
  .main-inner {
    padding: 0 5%;
  }
  .contents-title {
    font-size: 7vw;
  }
  .contents-title .font-lora {
    margin-top: 10%;
    padding-top: 15%;
    font-size: 3.6vw;
  }

  .footer-container {
    padding: 16% 0 20%;
  }
  .loop-slider {
    margin-top: 12%;
  }
  /* .loop-img {
    height: 35vh;
    overflow: hidden;
  }
  .loop-slider .loop-img img {
    display: block;
    width: auto;
    height: 100%;
  } */
  .fixed-item {
    display: flex;
    top: auto;
    bottom: 0;
    width: 100%;
    max-width: none;
  }
}
/* End / Mobile */

@media screen and (max-width: 1040px) and (min-width: 481px) {
  .main-inner {
    padding: 0 5%;
  }
}

/* 縦方向 */
@media screen and (min-width: 481px) and (orientation: portrait) {
  .switch-pc {
    display: none;
  }
  .switch-sp {
    display: block;
  }
  .main-inner {
    padding: 0 10%;
  }
  .contents-title {
    font-size: 7vw;
  }
  .contents-title .font-lora {
    margin-top: 10%;
    padding-top: 15%;
    font-size: 3.6vw;
  }

  .footer-container {
    padding: 16% 0 20%;
  }
  .loop-slider {
    margin-top: 12%;
  }
  /* .loop-img {
    height: 35vh;
    overflow: hidden;
  }
  .loop-slider .loop-img img {
    display: block;
    width: auto;
    height: 100%;
  } */
  .fixed-item {
    display: flex;
    top: auto;
    bottom: 0;
    width: 100%;
    max-width: none;
  }
  .fixed-link {
    width: 50%;
  }
}
