@charset "UTF-8";
picture {
  display: block;
}
img {
  width: 100%;
  outline: none;
  vertical-align: bottom;
}
html {
  margin: 0;
  padding: 0;
  text-align: center;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, address, button {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  padding: 0;
}

.fbox {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

/* */
.hl1 {
  font-size: 1.8rem;
  line-height: 1.3em;
  margin: 0 auto 10px auto;
}

.hl2 {
  border-bottom: 2px dotted #00693e;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 auto 20px auto;
  padding: 0 0 6px 0;
  width: 100%;
}

.hl3 {
  border-bottom: .99px solid #00693e;
  font-size: 1.2rem;
  margin: 30px auto 16px auto;
  padding: 0 0 6px 0;
  width: 100%;
}

p {
  font-size: 0.9rem;
  margin: 0 0 12px 0;
}

dt, dd {
  font-size: 0.9rem;
}

ul, ol {
  margin: 0 0 12px 0;
}

li {
  font-size: 0.9rem;
  margin: 0 0 8px 0;
}

.price {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

.telnumber {
  color: #2b2b2b;
  display: inline-block;
  font-size: 1.1rem;
}

.notice {
  font-size: 0.75rem;
}

small {
  font-size: 0.75rem;
  font-weight: 400;
}

/* Global Header */
header {
  background-color: #ececec;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 35px auto;
  overflow: hidden;
  padding: 0;
  text-align: left;
}
.logo {
  width: 100px;
  margin: 35px auto;
}
.grobal-hl1 {
  font-size: 2rem;
  font-weight: 700;
  width: 86%;
  max-width: 920px;
  margin: 30px auto;
}
header p {
  width: 86%;
  max-width: 920px;
  margin: 0 auto 24px auto;
}
.text-read {
  font-size: 1rem;
  font-weight: 600;
  margin: 12px auto;
}
.text-price {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 24px auto;
}

/* Navigation */
.navi-group {
  overflow: hidden;
  top: 0;
  left: auto;
  width: 100%;
  z-index: 7;
}

.navi-group-ctr {
  width: 85%;
  max-width: 920px;
  margin: 0 auto 12px auto;
  overflow: hidden;
}

.navi-group-global {
  width: 85%;
  list-style: none;
  margin: 0 auto 30px auto;
  padding: 0;
  text-align: left;
  display: none;
}

.navi-group-global li {
  background-color: #00693e;
  border: .99px solid #333333;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 0.9rem;
  margin: -1px 0 0 0;
  padding: 10px;
}

.navi-group-global li:first-of-type {
  margin: 0;
}

.navi-group-global li a {
  background-color: #ffffff;
  color: #333333;
  display: block;
  margin: -10px;
  padding: 10px;
  text-decoration: none;
  transition: 0.6s;
}

.navi-group-global li a::after {
  content: " >";
  float: right;
  font-weight: 400;
}

.navi-group-global li a:hover {
  background-color: #999999;
  color: #ffffff;
}

#showNav {
  background-color: #00693e;
  border-radius: 0 0 8px 8px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: .7rem;
  text-align: center;
  margin: 0;
  padding: 30px 0 0 0;
  position: relative;
  height: 93px;
  width: 50px;
  float: right;
}

#showNav:hover {
  cursor: pointer;
}

#showNav::before {
  background-color: #ffffff;
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: 8px;
  height: 3px;
  width: 34px;
  margin-top: 10px;
}

.sub-navi {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  list-style: none;
  margin: 21px auto;
  padding: 0;
  width: 75%;
}
.sn-list {
  border-radius: 12px;
  box-sizing: border-box;
  display: block;
  font-size: 1rem;
  margin: 12px auto;
  padding: 0;
  text-align: center;
  width: 100%;
}
.sn-list a {
  background: #fff;
  border: 2px solid #00693e;
  border-radius: 12px;
  box-sizing: border-box;
  color: #00693e;
  display: block;
  margin: 0 auto;
  padding: 12px 0;
  text-decoration: none;
  transition: .4s;
  width: 100%;
}
.sn-list a:hover {
  background: #00693e;
  color: #fff;
}

