@charset "utf-8";
@import "reset.css";

body{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-size:12px;
	color:#333;
	padding-top: 100px;
}
#contents,
.wrapper{
	width:980px;
	margin:0 auto;
}
.main{
	width:710px;
	float:left;
}
.sub{
	width:240px;
	float:right;
}
@media only screen and (max-width:767px){
  body{
    font-family:'Lato', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	padding-top: 0;
  }
}

.fLato{
	font-family: "Lato", sans-serif;
}
.fPlayfair{
	font-family: "Playfair Display", serif;
}

/** header
========================================*/
#header{
	width:100%;
	height:100px;
	background:#fff;
	position: fixed;
    top: 0px;
    left: auto;
    z-index: 99;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
#header .flexList {
	display: flex;
	align-items: center;
}
#header .headflex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 40px;
	height: 100px;
}
#header .headerList {
	display: flex;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#header .headerItem {
	margin-right: 48px;
}
#header .headerLink {
	font-size: 16px;
	line-height: 2;
	color: #000;
	text-decoration: none;
}
#header .headerListRight {
	display: flex;
	align-items: center;
}
#header .headerRight {
	background: #c1a52d;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	margin-right: 0;
}
#header .headerRight .headerLink {
	color: #fff;
	width: 180px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#header .headerRight:last-child {
	background: #0b1253;
}
#header .headerLink .icon {
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid #000;
  border-radius: 2px;
  box-sizing: border-box;
}
#header .headerLink .icon::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  border-radius: 2px;
  box-sizing: border-box;
  background: #fff;
}
#header .headerItem .icon-window {
  position: relative;
  width: 20px;  /* 全体のサイズ */
  height: 20px;
}

#header .headerItem .icon-window::before,
#header .headerItem .icon-window::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  border-radius: 2px;
  background: #fff;
  box-sizing: border-box;
}

/* 背面の四角 */
#header .headerItem .icon-window::before {
  top: 1px;
  right: -74px;
  opacity: 0.9;
}

