@charset "utf-8";
/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #0bd;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

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

.obi {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 0px;
  max-width: 1390px;
  margin: 0 auto;
  font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.obi h2 {
  font-size: 43px;
  letter-spacing: 0.1em;
  border-bottom: solid 2px #008188;
  color: #008188;
  padding: 50px 0 15px 0;
  margin-bottom: 36px;
}
.obi h3 {
  font-size: 35px;
  letter-spacing: 0.25em;
}

@media only screen and (max-width: 768px) {
  .obi {
    text-align: center;

    max-width: 1390px;
    margin: 0 auto;
    padding: 15px 5% 0;
    font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体",
      "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
      "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .obi h2 {
    font-size: 23px;
    letter-spacing: 0.1em;
    border-bottom: solid 2px #008188;
    color: #008188;
    padding: 0 0 15px 0;
    margin-bottom: 25px;
  }
  .obi h3 {
    font-size: 20px;
    letter-spacing: 0.25em;
  }
}

.info_area {
  margin-bottom: 40px;
  text-align: center;
}
.info_area h3 {
  margin-bottom: 40px;
  text-align: center;
  font: 400 18px "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #9d8b5c;
  position: relative;
  display: block;
}
.info_area h3::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  width: 500px;
  height: 1px;
  margin: 0 auto;
  text-align: center;
  background-image: -webkit-linear-gradient(
    left,
    transparent,
    #7f6e44 25%,
    #7f6e44 75%,
    transparent
  );
  background-image: linear-gradient(
    to right,
    transparent,
    #7f6e44 25%,
    #7f6e44 75%,
    transparent
  );
  background-position: center;
  background-repeat: no-repeat;
}
.info_area .catch {
  margin-bottom: 40px;
}
.info_area .bt {
  margin-bottom: 30px;
}
.info_area p {
  font: 500 14px "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#pcBnr {
  width: 100%;
  display: block;
}
#pcBnr ul {
  font-size: 0px;
  text-align: center;
}
#pcBnr ul li {
  margin: 0 10px 10px 10px;
  display: inline-block;
  width: 270px;
}
#pcBnr ul li a {
  display: block;
}
#pcBnr ul li a:hover {
  opacity: 0.7;
}
#spBnr {
  display: none;
}

#main > .attention {
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .obi .inner {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
  }
  .obi .inner .btn {
    /*display:inline-block;*/
    margin: 6px 10px;
    width: auto;
    font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体",
      "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
      "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .point_area {
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    color: #000;
  }
  .point_area h3 {
    font-size: 21px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 500;
    padding: 0 5%;
    line-height: 150%;
  }
  .point_area p {
    font-size: 14px;
    text-align: left;
    line-height: 180%;
    padding: 0 5%;
  }
  .point_area ul {
    padding-top: 30px;
  }

  .point_area ul li {
    width: 100%;
    float: none;
  }
  .point_area ul li img {
    width: 100%;
  }

  .pickup {
    background: none;
    padding-top: 25px;
    padding-bottom: 18px;
    margin-bottom: 30px;
  }

  .pickup h3 {
    text-align: center;
    font: 400 18px "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    padding-bottom: 20px;
  }
  .pickup ul {
    padding-left: 0;
    max-width: 1500px;
    margin: 0 auto;
    border-top: solid 1px #000;
  }
  .pickup ul li {
    float: none;
    margin-right: 0;
    width: auto;
    border-bottom: solid 1px #000;
    padding: 10px 0;
  }
  .pickup ul li img {
    width: 100%;
  }
  .info_area {
    margin-bottom: 40px;

    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .info_area h3 {
    margin-bottom: 30px;
    text-align: center;
    font: 400 18px "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    color: #9d8b5c;
    display: inline-block;
    width: 100%;
  }
  .info_area h3::before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(
      left,
      transparent,
      #7f6e44 25%,
      #7f6e44 75%,
      transparent
    );
    background-image: linear-gradient(
      to right,
      transparent,
      #7f6e44 25%,
      #7f6e44 75%,
      transparent
    );
    background-position: center;
    background-repeat: no-repeat;
  }
  .info_area .catch {
    margin-bottom: 30px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
  .info_area .bt {
    margin-bottom: 30px;
  }
  .info_area p {
    font: 500 13px "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  }
}

.index_contents {
  padding-bottom: 40px;
}

.obi .inner .copy {
  font-size: 40px;
  font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 10px;
  font-weight: bold;
}
.obi .inner .copy span {
  font-size: 18px;
}
.info {
  text-align: center;
  font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #000;
  max-width: 1080px;
  margin: auto;
}
.info .st {
  margin-bottom: 32px;
  padding-bottom: 0px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-bottom: solid 1px #008188;
  color: #008188;
  font-size: 26px !important;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.info p {
  font-size: 14px;
  margin-bottom: 30px;
  text-align: left;
}
.index_catch {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .index_contents {
  }
  .index_contents .inner {
    width: 90%;
    margin: 0 auto;
  }
  /*.obi .inner .copy {
	display: inline-block;
}
*/
  .info {
    text-align: center;
    font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体",
      "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
      "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #000;
  }
  .info .st {
    margin-bottom: 18px;
  }
  .info p {
    font-size: 14px !important;
    margin-bottom: 30px;
    text-align: left;
  }
  .index_catch {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000;
    font-size: 24px !important;
  }
  .obi .inner .copy {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 21px;
    font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体",
      "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
      "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 0;
  }
  .obi .inner .copy span {
    font-size: 18px;
  }
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 9000;
  background: rgba(251, 251, 251, 1);
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background: #134824;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.info {
  margin-bottom: 40px;
  padding-top: 22px;
}
.info .information_area {
  margin: 0 auto 10px;
  overflow-y: auto;
  height: 110px;
}
.info .information_area dl {
  margin-bottom: 10px;
  text-align: left;
}
.info .information_area dl:after {
  content: " ";
  display: block;
  clear: both;
}
.info .information_area dl dt {
  display: block;
  width: 110px;
  font-size: 16px;
  float: left;
  color: #008188;
}
.info .information_area dl dd {
  display: block;
  width: 81%;
  font-size: 16px;
  float: left;
  color: #008188;
}

.infobtn {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
  text-align: center;
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .info {
    padding: 0 5%;
    margin-bottom: 0px;
  }
  .info .information_area {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    overflow-y: auto;
    display: inline-block;
  }
  .info .information_area dl dt {
    width: auto;
    display: block;
    font-size: 14px;
    float: none;
  }
  .info .information_area dl dd {
    width: auto;
    display: block;
    font-size: 14px;
    float: none;
    padding-bottom: 5px;
  }

  .info .infobtn {
    margin-right: 0;
    max-width: 650px;
    display: inline-block;
  }
}
.point {
  padding-top: 25px;
  padding-bottom: 20px;
  text-align: center;
  /*background: url(../../images/point_bg.jpg) no-repeat;
	background-size:cover;*/
}

@media only screen and (max-width: 768px) {
  .point {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    /*margin-top:49px;*/
  }
  .top_access {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 4%;
    border: 1px solid #bca271;
    font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体",
      "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
      "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-top: 50px;
  }
  .top_access:after {
    content: " ";
    display: block;
    clear: both;
  }
  .top_access .ac_left {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
  .top_access .ac_right {
    width: auto;
    float: none;
  }
  .top_access .ac_catch {
    font-size: 20px;
    margin-bottom: 18px;
    padding-top: 10px;
  }
}

/*///////  inView   //////*/

#section0,
#section1,
#section2,
#section3,
#section5 {
  top: 0;
}
#section0 {
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
}
#section2,
#section4 {
  position: relative;
  vertical-align: text-top;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 1);
}
#section1 {
  position: relative;
  vertical-align: text-top;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 1);
}
#section1 {
  color: #000;
}
#section3 .fl-l,
#section5 .fl-l {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 50%;
  background: rgba(0, 0, 0, 1);
}
#section3 .fl-r,
#section5 .fl-r {
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 50%;
  height: 100vh;
  background: rgba(0, 0, 0, 1);
}
@media screen and (max-width: 786px) {
  #section0,
  #section1,
  #section2,
  #section3,
  #section4,
  #section5 {
    margin-bottom: 15px;
  }

  #section0 {
    height: auto !important;
  }
  #section3 .fl-l,
  #section5 .fl-l {
    float: none;
    width: 100%;
  }
  #section3 .fl-r,
  #section5 .fl-r {
    float: none;
    width: 100%;
  }
}
#section4 .fl-l {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 50%;

  z-index: 20;
}
#section4 .fl-r {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 50%;
  z-index: 20;
}

