﻿@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: #000;
	-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;
}

.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  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: inherit;
	font-weight: 700;
}

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

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

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

.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:70px 0 0;
	font-size:1.4rem;
	overflow: hidden;
}

.block1 {
	padding:30px 20px;
}

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

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0 0 0 20px;
	height:70px;
	border-bottom:1px solid #000;
}

header h1 {
	width:245px;
}

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

header .menu {
	position: absolute;
	top:15px;
	right:15px;
	width:40px;
	transition-duration: .3s;
}

header.active .menu {
	background-color: #8f8987;
}

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: 2px;
	background-color: #8f8987;
	transition-duration: .3s;
}

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

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

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

header.active .menu a::after {
	bottom: 8px;
	left: 9px;
	width: 28px;
	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:19px;
	left: 3px;
	width: 34px;
	height: 2px;
	background-color: #8f8987;
	transition: .3s;
}

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

header .gnavi_block {
	display: none;
}

header .spmenu_block {
	display: none;
	position: fixed;
	top:70px;
	left:0;
	width:100%;
	height:calc(100% - 70px);
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	overscroll-behavior: none;
	z-index:100;
}

header.active .spmenu_block {
	display: block;
}

.spmenu_body {
	height:calc(100% + 1px);
}

.spmenu_body .spmenu {
	padding:30px 20px 25px;
}

.spmenu_body .spmenubox {
	margin:0 0 25px;
	font-siez:1.6rem;
}

.spmenu_body .spmenubox:last-child {
	margin-bottom:0;
}

.spmenu_body .spmenubox .label {
	margin:0 0 10px;
	line-height:1.4;
	color:#999;
	font-size:2.4rem;
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.08em;
}

.spmenu_body .spmenubox ul {
}

.spmenu_body .spmenubox li {
	margin:0 0 15px;
	letter-spacing: 0.04em;
}

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

.spmenu_body .spmenubox li p {
}

.spmenu_body .spmenubox li ul {
	margin:0 0 0 20px;
	padding:15px 0 0;
}

.spmenu_body .spmenubox li li a {
	color:#003e9c;
}

.spmenu_body .spmenubox li li b {
	margin:0 5px 0 0;
	font-weight: 400;
}

.spmenu_body .contact a {
	display: flex;
	align-items: center;
	background: url('../images/common/icon_arrow1.webp') no-repeat right 15px center;
	background-size: 21px 21px;
	background-color: #00529c;
	padding:0 0 0 50px;
	color:#FFF;
	height:70px;
	font-size:1.9rem;
	letter-spacing: 0.04em;
}

.spmenu_body .contact a b {
	display: inline-block;
	background: url('../images/common/icon_mail.webp') no-repeat left center;
	background-size: 21px 15px;
	padding:0 0 0 31px;
	line-height:16px;
	font-weight: 400;
}

.area_mtitle {
	margin:0 0 20px;
	padding:0 0 5px;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	position: relative;
}

.area_mtitle:after {
	position: absolute;
	left:calc(50% - 60px);
	bottom:0;
	content: '';
	background-color: #dab662;
	width:120px;
	height:2px;
}