/* 前面の四角 */
#header .headerItem .icon-window::after {
  top: -2px;
  right: -77px;
  opacity: 1;
}
@media only screen and (max-width:1610px) {
	#header .headerItem {
    margin-right: 35px;
	}
	#header .headerRight {
			margin-right: 0;
	}
}
@media only screen and (max-width:1550px) {
	#header .headerItem {
		margin-right: 30px;
	}
	#header .headerLink {
		font-size: 14px;
	}
	#header .headerRight {
		margin-right: 0;
	}
	#header .headerRight .headerLink {
		width: 130px;
	}
	#header .headerItem .icon-window::before {
		top: 1px;
		right: -66px;
		opacity: 0.9;
	}
	/* 前面の四角 */
	#header .headerItem .icon-window::after {
		top: -2px;
		right: -69px;
		opacity: 1;
	}
}
@media only screen and (max-width:1340px) {
	#header .headerItem {
		margin-right: 20px;
	}
	#header .headerLink {
		font-size: 13px;
	}
	#header .headerRight {
		margin-right: 0;
	}
	#header .headerRight .headerLink {
		width: 130px;
	}
	#header .headerItem .icon-window::before {
		top: -1px;
		right: -63px;
		opacity: 0.9;
	}
	/* 前面の四角 */
	#header .headerItem .icon-window::after {
		top: -4px;
		right: -66px;
		opacity: 1;
	}
}
@media only screen and (max-width:1170px){
	#header .headerLink {
      font-size: 12px;
  }
	#header .headerItem {
      margin-right: 15px;
  }
	#header .headerRight {
		margin-right: 0;
	}
	#header .headerRight .headerLink {
    width: 80px;
  }
	#header .headerItem .icon-window::before {
		top: -1px;
		right: -57px;
		opacity: 0.9;
	}
	/* 前面の四角 */
	#header .headerItem .icon-window::after {
		top: -4px;
		right: -60px;
		opacity: 1;
	}
}
@media only screen and (max-width:1000px) {
	#header .headerList {
		display: none;
	}
}
@media only screen and (max-width:767px) {
	#header {
		height: 50px;
	}
	#header .flexList {
		display: none;
	}
	#header .headflex {
		height: 50px;
		margin-left: 6px;
	}
	#header .txtHeader01 {
		width: 86px;
	}
	#btnNavi {
		width: 50px;
		height: 50px;
	}
	#btnNavi .btnOpen {
		display: flex;
		align-items: center;
		flex-direction: column;
		text-decoration: none;
		width: 100%;
		height: 50px;
		color: #33373d;
		background-color: #474747;
	}
	#btnNavi .border {
        width: 24px;
        height: 3px;
        padding-top: 17px;
		position: relative;
    }
	#btnNavi .border .inner::before,
	 #btnNavi .border .inner::after {
		content: '';
		position: absolute;
		transition: all 0.4s ease-out;
	}
	#btnNavi .border .inner, 
	#btnNavi .border .inner::before, 
	#btnNavi .border .inner::after {
		display: block;
		width: 24px;
		height: 3px;
		background: #fff;
	}
	#btnNavi .border .inner::before {
        top: 11px;
    }
	#btnNavi .border .inner::after {
		bottom: -6px;
	}
	#btnNavi.naviOpen .border .inner {
		width: 0;
		height: 0;
	}
	#btnNavi.naviOpen .border .inner::before, #btnNavi.naviOpen .border .inner::after {
        width: 19px;
        height: 1px;
		left: 2px;
    } 
	#btnNavi.naviOpen .border .inner::before {
        transform: translateY(10px) rotate(-45deg);
		top: 10px;
    }
	#btnNavi.naviOpen .border .inner::after {
        transform: translateY(-10px) rotate(45deg);
		bottom: -11px;
    }
	#btnNavi .txt, 
	#btnNavi.naviOpen .txt {
        margin-top: 15px;
        font-size: 8px;
		color: #fff;
    }
	#btnNavi:not(.naviOpen) .btnOpen .txtClose, 
	#btnNavi.naviOpen .txtMenu {
		display: none;
	}
}

/* menu */
@media only screen and (max-width:767px) {
	#menu {
		display: none;
		position: relative;
		z-index: 9998;
		padding: 21px 0 50px;
		height: 100%;
		background: #fff;
	}
	#menu .inner {
		width: 92%;
		margin: 0 auto;
		text-align: center;
	}
	#menu .contactTxt {
		font-size: 13px;
		color: #c1a52d;
		position: relative;
		display: inline-block;
		margin: 0 auto;
	}
	#menu .contactTxt::before {
		content: '';
		position: absolute;
		top: 0;
		left: -10px;
		width: 2px;
		height: 15px;
		background: #c1a52d;
		transform: rotate(-22deg);
	} 
	#menu .contactTxt::after {
		content: '';
		position: absolute;
		top: 0;
		left: auto;
		right: -10px;
		width: 2px;
		height: 15px;
		background: #c1a52d;
		transform: rotate(22deg);
	} 
	#menu .btnContactSp {
		width: 100%;
		height: 55px;
		background: #c1a52d;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 15px;
		text-decoration: none;
		margin-top: 10px;
	}
	#menu .contactBox:nth-child(2) {
		margin-top: 20px;
	}
	#menu .contactBox:nth-child(2) .contactTxt {
		color: #0b1253;
	}
	#menu .contactBox:nth-child(2) .contactTxt::before,
	#menu .contactBox:nth-child(2) .contactTxt::after {
		background: #0b1253;
	}
	#menu .contactBox:nth-child(2) .btnContactSp {
		background: #0b1253;
	}
	#menu .menuList {
		width: 100%;
		border-top: 0.5px solid #cccccc;
		border-bottom: 0.5px solid #cccccc;
		margin-top: 40px;
	}
	#menu .menuItem {
		border-top: 0.5px solid #cccccc;
		border-bottom: 0.5px solid #cccccc;
	}
	#menu .menuLink {
		display: flex;
		align-items: center;
		height: 54px;
		text-decoration: none;
		font-size: 15px;
		position: relative;
		padding-left: 15px;
	} 
	#menu .menuLink::after {
		content: "";
		position: absolute;
		top: calc(50% - 8px);
		width: 16px;
		height: 16px;
		background: url(../img/common_sp/icoArrowCircle01.png) center center / cover no-repeat;
		right: 15px;
	}
	#menu .btnCloseMenu {
		width: 238px;
		height: 38px;
		border: 1px solid #706550;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 10px;
		margin: 40px auto 0;
	}
	#menu .closetxt {
		position: relative;
		padding-left: 16px;
	}
	#menu .closetxt::before,
	#menu .closetxt::after {
		content: '';
		position: absolute;
		top: 0;
		width: 16px;
        height: 1px;
		background: #000;
	}
	#menu .closetxt::before {
		transform: translateY(10px) rotate(-45deg);
		left: -2px;
        top: -5px;
	}
	#menu .closetxt::after {
		transform: translateY(-10px) rotate(45deg);
		left: -2px;
        top: 15px;
	}
}