@media screen and (max-width: 786px) {
  #section4 .sectionbase2 {
    display: none;
  }
  #section4 {
    background: rgba(0, 0, 0, 1);
  }
  #section4 .fl-l {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 80%;
    z-index: 20;
  }
  #section4 .fl-r {
    display: none;
  }
}
.section01base {
  margin: 0;
  padding: 0;
  width: 100vw;
  width: auto;
  height: auto;
  height: 100vh;
  opacity: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  position: relative;
}

.sectionbase {
  margin: 0;
  padding: 0;
  width: 100vw;
  width: auto;
  height: auto;
  height: 100vh;
  opacity: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  position: relative;
  background: rgba(0, 0, 0, 0.7);
}

.sectionbase2 {
  margin: 0;
  padding: 0;
  width: 100%;
  opacity: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  position: relative;
}
.sectionbase3 {
  margin: 0;
  padding: 0;
  width: 100%;
  opacity: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  position: relative;
  text-align: right;
}
.sectioncopy {
  opacity: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.sectioncopy2 {
  opacity: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.copy001,
.img001,
.copy002 {
  opacity: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*#section1 {
	background: url(../../images/sec02/main.png);
	background-position: center center;
}*/
#sec1bg {
  background-image: url(../../images/section01/sectionbg.jpg);
  background-position: center center;
  background-size: cover;
}
#section1 #catch01 {
  position: absolute;
  top: 20%;
  right: 8%;
  z-index: 9;
  width: 15%;
  height: auto;
}
#section1 #catch01 img {
  max-height: 100%;
  width: auto;
}

#section1 #copyarea {
  position: absolute;
  top: 15%;
  text-align: center;
  z-index: 10;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#section1 h3#copy001 {
  margin: 15% auto 8%;
  font-size: 42px;
  font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  width: 100%;
}
.section em {
  display: none;
}
#section1 #copy002 {
  margin: 0 auto 2%;
  font-size: 16px;
  font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.7em;
  text-align: center;
}

.catchmove,
.catch2 {
  opacity: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.section .sclbtn {
  position: absolute;
  width: 100%;
  bottom: 155px !important;
  z-index: 99999999;
}
.section .sclbtntop {
  position: absolute;
  width: 100%;
  bottom: 10px !important;
  z-index: 99999999;
}
#section1 #catch01sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .section01base {
    margin: 0;
    padding: 0;
    width: 100vw;
    width: auto;
    height: auto;
    height: auto;
    opacity: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    position: relative;
  }
  .sectionbase {
    margin: 0;
    padding: 0;
    width: 100vw;
    width: auto;
    height: auto;
    height: auto;
    opacity: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    position: relative;
    background: rgba(0, 0, 0, 0.7);
  }
  .section .sclbtn {
    display: none;
  }

  #section1 #catch01 {
    display: none;
  }
  #section1 #catch01sp {
    display: block;
    width: 90%;
    margin: 10% auto 0;
    height: auto;
    text-align: center;
  }
  #section1 #copyarea {
    top: 20%;
    width: 100%;
    text-align: center;
    z-index: 10;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #section1 h3#copy001 {
    margin: 8% auto 5%;
    text-align: center;
    widows: 80%;
    font-size: 24px;
  }
  #section1 #copy002 {
    margin: 5% auto 1.5%;
    width: 80%;
    font-size: 14px;
    font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体",
      "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
      "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1.7em;
    text-align: left;
  }
}
.sec2bg {
  background: url(../../images/navi01_bg.jpg) center center no-repeat;
  background-size: cover;
}

