@charset "utf-8";
.main_block {
	background-image: url(../images/main.jpg);
	height: 480px;
	position: relative;
}
.header_block {
	position: absolute;
	margin: 0 auto;
	top: 5px;
}
#stage #thumbs {
	text-align: center;
}
#stage #thumbs label {
	margin-right: 15px;
}
.aizu_area {
	padding: 50px 0;
	background-image: url(../images/bg04.jpg);
}
.flex, .kanko_block ul li .txt_box dl {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
}
.flex_between {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.flex_wrap {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex_center {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-box-pack: center;
	box-pack: center;
	-webkit-flex-pack: center;
	-moz-flex-pack: center;
	-ms-flex-pack: center;
	flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.flex_center_wrap, .kanko_block ul {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-box-pack: center;
	box-pack: center;
	-webkit-flex-pack: center;
	-moz-flex-pack: center;
	-ms-flex-pack: center;
	flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  padding: 12px 8px;
  background-image:url(../../common/images/bg04.jpg);
}
.flex_right {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-box-pack: end;
	box-pack: end;
	-webkit-flex-pack: end;
	-moz-flex-pack: end;
	-ms-flex-pack: end;
	flex-pack: end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}
.flex_between_wrap {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex_reverse {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	-ms-box-direction: reverse;
	box-direction: reverse;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex_reverse_wrap {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	-ms-box-direction: reverse;
	box-direction: reverse;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex_reverse_between {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	-ms-box-direction: reverse;
	box-direction: reverse;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.flex_reverse_between_wrap {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	-ms-box-direction: reverse;
	box-direction: reverse;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex_between_wrap_bottom {
	-webkit-display: box;
	-moz-display: box;
	-ms-display: box;
	display: box;
	-webkit-display: flexbox;
	-moz-display: flexbox;
	-ms-display: flexbox;
	display: flexbox;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-moz-box-align: end;
	-ms-box-align: end;
	box-align: end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.fade {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.cover_w {
	position: relative;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cover_h {
	position: relative;
	width: auto;
	height: 100%;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.glow {
	text-shadow: 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff;
}
.ashinomaki_area {
	padding: 0px 0 5px;
}
.kanko_block {
	height: auto;
	margin: 0 auto;
}
.kanko_block ul li {
	margin: 11px;
	background-color: #afafaf;
	width: 285px;
	height: auto;
  color: #000;
}
.kanko_block ul li .img_box {
	padding: 8px;
	line-height: 0em;
}
.kanko_block ul li .img_box img {
	width: 100%;
	height: auto;
}
.kanko_block ul li .txt_box {
	padding: 0 8px 12px 8px;
}
.kanko_block ul li .txt_box h4 {
	text-align: center;
	font-size: 20px;
	line-height: 1.2em;
	border-bottom: #000 dotted 1px;
	padding: 0 0 7px;
	margin: 0 0 7px;
}
#htlContents #htlMainContent #RthCustomizeW .kanko_block ul li .txt_box p {
	font-size: 14px;
	line-height: 1.4em;
}
#htlContents #htlMainContent #RthCustomizeW .kanko_block ul li .txt_box h4 {
	text-align: center;
	font-size: 20px;
	line-height: 1.2em;
	border-bottom: #000 dotted 1px;
	padding: 0 0 7px;
	margin: 0 0 7px;
}
.kanko_block ul li .txt_box p {
	font-size: 14px;
	line-height: 1.4em;
}
.kanko_block ul li .txt_box dl {
	font-size: 14px;
	line-height: 1.4em;
	padding: 12px 0 0;
}
.ttl_box {
  text-align: center;
  padding: 0 0 15px;
}