@charset "utf-8";
/*---------------------------------------

	共通

-------------------------------------- */
/* campaignバナー */

.campaign-shop {
	background: #fff;
	margin-bottom: 40px;
}

.campaign-shop .campaign-shopTxt {
	text-align: center;
	font-size: 1.4rem;
	padding: 4px 0;
}

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

	メインビジュアル

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

#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.7 );
    top: 50%;
	right: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 1.6rem;
	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: 2.2rem;
}

#chiiki #keyvisual .item {
    font-size: 4.5rem;
    text-align: center;
    padding: 0;
    font-weight: 500;
	line-height: normal;
    letter-spacing: 0.5rem;
	width: auto;
    display: inline-block;
    margin: 1rem 0 3rem 0;
}


#chiiki #keyvisual .item .big {
	font-size: 5.5rem;
}


#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 {
	background: #fff;
	padding: 30px 0;
	margin-bottom: 70px;
	position: relative;
	overflow: hidden;
}

.vendor .img-area {
	width: 40%;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}

.vendor .img-area img {
	-webkit-transform: translate(-50%, -36%);
	-ms-transform: translate(-50%, -36%);
	transform: translate(-50%, -36%);

}

.vendor h2 {
	display: inline-block;
	letter-spacing: 3px;
	background: var(--color-primary);
	border-bottom: none;
	color: #fff;
	font-weight: normal;
	font-size: 24px;
	padding: 18px 20px;
}

.vendor h2 span {
	background: none;
	padding-left: 0;
}

.vendor .vendor-in {
	width: 770px;
	padding: 30px;
	background: #fff;
	position: relative;
	z-index: 1;
}

.vendor .vendor-in p {
	margin-bottom: 10px;
	line-height: 28px;
}

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

	骨董買取をお考えなら2

-------------------------------------- */
/*レイアウト*/
.vendor2 {
	background-image: url("https://nikkoudou-kottou.com/img/kottou/osaka/vendor2.jpg");
	object-fit: cover;
	padding: 30px 0;
	margin-bottom: 70px;
	position: relative;
	overflow: hidden;
}

.vendor2 .img-area {
	width: 40%;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}

.vendor2 .img-area img {
	-webkit-transform: translate(-50%, -36%);
	-ms-transform: translate(-50%, -36%);
	transform: translate(-50%, -36%);

}

.vendor2 h2 {
	display: inline-block;
	letter-spacing: 3px;
	background: var(--color-primary);
	border-bottom: none;
	color: #fff;
	font-weight: normal;
	font-size: 24px;
	padding: 18px 20px
}

.vendor2 h2 span {
	background: none;
	padding-left: 0;
}

.vendor2 .vendor-in {
	/* width: 770px; */
	width: 770px;
	padding: 30px;
	background: rgb(0 0 0 / 50%);
	color: #FFF;
	position: relative;
	z-index: 1;
}

.vendor2 .vendor-in p {
	margin-bottom: 10px;
	line-height: 28px;
}

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

	骨董買取をお考えなら3

-------------------------------------- */
/*レイアウト*/
.vendor3 {
	background: #fff;
	padding: 0 0 30px 0;
	margin-bottom: 70px;
	position: relative;
	overflow: hidden;
}

.vendor3 .img-area {
	width: 100%;
}

.vendor3 .img-area img {
	width: 100%;
	height: 300px;
	object-fit:cover;

}

.vendor3 h2 {
	display: block;
	letter-spacing: 3px;
	/* background: var(--color-primary); */
	border-bottom: none;
	color: var(--color-primary);
	font-weight: bold;
	font-size: 24px;
	padding: 40px 20px 20px 20px;

	text-align: center;
	/* position: absolute; */

}

.vendor3 h2 span {
	background: none;
	padding-left: 0;
}

.vendor3 .vendor-in {
	padding: 0 30px;
	background: #fff;
	position: relative;
	z-index: 1;
}

.vendor3 .vendor-in p {
	margin-bottom: 10px;
	line-height: 28px;
}





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

	買取実績

-------------------------------------- */
/*共通*/
#newestJisseki {
	padding-top: 40px;
	background: #fff;
	padding-bottom: 20px;
}

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

