@charset "UTF-8";

/* ---------------------------------------
  基本情報
-----------------------------------------*/
html,
body {
	height: 100%;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form,
figure {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: 700;
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	text-align: left;
	color: #323232;
}

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	font-weight: 700;
	color: #323232;
}

.mfp-close {
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

textarea {
	resize: vertical;
}

select::-ms-expand {
	display: none;
}

a {
	text-decoration: none;
	color: inherit;
	outline: none;
}

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

*,
*:after,
*:before {
	box-sizing: border-box;
}

.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

/* responsive
--------------------------------*/
@media screen and (min-width: 1351px) {
	.ham {
		display: none !important;
	}
}

@media screen and (max-width: 1350px) {
	.megaOnly {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

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

/* base
--------------------------------*/
p,
dt,
dd,
li,
th,
td,
input,
button,
textarea,
select {
	font-size: 1.6rem;
	line-height: 1.875;
}

html.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	position: relative;
}

.wrap {
	max-width: 1560px;
	width: calc(100% - 80px);
	margin: 0 auto;
}

.wrap .wrap {
	width: 100%;
}

.wrap1160 {
	max-width: 1160px;
}

.wrap1560 {
	max-width: 1560px;
}

.wrap1720 {
	max-width: 1720px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.tac {
	text-align: center !important;
}

.tar {
	text-align: right !important;
}

.tal {
	text-align: left !important;
}

.fade {
	transition: opacity .4s;
}

.fade:hover {
	opacity: .7;
}

.oswald {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

.img_fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;'
}

.img_fit.scale-down {
	object-fit: contain;
	object-position: center;
	font-family: 'object-fit: contain; object-position: center;'
}

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

@media screen and (max-width: 767px) {
	body {
		-webkit-text-size-adjust: 100%;
	}

	img {
		width: 100%;
	}

	p,
	dt,
	dd,
	li,
	th,
	td,
	input,
	button,
	textarea,
	select {
		font-size: 4vw;
	}

	.wrap {
		width: 90%;
	}

	.sp_tac {
		text-align: center !important;
	}

	.sp_tar {
		text-align: right !important;
	}

	.sp_tal {
		text-align: left !important;
	}
}

/* カラーパターン
--------------------------------*/
.color1 {
	color: #00a53c !important;
}

.color2 {
	color: #33b763 !important;
}

.color3 {
	color: #66c98a !important;
}

.color4 {
	color: #99dbb1 !important;
}

.color5 {
	color: #ccedd8 !important;
}

.color6 {
	color: #2e9994 !important;
}

.bg_color1 {
	background-color: #00a53c !important;
}

.bg_color2 {
	background-color: #33b763 !important;
}

.bg_color3 {
	background-color: #66c98a !important;
}

.bg_color4 {
	background-color: #99dbb1 !important;
}

.bg_color5 {
	background-color: #ccedd8 !important;
}

.bg_color6 {
	background-color: #2e9994 !important;
}

/* 余白
--------------------------------*/
.mt20 {
	margin-top: 20px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mb00 {
	margin-bottom: 0 !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.pt20 {
	padding-bottom: 20px !important;
}

.pt40 {
	padding-bottom: 40px !important;
}

.pt80 {
	padding-bottom: 80px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

@media screen and (max-width: 767px) {
	.sp_mt00 {
		margin-top: 0 !important;
	}
}

#contents {
	opacity: 0;
	height: 100%;
	overflow: hidden;
	position: relative;
}

main {
	display: block;
}

/* ---------------------------------------------
  loading
-----------------------------------------------*/
#loading {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999999;
	display: none;
}

#loading .inner {
	width: 100%;
	height: 100%;
	position: relative;
}

#loading .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#loading .logo {
	width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#wrap_all path,
#wrap_all rect,
#wrap_all polygon {
	fill: #00a53c;
	stroke: #00a53c;
	stroke-width: 1px;
	opacity: 0;
}

.start #wrap_all path,
.start #wrap_all rect,
.start #wrap_all polygon {
	opacity: 1;
}

.start #wrap_all .logo_01 {
	animation: logo_01 5s ease-in;
}

.start #wrap_all .logo_02 {
	animation: logo_02 5s ease-in;
}

.start #wrap_all .logo_03 {
	animation: logo_03 5s ease-in;
}

.start #wrap_all .logo_04 {
	animation: logo_04 5s ease-in;
}

.start #wrap_all .txt_t01 {
	animation: txt_t01 5s ease-in;
}

.start #wrap_all .txt_a01 {
	animation: txt_a01 5s ease-in;
}

.start #wrap_all .txt_k01 {
	animation: txt_k01 5s ease-in;
}

.start #wrap_all .txt_k02 {
	animation: txt_k01 5s ease-in;
}

.start #wrap_all .txt_a02 {
	animation: txt_a02 5s ease-in;
}

.start #wrap_all .txt_s01 {
	animation: txt_s01 5s ease-in;
}

.start #wrap_all .txt_u01 {
	animation: txt_u01 5s ease-in;
}

.start #wrap_all .txt_g01 {
	animation: txt_g01 5s ease-in;
}

.start #wrap_all .txt_i01 {
	animation: txt_i01 5s ease-in;
}

.start #wrap_all .txt_ta01 {
	animation: txt_ta01 5s ease-in;
}

.start #wrap_all .txt_ka01 {
	animation: txt_ka01 5s ease-in;
}

.start #wrap_all .txt_su01 {
	animation: txt_su01 5s ease-in;
}

.start #wrap_all .txt_gi01 {
	animation: txt_gi01 5s ease-in;
}

.start #wrap_all .txt_kabu01 {
	animation: txt_kabu01 5s ease-in;
}

.start #wrap_all .txt_shiki01 {
	animation: txt_shiki01 5s ease-in;
}

.start #wrap_all .txt_kai01 {
	animation: txt_kai01 5s ease-in;
}

.start #wrap_all .txt_sha01 {
	animation: txt_sha01 5s ease-in;
}

@keyframes logo_01 {
	0% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	10% {
		fill: transparent;
		stroke-dashoffset: 0;
	}

	55% {
		fill: transparent;
	}

	70% {
		fill: #00a53c;
	}
}

@keyframes logo_02 {
	0% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	2% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	12% {
		fill: transparent;
		stroke-dashoffset: 0;
	}

	55% {
		fill: transparent;
	}

	70% {
		fill: #00a53c;
	}
}

@keyframes logo_03 {
	0% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	4% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	14% {
		fill: transparent;
		stroke-dashoffset: 0;
	}

	55% {
		fill: transparent;
	}

	70% {
		fill: #00a53c;
	}
}

@keyframes logo_04 {
	0% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	6% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	16% {
		fill: transparent;
		stroke-dashoffset: 0;
	}

	55% {
		fill: transparent;
	}

	70% {
		fill: #00a53c;
	}
}

@keyframes txt_t01 {
	0% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	8% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	18% {
		fill: transparent;
		stroke-dashoffset: 0;
	}

	55% {
		fill: transparent;
	}

	70% {
		fill: #00a53c;
	}
}

@keyframes txt_a01 {
	0% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	10% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	20% {
		fill: transparent;
		stroke-dashoffset: 0;
	}

	55% {
		fill: transparent;
	}

	70% {
		fill: #00a53c;
	}
}

@keyframes txt_k01 {
	0% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	12% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	22% {
		fill: transparent;
		stroke-dashoffset: 0;
	}

	55% {
		fill: transparent;
	}

	70% {
		fill: #00a53c;
	}
}

@keyframes txt_k02 {
	0% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	14% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	24% {
		fill: transparent;
		stroke-dashoffset: 0;
	}

	55% {
		fill: transparent;
	}

	70% {
		fill: #00a53c;
	}
}

@keyframes txt_a02 {
	0% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	16% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	26% {
		fill: transparent;
		stroke-dashoffset: 0;
	}

	55% {
		fill: transparent;
	}

	70% {
		fill: #00a53c;
	}
}

@keyframes txt_s01 {
	0% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	18% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	28% {
		fill: transparent;
		stroke-dashoffset: 0;
	}

	55% {
		fill: transparent;
	}

	70% {
		fill: #00a53c;
	}
}

@keyframes txt_u01 {
	0% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	20% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	30% {
		fill: transparent;
		stroke-dashoffset: 0;
	}

	55% {
		fill: transparent;
	}

	70% {
		fill: #00a53c;
	}
}

@keyframes txt_g01 {
	0% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	22% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	32% {
		fill: transparent;
		stroke-dashoffset: 0;
	}

	55% {
		fill: transparent;
	}

	70% {
		fill: #00a53c;
	}
}

@keyframes txt_i01 {
	0% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	24% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	34% {
		fill: transparent;
		stroke-dashoffset: 0;
	}

	55% {
		fill: transparent;
	}

	70% {
		fill: #00a53c;
	}
}

@keyframes txt_ta01 {
	0% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	26% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	36% {
		fill: transparent;
		stroke-dashoffset: 0;
	}

	55% {
		fill: transparent;
	}

	70% {
		fill: #00a53c;
	}
}

@keyframes txt_ka01 {
	0% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	28% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	38% {
		fill: transparent;
		stroke-dashoffset: 0;
	}

	55% {
		fill: transparent;
	}

	70% {
		fill: #00a53c;
	}
}

@keyframes txt_su01 {
	0% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	30% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	40% {
		fill: transparent;
		stroke-dashoffset: 0;
	}

	55% {
		fill: transparent;
	}

	70% {
		fill: #00a53c;
	}
}

@keyframes txt_gi01 {
	0% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	32% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	42% {
		fill: transparent;
		stroke-dashoffset: 0;
	}

	55% {
		fill: transparent;
	}

	70% {
		fill: #00a53c;
	}
}

@keyframes txt_kabu01 {
	0% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	34% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	44% {
		fill: transparent;
		stroke-dashoffset: 0;
	}

	55% {
		fill: transparent;
	}

	70% {
		fill: #00a53c;
	}
}

@keyframes txt_shiki01 {
	0% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	36% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	46% {
		fill: transparent;
		stroke-dashoffset: 0;
	}

	55% {
		fill: transparent;
	}

	70% {
		fill: #00a53c;
	}
}

@keyframes txt_kai01 {
	0% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	38% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	48% {
		fill: transparent;
		stroke-dashoffset: 0;
	}

	55% {
		fill: transparent;
	}

	70% {
		fill: #00a53c;
	}
}

@keyframes txt_sha01 {
	0% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	40% {
		fill: transparent;
		stroke-dasharray: 2000px;
		stroke-dashoffset: 2000px;
	}

	50% {
		fill: transparent;
		stroke-dashoffset: 0;
	}

	55% {
		fill: transparent;
	}

	70% {
		fill: #00a53c;
	}
}

@media screen and (max-width: 767px) {
	#loading .logo {
		width: 75vw;
	}
}

/* ---------------------------------------------
  header
-----------------------------------------------*/
header {
	position: fixed;
	top: 30px;
	left: 0;
	right: 0;
	margin-left: 40px;
	max-width: 1840px;
	min-width: calc(1200px - 80px);
	width: calc(100% - 80px);
	background: #fff;
	border-radius: 5px;
	z-index: 1000;
	transition: border-radius .4s;
	transition: all .4s;
}

header .wrap {
	max-width: 100%;
	width: auto;
	padding: 0 20px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all .4s;
}

header .wrap.-pc{
	display: flex !important;
}

header .wrap.-sp{
	display: none !important;
}

@media ( max-width : 1350px ){
	header .wrap.-pc{
		display: none !important;
	}
	
	header .wrap.-sp{
		display: flex !important;
	}
}

header .logo {
	width: 223px;
}

.head02 {
	margin-left: auto;
}

.gnav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.gnav .main {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 20px;
}

.gnav .main>li>a {
	font-size: 1.4rem;
	color: #00a53c;
	padding: 0 10px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all .4s;
	white-space: pre;
}

.gnav .main>li>a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: #00a53c;
	opacity: 0;
	transition: opacity .4s;
}

.gnav .main>li.current>a::before,
.gnav .main>li:hover>a::before {
	opacity: 1;
}

.mega_cnt {
	display: none;
}

