<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-family: '繝｡繧､繝ｪ繧ｪ', Meiryo, 'Hiragino Kaku Gothic ProN',
    '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', 'Hiragino Kaku Gothic Pro W3',
    'Hiragino Kaku Gothic Pro', '貂ｸ繧ｴ繧ｷ繝�け', 'Yu Gothic', YuGothic,
    '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', sans-serif;
  font-size: 100%;
  background-color: #fff;
}
html * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #333;
  font-family: '繝｡繧､繝ｪ繧ｪ', Meiryo, 'Hiragino Kaku Gothic ProN',
    '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', 'Hiragino Kaku Gothic Pro W3',
    'Hiragino Kaku Gothic Pro', '貂ｸ繧ｴ繧ｷ繝�け', 'Yu Gothic', YuGothic,
    '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #000;
  min-width: 320px;
}
body a {
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
.contents {
  background-color: #fff;
}
.header {
  background-color: #000;
  width: 100%;
}
.headerIn {
  line-height: 1;
  margin: auto;
}
.header img {
  vertical-align: middle;
}
.footer {
  color: #fff;
  background-color: #000;
  width: 100%;
}
.footerIn {
  margin: auto;
}
.heading {
  text-align: center;
}
.headingTtl {
  font-weight: bold;
}
.totop {
  margin: auto;
}
.totop a {
  position: relative;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  display: block;
  background-color: #373637;
}
.totop a:before {
  position: absolute;
  left: 0;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.heading {
  padding: 0 3.125%;
}

.headingInfo {
  background: #ffdede;
  padding: 10px;
}

.infoTitle {
  background: #ffdede;
  padding: 10px;
  text-align: center;
}

@media (min-width: 751px) {
  .headingInfo {
    font-size: 13px;
    width: 960px;
    margin: -30px auto 50px;
  }

  .infoTitle {
    font-size: 13px;
    width: 960px;
    margin: 30px auto 0;
  }
}

@media (max-width: 750px) {
  .headingInfo {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}

.nav:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.navItem {
  text-align: center;
  font-weight: bold;
}
.navItem a {
  color: #333;
  text-decoration: none;
}
.section-ginza .sectionHeading,
.section-marunouchi .sectionHeading,
.section-odaiba .sectionHeading,
.section-sapporo .sectionHeading,
.section-sendai .sectionHeading,
.section-fukuoka .sectionHeading {
  font-weight: normal;
  background: transparent url('/g-shock_store/images/index/bg_gshock01.png')
    no-repeat 0 0;
}
.section-ginza .sectionHeading span,
.section-marunouchi .sectionHeading span,
.section-odaiba .sectionHeading span,
.section-sapporo .sectionHeading span,
.section-sendai .sectionHeading span,
.section-fukuoka .sectionHeading span {
  display: block;
}
.section-info {
  color: #fff;
  background-color: #373637;
}
.section-info .sectionHeading {
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
.noticeItem {
  border-bottom: 1px solid #6c6c6c;
}
.noticeItemShop {
  text-align: center;
  display: inline-block;
  border: 1px solid #d5d5d5;
}
.visual img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

@media all and (min-width: 751px) {
  .visual_height {
    height: 500px;
  }
}

.for {
  position: relative;
}
.forItem {
  overflow: hidden;
  vertical-align: top;
  height: 0;
  position: relative;
  background-color: #000;
}
.forItem img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
.slick-arrow {
  position: absolute;
  left: auto;
  bottom: auto;
  right: auto;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.8);
  display: block;
  border: none;
  margin: 0;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.slick-arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
}
.slick-prev {
  left: 0;
}
.slick-prev:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slick-next {
  right: 0;
}
.slick-dots {
  position: absolute;
  bottom: 0;
  font-size: 0;
  text-align: center;
  display: block;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
}
.slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: #252525;
  border: none;
  border-radius: 100%;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.slick-dots li.slick-active button {
  background: #fff;
  border: 1px solid #252525;
}
.shopInfo {
  display: table;
  table-layout: fixed;
}
.shopInfoHeading,
.shopInfoDetail {
  display: table-cell;
  vertical-align: top;
}
.shopInfoHeading img {
  vertical-align: top;
  height: auto;
}
.shopInfo-location .shopInfoDetail img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.staffName span {
  font-weight: bold;
}
.staffComment {
  display: table;
  table-layout: fixed;
}
.staffCommentDetail,
.staffCommentImg {
  display: table-cell;
  vertical-align: top;
}
.staffCommentImg img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

.shopML_square_btnBox {
  width: 100%;
  text-align: center;
}

.shopML_square_btnBox2 {
  width: 100%;
  text-align: center;
}

@media all and (min-width: 751px) {
  .shopML_square_btnBox2 {
    text-align: right;
    float: right;
    margin-top: 10px;
    margin-right: 30px;
  }

  .shopML_square_btn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.73);
    padding: 0.3em 0.5em;
    background: #ce2323;
    border-top: solid 3px #000;
    border-bottom: solid 3px #000;
    transition: 0.4s;
    width: 400px;
    margin: 20px auto 0;
    text-align: center;
  }
}

@media all and (max-width: 750px) {
  .shopML_square_btn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.73);
    padding: 0.3em 0.5em;
    background: #ce2323;
    border-top: solid 3px #000;
    border-bottom: solid 3px #000;
    transition: 0.4s;
    width: 300px;
    margin: 20px auto 0;
    text-align: center;
  }
  .shopML_square_btnBox &gt; a.shopML_square_btn &gt; i,
  .shopML_square_btnBox2 &gt; a.shopML_square_btn &gt; i {
    display: none !important;
  }
}

