@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 {
	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: 15px;
	line-height: 1.8;
	word-wrap: break-word;
	word-break: break-all;
	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: -70px;
	padding-top: 70px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.find {
	cursor: pointer;
}

.pc {
	display: none;
}

.clearfix {
	min-height: 1px;
}

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

address, em {
	font-style: normal;
}

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

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

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

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

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

#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

#h_logo {
	width: 100%;
	height: 60px;
	background: rgba(255, 255, 255, 0.95);
	font-size: 0;
}

#h_logo h1 {
	max-width: 180px;
	width: calc(100% - 180px);
	height: 60px;
	overflow: hidden;
	padding-left: 10px;
	line-height: 60px;
	text-align: left;
}

#h_logo h1 img {
	vertical-align: middle;
}

#h_logo ul {
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
}

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

#h_logo .h_line a {
	display: block;
	width: 44px;
	padding: 8px 0;
}

#h_logo .h_phone a {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../img/contact/ico_call.png) no-repeat center / 44px auto;
}

#h_logo .h_swicth {
	width: 60px;
	height: 60px;
	overflow: hidden;
	background: #00408e url(../img/h_swicth.png) no-repeat center 15px;
	background: #ffe100 url(../img/h_swicth.png) no-repeat center 15px;
	background-size: 22px auto;
	padding-top: 14px;
	text-align: center;
	font-size: 11px;
	line-height: 60px;
	color: #343434;
}

#h_logo .h_swicth.active {
	background-position: center -34px;
}

/* ---------------------------------------------------------
	CSS Document navi
--------------------------------------------------------- */

#navi {
	display: none;
	width: 100%;
	height: calc(100vh - 60px);
	overflow: auto;
	background: rgba(210, 210, 210, 0.9);
}

#h_navi li {
	border-bottom: solid 1px rgba(255,255,255,0.3);
}

#h_navi li.donations {
	background: #ffe100;
}

#h_navi li a {
	display: block;
	height: 50px;
	text-decoration: none;
	padding-left: 15px;
	text-align: left;
	font-size: 16px;
	line-height: 50px;
	color: #343434;
	position: relative;
}

#h_navi li a:after {
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: solid 2px #343434;
	border-right: solid 2px #343434;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}

#h_navi li span:nth-of-type(1) {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	font-weight: bold;
	font-size: 17px;
}

#h_navi li span:nth-of-type(2) {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
}

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

#h_gnavi {
	padding: 10px 0 40px;
}

#h_gnavi #h_language {
	margin-bottom: 5px;
}

#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: 12px;
	background: #343434;
}

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

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

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

#visual {
	height: 350px;
	overflow: hidden;
	margin-bottom: 40px;
	padding: 0 20px;
	background: no-repeat center / auto 100%;
	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.3;
}

#visual h2 span {
	display: block;
	margin-bottom: 5px;
	font-size: 26px;
}

#visual h2 sup {
	display: block;
	font-size: 53px;
	line-height: 1;
}

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

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

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

#footer li a {
	color: #fff;
}

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

#footer address {
	margin-top: 15px;
	font-size: 11px;
}

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

#pagetop {
	display: none;
	width: 40px;
	height: 40px;
	-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: 15px;
	right: 15px;
	z-index: 999;
	cursor: pointer;
}

#pagetop:before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #343434;
	border-left: solid 2px #343434;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 17px;
	left: 14px;
}