.head03 .form {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.head03 .form>li:not(:last-child) {
	margin-right: 10px;
}

.head03 .form>li>a {
	font-size: 1.4rem;
	line-height: 1.29;
	text-align: center;
	color: #fff;
	width: 150px;
	height: 50px;
	border: 2px solid #00a53c;
	border-radius: 25px;
	background: #00a53c;
	display: flex;
	align-items: center;
	justify-content: center;
}

.head03 .form>li.web>a {
	color: #00a53c;
	background: #fff;
}

.menu_trigger {
	display: none;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	z-index: 1000;
	display: none;
}

.megamenu.top{
	padding: 20px 0;
}
@media screen and (max-width: 767px){
	.megamenu.top{
		padding: 2.8% 0;
	}
}

.mega-open {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.megamenu-top-list{
	width: fit-content;
	display: block;
	margin-bottom: 10px;
	padding: 0 !important;
}

.megamenu-top-list.-nonemargin{
	margin-bottom: 0;
}

.mega_cnt {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 20px;
	background: #00a53c;
	background: linear-gradient(45deg, #00a53c 0%, #33b763 100%);
	border-radius: 0 0 5px 5px;
	top: 90px;
}

.mega_btngroup{
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
	display: flex;
	gap: 5px;
}

.mega_btngroup .-line{
	width: calc( 100% - 125px );
	height: 100%;
	margin-bottom: 3px;
	padding-left: 3px;
	background: #FF7700;
	border-radius: 3px;
	box-shadow: 0 3px 0 #7E5938;
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 15px;
	position: relative;
}

.mega_btngroup .-line::before{
	content: '';
	width: 10px;
	aspect-ratio: 10 / 9;
	background: url(../img/common/icon_arrow_white.svg) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY( -50% );
}

.mega_btngroup .-line .-icon{
	width: 54px;
}

.mega_btngroup .-line .-icon img{
	width: 100%;
}

.mega_btngroup .-line .-txt{
	font-size: 16px;
	line-height: 1.25;
	font-weight: 700;
	color: #fff;
}

.mega_btngroup .-catalog{
	width: 120px;
	height: 100%;
	margin-bottom: 3px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 3px 0 #015F23;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.mega_btngroup .-catalog::before{
	content: '';
	width: 48.22px;
	aspect-ratio: 48.22 / 40.38;
	background: url(../img/common/megamenu_icon_catalog.svg) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 3px;
}

.mega_btngroup .-catalog .-txt{
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 700;
	position: relative;
	z-index: 1;
}

header.is-scroll .mega_cnt {
	top: 70px;
}

header.is-scroll .gnav .main>li>a::before {
	bottom: 10px;
}

.mega_cnt .inner {
	max-width: 1160px;
	margin: 0 auto;
}

.mega_cnt .ttl_30 {
	color: #fff;
	margin-bottom: 20px;
}

.mega_cnt .ttl_30 .en {
	vertical-align: baseline;
	margin-left: .5em;
}

.mega_cnt .ttl_18 {
	color: #fff;
	margin-top: 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

.mega_cnt .btn_wrap {
	max-width: 100%;
	line-height: 1.2;
}

.mega_cnt .btn_normal {
	height: 50px;
	max-width: 100%;
}

.mega_cnt .btn_flex .btn_normal {
	height: 80px;
}

header.is-scroll {
	top: 0;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	border-radius: 0;
}

header.is-scroll .wrap {
	height: 70px;
}

/*header.is-scroll .gnav .main > li > a {
	height: 70px;
}*/
@media screen and (max-width: 1490px) and (min-width: 1351px) {
	header .logo {
		width: 180px;
	}

	.gnav .main>li>a {
		padding: 0 5px;
		white-space: pre;
	}

	.head03 .form>li>a {
		width: 125px;
	}
}

@media screen and (max-width: 1350px) {
	.head_ham {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 60px 3% 40px;
	}

	.head03 {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		position: relative;
		z-index: 0;
	}

	.menu_trigger {
		width: 49px;
		height: 49px;
		background: #00a53c;
		padding: 10px 0 0;
		margin-left: 10px;
		border-radius: 50%;
		display: block;
		cursor: pointer;
        position: fixed;
        top: 10.5px;
        right: 20px;
	}

	.menu_trigger .line {
		width: 20px;
		height: 14px;
		display: block;
		margin: 0 auto;
		position: relative;
	}

	.menu_trigger .line span {
		width: 100%;
		height: 2px;
		background: #fff;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.menu_trigger .line span:nth-child(1) {
		top: 0;
	}

	.menu_trigger .line span:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
	}

	.menu_trigger .line span:nth-child(3) {
		bottom: 0;
	}

	.menu_trigger .txt {
		font-size: 1rem;
		line-height: 1;
		color: #fff;
		margin: 5px 0 0 .2em;
		text-align: center;
	}

	.menu-open .menu_trigger {
		background: #fff;
		opacity: 1 !important;
        bottom: auto;
	}

	.menu-open .menu_trigger .line span {
		background: #00a53c;
	}

	.menu-open .menu_trigger .line span:nth-child(1) {
		top: 50%;
		transform: translateY(-50%) rotate(-135deg);
	}

	.menu-open .menu_trigger .line span:nth-child(2) {
		opacity: 0;
	}

	.menu-open .menu_trigger .line span:nth-child(3) {
		bottom: auto;
		top: 50%;
		transform: translateY(-50%) rotate(135deg);
	}

	.menu-open .menu_trigger .txt {
		color: #00a53c;
	}

	.menu-open .menu_trigger .txt::before {
		content: 'COLSE';
	}

	.menu-open .menu_trigger .txt span {
		display: none;
	}

	.head02 {
		position: fixed;
		top: 0;
		right: 0;
		transform: translateX(100%);
		height: 100%;
		overflow-y: auto;
		background: linear-gradient(135deg, #00a53c 0%, #33b763 100%);
		transition: transform .4s ease-out, width 0s .4s ease-out;
		z-index: 5;
		width: 0;
	}

	.menu-open .head02 {
		padding-top: 0px;
		transform: translateX(0);
		width: 100%;
		transition: transform .4s ease-out, width 0s 0s ease-out;
	}

	.gnav {
		display: block;
	}

	.gnav .main {
		display: block;
		margin-right: 0;
		padding: 0 3%;
	}

	.gnav .main>li {
		border-top: 1px solid #fff;
		position: relative;
	}

	.gnav .main>li:last-child {
		border-bottom: 1px solid #fff;
	}

	.gnav .main>li>a {
		font-size: 1.8rem;
		color: #fff;
		text-align: left;
		height: auto;
		padding: 0;
		padding: 20px 0;
		display: block;
		position: relative;
	}

	.gnav .main>li>a::before {
		display: none;
	}

	.gnav .main>li .arw {
		position: absolute;
		top: 0;
		right: 0;
		width: 73px;
		height: 73px;
		display: block;
	}

	.gnav .main>li .arw::before {
		content: '';
		position: absolute;
		width: 15px;
		height: 15px;
		top: 50%;
		right: 10px;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		margin-top: -5px;
		transform: translateY(-50%) rotate(45deg);
	}

	.gnav .main>li .arw.is-open::before {
		margin-top: 4px;
		transform: translateY(-50%) rotate(-135deg);
	}

	.mega_cnt {
		display: none;
		position: static;
		padding: 0 0 0 20px;
		background: none;
		border-radius: 0;
	}

	.mega_cnt .inner {
		max-width: 100%;
	}

	.mega_cnt .ttl_30,
	.gnav .mega_cnt .ttl_18 {
		display: none;
	}

	.mega_cnt .h_grid3,
	.gnav .mega_cnt .h_grid4 {
		display: block;
	}

	.mega_cnt .h_grid3>*,
	.gnav .mega_cnt .h_grid4>* {
		margin: 0;
		width: auto;
	}

	.gnav .other {
		padding-top: 20px;
	}

	.gnav .sub .btn_wrap {
		margin-bottom: 20px;
	}

	.gnav .sub .btn_normal,
	.gnav .sub .btn_flex .btn_normal {
		font-size: 1.4rem;
		text-align: left;
		color: #fff;
		height: auto;
		padding: 0;
		border-radius: 0;
		background: none;
		display: block;
	}

	.gnav .sub .btn_normal::before {
		display: none;
	}

	.gnav .sub .btn_img {
		display: none;
	}

	.gnav .info {
		display: flex;
		justify-content: flex-start;
		padding: 25px 3%;
		background: #00a53c;
	}

	.gnav .info li {
		margin-right: 20px;
	}

	.gnav .info li a {
		font-size: 1.2rem;
		color: #fff;
		display: block;
	}
}

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

	/*header {
		top: 4vw;
		margin-left: 2.5%;
		max-width: 1840px;
		min-width: 1px;
		width: calc(100% - 5%);
		border-radius: 1.25vw;
	}*/
	#contents {
		margin-top: 70px;
	}

	header {
		top: 0;
		left: 0;
		margin-left: 0;
		max-width: 1840px;
		min-width: 1px;
		width: 100%;
		border-radius: 0;
	}

	header .wrap {
		max-width: 100%;
		padding: 0 20px;
		height: 70px;
	}

	header .logo {
		width: 155px;
	}

	.head_ham {
		padding: 5% 3% 10%;
		padding: 20px 3% 40px;
	}

	.gnav .main {
		padding: 0 3%;
	}

	.gnav .main>li>a {
		font-size: 4.5vw;
		padding: 2.8% 0;
	}

	.gnav .main>li>a::before {
		display: none;
	}

	.gnav .main>li .arw {
		right: 0;
		width: 100%;
		height: 13.3vw;
	}

	.gnav .main>li .arw::before {
		width: 3.5vw;
		height: 3.5vw;
		right: 10px;
	}

	.gnav .other {
		padding-top: 5.5%;
	}

	.gnav .sub .btn_wrap {
		margin-bottom: 5.5%;
	}

	.gnav .sub .btn_normal,
	.gnav .sub .btn_flex .btn_normal {
		font-size: 3.5vw;
	}

	.gnav .info {
		padding: 6% 3%;
	}

	.gnav .info li {
		margin-right: 5vw;
	}

	.gnav .info li a {
		font-size: 3vw;
	}

	.head03 .form {
		display: none;
	}
}

/* ---------------------------------------------
  main
-----------------------------------------------*/
/* タイトル (ttl_fontsize）
--------------------------------*/
.ttl_30 {
	font-size: 3rem;
	line-height: 1.5;
}

.ttl_30 .en {
	font-size: 1.2rem;
	line-height: 1.6;
	text-transform: uppercase;
}

.ttl_24 {
	font-size: 2.4rem;
	line-height: 1.25;
}

.ttl_24 .small {
	font-size: 1.4rem;
	display: block;
	margin-bottom: .3em;
}

.ttl_18 {
	font-size: 1.8rem;
	line-height: 1.6;
}

.ttl_sec {
	text-align: center;
	margin-bottom: 60px;
}

.ttl_sec .en {
	font-size: 1.4rem;
	color: #33b763;
	display: block;
	margin-bottom: .2em;
}

.ttl_c_line {
	text-align: center;
	position: relative;
}

.ttl_c_line::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #c8c8c8;
}

.ttl_c_line .txt {
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 0 .5em;
}

.ttl_c_line .txt.bg_gray {
	background: #e6e6e6;
}

.ttl_b_line {
	padding-bottom: 20px;
	margin-top: 80px;
	margin-bottom: 40px;
	border-bottom: 1px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
	.ttl_30 {
		font-size: 6vw;
	}

	.ttl_30 .en {
		font-size: 3.5vw;
	}

	.ttl_24 {
		font-size: 5vw;
	}

	.ttl_24 .small {
		font-size: 3.5vw;
		display: block;
		margin-bottom: .3em;
	}

	.ttl_18 {
		font-size: 4.5vw;
		line-height: 1.6;
	}

	.ttl_sec {
		margin-bottom: 9.8%;
	}

	.ttl_sec .en {
		margin-bottom: 0;
	}

	.ttl_c_line {
		text-align: center;
		position: relative;
	}

	.ttl_c_line::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 1px;
		background: #c8c8c8;
	}

	.ttl_c_line .txt {
		position: relative;
		z-index: 1;
		background: #fff;
		padding: 0 .5em;
	}

	.ttl_c_line .txt.bg_gray {
		background: #e6e6e6;
	}

	.ttl_b_line {
		padding-bottom: 1.8vw;
		margin-top: 11.2%;
		margin-bottom: 5.8%;
	}
}

/* ボタン
--------------------------------*/
.btn_wrap {
	display: block;
	transition: opacity .4s;
	max-width: 300px;
}

.btn_wrap:hover {
	opacity: .7;
}

.btn_normal {
	color: #00a53c;
	text-align: center;
	max-width: 300px;
	width: 100%;
	height: 60px;
	border-radius: 5px;
	background: #fff;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.btn_normal::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	border: 5px solid transparent;
	border-left: 5px solid #00a53c;
}

.btn_normal.btn_green {
	background: #00a53c;
	color: #fff;
}

.btn_normal.btn_orange {
	background: #f50;
	color: #fff;
}

.btn_normal.btn_orange::before,
.btn_normal.btn_green::before {
	border-left-color: #fff;
}

.btn_normal.btn_green2 {
	background: #2e9994;
	color: #fff;
}

.btn_normal.btn_green2::before {
	border-left-color: #fff;
}

.btn_normal.btn_black {
	background: #323232;
	color: #fff;
}

.btn_normal.btn_black::before {
	border-left-color: #fff;
}

.btn_normal.btn_center {
	margin: 0 auto;
}

.btn_img {
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}

