/* CSS Document */

nav > ul > li > a,
nav > .after_link > li > a:hover,
nav > ul > li > a:hover
{
	color: var(--point-color) !important;
}

nav > ul > li:last-child > a,
nav > .after_link > li:last-child > a:hover,
nav > ul > li:last-child > a:hover,
.bg_nav > ul > li > a:hover
{
	color: #fff !important;
}

nav > ul > li > a:after,
.bg_nav > ul > li:last-child > a:after
{
	background-color: var(--point-color) !important;
}

nav > ul > li:last-child > a:after,
.bg_nav > ul > li > a:after
{
	background-color: #fff !important;
}


#pan
{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
}


#head_area
{
	background: url(images/head_bg_white.png) no-repeat center bottom / auto auto,
	url(images/head_bg.jpg) repeat fixed center top;
	position: relative;
	padding-bottom: 260px;
}

#head_area .body
{
	padding-top: 80px;
}

#head_area .title_box
{
	position: relative;
}

#head_area .title_box small
{
	position: relative;
	z-index: 10;
	display: block;
}

#head_area .title_box big
{
	position: absolute;
	z-index: 0;
	top: 0px;
	right: 0px;
	display: block;

}



article section h3
{
	font-size: 45px;
	line-height: 1.2;
	background-image: url(images/h3_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	text-align: center;
}

article section h3 small
{
	font-size: 35px;
	line-height: 1.2;
}





footer
{
	background-image: url(images/base_bg_photo.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	min-height: 560px;
	padding-top: 120px;
}

footer .body
{
	background: rgba(255, 255, 255, 0.8);
	padding: 40px;
}

/* PCのみ設定  768 以上*/
@media screen and (min-width:1920px)
{
#head_area
{
	background: url(images/head_bg_white.png) no-repeat center bottom / 100% 344px,
	url(images/head_bg.jpg) repeat fixed center top;
}


footer
{
	-ms-background-size: 100% 540px;
	-o-background-size: 100% 540px;
	-webkit-background-size: 100% 540px;
	-moz-background-size: 100% 540px;
	background-size: 100% 540px;
}


}

@media screen and (min-width:1240px)
{
footer .body
{
	width: 1240px;
}

}


/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (max-width:1199px)
{
#head_area
{
	background: url(images/head_bg_white.png) no-repeat center bottom / 100% auto,
	url(images/head_bg.jpg) repeat fixed center top;
	padding-bottom: 0px;
	padding-bottom: calc(100vw * (240 / 1920));

}


#head_area .body
{
	padding-top: 80px;
}

article section h3
{
	font-size: 36px;
	line-height: 1.2;
}

article section h3 small
{
	font-size: 26px;
	line-height: 1.2;
}

footer .body
{
	background: rgba(255, 255, 255, 0.6);
	padding: auto;
}


#head_area .title_box small
{
	width: 53%;
}

#head_area .title_box big
{
	width: 50%;
}


}


/* スマホ設定  767 以下*/
@media screen and (max-width:767px)
{
#head_area .body
{
	padding-top: 20px;
}

}


/* スマホ設定  599 以下*/
@media screen and (max-width:599px)
{

#head_area
{
	background: url(images/head_bg_white.png) no-repeat center bottom / 200% auto,
	url(images/head_bg.jpg) repeat fixed center top;
}


#head_area .body
{
	padding-top: 60px;
}

#head_area .title_box small,
#head_area .title_box big
{
	width: auto;
	position: relative;
}

article section h3
{
	font-size: 32px;
	line-height: 1.2;
}




}
