.-x-richtext ul, .-x-richtext ol {
	list-style-position: inside;
}
[data-legal]{
	position:relative;
	--legal-offset-h:attr(data-legal-offset-h px);
	--legal-offset-v:attr(data-legal-offset-v px);
}
[data-legal][data-legal-safe="1"]::after{
	position: absolute;
	opacity: 0.5;
	color: black;
	content: "墨";
	font-size: 16px;
	display: block;
	height: 24px;
	padding-top: 0px;
	background-image: url(/_lib/lc.png);
	background-size: auto 20px;
	background-repeat: no-repeat;
	padding-left: 50px;
	background-position: left top;
}
[data-legal][data-legal-safe="1"]:hover::after {
    position: absolute;
    opacity: 0.5;
    color: black;
    content: attr(data-legal-check-at);
    white-space:nowrap;
    font-size: 11px;
    display: block;
    height: 24px;
    background-image: url(/_lib/lc.png);
    background-size: auto 20px;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-left: 0px;
    background-position: left top;
}

[data-legal-position="left-top"]::after{
	left:var(--legal-offset-h);
	top:var(--legal-offset-v);
}
[data-legal-position="left-bottom"]::after{
	left:var(--legal-offset-h);
	bottom:var(--legal-offset-v);
}
[data-legal-position="right-top"]::after{
	right:var(--legal-offset-h);
	top:var(--legal-offset-v);
}
[data-legal-position="right-bottom"]::after{
	right:var(--legal-offset-h);
	bottom:var(--legal-offset-v);
}
/*common_css*/

/**================================================== 
RESET 
================================================== **/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*,
::before,
::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
}
html {
	line-height: 1.15; /* 1 */

	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
}
body {
	margin: 0;
}
main {
	display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
}
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
dt {
	font-weight: inherit;
}
dd {
	margin-left: 0;
}
hr {
	clear: both;
	overflow: visible; /* 2 */
	-webkit-box-sizing: content-box;
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	margin: 0;
	color: inherit;
	border-top-width: 1px;
}
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}
address {
	font-style: inherit;
}
a {
	text-decoration: none;
	color: inherit;
	background-color: transparent;
}
abbr[title] {
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */

	-webkit-text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */
button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	vertical-align: middle;
	color: inherit;
	border-radius: 0;
	outline: 0;
	background: transparent;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}
[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}
button,
input {
	/* 1 */
	overflow: visible;
}
button,
select {
	/* 1 */
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
	cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
select::-ms-expand {
	display: none;
}
option {
	padding: 0;
}
fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
}
legend {
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
	color: inherit; /* 2 */
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	outline-offset: -2px; /* 1 */
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	font: inherit; /* 2 */

	-webkit-appearance: button; /* 1 */
}
label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */
details {
	display: block;
}
summary {
	display: list-item;
}
[contenteditable] {
	outline: none;
}

/* Table */
/* ============================================ */
table {
	border-spacing: 0;
	border-collapse: collapse;
}
caption {
	text-align: left;
}
td,
th {
	padding: 0;
	vertical-align: top;
}
th {
	font-weight: bold;
	text-align: left;
}

/* Misc */
/* ============================================ */
template {
	display: none;
}
[hidden] {
	display: none;
}




/* -------------------------------------
BASE
-------------------------------------*/
html {
	overflow: auto;
}
body {
	font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial",
	"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
	"游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	position: relative;
	overflow: hidden;
	min-width: 980px;
	margin: 0 auto;

	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

/*リンク*/

p a {
	text-decoration: underline;
}p a:hover {
	text-decoration: none;
}
a {
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}a:hover {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a.td-u,
.td-u a {
	text-decoration: underline;
}a.td-u:hover,
.td-u a:hover {
	text-decoration: none;
}

/**PC電話ボタン無効**/
a[href^="tel"],
a[href=""] {
	pointer-events: none;
}
@media screen and (max-width: 520px) {
	a[href^="tel"] {
		pointer-events: auto;
	}
}

/*区切り線*/

hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #666666;
}

.note {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

figure img,
picture img {
	max-width: 100%;
}

@media screen and (max-width: 520px) {
	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;
}

/*2. font 必要なら追加　優先順位：高*/
body .fw-b {
	font-weight: var(--fw-b);
}
body .fw-bb {
	font-weight: var(--fw-bb);
}
body .fz12 {
	font-size: 0.75rem;
}
body .fz14 {
	font-size: 0.87rem;
}
body .fz15 {
	font-size: 0.94rem;
}
body .fz16 {
	font-size: 16px;
}
body .fz17 {
	font-size: 17px;
}
body .fz18 {
	font-size: 18px;
}
body .fz20 {
	font-size: 20px;
}
body .fz22 {
	font-size: 22px;
}
body .fz24 {
	font-size: 24px;
}
body .fz26 {
	font-size: 26px;
}
body .fz28 {
	font-size: 28px;
}
body .fz30 {
	font-size: 30px;
}
body .fz32 {
	font-size: 32px;
}
body .fz35 {
	font-size: 35px;
}
body .fz40 {
	font-size: 40px;
}
body .fz44 {
	font-size: 44px;
}
body .fz46 {
	font-size: 46px;
}
body .fz54 {
	font-size: 54px;
}
body .fz50 {
	font-size: 50px;
}
body .fz60 {
	font-size: 60px;
}
body .fz70 {
	font-size: 70px;
}

@media screen and (max-width: 520px) {
	body .fz16 {
		font-size: 15px;
	}
	body .fz17 {
		font-size: 15px;
	}
	body .fz18 {
		font-size: 16px;
	}
	body .fz20 {
		font-size: 18px;
	}
	body .fz22 {
		font-size: 18px;
	}
	body .fz24 {
		font-size: 20px;
	}
	body .fz26 {
		font-size: min(5vw, 22px);
	}
	body .fz28 {
		font-size: min(5.4vw, 24px);
	}
	body .fz30 {
		font-size: min(5.4vw, 26px);
	}
	body .fz32 {
		font-size: min(5.6vw, 28px);
	}
	body .fz35 {
		font-size: min(5.6vw, 30px);
	}
	body .fz40 {
		font-size: min(6.4vw, 36px);
	}
	body .fz44 {
		font-size: min(6.4vw, 36px);
	}
	body .fz46 {
		font-size: min(6.4vw, 40px);
	}
	body .fz50 {
		font-size: min(6.4vw, 42px);
	}
	body .fz54 {
		font-size: min(6.4vw, 42px);
	}
	body .fz60 {
		font-size: min(12vw, 40px);
	}
	body .fz70 {
		font-size: min(8vw, 48px);
	}
}


.lh2 {
	line-height: 2;
}
.lh18 {
	line-height: 1.8;
}
.lh15 {
	line-height: 1.5;
}
.lh13 {
	line-height: 1.3;
}
.lh1 {
	line-height: 1;
}

/*3. float */
.f_L {
	display: inline;
	float: left;
}
.f_R {
	display: inline;
	float: right;
}

/*4. text-align 優先順位：高 */
/*4. align 優先順位：高 */
body .t_C,
body .t_CL,
body .t_CR {
	text-align: center;
}
body .t_R {
	text-align: right;
}

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: 520px) {
	body .t_CL {
		text-align: left;
	}
	body .t_CR {
		text-align: right;
	}
}

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 .mb70 {
	margin-bottom: 70px;
}
body .mb80 {
	margin-bottom: 80px;
}
body .mb100 {
	margin-bottom: 100px;
}
body .mb150 {
	margin-bottom: 150px;
}
body .mt0 {
	margin-top: 0;
}
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 .mt70 {
	margin-top: 70px;
}
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: 520px) {
	/*5. margin 30以上は1/2 */
	body .mb20 {
		margin-bottom: 15px;
	}
	body .mb30 {
		margin-bottom: 20px;
	}
	body .mb40 {
		margin-bottom: 20px;
	}
	body .mb50 {
		margin-bottom: 30px;
	}
	body .mb70 {
		margin-bottom: 40px;
	}
	body .mb80 {
		margin-bottom: 40px;
	}
	body .mb100 {
		margin-bottom: 50px;
	}
	body .mb150 {
		margin-bottom: 75px;
	}
	body .mt20 {
		margin-top: 15px;
	}
	body .mt30 {
		margin-top: 20px;
	}
	body .mt40 {
		margin-top: 20px;
	}
	body .mt50 {
		margin-top: 30px;
	}
	body .mt70 {
		margin-top: 40px;
	}
	body .mt80 {
		margin-top: 40px;
	}
	body .mt100 {
		margin-top: 50px;
	}
	body .mt150 {
		margin-top: 75px;
	}
}

