@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&subset=japanese");
/* reset */
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 {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-weight: normal;
  font-size: 100%;
  line-height: 140%;
}

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

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

a img {
  border: none;
}

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

html,
body {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue", Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', "Hiragino Sans", 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Noto Sans JP', "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 1.5em;
  line-height: 1.6;
  overflow-x: hidden;
  letter-spacing: .05em;
  color: #222;
  background: #f5f9f8;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 767px) {
  body {
    letter-spacing: .5px;
  }
}

body,
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  font-size: 1.5rem;
  line-height: 1.75;
}

button,
input[type='submit'],
input[type='button'] {
  cursor: pointer;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
}

input[type='submit'],
input[type='button'] {
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 0px 0px #851d1d;
  box-shadow: 0px 4px 0px 0px #851d1d;
  border: 1px solid #C13E3E;
  background: #C13E3E;
}

@media (max-width: 767px) {
  input[type='submit'],
  input[type='button'] {
    width: 100%;
    font-size: 20px;
    font-size: 2.6rem;
    padding: 12px 0;
  }
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #acacac;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #acacac;
}

::-ms-input-placeholder {
  /* Others */
  color: #acacac;
}

::placeholder {
  /* Others */
  color: #acacac;
}

/* common */
.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
}

/* header */
#header {
  background: #fff;
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

#header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

#header .inner img {
  width: 204px;
}

#header .back_to_toppage {
  display: block;
  padding: 10px 20px;
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 0px 0px #851d1d;
          box-shadow: 0px 3px 0px 0px #851d1d;
  border: 1px solid #C13E3E;
  background: #C13E3E;
}

#header .back_to_toppage:hover {
  opacity: .8;
}

@media (max-width: 767px) {
  #header .inner img {
    width: 168px;
    height: auto;
  }
  #header .back_to_toppage {
    font-size: 12px;
    padding: 8px 12px;
  }
}

/* footer */
#footer {
  text-align: center;
  background: #7E5D23;
}

#footer #copyright {
  font-size: 1.2rem;
  line-height: 48px;
  letter-spacing: 1px;
  color: #fff;
}

@media (max-width: 767px) {
  #footer #copyright {
    font-size: 1rem;
  }
}

#wrap {
  position: relative;
  min-height: 100%;
  padding-bottom: 60px;
}

#wrap #footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#wrapper > .inner {
  padding-top: 0px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  #wrapper > .inner {
    padding-bottom: 20px;
  }
}

/* form */
.warning {
  color: #f00;
}

.form_title {
  margin-top: 10px;
  font-size: 3.8rem;
  letter-spacing: 0.05em;
  color: #333;
  text-align: center;
}

@media (max-width: 767px) {
  .form_title {
    font-size: 3.0rem;
  }
}

.steps {
  position: relative;
  padding: 20px 212px;
  text-align: center;
  background: url("../images/easy.png") no-repeat left 20px;
}

.steps img {
  max-width: 100%;
}

.steps img.pc {
  display: inline;
}

.steps img.sp {
  display: none;
}

@media (max-width: 1000px) {
  .steps {
    padding: 15px 2vw 15px 22vw;
    background-size: 22vw auto;
  }
}

@media (max-width: 768px) {
  .steps {
    padding: 10px 2vw 0 24vw;
    background-size: 25vw auto;
  }
  .steps img.pc {
    display: none;
  }
  .steps img.sp {
    display: inline;
  }
}

.wrap_form {
  margin: 20px 0;
  padding: 40px calc(2% + 24px);
  background: #fff;
  border: 1px solid #7E5D23;
}

.wrap_form .step_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  border: 2px solid #7E5D23;
}

.wrap_form .step_text > span {
  padding: 8px;
}

.wrap_form .step_text .step {
  font-size: 120%;
  font-weight: normal;
  margin-right: 16px;
  padding: 6px 12px;
  color: #fff;
  background: #7E5D23;
}

