@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, option, button {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #000;
	text-decoration: none;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;

}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1100px;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	background-color: #FFF;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 166px;
	padding-top: 155px;
}

.gothic {
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.-marcellus {
	font-family: 'Marcellus', serif;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 12px;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
		text-decoration: none !important;

	}

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	#main {
		margin-bottom: 80px;
		padding-top: 98px;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader h1 {
	width: 252px;
	display: inline-block;
}

#gHeader h1 a {
	display: block;
}

#gHeader h1 img {
	width: 100%;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
}

#gHeader h1 .index {
	display: none;
}

#gHeader .hBox {
	position: fixed;
	width: 100%;
	border-top: 6px solid #000;
	z-index: 15;
}

#gHeader .hBox .logo {
	position: fixed;
	left: 35px;
	top: 35px;
	transition: all 2s ease;
	-moz-transition: all 2s ease;
	-webkit-transition: all 2s ease;
}

#gHeader .hBox .logo span {
	margin-top: -12px;
	display: inline-block;
	padding-left: 30px;
	font-size: 22.5px;
	letter-spacing: 1px;
}

#gHeader.top h1 {
	width: 105px;
}

#gHeader.top .logo span {
	top: 7px;
	font-size: 24px;
	letter-spacing: 0;
}

#gHeader .menuBg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s ease, visibility .4s ease;
}

.openMenu #gHeader .menuBg {
	opacity: .2;
	visibility: visible;
}

#gHeader .menu {
	position: fixed;
	right: 35px;
	top: 35px;
	width: 45px;
	height: 6px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	cursor: pointer;
	opacity: 1;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
}

.scrollHeader #gHeader .menu {
	top: 30px;
}

.openMenu #gHeader .menu {
	opacity: 0 !important;
}

#gHeader .menuBox {
	width: 315px;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
	top: 0;
	right: -315px;
	z-index: 4;
	overflow-y: auto;
	transition: right .4s ease;
	z-index: 99;
	background-color: rgba(0,0,0,0.8);
}

.openMenu #gHeader .menuBox {
	right: 0;
}

#gHeader .menuBox .subMenu {
	padding: 145px 50px 50px;
    width: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    overflow-y: auto;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);}

#gHeader .menuBox .close {
	position: absolute;
	padding-top: 15px;
	right: 42px;
	top: 40px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#gHeader .menuBox .close span {
	display: block;
	height: 1px;
	background-color: #FFF;
	position: relative;
}

#gHeader .menuBox .close span:after {
	margin-left: -0.5px;
	width: 1px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: -14px;
	background-color: #FFF;
	content:  '';
}

#gHeader .menuBox li {
	margin-bottom: 40px;
}

#gHeader .menuBox li a {
	color:  #FFF;
	font-size: 12px;
	display: inline-block;
	letter-spacing: 1px;
}

#gHeader .menuBox li a:hover {
	opacity: 0.7;
}

#gHeader .menuBox li a span {
	margin-bottom: 2px;
	display: block;
	font-size: 21.5px;
}

.scrollHeader #gHeader .hBox .logo h1 img {
	width: 90%;
}

.scrollHeader #gHeader .hBox .logo {
	top: 30px;
}

@media all and (max-width: 767px) {
	#gHeader .hBox {
		border-width: 3px;
	}

	#gHeader .hBox .logo {
		left: 15px !important;
		top: 15px !important;
	}

	#gHeader .hBox .logo h1 {
		width: 130px;
	}

	#gHeader .hBox .logo span {
		margin-top: -18px;
		padding-left: 5px;
		font-size: 14px;
	}

	#gHeader .menu {
		padding: 15px;
		right: 0 !important;
		top: 0 !important;
		width: 28px;
		height: 28px;
		border: none;
	}

	#gHeader .menu span {
		position: relative;
		display: block;
		height: 1px;
		background-color: #000;
	}

	#gHeader .menu span:before {
		position: absolute;
		width: 28px;
		height: 1px;
		top: 5px;
		left: 0;
		background-color: #000;
		content: '';
	}

	#gHeader .menuBox {
		width: 100%;
		right: -100%;
	}

	#gHeader .menuBox .subMenu {
		padding: 46px 0 50px;
		width: 190px;
		position: absolute;
		left: 50%;
		top: 50%;
		overflow-y: auto;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
	}

	.scrollMenu #gHeader .menuBox .subMenu {
		margin: 0 auto;
		position: static;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
	}

	#gHeader .menuBox .subMenu ul {
	}

	#gHeader .menuBox li {
	    margin-bottom: 24px;
	}

	#gHeader .menuBox li a span {
		margin-bottom: 4px;
		font-size: 20px;
	}

	#gHeader .menuBox .close {
		right: 12px;
		top: 10px;
	}

	#gHeader .menuBox .close span {
		width: 27px;
	}

	#gHeader .menuBox .close span:after {
		height: 27px;
		top: -13px;
	}

	#gHeader .menuBox li a:hover {
		opacity: 1;
	}
}

#gHeader.top h1 {
	width: 105px;
}

#gHeader.top .logo span {
	top: 7px;
	font-size: 24px;
	letter-spacing: 0;
}


/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	background-color: #f1f4f7;
}

