﻿@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 {
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings : 'palt';
	color: #595757;
}

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
*/

.minc {
	font-family: 'Noto Serif JP', serif;
}

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

p {
	line-height:1.8;
}

a {
	color: #595757;
	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;
	letter-spacing: 1px;
}

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.6;
	letter-spacing: 0.6px;
}

ul,
ol {
	list-style: none;
}

li {
	line-height: 1.6;
	letter-spacing: 0.6px;
}

.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:50px 0 0;
	font-size:1.0rem;
}

.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;
	z-index:80;
}

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

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

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

.header h1 {
	width:160px;
}

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

.header .menu {
	position: absolute;
	top:12px;
	right:10px;
	width:26px;
}

.header .menu a {
	display: block;
	height: 26px;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.active .header .menu a {
	background-color: #9e9e9f;
	border-radius: 26px;
}

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

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

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

.active .menu a::before {
	top: 6px;
	left: 7px;
	width: 20px;
	background-color: #FFF;
	-webkit-transform-origin:left top 0;
	transform-origin:left top 0;
	-webkit-transform: rotate(44deg);
	transform: rotate(44deg);
}

.active .menu a::after {
	bottom: 5px;
	left: 6px;
	width: 19px;
	background-color: #FFF;
	-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:13px;
	left: 1px;
	width: 24px;
	height: 2px;
	background-color: #9e9e9f;
	transition: .3s;
}

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

.gnavi_block {
	display: none;
	position: fixed;
	top:50px;
	left:0;
	width:100%;
	height:130%;
	background-color: #FFF;
	z-index:80;
}

.active .gnavi_block {
	display: block;
}

.gnavi_body {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
}

.gnavi_body ul {
	background: url('../images/common/logo.png') no-repeat center bottom 15px;
	background-size: auto 32px;
	padding:0 0 65px;
	font-size:1.2rem;
}

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

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

.gnavi_body li a {
	display: block;
	padding:0 35px;
	line-height:45px;
	background-color: #edf3fa;
}

.gnavi_body li.on a {
	color:#0054B3;
}

.mtitle {
	background-position: center center;
	background-size: cover;
	height:110px;
	position: relative;
	border-bottom:10px solid #FFF;
}

.mtitlebox {
	position: absolute;
	left:0;
	bottom:0;
	display: flex;
	align-items: center;
	background: url('../images/common/mtitlebox.png') no-repeat right bottom;
	background-size: 198px 57px;
	padding:0 0 0 15px;
	width:198px;
	height:57px;
	font-family: 'Noto Serif JP', serif;
}

.mtitlebox p {
	margin:0 0 10px;
	line-height:1.0;
	color:#0054B3;
	font-size:0.9rem;
	font-weight: 700;
}

.mtitlebox h2 {
	line-height:1.0;
	color:#495E73;
	font-size:1.5rem;
}

.bread {
	background-color: #edf3fa;
}

.bread ul {
	display: flex;
	align-items: center;
	margin:0 10px;
	height:23px;
	font-size:0.8rem;
}

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

	.bread ul {
		margin:0 20px;
	}
}

.bread li {
	margin:0 10px 0 0;
}

.bread li a {
	display: block;
	background: url('../images/common/icon_bread.svg') no-repeat right center;
	background-size: 4px 10px;
	padding:0 14px 0 0;
	line-height:14px;
	color:#595757;
}

.atitlebox {
	margin:0 0 20px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}

.atitlebox p {
	margin:0 0 5px;
	line-height:1.0;
	color:#0054B3;
	letter-spacing: 1px;
}

.atitlebox h2 {
	line-height:1.0;
	color:#495E73;
	font-size:1.6rem;
	letter-spacing: 1.5px;
}

.morebox {
	margin:0 auto;
	padding:0 0 5px;
	width:60px;
	text-align: left;
	font-size:0.9rem;
	letter-spacing: 1px;
	border-bottom:1px solid #4a5f74;
}