/*6. padding 優先順位:高*/
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: 0;
}
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: 520px) {
	body .pb20 {
		padding-bottom: 15px;
	}
	body .pb30 {
		padding-bottom: 20px;
	}
	body .pb40 {
		padding-bottom: 20px;
	}
	body .pb50 {
		padding-bottom: 30px;
	}
	body .pb70 {
		padding-bottom: 40px;
	}
	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: 30px;
	}
	body .pt70 {
		padding-top: 40px;
	}
	body .pt80 {
		padding-top: 40px;
	}
	body .pt100 {
		padding-top: 50px;
	}
	body .pt150 {
		padding-top: 75px;
	}
}
/* -------------------------------------
幅
-------------------------------------*/
body .w100p,
body .w1100,
body .w1000,
body .w980,
body .w900,
body .w800,
body .w700,
body .w650,
body .w600 {
	margin-right: auto;
	margin-left: auto;
}
body .w100p {
	width: 100%;
}
body .w1100 {
	width: 1100px;
}
body .w1000 {
	width: 1000px;
}
body .w980 {
	width: var(--base-width);
}
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: 520px) {
	body .w100p,
	body .w1100,
	body .w1000,
	body .w980,
	body .w900,
	body .w800,
	body .w700,
	body .w650,
	body .w600 {
		margin-right: auto;
		margin-left: auto;
	}
	body .w100p {
		width: 100%;
	}
	body .w1100 {
		width: 100%;
	}
	body .w1000 {
		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 .w1100 > *,
	body .w1000 > *,
	body .w980 > *,
	body .w900 > *,
	body .w800 > *,
	body .w700 > *,
	body .w650 > *,
	body .w600 > * {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	body .w100p > .max,
	body .w100p.max,
	body .w1100 > .max,
	body .w1100.max,
	body .w1000 > .max,
	body .w1000.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 .calc-bw {
	padding-right: max(calc( ( 100% - var(--base-width) ) / 2 ), 2%);
	padding-left: max(calc( ( 100% - var(--base-width) ) / 2 ), 2%);
}
@media screen and (max-width: 520px) {
	body .calc-bw > * {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	body .calc-bw > .max {
		width: 100%;
	}
}

/* -------------------------------------
文字装飾
-------------------------------------*/
/**黄色マーカー**/
b.liner {
	background: -webkit-linear-gradient(transparent 40%, #fff552 0%);
	background: linear-gradient(transparent 40%, #fff552 0%);
}
/*縁くくり*/
.edge {
	text-shadow: 1px 1px 0 var(--edge-color),
	-1px 1px 0 var(--edge-color),
	1px -1px 0 var(--edge-color),
	-1px -1px 0 var(--edge-color);
}
/*縁 2px以上*/
.edge2 {
	text-shadow: 2px  2px 1px var(--edge2-color),
	-2px  2px 1px var(--edge2-color),
	2px -2px 1px var(--edge2-color),
	-2px -2px 1px var(--edge2-color),
	2px  0 1px var(--edge2-color),
	0  2px 1px var(--edge2-color),
	-2px  0 1px var(--edge2-color),
	0 -2px 1px var(--edge2-color);
}

/*縁 枠*/
.edge3 {
	color: transparent;

	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--edge3-color);
}

/* -------------------------------------
改行
-------------------------------------*/
.pc {
}
.sp {
	display: none;
}
.ib {
	display: inline-block;
}
.flex {
	display: flex;
}
.sponly {
	display: none;
}

@media screen and (max-width: 520px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.sp-ib {
		display: inline-block;
	}
}
@media screen and (max-width: 480px) {
	.sponly {
		display: block;
	}
}


/* -------------------------------------
横並びボックスの数
-------------------------------------*/
/**横並び**/
.boxLR {
	display: flex;
	justify-content: space-between;
}

/**２つ並び**/
.box2C {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.box2C > * {
	width: 48%;
}
.box2C:after {
	display: block;
	width: 48%;
	content: "";
}

/**3つ並び**/
.box3C {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.box3C > * {
	width: 32%;
}
.box3C:after {
	display: block;
	width: 32%;
	content: "";
}

/**4つ並び**/
.box4C {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.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: 520px) {
	/* -------------------------------------
横並びボックスの数
-------------------------------------*/
	/**２つ並び**/
	.box2C {
		width: 100%;
	}
	.box2C.box1C_sp {
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}
	.box2C.box2C_sp {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
	}
	.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 {
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}
	.box3C.box2C_sp {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
	}
	.box3C.box3C_sp {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
	}
	.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 {
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}
	.box4C.box2C_sp {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
	}
	.box4C.box1C_sp > * {
		width: 100%;
	}
	.box4C.box2C_sp > * {
		width: 48%;
	}
	.box4C:after,
	.box4C:before {
		display: none;
	}
}

@media screen and (max-width: 520px) {
	/* -------------------------------------
横並びボックスの数
-------------------------------------*/
	.sp1c {
		-ms-flex-flow: column;
		flex-flow: column !important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}
	.sp1c > *,
	.sp1c::after {
		width: 100% !important;
		margin-right: auto;
		margin-left: 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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/*配置*/
.h-text-img.right {
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
}

.h-text-img.left {
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
}

.h-text-img.center_t {
	-ms-flex-flow: column-reverse;
	flex-flow: column-reverse;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
}

.h-text-img.center_b {
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

/*画像*/
.h-text-img figure,
.h-text-img picture {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: var(--hti-w);
}

.h-text-img.right figure,
.h-text-img.right picture {
	margin: var(--hti-space-right);
}
.h-text-img.left figure,
.h-text-img.left picture {
	margin: var(--hti-space-left);
}

.h-text-img.center_t figure,
.h-text-img.center_t picture {
	margin: var(--hti-space-center);
}

.h-text-img.center_b figure,
.h-text-img.center_b picture {
	margin: var(--hti-space-center);
}


/*テキスト領域*/
.h-text-img .text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: var(--hti-space-text);
}

.pdf {
	width: 100%;
	margin: 30px auto;
	text-align: center;
}

@media screen and (max-width: 520px) {
	/*配置*/
	.h-text-img.right.top,
	.h-text-img.left.top,
	.h-text-img.center_b.top {
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
	}

	/*画像*/
	.h-text-img.right figure,
	.h-text-img.right picture {
		margin: var(--hti-space-right);
	}

	.h-text-img.left figure,
	.h-text-img.left picture {
		margin: var(--hti-space-left);
	}
	.h-text-img.right.top figure,
	.h-text-img.left.top figure,
	.h-text-img.right.top picture,
	.h-text-img.left.top picture {
		margin: var(--hti-space);
	}

	.h-text-img.center_t figure,
	.h-text-img.center_t picture {
		margin: var(--hti-space-center);
	}

	.h-text-img.center_b figure,
	.h-text-img.center_b picture {
		margin: var(--hti-space-center);
	}

	/*テキスト領域*/
	.pdf {
		margin: 20px auto;
	}
}



/**------------------------------ 
見出し 本文横並び
 ------------------------------**/
.h-text {
	display: flex;
	justify-content: space-between;
}
.h-text .headline {
	flex: none;
	width: var(--ht-w);
	margin-right: var(--ht-lr-space);
	margin-bottom: var(--ht-tb-space);
}
.h-text.right {
	flex-flow: row-reverse;
}
.h-text.right .headline {
	flex: none;
	width: var(--ht-w);
	margin-bottom: var(--ht-tb-space);
	margin-left: var(--ht-lr-space);
}
.h-text .text {
	flex: 1;
}

@media screen and (max-width:520px) {
	.h-text,
	.h-text.right {
		flex-flow: column;
	}
	.h-text .headline {
		margin-top: var(--ht-tb-space);
		margin-bottom: var(--ht-tb-space);
	}
}

/**------------------------------ 
互い違いリスト
 ------------------------------**/
.list-alternate li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/*画像*/
.list-alternate figure,
.list-alternate picture {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: var(--al-w);
}

/*テキスト領域*/
.list-alternate .text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
/**右スタート**/

.list-alternate.right-start li:nth-child(even) {
	flex-flow: row-reverse;
}
.list-alternate.right-start li .text {
	margin: var(--altxt-space);
}
.list-alternate.right-start li:nth-child(even) .text {
	margin: var(--altxt-space-even);
}

.list-alternate.right-start figure,
.list-alternate.right-start picture {
	margin: var(--alimg-space);
	text-align: right;
}
.list-alternate.right-start li:nth-child(even) figure,
.list-alternate.right-start li:nth-child(even) picture {
	margin: var(--alimg-space-even);
	text-align: left;
}

/**左スタート**/
.list-alternate.left-start li {
	flex-flow: row-reverse;
}
.list-alternate.left-start li:nth-child(even) {
	flex-flow: row;
}
.list-alternate.left-start li .text {
	margin: var(--altxt-space);
}
.list-alternate.left-start li:nth-child(even) .text {
	margin: var(--altxt-space-even);
}
.list-alternate.left-start figure,
.list-alternate.left-start picture {
	margin: var(--alimg-space);
	text-align: left;
}
.list-alternate.left-start li:nth-child(even) figure,
.list-alternate.left-start li:nth-child(even) picture {
	margin: var(--alimg-space-even);
	text-align: right;
}

@media screen and (max-width:520px) {
	.list-alternate li,
	.list-alternate.right-start li:nth-child(even),
	.list-alternate.left-start li,
	.list-alternate.left-start li:nth-child(even) {
		flex-flow: var(--altxt-spflex);
	}
	.list-alternate li .text,
	.list-alternate.left-start li .text {
		margin: var(--altxt-space);
	}
	.list-alternate.right-start li:nth-child(even) .text,
	.list-alternate.left-start li:nth-child(even) .text {
		margin: var(--altxt-space-even);
	}
	.list-alternate.right-start figure,
	.list-alternate.right-start picture,
	.list-alternate.left-start figure,
	.list-alternate.left-start picture {
		margin: var(--alimg-space);
	}
	.list-alternate.right-start li:nth-child(even) figure,
	.list-alternate.right-start li:nth-child(even) picture,
	.list-alternate.left-start li:nth-child(even) figure,
	.list-alternate.left-start li:nth-child(even) picture {
		margin: var(--alimg-space-even);
	}
}

/**------------------------------ 
写真なしリスト
ul.nop-list>li>a
em[data-name="カテゴリ"]カテゴリ
 ------------------------------**/
.nop-list {
	margin: 30px auto;
	border-top: 1px dotted var(--nop-b-c);
}
.nop-list li {
	border-bottom: 1px dotted var(--nop-b-c);
}
.nop-list a {
	display: flex;
}
.nop-list em {
	font-size: 13px;
	font-style: normal;
	min-width: 8em;
	margin: 0 20px;
	padding: 3px;
	text-align: center;
	color: var(--nop-cat-c);
	background: var(--nop-cat-bg);
}

@media screen and (max-width:520px) {
	.nop-list {
		margin: 15px auto;
	}
	.nop-list a {
		flex-wrap: wrap;
	}
	.nop-list a em {
		margin: 0 15px 5px;
	}
}

/* -------------------------------------
写真のエフェクト
-------------------------------------*/
/**4辺ぼかし：親要素にかける**/
.blur_w {
	position: relative;
	display: inline-block;
}
.blur_w:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(255, 255, 255, 0);
	box-shadow: inset 0 0 40px #ffffff, inset 0 0 40px #ffffff, inset 0 0 40px #ffffff,
	inset 0 0 40px #ffffff;
}

/**角丸：画像に直接かけれる**/
.radius {
	border-radius: 15px;
}

/**hover：透過**/
a:hover img.hv {
	opacity: var(--opacity);
}

/**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.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/* -------------------------------------
objedt-fit
-------------------------------------*/
.ojf img {
	font-family: "object-fit: cover;"; /*IE対策*/
	width: 100%;
	height: 100%;

	-o-object-fit: cover;
	object-fit: cover;
}


/* -------------------------------------
吹き出し
-------------------------------------*/
/**塗りつぶし（下）**/
.balloon1_B {
	font-size: 16px;
	position: relative;
	display: inline-block;
	min-width: 120px;
	max-width: 100%;
	margin: 1.5em 0;
	padding: 7px 10px;
	text-align: center;
	color: var(--balloon-c);
	background: var(--balloon-bg);
}
.balloon1_B:before {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	content: "";
	border-width: 10px 5px;
	border-style: solid;
	border-color: var(--balloon-bg) transparent transparent transparent;
}
/**塗りつぶし（上）**/
.balloon1_T {
	font-size: 16px;
	position: relative;
	display: inline-block;
	min-width: 120px;
	max-width: 100%;
	margin: 1.5em 0;
	padding: 7px 10px;
	text-align: center;
	color: var(--balloon-c);
	background: var(--balloon-bg);
}
.balloon1_T:before {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -5px;
	content: "";
	border-width: 10px 5px;
	border-style: solid;
	border-color: transparent transparent var(--balloon-bg) transparent;
}
/**塗りつぶし（左）**/
.balloon1_L {
	font-size: 16px;
	position: relative;
	display: inline-block;
	min-width: 120px;
	max-width: 100%;
	margin: 1.5em 0 1.5em 15px;
	padding: 7px 10px;
	text-align: center;
	color: var(--balloon-c);
	background: var(--balloon-bg);
}
.balloon1_L:before {
	position: absolute;
	top: 50%;
	left: -20px;
	margin-top: -5px;
	content: "";
	border-width: 5px 10px;
	border-style: solid;
	border-color: transparent var(--balloon-bg) transparent transparent;
}
/**塗りつぶし（右）**/
.balloon1_R {
	font-size: 16px;
	position: relative;
	display: inline-block;
	min-width: 120px;
	max-width: 100%;
	margin: 1.5em 15px 1.5em 0;
	padding: 7px 10px;
	color: var(--balloon-c);
	background: var(--balloon-bg);
}
.balloon1_R:before {
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -5px;
	content: "";
	border-width: 5px 10px;
	border-style: solid;
	border-color: transparent transparent transparent var(--balloon-bg);
}

/**線（下）**/
.balloon2_B {
	font-size: 16px;
	position: relative;
	display: inline-block;
	min-width: 120px;
	max-width: 100%;
	margin: 1.5em 0;
	padding: 7px 10px;
	text-align: center;
	color: var(--balloon-c);
	border: solid 1px var(--balloon-c);
	background: var(--balloon-bg);
}
.balloon2_B:before {
	position: absolute;
	z-index: 2;
	bottom: -18px;
	left: 50%;
	margin-left: -6px;
	content: "";
	border-width: 9px 6px;
	border-style: solid;
	border-color: var(--balloon-bg) transparent transparent transparent;
}
.balloon2_B:after {
	position: absolute;
	z-index: 1;
	bottom: -20px;
	left: 50%;
	margin-left: -7px;
	content: "";
	border-width: 10px 7px;
	border-style: solid;
	border-color: var(--balloon-c) transparent transparent transparent;
}
/**線（上）**/
.balloon2_T {
	font-size: 16px;
	position: relative;
	display: inline-block;
	min-width: 120px;
	max-width: 100%;
	margin: 1.5em 0;
	padding: 7px 10px;
	text-align: center;
	color: var(--balloon-c);
	border: solid 1px var(--balloon-c);
	background: var(--balloon-bg);
}
.balloon2_T:before {
	position: absolute;
	z-index: 2;
	top: -18px;
	left: 50%;
	margin-left: -6px;
	content: "";
	border-width: 9px 6px;
	border-style: solid;
	border-color: transparent transparent var(--balloon-bg) transparent;
}
.balloon2_T:after {
	position: absolute;
	z-index: 1;
	top: -20px;
	left: 50%;
	margin-left: -7px;
	content: "";
	border-width: 10px 7px;
	border-style: solid;
	border-color: transparent transparent var(--balloon-c) transparent;
}
/**線（左）**/
.balloon2_L {
	font-size: 16px;
	position: relative;
	display: inline-block;
	min-width: 120px;
	max-width: 100%;
	margin: 1.5em 0 1.5em 15px;
	padding: 7px 10px;
	text-align: center;
	color: var(--balloon-c);
	border: solid 1px var(--balloon-c);
	background: var(--balloon-bg);
}
.balloon2_L:before {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: -18px;
	margin-top: -6px;
	content: "";
	border-width: 6px 9px;
	border-style: solid;
	border-color: transparent var(--balloon-bg) transparent transparent;
}
.balloon2_L:after {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: -20px;
	margin-top: -7px;
	content: "";
	border-width: 7px 10px;
	border-style: solid;
	border-color: transparent var(--balloon-c) transparent transparent;
}
/**線（右）**/
.balloon2_R {
	font-size: 16px;
	position: relative;
	display: inline-block;
	min-width: 120px;
	max-width: 100%;
	margin: 1.5em 15px 1.5em 0;
	padding: 7px 10px;
	text-align: center;
	color: var(--balloon-c);
	border: solid 1px var(--balloon-c);
	background: var(--balloon-bg);
}
.balloon2_R:before {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: -18px;
	margin-top: -6px;
	content: "";
	border-width: 6px 9px;
	border-style: solid;
	border-color: transparent transparent transparent var(--balloon-bg);
}
.balloon2_R:after {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: -20px;
	margin-top: -7px;
	content: "";
	border-width: 7px 10px;
	border-style: solid;
	border-color: transparent transparent transparent var(--balloon-c);
}



/* -------------------------------------
カテゴリボタン
-------------------------------------*/
.catBtn {
	display: flex;
	justify-content: center;
	margin: 35px auto;
}
.catBtn a {
	position: relative;
	display: block;
	min-width: 8em;
	margin: 15px;
	padding: 10px 40px 10px 20px;
	text-align: left;
	color: var(--brown);
	border: 1px solid var(--brown);
	border-radius: 5px;
	background: var(--white);
	box-shadow: 4px 4px 0 var(--brown);
}
.catBtn a:after {
	position: absolute;
	right: 5px;
	content: "→";
}
.catBtn a:hover {
	transform: translateX(5px) translateY(5px);
	color: var(--brown);
	background: #ffffff;
	box-shadow: 1px 1px 0 var(--brown);
}

@media screen and (max-width: 520px) {
	.catBtn {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin: 20px auto;
		transform: translateX(-5px);
	}
	.catBtn a {
		font-size: 0.8em;
		width: 48%;
		min-width: 8em;
		margin: 0 0 8px;
		padding: 10px 18px 10px 10px;
	}
}


/**-------------------------------------
地図 動画 iframe
-------------------------------------**/
iframe {
	width: 100%;
}
.youtube {
	position: relative;
	width: 100%;
	height: 0;
	margin: 30px auto 20px;
	padding-bottom: 56.25%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 520px) {
	.youtube {
		margin: 20px auto 10px;
	}
}
/* -------------------------------------
gmap
-------------------------------------*/
/**地図**/
.gmap iframe {
	width: 100%;
	height: 480px;
}
@media screen and (max-width: 480px) {
	.gmap iframe {
		height: 45vh;
	}
}
/* -------------------------------------
PDF埋め込み src="URL末尾#view=Fit"を入れる
-------------------------------------*/
.pdf_wrap {
	width: 800px;
	height: 500px;
}
.pdf_wrap iframe {
	display: block;
	width: 100%;
	height: 100%;
	margin: 30px auto;
}

@media screen and (max-width: 520px) {
	.pdf_wrap {
		width: 90%;
		height: 60vw;
	}
}

/* -------------------------------------
パンくず
-------------------------------------*/
#breadcrumb {
	font-size: 13px;
	width: 100%;
	margin: 70px auto 15px;
	padding: 5px 0;
	color: var(--bread-c);
	background: var(--bread-bg);
}
/*家アイコン*/
#breadcrumb ul {
	max-width: 980px;
	margin: 0 auto;
}
#breadcrumb ul li {
	display: inline-block;
	padding: 0 5px;
}
#breadcrumb ul li + li:before {
	display: inline-block;
	margin: 0 10px 0 0;
	content: "> ";
}
#breadcrumb a {
	text-decoration: underline;
}
#breadcrumb a:hover {
	text-decoration: none;
}

@media screen and (max-width: 520px) {
	#breadcrumb ul {
		padding: 0 2%;
	}
}

/* -------------------------------------
ページャー OWLet
-------------------------------------*/
.pagenation {
	margin: 30px auto;
	text-align: center;
}
.pagenation span {
	line-height: 38px;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 5px;
	text-align: center;
	color: var(--pgn-c);
	border: 1px solid var(--pgn-c);
	background: var(--pgn-bg);
}
.pagenation span.page {
	color: var(--pgn-bg);
	background: var(--pgn-c);
}
.pagenation span a {
	display: block;
	width: 100%;
	height: 100%;
	color: var(--pgn-c);
	background: var(--pgn-bg);
}
.pagenation span a:hover {
	color: var(--pgn-bg);
	background: var(--pgn-c);
}

@media screen and (max-width: 520px) {
	.pagenation span {
		line-height: 27px;
		width: 30px;
		height: 30px;
		margin: 3px;
	}
	.pagenation span a {
		min-width: 28px;
	}
}


/* -------------------------------------
ページャー WP
-------------------------------------*/
.pagenation_wp {
	margin: 30px auto;
	text-align: center;
}

.pagenation_wp a,
.pagenation_wp span {
	line-height: 38px;
	display: inline-block;
	min-width: 40px;
	height: 40px;
	margin: 5px;
	text-align: center;
	color: var(--pgn-c);
	border: 1px solid var(--pgn-c);
	background: var(--pgn-bg);
}

.pagenation_wp span.current {
	color: var(--pgn-c);
	background: var(--black);
}

.pagenation_wp a:hover {
	color: var(--pgn-c);
	background: var(--black);
}

.pagenation_wp .prev,
.pagenation_wp .next {
	padding: 0 8px;
	border: none;
}

@media screen and (max-width: 520px) {
	.pagenation a,
	.pagenation span {
		font-size: 13px;
		min-width: 30px;
	}
}

/* -------------------------------------
フォーム
-------------------------------------*/
/**エラー**/
.alert,
.error {
	margin: 5px 0;
	color: #ff0000;
}
form table th {
	position: relative;
}
/**必須**/
.require {
	font-size: 11px;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	display: inline-block;
	width: 3em;
	height: 2em;
	text-align: center;
	color: #ffffff;
	border-radius: 3px;
	background: #cc0000;
}
/**送信ボタン**/
.form_button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 20px auto;
	text-align: center;
}
.form_button input[type="submit"],
.form_button button[type="submit"],
.form_button input.submit,
.form_button a {
	font-size: 16px;
	display: inline-block;
	width: 300px;
	margin: 30px auto;
	padding: 15px 30px;
	text-align: center;
}
.form_button input[type="submit"]:hover,
.form_button button[type="submit"]:hover,
.form_button input.submit:hover,
.form_button a:hover {
}
/*入力タグ*/
form input[type="text"],
form input[type="email"],
form textarea,
form select {
	font-size: 16px;
	line-height: 1.2;
	margin: 5px 5px;
	padding: 5px;
	border: 1px solid #cccccc;
}
form input[type="text"],
form input[type="email"] {
	width: 80%;
}
form textarea {
	width: 80%;
	min-height: 150px;
}
form select {
	margin: 0 5px 5px;
}
form label {
	display: block;
}

