body {
	background-image: url(../images/bg.jpg);
	background-size: contain;
	background-position: center center;
}
@media screen and (max-width: 575px) {
body {
	background-image: none;	
}
}
.bg_w {
	background: #FFF;
	padding-right: 5%;
	padding-left: 5%;
}

/* 一番上
---------------------------------*/
/* ===== ナビ高さをこのページだけ統一 ===== */
.top_mv2 {
    position: relative;
    width: 100%;
    margin-top: -100px;  /*min-width: 1300px;*/
}
.top_mv2 > img {
  width: 100%;
  height: auto;
  display: block;
}

.main, .footer {
  position: relative;
  z-index: 2;
  background: #FFF;
}
.index .content {
  z-index: 333;
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .index .content {
    padding: 10.6666666667vw 0;
  }
}

.head_img02 {
	position: relative; /* z-indexを有効にするため */
	/*z-index: 1; */       /* メイン画像より前面にくるように設定 */
	margin-top: -90px;  /* ★ここで上に持ち上げて重ねます。数値は調整してください */
	text-align: center; /* 画像を中央寄せにする場合 */
	padding-bottom: 0%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 1600px) {
  .head_img02 {
    margin-top: -70px;
  }
}
@media screen and (max-width: 1199px) {
  .head_img02 {
    margin-top: -50px;
  }
}
@media screen and (max-width: 776px) {
  .head_img02 {
    margin-top: -35px;
  }
}
@media screen and (max-width: 575px) {
  .head_img02 {
    margin-top: 0px;
  }
}
.head_img02 img {
    max-width: 100%;
    height: auto;
}

/* タイトル
---------------------------------*/
.main_ttl{
  color:#fff;
    ext-align: center;
    font-size: 29px;
    letter-spacing: 0.05em;
    margin-top:5%;
    margin-bottom:5%;
    font-weight: 500;
    line-height: 1.5;
}
.main_read{
  color:#fff;
    ext-align: center;
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-bottom:8%;
    line-height: 1.8;
}
.top_ttl {
	text-align: center;
	font-size: 36px;
	letter-spacing: 0.05em;
	color: #C9C9C9;
	text-transform: uppercase;
	margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
.top_ttl img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 70%;
}
}
.top_ttl2 {
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.05em;
    color: #C9C9C9;
    text-transform: uppercase;
}
.top_ttl3 {
    text-align: center;
    font-size: 36px;
    letter-spacing: 0.05em;
    color: #C9C9C9;
    text-transform: uppercase;
    padding-top:10%;
}
.top_ttlsub {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #000000;
  line-height:2.5;
  
}
.top_ttlsub_w {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-bottom: 3%;
}
@media screen and (max-width: 1199px) {
.top_ttl {  
  font-size: 24px;
  letter-spacing: 0.01em;
}
.top_ttl2 {
    font-size: 24px;
    letter-spacing: 0.01em;
}
.top_ttl3 {  
  font-size: 24px;
  letter-spacing: 0.01em;
}
.top_ttlsub {  
  font-size: 18px;
	letter-spacing: 0.01em;
}
.top_ttlsub_w {  
  font-size: 18px;
	letter-spacing: 0.01em;
}
}
.top_tx {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #000000;
    margin-bottom: 5%;
    line-height: 1.5;
}
@media screen and (max-width: 575px) {
.top_tx {
    text-align: left;
    padding-left: 10px;
	padding-right: 10px;
}
}
.top_tx_line {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #000000;
    margin-bottom: 5%;
    line-height: 1.5;    
    margin-right: auto;
    margin-left: auto;
	/*border-top: 1px dashed #808080;*/
    padding-top: 20px;
	position: relative;
}
@media screen and (max-width: 575px) {
.top_tx_line {
    text-align: left;
    padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}
}
.top_tx_line::before {
  border-bottom: 1px dashed #808080;
  content: "";
  position: absolute;
  top: -0px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}
.top_tx_line2 {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #000000;
    line-height: 1.5;    
	margin-bottom: 2%;
    margin-right: auto;
    margin-left: auto;
	/*border-top: 1px dashed #808080;*/
    padding-top: 20px;
	position: relative;
}
@media screen and (max-width: 575px) {
.top_tx_line2 {
    text-align: left;
    padding-left: 10px;
	padding-right: 10px;
}
}
.top_tx_line2::before {
  border-bottom: 1px dashed #808080;
  content: "";
  position: absolute;
  top: -0px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
}