.btn_img+.btn_normal {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.btn_flex {
	display: flex;
}

.btn_flex .btn_img {
	width: auto;
	border-radius: 5px 0 0 5px;
}

.btn_flex .btn_normal {
	flex: 1;
	text-align: left;
	justify-content: flex-start;
	height: 80px;
	border-radius: 0 5px 5px 0;
}

@media screen and (max-width: 767px) {
	.btn_wrap {
		display: block;
		transition: opacity .4s;
		max-width: 300px;
	}

	.btn_wrap:hover {
		opacity: .7;
	}

	.btn_normal {
		line-height: 1.4;
		max-width: 75vw;
		height: 15vw;
		border-radius: 1.25vw;
		padding: 0 2%;
	}

	.btn_normal::before {
		right: 2.5vw;
		border-width: 1.25vw;
		border-left-width: 1.5vw;
	}

	.btn_img {
		border-top-left-radius: 1.25vw;
		border-top-right-radius: 1.25vw;
	}

	.btn_flex .btn_img {
		width: auto;
		border-radius: 1.25vw 0 0 1.25vw;
	}

	.btn_flex .btn_normal {
		height: 80px;
		border-radius: 0 1.25vw 1.25vw 0;
	}

	.sp_btn_center {
		margin: 0 auto !important;
	}
}

/* グリッド
--------------------------------*/
@media screen and (min-width: 768px) {

	.grid2,
	.grid3,
	.grid4,
	.grid5,
	.h_grid3,
	.h_grid4 {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.grid2>* {
		width: calc((100% - 40px) / 2);
		margin-right: 40px;
	}

	.grid3>* {
		width: calc((100% - 40px * 2) / 3);
		margin-right: 40px;
	}

	.grid4>* {
		width: calc((100% - 40px * 3) / 4);
		margin-right: 40px;
	}

	.grid5>* {
		width: calc((100% - 12px * 4) / 5);
		margin-right: 12px;
	}

	.h_grid3>* {
		width: calc((100% - 29px * 2) / 3);
		margin-right: 29px;
	}

	.h_grid4>* {
		width: calc((100% - 20px * 3) / 4);
		margin-right: 20px;
	}

	.grid2>*:nth-child(2n),
	.grid3>*:nth-child(3n),
	.grid4>*:nth-child(4n),
	.grid5>*:nth-child(5n),
	.h_grid3>*:nth-child(3n),
	.h_grid4>*:nth-child(4n) {
		margin-right: 0;
	}

	.grid2>*:nth-child(n+3) {
		margin-top: 35px;
	}

	.grid3>*:nth-child(n+4) {
		margin-top: 35px;
	}

	.grid4>*:nth-child(n+5) {
		margin-top: 35px;
	}

	.grid5>*:nth-child(n+6) {
		margin-top: 12px;
	}

	.h_grid3>*:nth-child(n+4) {
		margin-top: 10px;
	}

	.h_grid4>*:nth-child(n+5) {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.sp_grid1>*+* {
		margin-top: 11.2%;
	}

	.sp_grid2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.sp_grid2>* {
		width: calc((100% - 5.6%) / 2);
		margin-right: 5.6%;
	}

	.sp_grid2>*:nth-child(2n) {
		margin-right: 0;
	}

	.sp_grid2>*:nth-child(n+3) {
		margin-top: 5.6%;
	}
}

/* タブ
--------------------------------*/
.tab_btn {
	display: flex;
	justify-content: center;
}

.tab_btn li {
	font-size: 1.8rem;
	color: #fff;
	padding: .75em 3.35em;
	margin-right: 10px;
	border-radius: 5px;
	background: #969696;
	cursor: pointer;
}

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

.tab_btn li.current {
	background: #00a53c;
}

.tab_cnt {
	margin-top: 40px;
}

.tab_cnt>div {
	display: none;
}

.tab_cnt>.show {
	display: block;
}

@media screen and (max-width: 767px) {
	.tab_btn li {
		font-size: 4vw;
		margin-right: 2.5vw;
		border-radius: 1.25vw;
		padding: .65em 3.35em;
	}

	.tab_cnt {
		margin-top: 5.7%;
	}
}

/* ブロック
--------------------------------*/
.cmn_txt .info {
	display: flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
}

.cmn_txt .info .areatag {
	display: flex;
}

.cmn_txt .info .areatag li {
	font-size: 1.4rem;
	color: #fff;
	padding: .25em 1.15em;
	margin-right: 10px;
	border-radius: 5px;
}

.cmn_txt .info .areatag li.tag1 {
	background: #00a53c;
}

.cmn_txt .info .areatag li.tag2 {
	background: #2e9994;
}

.cmn_txt .txt {
	margin-top: 10px;
}
.cmn_txt .shoukai_txt {
	font-size: 13px;
	line-height: 1.5;
}

.table_info {
	width: 100%;
	border-collapse: collapse;
}

.table_info th,
.table_info td {
	width: 140px;
	padding: 13px 0;
	border-bottom: 1px solid #c8c8c8;
}

.table_info th .icon {
	width: 16px;
	margin-top: -.3em;
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}

.table_info th .icon img {
	vertical-align: middle;
}

.table_info .t_price img {
	width: 85%;
}

.table_info .t_addr img {
	width: 90%;
}

.table_info td {
	width: calc(100% - 140px);
}

@media screen and (max-width: 1400px) and (min-width: 768px) {
	.cmn_txt .info.v1400 {
		display: block;
		margin-top: -10px;
	}

	.cmn_txt .info.v1400 .date {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 767px) {
	.cmn_txt .info .areatag li {
		font-size: 3.5vw;
		margin-right: 2.5vw;
		border-radius: 1.5vw;
	}

	.cmn_txt .txt,
	.cmn_txt .ttl_24 {
		font-size: 4vw;
		margin-top: 3%;
	}

	.table_info th,
	.table_info td {
		font-size: 3.5vw;
		width: 28.75vw;
		padding: 1.25vw 0;
	}

	.table_info th .icon {
		width: 4vw;
		margin-top: -.3em;
		margin-right: 1.25vw;
	}

	.table_info .t_price img {
		width: 85%;
	}

	.table_info .t_addr img {
		width: 90%;
	}

	.table_info td {
		width: calc(100% - 28.75vw);
	}
}

/* 詳細
--------------------------------*/
.detail_head .cmn_txt {
	margin-bottom: 20px;
}

.detail_head .info {
	margin-bottom: 5px;
}

.detail .balloon {
	padding-bottom: 8px;
}

.detail .balloon span {
	font-size: 1.8rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	padding: 3px 20px 0;
	border-radius: 50px;
	color: #fff;
	background: #00a53c;
	position: relative;
}

.detail .balloon span::before {
	content: '';
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	border: 10px solid transparent;
	border-top: 10px solid #00a53c;
}

.detail .balloon span img {
	width: 14px;
	margin-right: 10px;
	margin-top: -6px;
}

.detail .ttl_24 {
	color: #00a53c;
	margin-top: 10px;
}

.detail .point li {
	margin-top: 7px;
	padding-left: .5em;
	text-indent: -.5em;
}

.detail .point li:first-child {
	margin-top: 15px;
}

.detail .point li::before {
	content: '・';
}

.table_info2 {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 30px;
}

.table_info2 dl {
	width: 50%;
	padding: 13px 0 10px;
}

.table_info2 dl.bt {
	border-top: 1px solid #c8c8c8;
}

.table_info2 dl.br {
	border-right: 1px solid #c8c8c8;
}

.table_info2 dl.col1 {
	width: 100%;
}

.table_info2 .ttl_18 {
	text-align: center;
	margin-bottom: 5px;
}

.table_info2 .ttl_18 .icon {
	width: 16px;
	line-height: 1;
	margin-top: -.3em;
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}

.table_info2 dd {
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.6;
}

.table_info2 dd.zeibetu {
	font-size: 1.3rem;
	line-height: 2.5em;
}

.table_info2 dd .big {
	font-size: 4.5rem;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.detail_head {
		padding-top: 11.2%;
	}

	.detail_head .info {
		margin-bottom: 0;
	}

	.detail_head .cmn_txt {
		margin-bottom: 5%;
	}

	.detail_head .ttl_30 {
		margin-top: 2%;
	}

	.land_box .detail {
		margin-top: 6%;
	}

	.detail .balloon {
		padding-bottom: 4.4vw;
	}

	.detail .balloon span {
		font-size: 4.5vw;
		height: 13.5vw;
		padding: 1% 5vw;
	}

	.detail .balloon span::before {
		bottom: -4.2vw;
		border-width: 2.2vw;
		border-top-width: 2.2vw;
	}

	.detail .balloon span img {
		width: 3vw;
		margin-right: 2vw;
		margin-top: -1vw;
	}

	.detail .ttl_24 {
		margin-top: 3%;
	}

	.detail .point li {
		margin-top: 2%;
	}

	.detail .point li:first-child {
		margin-top: 4%;
	}

	.table_info2 {
		border-radius: 1.25vw;
		margin-top: 4%;
	}

	.table_info2 dl {
		padding: 3% 0 4%;
	}

	.table_info2 .ttl_18 {
		margin-bottom: 2vw;
	}

	.table_info2 .ttl_18 .icon {
		width: 4vw;
		margin-top: -.3em;
		margin-right: 1.25vw;
	}

	.table_info2 dd {
		font-size: 4.5vw;
	}

	.table_info2 dd .big {
		font-size: 6vw;
	}
}

/* アクセス
--------------------------------*/
.access_area dt {
	font-size: 1.8rem;
	padding: 8px;
	background: #ccedd8;
	margin-bottom: 20px;
}

.access_area dt .ttl {
	padding: 3px 10px;
	background: #fff;
	display: inline-block;
	margin-right: 20px;
}

.access_area dt img {
	width: 30px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -3px;
	margin-right: 10px;
}

.access_area .map {
	height: 490px;
	width: 100%;
}

.access_area .map iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.access_area dt {
		font-size: 4.5vw;
		text-align: center;
		padding: 3vw 2vw 2vw;
		margin-bottom: 4vw;
		display: block;
	}

	.access_area dt .ttl {
		text-align: center;
		padding: 1.5% 4%;
		background: #fff;
		display: block;
		width: 54vw;
		margin: 0 auto 2%;
	}

	.access_area dt img {
		width: 8vw;
		margin-top: -1vw;
		margin-right: 3vw;
	}

	.access_area .map {
		height: 70vw;
	}
}

/* 詳細ページお問い合わせ
--------------------------------*/
.contact_area {
	max-width: 1122px;
	padding: 45px 0 40px;
	margin: 60px auto 0;
	border-radius: 5px;
	border: 3px solid #00a53c;
	position: relative;
	background: #fff;
}

.contact_area .ttl {
	color: #fff;
	text-align: center;
	position: absolute;
	top: -17px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.contact_area .ttl span {
	border-radius: 18px;
	background: #00a53c;
	padding: 5px 35px;
}

.contact_area .txt {
	text-align: center;
}

.contact_area .tel {
	text-align: center;
	margin-top: 10px;
}

.contact_area .tel a {
	font-size: 6rem;
	line-height: 1;
	color: #00a53c;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.contact_area .tel .free {
	font-size: 1.8rem;
	color: #00a53c;
	border-radius: 5px;
	background: #ccedd8;
	width: 205px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
	margin-right: 10px;
}

.contact_area .tel .icon {
	margin-right: 10px;
}

.contact_area .time {
	font-size: 1.8rem;
	text-align: center;
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	.contact_area {
		max-width: 100%;
		padding: 10% 4% 5%;
		margin: 16% auto 0;
		border-radius: 1.25vw;
		border-width: 2px;
	}

	.contact_area .txt {
		text-align: left;
	}

	.contact_area .ttl {
		top: -4vw;
	}

	.contact_area .ttl span {
		border-radius: 5vw;
		padding: 1.5vw 4vw;
	}

	.contact_area .tel {
		margin-top: 4%;
	}

	.contact_area .tel a {
		font-size: 9.5vw;
		display: block;
		pointer-events: auto;
	}

	.contact_area .tel .free {
		font-size: 4vw;
		border-radius: 1.25vw;
		width: 92%;
		height: 12vw;
		margin: 0 auto 2%;
	}

	.contact_area .tel .icon {
		width: 16.5vw;
		margin-right: 2.5vw;
		display: inline-block;
	}

	.contact_area .time {
		font-size: 4vw;
		text-align: center;
		margin-top: 15px;
	}
}

/* スライダー
--------------------------------*/
.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: #00a53c;
	border-radius: 50%;
	text-indent: 101%;
	overflow: hidden;
	z-index: 1;
	cursor: pointer;
	transition: opacity .4s;
}

.slick-arrow:hover {
	opacity: .7;
}

.slick-arrow.slick-prev {
	left: -20px;
}

.slick-arrow.slick-next {
	right: -20px;
}

.slick-arrow.slick-prev::before,
.slick-arrow.slick-next::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.slick-arrow.slick-prev::before {
	left: 12px;
	border: 5px solid transparent;
	border-right: 5px solid #fff;
}

.slick-arrow.slick-next::before {
	right: 12px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}

@media screen and (max-width: 767px) {
	.slick-arrow {
		top: 53vw;
		transform: translateY(0);
		width: 7.5vw;
		height: 7.5vw;
	}

	.slick-arrow.slick-prev {
		left: -3vw;
	}

	.slick-arrow.slick-next {
		right: -3vw;
	}

	.slick-arrow.slick-prev::before {
		left: 1.3vw;
		border-width: 1.5vw;
		border-right-width: 1.5vw;
	}

	.slick-arrow.slick-next::before {
		right: 1.3vw;
		border-width: 1.5vw;
		border-left-width: 1.5vw;
	}
}

/* 分譲地
--------------------------------*/
.takuchi_title_under{
	width: min(880px, 100%);
	margin: 40px auto 0;
	padding-bottom: 20px;
}
.takuchi_title_under .under_text{
	text-align: center;
	font-size: 20px;
	padding: 28px 20px;
	border: 4px solid #171717;
}
.takuchi_title_under .under_text .marker {
    text-align: center;
    background: linear-gradient(transparent 70%, #ffff00 70%);
}
.takuchi_title_under .takuchi_count{
	display: flex;
	justify-content: center;
	gap: 10px;
	padding-top: 5px;
}
.takuchi_title_under .takuchi_count .joken-box{
	width: 160px;
	padding: 10px;
	position: relative;
}
.takuchi_title_under .takuchi_count .joken-box::after{
	content: '';
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	width: 28px;
	height: 14px;
}
.takuchi_title_under .takuchi_count .joken-box.joken-ari{
	background: #1ea546;
}
.takuchi_title_under .takuchi_count .joken-box.joken-ari::after{
	background: #1ea546;
	position: absolute;
	top: -13px;
	left: calc(50% - 14px);
}
.takuchi_title_under .takuchi_count .joken-box.joken-nashi{
	background: #389994;
}
.takuchi_title_under .takuchi_count .joken-box.joken-nashi::after{
	background: #389994;
	position: absolute;
	top: -13px;
	left: calc(50% - 14px);
}
.takuchi_title_under .takuchi_count .joken-box p{
	text-align: center;
	line-height: 1.4;
}
.takuchi_title_under .takuchi_count .joken-box .joken-txt1{
	color: #fff;
	font-size: 16px;
}
.takuchi_title_under .takuchi_count .joken-box .joken-txt2{
	color: #fff;
	font-size: 24px;
	color: #ff0;
}
.takuchi_title_under .takuchi_count .joken-box .joken-txt2 span{
	font-size: 40px;
}



.land_box {
	display: flex !important;
	justify-content: flex-start;
	position: relative;
}
.nashi{
	position: relative;
}
.nashi .new,
.land_box .new{
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	width: 74px;
	padding: 8px;
	text-align: center;
	background: #e62029;
	font-size: 16px;
	margin-right: 0;
	margin-top: 0!important;
}
.nashi .new{
	top: -83px;
}

.nashi_thumb{
	position: relative;
}
.nashi_txt{
	width: 80px;
	height: 80px;
	background: rgb(56,153,148);
	background: -moz-linear-gradient(135deg, rgba(56,153,148,1) 50%, rgba(255,255,255,0) 50%);
	background: -webkit-linear-gradient(135deg, rgba(56,153,148,1) 50%, rgba(255,255,255,0) 50%);
	background: linear-gradient(135deg, rgba(56,153,148,1) 50%, rgba(255,255,255,0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#389994",endColorstr="#ffffff",GradientType=1);
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	color: #fff;
    line-height: 1.2;
    padding: 4px 4px;
	z-index: 10;
}
.nashi_txt small{
	font-size: 14px;
	display: block;
}

.land_box .cmn_txt .ttl_24 {
	margin-top: 20px;
}

.land_box .cmn_txt .table_info {
	margin-top: 15px;
}

.land_box .btn_area {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.land_box .btn_area.col1 {
	display: block;
}

.land_box .btn_area p {
	width: 48.8%;
}

.land_box .btn_area.col1 p {
	width: 100%;
	margin-top: 15px;
}

.land_box .btn_area.col1 p .btn_normal {
	max-width: 100%;
}


.land_box .cmn_txt .table_info.nashi_table{
	border-top: 1px solid #c8c8c8;
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	
	.takuchi_title_under .under_text{
		font-size: 16px;
		text-align: left;
	}
	.takuchi_title_under .takuchi_count{
		margin-bottom: 40px;
	}
	.nashi_txt{
		font-size: 16px;
		padding: 8px 4px 0;
	}
	.nashi_txt small{
		font-size: 12px;
	}


	.land_box {
		display: block !important;
	}

	.land_box .cmn_txt {
		margin-top: 3%;
	}

	.land_box .cmn_txt .ttl_24 {
		margin-top: 3%;
	}

	.land_box .cmn_txt .table_info {
		margin-top: 3%;
	}

	.land_box .btn_area {
		display: flex;
		justify-content: space-between;
		margin-top: 3%;
	}

	.land_box .btn_area p {
		width: 48.8%;
	}

	.land_box .btn_area .btn_normal {
		font-size: 3.5vw;
	}

	.land_box .btn_area.col1 p {
		margin-top: 3%;
	}
	
	.nashi .new{
		top: 0;
	}

	#freearea.mt80{
		margin-top: 40px!important;
	}
}

/* モデルハウス
--------------------------------*/
.model_slider {
	width: calc(100% + 40px);
	margin-left: -20px;
}

.model_slider .slick-arrow.slick-prev {
	left: 0;
}

.model_slider .slick-arrow.slick-next {
	right: 0;
}

.model_box {
	padding: 20px;
	position: relative;
}

.model_box a {
	display: block;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.model_box .cmn_txt {
	padding: 20px 20px 30px;
}

.model_box .room_area {
	display: flex;
	justify-content: flex-start;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	margin-top: 10px;
}

.model_box .room_area .room1,
.model_box .room_area .room2 {
	padding: 2px 5px;
}

.model_box .room_area .room1 {
	text-align: center;
	width: 85px;
	border-right: 1px solid #c8c8c8;
}

.model_box .room_area .room2 {
	font-size: 1.4rem;
	width: calc(100% - 85px);
}

.model_box .room_area .room2 .big {
	font-size: 1.6rem;
}

.model_box_slider {
	padding: 0;
}

.model_box_slider a {
	height: 100%;
}

.model_box_slider .col1_slider .item {
	height: 230px;
	overflow: hidden;
	background: #f2f2f2;
}

.model_box_slider .arrow .slick-arrow {
	margin-top: -85px;
	background: #fff;
}

.model_box_slider .arrow .slick-arrow.slick-prev::before {
	border-right-color: #00a53c;
}

.model_box_slider .arrow .slick-arrow.slick-next::before {
	border-left-color: #00a53c;
}

.model_box_slider .dot_position {
	display: block;
	height: 20px;
}

.model_box_slider .slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 240px;
	width: 100%;
}

.model_box_slider .slick-dots li {
	line-height: 0;
}

.model_box_slider .slick-dots button {
	text-indent: 101%;
	font-size: 0;
	overflow: hidden;
	width: 10px;
	height: 10px;
	background: #c8c8c8;
	border-radius: 50%;
	margin: 0 5px;
}

.model_box_slider .slick-dots .slick-active button {
	background: #00a53c;
}

.model_slider_big {
	width: calc(100% + 40px);
	margin-left: -20px;
}

.model_slider_big .slick-arrow.slick-prev {
	left: 0;
}

.model_slider_big .slick-arrow.slick-next {
	right: 0;
}

.model_slider_big .model_box {
	padding: 0 20px;
}

.model_slider_big .model_box a {
	box-shadow: none;
	border-radius: 0;
	background: transparent;
}

.model_slider_big .model_box .cmn_txt {
	padding: 0;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.model_slider {
		width: calc(100% + 10%);
		margin-left: -5%;
		margin-top: -5vw;
	}

	.model_slider .slick-arrow.slick-prev {
		left: 2vw;
	}

	.model_slider .slick-arrow.slick-next {
		right: 2vw;
	}

	.model_box {
		padding: 5vw 5vw;
	}

	.model_box a {
		border-radius: 1.25vw;
		box-shadow: 0 0 2.5vw rgba(0, 0, 0, .1);
	}

	.model_box .cmn_txt {
		padding: 5.7% 5.7% 12.5%;
	}

	.model_box .room_area {
		border-radius: 1.25vw;
		margin-top: 3.2%;
	}

	.model_box .room_area .room1,
	.model_box .room_area .room2 {
		padding: 2px 5px;
	}

	.model_box .room_area .room1 {
		width: 21.25vw;
	}

	.model_box .room_area .room2 {
		font-size: 3.5vw;
		width: calc(100% - 21.25vw);
	}

	.model_box .room_area .room2 .big {
		font-size: 4vw;
	}

	.model_box_slider {
		padding: 0;
	}

	.model_box_slider .col1_slider .item {
		height: 58vw;
	}

	.model_box_slider .arrow .slick-arrow {
		margin-top: -25vw;
	}

	.model_box_slider .dot_position {
		height: 5vw;
	}

	.model_box_slider .slick-dots {
		top: 60vw;
	}

	.model_box_slider .slick-dots button {
		width: 2.7vw;
		height: 2.7vw;
		margin: 0 1.5vw;
	}

	.model_slider_big {
		width: 100%;
		margin-left: 0;
	}

	.model_slider_big .slick-arrow.slick-prev {
		top: 33vw;
		left: -2vw;
	}

	.model_slider_big .slick-arrow.slick-next {
		top: 33vw;
		right: -2vw;
	}

	.model_slider_big .model_box {
		padding: 0;
	}

	.model_slider_big .model_box .cmn_txt {
		padding: 0;
		margin-top: 3%;
	}
}

/* 同じ分譲地
--------------------------------*/
#model_bunjo {
	padding: 80px 0 60px;
	position: relative;
}

#model_bunjo:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 350px;
	background: #e6e6e6;
	z-index: -1;
}

@media screen and (max-width: 767px) {
	#model_bunjo {
		padding: 10% 0;
	}

	#model_bunjo:before {
		height: 61vw;
	}
}

/* 同じエリア
--------------------------------*/
#model_area {
	padding: 80px 0;
}

@media screen and (max-width: 767px) {
	#model_area {
		padding: 10% 0;
	}
}