/**------------------------------ 
OWLet
 ------------------------------**/
/*電話 郵便番号*/
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;
}
/*記入例など*/
form .owlet-input-sample {
	font-size: 14px;
	margin-top: 5px;
	color: #999999;
}
/**フォーム規約**/
.owlet-rules {
	width: 90%;
	margin: 0 auto 30px;
}
.owlet-rules-title {
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.owlet-rules-body {
	overflow-y: scroll;
	box-sizing: border-box;
	height: 200px;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #dcdcdc;
}
.owlet-rules-agree {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
.owlet-rules-agree .require {
	position: static;
	margin: 0 15px;
}
/**------------------------------ 
OWlet以外
 ------------------------------**/
form input[type="text"].min {
	width: 10em;
}



@media screen and (max-width: 520px) {
	.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 input[type="email"],
	form textarea,
	form select {
		font-size: 13px;
	}
}[data-lib="28"]{
	border: none;
    font-size: inherit;
    outline: none;
    padding: 0;
	cursor:pointer;
}/*widget:f2a53862-9331-4c2d-b8fb-6ef078f366d9*/
/*widget:fbc57beb-8620-4a23-b4ab-13a658097f17*/
/*widget:55f90800-d552-4eb5-8dce-468314fae85b*/
/*widget:df9fa66e-62e6-4879-8463-f3764949f54d*/
/*widget:3751bd03-c493-4f28-abdd-faacc98ce24f*/
/*widget:69b6f108-6377-4aa7-b706-4af0f9c7ffd9*/
/*widget:d9bacb37-39e9-4bb2-a806-ea2303102a82*/
[data-lib="452"].aside{background-image: url(/_img/ja/cms_parts_library/454/image/1300_460_/) !important;}/*widget:60fea956-1669-422e-a51b-dc4c8b77ec4e*/
[data-lib="85"] .category{display: flex;
	justify-content: center;
	font-size: 14px;
	line-height: 1.0;
	align-items: center;
	margin: 20px auto;
	text-align: center;
	width: 100%;}[data-lib="85"] .category em{font-size: 14px;
	display: inline-block;
	min-width: 10em;
	padding: 5px 10px;
	text-align: center;
	color: var(--brown);
	border: 1px solid var(--brown);
	margin: 0 20px;
	font-style: normal;}[data-lib="85"] .fixnum{margin-bottom: 30px;}[data-lib="85"] .sec-postdetail figure{border: 1px solid #f1f1f1;
	padding: 20px;
	text-align: center;
	width: 100%;
	margin: 30px 0;}[data-lib="85"] .sec-postdetail figure img{display: block;
	margin: 0 auto;}[data-lib="85"] .sec-postdetail .youtube{width: 90%;
	margin: 20px auto;}[data-lib="85"] .sec-postdetail .richtext{margin: 50px 5%;}[data-lib="85"] .fixnum h3{font-weight: bold;
	font-size: 1.3em;
	text-align: left;
	border-bottom: 1px solid #000;
	padding: 20px;
	margin: 20px auto;}[data-lib="85"] .container{width: 768px;}@media screen and (max-width: 520px){[data-lib="85"]{padding: 0;}[data-lib="85"] .sec-postdetail  figure{border: 1px solid #f1f1f1;
	padding: 8px;
	text-align: center;}[data-lib="85"] .entry-content{padding: 15px;
	margin: 20px auto;
	width:100%;}[data-lib="85"] .entry-content dt{margin: 0 auto 10px;}[data-lib="85"] .sec-postdetail .richtext{margin: 20px auto;}[data-lib="85"] .sec-postdetail .youtube{width: 100%;}[data-lib="85"] .fixnum h3{font-size: 1.2em;
	padding: 10px 0;}}/*layout:1*//*layout:2*/
:root {
	--base-width: 980px;
	--over-width-half: calc((100vw - var(--base-width)) / 2);
	--webf: "Noto Sans JP", sans-serif;
	--webf-eng: "Josefin Sans", sans-serif;
	--header-height: 117px;
	--bodybg: #f5f3f0;
	--bodybg2: #e1dbd2;
	--brown: #604c3f;
	--brown2: #79675c;
	--red: #770d23;
	--red2: rgba(235, 64, 52,0.05);
	--yellow: #e19800;
	--white: #ffffff;
	--black: #1e1e1e;
	--gray: #c7c0bc;
	/**.fw-b.fw-bb*/
	--fw-b: 700;
	--fw-bb: 900;
	/**.edge**/
	--edge-color: #555555;
	--edge2-color: #555555;
	--edge3-color: #555555;
	/**.balloon**/
	--balloon-c: #555555;
	--balloon-bg: #ffffff;
	/**.h-text-img**/
	--hti-space-right: 0 0 0 40px;
	--hti-space-left: 0 40px 0 0;
	--hti-space-center: 20px auto;
	--hti-space-text: 0;
	--hti-w: 50%;
	/**.h-text 見出し横+テキスト**/
	--ht-space: min(4vw, 60px);
	--ht-tb-space: min(2vw, 30px);
	--ht-w: 25%;
	/**.list-alternate リスト互い違い**/
	--alimg-space: 0 0 0 40px;
	--alimg-space-even: 0 40px 0 0;
	--altxt-space: 0;
	--altxt-space-even: 0;
	--al-w: 50%;
	/**.pagenation**/
	--pgn-c: var(--brown);
	--pgn-bg: #ffffff;
	/**#breadcrumb**/
	--bread-c: var(--brown);
	--bread-bg: #ffffff;
	/**写真なしリスト**/
	--nop-b-c: none;
	--nop-cat-bg: var(--bodybg);
	--nop-cat-c: var(--white);
}
@media screen and (max-width:520px) {
	:root {
		--base-width: 100%;
		--over-width-half: 5%;
		--header-height: 0;/**60**/
		/**.h-text-img**/
		--hti-space-right: 0 0 0 40px;
		--hti-space-left: 0 40px 0 0;
		--hti-space-center: 20px auto;
		--hti-space: 20px auto;
		--hti-w: 100%;
		/**.h-text 見出し横+テキスト**/
		--ht-lr-space: 0;
		--ht-tb-space: 0;
		--ht-w: 100%;
		/**.list-alternate リスト互い違い**/
		--altxt-spflex: column;
		--al-w: 95%;
		--alimg-space: 0 5%;
		--alimg-space-even: 0 5%;
		--altxt-space: 0 5%;
		--altxt-space-even: 0 5%;
	}
}
body {
	font-family: var(--webf);
	min-width: var(--base-width);
	padding-top: var(--header-height);
	color: var(--black);
	background: var(--white);
}

.webf-eng {
	font-family: var(--webf-eng);
}

svg {
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	vertical-align: middle;

	fill: var(--black);
}

img {
	max-width: 100%;
	height: auto;
}

/**================================================================================
サイトで必ず異なる
================================================================================**/
.section_c01 {
	background: var(--bodybg);
}
.section_c02 {
	background: var(--bodybg02);
}

.section03 {
	padding: 30px var(--over-width-half) ;
}.section03_t {
	padding: 30px var(--over-width-half) 1px;
}.section03_b {
	padding: 1px var(--over-width-half) 30px;
}

.section04 {
	padding: 40px var(--over-width-half) ;
}.section04_t {
	padding: 40px var(--over-width-half) 1px;
}.section04_b {
	padding: 1px var(--over-width-half) 40px;
}

.section05 {
	padding: 50px var(--over-width-half) ;
}.section05_t {
	padding: 50px var(--over-width-half) 1px;
}.section05_b {
	padding: 1px var(--over-width-half) 50px;
}

.section08 {
	padding: 80px var(--over-width-half) ;
}.section08_t {
	padding: 80px var(--over-width-half) 1px;
}.section08_b {
	padding: 1px var(--over-width-half) 80px;
}

.section10 {
	padding: 100px var(--over-width-half) ;
}.section10_t {
	padding: 100px var(--over-width-half) 1px;
}.section10_b {
	padding: 1px var(--over-width-half) 100px;
}
.section_LR0 {
	padding-right: 0;
	padding-left: 0;
}
.section_L0 {
	padding-left: 0;
}.section_R0 {
	padding-right: 0;
}

@media screen and (max-width:520px) {
	.section03 {
		padding: 15px var(--over-width-half) ;
	}.section03_t {
		padding: 15px var(--over-width-half) 1px;
	}.section03_b {
		padding: 1px var(--over-width-half) 15px;
	}

	.section04 {
		padding: 20px var(--over-width-half) ;
	}.section04_t {
		padding: 20px var(--over-width-half) 1px;
	}.section04_b {
		padding: 1px var(--over-width-half) 20px;
	}

	.section05 {
		padding: 25px var(--over-width-half) ;
	}.section05_t {
		padding: 25px var(--over-width-half) 1px;
	}.section05_b {
		padding: 1px var(--over-width-half) 25px;
	}

	.section08 {
		padding: 40px var(--over-width-half) ;
	}.section08_t {
		padding: 40px var(--over-width-half) 1px;
	}.section08_b {
		padding: 1px var(--over-width-half) 40px;
	}

	.section10 {
		padding: 50px var(--over-width-half) ;
	}.section10_t {
		padding: 50px var(--over-width-half) 1px;
	}.section10_b {
		padding: 1px var(--over-width-half) 50px;
	}

	.section_LR0_sp {
		padding-right: 0;
		padding-left: 0;
	}
	.section_L0_sp {
		padding-left: 0;
	}.section_R0_sp {
		padding-right: 0;
	}
}

/**------------------------------ 
スライドナビゲーション
 ------------------------------**/

.slick-prev,
.slick-next {
	position: absolute;
	z-index: 10;
	top: 50%;
	color: transparent;
}
.slick-prev {
	left: -35px;
}
.slick-next {
	right: -35px;
}
.slick-prev,
.slick-next {
	width: 30px;
	height: 30px;
}
.slick-prev:before,
.slick-next:before {
	font-family: var(--webf-eng);
	font-size: 2em;
	font-weight: bold;
	line-height: 30px;
	display: inline-block;
	width: 30px;
	height: 30px;
	content: ">";
	transform: scale(0.7, 1);
	text-align: center;
	color: var(--brown);
	border-radius: 50%;
}.slick-prev:before {
	content: "<";
}
.slick-slide {
	margin: 0;
}

@media screen and (max-width:520px) {
	.slick-prev,
	.slick-next {
		top: 40%;
		transform: translateY(-50%);
	}
	.slick-prev {
		left: -15px;
	}
	.slick-next {
		right: -15px;
	}
}


/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: 0.25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: black;
}

/**------------------------------ 
delay
 ------------------------------**/
.delay li:nth-child(1) {
	animation-delay: 0s;
}.delay li:nth-child(2) {
	animation-delay: 0.1s;
}.delay li:nth-child(3) {
	animation-delay: 0.2s;
}.delay li:nth-child(4) {
	animation-delay: 0.3s;
}.delay li:nth-child(5) {
	animation-delay: 0.4s;
}.delay li:nth-child(6) {
	animation-delay: 0.5s;
}.delay li:nth-child(7) {
	animation-delay: 0.6s;
}.delay li:nth-child(8) {
	animation-delay: 0.7s;
}.delay li:nth-child(9) {
	animation-delay: 0.8s;
}.delay li:nth-child(10) {
	animation-delay: 0.9s;
}

/**-------------------------------------
アイコン
-------------------------------------**/
.em {
	font-size: 14px;
	display: inline-block;
	margin-right: 1px;
	padding: 3px 10px;
}
.time {
	font-size: 14px;
	display: inline-block;
	margin: 5px 0;
}

.invisible {
	visibility: hidden;
}

/**-------------------------------------
見出し
-------------------------------------**/
.titZ {
	font-family: var(--webf-eng);
	font-size: 1.2rem;
	font-weight: bold;
	position: relative;
	padding: 60px 5%;
	text-align: center;
}
.titZ:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 50px;
	height: 1px;
	content: "";
	transform: translateX(-50%);
	border-bottom: 1px solid  var(--black);
}
.titZ span {
	font-size: 3.2em;
	line-height: 1.2;
	display: block;
}

.red {
	color: var(--red);
}

:root {
	--titAta: center;
	--titAfz: 1.2rem;
	--titAm: 0 0 50px;
	--titAc: var(--black);
	--titBta: left;
	--titBfz: 1.2rem;
	--titBm: 30px auto;
	--titBc: var(--black);
	--titBp: 0;
	--titBbg: none;
	--titBb: none;
}

.titA {
	font-family: var(--webf-eng);
	font-size: var(--titAfz);
	font-weight: bold;
	margin: var(--titAm);
	text-align: var(--titAta);
	color: var(--titAc);
}
.titA span {
	font-size: 3.2em;
	line-height: 1.2;
	display: block;
}

.titB {
	font-size: var(--titBfz);
	font-weight: bold;
	margin: var(--titBm);
	padding: var(--titBp);
	text-align: var(--titBta);
	color: var(--titBc);
	border: var(--titBb);
	background: var(--titBbg);
}


.titC {
	font-size: 1.4em;
	font-weight: bold;
	position: relative;
	width: 100%;
	height: 64px;
	margin: 0 auto 30px;
	padding: 15px 30px;
	text-align: center;
	color: var(--white);
	background: var(--red);
}
.titC:before, .titC:after {
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	content: "";
}

.titC:before {
	top: 0;
	left: 0;
	border-width: 32px 0 32px 15px;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
}

.titC:after {
	top: 0;
	right: 0;
	border-width: 32px 15px 32px 0;
	border-style: solid;
	border-color: transparent #ffffff transparent transparent;
}