#gNavi .navs {
	margin: 0 auto;
	width: 975px;
}

#gNavi .navs li {
	margin-right: 10px;
	width: 182px;
	float: left;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

#gNavi .navs li:last-child {
	margin-right: 0;
	float: right;
}

#gNavi .navs li.track {
	width: 227px;
}

#gNavi .navs li.gallery {
	width: 165px;
}

#gNavi .navs li.staff {
	width: 110px;
}

#gNavi .navs li.rec {
	width: 119px;
}

#gNavi .navs li.custmer {
	width: 120px;
}

#gNavi .navs a {
	padding: 17px 0 16px 0;
	display: block;
	transition: color .8s ease, background-color .8s ease;
}

#gNavi .navs li:hover a {
	color: #fff;
	background-color: #000;
}

#gNavi .navs .subNav {
	width: 100%;
	position: absolute;
	display: none;
	transition: visibility .8s ease, opacity .8s ease;
}

#gNavi .subNav li {
	width: 100%;
	margin-right: 0;
}

#gNavi .navs .subNav a {
	width: 100%;
	box-sizing: border-box;
}

#gNavi .navs .subNav .cur a,
#gNavi .navs .subNav li:hover a {
	color: #999 !important;
}

/*------------------------------------------------------------
	gNavi02
------------------------------------------------------------*/
#gNavi02 {
	background-color: #f1f4f7;
}

#gNavi02 .navs {
	margin: 0 auto;
	width: 975px;
	text-align: center;
}

#gNavi02 .navs li {
	margin: 0 -2px;
	width: 182px;
	display: inline-block;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

#gNavi02 .navs a {
	padding: 17px 0 16px 0;
	display: block;
	transition: color .8s ease, background-color .8s ease;
}

#gNavi02 .navs .on a,
#gNavi02 .navs li:hover a {
	color: #fff;
	background-color: #000;
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin: 75px auto 0;
	width: 975px;
}

.pageTitle h2 {
	margin: 4px 0 0 -2px;
	float: left;
	font-size: 25px;
}

.pageTitle .btn {
	float: right;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#gFooter {
  background: #fff;
	padding: 23px 27px 20px 21px;
}

#gFooter p {
	font-size: 10px;
	letter-spacing: .5px;
	float: left;
    line-height: 2;	
}

#gFooter .pageTop {
	float: right;
    padding-top: 10px;	
}

#gFooter .pageTop a img {
	position: relative;
	top: 0;
	width: 30px;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
}

#gFooter .pageTop a:hover img {
	top: -5px;
}

@media screen and (max-width: 767px) {
	#gFooter {
		padding: 23px 27px 29px 21px;
	}

	#gFooter p {
		font-size: 9px;
		letter-spacing: 0.5px;
		text-align: center;
		float: none;
	}

	#gFooter .pageTop {
		margin-bottom: 37px;
		float: none;
		text-align: center;
		padding-top: 0;	
	}

	#gFooter .pageTop a img {
		width: 40px;
	}

	#gFooter .pageTop a:hover img {
		top: 0;
	}

}

/*------------------------------------------------------------
	botton
------------------------------------------------------------*/
button.base {
	margin-left: 15px;
	padding: 0 5px;
	min-width: 165px;
	height: 42px;
	box-sizing: border-box;
	cursor: pointer;
	color: #000;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	transition: color .8s ease, background-color .8s ease, border .8s ease;
	background-color: #cdd5dd;
	border: 1px solid #cdd5dd;
}

button.base:hover {
	background-color: #f1f4f7;
	border: 1px solid #f1f4f7;
}

.blackBtn {
	margin-left: 15px;
	padding: 0 5px;
	min-width: 165px;
	height: 42px;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	line-height: 40px;
	color: #fff !important;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	transition: color .8s ease, background-color .8s ease;
	background-color: #000;
	border: 1px solid #000;
}

.blackBtn:hover {
	color: #000 !important;
	background-color: #fff;
}

.whiteBtn {
	margin-left: 15px;
	padding: 0 5px;
	min-width: 165px;
	height: 42px;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	line-height: 40px;
	color: #000 !important;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	transition: color .8s ease, background-color .8s ease;
	background-color: #fff;
	border: 1px solid #000;
}

.whiteBtn:hover {
	color: #fff !important;
	background-color: #000;
}

input.base {
    padding: 4px 5px;
	width: 100%;
	height: 35px;
	font-size: 13px;
    line-height: 35px;
	box-sizing: border-box;
    border: 1px solid #c4c9cf;
}

textarea.base {
    padding: 4px 5px;
	width: 100%;
	height: 110px;
	font-size: 13px;
    line-height: 1.6;
	resize: none;
	box-sizing: border-box;
    border: 1px solid #c4c9cf;
}

@media all and (-ms-high-contrast: none) {
	button.base,
	.blackBtn,
	.whiteBtn {
		line-height: 44px;
	}
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
/* content */
#main .content {
	padding-left: 62px;
	margin: 0 auto;
	width: 1000px;
}

@media all and (max-width: 767px) {
	#main .content {
		padding-left: 0;
		margin: 0 30px;
		width: auto;
	}
}

/* comTopBox */
#main .comTopBox {
	margin-bottom: 52px;
}