/*メインタイトル*/
#newestJisseki .newest-noice h2 {
	width: 950px;
	margin: 0 auto 20px;
	border-bottom: none;
	color: #fff;
	background: var(--color-primary);
	padding: 20px 0;
	text-align: center;
	box-sizing: border-box;
}

#newestJisseki .newest-noice h2 span {
	background: none;
	padding: 0;
}

/*大枠*/
.newest-noice .voiceBox {
	width: 950px;
	margin: 0 auto 40px;
	background: url(https://nikkoudou-kottou.com/img/common/pt3.png);
}

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

/*サブタイトル*/
.newest-noice .voiceBox .voiceTtl {
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-size: 20px;
	width: 880px;
	margin: auto;
	padding: 20px 0 20px;
	color: var(--color-primary);
}

/*内枠*/
.newest-noice .voiceBox .voiceIn {
	width: 880px;
	margin: 0 auto 50px;
	display: flex;
}

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

.newest-noice .voiceBox .voiceIn .voiceTxt {
	width: 580px;
}

.newest-noice .voiceBox .voiceIn .voiceTxt .tag {
	display: inline-block;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	color: #fff;
	background: #928e74;
	padding: 6px 20px;
	margin-bottom: 10px;
}

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

.newest-noice .voiceBox .voiceIn .voiceTxt p {
	width: 520px;
	margin: 0 auto 10px;
	font-size: 15px;
}

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

.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;
}

/*買取実績リスト
-----------------------------------------*/
/*タイトル*/
#newestJisseki h2 {
	width: 930px;
	margin: 0 auto;
	text-align: center;
	background: #cdc6be;
	color: #432f2c;
	font-weight: bold;
	font-size: 20px;
	padding: 10px 0;
	margin-bottom: 20px;
	border-bottom: none;
}

#newestJisseki h2 span {
	background: none;
}


#newestJisseki .newestJTxt {
	font-size: 14px;
	text-align: center;
	color: #85252e;

	border: 1px solid #85252e;
	width: 760px;
	padding: 20px;
	margin: 0 auto 20px;
}

/*レイアウトr*/
#newestJisseki .newestJBox {
	width: 900px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}

#chiiki #newestJisseki .newestJBox li {
	width: 280px;
	/* margin: 0 30px 30px 0; */
}

#newestJisseki .newestJBox li:nth-child(3n) {
	margin-right: 0;
}

/*タグ*/
#newestJisseki .newestJBox li .tag {
	background: var(--color-primary);
	color: #fff;
	text-align: center;
	font-size: 13px;
	margin-bottom: 10px;
}

/*テキスト*/
#newestJisseki .newestJBox li .txt .ttl {
	color: var(--color-secondary);
}

#newestJisseki .newestJBox li .txt .ttl a{
	color: inherit;
	text-decoration: none;
}

#newestJisseki .newestJBox li .txt p {
	font-size: 14px;
}

/*価格*/
#newestJisseki .newestJBox li .price .small::after {
	content: "：";
}

#newestJisseki .newestJBox li .price .red {
	font-size: 18px;
	font-weight: bold;
	color: #85252e;
}



/*お客様の声+査定員の声
-----------------------------------------*/
.chiiki-voice {
	background: #fff;
	padding: 30px 0;
	margin-bottom: 40px;
}

