@charset "utf-8";

/* wrapper
----------------------------------------------- */
#wrapper {
	overflow: hidden;
	background: #fff;
}
.inner {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}


/* header
----------------------------------------------- */
#header {
}
#header:before {
	position: fixed;
	content: "";
	background: rgba(255,255,255,0);
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
	z-index: 8;
}
.show #header:before {
	background: rgba(255,255,255,0.6);
	height: 140px;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}
#header .headerin {
	display: flex;
	justify-content: center;
	padding: 30px 20px;
	position: relative;
	z-index: 9;
}
#header .headerlogo {
	position: fixed;
	left: 2.34375vw;
	top: 30px;
	z-index: 9;
}
#header .headerlogo a {
	display: block;
}
#header .headermess {
}
#header .headercap {
	font-size: 14px;
	line-height: 1.2;
	color: #DB2C2C;
	font-weight: 500;
	letter-spacing: 0.35em;
	text-align: center;
}
#header .headerdet {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 35px;
}
#header .headerdet .loved {
	margin-right: 20px;
	font-size: 69px;
	font-weight: 400;
	letter-spacing: 0.25em;
	line-height: 1;
}
#header .headerdet .locals {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	letter-spacing: 0.5em;
	text-shadow: 0 1px #707070, 1px 0 #707070, -1px 0 #707070, 0 -1px #707070;
	margin-bottom: 20px;
}
#header .gnavi {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}
#header .gnavi li {
	letter-spacing: 0.25em;
	margin: 0 23px;
}
#header .gnavi li a {
	display: block;
	position: relative;
}
#header .gnavi li a:hover {
	color: #DB2C2C;
}
#header .gnavi li a:before {
	position: absolute;
	bottom: -7px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #DB2C2C;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}
#header .gnavi li a:after {
	position: absolute;
	bottom: -12px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #DB2C2C;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}
#header .gnavi li a:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
}
#header .gnavi li a:hover:after {
	transform-origin: left top;
	transform: scale(1, 1);
}
#header .headerbm {
	position: fixed;
	right: 2.34375vw;
	top: 30px;
	display: flex;
	z-index: 9;
}
#header .headerbtn {
	margin-right: 2.5vw;
}
#header .headerbtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 183px;
	height: 48px;
	background: #DB2C2C;
	padding: 0 40px 0 25px;
	color: #fff;
	letter-spacing: 0.2em;
	font-weight: 500;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	position: relative;
}
#header .headerbtn a .arrow {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/common/arrow_wh.svg) center center no-repeat;
	z-index: 0;
}
#header .headerbtn a .arrow:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
	z-index: 0;
}
#header .headerbtn a:hover .arrow:before {
	border: 1px #fff solid;
	width: 100%;
	height: 100%;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}
#header .navbar-toggle {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	cursor: pointer;
	margin-top: 5px;
}
#header .navbar-toggle .toggletxt {
	margin: 10px -2px 0 0;
	font-size: 8px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.2em;
}
@media (max-width: 1200px) {
#header .headerlogo {
	width: 160px;
}
#header .headerin {
	padding: 30px 15px;
}
#header .gnavi li {
	margin: 0 15px;
}
#header .headerbtn {
	margin-right: 20px;
}
#header .headerdet .loved {
	font-size: 60px;
}
#header .headerdet .locals {
	font-size: 24px;
}
}
@media (max-width: 1024px) {
.show #header:before {
	height: 70px;
}
#header .headerin {
	padding: 0;
}
#header .headerlogo {
	left: 20px;
	top: 15px;
	width: 110px;
}
#header .headerlogo a {
	display: block;
}
#header .headermess {
	display: none;
}
#header .headerbm {
	right: 20px;
	top: 15px;
}
#header .headerbtn {
	display: none;
}
#header .navbar-toggle {
	margin-top: 0;
}
#header .navbar-toggle .toggletxt {
	margin: 5px -2px 0 0;
}
}