#section2 .catch02,
#section22 .catch02 {
  position: absolute;
  margin: 0;
  top: 8%;
  left: 5%;
  z-index: 20;
  height: auto;
  width: 15%;
}
#section2 .btn {
  position: absolute;
  margin: 0;
  bottom: 20%;
  left: 50%;
  z-index: 20;
  height: auto;
  right: 0;
  width: 330px;
  margin-left: -165px;
}

#section3 .btn {
  position: absolute;
  margin: 0;
  bottom: 20%;
  left: 50%;
  z-index: 20;
  height: auto;
  right: 0;
  width: 226px;
  margin-left: -113px;
}
#section4 .btn {
  position: absolute;
  margin: 0;
  bottom: 20%;
  left: 50%;
  z-index: 20;
  height: auto;
  right: 0;
  width: 330px;
  margin-left: -165px;
}
#section5 .btn {
  position: absolute;
  margin: 0;
  bottom: 20%;
  left: 50%;
  z-index: 20;
  height: auto;
  right: 0;
  width: 330px;
  margin-left: -165px;
}

@media only screen and (max-width: 768px) {
  #section2 .btn {
    position: absolute;
    margin: 0 10%;
    bottom: 9%;
    left: 50%;
    z-index: 20;
    height: auto;
    right: 0;
    width: 160px;
    margin-left: -80px;
  }

  #section3 .btn {
    position: absolute;
    margin: 0 10%;
    bottom: 9%;
    left: 50%;
    z-index: 20;
    height: auto;
    right: 0;
    width: 200px;
    margin-left: -100px;
  }
  #section4 .btn {
    position: absolute;
    margin: 0 10%;
    bottom: 9%;
    left: 50%;
    z-index: 20;
    height: auto;
    right: 0;
    width: 160px;
    margin-left: -80px;
  }
  #section5 .btn {
    position: absolute;
    margin: 0 10%;
    bottom: 9%;
    left: 50%;
    z-index: 20;
    height: auto;
    right: 0;
    width: 160px;
    margin-left: -80px;
  }
}

#section2 .catch02 img,
#section22 .catch02 img {
  max-height: 100%;
  width: auto;
}
#section2 .catch02sp {
  display: none;
}
#section2 .copyarea2 {
  position: absolute;
  top: 13%;
  width: 100%;
  text-align: center;
  z-index: 10;
  margin: 0 auto;
  padding: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#section2 #copy003 {
  margin: 0 auto 2%;
  text-align: center;
  height: auto;
  width: 100%;
  font-size: 40px;
  font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5em;
  color: #fff;
}
#section2 #copy003 .sub {
  font-size: 28px;
}

#section2 #copy004 {
  margin: 0 auto;
  font-size: 16px;
  font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.7em;
  text-align: center;
}

#section3 .copy001 {
  margin: 0 auto 2%;
  text-align: center;
  height: auto;
  width: 100%;
  font-size: 36px;
  font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.7em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #section2 .catch02,
  #section22 .catch02 {
    display: none;
  }

  .sec2bg {
    background-size: cover;
    background: none;
    position: relative;
  }

  #section2 .catch02sp {
    display: block;
    width: 100%;
    margin: 10% auto 0;
  }
  #section2 .copyarea2 {
    position: absolute;
    top: 5%;
    width: 90%;
    text-align: center;
    z-index: 10;
    margin: 0 auto;
    padding-bottom: 10% !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #section2 #copy003 {
    margin: 2% auto 5%;

    text-align: center;
    height: auto;
    font-size: 21px;
    width: 100%;
    text-shadow: 0 0 6px #000000, 0 0 6px #000000;
  }
  #section2 #copy003 .sub {
    font-size: 16px;
  }

  #section2 #copy004 {
    margin: 10% auto 5%;
    padding-bottom: 5% !important;
    font-size: 14px;
    line-height: 1.6em;
    text-align: left;
    width: 90%;
  }

  #section2 #spland {
    display: block;
    margin: 1% auto;
    padding-bottom: 3%;
    width: 100%;
  }
}

.sec3bg {
  background: url(../../images/navi02_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
#section3 .copyarea3 h3 {
  margin: 5% auto 3%;
  text-align: center;
  height: auto;
  width: 100%;
  font-size: 36px;
  font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.7em;
}
#section3 .copyarea1 {
  position: absolute;
  z-index: 15;
  top: 30%;
  left: 0;
  width: 100%;
  margin: auto;
  text-align: center;
}
#section03 img {
  max-width: 100%;
  height: auto;
}
.sec3_inner {
  margin: auto;
  max-width: 1000px;
  height: auto;
}
#section3 .copyarea3 .sec3_inner .catch03 {
  width: 42%;
  margin: 3% 2%;
  float: left;
}
#section3 .copyarea3 .sec3_inner .copy005 {
  margin: 3% 2%;
  text-align: center;
  width: 50%;
  float: right;
}

@media screen and (max-width: 768px) {
  #secbg3 {
    background: none;
    position: relative;
  }

  #section3 .copyarea1 {
    position: absolute;
    z-index: 15;
    top: 20%;
    left: 0;
    width: 64%;
    margin: auto;
    text-align: center;
    right: 0;
  }
}

