@charset "utf-8";
/* Loading Block */
/*#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
    width: 100px;
    height: 100px;
    margin: 300px auto;
    background-color: #D3D3D3;
    border-radius: 100%;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

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

/* メインヴィジュアル
------------------------------------------------------------*/
.mv_area {
    width: 100%;
    padding-top: 0%;
    padding-bottom: 0%;
    height: 100vh;
    position: relative;
    background-image: url(../images/home/mv/bg.jpg);
    background-repeat: repeat-y;
    background-size: cover;
    background-position: center top;
}

.parent {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.div1 {
  grid-area: 1 / 1 / 2 / 4;
}
.div2 {
  grid-area: 1 / 2 / 2 / 6;
}
.div3 {
  grid-area: 1 / 4 / 2 / 7;
}
.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* 各スライド画像のスタイル */
.slideimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  animation: fadeInOut 10s infinite;
  transition: opacity 1.5s ease-in-out;
  clip-path: polygon(30% 0, 95% 0, 30% 100%, 0 100%, 0 45%);
}
.slideimg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  animation: fadeInOut 10s infinite;
  transition: opacity 1.5s ease-in-out;
  clip-path: polygon(48% 0, 95% 0%, 50% 100%, 0% 100%);
}
.slideimg3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  animation: fadeInOut 10s infinite;
  transition: opacity 1.0s ease-in-out;
  clip-path: polygon(100% 0, 100% 40%, 70% 100%, 3% 100%, 63% 0);
}
/* 最初の画像だけ親要素の高さを確保させる */
.slideimg:nth-child(1) {
  position: relative;
  animation-delay: 0s;
}
.slideimg2:nth-child(1) {
  position: relative;
  animation-delay: 0.5s;
}
.slideimg3:nth-child(1) {
  position: relative;
  animation-delay: 1.0s;
}
/* 2枚目の画像のアニメーション遅延 */
.slideimg:nth-child(2) {
  animation-delay: 5s;
}
.slideimg2:nth-child(2) {
  animation-delay: 5.5s;
}
.slideimg3:nth-child(2) {
  animation-delay: 6.0s;
}
/* フェードイン・アウトのアニメーション */
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 画像の表示調整 */
.slideimg img, .slideimg2 img, .slideimg3 img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}
.verger_area {
  position: absolute;
  z-index: 11;
  top: 1vw;
  left: 5vw;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.lien_area {
  position: absolute;
  z-index: 1;
  top: 1vw;
  left: 40vw;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.feliciarc_area {
  position: absolute;
  z-index: 1;
  top: 1vw;
  left: 70vw;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.logo_img {
  height: 60vh;
}
.logo_img img {
  height: 8vw;
}
.brand_read {
  font-size: 0.7vw;
  color: #FFFFFF;
  font-family: 'Noto Serif JP', serif;
  text-shadow: #666 2px 0px 0px, #666 -2px 0px 0px, #666 0px -2px 0px, #666 0px 2px 0px, #666 2px 2px 0px, #666 -2px 2px 0px, #666 2px -2px 0px, #666 -2px -2px 0px, #666 1px 2px 0px, #666 -1px 2px 0px, #666 1px -2px 0px, #666 -1px -2px 0px, #666 2px 1px 0px, #666 -2px 1px 0px, #666 2px -1px 0px, #666 -2px -1px 0px, #666 1px 1px 0px, #666 -1px 1px 0px, #666 1px -1px 0px, #666 -1px -1px 0px;
  text-align: left;
}
@media (max-width: 991px) {
  .brand_read {
    font-size: 1.0vw;
    line-height: 1.9;
  }
}
.arrow_img {
  text-align: left;
  margin-top: 10px;
}
.mvmain_ttl_area {
  position: absolute;
  z-index: 1;
  top: 38vh;
  right: 5%;
}
.mvmain_ttl {
  margin-top: 3%;
  font-family: 'Noto Serif JP', serif;
  font-size: 3.1vw;
  color: #fff;
  text-shadow: #666 2px 0px 0px, #666 -2px 0px 0px, #666 0px -2px 0px, #666 0px 2px 0px, #666 2px 2px 0px, #666 -2px 2px 0px, #666 2px -2px 0px, #666 -2px -2px 0px, #666 1px 2px 0px, #666 -1px 2px 0px, #666 1px -2px 0px, #666 -1px -2px 0px, #666 2px 1px 0px, #666 -2px 1px 0px, #666 2px -1px 0px, #666 -2px -1px 0px, #666 1px 1px 0px, #666 -1px 1px 0px, #666 1px -1px 0px, #666 -1px -1px 0px;	
}
.marker {
    /*background: linear-gradient(transparent 50%, #fff, #fbb03b 100% 100%);*/
	background-image: linear-gradient(90deg,transparent,#fbb03b 100%);	
    background-repeat: no-repeat;
    background-size: 0%;
    animation: underLine 1.0s ease 0.5s forwards;
    animation-delay: 6.5s;
    /*padding-right: 3%;
	padding-left: 3%;*/
}
@keyframes underLine {
  100% {
    background-size: 100%;
  }
}
/* メインヴィジュアル(sp)
------------------------------------------------------------*/
@media (max-width: 767px) {
  .mv_area {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    height: auto;
    position: relative;
  }
  .mvmain_ttl {
    margin-top: 3%;
    font-family: 'Noto Serif JP', serif;
    font-size: 12vw;
    /*color: #fff;*/
	  color: #000;
    /*text-shadow: #666 2px 0px 0px, #666 -2px 0px 0px, #666 0px -2px 0px, #666 0px 2px 0px, #666 2px 2px 0px, #666 -2px 2px 0px, #666 2px -2px 0px, #666 -2px -2px 0px, #666 1px 2px 0px, #666 -1px 2px 0px, #666 1px -2px 0px, #666 -1px -2px 0px, #666 2px 1px 0px, #666 -2px 1px 0px, #666 2px -1px 0px, #666 -2px -1px 0px, #666 1px 1px 0px, #666 -1px 1px 0px, #666 1px -1px 0px, #666 -1px -1px 0px;*/
	  text-shadow:none;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
    line-height: 1.1;
  }
  .marker {
    animation-delay: 1.5s;
  }
  .div1,.div2,.div3 {
    position: relative;
    margin-bottom: 30px;
}

  .slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
	.logo_img {
    height: auto;
		position: absolute;
		top: 10vw;
    left: 5vw;
		z-index: 1;
  }
  .logo_img img {
    height: 30vw;
  }
	.brand_read {
    font-size: 3.1vw;
    color: #000;
    font-family: 'Noto Serif JP', serif;
    text-shadow: none;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
  }
  .arrow_img {
    text-align: left;
    margin-top: 30px;
	  padding-left: 20px;
    padding-right: 20px;
  }
	.arrow_img img {
    width: 30vw;
  }
  /* 各スライド画像のスタイル */
  .slideimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    animation: fadeInOut 10s infinite;
    transition: opacity 1.5s ease-in-out;
    clip-path: polygon(40% 0, 100% 0, 100% 60%, 60% 100%, 0% 100% , 0% 40% );
  }
  .slideimg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    animation: fadeInOut 10s infinite;
    transition: opacity 1.5s ease-in-out;
    clip-path: polygon(40% 0, 100% 0, 100% 60%, 60% 100%, 0% 100% , 0% 40% );
  }
  .slideimg3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    animation: fadeInOut 10s infinite;
    transition: opacity 1.0s ease-in-out;
    clip-path: polygon(40% 0, 100% 0, 100% 60%, 60% 100%, 0% 100% , 0% 40% );
  }
  /* 最初の画像だけ親要素の高さを確保させる */
  .slideimg:nth-child(1) {
    position: relative;
    animation-delay: 0s;
  }
  .slideimg2:nth-child(1) {
    position: relative;
    animation-delay: 0.5s;
  }
  .slideimg3:nth-child(1) {
    position: relative;
    animation-delay: 1.0s;
  }
  /* 2枚目の画像のアニメーション遅延 */
  .slideimg:nth-child(2) {
    animation-delay: 5s;
  }
  .slideimg2:nth-child(2) {
    animation-delay: 5.5s;
  }
  .slideimg3:nth-child(2) {
    animation-delay: 6.0s;
  }
  /* 画像の表示調整 */
  .slideimg img, .slideimg2 img, .slideimg3 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }
  
  
}
/* トップページ
------------------------------------------------------------*/
.top_area {
  width: 100%;
  padding-top: 0%;
  padding-bottom: 0%;
}
.top_main_ver_area {
  background-image: url(../images/home/verge_main_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 6%;
  padding-bottom: 6%;
}
.top_main_century_area {
  background-image: url(../images/home/century_main_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 9%;
  padding-bottom: 8%;
}
.top_main_tx {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  color: #000;
  text-align: center;
}
.top_area img {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
/* property_area
------------------------------------------------------------*/
.property_area {
  padding-top: 2%;
  padding-bottom: 5%;
  background-image: url(../images/home/bg_rose.jpg);
  background-repeat: repeat;
  background-position: center center;
  position: relative;
}
.property_box {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: rgba(255, 255, 255, 1.00);
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 5%;
}
.property_box:hover {
  background-color: rgba(161, 146, 118, 0.4);
  transition: 1s;
}
.verger_ttl {
  margin-top: 3%;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.9rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 1.00);
  border-bottom: 1px solid rgba(0, 0, 0, 1.00);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 15%, #1b1464 50%, rgba(255, 255, 255, 0.1) 85%);
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.verger_ttl img {
  width: 10%;
  margin-right: 10px;
  filter: drop-shadow(3px 3px 3px rgba(255, 255, 255, 1));
}
.lien_ttl {
  margin-top: 3%;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.9rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 1.00);
  border-bottom: 1px solid rgba(0, 0, 0, 1.00);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 15%, #276d36 50%, rgba(255, 255, 255, 0.1) 85%);
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.lien_ttl img {
  width: 10%;
  margin-right: 10px;
  filter: drop-shadow(3px 3px 3px rgba(255, 255, 255, 1));
}
.century_ttl {
  margin-top: 3%;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.9rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 1.00);
  border-bottom: 1px solid rgba(0, 0, 0, 1.00);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 15%, #c8bb8d 50%, rgba(255, 255, 255, 0.1) 85%);
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.century_ttl img {
  width: 10%;
}
.property_ttl_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .property_ttl_area {
    display: block;
  }
}
.property_name {
  font-size: 2.1rem;
  color: #000;
  vertical-align: middle;
}
.property_name span {
  font-size: 1.6rem;
}
.property_name img {
  vertical-align: middle;
}
.property_name2 {
  font-size: 2.1rem;
  color: #000;
  vertical-align: middle;
}
.property_name2 span {
  font-size: 1.6rem;
}
.property_name2 img {
  vertical-align: middle;
}
@media (max-width: 1399px) {
  .property_name2 span {
    font-size: 1.2rem;
  }
}
.property_kukaku {
  padding-bottom: 1.8rem;
  font-size: 1.6rem;
  color: #000;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .property_kukaku {
    padding-bottom: 0px;
    font-size: 1.6rem;
    color: #000;
    padding-top: 5px;
  }
}
.about_area {
  padding-top: 2%;
  padding-bottom: 5%;
  background-image: url(../images/home/bg_rose.jpg);
  background-repeat: repeat;
  background-position: center center;
}
.about_under {
  border-bottom-width: 6px;
  text-decoration: underline 4px;
  text-underline-offset: 0.2em;
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
}
.about_read {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 30px;
}
.property_box2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .property_box2 {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
.c-txt {
  color: #000;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: right;
}
.c-txt.line {
  padding-bottom: 5px;
  position: relative;
}
.c-txt.line::before {
  background: #a19276;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.c-txt.line:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.btn-sold a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #fff;
  color: rgb(0, 0, 0);
  padding: 5px 20px;
  display: block;
  letter-spacing: 2px;
  transition: 1s;
  font-size: 2.1rem;
  text-align: center;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5%;
  font-family: 'Noto Serif JP', serif;
  border: 3px solid #DBA1FF;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .btn-sold a {
    margin-bottom: 5%;
  }
}
.btn-sold a:hover {
  background: #9B884A;
  box-shadow: 0px 0px 10px #666;
  color: #fff;
  transition: 1s;
}
/* main_area
------------------------------------------------------------*/
.main_area {
  padding-top: 2%;
  padding-bottom: 5%;
}
.ttl_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ttl_logo {
  margin-right: 20px;
}
@media screen and (max-width:576px) {
  .ttl_logo {
    margin-right: 10px;
  }
}
.ttl_tx {}
.main_read {
  padding-bottom: 20px;
  font-size: 16px;
  color: #000;
  font-family: 'Noto Serif JP', serif;
  padding-top: 15px;
}
.main_ttl {
  margin-top: 0%;
  font-family: 'Noto Serif JP', serif;
  font-size: 65px;
  color: #534928;
  text-transform: uppercase;
  vertical-align: middle;
  margin-bottom: 1%;
}
@media screen and (max-width:576px) {
  .main_ttl {
    font-size: 30px;
  }
}
.main_ttl img {
  vertical-align: middle;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 10px;
}
@media screen and (max-width:576px) {
  .main_ttl img {
    max-width: 90px;
  }
}
.main_kukaku {
  margin-top: 0%;
  font-family: 'Noto Serif JP', serif;
  font-size: 25px;
  color: #FF0000;
  text-transform: uppercase;
  vertical-align: middle;
  margin-bottom: 1%;
  text-align: center;
}
@media screen and (max-width:576px) {
  .main_kukaku {
    font-size: 18px;
  }
}
.main_ttl2 {
  margin-top: 10px;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  color: #000;
  border-bottom: 1px dashed rgba(66, 66, 66, 1.00);
  font-weight: bold;
}
.main_price {
  padding-top: 0px;
  font-size: 16px;
  color: #000;
  font-family: 'Noto Serif JP', serif;
}
.main_price span {
  font-size: 32px;
  color: #534928;
}
.main_tx {
  padding-top: 5px;
  font-size: 16px;
  color: #000;
  font-family: 'Noto Serif JP', serif;
}
/* land
------------------------------------------------------------*/
.land_area {
  padding-top: 0%;
  padding-bottom: 5%;
  padding-right: 0px;
  padding-left: 0px;
}
.land_ttl {
  margin-top: 0%;
  font-family: 'Noto Serif JP', serif;
  font-size: 48px;
  color: #000000;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width:991px) {
  .land_ttl {
    font-size: 28px;
  }
}
.land_ttl2 {
  margin-top: 0%;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  color: #534928;
  line-height: 1.5;
  border-bottom: 1px dashed rgba(66, 66, 66, 1.00);
}
.land_tx {
  padding-top: 3%;
  font-size: 20px;
  color: #000;
  margin-top: 0px;
  line-height: 1.8;
}
/* news
------------------------------------------------------------*/
.news_area {
  padding-top: 5%;
  padding-bottom: 10%;
  padding-right: 0px;
  padding-left: 0px;
}
.news_area a {
  color: #000000;
}
.news_ttl {
  margin-top: 0%;
  font-family: 'Noto Serif JP', serif;
  font-size: 38px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.news_ttl span {
  font-size: 18px;
  padding-left: 15px;
}
.news_box {
  background-color: rgba(200, 186, 141, 0.2);
  margin-top: 2%; /*background: linear-gradient(90deg, #fff 0%, #c8ba8d 10%, #c8ba8d 50%, #c8ba8d 90%, #fff 100%);*/
}
:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-white: #fff;
  --color-theme: #f5695f;
  --color-theme-darken: #f12617;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .08), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff, .2);
}
.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10rem;
}
.l-section {
  border-top: 1px solid #eee;
}
.l-section .l-inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
[class*=swiper]:focus {
  outline: none;
}
.slide-media, .thumb-media {
  position: relative;
  overflow: hidden;
}
.slide-media img, .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  background-color: rgba(200, 186, 141, 0.7);
}
.swiper-button-prev::after, .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-white);
  border-width: 3px 3px 0 0;
}
.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.card01 .swiper-area {
  position: relative;
}
.card01 .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3.2rem;
  text-align: center;
}
.card01 .swiper-pagination-bullet {
  width: 1.6rem;
  height: 3px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: var(--color-gray);
}
.card01 .swiper-pagination-bullet-active {
  width: 4rem;
  background-color: var(--color-theme);
}
.card01 .swiper-button-prev, .card01 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.card01 .swiper-button-prev {
  right: calc(100% + 2.4rem);
}
.card01 .swiper-button-next {
  left: calc(100% + 2.4rem);
}
.card01 .slide-media {
  padding-top: 62.5%;
  border-radius: 4px;
}
.card01 .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}
.card01 .slide-content {
  padding: 3.2rem 0;
}
.card01 .slide-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: var(--color-theme);
}
.card01 .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .l-inner {
    padding: 0 4rem;
  }
  .pc {
    display: none !important;
  }
  .card01 .swiper-button-prev::before, .card01 .swiper-button-next::before {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--box-shadow-dark);
    box-shadow: var(--box-shadow-dark);
  }
  .card01 .swiper-button-prev::after, .card01 .swiper-button-next::after {
    border-color: #fff;
  }
  .card01 .swiper-button-prev {
    right: calc(100% - 3.2rem);
  }
  .card01 .swiper-button-next {
    left: calc(100% - 3.2rem);
  }
}
@media only screen and (max-width: 599px) {
  html {
    font-size: 50%;
  }
  .pc-tab {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .card01 .swiper {
    padding-top: 16px;
  }
  .card01 .slide {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card01 .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card01 .slide:hover {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
  }
  .card01 .slide:hover img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* plan
------------------------------------------------------------*/
.plan_area {
  padding-top: 0%;
  padding-bottom: 5%;
  padding-right: 0px;
  padding-left: 0px;
}
.plan_ttl {
  font-size: 38px;
  color: #fff;
  margin-bottom: 3%;
  writing-mode: vertical-rl;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Noto Serif JP', serif;
  text-transform: uppercase;
}
.plan_ttl:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 2px;
  height: 135vh;
  margin: auto;
  background-color: #fff;
  top: 35vh;
}
@media screen and (max-width:1199px) {
  .plan_ttl:after {
    height: 120vh;
    top: 35vh;
  }
}
@media screen and (max-width:576px) {
  .plan_ttl3 {
    display: flex;
    align-items: center;
    font-size: 28px;
    margin-bottom: 3%;
    color: #c8ba8d;
    font-family: 'Noto Serif JP', serif;
    text-transform: uppercase;
  }
  .plan_ttl3:after {
    border-top: 1px solid #c8ba8d;
    content: "";
    flex-grow: 1;
  }
  .plan_ttl3:after {
    margin-left: 1rem;
  }
}
.plan_ttl4 {
  margin-top: 0%;
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  color: #000000;
  /*background: linear-gradient(90deg, #c8ba8d 0%, #c8ba8d 80%, #fff 80%, #fff 100%);*/
  background: linear-gradient(90deg, #c8ba8d 0%, #fff 90%);
  padding-top: 5px;
  padding-bottom: 0px;
}
@media screen and (max-width:767px) {
  .plan_ttl4 {
    font-size: 21px;
  }
}
.plan_ttl4::before {
  content: url("../../123_iwatacho/images/home/concept/logo.png");
  vertical-align: middle;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-right: 25px;
}
.plan_box {
  padding-top: 1%;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 5%;
  background-color: #fff;
}
@media screen and (max-width:576px) {
  .plan_ttlbox {
    text-align: center;
  }
}
.plan_ttl2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  color: #000000;
  margin-right: 20px;
  margin-top: 20px;
}
.plan_ttl2 span {
  font-size: 40px;
}
.plan_out {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
}
.plan_copy {
  margin-top: 20px;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  color: #000000;
  padding-top: 5px;
  font-weight: bold;
}
.plan_read {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  color: #000000;
  padding-top: 0px;
}
.plan_cau {
  font-size: 15px;
  margin-top: -2.5%;
  padding-bottom: 15px;
}
@media screen and (max-width:991px) {
  .plan_cau {
    margin-top: -1%;
  }
}
@media screen and (max-width:767px) {
  .plan_cau {
    margin-top: -1%;
  }
}
@media screen and (max-width:991px) {
  .plan_copy {
    text-align: left;
  }
  .plan_read {
    text-align: left;
  }
}
.plan_price {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #c8ba8d;
  margin-top: 20px;
  line-height: 1.4;
}
.plan_price span {
  font-size: 24px;
}
.plan_copyttl {
  margin-top: 3%;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  color: #000000;
  padding-top: 5px;
  border-bottom: 8px solid #c8ba8d;
}
.plan_tx {
  padding-top: 0px;
  font-size: 15px;
  color: #000;
  margin-top: 0px;
  line-height: 1.8;
}
.plan_img {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.line_img2 {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2%;
  margin-bottom: 5%;
}
/* movie
------------------------------------------------------------*/
.movie_box {
  padding-top: 1%;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 5%;
  background-color: #fff;
}
.movie_ttl {
  font-family: 'Noto Serif JP', serif;
  font-size: 26px;
  color: #000000;
  display: flex;
  align-items: center;
  margin-bottom: 3%;
}
.movie_ttl:before, .movie_ttl:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
.movie_ttl:before {
  margin-right: 1rem;
}
.movie_ttl:after {
  margin-left: 1rem;
}
/* マーターポート */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.method_ttl2 {
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #333333;
  border: 1px solid #000000;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  text-align: center;
  font-weight: 500;
}
.method_tx {
  margin-top: 10px;
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 2;
  color: #333333;
  border-bottom: 1px solid #920783;
  font-weight: bold;
  text-align: left;
}
.method_tx2 {
  font-size: 14px;
  padding: 10px;
  line-height: 1.6;
  color: #333333;
  text-align: left;
}
.modelphoto_box {
  background: #fff;
}
/* access
------------------------------------------------------------*/
.access_area {
  padding-top: 0%;
  padding-bottom: 5%;
  padding-right: 0px;
  padding-left: 0px;
}
.access_area iframe {
  padding-top: 2%;
  width: 100%;
}
.map_right {
  padding-top: 10px;
  text-align: right;
}
/* location
------------------------------------------------------------*/
.location_area {
  padding-top: 0%;
  padding-bottom: 0%;
  padding-right: 0px;
  padding-left: 0px;
}
.location_area img {
  padding-top: 15px;
}
.location_ttl {
  font-size: 38px;
  color: #fff;
  margin-bottom: 3%;
  writing-mode: vertical-rl;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Noto Serif JP', serif;
  text-transform: uppercase;
}
.location_ttl:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 2px;
  height: 435vh;
  margin: auto;
  background-color: #fff;
  top: 35vh;
}
@media screen and (max-width:1199px) {
  .location_ttl:after {
    height: 120vh;
    top: 35vh;
  }
}
@media screen and (max-width:576px) {
  .location_ttl3 {
    display: flex;
    align-items: center;
    font-size: 28px;
    margin-bottom: 3%;
    color: #c8ba8d;
    font-family: 'Noto Serif JP', serif;
    text-transform: uppercase;
  }
  .location_ttl3:after {
    border-top: 1px solid #c8ba8d;
    content: "";
    flex-grow: 1;
  }
  .location_ttl3:after {
    margin-left: 1rem;
  }
}
.location_box {
  padding-top: 1%;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 5%;
  background-color: #fff;
}
.location_box2 {
  padding: 5%;
  background-color: #F7F5EF;
}
.location_ttl2 {
  margin-top: 0%;
  font-family: 'Noto Serif JP', serif;
  font-size: 48px;
  color: #000000;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width:991px) {
  .location_ttl2 {
    font-size: 28px;
  }
}
.location_ttl2 span {
  font-size: 40px;
}
.location_ttl4 {
  margin-top: 0%;
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  color: #000000;
  /*background: linear-gradient(90deg, #c8ba8d 0%, #c8ba8d 80%, #fff 80%, #fff 100%);*/
  background: linear-gradient(90deg, #c8ba8d 0%, #fff 90%);
  padding-top: 5px;
  padding-bottom: 0px;
}
@media screen and (max-width:767px) {
  .location_ttl4 {
    font-size: 21px;
  }
}
.location_ttl4::before {
  content: url("../../123_iwatacho/images/home/concept/logo.png");
  vertical-align: middle;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-right: 25px;
}
.location_ttl5 {
  margin-top: 0%;
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}
.loca_read {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 1.8;
}
.loca_tx {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.land_copy {
  margin-top: 0%;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  color: #000000;
  padding-top: 5px;
  text-align: center;
  border-bottom: 4px solid #c8ba8d;
}
.location_img {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.map_ttl {
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
  color: #7E6B5A;
  text-align: center;
  margin-top: 3%;
  margin-bottom: 1%;
}
.location-other {
  font-size: 1.2em;
  color: #000;
  margin-bottom: 0px;
}
.tab-reader-box2 {
  flex: auto;
}
hr.tab-r-line {
  position: relative;
  top: calc(50% - 1px);
  margin: 0 10px;
  border: none;
  border-top: dotted 2px #CCC;
}
.flex {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  padding-bottom: 6px;
  padding-bottom: 0px;
}
@media (max-width: 575.98px) {
  .flex {
    font-size: 13px;
  }
}
@media screen and (max-width:576px) {
  .loca_txbox {
    margin-top: 20px;
  }
}
/*-----------------------*----*----*----* 概要 */
.outline_area {
  padding-top: 0%;
  padding-bottom: 0%;
  padding-right: 0px;
  padding-left: 0px;
}
.outline_ttl {
  font-size: 38px;
  color: #fff;
  margin-bottom: 3%;
  writing-mode: vertical-rl;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Noto Serif JP', serif;
  text-transform: uppercase;
}
.outline_ttl:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 2px;
  height: 100vh;
  margin: auto;
  background-color: #fff;
  top: 35vh;
}
@media screen and (max-width:1199px) {
  .outline_ttl:after {
    height: 100vh;
    top: 35vh;
  }
}
@media screen and (max-width:576px) {
  .outline_ttl3 {
    display: flex;
    align-items: center;
    font-size: 28px;
    margin-bottom: 3%;
    color: #c8ba8d;
    font-family: 'Noto Serif JP', serif;
  }
  .outline_ttl3:after {
    border-top: 1px solid #c8ba8d;
    content: "";
    flex-grow: 1;
  }
  .outline_ttl3:after {
    margin-left: 1rem;
  }
}
.outline_table {
  clear: both;
  width: 100%;
  margin-bottom: 25px;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  font-family: serif;
  margin-top: 5%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #C8BA8D;
}
.outline_table th {
  background-color: #E8E2D0;
}
.outline_table td {
  background-color: #fff;
  background: rgba(255, 255, 255, 0.9);
}
.outline_table th, .outline_table td {
  color: #333333;
  font-size: 16px;
  line-height: 160%;
  text-align: left;
  vertical-align: top;
  padding: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #C8BA8D;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #C8BA8D;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #C8BA8D;
  font-weight: normal;
}
@media screen and (max-width:576px) {
  .outline_table th {
    width: 100%;
    display: inline-block;
    line-height: 130%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .outline_table td {
    width: 100%;
    display: inline-block;
  }
}
/* watashi
------------------------------------------------------------*/
.watashi_area {
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 0px;
  padding-left: 0px;
}
.watashi_ttl {
  margin-bottom: 1%;
  text-align: center;
}
.watashi_ttl2 {
  margin-bottom: 1%;
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  color: #000000;
  text-align: center;
}
.watashi_box {
  padding: 5%;
  border: 1px solid #c8ba8d;
  border-radius: 20px;
}
.watashi_box2 {
  padding-top: 5%;
  padding-right: 1%;
  padding-left: 1%;
  padding-bottom: 5%;
  background-color: #fff;
}
.watashi_list {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.watashi_list li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  font-size: 18px;
}
@media screen and (max-width:991px) {
  .watashi_list li {
    font-size: 16px;
  }
  .watashi_list li a {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width:767px) {
  .watashi_list li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:599px) {
  .watashi_list li {
    font-size: 17px;
  }
}
.watashi_list li a {
  border: 1px solid #c8ba8d;
  color: #fff;
  background-color: #B8A66C;
  padding-top: 5px;
  padding-right: 25px;
  padding-bottom: 5px;
  padding-left: 25px;
}
.watashi_list li a:hover {
  color: #A08C4D;
  background-color: #E3DCC5;
  transition: all 1.0s 0s ease-in-out;
}
.watashi_tx {
  padding-top: 3%;
  font-size: 16px;
  color: #000;
  margin-top: 0px;
}
ul:not(:last-child) {
  margin-bottom: 20px;
}
/* about*/
.about_listbox {
  padding-bottom: 5%;
  margin-bottom: 5%;
  padding-right: 5px;
  padding-left: 5px;
}
.about_listbox:hover {
  opacity: 0.6;
}
.about_imgbox {
  position: relative;
}
.about_type {
  position: absolute;
  color: rgba(0, 0, 0, 1.00);
  font-size: 1.5rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  width: 14vw;
  top: 0;
  left: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  letter-spacing: 0;
}
@media (max-width: 1605px) {
  .about_type {
    width: 20vw;
  }
}
@media (max-width: 1199px) {
  .about_type {
    width: 22vw;
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .about_type {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .about_type {
    width: 100%;
    font-size: 1.3rem;
  }
  .about_listbox {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.osusume_area {
  padding-top: 3%;
  padding-bottom: 4%;
  background-color: white;
}
.osusume_ttl {
  background-color: #683B23;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  color: #FFFFFF;
  font-size: 2rem;
  margin-top: 20px;
  margin-bottom: 5px;
}
.osusume_read {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.btn-kensaku a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #777777;
  color: rgb(255, 255, 255);
  padding: 5px 20px;
  display: block;
  letter-spacing: 2px;
  transition: 1s;
  font-size: 2rem;
  text-align: center;
  max-width: 180px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5%;
}
@media (max-width: 767px) {
  .btn-kensaku a {
    margin-bottom: 5%;
  }
}
.btn-kensaku a:hover {
  background: #9B884A;
  box-shadow: 0px 0px 10px #666;
  color: #fff;
  transition: 1s;
}
.under_icon {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .under_icon {
    width: 65%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .under_icon {
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}