@charset "utf-8";

img {
    image-rendering: -webkit-optimize-contrast;
}

/* news_area
------------------------------------------------------------*/
.mainimg_area {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 0px;
    margin-right: 0px;
    /*position: relative;*/
}

/*========= スクロールダウンのためのCSS ===============*/
/*.arrow_area {    
    position: relative;
	padding-bottom: -25%;
}*/

/*スクロールダウン全体の場所*/
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:1%;
  right:50%;
    /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite;
	z-index: 111;
}



/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
  position: absolute;
  left:-20px;
  bottom:10px;
    /*テキストの形状*/
  color: #000;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -10px;
    /*矢印の形状*/
    width: 2px;
    height: 35px;
    background: #000;
    transform: skewX(-31deg);
}

.scrolldown4:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  right:0;
    /*矢印の形状*/
  width:2px;
  height: 120px;
  background:#000;
}
/*トップメインスライダー*/
.overlay-slider-wrapper {
  position: relative;
  width: 100%;
  height: auto; /* 必要に応じて調整 */
  overflow: hidden;
}

.backgroundSwiper {
  position: absolute; /* ← 追加推奨 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}


.backgroundSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* overlay画像（上に被せる透過PNG） */
.overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: auto;
  pointer-events: none;
}
/*トップメインスライダー終わり*/

.top_main_ttl{
    font-size: 32px;
    margin-top: 5%;
    margin-bottom: 1%;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    text-align: center;
	line-height: 1.7;
	font-weight: 500;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
@media screen and (max-width:500px) {
.top_main_ttl{
    font-size: 24px;
	text-align: left;
	padding-left: 7%;
	}
	}
.top_main_read{
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 3%;
    margin-bottom: 8%;
    color: #000;
    text-align: center;
}

@media screen and (max-width:500px) {
.top_main_read {
    font-size: 1.3rem;
    line-height: 1.6;
    padding-left: 8%;
    padding-right: 8%;
    text-align: left;
}
}

/* concept_area
------------------------------------------------------------*/
.concept_area {
    padding-top: 5%;
    padding-bottom: 5%;
}
.concept_ttl{
    color:#231815;
    font-size:30px;
    margin-bottom:10px;
    text-align: center;
}
@media screen and (max-width:575px) {
.concept_ttl{
    font-size:24px;
    margin-top:20px;
    margin-bottom:10px;
    line-height: 1.6;
    text-align: left;
    padding-left:3%;
    padding-right:3%;
}
}
.concept_read{
    color:#231815;
    font-size:17px;
    margin-bottom:4%;
    text-align: center;
}
@media screen and (max-width:575px) {
.concept_read{
    font-size:15px;
    margin-bottom:6%;
    text-align: left;
    padding-left:3%;
    padding-right:3%;
}
}
.back_brown{
    background-color:#bbac9c;
    padding-top:3%;
    padding-bottom:3%;    
}
.back_white{
    padding-top:3%;
    padding-bottom:3%;    
}
.concept_box{
position: relative;
}
.concept_img{
position: absolute;
    bottom:3%;
        right:9%;
    width:10%;
}
.concept_img:hover{
    opacity: 0.7;
}
.concept_img2{
position: absolute;
    bottom:3%;
        left:30%;
    width:10%;
}
@media screen and (max-width:575px) {
.concept_img{
position: absolute;
    bottom:3%;
        left:28%;
    width:45%;
}
.concept_img2{
position: absolute;
    bottom:3%;
        left:28%;
    width:45%;
}
}
.concept_img2:hover{
    opacity: 0.7;
}
/* land_area
------------------------------------------------------------*/
.land_area {
    padding-top: 5%;
    padding-bottom: 5%;  
}
/*@media screen and (max-width:575px) {
.land_area {    
    padding-top: 8%;
	padding-bottom: 3%;
}
}*/
.photo_ttl{
    font-size: 32px;
    border-bottom: 1px solid #4d4d4d;
    padding-bottom:5px;
    margin-top:5%;
    margin-bottom:3%;
}
.photo_ttl span{
    font-size: 16px;
}
@media screen and (max-width:575px) {
.photo_ttl{
    font-size: 28px;
    padding-left:3%;
    padding-rightleft:3%;
}
}
/* free_area
------------------------------------------------------------*/
.free_area {
    padding-top: 3%;
    padding-bottom: 3%;
}
.free_area2 {
    padding-top: 3%;
    /*padding-bottom: 3%;*/
    background-image: url(../images/home/free/free_back.png);
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    height: auto;
    
}
.free_ttl{
    color: #231815;
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.8;
    border-bottom: 1px solid #4D4D4D;
    padding-bottom:5px;
}

.free_read{
    color:#231815;
    font-size:17px;
    margin-bottom:4%;
    text-align: center;
}
@media screen and (max-width:575px) {
.free_ttl{
    font-size: 24px;
    margin-top: 20px;
    line-height: 1.5;
    text-align: left;
    padding-left:3%;
    padding-right:3%;
    padding-bottom:10px;
}
.free_read{
    font-size:15px;
    margin-bottom:6%;
    text-align: left;
    padding-left:3%;
    padding-right:3%;
}
}
.free_box{
 padding-top:3%;
    padding-bottom:3%;
}

.bg_begu {
    background-color: #dfd3c5;
    margin-top: 10px;
    padding-top:3%;
    padding-bottom:3%;
}
@media screen and (max-width:575px) {
.bg_begu {
    background-color: #dfd3c5;
    margin-top: 10px;
    padding-top:4%;
    padding-bottom:10%;
}
}
.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10rem;
}
@media screen and (max-width: 767px) {
.l-inner {  
  padding: 0 1rem;
}
}
.l-section {
  
}
.l-section .l-inner {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.swiper-wrapper {
  background-color: #dfd3c5;
}
.swiper-slide {
  background-color: #dfd3c5;
}
.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: #fff; /*//ここに変更する色を指定*/
}

