﻿@charset "utf-8";
/* -- -- --
 * ROOM8 Template V3.5
 * Last Up Date: 2021.8
 * Author: mick
-- -- -- -- -- -- -- -- */
* {
	margin: 0;
	padding: 0;
	word-break: normal;
	line-break: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
	box-sizing: border-box;
}

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

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

body {
	background: url('../images/common/bgbox.png') repeat center bottom;
	background-size: 26px 26px;
	font-family: kozuka-mincho-pr6n, serif;
	font-weight: 300;
	font-feature-settings : 'palt';
	color: #3b3b3b;
}

/*

Montserrat Thin Italic
font-family: montserrat, sans-serif;
font-weight: 100;
font-style: italic;

Montserrat Medium Italic
font-family: montserrat, sans-serif;
font-weight: 500;
font-style: italic;

Montserrat Medium
font-family: montserrat, sans-serif;
font-weight: 500;
font-style: normal;

Montserrat Bold Italic
font-family: montserrat, sans-serif;
font-weight: 700;
font-style: italic;

Kozuka Mincho Pr6N EL
font-family: kozuka-mincho-pr6n, serif;
font-weight: 200;
font-style: normal;

Kozuka Mincho Pr6N L
font-family: kozuka-mincho-pr6n, serif;
font-weight: 300;
font-style: normal;

Kozuka Mincho Pr6N R
font-family: kozuka-mincho-pr6n, serif;
font-weight: 400;
font-style: normal;

Kozuka Mincho Pr6N M
font-family: kozuka-mincho-pr6n, serif;
font-weight: 500;
font-style: normal;

Kozuka Mincho Pr6N B
font-family: kozuka-mincho-pr6n, serif;
font-weight: 700;
font-style: normal;

*/

html, body {
	height:100%;
}

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

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

header,
article,
nav,
section,
footer,
div,
p {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	line-height: 1.8;
	letter-spacing: 0.6px;
}

a {
	color: #333;
	border: none;
	outline: 0;
	background-color: transparent;
	text-decoration: none;
}

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

b,
strong {
	font-weight: 700;
}

i {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.4;
	font-size: 1.0em;
	font-weight: 700;
}

img {
	border: 0;
	vertical-align: bottom;
}

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

pre {
	overflow: auto;
}

table {
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0;
}

dt,
dd,
td,
th {
	line-height: 1.8;
}

ul,
ol {
	list-style: none;
}

li {
	line-height: 1.8;
}

.pc {
	display: none;
}

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

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

/* Forms
========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

optgroup {
	font-weight: bold;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
select,
textarea {
	display: inline-block;
	vertical-align: middle;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

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

::-moz-placeholder {
	color: #AAA;
}

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

::-placeholder {
	color: #AAA;
}

/* Extras
========================================================================== */
.r0 { margin-right:0!important; }
.b0 { margin-bottom: 0!important; }

.clear:after,
.block1:after,
.block2:after,
.inblock:after,
.contents:after {
    content: "";
    clear: both;
    display: block;
	visibility: hidden;
	overflow: hidden;
}

.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 {
	padding:60px 0 0;
	font-size:1.4rem;
}

.block1 {
	padding:30px 10px;
}

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

	.block1 {
		padding:30px 20px;
	}
}

header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	background-color: #000100;
	border-bottom:1px solid #333;
	z-index: 80;
}

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

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

	.header {
		padding:0 20px;
	}
}

header h1 {
	width:140px;
}

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

header .menu {
	position: fixed;
    top:10px;
    right:18px;
    width:40px;
	z-index: 100;
}

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

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

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

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

header.active .menu a::before {
    top: 10px;
    left: 5px;
    width: 36px;
    -webkit-transform-origin:left top 0;
    transform-origin:left top 0;
    -webkit-transform: rotate(34deg);
    transform: rotate(34deg);
}

header.active .menu a::after {
    bottom: 10px;
    left: 5px;
    width: 34px;
    -webkit-transform-origin:left top 0;
    transform-origin:left top 0;
    -webkit-transform: rotate(-33deg);
    transform: rotate(-33deg);
}

header .menu b {
    position: absolute;
    content: '';
    top:19px;
    left: 3px;
    width: 26px;
    height: 1px;
    background-color: #FFF;
    transition: .3s;
}

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

header.gnavi_block {
    display: none;
}