#main .comTopBox .ttl {
	margin-bottom: 16px;
	float: left;
	font-size: 36px;
	letter-spacing: 1px;
}

#main .comTopBox .ttlBox .smallTxt {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
}

#main .comTopBox .ttlBox .comListLable {
	margin-top: 5px;
	float: right;
}

#main .comListLable span {
	margin-left: 5px;
	float: left;
	padding: 2px;
	width: 119px;
	height: 20px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	letter-spacing: 1px;
	box-sizing: border-box;
	background-color: #000;
}

#main .comListLable span.blackTxt {
	color: #000;
	background-color: #ccc;
}

#main .comListLable span.whiteTxt {
	padding: 1px 2px 3px;
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
}

#main .comListLable span:first-child {
	margin-left: 0;
}




#main .comTopBox .listTxt li {
	padding-right: 17px;
	float: left;
	font-size: 17px;
	line-height: 1;
	display: block;
	letter-spacing: 1px;
	border-right: 1px solid #989898;
}

#main .comTopBox .listTxt li:nth-child(n+2) {
	padding-left: 18px;
}

#main .comTopBox .listTxt li:last-child {
	border: none;
}

@media all and (-ms-high-contrast:none){
	#main .comListLable span,
	#main .comListLable span.whiteTxt {
		padding: 3px 2px 1px;
	}
}

@media all and (max-width: 767px) {
	#gHeader .menuBg {
	display: none;
	}

	#main .comTopBox {
		margin-bottom: 34px;
	}

	#main .comTopBox .ttlBox {
		margin-bottom: 6px;
	}

	#main .comTopBox .ttlBox .smallTxt {
		margin-bottom: 4px;
		font-size: 12px;
	}

	#main .comTopBox .ttlBox .comListLable {
		float: none;
		margin-top: 13px;
	}

	#main .comListLable span {
		padding: 2px;
		width: 75px;
		height: 20px;
		font-size: 10px;
		border: none;
	}

	#main .comListLable span.blackTxt {
		border: none;
	}

	#main .comTopBox .ttl {
		margin-bottom: 5px;
		float: none;
		font-size: 25px;
	}

	#main .comTopBox .listTxt li {
		padding-right: 13px;
		font-size: 16px;
	}

	#main .comTopBox .listTxt li:nth-child(n+2) {
		padding-left: 15px;
	}
}


/* comTable */
#main .comTable {
	width: 100%;
	font-size: 14px;
	line-height: 1.78;
	border-collapse: collapse;
}

#main .comTableBox .comTable {
	width: 485px;
}

#main .comTable th,
#main .comTable td {
	padding: 14px 0;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

#main .comTable th {
	width: 100px;
}

#main .comTable td {
	padding-left: 27px;
	letter-spacing: 1px;
	border-bottom-color: #f1f1f1;
}

#main .comTableBox .comTableL {
	float: left;
}

#main .comTableBox .comTableR {
	float: right;
}

@media all and (max-width: 767px) {
	#main .comTable {
		font-size: 11px;
	}

	#main .comTableBox .comTable {
		width: 100%;
	}

	#main .comTable th,
	#main .comTable td {
		padding: 9px 0;
	}

	#main .comTable th {
		width: 31%;
	}

	#main .comTable td {
		padding-left: 19px;
		letter-spacing: 0;
	}

	#main .comTableBox .comTableR,
	#main .comTableBox .comTableL {
		float: none;
	}
}

/* headLine01 */
#main .headLine01 {
	margin-bottom: 40px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 3px;
	font-weight: normal;
}

#main .headLine01 span {
	margin-bottom: 5px;
	display: block;
	font-size: 38px;
	letter-spacing: 3px;
}

@media all and (max-width: 767px) {
	#main .headLine01 {
		margin-bottom: 32px;
		font-size: 13px;
		letter-spacing: 1px;
	}

	#main .headLine01 span {
		margin-bottom: 7px;
		font-size: 30px;
		letter-spacing: 1px;
	}
}

/* headLine02 */
#main .headLine02 {
	margin-bottom: 43px;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 4px;
	text-align: center;
}

#main .headLine02 span {
	margin-bottom: 3px;
	display: block;
	font-size: 30px;
	letter-spacing: 3px;
}

#main .ttlLeft {
	margin-bottom: 40px;
	text-align: left;
	font-size: 15px;
	letter-spacing: 2px;
}

#main .ttlLeft span {
	margin-bottom: 4px;
	font-size: 31px;
	letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
	#main .headLine02 {
		margin-bottom: 19px;
		font-size: 12px;
	}

	#main .headLine02 span {
		margin-bottom: 2px;
		font-size: 25px;
		letter-spacing: 1.2px;
	}

	#main .ttlLeft {
		margin-bottom: 16px;
		font-size: 12px;
		letter-spacing: 1px;
	}

	#main .ttlLeft span {
		margin-bottom: 3px;
		font-size: 25px;
	}
}


/* comTxt */
#main .comTxt {
	margin-bottom: 70px;
	font-size: 12px;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 1px;
}

#main .comTxt + .comTxt {
	margin-top: -55px;
}

