#main {
	background-image: url(/product/trantixxii/uservoice/images/main_bg.jpg);
	background-size: cover;
	background-position: center;
	margin-bottom: 68px;	
}
#main>div{
	height: 150px;
	color: #fff;
	position: relative;
}
#main h1 {
	font-size: 40px;
	font-weight: bold;
	margin-top: 45px;
}

#main h1 span {
	font-size: 20px;
}


/* [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 */



/* 地域関連 一覧 */

#related_area h2 {
    color: #ac7f3e;
    font-size: 30px;
    line-height: 1;
    padding-bottom: 15px;
    border-bottom: 2px solid #333333;
    margin-bottom: 35px;
}

.related_area_content{
	position: relative;
}

.related_area_content .text_area{
	z-index: 10;
	position: absolute;
    top: 0;
    left: 0;
    max-width: 470px;
}

.related_area_content .text_area .sub_title{
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.related_area_content .images_area{
	position: relative;
}

.related_area_content .select_area{
	position: absolute;
}

.related_area_content .select_area:nth-child(2){
	top: 155px;
    right: 271px;
}

.related_area_content .select_area:nth-child(3){
	top: 420px;
    left: 0;
}

.related_area_content .select_area a{
	width: 12em;
    font-weight: bold;
    max-width: 300px;
    display: block;
    text-align: center;
    padding: 0.5em 0;
    border: #000 solid 2px;
    box-sizing: border-box;
}

.related_area_content .select_area:hover a{
	background: #849ab9;
	color: #fff;
}

.related_area_content .select_area span{
	padding-left: 1.0em;
	padding-right: 1.0em;
	transition: 0.2s;
}

.related_area_content .select_area a:after{
	font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: 900;
    display: inline-block;
    color: #000;
    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{
	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 .images_area .niigata_image{
	position: absolute;
	top: 214px;
    right: 232px;
	opacity: 0;
}

.related_area_content .images_area .yamaguti_image{
	position: absolute;
    top: 482px;
    left: 110px;
    opacity: 0;
}

.related_area_content .japan_map{
	margin-left: 80px;
}

/* 地域関連 詳細 */

#related_area .area_details_top{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -68px;
    padding: 70px 0 55px;
}

#related_area #niigata{
	background: url("/product/trantixxii/related_area/images/area_details_bg.png") center top no-repeat;
	background-size: 100% 100%;
}

#related_area #yamaguti{
	background: url("/product/trantixxii/related_area/images/area_details_bg_02.png") center top no-repeat;
	background-size: 100% 100%;
}

#related_area .area_details_top h2{
	border-bottom: none;
	text-align: center;
	margin-bottom: 20px;
	color: #000;
}

#related_area .area_details_top .inner{
	max-width: 800px;
    width: 82%;
	text-align: center;
	background: #fff;
}

#related_area .area_details_top .image_area{
	display: flex;
}

#related_area .area_details_top .image_area .area_image{
	width: 40%;
}

#related_area .area_details_top .image_area .content_right{
	display: flex;
    flex-direction: column;
	align-items: center;
    text-align: left;
    width: 60%;
	position: relative;
}

#related_area #niigata .image_area .content_right .area_pin{
	position: absolute;
    top: 128px;
    left: 124px;
	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: 89px;
    left: 260px;
}

#related_area #yamaguti .image_area .content_right .area_pin:nth-child(2){
    top: 99px;
    left: 83px;
	text-align: right;
}

#related_area #yamaguti .image_area .content_right .area_pin:nth-child(3){
    top: 141px;
    left: 130px;
}

#related_area #niigata .image_area .content_right .area_pin p,
#related_area #yamaguti .image_area .content_right .area_pin p{
	font-weight: bold;
	color: #9a3948;
	font-size: 12px;
}

#related_area .area_details_top .image_area .content_right img.niigata_image{
	position: absolute;
    top: 15px;
    left: 112px;
}

#related_area .area_details_top .image_area .content_right img.yamaguti_image{
	position: absolute;
    top: 44px;
    left: 142px;
}


#related_area .area_details_top .image_area .content_right p.description{
	margin-top: 15em;
	padding: 0 1.5em 2em;
	font-size: 18px;
}

#related_area .area_details_top .table_area .content_title{
	background: #ac7f3e;
	color: #fff;
	padding: 0.7em 0;
	font-weight: bold;
	font-size: 20px;
}

#related_area .area_details_top .table_area .city_area{
	display: flex;
}

#related_area .area_details_top .table_area .city_area:nth-child(n + 3){
	border-top: 1px solid #000;
}

#related_area .area_details_top .table_area .city_title{
	background: #6b6b6b;
	color: #fff;
	width: 8em;
	display: flex;
    justify-content: center;
    align-items: center;
	font-weight: bold;
	font-size: 18px;
}

#related_area .area_details_top .table_area .city_content{
	padding: 1.0em 1.5em;
}

#related_area .area_details_top .table_area .city_content div{
	display: flex;
	align-items: center;
}

#related_area .area_details_top .table_area .city_content div:nth-child(n + 2){
	margin-top: 0.5em;
}

#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: 0.1em;
}

#related_area .image_list img{
	width: 16.5%;
}

#related_area .area_details_content{
	margin-bottom: 8em;
}

#related_area .area_details_content .content_inner{
	width: 100%;
	padding-top: 7em;
	position: relative;
}

#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: 30%;
}

#related_area .area_details_content .content_title{
	position: absolute;
	top: 80px;
    left: 0px;
}

#related_area .area_details_content .content_title p{
	background: #ac7f3e;
	color: #fff;
	padding: 0.5em 0em;
    width: 10em;
    font-weight: bold;
	font-size: 22px;
	height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
}

#related_area .area_details_content .inner{
	border-top: 4px solid #6e6e6e;
	padding: 0 0 0 2em;
}

#related_area .area_details_content .inner .inner_area{
	background: #efefef;
	padding: 4.5em 10em 3em;
}

#related_area .area_details_content .inner .inner_area p{
	font-size: 18px;
}

#related_area .area_details_content .inner .inner_area p:nth-child(n + 2){
	margin-top: 0.3em;
}

#related_area .area_details_content .inner .square{
	color: #ac7f3e;
	font-size: 18px;
}

#related_area .area_details_content .inner .bold{
	font-weight: bold;
}

#related_area .area_details_content .inner .image_area{
	margin-top: 2.5em;
	display: flex;
	justify-content: space-between;
}

#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: 30px;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 18px;
    margin: 0 auto 50px;
    padding: 10px 30px;
    width: 18em;
	
}

.pc_show{
	display: block;
}

.sp_show{
	display: none;
}
