﻿@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: source-han-serif-japanese, serif;
	font-weight: 500;
	font-feature-settings : 'palt';
	-webkit-font-smoothing: antialiased;
	color: #000;
}

/*
font-family: 'Cinzel', serif;

Source Han Serif Regular
font-family: source-han-serif-japanese, serif;
font-weight: 400;
font-style: normal;

Source Han Serif Medium
font-family: source-han-serif-japanese, serif;
font-weight: 500;
font-style: normal;

Source Han Serif SemiBold
font-family: source-han-serif-japanese, serif;
font-weight: 600;
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;
	font-weight: 600;
}

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;
	letter-spacing: 0.3px;
}

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

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

b,
strong {
	font-weight: 600;
}

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: #AAA;
}

/* 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;
}

/* 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;
}

.fiu {
	opacity: 0;
	transform: translateY(50px);
	transition-duration: 0.6s;
}

.fiu.anim_action {
	opacity: 1;
	transform: translateY(0);
}

/*
========================================================================== */
#wrapper {
	padding:40px 0 0;
	font-size:1.5rem;
}

.block1 {
	padding:40px 10px;
}

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

	.block1 {
		padding:40px 15px;
	}
}

header {
	position: fixed;
	top:0;
	left:0;
	background: url('../images/common/bgbox.jpg') repeat center top;
	background-size: 100px 100px;
	width:100%;
	transition-duration: 0.5s;
	z-index: 100;
}

header .header {
	padding:10px 10px 0;
	height:45px;
	position: relative;
}

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

	header .header {
		padding:10px 15px 0;
	}
}

header h1 a {
	display: block;
	background: url('../images/common/logo.png') no-repeat left center;
	background-size: auto 27px;
	padding:0 0 0 40px;
	line-height:30px;
	font-size:1.5rem;
	letter-spacing: 1px;
}

header h1 b {
	margin:0 0 0 1px;
	font-size:2.0rem;
}

header .menu {
    position: absolute;
    top:10px;
    right:20px;
    width:30px;
}

header .menu a {
    display: block;
    height: 30px;
    overflow: hidden;
    position: relative;
}

header .menu a::before,
header .menu a::after {
    position: absolute;
    content: '';
    left: 5px;
    width: 20px;
    height: 1px;
    background-color: #122a88;
    transition: .3s;
}

header .menu a::before {
    top: 9px;
}

header .menu a::after {
    bottom: 8px;
}

