@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document load
--------------------------------------------------------- */

#load {
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.wf-active #load {
	display: none;
}

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

html, body {
	min-width: 1300px;
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.9;
	word-break: normal;
	word-wrap: break-word;
	color: #231815;
}

* {
	outline: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
	font-style: normal;
	list-style: none;
}

form {
	text-align: left;
}

input, textarea, select {
	width: 100%;
	outline: 0;
	margin: 0.5rem 0;
	padding: 0.5rem;
	border-radius: 0;
	border: solid 1px;
	box-shadow: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.06em;
	color: #231815;
}

button {
	width: 100%;
}

::-webkit-input-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	opacity: 1;
	color: #ccc;
}

:-ms-input-placeholder {
	color: #ccc;
}

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

a {
	color: #DC1716;
	transition: .4s;
}

a:hover {
	opacity: 0.6;
}

a:visited {
	color: #DC1716;
}

.tel {
	text-decoration: none;
	color: #231815;
}

.tel:hover {
	opacity: 1;
}

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

#wrapper {
	overflow: hidden;
}

#column {
	display: flex;
	justify-content: space-between;
}

#contents {
	width: 860px;
}

#navi {
	width: 280px;
}

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

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

.sp {
	display: none;
}

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

.find {
	cursor: pointer;
	transition: .4s;
}

.lazyloaded {
	opacity: 0;
	animation: lazyload .9s 0s forwards ease;
}

@keyframes lazyload {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.h2 {
	margin-bottom: 10px;
	position: relative;
	z-index: 0;
}

.h2 figure {
	height: 88px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.h2 h2 {
	height: 88px;
	font-weight: 700;
	font-size: 30px;
	line-height: 88px;
	color: #fff;
}

.h3 {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: solid 3px #DC1716;
	text-align: left;
	line-height: 1;
}

.h3 .ja {
	display: inline-block;
	vertical-align: bottom;
	font-weight: 700;
	font-size: 36px;
}

.h3 .en {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 0;
}

.h4 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: solid 2px #DC1716;
	text-align: left;
	line-height: 1;
}

.h4 .ja {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
	font-weight: 700;
	font-size: 20px;
}

.h4 .en {
	display: inline-block;
	vertical-align: bottom;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0;
}

span.auth img {
	height: 1rem;
    width: auto;
    vertical-align: middle;
}

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

#header {
	height: 114px;
	margin-bottom: 60px;
	background: #575554;
	font-size: 0;
}

#header h1 {
	padding-top: 17px;
	text-align: left;
}

#header h1 img {
	height: 84px;
}

/* ---------------------------------------------------------
	CSS Document menu
--------------------------------------------------------- */

#menu {
	margin-bottom: 60px;
}

#menu .row {
	display: flex;
	margin-bottom: 40px;
}

#menu figure {
	width: 34px;
	height: 34px;
	margin-right: 15px;
	line-height: 34px;
}

#menu figure img {
	width: 34px;
}

#menu li {
	margin: 5px 0 15px;
}

#menu li a {
	display: block;
	text-align: left;
	text-decoration: none;
	line-height: 1.4;
	color: #231815;
	opacity: 1;
}

#menu li a .en {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0;
	transition: .4s;
}

#menu li a:hover .en {
	color: #DC1716;
}

#menu li a .ja {
	display: block;
	font-size: 14px;
	color: #666;
}

/* ---------------------------------------------------------
	CSS Document info
--------------------------------------------------------- */

#info {
	margin-bottom: 60px;
}

#info .find {
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: dashed 2px #ccc;
}

#info .find:hover {
	opacity: 0.6;
}

#info figure {
	width: 90px;
	height: 75px;
	overflow: hidden;
	margin-right: 15px;
}

#info dl {
	flex: 1;
	text-align: left;
	font-size: 15px;
	line-height: 1.5;
}

#info dt {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1;
	color: #666;
}

#info dd a {
	text-decoration: none;
	color: #231815;
	opacity: 1;
}

/* ---------------------------------------------------------
	CSS Document related
--------------------------------------------------------- */

#related {
	margin-bottom: 60px;
}

#related li {
	height: 90px;
	margin-bottom: 15px;
}

/* ---------------------------------------------------------
	CSS Document sns
--------------------------------------------------------- */

#sns {
	margin-bottom: 60px;
}

#sns h2 {
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 18px;
}

#sns ul {
	display: flex;
	justify-content: center;
}

#sns li {
	margin: 0 15px;
}

#sns li img {
	height: 30px;
}

/* ---------------------------------------------------------
	CSS Document bread
--------------------------------------------------------- */

#bread {
	height: 30px;
	margin-bottom: 80px;
	background: #231815;
}

#bread ol {
	display: flex;
	text-align: left;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 30px;
	color: #fff;
}

#bread li {
	margin-right: 24px;
	position: relative;
}

#bread li:not(:last-of-type):after {
	content: '';
	width: 0;
	height: 0;
	margin-top: -3px;
	border: solid 4px transparent;
	border-left: solid 6px #fff;
	position: absolute;
	top: 50%;
	right: -20px;
}

#bread a {
	text-decoration: none;
	color: #fff;
}

#bread a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------
	CSS Document sitemap
--------------------------------------------------------- */

#footer {
	margin-top: 100px;
	background: #9FA0A0;
}

#footer .flex {
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}

#footer .row {
	text-align: left;
	font-size: 14px;
}

#footer .name {
	font-weight: 700;
	font-size: 16px;
}

#footer a {
	text-decoration: none;
	color: #231815;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer ol {
	display: flex;
}

#footer ol li {
	margin-left: 25px;
}

#footer ol img {
	height: 34px;
}

#footer address {
	background: #575554;
	font-size: 13px;
	line-height: 50px;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 100%;
	background: #DC1716;
	font-size: 26px;
	line-height: 50px;
	color: #fff;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9;
	cursor: pointer;
	transition: .4s;
}

#pagetop:hover {
	opacity: 0.6;
}

#info {
	margin-top: 60px;
	text-align: left;
}

#privacy {
	margin-top: 60px;
	text-align: left;
}

#contact {
	margin-top: 60px;
	text-align: left;
}

.page-numbers li {
    display: inline-block;
    font-size: 20px;
	margin: 1rem;
}