@charset "utf-8";




/* 
---------------------------------------
#header
--------------------------------------- */
#header{ }
#header .mainbox{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; justify-content: space-between; }
#header .mainbox .leftbox{ padding: 15px 0px 15px 50px; height: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#header .mainbox .leftbox .logo,
#header .mainbox .leftbox #gnav,
#header .mainbox .rightbox .cap,
#header .mainbox .rightbox .access{ display: inline-block; vertical-align: middle; }
#header .mainbox .leftbox .logo{ width: 140px; height: 56px; }
#header .mainbox .leftbox .logo>a,
#header .mainbox .leftbox .logo>a img{ display: inline-block; width: 100%; height: 100%; }
#header .mainbox .leftbox .logo>a img{ vertical-align: baseline; }
#header .mainbox .leftbox #gnav{ margin-left: 30px; }
#header .mainbox .rightbox .cap,
#header .mainbox .rightbox .access{ height: 100%; }
#header .mainbox .rightbox .cap>.inwrap{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; justify-content: flex-end; -ms-align-items: center; align-items: center; line-height: 1.8; height: 100%; text-align: right; }
#header .mainbox .rightbox .access>.inwrap{ height: 100%; margin-left: 30px; }
#header .mainbox .rightbox .access>.inwrap>a{ height: 100%; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; justify-content: center; color: #fff; background: #001a37; text-decoration: none; padding-left: 30px; padding-right: 30px; }
#header .mainbox .rightbox .access>.inwrap>a:hover{ background: #000; opacity: 1; }
@media screen and (max-width: 767px) {
	#header .mainbox{ display: block; }
	#header .mainbox .leftbox{ padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height: 50px; }
	#header .mainbox .leftbox .logo{ height: 100%; width: 100%; text-align: left; padding-left: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; }
	#header .mainbox .leftbox .logo>a{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; width: auto; height: 100%; }
	#header .mainbox .leftbox .logo>a img{ width: 90px; height: 36px; }
	#header .mainbox .rightbox .cap{ width: 100%; }
	#header .mainbox .rightbox .cap>.inwrap{ display: block; background-color: #fef5f6; color: #e5384c; font-size: 0.93em; text-align: center; line-height: 1.6; padding: 5px 6%; }
	#header .mainbox .rightbox .access>.inwrap>a{ padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height: 50px; width: 80px; position: absolute; top: 0; right: 53px; font-size: 0.93em; transition:none; }
	#header .mainbox .rightbox .access{ display: block; height: auto; }
}

/* 
---------------------------------------
nav
--------------------------------------- */
#gnav{  }
#gnav>.scrollcover{  }

.navlist{  }
.navlist .mainlist>li{ display: inline-block; margin-left: 15px; position: relative; }
.navlist .mainlist>li:first-child{ margin-left: 0; }
.navlist .mainlist>li>a,
.navlist .mainlist>li>p{ text-decoration: none; }
.navlist .mainlist>li>a:hover,
.navlist .mainlist>li>p,
.navlist .mainlist>li.current>a,
.navlist .mainlist>li.current>p{ color: #e5384c; opacity: 1; }

.navlist .mainlist>li>p{ cursor: pointer; }
.navlist .mainlist>li>p:hover{ opacity: 0.6; -webkit-transition: 0.3s; -moz-transition : 0.3s; transition : 0.3s; }
.navlist .mainlist>li>ul:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; overflow:hidden; line-height:0; font-size: 0; }

