@charset "UTF-8";
body {
  color: #1a1b1b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.14em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 38px;
  }
}

@media screen and (min-width: 1200px) {
  body {
    font-size: 18px;
    line-height: 40px;
  }
}

.page-content {
  padding: 56px 0 8px;
  margin-top: 8px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-content {
    margin-top: 64px;
  }
}

@media screen and (min-width: 1200px) {
  .page-content {
    padding-top: 98px;
    margin-top: 54px;
  }
  .page-content .page-content-order {
    position: absolute;
    top: 98px;
    left: 56px;
    height: 48px;
    line-height: 44px;
    display: inline-block;
    -webkit-transform: translateY(-48px) rotate(90deg);
            transform: translateY(-48px) rotate(90deg);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  .page-content .page-content-order span {
    font-size: 18px;
  }
  .page-content .page-content-order span.order-num {
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 2px solid #1a1b1b;
    border-radius: 50%;
    text-align: center;
    margin-right: 24px;
  }
}

.jost {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
}

.small-font {
  font-size: 18px;
}

.uppercase {
  text-transform: uppercase;
}

.c-d84f70 {
  color: #d84f70;
}

.c-87af4b {
  color: #87af4b;
}

.t_a_right {
  text-align: right;
  width: 100%;
}

.tel.button {
  width: 229px;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  text-align: center;
  background: #1a1b1b;
  color: white;
  border-radius: 2px;
}

@media screen and (min-width: 768px) {
  .tel.button {
    width: 280px;
    height: 55px;
    line-height: 55px;
    font-size: 24px;
    border-radius: 4px;
  }
}

@media screen and (min-width: 1200px) {
  .tel.button {
    pointer-events: none;
  }
}

.tel.button:hover {
  background: #87af4b;
  color: #1a1b1b;
}

.tel.button .small-font {
  font-size: 18px;
  margin-right: 9px;
}

@media screen and (min-width: 768px) {
  .tel.button .small-font {
    font-size: 18px;
    margin-right: 11px;
  }
}

ul,
ol {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}

a {
  display: block;
  text-decoration: none;
  color: #1a1b1b;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a:hover {
  text-decoration: none;
  color: #87af4b;
}

p {
  margin-bottom: 32px;
  font-size: 20px;
}

h2 {
  margin-bottom: 40px;
}

h2 img {
  width: 100%;
}

h2 img.h2-mirror {
  width: 365px !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  h2 img {
    width: 300px;
  }
  h2 img.h2-mirror {
    width: 511px !important;
  }
}

h3 img {
  width: 100%;
}

.container {
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .container {
    width: 690px;
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

.clearfix::after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.arrow-link {
  display: block;
  width: 120px;
  height: 36px;
  position: relative;
  font-size: 20px;
  line-height: 18px;
}

@media screen and (min-width: 1200px) {
  .arrow-link {
    width: 152px;
    height: 42px;
    font-size: 20px;
    line-height: 20px;
  }
}

.arrow-link.long-arrow {
  width: 228px;
}

@media screen and (min-width: 1200px) {
  .arrow-link.long-arrow {
    width: 250px;
  }
}

.arrow-link.arrow-mirror {
  width: 240px;
}

@media screen and (min-width: 1200px) {
  .arrow-link.arrow-mirror {
    width: 280px;
  }
}

.arrow-link.disabled {
  color: #a7adb4;
  pointer-events: none;
}

.arrow-link.arrow-white {
  width: auto;
  padding-bottom: 4px;
  height: auto;
  line-height: 14px;
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .arrow-link.arrow-white {
    width: 240px;
    height: 40px;
    line-height: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .arrow-link.arrow-white {
    width: 280px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
  }
}

.arrow-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 24px;
  height: 2px;
  background: #1a1b1b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 1200px) {
  .arrow-link::before {
    width: 32px;
  }
}

.arrow-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 130px;
  height: 2px;
  background: #1a1b1b;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 1200px) {
  .arrow-link::after {
    width: 128px;
  }
}

.arrow-link.disabled::before, .arrow-link.disabled::after {
  background: #a7adb4;
}

.arrow-link.arrow-white::before, .arrow-link.arrow-white::after {
  background: white;
}

.arrow-link:hover::before, .arrow-link:hover::after {
  background: #87af4b;
}

.arrow-link.arrow-white:hover::before, .arrow-link.arrow-white:hover::after {
  background: white;
}

.menu-container::before {
  content: "";
  clear: both;
  display: block;
  position: relative;
  top: 0;
  width: 100%;
}

.menu-container .outer-ul li h3 {
  margin-bottom: 32px !important;
}

@media screen and (min-width: 1200px) {
  .outer-ul {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .outer-ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.outer-ul li h3 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 32px;
}

@media screen and (min-width: 1200px) {
  .outer-ul li h3 {
    width: 270px;
    font-size: 26px;
    line-height: 42px;
  }
}

.outer-ul li .inner-ul {
  margin-bottom: 56px;
}

@media screen and (min-width: 1200px) {
  .outer-ul li .inner-ul {
    width: 700px;
    margin-bottom: 74px;
  }
}

.outer-ul li .inner-ul li {
  border-bottom: 2px solid #1a1b1b;
}

@media screen and (min-width: 768px) {
  .outer-ul li .inner-ul li {
    padding-bottom: 42px;
  }
}

@media screen and (min-width: 1200px) {
  .outer-ul li .inner-ul li {
    padding-bottom: 0;
  }
}

.outer-ul li .inner-ul li dl {
  line-height: 24px;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .outer-ul li .inner-ul li dl {
    height: 32px;
    line-height: 32px;
    padding-top: 7px;
  }
}

.outer-ul li .inner-ul li dl dt {
  font-size: 20px;
  padding-top: 12px;
  line-height: 36px;
}

@media screen and (min-width: 768px) {
  .outer-ul li .inner-ul li dl dt {
    font-size: 20px;
    float: left;
    padding-top: 0;
  }
}

.outer-ul li .inner-ul li dl dt .small-font {
  font-size: 18px;
}

@media screen and (min-width: 1200px) {
  .outer-ul li .inner-ul li dl dt .small-font {
    font-size: 18px;
  }
}

.outer-ul li .inner-ul li dl dd {
  font-size: 20px;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .outer-ul li .inner-ul li dl dd {
    font-size: 20px;
    float: right;
    text-align: unset;
  }
}

.yen {
  position: relative;
  padding-left: 18px;
}

@media screen and (min-width: 1200px) {
  .yen {
    padding-left: 20px;
  }
}

.yen::before {
  content: "￥";
}

.check {
  font-size: 20px;
  line-height: 26px;
  padding-left: 24px;
  margin-top: 15px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .check {
    line-height: 22px;
  }
}

@media screen and (min-width: 1200px) {
  .check {
    font-size: 20px;
    line-height: 24px;
  }
}

.check::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0;
  background: url(../img/svg/check-solid.svg);
  background-size: cover;
  background-position: center;
  background-repeat: none;
}

del {
  color: #d84f70;
  margin-right: 16px;
  position: relative;
  text-decoration: none;
}

del::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d84f70;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

del::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d84f70;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

del span {
  color: #1a1b1b;
}

ins {
  text-decoration: none;
  color: #d84f70;
}

/* main ------------------------------------------------------------- */
#main {
  width: 100%;
  height: 0;
  padding: 33.13% 0 146%;
  position: relative;
  background: url(../img/top_main.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 37.3%;
  background-position-y: center;
}

@media screen and (min-width: 768px) {
  #main {
    height: 1024px;
    padding: 0;
    background-position-x: 11.8%;
  }
}

@media screen and (min-width: 1200px) {
  #main {
    background-position-x: 50%;
  }
}

