﻿@charset "utf-8";
/* -- -- --
 * ROOM8 Template V3.7
 * Last Up Date: 2023.1
 * Author: mick
-- -- -- -- -- -- -- -- */
:root {
  --font-color: #3b3b3b;
  --font-acolor: #3b3b3b;
  --font-bold: 700;
}

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
	box-sizing: border-box;
	background-repeat: no-repeat;
}

html {
	opacity: 0;
	font-size: 10px;
	-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: var(--font-color);
	-webkit-font-smoothing: antialiased;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings : 'palt';
}

/*
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", 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.8;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.6;
	font-size: inherit;
	font-weight: var(--font-bold);
}

a {
	color: var(--font-acolor);
	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: var(--font-bold);
}

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.8;
}

td {
	word-break: break-all;
}

ul,
ol {
	list-style: none;
}

li {
	line-height: 1.8;
}

.pc,
.pcbox {
	display: none;
}

/* 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
========================================================================== */
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 {
	color: var(--font-bold);
}

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

.moviebox {
	position: relative;
	padding-top: 56.25%;
}

.moviebox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.paging_block {
	text-align: center;
}

.paging_block .paging {
	padding:0 34px;
	position: relative;
}

.paging_block .prev,
.paging_block .next {
	position: absolute;
	top:0;
	left:0;
	width:30px;
}

.paging_block .next {
	left:auto;
	right:0;
}

.paging_block .prev a,
.paging_block .next a {
	display: block;
	line-height:28px;
	color:#4c9a98;
	text-align: center;
	font-size:1.2rem;
	font-weight: bold;
	border:1px solid #4c9a98;
	background-color: #FFF;
}

.paging_block .index a {
	display: inline-block;
	padding:0 20px;
	line-height:28px;
	color:#777;
	text-align: center;
	font-size:1.6rem;
	border:1px solid #4c9a98;
	background-color: #FFF;
}

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

.paging_block li {
	margin:0 2px;
}

.paging_block li a,
.paging_block li b {
	display: block;
	width:30px;
	line-height:28px;
	color:#777;
	text-align: center;
	font-size:1.6rem;
	border:1px solid #4c9a98;
	background-color: #FFF;
}

.paging_block li span {
	display: block;
	line-height:28px;
	color:#777;
	text-align: center;
	font-size:1.6rem;
}

.paging_block li b {
	color:#FFF;
	background-color: #4c9a98;
}

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

header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	background-color: #f4f4f4;
	z-index:100;
}

header .menu {
	position: absolute;
	top:12px;
	right:12px;
	width:30px;
	background-color: yellow;
}

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

header .menu a::before,
header .menu a::after {
	position: absolute;
	content: '';
	left: 3px;
	width: 24px;
	height: 1px;
	background-color: #163167;
	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: 3px;
	width: 24px;
	height: 1px;
	background-color: #163167;
	transition: .3s;
}

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

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




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

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

	.pc {
		display: initial;
	}

	.pcbox {
		display: block;
	}

	.wrap_block {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.paging_block .paging {
		display: inline-block;
		padding:0 60px;
	}

	.paging_block .prev,
	.paging_block .next {
		width:40px;
	}

	.paging_block .prev a,
	.paging_block .next a {
		line-height:38px;
	}

	.paging_block .prev a:hover,
	.paging_block .next a:hover {
		color:#FFF;
		background-color: #4c9a98;
	}

	.paging_block .index a {
		padding:0 25px;
		line-height:38px;
		transition-duration: 0.6s;
	}

	.paging_block li {
		margin:0 5px;
	}

	.paging_block li a,
	.paging_block li b {
		width:40px;
		line-height:38px;
		transition-duration: 0.6s;
	}

	.paging_block li span {
		line-height:38px;
	}

	.paging_block li a:hover {
		color:#FFF;
		background-color: #4c9a98;
	}

	/*
	=================================== */
	#wrapper {
		padding:0;
		min-width:1200px;
		font-size:1.6rem;
	}

	.block1 {
		margin:0 auto;
		padding:70px 20px;
		width:1160px;
	}

	header {
		position: static;
	}

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

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

	.copyright {
		font-size:1.4rem;
	}

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

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

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




}

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