@charset "utf-8";

html {
	font-size: 62.5%;
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
}

.preload * {
	transition: none !important;
}
 
body {
	position: relative;
	z-index: 2;
	color: #000;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.8rem;
	line-height: 1.6;
	overflow-x: hidden;
}

strong {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

.pcNone {
	display: none;
}

input,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	background: none;
}

select::-ms-expand {
	display: none;
}

input[type="submit"] {
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]:-webkit-search-decoration {
	display: none;
}
input[type="submit"]:focus {
	outline-offset: -2px;
}

input[type="submit"]:-moz-focus-inner{
	border :0;
}

input[type=radio], input[type=checkbox] {
	display: none;
}

@media screen and (max-width: 767px) {
body {
	-webkit-text-size-adjust: 100%;
}

img {
	width: 100%;
}

.spNone {
	display: none !important;
}

.pcNone {
	display: block !important;
}

}

.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}

/* link 
*****************************************/
a:link,
a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #000;
	text-decoration: none;
}

/* footer
*****************************************/
.footer01 {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 56px;
	bottom: 0;
	left: 0;
	background: url(../images/bg02.png) no-repeat 50% 0;
}

.copyright01 {
	margin-top: 14px;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
.footer01 {
	position: relative;
	background: none;
	padding-bottom: 5.866vw;
	height: auto;
}

.footer01::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5.866vw;
	background: url(../images/bg02s.png) no-repeat 50% 100%/100%;
	content: "";
}

.copyright01 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 1.1rem;
}

}


/* contents
*****************************************/
.wrap01 {
	display: flex;
	flex-wrap: wrap;
}
.wrap01.bC {
	justify-content: center;
}
.wrap01.between {
	justify-content: space-between;
}
.wrap01.aC {
	align-items: center;
}
.wrap01.aEnd {
	align-items: flex-end;
}
.wrap01.reverse {
	flex-direction: row-reverse;
}

.contents01 {
	display: block;
	position: relative;
	z-index: 1;
	padding-top: 26px;
	padding-bottom: 116px;
	background: url(../images/bg01.png) no-repeat fixed 50% 0/cover;
}

.heading01 {
	position: relative;
	z-index: 2;
}

.heading01 > .logo01 {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.heading01 > .text01 {
	display: table;
	margin: -24px auto 0;
	max-width: 92%;
}

.heading02 {
	padding: 5px 10px 2px;
	background: rgba(230,0,18,.7);
	text-align: center;
	font-size: 3.6rem;
	font-family: 'Bebas Neue', cursive;
	letter-spacing: .2em;
	color: #fff;
	line-height: 1.2;
}

.heading03 {
	display: table;
	width: 100%;
	max-width: 532px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 13px;
}

.section01 {
	max-width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.section01 + .section01 {
	margin-top: 60px;
}

.section01 > .block01 {
	padding: 20px 10px 15px;
	background: rgba(0,0,0,.4);
}

.list01 {
	max-width: 865px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
}

.list01 > li {
	border: solid 1px #000;
	width: 31.098%;
}

.list01 > li:not(:nth-child(3n+1)) {
	margin-left: 3.352%;
}

.list01 > li:nth-child(n+4) {
	margin-top: 29px;
}

.list01 > li > a {
	display: block;
	position: relative;
}

.list01 > li > a::before {
	position: absolute;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: visibility .3s,opacity .3s;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.4);
	content: "";
}

.list01 > li > a:hover::before {
	opacity: 1.0;
	visibility: visible;
}

.list02 {
	margin-top: 15px;
}

.list02 > li {
	position: relative;
	padding-left: 1.0em;
	color: #fff;
	font-size: 1.4rem;
}

.list02 > li::before {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	content: "※";
}

.list03 li {
	display: inline-block;
	margin-right: 13px;
	font-weight: bold;
}

.list03 li:last-child::after {
	display: inline-block;
	margin-left: 15px;
	content: "（五十音順）";
}

.list03 li > a {
	text-decoration: none;
}

.list03 li > a:hover {
	opacity: .7;
}

.bnArea01 {
	margin-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
}

.bnArea01 > .title01 {
	max-width: 411px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
}

.bnr01 {
	max-width: 668px;
	margin-left: auto;
	margin-right: auto;
}

.bnr01 > a {
	display: block;
	position: relative;
}

.bnr01 > a::before {
	position: absolute;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: visibility .3s,opacity .3s;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.4);
	content: "";
}

.bnr01 > a:hover::before {
	opacity: 1.0;
	visibility: visible;
}

.img01 {
	position: absolute;
	min-width: 2000px;
	transform: translateX(-50%);
	width: 100%;
	left: 50%;
	z-index: 1;
	top: 0;
}