.morebox a,
.morebox b {
	display: block;
	background: url('../images/common/icon_arrow1.svg') no-repeat right 5px;
	background-size: 8px auto;
	font-weight: 400;
}

.binfo_area {
	color:#FFF;
	border-top:1px solid #FFF;
	background-color: #30373e;
}

.binfo_area .block1 {
	padding-top: 12px;
	padding-bottom: 6px;
}

.binfo_area .binfo_block {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin:0 auto;
	max-width:640px;
}

.binfo_area .binfobox {
	width:32%;
	border:1px solid #FFF;
}

.binfo_area .binfobox a {
	display: block;
	padding:12px 0 10px;
	color:#FFF;
	text-align: center;
}

.binfo_area .binfobox .titlebox {
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 0 18px;
	padding: 25px 0 0;
	font-family: 'Noto Serif JP', serif;
}

.binfo_area .binfobox.binfo1 .titlebox {
	background-image: url('../images/common/icon_company.svg');
	background-size: 19px auto;
}

.binfo_area .binfobox.binfo2 .titlebox {
	background-image: url('../images/common/icon_email.svg');
	background-size: 16px auto;
}

.binfo_area .binfobox.binfo3 .titlebox {
	background-image: url('../images/common/icon_access.svg');
	background-size: 14px auto;
}

.binfo_area .binfobox .titlebox p {
	margin:0 0 10px;
	line-height:1.0;
	color:#929EAB;
	font-size:0.8rem;
	font-weight: bold;
}

.binfo_area .binfobox .titlebox h3 {
	line-height:1.0;
	font-size:1.1rem;
}

.binfo_area .morebox {
	border-bottom:1px solid #FFF;
}

.binfo_area .morebox b {
	color:#FFF;
	background-image: url('../images/common/icon_arrow2.svg');
}

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

.footer .block_wrap {
	padding-top:25px;
	padding-bottom:25px;
}

.cinfo_block {
	margin:0 0 25px;
}

.cinfo_block h2 {
	margin:0 0 5px;
}

.cinfo_block h2 a {
	display: block;
	overflow: hidden;
	background: url('../images/common/logo.png') no-repeat center top;
	background-size: auto 50px;
	padding: 50px 0 0;
	height: 0!important;
}

.cinfo_block .address {
	text-align: center;
	font-size:1.2rem;
}

.finfo_block .fnavi {
	display: none;
}

.finfo_block .tel_block {
	margin:0 0 20px;
}

.finfo_block .tel_block .telbox {
	margin:0 0 10px;
	line-height:1.0;
	color:#495E73;
	text-align: center;
	font-size:2.0rem;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 2px;
}

.finfo_block .tel_block .telbox b {
	display: inline-block;
	background: url('../images/common/icon_tel.svg') no-repeat left center;
	background-size: auto 20px;
	padding:0 0 0 23px;
	min-height:20px;
}

.finfo_block .tel_block .telbox.fax b {
	background-image: url('../images/common/icon_fax.svg');
}

.finfo_block .open {
	color:#495E73;
	text-align: center;
	font-size:1.2rem;
	font-family: 'Noto Serif JP', serif;
}

