﻿@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: #472822;
	background-color: #f9f4ec;
	-webkit-font-smoothing: antialiased;
	font-family: "kosugi", sans-serif;
	font-feature-settings : 'palt';
}

/*

Basic Sans Light
font-family: "basic-sans", sans-serif;
font-weight: 300;
font-style: normal;

Basic Sans Regular
font-family: "basic-sans", sans-serif;
font-weight: 400;
font-style: normal;

Basic Sans Bold
font-family: "basic-sans", sans-serif;
font-weight: 700;
font-style: normal;

AraletN Regular
font-family: "aralet-n", sans-serif;
font-weight: 400;
font-style: normal;

Kosugi Regular
font-family: "kosugi", sans-serif;
font-weight: 400;
font-style: normal;

Futura PT Book
font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;

Futura PT Medium
font-family: "futura-pt", sans-serif;
font-weight: 500;
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: #472822;
	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;
}

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

::-placeholder {
	color: #c8af90;
}

/* Extras
========================================================================== */
.screen {
	display: none;
	opacity: 0;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:130%;
	background-color: #000;
	z-index: 80;
}

.screen_active .screen {
	animation-delay:0.2s;
	-webkit-animation-delay:0.2s;
	animation-name: screen_active;
	-webkit-animation-name: screen_active;
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-iteration-count:1;
	-webkit-animation-iteration-count:1;
	animation-fill-mode:both;
	-webkit-animation-fill-mode:both;
}

@keyframes screen_active {
	0% {display: none; opacity: 0;}
	1% {display: block; opacity: 0;}
	100% {display: block; opacity: 0.8;}
}

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

#dammy {
	display: block;
	overflow: hidden;
	background: url('../images/') no-repeat;
	padding: 40px 0 0;
	width: 216px;
	height: 0!important;
}

/*
========================================================================== */
#wrapper {
	padding:60px 0 0;
	overflow: hidden;
	font-size:1.4rem;
}

.block1 {
	padding:30px 30px;
}

.fiu {
	opacity: 0;
	transform: translateY(60px);
	transition-duration: 1.0s;
}

.fiu.anim_action {
	opacity: 1;
	transform: translateY(0);
}

.fir {
	opacity: 0;
	transform: translateX(30px);
	transition-duration: 1.0s;
}

.fir.anim_action {
	opacity: 1;
	transform: translateX(0);
}

.fil {
	opacity: 0;
	transform: translateX(-30px);
	transition-duration: 1.0s;
}

.fil.anim_action {
	opacity: 1;
	transform: translateX(0);
}

@keyframes cloud1 {
  0% { opacity: 0; transform: translateY(30px); }
  35% { opacity: 1; transform: translateY(0); }
  55% { opacity: 1; transform: translateY(0); }
  90% { opacity: 0; transform: translateY(-30px); }
  100% { opacity: 0;  }
}

@keyframes cloud2 {
  0% { opacity: 0;  }
  10% { opacity: 0; transform: translateY(25px); }
  40% { opacity: 1; transform: translateY(0); }
  70% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-25px); }
}

#wrapper i {
	line-height:1.0;
	font-weight: 500;
	font-style: normal;
	font-family: "futura-pt", sans-serif;
}

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

.header {
	display: flex;
	align-items: center;
	padding:0 15px;
	height:60px;
}

header h1 {
	margin:0 20px 0 0;
	width: 108px;
}

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

header .splinkblock {
}

header .splinkblock a {
	display: block;
	color:#9c3632;
	text-underline-offset: 2px;
	text-decoration: underline;
}

header .splinkblock p {
	line-height:1.3;
	font-family: "basic-sans", sans-serif;
}

header .splinkblock .line1 {
	margin:0 0 2px;
}

header .splinkblock .line2 {
	font-size:1.1rem;
	letter-spacing: 0.04em;
}

