﻿@charset "utf-8";
/* -- -- --
 * ROOM8 Template V3.7
 * Last Up Date: 2023.1
 * Author: mick
-- -- -- -- -- -- -- -- */
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-repeat: no-repeat;
}

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

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

body {
	color: #666;
	-webkit-font-smoothing: antialiased;
	font-family: source-han-sans-japanese, sans-serif;
	/* font-feature-settings : 'palt';*/
}

/*
font-family: source-han-sans-japanese, sans-serif;
font-weight: 400;
font-style: normal;

font-family: source-han-sans-japanese, sans-serif;
font-weight: 700;
font-style: normal;
*/

html, body {
	height:100%;
}

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

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

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

p {
	line-height: 1.75;
	letter-spacing: 0.08em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.6;
	font-size: inherit;
	font-weight: inherit;
	font-weight: 700;
	letter-spacing: 0.08em;
}

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

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

b,
strong {
	font-weight: 700;
}

small {
	font-size: 0.8rem;
}

sub,
sup {
	font-size: 0.75rem;
	line-height: 1.0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

hr {
	border: none;
	border-block-start: 1px solid;
	color: inherit;
	block-size: 0;
	overflow: visible;
}

i {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

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

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

code,
pre {
	font-family: monospace, monospace;
	overflow: auto;
}

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

dt,
dd,
td,
th {
	line-height: 1.75;
	letter-spacing: 0.08em;
}

td {
	word-break: break-all;
	letter-spacing: 0.08em;
}

ul,
ol {
	list-style: none;
}

li {
	line-height: 1.75;
	letter-spacing: 0.08em;
}

.tbpc {
	display: none;
}

.pc {
	display: none;
}

/* Forms
========================================================================== */
input {
	border-radius: 0;
}

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

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

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

textarea {
	overflow: auto;
	resize: vertical;
}

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

optgroup {
	font-weight: 700;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
	cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline-width: 0;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

select::-ms-expand {
	display: none;
}

select::-ms-value {
	color: currentColor;
}

legend {
	border: 0;
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
	max-width: 100%;
}

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

[disabled] {
	cursor: default;
}

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

::-placeholder {
	color: #AAA;
}

/* Extras
========================================================================== */
.clear: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;
}
*/

.screen_active .screen {
	animation-delay:0.2s;
	-webkit-animation-delay:0.2s;
	animation-name: screen_active;
	-webkit-animation-name: screen_active;
	animation-duration: 0.5s;
	-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.5rem;
}

.block1 {
	padding:40px 15px;
}

header .block1 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top:0;
	padding-bottom:0;
	height:60px;
}

header h1 {
	margin:0 auto;
	width: 75px;
}

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

header .mtitle {
	display: flex;
	justify-content: center;
	align-items: center;
	height:100px;
	background-color: #7ca0ce;
}

header .mtitle h2 {
	text-align: center;
	color:#FFF;
	font-size:2.5rem;
}






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

footer {
	border-top:1px solid #ccc;
}

footer.nb {
	border-top:none;
}

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

footer .blinks {
	margin:0 0 30px;
}

footer .blinks ul {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

footer .blinks li {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

footer .blinks li a {
	display: block;
	background: url('../images/common/icon_arrow1.svg') no-repeat right 15px center;
	background-size: 8px 10px;
	padding:0 10px;
	height:44px;
	line-height:46px;
}

footer .sns {
	margin:0 0 25px;
}

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

footer .sns li {
	margin:0 10px 0 0;
	width:40px;
}

footer .sns li:last-child {
	margin:0;
}

footer .sns a {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	padding: 40px 0 0;
	height: 0!important;
}

footer .sns .fb a {
	background-image: url('../images/common/sns_fb.webp');
}

footer .sns .tw a {
	background-image: url('../images/common/sns_tw.webp');
}

footer .sns .in a {
	background-image: url('../images/common/sns_in.webp');
}

footer .sns .yt a {
	background-image: url('../images/common/sns_yt.webp');
}

footer .copyright {
	text-align: center;
}

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

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

	.tbpc {
		display: initial;
	}

	.pc {
		display: initial;
	}

	/*
	=================================== */
	.block1 {
		padding:80px 30px;
	}

	header .block1 {
		height:100px;
	}

	header h1 {
		width: 145px;
	}

	header h1 a {
		background-size: 145px 60px;
		padding: 60px 0 0;
	}

	header .mtitle {
		height:150px;
	}

	header .mtitle h2 {
		font-size:4.0rem;
	}

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

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

	footer .blinks ul {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		border-top:none;
		border-left:none;
	}

	footer .blinks li {
		margin:0 20px 20px;
		border-right:none;
		border-bottom:none;
	}

	footer .blinks li a {
		background: none;
		padding:0;
		height:auto;
		line-height:1.8;
	}

	footer .sns {
		margin:0 0 45px;
	}

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

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

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




}

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

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

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

	/*
	=================================== */
	.block1 {
		margin:0 auto;
		padding:80px 40px;
		width:1280px;
	}












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

	footer .blinks {
		margin:0 0 45px;
	}

	footer .blinks ul {
		flex-wrap: nowrap;
	}

	footer .blinks li {
		margin:0 40px 0 0;
	}

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