@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 65px;
  width: 65px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 30%;
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    height: 40px;
    width: 40px;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  position: absolute;
  height: 65px;
  width: 65px;
  opacity: 1;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .slick-prev:before,
  .slick-next:before {
    height: 40px;
    width: 40px;
  }
}

.slick-prev {
  left: 20%;
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: 5%;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -20%;
}
@media screen and (max-width: 767px) {
  [dir=rtl] .slick-prev {
    right: -5%;
  }
}
.slick-prev:before {
  content: "";
  background: url(../images/arrow_left.svg) center center/contain no-repeat;
}
[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 20%;
}
@media screen and (max-width: 767px) {
  .slick-next {
    right: 5%;
  }
}
[dir=rtl] .slick-next {
  left: -20%;
  right: auto;
}
@media screen and (max-width: 767px) {
  [dir=rtl] .slick-next {
    left: -5%;
  }
}
.slick-next:before {
  content: "";
  background: url(../images/arrow_right.svg) center center/contain no-repeat;
}
[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  /*  margin-bottom: 30px; */
}

.slick-dots {
  display: block !important;
  position: absolute;
  left: -6%;
  bottom: 5%;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    left: -10%;
    bottom: 0;
  }
}
.slick-dots li {
  position: relative;
  height: 24px;
  width: 24px;
  margin-bottom: 18px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    height: 16px;
    width: 16px;
    margin-bottom: 15px;
  }
}
.slick-dots li button {
  border: 0;
  background: transparent;
  height: 22px;
  width: 22px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .slick-dots li button {
    height: 14.6666666667px;
    width: 14.6666666667px;
  }
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  right: 0;
  height: 22px;
  width: 22px;
  content: "";
  background: #e6e6e6;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .slick-dots li button:before {
    height: 14.6666666667px;
    width: 14.6666666667px;
  }
}
.slick-dots li.slick-active button:before {
  height: 24px;
  width: 23px;
  background: #fff url(../images/icon_logomaru.svg) center center/contain no-repeat;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .slick-dots li.slick-active button:before {
    height: 16px;
    width: 15.3333333333px;
  }
}

html {
  width: 100%;
}

body {
  font: 500 16px/1.8 "Noto Serif JP", serif;
  color: #231815;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.win body {
  font-family: "Noto Serif JP", serif;
}

a {
  text-decoration: none;
  color: #231815;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

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

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

::-moz-selection {
  background-color: #ffe33f;
  color: #231815;
}

::selection {
  background-color: #ffe33f;
  color: #231815;
}

#container_wrap {
  overflow: hidden;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.inner_120 {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .inner_120 {
    padding: 0 5vw;
  }
}
.inner_120::after {
  content: "";
  display: block;
  clear: both;
}

.inner_100 {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .inner_100 {
    padding: 0 5vw;
  }
}
.inner_100.spnone {
  padding: 0;
}
.inner_100::after {
  content: "";
  display: block;
  clear: both;
}

.inner_860 {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .inner_860 {
    padding: 0 5vw;
  }
}
.inner_860::after {
  content: "";
  display: block;
  clear: both;
}

.section_wrap {
  padding: 110px 0 0;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 50px 0 0;
  }
}

.section_wrapB {
  padding: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .section_wrapB {
    padding: 0 0 50px;
  }
}

.section_wrapC {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .section_wrapC {
    padding: 50px 0;
  }
}

.section_wrapD {
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .section_wrapD {
    padding: 30px 0 60px;
  }
}

.section_wrap_book {
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .section_wrap_book {
    padding: 50px 0 0;
  }
}

.section_low {
  background: url(../images/bg_2.jpg) center 0%/cover no-repeat;
  padding: 80px 15px;
  border-bottom: 10px #f0d1ca solid;
}
@media screen and (max-width: 767px) {
  .section_low {
    padding: 40px 15px 30px;
  }
}
.section_low.project_header {
  background-image: url(../images/project_header.jpg);
}
.section_low.project_header .ttl_cmn {
  color: #fff;
}
.section_low.book_header {
  background-image: url(../images/book_header.jpg);
}
.section_low.book_header .ttl_cmn {
  color: #fff;
}

