@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanssc.css);
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans SC', sans-serif;
}

h1 {
  text-align: center;
  line-height: 3.0;
  font-size: 18px;
  font-size: 1.8rem;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.container {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71;
  min-width: 320px;
  position: relative;
}

/**
 * バナー欄
 */
.banner {
  margin: 30px 10px 10px;
}
img.tommyhilfiger {
  border: 2px solid #e1e1e1;
  box-sizing: border-box;
}

/**
 * 何が出来るの？
 */
.about {
  margin: 10px 10px 10px;
}
.about .description {
  padding: 1em .4em;
}

/**
 * 主なservice
 */
.service--img {
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  margin: 10px;
}

.service {
  margin: 10px 10px 3em;
  padding: 1em 36px;
  border: 1px solid #e1e1e1;
}
.service li {
  margin-bottom: 1em;
}
.service li img {
  width: 38px;
  margin-right: 1em;
}
.service li span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.service li span::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 24px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/**
 * 所在地
 */
.address {
  margin: 10px 5px 10px;
}
.address .map {
  margin-bottom: 1em;
}
.address .address__ktic {
  padding: 5px;
  background: #e8f1f8;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.address .address__ktic .view {
  margin-bottom: 1em;
}
.address .address__ktic dl {
  line-height: 1.4;
  padding: 1em;
}
.address .address__ktic dt {
  font-weight: bold;
}
.address .address__ktic dd {
  margin-bottom: 1em;
}

/**
 * coupon
 */
.coupon {
  margin: 10px 5px 3em;
}
.coupon li {
  margin-bottom: 10px;
}
.coupon .favorite {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #bf0404;
}

/**
 * アンカーリンク
 */
.coupon__btn {
  position: fixed;
  bottom: 10px;
  width: 100%;
  text-align: right;
  left: 100%;
}
.coupon__btn img {
  width: 36%;
}

/**
 * footer
 */
footer {
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  padding: 0 0 24% 0;
  background: #000;
}
footer small {
  padding: 0 0 3em 0;
  display: block;
  background: #fff;
}