.chiiki-voice .chiiki-voice-wrap {
	width: 950px;
	margin: 0 auto 40px;
	background: url(https://nikkoudou-kottou.com/img/common/pt3.png);
}

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

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

/*お客様の声1*/
.chiiki-voice-box {
	width: 900px;
	margin: 0 auto 30px;
}

.chiiki-voice-box .voice-box-in {
	width: 584px;
	margin-left: 290px;
	padding: 38px 0 20px;
}

.chiiki-voice-box .voice-box-in .ttl {
	border-bottom: 2px solid var(--color-primary);
	margin-bottom: 20px;
	padding-bottom: 8px;
}

.chiiki-voice-box .voice-box-in .ttl .bule {
	color: var(--color-primary);
	display: block;
}

.chiiki-voice-box .voice-box-in .ttl .chiki-voice-cate {
	display: block;
	font-weight: normal;
}

.chiiki-voice-box .voice-box-in .txt {
	line-height: 32px;
}

.chiiki-voice-box .voice-box-in .area {
	padding: 10px 10px 0 0;
	text-align: right;
}

.chiiki-voice-box .voice-box-in .category_tag {
	padding: 2px 10px 0 0;
	text-align: right;
}

.chiiki-voice-box .voice-box-in .category_tag a {
	color: #4C5161;
}

.chiiki-voice-box .voice-box-in .category_tag a:active {
	color: #75869A;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



/*お客様の声2*/
.chiiki-voice-in {
	width: 900px;
	margin: 0 auto 30px;
}

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

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

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

.chiiki-voice .assess p {
	width: 670px;
	padding-left: 240px;
}

.chiiki-voice .assess .assessImg {
	position: absolute;
	bottom: 0;
}



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

	食器へのリンク

-------------------------------------- */
.table-toplink {
	margin-bottom: 60px;
}

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





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

お客様の声(臨時)

----------------------------------*/
#userVoiceCon {
	padding: 30px 0;
	background: #fff;
	margin-bottom: 60px;
}

#userVoiceCon .userVCTtl {
	text-align: center;
	width: 900px;
	margin: 0 auto 20px;
	border-bottom: 1px solid #4C5161;
}

#userVoiceCon .userVCTtl span {
	display: block;
	border-bottom: 2px solid #4C5161;
	padding-bottom: 4px;
	margin-bottom: 3px;
	font-size: 22px;
	color: #4C5161;
	font-weight: bold;
}

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

#userVoiceCon ul {
	width: 910px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}

#userVoiceCon ul li {
	width: 280px;
	height: 252px;
	margin: 0 34px 30px 0;
	box-sizing: border-box;
	padding: 20px;
}

/*マージン打消し*/
#userVoiceCon ul li:nth-child(4),
#userVoiceCon ul li:nth-child(5),
#userVoiceCon ul li:nth-child(6) {
	margin-bottom: 0;
}

#userVoiceCon ul li:nth-child(3n) {
	margin-right: 0;
}

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

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

#userVoiceCon ul li .txt {
	font-size: 15px;
	margin-bottom: 30px;
	line-height: 30px;
}

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













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

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

-------------------------------------- */
#request {
	background: #fff;
	padding: 40px 0 30px;
}

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

#request .request-ttl h2 {
	border-bottom: none;
	font-family: none;
	font-size: 24px;
}

#request .request-ttl p {
	font-size: 13px;
	margin-bottom: 6px;
}


/*レイアウト*/
#request ul {
	width: 900px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}

#request ul li {
	width: 440px;
	border: 2px solid #dfdfdf;
	padding: 20px 0;
	margin-bottom: 20px;
	box-sizing: border-box;
}

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

#request ul li:nth-child(odd) {
	margin-right: 20px;
}

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

#request .requestBox .txt {
	background: url(https://nikkoudou-kottou.com/img/top/arikata_img05.png) no-repeat, #e4e3d8;
	background-position: center 0;
	background-size: 80px;
	width: 920px;
	margin: 0 auto 20px;
	padding: 36px 0 20px;
	text-align: center;
}

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

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

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

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

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



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

	骨董品ってどんなもの？

-------------------------------------- */
.itemList h2 {
	text-align: center;
	font-size: 24px;
	color: #4C5161;
	font-weight: normal;
	border-bottom: 1px solid #4C5161;
	margin-bottom: 20px;
	padding-bottom: 4px;
}

.itemList .itemBox {
	width: 900px;
    margin: 0 auto;
    letter-spacing: -.4em;
}
.itemList .text {
	width: 900px;
	margin: 0 auto 20px;
}

.itemList .item-wrapper {
	width: 210px;
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: top;
    margin: 0 7.5px;
    letter-spacing: normal;
}

.item-wrapper .item-link {
	display: block;
	padding-bottom: 10px;
}



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

	このような骨董品の処分にお困りではありませんか？

-------------------------------------- */
#troubled {
	padding: 30px 0;
	background: #fff;
	margin-bottom: 40px;
}

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

#troubled .troubled-ttl h2 {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 0;
	border-bottom: none;
	font-family: none;
}

#troubled .troubled-ttl p {
	font-size: 14px;
	padding-top: 8px;
}


