@charset "UTF-8";
/*---------------------------------------
基本設定
---------------------------------------*/
html,
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #2F2415;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.9px;
  margin: 0;
  background-color: #F9F8F1;
  line-height: 170%;
}
@media screen and (min-width:640px) {
  html,
body {
    font-size: 18px;
  }
}

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

img {
  max-width: 100%;
  height: auto;
}

.header {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width:640px) {
  .header {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .header {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.header h1 {
  margin-bottom: 0;
  cursor: pointer;
}
.header h1 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  width: 200px;
  height: 200px;
  z-index: 99999;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .header h1 a {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width:639px) {
  .header h1 a {
    width: 112px;
    height: 112px;
  }
}
.header h1 a:hover {
  opacity: 1;
}
.header h1 a img {
  z-index: 99999;
}
.headerInner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
}
@media screen and (min-width:1025px) {
  .headerInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1300px;
    height: 96px;
    margin-left: auto;
    margin-right: auto;
  }
}

section > div[class$=Inner] {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

section > div.narrow {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

section {
  padding: 16px;
}
@media screen and (min-width:640px) {
  section {
    padding: 32px;
  }
}
@media screen and (min-width:1025px) {
  section {
    padding: 32px;
  }
}

.contents .contact {
  margin-bottom: 0 !important;
  background: #41AE0F;
}
@media screen and (min-width:640px) {
  .contents .contact {
    padding-bottom: 60px;
  }
}
@media screen and (min-width:1025px) {
  .contents .contact {
    padding-top: 50px;
  }
}
@media screen and (max-width:1024px) {
  .contents .contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .contents .contact {
    padding-bottom: 64px;
  }
}
.contents .contact .h2-style {
  color: #fff;
}
@media screen and (min-width:640px) {
  .contents .contact .h2-style {
    margin-bottom: 24px;
  }
}
.contents .contact .h2-style small {
  color: #fff;
}
.contents .contact .h2-style:before {
  content: none;
}

@media screen and (min-width:640px) {
  .flex-between {
    gap: 10px;
  }
}
@media screen and (min-width:1025px) {
  .flex-between {
    gap: 20px;
  }
}
@media screen and (min-width:1400px) {
  .flex-between {
    gap: 48px;
  }
}
@media screen and (max-width:639px) {
  .flex-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.flex-between a {
  background-color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 12px;
}
@media screen and (min-width:1400px) {
  .flex-between a {
    gap: 24px;
    padding: 10px 30px;
  }
}
@media screen and (max-width:639px) {
  .flex-between a {
    height: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
    padding-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .flex-between a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 33%;
    padding-left: 0;
    padding-right: 0;
  }
}
.flex-between a .icon, .flex-between a .btn-burger .icon:after, .btn-burger .flex-between a .icon:after, .flex-between a .btn-burger .icon:before, .btn-burger .flex-between a .icon:before {
  width: 10%;
}
.flex-between a .icon img, .flex-between a .btn-burger .icon:after img, .btn-burger .flex-between a .icon:after img, .flex-between a .btn-burger .icon:before img, .btn-burger .flex-between a .icon:before img {
  margin-bottom: 0;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .flex-between a .icon, .flex-between a .btn-burger .icon:after, .btn-burger .flex-between a .icon:after, .flex-between a .btn-burger .icon:before, .btn-burger .flex-between a .icon:before {
    width: 14%;
  }
}
.flex-between a .txt {
  width: 90%;
}
@media screen and (max-width:639px) {
  .flex-between a .txt br {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .flex-between a .txt br {
    display: none;
  }
}
.flex-between a .info {
  font-size: 16px;
  margin-bottom: 3px;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .flex-between a .info {
    text-align: center;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
.flex-between a .primary {
  font-size: 24px;
}
.flex-between a .primary.tel {
  font-size: 28px;
  font-family: "Nunito Sans", sans-serif;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .flex-between a .primary {
    text-align: center;
    margin-bottom: 8px;
  }
}
.flex-between a small {
  color: #B9B3A5;
  font-weight: normal;
  font-size: 13px;
}
.flex-between a small span {
  font-size: 10px;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .flex-between a small {
    font-size: 11px;
    white-space: nowrap;
  }
}

.footer {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 28px;
  padding-bottom: 28px;
}
@media screen and (min-width:640px) {
  .footer {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .footer {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:640px) {
  .footer {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
@media screen and (min-width:1025px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footerInner {
  max-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:639px) {
  .footerInner {
    display: block;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .footerInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footerInfo {
  font-size: 15px;
}
.footerInfo h3 {
  margin-bottom: 16px;
  font-size: 15px;
}
@media screen and (max-width:639px) {
  .footerInfo {
    font-size: 13px;
  }
}
.footerInfo p {
  margin-bottom: 12px;
  font-weight: normal;
}
.footerInfo strong {
  background-color: #B9B3A5;
  color: #fff;
  border-radius: 4px;
  padding: 2px 8px;
  margin-right: 8px;
  display: inline-block;
  width: 5em;
  text-align: center;
}
@media screen and (max-width:639px) {
  .footerInfo span {
    display: block;
    margin-top: 10px;
  }
}
.footerRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footerNav {
  display: none;
}
@media screen and (min-width:1025px) {
  .footerNav {
    display: block;
  }
}
.footerNav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footerNav ul li a {
  font-size: 15px;
  margin-left: 25px;
  white-space: nowrap;
}
@media screen and (min-width:1025px) {
  .footerNav ul li a {
    margin-left: 12px;
  }
}
@media screen and (min-width:1400px) {
  .footerNav ul li a {
    margin-left: 25px;
  }
}
@media screen and (min-width:1025px) {
  .footerNav .gnavContact a {
    width: 140px;
  }
}
@media screen and (min-width:1400px) {
  .footerNav .gnavContact a {
    width: 180px;
  }
}
.footer .copyright {
  display: block;
  padding-bottom: 16px;
  text-align: right;
  font-weight: normal;
  color: #41AE0F;
}
.footer .copyright a {
  color: #41AE0F;
}

/*---------------------------------------
グロナビ
---------------------------------------*/
.gnav {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  width: 100%;
  height: 100%;
  transition: 0.5s ease-out;
  overflow: auto;
}
@media screen and (min-width:1025px) {
  .gnav {
    height: 96px;
    position: relative;
    left: auto;
  }
}
@media screen and (min-width:1025px) {
  .gnav ul.nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.nav-toggle:checked ~ .gnav {
  left: 0;
  pointer-events: auto;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .gnav {
    background: transparent;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    z-index: 99999999;
  }
  .gnav ul.nav-list {
    background-color: #fff;
    padding-top: 64px;
  }
  .gnav ul.nav-list li {
    border-top: 1px solid #EAE6DD;
    padding-left: 32px;
    padding-right: 32px;
  }
  .gnav ul.nav-list li:last-child {
    border-bottom: 1px solid #EAE6DD;
  }
  .gnav ul.nav-list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .gnav ul.nav-list li a:after {
    content: url(/assets/img/cmn/arrow_p_right.svg);
    margin-left: auto;
  }
}
@media screen and (min-width:1025px) {
  .gnav {
    overflow: hidden;
  }
  .gnav ul.nav-list li {
    margin-left: 20px;
    height: 96px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gnav ul.nav-list li a {
    font-size: 17px;
  }
  .gnavContact a {
    background-color: #41AE0F;
    display: block;
    color: #fff;
  }
  .gnavContact a:hover {
    color: #fff;
  }
  .gnavContact a:after {
    content: url(/assets/img/cmn/arrow_w_right.svg);
    margin-left: 5px;
  }
}
@media screen and (min-width:1025px) and (min-width:1025px) {
  .gnavContact a {
    margin-left: 12px;
    height: 46px;
    width: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
  }
}
/*---------------------------------------
ハンバーガーメニュー
---------------------------------------*/
.btn-burger {
  background-color: #41AE0F;
  cursor: pointer;
  display: block;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999999;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.btn-burger .icon, .btn-burger .icon:after, .btn-burger .icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 27px;
  background-color: #fff;
  cursor: pointer;
  margin: auto;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.btn-burger .icon:before {
  top: 9px;
  margin: 0;
}
.btn-burger .icon:after {
  top: -9px;
  margin: 0;
}
@media screen and (min-width:1025px) {
  .btn-burger {
    display: none;
  }
}

.nav-toggle {
  display: none;
}
.nav-toggle:checked ~ .btn-burger {
  background-color: #41AE0F;
  background-color: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon, .nav-toggle:checked ~ .btn-burger .icon:before, .nav-toggle:checked ~ .btn-burger .icon:after {
  background-color: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon:before {
  background-color: #41AE0F;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}
.nav-toggle:checked ~ .btn-burger .icon:after {
  background-color: #41AE0F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

@media screen and (min-width:640px) {
  .flex-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.flex-between > div {
  width: 100%;
}
@media screen and (max-width:639px) {
  .flex-between > div {
    margin-bottom: 16px;
  }
}
@media screen and (max-width:639px) {
  .flex-between {
    margin-bottom: 32px;
  }
  .flex-between img {
    width: 100%;
    margin-bottom: 16px;
  }
}

@media screen and (min-width:640px) {
  .flex-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-column-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-reverse > div:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
.flex-grid .flex-item {
  width: calc((100% - 60px) / 3);
  background-color: #ccc;
}

@media not all and (min-width: 768px) {
  .item {
    width: 100%;
  }
}
h2, h3, h4 {
  line-height: 140%;
}

.h2-style {
  font-size: 48px;
  margin-bottom: 60px;
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #2F2415;
  font-size: 48px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:639px) {
  .h2-style {
    font-size: 36px;
  }
}
.h2-style small {
  font-size: 17px;
  display: block;
}
@media screen and (max-width:639px) {
  .h2-style small {
    font-size: 12.75px;
  }
}
.h2-style small {
  margin-bottom: 0;
}
@media screen and (max-width:639px) {
  .h2-style {
    margin-bottom: 36px;
  }
  .h2-style small {
    margin-bottom: 0;
  }
}
.h2-style small {
  color: #41AE0F;
  letter-spacing: 1.7px;
  line-height: 32px;
}
.h2-style:before {
  content: "";
  display: block;
  background: #41AE0F;
  width: 2px;
  height: 48px;
  margin-bottom: 8px;
}

h3 {
  font-size: 32px;
  margin-bottom: 18px;
  letter-spacing: 0.12rem;
}
@media screen and (max-width:639px) {
  h3 {
    font-size: 24px;
    margin-bottom: 14.4px;
  }
}

.lower .h3-style {
  text-align: center;
  font-size: 35px;
}
@media screen and (max-width:1024px) {
  .lower .h3-style {
    font-size: 30px;
  }
}

.h4-style {
  color: #41AE0F;
  font-size: 26px;
  margin-bottom: 24px;
  border-bottom: 2px solid #41AE0F;
  padding-bottom: 0.4em;
}

/*---------------------------------------
links
---------------------------------------*/
a {
  color: #2F2415;
  text-decoration: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
a img {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

a:hover {
  color: #958181;
  opacity: 0.8;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}

a.link-text {
  color: #41AE0F;
  position: relative;
}
a.link-text::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #41AE0F;
  border-right: 2px solid #41AE0F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

a[class^=btn] {
  background-color: #fff;
  color: #41AE0F;
  border: 1px solid #41AE0F;
  font-family: "Nunito Sans", sans-serif;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
a[class^=btn]:hover {
  text-decoration: none;
}
@media screen and (max-width:639px) {
  a[class^=btn] {
    font-size: 13px;
  }
}
a[class^=btn].accent {
  font-size: 17px;
  font-weight: bold;
  margin: 30px 0;
  padding: 12px 56px;
  height: auto;
  line-height: auto;
}
a[class^=btn].accent:before {
  background-position: right 24px center;
}
a[class^=btn].black {
  border: none;
  background-color: #2F2415;
  color: #fff;
}
a[class^=btn].black:after {
  content: url(/assets/img/cmn/arrow_w_right.svg);
  position: relative;
  top: 0px;
}

.btn {
  padding: 0 24px;
  text-align: center;
}
.btn:after {
  display: inline-block;
  content: url(/assets/img/cmn/arrow_p_right.svg);
  position: relative;
  top: 2px;
  margin-left: 8px;
}
.btn.back:after {
  content: none;
}
.btn.back:before {
  background-image: none;
  display: inline-block;
  content: url(/assets/img/cmn/arrow_p_right.svg);
  position: relative;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  top: 2px;
  margin-right: 8px;
}

/*---------------------------------------
table
---------------------------------------*/
.table-style {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  margin: 0.5em 0;
}
.table-style th {
  background-color: #41AE0F;
  color: #ffffff;
  text-align: center;
  padding: 12px 8px;
}
.table-style td {
  background-color: #ffffff;
  text-align: left;
  padding: 12px 8px;
}
.table-style .nowrap {
  white-space: nowrap;
}
@media screen and (min-width:640px) {
  .table-style th {
    padding-left: 24px;
    padding-right: 24px;
  }
  .table-style td {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/*---------------------------------------
list
---------------------------------------*/
ul {
  padding-left: 0;
  list-style: none;
}

.listNormal li {
  padding: 4px 8px 4px 15px;
  line-height: 2;
  position: relative;
}
.listNormal li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #41AE0F;
  position: absolute;
  top: 16px;
  left: 0;
  margin: auto;
}

.note {
  background: #eee;
  padding: 0 40px;
  border-radius: 20px;
  font-size: 13px;
  color: #888;
  max-height: 300px;
  overflow-y: scroll;
}

.attention {
  color: #b54444;
  font-size: 13px;
  border: 2px dotted #b54444;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.bg-p {
  background-color: #41AE0F;
}
.bg-p .h2-style {
  color: #fff;
}

.bg-s {
  background-color: #EBFBFF;
}

.bg-w {
  background-color: #fff;
}

/*---------------------------------------
text/fonts
---------------------------------------*/
.txtC {
  text-align: center;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.strong {
  font-weight: bold;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f8f472));
  background: -webkit-linear-gradient(transparent 60%, #f8f472 60%);
  background: linear-gradient(transparent 60%, #f8f472 60%);
  font-weight: bold;
}

.big {
  font-size: 112%;
}

.small {
  font-size: 85%;
}

.weak {
  color: #2F2415;
}

span.nowrap {
  white-space: nowrap;
}

/*---------------------------------------
layout
---------------------------------------*/
.img1 img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width:640px) {
  .img1 img {
    height: 320px;
  }
}
@media screen and (min-width:1025px) {
  .img1 img {
    width: 1024px;
    height: 400px;
  }
}
@media screen and (min-width:1025px) {
  .img1 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img2,
.img3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.img2 img,
.img3 img {
  width: calc(50% - 1px);
  height: 144px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 1px;
}
.img2 img:last-child,
.img3 img:last-child {
  width: 50%;
  margin-right: 0;
}
@media screen and (min-width:640px) {
  .img2 img,
.img3 img {
    height: 280px;
  }
}
@media screen and (min-width:1025px) {
  .img2 img,
.img3 img {
    width: 512px;
    height: 320px;
  }
}
@media screen and (min-width:1025px) {
  .img2,
.img3 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img3 img {
  width: calc(33.3% - 1px);
}
.img3 img:last-child {
  width: 33.3%;
}
@media screen and (min-width:640px) {
  .img3 img {
    height: 240px;
  }
}
@media screen and (min-width:1025px) {
  .img3 img {
    width: 33.3%;
    height: 280px;
  }
}
@media screen and (min-width:1025px) {
  .img3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}

.opT {
  -o-object-position: 50% 0;
  object-position: 50% 0;
}

.opB {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.full-width {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
}

.bg-gray {
  background-color: #ffffff;
  padding: 24px;
}
@media screen and (min-width:640px) {
  .bg-gray {
    padding: 24px 64px;
  }
}

.waku-box {
  border: 2px solid #E5DDD3;
  padding: 24px;
  border-radius: 16px;
}

hr {
  border: none;
  background-color: #ffffff;
  border-width: 2px 0 0 0;
  border-top: 1px solid;
  border-color: #2F2415;
}

/*---------------------------------------
misc
---------------------------------------*/
.pc {
  display: none;
}
@media screen and (min-width:640px) {
  .pc {
    display: inherit;
  }
}

.sp {
  display: inherit;
}
@media screen and (min-width:640px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width:640px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}/*# sourceMappingURL=style.css.map */