.copyright {
	line-height:45px;
	text-align: center;
}

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

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

	/*
	=================================== */
	p {
		line-height: 1.8;
		letter-spacing: 1px;
	}

	h1,h2,h3,h4,h5,h6 {
		letter-spacing: 2px;
	}

	dt,
	dd,
	td,
	th
	li {
		letter-spacing: 1px;
	}

	.sp {
		display: none;
	}

	.pc {
		display: inherit;
	}

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

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

	.block1 {
		margin:0 auto;
		padding:45px 10px 50px;
		width:1150px;
	}

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

	.header h1 {
		width:210px;
	}

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

	.header .menu {
		display: none;
	}

	.gnavi_block {
		display: block;
		position: static;
		width:500px;
		height:auto;
		background-color: transparent;
	}

	.gnavi_body {
		overflow-y: visible;
	}

	.gnavi_body ul {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		background: none;
		padding:0;
		font-size:1.4rem;
	}

	.gnavi_body li {
		margin:0 25px 0 0;
		border-bottom:none;
	}

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

	.gnavi_body li a {
		display: inline-block;
		padding:0;
		line-height:1.6;
		background-color: transparent;
	}

	.mtitle {
		height:390px;
	}

	.mtitlebox {
		background-size: 396px 114px;
		padding:0 0 0 40px;
		width:396px;
		height:114px;
	}

	.mtitlebox p {
		margin:0 0 12px;
		font-size:1.8rem;
	}

	.mtitlebox h2 {
		font-size:3.0rem;
	}

	.bread ul {
		margin:0 auto;
		width:1060px;
		height:32px;
		font-size:1.2rem;
	}

	.bread li {
		margin:0 11px 0 0;
	}

	.bread li a {
		background-size: 5px 12px;
		padding:0 15px 0 0;
	}

	.atitlebox {
		margin:0 0 40px;
	}

	.atitlebox p {
		margin:0 0 10px;
		font-size:1.8rem;
		letter-spacing: 2px;
	}

	.atitlebox h2 {
		font-size:3.0rem;
		letter-spacing: 2px;
	}









	.morebox {
		padding:0;
		padding:0 0 8px;
		width:110px;
		font-size:1.6rem;
		letter-spacing: 2px;
	}

	.morebox a,
	.morebox b {
		background-position: right 9px;
		background-size: 15px 8px;
	}

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

	.binfo_area .binfo_block {
		width:820px;
		max-width:820px;
	}

	.binfo_area .binfobox {
		width:250px;
	}

	.binfo_area .binfobox a {
		padding:25px;
	}

	.binfo_area .binfobox .titlebox {
		margin: 0 0 50px;
		padding: 50px 0 0;
	}

	.binfo_area .binfobox.binfo1 .titlebox {
		background-size: 38px auto;
	}

	.binfo_area .binfobox.binfo2 .titlebox {
		background-size: 33px auto;
	}

	.binfo_area .binfobox.binfo3 .titlebox {
		background-size: 28px auto;
	}

	.binfo_area .binfobox .titlebox p {
		margin:0 0 20px;
		font-size:1.8rem;
		letter-spacing: 2px;
	}

	.binfo_area .binfobox .titlebox h3 {
		font-size:2.0rem;
	}

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

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

	.footer .block_wrap {
		margin:0 auto;
		padding:35px 50px;
		width:1160px;
	}

	.cinfo_block {
		margin:0;
		width:300px;
	}

	.cinfo_block h2 {
		margin:0 0 25px;
		width: 216px;
	}

	.cinfo_block h2 a {
		background-position: left top;
		background-size: 210px 42px;
		padding: 42px 0 0;
	}

	.cinfo_block .address {
		text-align: left;
		font-size:1.4rem;
	}

	.finfo_block {
		width:630px;
	}

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

	.finfo_block .fnavi ul {
		display: flex;
		align-items: center;
		font-size:1.4rem;
	}

	.finfo_block .fnavi li {
		margin:0 25px 0 0;
	}

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

	.finfo_block .tel_block {
		display: flex;
	}

	.finfo_block .tel_block .telbox {
		margin:0 50px 0 0;
		width:290px;
		font-size:2.8rem;
		letter-spacing: 3px;
	}

	.finfo_block .tel_block .telbox b {
		background-size: 18.92px 26.34px;
		padding:0 0 0 30px;
		min-height:30px;
	}

	.finfo_block .tel_block .telbox.fax b {
		background-size: 19.6px 25.15px;
	}

	.finfo_block .open {
		text-align: left;
		font-size:1.6rem;
	}

	.copyright {
		line-height:80px;
		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;
	}
}
