@charset "UTF-8";
/*
---------------------------------------------------------
    reset.css ver 1.2 [2008/11/25] 
    *This document validates as CSS level 3
    *GNU General Public License v3
    *http://higash.net/20081125/reset_css3.html

    Modify YUI Reset CSS, YUI Fonts CSS 
    *Copyright (c) 2008, Yahoo! Inc. All rights reserved.
    *http://developer.yahoo.com/yui/license.html
    
    Modify Formy CSS Form Framework 0.8(beta)
    *GNU General Public License v2
    *http://code.google.com/p/formy-css-framework/
---------------------------------------------------------
*/

/* --HTML-- */

html {
	font-size: 62.5%;
}

/* --BODY-- */

body {
	font-family: 'Shippori Mincho', 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-size: 1.07143vw;
	font-weight: 500;
	font-style: normal;
	line-height: 2.2;
	margin: 0 auto;
	padding: 0;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'palt' 1;
}

body.open {
	overflow: hidden;
}

* {
	box-sizing: border-box;
}

/* --OTHER TAGS-- */

a {
	overflow: hidden;
	transition: all .2s ease-out;
	text-decoration: none;
	word-break: break-all;
}

a:hover {
	opacity: .7;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=70);
	-khtml-opacity: .7;
	-moz-opacity: .7;
}

a:link,
a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

a img,
img {
	vertical-align: bottom;
	border: 0;
}

