@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,600,700&display=swap&subset=japanese");
.mb-s {
  margin-bottom: 30px !important;
}

.mb-m {
  margin-bottom: 60px !important;
}

.mb-l {
  margin-bottom: 100px !important;
}

.mt-s {
  margin-top: 30px !important;
}

.mt-m {
  margin-top: 60px !important;
}

.mt-l {
  margin-top: 100px !important;
}

.ml-s {
  margin-left: 30px !important;
}

.ml-m {
  margin-left: 60px !important;
}

.ml-l {
  margin-left: 100px !important;
}

.mr-s {
  margin-right: 30px !important;
}

.mr-m {
  margin-right: 60px !important;
}

.mr-l {
  margin-right: 100px !important;
}

.pb-s {
  padding-bottom: 30px !important;
}

.pb-m {
  padding-bottom: 60px !important;
}

.pb-l {
  padding-bottom: 100px !important;
}

.pt-s {
  padding-top: 30px !important;
}

.pt-m {
  padding-top: 60px !important;
}

.pt-l {
  padding-top: 100px !important;
}

.pl-s {
  padding-left: 30px !important;
}

.pl-m {
  padding-left: 60px !important;
}

.pl-l {
  padding-left: 100px !important;
}

.pr-s {
  padding-right: 30px !important;
}

.pr-m {
  padding-right: 60px !important;
}

.pr-l {
  padding-right: 100px !important;
}

h4 {
  margin-top: 10px;
}

.timetable tr {
  text-align: center;
}

.timetable .time-am, .timetable .time-pm {
  position: relative;
  padding-left: 30px;
  text-align: right;
}

.timetable .time-am:before, .timetable .time-pm:before {
  position: absolute;
  left: 0;
}

.timetable .time-am:before {
  content: "AM";
}

.timetable .time-pm:before {
  content: "PM";
}

.color-red {
  color: #e60012;
}

.bk-red {
  background-color: #e60012;
}

.color-main {
  color: #f44d15;
}

.bk-main {
  background-color: #f44d15;
}

.color-sub {
  color: #dec899;
}

.bk-sub {
  background-color: #dec899;
}

.color-grey {
  color: #424242;
}

.bk-grey {
  background-color: #424242;
}

.bk-lightgrey {
  background-color: #eee;
}

@media print, screen and (max-width: 767px) {
  .sp-bk-lightgrey {
    background-color: #eee;
  }
}

a.pdf::after,
a.new-win::after,
a.to-right::after {
  content: "";
  display: inline-block;
  margin-left: 13px;
  width: 22px;
  vertical-align: middle;
}

a.pdf::after {
  background: url("/common/images/pdf-mark.svg") no-repeat;
  height: 24px;
}

a.new-win::after {
  background: url("/common/images/blank.svg") no-repeat;
  height: 22px;
}

a.to-right::after {
  background: url("/common/images/cont-red.svg") no-repeat;
  -webkit-transform: translateY(-2px) rotate(180deg);
          transform: translateY(-2px) rotate(180deg);
  height: 16px;
}

.sp-img-t, .sp-txt-t, .sp-img-none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sp-img-t .text, .sp-img-t .etc, .sp-txt-t .text, .sp-txt-t .etc, .sp-img-none .text, .sp-img-none .etc, .sp-etc .text, .sp-etc .etc {
  width: 64%;
}

.sp-img-t .image, .sp-txt-t .image, .sp-img-none .image, .sp-etc .image {
  width: 28.5%;
}

.sp-img-t .image img, .sp-txt-t .image img, .sp-img-none .image img, .sp-etc .image img {
  width: 100%;
  height: auto;
}

.img-40 .text, .img-40 .etc {
  width: 54%;
}

.img-40 .image {
  width: 40%;
}

.sp-etc .text {
  float: left;
  margin-bottom: 50px;
}

.sp-etc .image {
  float: right;
}

.sp-etc .image img {
  width: 100%;
  height: auto;
}

.sp-etc .etc:after {
  content: "";
  clear: both;
  display: block;
}

.item-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
}

.item-list.md {
  width: 534px;
}

.item-list.lg {
  width: 710px;
}

