/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../img/news/pagetit_bg.jpg) center;
  background-size: cover;
}

#sidebar {
  float: right;
  width: 260px;
  font-size: 1.6rem;
}
#sidebar .sidebar_tit {
  margin: 0 0 20px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
}
#sidebar .sidebar_tit .en {
  display: block;
  letter-spacing: 0.04em;
}
#sidebar ul {
  margin-bottom: -1px;
  border-top: 1px solid #83726a;
  line-height: 1.1;
  letter-spacing: 0.1em;
}
#sidebar ul li {
  position: relative;
  border-bottom: 1px solid #83726a;
}
#sidebar ul li:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 17px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 12px;
  background: url(../img/news/icon_arrow.svg);
  background-size: 100%;
  z-index: 1;
}
#sidebar ul li.open:before {
  transform: rotate(90deg);
}
#sidebar ul li a {
  position: relative;
  display: block;
  padding: 15px 5px 15px 48px;
}
#sidebar ul li a:hover {
  background: #1b1519;
  opacity: 1;
}
#sidebar ul + .sidebar_tit {
  margin-top: 96px;
}
#sidebar .list_parent {
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding: 15px 5px 15px 48px;
  border-top: 1px solid #83726a;
  border-bottom: 1px solid #83726a;
  cursor: pointer;
  line-height: 1.1;
  transition: all 0.3s;
}
#sidebar .list_parent:hover {
  background: #1b1519;
  opacity: 1;
}
#sidebar .list_parent:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 17px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 12px;
  background: url(../img/news/icon_arrow.svg);
  background-size: 100%;
  z-index: 1;
}
#sidebar .list_parent.open:before {
  transform: rotate(90deg);
}
#sidebar .list_parent + ul {
  display: none;
  background: #322c30;
}
#sidebar .list_parent + ul li:before {
  left: 52px;
}
#sidebar .list_parent + ul li a {
  padding-left: 72px;
}

@media (max-width: 810px) {
  #sidebar {
    float: none;
    width: 480px;
    max-width: 100%;
    margin: 80px auto 0;
    font-size: 1.4rem;
  }
  #sidebar .sidebar_tit {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
}
/* ---------------------------------------------------
	sweets
------------------------------------------------------ */
#sweets {
  padding: 192px 0 384px;
  background: url(../img/home/sweets_bg_01.webp) no-repeat center bottom;
}
.no-webp #sweets {
  background: url(../img/home/sweets_bg_01.jpg) no-repeat center bottom;
}
@media screen and (min-width: 2001px) {
  #sweets {
    background-size: 100%;
  }
}
#sweets .sweets_pic {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 48px;
  text-align: center;
}
#sweets .sweets_pic .pic_logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#sweets .sweets_pic .pic_logo img {
  filter: drop-shadow(0 0 10px #000) drop-shadow(0 0 6px rgba(0, 0, 0, 0.25));
}
#sweets .sweets_bnr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 200px;
  padding-top: 20px;
  background: url(../img/home/sweets_bg_02.webp) no-repeat center bottom;
  color: #444958;
  font-size: 1.6rem;
  text-align: center;
}
.no-webp #sweets .sweets_bnr {
  background: url(../img/home/sweets_bg_02.jpg) no-repeat center bottom;
}
#sweets .sweets_bnr .bnr_tit {
  margin: 0 0 8px;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}
#sweets .sweets_bnr .bnr_tit .en {
  font-size: 2.8rem;
  letter-spacing: 0.04em;
  vertical-align: middle;
}
#sweets .sweets_bnr .bnr_btn {
  margin-top: 3px;
}

