@charset "UTF-8";

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

  Foundation

* ============================================================= */
/* Reset
----------------------------------------------------------------- */
/* 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, 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;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

    Base

* ============================================================= */
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular"), local("YuGothic Medium"), local("YuGothic Regular");
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic"), local("YuGothic Bold");
}

html {
  font-size: 62.5%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #444;
  background-color: #fff;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
}

a {
  color: #444;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a.js-tel {
  color: #333 !important;
  text-decoration: none !important;
}

a.js-tel._active {
  color: #e60201 !important;
  text-decoration: underline !important;
}

.l-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  padding: 0;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

/* for footer fix
=============================== */
.l-main {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

/* google analytics
=============================== */
#googleAnalyticsImageObj {
  position: absolute;
  bottom: 0;
  left: 0;
}

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

  Header

* ============================================================= */
.l-header {
  border-top: 0.5em solid #c00;
  text-align: center;
  padding-top: 0.625em;
}

.l-header__title {
  font-size: 2.5em;
  padding: 1.175em 0;
}

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

  Main

* ============================================================= */
.l-main {
  border-top: 1px solid #ccc;
}

.l-main__head {
  text-align: center;
  background-color: #f2f2f2;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  padding: 1.08333em;
  font-weight: bold;
}

.l-main__read {
  text-align: center;
  line-height: 2;
  padding: 2.125em 0;
  margin-bottom: 2.5em;
}

.l-tab {
  width: 100%;
  border-bottom: 2px solid #aaa;
  margin-bottom: 4.0625em;
}

.l-tab__list {
  width: 830px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  box-sizing: border-box;
}

.l-tab__item {
  width: 50%;
  padding: 0 1.03093%;
  box-sizing: border-box;
}

.l-tab-button {
  font-size: 1.25em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
  width: 100%;
  height: 3em;
  color: #FFF;
  border: 2px solid #c00;
  background-color: #c00;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  position: relative;
  box-sizing: border-box;
}

.l-tab-button:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #aaa;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.l-tab-button.is-current {
  border-color: #aaa;
  background-color: #FFF;
  text-decoration: none;
  pointer-events: none;
  color: #444;
  height: 3.2em;
}

.l-tab-button.is-current:after {
  background-color: #FFF;
}

.l-container {
  width: 870px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.l-error {
  padding: 50px 0;
  text-align: center;
}

.dcs {
  display: table;
  width: 100%;
  margin: 0 auto;
  border-top: 1px dashed #999;
}

.dcs__item {
  display: table-row;
}

.dcs__head, .dcs__body {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px dashed #999;
  box-sizing: border-box;
}

.dcs__head {
  background-color: #ebebeb;
  padding: 1.875em;
  width: 36.62651%;
}

.dcs__body {
  padding: 1.8125em 1.25em;
}

.dcs__shopname {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 0.86111em;
}

.dcs__address, .dcs__tel {
  font-size: 0.75em;
}

.dcs-button {
  width: 100%;
  height: 3.75em;
  font-weight: bold;
  color: #c00;
  border: 1px solid;
  box-sizing: border-box;
  text-decoration: none;
  padding: 0 1.125em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  transition: all .2s ease-out;
}

.dcs-button:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid;
  border-right: 2px solid;
  display: block;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.dcs-button:hover {
  background-color: #c00;
  color: #FFF;
}

.dcs-button-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 6px);
  margin-left: -3px;
}

.dcs-button-grid__item {
  width: 50%;
  padding: 3px;
  box-sizing: border-box;
}

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

  Footer

* ============================================================= */
.l-footer {
  padding: 2.48438em 0;
}

.l-footer__copyright {
  text-align: center;
  font-size: 0.875em;
}

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

  Utility

* ============================================================= */
.u-pc-block {
  display: block !important;
}

.u-tablet-block {
  display: none !important;
}

@media screen and (max-width: 1400px){

  /* for interview custom */
}

@media screen and (max-width: 1178px){

  /* for interview custom */
}

@media screen and (max-width: 1100px){

  /* for desktop */
}

@media screen and (max-width: 960px){

  /* for desktop_sm */
}

@media screen and (max-width: 768px){

  /* for tablet */
  body{
    font-size: 2.2vw;
  }
  img{
    max-width: 100%;
  }
  .dcs{
    display: block;
  }
  .dcs__item{
    display: block;
  }
  .dcs__head, .dcs__body{
    display: block;
  }
  .dcs__head{
    width: 100%;
    background-color: transparent;
    border-bottom: 0;
    padding: 0;
  }
  .dcs__body{
    padding: .7em 0 1.2em;
  }
  .dcs__shopname{
    background-color: #ebebeb;
    text-align: center;
    padding: .5em;
    font-size: 1.375em;
  }
  .dcs__address, .dcs__tel{
    font-size: 1em;
  }
  .u-pc-block{
    display: none !important;
  }
  .u-tablet-block{
    display: block !important;
  }
}

@media screen and (max-width: 640px){

  /* for tablet_sm */
}

@media screen and (max-width: 480px){

  /* for mobile */
  .dcs{
    font-size: 3vw;
  }
}

@media screen and (max-width: 360px){

  /* for mobile_sm */
}

@media screen and (min-width: 768px){
  .u-pc-none{
    display: none !important;
  }
}
