@charset "utf-8";

/*---------------------------------------

	共通

-------------------------------------- */
#chiiki * h2 {
	font-family: 'Noto Serif JP', serif;
}

/* campaignバナー */
.campaign-shop {
	margin: 0 2%;
	background: #fff;
	margin-bottom: 20px;
}

.campaign-shop .campaign-shopTxt {
	margin-top: 4px;
	text-align: center;
	font-size: 1.3rem;
}

/*---------------------------------------

	メインビジュアル

-------------------------------------- */

#chiiki #keyvisual {
	position: relative;
}

#chiiki #keyvisual .mincho {
    font-family: 'Zen Old Mincho', serif;
}

#chiiki #keyvisual img {
	width: 100%;
	height: auto;
}

#chiiki #keyvisual .text-box {
	position: absolute;
	color: #ffffff;
    width: calc( 100% / 1.6 );
    top: 50%;
	right: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	text-align: center;
}

#chiiki #keyvisual .ttl {
    font-size: 2.4rem;
    font-weight: 500;
	line-height: normal;
    letter-spacing: 0.24rem;
}

#chiiki #keyvisual .text {
    font-size: clamp(12px, 3vw, 18px);
    line-height: clamp(15px, 3vw, 28px);
}

#chiiki #keyvisual .item {
	font-size: clamp(18px, 6vw, 72px);
	text-align: center;
    padding: 0;
    font-weight: 500;
	line-height: normal;
    letter-spacing: 0.5rem;
	width: auto;
    display: inline-block;
    margin: 0 0 1.6rem 0;
}



#chiiki #keyvisual .point {
    display: flex;
    column-gap: 2rem;
}

#chiiki #keyvisual .point li {
    background: #186090;
    width: 17rem;
    height: 7rem;
    text-align: center;
    line-height: 3.5rem;
    padding: 0.5rem;
}
#chiiki #keyvisual .point li span {
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.24rem;
}
#chiiki #keyvisual .point li p {
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3rem;
    letter-spacing: 0.24rem;
}


/*---------------------------------------

	骨董買取をお考えなら

-------------------------------------- */
/*レイアウト*/
.vendor {
	margin-bottom: 4rem;
}

.vendor .img-area {
	margin-bottom: 1rem;
}

.vendor .img-area img {
	width: 95%;
	height: 150px;
	object-fit: cover;
}

.vendor h2 {
	background: var(--color-primary);
	color: #fff;
	text-align: center;
	border: none;
	padding: 10px 0;
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: normal;
}

.vendor .vendor-in p {
	padding: 0 6% 10px;
	font-size: 1.5rem;
}

.vendor .vendor-in p:last-child {
	padding-bottom: 0;
}

/*---------------------------------------

	骨董買取をお考えなら3（骨董品地域　関西のみ仮適用）

-------------------------------------- */
/*レイアウト*/
.vendor3 {
	margin-bottom: 4rem;
}

.vendor3 .img-area {
	margin-bottom: 1rem;
}

.vendor3 .img-area img {
	width: 95%;
	height: 150px;
	object-fit: cover;
}

.vendor3 h2 {
	background: var(--color-primary);
	color: #fff;
	text-align: center;
	border: none;
	padding: 10px 0;
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: normal;
}

.vendor3 .vendor-in p {
	padding: 0 6% 10px;
	font-size: 1.5rem;
}

.vendor3 .vendor-in p:last-child {
	padding-bottom: 0;
}



/*---------------------------------------

	買取実績

-------------------------------------- */
/*
	査定員の声
--------------------------------------------*/
#newestJisseki .newest-noice {
	margin-bottom: 4rem;
}

.newest-noice .voiceBox {
	background: url(https://nikkoudou-kottou.com/img/common/pt3.png);
	padding: 20px 2%;
	margin-bottom: 2rem;
}

.newest-noice .voiceBox:last-child {
	margin-bottom: 0;
}

/*サブタイトル*/
.newest-noice .voiceBox .voiceTtl {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	line-height: 1.7em;
	color: var(--color-primary);
	margin-bottom: 10px;
	font-weight: 600;
}

/*イメージ*/
.newest-noice .voiceBox .voiceIn .voiceImg {
	margin-bottom: 10px;
}

.newest-noice .voiceBox .voiceIn .voiceImg img {
	width: 74%;
	margin: auto;
}

/*テキスト*/
.newest-noice .voiceBox .voiceIn .tag {
	display: inline-block;
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	font-size: 1.4rem;
	background: #928e74;
	padding: 6px 14px;
	margin-bottom: 10px;
}

.newest-noice .voiceBox .voiceIn .tag a {
	color: #fff;
	text-decoration: none;
}

.newest-noice .voiceBox .voiceIn .voiceTxt p {
	font-size: 1.5rem;
}

/*買取地域*/
.newest-noice .voiceBox .voiceIn .voiceTxt .from p {
	font-size: 1.4rem;
	padding: 10px 40px 10px 0;
	text-align: right;
	margin-bottom: 10px;
}

.newest-noice .voiceBox .voiceIn .voiceTxt .from.lady {
	background: url(https://nikkoudou-kottou.com/img/top/lady.png) no-repeat right 0;
}

.newest-noice .voiceBox .voiceIn .voiceTxt .from.men {
	background: url(https://nikkoudou-kottou.com/img/top/men.png) no-repeat right 0;
}



@media screen and (min-width:599px) and (max-width:960px) {
	.newest-noice .voiceBox .voiceTtl {
		font-size: 2.2rem;
		font-weight: bold;
	}

	/*イメージ*/
	.newest-noice .voiceBox .voiceIn .voiceImg img {
		width: 46%;
	}

	.newest-noice .voiceBox .voiceIn .voiceTxt p {
		font-size: 1.6rem;
		line-height: 1.8em;
	}

	/*買取地域*/
	.newest-noice .voiceBox .voiceIn .voiceTxt .from p {
		font-size: 1.6rem;
	}
}




/*---------------------------------------

	食器へのリンク

-------------------------------------- */
.table-toplink {
	margin: 0 2% 60px;
}

.table-toplink:hover {
	opacity: 0.8;
}

.table-toplink .table-toplink-btn {
	background: url(https://nikkoudou-kottou.com/img/kottou/common/tableware_linkbtn_bg.png);
	padding: 20px 0;
	border-top: 1px solid #837229;
	border-bottom: 1px solid #837229;
	box-sizing: border-box;
	font-size: 1.8rem;
	font-weight: bold;
}

.table-toplink .table-toplink-btn p {
	width: 100%;
	background: url(https://nikkoudou-kottou.com/img/kottou/common/tableware_linkbtn_icon.svg) no-repeat;
	background-position: 90% 50%;
	background-size: 5%;
}

.table-toplink a {
	text-align: center;
	text-decoration: none;
	color: #837229;
}

@media screen and (min-width:599px) and (max-width:960px) {
	.table-toplink .table-toplink-btn {
		display: none;
	}
}


/*
	お客様+査定員の声
------------------------------------------ */
.chiiki-voice {
	margin-bottom: 4rem;
}

.chiiki-voice .chiiki-voice-wrap {
	background: url(https://nikkoudou-kottou.com/img/common/pt3.png);
	margin-bottom: 4rem;
}

.chiiki-voice .voice-wrap-ttl {
	font-family: 'Noto Serif JP', serif;
	background: var(--color-primary);
	color: #fff;
	font-size: 1.8rem;
	padding: 10px 0 10px 6px;
	font-weight: 600;
}

/*お客様の声1*/
.chiiki-voice-box {
	margin: 0 2%;
	margin-bottom: 2rem;
	background: #fff;
}

.voice-box-in {
	padding: 0 0 2rem;
	box-sizing: border-box;
}

.voice-box-in .ttl {
	margin-bottom: 1.4rem;
	padding: 1.3rem 0 .8rem 26%;
	font-size: 1.5rem;
	border-bottom: 1px solid var(--color-primary);
	box-sizing: border-box;
}

.voice-box-in .ttl .bule {
	color: var(--color-primary);
	font-weight: bold;
	font-size: 1.6rem;
}

.voice-box-in .area {
	padding: .8rem 1rem 0 0;
	font-size: 1.4rem;
	text-align: right;
}

.voice-box-in .category_tag {
	padding: 0 1rem 0 0;
	font-size: 1.4rem;
	text-align: right;
}

.voice-box-in .category_tag a {
	color: var(--color-primary);
}

.voice-box-in .txt {
	padding: 0 1rem;
}

/*背景イメージ*/
/*茶道具*/
.chiiki-voice-box.sadou .ttl {
	background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_sadou.png) no-repeat top left, #fff;
	background-size: 30%;
}

/*中国骨董*/
.chiiki-voice-box.china .ttl {
	background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_china.png) no-repeat top left, #fff;
	background-size: 30%;
}

/*甲冑*/
.chiiki-voice-box.kattyu .ttl {
	background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_kattyu.png) no-repeat top left, #fff;
	background-size: 30%;
}

/*掛軸*/
.chiiki-voice-box.kakejiku .ttl {
	background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_kakejiku.png) no-repeat top left, #fff;
	background-size: 30%;
}

/*西洋骨董*/
.chiiki-voice-box.antique .ttl {
	background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_antique.png) no-repeat top left, #fff;
	background-size: 30%;
}

/*刀剣*/
.chiiki-voice-box.token .ttl {
	background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_token.png) no-repeat top left, #fff;
	background-size: 30%;
}