#main h1 {
  width: 220px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  background: radial-gradient(white 75%, rgba(255, 255, 255, 0) 95%);
}

@media screen and (min-width: 768px) {
  #main h1 {
    position: absolute;
    top: 160px;
    width: 363px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 1200px) {
  #main h1 {
    top: 120px;
    width: 443px;
    left: 20%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#main h1 img {
  width: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #main h1 img {
    width: 363px;
  }
}

@media screen and (min-width: 1200px) {
  #main h1 img {
    width: 443px;
  }
}

#main #a-corona {
  width: 236px;
  height: 236px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  border-radius: 50%;
}

#main #a-corona:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0 0 5px 2px #87af4b;
          box-shadow: 0 0 5px 2px #87af4b;
}

@media screen and (min-width: 768px) {
  #main #a-corona {
    width: 240px;
    height: 240px;
  }
}

@media screen and (min-width: 1200px) {
  #main #a-corona {
    width: 240px;
    height: 240px;
    bottom: 41px;
  }
}

#main #a-corona img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#main #a-mirror {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 40%;
  height: 200px;
  background: url(../img/junp_page.jpg);
  background-size: cover;
  background-position: no-repeat;
  background-position: center center;
  border: 3px solid #1a1b1b;
  border-radius: 4px;
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#main #a-mirror.rental-html {
  background: url(../img/top_cut.jpg);
  background-size: cover;
  background-position: no-repeat;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  #main #a-mirror {
    width: 35%;
    height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  #main #a-mirror {
    width: 30%;
    height: 480px;
    border: 5px solid #1a1b1b;
    bottom: 41px;
  }
}

#main #a-mirror p {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: block;
  width: 90%;
  height: 50px;
  padding: 0 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  background: #1a1b1b;
  border: 2px solid #1a1b1b;
  border-radius: 4px;
  color: white;
  margin: 0;
}

#main #a-mirror p span {
  width: calc(100% - 16px);
  padding-right: 12px;
  padding-left: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  #main #a-mirror p {
    height: 60px;
  }
}

@media screen and (min-width: 1200px) {
  #main #a-mirror p {
    width: 320px;
    height: 80px;
  }
}

#main #a-mirror:hover {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-box-shadow: 0 0 5px 2px #87af4b;
          box-shadow: 0 0 5px 2px #87af4b;
}

#header {
  width: 100%;
  height: 56px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#header.white {
  background: white;
}

#header.white #top-site-logo {
  opacity: 1;
  pointer-events: all;
}

@media screen and (min-width: 1200px) {
  #header {
    height: 98px;
  }
}

#header #top-site-logo {
  position: absolute;
  top: 6px;
  left: 15px;
  width: 90px;
  height: 44px;
  opacity: 0;
  pointer-events: none;
}

#header #top-site-logo .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#header #top-site-logo .img-hover:hover {
  opacity: 1;
}

#header #top-site-logo:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  #header #top-site-logo {
    left: 20px;
  }
}

@media screen and (min-width: 1200px) {
  #header #top-site-logo {
    width: 164px;
    height: 80px;
    top: 9px;
    left: 56px;
  }
}

