@charset "UTF-8";
/*　変数　*/
/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
  background-image: none !important; /* デフォルトのボタン画像を消す */
  background: none;
  height: 130px;
  width: 36px;
  margin-top: -65px;
  opacity: 0.7;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

/* 前ページボタンのスタイル */
.swiper-button-prev:before {
  content: "\f104";
  font-family: "Font Awesome 6 Free";
  font-size: 60px;
  font-weight: 900;
  color: #969696;
}

/* 次ページボタンのスタイル */
.swiper-button-next:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-size: 60px;
  font-weight: 900;
  color: #969696;
}

.swiper-button-prev:after {
  display: none;
}

.swiper-button-next:after {
  display: none;
}

.swiper {
  max-width: 100%;
  width: 100%;
}

.swiper-slide img {
  width: 100%;
}

/* 全体のスタイル */
/* 現在のスライドのスタイル */
.swiper-pagination-bullet-active {
  background: #fff; /* 色：黄色 */
}

/*　ページスクロール　*/
.for-scroll {
  height: 1500px;
}

.scroll-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 100;
  background-color: #ddd;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  line-height: 50px;
  text-align: center;
}

.scroll-top:hover {
  cursor: pointer;
  opacity: 0.7;
}

@font-face {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*-------------------------------------------------
このフォントはIPAフォントライセンスv1.0の下で提供されています。
http://ipafont.ipa.go.jp/ipa_font_license_v1.html
-------------------------------------------------*/
.font-strong {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

html {
  font-size: 62.5%;
}

a {
  text-decoration: none;
  color: #6a3906;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}
a:link {
  color: #030303;
}
a:visited {
  color: #030303;
}

b, strong {
  font-weight: bold !important;
}

.link-underline {
  text-decoration: underline;
}

.highlight_y {
  background: linear-gradient(transparent 40%, #FFF100 40%);
}

img {
  vertical-align: bottom;
}

ol li {
  list-style-type: decimal;
  margin-left: 3rem;
}

body {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
/*　共通クラス　*/
.header__btn_contact {
  display: flex;
  justify-content: space-evenly;
  position: relative;
  transition: 0.5s;
}
.header__btn_contact a {
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: inline;
  padding: 1rem 2rem 1rem 2rem;
  background: #22ac38;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .header__btn_contact {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    transition: 0.5s;
  }
  .header__btn_contact a {
    color: #fff;
    text-align: center;
    font-weight: bold;
    display: inline;
    padding: 1rem 2rem 1rem 2rem;
    background: #22ac38;
    border-radius: 20px;
  }
}
.common__btn_contact-350 {
  display: flex;
  justify-content: space-evenly;
  position: relative;
  transition: 0.5s;
  font-size: 2.2rem;
}
.common__btn_contact-350 a {
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: inline;
  padding: 1rem 2rem 1rem 2rem;
  background: #22ac38;
  border-radius: 20px;
  min-width: 350px;
}
.common__btn_contact-350 p {
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: inline;
  padding: 1rem 2rem 1rem 2rem;
  background: #22ac38;
  border-radius: 20px;
  min-width: 350px;
}

@media screen and (max-width: 768px) {
  .common__btn_contact-350 {
    font-size: 1.8rem;
  }
  .common__btn_contact-350 a {
    min-width: 80%;
  }
  .common__btn_contact-350 p {
    min-width: 80%;
  }
}
.common__btn_contact-350-brown {
  display: flex;
  justify-content: space-evenly;
  position: relative;
  transition: 0.5s;
  font-size: 2.2rem;
}
.common__btn_contact-350-brown a {
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: inline;
  padding: 1rem 2rem 1rem 2rem;
  background: #6a3906;
  border-radius: 20px;
  min-width: 350px;
}

@media screen and (max-width: 768px) {
  .common__btn_contact-350-brown {
    font-size: 1.8rem;
  }
  .common__btn_contact-350-brown a {
    min-width: 80%;
  }
  .common__btn_contact-350-brown p {
    min-width: 80%;
  }
}
.common__btn_240 {
  position: relative;
  transition: 0.5s;
}
.common__btn_240 a {
  color: #333;
  text-align: center;
  font-weight: bold;
  padding: 2rem 6rem 2rem 6rem;
  min-width: 240px;
  background: #FFF100;
  border-radius: 100vh;
}

.common__btn_240 a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 2rem;
}

.common__btn_more {
  position: relative;
  transition: 0.5s;
}
.common__btn_more a {
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 120px;
  padding: 1rem 4rem 1rem 4rem;
  background: #FFF100;
  border-radius: 100vh;
}

.common__btn_more::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 2rem;
}

.common__btn_contact {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  text-decoration: none;
  width: 120px;
  margin: auto;
  padding: 1rem 4rem 1rem 4rem;
  font-weight: bold;
  background: #FFF100;
  color: #fff;
  border-radius: 100vh;
  position: relative;
  transition: 0.5s;
}
.common__btn_contact a {
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.common__btn_itemlist {
  display: flex;
  justify-content: center;
}
.common__btn_itemlist a {
  width: 300px;
  text-align: center;
  background-color: #3C3C3C;
  border-radius: 5px;
  padding: 10px 8px;
  color: #fff;
}
.common__btn_close {
  background-color: #b52424;
  border-radius: 5px;
  padding: 2px 8px;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0;
}

.common__btn_about {
  display: flex;
  justify-content: center;
}
.common__btn_about a {
  width: 540px;
  text-align: center;
  background-color: #fff;
  padding: 20px 8px;
  color: #030303;
  border: 1px solid #707070;
  font-size: 1.6rem;
  font-weight: bold;
}
.common__btn_210 {
  display: flex;
  justify-content: center;
}
.common__btn_210 a {
  width: 210px;
  text-align: center;
  background-color: #fff;
  padding: 10px 8px;
  color: #030303;
  border: 1px solid #707070;
  font-size: 2.2rem;
  font-weight: 600;
}

.common__btn_400 {
  display: flex;
  justify-content: center;
}
.common__btn_400 a {
  width: 400px;
  text-align: center;
  background-color: #fff;
  padding: 10px 8px;
  color: #030303;
  border: 1px solid #707070;
  font-size: 2.2rem;
  font-weight: 600;
}

.common__strong_new_red {
  color: #C21E42;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}

.common__strong_new_black {
  color: #767676;
}

.common__sns > ul {
  display: flex;
}
.common__sns > ul > li + li {
  margin-left: 5px;
}

.wrapper__common__sns {
  display: flex;
  justify-content: flex-end;
}

.margin-10 {
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .margin-10 {
    margin-bottom: 0.5rem;
  }
}
.margin-20 {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .margin-20 {
    margin-bottom: 1rem;
  }
}
.margin-30 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .margin-30 {
    margin-bottom: 1.5rem;
  }
}
.margin-40 {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .margin-40 {
    margin-bottom: 2rem;
  }
}
.margin-50 {
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .margin-50 {
    margin-bottom: 2.5rem;
  }
}
.margin-60 {
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .margin-60 {
    margin-bottom: 3rem;
  }
}
.margin-70 {
  margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
  .margin-70 {
    margin-bottom: 3.5rem;
  }
}
.margin-80 {
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .margin-80 {
    margin-bottom: 4rem;
  }
}
.margin-100 {
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .margin-100 {
    margin-bottom: 5rem;
  }
}
.margin-140 {
  margin-bottom: 14rem;
}

@media screen and (max-width: 768px) {
  .margin-140 {
    margin-bottom: 7rem;
  }
}
.margin-180 {
  margin-bottom: 18rem;
}

@media screen and (max-width: 768px) {
  .margin-180 {
    margin-bottom: 9rem;
  }
}
.margin-200 {
  margin-bottom: 20rem;
}

@media screen and (max-width: 768px) {
  .margin-180 {
    margin-bottom: 10rem;
  }
}
.margin-top-30 {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .margin-top-30 {
    margin-top: 1.5rem;
  }
}
.margin-top-50 {
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .margin-top-50 {
    margin-top: 2.5rem;
  }
}
.margin-top-100 {
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .margin-top-100 {
    margin-top: 5rem;
  }
}
.margin-top-200 {
  margin-top: 20rem;
}

@media screen and (max-width: 768px) {
  .margin-top-200 {
    margin-top: 10rem;
  }
}
.ml-10 {
  margin-left: 10%;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.font-8 {
  font-size: 0.8rem;
}

@media screen and (max-width: 768px) {
  .font-8 {
    font-size: 0.8rem;
  }
}
.font-10 {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .font-10 {
    font-size: 1rem;
  }
}
.font-12 {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .font-12 {
    font-size: 1.2rem;
  }
}
.font-14 {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .font-14 {
    font-size: 1.4rem;
  }
}
.font-16 {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .font-16 {
    font-size: 1.6rem;
  }
}
.font-18 {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .font-18 {
    font-size: 1.8rem;
  }
}
.font-20 {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .font-20 {
    font-size: 1.5rem;
  }
}
.font-22 {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .font-22 {
    font-size: 1.7rem;
  }
}
.font-23 {
  font-size: 2.3rem;
}

@media screen and (max-width: 768px) {
  .font-23 {
    font-size: 2.3rem;
  }
}
.font-24 {
  font-size: 2.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .font-24 {
    font-size: 1.2rem;
  }
}
.font-26 {
  font-size: 2.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .font-26 {
    font-size: 1.8rem;
  }
}
.font-30 {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .font-30 {
    font-size: 2rem;
  }
}
.font-31 {
  font-size: 3.1rem;
}

@media screen and (max-width: 768px) {
  .font-31 {
    font-size: 2rem;
  }
}
.font-60 {
  font-size: 6rem;
  line-height: 1.8;
  letter-spacing: 1.2rem;
}

@media screen and (max-width: 768px) {
  .font-60 {
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: 0.6rem;
  }
}
.font-bold {
  font-weight: bold;
  font-weight: 600;
}

.lh-20 {
  line-height: 2;
}

.color-brown {
  color: #6a3906;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.center-block {
  display: flex;
  justify-content: center;
}

.right-block {
  display: flex;
  justify-content: flex-end;
}

.border-gray {
  border-bottom: 1px solid #707070;
}

.search {
  margin: 30px;
}
.search__input {
  font-size: 18px;
}
.search__btn {
  color: red;
}

.container {
  max-width: 900px;
  margin: auto;
}

.container_90per {
  max-width: 90%;
  margin: auto;
}

.container_900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.container_700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.container_800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.container_1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  body {
    min-width: initial;
  }
  .container {
    max-width: 90%;
  }
  .container_900 {
    max-width: 90%;
  }
  .container_700 {
    max-width: 80%;
  }
  .container_800 {
    max-width: 90%;
  }
  .container_700 {
    max-width: 90%;
  }
  img {
    max-width: 100%;
  }
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.header__logo img {
  width: 100%;
}
.header__navi {
  background-color: #f8f399;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__navi__item {
  font-weight: bold;
}
.header__navi__item a {
  display: flex;
  color: #6a3906;
  padding: 1rem 4rem;
}
.header__navi__item a:hover {
  background: #eddec6;
}

/* ナビゲーションメニュー */
.menu-item {
  position: relative;
}

/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu-list {
  visibility: visible; /* 下層メニューを表示 */
}

.menu-item a {
  align-items: center;
  color: #6a3906;
  display: flex;
  height: 50px;
}

/* ドロップダウンメニュー */
.drop-menu {
  position: relative;
}

.drop-menu-list {
  background-color: #f8f399;
  left: 0;
  position: absolute;
  top: 100%;
  visibility: hidden; /* 下層メニューを非表示 */
  width: -moz-max-content;
  width: max-content;
  z-index: 100;
}
.drop-menu-list li + li {
  margin-left: 0;
}

.drop-menu-item {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .header__logo img {
    width: 60%;
  }
  .header__navi {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header-navi-sp {
    display: flex;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .header-navi-sp__item-logo {
    width: 60%;
  }
  .header-navi-sp__item-cart {
    margin-left: 18%;
    width: 10%;
    margin-right: 2%;
  }
  .header-navi-sp__item-menu {
    width: 10%;
  }
}
/**
 * menu
 */
/* ハンバーガーメニュー */
.hamburger-menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .hamburger-menu {
    display: block;
  }
  .menu-btn {
    position: fixed;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #707070;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  #menu-btn-check {
    display: none;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0; /*メニューを画面内へ*/
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #f8f399;
    transition: all 0.5s; /*アニメーション設定*/
  }
  .menu-content > ul {
    padding: 70px 30px 0;
  }
  .menu-content ul li {
    border-bottom: solid 1px #6a3906;
    list-style: none;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 1.7rem;
    font-weight: bold;
    box-sizing: border-box;
    color: #6a3906;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #6a3906;
    border-right: solid 2px #6a3906;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  .menu-content div {
    padding: 0 30px 0;
  }
  .drop-menu-item {
    border-bottom: 1px solid #fff;
    margin-left: 2rem;
  }
}
/* フッター */
.footer {
  background: #f8f399;
  padding: 4rem 0 0 0;
}

.footer__add-hyphen::before {
  content: "-　";
}

.footer__navi__menu {
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
  font-weight: bold;
  color: #6a3906;
}
.footer__navi__item {
  width: 30%;
  display: flex;
  flex-flow: column;
  margin-right: 7rem;
  color: #6a3906;
}
.footer__navi__item li {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.footer__navi__item a {
  color: #6a3906;
}
.footer__navi__item p {
  color: #231815;
  font-weight: normal;
  font-size: 1.3rem;
}
.footer__navi__item__double {
  display: flex;
  justify-content: space-between;
}
.footer__navi__item__double__item {
  width: 48%;
}
.footer__navi__item:nth-child(2) {
  margin-top: 2rem;
}
.footer__navi__item:nth-child(3) {
  margin-top: 2rem;
}
.footer__navi__menu-second-level {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  vertical-align: middle;
}
.footer__navi__menu-second-level > li {
  margin-bottom: 1rem;
}
.footer__navi__sns {
  font-size: 1.6rem;
  font-weight: normal;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.footer__navi__sns div:first-child {
  width: 25%;
  margin-right: 5%;
}

@media screen and (max-width: 768px) {
  .footer__navi__menu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 1.8rem;
  }
  .footer__navi__menu > li + li {
    margin-left: 0rem;
  }
  .footer__navi__item {
    width: 100%;
    display: flex;
    flex-flow: column;
    margin: 0 0 20px 0;
    margin-right: 0rem;
  }
  .footer__navi__item-3 {
    flex-grow: 1;
  }
  .footer__navi__item-5 {
    margin-right: 0;
  }
  .footer__navi__item__double {
    display: flex;
    justify-content: space-between;
  }
  .footer__navi__item__double__item {
    width: 100%;
  }
  .footer__navi__menu-second-level {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .footer__navi__menu-second-level > li {
    margin-bottom: 1rem;
  }
  .footer__navi__sns {
    font-size: 1.6rem;
    font-weight: normal;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
  }
  .footer__navi__sns div:first-child {
    width: 15%;
  }
}
.footer-contact__btn {
  display: flex;
  justify-content: end;
}

@media screen and (max-width: 768px) {
  .footer-contact__btn {
    display: flex;
    justify-content: center;
  }
}
.footer-sns__icon {
  display: flex;
  justify-content: end;
}

.footer-logo img {
  width: 7%;
}

@media screen and (max-width: 768px) {
  .footer-logo img {
    width: 30%;
  }
}
.footer-copyright {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .footer-copyright {
    font-size: 1.3rem;
  }
}
.common-ly {
  /* 最後のコンテンツを左寄せにする指定 */
}
.common-ly__column-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-ly__column-2__item {
  width: 48%;
}
.common-ly__column-2-60 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.common-ly__column-2-60__item {
  width: 58%;
}
.common-ly__column-2-60__item img {
  width: 100%;
}
.common-ly__column-2-60__item:last-child {
  width: 38%;
}
.common-ly__column-2-60__item:last-child img {
  width: 100%;
}
.common-ly__column-2-70 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.common-ly__column-2-70__item:first-child {
  width: 65%;
}
.common-ly__column-2-70__item:first-child img {
  width: 100%;
}
.common-ly__column-2-70__item:last-child {
  width: 30%;
}
.common-ly__column-2-70__item:last-child img {
  width: 100%;
}
.common-ly__column-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-ly__column-3__item {
  width: 33%;
}
.common-ly__column-3-none {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-ly__column-3-none__item {
  width: 33%;
}
.common-ly__column-3:after {
  content: "";
  display: block;
  width: 33%; /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}
.common-ly__column-4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-ly__column-4__item {
  width: 25%;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .common-ly__column-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .common-ly__column-2__item {
    width: 100%;
  }
  .common-ly__column-2-60 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .common-ly__column-2-60__item {
    width: 100%;
  }
  .common-ly__column-2-60__item:last-child {
    width: 100%;
  }
  .common-ly__column-2-70 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .common-ly__column-2-70__item:first-child {
    width: 100%;
  }
  .common-ly__column-2-70__item:first-child img {
    width: 100%;
  }
  .common-ly__column-2-70__item:last-child {
    width: 100%;
  }
  .common-ly__column-2-70__item:last-child img {
    width: 100%;
  }
  .common-ly__column-3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .common-ly__column-3__item {
    width: 100%;
    margin-bottom: 7rem;
  }
  .common-ly__column-3-none {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .common-ly__column-3-none__item {
    width: 100%;
    margin-bottom: 7rem;
  }
  .common-ly__column-4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .common-ly__column-4__item {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
}
.common__icon {
  position: relative;
}
.common__icon_new {
  position: absolute;
  top: -0.5rem;
  left: 2rem;
}

.title {
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 0.2rem;
  color: #6a3906;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
  padding: 0;
  display: inline-block;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 1.8rem;
  }
}
.title-left {
  font-size: 3.3rem;
  text-align: left;
  letter-spacing: 1.2rem;
  color: #3c3c3c;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .title-left {
    font-size: 2.2rem;
    text-align: left;
    letter-spacing: 0.6rem;
    color: #3c3c3c;
  }
}
.title_sec {
  font-size: 3.1rem;
  line-height: 1.5;
  letter-spacing: 1.2rem;
  color: #030303;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .title_sec {
    font-size: 1.9rem;
    letter-spacing: 0.6rem;
    color: #030303;
  }
}
.title_sec__subtitle {
  font-size: 2.1rem;
  line-height: 1.6;
  text-align: left;
  color: #3c3c3c;
}

.title__strengths {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3rem;
  font-feature-settings: "palt";
}

.title__strengths::before {
  content: attr(data-number);
  display: block;
  margin-bottom: 35px;
  color: #122A88;
  font-size: 24px;
}

.title__strengths::after {
  content: "";
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background-color: #122A88;
}

.title__leftline {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #122A88;
}

.title__leftline:before {
  position: absolute;
  top: calc(50% - 3px);
  width: 20px;
  height: 6px;
  content: "";
  border-top: solid 2px #122A88;
}

.title__leftline:before {
  left: 0;
}

.title__slush {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.title__slush::before {
  content: attr(data-number);
  display: block;
  margin-bottom: 5rem;
  color: #122A88;
  font-size: 4.8rem;
}

.title__slush::after {
  content: "";
  position: absolute;
  top: 10rem;
  left: 50%;
  transform: translate(-50%) rotate(30deg);
  width: 3px;
  height: 20px;
  background-color: #231815;
}

.title__number {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.title__number::before {
  content: attr(data-number);
  display: block;
  margin-bottom: 5rem;
  color: #122A88;
  font-size: 3.2rem;
}

.title__number::after {
  content: "";
  position: absolute;
  top: 7rem;
  left: 50%;
  transform: translate(-50%);
  width: 3px;
  height: 20px;
  background-color: #122A88;
}

.title__doubleslush {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title__doubleslush::before {
  content: "";
  display: inline-block;
  background-image: url("../images/syoan/catering__img_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 75px;
  height: 61px;
  margin-right: 5rem;
}

.title__doubleslush::after {
  content: "";
  display: inline-block;
  background-image: url("../images/syoan/catering__img_02.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 75px;
  height: 61px;
  margin-left: 5rem;
}

@media screen and (max-width: 768px) {
  .title__doubleslush::before {
    margin-right: 1rem;
    width: 50px;
    height: 40px;
  }
  .title__doubleslush::after {
    margin-left: 1rem;
    width: 50px;
    height: 40px;
  }
}
.box__merit {
  background-color: #FFF100;
  padding: 4rem;
}

.blog-title {
  font-size: 3.3rem;
  text-align: left;
  letter-spacing: 0.5rem;
  color: #3c3c3c;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media screen and (max-width: 768px) {
  .blog-title {
    font-size: 2.2rem;
    text-align: left;
    letter-spacing: 0.6rem;
    color: #3c3c3c;
  }
}
.paragraph {
  font-size: 1.8rem;
  line-height: 2.4;
}

@media screen and (max-width: 768px) {
  .paragraph {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.note {
  font-size: 1.8rem;
  line-height: 2;
  color: #c50018;
}

.top_note {
  font-size: 1.7rem;
  line-height: 1.6;
  text-align: left;
  color: #c50018;
  text-decoration: underline;
}

.common__table {
  width: 100%;
  font-size: 1.7rem;
}
.common__table tr {
  border-bottom: 1px solid #ccc;
}
.common__table th {
  width: 15%;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.common__table td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .common__table {
    display: block;
    font-size: 1.5rem;
  }
  .common__table th {
    display: block;
    width: 100%;
    -moz-text-align-last: auto;
         text-align-last: auto; /* Chrome・Firefox用 */
    text-justify: none;
    border-bottom: none;
    padding-bottom: 0;
  }
  .common__table td {
    display: block;
    padding-top: 0;
  }
}
.common__table-noborder {
  width: 100%;
}
.common__table-noborder th {
  width: 25%;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.common__table-noborder th:nth-child(2) {
  width: 5%;
}
.common__table-noborder td {
  padding-bottom: 0.5rem;
}

.common__table-blue {
  width: 100%;
  font-size: 1.6rem;
}
.common__table-blue tr {
  border-bottom: 1px solid #ccc;
}
.common__table-blue tr:first-child {
  border-top: 1px solid #ccc;
}
.common__table-blue th {
  width: 30%;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  background-color: #eeeeee;
}
.common__table-blue td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
}

.common__table-topth {
  width: 100%;
  font-size: 1.6rem;
}
.common__table-topth tr {
  border-bottom: 1px solid #ccc;
}
.common__table-topth tr:first-child {
  border-top: 1px solid #ccc;
}
.common__table-topth tr:first-child th {
  background-color: #eeeeee;
  border-left: 1px solid #eeeeee;
}
.common__table-topth tr:first-child th:last-child {
  border-right: 1px solid #eeeeee;
}
.common__table-topth th {
  width: 50%;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  border-left: 1px solid #eeeeee;
}
.common__table-topth td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.common__table-topth-3 {
  width: 100%;
  font-size: 1.6rem;
}
.common__table-topth-3 tr {
  border-bottom: 1px solid #ccc;
}
.common__table-topth-3 tr:first-child {
  border-top: 1px solid #ccc;
}
.common__table-topth-3 tr:first-child th {
  background-color: #eeeeee;
  border-left: 1px solid #eeeeee;
}
.common__table-topth-3 tr:first-child th:last-child {
  border-right: 1px solid #eeeeee;
}
.common__table-topth-3 th {
  width: auto;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  border-left: 1px solid #eeeeee;
}
.common__table-topth-3 td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.common__font_small {
  font-size: 1.4rem;
}

.top-screen__div {
  position: relative;
}
.top-screen__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 4.8rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 1.2rem;
  z-index: 1;
}
.top-screen__img {
  width: 100%;
}
.top-screen__div::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  .top-screen__txt {
    font-size: 2.6rem;
    letter-spacing: 0.6rem;
    text-align: center;
    line-height: 1.5;
    width: 80%;
  }
}
.screen__div {
  background-color: #122A88;
}
.screen__txt {
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 1.2rem;
  text-align: center;
  padding-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .screen__div {
    background-color: #122A88;
  }
  .screen__txt {
    font-size: 2.4rem;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.6rem;
    text-align: center;
    padding-bottom: 2rem;
  }
}
.top-case__div {
  position: relative;
}
.top-case__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.6rem;
  z-index: 1;
  line-height: 1.5;
  padding: 1px;
}
.top-case__img {
  width: 100%;
}
.top-case__div::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
.top-case__selection {
  position: relative;
  margin-top: -10%;
  z-index: 10;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .top-case__txt {
    font-size: 2.2rem;
    letter-spacing: 0.3rem;
    text-align: center;
    width: 80%;
  }
  .top-case__selection {
    margin-top: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
    width: 100%;
    background-color: #eeeeee;
  }
}
.top-case-ly__column-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-case-ly__column-3__item {
  width: 32%;
}
.top-case-ly__column-3__item img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top-case-ly__column-3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .top-case-ly__column-3__item {
    width: 70%;
    margin-bottom: 2rem;
  }
  .top-case-ly__column-3__item img {
    width: 100%;
  }
}
/*　ブログ　*/
.top-news dl {
  border-bottom: 1px solid #030303;
  margin-bottom: 4rem;
}
.top-news dt {
  margin-bottom: 1rem;
}
.top-news dd {
  margin-bottom: 1rem;
}

.cat {
  margin-left: 2rem;
  padding: 3px 5px;
  color: #fff;
}

.cat-01 {
  background-color: #969696;
}

.cat-02 {
  background-color: #ff0000;
}

.blog__column-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog__column-2__item:first-child {
  width: 310px;
}
.blog__column-2__item:last-child {
  width: 650px;
}
.blog__column-2__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.blog__text_introduce {
  line-height: 3.2rem;
}

@media screen and (max-width: 768px) {
  .blog__column-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .blog__column-2__item:first-child {
    width: 100%;
  }
  .blog__column-2__item:last-child {
    width: 100%;
  }
  .blog__column-2__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .blog__text_introduce {
    line-height: 3.2rem;
  }
}
.title-blog {
  font-weight: bold;
}

.contents {
  margin-bottom: 20rem;
}

@media screen and (max-width: 768px) {
  .contents {
    margin-bottom: 7rem;
  }
}
.access-ly__column-2-60 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #dbdcdc;
}
.access-ly__column-2-60__item:first-child {
  width: 58%;
  max-height: 100%;
}
.access-ly__column-2-60__item:first-child img {
  width: 100%;
}
.access-ly__column-2-60__item:last-child {
  background-color: #fff;
  width: 38%;
  padding-left: 4%;
}
.access-ly__column-2-60__item:last-child img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .access-ly__column-2-60 {
    flex-wrap: wrap;
  }
  .access-ly__column-2-60__item:first-child {
    width: 100%;
  }
  .access-ly__column-2-60__item:last-child {
    width: 100%;
    padding-top: 2rem;
    padding-left: 0%;
  }
  .access-ly__column-2-60__item:last-child img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .common-ly__column-2-60 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .common-ly__column-2-60__item {
    width: 100%;
  }
  .common-ly__column-2-60__item:last-child {
    width: 100%;
  }
}
.access-ly__column-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.access-ly__column-3__item:nth-child(1) {
  width: 12%;
  margin: 0;
  padding: 0;
}
.access-ly__column-3__item:nth-child(1) img {
  width: 100%;
}
.access-ly__column-3__item:nth-child(2) {
  width: 60%;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}
.access-ly__column-3__item:nth-child(3) {
  width: 20%;
  margin: 0;
  padding: 0;
}
.access-ly__column-3__item:nth-child(3) img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .access-ly__column-3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .access-ly__column-3__item:nth-child(1) {
    width: 12%;
    margin: 0;
    padding: 0;
  }
  .access-ly__column-3__item:nth-child(1) img {
    width: 100%;
  }
  .access-ly__column-3__item:nth-child(2) {
    width: 60%;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
  }
  .access-ly__column-3__item:nth-child(3) {
    width: 20%;
    margin: 0;
    padding: 0;
  }
  .access-ly__column-3__item:nth-child(3) img {
    width: 100%;
  }
}
/* 下層ページ */
/* 共通 */
.wp-pagenavi a, .wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #999;
  padding: 8px 15px;
  margin: 0 1px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #333;
  border-color: #333;
  font-weight: bold;
}

.page-navi {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.page-navi li {
  padding-left: 2rem;
  padding-right: 2rem;
}
.page-navi li + li {
  border-left: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  .page-navi {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .page-navi li {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 2rem;
    font-size: 1.4rem;
    width: 50%;
  }
  .page-navi li + li {
    border-left: 1px solid #707070;
    border-left: none;
  }
  .page-navi li:nth-child(even) {
    border-left: 1px solid #707070;
  }
}
.common-ly__column-2-50 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-ly__column-2-50__item {
  width: 48%;
}
.common-ly__column-2-50__item img {
  width: 100%;
}
.common-ly__column-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-ly__column-3__item {
  width: 32%;
}
.common-ly__column-3__item img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .common-ly__column-2-50 {
    justify-content: center;
  }
  .common-ly__column-2-50__item {
    width: 100%;
    justify-content: center;
  }
  .common-ly__column-2-50__item img {
    width: 100%;
    margin-left: auto;
    margin-bottom: 4rem;
  }
  .common-ly__column-3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .common-ly__column-3__item {
    width: 100%;
  }
  .common-ly__column-3__item img {
    width: 100%;
  }
}
.reverse {
  flex-direction: row-reverse;
}

.cover {
  position: relative;
}
.cover .cover__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .cover {
    position: relative;
  }
  .cover .cover__center {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-20%, -50%);
    color: #fff;
  }
}
/* 検索レイアウト */
.search-ly__column-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.search-ly__column-2__item {
  width: 25%;
}
.search-ly__column-2__item:last-child {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .search-ly__column-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .search-ly__column-2__item {
    width: 25%;
  }
  .search-ly__column-2__item:last-child {
    width: 60%;
  }
}
/* キーワード検索 */
.search_container {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  display: block;
  padding: 3px 10px;
  border-radius: 3px;
  height: 2.3em;
  width: 265px;
  overflow: hidden;
}

.search_container input[type=text] {
  border: none;
  height: 2em;
}

.search_container input[type=text]:focus {
  outline: 0;
}

.search_container input[type=submit] {
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #3c3c3c;
  color: #fff;
  position: absolute;
  width: 3.5em;
  height: 3em;
  right: 0px;
  top: -3px;
  outline: none;
}

/* タグ検索 */
.tag-search {
  display: flex;
}
.tag-search__container {
  display: flex;
}
.tag-search__item {
  margin-right: 3rem;
  padding: 0.5rem 1rem;
  background-color: #eee;
  border-radius: 3px;
}
.tag-search__item a::before {
  content: "#";
}
.tag-search__text {
  margin-right: 3rem;
  padding: 0.5rem 1rem;
}

.yourplace {
  padding: 5rem;
  background-color: #eeeeee;
}
.yourplace__div {
  position: relative;
}
.yourplace__txt {
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 1rem;
  margin: 0;
  padding: 0;
  z-index: 1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
}
.yourplace__img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top-service {
    padding-left: 0;
    padding-right: 0;
  }
  .top-service__txt {
    font-size: 2.2rem;
    letter-spacing: 0.3rem;
    text-align: center;
  }
  .top-service__div::after {
    height: 95%;
  }
}
/* 私たちの強みページ */
.strengths__icon {
  font-size: 1.6rem;
  text-align: left;
  letter-spacing: 0.2rem;
  color: #333;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1rem;
}
.strengths__icon-num {
  font-size: 2.2rem;
  font-weight: bold;
  padding-left: 1rem;
}
.strengths__title {
  font-size: 2.2rem;
  text-align: left;
  letter-spacing: 0.2rem;
  color: #035888;
  line-height: 1.5;
  font-weight: 600;
  border-bottom: 1px solid #035888;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

/* お問い合わせ */
.form__table {
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
  color: #030303;
  border-collapse: separate;
  width: 100%;
}
.form__table__th {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  background-color: #eeeeee;
}
.form__table__th p:first-child {
  padding-right: 2rem;
}
.form__table__td {
  width: 70%;
}
.form__table__tr:first-child th, .form__table__tr:first-child td {
  border-top: 1px solid #ccc;
}
.form__table__th, .form__table__td {
  border-bottom: 1px solid #ccc;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .form__table {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
    color: #030303;
    border-collapse: separate;
    width: 100%;
  }
  .form__table__th {
    font-weight: bold;
    text-align: left;
    background-color: #eeeeee;
  }
  .form__table__th p:first-child {
    padding-right: 2rem;
  }
  .form__table__td {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 2rem;
    border: none;
  }
  .form__table__tr:first-child td {
    border-top: none;
  }
  .form__table__th, .form__table__td {
    display: block;
  }
  .form__table-ly__column-2 {
    display: flex;
    flex-wrap: nowrap;
  }
}
.hissu {
  color: #fff;
  background-color: #FF0000;
  margin: 0.5rem;
  padding: 0.1rem;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: center;
  width: 20%;
}

@media screen and (max-width: 768px) {
  .hissu {
    width: 10%;
  }
}
input[type=text],
input[type=email],
textarea {
  width: 80%;
  font-size: 1.6rem;
  line-height: 2;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  textarea {
    width: 90%;
    font-size: 1.6rem;
    line-height: 2;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
  }
}
select {
  width: 30%;
  font-size: 1.6rem;
  line-height: 2;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input#your-zip1,
input#your-zip2,
input#your-birthday1,
input#your-birthday2,
input#your-birthday3,
input#your-tel1,
input#your-tel2,
input#your-tel3 {
  width: 10%;
  font-size: 1.6rem;
  line-height: 2;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 20px;
  font-weight: bold;
  width: 300px;
  padding: 10px;
  background-color: #ededed;
  border: none;
  color: #333;
  cursor: pointer;
}

span.wpcf7-spinner {
  display: none;
}

input[type=submit]:hover {
  opacity: 0.7;
  text-decoration: none;
}

.history__table {
  font-size: 1.8rem;
  line-height: 2;
  text-align: left;
  color: #3c3c3c;
  border-collapse: separate;
}
.history__table th {
  width: 30%;
  text-align: left;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #707070;
  text-align: center;
}
.history__table tr:first-child th, .history__table tr:first-child td {
  border-top: 1px solid #707070;
}
.history__table td {
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  .history__table {
    font-size: 1.5rem;
    display: block;
  }
  .history__table th {
    display: block;
    width: 100%;
    -moz-text-align-last: auto;
         text-align-last: auto; /* Chrome・Firefox用 */
    text-justify: none;
  }
  .history__table tr:first-child th {
    border-top: 1px solid #707070;
  }
  .history__table tr:first-child td {
    border-top: none;
  }
  .history__table td {
    display: block;
    margin-bottom: 2rem;
  }
}
.company__table {
  width: 100%;
  font-size: 1.8rem;
  line-height: 2;
  color: #030303;
  border-collapse: separate;
}
.company__table th {
  text-align: left;
  width: 20%;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #707070;
}
.company__table tr:first-child th, .company__table tr:first-child td {
  border-top: 1px solid #707070;
}
.company__table td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: left;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  .company__table {
    font-size: 1.5rem;
  }
  .company__table th {
    text-align: center;
    width: 30%;
    padding-right: 0;
  }
}
/***トップへ戻るボタン***/
#page-top {
  display: block;
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  background: #231815;
  /*背景色*/
  color: #fff;
  /*文字色*/
  transition: 0.6s;
  font-size: 3rem;
}

/***マウスオーバー時***/
#page-top:hover {
  background: #ccc;
  /*背景色*/
  color: #fff;
  /*文字色*/
}

/***トップへ戻るボタンここまで***/
#pageTop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  text-align: right;
}

