@charset "UTF-8";
/*
CSS Document
Version: 6.3
Last Update: 2022-11-11
Author: nagaoka design office
*/
/* ====================================

    ROLEX

==================================== */
/* for SmartPhone
_____________________________________*/
body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5em;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    min-width: 320px;
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    /* background: #f2e9d6; */
    background-color: white;
}
table {
    font-size: inherit;
    font: 100%;
}
a {
    text-decoration: none;
}
a:hover {
    opacity: 0.8;
}
h1, h2 {
    font-weight: 700;
}
h3, h4 {
    font-weight: 700;
}
h5, h6 {
    font-weight: 400;
}
ul, ol {
    list-style: none;
}
input {
    vertical-align: middle
}
.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
p {
    line-height: 1.5em;
    padding-bottom: 0.5em;
}
p > span {
    display: inline-block;
    white-space: nowrap;
}
.p05 {
    padding: 5px;
}
.p10 {
    padding: 10px;
}
.p20 {
    padding: 20px;
}
.p30 {
    padding: 30px;
}
#wrapper img {
    width: 100%;
}
img.full {
    width: 100%;
    height: auto;
}
img.sp-full {
    width: 100%;
    height: auto;
}
img.half {
    width: 50%;
    height: auto;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.sp-only {
    display: block;
}
.pc-only {
    display: none;
}
/* for PC
_____________________________________*/
@media print, screen and (min-width: 768px) {
    body {
        min-width: 100%;
    }
    img.sp-full {
        width: auto;
    }
    .sp-only {
        display: none;
    }
    .pc-only {
        display: block;
    }
}
/* End for PC */
/* ====================================

    Layout

==================================== */
/* for SmartPhone 
_____________________________________*/
header {
    position: relative;
    width: 100%;
    /*max-width: 1000px;*/
    height: 50px;
    /* background: #f2e9d6; */
    background-color: white;
    margin: 0 auto;
}
main {
    width: 100%;
    /*max-width: 1000px;*/
    margin: 0 auto;
    background-color: #030202;
}
h1#Pagetitle {
    width: 150px;
    height: 50px;
    margin: 0 0 0 0;
    overflow: hidden;
}
h1#Pagetitle a {
    display: block;
    width: 150px;
    height: 0;
    padding: 50px 0 0 0;
    text-indent: -99999px;
    background: url("../images/logo-kanteikyoku.png") center center no-repeat;
    background-size: auto 40px;
}
#ShopName {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 1em;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    line-height: 50px;
}
#ShopName a {
    color: #222;
}
#ShopName span {
	position: relative;
	display: inline-block;
	top: -13px;
	right: -3px;
	transform: rotate(-10deg);
	font-size: 50%;
	color: #c00;
}
/* for PC
_____________________________________*/
@media print, screen and (min-width: 768px) {
    body {}
    h1#PageTitle {
        position: relative;
        width: 100%;
        height: auto;
    }
	#ShopName {
		
	}
}
/* End for PC */
/* ====================================

    Contents

==================================== */
/* for SmartPhone
_____________________________________*/
/* Main */
#wrapper {
    position: relative;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    overflow: hidden;
}
section {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.fullwidth {
    /* original value for website */
    width: 100%;
}
.contentwidth {
    /* original value for website */
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    padding: 0 0 20px;
}
#Breadcrumb {
    display: none;
}
#SendaiOroshimachi {
    padding: 0 0 120px;
    background-color: #006934;
    background-image: url("../images/oroshimachi-bg-sp.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    #SendaiOroshimachi {
        background-image: url("../images/oroshimachi-bg-sp@2x.jpg");
        background-size: 100% auto;
    }
}
section h3 {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 16px auto 16px;
    line-height: 1.6em;
    text-align: center;
    /* color: #222; */
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    background-color: whitesmoke;
}
section h3 > span {
    display: inline-block;
    white-space: nowrap;
}
section h4 {
    height: auto;
    margin: 2em auto 0.5em;
    line-height: 1.4em;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}
section p {
    height: auto;
    margin: 0 auto 0.5em;
    line-height: 1.75em;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}
