@charset "UTF-8";
/*-------------------------------------------
 variable
-------------------------------------------*/
/***  color  ***/
/***  font-size  ***/
/***  screen  ***/
/***  font(NotoSansJP)  ***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/***  point  ***/
/*-------------------------------------------
 reset
-------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, button, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
main {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

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

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none !important;
  border-radius: 0; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/*-------------------------------------------
  style
-------------------------------------------*/
/***  tag  ***/
html {
  font-size: 62.5%; }
  @media screen and (max-width: 960px) {
    html {
      font-size: 57.5%; } }
  @media screen and (max-width: 740px) {
    html {
      font-size: 52.5%; } }

body {
  background-color: #ffffff;
  font-family: 'Noto Sans JP','游ゴシック Medium',YuGothic,YuGothicM,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 1.5rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
  position: relative; }

article {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.0rem;
  padding-right: 2.0rem; }
  @media screen and (max-width: 960px) {
    article {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media screen and (max-width: 340px) {
    article {
      padding-left: 1.0rem;
      padding-right: 1.0rem; } }

h1, h2, h3, h4, h5 {
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }

p {
  font-size: 1.5rem;
  text-align: justify;
  line-height: 1.8; }
  p b {
    font-weight: 700; }
  p i {
    color: #EC1212;
    font-style: normal; }
  p a {
    font-weight: 700;
    color: #62BC01; }

u {
  text-decoration: none; }

img {
  height: auto; }

a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }
  a:hover {
    opacity: 0.6;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
    @media screen and (max-width: 740px) {
      a:hover {
        opacity: 1.0; } }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul li {
    list-style-type: inherit; }

button {
  background: none;
  border: none;
  padding: 0; }

/***  one point  ***/
.mt-05 {
  margin-top: -0.5rem; }

.mt-10 {
  margin-top: -1.0rem; }

.mt-15 {
  margin-top: -1.5rem; }

.mt-20 {
  margin-top: -2.0rem; }

.mt-25 {
  margin-top: -2.5rem; }

.mt-30 {
  margin-top: -3.0rem; }

.mt-35 {
  margin-top: -3.5rem; }

.mt-40 {
  margin-top: -4.0rem; }

.mt-45 {
  margin-top: -4.5rem; }

.mt-50 {
  margin-top: -5.0rem; }

.mt00 {
  margin-top: 0; }

.mt05 {
  margin-top: 0.5rem; }

.mt10 {
  margin-top: 1.0rem; }

.mt15 {
  margin-top: 1.5rem; }

.mt20 {
  margin-top: 2.0rem; }

.mt25 {
  margin-top: 2.5rem; }

.mt30 {
  margin-top: 3.0rem; }

.mt35 {
  margin-top: 3.5rem; }

.mt40 {
  margin-top: 4.0rem; }

.mt45 {
  margin-top: 4.5rem; }

.mt50 {
  margin-top: 5.0rem; }

.tl {
  text-align: left !important; }

.tc {
  text-align: center !important; }

.tr {
  text-align: right !important; }

/***  header  ***/
header {
  width: 100%; }
  header.nav-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 960px) {
      header.nav-top {
        display: none; } }
    header.nav-top .left {
      width: 100%; }
      header.nav-top .left h1 {
        background-color: #2A7601;
        color: #ffffff;
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 1.2;
        width: calc(100% - 5.0rem);
        height: 2.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left: 2.0rem;
        padding-right: 2.0rem;
        position: relative; }
        header.nav-top .left h1::after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 2.5rem 2.5rem 0;
          border-color: transparent transparent #2A7601 transparent;
          position: absolute;
          right: -2.5rem;
          bottom: 0; }
    header.nav-top .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      header.nav-top .right a {
        color: #ffffff;
        font-size: 1.5rem;
        font-weight: 700;
        -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt";
        white-space: pre;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 4.0rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 0.2rem;
        position: relative; }
        header.nav-top .right a::before {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 4.0rem 0 0 4.0rem;
          position: absolute;
          top: 0;
          left: -3.9rem; }
        header.nav-top .right a::after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 4.0rem 4.0rem 0;
          position: absolute;
          top: 0;
          right: -3.9rem; }
        header.nav-top .right a img {
          margin-right: 0.8rem; }
        header.nav-top .right a.order {
          background-color: #EC1212;
          margin-right: 3.9rem; }
          header.nav-top .right a.order::before {
            border-color: #EC1212 transparent transparent transparent; }
          header.nav-top .right a.order::after {
            border-color: transparent transparent #EC1212 transparent; }
        header.nav-top .right a.access {
          background-color: #FF8100;
          padding-right: 2.5rem; }
          header.nav-top .right a.access::before {
            border-color: #FF8100 transparent transparent transparent; }
          header.nav-top .right a.access::after {
            content: none; }
  header.nav-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    border-bottom: 1px solid #EDEFE9;
    padding-left: 2.0rem;
    padding-right: 2.0rem; }
    @media screen and (max-width: 960px) {
      header.nav-bottom {
        display: none; } }
    header.nav-bottom .left h2 {
      width: 180px;
      position: relative;
      top: -0.4rem; }
      header.nav-bottom .left h2 a {
        display: block; }
      header.nav-bottom .left h2 img {
        width: 100%; }
    header.nav-bottom .right ul.menu-simple {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      header.nav-bottom .right ul.menu-simple li {
        margin-left: 1.5rem;
        margin-right: 1.5rem; }
        header.nav-bottom .right ul.menu-simple li.current-menu-item a::after {
          background-color: #62BC01; }
        header.nav-bottom .right ul.menu-simple li a {
          color: #261A0C;
          font-size: 1.5rem;
          font-weight: 700;
          line-height: 1.0;
          display: block;
          padding-left: 0.5rem;
          padding-right: 0.5rem;
          padding-bottom: 1.0rem;
          position: relative; }
          header.nav-bottom .right ul.menu-simple li a::after {
            content: '';
            background-color: #ffffff;
            width: 100%;
            height: 0.5rem;
            border-top-left-radius: 0.3rem;
            border-top-right-radius: 0.3rem;
            position: absolute;
            bottom: 0;
            left: 0; }
  header.nav-sp {
    display: none; }
    @media screen and (max-width: 960px) {
      header.nav-sp {
        display: block;
        padding-top: 6.0rem; } }
    header.nav-sp .board {
      background-color: #ffffff;
      width: 100%;
      height: 6.0rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 1.5rem;
      -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
              box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
      border-bottom: 1px solid #EDEFE9;
      position: fixed;
      z-index: 999;
      top: 0; }
      header.nav-sp .board .left {
        width: 150px; }
        header.nav-sp .board .left img {
          width: 100%; }
      header.nav-sp .board .right {
        width: calc(100% - 150px);
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        header.nav-sp .board .right .icon-btn {
          height: 100%;
          margin-left: 1.5rem; }
          @media screen and (max-width: 740px) {
            header.nav-sp .board .right .icon-btn {
              margin-left: 1.0rem; } }
          header.nav-sp .board .right .icon-btn a {
            font-size: 1.2rem;
            font-weight: 500;
            -webkit-font-feature-settings: "palt";
                    font-feature-settings: "palt";
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            padding-bottom: 0.8rem; }
            header.nav-sp .board .right .icon-btn a img {
              padding-bottom: 0.5rem; }
            @media screen and (max-width: 340px) {
              header.nav-sp .board .right .icon-btn a span {
                display: none; } }
        header.nav-sp .board .right .icon-menu {
          display: none;
          background-color: #62BC01;
          width: 6.4rem;
          height: 6.0rem;
          padding: 1.0rem 1.0rem 2.5rem;
          border-radius: 0.2rem;
          margin-left: 2.0rem;
          cursor: pointer;
          z-index: 999;
          position: relative; }
          @media screen and (max-width: 960px) {
            header.nav-sp .board .right .icon-menu {
              display: block; } }
          @media screen and (max-width: 740px) {
            header.nav-sp .board .right .icon-menu {
              margin-left: 1.0rem; } }
          header.nav-sp .board .right .icon-menu::after {
            content: 'メニュー';
            font-size: 1.2rem;
            color: #ffffff;
            left: 0;
            text-align: center;
            word-break: keep-all;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            margin-top: 0.5rem; }
          header.nav-sp .board .right .icon-menu.open .menu span.line-1 {
            bottom: 0;
            margin: auto;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }
          header.nav-sp .board .right .icon-menu.open .menu span.line-2 {
            opacity: 0.0;
            left: 6.0rem; }
          header.nav-sp .board .right .icon-menu.open .menu span.line-3 {
            top: 0;
            margin: auto;
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg); }
          header.nav-sp .board .right .icon-menu .menu {
            position: relative;
            width: 100%;
            height: 100%; }
            header.nav-sp .board .right .icon-menu .menu span {
              background-color: #ffffff;
              display: block;
              width: 100%;
              height: 0.4rem;
              position: absolute;
              right: 0;
              -webkit-transition: all ease-out .3s;
              transition: all ease-out .3s; }
              header.nav-sp .board .right .icon-menu .menu span.line-1 {
                top: 0; }
              header.nav-sp .board .right .icon-menu .menu span.line-2 {
                opacity: 1.0;
                top: calc(50% - 0.2rem); }
              header.nav-sp .board .right .icon-menu .menu span.line-3 {
                bottom: 0; }
    header.nav-sp .menu-sp {
      display: none;
      background-color: #ffffff;
      width: 100%;
      height: calc(100% - 6.0rem);
      position: fixed;
      z-index: 999;
      top: 6.0rem;
      overflow: auto; }
      header.nav-sp .menu-sp ul.menu-all {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        header.nav-sp .menu-sp ul.menu-all li {
          width: 100%;
          border-bottom: 1px solid #F1F4ED; }
          header.nav-sp .menu-sp ul.menu-all li a {
            color: #261A0C;
            font-size: 1.6rem;
            font-weight: 500;
            text-align: left;
            display: block;
            padding: 2.0rem 5.0rem 2.0rem 2.0rem;
            position: relative; }
            header.nav-sp .menu-sp ul.menu-all li a::after {
              content: '';
              width: 10px;
              height: 10px;
              border-top: solid 2px #62BC01;
              border-right: solid 2px #62BC01;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg);
              position: absolute;
              top: calc(50% - 5px);
              right: 2.5rem; }
      header.nav-sp .menu-sp .address {
        padding: 2.0rem; }
        header.nav-sp .menu-sp .address h2 {
          margin-bottom: 0.5rem; }
          header.nav-sp .menu-sp .address h2 a {
            display: block; }
        header.nav-sp .menu-sp .address p {
          font-size: 1.2rem;
          line-height: 1.4; }
        header.nav-sp .menu-sp .address .exit {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          border-radius: 100%;
          padding-top: 1.0rem; }
          header.nav-sp .menu-sp .address .exit span {
            background-color: #cccccc;
            color: #ffffff;
            font-size: 2rem;
            font-weight: 400;
            width: 100%;
            height: 60px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            border-radius: 0.4rem;
            cursor: pointer; }

/***  footer  ***/
footer {
  width: 100%;
  padding-top: 10.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 740px) {
    footer {
      padding-top: 5.0rem; } }
  footer h2 {
    width: 200px;
    margin-bottom: 0.5rem; }
    footer h2 img {
      width: 100%; }
  footer p {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 5.5rem; }
    @media screen and (max-width: 740px) {
      footer p {
        margin-bottom: 4.0rem; } }
  footer ul.menu-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.0rem; }
    @media screen and (max-width: 740px) {
      footer ul.menu-footer {
        display: none; } }
    footer ul.menu-footer li {
      padding-left: 2.0rem;
      padding-right: 2.0rem;
      border-right: 1px solid #261A0C; }
      @media screen and (max-width: 960px) {
        footer ul.menu-footer li {
          padding-left: 1.0rem;
          padding-right: 1.0rem; } }
      footer ul.menu-footer li:nth-last-of-type(1) {
        border-right: none; }
      footer ul.menu-footer li a {
        color: #261A0C;
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 1.2; }
  footer small {
    background-color: #2A7601;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.0rem;
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }

/***  common class  ***/
.band {
  background-image: url("./../img/common/bk_02.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  padding-left: 2.0rem;
  padding-right: 2.0rem; }
  @media screen and (max-width: 960px) {
    .band {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media screen and (max-width: 340px) {
    .band {
      padding-left: 1.0rem;
      padding-right: 1.0rem; } }
  .band .deco {
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3.5rem;
    margin-bottom: 0.5rem; }
  .band h1 {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0px 0px 3px #ffffff, 0px 0px 3px #ffffff;
    padding-bottom: 3.5rem; }

ul.bread {
  width: 100%;
  max-width: 1040px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.0rem auto;
  padding-left: 2.0rem;
  padding-right: 2.0rem; }
  @media screen and (max-width: 960px) {
    ul.bread {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media screen and (max-width: 340px) {
    ul.bread {
      padding-left: 1.0rem;
      padding-right: 1.0rem; } }
  ul.bread li {
    font-size: 1.2rem;
    line-height: 1.4;
    padding-right: 2.5rem;
    margin-bottom: 0.5rem;
    position: relative; }
    ul.bread li:nth-last-of-type(1)::after {
      content: none; }
    ul.bread li::after {
      content: '';
      width: 4px;
      height: 4px;
      border-top: solid 2px #432F2F;
      border-right: solid 2px #432F2F;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: calc(50% - 3px);
      right: 1.25rem; }
    ul.bread li a {
      color: #62BC01;
      font-weight: 700; }

.deco {
  color: #1D939E;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  margin-top: 8.0rem;
  margin-bottom: 1.0rem; }

.headline {
  text-align: center;
  margin-bottom: 2.5rem; }
  .headline b {
    font-size: 2.2rem;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.1rem;
    display: inline-block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    border-top: 4px solid #FF8100;
    position: relative; }
    @media screen and (max-width: 960px) {
      .headline b {
        font-size: 2rem; } }

.head {
  margin-top: 5.0rem;
  margin-bottom: 2.0rem; }
  @media screen and (max-width: 740px) {
    .head {
      margin-top: 4.0rem; } }
  .head b {
    color: #261A0C;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.1rem;
    display: inline-block;
    border-bottom: 4px solid #FF8100;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.0rem; }

.subhead {
  color: #261A0C;
  font-weight: 700;
  line-height: 1.2;
  padding: 1.0rem 0.5rem 1.5rem;
  margin-bottom: 1.5rem;
  position: relative; }
  .subhead::after {
    content: '';
    background-color: #FF8100;
    background-image: repeating-linear-gradient(-45deg, #ffffff, #ffffff 5px, transparent 0, transparent 10px);
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.25; }

.title {
  color: #2A7601;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 2.0rem;
  margin-bottom: 1.0rem; }

.subtitle {
  color: #261A0C;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 2.0rem;
  margin-bottom: 1.5rem; }

.copy {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 1.5rem; }
  @media screen and (max-width: 960px) {
    .copy {
      font-size: 2rem; } }
  @media screen and (max-width: 740px) {
    .copy {
      margin-bottom: 1.0rem; } }
  .copy.futi {
    text-shadow: 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff; }
  .copy span {
    display: block; }
    @media screen and (max-width: 740px) {
      .copy span {
        display: inline-block; } }

.kome {
  font-size: 1.4rem;
  line-height: 1.4;
  padding-left: 2.0rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative; }
  .kome::before {
    content: '※';
    color: #333333;
    font-size: 1.4rem;
    line-height: 1.4;
    position: absolute;
    top: 0;
    left: 0; }
  .kome b {
    font-weight: 500; }
  .kome a {
    color: #62BC01;
    font-weight: 700; }

.wide {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }
  .wide .content {
    width: 100%;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.0rem;
    padding-right: 2.0rem; }
    @media screen and (max-width: 960px) {
      .wide .content {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    @media screen and (max-width: 340px) {
      .wide .content {
        padding-left: 1.0rem;
        padding-right: 1.0rem; } }

.cutting-wrap {
  background-image: url("./../img/common/bk_01.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%; }

.goods-wrap {
  background-color: #F1F4ED;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 4.0rem; }

.frame {
  color: #EC1212;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 3.0rem;
  margin-top: 1.0rem;
  margin-bottom: 1.0rem;
  border: 1px solid #F1F4ED;
  border-radius: 0.4rem; }
  .frame sub {
    font-size: 1.4rem;
    font-weight: 700;
    padding-right: 2.0rem; }
  .frame span {
    font-size: 2rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .frame span b {
      font-size: 3.2rem;
      font-weight: 900; }

.comb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .comb.ptn01 {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding: 3.0rem 2.0rem; }
    @media screen and (max-width: 740px) {
      .comb.ptn01 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 1.5rem 1.5rem 1.5rem 1.5rem; } }
    .comb.ptn01 .left {
      width: 320px; }
      @media screen and (max-width: 740px) {
        .comb.ptn01 .left {
          width: 100%;
          margin-bottom: 1.0rem; } }
      .comb.ptn01 .left h2 {
        background-image: url(./../img/common/img_cutting_02.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%; }
        @media screen and (max-width: 740px) {
          .comb.ptn01 .left h2 {
            height: 120px; } }
        @media screen and (max-width: 340px) {
          .comb.ptn01 .left h2 {
            height: 100px; } }
        .comb.ptn01 .left h2 img {
          width: 100%; }
    .comb.ptn01 .right {
      width: calc(100% - 320px);
      padding-left: 3.0rem; }
      @media screen and (max-width: 740px) {
        .comb.ptn01 .right {
          width: 100%;
          padding-left: 0; } }
      .comb.ptn01 .right p {
        font-size: 1.4rem;
        line-height: 1.8; }
        .comb.ptn01 .right p.btn03 {
          margin-bottom: 5.0rem; }
  .comb.ptn02 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin-top: 5.0rem; }
    @media screen and (max-width: 740px) {
      .comb.ptn02 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .comb.ptn02 .left {
      width: 600px; }
      @media screen and (max-width: 960px) {
        .comb.ptn02 .left {
          width: 55%; } }
      @media screen and (max-width: 740px) {
        .comb.ptn02 .left {
          width: 100%; } }
    .comb.ptn02 .right {
      width: calc(100% - 600px);
      padding-left: 4.0rem; }
      @media screen and (max-width: 960px) {
        .comb.ptn02 .right {
          width: 45%; } }
      @media screen and (max-width: 740px) {
        .comb.ptn02 .right {
          width: 100%;
          padding-left: 0; } }
      .comb.ptn02 .right .head b {
        width: 100%; }
      .comb.ptn02 .right h3 {
        color: #2A7601;
        font-size: 1.4rem;
        font-weight: 700;
        margin-top: 2.5rem; }
      .comb.ptn02 .right .desc {
        background-color: #FFFEF0;
        font-size: 1.4rem;
        line-height: 1.6;
        padding: 1.5rem 2.0rem;
        margin-bottom: 1.5rem; }
      .comb.ptn02 .right p.kome {
        font-size: 1.2rem; }
  .comb.ptn03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .comb.ptn03 .left {
      width: 50%;
      padding-right: 2.0rem; }
      @media screen and (max-width: 740px) {
        .comb.ptn03 .left {
          width: 100%;
          padding-right: 0; } }
    .comb.ptn03 .right {
      width: 50%;
      padding-left: 2.0rem; }
      @media screen and (max-width: 740px) {
        .comb.ptn03 .right {
          width: 100%;
          padding-left: 0; } }
    .comb.ptn03 figure {
      margin-top: 1.0rem;
      margin-bottom: 1.0rem; }
  .comb .left .roll {
    background-image: url(./../img/common/img_goods_01.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 260px;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    position: relative;
    left: 20px; }
    @media screen and (max-width: 740px) {
      .comb .left .roll {
        -webkit-transform: none;
                transform: none;
        width: 100%;
        height: 120px;
        left: auto; } }
    @media screen and (max-width: 340px) {
      .comb .left .roll {
        height: 100px; } }
    .comb .left .roll img {
      width: 100%; }
  .comb figure img {
    width: 100%; }

.list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .list.ptn01 {
    max-width: 1040px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1.0rem auto 0;
    padding-left: 2.0rem;
    padding-right: 2.0rem; }
    @media screen and (max-width: 960px) {
      .list.ptn01 {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    @media screen and (max-width: 340px) {
      .list.ptn01 {
        padding-left: 1.0rem;
        padding-right: 1.0rem; } }
    .list.ptn01 figure {
      width: calc(25% - 0.75rem);
      margin-right: 1.0rem;
      margin-bottom: 1.0rem;
      background-color: #EDEFE9; }
      @media screen and (max-width: 740px) {
        .list.ptn01 figure {
          width: 50%;
          margin-right: 0; } }
      @media screen and (max-width: 740px) {
        .list.ptn01 figure:nth-of-type(odd) {
          padding-right: 0.5rem; } }
      @media screen and (max-width: 740px) {
        .list.ptn01 figure:nth-of-type(even) {
          padding-left: 0.5rem; } }
      .list.ptn01 figure:nth-of-type(4n) {
        margin-right: 0; }
    .list.ptn01 a {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      display: block; }
    .list.ptn01 figcaption {
      display: none; }
      .list.ptn01 figcaption.caption {
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.4;
        display: block;
        margin-top: 0.5rem;
        margin-bottom: 1.0rem; }
  .list.ptn02 {
    max-width: 1040px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1.0rem auto; }
    .list.ptn02 a {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      display: block;
      width: 100%;
      background-color: #EDEFE9; }
    .list.ptn02 figure {
      width: calc(25% - 1.125rem);
      margin-right: 1.5rem;
      margin-bottom: 1.0rem;
      position: relative; }
      @media screen and (max-width: 740px) {
        .list.ptn02 figure {
          width: 50%;
          margin-right: 0; } }
      @media screen and (max-width: 740px) {
        .list.ptn02 figure:nth-of-type(odd) {
          padding-right: 0.5rem; } }
      @media screen and (max-width: 740px) {
        .list.ptn02 figure:nth-of-type(even) {
          padding-left: 0.5rem; } }
      .list.ptn02 figure:nth-of-type(4n) {
        margin-right: 0; }
    .list.ptn02 figcaption {
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 1.4;
      display: block;
      margin-top: 0.5rem;
      margin-bottom: 1.0rem; }
  .list.ptn03 {
    max-width: 1040px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1.0rem auto 0;
    padding-left: 2.0rem;
    padding-right: 2.0rem; }
    @media screen and (max-width: 740px) {
      .list.ptn03 {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    @media screen and (max-width: 340px) {
      .list.ptn03 {
        padding-left: 1.0rem;
        padding-right: 1.0rem; } }
    .list.ptn03 figure {
      width: 140px;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      margin-bottom: 1.0rem; }
      @media screen and (max-width: 740px) {
        .list.ptn03 figure {
          width: calc(33.3% - 0.6rem);
          padding-left: 0;
          padding-right: 0;
          margin-right: 0.9rem;
          margin-bottom: 0.9rem; } }
      @media screen and (max-width: 740px) {
        .list.ptn03 figure:nth-of-type(3n) {
          margin-right: 0; } }
      .list.ptn03 figure figcaption {
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 1.4;
        word-break: break-all;
        margin-top: 0.5rem;
        margin-bottom: 1.0rem; }
      .list.ptn03 figure a {
        display: block; }
      .list.ptn03 figure img {
        border: 1px solid #F1F4ED;
        border-radius: 2rem; }
  .list.ptn04 {
    max-width: 1040px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1.0rem auto; }
    .list.ptn04 .wrap {
      width: calc(20% - 1.2rem);
      margin-right: 1.5rem;
      margin-bottom: 2.0rem; }
      @media screen and (max-width: 960px) {
        .list.ptn04 .wrap {
          width: calc(25% - 1.125rem); } }
      @media screen and (max-width: 740px) {
        .list.ptn04 .wrap {
          width: 50%;
          margin-right: 0; } }
      @media screen and (max-width: 740px) {
        .list.ptn04 .wrap:nth-of-type(odd) {
          padding-right: 0.5rem; } }
      @media screen and (max-width: 740px) {
        .list.ptn04 .wrap:nth-of-type(even) {
          padding-left: 0.5rem; } }
      @media screen and (max-width: 960px) {
        .list.ptn04 .wrap:nth-of-type(4n) {
          margin-right: 0; } }
      .list.ptn04 .wrap:nth-of-type(5n) {
        margin-right: 0; }
        @media screen and (max-width: 960px) {
          .list.ptn04 .wrap:nth-of-type(5n) {
            margin-right: 1.5rem; } }
        @media screen and (max-width: 740px) {
          .list.ptn04 .wrap:nth-of-type(5n) {
            margin-right: 0; } }
    .list.ptn04 a {
      display: block; }
    .list.ptn04 figure {
      margin-bottom: 0.5rem;
      position: relative; }
      .list.ptn04 figure .cat {
        background-color: #4C59A1;
        -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt";
        color: #ffffff;
        font-size: 1.2rem;
        padding: 0.5rem 1.0rem;
        position: absolute;
        bottom: 0;
        left: 0; }
    .list.ptn04 figcaption {
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 1.4;
      display: block;
      margin-top: 0.5rem;
      margin-bottom: 1.0rem; }
    .list.ptn04 h4 {
      font-size: 1.2rem;
      font-weight: 500;
      line-height: 1.4;
      margin-bottom: 0.5rem; }
    .list.ptn04 .price {
      color: #EC1212;
      font-size: 1.2rem;
      -webkit-font-feature-settings: "palt";
              font-feature-settings: "palt";
      font-weight: 500;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media screen and (max-width: 340px) {
        .list.ptn04 .price {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: baseline;
              -ms-flex-align: baseline;
                  align-items: baseline; } }
      .list.ptn04 .price sub {
        color: #333333;
        font-size: 1.3rem;
        margin-right: 1.0rem; }
        @media screen and (max-width: 740px) {
          .list.ptn04 .price sub {
            font-size: 1.2rem;
            margin-right: 0.5rem; } }
        @media screen and (max-width: 340px) {
          .list.ptn04 .price sub {
            text-align: center;
            width: 100%;
            margin-bottom: 0.5rem; } }
      .list.ptn04 .price b {
        font-size: 2rem;
        font-weight: 700; }
        @media screen and (max-width: 340px) {
          .list.ptn04 .price b {
            font-size: 1.8rem; } }
  .list img {
    width: 100%; }

ul.list-flow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  ul.list-flow li {
    margin-bottom: 2.0rem;
    position: relative; }
    ul.list-flow li:nth-last-of-type(1)::after {
      content: none; }
    ul.list-flow li::after {
      content: '';
      left: calc(50% - 100px);
      width: 0;
      height: 0;
      border-left: 100px solid transparent;
      border-right: 100px solid transparent;
      border-top: 20px solid #F5FAFF;
      position: absolute;
      bottom: -20px; }
    ul.list-flow li h3 {
      background-color: #F5FAFF;
      line-height: 1.2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0.5rem;
      padding: 2.0rem 3.0rem 1.0rem; }
      ul.list-flow li h3 b {
        background-color: #EC1212;
        color: #ffffff;
        font-size: 1.6rem;
        font-weight: 500;
        border-radius: 0.2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 2.5rem;
        height: 2.5rem;
        margin-right: 1.5rem; }
      ul.list-flow li h3 i {
        color: #EC1212;
        font-size: 1.8rem;
        font-weight: 700;
        font-style: normal; }
    ul.list-flow li p {
      background-color: #F5FAFF;
      font-size: 1.4rem;
      padding: 1.0rem 3.0rem 2.0rem; }

.slide-list {
  margin-top: 1.0rem;
  margin-bottom: 1.0rem;
  overflow: scroll; }
  @media screen and (max-width: 960px) {
    .slide-list {
      border: 1px solid #F1F4ED; } }

.caution {
  display: none;
  font-size: 1.5rem;
  text-align: justify;
  line-height: 1.8; }
  @media screen and (max-width: 960px) {
    .caution {
      display: block; } }

table.sheet-list {
  width: 100%;
  border-collapse: collapse; }
  @media screen and (max-width: 960px) {
    table.sheet-list {
      min-width: 960px; } }
  table.sheet-list thead {
    background-color: #D8EBFD; }
    table.sheet-list thead tr th {
      text-align: center; }
  table.sheet-list tr {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    table.sheet-list tr:nth-of-type(even) {
      background-color: #F5FAFF; }
    table.sheet-list tr th {
      font-weight: 700;
      text-align: right; }
    table.sheet-list tr td {
      color: #EC1212;
      font-weight: 500;
      text-align: center; }
    table.sheet-list tr th, table.sheet-list tr td {
      font-size: 1.3rem;
      line-height: 1.4;
      padding: 1.5rem 0.2rem; }
      table.sheet-list tr th:nth-last-of-type(1), table.sheet-list tr td:nth-last-of-type(1) {
        padding-right: 1.0rem; }

table.info-list {
  width: 100%;
  border-collapse: collapse; }
  table.info-list th {
    background-color: #F1F4ED;
    font-weight: 700;
    text-align: center;
    width: 20%; }
  table.info-list td {
    font-weight: 500;
    padding-left: 2.0rem;
    padding-right: 1.0rem;
    width: 80%; }
  table.info-list th, table.info-list td {
    font-size: 1.2rem;
    line-height: 1.4;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-top: 1px solid #F1F4ED;
    border-bottom: 1px solid #F1F4ED; }

table.point-list {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #F1F4ED; }
  table.point-list tr {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: 1px solid #F1F4ED; }
  table.point-list th {
    font-weight: 500; }
  table.point-list th, table.point-list td {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 1.5rem 2.0rem; }

ul.list-inquiry {
  background-color: #F8FFF0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1.0rem;
  margin-bottom: 1.0rem;
  position: relative; }
  @media screen and (max-width: 740px) {
    ul.list-inquiry {
      background: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  ul.list-inquiry li {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 5.0rem;
    padding-bottom: 5.0rem; }
    @media screen and (max-width: 960px) {
      ul.list-inquiry li {
        width: 50%; } }
    @media screen and (max-width: 740px) {
      ul.list-inquiry li {
        background-color: #F8FFF0;
        width: 100%;
        padding-top: 2.0rem;
        padding-bottom: 2.0rem; } }
    ul.list-inquiry li:nth-of-type(1) {
      padding-left: 2.0rem; }
      @media screen and (max-width: 740px) {
        ul.list-inquiry li:nth-of-type(1) {
          padding-left: 0;
          margin-bottom: 1.0rem; } }
      ul.list-inquiry li:nth-of-type(1) a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    ul.list-inquiry li:nth-of-type(2) {
      padding-right: 2.0rem; }
      @media screen and (max-width: 740px) {
        ul.list-inquiry li:nth-of-type(2) {
          padding-right: 0; } }
    ul.list-inquiry li:nth-last-of-type(1) {
      width: 20%;
      position: relative; }
      @media screen and (max-width: 960px) {
        ul.list-inquiry li:nth-last-of-type(1) {
          display: none; } }
    ul.list-inquiry li h4 {
      color: #2A7601;
      font-size: 1.6rem;
      font-weight: 700;
      margin-bottom: 0.5rem; }
    ul.list-inquiry li .num {
      color: #2A7601;
      font-size: 4rem;
      font-weight: 900;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      ul.list-inquiry li .num img {
        margin-right: 0.5rem; }
    ul.list-inquiry li p {
      font-size: 1.6rem; }
    ul.list-inquiry li figure {
      width: 250px;
      position: absolute;
      right: 0;
      bottom: 0; }
      ul.list-inquiry li figure img {
        width: 100%; }

table.list-form {
  width: 100%;
  margin-top: 1.0rem;
  margin-bottom: 1.0rem;
  border-top: 1px solid #F1F4ED; }
  @media screen and (max-width: 740px) {
    table.list-form tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  table.list-form th {
    background-color: #F1F4ED;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    width: 220px;
    border-bottom: 1px solid #ffffff;
    padding: 2.0rem 1.0rem 2.0rem 3.0rem; }
    @media screen and (max-width: 740px) {
      table.list-form th {
        width: 100%;
        padding: 1.0rem; } }
  table.list-form td {
    width: calc(100% - 220px);
    border-bottom: 1px solid #F1F4ED;
    padding: 1.0rem 2.0rem; }
    @media screen and (max-width: 740px) {
      table.list-form td {
        width: 100%;
        border-left: 1px solid #F1F4ED;
        border-right: 1px solid #F1F4ED;
        padding-left: 1.0rem;
        padding-right: 1.0rem; } }
  table.list-form th, table.list-form td {
    vertical-align: middle; }
  table.list-form input[type="text"], table.list-form input[type="email"], table.list-form textarea {
    font-size: 1.4rem;
    width: 100%;
    padding: 1.0rem 1.5rem;
    border: 1px solid #cccccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    caret-color: auto;
    border-radius: 0.5rem; }
    table.list-form input[type="text"] + .kome, table.list-form input[type="email"] + .kome, table.list-form textarea + .kome {
      display: block;
      padding-top: 0.2rem; }
      table.list-form input[type="text"] + .kome::before, table.list-form input[type="email"] + .kome::before, table.list-form textarea + .kome::before {
        top: 0.2rem; }
  @media screen and (max-width: 960px) {
    table.list-form fieldset {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  table.list-form .horizontal-item {
    display: inline-block; }
    @media screen and (max-width: 960px) {
      table.list-form .horizontal-item {
        margin-bottom: 1.0rem; } }
    table.list-form .horizontal-item + .horizontal-item {
      margin-left: 0; }
  table.list-form .mwform-checkbox-field-text {
    font-size: 1.6rem;
    font-weight: 500;
    margin-right: 2.0rem;
    cursor: pointer; }
  table.list-form .box {
    background-color: #ffffff;
    display: block;
    width: 50%;
    border: 1px solid #cccccc;
    border-radius: 0.4rem;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 740px) {
      table.list-form .box {
        width: 100%; } }
    table.list-form .box::before {
      position: absolute;
      top: 0.8rem;
      right: 0.8rem;
      width: 0;
      height: 0;
      padding: 0;
      content: '';
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 16px solid #cccccc;
      pointer-events: none; }
    table.list-form .box + .kome {
      display: inline-block;
      left: -1.5rem; }
    table.list-form .box select {
      width: 100%;
      padding: 8px 38px 8px 8px;
      color: #000000;
      cursor: pointer;
      text-indent: 0.01px;
      text-overflow: ellipsis;
      border: none;
      outline: none;
      background: transparent;
      background-image: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
    table.list-form .box select::-ms-expand {
      display: none; }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .btn.ptn01 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .btn.ptn02 {
    width: 100%;
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
    overflow-x: hidden; }
    .btn.ptn02 .in {
      width: 100%;
      max-width: 1040px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-left: auto;
      margin-right: auto; }
      .btn.ptn02 .in a {
        margin-left: 5.5rem; }
        .btn.ptn02 .in a:nth-of-type(1) {
          margin-left: 0; }
  .btn.ptn03 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .btn.ptn04 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .btn.ptn05 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .btn.ptn05 .in {
      background-color: #EC1212;
      color: #ffffff;
      font-size: 1.5rem;
      font-weight: 700;
      white-space: pre;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 4.5rem;
      padding: 2.0rem 2.5rem 2.0rem 2.0rem;
      position: relative; }
      .btn.ptn05 .in::before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4.5rem 0 0 4.5rem;
        border-color: #EC1212 transparent transparent transparent;
        position: absolute;
        top: 0;
        left: -4.4rem; }
      .btn.ptn05 .in::after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 4.5rem 4.5rem 0;
        border-color: transparent transparent #EC1212 transparent;
        position: absolute;
        top: 0;
        right: -4.4rem; }
    .btn.ptn05 input {
      background: none;
      color: #ffffff;
      font-size: 1.5rem;
      font-weight: 700; }
  @media screen and (max-width: 740px) {
    .btn .multi a {
      width: 50%; } }
  @media screen and (max-width: 340px) {
    .btn .multi a {
      padding-left: 1.0rem;
      padding-right: 1.0rem; } }
  @media screen and (max-width: 340px) {
    .btn .multi a:nth-of-type(1) {
      width: 45%; } }
  @media screen and (max-width: 740px) {
    .btn .multi a:nth-of-type(1)::before {
      content: none; } }
  @media screen and (max-width: 340px) {
    .btn .multi a:nth-of-type(1)::after {
      content: none; } }
  .btn .multi a:nth-last-of-type(1) {
    width: 55%; }
    @media screen and (max-width: 340px) {
      .btn .multi a:nth-last-of-type(1) {
        margin-left: 0; } }
    @media screen and (max-width: 340px) {
      .btn .multi a:nth-last-of-type(1)::before {
        content: none; } }
    @media screen and (max-width: 740px) {
      .btn .multi a:nth-last-of-type(1)::after {
        content: none; } }
  .btn a {
    background-color: #62BC01;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    white-space: pre;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 4.5rem;
    padding: 2.0rem 4.0rem 2.0rem 1.5rem;
    position: relative; }
    .btn a::before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4.5rem 0 0 4.5rem;
      border-color: #62BC01 transparent transparent transparent;
      position: absolute;
      top: 0;
      left: -4.4rem; }
    .btn a::after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 4.5rem 4.5rem 0;
      border-color: transparent transparent #62BC01 transparent;
      position: absolute;
      top: 0;
      right: -4.4rem; }
    .btn a img {
      margin-right: 0.5rem; }
  .btn a.order {
    background-color: #EC1212;
    padding-right: 0.5rem; }
    .btn a.order::before {
      border-color: #EC1212 transparent transparent transparent; }
    .btn a.order::after {
      border-color: #EC1212;
      width: 1000%;
      left: 100%; }
  .btn a.first::after {
    border-width: 4.5rem 4.5rem 0 0;
    border-color: #62BC01 transparent transparent transparent;
    right: -4.4rem; }
  .btn a.first::before {
    content: none; }
  .btn a.end::after {
    border-color: #62BC01;
    padding-right: 0.5rem;
    width: 1000%;
    left: 100%; }

.bnr.ptn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem; }
  @media screen and (max-width: 740px) {
    .bnr.ptn01 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .bnr.ptn01 a {
    margin-right: 1.0rem;
    display: block; }
    @media screen and (max-width: 740px) {
      .bnr.ptn01 a {
        margin-bottom: 0.5rem; } }
    .bnr.ptn01 a.line {
      border: 1px solid #EDEFE9; }

.subtitle + .bnr.ptn01 {
  margin-top: -0.5rem;
  margin-bottom: 2.0rem; }

h3 + .bnr.ptn01 {
  margin-top: 1.0rem;
  margin-bottom: 1.5rem; }

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5.0rem; }
  .page-numbers li {
    margin-left: 2.0rem; }
    .page-numbers li span {
      border: 1px solid #62BC01;
      color: #62BC01;
      padding: 1rem 1.2rem;
      border-radius: 0.2rem; }
    .page-numbers li .dots {
      border: none;
      padding-left: 0;
      padding-right: 0; }
    .page-numbers li a {
      background-color: #62BC01;
      color: #ffffff;
      padding: 1rem 1.2rem;
      border: 1px solid #62BC01;
      border-radius: 0.2rem; }

.asitas {
  width: calc(100% - 100px); }

dl.info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 1.0rem;
  margin-bottom: 1.0rem; }
  dl.info dt {
    font-size: 1.4rem;
    font-weight: 500;
    white-space: pre;
    margin-right: 0.5rem; }
  dl.info dd {
    width: 100%; }
  dl.info .price {
    color: #BF0000;
    font-size: 2.2rem;
    font-weight: 700;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; }
    dl.info .price b {
      font-size: 3.6rem;
      font-weight: 900; }
  dl.info .stock {
    font-size: 2.2rem;
    font-weight: 700; }

dl.sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1.5rem; }
  dl.sign dt {
    font-size: 1.3rem;
    font-weight: 700;
    margin-right: 1.5rem; }
  dl.sign dd {
    font-family: 'Noto Serif JP';
    font-size: 2.4rem;
    font-weight: 900;
    letter-spacing: 0.4rem; }

.gmap {
  width: 100%; }

.req {
  background-color: #EC1212;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.2;
  padding: 0.2rem 0.4rem;
  border-radius: 0.4rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

/*-------------------------------------------
  plugin
-------------------------------------------*/
/***  swiper  ***/
.swiper {
  background-color: #F8FFF0;
  width: 100%;
  border-bottom: 1px solid #EDEFE9;
  margin-bottom: 2.0rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  @media screen and (max-width: 960px) {
    .swiper {
      padding-top: 0;
      padding-bottom: 0; } }
  .swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 1200px;
    height: auto; }
    @media screen and (max-width: 960px) {
      .swiper .swiper-slide {
        width: 100%; } }
    .swiper .swiper-slide figure {
      cursor: pointer; }
    .swiper .swiper-slide img {
      display: block;
      width: 100%; }
  .swiper .swiper-scrollbar {
    background: none; }
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    background-color: #62BC01;
    padding: 4.0rem 2.0rem;
    border-radius: 0.4rem; }
    .swiper .swiper-button-next::after,
    .swiper .swiper-button-prev::after {
      content: '';
      width: 2.0rem;
      height: 2.0rem;
      border-top: solid 2px #ffffff;
      border-right: solid 2px #ffffff;
      position: absolute; }
  .swiper .swiper-button-prev::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    left: 1.5rem; }
  .swiper .swiper-button-next::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 1.5rem; }

.slider {
  width: 100%;
  margin-bottom: 1.0rem;
  overflow-x: hidden; }
  .slider .swiper-wrapper {
    width: 100%; }
    .slider .swiper-wrapper .swiper-slide {
      background-position: center;
      background-size: contain;
      background-color: #F1F4ED;
      background-repeat: no-repeat;
      width: 600px;
      height: auto; }
      .slider .swiper-wrapper .swiper-slide img {
        width: 100%;
        cursor: pointer; }

.slider-thumb {
  width: 100%; }
  .slider-thumb .swiper-wrapper {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .slider-thumb .swiper-wrapper .swiper-slide {
      width: 16.666%;
      height: auto;
      padding: 0.25rem; }
      .slider-thumb .swiper-wrapper .swiper-slide img {
        width: 100%;
        cursor: pointer;
        -webkit-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s; }
        .slider-thumb .swiper-wrapper .swiper-slide img:hover {
          opacity: 0.6;
          -webkit-transition: all ease-in-out 0.3s;
          transition: all ease-in-out 0.3s; }
          @media screen and (max-width: 740px) {
            .slider-thumb .swiper-wrapper .swiper-slide img:hover {
              opacity: 1.0; } }

/**/