#main_image {
  position: relative;
  background: url(../../images/main_bg.jpg) no-repeat;
  background-size: cover;
}

.infobtn p {
  padding-top: 18px;
  font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media only screen and (max-width: 768px) {
  .infobtn p {
    padding-top: 10px;
  }
}
.main img {
  width: 100%;
}

.black_bg {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 0;
  opacity: 0;
}

.obi .inner .copy .btn {
  color: #fff;
  background: #960;
  padding: 2px 9px;
  font-size: 16px;
}
.obi .inner .copy a {
  text-decoration: none;
}

.main-visual__cap {
  position: absolute;
  left: 0;
  /*! right: 0; */
  /*! margin: 0 auto; */
  /*! top: 50% !important; */
  text-align: center;
  font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 0;
  /*! padding: 10px; */
  width: 60%;
  transition: all 0.3s linear;
  font-size: 34px;
  color: #fff;
}
.main-visual__cap.is-sub {
  top: 65%;
  transform: rotate(-10deg);
  transition: all 0.7s linear;
}
.is-active .main-visual__cap {
  opacity: 1;
  transform: scale(1, 1);
}
.main-visual__inner img {
  width: 100%;
}

.info.clearfix .info_box .info_btn {
  max-width: 822px;
  margin: 0px auto 40px;
}
.info.clearfix .info_box .info_btn a {
  display: inline-block;
  padding: 20px 70px;
  color: #fff;
  background: #008188;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 10px;
}
.info.clearfix .info_box .info_btn a:last-child {
  background: #8b7538;
}
.info.clearfix .info_box .info_btn a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .info.clearfix .info_box .info_btn {
    width: 90%;
    margin: 20px auto 50px;
  }
  .info.clearfix .info_box .info_btn a {
    display: block;
    padding: 20px 0;
    color: #fff;
    background: #008188;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 8px;
  }
  .info.clearfix .info_box .info_btn a:hover {
    opacity: 0.7;
  }
}

.info.clearfix .info_box .info_text {
  font-size: 21px;
  text-align: center;
  color: #f22a2a;
}
@media only screen and (max-width: 768px) {
  .info.clearfix .info_box .info_text {
    font-size: 17px !important;
  }
}

.index_navi {
  background: url(../../images/top_bg01.png) no-repeat center top;
  background-size: 100% auto;
  padding: 150px 0 0px;
}
.index_navi .bg {
  background: url(../../images/top_bg02.png) no-repeat right bottom;
  padding-bottom: 100px;
}
.index_navi .bg .navi {
  margin-bottom: 200px;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.index_navi .bg .navi .navi_bg_l,
.index_navi .bg .navi .navi_bg_r {
  opacity: 0;
}
.bg .navi .bg_ac {
  height: 550px;
  width: 70%;
  position: relative;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transform: translate(-30px, 0);
  -webkit-transform: translate(-30px, 0);
}
.bg .navi .cap {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 6px #000000, 0 0 6px #000000, 0 0 6px #000000;
  text-align: right;
}
.bg .navi .bg_ac a:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../../images/navi_bg01.jpg) no-repeat center center;
  transition: all 0.8s ease;
  background-size: cover;
  overflow: hidden;
}
.bg .navi .bg_ac a:hover:after {
  transform: scale(1.05);
  overflow: hidden;
}
.bg .navi .bg_loc {
  height: 550px;
  width: 70%;
  text-align: right;
  margin-left: auto;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  transform: translate(30px, 0);
  -webkit-transform: translate(30px, 0);
}
.bg .navi .bg_loc a:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../../images/navi_bg02.jpg) no-repeat center center;
  transition: all 0.8s ease;
  background-size: cover;
  overflow: hidden;
}
.bg .navi .bg_loc a:hover:after {
  transform: scale(1.05);
  overflow: hidden;
}

.bg .navi .bg_brand {
  height: 550px;
  width: 70%;
  text-align: right;
  margin-left: auto;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  transform: translate(-30px, 0);
  -webkit-transform: translate(-30px, 0);
}
.bg .navi .bg_brand a:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../../images/navi_bg03.jpg) no-repeat center center;
  transition: all 0.8s ease;
  background-size: cover;
  overflow: hidden;
  margin-right: auto;
  text-align: right;
}
.bg .navi .bg_brand a:hover:after {
  transform: scale(1.05);
  overflow: hidden;
}

.bg .navi .bg_ac a,
.bg .navi .bg_loc a,
.bg .navi .bg_brand a,
.bg .navi .bg_guide a {
  display: block;
  width: 100%;
  height: 100%;
}

.bg .navi .bg_plan {
  height: 550px;
  width: 70%;
  text-align: right;
  margin-left: auto;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  transform: translate(-30px, 0);
  -webkit-transform: translate(-30px, 0);
}
.bg .navi .bg_plan a:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../../images/navi_bg04.jpg) no-repeat center center;
  transition: all 0.8s ease;
  background-size: cover;
  overflow: hidden;
}
.bg .navi .bg_plan a:hover:after {
  transform: scale(1.05);
  overflow: hidden;
}
.bg .navi .bg_ac a,
.bg .navi .bg_loc a,
.bg .navi .bg_brand a,
.bg .navi .bg_plan a {
  display: block;
  width: 100%;
  height: 100%;
}

.bg .navi .bg_guide {
  height: 550px;
  width: 70%;
  /*text-align: right;
	margin-left: auto;*/
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  transform: translate(-30px, 0);
  -webkit-transform: translate(-30px, 0);
}
.bg .navi .bg_guide a:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../../images/navi_bg05.jpg) no-repeat center center;
  transition: all 0.8s ease;
  background-size: cover;
  overflow: hidden;
}
.bg .navi .bg_guide a:hover:after {
  transform: scale(1.05);
  overflow: hidden;
}

