@charset "UTF-8";
/* CSS Document */
.green01 {
  color: #b8b42d; }

.green02 {
  color: #697a21; }

section h1 {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 600;
  color: #582707;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 5rem; }
  @media screen and (max-width: 991px) {
    section h1 {
      font-size: 46px;
      font-size: 4.6rem; } }
  @media screen and (max-width: 575px) {
    section h1 {
      margin-bottom: 3rem; } }
  section h1 span {
    display: block;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 1rem; }
    @media screen and (max-width: 991px) {
      section h1 span {
        font-size: 17px;
        font-size: 1.7rem; } }
section h2 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 40px;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
  border-left: solid 1px #582707;
  padding-left: 4rem;
  margin-bottom: 12rem; }
  @media screen and (max-width: 1199px) {
    section h2 {
      font-size: 38px;
      font-size: 3.8rem; } }
  @media screen and (max-width: 991px) {
    section h2 {
      font-size: 34px;
      font-size: 3.4rem; } }
  @media screen and (max-width: 991px) {
    section h2 {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media screen and (max-width: 575px) {
    section h2 {
      font-size: 24px;
      font-size: 2.4rem;
      padding-left: 2rem;
      line-height: 1.6; } }
section h3 {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 3rem; }
  @media screen and (max-width: 767px) {
    section h3 {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media screen and (max-width: 575px) {
    section h3 {
      line-height: 1.6; } }
section p {
  letter-spacing: 0.05em; }

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

.anchor {
  margin-top: -100px;
  padding-top: 100px; }
  @media screen and (max-width: 767px) {
    .anchor {
      margin-top: -65px;
      padding-top: 65px; } }

.link-box {
  display: inline-flex;
  align-items: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 26px;
  font-size: 2.6rem;
  color: #582707;
  border: solid 1px rgba(88, 39, 7, 0.5);
  padding: 1.5rem 4em;
  text-align: center; }
  @media screen and (max-width: 575px) {
    .link-box {
      padding: 1.5rem 0;
      width: 100%;
      font-size: 24px;
      font-size: 2.4rem;
      justify-content: center; } }
  .link-box::before {
    content: "";
    background-image: url("../img/icon-hotpepper.svg");
    display: inline-block;
    width: 43px;
    height: 43px;
    margin-right: 1rem;
    transition: 0.3s; }
    @media screen and (max-width: 575px) {
      .link-box::before {
        width: 36px;
        height: 36px; } }
  .link-box::after {
    content: "";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-size: 1.6rem;
    content: "\f054";
    font-weight: 900;
    margin-left: 1rem; }
  .link-box:hover {
    color: #f5f2ed;
    background-color: #582707; }
    .link-box:hover::before {
      background-image: url("../img/icon-hotpepper-h.svg"); }

.link-box2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 22px;
  font-size: 2.2rem;
  color: #582707;
  width: 100%;
  height: 97px;
  border: solid 1px rgba(88, 39, 7, 0.5); }
  @media screen and (max-width: 991px) {
    .link-box2 {
      height: 80px; } }
  @media screen and (max-width: 575px) {
    .link-box2 {
      justify-content: flex-start;
      padding: 0 5rem; } }
  .link-box2::before {
    content: "";
    background-image: url("../img/icon-hotpepper.svg");
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-right: 1rem;
    transition: 0.3s; }
    @media screen and (max-width: 575px) {
      .link-box2::before {
        margin-right: 3rem; } }
  .link-box2:hover {
    color: #f5f2ed;
    background-color: #582707; }
    .link-box2:hover::before {
      background-image: url("../img/icon-hotpepper-h.svg"); }

#top-img > div {
  height: 700px; }
  @media screen and (max-width: 1199px) {
    #top-img > div {
      height: 600px; } }
  @media screen and (max-width: 991px) {
    #top-img > div {
      height: 500px; } }
  @media screen and (max-width: 767px) {
    #top-img > div {
      height: 400px; } }
  #top-img > div img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

#concept {
  background-color: #f5f2ed;
  overflow: hidden; }
  #concept .concept-top {
    position: relative;
    padding: 7rem 0 9rem;
    background-image: -webkit-radial-gradient(#fffce8, rgba(202, 150, 123, 0.2));
    background-image: radial-gradient(#fffce8, rgba(202, 150, 123, 0.2));
    opacity: 0.9; }
    @media screen and (max-width: 767px) {
      #concept .concept-top {
        padding: 6rem 0; } }
    #concept .concept-top ul {
      margin-bottom: 3rem; }
      #concept .concept-top ul li {
        text-align: center;
        letter-spacing: 0.05em;
        margin-bottom: 0.5rem; }
        #concept .concept-top ul li::before {
          content: "●";
          color: #b8b42d; }
    #concept .concept-top p span {
      font-weight: 600;
      color: #697a21; }
    @media screen and (max-width: 767px) {
      #concept .concept-top .row > div:first-child {
        margin-bottom: 3rem; } }
    #concept .concept-top .row > div:first-child > div {
      height: 330px;
      border: solid 2px #fff;
      border-radius: 20px;
      overflow: hidden; }
      @media screen and (max-width: 1199px) {
        #concept .concept-top .row > div:first-child > div {
          height: 280px; } }
      @media screen and (max-width: 991px) {
        #concept .concept-top .row > div:first-child > div {
          height: 240px; } }
      @media screen and (max-width: 767px) {
        #concept .concept-top .row > div:first-child > div {
          height: 330px; } }
      @media screen and (max-width: 575px) {
        #concept .concept-top .row > div:first-child > div {
          height: 250px; } }
      #concept .concept-top .row > div:first-child > div img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    #concept .concept-top .row > div:last-child > div {
      display: flex;
      align-items: center;
      height: 100%;
      border-top: solid 1px;
      border-bottom: solid 1px; }
      #concept .concept-top .row > div:last-child > div p {
        text-align: justify;
        margin-bottom: 0; }
        @media screen and (max-width: 767px) {
          #concept .concept-top .row > div:last-child > div p {
            padding: 2rem; } }
  #concept .concept-contents {
    position: relative;
    padding: 9rem 0; }
    @media screen and (max-width: 991px) {
      #concept .concept-contents {
        padding: 6rem 0; } }
    #concept .concept-contents .concept-box {
      display: flex;
      background: linear-gradient(90deg, #fff 0%, #fff 60%, #f5f2ed 60%, #f5f2ed 100%);
      margin-bottom: 16rem; }
      @media screen and (max-width: 767px) {
        #concept .concept-contents .concept-box {
          flex-wrap: wrap;
          background: #fff; } }
      #concept .concept-contents .concept-box:nth-of-type(3) {
        background: linear-gradient(90deg, #f5f2ed 0%, #f5f2ed 40%, #fff 40%, #fff 100%); }
        @media screen and (max-width: 767px) {
          #concept .concept-contents .concept-box:nth-of-type(3) {
            background: #fff; } }
      #concept .concept-contents .concept-box:nth-of-type(4) {
        margin-bottom: 7rem; }
      #concept .concept-contents .concept-box > div {
        z-index: 5; }
      #concept .concept-contents .concept-box dl {
        padding: 5rem;
        height: 390px; }
        @media screen and (max-width: 1199px) {
          #concept .concept-contents .concept-box dl {
            padding: 4rem;
            height: auto; } }
        @media screen and (max-width: 991px) {
          #concept .concept-contents .concept-box dl {
            padding: 2rem; } }
        #concept .concept-contents .concept-box dl dt {
          display: flex;
          align-items: center;
          margin-bottom: 4rem; }
          @media screen and (max-width: 991px) {
            #concept .concept-contents .concept-box dl dt {
              margin-bottom: 3rem; } }
          @media screen and (max-width: 767px) {
            #concept .concept-contents .concept-box dl dt {
              margin-bottom: 2rem; } }
          #concept .concept-contents .concept-box dl dt .number {
            font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
            font-size: 66px;
            font-size: 6.6rem;
            margin-right: 2rem;
            font-weight: 400; }
            @media screen and (max-width: 991px) {
              #concept .concept-contents .concept-box dl dt .number {
                font-size: 50px;
                font-size: 5rem; } }
            @media screen and (max-width: 575px) {
              #concept .concept-contents .concept-box dl dt .number {
                font-size: 40px;
                font-size: 4rem;
                margin-right: 1rem; } }
          #concept .concept-contents .concept-box dl dt h5 {
            font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
            font-size: 22px;
            font-size: 2.2rem;
            margin-bottom: 0;
            line-height: 1.5; }
            @media screen and (max-width: 991px) {
              #concept .concept-contents .concept-box dl dt h5 {
                font-size: 20px;
                font-size: 2rem; } }
            @media screen and (max-width: 575px) {
              #concept .concept-contents .concept-box dl dt h5 {
                font-size: 18px;
                font-size: 1.8rem; } }
        #concept .concept-contents .concept-box dl dd {
          line-height: 2.15;
          margin-bottom: 0; }
          @media screen and (max-width: 991px) {
            #concept .concept-contents .concept-box dl dd {
              font-size: 15px;
              font-size: 1.5rem;
              line-height: 1.9; } }
          @media screen and (max-width: 575px) {
            #concept .concept-contents .concept-box dl dd {
              line-height: 1.7; } }
      #concept .concept-contents .concept-box img {
        position: relative;
        z-index: 2;
        width: 600px;
        height: 375px;
        border: solid 2px #fff;
        margin-top: -7rem; }
        @media screen and (max-width: 1199px) {
          #concept .concept-contents .concept-box img {
            width: 450px;
            height: auto; } }
        @media screen and (max-width: 991px) {
          #concept .concept-contents .concept-box img {
            width: 350px; } }
        @media screen and (max-width: 767px) {
          #concept .concept-contents .concept-box img {
            width: 90%; } }
  #concept .concept-flower {
    position: relative; }
    #concept .concept-flower img {
      position: absolute;
      top: 0;
      right: 0;
      width: 290px; }
      @media screen and (max-width: 1199px) {
        #concept .concept-flower img {
          top: -8rem; } }
      @media screen and (max-width: 991px) {
        #concept .concept-flower img {
          top: -8rem;
          width: 240px; } }
      @media screen and (max-width: 767px) {
        #concept .concept-flower img {
          top: -5rem;
          right: -1rem;
          width: 160px; } }
      @media screen and (max-width: 575px) {
        #concept .concept-flower img {
          top: -9rem;
          width: 120px; } }
  #concept .back-img {
    position: absolute; }
  #concept .plant-01 {
    left: -1.5rem;
    top: 3%;
    width: 235px; }
    @media screen and (max-width: 1199px) {
      #concept .plant-01 {
        width: 200px; } }
    @media screen and (max-width: 991px) {
      #concept .plant-01 {
        width: 150px; } }
    @media screen and (max-width: 767px) {
      #concept .plant-01 {
        width: 120px; } }
    @media screen and (max-width: 575px) {
      #concept .plant-01 {
        width: 100px; } }
  #concept .plant-02 {
    right: -3rem;
    top: 40%;
    width: 215px; }
    @media screen and (max-width: 1399px) {
      #concept .plant-02 {
        top: 30%; } }
    @media screen and (max-width: 1199px) {
      #concept .plant-02 {
        width: 190px; } }
    @media screen and (max-width: 991px) {
      #concept .plant-02 {
        width: 140px; } }
    @media screen and (max-width: 767px) {
      #concept .plant-02 {
        width: 100px; } }
    @media screen and (max-width: 575px) {
      #concept .plant-02 {
        top: 33%;
        right: -1rem;
        width: 80px; } }
  #concept .plant-03 {
    right: -1.8rem;
    top: 34%;
    width: 220px; }
    @media screen and (max-width: 991px) {
      #concept .plant-03 {
        top: 33%;
        width: 170px; } }
    @media screen and (max-width: 767px) {
      #concept .plant-03 {
        top: 34%;
        width: 110px; } }
    @media screen and (max-width: 767px) {
      #concept .plant-03 {
        top: 35%;
        width: 100px; } }
  #concept .plant-04 {
    left: -0.5rem;
    top: 56%;
    width: 300px; }
    @media screen and (max-width: 991px) {
      #concept .plant-04 {
        top: 55%;
        width: 220px; } }
    @media screen and (max-width: 767px) {
      #concept .plant-04 {
        top: 60%;
        width: 130px; } }
    @media screen and (max-width: 767px) {
      #concept .plant-04 {
        width: 110px; } }
  #concept .plant-05 {
    right: -5rem;
    bottom: 5%;
    width: 270px; }
    @media screen and (max-width: 991px) {
      #concept .plant-05 {
        width: 220px; } }
    @media screen and (max-width: 767px) {
      #concept .plant-05 {
        right: -3rem;
        width: 130px; } }
    @media screen and (max-width: 575px) {
      #concept .plant-05 {
        bottom: 6%;
        width: 110px; } }

