@charset "UTF-8";
/*
Theme Name: nunoya
Theme URI:
Description:
Version: 1.0
Author: nunoya
Author URI:
*/
@-ms-viewport {
  width: device-width;
}

*,
*:hover,
*:after,
*:before {
  box-sizing: border-box;
}
sup {
    vertical-align: super!important;
    font-size: smaller!important;
}
body {
  font-family: "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #000 !important;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}

p {
  line-height: 1.8;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  p {
    font-size: 14px;
    line-height: 1.8;
  }
}

a {
  outline: none;
  display: block;
  text-decoration: none;
}

a:link, a:visited {
  color: #1a53b1;
}

a:hover {
  text-decoration: none;
}

a img {
  opacity: 1;
  transition: opacity 0.2s ease;
}

li {
  list-style-type: none;
}

form, input, textarea, label, button, select {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  text-shadow: none;
  box-shadow: none;
  outline: none;
  cursor: auto;
}

header, nav, main, footer {
  display: block;
}

.txt-c {
  text-align: center;
}

.txt-l {
  text-align: left;
}

.txt-r {
  text-align: right;
}

.bold-on {
  font-weight: 600 !important;
}

.bold-off {
  font-weight: normal !important;
}

.pc-disp {
  display: block !important;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .pc-disp {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  .pc-disp {
    display: none !important;
  }
}

.sp-disp {
  display: none !important;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .sp-disp {
    display: block !important;
  }
}

.pad-l_0 {
  padding-left: 0 !important;
}

.pad-t_0 {
  padding-top: 0 !important;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .pad-t_0_sp {
    padding-top: 0 !important;
  }
}

.pad-b_0 {
  padding-bottom: 0 !important;
}

.pad-r_0 {
  padding-right: 0 !important;
}

.pad-t_100 {
  padding-top: 100px;
}

.pad-b_12 {
  padding-bottom: 12px;
}

.pdl-80 {
  padding-left: 80px;
}

.pdr-80 {
  padding-right: 80px;
}

.base {
  color: #000 !important;
}

.red {
  color: #e41623 !important;
}
.text-right{
	text-align: right;
}
.indent_01 {
  text-indent: -1em;
  margin-left: 1em;
}

.indent_02 {
  margin-left: 1.1em;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .indent_02 {
    margin-left: 0;
  }
}

.mark {
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: #e41623 !important transparent transparent transparent;
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  transform: rotateZ(180deg);
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .mark {
    border-width: 24px 24px 0 0;
  }
}

.wbBreakAll {
  -ms-word-break: break-all;
  word-break: break-all;
}

.wbBreakWord {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.bg-size {
  width: 100%;
  height: 320px;
  box-shadow: 0 2px 8px 0px #eee;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .bg-size {
    height: 200px;
  }
}

@media screen and (max-width: 575px) {
  .bg-size {
    height: 140px;
  }
}

.bg-size_02 {
  width: 70%;
  margin: auto;
  height: 340px;
}

.underline {
  text-decoration: underline;
}

.underline:hover {
  text-decoration: underline;
}

.circle {
  border: solid 1px #1a53b1;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.border-none {
  border: none !important;
}

.border-b {
  border-bottom: 1px solid #bfbfbf;
}

.social {
  display: flex;
  padding-top: 16px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .social {
    justify-content: center;
  }
}

.social-list {
  margin-right: 22px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .social-list:last-child {
    margin: 0;
  }
}

.social-list .img-size01 {
  width: 22px;
  height: 22px;
}

.social-list .img-size02 {
  width: 24px;
  height: 24px;
}

.social-list .img-size03 {
  width: 26px;
  height: 26px;
}

.white-shadow {
  text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
}

.btn-mg {
  margin-top: 100px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .btn-mg {
    margin-top: 64px;
  }
}

.btn-mg2 {
  margin: auto 20px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .btn-mg2 {
    margin: 8px 0;
  }
}

.btn {
  width: 250px;
  padding: 16px 0;
  display: block;
  background: #1a53b1;
  border: solid 2px transparent;
  color: #fff !important;
  transition: opacity .25s ease;
  font-family: "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  cursor: pointer;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .btn {
    width: 100%;
  }
}

.btn2 {
  width: 250px;
  padding: 16px 0;
  display: block;
  background: #fff !important;
  border: solid 1px #1a53b1;
  color: #000 !important;
  transition: opacity .25s ease;
  font-family: "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  cursor: pointer;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .btn2 {
    width: 100%;
  }
}

.flex-box {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .flex-box {
    flex-direction: column;
  }
}

.accordion-container {
  position: relative;
  width: 100%;
  border: 1px solid #0079c1;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

.accordion-container .active-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  background: #000;
  cursor: pointer;
}

.accordion-container .active-title:hover, .accordion-container .active-title:active {
  background-color: #00aaa7;
  color: white;
}

.accordion-container .content-entry.open .active-title {
  background-color: #00aaa7;
  color: white;
}

.accordion-container .active-title:hover i:before, .accordion-container .active-title:hover i:active {
  color: white;
}

.accordion-container .content-entry.open i {
  color: white;
}

.active-title {
  position: relative;
}

.active-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #1a53b1;
  border-right: solid 2px #1a53b1;
  transform: rotate(135deg);
}

.active-title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-contents {
  display: none;
}

.accordion-container {
  width: 300px;
  margin: 1.875em auto;
}

.arrow-type {
  right: 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #1a53b1;
  border-right: 1px solid #1a53b1;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.arrow-pos-r01 {
  right: 4px;
}

.arrow-pos-r02 {
  right: 30px;
}

.pad-tb {
  padding: 72px 0;
}

.text-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding-bottom: 8px;
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .text-divider {
    width: 100%;
    padding: 0 0 40px;
  }
}

.text-divider:before, .text-divider:after {
  content: "";
  height: 2px;
  border-top: 10px double #1a53b1;
  flex-grow: 1;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .text-divider:before, .text-divider:after {
    border-top: 7px double #1a53b1;
  }
}

.text-divider:before {
  margin-right: 2rem;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .text-divider:before {
    margin-right: 1rem;
  }
}

.text-divider:after {
  margin-left: 2rem;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .text-divider:after {
    margin-left: 1rem;
  }
}

.text-divider-02 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding-bottom: 8px;
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .text-divider-02 {
    width: 100%;
    padding: 0;
  }
}

.text-divider-02:before, .text-divider-02:after {
  content: "";
  height: 2px;
  border-top: 10px double #c2182b;
  flex-grow: 1;
}

.text-divider-02:before {
  margin-right: 2rem;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .text-divider-02:before {
    margin-right: 1rem;
  }
}

.text-divider-02:after {
  margin-left: 2rem;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .text-divider-02:after {
    margin-left: 1rem;
  }
}

.mg-0 {
  margin: 0 !important;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .mg-0_sp {
    margin: 0 !important;
  }
}

.spacer {
  padding-top: 20px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .spacer {
    padding-top: 10px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .mg-layout {
    margin: -20px 0;
  }
}

a.link {
  display: inline;
  border-bottom: solid 2px #c2182b;
  color: #c2182b;
}

.visibllity {
  visibility: hidden;
}

.icon-arrow {
  position: absolute;
  bottom: 16px;
  margin: auto;
  width: 22px;
  height: 22px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1;
  margin-left: 10px;
  left: 0;
  right: 0;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .icon-arrow {
    width: 18px;
    height: 18px;
    margin-left: 0;
    margin: auto;
  }
}

.icon-arrow:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 4px 0 4px 5px;
}

.arrow-white {
  background: #fff;
  border: solid 1px #c2182b;
}

.arrow-white:after {
  content: "";
  border-color: transparent transparent transparent #c2182b;
}

.menu-trigger {
  display: none;
}

#hamburger {
  display: none;
}