.section_wrapcovid {
  background: url(../images/bg_covid.jpg) center 100%/cover no-repeat;
  height: 530px;
  width: 100%;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .section_wrapcovid {
    padding-top: 30px;
    height: auto;
    background: url(../images/bg_covid_sp.jpg) center 100%/cover no-repeat;
    padding-bottom: 60px;
    position: relative;
  }
  .section_wrapcovid::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    background: url(../images/bg_covid_spber.jpg) center center/cover no-repeat;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
.section_wrapcovid .ttl_cmn {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .section_wrapcovid .ttl_cmn {
    margin-bottom: 20px;
  }
}
.section_wrapcovid .att_txt {
  font-size: 0.93rem;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .section_wrapcovid .att_txt {
    margin-bottom: 20px;
  }
}

.section_wrapend {
  background: url(../images/bg_outline.jpg) center 0%/cover no-repeat;
  width: 100%;
  padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .section_wrapend {
    background: url(../images/bg_outline_sp.jpg) center 0%/cover no-repeat;
    width: 100%;
    padding: 50px 0 50px;
    position: relative;
  }
}
.section_wrapend .read_txt {
  max-width: 620px;
  width: 100%;
  margin: 0 auto 40px;
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.1));
}
.section_wrapend .read_txt img {
  filter: drop-shadow(15px 15px 2px #000);
}
.section_wrapend .ttl_cmn {
  margin: 0;
  text-align: left;
  color: #fff;
  margin-bottom: 50px;
}
.section_wrapend .table_outline {
  margin: auto;
  table-layout: fixed;
  color: #fff;
  border-top: 1px #fff solid;
  font-size: 0.93rem;
  width: 100%;
}
.section_wrapend .table_outline th {
  font-weight: 500;
  width: 25%;
  border-bottom: 1px #fff solid;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .section_wrapend .table_outline th {
    width: 26%;
    font-size: 3.3vw;
    letter-spacing: 0;
  }
}
.section_wrapend .table_outline td {
  width: 75%;
  padding: 1rem 0;
  border-bottom: 1px #fff solid;
}
@media screen and (max-width: 767px) {
  .section_wrapend .table_outline td {
    width: 74%;
    font-size: 3.1vw;
    letter-spacing: 0;
  }
}
.section_wrapend .table_outline td a {
  color: #fff;
}
.section_wrapend .table_outline td .min {
  font-size: 0.81rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .section_wrapend .table_outline td .min {
    font-size: 2.5vw;
  }
}

.article {
  font-size: 0.93rem;
  padding: 0 0 2rem 0;
}
.article .center_ttl {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .article .center_ttl {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}
.article .day {
  margin-bottom: 2rem;
  font-size: 1rem;
  font-family: "Libre Baskerville", serif;
}

#gnavi {
  background-color: #D5B94B;
  height: 75px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #gnavi {
    height: auto;
    padding: 15px;
  }
}
#gnavi ul {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  max-width: 580px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #gnavi ul {
    padding: 0;
  }
}
#gnavi ul li {
  position: relative;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1;
  padding: 0 20px;
  border-left: 1px #231815 solid;
}
#gnavi ul li:last-child {
  border-right: 1px #231815 solid;
}
@media screen and (max-width: 767px) {
  #gnavi ul li {
    width: auto;
    font-size: 3vw;
    padding: 0;
    line-height: 1.8;
  }
}
#gnavi ul li a {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  #gnavi ul li a {
    padding: 0 3vw;
  }
}
#gnavi ul li a::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #231815;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #gnavi ul li a::after {
    content: none;
  }
}
#gnavi ul li a:hover::after {
  opacity: 1;
}
#gnavi.h_fixed {
  position: fixed;
  top: 0;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 99;
  overflow: hidden;
  height: 60px;
}
@media screen and (max-width: 767px) {
  #gnavi.h_fixed {
    position: relative;
    background: unset !important;
    min-width: 1px;
  }
}

