#main {
	background-image: url(/product/trantixxii/uservoice/images/main_bg.jpg);
	background-size: cover;
	background-position: center;
	margin-bottom: 15px;
}
#main>div{
	height: 70px;
	color: #fff;
	position: relative;
	overflow: visible;
}
#main h1 {
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
	margin-left: 10px;
}
#main h1 span {
	font-size: 12px;
}
#main p {
	color: #000;
	font-size: 11px;
	position: absolute;
	top: 130px;
	left: 5%;
	width: 90%;
}
#main p br:not(.br_sp) {
	display: none;
}
#main_image {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 100px;
}


/* uservoice01 */
/* [hack] clear fix
--------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



/* 地域関連 一覧 */

#main h1{
    font-size: 18px;
}

.related_area_list #related_area{
	margin: 0 auto;
    width: 95%;
}

#related_area h2 {
    color: #ac7f3e;
    padding-bottom: 1%;
    border-bottom: 2px solid #333333;
    margin-bottom: 3%;
}

.related_area_content .text_area{
	width: 100%;
	margin-bottom: 3em;
}

.related_area_content .text_area .sub_title{
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 2%;
}

.related_area_content .images_area{
	position: relative;
	margin: 0 0 4em;
}

.related_area_content .select_area:nth-child(n + 2){
	margin-top: 1.0em;
}

.related_area_content .select_area a{
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 1em 0;
    box-sizing: border-box;
	width: 70%;
    margin: 0 auto;
	background: #849ab9;
	color: #fff;
	border-radius: 35px;
}

.related_area_content .select_area a.niigata span{
	padding: 0 0.5em;
}

.related_area_content .select_area a.yamaguti span{
	padding: 0 0.5em;
}

.related_area_content .select_area a:after{
	font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: 900;
    display: inline-block;
    color: #fff;
    font-size: 1em;
}

.related_area_content .select_area:hover a:after{
	color: #fff;
}

.related_area_content .select_area:hover span{
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.related_area_content .area_pin{
	display: none;
	z-index: 10;
	text-align: center;
    position: absolute;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.related_area_content .area_pin p{
	font-size: 14px;
	font-weight: bold;
	color: #9a3948;
}

.related_area_content .area_pin:first-child{
    top: 294px;
    right: 269px;
}

.related_area_content .area_pin:nth-child(2){
    top: 513px;
    left: 240px;
	text-align: left;
}

.related_area_content .area_pin:nth-child(3){
    top: 521px;
    left: 34px;
	text-align: right;
}

.related_area_content .area_pin:nth-child(3) img{
	padding-right: 18px;
}

.related_area_content .area_pin:nth-child(4){
    top: 567px;
    left: 78px;
}


.related_area_content .area_pin img{
	width: 2%;
}

.related_area_content .images_area .niigata_image{
	position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 130px;
	display: none;
}

.related_area_content .images_area .yamaguti_image{
	position: absolute;
    top: 482px;
    left: 110px;
    opacity: 0;
	display: none;
}

.related_area_content .japan_map{
	width: 90%;
    margin: 0 auto 3em;
    display: block;
}

/* 地域関連 詳細 */

#related_area{
	margin: 0 auto;
    width: 100%;
}

#related_area .area_details_top{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -15px;
    padding: 5% 0 5%;
}

#related_area #niigata{
	background: url("/product/trantixxii/related_area/images/area_details_bg.png") center top no-repeat;
	background-size: cover;
}

#related_area #yamaguti{
	background: url("/product/trantixxii/related_area/images/area_details_bg_02.png") center top no-repeat;
	background-size: cover;
}

#related_area .area_details_top h2{
	border-bottom: none;
	margin-bottom: 3%;
	color: #000;
}

#related_area .area_details_top .inner{
    width: 85%;
	text-align: center;
	background: #fff;
}

#related_area .area_details_top .image_area{
	
}

#related_area .area_details_top .image_area .area_image{
	display: none;
}

#related_area .area_details_top .image_area .content_right{
	display: flex;
    flex-direction: column;
	align-items: center;
    text-align: left;
	padding: 0 1.0em;
}

#related_area .area_details_top .image_area .content_right .map_image{
	width: 300px;
    margin: 0;
	position: relative;
}

#related_area #niigata .image_area .content_right .area_pin{
	position: absolute;
    top: 114px;
    left: 39px;
	z-index: 10;
    text-align: center;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

#related_area #yamaguti .image_area .content_right .area_pin{
	position: absolute;
	z-index: 10;
    text-align: center;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

