@charset "utf-8";

div.home_index div#wrapper_container {
	padding-top: 0px;
	margin-top: -1px;
}



#home_index_main01,
#home_index_main02,
#home_index_main03,
#home_index_main05,
#home_index_main06,
#home_index_main07,
#home_index_main08 {
	display: none;
}

.home_index #main_image_bg #main_image_switch_wrapper {
	background: linear-gradient(to right, #EEE 0%, #FFF 25%, rgba(255, 255, 255, 1.0) 45%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.0) 85%);
	height: 20.5em;
}

.menu01_body .home_index #main_image_bg {
	background: linear-gradient(to right, #EEE 0%, #FFF 25%, rgba(255, 255, 255, 1.0) 45%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.0) 85%), url(https://www.hdl.co.jp/img/slide01.jpg) no-repeat right -11em top/auto 20.5em;
}

.menu02_body .home_index #main_image_bg {
	background: linear-gradient(to right, #EEE 0%, #FFF 25%, rgba(255, 255, 255, 1.0) 45%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.0) 85%), url(https://www.hdl.co.jp/img/slide02.jpg) no-repeat right -12em top/auto 20.5em;
}

.menu03_body .home_index #main_image_bg {
	background: linear-gradient(to right, #EEE 0%, #FFF 25%, rgba(255, 255, 255, 1.0) 45%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.0) 85%), url(https://www.hdl.co.jp/img/slide03.jpg) no-repeat right -1em center / 46em;
}

.menu05_body .home_index #main_image_bg {
	background: linear-gradient(to right, #EEE 0%, #FFF 25%, rgba(255, 255, 255, 1.0) 45%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.0) 85%), url(https://www.hdl.co.jp/img/slide05.jpg) no-repeat right -3em center/auto 20.5em;
}

.menu06_body .home_index #main_image_bg {
	background: linear-gradient(to right, #EEE 0%, #FFF 25%, rgba(255, 255, 255, 1.0) 45%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.0) 85%), url(https://www.hdl.co.jp/img/slide06.jpg) no-repeat right -6em center;
}

.menu07_body .home_index #main_image_bg {
	background: linear-gradient(to right, #EEE 0%, #FFF 25%, rgba(255, 255, 255, 1.0) 45%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.0) 85%), url(https://www.hdl.co.jp/img/slide07.jpg) no-repeat right -4em center/auto 20.5em;
}

.menu08_body .home_index #main_image_bg {
	background: linear-gradient(to right, #EEE 0%, #FFF 25%, rgba(255, 255, 255, 1.0) 45%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.0) 85%), url(https://www.hdl.co.jp/img/slide08.jpg) no-repeat right -4em center/auto 20.5em;
}

.home_index #main_image_bg {
	padding-left: calc(40px + 0.5em);
	padding-right: calc(40px + 0.5em);
	box-sizing: border-box;
}

.home_index #hdl_calendar {
	display: block;
}

.menu01_body #home_index_main01,
.menu02_body #home_index_main02,
.menu03_body #home_index_main03,
.menu05_body #home_index_main05,
.menu06_body #home_index_main06,
.menu07_body #home_index_main07,
.menu08_body #home_index_main08 {
	display: block;
	height: 20.5em;
}

.menu03_body #home_index_main03 div:first-of-type ul.series_icons {
	padding: 2.3em 0 0;
}

.home_index #main_top {
	position: relative;
	border-bottom: 1px solid #bdb176;
}

.home_index #main_top #main_image_bg #main_image_switch_L,
.home_index #main_top #main_image_bg #main_image_switch_R {
	display: flex;
	justify-items: center;
	text-align: center;
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
	box-shadow: 2px 0px 0px #cfcfcf66;
	cursor: pointer;
}

.home_index #main_top #main_image_bg #main_image_switch_L {
	background-color: #FFFFFF;
	border-right: 2px solid #FFF;
	border-left: 1px solid #DDD;
	opacity: 0.45;
	left: 0;
}

.home_index #main_top #main_image_bg #main_image_switch_R {
	background-color: #F6F6F6;
	border-left: 2px solid #FFF;
	border-right: 1px solid #DDD;
	opacity: 0.6;
	right: 0;
}

.home_index #main_top #main_image_bg #main_image_switch_L:hover {
	opacity: 0.75;
}