.bg .navi .bg_design {
  height: 550px;
  width: 70%;
  /*text-align: right;*/
  /*margin-left: auto;*/
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  transform: translate(-30px, 0);
  -webkit-transform: translate(-30px, 0);
}
.bg .navi .bg_design a:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../../images/navi_bg06.jpg) no-repeat center center;
  transition: all 0.8s ease;
  background-size: cover;
  overflow: hidden;
}
.bg .navi .bg_design a:hover:after {
  transform: scale(1.05);
  overflow: hidden;
}

.bg .navi .bg_safe {
  height: 550px;
  width: 70%;
  text-align: right;
  margin-right: auto;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  transform: translate(-30px, 0);
  -webkit-transform: translate(-30px, 0);
}
.bg .navi .bg_safe a:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../../images/navi_bg07.jpg) no-repeat center center;
  transition: all 0.8s ease;
  background-size: cover;
  overflow: hidden;
}
.bg .navi .bg_safe a:hover:after {
  transform: scale(1.05);
  overflow: hidden;
}

.index_navi .bg .navi .text_r {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 15%;
  right: 3%;
  width: 36%;
  padding: 3%;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  transform: translate(30px, 0);
  -webkit-transform: translate(30px, 0);
  opacity: 0;
}
.index_navi .bg .navi .in {
  transform: translate(0px, 10px);
  -webkit-transform: translate(0px, 10px);
  opacity: 0;
}
.navi .text_r h2 {
  font-size: 40px;
  border-bottom: 1px solid #008188;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #008188;
  font-weight: bold;
}
.navi .text_r h2 span {
  color: 333;
  font-size: 17px;
}
.navi .text_r h3 {
  font-size: 27px;
  /*! margin-bottom: 20px; */
  color: #008188;
  font-weight: bold;
}
.bg .navi .text_r p {
  font-size: 18px;
  margin-bottom: 30px;
}
.bg .navi .text_r p strong {
  font-size: 32px;
}

.index_navi .bg .navi .text_l {
  background: rgba(0, 129, 136, 0.8);
  position: absolute;
  top: 15%;
  left: 3%;
  width: 36%;
  padding: 3%;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  transform: translate(-30px, 0);
  -webkit-transform: translate(-30px, 0);
  opacity: 0;
}
.navi .text_l h2 {
  font-size: 40px;

  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #fff;
  font-weight: bold;
}
.navi .text_l h2 span {
  color: 333;
  font-size: 17px;
}
.navi .text_l h3 {
  font-size: 27px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
}
.bg .text_l p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
}
.bg .navi .text_l p strong {
  font-size: 32px;
}

@media only screen and (max-width: 768px) {
  .index_navi {
    background: url(../../images/top_bg01.png) no-repeat center top;
    background-size: 100% auto;
    padding: 90px 0 0px;
  }
  .index_navi .bg {
    background: url(../../images/top_bg02.png) no-repeat right bottom;
    padding-bottom: 10px;
  }
  .index_navi .bg .navi {
    margin-bottom: 100px;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 0 5%;
  }
  .index_navi .bg .navi .navi_bg_l,
  .index_navi .bg .navi .navi_bg_r {
    opacity: 0;
  }
  .bg .navi .bg_ac {
    height: 250px;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
  }
  .bg .navi .cap {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 6px #000000, 0 0 6px #000000, 0 0 6px #000000;
    font-size: 10px;
  }
  .bg .navi .bg_ac a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../../images/navi_bg01.jpg) no-repeat center center;
    transition: all 0.8s ease;
    background-size: cover;
    overflow: hidden;
  }
  .bg .navi .bg_ac a:hover:after {
    transform: scale(1.05);
    overflow: hidden;
  }

  /*ナビロケーション*/
  .bg .navi .bg_loc {
    text-align: right;
    height: 250px;
    width: 100%;
    margin-left: auto;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
  }
  .bg .navi .bg_loc a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../../images/navi_bg02.jpg) no-repeat center center;
    transition: all 0.8s ease;
    background-size: cover;
    overflow: hidden;
  }
  .bg .navi .bg_loc a:hover:after {
    transform: scale(1.05);
    overflow: hidden;
  }

  /*ナビブランド*/
  .bg .navi .bg_brand {
    height: 250px;
    width: 100%;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
  }
  .bg .navi .bg_brand a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../../images/navi_bg03.jpg) no-repeat center center;
    transition: all 0.8s ease;
    background-size: cover;
    overflow: hidden;
  }
  .bg .navi .bg_brand a:hover:after {
    transform: scale(1.05);
    overflow: hidden;
  }

  /*ナビ間取り*/
  .bg .navi .bg_plan {
    height: 250px;
    width: 100%;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
  }
  .bg .navi .bg_plan a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../../images/navi_bg04.jpg) no-repeat center center;
    transition: all 0.8s ease;
    background-size: cover;
    overflow: hidden;
  }
  .bg .navi .bg_plan a:hover:after {
    transform: scale(1.05);
    overflow: hidden;
  }

  /*ナビ定借ガイド*/
  .bg .navi .bg_guide {
    height: 250px;
    width: 100%;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
  }
  .bg .navi .bg_guide a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../../images/navi_bg05.jpg) no-repeat center center;
    transition: all 0.8s ease;
    background-size: cover;
    overflow: hidden;
  }
  .bg .navi .bg_guide a:hover:after {
    transform: scale(1.05);
    overflow: hidden;
  }

  /*ナビ デザイン*/
  .bg .navi .bg_design {
    height: 250px;
    width: 100%;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
  }
  .bg .navi .bg_design a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../../images/navi_bg06.jpg) no-repeat center center;
    transition: all 0.8s ease;
    background-size: cover;
    overflow: hidden;
  }
  .bg .navi .bg_design a:hover:after {
    transform: scale(1.05);
    overflow: hidden;
  }

  /*ナビ safety*/
  .bg .navi .bg_safe {
    height: 250px;
    width: 100%;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
  }
  .bg .navi .bg_safe a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../../images/navi_bg07.jpg) no-repeat center center;
    transition: all 0.8s ease;
    background-size: cover;
    overflow: hidden;
  }
  .bg .navi .bg_safe a:hover:after {
    transform: scale(1.05);
    overflow: hidden;
  }

  .bg .navi .bg_ac a,
  .bg .navi .bg_loc a,
  .bg .navi .bg_brand a,
  .bg .navi .bg_plan a,
  .bg .navi .bg_guide a,
  .bg .navi .bg_design a,
  .bg .navi .bg_safe a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .index_navi .bg .navi .text_r {
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    top: 0%;
    right: 0%;
    width: auto;
    padding: 5%;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    opacity: 0;
  }
  .index_navi .bg .navi .in {
    transform: translate(0px, 10px);
    -webkit-transform: translate(0px, 10px);
    opacity: 0;
  }
  .navi .text_r h2 {
    font-size: 29px;
    border-bottom: 1px solid #008188;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #008188;
    font-weight: bold;
  }
  .navi .text_r h2 span {
    color: 333;
    font-size: 17px;
  }
  .navi .text_r h3 {
    font-size: 19px;
    /*! margin-bottom: 20px; */
    color: #008188;
    font-weight: bold;
  }
  .bg .navi .text_r p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .bg .navi .text_r p strong {
    font-size: 32px;
  }

  .index_navi .bg .navi .text_l {
    background: rgba(0, 129, 136, 0.8);
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    padding: 5%;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    opacity: 0;
  }
  .navi .text_l h2 {
    font-size: 29px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: bold;
  }
  .navi .text_l h2 span {
    color: 333;
    font-size: 17px;
  }
  .navi .text_l h3 {
    font-size: 19px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
  }
  .bg .text_l p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #fff;
  }
  .bg .navi .text_l p strong {
    font-size: 32px;
  }
}

