@charset "UTF-8";
/* ------------------------------------------------------
Font 
------------------------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@200&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&display=swap");
/* ------------------------------------------------------
Breakpoint 
------------------------------------------------------ */
/* ------------------------------------------------------
Content 
------------------------------------------------------ */
#about {
  background: url(../img/border_dot_m.gif) repeat-x bottom;
  margin-top: 40px;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
#about h4 {
  background: url(../img/icon_melon.gif) no-repeat left top;
  font-size: 160%;
  line-height: 100%;
  padding-top: 5px;
  padding-left: 40px;
  font-weight: bold;
  letter-spacing: 2px;
}

.text {
  margin: 30px 0;
  letter-spacing: 2px;
  line-height: 180%;
}
.text strong {
  font-size: 130%;
  color: #78BD36;
}

.rokujiImg img {
  width: 100%;
  height: auto;
}
.rokuji .title {
  font-size: 150%;
  line-height: 100%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  text-align: center;
  margin: 20px 0px;
  padding: 10px;
  background: #e9b9b4;
  letter-spacing: 2px;
}

.rokujiContent .btn {
  letter-spacing: -4px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .rokujiContent .btn {
    letter-spacing: -5px;
  }
}
.rokujiContent .btn::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #f2f2f2;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .rokujiContent .btn img {
    display: none;
  }
}
.rokujiContent .btn li {
  display: inline-block;
  margin-right: -1px;
  vertical-align: top;
  border-bottom: solid 1px #f2f2f2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .rokujiContent .btn li {
    margin: 0;
    border: 0;
    width: 50%;
    margin: 0 -1px -1px 0;
  }
}
.rokujiContent .btn li:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .rokujiContent .btn li:first-child {
    margin-right: 0;
  }
}
.rokujiContent .btn li.on {
  border-bottom: solid 1px #ffffff;
}
.rokujiContent .btn li span {
  display: none;
}
@media screen and (max-width: 767px) {
  .rokujiContent .btn li span {
    letter-spacing: 0;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .rokujiContent .btn li a {
    display: block;
    padding: 10px;
    border: solid 1px #e6e6e6;
    font-weight: 700;
    background: #79BD36;
    color: #FFFFFF;
  }
}
.rokujiContent .columns {
  text-align: center;
}
.rokujiContent .columns li {
  display: inline-block;
  width: 220px;
  margin: 0 10px;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .rokujiContent .columns li {
    width: 47%;
    margin: 1%;
  }
}
.rokujiContent .columns li img {
  width: 100%;
  height: auto;
}
.rokujiContent .columns li p {
  padding: 10px 0;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .rokujiContent .columns li p {
    text-align: left;
  }
}
.rokujiContent .pageNav {
  text-align: center;
  padding: 20px 0;
}
.rokujiContent .pageNav a {
  color: #78BD36;
}
.rokujiContent .pageNav a em {
  display: none;
}
@media screen and (max-width: 767px) {
  .rokujiContent .pageNav a em {
    font-style: normal;
    display: inline;
    border: solid 1px #e6e6e6;
    padding: 10px 15px;
    margin: 10px;
    font-weight: bold;
    background: #fafafa;
  }
}
@media screen and (max-width: 767px) {
  .rokujiContent .pageNav a span {
    display: none;
  }
}

#pageContent {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  #pageContent {
    padding-top: 20px;
  }
}
#pageContent section {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #pageContent section {
    margin-bottom: 30px;
  }
}
#pageContent section:last-child {
  margin-bottom: 0;
}
#pageContent section:nth-child(n+2) h2 {
  font-size: 150%;
  line-height: 100%;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
  background: #7FD4CE;
  letter-spacing: 2px;
}
#pageContent section img {
  width: 100%;
  height: auto;
}
#pageContent section .text {
  letter-spacing: 2px;
  line-height: 180%;
  margin: 0;
}
#pageContent section.about dl dt {
  float: right;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #pageContent section.about dl dt {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
}
#pageContent section.about dl dd {
  float: left;
  width: 47%;
}
@media screen and (max-width: 767px) {
  #pageContent section.about dl dd {
    float: none;
    width: auto;
  }
}
#pageContent section.about h2 {
  font-size: 150%;
  line-height: 100%;
  font-weight: 700;
  color: #00A99D;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #pageContent section.about h2 {
    margin-bottom: 10px;
  }
}
#pageContent section.commitment dl {
  background: #fafafa;
  padding: 20px;
  margin-bottom: 10px;
}
#pageContent section.commitment dl dt {
  font-size: 130%;
  line-height: 100%;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}
#pageContent section.commitment .imgColumn ul {
  letter-spacing: -4px;
}
#pageContent section.commitment .imgColumn ul li {
  display: inline-block;
  width: 30%;
  margin: 5px;
  border: solid 6px #F2F2F2;
}
@media screen and (max-width: 767px) {
  #pageContent section.commitment .imgColumn ul li {
    display: block;
    width: auto;
    margin: 5px;
  }
}
#pageContent section.message dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #pageContent section.message dl {
    display: block;
  }
}
#pageContent section.message dl dt {
  width: 90%;
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  #pageContent section.message dl dt {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
#pageContent section.message dl dd {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}
@media screen and (max-width: 767px) {
  #pageContent section.message dl dd {
    float: none;
    width: auto;
  }
}
#pageContent section.shop .shopWrap, #pageContent section.company .shopWrap {
  margin-bottom: 10px;
}
#pageContent section.shop .shopWrap:last-child, #pageContent section.company .shopWrap:last-child {
  margin-bottom: 0;
}
#pageContent section.shop .shopWrap table, #pageContent section.company .shopWrap table {
  width: 100%;
  border-collapse: collapse;
}
#pageContent section.shop .shopWrap table tr:first-child th, #pageContent section.company .shopWrap table tr:first-child th {
  background: #F2FBFA;
  font-size: 120%;
  line-height: 130%;
  letter-spacing: 2px;
}
#pageContent section.shop .shopWrap table tr:first-child th span::before, #pageContent section.company .shopWrap table tr:first-child th span::before {
  content: "●";
  color: #00A99D;
  margin-right: 5px;
}
#pageContent section.shop .shopWrap table th, #pageContent section.shop .shopWrap table td, #pageContent section.company .shopWrap table th, #pageContent section.company .shopWrap table td {
  padding: 20px;
  border: solid 1px #e6e6e6;
}
@media screen and (max-width: 767px) {
  #pageContent section.shop .shopWrap table th, #pageContent section.shop .shopWrap table td, #pageContent section.company .shopWrap table th, #pageContent section.company .shopWrap table td {
    display: block;
  }
}
#pageContent section.shop .shopWrap table th, #pageContent section.company .shopWrap table th {
  background: #fafafa;
  color: #000000;
  font-weight: 700;
  text-align: left;
  width: 20%;
}
@media screen and (max-width: 767px) {
  #pageContent section.shop .shopWrap table th, #pageContent section.company .shopWrap table th {
    padding: 10px;
    width: auto;
  }
}
#pageContent section.shop .shopWrap table td, #pageContent section.company .shopWrap table td {
  word-break: break-all;
  letter-spacing: 2px;
  line-height: 180%;
}
#pageContent section.shop .shopWrap table td .gBtn, #pageContent section.company .shopWrap table td .gBtn {
  display: block;
  background: #7FD4CE;
  color: #FFFFFF;
  width: 160px;
  padding: 5px;
  border-radius: 6px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #pageContent section.shop .shopWrap table td .gBtn, #pageContent section.company .shopWrap table td .gBtn {
    text-align: center;
    width: auto;
  }
}