.home_index #main_top #main_image_bg #main_image_switch_R:hover {
	opacity: 0.9;
}

.home_index #main_top #main_image_bg #main_image_switch_L::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-right: 10px solid #58610a;
	border-left: 0;
	position: absolute;
	top: calc(50% - 15px);
	left: 20px;
}

.home_index #main_top #main_image_bg #main_image_switch_R::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid #58610a;
	border-right: 0;
	position: absolute;
	top: calc(50% - 15px);
	right: 18px;
}

.home_index #main_image_bg h1 {
	padding: 0.5em 1em 0.35em;
	font-size: 4.35em;
	color: #1f1707;
	text-shadow: 2px 2px 5px #5b4b0022;
}

.home_index #main_image_bg h1 span.no_left_space {
	color: #897e53;
	text-shadow: none;
}

.home_index #main_image_bg #home_index_main08 h1 {
	letter-spacing: 0.05em;
}

.home_index #main_image_bg #home_index_main05 h1 span.no_left_space,
.home_index #main_image_bg #home_index_main07 h1 span.no_left_space,
.home_index #main_image_bg #home_index_main08 h1 span.no_left_space {
	padding-left: 0.35em !important;
}

.home_index #main_top #main_image_bg p.series_inst {
	padding: 0 2.5em;
	border: none;
	background: none;
	line-height: 1.75;
}

.home_index #main_top #main_image_bg p.series_inst_remark {
	font-size: 1em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #41332e;
	font-weight: bold;
	color: #474747;
	letter-spacing: 0.05em;
	padding-left: 4.6em;
}

html body .home_index .dv_icon {
	margin: 0;
}

.home_index .index_page_news {
	border-width: 1px 0 0 0;
}

.home_index #main_top .home_main_contents ul.series_icons {
	margin-left: 4.55em;
	margin-top: 1.5em;
	padding-bottom: 1em;
}

.home_index #main_top .home_main_contents div:nth-of-type(2) ul.series_icons {
	margin-top: 1.0em;
}

.home_index .index_page_news {
	margin-top: 2px;
	display: flex;
	justify-content: center;
}

.home_index .index_page_news ul {
	flex: none;
}

.home_index #home_container {
	display: flex;
}

.home_index #home_container #home_left_content {
	width: 270px;
	margin-right: 30px;
	padding-top: 1em;
}

#recruit a {
	display: block;
	text-decoration: none;
	color: #333;
	margin-bottom: 1em;
	font-size: 0.85em;
	/*		letter-spacing: 0.15em;*/
}

#recruit span {
	text-align: center;
	display: block;
	font-size: 1rem;
	height: 2.5em;
	line-height: 2.5em;
	border: double #3F51B5;
	background-color: #e1f5f7;
	font-weight: bold;
	letter-spacing: 0.75em;
	padding-left: 0.75em;
	margin-bottom: 0.5em;
	color: #3F51B5;
	/*		text-shadow: 1px 1px 5px #CCC;*/
	border-radius: 4px;
	margin-top: 0.75em;
}

.home_index #home_container #home_right_content {
	flex: 1;
}

.home_index #news_log {
	font-size: 0.95rem;
}

.home_index #news_log ul {
	max-height: 22.1em;
	overflow-y: auto;
}

.home_index #print_btn {
	display: none;
}

.home_main_contents a {
	text-decoration: none;
}

div#link_to_log {
	text-align: right;
	padding: 0.75em 0px 0.35em;
}

div#link_to_log a {
	text-decoration: none;
	border: 1px solid #CCC;
	border-radius: 1.25em;
	color: #333;
	padding: 0.35em 1.35em 0.35em 1.25em;
	font-size: 0.85em;
	text-shadow: 0 0 1px #EEE;
	letter-spacing: 0.1em;
}

div#link_to_log a::before {
	content: "\0bb";
	display: inline-block;
	color: #E51111;
	margin-right: 8px;
	font-weight: bold;
}

#home_right_notice {
	padding: 10px 20px;
	border: 1px solid #277444;
	margin-top: 1em;
}

#home_right_notice span {
	padding: 3px 10px;
	margin-right: 1em;
	background-color: #277545;
	color: white;
	font-size: 9pt;
	border-radius: 5px;
	letter-spacing: 0.5em;
	padding-left: 1.5em;
}
