@charset "utf-8";
/* CSS Document */


/* ---------------------------
contents
------------------------------ */
article {
  /*fadein*/
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
}

/*

.fadein {
  opacity: 0;か
  transform : translate(0, 5%);
  transition : all 1500ms;
}
*/
/*
.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}*/
article section {
  margin: 0 auto;
}

article h1,
#lead h2 {
  background: #fff;
  font-family: Lora, serif;
  font-size: 160%;
  letter-spacing: 0.2em;
  line-height: 2em;
  font-weight: normal;
  padding-top: 10%;
  color: #222;
}

#lead h2 {
  letter-spacing: 8px;
}

article h2 {
  font-size: 150%;
  font-weight: 600;
  margin-top: 5%;
  text-align: center;
  margin-bottom: 5%;
  letter-spacing: .25em;
}

article h2.section-title {
  display: flex;
  align-items: center;
  /* 垂直中心 */
  justify-content: center;
  /* 水平中心 */
  font-family: mrs-eaves, serif;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: clamp(2.5rem, 5vw, 2.7rem);
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 5vh;
}

article h2.section-title:before,
article h2.section-title:after {
  border-top: 1px solid;
  content: "";
  width: 3em;
  /* 線の長さ */
}

article h2.section-title:before {
  margin-right: 1em;
  /* 文字の右隣 */
}

article h2.section-title:after {
  margin-left: 1em;
  /* 文字の左隣 */
}

article h3 {
  font-size: 150%;
  text-align: center;
  margin-top: 10%;
  margin-bottom: 3%;
}

article p {
  width: 85%;
  margin: 0 auto 1em;
}

article img {
  max-width: 100%;
  vertical-align: bottom;
}


.main01 {
  width: 960px;
  margin: 0 auto 10vw;
}

.marker_animation.active {
  background-position: -100% .8em;
}

.marker_animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 250, 90) 10%);
  background-image: -moz-linear-gradient(left, transparent 50%, rgb(255, 250, 90) 10%);
  background-image: -ms-linear-gradient(left, transparent 50%, rgb(255, 250, 90) 10%);
  background-image: -o-linear-gradient(left, transparent 50%, rgb(255, 250, 90) 10%);
  background-image: linear-gradient(left, transparent 50%, rgb(255, 250, 90) 10%);
  background-repeat: repeat-x;
  background-size: 200% .4em;
  background-position: 0 .8em;
  transition: all 1s ease;
}

@media screen and (max-width: 768px) {
  .main01 {
    width: 95%;
  }
}

.plan_img{
text-align: center;
}

/* ---------------------------
photos
------------------------------ */
#photos {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 200px 0;
}

#photos h2 {
  margin-bottom: 30px;
}

#photos p {
  text-align: center;
  margin-bottom: 35px;
}

#photos .fadein {
  width: 90%;
  margin: 0 auto;
}

.fancybox_area {
  column-count: 6;
  column-gap: 10px;
}

.fancybox_area li a {
  display: inline-block;
  margin: 10px 0 0;
  position: relative;
}

.fancybox_area li a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 3rem;
  font-family: 'Material Icons';
  content: '\e8b6';
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  transition: all .5s ease;
}

.fancybox_area li a:hover::before {
  opacity: 1;
}

.fancybox_area img {
  width: 100% !important;
  height: auto !important;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  #photos {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 60px 0;
  }

  #photos p {
    width: 80%;
    margin: 0 auto 35px;
    text-align: start;
  }

  .fancybox_area {
    column-count: 3;
    width: 95%;
    margin: 0 auto;
  }
}

/*--------------------------------------------------
 #virtualtour
----------------------------------------------------*/
#virtualtour {
  max-width: 960px;
  margin: 50px auto;
}

.vrbox {
  width: 100%;
  margin: 0 auto;
}

.vrbox iframe {
  height: 600px;
}

#virtualtour p {
  max-width: 600px;
  margin: 0 auto;
}

/*スマホ表示*/
@media screen and (max-width: 767px) {
  .vrbox {
    width: 95%;
  }

  .vrbox iframe {
    height: 400px;
  }
}



/*--------------------------------------------------
 #details
----------------------------------------------------*/
#details table {
  box-sizing: border-box;
  border-collapse: collapse;
  width: 90%;
  margin: 0 auto;
}

#details table th,
#details table td {
  border-block-end: 1px solid #DDDAD1;
  padding-inline-start: 8px;
  margin-block-start: 5px;
  vertical-align: middle;
  font-style: normal;
  height: 2.8em;
  text-align: justify;
}

#details table th {
  width: 18%;
  font-weight: normal;
}

/*スマホ表示*/
@media (max-width: 767px) {
  #details div {
    padding-left: 10px;
    padding-right: 10px;
  }

  #details table {
    width: 90%;
  }

  #details table th,
  #details table td {
    display: block;
    width: 100%;
    height: auto;
    border-block-end: 0px;
    padding: 3px 10px;
  }

  #details table th {
    background-color: #DDDAD178;
  }
}

/*--------------------------------------------------
 #form_box　問い合わせボタン
----------------------------------------------------*/

#form_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ---------------------------
.toform　追従する問い合わせ
------------------------------ */
.toform {
  position: fixed;
  bottom: 3%;
  right: 1.5%;
  z-index: 95;
}

.toform img {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .15);
}

.toform a:hover img {
  opacity: 0.6;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
}

.pagetop {
  position: fixed;
  bottom: calc(3% + 60px);
  right: 1.5%;
  z-index: 95;
}