@media all and (max-width: 767px) {
	#main .comTxt {
		margin-bottom: 28px;
		line-height: 1.8;
	}

	#main .comTxt + .comTxt {
		margin-top: -11px;
	}

	#main .spLeft {
		text-align: left;
		line-height: 1.5;
	}
}

/* comSearchArea */
#main .comSearch {
	padding: 0 0 140px;
	background: url(../img/index/map_bg.jpg) no-repeat center top;
	background-size: 697px auto;
}

#main .comSearch .searchBox {
	margin-bottom: 64px;
	padding: 0 0 0 35px;
	position: relative;
}

#main .comSearch .searchBox:before {
	padding-top: 6px;
	margin-left: -3px;
	position: absolute;
	left: 50%;
	top: -6px;
	width: 1px;
	height: 100%;
	background-color: #ccc;
	content: '';
}

#main .comSearch .lBox {
	width: 400px;
	float: left;
}

#main .comSearch .rBox {
	width: 410px;
	float: right;
	/*padding-bottom: 162px;*/
	padding-bottom: 20px;
}

#main .comSearch .title {
	padding: 8px 0 40px;
	font-size: 16px;
	font-weight: 600;
	position: relative;
}

#main .comSearch .title.disabled {
	color: #ccc;
}

#main .comSearch .title span {
	position: absolute;
	left: -25px;
	top: -8px;
	font-size: 36px;
	font-weight: 400;
}

#main .comSearch .rBox .title span {
	left: -38px;
}

#main .comSearch .checkUl {
	margin: 16px -15px 0 0;
	overflow: hidden;
}

#main .comSearch .checkUl li {
	margin: 23px 15px 0 0;
	float: left;
	width: 175px;
}

#main .comSearch .checkUl input[type="checkbox"] {
	display: none;
}

#main .comSearch .checkUl input[type="checkbox"] + label {
	padding: 16px 10px;
	display: block;
	font-size: 12px;
	text-align: center;
	background: #F1F4F9;
	transition: all .8s ease;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	cursor: pointer;
}

#main .comSearch .checkUl input[type="checkbox"] + label:hover,
#main .comSearch .checkUl input[type="checkbox"]:checked + label {
	color: #FFF;
	background-color: #888;
}

#main .comSearch dl {
	width: 340px;
}

#main .comSearch dt {
	margin-bottom: 11px;
	font-size: 14px;
	letter-spacing: 1.5px;
}
#main .comSearch dt.disabled {
	color: #ccc;
}

#main .comSearch dt .radioInner {
	margin-bottom: 12px;
	padding-top: 21px;
	display: block;
	border-top: 1px solid #ccc;
}

#main .comSearch dt .radioInner input[type="radio"] {
	display: none;
	padding: 0;
	height: 15px;
	width: 15px;
	vertical-align: middle;
}

#main .comSearch dt .radioInner input[type="radio"] + label {
	background: url(../img/common/radio.png) no-repeat 0 7px;
	background-size: 15px 15px;
	display: block;
	font-weight: 600;
	padding: 4px 0 6px 21px;
}

#main .comSearch dt .radioInner input[type="radio"]:checked + label {
	background: url(../img/common/radio_on.png) no-repeat 0 7px;
	background-size: 15px 15px;
}

#main .comSearch dt .radioInner02 {
	margin: -6px 0 13px;
	padding-top: 0;
	border: none;
}

#main .comSearch dt .radioInner02.disabled {
	color: #ccc;
}

#main select:disabled {
	color: #ccc;
    border: 1px solid #E4E9EE !important;	
}

#main .comSearch dd {
	margin-bottom: 17px;
}

#main .comSearch dd.city {
	margin-bottom: 30px;
}

#main .comSearch dd:last-child {
	margin-bottom: 0;
}

#main .comSearch dd select {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	padding-left: 10px;
	border-radius: 0;
	border: none;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background: #F1F4F9 url(../img/common/select_bg.png) no-repeat right 13px center;
	background-size: 13px auto;
	font-size: 12px;
}

select::-ms-expand { display: none; }

#main .comSearch .inputArea {
	/*position: absolute;
	right: 70px;
	bottom: 0;*/
	padding-top: 25px;
	width: 340px;
	border-top: 1px solid #ccc;
	margin-top: 50px;
}

#main .comSearch .ttl {
	margin-bottom: 10px;
	font-size: 12px;
	letter-spacing: 1px;
}

#main .comSearch .ttl span {
	margin-bottom: 6px;
	display: block;
	font-size: 16px;
	font-weight: bold;
}

#main .comSearch .txtInp input {
	padding: 10px;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background-color: #F1F4F8;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 12px;
}

#main .comSearch .comBtn a {
	min-width: 200px;
}

@media all and (-ms-high-contrast:none){
	#main .comSearch dt .radioInner input[type='radio'] + label {
		background-position: 0 5px;
	}

	#main .comSearch dt .radioInner input[type='radio']:checked + label {
		background-position: 0 5px;
	}
}


