@charset "UTF-8";
/* リセットCSS
---------------------------------------------------- */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  vertical-align: bottom;
  border: none;
}

a {
  text-decoration: none;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
}

/* BASE
---------------------------------------------------- */
body {
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.8;
}

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

.font--en {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

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

/* cON/OFF
---------------------------------------------------- */
.pc--on {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc--on {
    display: none;
  }
}

.sp--on {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp--on {
    display: block;
  }
}

/* contents
---------------------------------------------------- */
.main {
  display: block;
  width: 100%;
  margin-top: 128px;
}
@media screen and (max-width: 767px) {
  .main {
    margin-top: 56px;
  }
}

.content {
  width: 100%;
  margin: auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .content {
    padding: 0 20px;
  }
}
.content--large {
  max-width: 1140px;
}
.content--small {
  max-width: 956px;
}
.content__block:not(:last-child) {
  margin-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .content__block:not(:last-child) {
    margin-bottom: 48px;
  }
}
.content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .content__row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .content__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .content__row--left {
    width: 65.74%;
  }
}
@media screen and (max-width: 767px) {
  .content__row--left {
    padding-bottom: 56px;
  }
}
@media screen and (min-width: 768px) {
  .content__row--right {
    width: 31.48%;
  }
}

/* サイドバー
---------------------------------------------------- */
.sidebar__cont:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sidebar__cont:not(:last-child) {
    margin-bottom: 24px;
  }
}
.sidebar__ttl {
  font-size: 18px;
  font-weight: 500;
  padding-top: 8px;
  margin-bottom: 1em;
  border-top: 2px solid #9e680b;
}
@media screen and (max-width: 767px) {
  .sidebar__ttl {
    font-size: 14px;
  }
}

/* SECTION
---------------------------------------------------- */
.section {
  padding: 94px 0 98px;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 50px 0 70px;
  }
}
.section--bg {
  background-color: #f3ede2;
}
.section__page {
  padding: 64px 0 56px;
}
@media screen and (max-width: 767px) {
  .section__page {
    padding: 40px 0 32px;
  }
}

/* TITLE
---------------------------------------------------- */
.ttl__base {
  line-height: 1.5;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .ttl__base {
    margin-bottom: 28px;
  }
}
.ttl__baseSub {
  color: #fff;
  text-align: center;
  background-color: #9e680b;
  display: inline-block;
  font-size: 13px;
  height: 20px;
  line-height: 18px;
  padding: 0 10px;
  min-width: 170px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .ttl__baseSub {
    font-size: 12px;
    height: 18px;
    line-height: 16px;
    min-width: 150px;
  }
}
.ttl__base--jp {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .ttl__base--jp {
    font-size: 20px;
  }
}
.ttl__base--en {
  display: block;
  color: #9e680b;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .ttl__base--en {
    margin-top: 0;
    font-size: 12px;
  }
}
.ttl__base--middle {
  line-height: 1.5;
  font-size: 28px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .ttl__base--middle {
    font-size: 24px;
    margin-bottom: 18px;
  }
}

/* BUTTON
---------------------------------------------------- */
.btn__base a,
.btn__base input {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #9e680b;
  background-color: #fff;
  color: #9e680b;
  text-align: center;
  height: 58px;
  line-height: 56px;
  min-width: 320px;
  padding: 0 1em;
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .btn__base a,
  .btn__base input {
    min-width: unset;
    min-width: 80vw;
    max-width: 100%;
    height: 48px;
    line-height: 46px;
    font-size: 13px;
  }
}
.btn__base a:hover,
.btn__base input:hover {
  background-color: #9e680b;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn__base input {
  background-color: #9e680b;
  color: #fff;
}
.btn__base input:hover {
  background-color: #fff;
  color: #9e680b;
}

