@charset "utf-8";
/* トップページ
------------------------------------------------------------*/
a {
  text-decoration: none;
}
.top_area {
    width: 100%;
    margin-top: 0px;
    position: relative;
    padding-bottom: 5%;
}

#o-top-bg01{
    position: absolute;
    top: 10%;
    left: 0;
    width: 50%;
    background-color: #c8ba8d;
    bottom: 0;
    height: 20%;
		z-index: -1;
}
#o-top-bg02{
    position: absolute;
    top: 5%;
    left: 20%;
    width: 40%;
    background-color: #ffffc4;
    bottom: 0;
    height: 10%;
    z-index: -1;
}
#o-top-bg03{
    position: absolute;    
    right: 0;
    width: 60%;
    background-color: #c8ba8d;
    bottom: 20%;
    height: 15%;
	z-index: -1;
}
.sold_area{
	margin-bottom: 3%;	
}
.top_sold_ttl{
    font-size: 33px;
    color: #FF0004;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;   /* margin-bottom: 3%;*/
    text-align: center;
}
.top_sold_read{
	font-size: 15px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;   /* margin-bottom: 3%;*/
    
}
.top_sold_ttl span{
    font-size: 16px;
    color: #000;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.sold_wrap{
    padding-top: 2px;
    padding-bottom: 2px;
	padding-right: 10px;
    padding-left: 10px;
	border: 1px solid #D4C085;
}
/* concept
------------------------------------------------------------*/
.concept_area {
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 0px;
  padding-left: 0px;
  background: linear-gradient(90deg, #c8ba8d 0%, #c8ba8d 15%, #fff 15%, #fff 100%);
	height: 100%;
}

.concept_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;
}
.concept_ttl:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 2px;
  height: 350vh;	
  margin: auto;
  background-color: #fff;
  top: 35vh;
}
@media screen and (max-width:1470px) {
.concept_ttl:after {
  height: 350vh;	
}
}
@media screen and (max-width:1199px) {
  .concept_ttl:after {
    height: 280vh;
   
  }
.top_sold_ttl{
    font-size: 28px;
    color: #FF0004;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;   /* margin-bottom: 3%;*/
    text-align: center;
}
}
@media screen and (max-width:576px) {
  .concept_ttl3 {
    display: flex;
    align-items: center;
    font-size: 38px;
    margin-bottom: 3%;
    color: #000;
    font-family: 'Noto Serif JP', serif;
    text-transform: uppercase;
  }
  .concept_ttl3:after {
    border-top: 1px solid #000;
    content: "";
    flex-grow: 1;
  }
  .concept_ttl3:after {
    margin-left: 1rem;
  }
}
.concept_box {
  padding: 5%;
  background-color: #fff;
}

.concept_box2 {
    padding: 5%;
    background-color: #F7F5EF;
}

.concept_ttl2 {
    margin-top: 0%;
    font-family: 'Noto Serif JP', serif;
    font-size: 28px;
    color: #000000;
    text-align: center;
}

.concept_ttl2 span {
  font-size: 40px;
}

@media screen and (max-width:767px) {
 .concept_ttl2 {    
    font-size: 20px;
}

.concept_ttl2 span {
  font-size: 30px;
}
  }
.concept_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;
	padding-left: 20px;
}
/*.concept_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;
}*/
@media screen and (max-width:767px) {
.concept_ttl4 {  
  font-size: 21px;  
}
}
.concept_ttl5 {
    margin-top: 0%;
    font-family: 'Noto Serif JP', serif;
    font-size: 28px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}
.concept_ttl5 span {    
    font-size: 18px;
	padding-left: 15px;
}
.concept_tx {
  padding-top: 3%;
  font-size: 16px;
  color: #000;
  margin-top: 0px;
}
.land_copy {
    margin-top: 0%;
    font-family: 'Noto Serif JP', serif;
    font-size: 28px;
    color: #000000;
    background: linear-gradient(90deg, #fff 0%, #c8ba8d 20%, #c8ba8d 50%, #c8ba8d 80%, #fff 100%);
    padding-top: 5px;
    text-align: center;
}
.land_copy span {
    font-size: 48px;
}
@media screen and (max-width:1399px) {
 .land_copy {      
    font-size: 24px;
}
.land_copy span {
    font-size: 38px;
}
  }
@media screen and (max-width:1199px) {
 .land_copy {      
    font-size: 18px;
}
.land_copy span {
    font-size: 27px;
}
  }
/* news
------------------------------------------------------------*/
.news_area {
  padding-top: 0%;
  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: #c8ba8d;
	/*background: linear-gradient(90deg, #fff 0%, #c8ba8d 10%, #c8ba8d 50%, #c8ba8d 90%, #fff 100%);*/
}
.ima_read{
    text-align: center;
    margin-top: 5px;
    font-size: 15px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-theme: #f5695f;
  --color-theme-darken: #f12617;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.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);
}
.swiper-button-prev::after, .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  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);
  }
}


/* watashi
------------------------------------------------------------*/
.watashi_area {
    padding-top: 5%;
    padding-bottom: 0%;
    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;
}


.btn-bc a {
    text-decoration: none;
    text-transform: uppercase;
    background-color: #9B884A;
    color: rgb(255, 255, 255);
    padding: 5px 20px;
    display: block;
    letter-spacing: 2px;
    transition : 1s;
    font-size: 12px;
    text-align: center;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5%;
}
.btn-bc a:hover {
	background:#fff;
	box-shadow:0px 0px 10px #666;
	color:#9B884A;
	transition : 1s;
}
.btn-bc3 a {
    text-decoration: none;
    text-transform: uppercase;
    background-color: #9B884A;
    color: rgb(255, 255, 255);
    padding: 5px 20px;
    display: block;
    letter-spacing: 2px;
    transition : 1s;
    font-size: 14px;
    text-align: center;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
	margin-bottom:50px;
}
.btn-bc3 a:hover {
	background:#fff;
	box-shadow:0px 0px 10px #666;
	color:#9B884A;
	transition : 1s;
}
.btn_space{
	
}
@media screen and (max-width:767px) {
.btn-bc3 a {
    margin-top: 40px;
	margin-bottom: 0px;
}
.btn_space{
	margin-bottom: 40px;
}
}