@media all and (max-width: 767px) {
	#main .comSearch {
		margin-bottom: 85px;
		padding: 0;
		background-size: 100% auto;
		background-position: top 42% left -15px;
	}

	#main .comSearch .searchBox {
		margin-bottom: 50px;
		padding: 0;
	}

	#main .comSearch .searchBox:before {
		display: none;
	}

	#main .comSearch .lBox,
	#main .comSearch .rBox {
		width: 100%;
		float: none;
	}

	#main .comSearch .lBox {
		margin-bottom: 35px;
	}

	#main .comSearch .rBox {
		padding-bottom: 0;
	}

	#main .comSearch .title {
		padding: 15px 0 29px 25px;
		font-size: 13.5px;
		font-weight: bold;
		position: relative;
		line-height: 1.8;
	}

	#main .comSearch .rBox .title {
		padding: 15px 0 24px 25px;
	}

	#main .comSearch .title span {
		left: 0;
		top: 0;
		font-size: 30px;
	}

	#main .comSearch dt .radioInner input[type="radio"] + label {
		font-size: 14px;
	}

	#main .comSearch dt .radioInner {
		margin-bottom: 2px;
	}

	#main .comSearch .rBox .title span {
		left: 0;
	}

	#main .comSearch dd {
		margin-bottom: 13px;
	}

	#main .comSearch dd.city {
		margin-bottom: 29px;
	}

	#main .comSearch dt .radioInner02 {
		padding-top: 14px;
	}

	#main .comSearch dd select {
		height: 42px;
		font-size: 12px;
		background-size: 10px auto;
	}

	#main .comSearch .checkUl {
		margin: -12px 0 0;
	}

	#main .comSearch .checkUl li {
		padding: 12px 6px 0 0;
		margin: 0;
		width: 50%;
		box-sizing: border-box;
	}

	#main .comSearch .checkUl li:nth-child(2n) {
		padding: 12px 0 0 6px;
	}

	#main .comSearch .checkUl input[type="checkbox"] + label {
		padding: 11px;
	}

	#main .comSearch .checkUl input[type="checkbox"] + label:hover,
	#main .comSearch .checkUl input[type="checkbox"]:checked + label {
		color: #000;
		background: #F1F4F9;
	}

	#main .comSearch .checkUl input[type="checkbox"]:checked + label {
		color: #FFF;
		background-color: #888;
	}

	#main .comSearch dl {
		margin-bottom: 24px;
		width: auto;
	}

	#main .comSearch .inputArea {
		position: static;
		padding-top: 25px;
		width: auto;
		margin-top: 30px;
	}

	#main .comSearch dt {
		font-size: 12px;
	}

	#main .comSearch .ttl {
		margin-bottom: 10px;
		font-size: 11px;
		letter-spacing: 1px;
	}

	#main .comSearch .ttl span {
		margin-bottom: 6px;
		font-size: 13.5px;
	}

	#main .comSearch .txtInp input {
		height: 42px;
	}

	#main .comSearch .comBtn a {
		min-width: 160px;
	}
}


/*  comNodeList */
#main .comNodeList li {
	margin-bottom: 8px;
	font-size: 12px;
	color: #777;
	line-height: 1.9;
	letter-spacing: 1px;
}

#main .comNodeList li:last-child {
	margin-bottom: 0;
}

@media all and (max-width: 767px) {
	#main .comNodeList li {
		margin-bottom: 17px;
		line-height: 1.5;
	}
}

/* comBtn */
#main .comBtn,
#main .comSubmit {
	text-align: center;
}

#main .comSubmit li {
	min-width: 200px;
	display: inline-block;
	transition: all .8s ease;
	position: relative;
}

#main .comBtn a,
#main .comSubmit input {
	position: relative;
	min-width: 226px;
	height: 48px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	line-height: 46px;
	letter-spacing: 1px;
	vertical-align: top;
	transition: all .8s ease;
	background-color: #fff;
	border: 1px solid #000;
}

#main .comSubmit input {
	width: 100%;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	min-width: auto !important;
}

#main .comBtn a:before,
#main .comBtn a:after,
#main .comSubmit li:before,
#main .comSubmit li:after {
	margin-top: -7px;
	width: 1px;
	height: 14px;
	display: block;
	position: absolute;
	top: 50%;
	content: "";
	transition: all .8s ease;
	background-color: #fff;
}

#main .comBtn a:before {
	left: -1px;
}

#main .comSubmit li:before {
	left: 0;
	z-index: 1;
}

#main .comBtn a:after {
	right: -1px;
}

#main .comSubmit li:after {
	right: 0;
}

#main .comBtn a:hover,
#main .comSubmit li:hover input {
	color: #fff;
	cursor: pointer;
	background-color: #000;
}

#main .comBtn a:hover:before,
#main .comBtn a:hover:after,
#main .comSubmit li:hover:before,
#main .comSubmit li:hover:after {
	background-color: #000;
}

@media all and (-ms-high-contrast:none){
	#main .comBtn a, #main .comSubmit input {
		height: 44px;
	}
}