/*古書*/
.chiiki-voice-box.kosyo .ttl {
	background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_kosyo.png) no-repeat top left, #fff;
	background-size: 30%;
}

/*象牙*/
.chiiki-voice-box.ivory .ttl {
	background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_ivory.png) no-repeat top left, #fff;
	background-size: 30%;
}

/*香炉*/
.chiiki-voice-box.koro .ttl {
	background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_koro.png) no-repeat top left, #fff;
	background-size: 30%;
}

/*翡翠*/
.chiiki-voice-box.jade .ttl {
	background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_jade.png) no-repeat top left, #fff;
	background-size: 30%;
}

/*珊瑚*/
.chiiki-voice-box.coral .ttl {
	background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_coral.png) no-repeat top left, #fff;
	background-size: 30%;
}

/*鉄瓶*/
.chiiki-voice-box.tetsubin .ttl {
	background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_tetsubin.png) no-repeat top left, #fff;
	background-size: 30%;
}

/*ペルシャ*/
.chiiki-voice-box.persia .ttl {
	background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_persia.png) no-repeat top left, #fff;
	background-size: 30%;
}

/*仏像*/
.chiiki-voice-box.butsuzo .ttl {
	background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_butsuzo.png) no-repeat top left, #fff;
	background-size: 30%;
}

/*勲章*/
.chiiki-voice-box.kunsyo .ttl {
	background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_kunsyo.png) no-repeat top left, #fff;
	background-size: 30%;
}

/*香木*/
.chiiki-voice-box.koboku .ttl {
	background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_koboku.png) no-repeat top left, #fff;
	background-size: 30%;
}

/*食器*/
.chiiki-voice-box.tableware .ttl {
	background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_tableware.png) no-repeat top left, #fff;
	background-size: 30%;
}

/*金銀*/
.chiiki-voice-box.kingin .ttl {
	background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_kingin.png) no-repeat top left, #fff;
	background-size: 30%;
}

/*着物*/
.chiiki-voice-box.kimono .ttl {
	background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_kimono.png) no-repeat top left, #fff;
	background-size: 30%;
}

/*ビスクドール*/
.chiiki-voice-box.doll .ttl {
	background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_doll.png) no-repeat top left, #fff;
	background-size: 30%;
}

/*陶磁器*/
.chiiki-voice-box.ceramic .ttl {
	background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_ceramic.png) no-repeat top left, #fff;
	background-size: 30%;
}

/*古銭*/
.chiiki-voice-box.kosen .ttl {
	background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_kosen.png) no-repeat top left, #fff;
	background-size: 30%;
}

/*絵画*/
.chiiki-voice-box.painting .ttl {
	background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_painting.png) no-repeat top left, #fff;
	background-size: 30%;
}



/*お客様の声2*/
.chiiki-voice-in {
	margin: 0 2% 2rem;
}

.chiiki-voice-in .ttl {
	background: #928e74;
	color: #fff;
	font-weight: bold;
	padding: 6px 0 6px 10px;
}

.chiiki-voice-in .txt {
	background: #fff;
	padding: 10px;
}


/*査定士の声*/
.chiiki-voice .assess {
	position: relative;
	font-size: 15px;
	background: #dcd3d3;
	padding: 20px 0 17px;
}

.chiiki-voice .assess .assessIcon {
	margin-bottom: 1.2rem;
	border-bottom: 1px solid #804b4b;
}

.chiiki-voice .assess .assessIcon>p {
	padding-left: 20%;
}

.chiiki-voice .assess .assessImg img {
	width: 18.4%;
	position: absolute;
	top: -1.35rem;
	left: 0;
}

.chiiki-voice .assess p {
	padding: 0 4%;
}


