/*common_css*/
@charset "utf-8";
/* CSS Document */

/* -------------------------------------
Browser：IE11 over
-------------------------------------
01: CSSをReset
02: /css/default.cssを変更
03: Default
-------------------------------------*/

/** ================================================================================
		01.Reset
================================================================================ **/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt,
th {
	font-weight: normal;
	line-height: inherit;
}

ul,
ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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

/* change border colour to suit your needs */
hr {
	display: block;
	margin: 3em 0;
	padding: 0;
	height: 1px;
	border: 0;
	border-top: 1px solid #ece7df;
}

img {
	border: none;
	line-height: 1.0;
}

b,
em,
i,
strong,
address {
	font-style: normal;
}

/** ================================================================================
		02./css/default.cssを変更
================================================================================ **/

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: none;
}

/** ================================================================================
		03.Default
================================================================================ **/
html {
	overflow: auto;
}

body {
	margin: 0 auto;
	min-width: 980px;
	background: #ffffff;
	color: #1e1e1e;
	font-size: 14px;
	font-family: Arial, sans-serif;
	line-height: 1.5;

	-webkit-text-size-adjust: 100%;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}

@media screen and (max-width: 768px) {
	body {
	    font-size: 13px;
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

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

.basic {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

p a {
	text-decoration: underline;
	color: #8e7871;
}

p a:hover {
	text-decoration: none;
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	-webkit-transition: .3s;
	transition: .3s;
}

a:hover img {}

/**PC電話ボタン無効**/
a[href^="tel"],
a[href=""] {
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	a[href^="tel"] {
		pointer-events: auto;
	}
}


.note {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

figure img {
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	body {
		min-width: 100%;
	}

	/**post制御**/
	p {
		word-break: break-all;
	}

	table {
		width: 100%;
		word-break: break-all;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	/**post制御**/
}


/* -------------------------------------
ベーススタイル設定

1.clearfix,clear
2.font
3.float
4.text-align
5.margin
6.padding
-------------------------------------*/
/*0.clock */
.block {
	display: block;
}

.in-block {
	display: inline-block;
}

.flex {
	display: flex;
}

/*1. clearfix,clear */

/* For modern browsers */
.cf:before,
.cf:after {
	display: block;
	overflow: hidden;
	content: "";
}

.cf:after {
	clear: both;
}

.clear {
	clear: both;
}

body .lh2 {
	line-height: 2.0;
}

/*2. font 必要なら追加　優先順位：高*/
body .fw_b {
	font-weight: bold;
}

body .fz12 {
	font-size: 12px;
}

body .fz13 {
	font-size: 13px;
}

body .fz14 {
	font-size: 14px;
}

body .fz16 {
	font-size: 16px;
}

body .fz18 {
	font-size: 18px;
	/*16*/
}

body .fz20 {
	font-size: 20px;
	/*16*/
}

body .fz22 {
	font-size: 22px;
	/*16*/
}

body .fz24 {
	font-size: 24px;
	/*18*/
}

body .fz26 {
	font-size: 26px;
	/*20*/
}

body .fz28 {
	font-size: 28px;
	/*20*/
}

body .fz30 {
	font-size: 30px;
	/*28*/
}

body .fz32 {
	font-size: 32px;
	/*28*/
}

body .fz35 {
	font-size: 32px;
	/*28*/
}

body .fz40 {
	font-size: 40px;
	/*36*/
}

body .fz44 {
	font-size: 44px;
	/*36*/
}

body .fz46 {
	font-size: 46px;
	/*40*/
}

body .fz54 {
	font-size: 54px;
	/*42*/
}

@media screen and (max-width: 768px) {
	body .fz18 {
		font-size: 16px;
		/*16*/
	}

	body .fz20 {
		font-size: 16px;
		/*16*/
	}

	body .fz22 {
		font-size: 16px;
		/*16*/
	}

	body .fz24 {
		font-size: 18px;
		/*18*/
	}

	body .fz26 {
		font-size: 20px;
		/*20*/
	}

	body .fz28 {
		font-size: 20px;
		/*20*/
	}

	body .fz30 {
		font-size: 20px;
		/*28*/
	}

	body .fz32 {
		font-size: 20px;
		/*28*/
	}

	body .fz35 {
		font-size: 22px;
		/*28*/
	}

	body .fz40 {
		font-size: 22px;
		/*36*/
	}

	body .fz44 {
		font-size: 26px;
		/*36*/
	}

	body .fz46 {
		font-size: 26px;
		/*40*/
	}

	body .fz54 {
		font-size: 28px;
		/*42*/
	}
}

/*3. float */
.f_L {
	display: inline;
	float: left;
}

.f_R {
	display: inline;
	float: right;
}

/*4. text-align 優先順位：高 */
body .t_R {
	text-align: right;
}

body .m_t_R {
	margin-left: auto;
	margin-right: 0;
}

body .t_L {
	text-align: left;
}

body .m_t_L {
	margin-right: auto;
	margin-left: 0;
}

body .t_C,
body .t_CL,
body .t_CR {
	text-align: center;
}

body .ai_c {
	align-items: center;
}

body .ai_fe {
	align-items: flex-end;
}

body .ai_fs {
	align-items: flex-start;
}

body .ai_s {
	align-items: stretch;
}

body .jc_c {
	justify-content: center;
}

body .jc_fs {
	justify-content: flex-start;
}

body .jc_sb {
	justify-content: space-between;
}

body .jc_sa {
	justify-content: space-around;
}

@media screen and (max-width: 768px) {
	body .t_CL {
		text-align: left;
	}

	body .t_CR {
		text-align: right;
	}
}

/*5. margin 必要なら追加　優先順位：高 */
body .m0 {
	margin: 0;
}

body .mb0 {
	margin-bottom: 0;
}

body .mb5 {
	margin-bottom: 5px;
}

body .mb10 {
	margin-bottom: 10px;
}

body .mb15 {
	margin-bottom: 15px;
}

body .mb20 {
	margin-bottom: 20px;
}

body .mb30 {
	margin-bottom: 30px;
}

body .mb40 {
	margin-bottom: 40px;
}

body .mb50 {
	margin-bottom: 50px;
}

body .mb80 {
	margin-bottom: 80px;
}

body .mb100 {
	margin-bottom: 100px;
}

body .mb150 {
	margin-bottom: 150px;
}

body .mt0 {
	margin-top: 0px;
}

body .mt5 {
	margin-top: 5px;
}

body .mt10 {
	margin-top: 10px;
}

body .mt15 {
	margin-top: 15px;
}

body .mt20 {
	margin-top: 20px;
}

body .mt30 {
	margin-top: 30px;
}

body .mt40 {
	margin-top: 40px;
}

body .mt50 {
	margin-top: 50px;
}

body .mt80 {
	margin-top: 80px;
}

body .mt100 {
	margin-top: 100px;
}

body .mt150 {
	margin-top: 150px;
}

body .ml0 {
	margin-left: 0;
}

body .ml5 {
	margin-left: 5px;
}

body .ml10 {
	margin-left: 10px;
}

body .ml15 {
	margin-left: 15px;
}

body .ml20 {
	margin-left: 20px;
}

body .ml30 {
	margin-left: 30px;
}

body .mr0 {
	margin-right: 0;
}

body .mr5 {
	margin-right: 5px;
}

body .mr10 {
	margin-right: 10px;
}

body .mr15 {
	margin-right: 15px;
}

body .mr20 {
	margin-right: 20px;
}

body .mr30 {
	margin-right: 30px;
}


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

	/*5. margin 30以上は1/2 */
	body .mb30 {
		margin-bottom: 15px;
	}

	body .mb40 {
		margin-bottom: 20px;
	}

	body .mb50 {
		margin-bottom: 25px;
	}

	body .mb80 {
		margin-bottom: 40px;
	}

	body .mb100 {
		margin-bottom: 50px;
	}

	body .mb150 {
		margin-bottom: 75px;
	}

	body .m30 {
		margin-top: 15px;
	}

	body .mt40 {
		margin-top: 20px;
	}

	body .mt50 {
		margin-top: 25px;
	}

	body .mt80 {
		margin-top: 30px;
	}

	body .mt100 {
		margin-top: 30px;
	}

	body .mt150 {
		margin-top: 30px;
	}
}

/*6. padding 優先順位:高*/
body .p0 {
	padding: 0;
}

body .plr5 {
	padding: 0 5px;
}

body .plr10 {
	padding: 0 10px;
}

body .plr15 {
	padding: 0 15px;
}

body .plr20 {
	padding: 0 20px;
}

body .ptb10 {
	padding: 10px 0;
}

body .ptb20 {
	padding: 20px 0;
}

body .pall10 {
	padding: 10px;
}

body .pall20 {
	padding: 20px;
}

body .p0 {
	padding: 0;
}

body .pb0 {
	padding-bottom: 0;
}

body .pb5 {
	padding-bottom: 5px;
}

body .pb10 {
	padding-bottom: 10px;
}

body .pb15 {
	padding-bottom: 15px;
}

body .pb20 {
	padding-bottom: 20px;
}

body .pb30 {
	padding-bottom: 30px;
}

body .pb40 {
	padding-bottom: 40px;
}

body .pb50 {
	padding-bottom: 50px;
}

body .pb70 {
	padding-bottom: 70px;
}

body .pb80 {
	padding-bottom: 80px;
}

body .pb100 {
	padding-bottom: 100px;
}

body .pb150 {
	padding-bottom: 150px;
}

body .pt0 {
	padding-top: 0px;
}

body .pt5 {
	padding-top: 5px;
}

body .pt10 {
	padding-top: 10px;
}

body .pt15 {
	padding-top: 15px;
}

body .pt20 {
	padding-top: 20px;
}

body .pt30 {
	padding-top: 30px;
}

body .pt40 {
	padding-top: 40px;
}

body .pt50 {
	padding-top: 50px;
}

body .pt70 {
	padding-top: 70px;
}

body .pt80 {
	padding-top: 80px;
}

body .pt100 {
	padding-top: 100px;
}

body .pt150 {
	padding-top: 150px;
}

body .pl0 {
	padding-left: 0;
}

body .pl5 {
	padding-left: 5px;
}

body .pl10 {
	padding-left: 10px;
}

body .pl15 {
	padding-left: 15px;
}

body .pl20 {
	padding-left: 20px;
}

body .pl30 {
	padding-left: 30px;
}

body .pr0 {
	padding-right: 0;
}

body .pr5 {
	padding-right: 5px;
}

body .pr10 {
	padding-right: 10px;
}

body .pr15 {
	padding-right: 15px;
}

body .pr20 {
	padding-right: 20px;
}

body .pr30 {
	padding-right: 30px;
}

@media screen and (max-width: 768px) {
	body .pb20 {
		padding-bottom: 15px;
	}

	body .pb30 {
		padding-bottom: 20px;
	}

	body .pb40 {
		padding-bottom: 20px;
	}

	body .pb50 {
		padding-bottom: 25px;
	}

	body .pb70 {
		padding-bottom: 35px;
	}

	body .pb80 {
		padding-bottom: 40px;
	}

	body .pb100 {
		padding-bottom: 50px;
	}

	body .pb150 {
		padding-bottom: 75px;
	}

	body .pt20 {
		padding-top: 15px;
	}

	body .pt30 {
		padding-top: 20px;
	}

	body .pt40 {
		padding-top: 20px;
	}

	body .pt50 {
		padding-top: 25px;
	}

	body .pt70 {
		padding-top: 35px;
	}

	body .pt80 {
		padding-top: 40px;
	}

	body .pt100 {
		padding-top: 50px;
	}

	body .pt150 {
		padding-top: 75px;
	}
}


/* -------------------------------------
幅
-------------------------------------*/
body .w100p,
body .w980,
body .w900,
body .w800,
body .w700,
body .w650,
body .w600 {
	margin-right: auto;
	margin-left: auto;
}

body .w100p {
	width: 100%;
}

body .w980 {
	width: 980px;
}

body .w900 {
	width: 900px;
}

body .w800 {
	width: 800px;
}

body .w700 {
	width: 700px;
}

body .w650 {
	width: 650px;
}

body .w600 {
	width: 600px;
}

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

	body .w100p,
	body .w980,
	body .w900,
	body .w800,
	body .w700,
	body .w650,
	body .w600 {
		margin-right: auto;
		margin-left: auto;
	}

	body .w100p {
		width: 100%;
	}

	body .w980 {
		width: 100%;
	}

	body .w900 {
		width: 100%;
	}

	body .w800 {
		width: 100%;
	}

	body .w700 {
		width: 100%;
	}

	body .w650 {
		width: 100%;
	}

	body .w600 {
		width: 100%;
	}

	body .w100p>*,
	body .w980>*,
	body .w900>*,
	body .w800>*,
	body .w700>*,
	body .w650>*,
	body .w600>* {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	body .w100p>.max,
	body .w100p.max,
	body .w980>.max,
	body .w980.max,
	body .w900>.max,
	body .w900.max,
	body .w800>.max,
	body .w800.max,
	body .w700>.max,
	body .w700.max,
	body .w650>.max,
	body .w650.max,
	body .w600>.max,
	body .w600.max {
		width: 100%;
	}
}

body .calc980 {
	padding-right: calc((100% - 980px) / 2);
	padding-left: calc((100% - 980px) / 2);
}

body .calc980_L {
	padding-left: calc((100% - 980px) / 2);
}

body .calc980_R {
	padding-right: calc((100% - 980px) / 2);
}

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

	body .calc980,
	body .calc980_L,
	body .calc980_R {
		padding-right: 0;
		padding-left: 0;
	}

	body .calc980>.max {
		width: 100%;
	}

	body .calc980>* {
		margin-right: auto;
		margin-left: auto;
		width: 90%;
	}
}

/* -------------------------------------
文字装飾
-------------------------------------*/
/**黄色マーカー**/
b.liner {
	background: -webkit-linear-gradient(transparent 50%, rgba(212, 168, 114, 0.4) 0%);
	background: linear-gradient(transparent 50%, rgba(212, 168, 114, 0.4) 0%);
	font-size: 1.2em;
}

b.liner:before,
b.liner:after {
	content: "";
	display: inline-block;
	width: 5px;
}

/* -------------------------------------
改行
-------------------------------------*/
.pc {}

.sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}


/* -------------------------------------
横並びボックスの数
-------------------------------------*/
/**２つ並び**/
.box2C {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.box2C>* {
	width: 48%;
}

.box2C:after {
	display: block;
	width: 48%;
	content: "";
}

/**3つ並び**/
.box3C {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.box3C>* {
	width: 32%;
}

.box3C:after {
	display: block;
	width: 32%;
	content: "";
}

/**4つ並び**/
.box4C {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.box4C>* {
	width: 24.5%;
}

.box4C:after,
.box4C:before {
	display: block;
	width: 24.5%;
	content: "";
}

.box4C:before {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

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

	/* -------------------------------------
横並びボックスの数
-------------------------------------*/
	/**２つ並び**/
	.box2C {
		width: 100%;
	}

	.box2C.box1C_sp {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}

	.box2C.box2C_sp {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.box2C.box1C_sp>* {
		width: 100%;
	}

	.box2C.box1C_sp:after {
		display: none;
	}

	.box2C.box2C_sp>*,
	.box2C.box2C_sp::after {
		width: 48%;
	}

	.box2C.box2C_sp.sp1c>*,
	.box2C.box2C_sp.sp1c::after {
		/*		min-width: 300px;*/
	}

	/**3つ並び**/
	.box3C {
		width: 100%;
	}

	.box3C.box1C_sp {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}

	.box3C.box2C_sp {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.box3C.box3C_sp {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.box3C.box1C_sp>* {
		width: 100%;
	}

	.box3C.box1C_sp:after {
		display: none;
	}

	.box3C.box2C_sp>*,
	.box3C.box2C_sp::after {
		width: 48%;
	}

	.box3C.box3C_sp>*,
	.box3C.box3C_sp::after {
		width: 31%;
	}

	/**4つ並び**/
	.box4C {
		width: 100%;
	}

	.box4C.box1C_sp {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}

	.box4C.box2C_sp {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.box4C.box1C_sp>* {
		width: 100%;
	}

	.box4C.box2C_sp>* {
		width: 48%;
	}

	.box4C:after,
	.box4C:before {
		display: none;
	}
}

@media screen and (max-width: 480px) {

	/* -------------------------------------
横並びボックスの数
-------------------------------------*/
	.sp1c {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column !important;
	}

	.sp1c>*,
	.sp1c::after {
		width: 100% !important;
		margin-left: auto;
		margin-right: auto;
	}
}

/* -------------------------------------
見出し+テキスト+画像
.h-text-img>
div>h+p
figure>img

.h-text-img　：　見出し+テキスト　画像右
.h-text-img.left　：　画像左　見出し+テキスト
.h-text-img.center　：　画像+見出し+テキスト　縦並び
-------------------------------------*/
/* -------------------------------------
配置･･･画像の位置が基準
-------------------------------------*/
.h-text-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/*配置*/
.h-text-img.right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
}

.h-text-img.left {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
}

.h-text-img.center_t {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-flow: column-reverse;
	flex-flow: column-reverse;
}

.h-text-img.center_b {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}

/*画像*/
.h-text-img figure,
.h-text-img .figure{
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.h-text-img.right figure,
.h-text-img.right .figure{
	margin-left: 30px;
}

.h-text-img.left figure,
.h-text-img.left .figure{
	margin-right: 30px;
}

.h-text-img.center_t figure,
.h-text-img.center_t .figure{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.h-text-img.center_b figure,
.h-text-img.center_b .figure{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.h-text-img figure.w50p,
.h-text-img .figure.w50p{
	width: 50%;
}


/*テキスト領域*/
.h-text-img .text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.pdf {
	width: 100%;
	margin: 30px auto;
	text-align: center;
}


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

	/*配置*/
	.h-text-img.right.top,
	.h-text-img.left.top,
	.h-text-img.center_b.top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	/*画像*/
	.h-text-img.right figure,
	.h-text-img.right .figure{
		margin-left: 20px;
	}

	.h-text-img.left figure,
	.h-text-img.left .figure{
		margin-right: 20px;
	}

	.h-text-img.center_t figure,
	.h-text-img.center_t .figure{
		margin-bottom: 20px;
	}

	.h-text-img.center_b figure,
	.h-text-img.center_b .figure{
		margin-top: 20px;
	}

	.h-text-img.right.top figure,
	.h-text-img.left.top figure,
	.h-text-img.right.top .figure,
	.h-text-img.left.top .figure{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	/*テキスト領域*/
	.pdf {
		margin: 20px auto;
	}
}

@media screen and (max-width: 480px) {

	/*配置*/
	.h-text-img.right,
	.h-text-img.left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	/*画像*/
	.h-text-img.right figure,
	.h-text-img.left figure,
	.h-text-img.right .figure,
	.h-text-img.left .figure{
		margin: 16px auto 0;
	}

	.h-text-img figure.w50p,
	.h-text-img .figure.w50p{
		width: 100%;
	}
}

/* -------------------------------------
写真+テキスト
-------------------------------------*/
.img-text {}

.img-text figure {
	margin: 0 auto 20px;
	width: 980px;
}

.img-text .richtext {
	margin: 0 auto 40px;
	width: 700px;
	line-height: 1.8;
}

@media screen and (max-width: 768px) {
	.img-text figure {
		width: 100%;
	}

	.img-text .richtext {
		width: 95%;
	}
}

/* -------------------------------------
テーブル
-------------------------------------*/
.table table {
	margin: 30px auto;
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	background: #aaa;
}

.table th,
.table td {
	padding: 15px;
	vertical-align: top;
	text-align: left;
	background: #fff;
}

.table th {
	width: 25%;
	background: #f5f5f5;
	vertical-align: middle;
}

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

	.table table,
	.table tbody,
	.table tr,
	.table th,
	.table td {
		display: block;
		border: none;
	}

	.table table {
		border-bottom: 1px solid #aaa;
	}

	.table th,
	.table td {
		padding: 10px;
		border: 1px solid #aaa;
		border-bottom: none;
	}

	.table th {
		width: 100%;
	}
}

/* -------------------------------------
tableA
-------------------------------------*/
.tableA table,
table.tableA {
	width: 100%;
	border-top: 1px dotted red;
}

.tableA tr {
	border-bottom: 1px dotted red;
}

.tableA tr:nth-of-type(odd) {
	background: yellow;
}

.tableA tr:nth-of-type(even) {
	background: pink;
}

.tableA th,
.tableA td {
	padding: 20px 16px;
	vertical-align: top;
	text-align: left;
}

.tableA th {
	width: 25%;
	font-weight: bold;
}

.tableA td a:hover {}

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

	.tableA th,
	.tableA td {
		padding: 8px 10px;
		font-size: 14px;
	}

	.tableA th {
		min-width: 6em;
		font-size: 0.9rem;
		font-size: 13px;
	}
}


/* -------------------------------------
tableB
-------------------------------------*/
.tableB table,
table.tableB {
	width: 100%;
	border-top: 1px dotted #aaa;
	background: #fff;
	/*	border: 1px solid red;*/
}

.tableB tr {
	border-bottom: 1px dotted #aaa;
}

.tableB th,
.tableB td {
	padding: 16px 20px;
	vertical-align: middle;
	text-align: left;
}

.tableB th {
	width: 25%;
	background: #ccc;
}

.tableB td a:hover {}

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

	.tableB th,
	.tableB td {
		padding: 8px 10px;
		font-size: 14px;
	}

	.tableB th {
		width: 25%;
		min-width: 6em;
		font-size: 0.9rem;
		font-size: 13px;
	}
}


/* -------------------------------------
tableC
-------------------------------------*/
.tableC table,
table.tableC {
	width: 100%;
	border-top: 1px dotted #aaa;
	background: #fff
}

.tableC tr {
	border-bottom: 1px dotted #aaa;
}

.tableC th,
.tableC td {
	padding: 16px 20px;
	vertical-align: middle;
	text-align: left;
}

.tableC th {
	width: 25%;
	background: #ccc;
}

.tableC td a:hover {}

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

	.tableC th,
	.tableC td {
		display: block;
		width: 100%;
		font-size: 14px;
	}

	.tableC th {
		padding: 6px 10px;
	}

	.tableC td {
		padding: 6px 10px 20px;
	}
}


/* -------------------------------------
tableD
-------------------------------------*/
.tableD table,
table.tableD {
	width: 100%;
}

.tableD th,
.tableD td {
	display: block;
	width: 100%;
}

.tableD th {
	margin-bottom: 10px;
	padding: 14px;
	font-size: 1.1rem;
	font-weight: 700;
	text-align: left;
	background: #f4f4f4;
}

.tableD td {
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	.tableD th {
		margin-bottom: 4px;
		font-size: 0.9rem;
	}

	.tableD td {
		margin-bottom: 20px;
	}
}


/* -------------------------------------
吹き出し
-------------------------------------*/
/**塗りつぶし（下）**/
.balloon1_B {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	background: #e0edff;
	color: #555;
	text-align: center;
	font-size: 16px;
}

.balloon1_B:before {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 10px 5px;
	border-style: solid;
	border-color: #e0edff transparent transparent transparent;
	content: "";
}

/**塗りつぶし（上）**/
.balloon1_T {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	background: #e0edff;
	color: #555;
	text-align: center;
	font-size: 16px;
}

.balloon1_T:before {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -5px;
	border-width: 10px 5px;
	border-style: solid;
	border-color: transparent transparent #e0edff transparent;
	content: "";
}

/**塗りつぶし（左）**/
.balloon1_L {
	position: relative;
	display: inline-block;
	margin: 1.5em 0 1.5em 15px;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	background: #e0edff;
	color: #555;
	text-align: center;
	font-size: 16px;
}

.balloon1_L:before {
	position: absolute;
	top: 50%;
	left: -20px;
	margin-top: -5px;
	border-width: 5px 10px;
	border-style: solid;
	border-color: transparent #e0edff transparent transparent;
	content: "";
}

/**塗りつぶし（右）**/
.balloon1_R {
	position: relative;
	display: inline-block;
	margin: 1.5em 15px 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	background: #e0edff;
	color: #555;
	font-size: 16px;
}

.balloon1_R:before {
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -5px;
	border-width: 5px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #e0edff;
	content: "";
}

/**線（下）**/
.balloon2_B {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	border: solid 1px #555;
	background: #FFF;
	color: #555;
	text-align: center;
	font-size: 16px;
}

.balloon2_B:before {
	position: absolute;
	bottom: -18px;
	left: 50%;
	z-index: 2;
	margin-left: -6px;
	border-width: 9px 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	content: "";
}

.balloon2_B:after {
	position: absolute;
	bottom: -20px;
	left: 50%;
	z-index: 1;
	margin-left: -7px;
	border-width: 10px 7px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
	content: "";
}

/**線（上）**/
.balloon2_T {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	border: solid 1px #555;
	background: #FFF;
	color: #555;
	text-align: center;
	font-size: 16px;
}

.balloon2_T:before {
	position: absolute;
	top: -18px;
	left: 50%;
	z-index: 2;
	margin-left: -6px;
	border-width: 9px 6px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	content: "";
}

.balloon2_T:after {
	position: absolute;
	top: -20px;
	left: 50%;
	z-index: 1;
	margin-left: -7px;
	border-width: 10px 7px;
	border-style: solid;
	border-color: transparent transparent #555 transparent;
	content: "";
}

/**線（左）**/
.balloon2_L {
	position: relative;
	display: inline-block;
	margin: 1.5em 0 1.5em 15px;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	border: solid 1px #555;
	background: #FFF;
	color: #555;
	text-align: center;
	font-size: 16px;
}

.balloon2_L:before {
	position: absolute;
	top: 50%;
	left: -18px;
	z-index: 2;
	margin-top: -6px;
	border-width: 6px 9px;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	content: "";
}

.balloon2_L:after {
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	margin-top: -7px;
	border-width: 7px 10px;
	border-style: solid;
	border-color: transparent #555 transparent transparent;
	content: "";
}

/**線（右）**/
.balloon2_R {
	position: relative;
	display: inline-block;
	margin: 1.5em 15px 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	border: solid 1px #555;
	background: #FFF;
	color: #555;
	text-align: center;
	font-size: 16px;
}

.balloon2_R:before {
	position: absolute;
	top: 50%;
	right: -18px;
	z-index: 2;
	margin-top: -6px;
	border-width: 6px 9px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	content: "";
}

.balloon2_R:after {
	position: absolute;
	top: 50%;
	right: -20px;
	z-index: 1;
	margin-top: -7px;
	border-width: 7px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #555;
	content: "";
}

/* -------------------------------------
カテゴリボタン
-------------------------------------*/
.catBtn {
	display: flex;
	margin: 40px auto;

	justify-content: center;
	flex-wrap: wrap;
	color: #1e1e1e;
}

.catBtn a {
	position: relative;
	display: block;
	margin: 5px;
	padding: 8px 30px 8px 20px;
	letter-spacing: 1px;
	background: #fff;
	border: 1px solid #1e1e1e;
}

.catBtn a:after {
	display: block;
	content: "\e5c8";
	font-family: 'Material Icons';
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	line-height: 1;
	font-size: 13px;
}

.catBtn a:hover,
.catBtn a.current{
	background: #1e1e1e;
	color: #fff;
}

.catBtn .c_blue {
	border: 1px solid #1e1e1e;
}

.catBtn .c_blue:hover {
	background: #1e1e1e;
}


.catBtn .c_green {
	border: 1px solid #40a00d;
}

.catBtn .c_green:hover {
	background: #40a00d;
}


.catBtn .c_orange {
	border: 1px solid #ff6803;
}

.catBtn .c_orange:hover {
	background: #ff6803;
}



@media screen and (max-width: 768px) {
	.catBtn {
		display: flex;
		margin: 20px auto;
		width: 90%;

		flex-wrap: wrap;
		justify-content: space-between;
	}

	.catBtn a {
		margin: 0 0 8px;
		padding: 5px 10px;
		width: 48%;
		letter-spacing: 0;
		font-size: 12px;
	}
}


/* -------------------------------------
写真のエフェクト
-------------------------------------*/
/**4辺ぼかし：親要素にかける**/
.blur_w {
	position: relative;
	display: inline-block;
}

.blur_w:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0);
	box-shadow:
		inset 0 0 40px #fff,
		inset 0 0 40px #fff,
		inset 0 0 40px #fff,
		inset 0 0 40px #fff;
	content: "";
}

/**角丸：画像に直接かけれる**/
.radius {
	border-radius: 15px;
}

/**hover時画像拡大**/
.scale {
	overflow: hidden;
}

.scale img {
	-webkit-transition: -webkit-transform 0.3s linear;
	-moz-transition: -moz-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	transition: transform 0.3s linear;
}

a:hover .scale img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/**-------------------------------------
地図 動画 iframe
-------------------------------------**/
iframe {
	width: 100%;
}

.youtube {
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 56.25%;
	height: 0px;
	position: relative;
}

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

@media screen and (max-width: 768px) {
	.youtube {
	}
}


/* -------------------------------------
パンくず
-------------------------------------*/
#breadcrumb {
	margin: 0 auto;
	width: 100%;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	padding: 8px;
}

/*家アイコン*/
#breadcrumb ul {
	max-width: 980px;
	margin: 0 auto;
}

#breadcrumb ul:before {
	display: inline-block;
	content: "\e88a";
	vertical-align: middle;
	font-size: 14px;
	font-family: 'Material Icons';
}

#breadcrumb ul li {
	display: inline-block;
	padding: 0 5px;
}

#breadcrumb ul li+li:before {
	content: "> ";
	display: inline-block;
	margin: 0 10px 0 0;
}