.navbar-collapse {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: #DB2C2C;
	padding: 30px 2.34375vw;
	z-index: 99;
}
.navbar-collapse .menubox {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 0 0 40px;
	position: relative;
}
.navbar-collapse .menunavi {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 7.4vh;
}
.navbar-collapse .menulogo {
	margin-right: 10px;
}
.navbar-collapse .menubc {
	display: flex;
	align-items: center;
}
.navbar-collapse .navbar-close {
	cursor: pointer;
}
.navbar-collapse .menubtn {
	margin-right: 2.5vw;
}
.navbar-collapse .menubtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 183px;
	height: 48px;
	background: #fff;
	padding: 0 40px 0 25px;
	color: #DB2C2C;
	letter-spacing: 0.2em;
	font-weight: 500;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	position: relative;
}
.navbar-collapse .menubtn a .arrow {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/common/arrow_rd.svg) center center no-repeat;
	z-index: 0;
}
.navbar-collapse .menubtn a .arrow:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
	z-index: 0;
}
.navbar-collapse .menubtn a:hover .arrow:before {
	border: 1px #DB2C2C solid;
	width: 100%;
	height: 100%;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}
.navbar-collapse .menuinner {
	overflow-y: scroll;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
.navbar-collapse .menuinner::-webkit-scrollbar{
	display: none;
}
.navbar-collapse .menuinner {
	scrollbar-width: none;
}
.navbar-collapse .menucont {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0 8.85vw 0 0;
}
.navbar-collapse .menuimg {
	margin-right: 6.14vw;
}
.navbar-collapse .menuls {
	
}
.navbar-collapse .menulink li+li {
	margin-top: 6.5vh;
}
.navbar-collapse .menulink li a {
	display: inline-block;
	font-weight: 500;
	letter-spacing: 0.25em;
	line-height: 1.2;
	color: #fff;
}
.navbar-collapse .menulink li a:hover {
	opacity: 0.5;
}
.navbar-collapse .menusns {
	display: flex;
	margin-top: 90px;
	align-items: center;
}
.navbar-collapse .menusns li+li {
	margin-left: 20px;
}
.navbar-collapse .menubtm {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 0;
}
.navbar-collapse .menulc {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navbar-collapse .menulist {
	display: flex;
	flex-wrap: wrap;
}
.navbar-collapse .menulist li+li {
	margin-left: 50px;
}
.navbar-collapse .menulist li a {
	display: block;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.15em;
}
.navbar-collapse .menulist li a:hover {
	opacity: 0.5;
}
.navbar-collapse .menucopy {
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.05em;
}

@media (max-width: 1024px) {
.navbar-collapse {
	padding: 15px 20px;
}
.navbar-collapse .menubox {
	padding: 0 0 60px;
}
.navbar-collapse .menunavi {
	margin-bottom: 50px;
}
.navbar-collapse .menulogo {
	width: 110px;
}
.navbar-collapse .menubc {
	display: flex;
	align-items: center;
}
.navbar-collapse .navbar-close {
	cursor: pointer;
}
.navbar-collapse .menubtn {
	margin: 40px 0 0;
}
.navbar-collapse .menubtn a {
	margin: 0 auto;
}
.navbar-collapse .menucont {
	padding: 0;
	width: 100%;
	align-items: flex-start;
	justify-content: flex-start;
}
.navbar-collapse .menuimg {
	width: 60%;
	margin-right: 40px;
}
.navbar-collapse .menuls {
	flex-shrink: 0;
}
.navbar-collapse .menulink li+li {
	margin-top: 20px;
}
.navbar-collapse .menusns {
	margin-top: 30px;
}
.navbar-collapse .menusns li+li {
	margin-left: 20px;
}
.navbar-collapse .menubtm {
}
.navbar-collapse .menulist {
	display: flex;
}
.navbar-collapse .menulist li+li {
	margin-left: 20px;
}
}
@media (max-width: 767px) {
.navbar-collapse .menubox {
	padding: 0;
}
.navbar-collapse .menunavi {
	margin-bottom: 30px;
}
.navbar-collapse .menuimg {
	display: none;
}
.navbar-collapse .menucont {
	display: block;
}
.navbar-collapse .menulink li a {
	display: block;
}
.navbar-collapse .menubtm {
	position: relative;
	left: auto;
	bottom: auto;
	margin: 20px 0 0;
}
.navbar-collapse .menulc {
	flex-direction: column;
	align-items: center;
}
.navbar-collapse .menulist {
	display: flex;
}
.navbar-collapse .menulist li a {
	font-size: 12px;
}
.navbar-collapse .menucopy {
	font-size: 12px;
	margin: 10px 0 0;
}
.navbar-collapse .menulist li+li {
	margin-left: 10px;
}
.navbar-collapse .menubtn {
	margin: 30px 0 0;
}
}


/* article
----------------------------------------------- */
@media (max-width: 1024px) {
article {
	padding: 45px 0 0;
}
}


/* .teaser
----------------------------------------------- */
.teaser {
	background: url(../img/common/bg_cloud.png) center 0 no-repeat;
	padding: 25px 0 15px;
	position: relative;
}
.teaser:before {
	position: absolute;
	content: "";
	background: url(../img/common/bg_circle.png) center 0 no-repeat;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 335px;
	z-index: 0;
}
.teaser .teasermain {
	margin-top: 55px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.teaser .teasermess {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 2;
}
.teaser .teaserico {
	
}
.teaser .teaseren {
	font-size: 52px;
	line-height: 1.7;
	margin-top: 5px;
	letter-spacing: 0;
}
.teaser .teaserjp {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.25em;
	margin-top: 5px;
}
@media (max-width: 1024px) {
.teaser:before {
	background: url(../img/common/bg_circle.png) center 0 no-repeat;
	background-size: 150% auto;
	height: 250px;
}
}
@media (max-width: 767px) {
.teaser {
	background: url(../img/common/bg_cloud.png) center 0 no-repeat;
	background-size: 200% auto;
}
.teaser:before {
	height: 100px;
}
.teaser .teasermain {
	margin-top: 30px;
}
.teaser .teaserico img {
	height: 40px;
}
.teaser .teaseren {
	font-size: 30px;
}
.teaser .teaserjp {
	font-size: 16px;
}
}


/* H
----------------------------------------------- */
.hdl {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.hdl .hdlico {
	margin-bottom: 20px;
}
.hdl .hdljp {
	font-size: 40px;
	color: #fff;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.5em;
	text-shadow: 0 1px #2F2F2F, 1px 0 #2F2F2F, -1px 0 #2F2F2F, 0 -1px #2F2F2F;
}
.hdl .hdlen {
	font-size: 60px;
	letter-spacing: 0.1em;
	margin-top: 25px;
	color: #3B3B3B;
}
@media (max-width: 767px) {
.hdl .hdlico {
	margin-bottom: 10px;
}
.hdl .hdljp {
	font-size: 20px;
}
.hdl .hdlen {
	font-size: 30px;
	margin-top: 10px;
}
}


.hdm {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.75;
	text-align: center;
	letter-spacing: 0.15em;
	position: relative;
}
@media (max-width: 1024px) {
.hdm {
	font-size: 36px;
}
}
@media (max-width: 767px) {
.hdm {
	font-size: 22px;
	letter-spacing: 0.1em;
}
}



/* talk
----------------------------------------------- */
.comtalk {
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
	margin-bottom: -40px;
}
.comtalk li {
	background: #fff;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.5;
	padding: 8px 25px;
	text-align: center;
}
.comtalk li+li {
	margin-top: 20px;
}
@media (max-width: 1024px) {
.comtalk li {
	font-size: 34px;
}
}
@media (max-width: 767px) {
.comtalk {
	padding: 0 10px;
	margin-bottom: -15px;
}
.comtalk li+li {
	margin-top: 15px;
}
.comtalk li {
	font-size: 18px;
	padding: 0 10px;
}
}


/* reserve
----------------------------------------------- */
.comreserve a {
	display: flex;
	justify-content: center;
	background: #fff;
	padding: 35px 20px;
	border: 3px #DB2C2C solid;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	-ms-border-radius: 23px;
	-o-border-radius: 23px;
	border-radius: 23px;
}
.comreserve .reserin {
	color: #DB2C2C;
	font-size: 25px;
	line-height: 1.3;
	display: block;
	letter-spacing: 0.15em;
	position: relative;
	padding: 0 0 0 50px;
}
.comreserve .reserin:before {
	position: absolute;
	content: "";
	background: url(../img/common/red_tel.svg) 0 0 no-repeat;
	width: 34px;
	height: 40px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}
@media (max-width: 767px) {
.comreserve a {
	padding: 20px 15px;
	border: 2px #DB2C2C solid;
}
.comreserve .reserin {
	font-size: 18px;
	padding: 0 0 0 30px;
}
.comreserve .reserin:before {
	background: url(../img/common/red_tel.svg) 0 0 no-repeat;
	background-size: 24px 28px;
	width: 24px;
	height: 28px;
}
}


/* arrowright
----------------------------------------------- */
.arrowright {
	position: relative;
}
.arrowright .arrowico {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/common/arrow_wh.svg) center center no-repeat;
	z-index: 0;
}
.arrowright .arrowico:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
	z-index: 0;
}
.arrowright:hover .arrowico:before {
	border: 1px #fff solid;
	width: 100%;
	height: 100%;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}


/* footer
----------------------------------------------- */
#footer {
	background: #EDEBE8;
}
#footer .footerin {
	padding: 160px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#footer .footerlogo a {
	display: block;
}
#footer .footermess {
	line-height: 2.5;
	text-align: center;
	margin-top: 70px;
}
#footer .footersns {
	display: flex;
	margin-top: 30px;
}
#footer .footersns li {
	margin: 0 10px;
}
#footer .footersns li a {
	display: block;
}
#footer .footerbtn {
	margin-top: 50px;
}
#footer .footerbtn a {
	display: flex;
	width: 430px;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #fff;
	border: 1.5px #DB2C2C solid;
	height: 80px;
	font-size: 20px;
	font-weight: 500;
	color: #DB2C2C;
	letter-spacing: 0.2em;
	padding: 0 40px 0 30px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	position: relative;
}
#footer .footerbtn a .arrow {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/common/arrow_rd.svg) center center no-repeat;
	z-index: 0;
}
#footer .footerbtn a .arrow:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
	z-index: 0;
}
#footer .footerbtn a:hover .arrow:before {
	border: 1px #DB2C2C solid;
	width: 100%;
	height: 100%;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}