@media screen and (min-width:599px) and (max-width:960px) {
	.voice-box-in {
		padding-left: 34%;
	}

	.voice-box-in .ttl {
		padding-left: 0;
	}

	.chiiki-voice-box.sadou {
		background-size: contain;
	}

	.voice-box-in .area {
		padding-right: 2%;
	}

	.chiiki-voice .assess .assessImg img {
		width: 24%;
		bottom: 0;
		top: auto;
	}

	.chiiki-voice .assess .assessIcon>p {
		padding-left: 26%;
	}

	.chiiki-voice .assess p {
		padding-left: 26%;
	}

	/*背景非表示*/
	.chiiki-voice-box.sadou .ttl,
	.chiiki-voice-box.china .ttl,
	.chiiki-voice-box.kattyu .ttl,
	.chiiki-voice-box.kakejiku .ttl,
	.chiiki-voice-box.antique .ttl,
	.chiiki-voice-box.token .ttl,
	.chiiki-voice-box.kosyo .ttl,
	.chiiki-voice-box.ivory .ttl,
	.chiiki-voice-box.koro .ttl,
	.chiiki-voice-box.jade .ttl,
	.chiiki-voice-box.coral .ttl,
	.chiiki-voice-box.tetsubin .ttl,
	.chiiki-voice-box.persia .ttl,
	.chiiki-voice-box.butsuzo .ttl,
	.chiiki-voice-box.kunsyo .ttl,
	.chiiki-voice-box.koboku .ttl,
	.chiiki-voice-box.tableware .ttl,
	.chiiki-voice-box.kingin .ttl,
	.chiiki-voice-box.kimono .ttl,
	.chiiki-voice-box.doll .ttl,
	.chiiki-voice-box.ceramic .ttl {
		background: none;
	}

	/*背景イメージ*/
	/*茶道具*/
	.chiiki-voice-box.sadou {
		background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_sadou.png) no-repeat top left, #fff;
		background-size: contain;
	}

	/*中国骨董*/
	.chiiki-voice-box.china {
		background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_china.png) no-repeat top left, #fff;
		background-size: contain;
	}

	/*甲冑*/
	.chiiki-voice-box.kattyu {
		background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_kattyu.png) no-repeat top left, #fff;
		background-size: contain;
	}

	/*掛軸*/
	.chiiki-voice-box.kakejiku {
		background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_kakejiku.png) no-repeat top left, #fff;
		background-size: contain;
	}

	/*西洋骨董*/
	.chiiki-voice-box.antique {
		background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_antique.png) no-repeat top left, #fff;
		background-size: contain;
	}

	/*刀剣*/
	.chiiki-voice-box.token {
		background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_token.png) no-repeat top left, #fff;
		background-size: contain;
	}

	/*古書*/
	.chiiki-voice-box.kosyo {
		background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_kosyo.png) no-repeat top left, #fff;
		background-size: contain;
	}

	/*象牙*/
	.chiiki-voice-box.ivory {
		background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_ivory.png) no-repeat top left, #fff;
		background-size: contain;
	}

	/*香炉*/
	.chiiki-voice-box.koro {
		background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_koro.png) no-repeat top left, #fff;
		background-size: contain;
	}

	/*翡翠*/
	.chiiki-voice-box.jade {
		background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_jade.png) no-repeat top left, #fff;
		background-size: contain;
	}

	/*珊瑚*/
	.chiiki-voice-box.coral {
		background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_coral.png) no-repeat top left, #fff;
		background-size: contain;
	}

	/*鉄瓶*/
	.chiiki-voice-box.tetsubin {
		background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_tetsubin.png) no-repeat top left, #fff;
		background-size: contain;
	}

	/*ペルシャ*/
	.chiiki-voice-box.persia {
		background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_persia.png) no-repeat top left, #fff;
		background-size: contain;
	}

	/*仏像*/
	.chiiki-voice-box.butsuzo {
		background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_butsuzo.png) no-repeat top left, #fff;
		background-size: contain;
	}

	/*勲章*/
	.chiiki-voice-box.kunsyo {
		background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_kunsyo.png) no-repeat top left, #fff;
		background-size: contain;
	}

	/*香木*/
	.chiiki-voice-box.koboku {
		background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_koboku.png) no-repeat top left, #fff;
		background-size: contain;
	}

	/*食器*/
	.chiiki-voice-box.tableware {
		background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_tableware.png) no-repeat top left, #fff;
		background-size: contain;
	}

	/*金銀*/
	.chiiki-voice-box.kingin {
		background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_kingin.png) no-repeat top left, #fff;
		background-size: contain;
	}

	/*着物*/
	.chiiki-voice-box.kimono {
		background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_kimono.png) no-repeat top left, #fff;
		background-size: contain;
	}

	/*ビスクドール*/
	.chiiki-voice-box.doll {
		background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_doll.png) no-repeat top left, #fff;
		background-size: contain;
	}

	/*陶磁器*/
	.chiiki-voice-box.ceramic {
		background: url(https://nikkoudou-kottou.com/img/kottou/common/chiiki_voice_ceramic.png) no-repeat top left, #fff;
		background-size: contain;
	}
}


/*---------------------------------------

	ご依頼いただいております

-------------------------------------- */
#request {
	margin-bottom: 40px;
}

/*タイトル*/
#request .request-ttl {
	text-align: center;
}

#request .request-ttl h2 {
	font-family: none;
	background: none;
	color: var(--color-primary);
	font-weight: bold;
	margin-bottom: 20px;
}

#request .request-ttl p {
	font-weight: normal;
	font-size: 1.6rem;
	margin-bottom: 4px;
}


/*レイアウト*/
#request ul {
	margin: 0 10px;
}

#request ul li {
	padding: 16px 0;
	border: 1px solid var(--color-primary);
	margin-bottom: 16px;
}

#request ul li p {
	font-weight: bold;
	color: var(--color-primary);
	padding-left: 90px;
}

/*ボックス*/
#request .requestBox {
	padding-bottom: 20px;
	margin-bottom: 30px;
}

#request .txt {
	text-align: center;
	background: url(https://nikkoudou-kottou.com/img/top/arikata_img05.png) no-repeat, #e4e3d8;
	background-size: 20%;
	background-position: 50% 0;
	padding-bottom: 4%;
	margin: 0 10px;
	padding-top: 26px;
}

#request .txt .ttl {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	margin-top: 20px;
}

#request .requestBox .txt .line {
	border: 1px solid #fff;
	padding: 0 10px;
	margin: 0 10px;
}

#request .requestBox p {
	margin: 0 2%;
	padding: 3% 0;
	font-size: 1.5rem;
}


/*背景イメージ*/
#request ul li:nth-child(1) {
	background: url(https://nikkoudou-kottou.com/img/kottou/request_img01.png) no-repeat 20px center;
	background-size: 46px;
}

#request ul li:nth-child(2) {
	background: url(https://nikkoudou-kottou.com/img/kottou/request_img02.png) no-repeat 20px center;
	background-size: 46px;
}

#request ul li:nth-child(3) {
	background: url(https://nikkoudou-kottou.com/img/kottou/request_img03.png) no-repeat 20px center;
	background-size: 46px;
}

#request ul li:nth-child(4) {
	background: url(https://nikkoudou-kottou.com/img/kottou/request_img04.png) no-repeat 20px center;
	background-size: 46px;
}

@media screen and (min-width:599px) and (max-width:960px) {
	#request .txt .ttl {
		font-size: 2rem;
	}

	#request .txt {
		background-size: 10%;
	}

	#request .requestBox .txt {
		padding-bottom: 10px;
	}

	#request .requestBox p {
		padding-top: 10px;
	}

	#request ul {
		display: flex;
		flex-wrap: wrap;
	}

	#request ul li {
		width: 48.5%;
		margin-right: 2%;
	}

	#request ul li:nth-child(even) {
		margin-right: 0;
	}
}




/*---------------------------------------

	骨董品ってどんなもの？

-------------------------------------- */
.itemList h2 {
	text-align: center;
	font-size: 2.2rem;
	color: #253156;
	border-bottom: 1px solid #253156;
	margin-bottom: 10px;
	padding-bottom: 2px;
}

.itemList h3 p {
	border-bottom: 2px solid #253156;
	padding-bottom: 4px;
}

.itemList .text {
	width: 94%;
	margin: 0 auto 20px;
}

.itemList .itemBox {
	margin: 0 auto;
    letter-spacing: -.4em;
    padding: 0 10px;
    box-sizing: border-box;
}

.itemList .item-wrapper {
    width: 31%;
    margin: 0 1%;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}


/*---------------------------------------
	処分にお困りではありませんか
-------------------------------------- */
#troubled {
	margin-bottom: 40px;
}