/* TABLE
---------------------------------------------------- */
.tbl {
  border-collapse: collapse;
  width: 100%;
}
.tbl tr th,
.tbl tr td {
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  padding: 12px 20px;
}
.tbl__base {
  border-bottom: 1px solid #eee;
}
.tbl__base tr:nth-child(odd) {
  background-color: #eee;
}
@media screen and (min-width: 768px) {
  .tbl__base tr th {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .tbl__base tr td {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .tbl__base tr td {
    text-align: right;
  }
}
.tbl__form {
  border-top: 1px solid #ccc;
}
.tbl__form tr {
  border-bottom: 1px solid #ccc;
}
.tbl__form tr th,
.tbl__form tr td {
  padding: 16px 20px;
}
@media screen and (max-width: 767px) {
  .tbl__form tr th,
  .tbl__form tr td {
    display: block;
    width: 100%;
    padding: 12px 0;
  }
}
@media screen and (min-width: 768px) {
  .tbl__form tr th {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .tbl__form tr td {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .tbl__form tr td {
    padding-top: 0;
  }
}

/* パーツ
---------------------------------------------------- */
.imageBox {
  width: 50%;
  margin: auto;
}
.imageBox__base {
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .imageBox__base {
    margin-bottom: 16px;
  }
}
.imageBox__base img {
  width: 100%;
  height: auto;
}

.txt__base:not(:last-child) {
  margin-bottom: 2em;
}
.txt__base p:not(:last-child) {
  margin-bottom: 1em;
}
.txt__lead {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .txt__lead {
    margin-bottom: 24px;
  }
}

.form__req {
  color: #ff0000;
  display: inline-block;
  margin-left: 0.2em;
}
.form__input {
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 3px 8px;
  width: 100%;
}
.form textarea {
  height: 125px;
}
@media screen and (max-width: 767px) {
  .form textarea {
    height: 100px;
  }
}
.form__submit {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .form__submit {
    margin-top: 30px;
  }
}

/* fadein
---------------------------------------------------- */
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.fadein.is-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* pagetop
---------------------------------------------------- */
.pagetop {
  display: block;
  background-color: #f3ede2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  line-height: 1.3;
  font-size: 15px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pagetop.is-active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}
.pagetop span {
  display: inline-block;
  vertical-align: middle;
  color: #9e680b;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid #9e680b;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(25%) rotate(-45deg);
          transform: translateY(25%) rotate(-45deg);
}

/* header
---------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  padding: 0 30px 0 15px;
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 5%;
    height: 56px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__logo h1 {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .header__logo h1 {
    width: 40vw;
    max-width: 300px;
  }
}
.header__subTtl {
  font-size: 13px;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .header__subTtl {
    margin-top: 8px;
    font-size: 10px;
  }
}

.menu__btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu__btn {
    display: block;
    position: fixed;
    top: 18px;
    right: 5%;
    width: 30px;
    height: 20px;
    z-index: 12;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  .menu__btn span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #333;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  .menu__btn span:nth-child(1) {
    top: 0;
  }
  .menu__btn span:nth-child(2) {
    top: 9px;
  }
  .menu__btn span:nth-child(3) {
    top: 18px;
  }
  .menu__btn.is-open span:nth-child(1) {
    background: #fff;
    top: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu__btn.is-open span:nth-child(2), .menu__btn.is-open span:nth-child(3) {
    top: 8px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .menu__box {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(158, 104, 11, 0.95);
    font-size: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 1;
    padding-top: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu__box.is-open {
    right: 0;
  }
  .menu__box.is-open a {
    color: #fff;
  }
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .menu__list {
    padding: 0;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.menu__list li {
  margin: 0 0 0 2em;
}
.menu__list li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .menu__list li {
    margin: 0;
    padding: 15px;
    border-bottom: #ccc 1px solid;
  }
}
.menu__list li a {
  display: block;
}

/* foter
---------------------------------------------------- */
.footer {
  padding-top: 60px;
  border-top: 72px solid #9e680b;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 40px;
    border-top: 40px solid #9e680b;
  }
}
.footer__inner {
  padding-bottom: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__item {
  width: 31.36%;
  border-top: 3px solid #9e680b;
}
@media screen and (max-width: 767px) {
  .footer__item {
    border-top: 2px solid #9e680b;
    width: 100%;
    margin-bottom: 28px;
  }
  .footer__item:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__item:nth-child(2) {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer__item:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer__item-ttl {
  font-size: 18px;
  font-weight: bold;
  padding-top: 8px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .footer__item-ttl {
    font-size: 14px;
  }
}
.footer__logo {
  display: block;
  max-width: 250px;
  margin-bottom: 1em;
}
.footer__copyright {
  text-align: center;
  padding: 30px 0;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    padding: 20px 0;
    font-size: 11px;
  }
}

/* index MV
---------------------------------------------------- */
.mv {
  position: relative;
  height: calc(100vh - 128px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv {
    height: 280px;
  }
}
.mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.mv__jp {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mv__jp {
    font-size: 6.4vw;
  }
}
.mv__en {
  display: block;
  margin-top: 10px;
}

/* ----------------------------------------------------
　　　　　　PAGE
---------------------------------------------------- */
.page .main,
.archive .main,
.single .main {
  padding-bottom: 164px;
}
@media screen and (max-width: 767px) {
  .page .main,
  .archive .main,
  .single .main {
    padding-bottom: 72px;
  }
}
@media screen and (min-width: 768px) {
  .page .sweetsList__item,
  .archive .sweetsList__item,
  .single .sweetsList__item {
    margin-bottom: 30px;
  }
}

/* パンくず
---------------------------------------------------- */
.pkz {
  background-color: #9e680b;
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  .pkz {
    padding: 8px 20px;
  }
}
.pkz__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .pkz__list {
    font-size: 11px;
  }
}
.pkz__list a {
  color: #fff;
}
.pkz__item:not(:last-child)::after {
  content: ">";
  padding: 0 0.2em;
  display: inline-block;
}

/* LIST NEWS
---------------------------------------------------- */
.newsList {
  border-top: 1px solid #ccc;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .newsList {
    margin-bottom: 30px;
  }
}
.newsList__item {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.newsList__itemInner {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .newsList__itemInner {
    padding: 14px 0;
  }
}
.newsList__img {
  width: 200px;
  margin-right: 30px;
  aspect-ratio: 40/27;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .newsList__img {
    width: 120px;
    margin-right: 15px;
  }
}
.newsList__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsList__cont {
  width: calc(100% - 230px);
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .newsList__cont {
    width: calc(100% - 135px);
    font-size: 13px;
  }
}
.newsList__ttl {
  color: #9e680b;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .newsList__ttl {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.newsList__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5em;
}
.newsList__cat {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.newsList__cat::after {
  content: "/";
  padding: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .newsList__cat {
    font-size: 12px;
  }
}
.newsList__time {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .newsList__time {
    margin-right: 2em;
  }
}
@media screen and (max-width: 767px) {
  .newsList__time {
    display: block;
  }
}
.newsList__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.newsList__link:hover + .newsList__itemInner {
  opacity: 0.8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/* WPのページネーション
---------------------------------------------------- */
.pagination {
  text-align: center;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links .page-numbers {
  display: inline-block;
  line-height: 1;
  padding: 10px 12px;
  background-color: #eee;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .pagination .nav-links .page-numbers {
    font-size: 12px;
  }
}
.pagination .nav-links .page-numbers.current {
  background-color: #9e680b;
  color: #fff;
}
.pagination .nav-links .page-numbers .pc--on {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pagination .nav-links .page-numbers .pc--on {
    display: none;
  }
}

/* ----------------------------------------------------
　　　　　　NEWS SINGLE
---------------------------------------------------- */
.singleCont__cont h1,
.singleCont__cont h2,
.singleCont__cont h3,
.singleCont__cont h4,
.singleCont__cont h5,
.singleCont__cont h6 {
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 1em;
}
.singleCont__cont h1,
.singleCont__cont h2,
.singleCont__cont h3 {
  font-size: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .singleCont__cont h1,
  .singleCont__cont h2,
  .singleCont__cont h3 {
    margin-top: 32px;
    font-size: 22px;
  }
}
.singleCont__cont h4 {
  margin-top: 32px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .singleCont__cont h4 {
    margin-top: 24px;
    font-size: 18px;
  }
}
.singleCont__cont h5 {
  margin-top: 24px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .singleCont__cont h5 {
    margin-top: 20px;
    font-size: 16px;
  }
}
.singleCont__cont h6 {
  margin-bottom: 0.5em;
}
.singleCont__cont p,
.singleCont__cont ul,
.singleCont__cont ol {
  margin-bottom: 1em;
}
.singleCont__cont img {
  margin: 0.5em 0 1em;
  width: auto;
  max-width: 100%;
}
.singleCont__cont ul,
.singleCont__cont ol {
  margin-left: 1.5em;
}
.singleCont__cont ul {
  list-style-type: disc;
}
.singleCont__cont ol {
  list-style-type: decimal;
}
.singleCont__cont iframe {
  width: 100%;
  height: 450px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .singleCont__cont iframe {
    height: 240px;
  }
}
.singleCont__cont a {
  display: inline;
  text-decoration: underline;
  color: #9e680b;
}
.singleCont__cont b,
.singleCont__cont strong {
  font-weight: bold;
}
.singleCont__cont i,
.singleCont__cont em {
  font-style: italic;
}
.singleCont__head {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .singleCont__head {
    margin-bottom: 32px;
  }
}
.singleCont__ttl {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 500;
  border-top: 2px solid #9e680b;
  border-bottom: 2px solid #9e680b;
  padding: 10px 0 16px;
}
@media screen and (max-width: 767px) {
  .singleCont__ttl {
    font-size: 24px;
    padding: 8px 0 10px;
  }
}

/* LIST SWEETS
---------------------------------------------------- */
.sweetsList {
  margin-bottom: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sweetsList {
    margin-bottom: 30px;
  }
}
.sweetsList__item {
  display: block;
}
@media screen and (min-width: 768px) {
  .sweetsList__item {
    width: 23.06%;
    margin-right: 2.58%;
  }
  .sweetsList__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sweetsList__item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 1em;
  }
  .sweetsList__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .sweetsList__item:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.sweetsList__img {
  aspect-ratio: 1;
  overflow: hidden;
}
.sweetsList__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.sweetsList__ttl {
  font-size: 18px;
  line-height: 1.5;
  margin: 8px 0;
}
@media screen and (max-width: 767px) {
  .sweetsList__ttl {
    font-size: 15px;
  }
}

/* INFORMATION
---------------------------------------------------- */
.information__data {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .information__data {
    margin-bottom: 24px;
  }
}
.information__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  margin-bottom: 0.5em;
}
.information__ttl {
  margin-right: 1em;
}

/* archive
---------------------------------------------------- */
.archive__item {
  border-bottom: 1px solid #ccc;
}
.archive__item a {
  display: block;
  padding: 0.5em 0;
}

.wp-block-latest-posts__list li,
.wp-block-archives-list li {
  border-bottom: 1px solid #ccc;
}
.wp-block-latest-posts__list li a,
.wp-block-archives-list li a {
  display: block;
  padding: 0.5em 0;
}

/* tag
---------------------------------------------------- */
.tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tag__list a.tag-cloud-link {
  color: #9e680b;
  border: 1px solid #9e680b;
  display: inline-block;
  text-align: center;
  margin: 0 5px 5px 0;
  font-size: 14px !important;
  padding: 0 12px;
  height: 32px;
  line-height: 30px;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .tag__list a.tag-cloud-link {
    font-size: 12px !important;
    padding: 0 6px;
    border-radius: 6px;
    height: 25px;
    line-height: 23px;
    margin: 0 8px 8px 0;
  }
}
.tag__item {
  color: #9e680b;
  border: 1px solid #9e680b;
  display: inline-block;
  text-align: center;
  margin: 0 5px 5px 0;
  font-size: 14px;
  padding: 0 12px;
  height: 32px;
  line-height: 30px;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .tag__item {
    font-size: 12px;
    padding: 0 6px;
    border-radius: 6px;
    height: 25px;
    line-height: 23px;
    margin: 0 8px 8px 0;
  }
}

/* ----------------------------------------------------
　　　　　　CONCEPT
---------------------------------------------------- */
/* ----------------------------------------------------
　　　　　　SWEETS
---------------------------------------------------- */
.sweets .sweetsList {
  margin-bottom: 0;
}
.sweetsSingle__img {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sweetsSingle__img {
    margin-bottom: 24px;
  }
}
.sweetsSingle__img img {
  width: 100%;
  height: auto;
}
.sweetsSingle__note {
  margin-top: 40px;
  padding: 20px;
  border: 1px solid #ccc;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .sweetsSingle__note {
    margin-top: 24px;
    font-size: 13px;
  }
}

/* ----------------------------------------------------
　　　　　　INFORMATION
---------------------------------------------------- */
@media screen and (max-width: 767px) {
  .information__section01 .tbl__base td {
    text-align: left;
  }
}
.information__map {
  width: 100%;
  height: 300px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .information__map {
    height: 200px;
  }
}
.information__map iframe {
  width: 100%;
  height: 100%;
}

.form {
  padding-top: 128px;
  margin-top: -128px;
}
@media screen and (max-width: 767px) {
  .form {
    padding-top: 56px;
    margin-top: -56px;
  }
}