#pageTop img {
  width: 80%;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #pageTop {
    right: 10px;
  }
  #pageTop img {
    width: 50%;
  }
}
.blog__pager {
  display: flex;
  justify-content: center;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-wrap {
  max-width: 100%; /* ここに横幅を指定 */
}

/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flow-system__bg {
  background-color: #eeeeee;
  border-radius: 0 0 30px 30px;
  padding: 2rem;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.2);
}
.flow-system__ly {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flow-system__ly__item {
  width: 32%;
}
.flow-system__ly__item img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .flow-system__bg {
    background-color: #eeeeee;
    border-radius: 0 0 30px 30px;
    padding: 2rem;
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.2);
  }
  .flow-system__ly {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flow-system__ly__item {
    width: 100%;
  }
  .flow-system__ly__item img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .common-ly__column-2-50 {
    justify-content: center;
  }
  .common-ly__column-2-50__item {
    width: 100%;
    justify-content: center;
  }
  .common-ly__column-2-50__item img {
    width: 100%;
    margin-left: auto;
    margin-bottom: 4rem;
  }
  .common-ly__column-3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .common-ly__column-3__item {
    width: 100%;
  }
  .common-ly__column-3__item img {
    width: 100%;
  }
}
.dli-caret-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
}

.flow-system__bg::after {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: currentColor;
  border-bottom: 0;
}

