﻿@charset "utf-8";
/* -- -- --
 * ROOM8 Template V3.7
 * Last Up Date: 2023.1
 * Author: mick
-- -- -- -- -- -- -- -- */
*,
*::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;
	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: #231815;
	-webkit-font-smoothing: antialiased;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings : 'palt';
}

.noto-sans-jp-bold {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}

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

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

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

a {
	color: #231815;
	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.6;
}

td {
	word-break: break-all;
}

ul,
ol {
	list-style: none;
}

li {
	line-height:1.6;
}

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

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

.paging_block {
	text-align: center;
}

.paging_block .paging {
	display: inline-block;
	padding:0 45px;
	position: relative;
}

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

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

.paging_block .prev a,
.paging_block .next a {
	display: block;
	overflow: hidden;
	background: url('../images/common/icon_arrow3.webp') no-repeat center center;
	background-size: auto 11px;
	background-color: #e0a974;
	padding: 38px 0 0;
	height: 0!important;
	border-radius: 5px;
}

.paging_block .next a {
	background-image: url('../images/common/icon_arrow1.webp');
}

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

.paging_block li {
	margin:0 7px 0 0;
	width:38px;
}

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

.paging_block li a,
.paging_block li b {
	display: block;
	line-height:36px;
	text-align: center;
	font-size:1.2rem;
	font-weight: 400;
	border:1px solid #e0a974;
	border-radius: 5px;
}

.paging_block li b {
	background-color: #e0a974;
}

.paging_block li span {
	display: block;
	line-height:38px;
	text-align: center;
	font-size:1.2rem;
}

.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 40px;
	font-size:1.4rem;
	position: relative;
}

#wrapper::before {
	position: absolute;
	top:0;
	left:0;
	content: '';
	background-color: #f6ddc4;
	width:100%;
	height:100%;
	z-index:-10;
}

#wrapper.error::before,
#wrapper.information::before {
	background-color: #e9ad6e;
}

#wrapper.search::before,
#wrapper.faq::before,
#wrapper.about::before,
#wrapper.company::before,
#wrapper.partner::before,
#wrapper.service::before {
	background-color: #363233;
}

.block1 {
	padding:30px 15px;
}

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

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

header h1 {
	width: 151px;
}

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

header .gnavi_block {
	display: none;
}

header .menu {
	width:140px;
}

header .menu a {
	display: block;
	overflow: hidden;
	background: url('../images/common/sp_menu1.webp') no-repeat center center;
	background-size: 94px 14px;
	background-color: #f4e4d5;
	padding: 36px 0 0;
	height: 0!important;
	border-radius: 5px;
}

.cnavi_block {
	padding:0 15px;
}

.cnavi_inblock {
	padding:15px 10px;
	background-color: #4b4748;
	border-radius: 5px;
}

.cnavi_inblock li {
	margin:0 0 5px;
}

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

.cnavi_inblock li a {
	display: block;
	background: url('../images/common/icon_arrow9.webp') no-repeat right 20px center;
	background-size: auto 16px;
	padding:0 20px;
	line-height:45px;
	color:#FFF;
	letter-spacing: 0.04em;
	border:1px solid #d38006;
	border-radius: 5px;
}

.slidemtitle_block {
	margin:0 0 30px;
}