.gnavi_block {
	display: none;
	position: fixed;
	top:0;
	right:0;
	background: url('../images/common/logo.png') no-repeat left 20px top 20px;
	background-size: auto 20px;
	background-color: #000100;
	width:100%;
	height:100vh;
	z-index: 90;
}

.active .gnavi_block {
	display: block;
}

.gnavi {
	padding:100px 0 0 40px;
}

.gnavi li {
	margin:0 0 15px;
	font-size:2.0rem;
	letter-spacing: 2px;
}

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

.gnavi li a {
	display: block;
	color:#FFF;
	font-weight: 200;
}

.gnavi li b {
	display: inline-block;
	font-weight: 200;
	border-bottom: 1px solid #006f7c;
}

.gnavi li ul {
	padding:20px 0 0;
}

.gnavi li li {
	margin:0 0 13px;
	font-size:1.6rem;
	letter-spacing: 1px;
}

.mtitle_area {
	background: url('../images/common/bgbox2.png') repeat center top;
	background-size: 30px 30px;
}

.mtitle_area .mtitle {
	padding:25px 20px 0;
	height:105px;
	color:#FFF;
}

.mtitle_area p {
	margin:0 0 6px;
	line-height:1.0;
	font-size:3.9rem;
	font-weight: 100;
	font-style: italic;
	font-family: montserrat, sans-serif;
	letter-spacing: 3px;
}

.mtitle_area p b {
	font-weight: 100;
	opacity: 0;
	transition-duration: 0.2s;
}

.mtitle_area.action p b:nth-child(2) {
	transition-delay: 0.05s;
}

.mtitle_area.action p b:nth-child(3) {
	transition-delay: 0.1s;
}

.mtitle_area.action p b:nth-child(4) {
	transition-delay: 0.15s;
}

.mtitle_area.action p b:nth-child(5) {
	transition-delay: 0.2s;
}

.mtitle_area.action p b:nth-child(6) {
	transition-delay: 0.25s;
}

.mtitle_area.action p b:nth-child(7) {
	transition-delay: 0.3s;
}

.mtitle_area.action p b:nth-child(8) {
	transition-delay: 0.35s;
}

.mtitle_area.action p b {
	opacity: 1;
}

.mtitle_area h2 {
	font-size:1.4rem;
	font-weight: 200;
	letter-spacing: 2px;
	opacity: 0;
	transform: translateY(30px);
	transition-delay: 0.8s;
	transition-duration: 0.4s;
}

.mtitle_area.action h2 {
	opacity: 1;
	transform: translateY(0);
}

.bnavi_block ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:0 0 10px;
}

.bnavi_block li {
	width:calc(30% - 4px);
}

.bnavi_block li.bnavi1 {
	width:calc(40% - 4px);
}

.bnavi_block li a {
	display: block;
	background: url('../images/common/icon_arrow2.svg') no-repeat right 5px center;
	background-size: 9px 12px;
	background-color: #167a85;
	padding:0 5px 0 1px;
	line-height:45px;
	color:#FFF;
	text-align: center;
	font-size:1.5rem;
	font-weight: 400;
	letter-spacing: 1px;
}

.bnavi_block p a {
	display: block;
	background: url('../images/common/icon_arrow1.svg') no-repeat right 15px center;
	background-size: 9px 12px;
	background-color: #FFF;
	padding:0 0 0 3px;
	line-height:55px;
	text-align: center;
	font-size:1.9rem;
	font-weight: 600;
	letter-spacing: 3px;
	border:1px solid #157986;
}

.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 {
	background-color: #181818;
}

.fblock1 {
	margin:0 0 35px;
}

.fblock1 h2 {
	width:236px;
}

.fblock1 h2 a {
	display: block;
	overflow: hidden;
	background: url('../images/common/sp_flogo.png') no-repeat;
	background-size: 236px 32px;
	padding: 32px 0 0;
	height: 0!important;
}

.fblock1 .fnavi {
	display: none;
}

.fblock1 .dl {
	display: none;
}

.fblock2 {
	margin:0 0 20px;
	padding:0 0 25px;
	border-bottom:1px solid #212121;
}

.addressbox {
	margin:0 0 30px;
}

.addressbox:last-child {
	margin-bottom:0;
}

.addressbox h3 {
	margin:0 0 15px;
	padding:0 0 0 3px;
	width:100px;
	height:25px;
	line-height:26px;
	text-align: center;
	color:#FFF;
	font-size:1.5rem;
	font-weight: 200;
	letter-spacing: 3px;
	background-color: #187a86;
}