@media screen and (max-width: 810px) {
  #sweets {
    padding: 48px 0 384px;
    background: url(../img/home/sweets_bg_01.webp) no-repeat center bottom;
  }
  .no-webp #sweets {
    background: url(../img/home/sweets_bg_01.jpg) no-repeat center bottom;
  }
}
@media screen and (max-width: 810px) and (min-width: 2001px) {
  #sweets {
    background-size: 100%;
  }
}
@media screen and (max-width: 810px) {
  #sweets .sweets_pic {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 48px;
    text-align: center;
  }
  #sweets .sweets_pic .pic_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #sweets .sweets_pic .pic_logo img {
    width: 230px;
    height: 120px;
    max-width: none;
  }
  #sweets .sweets_bnr {
    width: 100%;
    max-width: 364px;
    height: 250px;
    margin: 0 auto;
    padding-top: 10px;
    background: url(../img/home/sweets_bg_02_sp.webp) no-repeat center bottom;
    background-size: cover;
    font-size: 1.2rem;
  }
  .no-webp #sweets .sweets_bnr {
    background: url(../img/home/sweets_bg_02_sp.jpg) no-repeat center bottom;
  }
  #sweets .sweets_bnr .bnr_tit {
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 1.7;
  }
  #sweets .sweets_bnr .bnr_tit .en {
    font-size: 2.1rem;
  }
  #sweets .sweets_bnr br.sp_inline {
    display: inline;
  }
  #sweets .sweets_bnr .bnr_btn {
    margin-top: 15px;
  }
  #sweets .sweets_bnr .bnr_btn .btn_nolink {
    font-size: 1rem;
  }
}
/* ---------------------------------------------------
	category
------------------------------------------------------ */
#category {
  padding: 72px 0 0;
}

.post_box_wrap {
  float: left;
  width: calc(100% - 300px);
}

.post_box {
  border-bottom: 1px solid #83726a;
}
.post_box a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 0;
}
.post_box .eyecatch {
  position: relative;
  width: 38.5%;
  max-width: 300px;
  aspect-ratio: 300/200;
  overflow: hidden;
}
.post_box .eyecatch img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  aspect-ratio: 300/200;
  object-fit: cover;
}
.post_box .post_txt {
  width: 58%;
  max-width: 450px;
}
.post_box .post_cat {
  display: inline-block;
  min-width: 118px;
  max-width: 100%;
  padding: 4px 10px;
  background: #444958;
  color: #e1c5b0;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
}
.post_box .post_date {
  display: inline-block;
  margin-right: 30px;
  color: #bc6631;
  font-family: "Bodoni Moda", serif;
  line-height: 1.2;
  letter-spacing: 0.04em;
  vertical-align: middle;
}
.post_box .post_tit {
  position: relative;
  display: block;
  padding-right: 80px;
  letter-spacing: 0.1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.post_box .post_tit .more {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
  color: #bc6631;
  font-size: 1.2rem;
  font-family: "Bodoni Moda", serif;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}
.post_box .post_tit .more .icon_arrow02 {
  margin-left: 10px;
  fill: #bc6631;
}

.notfound {
  width: 100%;
  padding: 80px 0 100px;
  text-align: center;
}

.page_navi {
  position: relative;
  width: 100%;
  margin: 48px auto 0;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
.page_navi .current {
  min-width: 40px;
  padding: 10px 8px 10px;
  display: inline-block;
  margin: 0 2px;
  background: #444958;
  border: 1px solid #444958;
  opacity: 1;
}
.page_navi a {
  display: inline-block;
  min-width: 40px;
  margin: 0 2px;
  padding: 10px 8px 10px;
  border: 1px solid #444958;
}
.page_navi a:hover {
  background: #444958;
  opacity: 1;
}
.page_navi .page-numbers.dots {
  margin-right: 3px;
}
.page_navi .prev,
.page_navi .next {
  position: relative;
  padding: 10px 15px 10px;
  background: none;
  border-color: transparent;
  border: 1px solid #444958;
}
.page_navi .prev:after,
.page_navi .next:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 2px;
  bottom: 0;
  margin: auto 0;
  display: block;
  width: 8px;
  height: 12px;
  background: url(../img/news/icon_arrow.svg);
  background-size: 100%;
}
.page_navi .prev:hover,
.page_navi .next:hover {
  background: #444958;
  opacity: 1;
}
.page_navi .prev {
  position: relative;
  padding-left: 28px;
}
.page_navi .prev:after {
  left: 10px;
  transform: scale(-1, 1);
}
.page_navi .next {
  position: relative;
  padding-right: 28px;
}
.page_navi .pnext {
  position: relative;
  max-width: 48%;
  padding: 0;
  border: none;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.page_navi .pnext:hover {
  background: none;
}
.page_navi .pnext:after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  bottom: 0;
  margin: auto 0;
  display: block;
  width: 8px;
  height: 12px;
  background: url(../img/news/icon_arrow.svg);
  background-size: 100%;
}
.page_navi .pnext.left {
  float: left;
  margin-bottom: 20px;
  padding-left: 20px;
}
.page_navi .pnext.left:after {
  left: 0;
  transform: scale(-1, 1);
}
.page_navi .pnext.right {
  float: right;
  margin-bottom: 20px;
  padding-right: 20px;
}
.page_navi .navi_top {
  clear: both;
  padding-top: 48px;
  border-top: 1px solid #83726a;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.page_navi .navi_top a {
  display: inline-block;
  padding: 10px 16px 10px 20px;
  border: 1px solid #444958;
}

@media (max-width: 768px) {
  #category {
    padding: 24px 0 0;
  }
  .post_box_wrap {
    float: none;
    width: 100%;
  }
  .post_box .post_txt {
    margin-top: 12px;
  }
  .post_box .post_tit {
    line-height: 1.75;
  }
  .page_navi {
    margin-top: 24px;
    text-align: center;
  }
  .page_navi .current {
    margin-bottom: 5px;
  }
  .page_navi a {
    margin-bottom: 5px;
  }
  .page_navi .pnext {
    font-size: 1.4rem;
  }
  .page_navi .pnext.left {
    padding-left: 16px;
  }
  .page_navi .pnext.right {
    padding-right: 12px;
  }
  .page_navi .navi_top {
    padding-top: 24px;
  }
}
@media (max-width: 480px) {
  .post_box a {
    display: block;
    padding: 20px;
  }
  .post_box .eyecatch {
    width: 100%;
    margin: 0 auto 10px;
  }
  .post_box .post_txt {
    width: 100%;
    max-width: 100%;
  }
  .post_box .post_tit {
    margin-top: 8px;
    line-height: 1.75;
  }
}
/* ---------------------------------------------------
	single
------------------------------------------------------ */
#single {
  padding: 96px 0 0;
}
#single .single_main {
  float: left;
  width: calc(100% - 300px);
}
#single .single_tit_wrap {
  width: 100%;
  margin: 0 auto 48px;
  padding: 0 16px 20px;
  border-bottom: 1px solid #83726a;
  line-height: 1.75;
}
#single .single_tit_wrap .single_cat {
  display: inline-block;
  min-width: 118px;
  max-width: 100%;
  padding: 4px 10px;
  background: #444958;
  color: #e1c5b0;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
}
#single .single_tit_wrap .single_date {
  display: inline-block;
  margin-right: 30px;
  color: #bc6631;
  font-family: "Bodoni Moda", serif;
  line-height: 1.2;
  letter-spacing: 0.04em;
  vertical-align: middle;
}
#single .single_tit_wrap .single_tit {
  display: block;
  margin-top: 16px;
  letter-spacing: 0.1em;
}
#single .page_navi {
  margin-top: 96px;
}
#single .page_navi:after {
  content: "";
  clear: both;
  display: block;
}