#related_area #yamaguti .image_area .content_right .area_pin:first-child{
    top: 73px;
    left: 184px;
}

#related_area #yamaguti .image_area .content_right .area_pin:nth-child(2){
    top: 89px;
    left: 4px;
}

#related_area #yamaguti .image_area .content_right .area_pin:nth-child(2) img{
	width: 10%;
    margin-left: 5em;
}

#related_area #yamaguti .image_area .content_right .area_pin:nth-child(3){
    top: 147px;
    left: 16px;
}

#related_area #yamaguti .image_area .content_right .area_pin:nth-child(3) img{
	width: 11%;
}

#related_area #niigata .image_area .content_right .area_pin p,
#related_area #yamaguti .image_area .content_right .area_pin p{
	font-weight: bold;
}

#related_area .area_details_top .image_area .content_right .area_pin img{
    width: 15%;
}

#related_area .area_details_top .image_area .content_right img.niigata_image{
    width: 240px;
    display: block;
    margin: 0 auto;
}

#related_area .area_details_top .image_area .content_right img.yamaguti_image{
	width: 240px;
    display: block;
    margin: 0 auto 1em;
}


#related_area .area_details_top .image_area .content_right p.description{
	margin: 1em 1em;
    width: 100%;
    padding: 0 0 2em;
}

#related_area .area_details_top .table_area .content_title{
	background: #ac7f3e;
	color: #fff;
	padding: 0.7em 0.5em;
	font-weight: bold;
	font-size: 18px;
}

#related_area .area_details_top .table_area .city_area{
	display: block;
}

#related_area .area_details_top .table_area .city_title{
	background: #6b6b6b;
	color: #fff;
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	font-weight: bold;
	font-size: 16px;
    padding: 0.5em 0;
}

#related_area .area_details_top .table_area .city_content{
	padding: 1.5em 1.0em;
}

#related_area .area_details_top .table_area .city_content div p:last-child{
	text-align: left;
    margin: 0.5em 0 0 0.5em;
}

#related_area .area_details_top .table_area .city_content div:nth-child(n + 2){
	margin-top: 1.0em;
}

#related_area .area_details_top .table_area .sub_title{
	color: #ac7f3e;
	border: 2px solid #ac7f3e;
	border-radius: 50px;
	padding: 0.1em 0;
    width: 6em;
	font-weight: bold;
	margin-right: 1em;
}

#related_area .area_details_top .table_area a{
	text-decoration: underline;
}

#related_area .area_details_top .table_area a:hover{
	text-decoration: none;
}

#related_area .image_list{
	display: flex;
	justify-content: space-between;
	margin-top: 1%;
    flex-wrap: wrap;
}

#related_area .image_list img{
	width: 33%;
}

#related_area .image_list img:nth-child(n + 4){
    margin-top: 0.5%;
}

#related_area .area_details_content{
	margin-bottom: 5em;
}

#related_area .area_details_content .content_inner{
	width: 95%;
	padding-top: 5em;
	position: relative;
	margin: 0 auto;
}

#related_area .area_details_content .content_inner img{
	width: 100%;
}

#related_area .area_details_content .inner .column_1 .image_area div{
	width: 50%;
}

#related_area .area_details_content .inner .column_2 .image_area div{
	width: 48%;
}

#related_area .area_details_content .inner .column_3 .image_area div{
	width: 45%;
}

#related_area .area_details_content .inner .column_3 .image_area div:nth-child(n+3){
	margin-top: 20px;
}

#related_area .area_details_content .content_title{
	position: absolute;
	top: 3em;
    left: 0px;
}

#related_area .area_details_content .content_title p{
	background: #ac7f3e;
	color: #fff;
	padding: 1.0em 1.0em;
    width: 9em;
    font-weight: bold;
	font-size: 18px;
	height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

#related_area .area_details_content .inner{
	border-top: 4px solid #6e6e6e;
}

#related_area .area_details_content .inner .inner_area{
	background: #efefef;
	padding: 5em 2em 3em;
}

#related_area .area_details_content .inner .square{
	color: #ac7f3e;
	font-size: 16px;
}

#related_area .area_details_content .inner .bold{
	font-weight: bold;
}

#related_area .area_details_content .inner .image_area{
	margin-top: 1em;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#related_area .area_details_content .inner .column_1 .image_area{
	justify-content: center;
}

#related_area .btn_area a{
	z-index: 10;
    background: #ac7f3e none repeat scroll 0 0;
    border-radius: 35px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto 10%;
    padding: 10px 20px;
    width: 16em;
}

.pc_show{
	display: none;
}

.sp_show{
	display: block;
}