.fadeIntext {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition-duration: 2s;
}
.fadeInphoto {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition-duration: 2s;
  transition-delay: 1.2s;
}
.fadeInphoto_l {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  transition-duration: 1s;
  transition-delay: 0.5s;
}
.fadeInphoto_r {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  transition-duration: 1s;
  transition-delay: 0.5s;
}

.fadeIntext_l {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  transition-duration: 1s;
  transition-delay: 1.1s;
}
.fadeIntext_r {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  transition-duration: 1s;
  transition-delay: 1.1s;
}

.fadeIntext_in {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  transition-duration: 1s;
  transition-delay: 1.6s;
}

.fadeIncatch {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition-delay: 1.2s;
  transition-duration: 1.5s;
}

@media only screen and (max-width: 768px) {
  .fadeInphoto {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transition-duration: 2s;
    transition-delay: 0.8s;
  }

  .fadeInphoto2 {
    opacity: 1 !important;
    transform: translate(0, 0);
    transition-delay: 1.2s;
    -webkit-transform: translate(0, 0);
    transition-duration: 2s;
  }

  .fadeIncatch {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transition-delay: 1.2s;
    transition-duration: 2.4s;
  }
}

.fadeIncatch2 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition-delay: 0.75s;
  transition-duration: 1s;
}

.fadeIncatch3 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition-delay: 1s;
  transition-duration: 1s;
}

.fadeIncatch001 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition-delay: 4.5s;
  transition-duration: 5s;
}

.fadeInphoto002 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition-delay: 2.5s;
  transition-duration: 3s;
}

.fadeIncatch003 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition-delay: 3.5s;
  transition-duration: 3s;
}

.mv {
  width: 100%;
  /*height:100vh;
	position:relative;
	overflow:hidden;*/
  position: relative;
}

/*.main06 {
	width:100%;
	height:100vh;
}*/
.mv img {
  width: 100%;
  /*position:absolute;
	bottom:-100%;
	left:0;
	bottom:-12%;
	left:0;*/
}
.mv .cap {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 6px #000000, 0 0 6px #000000, 0 0 6px #000000;
  font-size: 16px;
}
.mv_sp .cap {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mv {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .mv img {
    position: static;
  }
  .mv .cap {
    font-size: 10px;
  }
  .mv_sp .cap {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 6px #000000, 0 0 6px #000000, 0 0 6px #000000;
    font-size: 10px;
    display: block;
  }
}

#section3 .inner .cap {
  font-weight: bold;
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-shadow: 0 0 6px #000000, 0 0 6px #000000, 0 0 6px #000000;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  #section3 .inner .cap {
    font-size: 10px;
  }
}

.holiday {
  max-width: 810px;
  margin-right: auto;
  margin-left: auto;
  background: #fbf7f7;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 30px;
  border: 3px solid #d99393;
  color: #000;
  margin-bottom: 20px;
}

.holiday p {
  font-size: 17px;
  margin-bottom: 0 !important;
  color: #c60d0d;
}
.holiday strong {
  font-size: 21px;
}
.w1200 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.w1060 {
  max-width: 1060px;
  width: 90%;
  margin: 0 auto;
}

.kakaku_obi {
  padding: 30px 0;
  text-align: center;
  background: #dfeaec;
}

.kakaku_obi .bnr {
  margin-bottom: 25px;
}
.kakaku_obi .set_01 {
  margin-bottom: 25px;
}
.kakaku_obi .inn {
  display: block;
  gap: 0 22px;
  justify-content: space-between;
  align-items: center;
}
.kakaku_obi .inn .img {
  width: 66%;
}
.kakaku_obi .inn .btn {
  width: calc(100% - 73% - -32px);
  display: flex;
  flex-direction: column;
  gap: 10px 0px;
}
.kakaku_obi .inn .btn a {
  margin-bottom: 5px;
  display: block;
}