/*レイアウト*/
#troubled ul {
	width: 836px;
	margin: auto;
	display: flex;
	margin-bottom: 60px;
}

#troubled ul li {
	width: 164px;
	text-align: center;
	margin-right: 60px;
}

#troubled ul li:last-child {
	margin-right: none;
}

#troubled ul li p {
	color: var(--color-primary);
	font-weight: bold;
}

/*テキスト*/
#troubled .textBox {
	background: url(https://nikkoudou-kottou.com/img/common/pt3.png);
	width: 850px;
	margin: 0 auto 20px;
	padding: 30px 20px;
}

#troubled .textBox .ttl {
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
	color: var(--color-primary);
}

#troubled .textBox p {
	line-height: 30px;
}

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




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

エリア

---------------------------------------*/
.cities {
	margin: 0 40px 60;
	background: #fff;
	padding: 40px 30px 60px;
}

.cities .chiikiLBox .ttl {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	font-size: 2rem;

}

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

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

.cities .chiikiLBox {
	background: url(https://nikkoudou-kottou.com/img/common/pt3.png);
	width: 940px;
	margin: auto;
	padding: 40px;
	border: 1px solid #a6a6a6;
	box-sizing: border-box;
}

.cities .textBox {
	font-size: 14px;
	padding: 0 20px;
	line-height: 28px;
}

.cities .chiikiLBox .inner {
	margin-bottom: 20px;
}

.cities h3 {
	color: #4C5161;
	font-weight: normal;
	margin-top: 10px;
	padding: 0 20px;
}

.cities h3::before {
	content: "■";
}

.cities .textBox {
	font-size: 14px;
	padding: 0 20px;
}




/*店舗案内
--------------------------------------------------*/
/*タイトル*/
.areashop-title {
	width: 920px;
	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: 24px;
	border-bottom: 1px solid #1c2f4a;
	margin-bottom: 2px;
	padding-bottom: 6px;
}

/*地図*/
#summarySMap {
	width: 860px;
	margin: 0 auto 30px;
}


.area-shop-list {
	background: #fff;
	margin-bottom: 40px;
	padding: 30px 0;
}

/*レイアウト*/
.area-shop-list ul {
	width: 860px;
	margin: auto;
}

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

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

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

/*インナー*/
.area-shop-list ul li .inner {
	display: flex;
	margin: auto;
}

.area-shop-list ul li .inner .img {
	margin-right: 30px;
}

.area-shop-list ul li .inner .img img {
	width: 330px;
	height: 194px;
	object-fit: cover;
}


/*テーブル*/
.area-shop-list ul li table {
	margin-bottom: 10px;
}

.area-shop-list ul li table tr {
	border-bottom: 4px solid #fff;
}