/** gNav
========================================*/
.gNavWrapper{
	width:100%;
	height:72px;
	position:relative;
	overflow:hidden;
}
.gNavIn{
	width:100%;
	height:72px;
	position:absolute;
	top:0;
	left:auto;
	z-index:9999;
	background:#fff;
}
#gNav{
	width:1001px;
	height:72px;
	margin:0 auto;
	padding-left:20px;
}
#gNav a{
	display:block;
	height:72px;
	font-size:0;
	float:left;
}

/** secPage
========================================*/
.secTitPage{
	height:100px;
	background:url(../img/common/bgTitPage.gif) center center repeat;
}
.secTitPage .titPage{
	width:980px;
	height:100px;
	font-size:0;
	margin:0 auto;
}

/** pnkz
========================================*/
#pnkz{
	width:980px;
	margin:0 auto;
	padding:13px 0 13px 2px;
}
#pnkz li{
	display:inline-block;
	padding:0 0 0 10px;
	color:#333;
	background:url(../img/common/bgPnkz02.gif) left 2px no-repeat;
}
#pnkz li.pnkzHome{
	padding:1px 1px 0 18px;
	background:url(../img/common/bgPnkz01.gif) left top no-repeat;
}
#pnkz a{ color:#333; }
#pnkz a:hover{ color:#666; }

