@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,main,figure{margin:0;padding:0}table{font-size:100%;font-family:inherit}fieldset,img{border:0}img,svg,video{vertical-align:middle}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%}q:before,q:after{content:''}abbr,acronym{border:0}select,input,textarea{font-size:100%}header,footer,nav,main,section,article,figure,aside,picture{display:block}

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	font-size: 1rem;
	line-height: 1.8;
	color: #000000;
	word-wrap: break-word;
	overflow-wrap: break-word;

	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.8;
}
a[href] {
	color: #000000;
	text-decoration: underline;
	outline: none;
}
a[href]:hover {
	text-decoration: none;
}
a[href].a_reverse,
.a_reverse a[href] {
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	a[href].a_reverse:hover,
	.a_reverse a[href]:hover {
		text-decoration: underline;
	}
}

img,
iframe {
	max-width: 100%;
	height: auto;
}

label {
	cursor: pointer;
}
input, select, textarea, button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	max-width: 100%;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	font-size: 100%;
}
::-webkit-input-placeholder {
	color: #ccc;
}
:-ms-input-placeholder {
	color: #ccc;
}
::-moz-placeholder {
	color: #ccc;
}
select::-ms-expand {
	display: none;
}
button {
	cursor: pointer;
}

.hidden {
	display: none;
}
.slick-slider * {
	outline: none;
}

/* pc / sp
============================================================================================================ */
@media screen and (min-width: 768px), print {
	.sp {
		display: none !important;
	}
	.pc_break {
		position: relative;
		display: block;
		height: 0;
		overflow: hidden;
	}
	.pc_hidden {
		position: relative;
		overflow: hidden;
		display: block;
		height: 0;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.sp_break {
		position: relative;
		display: block;
		height: 0;
		overflow: hidden;
	}
}
@media screen and (min-width: 371px) {
	.sps {
		display: none !important;
	}
}
@media screen and (max-width: 370px) {
	.sps_non {
		display: none !important;
	}
}

/* transition
============================================================================================================ */
@media screen and (min-width: 768px) {
	body.init a[href],
	body.init a[href]::before,
	body.init a[href]::after,
	body.init button,
	body.init button::before,
	body.init button::after,
	body.init .basic_trs,
	body.init .basic_trs::before,
	body.init .basic_trs::after,
	body.init .basic_trs *,
	body.init .basic_trs *::before,
	body.init .basic_trs *::after {
		transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out, opacity 0.2s ease-in-out;
	}
	body.init a svg {
		transition: fill 0.2s ease-in-out;
	}
}


/* font
============================================================================================================ */
.fwb {
	font-weight: bold;
}
.fwn {
	font-weight: normal;
}


/* display
============================================================================================================ */
.db {
	display: block;
}
.dib {
	display: inline-block;
}

/* object-fit
============================================================================================================ */
img.of {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
img.of.bg {
	pointer-events: none;
	user-select: none;
	z-index: -1;
}


/* target
============================================================================================================ */
.target {
	display: block;
	position: relative;
	width: 1px;
	top: 0;
}
.target.pt {
	top: -30px;
}

/* spパディング
============================================================================================================ */
.sp_pd {
	padding-left: 4vw !important;
	padding-right: 4vw !important;
}
.sp_full {
	margin-left: -4vw !important;
	margin-right: -4vw !important;
}
.sp_full_l {
	margin-left: -4vw !important;
}
.sp_full_r {
	margin-right: -4vw !important;
}

/* header
============================================================================================================ */
#header {
	margin-bottom: 40px;
	padding: 10px;
	background-color: #000;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}

/* footer
============================================================================================================ */
#footer {
	position: relative;
	margin-top: 50px;
	padding: 5px 0;
	font-size: 1.1rem;
	text-align: center;
}

/* small
------------------------------------------------------------- */
#footer small {
	display: block;
	font-size: 100%;
}


/* container
============================================================================================================ */
#container {
	position: relative;
	font-size: 1.4rem;
	line-height: 1.8;
}
#container::before,
#container::after {
	content: "";
	display: table;
	clear: both;
}


/* ===================================================================================================================

	パーツ

=================================================================================================================== */

/* title
============================================================================================================ */
/* line_title */
.line_title {
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom: 2px solid;
	font-size: 1.7rem;
	line-height: 1.4;
}

/* back_btn
============================================================================================================ */
.back_btn {
	margin-top: 50px;
	text-align: center;
}
.back_btn a {
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 5px 0;
	background-color: #000;
	border-radius: 4px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

/* index_link
============================================================================================================ */
#index_link li {
	margin-bottom: 20px;
	padding: 0 4vw;
}
#index_link a {
	position: relative;
	display: block;
	padding: 5px 0;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 4px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-size: 1.7rem;
}
#index_link a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform-origin: 100% 0;
	transform: rotate(45deg);
}

/* item_contents
============================================================================================================ */
.item_contents .item + .item {
	margin-top: 40px;
}
.item_contents .item h2 {
	margin-bottom: 15px;
	padding: 5px 10px;
	background-color: #eee;
	border-bottom: 1px solid #000;
	font-size: 1.6rem;
}
.item_contents .item .img {
	text-align: center;
	margin-bottom: 15px;
}
.item_contents .item .caption {
	margin-top: -10px;
	margin-bottom: 15px;
}
.item_contents .item .caption a {
	color: #23389e;
}




/* ===================================================================================================================

	404

=================================================================================================================== */
.page404 {
	text-align: center;
}
.title404 {
	margin: 0 auto 40px;
	font-size: 2rem;
	line-height: 1.4;
	text-align: center;
}
.page404 p {
	margin-bottom: 1em;
}