@media screen and (max-width: 767px) {
	#header .mainbox .leftbox #gnav{ margin-left: 0; }
	.navlist, #gnav  .scrollcover, #gnav  .box1, .navlist li a{ display: block; }
	#gnav .mainlist{ text-align: center; display: inline-block; vertical-align: middle; margin-bottom: 30px; }
	#gnav .mainlist>li{ border-left: none; margin-bottom: 5px; display: block; text-align: center; padding-right: 0; padding-left: 0 }
	#gnav .mainlist>li.pclast{ border-right: none }
	#gnav .mainlist li p, .navlist .mainlist li a {  padding: 0!important; position: relative; display: block; }
	#gnav .mainlist .lows{ position: static; padding-left:0; text-align: center; display: block; height:auto; width: 100% }
	#gnav .mainlist li a span{ display: inline; margin-bottom: 0; }
	#gnav li a{ margin-right: 0 }
	#gnav li a span { border-left: none; }
	#gnav .mainlist ul ul li a:hover{ background: transparent; }
	.navlist .mainlist>li.current>a>span,
	.navlist .mainlist>li.current>p>span{ opacity: 1; color:inherit; }
	#gnav .mainlist li{ width: auto }
	#gnav .mainlist li:last-child a{ border-bottom: none }
	#gnav .mainlist li.nopc { display: block; }
	#gnav .mainlist .lows>li:after{ content:none; }
	#gnav .mainlist .haslow>p,.navlist .mainlist .haslow>a{ display: none }
	#gnav .mainlist .splast>a{ border-bottom: 0 }
	
	#gnav .mainlist .haslow>p { display: block }
	.navlist .mainlist>li>ul { position: static; background: none; display: inline-block; padding: 0; width: auto;}
	.navlist .mainlist>li>ul>li a { color: #191919; }
	.navlist .mainlist>li>ul>li a:hover { text-decoration: none; opacity: 0.6; -webkit-transition: 0.3s; -moz-transition : 0.3s; transition : 0.3s;}
	
	#gnav li:before{ content:none; }
	#gnav .sublist{  }
	#gnav .sublist li.tel .tel_link{ font-size: 2.19em; padding: 12px 6%; background-color: #fff; line-height: 1; margin-bottom: 10px; }
	#gnav .sublist li.contact>a{ font-size: 1.13em; color: #fff; text-decoration: none; padding: 12px 6%; text-align: center; background-color: #8c8c8c;  }
	#gnav .box1.wrap>.inwrap>.inwrap{ width: 100% }


	#gnav { padding: 0; z-index: 299999;  max-width: none; text-align: right; vertical-align: inherit; position: fixed; top: 0; right: 0; bottom: 0; left: 0; display: block; }
	#gnav .scrollcover { position: absolute; top: 50px; right: 0; bottom: 0; left: 0; z-index: 10; display: table; width: 100% }
	#gnav .box1.wrap {  width: 100%; position: relative; display: table-cell; vertical-align: middle; }
	#gnav .box1.wrap>.inwrap { width: 100%; }
	#gnav .mainlist, #gnav .sublist{ text-align: center; vertical-align: middle; margin: 0; padding:0; display: block; letter-spacing: 0.025em;  position: static; margin-bottom: 30px; }
	#gnav .mainlist>li, #gnav .sublist>li{ border-left: none; opacity: 0; overflow: hidden; margin-right: auto; margin-left: auto; }

	/* animation */
	#gnav { -webkit-perspective: 500px; perspective: 500px; pointer-events: none; }
	#gnav .scrollcover { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
	#gnav .box1.wrap>.inwrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; perspective: 500px; }
	#gnav .box1.wrap>.inwrap>.inwrap { box-sizing: border-box }
	#gnav .mainlist>li, #gnav .sublist>li{ transform: translate3d(0px, 0px, 50px); text-transform: uppercase; -webkit-transform: translate3d(0, 0, 50px); }

	#gnav .bg{ opacity: 0; -webkit-transform: translate3d(0, 0, -50px); transform: translate3d(0, 0, -50px); -webkit-transition-duration: .6s; transition-duration: .6s; -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1); transition-timing-function: cubic-bezier(.075, .82, .165, 1); opacity: 0; transform: translate3d(0px, 0px, -50px); transition-duration: 0.6s; transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; background-color: rgb(243, 243, 243); overflow: hidden; }
	#gnav.is-open{ pointer-events: auto; }
	#gnav.is-open .bg{  opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
	#gnav.is-open .box1.wrap>.inwrap { -webkit-transition-duration: .8s; transition-duration: .8s; -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1); transition-timing-function: cubic-bezier(.19, 1, .22, 1) }
	#gnav.is-open .box1.wrap>.inwrap>.inwrap { -webkit-transition-duration: .8s; transition-duration: .8s; -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1); transition-timing-function: cubic-bezier(.19, 1, .22, 1) }
	#gnav.is-open .mainlist>li, #gnav.is-open .sublist>li { -webkit-transition-duration: .6s; transition-duration: .6s; -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1); transition-timing-function: cubic-bezier(.19, 1, .22, 1); -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; opacity: 1; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); }
	#gnav.is-open .mainlist>li:nth-child(1) { -webkit-transition-delay: .14s; transition-delay: .14s; }
	#gnav.is-open .mainlist>li:nth-child(2) { -webkit-transition-delay: .18s; transition-delay: .18s; }
	#gnav.is-open .mainlist>li:nth-child(3) { -webkit-transition-delay: .22s; transition-delay: .22s; }
	#gnav.is-open .mainlist>li:nth-child(4) { -webkit-transition-delay: .26s; transition-delay: .26s; }
	#gnav.is-open .sublist>li:nth-child(1) { -webkit-transition-delay: .3s; transition-delay: .3s; }
	#gnav.is-open .sublist>li:nth-child(2) { -webkit-transition-delay: .34s; transition-delay: .34s; }
	#gnav .box1{ text-align: center; padding: 0 4%; width: 92%!important; margin:0!important; }
}

@-webkit-keyframes drawOverLine {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: left;
		transform-origin: left
	}
	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: left;
		transform-origin: left
	}
}