/* select_area
--------------------------------*/
.select_area {
	margin-top: 30px;
	margin-bottom: 50px;
}

.select_area .txt {
	text-align: center;
	margin-top: 20px;
}

.select_area .marker {
	text-align: center;
	background: linear-gradient(transparent 70%, #ffff00 70%);
}

.select_area_title {
	font-size: 1.6rem;
	width: min(100%, 900px);
	margin: 30px auto 0;
}

.select_area_title .icon {
	margin-right: 5px;
	display: inline-block;
}

.select_area_title .icon img {
	vertical-align: sub;
}

.select_area .area,
.select_area .brand {
	display: flex;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 10px auto 0;
}

.select_area .area li,
.select_area .brand li {
	position: relative;
	margin-right: 10px;
}

.select_area .area li:nth-child(5n),
.select_area .brand li:nth-child(5n) {
	margin-right: 0;
}

.select_area .area li:nth-child(n+6),
.select_area .brand li:nth-child(n+6) {
	margin-top: 10px;
}

.select_area .area label,
.select_area .brand label {
	display: inline-block;
}

.select_area .area label input,
.select_area .brand label input {
	visibility: hidden;
	width: 1px;
	position: absolute;
	top: 0;
}

.select_area .area label span,
.select_area .brand label span {
	font-size: 1.8rem;
	color: #969696;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 170px;
	height: 60px;
	border: 5px solid #969696;
	border-radius: 5px;
	cursor: pointer;
}

.ie .select_area .area label span,
.ie .select_area .brand label span {
	padding-top: 1px;
}

.select_area .area label span::before,
.select_area .area label span::after,
.select_area .brand label span::before,
.select_area .brand label span::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
}

.ie .select_area .area label span::before,
.ie .select_area .area label span::after,
.ie .select_area .brand label span::before,
.ie .select_area .brand label span::after {
	margin-top: -4px;
}

.select_area .area label span::before,
.select_area .brand label span::before {
	width: 20px;
	height: 20px;
	background: #969696;
	border-radius: 50%;
	transform: translateY(-50%);
}

.select_area .area label span::after,
.select_area .brand label span::after {
	left: 20px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 10px;
	height: 8px;
	transform: translateY(-65%) rotate(-45deg);
}

.select_area .area label input:checked+span,
.select_area .brand label input:checked+span {
	color: #00a53c;
	border-color: #00a53c;
}

.select_area .area label input:checked+span::before,
.select_area .brand label input:checked+span::before {
	background: #00a53c;
}

.select_area .btn {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.select_area {
		margin-top: 3%;
	}

	.select_area .txt {
		margin-top: 4%;
	}

	.select_area .area,
	.select_area .brand {
		max-width: 100%;
		margin: 4% auto 0;
	}

	.select_area .area li,
	.select_area .area li:nth-child(5n),
	.select_area .brand li,
	.select_area .brand li:nth-child(5n) {
		position: relative;
		width: 49%;
		margin-right: 2%;
	}

	.select_area .area li:nth-child(2n),
	.select_area .brand li:nth-child(2n) {
		margin-right: 0;
	}

	.select_area .area li:nth-child(n+3),
	.select_area .brand li:nth-child(n+3) {
		margin-top: 2%;
	}

	.select_area .area label,
	.select_area .brand label {
		display: block;
		width: 100%;
	}

	.select_area .area label span,
	.select_area .brand label span {
		font-size: 4vw;
		width: 100%;
		height: 12.7vw;
		border-width: 3px;
		border-radius: 1.25vw;
	}

	.select_area .area label span::before,
	.select_area .area label span::after,
	.select_area .brand label span::before,
	.select_area .brand label span::after {
		left: 3.5vw;
	}

	.select_area .area label span::before,
	.select_area .brand label span::before {
		width: 5.5vw;
		height: 5.5vw;
	}

	.select_area .area label span::after,
	.select_area .brand label span::after {
		left: 4.9vw;
		width: 2.7vw;
		height: 2vw;
	}

	.select_area .btn {
		margin-top: 11.2%;
	}
}

/* result_list
--------------------------------*/
.result_list {
	margin-top: 45px;
}

.result_list>div:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.result_list>div {
	margin-top: 40px;
	padding-top: 40px;
	/*border-top: 1px solid #c8c8c8;*/
}
.result_list>.land_box{
	padding-top: 0;
	margin-top: 80px;
}

