@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  width: 1920px;
  max-width: 100%;
  line-height: 1.6;
  --font-color: #3b4043;
  --bg-gray: #F0F3F5;
  color: var(--font-color);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPゴシック", Meiryo, sans-serif;
  margin: 0 auto;
}

a {
  color: #3b4043;
  text-decoration: none;
}

header img {
  max-width: 100%;
}

.main {
  position: relative;
}
.main .pageTop {
  background-image: url(../img/common/pagetop.png);
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: block;
  width: 64px;
  height: 64px;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .main .pageTop {
    width: 96px;
    height: 96px;
  }
}

.content {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  padding: 0 5.3%;
}
@media screen and (max-width: 767px) {
  .content {
    padding: 0 15px;
  }
}

h1 {
  text-align: center;
}

.main-title {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-title {
    width: 392px;
  }
}

ul.feature li {
  display: flex;
  flex-wrap: wrap;
}
ul.feature li img {
  max-width: 100%;
}
ul.feature li .info {
  width: 100%;
}
ul.feature li .info h2 {
  text-align: center;
  margin-bottom: 20px;
}
ul.feature li .info h2 img {
  max-height: 29px;
}
ul.feature li .info P {
  line-height: 2.8;
  font-size: 14px;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  ul.feature li {
    flex-wrap: nowrap;
    gap: 5%;
    margin-bottom: 20px;
  }
  ul.feature li:nth-child(even) .info {
    order: 2;
  }
  ul.feature li .info {
    flex: 0 0 55.73%;
  }
  ul.feature li .info h2 {
    text-align: left;
  }
  ul.feature li .info h2 img {
    max-height: 29px;
    width: 100%;
    width: auto;
    max-height: 44px;
  }
  ul.feature li .picture {
    flex: 0 0 39.27%;
    max-width: 100%;
  }
  ul.feature li .picture img {
    max-width: 100%;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  li + li {
    margin-top: 20px;
  }
}
section.detail {
  background-image: url("../img/common/kanaami.png");
}
section.detail ul {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  --gap-size: 24px;
  display: flex;
  flex-direction: column;
  padding: 60px 15px;
}
section.detail ul li {
  width: 100%;
  display: flex;
  background: var(--bg-gray);
  flex-direction: column;
}
section.detail ul li div {
  width: 100%;
  height: 100%;
}
section.detail ul li .detail-txt p {
  padding: 0 15px;
  display: flex;
  align-items: center;
}
section.detail ul li .detail-txt-title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
section.detail ul li .detail-txt-info {
  line-height: 1.8;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  section.detail ul {
    padding: 80px 0;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    gap: var(--gap-size);
  }
  section.detail ul li {
    width: 33.3333333333%;
    display: flex;
    flex-direction: column;
  }
  section.detail ul li .detail-txt p {
    padding: 0 12.5%;
  }
  section.detail ul li .detail-txt p:first-child {
    height: 45%;
  }
  section.detail ul li .detail-txt p:last-child {
    height: 55%;
  }
  section.detail ul li .detail-picture {
    margin-bottom: 10px;
  }
  section.detail ul li.large {
    width: calc(66.6666666667% - var(--gap-size));
    flex-direction: row;
  }
  section.detail ul li.large .detail-picture {
    margin-bottom: 0px;
    width: 56.7010309278%;
  }
  section.detail ul li.large .detail-picture picture {
    display: block;
  }
  section.detail ul li.large .detail-txt {
    width: 43.2989690722%;
  }
}

section.green_area {
  width: 100%;
  background-color: rgba(0, 165, 115, 0.21);
  padding: 32px 15px;
}
@media screen and (min-width: 768px) {
  section.green_area {
    padding: 120px 0;
  }
}
section.green_area ul {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.green_area ul li {
  width: 100%;
  text-align: center;
  background-color: #FFFFFF;
  padding: 45px 10px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
}
section.green_area ul li h2 {
  font-size: 24px;
  color: #00A573;
  font-weight: bold;
  margin-bottom: 10px;
}
section.green_area ul li p {
  line-height: 1.6;
  font-size: 12px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  section.green_area ul li {
    display: flex;
  }
  section.green_area ul li + li {
    margin-top: 40px;
  }
  section.green_area ul li img {
    width: 150px;
    height: 150px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  section.green_area ul li {
    padding: 0 0 30px 0;
    width: 280px;
    gap: 10px;
  }
  section.green_area ul li h2 {
    font-size: 27px;
    margin: 1em 0;
  }
  section.green_area ul li p {
    padding: 0 10px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}
section.tatsuma ul {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
section.tatsuma ul li {
  width: 100%;
  display: flex;
  align-items: center;
}
section.tatsuma ul li:nth-child(-n+2) {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  section.tatsuma ul li {
    margin: 40px 0px;
  }
  section.tatsuma ul li:nth-child(-n+2) {
    width: 50%;
  }
  section.tatsuma ul li:nth-child(2) {
    padding: 5%;
  }
}
section.tatsuma ul li img {
  vertical-align: bottom;
}

.shop_logo {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.shop_logo img {
  max-height: 50px;
  margin: 10px auto;
}

section.product {
  background: var(--bg-gray);
  padding: 40px 15px;
}
section.product ul {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
section.product ul li {
  background-color: #FFF;
  width: 100%;
  padding: 20px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  section.product ul li + li {
    margin-top: 15px;
  }
}
section.product ul li p {
  font-size: 20px;
  text-align: center;
}
section.product ul li p.icon {
  font-size: 16px;
  height: 25px;
  color: #00A573;
}
section.product ul li p.price {
  font-size: 24px;
  margin: 10px 0;
  font-weight: bold;
}
section.product ul li p.price span {
  font-weight: normal;
  font-size: 16px;
}
section.product ul li .link {
  background-color: var(--font-color);
  line-height: 3;
  color: #FFF;
  display: block;
  border-radius: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.product ul {
    padding: 40px 0px;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
  }
  section.product ul li {
    padding: 20px;
    max-width: 390px;
  }
}

section.movie div {
  padding: 100px 15px;
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}
section.movie div iframe {
  aspect-ratio: 1.778;
}

.f30 {
  font-size: 30px;
}
.f20 {
  font-size: 20px;
}

.bottom {
  height: 15px;
  background-color: #00A573;
  position: fixed;
  bottom: 0;
  width: 100vw;
}

/*# sourceMappingURL=style.css.map */