.fix_btn {
  position: fixed;
  top: 7%;
  text-align: center;
  right: 3%;
  z-index: 999;
  overflow: hidden;
  width: 200px;
  filter: drop-shadow(0 0px 5.5px rgba(0, 0, 0, 0.5));
}
.fix_btn:hover {
  filter: drop-shadow(0 0px 0px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 1030px) {
  .fix_btn {
    width: 120px;
    bottom: 5%;
  }
}
@media screen and (max-width: 767px) {
  .fix_btn {
    width: 100px;
    position: absolute;
    min-width: 1px;
    bottom: inherit;
    top: 3%;
    right: 2%;
    filter: none;
  }
}

.fix_btn_sp {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  text-align: center;
  background: #f0d1ca;
  font-size: 0.87rem;
}
.fix_btn_sp.fix_btn_sp02 {
  color: #e6b422;
  background: #000;
}
.fix_btn_sp.fix_btn_sp02 span::before {
  background: url(../images/icon_ticket_2025_02.svg) center center/contain no-repeat;
}
.fix_btn_sp span {
  padding: 1.2rem 1rem 1.2rem 75px;
  display: inline-block;
  position: relative;
}
.fix_btn_sp span::before {
  content: "";
  position: absolute;
  background: url(../images/icon_ticketmark_2025.svg) center center/contain no-repeat;
  left: 0rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}
@media screen and (max-width: 767px) {
  .fix_btn_sp {
    display: block;
  }
}

.copy {
  background-color: #D5B94B;
  padding: 20px 0 40px;
  font-size: 0.81rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .copy {
    padding: 1rem 0;
    font-size: 2.5vw;
    /* margin-bottom: 60px; */
  }
}

.main_img {
  position: relative;
}
.main_img img {
  width: 100%;
}

.box_waku {
  max-width: 980px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .box_waku {
    box-shadow: none;
  }
}
.box_waku.mb {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .box_waku.mb {
    margin-bottom: 40px;
  }
}
.box_waku .inbox {
  padding: 50px 60px;
  background-color: #dcdcdc;
}
@media screen and (max-width: 767px) {
  .box_waku .inbox {
    padding: 0;
    background: none;
    padding: 0;
  }
}
.box_waku.yellow {
  background: #ffe33f;
}
@media screen and (max-width: 767px) {
  .box_waku.yellow {
    background: none;
  }
}
.box_waku.light_ore {
  background: #f0d1ca;
  margin-top: 30px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .box_waku.light_ore {
    background: none;
    margin-top: 0;
    padding: 20px 15px 20px;
    margin-bottom: 0;
  }
  .box_waku.light_ore::before {
    content: "";
  }
}

.list_info {
  margin-bottom: 40px;
}
.list_info li {
  border-bottom: 1px #b6b4b4 solid;
}
.list_info li a {
  display: flex;
  align-self: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.list_info li a:hover {
  opacity: 0.7;
}
.list_info li a .date {
  font-family: "Libre Baskerville", serif;
  width: 15%;
}
@media screen and (max-width: 767px) {
  .list_info li a .date {
    width: 30%;
  }
}
.list_info li a .ttl {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .list_info li a .ttl {
    width: 70%;
    line-height: 1.5;
  }
}

.ttl_about_en {
  font-size: 2.25rem;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ttl_about_en {
    font-size: 4vw;
    position: relative;
    color: #758687;
  }
}

.ttl_about {
  text-align: center;
  font-size: 1.56rem;
  font-weight: 700;
  line-height: 1;
  color: #D5B94B;
  margin-top: 10px;
  position: relative;
  padding: 0 1.5rem;
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl_about {
    margin-top: 15px;
    font-size: 6.2vw;
  }
}
.ttl_about::before, .ttl_about::after {
  content: "";
  position: absolute;
  height: 40px;
  width: 1px;
  background: #f0d1ca;
  bottom: -10px;
}
.ttl_about::before {
  left: 0;
  transform: rotate(-30deg);
}
.ttl_about::after {
  right: 0;
  transform: rotate(30deg);
}

.txt_about {
  text-align: center;
  font-size: 1.12rem;
}
@media screen and (max-width: 767px) {
  .txt_about {
    line-height: 1.7;
    font-size: 3.8vw;
  }
}
.txt_about.mb {
  margin-bottom: 15px;
}

.about_img {
  margin: 30px auto 40px;
  text-align: center;
  display: block;
}

.list_flow {
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .list_flow {
    margin: 30px auto 0;
  }
}
.list_flow li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .list_flow li {
    margin-bottom: 30px;
  }
}
.list_flow li:first-child .txt.red {
  color: red;
  font-size: 1.12rem;
  font-weight: 700;
}
.list_flow li .img_box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list_flow li .img_box {
    margin-bottom: 35px;
    width: 100%;
  }
}
.list_flow li .img_box img {
  width: 100%;
}
.list_flow li .txt_box {
  width: 50%;
  padding: 55px 0 0 40px;
}
@media screen and (max-width: 767px) {
  .list_flow li .txt_box {
    width: 100%;
    padding: 0;
  }
}
.list_flow li .txt_box .time {
  font-size: 1.31rem;
  font-weight: 700;
  padding: 0 0 15px 25px;
  margin-bottom: 1rem;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .list_flow li .txt_box .time {
    font-size: 1.25rem;
    margin-bottom: 1.2rem;
    padding: 0 0 15px 63px;
  }
}
.list_flow li .txt_box .time::before {
  content: "";
  position: absolute;
  width: 57px;
  height: 38px;
  left: -55px;
  bottom: 15px;
}
@media screen and (max-width: 767px) {
  .list_flow li .txt_box .time::before {
    left: 0;
    width: 47.5px;
    height: 31.6666666667px;
  }
}
.list_flow li .txt_box .time.one::before {
  background: url(../images/flow1_num.svg) center center/contain no-repeat;
}
.list_flow li .txt_box .time.two::before {
  background: url(../images/flow2_num.svg) center center/contain no-repeat;
}
.list_flow li .txt_box .time.three::before {
  background: url(../images/flow3_num.svg) center center/contain no-repeat;
}
.list_flow li .txt_box .time::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 1px;
  background: #231815;
  bottom: 0;
  left: -60px;
}
@media screen and (max-width: 767px) {
  .list_flow li .txt_box .time::after {
    left: 0;
    width: 130px;
  }
}
.list_flow li .txt_box .txt {
  line-height: 1.5;
  font-size: 0.93rem;
}
.list_flow li .txt_box .txt.mb {
  margin-bottom: 10px;
}
.list_flow li .txt_box dl {
  font-size: 0.93rem;
  width: 100%;
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.list_flow li .txt_box dl dt {
  width: 30%;
}
.list_flow li .txt_box dl dd {
  width: 70%;
}
.list_flow li .txt_box .att {
  line-height: 1.5;
  font-size: 0.93rem;
  position: relative;
  padding: 0 0 0 1.1rem;
}
.list_flow li .txt_box .att::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.slick_img {
  margin: 40px auto 60px;
}
@media screen and (max-width: 767px) {
  .slick_img {
    margin: 20px auto 30px;
  }
}

.list_covid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 880px;
  margin: auto;
}
.list_covid li {
  width: 19%;
  margin: 0 1.25% 0 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_covid li {
    width: 32%;
    margin: 0 2% 2% 0;
    border-radius: 10px;
  }
}
.list_covid li::after {
  content: "";
  display: block;
  padding: 100% 0 0 0;
}
.list_covid li:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .list_covid li:nth-child(3n) {
    margin: 0 0 2% 0;
  }
}
.list_covid li .box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(76, 73, 72, 0.5);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.list_covid li img {
  width: 105px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .list_covid li img {
    width: 60px;
  }
}
.list_covid li .txt {
  text-align: center;
  font-size: 0.93rem;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_covid li .txt {
    font-size: 2.8vw;
    line-height: 1.4;
  }
}