.result_list .result {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #c8c8c8;
}

.thumb_slider .slick-arrow {
	top: calc(50% - 44px);
	background: #fff;
}

.thumb_slider .slick-arrow.slick-prev::before {
	border-right-color: #00a53c;
}

.thumb_slider .slick-arrow.slick-next::before {
	border-left-color: #00a53c;
}

.thumb_slider .slick-dots {
	display: flex;
	margin-top: 10px;
}

.thumb_slider .item {
	height: 370px;
	background: #f2f2f2;
}

.thumb_slider .slick-dots>li {
	width: calc((100% - 15px * 3) / 4);
	height: 78px;
	background: #f2f2f2;
	margin-right: 15px;
	position: relative;
}

.thumb_slider .slick-dots>li.slick-active::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #00a53c;
}

body:not(:has(.land_box)) .thumb_slider .slick-dots>li:nth-child(4n) {
	margin-right: 0;
}

body:not(:has(.land_box)) .thumb_slider .slick-dots>li:nth-child(n+5) {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.result_list {
		margin-top: 11.2%;
	}

	.result_list>div {
		margin-top: 11.2%;
		padding-top: 11.2%;
	}

	.result_list .result {
		padding-bottom: 5.6%;
		margin-bottom: 11.2%;
	}

	.thumb_slider .slick-arrow {
		top: calc(50% - 9vw);
	}

	.thumb_slider .slick-dots {
		margin-top: 2%;
	}

	.thumb_slider .item {
		height: 60vw;
	}

	.thumb_slider .slick-dots>li {
		width: calc((100% - 2% * 3) / 4);
		height: 14vw;
		margin-right: 2%;
	}

	.thumb_slider .slick-dots>li:nth-child(n+5) {
		margin-top: 2%;
	}
}

/* pagination
--------------------------------*/
.pagination {
	margin-top: 0 !important;
}

.pagination.pgnavi_event,
.result_list>.pagination .wp-pagenavi,
.result_list>.pagination,
.pagination .wp-pagenavi,
.pagination {
	display: flex;
	justify-content: center;
	margin-top: 0;
}

.pagination.pnavi_bunjo .wp-pagenavi {
	margin-top: 60px;
}

.pagination .wp-pagenavi {
	font-size: 1.8rem;
	line-height: 1.875;
	margin-top: 0;
}

.pagination .wp-pagenavi>a,
.pagination .wp-pagenavi>span,
.pagination li {
	margin: 0 7px;
}

.pagination .wp-pagenavi .current,
.pagination .wp-pagenavi a,
.pagination li a {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e6e6e6;
	border-radius: 50%;
}

.wp-pagenavi a.page {
	background: #fff;
}

.pagination .wp-pagenavi .current,
.pagination li.current a {
	color: #fff;
	background: #00a53c;
}

@media screen and (max-width: 767px) {
	.pagination {
		margin-top: 11.2%;
	}

	.pagination.pnavi_bunjo .wp-pagenavi {
		margin-top: 40px;
	}

	.pagination .wp-pagenavi>a,
	.pagination .wp-pagenavi>span,
	.pagination li {
		margin: 0 2vw;
	}

	.pagination .wp-pagenavi a,
	.pagination li a {
		width: 10.7vw;
		height: 10.7vw;
	}
}

/* フォーム
--------------------------------*/
.form input[type="text"],
.form input[type="email"],
.form textarea {
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	width: 100%;
	height: 45px;
	padding: 0 1em;
}

.form textarea {
	min-height: 145px;
	padding: 1em;
}

.form .select_arw {
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	width: 100%;
	position: relative;
}

.form span.select_arw {
	display: inline-block;
}

.form .select_arw::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	margin-top: 3px;
	border: 5px solid transparent;
	border-top: 5px solid #323232;
	pointer-events: none;
}

.form .select_arw select {
	height: 45px;
	padding: 0 1em;
	width: 100%;
}

.form .select_arw.short,
.form input[type="text"].short {
	max-width: 350px;
}

.form input[type="text"]::placeholder {
	color: #c8c8c8;
}

.form input[type="text"]:-ms-input-placeholder {
	color: #c8c8c8;
}

.form input[type="text"]::-ms-input-placeholder {
	color: #c8c8c8;
}

.form input[type="email"]::placeholder {
	color: #c8c8c8;
}

.form input[type="email"]:-ms-input-placeholder {
	color: #c8c8c8;
}

.form input[type="email"]::-ms-input-placeholder {
	color: #c8c8c8;
}

.form .checkbox label {
	display: inline-block;
	position: relative;
}

.form .checkbox input {
	position: absolute;
	visibility: hidden;
	width: 1px;
}

/*
.form .checkbox span{
	padding-left: 23px;
	display: inline-block;
}
.form .checkbox span::before,
.form .checkbox span::after{
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
}
.form .checkbox span::before{
	border: 1px solid #c8c8c8;
	width: 15px;
	height: 15px;
}
.form .checkbox span::after{
	top: 2px;
	left: 4px;
	width: 8px;
	height: 12px;
	border-right: 2px solid #323232;
	border-bottom: 2px solid #323232;
	transform: rotate(45deg);
	opacity: 0;
}*/
.form div.wpcf7-mail-sent-ok,
.form div.wpcf7-validation-errors {
	font-size: 16px;
	line-height: 24px;
}

.form .checkbox span.wpcf7-list-item-label {
	padding-left: 23px;
	display: inline-block;
}

.form .radio_w .checkbox span.wpcf7-list-item-label {
	padding-left: 16px;
}

.form .checkbox span.wpcf7-list-item-label::before,
.form .checkbox span.wpcf7-list-item-label::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
}

.form .checkbox span.wpcf7-list-item-label::before {
	border: 1px solid #c8c8c8;
	width: 15px;
	height: 15px;
	top: 5px;
}

.form .radio_w .checkbox span.wpcf7-list-item-label::before {
	border-radius: 50%;
	top: 5px;
}

.form .checkbox span.wpcf7-list-item-label::after {
	top: 2px;
	left: 4px;
	width: 8px;
	height: 12px;
	border-right: 2px solid #323232;
	border-bottom: 2px solid #323232;
	transform: rotate(45deg);
	opacity: 0;
}

.form .radio_w .checkbox span.wpcf7-list-item-label::after {
	top: 8px;
	left: 3px;
	border: none;
	border-radius: 50%;
	width: 9px;
	height: 9px;
	background-color: #000;
}

.form .checkbox input:checked+span::after {
	opacity: 1;
}

#reservation .form .in_dl {
	border-bottom: 1px dashed #c8c8c8;
}

#reservation .form .in_dl dt:last-of-type,
#reservation .form .in_dl .form dd:last-of-type,
#reservation .form .in_dl dt,
#reservation .form .in_dl dd {
	padding-top: 0;
}

#reservation .form .in_dl dt {
	width: 130px;
	padding-top: 10px !important;
}

#reservation .form .in_dl dd {
	width: 585px;
	padding-right: 0;
}

#reservation .form .in_dl:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.form .frm_reform .checkbox {
	display: block;
}

.form .radio_w .checkbox>*:nth-child(n+4) {
	margin-top: 0;
}

.form .frm_reform .checkbox>*:nth-child(n+4),
.form .frm_reform .checkbox .wpcf7-list-item:nth-of-type(5),
.form .frm_reform .checkbox .wpcf7-list-item:nth-of-type(13),
.form .frm_reform .checkbox>* {
	padding-right: 20px;
	padding-bottom: 15px;
	margin-top: 0;
	display: inline-block;
	width: auto;
}

.form .frm_reform.frm_kikkake .checkbox .wpcf7-list-item:nth-of-type(7) {
	display: block;
}

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

	.form input[type="text"],
	.form input[type="email"],
	.form textarea {
		border-radius: 1.25vw;
		height: 12.6vw;
	}

	.form textarea {
		min-height: 45vw;
	}

	.form .select_arw {
		border-radius: 1.25vw;
	}

	.form .select_arw::before {
		right: 3vw;
		margin-top: 1vw;
		border-width: 1.5vw;
		border-top-width: 1.5vw;
	}

	.form .select_arw select {
		height: 12.6vw;
	}

	.form .select_arw.short,
	.form input[type="text"].short {
		max-width: 100%;
	}

	/*
	.form .checkbox span{
		padding-left: 6vw;
	}
	.form .checkbox span::before,
	.form .checkbox span::after{
		top: 1.2vw;
		left: 0;
	}
	.form .checkbox span::before{
		width: 4vw;
		height: 4vw;
	}
	.form .checkbox span::after{
		top: .7vw;
		left: 1vw;
		width: 2.5vw;
		height: 3.5vw;
	}*/
	.form .checkbox span,
	.form .checkbox2 span,
	.form .wpcf7-checkbox span.wpcf7-list-item {
		margin-left: 0 !important;
		width: 100%;
	}

	.form .wpcf7-checkbox span.wpcf7-list-item-label {
		padding-left: 20px;
	}

	.form .wpcf7-checkbox span.wpcf7-list-item-label::before,
	.form .wpcf7-checkbox span.wpcf7-list-item-label::after {
		top: 1.2vw;
		left: 0;
	}

	.form .wpcf7-checkbox span.wpcf7-list-item-label::before {
		width: 4vw;
		height: 4vw;
	}

	.form .wpcf7-checkbox span.wpcf7-list-item-label::after {
		top: .7vw;
		left: 1vw;
		width: 2.5vw;
		height: 3.5vw;
	}

	.reform_frm_wrap .form .wpcf7-checkbox span.wpcf7-list-item-label {
		padding-left: 17px;
		display: inline;
	}

	#reservation .form .in_dl dt,
	#reservation .form .in_dl dd {
		width: 100%;
	}

	#reservation .reform_frm_wrap {
		width: 100%;
	}

	#reservation .reform_frm_wrap .form dt.agree+dd {
		margin-top: -1em;
	}

	#reservation .reform_frm_wrap .form dt.agree+dd .checkbox {
		margin-top: 0;
	}
}

/* 見学予約
--------------------------------*/
#reservation {
	margin-top: 40px;
}

#reservation .bg {
	padding: 45px 20px;
	background: #ccedd8;
}

#reservation .form {
	background: #fff;
	padding: 40px;
	border-radius: 5px;
	margin-top: 40px;
}

#reservation .form .ttl {
	text-align: center;
}

#reservation .form dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

#reservation .form dt,
#reservation .form dd {
	line-height: 1.5;
	padding: 20px 0;
	border-bottom: 1px dashed #c8c8c8;
}

#reservation .form dt:last-of-type,
#reservation .form dd:last-of-type {
	border-bottom: 0;
}

#reservation .form dt {
	padding-top: 28px;
	width: 245px;
	position: relative;
}

#reservation .form .req {
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
	background: #2e9994;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 10px;
	padding-top: 3px;
	width: 44px;
	height: 24px;
	position: absolute;
	top: 33px;
	right: 0;
}

#reservation .form dt.agree .req {
	top: 25px;
}

#reservation .form dd {
	width: calc(100% - 245px);
	padding: 20px 40px;
}

#reservation .form dd>*+* {
	margin-top: 8px;
	line-height: 1.2;
}

#reservation .form dd .note {
	padding-left: 1em;
	text-indent: -1em;
}

.form .checkbox,
.form .checkbox2,
#reservation .form .check_area {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 10px;
}

.form .checkbox>*,
#reservation .form .check_area>* {
	width: 33.333%;
	padding-right: 5px;
	margin-left: 0;
}

.form .checkbox .wpcf7-list-item:nth-of-type(5),
.form .checkbox .wpcf7-list-item:nth-of-type(13) {
	width: 60%;
}

.form .sonota {
	display: block;
	margin-top: 5px;
}

.form .check_w .checkbox>* {
	width: 100%;
}

.form .check_w.radio_w .checkbox>* {
	width: auto;
	margin-right: 12px;
}

.form .check_w .checkbox span.wpcf7-list-item-label {
	display: inline;
}

.form .checkbox2>* {
	padding-right: 5px;
}

#reservation .form .check_area>*.x2 {
	width: 66.666%;
}

.form .checkbox>*:nth-child(n+4),
#reservation .form .check_area>*:nth-child(n+4) {
	margin-top: 15px;
}

#reservation .form .ul {
	border-bottom: 1px solid #323232;
}

.reform_frm_p {
	text-align: center;
	line-height: 1.7;
	margin: 40px 0 30px;
}

#reservation .reform_frm_wrap .bg {
	padding: 20px;
	background-color: #2e9994;
}