#breadcrumb a {
	text-decoration: underline;
}

#breadcrumb a:hover {
	text-decoration: none;
}

@media screen and (max-width:768px) {
	#breadcrumb {
		margin: 20px auto 0;
		padding: 5px;
	}

	#breadcrumb ul {
		padding: 0 2%;
		font-size: 10px;
	}
}


/* -------------------------------------
ページャー
-------------------------------------*/
.pagenation {
	margin: 30px auto;
	text-align: center;
}

.pagenation span {
	display: inline-block;
	margin: 5px;
	width: 40px;
	height: 40px;
	border: 1px solid #1e1e1e;
	background: #fff;
	color: #1e1e1e;
	text-align: center;
	line-height: 38px;
}

.pagenation span.page {
	background: #1e1e1e;
	color: #fff;
}

.pagenation span a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #1e1e1e;
}

.pagenation span a:hover {
	background: #1e1e1e;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.pagenation span {
		margin: 3px;
		width: 30px;
		height: 30px;
		line-height: 27px;
	}
}



/* -------------------------------------
フォーム
-------------------------------------*/
/**エラー**/
.alert {
	margin: 5px 0;
	color: #ff0000;
}

form table th {
	position: relative;
}

/**必須**/
.require {
	position: absolute;
	display: inline-block;
	width: 3em;
	height: 2em;
	border-radius: 3px;
	background: #cc0000;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	line-height: 2em;
}