@media screen and (max-width:520px) {
	.titZ {
		font-family: var(--webf-eng);
		font-size: 1rem;
		font-weight: bold;
		position: relative;
		padding: 110px 5% 40px;
		text-align: center;
	}
	.titZ:after {
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 50px;
		height: 1px;
		content: "";
		transform: translateX(-50%);
		border-bottom: 1px solid  var(--black);
	}
	.titZ span {
		font-size: 2.2em;
		line-height: 1.2;
		display: block;
	}


	:root {
		--titAfz: 1rem;
		--titAm: 0 0 35px;
		--titBfz: 1rem;
		--titBm: 20px auto;
	}

	.titA span {
		font-size: 2.6em;
	}
	

	
	.titC{
		font-size: 1em;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto 20px;
		padding: 15px 15px;
	}

	.titC:before {
		border-width: 32px 0 32px 10px;
	}

	.titC:after {
		border-width: 32px 10px 32px 0;
	}
}

/**-------------------------------------
ボタン
-------------------------------------**/
:root {
	--btnAw: 400px;
	--btnAc: var(--black);
	--btnAbg: var(--white);
	--btnAm: 30px auto;
	--btnAkage: var(--black);
}
.btnA {
	font-size: 1em;
	font-weight: 700;
	position: relative;
	display: block;
	width: var(--btnAw);
	margin: var(--btnAm);
	padding: 20px 40px 20px 20px;
	cursor: pointer;
	text-align: center;
	color: var(--btnAc);
	border: 1px solid var(--btnAkage);
	border-radius: 10px;
	background: var(--btnAbg);
	box-shadow: 4px 4px 0 var(--btnAkage);
}
.btnA.t_C {
	margin-right: auto;
	margin-left: auto;
}
.btnA:after {
	position: absolute;
	top: 50%;
	right: 10px;
	content: "→";
	transform: translateY(-50%);
}
.btnA:hover,
a:hover .btnA {
	transform: translateX(5px) translateY(5px);
	color: var(--btnAbg);
	border: 1px solid var(--btnAbg);
	background: var(--btnAc);
	box-shadow: 1px 1px 0 var(--btnAkage);
}


:root {
	--btnBw: 360px;
	--btnBc: var(--white);
	--btnBbg: var(--red);
	--btnBm: 30px auto;
	--btnBkage: var(--white);
}
.btnB {
	font-size: 1em;
	font-weight: 700;
	position: relative;
	display: block;
	width: var(--btnBw);
	margin: var(--btnBm);
	padding: 20px 40px 20px 20px;
	cursor: pointer;
	text-align: center;
	color: var(--btnBc);
	border: 1px solid var(--btnBkage);
	border-radius: 10px;
	background: var(--btnBbg);
}
.btnB.t_C {
	margin-right: auto;
	margin-left: auto;
}
.btnB:after {
	position: absolute;
	top: 50%;
	right: 10px;
	content: "→";
	transform: translateY(-50%);
}
.btnB:hover,
a:hover .btnB {
	color: var(--btnBbg);
	border: 1px solid var(--btnBbg);
	background: var(--btnBc);
}

:root {
	--btnCw: auto;
	--btnCm: 5px;
	--btnCp: 3px 15px;
	--btnCc: var(--brown);
	--btnCb: var(--brown);
	--btnCbg: var(--white);
}

.btnC {
	position: relative;
	display: inline-block;
	width: var(--btnCw);
	margin: var(--btnCm);
	padding: var(--btnCp);
	text-decoration: none;
	color: var(--btnCc);
	border: 1px solid var(--btnCb);
	border-radius: 50px;
	background: var(--btnCbg);
}.btnC:hover {
	color: var(--btnCbg);
	background: var(--btnCb);
}




@media screen and (max-width: 520px) {
	:root {
		--btnAw: clamp(100%, 100%, 90vw);
	}
	.btnA {
		padding: 15px;
	}
}

/**================================================== 
 テーブル
================================================== **/

/* -------------------------------------
テーブル
-------------------------------------*/
.form table {
	width: 100%;
	margin: 60px auto;
	border-spacing: 0;
	border-collapse: separate;
	background: #ffffff;
}
.form th,
.form td {
	padding: 30px 40px;
	text-align: left;
	vertical-align: top;
	border-bottom: 2px solid var(--bodybg);
	background: #ffffff;
}
.form th {
	width: 25%;
}

@media screen and (max-width: 520px) {
	.form table,
	.form tbody,
	.form tr,
	.form th,
	.form td {
		display: block;
	}
	.form table {
		margin: 30px auto;
	}
	.form th,
	.form td {
		padding: 10px;
	}
	.form th {
		width: 100%;
		border: none;
	}
}


/* -------------------------------------
テーブル2
-------------------------------------*/
.table01 table,
.table01 tbody{
  display: flex;
	width: 100%;
	margin: 15px auto;
}
.table01 tr{
  flex:1;
  display: flex;
  flex-flow: column;
}
.table01 th,
.table01 td {
	text-align: left;
	vertical-align: top;
	border: 1px solid var(--bodybg);
	background: #ffffff;
	padding: 10px 5px;
	text-align: center;
	margin:1px;
}

.table01 th{
  background: var(--brown);
  color: var(--white);
}

@media screen and (max-width: 520px) {
	.table01 table,
	.table01 tbody,
	.table01 tr,
	.table01 th,
	.table01 td {
	}
	.table01 table,
	.table01 tbody{
		  flex-flow: column;
		margin: 10px auto;
	}
	.table01 tr{
	  display: flex;
	  flex-flow: row;
	}
	.table01 th,
	.table01 td {
	  display: flex;
		padding: 10px;
		width: 49%;
		margin:0;
	}
	.table01 th {
	}
}


/**================================================================================
フォーム周り
form table
form table th .require
form .form_button button or input = submit
================================================================================**/

.require {
	top: 32px;
	right: 0.5em;
	bottom: 0;
	margin: 0 5px;
}

label {
	line-height: 2;
}

.form_button input[type="submit"],
.form_button button[type="submit"],
.form_button input.submit,
.form_button a {
	color: var(--white);
	border-radius: 5px;
	background: var(--black);
}

@media screen and (max-width:520px) {
	.require {
		top: 12px;
	}
}

/**================================================== 
 ヘッダーメガメニュー
================================================== **/
header nav ul li{
	position: relative
}

header nav ul li .par{
	cursor: pointer;
	padding:0 0 10px;
}
header nav ul li .child{
	position: absolute;
	top: 117%;
	left: 0;
	background: var(--brown);
	display: none;
}header nav ul li .child a{
	min-width: 200px;
	display: block;
	padding: 10px 20px;
	color: var(--white);
  white-space:nowrap;
}header nav ul li .child a + a{
	border-top: 1px dashed var(--white);
}
header nav ul li .child:before{
	content: "";
	position: absolute;
	top: -10px;
	left: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent var(--brown) transparent;
}

@media screen and (max-width:520px) {
header nav{
	height: 100vh;
	overflow: auto;
}
header nav ul li .par{
	display: block;
	padding: 10px ;

	text-decoration: none;
	color: var(--white);
}
header nav ul li .child{
	position: relative;
	top: 0;
	left: 0;
	background: var(--brown);
	display: none;
	margin-right: 10px;
}header nav ul li .child:before{
	display: none;
}
header nav ul li .child a{
	width: 100%;
	padding: 10px;
	margin: 0;
}
}

/**================================================== 
header
header nav ul
header .hamburger > (span*3)
================================================== **/

header {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	min-width: var(--base-width) ;
	padding: 5px 5%;
	background: var(--white);
}

