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

@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);

/*--------------------------------------------------
 common 共通の設定
----------------------------------------------------*/
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
article {
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #444;
  width: 100%;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
}
/*見出し*/
article h2 {
  font-size: 3rem;
  position: relative;
  padding: 1.5rem;
  text-align: center;
}
article h2 span {
  font-size: 1.8rem;
  display: block;
}
article h2:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #fa4141;
}
/*テキスト*/
article .txt {
  max-width: 600px;
  margin: 50px auto;
}
/*テキスト*/
article img {
  max-width: 100%;
}

/*スマホ表示*/
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  article .txt {
    padding-left: 10px;
    padding-right: 10px;
  }
}




/* ---------------------------
mainimg
------------------------------ */
section#mainimg{
  max-width: 100%;
  margin: 0 auto;
  margin-block-end: 180px;
}
section#mainimg h1.title{
  max-width: 960px;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
  font-family: Lora, serif;
  font-size: 160%;
  letter-spacing: 0.2em;
  line-height: 2em;
  font-weight: normal;
  padding-top: 6%;
  color: #222;
}

picture img{
max-width: 100%;
}

.innerWrap{
margin: 0 0 160px;
}


/*--------------------------------------------------
 #plan
----------------------------------------------------*/

#plan figure {
  max-width: 960px;
  margin: 50px auto;
}
#plan .plan_img{
text-align: center;
}
/*スマホ表示*/
@media screen and (max-width: 767px) {
  #plan figure {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*--------------------------------------------------
 #photos
----------------------------------------------------*/
#photos {
  max-width: 100%;
  width: 1280px;
  margin: 0 auto;
  padding: 0 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: 8;
  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-family: 'Material Icons';
  font-size: 4rem;
  content: '\e8ff';
  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: 150px 0;
  }
  #photos p {
    width: 80%;
    margin: 0 auto 35px;
    text-align: start;
  }
  .fancybox_area {
    column-count: 3;
    width: 95%;
    margin: 0 auto;
  }
}


/*--------------------------------------------------
 #area
----------------------------------------------------*/
#area figure {
  max-width: 960px;
  margin: 50px auto;
}
/*スマホ表示*/
@media screen and (max-width: 767px) {
  #area figure {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*--------------------------------------------------
 #virtualtour
----------------------------------------------------*/
#virtualtour {
  max-width: 960px;
  margin:0 auto;
}
.vrbox {
  width: 100%;
}
.vrbox iframe {
  height: 600px;
}
#virtualtour .vrbox {
  width: 100%;
}
/*スマホ表示*/
@media screen and (max-width: 767px) {
  .vrbox iframe {
    padding-left: 10px;
    padding-right: 10px;
    height: 400px;
  }
}
/*--------------------------------------------------
 #details
----------------------------------------------------*/
#details{
margin: 160px 0 0;
}
#details div {
  max-width: 960px;
  margin: 50px auto 0;
}
#details table {
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
}
#details table th, #details table td {
  border-block-end: 1px solid #DDDAD1;
  padding-inline-start: 8px;
  vertical-align: middle;
  font-style: normal;
  height: 2.8em;
  text-align: justify;
}
#details table th {
  width: 15%;
  font-weight: normal;
}
/*スマホ表示*/
@media (max-width: 767px) {
  #details div {
    padding-left: 10px;
    padding-right: 10px;
  }
  #details table {
    width: 100%;
  }
  #details table th, #details table td {
    display: block;
    width: 100%;
    height: auto;
    border-block-end: 0px;
    padding: 3px 10px;
  }
  #details table th {
    background-color: #E5E0D1;
  }
}
/*--------------------------------------------------
 #gmap
----------------------------------------------------*/
#gmap {
  text-align: center;
  margin: 5vw auto;
}
#gmap iframe {
  max-width: 960px;
}
/*スマホ表示*/
@media (max-width: 639px) {
  #gmap iframe {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*--------------------------------------------------
 #form
----------------------------------------------------*/
#form {
  text-align: center;
  margin: 5vw auto;
}
/* ---------------------------
.toform
------------------------------ */
#toform {
  height: 90px;
  width: 90px;
  position: fixed;
  bottom: 3%;
  right: 1.5%;
  z-index: 11;
  line-height: 90px;
  background: #00334E;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
#toform:hover {
  transform: scale(1.2);
  background: #EE6F57;
}
#toform a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: absolute;
  top: 22%;
  left: 22%;
}
#toform span {
  align-self: center;
  color: #FFFFFF;
  font-size: 50px;
}
.bl_backToTop {
  z-index: 98;
}
#toform.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#toform.DownMove {
  animation: DownAnime 1s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}
/*スマホ表示*/
@media screen and (max-width:639px) {
  #toform {
    height: 70px;
    width: 70px;
  }
  #toform span {
    font-size: 40px;
  }
}