#header #header-tel-btn {
  float: right;
  width: 56px;
  height: 56px;
  background: #1a1b1b;
  border: none;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 768px) {
  #header #header-tel-btn {
    width: 120px;
  }
  #header #header-tel-btn:hover {
    background: #87af4b;
  }
  #header #header-tel-btn:hover .d-md-block {
    color: #1a1b1b;
  }
}

@media screen and (min-width: 1200px) {
  #header #header-tel-btn {
    width: 200px;
    height: 98px;
  }
  #header #header-tel-btn:hover {
    pointer-events: none;
  }
}

#header #header-tel-btn .d-md-none {
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
}

#header #header-tel-btn .d-md-none .icon {
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 100%;
  height: 18px;
  text-align: center;
}

#header #header-tel-btn .d-md-none .icon img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#header #header-tel-btn .d-md-none .text {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  color: white;
}

#header #header-tel-btn .d-md-block {
  display: block;
  width: 100%;
  height: 56px;
  color: white;
  font-size: 18px;
  line-height: 18px;
  padding-top: 7px;
}

#header #header-tel-btn .d-md-block .small-font {
  font-size: 8px;
  margin-right: 4px;
}

#header #header-tel-btn .d-xl-block {
  display: block;
  width: 100%;
  height: 98px;
  color: white;
  font-size: 18px;
  line-height: 98px;
}

#header #header-tel-btn .d-xl-block .small-font {
  font-size: 13px;
  margin-right: 9px;
}

#header #menu-btn {
  position: relative;
  float: right;
  width: 56px;
  height: 56px;
  background: #eef8df;
  border: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#header #menu-btn.active {
  background: transparent;
}

#header #menu-btn .icon {
  position: absolute;
  top: 15px;
  left: calc(50% - 8px);
  width: 16px;
  height: 13px;
  display: block;
}

#header #menu-btn .icon .bar {
  display: block;
  width: 100%;
  height: 1px;
  background: #1a1b1b;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#header #menu-btn .icon .bar.bar-top {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

#header #menu-btn .icon .bar.bar-top.active {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

#header #menu-btn .icon .bar.bar-bottom {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

#header #menu-btn .icon .bar.bar-bottom.active {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

#header #menu-btn .icon .bar.bar-center {
  opacity: 1;
}

#header #menu-btn .icon .bar.bar-center.active {
  opacity: 0;
}

#header #menu-btn .text {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
}

#header .gnav {
  float: right;
  margin-right: 24px;
  height: 56px;
}

@media screen and (min-width: 1200px) {
  #header .gnav {
    height: 98px;
    margin-right: 64px;
  }
}

#header .gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

#header .gnav ul li {
  line-height: 56px;
  font-size: 16px;
}

#header .gnav ul li span {
  background: radial-gradient(white 30%, transparent 90%);
  border-radius: 20%;
}

@media screen and (min-width: 1200px) {
  #header .gnav ul li {
    line-height: 98px;
    font-size: 20px;
  }
}

#header .gnav ul li + li {
  margin-left: 24px;
}

@media screen and (min-width: 1200px) {
  #header .gnav ul li + li {
    margin-left: 32px;
  }
}

#gNav-menu {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: rgba(0, 0, 0, 0.3);
}

#gNav-menu.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#gNav-menu ul {
  padding: 120px 0 109px;
  background: #d4eaa7;
}

#gNav-menu ul li {
  width: 270px;
  margin: 0 auto;
}

#gNav-menu ul li a {
  font-size: 15px;
  line-height: 20px;
}

#gNav-menu ul li a span {
  display: inline-block;
  width: 10px;
  height: 10px;
  height: cover;
  -webkit-transform: translate(5px, -3px);
          transform: translate(5px, -3px);
  position: relative;
}

#gNav-menu ul li a span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#gNav-menu ul li a span img.img-hover {
  opacity: 0;
}

#gNav-menu ul li a:hover span img.img-hover {
  opacity: 1;
}

#gNav-menu ul li a:last-of-type {
  font-size: 20px;
}

#gNav-menu ul li + li {
  margin-top: 50px;
}

.wrapper {
  position: relative;
}

.wrapper #news-content {
  position: relative;
}

@media screen and (min-width: 768px) {
  .wrapper #news-content h2 {
    margin-bottom: 57px;
  }
}

@media scren and (min-width: 1200px) {
  .wrapper #news-content h2 {
    margin-bottom: 78px;
  }
}

.wrapper #news-content h2 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .wrapper #news-content h2 img {
    width: 473px;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper #news-content h2 img {
    width: 568px;
  }
}

.wrapper #news-content p:last-of-type {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .wrapper #news-content p:last-of-type {
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper #news-content p:last-of-type {
    margin-bottom: 88px;
  }
}

.wrapper #news-content .map-container {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0 0 8px;
}

@media screen and (min-width: 768px) {
  .wrapper #news-content .map-container {
    margin: 0 0 23px;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper #news-content .map-container {
    margin-bottom: 16px;
  }
}

.wrapper #news-content .map-container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper #news-content .clearfix {
  display: block;
  margin-bottom: 16px;
}

@media screen and (min-width: 1200px) {
  .wrapper #news-content .clearfix {
    margin-bottom: 2px;
  }
}

.wrapper #news-content .arrow-link {
  float: right;
  font-size: 20px;
  line-height: 20px;
}

.wrapper #news-content .info {
  position: relative;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .wrapper #news-content .info {
    margin-bottom: 32px;
  }
}