.qa dt {
  margin-bottom: 1em;
  color: #333333;
  font-weight: 600;
}

.qa dt::before,
.qa dd::before {
  margin-right: 0.4em;
}

.qa dt::before {
  content: "Q.";
  color: #122A88;
  font-size: 3rem;
}

.qa dd {
  margin: 0 0 2.5em;
  padding: 1em 1.5em;
  background-color: #f2f2f2;
  color: #333333;
}

.qa dd::before {
  content: "A.";
  color: #ff0000;
  font-size: 3rem;
}

.title__idea {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3rem;
  font-feature-settings: "palt";
}

.recruit-ly__left {
  width: 80%;
  margin-right: 20%;
}

.recruit-ly__right {
  width: 80%;
  margin-left: 20%;
}

.c-pagination {
  display: flex;
  width: 100%;
  justify-content: center;
}

.c-pagination__btn > * {
  display: flex;
  align-items: center;
  gap: 8px;
}

.c-pagination__btn--prev > *::before {
  content: "<";
}

.c-pagination__btn--next > *::after {
  content: ">";
}

.c-pagination__btn span {
  color: #333;
}

.c-pagination__btn a {
  color: #333;
}

.screen-ly__column-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding: 6rem 0;
}
.screen-ly__column-2__item {
  width: 50%;
}
.screen-ly__column-2__item img {
  width: 100%;
}
.screen-ly__column-2__item:last-child {
  width: 50%;
}
.screen p {
  font-size: 2rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .screen-ly__column-2 {
    flex-wrap: wrap;
  }
  .screen-ly__column-2__item {
    width: 100%;
  }
  .screen-ly__column-2__item img {
    width: 100%;
  }
  .screen-ly__column-2__item:last-child {
    width: 100%;
  }
  .screen p {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.wide-ly__column-2-60 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.wide-ly__column-2-60__item {
  width: 55%;
  display: flex;
  justify-content: flex-end;
}
.wide-ly__column-2-60__item:last-of-type {
  width: 40%;
  margin-left: 5%;
}
.wide-ly__column-2-60__item:last-of-type img {
  width: 100%;
}
.wide-ly__column-2-60__inner {
  display: flex;
  justify-content: space-between;
}
.wide-ly__column-2-60__inner__item img {
  text-align: right;
}
.wide-ly__column-2-60__inner__wrap {
  padding: 2rem 0;
}

@media screen and (max-width: 768px) {
  .wide-ly__column-2-60 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .wide-ly__column-2-60__item {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .wide-ly__column-2-60__item img {
    width: 100%;
  }
  .wide-ly__column-2-60__item:last-of-type {
    width: 100%;
    margin-left: 0;
  }
  .wide-ly__column-2-60__item:last-of-type img {
    width: 100%;
  }
  .wide-ly__column-2-60__inner {
    display: flex;
    justify-content: space-between;
    width: 90%;
  }
  .wide-ly__column-2-60__inner__item img {
    text-align: right;
  }
  .wide-ly__column-2-60__inner__wrap {
    padding: 2rem 0;
    width: 90%;
    margin: auto;
  }
}
.title-flower {
  font-size: 3rem;
  font-weight: bold;
  color: #6a3906;
}

.title-flower:before {
  content: "";
  display: inline-block;
  width: 34px; /*画像の幅*/
  height: 36px; /*画像の高さ*/
  background-image: url(../images/common/flower__img_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-right: 1rem;
}

#egao .outline {
  background-color: #fffbc9;
}
#egao .outline table {
  font-size: 2rem;
}
#egao .redesign {
  background-color: #fcedf4;
  padding: 4rem 0;
}
#egao .redesign .inner {
  position: relative;
}
#egao .redesign .flower {
  position: absolute;
  top: -20%;
  right: -5%;
}
#egao .cheering {
  background-color: #fcedf4;
  padding: 4rem 0;
}
#egao .cheering .inner {
  position: relative;
}
#egao .cheering .girl {
  position: absolute;
  bottom: 0%;
  left: 0%;
}

