@charset "utf-8";
@import url("/jutaku/common/css/rn03/fonts2.css");
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
#container {
	margin-top: 0;
	padding-bottom: 0;
}
/* ==

　01. モジュール

=============================================================================== */
/* ビジュアル
------------------------------------------------------------------------------- */
.kgVisual01 {
	position: relative;
	height: 680px;
	background: url(../images/visual_bg01.jpg) center center no-repeat;
	background-size: cover;
}
.kgVisual01_tit {
	position: absolute;
	top: 12px;
	right: 0;
	left: 0;
	width: 100%;
	max-width: 934px;
	margin: 0 auto;
}
.kgVisual01_front {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 13px 20px;
	background-color: #000;
	background: rgba(0, 0, 0, .3);
	color: #fff;
}
.kgVisual01_stit {
	line-height: 1.5;
	margin: 0 0 5px;
	font-size: 150%;
	font-weight: 400;
}
.kgVisual01_txt {
	line-height: 1.642;
	margin: 0;
	font-size: 117%;
	font-weight: 400;
}
/*　アンカー
------------------------------------------------------------------------------- */
.kgAnchor01 {
	position: relative;
	margin: 40px 0 15px;
	padding: 0 20px;
	z-index: 2;
}
.kgAnchor01_list {
	display: -webkit-box;
	display: flex;
	justify-content: center;
	max-width: 950px;
	line-height: 1.8;
	margin: 0 auto;
	font-size: 134%;
	font-weight: 500;
}
.kgAnchor01_item a {
	display: block;
	position: relative;
	padding: 1px 20px 2px;
	border-right: 1px solid #222;
	color: #222;
	text-decoration: none;
}
.kgAnchor01_item:first-child a {
	border-left: 1px solid #222;
}
.kgAnchor01_item a::after {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0;
	bottom: -18px;
	left: 0;
	margin: 0 auto;
	background: url(../images/arw_bg01.svg) center center no-repeat;
	background-size: contain;
}
/*　ピックアップ
------------------------------------------------------------------------------- */
.kgPickup01 {
	position: relative;
	max-width: 1440px;
	height: 1276px;
	/*margin: -195px auto -366px;*/
	margin: -195px auto -230px;
	padding: 0 20px;
	z-index: 1;
	overflow: hidden;
}
.kgPickup01 div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1440px;
	height: 1276px;
	margin: 0 0 0 -720px;
}
/*　解説
------------------------------------------------------------------------------- */
.kgAbout01 {
	position: relative;
	min-height: 670px;
	margin: -100px 0 0;
	/*margin: 0;*/
	color: #222;
	overflow: hidden;
}
.kgAbout01::before {
	content: "";
	display: block;
	position: absolute;
	top: 50px;
	right: 23.888%;
	left: 0;
	/*height: 454px;*/
	height: 484px;
	background-color: #f0eee6;
	z-index: 0;
}
.kgAbout01_in {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px;
	z-index: 2;
}
.kgAbout01_info {
	width: 70%;
}
.kgAbout01_tit {
	line-height: 1.3;
	min-height: 100px;
	margin: 0 0 32px;
	font-size: 400%;
	font-weight: 700;
}
.kgAbout01_tit::after {
	content: "";
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 0 0 0 15px;
	background: url(../images/about_bg01.png) center center no-repeat;
	background-size: contain;
	vertical-align: -0.6em;
}
.kgAbout01_tit span {
	display: inline-block;
	text-indent: -0.55em;
}
.kgAbout01_txt {
	line-height: 1.988;
	margin: 0;
	font-size: 150%;
	font-weight: 500;
	margin-bottom: 33px;
}
@media only screen and (max-width: 1000px) {
	.kgAbout01_tit {
		font-size: 384%;
	}
	.kgAbout01_txt {
		font-size: 142%;
	}
}
.kgAbout01_txt span {
	display: inline-block;
	text-indent: -0.55em;
}
.kgAbout01_img {
	position: absolute;
	top: 100px;
	left: 70%;
	height: 572px;
}
.kgAbout01_img img {
	display: block;
	max-width: none;
	width: 551px;
	height: 572px;
}
.kgAbout01_note {
	line-height: 1.6;
	/*margin: 33px 0 0;*/
	margin: 5px 0 0;
	font-size: 117%;
	font-weight: 400;	
}
.kgAbout01_note strong {
	color: #ff0000;
	font-weight: 400;	
}
.kgAbout01_note strong a:link,
.kgAbout01_note strong a:active,
.kgAbout01_note strong a:visited {
	color: #ff0000;
}
/*　対象
------------------------------------------------------------------------------- */
.kgGuide01 {
	margin: 56px 0 100px;
	padding: 0 20px;
	color: #222;
}
.kgGuide01_in {
	max-width: 1000px;
	margin: 0 auto;
}
.kgGuide01_tit {
	line-height: 1.2;
	margin: 0 0 37px;
	font-size: 400%;
	font-weight: 700;
	text-align: center;
}
.kgGuide01_tit::before {
	content: "";
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 0 15px 0 0;
	background: url(../images/guide_bg01.png) center center no-repeat;
	background-size: contain;
	vertical-align: -0.6em;
}
.kgGuide01_note {
	line-height: 1.866;
	/*margin: 18px 0 0;*/
	margin: 10px 0 0;
	font-size: 100%;
	font-weight: 500;
}
/*　スケジュール
------------------------------------------------------------------------------- */
.kgSchedule01 {
	margin: 107px 0 65px;
	padding: 62px 20px 81px;
	background-color: #F0EEE6;
	color: #222;
}
.kgSchedule01_in {
	max-width: 900px;
	margin: 0 auto;
}
.kgSchedule01_tit {
	line-height: 1.1;
	min-height: 100px;
	margin: 0 0 48px;
	font-size: 400%;
	font-weight: 700;
	text-align: center;
}
.kgSchedule01_tit::before {
	content: "";
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 0 15px 0 0;
	background: url(../images/schedule_bg01.png) center center no-repeat;
	background-size: contain;
	vertical-align: -0.6em;
}
.kgSchedule01_txt {
	line-height: 1.444;
	margin: 0 0 39px;
	font-size: 167%;
	font-weight: 400;
	text-align: center;
}
.kgSchedule01_txt span {
	font-size: 75%;
	vertical-align: 0em;
}
.kgSchedule01_img {
	max-width: 520px;
	margin: 0 auto;
}
.kgSchedule01_note {
	line-height: 1.6;
	margin: 28px 0 0;
	font-size: 117%;
	font-weight: 400;
	text-align: center;
}
.kgSchedule01_note a {
	color: #222;
}
/*　バナー
------------------------------------------------------------------------------- */
.kgBnr01 {
	margin: 0 0 80px;
	padding: 0 20px;
	color: #222;
}
.kgBnr01_in {
	max-width: 850px;
	margin: 0 auto;
}
.kgBnr01_tit {
	line-height: 1.75;
	margin: 0 0 12px;
	color: #94856F;
	font-size: 334%;
	font-weight: 700;
	text-align: center;
}
.kgBnr01_tit span {
	display: inline-block;
	position: relative;
	padding: 0 28px;
}
.kgBnr01_tit span::before,
.kgBnr01_tit span::after {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	width: 2px;
	height: 50px;
	background-color: #94856F;
}
.kgBnr01_tit span::before {
	left: 0;
	transform: rotate(-20deg);
}
.kgBnr01_tit span::after {
	right: 0;
	transform: rotate(20deg);
}
.kgBnr01_txt {
	line-height: 1.2;
	margin: 0 0 32px;
	font-size: 200%;
	font-weight: 500;
	text-align: center;
}
.kgBnr01_img {
	display: block;
	max-width: 750px;
	margin: 0 auto;
}
/*　展示場
------------------------------------------------------------------------------- */
.kgTenji01 {
	padding: 64px 20px 51px;
	background: url(../images/tenji_bg01.jpg) center center no-repeat;
	background-size: cover;
	color: #222;
}
.kgTenji01_in {
	max-width: 910px;
	border-radius: 10px;
	margin: 0 auto;
	padding: 19px 20px 20px;
	background: #000;
	background-color: rgba(0, 0, 0, .4);
	box-sizing: border-box;
}
.kgTenji01_tit {
	line-height: 1.1;
	min-height: 70px;
	margin: 0 0 10px;
	color: #fff;
	font-size: 283%;
	font-weight: 700;
	text-align: center;
}
.kgTenji01_tit::before {
	content: "";
	display: inline-block;
	width: 70px;
	height: 70px;
	margin: 0 11px 0 0;
	background: url(../images/tenji_bg01.png) center center no-repeat;
	background-size: contain;
	vertical-align: -0.68em;
}
.kgTenji01_txt {
	line-height: 1.877;
	margin: 0 0 15px;
	color: #fff;
	font-size: 150%;
	font-weight: 500;
	text-align: center;
}
.kgTenji01_area {
	border-radius: 6px;
	background-color: #fff;
	overflow: hidden;
}
/* エリア情報
------------------------------------------------------------------------------- */
.area01 {
	padding: 25px 15px 30px;
	border-radius: 4px;
	background-color: #F5F5F5;
	overflow: hidden;
}
.area01_navs1 {
	color: #333;
	font-size: 14px; /* oldIE */
	font-size: 0.85rem;
	text-align: center;
	letter-spacing: -0.5em;
}
.area01_nav1 {
	width:10.7857%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
#hokkaidoTab{ width:11.5%; }
#chubu2Tab{ width:13%; }
.area01_nav1 a,
.area01_nav1 > span {
	display: block;
	position: relative;
	padding: 17px 2% 17px;
	color: #000;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.area01_nav1 a:after,
.area01_nav1 > span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 13px;
	left: 50%;
	width: 6px;
	height: 6px;
	margin: 2px 0 0 -4px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #666;
	-webkit-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	transform:rotate(135deg);
}
.d_hover .area01_nav1 a:hover:after,
.d_hover .area01_nav1 > span:hover:after,
.area01_nav1-current a:after,
.area01_nav1-current > span:after,
.area01_nav1.fnTab_current a:after,
.area01_nav1.fnTab_current > span:after {
	border-color: #EAA960;
}
.d_hover .area01_nav1 a:hover,
.d_hover .area01_nav1 > span:hover {
	color: #EAA960;
}
.area01_nav1-current a,
.area01_nav1-current > span,
.area01_nav1.fnTab_current a,
.area01_nav1.fnTab_current > span {
	background-color: #fff;
	color: #EAA960;
	cursor: default;
}
.fnTab_target {
	display: none !important;
}
.fnTab_target.fnTab_current {
	display: block !important;
}

@media only screen and (max-width: 1150px) {
	.area01_navs1 { padding:0 20px; }
}
/* 地図
------------------------------------------------------------------------------- */
.tMap {
	position: relative;
	max-width:1150px;
	margin: 0 auto;
}
.tMap_img {
	display: block;
	}
.tMap_item {
	position: absolute;
}
/* 北海道 */
.tMap_item-pref1 {
	top: 45%;
	left: 47%;
}
/* 青森 */
.tMap_item-pref2 {
	top: 9%;
	left: 51%;
}
/* 岩手 */
.tMap_item-pref3 {
	top: 32%;
	left: 58%;
}
/* 宮城 */
.tMap_item-pref4 {
	top: 62%;
	left: 54%;
}
/* 秋田 */
.tMap_item-pref5 {
	top: 28%;
	left: 42%;
}
/* 山形 */
.tMap_item-pref6 {
	top: 56%;
	left: 38%;
}
/* 福島 */
.tMap_item-pref7 {
	top: 80%;
	left: 44%;
}
/* 茨城 */
.tMap_item-pref8 {
	top: 26%;
	left: 63%;
}
/* 栃木 */
.tMap_item-pref9 {
	top: 7%;
	left: 52%;
}
/* 群馬 */
.tMap_item-pref10 {
	top: 14%;
	left: 35%;
}
/* 埼玉 */
.tMap_item-pref11 {
	top: 37%;
	left: 42%;
}
/* 千葉 */
.tMap_item-pref12 {
	top: 65%;
	left: 64%;
}
/* 東京 */
.tMap_item-pref13 {
	top: 57%;
	left: 46%;
}
/* 神奈川 */
.tMap_item-pref14 {
	top: 75%;
	left: 43%;
}
/* 新潟 */
.tMap_item-pref15 {
	top: 15%;
	left: 65%;
}
/* 富山 */
.tMap_item-pref16 {
	top: 38%;
	left: 44%;
}
/* 石川 */
.tMap_item-pref17 {
	top: 45%;
	left: 31%;
}
/* 福井 */
.tMap_item-pref18 {
	top: 67%;
	left: 26%;
}
/* 山梨 */
.tMap_item-pref19 {
	top: 58%;
	left: 27%;
}
/* 長野 */
.tMap_item-pref20 {
	top: 59%;
	left: 56%;
}
/* 岐阜 */
.tMap_item-pref21 {
	top: 15%;
	left: 46%;
}
/* 静岡 */
.tMap_item-pref22 {
	top: 50%;
	left: 66%;
}
/* 愛知 */
.tMap_item-pref23 {
	top: 49%;
	left: 47%;
}
/* 三重 */
.tMap_item-pref24 {
	top: 67%;
	left: 36%;
}
/* 滋賀 */
.tMap_item-pref25 {
	top: 24%;
	left: 60%;
}
/* 京都 */
.tMap_item-pref26 {
	top: 18%;
	left: 47%;
}
/* 大阪 */
.tMap_item-pref27 {
	top: 46%;
	left: 44%;
}
/* 兵庫 */
.tMap_item-pref28 {
	top: 26%;
	left: 32%;
}
/* 奈良 */
.tMap_item-pref29 {
	top: 64%;
	left: 55%;
}
/* 和歌山 */
.tMap_item-pref30 {
	top: 77%;
	left: 41%;
}
/* 鳥取 */
.tMap_item-pref31 {
	top: 9%;
	left: 70%;
}
/* 島根 */
.tMap_item-pref32 {
	top: 20%;
	left: 42%;
}
/* 岡山 */
.tMap_item-pref33 {
	top: 42%;
	left: 68%;
}
/* 広島 */
.tMap_item-pref34 {
	top: 52%;
	left: 47%;
}
/* 山口 */
.tMap_item-pref35 {
	top: 67%;
	left: 17%;
}
/* 徳島 */
.tMap_item-pref36 {
	top: 40%;
	left: 66%;
}
/* 香川 */
.tMap_item-pref37 {
	top: 17%;
	left: 58%;
}
/* 愛媛 */
.tMap_item-pref38 {
	top: 38%;
	left: 31%;
}
/* 高知 */
.tMap_item-pref39 {
	top: 53%;
	left: 47%;
}
/* 福岡 */
.tMap_item-pref40 {
	top: 8%;
	left: 59%;
}
/* 佐賀 */
.tMap_item-pref41 {
	top: 14%;
	left: 47%;
}
/* 長崎 */
.tMap_item-pref42 {
	top: 32%;
	left: 46%;
}
/* 熊本 */
.tMap_item-pref43 {
	top: 43%;
	left: 56%;
}
/* 大分 */
.tMap_item-pref44 {
	top: 22%;
	left: 70%;
}
/* 宮崎 */
.tMap_item-pref45 {
	top: 58%;
	left: 68%;
}
/* 鹿児島 */
.tMap_item-pref46 {
	top: 72%;
	left: 55%;
}
/* 沖縄 */
.tMap_item-pref47 {
	top: 64%;
	left: 18%;
}
.tMap_item p {
	line-height: 1;
	margin: 0 0 8px;
	color: #000;
	font-size: 15px; /* oldIE */
	font-size: 1rem;
	text-align: center;
}
.tMap_item li {
	margin: 10px 0 0;
}
.tMap_item li:first-child {
	margin-top: 0;
}
.tMap_item a,
.tMap_item span {
	display: block;
	position: relative;
	line-height: 1.5;
	padding: 3px 32px 4px 21px;
	border: 2px solid #EAA960;
	border-radius: 4px;
	background-color: #fff;
	color: #EAA960;
	font-size: 14px; /* oldIE */
	font-size: 0.88rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.d_hover .tMap_item a:hover {
	opacity: 0.6;
}
.tMap_item a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 14px;
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.tMap_item .tMap_disable {
	border-color: #999;
	color: #999;
}
.tMap_item .tMap_disable:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 14px;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