@keyframes drawOverLine {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: left;
		transform-origin: left
	}
	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: left;
		transform-origin: left
	}
}


@-webkit-keyframes removeOverLine {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: right;
		transform-origin: right
	}
	100% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: right;
		transform-origin: right
	}
}

@keyframes removeOverLine {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: right;
		transform-origin: right
	}
	100% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: right;
		transform-origin: right
	}
}





/* 
---------------------------------------
btn
--------------------------------------- */
/* #menubtn */
#menubtn { display: none; z-index: 300000; }
@media screen and (max-width: 767px) {
	#menubtn { position: fixed; top: 0; right: 0; display: block; }
	#menubtn a { text-decoration: none; position: relative; display: block; width: 53px; height: 50px; background-color: #e5384c; }
	/* fast */
	#menubtn .line {
	width: 18px; height: 1px; background: #fff; position: absolute; left: 0; right:0; margin:0 auto;
	-webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	#menubtn #line1 { top: 16px; }
	#menubtn #line2 { top: 50%; }
	#menubtn #line3 { bottom: 16px; }
	#menubtn.active #line1 { 
	-webkit-transform:translateY(8px) translateX(0) rotate(220deg);
	-moz-transform:translateY(8px) translateX(0) rotate(220deg);
	transform:translateY(8px) translateX(0) rotate(220deg);
	}
	#menubtn.active #line2{ display: none; }
	#menubtn.active #line3 { 
	-webkit-transform:translateY(-8px) translateX(0) rotate(-220deg); 
	-moz-transform:translateY(-8px) translateX(0) rotate(-220deg);
	transform:translateY(-8px) translateX(0) rotate(-220deg);
	}
}



/* 
---------------------------------------
#index_mainv
--------------------------------------- */
#index_mainv { position: relative; overflow: hidden; }
/*#index_mainv .swiper-container{  padding-bottom: 35px; }*/

#index_mainv .swiper-pagination-bullets{ bottom: 0; text-align: right; }
#index_mainv .swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet { width: 40px; height: 100%; background: transparent; }
#index_mainv .swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet:before{ content:"" ; background: #000; width: 100%; height: 2px; display: inline-block; left: 0; right: 0; bottom: 0; }
#index_mainv .swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet-active:before { background: #007aff; }
#index_mainv .bg1{ padding-left: 120px; }
#index_mainv .bg1  img{ width: 100%; height: 780px; object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ }
#index_mainv .inwrap{ width: 100% }

#index_mainv .txtbox1 { width: 100%; height: 100%; margin: 0; padding: 110px 80px 0; display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flexbox; display: -moz-flexbox; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center;  position: absolute; left: 0; right: 0; top: 0; bottom: 0; justify-content: flex-start; }
#index_mainv .txtbox1 .title1 span{ font-size: 2.25em; display: inline-block; background-color: #f7f8f9; padding: 16px 33px; line-height: 1; font-feature-settings: "palt"; margin-bottom: 5px; }

@media screen and (max-width: 767px) { 
	#index_mainv .bg1{ padding-left: 0; }
	#index_mainv .bg1  img{ height: 285px; }
	#index_mainv .txtbox1{ padding:20px; -ms-align-items: flex-end; align-items: flex-end; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	#index_mainv .txtbox1 .title1 span{ font-size: 1.25em; padding: 6px 18px; }
	/*#index_mainv .swiper-container{  padding-bottom: 25px; margin:0; padding-left: 0; padding-right: 0 }*/
	/*#index_mainv .swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet{ width: 17px; }*/
	/*#index_mainv .swiper-pagination-bullets{ left:6%; width: 88% }*/
 }




