@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@400;700&display=swap');


/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
*/


/* ヘッダー
----------------------------------*/
body {
  font-family: 'Noto Sans JP', serif;
}
.home-navigation {
  display: none;
}
.scroll-navigation {
  display: block;
}
/*top*/
.top_mainimg {
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}


/** タイトル
-------------------------------------------------------------------**/
.h2_title {
	padding-top: 10px;
	padding-bottom: 10px;	
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.h2_title img {	
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
/*@media (max-width: 576px) {
.h2_title img {
    width: 50%;    
}
}*/


.ttl_read {
    font-size: 25px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin-bottom: 0px;
    text-align: center;
    color: #826760;
    padding-bottom: 5%;
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
    font-family: 'Noto Serif JP', serif;
}
@media (max-width: 767px) {
.ttl_read {
  font-size: 22px; 
	text-align: left;
}
}
.ttl_read span {
  font-size: 50px;  
  color: #93B54F;
}
@media (max-width: 576px) {
.ttl_read {
  font-size: 20px;  
}
.ttl_read span {
  font-size: 30px;  
}
}
.ttl_read2 {
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 0px;
  text-align: center;
  color: #fff;
  padding-bottom: 2%;
  margin-top: 2%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
.ttl_read2 {
  font-size: 22px;  
}
}
.ttl_read2 span {
  font-size: 50px;  
  color: #93B54F;
}
@media (max-width: 576px) {
.ttl_read2 {
  font-size: 20px;  
}
.ttl_read span {
  font-size: 30px;  
}
}
.ttl_tx {
	font-size: 18px;
	margin-bottom: 2%;
	line-height: 1.8;
	text-align: center;
	margin-top: 2%;
	font-family: 'Noto Sans JP', sans-serif;
}
@media (max-width: 576px) {
.ttl_tx {
	font-size: 14px;
	margin-bottom: 2%;
	line-height: 1.8;
	text-align: left;
	margin-top: 2%;
	font-family: 'Noto Sans JP', sans-serif;
}
}


/** トップ
-------------------------------------------------------------------**/

.top_area {
	padding-bottom: 0%;	
}
.top_box{
	margin-top: 6%;
    margin-bottom: 5%;
}
/** ポイント
-------------------------------------------------------------------**/

.point_area {
    padding-top: 5%;
    padding-bottom: 5%;
    /*background-color: rgba(128,128,128,0.1);*/
}
.point_box{
    padding-left:0;
    padding-right:0;
}
.plan_ttl{
 font-size:32px;
    font-weight:500;   
}
@media (max-width: 1399px) {
.plan_ttl{
 font-size:27px;  
}
}
@media (max-width: 1199px) {
.plan_ttl{
 font-size:24px;  
}
}
@media (max-width: 576px) {
.plan_ttl{
 font-size:22px;   
}
}
.point_box2{
    padding-top:5%;
    padding-bottom:3%;
}
@media (max-width: 576px) {
    .point_box2{
    padding-top:8%;
}
}
.point_read{
    font-size:13px;
    margin-top:10px;
    margin-bottom:20px;
    padding-left:20px;
    line-height:1.4;
    font-weight:400;
}
@media (max-width: 767px) {
.point_read{
    font-size:12px;
    padding-left:10px;    
    padding-right:10px;
}
}
@media (max-width: 576px) {
.point_read{
    font-size:13px;
}
}
.point_read2{
    font-size:13px;
    font-weight:400;
}
/** ランド
-------------------------------------------------------------------**/
@media (max-width: 767px) {
.land_area {
	padding-top: 8%;
	padding-bottom: 10%;	
}
}

/** プラン
-------------------------------------------------------------------**/
.plan_area {
    padding-top: 0%;
    padding-bottom: 5%;
    overflow: visible; /* 装飾画像のはみ出し防止 */
    position: relative;
}
@media (max-width: 576px) {
.plan_area {
    margin-top: 5%;
    /*background: linear-gradient(180deg, #fff 0%, #fff 0.5%, #231815 0.5%, #231815 100%);*/	
}
}
/*右上背景*/
.plan_back::before {
    content: "";
    position: absolute;

    top: 5%;
    right: 0;

    width: 100%;
    aspect-ratio: 1535 / 600;
    max-height: 700px;

    background-image: url("../img/home/plan/room_back01.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;

    mix-blend-mode: multiply;
    opacity: 0.8;

    transform: scale(1.12);
    transform-origin: right top;

    z-index: 0;
    pointer-events: none;
}

/*左下背景*/
.plan_area::after {
    content: "";
    position: absolute;

    bottom: 0;
    left: 0;

    width: 100%;
    aspect-ratio: 1920 / 600;   /* 実画像比率に合わせる */
    max-height: 900px;

    background-image: url("../img/home/plan/room_back02.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;

    mix-blend-mode: multiply;
    opacity: 0.8;

    z-index: 2;
    pointer-events: none;
}


@media (max-width: 576px) {
  .plan_back::before,
  .plan_area::after {
    display: none;
  }
}
.plan_photo {
    position: absolute;
    bottom: -10%;
    left: 0px;
    width: 50vw;
}
.plan_read{
    font-size:16px;
    line-height: 1.6;
    margin-top:5px;
    margin-bottom:20px;
    font-weight: 400;
}
@media (max-width: 991px) {
.plan_read{
    font-size:14px;
}
}
.plan_box2{
    margin-top:3%;
    margin-bottom:3%;
}
.plan_back{
    position: relative;
    z-index: 1;
    background-color: #efefef;
    padding-top:5%;
    padding-bottom:5%;
}

@media (max-width: 576px) {
.plan_back{
    background-color: #fff;
    padding-top:5%;
    padding-bottom:5%;
}
}
.plan_back > * {
    position: relative;
    z-index: 2;
}
/*マーター動画*/

.movie_area {
  margin-top: 3%;
	margin-bottom: 3%;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.matter_ttl{
    font-size: 43px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 20px;
    border-bottom: 2px solid #93B54F;
    font-weight: 500;
    color: #93B54F;
}
.matter_read{
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    
    font-weight: 500;
    color: #000;
}
/* 操作方法 */
.matterport_back{
    background-color: #F7F9EB;
	padding: 15px;
}
.matter_space2{
    padding: 15px;
	margin-top: 60px;
}
.matter_space3{
   margin-bottom: 10px;

}
.accbox {
    margin-top: 1em;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2em;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    background-color: #F0F95B;
}
.accbox2 {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2em;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;

}
.method_ttl {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #333333;
    border: 1px solid #000000;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}
.method_ttl2 {
    font-size: 19px;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #FFF;
    /*border: 1px solid #000000;*/
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
    text-align: center;	
    background-color: #93B54F;
}
.method_ttl3 {
    font-size: 19px;
    margin-top: 30px;
	margin-bottom: 30px;
    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;
}
.method_tx {
    margin-top: 10px;
	font-size: 19px;
	margin-bottom: 0px;
	line-height: 2;
	color: #333333;
	border-bottom: 1px solid #93B54F;
}
.method_tx2 {
    font-size: 15px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.6;
    color: #333333;
    padding-left: 20px;
}
.method_tx3 {
    font-size: 15px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.6;
    color: #333333;
    text-align: center;
}
.method_tx4 {
    font-size: 15px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.6;
    color: #333333;
    text-align: center;
}
.matterport_back img {
    max-width: 100%;
    height: auto;
}

/** ロケーション
-------------------------------------------------------------------**/

.location_area{
	padding-top: 2%;	
	padding-bottom: 5%;
	/*background-color: rgba(128,128,128,0.1);*/
}
.location_area2{
	padding-top: 0%;	
	padding-bottom: 2%;
    position: relative;
}
.location_area2::before {
    content: "";
    position: absolute;

    left: 3%;               
    top: 42%;               
    transform: translateY(-50%) scale(1.15); /* 引きだけで大きく */

    width: 70vw;             /* ← 幅で大胆に */
    max-width: 1300px;

    aspect-ratio: 1920 / 600;
    max-height: 600px;

    background-image: url("../img/home/location/loca_back01.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;

    mix-blend-mode: multiply;
    opacity: 0.8;

    z-index: 0;
    pointer-events: none;
}
.location_area2 > * {
    position: relative;
    z-index: 1;
}
@media (max-width: 1199px) {
  .location_area2::before {
    display: none;
  }
}

.loca_box{
    padding-left:2%;
}
@media (max-width: 576px) {
.loca_box{
    padding-left:0;
}
}
.loca_box2{
    margin-top:4%;
}
.loca_ttl{
    font-weight: 500;
    font-size: 32px;
    color:#585757;
    line-height: 1.6;
    border-bottom: 2px solid #585757;
    padding-bottom:5px;
    margin-bottom:20px;
}
@media (max-width: 1399px) {
    .loca_ttl{
    font-size: 27px;
}
}
@media (max-width: 1199px) {
    .loca_ttl{
    font-size: 24px;
}
}
@media (max-width: 576px) {
    .loca_ttl{
    font-size: 22px;
}
}
.loca_ttl2{
    font-weight: 500;
    font-size: 30px;
    color:#585757;
    line-height: 1.6;
    border-bottom: 2px solid #585757;
    padding-bottom:10px;
    margin-bottom:20px;
}

.loca_read {
    font-size: 16px;
    margin-top: 1%;
    margin-bottom: 10%;
    line-height: 1.8;
    text-align: center;
    margin-top: 2%;
    color: #040000;
    font-weight: 400
}
@media (max-width: 576px) {
.loca_read {
    font-size: 14px;
    margin-bottom: 6%;
    text-align: left;
    line-height: 1.3;
    padding-left: 0px;
    padding-right: 0px;
}
}
.loca_read2{
    font-size: 16px; 
    font-weight: 400;
    line-height: 1.8;
    margin-bottom:20px;
}
.loca_tx {
	font-size: 16px;
	margin-bottom: 2%;
	line-height: 1.8;
	margin-top: 2%;
	color: #826760;
}
.location_box{
	padding-top: 3%;	
}

.h3_ttlbox {
    font-size: 18px;
    /*background: linear-gradient(-45deg, #294ce1 0%, #294ce1 25%, #29aae1 25%, #29aae1 100%);*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    color: rgba(255,255,255,1.00);
    padding-top: 10px;
    margin-bottom: 20px;
    background-color: #988575;
}
.h3_ttl {
    font-size: 20px;
    background-color: #988575;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 8px;
    padding-right: 8px;
    color: rgba(255,255,255,1.00);
}

.h3_right {
	text-align: right;
	text-transform: uppercase;
}
@media (max-width: 576px) {
.h3_ttlbox {
	font-size: 16px;	
	padding-left: 10px;
	padding-right: 10px;
}
.h3_ttl {
	font-size: 18px;
}
}
.location_name {
	font-size: 17px;
	margin-bottom: 2px;
	line-height: 1.4em;
	margin-top: 0px;
}
.location_tx{
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 25px;
	line-height: 1.4em;
	color: #826760;
	
}

/** マップ
-------------------------------------------------------------------**/

.map_area {
    padding-top: 2%;
    padding-bottom: 0;
    position: relative;
    background-color: #efefef;
    overflow: visible; /* ← 外にはみ出させるため */
}

.map_area::before {
    content: "";
    position: absolute;

    top: -25%;          /* ← 少し上に飛び出す */
    right: 0%;         

    width: 60vw;        /* ← 45vw → 60vw に拡大 */
    max-width: 1244px;  /* ← 実画像幅に合わせる */

    aspect-ratio: 1244 / 600; /* 実際の縦横比に合わせてOK */
    max-height: 600px;

    background-image: url("../img/home/location/loca_back02.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;

    mix-blend-mode: multiply;
    opacity: 0.8;

    
    transform: scale(0.90);
    transform-origin: right top;

    z-index: 0;
    pointer-events: none;
}

.map_area > * {
    position: relative;
    z-index: 1;
}
@media (max-width: 1399px) {
 .map_area::before {
     top: -20%; 
    right: 0%;
}
}
@media (max-width: 1199px) {
 .map_area::before {
     top: -13%; 
    right: 0%;
}
}
@media (max-width: 575px) {
  .map_area::before {
    display: none;
  }
}


.map_box {
  padding-top: 0%;
}

.map_box iframe {
	width: 100%;  
}

/** 設備
-------------------------------------------------------------------**/

.equ_area {
  padding-top: 5%;	
	padding-bottom: 2%;
}
.equ_area img {  	
	padding-bottom: 15px;
}


/*概要*/

.outline_area {
  padding-top: 5%;	
	padding-bottom: 2%;
}

.outline_box {
  padding-top: 3%;
}
.outline-table > tbody > tr > th,
.outline-table > tbody > tr > td {
  vertical-align: middle;
  padding-top: 15px;
  padding-bottom: 15px;
}

.outline-table th {
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #fff;
    color: #fff;
    text-align: center;
    width: 25%;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 300;
    background-color: #a28a77;
}
.bg_brown {
  background-color: #553900;
}
.bg_pink {
  background-color: #ffe8e8;
}
.bg_red {
  background-color: #ae0000;
}
.blue {
  color: #29297e;
}
.red {
  color: #ae0000;
}
.back_gray{
 background-color: #efefef;   
}
.outline-table td {
  color: #5d5d5d;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}

.outline-table > thead > tr > th {
  border: none;
}

/*バナー*/

.bn_area {
  padding-top: 2%;	
	padding-bottom: 5%;
}


/** スライド
-------------------------------------------------------------------**/
.slider-slick {
    margin-bottom: 0px;
	padding-bottom: 0px;
}
.thumb-slick {
    margin-bottom: 0px;
    padding-bottom: 0px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1%;
}


.slider-slick li {
	padding-right: 0px;
}
.slider-slick .slick-slide {
  transform: scale(.85);
	opacity: 0.8;
}
.slider-slick .slick-current {
  transform: scale(1.1);
	opacity: 1.0;
}
.thumb-slick .slick-slide {
	opacity: 0.6;
}
.thumb-slick .slick-current {
	opacity: 1.0;
}
.thumb-slick li {
	padding-right: 5px;
}
.slider-slick li img {
	width: 100%;
}
.thumb-slick li img {
	width: 100%;
}



.footer-btn-s {
  display: none;
}
@media screen and (max-width: 1200px) {
.footer-btn-s {
  display: block;
}
.footer-btn {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	z-index: 101;
	top: auto;
	
}
	
.footer-btn li a {
	
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-btn li a {
	color: rgba(255,255,255,1.00);
}

.footer-btn li a {
	float: left;
	text-align: center;
	background-color: #988575;
	margin-right: 1%;
	margin-left: 1%;
}
.footer-btn li a:first-child  {
    background-color: #726355;
    width: 48.0%;
}

.footer-btn li a:nth-child(2) {
    background-color: #988575;
	width: 48.0%;
}
}

.submit_btn{
    border: 0px;
    width: 170px;
    height: 59px;
    background-repeat: no-repeat;
    background-position: left top no-repeat;
    background-image: url(../img/request_side_bn.png);
}
.submit_btn:hover{
    cursor: pointer;    
    opacity: 0.7;
}