#menu .blank-space {
  padding-top: 9rem; }
  @media screen and (max-width: 767px) {
    #menu .blank-space {
      padding-top: 6rem; } }
#menu h1 {
  margin-bottom: 2rem; }
#menu p {
  margin-bottom: 5rem; }
#menu .table-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ded4cd;
  padding: 1rem 2rem;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1; }
  @media screen and (max-width: 1199px) {
    #menu .table-head {
      font-size: 18px;
      font-size: 1.8rem; } }
  #menu .table-head span {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400; }
    @media screen and (max-width: 1199px) {
      #menu .table-head span {
        font-size: 15px;
        font-size: 1.5rem; } }
    @media screen and (max-width: 575px) {
      #menu .table-head span {
        font-size: 15px;
        font-size: 1.5rem;
        width: 50%; } }
#menu table {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 9rem; }
  @media screen and (max-width: 991px) {
    #menu table {
      margin-bottom: 6rem; } }
  @media screen and (max-width: 575px) {
    #menu table {
      font-size: 15px;
      font-size: 1.5rem;
      margin-bottom: 4rem; } }
  #menu table tr {
    border-bottom: solid 1px rgba(88, 39, 7, 0.25); }
    #menu table tr th {
      font-weight: 400;
      width: 73%;
      padding: 3rem 2rem; }
      @media screen and (max-width: 991px) {
        #menu table tr th {
          padding: 2rem;
          width: 78%; } }
      @media screen and (max-width: 767px) {
        #menu table tr th {
          padding: 1.5rem 2rem;
          width: 78%; } }
      @media screen and (max-width: 575px) {
        #menu table tr th {
          line-height: 1.8; } }

