body {
  line-height: 1.8;
  color: #1F2F40;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: .09em;
  background: #F5F5F5;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
h1,h2,h3,h4,h5,h6 {
  line-height: 1.5;
}
dt,dd {
  line-height: 1.8;
  font-weight: normal;
}
a {
  transition: .2s;
}
a:active,
a:focus {
  text-decoration: none;
}
input[type="submit"] {
  line-height: inherit;
  transition: .2s;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 130px;
  overflow: hidden;
  background: #F5F5F5;
  z-index: 2000;
}
.header-important {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  background: #45484E;
}
.header-inner {
  display: flex;
  align-items: center;
  height: 90px;
  padding: 0 50px;
}
.header-logo {
  width: 224px;
  line-height: 1;
  margin: 0 100px 0 0;
}
.header-nav-01 {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-nav-01 li + li {
  margin: 0 0 0 40px;
}
.header-nav-01 li a {
  color: inherit;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
}
.header-nav-01 li a:hover {
  text-decoration: none;
  opacity: .7;
}
.header-nav-02 {
  display: flex;
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
}
.header-nav-02 li + li {
  margin: 0 0 0 40px;
}
.header-nav-02 a {
  display: block;
  line-height: 1.3;
  color: inherit;
  font-size: 12px;
  text-align: center;
}
.header-nav-02 a:hover {
  text-decoration: none;
  opacity: .7;
}
.header-nav-02 a img {
  display: block;
  height: 34px;
  margin: 0 auto 3px;
}

@media screen and (max-width: 767px) {
  .header {
    height: 100px;
  }
  .header-important-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header-inner {
    height: 60px;
    padding: 0 0 0 20px;
  }
  .header-logo {
    width: 140px;
    margin: 0;
  }
  .header-nav-02 li + li {
    margin: 0 0 0 10px;
  }
  .header-nav-02 a {
    height: 60px;
    padding: 12px 0 0;
    font-size: 7px;
    box-sizing: border-box;
  }
  .header-nav-02 a img {
    height: 22px;
    margin: 0 auto 5px;
  }
  .header-nav-btn {
    width: 60px;
    height: 60px;
    background: url(https://file003.shop-pro.jp/PA01482/945/assets/img/common/icon-hamburger.svg) no-repeat 50% 50%;
    background-size: 28px;
  }
  .header-hbg {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    padding: 0 0 80px;
    background: #FEFEFE;
    transition: .8s;
    box-sizing: border-box;
  }
  .header-hbg.is-active {
    right: 0;
  }
  .header-hbg-close {
    width: 60px;
    height: 60px;
    margin: 0 0 20px auto;
    background: url(https://file003.shop-pro.jp/PA01482/945/assets/img/common/icon-close.svg) no-repeat 50% 50%;
    background-size: 28px;
  }
  .header-hbg-nav-01 {
    list-style: none;
    margin: 0 0 30px;
    padding: 0 20px;
  }
  .header-hbg-nav-01 li {
    margin: 0 0 15px;
  }
  .header-hbg-nav-01 li a {
    display: block;
    color: inherit;
    font-size: 26px;
    font-weight: normal;
    font-family: 'Noto Serif JP', serif;
  }
  .header-hbg-nav-01 li a:hover {
    text-decoration: none;
  }
  .header-hbg-nav-02 {
    list-style: none;
    margin: 0;
    padding: 0 20px;
  }
  .header-hbg-nav-02 li {
    margin: 0 0 10px;
  }
  .header-hbg-nav-02 li a {
    display: block;
    color: inherit;
    font-size: 16px;
  }
  .header-hbg-nav-02 li a:hover {
    text-decoration: none;
  }
}

.main {
  margin: 130px 0 0;
}
.breadcrumb {
  padding: 20px;
  font-size: 12px;
}
.breadcrumb ol {
  display: flex;
  align-items: center;
  list-style: none;
  max-width: 1266px;
  margin: 0 auto;
  padding: 0;
}
.breadcrumb ol li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.breadcrumb ol li:after {
  content: "";
  border-top: 1px solid #1F2F40;
  border-left: 1px solid #1F2F40;
  transform: rotate(135deg);
  width: 7px;
  height: 7px;
  margin: 0 10px;
}
.breadcrumb ol li:last-child:after {
  content: none;
}
.breadcrumb ol li:last-child a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb ol li a {
  color: inherit;
}
.container {
  max-width: 1266px;
  margin: 0 auto 100px;
  padding: 0 20px;
}
.container p {
  margin-bottom: 2em;
}
.page-ttl {
  margin: 0 0 35px;
  font-size: 32px;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
}
.ttl-01 {
  margin: 80px 0 20px;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(31, 47, 64, .2);
  font-size: 24px;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
}
.ttl-02 {
  margin: 50px 0 20px;
  font-size: 22px;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
}
.ttl-01 + .ttl-02 {
  margin-top: 0;
}
.btn-01 {
  display: inline-block;
  min-width: 220px;
  padding: 12px 15px;
  border: 1px solid #1F2F40;
  border-radius: 4px;
  color: #fff;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  text-decoration: none !important;
  background: #1F2F40;
  box-sizing: border-box;
}
.btn-01:hover {
  color: #1F2F40;
  background: #fff;
}
.btn-02 {
  display: inline-block;
  min-width: 220px;
  padding: 12px 15px;
  border: 1px solid #707070;
  border-radius: 4px;
  background: #fff;
  color: #4B3830;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  text-decoration: none !important;
  box-sizing: border-box;
}
.btn-02:hover {
  color: #fff;
  background: #707070;
}
.btn-03 {
  display: inline-block;
  min-width: 220px;
  padding: 12px 15px;
  border: 1px solid #1F2F40;
  border-radius: 4px;
  color: #1F2F40;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  text-decoration: none !important;
  box-sizing: border-box;
}
.btn-03:hover {
  color: #fff;
  background: #1F2F40;
}

@media screen and (max-width: 767px) {
  .main {
    margin: 100px 0 0;
  }
  .breadcrumb ol {
    overflow: auto;
  }
  .container {
    margin: 0 0 60px;
  }
  .page-ttl {
    margin: 0 0 25px;
    font-size: 30px;
  }
  .ttl-01 {
    margin: 40px 0 20px;
    font-size: 20px;
  }
  .ttl-02 {
    margin: 30px 0 15px;
    font-size: 18px;
  }
  .btn-01 {
    display: block;
    min-width: inherit;
  }
  .btn-02 {
    display: block;
    min-width: inherit;
  }
  .btn-03 {
    display: block;
    min-width: inherit;
  }
}

.calendar {
  padding: 80px 20px;
}
.calendar-inner {
  display: flex;
  max-width: 1266px;
  margin: 0 auto;
}
.calendar-txt h2 {
  margin: 0 0 60px;
  font-size: 26px;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
}
.calendar-txt p {
  margin: 0;
  color: #414141;
}
.calendar-block {
  display: flex;
  align-items: flex-start;
  margin: 0 0 0 auto;
}
.tbl_calendar {
  width: 310px;
  margin: 0 0 0 40px;
  border: 1px solid #BFB9B5;
  font-size: 14px;
}
.tbl_calendar caption {
  line-height: 1.5;
  margin: 0 0 20px;
  font-size: 32px;
}
.tbl_calendar tr {
  display: flex;
  justify-content: space-between;
}
.tbl_calendar th {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  box-sizing: border-box;
  padding: 4px;
  text-align: center;
  border: none;
  width: 28px;
  height: 28px;
  margin: 5px;
}
.tbl_calendar th.sun,
.tbl_calendar th.sat {
  color: #B14545;
}
.tbl_calendar td {
  color: #414141;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  box-sizing: border-box;
  text-align: center;
  width: 28px;
  height: 28px;
  margin: 5px;
}
.tbl_calendar td.sun,
.tbl_calendar td.sat,
.tbl_calendar td.holiday {
  color: #B14545!important;
  z-index: 0;
}
.tbl_calendar td.wed {
	color: inherit;
}
/*
.tbl_calendar td.wed:after,
.tbl_calendar td.sun:after,
.tbl_calendar td.sat:after,
.tbl_calendar td.holiday:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: #ccc;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
} */
.pagetop {
  display: block;
  position: fixed;
  right: 20px;
  bottom: -80px;
}
.pagetop a:hover {
  opacity: .7;
}
footer {
  padding: 60px 20px;
  color: #fff;
  background: #45484E;
}
.footer-inner {
  max-width: 1266px;
  margin: 0 auto;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px;
}
.footer-content-item {
  max-width: 400px;
  margin: 0;
}
.footer-content-item:nth-child(1) {
  white-space: nowrap;
}
.footer-content-item + .footer-content-item {
  margin: 0 0 0 65px;
  padding: 0 0 0 65px;
  border-left: 1px solid #fff;
}
.footer-content-item dt {
  margin: 0 0 25px;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
}
.footer-content-item dd {
  margin: 0;
  font-size: 15px;
}
.footer-content-item-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-content-item-list li {
  margin: 0 0 5px;
}
.footer-content-item-list a {
  color: #fff;
}
.footer-content-item-list a:hover {
  color: #fff;
  text-decoration: none;
  opacity: .7;
}
.footer-nav-list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
.footer-nav-list li + li {
  margin: 0 0 0 40px;
}
.footer-nav-list a {
  color: #fff;
}
.footer-nav-list a:hover {
  color: #fff;
  text-decoration: none;
  opacity: .7;
}
.footer-copyright {
  margin: 0;
  font-size: 15px;
  text-align: center;
}
.footer-blank-nav {
  display: flex;
  justify-content: center;
  gap: 0 40px;
  margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .calendar {
    overflow: hidden;
    padding: 50px 20px;
  }
  .calendar-inner {
    display: block;
  }
  .calendar-txt {
    margin: 0 0 35px;
  }
  .calendar-txt h2 {
    position: relative;
    margin: 0 0 30px;
    font-size: 20px;
    z-index: 0;
  }
  .calendar-txt h2:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -100vw;
    left: 0;
    border-top: 1px solid #717D86;
    z-index: -1;
  }
  .calendar-txt h2 span {
    display: inline-block;
    padding: 0 15px 0 0;
    background: #F5F5F5;
  }
  .calendar-block {
    display: block;
  }
  .tbl_calendar {
    width: 100%;
    margin: 0 0 40px;
  }
  .tbl_calendar:last-child {
    margin: 0;
  }
  .tbl_calendar caption {
    font-size: 26px;
  }
  .pagetop img {
    width: 40px;
    height: 40px;
  }
  footer {
    padding: 40px 20px 20px;
  }
  .footer-content {
    display: block;
    margin: 0 0 60px;
  }
  .footer-content-item:nth-child(1) {
    white-space: inherit;
  }
  .footer-content-item + .footer-content-item {
    margin: 40px 0 0;
    padding: 40px 0 0;
    border: none;
    border-top: 1px solid #fff;
  }
  .footer-content-item dt {
    font-size: 20px;
  }
  .footer-content-item dd {
    font-size: inherit;
  }
  .footer-content-item-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -15px;
  }
  .footer-content-item-list li {
    width: 50%;
    margin: 0 0 15px;
  }
  .footer-nav-list {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 15px;
  }
  .footer-nav-list li {
    width: 50%;
    margin: 0 0 10px;
  }
  .footer-nav-list li + li {
    margin: 0 0 10px;
  }
  .footer-nav-list li:last-child {
    width: 100%;
  }
  .footer-copyright {
    font-size: inherit;
  }
  .footer-blank-nav {
    flex-direction: column;
    align-items: center;
    gap: 24px 0;
    margin: 0 0 60px;
  }
}

.history_wrap {
  padding: 80px 20px;
  background: #fff;
}
.history_wrap .inner {
  position: relative;
  max-width: 1266px;
  margin: 0 auto;
}
.history_wrap h2 {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 0 1.5em;
  font-size: 24px;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
}
.history_wrap h2:before {
  content: "ąŁ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.history_wrap .more_btn {
  display: block;
  position: absolute;
  top: -5px;
  right: 0;
  padding: 5px 20px;
  border: 1px solid #1F2F40;
  color: #1F2F40;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}
.history_wrap .more_btn:hover {
  color: #fff;
  text-decoration: none;
  background: #1F2F40;
}
.history_list {
  display: flex;
}
.history_content {
  flex: 1;
}
.history_content + .history_content {
  margin: 0 0 0 20px;
}

@media screen and (max-width: 767px) {
  .history_wrap {
    padding: 50px 20px;
  }
  .history_wrap h2 {
    margin: 0 0 20px;
    font-size: 20px;
  }
  .history_wrap .more_btn {
    position: static;
    padding: 10px;
  }
  .history_list {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 20px;
  }
  .history_content {
    flex: none;
    width: 48.50746268656716%;
    margin: 0 0 10px;
  }
  .history_content + .history_content {
    margin: 0 0 10px;
  }
  .history_content:nth-child(n+5) {
    display: none;
  }
}