.wrapper #news-content .info li:nth-of-type(1) {
  font-size: 12px;
  margin-bottom: 8px;
  line-height: 42px;
}

.wrapper #news-content .info li:nth-of-type(1) img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .wrapper #news-content .info li:nth-of-type(1) img {
    width: 666px;
  }
}

@media screen and (min-width: 768px) {
  .wrapper #news-content .info li:nth-of-type(1) {
    font-size: 16px;
  }
}

.wrapper #news-content .info li:nth-of-type(1) .jost {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .wrapper #news-content .info li:nth-of-type(1) .jost {
    font-size: 20px;
  }
}

.wrapper #news-content .info li:nth-of-type(1) .jost .learge-font {
  font-size: 28px;
}

@media screen and (min-width: 768px) {
  .wrapper #news-content .info li:nth-of-type(1) .jost .learge-font {
    font-size: 30px;
  }
}

.wrapper #news-content .info li:nth-of-type(2) {
  font-size: 20px;
  line-height: 40px;
}

@media screen and (min-width: 768px) {
  .wrapper #news-content .info li:nth-of-type(2) {
    font-size: 20px;
    line-height: 32px;
    width: 430px;
  }
}

.wrapper #news-content .info li:nth-of-type(3) {
  font-size: 20px;
  line-height: 46px;
}

@media screen and (min-width: 768px) {
  .wrapper #news-content .info li:nth-of-type(3) {
    font-size: 20px;
    line-height: 32px;
  }
}

.wrapper #news-content .qrcode {
  float: right;
  width: 240px;
  text-align: center;
  -webkit-transform: translateY(-153px);
          transform: translateY(-153px);
  margin-bottom: -153px;
}

.wrapper #news-content .qrcode span {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 22px;
}

.wrapper #news-content .qrcode img {
  width: 240px;
}

@media screen and (min-width: 1200px) {
  .wrapper #news-content p {
    margin-bottom: 48px;
  }
}

.wrapper #service-content {
  position: relative;
  margin-bottom: 16px;
}

.wrapper #service-content p {
  line-height: 36px;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .wrapper #service-content p {
    font-size: 20px;
  }
}

.wrapper #service-content h3 {
  margin-bottom: 32px;
}

.wrapper #service-content a span {
  display: inline-block;
  width: 10px;
  height: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(5px, -3px);
          transform: translate(5px, -3px);
  position: relative;
}

.wrapper #service-content a span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wrapper #service-content a span img.img-hover {
  opacity: 0;
}

.wrapper #service-content a:hover span img.img-hover {
  opacity: 1;
}

.wrapper #service-content .img-container {
  width: 100%;
  height: 0;
  padding-bottom: 61.33%;
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .wrapper #service-content .img-container {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper #service-content .img-container {
    margin-bottom: 80px;
  }
}

.wrapper #service-content #hair-styling .img-container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wrapper #service-content #dressing .img-container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .wrapper #service-content #dressing .img-container img {
    height: 100%;
  }
}

.wrapper #service-content .text-container {
  padding: 0 15px;
  margin-bottom: 48px;
}

@media screen and (min-width: 768px) {
  .wrapper #service-content .text-container {
    width: 391px;
  }
}

.wrapper #service-content .text-container .under-h3 {
  width: 100%;
}

.wrapper #service-content .text-container .under-h3 li {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.1em;
  float: left;
}

@media screen and (min-width: 1200px) {
  .wrapper #service-content .text-container .under-h3 li {
    font-size: 20px;
    line-height: 25px;
  }
}

.wrapper #service-content .text-container .under-h3 li + li {
  margin-left: 12px;
}

@media screen and (min-width: 1200px) {
  .wrapper #service-content .text-container .under-h3 li + li {
    margin-left: 30px;
  }
}

.wrapper #service-content .on .under-h3 {
  margin-bottom: 32px;
}

@media screen and (min-width: 1200px) {
  .wrapper #service-content .on .under-h3 {
    margin-bottom: 56px;
  }
}

.wrapper #service-content .on h3 {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .wrapper #service-content .on h3 {
    margin-bottom: 4px;
  }
}

.wrapper #service-content #hair-styling h3 img {
  width: 280px;
}

.wrapper #service-content #wig .wig-inner {
  position: relative;
}

.wrapper #service-content #wig .wig-inner .images-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrapper #service-content #wig .wig-inner .images-container .img-wrap {
  width: 33%;
}

.wrapper #service-content #wig .wig-inner .images-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper #service-content #wig .wig-inner p.under-img {
  text-align: right;
}

.wrapper #service-content #hair-styling {
  margin-bottom: 80px;
}

.wrapper #service-content #wig h3 img {
  width: 100%;
}

.wrapper #service-content #wig .inner-ul li.check {
  border: none;
}

.wrapper #service-content p.caption {
  font-size: 22px;
}

.wrapper #service-content #dressing h3 img {
  width: 109px;
}

.wrapper #service-content #dressing .inner-ul li.check {
  border: none;
}