/*タイトル*/
#troubled .troubled-ttl {
	background: var(--color-primary);
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	padding: 20px 4px;
}

#troubled .troubled-ttl h2 {
	font-size: 1.9rem;
}

#troubled .troubled-ttl p {
	font-size: 1.3rem;
}



#troubled ul {
	margin: 0 2% 50px;
	display: flex;
	flex-wrap: wrap;
}

#troubled ul li {
	width: 48%;
	text-align: center;
	margin-right: 4%;
}

#troubled ul li:nth-child(even) {
	margin-right: 0;
}

#troubled ul li img {
	width: 120px;
	height: 120px;
}

#troubled ul li p {
	font-size: 1.5rem;
	line-height: 1.3em;
	font-weight: bold;
	color: #444a5f;
}




/*
	処分ならおまかせください
-------------------------------------- */
#troubled .textBox {
	background: url(https://nikkoudou-kottou.com/img/common/pt3.png);
	margin: 0 10px 20px;
	padding: 30px 10px;
}

#troubled .textBox .ttl {
	width: 84%;
	margin: auto;
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.1em;
	color: #444a5f;
	margin-bottom: 20px;
}

#troubled .textBox p {
	line-height: 1.9em;
}

@media screen and (min-width:599px) and (max-width:960px) {
	#troubled ul {
		margin-left: 4%;
	}

	#troubled ul li {
		width: 24%;
	}

	#troubled ul li {
		margin: 0;
	}
}


/*地域買取注意*/
#troubled .attention {
	margin: 0 10px;
	color: #85252E;
	padding: 10px;
	border: 2px solid #85252E;
}



/*---------------------------------------
	地域別買取エリア
-------------------------------------- */
.cities {
	margin: -20px 0 60px 0;
}