/* 
---------------------------------------
#mainv
--------------------------------------- */

#mainv { background: #e5384c; font-feature-settings: "palt"; letter-spacing: 0em; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; justify-content: center; height: 200px; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column; flex-direction: column; color: #fff; }
#mainv .en_pagetitle{ font-size: 2.25em; line-height: 1.4; }
#mainv .jp_pagetitle{ font-size: 1.13em; }
@media screen and (max-width: 767px) { 
	#mainv{ height: 150px }
	#mainv .en_pagetitle{ font-size: 2em; line-height: 1.6; }
	#mainv .jp_pagetitle{ font-size: 1em; }
}




/* 
---------------------------------------
#pankuzu
--------------------------------------- */
#pankuzu { line-height: 1.8; padding-top:15px; font-size: 0.94em; margin-left: 60px; margin-right: 60px; margin-bottom: 65px; text-align: left; }
#pankuzu ol li { display:inline-block; }
#pankuzu ol li a{ letter-spacing: -0.002em }
#pankuzu ol li:before { content:">"; display: inline-block; margin-right: 3px }
#pankuzu ol li:first-child:before { display: none; }
@media screen and (max-width: 767px) {
	#pankuzu { margin-left: 6%; margin-right: 6%; margin-bottom: 40px; }
}






/* ---------------------------------------
#footer
--------------------------------------- */
/* f_parkinginfo */
#f_parkinginfo{ margin-top: 120px; }
#f_parkinginfo .section{ max-width: 1180px; margin-left: auto; margin-right: auto; width: 88%; }
#f_parkinginfo .section .bodyinwrap{ background-color: #f4f4f4; padding: 45px 140px 50px; }
#f_parkinginfo .title1{ font-size: 1.94em; line-height: 1.6; text-align: center; }
#f_parkinginfo .txt1{ font-size: 1.13em; text-align: center; margin-bottom: 25px; }
#f_parkinginfo .parkinglist{ text-align: center; }
#f_parkinginfo .parkinglist .title2{ font-size: 1.13em; text-align: center; line-height: 1; border: 1px solid #191919; padding: 15px; margin-bottom: 20px; }
#f_parkinginfo .parkinglist .title2.add{ width: 70%; margin: 0 auto 20px; }
@media screen and (max-width: 767px) { 
	#f_parkinginfo{ padding-bottom: 45px; }
	#f_parkinginfo .section .bodyinwrap{ padding: 40px 20px 30px; font-size: 1.07em; }
	#f_parkinginfo .title1{ font-size: 1.19em; }
	#f_parkinginfo .txt1{ font-size: 1em; }
	#f_parkinginfo .parkinglist>ul{ display: block; }
	#f_parkinginfo .parkinglist{ text-align: left; }
	#f_parkinginfo .parkinglist .title2{ font-size: 1em; margin-bottom: 15px; }
	#f_parkinginfo .parkinglist .title2.add{ width: 100%; }
}