#reservation .reform_frm_wrap .bg .form {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	#reservation {
		background: #ccedd8;
	}

	#reservation .bg {
		padding: 11.2% 0;
	}

	#reservation .form {
		padding: 5%;
		border-radius: 1.25vw;
		margin-top: 6%;
	}

	#reservation .form dl {
		display: block;
		margin-top: 7%;
		margin-bottom: 3%;
	}

	#reservation .form dt,
	#reservation .form dd {
		padding: 0;
		width: 100%;
	}

	#reservation .form dt {
		padding: 4% 0 3%;
		width: 100%;
		border-bottom: 0;
		line-height: 1.2;
	}

	#reservation .form .req {
		font-size: 3vw;
		border-radius: 1.25vw;
		margin-top: -.2vw;
		margin-left: 5vw;
		padding-top: 1.2vw;
		width: 12vw;
		height: 6.6vw;
		top: 3vw;
		right: 0;
	}

	#reservation .form dt.agree {
		border-bottom: 0;
		padding: 0;
		margin-bottom: 0;
	}

	#reservation .form dt.agree .req {
		top: 3vw;
		margin-left: 0;
	}

	#reservation .form dt.agree+dd {
		padding-top: 4%;
	}

	#reservation .form dd {
		width: 100%;
		padding: 0 0 5%;
	}

	#reservation .form dd>*+* {
		margin-top: 2vw;
		line-height: 1.6;
	}

	.form .checkbox,
	.form .checkbox2,
	#reservation .form .check_area {
		display: block;
	}

	#reservation .form .check_area>*,
	#reservation .form .check_area>*.x2 {
		width: 50%;
		padding-right: 1vw;
	}

	#reservation .form .check_area>*.sp_x2 {
		width: 100%;
	}

	#reservation .form .check_area>*:nth-child(n+2) {
		margin-top: 2.5vw;
	}

	.form .checkbox label {
		margin-top: 2.5vw;
		margin-right: 15px;
	}

	.form .chk_pp .checkbox label {
		margin-top: 0;
		margin-right: 0;
	}

	.form .check_w .checkbox span.wpcf7-list-item-label {
		display: inline-block;
	}
}

/* オンライン相談会
--------------------------------*/
#online {
	padding-top: 80px;
}

#online .bnr a {
	display: block;
	background: url(../img/common/online_bnr_bg.png) no-repeat right top;
	background-size: auto 100%;
	border: 1px solid #00a53c;
	border-radius: 5px;
}

#online .bnr .txt_area {
	max-width: 710px;
	padding: 40px 0 15px;
	text-align: center;
}

#online .bnr .txt {
	font-size: 1.8rem;
	line-height: 1.3;
	text-align: center;
	color: #00a53c;
}

#online .bnr .txt span {
	padding: 0 30px;
	position: relative;
	display: inline-block;
}

#online .bnr .txt span::before,
#online .bnr .txt span::after {
	content: '';
	position: absolute;
	bottom: -.5em;
	width: 1px;
	height: calc(100% + .8em);
	background: #00a53c;
}

#online .bnr .txt span::before {
	left: 0;
	transform: rotate(-30deg);
}

#online .bnr .txt span::after {
	right: 0;
	transform: rotate(30deg);
}

#online .bnr .ttl {
	font-size: 4rem;
	line-height: 1.1;
	text-align: center;
	color: #00a53c;
	margin-top: 18px;
}

#online .bnr .ttl strong {
	font-size: 6.5rem;
	display: block;
}

#online .bnr .ttl strong img {
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -10px;
}

#online .bnr .time {
	font-size: 1.8rem;
	color: #fff;
	background: #00a53c;
	padding: 3px 30px;
	border-radius: 18px;
	display: inline-block;
	margin-top: 15px;
}

#online .bnr .note {
	font-size: 1.4rem;
	text-align: center;
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	#online {
		padding-top: 10%;
	}

	#online .bnr a {
		background-position: right bottom;
		background-size: 190% auto;
		border-radius: 1.25vw;
	}

	#online .bnr .txt_area {
		max-width: 100%;
		padding: 8% 5% 60%;
	}

	#online .bnr .txt {
		font-size: 4vw;
	}

	#online .bnr .txt span {
		padding: 0 2vw;
	}

	#online .bnr .txt span::before,
	#online .bnr .txt span::after {
		bottom: -.5em;
		height: calc(100% + .8em);
	}

	#online .bnr .ttl {
		font-size: 6vw;
		line-height: 1.3;
		margin-top: 5%;
	}

	#online .bnr .ttl strong {
		font-size: 8.7vw;
	}

	#online .bnr .ttl strong img {
		width: 6.5vw;
		margin-right: 2vw;
		margin-top: -3vw;
	}

	#online .bnr .time {
		font-size: 4vw;
		text-align: center;
		line-height: 1.6;
		padding: 1vw 5vw;
		border-radius: 10vw;
		margin-top: 4%;
	}

	#online .bnr .note {
		font-size: 3.5vw;
		line-height: 1.3;
		margin-top: 4%;
	}
}

/* contact
--------------------------------*/
#contact {
	padding: 80px 0 90px;
	margin-top: 80px;
	background: #00a53c;
	background: -webkit-linear-gradient(bottom left, #00a53c 0%, #33b763 100%);
	background: -o-linear-gradient(bottom left, #00a53c 0%, #33b763 100%);
	background: linear-gradient(to top right, #00a53c 0%, #33b763 100%);
}

#contact .txt {
	color: #fff;
	text-align: center;
}

#contact .contact_btn_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 590px;
	max-width: 100%;
	margin: 0 auto;
}

#contact .btn {
	margin-top: 35px;
	width: 48%;
}

#contact .btn_normal {
	font-size: 3rem;
	height: 110px;
	max-width: 100%;
}

#contact .tel_area {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

#contact .tel_area p {
	margin-right: 20px;
	width: 336px;
}

#contact .tel_area p:last-child {
	margin-right: 0;
}

#contact .tel_area p a {
	font-size: 3rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-radius: 5px;
	padding: 0;
	border: 1px solid #fff;
	pointer-events: none;
	flex-wrap: wrap;
}

#contact .tel_area .pref {
	font-size: 2.4rem;
	text-align: center;
	color: #00a53c;
	border-radius: 3px 3px 0 0;
	background: #fff;
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-right: 0;
	line-height: 40px;
}

#contact .tel_area .icon {
	width: 69px;
	line-height: 1;
	display: inline-block;
	margin-right: 10px;
	margin-left: 20px;
}

#contact .tel_area p.telnum {
	margin-right: 0;
	width: min(590px, 100%);
}

#contact .tel_area p.telnum a {
	justify-content: center;
}

#contact .tel_area p.telnum .icon img {
	display: block;
}

#contact .tel_area p.telnum span.oswald {
	font-size: 6rem;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	#contact {
		padding: 7.5% 0 10%;
	}

	#contact .txt {
		font-size: 3.5vw;
		text-align: left;
	}

	#contact .btn {
		margin-top: 4.2%;
	}

	#contact .btn_normal {
		font-size: 4.5vw;
		height: 21vw;
		max-width: 100%;
	}

	#contact .tel_area {
		display: block;
		width: 100%;
		margin: 5.7% auto 0;
	}

	#contact .tel_area p {
		margin-right: 0;
		margin-top: 5.7%;
		width: 100%;
	}

	#contact .tel_area p:first-child {
		margin-top: 0;
		width: 100%;
	}

	#contact .tel_area p a {
		font-size: 6.5vw;
		border-radius: 1.25vw;
		padding: 0;
		justify-content: center;
		pointer-events: auto;
	}

	#contact .tel_area .pref {
		font-size: 5vw;
		border-radius: 3px 3px 0 0;
		width: 100%;
		height: 40px;
		margin-right: 0;
	}

	#contact .tel_area .icon {
		width: 13.5vw;
		margin-right: 2.5vw;
	}

	#contact .tel_area p.telnum span.oswald {
		font-size: 10vw;
		line-height: 1.4;
	}
}

/* sns
--------------------------------*/
#sns {
	padding: 75px 0 80px;
}

#sns .ttl_sec {
	position: relative;
}

#sns .ttl_sec img {
	position: absolute;
	top: -30px;
	left: -450px;
	right: 0;
	margin: 0 auto;
}

#sns .ttl_24 {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c8c8c8;
}

#sns .list+.ttl_24 {
	margin-top: 40px;
}

#sns .list{
	gap: 0 40px;
	justify-content: center;
}

#sns .list li{
	margin-right: 0;
}

#sns .list li a {
	padding: 20px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 5px;
}

#sns .list li .oswald {
	text-transform: none;
}

#sns .list li .icon {
	width: 61px;
	margin-right: 10px;
}

#sns .list li .txt_area {
	width: calc(100% - 61px - 10px - 40px);
}

#sns .list li .txt_area .ttl {
	font-size: 3rem;
}

#sns .list li .txt_area .url,
#sns .list li .txt_area .txt {
	font-size: 1.2rem;
	line-height: 1.17;
	margin-top: 5px;
}

@media screen and (max-width: 767px) {
	#sns {
		padding: 15% 0 8.8%;
	}

	#sns .ttl_sec img {
		top: -4vw;
		left: -70vw;
		width: 25.5vw;
		right: 0;
	}

	#sns .ttl_24 {
		padding-bottom: 1.8vw;
		margin-bottom: 5.8%;
	}

	#sns .list+.ttl_24 {
		margin-top: 14%;
	}

	#sns .list li:not(:first-child) {
		margin-top: 5.7%;
	}

	#sns .list li a {
		padding: 5.8%;
		box-shadow: 0 0 2.5vw rgba(0, 0, 0, .1);
		border-radius: 1.25vw;
	}

	#sns .list li .icon {
		width: 15vw;
		margin-right: 2.5vw;
	}

	#sns .list li .txt_area {
		width: calc(100% - 15vw - 2.5vw);
	}

	#sns .list li .txt_area .ttl {
		font-size: 7.5vw;
	}

	#sns .list li .txt_area .url,
	#sns .list li .txt_area .txt {
		font-size: 3vw;
		margin-top: 3%;
	}
}

/* bnr
--------------------------------*/
#bnr {
	padding: 25px 0;
	background: #e6e6e6;
}

@media screen and (max-width: 767px) {
	#bnr {
		padding: 6.3% 0;
	}
}

/* page_ttl
--------------------------------*/
#page_ttl {
	padding: 165px 0 150px;
	background: linear-gradient(135deg, #00a53c 0%, #33b763 100%);
}

#page_ttl .ttl {
	font-size: 4.5rem;
	line-height: 1.5;
	color: #fff;
}

#page_ttl .ttl .en {
	font-size: 1.6rem;
	line-height: 1.6;
	text-transform: uppercase;
	display: block;
}

@media screen and (max-width: 767px) {
	#page_ttl {
		padding: calc(4vw + 70px + 9.5%) 0 16vw;
	}

	#page_ttl .ttl {
		font-size: 7.5vw;
		text-align: center;
	}

	#page_ttl .ttl .en {
		font-size: 3vw;
	}
}

/* breadcrumb
--------------------------------*/
#breadcrumb {
	margin-top: -100px;
	position: relative;
	z-index: 30;
}

#breadcrumb .bg {
	padding: 0 3%;
	height: 100px;
	background: #fff;
	border-radius: 5px 5px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#breadcrumb ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#breadcrumb ul li,
#breadcrumb ul li a {
	font-size: 1.4rem;
}

#breadcrumb ul li::after {
	content: '/';
	margin: 0 .7em;
	font-weight: 400;
}

#breadcrumb ul li:last-child::after {
	display: none;
}

#breadcrumb ul li a {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	#breadcrumb {
		display: none;
	}
}

/* under_bnr
--------------------------------*/
#under_bnr {
	margin: 80px 0;
}

@media screen and (max-width: 767px) {
	#under_bnr {
		padding: 16% 0;
		margin: 0;
	}
}

/* ---------------------------------------------
  footer
-----------------------------------------------*/
.foot01 {
	padding: 0 0 55px 0;
}

.foot01 .logo {
	width: 220px;
	margin-right: 40px;
}

.foot01 .info {
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
	justify-content: flex-start;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #c8c8c8;
	flex-wrap: wrap;
}

.foot01 .tel_area {
	display: flex;
	justify-content: center;
	align-items: center;
}

.foot01 .tel_area p {
	margin-right: 10px;
}

.foot01 .tel_area p:last-child {
	margin-right: 0;
}

.foot01 .tel_area p a {
	font-size: 2.8rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	pointer-events: none;
}

.foot01 .tel_area .pref {
	font-size: 1.2rem;
	padding-top: 2px;
	text-align: center;
	border-radius: 5px;
	background: #fff;
	display: inline-block;
	width: 50px;
	height: 30px;
	margin-right: 10px;
	border: 2px solid #323232;
}

.foot01 .tel_area .icon {
	width: 53px;
	line-height: 1;
	display: inline-block;
	margin-right: 10px;
}

.foot01 .sitemap {
	display: flex;
	justify-content: space-between;
}

.foot01 .sitemap li {
	line-height: 1.65;
}

.foot01 .sitemap .main>li:not(.group) {
	margin-top: 10px;
}

.foot01 .sitemap .main .group:not(:first-child) {
	margin-top: 35px;
}

.foot01 .sitemap .sub {
	margin-top: 5px;
}

.foot01 .sitemap .sub>li>a {
	font-size: 1.2rem;
}

.foot02 {
	padding: 15px 0;
	background: #323232;
}

.foot02 .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.foot02 .link {
	display: flex;
	justify-content: flex-start;
}

.foot02 .link li {
	margin-right: 50px;
}

.foot02 .link li a {
	font-size: 1.2rem;
	color: #fff;
}