header.active .menu a::before {
    top: 7px;
    left: 7px;
    width: 23px;
    -webkit-transform-origin:left top 0;
    transform-origin:left top 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

header .menu b {
    position: absolute;
    content: '';
    top: 15px;
    left: 5px;
    width: 20px;
    height: 1px;
    background-color: #122a88;
    transition: .3s;
}

header.active .menu b {
    opacity: 0;
    left: 40px;
}

header .gnavi_block {
    display: none;
	position: fixed;
	top:45px;
	left:0;
	background: url('../images/common/bgbox.jpg') repeat center top;
	background-size: 100px 100px;
	width:100vw;
	height:calc(100vh - 45px);
	z-index: 100;
}

header.active .gnavi_block {
    display: block;
}

header .gnavi_body {
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0 0 75px;
	height:calc(100vh - 75px);
}

header .gnavi_body ul {
}

header .gnavi_body li {
	margin:0 0 30px;
}

header .gnavi_body li.gnavi5 {
	margin-bottom:0;
}

header .gnavi_body li a {
	display: block;
	text-align: center;
	color:#616161;
	font-size:1.4rem;
	font-weight: 600;
	position: relative;
}

header .gnavi_body li b {
	display: block;
	margin:0 0 4px;
	padding:0 0 0 1px;
	line-height:1.0;
	color:#122a88;
	font-size:2.0rem;
	font-weight: 700;
	font-family: 'Cinzel', serif;
	letter-spacing: 1px;
	position: relative;
}

.mtite_area {
	background: url('../images/common/bgbox.jpg') repeat center top;
	background-size: 100px 100px;
	box-shadow: 0 -5px 10px rgba(85, 85, 85, 0.1) inset;
	position: relative;
}



.mtite_area .block1 {
	padding-top:35px;
	padding-bottom:15px;
}

.mtite_area .mtitle {
	margin:0 0 0 10px;
}

.mtite_area .mtitle p {
	margin:0 0 6px;
	line-height:40px;
	font-size: 4.5rem;
	font-weight: 700;
	font-family: 'Cinzel', serif;
	letter-spacing: 1px;
	background: url('../images/common/textcover.png') no-repeat left -30px bottom;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.mtite_area .mtitle h2 {
	line-height:1.0;
	color:#122a88;
	font-size:1.6rem;
	font-weight: 400;
	letter-spacing: 0.3px;
}

.block_mtitle {
	margin:0 0 25px 10px;
	line-height:1.6;
	font-size:1.7rem;
}

.mex {
	margin:0 0 30px 10px;
}

.mex p {
	line-height:1.8;
	text-align: justify;
	font-weight: 600;
}

footer {
	overflow: hidden;
	position: relative;
}

footer:before {
	position: absolute;
	top:0;
	left:-10px;
	content: '';
	background: url('../images/common/bgbox.jpg') repeat center top;
	background-size: 100px 100px;
	width:calc(100vw + 20px);
	height:100%;
	box-shadow: 0 5px 10px rgba(85, 85, 85, 0.1) inset;
	z-index: -10;
}

.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:55px;
	padding-bottom:20px;
}

.finfo_block {
	background: url('../images/common/flogo.png') no-repeat center top;
	background-size: auto 123px;
	margin:0 0 40px;
	padding:135px 0 0;
}

.finfo_block .data_block {
	margin:0 0 25px;
}

.finfo_block .data_block h3 {
	margin:0 0 50px;
	line-height:1.0;
	text-align: center;
	color:#122a88;
	font-size:2.0rem;
	letter-spacing: 1px;
}

.finfo_block .data_block h3 b {
	margin:0 0 0 5px;
	font-size:2.5rem;
}

.finfo_block .data_block .databox.dbox1 {
	margin:0 0 25px;
}

.finfo_block .data_block .databox h4 {
	margin:0 0 20px;
	padding:0 20px;
	line-height:40px;
	color:#FFF;
	font-size:1.6rem;
	background-color: #122a88;
}

.finfo_block .data_block .databox table {
	width:100%;
	font-size:1.6rem;
}

.finfo_block .data_block .databox th {
	padding:0 0 12px;
	width:105px;
	line-height:1.6;
	color:#122a88;
	text-align: right;
	vertical-align: top;
	letter-spacing: 1px;
}

.finfo_block .data_block .databox tr:last-child th {
	padding-bottom:0;
}

.finfo_block .data_block .databox td {
	padding:0 10px 12px 20px;
	line-height:1.6;
	color:#303030;
}

.finfo_block .data_block .databox tr:last-child td {
	padding-bottom:0;
}

.finfo_block .data_block .databox td .sub {
	padding:2px 0 0;
	line-height:1.4;
	font-size:1.3rem;
}

.finfo_block .data_block .databox td b {
	font-weight: 400;
}

.finfo_block .data_block .databox .inbox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin:0 0 12px 20px;
	font-size:1.6rem;
}

.finfo_block .data_block .databox .inbox:last-child {
	margin-bottom:0;
}

.finfo_block .data_block .databox .inbox h5 {
	width:100px;
	line-height:1.6;
	color:#122a88;
	letter-spacing: 1px;
}

.finfo_block .data_block .databox .inbox p {
	padding:0 10px 0 0;
	width:calc(100% - 105px);
	line-height:1.6;
	color:#303030;
	text-align: justify;
}

.finfo_block .mapbox {
	border:5px solid #FFF;
}

.finfo_block .mapbox iframe {
	width:100%;
	height:315px;
}

.flinks {
	margin:0 0 0 20px;
}

.flinks li {
	margin:0 0 20px;
}

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

.flinks li a {
	display: flex;
	align-items:baseline;
	color:#616161;
	font-size:1.6rem;
	font-weight: 600;
}