abbr,
acronym {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
strong,
var,
i {
	font-weight: normal;
	font-style: normal;
}

blockquote,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
span,
td,
th,
ul,
figure {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
}

caption,
th {
	text-align: left;
}

code,
kbd,
pre,
samp,
tt {
	font-family: monospace;
	line-height: 100%;
}

/* for IE7 */

* + html code,
kbd,
pre,
samp,
tt {
	font-size: 108%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

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

/* form */

button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* tables still need 'cellspacing="0"' */

table {
	font-size: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

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

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

.js-fadein {
	transition: all .5s ease-out;
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.js-fade {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.loader-wrap {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	background: #fff url(../img/common/logo.webp) center center no-repeat;
	background-size: 180px auto;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.loader {
	text-indent: -9999em;
}

/*
* #Header
*/

header {
	margin-bottom: 1.42857vw;
}

.header-logo {
	padding-top: 1.42857vw;
	text-align: center;
}

.header-logo .eng {
	font-size: 1.42857vw;
	font-weight: 600;
	line-height: 1.5;
	display: block;
}

.header-logo .jpn {
	font-size: 1vw;
	display: block;
}

.hab-nav {
	position: fixed;
	z-index: 9;
	top: 0;
	right: -40vw;
	overflow: auto;
	width: 40vw;
	height: 100vh;
	padding: 200px 100px;
	transition: all .2s ease-out;
	color: #fff;
	background: rgba(0, 0, 0, .7);
	-webkit-overflow-scrolling: touch;
}

.open .hab-nav {
	right: 0;
}

.hab-nav_bg {
	position: fixed;
	z-index: 7;
	top: 0;
	right: 0;
	width: 0;
	height: 100vh;
	transition: all .4s ease-out;
	background: rgba(0, 0, 0, .5);
}

.open .hab-nav_bg {
	width: 100vw;
}

.headerNav__list {
	text-align: left;
}

.headerNav__list > li > a {
	position: relative;
	display: inline-block;
	color: #fff;
}

.headerNav__list > li > a:after {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	background: #fff;
}

.headerNav__list > li > a:hover:after {
	animation-name: arr_move;
	animation-duration: .5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.headerNav__list > li > a .eng {
	font-size: 2.14286vw;
	display: inline-block;
	margin-right: 1.42857vw;
}

.spNavBtn__btn {
	position: fixed;
	z-index: 12;
	top: 3.57143vw;
	right: 3.57143vw;
}

.spNavBtn__btn a {
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	color: #fff;
	background: #000;
}

.spNavBtn__btn a:after {
	position: absolute;
	top: 50%;
	left: 40%;
	display: block;
	width: 20%;
	height: 1px;
	content: '';
	transition: all .3s ease-out;
	background: #fff;
}

.open .spNavBtn__btn a:after {
	opacity: 0;
}

.spNavBtn__btn a span:before,
.spNavBtn__btn a span:after {
	position: absolute;
	left: 40%;
	display: block;
	width: 20%;
	height: 1px;
	content: '';
	transition: all .3s ease-out;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	background: #fff;
}

.open .spNavBtn__btn a span:before,
.open .spNavBtn__btn a span:after {
	top: 50% !important;
	left: 50% !important;
	width: 30% !important;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.spNavBtn__btn a span:before {
	top: 35%;
}

.open .spNavBtn__btn a span:before {
	-ms-transform: rotate(-45deg) translate(-50%, -50%);
	transform: rotate(-45deg) translate(-50%, -50%);
}

.spNavBtn__btn a span:after {
	top: 65%;
}

.open .spNavBtn__btn a span:after {
	-ms-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
}

.spNavBtn__btn a:hover {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.spNavBtn__btn a:hover:after {
	left: 35%;
	width: 30%;
}

.spNavBtn__btn a:hover span:before,
.spNavBtn__btn a:hover span:after {
	left: 35%;
	width: 30%;
}

.open .spNavBtn__btn a:hover span:before,
.open .spNavBtn__btn a:hover span:after {
	width: 40% !important;
}

.spNavBtn__btn a:hover span:before {
	top: 40%;
}

.spNavBtn__btn a:hover span:after {
	top: 60%;
}

.open .spNavBtn__btn a {
	color: #747474;
	background: #747474;
}

/**
 * #Footer
 */

footer {
	padding-bottom: 1.42857vw;
}

.footer-logo {
	text-align: center;
}

.footer-logo .eng {
	font-size: 2.14286vw;
	font-weight: 500;
}

.copyright {
	font-size: .92857vw;
	text-align: center;
}

.page_top {
	position: fixed;
	z-index: 4;
	right: 2.14286vw;
	bottom: 2.14286vw;
}

.page_top a {
	display: block;
	width: 3.57143vw;
	height: 3.57143vw;
	background: #000 url(../img/common/arr_up_white.svg) center center no-repeat;
	background-size: 40% auto;
}

.sp-fixed_menu {
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.sp-fixed_menu ul {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sp-fixed_menu ._shop,
.sp-fixed_menu ._map {
	font-size: 1.2rem;
	width: 25%;
	background: #45b0dc;
}

.sp-fixed_menu ._shop a,
.sp-fixed_menu ._map a {
	padding-top: 37px;
	background: url(../img/common/icon_shop.webp) center top 10px no-repeat;
	background-size: 28px auto;
}

.sp-fixed_menu ._map {
	background: #3b578a;
}

.sp-fixed_menu ._map a {
	background-image: url(../img/common/icon_map.webp);
}

.sp-fixed_menu ._contact {
	font-size: 1.6rem;
	width: 50%;
	background: #0e701e;
}

.sp-fixed_menu ._contact a {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sp-fixed_menu ._contact a span {
	padding-left: 20px;
	background: url(../img/common/ar_white.webp) center left no-repeat;
	background-size: 15px auto;
}

.sp-fixed_menu a {
	display: block;
	height: 60px;
	text-align: center;
	color: #fff;
}

/**
 * #Main
 */

/*------------ common ------------*/

.box1 {
	text-align: center;
}

.box1-inner {
	display: inline-block;
	border: 1px solid #000;
}

.list_icon li {
	line-height: 1.7;
	position: relative;
	margin-bottom: .71429vw;
	padding-left: 1.28571vw;
}

.list_icon li:after {
	position: absolute;
	top: .42857vw;
	left: 0;
	display: block;
	width: .71429vw;
	height: .5vw;
	content: '';
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

.uline {
	text-decoration: underline !important;
}

/*------------ top ------------*/

.fv {
	text-align: center;
}

.fv-img {
	text-align: center;
}

.fv-img img {
	width: 28.57143vw;
}

.fv-ttl {
	font-size: 2.14286vw;
	margin-bottom: 2.14286vw;
}

.fv-txt1 {
	line-height: 1.7;
}

.price-box_item {
	font-size: 1.42857vw;
}

.price-box_item:first-child {
	margin-right: 2.14286vw;
}

.detail-list .list_icon:first-child {
	margin-right: 2.14286vw;
}

.flow-list dt {
	margin-bottom: .35714vw;
}

.flow-list dd {
	font-size: 1vw;
	line-height: 1.7;
	margin-bottom: 2.14286vw;
	padding-left: 1.64286vw;
}

.design-img {
	text-align: center;
}

.design-img img {
	width: 25vw;
}

.fixed_btn {
	position: fixed;
	z-index: 2;
	right: 1.42857vw;
	bottom: 30%;
}

.icon_line a {
	display: block;
	text-decoration: underline;
}

.icon_line a span {
	position: relative;
	padding-left: 2.85714vw;
}

.icon_line a span:after {
	position: absolute;
	top: 60%;
	left: 0;
	display: block;
	width: 2.14286vw;
	height: 2.14286vw;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/icon_line.webp) center center no-repeat;
	background-size: 100% auto;
}

.table-1 {
	width: 100%;
	border-top: 1px solid #d5d5d5;
}

.table-1 th,
.table-1 td {
	padding-top: 1.07143vw;
	padding-bottom: 1.07143vw;
	border-bottom: 1px solid #d5d5d5;
}

.table-1 th {
	position: relative;
}

.table-1 th:after {
	position: absolute;
	top: 10px;
	right: 20px;
	display: block;
	width: 1px;
	height: calc(100% - 20px);
	content: '';
	background: #747474;
}

.table-1 th {
	position: relative;
	padding-right: 3.57143vw;
}

.table-1 th ._required {
	position: absolute;
	top: 50%;
	right: 2.85714vw;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

._required {
	font-size: .78571vw;
	line-height: 1.5;
	display: inline-block;
	padding: .14286vw .5vw;
	color: #fff;
	background: #747474;
}

.zip_list li {
	margin-bottom: 1.07143vw;
}

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

input[type='text'],
input[type='email'],
input[type='tel'] {
	width: 100%;
	padding-top: .42857vw;
	padding-right: .42857vw;
	padding-bottom: .42857vw;
	padding-left: .42857vw;
	border: none;
	border-radius: 0;
	background: #eee;
}

input[type='text']#zip,
input[type='email']#zip,
input[type='tel']#zip {
	width: 10.71429vw;
	margin-left: .71429vw;
}

input[type='text']#pref,
input[type='text']#city,
input[type='text']#addr,
input[type='email']#pref,
input[type='email']#city,
input[type='email']#addr,
input[type='tel']#pref,
input[type='tel']#city,
input[type='tel']#addr {
	width: 80%;
	margin-left: .71429vw;
}

textarea {
	width: 100%;
	height: 14.28571vw;
	border: none;
	border-radius: 0;
	background: #eee;
}

.pp_box {
	font-size: 1vw;
	overflow-y: scroll;
	height: 14.28571vw;
	padding: .71429vw;
	color: #444;
	border: 1px solid #d5d5d5;
}

input[type=radio] {
	display: none;
}

.mwform-radio-field-text {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	padding-left: 26px;
	cursor: pointer;
}

.mwform-radio-field-text:before {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 17px;
	height: 17px;
	content: '';
	border: 1px solid #ccc;
	border-radius: 50%;
}

.mwform-radio-field-text:after {
	position: absolute;
	top: 7px;
	left: 5px;
	display: block;
	width: 9px;
	height: 9px;
	content: '';
	transition: all .3s ease-out;
	opacity: 0;
	border-radius: 50%;
	background: #0b5cff;
}

input[type=radio]:checked + .mwform-radio-field-text:after {
	opacity: 1;
}

.wpcf7-list-item {
	display: block !important;
	margin-bottom: .71429vw;
	margin-left: 0 !important;
}

.wpcf7-list-item input[type='checkbox'] {
	display: none;
}

.wpcf7-list-item-label {
	position: relative;
	padding-left: 23px;
}

.wpcf7-list-item-label:before {
	position: absolute;
	z-index: 2;
	top: 0;
	left: .07143vw;
	display: block;
	width: 1.14286vw;
	height: 1.14286vw;
	content: '';
	opacity: 0;
	background: url(../img/common/icon_check.svg) center center no-repeat;
	background-size: auto 100%;
}

.wpcf7-list-item-label:after {
	position: absolute;
	z-index: 1;
	top: .28571vw;
	left: 0;
	display: block;
	width: 1.07143vw;
	height: 1.07143vw;
	content: '';
	border: 1px solid #ccc;
}

.wpcf7-list-item input[type='checkbox']:checked + .wpcf7-list-item-label:before {
	opacity: 1;
}

.select_wrap {
	display: inline-block;
	border: 1px solid #d5d5d5;
	background: #fff url(../img/common/arr_down.svg) right .71429vw center no-repeat;
	background-size: .71429vw auto;
}

.select_wrap select {
	width: 14.28571vw;
	padding: .71429vw 2.14286vw .71429vw .71429vw;
	border: none;
	background: 0 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wpcf7-previous {
	min-width: 7.14286vw !important;
	margin-right: 2.14286vw;
	cursor: pointer;
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	background: none;
}

.news-detail_ttl {
	font-size: 1.78571vw;
	font-weight: 600;
	padding-bottom: .71429vw;
}

.post_content h2 {
	font-size: 1.85714vw;
	font-weight: 600;
	position: relative;
	clear: both;
	margin-top: 2.85714vw;
	padding-bottom: .71429vw;
}

.post_content h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 1.42857vw;
	height: .07143vw;
	content: '';
	background: #000;
}

.post_content h3 {
	font-size: 1.71429vw;
	font-weight: 600;
	position: relative;
	clear: both;
	margin-top: 2.85714vw;
	padding-bottom: .71429vw;
}

.post_content h3:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 1.42857vw;
	height: .07143vw;
	content: '';
	background: #000;
}

.post_content h4 {
	font-size: 1.57143vw;
	font-weight: 600;
	position: relative;
	clear: both;
	margin-top: 2.85714vw;
	padding-bottom: .71429vw;
}

.post_content h4:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 1.42857vw;
	height: .07143vw;
	content: '';
	background: #000;
}

.post_content h5 {
	font-size: 1.42857vw;
	font-weight: 600;
	position: relative;
	clear: both;
	margin-top: 2.85714vw;
	padding-bottom: .71429vw;
}

.post_content h5:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 1.42857vw;
	height: .07143vw;
	content: '';
	background: #000;
}

.post_content h6 {
	font-size: 1.28571vw;
	font-weight: 600;
	position: relative;
	clear: both;
	margin-top: 2.85714vw;
	padding-bottom: .71429vw;
}

.post_content h6:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 1.42857vw;
	height: .07143vw;
	content: '';
	background: #000;
}

.post_content p {
	clear: both;
	margin-top: 1.42857vw;
}

.post_content ul,
.post_content ol {
	margin-top: 2.85714vw;
}

.post_content ul li {
	line-height: 1.7;
	position: relative;
	margin-bottom: .92857vw;
	padding-left: .71429vw;
}

.post_content ul li:after {
	position: absolute;
	top: .85714vw;
	left: 0;
	display: block;
	width: .21429vw;
	height: .21429vw;
	content: '';
	border-radius: 50%;
	background: #000;
}

.post_content ol {
	padding-left: 1.42857vw;
	list-style-position: outside;
	list-style-type: decimal;
}

.post_content ol li {
	line-height: 1.7;
	margin-bottom: .92857vw;
}

.post_content img,
.post_content video,
.post_content iframe {
	max-width: auto;
	height: auto;
}

.post_content strong {
	font-weight: 700;
}

.post_content .alignleft {
	float: left;
	margin: .5em 1em .5em 0;
}

.post_content .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.post_content .alignright {
	float: right;
	margin: .5em 0 .5em 1em;
}

.post_content a {
	text-decoration: underline;
}

.post_content .ez-toc-list li:before {
	content: none;
}

.post_content .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.post_content .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.post_content table {
	width: 100%;
	margin-top: 1.42857vw;
}

.post_content table th,
.post_content table td {
	padding: .71429vw;
	border: 1px solid #d5d5d5;
}

.post_content blockquote {
	font-style: italic;
	position: relative;
	margin-top: 1.42857vw;
	padding: 1.42857vw;
}

.post_content blockquote:after {
	font-size: 1.42857vw;
	position: absolute;
	top: 0;
	left: 0;
	content: '"';
	color: #777;
}

.post_content blockquote p:first-child {
	margin-top: 0;
}

.pager {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.pager .page-numbers {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	min-width: 2.14286vw;
	height: 2.85714vw;
	margin-right: .57143vw;
	margin-left: .57143vw;
	text-align: center;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pager .page-numbers:after {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	background: #000;
}

.pager .page-numbers:hover:after {
	animation-name: arr_move;
	animation-duration: .5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.pager .page-numbers.current:after {
	content: none;
}

.pager .page-numbers.prev,
.pager .page-numbers.next {
	position: relative;
	transition: all .2s ease-out;
}

.wp-paging ._btn a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding-top: .35714vw;
	padding-right: .35714vw;
	padding-bottom: .35714vw;
	padding-left: .35714vw;
}

.wp-paging ._btn a:after {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	background: #000;
}

.wp-paging ._btn a:hover:after {
	animation-name: arr_move;
	animation-duration: .5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.wp-paging:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

.wp-paging .prev {
	float: left;
}

.wp-paging .next {
	float: right;
	text-align: right;
}

.frame-wrapper__video {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.frame-wrapper__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**
 * #Breadcrumbs
 */

.breadcrumb li {
	font-size: .92857vw;
	line-height: 1;
	position: relative;
	position: relative;
	display: inline-block;
	margin-right: 2.14286vw;
	vertical-align: top;
}

.breadcrumb li:after {
	position: absolute;
	top: 0;
	right: -15px;
	display: block;
	width: 1px;
	height: 100%;
	content: '';
	background: #0e701e;
}

.breadcrumb li:last-child:after {
	content: none;
}

.breadcrumb li a {
	display: inline-block;
	padding-top: 2px;
	padding-right: 2px;
	text-decoration: underline;
}

/**
 * #btn
 */

.btn a,
.btn input[type='submit'],
.btn input[type='button'],
.btn button {
	position: relative;
	display: inline-block;
	min-width: 14.28571vw;
	padding: .71429vw 2.85714vw .71429vw .71429vw;
	text-align: left;
}

.btn a:after,
.btn input[type='submit']:after,
.btn input[type='button']:after,
.btn button:after {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	background: #000;
}

.btn a:before,
.btn input[type='submit']:before,
.btn input[type='button']:before,
.btn button:before {
	position: absolute;
	top: 50%;
	right: .71429vw;
	display: block;
	width: .35714vw;
	content: '';
	-ms-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	aspect-ratio: 1 / 1;
}

.btn a:hover:after,
.btn input[type='submit']:hover:after,
.btn input[type='button']:hover:after,
.btn button:hover:after {
	animation-name: arr_move;
	animation-duration: .5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.btn._white a {
	color: #fff;
}

.btn._white a:after {
	background: #fff;
}

.btn input[type='submit'] {
	overflow: hidden;
	cursor: pointer;
	color: #000;
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	background: none;
}

.btn2 a {
	display: inline-block;
	text-decoration: underline;
}

.btn2 a span {
	position: relative;
	padding-right: 25px;
}

.btn2 a span:after {
	position: absolute;
	top: 50%;
	left: 1.42857vw;
	display: block;
	width: 2.71429vw;
	height: 2.71429vw;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #fff url(../img/common/arr_gray.webp) left 50% center no-repeat;
	background-size: 40% auto;
}

.no-webp .btn2 a span:after {
	background-image: url(../img/common/arr_white.png);
}

.btn3 a {
	font-weight: bold;
	display: inline-block;
	min-width: 18.57143vw;
	padding: .92857vw 1.42857vw;
	border-radius: .35714vw;
	background: #eee;
}

.page-ttl {
	padding-top: 3.57143vw;
}

.page-ttl_flex {
	-ms-flex-align: end;
	align-items: flex-end;
}

.page-ttl_title .eng {
	font-size: 5vw;
	font-weight: 500;
	margin-right: 1.42857vw;
}

.page-ttl_title .jpn {
	font-size: 1.42857vw;
	font-weight: 500;
}

.page-ttl_img {
	position: relative;
	overflow: hidden;
	height: 21.42857vw;
	margin-top: 2.14286vw;
}

.page-ttl_img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
	will-change: transform;
}

.js-pal_img {
	position: relative;
	overflow: hidden;
	height: 64.28571vw;
}

.js-pal_img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
	will-change: transform;
}

.js-pal_img._h-400 {
	height: 28.57143vw;
}

.heading1 {
	font-size: 1.71429vw;
	margin-bottom: 1.42857vw;
	text-align: center;
}

.heading2 {
	font-size: 1.42857vw;
	margin-bottom: 1.07143vw;
	text-align: center;
}

.heading_eng2 {
	font-size: 2.85714vw;
	line-height: 1;
}

.heading_eng_large {
	font-size: 5vw;
	line-height: 1;
}

.scroll_icon {
	display: none;
}

/**
 * #Col
 */

.section {
	margin-right: 4.28571vw;
	margin-left: 4.28571vw;
}

.section__wide {
	width: 100%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 3.333%;
	padding-left: 3.333%;
}

.w600 {
	width: 42.85714vw;
	margin-right: auto;
	margin-left: auto;
}

.w700 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

.w800 {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.flex {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex.align-c {
	-ms-flex-align: center;
	align-items: center;
}

.flex._revease {
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}

.flex._revease .grid2 {
	margin-right: 0;
}

.flex._revease .grid2:nth-child(2n) {
	margin-right: 6%;
}

.flex._start {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flex._center {
	-ms-flex-pack: center;
	justify-content: center;
}

.flex._between {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex._mb > * {
	margin-bottom: 3.57143vw;
}

.tab-dblock {
	display: -ms-flexbox;
	display: flex;
}

.grid2 {
	width: 47%;
	margin-right: 6%;
}

.grid2:nth-child(2n) {
	margin-right: 0;
}

.grid3 {
	width: 31%;
	margin-right: 3.5%;
}

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

.grid3_1 {
	width: 31%;
}

.grid3_2 {
	width: 65%;
}

.grid4 {
	width: 22%;
	margin-right: 4%;
}

.grid4:nth-child(4n) {
	margin-right: 0;
}

.grid7 {
	width: 65.5%;
}

.grid2_small {
	width: 25%;
}

.grid2_wide {
	width: 70%;
}

/**
 * #Position
 */

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

/**
 * #Margin
 */

.mb-xs {
	margin-bottom: .35714vw;
}

.mb-s {
	margin-bottom: .71429vw;
}

.mb-m {
	margin-bottom: 2.14286vw;
}

.mb-mm {
	margin-bottom: 3.57143vw;
}

.mb-l {
	margin-bottom: 7.14286vw;
}

.mb-xl {
	margin-bottom: 10.71429vw;
}

.mb-xxl {
	margin-bottom: 15.71429vw;
}

.pb-xs {
	padding-bottom: .35714vw;
}

.pb-s {
	padding-bottom: .71429vw;
}

.pb-m {
	padding-bottom: 2.14286vw;
}

.pb-mm {
	padding-bottom: 3.57143vw;
}

.pb-l {
	padding-bottom: 7.14286vw;
}

.pb-xl {
	padding-bottom: 10.71429vw;
}

.pb-xxl {
	padding-bottom: 15.71429vw;
}

.pt-xs {
	padding-top: .35714vw;
}

.pt-s {
	padding-top: .71429vw;
}

.pt-m {
	padding-top: 2.14286vw;
}

.pt-mm {
	padding-top: 3.57143vw;
}

.pt-l {
	padding-top: 7.14286vw;
}

.pt-xl {
	padding-top: 10.71429vw;
}

.pt-xxl {
	padding-top: 15.71429vw;
}

.ptb-l {
	padding-top: 100px;
	padding-bottom: 100px;
}

/**
 * #Text
 */

.text_s {
	font-size: 1vw;
	line-height: 1.7;
}

.text_m {
	font-size: 1.28571vw;
}

.text_l {
	font-size: 1.42857vw;
	line-height: 1.7;
}

.text_red {
	color: #de2900;
}

.text_blue {
	color: #45b0dc;
}

.bold {
	font-weight: 700;
}

a.link_orange {
	text-decoration: underline;
	color: #faad18;
}

.lh15 {
	line-height: 1.5;
}

.lh16 {
	line-height: 1.6;
}

.lh17 {
	line-height: 1.7;
}

/**
 * #Display
 */

.tablet {
	display: none;
}

.pc {
	display: inline;
}

.map iframe {
	width: 100%;
	height: 500px;
	vertical-align: top;
	filter: grayscale(100%);
}

.eng {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-optical-sizing: auto;
}

.table-2 {
	width: 100%;
}

.table-2 th,
.table-2 td {
	line-height: 1.6;
	padding: 1.07143vw;
	border: 1px solid #d5d5d5;
	background: #fff;
}

.table-price {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	width: 100%;
}

.table-price th,
.table-price td {
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #d5d5d5;
}

.table-price th {
	border-bottom: none;
	background: #eee;
}

.table-price ._head {
	font-weight: bold;
	color: #fff;
	background: #faad18;
}

.w90p {
	padding-right: 5%;
	padding-left: 5%;
}

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

.section__wide {
	margin-right: 7.14286vw;
	margin-left: 7.14286vw;
}

}

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

body {
	font-size: 3.33333vw;
}

header {
	margin-bottom: 4.7619vw;
}

.header-logo {
	padding-top: 4.7619vw;
}

.header-logo .eng {
	font-size: 4.7619vw;
}

.header-logo .jpn {
	font-size: 2.85714vw;
}

.hab-nav {
	right: -100vw;
	width: 100vw;
	padding-top: 30.95238vw;
	padding-right: 7.14286vw;
	padding-left: 7.14286vw;
}

.headerNav__list > li > a .eng {
	font-size: 4.7619vw;
}

.headerNav__list > li > a .eng {
	margin-right: 2.38095vw;
}

.spNavBtn__btn {
	right: 4.7619vw;
}

.spNavBtn__btn a {
	width: 10.71429vw;
	height: 10.71429vw;
}

footer {
	padding-bottom: 19.04762vw;
}

.footer-logo .eng {
	font-size: 7.14286vw;
}

.copyright {
	font-size: 3.09524vw;
}

.page_top {
	bottom: 0vw;
}

.page_top {
	right: 0vw;
}

.page_top a {
	width: 9.52381vw;
}

.page_top a {
	height: 9.52381vw;
}

.list_icon li {
	margin-bottom: 2.38095vw;
	padding-left: 4.28571vw;
}

.list_icon li:after {
	top: 1.42857vw;
	width: 2.38095vw;
	height: 1.66667vw;
}

.fv-img img {
	width: 71.42857vw;
}

.fv-ttl {
	font-size: 5.95238vw;
	margin-bottom: 7.14286vw;
}

.price-box_item {
	font-size: 4.7619vw;
}

.detail-list .list_icon:first-child {
	margin-right: 0;
}

.flow-list dd {
	font-size: 3.33333vw;
	margin-bottom: 7.14286vw;
	padding-left: 5.47619vw;
}

.design-img img {
	width: 59.52381vw;
}

.fixed_btn {
	right: 0;
	bottom: 0;
	width: 100%;
}

.icon_line a {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 11.90476vw;
	background: rgba(255, 255, 255, .7);
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.icon_line a span {
	padding-left: 8.09524vw;
}

.icon_line a span:after {
	width: 5.95238vw;
	height: 5.95238vw;
}

.table-1 th,
.table-1 td {
	padding-top: 3.57143vw;
}

.table-1 th,
.table-1 td {
	padding-bottom: 3.57143vw;
}

.table-1 th,
.table-1 td {
	display: block;
	width: 100%;
}

.table-1 th:after {
	content: none;
}

.table-1 th {
	padding-bottom: 0;
}

.table-1 th ._required {
	position: static;
	margin-left: 4.7619vw;
	vertical-align: -2vw;
}

.table-1 td {
	padding-top: 0;
}

._required {
	font-size: 2.61905vw;
	padding: .47619vw 1.66667vw;
}

.zip_list li {
	margin-bottom: 3.57143vw;
}

input[type='text'],
input[type='email'],
input[type='tel'] {
	padding-top: 1.42857vw;
}

input[type='text'],
input[type='email'],
input[type='tel'] {
	padding-bottom: 1.42857vw;
}

input[type='text'],
input[type='email'],
input[type='tel'] {
	padding-left: 1.42857vw;
}

input[type='text'],
input[type='email'],
input[type='tel'] {
	padding-right: 1.42857vw;
}

input[type='text']#zip,
input[type='email']#zip,
input[type='tel']#zip {
	width: 35.71429vw;
}

textarea {
	height: 47.61905vw;
}

.pp_box {
	padding: 2.38095vw;
}

.pp_box {
	height: 47.61905vw;
}

.pp_box {
	font-size: 3.33333vw;
}

.wpcf7-list-item {
	margin-bottom: 2.38095vw;
}

.wpcf7-list-item-label {
	padding-left: 4.7619vw;
}

.wpcf7-list-item-label:before {
	left: .2381vw;
	width: 3.80952vw;
	height: 3.80952vw;
}

.wpcf7-list-item-label:after {
	width: 3.33333vw;
	height: 3.33333vw;
}

.select_wrap {
	display: block;
	background-position: right 2.38095vw center;
	background-size: 2.38095vw auto;
}

.select_wrap select {
	width: 100%;
	padding: 2.38095vw 7.14286vw 2.38095vw 2.38095vw;
}

.wpcf7-previous {
	display: block !important;
	min-width: 80% !important;
	margin-right: 7.14286vw;
	margin-right: 0;
	margin-bottom: 7.14286vw;
}

.news-detail_ttl {
	font-size: 5.95238vw;
}

.news-detail_ttl {
	padding-bottom: 2.38095vw;
}

.post_content h2 {
	font-size: 6.19048vw;
}

.post_content h2 {
	margin-top: 9.52381vw;
}

.post_content h2 {
	padding-bottom: 2.38095vw;
}

.post_content h2:after {
	width: 4.7619vw;
}

.post_content h2:after {
	height: .2381vw;
}

.post_content h3 {
	font-size: 5.71429vw;
}

.post_content h3 {
	margin-top: 9.52381vw;
}

.post_content h3 {
	padding-bottom: 2.38095vw;
}

.post_content h3:after {
	width: 4.7619vw;
}

.post_content h3:after {
	height: .2381vw;
}

.post_content h4 {
	font-size: 5.2381vw;
}

.post_content h4 {
	margin-top: 9.52381vw;
}

.post_content h4 {
	padding-bottom: 2.38095vw;
}

.post_content h4:after {
	width: 4.7619vw;
}

.post_content h4:after {
	height: .2381vw;
}

.post_content h5 {
	font-size: 4.7619vw;
}

.post_content h5 {
	margin-top: 9.52381vw;
}

.post_content h5 {
	padding-bottom: 2.38095vw;
}

.post_content h5:after {
	width: 4.7619vw;
}

.post_content h5:after {
	height: .2381vw;
}

.post_content h6 {
	font-size: 4.28571vw;
}

.post_content h6 {
	margin-top: 9.52381vw;
}

.post_content h6 {
	padding-bottom: 2.38095vw;
}

.post_content h6:after {
	width: 4.7619vw;
}

.post_content h6:after {
	height: .2381vw;
}

.post_content p {
	margin-top: 4.7619vw;
}

.post_content ul,
.post_content ol {
	margin-top: 9.52381vw;
}

.post_content ul li {
	margin-bottom: 3.09524vw;
}

.post_content ul li {
	padding-left: 2.38095vw;
}

.post_content ul li:after {
	width: .71429vw;
}

.post_content ul li:after {
	height: .71429vw;
}

.post_content ul li:after {
	top: 2.85714vw;
}

.post_content ol {
	padding-left: 4.7619vw;
}

.post_content ol li {
	margin-bottom: 3.09524vw;
}

.post_content table {
	margin-top: 4.7619vw;
}

.post_content table th,
.post_content table td {
	padding: 2.38095vw;
}

.post_content blockquote {
	margin-top: 4.7619vw;
}

.post_content blockquote {
	padding: 4.7619vw;
}

.post_content blockquote:after {
	font-size: 4.7619vw;
}

.pager .page-numbers {
	min-width: 7.14286vw;
}

.pager .page-numbers {
	height: 9.52381vw;
}

.pager .page-numbers {
	margin-left: 1.90476vw;
}

.pager .page-numbers {
	margin-right: 1.90476vw;
}

.wp-paging ._btn a {
	padding-top: 1.19048vw;
}

.wp-paging ._btn a {
	padding-bottom: 1.19048vw;
}

.wp-paging ._btn a {
	padding-left: 1.19048vw;
}

.wp-paging ._btn a {
	padding-right: 1.19048vw;
}

.breadcrumb ul {
	white-space: nowrap;
}

.breadcrumb .section {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.breadcrumb ul {
	width: auto;
}

.breadcrumb li {
	font-size: 2.85714vw;
}

.breadcrumb li {
	margin-right: 7.14286vw;
}

.btn a,
.btn input[type='submit'],
.btn input[type='button'],
.btn button {
	min-width: 80%;
	padding: 2.38095vw 9.52381vw 2.38095vw 2.38095vw;
}

.btn2 a span:after {
	left: 3.33333vw;
	width: 8.14286vw;
	height: 8.14286vw;
}

.page-ttl {
	padding-top: 11.90476vw;
}

.page-ttl_title {
	margin-bottom: 9.52381vw;
}

.page-ttl_title > span {
	display: block;
}

.page-ttl_title .eng {
	font-size: 9.52381vw;
}

.page-ttl_title .eng {
	margin-right: 4.7619vw;
}

.page-ttl_title .jpn {
	font-size: 4.04762vw;
}

.page-ttl_img {
	height: 47.61905vw;
}

.page-ttl_img {
	margin-top: 7.14286vw;
}

.page-ttl_img img {
	width: 150%;
	max-width: none;
}

.js-pal_img {
	height: 71.42857vw;
}

.js-pal_img {
	margin-left: 40%;
}

.js-pal_img._h-400 {
	height: 47.61905vw;
}

.heading1 {
	font-size: 4.7619vw;
	margin-bottom: 4.7619vw;
}

.heading2 {
	font-size: 4.7619vw;
}

.heading2 {
	margin-bottom: 3.57143vw;
}

.heading_eng2 {
	font-size: 7.14286vw;
}

.heading_eng_large {
	font-size: 7.14286vw;
}

.scroll {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.scroll._sp {
	overflow-x: auto;
	overflow-y: auto;
}

.scroll_icon {
	font-size: 13px;
	font-size: 1.3rem;
	position: absolute;
	top: 30px;
	left: 50%;
	display: block;
	width: 60%;
	height: 70px;
	padding-top: 48px;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-align: center;
	pointer-events: none;
	color: #fff;
	border-radius: 5px;
	background: rgba(0, 0, 0, .5) url(../img/common/icon_scroll_arr.png) center 18px no-repeat;
	background-size: auto 20px;
}

.scroll_icon ._icon {
	position: absolute;
	top: 8px;
	left: 50%;
	display: block;
	width: 30px;
	height: 34px;
	margin-left: -15px;
	content: '';
	-ms-transform: translate(-20px, 0);
	transform: translate(-20px, 0);
	animation-name: scroll_animation;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	background: url(../img/common/icon_scroll_hand.png) center center no-repeat;
	background-size: auto 100%;
}

.section {
	margin-right: 7.14286vw;
	margin-left: 7.14286vw;
}

.flex._mb > * {
	margin-bottom: 7.14286vw;
}

.flex._mb_sp > * {
	margin-bottom: 11.90476vw;
}

.flex._mb_sp > *:last-child {
	margin-bottom: 0;
}

.flex._mb_sp-s > * {
	margin-bottom: 4.7619vw;
}

.flex._mb_sp-s > *:last-child {
	margin-bottom: 0;
}

.tab-dblock {
	display: block;
}

.grid2 {
	width: 100%;
	margin-right: 0;
}

.grid3 {
	width: 100%;
	margin-right: 0;
}

.tab-dblock .grid3_1 {
	width: auto;
}

.tab-dblock .grid3_2 {
	width: auto;
}

.grid4 {
	width: 100%;
	margin-right: 0;
}

.grid7 {
	width: 100%;
}

.grid2_small {
	width: 100%;
}

.grid2_wide {
	width: 100%;
}

.mb-xs {
	margin-bottom: 1.19048vw;
}

.mb-s {
	margin-bottom: 2.38095vw;
}

.mb-m {
	margin-bottom: 7.14286vw;
}

.mb-mm {
	margin-bottom: 9.52381vw;
}

.mb-l {
	margin-bottom: 14.28571vw;
}

.mb-xl {
	margin-bottom: 21.42857vw;
}

.mb-xxl {
	margin-bottom: 31.42857vw;
}

.pb-xs {
	padding-bottom: 1.19048vw;
}

.pb-s {
	padding-bottom: 2.38095vw;
}

.pb-m {
	padding-bottom: 7.14286vw;
}

.pb-mm {
	padding-bottom: 9.52381vw;
}

.pb-l {
	padding-bottom: 14.28571vw;
}

.pb-xl {
	padding-bottom: 21.42857vw;
}

.pb-xxl {
	padding-bottom: 31.42857vw;
}

.pt-xs {
	padding-top: 1.19048vw;
}

.pt-s {
	padding-top: 2.38095vw;
}

.pt-m {
	padding-top: 7.14286vw;
}

.pt-mm {
	padding-top: 9.52381vw;
}

.pt-l {
	padding-top: 14.28571vw;
}

.pt-xl {
	padding-top: 21.42857vw;
}

.pt-xxl {
	padding-top: 31.42857vw;
}

.text_s {
	font-size: 3.33333vw;
}

.text_m {
	font-size: 4.28571vw;
}

.text_l {
	font-size: 4.28571vw;
}

.tablet_left {
	text-align: left;
}

.tablet_center {
	text-align: center;
}

.tablet {
	display: inline;
}

.pc {
	display: none;
}

.table-2 th,
.table-2 td {
	padding: 3.57143vw;
}

}

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

.w700 {
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
}

}

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

.loader-wrap {
	background-size: 40% auto;
}

.table-1 th {
	border-bottom: none;
}

.pager .page-numbers {
	line-height: 7.14286vw;
	min-width: 7.14286vw;
	height: 7.14286vw;
}

.scroll._sp {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.sp_left {
	text-align: left;
}

.sp_center {
	text-align: center;
}

.table-price {
	font-size: 13px;
	font-size: 1.3rem;
}

.table-price th,
.table-price td {
	padding: 4px 4px;
}

}

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

.w600 {
	width: auto;
}

}

@keyframes icon1_anime2 {

0% {
	background-position: left 160% center;
}

100% {
	background-position: left -190% center;
}

}

@keyframes icon2_anime2 {

0% {
	-webkit-clip-path: polygon(100% 0%, 100% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0%, 100% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
}

45% {
	-webkit-clip-path: polygon(0% 0%, 0% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(0% 0%, 0% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
}

100% {
	-webkit-clip-path: polygon(0% 0%, 0% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(0% 0%, 0% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
}

}

@keyframes arr_move {

0% {
	transform: translate(0, 0);
}

50% {
	transform: translate(100%, 0);
}

51% {
	transform: translate(-100%, 0);
}

100% {
	transform: translate(0, 0);
}

}

@keyframes scroll_animation {

0 {
	transform: translate(-20px, 0);
}

50% {
	transform: translate(20px, 0);
}

100% {
	transform: translate(-20px, 0);
}

}


/*# sourceMappingURL=style.css.map */