@media screen and (max-width: 768px) {
  #egao .outline {
    background-color: #fffbc9;
  }
  #egao .outline table {
    font-size: 2rem;
  }
  #egao .redesign {
    background-color: #fcedf4;
    padding: 4rem 0;
  }
  #egao .redesign .inner {
    position: relative;
  }
  #egao .redesign .flower {
    position: absolute;
    top: -18%;
    right: -5%;
    width: 20%;
  }
  #egao .redesign .redesign_title {
    width: 80%;
  }
  #egao .syoan .boy {
    width: 75%;
  }
  #egao .cheering {
    background-color: #fcedf4;
    padding: 4rem 0;
  }
  #egao .cheering .inner {
    position: relative;
  }
  #egao .cheering .girl {
    position: absolute;
    bottom: 30%;
    left: 0%;
    width: 30%;
  }
}
#hygge .outline {
  background-color: #d2ecfa;
}
#hygge .outline table {
  font-size: 2rem;
}
#hygge .heartstation {
  background-color: #fbecf3;
  padding: 4rem 0 2rem;
}
#hygge .title-heartstation {
  font-size: 3rem;
  font-weight: bold;
  color: #231815;
}
#hygge .title-heartstation:before {
  content: "";
  display: inline-block;
  width: 57px; /*画像の幅*/
  height: 61px; /*画像の高さ*/
  background-image: url(../images/hygge/heartstation__img_04.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-right: 1rem;
}