.kakaku_obi .re_cvbtn {
  background: #fff;
  /* margin-top: 24px; */
  padding: 40px 8px;
}
.kakaku_obi .re_cvbtn ul {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: auto;
}
.kakaku_obi .re_cvbtn ul li {
  margin: 0 1%;
  flex-basis: 49%;
}
.kakaku_obi .re_cvbtn ul li a {
  display: block;
  padding: 28px 16px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 10px;
}
.kakaku_obi .re_cvbtn ul li a.req {
  background: #008188;
}
.kakaku_obi .re_cvbtn ul li a.rev {
  background: #8b7538;
}
.kakaku_obi .re_cvbtn ul li a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .kakaku_obi {
    padding: 20px 0;
    text-align: center;
    margin-top: -6px;
    position: relative;
    z-index: 89;
  }
  .kakaku_obi .set_01 {
    width: 80%;
    margin: 0 auto 25px;
  }
  .kakaku_obi .inn {
    display: flex;
    flex-direction: column;
    gap: 25px 0;
  }
  .kakaku_obi .inn .img {
    width: 100%;
  }
  .kakaku_obi .inn .btn {
    width: 80%;
    margin: 0 auto;
    gap: 5px 0;
  }
  .kakaku_obi .inn .btn a {
    margin-bottom: 5px;
    display: block;
  }
  .kakaku_obi .re_kakaku {
    margin-left: calc((-100vw - -100%) / 2);
  }
  .kakaku_obi .re_cvbtn {
    background: #fff;
    margin-top: 0px;
    padding: 40px 8px;
    width: 100%;
  }
  .kakaku_obi .re_cvbtn ul {
    display: block;
  }
  .kakaku_obi .re_cvbtn ul li:nth-of-type(1) {
    margin-bottom: 16px;
  }
  .kakaku_obi .re_cvbtn ul li a {
    padding: 32px 16px;
  }
}

.kakaku_obi01 {
  /*background: linear-gradient(to right, #851119 0%, #ca111d 50%, #851119 100%);*/
  background-color: #851119;
}
.kakaku_obi02 {
  background-color: #ffffff;
}

.obi2 {
  text-align: center;
  background: #ebe38e;
  padding: 20px 0;
}

.kakakuobi02_img {
  height: auto;
}

@media only screen and (max-width: 768px) {
  .obi2 {
    text-align: center;
    background: #ebe38e;
    padding: 20px 0;
  }
}

.info-owabi {
  align-items: center;
  border: 1px solid;
  padding: 20px;
  max-width: 780px;
  margin: 50px auto;
  text-align: center;
  color: #000;
}
.info-owabi p.info-owabi-title {
  font-size: 1.3em;
  padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .info-owabi p.info-owabi-title {
    font-size: 1.2em;
    padding-bottom: 20px;
    text-align: center;
  }

  .info-owabi {
    width: 90%;
    text-align: left;
  }

  .holiday {
    max-width: 770px;
    margin-right: 5%;
    margin-left: 5%;
    background: #fbf7f7;
    text-align: center;
    box-sizing: border-box;
    padding: 13px;
    margin-top: 30px;
    border: 3px solid #d99393;
    color: #000;
    margin-bottom: 20px;
  }
  .holiday p {
    font-size: 14px;
  }
  .holiday p strong {
    font-size: 16px;
  }
}

.flot_ba {
  position: fixed;
  /* right: 21px; */
  right: 0;
  top: 170px;
  z-index: 1000;
  /*left: 20px;*/
  transition: all 0.25s ease-in-out;
  max-width: 250px;
}
.flot_ba:hover {
  opacity: 0.7;
}
.flot_ba .close {
  position: fixed;
  /* right: 6px; */
  right: 14px;
  bottom: 330px;
  /* bottom: 464px; */
  z-index: 1000;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .flot_ba {
    position: fixed;
    /* right: 18px; */
    right: 10px;
    bottom: 70px;
    z-index: 100;
    /* left: 0; */
    width: 95%;
    max-width: 750px;
    /* margin: 0 auto; */
    display: none;
  }
  .flot_ba .close {
    /* position: fixed;
	right: 10px;
	bottom: 230px; */
    position: unset;
    text-align: right;
    padding-bottom: 10px;
    z-index: 1000;
    cursor: pointer;
  }
}

.ba_area div {
  padding: 0px 3px;
}
.ba_area div img {
  width: 98%;
}

.sp_st {
  text-align: center;
  padding: 30px 0 30px;
}

/*20220824 追加*/
div.point {
  background-color: #008188;
  padding: 25px 20px 20px;
}

.obi_3 {
  /* background: rgb(0,135,176);
	background: linear-gradient(90deg,  rgba(94,171,213,1) 0% , rgba(177,137,204,1) 100%); */
  background: #008188;
  padding: 20px 0;
  text-align: center;
}
.obi_3 img {
  max-width: 1000px;
  display: block;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .obi_3 {
    padding: 10px 3% 20px;
  }
  .obi_3 img {
    max-width: 100%;
  }
}

/*下部バナー追加*/

.caption .bnr_area .bnr_item {
  margin-bottom: 40px;
  width: 100%;
}
.caption .bnr_area .bnr_item a {
  transition: all 0.25s ease-in-out;
}
.caption .bnr_area .bnr_item a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .caption .bnr_area .bnr_item {
    margin-bottom: 20px;
  }
}

/*サイト訪問時のみ表示*/
.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 9998;
}
.btn_area {
  max-width: 820px;
  width: 90%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9999;
}
.btn_area .ttl {
  font-weight: bold;
}
.btn_area p {
  padding: 15px;
}
.btn_area button {
  display: block;
  padding: 1px;
  border: none;
  text-align: right;
  margin-left: 96%;
  width: 4%;
  margin-bottom: 10px;
}
.btn_area button img {
  border: solid 1px #fff;
}
.btn_area button:hover {
  background: #777;
}

