@charset "UTF-8";
/* CSS Document */


#container{
	background:url(../img/index/container_bg.jpg) center 0 no-repeat;
}
#contents{
	background:url(../img/index/contents_bg.jpg) center 0 no-repeat;
	padding: 10px;
	width: 960px;
}


#multiHero{
	height:400px;
	margin-bottom:2px;
	overflow:hidden;
}
#multiHeroContents{}
#multiHeroControls{
	z-index: 100 !important;
	position: absolute;
	text-align: center;
	width: 940px;
	bottom: 12px;
	left: 0;
}
#multiHeroControls li{
	display:inline-block;
}
#multiHeroControls a{
	text-decoration:none;
	color:#fff;
	font-size:10px;
}
#multiHeroControls .thisChild a{
	color:#ff9c00;
}

/*171115 説明会バナー追加*/
#multiHero { position: relative; }
#multiHero span {
	position: absolute;
	display: block;
	bottom: 10px;
	right: 10px;
}
#multiHero span a:hover {
	opacity: 0.9;
}

.section {
	width: 960px;
	margin: 0 auto;
}
.section .block_wrap {
  padding: 6px;
  margin-top: 25px;
  background: url(../img/block_bg.png) 0 0 repeat;
}
.section .block_wrap a {
  font-weight: bold;
}
.section .block {
  /* width: 928px; */
  padding: 30px 20px;
  background: #fff;
}
:where(.section h2) {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #004098;
}
.section h3 {
  font-size: 18px;
  font-weight: bold;
  color: #030;
  margin-bottom: 10px;
  line-height: 1.5;
}
.section h4 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #f00;
}
.section h5 {
  font-size: 16px;
  font-weight: bold;
  color: #004098;
  text-align: right;
  line-height: 1.2;
}

.bnr_europe { margin: 0 0 40px; }
.bnr_europe a:hover { opacity: 0.8; }


/*202108 メッセージ枠追加*/
.msg{
	margin-top: 30px;
}
.section .h2txt{
	color: #003300;
	font-size: 28px;
  font-weight: bold;
}
.msg_r{
	width: 686px;
	float: right;
	margin: 0 0 0 20px;
}
.sub_ttl{
	font-weight: bold;
	color: #003300;
	font-size: 18px;
	margin-bottom: 8px;
}
.msg_r .txt{
		line-height: 22px;
		font-size: 14px;
}
.notice{
	color: #646464;
	font-size: 12px;
}
.notice img{
	vertical-align: middle;
}
.name{
	text-align: right;
}
.rec_tour{
	width: 414px;
	margin: 30px auto 0;
	display: block;
	color:#ec9d21 ;
	font-size: 26px;
}