#about {
  background-color: #f5f2ed; }
  #about .blank-space {
    padding: 9rem 0; }
    @media screen and (max-width: 767px) {
      #about .blank-space {
        padding: 6rem 0; } }
  #about .row {
    margin-left: -25px;
    margin-right: -25px; }
    @media screen and (max-width: 575px) {
      #about .row {
        margin-left: -15px;
        margin-right: -15px; } }
    #about .row > div {
      padding-left: 25px;
      padding-right: 25px; }
      @media screen and (max-width: 767px) {
        #about .row > div:last-child {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          margin-top: 2rem; } }
      #about .row > div:last-child img {
        width: 230px;
        margin-bottom: 2rem; }
        @media screen and (max-width: 991px) {
          #about .row > div:last-child img {
            width: 180px;
            margin-bottom: 1rem; } }
        @media screen and (max-width: 767px) {
          #about .row > div:last-child img {
            width: 35%; } }
        @media screen and (max-width: 575px) {
          #about .row > div:last-child img {
            width: 60%; } }
      #about .row > div:last-child table {
        width: 100%;
        line-height: 1.6; }
        @media screen and (max-width: 767px) {
          #about .row > div:last-child table {
            width: 50%;
            margin-left: 3rem; } }
        @media screen and (max-width: 575px) {
          #about .row > div:last-child table {
            display: flex;
            justify-content: center;
            width: 100%;
            margin-left: 0; } }
        #about .row > div:last-child table th {
          font-weight: 400;
          width: 23%; }
          @media screen and (max-width: 1199px) {
            #about .row > div:last-child table th {
              width: 28%; } }
          @media screen and (max-width: 575px) {
            #about .row > div:last-child table th {
              width: auto; } }
        #about .row > div:last-child table a {
          color: #582707; }
          #about .row > div:last-child table a:hover {
            color: #582707; }
      #about .row > div:last-child ul {
        display: flex;
        margin-top: 2rem;
        padding-top: 2rem;
        border-top: solid 1px rgba(88, 39, 7, 0.5); }
        @media screen and (max-width: 991px) {
          #about .row > div:last-child ul {
            margin-top: 1rem; } }
        @media screen and (max-width: 767px) {
          #about .row > div:last-child ul {
            width: 75%;
            justify-content: center; } }
        #about .row > div:last-child ul li {
          margin-right: 3rem; }
          #about .row > div:last-child ul li a:hover img {
            transform: scale(1.08); }
          #about .row > div:last-child ul li img {
            width: 56px;
            transition: 0.3s;
            margin-bottom: 0; }
            @media screen and (max-width: 991px) {
              #about .row > div:last-child ul li img {
                width: 46px; } }
  #about .gmap {
    margin: 4rem auto 5.5rem;
    border: solid 2px #fff; }