.hamburger-inner {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .hamburger-inner {
    display: block;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .menu-trigger {
    display: inline-block;
    transition: all .4s;
    position: fixed;
    top: 0;
    right: 8px;
    width: 48px;
    height: 50px;
    z-index: 5000;
    cursor: pointer;
    background: #c2182b;
  }
  .menu-trigger:after {
    content: "メニュー";
    font-size: 9px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    z-index: 101;
    width: 32px;
    height: 2px;
    background: #fff !important;
    top: 0;
    right: 12px;
  }
  .menu-trigger span:nth-of-type(1) {
    width: 24px;
    top: 12px;
  }
  .menu-trigger span:nth-of-type(2) {
    width: 24px;
    top: 20px;
  }
  .menu-trigger span:nth-of-type(3) {
    width: 24px;
    top: 28px;
  }
  .menu-trigger.active span {
    background: #1a53b1;
  }
  .menu-trigger.active span:nth-of-type(1) {
    width: 24px;
    transform: translateY(8px) rotate(-45deg);
    right: 12px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    width: 24px;
    transform: translateY(-8px) rotate(45deg);
    right: 12px;
  }
  .menu-trigger.active:after {
    content: "閉じる";
    font-size: 9px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
  }
  #hamburger {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 102;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #hamburger .hamburger-navi {
    padding-top: 19%;
  }
  .hamburger-postage {
    display: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) and (min-width: 0px) and (max-width: 991px) {
  .hamburger-postage {
    border: solid 1px #e17e96;
    color: #e17e96;
    padding: 8px 0;
    font-size: 18px;
    display: block;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .hamburger-menu {
    padding: 0;
    margin: 0;
    display: block;
  }
  .hamburger-shop {
    display: none;
  }
  .hamburger-list {
    background: #c2182b;
	  line-height: 2em;
  }
  .hamburger-list:after {
    content: "";
    border-bottom: 1px solid #fff;
    width: 100%;
    display: block;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
  }
  .hamburger-link {
    display: inline-block;
    width: 100%;
    position: relative;
  }
  .hamburger-list-item {
    cursor: pointer;
    text-align: left;
    padding: 20px;
    margin: 0;
    position: relative;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
  }
  .hamburger-active.open .hamburger-arrow {
    transform: scaleY(-1);
  }
  .hamburger-active.open .hamburger-arrow:after {
    opacity: 0;
    transform: scaleY(0);
  }
  .hamburger-arrow {
    position: absolute;
    right: 24px;
    width: 16px;
    transform: scaleY(1);
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .hamburger-shop-list {
    margin: 0;
    text-align: left;
    padding: 10px 20px;
    background: #fff;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #c2182b;
    font-size: 13px;
    color: #000 !important;
  }
}

#header a {
  text-decoration: none;
}

header, footer {
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.header-catchcopy {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  width: 100%;
  position: absolute;
  top: 12px;
  left: 24px;
  z-index: 4;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .header-catchcopy {
    display: none;
  }
}

.fv-pc {
  background: url(imgs/bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  padding-left: 32px;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .fv-pc {
    display: none;
  }
}

.fv-sp {
  width: 100%;
  margin-bottom: 20px;
  position: fixed;
  top: 0;
  z-index: 4999;
}

.fv-sp img {
  width: 100%;
  display: block;
}

.logo {
  max-width: 30%;
  padding-top: 40px;
  padding-right: 2%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .logo {
    padding-top: 0;
  }
}

.logo img {
  width: 100%;
  display: block;
}

.tel {
  max-width: 30%;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}

.tel img {
  width: 100%;
  display: block;
}

.header-menu {
  background: #135eaa;
}

.header-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .header-inner {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 102;
  }
}

.header-icon {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}

.header-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .header-nav {
    display: none;
  }
}

.header-nav-menu {
  width: 240px;
}

.header-nav-menu:hover .megamenu-list {
  opacity: 1;
}

.header-nav-item {
  font-size: 16px;
  width: 100%;
  text-align: center;
}

.header-nav-item a {
  padding: 20px 0;
  color: #fff !important;
}

.megamenu:hover {
  background: #012371;
}

.megamenu:hover:before {
  display: none;
}

.megamenu-inner {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: #012371;
  letter-spacing: -.4em;
  display: none;
  padding-top: 20px;
}

.megamenu-area {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 9999;
  font-family: "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  margin: auto;
  letter-spacing: normal;
  padding: 20px 0 40px;
}

.megamenu-area2 {
  max-width: 1160px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 9999;
  font-family: "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  margin: auto;
  letter-spacing: normal;
  padding: 20px 0 40px;
  padding-right: 8px;
}

.megamenu-l > .megamenu-area, .megamenu-r > .megamenu-area {
  padding-top: 0;
}

.megamenu-l, .megamenu-r {
  display: inline-block;
  letter-spacing: normal;
  padding-top: 20px;
}

.megamenu-item {
  padding: 4px 0 24px;
}

.megamenu-item li {
  margin-right: 24px;
}

.megamenu-item li a {
  font-size: 13px;
  text-decoration: underline;
}

.megamenu-list {
  transition: opacity .5s;
  margin: auto;
  width: 20%;
  text-align: center;
}

.megamenu-list2 {
  transition: opacity .5s;
  margin: auto;
  width: 16.6666%;
  text-align: center;
}

.megamenu-list2:nth-child(n+7) {
  margin-top: 20px;
}

.megamenu-category {
  font-size: 16px;
  margin: 0;
  font-weight: bold;
  color: #fff !important;
}

.megamenu-sublist {
  font-size: 13px;
  padding: 0;
}

.megamenu-sublist li {
  margin-top: 16px;
}

input::-webkit-input-placeholder {
  line-height: 1.4;
}

.woman {
  font-size: 14px;
  color: #db6a85;
  padding-left: 48px;
  margin: 0 0 16px;
  font-weight: bold;
}

.man {
  font-size: 14px;
  color: #49a0b4;
  padding-left: 48px;
  margin: 0 0 16px;
  font-weight: bold;
}

.header-inner .fs-p-cartItemNumber {
  background: #db6a85;
  border-radius: 1em;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  padding-top: 2px;
  position: absolute;
  top: -6px;
  right: 8px;
  width: 14px;
  height: 14px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .header-inner .fs-p-cartItemNumber {
    padding: 1px 3px;
    top: -4px;
    right: -6px;
    width: 12px;
    height: 12px;
  }
}

.mv-top {
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .mv-top {
    padding-top: 54px;
  }
}

.mv-top img {
  max-width: 1000px;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .mv-top img {
    width: 100%;
  }
}

.shop-slider-area {
  width: 100%;
  margin: auto;
  padding: 100px 0;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-slider-area {
    padding: 0 0 40px;
  }
}

.shop-slider-area img {
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-slider-area img {
    width: 100%;
  }
}

.pad-mv {
  padding-top: 70px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .pad-mv {
    padding-top: 25%;
  }
}

.mv-bg {
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .mv-bg {
    width: 100%;
    height: 92vh;
    order: 1;
  }
}

.mv-slider {
  text-align: center;
  margin: auto;
  width: 100%;
}

#js-slider_01 .slick-slide {
  backface-visibility: hidden;
  margin: 0 20px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  #js-slider_01 .slick-slide {
    margin: 0;
  }
}

#js-slider_01 .slick-dots li {
  width: 150px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  #js-slider_01 .slick-dots li {
    width: 60px;
    height: 5px;
  }
}

#js-slider_02 {
  position: relative;
}

#js-slider_02 .slick-slide {
  margin: 0 10px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  #js-slider_02 .slick-slide {
    margin: 0;
  }
}

#js-slider_02 .slick-prev,
#js-slider_02 .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #js-slider_02 .slick-prev,
  #js-slider_02 .slick-next {
    display: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  #js-slider_02 .slick-prev,
  #js-slider_02 .slick-next {
    display: none;
  }
}

#js-slider_02 .slick-prev {
  top: 50%;
  right: 1200px;
  left: 0;
}

#js-slider_02 .slick-next {
  top: 50%;
  left: 1200px;
  right: 0;
}

#js-slider_02 .slick-prev::after {
  content: "";
  width: 18px;
  height: 37px;
  background: url(imgs/slick-prev.png) no-repeat;
  background-size: contain;
  display: block;
  position: relative;
  margin: auto;
  z-index: 9999;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #js-slider_02 .slick-prev::after {
    display: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  #js-slider_02 .slick-prev::after {
    display: none;
  }
}

#js-slider_02 .slick-current {
  z-index: 9999;
}

#js-slider_02 .slick-next::after {
  content: "";
  width: 18px;
  height: 37px;
  background: url(imgs/slick-next.png) no-repeat;
  background-size: contain;
  display: block;
  position: relative;
  margin: auto;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #js-slider_02 .slick-next::after {
    display: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  #js-slider_02 .slick-next::after {
    display: none;
  }
}

.inner {
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .inner {
    padding: 0;
  }
}

.title-s {
  font-size: 20px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .title-s {
    font-size: 14px;
  }
}

.title-area {
  position: relative;
  text-align: center;
  padding: 40px 0;
  background: #c2182b;
  color: #fff;
  font-weight: 600;
  font-family: source-han-serif-japanese, serif;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .title-area {
    padding: 16px;
  }
}

.title-area:after {
  content: "";
  border-style: solid;
  border-width: 24px 24px 0 0;
  border-color: #c2182b transparent transparent transparent;
  position: absolute;
  display: block;
  left: calc(50% - 10px);
  bottom: -12px;
  text-align: center;
  margin: auto;
  transform: rotateZ(225deg);
  z-index: 100;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .title-area:after {
    border-width: 12px 12px 0 0;
    bottom: -6px;
  }
}

.title-line {
  background: #14b91a;
}

.title-line:after {
  border-color: transparent transparent transparent transparent;
}

.title {
  font-size: 40px;
  letter-spacing: 4px;
  font-feature-settings: "palt";
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .title {
    font-size: 17px;
    letter-spacing: 2px;
  }
}

.title-page_01 {
  font-size: 36px;
  letter-spacing: 4px;
  font-feature-settings: "palt";
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .title-page_01 {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 1.6;
  }
}

.title-page_02 {
  font-size: 30px;
  letter-spacing: 4px;
  font-feature-settings: "palt";
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .title-page_02 {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 1.6;
  }
}

.title-page_03 {
  font-size: 38.4px;
  letter-spacing: 4px;
  font-feature-settings: "palt";
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .title-page_03 {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 1.6;
  }
}