.map {
  position: relative;
}
.map::after {
  content: "";
  display: block;
  padding: 45% 0 0;
}
@media screen and (max-width: 767px) {
  .map::after {
    padding: 120% 0 0;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ttl_cmn {
  font-family: "Libre Baskerville", serif;
  text-align: center;
  font-size: 2.25rem;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .ttl_cmn {
    font-size: 8vw;
    line-height: 1.2;
  }
}
.ttl_cmn.pt {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .ttl_cmn.pt {
    padding-top: 50px;
  }
}
.ttl_cmn.pt2 {
  margin-bottom: 50px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .ttl_cmn.pt2 {
    margin-bottom: 30px;
    padding-top: 15px;
  }
}
.ttl_cmn.line {
  padding: 145px 0 0 0;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl_cmn.line {
    padding: 100px 0 0 0;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.ttl_cmn.line::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 120px;
  background: #231815;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ttl_cmn.line::before {
    height: 80px;
  }
}
.ttl_cmn .min {
  margin-top: 15px;
  display: block;
  font-size: 0.87rem;
}

.simple_ttl {
  font-size: 1.75rem;
}

.line_bottom.line_bottom2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .line_bottom.line_bottom2 {
    margin-bottom: 30px;
  }
}
.line_bottom {
  padding: 0 0 145px 0;
  position: relative;
  margin: 30px 0 0;
  height: 145px;
}
@media screen and (max-width: 767px) {
  .line_bottom {
    padding: 0 0 100px 0;
    margin: 30px 0 0;
    height: 100px;
  }
}
.line_bottom::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 120px;
  background: #231815;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .line_bottom::before {
    height: 80px;
  }
}

