@charset "utf-8";
@import url(reset.css);

/* base
------------------------------*/
body {
	min-width: 1160px;
	background: #000;
	font-family: "メイリオ", "Meiryo",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		sans-serif;
	color: #FFF;
	word-break: break-word;
}
img {
	max-width: 100%;
}
a:link {
	color: #F01800;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color:#F01800;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
}
.seotext {
	font-size: 1.0em;
	line-height: 1.7;
	text-align: center;
	font-weight: normal;
	color: #FFF;
}
#wrap {
	background: #000;
	font-size: 1.4em;
	line-height: 1.8;
	color: #F6F6F6;
}

/* table
------------------------------*/
.content table {
	width: 100%;
}
.content .table:not(.-type02) th,
.content .table:not(.-type02) td {
	background: none;
	border-bottom: 3px solid #333;
	padding: 25px 35px 21px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.content .table:not(.-type02) th {
	width: 380px;
	border-bottom: 3px solid #DD2D00;
	text-align: right;
}

.content .table.-type02 th,
.content .table.-type02 td {
  padding: 9px 10px 4px;
  border: 1px solid #AF9797;
  line-height: calc(24.5 / 14);
  letter-spacing: 0.05em;
  vertical-align: top;
}
.content .table.-type02 th {
  width: 30%;
  background: #F4D7D7;
  text-align: left;
  font-weight: normal;
}
.content .table.-type02 td {
  background: #fff;
}

/* header
------------------------------*/
#header {
	padding: 27px 0 23px;
}
.logo {
	margin-bottom: 18px;
	text-align: center;
}
.h-text {
	text-align: center;
	font-size: .71em;
}

/* nav
------------------------------*/
.gnav {
	background: #FFF;
}
.gnav .nav-box {
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
}
.gnav .nav-box li {
	float: left;
}