@media (max-width: 768px) {
  #single {
    padding: 48px 0 0;
  }
  #single .single_main {
    float: none;
    width: 100%;
  }
  #single .single_tit_wrap {
    margin: 0 auto 48px;
    padding: 0 16px 20px;
  }
  #single .single_tit_wrap .single_date {
    margin-right: 20px;
  }
  #single .single_tit_wrap .single_tit {
    margin-top: 16px;
  }
  #single .page_navi {
    border-top: 1px solid #83726a;
    margin-top: 48px;
    padding-top: 16px;
  }
}
/* ---------------------------------------------------
	wp_common
------------------------------------------------------ */
.entry_content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  line-height: 2.1;
  letter-spacing: 0.1em;
  word-wrap: break-word;
}

.entry_content p {
  display: block;
  margin: 1em 0 2em;
  line-height: 2.1;
}

.entry_content a {
  text-decoration: underline;
}

.entry_content a:hover {
  text-decoration: none;
}

.entry_content div {
  margin: 28px 0;
}

.entry_content strong {
  font-weight: bold;
}

.entry_content strong span {
  font-weight: bold;
}

.entry_content em {
  font-style: italic;
}

.entry_content blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.entry_content .aligncenter {
  display: block;
  margin: 0 auto;
}

.entry_content .alignright {
  float: right;
  margin: 0 0 10px 10px;
}