.slidemtitle_inblock h2 {
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-position: left top;
	margin:0 0 10px;
	font-size:1.6rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.slidemtitle_inblock h2 b {
	margin:0 5px 0 0;
	color:#e8c292;
	font-size:1.0rem;
	font-weight: 500;
}

.slidemtitle_inblock .spimage {
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	transition-duration: .8s;
	transition-timing-function: ease-in;
}

.slidemtitle_block.show .spimage,
.slidemtitle_block.anim_action .spimage {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.slidemtitle_inblock .spimage::before {
	position: absolute;
	top:0;
	left:0;
	content: '';
	background-color: #d88006;
	width:100%;
	height:100%;
	z-index:-5;
}

.slidemtitle_inblock .spimage::after {
	position: absolute;
	top:0;
	left:0;
	content: '';
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width:100%;
	height:100%;
	z-index:-3;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	transition-delay: .8s;
	transition-duration: .8s;
	transition-timing-function: ease-in;
}

.slidemtitle_block.show .spimage::after,
.slidemtitle_block.anim_action .spimage::after {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.mtitle_block {
}

.mtitle_block .block1 {
	padding:0 25px;
}

.mtitle_block .mtitlebox {
	padding:35px 0;
}

.mtitle_block .mtitlebox h2 {
	display: flex;
	align-items: center;
	font-size:1.6rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.mtitle_block .mtitlebox h2 b {
	margin:0 5px 0 0;
	color:#d98006;
	font-size:1.0rem;
	font-weight: 500;
}

.mtitle_block .bread {
	display: none;
}

.error_mtitle {
	padding:30px 0;
}

.error_mtitle h2 {
	overflow: hidden;
	background: url('../images/error/notfound_mtitle.webp') no-repeat center center;
	background-size: auto 35px;
	padding: 40px 0 0;
	height: 0!important;
}

.error_area1 .block1 {
	padding-top:0;
	padding-bottom:20px;
}

.error_block {
	padding:25px 10px 20px;
	text-align: center;
	background-color: #FFF;
	border-radius: 10px;
}

.error_block h3 {
	background: url('../images/error/notfound_logo.webp') no-repeat center bottom;
	background-size: 89px 116px;
	margin:0 0 40px;
	padding:0 0 150px;
	line-height:1.0;
	color:#d58006;
	font-size:2.4rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.08em;
}

.error_block .mlead {
	margin:0 0 20px;
	line-height:1.4;
	color:#e55703;
	font-size:1.6rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.error_block .ex_block {
	margin:0 0 45px;
}

.error_block .ex_block p {
	line-height:2.0;
	font-size:1.2rem;
	letter-spacing: 0.08em;
}

.error_block .ex_block .lead {
	margin:0 0 20px;
	padding:0 0 20px;
	position: relative;
}

.error_block .ex_block .lead::after {
	position: absolute;
	bottom:0;
	left:calc(50% - 18px);
	content: '';
	background-color: #da8006;
	width:35px;
	height:1px;
}

.morebox b {
	display: inline-block;
	padding:0 60px 0 0;
	height:38px;
	line-height:38px;
	font-size:1.8rem;
	letter-spacing: 0.04em;
	font-family: "Noto Serif JP", serif;
	position: relative;
}

.morebox b::before {
	position: absolute;
	top:calc(50% - 19px);
	right:0;
	content: '';
	background-color: #f6ddc4;
	width:38px;
	height:38px;
	border-radius: 50%;
	z-index:5;
}

.morebox b::after {
	position: absolute;
	top:calc(50% - 19px);
	right:0;
	content: '';
	background: url('../images/common/icon_arrow1.webp') no-repeat center center;
	background-size: auto 12px;
	width:38px;
	height:38px;
	z-index:10;
}

.linkbox {
}

.linkbox a {
	display: flex;
	align-items: center;
	padding:0 15px;
	height:60px;
	line-height:1.5;
	font-size:1.6rem;
	font-weight: bold;
	font-family: "Noto Serif JP", serif;
	background-color: #f3e2d4;
	letter-spacing: 0.04em;
	border-radius: 5px;
	position: relative;
}

.linkbox a::after {
	position: absolute;
	top:calc(50% - 4px);
	right:15px;
	content: '';
	background: url('../images/common/icon_arrow1.webp') no-repeat right center;
	background-size: auto 8px;
	width:11px;
	height:8px;
}

.binfo_block {
	background-color: #e4b685;
}

.binfo_block .block1 {
	padding:25px 10px 20px;
}

.binfo_inblock1 {
	background: url('../images/common/sp_binfo_bgimage.webp') no-repeat left 20px top;
	background-size: 306px 101px;
	background-color: #efc999;
	margin:0 0 20px;
	padding:120px 10px 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(213, 128, 6, 0.5);
}

.binfo_inblock1 .infoblock {
	margin:0 0 20px;
}

.binfo_inblock1 .infoblock h2 {
	background: url('../images/common/binfo_label.webp') no-repeat left 10px center;
	background-size: auto 26px;
	margin:0 0 15px;
	padding:5px 0 0 150px;
	height:26px;
	line-height:21px;
	font-weight: 400;
	letter-spacing: 0.04em;
}

.binfo_inblock1 .infoblock h2 b {
	margin:0 5px 0 0;
	color:#d58006;
	font-size:1.0rem;
	font-weight: 400;
}

.binfo_inblock1 .infoblock p {
	line-height:1.4;
	font-sie:1.6rem;
	letter-spacing: 0.04em;
}

.binfo_inblock1 .linkblock .linkbox {
	margin:0 0 10px;
}

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

.binfo_inblock2 .linkbox {
	margin:0 0 10px;
}

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

.binfo_inblock2 .linkbox .line1 {
	line-height:1.4;
	font-sie:1.6rem;
	letter-spacing: 0.04em;
}

.binfo_inblock2 .linkbox .line2 {
	line-height:1.4;
	color:#d58006;
	letter-spacing: 0.04em;
}

.popmenu_block {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #363233;
	z-index:100;
}

.popmenu_block.active {
	display: block;
}

.popmenu_inblock {
	height:100%;
	color:#FFF;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
	overscroll-behavior: none;
}

.popmenu_inblock .popmenu_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0 15px;
	height:70px;
}

.popmenu_inblock .popmenu_header h2 {
	width: 151px;
}

.popmenu_inblock .popmenu_header h2 a {
	display: block;
	overflow: hidden;
	background: url('../images/common/sp_menulogo.webp') no-repeat;
	background-size: 151px 41px;
	padding: 41px 0 0;
	height: 0!important;
}

.popmenu_inblock .popmenu_header p {
	width:140px;
}

.popmenu_inblock .popmenu_header p a {
	display: block;
	overflow: hidden;
	background: url('../images/common/sp_menu2.webp') no-repeat center center;
	background-size: 94px 14px;
	background-color: #f4e4d5;
	padding: 36px 0 0;
	height: 0!important;
	border-radius: 5px;
}

.popmenu_inblock .popmenu_main {
	padding:10px 10px 20px;
}

.popmenu_inblock .pmenubox {
	margin:0 5px 20px;
}

.popmenu_inblock .pmenubox:last-child {
	margin-bottom:0;
}

.popmenu_inblock .pmenubox .label {
	margin:0 0 6px;
	color:#d58006;
	font-size:1.8rem;
	font-weight: bold;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.08em;
}

.popmenu_inblock .pmenubox li {
	margin:0 0 10px;
	letter-spacing: 0.08em;
}

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

.popmenu_inblock .pmenubox li a {
	display: inline-block;
	padding:0 0 0 12px;
	color:#FFF;
	position: relative;
}

.popmenu_inblock .pmenubox li a::after {
	position: absolute;
	top:50%;
	left:0;
	content: '';
	background-color: #FFF;
	width:5px;
	height:1px;
}

.popmenu_inblock .linkblock {
	margin:0 0 20px;
}

.popmenu_inblock .linkblock .linkbox {
	margin:0 0 10px;
}

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

.popmenu_inblock .popmenu_footer {
	margin:0 10px;
	padding:30px 0;
	border-top:1px solid #d58006;
}

.popmenu_inblock .popmenu_footer h2 {
	overflow: hidden;
	background: url('../images/common/flogo.webp') no-repeat;
	background-size: 168px 36px;
	margin:0 0 15px;
	padding: 36px 0 0;
	height: 0!important;
}

.popmenu_inblock .popmenu_footer .address {
	margin:0 0 10px;
}

.popmenu_inblock .popmenu_footer .address h3 {
	overflow: hidden;
	background: url('../images/common/flabel1.webp') no-repeat;
	background-size: 61px 12px;
	margin:0 0 8px;
	padding: 12px 0 0;
	height: 0!important;
}

.popmenu_inblock .popmenu_footer .address p {
	line-height:1.4;
	font-size:1.4rem;
	letter-spacing: 0.04em;
}

.popmenu_inblock .popmenu_footer .contact_block {
	margin:0 0 10px;
	color:#d58006;
	font-size:2.8rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.08em;
}

.popmenu_inblock .popmenu_footer .contact_block .tel {
	background: url('../images/common/flabel2.webp') no-repeat left bottom 6px;
	background-size: 24px 12px;
	margin:0 0 5px;
	padding:0 0 0 36px;
	line-height:1.2;
}

.popmenu_inblock .popmenu_footer .contact_block .tel a {
	color:#d58006;
}

.popmenu_inblock .popmenu_footer .contact_block .fax {
	background: url('../images/common/flabel3.webp') no-repeat left bottom 12px;
	background-size: 26px 12px;
	padding:0 0 0 36px;
}

.popmenu_inblock .popmenu_footer .timeex {
	line-height:1.7;
	font-size:1.4rem;
	letter-spacing: 0.04em;
}

.sptab_block {
	position: fixed;
	left:0;
	bottom:-40px;
	width:100vw;
	z-index:10;
	transition-duration: .3s;
}

.sptab_block.show {
	bottom:0;
}

.sptab_inblock {
	position: relative;
}

.sp_tabbox {
	position: absolute;
	left:0;
	bottom:-140px;
	width:100vw;
	z-index:10;
	transition-duration: .3s;
}

.sp_tabbox.active {
	bottom:0;
}

.sp_tabbox .label {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width:50vw;
	height:40px;
	background-color: #f1d8bf;
}

.sp_tabbox .label b {
	display: inline-block;
	background: url('../images/common/sp_tabicon1.webp') no-repeat left top 7px;
	background-size: auto 11px;
	padding:0 0 0 20px;
	font-weight: 400;
}

.sp_tabbox .lbox {
	padding:5px;
	height:140px;
	background-color: #f1d8bf;
}

.sp_tabbox .lbox li {
	margin:0 0 5px;
	line-height:1.4;
}

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

.sp_tabbox .lbox li a {
	display: flex;
	align-items: center;
	background: url('../images/common/icon_arrow1.webp') no-repeat right 15px center;
	background-size: auto 8px;
	padding:5px 20px;
	min-height:34px;
	background-color: #f3e2d4;
}

.sp_tablink {
	position: absolute;
	right:0;
	bottom:0;
	width:50vw;
	z-index:10;
}

.sp_tablink a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height:40px;
	background-color: #f1c296;
}

.sp_tablink a b {
	display: inline-block;
	background: url('../images/common/sp_tabicon2.webp') no-repeat left top 7px;
	background-size: auto 11px;
	padding:0 0 0 16px;
	font-weight: 400;
}

.pagetop {
	display: none;
	position: fixed;
	right:15px;
	bottom:45px;
	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_block1 {
	background-color: #363233;
}

.footer_block1 .block1 {
	padding:35px 10px 30px;
	color:#FFF;
}

.footer_inblock1 h2 {
	overflow: hidden;
	background: url('../images/common/flogo.webp') no-repeat;
	background-size: 168px 36px;
	margin:0 0 15px;
	padding: 36px 0 0;
	height: 0!important;
}

.footer_inblock1 .address {
	margin:0 0 10px;
}

.footer_inblock1 .address h3 {
	overflow: hidden;
	background: url('../images/common/flabel1.webp') no-repeat;
	background-size: 61px 12px;
	margin:0 0 8px;
	padding: 12px 0 0;
	height: 0!important;
}

.footer_inblock1 .address p {
	line-height:1.4;
	font-size:1.4rem;
	letter-spacing: 0.04em;
}

.footer_inblock1 .contact_block {
	margin:0 0 10px;
	color:#d58006;
	font-size:2.8rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.08em;
}

.footer_inblock1 .contact_block .tel {
	background: url('../images/common/flabel2.webp') no-repeat left bottom 6px;
	background-size: 24px 12px;
	margin:0 0 5px;
	padding:0 0 0 36px;
	line-height:1.2;
}

.footer_inblock1 .contact_block .tel a {
	color:#d58006;
}

.footer_inblock1 .contact_block .fax {
	background: url('../images/common/flabel3.webp') no-repeat left bottom 12px;
	background-size: 26px 12px;
	padding:0 0 0 36px;
}

.footer_inblock1 .timeex {
	line-height:1.7;
	font-size:1.4rem;
	letter-spacing: 0.04em;
}

.footer_inblock1 .linkblock {
	display: none;
}

.footer_inblock2 {
	display: none;
}

.footer_block2 {
	background-color: #e9c59e;
}

.footer_block2 .inblock .linklist {
	display: none;
}

.footer_block2 .inblock .copyright {
	display: flex;
	justify-content: center;
	align-items: center;
	height:60px;
	font-size:1.4rem;
	letter-spacing: 0.04em;
}

/* information
=================================== */
.news_ibox {
	border-top:1px solid #e9bb8a;
}

.news_ibox:last-child {
	border-bottom:1px solid #e9bb8a;
}

.news_ibox a {
	display: block;
	padding:15px 0 10px;
}

.news_ibox .infobox {
	display: flex;
	align-items: center;
	margin:0 0 10px;
}

.news_ibox .infobox .label {
	margin:0 20px 0 0;
	width:125px;
	line-height:22px;
	color:#d58006;
	text-align: center;
	letter-spacing: 0.04em;
	background-color: #FFF;
	border:1px solid #d58006;
	border-radius: 5px;
}

.news_ibox .infobox .date {
	letter-spacing: 0.08em;
}

.news_ibox .infobox .check {
	margin:0 0 0 10px;
	color:#ff0000;
	font-size:1.6rem;
	letter-spacing: 0.04em;
}

.news_ibox .title {
	line-height:1.75;
	color:#FFF;
	font-size:1.6rem;
	font-weight: bold;
	letter-spacing: 0.04em;
}

.news_ibox .taglist {
	padding:10px 0 0 0;
}

.news_ibox .taglist ul {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.news_ibox .taglist li {
	margin:0 10px 5px 0;
	padding:0 25px;
	line-height:34px;
	font-size:1.4rem;
	letter-spacing: 0.04em;
	background-color: #FFF;
	border-radius: 18px;
}

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

/* search
=================================== */
.sbox {
	margin:0 0 20px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}

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

.sbox a {
	display: block;
	padding:25px 20px 85px;
	height:100%;
	color:#FFF;
	position: relative;
}

.sbox a::before {
	position: absolute;
	top:0;
	left:0;
	content: '';
	background-color: #4b4748;
	width:100%;
	height:100%;
	z-index:-3;
}

.sbox .imagebox {
	margin:0 0 30px;
	position: relative;
}

.sbox .imagebox::before,
.sbox .imagebox::after {
	position: absolute;
	top:-5px;
	left:-5px;
	content: '';
	background: url('../images/search/corner_image1.webp') no-repeat;
	background-size: 62px 80px;
	width:62px;
	height:80px;
	z-index:-1;
}

.sbox .imagebox::after {
	top:auto;
	bottom:-5px;
	left:auto;
	right:-5px;
	background-image: url('../images/search/corner_image2.webp');
}

.sbox .imagebox .new {
	position: absolute;
	top:-16px;
	right:15px;
	line-height:1.2;
	color:#ff0000;
	letter-spacing: 0.04em;
}

.sbox .imagebox .image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-color: #4b4748;
	border:1px solid #d58006;
}

.sbox .imagebox ul {
	position: absolute;
	bottom:-12px;
	left:6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:calc(100% - 12px);
}

.sbox .imagebox li {
	width:calc(50% - 3px);
	text-align: center;
	height:24px;
	line-height:22px;
	color:#FFF;
	font-size:1.4rem;
	letter-spacing: 0.04em;
	border-radius: 5px;
}

.sbox .imagebox .label1 {
	background-color: #d58006;
}

.sbox .imagebox .label2 {
	background-color: #ff0000;
}

.sbox .imagebox .label3 {
	background-color: #39944a;
}

.sbox .btitle {
	margin:0 0 15px;
	line-height:1.4;
	font-size:1.8rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.sbox .bprice {
	margin:0 0 5px;
	color:#e05703;
	font-size:1.6rem;
}

.sbox .bprice b {
	display: inline-block;
	margin:0 0 0 5px;
	font-size:2.4rem;
	font-weight: 400;
}

.sbox .infoline {
	margin:0 0 10px;
	color:#f1c296;
	font-size:1.4rem;
}

.sbox .infoline b {
	display: inline-block;
	margin:0 0 0 5px;
	color:#e05703;
	font-size:1.6rem;
	font-weight: 400;
}

.sbox .address {
	margin:0 0 10px;
	line-height:1.4;
	letter-spacing: 0.04em;
}

.sbox .databox {
	margin:0 0 10px;
}

.sbox .databox table {
	width:100%;
	font-size:1.4rem;
}

.sbox .databox th {
	padding:0 0 5px;
	width:75px;
	vertical-align: top;
	text-align: left;
	color:#f1c296;
	font-weight: 400;
	letter-spacing: 0.04em;
}

.sbox .databox td {
	padding:0 0 5px;
	vertical-align: top;
	letter-spacing: 0.04em;
}

.sbox .exline {
	margin:0 0 10px;
	font-weight: bold;
}

.sbox .keywords {

}

.sbox .keywords ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.sbox .keywords li {
	display: inline-block;
	margin:0 10px 5px 0;
	padding:0 20px;
	height:34px;
	line-height:32px;
	text-align: center;
	color:#d58006;
	background-color: #e3dcd2;
	border-radius: 34px;
}

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

.sbox .morebox {
	position: absolute;
	left:20px;
	bottom:20px;
	width:calc(100% - 40px);
}

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

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

	.paging_block .prev a,
	.paging_block .next a {
		background-size: auto 12px;
		padding: 44px 0 0;
		transition-duration: .3s;
	}

	.paging_block .prev a:hover,
	.paging_block .next a:hover {
		background-color: #d58006;
	}

	.paging_block li {
		margin:0 8px 0 0;
		width:44px;
	}

	.paging_block li a,
	.paging_block li b {
		line-height:42px;
		font-size:1.4rem;
		transition-duration: 0.6s;
	}

	.paging_block li a:hover {
		background-color: #f1d8bf;
	}

	.paging_block li span {
		line-height:44px;
		font-size:1.4rem;
	}

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

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

	header .block1 {
		padding-left:40px;
		height:100px;
	}

	header h1 {
		width: 168px;
	}

	header h1 a {
		background-image: url('../images/common/logo.webp');
		background-size: 168px 46px;
		padding: 46px 0 0;
	}

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

	.gnavi1 {
		padding:0 15px;
		border-bottom:1px solid #f6ddc4;
	}

	.gnavi1 ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height:50px;
	}

	.gnavi1 li {
		font-size:1.4rem;
		letter-spacing: 0.04em;
	}

	.gnavi1 li a {
		color:#4d4d4d;
	}

	.gnavi1 li.on a,
	.gnavi1 li a:hover {
		color:#d58006;
	}

	.gnavi2 {
		padding:0 15px;
	}

	.gnavi2 ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height:50px;
	}

	.gnavi2 li {
		letter-spacing: 0.06em;
	}

	.gnavi2 li a {
		display: inline-block;
		position: relative;
		transition-duration: .3s;
	}

	.gnavi2 li.on a,
	.gnavi2 li a:hover {
		color:#d58006;
	}

	.gnavi2 li a::after {
		position: absolute;
		top:calc(100% + 3px);
		left:50%;
		content: '';
		background-color: #d58006;
		width:0;
		height:1px;
		transition-duration: .3s;
	}

	.gnavi2 li.on a::after,
	.gnavi2 li a:hover::after {
		left:0;
		width:100%;
	}

	header .menu {
		display: none;
	}

	.cnavi_block {
		margin:0 auto;
		padding:30px 0 0;
		width:1070px;
	}

	.cnavi_inblock {
		padding:25px 45px;
	}

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

	.cnavi_inblock li {
		margin:0;
		width:235px;
	}

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

	.cnavi_inblock li a:hover {
		background-color: #f4c599;
	}

	.slidemtitle_block {
		margin:0 0 40px;
		overflow: hidden;
		border-radius: 10px;
		transition-delay: .8s;
	}

	.slidemtitle_block.show,
	.slidemtitle_block.anim_action {
		box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
	}

	.slidemtitle_inblock {
		display: flex;
		align-items: center;
		padding:0 45px;
		height:444px;
		position: relative;
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0);
		transition-duration: .8s;
		transition-timing-function: ease-in;
	}

	.slidemtitle_block.show .slidemtitle_inblock,
	.slidemtitle_block.anim_action .slidemtitle_inblock {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0);
	}

	.slidemtitle_inblock::before {
		position: absolute;
		top:0;
		left:0;
		content: '';
		background-color: #d88006;
		width:100%;
		height:100%;
		z-index:-5;
	}

	.slidemtitle_inblock::after {
		position: absolute;
		top:0;
		left:0;
		content: '';
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		width:100%;
		height:100%;
		z-index:-3;
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0);
		transition-delay: .8s;
		transition-duration: .8s;
		transition-timing-function: ease-in;
	}

	.slidemtitle_block.show .slidemtitle_inblock::after,
	.slidemtitle_block.anim_action .slidemtitle_inblock::after {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0);
	}

	.slidemtitle_inblock h2 {
		margin:0;
		width:100%;
	}

	.slidemtitle_inblock .spimage {
		display: none;
	}

	.mtitle_block {
		overflow: hidden;
	}

	.mtitle_block .block1 {
		padding:0 80px;
	}

	.mtitle_block .mtitlebox {
		padding:45px 0 40px;
	}

	.mtitle_block .bread {
		display: block;
		background-color: #FFF;
		position: relative;
	}

	.mtitle_block .bread::before,
	.mtitle_block .bread::after {
		position: absolute;
		top:0;
		content: '';
		background-color: #FFF;
		width:1000px;
		height:100%;
	}

	.mtitle_block .bread::before {
		right:100%;
	}

	.mtitle_block .bread::after {
		left:100%;
	}

	.mtitle_block .bread ul {
		display: flex;
		align-items: center;
		height:40px;
		overflow-x: scroll;
		word-break: keep-all;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
    }

	.mtitle_block .bread li {
		margin:0 12px 0 0;
		color:#4d4d4d;
		font-size:1.4rem;
	}

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

	.mtitle_block .bread li a {
		display: inline-block;
		background: url('../images/common/icon_bread.webp') no-repeat right center;
		background-size: 5px 13px;
		padding:0 18px 0 0;
		color:#4d4d4d;
		letter-spacing: 0.04em;
		position: relative;
	}

	.mtitle_block .bread li:last-child a {
		background: none;
		padding:0;
	}

	.error .mtitle_block {
		border-bottom:30px solid #FFF;
	}

	.error_mtitle {
		padding:50px 0;
	}

	.error_mtitle h2 {
		background-size: 273px 53px;
		padding: 70px 0 0;
	}

	.error_area1 .block1 {
		padding-top:20px;
		padding-bottom:55px;
	}

	.error_block {
		margin:0 auto;
		padding:45px 0 50px;
		width:835px;
	}

	.error_block h3 {
		margin:0 0 55px;
		padding:0 0 165px;
		font-size:3.6rem;
	}

	.error_block .mlead {
		margin:0 0 35px;
		font-size:2.4rem;
	}

	.error_block .ex_block p {
		line-height:2.1;
		font-size:1.2rem;
	}

	.error_block .linkbox {
		margin:0 auto;
		width:360px;
	}








	.morebox b {
		transition-duration: .3s;
	}

	a:hover .morebox b {
		color: #da8006;
	}

	.morebox b::before {
		transition-duration: .3s;
	}

	a:hover .morebox b::before {
		transform: scale(1.2);
		background-color: #da8006;
	}

	.morebox b::after {
		transition-duration: .3s;
	}

	a:hover .morebox b::after {
		background-image: url('../images/common/icon_arrow2.webp');
	}

	.linkbox {
	}

	.linkbox a {
		padding:0 10px;
		height:65px;
		line-height:1.45;
		font-size:1.8rem;
		transition-duration: .3s;
	}

	.linkbox a::after {
		top:calc(50% - 6px);
		right:25px;
		background-size: 16px 12px;
		width:16px;
		height:12px;
		transition-duration: .3s;
	}

	.linkbox a:hover {
		color:#FFF;
		background-color: #d58006;
	}

	.linkbox a:hover::after {
		right:15px;
		background-image: url('../images/common/icon_arrow2.webp');
	}

	.binfo_block .block1 {
		padding:35px 40px;
	}

	.binfo_inblock1 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: url('../images/common/binfo_bgimage.webp') no-repeat left 20px center;
		background-size: 622px 205px;
		background-color: #efc999;
		margin:0 0 35px;
		padding:0 20px 0 70px;
		height:205px;
	}

	.binfo_inblock1 .infoblock {
		margin:0;
		width:550px;
	}

	.binfo_inblock1 .infoblock h2 {
		background-position: left top;
		background-size: 143px 40px;
		margin:0 0 30px;
		padding:55px 0 0;
		height:auto;
		line-height:1.2;
	}

	.binfo_inblock1 .linkblock {
		width:365px;
	}

	.binfo_inblock1 .linkblock .linkbox {
		margin:0 0 20px;
	}

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

	.binfo_inblock2 .linkbox {
		margin:0;
		width:515px;
	}

	.binfo_inblock2 .linkbox a {
		padding:0 20px;
		height:85px;
	}

	.binfo_inblock2 .linkbox .line1 {
		margin:0 0 5px;
		font-sie:2.0rem;
	}

	.binfo_inblock2 .linkbox .line2 {
		font-sie:1.8rem;
		transition-duration: .3s;
	}

	.binfo_inblock2 .linkbox a:hover .line2 {
		color:#FFF;
	}

	.popmenu_block,
	.popmenu_block.active {
		display: none;
	}

	.sptab_block {
		display: none;
	}

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

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

	.footer_block1 .block1 {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding:50px 40px 40px;
		width:1160px;
	}

	.footer_inblock1 {
		width:365px;
	}

	.footer_inblock1 .timeex {
		margin:0 0 20px;
	}

	.footer_inblock1 .linkblock {
		display: block;
	}

	.footer_inblock1 .linkblock .linkbox {
		margin:0 0 20px;
	}

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

	.footer_inblock1 .linkblock .linkbox a {
		font-size:1.6rem;
	}

	.footer_inblock2 {
		display: flex;
		align-items: flex-start;
		width:600px;
	}

	.footer_inblock2 .flink {
		width:330px;
	}

	.footer_inblock2 .flinkbox {
		margin:0 0 20px;
	}

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

	.footer_inblock2 .flinkbox .label {
		margin:0 0 10px;
		line-height:1.4;
		font-size:1.8rem;
		font-weight: bold;
		font-family: "Noto Serif JP", serif;
		letter-spacing: 0.08em;
	}

	.footer_inblock2 .flinkbox .label a {
		color:#d58006;
	}

	.footer_inblock2 .flinkbox .label a:hover {
		text-decoration: underline;
	}

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

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

	.footer_inblock2 .flinkbox li a {
		display: inline-block;
		padding:0 0 0 12px;
		color:#FFF;
		position: relative;
		transition-duration: .3s;
	}

	.footer_inblock2 .flinkbox li a:hover {
		color:#cf8006;
	}

	.footer_inblock2 .flinkbox li a::after {
		position: absolute;
		top:50%;
		left:0;
		content: '';
		background-color: #FFF;
		width:5px;
		height:1px;
	}

	.footer_inblock2 .flinkbox li a:hover::after {
		background-color:#cf8006;
	}

	.footer_block2 .inblock {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row-reverse;
		margin:0 auto;
		padding:0 40px;
		width:1160px;
		height:75px;
	}

	.footer_block2 .inblock .linklist {
		display: block;
	}

	.footer_block2 .inblock .linklist ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.footer_block2 .inblock .linklist li {
		margin:0 35px 0 0;
		font-size:1.4rem;
		letter-spacing: 0.04em;
	}

	.footer_block2 .inblock .linklist li:last-child {
		margin-right:0;
	}

	.footer_block2 .inblock .linklist li a {
		display: inline-block;
		padding:0 0 0 12px;
		position: relative;
		transition-duration: .3s;
	}

	.footer_block2 .inblock .linklist li a:hover {
		color:#cf8006;
	}

	.footer_block2 .inblock .linklist li a::after {
		position: absolute;
		top:50%;
		left:0;
		content: '';
		background-color: #000;
		width:5px;
		height:1px;
	}

	.footer_block2 .inblock .linklist li a:hover::after {
		background-color:#cf8006;
	}

	.footer_block2 .inblock .copyright {
		display: block;
		height:auto;
	}

	/* information
	=================================== */
	.news_ibox a {
		padding:30px 0 20px;
		transition-duration: .3s;
		position: relative;
	}

	.news_ibox a:hover {
		background-color: #e9bb8a;
	}

	.news_ibox a::before {
		position: absolute;
		top:calc(50% - 19px);
		right:35px;
		content: '';
		background-color: #f6ddc4;
		width:38px;
		height:38px;
		border-radius: 50%;
		transition-duration: .3s;
		z-index:5;
	}

	.news_ibox a:hover::before {
		transform: scale(1.2);
		background-color: #da8006;
	}

	.news_ibox a::after {
		position: absolute;
		top:calc(50% - 19px);
		right:35px;
		content: '';
		background: url('../images/common/icon_arrow1.webp') no-repeat center center;
		background-size: auto 12px;
		width:38px;
		height:38px;
		transition-duration: .3s;
		z-index:10;
	}

	.news_ibox a:hover::after {
		background-image: url('../images/common/icon_arrow2.webp');
	}

	.news_ibox .infobox {
	}

	.news_ibox .infobox .label {
		margin:0 25px 0 0;
		font-size:1.4rem;
	}

	.news_ibox .infobox .date {
		font-size:1.4rem;
	}

	.news_ibox .infobox .check {
		margin:0 0 0 20px;
	}

	.news_ibox .title {
		margin:0 100px 0 150px;
		line-height:1.75;
		color:#FFF;
		font-size:1.6rem;
		font-weight: bold;
		letter-spacing: 0.04em;
	}

	.news_ibox .taglist {
		display: block;
		margin:0 100px 0 150px;
	}

	/* search
	=================================== */
	.sbox {
		margin:0 15px 15px 0;
		width:333px;
	}

	.sbox:last-child {
		margin-bottom:15px;
	}

	.sbox:nth-child(3n) {
		margin-right:0;
	}

	.sbox a::before {
		transition-duration: .3s;
	}

	.sbox a:hover::before {
		background-color: #2d2a2a;
	}

	.sbox .imagebox {
		margin:0 0 35px;
	}

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




}

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