@media (max-width: 767px) {
  .wrap_form {
    padding: 12px 4%;
  }
  .wrap_form .step_text {
    margin-bottom: 12px;
  }
  .wrap_form .step_text > span {
    font-size: 1.4rem;
  }
  .wrap_form .step_text .step {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
  }
}

.wrap_form .center {
  text-align: center;
}

.wrap_form .privacy {
  margin-top: 20px;
}

.form_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form_list dt,
.form_list dd {
  padding: 24px;
  border-bottom: 1px dotted #7E5D23;
}

.form_list dt {
  font-weight: bold;
  position: relative;
  width: 25%;
  color: #7D5D22;
}

.form_list dt .required {
  font-size: 1.1rem;
  font-weight: 500;
  position: absolute;
  top: 24px;
  right: 10px;
  padding: 4px;
  color: #fff;
  background: #f00;
}

.form_list dt .no-required {
  font-size: 1.1rem;
  font-weight: 500;
  position: absolute;
  top: 24px;
  right: 10px;
  padding: 4px;
  color: #fff;
  background: #999;
}

.form_list dd {
  font-size: 1.7rem;
  line-height: 30px;
  width: 75%;
  border-left: 1px dotted #7E5D23;
}

.form_list dd input[type='text'],
.form_list dd textarea {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 游明朝, 'Yu Mincho', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Sawarabi Mincho', 'serif';
  font-size: 1.6rem;
  display: block;
  width: 100%;
  margin: 2px 0;
  padding: 10px;
  outline: none;
}

.form_list dd input[type='text']:focus,
.form_list dd textarea:focus {
  background: #fffdf2;
}

.form_list dd input[name="contact_name_sei"],
.form_list dd input[name="contact_name_mei"],
.form_list dd input[name="contact_name_sei_kana"],
.form_list dd input[name="contact_name_mei_kana"] {
  display: inline-block;
  width: calc(100% - 48px);
  margin-left: 4px;
}

.form_list dd input[name="contact_name_sei"],
.form_list dd input[name="contact_name_mei"] {
  margin-left: 18px;
}

.form_list dd input[name='tel[]'],
.form_list dd input[name='zipcode[]'] {
  display: inline-block;
  width: inherit;
}

.form_list dd.plan label {
  display: block;
}

.form_list dd .note {
  display: inline-block;
  margin: 3px 0;
}

.form_list.confirm_list dt,
.form_list.confirm_list dd {
  padding: 20px 24px;
  border-left: 0;
}

@media (max-width: 767px) {
  .form_list {
    display: block;
  }
  .form_list dt,
  .form_list dd {
    width: 100%;
  }
  .form_list dt {
    padding: 20px 0 0;
    border-bottom: 0;
  }
  .form_list dt .required,
  .form_list dt .no-required {
    line-height: 1.2;
    top: 22px;
  }
  .form_list dd {
    padding: 8px 0 20px;
    border-left: 0;
  }
  .form_list.confirm_list dt {
    padding: 15px 8px 0;
  }
  .form_list.confirm_list dd {
    padding: 5px 8px 15px;
  }
}

select[name="area"] {
  padding: 3px;
  vertical-align: middle !important;
  line-height: 1.75;
  height: 38px;
}

.custom-control {
  padding-left: 2rem;
}

.custom-control.custom-control-inline {
  margin-right: 3rem;
}

@media (max-width: 767px) {
  .custom-control.custom-control-inline {
    margin-right: 2rem;
  }
}

#disp_envelope .custom-control .custom-control-label {
  display: block;
}

.custom-control .custom-control-label::before {
  top: .7rem;
  left: -2rem;
  width: 1.6rem;
  height: 1.6rem;
}

.custom-control .custom-control-label::after {
  top: .7rem;
  left: -2rem;
  width: 1.6rem;
  height: 1.6rem;
}

#disp_envelope {
  margin-top: 8px;
  padding: 8px 12px;
  background: #f3f3f3;
}

.mail-select-area .address-label {
  margin-top: 15px;
}

.mail-select-area .address-label:first-of-type {
  margin-top: 0;
}