/** sub
========================================*/
.bnrSubModelhouse{
	display:block;
	width:250px;
	height:260px;
	position:relative;
	margin:0 0 30px;
}
.bnrSubModelhouse img,
.bnrCriteria img{
	display:block;
	width:260px;
	height:260px;
	position:absolute;
	bottom:0;
	left:-10px;
}
.bnrCriteria img{
	width:261px;
}
.bnrSubContact{
	display:block;
	width:240px;
	height:200px;
	position:relative;
	margin:0 0 25px;
}
.bnrSubContact img{
	width:244px;
	height:209px;
	position:absolute;
	top:-9px;
	left:0;
}
.bnrSubAppointment{
	display:block;
	width:240px;
	height:160px;
	position:relative;
	margin:0 0 25px;
}
.bnrSubAppointment img{
	display:block;
	width:255px;
	height:181px;
	position:absolute;
	left:-14px;
	bottom:-15px;
}
.bnrSubBiography{
	display:block;
	font-size:0;
	margin:0 0 27px;
}
.bnrSub100Per{
	display:block;
	font-size:0;
	margin:0 0 27px;
}
.secSubBlog{
	width:240px;
	height:445px;
	margin:0 0 27px;
}
.secSubBlog.lazyloaded{
	background:url(../img/common/bgBnrBlog03.jpg) left 302px no-repeat;
}
.secSubBlog2{
	width:240px;
	height:200px;
	margin:0 0 27px;
}
.secSubBlog2.lazyloaded{
	background:url(../img/common/bgBnrBlog04.jpg) left 101px no-repeat;
}
.secSubBlog .titSubBlog,
.secSubBlog2 .titSubBlog{ font-size:0; }
.secSubBlog .secSubBlogIn,
.secSubBlog2 .secSubBlogIn{
	width:240px;
	height:99px;
}
.secSubBlog.lazyloaded .secSubBlogIn,
.secSubBlog2.lazyloaded .secSubBlogIn{
	background:url(../img/common/bgBnrBlog02.png) center center repeat;
}
.secSubBlog .listSubBlog,
.secSubBlog2 .listSubBlog{
	display:block;
	height:49px;
	color:#fff;
	text-decoration:none;
}
.secSubBlog.lazyloaded .listSubBlog,
.secSubBlog2.lazyloaded .listSubBlog{
	background:url(../img/common/bgBnrBlog01.png) left top repeat-x;
}
.secSubBlog .txtListBlog01,
.secSubBlog2 .txtListBlog01{
	font-size:10px;
	padding:10px 0 4px 18px;
}
.secSubBlog .txtListBlog02,
.secSubBlog2 .txtListBlog02{
	width:210px;
	height:12px;
	padding:1px 0 0;
	margin: 0 0 0 18px;
	overflow:hidden;
}
.listSubBlog:hover .txtListBlog02{ text-decoration:underline; }
.secSubBlog .btnMore{
	display: block;
	color: #fff;
	background: #C40900;
	height: 45px;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1.5px;
	padding: 17px 0 0;
	box-sizing: border-box;
}
.secSubBlog .btnMore:hover{
	opacity: 0.8;
}
.secSubBlog .btnMore::after{
	display: inline-block;
	vertical-align: top;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 7px;
	border-color: transparent transparent transparent #fff;
	margin: 3px 0 0 7px;
}
.secSubReason{
	margin:0 0 25px;
}
.titSubReason,.btnSubReason{
	display:block;
	font-size:0;
}
.bnrSubMedia{
	display:block;
	font-size:0;
	margin:0 0 25px;
}
.bnrSubEstate{
	display:block;
	font-size:0;
	margin:0 0 31px;
}
.bnrSubRecruit{
	display:block;
	width:240px;
	height:100px;
	position:relative;
}
.bnrSubRecruit img{
	display:block;
	width:251px;
	height:117px;
	position:absolute;
	left:0;
	bottom:0;
}
.bnrSubStyle{
	display:block;
	width:240px;
	height:96px;
	font-size:0;
	margin:0 0 15px;
}
.bnrSubStyleLast{ margin: 0 0 30px; }