.foot02 .copy {
	font-size: 1.2rem;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.foot01 {
		padding: 10.2% 0 3.5%;
	}

	.foot01 .logo {
		width: 55vw;
		margin-bottom: 5.5%;
	}

	.foot01 .info {
		display: block;
		padding-bottom: 0;
		border-bottom: 0;
		margin-bottom: 7%;
	}

	.foot01 .tel_area {
		display: block;
	}

	.foot01 .tel_area p {
		margin-right: 0;
		margin-top: 2.5%;
	}

	.foot01 .tel_area p:first-child {
		margin-right: 0;
		margin-top: 0;
	}

	.foot01 .tel_area p a {
		font-size: 6vw;
		line-height: 1.8;
		pointer-events: auto;
	}

	.foot01 .tel_area .pref {
		font-size: 3vw;
		padding-top: .5vw;
		border-radius: 1.25vw;
		width: 50px;
		height: 30px;
		margin-right: 2vw;
	}

	.foot01 .tel_area .icon {
		width: 53px;
		line-height: 1;
		display: inline-block;
		margin-right: 10px;
	}

	.foot01 .sitemap {
		display: block;
	}

	.foot01 .sitemap li {
		line-height: 1.65;
	}

	.foot01 .sitemap .main>li {
		border-top: 1px solid #c8c8c8;
	}

	.foot01 .sitemap .main>li>a {
		font-size: 4.5vw;
		padding: 4.2% 0;
		display: block;
		position: relative;
	}

	.foot01 .sitemap .main>li:not(.group) {
		margin-top: 0;
	}

	.foot01 .sitemap .main .group:not(:first-child) {
		margin-top: 0;
	}

	.foot01 .sitemap .main .group {
		position: relative;
		margin-top: 0;
	}

	.foot01 .sitemap .main .group .sub {
		display: none;
	}

	.foot01 .sitemap .main .arw {
		position: absolute;
		top: 0;
		right: 0;
		width: 15vw;
		height: 15vw;
		display: block;
	}

	.foot01 .sitemap .main .arw::before {
		content: '';
		position: absolute;
		width: 15px;
		height: 15px;
		top: 50%;
		right: 10px;
		border-right: 2px solid #323232;
		border-bottom: 2px solid #323232;
		margin-top: -5px;
		transform: translateY(-50%) rotate(45deg);
	}

	.foot01 .sitemap .main .arw.is-open::before {
		margin-top: 4px;
		transform: translateY(-50%) rotate(-135deg);
	}

	.foot01 .sitemap .sub {
		margin-top: 0;
	}

	.foot01 .sitemap .main>.other,
	.foot01 .sitemap .sub>li {
		margin-bottom: 4.8%;
	}

	.foot01 .sitemap .main>.other.group {
		padding-top: 4.8%;
	}

	.foot01 .sitemap .main>.other:not(.group) {
		border-top: 0;
	}

	.foot01 .sitemap .main>.other>a,
	.foot01 .sitemap .sub>li>a {
		font-size: 3.5vw;
		display: block;
		padding: 0;
	}

	.foot02 {
		padding: 5% 0 6%;
		margin-bottom: 60px;
	}

	.foot02 .wrap {
		display: block;
	}

	.foot02 .link li {
		margin-right: 5vw;
	}

	.foot02 .link li a {
		font-size: 3vw;
	}

	.foot02 .copy {
		font-size: 3vw;
		margin-top: 4%;
	}
}

/* ---------------------------------------------
  animation
-----------------------------------------------*/
.is-anime.fade-in {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .8s cubic-bezier(.445, .05, .55, .95), transform .8s cubic-bezier(.445, .05, .55, .95);
}

.is-anime.anime-active.fade-in {
	opacity: 1;
	transform: translateY(0);
}

/* ------------------------------
clearfix
------------------------------ */
.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

/* End Hack */
/****************************
	slick
*****************************/
figure.thumb img {
	width: 100%;
}

.land_slider,
.thumb_slider {
	display: none;
}

.land_slider.slick-initialized,
.thumb_slider.slick-initialized {
	display: block;
}

/* JavaScriptが有効な場合、対象を隠す */
html.enable-javascript .slider-sample {
	visibility: hidden;
}

/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load .slider-sample {
	visibility: visible;
}

/**********************************
	20200910追加
**********************************/
/* event
--------------------------------*/
#event .bg {
	padding: 0px 4.65% 70px;
	background: #fff;
	border-radius: 5px 5px 0 0;
	position: relative;
	z-index: 1;
}

#event .btn {
	margin-top: 35px;
}

#event .btn .btn_normal {
	max-width: 400px;
}

@media screen and (max-width: 767px) {
	#event .bg {
		padding: 11.2% 0 11.2%;
		border-radius: 1.25vw 1.25vw 0 0;
	}

	#event .btn {
		margin-top: 11.2%;
	}

	#event .btn .btn_normal {
		max-width: 75vw;
	}
}

.events_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}

.events_wrap.position_center {
	justify-content: center;
}

.events_wrap li {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 30px;
}

.events_wrap li:nth-of-type(3n) {
	margin-right: 0;
}

.events_wrap li img {
	width: 100%;
}

.events_cat {
	margin: 10px 0;
}

.events_cat span {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}

.events_cat span.cat1 {
	color: #fff;
}

.events_cat span.cat1+span {
	border: 1px solid #333;
	padding: 0 10px;
}

.events_cat span.cat1 span {
	margin-top: -1px;
	background: #333;
	min-width: 100px;
	text-align: center;
	margin-right: 10px;
}

.events_date,
.events_ad {
	font-size: 14px;
}

.events_wrap .nomsg {
	width: 100%;
	text-align: center;
	margin-right: 0;
}

li.no_post {
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.events_wrap {
		justify-content: center;
	}

	.events_wrap li {
		width: 360px;
		max-width: 100%;
		margin-bottom: 30px;
		margin-right: 0;
	}
}

/*
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 100;
}
*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 100;
	transform: translateY(495px);
	transition: .6s;
	width: 130px;
}

#page-top a {
	display: block;
	margin-top: 20px;
	text-align: center;
}

#page-top a:hover {
	opacity: 0.5;
}

#page-top .bunjo_resv {
	background-color: #E7625F;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	font-size: 1.8rem;
	line-height: 1.7;
	border-radius: 5px;
}
@media (any-hover: hover) {
	#page-top .bunjo_resv:hover {
		background-color: #d10d0d;
	}
}

body.page-id-34885 #page-top,
body.page-id-34885 #pop_qa {
	display: none;
}

@media screen and (max-width: 767px) {
	#page-top {
		display: none;
	}

	#bottom_link .flex {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	#bottom_link a,
	#bottom_link a img {
		display: block;
		height: auto;
	}

	#bottom_link a {
		text-align: center;
		color: #fff;
		font-size: 13px;
		width: 25%;
		background: rgba(21, 175, 207, 1.00);
		padding: 8px 0;
		line-height: 1.4;
		border-right: 1px solid #fff;
	}

	#bottom_link a:nth-of-type(4) {
		border-left: none;
	}

	#bottom_link a i {
		font-size: 24px;
		color: #fff;
	}

	#bottom_link a.footer_menu_c {
		height: 77px;
	}

	#bottom_link a.footer_menu_c i {
		margin-bottom: 10px;
	}

	#bottom_link a img {
		width: 100%;
	}

	#bottom_link a.quo_link {
		display: flex;
		width: 100vw;
		justify-content: space-around;
		overflow: hidden;
		background: linear-gradient(90deg, rgb(214, 163, 54) 0%, rgb(246, 238, 139) 45%, rgb(246, 238, 139) 55%, rgb(214, 163, 54) 100%);
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		height: 61px;
		padding: 0;
	}

	#bottom_link a.quo_link div {
		color: rgb(247, 10, 10);
		text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #FFF;
		line-height: 1.3em;
		padding: 7px 0;
		margin-left: -15px;
	}

	#bottom_link a.quo_link div span {
		color: #faff11;
		text-shadow: 1px 1px 0px #333, -1px 1px 0px #333, 1px -1px 0px #333, -1px -1px 0px #333;
	}

	#bottom_link a.quo_link .quo_img:nth-of-type(2) {
		width: 30px;
		transform: rotate(-25deg);
		height: 44px;
		margin: 8px 0;
	}

	#bottom_link a.quo_link .quo_img:nth-of-type(1) {
		width: 70px;
		margin: 13px 0;
		height: 35px;
	}

	#bottom_link,
	#bottom_link2 {
		transition: .5s;
		z-index: 100;
	}

	#bottom_link.hide,
	#bottom_link2.hide {
		transform: translateY(25vh);
	}

	body.post-type-archive-mainteguide #bottom_link.owner_footer {
		box-shadow: 0px -2px 5px #dedede;
	}

	#bottom_link a.owner_content_link {
		width: 100%;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 30px;
	}

	#bottom_link {
		/*display: flex;*/
		position: -webkit-sticky;
		position: sticky;
		bottom: 0;
		left: 0;
		width: 100vw;
	}

	#bottom_link a,
	#bottom_link a img {
		display: block;
		height: auto;
	}

	#bottom_link a {
		text-align: center;
		/*width: 50%;*/
		color: #fff;
		font-size: 13px;
		width: 25%;
		background: #2e9994;
		padding: 5px 0;
		line-height: 1.4;
		border-right: 1px solid #fff;
	}

	#bottom_link a:nth-of-type(4) {
		border-left: none;
	}

	#bottom_link a i {
		font-size: 24px;
		color: #fff;
	}

	#bottom_link a.footer_menu_c {
		height: 77px;
	}

	#bottom_link a.footer_menu_c i {
		margin-bottom: 10px;
	}

	#bottom_link a img {
		width: 100%;
	}

	#bottom_link a.quo_link {
		display: flex;
		width: 100vw;
		justify-content: space-around;
		overflow: hidden;
		background: linear-gradient(90deg, rgb(214, 163, 54) 0%, rgb(246, 238, 139) 45%, rgb(246, 238, 139) 55%, rgb(214, 163, 54) 100%);
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		height: 61px;
		padding: 0;
	}

	#bottom_link a.quo_link div {
		color: rgb(247, 10, 10);
		text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #FFF;
		line-height: 1.3em;
		padding: 7px 0;
		margin-left: -15px;
	}

	#bottom_link a.quo_link div span {
		color: #faff11;
		text-shadow: 1px 1px 0px #333, -1px 1px 0px #333, 1px -1px 0px #333, -1px -1px 0px #333;
	}

	#bottom_link a.quo_link .quo_img:nth-of-type(2) {
		width: 30px;
		transform: rotate(-25deg);
		height: 44px;
		margin: 8px 0;
	}

	#bottom_link a.quo_link .quo_img:nth-of-type(1) {
		width: 70px;
		margin: 13px 0;
		height: 35px;
	}

	#bottom_link,
	#bottom_link2 {
		transition: .5s;
		z-index: 100;
		display: none !important;
	}

	#bottom_link.hide,
	#bottom_link2.hide {
		transform: translateY(25vh);
	}

	#bottom_link.owner_footer div.flex div {
		width: calc(100% / 4);
		box-shadow: 1px 0 5px #dedede;
		height: 59px;
		color: #00b34b;
		font-weight: 600;
		font-size: 12px;
		text-align: center;
		line-height: 1.4em;
		padding: 13px 5px;
	}

	#bottom_link.owner_footer div.flex div a {
		display: block;
		width: 100%;
		background: #fff;
		height: 100%;
		color: #00b34b;
		padding: 0;
	}

	#bottom_link.owner_footer div.flex div a i {
		color: #00b34b;
		font-size: 31px;
	}

	body.post-type-archive-mainteguide #bottom_link.owner_footer {
		box-shadow: 0px -2px 5px #dedede;
	}

	#bottom_link a.owner_content_link {
		width: 100%;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 30px;
	}

	.events_cat span.cat1 {
		color: #fff;
		padding-left: 0;
		display: block;
		margin-bottom: 5px;
	}
}

.events_text {
	font-size: 1.6rem;
}


/*******************/
/* contact
--------------------------------*/
div.tel_area p a span.oswald {
	font-size: 4.2rem;
}

.foot01 div.tel_area p a span.oswald {
	font-size: 3rem;
}

.ttl_under_p {
	text-align: center;
	margin-bottom: 50px;
	font-size: 1.8rem;
	line-height: 36px;
}

#reform_tel {
	position: relative;
	border: 3px solid #2e9994;
	border-radius: 5px;
	overflow: visible;
	max-width: 1120px;
	margin: 0 auto;
}

#reform_tel .marker {
	background: linear-gradient(transparent calc(100% - 5px), #ffff00 5px);
	background-position: 0 -5px;
}

#reform_tel h2 {
	color: #fff;
	text-align: center;
	width: 340px;
	background-color: #2e9994;
	height: 40px;
	border-radius: 20px;
	position: absolute;
	top: -20px;
	left: calc(50% - 170px);
	font-size: 18px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

#reform_tel h2 .icon {
	margin-right: 6px;
}

#reform_tel .tel_area_wrap {
	padding: 60px 0 30px;
}

#reform_tel .tel_area_wrap>p {
	text-align: center;
	font-size: 16px;
	margin-bottom: 24px;
}

#reform_tel .tel_area {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

#reform_tel .tel_area p {
	margin-right: 10px;
	width: 336px;
}

#reform_tel .tel_area p:last-child {
	margin-right: 0;
}

#reform_tel .tel_area p a {
	font-size: 3rem;
	color: #2e9994;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-radius: 5px;
	padding: 0;
	border: 1px solid #fff;
	pointer-events: none;
	flex-wrap: wrap;
	border: 1px solid #00a53c;
}