/* comBtn */
@media all and (max-width: 767px) {
	#main .comSubmit li {
		min-width: 160px;
	}

	#main .comBtn a,
	#main .comSubmit input  {
		min-width: 176px;
		height: 36px;
		font-size: 12px;
		line-height: 36px;
		letter-spacing: 0;
	}

	#main .comSubmit input {
		height: 48px;
		font-size: 13px;
		line-height: 48px;
	}

	#main .comBtn a:before,
	#main .comBtn a:after {
		margin-top: -5px;
		width: 1px;
		height: 10px;
	}

	#main .comBtn a:before {
		left: -1px;
	}

	#main .comBtn a:after {
		right: -1px;
	}

	#main .comBtn a:hover,
	#main .comSubmit li:hover input {
		color: #000;
		background-color: #fff;
	}

	#main .comBtn a:hover:before,
	#main .comBtn a:hover:after,
	#main .comSubmit li:hover:before,
	#main .comSubmit li:hover:after  {
		background-color: #fff;
	}
}

/* comPhotoBox */
#main .comPhotoBox {
	position: relative;
}

#main .comPhotoBox .textBox {
	width: 416px;
	float: right;
}

#main .comPhotoBox .btnUl {
	position: absolute;
	top: 0;
	right: 0;
}

#main .comPhotoBox .btnUl li {
	margin-right: 25px;
	float: left;
}

#main .comPhotoBox .btnUl li:last-child {
	margin-right: 0;
}

#main .comPhotoBox .btnUl li a {
	position: relative;
	padding: 11px;
	width: 178px;
	display: block;
	text-align: center;
	font-size: 15px;
	background-color: #f1f4f9;
	border-top: 3px solid #000;
}

@media all and (-ms-high-contrast: none) {
	#main .comPhotoBox .btnUl li a {
		padding: 14px 11px 8px;
	}
}

#main .comPhotoBox .btnUl li a:after {
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 11px;
	width: 6px;
	height: 6px;
	content: "";
	transition: right .5s ease;
	transform: rotate(45deg);
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

#main .comPhotoBox .btnUl li a:hover:after {
	right: 6px;
}

#main .comPhotoBox .imgBox {
	float: left;
	width: 518px;
	cursor: pointer;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
}

#main .comPhotoBox .imgBox01 {
	cursor: default;
}

#main .comPhotoBox .imgBox:hover {
	opacity: 0.8;
}

#main .comPhotoBox .imgBox01:hover {
	opacity: 1;
}

#main .comPhotoBox .imgBox img {
	max-width: 100%;
}

#main .comPhotoBox .slideBox {
	margin-top: 199px;
	position: relative;
}

#main .comPhotoBox .slideBox .slideUl {
	margin: -20px -20px 0 0;
	width: auto !important;
}

#main .comPhotoBox .slideBox .slideUl li {
	margin: 20px 20px 0 0;
	width: 125px;
	float: left;
	overflow: hidden;
}

#main .comPhotoBox .slideBox .slideUl li a {
	padding-bottom: 100%;
	display: block;
	width: 125px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 200%;
	background-color: #e6e6e6;
	cursor: default;
}

#main .comPhotoBox .slideBox .slideUl li.item a {
  cursor: pointer;
}

#main .comPhotoBox .slideBox .slideUl li a:hover {
	transform: scale(1.1);
}

#main .comPhotoBox .slideBox .arrowUl li {
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	cursor: pointer;
}

#main .comPhotoBox .slideBox .arrowUl li img {
	width: 13px;
}

#main .comPhotoBox .slideBox .arrowUl .prev {
	left: -27px;
}

#main .comPhotoBox .slideBox .arrowUl .next {
	right: -27px;
}

#main .comPhotoBox .slideBox .arrowUl .prev:hover {
	left: -32px;
}

#main .comPhotoBox .slideBox .arrowUl .next:hover {
	right: -32px;
}

@media all and (max-width: 767px) {
	#main .comPhotoBox .textBox {
		margin-bottom: 37px;
		width: auto;
		float: none;
	}

	#main .comPhotoBox .btnUl li {
		margin: 0;
		float: left;
		width: 48.5%;
	}

	#main .comPhotoBox .btnUl li:last-child {
		float: right;
	}

	#main .comPhotoBox .imgBox:hover {
		opacity: 1;
	}


	#main .comPhotoBox .btnUl li a {
		padding: 7px;
		display: block;
		width: 100%;
		text-align: left;
		font-size: 11px;
		line-height: 1.4;
		box-sizing: border-box;
	}

	#main .comPhotoBox .slideBox .slideUl li a:hover {
		transform: scale(1);
	}

	#main .comPhotoBox .btnUl li a:after {
		margin-top: -3px;
	}

	#main .comPhotoBox .btnUl li a:hover:after {
		right: 11px;
	}

	#main .comPhotoBox .imgBox {
		float: none;
		width: 100%;
		text-align: center;
	}

	#main .comPhotoBox .btnUl {
		margin-bottom: 27px;
		position: static;
		top: auto;
		right: auto;
	}

	#main .comPhotoBox .slideBox {
		margin-top: 13px;
	}

  #main .comPhotoBox .slideBox .slideUl {
    display: block !important;
    width: calc(100% - 60px);
    margin: -12.5px -7.5% 15px 0;
  }

  #main .comPhotoBox .slideBox .slideUl li {
    margin: 12.5px 4.5% 0 0;
    width: 28%;
  }

	#main .comPhotoBox .slideBox .slideUl li a {
		width: 100%;
	}

	#main .comPhotoBox .slideBox .arrowUl li {
		position: static;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		float: left;
	}

	#main .comPhotoBox .slideBox .arrowUl .next {
		float: right;
	}
}