/* main
------------------------------*/
.mainimg,
.mainimg h2 {
	overflow: hidden;
}
.mainimg li img,
.mainimg h2 img {
	position: relative;
	z-index: 10;
	top: 0;
	left: 50%;
	max-width: inherit;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.mainimg .topslide {
	position: relative;
	z-index: 1;
	top: 0;
	left: 50%;
	width: 1400px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.mainimg .topslide .btn {
	position: absolute;
	z-index: 10;
	top: 63.33%;
	right: 8.85%;
	width: 20.42%;
}

/* content
------------------------------*/
.content {
	overflow: hidden;
	width: 100%;
	padding: 60px 0;
}
.content h3 {
	background: url(../image/h3_br.jpg) center bottom no-repeat;
	padding: 6px 0 12px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.28em;
	line-height: 1.4;
	font-weight: normal;
	color: #FFF;
}
.content h4 {
	background: #DD2D00;
	padding: 6px 10px 4px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.07em;
	line-height: 1.4;
	font-weight: bold;
	color: #FFF;
}
.content .box {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto 50px;
}
.contact {
	text-align: center;
	margin-top: 60px;
}

/* float */
.imgleft,
.imgright,
.imgleft .text,
.imgright .text {
	overflow: hidden;
}
.imgleft .image {
	float: left;
	width: 300px;
	margin-right: 35px;
	text-align: center;
}
.imgright .image {
	float: right;
	width: 300px;
	margin-left: 35px;
	text-align: center;
}
.imgright div.image,
.imgleft div.image {
	border: 1px solid #444;
}
.imgright ul.image li,
.imgleft ul.image li {
	border: 1px solid #444;
	margin-bottom: 30px;
}
.imgright ul.image li:last-child,
.imgleft ul.image li:last-child {
	margin-bottom: 0;
}
.imgleft .image a,
.imgleft .image span,
.imgright .image a,
.imgright .image span {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 100%;
}
.imgleft .image a img,
.imgleft .image span img,
.imgright .image a img,
.imgright .image span img {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	padding: 1px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.double,
.triple {
	overflow: hidden;
}
.double .inner {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.double .inner:nth-child(2n) {
	margin: 0;
}
.triple .inner {
	float: left;
	width: 30%;
	margin-right: 5%;
}
.triple .inner:nth-child(3n) {
	margin: 0;
}
/*@media screen and (max-width: 680px){
	.double .inner {
		float: none;
		width: 100%;
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 480px){
	.triple .inner {
		float: none;
		width: 100%;
		margin-bottom: 50px;
	}
}*/

/* pagebute */
.page {
	margin-top: 30px;
	text-align: center;
	font-size: 0;
}
.page li {
	display: inline-block;
	font-size: 12px;
	line-height: 1.0;
	vertical-align: middle;
}
.page .link_page,
.page .current_page {
	display: block;
	width: 20px;
	padding: 5px 0 3px;
	margin: 0 3px;
	border: 1px solid #F01800;
	text-align: center;
	font-weight: normal;
}
.page .link_page {
	text-decoration: none;
	background: #F01800;
	color: #FFF;
}
.page .link_page:hover,
.page .current_page {
	background: #000;
	text-decoration: none;
	color: #F01800;
}
.page .link_before {
	display: block;
	margin-right: 10px;
}
.page .link_next {
	display: block;
	margin-left: 10px;
}

.break-wrap {
	width: auto;
	background: #CCC;
	padding: 0 200%;
	margin: 0 -200%;
}

/* slider */
.slider .image {
	border: 1px solid #444;
}
.slider .image a {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 100%;
}
.slider .image a img {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	padding: 1px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.slider .slick-prev {
	z-index: 100;
	top: 36.5%;
	left: 0;
	width: 30px;
	height: 51px;
	background: url(../image/arrow_left_off.jpg) center no-repeat;
}
.slider .slick-next {
	z-index: 100;
	top: 36.5%;
	right: 0;
	width: 30px;
	height: 51px;
	background: url(../image/arrow_right_off.jpg) center no-repeat;
}
.slider .slick-prev::before,
.slider .slick-next::before {
	content: '';
	display: none;
	background: url(../image/arrow_left_on.jpg),
		url(../image/arrow_right_on.jpg);
}
.slider .slick-prev:hover {
	background: url(../image/arrow_left_on.jpg) center no-repeat;
}
.slider .slick-next:hover {
	background: url(../image/arrow_right_on.jpg) center no-repeat;
}
.slider .slick-prev.slick-disabled,
.slider .slick-next.slick-disabled {
	opacity: 0;
}

/* footer
------------------------------*/
.footer {
	border-top: 30px solid #791800;
	padding: 50px 0 20px;
}
.f-box {
	overflow: hidden;
	width: 1160px;
	min-height: 410px;
	margin: 0 auto;
}
.f-inner {
	float: left;
	width: 400px;
}
.f-info {
	margin-bottom: 30px;
}
.f-info span {
	display: inline-block;
	margin-right: 1em;
}
.f-info dd a {
	font-weight: normal;
	text-decoration: none;
	color: #F6F6F6;
}
.f-about {
	font-size: .85em;
}
.f-about dt {
	font-weight: bold;
}
.f-logo {
	margin-bottom: 30px;
}
.f-banner li {
	margin-bottom: 20px;
	text-align: center;
}
.f-nav {
	overflow: hidden;
	float: left;
	width: 360px;
}
.f-nav li {
	float: left;
	width: 50%;
	background: url(../image/arrow_small.jpg) left 4px no-repeat;
	padding: 2px 0 2px 20px;
	margin-bottom: 10px;
	line-height: 1.2;
}
.f-nav li a {
	font-weight: normal;
}
.f-text {
	padding: 25px 0 15px;
	text-align: center;
	font-size: .71em;
	line-height: 1.4;
}
.copyright {
	display: block;
	text-align: center;
	line-height: 1.4;
	font-size: .71em;
}

/* pagetop
------------------------------*/
.pagetop {
	display: none;
	width: 1020px;
	margin: 0 auto;
}
.pagetop a {
	display: block;
	position: fixed;
	z-index: 100;
	bottom: 236px;
	right: 0;
}


/*
------------------------------*/
.top-rec-banner {
  margin-top: 75px;
  text-align: center;
}