.txt_center {
  text-align: center;
}

.bg_kabegamiA {
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .bg_kabegamiA {
    padding-bottom: 50px;
  }
}
.bg_kabegamiA::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: url(../images/bg_4.jpg) center 0%/cover repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg_kabegamiA::before {
    content: none;
  }
}

.bg_kabegamiB {
  position: relative;
}
@media screen and (max-width: 767px) {
  .bg_kabegamiB {
    padding: 0;
  }
}
.bg_kabegamiB::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  /* 	height    : calc(100% - 50px);

  top           : 50px; */
  left: 0;
  right: 0;
  background: url(../images/bg_5.jpg) center 0%/cover repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg_kabegamiB::before {
    content: none;
  }
}

.bg_kabegamiC {
  position: relative;
}
.bg_kabegamiC::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: url(../images/bg_4.jpg) center 0% repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg_kabegamiC::before {
    content: none;
  }
}

.bg_kabegamiD {
  position: relative;
  margin-top: 60px;
  padding: 70px 0 10px;
  background: url(../images/recomended_bg.jpg) center 0%/cover repeat;
}

.bnr_astaliftginza {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .bnr_astaliftginza {
    background: url(../images/bg_5_sp.jpg) center 0%/cover repeat;
  }
}
@media screen and (max-width: 767px) {
  .bnr_astaliftginza .box_waku {
    padding: 0 5vw;
  }
}