@media screen and (max-width: 768px) {
  #hygge .outline {
    background-color: #d2ecfa;
  }
  #hygge .outline table {
    font-size: 2rem;
  }
  #hygge .heartstation {
    background-color: #fbecf3;
    padding: 4rem 0 2rem;
  }
  #hygge .title-heartstation {
    font-size: 3rem;
    font-weight: bold;
    color: #231815;
  }
  #hygge .title-heartstation:before {
    content: "";
    display: inline-block;
    width: 57px; /*画像の幅*/
    height: 61px; /*画像の高さ*/
    background-image: url(../images/hygge/heartstation__img_04.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    padding-right: 1rem;
  }
}
#smile .outline {
  background-color: #fffcde;
}
#smile .outline table {
  font-size: 2rem;
}
#smile .heartstation {
  background-color: #fbecf3;
  padding: 4rem 0 2rem;
}
#smile .title-heartstation {
  font-size: 3rem;
  font-weight: bold;
  color: #231815;
}
#smile .title-heartstation:before {
  content: "";
  display: inline-block;
  width: 57px; /*画像の幅*/
  height: 61px; /*画像の高さ*/
  background-image: url(../images/hygge/heartstation__img_04.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-right: 1rem;
}

#sugina .outline {
  background-color: #fdfbde;
  padding: 2rem 0 3rem;
}
#sugina .outline table {
  font-size: 2rem;
}
#sugina .outline table th:nth-child(1) {
  width: 18%;
}
#sugina .outline-box {
  width: 700px;
  margin: auto;
}
#sugina .sugina__navi {
  padding-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