.cities .chiikiLBox {
	background: url(https://nikkoudou-kottou.com/img/common/pt3.png);
}

.cities .chiikiLBox .ttl {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.cities .chiikiLBox .ttl span {
	background: url(https://nikkoudou-kottou.com/img/common/pt3.png);
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 1em;
	text-align: left;
	color: #5b4d31;
	font-weight: bold;
	font-size: 1.6rem;
}

.cities .chiikiLBox .ttl::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #5b4d31;
}

.cities .chiikiLBox {
	width: 94%;
	margin: auto;
	padding: 20px 8px;
	border: 1px solid #a6a6a6;
	box-sizing: border-box;
}


/*innerタイトル*/
.cities .chiikiLBox .inner h3 {
	text-align: center;
	border-bottom: 4px double var(--color-primary);
	color: var(--color-primary);
	margin: 0 4px 10px;
	padding-bottom: 2px;
}

/*テキストボックス*/
.cities .chiikiLBox .inner .textBox {
	padding: 0 10px;
	margin-bottom: 14px;
	line-height: 1.6em;
}

/*トグルメニュー*/
.cities .chiikiLBox .acMenu {
	margin: 0 10px 10px;
}

.cities .chiikiLBox .acMenu .chiikiLMTtl {
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 280px;
	height: 50px;
	cursor: pointer;
	box-sizing: border-box;
	line-height: 50px;
	font-weight: bold;
	background: var(--color-primary);
	color: #fff;
	border-radius: 6px;
}

.cities .chiikiLBox .acMenu .chiikiLMTtl h3 {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: 0 8px;
	box-sizing: border-box;
}

.cities .chiikiLBox .acMenu .chiikiLMTxt {
	width: 100%;
	height: auto;
	display: none;
	box-sizing: border-box;
	padding: 10px;
	line-height: 1.6em;
}



/*店舗案内
--------------------------------------------------*/
.area-shop-list {
	margin-bottom: 50px;
}

/*タイトル*/
.areashop-title {
	margin: 0 auto 20px;
	border-bottom: 1px solid #1c2f4a;
}

.areashop-title p {
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	text-align: center;
	font-size: 22px;
	border-bottom: 1px solid #1c2f4a;
	margin-bottom: 2px;
	padding-bottom: 6px;
}

/*地図*/
#summarySMap {
	margin: 0 2% 30px;
	position: relative;
	padding-bottom: 70%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#summarySMap iframe,
#summarySMap object,
#summarySMap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*レイアウト*/
.area-shop-list ul {
	margin: 0 10px;
}

.area-shop-list ul li {
	margin-bottom: 30px;
}

.area-shop-list ul li:last-child {
	margin-bottom: 0;
}

.area-shop-list ul li h3 {
	text-align: center;
	font-size: 1.6rem;
	padding: 8px 0;
	margin-bottom: 10px;
	background: #dee0ea;
	color: #4C5163;
}

/*インナー*/
.area-shop-list ul li .inner .img img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	margin-bottom: 10px;
}

/*テーブル*/
.area-shop-list ul li table {
	width: 100%;
}

.area-shop-list ul li table tr {
	width: 100%;
	border-bottom: 8px solid #fff;
}

.area-shop-list ul li table tr th {
	background: url(https://nikkoudou-kottou.com/img/common/pt3.png);
	width: 30%;
	padding: 2px 0;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
}

.area-shop-list ul li table tr td {
	height: 100%;
	padding: 2% 0 2% 4%;
	box-sizing: border-box;
	vertical-align: middle;
}

/*リンクボタン*/
.area-shop-list ul li .linkBtn {
	display: block;
	text-align: center;
	height: 60px;
	line-height: 60px;
	border-radius: 8px;
	text-decoration: none;
	background: #4C5060;
	color: #fff;
}

@media screen and (min-width:599px) and (max-width:960px) {

	/*map*/
	#summarySMap {
		margin: 0 2% 30px;
		position: relative;
		padding-bottom: 30%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}

	#summarySMap iframe,
	#summarySMap object,
	#summarySMap embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	/*リンクボタン*/
	.area-shop-list ul li .linkBtn {
		margin: 20px auto 0;
		width: 80%;
	}
}




/*
	出張買取が好評です
------------------------------------------ */
.popularity {
	margin-bottom: 40px;
}

/*タイトル*/
.popularity .popularityTtl {
	margin-bottom: 20px;
	border-bottom: 1px solid #3a4768;
	text-align: center;
	line-height: 2em;
}

.popularity h2 {
	background: #fff;
	color: #3a4768;
	font-size: 2.6rem;
	border-bottom: 2px solid #3a4768;
	margin-bottom: 4px;
}

.popularity span {
	display: inline;
	color: #88431d;
	font-size: 3.2rem;
	padding: 0;
	border: none;
}

.popularity .popularityTxt {
	margin: 0 10px 20px;
}

.popularity h3 {
	text-align: center;
	color: var(--color-primary);
	margin-bottom: 10px;
}

.popularity ul {
	margin: 0 10px 20px;
}

.popularity li {
	background: #cedae6;
	margin-bottom: 20px;
	padding: 20px 10px;
	border-radius: 6px;
}

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


.popularity .innerTxt .innerTtl {
	margin-left: 32%;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px,
		#fff 1px -1px 0px, #fff -1px -1px 0px;
	color: var(--color-primary);
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.popularity .innerTxt .innerTtl br {
	display: none;
}

.popularity .innerTxt p {
	background: #f1f4f8;
	padding: 8px;
	margin-left: 32%;
}

.popularity ul li:nth-child(1) .innerTxt {
	background: url(https://nikkoudou-kottou.com/img/kottou/popularity_icon1.png) no-repeat 0 center;
	background-size: 28%;
}

.popularity ul li:nth-child(2) .innerTxt {
	background: url(https://nikkoudou-kottou.com/img/kottou/popularity_icon2.png) no-repeat 0 center;
	background-size: 28%;
}

.popularity ul li:nth-child(3) .innerTxt {
	background: url(https://nikkoudou-kottou.com/img/kottou/popularity_icon3.png) no-repeat 0 center;
	background-size: 28%;
}


/*出張買取案内レイアウト*/
.popularity .btnBox {
	margin-bottom: 10px;
}

.popularity .btnBox .btn {
	background: url(https://nikkoudou-kottou.com/img/common/nav_bg.png);
	width: 280px;
	margin: 0 auto;
	border-radius: 6px;
	text-align: center;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	margin-bottom: 10px;
}

.popularity .btnBox a {
	display: block;
	color: #fff;
	font-size: 1.5rem;
	text-decoration: none;
}

.popularity .btnTxt {
	width: 320px;
	margin: 0 auto 10px;
}

.popularity .btnTxt p {
	background: url(https://nikkoudou-kottou.com/img/chiiki/popularity_icon4.png) no-repeat;
	background-size: 36px;
	font-size: 1.4rem;
	padding-left: 36px;
}

/*店舗案内*/
.popularity .shop {
	margin: 0 10px;
	border: 1px solid #596281;
	box-sizing: border-box;
	padding: 10px;
}

.popularity .shop a {
	color: #333;
	font-weight: bold;
}

.popularity .shop span {
	font-size: 1.6rem;
	color: #c34c4c;
	font-weight: bold;

}

@media screen and (min-width:599px) and (max-width:960px) {
	.popularity h2 br {
		display: none;
	}

	.popularity ul li:nth-child(1) .innerTxt {
		background: url(https://nikkoudou-kottou.com/img/kottou/popularity_icon1.png) no-repeat 1% center;
		background-size: contain;
	}

	.popularity ul li:nth-child(2) .innerTxt {
		background: url(https://nikkoudou-kottou.com/img/kottou/popularity_icon2.png) no-repeat 1% center;
		background-size: contain;
	}

	.popularity ul li:nth-child(3) .innerTxt {
		background: url(https://nikkoudou-kottou.com/img/kottou/popularity_icon3.png) no-repeat 1% center;
		background-size: contain;
	}

	.popularity ul li .innerTxt .innerTtl,
	.popularity ul li .innerTxt p {
		margin-left: 16%;
	}

	.popularity .shop p {
		text-align: center;
	}
}




/*------------------------------------------

	ゆかりある骨董

------------------------------------------ */
.relation {
	margin-bottom: 4rem;
}

.relation .relation-wrap {
	background: #e4e3d8;
	margin: 0 2% 2rem;
}

.relation .relation-wrap:last-child {
	margin-bottom: 0;
}

.relation .relation-wrap .ttl {
	color: #58564f;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 1rem;
	border-bottom: 1px solid #928e74;
	box-sizing: border-box;
	padding: 1.6rem 0 .4rem 3%;
}

.relation .relation-wrap .txt {
	background: #fff;
	margin: 0 2% 2rem;
	padding: 6% 5%;
	font-size: 1.5rem;
}

.relation .relation-wrap .img {
	width: 40%;
	float: right;
	margin-right: 2%;
	margin-left: 2%;
	background: #253156;
}

.relation .relation-wrap img {
	-webkit-filter: grayscale(100%) blur(1px);
	filter: grayscale(100%) blur(1px);
	opacity: .6;
}

.relation .relation-box .txt p span {
	display: block;
	border-bottom: 1px solid #928e74;
	margin-bottom: 8px;
}

/*ボタン*/
.relation .relation-wrap .relation-btn {
	width: 96%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;
}

.relation .relation-wrap .relation-btn a {
	display: block;
	text-decoration: none;
	color: #58564f;
	font-size: 1.4rem;
	font-weight: bold;
	border: 2px solid #928e74;
	padding: 1rem 6% 1rem 0;
	background: url(https://nikkoudou-kottou.com/img/kottou/common/relation_arrow.png) 94% center no-repeat, rgba(255, 255, 255, 0.3);
	background-size: 8%;
}

/*トグルメニュー*/
.craftsman-more .craftsman-open {
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 280px;
	height: 50px;
	cursor: pointer;
	box-sizing: border-box;
	line-height: 50px;
	font-weight: bold;
	background-color: #396b73;
	background-image: linear-gradient(315deg, #396b73 0%, #759fa6 74%);
	color: #fff;
	border-radius: 6px;
	margin-bottom: 20px;
}

.craftsman-more .craftsman-close {
	width: 100%;
	height: auto;
	display: none;
	box-sizing: border-box;
	line-height: 1.6em;
}


@media screen and (min-width:599px) and (max-width:960px) {
	.relation .relation-wrap .img {
		width: 26%;
		padding-left: 20px;
	}
}





/*------------------------------------------

	登録証

------------------------------------------ */
/*タイトル*/
#chiiki .registration h2 {
	background: #253156;
	color: #fff;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 2.2rem;
	line-height: 1.2em;
	font-weight: normal;
	text-align: center;
	padding: 6px 0;
	margin-bottom: 20px;
}

.registration h2 span {
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 8px 10px;
}

#chiiki .registration .RtextBox .RTtl {
	margin: 0 10px 10px;
	background: #396b73;
	color: #fff;
	padding: 10px 4px;
}

#chiiki .registration .RtextBox p {
	margin: 0 18px 20px;
	font-size: 1.4rem;
	line-height: 1.5em;
}

/*ボタン*/
#chiiki .registration .switching {
	margin-bottom: 20px;
}

#chiiki .registration .switching li {
	background: #666;
	border-radius: 6px;
	margin: 0 9px 10px;
	width: 54px;
	height: 54px;
	color: #fff;
	float: left;
	line-height: 50px;
	text-align: center;
}

#chiiki .registration .switching li.change {
	background: #456c90;
}

/*警察リスト*/
#chiiki .registration .policeList {
	width: 96%;
	margin: 0 auto 30px;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}

#chiiki .registration .policeList li {
	box-sizing: border-box;
	width: 50%;
	float: left;
	text-align: center;
	height: 52px;
	line-height: 52px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

/*空白非表示*/
#chiiki .registration .policeList li.listHide {
	display: none;
}


/*リスト詳細*/
#chiiki .registration .listDetail {
	margin: 0 10px 30px;
}

#chiiki .registration .listDetail .listDTtl {
	background: #7b7b7c;
	color: #fff;
	padding: 4px 0;
	text-align: center;
}

#chiiki .registration .listDetail ul li {
	box-sizing: border-box;
	border: 1px solid #ccc;
}

#chiiki .registration .listDetail .ttl {
	background: #959595;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

#chiiki .registration .listDetail .detailIn {
	padding: 4px 0 4px 10px;
}

#chiiki .registration .listDetail,
#chiiki .registration .listDetail a,
#chiiki .registration .reissueDetail,
#chiiki .registration .reissueDetail a {
	text-decoration: none;
	pointer-events: none;
	color: #333;
}