.entry_content .alignleft {
  float: left;
  margin: 0 10px 10px 0;
}

.entry_content .has-text-align-center {
  text-align: center;
}
.entry_content .has-text-align-right {
  text-align: right;
}

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

.entry_content {
  /* gutenberg */
}
.entry_content h1 {
  margin: 2em auto 1em;
  padding: 0;
  color: #e1c5b0;
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: left;
}
.entry_content h2 {
  position: relative;
  max-width: 100%;
  margin: 1.5em auto 1em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #bc6631;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: left;
  z-index: 1;
}
.entry_content h3 {
  margin: 1em auto 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3125;
}
.entry_content h3:after {
  content: "";
  display: block;
  width: 1em;
  height: 0;
  margin-top: 0.25em;
  border-top: 1px solid #bc6631;
}
.entry_content h4 {
  margin: 1em auto;
  color: #e1c5b0;
  font-size: 1.125em;
  font-weight: bold;
}
.entry_content h5 {
  margin: 1em auto;
  color: #e1c5b0;
  font-weight: bold;
}
.entry_content h5:after {
  content: "";
  display: block;
  width: 1em;
  height: 0;
  border-top: 1px solid;
}
.entry_content h6 {
  margin-bottom: 0.5em;
  color: #e1c5b0;
  font-size: 0.875em;
  font-weight: bold;
}
.entry_content table {
  margin: 1em 0;
}
.entry_content table th,
.entry_content table td {
  padding: 22px 20px 20px;
  border-top: 1px solid #5c9291;
  border-bottom: 1px solid #5c9291;
  line-height: 2.1;
  letter-spacing: 0;
}
.entry_content table p {
  margin: 0;
}
.entry_content ul {
  margin: 1em 0;
  list-style: disc;
  padding-left: 1.5em;
}
.entry_content ul li {
  list-style: disc;
}
.entry_content ol {
  margin: 1em 0;
  list-style: decimal;
  padding-left: 1.5em;
}
.entry_content ol li {
  list-style: decimal;
}
.entry_content pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.entry_content code,
.entry_content kbd,
.entry_content samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.entry_content sub,
.entry_content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.entry_content sub {
  bottom: -0.25em;
}
.entry_content sup {
  top: -0.5em;
}
.entry_content legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.entry_content progress {
  vertical-align: baseline;
}
.entry_content pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.entry_content code,
.entry_content kbd,
.entry_content tt,
.entry_content var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
.entry_content abbr,
.entry_content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.entry_content mark,
.entry_content ins {
  background: #fff9c0;
  text-decoration: none;
}
.entry_content big {
  font-size: 125%;
}
.entry_content details {
  display: block;
}
.entry_content summary {
  display: list-item;
}
.entry_content template {
  display: none;
}
.entry_content dfn,
.entry_content cite,
.entry_content em,
.entry_content i {
  font-style: italic;
}
.entry_content blockquote {
  padding: 0 1em;
  background: #fff;
  border-left: 4px solid #ddd;
}
.entry_content embed,
.entry_content iframe,
.entry_content object {
  max-width: 100%;
}
.entry_content .wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.entry_content .wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry_content .wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.entry_content .wp-caption-text {
  text-align: center;
}
.entry_content .gallery {
  margin-bottom: 1.5em;
}
.entry_content .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.entry_content .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.entry_content .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.entry_content .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.entry_content .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.entry_content .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.entry_content .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.entry_content .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.entry_content .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.entry_content .gallery-caption {
  display: block;
}
.entry_content .wp-block-gallery {
  padding-left: 0;
  list-style: none;
}
.entry_content .wp-block-gallery li {
  list-style: none;
}
.entry_content .wp-block-button__link {
  text-decoration: none;
}

@media (max-width: 768px) {
  .entry_content {
    margin-bottom: 30px;
    line-height: 1.8;
  }
  .entry_content p {
    line-height: 1.8;
  }
  .entry_content h3 {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .entry_content h3:after {
    margin-top: 20px;
  }
  .entry_content table {
    max-width: 100%;
    width: 100% !important;
  }
  .entry_content table th,
  .entry_content table td {
    padding: 15px 8px 13px;
    line-height: 2.1;
  }
}