/* 区画図
------------------------------------------------------------*/
.land_area {
  background-image: url("../images/land/bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  width: 100%;
  display: block;
  aspect-ratio: 1920 / 821;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 1;
}

/* 1450px以下で中身を少し縮小 */
@media screen and (max-width: 1450px) {
  .land_img img {
    width: 93%;
  }
}

/* 1300px以下 */
@media screen and (max-width: 1300px) {
  .land_img img {
    width: 85%;
  }
}

/* 1199px以下 */
@media screen and (max-width: 1199px) {
  .land_img img {
    width: 100%;
  }
}
/* 1099px以下 */
@media screen and (max-width: 1099px) {
  .land_img img {
    width: 90%;
  }
}
/* 767px以下 */
@media screen and (max-width: 767px) {
  .land_img img {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
.land_area {
	background-image: none;
	background-color: #f0ede5;
}
}
.land_img {    
    position: relative; /* z-indexを有効にするため */
    z-index: 21;        /* メイン画像より前面にくるように設定 */
    margin-top: -50px;  /* ★ここで上に持ち上げて重ねます。数値は調整してください */
    text-align: center; /* 画像を中央寄せにする場合 */
	padding-bottom: 0%;
}
/* 991px以下 */
@media screen and (max-width: 991px) {
  .land_img {
    margin-top: -20px;  /* ★ここで上に持ち上げて重ねます。数値は調整してください */
  }
}
/* スポット
------------------------------------------------------------*/
.spot_area {
  margin-top: -4.8vw;       /* 上と重ねる */
  padding-top: 4.8vw;       /* ← 画像用の逃げ余白を親に作る */
  padding-bottom: 3%;
  background-color: #f0ede5;
}

@media screen and (max-width: 575px) {
  .spot_area {
    margin-top: 0;
    padding-top: 3%;
    padding-bottom: 5%;
  }
}

.spot_area img {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 0;          /* ← 画像には余白を持たせない */
}

/* 間取り
------------------------------------------------------------*/
.plan_area {
  padding-top: 0%;
  padding-bottom: 5%;
  
}
@media screen and (max-width: 575px) {
.plan_area img {
	padding-top: 30px;
}
}
@media (min-width: 1600px) {
  .plan_area .col-xxl-8 {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 周辺環境
------------------------------------------------------------*/
.location_area {
  padding-bottom: 5%;
 }
.location_area img {
  padding-top: 1%;
	 padding-bottom: 5%;
  
}
.location_main_img {
  width: 100%;
  height: auto;
  display: block;
}
.loca_tx {
    font-size: 13px;    
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: #000000;
    line-height: 1.5;
}
.loca_tx span {
    font-size: 18px; 
    color: #D71618;
}
.loca_tx2 {
    font-size: 16px;    
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: #000000;
    line-height: 1.5;
}
.loca_tx2 span {
    font-size: 23px; 
    color: #D71618;
}
.loca_p {     
    padding-top: 10px;
}
.bg_gray {
  background-color: #E6E6E6;
}
@media screen and (max-width: 991px) {
.h-100 {    
    height: auto;
}
}
@media screen and (max-width: 767px) {
.contents_tx {  
  text-align: left;
}
}
.access_img {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5%;
}
@media screen and (max-width: 575px) {
.access_img img {
    width: 80%;    
}
}

/* map
------------------------------------------------------------*/
.map_area {
  padding-top: 5%; 	
	background-color: #E6E6E6;
  
}
@media screen and (max-width: 575px) {
.map_area {
	padding-top: 10%;
}
}
.map_area iframe  {
	width: 100%;	
}
.map_tx {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #000000;
    margin-bottom: 5%;
    line-height: 1.5;
}
/** 概要
-------------------------------------------------------------------**/
.outline_area {
  padding-top: 0%;
  padding-bottom: 0%;
  /*background-color: #E6E6E6;*/
  
}
.bg_w_out {
	background: #FFF;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 5%;
	padding-bottom: 5%;
}
.outline_box {	
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5%;
}
.outline_read{
	padding: 5px;
	letter-spacing: 0.1em;
	font-size: 24px;
	color: #000000;
	text-align: center;	
}
.hanbai_area{
  padding-bottom: 4%;
}
@media (max-width: 767px)  {
.outline_read{	
	font-size: 16px;
}
}
.outline_caution{
	padding: 5px;
	letter-spacing: 0.1em;
	color: #333;
	font-size: 13px;
}
/*テーブル*/
.n_table {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.n_table th {
	width: 25%;
	background-color: #FAFAFA;
	color: #333;
}
.n_table td {	
	background-color: #fff;
	color: #333333;
}
.n_table th,.n_table td {
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
}	
.loca_back2{
    background-color: #e6e6e6;
    padding-top: 5%;
    padding-bottom: 0px;
    margin-bottom: 0;
}
@media (max-width: 767px)  {
.loca_back2{
    padding-top: 10%;
}
}
/* リンクボタン
---------------------------------*/

.list_link {
	margin-top: 50px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
.list_link a {
	font-size: 35px;
	font-weight: 500;
	padding-top: 15px;
	padding-right: 150px;
	padding-bottom: 10px;
	padding-left: 150px;
	letter-spacing: 0.2em;
}
@media (max-width: 991px)  {
.list_link a {
	font-size: 30px;
	font-weight: 500;
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 5px;
	padding-left: 100px;
}
}
@media (max-width: 767px)  {
.list_link {
	margin-top: 20px;
}
.list_link a {
	font-size: 25px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
}
}
@media (max-width: 431px)  {
.list_link {
	margin-top: 0px;
}
.list_link a {
	font-size: 22px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	letter-spacing: 0.1em;
}
}
.button_list {
	border: 1px solid #8082AF;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 10px;
	text-decoration: none;
	background-attachment: scroll;
	background-color: #8082AF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.choki_text{
	font-size:15px;
	margin-bottom:3%;
	text-align: center;
	color: #000;
}
@media (max-width: 991px)  {
.choki_text{
	font-size:14px;
}	
}
@media (max-width: 767px)  {
.choki_text{
	font-size:13px;
	text-align: left;
}	
}