#footer .footerbtm {
	background: #DB2C2C;
	padding: 0 20px;
}
#footer .footernc {
	max-width: 1200px;
	margin: 0 auto;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-size: 14px;
}
#footer .footernavi {
	display: flex;
	letter-spacing: 0.1em;
}
#footer .footernavi li+li {
	margin-left: 45px;
}
#footer .footernavi li a {
	color: #fff;
	display: block;
	position: relative;
}
#footer .footernavi li a:before {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}
#footer .footernavi li a:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
}
#footer .copyright {
	letter-spacing: 0.05em;
}

@media (max-width: 1024px) {
#footer .footerin {
	padding: 100px 20px;
}
#footer .footernavi li+li {
	margin-left: 20px;
}
#footer .footerbtm {
	padding: 0 20px 60px;
}
}

/* ボタン */
.btn_to_price_area {
	margin: 50px auto;
	text-arlign: center;
	width: 430px;
}
.btn_to_price {
	margin: 50px auto;
	text-arlign: center;
}
.btn_to_price a {
	display: flex;
	width: 430px;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #fff;
	border: 1.5px #f1c120 solid;
	height: 80px;
	font-size: 20px;
	font-weight: 500;
	color: #f1c120;
	letter-spacing: 0.2em;
	padding: 0 40px 0 30px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	position: relative;
}
.btn_to_price a .arrow {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/common/arrow_ye.svg) center center no-repeat;
	z-index: 0;
}
.btn_to_price a .arrow:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
	z-index: 0;
}
.btn_to_price a:hover .arrow:before {
	border: 1px #f1c120 solid;
	width: 100%;
	height: 100%;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}

