@charset "utf-8";
/* CSS Document */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
img {
	margin: 0;
	padding: 0;
}
a:hover {
	opacity: 0.5;
}
.clearfix {
	zoom: 1;/* for IE5.5 - IE7 */
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
img {
	margin: 0px;
	padding: 0px;
}
.page {
	background-image: url(../images/bg_img_main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 0px;
}
.header_in {
	width: 1280px;
	color: #FFFFFF;
	margin: 0 auto;
}
.header_in h1 {
	float: left;
	width: 300px;
	font-size: 0.8rem;
	font-weight: normal;
	padding: 10px;
}
.img_logo {
	margin-top: 4px;
}
.box_bt {
	width: 600px;
	height: 104px;
	float: right;
	padding: 5px 5px 0;
	height: 120px;
}
.box_bt img {
	margin: 0 5px;
}
.img_main {
	margin: -10px auto 0;
	padding: 0px;
	clear: both;
	display: block;
}
.contents {
	padding: 0px;
	margin-top: 0px;
	background-color: #000000;
}
.box1 {
	background-image: url(../images/bg_1.jpg);
	background-attachment: fixed;
	height: auto;
	margin: 0px 0 -6px;
}
.highlight {
	width: 1280px;
	padding: 50px;
	height: auto;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.8);
	color: #FFFFFF;
	text-align: left;
}
.box_left {
	float: left;
	width: 50%;
}
.box_right {
	float: right;
	width: 50%;
}
.box_right img {
	float: left;
	width: 50%;
	height: auto;
}
.page .box_right span a {
	background-color: #ffc000;
	text-decoration: none;
	color: #000;
	margin: 10px auto;
	display: block;
	clear: both;
	width: 50%;
	text-align: center;
	padding: 10px;
	font-size: 1.0rem;
	border-radius: 0px 0px 30px 30px;
}
.page .box_right span a:hover {
	background-color: #000000;
	color: #ffc000;
	opacity: 1;
}
.highlight h1, h2 {
	background-color: #000000;
	width: 90%;
	border-left: #ffc000 10px solid;
	font-size: 1.2rem;
	font-weight: normal;
	padding: 3px 20px;
	clear: both;
}
.box_appearance {
	float: left;
	text-align: center;
	width: 45%;
	padding: 50px 0px 80px 20px;
	box-sizing: border-box;
	font-size: 1.2rem;
	font-weight: 600;
}
.map {
	float: right;
	margin-right: 10%;
}
.p_map {
	font-size: 1.6rem;
	font-weight: 600;
	margin: 2rem 2rem 1.3rem;
}
.page .img_salmon {
	width: 100%;
	margin-top: 30px;
	height: auto;
}
.pc_movie {
	clear: both;
	width: 100%;
	height: 546px;
	margin: 0 auto 50px;
	padding: 50px 0 0;
}
.s_movie {
	display: none;
}
.box2 {
	background-image: url(../images/bg_2.jpg);
	background-attachment: fixed;
	height: auto;
	margin-top: 0px;
}

@media all and (-ms-high-contrast:none) {
 *::-ms-backdrop, .box2 {
 background-image: url(../images/bg_2.jpg);
 background-attachment: fixed;
 height: auto;
 margin-top: -6px;
}
} /* IE11 */
.box2 .highlight {
	padding: 4%;
	box-sizing: border-box;
	width: 1280px;
}
.box2 .highlight p {
	font-size: 1.5rem;
	line-height: 2.5rem;
}
.box2 .highlight img {
	margin: 50px auto;
	display: block;
	width: 60%;
	height: auto;
}
.box3 {
	background-image: url(../images/bg_3.jpg);
	background-attachment: fixed;
	height: auto;
}
.box3 .highlight h1 {
	margin-bottom: 20px;
	width: 99%;
}
.box3 .highlight img {
	width: 24%;
	height: auto;
	margin: 0.5% 0.2%;
}
.footer {
	background-color: #121212;
	padding: 30px;
}
/* ----- .pagetop ----- */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 124px;
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
}
.img_s {
	display: none;
}
.img_s_navi {
	display: none;
}
.s_box_bt {
	display: none;
}

/*===============================================
背景2
===============================================*/
@media screen and (min-width:1025px) and ( max-width:1280px) {
.header_in {
	width: 100%;
	color: #FFFFFF;
	margin: 0 auto;
	height: 120px;
}
.highlight {
	box-sizing: border-box;
	width: 96%;
}
.box2 .highlight {
	padding: 4%;
	box-sizing: border-box;
	width: 96%;
}
.box3 .highlight {
	padding: 4%;
	box-sizing: border-box;
	width: 96%;
	box-sizing: border-box;
}
.box_appearance {
	float: left;
	text-align: center;
	width: 45%;
	padding: 50px 0px 80px 20px;
	box-sizing: border-box;
	font-size: 1.0rem;
	font-weight: 600;
}
.p_map {
	font-size: 1.3rem;
}
.img_main {
	width: 100%;
	height: auto;
}
}

