@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.7.2/css/all.css);
body {
  height: auto;
}
article {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.15rem;
  line-height: 1.8;
  text-align: justify;
  color: #665e51;
  font-size: 1.6rem;
}
article a {
  color: #665e51;
}
article p {
  line-height: 1.8;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
.box960 {
  max-width: 960px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
.box700 {
  max-width: 700px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
.center {
  text-align: center;
}
a:hover {
  text-decoration: none;
}
/*article .scroll a, #about p, article .event_btn a, #event, #photos, #common_pr, #area, #details {
  font-size: 1.6rem;
}*/
/* 背景の設定 */
.bg-holder {
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
#pic1 {
  position: relative;
}
#pic2, #pic3 {
  margin-bottom: 100px;
}
.pic1 {
  background-image: url("../img/bg/06.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  width: 100vw;
  height: calc(100vh - 166px);
  min-height: 700px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pic2 {
  background-image: url("../img/bg/10.jpg");
  height: 300px;
  padding-top: 100px;
}
.pic3 {
  background-image: url("../img/bg/09.jpg");
  height: 300px;
  padding-top: 100px;
}
.bg-holder, #service_object, #service_description {
  text-align: center;
}
.pic1 h1 {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}
.pic1 h2 {
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: clamp(2rem, 0.013rem + 4.15vw, 2.5rem);
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}
#title {
  margin-bottom: 15%;
}
/*スクロールアニメーション*/
#pic1 .scroll a {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff !important;
  /*font-size: 1.6rem;*/
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}
#pic1 .scroll a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 1px;
  height: 100px;
  background: #fff;
}
#pic1 .scroll a::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*---------------------------------
#見出しの設定
-----------------------------------*/
.ly_main h2 {
  padding: 19px;
}
.chippewa {
  font-family: chippewa-falls, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3.2rem;
}
/*見出し下の飾り*/
.title_bt {
  position: relative;
}
.title_bt::after {
  content: "";
  background: url("../img/bg/title_bottom.png") center bottom no-repeat;
  background-size: 126px 18px;
  width: 126px;
  height: 18px;
  margin: 0 auto;
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
}
.title_btwh {
  position: relative;
  padding-top: 5rem;
}
.title_btwh::after {
  content: "";
  background: url("../img/bg/title_bottomwh.png") center bottom no-repeat;
  background-size: 126px 18px;
  width: 126px;
  height: 18px;
  margin: 0 auto;
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  right: 0;
  z-index: 2;
}
/*---------------------------------
#aboutの設定
-----------------------------------*/
#about {
  padding: 50px 0;
  margin: 100px auto 0;
  position: relative;
}
#about::before {
  content: "";
  background: url("../img/bg/kamo04.png") center no-repeat;
  background-size: 325px 163px;
  width: 325px;
  height: 163px;
  position: absolute;
  top: 0px;
  right: 10px;
}
#about::after {
  content: "";
  background: url("../img/bg/kamo03.png") center no-repeat;
  background-size: 250px 140px;
  width: 250px;
  height: 140px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
