@charset "utf-8";
/* 周辺環境ページ
------------------------------------------------------------*/
a {
  text-decoration: none;
}

/* location
------------------------------------------------------------*/
.location_area {
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 0px;
  padding-left: 0px;
  background: linear-gradient(90deg, #fff 0%, #fff 85%, #c8ba8d 85%, #c8ba8d 100%);
}
.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: 350vh;
  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;
	padding-left: 20px;
}
@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: 5%;
  padding-bottom: 5%;
  padding-right: 0px;
  padding-left: 0px;
  background: linear-gradient(90deg, #c8ba8d 0%, #c8ba8d 15%, #fff 15%, #fff 100%);
}
@media screen and (max-width:576px) {
 .outline_area {  
  background: linear-gradient(90deg, #fff 0%, #fff 85%, #c8ba8d 85%, #c8ba8d 100%);
}
}

.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: 70vh;
  margin: auto;
  background-color: #fff;
  top: 35vh;
}
@media screen and (max-width:1199px) {
  .outline_ttl:after {
    height: 80vh;
    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;
}
.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;
}
  }
/* line
------------------------------------------------------------*/
.line_img {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5%;
	margin-bottom: 5%;
}
.line_img2 {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2%;
	margin-bottom: 2%;
}