#contact {
  position: relative; }
  #contact .blank-space {
    padding: 12rem 0 18rem; }
    @media screen and (max-width: 767px) {
      #contact .blank-space {
        padding: 8rem 0 10rem; } }
    @media screen and (max-width: 767px) {
      #contact .blank-space {
        padding: 8rem 0; } }
  #contact ul {
    position: relative;
    padding-bottom: 6rem;
    margin-bottom: 8rem; }
    @media screen and (max-width: 575px) {
      #contact ul {
        padding-bottom: 4rem;
        margin-bottom: 6rem; } }
    #contact ul::after {
      content: "";
      border-bottom: solid 1px rgba(88, 39, 7, 0.5);
      width: 190px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
    #contact ul li {
      margin-bottom: 2rem; }
      #contact ul li:nth-of-type(1) a {
        font-size: 26px;
        font-size: 2.6rem; }
        #contact ul li:nth-of-type(1) a::before {
          background-image: url("../img/icon-tel.svg");
          width: 40px;
          height: 40px; }
        #contact ul li:nth-of-type(1) a:hover::before {
          background-image: url("../img/icon-tel-h.svg"); }
      #contact ul li:nth-of-type(2) a::before {
        background-image: url("../img/icon-instagram.svg"); }
      #contact ul li:nth-of-type(2) a:hover::before {
        background-image: url("../img/icon-instagram-h.svg"); }
      #contact ul li:nth-of-type(3) a::before {
        background-image: url("../img/icon-hotpepper.svg"); }
      #contact ul li:nth-of-type(3) a:hover::before {
        background-image: url("../img/icon-hotpepper-h.svg"); }
      #contact ul li:nth-of-type(4) a::before {
        background-image: url("../img/icon-line.svg"); }
      #contact ul li:nth-of-type(4) a:hover::before {
        background-image: url("../img/icon-line-h.svg"); }
  #contact h3 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    margin-top: 6rem;
    letter-spacing: 0; }
  #contact .contact-bg {
    position: absolute;
    bottom: 0;
    z-index: -1;
    height: 490px;
    width: 100%; }
    @media screen and (max-width: 991px) {
      #contact .contact-bg {
        height: 350px; } }
    @media screen and (max-width: 767px) {
      #contact .contact-bg {
        height: 280px; } }
    @media screen and (max-width: 575px) {
      #contact .contact-bg {
        height: 200px; } }
    #contact .contact-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