header.onBg {
	box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

header .logo {
	position: absolute;
	top: 5px;
	left: 5%;
	width: 152px;
	background: var(--white);
	border-radius: 10px;
}

header.onBg .logo {
	width: 100px;
}

header .logo img {
	width: 100%;
}

header .hamburger {
	display: none;
}

header .action {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

header .action .mail {
	display: block;
	margin: 5px 0 0 20px;
	padding: 5px 20px;
	text-align: center;
	color: var(--white);
	border-radius: 5px;
	background: var(--red);
}

header .action .mail small {
	font-size: 0.8em;
	display: block;
}
header .action .mail small:before {
	content: "＼";
}	header .action .mail small:after {
	content: "／";
}

header nav ul {
	display: flex;
	justify-content: flex-end;
	margin: 15px 0 0;
}

header .action .tel a {
	font-size: 1.5em;
	font-weight: bold;
	display: block;
	text-align: right;
}

header .action .tel a p {
	font-size: 0.5em;
	font-weight: normal;
	white-space: nowrap;
}

header .action .tel a svg {
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	vertical-align: middle;

	fill: var(--black);
}

header nav ul li {
	padding: 0 0 0 20px;
}

@media screen and (max-width: 520px) {
	header {
		position: absolute;
		padding: 0;
		background: none;
	}

	header .logo {
		position: absolute;
		top: 3px;
		left: 5%;
		width: 70px;
		background: none;
	}

	header.onBg .logo {
		width: 54px;
	}

	header .action {
		position: fixed;
		top: 0;
		right: 60px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	header .action .mail {
		font-size: 0.8em;
		display: flex;
		align-items: center;
		flex-flow: column;
		justify-content: center;
		width: 70px;
		height: 60px;
		margin: 0;
		padding: 0;
		text-align: center;
		border-radius: 0;
	}

	header .action .mail small {
		font-size: 0.6em;
		display: block;
	}

	header .action .mail span {
		display: none;
	}

	header .tel {
		display: none;
	}

	header nav {
		font-size: 16px;
		position: fixed;
		z-index: 1000;
		top: 0;
		right: -300px;
		align-items: flex-start;
		justify-content: flex-start;
		box-sizing: border-box;
		width: 300px;
		height: 100%;
		padding-top: 60px;
		background: var(--black);
	}
	header nav ul {
		flex-flow: column;
		width: 100%;
	}
	header nav ul li a {
		display: block;
		padding: 10px;
		text-decoration: none;
		color: var(--white);
	}
	header nav ul li a:hover {
		color: var(--bodybg2);
		background: var(--white);
	}
	header .hamburger {
		font-size: 11px;
		position: fixed;
		z-index: 3;
		z-index: 1500;
		top: 0;
		right: 0;
		display: block;
		box-sizing: border-box;
		width: 60px;
		height: 60px;
		cursor: pointer;
		-webkit-transition: all 400ms;
		transition: all 400ms;
		color: var(--white);
		background: var(--black);
	}
	header .hamburger:after {
		position: absolute;
		right: 0;
		bottom: 5px;
		left: 0;
		margin: 0 auto;
		content: "MENU";
		text-align: center;
		letter-spacing: 1px;
	}
	header .hamburger.open:after {
		content: "CLOSE";
		letter-spacing: 0;
		color: var(--white);
	}
	header .hamburger span {
		position: absolute;
		right: 0;
		left: 0;
		width: 40px;
		height: 2px;
		margin: 0 auto;
		-webkit-transition: all 400ms;
		transition: all 400ms;
		background: var(--white);
	}
	header .hamburger span:nth-child(1) {
		top: 10px;
	}
	header .hamburger span:nth-child(2) {
		top: 20px;
	}
	header .hamburger span:nth-child(3) {
		top: 30px;
	}
	header .hamburger.open {
		background: none;
	}
	header .hamburger.open span {
		background: var(--white);
	}
	header .hamburger.open span:nth-child(1) {
		top: 20px;
		transform: rotate(45deg);
	}
	header .hamburger.open span:nth-child(2) {
		display: none;
	}
	header .hamburger.open span:nth-child(3) {
		top: 20px;
		transform: rotate(-45deg);
	}
}

/**================================================== 
 footer
================================================== **/
footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px var(--over-width-half) 80px;
}

footer .logo {
	width: 187px;
	margin: 0 auto 20px;
}

footer p {
	text-align: center;
}

footer .tel {
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
	color: var(--red);
}

footer .tel svg {
	fill: var(--red);
}

footer .tel p {
	font-size: 0.6em;
	font-weight: normal;
	color: var(--black);
}

footer ul li {
	margin: 0 0 8px;
}


footer .right img {
	width: 220px;
}
footer .copyright {
	font-size: 0.8em;
	width: 100%;
	margin: 100px 0 50px;
	text-align: center;
}

@media screen and (max-width:520px) {
	footer {
		flex-flow: column;
		padding: 40px var(--over-width-half) 48px;
	}

	footer .left {
		order: 1;
	}
	footer .center {
		order: 3;
	}
	footer .right {
		order: 2;
	}

	footer .logo {
		width: 100px;
		margin: 0 auto 10px;
	}

	footer p {
		text-align: center;
	}

	footer .tel {
		font-size: 1.3em;
		font-weight: bold;
		margin: 10px 0;
		text-align: center;
		color: var(--red);
	}

	footer .tel svg {
		fill: var(--red);
	}

	footer .tel p {
		font-size: 0.6em;
		font-weight: normal;
		color: var(--black);
	}

	footer .tel p br.sp {
		display: none;
	}
	footer ul {
		margin: 20px auto 40px;
	}
	footer ul li {
		margin: 0 3% 10px;
	}

	footer .right img {
		display: block;
		width: 70%;
		margin: 15px auto ;
	}

	footer .copyright {
		order: 4;
		margin: 40px 0 10px;
	}
}


/**================================================== 
 fixBtn
================================================== **/
.fix_btn {
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 10px;
	text-align: center;
	color: var(--white);
	background: var(--red);
}

.fix_btn .mail,
.fix_btn .tel,
.fix_btn .line {
	margin: 0 20px;
}

.fix_btn .mail a {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2;
	display: block;
	padding: 4px 20px;
	color: var(--red);
	border-radius: 5px;
	background: var(--white);
}

.fix_btn .mail svg {
	fill: var(--red);
}

.fix_btn .mail p {
	font-size: 0.6em;
}
.fix_btn .mail small:before {
	content: "＼";
}.fix_btn .mail small:after {
	content: "／";
}
.fix_btn .mail span {
	display: none;
}

.fix_btn .tel svg {
	fill: var(--white);
}

.fix_btn .tel a {
	font-size: 1.5em;
	font-weight: bold;
	display: block;
}
.fix_btn .tel  p {
	font-size: 0.5em;
	font-weight: normal;
}
.fix_btn .line a {
	font-size: 1.6em;
	line-height: 1.2;
	padding: 3px 20px 5px;
	color: var(--white);
	border: 2px solid var(--white);
	border-radius: 5px;
	background: #22a738;
}

@media screen and (max-width:520px) {
	.fix_btn {
		font-size: 12px;
		position: fixed;
		justify-content: space-between;
		width: 100%;
		padding: 5px;
	}

	.fix_btn .mail,
	.fix_btn .tel,
	.fix_btn .line {
		margin: 0;
	}
	.fix_btn .tel {
		order: 1;
	}
	.fix_btn .mail {
		flex: 1;
		order: 2;
		margin: 0 5px;
	}
	.fix_btn .line {
		order: 3;
	}

	.fix_btn .mail a {
		font-size: 1.3em;
		width: 100%;
		padding: 5px 0;
	}

	.fix_btn .mail svg {
		width: 20px;
		height: 20px;
	}

	.fix_btn .mail a small {
		font-size: 0.5em;
	}
	.fix_btn .mail p {
		display: none;
	}



	.fix_btn .tel a {
		font-size: 1.5em;
		display: flex;
		align-items: center;
		text-align: left;
	}

	.fix_btn .tel span {
		display: none;
	}

	.fix_btn .tel svg {
		width: 20px;
		height: 20px;
		margin: 0 5px 0 0;
	}

	.fix_btn .tel  p {
		font-size: 0.5em;
		font-weight: normal;
	}
	.fix_btn .line a {
		font-size: 1.2em;
		padding: 5px 15px;
	}
}

/**================================================== 
aside
================================================== **/
.aside {
	padding: 100px var(--over-width-half);
	color: var(--white);
	background-repeat: no-repeat;
	background-position:  center ;
	background-size: cover;

	--titAc: var(--white);
}
.aside .contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 40px auto 0;
	text-align: center;

	--btnAw: 510px;
	--btnAbg: var(--red);
	--btnAc: var(--white);
	--btnAkage: var(--white);
}

.aside .contact .tel {
	text-align: center;
}
.aside .contact .tel a {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 2;
	display: block;
}
.aside .contact svg {
	width: 35px;

	fill: var(--white);
}

.aside .contact .tel a p {
	font-size: 0.5em;
	font-weight: normal;
}

.aside .contact .mail {
	font-size: 1.3em;
}.aside .contact .mail small {
	font-size: 1em;
}

.aside .contact .mail p {
	font-size: 0.8em;
	margin: 0 0 8px;
}

.aside .contact .mail small:before {
	content: "【";
}.aside .contact .mail small:after {
	content: "】";
}

@media screen and (max-width:520px) {
	.aside {
		padding: 40px var(--over-width-half);
	}
	.aside .contact {
		flex-flow: column;

		--btnAw: 100%;
	}

	.aside .contact .tel {
		text-align: center;
	}

	.aside .contact .tel .sp {
		display: none;
	}
}

/**================================================== 
HERO 
================================================== **/
.hero {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 553px;
}

.hero img[class^="hero"] {
	position: absolute;
	display: block;
	border-radius: 50%;

	object-fit: cover;
}

.hero .main {
	position: absolute;
	z-index: 5;
	bottom: -30px;
	left: 0;
	width: 100%;
	animation-delay: 2.5s;
	text-align: center;
}

.hero .hero01 {
	top: 55px;
	left: 5%;
	width: 296px;
	height: 296px;
	animation-delay: 0s;
}
.hero .hero02 {
	top: 332px;
	left: -10px;
	width: 136px;
	height: 136px;
	animation-delay: 0.8s;
}
.hero .hero03 {
	top: 330px;
	left: 12%;
	width: 196px;
	height: 196px;
	animation-delay: 1.2s;
}
.hero .hero04 {
	top: 20px;
	right: 15%;
	width: 136px;
	height: 136px;
	animation-delay: 0.5s;
}
.hero .hero05 {
	top: 53px;
	right: -20px;
	width: 219px;
	height: 219px;
	animation-delay: 1.4s;
}
.hero .hero06 {
	top: 180px;
	right: 8%;
	width: 285px;
	height: 285px;
	animation-delay: 2s;
}

.hero_bnr {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px var(--over-width-half);
	color: var(--white);
	background: var(--brown);
}

.hero_bnr > * {
	margin: 0 20px;
}

.hero_bnr * {
	line-height: 1.2;
}

.hero_bnr .waku {
	padding: 5px 15px;
	text-align: center;
	border: 1px solid var(--white);
}
.hero_bnr .waku small {
	display: block;
}

.hero_bnr .price_down {
	font-size: 2.2rem;
}
.hero_bnr .price_down b {
	font-size: 1.4em;
	font-weight: normal;
	display: inline-block;
	margin: 0 5px;
}

.hero_bnr .sarani {
	display: flex;
	align-items: center;
}
.hero_bnr .sarani small {
	font-size: 1rem;
}
.hero_bnr .sarani .arrow {
	width: 25px;
	height: 25px;
	margin: 0 15px 0 0;
	transform: rotate(45deg);
	border-top: 1px solid var(--white);
	border-right: 1px solid var(--white);
}
.hero_bnr .price_down2 {
	font-size: 2.2rem;
}
.hero_bnr .price_down2 b {
	font-size: 1.4em;
	font-weight: normal;
	display: inline-block;
	margin: 0 5px;
}

.seal{
  position:absolute;
  right: 5%;
  top: 50%;
  width: 130px;
  text-align: center;
  color: #0686f9;
  font-weight: bold;
  z-index: 10;
  text-shadow: 1px 1px 0 var(--white),1px -1px 0 var(--white),-1px -1px 0 var(--white),-1px 1px 0 var(--white);
  font-size: 14px;
  line-height: 1.2;
}
.seal img{
  width: 100%;
}

.hero .seal{
  right: 25%;
  top: 400px;
}

@media screen and (max-width:520px) {
	.hero {
		position: relative;
		z-index: 2;
		width: 100%;
		height: 460px;
	}

	.hero img[class^="hero"] {
		position: absolute;
		display: block;
		border-radius: 50%;

		object-fit: cover;
	}

	.hero .main {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		animation-delay: 2.5s;
		text-align: center;
	}

	.hero .main img {
		width: 265px;
	}

	.hero .hero01 {
		top: 100px;
		left: -5px;
		width: 160px;
		height: 160px;
	}
	.hero .hero02 {
		top: 360px;
		left: 5%;
		width: 60px;
		height: 60px;
	}
	.hero .hero03 {
		top: 240px;
		left: -10px;
		width: 100px;
		height: 100px;
	}
	.hero .hero04 {
		top: 140px;
		right: 3px;
		width: 100px;
		height: 100px;
	}
	.hero .hero05 {
		z-index: 2;
		top: 40px;
		right: 12%;
		width: 140px;
		height: 140px;
	}
	.hero .hero06 {
		top: 250px;
		right: -15px;
		width: 145px;
		height: 145px;
	}

	.hero_bnr {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		padding: 15px var(--over-width-half);
		color: var(--white);
		background: var(--brown);
	}

	.hero_bnr > * {
		margin: 0;
	}

	.hero_bnr .waku {
		font-size: 0.9em;
		width: 100%;
		margin: 0 0 15px;
		padding: 10px;
	}
	.hero_bnr .waku small {
		display: inline-block;
		margin: 0 10px 0 0;
	}

	.hero_bnr .price_down {
		font-size: 1.2rem;
		margin: 0 10px 0 0;
	}

	.hero_bnr .sarani small {
		font-size: 0.7rem;
	}
	.hero_bnr .sarani .arrow {
		width: 15px;
		height: 15px;
		margin: 0 5px 0 0;
	}
	.hero_bnr .price_down2 {
		font-size: 1.2rem;
	}
	
	.seal{
    top: 60%;
    width: 60px;
    font-size: 9px;
  }
  
  .hero .seal{
    top: 370px;
    right: 10%;
  }
}

/**================================================== 
TOP
================================================== **/

/**------------------------------ 
TOP01
 ------------------------------**/
.top-sec-01 {
	padding: 80px var(--over-width-half) 1px;

	--btnAw: 500px;
	--btnAbg: var(--brown);
	--btnAkage: var(--black);
	--btnAc: var(--white);
	--btnAm: 80px auto 0;
}

.list-crown {
	position: relative;
	display: flex;
	width: 100%;
	padding-right: 260px;
}

.list-crown li img {
	width: 80px;
	margin: 0 auto 25px;
}

.list-crown li {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.8;
	width: 31%;
	padding: 20px 0;
	text-align: center;
	border-left: 1px solid var(--black);
}.list-crown li:last-child {
	border-right: 1px solid var(--black);
}
.list-crown li small {
	display: block;
}

.list-crown:after {
	position: absolute;
	top: -20px;
	right: 0;
	display: block;
	width: 330px;
	height: 240px;
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

@media screen and (max-width:520px) {
	.top-sec-01 {
		padding: 40px var(--over-width-half) 1px;

		--btnAw: clamp(100%, 100%, 90vw);
		--btnAbg: var(--brown);
		--btnAkage: var(--black);
		--btnAc: var(--white);
		--btnAm: 20px auto 0;
	}

	.list-crown {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding-right: 0;
	}

	.list-crown li img {
		width: 70px;
		margin: 0 auto 15px;
	}

	.list-crown li {
		font-size: 1em;
		width: 48%;
		margin: 0 0 15px;
		padding: 10px 0;
		border-right: 1px solid var(--black);
		border-left: 1px solid var(--black);
	}.list-crown li:first-child {
		border-right: none;
	}

	.list-crown:after {
		top: auto;
		right: 2%;
		bottom: 0;
		width: 53%;
		height: 160px;
	}
}

/**------------------------------ 
NEWS
 ------------------------------**/
.top-sec-02 {
	display: flex;
	padding: 80px var(--over-width-half) 1px;

	--titAta: left;
}

.top-sec-02 ul.list-news {
	flex: 1;
	margin-left: 100px;
}

.top-sec-02 ul.list-news time {
	margin-right: 40px;
	white-space: nowrap;
}

.top-sec-02 ul.list-news h3 {
	font-size: 1.1em;
}

.top-sec-02 ul.list-news li {
	padding: 10px 0;
}

@media screen and (max-width:520px) {
	.top-sec-02 {
		display: flex;
		flex-flow: column;
		padding: 50px var(--over-width-half) 1px;

		--titAta: left;
		--titAm: 0 0 10px;
	}

	.top-sec-02 ul.list-news {
		flex: 1;
		margin: 0;
	}
	.top-sec-02 ul.list-news a {
		flex-flow: column;
	}

	.top-sec-02 ul.list-news time {
		margin: 0 0 10px;
	}
}

/**------------------------------ 
kodawari
 ------------------------------**/
.top-sec-03 {
	padding: 100px var(--over-width-half) 30px 0;

	--hti-w: 55%;
	--hti-space-left: 0 70px 0 0;
	--titBfz: 2rem;
	--titBm: 0 0 30px;
}

.top-sec-03 img {
	width: 100%;
	border-radius: 0 50px 0 50px;
}

@media screen and (max-width:520px) {
	.top-sec-03 {
		padding: 40px var(--over-width-half) 1px;

		--hti-w: 100%;
		--hti-space-text: 0;
		--titBfz: 1.4rem;
		--titBm: 0 0 20px;
	}
}

/**------------------------------ 
キャンペーン
 ------------------------------**/
.campaign {
	padding: 1px var(--over-width-half) 1px;
}

.bnr01 {
	display: flex;
	margin: 50px auto;
	padding: 100px 50px 40px;
	color: var(--white);
	background-repeat: no-repeat;
	background-position:  top center;
	background-size: 100% auto;
	background-color: var(--red) ;

	--titBfz: 1.75em;
	--titBc: var(--white);
	--titBm: 40px 0 30px 60px;
	--btnBw: 340px;
	--btnBc: var(--white);
	--btnBbg: var(--red);
	--btnBm: 40px 0 30px 60px;
	--btnBkage: var(--white);
}

@media screen and (max-width:520px) {
	.campaign {
		padding: 1px var(--over-width-half) 1px;
	}

	.bnr01 {
		display: flex;
		margin: 30px auto;
		padding: 40px 15px 20px;

		--titBfz: 1em;
		--titBm: 0 0 15px 20px;
		--btnBw: 200%;
		--btnBm: 2vw auto 1px -100%;
	}

	.bnr01 picture {
		flex: none;
		width: 50%;
	}
	
	.bnr01 .titB{
	  min-height: 30vw;
	}
}

/**------------------------------ 
リノベーション
 ------------------------------**/
.top-sec-04 {
	padding: 80px 0 1px;
}

.menuslide_inner {
	margin: 20px auto 80px;
}
.menuslide_inner img {
	width: 100%;
	border-radius: 0 50px 0 50px ;
}
.menuslide_inner .slick-slide {
	padding: 0 10px;
}
.top-sec-04 .h-text-img {
	width: var(--base-width);
	margin-bottom: 100px;

	--titBfz: 1.5em;
	--titBm: 0 0 30px;
	--hti-w: 369px;
	--btnAm: 40px 0;
}

@media screen and (max-width:520px) {
	.top-sec-04 {
		padding: 30px 0 1px;
	}

	.menuslide_inner {
		margin: 20px auto 40px;
	}
	.menuslide_inner img {
		width: 100%;
		border-radius: 0 20px 0 20px ;
	}
	.menuslide_inner .slick-slide {
		padding: 0 10px;
	}
	.top-sec-04 .h-text-img {
		width: var(--base-width);
		margin-bottom: 30px;

		--hti-space-text: 30px 5%;
		--hti-space: 0 5%;
		--titBfz: 1.3em;
		--titBm: 0 0 30px;
		--hti-w: 90%;
		--btnAm: 30px 0;
	}
}

/**------------------------------ 
リフォームメニュー
 ------------------------------**/
.top-sec-05 {
	padding: 100px var(--over-width-half) 80px;
	background: var(--bodybg);

	--btnAw: 500px;
}

.top-sec-05 .h-text-img {
	width: var(--base-width);
	margin-bottom: 130px;

	--titBfz: 1.5em;
	--titBm: 0 0 20px;
	--hti-w: 369px;
}

.list-menus {
	margin: 0 0 50px;
}
.list-menus img {
}
.list-menus a {
	display: block;
	overflow: hidden;
	max-width: 300px;
	margin: 0 0 40px;
	padding: 0 0 20px;
	color: var(--white);
	border-radius: 0 30px 0 30px;
	background: var(--brown);
}
.list-menus a:hover {
	border-radius: 0;
}
.list-menus a:nth-child(3n-2) {
	animation-delay: 0s;
}
.list-menus a:nth-child(3n-1) {
	animation-delay: 0.5s;
}
.list-menus a:nth-child(3n) {
	animation-delay: 1s;
}

.list-menus a > *:not(img) {
	display: block;
	margin: 10px 20px 0;
}

.list-menus a h3 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}
.list-menus a i {
	font-size: 1.2em;
	font-style: normal;
	padding: 5px 10px;
	text-align: center;
	color: var(--brown);
	border-radius: 5px;
	background: var(--white);
}

@media screen and (max-width:520px) {
	.top-sec-05 {
		padding: 20px var(--over-width-half) 30px;

		--btnAw: clamp(100%, 100%, 90vw);
	}

	.top-sec-05 .h-text-img {
		width: var(--base-width);
		margin-bottom: 30px;

		--titBfz: 1.5em;
		--titBm: 0 0 20px;
		--hti-w: 100%;
		--hti-space: 0 0 20px;
	}

	.list-menus {
		margin: 0 0 30px;
	}
	.list-menus a {
		font-size: 0.9em;
		margin: 0 0 20px;
		padding: 0 0 20px;
		border-radius: 0 20px 0 20px;
	}
	.list-menus a:nth-child(3n-2) {
		animation-delay: 0.5s;
	}
	.list-menus a:nth-child(2n-1) {
		animation-delay: 0.5s;
	}
	.list-menus a:nth-child(2n) {
		animation-delay: 1s;
	}

	.list-menus a > *:not(img) {
		display: block;
		margin: 10px 8px 0;
	}

	.list-menus a h3 {
		font-size: 1em;
		font-weight: bold;
		text-align: center;
	}
	.list-menus a i {
		font-size: 0.8em;
		padding: 5px;
	}
}

/**------------------------------ 
ポイント
 ------------------------------**/
.top-sec-06 {
	padding: 80px var(--over-width-half);

	--titAm: 0 auto 40px;
}

.list-point li {
	position: relative;
	margin: 70px 0 0;
	padding: 25px;
	border: 1px dotted var(--brown);
	border-radius: 0 50px 0 50px;

	--titBfz: 1.3em;
}

.list-point li i {
	position: absolute;
	top: -30px;
	left: 20px;
	display: block;
	padding: 0 40px;
	background: var(--white);
}

.list-point li:nth-child(1) {
	width: 100%;
	padding: 60px;
	background-repeat: no-repeat;
	background-position: top 60px right 60px;
}
.list-point li:nth-child(6) {
	width: 100%;
	padding: 60px;
	background-repeat: no-repeat;
	background-position: top 40px right 60px;
}

.list-point li:nth-child(6) p {
	line-height: 1.8;
	width: 70%;
}

.point1_dl1,
.point1_dl2,
.point1_dl3 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 50px auto 0;
}