/*--( secSubAbout )--*/
.titSubAbout{
	font-size:0;
}
.secSubAbout{
	border:1px dotted #666;
	border-top:none;
	margin:0 0 30px;
}
.listSubAbout{
	display:block;
	padding:13px 14px;
	color:#333;
}
.lazyloaded .listSubAbout{
	background:url(../img/index/bgDot.gif) left top repeat-x;
}
.listSubAbout01{ background:none; }
.listSubAbout.current,
.listSubAbout:hover{ background-color:#EAEAEA; }
.listSubAbout .txtAbout{
	font-size:11px;
	padding:0 0 0 18px;
	background:url(../img/common/%20bgSubAbout.gif) left top no-repeat;
}
.lazyloaded .listSubAbout .txtAbout{
	background:url(../img/common/%20bgSubAbout.gif) left top no-repeat;
}

/*--( secSideLogin )--*/
.sub .titSideLogin{
	font-size:0;
}
.secSideLogin{
	width:210px;
	padding:10px 10px 14px;
	border:5px solid #6A452F;
	border-top:none;
	margin:0 0 18px;
}
.secSideLogin .secNum{
	width:193px;
	padding:10px 9px 7px 6px;
	font-size:11px;
	border:1px solid #DBDBDB;
	margin:0 0 3px;
}
.secSideLogin .txtNum01{
	float:left;
	padding:3px 0 3px 20px;
}
.secSideLogin .txtNum02{
	float:right;
	padding:3px 0 0;
}
.secSideLogin .txtNumAttn{
	font-size:12px;
}
.secSideLogin .secNum01{ color:#535353; }
.secSideLogin .secNum02{ color:#c00; }
.secSideLogin .secNum03{ color:#393; }
.secSideLogin.lazyloaded .secNum01 .txtNum01{ background:url(../img/estate_2/imgLoupe01.png) left center no-repeat; }
.secSideLogin.lazyloaded .secNum02 .txtNum01{ background:url(../img/estate_2/imgKey01.png) left center no-repeat; }
.secSideLogin.lazyloaded .secNum03 .txtNum01{ background:url(../img/estate_2/imgHome01.png) left center no-repeat; }
.secSideLogin.lazyloaded .titLogin{
	font-weight:bold;
	color:#600;
	padding:9px 0 4px;
}
.secSideLogin .secInput{
	width:204px;
	border:3px solid #E7E7E7;
}
.secSideLogin .secInput input{
	width:196px;
	height:28px;
	padding:0 0 0 6px;
	background:#FFFFE6;
	border:1px solid #BFBFBF;
}
.secSideLogin .txtRemember{
	font-size:10px;
	color:#666;
}
.secSideLogin .secCheckbox{
	display:inline-block;
	padding:1px;
	background:#E7E2C5;
	margin:10px 4px 6px 0;
}
.secSideLogin .txtLoginLink{
	display:block;
	float:right;
	padding:0 0 0 6px;
	margin:5px 0 0;
	font-size:10px;
	color:#302825;
}
.secSideLogin.lazyloaded .txtLoginLink{
	background:url(../img/estate_2/bgArrow.gif) left center no-repeat;
}
.secSideLogin .txtLoginLink:hover{ color:#66554F; }
.sub .secSideMember{
	width:210px;
	padding:0 14px 13px;
	margin:0 0 30px;
	background:#FAFAFA;
	border:1px solid #D5D5D5;
}
.secSideMember .titSideMember{
	font-size:0;
}
.secSideMember .txtSideMember{
	font-size:11px;
	line-height:130%;
	color:#000;
	padding:10px 0 11px;
}
.secSideMember .txtSideMemberLink{
	display:inline;
	font-size:11px;
	color:#000;
}
.secSideMember .txtSideMemberLink:hover{ color:#666; }
.secSideHello{
	font-size:11px;
	color:#630;
	padding:7px 6px 9px;
	background:#F7F5EA;
	border:1px solid #D6CEC9;
}
.secSideHello .txtSideHello{
	font-size:12px;
	line-height:120%;
	text-decoration:underline;
	color:#f60;
}
.txtSideMenu{
	font-size:11px;
	line-height:15px;
	color:#000;
	padding:7px 0 0 3px;
}
.txtSideMenu a{
	display:inline;
	font-size:11px;
	color:#000;
}
.txtSideMenu a:hover{ color:#555; }
.secSideMenu{
	padding:10px 0 0 7px;
}
.secSideMenu.lazyloaded li{ background:url(../img/common/bgSideMenu01.gif) left 5px no-repeat; }
.secSideMenu.lazyloaded li.liLast{ background:url(../img/common/bgSideMenu02.gif) left 5px no-repeat; }
.secSideMenu a{
	display:inline-block;
	font-size:12px;
	line-height:20px;
	text-decoration:none;
	color:#000;
	padding:0 0 0 12px;
}
.secSideMenu a:hover{ color:#555; }


/** secBtmContact
========================================*/
.secTitBtmContact{
	width:980px;
	margin:20px auto 0;
}
.secTitBtmContact.lazyloaded{
	background:url(../img/index/bgDot.gif) left bottom repeat-x;
}
.secTitBtmContact .titBtmContact{
	font-size:0;
	padding:0 0 1px;
}
.secBtmContact{
	width:980px;
	margin:0 auto;
	padding:13px 0 20px;
}
.secBtmContact .bnrBtmContact{
	display:block;
	float:left;
	width:196px;
	height:221px;
	font-size:0;
}
.secBtmTel{
	width:980px;
	margin:0 auto 69px;
}
.secBtmTel .btnBtmTel{
	display:block;
	float:left;
	font-size:0;
	padding:6px 0 0;
}
.secBtmTel .btnBtmContact{
	display:block;
	float:right;
	font-size:0;
}
/** selectArea
========================================*/
.secSelectArea .titSelectArea {
	text-align: center;
	padding: 20px 0 20px;
}
.secSelectArea .conSelectArea {
	width: 980px;
	margin: 30px auto 30px;
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.secSelectArea .selectArea {
	text-align:center;
	width:230px;
	margin-right:20px;
}
.secSelectArea .selectArea:nth-child(4n) { margin-right: 0px;}
.secSelectArea .selectArea:nth-child(n + 5) { margin-top: 50px;}
.secSelectArea .conSelectArea .txtSelectArea {
	margin: 10px 0 10px;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
}
.secSelectArea .selectArea .imgBoxMain { position:relative;}
.secSelectArea .selectArea .imgBox::after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:calc(100% - 2px);
	height:calc(100% - 2px);
	margin:auto;
	border:1px solid #bfbfbf;
}
.secSelectArea .selectArea .imgBox {
    width: 230px;
    height: 210px;
    position: relative;
}
.secSelectArea .selectArea .imgBox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    font-family: 'object-fit:cover;';
}
.secSelectArea .selectArea.end .imgBox::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.secSelectArea .selectArea .iconBox {
	position:absolute;
	bottom:-10px;
	left:10px;
}
.secSelectArea .selectArea .iconArea {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    z-index: 2;
    font-weight: 700;
    background: #b1752c;
    font-weight: 700;
    width: 50px;
    letter-spacing: 1px;
    z-index: 2;
}
.secSelectArea .selectArea .boxTxt {
	font-size:15px;
	line-height:20px;
	font-weight:700;
	padding-top:20px;
	box-sizing:border-box;
}
.secSelectArea .selectArea .listBtn {
	margin-top:12px;
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.secSelectArea .selectArea .btnSelect {
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    background: #f5464d;
    width: 110px;
    color: #fff;
    letter-spacing: 1px;
    box-shadow: 0px -1px 0px 0px #c32d33 inset;
    padding: 7px 0;
    border-radius: 50px;
    margin: auto;
	text-decoration:none;
}
.secSelectArea .selectArea.end .btnSelect {
    box-shadow: inherit;
    background: #bfbfbf;
}
.secSelectArea .selectArea .btnMap {
	font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    background: #fff;
	border:1px solid #7d7d7d;
    width: 110px;
    color: #000;
    letter-spacing: 1px;
    box-shadow: 0px -1px 0px 0px #7d7d7d inset;
    padding: 7px 0;
    border-radius: 50px;
    margin: auto;
	text-decoration:none;
	position:relative;
	margin-left:8px;
	padding-left:12px;
	box-sizing:border-box;
}
.secSelectArea .selectArea .btnMap::before,
.secSelectArea .selectArea .btnMap::after{
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 25px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.secSelectArea .selectArea .btnMap::before{
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #000;
}
.secSelectArea .selectArea .btnMap::after{
    left: 28px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.secSelectArea .selectArea .iconSub {
    position: absolute;
    bottom: 8px;
    right: 10px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    z-index: 2;
    font-weight: 700;
    background: #c93100;
    font-weight: 700;
    width: 60px;
    letter-spacing: 1px;
    z-index: 2;
}
.secSelectArea .selectArea.end .iconSub { background: #009944;}
.secSelectArea .txtSelectAreaAbout li{
	margin: 6px 0 6px;
}
/** scrollTop
========================================*/
#scrollTop{
	width:90px;
	height:90px;
	position:fixed;
	bottom:30px;
	right:6px;
	z-index:100;
}
#scrollTop.lazyloaded{
	background:url(../img/common/btnToHead.png) left top no-repeat;
}
#scrollTop:hover{
	background-position: right top;
}

/** footer
========================================*/
#footer .titFooterLink{
	height:35px;
	background:#000;
}
#footer .secFooterLink{
	background:#F0F0F0;
	border-bottom:1px solid #ccc;
}
#footer .secFooterLinkIn{
	width:183px;
	/* height:270px; */
  height: 410px;
	padding:0 0 0 13px;
	float:left;
}
#footer.lazyloaded .secFooterLinkIn{
	background:url(../img/common/bgFooterLink01.gif) left top repeat-y;
}
#footer .secFooterLinkFirst{ width:182px; }
#footer .secFooterLinkLast{ border-right:1px dotted #333; }
#footer .secFooterLink a{ color:#333; }
#footer .secFooterLink a:hover{ color:#666; }
#footer .titFooterLinkSub{
	display:block;
	font-size:15px;
	margin:32px 0 30px;
}
#footer .txtFooterLink{
	display:block;
	font-size:11px;
	margin:0 0 19px;
  line-height: 1.4;
}
#footer .txtFooterLink:first-child{
	margin-top: 32px;
	line-height: 15px;
}
#footer .secFooterCo{
	width:980px;
	margin:35px auto 39px;
}
#footer .titFooterLogo{
	width:305px;
	float:left;
}
#footer .secFooterData{
	width:675px;
	float:left;
}
#footer .secFooterData01{ padding:11px 0 0 30px; }
#footer .btnFooterTel{
	display:block;
	width:185px;
	float:left;
	padding:2px 0 0;
}
#footer .txtFooterData01{
	line-height:18px;
	float:left;
	padding:0 0 0 15px;
}
#footer .txtFooterData02{
	font-size:11px;
	line-height:1.5;
	padding:18px 0 0 29px;
}
#footer .txtFooterData03{
	font-size:10px;
	color:#666;
	padding:12px 0 0 29px;
}