@media screen and (min-width: 768px) {
  .wrapper #service-content::before {
    content: "";
    display: block;
    width: 100%;
    height: 514px;
    position: absolute;
    top: 152px;
    background: #d4eaa7;
    z-index: -2;
  }
  .wrapper #service-content section {
    width: 768px;
    margin: 0 auto;
    position: relative;
  }
  .wrapper #service-content #hair-styling {
    margin-bottom: 108px;
  }
  .wrapper #service-content #hair-styling .img-container {
    width: 372px;
    padding-bottom: 246px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /*
          &::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(
              to right,
              rgba(255, 255, 255, 0.3) 30%,
              rgba(255, 240, 230, 0.6) 70%
            );
            z-index: 1;
          }*/
  }
  .wrapper #service-content #hair-styling .text-container {
    padding: 130px 0 0 12px;
    float: right;
  }
  .wrapper #service-content #hair-styling .text-container h3 img {
    width: 280px;
  }
  .wrapper #service-content #hair-styling .text-container .under-h3 li {
    letter-spacing: 0;
  }
  .wrapper #service-content #wig {
    margin-bottom: 108px;
    width: 100%;
  }
  .wrapper #service-content #wig::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 440px;
    left: 0;
    background: #d4eaa7;
    z-index: -1;
  }
  .wrapper #service-content #wig .wig-inner {
    padding-bottom: 300px;
    margin-bottom: 32px;
    width: 768px;
    margin: 0 auto;
  }
  .wrapper #service-content #wig .images-container {
    position: absolute;
    bottom: 40px;
  }
  .wrapper #service-content #wig .img-wrap {
    max-width: 250px;
    max-height: 250px;
  }
  .wrapper #service-content #wig p.under-img {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
  }
  .wrapper #service-content #wig .text-container {
    width: 100%;
    padding-top: 45px;
    margin-bottom: 0;
  }
  .wrapper #service-content #wig .text-container h3 img {
    width: 400px;
  }
  .wrapper #service-content #dressing {
    margin-bottom: 0;
    position: relative;
    width: 100%;
  }
  .wrapper #service-content #dressing::before {
    content: "";
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 392px;
    background: #d4eaa7;
    z-index: -1;
  }
  .wrapper #service-content #dressing .dressing-inner {
    position: relative;
    width: 768px;
    margin: 0 auto;
    padding-bottom: 142px;
  }
  .wrapper #service-content #dressing .img-container {
    width: 280px;
    padding-bottom: 392px;
    position: relative;
    top: 0;
    left: 0px;
    z-index: -1;
  }
  .wrapper #service-content #dressing .img-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), color-stop(30%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 30%);
    z-index: 1;
  }
  .wrapper #service-content #dressing .text-container {
    position: absolute;
    top: 120px;
    right: 0px;
    margin: 0;
    width: 468px;
  }
  .wrapper #service-content #dressing .text-container p {
    margin: 0;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper #service-content::before {
    content: "";
    display: block;
    width: 100%;
    height: 475px;
    position: absolute;
    top: 172px;
    background: #d4eaa7;
    z-index: -2;
  }
  .wrapper #service-content section {
    width: 100%;
    padding-left: 178px;
  }
  .wrapper #service-content section p {
    font-size: 20px;
    line-height: 42px;
    margin-bottom: 48px;
  }
  .wrapper #service-content #hair-styling {
    min-height: 583px;
    margin-bottom: 219px;
    width: 970px;
    padding-left: 0;
  }
  .wrapper #service-content #hair-styling .img-container {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    width: 458px;
    padding-bottom: 302px;
    margin-bottom: 304px;
  }
  .wrapper #service-content #hair-styling .text-container {
    position: absolute;
    top: 102px;
    left: 500px;
    padding: 0;
    width: 478px;
    margin: 0;
  }
  .wrapper #service-content #hair-styling .text-container h3 img {
    width: 392px;
  }
  .wrapper #service-content #hair-styling .text-container .under-h3 li {
    letter-spacing: 0.1em;
  }
  .wrapper #service-content #wig {
    padding-left: 0;
  }
  .wrapper #service-content #wig::before {
    height: 558px;
  }
  .wrapper #service-content #wig .wig-inner {
    margin-right: auto;
    margin-left: auto;
    width: 970px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .wrapper #service-content #wig .wig-inner::before {
    content: "";
    width: 800px;
    height: calc(100% + 40px);
    top: -40px;
    left: calc(30.42% - 295px);
  }
  .wrapper #service-content #wig .wig-inner .caption {
    padding-bottom: 48px;
  }
  .wrapper #service-content #wig .images-container {
    width: 970px !important;
    right: calc(30.42% - 295px);
    padding-left: 68px;
    bottom: 64px;
  }
  .wrapper #service-content #wig .img-wrap {
    max-width: 280px;
    max-height: 280px;
  }
  .wrapper #service-content #wig p.under-img {
    right: calc(30.42% - 295px);
  }
  .wrapper #service-content #wig .text-container h3 img {
    width: 540px;
  }
  .wrapper #service-content #dressing {
    margin-bottom: 98px;
    min-height: 608px;
    padding-left: 0;
  }
  .wrapper #service-content #dressing::before {
    content: "";
    right: calc(30.42% - 295px);
    width: 100%;
    height: 480px;
  }
  .wrapper #service-content #dressing .dressing-inner {
    width: 970px;
    padding-bottom: 36px;
  }
  .wrapper #service-content #dressing .img-container {
    position: relative;
    top: 0;
    left: 0;
    width: calc(19.58% + 168px);
    margin-left: calc(30.42% - 295px);
    padding-bottom: calc(27.35% + 235px);
  }
  .wrapper #service-content #dressing .text-container {
    position: absolute;
    bottom: 0;
    right: calc(36.32% - 376px);
    padding: 0;
    margin: 0;
    width: 600px;
  }
  .wrapper #service-content #dressing .text-container h3 img {
    width: 152px;
  }
  .wrapper #service-content #dressing .inner-ul {
    margin-bottom: 0;
  }
  .wrapper #service-content #mirror-rental {
    margin-bottom: 98px;
    min-height: 608px;
    padding-left: 0;
  }
  .wrapper #service-content #mirror-rental .img-container {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    width: calc(19.58% + 168px);
    margin-left: calc(30.42% - 295px);
    padding-bottom: calc(27.35% + 235px);
  }
  .wrapper #service-content #mirror-rental .text-container {
    position: absolute;
    top: 88px;
    right: calc(36.32% - 352px);
    padding: 0;
    margin: 0;
    width: 600px;
  }
  .wrapper #service-content #mirror-rental .text-container h3 img {
    width: 320px;
  }
}