/**送信ボタン**/
.form_button {
	position: relative;
	display: flex;
	margin: 20px auto;
	width: 100%;
	text-align: center;

	align-items: center;
	justify-content: center;
}

.form_button input[type="submit"],
.form_button input.submit,
.form_button a {
	display: inline-block;
	margin: 0 30px 10px;
	padding: 15px 30px;
	width: 300px;
	border: 1px solid #1e1e1e;
	background: #1e1e1e;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
}

.form_button a {
	border: 1px solid #1e1e1e;
	background: #1e1e1e;
}

.form_button input[type="submit"]:hover,
.form_button input.submit:hover,
.form_button a:hover {
	background: #fff;
	color: #1e1e1e;
}

/*入力タグ*/
form input[type="text"],
form textarea,
form select {
	padding: 5px 4px;
	height: 30px;
	border: 1px solid #cccccc;
	font-size: 16px;
	line-height: 1.2;
	margin: 5px 5px;
}

form input[type="text"] {
	width: 80%;
}

form textarea {
	padding: 2px;
	min-height: 150px;
}

form select {
	padding: 0 10px;
	font-size: 14px;
}

/*電話*/
form input.owlet-input-tel1,
form input.owlet-input-tel2,
form input.owlet-input-tel3,
form input.zip1,
form input.zip2 {
	width: 5em;
}

/*名前*/
form input.owlet-input-name-sei,
form input.owlet-input-name-mei {
	width: 8em;
}

/*label*/
form label {
	display: block;
}

/*ボタン*/
form button {
	margin: 0 10px;
	padding: 5px 10px;
	border-radius: 5px;
	background: #fff;
}

/*記入例*/
form .owlet-input-sample {
	margin-top: 5px;
	color: #999;
	font-size: 14px;
}

/**フォーム規約**/
.owlet-rules {
	margin: 0 auto 30px;
	width: 90%;
}