.area-shop-list ul li table tr th {
	text-align: center;
	height: 30px;
	line-height: 30px;
	background: url(https://nikkoudou-kottou.com/img/common/pt3.png);
	width: 100px;
	font-weight: normal;
	color: #4C5060;
	vertical-align: middle;
}

.area-shop-list ul li table tr td {
	width: 400px;
	font-size: 15px;
	padding-left: 10px;
	box-sizing: border-box;
}

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




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

	出張買取が好評です

----------------------------------------*/
.popularity {
	background: #fff;
	padding: 30px 0;
	margin-bottom: 40px;
	margin-top: -40px;
}

/*タイトル*/
.popularity .popularityTtl {
	text-align: center;
	width: 930px;
	margin: 0 auto 20px;
	border-bottom: 1px solid #3a4768;
}

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

.popularity span {
	background: none;
	color: #88431d;
	font-size: 32px;
	padding: 0;
	border: none;
}

.popularity h2 br {
	display: none;
}

.popularity .popularityTxt {
	width: 800px;
	margin: 0 auto 10px;
}

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

/*ボックス*/
.popularity ul {
	width: 930px;
	margin: 0 auto 20px;
}

.popularity ul li {
	height: 350px;
	padding: 20px 10px;
	background: #cedae6;
	border-radius: 6px;
	width: 290px;
	margin-right: 30px;
	float: left;
	box-sizing: border-box;
}

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

.popularity ul li .innerTtl {
	font-size: 18px;
	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: 22px;
	margin-bottom: 10px;
	text-align: center;
}

.popularity ul li p {
	height: 120px;
	border-radius: 6px;
	background: #f1f4f8;
	margin-top: 140px;
	padding: 10px 10px 0;
}


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

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

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


/*出張ページ案内*/
.popularity .btnBox {
	width: 860px;
	margin: 0 auto 20px;
}

.popularity .btnTxt {
	width: 390px;
}

.popularity .btnTxt p {
	background: url(https://nikkoudou-kottou.com/img/kottou/popularity_icon4.png) no-repeat;
	padding-left: 50px;
	margin-right: 30px;
	float: left;
}

.popularity .btn {
	border-radius: 6px;
	width: 440px;
	float: left;
	background: url(https://nikkoudou-kottou.com/img/common/arrow.png) no-repeat 94% center, #596281;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.popularity .btn a {
	display: block;
	color: #fff;
	text-decoration: none;
}

/*店頭ページ案内*/
.popularity .shop {
	text-align: center;
	width: 720px;
	margin: 0 auto;
	border: 1px solid #3a4768;
	padding: 10px;
}

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

.popularity .shop span {
	font-size: 16px;
	color: #c34c4c;
	font-weight: bold;
}



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

	所縁ある骨董品

-------------------------------------- */
.relation {
	background: #fff;
	padding: 30px 0;
	margin-bottom: 40px;
}

.relation .relation-wrap {
	position: relative;
	background: #e4e3d8;
	margin: 0 20px 20px;
}

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

.relation .relation-wrap .ttl {
	color: #58564f;
	font-size: 20px;
	font-weight: bold;
	padding: 30px 0 4px 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #928e74;
}

/*テキストコンテンツレイアウト*/
.relation .relation-wrap .img {
	position: absolute;
	top: 66px;
	right: 10px;
	background: #253156;
	width: 308px;
	height: 342px;
}

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

.relation .relation-wrap .txt {
	background: #fff;
	margin: 0 20px;
	padding: 0 20px;
}

/*上段テキストレイアウト調整*/
.relation .relation-wrap .txt .txt-in {
	width: 570px;
}

.relation .relation-wrap .txt.t-top {
	padding-top: 20px;
}

.relation .relation-wrap .txt.t-bottom {
	padding-bottom: 20px;
}

.relation .relation-wrap .txt p {
	padding: 10px 0;
}

.relation .relation-wrap .txt p:last-child {
	margin-bottom: 0;
	/*打消し*/
}

/*下段テキストレイアウト調整*/
.relation .relation-wrap .txt.txtb {
	margin: 10px 20px 30px;
	padding: 20px;
}

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

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

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

.relation .relation-wrap .relation-btn a:hover {
	background: url(https://nikkoudou-kottou.com/img/kottou/common/relation_arrow.png) 94% center no-repeat, rgba(255, 255, 255, 0.3);
}






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

    登録証

------------------------------------*/
#chiiki .registration {
	margin-bottom: 30px;
	background: #fff;
	padding: 30px 0;
}

#chiiki .registration .red {
	font-weight: bold;
	color: #990035;
}

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

#chiiki .registration .RtextBox p {
	width: 900px;
	margin: 0 auto 10px;
}

#chiiki .registration .switching {
	width: 912px;
	margin: 0 auto;
}

/*切り替えボタン*/
#chiiki .registration .switching li {
	background: #666;
	border-radius: 6px;
	width: 66px;
	height: 66px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	float: left;
	margin: 0 28px 20px 0;
}

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

#chiiki .registration .switching li.change:hover {
	opacity: .8;
}

#chiiki .registration .switching li:last-child {
	margin-right: 0;
}

/*テーブル*/
#chiiki .registration .policeList {
	width: 880px;
	margin: 0 auto 20px;
	border-left: 1px solid #ccc;
}

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

#chiiki .registration .policeList li:hover {
	opacity: .8;
}

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



#chiiki .registration .listDetail {
	width: 928px;
	margin: 0 auto 40px;
}

#chiiki .registration .listDetail:last-child {
	margin-bottom: 20px;
}

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

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