.wrapper #outer-fee-content {
  background: #d4eaa7;
  padding-top: 8px;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .wrapper #outer-fee-content {
    padding-top: 64px;
    margin-top: 64px;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper #outer-fee-content {
    padding-top: 54px;
    margin-top: 54px;
  }
}

.wrapper #fee-content {
  position: relative;
  padding-top: 56px;
  margin-top: 0;
}

@media screen and (min-width: 1200px) {
  .wrapper #fee-content {
    padding-top: 98px;
  }
}

.wrapper #fee-content .page-content-order {
  top: 98px;
}

.wrapper #fee-content h2 {
  margin-bottom: 48px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .wrapper #fee-content h2 {
    margin-bottom: 80px;
  }
}

.wrapper #fee-content h2:last-of-type img {
  width: 240px;
}

@media screen and (min-width: 1200px) {
  .wrapper #fee-content h2:last-of-type img {
    width: 336px;
  }
}

.wrapper #fee-content section {
  padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .wrapper #fee-content section {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper #fee-content section {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .wrapper #fee-content section:last-of-type {
    padding-bottom: 72px;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper #fee-content section:last-of-type {
    padding-bottom: 104px;
  }
}

.wrapper #fee-content section:last-of-type .inner-ul {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .wrapper #fee-content section:last-of-type .inner-ul li:last-of-type {
    margin-bottom: 14px;
  }
}

.wrapper #fee-content section:last-of-type ul li.ins {
  margin-bottom: 48px;
  font-size: 1.125em;
}

@media screen and (min-width: 1200px) {
  .wrapper #fee-content section:last-of-type ul li.ins {
    margin-left: 270px;
  }
}

.wrapper #fee-content section:last-of-type .check {
  margin-bottom: 48px;
}

@media screen and (min-width: 1200px) {
  .wrapper #fee-content section:last-of-type .check {
    margin-left: 270px;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper #fee-content section:last-of-type .tel.button {
    margin-left: 270px;
  }
}

.wrapper #stylist-content {
  position: relative;
  margin-bottom: 64px;
}

@media screen and (min-width: 768px) {
  .wrapper #stylist-content {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper #stylist-content {
    margin-bottom: 152px;
  }
}

.wrapper #stylist-content ul {
  position: relative;
  margin-bottom: 0;
}

.wrapper #stylist-content ul li {
  margin-bottom: 56px;
}

.wrapper #stylist-content ul li:last-of-type {
  margin-bottom: 0;
}

.wrapper #stylist-content ul .stylist-img {
  width: 224px;
  height: 224px;
  margin: 0 auto 40px;
}

@media screen and (min-width: 768px) {
  .wrapper #stylist-content ul .stylist-img {
    width: 368px;
    height: 368px;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper #stylist-content ul .stylist-img {
    width: 485px;
    height: 485px;
  }
}

.wrapper #stylist-content ul .stylist-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper #stylist-content ul .comment {
  line-height: 36px;
  margin-bottom: 16px;
}

.wrapper #stylist-content ul .comment .small-font {
  font-size: 12px;
}

.wrapper #stylist-content ul .by {
  text-align: right;
  margin-bottom: 0;
}

.wrapper #stylist-content ul .by .jost {
  margin-right: 8px;
}

.wrapper #outer-shop-info-content {
  background: #d4eaa7;
  padding-top: 8px;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .wrapper #outer-shop-info-content {
    padding-top: 64px;
    margin-top: 64px;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper #outer-shop-info-content {
    padding-top: 54px;
    margin-top: 54px;
  }
}

.wrapper #shop-info-content {
  position: relative;
  padding-top: 56px;
  margin-top: 0;
}

.wrapper #shop-info-content .page-content-order {
  top: 98px;
}

.wrapper #shop-info-content h2 {
  text-align: center;
}

.wrapper #shop-info-content h2 img {
  width: 164px;
}

@media screen and (min-width: 1200px) {
  .wrapper #shop-info-content h2 img {
    width: 230px;
  }
}

.wrapper #shop-info-content .access {
  padding-bottom: 56px;
}

@media screen and (min-width: 768px) {
  .wrapper #shop-info-content .access {
    padding-bottom: 72px;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper #shop-info-content .access {
    padding-bottom: 95px;
  }
  .wrapper #shop-info-content .access .text-block {
    width: 700px;
  }
}

.wrapper #shop-info-content .access h3 {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .wrapper #shop-info-content .access h3 {
    margin-bottom: 32px;
  }
}

.wrapper #shop-info-content .access p {
  margin-bottom: 8px;
}

.wrapper #shop-info-content .access p.shop-name {
  font-size: 12px;
}