/*再発行詳細*/
#chiiki .registration .reissueDetail {
	margin: 0 10px 30px;
}

#chiiki .registration .reissueDetail .reissueDTtl {
	background: #7b7b7c;
	color: #fff;
	padding: 4px 0;
	text-align: center;
}

#chiiki .registration .reissueDetail ul li {
	box-sizing: border-box;
	border: 1px solid #ccc;
}

#chiiki .registration .reissueDetail .ttl {
	background: #959595;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

#chiiki .registration .reissueDetail .detailIn {
	padding: 4px 0 4px 10px;
}


#chiiki .registration ul.switching li.is-active,
#chiiki .registration ul.policeList li.is-active,
ul.policeList li.a-column.is-active {
	background-color: #698baa;
}


@media screen and (min-width:599px) and (max-width:960px) {
	#chiiki .registration .switching ul {
		width: 702px;
		margin: auto;
	}
}



/*---------------------------------------

	お客様からの声

-------------------------------------- */
#userVoiceCon {
	margin: 60px 0 80px;
}

#userVoiceCon .userVCTtl {
	text-align: center;
	margin: auto;
	border-bottom: 1px solid var(--color-primary);
	margin-bottom: 20px;
}

#userVoiceCon .userVCTtl span {
	display: block;
	border-bottom: 2px solid var(--color-primary);
	padding-bottom: 4px;
	margin-bottom: 3px;
	font-size: 1.8rem;
	color: var(--color-primary);
	font-weight: bold;
}

#userVoiceCon .userVCTtl span::before {
	content: '';
	/*何も入れない*/
	display: inline-block;
	/*忘れずに！*/
	width: 40px;
	/*画像の幅*/
	height: 35px;
	/*画像の高さ*/
	background: url(https://nikkoudou-kottou.com/img/chiiki/comment.png) no-repeat;
	background-size: 90%;
	vertical-align: middle;
}

#userVoiceCon ul {
	margin: 0 10px 0;
}

#userVoiceCon ul li {
	margin-bottom: 10px;
	line-height: 1.6em;
	padding: 10px;
}

/*背景色変え*/
#userVoiceCon ul li:nth-child(odd) {
	background: #ececec;
}

#userVoiceCon ul li:nth-child(even) {
	background: #e4ebf8;
}

#userVoiceCon ul li .township {
	font-size: 1.3rem;
	text-align: right;
}



/*---------------------------------------

	お客様からの声(臨時)

-------------------------------------- */
#userVoiceCon {
	margin: 60px 0 80px;
}

#userVoiceCon .userVCTtl {
	text-align: center;
	margin: auto;
	border-bottom: 1px solid var(--color-primary);
	margin-bottom: 20px;
}

#userVoiceCon .userVCTtl span {
	display: block;
	border-bottom: 2px solid var(--color-primary);
	padding-bottom: 4px;
	margin-bottom: 3px;
	font-size: 1.8rem;
	color: var(--color-primary);
	font-weight: bold;
}

#userVoiceCon .userVCTtl span::before {
	content: '';
	/*何も入れない*/
	display: inline-block;
	/*忘れずに！*/
	width: 40px;
	/*画像の幅*/
	height: 35px;
	/*画像の高さ*/
	background: url(https://nikkoudou-kottou.com/img/kottou/comment.png) no-repeat;
	background-size: 90%;
	vertical-align: middle;
}

#userVoiceCon ul {
	margin: 0 10px 0;
}

#userVoiceCon ul li {
	margin-bottom: 10px;
	line-height: 1.6em;
	padding: 10px;
}

/*背景色変え*/
#userVoiceCon ul li:nth-child(odd) {
	background: #ececec;
}

#userVoiceCon ul li:nth-child(even) {
	background: #e4ebf8;
}

#userVoiceCon ul li .township {
	font-size: 1.3rem;
	text-align: right;
}



/*
	地域別対応エリア
------------------------------------------ */
#chiiki .chiikiList {
	margin-bottom: 30px;
}

#chiiki .chiikiList h3 {
	background: #c5c3b1;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 10px;
}

#chiiki .chiikiList .chiikiListbox {
	margin: 0 10px;
}

#chiiki .chiikiList .chiikiListbox .chiikiListTtl {
	font-weight: bold;
	color: #444a5f;
}

#chiiki .chiikiList .chiikiListbox .chiikiListTxt {
	font-size: 1.4rem;
	margin-bottom: 16px;
}

/*市町村開閉*/
#chiiki .chiikiList .acMenu dt {
	display: block;
	width: 280px;
	margin: 0 auto 10px;
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 48%, #ededed 48%, #e2e2e2 51%, #f4f4f4 100%);
	background: -webkit-linear-gradient(top, #f4f4f4 0%, #ededed 48%, #ededed 48%, #e2e2e2 51%, #f4f4f4 100%);
	background: linear-gradient(to bottom, #f4f4f4 0%, #ededed 48%, #ededed 48%, #e2e2e2 51%, #f4f4f4 100%);
	border: 1px solid #444a5f;
	border-radius: 6px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}

#chiiki .chiikiList .acMenu dt p {
	height: 54px;
	line-height: 54px;
	color: #444a5f;
	font-weight: bold;
}

#chiiki .chiikiList .acMenu dd {
	width: 100%;
	height: auto;
	display: none;
	font-size: 1.4rem;
}

/*---------------------------------------

	地域の骨董品・美術品の紹介

-------------------------------------- */
.area-kotto {
	background: #fff;
	margin-bottom: 40px;
}