.hidden-item {
  display: none;
}

section {
  box-sizing: border-box;
  margin: 60px auto 40px auto;
  overflow: hidden;
  text-align: left;
  width: 86%;
  max-width: 920px;
}
.cnt-left, .cnt-right {
  width: 100%;
}
.image-area {
  width: 100%;
  max-width: 920px;
  margin: 0 auto 30px auto;
}
.cnt-image-area {
  width: 100%;
  margin: 0 auto 20px auto;
}

.shop-add {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

.table-style {
  width: 100%;
  list-style: none;
  margin: 0 auto 20px auto;
  text-align: left;
}
.table-style dt {
  border-bottom: .99px dotted #666666;
  font-weight: 600;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
}
.table-style dd {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
}
/* =========================================== */

.contact-button {
  background-color: #00693e;
  border: 3px solid #00693e;
  border-radius: 10px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 60px auto;
  padding: 10px;
  width: 86%;
  max-width: 540px;
  transition: 0.6s;
  outline: none;
}

.contact-button:hover {
  background-color: #ffffff;
  color: #00693e;
  cursor: pointer;
}

.subcontents {
  box-sizing: border-box;
  margin: 0 0 30px 0;
  overflow: hidden;
}

/*
=============================================================
MAIL FORM
=============================================================
*/
.formHIDE {
  width: 100%;
  max-width: 540px;
  margin: auto;
}
.doui-area {
  width: 100%;
  box-sizing: border-box;
  margin: 20px auto 40px auto;
  overflow: hidden;
  padding: 20px 0;
}
.formDOUI {
  width: 86%;
  max-width: 540px;
  background-color: #ffffff;
  border: 2px solid #00693e;
;
  border-radius: 0;
  color: #2b2b2b;
  display: block;
  margin: 40px auto;
  overflow: hidden;
  padding: 20px;
  text-align: center;
  transition: 0.4s;
}
.formDOUI:hover {
  background: #00693e;
  color: #ffffff;
  cursor: pointer;
}

.form-table {
  width: 100%;
  max-width: 640px;
  box-sizing: border-box;
  margin: 24px auto 36px auto;
  padding: 0;
}
.form-table>dt {
  background-color: #ffffff;
  color: #00693e;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 10px 0;
  text-align: left;
}
.form-table>dd {
  background-color: #ffffff;
  padding: 6px 0;
  text-align: left;
}
.form-item {
  width: 150px;
  margin: 0 0 0 20px ;
  vertical-align: top;
}
/* Textarea [ALL] */
textarea {
  background-color: transparent;
  border: none;
  border: 2px solid #cccccc;
  border-radius: 0;
  box-sizing: border-box;
  color: #00693e;
  font-size: 16px;
  height: 120px;
  margin: 6px auto;
  padding: 6px;
  resize: vertical;
  width: 100%;
}
textarea:placeholder-shown {
  border: 2px solid #cccccc;
}
textarea:not(placeholder-shown) {
  border: 2px solid #00693e;
}
textarea:focus {
  border: 2px solid #00693e;
  outline: none;
  transition: .4s;
}
/* Input [ALL] */
input {
  box-sizing: border-box;
  font-size: 16px;
  margin: 0;
}
/* Input [TEXT] */
input[type=text] {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #cccccc;
  border-radius: 0;
  box-sizing: border-box;
  margin: 6px auto;
  padding: 6px;
  transition: 0.4s;
}
input[type=text]:focus {
  border-bottom: 2px solid #00693e;
  outline: none;
}
input[type=text]:valid {
  color: #00693e;
  border-bottom: 2px solid #00693e;
}
input[type=text]:placeholder-shown {
  border-bottom: 2px solid #cccccc;
}
input[type=text]:not(placeholder-shown) {
  border-bottom: 2px solid #00693e;
}
/* Input [TEL] */
input[type=tel] {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #cccccc;
  border-radius: 0;
  box-sizing: border-box;
  margin: 6px auto;
  padding: 6px;
  transition: 0.4s;
}
input[type=tel]:focus {
  border-bottom: 2px solid #00693e;
  outline: none;
}
input[type=tel]:valid {
  color: #00693e;
}
/* Input [EMAIL] */
input[type=email] {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #cccccc;
  border-radius: 0;
  box-sizing: border-box;
  margin: 6px auto;
  padding: 6px;
  transition: 0.4s;
}
input[type=email]:focus {
  border-bottom: 2px solid #00693e;
  outline: none;
}
input[type=email]:valid {
  color: #00693e;
  border-bottom: 2px solid #00693e;
}
/* Checkbox */
.c-box input[type=checkbox] {
  display: none;
}
.c-box {
  display: block;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
  margin: 0 auto;
}
.c-label {
  display: block;
  border: 2px solid #ececec;
  border-radius: 12px;
  box-sizing: border-box;
  background-color: #ffffff;
  margin: 6px 0 12px 0;
  padding: 18px 24px;
  transition: 0.4s;
}
.c-label:before {
  content: "\f0c8";
  color: #cccccc;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-size: 1.125rem;
  position: relative;
  top: 1px;
}
input[type=checkbox]:checked+.c-label {
  color: #00693e;
  border: 2px solid #00693e;
}
input[type=checkbox]:checked+.c-label:before {
  content: "\f14a";
  color: #00693e;
  font-family: "Font Awesome 5 Free";
}
/* Radiobutton */
.r-box input[type=radio] {
  display: none;
}
.r-box {
  display: block;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
  margin: 0 auto;
}
.r-label {
  display: block;
  border: 2px solid #ececec;
  border-radius: 12px;
  box-sizing: border-box;
  background-color: #ffffff;
  margin: 6px 0 12px 0;
  padding: 18px 24px;
  transition: 0.4s;
}
.r-label:before {
  content: "\f111";
  color: #cccccc;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-size: 1.125rem;
  position: relative;
  top: 1px;
}
input[type=radio]:checked+.r-label {
  color: #00693e;
  border: 2px solid #00693e;
}
input[type=radio]:checked+.r-label:before {
  content: "\f058";
  color: #00693e;
  font-family: "Font Awesome 5 Free";
}
/* Select */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 2px solid #ececec;
  border-radius: 12px;
  cursor: pointer;
  font-size: 16px;
  margin: 0 0 20px 0;
  padding: 18px 24px 18px 48px;
  position: relateve;
  z-index: 1;
  width: 100%;
}
select::-ms-expand {
  display: none;
}
select:focus {
  border: 2px solid #00693e;
  box-shadow: none;
  outline: none;
  transition: 0.4s;
}
.s-wrapp-default {
  width: 100%;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.s-wrapp-default:before {
  content: "\f111";
  color: #cccccc;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-size: 1.125rem;
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 24px;
}
.s-wrapp-change {
  width: 100%;
  position: relative;
  display: inline-block;
}
.s-wrapp-change>select {
  border: 2px solid #00693e;
  box-shadow: none;
  color: #00693e;
}
.s-wrapp-change:before {
  content: "\f058";
  color: #00693e;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-size: 1.125rem;
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 24px;
}

label {
  display: block;
}
/* Button's */
.buttonAREA {
  width: 100%;
  border-top: .99px dashed #00693e;
  box-sizing: border-box;
  display: block;
  margin: 20px auto 0 auto;
  padding: 40px 0 0 0;
  text-align: center;
}
.toCheck {
  width: 60%;
  background-color: #ffffff;
  border: 2px solid #00693e;
  border-radius: 10px;
  color: #00693e;
  margin: 30px auto;
  padding: 10px;
  transition: 0.4s;
}
.toCheck:hover {
  background-color: #00693e;
  color: #ffffff;
  cursor: pointer;
}

/* colors */
.color-green { color: #00693e; }
.color-red { color: #d0104c; }

/* footer */
footer {
  width: 100%;
  border-top: 5px solid #00693e;
  box-sizing: border-box;
  margin: 0;
  padding: 60px 0 10px 0;
  text-align: center;
}
.footer-box {
  width: 86%;
  max-width: 920px;
  margin: 0 auto;
  text-align: left;
}
.footer-add {
  box-sizing: border-box;
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  text-align: left;
}
.footer-add > h3 {
  border-bottom: .99px dotted #00693e;
  color: #00693e;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 6px 0;
  padding: 0 0 3px 0;
}
.footer-add > address {
  font-size: .8rem;
  font-style: normal;
  font-weight: 400;
}
.footer-add-list dt, dd {
  font-size: .8rem;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 6px 0;
}
.footer-add-list dt {
  width: 20%;
}
.footer-add-list dd {
  width: 80%;
}
.footer-add-list dd > tel {
  font-size: 1rem;
}
.copyright {
  color: #2b2b2b;
  display: inline;
  text-align: center;
}

@media screen and (min-width: 490px) {
  .table-style dt {
    align-items: stretch;
    background-color: #00693e;
    border: .99px solid #00693e;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    padding: 5px 12px;
    width: 30%;
  }
  .table-style dd {
    align-items: stretch;
    border: .99px solid #00693e;
    border-left: none;
    box-sizing: border-box;
    margin: 0;
    padding: 5px 12px;
    width: 70%;
  }
}

@media screen and (min-width: 600px) {
  p, dt, dd, li {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
  }
  .grobal-hl1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  .text-read {
    font-size: 1.3rem;
  }
  .text-price {
    font-size: 1.8rem;
    font-weight: 400;
  }
  .hl2 {
    font-size: 2rem;
    font-weight: 400;
  }
  .hl3 {
    font-size: 1.6rem;
  }
  .contact-button {
    font-size: 1.6rem;
    padding: 18px;
  }
  .footer-add > h3 {
    font-size: 1.2rem;
  }
  .footer-add-list dt, dd {
    font-size: .9rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 760px) {
  .sub-navi {
    width: 100%;
  }
  .sn-list {
    width: 24%;
  }

  .shop-add {
    align-items: stretch;
    width: 46%;
    margin: 0;
  }
  .cnt-left {
    align-items: stretch;
    box-sizing: border-box;
    width: 60%;
  }
  .cnt-right {
    align-items: stretch;
    box-sizing: border-box;
    width: 35%;
  }
  .footer-add {
    width: 46%;
  }
  .footer-add-list dt {
    width: 22%;
  }
  .footer-add-list dd {
    width: 78%;
  }
}

@media screen and (min-width: 1020px) {
  .logo {
    width: 120px;
    margin: 35px 0 0 0;
    float: left;
  }

  #showNav {
    display: none;
  }

  .navi-group {
    width: 100%;
    margin: 65px 0 0 0;
    background-color: #00693e;
  }

  .navi-group-global {
    border: 5px solid #00693e;
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 920px;
    font-size: 0;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  .navi-group-global li {
    background-color: #ffffff;
    border: none;
    box-sizing: border-box;
    color: #00693e;
    display: inline-block;
    font-size: 1rem;
    margin: 0 0 0 5px;
    padding: 6px 15px;
  }

  .navi-group-global li:first-of-type {
    margin: 0;
  }

  .navi-group-global li a {
    background-color: #00693e;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    margin: -6px -15px;
    padding: 6px 15px;
    text-decoration: none;
  }

  .navi-group-global li a::after {
    content: "";
    float: initial;
  }

  .navi-group-global li a:hover {
    background-color: #ffffff;
    color: #00693e;
  }

  .footer-navi li {
    align-items: stretch;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    font-size: 0.8rem;
    margin: 0 1% 0 0;
    padding: 0;
    width: 18%;
  }
  .footer-navi li:last-of-type {
    border-bottom: 1px solid #ffffff;
    margin: 0 0 0 0;
  }
  .footer-navi li a {
    margin: 0;
    padding: 0 0 3px 0;
  }
}