.addressbox .address {
	margin:0 0 20px;
}

.addressbox .address:last-child {
	margin-bottom:0;
}

.addressbox .address p {
	margin:0 0 5px;
	line-height:1.8;
	color:#FFF;
	font-weight: 200;
}

.addressbox .address p:last-child {
	margin-bottom:0;
}

.addressbox .address p a {
	color:#177a86;
	text-decoration: underline;
}

.addressbox .gmap iframe {
	width:100%;
	height:200px;
	vertical-align: bottom;
}

.fblock3 {
	position: relative;
}

.fblock3 .lbox {
	display: flex;
	align-items: flex-start;
	margin:0 0 20px;
}

.fblock3 .lbox.la {
	margin-bottom:0;
}

.fblock3 .lbox p {
	margin:0 12px 0 0;
	font-size:1.6rem;
	font-weight: 200;
	letter-spacing: 1px;
}

.fblock3 .lbox p a {
	display: inline-block;
	color:#FFF;
	border-bottom:1px solid #006e7b;
}

.fblock3 .lbox .inbox {
	padding:8px 0 0;
}

.fblock3 .lbox ul {
	display: flex;
	align-items: center;
	margin:0 0 20px;
}

.fblock3 .lbox ul:last-child {
	margin-bottom:0;
}

.fblock3 .lbox li {
	margin:0 10px 0 0;
	padding:0 11px 0 0;
	line-height:1.0;
	font-size:1.4rem;
	font-weight: 200;
	letter-spacing: 1px;
	position: relative;
}

.fblock3 .lbox li:last-child {
	margin-right:0;
	padding-right:0;
}

.fblock3 .lbox li::after {
	position: absolute;
	top:0;
	right:0;
	content: '';
	background-color: #FFF;
	width:1px;
	height:100%;
}

.fblock3 .lbox li:last-child::after {
	display: none;
}

.fblock3 .lbox li a {
	color:#FFF;
}

.fblock3 .dl {
	position: absolute;
	right:0;
	bottom:0;
	width:140px;
}

.fblock3 .dl a {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height:1.4;
	height:55px;
	color:#FFF;
	text-align: center;
	font-size:1.5rem;
	font-weight: 200;
	background-color: #167a86;
}

.copyright .inbox {
	padding:10px 20px;
	background-color: #FFF;
}

.copyright .sdgs {
	margin:0 0 5px;
}