.area_mtitle h2 {
	margin:0 0 5px;
	line-height:1.2;
	font-size:3.0rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.area_mtitle p {
	line-height:1.6;
	color:#837d7b;
	font-size:1.1rem;
	letter-spacing: 0.04em;
}

.area_mex {
	margin:0 0 35px;
}

.area_mex p {
	line-height:1.75;
	text-align: center;
	font-size:1.6rem;
	letter-spacing: 0.04em;
}









.mtitle_area {
}

.mtitle_area .mtitlebox {
	background: url('../images/common/sp_mtitle_mimage.webp') no-repeat right bottom;
	background-size: cover;
	margin:0 20px;
	padding:40px 0 0 20px;
	height:120px;
	font-family: "Noto Serif JP", serif;
}

.mtitle_area .mtitlebox h2 {
	margin:0 0 6px;
	line-height:1.2;
	color:#4d4d4d;
	font-size:2.0rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.mtitle_area.color .mtitlebox h2 {
	color:#FFF;
}

.mtitle_area .mtitlebox p {
	line-height:1.2;
	color:#999;
	font-size:1.2rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.mtitle_area .bread {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
}

.mtitle_area .bread ul {
	display: flex;
	align-items: center;
	padding:0 20px;
	height:40px;
}

.mtitle_area .bread li {
	margin:0 10px 0 0;
	padding:0 15px 0 0;
	line-height:1.4;
	font-size:1.2rem;
	letter-spacing: 0.04em;
	position: relative;
}

.mtitle_area .bread li:last-child {
	margin:0;
	padding:0 20px 0 0;
}

.mtitle_area .bread li::before {
	position: absolute;
	top:calc(50% - 6px);
	right:0;
	content: '';
	background: url('../images/common/icon_bread.webp') no-repeat right center;
	background-size: auto 12px;
	width:5px;
	height:12px;
}

.mtitle_area .bread li:last-child::before {
	display: none;
}

.mtitle_area .bread li a {
	display: block;
	color:#0472bb;
	text-decoration: underline;
}

.btnbox {
	margin:0 auto;
	width:160px;
}

.btnbox a {
	display: block;
	background: url('../images/common/icon_arrow2.webp') no-repeat right 8px center;
	background-size: 23px 23px;
	padding:0 0 0 15px;
	height:36px;
	line-height:34px;
	color:#00529c;
	font-size:1.4rem;
	letter-spacing: 0.04em;
	border:1px solid #00529c;
	border-radius: 36px;
}














.binfo_area {
	background-color: #f2f2f2;
}

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

.binfo_area .linkbox {
	margin:0 0 2px;
}

.binfo_area .linkbox:last-child {
	margin-bottom:0;
}

.binfo_area .linkbox a {
	display: block;
	background: url('../images/common/sp_binfo_bimage.webp') no-repeat left top;
	background-size: cover;
	padding:25px 20px 0;
	height:160px;
	color:#FFF;
	font-family: "Noto Serif JP", serif;
	position: relative;
}

.binfo_area .linkbox.wbox a {
	height:200px;
}

.binfo_area .linkbox .labelbox .label1 {
	margin:0 0 5px;
	line-height:1.65;
	font-size:2.2rem;
	font-weight: 700;
}

.binfo_area .linkbox .labelbox .label2 {
	line-height:1.4;
	font-size:1.4rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.binfo_area .linkbox .more {
	position: absolute;
	right:20px;
	bottom:15px;
	background: url('../images/common/icon_arrow3.webp') no-repeat;
	background-size: 25px 25px;
	padding:0 0 0 35px;
	line-height:30px;
	font-size:1.6rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.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 .footer_block1 {
	padding:5px 0 0;
	text-align: center;
}

footer .footer_block1 .finblock {
	display: inline-block;
	margin:0 0 30px;
}

footer .footer_block1 .flogo {
	margin:0 0 15px;
}

footer .footer_block1 .flogo a {
	display: block;
	overflow: hidden;
	background: url('../images/common/flogo.webp') no-repeat center center;
	background-size: auto 48px;
	padding: 48px 0 0;
	height: 0!important;
}

footer .footer_block1 .address {
	margin:0 0 25px;
	line-height:1.65;
	text-align: left;
	font-size:1.2rem;
	letter-spacing: 0.04em;
}

footer .footer_block1 .cinfo {
	line-height:1.65;
	text-align: left;
	font-size:1.2rem;
	letter-spacing: 0.04em;
}
footer .footer_block1 .contact a {
	display: flex;
	align-items: center;
	background: url('../images/common/icon_arrow1.webp') no-repeat right 15px center;
	background-size: 21px 21px;
	background-color: #00529c;
	padding:0 0 0 50px;
	color:#FFF;
	height:70px;
	font-size:1.9rem;
	letter-spacing: 0.04em;
}
footer .footer_block1 .contact a b {
	display: inline-block;
	background: url('../images/common/icon_mail.webp') no-repeat left center;
	background-size: 21px 15px;
	padding:0 0 0 31px;
	line-height:16px;
	font-weight: 400;
}

footer .footer_block2 {
	display: none;
}

.blink_block {
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0;
	height:55px;
	color:#FFF;
	font-size:1.2rem;
	background-color: #231815;
}

.blink_block .privacy {
	display: none;
}

.blink_block .copyright {
	letter-spacing: 0.04em;
}

/* errors
=================================== */
.error_area1 {
	margin:0 20px 40px;
}

.error_area1 .block1 {
	padding:40px 0 55px;
	border-bottom:1px solid #b3b3b3;
}

.error_area1 .errortitle {
	margin:0 0 15px;
	padding:0 0 25px;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	border-bottom:1px dashed #b3b3b3;
}

.error_area1 .errortitle .label {
	margin:0 0 50px;
	line-height:1.2;
	font-size:2.6rem;
	letter-spacing: 0.12em;
}

.error_area1 .errortitle .title {
	background: url('../images/common/plogo.webp') no-repeat center top;
	background-size: auto 60px;
	padding:100px 0 0;
	line-height:1.2;
	color:#00438f;
	font-size:1.8rem;
	letter-spacing: -0.02em;
}

.error_area1 .message_block .message {
	margin:0 0 55px;
	text-align: center;
}

.error_area1 .message_block .message p {
	margin:0 0 25px;
	line-height:2.0;
	font-size:1.2rem;
}

.error_area1 .message_block .message p:last-child {
	margin:0;
}

.error_area1 .message_block .btnbox {
	width:200px;
}

.btnbox a {
	background-image: url('../images/common/icon_arrow3.webp');
	background-position: right 15px center;
	background-size: 22px 22px;
	padding:0 0 0 25px;
	height:36px;
	line-height:34px;
	color:#FFF;
	font-size:1.4rem;
	background-color: #00438f;
	border-radius: 36px;
}

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

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

	.block1 {
		margin:0 auto;
		padding:70px 40px;
		width:1150px;
	}

	header {
		position: static;
	}

	.header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding:0 0 0 40px;
		height:100px;
		border-bottom:none;
	}

	header h1 {
		width:262px;
	}

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

	header .menu {
		display: none;
	}

	header .gnavi_block {
		display: block;
		width:800px;
	}

	.gnavi_body {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.gnavi_body .gnavibblock {
		width:calc(100% - 200px);
	}

	.gnavi_body .gnavibblock .f_link {
		display: flex;
		justify-content: flex-end;
		align-items: stretch;
	}

	.gnavi_body .gnavibblock .f_link p {
		background: url('../images/common/h_linkbox.webp') no-repeat left center;
		background-size: 270px 50px;
		width:270px;
	}

	.gnavi_body .gnavibblock .f_link .f_link2 {
		width:245px;
	}

	.gnavi_body .gnavibblock .f_link p a {
		background: url('../images/common/icon_arrow1.webp') no-repeat right 15px center;
		background-size: 19px 19px;
		display: flex;
		align-items: center;
		padding:0 0 0 15px;
		height:50px;
		color:#FFF;
		font-size:1.5rem;
		letter-spacing: 0.04em;
	}

	.gnavi_body .gnavibblock .gnavi {
		padding:0 35px 0 0;
	}

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

	.gnavi_body .gnavibblock .gnavi li {
		margin:0 30px 0 0;
	}

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

	.gnavi_body .gnavibblock .gnavi li a {
		font-size:1.4rem;
		font-weight: 500;
		letter-spacing: 0.04em;
	}

	.gnavi_body .contact {
		width:200px;
	}

	.gnavi_body .contact a {
		display: flex;
		justify-content: center;
		align-items: center;
		height:100px;
		color:#FFF;
		font-size:1.7rem;
		letter-spacing: 0.04em;
		background-color: #000;
	}

	.gnavi_body .contact a b {
		display: inline-block;
		background: url('../images/common/icon_mail.webp') no-repeat left center;
		background-size: 21px 15px;
		padding:0 0 0 31px;
		line-height:16px;
		font-weight: 400;
	}

	header .spmenu_block,
	header.active .spmenu_block {
		display: none;
	}

	.area_mtitle {
		margin:0 0 35px;
		padding:0 0 10px;
	}

	.area_mtitle:after {
		left:calc(50% - 75px);
		width:150px;
	}

	.area_mtitle h2 {
		margin:0 0 10px;
		font-size:3.8rem;
	}

	.area_mtitle p {
		font-size:1.4rem;
	}

	.area_mex {
		margin:0 0 25px;
	}

	.mtitle_area {
		background-image: url('../images/common/mtitle_mimage.webp');
		background-size: 1070px 310px;
		margin:0 auto;
		padding:70px 0 0 40px;
		width:1070px;
		height:310px;
	}

	.mtitle_area .mtitlebox {
		background-image: none;
		margin:0 0 60px;
		padding:0;
		height:auto;
	}

	.mtitle_area .mtitlebox h2 {
		margin:0 0 10px;
		font-size:3.8rem;
	}

	.mtitle_area .mtitlebox p {
		font-size:1.8rem;
	}

	.mtitle_area .bread {
		overflow-x: visible;
	}

	.mtitle_area .bread ul {
		padding:0;
		height:auto;
	}

	.mtitle_area .bread li {
		margin:0 15px 0 0;
		padding:0 20px 0 0;
		font-size:1.4rem;
	}

	.mtitle_area.color .bread li {
		color:#FFF;
	}

	.mtitle_area .bread li:last-child {
		padding:0;
	}

	.mtitle_area .bread li::before {
		top:calc(50% - 7px);
		background-size: auto 13px;
		height:14px;
	}

	.mtitle_area .bread li a {
		transition-duration: .3s;
	}

	.mtitle_area.color .bread li a {
		color:#FFF;
	}

	.mtitle_area .bread li a:hover {
		text-decoration: none;
	}







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

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

	.binfo_area .linkbox {
		width:355px;
	}

	.binfo_area .linkbox a {
		background-image: url('../images/common/binfo_bimage.webp');
		background-size: 357px 280px;
		padding:25px 15px 0;
		height:280px;
	}

	.binfo_area .linkbox.wbox a {
		height:280px;
	}

	.binfo_area .linkbox .labelbox .label1 {
		font-size:2.4rem;
	}

	.binfo_area .linkbox .more {
		right:15px;
		bottom:45px;
		background-size: 29px 29px;
		padding:0 0 0 39px;
		line-height:30px;
		font-size:1.8rem;
	}

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

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

	footer .wrap_block {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding:40px 0 0;
	}

	footer .footer_block1 {
		padding:10px 0 0;
		width:400px;
		text-align: left;
	}

	footer .footer_block1 .finblock {
		display: block;
		margin:0 0 25px;
		padding:0 0 0 40px;
	}

	footer .footer_block1 .flogo {
		margin:0 0 50px;
	}

	footer .footer_block1 .flogo a {
		background-size: 350px 64px;
		padding: 64px 0 0;
	}

	footer .footer_block1 .address {
		line-height:1.7;
		font-size:1.4rem;
	}

	footer .footer_block1 .cinfo {
		line-height:1.7;
		font-size:1.4rem;
	}
	footer .footer_block1 .contact a {
		justify-content: center;
		background-image: none;
		padding:0;
		font-size:1.6rem;
	}
	footer .footer_block1 .contact a b {
		background-image: url('../images/common/icon_mail.webp') , url('../images/common/icon_arrow1.webp');
		background-position: left center, right center;
		background-repeat: no-repeat, no-repeat;
		background-size: 21px 15px, 19px 19px;
		padding:0 29px 0 31px;
		line-height:20px;
	}

	footer .footer_block2 {
		display: flex;
		align-items: flex-start;
		width:580px;
	}

	.flink {
		width:240px;
	}

	.flink.flink2 {
		width:340px;
	}

	.flinkbox {
		margin:0 0 35px;
	}

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

	.flinkbox .label {
		margin:0 0 15px;
		line-height:1.0;
		color:#00529c;
		font-size:2.4rem;
		font-weight: 500;
		font-family: "Noto Serif JP", serif;
		letter-spacing: 0.04em;
	}

	.flinkbox li {
		margin:0 0 10px;
		line-height:1.7;
		font-size:1.4rem;
		letter-spacing: 0.04em;
	}

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

	.blink_block {
		justify-content: space-between;
		padding:0 40px;
		font-size:1.4rem;
	}

	.blink_block .privacy {
		display: block;
	}

	.blink_block .privacy a {
		color:#FFF;
		letter-spacing: 0.04em;
	}

	/* errors
	=================================== */
	.error_area1 {
		margin:0 0 45px;
	}

	.error_area1 .block1 {
		padding:80px 0;
		idth:1070px;
	}

	.error_area1 .errortitle {
		margin:0 auto 70px;
		padding:0 0 40px;
		width:810px;
	}

	.error_area1 .errortitle .label {
		margin:0 0 80px;
		font-size:3.8rem;
	}

	.error_area1 .errortitle .title {
		background-size: 172px 86px;
		padding:135px 0 0;
		font-size:3.0rem;
		letter-spacing: 0.04em;
	}

	.error_area1 .message_block .message {
		margin:0 0 70px;
	}

	.error_area1 .message_block .message p {
		margin:0 0 40px;
		line-height:2.1;
		font-size:1.6rem;
	}

	.error_area1 .message_block .btnbox {
		width:235px;
	}

	.btnbox a {
		background-size: 26px 26px;
		height:52px;
		line-height:50px;
		font-size:1.6rem;
		border-radius: 52px;
	}
}

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