.gallery01 {
  /* コンテナ */
  overflow: hidden;
  /* フェードモード時 共通調整 */
  /* コントローラー */
  /* 前へ / 次へボタン */
  /* スクロールバー */
  /* スライド */
  /* サムネイル */
  /* サムネイル アクティブ時 */
}
.gallery01 .swiper {
  max-width: 720px;
  margin: auto;
}
.gallery01 .swiper-main {
  overflow: visible;
}
.gallery01 .swiper-thumb {
  padding-top: 8px;
}
.gallery01 .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.gallery01 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.gallery01 .swiper-controller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 62.5%;
}
.gallery01 .swiper-button-prev, .gallery01 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .gallery01 .swiper-button-prev::before, .gallery01 .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);
  }
}
@media only screen and (max-width: 1024px) {
  .gallery01 .swiper-button-prev::after, .gallery01 .swiper-button-next::after {
    border-color: #fff;
  }
}
.gallery01 .swiper-button-prev {
  right: calc(100% + 3.2rem);
}
@media only screen and (max-width: 1024px) {
  .gallery01 .swiper-button-prev {
    right: calc(100% - 3.2rem);
  }
}
.gallery01 .swiper-button-next {
  left: calc(100% + 3.2rem);
}
@media only screen and (max-width: 1024px) {
  .gallery01 .swiper-button-next {
    left: calc(100% - 3.2rem);
  }
}
.gallery01 .swiper-scrollbar {
  position: relative;
  margin-top: 1.6rem;
}
.gallery01 .swiper-scrollbar::after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  margin: auto;
  content: "";
  background-color: #eee;
}
.gallery01 .swiper-scrollbar-drag {
  height: 20px;
  padding: 8px 0;
  cursor: pointer;
  background-color: var(--color-theme);
  background-clip: content-box;
}
@media only screen and (min-width: 1025px) {
  .gallery01 .swiper-scrollbar-drag:hover {
    background-color: var(--color-theme-darken);
  }
}
.gallery01 .swiper-scrollbar-drag:active {
  background-color: var(--color-theme-darken);
}
.gallery01 .slide {
  display: block;
  overflow: hidden;
}
.gallery01 .slide-media {
  padding-top: 5%;
  border-radius: 4px;
}
.gallery01 .slide-media img {
  -o-object-fit: contain;
     object-fit: contain;
}
.gallery01 .slide-title {
  font-weight: bold;
  line-height: 1.6;
  padding: 3.2rem 0;
}
.gallery01 .thumb-media {
  padding-top: 5%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 4px;
}
@media only screen and (min-width: 1025px) {
  .gallery01 .thumb-media:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .gallery01 .thumb-media:hover img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.gallery01 .thumb-media img {
  /*height: calc(100% + 8px);*/
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.gallery01 .swiper-slide-thumb-active {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0.3;
}
.gallery01 .swiper-slide-thumb-active .thumb-media {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.gallery01 .swiper-slide-thumb-active .thumb-media img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* structure_area
------------------------------------------------------------*/
.structure_area {
    position: relative;
    padding-top: 5%;
    padding-bottom: 3%;
    background-image: url(../images/home/equ/equ_main_img.jpg);
    background-position: center center;   /* 画像の中央を表示 */
  background-size: cover;              /* 要素にぴったり収める（切れてもOK） */
  background-repeat: no-repeat;
}
@media screen and (max-width:575px) {
.structure_area {
    padding-top: 5%;
    padding-bottom: 5%;
    background-image: none;
}
}
.structure_area2 {
    padding-top: 5%;
    padding-bottom: 5%;
}
.structure_img{
 mix-blend-mode: multiply;   
}
.structure_ttl{
  font-size: 25px;
    margin-top: 20px;
    line-height: 1.6;
}
@media screen and (max-width:575px) {
.structure_ttl{
    padding-left:3%;
    padding-right:3%;
}
}
.structure_ttl span{
  font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;    
}
.structure_ttl2{
    font-size: 24px;
    font-weight: bold;
    color: #888888;
    margin-top: 20px;
    line-height: 1.6;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;    
}
@media screen and (max-width:575px) {
.structure_ttl2{
    padding-left:3%;
    padding-right:3%;
}
}
.structure_read{
    font-size:17px;
    margin-top:3%;
    padding-bottom:8%;
    font-weight: 500;
}
@media screen and (max-width:575px) {
.structure_read{
    padding-left:3%;
    padding-right:3%;
    font-size:16px;
}
}
.structure_read2{
    font-size:19px;
    margin-top:3%;
    margin-bottom:6%;
    text-align: center;
}
@media screen and (max-width:575px) {
  .structure_read2{
    font-size:15px;
    margin-top:5%;
    margin-bottom:6%;
    text-align: left;
    padding-left:3%;
    padding-right:3%;
}  
}
.structure_read3{
    font-size:16px;
    margin-bottom:6%;
    line-height: 1.6;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 500;
}
@media screen and (max-width:575px) {
.structure_read3{
    font-size:15px;
    margin-top:5%;
    margin-bottom:6%;
    text-align: left;
    padding-left:3%;
    padding-right:3%;
}  
}
.structure_read4{
    font-size:13px;
    margin-top:3%;
    margin-bottom:2%;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    padding-left:3%;
    padding-right:3%;
}
/* plan_area
------------------------------------------------------------*/
.plan_area {
    padding-top: 5%;
    padding-bottom: 5%;  
}
.plan_read{
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 500;
}
@media screen and (max-width:767px) {
.plan_read{
    font-size: 13px;
}
}
.tab-btn {
  background: none;
  border: none;
  padding: 0;
  outline: none;
}

.tab-btn:focus {
  outline: none;
  box-shadow: none;
}
.tab-btn:hover {
  opacity: 0.7;
}
.tab-btn img {
  display: block;
  width: 100%;
  height: auto;
  border: none;
}

/* model_area
------------------------------------------------------------*/
.model_area {
    padding-top: 5%;
    padding-bottom: 5%;
}
@media screen and (max-width:575px) {
}
.model_ttl{
    color: #231815;
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.8;
    border-bottom: 1px solid #4D4D4D;
    padding-bottom:5px;
}
@media screen and (max-width:575px) {
.model_ttl{
    font-size: 24px;
    margin-top: 20px;
    line-height: 1.6;
    text-align: left;
    padding-left:3%;
    padding-right:3%;
}
}
#galleryWrap {	
	border-image: none;
	max-width: 1920px;	
	padding: 10px;
}
#thumbnail {
	max-width: 820px;
	margin-right: auto;
	margin-left: auto;	
}
#thumbnail ul {
	margin-top: 20px;
	list-style-type: none;
	padding-right: 0px;
	padding-left: 0px;
}
#thumbnail ul li {
	width: 9%;
	margin-right: 1%;
	margin-bottom: 1%;
	float: left;
}
#thumbnail ul li.mrClear {
	margin-right: 0px;
}
#thumbnail ul li.clear {
	clear: both;
}
#thumbnail ul li figure {
	font-size: 0px;
}
#thumbnail ul li figure.gallerySelected {
	border: 1px solid rgb(185, 14, 15); border-image: none; text-align: center;
}
#thumbnail ul li figure.gallerySelected img {
	border: currentColor; border-image: none;
}
.tabContent {
	background: rgb(255, 255, 255); text-align: center;
}
#thumbnail ul li img {
	vertical-align: middle;
	width: 100%;
}
#mainPhoto figure img {
	border: 1px solid rgb(202, 202, 202); border-image: none;
}
#thumbnail ul li {
	height: auto; background-color: white;
}
@media (max-width: 767px) {
#thumbnail ul li {
	width: 19%;	
}
}
.mhouse #thumbnail ul li {
	width: 18%; margin-right: 2%; margin-bottom: 2%;
}
#thumbnail ul li figure {
	margin: auto; border: 1px solid rgb(202, 202, 202); border-image: none; overflow: hidden;
}
.movie_box {
	max-width: 1920px;
	height: 650px;
}