.area-kotto-ttl {
	background: url(https://nikkoudou-kottou.com/img/common/pt3.jpg);
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	height: 80px;
}

.area-kotto-ttl h4 {
	font-family: ten-mincho, serif;
	font-size: 1.7rem;
	position: absolute;
	top: 18px;
	right: 10px;
	z-index: 3;
}

.area-kotto-img {
	width: 27%;
	height: 80px;
	display: inline-block;
	background: #FDAB75;
	transform: skewX(-0.08turn);
	overflow: hidden;
}

.area-kotto-img img {
	width: 100%;
	transform: skewX(0.08turn) scale(2.6);
}

.area-kotto .area-kotto-txt {
	padding: 0 2% 10px;
}

.area-kotto .area-kotto-txt p:not(:last-child) {
	margin-bottom: 20px;
}

@media screen and (min-width:599px) and (max-width:960px) {
	.area-kotto-ttl {
		height: 100px;
	}

	.area-kotto-ttl p {
		top: 42px;
		right: 16px;
		font-size: 2.7rem;
	}

	.area-kotto-ttl p br {
		display: none;
	}

	.area-kotto-img {
		height: 100px;
	}
}

/*=====================================

    市区ページ　city style

=====================================*/

/*  メインビジュアル
------------------------------------*/
#city *{
	box-sizing: border-box;
}
#city #keyvisual {
	width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
	background: no-repeat center/cover url(https://nikkoudou-kottou.com/img/area/common/city_topimg_spbg.webp);
}
#city #keyvisual::before{
	content: '';
	display: block;
	width: 44%;
	min-width: 26rem;
	max-width: 37rem;
	height: auto;
	aspect-ratio: 3 / 2;
	position: absolute;
	left: calc(50% - max(39%, 18.5rem));
	top: 19%;
	background: no-repeat center / contain url(https://nikkoudou-kottou.com/img/area/common/city_topimg_bg5.webp);
	z-index: 1;
}
#city #keyvisual::after{
	content: '';
	display: block;
	width: 34%;
	min-width: 24.8rem;
	height: auto;
	position: absolute;
	top: 1vw;
	right: calc(50% - max(38%, 19.4rem));
	bottom: 0;
	background: no-repeat center / contain url(https://nikkoudou-kottou.com/img/area/common/topimg_bg4.webp);
	z-index: 2;
}
#city #keyvisual .text-box{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
	position: absolute;
	bottom: 0;
	z-index: 3;
	margin: auto auto 0;
	padding-top: 2rem;
	background: linear-gradient(to bottom, rgb(4 3 3 / 0), rgb(4 3 3 / 0.5) 15%, rgb(4 3 3 / 1) 75%);
}
#city #keyvisual .text-box h1{
	margin: 0 0 1rem 2rem;
	color: #fff;
	font-size: min(7vw,2.2rem);
	font-family: 'Zen Old Mincho', serif;
	line-height: 1.35;
	text-align: center;
	text-shadow: 3px 3px 3px rgb(0 0 0 / 28%);
}
#city #keyvisual .text-box p{
	margin-left: 5px;
	color: #fff;
	font-size: min(4.6vw,1.6rem);
	font-family: 'Zen Old Mincho', serif;
	line-height: 1.4;
	margin-bottom: 1rem;
}
#city #keyvisual span.large{
	font-size: min(12.0vw,4.0rem);
}
#city #keyvisual span.large2{
	font-size: min(7.8vw,2.6rem);
}
#city #keyvisual span.gold{
	display: inline-block;
	background: linear-gradient(0deg, #D0A900 12%, #FFF9E6 52%, #D0A900 72%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

/*〇〇市（区）の骨董品・美術品買取は専門店の日晃堂へ
------------------------------------*/
.city-intro{
	min-height: 640px;
	box-sizing: border-box;
	margin-bottom: 30px;
	padding-top: 30px;
}
.city-intro__ttl{
	width: fit-content;
	margin: 0 auto 30px;
	color: #fff;
	font-size: min(6.2vw,2.1rem);
	line-height: 1.4;
	text-align: center;
}
.city-intro__ttl .large{
	font-size: min(11.8vw,3.6rem);
}
.city-intro__ttl .sp-large{
	font-size: min(9vw,3.0rem);
}
.city-intro__txt{
	width: fit-content;
	margin: 0 auto;
	padding: 0 10px;
	color: #fff;
	font-size: 1.5rem;
}
.city-intro__txt p{
	margin-bottom: 1.5em;
}
/*東大阪市
------------------------------------*/
#city.higashiosaka  .city-intro{
	background: linear-gradient(to bottom, rgba(4 3 3 / 1), rgba(4, 3, 3, 1), rgba(4, 3, 3, 0.9), rgba(4, 3, 3, 0.6), rgba(4, 3, 3, 0), rgba(4, 3, 3, 0)), no-repeat center bottom/max(100%,750px) url(https://nikkoudou-kottou.com/img/area/osaka/higashiosaka/city_img.webp);
}

/*大阪市中央区
------------------------------------*/
#city.chuoku  .city-intro{
	background:  linear-gradient(to bottom, rgba(4 3 3 / 1), rgba(4, 3, 3, 1), rgba(4, 3, 3, 0.9), rgba(4, 3, 3, 0.6), rgba(4, 3, 3, 0), rgba(4, 3, 3, 0)), no-repeat center bottom/max(100%,750px) url(https://nikkoudou-kottou.com/img/area/osaka/osakashi/chuoku/city_img.webp);
}

/*〇〇市（区）について
------------------------------------*/
.feature {
	background: #fff;
	padding: 30px 0;
	margin-bottom: 20px;
}

.feature-txt {
	background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
	background-size: 8px 100%, 100% 2em;
	line-height: 2em;
	margin: 0 10px;
}

@media screen and (min-width:767px) {
	.city-intro{
		padding-top: 50px;
	}
	.city-intro__ttl{
		font-size: 3.0rem;
	}
}
/* 2025.4.21テストカラー 
---------------------------*/
/* 変数指定 */
:root {
	--color-txt: #333;
	--color-primary-dark: #0A0425;
	--color-primary: #172E4C;
	--color-secondary: #41586D;
	--color-secondary-dark: #3F485F;
	--color-accent-light: #FFEABE;

	--color-neutral-lighter: #F1F2F3;
	--color-neutral-light: #ccc;
	--color-neutral-white: #fff;

	--color-button-transition: #2D507D;

	#gNav > ul > li {
		background-color: var(--color-primary-dark);
	}

	/* 地域追加 */
	h2.main-ttl01, h2.main-ttl02, h2.main-ttl04 {
		background-color: var(--color-primary);
	}
	#guide-menu ul li a {
		color: var(--color-primary);
	}
	#newestJisseki .newestJBox li .tag {
		background-color: var(--color-primary);
	}
	#newestJisseki .newestJBox li .ttl a {
		color: var(--color-secondary);
	}
	/* modal*/
	#header .overlay {
		background-color: var(--color-neutral-lighter);
	}
	.accordion-con .method ul li a {
		border: 2px solid var(--color-button-transition);
		color: var(--color-button-transition);
	}
	.referral-btn,
	.blog-btn {
		margin-bottom: 1rem;
	}
	.modal__mail__btn,
	.modal__line__btn {
		background-color: var(--color-button-transition);
	}
	/* 買取実績 */
	#result-report .result-report__link {
		.report-link__btn {
			background: var(--color-secondary);
		}
	}
	/* 電話訴求 */
	.contact-appeal__a-1, .contact-appeal__b-1{
		.contact-appeal__ttl-wrap {
			background-color: var(--color-primary);
		}
		.contact-appeal__reason-ttl-txt {
			background-color: var(--color-secondary);
		}
		.contact-appeal__sub {
			background-color: var(--color-secondary);
		}
	}
	.contact-appeal__a-2, .contact-appeal__b-2 {
		.contact-appeal__sub {
			background-color: var(--color-secondary);
		}
	}
	/* cta */
	.contact__ttl {
		background-color: var(--color-primary);
	}
	.contact__mailinner a {
		background-color: var(--color-button-transition);
	}
	/* voice */
	.voice-box {
		background-color: var(--color-primary) !important;
	}
	.voice__tag,
	.voice__tag::after {
		background: var(--color-button-transition);
	}
	.assess-midashi {
		color: var(--color-button-transition);
	}
	.assess-midashi span:before,
	.assess-midashi span:after {
		background: var(--color-button-transition);
	}
	/* 買取方法 */
	span.green {
		color: var(--color-secondary);
	}
	.price-flow__box--first {
		background-color: #597498;
	}
	.price-flow__box--second {
		background-color: #29466B;
	}
	.price-flow__box--third,
	.purchase-way {
		background-color: var(--color-primary);
	}
	.price-flow__list-ttl::after {
		background-color: var(--color-accent-light);
	}
	.purchase-way-txt__item {
		border-bottom: 3px solid var(--color-accent-light);
	}
	.purchase-way__box:after {
		background-color: var(--color-button-transition);
	}
	/* フッター */
	footer .company li a {
		color: var(--color-button-transition);
	}
	footer .company li:nth-child(1) {
		border-top: 1px solid var(--color-neutral-light);
	}
	footer .company li {
		border-bottom: 1px solid var(--color-neutral-light);
	}
	footer {
		background-color: var(--color-neutral-lighter);
		padding-bottom: clamp(90px, 24.5vw, 98px);;
	}
	footer .copyWrite {
		background-color: var(--color-primary-dark);
	}
}