#privacypolicy {
  border: solid 0.7px #000;
  padding: 2rem;
  overflow: scroll;
  width: 80%;
  height: 150px;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    #privacypolicy {
      width: 94%; } }
  @media screen and (max-width: 575px) {
    #privacypolicy {
      width: 90%; } }
  #privacypolicy p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      #privacypolicy p {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.7; } }
    @media screen and (max-width: 575px) {
      #privacypolicy p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6; } }
    #privacypolicy p span {
      display: block;
      font-weight: 600;
      margin-top: 1em; }

.thanks-box {
  margin: 20rem auto 24rem; }
  @media screen and (max-width: 1199px) {
    .thanks-box {
      margin: 12rem auto 16rem; } }
  .thanks-box h3 {
    font-family: "NotoSansCJKjp";
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 4rem;
    color: #582707; }
  .thanks-box a {
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1.5rem 5rem;
    line-height: 1;
    border: 1px solid #582707;
    border-radius: 3rem;
    background: #582707;
    color: #fff;
    -webkit-appearance: none;
    transition: 0.3s; }
    .thanks-box a:hover {
      cursor: pointer;
      background: #fff;
      color: #582707; }

/* ---------------------- for JavaScript ここから ---------------------- */
form#mail_form dl dt span.required {
  display: inline-block;
  color: #fff;
  line-height: 1;
  margin-right: 1rem;
  padding: 0.4rem 0.5rem;
  background-color: #ffa100;
  font-size: 90%;
  border-radius: 3px;
  font-weight: normal; }

form#mail_form dl dt span.optional {
  display: none; }

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 3px; }

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1.0s linear infinite;
  animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px; }

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* ---------------------- for JavaScript ここから ---------------------- */
form#mail_form dt {
  border-top: 1px solid #7f7f80;
  margin-top: 2rem;
  padding-top: 2rem;
  font-weight: 400; }