.owlet-rules-title {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

.owlet-rules-body {
	overflow-y: scroll;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 15px;
	height: 200px;
	border: 1px solid #dcdcdc;
}

.owlet-rules-agree {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.owlet-rules-agree .require {
	position: static;
	margin: 0 15px;
}

@media screen and (max-width: 768px) {
	.form_button {
		flex-flow: column-reverse;
	}

	/*iPhone独自スタイル解除*/
	form input[type="button"],
	form input[type="text"],
	form input[type="submit"] {
		border-radius: 0;

		-webkit-appearance: none;
	}

	/*入力タグ*/
	form input[type="text"],
	form textarea,
	form select {
		font-size: 13px;
	}
}/*widget:75027ae0-6411-4602-873a-0d7c75cb7c1a*/[data-lib="2"]{@charset "utf-8";}[data-lib="2"] body{min-width: 980px;}[data-lib="2"] .mincho{font-family: 'Noto Serif JP', serif;}[data-lib="2"] .mincho2{font-family: 'EB Garamond', serif;}[data-lib="2"] .form table{margin: 30px auto 50px;
	width: 100%;
	max-width: 800px;
	border-collapse: collapse;
	background: #aaa;}[data-lib="2"] .form th,[data-lib="2"] 
.form td{padding: 15px 20px;
	vertical-align: top;
	text-align: left;
	background: #fff;
	border-bottom: 1px solid #aaa;}[data-lib="2"] .form th{width: 25%;
	position: relative;
	vertical-align: middle;
	font-weight: bold;
	border-bottom: 1px solid #1e1e1e;}[data-lib="2"] .require{top: 0;
	right: 0.5em;
	bottom: 0;
	margin: auto 5px;}[data-lib="2"] .cat{display: inline-block;
	padding: 3px 10px;}[data-lib="2"] .futi{-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	color: transparent;}[data-lib="2"] .material-icons{vertical-align: middle;
	line-height: 1;}[data-lib="2"] .ffm_b:before,[data-lib="2"] 
.ffm_a:after{content: "";
	font-family: 'Material Icons';
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	line-height: 1;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	font-style: normal;}[data-lib="2"] section p{line-height: 2.0;}[data-lib="2"] .arrow_b{position: relative;}[data-lib="2"] .arrow_b:after{display: block;
	content: "";
	width: 1px;
	height: 60px;
	background: #1e1e1e;
	margin: -15px auto 0;}[data-lib="2"] .arrow_b:before{content: "";
	display: block;
	background: linear-gradient(to bottom right, rgba(122, 92, 92, 0) 50%, #1e1e1e 51%, rgba(255, 255, 255, 0) 66%) no-repeat top left/100% 100%;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 4px;}[data-lib="2"] .arrow_b:last-child:after,[data-lib="2"] 
.arrow_b:last-child:before{display: none;}[data-lib="2"] .arrow_r{width: 60px;
	border-bottom: 1px solid #1e1e1e;
	position: relative;}[data-lib="2"] .arrow_r:after{content: "";
	display: block;
	background: linear-gradient(to bottom left, rgba(122, 92, 92, 0) 50%, #1e1e1e 51%, rgba(255, 255, 255, 0) 66%) no-repeat top left/100% 100%;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 0;
	right: 0;}[data-lib="2"] .arrow2_b{width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 50vw 0 50vw;
	border-color: #f5f5f5 transparent transparent transparent;}[data-lib="2"] .page_title{background:
		linear-gradient(to bottom, rgba(46, 33, 28, 0.7) 0%, rgba(46, 33, 28, 0.5) 100%),
		url(/_img/ja/cms_parts_library/5/image/_/) repeat center top / cover;
	height: 300px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: column;
	padding-top: 100px;}[data-lib="2"] .titZ{font-size: 60px;
	font-family: 'EB Garamond', serif;}[data-lib="2"] .titZ small{font-size: 13px;
	font-family: initial;
	display: block;}[data-lib="2"] .titA{font-size: 60px;
	font-family: 'EB Garamond', serif;}[data-lib="2"] .titA small{font-family: initial;
	font-size: 14px;
	display: block;}[data-lib="2"] .titB{font-size: 22px;
	font-family: 'Noto Serif JP', serif;}[data-lib="2"] .titC{font-size: 32px;
	font-family: 'Noto Serif JP', serif;}[data-lib="2"] .titD{font-size: 40px;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	display: block;}[data-lib="2"] .btnA{position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 15px 40px 15px 15px;
	text-align: center;
	font-size: 1.0em;
	cursor: pointer;
	font-weight: bold;
	transition-duration: 0.3s;
	border: 1px solid #1e1e1e;
	background: #fff;
	color: #000;
	max-width: 460px;}[data-lib="2"] .btnA:after{position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto 0;
	height: 1em;
	content: "\e5c8";
	font-family: 'Material Icons';
	line-height: 1.0;}[data-lib="2"] .btnA:hover{background: #000;
	color: #fff;
	transform: translateY(-4px);
	cursor: pointer;}[data-lib="2"] .btnB{display: block;
	border-bottom: 1px solid #1e1e1e;
	padding: 5px;
	transition-duration: 0.3s;
	width: 98%;
	position: relative;}[data-lib="2"] .btnB:after{content: "";
	display: block;
	background: linear-gradient(to bottom left, rgba(122, 92, 92, 0) 50%, #1e1e1e 51%, rgba(255, 255, 255, 0) 66%) no-repeat top left/100% 100%;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 0;
	right: 0;}[data-lib="2"] a:hover .btnB,[data-lib="2"] 
.btnB:hover{transform: translateX(4px);
	cursor: pointer;}[data-lib="2"] .btnB.c_white{color: #fff;
	border-bottom: 1px solid #fff;}[data-lib="2"] .btnB.c_white:after{background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #fff 51%, rgba(255, 255, 255, 0) 66%) no-repeat top left/100% 100%;}[data-lib="2"] .const_exp{position: relative;
	padding-top: 50px;}[data-lib="2"] .const_exp:before{content: "";
	height: 500px;
	width: 500px;
	background: linear-gradient(to bottom right, transparent 50%, #fff 50%) no-repeat top left,
		url(/_img/ja/cms_parts_library/5/image/_/) repeat left top / auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.6;}[data-lib="2"] section .slick-prev,[data-lib="2"] 
section .slick-next{width: 40px;
	height: 40px;}[data-lib="2"] section .slick-prev:before,[data-lib="2"] 
section .slick-next:before{content: "\e5c8";
	font-family: 'Material Icons';
	background: #f5f5f5;
	color: #1e1e1e;
	width: 40px;
	height: 40px;
	font-size: 20px;
	border-radius: 50px;
	display: block;
	text-align: center;
	line-height: 40px;}[data-lib="2"] section .slick-prev:before{content: "\e5c4";}[data-lib="2"] .frameA{display: flex;
	justify-content: space-between;}[data-lib="2"] .frameA>*:nth-child(1){width: 30%;
	flex: none;}[data-lib="2"] .frameA.left40>*:nth-child(1){width: 40%;}[data-lib="2"] .frameA.left50>*:nth-child(1){width: 50%;}[data-lib="2"] .frameA.left60>*:nth-child(1){width: 60%;}[data-lib="2"] .frameA.left70>*:nth-child(1){width: 70%;}[data-lib="2"] .frameA.left80>*:nth-child(1){width: 80%;}[data-lib="2"] .frameA>*:nth-child(2){flex: 1;}[data-lib="2"] .frameB{display: flex;
	padding-left: calc((100% - 980px) / 2);}[data-lib="2"] .frameB .text{background: #fff;
	padding: 40px 60px 40px 0;}[data-lib="2"] .frameB>*:nth-child(1){width: 40%;
	flex: none;
	position: relative;
	z-index: 5;}[data-lib="2"] .frameB>*:nth-child(2){flex: 1;
	margin-left: -60px;}[data-lib="2"] .frameB img{height: 100%;
	width: 100%;
	object-fit: cover;}[data-lib="2"] dl.frameC dt{font-size: 18px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;}[data-lib="2"] dl.frameC dt:before,[data-lib="2"] 
dl.frameC dt:after{content: "";
	height: 0.7em;
	border-top: 1px solid #1e1e1e;
	flex: 1;}[data-lib="2"] dl.frameC dt:before{border-left: 1px solid #1e1e1e;
	margin-right: 30px;}[data-lib="2"] dl.frameC dt:after{border-right: 1px solid #1e1e1e;
	margin-left: 30px;}[data-lib="2"] dl.frameC dd{border: 1px solid #1e1e1e;
	border-top: none;
	padding: 20px 100px 30px;}[data-lib="2"] .frameD{display: flex;
	flex-wrap: wrap;
	color: #fff;}[data-lib="2"] .frameD>*{flex: 1;
	height: 300px;
	background: no-repeat center center / cover;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-flow: column;
	position: relative;}[data-lib="2"] .frameD .btnB{width: 13em;
	position: absolute;
	bottom: 20px;
	right: 20px;
	text-align: left;}[data-lib="2"] .frameE{display: flex;
	padding-left: calc((100% - 980px) / 2);
	align-items: center;}[data-lib="2"] .frameE.right{padding-left: 0;
	padding-right: calc((100% - 980px) / 2);
	flex-flow: row-reverse;}[data-lib="2"] .frameE .text{background: rgba(255, 255, 255, 0.8);
	padding: 40px 80px 40px 0;}[data-lib="2"] .frameE.right .text{padding: 40px 0 40px 80px;}[data-lib="2"] .frameE>*:nth-child(1){width: 40%;
	flex: none;
	position: relative;
	z-index: 5;}[data-lib="2"] .frameE>*:nth-child(2){flex: 1;
	margin-left: -20%;
	position: relative;}[data-lib="2"] .frameE.right>*:nth-child(2){flex: 1;
	margin-left: 0;
	margin-right: -20%;
	position: relative;}[data-lib="2"] .frameE img{height: 400px;
	width: 100%;
	object-fit: cover;}[data-lib="2"] .frameE>*:nth-child(2):before{content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 400px 200px 0 0;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;}[data-lib="2"] .frameE.right>*:nth-child(2):before{border-width: 400px 0 0 200px;
	border-color: #fff transparent transparent transparent;
	left: auto;
	right: 0;}[data-lib="2"] .tereco>*{display: flex;
	flex-wrap: wrap;
	padding-left: calc((100% - 980px) / 2);
	padding-right: calc((100% - 980px) / 2);
	position: relative;}[data-lib="2"] .tereco>*:before{content: "";
	height: 500px;
	width: 500px;
	background:
		linear-gradient(to top left, transparent 50%, #fff 50%) no-repeat top left,
		url(/_img/ja/cms_parts_library/5/image/_/) repeat left top / auto;
	position: absolute;
	top: 20px;
	right: 0;
	z-index: -1;
	opacity: 0.6;}[data-lib="2"] .tereco>*>*:nth-child(1){flex: none;
	width: 530px;
	margin-right: 30px;}[data-lib="2"] .tereco>*>*:nth-child(2){flex: 1;}[data-lib="2"] .tereco>*:nth-child(even)>*:nth-child(1){order: 2;
	margin-right: 0;
	margin-left: 30px;}[data-lib="2"] .tereco>*:nth-child(even)>*:nth-child(2){order: 1;}[data-lib="2"] .tereco>*:nth-child(even)>*:nth-child(3){order: 3;}[data-lib="2"] .tereco>*:nth-child(even):before{right: auto;
	left: 0;
	background:
		linear-gradient(to top right, transparent 50%, #fff 50%) no-repeat top left,
		url(/_img/ja/cms_parts_library/5/image/_/) repeat left top / auto;}[data-lib="2"] .color_nocolor>*{background: #f5f5f5;
	padding: 40px 0;}[data-lib="2"] .color_nocolor>*:nth-child(even){background: none;}[data-lib="2"] .check{border: 1px solid #1e1e1e;
	padding: 30px 40px;
	background: rgba(255, 255, 255, 0.5);}[data-lib="2"] .check>*{font-size: 1.3em;
	position: relative;
	padding: 0 0 0 2em;
	margin: 0 0 5px;}[data-lib="2"] .check>*:before{content: "\e92f";
	font-family: 'Material Icons';
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.5em 0 0;
	line-height: 1;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	font-style: normal;
	font-size: 1.5em;
	position: absolute;
	top: 5px;
	left: 0;
	color: #ece7df;}[data-lib="2"] header{background: rgba(255, 255, 255, 0.9);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	min-width: 980px;}[data-lib="2"] header .black{display: block;}[data-lib="2"] header .white{display: none;}[data-lib="2"] header.white{background: none;
	color: #fff;}[data-lib="2"] header.white .black{display: none;}[data-lib="2"] header.white .white{display: block;}[data-lib="2"] header h1{font-size: 12px;
	margin: 0 20px;}[data-lib="2"] header h1 strong{font-weight: normal;
	display: block;
	width: 40vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}[data-lib="2"] header h1 img{width: 250px;
	margin-top: 3px;}[data-lib="2"] header .menu2{display: flex;
	justify-content: flex-end;}[data-lib="2"] .tel{font-size: 25px;
	line-height: 1.5;
	font-family: 'EB Garamond', serif;}[data-lib="2"] .tel:before{content: "\e0b0";}[data-lib="2"] .tel p{font-size: 0.5em;
	font-family: initial;}[data-lib="2"] .mail{background: #1e1e1e;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 15px;
	flex: none;
	margin: 0 0 0 20px;}[data-lib="2"] .mail:before{content: "\e0e1";
	font-size: 1.3rem;}[data-lib="2"] .mail:hover{transform: translateY(-4px);
	cursor: pointer;}[data-lib="2"] header nav{width: 100%;}[data-lib="2"] header nav ul{display: flex;
	justify-content: flex-end;
	margin: 0 20px 8px;}[data-lib="2"] header nav ul li{margin: 0 10px;}[data-lib="2"] header nav ul li a{display: block;
	transition-duration: 0.3s;}[data-lib="2"] header nav ul li a:hover{transform: scale(1.1);
	transition-duration: 0.3s;}[data-lib="2"] footer{background: url(/_img/ja/cms_parts_library/5/image/_/);
	position: relative;
	padding:1px initial;
	padding-bottom: 1px;
	padding-top: 110px;}[data-lib="2"] footer .pagetop .btnB{width: 9em;
	line-height: 1.3;
	font-size: 12px;
	padding: 0 20px;
	transform-origin: right bottom;
	transform: rotate(-90deg);
	position: absolute;
	right: 5%;
	bottom: 9em;}[data-lib="2"] footer h5{color: #fff;
	font-size: 130px;
	font-family: 'EB Garamond', serif;
	position: absolute;
	top: -50px;
	right: 0;
	line-height: 1;}[data-lib="2"] .footer_inner{display: flex;
	justify-content: space-between;}[data-lib="2"] .footer_inner .left{width: 50%;
	flex: none;}[data-lib="2"] footer h2{margin-bottom: 20px;}[data-lib="2"] footer h2 strong{font-weight: normal;
	font-size: 12px;
	display: block;
	margin-bottom: 5px;}[data-lib="2"] footer h2 img{width: 300px;}[data-lib="2"] footer .tel{font-size: 2em;}[data-lib="2"] footer p{margin-top: 5px;}[data-lib="2"] footer .sitemap ul{display: flex;
	justify-content: space-between;
	flex-wrap: wrap;}[data-lib="2"] footer .sitemap li{width: 50%;
	border-left: 1px solid #1e1e1e;
	padding: 5px 10px 5px 10px;
	font-size: 12px;}[data-lib="2"] footer .copyright{text-align: center;
	margin: 50px auto;
	font-size: 12px;}[data-lib="2"] footer .insta{display: flex;
	justify-content: center;
	background: #1e1e1e;
	color: #fff;
	align-items: center;
	margin: 30px auto 0;
	padding: 10px;
	font-size: 22px;
	font-family: 'Noto Serif JP', serif;}[data-lib="2"] footer .insta img{margin: 0 0 0 10px;}[data-lib="2"] footer .insta:hover{transform: translateY(-4px);
	cursor: pointer;}[data-lib="2"] .hero{position: relative;
	margin: 0 auto;}[data-lib="2"] .hero .sliderbg figure img{width: 100%;
	height: 100vh;
	object-fit: cover;}[data-lib="2"] .house{position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 470px;
	padding: 82px 0 0;
	overflow: hidden;}[data-lib="2"] .pentagon{position: relative;
	width: 470px;
	height: auto;
	background: rgba(55, 55, 55, 0.5);
	margin: 0;
	border: 6px solid #fff;
	border-top: none;
	font-family: 'Noto Serif JP', serif;
	padding: 30px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 40px;
	line-height: 1.2;}[data-lib="2"] .pentagon b{font-size: 1.8em;
	font-weight: normal;}[data-lib="2"] .pentagon::before{content: "";
	display: block;
	position: absolute;
	top: -82px;
	left: -6px;
	border-left: 235px solid transparent;
	border-right: 235px solid transparent;
	border-bottom: 82px solid rgba(55, 55, 55, 0.5);}[data-lib="2"] .pentagon::after{content: "";
	display: block;
	width: 486px;
	height: 82px;
	background:
		linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #fff 50.5%, #fff 53%, rgba(255, 255, 255, 0) 53%) no-repeat top left/50% 100%,
		linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #fff 50.5%, #fff 53%, rgba(255, 255, 255, 0) 53%) no-repeat top right/50% 100%;
	position: absolute;
	top: -82px;
	left: -14px;}[data-lib="2"] .pentagon_under{background: rgba(55, 55, 55, 0.5);
	padding: 20px;
	border: 6px solid #fff;
	border-top: none;
	color: #fff;
	text-align: center;
	font-family: 'EB Garamond', serif;
	font-size: 2em;}[data-lib="2"] .pentagon_under small{font-family: initial;
	font-size: 12px;
	display: inline-block;
	margin-left: 20px;}[data-lib="2"] .year_th{background-repeat: no-repeat;
	background-position: left top;
	width: 266px;
	height: 270px;
	position: absolute;
	bottom: -30px;
	right: 5%;
	color: #ea4561;
	font-size: 30px;}[data-lib="2"] .year_th .th{position: absolute;
	top: 58px;
	left: 102px;}[data-lib="2"] .event-list li a{display: flex;}[data-lib="2"] .event-list li figure{width: 50%;
	flex: none;
	margin: 0 20px 0 0;}[data-lib="2"] .event-list li .text{flex: 1;}[data-lib="2"] .event-list .btnA{margin-top: 30px;}[data-lib="2"] .flow-list .titB{margin-top: 40px;
	position: relative;}[data-lib="2"] .flow-list i{position: absolute;
	top: -40px;
	right: 0;
	font-family: 'EB Garamond',
		serif;
	color: #ece7df;
	font-size: 120px;
	line-height: 1;
	z-index: -1;}[data-lib="2"] .flow-list{margin: 80px auto 0;}[data-lib="2"] .flow-list li{margin-bottom: 80px;}[data-lib="2"] .flow-list .frameC{width: 100%;
	margin: 30px auto 0;}[data-lib="2"] .flow-list picture{text-align: center;}[data-lib="2"] .flow-list dd p{line-height: 1.8;}[data-lib="2"] .flow-list .h-text-img figure,[data-lib="2"] 
.flow-list .h-text-img .figure{width: 200px;}[data-lib="2"] .works{padding-left: calc((100% - 980px) / 2);
	position: relative;
	width: 100%;
	overflow: hidden;}[data-lib="2"] .works .left{width: 25%;
	max-width: 400px;
	position: absolute;
	top: 0;
	left: calc((100% - 980px) / 2);}[data-lib="2"] .works-slider{padding-left: 400px;
	position: relative;
	min-height: 500px;}[data-lib="2"] .works-slider .slide-text{position: absolute;
	bottom: -40px;
	left: 0;
	background: #f5f5f5;
	padding: 40px 10% 40px 40px;
	width: 450px;
	z-index: 1;}[data-lib="2"] .works-slider .slide-img{width: 100%;
	position: relative;
	z-index: 2;}[data-lib="2"] .works-slider .titB{margin-bottom: 20px;}[data-lib="2"] .works-slider .btnB{margin-top: 40px;}[data-lib="2"] .works-slider .slick-active .titB,[data-lib="2"] 
.works-slider .slick-active p,[data-lib="2"] 
.works-slider .slick-active .btnB{visibility: visible;
	animation-duration: 0.8s;
	animation-name: fadeInUp;}[data-lib="2"] .works-slider .slick-next{left: 200%;
	bottom: -10px;
	top: auto;
	transform: none;}[data-lib="2"] .works-slider .slick-prev{left: 190%;
	bottom: -10px;
	top: auto;
	transform: none;}[data-lib="2"] .works-slider .slick-counter{position: absolute;
	font-family: 'EB Garamond', serif;
	color: #a0a0a0;
	font-size: 24px;
	bottom: 0;
	left: 170%;
	line-height: 1;}[data-lib="2"] .works-slider .slick-counter .current{color: #1e1e1e;}[data-lib="2"] .works-slider .slick-counter span:before{content: "0";}[data-lib="2"] .works-list{position: relative;
	margin: 50px auto 30px;}[data-lib="2"] .works-list li{margin-left: calc((100% - 980px) / 2);
	position: relative;
	margin-bottom: 150px;}[data-lib="2"] .works-list li:nth-child(even):before{left: auto;
	right: -70px;
	background: linear-gradient(to bottom left, transparent 50%, #fff 50%) no-repeat top left,
		url(/_img/ja/cms_parts_library/5/image/_/) repeat left top / auto;}[data-lib="2"] .works-list li:before{content: "";
	height: 400px;
	width: 400px;
	background: linear-gradient(to bottom right, transparent 50%, #fff 50%) no-repeat top left,
		url(/_img/ja/cms_parts_library/5/image/_/) repeat left top / auto;
	position: absolute;
	top: 50%;
	transform: translateY(-40%);
	left: -70px;
	z-index: -1;
	opacity: 0.6;}[data-lib="2"] .works-list li a{margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	align-items: flex-end;}[data-lib="2"] .works-list li:nth-child(even){margin-left: 0;
	margin-right: calc((100% - 980px) / 2);}[data-lib="2"] .works-list li:nth-child(even) a{flex-flow: row;}[data-lib="2"] .works-list .text{width: 50%;
	background: #f5f5f5;
	padding: 40px 80px 40px 40px;
	z-index: 1;
	margin-right: -40px;
	margin-bottom: -40px;}[data-lib="2"] .works-list figure{width: 70%;
	position: relative;
	z-index: 2;
	flex: none;}[data-lib="2"] .works-list figure img{height: 450px;
	width: 100%;
	object-fit: cover;}[data-lib="2"] .works-list li:nth-child(even) .text{padding: 40px 40px 40px 80px;
	margin-right: 0;
	margin-left: -40px;}[data-lib="2"] .works-list .titB{margin-bottom: 20px;}[data-lib="2"] .works-list .btnB{margin-top: 40px;}[data-lib="2"] .works-detail .mainimg{width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	margin: 0 auto 50px;
	background: #f5f5f5;
	padding: 30px 0;}[data-lib="2"] .works-detail .mainimg .slider_inner{width: 2000px;
	margin: 0 auto;}[data-lib="2"] .works-detail .mainimg img{margin: 0 auto;
	height: 512px;}[data-lib="2"] .works-detail em{display: inline-block;
	border: 1px solid #1e1e1e;
	background: #1e1e1e;
	color: #fff;
	font-size: 12px;
	padding: 5px 15px;
	line-height: 1;
	margin-right: 8px;}[data-lib="2"] .works02{background: #f5f5f5;
	padding: 50px 0;}[data-lib="2"] .gallery{display: flex;
	justify-content: space-between;
	margin: 50px auto 0;
	flex-wrap: wrap;}[data-lib="2"] .gallery>*{width: 48%;
	margin: 0 0 30px;}[data-lib="2"] .gallery figure{line-height: 1;}[data-lib="2"] .gallery p{margin: 5px 3%;}[data-lib="2"] .works-detail .info{display: flex;
	justify-content: space-between;}[data-lib="2"] .works-detail .info dl{border: 1px solid #ddd;
	text-align: center;
	width: 32%;}[data-lib="2"] .works-detail .info dl dt{background: #ddd;
	font-size: 1.1em;}[data-lib="2"] .works-detail .info dl dt,[data-lib="2"] 
.works-detail .info dl dd{padding: 10px;}[data-lib="2"] .blog-list{margin: 40px auto 0;}[data-lib="2"] .blog-list li{margin-bottom: 30px;}[data-lib="2"] .blog-list li .ico{display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 10px;}[data-lib="2"] .reform-list em,[data-lib="2"] 
.blog-list em{display: inline-block;
	border: 1px solid #1e1e1e;
	background: #1e1e1e;
	color: #fff;
	font-size: 12px;
	padding: 5px 15px;
	line-height: 1;
	margin-right: 5px;}[data-lib="2"] .blog-list li h3{font-size: 1.2em;
	margin-bottom: 10px;}[data-lib="2"] .inqBnr{background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;}[data-lib="2"] .inqBnr ul{margin: 30px auto;}[data-lib="2"] .inqBnr ul li{border: 1px solid #fff;
	padding: 30px;}[data-lib="2"] .inqBnr p{min-height: 10em;}[data-lib="2"] .inqBnr figure{margin: 20px 15px;}[data-lib="2"] .inqBnr .btnA{border: none;
	margin: 15px;}[data-lib="2"] .flow-head{background: #ece7df;
	padding: 20px 15px 20px;
	position: relative;}[data-lib="2"] .flow-head i{position: absolute;
	top: -40px;
	right: 5px;
	font-family: 'EB Garamond',
		serif;
	color: #f5f5f5;
	font-size: 90px;
	line-height: 1;
	z-index: 5;
	font-style: italic;}[data-lib="2"] .flow-head li{color: #fff;
	background: no-repeat center / cover;
	width: 200px;
	height: 200px;
	position: relative;
	transition: transform 0.3s linear;
	cursor: pointer;}[data-lib="2"] .flow-head li:hover i{-webkit-transition: .3s;
	transition: .3s;
	transform: translateY(-10px);
	cursor: pointer;}[data-lib="2"] .flow-head li a{display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 40px 10px 0;
	position: relative;
	cursor: pointer;}[data-lib="2"] .flow-head li:before,[data-lib="2"] 
.flow-head li:after,[data-lib="2"] 
.flow-head:before,[data-lib="2"] 
.flow-head:after{content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	bottom: 0;}[data-lib="2"] .flow-head li:before{left: 0;
	border-width: 50px 0 0 100px;
	border-color: transparent transparent transparent #ece7df;}[data-lib="2"] .flow-head li:after{right: 0;
	border-width: 0 0 50px 100px;
	border-color: transparent transparent #ece7df transparent;}[data-lib="2"] .flow-head:before{left: 0;
	border-width: 60px 0 0 115px;
	border-color: transparent transparent transparent #fff;
	z-index: 10;}[data-lib="2"] .flow-head:after{right: 0;
	border-width: 0 0 60px 115px;
	border-color: transparent transparent #fff transparent;
	z-index: 10;}[data-lib="2"] .flow .frameC{margin-top: 10px;
	position: relative;}[data-lib="2"] .flow .frameC:after{display: block;
	content: "";
	width: 1px;
	height: 60px;
	background: #1e1e1e;
	margin: -15px auto 0;}[data-lib="2"] .flow .frameC:before{content: "";
	display: block;
	background: linear-gradient(to bottom right, rgba(122, 92, 92, 0) 50%, #1e1e1e 51%, rgba(255, 255, 255, 0) 66%) no-repeat top left/100% 100%;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 4px;}[data-lib="2"] .flow .frameC:last-child:after,[data-lib="2"] 
.flow .frameC:last-child:before{display: none;}[data-lib="2"] .reform-list{margin: 50px auto 0;}[data-lib="2"] .reform-list li{margin-bottom: 80px;
	margin-right: calc((100% - 980px) / 2);}[data-lib="2"] .reform-list li:nth-child(even){margin-right: 0;
	margin-left: calc((100% - 980px) / 2);}[data-lib="2"] .reform-list li a{display: flex;
	align-items: center;}[data-lib="2"] .reform-list li:nth-child(even) a{flex-flow: row-reverse;}[data-lib="2"] .reform-list li figure{position: relative;
	-webkit-transition: .3s;
	transition: .3s;}[data-lib="2"] .reform-list li a:hover figure{opacity: 0.8;
	-webkit-transition: .3s;
	transition: .3s;}[data-lib="2"] .works-detail .em,[data-lib="2"] 
.reform-list .em{display: inline-block;
	border: 1px solid #1e1e1e;
	color: #1e1e1e;
	font-size: 12px;
	padding: 5px 15px;
	line-height: 1;
	background: #fff;}[data-lib="2"] .beforeafter{display: flex;
	flex-wrap: wrap;
	background: #1e1e1e;
	color: #fff;}[data-lib="2"] .beforeafter figure{width: 50%;
	position: relative;
	line-height: 0;}[data-lib="2"] .works-detail .beforeafter figure{margin: 0 auto;}[data-lib="2"] .beforeafter p{width: 100%;
	margin: 10px auto;}[data-lib="2"] .beforeafter figcaption{position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	padding: 8px;
	display: inline-block;
	mix-blend-mode: multiply;
	line-height: 1;}[data-lib="2"] .beforeafter figure+figure:before{content: "\e5c8";
	font-family: 'Material Icons';
	background: rgba(0, 0, 0, 0.8);
	border: 1px solid #fff;
	color: #fff;
	width: 40px;
	height: 40px;
	font-size: 20px;
	border-radius: 50px;
	display: block;
	text-align: center;
	line-height: 40px;
	position: absolute;
	top: 50%;
	left: -20px;
	margin-top: -20px;
	z-index: 2;}[data-lib="2"] .beforeafter figure+figure:after{content: "";
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	top:0;
	left: 0;
	background: #fff;
	z-index: 1;}[data-lib="2"] .reform-list li .text{width: 35%;
	flex: none;
	padding: 30px 30px 30px 70px;
	background: #f5f5f5;
	margin-left: -40px;
	position: relative;
	z-index: -1;}[data-lib="2"] .reform-list li:nth-child(even) .text{padding: 30px 70px 30px 30px;
	margin-left: 0;
	margin-right: -40px;
	order: 1;}[data-lib="2"] .reform-list li .btnB{margin-left: auto;
	margin-top: 15px;}[data-lib="2"] .access{display: flex;
	justify-content: space-between;
	margin: 50px 0;}[data-lib="2"] .access figure{width: 45%;
	height: 400px;
	border-right: 5px solid #fff;}[data-lib="2"] .access figure img{width: 100%;
	height: 100%;
	object-fit: cover;}[data-lib="2"] .access .map{width: 55%;
	height: 400px;}[data-lib="2"] .access .map iframe{width: 100%;
	height: 100%;}[data-lib="2"] .faq{margin: 50px auto;}[data-lib="2"] .faq dt{border-left: 2px solid #1e1e1e;
	padding: 15px 15px 15px 80px;
	background: #f5f5f5;
	font-size: 1.4em;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	margin-bottom: 15px;}[data-lib="2"] .faq dt:before{content: "Q";
	font-size: 40px;
	font-family: 'EB Garamond',
		serif;
	position: absolute;
	top: 5px;
	left: 15px;
	line-height: 1;}[data-lib="2"] .faq dt:after{content: "";
	display: block;
	width: 1px;
	height: 100%;
	border-right: 1px solid #ccc;
	position: absolute;
	top: 0;
	left: 63px;}[data-lib="2"] .faq dd{font-size: 1.1em;
	padding: 20px 20px 20px 80px;
	position: relative;}[data-lib="2"] .faq dd:before{content: "A";
	font-size: 40px;
	font-family: 'EB Garamond',
		serif;
	position: absolute;
	top: 10px;
	left: 20px;
	line-height: 1;}[data-lib="2"] .phone{background: #f5f5f5;
	text-align: center;
	padding: 50px 15px 30px;
	font-size: 1.1em;
	line-height: 1.5;
	position: relative;
	margin: 20px auto;}[data-lib="2"] .phone .tel{display: block;
	font-size: 3em;
	margin: 20px auto;}[data-lib="2"] .phone .tel:before{width: 45px;
	height: 45px;
	background: #1e1e1e;
	color: #fff;
	border-radius: 50%;
	font-size: 1.7rem;
	line-height: 45px;
	margin-right: 15px;}[data-lib="2"] .contact-head{display: flex;
	justify-content: center;}[data-lib="2"] .contact-head li{margin: 50px 30px;
	border: 1px solid #1e1e1e;
	padding: 5px 40px;
	position: relative;
	counter-increment: li;}[data-lib="2"] .contact-head li:before{content: counter(li)'.';
	font-size: 40px;
	font-family: 'EB Garamond',
		serif;
	font-style: italic;
	display: inline-block;
	margin-right: 10px;}[data-lib="2"] .contact-head li .arrow_r{position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);}@media screen and (max-width: 768px){[data-lib="2"] body{overflow: hidden;
	min-width: auto;}[data-lib="2"] .form table,[data-lib="2"] 
	.form tbody,[data-lib="2"] 
	.form tr,[data-lib="2"] 
	.form th,[data-lib="2"] 
	.form td{display: block;
	background: none;}[data-lib="2"] .form table{width: 90%;
	margin-left: auto;
	margin-right: auto;}[data-lib="2"] .form th,[data-lib="2"] 
	.form td{padding: 10px;}[data-lib="2"] .form th{widh: 100%;}[data-lib="2"] .form td{margin-bottom: 10px;}[data-lib="2"] .arrow_b{position: relative;}[data-lib="2"] .arrow_b:after{height: 40px;
	margin: -15px auto 0;}[data-lib="2"] .arrow2_b{border-width: 30px 50vw 0 50vw;}[data-lib="2"] .page_title{height: auto;
	padding-top: 50px;}[data-lib="2"] .titZ{width: 90%;
	font-size: 35px;
	margin: 0 auto;}[data-lib="2"] .titZ small{font-size: 13px;
	font-family: initial;
	display: block;}[data-lib="2"] .titA,[data-lib="2"] 
	.titB,[data-lib="2"] 
	.titC,[data-lib="2"] 
	.titD{max-width: 90vw;
	margin-left: auto;
	margin-right: auto;}[data-lib="2"] .titA{font-size: 40px;}[data-lib="2"] .titA small{font-size: 10px;}[data-lib="2"] .titB{font-size: 16px;}[data-lib="2"] .titC{font-size: 18px;}[data-lib="2"] .titD{font-size: 2em;}[data-lib="2"] .btnA{max-width: 90vw;
	width: 90%;
	padding: 10px 20px 10px 10px;}[data-lib="2"] .btnB{width: 12em;
	margin-left: auto;
	font-size: 0.8em;}[data-lib="2"] .const_exp{position: relative;
	padding-top: 30px;}[data-lib="2"] .const_exp:before{height: 150px;
	width: 150px;}[data-lib="2"] section .slick-prev,[data-lib="2"] 
	section .slick-next{width: 30px;
	height: 30px;}[data-lib="2"] section .slick-prev:before,[data-lib="2"] 
	section .slick-next:before{width: 30px;
	height: 30px;
	font-size: 20px;
	border-radius: 50px;
	line-height: 30px;}[data-lib="2"] .frameA{display: flex;
	justify-content: space-between;
	flex-flow: column;}[data-lib="2"] .frameA>*:nth-child(1){width: 90%;
	flex: none;}[data-lib="2"] .frameA>*:nth-child(2){flex: 1;}[data-lib="2"] .frameB{display: flex;
	padding-left: 5%;
	flex-flow: column;}[data-lib="2"] .frameB .text{background: #fff;
	width: 100%;
	padding: 20px;
	margin-left: -5%;}[data-lib="2"] .frameB>*:nth-child(1){width: 100%;
	flex: none;
	position: relative;
	z-index: 5;}[data-lib="2"] .frameB>*:nth-child(2){flex: 1;
	margin-left: 0;
	margin-top: -50px;}[data-lib="2"] .frameB img{height: 100%;
	width: 100%;
	object-fit: cover;}[data-lib="2"] dl.frameC dt{font-size: 14px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;}[data-lib="2"] dl.frameC dt:before{margin-right: 10px;}[data-lib="2"] dl.frameC dt:after{margin-left: 10px;}[data-lib="2"] dl.frameC dd{border: 1px solid #1e1e1e;
	border-top: none;
	padding: 15px;}[data-lib="2"] .frameD{flex-flow: column;}[data-lib="2"] .frameD>*{flex: 1;
	min-height: 50vw;
	padding-bottom: 3em;
	font-size: 12px;}[data-lib="2"] .frameE{display: flex;
	padding-left: 0;
	align-items: center;
	flex-flow: column-reverse;}[data-lib="2"] .frameE.right{padding-left: 0;
	padding-right: 0;
	flex-flow: column-reverse;}[data-lib="2"] .frameE .text{background: rgba(255, 255, 255, 0.8);
	padding: 20px;}[data-lib="2"] .frameE.right .text{padding: 15px;}[data-lib="2"] .frameE>*:nth-child(1){width: 85%;
	margin: -40px 0 0 auto;}[data-lib="2"] .frameE>*:nth-child(2){flex: 1;
	margin-left: 0;
	position: relative;}[data-lib="2"] .frameE.right>*:nth-child(1){margin: -40px auto 0 0;}[data-lib="2"] .frameE.right>*:nth-child(2){flex: 1;
	margin-left: 0;
	margin-right: 0;
	position: relative;}[data-lib="2"] .frameE img{height: 60vw;
	width: 100%;
	object-fit: cover;}[data-lib="2"] .frameE>*:nth-child(2):before{border-width: 60vw 60px 0 0;}[data-lib="2"] .frameE.right>*:nth-child(2):before{border-width: 60vw 0 0 60px;}[data-lib="2"] .tereco>*{display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	padding-right: 0;
	position: relative;}[data-lib="2"] .tereco>*:before{height: 50vw;
	width: 50vw;
	top: 35%;
	right: -5%;
	z-index: -1;
	opacity: 0.6;}[data-lib="2"] .tereco>*:nth-child(even):before{right: auto;
	left: -5%;}[data-lib="2"] .tereco>*>*:nth-child(1){flex: none;
	width: 100%;
	margin: 0;}[data-lib="2"] .tereco>*>*:nth-child(2){flex: 1;}[data-lib="2"] .tereco>*:nth-child(even)>*:nth-child(1){order: 1;
	margin: 0;}[data-lib="2"] .tereco>*:nth-child(even)>*:nth-child(2){order: 2;}[data-lib="2"] .tereco>*:nth-child(even)>*:nth-child(3){order: 3;}[data-lib="2"] .color_nocolor>*{padding: 20px 0;}[data-lib="2"] .check.w800{width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 5px 10px;}[data-lib="2"] .check>*{font-size: 1.1em;
	position: relative;
	padding: 0 0 0 2em;
	margin: 0 0 10px;}[data-lib="2"] header{width: 100%;
	min-height: 45px;
	min-width: auto;}[data-lib="2"] header h1{font-size: 12px;
	margin: 0 0 0 5%;}[data-lib="2"] header h1 strong{display: none;}[data-lib="2"] header h1 img{width: 200px;
	margin-top: 5px;}[data-lib="2"] header .menu2{position: fixed;
	left: 0;
	bottom: 0;
	background: rgba(70, 70, 70, 0.5);
	padding: 8px;
	justify-content: space-between;
	width: 100%;}[data-lib="2"] header .menu2 a{width: 49%;}[data-lib="2"] .tel{background: #fff;
	color: initial;
	font-size: 19px;
	text-align: center;}[data-lib="2"] .mail{margin: 0;
	font-size: 11px;
	padding: 0;
	display: flex;
	text-align: left;}[data-lib="2"] header nav{position: fixed;
	top: 0;
	right: -300px;
	z-index: 1000;
	box-sizing: border-box;
	padding-top: 60px;
	width: 300px;
	height: 100%;
	background: #000;
	font-size: 16px;
	justify-content: flex-start;
	align-items: flex-start;}[data-lib="2"] header nav ul{width: 100%;
	flex-flow: column;
	margin: 0;}[data-lib="2"] header nav ul li{margin: 0;}[data-lib="2"] header nav ul li a{display: block;
	padding: 10px 28px;
	color: #ddd;
	text-decoration: none;}[data-lib="2"] header nav ul li a:hover{background: #fff;
	color: #000;}[data-lib="2"] header .hamburger{position: fixed;
	display: block;
	top: 0;
	right: 0;
	z-index: 3;
	z-index: 1500;
	box-sizing: border-box;
	width: 45px;
	height: 45px;
	font-size: 11px;
	cursor: pointer;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	background: #1e1e1e;
	color: #fff;}[data-lib="2"] header .hamburger:after{position: absolute;
	right: 0;
	left: 0;
	bottom: 2px;
	margin: 0 auto;
	content: "MENU";
	text-align: center;
	font-size: 8px;}[data-lib="2"] header .hamburger.open:after{color: #fff;
	content: "CLOSE";
	letter-spacing: 0;}[data-lib="2"] header .hamburger span{position: absolute;
	width: 26px;
	height: 2px;
	background: #fff;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	right: 0;
	left: 0;
	margin: 0 auto;}[data-lib="2"] header .hamburger span:nth-child(1){top: 8px;}[data-lib="2"] header .hamburger span:nth-child(2){top: 16px;}[data-lib="2"] header .hamburger span:nth-child(3){top: 24px;}[data-lib="2"] header .hamburger.open{background: none;}[data-lib="2"] header .hamburger.open span{background: #fff;}[data-lib="2"] header .hamburger.open span:nth-child(1){top: 16px;
	transform: rotate(45deg);}[data-lib="2"] header .hamburger.open span:nth-child(2){display: none;}[data-lib="2"] header .hamburger.open span:nth-child(3){top: 16px;
	transform: rotate(-45deg);}[data-lib="2"] footer{position: relative;
	padding: 1px;
	padding-top: 50px;}[data-lib="2"] footer .pagetop .btnB{width: 8em;
	line-height: 1.3;
	font-size: 9px;
	padding: 0 5px;
	transform-origin: right bottom;
	transform: rotate(-90deg);
	position: absolute;
	right: 1%;
	bottom: auto;
	top: 3em;}[data-lib="2"] footer h5{font-size: 50px;
	top: -30px;
	text-align: right;}[data-lib="2"] .footer_inner{flex-flow: column;}[data-lib="2"] .footer_inner .left{width: 100%;
	flex: none;
	text-align: center;
	margin-bottom: 15px;}[data-lib="2"] footer h2{margin-bottom: 5px;}[data-lib="2"] footer h2 strong{font-weight: normal;
	font-size: 12px;
	display: block;
	margin-bottom: 5px;}[data-lib="2"] footer h2 img{width: 200px;}[data-lib="2"] footer .tel{font-size: 2.5em;
	background: none;}[data-lib="2"] footer .sitemap li{padding: 5px 10px;
	font-size: 10px;}[data-lib="2"] footer .copyright{margin: 20px auto 80px;}[data-lib="2"] footer .insta{margin: 20px auto 0;
	padding: 8px;
	font-size: 14px;}[data-lib="2"] .hero{position: relative;
	height: 85vh;}[data-lib="2"] .hero .sliderbg{width: 100%;
	height: 85vh;}[data-lib="2"] .hero .sliderbg .slick-track{height: 85vh;}[data-lib="2"] .hero .sliderbg figure img{max-width: none;
	width: 100%;
	height: 85vh;
	object-fit: cover;}[data-lib="2"] .hero .slick-list{height: 100%;
	width: 100%;}[data-lib="2"] .house{width: 300px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 20vh;
	padding: 42px 0 0;}[data-lib="2"] .pentagon{width: 300px;
	border: 3px solid #fff;
	border-top: none;
	padding: 0 5px 15px;
	font-size: 26px;}[data-lib="2"] .pentagon::before{top: -40px;
	left: -3px;
	border-left: 150px solid transparent;
	border-right: 150px solid transparent;
	border-bottom: 40px solid rgba(55, 55, 55, 0.5);}[data-lib="2"] .pentagon::after{width: 310px;
	height: 42px;
	top: -42px;
	left: -10px;}[data-lib="2"] .pentagon_under{background: rgba(55, 55, 55, 0.5);
	padding: 5px;
	border: 3px solid #fff;
	border-top: none;
	color: #fff;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 2em;}[data-lib="2"] .pentagon_under small{display: block;
	margin: 5px auto;}[data-lib="2"] .year_th{background-size: contain;
	width: 133px;
	height: 135px;
	position: absolute;
	bottom: -10px;
	right: 5%;
	color: #ea4561;
	font-size: 15px;}[data-lib="2"] .year_th .th{position: absolute;
	top: 29px;
	left: 51px;}[data-lib="2"] .event-list li{margin-top: 15px;}[data-lib="2"] .event-list li a{display: flex;
	flex-flow: column;}[data-lib="2"] .event-list li figure{width: 100%;
	flex: none;
	margin: 0 0 15px;}[data-lib="2"] .event-list li .text{flex: 1;}[data-lib="2"] .event-list .btnA{margin-top: 20px;}[data-lib="2"] .flow-list .titB{margin-top: 40px;
	position: relative;}[data-lib="2"] .flow-list i{position: absolute;
	top: -40px;
	right: 0;
	font-family: 'EB Garamond',
			serif;
	color: #ece7df;
	font-size: 90px;
	line-height: 1;
	z-index: -1;}[data-lib="2"] .flow-list{width: 90%;
	margin: 20px auto 0;}[data-lib="2"] .flow-list li{margin-bottom: 50px;}[data-lib="2"] .flow-list .frameC{width: 100%;
	margin: 25px auto 0;}[data-lib="2"] .flow-list picture{text-align: center;}[data-lib="2"] .flow-list dd p{line-height: 1.8;}[data-lib="2"] .flow-list .h-text-img figure,[data-lib="2"] 
	.flow-list .h-text-img .figure{width: 100%;}[data-lib="2"] .works{padding-left: 0;
	position: relative;
	width: 100%;}[data-lib="2"] .works .left{width: 90%;
	position: static;
	top: 0;
	left: 0;
	margin: 0 auto 20px;}[data-lib="2"] .works-slider{padding-left: 0;
	position: relative;
	min-height: auto;
	margin-bottom: 70px;}[data-lib="2"] .works-slider .slide-text{position: relative;
	bottom: 0;
	left: 0;
	margin-top: -30px;
	background: #f5f5f5;
	padding: 50px 20px 20px;
	width: 100%;
	z-index: 1;}[data-lib="2"] .works-slider .slide-img{width: 90%;
	position: relative;
	z-index: 2;
	margin: 0 auto;}[data-lib="2"] .works-slider .titB{margin-bottom: 15px;}[data-lib="2"] .works-slider .btnB{margin-top: 0;}[data-lib="2"] .works-slider .slick-next{left: 85%;
	bottom: -40px;}[data-lib="2"] .works-slider .slick-prev{left: 5%;
	bottom: -40px;}[data-lib="2"] .works-slider .slick-counter{font-size: 20px;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);}[data-lib="2"] .works-slider .slick-counter .current{color: #1e1e1e;}[data-lib="2"] .works-slider .slick-counter span:before{content: "0";}[data-lib="2"] .works-list{position: relative;
	margin: 20px auto 30px;}[data-lib="2"] .works-list li{margin-left: 0;
	margin-bottom: 30px;
	position: relative;
	padding: 30px 0 0;}[data-lib="2"] .works-list li:nth-child(even):before{left: auto;
	right: 0;}[data-lib="2"] .works-list li:before{height: 150px;
	width: 150px;
	top: 0;
	transform: none;
	left: 0;}[data-lib="2"] .works-list li a{margin-bottom: 20px;
	flex-flow: column;}[data-lib="2"] .works-list li:nth-child(even){margin-left: 0;
	margin-right: 0;}[data-lib="2"] .works-list li:nth-child(even) a{flex-flow: column;}[data-lib="2"] .works-list .text{width: 100%;
	padding: 50px 20px 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: -30px;}[data-lib="2"] .works-list figure{width: 90%;
	margin: 0 auto;}[data-lib="2"] .works-list figure img{height: 60vw;}[data-lib="2"] .works-list li:nth-child(even) .text{padding: 50px 20px 20px;
	margin-right: 0;
	margin-left: 0;}[data-lib="2"] .works-list .titB{margin-bottom: 10px;}[data-lib="2"] .works-list .btnB{margin-top: 0;}[data-lib="2"] .works-detail .mainimg .slider_inner{width: 100%;
	margin: 0 auto;}[data-lib="2"] .works-detail .mainimg img{height: 60vw;}[data-lib="2"] .works-detail em{width: auto;}[data-lib="2"] .works01 .w800{width: 90%;}[data-lib="2"] .works02{background: #f5f5f5;
	padding: 20px 0 0;}[data-lib="2"] .gallery{margin: 20px auto;}[data-lib="2"] .gallery>*{width: 100%;
	margin: 0 0 20px;}[data-lib="2"] .works-detail .info dl{width: auto;
	margin: 0 1% 0 0;}[data-lib="2"] .works-detail .info dl+dl{flex: 1;}[data-lib="2"] .works-detail .info dl dt,[data-lib="2"] 
	.works-detail .info dl dd{padding: 10px 5px;}[data-lib="2"] .blog-list{margin: 20px auto 0;}[data-lib="2"] .blog-list li{margin-bottom: 20px;}[data-lib="2"] .blog-list li a{display: flex;}[data-lib="2"] .blog-list li figure{width: 130px;
	flex: none;
	margin-right: 5px;}[data-lib="2"] .blog-list li .ico{margin-bottom: 5px;}[data-lib="2"] .blog-list em{padding: 3px 5px;
	font-size: 10px;}[data-lib="2"] .blog-list li h3{font-size: 1.1em;}[data-lib="2"] .blog-list li p{display: none;}[data-lib="2"] .inqBnr{padding: 20px 0;}[data-lib="2"] .inqBnr ul{margin: 20px auto;}[data-lib="2"] .inqBnr ul li{padding: 15px;
	margin-bottom: 20px;}[data-lib="2"] .inqBnr p{min-height: auto;}[data-lib="2"] .inqBnr figure{margin: 10px 0;}[data-lib="2"] .inqBnr .btnA{width: 100%;
	margin: 10px auto 0;}[data-lib="2"] .flow-head{background: #ece7df;
	padding: 20px 15px 10px;
	position: relative;
	margin: 20px auto 0;}[data-lib="2"] .flow-head i{top: -5px;
	right: auto;
	left: 0;
	font-size: 40px;}[data-lib="2"] .flow-head li{width: 100%;
	height: 80px;
	margin-bottom: 10px;}[data-lib="2"] .flow-head li a{padding: 10px 10px 0;}[data-lib="2"] .flow-head li:before,[data-lib="2"] 
	.flow-head li:after,[data-lib="2"] 
	.flow-head:before,[data-lib="2"] 
	.flow-head:after{bottom: auto;
	left: auto;
	right: 0;}[data-lib="2"] .flow-head li:before{display: none;}[data-lib="2"] .flow-head li:after{bottom: 0;
	border-width: 0 0 80px 20px;
	border-color: transparent transparent #ece7df transparent;}[data-lib="2"] .flow-head:before{display: none;}[data-lib="2"] .flow-head:after{display: none;}[data-lib="2"] .flow .frameC:after{height: 40px;
	margin-top: -10px;}[data-lib="2"] .reform-list{margin: 20px auto 0;}[data-lib="2"] .reform-list li{margin-bottom: 30px;
	margin-right: 0;}[data-lib="2"] .reform-list li:nth-child(even){margin-right: 0;
	margin-left: 0;}[data-lib="2"] .reform-list li a{display: flex;
	align-items: center;
	flex-flow: column;}[data-lib="2"] .reform-list li:nth-child(even) a{flex-flow: column;}[data-lib="2"] .beforeafter{display: flex;
	flex-wrap: wrap;
	align-items: flex-end;}[data-lib="2"] .beforeafter figure{width: 50%;
	flex: none;
	position: relative;
	line-height: 0;}[data-lib="2"] .beforeafter p{width: 100%;
	margin: 5px auto;}[data-lib="2"] .beforeafter figure+figure{width: 50%;}[data-lib="2"] .beforeafter figcaption{padding: 3px 8px;}[data-lib="2"] .beforeafter figure+figure:before{width: 30px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	top: 50%;
	left: -15px;
	margin-top: -15px;}[data-lib="2"] .reform-list li .text{width: 90%;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;}[data-lib="2"] .reform-list li:nth-child(even) .text{padding: 20px;
	margin-left: auto;
	margin-right: auto;}[data-lib="2"] .reform-list li .btnB{margin-top: 5px;}[data-lib="2"] .access{margin: 30px 0;
	flex-flow: column;}[data-lib="2"] .access figure{width: 100%;
	height: 60vw;
	border-right: none;}[data-lib="2"] .access .map{width: 100%;
	height: 70vw;}[data-lib="2"] .faq{margin: 20px auto;}[data-lib="2"] .faq dt{padding: 8px 10px 8px 60px;
	font-size: 1.3em;
	margin-bottom: 5px;}[data-lib="2"] .faq dt:before{font-size: 25px;
	top: 10px;
	left: 10px;}[data-lib="2"] .faq dt:after{left: 45px;}[data-lib="2"] .faq dd{font-size: 1.1em;
	padding: 8px 10px 8px 60px;
	position: relative;}[data-lib="2"] .faq dd:before{font-size: 25px;
	top: 10px;
	left: 15px;}[data-lib="2"] .phone{padding: 20px 10px;}[data-lib="2"] .phone .tel{font-size: 2.7em;
	margin: 15px auto;
	background: none;}[data-lib="2"] .contact-head{display: flex;
	justify-content: center;}[data-lib="2"] .contact-head li{width: 30%;
	margin: 20px auto 0;
	padding: 5px 5px;
	text-align: center;}[data-lib="2"] .contact-head li:before{display: block;
	text-align: center;
	font-size: 30px;
	line-height: 1;
	margin: 0;}[data-lib="2"] .contact-head li .arrow_r{width: 40px;
	position: absolute;
	right: -30px;}}[data-instance="37"] .year_th{background-image:url(/_img/ja/cms/37/thanks/___/session/);}[data-instance="28"]{background-image:
linear-gradient(to bottom,  rgba(60,60,60,0.6) 0%,rgba(60,60,60,0.6) 100%),
url(/_img/ja/cms/28/bgimg/___/session/);}