@charset "utf-8";


/* wrapper
----------------------------------------------- */
#wrapper {
	overflow: hidden;
	padding: 80px 0 0;
}
.inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (max-width: 1024px) {
#wrapper {
	padding: 80px 0 90px;
}
}


/* header
----------------------------------------------- */
#header {
	background: rgba(255,255,255,0.9);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 4;
}
#header .headerin {
	max-width: 900px;
	margin: 0 auto;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
#header .headerlogo {
	display: none;
	flex-shrink: 0;
	margin-right: 10px;
}
#header .headerlogo img {
	height: 30px;
}
#header .headerbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
#header .gnavi {
	display: flex;
	align-items: stretch;
}
#header .gnavi li {
	border-left: 1px #96937f solid;
	padding: 0 27px;
}
#header .gnavi li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #96937f;
	line-height: 1.2;
	padding: 10px 0;
	position: relative;
}
#header .gnavi li a:before {
	position: absolute;
	content: "";
	display: block;
	width: calc(100% - 1px);
	height: 1px;
	background-color: #96937f;
	left: 0;
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: 0.8s transform cubic-bezier(0.52, 0.08, 0.18, 1);
}
#header .gnavi li a:hover:before {
	transform: scale(1, 1);
	transform-origin: left top;
}
#header .headersns {
	display: flex;
	align-items: center;
}
#header .headersns a {
	display: block;
}
#header .headersns a+a {
	margin-left: 25px;
}
#header .headersns a img {
	width: 30px;
}

@media (max-width: 1024px) {
#header .headerin {
	padding: 0 10px 0 25px;
}
#header .headerlogo {
	display: block;
}
#header .gnavi {
	display: none;
}
.navbartoggle img {
	width: 60px;
}
#header .headerbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: auto;
}
#header .headersns a {
	display: block;
	margin-right: 15px;
}
#header .headersns a+a {
	margin-left: 0;
}
}




/* header_gnav
----------------------------------------------- */
.header_gnav {
	display: none;
}
@media (max-width: 1024px) {
.header_gnav {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	background: rgba(46,65,82,0.6);
	padding: 20px;
	z-index: 9;
}
.header_gnav .menulist {
}
.header_gnav .menulist li+li {
	border-top: 1px #96937f solid;
}
.header_gnav .menulist a {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	padding: 10px 0;
	font-weight: bold;
}
}


/* H
----------------------------------------------- */
.hdl {
	text-align: center;
	font-size: 11px;
	color: #96937f;
	line-height: 1.5;
	letter-spacing: 0;
	font-weight: bold;
}
.hdl .hdlen {
	display: block;
	font-size: 30px;
	line-height: 1.1;
	letter-spacing: 0.1em;
	margin-bottom: 3px;
}

.hdm {
	text-align: center;
	font-size: 25px;
	line-height: 1.4;
	font-weight: 500;
	margin-bottom: 40px;
}


/* footer
----------------------------------------------- */
#footer {
	background: #96937f;
}
.pagetop {
	position: fixed;
	right: 12%;
	bottom: 60px;
	z-index: 3;
}
.pagetop a {
	display: block;
}
.pagetop a img {
	width: 50px;
}
.copyright {
	background: #fff;
	font-size: 10px;
	color: #96937f;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0;
	padding: 20px;
}
#footer .footerin {
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer .footertel {
	margin-right: 20px;
}
#footer .footertel a {
	display: flex;
	align-items: flex-end;
	font-size: 16px;
	color: #fff;
}
#footer .footertel .telnum {
	font-size: 35px;
	font-weight: bold;
	margin-left: 5px;
	line-height: 1;
}
#footer .footermess {
	margin-right: 20px;
}
#footer .footermess .messinner {
	display: flex;
}
#footer .footermess .messinner+.messinner {
	margin-top: 5px;
}
#footer .footermess .messbox+.messbox {
	margin-left: 10px;
}
#footer .footermess .messbox {
	display: flex;
	align-items: center;
	letter-spacing: 0;
	font-size: 14px;
	color: #fff;
}
#footer .footermess .messtime {
	font-size: 19px;
	line-height: 1;
	font-weight: 400;
}
#footer .footermess .messbox span {
	width: 50px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.2;
	font-size: 10px;
	border: 1px #fff solid;
	margin-right: 5px;
}
#footer .footersns {
	display: flex;
	align-items: center;
}
#footer .footersns a {
	display: block;
	margin-right: 10px;
}
#footer .footersns a img {
	width: 50px;
}
#footer .footerqr {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 18px;
	line-height: 1.1;
}
#footer .footerqr img {
	margin-left: 10px;
}