/*===============================================
●smart.css  画面の横幅が1024pxまで
===============================================*/

@media screen and (max-width: 1024px) {
.page {
	background-image: none;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
}
.img_pc {
	display: none;
}
.img_s {
	display: block;
	width: 100%;
	height: auto;
}
.img_s_navi {
	display: block;
	float: left;
	width: 33%;
}
.header_in {
	width: 100%;
	color: #FFFFFF;
	margin: 0 auto;
	height: auto;
	background-color: #000000;
}
.header_in h1 {
	float: left;
	width: 35%;
	font-size: 0.8rem;
	font-weight: normal;
	padding: 10px;
}
.header_in h1 span {
	display: none;
}
.img_logo {
	margin-top: 20px;
	width: 100%;
	height: auto;
}
.box_bt {
	display: none;
}
.s_box_bt {
	display: block;
	width: 55%;
	height: auto;
	float: right;
	padding: 10px 0;
	margin: 0px 0 0px;
}
.s_box_bt img {
	width: 30%;
	margin: 0px;
	height: auto;
	float: none;
	padding: 0px;
}
.highlight {
	margin-top: 0px;
	padding: 20px 10px;
	width: 100%;
	box-sizing: border-box;
}
.box1 {
	background-position: bottom;
	background-size: 100%;
	background-image: url(../images/s_bg_1.jpg);
	background-repeat: no-repeat;
	background-color: #5a8bd0;
	margin: 0px;
}
.img_main {
	margin: -10px 0;
	padding: 0px;
	clear: both;
	width: 100%;
	height: auto;
}
.s_img_main {
	margin-top: -10px;
}
.box_left {
	float: none;
	width: 100%;
}
.box_right {
	float: none;
	width: 100%;
}
.box_right img {
	float: left;
	width: 50%;
	height: auto;
}
.highlight h1, h2 {
	background-color: #000000;
	width: 98%;
	border-left: #ffc000 10px solid;
	font-size: 1.0rem;
	font-weight: normal;
	padding: 3px 10px;
	clear: both;
	margin:auto;
}
.box_appearance {
	float: left;
	text-align: center;
	width: 50%;
	padding: 30px 0px 40px 20px;
	box-sizing: border-box;
	font-size: 0.85rem;
	font-weight: 600;
}
.box_appearance img {
	width: 95%;
	height: auto;
}
.map {
	float: none;
	margin: -20px auto 30px;
	display: block;
	width: 100%;
	height: auto;
}
.p_map {
	font-size: 1.0rem;
	font-weight: 600;
	margin: 2rem 2rem 1.3rem;
}
.page .box_right span a {
	background-color: #ffc000;
	text-decoration: none;
	color: #000;
}
.page .box_right span a:hover {
	background-color: #000000;
	color: #ffc000;
	opacity: 1;
}
.pc_movie {
	display: none;
}
.s_movie {
	clear: both;
	width: 100%;
	height: 250px;
	margin: 0px auto 0px;
	padding-bottom: 30px;
	background-color: #000000;
	display: block;
}
.box_right img {
	width: 50%;
	box-sizing: border-box;
}
.img_salmon {
	display: none;
}
.box2 {
	background-image: url(../images/bg_2.jpg);
	background-attachment: scroll;
	height: auto;
	width: 100%;
	margin: 0px auto;
}
.box2 .highlight p {
	font-size: 1.0rem;
	line-height: 1.5rem;
	margin: 0 2rem;
}
.page .box2 .highlight {
	padding-top: 0px;
	padding: 20px 0;
	width: 100%;
	margin: 0px auto;
	box-sizing: border-box;
}
.box2 .highlight img {
	margin: 30px auto;
	display: block;
	width: 85%;
	height: auto;
}
.box3 .highlight {
	margin-top: 0px;
	padding: 10px 10px;
	width: 100%;
	box-sizing: border-box;
}
.box3 .highlight h1 {
	width: 98%;
	margin: 10px auto;
}
.box3 .highlight img {
	width: 47%;
	height: auto;
	margin: 0.5% 1.1%;
}
/* ----- .pagetop ----- */
#page-top {
	position: fixed;
	bottom: 0px;
	right: -25px;
	font-size: 50%;
}
#page-top img {
	width: 70px;
	height: 70px;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
}
}

@media screen and (max-width: 320px) {
.box3 .highlight img {
	width: 47%;
	height: auto;
	margin: 0.5% 1.0%;
}
}