form#mail_form dt:first-child {
  border-top: none; }

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"],
form#mail_form textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #efefef;
  -webkit-appearance: none;
  font-size: 18px;
  margin-top: 5px; }

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
  border: 1px solid #b2b2b2;
  background-color: #f1f1f1;
  outline: none; }

form#mail_form input[type="radio"],
form#mail_form input[type="checkbox"] {
  margin-right: 5px;
  accent-color: #328fe8; }

form#mail_form input:first-child[type="radio"],
form#mail_form input:first-child[type="checkbox"] {
  margin-right: 5px;
  margin-left: 0; }

form#mail_form label {
  margin-right: 3em; }
  @media screen and (max-width: 991px) {
    form#mail_form label {
      margin-right: 2em; } }

form#mail_form select {
  font-size: 100%;
  margin-top: 5px; }

form#mail_form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 200px;
  padding: 1rem;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #efefef;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit; }

form#mail_form ul {
  list-style-type: none; }

form#mail_form ul li label:hover {
  cursor: pointer; }

form#mail_form input#postal {
  width: 30%; }

form#mail_form input#postal + a {
  display: inline-block;
  padding: 5px 15px;
  background: #582707;
  border: 1px solid #582707;
  border-radius: 3px;
  color: #fff;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s; }

form#mail_form input#postal + a:hover {
  cursor: pointer;
  background: #fff;
  color: #582707; }

form#mail_form ul.kind-list li {
  display: inline-block;
  min-width: 40%; }

form#mail_form p#form_submit {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0 60px 0; }

form#mail_form input[type="button"] {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 1.5rem 5em;
  line-height: 1;
  border: 1px solid #697a21;
  border-radius: 3rem;
  background: #697a21;
  color: #ffffff;
  -webkit-appearance: none;
  transition: 0.3s; }

form#mail_form input[type="button"]:hover {
  cursor: pointer;
  background: #fff;
  color: #697a21; }

form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"], form#mail_form textarea {
  background-color: #ffffff; }