.wrapper #shop-info-content .access p.shop-name img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .wrapper #shop-info-content .access p.shop-name {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .wrapper #shop-info-content .access p.shop-name img {
    width: 542px;
  }
}

.wrapper #shop-info-content .access p.shop-name .jost {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .wrapper #shop-info-content .access p.shop-name .jost {
    font-size: 20px;
  }
}

.wrapper #shop-info-content .access p.shop-name .jost .learge-font {
  font-size: 28px;
}

@media screen and (min-width: 768px) {
  .wrapper #shop-info-content .access p.shop-name .jost .learge-font {
    font-size: 30px;
  }
}

.wrapper #shop-info-content .access p.address {
  font-size: 20px;
  line-height: 36px;
}

@media screen and (min-width: 768px) {
  .wrapper #shop-info-content .access p.address {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0;
  }
}

.wrapper #shop-info-content .access p.walk {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .wrapper #shop-info-content .access p.walk {
    font-size: 20px;
    line-height: 32px;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper #shop-info-content .access p.walk {
    margin-bottom: 40px;
  }
}

.wrapper #shop-info-content .access .qrcode {
  float: right;
  width: 200px;
  text-align: center;
  -webkit-transform: translateY(-48px);
          transform: translateY(-48px);
  margin-bottom: -48px;
}

@media screen and (min-width: 1200px) {
  .wrapper #shop-info-content .access .qrcode {
    -webkit-transform: translateY(-54px);
            transform: translateY(-54px);
    margin-bottom: -54px;
  }
}

.wrapper #shop-info-content .access .qrcode span {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 22px;
}

.wrapper #shop-info-content .access .qrcode img {
  width: 200px;
}

.wrapper #shop-info-content .tel {
  width: 240px;
  margin: 0 auto 40px;
  text-align: center;
  color: white;
  background: #1a1b1b;
  height: 48px;
  line-height: 48px;
  margin-bottom: 40px;
  font-size: 21px;
  border-radius: 4px;
}

.wrapper #shop-info-content .tel:hover {
  background: #87af4b;
  color: #1a1b1b;
}

@media screen and (min-width: 768px) {
  .wrapper #shop-info-content .tel {
    width: 280px;
    height: 56px;
    line-height: 56px;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper #shop-info-content .tel {
    margin-left: 0;
    pointer-events: none;
  }
}

.wrapper #shop-info-content .tel .small-font {
  font-size: 18px;
  margin-right: 11px;
}

.wrapper #shop-info-content .check {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .wrapper #shop-info-content .check {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper #shop-info-content .check {
    margin-bottom: 10px;
  }
}

.wrapper #shop-info-content .booking {
  padding-bottom: 48px;
}

@media screen and (min-width: 1200px) {
  .wrapper #shop-info-content .booking {
    padding-bottom: 86px;
  }
  .wrapper #shop-info-content .booking .text-block {
    width: 700px;
  }
}

@media screen and (min-width: 768px) {
  .wrapper #shop-info-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .wrapper #shop-info-content h2 {
    margin-bottom: 48px;
  }
  .wrapper #shop-info-content .outer-ul .open {
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper #shop-info-content {
    padding-top: 98px;
  }
  .wrapper #shop-info-content h2 {
    margin-bottom: 80px;
  }
  .wrapper #shop-info-content .outer-ul .open {
    padding-bottom: 0;
  }
}

.wrapper #with-corona-content {
  position: relative;
}

.wrapper #with-corona-content h2 {
  margin-bottom: 12px;
  text-align: center;
}

.wrapper #with-corona-content h2 img {
  width: 288px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .wrapper #with-corona-content h2 img {
    width: 540px;
  }
}

@media screen and (min-width: 768px) {
  .wrapper #with-corona-content h2 {
    margin-bottom: 16px;
  }
}

.wrapper #with-corona-content h2 .jost {
  display: block;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 8px;
}

.wrapper #with-corona-content strong {
  display: block;
  width: 280px;
  line-height: 26px;
  font-size: 20px;
  background: #1a1b1b;
  color: white;
  text-align: center;
  border-radius: 20px;
  margin: 0 auto 48px;
}

@media screen and (min-width: 768px) {
  .wrapper #with-corona-content strong {
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper #with-corona-content strong {
    margin-bottom: 80px;
  }
}

.wrapper #with-corona-content p {
  margin-bottom: 48px;
}

@media screen and (min-width: 768px) {
  .wrapper #with-corona-content p {
    line-height: 32px;
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper #with-corona-content p {
    font-size: 20px;
    margin-bottom: 80px;
  }
}

.wrapper #with-corona-content p .small-font {
  font-size: 20px;
}

.wrapper #with-corona-content .counterplan {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .wrapper #with-corona-content .counterplan {
    width: 635px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 88px;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper #with-corona-content .counterplan {
    width: 970px;
    padding-bottom: 120px;
  }
}

.wrapper #with-corona-content .counterplan li {
  width: 300px;
  height: 232px;
  position: relative;
  margin-bottom: 40px;
}

@media screen and (min-width: 1200px) {
  .wrapper #with-corona-content .counterplan li {
    width: 323px;
  }
}

.wrapper #with-corona-content .counterplan li img {
  position: absolute;
  width: 182px;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.wrapper #with-corona-content .counterplan li .text-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 66px;
}

.wrapper #with-corona-content .counterplan li .text-box p {
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 0;
}

.wrapper #greeting-content .shop-img {
  width: 224px;
  height: 299px;
  margin: 0 auto 40px;
}