.shopML_square_btn:hover {
  text-shadow: -6px 0px 15px rgba(255, 255, 240, 0.83),
    6px 0px 15px rgba(255, 255, 240, 0.83);
}

.shopML_square_btn &gt; i,
.shopML_square_btn2 &gt; i {
  margin-left: 10px;
}

@media all and (min-width: 751px) {
  html * {
    -webkit-tap-highlight-color: transparent;
  }
  body {
    font-size: 18px;
    line-height: 1.777777777777778;
  }
  .contents {
    min-width: 960px;
    padding: 59px 0 32px;
  }
  .header {
    min-width: 960px;
    padding: 27px 20px 23px;
    border-bottom: 3px solid #f40010;
  }
  .footer {
    min-width: 960px;
  }
  .footerIn {
    width: 960px;
    padding: 14px 5px 20px;
  }
  .footer small {
    font-size: 13px;
    line-height: 2.538461538461538;
  }
  .heading {
    min-width: 960px;
  }
  .headingTtl {
    font-size: 35px;
    line-height: 1.028571428571428;
    margin: auto auto 16px auto;
  }
  .headingDesc {
    font-size: 13px;
    line-height: 1.846153846153846;
    margin: auto auto 51px auto;
  }
  .section {
    width: 100%;
  }
  .sectionInner {
    width: 960px;
    margin: auto;
  }
  .totop {
    width: 960px;
  }
  .totop a {
    font-size: 22px;
    width: 72px;
    height: 72px;
    margin: 20px 0 auto auto;
    padding: 34px 0 9px;
  }
  .totop a:before {
    top: 15px;
    border-width: 0 16px 16px 16px;
  }
  .nav {
    font-size: 0;
    /*text-align: centernav;*/
    width: 900px;
    /*width: 1200px;*/
    text-align: center;
    height: 26px;
    /* margin: auto auto 25px auto; */
    margin: auto auto 50px auto;
  }
  .navItem {
    font-size: 18px;
    /*line-height: 1.333333333333333;*/
    line-height: 2;
    vertical-align: top;
    display: inline-block;
    background: url('/g-shock_store/images/index/line01.png') no-repeat 100% 0;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    padding: 2px 41px 0px 25px;
  }
  .navItem:last-child {
    background: none;
  }
  .navItem a:hover {
    color: #ce2323;
  }
  .section {
    padding: 25px 0 33px;
  }
  .sectionContent {
    margin: 18px auto 24px;
  }
  .sectionContent:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .section-ginza,
  .section-marunouchi,
  .section-odaiba,
  .section-sapporo,
  .section-sendai,
  .section-fukuoka {
    padding: 25px 0 0;
  }
  .section-ginza .sectionHeading,
  .section-marunouchi .sectionHeading,
  .section-odaiba .sectionHeading,
  .section-sapporo .sectionHeading,
  .section-sendai .sectionHeading,
  .section-fukuoka .sectionHeading {
    font-size: 34px;
    line-height: 1;
    -webkit-background-size: 44px auto;
    background-size: 44px auto;
    padding-top: 2px;
    padding-left: 60px;
    margin-bottom: -7px;
  }
  .section-ginza .sectionHeading span,
  .section-marunouchi .sectionHeading span,
  .section-odaiba .sectionHeading span,
  .section-sapporo .sectionHeading span,
  .section-sendai .sectionHeading span,
  .section-fukuoka .sectionHeading span {
    font-size: 14px;
    line-height: 1;
    padding-bottom: 4px;
  }
  .section-ginza,
  .section-marunouchi,
  .section-fukuoka,
  .section-sapporo,
  .section-sendai {
    border-bottom: 2px solid #e3e3e3;
  }
  .section-odaiba {
    margin-bottom: 100px;
  }
  .section-info .sectionHeading {
    font-size: 16px;
    line-height: 0.923076923076923;
    padding-bottom: 7px;
    margin-top: 1px;
  }
  .noticeItem {
    font-size: 0;
    padding: 10px 10px 10px 30px;
  }
  .noticeItemDate {
    font-size: 14px;
    line-height: 1;
    vertical-align: top;
    display: inline-block;
    padding: 3px 0 0;
  }
  .noticeItemShop {
    font-size: 14px;
    line-height: 1;
    vertical-align: top;
    width: 115px;
    padding: 1px 0;
    margin-left: 14px;
  }
  .noticeItemTxt {
    font-size: 14px;
    line-height: 1.714285714285714;
    vertical-align: top;
    display: inline-block;
    width: 668px;
    padding-top: 3px;
    margin: -5px auto -5px 8px;
  }
  .visual {
    float: left;
    width: 480px;
  }
  .for {
    width: 450px;
    margin-right: 34px;
  }
  .for.slick-dotted {
    padding-bottom: 30px;
  }
  .forItem {
    padding-top: 75.1111111111111%;
  }
  .slick-arrow {
    top: 46.666666666666664%;
  }
  .slick-arrow {
    width: 42px;
    height: 105px;
  }
  .slick-arrow:after {
    background: transparent url('/g-shock_store/images/index/icn_arrow.png')
      no-repeat 50%;
    -webkit-background-size: 21px auto;
    background-size: 21px auto;
  }
  .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 2px 5px;
  }
  .slick-dots li.slick-active {
    width: 16px;
    height: 16px;
    margin: 0 5px;
  }
  .shopInfo {
    float: right;
    width: 480px;
    margin-bottom: 16px;
  }
  .shopInfoHeading {
    width: 38px;
  }
  .shopInfoHeading img {
    width: 30px;
  }
  .shopInfoDetail {
    width: 420px;
  }
  .shopInfo-location .shopInfoDetail {
    font-size: 16px;
    line-height: 1.875;
    padding: 1px 0;
  }
  .shopInfo-location .shopInfoDetail span {
    padding-right: 16px;
  }
  .shopInfo-location .shopInfoDetail a {
    display: inline-block;
    width: 80px;
    height: auto;
  }
  .shopInfo-tel .shopInfoDetail {
    font-size: 16px;
    line-height: 1.875;
    padding: 1px 0;
  }
  .shopInfo-bhour {
    margin-bottom: auto;
  }
  .shopInfo-bhour .shopInfoDetail {
    font-size: 16px;
    line-height: 1.875;
  }
  .staff {
    float: right;
    width: 480px;
  }
  .staffName {
    font-size: 13px;
    line-height: 1.461538461538461;
    margin: 22.5px auto 12.5px;
  }
  .staffCommentDetail {
    font-size: 12px;
    line-height: 1.5;
    width: 376px;
  }
  .staffCommentImg {
    width: 104px;
    height: auto;
    padding-left: 20px;
  }
}
@media all and (max-width: 750px) {
  body {
    font-size: 1.875rem;
    line-height: 1.333333333333333;
    -webkit-text-size-adjust: 100%;
  }
  .contents {
    padding: 7.03125% 0 3.125%;
  }
  .header {
    padding: 4.21875% 4.6875% 3.59375%;
    border-bottom: 0.1875rem solid #f40010;
  }
  .header img {
    width: 29.655172413793103%;
  }
  .footerIn {
    padding: 2.265625% 3.125%;
  }
  .footer small {
    font-size: 1.375rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .view-sp {
    display: block;
  }
  .headingTtl {
    font-size: 2.5rem;
    line-height: 1.5;
    margin: auto auto 3.203125% auto;
  }
  .headingDesc {
    font-size: 1.5rem;
    line-height: 1.666666666666667;
    margin: auto auto 8.59375% auto;
  }
  .totop {
    padding: 0 3.125%;
  }
  .totop a {
    font-size: 1.375rem;
    width: 4.5rem;
    height: 4.5rem;
    margin: auto 0 auto auto;
    padding: 2.15625rem 0 0.59375rem;
  }
  .totop a:before {
    top: 0.9375rem;
    border-width: 0 1rem 1rem 1rem;
  }
  .headingDesc {
    margin-bottom: 5.46875%;
  }
  .nav {
    margin-top: -1.25%;
    padding: 0 3.125% 5%;
  }
  .nav:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .navItem {
    display: block;
    font-size: 1.875rem;
    line-height: 1.333333333333333;
    border: solid 1px #707070;
    width: 48.66666666666667%;
    margin: 1.333333333333333% auto;
  }
  .navItem:nth-child(odd) {
    float: left;
  }
  .navItem:nth-child(even) {
    float: right;
  }
  .navItem a {
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 5.902777777777778% 0 4.861111111111112%;
  }
  .section {
    padding: 7.5% 3.125%;
  }
  .section-ginza .sectionHeading,
  .section-marunouchi .sectionHeading,
  .section-odaiba .sectionHeading,
  .section-sapporo .sectionHeading,
  .section-sendai .sectionHeading,
  .section-fukuoka .sectionHeading {
    font-size: 2.5rem;
    line-height: 1;
    -webkit-background-size: 9.166666666666666% auto;
    background-size: 9.166666666666666% auto;
    padding-top: 0.333333333333333%;
    padding-left: 12%;
    margin-bottom: -1%;
  }
  .section-ginza .sectionHeading span,
  .section-marunouchi .sectionHeading span,
  .section-odaiba .sectionHeading span,
  .section-sapporo .sectionHeading span,
  .section-sendai .sectionHeading span,
  .section-fukuoka .sectionHeading span {
    font-size: 1.25rem;
    line-height: 1;
    padding-bottom: 0.833333333333333%;
  }
  .section-ginza,
  .section-marunouchi,
  .section-fukuoka,
  .section-sapporo,
  .section-sendai {
    border-bottom: 3px solid #e3e3e3;
  }
  .section-odaiba {
    margin-bottom: 12.812499999999998%;
  }
  .section-info {
    padding: 6.25% 3.125%;
  }
  .section-info .sectionHeading {
    font-size: 1.875rem;
    line-height: 1.333333333333333;
    padding-bottom: 1.5%;
    margin-top: -0.833333333333333%;
  }
  .noticeItem {
    padding: 5.333333333333334% 0 4.666666666666667%;
  }
  .noticeItemDate {
    font-size: 1.625rem;
    line-height: 1.538461538461539;
  }
  .noticeItemShop {
    font-size: 1.375rem;
    line-height: 1.090909090909091;
    min-width: 31.666666666666664%;
    padding: 0.666666666666667% 0 0.333333333333333%;
    margin-left: 5.333333333333334%;
  }
  .noticeItemTxt {
    font-size: 1.625rem;
    line-height: 1.538461538461539;
    margin-top: 3.320512820512821%;
  }
  .visual {
    margin: 6.666666666666667% auto 4.5%;
  }
  .for.slick-dotted {
    padding-bottom: 8.833333333333334%;
  }
  .forItem {
    padding-top: 75%;
  }
  .slick-arrow {
    top: 45.583333333333336%;
  }
  .slick-arrow {
    width: 7.000000000000001%;
    height: 0;
    padding: 17.666666666666668% 0 0 0;
  }
  .slick-arrow:after {
    background: transparent url('/g-shock_store/images/index/icn_arrow.png')
      no-repeat 50%;
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
  }
  .slick-dots li {
    width: 3.333333333333333%;
    height: 0;
    padding-top: 3.333333333333333%;
    margin: 0.833333333333333% 1.333333333333333%;
  }
  .slick-dots li.slick-active {
    width: 5%;
    padding-top: 5%;
    margin: 0 1.333333333333333%;
  }
  .shopInfo {
    width: 100%;
  }
  .shopInfoHeading {
    width: 8.333333333333332%;
  }
  .shopInfoHeading img {
    width: 88%;
  }
  .shopInfoDetail {
    width: 91.66666666666666%;
  }
  .shopInfo-location {
    margin-bottom: 3.333333333333333%;
  }
  .shopInfo-location .shopInfoDetail {
    font-size: 1.625rem;
    line-height: 1.230769230769231;
    padding: 1.090909090909091% 2.545454545454545% 0 0;
  }
  .shopInfo-location .shopInfoDetail a {
    display: block;
    width: 20.188432835820894%;
    margin-top: 2%;
  }
  .shopInfo-tel {
    margin-bottom: 2.666666666666667%;
  }
  .shopInfo-tel .shopInfoDetail {
    font-size: 1.625rem;
    line-height: 0.923076923076923;
    padding: 2% 2.545454545454545% 1.454545454545455% 0;
  }
  .shopInfo-bhour {
    margin-bottom: 2.666666666666667%;
  }
  .shopInfo-bhour .shopInfoDetail {
    font-size: 1.625rem;
    line-height: 1.230769230769231;
    padding: 1.454545454545455% 2.545454545454545% 0.909090909090909% 0;
  }
  .staffName {
    font-size: 1.625rem;
    line-height: 1.538461538461539;
    margin: 4.166666666666666% auto -1.833333333333333%;
  }
  .staffComment {
    margin: 3.083333333333333% auto -0.916666666666667%;
  }
  .staffCommentDetail {
    font-size: 1.375rem;
    line-height: 1.5;
    width: 70%;
  }
  .staffCommentImg {
    width: 30%;
    padding-left: 5.166666666666667%;
    padding-top: 0.916666666666667%;
  }
}

.close_shop_title span {
  font-weight: bold;
}

.close_shop_contact h3 {
  font-size: 24px;
  text-align: center;
  border: 1px solid #e3e3e3;
  border-left: none;
  border-right: none;
  font-weight: 700;
  margin: 40px 0 0;
}

.close_shop_contact_box_mini {
  width: 32%;
  text-align: center;
}

.close_shop_contact_box_mini h4 {
  margin-top: 40px;
  background: #e3e3e3;
  font-weight: 700;
  font-size: 18px;
  padding: 5px 0;
}
.close_shop_contact_box_mini h5 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}