#chiiki .registration .listDetail .ttl {
	width: 100px;
	text-align: center;
	background: #959595;
	color: #fff;
	line-height: 50px;
}

#chiiki .registration .listDetail .detailIn {
	width: 364px;
	padding-left: 20px;
}

/*フォントサイズ調整用*/
#chiiki .registration .listDetail .detailIn.adjustment {
	padding-top: 4px;
	font-size: 14px;
}

#chiiki .registration .listDetail .detailIn.tel {
	line-height: 50px;
}

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


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

    再発行詳細

------------------------------------*/
#chiiki .registration .reissueDetail {
	width: 928px;
	margin: 0 auto 40px;
}

#chiiki .registration .reissueDetail:last-child {
	margin-bottom: 20px;
}

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

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

#chiiki .registration .reissueDetail .ttl {
	width: 100px;
	text-align: center;
	background: #959595;
	color: #fff;
	line-height: 50px;
}

#chiiki .registration .reissueDetail .detailIn {
	width: 364px;
	padding-left: 20px;
}

#chiiki .registration .reissueDetail .detailIn.tel {
	line-height: 50px;
}


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

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

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

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

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

.area-kotto-img {
	width: 300px;
	height: 150px;
	margin: 0 2%;
	display: inline-block;
	background: #FDAB75;
	transform: skewX(-0.08turn);
	overflow: hidden;
}

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

.area-kotto .area-kotto-txt {
	padding: 0 50px 30px;
}

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

/*errorページ
------------------------------------*/
#container .errorMs {
	background: #fff;
	width: 700px;
	margin: 20px auto 60px;
	text-align: center;
	padding: 30px 0;
	border: 3px solid #253156;
}

#container .errorMs p {
	font-size: 18px;
}

#container .backFBtn {
	width: 300px;
	margin: 0 auto;
}


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

    市区ページ　city style

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

/*  メインビジュアル
------------------------------------*/
#city *{
	box-sizing: border-box;
}
#city #keyvisual {
	width: 1200px;
	height: 420px;
	position: relative;
	padding: 80px 0 0 95px;
	overflow: hidden;
	background: no-repeat center/cover url(https://nikkoudou-kottou.com/img/area/common/city_topimg_bg.webp);
}
#city #keyvisual::before{
	content: '';
	display: block;
	width: 34.0rem;
	height: max-content;
	aspect-ratio: 3 / 2;
	position: absolute;
	right: 27.4rem;
	top: 13rem;
	background: no-repeat center / contain url(https://nikkoudou-kottou.com/img/area/common/city_topimg_bg5.webp);
}
#city #keyvisual::after{
	content: '';
	display: inline-block;
	width: 28.8rem;
	height: auto;
	position: absolute;
	top: 0;
	right: 7.0rem;
	bottom: -11.5rem;
	background: no-repeat center/contain url(https://nikkoudou-kottou.com/img/area/common/topimg_bg4.webp);
}
#city #keyvisual .text-box h1{
	margin-bottom: 1rem;
	color: #fff;
	font-size: 3.0rem;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	line-height: 1.55;
	letter-spacing: .1rem;
	text-shadow: 3px 3px 3px rgb(0 0 0 / 28%);
}
#city #keyvisual .text-box p{
	margin-left: 5px;
	color: #fff;
	font-size: 2.0rem;
	font-family: 'Zen Old Mincho', serif;
	line-height: 1.4;
	text-shadow: 3px 3px 3px rgb(0 0 0 / 28%);
}
#city #keyvisual span.large{
	font-size: 6.2rem;
}
#city #keyvisual span.large2{
	font-size: 3.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{
	height: 600px;
	box-sizing: border-box;
	margin-bottom: 40px;
	padding-top: 60px;
}
.city-intro__ttl{
	width: fit-content;
	margin: 0 auto 30px;
	color: #fff;
	font-size: 3.2rem;
}
.city-intro__ttl .large{
	font-size: 3.6rem;
}
.city-intro__txt{
	width: 764px;
	margin: 0 auto;
	color: #fff;
}
.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, 0.8), rgba(4, 3, 3, 0.1), rgba(4, 3, 3, 0)), no-repeat center bottom/cover 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, 0.8), rgba(4, 3, 3, 0.1), rgba(4, 3, 3, 0)),no-repeat center bottom/cover url(https://nikkoudou-kottou.com/img/area/osaka/osakashi/chuoku/city_img.webp), #040303;
}

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