#mainPhoto FIGURE IMG {
	cursor: zoom-in;
}

.gallery02 {
  /* コンテナ */
  overflow: hidden;
  /* フェードモード時 共通調整 */
  /* コントローラー */
  /* 前へ / 次へボタン */
  /* スクロールバー */
  /* スライド */
  /* サムネイル */
  /* サムネイル アクティブ時 */
}
.gallery02 .swiper {
  max-width: 720px;
  margin: auto;
}
.gallery02 .swiper-main {
  overflow: visible;
}
.gallery02 .swiper-thumb {
  padding-top: 8px;
}
.gallery02 .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.gallery02 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.gallery02 .swiper-controller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 62.5%;
}
.gallery02 .swiper-button-prev, .gallery02 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .gallery02 .swiper-button-prev::before, .gallery02 .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);
  }
}
@media only screen and (max-width: 1024px) {
  .gallery02 .swiper-button-prev::after, .gallery02 .swiper-button-next::after {
    border-color: #fff;
  }
}
.gallery02 .swiper-button-prev {
  right: calc(100% + 3.2rem);
}
@media only screen and (max-width: 1024px) {
  .gallery02 .swiper-button-prev {
    right: calc(100% - 3.2rem);
  }
}
.gallery02 .swiper-button-next {
  left: calc(100% + 3.2rem);
}
@media only screen and (max-width: 1024px) {
  .gallery02 .swiper-button-next {
    left: calc(100% - 3.2rem);
  }
}
.gallery02 .swiper-scrollbar {
  position: relative;
  margin-top: 1.6rem;
}
.gallery02 .swiper-scrollbar::after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  margin: auto;
  content: "";
  background-color: #eee;
}
.gallery02 .swiper-scrollbar-drag {
  height: 20px;
  padding: 8px 0;
  cursor: pointer;
  background-color: var(--color-theme);
  background-clip: content-box;
}
@media only screen and (min-width: 1025px) {
  .gallery02 .swiper-scrollbar-drag:hover {
    background-color: var(--color-theme-darken);
  }
}
.gallery02 .swiper-scrollbar-drag:active {
  background-color: var(--color-theme-darken);
}
.gallery02 .slide {
  display: block;
  overflow: hidden;
}
.gallery02 .slide-media {
  padding-top: 5%;
  border-radius: 4px;
}
.gallery02 .slide-media img {
  -o-object-fit: contain;
     object-fit: contain;
}
.gallery02 .slide-title {
  font-weight: bold;
  line-height: 1.6;
  padding: 3.2rem 0;
}
.gallery02 .thumb-media {
  padding-top: 5%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 4px;
}
@media only screen and (min-width: 1025px) {
  .gallery02 .thumb-media:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .gallery02 .thumb-media:hover img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.gallery02 .thumb-media img {
  /*height: calc(100% + 8px);*/
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.gallery02 .swiper-slide-thumb-active {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0.3;
}
.gallery02 .swiper-slide-thumb-active .thumb-media {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.gallery02 .swiper-slide-thumb-active .thumb-media img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}



/* eco_area
------------------------------------------------------------*/
.eco_area {
    position: relative;
    padding-top: 5%;
    padding-bottom: 0%;
    margin-left: 0px;
    margin-right: 0px;    
}
/* equ_area
------------------------------------------------------------*/
.equ_area {
    padding-top: 5%;
    padding-bottom: 5%;
}
.equ_ttl {
    font-size:28px;
    color:#B2AE85;
    border-bottom: 1px solid #B2AE85;
    padding-bottom:10px;
    text-align:center;
}
.equ_ttl2 {
    font-size:28px;
    color:#839297;
    border-bottom: 1px solid #839297;
    padding-top:6%;
    padding-bottom:10px;
    text-align:center;
}
.equ_ttl3{
    background-color: #9b9da2;
    font-size: 20px;
    font-weight:bold;
    color: #fff;
    margin-top: 3%;
    margin-bottom: 1%;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif; 
    text-align: right;
        
}
.equ_ttl4{
    background-color: #b2ae85;
    font-size: 20px;
    font-weight:bold;
    color: #fff;
    margin-top: 8%;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif; 
    text-align: center;
        
}
.equ_ttl5{
    background-color: #839297;
    font-size: 20px;
    font-weight:bold;
    color: #fff;
    margin-top: 8%;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif; 
    text-align: center;
        
}
/* location_area
------------------------------------------------------------*/
.location_area {
    padding-top: 5%;
    padding-bottom: 5%;
}
.location_area2 {
    
    /*padding-bottom: 3%;*/
    background-image: url("../images/home/location/location_ttl.png");
    background-position: center center;
    background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0; /* 上下の余白をしっかり確保 */
    
}
@media screen and (max-width:575px) {
.location_area2 {
    background-image: url("../images/home/location/location_ttl_s.png");
    width: 100%;
    background-size: cover;
    padding: 120px 0; /* 上下の余白をしっかり確保 */
}
}
.location_area3 {
    background-color:#9a8670;
    padding-top:5%;
    padding-bottom:5%;
}
.location_area4 {
    padding-top:5%;
    padding-bottom:5%;
}
.location_area5 {
    background-color: #E4E3DC;
    padding-top: 5%;
    padding-bottom: 5%;
}
.location_ttl{
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.8;
    border-bottom: 1px solid #fff;
    padding-bottom:5px;
}
.location_ttl2{
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.6;
    border-bottom: 1px solid #4d4d4d;
    padding-bottom:10px;
    padding-left:3%;
    padding-right:3%;
}
.location_read2{
    font-size:15px;
    margin-bottom:6%;
    text-align: left;
    padding-left:3%;
    padding-right:3%;
}
.location_read{
    color:#fff;
    font-size:17px;
    /*margin-bottom:4%;*/
    text-align: center;
}
@media screen and (max-width:575px) {
.location_ttl{
    font-size: 24px;
    margin-top: 20px;
    line-height: 1.6;
}
.location_read{
    font-size:15px;
    margin-bottom:6%;
    text-align: left;
    padding-left:3%;
    padding-right:3%;
}
}
/* access_area
------------------------------------------------------------*/
.access_area {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-left: 0px;
    margin-right: 0px;
    background-image: url("../images/home/access/bg.png");
    background-repeat: repeat;
    background-position: center top;
}

.access_img {
    margin-top: -8%;
    position: absolute;
}
@media screen and (max-width:767px) {
.access_img {
    margin-top: 0%;
    position: static;
}
}
.access_read {
    font-size: 3.3rem;
    line-height: 1.9;
    text-align: center;
    color: #29A9E0;
    font-weight: bold;
	margin-bottom: 2%;
}
@media screen and (max-width:991px) {
.access_read {
    font-size: 2.2rem;    
}
}
.access_tx {
    font-size: 1.8rem;
    line-height: 1.9;
    text-align: center;
    margin-top: 3%;
	margin-bottom: 3%;
}
@media screen and (max-width:991px) {
.access_tx {
    font-size: 1.6rem; 
}
}
@media screen and (max-width:576px) {
.access_tx {
    font-size: 1.5rem;    
}
}
.access_box {    
    padding-top: 5%;
}
/* map_area
------------------------------------------------------------*/
.map_area {
    padding-top: 5%;
    padding-bottom: 5%;
}
.map_area2 {
    
    /*padding-bottom: 3%;*/
    background-image: url("../images/home/location/map_ttl.png");
    background-position: center center;
    background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0; /* 上下の余白をしっかり確保 */
    
}
@media screen and (max-width:575px) {
.map_area2 {
    background-image: url("../images/home/location/map_ttl_s.png");
    width: 100%;
    background-size: cover;
    padding: 120px 0; /* 上下の余白をしっかり確保 */
}
}

.map_ttl{
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.8;
    border-bottom: 1px solid #fff;
    padding-bottom:5px;
}
@media screen and (max-width:575px) {
.map_ttl{
    font-size: 24px;
    margin-top: 20px;
    line-height: 1.6;
}
}
.map_box {
  padding-top: 0;
}
.map_box iframe {
  width: 100%;
}
/* outline_area
------------------------------------------------------------*/
.outline_area {
    padding-top: 5%;
    padding-bottom: 5%;
}
.outline_area2 {
    
    /*padding-bottom: 3%;*/
    background-image: url("../images/home/location/outline_ttl.png");
    background-position: center center;
    background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0; /* 上下の余白をしっかり確保 */
    
}
@media screen and (max-width:575px) {
.outline_area2 {
    background-image: url("../images/home/location/outline_ttl_s.png");
    width: 100%;
    background-size: cover;
    padding: 120px 0; /* 上下の余白をしっかり確保 */
}
}
.outline_area3 {
    background-color:#f2f2f2;
    padding-top:5%;
    padding-bottom:5%;
}
.outline_ttl{
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.8;
    border-bottom: 1px solid #fff;
    padding-bottom:5px;
}
@media screen and (max-width:575px) {
.outline_ttl{
    font-size: 24px;
    margin-top: 20px;
    line-height: 1.6;
}
}
.outline_ttlbox{    
    margin-right: auto;
    margin-left: auto;
    text-align: center;
	margin-bottom:30px;
}
.outline_ttlbox img{    
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}


.outline_subttl {
    font-size: 3.0vw;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 5%;
    font-weight: bold;
    color: rgba(12,130,139,0.5);
}
@media (max-width: 1199px) {
.outline_subttl {
    font-size: 5.0vw;    
}
}
@media (max-width: 991px) {
.outline_subttl {
    font-size: 4.0vw;    
}
}
@media (max-width: 767px) {
.outline_subttl {
    font-size: 5.0vw;    
}
}
.s_table {
  clear: both;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  padding-top: 3%;
  padding-right: 3%;
  padding-bottom: 3%;
  padding-left: 3%;
}
.s_table th {
  font-weight: bold;
  width: 20%;
  font-size: 1.5rem;
  /*background-color: rgb(232, 232, 232); */ 
}
.s_table td {
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  .s_table th {
    width: 30%;
    font-size: 1.3rem;
  }
  .s_table td {
    font-size: 1.3rem;
  }
}
.s_table th, .s_table td {
  padding: 2%;
  line-height: 1.4;
  border-bottom: 1px solid #4d4d4d;
}
.outline_tx {
    font-size: 1.4rem;
    line-height: 1.9;
    margin-top: 3%;
	margin-bottom: 3%;
}

/* loan_area
------------------------------------------------------------*/
.loan_area {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #ccc;
}
.loan_box {
    /*border: 1px solid #555;*/
}
.loan_head {
    background-color: #E1E1E1;
    margin-top: 30px;
    padding-bottom: 20px;
}
.loan-name {
	font-size: 18px;
}
.loan-name b {
	color: red;
}
.loan_foot {
	padding: 40px;
}
.loan_foot p {
	margin: 0;
}
.loan-text {
	font-size: 2.4rem;
    text-align: center;
}
.loan-text span {
    font-size: 16px;
    display: block;
}
.loan-unit {
	font-size: 18px;
}
.loan-alert {
	color: red;
}
.form-control.loan-bonus {
	width: 65%;
}
.form-control {
	display: inline-block;
	width: 80%;
	height: 50px;
}
label {
	display: block;
	margin-bottom: 30px;
}
.loan-button {
	background-color: #E1E1E1;
    border: none;
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding: .75em 0;
    text-align: center;
	margin-top: 20px;
    width: 80%;
}
.sim-tab-result {
    background-color: #E1E1E1;
    color: #000;
    font-weight: bold;
    font-size: 30px;
    padding: 30px 30px;
    text-align: center;
}
.sim-tab-result-text {
    display: inline-block;
    margin: 0;
}
.sim-tab-result-value {
    display: block;
	padding-top: 10px;
    text-decoration: underline;
}
.loan-note {
	line-height: 1.6;
}
@media (min-width: 767.98px) {
.loan-text {
	font-size: 44px;
    text-align: center;
}
.loan-text span {
    font-size: 18px;
    display: block;
}
.sim-tab-result-text {
    display: inline-block;
    margin: 0;
}
.sim-tab-result-value {
    display: inline-block;
    font-size: 44px;
    margin: 0 0 0 50px;
    text-decoration: underline;
}
}
/* news_area
------------------------------------------------------------*/
.news_area {
  position: relative;
  margin-top: 5%;
	margin-bottom: 5%;
  margin-left: 0px;
  margin-right: 0px;  
}
.news_wrapper {
    margin-top: 3%;
    margin-left: 0px;
    margin-right: 0px;
    height: 150px;
    overflow-y: scroll;
}
.news_box {  
  padding-bottom: 1%;
	padding-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
	border-bottom: 1px solid rgba(223,223,223,1.00);
	display: flex;
	align-items: center;
}
@media screen and (max-width: 767px) {
.news_box {
	display: block;
}
}
.news_day {
    font-size: 1.4rem;
    line-height: 1.5;    
    color: rgba(135,134,134,1.00);
	/*flex-basis:10%;*/
}
.news_day span {
    margin-left: 10px;
	margin-right: 10px;
    color: rgba(135,134,134,1.00);
    background-color: #F3F5F7;
    text-align: center;
    display: inline;
    padding-top: 3px;
    padding-left: 15px;
    padding-bottom: 3px;
    padding-right: 15px;
}

.news_ttl {
	font-size: 1.6rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
.news_ttl {
	padding-top: 10px;
}
}

/* フェードイン
------------------------------------------------------------*/


