﻿@charset "utf-8";
/* -- -- --
 * ROOM8 Template V3.5
 * Last Up Date: 2022.7
 * Author: mick
-- -- -- -- -- -- -- -- */
*,
::before,
::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

*::before,
*::after {
	background-repeat: no-repeat;
}

* {
	margin: 0;
}

html {
	opacity: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	font-size: 10px;
	>font-size: 62.5%;
}

html.wf-active, html.loading-delay {
	opacity: 1;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

body {
	font-family: maru-maru-gothic-asr-stdn, sans-serif;
	font-feature-settings : 'palt';
	-webkit-font-smoothing: antialiased;
	color: #233a7d;
}

/*

Kinuta MaruMaruGothic ASr StdN R
font-family: maru-maru-gothic-asr-stdn, sans-serif;
font-weight: 400;
font-style: normal;

Century Gothic Pro Bold
font-family: century-gothic, sans-serif;
font-weight: 700;
font-style: normal;

Noto Sans CJK JP Regular
font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 400;
font-style: normal;

*/

body.fixed {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
}

html, body {
	height:100vh;
}

header,
article,
nav,
section,
footer {
	display: block;
}

img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
	vertical-align: baseline;
}

input, button, textarea, select {
	font: inherit;
}

p, h1, h2, h3, h4, h5, h6, td, li {
	overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

address {
	font-style: inherit;
}

p {
	line-height: 1.8;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
	outline: 0;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: bolder;
}

i {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

abbr[title] {
	text-decoration: underline dotted;
}

code,
kbd,
samp,
pre {
	font-family: monospace, monospace;
	font-size: inherit;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms
============================================ */
button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
}

optgroup {
	font-weight: bold;
}

[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
	cursor: default;
}

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

option {
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px; /* 1 */
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

label[for] {
	cursor: pointer;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-placeholder {
	color: #DDD;
}

/* Interactive
============================================ */
details {
	display: block;
}

summary {
	display: list-item;
}

[contenteditable]:focus {
	outline: auto;
}

/* Tables
============================================ */
table {
	border-color: inherit;
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

/* entry_body
========================================================================== */
.entry_body .aligncenter {
	display: block;
	margin: 0 auto;
}

.entry_body .alignright {
	margin:0 0 0 10px;
	float: right;
}

.entry_body .alignleft {
	margin:0 10px 0 0;
	float: left;
}

.entry_body ol {
	margin:0 0 0 20px;
	list-style-position: outside;
	list-style-type: decimal;
}

.entry_body ul {
	margin:0 0 0 20px;
	list-style-position: outside;
	list-style-type: disc;
}

.entry_body table {
	max-width:100%!important;
	border:1px solid #CCC;
}

.entry_body img {
	max-width:100%;
	height:auto;
}

.entry_body hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.entry_body table th,
.entry_body table td {
	padding:5px;
}

.entry_body blockquote {
	margin:0 0 15px;
	padding: 25px 15px 15px 50px;
	min-height:80px;
	box-sizing: border-box;
	font-style: italic;
	background: #efefef;
	color: #555;
	position: relative;
}

.entry_body blockquote:before {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: -3px;
	vertical-align: middle;
	content: "“";
	font-family: sans-serif;
	color: #cfcfcf;
	font-size: 90px;
	line-height: 1;
}

.entry_body blockquote p {
	 padding: 10px 0;
	padding: 0;
	line-height: 1.7;
}

.entry_body blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}

@media screen and (min-width: 768px) {

	.entry_body table th,
	.entry_body table td {
		padding:10px;
	}

	.entry_body blockquote {
		margin:0 0 40px;
	}
}

/* Extras
========================================================================== */
.clear:after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
}

.tbpc {
	display: none;
}

.pc {
	display: none;
}

.mimg img {
	width:100%;
	height:auto;
}

.screen {
	display: none;
	opacity: 0;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:130%;
	background-color: #000;
	z-index: 80;
}

.screen_active .screen {
	animation-delay:0.2s;
	-webkit-animation-delay:0.2s;
	animation-name: screen_active;
	-webkit-animation-name: screen_active;
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-iteration-count:1;
	-webkit-animation-iteration-count:1;
	animation-fill-mode:both;
	-webkit-animation-fill-mode:both;
}

@keyframes screen_active {
	0% {display: none; opacity: 0;}
	1% {display: block; opacity: 0;}
	100% {display: block; opacity: 0.8;}
}

@-webkit-keyframes screen_active {
	0% {display: none; opacity: 0;}
	1% {display: block; opacity: 0;}
	100% {display: block; opacity: 0.8;}
}

#dammy {
	display: block;
	overflow: hidden;
	background: url('../images/') no-repeat;
	padding: 40px 0 0;
	width: 216px;
	height: 0!important;
}

/*
========================================================================== */
#wrapper {
	overflow: hidden;
	font-size:1.4rem;
}

.block1 {
	padding:0 15px;
}

header.sub {
	position: relative;
}

header.sub:before {
	position: absolute;
	top:0;
	left:0;
	content: '';
	background: url('../images/common/header_back.webp') no-repeat center bottom;
	background-size: 800px 110px;
	width:100%;
	height:110px;
	z-index:-5;
}

.header {
	position: relative;
}

.sub .header:before {
	position: absolute;
	top:0;
	left:0;
	content: '';
	background: url('../images/common/header_base4.png') no-repeat center top;
	background-size: 720px 142px;
	width:100%;
	height:142px;
	z-index:-4;
}

.sub .header:after {
	position: absolute;
	top:0;
	left:0;
	content: '';
	background: url('../images/common/header_base1.png'), url('../images/common/header_base2.png'), url('../images/common/header_base3.png');
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: center top, center top, center top;
	background-size: 720px 110px, 720px 110px, 720px 110px;
	width:100%;
	height:110px;
	z-index:-3;
}

header .h1box {
	display: flex;
	align-items: center;
	padding:0 0 0 30px;
	height:110px;
}

header .inbox p {
	margin:0 0 2px;
	line-height:1.6;
	font-size:1.5rem;
}

header.sub .inbox p {
	color:#FFF;
}

header .inbox h1 {
	line-height:1.0;
	font-size:2.0rem;
}

header.sub .inbox h1 {
	color:#FFF;
}

header .menu {
    position: fixed;
    top:8px;
    right:10px;
    width:50px;
	border-radius: 50px;
	z-index:150;
}

header .menu a {
	display: block;
	height:50px;
    background-color: #b8a887;
	border:1px solid #233a7d;
	border-radius: 50px;
	z-index:1;
}

header .menu a::before {
    position: absolute;
	top: 2px;
    left: 2px;
    content: '';
    background-color: #FFF;
    width: 50px;
    height: 50px;
	border:1px solid #233a7d;
	border-radius: 50px;
	z-index:-1;
}

header .menu a::after {
    position: absolute;
	top: 25px;
    left: 13px;
    content: '';
    background-color: #FFF;
    width: 24px;
    height: 2px;
	transition-duration: 0.6s;
	z-index:3;
}

header.active .menu a::after {
    opacity: 0;
    left: 25px;
}

header .menu b {
	display: block;
	height:50px;
	position: relative;
}

header .menu b::before,
header .menu b::after {
    position: absolute;
    content: '';
    left: 12px;
    width: 24px;
    height: 2px;
    background-color: #FFF;
	transition-duration: 0.6s;
}

header .menu b::before {
    top: 18px;
}

header .menu b::after {
    bottom: 18px;
}

header.active .menu b::before {
    top: 15px;
    left: 16px;
    width: 26px;
    -webkit-transform-origin:left top 0;
    transform-origin:left top 0;
    -webkit-transform: rotate(44deg);
    transform: rotate(44deg);
}

header.active .menu b::after {
    bottom: 15px;
    left: 15px;
    width: 26px;
    -webkit-transform-origin:left top 0;
    transform-origin:left top 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

header .gnavi_block {
    display: none;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background-color: rgba(255, 255, 255, 0.9);
	z-index:130;
}

header.active .gnavi_block {
    display: flex;
	justify-content: center;
	align-items: center;
	padding:0 0 50px;
}

header .gnavi_block h1 {
	display: block;
	margin:0 auto 20px;
	width: 60px;
}

header .gnavi_block h1 a {
	display: block;
	overflow: hidden;
	background: url('../images/common/logo.png') no-repeat;
	background-size: auto 70px;
	padding: 70px 0 0;
	height: 0!important;
}

.gnavi .logo {
	display: none;
	margin:0 auto 20px;
	width: 60px;
}

.sub .gnavi .logo {
	display: block;
}

.gnavi .logo a {
	display: block;
	overflow: hidden;
	background: url('../images/common/logo.png') no-repeat;
	background-size: auto 70px;
	padding: 70px 0 0;
	height: 0!important;
}

.gnavi ul {
	margin:0 0 20px;
	text-align: center;
}

.gnavi li {
	margin:0 0 25px;
	font-size:1.8rem;
}

.gnavi li:last-child {
	margin-bottom:0;
}

.gnavi li a {
	display: inline-block;
	padding:0 0 6px;
	position: relative;
}

.gnavi li a:before {
	position: absolute;
	bottom:0;
	left:0;
	content: '';
	background-color: #b8a887;
	width:100%;
	height:5px;
	border-radius: 6px;
}

.gnavi li a:after {
	position: absolute;
	bottom:0;
	left:0;
	content: '';
	background-color: #f7cac8;
	width:0;
	height:5px;
	border-radius: 6px;
}

.gnavi li.on a:after {
	width:100%;
}

.gnavi .twitter {
	margin:0 auto;
	width:60px;
}

.gnavi .twitter a {
	display: block;
	overflow: hidden;
	background: url('../images/common/icon_twitter2.webp') no-repeat;
	background-size: auto 60px;
	padding: 60px 0 0;
	height: 0!important;
}

.btnbox {
	position: relative;
}

.btnbox.contact {
	margin:0 auto;
	width:250px;
}

.btnbox::before {
	position: absolute;
	top:3px;
	left:3px;
	content: '';
	width:100%;
	height:100%;
	border-radius: 90px;
	background-color: #253a7d;
	z-index:-1;
}

.btnbox a,
.btnbox div {
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0 0 0 0.3px;
	height:44px;
	overflow: hidden;
	text-align: center;
	font-size:1.6rem;
	letter-spacing: 0.02em;
	border:1px solid #253a7d;
	border-radius: 90px;
	background-color: #fef27e;
}

.btnbox div {
    color: #898989;
    background-color: #cfcfcf;
}

.btnbox.ol a {
	padding:0 10px 0 0.3px;
	font-size:2.0rem;
	background: url('../images/common/icon_outlink.png') no-repeat right 15px center;
	background-size: auto 14px;
	background-color: #fef27e;
}

.btnbox.contact a {
	background-color: #FFF;
}

.bottom_block .block1 {
	padding-top:25px;
	padding-bottom:30px;
}

.bottom_block h2 {
	margin:0 0 25px;
	text-align: center;
}

.bottom_block h2 b {
	display: inline-block;
	background: url('../images/common/logo.png') no-repeat left top;
	background-size: 34px 40px;
	padding:0 0 0 40px;
	height:40px;
	line-height:52px;
	font-size:2.0rem;
	font-weight: 400;
	letter-spacing: 2px;
 }

.bottom_block .data_table {
	margin:0 auto;
	width:310px;
}

.bottom_block .data_table h3 {
	margin:0 0 5px;
	font-size:1.2rem;
}

.bottom_block .data_table table {
	margin:0 0 25px;
	width:100%;
	font-size:1.2rem;
}

.bottom_block .data_table table:last-child {
	margin-bottom:0;
}

.bottom_block .data_table th {
	padding:0 0 4px;
	width:40px;
	line-height:2.0;
}

.bottom_block .data_table th b {
	display: inline-block;
	padding:0;
	width:28px;
	text-align: center;
	font-weight: 400;
	position: relative;
}

.bottom_block .data_table th b:after {
	position: absolute;
	bottom:0;
	left:0;
	content: '';
	background-color: #f1a6ab;
	width:100%;
	height:3px;
	border-radius: 3px;
}

.bottom_block .data_table td {
	padding:0 0 4px;
	line-height:2.0;
}

footer {
	background-color: #f7cac8;
}

.pagetop {
	display: none;
	position: fixed;
	right:15px;
	bottom:15px;
	width: 35px;
	overflow: hidden;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
}

.pagetop a {
	display: block;
	overflow: hidden;
	background: url('../images/common/pagetop.svg') no-repeat center center;
	background-size: 16px 8px;
	background-color:rgba(0, 0, 0, 0.2);
	padding: 35px 0 0;
	height: 0!important;
}

footer .block1 {
	padding-top:10px;
	padding-bottom:10px;
	text-align: center;
}

footer .twitter {
	margin:0 0 10px;
}

footer .twitter a {
	display: inline-block;
	background: url('../images/common/icon_twitter3.webp') no-repeat right center;
	background-size: auto 37px;
	padding:0 50px 0 0;
	line-height:37px;
	color:#233a7d;
	font-size:1.8rem;
	font-weight: bold;
	font-family: century-gothic, sans-serif;
}

footer .copyright {
	font-size:1.0rem;
}

@media screen and (min-width: 350px) {
}

@media screen and (min-width: 768px) {

	/*
	=================================== */
	.sp {
		display: none;
	}

	.pc {
		display: initial;
	}

	.block_wrap {
		display: flex;
		justify-content: space-between;
	}

	/*
	=================================== */
	#wrapper {
		min-width:900px;
		font-size:2.2rem;
	}

	.block1 {
		margin:0 auto;
		padding:0 30px;
		max-width:800px;
	}

	header.sub:before {
		background-size: cover;
		height:220px;
	}

	.sub .header:before {
		background-size: 1440px 284px;
		height:284px;
	}

	.sub .header:after {
		background-size: 1440px 220px, 1440px 220px, 1440px 220px;
		height:220px;
	}

	header .h1box {
		margin:0 auto;
		padding:0 0 0 60px;
		width:800px;
		height:220px;
	}

	header .inbox p {
		margin:0 0 5px;
		font-size:3.0rem;
	}

	header .inbox h1 {
		font-size:4.0rem;
	}

	header .menu {
		display: none;
	}

	header .gnavi_block {
		display: block;
		top:0;
		left:calc(50% + 425px);
		width:130px;
		height:auto;
		-webkit-backdrop-filter: blur(15px);
    	backdrop-filter: blur(15px);
		background-color: rgba(0, 0, 0, 0.7);
		border-bottom-left-radius: 17px;
		border-bottom-right-radius: 17px;
	}

	header.active .gnavi_block {
		display: block;
		padding:0;
	}

	header .gnavi_block .gnavi {
		padding:75px 10px 25px;
	}

	header .gnavi_block h1 {
		margin:0 auto 20px;
	}

	header .gnavi_block h1 a {
		background-image: url('../images/common/logo2.webp');
	}

	.gnavi .logo {
		margin:0 0 20px;
	}

	.gnavi ul {
		margin:0 0 30px;
	}

	.gnavi li {
		margin:0 0 16px;
		font-size:1.5rem;
	}

	.gnavi li a {
		color:#c5e3e7;
	}

	.gnavi li a:before {
		background-color: #0d7aae;
	}

	.gnavi li a:after {
		transition-duration: 0.6s;
	}

	.gnavi li a:hover:after {
		width:100%;
	}

	.gnavi .twitter {
		margin:0 auto;
	}








	.btnbox.contact {
		width:500px;
	}

	.btnbox::before {
		top:6px;
		left:6px;
		transition-duration: 0.3s;
	}

	.btnbox:hover::before {
		transform: translateX(-6px) translateY(-6px);
	}

	.btnbox.none:hover::before {
		transform: translateX(0) translateY(0);
	}

	.btnbox a,
	.btnbox div{
		padding:0 0 0 1px;
		height:88px;
		font-size:3.2rem;
		letter-spacing: 1px;
	}

	.btnbox.ol a {
		font-size:4.0rem;
		background-position: right 35px center;
		background-size: auto 27px;
	}

	.bottom_block .block1 {
		padding-top:50px;
		padding-bottom:60px;
	}

	.bottom_block h2 {
		margin:0 0 50px;
		text-align: center;
	}

	.bottom_block h2 b {
		background-size: 66px 78px;
		padding:0 0 0 82px;
		height:78px;
		line-height:96px;
		font-size:4.0rem;
	  }

	.bottom_block .data_table {
		width:625px;
	}

	.bottom_block .data_table h3 {
		margin:0 0 10px;
		font-size:2.4rem;
	}

	.bottom_block .data_table table {
		margin:0 0 50px;
		font-size:2.4rem;
	}

	.bottom_block .data_table th {
		padding:0;
		width:75px;
		line-height:1.8;
	}

	.bottom_block .data_table th b {
		width:52px;
	}

	.bottom_block .data_table th b:after {
		bottom:2px;
		height:5px;
		border-radius: 6px;
	}

	.bottom_block .data_table td {
		padding:0;
		line-height:1.8;
	}

	.pagetop {
		right:50px;
		bottom:50px;
		width:50px;
	}

	.pagetop a {
		padding: 50px 0 0;
		background-size: 22px 11px;
	}

	footer .twitter {
		margin:0 0 20px;
	}

	footer .twitter a {
		background-size: 74px 74px;
		padding:0 94px 0 0;
		line-height:74px;
		font-size:3.6rem;
	}

	footer .copyright {
		font-size:2.0rem;
	}
}

@media screen and (min-width: 769px) {

	/*
	=================================== */
	.op a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		zoom: 1;
	}

	.fade a {
		-webkit-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
	}

	.fade2 a {
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
}