#about h3 {
  font-size: 1.9rem;
  margin-top: 80px;
}
/*#about p {
  line-height: 200%;
}*/
.event_btn a {
  transition: all 0.8s;
  display: block;
  margin: 10px auto;
  text-decoration: none;
  border: solid 2px #a6b01b;
  background: #a6b01b;
  color: #fff !important;
  border-radius: 3px;
  line-height: 60px;
  max-width: 450px;
  height: 60px;
  font-weight: bold;
}
.event_btn a:hover {
  background: #fff;
  color: #a6b01b !important;
}
#event .area_head {
  background: url("../img/bg/title_bg.png") center no-repeat;
  background-size: 191px 191px;
  width: 191px;
  height: 191px;
  padding: 0;
  margin: -1px auto 0;
  color: #fff;
}
#event .title_btwh {
  padding-top: 1rem;
}
#event .title_btwh::after {
  content: "";
  background: url("../img/bg/title_bottomwh.png") center bottom no-repeat;
  background-size: 126px 18px;
  width: 126px;
  height: 18px;
  margin: 0 auto;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
}
#event img {
  border-radius: 5px;
}
.event_boxin {
  margin-top: 40px;
  border: #a6b01b 2px solid;
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.event_boxin h4 {
  font-size: 2rem;
  margin-top: 0;
}
.event_img {
  width: 30%;
}
.event_txt {
  line-height: 1.8;
  text-align: justify;
  width: 67%;
}
.event_boxin dl {
  padding-bottom: 15px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.event_boxin dt {
  width: 10%;
  color: #a6b01b;
}
.event_boxin dd {
  width: 90%;
}
.event_boxin dd a {
  text-decoration: underline;
}
/*.event_btn a {
  display: block;
  margin: 10px auto;
  text-decoration: none;
  border: solid 3px #a6b01b;
  border-radius: 3px;
  line-height: 50px;
  width: 300px;
  height: 50px;
}
.event_btn a:hover {
  background: #659fb0;
  color: #fff !important;
}*/
/*---------------------------------
PLAN 間取
-----------------------------------*/
#plan {
  background: #fff;
  padding-bottom: 50px;
}
#plan .area_head {
  background: url("../img/bg/title_bg.png") center no-repeat;
  background-size: 191px 191px;
  width: 191px;
  height: 191px;
  padding: 0;
  margin: -1px auto 0;
  color: #fff;
}
#plan .title_btwh::after {
  content: "";
  background: url("../img/bg/title_bottomwh.png") center bottom no-repeat;
  background-size: 126px 18px;
  width: 126px;
  height: 18px;
  margin: 0 auto;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
}
#plan .rooms {
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 0 20px;
}
#plan .rooms table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 3%;
}
#plan .rooms table th, #plan .rooms table td {
  border: 1px solid #ccd1d2;
  padding: 5px 10px;
  vertical-align: middle;
  text-align: center;
}
#plan .rooms table th {
  background: #c0b194;
  font-weight: normal;
  color: #fff;
}
#plan .rooms table td {
  background: #fff;
  color: #333;
}
#plan .rooms a {
  display: inline-block;
  background: #a6b01b;
  padding: 1px 10px;
  border-radius: 5px;
  color: #fff;
}
#plan .rooms p {
  margin: 100px auto;
  text-align: center;
}
#plan .rooms a::after {
  font-family: "Material Icons";
  content: '\e5cc';
  font-weight: 600;
  padding-left: 5px;
  vertical-align: middle;
}
#plan .common_fee {
  /*margin-top: 1rem;*/
  display: inline-block;
	line-height: 1.3;
  font-size: 1.2rem;
}
/*#plan .cmn_fee {
	border: solid #a6b01b 1px;
	border-radius: 5px;
	padding: 3rem;
}
#plan .cmn_fee p {
	margin: 0 auto;
	width: fit-content;
}*/
@media (max-width: 768px) {
  /*#photos .rooms table thead {
    display: none;
  }*/
  #plan .rooms table tr {
    border: 1px solid #ccd1d2;
    border-bottom: none;
  }
  #plan .rooms table th, #plan .rooms table td {
    border: none;
    border-bottom: 1px solid #ccd1d2;
  }
  #plan .rooms table td {
    display: block;
    width: 100%;
  }
  #plan .rooms table td:first-child {
    background: #ccd1d2;
    padding: 10px;
    color: #fff;
    font-weight: bold;
  }
  #plan .rooms table td:before {
    content: attr(data-label);
    display: block;
    color: #a6b01b;
    /*font-size: 1.3rem;*/
  }
  #plan .rooms a {
    margin: 7px 0;
  }
  #plan .common_fee {
    margin-top: 0;
    line-height: 1.5;
  }
}
/*---------------------------------
#photosの設定
-----------------------------------*/
#photos {
  max-width: 950px;
  margin: 0 auto;
  margin-bottom: 80px;
}
#photos .box700 {
  margin-bottom: 10px;
}
#photos p.center {
  margin-top: 50px;
}
#photos .fotorama {
  width: 100%;
  max-width: 100%;
  margin: 50px auto;
}
/*スマホ表示*/
@media screen and (max-width: 767px) {
  #photos .fotorama {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*---------------------------------
#layoutの設定
-----------------------------------*/
#layout .area_head {
  background: url("../img/bg/title_bg.png") center no-repeat;
  background-size: 191px 191px;
  width: 191px;
  height: 191px;
  padding: 0;
  margin: -1px auto 0;
  color: #fff;
}
#layout .title_btwh::after {
  content: "";
  background: url("../img/bg/title_bottomwh.png") center bottom no-repeat;
  background-size: 126px 18px;
  width: 126px;
  height: 18px;
  margin: 0 auto;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
}