.point1_dl1 dt,
.point1_dl2 dt,
.point1_dl3 dt {
	font-weight: bold;
	width: 100%;
	margin: 0 0 15px;
}

.point1_dl1 dd img,
.point1_dl2 dd img,
.point1_dl3 dd img {
	display: block;
	width: 50px;
	margin: 10px auto 5px;
}

.point1_dl1 dd,
.point1_dl2 dd,
.point1_dl3 dd {
	flex: 1;
	padding: 10px 0;
	text-align: center;
}

.point1_dl1 dt {
	color: var(--brown);
}
.point1_dl1 dd {
	width: 140px;
	color: var(--white);
	border-left: 1px solid var(--white);
	background: var(--brown);
}

.point1_dl2 dt {
	color: var(--red);
}
.point1_dl2 dd {
	flex: none;
	width: 140px;
	color: var(--white);
	border-left: 1px solid var(--white);
	background: var(--red);
}
.point1_dl2 dd:nth-of-type(1) {
	font-size: 1.1em;
	font-weight: bold;
	display: flex;
	align-items: center;
	flex: 1;
	justify-content: center;
	text-align: center;
	color: var(--red);
	border: 2px dotted var(--red);
	background: var(--white);
}
.point1_dl2 dd:nth-of-type(2) {
	width: 110px;
}

.point1_dl3 dt {
	color: var(--red);
}
.point1_dl3 dd {
	display: flex;
	flex-flow: column;
	width: 140px;
	color: var(--white);
	border-left: 1px solid var(--white);
	background: var(--red);
}
.point1_dl3 dd p {
	font-size: 0.9em;
	display: flex;
	align-items: center;
	flex-grow: 1;
	justify-content: center;
	margin: 10px 0;
	text-align: center;
}

.point_dl {
	display: flex;
	justify-content: space-between;
}

.point_dl dd {
	line-height: 1.8;
	position: relative;
	display: flex;
	align-items: center;
	width: 183px;
	color: var(--brown);
}
.point_dl dd:before {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 170px;
	height: 170px;
	content: "";
	transform: translateX(-50%) translateY(-50%);
	border-radius: 50%;
	background: var(--bodybg);
}

@media screen and (max-width:520px) {
	.top-sec-06 {
		padding: 40px var(--over-width-half);

		--titAm: 0 auto 1px;
	}

	.list-point li {
		position: relative;
		margin: 40px 0 0;
		padding: 25px 15px 25px;
		border-radius: 0 30px 0 30px;

		--titBfz: 1.1em;
		--titBm: 15px 0;
	}

	.list-point li i {
		top: -15px;
		left: 10px;
		padding: 0 20px;
	}

	.list-point li i img {
		width: 80px;
	}

	.list-point li:nth-child(1) {
		width: 100%;
		padding: 20px;
		background-repeat: no-repeat ;
		background-position: top 30px right 10px;
		background-size: 100px auto;
	}

	.list-point li:nth-child(1) .titB {
		width: 65%;
	}
	.list-point li:nth-child(6) {
		width: 100%;
		padding: 20px;
		background-repeat: no-repeat ;
		background-position: top 90px right 10px;
		background-size: 100px auto;
	}

	.list-point li:nth-child(6) p {
		line-height: 1.8;
		width: 65%;
	}

	.point1_dl1,
	.point1_dl2 {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 20px auto 0;
	}
	.point1_dl3 {
		flex-wrap: wrap;
	}

	.point1_dl1 dt,
	.point1_dl2 dt {
		font-weight: bold;
		width: 100%;
		margin: 0 0 15px;
	}

	.point1_dl1 dd img,
	.point1_dl2 dd img {
		display: block;
		width: 50px;
		margin: 10px auto 5px;
	}

	.point1_dl1 dd,
	.point1_dl2 dd {
		font-size: 0.85em;
		flex: none;
		padding: 10px 0;
		text-align: center;
	}

	.point1_dl1 dt {
		color: var(--brown);
	}

	.point1_dl1 dd {
		width: calc( (100% / 3 ) - 1px);
		border-bottom: 1px solid var(--white);
		border-left: 1px solid var(--white);
	}

	.point1_dl2 dt {
		color: var(--red);
	}

	.point1_dl2 dd {
		flex: none;
		width: calc( (106% / 3 ) - 1px);
	}
	.point1_dl2 dd:nth-of-type(1) {
		flex: none;
		width: 100%;
	}
	.point1_dl2 dd:nth-of-type(2) {
		width: calc( (90% / 3 ) - 1px);
	}

	.point1_dl3 dd {
		flex: none;
		width: 49%;
		margin: 0 0 1px;
	}

	.point1_dl3 dd p {
		font-size: 0.8em;
	}


	.point_dl {
		display: flex;
		justify-content: space-between;
	}

	.point_dl dt {
		width: 135px;
	}
	.point_dl dd {
		font-size: 0.9em;
		width: 150px;
		margin: 0 0 0 15px;
	}
	.point_dl dd:before {
		width: 140px;
		height: 140px;
	}
}

/**------------------------------ 
works
 ------------------------------**/
.top-sec-07 {
	padding: 100px var(--over-width-half) 80px;
}
.list-works {
	margin: 0 0 50px;
}
.list-works img {
}

.list-works a {
	position: relative;
	display: block;
	overflow: hidden;
	max-width: 300px;
	margin: 0 0 40px;
	padding: 0 0 20px;
	color: var(--brown);
	border-radius: 0 30px 0 30px;
	background: var(--bodybg);
}
.list-works a:hover {
	border-radius: 0;
}
.list-works a:nth-child(3n-2) {
	animation-delay: 0s;
}
.list-works a:nth-child(3n-1) {
	animation-delay: 0.5s;
}
.list-works a:nth-child(3n) {
	animation-delay: 1s;
}

.list-works a > *{
	display: block;
	margin: 10px 20px 0;
}
.list-works a img,
.list-works a .before_after,
.list-works a figure{
	margin: 0;
}

.list-works .contest {
	position: absolute;
	z-index: 10;
	top: 5px;
	right: 5px;
	margin: 0;
}



.list-works a .before_after figcaption {
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 8em;
	padding: 5px;
	text-align: center;
	color: var(--white);
	background: var(--brown);
}

.list-works a h3 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}
.list-works a i {
	font-size: 1.2em;
	font-style: normal;
	padding: 5px 10px;
	text-align: center;
	color: var(--brown);
	border-radius: 5px;
	background: var(--white);
}

.list-works a em {
	font-size: 11px;
	font-style: normal;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
	border: 1px dotted var(--brown);
	border-radius: 5px;
}

@media screen and (max-width:520px) {
	.top-sec-07 {
		padding: 20px var(--over-width-half) 30px;

		--btnAw: clamp(100%, 100%, 90vw);
	}

	.list-works {
		margin: 0 0 30px;
	}
	.list-works a {
		font-size: 0.9em;
		margin: 0 0 20px;
		padding: 0 0 20px;
		border-radius: 0 20px 0 20px;
	}
	.list-works a:nth-child(3n-2) {
		animation-delay: 0.5s;
	}
	.list-works a:nth-child(2n-1) {
		animation-delay: 0.5s;
	}
	.list-works a:nth-child(2n) {
		animation-delay: 1s;
	}

	.list-works a > *:not(img) {
		display: block;
		margin: 10px 8px 0;
	}

	.list-works .contest {
		position: absolute;
		z-index: 10;
		top: 1px;
		right: 1px;
		width: 40px;
		margin: 0;
	}

	.list-works a .before_after figcaption {
		width: 4em;
	}

	.list-works a h3 {
		font-size: 1em;
		font-weight: bold;
		text-align: center;
	}
	.list-works a i {
		font-size: 0.8em;
		padding: 5px;
	}
	
	.list-works a em{
	  font-size: 9px;
	  padding: 5px;
	}
}

.works-detail {
	margin: 80px var(--over-width-half);
	position:relative;
}

.works-detail em {
	font-size: 12px;
	font-style: normal;
	display: inline-block;
	margin: 0 auto 30px;
	padding: 3px 10px;
	border: 1px dotted var(--brown);
	border-radius: 5px;
}

.list-before {
	margin: 0 auto 80px;
}
.list-before li {
	position: relative;
	counter-increment: li;
	margin: 0 0 20px;
	border: 1px solid #f1f1f1;
}
.list-before li:before {
	font-family: var(--webf-eng);
	font-size: 0.9em;
	font-style: normal;
	line-height: 1.8;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 1.8em;
	height: 1.8em;
	margin: 0 10px 0 0;
	padding-top: 3px;
	content: counter(li);
	text-align: center;
	vertical-align: middle;
	color: var(--white);
	background: var(--black);
}

.works-detail03 {
	--titBbg: var(--bodybg);
	--titBp: 15px;
	--titBfz: 1.2em;
	--hti-w: 300px;
}

.works-detail03 .detail-wrap {
	--titBbg: none;
	--titBp: 0 0 10px;
	--titBm: 0;
	--titBfz: 1.1rem;
}

/**サムネイルスライド**/
.detail-slide {
	position: relative;
	margin: 0;
	padding: 0;
}


.detail-slide .contest{
  position:absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
}

/**メインスライド**/
.slide-main {
	position: relative;
	margin: 0;
	padding: 0;
}
.slide-main .item {
	position: relative;
	height: 100%;
	/*border: 1px solid #f1f1f1;*/
  padding: 20px;
  text-align: center;
}
.slide-main .item a {
	display: block;
}
.slide-main .item .image {
	position: relative;
	overflow: hidden;
}
.slide-main .item img {
	width: 100%;
	margin: auto;
}
.slide-main .item p {
	font-size: 14px;
	margin: 5px;
	text-align: center;
}
.slide-main > .slick-list,
.slide-main > .slick-list > .slick-track,
.slide-main > .slick-list > .slick-track > .slick-slide > div {
	position: relative;
	height: 100%;
}

/* サムネイル */
.slide-navigation {
	line-height: 0;
	position: relative;
	margin: 40px 0 0;
	padding: 0;
}

.slide-navigation .slick-track {
	display: flex;
	justify-content: center;
}
.slide-navigation .slick-track.scrl-l{
  	transform:unset!important;
}
.slide-navigation .item {
	position: relative;
	width: 170px!important;
	max-width: 170px;
	cursor: pointer;
	opacity: 0.3;
	border: 2px solid #ffffff;
}
.slide-navigation .item img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.slide-navigation .item.slick-current {
	opacity: 1;
}

@media screen and (max-width:520px) {
	.works-detail {
		margin: 40px var(--over-width-half);
	}

	.list-before {
		margin: 0 auto 40px;
	}
	.works-detail03 {
		--hti-w: 100%;
		--titBfz: 1em;
		--hti-space: 0 auto 20px;
	}

	/**サムネイルスライド**/
	.slide-navigation {
		margin: 20px 0 0;
	}

	.slide-navigation .item {
		width: 33%!important;
		max-width: 33%;
	}

  .slide-main .item{
    padding:10px;
  }
	.slide-main .item p {
		text-align: left;
	}
}


/**------------------------------ 
voice
 ------------------------------**/
.top-sec-08 {
	padding: 80px var(--over-width-half);
	background-repeat: no-repeat;
	background-position:  center;
	background-size: cover;

	--titAm: 0 0 80px;
}

.list-voice a {
	position: relative;
	display: flex;
	margin: 0 0 40px;
	padding: 50px 30px 30px;
	border: 1px dotted var(--brown);
	border-radius: 0 40px 0 40px;
	background: rgba(255,255,255,0.7);

	--titBfz: 1.5em;
	--titBm: 0 0 15px;
}
.list-voice a:hover {
	border-radius: 0;
}
.list-voice a:before {
	position: absolute;
	z-index: 2;
	top: -40px;
	left: 30px;
	display: block;
	width: 130px;
	height: 80px;
	content: "";
	background: no-repeat center / contain;
}.list-voice a:after {
	position: absolute;
	z-index: 1;
	top: -1px;
	left: 20px;
	display: block;
	width: 150px;
	height: 1px;
	content: "";
	opacity: 0.9;
	background: var(--white);
}

.list-voice a img {
	width: 220px;
	margin: 0 20px 0 0;
}

.list-voice a h3 small {
	display: block;
}

.list-voice a p {
	margin: 0 0 20px;
}

@media screen and (max-width:520px) {
	.top-sec-08 {
		padding: 40px var(--over-width-half);

		--titAm: 0 0 50px;
		--btnAm: 0 0 20px;
	}

	.list-voice a {
		align-items: flex-start;
		margin: 0 0 40px;
		padding: 35px 15px 20px;
		border-radius: 0 30px 0 30px;

		--titBfz: 1.1em;
		--titBm: 0 0 8px;
	}
	.list-voice a:hover {
		border-radius: 0;
	}
	.list-voice a:before {
		top: -25px;
		left: 20px;
		width: 100px;
		height: 50px;
	}.list-voice a:after {
		width: 100px;
	}

	.list-voice a img {
		width: 40%;
		margin: 0 15px 0 0;
	}

	.list-voice a h3 small {
		display: block;
	}

	.list-voice a p {
		font-size: 0.9em;
		margin: 0 0 10px;
	}
}

/**------------------------------ 
flow
 ------------------------------**/
.top-sec-09 {
	padding: 100px var(--over-width-half) 20px;
}

.list-flow {
	display: flex;
	justify-content: space-between;
	margin: 0 0 60px;
}

.list-flow li {
	font-weight: bold;
	position: relative;
	width: calc( ( 100%  - ( 32px * 3 ) ) / 4 );
	margin: 0 0 10px;
	padding: 30px;
	counter-increment: number;
	text-align: center;
	color: var(--brown);
	border: 1px solid var(--brown);
	border-radius: 0 30px 0 30px;
}
.list-flow li:after {
	position: absolute;
	z-index: 1;
	right: -34px;
	bottom: 0;
	display: block;
	width: 34px;
	height: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position:  bottom ;
}
.list-flow li:before {
	font-family: var(--webf-eng);
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1;
	position: absolute;
	z-index: 2;
	top: -14px;
	right: -14px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	content: counter(number, decimal-leading-zero);
	color: var(--white);
	border-radius: 50px;
	background: var(--brown);
}
.list-flow li:last-child:after {
	display: none;
}
.list-flow li img {
	margin: 0 0 15px;
}