#sugina .sugina__navi li + li {
  margin-left: 1%;
}
#sugina .sugina__navi li:nth-last-child {
  margin-left: 1%;
}
#sugina .sugina__navi__item {
  font-weight: bold;
  color: #fff;
  background-color: #6a3906;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
#sugina .sugina__navi__item a {
  color: #fff;
}
#sugina .sugina-box {
  border: 1px solid #231815;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1rem;
}
#sugina .title-note {
  font-size: 3rem;
  font-weight: bold;
  color: #6a3906;
}
#sugina .title-note:before {
  content: "";
  display: inline-block;
  width: 46px; /*画像の幅*/
  height: 48px; /*画像の高さ*/
  background-image: url(../images/sugina/note__img_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-right: 1rem;
}
#sugina .title-pdf {
  font-size: 2rem;
  font-weight: bold;
  color: #231815;
}
#sugina .title-pdf:before {
  content: "";
  display: inline-block;
  width: 46px; /*画像の幅*/
  height: 48px; /*画像の高さ*/
  background-image: url(../images/sugina/pdf__ico.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-right: 1rem;
}
#sugina .privacy {
  background-color: #ebe2d7;
  padding: 2rem 0 3rem;
}

@media screen and (max-width: 768px) {
  #sugina .outline-box {
    width: 100%;
  }
  #sugina .sugina__navi {
    flex-wrap: nowrap;
  }
  #sugina .sugina__navi__item {
    padding: 1rem 0.5rem;
  }
}
#syoan .outline {
  background-color: #fdfbde;
  padding: 2rem 0 3rem;
}
#syoan .outline table {
  font-size: 2rem;
}
#syoan .outline table th:nth-child(1) {
  width: 18%;
}
#syoan .outline-box {
  width: 700px;
  margin: auto;
}
#syoan .sugina__navi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#syoan .sugina__navi li + li {
  margin-left: 1%;
}
#syoan .sugina__navi__item {
  font-weight: bold;
  color: #fff;
  background-color: #6a3906;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