.bnr_area {
  padding: 80px 0;
  background: url(../images/bg_bnr_area.jpg) no-repeat 0 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bnr_area {
    padding: 80px 0;
    background-image: url(../images/bg_bnr_area_sp.jpg);
  }
}
.bnr_area .box_waku {
  max-width: 860px;
}
@media screen and (max-width: 767px) {
  .bnr_area .box_waku {
    padding: 0 5vw;
  }
}
.bnr_area .list_bnr.list_bnr2025 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bnr_area .list_bnr.list_bnr2025 li {
  width: 48%;
}
.bnr_area .list_bnr.list_bnr2025 li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bnr_area .list_bnr.list_bnr2025 li {
    width: 100%;
    margin-bottom: 30px;
  }
  .bnr_area .list_bnr.list_bnr2025 li:last-child {
    margin-bottom: 0;
  }
}
.bnr_area .list_bnr li {
  margin-bottom: 60px;
}
.bnr_area .list_bnr li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .bnr_area .list_bnr li {
    margin-bottom: 30px;
  }
}
.bnr_area a {
  transition: opacity 0.3s;
}
.bnr_area a:hover {
  opacity: 0.8;
}
.bnr_area a img {
  width: 100%;
}
.bnr_area {
  /*
  	.bnr_box {
  		padding: 10px;
  		.bnr_inner {
  			position: relative;
  			border-style: solid;
  			border-width: 2px;
  			display: flex;
  			flex-wrap: wrap;
  			justify-content: space-between;
  			padding: 20px;
  		}

  		.bnr_link {
  			position: absolute;
  			right: -2px;
  			bottom: -2px;
  			z-index: 1;
  			display: block;
  			font-size: 0.875em;
  			padding: 5px 15px;
  			font-weight: bold;
  			@include mq(md) {
  				position: relative;
  				width: 90%;
  				margin: 20px auto;
  				padding: 10px 0;
  				text-align: center;
  			}
  			transition: opacity .3s;
  			&:hover {
  				opacity: .8;
  			}
  		}
  		&.bnr_box01 {
  			margin-bottom: 55px;
  			background-color: #e95504;
  			color: #fff;
  			.bnr_inner {
  				border-color: #fff;
  			}
  			.bnr_link {
  				background-color: #ffff1f;
  				color: #e95504;
  			}
  		}
  		&.bnr_box02 {
  			background-color: #fff;
  			color: #e95504;
  			.bnr_inner {
  				border-color: #e95504;
  			}
  			.bnr_link {
  				background-color: #e95504;
  				color: #fff;
  				@include mq(md) {
  					order: 4;
  				}
  			}
  		}
  		.bnr01_txt_box {
  			width: 340px;
  			font-weight: bold;
  			@include mq(md) {
  				width: 100%;
  				margin-bottom: 20px;
  				text-align: center;
  			}
  			.bnr01_ttl {
  				margin-bottom: 20px;
  				font-size: 1.25em;
  			}
  			.bnr01_txt {
  				margin-bottom: 10px;
  			}
  			.bnr01_msg {
  				border: solid 1px #fff;
  				border-width: 1px 0;
  				padding: 5px 0;
  				font-family: "Open Sans", "Noto Sans JP", sans-serif;
  				letter-spacing: .16em;
  				@include mq(md) {
  					text-align: center;
  					letter-spacing: .04em;
  				}
  			}
  		}
  		.bnr01_photo {
  			width: 368px;
  			margin-left: 10px;
  			@include mq(md) {
  				width: 80%;
  				margin-left: 0;
  			}
  		}
  		.bnr01_icon {
  			width: 76px;
  			@include mq(md) {
  				width: 20%;
  			}
  		}
  		.bnr02_illust {
  			width: 120px;
  			text-align: center;
  			@include mq(md) {
  				order: 3;
  				width: 70px;
  				// width: 100%;
  				// margin-bottom: 30px;
  			}
  		}
  		.bnr02_photo {
  			width: 227px;
  			@include mq(md) {
  				width: calc(100% - 90px);
  				order: 2;
  			}
  			img {
  				width: 100%;
  			}
  		}
  		.bnr02_txt_box {
  			line-height: 1.5;
  			width: 410px;
  			@include mq(md) {
  				order: 1;
  				width: 100%;
  				margin-bottom: 20px;
  				text-align: center;
  			}
  			.bnr02_ttl {
  				margin-bottom: 10px;
  				font-weight: bold;
  				font-size: 1.25em;
  			}
  			.bnr02_txt {
  				margin-bottom: 10px;
  				color: #000;
  			}
  			.bnr02_msg {
  				font-size: 0.875em;
  			}
  		}
  	}
  */
}

.bg_ber {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .bg_ber {
    margin-top: 0;
  }
}
.bg_ber img {
  width: 100%;
}

.tel {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .tel {
    pointer-events: initial;
  }
}

