@charset "UTF-8";
html, body {
  overflow-x: hidden;
}

body {
  line-height: 1.8;
  font-family: "Helvetica Neue",Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  color: #333333;
  background-image: url(../images/body-bg.jpg);
  background-size: cover;
  background-position: center center;
}

@media (max-width: 550px) {
  body {
    font-size: 0.9rem;
    background-image: url(../images/body-bg_sm.jpg);
    background-position: left bottom;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.6;
}

.content_inner {
  max-width: 1200px;
  padding: 4.5rem 0;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .content_inner {
    padding: 3rem 1rem;
  }
}

@media (max-width: 550px) {
  .content_inner {
    padding: 2rem 0.5rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style-type: none;
}

img {
  vertical-align: middle;
}

.red {
  color: #E7260A;
}

.br-sp {
  display: none;
}

@media (max-width: 550px) {
  .br-sp {
    display: block;
  }
}

@media (max-width: 550px) {
  .pc-content {
    display: none;
  }
}

.sm-content {
  display: none;
}

@media (max-width: 550px) {
  .sm-content {
    display: inherit;
  }
}

header {
  width: 100%;
  position: fixed;
  z-index: 999;
}

@media (max-width: 550px) {
  header {
    height: 162.4px;
  }
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_inner h1 {
  width: 290px;
}

@media (max-width: 768px) {
  .header_inner h1 {
    width: 100%;
    text-align: center;
  }
}

.header_inner h1 a {
  display: block;
}

.header_inner h1 a img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .header_inner h1 a img {
    width: 250px;
  }
}

.content {
  max-width: 1200px;
  padding: 1rem 0;
  margin: 0 auto;
}

.contactList {
  width: calc(100% - 400px);
  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;
}

@media (max-width: 768px) {
  .contactList {
    display: none;
  }
}

.contactList li a {
  display: block;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}

.contactList li a span {
  display: block;
  font-size: 12px;
}

.contactList li a::after {
  position: absolute;
  content: "";
  background-color: rgba(204, 157, 41, 0.5);
  width: 100%;
  height: 7.25px;
  bottom: 2.25px;
  left: 0;
}

.contactList li:first-child a::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../images/icon-tel.png);
  background-repeat: no-repeat;
  background-size: 25px auto;
  left: -35px;
  top: 20px;
}

.contactList li:last-child a {
  color: #fff;
  background-color: #584D32;
  font-size: 18px;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

.contactList li:last-child a span {
  width: 27px;
  margin-right: 5px;
}

.contactList li:last-child a span img {
  width: 100%;
  height: auto;
}

.contactList li:last-child a::after {
  display: none;
}

.contactList_sp {
  display: none;
}

@media (max-width: 768px) {
  .contactList_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 0 0 1rem;
  }
  .contactList_sp li a {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #90845B;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
    margin-right: 20px;
  }
  .contactList_sp li a p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 1.5;
  }
  .contactList_sp li:last-child a {
    background-color: #584D32;
  }
  .contactList_sp li:last-child a p img {
    width: 25px;
    height: auto;
  }
}

.hero {
  width: 100%;
}