.img01 > .spNone {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img02 {
	width: 101.5%;
	margin-left: -.4%;
}

.txt01 {
	color: #e60012;
	font-weight: bold;
	font-size: 2.7rem;
	line-height: 1.0;
}

.table01 {
	margin-top: 8px;
	width: calc(100% + 8px);
	margin-left: -4px;
	border-collapse: separate;
	border-spacing: 4px;
}

.table01 th,.table01 td {
	padding: 16px 18px;
}

.table01 th {
	background-color: #e6e6e6;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}

.table01 td {
	background-color: #fff;
	font-size: 1.7rem;
}

.table01 tr.type01 th,.table01 tr.type01 td {
	padding: 12px 18px 10px;
}

.w01 {
	width: 140px;
}

.w02 {
	width: auto;
}

.slider01 {
	opacity: 0;
	width: calc(100% + 20px);
	margin-left: -10px;
}

.slider01.slick-initialized {
	opacity: 1.0;
}

.item01 {
	margin-left: 5px;
	margin-right: 5px;
}

.item01 .image01 {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
	background-color: #fff;
}

.item01 .image01 > a {
	display: block;
	width: 100%;
	height: 100%;
	transition: opacity .3s;
}

.item01 .image01 > a::before {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 17%;
	height: 24%;
	background: url(../images/icon01.png) no-repeat 0 0/100%;
	content: "";
}

.item01 .image01 > a:hover {
	opacity: .6;
}

.item01 .image01 img {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

@media screen and (max-width: 1024px) {
.heading01 > .logo01 {
	width: 58.789%;
}

.img01 {
	min-width: inherit;
	width: 160%;
}
}

@media screen and (max-width: 767px) {
.contents01 {
	padding-top: 6.33vw;
	padding-bottom: 30px;
	background: none;
}
	
.contents01::before {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(../images/bg01.png) no-repeat 50% 0/cover;
	content: "";
}

.heading01 > .logo01 {
	width: 44%;
}

.heading01 > .text01 {
	margin-top: 3.66vw;
	max-width: 100%;
	width: 84.133%;
}

.heading02 {
	padding-top: 4px;
	padding-bottom: 0;
	font-size: 2.7rem;
}

.heading03 {
	margin-top: -2px;
	margin-bottom: 15px;
}

.section01 {
	padding-left: 4%;
	padding-right: 4%;
}

.section01 + .section01 {
	margin-top: 30px;
}

.section01 > .block01 {
	padding-left: 2.898%;
	padding-right: 2.898%;
}

.list01 {
	margin-bottom: 5px;
	padding-left: .7695px;
	padding-right: .7695px;
}

.list01 > li {
	width: 31.5%;
}

.list01 > li:not(:nth-child(3n+1)) {
	margin-left: 2.75%;
}

.list01 > li:nth-child(n+4) {
	margin-top: 10px;
}

.list01 > li > a:hover::before {
	opacity: 0;
	visibility: hidden;
}

.list02 > li {
	font-size: 1.2rem;
}

.list03 {
	margin-top: 15px;
}

.list03 li {
	margin-bottom: 15px;
	margin-right: 10px;
}

.list03 li:last-child::after {
	margin-left: 10px;
}

.list03 li > a:hover {
	opacity: 1.0;
}

.bnArea01 {
	margin-top: 24px;
	padding-left: 5.33%;
	padding-right: 5.33%;
}

.bnArea01 > .title01 {
	width: 74.179%;
	margin-bottom: 10px;
}

.bnr01 > a:hover::before {
	opacity: 0;
	visibility: hidden;
}

.img01 {
	width: 100%;
}

.txt01 {
	font-size: 1.6rem;
}

.table01 {
	margin-top: 15px;
	width: 100%;
	margin-left: 0;
	border-spacing: 0;
}

.table01 th,.table01 td {
	display: block;
	width: 100%;
	margin-top: 5px;
}

.table01 tr {
	display: block;
}

.table01 tr + tr {
	margin-top: 10px;
}
	
.table01 th {
	padding: 3px 10px !important;
	font-size: 1.5rem;
}

.table01 td {
	padding: 9px 10px !important;
	font-size: 1.4rem;
}

.w01 {
	width: auto;
}

.slider01 {
	width: 100%;
	margin-left: 0;
}

.item01 {
	margin-left: 0;
	margin-right: 0;
}

.item01 .image01 > a:hover {
	opacity: 1.0;
}
}


/* Clearfix
*****************************************/
.cf::after {
	content: "";
	display: block;
	clear: both;
}