/* comTxtBox */
.comTxtBox {
	margin: 95px auto 0;
}

.comTxtBox .lBox {
	width: 428px;
	float: left;
}

.comTxtBox .rBox {
	margin-top: 7px;
	width: 382px;
	float: right;
}

.comTxtBox h2 {
	float: none;
	margin: 0 0 42px;
}

.comTxtBox .lBox p {
	font-size: 12px;
	color: #666;
	line-height: 1.83;
	letter-spacing: -0.8px;
}

.comTxtBox .btnList {
	margin-bottom: 34px;
}

.comTxtBox .btnList li {
	float: left;
}

.comTxtBox .btnList li:last-child {
	float: right;
}

.comTxtBox .btnList li .blackBtn,
.comTxtBox .btnList li button.base {
	padding: 2px 5px 1px;
	margin: 0;
	min-width: 183px;
	min-height: 45px;
}

.comTxtBox .rBox .search input {
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	padding: 0 5px;
	line-height: 45px;
	box-sizing: border-box;
}

.comTxtBox .rBox .search .text {
	width: 299px;
	height: 45px;
	float: left;
	border: 2px solid #000;
}

.comTxtBox .rBox .search .btn {
	width: 70px;
	height: 45px;
	font-size: 14.5px;
	color: #000;
	text-align: center;
	font-weight: bold;
	background-color: #CDD6DF;
	cursor: pointer;
}

.comTxtBox .rBox .search .btn:hover {
	opacity: 0.7;
}

/* comLableUl */
#main .comLableUl {
	margin: -10px 0 88px;
}

#main .comLableUl li {
	margin: 10px 10px 0 0;
	padding: 10px 3px 9px;
	width: 175px;
	min-height: 55px;
	display: table;
	font-size: 14px;
	float: left;
	line-height: 1.2;
	text-align: center;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	letter-spacing: -0.5px;
}

#main .comLableUl li span {
	line-height: 1.45;
	display: table-cell;
	vertical-align: middle;
}

#main .comLableUl li:nth-child(5n) {
	margin-right: 0;
}

@media all and (max-width: 767px) {
	#main .comLableUl {
		margin: -6px 0 51px;
	}

	#main .comLableUl li {
		margin: 6px 0 0 0;
		padding: 10px 1px 9px;
		width: 48.5%;
		min-height: 47px;
		font-size: 11px;
		letter-spacing: -1px;
	}

	#main .comLableUl li:nth-child(2n) {
		float: right;
	}

	#main .comLableUl li span {
		font-size: 12px;
	}
}

/* comLeftTxt */
#main .comLeftTxt {
	margin-left: -14px;
	position: absolute;
	left: 0;
	top: 155px;
}

#main .comLeftTxt p {
	font-size: 90px;
	opacity: 0.1;
	writing-mode: tb-rl;
	-webkit-writing-mode: tb-rl;
	letter-spacing: 5px;
	line-height: 1;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	#main .comLeftTxt {
		margin-left: -5px;
		top: 98px;
	}

	#main .comLeftTxt p {
		font-size: 30px;
		letter-spacing: 2px;
	}
}

.pageList {
	margin-top: 109px;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pageList li {
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
}

.pageList li img {
	width: 8px;
}

.pageList li a {
	color: #666666;
}

.pageList li a.on,
.pageList li a:hover {
	color: #000;
}

.pageList .prev {
	margin: 9px 30px 0 0;
}

.pageList .next {
	margin: 9px 0 0 30px ;
}

.pageList .prev a:hover,
.pageList .next a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	.pageList {
		margin-top: 31px;
	}

	.pageList li {
	margin: 0 5px;
	}

	.pageList .prev {
		margin: 9px 20px 0 0;
	}

	.pageList .next {
    	margin: 9px 0 0 20px;
	}

	.pageList .prev a:hover,
	.pageList .next a:hover {
		opacity: 1;
	}

}

/* comPropertyUl */
.comPropertyUl > li {
	margin-bottom: 61px;
	padding: 27px 0 0 0;
	border-top: 1px solid #000;
}

.comPropertyUl > li:last-child {
	margin-bottom: 0;
}

.comPropertyUl .titleBox {
	margin-bottom: 40px;
}

.comPropertyUl .titleBox .title {
	font-size: 20px;
	font-weight: 600;
	float: left;
	letter-spacing: 2px;
}

.comPropertyUl .titleBox .title.noresult {
	font-size: 16px;
	text-align: center;
	float: none;
	margin-top: 50px;
	line-height: 2.5;
    width: 900px;
}

@media all and (max-width: 767px) {

.comPropertyUl .titleBox .title.noresult {
	font-size: 12px;
    width: auto;	
}
}


.comPropertyUl .titleBox .comListLable {
	margin-top: 5px;
	float: right;
}

.comPropertyUl .titleBox .comListLable span {
	float: none;
	display: inline-block;
}

.comPropertyUl > li .imgBox {
	position: relative;
}

.comPropertyUl > li .imgBox .photo {
	width: 424px;
	float: left;
	overflow: hidden;
}