.copyright .copy {
	color:#000;
	font-size:1.2rem;
	font-weight: 200;
}

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





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

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

	.pc {
		display: inherit;
	}

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

	/*
	=================================== */
	body {
		background-size: 26px 26px;
	}

	#wrapper {
		padding:85px 0 0;
		min-width:1100px;
		font-size:1.6rem;
	}

	.block1 {
		margin:0 auto;
		padding:70px 50px;
		width:1100px;
	}

	.header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin:0 auto;
		width:1100px;
	}

	header h1 {
		width:196px;
	}

	header h1 a {
		background-size: 196px 39px;
		padding: 39px 0 0;
	}

	header .menu {
		display: none;
	}

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

	.gnavi {
		padding:0;
	}

	.gnavi ul {
		display: flex;
		align-items: center;
	}

	.gnavi li {
		display: flex;
		align-items: center;
		margin:0 20px 0 0;
		font-size:1.4rem;
		letter-spacing: 1px;
	}

	.gnavi li.check {
		display: none;
	}

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

	.gnavi li a {
		line-height:85px;
		transition: .3s;
		position: relative;
	}

	.gnavi li a:after {
		position: absolute;
		top:100%;
		left:50%;
		content: '';
		background-color: #FFF;
		width:0;
		height:1px;
		transition: .3s;
	}

	.gnavi li.on > a:after,
	.gnavi li a:hover:after {
		left:0;
		width: 100%;
	}

	.gnavi li b {
		display: inline-block;
		font-weight: 200;
		border-bottom: none;
	}

	.gnavi li ul {
		display: flex;
		align-items: center;
		padding:0 0 0 20px;
	}

	.gnavi li li {
		margin:0 20px 0 0;
		font-size:1.4rem;
		letter-spacing: 1px;
	}

	.mtitle_area {
		background-size: 60px 60px;
	}

	.mtitle_area .mtitle {
		display: flex;
		align-items: center;
		margin:0 auto;
		padding:0 50px;
		width:1100px;
		height:290px;
	}

	.mtitle_area p {
		margin:0 0 10px;
		font-size:8.4rem;
	}

	.mtitle_area h2 {
		font-size:1.8rem;
		letter-spacing: 6px;
	}

	.bnavi_block {
		margin:0 auto;
		width:900px;
	}

	.bnavi_block li {
		width:295px;
	}

	.bnavi_block li.bnavi1 {
		width:295px;
	}

	.bnavi_block li a {
		background-position: right 10px center;
		background-color: transparent;
		padding:0 0 0 5px;
		line-height:72px;
		font-size:2.2rem;
		letter-spacing: 5px;
		border:1px solid #167a85;
		position: relative;
	}

	.bnavi_block li a::before {
		position: absolute;
		top:0;
		left:0;
		content: '';
		width:100%;
		height:100%;
		background-color: #167a85;
		z-index: -3;
	}

	.bnavi_block li a::after {
		position: absolute;
		top:0;
		left:0;
		content: '';
		width:0;
		height:100%;
		background-color: #FFF;
		transition-duration: 0.3s;
		z-index: -1;
	}

	.bnavi_block li a:hover {
		background-image: url('../images/common/icon_arrow1.svg');
		color:#167a85;
	}

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

	.bnavi_block p a {
		background-position: right 10px center;
		background-color: transparent;
		padding:0 0 0 5px;
		line-height:130px;
		font-size:2.5rem;
		letter-spacing: 5px;
		position: relative;
	}

	.bnavi_block p a::before {
		position: absolute;
		top:0;
		left:0;
		content: '';
		width:100%;
		height:100%;
		background-color: #FFF;
		z-index: -3;
	}

	.bnavi_block p a::after {
		position: absolute;
		top:0;
		left:0;
		content: '';
		width:0;
		height:100%;
		background-color: #167a85;
		transition-duration: 0.3s;
		z-index: -1;
	}

	.bnavi_block p a:hover {
		background-image: url('../images/common/icon_arrow2.svg');
		color:#FFF;
	}

	.bnavi_block p a:hover::after {
		width:100%;
	}

	footer {
		padding:0 0 20px;
	}

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

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

	footer .block1 {
		padding-bottom:50px;
		width:1000px;
	}

	.fblock1 {
		margin:0;
		width:240px;
		float:left;
	}

	.fblock1 h2 {
		margin:0 0 85px;
		width:180px;
	}

	.fblock1 h2 a {
		background-image: url('../images/common/flogo.png');
		background-size: 180px 103px;
		padding: 103px 0 0;
	}

	.fblock1 .fnavi {
		display: block;
		margin:0 0 30px 50px;
	}

	.fblock1 .fnavi li {
		margin:0 0 12px;
		font-size:1.8rem;
		letter-spacing: 2px;
	}

	.fblock1 .fnavi li a {
		display: inline-block;
		color:#FFF;
		border-bottom:1px solid #006e7b;
	}

	.fblock1 .fnavi li ul {
		margin:0 0 0 10px;
		padding:10px 0 0;
	}

	.fblock1 .fnavi li li {
		margin:0 0 8px;
		font-size:1.4rem;
		letter-spacing: 0;
	}

	.fblock1 .fnavi li li a {
		border-bottom:none;
	}

	.fblock1 .dl {
		display: block;
		margin:0 0 0 50px;
	}

	.fblock1 .dl a {
		display: flex;
		justify-content: center;
		align-items: center;
		line-height:1.4;
		height:65px;
		color:#FFF;
		text-align: center;
		font-size:1.7rem;
		font-weight: 200;
		background-color: #167a86;
	}

	.fblock2 {
		margin:0;
		padding:0;
		width:590px;
		float:right;
		border-bottom:none;
	}

	.addressbox {
		padding:2px 0 0 120px;
		position: relative;
	}

	.addressbox h3 {
		position: absolute;
		top:0;
		left:0;
		margin:0;
		padding:0;
		width:100px;
		height:28px;
		line-height:28px;
		font-size:1.6rem;
	}

	.addressbox .gmap iframe {
		height:290px;
	}

	.fblock3 {
		display: none;
	}

	.copyright {
		background-color: #FFF;
	}

	.copyright .inbox {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row-reverse;
		margin:0 auto;
		padding:20px 0 20px 50px;
		width:900px;
		height:110px;
	}

	.copyright .sdgs {
		margin:0;
		width:590px;
	}

	.copyright .copy {
		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;
	}
}