/*---------------------------------------------
PG側追加設定項目
---------------------------------------------*/
/* リンク無効化 */
.noLink{
	pointer-events:none;
	opacity:0.3;
	-moz-opacity:0.3;
	filter:alpha(opacity=30);
}

/* 読込 */
#listLoading{
	display:none;
	text-align:center;
	padding:20px 0;
}

/* データなし */
.secDataNone{
	text-align:center;
	padding:80px 0;
	line-height:18px;
}

/* エラーページ */
.secError{
	text-align:center;
	padding:200px 0;
	line-height:18px;
}

/*-----------------------------------------------
    fNavi
-----------------------------------------------*/
#fNavi{
    width: 80px;
    height: 261px;
    border-radius: 20px;
    background: #fff;
    position: fixed;
    right: 0;
    top: 150px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 9999;
}
#fNavi.btn01{
    top: 0px;
}
#fNavi .linebtn{
	display: block;
	background: url(../img/common/imgLinebtn02.png) left top no-repeat;
}
#fNavi .linebtn:hover{
	background-position:right top;
}
#fNavi.jsShow{
    bottom: 0;
    transform: none;
    -webkit-transform: none;
}
@media only screen and (max-width:767px){
    #fNavi{
        display: none;
	}
}

/*========================================
    レスポンシブ用(不要な場合は削除)
========================================*/
.spOnly,
.brSp,
.imgSp{
    display:none;
}
.img100{
    width:100%;
    height:auto;
}
.imgMax100{
    max-width:100%;
    height:auto;
}
@media only screen and (max-width:767px){
    .spNone,
    .brPc,
    .imgPc{
        display:none;
    }
    .spOnly{
        display:block;
    }
    .brSp,
    .imgSp{
        display:inline;
    }
    .imgR{
        width:100%;
        height:auto;
    }
}