.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 50px;
	padding: 0 1em 0.2em 1em;
}


/* 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 {
		background-color: var(--color-primary-dark);
	}
	/* 地域追加 */
	h2.main-ttl02::before {
		background: none;
	}
	#guide-menu ul li a {
		font-variant: var(--color-primary);
	}
	/* タイトル */
	#side .sideTtl span {
		color: var(--color-primary);
		border-left: 10px solid var(--color-primary);
		border-bottom: 2px solid var(--color-primary);
	}
	/* フォームリンク */
	#side .formBtn .request,
	#side .formBtn .web,
	#side .lineSatei .lineSateiBtn{
		background-color: var(--color-button-transition);
	}
	/* 買取方法 */
	#side .kaitori3way ul li {
		margin-bottom: 4px;
	}
	.kaitori3way a {
		border: 1px solid var(--color-neutral-light);
	}
	.kaitori3way a:before {
		display: none;
	}
	.side-threeway__txt {
		color: var(--color-button-transition);
	}
	/* 買取品目 */
	#side .productBox ul li {
		background-color: var(--color-neutral-lighter);
	}
	/* 地域 */
	#side .side_areaList .areaBox {
		background: var(--color-neutral-lighter);
	}
	#side .side_areaList .areaBox .region ul li a {
		color: var(--color-button-transition);
	}
	/* 買取実績 */
	#result-report .result-report__link {
		.report-link__btn {
			background: var(--color-secondary);
		}
	}
	/* cta */
	.contact__ttl {
		background-color: var(--color-primary);
	}
	.contact__mailinner a {
		background-color: var(--color-button-transition);
	}
	/* voice */
	#voice.voice-box {
		background-color: var(--color-primary) !important;
	}
	.voice__tag,
	.voice__tag::after {
		background: var(--color-button-transition);
	}
	.assess-midashi {
		border-bottom: solid 2px var(--color-button-transition);
		color: var(--color-button-transition);
	}
	/* 買取方法 */
	span.green {
		color: var(--color-secondary);
	}
	.price-flow__box--first .price-flow__list-number {
		border-color: #597498;
		color: #597498;
	}
	.price-flow__box--first {
		background-color: #597498;
	}
	.price-flow__box--second .price-flow__list-number {
		border-color: #29466B;
		color: #29466B;
	}
	.price-flow__box--second {
		background-color: #29466B;
	}
	.price-flow__box--third .price-flow__list-number {
		border-color: var(--color-primary);
		color: var(--color-primary);
	}
	.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);
	}
	.price-flow__list ol li:first-child::after {
		background: no-repeat center / contain url(https://nikkoudou-kottou.com/img/common/flow_right-arrow_a2.webp);
	}
	.price-flow__list ol li:nth-child(2)::after {
        background: no-repeat center / contain url(https://nikkoudou-kottou.com/img/common/flow_right-arrow_b2.webp);
    }
	/* フッター */
	footer {
		background-color: var(--color-neutral-lighter);
	}
	.footer__nav-sitemap a {
		color: var(--color-secondary-dark);
	}
	.footer__purchase-way {
		background-color: var(--color-primary);
		box-shadow: none;
	}
	.footer__purchase-way-txt {
		border-bottom: 2px solid var(--color-accent-light);
	}
	footer .copyWrite {
		background-color: var(--color-primary-dark);
	}
	#footer-banner .frame {
		border: solid 2px var(--color-primary);
	}
	#footer-banner .close-btn {
		border-top: solid 2px var(--color-primary);
		background: var(--color-primary);
	}
	#footer-banner .frame .mail-box .button-area a,
	#footer-banner .frame .line-box .button-area a {
		background: var(--color-button-transition);
	}
	.footer__purchase-way-btn {
		color: var(--color-button-transition);
	}
	.footer__purchase-way-btn--left {
		background: no-repeat center 43px / 56px url(https://nikkoudou-kottou.com/img/common/treeway_img02_v4.webp) #fff;
	}
	.footer__purchase-way-btn--center {
		background: no-repeat center 40px / 43px url(https://nikkoudou-kottou.com/img/common/treeway_img01_v4.webp) #fff;
	}
	.footer__purchase-way-btn--right {
		background: no-repeat center 40px / 43px url(https://nikkoudou-kottou.com/img/common/treeway_img03_v4.webp) #fff;
	}
}

/* 中部エリア改装分（後に全エリア対象？）
---------------------------*/
body#city.area-undercategory {
	/*mv*/
	#keyvisual {
		.text-box {
			.item {
				margin-bottom: 45px;
				.spNon {
					font-size: 40px;
				}
				.large {
					font-size: 50px;
				}
			}
			.text {
				font-size: 30px;
			}
		}
		&::before {
			width: 550px;
			height: 420px;
			aspect-ratio: auto;
			position: absolute;
			right: 0;
			top: 0;
			background: no-repeat center / contain var(--mv-pc-bg);
		}
	}
	/*fc*/
	.city-content.city-intro {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 310px;
		padding-top: 0;
		background: 
		linear-gradient(to right, rgb(17, 17, 17) 45%, transparent 100%),
		var(--fc-bg)/*php側のbodyで定義。市用の画像を設定する場合phpでアドレス修正*/
		right center / auto 100% 
		no-repeat;
		.city-intro__ttl {
			margin: 0 0 30px 30px;
			font-size: 24px;
			.large {
				font-size: 24px;
			}
		}
		.city-intro__txt {
			margin: 0 0 0 30px;
			width: 530px;
		}
		p {
			margin-bottom: 0;
		}
	}

	/*買取実績*/
	#newestJisseki.area-jisseki{
		padding: 0;
			#result-report {
				margin: 0;
			}
		h2 {
			background-color: transparent;
			font-size: 28px;
			color: #fff;
		}
	}
	/*店舗情報（他CSS(contents.css)の影響で崩れるため上書き）*/
	.area-shop-list {
		.inner .img {
			width: 330px;
			img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}
		}
		table , td, th {
			margin-left: 0;
		}
		td, th {
			padding: 0px;
			font-size: 1em;
			border: 0;
		}
		td {
			padding-left: 10px;
			vertical-align: middle;
			text-align: left;
		}
	}

	/*買取エリア（町村郡がない場合）*/
	.cities .chiikiLBox .inner.no-township {
		margin-bottom: 0px;
	}

	/*ゆかりのある作品（一部common_ver3引用）*/
	.relation {
		.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 44px;
			border-bottom: solid 1px #ACACAC;
			font-size: 2.0rem;
			line-height: 1.05;
		}
		.relation-head::before,.relation-head::after {
			display: block;
			width: 12px;
			height: 12px;
			position: absolute;
			content: '';
		}
		.relation-head::before {
			top: 8px;
			left: 0;
			background: #ACACAC;
		}
		.relation-head::after {
			top: 20px;
			left: 12px;
			background: #8D8974;
		}
		.relation-wrap {
			margin: 0 30px;
			background-color: #fff;
		}
		.relation__txt {
			flex: 1;
			margin-left: 1px;
		}
		.relation__content {
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			gap: 18px;
			.relation__img {
				flex: 0 0 200px;
				height: 134px;
				img {
					width: 100%;
					height: 100%;
					object-fit: cover;
					filter: grayscale(0%) blur(0px);
					opacity: 1;
				}
			}
			.relation__img--big{
				height: 180px;
			}
		}
	}
	/*買取方法*/
	.purchase-way {	/*common_ver3.css上書き*/
		margin-bottom: 40px;
	}
	/*初めてのお客様バナー*/
	.hazimete-banner {
		margin-bottom: 40px;
	}

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

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

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

	.toc__item{
		flex: 0 0 400px;
	}

	.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;

		&:hover{
			filter: brightness(2);
		}

		& .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 550px 30px / 284px var(--color-neutral-white);
	}
	.areaList__ttl{
		margin-bottom: 30px;
		font-size: 24px;
		text-align: center;
	}

	.areaList__top {
		width: 795px;
		margin: 0 auto 10px;
	}

	.region__button--all{
		width: 850px;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 42px;
		margin: 0 auto 15px auto;
		cursor: pointer;
		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: 75px;
		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;
	}
}
