@charset "UTF-8";

/* ============================================================

	common

=============================================================== */
html {
	font-size: 62.5%;
}

body {
	color: #171B1F;
	font-family: "Noto Sans JP", sans-serif;
 	font-optical-sizing: auto;
 	font-weight: 600;
 	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.6;
}

p {
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "palt" 1;
}

h1, h2, h3, h4 {
	font-weight: 700;
}

.en {
}

time {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "palt" 1;
}

/*	anchor
--------------------------------------------------------------- */
a {
	color: #171B1F;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "palt" 1;
}

/* ------------------------------------------------------------

	container

--------------------------------------------------------------- */
.container {
}

/*	heading
--------------------------------------------------------------- */
.heading {
	text-align: center;
	line-height: 1;
}

.heading > .en {
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

.heading > .ja {
}

/*	more
--------------------------------------------------------------- */
.more {
	margin: 0 auto;
}

.more > a {
	color: #FFFFFF;
	background: #E4362F;
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "palt" 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
}

/* ============================================================

	burger

=============================================================== */
#burger {
	background: #E4362F;
	position: fixed;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
}

/* ============================================================

	wrapper

=============================================================== */
.wrapper {
}

/* ============================================================

	header

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

/* ------------------------------------------------------------

	logo

--------------------------------------------------------------- */
div[itemprop="publisher"] {
	position: absolute;
}

div[itemprop="logo"] > a {
	display: block;
}

div[itemprop="logo"] img {
}

/* ------------------------------------------------------------

	navigation

--------------------------------------------------------------- */
#nav_global {
}

#nav_global > ul {
}

#nav_global li {
}

#nav_global a {
	font-weight: 700;
}

/*	contact
--------------------------------------------------------------- */
.nav_contact {
}

.nav_contact > a {
}

/* ============================================================

	visual

=============================================================== */
#visual {
	background-image: url("./img/visual.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	width: 100%;
	height: 100vh;
}

/* ============================================================

	swiper

=============================================================== */
.swiper {
}

.swiper-wrapper {
}

/*	slide
--------------------------------------------------------------- */
.swiper-slide {
}

.swiper-slide > a {
	display: block;
}

/*	pagination
--------------------------------------------------------------- */
.swiper-pagination {
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
	background: rgba(255,0,0,1)!important;
}

/*	button
--------------------------------------------------------------- */
.swiper-button-next,
.swiper-button-prev {
	color: rgba(255,0,0,1)!important;
}

.swiper-button-prev {
}

.swiper-button-next {
}

/* ============================================================

	promise

=============================================================== */
#promise {
	background-image: url("./img/promise.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	width: 100%;
}

#promise > .overlay {
	color: #FFFFFF;
	background: rgba(0,0,0,0.7);
}

#promise .container {
}

/* ============================================================

	kyusyu

=============================================================== */
#kyusyu {
	color: #FFFFFF;
	background: #E4362F;
}

#kyusyu > div {
}

/* ------------------------------------------------------------

	catchcopy

--------------------------------------------------------------- */
#catchcopy {
}

/*	headline
--------------------------------------------------------------- */
.headline {
	line-height: 1.2;
}

.headline > .en {
}

.headline > .ja {
}

/* ------------------------------------------------------------

	map

--------------------------------------------------------------- */
#map {
}

/* ============================================================

	bus

=============================================================== */
#bus {
	background: #F3F3F3;
}

#bus > div {
}

/* ------------------------------------------------------------

	heading

--------------------------------------------------------------- */
#bus .heading::after {
	content: "";
}

/* ------------------------------------------------------------

	list

--------------------------------------------------------------- */
#list {
}

#list > li {
	background: #FFFFFF;
}

/*	thumbnail
--------------------------------------------------------------- */
.bus_thumb {
}

/*	text
--------------------------------------------------------------- */
.bus_text {
}

.bus_text > .num,
.bus_text > .name {
	color: #E4362F;
	text-align: center;
}

.bus_text > .num {
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	line-height: 1;
	display: block;
}

.bus_text > .name {
}

/* ============================================================

	royal

=============================================================== */
#royal {
	color: #FFFFFF;
	background: #292A47;
}

#royal > div {
}

/* ============================================================

	blog

=============================================================== */
#blog {
}

#blog > div {
}

/* ------------------------------------------------------------

	post

--------------------------------------------------------------- */
#post {
	border-top: 2px solid #DDDDDD;
}

#post > article {
	border-bottom: 2px solid #DDDDDD;
}

#post a {
	display: block;
}

#post time {
	font-weight: 700;
	display: inline-block;
}

#post h2 {
}

/* ============================================================

	footer

=============================================================== */
#footer {
	color: #FFFFFF;
	background: #000000;
}

#footer > .container {
}

/*	Google Map
--------------------------------------------------------------- */
.google_map {
	color: #FFFFFF;
	display: inline-block;
	border: 2px solid #FFFFFF;
	border-radius: 100vh;
}

/* ------------------------------------------------------------

	office

--------------------------------------------------------------- */
#office {
}

/*	head
--------------------------------------------------------------- */
#head {
}

#head > section {
}

#sns {
}

/*	branch
--------------------------------------------------------------- */
#branch {
}

#branch > section {
}

/* ------------------------------------------------------------

	association

--------------------------------------------------------------- */
#association {
}

/*	banner
--------------------------------------------------------------- */
#association .banner {
}

#association .banner > li {
}

#association .banner a {
	display: block;
}

/* ------------------------------------------------------------

	copyright

--------------------------------------------------------------- */
#copyright {
	color: #171B1F;
	background: #FFFFFF;
}

#copyright > div {
}

small {
	font-weight: 700;
	display: inline-block;
}

/*	navigation
--------------------------------------------------------------- */
#nav_extra {
}

#nav_extra > ul {
}

#nav_extra li {
}

#nav_extra a {
	font-weight: 700;
	display: inline-block;
}

/* ============================================================

	drawer

=============================================================== */
#drawer {
	background: rgba(255,0,0,0.1);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}