#syoan .sugina__navi__item a {
  color: #fff;
}
#syoan .process-box {
  border: 1px solid #6a3906;
  background-color: #eeeeee;
  width: 90%;
  padding: 2%;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#syoan .process-box img {
  width: 100%;
}
#syoan .product-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
#syoan .product-ly__column-2 {
  display: flex;
  justify-content: space-between;
}
#syoan .product-ly__column-2__item:first-of-type {
  width: 60%;
  margin-bottom: 2rem;
}
#syoan .product-ly__column-2__item:first-of-type p {
  font-size: 1.4rem;
}
#syoan .product-ly__column-2__item:last-of-type {
  width: 35%;
  margin-bottom: 2rem;
  margin-left: 3%;
}
#syoan .product-ly__column-2__item:last-of-type p {
  font-size: 1.2rem;
}
#syoan .product-ly__column-2__item:last-of-type img {
  text-align: center;
}
#syoan .store-box {
  border: 1px solid #6a3906;
  background-color: #eeeeee;
  width: 90%;
  padding: 2%;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#syoan .store-box img {
  width: 100%;
}
#syoan .title-noodle {
  font-size: 3rem;
  font-weight: bold;
  color: #6a3906;
}
#syoan .title-noodle:before {
  content: "";
  display: inline-block;
  width: 45px; /*画像の幅*/
  height: 56px; /*画像の高さ*/
  background-image: url(../images/syoan/noodle__img_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-right: 1rem;
}
#syoan .privacy {
  background-color: #ebe2d7;
  padding: 2rem 3rem;
}
#syoan .catering__box {
  border: 1px solid #6a3906;
  padding: 3rem 7rem;
}
#syoan .catering-ly__column-2 {
  display: flex;
  justify-content: space-between;
}
#syoan .catering-ly__column-2__item:first-of-type {
  width: 30%;
}
#syoan .catering-ly__column-2__item:last-of-type {
  width: 60%;
  margin-left: 2rem;
}
#syoan .catering-ly__column-2__item:last-of-type p {
  font-size: 2.3rem;
}

