@charset "UTF-8";


@import url("http://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
html {
box-sizing: border-box;
}
*, *::after, *::before {
box-sizing: inherit;
}         .slider-pro, .sp-mask, .sp-slides, .sp-slides-container {
position: relative;
}
.sp-image, .sp-thumbnail {
border: none;
}
.slider-pro {
margin: 0 auto;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.sp-mask {
overflow: hidden;
}
.sp-slides {
-webkit-backface-visibility: hidden;
-webkit-perspective: 1000;
}
.sp-slide {
position: absolute;
}
.sp-image, .sp-thumbnail-container, .sp-thumbnails {
position: relative;
}
.sp-image-container {
overflow: hidden;
}
.sp-image {
display: block;
}
.sp-thumbnails-container {
position: relative;
overflow: hidden;
}
.sp-bottom-thumbnails, .sp-top-thumbnails {
left: 0;
margin: 0 auto;
}
.sp-bottom-thumbnails {
margin-top: 4px;
}
@media screen and (max-width: 700px) {
.sp-bottom-thumbnails {
display: none;
}
}
.sp-thumbnail:hover {
cursor: pointer;
opacity: .6;
}
.sp-thumbnail-container {
display: block;
overflow: hidden;
float: left;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sp-bottom-thumbnails .sp-thumbnail-container, .sp-top-thumbnails .sp-thumbnail-container {
margin-left: 2px;
margin-right: 2px;
}
.sp-bottom-thumbnails .sp-thumbnail-container:first-child, .sp-top-thumbnails .sp-thumbnail-container:first-child {
margin-left: 0;
}
.sp-bottom-thumbnails .sp-thumbnail-container:last-child, .sp-top-thumbnails .sp-thumbnail-container:last-child {
margin-right: 0;
}
.sp-full-screen-button {
position: absolute;
top: 5px;
right: 10px;
font-size: 30px;
line-height: 1;
cursor: pointer;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.sp-full-screen-button:before {
content: '\2195';
}
.sp-fade-full-screen {
opacity: 0;
-webkit-transition: opacity .5s;
transition: opacity .5s;
}
.slider-pro:hover .sp-fade-full-screen {
opacity: 1;
}
.sp-arrows {
position: absolute;
}
.sp-fade-arrows {
opacity: 0;
-webkit-transition: opacity .5s;
transition: opacity .5s;
}
.sp-slides-container:hover .sp-fade-arrows {
opacity: 1;
}
.sp-horizontal .sp-arrows {
width: 100%;
left: 0;
top: 50%;
margin-top: -15px;
}
.sp-arrow {
position: absolute;
display: block;
width: 20px;
height: 30px;
cursor: pointer;
}
.sp-horizontal .sp-previous-arrow {
left: 20px;
}
.sp-horizontal .sp-next-arrow {
right: 20px;
}
.sp-next-arrow:after, .sp-next-arrow:before {
content: '';
position: absolute;
width: 50%;
height: 50%;
background-color: #FFF;
}
.sp-previous-arrow:after {
content: '';
position: absolute;
width: 50%;
height: 50%;
background-color: #FFF;
}
.sp-previous-arrow:before {
content: '';
position: absolute;
width: 50%;
height: 50%;
background-color: #FFF;
left: 30%;
top: 0;
-webkit-transform: skew(145deg, 0deg);
-ms-transform: skew(145deg, 0deg);
transform: skew(145deg, 0deg);
}
.sp-previous-arrow:after {
left: 30%;
top: 50%;
-webkit-transform: skew(-145deg, 0deg);
-ms-transform: skew(-145deg, 0deg);
transform: skew(-145deg, 0deg);
}
.sp-next-arrow:before {
right: 30%;
top: 0;
-webkit-transform: skew(35deg, 0deg);
-ms-transform: skew(35deg, 0deg);
transform: skew(35deg, 0deg);
}
.sp-next-arrow:after {
right: 30%;
top: 50%;
-webkit-transform: skew(-35deg, 0deg);
-ms-transform: skew(-35deg, 0deg);
transform: skew(-35deg, 0deg);
}
.sp-thumbnail-arrows {
position: absolute;
}
.sp-fade-thumbnail-arrows {
opacity: 0;
-webkit-transition: opacity .5s;
transition: opacity .5s;
}
.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
opacity: 1;
}
.sp-bottom-thumbnails .sp-thumbnail-arrows, .sp-top-thumbnails .sp-thumbnail-arrows {
width: 100%;
top: 50%;
left: 0;
margin-top: -12px;
}
.sp-thumbnail-arrow {
position: absolute;
display: block;
width: 15px;
height: 25px;
cursor: pointer;
}
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .sp-top-thumbnails .sp-previous-thumbnail-arrow {
left: 0;
}
.sp-bottom-thumbnails .sp-next-thumbnail-arrow, .sp-top-thumbnails .sp-next-thumbnail-arrow {
right: 0;
}
.sp-next-thumbnail-arrow:after, .sp-next-thumbnail-arrow:before {
content: '';
position: absolute;
width: 50%;
height: 50%;
background-color: #FFF;
}
.sp-previous-thumbnail-arrow:after {
content: '';
position: absolute;
width: 50%;
height: 50%;
background-color: #FFF;
}
.sp-previous-thumbnail-arrow:before {
content: '';
position: absolute;
width: 50%;
height: 50%;
background-color: #FFF;
left: 30%;
top: 0;
-webkit-transform: skew(145deg, 0deg);
-ms-transform: skew(145deg, 0deg);
transform: skew(145deg, 0deg);
}
.sp-previous-thumbnail-arrow:after {
left: 30%;
top: 50%;
-webkit-transform: skew(-145deg, 0deg);
-ms-transform: skew(-145deg, 0deg);
transform: skew(-145deg, 0deg);
}
.sp-next-thumbnail-arrow:before {
right: 30%;
top: 0;
-webkit-transform: skew(35deg, 0deg);
-ms-transform: skew(35deg, 0deg);
transform: skew(35deg, 0deg);
}
.sp-next-thumbnail-arrow:after {
right: 30%;
top: 50%;
-webkit-transform: skew(-35deg, 0deg);
-ms-transform: skew(-35deg, 0deg);
transform: skew(-35deg, 0deg);
}
.slider-pro img.sp-image, .slider-pro img.sp-thumbnail {
max-width: none;
max-height: none;
border: none !important;
border-radius: 0 !important;
padding: 0 !important;
-webkit-box-shadow: none !important;
-mox-box-shadow: none !important;
box-shadow: none !important;
transition: none;
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
}           @font-face {
font-family: 'FontAwesome';
src: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/fonts/default/fontawesome-webfont.eot?v=4.5.0);
src: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/fonts/default/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"), url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/fonts/default/fontawesome-webfont.woff2?v=4.5.0) format("woff2"), url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/fonts/default/fontawesome-webfont.woff?v=4.5.0) format("woff"), url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/fonts/default/fontawesome-webfont.ttf?v=4.5.0) format("truetype"), url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/fonts/default/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-glass:before {
content: "";
}
.fa-music:before {
content: "";
}
.fa-search:before {
content: "";
}
.fa-envelope-o:before {
content: "";
}
.fa-heart:before {
content: "";
}
.fa-star:before {
content: "";
}
.fa-star-o:before {
content: "";
}
.fa-user:before {
content: "";
}
.fa-film:before {
content: "";
}
.fa-th-large:before {
content: "";
}
.fa-th:before {
content: "";
}
.fa-th-list:before {
content: "";
}
.fa-check:before {
content: "";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "";
}
.fa-search-plus:before {
content: "";
}
.fa-search-minus:before {
content: "";
}
.fa-power-off:before {
content: "";
}
.fa-signal:before {
content: "";
}
.fa-gear:before,
.fa-cog:before {
content: "";
}
.fa-trash-o:before {
content: "";
}
.fa-home:before {
content: "";
}
.fa-file-o:before {
content: "";
}
.fa-clock-o:before {
content: "";
}
.fa-road:before {
content: "";
}
.fa-download:before {
content: "";
}
.fa-arrow-circle-o-down:before {
content: "";
}
.fa-arrow-circle-o-up:before {
content: "";
}
.fa-inbox:before {
content: "";
}
.fa-play-circle-o:before {
content: "";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "";
}
.fa-refresh:before {
content: "";
}
.fa-list-alt:before {
content: "";
}
.fa-lock:before {
content: "";
}
.fa-flag:before {
content: "";
}
.fa-headphones:before {
content: "";
}
.fa-volume-off:before {
content: "";
}
.fa-volume-down:before {
content: "";
}
.fa-volume-up:before {
content: "";
}
.fa-qrcode:before {
content: "";
}
.fa-barcode:before {
content: "";
}
.fa-tag:before {
content: "";
}
.fa-tags:before {
content: "";
}
.fa-book:before {
content: "";
}
.fa-bookmark:before {
content: "";
}
.fa-print:before {
content: "";
}
.fa-camera:before {
content: "";
}
.fa-font:before {
content: "";
}
.fa-bold:before {
content: "";
}
.fa-italic:before {
content: "";
}
.fa-text-height:before {
content: "";
}
.fa-text-width:before {
content: "";
}
.fa-align-left:before {
content: "";
}
.fa-align-center:before {
content: "";
}
.fa-align-right:before {
content: "";
}
.fa-align-justify:before {
content: "";
}
.fa-list:before {
content: "";
}
.fa-dedent:before,
.fa-outdent:before {
content: "";
}
.fa-indent:before {
content: "";
}
.fa-video-camera:before {
content: "";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "";
}
.fa-pencil:before {
content: "";
}
.fa-map-marker:before {
content: "";
}
.fa-adjust:before {
content: "";
}
.fa-tint:before {
content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "";
}
.fa-share-square-o:before {
content: "";
}
.fa-check-square-o:before {
content: "";
}
.fa-arrows:before {
content: "";
}
.fa-step-backward:before {
content: "";
}
.fa-fast-backward:before {
content: "";
}
.fa-backward:before {
content: "";
}
.fa-play:before {
content: "";
}
.fa-pause:before {
content: "";
}
.fa-stop:before {
content: "";
}
.fa-forward:before {
content: "";
}
.fa-fast-forward:before {
content: "";
}
.fa-step-forward:before {
content: "";
}
.fa-eject:before {
content: "";
}
.fa-chevron-left:before {
content: "";
}
.fa-chevron-right:before {
content: "";
}
.fa-plus-circle:before {
content: "";
}
.fa-minus-circle:before {
content: "";
}
.fa-times-circle:before {
content: "";
}
.fa-check-circle:before {
content: "";
}
.fa-question-circle:before {
content: "";
}
.fa-info-circle:before {
content: "";
}
.fa-crosshairs:before {
content: "";
}
.fa-times-circle-o:before {
content: "";
}
.fa-check-circle-o:before {
content: "";
}
.fa-ban:before {
content: "";
}
.fa-arrow-left:before {
content: "";
}
.fa-arrow-right:before {
content: "";
}
.fa-arrow-up:before {
content: "";
}
.fa-arrow-down:before {
content: "";
}
.fa-mail-forward:before,
.fa-share:before {
content: "";
}
.fa-expand:before {
content: "";
}
.fa-compress:before {
content: "";
}
.fa-plus:before {
content: "";
}
.fa-minus:before {
content: "";
}
.fa-asterisk:before {
content: "";
}
.fa-exclamation-circle:before {
content: "";
}
.fa-gift:before {
content: "";
}
.fa-leaf:before {
content: "";
}
.fa-fire:before {
content: "";
}
.fa-eye:before {
content: "";
}
.fa-eye-slash:before {
content: "";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "";
}
.fa-plane:before {
content: "";
}
.fa-calendar:before {
content: "";
}
.fa-random:before {
content: "";
}
.fa-comment:before {
content: "";
}
.fa-magnet:before {
content: "";
}
.fa-chevron-up:before {
content: "";
}
.fa-chevron-down:before {
content: "";
}
.fa-retweet:before {
content: "";
}
.fa-shopping-cart:before {
content: "";
}
.fa-folder:before {
content: "";
}
.fa-folder-open:before {
content: "";
}
.fa-arrows-v:before {
content: "";
}
.fa-arrows-h:before {
content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "";
}
.fa-twitter-square:before {
content: "";
}
.fa-facebook-square:before {
content: "";
}
.fa-camera-retro:before {
content: "";
}
.fa-key:before {
content: "";
}
.fa-gears:before,
.fa-cogs:before {
content: "";
}
.fa-comments:before {
content: "";
}
.fa-thumbs-o-up:before {
content: "";
}
.fa-thumbs-o-down:before {
content: "";
}
.fa-star-half:before {
content: "";
}
.fa-heart-o:before {
content: "";
}
.fa-sign-out:before {
content: "";
}
.fa-linkedin-square:before {
content: "";
}
.fa-thumb-tack:before {
content: "";
}
.fa-external-link:before {
content: "";
}
.fa-sign-in:before {
content: "";
}
.fa-trophy:before {
content: "";
}
.fa-github-square:before {
content: "";
}
.fa-upload:before {
content: "";
}
.fa-lemon-o:before {
content: "";
}
.fa-phone:before {
content: "";
}
.fa-square-o:before {
content: "";
}
.fa-bookmark-o:before {
content: "";
}
.fa-phone-square:before {
content: "";
}
.fa-twitter:before {
content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "";
}
.fa-github:before {
content: "";
}
.fa-unlock:before {
content: "";
}
.fa-credit-card:before {
content: "";
}
.fa-feed:before,
.fa-rss:before {
content: "";
}
.fa-hdd-o:before {
content: "";
}
.fa-bullhorn:before {
content: "";
}
.fa-bell:before {
content: "";
}
.fa-certificate:before {
content: "";
}
.fa-hand-o-right:before {
content: "";
}
.fa-hand-o-left:before {
content: "";
}
.fa-hand-o-up:before {
content: "";
}
.fa-hand-o-down:before {
content: "";
}
.fa-arrow-circle-left:before {
content: "";
}
.fa-arrow-circle-right:before {
content: "";
}
.fa-arrow-circle-up:before {
content: "";
}
.fa-arrow-circle-down:before {
content: "";
}
.fa-globe:before {
content: "";
}
.fa-wrench:before {
content: "";
}
.fa-tasks:before {
content: "";
}
.fa-filter:before {
content: "";
}
.fa-briefcase:before {
content: "";
}
.fa-arrows-alt:before {
content: "";
}
.fa-group:before,
.fa-users:before {
content: "";
}
.fa-chain:before,
.fa-link:before {
content: "";
}
.fa-cloud:before {
content: "";
}
.fa-flask:before {
content: "";
}
.fa-cut:before,
.fa-scissors:before {
content: "";
}
.fa-copy:before,
.fa-files-o:before {
content: "";
}
.fa-paperclip:before {
content: "";
}
.fa-save:before,
.fa-floppy-o:before {
content: "";
}
.fa-square:before {
content: "";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "";
}
.fa-list-ul:before {
content: "";
}
.fa-list-ol:before {
content: "";
}
.fa-strikethrough:before {
content: "";
}
.fa-underline:before {
content: "";
}
.fa-table:before {
content: "";
}
.fa-magic:before {
content: "";
}
.fa-truck:before {
content: "";
}
.fa-pinterest:before {
content: "";
}
.fa-pinterest-square:before {
content: "";
}
.fa-google-plus-square:before {
content: "";
}
.fa-google-plus:before {
content: "";
}
.fa-money:before {
content: "";
}
.fa-caret-down:before {
content: "";
}
.fa-caret-up:before {
content: "";
}
.fa-caret-left:before {
content: "";
}
.fa-caret-right:before {
content: "";
}
.fa-columns:before {
content: "";
}
.fa-unsorted:before,
.fa-sort:before {
content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "";
}
.fa-envelope:before {
content: "";
}
.fa-linkedin:before {
content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "";
}
.fa-legal:before,
.fa-gavel:before {
content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "";
}
.fa-comment-o:before {
content: "";
}
.fa-comments-o:before {
content: "";
}
.fa-flash:before,
.fa-bolt:before {
content: "";
}
.fa-sitemap:before {
content: "";
}
.fa-umbrella:before {
content: "";
}
.fa-paste:before,
.fa-clipboard:before {
content: "";
}
.fa-lightbulb-o:before {
content: "";
}
.fa-exchange:before {
content: "";
}
.fa-cloud-download:before {
content: "";
}
.fa-cloud-upload:before {
content: "";
}
.fa-user-md:before {
content: "";
}
.fa-stethoscope:before {
content: "";
}
.fa-suitcase:before {
content: "";
}
.fa-bell-o:before {
content: "";
}
.fa-coffee:before {
content: "";
}
.fa-cutlery:before {
content: "";
}
.fa-file-text-o:before {
content: "";
}
.fa-building-o:before {
content: "";
}
.fa-hospital-o:before {
content: "";
}
.fa-ambulance:before {
content: "";
}
.fa-medkit:before {
content: "";
}
.fa-fighter-jet:before {
content: "";
}
.fa-beer:before {
content: "";
}
.fa-h-square:before {
content: "";
}
.fa-plus-square:before {
content: "";
}
.fa-angle-double-left:before {
content: "";
}
.fa-angle-double-right:before {
content: "";
}
.fa-angle-double-up:before {
content: "";
}
.fa-angle-double-down:before {
content: "";
}
.fa-angle-left:before {
content: "";
}
.fa-angle-right:before {
content: "";
}
.fa-angle-up:before {
content: "";
}
.fa-angle-down:before {
content: "";
}
.fa-desktop:before {
content: "";
}
.fa-laptop:before {
content: "";
}
.fa-tablet:before {
content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "";
}
.fa-circle-o:before {
content: "";
}
.fa-quote-left:before {
content: "";
}
.fa-quote-right:before {
content: "";
}
.fa-spinner:before {
content: "";
}
.fa-circle:before {
content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "";
}
.fa-github-alt:before {
content: "";
}
.fa-folder-o:before {
content: "";
}
.fa-folder-open-o:before {
content: "";
}
.fa-smile-o:before {
content: "";
}
.fa-frown-o:before {
content: "";
}
.fa-meh-o:before {
content: "";
}
.fa-gamepad:before {
content: "";
}
.fa-keyboard-o:before {
content: "";
}
.fa-flag-o:before {
content: "";
}
.fa-flag-checkered:before {
content: "";
}
.fa-terminal:before {
content: "";
}
.fa-code:before {
content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "";
}
.fa-location-arrow:before {
content: "";
}
.fa-crop:before {
content: "";
}
.fa-code-fork:before {
content: "";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "";
}
.fa-question:before {
content: "";
}
.fa-info:before {
content: "";
}
.fa-exclamation:before {
content: "";
}
.fa-superscript:before {
content: "";
}
.fa-subscript:before {
content: "";
}
.fa-eraser:before {
content: "";
}
.fa-puzzle-piece:before {
content: "";
}
.fa-microphone:before {
content: "";
}
.fa-microphone-slash:before {
content: "";
}
.fa-shield:before {
content: "";
}
.fa-calendar-o:before {
content: "";
}
.fa-fire-extinguisher:before {
content: "";
}
.fa-rocket:before {
content: "";
}
.fa-maxcdn:before {
content: "";
}
.fa-chevron-circle-left:before {
content: "";
}
.fa-chevron-circle-right:before {
content: "";
}
.fa-chevron-circle-up:before {
content: "";
}
.fa-chevron-circle-down:before {
content: "";
}
.fa-html5:before {
content: "";
}
.fa-css3:before {
content: "";
}
.fa-anchor:before {
content: "";
}
.fa-unlock-alt:before {
content: "";
}
.fa-bullseye:before {
content: "";
}
.fa-ellipsis-h:before {
content: "";
}
.fa-ellipsis-v:before {
content: "";
}
.fa-rss-square:before {
content: "";
}
.fa-play-circle:before {
content: "";
}
.fa-ticket:before {
content: "";
}
.fa-minus-square:before {
content: "";
}
.fa-minus-square-o:before {
content: "";
}
.fa-level-up:before {
content: "";
}
.fa-level-down:before {
content: "";
}
.fa-check-square:before {
content: "";
}
.fa-pencil-square:before {
content: "";
}
.fa-external-link-square:before {
content: "";
}
.fa-share-square:before {
content: "";
}
.fa-compass:before {
content: "";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "";
}
.fa-euro:before,
.fa-eur:before {
content: "";
}
.fa-gbp:before {
content: "";
}
.fa-dollar:before,
.fa-usd:before {
content: "";
}
.fa-rupee:before,
.fa-inr:before {
content: "";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "";
}
.fa-won:before,
.fa-krw:before {
content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "";
}
.fa-file:before {
content: "";
}
.fa-file-text:before {
content: "";
}
.fa-sort-alpha-asc:before {
content: "";
}
.fa-sort-alpha-desc:before {
content: "";
}
.fa-sort-amount-asc:before {
content: "";
}
.fa-sort-amount-desc:before {
content: "";
}
.fa-sort-numeric-asc:before {
content: "";
}
.fa-sort-numeric-desc:before {
content: "";
}
.fa-thumbs-up:before {
content: "";
}
.fa-thumbs-down:before {
content: "";
}
.fa-youtube-square:before {
content: "";
}
.fa-youtube:before {
content: "";
}
.fa-xing:before {
content: "";
}
.fa-xing-square:before {
content: "";
}
.fa-youtube-play:before {
content: "";
}
.fa-dropbox:before {
content: "";
}
.fa-stack-overflow:before {
content: "";
}
.fa-instagram:before {
content: "";
}
.fa-flickr:before {
content: "";
}
.fa-adn:before {
content: "";
}
.fa-bitbucket:before {
content: "";
}
.fa-bitbucket-square:before {
content: "";
}
.fa-tumblr:before {
content: "";
}
.fa-tumblr-square:before {
content: "";
}
.fa-long-arrow-down:before {
content: "";
}
.fa-long-arrow-up:before {
content: "";
}
.fa-long-arrow-left:before {
content: "";
}
.fa-long-arrow-right:before {
content: "";
}
.fa-apple:before {
content: "";
}
.fa-windows:before {
content: "";
}
.fa-android:before {
content: "";
}
.fa-linux:before {
content: "";
}
.fa-dribbble:before {
content: "";
}
.fa-skype:before {
content: "";
}
.fa-foursquare:before {
content: "";
}
.fa-trello:before {
content: "";
}
.fa-female:before {
content: "";
}
.fa-male:before {
content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "";
}
.fa-sun-o:before {
content: "";
}
.fa-moon-o:before {
content: "";
}
.fa-archive:before {
content: "";
}
.fa-bug:before {
content: "";
}
.fa-vk:before {
content: "";
}
.fa-weibo:before {
content: "";
}
.fa-renren:before {
content: "";
}
.fa-pagelines:before {
content: "";
}
.fa-stack-exchange:before {
content: "";
}
.fa-arrow-circle-o-right:before {
content: "";
}
.fa-arrow-circle-o-left:before {
content: "";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "";
}
.fa-dot-circle-o:before {
content: "";
}
.fa-wheelchair:before {
content: "";
}
.fa-vimeo-square:before {
content: "";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "";
}
.fa-plus-square-o:before {
content: "";
}
.fa-space-shuttle:before {
content: "";
}
.fa-slack:before {
content: "";
}
.fa-envelope-square:before {
content: "";
}
.fa-wordpress:before {
content: "";
}
.fa-openid:before {
content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "";
}
.fa-yahoo:before {
content: "";
}
.fa-google:before {
content: "";
}
.fa-reddit:before {
content: "";
}
.fa-reddit-square:before {
content: "";
}
.fa-stumbleupon-circle:before {
content: "";
}
.fa-stumbleupon:before {
content: "";
}
.fa-delicious:before {
content: "";
}
.fa-digg:before {
content: "";
}
.fa-pied-piper:before {
content: "";
}
.fa-pied-piper-alt:before {
content: "";
}
.fa-drupal:before {
content: "";
}
.fa-joomla:before {
content: "";
}
.fa-language:before {
content: "";
}
.fa-fax:before {
content: "";
}
.fa-building:before {
content: "";
}
.fa-child:before {
content: "";
}
.fa-paw:before {
content: "";
}
.fa-spoon:before {
content: "";
}
.fa-cube:before {
content: "";
}
.fa-cubes:before {
content: "";
}
.fa-behance:before {
content: "";
}
.fa-behance-square:before {
content: "";
}
.fa-steam:before {
content: "";
}
.fa-steam-square:before {
content: "";
}
.fa-recycle:before {
content: "";
}
.fa-automobile:before,
.fa-car:before {
content: "";
}
.fa-cab:before,
.fa-taxi:before {
content: "";
}
.fa-tree:before {
content: "";
}
.fa-spotify:before {
content: "";
}
.fa-deviantart:before {
content: "";
}
.fa-soundcloud:before {
content: "";
}
.fa-database:before {
content: "";
}
.fa-file-pdf-o:before {
content: "";
}
.fa-file-word-o:before {
content: "";
}
.fa-file-excel-o:before {
content: "";
}
.fa-file-powerpoint-o:before {
content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "";
}
.fa-file-code-o:before {
content: "";
}
.fa-vine:before {
content: "";
}
.fa-codepen:before {
content: "";
}
.fa-jsfiddle:before {
content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "";
}
.fa-circle-o-notch:before {
content: "";
}
.fa-ra:before,
.fa-rebel:before {
content: "";
}
.fa-ge:before,
.fa-empire:before {
content: "";
}
.fa-git-square:before {
content: "";
}
.fa-git:before {
content: "";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "";
}
.fa-tencent-weibo:before {
content: "";
}
.fa-qq:before {
content: "";
}
.fa-wechat:before,
.fa-weixin:before {
content: "";
}
.fa-send:before,
.fa-paper-plane:before {
content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "";
}
.fa-history:before {
content: "";
}
.fa-circle-thin:before {
content: "";
}
.fa-header:before {
content: "";
}
.fa-paragraph:before {
content: "";
}
.fa-sliders:before {
content: "";
}
.fa-share-alt:before {
content: "";
}
.fa-share-alt-square:before {
content: "";
}
.fa-bomb:before {
content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "";
}
.fa-tty:before {
content: "";
}
.fa-binoculars:before {
content: "";
}
.fa-plug:before {
content: "";
}
.fa-slideshare:before {
content: "";
}
.fa-twitch:before {
content: "";
}
.fa-yelp:before {
content: "";
}
.fa-newspaper-o:before {
content: "";
}
.fa-wifi:before {
content: "";
}
.fa-calculator:before {
content: "";
}
.fa-paypal:before {
content: "";
}
.fa-google-wallet:before {
content: "";
}
.fa-cc-visa:before {
content: "";
}
.fa-cc-mastercard:before {
content: "";
}
.fa-cc-discover:before {
content: "";
}
.fa-cc-amex:before {
content: "";
}
.fa-cc-paypal:before {
content: "";
}
.fa-cc-stripe:before {
content: "";
}
.fa-bell-slash:before {
content: "";
}
.fa-bell-slash-o:before {
content: "";
}
.fa-trash:before {
content: "";
}
.fa-copyright:before {
content: "";
}
.fa-at:before {
content: "";
}
.fa-eyedropper:before {
content: "";
}
.fa-paint-brush:before {
content: "";
}
.fa-birthday-cake:before {
content: "";
}
.fa-area-chart:before {
content: "";
}
.fa-pie-chart:before {
content: "";
}
.fa-line-chart:before {
content: "";
}
.fa-lastfm:before {
content: "";
}
.fa-lastfm-square:before {
content: "";
}
.fa-toggle-off:before {
content: "";
}
.fa-toggle-on:before {
content: "";
}
.fa-bicycle:before {
content: "";
}
.fa-bus:before {
content: "";
}
.fa-ioxhost:before {
content: "";
}
.fa-angellist:before {
content: "";
}
.fa-cc:before {
content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "";
}
.fa-meanpath:before {
content: "";
}
.fa-buysellads:before {
content: "";
}
.fa-connectdevelop:before {
content: "";
}
.fa-dashcube:before {
content: "";
}
.fa-forumbee:before {
content: "";
}
.fa-leanpub:before {
content: "";
}
.fa-sellsy:before {
content: "";
}
.fa-shirtsinbulk:before {
content: "";
}
.fa-simplybuilt:before {
content: "";
}
.fa-skyatlas:before {
content: "";
}
.fa-cart-plus:before {
content: "";
}
.fa-cart-arrow-down:before {
content: "";
}
.fa-diamond:before {
content: "";
}
.fa-ship:before {
content: "";
}
.fa-user-secret:before {
content: "";
}
.fa-motorcycle:before {
content: "";
}
.fa-street-view:before {
content: "";
}
.fa-heartbeat:before {
content: "";
}
.fa-venus:before {
content: "";
}
.fa-mars:before {
content: "";
}
.fa-mercury:before {
content: "";
}
.fa-intersex:before,
.fa-transgender:before {
content: "";
}
.fa-transgender-alt:before {
content: "";
}
.fa-venus-double:before {
content: "";
}
.fa-mars-double:before {
content: "";
}
.fa-venus-mars:before {
content: "";
}
.fa-mars-stroke:before {
content: "";
}
.fa-mars-stroke-v:before {
content: "";
}
.fa-mars-stroke-h:before {
content: "";
}
.fa-neuter:before {
content: "";
}
.fa-genderless:before {
content: "";
}
.fa-facebook-official:before {
content: "";
}
.fa-pinterest-p:before {
content: "";
}
.fa-whatsapp:before {
content: "";
}
.fa-server:before {
content: "";
}
.fa-user-plus:before {
content: "";
}
.fa-user-times:before {
content: "";
}
.fa-hotel:before,
.fa-bed:before {
content: "";
}
.fa-viacoin:before {
content: "";
}
.fa-train:before {
content: "";
}
.fa-subway:before {
content: "";
}
.fa-medium:before {
content: "";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "";
}
.fa-optin-monster:before {
content: "";
}
.fa-opencart:before {
content: "";
}
.fa-expeditedssl:before {
content: "";
}
.fa-battery-4:before,
.fa-battery-full:before {
content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "";
}
.fa-mouse-pointer:before {
content: "";
}
.fa-i-cursor:before {
content: "";
}
.fa-object-group:before {
content: "";
}
.fa-object-ungroup:before {
content: "";
}
.fa-sticky-note:before {
content: "";
}
.fa-sticky-note-o:before {
content: "";
}
.fa-cc-jcb:before {
content: "";
}
.fa-cc-diners-club:before {
content: "";
}
.fa-clone:before {
content: "";
}
.fa-balance-scale:before {
content: "";
}
.fa-hourglass-o:before {
content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "";
}
.fa-hourglass:before {
content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "";
}
.fa-hand-scissors-o:before {
content: "";
}
.fa-hand-lizard-o:before {
content: "";
}
.fa-hand-spock-o:before {
content: "";
}
.fa-hand-pointer-o:before {
content: "";
}
.fa-hand-peace-o:before {
content: "";
}
.fa-trademark:before {
content: "";
}
.fa-registered:before {
content: "";
}
.fa-creative-commons:before {
content: "";
}
.fa-gg:before {
content: "";
}
.fa-gg-circle:before {
content: "";
}
.fa-tripadvisor:before {
content: "";
}
.fa-odnoklassniki:before {
content: "";
}
.fa-odnoklassniki-square:before {
content: "";
}
.fa-get-pocket:before {
content: "";
}
.fa-wikipedia-w:before {
content: "";
}
.fa-safari:before {
content: "";
}
.fa-chrome:before {
content: "";
}
.fa-firefox:before {
content: "";
}
.fa-opera:before {
content: "";
}
.fa-internet-explorer:before {
content: "";
}
.fa-tv:before,
.fa-television:before {
content: "";
}
.fa-contao:before {
content: "";
}
.fa-500px:before {
content: "";
}
.fa-amazon:before {
content: "";
}
.fa-calendar-plus-o:before {
content: "";
}
.fa-calendar-minus-o:before {
content: "";
}
.fa-calendar-times-o:before {
content: "";
}
.fa-calendar-check-o:before {
content: "";
}
.fa-industry:before {
content: "";
}
.fa-map-pin:before {
content: "";
}
.fa-map-signs:before {
content: "";
}
.fa-map-o:before {
content: "";
}
.fa-map:before {
content: "";
}
.fa-commenting:before {
content: "";
}
.fa-commenting-o:before {
content: "";
}
.fa-houzz:before {
content: "";
}
.fa-vimeo:before {
content: "";
}
.fa-black-tie:before {
content: "";
}
.fa-fonticons:before {
content: "";
}
.fa-reddit-alien:before {
content: "";
}
.fa-edge:before {
content: "";
}
.fa-credit-card-alt:before {
content: "";
}
.fa-codiepie:before {
content: "";
}
.fa-modx:before {
content: "";
}
.fa-fort-awesome:before {
content: "";
}
.fa-usb:before {
content: "";
}
.fa-product-hunt:before {
content: "";
}
.fa-mixcloud:before {
content: "";
}
.fa-scribd:before {
content: "";
}
.fa-pause-circle:before {
content: "";
}
.fa-pause-circle-o:before {
content: "";
}
.fa-stop-circle:before {
content: "";
}
.fa-stop-circle-o:before {
content: "";
}
.fa-shopping-bag:before {
content: "";
}
.fa-shopping-basket:before {
content: "";
}
.fa-hashtag:before {
content: "";
}
.fa-bluetooth:before {
content: "";
}
.fa-bluetooth-b:before {
content: "";
}
.fa-percent:before {
content: "";
}
a, del, ins {
text-decoration: none;
}
.layout, .outer02, .wrap {
width: 1024px;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
margin: 0;
padding: 0;
border: 0;
}
fieldset, img {
border: 0;
vertical-align: bottom;
}
address, caption, cite, code, dfn, em, optgroup, strong, th, var {
font-style: inherit;
font-weight: inherit;
}
caption, th {
text-align: left;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: 400;
}
sub, sup {
font-size: .75em;
}
q:after, q:before {
content: '';
}
abbr, acronym {
border: 0;
font-variant: normal;
}
sup {
vertical-align: .25em;
}
sub {
vertical-align: -.25em;
}
big {
font-size: 110%;
}
small {
font-size: 90%;
}
legend {
color: #000;
}
button, input, optgroup, option, select, textarea {
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
}
.article, .aside, .dialog, .figure, .footer, .header, .hgroup, .nav, .section, article, aside, dialog, figure, footer, header, hgroup, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
button, input, select, textarea {
font: 99% arial,helvetica,clean,sans-serif;
border: none;
}
hr, select {
border-style: solid;
border-color: #ccc;
}
table {
border-collapse: collapse;
border-spacing: 0;
font-size: inherit;
}
code, kbd, pre, samp, tt {
font-family: monospace;
line-height: 100%;
}
input {
vertical-align: middle;
}
select {
vertical-align: middle;
font-size: .92rem;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
padding: 6px;
border-width: 1px;
}
.mt00 {
margin-top: 0 !important;
}
.mt05 {
margin-top: 5px !important;
}
.mt10 {
margin-top: 10px !important;
}
.mt15 {
margin-top: 15px !important;
}
.mt20 {
margin-top: 20px !important;
}
.mt30 {
margin-top: 30px !important;
}
.mt40 {
margin-top: 40px !important;
}
.mr00 {
margin-right: 0 !important;
}
.mr05 {
margin-right: 5px !important;
}
.mr10 {
margin-right: 10px !important;
}
.mr15 {
margin-right: 15px !important;
}
.mr20 {
margin-right: 20px !important;
}
.mb00 {
margin-bottom: 0 !important;
}
.mb05 {
margin-bottom: 5px !important;
}
.mb10 {
margin-bottom: 10px !important;
}
.mb15 {
margin-bottom: 15px !important;
}
.mb20 {
margin-bottom: 20px !important;
}
.mb30 {
margin-bottom: 30px !important;
}
.mb40 {
margin-bottom: 40px !important;
}
.ml00 {
margin-left: 0 !important;
}
.ml05 {
margin-left: 5px !important;
}
.ml10 {
margin-left: 10px !important;
}
.ml15 {
margin-left: 15px !important;
}
.ml20 {
margin-left: 20px !important;
}
.pt00 {
padding-top: 0 !important;
}
.pt05 {
padding-top: 5px !important;
}
.pt10 {
padding-top: 10px !important;
}
.pt15 {
padding-top: 15px !important;
}
.pt20 {
padding-top: 20px !important;
}
.pt25 {
padding-top: 25px !important;
}
.pr00 {
padding-right: 0 !important;
}
.pr05 {
padding-right: 5px !important;
}
.pr10 {
padding-right: 10px !important;
}
.pr15 {
padding-right: 15px !important;
}
.pr20 {
padding-right: 20px !important;
}
.pb00 {
padding-bottom: 0 !important;
}
.pb05 {
padding-bottom: 5px !important;
}
.pb10 {
padding-bottom: 10px !important;
}
.pb15 {
padding-bottom: 15px !important;
}
.pb20, .pl20 {
padding-bottom: 20px !important;
}
.pl00 {
padding-left: 0 !important;
}
.pl05 {
padding-left: 5px !important;
}
.pl10 {
padding-left: 10px !important;
}
.pl15 {
padding-left: 15px !important;
}
.clearfix:after, .grid:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
overflow: hidden;
}
.ie8 .grid .col .inr:after, .ie8 .grid .col:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
overflow: hidden;
}
input[type=button], input[type=submit] {
-webkit-appearance: none;
}
.fL {
float: left !important;
}
.fR {
float: right !important;
}
html {
-webkit-overflow-scrolling: touch;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
overflow-x: hidden;
}
address, dd, dt, p {
line-height: 1.88;
font-size: .88rem;
}
figcaption {
line-height: 1.8;
}
@media only screen and (max-width: 700px) {
.aside-inr li p, .contact01 > p:first-child, a, aside .btn, dd, figcaption, p {
font-size: .92rem;
overflow: auto;
zoom: 1;
line-height: 1.86;
}
table td, table th {
font-size: .92rem;
overflow: auto;
zoom: 1;
line-height: 1.86;
}
hr.hr-1 {
margin-top: 15px;
padding-top: 26px;
}
}
.Header, body {
line-height: 1;
position: relative;
}
@media only screen and (max-width: 500px) {
.article-list .article-list-right p, .aside-inr li p, .contact01 > p:first-child, a, aside .btn, dd, figcaption, p {
font-size: .9rem;
overflow: auto;
zoom: 1;
}
table td, table th {
font-size: .9rem;
overflow: auto;
zoom: 1;
}
}
#breadCrumb {
overflow: hidden;
}
.aside-inr li p {
overflow: hidden;
}
.aside-inr ul li {
overflow: hidden;
}
.aside-inr ul li a {
overflow: hidden;
}
.layout, .outer02, .rolex .gnav, .sns, .wrap {
overflow: hidden;
}
a {
color: inherit;
outline: 0;
}
hr {
border-width: 1px 0 0;
height: 1px;
clear: both;
}
body {
font-family: 'Noto Sans Japanese',"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
font-size: .88rem;
text-align: center;
background-color: #f6f6f6;
color: #2e2e2e;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wrap {
position: relative;
z-index: 4;
margin-top: 0;
margin-left: auto;
margin-right: auto;
}
.outer02 {
margin: 41px auto 0;
}
.layout {
margin: 0 auto;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
@media screen and (max-width: 700px) {
.wrap {
width: 100%;
}
#top .outer {
padding-left: 5%;
padding-right: 5%;
}
.outer02 {
width: 100%;
padding: 0;
margin: 0;
}
.layout {
width: 90%;
}
}
.footerBottom p:nth-child(2), .open p, .tel-bnr > span:nth-child(2) {
font-family: Lora,serif;
font-style: italic;
font-weight: 400;
}
.Header {
width: 100%;
z-index: 4;
top: 0;
left: 0;
margin: 0 auto;
height: 168px;
}
.Header h1 {
float: left;
padding: 0;
font-size: 12px;
letter-spacing: .7px;
}
.Header h1 span {
text-align: left;
float: left;
}
.head-contact p, .open {
text-align: right;
}
.Header .logo {
float: left;
clear: both;
margin: 13px 0 0;
width: 232px;
height: 60px;
}
.Header .logo a {
display: block;
width: 100%;
background: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/logo.png) no-repeat;
background-size: 232px;
height: 60px;
text-indent: -9999px;
}
.head-contact {
float: right;
}
.free-assess, .open {
float: left;
color: #FFF;
height: 84px;
}
.rolex .free-assess {
background: #996c33;
}
.marche .free-assess {
background: #7cd3b9;
}
.free-assess {
padding: 8px 20px 2px;
font-size: .8rem;
line-height: 1.4;
font-weight: 500;
}
.open {
background: #000;
padding: 0 20px 10px 37px;
}
.open p {
font-size: 1.9rem;
line-height: 1.7;
font-family: Lora,serif;
font-style: italic;
font-weight: 400;
padding: 3px 0 0;
}
.open .time {
font-size: .9rem;
font-weight: 700;
padding: 0 16px 0 0;
}
.open i {
font-size: 1.4rem;
margin: 0 5px 0 0;
}
.free-assess span {
display: block;
font-family: Neuton,"Ryumin Bold KL","ヒラギノ明朝 ProN W3",HiraMinProN-W3,HG明朝E,"ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
font-size: 1.46rem;
font-weight: 700;
padding: 0;
}
.gnav {
background-color: #de2f5e;
clear: both;
}
.rolex .gnav {
background-color: #00561f;
clear: both;
}
.gnav .list {
width: 1024px;
display: table;
position: relative;
}
.gnav .list li {
display: table-cell;
font-size: 14px;
font-weight: 600;
border-left: 1px solid #FFF;
}
.gnav .list li.bg-brown, .gnav .list li.bg-green {
background-position: 0 0;
background-size: 100%;
position: absolute;
top: -16px;
bottom: 0;
height: 68px;
right: 0;
padding-top: 15px;
border: none;
}
.gnav .list li.bg-brown {
background-color: #00561f;
}
.gnav .list li.bg-green {
background-color: #de2f5e;
padding-top: 24px;
}
.gnav .list li a {
display: block;
color: #FFF;
font-size: .9rem;
line-height: 1.44;
font-weight: 600;
-webkit-transition: -webkit-transform;
transition: -webkit-transform;
transition: transform;
transition: transform,-webkit-transform;
}
.gnav .list li span:last-child {
display: block;
color: #bdbdbd;
font-size: .76rem;
letter-spacing: -.1px;
}
@media only screen and (min-width: 700px) {
.gnav .list li {
height: 36px;
width: 145.3px;
display: table-cell;
vertical-align: middle;
margin: 16px auto;
}
.fixed {
position: fixed;
z-index: 4;
background: #FFF;
width: 100%;
left: 0;
top: -100px;
padding: 0 !important;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}
.gnav {
height: 68px;
margin: 0 -1200px;
}
.gnav .list li.h-list-child {
display: none;
}
}
@media screen and (max-width: 700px) {
.gnav .list li span:last-child, .head-contact {
display: none;
}
.Header {
margin-bottom: 0;
padding-bottom: 0;
height: 73px;
position: fixed;
z-index: 999;
line-height: 1;
}
.Header h1 {
padding-top: 0;
position: absolute;
}
.Header h1 > span:first-child {
padding: 10px 0 0 14px;
}
.Header .logo {
width: 162px;
height: 42px;
padding-top: 0;
margin: 12px 0 0 14px;
}
.Header .logo a {
background: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/logo-s.png) no-repeat;
background-size: 162px 42px;
height: 42px;
}
.Header .mainnav {
clear: both;
}
.Header #menu-box .mainnav {
width: 100%;
}
.rolex .gnav {
background-color: none;
}
.Header .header-bottom {
margin: 0;
z-index: 9999px;
clear: right;
padding: 0;
background: #FFF;
height: 85px;
}
.gnav {
padding-top: 0;
padding-bottom: 0;
}
.gnav .list li {
font-size: .96rem;
border-left: none;
}
.h-list-child {
font-size: .96rem;
border-left: none;
}
}
@media screen and (max-width: 500px) {
.Header h1 > span:first-child {
font-size: .62rem;
}
}
.Header .header-inr {
width: 1024px;
margin: 13px auto 0;
}
.Header #menu {
max-width: 1024px;
margin: 0 auto;
padding: 0;
display: table;
}
@media screen and (max-width: 700px) {
.Header .header-inr {
width: 100%;
margin: 0;
}
}
@media screen and (min-width: 700px) {
.Header .list li a {
display: block;
}
.Header #menu .menu-hidden {
display: none;
}
.Header #menu ul.child-list li a {
padding: 4px 20px;
font-size: .96rem;
}
}
@media only screen and (min-width: 700px) {
.Header #menu {
margin: 0 auto;
padding: 14px 0;
}
.Header #menu .menu-hidden {
display: none;
}
.child-list li a {
color: #039be5;
}
}
@media only screen and (max-width: 700px) {
.Header #menu {
position: absolute;
display: none;
width: 100%;
background: #FFF;
z-index: 1000;
}
.marche .Header #menu li {
background: #f3709c;
}
.rolex .Header #menu li {
background: #1a480d;
}
.Header #menu li {
width: 100%;
border-top: 1px solid #FFF;
display: block;
position: relative;
padding-left: 0;
padding-right: 0;
}
.Header #menu .child-list2 li:first-child, .Header #menu ul.child-list li:first-child {
border-top: none;
}
.Header #menu li.t {
display: none;
}
.Header #menu li.child-list-sp {
border-top: none;
display: none;
}
.Header #menu .h-list-child, .Header #menu li a {
padding: 8px 0;
position: relative;
display: inline-block;
width: 100%;
vertical-align: bottom;
line-height: 1.8;
font-size: .88rem;
font-weight: 500;
}
.marche .Header #menu .child-list-sp li a {
background: #f3b3c4;
}
.rolex .Header #menu .child-list-sp li a {
background: #000;
}
.Header #menu .child-list-sp li a {
font-size: .86rem;
color: #fFFF;
text-align: left;
padding-left: 20%;
}
.Header #menu .child-list-sp li:first-child a {
border-top: 1px solid #FFF;
}
.Header #menu .menu-hidden.freecall {
padding-top: 23px;
padding-bottom: 20px;
background: #FFF;
}
.Header #menu .menu-hidden.freecall span:first-child {
color: #000;
font-size: .88rem;
display: block;
font-weight: 500;
margin: 0 0 19px;
}
.marche .Header #menu .menu-hidden.freecall a {
background: #f53c74;
}
.rolex .Header #menu .menu-hidden.freecall a {
background: #000;
}
.Header #menu .menu-hidden.freecall a {
color: #fff;
display: block;
margin: 0 auto;
font-size: 20px;
}
.Header #menu .menu-hidden.freecall a i {
display: inline-block;
font-size: 15px;
margin-right: 5px;
}
.Header #menu .menu-hidden.mail {
background: #fff;
padding: 0 0 25px;
}
.marche .Header #menu .menu-hidden.mail a {
color: #f3709c;
}
.rolex .Header #menu .menu-hidden.mail a {
color: #ac6a00;
}
.Header #menu .menu-hidden.mail a {
background: #FFF;
width: 80%;
border: 2px solid;
padding: 12px 18px;
}
.Header #menu .menu-hidden.mail a i {
margin-right: 5px;
}
}
.header-bottom {
padding: 15px 0 0;
clear: both;
}
.Header #toggle {
display: none;
}
.headroom-pinned {
top: 0;
transition: all .4s linear;
}
#menu .h-list-child .click-btn, #menu .h-list-child .click-btn2 {
display: block;
font-family: inherit;
font-size: .88rem;
color: #FFF;
}
.footer-left p, .footer-left small {
font-size: .8rem;
}
@media screen and (min-width: 700px) {
.Header #menu li.child-list-sp {
display: none;
}
.Header #menu ul.child-list, .Header #menu ul.child-list2 {
position: absolute;
border-top: 1px solid #ccc;
margin-top: 17px;
margin-left: -32.7px;
z-index: 1;
border-left: none;
}
.Header #menu ul.child-list li, .Header #menu ul.child-list2 li {
display: block;
text-align: left;
padding: 15px 20px 15px 0;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #FFF;
float: none;
}
}
@media only screen and (max-width: 700px) {
.Header #toggle {
display: block;
position: relative;
width: 100%;
}
.Header #toggle a {
padding: 29px 0 10px;
color: #fff;
text-align: center;
text-decoration: none;
float: right;
margin-right: 16px;
}
}
.marche .siteFooter {
background: #f3709c;
}
.rolex .siteFooter {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d2306', endColorstr='#1b4b0e');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0d2306', endColorstr = '#1b4b0e')";
background-image: -moz-linear-gradient(top, #0d2306, #1b4b0e);
background-image: -ms-linear-gradient(top, #0d2306, #1b4b0e);
background-image: -o-linear-gradient(top, #0d2306, #1b4b0e);
background-image: -webkit-gradient(linear, center top, center bottom, from(#0d2306), to(#1b4b0e));
background-image: -webkit-linear-gradient(top, #0d2306, #1b4b0e);
background-image: linear-gradient(top, #0d2306, #1b4b0e);
}
.siteFooter {
width: 100%;
color: #FFF;
text-align: left;
clear: both;
padding: 0 0 130px;
}
.siteFooter h1 {
margin-bottom: 12px;
}
.footer-left {
float: left;
width: 350px;
font-weight: 500;
margin: 30px 0 0;
}
.footer-left p {
margin: 0 0 18px;
line-height: 1.76;
}
.footer-right {
float: right;
width: 645px;
margin: 40px 0 0;
}
.footer-right div {
width: 220px;
float: left;
margin: 0 35px 0 0;
}
.footer-right div:nth-child(3) {
width: 135px;
margin: 25px 0 0;
padding: 13px 0 0;
border-top: 1px solid #FFF;
}
.footer-right div h4 {
font-size: 1.04rem;
font-weight: 600;
padding-bottom: 8px;
border-bottom: 1px solid #fff;
margin-bottom: 13px;
}
.footer-right a {
font-size: .88rem;
font-weight: 500;
padding: 6px 8px 6px 0;
}
.Header #menu .child-list-sp li a:before {
font-family: FontAwesome;
content: "\f105";
padding-right: 6px;
position: relative;
bottom: 0;
font-size: 1rem;
line-height: 1;
font-weight: 700;
}
.footer-right a:before {
font-family: FontAwesome;
content: "\f105";
padding-right: 6px;
position: relative;
bottom: 0;
font-size: 1rem;
line-height: 1;
font-weight: 700;
}
.footer-right ul {
display: block;
clear: both;
}
.footer-right ul li {
padding: 0 0 15px;
}
.footer-right ul li:last-child {
margin-right: 0;
}
.footer-right .row {
display: none;
}
.footerBottom {
background: #f6f6f6;
clear: both;
width: 100%;
z-index: 999;
padding: 15px 0;
box-shadow: rgba(74, 74, 74, 0.2098) -1px -3px 11px -3px;
-webkit-box-shadow: rgba(74, 74, 74, 0.2098) -1px -3px 11px -3px;
-moz-box-shadow: rgba(74, 74, 74, 0.2098) -1px -3px 11px -3px;
position: fixed;
bottom: 0;
}
.footerBottom p:first-child {
float: left;
font-size: 15px;
font-weight: 700;
padding: 12px 20px 0 0;
}
.marche .footerBottom p:nth-child(2) {
background: #e02959;
}
.rolex .footerBottom p:nth-child(2) {
background: #000;
}
.footerBottom p:nth-child(2) {
float: left;
padding: 0 18px 2px;
color: #FFF;
font-size: 1.8rem;
font-weight: 700;
}
.footerBottom p:nth-child(2) a {
font-size: 1.8rem;
}
.footerBottom p:nth-child(2) i {
font-size: 1.5rem;
margin: 0 4px 0 0;
}
.footerBottom p:nth-child(2) .time {
font-size: .8rem;
display: inline-block;
vertical-align: middle;
padding: 0 0 0 12px;
font-style: normal;
font-family: 'Noto Sans Japanese',"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
}
.footerBottom p:nth-child(2) + div {
display: inline-block;
padding: 0;
float: right;
}
.footerBottom p:nth-child(2) + div i {
margin: 0 5px 0 0;
font-weight: 700;
font-size: 1rem;
}
.marche .footerBottom p:nth-child(2) + div a {
border: 3px solid #f3709c;
color: #f3709c;
}
.rolex .footerBottom p:nth-child(2) + div a {
border: 3px solid #ac6a00;
color: #ac6a00;
}
.footerBottom p:nth-child(2) + div a {
padding: 16px;
font-weight: 700;
display: block;
font-size: .94rem;
}
@media only screen and (min-width: 700px) {
.footer-right ul {
display: block !important;
}
.footer-right div h4 i {
display: none;
}
}
@media only screen and (max-width: 700px) {
.footer-left {
width: 100%;
float: none;
}
.footer-right {
width: 100%;
float: none;
}
.footer-right div {
width: 100%;
float: none;
}
.footer-right div:nth-child(3) {
width: 100%;
float: none;
}
.footerBottom p:first-child {
width: 100%;
float: none;
}
.footerBottom p:nth-child(2) {
width: 100%;
float: none;
}
.footerBottom p:nth-child(2) + div {
width: 100%;
float: none;
}
.siteFooter {
font-size: .8rem;
text-align: center;
margin-bottom: 0;
padding-top: 25px;
padding-bottom: 0;
}
.footer-left, .footer-right {
margin: 0;
}
.left-inr {
margin-bottom: 30px;
}
.left-inr h1 {
margin-bottom: 12px;
}
.left-inr h1 img {
max-width: 200px;
}
.footer-right {
overflow: hidden;
border-top: 1px solid #FFF;
}
.marche .footer-right ul {
background: #f3b3c4;
}
.rolex .footer-right ul {
background: #000;
}
.footer-right ul {
font-size: .86rem;
color: #fFFF;
}
.footer-right ul li {
width: 100%;
border-bottom: 1px solid #FFF;
padding: 0;
text-align: left;
}
.footer-right a {
padding: 10px 0 10px 20%;
display: block;
text-align: left;
}
.footer-right div h4:hover {
cursor: pointer;
}
.footerBottom {
box-shadow: none;
position: relative;
width: 100%;
text-align: center;
padding: 15px 0 20px;
z-index: 100;
}
.footerBottom p:nth-child(2) {
margin: 20px 0;
padding: 16px 0;
line-height: 1;
}
.footer-right div:nth-child(3) {
margin: 0;
padding: 0;
border: none;
}
.marche .footer-right div:nth-child(3) li {
background: #f3709c;
}
.rolex .footer-right div:nth-child(3) li {
background: #163e0b;
}
.footer-right div:nth-child(3) li {
background: #f3709c;
}
.footer-right div:nth-child(3) li a {
text-align: center;
padding-left: 0;
}
.footer-right div:nth-child(3) li a:before {
display: none;
}
.footer-right div h4 {
font-size: .88rem;
font-weight: 500;
margin-bottom: 0;
padding: 13px 0;
}
.footerBottom p:nth-child(2) span {
display: block;
}
.footer-left p {
font-size: .7rem;
}
.footerBottom p:nth-child(2) + div a {
font-size: .88rem;
padding: 13px 25px 13px 30px;
}
}
.heading .fa {
color: #039be5;
font-size: 2.3rem;
}
.heading h2 {
font-size: 1.5rem;
font-weight: 700;
text-align: left;
}
.heading h2 span {
font-size: .76rem;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
max-width: 150px;
margin: 15px auto 28px;
align-items: center;
-webkit-box-align: center;
-webkit-align-items: center;
text-align: center;
color: #2e2e2e;
font-weight: 500;
clear: both;
}
.heading p {
margin: 0 auto;
}
.heading h2 span:after {
border-top: 1px solid #CCC;
content: "";
display: inline;
flex-grow: 1;
-webkit-flex-grow: 1;
-webkit-box-flex: 1;
}
.heading h2 span:before {
border-top: 1px solid #CCC;
content: "";
display: inline;
flex-grow: 1;
-webkit-flex-grow: 1;
-webkit-box-flex: 1;
margin-right: 1.2em;
}
.heading h2 span:after {
margin-left: 1.2em;
}
.marche .head {
background: #f3b3c4;
position: relative;
}
.rolex .head {
background: #153a0a;
position: relative;
}
.head {
margin: 0 0 10px;
height: 210px;
}
.head .outer {
width: 1024px;
margin: 0 auto;
}
.marche .head .outer {
background: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/m_page-bg.png) right top no-repeat;
}
.rolex .head .outer {
background: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/r_page-bg.png) right top no-repeat;
}
.head .heading {
height: 245px;
display: table;
}
.head .heading .fa {
color: #039be5;
font-size: 2rem;
}
.head .heading h2 {
width: 460px;
font-size: 1.9rem;
letter-spacing: 0;
line-height: 1.38;
color: #FFF;
padding: 0 0 0 20px;
display: table-cell;
vertical-align: middle;
top: -17px;
position: relative;
}
.head .heading h2 span {
margin: 12px auto 28px;
}
@media only screen and (max-width: 700px) {
.head {
margin-top: 84px;
height: auto;
}
.head .heading {
height: auto;
width: 100%;
}
.head .heading h2 {
font-size: 18px;
margin: 0;
padding: 33px 0;
letter-spacing: 1px;
text-align: center;
top: 0;
}
.head .heading h2 span {
max-width: 140px;
font-size: .7rem;
margin: 13px auto 15px;
letter-spacing: 1px;
vertical-align: middle;
}
.head .heading p {
text-align: center;
}
.head .heading p br {
display: none;
}
.head .heading .fa {
font-size: 1.6rem;
margin: 20px 0 0;
}
.marche .head .outer,
.rolex .head .outer {
width: 100%;
background-image: none;
padding: 0;
}
}
aside {
float: right;
width: 260px;
margin: 0 0 70px;
}
.marche aside h3 {
background: #f3709c;
}
.rolex aside h3 {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#533714', endColorstr='#976a32');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#533714', endColorstr = '#976a32')";
background-image: -moz-linear-gradient(top, #533714, #976a32);
background-image: -ms-linear-gradient(top, #533714, #976a32);
background-image: -o-linear-gradient(top, #533714, #976a32);
background-image: -webkit-gradient(linear, center top, center bottom, from(#533714), to(#976a32));
background-image: -webkit-linear-gradient(top, #533714, #976a32);
background-image: linear-gradient(top, #533714, #976a32);
}
.sideNav-latestinfo h3:first-child {
font-size: 1.14rem;
background: #996c33;
padding: 10px;
margin-top: 10px;
}
aside h3 {
text-align: left;
padding: 8px 10px;
display: inline-block;
width: 260px;
color: #FFF;
line-height: 1;
font-size: 1rem;
font-weight: 700;
margin: 40px 0 10px;
}
aside .sideNav-info h3 {
margin-top: 43px;
}
.marche aside .sideNav-info h3 {
margin-top: 30px;
}
aside .sideNav-popular {
line-height: 1.5;
display: block;
font-size: .84rem;
}
.aside-inr {
overflow: hidden;
text-align: left;
}
.aside-inr ul li {
clear: both;
padding: 13px 0 4px;
}
.sideNav-info .aside-inr ul li {
padding: 13px 0;
}
.aside-inr ul li:first-child {
padding-top: 5px;
}
.aside-inr ul li a {
display: block;
}
.aside-inr li p {
line-height: 1.6;
display: block;
font-size: .84rem;
font-weight: 500;
}
.aside-inr .thumb {
float: left;
padding-right: 10px;
}
.aside-inr .thumb + span {
padding: 0 0 6px;
display: block;
font-weight: 700;
}
.aside-inr .thumb img {
width: 72px;
height: 72px;
}
.sideNav-info li {
border-bottom: 1px solid #a0a0a0;
}
.sideNav-info span {
display: block;
font-size: .9rem;
font-weight: 700;
margin: 0 0 7px;
}
.sideNav-bnr {
display: block;
clear: both;
}
#top .sideNav-bnr a img, #top .sideNav-bnr a:first-child img {
width: 100%;
height: auto;
}
.sideNav-bnr a {
margin: 0 0 7px;
display: block;
}
.sideNav-bnr a img, .sideNav-bnr a:first-child img {
width: 100%;
height: auto;
}
.sideNav-shopinfo .aside-inr li p {
font-weight: 500;
line-height: 1.64;
}
.sideNav-shopinfo h4 {
color: #f3709c;
font-weight: 600;
font-size: 1.14rem;
padding: 13px 0 7px;
}
.sideNav-popular h3 {
margin-top: 30px;
}
@media only screen and (max-width: 700px) {
aside {
float: none;
margin: 0 auto 22px;
width: 100%;
}
.aside-inr ul li {
padding: 8px 0;
}
aside h3 {
width: 100%;
font-size: 1rem;
padding: 12px 0;
margin: 45px 0 8px;
text-align: center;
}
aside h3:first-child {
margin: 20px 0 15px;
}
.aside-inr {
width: 90%;
margin: 0 auto;
}
.sideNav-bnr {
text-align: center;
}
.sideNav-bnr.mt40 {
margin-top: 20px !important;
}
.sideNav-bnr .mb00 {
margin: 0 0 20px !important;
}
.sideNav-info .aside-inr ul {
margin: 0 0 15px;
}
.sideNav-shopinfo li img {
max-width: 106px;
width: 100%;
}
.sideNav-shopinfo li a:first-child {
float: left;
margin: 0 12px 0 0;
}
.sideNav-shopinfo h4 {
padding: 0 0 5px;
font-size: 1rem;
line-height: 1;
}
.sideNav-shopinfo .aside-inr li p {
line-height: 1.5;
}
.sideNav-info span {
margin: 0 0 2px;
}
.rolex .sideNav-bnr {
margin-top: 20px !important;
}
.rolex .sideNav-bnr a:first-child img, .rolex .sideNav-bnr img {
width: 100%;
max-width: 340px;
}
.rolex .sideNav-bnr a {
margin: 0 0 20px !important;
}
.rolex .sideNav-bnr a:last-child {
margin: 0 0 10px !important;
}
.aside-inr .thumb + span {
padding: 0 0 1px;
}
}
input#s::-webkit-input-placeholder, input#s:-ms-input-placeholder, input#s::-moz-placeholder {
font-size: .84rem;
color: #595959;
font-weight: 600;
letter-spacing: .5px;
}
.search-form {
height: 32px;
margin: 0 0 7px;
padding: 2px 10px;
float: left;
display: block;
width: 260px;
border: 1px solid #999;
background: #fff;
font-size: .94rem;
}
.search-box {
display: table-cell;
padding-top: 1px;
}
.search-btn {
display: table-cell;
}
.search-btn button {
background: #FFF;
outline: 0;
}
.search-btn button:hover {
cursor: pointer;
}
.search-form input {
border: none;
height: 20px;
width: 212px;
outline: 0;
color: #2e2e2e;
font-size: .88rem;
}
.search-form .search-btn i {
line-height: 1.24;
font-size: 1.04rem;
vertical-align: middle;
color: #000;
}
@media only screen and (max-width: 700px) {
.search-form {
width: 90%;
float: none;
padding: 4px 1% 4px 2%;
margin: 0 auto 14px;
}
.search-box {
width: 100%;
text-align: left;
}
.search-form input {
width: 100%;
}
#top aside .search-form, #top aside .sideNav-bnr {
display: none;
}
}
.sns ul {
position: relative;
}
.sns ul li {
float: left;
position: relative;
}
@media only screen and (max-width: 330px) {
input#s::-webkit-input-placeholder, input#s:-ms-input-placeholder, input#s::-moz-placeholder {
font-size: .88rem;
line-height: 1.1;
}
.search-btn {
padding-top: 0;
}
.search-form .search-btn i {
margin-top: -4px;
}
}
#breadCrumb {
margin: 0 auto;
position: relative;
z-index: 2;
clear: both;
}
#breadCrumb ul {
max-width: 1024px;
width: 1024px;
margin: 0 auto;
padding: 14px 0 13px;
}
#breadCrumb ul:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#breadCrumb ul li {
position: relative;
float: left;
font-size: .8rem;
}
#breadCrumb ul li a {
padding-right: 20px;
}
#breadCrumb ul li a:after {
font-family: FontAwesome;
position: absolute;
right: 7px;
top: 0;
content: "\f105";
padding-left: 1px;
line-height: 1;
}
#breadCrumb ul li a:hover {
text-decoration: underline;
color: #2e2e2e;
opacity: 1;
}
@media only screen and (max-width: 700px) {
#breadCrumb {
position: relative;
background: #FFF;
margin: 84px 0 0;
border-top: 2px solid #a0a0a0;
}
#breadCrumb ul {
width: 94%;
padding: 7px 3%;
}
#breadCrumb ul li {
font-size: .7rem;
line-height: 1.5;
}
#breadCrumb ul li a {
padding-right: 18px;
font-size: .7rem;
line-height: 1;
}
#breadCrumb ul li a:after {
right: 7px;
line-height: 1.5;
}
}
.sns {
margin: 30px auto 0;
padding: 0 0 45px;
border-bottom: 1px solid #bfbfbf;
}
.sns.sns-small {
border-bottom: 0;
}
.Header .fa-angle-right {
font-size: 1.2rem;
bottom: -1px;
position: relative;
}
@media only screen and (max-width: 700px) {
.footer-right i, .mainnav i {
font-size: 1rem;
font-weight: 700;
margin-left: 8px;
}
}
@media all and (-ms-high-contrast: none) {
.bnr-delivery + .outer > p, .footerBottom p:nth-child(2) + div a, .gnav .list li a, .mv-tex p, .pledge-bnr p, .purchase-bnr p, aside h3 {
font-weight: 500;
}
} .mdl-sidebar-popular {
list-style: none;
}
.mdl-sidebar-popular .wpp-list {
counter-reset: wpp-ranking;
}
.mdl-sidebar-popular .wpp-list li:before {
content: counter(wpp-ranking, decimal);
counter-increment: wpp-ranking;
color: #fff;
background: #f53c74;
padding: 0px 6px;
margin: 3px 8px 0 0;
font-weight: 700;
float: left;
} .text-small {
font-size: 16px;
}
.text-medium {
font-size: 22px;
}
.text-large {
font-size: 28px;
}
.bnr-free {
padding: 8px 16px;
text-align: left;
color: #fff;
background: #7cd3b9;
}
.bnr-free .text-circle {
display: inline-block;
width: 56px;
height: 56px;
padding-top: 10px;
border-radius: 50%;
line-height: 1;
text-align: center;
color: #f3709c;
font-weight: 600;
line-height: 1.2;
font-size: 16px;
background: #fff;
}
@media screen and (max-width: 768px) {
.bnr-free .text-circle {
width: 80px;
height: 80px;
padding-top: 16px;
font-size: 20px;
}
}
.bnr-free .text-small {
display: block;
}
.bnr-free .text-large {
display: block;
padding-bottom: 4px;
line-height: 1;
font-weight: 600;
}
.bnr-free i {
padding-right: 4px;
vertical-align: middle;
font-size: 10px;
}
@media screen and (max-width: 768px) {
.bnr-free .l-grid-col3 {
float: left;
display: block;
margin-right: 2.35765%;
width: 31.76157%;
}
.bnr-free .l-grid-col3:last-child {
margin-right: 0;
}
.bnr-free .l-grid-col9 {
float: left;
display: block;
margin-right: 2.35765%;
width: 65.88078%;
}
.bnr-free .l-grid-col9:last-child {
margin-right: 0;
}
}
.bnr-rolex {
color: #fff;
background: #000;
}
.bnr-rolex .text-medium {
display: block;
padding: 16px 0;
text-align: center;
font-weight: 600;
}
@media screen and (max-width: 768px) {
.bnr-rolex .text-medium {
padding: 16px 0 0;
}
}
.bnr-rolex img {
text-align: center;
}
@media screen and (max-width: 768px) {
.bnr-rolex img {
width: 50% !important;
}
}
.bnr-rolex .text-small {
display: block;
padding-bottom: 8px;
line-height: 1.2;
font-family: YuMincho,"游明朝","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.bnr-rolex .btn-more {
display: block;
padding: 8px 0;
text-transform: uppercase;
background: #00561f;
}
@media screen and (max-width: 768px) {
.bnr-rolex .btn-more {
padding: 4px 0;
}
}
.bnr-rolex i {
padding-right: 4px;
vertical-align: middle;
font-size: 10px;
}  .l-main {
float: left;
}
.l-sidebar {
float: right;
}
.l-flipped .l-main {
float: right;
}
.l-flipped .l-sidebar {
float: left;
} .l-grid-container {
width: 100%;
height: auto;
margin: 0 auto;
}
@media screen and (max-width: 768px) {
.l-grid-container {
width: 100%;
}
}
.l-grid {
max-width: 1024px;
margin-left: auto;
margin-right: auto;
}
.l-grid::after {
clear: both;
content: "";
display: table;
}
.l-grid-col1 {
float: left;
display: block;
margin-right: 2.35765%;
width: 6.17215%;
}
.l-grid-col1:last-child {
margin-right: 0;
}
.l-grid-col1-5 {
float: left;
display: block;
margin-right: 2.35765%;
width: 10.43705%;
}
.l-grid-col1-5:last-child {
margin-right: 0;
}
.l-grid-col2 {
float: left;
display: block;
margin-right: 2.35765%;
width: 14.70196%;
}
.l-grid-col2:last-child {
margin-right: 0;
}
.l-grid-col2-5 {
float: left;
display: block;
margin-right: 2.35765%;
width: 18.96686%;
}
.l-grid-col2-5:last-child {
margin-right: 0;
}
.l-grid-col3 {
float: left;
display: block;
margin-right: 2.35765%;
width: 23.23176%;
}
.l-grid-col3:last-child {
margin-right: 0;
}
.l-grid-col3-5 {
float: left;
display: block;
margin-right: 2.35765%;
width: 27.49666%;
}
.l-grid-col3-5:last-child {
margin-right: 0;
}
.l-grid-col4 {
float: left;
display: block;
margin-right: 2.35765%;
width: 31.76157%;
}
.l-grid-col4:last-child {
margin-right: 0;
}
.l-grid-col4-5 {
float: left;
display: block;
margin-right: 2.35765%;
width: 36.02647%;
}
.l-grid-col4-5:last-child {
margin-right: 0;
}
.l-grid-col5 {
float: left;
display: block;
margin-right: 2.35765%;
width: 40.29137%;
}
.l-grid-col5:last-child {
margin-right: 0;
}
.l-grid-col5-5 {
float: left;
display: block;
margin-right: 2.35765%;
width: 44.55627%;
}
.l-grid-col5-5:last-child {
margin-right: 0;
}
.l-grid-col6 {
float: left;
display: block;
margin-right: 2.35765%;
width: 48.82117%;
}
.l-grid-col6:last-child {
margin-right: 0;
}
.l-grid-col6-5 {
float: left;
display: block;
margin-right: 2.35765%;
width: 53.08608%;
}
.l-grid-col6-5:last-child {
margin-right: 0;
}
.l-grid-col7 {
float: left;
display: block;
margin-right: 2.35765%;
width: 57.35098%;
}
.l-grid-col7:last-child {
margin-right: 0;
}
.l-grid-col7-5 {
float: left;
display: block;
margin-right: 2.35765%;
width: 61.61588%;
}
.l-grid-col7-5:last-child {
margin-right: 0;
}
.l-grid-col8 {
float: left;
display: block;
margin-right: 2.35765%;
width: 65.88078%;
}
.l-grid-col8:last-child {
margin-right: 0;
}
.l-grid-col8-5 {
float: left;
display: block;
margin-right: 2.35765%;
width: 70.14568%;
}
.l-grid-col8-5:last-child {
margin-right: 0;
}
.l-grid-col9 {
float: left;
display: block;
margin-right: 2.35765%;
width: 74.41059%;
}
.l-grid-col9:last-child {
margin-right: 0;
}
.l-grid-col9-5 {
float: left;
display: block;
margin-right: 2.35765%;
width: 78.67549%;
}
.l-grid-col9-5:last-child {
margin-right: 0;
}
.l-grid-col10 {
float: left;
display: block;
margin-right: 2.35765%;
width: 82.94039%;
}
.l-grid-col10:last-child {
margin-right: 0;
}
.l-grid-col10-5 {
float: left;
display: block;
margin-right: 2.35765%;
width: 87.20529%;
}
.l-grid-col10-5:last-child {
margin-right: 0;
}
.l-grid-col11 {
float: left;
display: block;
margin-right: 2.35765%;
width: 91.4702%;
}
.l-grid-col11:last-child {
margin-right: 0;
}
.l-grid-col11-5 {
float: left;
display: block;
margin-right: 2.35765%;
width: 95.7351%;
}
.l-grid-col11-5:last-child {
margin-right: 0;
}
.l-grid-col12 {
float: left;
display: block;
margin-right: 2.35765%;
width: 100%;
}
.l-grid-col12:last-child {
margin-right: 0;
}  .h-section-title {
padding: 32px 0;
font-size: 24px;
font-weight: 700;
}
.h-section-title.primary {
color: #f53c74;
border-top: 1px solid #f53c74;
border-bottom: 1px solid #f53c74;
}
.h-section-title.secondary {
color: #1b4b0e;
border-top: 1px solid #1b4b0e;
border-bottom: 1px solid #1b4b0e;
}
@media screen and (max-width: 1100px) {
.h-section-title {
padding: 32px;
}
}
@media screen and (max-width: 768px) {
.h-section-title {
padding: 16px;
font-size: 16px;
line-height: 1.4;
}
} .h-sub-title {
padding-left: 12px;
font-size: 18px;
font-weight: 700;
}
.h-sub-title.primary {
color: #f53c74;
border-left: 2px solid #f53c74;
}
.h-sub-title.secondary {
color: #1b4b0e;
border-left: 2px solid #1b4b0e;
}  .btn-text {
display: inline-block;
font-weight: 500;
}
.btn-text:before {
padding-right: 8px;
font-family: 'FontAwesome';
content: "\f105";
}
@media screen and (max-width: 768px) {
.btn-text {
font-size: 14px;
}
}       #zipcode {
width: 220px;
margin: 0 16px;
}
@media screen and (max-width: 768px) {
#zipcode {
width: 200px;
margin: 0 0 0 32px;
}
}
#zip-btn {
padding: 12px;
font-size: 14px;
color: #fff;
border-radius: 4px;
cursor: pointer;
background-color: #4385bf;
}
#zip-btn:hover {
opacity: .6;
}
@media screen and (max-width: 768px) {
#zip-btn {
width: 260px;
margin-top: 16px;
}
}   .article-list-border {
float: left;
display: block;
margin-right: 3.71965%;
width: 100%;
margin: 16px 0 8px;
}
.article-list-border:last-child {
margin-right: 0;
}
.article-list-border tr {
width: 100%;
display: inline-block;
padding: 16px 16px 16px 0;
border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 960px) {
.article-list-border tr {
padding: 16px;
border-top: 1px solid #e6e6e6;
border-bottom: 0;
}
.article-list-border tr:last-child {
border-bottom: 1px solid #e6e6e6;
}
}
.article-list-border th {
display: block;
border: none;
padding: 0;
}
.article-list-border td {
display: block;
position: relative;
padding-left: 10px;
line-height: 1.8;
}
.article-list-border td:before {
position: absolute;
left: 0;
font-family: 'FontAwesome';
content: "\f105";
}
.article-list-border a:hover {
text-decoration: underline;
} .article-box {
max-width: 1024px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
margin: 32px 0 0;
text-align: center;
}
.article-box::after {
clear: both;
content: "";
display: table;
}
@media screen and (max-width: 960px) {
.article-box {
margin: 20px 5%;
}
}
.article-box .article-card:nth-child(3), .article-box .article-card:nth-child(6) {
margin-right: 0;
}
.article-card {
float: left;
display: block;
margin-right: 3.71965%;
width: 30.85357%;
text-align: left;
overflow: hidden;
}
.article-card:last-child {
margin-right: 0;
}
.article-card:nth-child(3n) {
margin-right: 0;
}
.article-card:nth-child(3n+1) {
clear: left;
}
.article-card a:hover {
opacity: .4;
}
.article-card a h2:hover {
text-decoration: underline;
}
@media screen and (max-width: 960px) {
.article-card {
float: left;
display: block;
margin-right: 3.71965%;
width: 100%;
margin: 0 0 12px;
border-bottom: 1px solid grey;
padding: 0 0 12px;
}
.article-card:last-child {
margin-right: 0;
}
.article-card img {
width: 100%;
max-width: 120px;
height: auto;
float: left;
margin: 0 10px 0 0;
}
.article-card p {
display: none;
}
}   @font-face {
font-family: 'icomoon';
src: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/fonts/sns/icomoon.eot?dkg5ju);
src: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/fonts/sns/icomoon.eot?dkg5ju#iefix) format("embedded-opentype"), url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/fonts/sns/icomoon.ttf?dkg5ju) format("truetype"), url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/fonts/sns/icomoon.woff?dkg5ju) format("woff"), url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/fonts/sns/icomoon.svg?dkg5ju#icomoon) format("svg");
font-weight: normal;
font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] { font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-feedly:before {
content: "\e900";
}
.icon-hatebu:before {
content: "\e901";
}
.icon-line:before {
content: "\e902";
}
.icon-envelope-o:before {
content: "\f003";
}
.icon-twitter-square:before {
content: "\f081";
}
.icon-facebook-square:before {
content: "\f082";
}
.icon-twitter:before {
content: "\f099";
}
.icon-facebook:before {
content: "\f09a";
}
.icon-facebook-f:before {
content: "\f09a";
}
.icon-pinterest:before {
content: "\f0d2";
}
.icon-pinterest-square:before {
content: "\f0d3";
}
.icon-google-plus-square:before {
content: "\f0d4";
}
.icon-google-plus:before {
content: "\f0d5";
}
.icon-envelope:before {
content: "\f0e0";
}
.icon-rss-square:before {
content: "\f143";
}
.icon-youtube-square:before {
content: "\f166";
}
.icon-youtube:before {
content: "\f167";
}
.icon-instagram:before {
content: "\f16d";
}
.icon-tumblr-square:before {
content: "\f174";
}
.icon-vimeo-square:before {
content: "\f194";
}
.icon-pinterest-p:before {
content: "\f231";
}
.icon-get-pocket:before {
content: "\f265";
} .sns {
max-width: 1024px;
margin-left: auto;
margin-right: auto;
clear: both;
}
.sns::after {
clear: both;
content: "";
display: table;
}
.sns .btn-hatena {
background: #008fde;
}
.sns .btn-twitter {
background: #55acee;
}
.sns .btn-facebook {
background: #315096;
}
.sns .btn-mail {
background: #0054a8;
}
.sns .btn-google {
background: #dd4b39;
}
.sns .btn-line {
background: #00c300;
}
.sns .btn-pocket {
background: #f03e51;
}
.sns .btn-feedly {
background: #6cc655;
}
.sns li {
float: left;
display: block;
margin-right: 0%;
width: 33.33333%;
height: 60px;
line-height: 60px;
text-align: center;
}
.sns li:last-child {
margin-right: 0;
}
.sns a {
font-weight: 600;
font-size: 16px;
color: #fff;
}
@media screen and (max-width: 768px) {
.sns a {
font-size: 12px;
}
}
.sns [class^="icon-"] {
padding-right: 16px;
font-size: 1rem;
}
@media screen and (max-width: 768px) {
.sns [class^="icon-"] {
font-size: 16px;
padding-right: 4px;
}
}
.sns [class^="icon-"]:before {
vertical-align: -3px;
}
.sns.sns-small ul {
width: 100%;
}
.sns.sns-small li {
float: left;
display: block;
margin-right: 0%;
width: 12.5%;
height: auto;
line-height: 1;
}
.sns.sns-small li:last-child {
margin-right: 0;
}
@media screen and (max-width: 768px) {
.sns.sns-small li {
float: left;
display: block;
margin-right: 0%;
width: 33.33333%;
}
.sns.sns-small li:last-child {
margin-right: 0;
}
}
.sns.sns-small a {
display: block;
padding: 8px;
font-size: 10px;
}
@media screen and (max-width: 768px) {
.sns.sns-small a {
display: inline-block;
padding: 4px 0 2px;
font-size: 10px;
}
}
.sns.sns-small [class^="icon-"] {
display: block;
margin-bottom: 8px;
padding-right: 0;
}
@media screen and (max-width: 768px) {
.sns.sns-small [class^="icon-"] {
display: inline-block;
font-size: 16px;
padding-right: 4px;
}
}
.sns.sns-small [class^="icon-"]:before {
vertical-align: -3px;
}  .nav-acordion {
position: relative;
}
.nav-acordion + ul {
width: 200px;
height: auto;
position: absolute;
top: 60px;
margin-left: -30px;
z-index: 100;
background: #f53c74;
}
.nav-acordion + ul li {
width: 100% !important;
height: auto !important;
margin: 0 !important;
padding: 16px !important;
display: block !important;
border-left: none !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.nav-acordion + ul li:last-child {
border-bottom: none;
}
@media screen and (max-width: 768px) {
.nav-acordion + ul {
width: 100%;
position: relative;
top: 0;
margin-left: 0;
}
.nav-acordion + ul li {
padding: 0 !important;
}
} .rolex-footer-tel {
height: 90px;
float: left;
padding: 24px 30px;
color: #FFF;
font-size: 1.7rem;
font-weight: 700;
background: #000;
}
@media screen and (max-width: 768px) {
.rolex-footer-tel {
height: auto;
}
}
.rolex-footer-tel a {
font-size: 1.7rem;
}
.rolex-footer-tel i {
font-size: 1.4rem;
}
.rolex-footer-tel .time {
padding-top: 4px;
display: block;
font-size: 10px;
font-weight: 400;
}
.rolex-footer-mail {
margin-left: 8px;
display: inline-block;
padding: 0;
float: left;
}
.rolex-footer-mail a {
height: 90px;
border: 3px solid #ac6a00;
color: #ac6a00;
padding: 32px;
font-weight: 700;
display: block;
font-size: .94rem;
line-height: 1;
}
.rolex-footer-roan {
margin-left: 8px;
padding: 16px 24px;
height: 90px;
float: left;
background-color: #ccc;
}
.rolex-footer-roan h5 {
padding-bottom: 8px;
font-size: 16px;
font-weight: 900;
}
.rolex-footer-roan span {
font-size: 12px;
}
@media screen and (max-width: 768px) {
.rolex-footer-roan {
margin-left: 0;
padding: 16px;
}
}
.jaccs {
display: inline-block;
vertical-align: -10px;
margin-right: 10px;
}
@media screen and (max-width: 768px) {
.rolex-footer-mail,
.rolex-footer-roan,
.rolex-footer-tel {
width: 100%;
float: none;
margin-left: 0;
margin-bottom: 16px;
}
.rolex-footer-roan {
height: auto;
line-height: 1.6;
}
.rolex-footer-roan h5 {
font-size: 14px;
}
.jaccs {
display: block;
padding-bottom: 4px;
}
}
.rolex-footer-roan.watch-roan {
padding: 24px;
margin-left: 0;
height: auto;
overflow: hidden;
float: none;
text-align: center;
}
.rolex-footer-roan.watch-roan h5 {
line-height: 1.5;
}
.rolex-footer-roan.watch-roan .jaccs {
display: block;
vertical-align: inherit;
margin-right: 0;
padding-bottom: 8px;
}
.rolex-footer-roan.watch-roan .btn {
display: block;
margin-top: 16px;
}
.rolex-footer-roan.watch-roan .btn-tel {
margin-top: 16px;
font-size: 24px;
font-weight: 600;
display: block;
}
.rolex-footer-roan.watch-roan .btn-tel i {
font-size: 20px;
}
@media screen and (max-width: 768px) {
.rolex-footer-roan.watch-roan .jaccs img {
width: 100px;
}
} .table-border {
width: 100%;
background: #fff;
}
@media screen and (max-width: 768px) {
.table-border br {
display: none;
}
}
.table-border th {
padding: 12px;
line-height: 1.6;
text-align: center;
border: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
.table-border th {
padding: 8px;
}
}
.table-border td {
padding: 12px;
line-height: 1.6;
text-align: center;
border: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
.table-border td {
padding: 8px;
}
}
.table-border.primary th {
background-color: rgba(245, 60, 116, 0.1);
} .is-hide {
display: none;
}  .article-bloc {
max-width: 1024px;
margin-left: auto;
margin-right: auto;
margin-top: 24px;
text-align: left;
}
.article-bloc::after {
clear: both;
content: "";
display: table;
}
.article-bloc li {
float: left;
display: block;
margin-right: 3.71965%;
width: 48.14018%;
margin-bottom: 40px;
}
.article-bloc li:last-child {
margin-right: 0;
}
.article-bloc li:nth-child(2n) {
margin-right: 0;
}
.article-bloc li:nth-child(2n+1) {
clear: left;
}
.article-bloc.col-3 li {
float: left;
display: block;
margin-right: 3.71965%;
width: 30.85357%;
}
.article-bloc.col-3 li:last-child {
margin-right: 0;
}
.article-bloc.col-3 li:nth-child(2n) {
margin-right: 3.71965%;
}
.article-bloc.col-3 li:nth-child(2n+1) {
clear: none;
}
.article-bloc.col-3 li:nth-child(3n) {
margin-right: 0;
}
.article-bloc.col-3 li:nth-child(3n+1) {
clear: left;
}
@media screen and (max-width: 768px) {
.article-bloc {
padding: 0 16px;
}
.article-bloc li {
float: left;
display: block;
margin-right: 3.71965%;
width: 100%;
margin-bottom: 12px;
}
.article-bloc li:last-child {
margin-right: 0;
}
.article-bloc li:nth-child(2n) {
margin-right: 3.71965%;
}
.article-bloc li:nth-child(2n+1) {
clear: none;
}
.article-bloc.col-3 li {
float: left;
display: block;
margin-right: 3.71965%;
width: 100%;
}
.article-bloc.col-3 li:last-child {
margin-right: 0;
}
.article-bloc.col-3 li:nth-child(2n) {
margin-right: 3.71965%;
}
.article-bloc.col-3 li:nth-child(2n+1) {
clear: none;
}
} .catelog-menu {
margin: 0 0 30px;
overflow: hidden;
}
.catelog-menu ul {
max-width: 1024px;
margin-left: auto;
margin-right: auto;
}
.catelog-menu ul::after {
clear: both;
content: "";
display: table;
}
.catelog-menu ul li {
float: left;
display: block;
margin-right: 1.61735%;
width: 23.78699%;
margin-bottom: 8px;
text-align: center;
background: #FFF;
border: 1px solid #bfbfbf;
}
.catelog-menu ul li:last-child {
margin-right: 0;
}
.catelog-menu ul li:nth-child(4n) {
margin-right: 0;
}
.catelog-menu ul li:nth-child(4n+1) {
clear: left;
}
.catelog-menu ul a {
padding: 16px 0;
display: inline-block;
line-height: 1.4;
}
.catelog-menu ul.active {
background: #000;
color: #FFF;
}
@media screen and (max-width: 768px) {
.catelog-menu {
margin: 0 0 20px;
}
.catelog-menu ul {
margin: 0 -1%;
padding: 8px;
height: 180px;
overflow: auto;
background: #000;
}
.catelog-menu ul li {
margin: 0 1% 10px;
width: 48%;
}
.catelog-menu ul li:last-child {
margin: 0 1% 10px;
width: 48%;
}
.catelog-menu ul li a {
width: 100%;
}
}
.item-list {
max-width: 1024px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
display: none;
clear: both;
border-bottom: 1px solid #898989;
}
.item-list::after {
clear: both;
content: "";
display: table;
}
.item-list li {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
clear: both;
padding: 28px 32px;
margin-bottom: 18px;
display: inline-block;
background: #fff;
text-align: left;
width: 98%;
}
.item-list li:hover {
opacity: 1 !important;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.item-list span {
display: block;
color: #555;
padding: 0 0 15px;
font-weight: 400;
}
@media screen and (max-width: 768px) {
.item-list {
margin: 0 0 20px;
border: none;
}
.item-list span {
padding: 0;
}
}
.item-card {
float: left;
display: block;
margin-right: 1.61735%;
width: 23.78699%;
margin-bottom: 24px;
text-align: center;
float: left;
border-bottom: 2px solid #00561f;
}
.item-card:last-child {
margin-right: 0;
}
.item-card:nth-child(4n) {
margin-right: 0;
}
.item-card:nth-child(4n+1) {
clear: left;
}
.item-card figure {
position: relative;
}
.item-card figure p {
position: absolute;
top: 0;
left: 0;
}
.item-card figure p img {
max-width: 100%;
}
.item-card .item-ttl {
font-weight: 700;
font-size: 14px;
padding: 16px 0;
}
.item-card .item-sub {
font-weight: 400;
font-size: 14px;
text-align: left;
line-height: 1.8;
padding: 0 0 16px 0;
}
.item-card .item-price {
font-size: 16px;
font-weight: 600;
}
@media screen and (max-width: 768px) {
.item-card {
width: 100%;
text-align: left;
min-height: 50px;
margin: 0 0 10px;
border-bottom: 1px solid;
padding: 0 0 10px;
}
.item-card .item-sub {
padding: 0 0 10px;
}
.item-card div {
overflow: auto;
}
.item-card img {
float: left;
margin: 0 12px 0 0;
width: 30%;
height: auto;
overflow: hidden;
clear: both;
}
.item-card .item-ttl {
padding: 0 0 10px;
line-height: 1;
}
.item-card .item-price {
font-size: .9rem;
}
}
.btn:before, .bx-wrapper, .mainBanner {
position: relative;
}
#top .btn {
padding: 18px 75px;
}
.btn, input[type=submit] {
display: inline-block;
color: #FFF;
font-size: 1rem;
padding: 18px 45px;
font-weight: 600;
margin: 0 auto;
letter-spacing: .5px;
}
._pink {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de2f5e', endColorstr='#f3709c');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#de2f5e', endColorstr = '#f3709c')";
background: -moz-linear-gradient(top, #de2f5e, #f3709c);
background: -ms-linear-gradient(top, #de2f5e, #f3709c);
background: -o-linear-gradient(top, #de2f5e, #f3709c);
background: -webkit-gradient(linear, center top, center bottom, from(#de2f5e), to(#f3709c));
background: -webkit-linear-gradient(top, #de2f5e, #f3709c);
background: linear-gradient(top, #de2f5e, #f3709c);
}
._green {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d2306', endColorstr='#1b4c0e');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0d2306', endColorstr = '#1b4c0e')";
background: -moz-linear-gradient(top, #0d2306, #1b4c0e);
background: -ms-linear-gradient(top, #0d2306, #1b4c0e);
background: -o-linear-gradient(top, #0d2306, #1b4c0e);
background: -webkit-gradient(linear, center top, center bottom, from(#0d2306), to(#1b4c0e));
background: -webkit-linear-gradient(top, #0d2306, #1b4c0e);
background: linear-gradient(top, #0d2306, #1b4c0e);
}
._pink02, .marche .post-single .btn {
background: #f3709c;
}
._green02, .marche .post-single .btn {
background: #163e0b;
}
.rolex .post-single .btn {
background: #163e0b;
}
input[type=submit] {
padding: 14px 0;
width: 200px;
margin: 0 auto 70px;
display: block;
}
.btn:before {
font-family: FontAwesome;
content: "\f105";
padding-right: 8px;
bottom: 0;
font-size: 1.2rem;
}
.btn .fa {
font-size: 1.1rem;
margin-right: 9px;
}
.under-article-block + div {
text-align: center;
margin: 35px 0 50px;
}
.click-btn, .click-btn2, .footer-right div h4, .pledge-bnr:hover, .purchase-bnr:hover, .rolex-bnr:hover, .success-bnr01:hover, a, input[type=submit], map:hover {
transition: opacity .25s ease-out;
}
.click-btn2:hover, .click-btn:hover, .pledge-bnr:hover, .purchase-bnr:hover, .rolex-bnr:hover, .success-bnr01:hover, a:hover, input[type=submit]:hover, map:hover {
opacity: .6;
cursor: pointer;
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}
.pledge-bnr a:hover, .purchase-bnr a:hover {
opacity: 1;
}
.pledge-bnr:hover, .purchase-bnr:hover {
opacity: .6;
}
.submit-btn {
background: #f3709c;
}
@media screen and (max-width: 700px) {
.footer-right div h4:hover {
opacity: .6;
cursor: pointer;
}
#top .btn, .btn, .buying02 img + div a, .mainBanner .btn {
padding: 15px 55px;
font-size: 1rem;
}
.btn .fa {
font-size: .8rem;
bottom: 1px;
position: relative;
}
.under-article-block + div {
text-align: center;
margin: 25px 0 33px;
}
.btn:before {
font-size: .94rem;
}
input[type=submit] {
width: 80%;
margin: 0 auto 50px;
}
.buying02 img + div a {
line-height: 1.4;
padding: 15px;
}
.post-single .btn {
padding: 15px 30px;
}
.rolex .post-single .btn {
padding: 16px;
}
}
.container article {
width: 724px;
float: left;
overflow: hidden;
margin: 0 40px 0 0;
box-sizing: border-box;
text-align: left;
}
.container article.post-block, .container article.post-single {
float: left;
margin-left: 0;
}
.layout01 {
background: #FFF;
border: 1px solid #b5b5b5;
padding: 25px 40px;
overflow: hidden;
}
@media screen and (max-width: 700px) {
.layout01 {
border: none;
width: 100%;
padding: 20px 5% 0;
}
.container article.post-block, .container article.post-single {
float: none;
}
.container article.post-block + .fR, .container article.post-single + .fR {
float: none !important;
}
}
.bx-wrapper {
margin: 0 auto;
padding: 0;
}
.bx-viewport .main-slider li {
display: block !important;
margin-right: 0 !important;
height: 550px;
}
.rolex .bx-viewport .main-slider li img {
border: 4px solid #996c33;
box-sizing: border-box;
}
.marche .bx-viewport .main-slider li {
box-sizing: border-box;
}
.mv-tex {
position: absolute;
width: 530px;
float: none;
top: 35px;
left: 5px;
right: 0;
text-align: left;
padding: 16px 0 18px 20px;
background-color: rgba(255, 255, 255, 0.6);
}
.mv-tex h2 {
font-size: 2.2rem;
font-weight: 700;
line-height: 1.42;
letter-spacing: -1px;
padding-bottom: 5px;
color: #f53c74;
}
.mv-tex p {
width: 510px;
font-size: 1rem;
line-height: 1.69;
font-weight: 600;
letter-spacing: -.3px;
color: #2e2e2e;
}
.bx-wrapper li img {
box-sizing: border-box;
}
.bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: 700;
color: #666;
}
@media only screen and (max-width: 700px) {
.mainBanner {
margin-top: 14px;
height: auto;
}
.bx-wrapper {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.bx-wrapper li img {
margin-top: 0;
width: 100%;
box-sizing: border-box;
}
.mv-tex {
left: 1%;
right: 0;
top: 5%;
max-width: 68%;
background: 0 0;
}
.mv-tex h2 {
font-size: 2.2rem;
padding: 0 0 12px;
line-height: 1.52;
margin-left: 0;
}
.mv-tex p {
display: none;
}
}
@media only screen and (min-width: 700px) {
.mainBanner {
position: relative;
overflow: hidden;
}
}
@media only screen and (max-width: 540px) {
.mv-tex {
top: 5%;
}
.mv-tex h2 {
font-size: 1.7rem;
}
}
@media only screen and (max-width: 480px) {
.mv-tex {
top: 1%;
max-width: 200px;
padding-left: 15px;
}
.mv-tex h2 {
font-size: 1.4rem;
line-height: 1.36;
padding: 0 0 5px;
letter-spacing: 0;
}
}
.bnr-block04 div, .bnr-delivery {
text-align: left;
overflow: hidden;
}
.about-buying-block p:before, .company-tb02 tr th:before, .contact-tb01 tr th:before, .ttl03:before {
font-family: FontAwesome;
content: "\f105";
}
.bx-pager {
position: absolute;
bottom: 6px;
left: 0;
right: 0;
}
@media screen and (max-width: 700px) {
.bx-viewport .main-slider li {
height: auto;
}
.bx-pager {
bottom: -7%;
}
}
@media screen and (max-width: 480px) {
.bx-pager {
bottom: -11%;
}
}
@media screen and (max-width: 380px) {
.bx-pager {
bottom: -13%;
}
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
}
.bx-wrapper .bx-pager .bx-pager-item {
display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: #b5b5b5;
text-indent: -9999px;
display: block;
width: 12px;
height: 12px;
margin: 0 9px;
outline: 0;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}
.rolex .bx-wrapper .bx-pager.bx-default-pager a.active, .rolex .bx-wrapper .bx-pager.bx-default-pager a:hover {
background: #00561f;
}
.marche .bx-wrapper .bx-pager.bx-default-pager a.active, .marche .bx-wrapper .bx-pager.bx-default-pager a:hover {
background: #f3b3c4;
}
.bnr-block01 {
padding: 25px 0 30px;
overflow: hidden;
}
.bnr-block04 {
border-bottom: 1px solid #898989;
padding: 60px 0 35px;
}
.marche .bnr-block04 div {
background: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/bnr-bg05.png) right bottom no-repeat #f3b3c4;
}
.rolex .bnr-block04 div {
background: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/r_bnr-bg01.png) right bottom no-repeat #996c33;
}
.bnr-block04 div {
color: #FFF;
font-weight: 700;
display: block;
padding: 20px 25px;
clear: both;
height: 400px;
}
.bnr-block04 p {
font-size: 1.8rem;
padding: 0 0 10px;
font-weight: 700;
}
.bnr-block04 span {
width: 550px;
display: block;
line-height: 1.6;
}
.marche .bnr-delivery {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de2f5e', endColorstr='#f3709c');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#de2f5e', endColorstr = '#f3709c')";
background-image: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/bnr-delivery_bgstar.png), -moz-linear-gradient(top, #de2f5e, #f3709c);
background-image: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/bnr-delivery_bgstar.png), -ms-linear-gradient(top, #de2f5e, #f3709c);
background-image: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/bnr-delivery_bgstar.png), -o-linear-gradient(top, #de2f5e, #f3709c);
background-image: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/bnr-delivery_bgstar.png), -webkit-gradient(linear, center top, center bottom, from(#de2f5e), to(#f3709c));
background-image: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/bnr-delivery_bgstar.png), -webkit-linear-gradient(top, #de2f5e, #f3709c);
background-image: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/bnr-delivery_bgstar.png), linear-gradient(top, #de2f5e, #f3709c);
background-repeat: no-repeat;
background-color: #7cd3b9;
}
.rolex .bnr-delivery {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc8a00', endColorstr='#f2b500');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#bc8a00', endColorstr = '#f2b500')";
background-image: -moz-linear-gradient(top, #bc8a00, #f2b500);
background-image: -ms-linear-gradient(top, #bc8a00, #f2b500);
background-image: -o-linear-gradient(top, #bc8a00, #f2b500);
background-image: -webkit-gradient(linear, center top, center bottom, from(#bc8a00), to(#f2b500));
background-image: -webkit-linear-gradient(top, #bc8a00, #f2b500);
background-image: linear-gradient(top, #bc8a00, #f2b500);
}
.bnr-delivery {
margin: 35px 0;
padding: 26px 0 1px 30px;
}
.bnr-delivery div {
width: 395px;
display: inline-block;
}
.bnr-delivery h3 {
color: #FFF;
}
.bnr-delivery span {
color: #FFF;
font-size: 1.14rem;
font-weight: 500;
}
.bnr-delivery h3 {
font-size: 3rem;
font-weight: 500;
margin: 10px 0 0;
}
.bnr-delivery ul {
margin: 10px 0 0;
}
.bnr-delivery ul li {
float: left;
width: 124px;
margin: 0 7px 0 0;
background: #FFF;
}
.bnr-delivery ul li span:first-child {
display: block;
background: #020202;
padding: 6px 2px 6px 12px;
color: #f9d979;
font-size: 1.24rem;
text-align: center;
}
.bnr-delivery ul li span:nth-child(2) {
color: #000;
font-size: .7rem;
padding: 4px 8px;
display: block;
line-height: 1.6;
}
.bnr-delivery img {
text-align: right;
float: right;
margin-top: -17px;
}
.outer > p {
font-size: 1.1rem;
font-weight: 700 !important;
text-align: center;
}
.pledge-bnr, .purchase-bnr {
width: 340px;
font-weight: 700;
box-sizing: border-box;
}
.pledge-bnr {
border: 6px solid #f3709c;
float: left;
}
.pledge-bnr a {
display: block;
}
.purchase-bnr a {
display: block;
}
.pledge-bnr p, .purchase-bnr p {
padding: 12px 0 12px 60px;
font-size: 1.06rem;
text-align: left;
font-weight: 700;
line-height: 1.58;
}
.pledge-bnr span, .purchase-bnr span {
text-align: right;
display: block;
padding: 6px 30px 0 0;
font-size: .88rem;
}
.pledge-bnr p:nth-child(2), .purchase-bnr p:nth-child(2) {
color: #FFF;
text-align: center;
padding: 15px 0 9px;
font-size: 1.4rem;
line-height: 1;
}
.pledge-bnr p:nth-child(2) {
background: #f3709c;
}
.purchase-bnr p:nth-child(2) {
background: #7cd3b9;
}
.pledge-bnr i, .purchase-bnr i {
font-weight: 700;
margin: 0 6px 0 0;
font-size: 1.4rem;
position: relative;
bottom: 0;
}
.pledge-bnr {
background: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/bnr-bg03.png) no-repeat #FFF;
background-size: 79px;
}
.purchase-bnr {
border: 6px solid #7cd3b9;
float: right;
background: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/bnr-bg04.png) no-repeat #FFF;
background-size: 60px;
}
@media screen and (max-width: 700px) {
.pledge-bnr, .purchase-bnr {
width: 100%;
}
.pledge-bnr {
margin: 0 0 15px;
}
.pledge-bnr p {
font-size: .94rem;
}
.purchase-bnr p {
font-size: .94rem;
}
.pledge-bnr p:nth-child(2), .purchase-bnr p:nth-child(2) {
padding: 12px 0 6px;
}
.pledge-bnr i, .pledge-bnr p:nth-child(2) {
font-size: 1.2rem;
}
.purchase-bnr i, .purchase-bnr p:nth-child(2) {
font-size: 1.2rem;
}
}
.bnr-block02 section {
clear: both;
color: #FFF;
padding: 30px 0 22px 29px;
font-weight: 700;
text-align: left;
}
.bnr-block02 section.rolex-bnr {
padding: 20px 0 22px 29px;
}
.bnr-block02 a {
display: block;
}
.bnr-block02 .rolex-bnr p {
font-size: 1.9rem;
}
.bnr-block02 p {
padding: 0 0 8px;
font-size: 1.7rem;
line-height: 1.3;
}
.bnr-block02 span {
display: block;
font-size: .88rem;
line-height: 1.8;
width: 460px;
}
.marche .success-bnr01 {
background: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/bnr-bg01.png) right 5px no-repeat #f3709c;
background-size: 211px;
}
.rolex .success-bnr01 {
background: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/r_bnr-bg02.png) right top no-repeat #f3709c;
}
.rolex-bnr {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d2306', endColorstr='#1b4c0e');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0d2306', endColorstr = '#1b4c0e')";
background: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/bnr-bg02.png), -moz-linear-gradient(top, #0d2306, #1b4c0e);
background: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/bnr-bg02.png), -ms-linear-gradient(top, #0d2306, #1b4c0e);
background: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/bnr-bg02.png), -o-linear-gradient(top, #0d2306, #1b4c0e);
background: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/bnr-bg02.png), -webkit-gradient(linear, center top, center bottom, from(#0d2306), to(#1b4c0e));
background: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/bnr-bg02.png), -webkit-linear-gradient(top, #0d2306, #1b4c0e);
background: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/bnr-bg02.png), linear-gradient(top, #0d2306, #1b4c0e);
background-repeat: no-repeat;
background-position: right top;
}
@media screen and (min-width: 700px) {
.gnav .list li.h-list-child .click-btn:hover {
opacity: .6;
cursor: pointer;
}
.bnr-block02 .success-bnr01 p br {
display: none;
}
}
@media screen and (max-width: 700px) {
.bnr-block02 section {
padding: 25px 20px;
}
.bnr-block02 section.rolex-bnr {
padding: 25px 20px 20px;
}
.bnr-block02 p {
font-size: 1.4rem;
line-height: 1.34;
text-align: center;
margin: 0;
padding: 0 0 6px;
}
.bnr-block02 .rolex-bnr p {
font-size: 1.2rem;
}
.marche .success-bnr01, .rolex .success-bnr01 {
height: 310px;
background-position: bottom center;
}
.bnr-block02 span {
width: 100%;
margin: 8px auto;
}
.rolex-bnr {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d2306', endColorstr='#1b4c0e');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0d2306', endColorstr = '#1b4c0e')";
background: -moz-linear-gradient(top, #0d2306, #1b4c0e);
background: -ms-linear-gradient(top, #0d2306, #1b4c0e);
background: -o-linear-gradient(top, #0d2306, #1b4c0e);
background: -webkit-gradient(linear, center top, center bottom, from(#0d2306), to(#1b4c0e));
background: -webkit-linear-gradient(top, #0d2306, #1b4c0e);
background: linear-gradient(top, #0d2306, #1b4c0e);
}
.rolex-bnr br {
display: none;
}
}
.r-bnr-block01 {
padding: 0 0 30px;
overflow: hidden;
}
.r-bnr-block01 div:first-child {
float: left;
}
.r-bnr-block01 div:nth-child(2) {
float: right;
}
@media screen and (max-width: 700px) {
.r-bnr-block01 div:first-child img, .r-bnr-block01 div:nth-child(2) img {
max-width: 340px;
width: 100%;
}
.r-bnr-block01 div:first-child, .r-bnr-block01 div:nth-child(2) {
margin: 0 5% 10px;
float: none;
width: 90%;
}
.bnr-block01 {
padding: 0 5% 30px;
overflow: hidden;
}
.layout01 .bnr-block02 {
margin: 0;
}
.bnr-block04 {
padding: 30px 5% 0;
border: none;
}
.marche .bnr-block04 div, .rolex .bnr-block04 div {
height: 350px;
background: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/bnr-bg05_sp.png) center bottom no-repeat #f3b3c4;
background-size: auto;
}
.bnr-block04 p {
font-size: 1.5rem;
line-height: 1.3;
}
.bnr-block04 span {
width: 100%;
}
#top .bnr-delivery {
width: 100%;
}
.bnr-delivery {
width: 100%;
display: block;
padding: 5% 7% 3%;
margin: 20px 0 0;
text-align: center;
background-size: 100%;
}
.bnr-delivery div {
width: 100%;
display: block;
}
.bnr-delivery img {
width: 220px;
float: none;
margin: 20px auto 0;
text-align: center;
}
.bnr-delivery > div > span {
text-align: left;
display: block;
margin: 7px 0 0;
}
.bnr-delivery > div > span + h3 {
text-align: left;
display: block;
margin: 7px 0 0;
}
.bnr-delivery h3 {
font-size: 1.9rem;
}
.bnr-delivery ul {
margin: 16px 0 0;
}
.bnr-delivery ul li {
width: 100%;
float: none;
margin: 0 0 10px;
}
.bnr-delivery ul li span:nth-child(2) {
font-size: .9rem;
padding: 8px;
text-align: center;
}
.outer > p {
font-size: .9rem;
margin: 22px 0 0;
}
}
.post-overhaul, .ttl04 {
text-align: left;
}
@media screen and (max-width: 520px) {
.marche .bnr-block04 div, .rolex .bnr-block04 div {
background-size: 90%;
padding: 23px 25px 10px;
}
.bnr-delivery ul {
margin: 12px 0 0;
}
.marche .success-bnr01, .rolex .success-bnr01 {
height: 340px;
}
}
.for-sp {
margin: 50px 0 25px;
}
@media screen and (min-width: 700px) {
.for-sp {
display: none;
}
}
.ttl01 {
font-size: 1rem;
font-weight: 700;
margin: 10px 0 5px;
line-height: 1.5;
}
.marche .ttl02 {
color: #f53c74;
border-left: 7px solid #f53c74;
}
.rolex .ttl02 {
color: #163e0b;
border-left: 7px solid #163e0b;
}
.ttl02 {
font-size: 1.7rem;
font-weight: 700;
margin: 0 0 25px;
padding: 0 0 0 16px;
line-height: 1;
}
.marche .ttl03 {
color: #f53c74;
}
.rolex .ttl03 {
color: #163e0b;
}
.ttl03 {
font-size: 1.16rem;
font-weight: 700;
margin: 45px 0 15px;
}
.overhaul-price .ttl03 {
margin: 40px 0 25px;
}
.ttl03:before {
padding-right: 6px;
position: relative;
font-size: 1.4rem;
}
.marche .ttl04 {
background: #f53c74;
}
.rolex .ttl04 {
background: #163e0b;
}
.catalog .ttl04 {
background: #000;
font-size: 1.1rem;
}
.ttl04 {
clear: both;
margin: 0 0 32px;
padding: 9px 0 9px 12px;
color: #FFF;
font-size: 1.32rem;
line-height: 1.3;
font-weight: 700;
letter-spacing: -.7px;
}
@media screen and (min-width: 701px) {
.ttl01 {
line-height: 1.5;
}
.ttl02 {
line-height: 1.2;
}
}
@media screen and (max-width: 700px) {
.ttl01 {
margin: 0 0 10px;
font-size: 1.1rem;
}
.ttl02 {
font-size: 1.3rem;
margin: 0 0 20px;
padding: 0 0 0 6px;
border-left: 4px solid #163e0b;
}
.ttl03 {
font-size: 1.06rem;
margin: 20px 0 15px;
line-height: 1.2;
}
.overhaul-price .ttl03 {
margin: 20px 0 12px;
}
.ttl04 {
font-size: 1.1rem;
margin: 0 0 13px;
padding: 12px 0 12px 14px;
}
.marche .ttl02 {
border-left: 5px solid #f53c74;
}
.rolex .ttl02 {
border-left: 5px solid #163e0b;
}
}
@media screen and (max-width: 500px) {
.ttl01 {
font-size: .9rem;
line-height: 1.43;
}
.ttl02 {
font-size: 1.1rem;
line-height: 1.42;
margin: 0 0 10px;
padding: 0 0 0 7px;
}
.ttl02 br {
display: none;
}
.ttl04 {
font-size: 1.04rem;
padding: 9px 11px;
line-height: 1.46;
}
}
.overhaul01, .overhaul02, .overhaul03, .overhaul04 {
margin: 0 0 30px;
}
.post-overhaul p {
line-height: 1.8;
font-weight: 500;
}
.overhaul01 {
overflow: hidden;
padding: 0 0 28px;
}
.overhaul01 h4 + p {
float: left;
width: 480px;
}
.overhaul01 h4 + p + img {
float: right;
}
.overhaul02 {
clear: both;
padding: 0 0 50px;
}
.overhaul03 {
padding: 0 0 25px;
}
.overhaul04 {
padding: 0;
}
.overhaul-price {
overflow: hidden;
padding: 0;
margin: 0;
}
.overhaul03 h3 + div {
height: 193px;
border: 3px solid #ccc;
margin: 0 0 30px;
display: block;
box-sizing: border-box;
}
.overhaul03 h3 + div p {
margin: 0;
}
.overhaul-price table {
border-right: 1px solid #CCC;
}
.overhaul-price table tr:nth-child(4) td {
border-right: 1px solid #CCC;
}
.overhaul03 h3 + div .left-block {
background: #163e0b;
padding: 33px 37px;
float: left;
}
.overhaul03 h3 + div .right-block {
padding: 31px 30px 0;
display: table;
}
.overhaul03 h3 + div .right-block h4 {
color: #163e0b;
font-size: 1.3rem;
font-weight: 700;
margin: 0 0 10px;
}
.overhaul03 p {
margin: 0 0 20px;
}
.overhaul04 h3 + p {
margin: 0 0 20px;
}
.overhaul04 h3 + p + p {
margin: 0 0 30px;
}
.overhaul-price table {
width: 340px;
text-align: center;
font-weight: 500;
border-left: 1px solid #CCC;
margin: 0 0 40px;
}
.overhaul-price table caption {
background: #163e0b;
padding: 12px 0;
text-align: center;
color: #FFF;
}
.overhaul-price table tr {
border-bottom: 1px solid #CCC;
}
.overhaul-price table tr:nth-child(odd) {
background: #ececec;
font-weight: 700;
}
.overhaul-price table td {
width: 113px;
padding: 12px 0;
text-align: center;
}
.overhaul-price p {
clear: both;
padding: 0 0 40px;
}
.overhaul-price div table:nth-child(odd) {
float: left;
}
.overhaul-price div table:nth-child(even) {
float: right;
}
.overhaul01, .overhaul02, .overhaul03, .overhaul04, .overhaul06 {
border-bottom: 1px solid #898989;
}
.overhaul-price {
border-bottom: 1px solid #CCC;
}
.buying01, .buying02 {
border-bottom: 1px solid #898989;
}
@media screen and (max-width: 700px) {
.post-overhaul {
padding: 25px 0 20px;
}
.overhaul01 {
padding: 0 0 5px;
margin: 0 0 20px;
}
.overhaul01 .ttl03 {
margin: 20px 0 5px;
}
.overhaul01 h3 + img {
width: 100%;
}
.overhaul01 h4 + p {
float: none;
}
.overhaul01 h4 + p + img {
float: none;
margin: 15px auto;
display: block;
width: 100%;
max-width: 202px;
}
.overhaul02, .overhaul03 {
padding: 0 0 12px;
margin: 0 0 20px;
}
.overhaul04 {
padding: 0 0 18px;
margin: 0 0 20px;
}
.overhaul02 img {
margin: 15px auto;
display: block;
width: 100%;
}
.overhaul03 h3 + div {
height: auto;
margin: 0 0 16px;
}
.overhaul03 h3 + div .left-block {
margin: 0 auto;
text-align: center;
padding-top: 22px;
padding-bottom: 22px;
}
.overhaul03 h3 + div .right-block {
padding-top: 23px;
}
.overhaul03 h3 + div .left-block {
width: 100%;
padding-left: 0;
padding-right: 0;
display: block;
float: none;
}
.overhaul03 h3 + div .left-block img {
max-width: 120px;
width: 100%;
}
.overhaul03 h3 + div .right-block {
width: 100%;
padding-left: 0;
padding-right: 0;
display: block;
float: none;
}
.overhaul03 h3 + div .right-block h4 {
font-size: 1.1rem;
padding-left: 15px;
}
.overhaul03 h3 + div .right-block p {
padding: 0 15px 15px;
}
.overhaul03 p {
margin: 0 0 12px;
}
.overhaul04 h3 + p {
margin: 0 0 12px;
}
.overhaul04 h3 + p + p {
margin: 0 0 20px;
}
.overhaul-price div table:nth-child(even), .overhaul-price div table:nth-child(odd) {
width: 100%;
margin: 0 0 15px;
}
.overhaul-price table td {
padding: 8px 0;
}
}
.post-buying {
text-align: left;
}
.post-buying p {
line-height: 1.8;
font-weight: 500;
}
.buying01 {
overflow: hidden;
padding: 0 0 30px;
margin: 0 0 30px;
}
.buying01 p {
float: left;
width: 480px;
}
.buying01 img {
float: right;
}
.buying02 {
padding: 0 0 50px;
margin: 0 0 30px;
}
.buying02 h3 + div {
overflow: hidden;
color: #FFF;
padding: 35px 25px 20px;
margin: 0 0 10px;
background: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/buying-img02.png) right top no-repeat #000;
}
.buying02 h3 + div h4 {
text-align: center;
font-size: 1.6rem;
font-weight: 700;
padding: 0 0 20px;
}
.buying02 h3 + div p {
text-align: center;
clear: both;
overflow: hidden;
margin: 0 0 10px;
}
.buying02 h3 + div span {
font-weight: 700;
margin: 0 5px 10px 0;
width: 160px;
background: #997b56;
padding: 10px;
display: inline-block;
text-align: center;
}
.buying02 h3 + div span:nth-child(odd) {
float: left;
}
.buying02 h3 + div span:nth-child(even) {
float: right;
}
.buying02 h3 + div > div {
width: 370px;
}
.buying02 img + div {
background: #000;
color: #FFF;
text-align: center;
padding: 35px 0;
}
.buying02 img + div p {
padding: 0 0 27px;
}
.buying02 img + div a {
border: 2px solid #FFF;
}
.buying03, .buying04 {
border-bottom: 1px solid #898989;
}
.buying03 {
padding: 0;
margin: 0 0 30px;
}
.buying03 .ttl02 {
margin: 0 0 35px;
}
.buying04 {
padding: 0 0 60px;
margin: 0 0 30px;
}
.buying03 h3 + img {
float: left;
margin: 0 0 35px 48px;
}
.buying03 h3 + img + p {
float: right;
width: 480px;
margin: 0 20px 0 0;
}
.buying03 h3 + img + p + div {
clear: both;
color: #996c33;
border: 1px solid #996c33;
padding: 35px 30px 45px;
margin: 20px 0 30px;
background: #fff;
}
.buying03 h3 + img + p + div h3 {
font-weight: 700;
font-size: 2rem;
text-align: center;
padding: 0 0 40px;
}
.buying03 h3 + img + p + div li {
display: table-cell;
text-align: center;
border-right: 1px solid #996c33;
padding: 0 14px;
}
.buying03 h3 + img + p + div li h4 {
font-weight: 700;
font-size: 1.04rem;
padding: 10px 0 13px;
}
.buying03 h3 + img + p + div li p {
text-align: left;
font-size: .8rem;
}
.buying03 h3 + img + p + div li:nth-child(4) {
border: none;
}
.buying03 .outer > p:first-child {
font-size: 1.1rem;
font-weight: 700;
text-align: center;
}
.buying05 {
padding: 0 0 70px;
}
.marche .about-buying-block {
border: 4px solid #f3709c;
}
.rolex .about-buying-block {
border: 4px solid #996c33;
}
.about-buying-block {
padding: 10px 35px 45px;
box-sizing: border-box;
}
.marche .about-buying-block p {
color: #f53c74;
}
.rolex .about-buying-block p {
color: #996c33;
}
.about-buying-block p {
font-size: 1.088rem;
line-height: 1.44 !important;
border-bottom: 1px solid #898989;
padding: 14px 0;
font-weight: 700 !important;
}
.about-buying-block p:before {
padding-right: 6px;
position: relative;
bottom: 0;
font-size: 1.2rem;
}
.about-buying-block span {
display: block;
font-weight: 700;
font-size: 1.3rem;
padding: 35px 0 0;
text-align: center;
}
.marche .buying-flow {
background: #f3709c;
}
.rolex .buying-flow {
background: #996c33;
}
.buying-flow {
padding: 10px 0 30px;
}
.buying-flow-inr {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
background: #FFF;
overflow: hidden;
margin: 20px 20px 30px;
padding: 20px 25px 0;
text-align: center;
}
.about-marche01 {
text-align: left;
}
.about-marche02 h3, .about-marche02 h4, .about-marche02 p {
text-align: left;
}
.about-marche03, .about-marche04, .about-marche05 {
text-align: left;
}
.buying-flow .buying-flow-inr:last-child {
margin-bottom: 0;
}
.buying-flow-inr p {
text-align: left;
margin: 0 0 23px;
}
.buying-flow-inr img {
zoom: .5;
-moz-transform: scale(0.5, 0.5) translate(0, -10px);
margin-bottom: -5px;
}
.marche .buying-flow-inr p + span {
border: 1px solid #f53c74;
color: #f53c74;
}
.buying-flow-inr p + span, .rolex .buying-flow-inr p + span {
border: 1px solid #00561f;
color: #00561f;
}
.buying-flow-inr p + span {
display: inline-block;
padding: 7px 30px 4px;
margin: 0 0 30px;
font-size: 1.7rem;
font-weight: 700;
}
.buying-flow-inr p + span i {
font-size: 1.24rem;
padding: 0 5px 0 0;
position: relative;
bottom: 1px;
}
.marche .buying-flow-inr i {
color: #f53c74;
}
.rolex .buying-flow-inr i {
color: #00561f;
}
.buying-flow-inr i {
font-size: 1.5rem;
margin: 0 0 7px;
}
.marche .buying-flow-inr h4 {
color: #f53c74;
}
.rolex .buying-flow-inr h4 {
color: #00561f;
}
.buying-flow-inr h4 {
font-weight: 700;
font-size: 1.3rem;
margin: 0 0 14px;
}
.buying-flow-inr h4 span {
font-size: 2rem;
padding: 0 14px 0 0;
position: relative;
bottom: -4px;
}
@media screen and (min-width: 700px) {
.buying-flow-inr h4 br {
display: none;
}
}
@media screen and (max-width: 700px) {
.post-buying {
padding: 25px 0 20px;
}
.post-buying p {
line-height: 1.6;
}
.buying01 {
margin: 0 0 20px;
}
.buying01 p {
float: none;
width: 100%;
margin: 0 0 15px;
}
.buying01 img {
float: none;
max-width: 194px;
width: 100%;
display: block;
margin: 0 auto;
}
.buying02 {
padding: 0 0 30px;
margin: 0 0 20px;
}
.buying02 h3 + div {
height: 360px;
background-position: center bottom;
padding: 20px 15px;
margin: 20px 0 2px;
}
.buying02 h3 + div > div {
width: 100%;
}
.buying02 h3 + div span {
width: 49.5%;
padding-left: 0;
padding-right: 0;
margin-right: 0;
margin-bottom: 1%;
}
.buying02 h3 + div h4 {
font-size: 1.2rem;
padding: 0 0 13px;
}
.buying02 h3 + div + img {
width: 100%;
}
.buying02 img + div {
padding: 15px;
}
.buying02 img + div p {
padding: 0 8px 10px;
line-height: 1.5;
}
.buying03 {
padding: 0 0 10px;
margin: 0 0 20px;
}
.buying03 h3 + img {
float: none;
display: block;
margin: 0 auto 15px;
}
.buying03 h3 + img + p {
width: 100%;
margin: 0 0 20px;
}
.buying03 h3 + img + p + div {
padding: 30px 15px 0;
margin: 0;
}
.buying03 h3 + img + p + div h3 {
font-size: 1.36rem;
padding: 0 0 10px;
}
.buying03 h3 + img + p + div li {
display: block;
width: 100%;
padding: 18px 0;
border-right: none;
border-bottom: 1px solid;
}
.buying03 h3 + img + p + div li h4 {
font-size: 1.12rem;
padding: 12px 0 13px;
}
.buying03 .outer > p:first-child {
font-size: .84rem;
margin: 22px 0 0;
line-height: 1.56;
}
.about-buying-block {
width: 100%;
padding: 5%;
border: none;
margin: 20px 0 0;
}
.about-buying-block p {
font-size: .82rem;
border-bottom: 1px solid;
padding: 9px 0;
line-height: 1.3 !important;
}
.about-buying-block p::before {
font-size: .9rem;
}
.about-buying-block p:first-child {
border-top: 1px solid;
}
.about-buying-block p br {
display: none;
}
.about-buying-block span {
font-size: 1.02rem;
line-height: 1.4;
padding: 12px 0 0;
}
.buying04 {
padding: 0 0 20px;
margin: 0 0 20px;
}
.buying-flow-inr {
margin: 3%;
padding: 6% 5% 0;
}
.buying-flow-inr h4 {
font-size: 1.2rem;
line-height: 1.5;
margin-bottom: 6px;
}
.buying-flow-inr h4 span {
display: block;
padding: 0 0 10px;
line-height: 1;
}
.buying-flow-inr p + span {
padding: 8px 20px;
}
.buying-flow-inr i {
margin: 0 0 4px;
}
.buying05 {
padding: 0 0 30px;
}
.marche .buying-flow {
padding: 5px 0 15px;
margin-top: 17px;
}
}
.about-marche01, .about-marche02, .about-marche03 {
border-bottom: 1px solid #898989;
}
@media screen and (max-width: 400px) {
.buying02 h3 + div {
height: 315px;
background-position: center bottom;
padding: 20px 15px;
margin: 20px 0 2px;
background-size: 100%;
}
.buying02 h3 + div h4 {
font-size: 1.1rem;
padding: 0 0 9px;
}
.buying02 h3 + div p {
margin: 0 0 12px;
}
.buying03 h3 + img + p + div {
padding: 25px 15px 0;
}
.buying03 h3 + img + p + div h3 {
font-size: 1.28rem;
}
}
.about-marche01 {
padding: 0 0 15px;
}
.about-marche01 h4 {
padding: 0 0 15px;
}
@media screen and (max-width: 380px) {
.buying-flow-inr h4 {
font-size: 1rem;
}
.buying-flow-inr img {
margin-bottom: -2%;
}
}
@media screen and (max-width: 320px) {
.buying-flow-inr img {
margin-bottom: 5px;
}
}
.post-about-marche p {
font-weight: 500;
}
.about-marche01 {
clear: both;
overflow: hidden;
margin: 0 0 40px;
}
.about-marche01 p {
width: 470px;
float: left;
margin: 0 34px 20px 0;
}
.about-marche01 h4 + img {
float: left;
}
.about-marche01 h4 + img + p {
float: right;
margin: 0 0 20px;
}
.about-marche01 h4 + img + p + p {
float: right;
margin: 0 0 20px;
}
.about-marche02 {
padding: 0 0 55px;
margin: 0 0 35px;
}
.about-marche02 h3 {
margin: 0 0 5px;
}
.about-marche02 h4 {
margin: 35px 0 13px;
}
.about-marche02 a {
display: inline-block;
margin: 40px auto 0;
}
.about-marche03 {
padding: 0 0 25px;
margin: 0 0 35px;
}
.marche .case-box {
background: #f3b3c4;
overflow: hidden;
}
.rolex .case-box {
background: #CCC;
overflow: hidden;
}
.case-box {
padding: 30px;
margin: 0 0 25px;
}
.marche .case-box h3 {
color: #f53c74;
}
.rolex .case-box h3 {
color: #163e0b;
}
.case-box h3 {
display: inline-block;
font-weight: 700;
margin: 0 0 0 15px;
font-size: 1.18rem;
}
.case-box p {
margin: 15px 0;
}
.case-box p + span {
float: right;
display: block;
}
.marche .case-box strong {
border: 3px solid #f53c74;
color: #f53c74;
}
.rolex .case-box strong {
border: 3px solid #163e0b;
color: #163e0b;
}
.case-box strong {
display: inline-block;
background: #FFF;
padding: 8px 15px;
font-size: 1.1rem;
font-weight: 700;
}
.about-marche04 {
padding: 0;
margin: 0 0 35px;
border-bottom: 1px solid #898989;
}
.about-marche05 h4 {
margin: 0 0 20px;
}
.shopinfo {
padding: 0 0 40px;
margin: 0 0 37px;
border-bottom: 1px solid #CCC;
}
.shopinfo:last-child {
border-bottom: 1px solid #898989;
}
.shopinfo img {
float: left;
}
.shopinfo table {
float: right;
width: 355px;
margin: 0 0 30px;
}
.shopinfo table tr td {
padding: 15px;
}
.shopinfo table tr th {
padding: 0;
width: 110px;
}
.company-tb01 {
width: 100%;
margin: 0 0 48px;
}
.company-tb01 tr {
border-bottom: 1px solid #CCC;
}
.company-tb01 tr th {
padding: 17px 0;
width: 146px;
text-align: center;
font-weight: 700;
background: #ececec;
vertical-align: middle;
}
.company-tb01 tr td {
padding: 17px 0 17px 25px;
line-height: 1.7;
}
.company-tb02 {
width: 100%;
margin: -12px 0 40px;
font-size: .88rem;
}
.company-tb02 tr {
border-top: 1px solid #CCC;
}
.company-tb02 tr th {
padding: 18px 0;
width: 95px;
font-weight: 700;
vertical-align: top;
}
.post-about-rolexmarche p, .post-pawn p {
font-weight: 500;
}
.company-tb02 tr th:before {
padding-right: 6px;
position: relative;
bottom: 1px;
}
.company-tb02 tr td {
padding: 14px 15px 14px 25px;
line-height: 1.7;
}
.company-tb02 tr:first-child {
border: none;
}
.googlemap iframe {
width: 100%;
height: 450px;
vertical-align: bottom;
}
@media screen and (max-width: 700px) {
.post-about-marche {
padding: 25px 0 20px;
}
.about-marche01 {
padding: 0 0 5px;
margin: 0 0 20px;
}
.about-marche01 p {
width: 100%;
float: none;
margin: 0 0 12px;
}
.about-marche01 img {
display: none;
}
.about-marche01 h4 + img {
display: block;
margin: 0 auto;
float: none;
}
.about-marche02 {
padding: 0 0 23px;
margin: 0 0 20px;
}
.about-marche03 {
padding: 0 0 23px;
margin: 0 0 20px;
}
.about-marche03 .ttl02 {
margin: 0 0 15px;
}
.about-marche04 {
margin: 0 0 20px;
}
.about-marche02 img {
width: 100%;
max-width: 600px;
}
.about-marche02 h4 {
margin: 20px 0 6px;
}
.about-marche02 a {
display: none;
}
.case-box {
text-align: center;
padding: 25px;
margin: 0 0 15px;
}
.case-box h3 {
line-height: 1.4;
text-align: left;
margin: 0;
display: block;
}
.case-box p {
margin: 6px 0 0;
text-align: left;
}
.case-box strong {
margin: 0 auto 14px;
border: 2px solid;
}
.shopinfo {
padding: 0 0 20px;
margin: 0 0 15px;
}
.shopinfo table {
margin: 0 0 5px;
}
.shopinfo img {
float: none;
width: 100%;
max-width: 335px;
margin: 0 auto 20px;
display: block;
}
.shopinfo table {
width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.shopinfo table tr th {
width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.shopinfo iframe {
width: 100%;
height: 200px;
}
.about-marche05 h4 {
margin: 0 0 13px;
}
.case-box p + span {
margin: 15px 0 0;
}
.company-tb01 {
margin: 0 0 15px;
}
.company-tb01 tr {
border: none;
}
.company-tb01 tr td {
display: block;
width: 92%;
text-align: left;
padding-left: 4%;
}
.company-tb01 tr th {
display: block;
width: 92%;
text-align: left;
padding-left: 4%;
padding: 8px 4%;
}
.shopinfo table tr th {
padding: 8px 4%;
}
.company-tb01 tr td, .shopinfo table tr td {
padding: 8px 4% 16px;
}
.company-tb02 {
margin: -2px 0 25px;
}
.company-tb02 tr td {
display: block;
width: 100%;
text-align: left;
}
.company-tb02 tr th {
display: block;
width: 100%;
text-align: left;
padding: 6px 0 2px;
font-size: .88rem;
}
.company-tb02 tr td {
width: 92%;
padding: 1px 4% 9px;
line-height: 1.5;
font-size: .88rem;
}
.googlemap iframe {
height: 240px;
}
}
.about-rolexmarchel01 h3, .about-rolexmarchel01 h4 {
text-align: left;
}
.about-rolexmarchel02, .post-pawn, .post-sellprice {
text-align: left;
}
.catelog-menu ul li, .item-list li {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
box-sizing: border-box;
}
.catelog-menu a, .item-ttl {
text-transform: uppercase;
}
.about-rolexmarchel01 {
padding: 0 0 55px;
margin: 0 0 35px;
border-bottom: 1px solid #898989;
}
.about-rolexmarchel01 p {
margin: 0 35px 20px 0;
width: 470px;
float: left;
text-align: left;
}
.about-rolexmarchel01 p:nth-child(5) + img {
margin-top: -40px;
}
.about-rolexmarchel01 .inr01 {
clear: both;
}
.about-rolexmarchel01 .inr01 img {
float: left;
margin: 0 20px 0 0;
}
.about-rolexmarchel01 .inr01 p {
float: right;
width: 450px;
}
.about-rolexmarchel01 .inr01 h4 {
padding: 0 0 30px;
margin: 30px 0 0;
}
.about-rolexmarchel01 .inr01 a {
margin: 15px 0 25px;
}
.about-rolexmarchel01 .inr02 img {
margin-top: -35px;
}
.about-rolexmarchel01 .inr02 a {
margin: 20px 0 0;
}
.about-rolexmarchel02 {
padding: 0 0 15px;
margin: 0 0 35px;
border-bottom: 1px solid #898989;
}
@media screen and (min-width: 700px) {
.about-rolexmarchel01 .inr01 a br, .about-rolexmarchel01 .inr02 a br {
display: none;
}
}
@media screen and (max-width: 700px) {
.post-about-rolexmarche {
padding: 25px 0 20px;
}
.about-rolexmarchel01 {
padding: 0 0 10px;
margin: 0 0 20px;
}
.about-rolexmarchel01 p {
width: 100%;
float: none;
margin: 0 0 12px;
}
.about-rolexmarchel01 p:nth-child(5) + img {
display: none;
}
.about-rolexmarchel01 .inr01 p {
width: 100%;
}
.about-rolexmarchel01 .inr01 a {
margin: 8px 0 20px;
padding: 15px 25px;
line-height: 1.4;
}
.about-rolexmarchel01 .inr02 a {
margin: 8px 0 20px;
padding: 15px 25px;
line-height: 1.4;
}
.about-rolexmarchel01 .inr01 img {
display: block;
margin: 0 auto 10px;
float: none;
}
.about-rolexmarchel01 .inr01 h4 {
padding: 0 0 20px;
}
.about-rolexmarchel01 .inr02 h4 {
margin: 10px 0 6px;
}
.about-rolexmarchel01 .inr02 img {
display: none;
}
.about-rolexmarchel02 .ttl02 {
margin: 0 0 15px;
}
}
.pawn01 div dl dt, .pawn05 dl dt {
vertical-align: middle;
line-height: 1;
}
.pawn01 {
padding: 0 0 60px;
}
.pawn01 h3 + p {
float: left;
width: 470px;
}
.pawn01 h3 + p + img {
float: right;
margin-top: -25px;
}
.pawn01 div {
clear: both;
overflow: hidden;
}
.pawn01 div h4 {
margin: 35px 0 15px;
}
.pawn01 div p {
margin: 0 0 15px;
}
.pawn01 div dl {
display: table;
width: 100%;
background: #FFF;
clear: both;
font-weight: 700;
border-bottom: 1px solid #f3b3c4;
}
.pawn01 div dl dt {
display: table-cell;
color: #f53c74;
font-size: 1.2rem;
padding: 15px 30px 15px 35px;
}
.pawn01 div dl dd {
width: 524px;
display: table-cell;
padding: 15px 35px 15px 0;
}
.pawn02 {
padding: 0 0 60px;
}
.pawn03 {
padding: 0 0 65px;
}
.pawn03 div {
border: 6px solid #f3b3c4;
padding: 40px 45px;
background: #FFF;
}
.pawn03 div img {
float: left;
margin: 10px 35px 10px 0;
}
.pawn03 div p {
display: table-cell;
font-weight: 700;
}
.pawn04 {
padding: 0 0 70px;
overflow: hidden;
}
.condition {
color: #FFF;
}
.condition h4 {
font-size: 1.4rem;
font-weight: 700;
padding: 0 0 40px;
}
.pawn05 dl dd, .post-sellprice p {
font-weight: 500;
}
.condition .left-col {
background: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/about-sellprice-bg01.png) right top no-repeat #f53c74;
padding: 45px 30px 25px;
float: left;
}
.condition .right-col {
background: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/about-sellprice-bg02.png) right top no-repeat #f3709c;
padding: 45px 30px 25px;
width: 350px;
float: right;
}
.pawn05 {
padding: 0 0 25px;
border-bottom: 1px solid #898989;
}
.pawn05 h3 {
margin: 0 0 35px;
}
.pawn05 dl {
clear: both;
padding: 0 10px 25px;
}
.pawn05 dl dt {
color: #f53c74;
font-size: 3.6rem;
float: left;
margin: 0 20px 0 0;
}
.pawn05 dl:nth-child(3) dt {
padding-top: 15px;
}
.pawn05 dl dd {
font-size: 1rem;
padding: 2px 0 0;
line-height: 1.86;
}
@media screen and (max-width: 700px) {
.post-pawn {
padding: 25px 0 20px;
}
.pawn01 {
padding: 0 0 35px;
}
.pawn01 h3 + p {
float: none;
width: 100%;
}
.pawn01 h3 + p + img {
float: none;
display: block;
margin: 15px auto 0;
}
.pawn01 div h4 {
margin: 25px 0 5px;
}
.pawn01 div dl dt {
font-size: 1rem;
padding: 12px 0 12px 15px;
width: 17%;
}
.pawn01 div dl dd {
width: 72%;
padding: 12px 5% 12px 0;
text-align: left;
line-height: 1.7;
}
.pawn01 div dl:last-child {
border: none;
}
.pawn02, .pawn03, .pawn04 {
padding: 0 0 40px;
}
.pawn05 {
padding: 0 0 10px;
}
.pawn05 dl dt {
font-size: 2.5rem;
margin: 0 15px 0 0;
}
.pawn05 h3 {
margin: 0 0 20px;
}
.pawn03 div {
padding: 25px 20px;
margin: 15px 0 0;
}
.pawn03 div img {
display: block;
float: none;
margin: 0 auto 10px;
max-width: 70px;
width: 100%;
}
.condition .left-col {
margin: 8px 0 10px;
width: 100%;
padding: 30px 7% 20px;
}
.condition .right-col {
width: 100%;
padding: 30px 7% 20px;
}
.condition h4 {
padding: 15px 0 40px;
}
.pawn05 dl {
padding-bottom: 15px;
}
.pawn05 dl dd {
font-size: .9rem;
line-height: 1.8;
padding: 0;
}
.pawn05 dl:nth-child(3) dt {
padding-top: 0;
}
}
@media screen and (max-width: 420px) {
.pawn01 div dl dt {
padding: 8px 10px 8px 15px;
width: 26%;
font-size: .88rem;
}
.pawn01 div dl dd {
width: 74%;
padding: 8px 5% 8px 0;
}
}
.sellprice01,
.sellprice02,
.sellprice03,
.sellprice,
.sellprice04,
.sellprice05 {
overflow: hidden;
border-bottom: 1px solid #cccccc;
}
.sellprice01.border-none,
.sellprice02.border-none,
.sellprice03.border-none,
.sellprice.border-none,
.sellprice04.border-none,
.sellprice05.border-none {
border-bottom: none;
}
@media screen and (max-width: 768px) {
.sellprice01,
.sellprice02,
.sellprice03,
.sellprice,
.sellprice04,
.sellprice05 {
border: none;
}
}
.sellprice01 p {
margin: 0 0 20px;
}
.sellprice03 ul li {
position: relative;
width: 224px;
float: left;
margin: 0 25px 40px 0;
}
.sellprice03 ul li:nth-child(4), .sellprice03 ul li:nth-child(5) {
height: 435px;
}
.sellprice03 ul li:nth-child(3) {
margin: 0 0 30px;
}
.sellprice03 ul li h4 {
font-size: 1.1rem;
font-weight: 700;
margin: 12px 0 14px;
line-height: 1.4;
}
.sellprice03 ul li span {
color: #f53c74;
line-height: 1.4;
}
.sellprice03 dl {
margin: 12px 0 0;
font-weight: 500;
width: 100%;
}
.sellprice03 dl dt {
width: 80px;
margin: 0 13px 11px 0;
text-align: center;
clear: left;
float: left;
color: #FFF;
padding: 2px 0;
}
.post-catalog,
.post-faq {
text-align: left;
}
.sellprice03 dl dt:nth-child(1) {
background-color: rgba(245, 60, 116, 0.9);
}
.sellprice03 dl dt:nth-child(3) {
background-color: rgba(245, 60, 116, 0.7);
}
.sellprice03 dl dt:nth-child(5) {
background-color: rgba(245, 60, 116, 0.5);
}
.sellprice03 dl dt:nth-child(7) {
background-color: rgba(245, 60, 116, 0.3);
}
.sellprice03 dl dt:nth-child(9) {
background-color: rgba(245, 60, 116, 0.1);
}
.sellprice03 dl dd {
padding: 2px 0;
margin: 0 0 11px;
width: 210px;
}
.rank {
clear: both;
}
@media screen and (max-width: 700px) {
.sellprice01 img, .sellprice03 ul li {
width: 100%;
}
.sellprice01 {
margin: 0 0 20px;
}
.sellprice01 p {
margin: 0 0 12px;
}
.sellprice02 {
padding: 0 0 30px;
margin: 0 0 20px;
}
.sellprice03 {
padding: 0;
margin: 0 0 20px;
}
.sellprice03 ul li {
margin: 0 0 20px;
height: auto;
}
.sellprice03 ul li:first-child {
margin-top: 5px;
}
.sellprice03 ul li:nth-child(3), .sellprice03 ul li:nth-child(4), .sellprice03 ul li:nth-child(5) {
margin: 0 0 20px;
height: auto;
}
.sellprice03 ul li img {
display: block;
margin: 0 auto;
max-width: 224px;
width: 100%;
}
.sellprice03 ul li div {
position: relative;
}
.sellprice03 dl dt {
margin: 0 13px 8px 0;
}
.sellprice03 dl dd {
width: 190px;
margin-right: 8px;
line-height: 1.84;
font-size: .94rem;
}
.sellprice04, .sellprice05 {
padding: 0 0 30px;
margin: 0 0 20px;
}
}
.post-faq p {
font-weight: 500;
margin: 0 0 20px;
}
.faq01, .faq02, .faq03, .faq04, .faq05, .faq06 {
overflow: hidden;
padding: 0 0 15px;
margin: 0 0 35px;
border-bottom: 1px solid #898989;
}
.faq01 img {
margin: 0 0 25px;
}
.faq03 p {
float: left;
width: 470px;
}
.faq03 img {
float: right;
}
@media screen and (max-width: 700px) {
.faq01 img {
width: 100%;
margin: 0 0 15px;
}
.post-faq p {
margin: 0 0 12px;
}
.faq01, .faq02, .faq03, .faq04, .faq05, .faq06 {
padding: 0 0 5px;
margin: 0 0 20px;
}
.faq03 img {
display: none;
}
}
.layout01 .bnr-block02 p {
font-size: 18px;
}
.layout01 .bnr-block02 span {
width: 400px;
}
@media screen and (max-width: 700px) {
.layout01 .bnr-block02 span {
width: 100%;
}
}
.post-contact {
font-weight: 500;
}
.contact01 {
text-align: left;
padding: 15px 0 0;
}
.contact01 .tel-bnr {
margin: 20px auto 50px;
float: none;
height: 160px;
width: 410px;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
.contact01 .tel-bnr > span:first-child {
font-size: 2.6rem;
padding: 40px 0 20px;
}
.contact01 > p:first-child {
text-align: center;
font-weight: 700;
font-size: .94rem;
}
.contact-tb01 {
width: 100%;
margin: 35px 0 37px;
}
.contact-tb01 tr th {
width: 180px;
font-size: .96rem;
padding: 16px 0 14px;
vertical-align: top;
color: #f53c74;
}
.contact-tb01 tr th:before {
padding-right: 5px;
position: relative;
bottom: 1px;
}
.contact-tb01 input[type=text], .contact-tb01 input[type=tel], .contact-tb01 input[type=email] {
border: 1px solid #b5b5b5;
padding: 10px 11px;
width: 100%;
}
.contact-tb01 tr td {
padding: 14px 0;
line-height: 1.7;
}
.contact-tb01 select {
width: 100%;
}
.contact-tb01 textarea {
border: 1px solid #b5b5b5;
padding: 10px;
width: 100%;
height: 140px;
}
.contact-tb01 input[type=text], .contact-tb01 input[type=tel], .contact-tb01 input[type=email], .contact-tb01 textarea {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.contact-tb01 input[type=text]::-webkit-input-placeholder, .contact-tb01 input[type=text]:-ms-input-placeholder, .contact-tb01 input[type=text]::-moz-placeholder, .contact-tb01 input[type=tel]::-webkit-input-placeholder, .contact-tb01 input[type=tel]:-ms-input-placeholder, .contact-tb01 input[type=tel]::-moz-placeholder, .contact-tb01 input[type=email]::-webkit-input-placeholder, .contact-tb01 input[type=email]:-ms-input-placeholder, .contact-tb01 input[type=email]::-moz-placeholder {
font-size: .9rem;
line-height: 1.3;
}
.red {
color: #fb0505;
}
.contact-tb01 .red {
padding-left: 2px;
font-size: .5rem;
vertical-align: top;
}
@media screen and (max-width: 700px) {
.contact01 {
padding: 0;
}
.contact-tb01 {
margin: 20px 0 25px;
}
.contact-tb01 tr td {
display: block;
width: 100%;
text-align: left;
padding-left: 4%;
}
.contact-tb01 tr th {
display: block;
width: 100%;
text-align: left;
padding-left: 4%;
padding: 4px 0 2px;
font-size: .94rem;
}
.contact-tb01 tr td {
padding: 2px 0 10px;
}
.contact-tb01 input[type=text], .contact-tb01 input[type=tel], .contact-tb01 input[type=email] {
width: 260px;
padding: 13px 11px;
}
.contact01 .tel-bnr {
width: 100%;
margin: 15px auto 30px;
height: 130px;
min-height: auto;
}
.contact-tb01 input[type=text]::-webkit-input-placeholder, .contact-tb01 input[type=text]:-ms-input-placeholder, .contact-tb01 input[type=text]::-moz-placeholder, .contact-tb01 input[type=tel]::-webkit-input-placeholder, .contact-tb01 input[type=tel]:-ms-input-placeholder, .contact-tb01 input[type=tel]::-moz-placeholder, .contact-tb01 input[type=email]::-webkit-input-placeholder, .contact-tb01 input[type=email]:-ms-input-placeholder, .contact-tb01 input[type=email]::-moz-placeholder {
font-size: .88rem;
line-height: 1.2;
}
.contact-tb01 tr:nth-child(2) td {
line-height: 2.4;
}
.contact01 .tel-bnr > span:first-child {
font-size: 2rem;
padding: 30px 0 10px;
}
.contact01 .tel-bnr a {
font-size: 24px;
}
.contact01 .tel-bnr p {
font-size: .8rem;
}
.contact01 p {
overflow-y: hidden;
}
.contact01 p br {
display: none;
}
.contact01 > p:first-child {
text-align: left;
}
}
@media screen and (max-width: 330px) {
.contact01 .tel-bnr {
min-height: 100px;
}
.contact-tb01 select, .contact-tb01 textarea {
width: 260px;
}
.contact-tb01 input[type=text], .contact-tb01 input[type=tel], .contact-tb01 input[type=email] {
padding: 13px 11px;
}
}
.mail-bnr {
min-height: 125px;
box-sizing: border-box;
}
.mail-bnr a {
min-height: 125px;
box-sizing: border-box;
}
.tel-bnr {
min-height: 125px;
box-sizing: border-box;
}
.contact-content {
margin: 0;
padding: 0 0 60px;
overflow: hidden;
border-bottom: 1px solid #CCC;
clear: both;
}
.contact-content div:first-child {
margin-right: 40px;
}
.container article .contact-content:last-child {
border: none;
margin: 15px 0 0;
}
.mail-bnr, .tel-bnr {
display: block;
text-align: center;
width: 340px;
float: left;
}
.marche .tel-bnr {
background: #f3709c;
}
.rolex .tel-bnr {
background: #000;
}
.tel-bnr {
margin: 0 51px 0 0;
box-sizing: border-box;
color: #FFF;
font-weight: 700;
}
.tel-bnr > span:first-child {
font-size: .88rem;
padding: 20px 0 0;
display: block;
}
.tel-bnr > span:nth-child(2) {
display: block;
font-size: 2.3rem;
margin: 10px 0 2px;
letter-spacing: .6px;
}
.tel-bnr > span .fa {
display: inline-block;
margin: 1px 5px 1px 0;
vertical-align: middle;
}
.mail-bnr p {
margin: 0;
font-weight: 700;
}
.tel-bnr p {
margin: 0;
font-weight: 700;
font-size: .88rem;
}
.marche .mail-bnr {
color: #f3709c;
}
.rolex .mail-bnr {
color: #ac6a00;
}
.mail-bnr {
color: #f3709c;
}
.marche .mail-bnr a {
border: 4px solid #f3709c;
}
.rolex .mail-bnr a {
border: 4px solid #ac6a00;
}
.mail-bnr a {
display: block;
}
.mail-bnr p {
font-size: .94rem;
padding: 28px 0 5px;
display: block;
}
.mail-bnr .fa {
display: inline-block;
font-size: 1.4rem;
margin: 0 10px;
position: relative;
bottom: -2px;
}
.mail-bnr address {
font-size: 1rem;
line-height: 1;
font-weight: 700;
margin-left: -10px;
}
@media screen and (max-width: 700px) {
.contact-content {
margin: 55px auto 23px;
padding: 0;
}
.contact-content div:first-child {
margin-right: 0;
}
.article-list-single + .contact-content {
margin: 35px auto 23px;
padding: 0 0 35px;
}
.mail-bnr, .tel-bnr {
width: 100%;
margin-bottom: 15px;
}
.mail-bnr a {
min-height: 150px;
}
.tel-bnr {
min-height: 150px;
}
.tel-bnr > span:first-child {
font-size: 1.2rem;
line-height: 1;
margin: 8px 0;
}
.tel-bnr > span .fa {
font-size: 1.6rem;
}
.tel-bnr p {
font-size: 1.1rem;
}
.mail-bnr .fa {
font-size: 2rem;
}
.mail-bnr p {
font-size: 1.2rem;
margin: 10px 0 0;
}
.mail-bnr address {
font-size: 1rem;
line-height: 1.82;
}
.not-found01 + .contact-content, .privacy07 + .contact-content {
padding: 0 0 35px;
}
}
@media screen and (max-width: 480px) {
.tel-bnr > span:nth-child(2) {
font-size: 2.1rem;
margin: 13px 0 10px;
}
.tel-bnr > span .fa {
font-size: 18px;
}
.tel-bnr p {
font-size: .9rem;
}
.mail-bnr p, .tel-bnr > span:first-child {
font-size: .88rem;
}
.mail-bnr .fa {
font-size: 1.7rem;
margin: 0 5px;
}
}
.article-list {
text-align: left;
overflow: hidden;
}
.article-list > span {
font-size: .84rem;
font-weight: 700;
}
.marche .article-list h3 {
color: #f53c74;
}
.rolex .article-list h3 {
color: #163e0b;
}
.article-list {
padding: 24px 0;
}
.article-list h3 {
font-size: 1.28rem;
line-height: 1.4;
font-weight: 700;
border-bottom: 1px solid #CCC;
padding: 13px 0 9px;
margin: 0 0 23px;
}
.article-list h3 i {
margin-right: 5px;
padding-left: .5px;
font-weight: 700;
}
.article-list .article-list-left {
width: 307px;
float: left;
margin: 0 25px 6px 0;
}
.article-list .article-list-right {
width: 300px;
float: left;
padding: 0;
}
.article-list .article-list-right p {
line-height: 1.86;
font-size: .92rem;
}
.article-list .article-list-right a {
border-bottom: 1px solid #2e2e2e;
padding: 0 0 4px;
float: right;
margin: 20px 0 0;
font-size: .92rem;
}
.article-list .article-list-right a i {
margin-right: 5px;
position: relative;
bottom: 1px;
}
.article-list .sns-s-list {
clear: both;
padding: 17px 0 0;
display: block;
float: left;
}
.article-list-single .sns-s-list {
clear: both;
padding: 17px 0 0;
display: block;
float: left;
}
.article-list .sns-s-list li, .article-list-single .sns-s-list li {
float: left;
margin: 0 5px 0 0;
}
@media screen and (max-width: 700px) {
.article-list {
width: 100%;
}
.article-list .article-list-left, .article-list .article-list-right {
width: 100%;
}
.article-list .article-list-left {
text-align: center;
margin: 0 0 15px;
}
.article-list .article-list-right a {
float: none;
margin: 6px 0 10px;
padding-bottom: 0;
}
.article-list h3 {
padding: 10px 0 7px;
margin: 0 0 20px;
line-height: 1.1;
}
.article-list h3 a {
font-size: 1.3rem;
line-height: 1.3;
}
.article-list .sns-s-list {
padding: 20px 0 0;
}
.article-list .sns-s-list li {
float: left;
margin: 0 5px 7px 0;
}
.article-list-single .sns-s-list li {
float: left;
margin: 0 5px 7px 0;
}
}
@media screen and (max-width: 500px) {
.article-list h3 a {
font-size: 1rem;
line-height: 1;
}
.article-list .article-list-right a {
margin: 6px 0 0;
}
}
.article-list-pager {
text-align: center;
margin: 40px 16px;
clear: both;
display: block;
}
.article-list-pager a, .article-list-pager span {
border: 1px solid #CCC;
padding: 12px 13px;
margin: 0 3px;
text-align: center;
line-height: .7;
font-size: 1rem;
}
.categoly-single-tb01 tr, .under-article-block {
border-bottom: 1px solid #bfbfbf;
}
.article-list-pager .current {
background: #153a0a;
color: #FFF;
}
.marche .article-list-pager .current {
background: #f3709c;
}
.rolex .article-list-pager .current {
background: #153a0a;
}
@media screen and (max-width: 700px) {
.article-list-pager a, .article-list-pager span {
font-size: .88rem;
padding: 13px 14px 12px;
margin: 0 2px;
line-height: .7;
vertical-align: middle;
}
}
.article-list-single {
text-align: left;
padding: 20px 0 0;
}
.article-list-single > span {
font-size: .88rem;
font-weight: 700;
margin: 0 0 0 3px;
}
.article-list-single span + div {
position: relative;
}
.article-list-single span + div span {
position: absolute;
margin-left: 0;
top: 10px;
}
.article-list-single span + div h1 {
padding-left: 90px;
}
.marche .article-list-single h1 {
color: #f53c74;
}
.rolex .article-list-single h1 {
color: #163e0b;
}
.catalog .article-list-single h1 {
color: #000;
}
.article-list-single h1 {
font-size: 1.7rem;
line-height: 1.3;
font-weight: 700;
padding: 12px 0 9px;
letter-spacing: -.5px;
}
.article-list-single p {
padding: 0 0 20px;
}
.article-list-single p img {
text-align: center;
margin: 0 auto;
float: none;
}
.article-list-single .sns-s-list {
margin: 0 0 27px;
}
.marche .article-list-single .ttl06 {
color: #f53c74;
}
.rolex .article-list-single .ttl06 {
color: #163e0b;
}
.article-list-single .ttl06 {
font-size: 1.22rem;
font-weight: 700;
padding: 14px 0 7px;
}
.article-list-single .ttl06:before {
content: "■";
display: inline-block;
}
.card a, .under-article-block ul li a {
display: block;
}
.categoly-single-tb01 {
width: 100%;
border-top: 1px solid #bfbfbf;
border-right: 1px solid #bfbfbf;
border-left: 1px solid #bfbfbf;
margin: 25px 0 60px;
}
.categoly-single-tb01 tr td {
line-height: 1.7;
}
.categoly-single-tb01 tr th {
width: 24%;
line-height: 1.7;
background: #00561f;
color: #FFF;
padding: 11px 12px 11px 16px;
}
.categoly-single-tb01 tr td {
color: #00561f;
padding: 11px 12px 11px 17px;
}
@media screen and (max-width: 700px) {
.article-list-single {
padding: 0;
}
.article-list-single h1 {
font-size: 1.3rem;
margin: 0;
padding: 13px 0 10px;
}
.article-list-single p {
padding: 0 0 13px;
}
.article-list-single .sns-s-list {
margin: 0 0 13px;
padding: 5px 0 0;
}
.article-list-single img {
max-width: 100%;
height: auto;
}
.article-list-single .ttl06 {
padding: 5px 0;
font-size: .98rem;
}
.article-list-single > span {
font-size: .8rem;
}
.categoly-single-tb01 {
border: none;
margin: 15px 0 35px;
}
.categoly-single-tb01 tr {
border: none;
}
.categoly-single-tb01 tr th {
width: 100%;
display: block;
padding: 11px 10px 11px 12px;
border: none;
}
.categoly-single-tb01 tr td {
width: 100%;
display: block;
padding: 11px 12px;
}
.article-list-single span + div {
margin-bottom: 3px;
}
.article-list-single span + div h1 {
padding-left: 77px;
}
}
@media screen and (max-width: 500px) {
.article-list-single h1 {
font-size: 1.06rem;
padding: 10px 0;
}
}
.under-article-block {
clear: both;
padding: 35px 0 24px;
overflow: hidden;
text-align: left;
}
.post-404 .under-article-block, .post-contact .under-article-block, .post-thanks .under-article-block {
padding: 50px 0 0;
border: none;
}
.marche .under-article-block h3 {
color: #f53c74;
}
.rolex .under-article-block h3 {
color: #163e0b;
}
.marche .under-article-block ul li {
color: #f53c74;
}
.rolex .under-article-block ul li {
color: #163e0b;
}
.under-article-block ul li {
width: 294px;
float: left;
}
.under-article-block ul li p {
float: left;
width: 180px;
font-weight: 700;
}
.under-article-block ul li:nth-child(odd) {
margin: 0 54px 20px 0;
}
.under-article-block ul li img {
float: right;
}
.post-block .card {
max-width: 190px;
width: 190px;
margin: 0 26px 40px 0;
}
.card {
float: left;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
text-align: left;
box-sizing: border-box;
background: #FFF;
}
.card p {
padding: 0 20px 25px;
font-weight: 700;
}
.card a {
overflow: hidden;
}
.card a img {
width: 100%;
max-width: 304px;
}
.card .fa {
font-size: 1rem;
margin-right: 5px;
}
.card:nth-child(1), .card:nth-child(4) {
margin-left: 2px;
}
.card:nth-child(3), .card:nth-child(6) {
margin-right: 2px;
}
@media screen and (max-width: 700px) {
.container article {
float: none;
width: 100%;
margin: 0 0 30px;
padding: 25px 5% 15px;
border-bottom: 1px solid #898989;
}
#top.container article {
padding: 72px 0 0;
border: none;
margin: 0;
}
.under-article-block {
padding: 23px 0 0;
border-bottom: none;
}
.post-404 .under-article-block, .post-contact .under-article-block, .post-thanks .under-article-block {
padding: 0;
}
.under-article-block ul li {
width: 100%;
border-bottom: 1px solid #CCC;
padding: 11px 0;
}
.under-article-block ul li:nth-child(odd) {
margin: 0;
}
.under-article-block ul li p {
width: 76%;
float: left;
padding-right: 4%;
line-height: 1.6;
}
.under-article-block ul li div {
float: right;
width: 20%;
}
.under-article-block ul li img {
float: right;
width: 100%;
height: auto;
}
.post-contact .under-article-block ul li:nth-child(4), .post-thanks .under-article-block ul li:nth-child(4) {
border: none;
margin-bottom: 13px;
}
.post-block .card {
width: 98%;
max-width: 98%;
margin-right: 0;
margin-bottom: 10px;
padding: 0 2% 0 0;
}
.post-block .card img {
width: 100%;
height: auto;
max-width: 100px;
float: left;
margin: 14px 16px 14px 12px;
}
.card {
margin-left: 2px;
margin-right: 2px;
margin-top: 2px;
}
.card a {
width: 100%;
padding: 0;
}
.card p {
padding: 0 0 15px;
}
}
.not-found01, .thanks01 {
text-align: center;
}
.not-found01 p:first-child, .thanks01 p:first-child {
color: #f53c74;
font-size: 1.68rem;
font-weight: 700;
margin: 20px 0 15px;
}
.not-found01 p:nth-child(2), .thanks01 p:nth-child(2) {
padding: 0 50px;
letter-spacing: -.3px;
margin: 0 0 35px;
text-align: left;
}
.not-found01 a, .thanks01 a {
margin: 0 0 60px;
}
@media screen and (max-width: 700px) {
.not-found01 p:first-child, .thanks01 p:first-child {
margin: 20px 0 10px;
font-size: 1.3rem;
}
.not-found01 p:nth-child(2), .thanks01 p:nth-child(2) {
margin: 0 0 20px;
}
.not-found01 a {
margin: 0 0 10px;
}
.thanks01 {
padding: 0 0 40px;
}
.thanks01 a {
margin: 0 0 10px;
}
}
@media screen and (max-width: 500px) {
.not-found01 p:first-child, .thanks01 p:first-child {
margin: 5px 0 10px;
font-size: 1.06rem;
}
.not-found01 p:nth-child(2), .thanks01 p:nth-child(2) {
margin: 0 0 25px;
padding: 0;
}
.not-found01 a, .thanks01 a {
margin: 0;
}
}
.post-privacy {
text-align: left;
}
.privacy01, .privacy02, .privacy03, .privacy04, .privacy05, .privacy06, .privacy07 {
padding: 0 0 30px;
margin: 0 0 35px;
border-bottom: 1px solid #898989;
}
.privacy03 p, .privacy05 p {
margin: 0 0 20px;
}
.privacy03 p:last-child, .privacy05 p:last-child {
margin: 0;
}
@media screen and (max-width: 700px) {
.privacy03 p, .privacy05 p {
margin: 0 0 12px;
}
.privacy01, .privacy02, .privacy03, .privacy04, .privacy05, .privacy06, .privacy07 {
padding: 0 0 20px;
margin: 0 0 20px;
}
}
.page {
overflow-x: hidden;
}
.text-color-red {
color: #ff0000 !important;
}
.item-card figure {
position: relative;
} .bnr-block03 {
padding: 60px 0 45px;
overflow: hidden;
}
@media screen and (max-width: 768px) {
.bnr-block03 {
padding: 30px 5%;
text-align: center;
}
}
.bnr-block03 .l-grid-col6 {
display: block;
height: 356px;
padding: 4% 2%;
text-align: center;
text-shadow: 1px 1px 3px #555555;
color: #fff;
}
@media screen and (max-width: 768px) {
.bnr-block03 .l-grid-col6 {
float: left;
display: block;
margin-right: 1.61735%;
width: 100%;
overflow: hidden;
height: 160px;
padding: 4%;
text-align: left;
}
.bnr-block03 .l-grid-col6:last-child {
margin-right: 0;
}
}
.bnr-block03 .l-grid-col6 h3 {
font-size: 45px;
font-weight: 600;
}
@media screen and (max-width: 768px) {
.bnr-block03 .l-grid-col6 h3 {
font-size: 32px;
}
}
.bnr-block03 .bnr-iphone {
background-color: #9f9c9c;
background-image: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/bnr-iphone_repair.png);
background-repeat: no-repeat;
background-position: bottom center;
background-size: 80%;
}
@media screen and (max-width: 768px) {
.bnr-block03 .bnr-iphone {
background-size: contain;
background-position: bottom right;
}
}
.bnr-block03 .bnr-iphone .text-medium {
font-weight: 600;
}
@media screen and (max-width: 768px) {
.bnr-block03 .bnr-iphone .text-medium {
font-size: 16px;
}
}
.bnr-block03 .bnr-itaku {
background-color: #f3709c;
background-image: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/bnr-itakuhanbai.png);
background-repeat: no-repeat;
background-position: top right;
}
@media screen and (max-width: 768px) {
.bnr-block03 .bnr-itaku {
background-size: contain;
background-position: bottom right;
}
}
.bnr-block03 .bnr-itaku .text-small {
padding: 6% 0;
line-height: 1.4;
font-weight: 600;
}
.bnr-block03 .bnr-itaku .text-medium {
padding-top: 100px;
font-weight: 600;
}
.bnr-block03 .bnr-itaku ul {
padding-top: 16px;
text-align: left;
line-height: 1.6;
}
@media screen and (max-width: 768px) {
.bnr-block03 .bnr-itaku ul {
display: none;
}
}  .entry-content {
line-height: 2;
}
.entry-content strong {
font-weight: bold;
}
.entry-content a {
display: inline-block;
text-decoration: underline;
line-height: 1;
color: #f53c74;
}
.entry-content a:hover {
opacity: .6;
}
.entry-content p {
padding-bottom: 0;
} .h-post {
padding: .5rem 0 1rem;
color: #f53c74;
border-bottom: 1px solid #f53c74;
}
.h-post span:first-child {
padding-right: 2rem;
font-weight: bold;
font-size: 1.4rem;
}
.h-post span:last-child {
font-weight: bold;
font-size: 2.4rem !important;
}
@media screen and (max-width: 768px) {
.h-post span:last-child {
font-size: 1.8rem !important;
}
}
.h-post-primary {
margin-bottom: 8px;
padding-left: 16px;
font-weight: bold;
font-size: 24px;
border-left: 3px solid #f53c74;
}
@media screen and (max-width: 768px) {
.h-post-primary {
font-size: 18px;
}
}
.h-post-secondary {
margin-bottom: 8px;
padding: 16px;
font-size: 20px;
color: #fff;
line-height: 1.4;
background: #f53c74;
}
@media screen and (max-width: 768px) {
.h-post-secondary {
font-size: 16px;
}
}
.h-post-sub {
margin-bottom: 8px;
font-weight: 600;
font-size: 20px;
color: #333333;
}
@media screen and (max-width: 768px) {
.h-post-sub {
font-size: 16px;
}
}
.rolex .h-post-primary {
border-left: 3px solid #1b4b0e;
}
.rolex .h-post-secondary {
background: #1b4b0e;
}
.h-aside {
padding: 8px 16px;
margin-bottom: 2rem;
text-align: left;
background: whitesmoke;
}
.h-aside span {
padding-right: 4px;
color: #f53c74;
} blockquote {
position: relative;
padding: 6% 16%;
background-color: #e6e6e6;
}
blockquote:before {
position: absolute;
top: 10%;
left: 4%;
color: #555555;
font-size: 2rem !important;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "";
}
@media screen and (max-width: 768px) {
blockquote:before {
top: 4%;
font-size: 1rem !important;
}
}
blockquote:after {
position: absolute;
bottom: 10%;
right: 4%;
color: #555555;
font-size: 2rem !important;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "";
}
@media screen and (max-width: 768px) {
blockquote:after {
bottom: 4%;
font-size: 1rem !important;
}
} .mdl-nav-links {
padding: 32px 0;
}
.btn-prev01 {
font-size: 1rem;
color: #fff;
border-left: 2px solid #fff;
background: #e6e6e6;
}
.btn-prev01:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 1rem;
content: "";
}
@media screen and (max-width: 768px) {
.btn-prev01 {
margin-bottom: 4px;
}
}
.btn-prev02 {
font-size: 1rem;
color: #fff;
border-left: 2px solid #fff;
background: #e6e6e6;
}
.btn-prev02:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.btn-prev03 {
font-size: 1rem;
color: #fff;
border-left: 2px solid #fff;
background: #e6e6e6;
}
.btn-prev03:after {
padding-left: 4px;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 1rem;
content: "";
}
.btn-prev03.btn:before {
display: none;
} .mdl-bgcolor-primary {
padding: 4rem;
background: whitesmoke;
} .aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
strong {
font-weight: bold;
}  .u-pt-xsmall {
padding-top: 2rem !important;
}
.u-pt-small {
padding-top: 3rem !important;
}
.u-pt-large {
padding-top: 6rem;
}
@media screen and (max-width: 768px) {
.u-pt-large {
padding-top: 3rem;
}
}
.u-pb-xsmall {
padding-bottom: 2rem;
}
.u-pb-small {
padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
.u-pb-small {
padding-bottom: 1rem;
}
}
.u-pb-large {
padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
.u-pb-large {
padding-bottom: 2rem;
}
}
.u-pb-xlarge {
padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
.u-pb-xlarge {
padding-bottom: 0rem;
}
}
.u-mb-xsmall {
margin-bottom: 2rem;
}
.u-align-left {
text-align: left;
}
.u-align-center {
text-align: center;
}
.u-align-right {
text-align: right;
}
.u-float-right {
float: right !important;
}
@media screen and (max-width: 768px) {
.u-float-right {
float: none;
}
} .u-wrap-large {
padding: 80px 0;
}
.u-wrap-large.top-none {
padding-top: 0;
}
.u-wrap-large.bottom-none {
padding-bottom: 0;
}
@media screen and (max-width: 1100px) {
.u-wrap-large {
padding: 64px 0;
}
}
@media screen and (max-width: 768px) {
.u-wrap-large {
padding: 24px 0;
}
}
.u-wrap-middle {
padding: 64px 0;
}
.u-wrap-middle.top-none {
padding-top: 0;
}
.u-wrap-middle.bottom-none {
padding-bottom: 0;
}
@media screen and (max-width: 768px) {
.u-wrap-middle {
padding: 16px 0;
}
}
.u-wrap-small {
padding: 32px 0;
}
.u-wrap-small.top-none {
padding-top: 0;
}
.u-wrap-small.bottom-none {
padding-bottom: 0;
}
@media screen and (max-width: 768px) {
.u-wrap-small {
padding: 16px 0;
}
}
.u-wrap-xsmall {
padding: 16px 0;
}
.u-wrap-xsmall.top-none {
padding-top: 0;
}
.u-wrap-xsmall.bottom-none {
padding-bottom: 0;
}
@media screen and (max-width: 768px) {
.u-wrap-xsmall {
padding: 8px 0;
}
}.open p {
text-align: center;
}
.open .time {
padding: 0;
} @media screen and (max-width: 768px) {
.footerBottom p:nth-child(2) {
padding: 16px 0;
}
} .bnr-block03 .bnr-itaku {
background-color: #f3709c;
background-image: url(//rolex-marche.jp/wp2/wp-content/themes/marche/lib/images/bnr-itakuhanbai.png);
background-repeat: no-repeat;
background-position: top right;
width: 100%;
}
.bnr-block03 .bnr-itaku ul {
padding-top: 16px;
text-align: left;
line-height: 1.6;
}
.bnr-block03 .l-grid-col6 {
display: block;
height: 275px;
padding: 5.2% 6%;
text-align: center;
text-shadow: 1px 1px 3px #555555;
color: #fff;
}
.bnr-block03 .l-grid-col6 h3 {
font-size: 45px;
font-weight: 600;
text-align: left;
}
.bnr-block03 .l-grid-col6 h3 {
font-size: 32px;
padding: 5% 0 0 0;
}
.bnr-block03 .bnr-itaku .text-small {
padding: 3.5% 0;
line-height: 1.4;
font-weight: 600;
text-align: left;
}
.bnr-block03 .bnr-itaku .text-medium {
padding-top: 10px;
font-weight: 600;
text-align: left;
}