@media (max-width: 767px) {
#footer .footerin {
	padding: 80px 20px;
}
#footer .footermess {
	margin-top: 30px;
}
#footer .footersns {
	margin-top: 20px;
}
#footer .footerbtn {
	margin-top: 30px;
}
#footer .footerbtn a {
	width: 280px;
	height: 60px;
	font-size: 16px;
	padding: 0 30px 0 20px;
}
#footer .footerbtn a .arrow {
	right: 10px;
}
#footer .footerbtm {
	padding: 20px 10px 80px;
}
#footer .footernc {
	height: auto;
	flex-direction: column;
	align-items: center;
	font-size: 13px;
}
#footer .footernavi {
	display: flex;
	justify-content: center;
}
#footer .footernavi li+li {
	margin-left: 10px;
}
#footer .copyright {
	margin: 10px 0 0;
	text-align: center;
}
.btn_to_price_area {
	margin: 50px auto;
	text-align: center;
}
.btn_to_price {
	margin: 30px auto;
}
.btn_to_price a {
	width: 360px;
	height: 60px;
	font-size: 16px;
	padding: 0 30px 0 20px;
}
.btn_to_price a .arrow {
	right: 10px;
}
}

.comfix {
	position: fixed;
	left: -5px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 90;
}
.comfix li+li {
	margin-top: 30px;
}
.comfix li a {
	display: block;
	width: 67px;
	height: 235px;
}
.comfix .fixtxt {
	display: none;
}
.comfix .fixface {
	background: url(../img/common/face_fix.png) center center no-repeat;
}
.comfix .fixacc {
	background: url(../img/common/access_fix.png) center center no-repeat;
}
@media (max-width: 1024px) {
.comfix {
	position: fixed;
	left: 0;
	top: auto;
	transform: translateY(0);
	width: 100%;
	display: flex;
	bottom: 0;
}
.comfix li {
	width: 50%;
}
.comfix li+li {
	margin-top: 0;
}
.comfix li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: auto;
	color: #fff;
	padding: 0 40px 0 20px;
	height: 50px;
	position: relative;
}
.comfix .fixtxt {
	display: block;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.1em;
}
.comfix .fixface {
	background: #F1C120;
	border-bottom: 1px #fff solid;
	border-top: 1px #fff solid;
}
.comfix .fixacc {
	background: #DB2C2C;
	border-bottom: 1px #fff solid;
	border-top: 1px #fff solid;
}
.comfix li a:before {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/common/arrow_wh.svg) center center no-repeat;
	border: 1px #fff solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 0;
}
}

