@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:500&subset=japanese);

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	min-width: 1160px;
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.8;
	color: #343434;
}

form, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, a, span, figure {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	list-style: none;
}

table {
	border-collapse: collapse;
}

.target {
	margin-top: -170px;
	padding-top: 170px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.find {
	cursor: pointer;
}

.sp {
	display: none;
}

.clearfix {
	min-height: 1px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

address, em {
	font-style: normal;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	border: 0;
}

/* ---------------------------------------------------------
	CSS Document Link
--------------------------------------------------------- */

a {
	outline: none;
	text-decoration: underline;
	color: #ff4952;
}

a:hover {
	color: #933481;
}

a:hover img {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#container {
	overflow: hidden;
	padding-top: 120px;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#header {
	min-width: 1160px;
	width: 100%;
	height: 120px;
	padding-top: 30px;
	font-size: 0;
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

#header h1 {
	height: 90px;
	line-height: 92px;
	position: absolute;
	top: 30px;
	left: 25px;
}

#header h1 img {
	vertical-align: middle;
	width: 150px;
}

#h_logo ul {
	min-width: 1160px;
	width: 100%;
	height: 31px;
	background: #343434;
	font-size: 0;
	line-height: 28px;
	position: absolute;
	top: 0;
	left: 0;
}

#h_logo ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

#h_logo .h_line img {
	height: 24px;
}

#h_logo .h_line {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
}

#h_logo ul a {
	display: inline-block;
	vertical-align: top;
	height: 30px;
	margin-left: 10px;
}

#h_logo .h_line a {
	padding-top: 3px;
}

#h_logo .h_phone a {
	padding-left: 30px;
	background: url(../img/h_tel.png) no-repeat 0 8px / 26px auto;
	background: url(../img/contact/ico_call.png) no-repeat 0 3px / 24px auto;
	text-decoration: none;
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 2px;
	color: #fff;
}

#navi {
	display: block !important;
}

/* ---------------------------------------------------------
	CSS Document h_navi
--------------------------------------------------------- */

#h_navi {
	height: 90px;
	line-height: 90px;
}

#h_navi li {
	display: inline-block;
	vertical-align: top;
}

#h_navi li span:nth-of-type(1) {
	display: block;
	font-weight: bold;
	font-size: 15px;
}

#h_navi li span:nth-of-type(2) {
	display: block;
	font-size: 11px;
}

#h_navi li.home span {
	display: none;
}

#h_navi li a {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	text-decoration: none;
	line-height: 1.6;
	color: #343434;
}

#h_navi li.home a {
	width: 50px;
	height: 50px;
	background: url(../img/h_home.png) no-repeat center;
	background-size: 26px auto;
}

#h_navi li.donations a {
	width: 109px;
	height: 90px;
	padding-top: 24px;
	background: #ffe100;
}

#h_navi li a:hover {
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document h_gnavi
--------------------------------------------------------- */

#h_gnavi {
	height: 90px;
	text-align: right;
	position: absolute;
	top: 30px;
	right: 25px;
}

#h_gnavi #h_language li {
	display: inline-block;
	vertical-align: top;
	line-height: 40px;
}

#h_gnavi #h_language li:first-of-type {
	margin-right: 10px;
}

#h_gnavi #h_language li:first-of-type:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 1px;
	height: 14px;
	margin-left: 10px;
	background: #343434;
}

#h_gnavi #h_language a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-size: 14px;
	color: #343434;
}

#h_gnavi #h_sns li {
	display: inline-block;
	vertical-align: top;
	width: 36px;
	margin-left: 10px;
}

#h_gnavi a:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 350px;
	overflow: hidden;
	margin-bottom: 40px;
	background: no-repeat center;
	font-size: 0;
	line-height: 350px;
	color: #fff;
	position: relative;
}

#visual .container {
	text-align: left;
}

#visual h2 {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
}

#visual h2 span {
	display: block;
	font-size: 36px;
}

#visual h2 sup {
	display: block;
	font-size: 72px;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer {
	padding: 25px 0 20px;
	background: #343434;
	font-size: 0;
	color: #fff;
}

#footer li {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
	font-size: 13px;
}

#footer li a {
	color: #fff;
}

#footer li a:hover {
	color: #ffe100;
}

#footer address {
	margin-top: 15px;
	font-size: 12px;
	letter-spacing: 1px;
}

/* ---------------------------------------------------------
	CSS Document footer > pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	width: 49px;
	height: 49px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: rgba(255, 255, 0, 0.90);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	font-size: 0;
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 999;
	cursor: pointer;
}

#pagetop:before {
	content: '';
	width: 13px;
	height: 13px;
	border-top: solid 4px #343434;
	border-left: solid 4px #343434;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 20px;
	left: 16px;
}

#pagetop:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}