.comPropertyUl > li .imgBox .photo img {
	width: 100%;
	transition: transform 1.6s ease;
	-moz-transition: transform 1.6s ease;
	-webkit-transition: transform 1.6s ease;
}

.comPropertyUl > li a:hover .imgBox .photo img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.comPropertyUl > li .imgBox .textBox {
	padding-bottom: 40px;
	width: 530px;
	float: right;
}

.comPropertyUl > li .imgBox .link {
	padding-left: 15px;
	position: absolute;
	bottom: -4px;
	right: -2px;
	color: #000;
	font-size: 14px;
	letter-spacing: 1px;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
}

.comPropertyUl > li .imgBox .link:before {
	margin-top: -4px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-left-color: #000;
	content: '';
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
}

.comPropertyUl > li a:hover .imgBox .link {
	color: #999;
}

.comPropertyUl > li a:hover .imgBox .link:before {
	border-left-color: #999;
}

@media all and (-ms-high-contrast:none){
	.comPropertyUl > li .imgBox .link:before {
		margin-top: -7px;
	}
}

@media all and (max-width: 767px) {
	.comPropertyUl > li {
		margin-bottom: 30px;
		padding: 0 0 29px;
		border-top: none;
		border-bottom: 2px solid #000;
	}

	.comPropertyUl > li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}

	.comPropertyUl > li:last-child {
		margin-bottom: 0;
	}

	.comPropertyUl .titleBox .title {
		font-size: 18px;
		letter-spacing: 0;
	}

	.comPropertyUl > li .imgBox .photo,
	.comPropertyUl > li .imgBox .textBox {
		padding: 0;
		margin: 0;
		width: auto;
		float: none;
	}

	.comPropertyUl .titleBox {
		margin-bottom: 13px;
	}

	.comPropertyUl > li .imgBox .textBox .comTable th {
		width: 34.5%;
	}

	.comPropertyUl > li .imgBox .photo {
		margin-bottom: 6px;
	}

	.comPropertyUl > li a:hover .imgBox .link span {
		color: #000;
	}

	.comPropertyUl > li a:hover .imgBox .link:before {
		border-left-color: #000;
	}

	.comPropertyUl > li .imgBox .link {
		margin-top: 27px;
		position: relative;
		bottom: auto;
		right: auto;
	}

	.comPropertyUl > li .imgBox .link a {
		font-size: 13px;
		background-position: left top 5px;
	}

	.comPropertyUl > li .imgBox .photo a img {
		transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
	}

	.comPropertyUl > li a:hover .imgBox .photo img {
		transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
	}

	.comPropertyUl .titleBox .comListLable {
		width: 80px;
	}

	.comPropertyUl .titleBox .comListLable span {
		margin: 0 0 4px 0 !important;
		width: auto;
		display: block;
		float: none !important;
	}

	.comPropertyUl .titleBox .comListLable span:last-child {
		margin-bottom: 0 !important;
	}

	.comPropertyUl > li .comTable {
		font-size: 12px;
		line-height: 1.5;
	}

	.comPropertyUl > li .comTable th,
	.comPropertyUl > li .comTable td {
		padding: 13px 0 9px !important;
	}

}

#cover {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: opacity 0.5s ease,visibility 0.5s ease;
}

.hideCover #cover {
  opacity: 0;
  visibility: hidden;
}

.safari #cover {
	display: none !important;
}

/*------------------------------------------------------------
  FadeInAnim
------------------------------------------------------------*/

.fadeInAnim,
.stepFade .fadeTarget {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity .5s ease-out, transform .5s ease-out;
  transition: opacity .5s ease-out, transform .5s ease-out;
}

.fadeInAnim.visible,
.stepFade .fadeTarget.visible {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/*------------------------------------------------------------
  Slick-Slider
------------------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*------------------------------------------------------------
  gallery_index
------------------------------------------------------------*/
.showPop .pop {
  visibility: visible;
  opacity: 1;
  z-index: 20;
  transition: visibility .5s ease, opacity .5s ease, z-index 0s ease 0s;
}

.pop {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, .8);
  transition: visibility .5s ease, opacity .5s ease, z-index 0s ease 0.5s;
}

.popBox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 69%;
  max-width: 945px;
  transform: translate(-50%, -50%);
}

.popBox .slider {
  position: relative;
  padding-bottom: 58.56%;
}

.popBox .slider-item {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  transition: opacity 1s ease, visibility 1s ease;
}

.popBox .slider-item.on {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}

.popBox img {
  display: block;
  width: 100%;
}

.popBox .prev,
.popBox .next {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.popBox .prev svg,
.popBox .next svg {
  width: 18px;
  height: 35px;
  fill: #fff;
  transform: scale(.89);
}

.popBox .prev {
  left: -45px;
}

.popBox .next {
  right: -45px;
}

.popBox .close {
  position: absolute;
  z-index: 2;
  top: -36px;
  right: 0;
  transition: none;
}

.popBox .close svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}

.popBox a:hover svg {
  fill: #999;
}

.popBox a svg {
  transition: fill .5s ease;
}

ul.pageList li a.on {
	font-weight: bold;
	color: #000 !important;
}

ul.pageList li a:hover {
	color: #000 !important;
}

ul.pageList li a{
	color: #999 !important;
}