.close_shop_contact_box_mini p {
  font-size: 12px;
}

.navi_dial {
  margin-top: 20px;
  font-weight: 700;
}

.navi_dial img {
  width: 43px;
  vertical-align: middle;
  margin-right: 10px;
}

.navi_dial span {
  text-decoration: underline;
}

.close_shop_contact_box_mini_text {
  margin-top: 10px;
}

.close_shop_contact_box_mini_text span {
  text-decoration: underline;
}

.close_shop_add {
  margin-top: 10px;
  font-size: 15px !important;
}
.close_shop_add span {
  text-decoration: underline;
}

.close_shop_btn {
  border: 1px solid #000;
  padding: 5px;
  width: 150px;
  font-size: 12px;
  margin: 10px auto 0;
  position: relative;
}

.close_shop_btn a {
  display: block;
  color: #000;
  text-decoration: none;
}

.close_shop_btn span::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 3%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  margin-top: -5px;
}

.close_shop .shopInfoDetail {
  width: auto;
}

.close_shop dl {
  margin-top: 10px;
}

@media (min-width: 751px) {
  .close_shop {
    width: 960px;
    margin: auto;
  }

  .close_shop_title {
    margin: 20px 0 20px;
    background: #ce2323;
    color: #fff;
    padding: 10px 0;
    text-align: center;
  }
  .close_shop_title + p {
    text-align: center;
  }

  .close_shop_contact_box {
    display: flex;
    justify-content: space-between;
  }

  .close_shop_btn:hover {
    background: #000;
    transition: all 0.5s ease;
  }
  .close_shop_btn a:hover {
    color: #fff;
  }

  .close_shop_btn a:hover span::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

@media (max-width: 751px) {
  .close_shop {
    margin: 0;
  }

  .close_shop p {
    font-size: 1.625rem;
  }

  .close_shop_title {
    margin: 5% 0 5%;
    background: #ce2323;
    color: #fff;
    padding: 3%;
    text-align: center;
    font-size: 1.625rem;
  }

  .close_shop_contact h3 {
    font-size: 1.925rem;
    padding: 3% 0;
    margin: 10% 0 0;
  }

  .close_shop_contact_box_mini h4 {
    margin-top: 10%;
    font-size: 1.625rem;
  }

  .close_shop_contact_box_mini {
    width: 100%;
  }

  .close_shop_contact_box_mini h5 {
    font-size: 1.625rem;
  }
}

.info_title {
  background: #4b4b4b;
  color: #fff;
  font-size: 80%;
  padding: 3px 0 3px 3px;
}

.info_text {
  font-size: 80%;
  margin-top: 10px;
}

@media (max-width: 750px) {
  .info_text {
    margin: 10px 0;
  }

  .info_list {
    font-size: 80%;
    line-height: 1.6;
  }
}
</pre></body></html>