/* f_accessbox */
#f_accessbox{ margin-top: 50px; }
#f_accessbox .mapbox{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row; flex-direction: row; }
#f_accessbox .mapbox .leftbox{ width: 440px; background-color: #e5384c; padding: 135px 40px 120px 60px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #fff; font-feature-settings : "palt"; letter-spacing: 0.05em; }
#f_accessbox .mapbox .leftbox .logo{ text-align: center; margin-bottom: 10px; }
#f_accessbox .mapbox .leftbox .logo img{ width: 138px; height: 54px; }
#f_accessbox .mapbox .leftbox p a{ text-decoration: none; }
#f_accessbox .mapbox .leftbox .link1{ text-align: center; margin-top: 25px; }
#f_accessbox .mapbox .leftbox .link1>a{ background-color: #fff; border: 1px solid #fff; color: #e5384c; min-width: 172px; }
#f_accessbox .mapbox .leftbox .link1>a:hover { background: #e5384c !important; color: #fff; }
#f_accessbox .mapbox .rightbox{ width: calc(100% - 432px) }
#f_accessbox .mapbox .rightbox #fmap { width: 100%; overflow: hidden; height: 100%; }
#f_accessbox .mapbox .rightbox #fmap iframe{ width: 100%; /* height: 200% ;*/ height: 100%; border: none; /* margin-top: -50%; */ }
#f_accessbox .accessbox>ul{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row; flex-direction: row; }
#f_accessbox .accessbox>ul>li{ width: 33.333%;  }
#f_accessbox .accessbox>ul>li>.inwrap{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; justify-content: center; -ms-align-items: center; align-items: center; width: 100%; height: 100%; padding: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #f5f5f5; }
#f_accessbox .accessbox>ul>li .icon{ margin-right: 5px; }
#f_accessbox .accessbox>ul>li:nth-child(1) .icon{ width: 26px; height: 26px; }
#f_accessbox .accessbox>ul>li:nth-child(2)>.inwrap{ background-color: #ebebeb; }
#f_accessbox .accessbox>ul>li:nth-child(2) .icon{ width: 20px; height: 20px; }
#f_accessbox .accessbox>ul>li:nth-child(3) .icon{ width: 18px; height: 18px; }
@media screen and (max-width: 767px) { 
	#f_accessbox{ margin-top: 40px; }
	#f_accessbox .mapbox{ display: block; }
	#f_accessbox .mapbox .leftbox{ width: 100%; padding: 35px 6% 45px; font-size: 1.07em; }
	#f_accessbox .mapbox .leftbox .link1{ margin-top: 20px; }
	#f_accessbox .mapbox .rightbox{ width: 100%; }
	#f_accessbox .mapbox .rightbox #fmap { height: 270px; }
	#f_accessbox .mapbox .rightbox #fmap iframe{ width: 100%; height: 540px; border: none; margin-top: -135px; }
	#f_accessbox .accessbox>ul{ display: block; }
	#f_accessbox .accessbox>ul>li{ width: 100%;  }
	#f_accessbox .accessbox>ul>li>.inwrap{ font-size: 0.93em; line-height: 1.6; }
	#f_accessbox .mapbox .leftbox .txt1{ margin-top: 8px; }
}

/* footer */
#footer{ padding-top: 60px; padding-bottom: 60px; }
#footer>footer{ padding-left: 60px; padding-right: 60px; }
#footer .bodyinwrap{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; justify-content: space-between;  }
#footer .bodyinwrap .leftbox>.inwrap{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row; flex-direction: row; }
#footer .bodyinwrap .leftbox>.inwrap .managementname{ padding-right: 20px; margin-right: 20px; border-right: 1px solid #191919; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; }
#footer .bodyinwrap .leftbox>.inwrap .officeaccess{  }
#footer .bodyinwrap .rightbox{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; }
#footer .bodyinwrap .rightbox #cr{ font-size: 0.81em; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; }
@media screen and (max-width: 767px) { 
	#footer{ padding-top: 35px; padding-bottom: 70px; font-size: 1.07em; }
	#footer>footer{ padding-left: 6%; padding-right: 6%; }
	#footer .bodyinwrap,
	#footer .bodyinwrap .leftbox>.inwrap{ display: block; }
	#footer .bodyinwrap .leftbox>.inwrap .managementname{ padding-right: 0; margin-right: 0; border-right: 0; position: relative; display: block; text-align: center; padding-bottom: 10px; margin-bottom: 20px; }
	#footer .bodyinwrap .leftbox>.inwrap .managementname:before{ content:""; width: 80px; height: 1px; background-color: #191919; position: absolute; bottom: 0; left: 0; right: 0; margin-left: auto; margin-right: auto; }
	#footer .bodyinwrap .leftbox>.inwrap .officeaccess,
	#footer .bodyinwrap .rightbox,
	#footer .bodyinwrap .rightbox #cr{ display: block; text-align: center; }
	#footer .bodyinwrap .rightbox{ margin-top: 25px; }
}

/* pagetop */
#pagetop{ position: fixed; bottom: 20px; right: 20px; }
#pagetop>a{ display: inline-block; background: url(../img/common/next.svg) no-repeat; -webkit-background-size: contain; background-size: contain; width: 40px; height: 40px; -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); transform:rotate(-90deg); }
@media screen and (max-width: 767px) { 
	#pagetop{ bottom: 0; left: 0; right: 0; z-index: 10000; }
	#pagetop>a{ background: #ebebeb; width: 100%; height: 45px; -webkit-transform: none; -ms-transform: none; -o-transform: none; transform: none; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; justify-content: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top: 5px; }
	#pagetop>a:before{ content:""; width: 12px; height: 12px; border: 1px solid; border-color: #191919 #191919 transparent transparent; transform: rotate(-45deg); display: inline-block;  }

}