﻿@charset "utf-8";
/* -- -- --
 * ROOM8 Template V3.4
 * Last Up Date: 2020.3
 * 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 {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-feature-settings : 'palt';
	color: #000;
}

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

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

Heisei Kaku Gothic Std W3
font-family: heisei-kaku-gothic-std, sans-serif;
font-weight: 300;
font-style: normal;

Heisei Kaku Gothic Std W5
font-family: heisei-kaku-gothic-std, sans-serif;
font-weight: 500;
font-style: normal;

Lato Regular
font-family: lato, sans-serif;
font-weight: 400;
font-style: normal;

Lato Medium
font-family: lato, sans-serif;
font-weight: 500;
font-style: normal;

Lato Bold
font-family: lato, sans-serif;
font-weight: 700;
font-style: normal;

Lato BLack
font-family: lato, sans-serif;
font-weight: 800;
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.6;
}

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

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

pre {
	overflow: auto;
}

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

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

ul,
ol {
	list-style: none;
}

li {
	line-height: 1.6;
}

.pc {
	display: none;
}

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

#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: #FFF;
	box-shadow: 0 3px 3px rgba(119, 119, 119, 0.2);
	z-index: 80;
}

.header {
	padding:14px 10px 0;
	height:60px
}

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

	.header {
		padding:14px 20px 0;
	}
}

.logo_block {
	width: 75px;
}

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

.logo_block .exbox {
	display: none;
}

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

header.active .screen {
	display:block;
	opacity: 0.2;
	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.2;}
}

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

header .menu {
	position: fixed;
	top:15px;
	right:15px;
	width:30px;
	z-index: 100;
}

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

	header .menu {
		right:20px;
	}
}

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

header .menu a::before,
header .menu a::after {
	position: absolute;
	content: '';
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #008cd6;
	transition: .3s;
}

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

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

header.active .menu a::before {
	top: 2px;
	left: 2px;
	width: 33px;
	-webkit-transform-origin:left top 0;
	transform-origin:left top 0;
	-webkit-transform: rotate(29deg);
	transform: rotate(29deg);
}

header.active .menu a::after {
	bottom: 11px;
	left: 2px;
	width: 31px;
	-webkit-transform-origin:left top 0;
	transform-origin:left top 0;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

header .menu b {
	display: block;
	padding:15px 0 0;
	color:#008cd6;
	text-align: center;
	font-size:1.1rem;
	font-weight: 500;
	font-family: lato, sans-serif;
	letter-spacing: 0.6px;
}

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

header .menu b::before {
	position: absolute;
	content: '';
	top:9px;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #008cd6;
	transition: .3s;
}

.gnavi_block {
	position: fixed;
	top:0;
	right:-290px;
	width:280px;
	padding:100px 0 0;
	background: url('../images/common/logo.png') no-repeat 25px 25px;
	background-size: auto 48px;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(119, 119, 119, 0.4);
	transition: .3s;
	z-index:90;
}

header.active .gnavi_block {
	right:0;
}

.gnavi_body {
	padding:0 15px 30px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
}

.gnavi_body .spex {
	margin:0 0 10px;
	font-size:1.3rem;
	line-height:1.8;
	letter-spacing: -0.3px;
}

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

	.gnavi_block {
		right:-330px;
		width:320px;
	}

	.gnavi_body {
		padding:0 20px 30px 25px;
	}

	.gnavi_body .spex {
		font-size:1.4rem;
		letter-spacing: 0;
	}
}

.gnavi_body .gnavi {
	margin:0 0 20px;
	border-top:1px solid #c8c9c8;
}

.gnavi_body .gnavi li {
	border-bottom:1px solid #c8c9c8;
}

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

.gnavi_body .gnavi li a {
	display: flex;
	align-items: center;
	padding:0 20px;
	height:45px;
	line-height:43px;
	letter-spacing: 0.6px;
}

.gnavi_body .gnavi li span {
	margin:0 0 0 10px;
	color:#008cd6;
	font-size:1.0rem;
	font-family: lato, sans-serif;
	letter-spacing: 1px;
}

.gnavi_body .mlinks {
	margin:0 0 20px;
	width:240px;
}

.gnavi_body .mlinks p {
	margin:0 0 10px;
}

.gnavi_body .mlinks p:last-child {
	margin-bottom:0;
}

.gnavi_body .mlinks p a {
	display: block;
	padding:0 0 0 15px;
	color:#0090d7;
	text-align: center;
	font-size:1.7rem;
	font-weight: 500;
	letter-spacing: 0.6px;
	background-color: #fff;
	box-shadow: 3px -3px 5px rgba(51, 51, 51, 0.2) inset;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.gnavi_body .mlinks .contact a {
	background-color: #fff67e;
}

.gnavi_body .mlinks .telline a {
	font-size:2.2rem;
	font-family: lato, sans-serif;
	font-weight: 400;
	letter-spacing: 1.6px;
}

.gnavi_body .mlinks p b {
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	line-height:43px;
	padding:0 0 0 25px;
	text-align: center;
}

.gnavi_body .mlinks .contact b {
	background-image: url('../images/common/icon_mail.png');
	background-size: 22px 15px;
}

.gnavi_body .mlinks .telline b {
	background-image: url('../images/common/icon_tel.png');
	background-size: 22px 22px;
}

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

.gnavi_body .sns li {
	margin:0 25px 0 0;
	width: 31px;
}

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

.gnavi_body .sns li a {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 31px 0 0;
	height: 0!important;
}

.gnavi_body .sns li.line a {
	background-image: url('../images/common/icon_line2.png');
	background-size: 31px 31px;
}

.gnavi_body .sns li.insta a {
	background-image: url('../images/common/icon_insta2.png');
	background-size: 28px 28px;
}

.gnavi_body .sns li.fb a {
	background-image: url('../images/common/icon_fb2.png');
	background-size: 27px 27px;
}

.gnavi_body .sns li.note a {
	background-image: url('../images/common/icon_note2.png');
	background-size: 24px 26px;
}

.mtitle_area {
	background-size: cover;
	background-position: center center;
}

.mtitle {
	display: flex;
	align-items: center;
	color:#FFF;
	height:180px;
}

.mtitlebox {
	display: flex;
	align-items: baseline;
	padding:0 20px;
}

.mtitlebox h2 {
	margin:0 10px 0 0;
	font-size:2.5rem;
	font-weight: 400;
	letter-spacing: 4px;
}

.mtitlebox p {
	font-size:1.4rem;
	font-weight: 400;
	font-family: lato, sans-serif;
	letter-spacing: 2px;
}

footer {
	background-color: #0090d6;
}

.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 {
	padding:35px 10px 25px;
}

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

	.footer {
		padding:35px 20px 25px;
	}
}

.footer .data_block {
	padding:0 0 15px;
	color:#FFF;
}

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

.footer .namebox p {
	margin:0 0 5px;
	font-size:1.5rem;
	letter-spacing: 1px;
}

.footer .namebox h2 {
	font-size:2.2rem;
	font-family: lato, sans-serif;
	letter-spacing: 1.1px;
}

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

	.footer .namebox h2 {
		font-size:2.4rem;
	}
}

.footer .flinks p {
	margin:0 0 10px;
}

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

.footer .flinks p a {
	display: block;
	padding:0 0 0 15px;
	color:#0090d7;
	text-align: center;
	font-size:2.0rem;
	font-weight: 500;
	letter-spacing: 1px;
	background-color: #fff;
	box-shadow: 3px -3px 5px rgba(51, 51, 51, 0.2) inset;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.footer .flinks .contact a {
	background-color: #fff67e;
}

.footer .flinks .telline a {
	font-size:2.6rem;
	font-family: lato, sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
}

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

	.footer .flinks p a {
		font-size:2.4rem;
		letter-spacing: 1px;
	}

	.footer .flinks .telline a {
		font-size:3.1rem;
		letter-spacing: 2px;
	}
}

.footer .flinks p b {
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	line-height:60px;
	padding:0 0 0 35px;
	text-align: center;
}

.footer .flinks .contact b {
	background-image: url('../images/common/icon_mail.png');
	background-size: 35px 24px;
}

.footer .flinks .telline b {
	background-image: url('../images/common/icon_tel.png');
	background-size: auto 34px;
}

.footer .data_block .tel {
	display: none;
}

.footer .data_block .accessway {
	display: none;
}

.footer .map_block {
	color:#FFF;
}

.footer .map_block .sp_access1 {
	margin:0 0 15px;
	padding:0 0 0 50px;
	font-size:1.8rem;
	position: relative;
}

.footer .map_block .sp_access1 b {
	position: absolute;
	top:0;
	left:0;
	font-weight: 400;
}

.footer .map_block .gmap {
	margin:0 0 30px;
}

.footer .map_block .gmap iframe {
	width:100%;
	height:260px;
	vertical-align: bottom;
}

.footer .map_block .sp_access2 {
	margin:0 0 25px;
	font-size:1.5rem;
}

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

.footer .sns li {
	margin:0 12px;
	width: 31px;
}

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

.footer .sns li a {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 31px 0 0;
	height: 0!important;
}

.footer .sns li.line a {
	background-image: url('../images/common/icon_line.png');
	background-size: 31px 31px;
}

.footer .sns li.insta a {
	background-image: url('../images/common/icon_insta.png');
	background-size: 28px 28px;
}

.footer .sns li.fb a {
	background-image: url('../images/common/icon_fb.png');
	background-size: 27px 27px;
}

.footer .sns li.note a {
	background-image: url('../images/common/icon_note.png');
	background-size: 24px 26px;
}

.copyright {
	line-height:30px;
	text-align: center;
	font-size:1.0rem;
	font-family: lato, sans-serif;
	background-color: #FFF;
}

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

	.copyright {
		font-size:1.0rem;
		letter-spacing: 1px;
	}
}

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

	/*
	=================================== */
	p {
		line-height: 1.6;
	}

	li {
		line-height: 1.6;
	}

	.sp {
		display: none;
	}

	.pc {
		display: inherit;
	}

	/*
	=================================== */
	#wrapper {
		padding:100px 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;
		padding:0;
		width:1000px;
		height:100px;
	}

	.logo_block {
		display: flex;
		align-items: center;
		width:550px;
	}

	.logo_block .logobox {
		margin:0 20px 0 0;
		width: 95px;
	}

	.logo_block .logobox a {
		background-size:95px 41px;
		padding: 41px 0 0;
	}

	.logo_block .exbox {
		display: block;
		font-size:1.3rem;
	}

	.logo_block .exbox p {
		line-height:1.4;
		letter-spacing: 1.4px;
	}

	.logo_block .exbox h1 {
		line-height:1.4;
		font-weight: 400;
		letter-spacing: 1.4px;
	}

	header.active .screen {
		display: none;
	}

	.header .menu {
		display: none;
	}

	.gnavi_block {
		position: static;
		width:420px;
		padding:0;
		background: none;
		box-shadow: none;
	}

	.gnavi_body {
		padding:0;
		overflow-y: visible;
	}

	.gnavi_body .spex {
		display: none;
	}

	.gnavi_body .gnavi {
		margin:0;
		border-top:none;
	}

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

	.gnavi_body .gnavi li {
		margin:0 0 0 20px;
		line-height:1.5;
		text-align: center;
		font-size:1.3rem;
		border-bottom:none;
	}

	.gnavi_body .gnavi li.gnavi0 {
		display: none;
	}

	.gnavi_body .gnavi li.gnavi1 {
		margin-left:0;
	}

	.gnavi_body .gnavi li.gnavi5 {
		display: block;
	}

	.gnavi_body .gnavi li a {
		display: block;
		padding:0;
		height:auto;
		line-height:1.6;
	}

	.gnavi_body .gnavi li span {
		display: block;
		margin:0;
		font-size:1.1rem;
	}

	.gnavi_body .mlinks {
		display: none;
	}

	.gnavi_body .sns {
		display: none;
	}

	.mtitle {
		height:270px;
	}

	.mtitlebox {
		margin:0 auto;
		padding:0 100px;
		width:1000px;
	}

	.mtitlebox h2 {
		margin:0 12px 0 0;
		font-size:3.0rem;
		letter-spacing: 6px;
	}

	.mtitlebox p {
		font-size:2.0rem;
		letter-spacing: 4px;
	}

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

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

	.footer {
		display: flex;
		justify-content: space-between;
		margin:0 auto;
		padding:70px 0 60px;
		width:1000px;
	}

	.footer .data_block {
		padding:0 0 0 100px;
		width:550px;
	}

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

	.footer .namebox p {
		margin:0 0 10px;
		font-size:1.8rem;
	}

	.footer.v2 .namebox p {
		margin:0 0 6px;
	}

	.footer .namebox h2 {
		letter-spacing: 2px;
	}

	.footer.v2 .namebox h2 {
		line-height:1.2;
	}

	.footer .flinks {
		display: none;
	}

	.footer .data_block .tel {
		display: block;
		margin:0 0 5px;
		font-size:1.8rem;
		font-family: lato, sans-serif;
		font-weight: 500;
		letter-spacing: 2px;
	}

	.footer .data_block .tel b {
		margin:0 0 0 15px;
	}

	.footer .data_block .accessway {
		display: block;
		margin:0 0 30px;
		font-size:1.8rem;
		letter-spacing: 1px;
	}

	.footer.v2 .data_block .accessway {
		margin:0 0 22px;
		line-height:1.8;
	}

	.footer .sns ul {
		justify-content: flex-start;
	}

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

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

	.footer .map_block {
		width:370px;
	}

	.footer .map_block .sp_access1 {
		display: none;
	}

	.footer .map_block .gmap {
		margin:0;
	}

	.footer .map_block .gmap iframe {
		height:290px;
	}

	.footer.v2 .map_block .gmap iframe {
		height:320px;
	}

	.footer .map_block .sp_access2 {
		display: none;
	}

	.copyright {
		line-height:50px;
		font-size:1.1rem;
	}
}

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

	/*
	=================================== */
	.op a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		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;
	}
}