@media screen and (min-width: 768px) {
  .wrapper #greeting-content .shop-img {
    width: 368px;
    height: 491px;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper #greeting-content .shop-img {
    width: 485px;
    height: 647px;
  }
}

.wrapper #greeting-content .shop-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#footer {
  position: relative;
  background: #1a1b1b;
  color: #a7adb4;
  padding: 56px 0 16px;
}

@media screen and (min-width: 768px) {
  #footer {
    padding-top: 72px;
  }
}

@media screen and (min-width: 1200px) {
  #footer {
    padding-top: 112px;
  }
}

#footer #to-top-btn {
  position: fixed;
  bottom: 52px;
  right: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 2px solid white;
  border-radius: 50%;
  background: #1a1b1b;
  -webkit-box-shadow: 0 0 2px 0 #1a1b1b;
          box-shadow: 0 0 2px 0 #1a1b1b;
}

#footer #to-top-btn:hover {
  background: #87af4b;
}

#footer #to-top-btn:hover img.img-hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #footer #to-top-btn {
    right: 39px;
    bottom: 32px;
    width: 56px;
    height: 56px;
  }
}

@media screen and (min-width: 1200px) {
  #footer #to-top-btn {
    right: 40px;
    bottom: 40px;
  }
}

#footer #to-top-btn.hide {
  opacity: 0;
  pointer-events: none;
}

#footer #to-top-btn img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#footer #to-top-btn img.img-hover {
  opacity: 0;
}

#footer a {
  font-size: 20px;
  color: #a7adb4;
}

#footer a:hover {
  color: #87af4b;
}

#footer .container {
  padding: 0 30px;
}

@media screen and (min-width: 768px) {
  #footer .container {
    padding: 0;
  }
}

#footer #footer-content-1 {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  #footer #footer-content-1 {
    width: 252px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  #footer #footer-content-1 {
    width: 420px;
  }
}

#footer #footer-content-1 a {
  width: 90px;
  height: 44px;
  margin: 0 auto;
  position: relative;
}

#footer #footer-content-1 a .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#footer #footer-content-1 a .img-hover:hover {
  opacity: 1;
}

#footer #footer-content-1 a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  #footer #footer-content-1 a {
    margin: 0;
  }
}

@media screen and (min-width: 1200px) {
  #footer #footer-content-1 a {
    width: 132px;
    height: 64px;
  }
}

#footer #footer-content-1 a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  #footer #footer-content-2 {
    width: 168px;
  }
}

@media screen and (min-width: 1200px) {
  #footer #footer-content-2 {
    width: 280px;
  }
}

@media screen and (min-width: 768px) {
  #footer #footer-content-2 ul {
    margin-bottom: 0;
  }
}

#footer #footer-content-2 ul li {
  line-height: 18px;
  margin-bottom: 25px;
}

@media screen and (min-width: 1200px) {
  #footer #footer-content-2 ul li {
    line-height: 28px;
    margin-bottom: 26px;
  }
  #footer #footer-content-2 ul li a {
    font-size: 20px;
  }
}

#footer #footer-content-3 {
  margin-bottom: 70px;
}

@media screen and (min-width: 768px) {
  #footer #footer-content-3 {
    width: 270px;
    margin-bottom: 0;
  }
}

#footer #footer-content-3 li {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1em;
}

#footer #footer-content-3 li.shop-name {
  position: relative;
}

@media screen and (min-width: 768px) {
  #footer #footer-content-3 li.shop-name {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 1200px) {
  #footer #footer-content-3 li.shop-name {
    margin-bottom: 42px;
  }
}

#footer #footer-content-3 li.shop-name a {
  position: relative;
}

#footer #footer-content-3 li.shop-name a span {
  display: inline-block;
  width: 10px;
  height: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(5px, -3px);
          transform: translate(5px, -3px);
  position: relative;
}

#footer #footer-content-3 li.shop-name a span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#footer #footer-content-3 li.shop-name a span img.img-hover {
  opacity: 0;
}

#footer #footer-content-3 li.shop-name a:hover span img.img-hover {
  opacity: 1;
}

#footer #footer-content-3 li.address {
  font-size: 12px;
  line-height: 20px;
}

@media screen and (min-width: 1200px) {
  #footer #footer-content-3 li.address {
    margin-bottom: 40px;
  }
}

#footer #footer-content-3 li.contact {
  font-size: 20px;
  line-height: 28px;
}

@media screen and (min-width: 1200px) {
  #footer #footer-content-3 li.contact .jost {
    font-size: 20px;
  }
}

#footer #footer-content-3 li.contact .jost a {
  display: inline;
}

#footer #footer-content-3 li.contact .tel {
  line-height: 20px;
}

@media screen and (min-width: 1200px) {
  #footer #footer-content-3 li.contact .tel {
    pointer-events: none;
  }
}

#footer #footer-content-4 {
  margin: 0 -15px;
}

@media screen and (min-width: 768px) {
  #footer #footer-content-4 {
    margin: 0;
  }
}

#footer #footer-content-4 small {
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  #footer #footer-content-4 small {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  #footer .outer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 1200px) {
  #footer .outer-content {
    margin-bottom: 94px;
  }
}

/* =====================================================================================================================
************************************************************************************************************************
修正厳禁！！ 本ファイルは、modify.scss から自動生成されたファイルです、絶対に修正しないで下さい。
by H.Hayashi
************************************************************************************************************************
===================================================================================================================== */
/*# sourceMappingURL=style.css.map */