@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. リセット用スタイル
　00. タグ固有のスタイル指定
　00. グローバルヘッダー
　00. サブヘッダー
　00. トピックパス
　00. メインコンテンツ
　00. サイド固定ナビ
　00. サブフッター
　00. ページトップ
　00. グローバルフッター
　00. 表示切替

******************************************************************************* */
/* ==

　00. リセット用スタイル

=============================================================================== */






.iGroup01 {
	margin: 120px 0 0;
	padding: 60px 0 65px;
	background-color: #f7f7f7;
}
.iGroup01_body {
	display: none !important;
}
.iGroup01_body-show {
	display: block !important;
	animation: groupShow .3s both;
}
@keyframes groupShow {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.iGroup01_in {
	max-width: 950px;
	margin: 0 auto;
}
.iGroup01_head {
	margin: 0 0 40px;
}
.iGroup01_tit {
	line-height: 1.5;
	margin: 0 0 65px;
	font-size: 250%;
	font-weight: bold;
	text-align: center;
}
.iGroup01_navs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	line-height: 1;
	border-bottom: 1px solid #000;
	font-size: 117%;
	font-weight: 400;
}
.iGroup01_nav {
	width: 50%;
	padding: 0 0 19px;
	border-bottom: 4px solid #f7f7f7;
	cursor: pointer;
}
.iGroup01_nav-current {
	border-bottom: 4px solid #E6324C;
	cursor: default;
	font-weight: 700;
}
.iGroup01_nav span {
	display: block;
	text-align: center;
}
.iGroup01_stit,
#fnResult .iGroup01_stit:first-child {
	position: relative;
	line-height: 1.5;
	margin: 80px 0 35px;
	font-size: 134%;
	font-weight: bold;
}
.iGroup01_stit:first-child {
	margin-top: 0;
}
.iGroup01_stit::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #D3D3D4;
}
.iGroup01_stit span {
	display: inline-block;
	position: relative;
	min-width: 150px;
	padding: 0 30px 0 20px;
	background-color: #f7f7f7;
	z-index: 1;
	box-sizing: border-box;
}
.iGroup01_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -23px 0 0;
}
.iGroup01_list::after {
	content: '';
	display: block;
	width: 24%;
}
.iGroup01_item {
	width: 23.579%;
	max-width: 224px;
	margin: 23px 0 0;
}
.fnJigyoSelect .iGroup01_item {
	cursor: pointer;
}
.fnJigyoSelect .iGroup01_item-active {
	cursor: default;
}
.iGroup01_item a {
	display: block;
	position: relative;
	color: #000;
	text-decoration: none;
}
.iGroup01_img {
	display: block;
}
.iGroup01_txt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	height: 61px;
	line-height: 1.428;
	margin: 0;
	padding: 0 10px 2px;
	background-color: #fff;
	font-size: 117%;
	font-weight: 400;
	text-align: center;
	transition: all .3s;
}

.d_hover .fnJigyoSelect .iGroup01_item:hover .iGroup01_txt,
.iGroup01_item-active .iGroup01_txt {
	background-color: #2E2E2E;
	color: #fff;
}
.iGroup01_jigyo {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 120px;
	line-height: 1.857;
	padding: 20px;
	background-color: #000;
	color: #fff;
	font-size: 117%;
	font-weight: 400;
	box-sizing: border-box;
	overflow: hidden;
	animation: groupJigyo .3s both;
}
.iGroup01_jigyo-show {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-start;
}
.iGroup01_block {
	display: none !important;
}
.iGroup01_block-show {
	display: block !important;
	animation: groupJigyo .3s both .5s;
}
@keyframes groupJigyo {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.iGroup01_caption {
	line-height: 1.428;
	margin: 6px 0 0;
	font-size: 117%;
	font-weight: 400;
}
.iGroup01_item a[target=_blank] .iGroup01_caption::after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 8px;
	margin: 0 0 0 10px;
	background: url(/common/images/rn04/svg/blank_ico03.svg) left top no-repeat;
	background-size: contain;
	vertical-align: 0.1em;
}
.iGroup01_anchor {
	margin: 0 0 18px;
	font-size: 117%;
	font-weight: 400;
	text-align: center;
	letter-spacing: -0.5em;
}
.iGroup01_anchor li {
	display: inline-block;
	margin: 0 18px;
	letter-spacing: normal;
}
.iGroup01_anchor a {
	color: #000;
	text-decoration: none;
}
.iGroup01_anchor a:hover {
	text-decoration: underline;
}
.iGroup01_anchor a::after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 9px;
	margin: 0 0 0 5px;
	background: url(/common/images/rn04/svg/arw_ico16.svg) center center no-repeat;
	background-size: contain;
}
.iGroup01_word {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 22px 0 19px;
	border-bottom: 1px solid #D3D3D4;
}
.iGroup01_string {
	width: 100px;
	line-height: 1.7;
	margin: 0;
	font-size: 134%;
	font-weight: 500;
	text-align: center;
}
.iGroup01_data {
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	margin: -1px 0 0;
	line-height: 2;
	font-size: 100%;
}
.iGroup01_data>li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	margin: 11px 0 0;
}
.iGroup01_data>li:first-child {
	margin-top: 0;
}
.iGroup01_data>li>p {
	width: 37%;
	line-height: 2;
	margin: 0;
	font-size: 125%;
	font-weight: 700;
}
.iGroup01_data>li>p a {
	color: #000;
	text-decoration: none;
}
.iGroup01_data>li>p a[target=_blank]::after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 8px;
	margin: 0 0 0 10px;
	background: url(/common/images/rn04/svg/blank_ico03.svg) left top no-repeat;
	background-size: contain;
	vertical-align: 0.1em;
}
.iGroup01_data>li>p a:hover {
	text-decoration: underline;
}
.iGroup01_data>li>ul {

	width: 63%;
	padding: 3px 0 0;
	font-size: 100%;
}

.iGroup01_data>li>ul li {
	margin: 6px 0 0;
}
.iGroup01_data>li>ul li:first-child {
	margin-top: 0;
}
.iGroup01_data>li>ul p {
	line-height: 1.7;
	margin: 0;
	padding: 2px 0 0 20px;
	font-size: 109%;
	font-weight: 400;
	box-sizing: border-box;

	display: flex;
	flex-wrap: wrap;
	gap: 5px 1.5em;
}
.iGroup01_data>li>ul p a[target=_blank]::after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 8px;
	margin: 0 3px 0 6px;
	background: url(/common/images/rn04/svg/blank_ico03.svg) left top no-repeat;
	background-size: contain;
	vertical-align: 0.1em;	
}

.iBnr01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	height: 140px;
	margin: 45px auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.iBnr01-hotel {
	background-image: url(/common/images/rn04/group/bnr_img01.jpg);
}
.iBnr01-silver {
	background-image: url(/common/images/rn04/group/bnr_img02.jpg);
}
.iBnr01-shopping {
	background-image: url(/common/images/rn04/group/bnr_img03.jpg);
}
.iBnr01_tit {
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
	font-size: 200%;
	font-weight: 700;
}
.iBnr01_txt {
	line-height: 1.5;
	margin: 0;
	font-size: 134%;
	font-weight: 700;
}