.anchor {
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 140px;
	margin-top: -140px;
	z-index: 0;
}

@media (max-width: 1024px) {
.anchor {
	padding-top: 70px;
	margin-top: -70px;
}
}



/* hamburger
----------------------------------------------- */
.hamburger+.hamburger {
	margin-top: 50px;
}
.hamburger .hamburgertit {
	background: #2F2F2F;
	padding: 30px 80px 30px 65px;
	text-align: center;
	font-size: 25px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.5em;
	cursor: pointer;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
	position: relative;
}
.hamburger .hamburgertit.lar {
	font-size: 30px;
	font-weight: 700;
}
.hamburger .hamburgertit.on {
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	-ms-border-radius: 15px 15px 0 0;
	-o-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
}
.hamburger .hamburgertit:before {
	position: absolute;
	content: "";
	background: url(../img/common/ico_open.png) center center no-repeat;
	width: 28px;
	height: 28px;
	right: 45px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.hamburger .hamburgertit.on:before {
	background: url(../img/common/ico_close.png) center center no-repeat;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.hamburger .hamburgerin {
	display: none;
	background: #fff;
	padding: 35px 40px;
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	-ms-border-radius: 0 0 15px 15px;
	-o-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
}
.hamburger .hamburgerin.other {
	background: #F7F7F7;
	padding: 30px 25px 50px;
}
.hamburger .hamburgertxt {
	font-size: 20px;
	line-height: 1.65;
	font-weight: 400;
	letter-spacing: 0.24em;
}
.hamburger .hamburgertab {
	width: 100%;
	border-top: 1px #E3E3E3 solid;
}
.hamburger .hamburgertab .borright {
	border-right: 1px #E3E3E3 solid;
}
.hamburger .hamburgertab th,
.hamburger .hamburgertab td {
	vertical-align: middle;
	text-align: center;
	padding: 25px 0;
	border-bottom: 1px #E3E3E3 solid;
	font-size: 20px;
}
.hamburger .hamburgertab .bgdark {
	background: #F7F7F7;
}
.hamburger .hamburgertab tr.tabhead th,
.hamburger .hamburgertab tr.tabhead td {
	padding: 10px 0;
}
.hamburger .hamburgertab th {
	font-weight: 700;
	letter-spacing: 0.15em;
}
.hamburger .hamburgertab td {
	background: #fff;
	letter-spacing: 0.1em;
}
.hamburger .hamburgertab .w44 {
	width: 44%;
}
.hamburger .hamburgertab .w40 {
	width: 40%;
}
.hamburger .hamburgertab .w30 {
	width: 30%;
}
.hamburger .hamburgertab .w26 {
	width: 26%;
}
.hamburger .hamburgertab .w18 {
	width: 18.5%;
}
.hamburger .hamburgernote {
	text-align: center;
	margin-top: 20px;
	font-weight: 500;
	letter-spacing: 0.15em;
	font-size: 20px;
}
.hamburger .hamburgersml {
	text-align: center;
	margin-top: 15px;
}
.hamburger .hamburgersmlin {
	display: inline-block;
	text-align: left;
	line-height: 2;
}
.hamburger .hamburgersml+.hamburgertab {
	margin-top: 60px;
}

@media (max-width: 767px) {
.hamburger+.hamburger {
	margin-top: 30px;
}
.hamburger .hamburgertit {
	padding: 20px 40px 20px 20px;
	font-size: 18px;
	letter-spacing: 0.2em;
	text-align: left;
}
.hamburger .hamburgertit.lar {
	font-size: 20px;
}
.hamburger .hamburgertit:before {
	background: url(../img/common/ico_open.png) center center no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	right: 20px;
}
.hamburger .hamburgerin {
	padding: 20px;
}
.hamburger .hamburgerin.other {
	padding: 20px;
}
.hamburger .hamburgertxt {
	font-size: 16px;
}
.hamburger .hamburgertab th,
.hamburger .hamburgertab td {
	padding: 15px 10px;
	font-size: 14px;
}
.hamburger .hamburgertab .w44 {
	width: 50%;
}
.hamburger .hamburgernote {
	margin-top: 10px;
	font-size: 16px;
}
.hamburger .hamburgersml+.hamburgertab {
	margin-top: 30px;
}
}
/* wp-pagenavi
----------------------------------------------- */
.wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	margin: 0 10px;
	font-size: 18px;
	font-weight: 400;
}
.wp-pagenavi a:hover,
.wp-pagenavi .page:hover, 
.wp-pagenavi .current {
	color: #9F9F9F;
	font-weight: 500;
}
.wp-pagenavi .previouspostslink {
	width: 8px;
	height: 11px;
	background-image: url("../img/common/prev_arrow.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.wp-pagenavi .previouspostslink:hover {
	background-image: url("../img/common/prev_arrow.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.wp-pagenavi .nextpostslink {
	width: 8px;
	height: 11px;
	background-image: url("../img/common/next_arrow.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.wp-pagenavi .nextpostslink:hover {
	background-image: url("../img/common/next_arrow.png");
	background-repeat: no-repeat;
	background-position: center center;
}

@media (max-width: 1024px) {
.wp-pagenavi {
	position: relative;
}
}
@media (max-width: 767px) {
.wp-pagenavi {
	position: relative;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	margin: 3px 10px;
}
}