.sub-title {
  font-size: 24px;
  padding-top: 24px;
  letter-spacing: 2px;
  font-feature-settings: "palt";
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .sub-title {
    font-size: 12px;
    padding-top: 8px;
    letter-spacing: 1px;
  }
}

.title-default {
  position: relative;
  bottom: 4px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .title-default {
    bottom: 2px;
  }
}

.highlight {
  color: #f8de05 !important;
}

.highlight-highmedium {
  font-size: 53px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .highlight-highmedium {
    font-size: 22px;
  }
}

.highlight-large {
  font-size: 57.6px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .highlight-large {
    font-size: 22px;
  }
}

.highlight-medium {
  font-size: 50px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .highlight-medium {
    font-size: 22px;
  }
}

.highlight-lowmedium {
  font-size: 48px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .highlight-lowmedium {
    font-size: 22px;
  }
}

.highlight-small {
  font-size: 40px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .highlight-small {
    font-size: 18px;
  }
}

.highlight-highsmall {
  font-size: 44px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .highlight-highsmall {
    font-size: 22px;
  }
}

.summary {
  width: 100%;
  margin-top: 130px;
  padding-bottom: 200px;
  background: #eee;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .summary {
    margin-top: 40px;
    padding-bottom: 96px;
  }
}

.summary-title_01 {
  font-size: 50px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .summary-title_01 {
    font-size: 20px;
  }
}

.summary-title_02 {
  font-size: 40px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .summary-title_02 {
    font-size: 20px;
  }
}

.summary-title_03 {
  font-size: 36px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .summary-title_03 {
    font-size: 20px;
  }
}

.summary-title {
  color: #e41623 !important;
  font-family: source-han-serif-japanese, serif;
}

.summary-title:after {
  content: "";
  width: 100%;
  height: 4px;
  margin-top: 16px;
  background: #c2182b;
  display: block;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .summary-title:after {
    height: 2px;
    margin-top: 8px;
  }
}

.summary-txt {
  padding-top: 24px;
  font-size: 18px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .summary-txt {
    padding-top: 8px;
    font-size: 14px;
    margin-bottom: -30px;
  }
}

.summary-number {
  position: absolute;
  top: -48px;
  left: 48px;
  font-size: 48px;
  background: #c2182b;
  padding: 24px 16px;
  color: #fff !important;
  font-family: "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .summary-number {
    top: -20px;
    left: 10px;
    font-size: 20px;
    padding: 12px 8px;
  }
}

.summary-contents_01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #fff !important;
  margin-top: 180px;
  padding: 24px 32px 0 48px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .summary-contents_01 {
    align-items: flex-start;
    padding: 80px 32px 0px 48px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .summary-contents_01 {
    flex-direction: column;
    padding: 44px 12px 0;
    margin-top: 70px;
    align-items: inherit;
  }
}

.summary-contents_02 {
  position: relative;
  background: #fff !important;
  margin-top: 100px;
  padding: 80px 48px 0;
  width: 50%;
  padding-bottom: 240px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .summary-contents_02 {
    width: 100%;
    flex-direction: column;
    padding: 44px 12px 0;
  }
}

.summary-contents_02 img {
  width: 100%;
  height: auto;
  display: block;
}

.summary-contents_02:last-child {
  margin-left: 20px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .summary-contents_02:last-child {
    margin-left: 0;
  }
}

