@charset "UTF-8";
/* .header */
/* .header__logo */
/* .header-detail */
img {
	width: 100%;
	vertical-align: bottom;
}

a{
	transition: .3s;
	text-decoration: none;
	color: #000;
}
.img{
	position: relative;
}
.img span {
  font-size: 12px;
  line-height: 1;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
}

.a-1{
	font-family: "A1明朝", "A1 Mincho", "游明朝", YuMincho, "HGS明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}

@keyframes shiny {
  0% { left: -20%; }
  10% { left: 140%; }
  100% { left: 140%; }
}

.header{
	padding-bottom: 8.9em;
}
@media screen and (max-width: 1070px) {
	.header{
		padding-bottom: 4.3em;
	}
}
.header-inner {
	border: none;
	background: #fff;
}
.header-body__title {
	font-size: 30px;
	color: #000;
	width: 530px;
	line-height: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-body__title strong{
	display: block;
	width: 135px;
}
.header-body__title a{
	display: flex;
	width: 363px;
}
.header-body__title img{
	vertical-align: baseline;
}
.header-body__title span {
	font-size: 26px;
}
.header-detail{
	padding-bottom: 10px;
}
.localnav{
	background: #fff;
	opacity: 1;
	padding-bottom: 5px;
}
@media screen and (max-width: 1370px) {
	.header{
	}
	.header-body__title {
		width: 430px;
	}
	.header-body__title strong{
		width: 120px;
	}
	.header-body__title a{
		width: 290px;
	}
	.localnav{
		opacity: .9;
	}
}
@media screen and (max-width: 1070px) {
	.header-detail{
		padding-bottom: 0;
	}
}
.header-nav__list .header-nav__item {
	margin-right: 10px;
}
.header-nav__list .header-nav__link {
	color: #000;
	font-size: 15px;
	/*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;*/
	padding: 10px 24px 10px 43px;
}
.header-nav__list .header-nav__link::before {
	height: 22px;
	width: 22px;
	padding-right: 0;
	left: 15px;
	top: 13px;
}
@media screen and (max-width: 1300px) {
	.header-nav__list .header-nav__item {
		margin-right: 5px;
	}
	.header-nav__list .header-nav__link {
		font-size: 15px;
		padding: 10px 10px 10px 43px;
	}
}
.header-nav__item-map .header-nav__link,
.header-nav__item-outline .header-nav__link{
	padding: 10px 43px 10px 24px;
}
.header-nav__item-map .header-nav__link::before {
	background-image: url(../img/cmn/arrow_bk.svg);
	left: initial;
	right: 15px;
}
.header-nav__item-outline .header-nav__link::before {
	background-image: url(../img/cmn/arrow_bk.svg);
	left: initial;
	right: 15px;
}
.header-nav__item-catalog .header-nav__link::before {
	background-image: url(../img/cmn/icon_menu-catalog.png);
}
.header-nav__item-request .header-nav__link::before {
	background-image: url(../img/cmn/icon_menu-request.png);
}
.header-nav__form_btn .header-nav__link {
	background-color: #b5b5b6;
	color: #fff;
}
.header-nav__item-request .header-nav__link {
	background-color: #b5b5b6;
}
.header-nav__item-catalog .header-nav__link{
	background-color: #b5b5b6;
}
.header-nav__list,
.header-nav__list .shiny-btn{
	cursor: initial;
}
.header-nav__list .header-nav__link.none{
	pointer-events: none;
	opacity: .4;
	cursor: initial;
}
/* .header-hamburger */
.header-hamburger .header-hamburger__line {
	background-color: #000;
}
/* .localnav */
.localnav__list {
	justify-content: space-between;
	flex-wrap: wrap;
}
.localnav__list .localnav__item {
	width: calc(100% / 7);
	padding: 5px;
	border-right: none;
	position: relative;
}
.localnav__list .localnav__item.new:before{
	content: "NEW";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -36%;
	color: #000;
	text-shadow: none;
	background-color: #B50005;
	padding: 0 5px;
	font-size: 11px;
	line-height: 1.2;
}
/*.localnav__list .localnav__item:nth-child(4) {
	width: 250px;
}*/
.localnav__list .localnav__item {
	border-left: solid 1px #000;
}
.localnav__list .localnav__item:last-child{
	border-right: solid 1px #000;
}
.localnav__item .localnav__link {
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	padding: 0 20px;
	/*height: 24px;*/
	font-size: 14px;
	line-height: 1.4;
	color: #000;
	transition: 0.2s;
}
.localnav__item .localnav__link span{
	display: block;
	font-size: 11px;
	color: #988982;
}
.localnav__item #btn.localnav__link{
	background-color: #fff100;
}
.localnav__item .localnav__link.none{
	pointer-events: none;
	opacity: .4;
}
.localnav__item .localnav__link.act,
.localnav__item .localnav__link:hover {
	background-color: #dddad2;
	color: #000;
}
/*20201027_物件概要用に追記*/
.localnav .sp_only {
	display: none;
}
@media screen and (max-width: 1290px) {
	.localnav__item .localnav__link {
		padding: 0 5px;
	}
}
@media screen and (max-width: 1070px) {
	.localnav__list {
		justify-content: space-between;
	}
	.localnav__item .localnav__link {
	}
	.localnav__list .localnav__item.new:before{
		left: 5px;
		top: 5px;
		transform: none;
	}
}

@media screen and (max-width: 1070px) {
	.localnav__list {
		display: block;
	}
}


/*-------------------
    footer
*/
/* .footer */
.footer {
	background-color: #fff;
}
.ft-nav__list{}
.ft-nav__list .ft-nav__item {
  display: inline-block;
  margin: 0 10px;
}
.ft-nav__list .ft-nav__item:last-of-type {
}
.ft-nav__list .ft-nav__link {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 7px 15px 7px 45px;
  color: #707070;
  font-size: 14px;
}
.ft-nav__list .ft-nav__link.none{
	pointer-events: none;
	opacity: .4;
	cursor: initial;
}
.ft-nav__list .ft-nav__link::before {
  content: "";
	height: 22px;
	width: 22px;
	padding-right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
	left: 10px;
	top: 9px;
}
.ft-nav__item-map .ft-nav__link::before {
	background-image: url(../img/cmn/icon_menu-map.png);
}
.ft-nav__item-outline .ft-nav__link::before {
	background-image: url(../img/cmn/icon_menu-outline_w.png);
}
.ft-nav__item-catalog .ft-nav__link::before {
	background-image: url(../img/cmn/icon_menu-catalog.png);
}
.ft-nav__item-request .ft-nav__link::before {
	background-image: url(../img/cmn/icon_menu-request.png);
}
.ft-nav__list .ft-nav__item .ft-nav__link {
	background-color: #943d4d;
	color: #fff;
}

.footer-tel__body .footer-tel__link{
	width: auto;
}
.footer-tel__item a.footer-tel__link {
  font-size: 56px;
  color: #000;
  text-decoration: none;
}
/* .footer-nav */
.footer-nav {
	border: 1px solid #B5B5B6;
}
/* .footer-topcontrol */
.footer-topcontrol {
	top: auto;
	bottom: 40px;
	background-color: #000;
}
/* .footer-body */
/* .footer-tel */
/* .footer-company */
/* .footer-menu */
.footer-menu {
	border: none;
}
/* .footer-copy */
.footer-copy {
	font-size: 10px;
	color: #fff;
	background-color: #142f5a;
	padding: 11px 0 40px;
}
/*-------------------
    SP
*/
@media screen and (max-width: 1070px) {
	/* .header */
	/* .header__logo */
	/* .header-detail */
	.header-body__title {
		max-width: 250px;
	}
	.header-body__title strong{
		width: 80px;
	}
	.header-body__title a{
		width: 160px;
	}
	.header-body__title span::after, .header-body__title span::before {
		content: "｜";
		font-size: 22px;
	}
	/* .header-hamburger */
	/* .localnav */
	.localnav{
		padding: 0;
	}
	.localnav__list .localnav__item {
		padding: 0;
		border-left: solid 1px #000;
		border-top: solid 1px #000;
	}
	.localnav__list .localnav__item:nth-of-type(2n) {
		border-right: solid 1px #000;
	}
	.localnav__list .localnav__item:nth-last-of-type(2){
	}
	.localnav__list .localnav__item:last-child{
		border-bottom: solid 1px #000;
	}
	.localnav__item .localnav__link {
		/*height: 70px;*/
		padding:10px;
	}
	.localnav__list .localnav__item:nth-child(4) {
	}
	.localnav .localnav__list{
		display: flex;
	}
	.localnav .localnav__list .localnav__item{
		width: 50%;
	}
	.localnav .sp_only {
		display: block;
		}
	
	/*-------------------
    footer
*/
	/* .footer */
	.footer {
		padding-bottom: 10px;
	}
	/* .footer-nav */
	.footer-nav .footer-nav__item {
		border-left: 1px solid #fff;
		border-right: none !important;
		height: 73px;
		background-color: #fff;
	}
	.footer-nav .footer-nav__item:first-of-type {
		border-left: none;
	}
	.footer-nav .footer-nav__link {
		background-size: 34px auto;
		background-position: center 10px;
		padding-top: 50px;
		font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	}
	.footer-nav .footer-nav__link.none{
		pointer-events: none;
		opacity: .4;
		cursor: initial;
	}
	.footer-nav__item-map .footer-nav__link {
		color: #fff;
		background-color: #142f5a;
		background-image: url(../img/cmn/f_icon_menu-map.png);
	}
	.footer-nav__item-catalog .footer-nav__link {
		color: #fff;
		background-color: #142f5a;
		background-image: url(../img/cmn/f_icon_menu-catalog_w.png);
	}
	.footer-nav__item-tel .footer-nav__link {
		color: #fff;
		background-color: #142f5a;
		background-image: url(../img/cmn/f_icon_menu-tel_w.png);
	}
	.footer-nav__item-request .footer-nav__link {
		color: #fff;
		background-color: #142f5a;
		background-image: url("../img/cmn/f_icon_menu-request.png");
	}
	/* .footer-topcontrol */
	.footer-topcontrol {
		bottom: 90px;
	}
	/* .footer-body */
	/* .footer-tel */
	.footer-tel__item a.footer-tel__link {
	  font-size: 40px;
	  color: #fff;
	}
	/* .footer-company */
	/* .footer-menu */
	/* .footer-copy */
}
@media screen and (max-width: 400px) {
	.header-body__title {
		max-width: 250px;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}
.sp {
	display: none !important;
}
@media screen and (max-width: 767px) {
	.sp {
		display: block !important;
	}
}
.yokoku {
	font-size: 12px;
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
	position: relative;
	max-width: 1050px;
	width: 94%;
	margin: 20px auto;
	display: flex;
}
@media screen and (max-width: 1070px) {
	.yokoku {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 10px;
		line-height: 1.3;
	}
}
.yokoku .tit {
	font-size: 16px;
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
	width: 140px;
	border: solid 1px #000;
	text-align: center;
	display: flex;
	margin-right: 15px;
	justify-content: center;
	align-items: center;
	letter-spacing: .2rem;
}
.yokoku span {
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.yokoku {
		font-size: 12px;
		line-height: 1.6;
		font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
		position: relative;
		max-width: 1050px;
		width: 90%;
		margin: 20px auto;
		display: block;
		padding: 10px;
		border: solid 1px #000;
		text-align: center;
	}
	.yokoku .tit {
		float: none;
		transform: none;
		border: none;
		margin-right: 10px;
		font-size: 14px;
		width: auto;
		padding: 5px;
	}
}
@media screen and (max-width: 767px) {
}
.captionArea {
	padding: 35px 0;
}
@media screen and (max-width: 1070px) {
	.captionArea {
		padding-top: 27px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
.captionArea__txt {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	line-height: 1.4;
}
@media screen and (max-width: 1070px) {
	.captionArea__txt {
		font-size: 10px;
	}
}
.bannerArea {
	background-color: #ECECEC;
	padding-top: 80px;
	padding-bottom: 85px;
}
.bannerArea .banner{
	display: block;
	max-width: 1050px;
	width: 90%;
	margin: 0 auto;
	transition: .3s;
}
.bannerArea .banner:hover{
	opacity: .7;
}
@media screen and (max-width: 1023px) {
	.bannerArea {
		padding-top: 25px;
		padding-bottom: 30px;
	}
}
.bannerArea__title {
	display: block;
	font-size: 24px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	text-align: center;
	line-height: 1;
}
@media screen and (max-width: 1070px) {
	.bannerArea__title {
		font-size: 19px;
	}
}
.bannerArea__list {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and (max-width: 1070px) {
	.bannerArea__list {
		display: block;
		max-width: 250px;
		margin-top: 25px;
	}
}
.bannerArea__item {
	flex-basis: 32%;
	margin: 20px 6px 0;
}
@media screen and (max-width: 1070px) {
	.bannerArea__item {
		margin-top: 0;
		margin-right: 0;
	}
	.bannerArea__item + li {
		margin-top: 10px;
	}
}
.bannerArea__link {
	display: block;
}
.bannerArea__link img {
	display: block;
}

main{
	position: relative;
}
main > *{
  box-sizing: border-box;
}

.shiny-btn{
	position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
}
.shiny-btn::after {
	content: '';
	position: absolute;
	top: -10%;
	left: -20%;
	width: 40px;
	height: 100%;
	transform: scale(2) rotate(20deg);
	background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
	transition: 300ms;
  animation: shiny 2s ease-in-out infinite;
}

.mainvisual{
  position: relative;
}
.mainvisual .img{
  position: relative;
}
.mainvisual .img img{
  width: 100%;
  max-width: none;
}
.mainvisual .img span{
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  line-height: 1.2;
  text-align: right;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #fff;
  text-shadow: 1px 1px 1px #000, -1px -1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, 0px 1px 1px #000, 0-1px 1px #000, -1px 0 1px #000, 1px 0 1px #000;
}
.mainvisual .pageTit{
  text-align: center;
  padding: 40px 0;
  font-size: 60px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: .75rem;
}
.mainvisual .pageTit span{
  display: block;
  font-size: 16px;
  margin-top: 10px;
  letter-spacing: .15rem;
  color: #C6983E;
}
.mainvisual .pageTit img{
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mainvisual .pageTit{
    padding: 20px 0;
    font-size: 30px;
  }
  .mainvisual .pageTit span{
    font-size: 16px;
  }
  .mainvisual .img span{
    font-size: 10px;
  }
}

.f-g{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.img{
	position: relative;
}
.img span{
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  line-height: 1.2;
  text-align: right;
}
.img span.left{
	right: initial;
	left: 5px;
}
.img .bg{
  bottom: 0;
  right: initial;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  padding: 10px;
}
@media screen and (max-width: 767px) {
	.img span{
	  bottom: 5px;
	  right: 3px;
	  font-size: 10px;
	}
}

.footer-body .holyday span{
	padding: 5px 10px 0;
	margin-top: -5px;
	display: inline-block;
	border-top: solid 1px rgba(0, 0, 0, .3);
}
@media screen and (max-width: 767px) {
	.footer-body .holyday span{
		margin-top: 5px;
		padding: 5px 5px 0;
		border-top: solid 1px rgba(255, 255, 255, .3);
	}
}

/* .pankuzu */
.pankuzu{
	background-color: #EAEDEF;
}
.pankuzu ul{
	max-width: 1280px;
	width: 94%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	padding: 5px 0;
}
.pankuzu ul li{
	margin-right: 10px;
	font-size: 12px;
	color: #333;
}
.pankuzu ul li:after{
	content: '\03e';
	margin-left: 10px;
	display: inline-block;
	transform: scaleX(.7);
}
.pankuzu ul li:last-child:after{
	display: none;
}
.pankuzu ul li a{
	color: #333;
	text-decoration: none;
}
.pankuzu ul li a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 1070px) {
.pankuzu ul li{
	font-size: 10px;
}
.localnav__list .localnav__item.new:before{
	left: 5px;
	top: -5px;
	transform: none;
}
}


.heading{
	background-color: #142f5a;
	padding: 30px;
	border-top: solid 2px #fff;
}
.heading .logo{
	max-width: 260px;
}
@media screen and (max-width: 1070px) {
	.heading{
		padding: 20px;
	}
	.heading .logo{
		max-width: 200px;
	}
}
@media screen and (max-width: 767px) {
	.heading{
		padding: 10px;
	}
	.heading .logo{
		max-width: 120px;
		width: 50%;
	}
}

.pagetop{
	position: fixed;
	bottom: 100px;
	right: 50px;
	width: 70px;
	transition: .3s;
	z-index: 10000;
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
}
.pagetop.act{
	opacity: 1;
	pointer-events: initial;
}
.pagetop:hover,
.pagetop.act:hover{
	opacity: .7;
}
@media screen and (max-width: 767px) {
	.pagetop{
		bottom: 70px;
		right: 10px;
		width: 40px;
	}
}