.flinks li b {
	display: block;
	margin:0 10px 0 0;
	padding:0 0 0 1px;
	line-height:1.0;
	color:#122a88;
	font-size:2.0rem;
	font-weight: 700;
	font-family: 'Cinzel', serif;
	letter-spacing: 1px;
}

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

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

	/*
	=================================== */
	p {
		letter-spacing: 0.5px;
	}

	.sp {
		display: none;
	}

	.pc {
		display: initial;
	}

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

	/*
	=================================== */
	#wrapper {
		padding:80px 0 0;
		overflow: hidden;
		min-width:1060px;
		font-size:1.6rem;
	}

	.block1 {
		margin:0 auto;
		padding:55px 80px 50px;
		width:1060px;
	}

	header {
		background-size: 200px 200px;
	}

	header .header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin:0 auto;
		padding:0 80px;
		width:1060px;
		height:90px;
	}

	header h1 a {
		background-size: 50px 40px;
		padding:0 0 0 65px;
		line-height:40px;
		font-size:2.0rem;
	}

	header h1 b {
		margin:0 0 0 2px;
		font-size:2.6rem;
	}

	header .menu {
		display: none;
	}

	header .gnavi_block {
		display: block;
		position: static;
		background: none;
		width:auto;
		height:auto;
	}

	header .gnavi_body {
		display: block;
		padding:0;
		height:auto;
	}

	header .gnavi_body ul {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	header .gnavi_body li {
		margin:0 25px 0 0;
	}

	header .gnavi_body li.gnavi4 {
		margin-right:0;
	}

	header .gnavi_body li.gnavi5 {
		display: none;
	}

	header .gnavi_body li a {
		font-size:1.1rem;
	}

	header .gnavi_body li b::before {
		position: absolute;
		bottom:-2px;
		left:0;
		content: '';
		background-color: #122a88;
		width:0;
		height:1px;
		transition-duration: 0.5s;
	}

	header .gnavi_body li a:hover b::before,
	header .gnavi_body li.on b::before {
		width:100%;
	}

	header .gnavi_body li b {
		margin:0 0 2px;
		font-size:1.7rem;
	}

	.mtite_area {
		background-size: 200px 200px;
	}

	.mtite_area::before {
		position: absolute;
		top:0;
		left:calc(50% + 160px);
		content: '';
		background: url('../images/common/h_bg.png') no-repeat;
		background-size: 442px 331px;
		width:442px;
		height:331px;
		z-index: 110;
	}

	.mtite_area .block1 {
		padding-top:70px;
		padding-bottom:0;
		height:170px;
	}

	.mtite_area .mtitle {
		display: flex;
		align-items: baseline;
		margin:0;
	}

	.mtite_area .mtitle p {
		margin:0 10px 0 0;
		line-height:1.0;
		font-size:6.8rem;
		background-position: left bottom;
	}

	.mtite_area .mtitle h2 {
		font-size:1.5rem;
		letter-spacing: 0.6px;
	}

	.block_mtitle {
		margin:0 0 30px;
		line-height:1.4;
		font-size:2.4rem;
	}

	.mex {
		margin:0 0 35px;
	}

	.mex p {
		line-height:2.0;
		font-size:1.5rem;
	}

	footer:before {
		background-size: 200px 200px;
		min-width:1060px;
	}

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

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

	footer .block1 {
		padding-top:70px;
		padding-bottom:40px;
	}

	.finfo_block {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		background-size: 152px 145px;
		margin:0 0 50px;
		padding:220px 0 0;
	}

	.finfo_block .data_block {
		margin:0;
		width:480px;
	}

	.finfo_block .data_block h3 {
		margin:0 0 35px;
		text-align: left;
		font-size:3.0rem;
		letter-spacing: 1.6px;
	}

	.finfo_block .data_block h3 b {
		margin:0 0 0 3px;
		font-size:3.6rem;
	}

	.finfo_block .data_block .data {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin:0;
	}

	.finfo_block .data_block .databox {
		width:220px;
	}

	.finfo_block .data_block .databox.dbox1 {
		margin:0;
	}

	.finfo_block .data_block .databox.dbox2 {
		width:250px;
	}

	.finfo_block .data_block .databox h4 {
		padding:0 10px;
		line-height:25px;
		font-size:1.3rem;
	}

	.finfo_block .data_block .databox th {
		padding:0 8px 10px 0;
		width:75px;
		font-size:1.4rem;
	}

	.finfo_block .data_block .databox td {
		padding:0 10px 10px 0;
		line-height:1.5;
		font-size:1.6rem;
	}

	.finfo_block .data_block .databox td .sub {
		padding:5px 0 0;
	}

	.finfo_block .data_block .databox td b {
		font-size:1.7rem;
		letter-spacing: 1px;
	}

	.finfo_block .data_block .databox .inbox {
		display: block;
		margin:0 0 12px 10px;
	}

	.finfo_block .data_block .databox .inbox:last-child {
		margin-bottom:0;
	}

	.finfo_block .data_block .databox .inbox h5 {
		margin:0 0 3px;
		padding:0;
		width:auto;
		line-height:1.4;
		font-size:1.4rem;
	}

	.finfo_block .data_block .databox .inbox p {
		padding:0;
		width:auto;
		line-height:1.5;
		font-size:1.6rem;
	}

	.finfo_block .mapbox {
		width:370px;
		border:10px solid #FFF;
	}

	.finfo_block .mapbox iframe {
		height:350px;
	}

	.flinks {
		margin:0;
	}

	.flinks ul {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.flinks li {
		margin:0 25px;
	}

	.flinks li a {
		display: block;
		text-align: center;
		font-size:1.2rem;
	}

	.flinks li b {
		margin:0 0 5px;
		font-size:1.6rem;
	}
}

@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;
	}
}