.item-list li {
  width: 175px;
  line-height: 40px;
  background: #eee;
  text-align: center;
  margin-right: 1px;
  margin-bottom: 1px;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-wrap.col-3, .flex-wrap.col-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-wrap.col-3 img, .flex-wrap.col-4 img {
  width: 100%;
  height: auto;
}

.flex-wrap.col-2 > * {
  width: 46%;
}

.flex-wrap.col-3 > * {
  width: 31.5%;
}

.flex-wrap.col-4 > * {
  width: 23.5%;
}

.flex-wrap.border > *:not(:first-child) {
  position: relative;
}

.flex-wrap.border > *:not(:first-child):before {
  content: "";
  display: block;
  border-left: 1px dashed #c2c2c2;
  height: 100%;
  position: absolute;
  left: calc(-10% + 5px);
}

.note-hitsuru {
  margin-top: 40px;
  margin-bottom: 40px;
  background: #fcfaf6;
  padding: 35px 35px 35px 130px;
  position: relative;
}

.note-hitsuru:before {
  content: "";
  background: url(/products/shop/images/hitsuru.svg) no-repeat;
  width: 75px;
  height: 51px;
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.note-green {
  background: #fcfaf6;
  margin-top: 50px;
  padding: 30px;
}

.note-green h5 {
  color: #fff;
  background: #2d744a;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 25px;
}

.note-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.note-small h5 {
  line-height: 2;
  position: relative;
  padding-right: 5px;
}

.note-small h5:after {
  content: "";
  width: 100%;
  border-bottom: 1px solid currentColor;
  position: absolute;
  top: 30px;
  left: 0;
}

main .main-contents .note-contact {
  margin-top: 40px;
  background: #fcfaf6;
  padding: 45px 55px;
}

main .main-contents .note-contact h4 {
  width: 240px;
  text-align: center;
  padding-bottom: 8px;
  margin: 0 auto 50px;
  border-bottom: 1px solid currentColor;
  font-size: 20px;
}

main .main-contents .note-contact .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

main .main-contents .note-contact .buttons .btn {
  background-color: #e60012;
  border-radius: 4px;
  width: 30%;
  height: 70px;
  color: #fff;
  background-repeat: no-repeat;
  font-size: 16px;
  background-size: 20px 20px;
}

main .main-contents .note-contact .buttons .btn:nth-child(1) {
  background-image: url(/common/images/mail.svg);
  background-position: center top 15px;
}

main .main-contents .note-contact .buttons .btn:nth-child(2) {
  background-image: url(/common/images/phone.svg);
  background-position: center top 14px;
}

main .main-contents .note-contact .buttons .btn:nth-child(3) {
  background-image: url(/common/images/fax.svg);
  background-position: center top 15px;
}

main .main-contents .note-contact .buttons .btn a {
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 42px;
}

main .main-contents .note-contact p {
  text-align: center;
  font-size: 16px;
}

@media print, screen and (max-width: 1526px) {
  .mb-s {
    margin-bottom: 15px !important;
  }
  .mb-m {
    margin-bottom: 30px !important;
  }
  .mb-l {
    margin-bottom: 50px !important;
  }
  .mt-s {
    margin-top: 15px !important;
  }
  .mt-m {
    margin-top: 30px !important;
  }
  .mt-l {
    margin-top: 50px !important;
  }
  .ml-s {
    margin-left: 15px !important;
  }
  .ml-m {
    margin-left: 30px !important;
  }
  .ml-l {
    margin-left: 50px !important;
  }
  .mr-s {
    margin-right: 15px !important;
  }
  .mr-m {
    margin-right: 30px !important;
  }
  .mr-l {
    margin-right: 50px !important;
  }
  .pb-s {
    padding-bottom: 15px !important;
  }
  .pb-m {
    padding-bottom: 30px !important;
  }
  .pb-l {
    padding-bottom: 50px !important;
  }
  .pt-s {
    padding-top: 15px !important;
  }
  .pt-m {
    padding-top: 30px !important;
  }
  .pt-l {
    padding-top: 50px !important;
  }
  .pl-s {
    padding-left: 15px !important;
  }
  .pl-m {
    padding-left: 30px !important;
  }
  .pl-l {
    padding-left: 50px !important;
  }
  .pr-s {
    padding-right: 15px !important;
  }
  .pr-m {
    padding-right: 30px !important;
  }
  .pr-l {
    padding-right: 50px !important;
  }
}

@media print, screen and (max-width: 1400px) {
  .sp-img-t .text, .sp-img-t .etc, .sp-txt-t .text, .sp-txt-t .etc, .sp-img-none .text, .sp-img-none .etc {
    width: 54% !important;
  }
  .sp-img-t .image, .sp-txt-t .image, .sp-img-none .image {
    width: 40% !important;
  }
  .img-40 .text, .img-40 .etc {
    width: 44% !important;
  }
  .img-40 .image {
    width: 50% !important;
  }
  .sp-etc .etc {
    width: 44%;
    clear: left;
  }
}

@media print, screen and (max-width: 1279px) {
  .note-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .note-small h5 {
    margin-bottom: 20px;
    width: 83px;
  }
  main .main-contents .note-contact .buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    min-width: 560px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  main .main-contents .note-contact .buttons .btn {
    width: 260px;
  }
  main .main-contents .note-contact .buttons .btn:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media print, screen and (max-width: 1024px) {
  .sp-img-t, .sp-txt-t, .sp-img-none {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-img-t .text, .sp-img-t .image, .sp-txt-t .text, .sp-txt-t .image, .sp-img-none .text, .sp-img-none .image {
    width: 100% !important;
  }
  .sp-img-t .image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 50px;
  }
  .sp-txt-t .text {
    margin-bottom: 50px;
  }
  .sp-img-none .image {
    display: none;
  }
  .img-40 .text, .img-40 .image, .img-40 .etc {
    width: 100% !important;
  }
  .sp-img-full .image, .sp-img-full .sp-full {
    width: calc(100vw - 140px) !important;
    -webkit-transform: translateX(calc((100vw - 140px) / -100 * 5));
            transform: translateX(calc((100vw - 140px) / -100 * 5));
  }
  .sp-etc .text, .sp-etc .image, .sp-etc .etc {
    float: none;
  }
  .sp-etc .text, .sp-etc .etc {
    width: 100%;
  }
  .sp-etc .etc {
    margin: 35px auto 0;
  }
  .sp-etc .etc .btn {
    margin: auto;
  }
  .item-list.md, .item-list.lg {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .item-list.md li, .item-list.lg li {
    width: calc(50% - 0.5px);
    margin-right: 0;
  }
}

@media print, screen and (max-width: 768px) {
  .sp-img-full .image, .sp-img-full .sp-full {
    width: 100vw !important;
    -webkit-transform: translateX(-10vw);
            transform: translateX(-10vw);
  }
  .flex-wrap.col-3 > * {
    width: 100%;
  }
  .flex-wrap.col-3 > * + li {
    margin-top: 50px;
  }
  .flex-wrap.col-4 > * {
    width: 48%;
  }
  main .main-contents .note-contact h4 {
    width: 90%;
  }
  main .main-contents .note-contact .buttons {
    min-width: auto;
  }
  main .main-contents .note-contact .buttons .btn {
    width: 100%;
    font-size: 12px;
  }
  .scrollbox {
    overflow-x: scroll;
    padding-bottom: 15px;
    scrollbar-color: #dec899 rgba(222, 200, 153, 0.8);
  }
  .scrollbox::-webkit-scrollbar {
    height: 6px;
  }
  .scrollbox::-webkit-scrollbar:horizontal {
    border-top: solid 9px #fff;
  }
  .scrollbox::-webkit-scrollbar-thumb {
    background-color: #dec899;
  }
  .scrollbox::-webkit-scrollbar-track {
    -webkit-box-shadow: 0px 0px 3px 1px rgba(222, 200, 153, 0.8) inset;
            box-shadow: 0px 0px 3px 1px rgba(222, 200, 153, 0.8) inset;
  }
  .scrollbox .scroll {
    width: 530px;
  }
  .note-hitsuru {
    padding-left: 35px;
  }
  .note-hitsuru:before {
    display: none;
  }
}