@media screen and (max-width: 768px) {
  #syoan .outline {
    background-color: #fdfbde;
    padding: 2rem 0 3rem;
  }
  #syoan .outline table {
    font-size: 2rem;
  }
  #syoan .outline table th:nth-child(1) {
    width: 18%;
  }
  #syoan .outline-box {
    width: 90%;
    margin: auto;
  }
  #syoan .sugina__navi {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #syoan .sugina__navi li + li {
    margin-left: 2%;
  }
  #syoan .sugina__navi__item {
    font-weight: bold;
    color: #fff;
    background-color: #6a3906;
    border-radius: 1rem;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
  }
  #syoan .sugina__navi__item a {
    color: #fff;
  }
  #syoan .process-box {
    border: 1px solid #6a3906;
    background-color: #eeeeee;
    width: 90%;
    padding: 2%;
    margin-bottom: 1rem;
  }
  #syoan .process-box img {
    width: 100%;
  }
  #syoan .product-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  #syoan .product-ly__column-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #syoan .product-ly__column-2__item:first-of-type {
    width: 100%;
    margin-bottom: 2rem;
  }
  #syoan .product-ly__column-2__item:first-of-type p {
    font-size: 1.4rem;
  }
  #syoan .product-ly__column-2__item:last-of-type {
    width: 100%;
    margin-bottom: 2rem;
    margin-left: 0;
  }
  #syoan .product-ly__column-2__item:last-of-type p {
    font-size: 1.2rem;
  }
  #syoan .product-ly__column-2__item:last-of-type img {
    text-align: center;
  }
  #syoan .store-box {
    border: 1px solid #6a3906;
    background-color: #eeeeee;
    width: 90%;
    padding: 2%;
    margin-bottom: 1rem;
  }
  #syoan .store-box img {
    width: 100%;
  }
  #syoan .title-noodle {
    font-size: 3rem;
    font-weight: bold;
    color: #6a3906;
  }
  #syoan .title-noodle:before {
    content: "";
    display: inline-block;
    width: 22px; /*画像の幅*/
    height: 28px; /*画像の高さ*/
    background-image: url(../images/syoan/noodle__img_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    padding-right: 1rem;
  }
  #syoan .privacy {
    background-color: #ebe2d7;
    padding: 2rem 3rem;
  }
  #syoan .catering__box {
    border: 1px solid #6a3906;
    padding: 3rem 1.5rem;
  }
  #syoan .catering-ly__column-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #syoan .catering-ly__column-2__item:first-of-type {
    width: 100%;
    margin-bottom: 2rem;
  }
  #syoan .catering-ly__column-2__item:first-of-type img {
    width: 100%;
  }
  #syoan .catering-ly__column-2__item:last-of-type {
    width: 100%;
    margin-left: 0;
  }
  #syoan .catering-ly__column-2__item:last-of-type p {
    font-size: 1.8rem;
  }
}
.contact__box {
  padding-top: 5rem;
}

.title__contact {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title__contact::before {
  content: "";
  background-image: url("../images/contact/contact__img_01.png");
  margin-right: 2rem;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}

.title__contact::after {
  margin-left: 2rem;
  content: "";
  background-image: url("../images/contact/contact__img_02.png");
  margin-right: 2rem;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}

/*
.title-noodle:before {
width: 45px;
height: 56px;
  content: '';
  background-image: url(../images/syoan/noodle__img_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-right: 1.0rem;
}
*//*# sourceMappingURL=style.css.map */