#reform_tel .tel_area .pref {
	font-size: 2rem;
	text-align: center;
	color: #fff;
	border-radius: 3px 3px 0 0;
	background: #2e9994;
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-right: 0;
	line-height: 40px;
}

#reform_tel .tel_area .icon {
	width: 53px;
	line-height: 1;
	display: inline-block;
	margin-right: 10px;
	margin-left: 20px;
}

.reform_frm_wrap .btn_normal.btn_green {
	background-color: #2e9994;
}


#reform_tel .tel_area p.telnum {
	width: 100%;
}

#reform_tel .tel_area p.telnum a {
	border: none;
	justify-content: center;
	align-items: center;
}

#reform_tel .tel_area p.telnum a span.oswald {
	font-size: 6rem;
	line-height: 1;
}

#reform_tel .tel_area p.telnum a .icon,
#reform_tel .tel_area p.telnum a .icon img {
	display: block;
}

#reform_tel .tel_area p.telnum a .icon {
	width: 56px;
}

#reform_tel .tel_area p.telnum a .icon img {
	width: 100%;
}


#reform_tel .tel {
	text-align: center;
	margin-top: 10px;
}

#reform_tel .tel a {
	font-size: 6rem;
	line-height: 1;
	color: #2e9994;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

#reform_tel .tel .free {
	font-size: 1.8rem;
	color: #fff;
	border-radius: 5px;
	background: #2e9994;
	width: 205px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

#reform_tel .tel .icon {
	margin-right: 10px;
}
#reform_tel .tel .icon img{
	display: block;
}


@media screen and (max-width: 767px) {
	#reform_tel_wrap {
		margin-top: 40px;
	}

	#reform_tel .tel_area {
		display: block;
		width: 94.5%;
		margin: 5.7% auto 0;
	}

	#reform_tel .tel_area p {
		margin-right: 0;
		margin-top: 5.7%;
		width: 100%;
	}

	#reform_tel .tel_area p:first-child {
		margin-top: 0;
	}

	#reform_tel .tel_area p a {
		font-size: 6.5vw;
		border-radius: 1.25vw;
		padding: 0;
		justify-content: center;
		pointer-events: auto;
	}

	#reform_tel .tel_area .pref {
		font-size: 5vw;
		border-radius: 3px 3px 0 0;
		width: 100%;
		height: 40px;
		margin-right: 0;
		line-height: 40px;
	}

	#reform_tel .tel_area .icon {
		width: 13.5vw;
		margin-right: 2.5vw;
		margin-left: 0;
	}

	.reform_frm_p {
		text-align: left;
	}

	.form .frm_reform .checkbox>*:nth-child(n+4),
	.form .frm_reform .checkbox .wpcf7-list-item:nth-of-type(5),
	.form .frm_reform .checkbox .wpcf7-list-item:nth-of-type(13),
	.form .frm_reform .checkbox>* {
		display: inline;
	}

	#reservation .reform_frm_wrap .form dt {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
	}

	#reservation .reform_frm_wrap .form .req {
		position: absolute;
	}

	#reservation .reform_frm_wrap .form dt.agree {
		padding-top: 15px;
	}

	#reform_tel .tel_area p.telnum a span.oswald {
		font-size: 11vw;
		line-height: 1;
	}

	#reform_tel .tel_area p.telnum a .icon {
		width: 11vw;
	}

	#reform_tel .tel {
		margin-top: 4%;
	}

	#reform_tel .tel a {
		font-size: 9.5vw;
		display: block;
		pointer-events: auto;
	}

	#reform_tel .tel .free {
		font-size: 4vw;
		border-radius: 1.25vw;
		width: 92%;
		height: 12vw;
		margin: 0 auto 2%;
	}

	#reform_tel .tel .icon {
		width: 16.5vw;
		margin-right: 2.5vw;
		display: inline-block;
	}
}


/*****************
    WEB見積もり
*****************/
.form.estimate .checkbox,
#reservation .form.estimate .check_area {
	display: inline-block;
}

.form.estimate .checkbox>*,
#reservation .form.estimate .check_area>* {
	width: auto;
	margin-right: 20px;
}

.form.estimate .checkbox span.wpcf7-list-item-label {
	display: inline;
}

#reservation.estimate_form h2+p {
	text-align: center;
	margin-bottom: 40px;
	font-size: 18px;
}

#reservation.estimate_form .form {
	margin-top: 0;
}

#reservation.estimate_form .bg {
	padding: 20px;
	background-color: #00a53c;
}

.form.estimate .checkbox span.wpcf7-list-item-label::before {
	top: 4px;
}

.form.estimate .checkbox span.wpcf7-list-item-label::after {
	top: 3px;
}

.form.estimate .radio_w .checkbox span.wpcf7-list-item-label::after {
	top: 7px;
}


.btn_return {
	width: min(300px, 34%);
	margin: 0 auto;
}

.btn_return a {
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 25px 10px;
	background-repeat: no-repeat;
	border-radius: 5px;
	background-image: url(../img/whatsnew/link_dots.png);
	background-position: 10px center;
	background-color: #323232;
}

#model_bunjo_is {
	padding: 80px 0;
}

#model_bunjo_is .land_box .btn_area.col1 p {
	width: 49%;
	margin-top: 15px;
}

#model_bunjo_is .land_box .btn_area.col1 {
	display: flex;
	margin-top: 0;
}

input#kibo-bi {
	width: 94%;
	line-height: 47px;
	padding: 0 0 0 15px;
	/*clip-path: inset(0 25px 0 0)*/
}

div.tab {
	cursor: pointer;
}

.kengaku_box .form dd span.checkbox span.wpcf7-list-item.last {
	display: block;
	width: 100% !important;
}

@media screen and (max-width: 767px) {
	#reservation.estimate_form {
		background: #fff;
	}

	#reservation.estimate_form .bg {
		padding: 11.2% 0;
	}

	#reservation.estimate_form h2+p {
		text-align: left;
		padding: 0 3vw;
		font-size: 1.6rem;
	}

	div.tel_area p a span.oswald {
		font-size: 10vw;
	}

	#reservation.estimate_form .form.estimate {
		width: 90%;
		margin: 0 auto;
	}

	.reform_frm_wrap .form .checkbox label,
	#reservation.estimate_form .form .checkbox label {
		width: 100%;
	}

	.btn_return {
		width: 80%;
		margin: 0 auto;
	}
}

#voice>div:nth-of-type(2) {
	margin-top: 80px;
	flex-flow: row-reverse;
}

.ui-datepicker,
.ui-datepicker-div {
	width: fit-content !important;
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
	padding: 0 5px 0 !important;
}

/**************/
.cmn_txt .info {
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.infobox_tags {
	width: 390px;
}

.infobox_tags span {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #333;
	padding: 3px 10px;
	font-size: 1.4rem;
	line-height: 1.4;
}

.events_cat {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	grid-gap: 10px 0;
	gap: 10px 0;
}

.area_date {
	flex-wrap: wrap;
	grid-gap: 10px 0;
	gap: 10px 0;
}

.kaisaibi {
	width: 100%;
	line-height: 1.4;
	margin: 6px 0 0;
}

.c-btn__fixed_document {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}

@media screen and (max-width: 767px) {
	.cmn_txt .info {
		flex-wrap: wrap;
	}

	.infobox_tags {
		width: 100%;
		margin-top: 10px;
		line-height: 1;
	}

	.infobox_tags span {
		font-size: 3.5vw;
	}

	.area_date .infobox_tags,
	.events_cat .infobox_tags {
		margin-top: 0;
	}

	.area_date .infobox_tags span,
	.events_cat .infobox_tags span {
		font-size: 14px;
	}

	.c-btn__fixed_document {
		display: block;
		right: 10px;
		bottom: 70px;
	}
}


.sec_power-board-in-movie {
	padding-top: 60px;
}

.sec_power-board-in-movie .ttl_sec {
	margin-bottom: 20px;
}

.sec_power-board-in-movie .wrap>p {
	text-align: center;
}

.sec_power-board-in-movie .movie video {
	width: 100%;
}

.sec_power-board-in-movie .btn {
	text-align: center;
	margin: 60px 0;
}

.sec_power-board-in-movie .btn a {
	display: inline-block;
	width: 400px;
	max-width: 100%;
	padding: 15px 10px;
	font-size: 16px;
	line-height: 1.4;
	background-color: #323232;
	color: #fff;
	opacity: 1;
	transition: .3s;
}

.sec_power-board-in-movie .btn a:hover {
	opacity: 0.7;
}

.bnr_pb_movie {
	margin-top: 40px;
	text-align: center;
	padding: 0 20px;
}

.bnr_pb_movie a img {
	transition: .3s;
	opacity: 1;
}

.bnr_pb_movie a:hover img {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	.sec_power-board-in-movie .wrap>p {
		text-align: left;
	}
}



.cookie-consent {
	background-color: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}

.cookie-consent .cookie-text {
	padding: 0 20px;
	font-size: 14px;
	color: #fff;
	line-height: 1.7;
	font-weight: bold;
}
.cookie-consent .cookie-text a{
	text-decoration: underline;
	text-underline-offset: 3px;
}
.cookie-consent .cookie-agree {
	padding: 0 20px;
}

.cookie-consent .cookie-agree span {
	display: block;
	width: 140px;
	height: 40px;
	background-color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}



@media screen and (max-width: 767px) {
	.cookie-consent {
		flex-wrap: wrap;
	}

	.cookie-consent .cookie-text {
		width: 100%;
	}

	.cookie-consent .cookie-text {
		margin-bottom: 20px;
	}
}



.sp_footer__link{
	display: none;
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
}

.sp_footer__link .__tel{
	width: 41.4%;
	min-width: 155px;
	height: 100%;
	background: #333;
}

.sp_footer__link .__visit{
	width: calc( 100% - min( 41.4%, 155px ) );
	height: 100%;
	background: #FF7700;
	position: relative;
}

.sp_footer__link .__line{
	width: calc( 100% - min( 41.4%, 155px ) );
	height: 100%;
	background: #F5FDF7;
	border: solid 2px #33B763;
	position: relative;
}

.sp_footer__link a{
	width: 100%;
	height: 100%;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.sp_footer__link .__tel a,
.sp_footer__link .__visit a,
.sp_footer__link .__line a{
	justify-content: left;
}

.sp_footer__link .__line a{
	gap: 10px;
}

.sp_footer__link .__icon{
	width: 40px;
	display: block;
}

.sp_footer__link .__icon img{
	width: 100%;
}

.sp_footer__link .__txt{
	width: calc( 100% - 40px );
	color: #fff;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 700;
	position: relative;
}
.sp_footer__link .__line .__txt{
	color: #33B763;
}

.sp_footer__link .__txt span{
	font-size: 16px;
	line-height: 1.25;
	font-weight: 700;
}
.sp_footer__link .__txt span.-toptxt{
	position: relative;
	z-index: 2;
	display: block;
}
.sp_footer__link .__txt span.-bottomtxt{
    -webkit-text-stroke: 2px #fff;
	text-shadow: 1px 1px 0 #ddd;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

@media screen and (max-width: 360px){
	.sp_footer__link .__line .__txt span{
		font-size: 14px;
	}
}


.sp_footer__link .__visit::before{
	content: '';
	width: 10px;
	aspect-ratio: 10 / 9;
	background: url(../img/common/icon_arrow_white.svg) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY( -50% );
}
.sp_footer__link .__line::before{
	content: '';
	width: 10px;
	aspect-ratio: 10 / 9;
	background: url(../img/common/icon_arrow_green.svg) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY( -50% );
}

/* .sp_footer__link .links{
	display: flex;
	width: calc(100% - 70px);
	height: 100%;
}
.sp_footer__link .links li{
	width: calc(100% / 4);
	height: 100%;
	border-right: 1px solid #ffc56e;
}
.sp_footer__link .links li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #ff7700;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
}
.sp_footer__link .links li a img{
	width: auto;
	height: 50%;
} */

@media screen and (max-width: 767px) {
	.sp_footer__link{
		display: flex;
	}
}


.hd_top_sns{
	display: none;
}
.hd_top_sns .list{
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}
.hd_top_sns .list li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
    height: 30px;
}
.hd_top_sns .list li a .icon{
	line-height: 1;
}

@media screen and (max-width: 767px){
	.hd_top_sns{
		display: block;
	}
}




.select_area .frm_area_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 4%;
	margin-top: 20px;
}
.select_area .frm_area_wrap .clickmap{
	width: auto;
	max-width: 48%;
}
.select_area .frm_area_wrap .area{
	width: 48%;
	gap: 10px 4%;
	margin: 0;
}
.select_area .frm_area_wrap .area li{
	width: 48%;
	margin-right: 0;
}
.select_area .frm_area_wrap .area label,
.select_area .frm_area_wrap .brand label,
.select_area .frm_area_wrap .area label span,
.select_area .frm_area_wrap .brand label span{
	width: 100%;
}
.select_area .frm_area_wrap .area li:nth-child(n+6),
.select_area .frm_area_wrap .brand li:nth-child(n+6){
	margin-top: 0;
}



#btn_bunjochi_srch{
	opacity: 0;
	width: 0;
	height: 0;
}


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

	.select_area .frm_area_wrap .clickmap{
		width: auto;
		max-width: 100%;
	}
	.select_area .frm_area_wrap .area{
		width: 100%;
		gap: 10px 4%;
		margin: 0;
	}


}