@media screen and (max-width:520px) {
	.top-sec-09 {
		padding: 50px var(--over-width-half) 20px;
	}

	.list-flow {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 0 0 10px;
	}

	.list-flow li {
		font-size: 0.8em;
		width: calc( ( 100%  - ( 34px * 2 ) ) / 2 );
		margin: 0 34px 40px 0;
		padding: 15px 8px;
		border-radius: 0 20px 0 20px;
	}
	.list-flow li:after {
		background-position: left bottom -40px ;
	}
	.list-flow li img {
		width: 60px;
		margin: 0 0 15px;
	}
}

/**------------------------------ 
blog
 ------------------------------**/
.top-sec-10 {
	padding: 80px var(--over-width-half);
}



/* -------------------------------------
ブログリスト
-------------------------------------*/
.list-blog {
	margin: 50px auto;
}
.list-blog li {
	position: relative;
	margin: 15px 0 30px;
}

.list-blog a {
	display: block;
	padding: 0 0 0 200px;
	min-height: 170px;
}
.list-blog figure {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 180px;
	height: 170px;
	border-radius: 0 20px 0 20px;
}
.list-blog .boxLR {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 auto 5px;
}
.list-blog em {
	font-size: 14px;
	display: inline-block;
	min-width: 10em;
	padding: 2px 10px;
	text-align: center;
	color: var(--brown);
	border: 1px solid var(--brown);
	background: var(--white);
}
.list-blog time {
	font-size: 14px;
	margin: 0 0 0 15px;
	color: var(--brown);
}
.list-blog h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin: 15px auto 10px;
}
.list-blog p {
	font-size: 14px;
	clear: both;
}
@media screen and (max-width: 520px) {
	.top-sec-10 {
		padding: 30px var(--over-width-half);
	}
	.list-blog {
		width: 100%;
		margin: 30px auto;
	}
	.list-blog li {
		margin: 0 auto 15px;
	}
	.list-blog a {
		display: block;
		padding: 0 0 0 110px;
		min-height: 90px;
	}
	.list-blog figure {
		width: 90px;
		height: 90px;
		margin: 0 15px 10px 0;
		border-radius: 0 15px 0 15px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.list-blog .boxLR {
		display: block;
		margin: 0 auto 10px;
	}
	.list-blog em {
		min-width: 8em;
		padding: 2px 5px;
		font-size: 12px;
	}
	.list-blog time {
		font-size: 12px;
	}
	.list-blog h4 {
		font-size: 14px;
		margin: 0 auto 5px;
	}
	.list-blog p {
		font-size: 14px;
		display: none;
	}
}

/**------------------------------ 
FAQ
 ------------------------------**/
.top-sec-11 {
	padding: 100px var(--over-width-half) 80px;
	background: var(--bodybg);

	--btnAm: 50px auto 0;
}

.faq {
	margin: 40px auto 0;
}

.faq dl {
	margin: 0 0 20px;
	border: 1px solid var(--brown);
	border-radius: 0 20px 0 20px;
	background: var(--white);
}

.faq dt {
	font-size: 1.1em;
	font-weight: bold;
	position: relative;
	padding: 20px 70px;
	cursor: pointer;
}.faq dt:before {
	font-family: var(--webf-eng);
	font-size: 1.4em;
	font-weight: normal;
	line-height: 0;
	position: absolute;
	top: 3px;
	left: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 100%;
	content: "Q";
	color: var(--brown);
}
.faq dt:after {
	position: absolute;
	right: 30px;
	bottom: 0.8em;
	content: "-";
}
.faq dt.toggle:after {
	content: "+";
}

.faq dd {
	position: relative;
	display: none;
	overflow: hidden;
	padding: 1.5em 70px;
}.faq dd:before {
	font-family: var(--webf);
	font-size: 1.3em;
	font-weight: bold;
	position: absolute;
	top: 0.5em;
	left: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5em;
	height: 2.5em;
	content: "A";
	opacity: 0.8;
	color: var(--brown);
}
.faq .toggle dd {
	display: block;
}

@media screen and (max-width:520px) {
	.top-sec-11 {
		padding: 50px var(--over-width-half) 40px;
		background: var(--bodybg);

		--btnAm: 50px auto 0;
	}

	.lp-sec-faq {
		padding: 20px var(--over-width-half);
	}
	.faq dt {
		font-size: 1em;
		padding: 0.8em 25px 0.8em 50px;
	}
	.faq dt:after {
		right: 15px;
	}
	.faq dd {
		padding: 0.8em 25px 0.8em 50px;
	}
}

/**------------------------------ 
online
 ------------------------------**/
.top-sec-12 {
	padding: 100px var(--over-width-half) 80px;

	--btnAm: 50px auto 0;
}

.list-online {
}

.list-online img {
	width: 100%;
	height: 215px;
	margin: 10px 0;

	object-fit: cover;
}

.list-online h3 {
	font-weight: bold;
	margin: 10px 0;
	color: var(--brown);
}

@media screen and (max-width:520px) {
	.top-sec-12 {
		padding: 50px var(--over-width-half) 40px;

		--btnAm: 30px auto 0;
	}
}

/**------------------------------ 
area
 ------------------------------**/
.top-sec-13 {
	padding: 80px var(--over-width-half) 100px;

	--hti-w: 350px;
	--hti-space-left: 0 70px 0 0;
	--titBfz: 1.4rem;
	--titBm: 0 0 20px;
	--btnAm: 40px 0;
}

.top-sec-13 img {
	width: 100%;
	border-radius: 0 50px 0 50px;
}

.top-sec-13 figcaption {
	margin: 15px 0;
	text-align: center;
}

@media screen and (max-width:520px) {
	.top-sec-13 {
		padding: 40px var(--over-width-half) ;

		--hti-w: 100%;
	}
}


/**------------------------------ 
電話コンタクト
 ------------------------------**/
.telcontact {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 80px;
	padding: 20px 60px;
	text-align: center;
	color: var(--black);
	border: 3px double var(--black);
	background: var(--white);
}

.telcontact .tel {
	text-align: center;
}
.telcontact .tel a {
	font-size: 2.5em;
	font-weight: bold;
	line-height: 2;
	display: block;
}
.telcontact svg {
	width: 35px;
	height: 40px;

	fill: var(--black);
}

.telcontact .tel a p {
	font-size: 0.5em;
	font-weight: normal;
	line-height: 1.3;
}

@media screen and (max-width:520px) {
	.telcontact {
		margin: 0 0 40px;
		padding: 15px;
	}

	.telcontact .tel a {
		font-size: 2em;
	}
}

/**------------------------------ 
会社概要
 ------------------------------**/
.com-sec-01 {
	padding: 100px 0;
	background: var(--bodybg);

	--hti-w: 45%;
	--hti-space-left: 0 70px 0 0;
	--hti-space-text: 0 var(--over-width-half) 0 0;
	--titBfz: 2rem;
	--titBm: 0 0 30px;
}

.com-sec-01 img {
	width: 100%;
	border-radius: 0 50px 0 50px;
}

.com-sec-01 .h-text-img .ceo{
  align-items: center;
}
.com-sec-01 .h-text-img .ceo picture{
  width: 60px;
  margin:0 10px 0 0;
}
.com-sec-01 .h-text-img .ceo img{
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50px;
}

@media screen and (max-width:520px) {
	.com-sec-01 {
		padding: 50px var(--over-width-half);

		--hti-w: 100%;
		--hti-space-text: 0;
		--titBfz: 1.4rem;
		--titBm: 0 0 20px;
	}
	
	.com-sec-01 .h-text-img .ceo picture{
    margin:0 10px 0 0;
  }
}

/**------------------------------ 
staff
 ------------------------------**/
.list-staff {
	margin: 0;
}
.list-staff img {
}
.list-staff > * {
	display: block;
	overflow: hidden;
	max-width: 300px;
	margin: 0 0 40px;
	padding: 0 0 20px;
	color: var(--brown);
	border-radius: 0 30px 0 30px;
	background: var(--bodybg);
}
.list-staff > *:nth-child(3n-2) {
	animation-delay: 0s;
}
.list-staff > *:nth-child(3n-1) {
	animation-delay: 0.5s;
}
.list-staff > *:nth-child(3n) {
	animation-delay: 1s;
}

.list-staff > * > *:not(img) {
	display: block;
	margin: 10px 20px 0;
}

.list-staff > * h3 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width:520px) {
	.list-staff {
		margin: 0 0 30px;
	}
	.list-staff > * {
		font-size: 0.9em;
		max-width: none;
		margin: 0 0 20px;
		padding: 0 0 20px;
		border-radius: 0 20px 0 20px;
	}
	.list-staff > *:nth-child(3n-2) {
		animation-delay: 0.5s;
	}
	.list-staff > *:nth-child(2n-1) {
		animation-delay: 0.5s;
	}
	.list-staff > *:nth-child(2n) {
		animation-delay: 1s;
	}

	.list-staff > * > *:not(img) {
		display: block;
		margin: 10px 8px 0;
	}

	.list-staff img {
		display: block;
		width: 100%;
	}
}

.map iframe {
	width: 100%;
	height: 450px;
}

@media screen and (max-width:520px) {
	.map iframe {
		height: 60vw;
	}
}

.card {
	display: flex;
	flex-wrap: wrap;
	margin: 10px auto;
}
.card li {
	margin: 5px;
}

.card img {
	width: 60px;
	height: 60px;

	object-fit: contain;
}

/**------------------------------ 
カテゴリ
 ------------------------------**/
.catBtn02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 800px;
	margin: 70px auto 1px;
	text-align: center;
}
.catBtn02 > * {
	position: relative;
	display: block;
	width: 31%;
	margin: 8px 1%;
	padding: 10px 20px 10px 10px;
	color: var(--brown);
	border: 1px solid var(--brown);
	border-radius: 5px;
	background: #ffffff;
	box-shadow: 4px 4px 0 var(--brown);
}.catBtn02 > *:after {
	position: absolute;
	right: 5px;
	content: "→";
}


.catBtn02 > *:hover,
.catBtn02 .current {
	transform: translateX(5px) translateY(5px);
	color: var(--white);
	background: var(--brown);
	box-shadow: 1px 1px 0 var(--brown);
}

@media screen and (max-width:520px) {
	.catBtn02 {
		justify-content: flex-start;
		width: 95vw;
		margin: 50px auto 1px;
		transform: translateX(-10px);
		text-align: left;
	}
	.catBtn02 > * {
		font-size: 0.8em;
		display: block;
		flex: 1;
		width: 48%;
		width: auto;
		min-width: auto;
		margin: 0 10px 10px;
		padding: 10px 25px 10px 10px;
		white-space: nowrap;
	}
}

.catBtn03 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 980px;
	margin: 30px auto 1px;
	text-align: center;
}
.catBtn03 > * {
	position: relative;
	display: block;
	width: 23%;
	margin: 8px 1%;
	padding: 10px 20px 10px 10px;
	color: var(--brown);
	border: 1px dotted var(--brown);
	border-radius: 5px;
	background: #ffffff;
}.catBtn03 > *:after {
	position: absolute;
	right: 5px;
	content: "→";
}
.catBtn03 > *:hover,
.catBtn03 .current {
	color: var(--white);
	background: var(--brown);
}

@media screen and (max-width:520px) {
	.catBtn03 {
		justify-content: space-between;
		width: 100%;
		margin: 20px auto 1px;
		text-align: left;
	}
	.catBtn03 > * {
		font-size: 0.8em;
		width: 49%;
		min-width: 8em;
		margin: 0 0 8px;
		padding: 10px 15px 10px 10px;
	}
}



/**------------------------------ 
おススメ記事
 ------------------------------**/
.recommend {
	--btnAw: 550px;
}

@media screen and (max-width:520px) {
	.recommend {
		--btnAw: clamp(100%, 100%, 90vw);
	}
}

/**------------------------------ 
施工の流れ
 ------------------------------**/
.list-flowing {
	margin: 50px auto 1px;
	padding: 20px 40px;
	border: 1px dotted var(--brown);
	border-radius: 0 30px 0 30px;
}
.list-flowing li {
	position: relative;
}
.list-flowing li:before {
	position: absolute;
	top: 5px;
	left: -25px;
	display: block;
	width: 1px;
	height: 100%;
	content: "";
	border-left: 1px solid var(--brown);
}.list-flowing li:after {
	position: absolute;
	bottom: 2px;
	left: -32px;
	display: inline-block;
	width: 15px;
	height: 15px;
	content: "";
	transform: rotate(-45deg);
	border-bottom: 1px solid var(--brown);
	border-left: 1px solid var(--brown);
}.list-flowing li:last-child:after,
.list-flowing li:last-child:before {
	display: none;
}

.list-flowing li strong {
	display: inline-block;
	width: 10em;
	margin: 0 10px 10px 0;
	padding: 5px 10px;
	transform: translateX(-40px);
	text-align: center;
	color: var(--white);
	border-radius: 0 50px 50px 0;
	background: var(--red);
}

.list-flowing dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list-flowing dl dd {
	font-weight: bold;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32%;
	margin: 0 0 15px;
	padding: 15px 15px 15px 30px;
	text-align: center;
	color: var(--brown);
	border: 1px solid var(--brown);
	background: var(--bodybg);
}
.list-flowing dl dd:before {
	font-size: 1.2em;
	position: absolute;
	top: 50%;
	right: -14px;
	display: block;
	width: 0;
	height: 0;
	content: "";
	transform: translateY(-50%);
	border-width: 5px 0 5px 10px;
	border-style: solid;
	border-color: transparent transparent transparent var(--brown);
}

.list-flowing li:last-child dl dd:last-child:before {
	display: none;
}
.list-flowing dl dd i {
	font-family: var(--webf-eng);
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.8;
	position: absolute;
	top: 50%;
	left: 10px;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 10px 0 0;
	transform: translateY(-50%);
	text-align: center;
	vertical-align: middle;
	color: var(--white);
	border-radius: 50px;
	background: var(--brown);
}


.list-step {
	--titBfz: 1.3em;
	--titBm: 0 0 15px;
	--titBp: 15px;
	--titBbg: var(--bodybg);
	--hti-w: 300px;
	--btnCp: 10px 30px;
}

.list-step li {
	position: relative;
	width: 100%;
	margin: 0 0 40px;
	padding: 30px 40px;
	counter-increment: number;
	color: var(--brown);
	border: 1px solid var(--brown);
	border-radius: 0 30px 0 30px;
	background: var(--white);
}
.list-step li:before {
	font-family: var(--webf-eng);
	font-size: 1.7em;
	font-weight: normal;
	position: absolute;
	z-index: 2;
	top: -14px;
	left: -14px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	padding-top: 5px;
	content: counter(number, decimal-leading-zero);
	color: var(--white);
	border-radius: 50px;
	background: var(--brown);
}
.list-step li:after {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: -34px;
	display: block;
	width: 100%;
	height: 34px;
	content: "";
	background-repeat: no-repeat;
	background-position:  center;
}
.list-step li:last-child:after {
	display: none;
}