header .splinkblock .line2 b {
	display: inline-block;
	background: url('../images/common/icon_outlink1.webp') no-repeat right center;
	background-size: 11px 11px;
	padding:0 15px 0 0;
	min-height: 12px;
	line-height: 12px;
	font-weight: 400;
}

header .menu {
	position: absolute;
	top:14px;
	right:13px;
	width:30px;
	z-index:10;
}

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

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

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

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

header.active .menu a::before {
	top: 7px;
	left: 7px;
	width: 23px;
	-webkit-transform-origin:left top 0;
	transform-origin:left top 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

header.active .menu a::after {
	bottom: 6px;
	left: 6px;
	width: 22px;
	-webkit-transform-origin:left top 0;
	transform-origin:left top 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

header .menu b {
	position: absolute;
	content: '';
	top:15px;
	left: 3px;
	width: 24px;
	height: 1px;
	background-color: #5f3c35;
	transition: .3s;
}

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

header .gnavi_block {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #FFF;
}

header.active .gnavi_block {
	display: block;
}

header .gnavi_body {
	height:100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
	overscroll-behavior: none;
}

header .gnavi_inblock0 {
	background: url('../images/common/sp_menu_bgbox.webp') no-repeat center bottom;
	background-size: 100% 65px;
	background-color: #f9f4ec;
	padding:35px 45px 40px;
}

header .gnavi_inblock0 .logo {
	margin:0 auto 20px;
	width:135px;
}

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

header .gnavi_inblock0 .infobox_wrap {
	margin:0 0 18px;
}

header .gnavi_inblock0 .infobox {
	display: flex;
	align-items: flex-start;
	margin:0 0 8px;
}

header .gnavi_inblock0 .infobox:last-child {
	margin-bottom:0;
}

header .gnavi_inblock0 .infobox .label {
	margin:0 15px 0 0;
}

header .gnavi_inblock0 .infobox .label b {
	display: flex;
	justify-content: center;
	align-items: center;
	padding:2px 0 0 4px;
	width:60px;
	height:22px;
	font-weight: 400;
	font-family: "aralet-n", sans-serif;
	letter-spacing: 0.12em;
	background-color: #f5cc5c;
	border-radius: 3px;
}

header .gnavi_inblock0 .infobox .ex {
	line-height:1.4;
	font-size:1.6rem;
}

header .gnavi_inblock0 .infobox .ex a {
	line-height:1.0;
	font-size:1.9rem;
	font-weight: 500;
	font-style: normal;
	font-family: "futura-pt", sans-serif;
}

header .gnavi_inblock0 .infobox .ex i {
	font-size:1.7rem;
}

header .gnavi_inblock0 .infobox .ex1 i {
	font-size:1.9rem;
}

header .gnavi_inblock0 .infobox .ex span {
	font-size:1.4rem;
}

header .gnavi_inblock0 .infobox .ex span i {
	font-size:1.4rem;
}

header .gnavi_inblock0 .infobox .ex strong {
	color:#9c3632;
	font-size:1.4rem;
	font-weight: 400;
}

header .gnavi_inblock0 .infobox .ex strong span {
	font-size:1.1rem;
}

header .gnavi_inblock0 .calbox {
	text-align: right;
}

header .gnavi_inblock0 .calbox a {
	display: inline-block;
	width:150px;
	line-height:38px;
	text-align: center;
	color:#FFF;
	letter-spacing: 0.04em;
	background-color: #9c3632;
	border-radius: 38px;
}

header .gnavi_inblock1 {
	display: none;
}

header .gnavi_inblock2 {
	background: url('../images/common/icon_footer1.webp') no-repeat right 30px bottom;
	background-size: auto 82px;
	padding:5px 45px 100px;
}

header .gnavi_inblock2 li {
	margin:0 0 25px;
	line-height:1.2;
}

header .gnavi_inblock2 li a {
	display: block;
	color:#231815;
	font-size:1.9rem;
	font-family: "aralet-n", sans-serif;
}

header .gnavi_inblock2 li span {
	margin:0 0 0 10px;
	color:#c8af90;
	font-size:1.5rem;
	font-family: "basic-sans", sans-serif;
}

header .gnavi_inblock2 li.bl span {
	display: block;
	margin:0;
}

footer {
	color:#FFF;
	background-color: #472822;
}

.pagetop {
	display: none;
	position: fixed;
	right:15px;
	bottom:15px;
	width: 35px;
	overflow: hidden;
	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 {
	padding:25px 30px 35px;
	position: relative;
}

footer .ficon_block {
	position: absolute;
	bottom:100%;
	right:0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width:100%;
}

footer .ficon_block .label {
	margin:0 30px 0 0;
	padding:0 0 5px;
	line-height:1.25;
	width:120px;
	text-align: right;
	color: #472822;
	font-size:1.2rem;
}

footer .ficon_block .ficon {
	width:140px;
	position: relative;
}

footer .ficon_block .ficon::after {
	position: absolute;
	bottom:calc(100% + 2px);
	left:0;
	content: '';
	background: url('../images/common/icon_footer2.webp') no-repeat;
	background-size: auto 40px;
	width:174px;
	height:40px;
	opacity: 0;
	transform: translateY(20px);
	transition-duration: .6s;
}

footer .ficon_block.anim_action .ficon::after {
	opacity: 1;
	transform: translateY(0);
}

.footer_wrap {
	margin:0 0 25px;
}

.footer_block1 {
	margin:0 0 10px;
}

.footer_block1 h2 {
	margin:0 auto 5px;
	width:160px;
}

.footer_block1 h2 a {
	display: block;
	overflow: hidden;
	background: url('../images/common/sp_flogo.webp') no-repeat;
	background-size: 160px 43px;
	padding: 43px 0 0;
	height: 0!important;
}

.footer_block1 .address {
	text-align: center;
	font-size: 1.5rem;
}

.footer_block1 .address i {
	margin:0 0 0 2px;
	letter-spacing: 0.08em;
}

.footer_block2 {
}

.footer_block2 .flink1 {
	display: none;
}

.footer_block2 .flink2 {
	margin:0 0 15px;
}

.footer_block2 .flink2 li {
	margin:0 0 6px;
	text-align: center;
	font-size:1.5rem;
}

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

.footer_block2 .flink2 li a {
	color:#FFF;
	text-decoration: underline;
}

.footer_block2 .splink {
	margin:0 0 10px;
	padding:0 0 20px;
	border-bottom:1px solid #f9f4ec;
}

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

.footer_block2 .splink li {
	margin:0 10px 0 0;
	width:33px;
}

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

.footer_block2 .splink li a {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 33px 33px;
	padding: 33px 0 0;
	height: 0!important;
}

.footer_block2 .splink .fb a {
	background-image: url('../images/common/sns_fb.webp');
}

.footer_block2 .splink .xcom a {
	background-image: url('../images/common/sns_x.webp');
}

.footer_block2 .flink3 {
}

.footer_block2 .flink3 .linkbox {
	display: none;
}

.footer_block2 .flink3 .linkbox:last-child {
	display: flex;
	align-items: center;
}

.footer_block2 .flink3 .linkbox .label {
	margin:0 6px 0 0;
	letter-spacing: -0.04em;
}

.footer_block2 .flink3 .linkbox ul {
	display: flex;
	align-items: center;
}

.footer_block2 .flink3 .linkbox li {
	margin:0 10px 0 0;
	width:33px;
}

.footer_block2 .flink3 .linkbox li:last-child {
	margin-right:0;
}

.footer_block2 .flink3 .linkbox li a {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 33px 33px;
	padding: 33px 0 0;
	height: 0!important;
}

.footer_block2 .flink3 .linkbox .fb a {
	background-image: url('../images/common/sns_fb.webp');
}

.footer_block2 .flink3 .linkbox .xcom a {
	background-image: url('../images/common/sns_x.webp');
}

.footer_block2 .flink4 ul {
}

.footer_block2 .flink4 li {
	margin:0 0 6px;
}

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

.footer_block2 .flink4 li b {
	font-weight: 400;
}

.footer_block2 .flink4 li a {
	display: inline-block;
	background: url('../images/common/icon_outlink2.webp') no-repeat right center;
	background-size: 10px 10px;
	padding:0 14px 0 0;
	color:#FFF;
	text-decoration: underline;
}

.footer_block3 {
}

.footer_block3 p {
	line-height:1.4;
	font-size:1.2rem;
}

.footer_block3 b {
	margin:0 2px 0 0;
}

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

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

	.pc {
		display: initial;
	}

	.pcbox {
		display: block;
	}

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

	.block1 {
		justify-content: space-between;
		margin:0 auto;
		padding:85px 100px 80px;
		width:1100px;
	}

	.header {
		justify-content: space-between;
		margin:0 auto;
		padding:0 50px;
		width:1100px;
		height:100px;
	}

	header h1 {
		margin:0;
		width: 202px;
	}

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

	header .splinkblock {
		display: none;
	}

	header .menu {
		display: none;
	}

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

	header .gnavi_body {
		height:auto;
		overflow-y: visible;
		position: static;
	}

	header .gnavi_inblock0 {
		display: none;
	}

	header .gnavi_inblock1 {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin:0 0 10px;
	}

	header .gnavi_inblock1 .infoblock {
		display: flex;
		align-items: center;
		padding:0 0 3px;
		width:530px;
	}

	header .gnavi_inblock1 .infobox {
		display: flex;
		align-items: center;
		margin:0 15px 0 0;
	}

	header .gnavi_inblock1 .infobox:last-child {
		margin:0;
	}

	header .gnavi_inblock1 .infobox .label {
		display: flex;
		justify-content: center;
		align-items: center;
		margin:0 5px 0 0;
		padding:2px 0 0 1px;
		width:44px;
		height:22px;
		line-height:1.2;
		color:#FFF;
		font-size:1.3rem;
		border-radius: 3px;
		background-color: #5f3c35;
	}

	header .gnavi_inblock1 .infobox .ex {
		padding:2px 0 0;
		line-height:1.4;
		color:#231815;
	}

	header .gnavi_inblock1 .infobox .ex.f18 {
		padding:2px 0;
		font-size:1.8rem;
	}

	header .gnavi_inblock1 .infobox .ex span {
		font-size:1.4rem;
	}

	header .gnavi_inblock1 .linkblock {
		width:190px;
	}

	header .gnavi_inblock1 .linkblock a {
		display: block;
		color:#9c3632;
		text-underline-offset: 2px;
		text-decoration: underline;
	}

	header .gnavi_inblock1 .linkblock p {
		line-height:1.3;
		font-family: "basic-sans", sans-serif;
	}

	header .gnavi_inblock1 .linkblock .line1 {
		font-size:1.5rem;
	}

	header .gnavi_inblock1 .linkblock .line2 {
		font-size:1.2rem;
		letter-spacing: 0.04em;
	}

	header .gnavi_inblock1 .linkblock .line2 b {
		display: inline-block;
		background: url('../images/common/icon_outlink1.webp') no-repeat right center;
		background-size: 12px 12px;
		padding:0 15px 0 0;
		min-height: 14px;
		line-height: 14px;
		font-weight: 400;
	}

	header .gnavi_inblock2 {
		background: none;
		padding:0;
	}

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

	header .gnavi_inblock2 li {
		margin:0;
		padding:0 15px;
		line-height:1.3;
		text-align: center;
		position: relative;
	}

	header .gnavi_inblock2 li.top,
	header .gnavi_inblock2 li.bl {
		display: none;
	}

	header .gnavi_inblock2 li.fli {
		padding:0 18px 0 0;
	}

	header .gnavi_inblock2 li:last-child {
		padding:0 0 0 14px;
	}

	header .gnavi_inblock2 li::after {
		position: absolute;
		top:calc(50% - 19px);
		right:0;
		content: '';
		background-color: #e9d9c0;
		width:1px;
		height:38px;
	}

	header .gnavi_inblock2 li:last-child::after {
		display: none;
	}

	header .gnavi_inblock2 li a {
		display: block;
		font-size:1.7rem;
	}

	header .gnavi_inblock2 li span {
		display: block;
		margin:0;
		font-size:1.2rem;
	}







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

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

	footer .block1 {
		padding:35px 50px 70px;
	}

	footer .ficon_block {
		right:105px;
		justify-content: space-between;
		width:450px;
	}

	footer .ficon_block .label {
		margin:0;
		padding:0 0 5px;
		width:290px;
		text-align: left;
	}

	footer .ficon_block .ficon {
		width:151px;
	}

	footer .ficon_block .ficon::after {
		background-size: 177px 42px;
		width:177px;
		height:42px;
	}

	.footer_wrap {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin:0;
	}

	.footer_block1 {
		margin:0;
		width:245px;
	}

	.footer_block1 h2 {
		margin:0 0 50px;
		width: 245px;
	}

	.footer_block1 h2 a {
		background-image: url('../images/common/flogo.webp');
		background-size: 245px 70px;
		padding: 70px 0 0;
	}

	.footer_block1 .address {
		text-align: left;
		font-size: 2.1rem;
	}

	.footer_block2 {
		width:680px;
	}

	.footer_block2 .flink1 {
		display: block;
		margin:0 0 10px;
	}

	.footer_block2 .flink1 ul {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.footer_block2 .flink1 li {
		padding:0 15px 0 13px;
		line-height:1.5;
		text-align: center;
		position: relative;
	}

	.footer_block2 .flink1 li:first-child {
		padding:0 15px 0 0;
	}

	.footer_block2 .flink1 li:last-child {
		padding:0 0 0 13px;
	}

	.footer_block2 .flink1 li::after {
		position: absolute;
		top:calc(50% - 17px);
		right:0;
		content: '';
		background-color: #977771;
		width:1px;
		height:34px;
	}

	.footer_block2 .flink1 li:last-child::after {
		display: none;
	}

	.footer_block2 .flink1 li a {
		display: block;
		color:#FFF;
	}

	.footer_block2 .flink1 li span {
		display: block;
		color:#c8af90;
		font-size:1.2rem;
		font-family: "basic-sans", sans-serif;
	}

	.footer_block2 .flink2 {
		margin:0 0 45px;
	}

	.footer_block2 .flink2 ul {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.footer_block2 .flink2 li {
		display: none;
		font-size:1.4rem;
	}

	.footer_block2 .flink2 li:last-child {
		display: block;
	}

	.footer_block2 .flink2 li a {
		color:#FFF;
		text-decoration: underline;
	}

	.footer_block2 .splink {
		display: none;
	}

	.footer_block2 .flink3 {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin:0 0 20px;
	}

	.footer_block2 .flink3 .linkbox {
		display: flex;
		align-items: center;
		margin:0 20px 0 0;
	}

	.footer_block2 .flink3 .linkbox:last-child {
		margin-right:0;
	}

	.footer_block2 .flink3 .linkbox .label {
		margin:0 10px 0 0;
		letter-spacing: 0;
	}

	.footer_block2 .flink3 .linkbox ul {
		justify-content: flex-end;
	}

	.footer_block2 .flink3 .linkbox li {
		width:35px;
	}

	.footer_block2 .flink3 .linkbox li a {
		background-size: 35px 35px;
		padding: 35px 0 0;
	}

	.footer_block2 .flink4 {
	}

	.footer_block2 .flink4 ul {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.footer_block2 .flink4 li {
		margin:0 20px 0 0;
	}

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

	.footer_block2 .flink4 li a {
		background-size: 12px 12px;
		padding:0 16px 0 0;
	}

	.footer_block3 {
		position: absolute;
		left:50px;
		bottom:70px;
	}

	.footer_block3 p {
		font-size:1.6rem;
	}
}

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