.zipcode-wrap input[type='text'] {
  display: inline-block !important;
  width: calc(50% - 15px) !important;
}

.zipcode-wrap .btn-zipcode {
  font-size: 1.4rem;
  margin: 2px 0;
  padding: 10px 30px;
  border-radius: 5px;
  font-weight: 600;
  -webkit-box-shadow: 0px 3px 0px 0px #ccc;
  box-shadow: 0px 3px 0px 0px #ccc;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Noto Sans JP', sans-serif;
  color: #888;
  border: 1px solid #ccc;
  background: #f3f3f3;
}

@media (max-width: 767px) {
  .zipcode-wrap input[type='text'] {
    width: 54% !important;
  }
  .zipcode-wrap .btn-zipcode {
    padding: 5px 0;
    width: 44%;
  }
}

.select-wrap {
  position: relative;
}

.select-wrap:after {
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 12px;
  display: block;
  width: 12px;
  height: 12px;
  content: '▼';
}

.select-wrap .select-custom {
  z-index: 2;
  width: 100%;
  padding: 10px;
  border: 1px solid #777;
  background: transparent;
  -webkit-appearance: none;
}

.select-wrap .select-custom:focus {
  background: #fffdf2;
}

.ssl_text {
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .ssl_text {
    text-align: left;
  }
}

.privacypolicy {
  overflow-y: scroll;
  height: 250px;
  margin-top: 30px;
  padding: 40px;
  border: 1px solid #dfdfdf;
  background: #fff;
}

.privacypolicy h4 {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .privacypolicy {
    padding: 12px;
  }
}

@media (max-width: 767px) {
  .privacy.center {
    text-align: left;
  }
}

.privacy_check {
  margin-top: 10px;
  text-align: center;
}

.btns_inquiry,
.btn_wrap {
  margin-top: 24px;
  text-align: center;
}

.btn_submit,
.btn-confirm {
  font-size: 1.6rem;
  line-height: 60px;
  margin: 0 auto;
  padding: 4px 10px;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
  border: 1px solid #C13E3E;
  background: #C13E3E;
}

.btn_submit:hover,
.btn-confirm:hover {
  color: #C13E3E;
  background: #fff;
}

.btn_submit,
.btn-confirm,
.btn_back {
  font-size: 26px;
  font-weight: bold;
  width: 90%;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .btn_submit,
  .btn-confirm,
  .btn_back {
    font-size: 16px;
    margin-top: 20px;
  }
}

.btn_close,
.btn_back {
  font-size: 2rem;
  line-height: 60px;
  margin: 0 auto;
  margin-right: 15px;
  padding: 4px 10px;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center;
  letter-spacing: .1em;
  color: #C13E3E;
  border: 1px solid #C13E3E;
  background: #fff !important;
}

.btn_close:hover,
.btn_back:hover {
  text-decoration: none;
  color: #fff;
  background: #C13E3E !important;
}

.btn_close {
  width: 200px;
}