.summary-l {
  max-width: 530px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .summary-l {
    max-width: 45%;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .summary-l {
    max-width: 100%;
    width: 100%;
  }
}

.summary-r {
  padding-left: 40px;
  position: relative;
  top: -64px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .summary-r {
    top: -120px;
    height: 360px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .summary-r {
    padding-left: 0;
    top: 40px;
  }
}

.summary-r img {
  width: 100%;
}

.summary-img {
  position: absolute;
  bottom: 0;
  max-width: 84%;
  margin: auto;
  height: 200px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .summary-img {
    position: relative;
    max-width: 100%;
    margin: auto;
    padding-left: 0;
    top: 40px;
    height: auto;
  }
}

.summary-img img {
  width: 100%;
  display: block;
}

.award {
  width: 100%;
}

.title-02 {
  text-align: center;
  font-family: Reimin Y20 ExtraBold, serif;
  font-size: 30px;
  font-weight: 600;
  padding-top: 100px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .title-02 {
    font-size: 17px;
    padding: 36px 0;
    line-height: 1.5;
  }
}

.title-02-b {
  color: #1a53b1;
}

.title-02-r {
  color: #c2182b;
}

.award {
  width: 100%;
}

.award-area {
  display: flex;
  justify-content: space-between;
  padding-top: 48px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .award-area {
    padding-top: 8px;
    flex-direction: column;
    padding: 0 8px;
  }
}

.award-contents {
  width: 50%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .award-contents {
    width: 100%;
  }
}

.award-contents:last-child {
  margin-left: 20px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .award-contents:last-child {
    margin-left: 0;
    margin-top: 12px;
  }
}

.award-block {
  height: 30%;
  background: #1a53b1;
  padding: 24px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .award-block {
    padding: 16px 12px;
  }
}

.award-subtitle {
  color: #f8de05 !important;
  font-size: 30px;
  font-family: source-han-serif-japanese, serif;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .award-subtitle {
    font-size: 17px;
  }
}

.award-txt {
  padding-top: 12px;
  color: #fff !important;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .award-txt {
    font-size: 14px;
    padding-top: 6px;
  }
}

.award-img {
  max-width: 100%;
  display: block;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .award-img {
    width: 100%;
  }
}

.greeting {
  padding-top: 100px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .greeting {
    padding-top: 48px;
  }
}

.greeting-contents {
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .greeting-contents {
    flex-direction: column;
  }
}

.justify-end {
  justify-content: flex-end;
}

.greeting-bg_01 {
  width: 45%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .greeting-bg_01 {
    width: 100%;
    margin: auto;
  }
}

.greeting-bg_02 {
  width: 60%;
  margin-left: auto;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .greeting-bg_02 {
    width: 100%;
    margin: auto;
    padding-top: 20px;
  }
}

.greeting-bg_03 {
  width: 45%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .greeting-bg_03 {
    width: 100%;
    margin: auto;
    padding-top: 20px;
  }
}

.flex-end {
  justify-content: flex-end;
}

.txtarea-l {
  position: absolute;
  left: 52%;
  padding-right: 40px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .txtarea-l {
    position: relative;
    left: 0;
    padding-right: 8px;
  }
}

.txtarea-r {
  position: absolute;
  right: 52%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .txtarea-r {
    position: relative;
    right: 0;
  }
}

.txtarea-r02 {
  position: absolute;
  right: 49%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .txtarea-r02 {
    position: relative;
    right: 0;
  }
}

.greeting-img_02 {
  width: 60%;
}

.greeting-title {
  position: relative;
}

.greeting-title h3 {
  position: relative;
  z-index: 2;
  font-size: 30px;
  font-family: source-han-serif-japanese, serif;
  line-height: 1.8;
  font-weight: 600;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .greeting-title h3 {
    font-size: 28px;
    line-height: 1.6;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .greeting-title h3 {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 600;
    padding: 16px 8px 0;
  }
}

.greeting-title img {
  position: absolute;
  right: 20px;
  bottom: 60px;
  z-index: 1;
  width: 145px;
  height: 140px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .greeting-title img {
    width: 100px;
    height: auto;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .greeting-title img {
    right: 8px;
    bottom: 40px;
    z-index: 1;
    width: 72px;
    height: 70px;
  }
}

.greeting-txt {
  font-size: 16px;
  padding-top: 10px;
  line-height: 2;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .greeting-txt {
    font-size: 13px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .greeting-txt {
    font-size: 14px;
    padding: 0 8px;
  }
}

.item {
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .item {
    padding-top: 32px;
  }
}

.item-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 48px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .item-area {
    padding: 40px 8px 0;
  }
}

.item-contents {
  width: calc(33.333% - 12px);
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .item-contents {
    width: calc( 50% - 4px);
  }
}

.item-contents:nth-child(n+4) {
  margin-top: 20px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .item-contents:nth-child(n+4) {
    margin-top: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .item-contents:nth-child(n+3) {
    margin-top: 10px;
  }
}

.item-block {
  background: #1a53b1;
  text-align: center;
  padding: 20px 0;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .item-block {
    padding: 10px 0;
    height: 84px;
    position: relative;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .item-block-h {
    height: 68px;
  }
}

.item-subtitle {
  color: #f8de05 !important;
  font-size: 30px;
  font-family: source-han-serif-japanese, serif;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .item-subtitle {
    font-size: 14px;
    padding-top: 4px;
  }
}

.item-txt {
  color: #fff !important;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .item-txt {
    font-size: 12px;
    line-height: 1.4;
  }
}

.item-img {
  width: 100%;
  display: block;
}

.item-arrow {
  max-width: 30px;
  padding-top: 16px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .item-arrow {
    max-width: 15px;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.shop {
  background: url(imgs/top_shop_bg.png) no-repeat;
  background-size: cover;
  width: 100%;
  background-position: bottom center;
  padding-bottom: 96px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop {
    background: url(imgs/top_shop_bg_sp.png) no-repeat;
    background-size: contain;
    width: 100%;
    background-position: bottom center;
    padding-bottom: 48%;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-sp-scroll {
    height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 8px;
    margin-top: -8px;
  }
}

.shop-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 24px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-area {
    flex-direction: column;
    padding-top: 0;
  }
  .shop-area:not(:first-child) {
    padding-top: 8px;
  }
}

.shop-list {
  width: calc(33.3333% - 8px);
  border: solid 2px #eee;
  background: #fff;
}

.shop-list:nth-child(n+4) {
  margin-top: 12px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-list:nth-child(n+4) {
    margin-top: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-list {
    width: 100%;
  }
  .shop-list:not(:first-child) {
    margin-top: 8px;
  }
}

.shop-list a {
  color: #000 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-list p {
  font-size: 20px;
  margin-left: 20px;
  margin-right: auto;
  line-height: 1.4;
  width: 180px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-list p {
    font-size: 17px;
  }
}

.shop-img {
  min-width: 120px;
  max-width: 180px;
  height: 100px;
  display: block;
  object-fit: cover;
}

.item-arrow02 {
  max-width: 8px;
  height: 17px;
  margin-right: 10px;
}

.prefecture {
  font-size: 24px;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 4px;
  font-weight: 600;
  padding-top: 40px;
}

.line-official {
  width: 100%;
}

.line-img {
  width: 100%;
  margin: auto;
  display: block;
  padding-top: 30px;
}

.line-flow {
  background: #c4edc5;
	    padding: 0 10px;
}

.line-flow-img {
  max-width: 100%;
  margin: auto;
  display: block;
  padding-top: 48px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .line-flow-img {
    padding-bottom: 48px;
  }
}

.line-flow-txt {
  font-size: 16px;
  text-align: center;
  color: #5d7e53;
  padding: 40px 0;
}

.concept-txt {
  font-size: 18px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .concept-txt {
    font-size: 15px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .concept-txt {
    font-size: 14px;
    padding: 20px 8px 0;
  }
}

.concept-txt:not(:first-child) {
  padding-top: 40px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .concept-txt:not(:first-child) {
    padding-top: 20px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .concept-txt:not(:first-child) {
    padding-top: 20px;
  }
}

.concept-contents {
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .concept-contents {
    flex-direction: column;
  }
}

.flex-txtarea {
  max-width: 620px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .flex-txtarea {
    margin-right: 0;
    max-width: 100%;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .flex-txtarea {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}

.concept-bg {
  width: 100%;
}

.news {
  padding: 100px 0;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .news {
    padding: 48px 0;
  }
}

.news-title {
  font-family: "凸版文久見出し明朝 EB", Toppan Bunkyu MdMin EB;
  background: #1a53b1;
  padding: 20px 0;
  font-size: 30px;
  text-align: center;
  color: #fff !important;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .news-title {
    font-size: 17px;
    padding: 16px 0;
  }
}

.news-area {
  background: #e7eff6;
  height: 450px;
  overflow-y: scroll;
}

.news-list {
  padding: 24px;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .news-list {
    padding: 12px;
  }
}

.news-list time {
  font-weight: bold;
  font-size: 16px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .news-list time {
    font-size: 14px;
  }
}

.news-list .news-list-txt {
  padding-top: 8px;
  font-size: 16px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .news-list .news-list-txt {
    font-size: 14px;
    padding-top: 4px;
  }
}

.mv-page {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .mv-page {
    padding-top: 28%;
    height: auto;
  }
}

.mv-page img {
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .mv-page img {
    width: 100%;
  }
}

.mv-page-shop {
  width: 100%;
  height: auto;
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .mv-page-shop {
    padding-top: 19%;
    height: auto;
  }
}

.mv-page-shop img {
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .mv-page-shop img {
    width: 100%;
  }
}

.gray-bg {
  background: #eee !important;
}

.mv-page-bg_01 {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .mv-page-bg_01 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.mv-page-bg_02 {
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .mv-page-bg_02 {
    flex-direction: column;
  }
}

.allergies-bg {
  background: url(imgs/allergies/allergies_mv.jpg) no-repeat;
  background-size: cover;
  background-position: 80% center;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .allergies-bg {
    background: none;
    height: auto;
  }
}
.shop-01{
	background: url(imgs/shop/01/shop_mv.jpg) no-repeat;
}
.shop-02{
	background: url(imgs/shop/02/shop_mv.jpg) no-repeat;
}
.shop-03{
	background: url(imgs/shop/03/shop_mv.jpg) no-repeat;
}
.shop-04{
	background: url(imgs/shop/04/shop_mv.jpg) no-repeat;
}
.shop-05{
	background: url(imgs/shop/05/shop_mv.jpg?0226) no-repeat;
}
.shop-06{
	background: url(imgs/shop/06/shop_mv.jpg) no-repeat;
}
.shop-07{
	background: url(imgs/shop/07/shop_mv.jpg) no-repeat;
}
.shop-08{
	background: url(imgs/shop/08/shop_mv.jpg) no-repeat;
}
.shop-09{
	background: url(imgs/shop/09/shop_mv.jpg) no-repeat;
}
.shop-10{
	background: url(imgs/shop/10/shop_mv.jpg) no-repeat;
}
.shop-11{
	background: url(imgs/shop/11/shop_mv.jpg) no-repeat;
}
.shop-12{
	background: url(imgs/shop/12/shop_mv.jpg) no-repeat;
}
.shop-13{
	background: url(imgs/shop/13/shop_mv.jpg) no-repeat;
}
.shop-14{
	background: url(imgs/shop/14/shop_mv.jpg) no-repeat;
}
.shop-15{
	background: url(imgs/shop/15/shop_mv.jpg) no-repeat;
}
.shop-16{
	background: url(imgs/shop/16/shop_mv.jpg) no-repeat;
}
.shop-17{
	background: url(imgs/shop/17/shop_mv.jpg) no-repeat;
}
.shop-18{
	background: url(imgs/shop/18/shop_mv.jpg) no-repeat;
}

.shop-bg {
  height: auto;
  background-size: cover;
  background-position: 70% center;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
.shop-bg {
    background-size: cover;
  }
}

.company-bg {
  background: url(imgs/company/company_mv.jpg) no-repeat;
  background-size: cover;
  background-position: 95% center;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .company-bg {
    background: none;
    height: auto;
  }
}

.recruit-bg {
  background: url(imgs/recruit/recruit_mv.jpg) no-repeat;
  background-size: cover;
  background-position: 80% center;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .recruit-bg {
    background: none;
    height: auto;
  }
}

.disposal-bg {
  background: url(imgs/disposal/disposal_mv.jpg) no-repeat;
  background-size: cover;
  background-position: 70% center;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .disposal-bg {
    background: none;
    height: auto;
  }
}

.pillow-bg {
  background: url(imgs/pillow/pillow_mv.jpg) no-repeat;
  background-size: cover;
  background-position: 70% center;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .pillow-bg {
    background: none;
    height: auto;
  }
}

.speciality-bg {
  background: url(imgs/speciality/speciality_mv.jpg) no-repeat;
  background-size: cover;
  background-position: 70% center;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .speciality-bg {
    background: none;
    height: auto;
  }
}

.reform-bg {
  background: url(imgs/reform/reform_mv.jpg) no-repeat;
  background-size: cover;
  background-position: 60% center;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .reform-bg {
    background: none;
    height: auto;
  }
}

.page-title-area {
  width: 50%;
  min-width: 670px;
  text-align: center;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-title-area {
    min-width: 520px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .page-title-area {
    min-width: 100%;
    width: 100%;
  }
}

.page-title-area2 {
  width: 50%;
  text-align: center;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .page-title-area2 {
    width: 100%;
  }
}

.page-title {
  font-size: 64px;
  color: #c2182b;
  font-family: source-han-serif-japanese, serif;
  padding-top: 8px;
  line-height: 1.3;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-title {
    font-size: 50px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .page-title {
    font-size: 36px;
    padding-top: 2px;
  }
}

.title-medium {
  font-size: 70px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .title-medium {
    font-size: 50px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .title-medium {
    font-size: 36px;
  }
}

.title-m-large {
  font-size: 80px;
	letter-spacing: 0.05em;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .title-m-large {
    font-size: 60px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .title-m-large {
    font-size: 56px;
  }
}

.title-large {
  font-size: 120px;
	letter-spacing: 0.1em;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .title-large {
    font-size: 80px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .title-large {
    font-size: 60px;
  }
}

.page-title-l {
  display: inline-block;
}

.page-title-r {
  display: inline-block;
}

.title-max {
  font-size: 180px;
  font-weight: bold;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .title-max {
    font-size: 120px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .title-max {
    font-size: 100px;
  }
}

.title-position {
  position: relative;
  bottom: 8px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .title-position {
    bottom: 4px;
  }
}

.subtitle-large {
  font-size: 56px;
  font-family: "凸版文久見出し明朝 EB", Toppan Bunkyu MdMin EB;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .subtitle-large {
    font-size: 44px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .subtitle-large {
    font-size: 32px;
  }
}

.subtitle-m-large {
  font-size: 44px;
  font-family: "凸版文久見出し明朝 EB", Toppan Bunkyu MdMin EB;
  text-align: left;
  position: relative;
  top: 8px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .subtitle-m-large {
    font-size: 34px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .subtitle-m-large {
    font-size: 24px;
    top: 16px;
  }
}

.page-subtitle-large {
  font-family: "凸版文久見出し明朝 EB", Toppan Bunkyu MdMin EB;
  font-size: 40px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-subtitle-large {
    font-size: 32px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .page-subtitle-large {
    font-size: 22px;
  }
}

.page-subtitle_02 {
  font-size: 24px;
  padding: 20px;
  background: #c2182b;
  color: #fff !important;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 2px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-subtitle_02 {
    font-size: 18px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .page-subtitle_02 {
    font-size: 15px;
    padding: 12px;
  }
}

.page-subtitle_03 {
  font-size: 24px;
  font-family: source-han-serif-japanese, serif;
  text-align: center;
  padding-top: 92px;
  letter-spacing: 2px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-subtitle_03 {
    font-size: 18px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .page-subtitle_03 {
    font-size: 14px;
    text-align: left;
  }
}

.page-subtitle_04 {
  font-size: 24px;
  font-family: source-han-serif-japanese, serif;
  text-align: center;
  padding-top: 92px;
  letter-spacing: 2px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-subtitle_04 {
    font-size: 18px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .page-subtitle_04 {
    font-size: 18px;
    padding-top: 48px;
    padding-bottom: 20px;
    text-align: center;
  }
}

.page-summary-title-txt {
  padding-top: 20px;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .page-summary-title-txt {
    padding: 0 8px;
    text-align: left;
  }
}

.page-summary-area {
  max-width: 1040px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 56px;
  padding-bottom: 92px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .page-summary-area {
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 8px;
  }
}

.page-summary-img {
  max-width: 100%;
  position: relative;
  margin-left: 20px;
}

.page-summary-img:first-child {
  margin-left: 0;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .page-summary-img {
    width: calc( 50% - 16px);
    margin-left: 16px;
  }
  .page-summary-img:first-child {
    margin-left: 0;
  }
  .page-summary-img:nth-child(3) {
    margin-left: 0;
  }
  .page-summary-img:nth-child(n+3) {
    padding-top: 24px;
  }
}

.page-summary-img img {
  width: 100%;
}

.page-summary-txt {
  text-align: center;
  font-size: 17px;
  line-height: 1.6;
  color: #fff !important;
  position: absolute;
  bottom: 28px;
  margin: auto;
  z-index: 2;
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .page-summary-txt {
    font-size: 3vw;
    bottom: 4vw;
  }
}

.summary-txt-big {
  font-size: 24px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .summary-txt-big {
    font-size: 3vw;
    bottom: 4vw;
  }
}

.page-contents-area {
  padding: 92px 0 132px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .page-contents-area {
    padding: 0;
  }
  .page-contents-area:not(:first-of-type) {
    padding: 40px 0px;
  }
}

.page-title-alternate {
  font-size: 28px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.4;
  padding-top: 20px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .page-title-alternate {
    padding: 24px 8px 0;
    font-size: 18px;
  }
}

.page-title-alternate:after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  margin-top: 12px;
}

.alternate-b {
  color: #1a53b1;
}

.alternate-b:after {
  background: #1a53b1;
}

.alternate-r {
  color: #c2182b;
}

.alternate-r:after {
  background: #c2182b;
}

.page-subtitle-alternate {
  padding-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .page-subtitle-alternate {
    font-size: 14px;
    padding: 20px 8px 0;
  }
}

.page-contents-img {
  max-width: 500px;
  height: auto;
  object-fit: contain;
  display: block;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .page-contents-img {
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 0 8px;
  }
}

.page-contents-txt {
  width: calc( 92% - 500px);
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .page-contents-txt {
    width: 100%;
  }
}

.page-contents-alternate {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .page-contents-alternate {
    flex-direction: column;
    padding-top: 20px;
  }
}

.page-contents-alternate:not(:first-child) {
  padding-top: 100px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .page-contents-alternate:not(:first-child) {
    padding-top: 20px;
  }
}

.page-contents-alternate:last-child {
  padding-bottom: 40px;
}

.reverse {
  flex-direction: row-reverse;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .reverse {
    flex-direction: column-reverse;
  }
}

.reverse02 {
  flex-direction: row-reverse;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .reverse02 {
    flex-direction: column;
  }
}

.mgl-8 {
  margin-left: 8%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .mgl-8 {
    margin: 0;
  }
}

.mgr-8 {
  margin-right: 8%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .mgr-8 {
    margin: 0;
  }
}

.page-alternate-txt {
  padding-top: 16px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .page-alternate-txt {
    width: 100%;
    padding: 16px 8px;
  }
}

.alternate-img {
  min-width: 47%;
  max-width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .alternate-img {
    width: 100%;
  }
}

.page-table-summary {
  display: table;
  font-size: 18px;
  width: 100%;
  border: solid 1px #bfbfbf;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .page-table-summary {
    display: flex;
    flex-direction: column;
    width: calc( 100% - 16px);
    margin: auto;
  }
}

.page-table-summary:first-of-type {
  margin-top: 64px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .page-table-summary:first-of-type {
    margin-top: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .page-table-summary:first-child {
    margin-top: 40px;
  }
}

.page-table-summary:not(:first-of-type) {
  border-top: none;
}

.page-table-summary-l {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  padding: 16px 20px;
  background: #f9e7e9;
  font-weight: 600;
  border-right: solid 1px #bfbfbf;
  line-height: 1.8;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .page-table-summary-l {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 12px;
    border-right: none;
    border-bottom: 1px solid #bfbfbf;
  }
}

.page-table-summary-r {
  display: table-cell;
  vertical-align: middle;
  width: 80%;
  font-size: 16px;
  padding: 12px 20px;
  border-left: none;
  line-height: 1.8;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .page-table-summary-r {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border-right: none;
  }
}

.page-table-summary-r:not(:nth-of-type(2)) {
  border-top: none;
}

.flex-contents {
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .flex-contents {
    flex-direction: column;
  }
}

.flex-title {
  font-size: 30px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 700;
  color: #c2182b;
  line-height: 1.4;
  padding-top: 20px;
}

.flex-title:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #c2182b;
  display: block;
  margin-top: 12px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .flex-title {
    font-size: 24px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .flex-title {
    padding: 20px 8px 0;
    font-size: 18px;
  }
}

.flex-contents-bg {
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .flex-contents-bg {
    width: 100%;
    margin: auto;
    padding-top: 20px;
  }
}

.flex-contents-txt {
  padding-top: 20px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .flex-contents-txt {
    font-size: 14px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .flex-contents-txt {
    padding: 20px 8px;
  }
}

.flex-contents-txt img {
  max-width: 100%;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .flex-contents-txt img {
    max-width: 60%;
  }
}

.check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 4px;
}

.check:first-of-type {
  padding-top: 16px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .check {
    padding: 2px 8px;
  }
  .check:last-of-type {
    padding-bottom: 16px;
  }
}

.check-img {
  max-width: 28px;
  display: block;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .check-img {
    width: 22px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .check-img {
    width: 18px;
  }
}

.check-txt {
  font-size: 24px;
  padding-left: 12px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .check-txt {
    font-size: 18px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .check-txt {
    font-size: 14px;
  }
}

.font-min {
  font-family: "Yu Mincho", "YuMincho";
}

.allergies_01-area {
  padding: 92px 0;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .allergies_01-area {
    padding: 24px 0;
  }
}

.allergies_01-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .allergies_01-contents {
    flex-direction: column;
  }
}

.allergies_01-contents:last-child {
  padding-top: 56px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .allergies_01-contents:last-child {
    padding-top: 24px;
  }
}

.allergies_01-contents .allergies_01-txt {
  padding-top: 20px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .allergies_01-contents .allergies_01-txt {
    padding: 8px;
  }
}

.allergies_01-title {
  font-size: 30px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .allergies_01-title {
    font-size: 18px;
    padding: 24px 8px 0;
  }
}

.allergies_check {
  max-width: 100%;
  padding-top: 40px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .allergies_check {
    max-width: 128px;
    padding-top: 20px;
    margin-left: 16px;
  }
}

.allergies_01-txtarea-l {
  width: calc( 92% - 500px);
  margin-left: 5%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .allergies_01-txtarea-l {
    width: 100%;
    margin-left: 0;
  }
}

.allergies_01-txtarea-r {
  width: calc( 92% - 500px);
  margin-right: 5%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .allergies_01-txtarea-r {
    width: 100%;
    margin-right: 0;
  }
}

.allergies_02 {
  background: #eee;
}

.allergies_02-area {
  padding: 80px 0 0;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .allergies_02-area {
    padding: 20px 0 0;
  }
}

.allergies_02-area:not(:first-child) {
  padding: 20px 0 80px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .allergies_02-area:not(:first-child) {
    padding: 20px 0 40px;
  }
}

.allergies_02-contents {
  background: #fff !important;
  padding: 64px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .allergies_02-contents {
    flex-direction: column;
    padding: 20px 0;
    margin: 0 8px;
  }
}

.allergies_02-title {
  color: #1a53b1;
  font-size: 30px;
  line-height: 1.4;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .allergies_02-title {
    text-align: center;
    font-size: 20px;
  }
}

.allergies_02-img {
  width: calc(37% + 40px);
  margin: auto;
  text-align: center;
  padding: 0 20px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .allergies_02-img {
    width: 100%;
  }
}

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

.allergies_02-txtarea-l {
  width: 63%;
  padding-right: 64px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .allergies_02-txtarea-l {
    width: 100%;
    padding: 20px 8px;
  }
}

.allergies_02-txt {
  font-size: 18px;
  padding-top: 20px;
  line-height: 2;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .allergies_02-txt {
    font-size: 14px;
    padding-top: 16px;
  }
}

.allergies_02-txt:last-child {
  padding-top: 10px;
}

.company-history {
  padding-top: 44px;
  padding-bottom: 72px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .company-history {
    padding: 0 8px 40px;
  }
}

.company-history-txt {
  display: flex;
  flex-wrap: wrap;
}

.company-history-txt:nth-child(odd) {
  background: #f9e7e9;
}

.company-history-txt:nth-child(even) {
  background: #fff;
}

.company-history-l {
  width: 300px;
  padding: 20px;
  font-weight: 600;
  line-height: 1.6;
  font-size: 16px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .company-history-l {
    width: 100%;
    font-size: 14px;
    padding: 14px 14px 4px;
  }
}

.company-history-r {
  width: calc(100% - 300px);
  padding: 20px;
  line-height: 1.6;
  font-size: 18px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .company-history-r {
    width: 100%;
    font-size: 14px;
    padding: 4px 14px 14px;
  }
}

.company_03 {
  background: #eee;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .company_03 {
    padding-bottom: 60px;
  }
}

.company-shoplist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 44px;
  padding-bottom: 100px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .company-shoplist {
    padding: 0;
    flex-direction: column;
    width: 100%;
  }
}

.company-shoplist-area {
  display: flex;
  align-items: center;
  width: 49%;
  flex-wrap: wrap;
  border: 1px solid #bfbfbf;
  background: #fff !important;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .company-shoplist-area {
    width: 100%;
  }
}

.company-shoplist-area:nth-child(even) {
  margin-left: 2%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .company-shoplist-area:nth-child(even) {
    margin: 0;
    border-top: none;
  }
}

.company-shoplist-area:nth-child(n+3) {
  border-top: none;
}

.company-shoplist-img {
  max-width: 200px;
  padding: 40px 8px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .company-shoplist-img {
    max-width: 160px;
    padding: 0;
  }
}

.company-shoplist-img img {
  width: 100%;
}

.company-shoplist-name {
  max-width: calc(100% - 200px);
  height: 100%;
  padding: 40px 20px;
  border-left: 1px solid #bfbfbf;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .company-shoplist-name {
    max-width: calc(100% - 160px);
    padding: 12px;
  }
}

.company-shoplist-title {
  font-size: 18px;
  font-weight: 600;
}
.company-shoplist-title a{
  color: #000;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .company-shoplist-title {
    font-size: 15px;
  }
}

.company-shoplist-txt {
  padding-top: 16px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .company-shoplist-txt {
    font-size: 13px;
    line-height: 1.5;
  }
}

.disposal_01-img {
  width: 60%;
  margin-left: auto;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .disposal_01-img {
    width: 100%;
    margin: auto;
    padding-top: 20px;
  }
}

.disposal_02 {
  padding-bottom: 100px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .disposal_02 {
    padding-bottom: 60px;
  }
}

.question-answer {
  display: flex;
  align-items: center;
  margin-top: 24px;
  padding: 20px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .question-answer {
    margin: 0;
    padding: 0 8px 24px;
  }
  .question-answer:not(:first-of-type) {
    padding: 24px 8px;
  }
}

.question-icon {
  background: #c2182b;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff !important;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .question-icon {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}

.question-txt {
  margin-left: 20px;
  font-weight: 600;
  font-size: 18px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .question-txt {
    width: calc( 100% - 48px);
    font-size: 14px;
    line-height: 1.6;
  }
}

.disposal-answer {
  display: flex;
  padding: 24px 20px;
  align-items: center;
  background: #fff;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .disposal-answer {
    padding: 24px 8px;
  }
}

.answer-icon {
  border: 1px solid #c2182b;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #c2182b;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .answer-icon {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}

.answer-txt {
  margin-left: 20px;
  font-size: 16px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .answer-txt {
    width: calc( 100% - 48px);
    font-size: 14px;
    line-height: 1.6;
  }
}

.recruit_01, .recruit_02, .recruit_03, .recruit_04 {
  padding-top: 92px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .recruit_01, .recruit_02, .recruit_03, .recruit_04 {
    padding-top: 40px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  #contact {
    margin-top: -72px;
    padding-top: 72px;
  }
}

.contact-form-attention {
  padding-top: 100px;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .contact-form-attention {
    text-align: left;
    padding: 32px 8px;
  }
}

.contact {
  width: 100%;
  background: #fff;
}

.contact-form {
  max-width: 1200px;
  margin: auto;
  padding: 20px 0;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .contact-form {
    max-width: 100%;
    padding: 0;
  }
}

.contact-form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #bfbfbf;
  padding: 10px 20px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .contact-form-group {
    flex-direction: column;
    padding: 16px;
  }
}

.contact-form-l {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 27%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .contact-form-l {
    width: inherit;
    max-width: 100%;
    margin-right: auto;
  }
}

.contact-form-name {
  width: 80%;
  font-size: 18px;
  line-height: 2;
  font-weight: normal;
  text-align: left;
  font-weight: bold;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .contact-form-name {
    width: inherit;
    max-width: 100%;
    font-size: 15px;
  }
}

.contact-form-required {
  width: 50px;
  padding: 8px;
  color: #fff;
  background: #c2182b;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .contact-form-required {
    margin-left: 16px;
    text-align: center;
    padding: 6px 8px;
    font-size: 14px;
  }
}
#mailformpro input[type="text"],
#mailformpro input[type="email"],
#mailformpro input[type="tel"],
#mailformpro input[type="file"],
#mailformpro select,
#mailformpro textarea {
	width: 100% !important;
    border: none;
    box-shadow: none !important;
    box-sizing: border-box;
}
#mailformpro textarea {
	height: 300px !important;
}
#mailformpro input[type=radio],
#mailformpro input[type=checkbox] {
    display: none;
}
#mailformpro .radio,
#mailformpro .checkbox {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 33px;
	position: relative;
	-moz-transition: linear 0.2s;
	-o-transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	transition: linear 0.2s;
	cursor: pointer;
}
#mailformpro .radio::before,
#mailformpro .radio::after {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
#mailformpro .radio::before, #mailformpro .radio::after, #mailformpro .checkbox::before, #mailformpro .checkbox::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-moz-transition: linear 0.2s;
	-o-transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	transition: linear 0.2s;
}
#mailformpro .radio::before {
    width: 24px;
    height: 24px;
    background: #c2182b;
    border: 5px double #fff;
	opacity: 0;
    left: 0;
    z-index: 10;
}
#mailformpro .checkbox::before {
    width: 4px;
    height: 10px;
    border: solid #c2182b;
    border-width: 0 2px 2px 0;
    opacity: 0;
    left: 10px;
    z-index: 10;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
#mailformpro .radio::after {
    width: 20px;
    height: 20px;
    background: #fff;
    border: solid 1px #eee;
    left: 0;
}
#mailformpro .checkbox::after {
    width: 24px;
    height: 24px;
    background: #fff;
    border: solid 1px #bfbfbf;
	border-radius: 4px;
    left: 0;
}
#mailformpro input[type=radio]:checked + input + .radio:before, #mailformpro input[type=radio]:checked + div + .radio:before, #mailformpro input[type=radio]:checked + input + div + .radio:before, #mailformpro input[type=radio]:checked + .radio:before, #mailformpro input[type=checkbox]:checked + input + .checkbox:before, #mailformpro input[type=checkbox]:checked + div + .checkbox:before, #mailformpro input[type=checkbox]:checked + input + div + .checkbox:before, #mailformpro input[type=checkbox]:checked + .checkbox:before {
    opacity: 1;
}
.contact-form-txt {
  width: 70%;
  padding: 8px 0;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  margin-left: 36px;
}
.radioList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.radioList  li {
	margin-right: 24px;
}
.radioList li:last-child {
	margin-right: 0;
}
.radioList label {
	margin: 0 !important;
}
.privacy-check-box {
	margin-top: 48px;
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  .contact-form-txt {
    width: 100%;
    font-size: 16px;
    padding: 8px 0;
    margin: 0;
  }
	#mailformpro textarea {
	height: 150px !important;
}

.radioList {
	display: block;
}
.radioList  li {
	margin-right: 0;
	margin-bottom: 8px;
}
.radioList li:last-child {
	margin-bottom: 0;
}
.mfp_element_all {
    max-width: 100%;
}
	
.privacy-check-box {
	margin-top: 0;
}
}

.contact-form-txt > input {
  background: #eee;
  padding: 16px;
  display: block;
  width: 100%;
  line-height: 1.6;
  font-size: 16px;
  border-radius: 4px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .contact-form-txt > input {
    padding: 12px;
  }
}

.contact-form-txt .contact-form-file {
  background: #fff;
  padding: 16px 0;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .contact-form-txt .contact-form-file {
    padding: 8px 0;
  }
}

.contact-form-txt > textarea {
  background: #eee;
  border-radius: 4px;
  width: 100%;
  height: 300px;
  padding: 16px;
  display: block;
  line-height: 1.6;
  resize: none;
  outline: none;
  font-size: 16px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .contact-form-txt > textarea {
    height: 280px;
  }
}

.contact-form-txt02 {
  width: 100%;
  padding: 10px 0;
  font-size: 18px;
  line-height: 2;
  text-align: left;
  margin-top: 8px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .contact-form-txt02 {
    margin-top: 0;
  }
}

.contact-form-txt02 > textarea {
  background: #f5f5f5;
  border-radius: 4px;
  width: 100%;
  height: 160px;
  padding: 16px;
  display: block;
  line-height: 1.6;
  resize: none;
  outline: none;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .contact-form-txt02 > textarea {
    height: 280px;
  }
}

.mwform-radio-field input[type="radio"] {
  display: none;
}

.mwform-radio-field label {
  padding-right: 32px;
}

.mwform-radio-field-text {
  cursor: pointer;
  padding-left: 32px;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .mwform-radio-field-text {
    font-size: 14px;
  }
}

.mwform-radio-field-text:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background: #eee;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
}

input[type=radio]:checked + .mwform-radio-field-text:after {
  content: "";
  border-radius: 50%;
  background: #c2182b;
  border: 5px double #fff;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: transform .2s;
  animation: scale .2s forwards;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  input[type=radio]:checked + .mwform-radio-field-text:after {
    left: -2px;
  }
}

@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.checkbox-field {
  padding-top: 48px;
  display: block;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .checkbox-field {
    display: block;
    padding: 10px 0;
  }
}

.checkbox-field input[type="checkbox"] {
  display: none;
}

.checkbox-field label {
  padding-right: 32px;
}

.checkbox-field-text {
  cursor: pointer;
  padding-left: 40px;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .checkbox-field-text {
    padding-left: 48px;
    font-size: 14px;
  }
}

.checkbox-field-text:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border: solid 1px #bfbfbf;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 4px;
}

input[type=checkbox]:checked + .checkbox-field-text:after {
  content: "";
  border-left: 2px solid #c2182b;
  border-bottom: 4px solid #c2182b;
  border-top: 2px solid rgba(0, 0, 0, 0);
  border-right: 2px solid rgba(0, 0, 0, 0);
  transform: rotate(-45deg) scaleY(0.5);
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 4px;
  bottom: 6px;
  margin: auto;
}

.contact-submit {
  width: 100%;
  margin: auto;
  text-align: center;
}

.btn {
  border-radius: 20px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.submit {
  background: #c2182b;
  width: 400px;
	text-shadow: none;
  margin: 36px auto 0;
  font-size: 18px;
  padding: 20px 0;
}
.submit:hover {
  background: #c2182b;
	box-shadow: none;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .submit {
    width: 92%;
    margin: 20px auto 0;
    padding: 16px 0;
    font-size: 16px;
  }
}

.submit-area {
  padding-bottom: 88px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .submit-area {
    padding-bottom: 60px;
  }
}

.contact-personal-info {
  text-align: center;
  padding-top: 40px;
  font-size: 16px;
}

.contact-check {
  padding-top: 48px;
}

.privacy-area {
  width: 100%;
  padding-left: 20px;
  padding-top: 48px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .privacy-area {
    padding: 24px 8px;
  }
}

.privacy-title {
  font-size: 18px;
  padding-bottom: 20px;
}

.privacy-contents {
  border: 1px solid #bfbfbf;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .privacy-titlesize {
    font-size: 13px !important;
  }
}

.privacy-contents-txt {
  font-size: 14px;
  line-height: 1.6;
  padding: 2%;
}

.privacy-contents {
  max-width: 1200px;
  height: 200px;
  margin: auto;
  overflow-y: scroll;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .privacy-contents {
    max-width: 100%;
  }
}

.privacy-contents-title {
  position: relative;
  font-size: 16px;
  margin: 0 0 14px;
  font-weight: normal;
}

.privacy-contents-title:after {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  background-image: linear-gradient(to right, #bfbfbf, #bfbfbf 4px, transparent 4px, transparent 8px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.pillow-flow {
  display: flex;
  align-items: center;
  background: #fff;
  margin-top: 48px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .pillow-flow {
    flex-direction: column;
    padding: 0 10px;
    background: transparent;
    margin-top: 0;
  }
}

.pillow-flow:not(:first-of-type) {
  margin-top: 16px;
}

.pillow-flow-img {
  max-width: 100%;
  display: block;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .pillow-flow-img {
    width: 100%;
  }
}

.pillow-flow-img img {
  width: 100%;
}

.pillow-flow-txt {
  width: 100%;
  font-size: 17px;
  background: #fff;
  padding: 0 30px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .pillow-flow-txt {
    padding: 20px 10px;
  }
}

.pillow-flow-txt h3 {
  color: #1a53b1;
  font-size: 30px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .pillow-flow-txt h3 {
    font-size: 20px;
  }
}

.pillow-flow-txt p {
  padding-top: 16px;
}

.pillow_02, .pillow_04 {
  padding-bottom: 100px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .pillow_02, .pillow_04 {
    padding-bottom: 60px;
  }
}

.reform-img-flow {
  padding: 92px 0;
}
.reform-img-flow p{
	text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .reform-img-flow {
    padding: 40px 0;
  }
}

.reform-img-flow img {
  width: 100%;
}

.reform-img-feature {
  padding: 92px 0;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .reform-img-feature {
    padding: 32px 0;
  }
}

.reform-img-feature img {
  max-width: 100%;
	margin: auto;
}

.reform-refusal-area {
  padding-bottom: 100px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .reform-refusal-area {
    padding: 0 8px;
    padding-bottom: 60px;
  }
}

.reform-refusal-contents {
  background: #fff !important;
  padding: 64px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .reform-refusal-contents {
    flex-direction: column;
    margin: 0;
    padding: 24px 0;
  }
}

.reform-refusal-contents:last-child {
  margin-top: 20px;
}

.reform-refusal-title {
  color: #c2182b;
  font-size: 24px;
  line-height: 1.6;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .reform-refusal-title {
    font-size: 16px;
    padding-top: 8px;
  }
}

.reform-refusal-img {
  max-width: 100%;
  margin: auto;
  text-align: center;
}

.reform-refusal-txtarea-l {
  width: 66%;
  padding-right: 6%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .reform-refusal-txtarea-l {
    width: 100%;
    padding: 0 8px;
  }
}

.reform-refusal-txt {
  font-size: 16px;
  padding-top: 20px;
  line-height: 2;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .reform-refusal-txt {
    font-size: 14px;
    line-height: 1.6;
  }
}

.reform-refusal-txt:last-child {
  padding-top: 10px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .table-mg:first-child {
    margin: 0;
  }
}

.reform-price {
  width: 1200px;
  font-size: 18px;
  text-align: left;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .reform-price {
    font-size: 14px;
  }
}

.reform-course {
  width: 1200px;
  padding: 16px 20px;
  background: #c2182b;
  color: #fff !important;
  font-size: 24px;
  font-weight: 400;
  border-left: solid #bfbfbf 1px;
  border-right: solid #bfbfbf 1px;
  border-top: solid #bfbfbf 1px;
  margin-top: 48px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .reform-course {
    width: 100%;
    font-size: 14px;
    margin-top: 24px;
    padding: 12px 16px;
  }
}

.reform-th {
  padding: 12px 20px;
  background: #fff999;
  border: solid #bfbfbf 1px;
  font-weight: 400;
  vertical-align: middle;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .reform-th {
    font-size: 14px;
  }
}

.reform-td {
  padding: 12px 15px 12px 15px;
  border: solid #bfbfbf 1px;
  background: #fff;
  vertical-align: middle;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .reform-td {
    font-size: 14px;
  }
}

.rowspan {
  line-height: 1.6;
  font-size: 16px;
  vertical-align: top;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .rowspan {
    font-size: 14px;
  }
}

.reform_03, .reform_04 {
  padding-bottom: 100px;
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  .reform_03, .reform_04 {
    padding-bottom: 60px;
  }
}
.td-size-ss {
  width: 130px;
}
.td-size-s {
 /* width: 152px;*/
	width: 132px;
}

.td-size-sh {
  width: 160px;
}

.td-size-m {
  width: 200px;
}

.td-size-mh {
  width: 288px;
}

.td-size-l {
  width: 412px;
}
@media screen and (min-width: 0px) and (max-width: 991px) {
.td-size-s {
 /* width: 152px;*/
	width: 100px;
}
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  .table-scroll {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.shop-mv-title {
  font-size: 55px;
  font-family: source-han-serif-japanese, serif;
  padding-top: 24px;
  letter-spacing: 10px;
	line-height: 1.2em;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-mv-title {
    font-size: 28px;
    text-align: left;
    padding-top: 8px;
    letter-spacing: 4px;
  }
}

.shop-mv-txt {
  padding-top: 32px;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-mv-txt {
    padding-top: 8px;
    text-align: left;
    line-height: 1.6;
    font-size: 11px;
  }
}

.shop-mv-link {
  padding-top: 24px;
  padding-top: 16px;
}

.shop-mv-icon {
  max-width: 300px;
  padding: 8px 24px;
  color: #fff !important;
  font-size: 18px;
  margin: auto;
  display: flex;
  border-radius: 10px;
  letter-spacing: 2px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-mv-icon {
    margin: 0;
    padding: 6px 16px;
  }
}

.shop-mv-icon img {
  width: 32px;
  margin: 0;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-mv-icon img {
    width: 24px;
    height: 24px;
  }
}

.shop-mv-icon:last-child {
  margin-top: 10px;
}

.shop-mv-icon p {
  font-size: 18px;
  text-align: center;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-mv-icon p {
    font-size: 11px;
  }
}

.shop-title-bg {
  padding: 92px 0;
  background: rgba(255, 255, 255, 0.8);
  width: 400px;
  position: relative;
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-title-bg {
    width: 100%;
    max-width: 60%;
    padding: 40px 3%;
  }
}

.bg-r {
  background: #c2182b;
}

.bg-b {
  background: #1a53b1;
}

.inner-shop {
  min-width: 1200px;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .inner-shop {
    width: 100%;
    min-width: 0;
    padding: 0;
  }
}

.shop-banner {
  position: fixed;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  bottom: 40%;
  right: 0;
  height: 180px;
  z-index: 100;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-banner {
    height: 140px;
    bottom: 59%;
  }
}

.shop-banner a {
  padding: 16px 10px;
  color: #fff !important;
  background: #c2182b;
  border-radius: 10px 0 0 10px;
  display: block;
  font-size: 20px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-banner a {
    font-size: 14px;
  }
}

.shop-summary {
  padding-bottom: 100px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-summary {
    padding-bottom: 40px;
  }
}

.shop-summary-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding-top: 56px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-summary-area {
    flex-wrap: wrap;
    padding: 0 8px;
  }
}

.shop-summary-area {
  width: 100%;
}

.shop-summary-contents {
  width: calc(25% - 8px);
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-summary-contents {
    width: calc(50% - 4px);
  }
  .shop-summary-contents:nth-child(n+3) {
    padding-top: 16px;
  }
}

.shop-summary-img img {
  width: 100%;
  display: block;
}

.shop-summary-titlearea {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c2182b;
  padding: 16px;
  color: #fff;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-summary-titlearea {
    padding: 8px;
  }
}

.shop-summary-number {
  font-size: 36px;
  font-weight: 400;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-summary-number {
    font-size: 28px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-summary-number {
    font-size: 24px;
  }
}

.shop-summary-number:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  position: relative;
  bottom: 10px;
}

.shop-summary-title {
  font-size: 18px;
  font-weight: 400;
  padding-left: 16px;
  line-height: 1.6;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-summary-title {
    font-size: 14px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-summary-title {
    font-size: 11px;
    padding-left: 12px;
  }
}

.shop-discussion {
  padding-bottom: 100px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-discussion {
    padding-bottom: 40px;
  }
}

.shop-caption {
  position: absolute;
  right: 10px;
  top: -20px;
  padding: 12px 24px;
  background: #c2182b;
  color: #fff !important;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-caption {
    right: 20px;
    top: -10px;
  }
}

.shop-discussion-contents {
  background: #fff !important;
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-discussion-contents {
    flex-direction: column;
    padding: 8px 0;
    margin-top: 0;
  }
}

.shop-discussion-contents:last-child {
  margin-top: 64px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-discussion-contents:last-child {
    margin-top: 40px;
  }
}

.shop-discussion-title {
  color: #c2182b;
  font-size: 24px;
  line-height: 1.4;
}

.shop-discussion-img {
  max-width: 100%;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-discussion-img {
    padding: 0 8px;
  }
}

.shop-discussion-img img {
  width: 100%;
  display: block;
}

.shop-discussion-txtarea-l {
  width: 66%;
  padding: 0 6% 0 30px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-discussion-txtarea-l {
    width: 100%;
    padding: 0;
  }
}

.shop-discussion-txt {
  font-size: 16px;
  padding-top: 20px;
  line-height: 2;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-discussion-txt {
    font-size: 14px;
    padding: 20px 8px 0;
  }
}

.shop-discussion-txt:last-child {
  padding: 10px 8px 20px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  #shop {
    padding-top: 92px;
    margin-top: -92px;
  }
}

.shop-map-area {
  display: flex;
  justify-content: space-between;
  padding: 48px 0 108px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-map-area {
    flex-direction: column;
    padding: 0;
  }
}

.shop-map-img {
  width: calc( 50% - 24px);
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-map-img {
    width: 100%;
    height: 300px;
    padding: 0 8px;
  }
}

.shop-map-txtarea {
  width: calc( 50% - 24px);
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .shop-map-txtarea {
    width: 100%;
    padding: 40px 8px;
  }
}

.map-txt-block {
  border-bottom: 1px #eee solid;
  padding: 16px 0 8px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .map-txt-block {
    padding: 12px 0 6px;
  }
}

.map-txt-block:last-child {
  border: none;
}

.map-txt {
  padding-top: 8px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .map-txt {
    padding-top: 6px;
  }
}

.map-txt-flex {
  display: flex;
}

.map-txt-tel {
  display: block;
  text-decoration: underline;
  color: #c2182b;
}

.map-txt-tel:last-child {
  margin-left: 20px;
}

.footer {
  width: 100%;
  background: #c2182b;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 16px;
  padding: 40px 0;
  max-width: 1300px;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .footer-inner {
    flex-direction: column;
    padding: 24px 0 20px;
  }
}

.footer-logo {
  max-width: 280px;
  display: block;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-logo {
    max-width: 200px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .footer-logo {
    max-width: 168px;
    margin: auto;
  }
}

.footer-txt {
  color: #fff;
  margin-left: 2%;
  line-height: 2;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-txt {
    font-size: 14px;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .footer-txt {
    margin-left: 0;
    padding-top: 16px;
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
  }
}

.footer-nav {
  max-width: 100%;
}

.footer-border {
  width: 1px;
  height: 120px;
  display: block;
  background: #fff;
  margin-left: 2%;
}

.footer-nav-menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.footer-nav-menu:not(:first-child) {
  margin-top: 16px;
}

.footer-nav-menu a {
  color: #fff !important;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-nav-menu a {
    font-size: 14px;
  }
}

.footer-nav-menu li {
  position: relative;
  padding: 0 20px;
}

.footer-nav-menu li:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #e3e3e3;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
}

.footer-nav-item {
  padding-bottom: 20px;
}

.footer-nav-item:last-child {
  padding-bottom: 0;
}

.footer-nav-item a {
  display: inline-block;
}

.copyright {
  background: #1b1b1b;
  text-align: center;
  color: #fff !important;
  font-size: 14px;
  padding: 8px 0;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .copyright {
    font-size: 11px;
  }
}
.backnumber-sec {
	padding: 100px 0;
}
.page-summary.backnumber .is-sp {
	display: none;
}
.backnumber-bg {
  background: url(imgs/backnumber/backnumber_mv.jpg) no-repeat;
  background-size: cover;
  background-position: 60% center;
}
.backnumber-inner {
	max-width: 960px;
	width: 96%;
	margin: auto;
}
.backnumber-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.backnumber-list a {
	color: #135eaa;
	width: 22%;
	text-decoration: underline;
	transition: .3s;
}
.backnumber-list a:hover {
	text-decoration: none;
}
.backnumber-list figure {
	border: solid 1px #858585;
}
.backnumber-list img {
	width: 100%;
}
.backnumber-list .txt {
	font-size: 14px;
	text-align: center;
	margin-top: 4px;
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  .backnumber-bg {
    background: none;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
.backnumber-list a {
	margin-top: 60px;
	margin-right: 4%;
}
.backnumber-list a:nth-child(4n) {
	margin-right: 0;
}
.backnumber-list a:nth-child(-n + 4) {
	margin-top: 0;
}
}
@media screen and (max-width: 991px) {
.backnumber-list a {
	width: 48%;
	margin-top: 24px;
	margin-right: 4%;
}
.backnumber-list a:nth-child(2n) {
	margin-right: 0;
}
.backnumber-list a:nth-child(-n + 2) {
	margin-top: 0;
}
.backnumber-sec {
	padding: 60px 0 40px;
}
.page-summary.backnumber  .is-sp {
	display: block;
}
}