.hero_sub {
  width: 100%;
  height: 205px;
  background-image: url(../images/mv-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

@media (max-width: 550px) {
  .hero_sub {
    height: 150px;
    background-position: center 45%;
  }
}

.hero_sub h2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1040px;
  height: 28px;
  margin: auto;
  color: #fff;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-size: 28px;
  text-align: center;
}

@media (max-width: 768px) {
  .hero_sub h2 {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .hero_sub h2 {
    width: 100%;
    font-size: 20px;
    height: 20px;
  }
}

.globalMenu {
  width: 100%;
  height: 73px;
  z-index: 9;
}

@media (max-width: 768px) {
  .globalMenu {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    height: auto;
    width: 100%;
    z-index: 9;
    background-size: cover;
  }
}

@media (max-width: 550px) {
  .globalMenu {
    top: 80px;
  }
}

.globalMenu ul {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  line-height: 71px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .globalMenu ul {
    line-height: 2;
    padding: 2rem 1rem;
  }
}

@media (max-width: 550px) {
  .globalMenu ul {
    padding: 1rem;
  }
}

@media (max-width: 768px) {
  .globalMenu ul li {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-bottom: 1rem;
  }
}

.globalMenu ul li a {
  color: #fff;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-size: 20px;
}

@media (max-width: 768px) {
  .globalMenu ul li a {
    display: block;
  }
}

@media (max-width: 550px) {
  .globalMenu ul li a {
    font-size: 16px;
  }
}

.color-wh {
  background-color: rgba(135, 200, 209, 0.7);
}

.color-ym {
  background-color: rgba(252, 116, 121, 0.7);
}

.hamburger {
  display: none;
}

@media (max-width: 768px) {
  .hamburger {
    display: block;
    position: absolute;
    z-index: 3;
    right: 15px;
    top: 10px;
    width: 54px;
    height: 58px;
    cursor: pointer;
    text-align: center;
    background-color: #100C00;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 12px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger p {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    margin-top: 36px;
  }
}

@media (max-width: 768px) {
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  .hamburger.active span:nth-child(1) {
    top: 20px;
    left: 12px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.about {
  padding: 0.1rem 0 2rem 0;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
}

@media (max-width: 550px) {
  .about {
    padding: 1.5rem 0;
  }
}

.about .content_inner {
  padding: 4.5rem 0 3rem 0;
}

@media (max-width: 550px) {
  .about .content_inner {
    padding: 2rem 1rem 2rem 1rem;
  }
}

.about h3 {
  font-size: 25px;
  text-align: left;
  margin-bottom: 2rem;
  position: relative;
  border-bottom: 1px solid #978f8f;
  padding-bottom: 2rem;
}

@media (max-width: 550px) {
  .about h3 {
    font-size: 18px;
  }
}

.about p {
  font-family: "Helvetica Neue",Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 1rem;
}

@media (max-width: 550px) {
  .about p {
    font-size: 16px;
  }
}

.about p:last-of-type {
  margin-bottom: 0;
}

.parallax_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
}

.parallax_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.news {
  background-image: url(../images/yomopoint-bg.webp);
  background-size: cover;
  background-position: center;
}

.news .content_inner {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

@media (max-width: 550px) {
  .news .content_inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.title {
  margin-bottom: 2rem;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-weight: normal;
  font-size: 34px;
  letter-spacing: 0.02em;
  color: #9b565e;
}

.title img {
  width: 111px;
  height: auto;
}

.newsList_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 550px) {
  .newsList_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .newsList_container .img_area {
    margin: 0;
  }
  .newsList_container .img_area img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 550px) {
  .newsList {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 2rem;
  }
}

.newsList li {
  margin-bottom: 1.5rem;
  font-size: 18px;
  letter-spacing: 0.02em;
  padding-left: 50px;
  background-image: url(../images/chk.svg);
  background-repeat: no-repeat;
  background-position: top left;
}

@media (max-width: 550px) {
  .newsList li {
    font-size: 16px;
    padding-left: 30px;
    background-size: 24px;
    background-position: left 3px;
  }
}

.submenuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2rem;
}

.submenuList li {
  width: 31%;
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .submenuList li {
    width: 32%;
  }
}

@media (max-width: 550px) {
  .submenuList li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .submenuList li:last-child {
    margin-bottom: 0;
  }
}

.submenuList li a {
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 2rem;
}

@media (max-width: 768px) {
  .submenuList li a {
    padding: 1rem;
  }
}

@media (max-width: 550px) {
  .submenuList li a {
    padding: 1rem 0.25rem;
  }
}

.submenuList li h4 {
  text-align: center;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-weight: normal;
  font-size: 36px;
  width: 200px;
  margin: 0 auto;
  letter-spacing: 5px;
  color: #e98888;
  border-bottom: #eba9b1 4px solid;
}

.submenuList li h5 {
  text-align: center;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-size: 24px;
  letter-spacing: 1px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe1e1));
  background: linear-gradient(transparent 60%, #ffe1e1 60%);
  width: 90%;
  margin: 0 auto 20px;
}

.submenuList li img {
  margin: 40px auto;
}

@media (max-width: 550px) {
  .submenuList .sp-p {
    padding-top: 0;
  }
}

.bookList {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 550px) {
  .bookList {
    margin-top: 2rem;
  }
}

.bookList li {
  width: 22%;
  display: block;
  text-align: center;
}

@media (max-width: 550px) {
  .bookList li {
    width: 48%;
    margin-bottom: 2rem;
  }
}

.bookList li .img_area {
  background-color: #fff;
  border: 1px solid #A8A8A8;
  padding: 1rem;
}

@media (max-width: 768px) {
  .bookList li .img_area img {
    width: 125px;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 550px) {
  .bookList li .img_area img {
    width: 105px;
    height: 140px;
  }
}

.bookList li h4 {
  margin-top: 1rem;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-weight: 600;
}

@media (max-width: 550px) {
  .bookList li h4 {
    font-size: 14px;
  }
  .bookList li h4 br {
    display: none;
  }
}

.bookList li p {
  font-size: 15px;
}

@media (max-width: 550px) {
  .bookList li p {
    font-size: 12px;
  }
}

.bookList2 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 550px) {
  .bookList2 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}

.bookList2 li {
  width: 31%;
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}

@media (max-width: 550px) {
  .bookList2 li {
    width: 48%;
    margin-bottom: 2rem;
  }
}

.bookList2 li .img_area {
  background-color: #fff;
  border: 1px solid #A8A8A8;
  padding: 1rem;
}

.bookList2 li .img_area img {
  width: 180px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .bookList2 li .img_area img {
    width: 125px;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 550px) {
  .bookList2 li .img_area img {
    width: 105px;
    height: 140px;
  }
}

.bookList2 li h4 {
  margin-top: 1rem;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-weight: 600;
  color: #6d560c;
}

@media (max-width: 550px) {
  .bookList2 li h4 {
    font-size: 14px;
  }
  .bookList2 li h4 br {
    display: none;
  }
}

.bookList2 li p {
  font-size: 15px;
}

@media (max-width: 550px) {
  .bookList2 li p {
    font-size: 12px;
  }
}

.btn {
  text-align: center;
  margin-top: 3rem;
}

.btn a {
  background-color: #584D32;
  color: #fff;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-size: 18px;
  padding: .75rem 5rem;
}

.bookList_container {
  background-color: #fff;
  border: 1px solid #ACA89B;
}

.bookList_container table {
  width: 100%;
}

.bookList_container table td {
  padding: .5rem;
}

.bookList_inner {
  padding: 2rem;
  max-height: 980px;
  overflow-y: scroll;
}

@media (max-width: 550px) {
  .bookList_inner {
    padding: 1rem;
    max-height: 450px;
  }
}

.bookList_inner2 {
  padding: 2rem;
  max-height: 980px;
  overflow-y: scroll;
}

@media (max-width: 550px) {
  .bookList_inner2 {
    padding: 1rem;
    max-height: 450px;
  }
}

#searchform {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border: 1px solid #ACA89B;
  padding: 2rem;
}

@media (max-width: 768px) {
  #searchform {
    padding: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 550px) {
  #searchform {
    padding: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.search-field {
  width: 230px;
  background-color: #EDEDED;
}

@media (max-width: 768px) {
  .search-field {
    width: 150px;
  }
}

@media (max-width: 550px) {
  .search-field {
    width: 230px;
    margin-bottom: 2rem;
  }
}

.search-submit {
  background-color: #000;
  color: #fff;
  padding: 0 1rem;
  font-family: "Helvetica Neue",Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media (max-width: 550px) {
  .search-submit {
    margin-bottom: 2rem;
  }
}

.search-stock {
  background-color: #584D32;
  color: #fff;
  font-weight: 700;
  padding: 0 1.5rem 0 1rem;
}

@media (max-width: 768px) {
  .search-stock {
    margin: 1rem auto 0 auto;
  }
}

@media (max-width: 550px) {
  .search-stock {
    margin: 0 auto;
  }
}

.search-stock::before {
  content: "▶︎";
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
}

.search-select {
  border: 1px solid #707070;
  overflow: hidden;
  position: relative;
  font-family: "Helvetica Neue",Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}

@media (max-width: 550px) {
  .search-select {
    margin-bottom: 2rem;
  }
}

.search-select select {
  width: 100%;
  padding: 0 2rem 0 1rem;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
}

.search-select::after {
  content: "▼";
  position: absolute;
  right: .5rem;
  top: .15rem;
  font-size: 14px;
  margin-left: 10px;
}

.stocktext {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #584D32;
  padding: .5rem 0;
  width: 87.5%;
  margin: auto;
}

@media (max-width: 768px) {
  .stocktext {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .stocktext {
    font-size: 13px;
    width: 100%;
    padding: .25rem 0;
  }
}

footer {
  background-color: #000;
  color: #fff;
  padding: 1rem;
}

footer p {
  text-align: center;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-size: 14px;
}

dl.aboutList {
  padding: 0 3em;
}

@media (max-width: 550px) {
  dl.aboutList {
    padding: 0;
  }
}

dl.aboutList dt {
  font-weight: bold;
  width: 20%;
  float: left;
  text-align: left;
}

@media (max-width: 550px) {
  dl.aboutList dt {
    float: none;
    font-size: 16px;
  }
}

dl.aboutList dd {
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-left: 0;
}

dl.aboutList .no1 {
  border-top: 1px solid #EEEEEE;
  padding-top: 10px;
}

@media (max-width: 550px) {
  dl.aboutList .no1 {
    border-top: none;
    padding-top: 0;
  }
}

dl.aboutList .om {
  padding-top: 10px;
}

@media (max-width: 768px) {
  .contact {
    width: 100%;
  }
}

.contact tr {
  border-bottom: 1px solid #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.form_right {
  padding-left: 85px;
  text-align: left;
  width: 30%;
}

@media (max-width: 768px) {
  .form_right {
    padding-left: 0;
  }
}

@media (max-width: 550px) {
  .form_right {
    width: 100%;
    margin-bottom: 1em;
  }
}

.form_left {
  text-align: left;
  width: 70%;
}

@media (max-width: 550px) {
  .form_left {
    width: 100%;
  }
}

.contact textarea {
  background-color: #F2F2F2;
  border: none;
  font-size: 18px;
  line-height: 32px;
}

.contact input,
.contact select {
  height: 40px;
  padding: 0 1rem !important;
  font-size: 18px;
  background-color: #F2F2F2;
  border: none;
  border-radius: 0;
}

@media (max-width: 550px) {
  .contact input,
  .contact select {
    font-size: 14px;
    padding: 0 10px !important;
  }
}

.contact_btn {
  margin: auto;
}

@media (max-width: 550px) {
  .contact_btn {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .contact_btn tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.contact input[type=checkbox],
.contact input[type=radio] {
  height: initial;
}

.strag {
  width: 100%;
}

.lad {
  width: 110px;
}

.contact_btn button {
  color: #FFFFFF !important;
  width: 240px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 10px;
  background-color: #000000;
  display: block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  margin: 0 auto;
  -webkit-transition: .8s;
  transition: .8s;
}

@media (max-width: 550px) {
  .contact_btn button {
    width: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    margin: 0;
  }
}

.contact_btn button:hover {
  opacity: 0.7;
}

.red_req {
  color: #Fff;
  background-color: #E7260A;
  margin-left: 20px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  vertical-align: middle;
}

@media (max-width: 550px) {
  .red_req {
    font-size: 10px;
  }
}

.bg-gray {
  background-color: #EFEFEF;
}

.price {
  max-width: 1200px;
  margin: 40px auto 3rem;
  border-radius: 10px;
  padding: 2rem;
}

@media (max-width: 550px) {
  .price {
    padding: 2rem 0;
    width: 96%;
    margin: 20px 2% 0 2%;
  }
}

.price li {
  list-style: none;
  padding: 30px 46px;
  color: #fff;
  overflow: hidden;
  margin-bottom: 30px;
  border-bottom: dashed 1px #ffffff;
}

@media (max-width: 550px) {
  .price li {
    padding: 10px 15px;
    margin-bottom: 10px;
  }
}

.price li img {
  float: right;
  margin-left: 100px;
}

@media (max-width: 550px) {
  .price li img {
    width: 150px;
    margin-left: 10px;
    margin-bottom: 30px;
  }
}

.price h3 {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
  line-height: 2;
  text-align: center;
  font-size: 28px;
  margin-bottom: 25px;
}

@media (max-width: 550px) {
  .price h3 {
    font-size: 22px;
  }
}

.price h4 {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
  line-height: 1.5;
  font-size: 25px;
  margin-bottom: 15px;
}

@media (max-width: 550px) {
  .price h4 {
    padding-top: 0px;
    font-size: 16px;
  }
}

.price .kakaku {
  float: right;
  font-size: 34px;
  line-height: 1.5;
}

@media (max-width: 550px) {
  .price .kakaku {
    font-size: 18px;
  }
}

.price .kakapre {
  font-size: 22px;
}

.bk {
  background-color: #2E2E2E;
  overflow: hidden;
}

.gr {
  background-color: #5C5C5C;
}

.title2 {
  padding-top: 40px;
  font-weight: normal;
  font-size: 34px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #c44957;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
}

.title2 span {
  font-size: 18px;
  color: #000000;
}

.tenpo-img {
  float: left;
  margin-right: 4rem;
  margin-top: 2rem;
}

.tenpo-img img {
  border-radius: 20px;
}

@media (max-width: 550px) {
  .tenpo-img img {
    display: block;
    width: 80%;
    margin: 1rem auto;
  }
}

@media (max-width: 550px) {
  .tenpo-img {
    padding-top: 0px;
    margin: 0;
  }
}

.line_btn {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  background-color: #2DC100;
  color: #fff;
  font-size: 25px;
  margin: 2rem auto 0 auto;
  display: block;
  width: 50%;
  font-weight: bold;
  padding: 0.75rem 0 0.75rem 30px;
  border-radius: 6px;
  background-image: url(../images/wius.png);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: 30px center;
}

@media (max-width: 768px) {
  .line_btn {
    width: 80%;
  }
}

@media (max-width: 550px) {
  .line_btn {
    width: 100%;
    font-size: 20px;
  }
}

.tenpo-area {
  padding-top: 40px;
  padding-bottom: 40px;
  float: left;
  font-size: 18px;
}

@media (max-width: 550px) {
  .tenpo-area {
    padding: 0 1rem 1rem;
    font-size: 16px;
  }
}

.tenpo-area p {
  margin-bottom: 15px;
}

.img_area {
  margin-left: 40px;
}

.tenpo-title {
  font-size: 20px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  margin-bottom: 30px;
}

.midasi-yoyaku {
  color: #fff;
  font-size: 22px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  margin-bottom: 40px;
}

@media (max-width: 550px) {
  .midasi-yoyaku {
    font-size: 18px;
  }
}

.campaign {
  border: 3px solid #000;
  border-radius: 17px;
  padding: 30px;
  text-align: center;
}

@media (max-width: 550px) {
  .campaign {
    padding: 18px;
  }
}

.campaign h4 {
  font-size: 36px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-weight: bolder;
  margin-bottom: 30px;
}

@media (max-width: 550px) {
  .campaign h4 {
    font-size: 20px;
  }
}

.campaign .under {
  border-bottom: solid #A8A8A8 2px;
  padding-bottom: 10px;
}

.red {
  color: #ED0000;
}

.benefit {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 550px) {
  .benefit {
    font-size: 18px;
  }
}

.galla {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 580px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  overflow-x: auto;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: #CCCCCC solid 1px;
}

@media (max-width: 550px) {
  .galla {
    height: 400px;
  }
}

.galla li {
  width: 23%;
  margin-bottom: 2%;
}

@media (max-width: 550px) {
  .galla li {
    width: 31%;
    margin-bottom: 2%;
  }
}

.smunder {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 2;
  display: none;
}

@media (max-width: 550px) {
  .smunder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.smunder .btplan {
  width: 65%;
  text-align: center;
  background-color: #a2294d;
}

.smunder .btline {
  width: 35%;
  text-align: center;
  background-color: #2DC100;
}

.smunder a {
  display: block;
  padding: 5px 0;
}

.smunder img {
  height: 22px;
}

.contact tr {
  border-bottom: 1px solid #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.contact_btn td {
  padding: 10px;
}

.form_right {
  padding-left: 85px;
  text-align: left;
  width: 30%;
}

@media (max-width: 768px) {
  .form_right {
    padding-left: 0;
  }
}

@media (max-width: 550px) {
  .form_right {
    width: 100%;
    margin-bottom: 1em;
  }
}

.form_left {
  text-align: left;
  width: 70%;
}

@media (max-width: 550px) {
  .form_left {
    width: 100%;
  }
}

.contact textarea {
  background-color: #F2F2F2;
  border: none;
  font-size: 18px;
  line-height: 32px;
}

input,
select {
  height: 40px;
  padding: 0 1rem !important;
  font-size: 18px;
  margin: 1rem 0;
  background-color: #F2F2F2;
  border: none;
  border-radius: 0;
}

@media (max-width: 550px) {
  input,
  select {
    font-size: 14px;
    padding: 0 10px !important;
  }
}

.contact_btn {
  margin: auto;
}

@media (max-width: 550px) {
  .contact_btn {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .contact_btn tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

input[type=checkbox],
input[type=radio] {
  height: initial;
}

.strag {
  width: 100%;
}

.lad {
  width: 90px;
}

button {
  color: #FFFFFF !important;
  width: 240px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 10px;
  background-color: #000000;
  display: block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  margin-left: 20px;
  -webkit-transition: .8s;
  transition: .8s;
}

@media (max-width: 550px) {
  button {
    width: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    margin: 0;
  }
}

button:hover {
  opacity: 0.7;
}

.red_req {
  color: #Fff;
  background-color: #E7260A;
  margin-left: 20px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  vertical-align: middle;
}

@media (max-width: 550px) {
  .red_req {
    font-size: 10px;
  }
}

#slide-div2 {
  line-height: 0;
}

#slide-div2 img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-slide {
  max-width: 100%;
  height: 790px;
  background-image: url(../images/main-mv.webp);
  background-repeat: no-repeat;
  background-position: 250px center;
  background-size: cover;
}

@media (max-width: 550px) {
  .top-slide {
    background-position: -160px top;
    background-size: 750px;
    height: auto;
  }
}

.top-topic {
  max-width: 680px;
  padding-top: 60px;
  text-align: center;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.top-topic h2 {
  color: #00A1A8;
  font-size: 36px;
  padding-top: 0;
  margin-top: 0;
}

@media (max-width: 550px) {
  .top-topic h2 {
    font-size: 24px;
    padding-top: 30px;
  }
}

@media (max-width: 550px) {
  .top-topic {
    padding-left: 1rem;
    letter-spacing: 0;
    width: 100%;
  }
  .top-topic h1 {
    width: 160px;
    margin-left: 10px;
    text-align: center;
  }
}

.maintitle {
  padding: 10px 0;
  background-color: #33C6CD;
  font-weight: normal;
  font-size: 36px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
}

@media (max-width: 550px) {
  .maintitle {
    font-size: 22px;
  }
}

.catch {
  font-size: 36px;
  margin-bottom: 5px;
}

@media (max-width: 550px) {
  .catch {
    text-align: center;
    font-size: 32px;
    margin-top: 1rem;
    padding: 10px 0;
    line-height: 1.4;
    background-color: rgba(255, 255, 255, 0.605);
  }
}

.yasu {
  font-size: 36px;
  color: #ff5f5f;
  margin-top: 10px;
}

@media (max-width: 550px) {
  .yasu {
    font-size: 32px;
  }
}

.top-price {
  font-size: 56px;
  line-height: 1;
}

@media (max-width: 550px) {
  .top-price {
    font-size: 36px;
  }
}

.top-price .kakaku {
  color: #24ADB9;
  font-size: 120px;
  margin-left: 25px;
}

@media (max-width: 550px) {
  .top-price .kakaku {
    font-size: 70px;
    margin-left: 10px;
  }
}

.top-price .en {
  color: #24ADB9;
  font-size: 66px;
}

.top-bene {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (max-width: 550px) {
  .top-bene {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.top-bene p {
  width: 160px;
  height: 160px;
  border: 1px solid #52bed8;
  border-radius: 100%;
  text-align: center;
  padding-top: 36px;
  font-size: 24px;
  line-height: 1.6;
}

@media (max-width: 550px) {
  .top-bene p {
    border-radius: 140px;
    padding-top: 30px;
    width: 110px;
    height: 110px;
    font-size: 16px;
    letter-spacing: -1px;
  }
}

.top-bene p span {
  color: #24ADB9;
  font-size: 22px;
}

@media (max-width: 550px) {
  .top-bene p span {
    font-size: 18px;
    letter-spacing: -1px;
  }
}

.concept {
  background-image: url(../images/topic-bg1.webp);
  background-size: cover;
}

.concept p {
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.604079)), color-stop(50%, white), color-stop(80%, rgba(255, 255, 255, 0.595676)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.604079) 20%, white 50%, rgba(255, 255, 255, 0.595676) 80%, rgba(255, 255, 255, 0) 100%);
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  padding: 2rem 0;
}

@media (max-width: 550px) {
  .concept p {
    font-size: 17px;
    padding: 1rem 0;
    letter-spacing: -0.5px;
  }
}

.nayamu {
  background-image: url(../images/wh-side.webp);
  background-size: cover;
  background-position: 50%;
}

.nayamu ul {
  max-width: 600px;
  border-radius: 25px;
  background: #fff;
  border: 5px solid #33c6cd;
  padding: 2rem;
}

.nayamu ul li {
  background-image: url(../images/wh-chk.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 50px;
  font-size: 24px;
  margin-bottom: 1rem;
  background-size: 30px;
}

.red {
  color: #FF6265;
}

.pittari {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 46px;
  font-weight: 900;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center;
}

.pittari p {
  padding-top: 4rem;
}

.topic-title {
  background-color: #C4F8FA;
  font-size: 46px;
  text-align: center;
  padding: 15px 0;
  line-height: 1.5;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
}

@media (max-width: 550px) {
  .topic-title {
    font-size: 20px;
    padding: 10px 0;
    line-height: 1.2;
  }
}

.topic-title::before {
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-right: 30px;
  content: '';
  background-image: url(../images/title-icon.webp);
  background-size: 110px;
  vertical-align: middle;
}

@media (max-width: 550px) {
  .topic-title::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-size: 30px;
    margin-top: -5px;
  }
}

.topic-title2 {
  font-size: 46px;
  text-align: center;
  padding: 15px 0;
  line-height: 1.5;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
}

@media (max-width: 550px) {
  .topic-title2 {
    font-size: 20px;
    padding: 15px 0;
    line-height: 1.2;
  }
}

.topic-title2::before {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  content: '';
  background-image: url(../images/title-icon.webp);
  background-size: 80px;
  vertical-align: middle;
}

@media (max-width: 550px) {
  .topic-title2::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-top: -5px;
    background-size: 30px;
  }
}

.tokucyo {
  background-image: url(../images/voice-bg.webp);
  background-size: cover;
}

.tokucyo li {
  border-radius: 27px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(65, 188, 226, 0.69);
          box-shadow: 0px 2px 4px rgba(65, 188, 226, 0.69);
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3rem;
}

@media (max-width: 550px) {
  .tokucyo li {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.tokucyo li h3 {
  width: 100%;
  font-size: 36px;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

@media (max-width: 550px) {
  .tokucyo li h3 {
    font-size: 24px;
    line-height: 1.3;
  }
}

.tokucyo li img {
  width: 33%;
}

@media (max-width: 550px) {
  .tokucyo li img {
    width: 90%;
    margin: 0 auto 1rem;
  }
}

.tokucyo li p {
  width: 62%;
  font-size: 24px;
  margin-left: 5%;
}

@media (max-width: 550px) {
  .tokucyo li p {
    width: 100%;
    font-size: 18px;
    margin-left: 0;
  }
}

.voice {
  background-image: url(../images/voice-bg.webp);
  background-size: cover;
}

.voice li {
  border-radius: 27px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(65, 188, 226, 0.69);
          box-shadow: 0px 2px 4px rgba(65, 188, 226, 0.69);
  padding: 2rem;
  margin-bottom: 3rem;
}

@media (max-width: 550px) {
  .voice li {
    padding: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 15px;
  }
}

.voice li p {
  font-size: 20px;
}

@media (max-width: 550px) {
  .voice li p {
    font-size: 16px;
  }
}

.tokumaru {
  background-color: #00C1CB;
  display: inline-block;
  border-radius: 38px;
  font-size: 23px;
  text-align: center;
  padding: 1rem 0.7rem;
  margin-right: 25px;
  color: #ffffff;
  vertical-align: middle;
  line-height: 1;
  width: 76px;
  height: 76px;
}

@media (max-width: 550px) {
  .tokumaru {
    width: 46px;
    height: 46px;
    font-size: 14px;
    padding: 10px 5px 0;
    margin-right: 10px;
  }
}

.faq_title {
  margin-bottom: 0;
}

.faqList {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0;
}

@media (max-width: 550px) {
  .faqList {
    padding: 1rem 0;
  }
}

.faqList li {
  margin-bottom: 2rem;
}

.faqList li:last-child {
  margin-bottom: 0;
}

.faqList li .q-area {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  color: #00C1CA;
  font-size: 20px;
  margin-bottom: 1rem;
}

@media (max-width: 550px) {
  .faqList li .q-area {
    font-size: 18px;
    margin-left: 0.5rem;
  }
}

.faqList li .q-area span {
  font-size: 24px;
  margin-right: 10px;
}

.faqList li .a-area {
  background-color: #fff;
  border: 1px solid #d1eaec;
  padding: 1rem;
}

.faqList li .a-area p {
  margin-bottom: 0;
  font-weight: 500;
}

.seju-sample {
  background-image: url(../images/topic-bg1.webp);
  background-size: cover;
}

.seju-sample ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 550px) {
  .seju-sample ul {
    padding: 1rem 0;
  }
}

.seju-sample ul li {
  width: 32%;
  margin-bottom: 2rem;
}

@media (max-width: 550px) {
  .seju-sample ul li {
    width: 49%;
    margin-bottom: 1rem;
  }
}

.modelist {
  background-color: #EBFDFF;
}

.modelist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modelist ul li {
  width: 31%;
  padding: 1rem;
  text-align: center;
  background-color: #ffffff;
  margin-bottom: 3rem;
  font-size: 20px;
  color: #00A1A8;
}

@media (max-width: 550px) {
  .modelist ul li {
    padding: 0.5rem;
    width: 49%;
    font-size: 18px;
    margin-bottom: 1rem;
  }
}

.modelist ul li h4 {
  font-weight: normal;
}

.modelist ul li h4 span {
  color: #000000;
  font-size: 16px;
}

@media (max-width: 550px) {
  .modelist ul li h4 span {
    display: block;
    font-size: 14px;
  }
}

.sejuflow {
  background-color: #F5FEFF;
}

.sejuflow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sejuflow ul::after {
  width: 32%;
  content: "";
  display: block;
}

@media (max-width: 550px) {
  .sejuflow ul::after {
    width: 49%;
  }
}

@media (max-width: 550px) {
  .sejuflow ul {
    padding: 1rem 0;
  }
}

.sejuflow ul li {
  width: 32%;
  padding: 2rem;
  text-align: center;
  background-color: #ffffff;
  margin-bottom: 3rem;
  font-size: 18px;
}

@media (max-width: 550px) {
  .sejuflow ul li {
    width: 49%;
    padding: 0;
    font-size: 16px;
  }
}

.sejuflow ul li img {
  width: 85%;
  margin-bottom: 10px;
}

.sejuflow ul li span {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  color: #5DBFC4;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 2px;
  background-image: url(../images/flowunder.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 90px;
  padding-bottom: 13px;
}

.sejuflow ul li h4 {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-weight: normal;
  font-size: 26px;
  color: #41aaaf;
  margin-bottom: 10px;
}

@media (max-width: 550px) {
  .sejuflow ul li h4 {
    font-size: 16px;
    letter-spacing: -1px;
  }
}

@media (max-width: 550px) {
  .sejuflow ul li p {
    font-size: 15px;
    padding: 0 0.3rem;
  }
}

.syosin-topic {
  clear: both;
  width: 1200px;
  margin: 2rem auto;
  padding: 0 2rem;
  border: 3px solid #03939A;
}

@media (max-width: 768px) {
  .syosin-topic {
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media (max-width: 550px) {
  .syosin-topic {
    padding: 1rem;
    margin-bottom: 0;
  }
}

.syosin-topic h3 {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
}

@media (max-width: 550px) {
  .syosin-topic h3 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -1px;
  }
}

.syosin-topic .area-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2% 0.5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .syosin-topic .area-contact {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 550px) {
  .syosin-topic .area-contact {
    padding: 0;
  }
}

.syosin-topic .area-contact .hp img {
  height: 75px;
}

@media (max-width: 550px) {
  .syosin-topic .area-contact .hp img {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
}

.syosin-topic .area-contact .li img {
  height: 75px;
}

@media (max-width: 550px) {
  .syosin-topic .area-contact .li img {
    width: 50%;
    margin-top: 15px;
    height: auto;
  }
}

.syosin-topic .area-contact p {
  margin-bottom: 0;
}

@media (max-width: 550px) {
  .syosin-topic .area-contact p {
    text-align: center;
    font-weight: bold;
  }
}

@media (max-width: 550px) {
  .syosin-topic .area-contact a {
    width: 100%;
  }
}

.syosin-topic h3 {
  font-size: 36px;
  color: #03939A;
  font-weight: 700;
}

@media (max-width: 550px) {
  .syosin-topic h3 {
    font-size: 18px;
  }
}

.syosin-topic .tel-ac {
  width: 420px;
  font-size: 90%;
  line-height: 1;
}

.syosin-topic .tel-ac span {
  margin-left: 50px;
  display: block;
}

@media (max-width: 768px) {
  .syosin-topic .tel-ac {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-bottom: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 550px) {
  .syosin-topic .tel-ac {
    width: 100%;
    margin-bottom: 0;
    display: block;
    font-weight: bold;
  }
}

.syosin-topic .tel-ac a {
  text-decoration: none;
  color: inherit;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-size: 380%;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 50px;
  background-image: url(../images/icon-top-tel.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 34px;
}

@media (max-width: 550px) {
  .syosin-topic .tel-ac a {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 40px;
    background-position: 10px center;
    width: 100%;
  }
}

.subtitle-wh {
  font-size: 36px;
  text-align: center;
  font-weight: normal;
  color: #00C2CB;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
}

@media (max-width: 550px) {
  .subtitle-wh {
    font-size: 22px;
  }
}

.separate {
  max-width: 1200px;
  display: block;
  border: 0;
  margin: 1rem auto;
  height: 1px;
  background-color: #bbb7b7;
}

.messe-bg {
  background-image: url(../images/messe-bg.webp);
  background-size: cover;
  background-position: top;
  padding: 2rem;
}

@media (max-width: 550px) {
  .messe-bg {
    padding: 1.5rem 0;
  }
}

.messe-waku {
  background-image: url(../images/messe-waku-pc.svg);
  background-size: contain;
  max-width: 1200px;
  min-height: 390px;
  margin: 1rem auto;
  padding: 6rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 20px;
}

@media (max-width: 550px) {
  .messe-waku {
    background-image: none;
    background-position: top center,bottom center;
    background-size: 100% auto;
    background-color: #ffffff;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 0;
    font-size: 16px;
  }
}

.messe-waku img {
  width: 270px;
  margin: 1rem auto 0;
}

.messe-waku div {
  padding: 2rem;
}

@media (max-width: 550px) {
  .messe-waku div {
    padding: 1rem;
  }
}

.messe-waku .tencyo-name {
  color: #967710;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-size: 30px;
  font-weight: bold;
  text-align: right;
}

@media (max-width: 550px) {
  .messe-waku .tencyo-name {
    font-size: 22px;
  }
}

.messe-waku .tencyo-katagaki {
  font-size: 20px;
  margin-right: 30px;
  font-weight: 500;
}

.tennai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem;
}

@media (max-width: 550px) {
  .tennai {
    padding: 0;
  }
}

.tennai li {
  width: 48%;
  padding: 2rem;
  background-color: #ffffff;
  margin-bottom: 2rem;
  text-align: center;
}

@media (max-width: 550px) {
  .tennai li {
    width: 49%;
    padding: 0.6rem;
    margin-bottom: 1rem;
  }
}

.tennai li h4 {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-size: 26px;
  color: #41AAAF;
  font-weight: 600;
}

@media (max-width: 550px) {
  .tennai li h4 {
    font-size: 18px;
  }
}

.yomogi-kounou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  padding: 0 !important;
}

@media (max-width: 550px) {
  .yomogi-kounou {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.yomogi-kounou img {
  width: 45%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 550px) {
  .yomogi-kounou img {
    width: 100%;
    height: 200px;
  }
}

.yomogi-kounou div {
  width: 55%;
  padding: 3rem;
}

@media (max-width: 550px) {
  .yomogi-kounou div {
    width: 100%;
    padding: 1.5rem;
  }
}

.yomogi-kounou div h3 {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-size: 26px;
}

.yomogi-kounou div h4 {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-size: 22px;
  color: #90845B;
  font-weight: 600;
}

@media (max-width: 550px) {
  .yomogi-kounou div h4 {
    font-size: 22px;
  }
}

.yomogi-kounou div li {
  border-bottom: 1px solid #D0D0D0;
  padding: 1rem 0;
}

.yomo {
  background-color: #fff2f4;
}

.herbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3rem 0;
}

.herbs li {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

@media (max-width: 550px) {
  .herbs li {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.herbs li img {
  width: 170px;
}

@media (max-width: 550px) {
  .herbs li img {
    width: 140px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.herbs li div {
  padding: 0.5rem 1.5rem;
  background-color: #F8F8F8;
}

@media (max-width: 550px) {
  .herbs li div {
    padding: 0.8rem;
  }
}

.herbs li h4 {
  color: #D96D6D;
  font-size: 22px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-weight: 600;
}

@media (max-width: 550px) {
  .herbs li h4 {
    font-size: 18px;
  }
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
}

@media (max-width: 550px) {
  #page_top {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 50px;
  }
}

#yoya {
  width: 46px;
  height: 194px;
  position: fixed;
  right: 5%;
  top: 500px;
}

@media (max-width: 550px) {
  #yoya {
    display: none;
  }
}

.blog_list {
  width: 29%;
  float: left;
  padding: 2%;
  padding-top: 0;
}

.blog_list_photo {
  height: auto;
  overflow: hidden;
  margin-bottom: 5px;
}

.blog_title {
  padding-left: 10px;
  border-left: 3px solid #20c7da;
  margin-bottom: 5px;
  color: #000000;
}

.blog_list a {
  color: #FFFFFF;
}

.blog_date {
  background-color: #20c7da;
}

.blog_date a {
  color: #FFFFFF;
}

.blog_list img {
  width: 100%;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media (max-width: 550px) {
  .blog_list {
    width: 96%;
    float: left;
    padding: 2%;
  }
  .blog_list_photo {
    width: 320px;
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog_list_photo img {
    width: 220px;
    height: 170px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.yomogi-kv {
  width: 100%;
  height: 600px;
  background-image: url(../images/yomo-kv.webp);
  background-size: cover;
  background-position: center;
}

@media (max-width: 550px) {
  .yomogi-kv {
    height: 400px;
    background-size: 1200px;
    background-position: bottom;
  }
}

.yomogi-kv h1 {
  width: 100%;
  text-align: center;
  padding: 0;
  padding-top: 1rem;
  margin: 0;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  color: #c6616d;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 550px) {
  .yomogi-kv h1 {
    font-size: 22px;
  }
}

.yomogi-kv h1 span {
  font-size: 76px;
  color: #000000;
  letter-spacing: 20px;
}

@media (max-width: 550px) {
  .yomogi-kv h1 span {
    font-size: 56px;
    letter-spacing: 10px;
  }
}

.yomogi-kv img {
  width: 300px;
  padding-top: 100px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 550px) {
  .yomogi-kv img {
    width: 200px;
    padding-top: 20px;
  }
}

.bg-yomoflow {
  background-image: url(../images/yomoflow-bg.webp);
  background-size: cover;
  background-position: center;
}

.about-yomogi {
  max-width: 960px;
  margin: 2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 5px solid;
  -o-border-image: linear-gradient(to right, #B68E1D, #f8d471, #B68E1D) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#B68E1D), color-stop(#f8d471), to(#B68E1D)) 1;
     border-image: linear-gradient(to right, #B68E1D, #f8d471, #B68E1D) 1;
  padding: 3rem;
  display: flex;
}

@media (max-width: 550px) {
  .about-yomogi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2rem 2%;
    padding: 1.5rem;
  }
}

.about-yomogi h4 {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  font-size: 26px;
  font-weight: 500;
  color: #D96D6D;
  margin-bottom: 1rem;
}

.about-yomogi img {
  width: 300px;
  height: auto;
  margin-left: 2rem;
}

.pla-toku {
  border: solid #ffffff 1px;
  padding: 2rem;
  color: #ffffff;
}

.frame {
  height: 350px;
}
/*# sourceMappingURL=style.css.map */