.btn_close {
  display: block;
  width: 280px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .btn-confirm {
    margin-bottom: 20px;
  }
  .btn_submit {
    width: 280px;
    margin-bottom: 20px;
  }
  .btn_back {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 700px) {
  .btns_inquiry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btns_inquiry .btn_submit {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .btns_inquiry .btn_back {
    font-size: 2rem;
    line-height: 42px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin: 0 auto 20px;
  }
}

/* modal */
.modal .modal-dialog {
  width: 90%;
  max-width: 720px;
}

@media (max-width: 767px) {
  .modal .modal-dialog {
    margin-right: auto;
    margin-left: auto;
  }
}

.modal .close {
  font-family: 'Osaka-mono', 'MS Gothic', 'monospace';
  font-size: 24px;
  font-weight: normal;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 48px;
  height: 48px;
  color: #fff;
  border-radius: 100%;
  background: #333;
}

@media (max-width: 767px) {
  .modal .close {
    top: -36px;
    opacity: 1;
  }
}

.modal .modal-content {
  padding: 30px 30px 30px 32%;
  border-radius: 15px;
  background: #fff url("../images/tel_bnr.png") no-repeat 5% 30px;
}

.modal .modal-content .text {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 24px;
}

.modal .modal-content .tel img {
  width: 100%;
  max-width: 420px;
}

.modal .modal-content .note {
  font-size: 1.3rem;
  margin-top: 10px;
  color: #d50000;
}

@media (max-width: 767px) {
  .modal .modal-content {
    padding: 20px 10px;
    background-image: none;
  }
  .modal .modal-content .text {
    font-size: 3.8vw;
    position: relative;
    padding-left: 17vw;
  }
  .modal .modal-content .text:before {
    position: absolute;
    top: -2.5vw;
    left: -2vw;
    display: block;
    width: 17vw;
    height: 17vw;
    content: '';
    background: url("../images/tel_bnr.png") no-repeat 0 0;
    background-size: contain;
  }
  .modal .modal-content .tel {
    text-align: center;
  }
  .modal .modal-content .note {
    font-size: 1.1rem;
    text-align: center;
  }
}

/* complete */
.complete h3 {
  font-size: 2.8rem;
  margin: 10px 0 24px;
  text-align: center;
  color: #ca524b;
}

.complete h3 br {
  display: none;
}

@media (max-width: 767px) {
  .complete h3 {
    font-size: 2.4rem;
  }
  .complete h3 br {
    display: block;
  }
}

.fa-check-circle {
  color: #999;
  margin-left: 10px;
}

.fa-check-circle.check {
  color: #C13E3E;
}

.remainingItems {
  font-size: 18px;
  font-weight: bold;
  position: fixed;
  z-index: 100;
  right: 8vw;
  bottom: 30px;
  padding: 10px 50px;
  text-align: center;
  color: #7E5D23;
  border: 2px solid #7E5D23;
  background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
  .remainingItems {
    font-size: 16px;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 0 10px;
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
    background: rgba(255, 255, 255, 0.95);
  }
}

.remainingItems__number {
  font-size: 45px;
  display: block;
}

@media (max-width: 767px) {
  .remainingItems__number {
    font-size: 25px;
    display: inline-block;
    margin-left: 20px;
  }
}

.remainingItems__slash {
  font-size: 30px;
}

@media (max-width: 767px) {
  .remainingItems__slash {
    font-size: 16px;
  }
}

.remainingItems__denominator {
  font-size: 20px;
}

@media (max-width: 767px) {
  .remainingItems__denominator {
    font-size: 16px;
  }
}

.delivery-date {
  font-size: 28px;
  margin: 40px 0 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .delivery-date {
    font-size: 16px;
    margin: 15px auto 20px;
  }
}

.delivery-date__border {
  position: relative;
  display: inline-block;
  margin: 0 15px;
}

@media (max-width: 767px) {
  .delivery-date__border {
    margin: 0 5px;
  }
}

.delivery-date__border:after {
  position: absolute;
  bottom: -5px;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background: #7E5D23;
}

@media (max-width: 767px) {
  .delivery-date__border:after {
    content: none;
  }
}

.delivery-date .fz-big {
  font-size: 40px;
}

@media (max-width: 767px) {
  .delivery-date .fz-big {
    font-size: 30px;
  }
}

.attention-txt {
  width: 100%;
  margin: 0 auto 55px;
  padding: 30px 50px;
  border: 1px solid red;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 767px) {
  .attention-txt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 0 30px;
    padding: 15px 10px;
  }
}

.attention-txt .flex-left {
  width: 46%;
}

@media (max-width: 767px) {
  .attention-txt .flex-left {
    width: 100%;
    border-bottom: 1px solid #333;
    padding-bottom: 30px;
  }
}

.attention-txt__h {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: red;
}

@media (max-width: 767px) {
  .attention-txt__h {
    font-size: 4.4vw;
  }
}

.attention-txt__h .fas {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .attention-txt__h .fas {
    margin-right: 5px;
  }
}

.attention-txt__sub {
  font-size: 18px;
}

@media (max-width: 767px) {
  .attention-txt__sub {
    font-size: 15px;
  }
}

.attention-txt__sub .fw-b {
  font-weight: bold;
}

.attention-txt__tel-box {
  font-weight: bold;
  text-align: center;
  width: 46%;
}

@media (max-width: 767px) {
  .attention-txt__tel-box {
    margin-top: -17px;
    width: 100%;
  }
}

.attention-txt__tel-box .txt {
  font-size: 20px;
  margin-bottom: -7px;
}

@media (max-width: 767px) {
  .attention-txt__tel-box .txt {
    font-size: 18px;
    margin-bottom: -2px;
    display: inline-block;
    background: #fff;
    padding: 0 10px;
  }
}

.attention-txt__tel-box .img img {
  position: relative;
  top: 9px;
  margin-left: 10px;
}

@media (max-width: 1200px) {
  .attention-txt__tel-box .img img {
    width: 23%;
    top: 4px;
    margin-left: 5px;
  }
}

@media (max-width: 767px) {
  .attention-txt__tel-box .img img {
    top: 1.4vw;
    margin-left: 5px;
    max-width: 115px;
    width: 20.3vw;
  }
}

.attention-txt__tel-box .img a {
  font-size: 45px;
  text-decoration: underline;
  color: #7E5D23;
}

@media (max-width: 1200px) {
  .attention-txt__tel-box .img a {
    font-size: 3.6vw;
  }
}

@media (max-width: 767px) {
  .attention-txt__tel-box .img a {
    font-size: 7.9vw;
  }
}

@media (max-width: 400px) {
  .attention-txt__tel-box .img a {
    font-size: 9vw;
  }
}

.attention-txt__tel-box .img .fas {
  font-size: 35px;
  margin-right: 10px;
}

@media (max-width: 1200px) {
  .attention-txt__tel-box .img .fas {
    font-size: 3.7vw;
  }
}

@media (max-width: 767px) {
  .attention-txt__tel-box .img .fas {
    font-size: 6.5vw;
    margin-right: 5px;
  }
}

@media (max-width: 400px) {
  .attention-txt__tel-box .img .fas {
    font-size: 7.1vw;
    margin-right: 5px;
  }
}

.link_border {
  text-decoration: underline;
  color: #7E5D23;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0 40px;
  margin-bottom: 0rem;
  list-style: none;
  background: none;
  border-radius: 0;
}

@media (max-width: 767px) {
  .breadcrumb {
    padding: 10px 0 10px;
  }
}

.breadcrumb__item {
  font-size: 1.2rem;
  padding: 3px 0.5em 3px 0;
}

.breadcrumb__item a {
  color: #7E5D23;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.breadcrumb__item::after {
  content: "/";
  margin-left: 0.5em;
}

.breadcrumb__item:last-child {
  padding-right: 0;
}

.breadcrumb__item:last-child::after {
  content: none;
  margin-left: 0;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.prefcode_city {
  font-size: 18px;
  margin-top: 15px;
  line-height: 3;
  padding-left: 13px;
  background: #eee;
}

.top_bnr {
  margin: 40px auto 25px;
}

@media (max-width: 767px) {
  .top_bnr {
    margin: 20px auto 7px;
  }
}

.top_bnr img {
  width: 100%;
}

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

@media screen and (max-width: 768px) {
  .smart_hide {
    display: none !important;
  }
}

@media screen and (max-width: 576px) {
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-6.pl {
    padding-right: 0;
  }
  .col-xs-6.pr {
    padding-left: 0;
  }
}
/*# sourceMappingURL=common.css.map */

/* IE11 css hack */
_:-ms-lang(x)::-ms-backdrop, .remainingItems {
    display: none;
}

_:-ms-lang(x)::-ms-backdrop, .prefcode_city {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, .btn-zipcode {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, .IE-on {
  display: initial;
}

.IE-off {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
}