/* 外部リンク */
.external-link {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
}
.external-link a {
    display: block;
    padding: 0.5em 1em;
    color: white;
    font-size: 15px;
    line-height: 1.5em;
    text-align: center;
    background: #222;
    border-radius: 6px;
}
.external-link a::after {
    content: "\f360";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: white;
    margin-left: 0.5em;
}
/* 注釈 */
.notice {
    margin: 20px auto;
    text-align: justify;
    line-height: 1.5em;
    font-size: 90%;
    padding: 1em;
    border: 1px solid rgba(0, 0, 0, .5);
}
/* Image */
.content-image {
    width: 100%;
    margin: 16px auto;
}
.content-image-small {
    width: 100%;
    margin: 16px auto;
}
.content-image img {
    width: 100%;
    margin: 16px auto 0;
}
.content-image img:first-of-type {
    margin: 0 auto 0;
}
.cap-on-layer {
    position: relative;
}
.cap-on-note {
    position: absolute;
    display: inline-block;
    bottom: 0px;
    left: 0px;
    padding: 4px 6px;
    font-size: 13px;
    line-height: 1.25em;
    text-align: justify;
    color: #fff;
    background: rgba(0, 0, 0, .6);
}
/* 買取価格表 */
#PurchasePrice {}
#PurchasePriceTable > caption {
    width: 100%;
    margin: 10px auto 0;
    background-color: #e40000;
    color: white;
    text-align: center;
    font-weight: 700;
    padding: 0.2em 0;
}
#PurchasePriceTable {
    table-layout: auto;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1px;
    color: #222;
}
#PurchasePriceTable thead th {
    color: #222;
    background-color: rgba(180, 180, 180, 0.9);
}
#PurchasePriceTable tbody th {
    padding: 8px 0 8px 10px;
	font-size: 14px;
	line-height: 1.25em;
    color: #222;
    font-weight: 400;
	text-align: left;
    background-color: rgba(255, 255, 255, 0.9);
}
#PurchasePriceTable tbody th > span, #PurchasePriceTable tbody td > span {
	display: inline-block;
    white-space: nowrap;
}
#PurchasePriceTable tbody td {
    padding: 8px 10px 8px 0;
	font-size: 15px;
    color: #e40000;
    font-weight: 700;
    text-align: right;
    background-color: rgba(255, 255, 255, 0.9);
}
#PurchasePrice p.note {
    margin: 0.2em 0;
    font-size: 13px;
    line-height: 1.3em;
    color: #ccc;
}
#PurchasePrice p.note > i {
    color: #e40000;
}
/* 壊れた時計 */
#Broken {
	border-top: 1px solid #222;
	background-color: #000000;
}
#BrokenBox {
    position: relative;
    padding: 300px 0 0 0;
    background: url("../images/broken-bg-sp.jpg?ver=2") 0 0 no-repeat;
    background-size: 100% auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    #BrokenBox {
        background: url("../images/broken-bg-sp@2x.jpg?ver=2") 0 0 no-repeat;
        background-size: 100% auto;
    }
}
#MarkNattoku {
    position: absolute;
    top: 100px;
    right: 10%;
    width: 40%;
    height: auto;
}
#BrokenPhoto {
	margin: 0 auto 20px;
    display: flex;
	justify-content: center;
}
#BrokenPhoto > div {
    width: 120px;
    height: 120px;
	margin: 0 2%;
}
#BrokenCopy {
	margin: 20px auto 0;
	width: 90%;
	height: auto;
}
#Broken img {
    width: 100%;
    height: auto;
}
/* 安心査定 */
#AnshinSatei {
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
}
#AnshinSatei > div {
    display: block;
    width: 48%;
}
#AnshinSatei h5 {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0;
    line-height: 1.3em;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
}
#AnshinSatei h5 > span {
    display: inline-block;
    white-space: nowrap;
}
/* ガイド */
#Guide {
    margin: 10px auto;
}
.guide {
    color: white;
    line-height: 30px;
    padding-left: 34px;
    background-repeat: no-repeat;
    background-position: left bottom;
}
#Subway {
    background-image: url("../images/icon-subway@2x.png");
    background-size: 30px 30px;
}
#Car {
    background-image: url("../images/icon-car@2x.png");
    background-size: 30px 30px;
}
/* 初心者 */
#Hajimete {
    margin: 10px auto;
    padding: 10px 16px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
}
/* スピード決済 */
#Spead {
    margin: 10px auto;
}
#SpeadHeadline {
    margin: 10px auto;
}
#Spead > p {
    color: white;
    margin: 0.2em auto;
}
/* ブランド時計買取 */
#BrandWatch {}
#BrandWatchList {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0 60px;
    background: #ffffff url("../images/bw-bg-sp.jpg") center bottom no-repeat;
    background-size: 100% auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    #BrandWatchList {
        background: #ffffff url("../images/bw-bg-sp@2x.jpg") center bottom no-repeat;
        background-size: 100% auto;
    }
}
#BrandWatchList > div {
    display: block;
    width: 46%;
    margin: 0 1% 2%;
    height: auto;
}
#BrandWatchList > p.note {
    position: absolute;
    display: inline-block;
    bottom: 20px;
    right: 10px;
    font-size: 13px;
    text-align: right;
    color: rgba(201, 194, 125, 1.00);
}
/* バナー */
.banner {
    width: 100%;
    max-width: 900px;
    margin: 30px auto 30px;
}
.banner img {
	width: 100%;
    height: auto;
}
/* Link Button */
.linkbtn-box {
    width: 86%;
    text-align: center;
    margin: 20px auto 30px;
}
a.linkbtn {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 6px auto;
    line-height: 1.2em;
    font-size: 14px;
    padding: 14px 0 12px;
    font-weight: 700;
    color: #fff;
    background: #222;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
a.under-linkbtn {
    display: inline-block;
    font-size: 13px;
    line-height: 1.5em;
    color: #fff;
}
/* for Tab
_____________________________________*/
@media (min-width: 768px) and (max-width: 899px) {
	#SendaiOroshimachi {
		padding: 30px 0 240px;
	}
}
/* for PC
_____________________________________*/
@media print, screen and (min-width: 900px) {
    /* Main */
    #wrapper {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
    section {
        clear: both;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }
    .fullwidth {
        /* original value for website */
        width: 100%;
        max-width: 900px;
    }
    .contentwidth {
        /* original value for website */
        max-width: 900px;
        padding: 0 0 40px;
    }
	#SendaiOroshimachi {
		padding: 0 0 300px;
		background-color: #006934;
		background-image: url("../images/oroshimachi-bg-pc.jpg");
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
		#SendaiOroshimachi {
			background-image: url("../images/oroshimachi-bg-pc@2x.jpg");
			background-size: 100% auto;
		}
	}
    section h3 {
        padding: 15px 0;
        margin: 25px auto 25px;
        font-size: 30px;
    }
    section h3 > span {}
    section h4 {
        font-size: 18px;
    }
    section p {
        font-size: 17.5px;
    }
    /* 外部リンク */
    .external-link {
        width: 90%;
        max-width: 900px;
        margin: 30px auto;
    }
    .external-link a {
        font-size: 20px;
        border-radius: 10px;
    }
    .external-link a::after {}
    /* Image */
    .content-image {
        width: 100%;
        margin: 0 auto 20px;
    }
    .content-image-small {
        width: 50%;
        max-width: 450px;
        margin: 0 auto 20px;
    }
    .content-image-left {
        display: block;
        float: left;
        margin: 0 2% 20px 0;
    }
    .content-image-right {
        display: block;
        float: right;
        margin: 0 0 20px 2%;
    }
    .content-image img {
        width: 100%;
        margin: 20px auto 0;
    }
    .content-image img:first-of-type {
        margin: 0 auto 0;
    }
	.headline-pict {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
    /* 壊れた時計 */
	#Broken {
		border-top: 1px solid #222;
		border-left: 1px solid #222;
		border-right: 1px solid #222;
	}
    #BrokenBox {
        position: relative;
        padding: 400px 0 0 0;
		background: url("../images/broken-bg-pc.jpg") center top no-repeat;
        background-size: 100% auto;
    }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        #BrokenBox {
            background: url("../images/broken-bg-pc@2x.jpg") center top no-repeat;
            background-size: 100% auto;
        }
    }
    #MarkNattoku {
        position: relative;
        top: 0;
        left: 50%;
		right: auto;
        transform: translateX(-50%);
        width: 200px;
        height: 200px;
    }
    #BrokenPhoto {
		position: absolute;
		display: block;
		top: 40px;
		right: 5%;
        width: 240px;
        height: auto;
		overflow: hidden;
    }
	#BrokenPhoto > div {
        width: 240px;
        height: 240px;
		margin: 0 0 20px;
    }
    #BrokenCopy {
		margin: 40px auto 0;
	}
    #Broken img {
        width: 100%;
        height: auto;
    }
	/* 初心者 */
	#Hajimete .headline-pict {
		max-width: 600px;
	}
    /* ブランド時計買取 */
    #BrandWatch {
        margin: 50px auto;
    }
    #BrandWatchList {
        position: relative;
        padding: 40px 0 100px;
        background: #030202 url("../images/bw-bg-pc.jpg") center bottom no-repeat;
        background-size: 100% auto;
    }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        #BrandWatchList {
            background: #030202 url("../images/bw-bg-pc@2x.jpg") center bottom no-repeat;
            background-size: 100% auto;
        }
    }
    #BrandWatchList > div {
        width: 28%;
        margin: 0 2% 2%;
        height: auto;
    }
    #BrandWatchList > p.note {
        position: absolute;
        display: inline-block;
        bottom: 30px;
        right: 20px;
        font-size: 13px;
        text-align: right;
        color: rgba(201, 194, 125, 1.00);
    }
    /* 電話 */
    a[href^="tel:"] {
        pointer-events: none;
    }
    /* バナー */
    .banner {
        width: 100%;
        max-width: 900px;
        margin: 50px auto 30px;
    }
    /* Link Button */
    .linkbtn-box {
        clear: both;
        margin: 30px auto 60px
    }
    a.linkbtn {
        margin: 20px auto;
        line-height: 40px;
        font-size: 16px;
        padding: 16px 0 14px;
    }
    a.under-linkbtn {}
}
/* End for PC */
/* ====================================

    Info, Map

==================================== */
/* for SmartPhone
_____________________________________*/
#information {
    width: 100%;
    margin: 0;
    color: #222;
}
#information h3 {
    background: none;
}
/* 新型コロナウイルス対策 */
.corona {
    width: 86%;
    margin: 30px auto;
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.corona h3 {
    margin: 0 auto;
    padding: 0 0 12px;
    background: none !important;
}
.corona p {
    font-size: 14px;
    line-height: 1.5em;
    padding: 0;
}
/* 店舗情報 */
#information table {
    table-layout: auto;
    box-sizing: border-box;
    border-collapse: collapse;
    border-spacing: 0;
    width: 86%;
    max-width: 900px;
    margin: 0 auto 30px;
    padding: 0;
	border: 1px solid #999;
}
#information table th {
    width: 25%;
    color: #222;
    font-weight: 700;
    background: none;
    padding: 12px;
    border-top: 1px solid #999;
}
#information table td {
    color: #222;
    font-weight: 400;
    background: none;
    border-top: 1px solid #999;
}
#information table tr:first-child th,
#information table tr:first-child td {
	border-top: none;
}
#information table tbody td {
    padding: 12px;
}
#information table tfoot td {
    padding: 0;
    background: none;
}
.place-photo {
    display: block;
    width: 86%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
}
.place-photo img {
    display: block;
    width: 100%;
}
.guidemap {
    padding: 0;
	width: 100%;
}
.g-map {
    width: 100%;
    max-width: 900px;
    height: 450px;
    border: none;
    margin: 0 auto;
}
/* 外部地図アプリ */
.maplink {
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 15px auto;
}
a.btn-applemap, a.btn-googlemap {
    display: inline-block;
    margin: 0 2px;
    width: 130px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    color: #fff;
    background: #222;
    overflow: hidden;
}
/* for Tab */
@media (min-width: 768px) and (max-width: 899px) {
    #information table {
        margin: 0 auto 60px;
    }
}
/* for PC */
@media print, screen and (min-width: 900px) {
    #information table {
		width: 900px;
        margin: 0 auto 60px;
    }
}
/* for SmartPhone */
/* ==================

    フッター

================== */
footer {
    clear: both;
    margin: 0 0 100px;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0;
}
/* 許認可 */
.permission {
	clear: both;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0.5em 1em;
    height: auto;
    line-height: 1.3em;
    color: #333;
    text-align: center;
    font-size: 14px;
}
.permission > span {
    display: inline-block;
}
/* コピーライト */
.copyright {
    clear: both;
    display: block;
    margin: 0;
    width: 100%;
    padding: 15px 0;
    height: 10px;
    line-height: 10px;
    color: #333;
    text-align: center;
    font-size: 12px;
}
.copyright a {
    color: #246;
}
/* ページトップへ */
.pageback {
    position: relative;
    margin: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.pageback a {
    display: inline-block;
    margin: 30px auto 30px;
    line-height: 1.2em;
    text-align: center;
    overflow: hidden;
    background: none;
    font-size: 20px;
    color: #222;
}
.gotop {
    position: relative;
    margin: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.gotop a {
    display: inline-block;
    margin: 20px auto 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    background: none;
    font-size: 36px;
    color: #222;
}
/* for PC */
@media print, screen and (min-width: 768px) {
    /* フッター */
    footer {
        clear: both;
        margin: 0 0 120px;
        width: 100%;
        position: relative;
        text-align: center;
        padding: 0;
    }
    /* コピーライト */
    .copyright {
        clear: both;
        display: block;
        margin: 0;
        padding: 15px 0 30px;
        height: 1.2em;
        line-height: 1.2em;
        text-align: center;
        font-size: 12px;
    }
	/* CODE */
	.mobilecode {
		width: 116px;
		margin: 30px auto;
	}
    /* ページトップへ */
    .pageback {}
    .gotop {
        position: absolute;
        right: 30px;
        top: auto;
        bottom: 20px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        background: none;
    }
    .gotop:hover {
        top: auto;
        bottom: 22px;
    }
    .gotop a {
        font-size: 32px;
        color: #333;
        margin: 0;
        width: 60px;
        height: 60px;
    }
} /* End for PC */