.comfix {
	position: fixed;
	right: 0;
	top: 40px;
	z-index: 5;
}
.comfix a {
	width: 30px;
	height: 145px;
	color: #fff;
	font-size: 12px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	letter-spacing: 0;
}
.comfix a .fixtxt {
	transform: rotate(90deg);
	white-space: nowrap;
}
.comfix a.fixinfor {
	background: #96937f;
}
.comfix a.fixshop {
	background: #2e4252;
}
.comfix a.fixtel {
	background: #96937f;
	display: none;
}
.comfix a .fiximg {
	display: none;
}

@media (max-width: 1024px) {
.pagetop {
	position: relative;
	right: auto;
	bottom: auto;
	background: #898989;
}
.pagetop a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
	text-align: center;
}
.pagetop a img {
	width: 20px;
}
.copyright {
	padding: 25px 20px;
}
#footer .footerin {
	padding: 25px 20px;
	flex-direction: column;
}
#footer .footertel {
	margin: 0 0 15px;
}
#footer .footermess {
	margin: 0 0 25px;
}
#footer .footermess .messbox {
	font-size: 16px;
}
#footer .footermess .messtime {
	font-size: 22px;
}
#footer .footermess .messbox span {
	width: 60px;
	height: 20px;
}
#footer .footersns {
	display: flex;
	align-items: center;
}
#footer .footersns a {
	display: block;
	margin: 0 5px;
}
#footer .footerqr {
	display: none;
}
.comfix {
	top: auto;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: stretch;
	z-index: 5;
}
.comfix a {
	width: 50%;
	height: 90px;
	font-size: 15px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.comfix a .fixtxt {
	transform: rotate(0);
	font-size: 15px;
}
.comfix a.fixinfor {
	display: none;
}
.comfix a.fixtel {
	display: flex;
}
.comfix a .fiximg {
	display: flex;
	height: 35px;
	align-items: center;
}
.comfix a img {
	width: 32px;
}
}


/* information
----------------------------------------------- */
.information {
}
.informap iframe {
	width: 100%;
	height: 230px;
	margin-bottom: -10px;
}
.information .inforinner {
	padding: 100px 0 60px;
}
.information .inforlogo {
	text-align: center;
	margin-bottom: 80px;
}
.information .hdl {
	margin-bottom: 20px;
}
.information .infroaddr {
	text-align: center;
	color: #898989;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.information .infroaddren {
	text-align: center;
	font-size: 8px;
	color: #898989;
	letter-spacing: 0;
}

@media (max-width: 767px) {
.information .hdl {
	margin-bottom: 20px;
}
.information .infroaddr {
	text-align: center;
	color: #898989;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.information .infroaddren {
	text-align: center;
	font-size: 8px;
	color: #898989;
	letter-spacing: 0;
}
}



/* comlife
----------------------------------------------- */
.comlife {
	background: url(../img/common/bg_life.jpg) center center no-repeat fixed;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 500px;
	position: relative;
}
.comlife:before {
	position: absolute;
	content: "";
	background: #000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	z-index: 1;
}
.comlife .comlifein {
	padding: 20px;
	position: relative;
	z-index: 2;
}
.comlife .comlifetxt {
	font-size: 30px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.comlife .comlifeimg {
	text-align: center;
}
.comlife .comlifeimg img {
	width: 90px;
}


@media (max-width: 1024px) {
.comlife {
	background: url(../img/common/bg_life.jpg) center center no-repeat;
}
}
@media (max-width: 767px) {
.comlife .comlifetxt {
	font-size: 20px;
	margin-bottom: 30px;
}
}

/* teaser
----------------------------------------------- */
.teaser {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 220px;
}



/* combox
----------------------------------------------- */
.combox {
	
}
.combox .comboxin {
	padding: 70px 0 90px;
}
@media (max-width: 767px) {
.combox .comboxin {
	padding: 70px 0;
}
}



/* combtn
----------------------------------------------- */
.combtn {
	max-width: 450px;
	margin: 80px auto 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.combtn a {
	display: flex;
	align-items: center;
	padding: 5px 10px;
	width: 47%;
	height: 50px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.combtn .btnshop {
	background: #2e4252;
}
.combtn .btnshop img {
	width: 22px;
	margin-right: 10px;
}
.combtn .btninsta {
	background: #898989;
}
.combtn .btninsta img {
	width: 18px;
	margin-right: 7px;
}
.combtn .btninsta img+img {
	width: 65px;
}
@media (max-width: 1024px) {
.combtn {
	display: none;
}
}


/* anchor
----------------------------------------------- */
.anchor {
	margin-top: -80px;
	padding-top: 80px;
}