.bg_gray {
  background: #efefef;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}
.bg_yellow {
  background: #ffe33f;
}
.bg_orenge {
  background: #f0d1ca;
}

.txt_clr_gray {
  color: #ccc;
}
.txt_clr_white {
  color: #fff;
}
.txt_clr_black {
  color: #000;
}
.txt_clr_yellow {
  color: #ffe33f;
}

#topcontrol {
  width: 27px;
  height: 40.5px;
  background: url(../images/pagetop.svg) no-repeat center/auto 100%;
  right: 20px !important;
  bottom: 20px !important;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  #topcontrol {
    display: none;
  }
}

.more {
  text-align: center;
  font-size: 1.06rem;
  display: block;
  margin: 0 auto;
  width: 240px;
  height: 60px;
  line-height: 60px;
  font-family: "Libre Baskerville", serif;
}
@media screen and (max-width: 767px) {
  .more {
    font-size: 1rem;
    width: 220px;
    height: 50px;
    line-height: 50px;
  }
}
.more:hover {
  opacity: 0.7;
}
.more.bg_orenge {
  color: #fff;
  background-color: #dc7577;
}
.more.bg_gray {
  background-color: #999;
}

#list_breadcrumb {
  font-size: 0.87rem;
  padding: 1em 0;
  margin: 0;
  color: #231815;
}
#list_breadcrumb a {
  color: #231815;
}

.list_pagination {
  width: 100%;
  margin: 5% auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  font-size: 0.83rem;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .list_pagination {
    padding: 1rem 0;
    margin: 0 auto 13%;
  }
}
.list_pagination li {
  width: 49%;
}
.list_pagination li.prev a {
  padding-left: 20px;
}
.list_pagination li.prev a:before {
  left: 0;
  transform: rotate(180deg);
}
.list_pagination li.next {
  text-align: right;
}
.list_pagination li.next a {
  padding-right: 20px;
}
.list_pagination li.next a:before {
  right: 0;
}
.list_pagination li a {
  position: relative;
  display: inline-block;
}
.list_pagination li a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 9px;
  top: 8px;
  background: url(../images/right_b.svg) no-repeat center;
}

.wp-pagenavi {
  margin: 20px 0 60px;
  display: flex;
  flex-flow: wrap;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin: 8% auto 10%;
    font-size: 1rem;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0 1em 1em 0;
  color: #000;
  text-align: center;
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  color: #989898;
}
.wp-pagenavi .current {
  color: #989898;
}

.book_lead_img {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
}
.book_lead_img div:first-child {
  margin-right: 40px;
}
.book_lead_img div img {
  width: 100%;
}