@media screen and (max-width:520px) {
	.list-flowing {
		margin: 40px auto 20px;
		padding: 20px 20px 1px 40px;
		border: 1px dotted var(--brown);
		border-radius: 0 30px 0 30px;
	}
	.list-flowing dl {
		flex-flow: column;
		padding: 0 0 10px;
	}

	.list-flowing dl dd {
		width: 100%;
		padding: 10px 15px 10px 30px;
	}
	.list-flowing dl dd:before {
		top: auto;
		right: auto;
		bottom: -15px;
		left: 50%;
		transform: translateX(-50%);
		border-width: 10px 5px 0 5px;
		border-color: var(--brown) transparent transparent transparent;
	}

	.list-step {
		margin: 30px 0 0;

		--titBfz: 1.1em;
		--titBm: 0 0 5px;
		--titBp: 15px;
		--titBbg: var(--bodybg);
		--hti-w: 100%;
		--btnCp: 10px 30px;
		--btnCw: 100%;
		--btnCm: 5px 0;
	}

	.list-step li {
		position: relative;
		width: 100%;
		margin: 0 0 40px;
		padding: 20px;
		counter-increment: number;
		color: var(--brown);
		border: 1px solid var(--brown);
		border-radius: 0 30px 0 30px;
	}
}

/**------------------------------ 
リノベーション
 ------------------------------**/
.kakaku-wrap {
	margin: 0 auto;
	padding: 30px;
	padding: 50px var(--over-width-half);
	transform: translateY(-20px);
	background: var(--red2);

	--titBc: var(--red);
	--titBm: 0 auto 20px;
}

.kakaku-wrap dl {
	display: flex;
	justify-content: space-between;
}
.kakaku-wrap dt {
	font-size: 1.6em;
	font-weight: bold;
	display: flex;
	align-items: center;
	flex: 1;
	flex-flow: column;
	justify-content: center;
	padding: 30px 5px;
	text-align: center;
	color: var(--red);
	border: 2px dotted var(--red);
	background: var(--white);
}.kakaku-wrap dt small {
	font-size: 0.7em;
	display: block;
}
.kakaku-wrap dd:before {
	font-size: 2.3em;
	font-weight: bold;
	position: absolute;
	left: -55px;
	content: "+";
	color: var(--red);
}
.kakaku-wrap dd {
	font-size: 1.3em;
	font-weight: bold;
	position: relative;
	display: flex;
	align-items: center;
	flex: none;
	flex-flow: column;
	justify-content: center;
	margin: 0 0 0 80px;
	padding: 30px;
	color: var(--white);
	border-left: 1px solid var(--white);
	background: var(--red);
}

/**------------------------------ 
 ------------------------------**/
.plan-wrap {
	width: 80%;
	min-width: var(--base-width);
	margin: 60px auto;
}


.plan-wrap h2 {
	font-size: 1.4em;
	font-weight: bold;
	width: 30%;
	margin: 0;
	padding: 15px;
	text-align: center;
	color: var(--white);
	border-bottom: 3px solid var(--brown);
	border-radius: 20px 20px 0 0;
	background: var(--brown);
}
.plan-wrap h2 img {
	width: 40px;
	margin: 0 15px 0 0;
}

.plan-inner {
	margin: 0 0 10px;
	padding: 40px 30px 0;
	border: 3px solid var(--brown);
	border-radius: 0 20px 20px 20px;
	background: var(--white);
}

.plancat-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 40px;
	padding: 1px;
	border-radius: 10px;
}
.plancat-wrap figur,
.plancat-wrap picture{
	flex: none;
	width: 25%;
	margin: 0 30px 0 0;
}
.plancat-wrap figure img,
.plancat-wrap picture img {
	border-radius: 10px;
}

.plancat-wrap h3 {
	font-size: 1.4em;
	font-weight: bold;
	position: relative;
	width: 100%;
	height: 64px;
	margin: 0 auto 30px;
	padding: 15px 30px;
	text-align: center;
	color: var(--white);
	background: var(--red);
}
.plancat-wrap h3:before, .plancat-wrap h3:after {
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	content: "";
}

.plancat-wrap h3:before {
	top: 0;
	left: 0;
	border-width: 32px 0 32px 15px;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
}

.plancat-wrap h3:after {
	top: 0;
	right: 0;
	border-width: 32px 15px 32px 0;
	border-style: solid;
	border-color: transparent #ffffff transparent transparent;
}

.dl {
	overflow: hidden;
	flex: 1;
	border-radius: 10px;
}
.dl.dl-separate {
	overflow: auto;
	flex: none;
	width: 100%;
	border-radius: 0;
}

.dl dl {
	font-size: 1em;
	line-height: 1.8;
	overflow: hidden;
	margin: 0;
	border: 10px solid var(--bodybg2);
	background: var(--white);
}
.dl.dl-separate dl {
	margin: 0 0 20px;
	border-radius: 10px;
}

.dl dl dt img {
	position: absolute;
	top: 45%;
	left: 10px;
	width: 65px;
	margin: 0 10px 0 0;
	transform: translateY(-50%);
	vertical-align: middle;
}

.dl dl dt {
	font-size: 1.3em;
	font-weight: bold;
	position: relative;
	padding: 20px 30px 20px 90px;
	color: var(--brown);
	background: var(--bodybg2);
}

.dl dl dd {
	padding: 30px 30px 10px;
}

.dl .price-wrap {
	margin: 15px 0 0;
}

.dl .price {
	font-weight: bold;
	display: inline-flex;
	overflow: hidden;
	margin: 10px 10px 10px 0;
	border: 1px dotted var(--red);
	border-radius: 0 10px 0 10px;
}
.dl .price h5 {
	padding: 15px;
	color: var(--white);
	background: var(--red);
}.dl .price p {
	padding: 15px;
	color: var(--red);
}

.dl dl dd .h-text-img {
	margin-bottom: 20px;

	--hti-w: 300px;
	--titBc: var(--brown);
	--titBbg: var(--bodybg);
	--titBp: 10px 15px;
	--titBm: 0 0 20px;
}



@media screen and (max-width:520px) {
	.kakaku-wrap {
		margin: 0 auto;
		padding: 30px var(--over-width-half);
	}

	.kakaku-wrap dl {
		display: flex;
		flex-flow: column;
		justify-content: space-between;
	}
	.kakaku-wrap dt {
		font-size: 1.4em;
		padding: 15px;
	}
	.kakaku-wrap dd:before {
		font-size: 2.3em;
		line-height: 1;
		top: -55px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.kakaku-wrap dd {
		font-size: 1.2em;
		margin: 60px 0 0;
		padding: 20px;
	}

	/**------------------------------ 
 ------------------------------**/
	.plan-wrap {
		width: 90vw;
		min-width: auto;
		margin: 40px auto;
	}

	.plan-wrap h2 {
		font-size: 1.1em;
		width: 80%;
		padding: 10px;
		border-radius: 10px 10px 0 0;
	}
	.plan-wrap h2 img {
		width: 30px;
	}

	.plan-inner {
		padding: 20px 10px 0;
		border: 2px solid var(--brown);
	}

	.plancat-wrap {
		flex-flow: column;
		margin: 0 0 20px;
	}

	.plancat-wrap figure,
	.plancat-wrap picture{
		width: 100%;
		margin: 0 0 15px;
		text-align: center;
	}
	.plancat-wrap figure img,
	.plancat-wrap picture img{
		border-radius: 10px;
		max-height: 60vw;
		width: auto;
	}
	.plancat-wrap .dl {
		--hti-space: 15px 0 0;
	}

	.plancat-wrap h3 {
		font-size: 1em;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto 20px;
		padding: 15px;
	}

	.plancat-wrap h3:before {
		border-width: 32px 0 32px 10px;
	}

	.plancat-wrap h3:after {
		border-width: 32px 10px 32px 0;
	}

	.dl {
		overflow: hidden;
		flex: 1;
		border-radius: 10px;
	}

	.dl dl .h-text-img.right.top {
		flex-flow: column;
	}
	.dl dl {
		border: 7px solid var(--bodybg2);
	}
	
	.dl dl dd .h-text-img .text{
    width: 100%;
  }

	.dl dl dt img {
		top: 0;
		left: 10px;
		width: 50px;
		transform: none;
		vertical-align: middle;
	}

	.dl dl dt {
		font-size: 1em;
		padding: 10px 10px 15px 70px;
	}

	.dl.dl-separate dl dt {
		padding: 10px 10px 15px 40px;
	}
	.dl.dl-separate dl dt img {
		top: 10px;
		left: 3px;
		width: 30px;
	}

	.dl dl dd {
		padding: 10px;
	}

	.dl .price-wrap {
		margin: 15px 0 0;
	}

	.dl .price {
		font-size: 0.9em;
	}
	.dl .price h5 {
		padding: 10px 15px;
	}.dl .price p {
		padding: 10px 15px;
	}

	.dl dl dd .h-text-img {
		margin: 15px 0 0;

		--hti-w: 100%;
		--titBfz: 1em;
		--titBm: 0 0 15px;
	}
}

/**------------------------------ 
リフォーム詳細
 ------------------------------**/
.search {
	margin: 60px auto;
}
.search .catBtn03 {
	margin: 10px auto;
}

.search strong {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	width: 400px;
	margin: 30px auto 1px;
	padding: 10px 15px;
	text-align: center;
	color: var(--white);
	border-radius: 50px;
	background: var(--red);
}


.list-items {
	width: 80%;
	min-width: var(--base-width);
	margin: 0 auto;
}

.list-items .cat01,
.list-items .cat02 {
	display: inline-block;
	margin: 0 0 5px;
}


.list-items li {
	position: relative;
	display: flex;
	flex-flow: row-reverse;
	justify-content: center;
	margin: 80px 0 50px;
}

.list-items figure {
	flex: none;
	width: 30%;
	margin: 0 -60px 0 0;
}

.list-items img {
	width: 100%;
	border-radius: 0 20px 0 20px;
}

.list-items .text {
	flex: none;
	width: 70%;
	margin: 60px 0 0;
	padding: 40px 35px 50px 90px;
	border: 1px dotted var(--brown);
	border-radius: 0 30px 0 30px;
	background: var(--white);
}

.list-items em {
	font-size: 14px;
	font-style: normal;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 20px;
	color: var(--white);
	border-radius: 50px;
	background: var(--red);
}

.list-items dl {
	margin: 15px 0 0;
}

.list-items dl dt {
	font-weight: bold;
	margin: 0 0 10px;
	padding: 8px 15px;
	background: var(--bodybg);
}
.list-items dl dd {
	margin: 0 5px;
}

.taiou-wrap {
	display: inline-block;
	max-width: var(--base-width);
	margin: 0 auto 50px;
	text-align: left;

	--titBfz: 1.4em;
	--titBm: 30px 0;
}
.taiou-wrap .taiou-h {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}.taiou-wrap .taiou-h img {
	margin: 0 15px 0 0;
}

.taiou-wrap .taiou-p {
	font-size: 1.4em;
	font-weight: bold;
	padding: 30px 40px;
	text-align: center;
	border: 1px dotted var(--brown);
	background: var(--red2);
}

.taiou-wrap ul li {
	font-weight: bold;
	position: relative;
	padding: 20px 40px;
	background: var(--white);
}
.taiou-wrap ul li:nth-child(odd) {
	background: var(--bodybg);
}
.taiou-wrap.bgc02 ul li:nth-child(odd) {
	background: var(--bodybg2);
}
.taiou-wrap ul li:before {
	font-size: 1.1em;
	position: absolute;
	top: 50%;
	left: -20px;
	display: block;
	width: 40px;
	height: 2px;
	content: "";
	border-bottom: 1px dotted var(--red);
}.taiou-wrap ul li:after {
	position: absolute;
	top: 50%;
	left: 13px;
	display: block;
	width: 9px;
	height: 1px;
	margin-top: -2px;
	content: "";
	transform: rotate(45deg);
	border-bottom: 1px dotted var(--red);
}


.list-setumei li {
	display: flex;
	flex-flow: column;
	margin: 0 0 40px;

	--btnCm: 20px 20px 0;
}
.list-setumei .setumei-inner {
	overflow: hidden;
	flex-grow: 1;
	padding: 0 0 20px;
	border: 1px dotted var(--brown);
	border-radius: 0 20px 0 20px;
}

.list-setumei li h3 {
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
	margin: 0 0 20px;
	padding: 10px 15px;
	color: var(--white);
	border-radius: 5px;
	background: var(--red);
	box-shadow: 4px 4px 0 var(--gray);
}
.list-setumei li h3:after {
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 0;
	height: 0;
	content: "";
	transform: translateY(-50%);
	border-width: 10px 8px 0 8px;
	border-style: solid;
	border-color: var(--red) transparent transparent transparent;
}.list-setumei li h3:before {
	position: absolute;
	bottom: -21px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: 3px;
	content: "";
	transform: translateY(-50%);
	border-width: 14px 9px 0 9px;
	border-style: solid;
	border-color: var(--gray) transparent transparent transparent;
}

.list-setumei li p {
	margin: 15px 20px 0;
}

@media screen and (max-width:520px) {
	.search {
		margin: 30px auto;
	}
	.search .catBtn03 {
		margin: 10px auto;
	}

	.search strong {
		font-size: 1em;
		width: 100%;
	}


	.list-items {
		width: 100%;
		font-size: 0.9em;
	}


	.list-items li {
		flex-flow: column-reverse;
		margin: 30px 0 20px;
	}
	
	.list-items em {
  	font-size: 11px;
  	padding: 5px 10px;
  }

	.list-items figure {
		z-index: 2;
		width: 95%;
		margin: 0 0 0 auto;
	}

	.list-items img {
		width: 65%;
		border-radius: 0 15px 0 15px;
	}

	.list-items .text {
		width: 95%;
		margin: -40px 0 0;
		padding: 60px 15px 20px;
	}

	.taiou-wrap {
		margin: 0 auto 40px;
		text-align: left;

		--titBfz: 1.2em;
		--titBm: 30px 0;
	}
	.taiou-wrap .taiou-h img {
		width: 100px;
		margin: 0 15px 0 0;
	}

	.taiou-wrap .taiou-p {
		font-size: 1.1em;
		padding: 15px;
		text-align: left;
	}

	.taiou-wrap ul li {
		padding: 15px 15px 15px 40px;
	}
}


.payment {
	--titBfz: 1.2em;
	--titBbg: var(--brown);
	--titBc: var(--white);
	--titBp: 15px;
	--titBm: 0 0 10px;
}

.payment dl {
	margin: 30px 0;
}

@media screen and (max-width:520px) {
	.payment {
		--titBfz: 1em;
	}

	.payment dl {
		margin: 15px 0;
	}
}

/*****
リフォームメニュー
***/
.list-items2 li {
  background: var(--bodybg);
  border-radius: 15px;
  margin: 0 0 20px;
  padding: 15px;
}

.list-items2 .cat02 {
  display: inline-block;
  margin: 0 0 5px;
}

.list-items2 em {
  font-size: 12px;
  font-style: normal;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 3px 10px;
  color: var(--white);
  border-radius: 50px;
  background: var(--red);
}

.list-items2 .text {
  padding: 10px 0 0;
  font-size: 0.9em;
}

.list-items2 h4 {
  background: var(--bodybg);
  mix-blend-mode: multiply;
  padding: 3px 10px;
  font-weight: bold;
  margin: 10px 0;
}

.list-items2 .p {
  padding: 0 5px;
}

@media screen and (max-width:520px) {
  .list-items2 {
    margin: 30px auto 0;
  }

  .list-items2 li {
    padding: 10px;
  }
}/*layout:10*//*layout:4*/