/*240416追加*/
.model_obi {
  /* padding: 35px 0; */
  padding: 10px 0;
  text-align: center;
  border-top: solid 5px #e3ce7a;
  background: rgb(0, 135, 176);
  background: linear-gradient(
    270deg,
    rgba(77, 187, 172, 1) 0%,
    rgba(0, 135, 176, 1) 100%
  );
}
.model_obi h2 {
  font-size: min(6.5vw, 4.5rem);
  line-height: 1.2;
  color: #fff;
}
.model_obi h2 .en {
  font-size: min(10vw, 8rem);
}
.model_obi h2 .space {
  letter-spacing: -0.8rem;
}
@media only screen and (max-width: 768px) {
  .model_obi {
    /* padding: 26px 5%; */
    text-align: center;
  }
  .model_obi h2 {
    font-size: min(7vw, 5rem);
    line-height: 1.3;
  }
  .model_obi h2 .space {
    letter-spacing: -0.4rem;
  }
}

.bnr {
  padding: 80px 0;
  transition: all 0.3s ease-in-out;
}
.bnr:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .bnr {
    padding: 40px 0;
  }
}

.re_bnr_boxWrap {
  padding-top: 3%;
  background: #eeefef;
}
.re_bnr_boxWrap .ttl {
  text-align: center;
  color: #008188;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 3px;
}
.re_bnr_box {
  margin: auto;
  padding-top: 2%;
  padding-bottom: 5%;
  /* max-width: 1600px;
  display: flex;
  justify-content: center;
  min-height: 600px;
  margin-bottom: 48px;
  flex-wrap: wrap; */
  width: 90%;
  max-width: 1600px;
  /* min-height: 600px; */
  display: grid;
  grid-template-columns: 6fr 4fr;
  gap: 3%;
}
.re_bnr_box.cpOnly {
  grid-template-columns: 5.5fr 4.5fr;
  max-width: 1200px;
}
.re_bnr_box .fireworks {
  /* flex-basis: 50%; */
  /* padding: 124px 0 0px 0; */
  /* background-image: url(../../images/re_bnr_box_img_pc.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover; */
  position: relative;
}
.re_bnr_box .fireworks .fireworks__img {
  position: relative;
}
.re_bnr_box .fireworks .cap {
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 10px;
  bottom: 10px;
  text-shadow: 0 0 6px #000000, 0 0 6px #000000, 0 0 6px #000000;
  font-size: 14px;
}
.re_bnr_box .re_bnr_box_info {
  /* flex-basis: 50%;
  background: #eeefef;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  /* padding: 64px 0; */
}
.re_bnr_box .re_bnr_box_info .ttl {
  text-align: center;
  color: #008188;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 3px;
}
.re_bnr_box .re_bnr_box_info .re_bnr {
  /* max-width: 600px; */
  /* margin: 0 auto; */
}
.re_bnr_box .re_bnr_box_info .re_bnr img {
  width: 100%;
  height: auto;
}
.re_bnr_box .re_bnr_box_info .re_bnr p:nth-child(n + 2) {
  margin-top: 32px;
}
.re_bnr_box .re_bnr_box_info .re_bnr p a {
  transition: 0.3s;
}
.re_bnr_box .re_bnr_box_info .re_bnr p a:hover,
.re_bnr_box .eventbn a:hover {
  opacity: 0.7;
}

.re_bnr_box .eventbn {
  flex-basis: 100%;
  text-align: center;
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .re_bnr_boxWrap {
    padding-top: 8%;
  }
  .re_bnr_box {
    /* display: block; */
    min-height: auto;
    margin-bottom: 0;
    /* flex-direction: column-reverse; */
    grid-template-columns: 1fr;
    gap: 0%;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .re_bnr_box.cpOnly {
    grid-template-columns: 1fr;
  }
  .re_bnr_box .re_bnr_box_event {
    order: 2;
    padding-top: 24px;
  }
  .re_bnr_box.cpOnly .re_bnr_box_event {
    order: 1;
    padding-top: 0px;
  }
  .re_bnr_box .fireworks {
    /* flex-basis: 100%;
    padding: 0px 0 0px 0; */
    /* background-image: url(../../images/re_bnr_box_img_sp.jpg); */
    min-height: 302px;
  }
  .re_bnr_box .fireworks .cap {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 6px #000000, 0 0 6px #000000, 0 0 6px #000000;
    font-size: 10px;
  }
  .re_bnr_box .re_bnr_box_info {
    /* flex-basis: 100%; */
    /* padding: 54px 32px; */
    order: 1;
  }
  .re_bnr_box.cpOnly .re_bnr_box_info {
    order: 2;
    padding-top: 24px;
  }
  .re_bnr_box .re_bnr_box_info .ttl {
    font-size: 1.6rem;
  }
  .re_bnr_box .re_bnr_box_info .re_bnr {
    max-width: 100%;
    margin: 0 auto;
  }
  .re_bnr_box .re_bnr_box_info .re_bnr p:nth-child(n + 2) {
    margin-top: 24px;
  }
}

/* 個別案内会バナー */
/* .bnr_tokyo{
	margin: 0 auto 100px;
	max-width: 900px;
	width: 90%;
	}
	@media only screen and (max-width: 768px){
	.bnr_tokyo{
	margin: 0 auto 50px;
	max-width: 100%;
	}
	}	 */

/* フッター　休業インフォ */
address p {
  font-size: 15px;
  line-height: 1.3;
  text-align: left;
  color: #e00b0b;
}

@media only screen and (max-width: 768px) {
  address p {
    font-size: 12px;
    /* font-weight: bold; */
  }
}