.list_book {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list_book li {
  display: flex;
  flex-wrap: wrap;
  width: 30%;
  margin-bottom: 60px;
}
.list_book li:not(:nth-of-type(3n+1)) {
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  .list_book li {
    width: 100%;
    margin-bottom: 40px;
  }
  .list_book li:not(:nth-of-type(3n+1)) {
    margin-left: 0;
  }
}
.list_book .recomended_box {
  position: relative;
  width: 100%;
  padding: 30px;
  background-color: #fff;
}
.list_book .recomended_box .rec_book_img {
  margin-bottom: 15px;
}
.list_book .recomended_box .rec_book_img img {
  width: 100%;
}
.list_book .recomended_box .dlist_rec_book_person {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  font-weight: bold;
}
.list_book .recomended_box .dlist_rec_book_person dt {
  margin-right: 20px;
  font-size: 0.938rem;
  white-space: nowrap;
}
.list_book .recomended_box .dlist_rec_book_person dd {
  font-size: 0.875rem;
}
.list_book .recomended_box .rec_book_title {
  width: 100%;
  border: solid 2px #dc7577;
  border-width: 2px 0;
  margin-bottom: 15px;
  padding: 15px 0;
  color: #dc7577;
  font-weight: bold;
  font-size: 1.063rem;
  text-align: center;
}
.list_book .recomended_box .rec_book_comment {
  width: 100%;
  font-size: 0.938rem;
}
.list_book .recomended_box .rec_book_label {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 94px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .list_book .recomended_box {
    padding: 15px;
  }
}

.table_shop_book {
  width: 100%;
  margin: 40px 0;
}
.table_shop_book th, .table_shop_book td {
  border: solid 1px #b6b4b4;
  border-width: 1px 0;
  vertical-align: top;
  font-weight: bold;
  font-size: 0.938rem;
}
.table_shop_book th {
  width: 34px;
  padding: 20px 0;
  text-align: center;
  background-color: #dc7577;
  color: #f5f5f5;
}
.table_shop_book td:nth-of-type(1) {
  padding: 20px 15px;
}
.table_shop_book td:nth-of-type(2) {
  padding: 10px 15px;
}
.table_shop_book td:nth-of-type(2) div {
  border-left: solid 1px #b6b4b4;
  padding: 10px;
}
.table_shop_book td:nth-of-type(2) .book_title {
  display: block;
  color: #dc7577;
}
@media screen and (max-width: 767px) {
  .table_shop_book tr {
    border: none;
  }
  .table_shop_book th, .table_shop_book td {
    display: block;
    width: 100%;
  }
  .table_shop_book th {
    padding: 10px 20px;
  }
  .table_shop_book td {
    padding: 10px;
  }
  .table_shop_book td:nth-of-type(1) {
    border-width: 0 0 1px;
    padding: 10px 15px;
  }
  .table_shop_book td:nth-of-type(2) {
    margin-bottom: 20px;
    border-width: 0 0 1px;
  }
  .table_shop_book td:nth-of-type(2) div {
    border: none;
    padding: 0;
  }
}

.project_lead_img {
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
}
.project_lead_img div:first-child {
  margin-right: 40px;
}
.project_lead_img div img {
  width: 100%;
}

.list_project a {
  transition: color 0.3s, opacity 0.3s;
}
.list_project a:hover {
  color: #f0d1ca;
  opacity: 0.8;
}
.list_project li {
  margin-bottom: 30px;
}

.ttl_shop_name {
  border: solid 2px #f0d1ca;
  border-width: 2px 0;
  padding: 10px 0;
  color: #f0d1ca;
  text-align: center;
  font-weight: bold;
  font-size: 1.313em;
  margin-bottom: 30px;
}

.table_shop_data {
  width: 100%;
}
.table_shop_data th, .table_shop_data td {
  vertical-align: top;
  font-size: 0.938em;
}
@media screen and (max-width: 767px) {
  .table_shop_data th, .table_shop_data td {
    display: block;
    font-size: 1em;
  }
}
.table_shop_data th {
  width: 110px;
  padding: 10px 0;
}
.table_shop_data td {
  padding: 10px 10px;
}
@media screen and (max-width: 767px) {
  .table_shop_data td {
    margin-bottom: 10px;
  }
}

.project_line {
  display: block;
  margin: 20px 0;
  width: 100%;
  height: 2px;
  border-top: 2px dotted #231815;
}

.table_event {
  width: 100%;
}
.table_event th, .table_event td {
  vertical-align: top;
  font-size: 0.938em;
}
@media screen and (max-width: 767px) {
  .table_event th, .table_event td {
    display: block;
    font-size: 1em;
  }
}
.table_event th {
  width: 110px;
  padding: 10px 0;
}
.table_event td {
  padding: 10px 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .table_event td {
    margin-bottom: 10;
  }
}

.list_artist {
  display: flex;
}
.list_artist li {
  width: 32%;
  margin-right: 4%;
  text-align: center;
  font-size: 0.938em;
}
.list_artist li a {
  display: block;
}
.list_artist li a span {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .list_artist li {
    width: 100%;
    margin: 0 0 10px 0;
    text-align: left;
    font-size: 1em;
  }
}
.list_artist li:last-child {
  margin-right: 0;
}

.event_info_none {
  margin-top: 20px;
  padding-left: 20px;
}

/* 2025 03 04　APKOBA 2025ver */
.coming_soon {
  position: relative;
}

.coming_soon a {
  position: relative;
  display: block;
  pointer-events: none;
}

.coming_soon a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f0d1ca;
  position: absolute;
  top: 0;
  left: 0;
}

.coming_soon:after {
  content: "【10周年特別企画】\a Coming soon...";
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: max(16px, 2vw);
  white-space: pre;
}