@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");
html, body, div, span, em, small, main, header, footer, section, ::before, ::after,
h1, h2, h3, h4, h5, h6, p, a, img,
dl, dt, dd, ol, ul, li,
table, caption, tr, th, td,
input, button, textarea, select, option {
	font-style: normal;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	word-break: break-all;
}

ol, ul {
	list-style: none;
}

img {
	vertical-align: bottom;
	-webkit-box-shadow: #000 0 0 0;
	        box-shadow: #000 0 0 0;
	-webkit-backface-visibility: hidden;
	max-width: 100%;
	width: 100%;
	height: auto;
}

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

a {
	color: inherit;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.2s, font-size 0s;
	transition: all 0.2s, font-size 0s;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

select {
	background-color: transparent;
}
select:focus-visible {
	outline: none;
}

svg {
	width: 100%;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
input[type=radio],
button {
	-webkit-appearance: none;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	border-radius: 0;
}

textarea:focus,
input:focus {
	outline: none;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@-webkit-keyframes slide_loop_x {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
@keyframes slide_loop_x {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
.is-fade > *:not(.is-not) {
	opacity: 0;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
	-webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
	transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.is-fade > .is-not {
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
	transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.is-fade.viewIn > * {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.is-popup {
	opacity: 0;
	scale: 0.6;
	-webkit-transition: all 0.8s cubic-bezier(0.68, -0.6, 0.32, 1.6);
	transition: all 0.8s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.is-popup.viewIn {
	scale: 1;
	opacity: 1;
}

.box-fade {
	opacity: 0;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
	-webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
	transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.box-fade.viewIn {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.p_hover a:hover {
	opacity: 0.7;
}

.svg.c_white svg {
	fill: #fff;
}
.svg.c_black svg {
	fill: #000;
}

.img-fit img {
	width: 100%;
	height: 100%;
	-o-object-position: 50% 50%;
	   object-position: 50% 50%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.replace_img {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}

.l_tel {
	pointer-events: none;
}

@media screen and (max-width: 800px) {
	.l_tel {
		pointer-events: auto;
	}
}
:root {
	--c_key1: #12AA34;
}

html {
	font-size: 10px;
}

body {
	color: #000;
	line-height: 1;
	font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
	background-color: #E0F1E4;
}

@media screen and (min-width: 801px) {
	.pc_off {
		display: none !important;
	}
}
@media screen and (max-width: 800px) {
	body {
		min-width: 320px;
	}
	.sp_off {
		display: none !important;
	}
}
.wrap_1200 {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

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

header

======================================== */
.header_nav {
	position: fixed;
	z-index: 99;
}

@media screen and (min-width: 1367px) {
	.header_nav {
		width: 15.7279vw;
	}
	.header_nav ul {
		margin-left: 1.8289vw;
	}
}
@media screen and (min-width: 801px) and (max-width: 1366px) {
	.header_nav {
		width: 215px;
	}
}
@media screen and (min-width: 801px) {
	.header .btn_nav {
		display: none;
	}
	.header_nav {
		color: #00A420;
		font-size: 12px;
		right: 50px;
		bottom: 26px;
		right: 0;
	}
	.header_nav ul {
		line-height: 166.6667%;
		margin-left: 25px;
	}
	.header_nav ul li {
		margin-bottom: 8px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header_nav ul li::before {
		content: "●";
		margin-right: 10px;
	}
	.header_nav ul li a:hover {
		opacity: 0.6;
	}
	.header_nav .txt {
		display: none;
	}
}
@media screen and (max-width: 800px) {
	.header .btn_nav {
		width: 50px;
		height: 31px;
		position: fixed;
		top: 18px;
		right: 18px;
		clip-path: polygon(40% 0%, 60% 0%, 100% 100%, 0% 100%);
		background-color: #008c20;
		z-index: 999;
		-webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
		transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
	}
	.header .btn_nav span, .header .btn_nav::before, .header .btn_nav::after {
		height: 1px;
		display: block;
		position: absolute;
		background: #fff;
		-webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
		transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
	}
	.header .btn_nav::before, .header .btn_nav::after {
		content: "";
		-webkit-transform-origin: 50% 50%;
		        transform-origin: 50% 50%;
	}
	.header .btn_nav span {
		width: 19px;
		top: 50%;
		left: calc(50% - 9.5px);
	}
	.header .btn_nav::before {
		width: 12px;
		left: calc(50% - 6px);
		-webkit-animation: btn_nav_top_off cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
		        animation: btn_nav_top_off cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
	}
	.header .btn_nav::after {
		width: 28px;
		left: calc(50% - 14px);
		-webkit-animation: btn_nav_bottom_off cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
		        animation: btn_nav_bottom_off cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
	}
	.header_nav {
		color: #fff;
		font-size: 14px;
		width: 100%;
		height: 100dvh;
		top: 0;
		left: 0;
		background-color: #008C20;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		width: 100%;
		height: 100vh;
		height: 100dvh;
		position: fixed;
		display: block;
		top: 0;
		left: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
		opacity: 0;
		visibility: hidden;
	}
	.header_nav_inner {
		background-image: url(../img/common/logo.svg);
		background-repeat: no-repeat;
		background-position: 50% 21px;
		background-size: 109px;
		padding: 145px 0 40px;
	}
	.header_nav ul {
		width: 85.3334%;
		margin: 0 auto 32px;
		border-top: 1px solid rgba(36, 179, 71, 0.98);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.header_nav ul li {
		width: 100%;
		position: relative;
		border-bottom: 1px solid rgba(36, 179, 71, 0.98);
	}
	.header_nav ul li._act {
		width: 50%;
	}
	.header_nav ul li._act:nth-of-type(odd)::before {
		width: 1px;
		height: 80%;
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		rotate: 24deg;
		background-color: rgba(36, 179, 71, 0.98);
		translate: 0 -50%;
	}
	.header_nav ul li._act:nth-of-type(odd) a {
		padding-left: 20px;
	}
	.header_nav ul li a {
		width: 100%;
		height: 100%;
		display: block;
		padding: 22px 0;
	}
	.header_nav .txt {
		line-height: 2;
		width: 85.3334%;
		margin: 0 auto;
	}
	body.nav_active .header .btn_nav {
		background-color: rgba(255, 255, 255, 0.3);
	}
	body.nav_active .header .btn_nav span {
		opacity: 0;
	}
	body.nav_active .header .btn_nav::before {
		-webkit-animation: btn_nav_top_on cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
		        animation: btn_nav_top_on cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
	}
	body.nav_active .header .btn_nav::after {
		-webkit-animation: btn_nav_bottom_on cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
		        animation: btn_nav_bottom_on cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
	}
	body.nav_active .header .header_nav {
		opacity: 1;
		visibility: visible;
	}
}
@-webkit-keyframes btn_nav_top_off {
	0% {
		width: 19px;
		top: 50%;
		left: calc(50% - 9.5px);
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	50% {
		top: 50%;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		top: calc(50% - 7px);
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}
@keyframes btn_nav_top_off {
	0% {
		width: 19px;
		top: 50%;
		left: calc(50% - 9.5px);
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	50% {
		top: 50%;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		top: calc(50% - 7px);
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}
@-webkit-keyframes btn_nav_top_on {
	0% {
		top: calc(50% - 7px);
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	50% {
		top: 50%;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		width: 19px;
		top: 50%;
		left: calc(50% - 9.5px);
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
}
@keyframes btn_nav_top_on {
	0% {
		top: calc(50% - 7px);
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	50% {
		top: 50%;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		width: 19px;
		top: 50%;
		left: calc(50% - 9.5px);
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
}
@-webkit-keyframes btn_nav_bottom_off {
	0% {
		width: 19px;
		top: 50%;
		left: calc(50% - 9.5px);
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
	50% {
		top: 50%;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		top: calc(50% + 7px);
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}
@keyframes btn_nav_bottom_off {
	0% {
		width: 19px;
		top: 50%;
		left: calc(50% - 9.5px);
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
	50% {
		top: 50%;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		top: calc(50% + 7px);
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}
@-webkit-keyframes btn_nav_bottom_on {
	0% {
		top: calc(50% + 7px);
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	50% {
		top: 50%;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		width: 19px;
		top: 50%;
		left: calc(50% - 9.5px);
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
}
@keyframes btn_nav_bottom_on {
	0% {
		top: calc(50% + 7px);
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	50% {
		top: 50%;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		width: 19px;
		top: 50%;
		left: calc(50% - 9.5px);
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
}
/* ========================================

main

======================================== */
.main {
	position: relative;
	overflow: hidden;
}
.main .disp {
	position: relative;
	margin-left: auto;
	background-color: #fff;
}
.main main .logo {
	width: 109px;
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 50%;
	translate: -50% 0;
}

@media screen and (min-width: 801px) {
	.main {
		padding-top: 41px;
		padding-bottom: 40px;
		background-color: #E0F1E4;
	}
	.main .disp {
		width: 460px;
		position: relative;
	}
	.main .disp::before, .main .disp::after {
		width: 100%;
		content: "";
		display: block;
		position: fixed;
		left: 0;
		background-color: #E0F1E4;
		z-index: 999;
	}
	.main .disp::before {
		top: 0;
		height: 41px;
	}
	.main .disp::after {
		height: 40px;
		bottom: 0;
	}
}
@media screen and (min-width: 1367px) {
	.main .disp {
		margin-right: 15.7279vw;
	}
}
@media screen and (min-width: 801px) and (max-width: 1366px) {
	.main .disp {
		top: 41px;
		margin-right: 215px;
	}
}
@media screen and (max-width: 800px) {
	.main {
		width: 100%;
	}
}
/* ========================================

fixed_left

======================================== */
.fixed_left {
	width: calc(100% - 460px - 215px);
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.fixed_left span {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.fixed_left img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
.fixed_left .img01 {
	pointer-events: none;
}
.fixed_left .img02 {
	opacity: 0;
	pointer-events: none;
}
.fixed_left a {
	width: min(16.6426%, 115px);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: min(13.6035%, 105px);
	margin-left: min(29.5225%, 230px);
	border-radius: 50%;
	z-index: 1;
	-webkit-user-select: auto;
	   -moz-user-select: auto;
	    -ms-user-select: auto;
	        user-select: auto;
}
.fixed_left a::before {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/common/btn_line_bg.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.fixed_left a img {
	position: relative;
	z-index: 2;
}
@media screen and (min-width: 801px) {
	.fixed_left a:hover::before {
		scale: 1.05;
		-webkit-animation: rotate 8s linear infinite;
		        animation: rotate 8s linear infinite;
	}
}
body.switch .fixed_left .img01 {
	opacity: 0;
}
body.switch .fixed_left .img02 {
	opacity: 1;
}

.fixed_right {
	width: 200px;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	pointer-events: none;
}
.fixed_right span {
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.fixed_right span img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
.fixed_right .img01 {
	top: 0;
}
.fixed_right .img02 {
	opacity: 0;
}
body.switch .fixed_right .img01 {
	opacity: 0;
}
body.switch .fixed_right .img02 {
	opacity: 1;
}

@media screen and (min-width: 801px) and (max-width: 1366px) {
	.fixed_left {
		width: calc(100% - 460px - 215px);
	}
}
@media screen and (min-width: 1367px) {
	.fixed_left {
		width: calc(100% - 460px - 15.7279vw);
	}
}
@media screen and (max-width: 800px) {
	.fixed_left, .fixed_right {
		display: none;
	}
}
/* ========================================

reservation

======================================== */
.reservation {
	container-type: inline-size;
	color: #12AA34;
}
.reservation_inner {
	width: 92.8001%;
	margin: 0 auto;
	padding-top: 9.3333333333cqw;
	padding-bottom: 62.6666666667cqw;
	background-color: #E0F1E4;
	background-image: url(../img/common/rsv_bg.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: 100%;
	border-radius: 2.2933333333cqw;
}
.reservation h2 {
	font-size: 5.3333333333cqw;
	text-align: center;
	font-weight: 700;
	margin-bottom: 6.6666666667cqw;
}
.reservation .txt {
	font-size: 4.5333333333cqw;
	line-height: 1.6471;
	letter-spacing: 0.03em;
	text-align: justify;
	width: 78.9333333333cqw;
	margin: 0 auto;
	margin-bottom: 3.4666666667cqw;
}
.reservation .btn {
	width: 78.9333333333cqw;
	margin: 0 auto;
}
.reservation .btn a {
	font-size: 3.7333333333cqw;
	font-weight: 700;
	width: 100%;
	height: 58px;
	height: 15.4666666667cqw;
	display: block;
	background-color: #fff;
	border-radius: 3.2cqw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.reservation .btn a::before {
	width: 28px;
	aspect-ratio: 28/26;
	content: "";
	display: block;
	margin-right: 14px;
	background-color: #12AA34;
	-webkit-mask-image: url(../img/common/ico_line.svg);
	        mask-image: url(../img/common/ico_line.svg);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	        mask-position: 0 0;
	-webkit-mask-size: 100%;
	        mask-size: 100%;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
@media screen and (min-width: 801px) {
	.reservation .btn a:hover {
		color: #fff;
		background-color: #12AA34;
	}
	.reservation .btn a:hover:before {
		background-color: #fff;
	}
}

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

sns

======================================== */
.sns {
	container-type: inline-size;
}
.sns_inner {
	width: 92.8001%;
	margin: 0 auto;
	padding: 7.2cqw 0 9.8666666667cqw;
}
.sns .txt {
	font-size: 4.2666666667cqw;
	line-height: 2;
	text-align: justify;
	margin-bottom: 6.4cqw;
}
.sns .bnr {
	overflow: hidden;
	border-radius: 2.2933333333cqw;
}
.sns .bnr:not(:last-child) {
	margin-bottom: 4.2666666667cqw;
}
@media screen and (min-width: 801px) {
	.sns .bnr a:hover {
		opacity: 0.6;
	}
}

@media screen and (min-width: 801px) {
	.btn_fixed_line {
		display: none;
	}
}
@media screen and (max-width: 800px) {
	.btn_fixed_line {
		width: 45px;
		position: fixed;
		top: 63px;
		right: 0;
		z-index: 98;
	}
}
/* ========================================

footer

======================================== */
.footer {
	container-type: inline-size;
	color: #fff;
	background-color: #313231;
}
.footer_inner {
	width: 80%;
	margin: 0 auto;
	padding-top: 11.4666666667cqw;
	padding-bottom: 3.7333333333cqw;
	padding: 11.4666666667cqw 0 8cqw;
}
.footer .info {
	font-size: 3.7333333333cqw;
	line-height: 2;
	margin-bottom: 4.5333333333cqw;
}
.footer ul {
	margin-bottom: 12.2666666667cqw;
	border-top: 1px solid #424242;
}
.footer ul li {
	border-bottom: 1px solid #424242;
}
.footer ul li a {
	font-size: 3.7333333333cqw;
	width: 100%;
	height: 13.0666666667cqw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer ul li a::before {
	content: "";
	display: block;
	margin-right: 5.6cqw;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
@media screen and (min-width: 801px) {
	.footer ul li a:hover {
		opacity: 0.6;
	}
}
.footer ul li._inst a {
	padding-left: 1.6cqw;
}
.footer ul li._inst a::before {
	width: 4.6933333333cqw;
	aspect-ratio: 17.6/17.34;
	margin-right: 5.6cqw;
	background-image: url(../img/common/ico_inst.svg);
}
.footer ul li._line a {
	padding-left: 4px;
}
.footer ul li._line a::before {
	width: 5.7813333333cqw;
	aspect-ratio: 21.68/20;
	background-image: url(../img/common/ico_line.svg);
}
.footer .logo {
	width: 32cqw;
	margin: 0 auto 6.9333333333cqw;
}
.footer .copyright {
	font-size: 3.2cqw;
	text-align: center;
}

.bg_green .btn:last-of-type{
	display: none;
}
/*# sourceMappingURL=common.css.map */