/*---------------------------------
#common_prの設定
-----------------------------------*/
#common_pr {
  background: rgba(166, 176, 27, 0.1);
  border-top: 1px solid #a6b01b;
  border-bottom: 1px solid #a6b01b;
}
#common_pr .comment {
  margin-top: 50px;
}
#common_pr h2 {
  font-size: 3rem;
  padding-top: 100px;
}
#common_pr ul {
  margin: 80px auto;
  display: flex;
  justify-content: space-between;
}
#common_pr ul li:nth-child(2) {
  margin-top: 80px;
}
#common_pr ul li:nth-child(3) {
  margin-top: 160px;
}
.common_pr_box {
  width: 31%;
  padding: 5px;
}
.common_pr_photo {
  position: relative;
}
.common_pr_photo .common_pr_photo_no {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: -0.1em;
  font-style: italic;
  color: #fff;
  -webkit-text-stroke: 2px #a6b01b;
  text-stroke: 2px #a6b01b;
}
.common_pr_ht {
  border-bottom: 1px solid #a6b01b;
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: 1.9rem;
  font-weight: bold;
}
.common_pr_txt {
  margin-top: 10px;
}
#common_pr .pr_img {
	margin-top: 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
	gap: 10px;
}
#common_pr .pr_img picture {
  width: calc(50% - 10px);
}
#common_pr .pr_img picture img {
  border-radius: 5px;
}
#common_pr .swiper {
  margin-top: 5%;
  --swiper-theme-color: #a6b01b;
}
#common_pr .swiper-wrapper {
  width: 100%;
}
#common_pr .swiper-slide {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
}
#common_pr .swiper-slide .persona {
  max-width: 230px;
  width: 100%;
}
#common_pr .swiper-slide .persona img {
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  height: auto;
}
#common_pr .swiper-slide p {
  display: flex;
  align-items: center;
  position: relative;
  max-width: calc(100% - 250px);
  margin-left: 3%;
  padding: 4% 2%;
  border-radius: 5px;
  background-color: #fff;
  height: fit-content;
}
#common_pr .swiper-slide p::before {
  position: absolute;
  left: -15px;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  content: '';
}
/* 前ページボタンのスタイル */
.swiper-button-prev:after {
  font-family: "Material Icons"; /* 注：Material SymbolsではなくMaterial Icons */
  content: "\e5c4";
}
/* 次ページボタンのスタイル */
.swiper-button-next:after {
  font-family: "Material Icons";
  content: "\e5c8";
}
/*スマホ表示*/
@media screen and (max-width: 767px) {
  #common_pr .swiper-slide {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
  #common_pr .swiper-slide .persona {
    margin: 0 auto;
  }
  #common_pr .swiper-slide p {
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  #common_pr .swiper-slide p::before {
    left: 50%;
    top: -14px;
    width: 15px;
    height: 15px;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
  }
  #common_pr .pr_img {
    flex-direction: column;
  }
  #common_pr .pr_img picture {
    width: 100%;
  }
}
/*---------------------------------
VIRTUAL TOUR バーチャル内覧
---------------------------------
.VRbox {
  width: 100%;
  margin: 0 auto;
}
.VRbox iframe {
  height: 600px;
}
#VirtualTour .VRbox {
  width: 100%;
  padding: 50px 0;
}
#VirtualTour .txt {
  max-width: 600px;
  margin: 0 auto;
}--*/
/*---------------------------------
#accessの設定
-----------------------------------*/
/*#area .area_head {
  background: url("../img/bg/title_bg.png") center no-repeat;
  background-size: 191px 191px;
  width: 191px;
  height: 191px;
  padding: 0;
  margin: -1px auto 0;
  color: #fff;
}
#area .title_btwh::after {
  content: "";
  background: url("../img/bg/title_bottomwh.png") center bottom no-repeat;
  background-size: 126px 18px;
  width: 126px;
  height: 18px;
  margin: 0 auto;
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  right: 0;
}*/
#area .comment {
  padding-top: 60px;
}
#access h2 {
  margin-top: 100px;
}
#access figure {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}
#area .event_btn {
  margin-top: 50px;
}
/*---------------------------------
#detailsの設定
-----------------------------------*/
#details {
  /*line-height: 1.8em;*/
  padding: 0 0 50px 0;
}
#details .area_head {
  background: url("../img/bg/title_bg.png") center no-repeat;
  background-size: 191px 191px;
  width: 191px;
  height: 191px;
  padding: 0;
  margin: -1px auto 0;
  color: #fff;
}
#details .title_btwh::after {
  content: "";
  background: url("../img/bg/title_bottomwh.png") center bottom no-repeat;
  background-size: 126px 18px;
  width: 126px;
  height: 18px;
  margin: 0 auto;
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  right: 0;
}
#details a {
  transition: all 1.0s;
  display: block;
}
#details a:hover {
  opacity: 0.6;
}
/*---------------------------------
#gaiyou 物件概要
-----------------------------------*/
#gaiyou {
  margin: 50px auto 0;
  line-height: 2.3;
  background-color: #fff;
  padding-bottom: 100px;
  letter-spacing: 0.02em;
}
#gaiyou table {
  width: 100%;
  margin: 50px auto 0;
}
#gaiyou th {
  width: 20%;
  border-bottom: #aaa 1px dotted;
}
#gaiyou td {
  width: 80%;
  border-bottom: #aaa 1px dotted;
}
/*---------------------------------
#gmapの設定
-----------------------------------*/
#gmap {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background-size: auto auto;
  background-color: rgba(79, 93, 104, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 9px, rgba(40, 53, 63, 0.37) 9px, rgba(40, 53, 63, 0.37) 16px);
  color: white;
  position: relative;
  /*font-size: 1.3rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;*/
  padding-top: 100px;
}
#gmap::after {
  content: "";
  background: url("../img/bg/kamo05.png") center no-repeat;
  background-size: 122px 133px;
  width: 122px;
  height: 133px;
  position: absolute;
  bottom: 0;
  left: 60px;
  z-index: 0;
}
#gmap iframe {
  margin-top: 50px;
  margin-bottom: 140px;
}
.form {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}
#gFooter {
  margin-top: 0;
}
/*追従問い合わせボタン*/
.contact button {
  border: none;
}
.contact p {
  line-height: normal;
}
.cta_btn {
  position: fixed;
  background-color: #a6b01b;
  border-radius: 0;
  bottom: 3%;
  right: 0;
  box-shadow: 0 1px 3px 1px rgb(0 0 0 / 8%);
  transition: all 0.3s ease;
  z-index: 90;
}
.cta_link {
  display: flex;
  align-items: center;
}
.cta_icon {
  padding: 2rem;
  color: #fff;
}
.cta_ttl {
  padding-left: 8px;
  padding: 2rem;
  text-align: justify;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  color: #fff;
}
#cta_floating.cta_btn, .cta_floating {
  transform: translateX(10rem);
}
#cta_floating.cta_btn:hover, .cta_floating:hover {
  transform: translateX(0);
}
/*スマホ表示*/
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  #cta_floating.cta_btn, .cta_floating {
    transform: translateX(0);
  }
  .cta_btn {
    right: 16px;
    height: 60px;
    width: 60px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 8%);
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    transform: translateX(calc(100% + 16px));
    transition: 0.2s cubic-bezier(0, .6, .99, 1);
    cursor: pointer;
  }
  .cta_link .material-icons-outlined {
    margin-left: -.3rem;
  }
}
/*---------------------------------
スマホ表示
-----------------------------------*/
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .box960 {
    padding-left: 2%;
    padding-right: 2%;
  }
  /* 背景の設定 */
  .bg-holder {
    background-attachment: scroll;
  }
  .pic1 {
    height: calc(100svh - 94px);
  }
  .pic2, .pic3 {
    height: 150px;
  }
  /*---------------------------------
#見出しの設定
-----------------------------------*/
  #title {
    width: 90%;
    margin: 0 auto 30%;
  }
  #about {
    padding-top: 100px;
    margin-top: 50px;
    padding-bottom: 120px;
  }
  #about::before {
    background: url("../img/bg/kamo04_sp.png") center no-repeat;
    background-size: 260px 140px;
    width: 260px;
    height: 140px;
    top: -35px;
    right: 10px;
  }
  #about::after {
    background: url("../img/bg/kamo03_sp.png") center no-repeat;
    background-size: 200px 140px;
    width: 200px;
    height: 140px;
    bottom: 10px;
    left: 10px;
  }
  .event_boxin, .event_boxin dl {
    flex-flow: column wrap;
  }
  .event_img, .event_txt {
    width: 100%;
  }
  .event_boxin dt, .event_boxin dd {
    width: 100%;
  }
  /*---------------------------------
#photosの設定
-----------------------------------*/
  #photos table th, #photos table td {
    display: block;
    height: auto;
    width: 100%;
    padding-left: 0;
  }
  #photos table th {
    padding: 1.5rem 0;
    text-align: center;
  }
  #photos table td .room {
    padding-left: 0px;
  }
  /*---------------------------------
#common_prの設定
-----------------------------------*/
  #common_pr h2 {
    letter-spacing: 0.05rem;
  }
  #common_pr .comment {
    margin: 60px 2% 0;
  }
  #common_pr ul {
    flex-flow: column wrap;
  }
  #common_pr ul li:nth-child(2) {
    margin-top: 30px;
  }
  #common_pr ul li:nth-child(3) {
    margin-top: 30px;
  }
  .common_pr_box {
    width: 100%;
  }
  .common_pr_photo .common_pr_photo_no {
    top: 2%;
    left: 0;
    font-size: 7rem;
  }
  /*---------------------------------
VIRTUAL TOUR バーチャル内覧
-----------------------------------*/
  .VRbox iframe {
    height: 400px;
  }
  /*---------------------------------
#gaiyou 物件概要
-----------------------------------*/
  #gaiyou {
    clear: both;
    margin: 0 auto;
  }
  #gaiyou th, #gaiyou td {
    width: 100%;
    line-height: 2;
    text-align: left;
    display: block;
    height: auto;
    border-block-end: 0px;
    border-bottom-width: 1px;
    padding-inline-start: 10px;
    vertical-align: middle;
    box-sizing: border-box;
  }
  #gaiyou th {
    background: rgba(166, 176, 27, 0.1);
  }
}