/* 中部エリア改装分（後に全エリア対象？）
---------------------------*/
body#city.area-undercategory {
/*fv*/
#keyvisual {
	&::before {
	width: 100%!important;
	max-width: none!important;
	position: absolute;
	top: 0!important;
	left: 0!important;
	background: var(--mv-sp-bg) top / 400px auto no-repeat!important;
	}
	.text-box {
		.text {
			margin-bottom: 1.5rem!important;
		}
		.item .pcNon {
			letter-spacing: 1px;
		}
	}
}

/*fc*/
.city-content.city-intro {
	display: flex;
	flex-direction: column;
	justify-content: start;
	height: 500px;
	min-height: auto;
	padding: 30px 20px;
	background: 
	linear-gradient(to bottom, rgb(17, 17, 17) 40%, rgba(17, 17, 17, 0.1) 100%),
	var(--fc-bg)/*php側のbodyで定義。市用の画像を設定する場合phpでアドレス修正*/
	65% 100% / auto 100% 
	no-repeat;
	.city-intro__ttl {
		margin: 0 auto 20px auto;
		font-size: 21px;
		.large {
			font-size: 32px;
		}
	}
	.city-intro__txt {
		width: 100%;
		max-width: 630px;
		margin: 0 auto;
		padding: 0;
		p {
			margin-bottom: 1.5rem;
		}
	}
	p {
		margin-bottom: 0;
	}
}

/*店舗情報（他CSS(contents.css)の影響で崩れるため上書き）*/
	.area-shop-list {
		margin-top:60px;/*上がphpなのでこちらで余白を調整*/
		.inner .img {
			width: 100%;
			img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}
		}
		table , td, th {
			margin-left: 0;
		}
		td, th {
			padding: 0px;
			color: #333;
			font-size: 1em;
			border: 0;
		}
		td {
			padding-left: 10px;
			vertical-align: middle;
			text-align: left;
		}
	}

	/*他店で断られた商品*/
	.kitte-con{
		margin-bottom: 30px;
	}

	/*ゆかりのある作品（一部common_ver3引用）*/
	.relation {
		margin-bottom: 30px;
		.main-ttl02 {
			margin-bottom: 20px;
			span {
				padding-left: 28px;
			}
		}
		.relation-box {
			margin-bottom: 20px;
			&:last-of-type {
				margin-bottom: 0px;
			}
		}
	
		.relation-head {
			display: flex;
			align-items: center;
			height: 40px;
			position: relative;
			margin: 0px 0 10px;
			padding: 0px 0px 0px 35px;
			border-bottom: solid 1px #ACACAC;
			font-size: 18px;
			line-height: 1.05;
		}
		.relation-head::before,.relation-head::after {
			display: block;
			width: 10px;
			height: 10px;
			position: absolute;
			content: '';
		}
		.relation-head::before {
			top: 9px;
			left: 0;
			background: #ACACAC;
		}
		.relation-head::after {
			top: 19px;
			left: 10px;
			background: #8D8974;
		}
		.relation-wrap {
			margin: 0 20px;
			background-color: #fff;
		}
		.relation__txt {
			flex: 1;
			margin-left: 1px;
		}
		.relation__content {
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			gap: 18px;
			.relation__img {
				img {
					width: calc(200 / 375 * 100vw);
					max-width: none;
					object-fit: cover;
					filter: grayscale(0%) blur(0px);
					opacity: 1;
				}
			}
			.relation__img--big{
				img{
					aspect-ratio: 3 / 2;  
				}
			}
		}
	}
	/*common_sp_ver3を上書き*/
	&.kosen .item-list {
		padding: 0 0 20px;
	}
	/*初めてのお客様バナー*/
	.hazimete-banner {
		margin-bottom: 60px;
	}

	/*目次*/
	.toc{
		margin-bottom: 30px;
		padding: 20px 0;
		background: var(--color-neutral-lighter);
	}

	.toc__ttl{
		margin-bottom: 10px;
		font-family: var(--mincho-font);
		font-size: 24px;
		line-height: 1.3;
		text-align: center;
	}

	.toc__list{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px 20px;
	}

	.toc__item{
		flex: 0 0 calc(100% - 30px);
	}

	.toc__link{
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 5px 10px;
		border-bottom: solid 1px var(--color-txt);
		color: var(--color-txt);
		font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;;
		text-decoration: none;

		& .arrow{
			display: block;
			width: 13px;
			height: 13px;
			margin-top: 6px;
			border-right: solid 2px var(--color-txt);
			border-bottom: solid 2px var(--color-txt);
			transform: rotate(45deg);
			transform-origin: 50% 25%;
		}
	}

	/*--------------------------------------
	骨董品・美術品買取 対応エリア（地域ページ用）
	---------------------------------------*/
	.areaList{
		background: no-repeat min(92%,520px) 10px/min(68%,270px) var(--color-neutral-white);
	}
	.areaList__ttl{
		margin-bottom: 30px;
		font-size: 20px;
		text-align: center;
	}
	.areaList__top {
		width: calc(100% - 30px);
		margin: 0 auto 10px;
	}
	.region__list--all{
		width: calc(100% - 30px);
		max-width: 795px;
		margin: 0 auto;
	}
	.region__button--all{
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(100% - 10px);
		height: 42px;
		margin: 0 auto 10px auto;
		background-color: var(--color-secondary-dark);
	}
	.region__buttonText--all{
		width: 100%;
		position: relative;
		color: var(--color-neutral-white);
		font-family: var(--mincho-font);
		font-size: 18px;
		text-align: center;
	}
	.region__buttonText--all:before, .region__buttonText--all:after {
		display: block;
		width: 14px;
		height: 2px;
		background: var(--color-neutral-white);
		position: absolute;
		top: calc(50% - 1px);
		right: 25px;
		content: '';
	}
	.region__buttonText--all:before{
		transform: rotate(270deg);
		transition: 250ms transform;
	}
	.region__button--all.is-open .region__buttonText--all:before {
		transform: rotate(0deg);
		transition: 250ms transform;
	}

	.regionList_wrap{
		display: grid;
		overflow: hidden;
		grid-template-rows: 0fr;
		transition: 250ms grid-template-rows;
	}
	.regionList_wrap > *{
		overflow: hidden; 
		min-height: 0;
	}
	.regionList_wrap.is-open{
		grid-template-rows: 1fr;
	}


	@media screen and (min-width:599px) and (max-width:960px) {
		/*fv*/
		#keyvisual {
			&::before {
			background: var(--mv-sp-bg) top / calc(400px + 5vw) auto no-repeat!important;
			}
		}
		/*目次*/
		.toc{
			width: calc(100% - 30px);
			margin: 0 auto 30px;
		}
		.toc__list{
			margin-bottom: 20px;
		}
		.toc__item{
			flex: 0 0 calc(50% - 30px);
		}
	}

}