@charset "UTF-8";
/* box-sizing: border-box;を設定 */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* フォントサイズの拡大を防ぐ */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  word-break: break-word;
}

/* リストのスタイルを削除、これはデフォルトのスタイルが削除されることを示唆します */
ul,
ol {
  list-style: none;
}

/* 見出しやインタラクティブ要素のline-heightを設定 */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: inherit;
}

/* 見出しのテキスト折り返しをbalanceに設定 */
/* 画像の扱いを簡単にする */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/* inputやbuttonなどのfontは継承 */
input,
button,
textarea,
select {
  font: inherit;
}

table {
  border-collapse: collapse;
}

body,
button,
input,
textarea {
  font-family: "BIZ UDPGothic", sans-serif;
  font-optical-sizing: auto;
}

::selection {
  background-color: #FFEF27;
  color: #333;
}

html * {
  font-feature-settings: "palt";
  word-break: break-all;
  line-break: strict;
}

html,
body {
  position: relative;
  width: 100%;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 120px;
}

body {
  font-size: 1.4rem;
  line-height: 1.6875;
}

:where(body, button, input, textarea, select) {
  color: #333333;
  font-size: inherit;
  line-height: inherit;
}

label,
select,
input[type=checkbox],
input[type=radio],
button {
  cursor: pointer;
}

a {
  color: #163C3F;
}
a:hover {
  text-decoration: none;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 25px;
}

.mb35 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 30px;
}

.mb45 {
  margin-bottom: 35px;
}

.mb50 {
  margin-bottom: 30px;
}

.mb55 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 30px;
}

.mb65 {
  margin-bottom: 30px;
}

.mb70 {
  margin-bottom: 35px;
}

.mb75 {
  margin-bottom: 35px;
}

.mb80 {
  margin-bottom: 40px;
}

.mb85 {
  margin-bottom: 40px;
}

.mb90 {
  margin-bottom: 45px;
}

.mb95 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 50px;
}

.mb110 {
  margin-bottom: 55px;
}

.mb120 {
  margin-bottom: 60px;
}

.mb125 {
  margin-bottom: 65px;
}

.mb130 {
  margin-bottom: 60px;
}

.mb140 {
  margin-bottom: 60px;
}

.mb150 {
  margin-bottom: 60px;
}

.mb160 {
  margin-bottom: 70px;
}

.mb170 {
  margin-bottom: 70px;
}

.mb180 {
  margin-bottom: 70px;
}

.mb190 {
  margin-bottom: 70px;
}

.mb200 {
  margin-bottom: 70px;
}

.centerBox {
  max-width: 1082px;
  margin-inline: auto;
  padding-inline: 25px;
}

.pcBr {
  display: none;
}

html::-webkit-scrollbar {
  width: 12px;
}

html::-webkit-scrollbar-track {
  width: 12px;
  background-color: #fff;
}

html::-webkit-scrollbar-thumb {
  background-color: #163C3F;
}
.headerWrap {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: top 0.3s;
}

.header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.headerLogo {
  max-width: 200px;
}

.headerLogoLink {
  display: block;
  transition: opacity 0.3s;
}
.headerLogoLink:hover {
  opacity: 0.7;
}

.globalSubNavPC {
  display: none;
}

.globalSubNavSP {
  padding-bottom: 100px;
}

.globalNavContact {
  display: grid;
  gap: 5px 15px;
  margin: 20px 0;
}

.globalNavContactTitle {
  background-color: #163C3F;
  color: #fff;
  font-size: 1.2rem;
  width: fit-content;
  margin: 5px 0 0;
  padding: 4px 10px;
}

.globalNavContactTel {
  color: #D13100;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
}

.globalNavContactTime {
  font-size: 1.4rem;
  line-height: 1.4;
}

.snsList {
  display: flex;
  align-items: center;
  gap: 15px;
}

.snsLink {
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  transition: box-shadow 0.3s;
}
.snsLink:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}

.headerToggle {
  border: none;
  background-color: #163C3F;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 55px;
  height: 55px;
  padding-bottom: 8px;
  position: relative;
}

.headerToggleLine {
  background-color: #fff;
  width: 20px;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}
.headerToggleLine:nth-child(1) {
  top: -32px;
}
.headerToggleLine:nth-child(2) {
  top: -19px;
}
.headerToggleLine:nth-child(3) {
  top: -4px;
}
.-active .headerToggleLine:nth-child(1) {
  top: -20px;
  transform: rotate(45deg);
}
.-active .headerToggleLine:nth-child(2) {
  display: none;
}
.-active .headerToggleLine:nth-child(3) {
  top: -20px;
  transform: rotate(-45deg);
}

.headerToggleText {
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
}

.globalNav {
  background-color: #EFE6DF;
  width: 100%;
  height: calc(100vh - 95px);
  padding: 25px 15px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 95px;
  left: 100vw;
  opacity: 0;
  z-index: -1;
  transition: left 0.6s, opacity 0.3s;
}
.-active .globalNav {
  left: 0;
  opacity: 1;
  z-index: 1;
}

.globalNavList {
  display: grid;
  gap: 12px 0;
}

.globalNavLink {
  background-color: #fff;
  border-radius: 10px;
  display: block;
  color: inherit;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  padding: 13px 40px 13px 15px;
  position: relative;
  transition: color 0.3s;
}
.globalNavLink:after {
  content: "";
  display: block;
  border-left: 12px solid #C59C2B;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
}
.globalNavLink:hover {
  color: #C59C2B;
}

.globalSubNavList {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
}

.globalSubNavLink {
  background-color: #fff;
  border-radius: 10px;
  display: block;
  color: inherit;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  padding: 13px 26px 13px 15px;
  position: relative;
  transition: color 0.3s;
}
.globalSubNavLink:after {
  content: "";
  display: block;
  border-left: 10px solid #C59C2B;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}
.globalSubNavLink:hover {
  color: #C59C2B;
}

.contents {
  margin-top: 95px;
  margin-bottom: 130px;
}

.indexContents {
  background-color: #EFE6DF;
  margin-top: 95px;
  margin-bottom: 80px;
}

.screenReaderText {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  border: 0;
}

.maxContainer {
  max-width: 1320px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.maxImg {
  width: 100%;
  height: auto;
}

.contentsGridContainer {
  display: flex;
  flex-direction: column;
  gap: 50px 5%;
}

.breadcrumbOuter {
  width: 90%;
  margin: 0 auto 30px;
  padding: 20px 0;
}

.breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
}

.breadcrumbItem {
  color: #747474;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
}
.breadcrumbItem:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #747474;
  border-right: solid 2px #747474;
  transform: rotate(45deg);
}
.breadcrumbItem:last-child:after {
  content: none;
}

.breadcrumbLink {
  color: #747474;
  display: block;
  font-size: 1.4rem;
  text-decoration: none;
}
.breadcrumbLink:hover {
  color: #163C3F;
  text-decoration: underline;
}

.sectionTitle {
  color: #442A10;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.sectionTitle:after {
  content: "";
  display: block;
  background-image: url(../images/deco-section-title.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 10px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.pageTitle {
  background-color: #EFE6DF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
  height: 160px;
}

.pageTitleText {
  color: #442A10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.pageTitleImg {
  display: none;
  max-width: 188px;
  width: 20vw;
  position: absolute;
  bottom: 5%;
  right: 2%;
  z-index: 0;
}

.articleTitle {
  border-bottom: 3px solid #163C3F;
  border-image: linear-gradient(90deg, #163C3F 0%, #163C3F 30px, #C59B2B 30px, #C59B2B 60px, #E2E2E2 60px, #E2E2E2 100%);
  border-image-slice: 1;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.pageButton {
  border: none;
  background-color: transparent;
  background-color: #163C3F;
  border: 2px solid #163C3F;
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 1em 5px;
  transition: background 0.3s, color 0.3s;
}
.pageButton:hover {
  background-color: #fff;
  color: #163C3F;
}

.no-post {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  padding: 50px 0;
}

#tcms_calendar[tcms-calendar-wrap=pc] {
  display: none;
}

.footer {
  border-top: 40px solid #EFE6DF;
  margin-top: 90px;
  position: relative;
}

.pagetopWrap {
  position: fixed;
  bottom: 5%;
  right: 15px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
body[data-scroll=true] .pagetopWrap {
  opacity: 1;
  visibility: visible;
}
.pagetopWrap.scrolled {
  position: absolute;
  top: -70px;
  bottom: auto;
}

.pagetop {
  border: none;
  background-color: transparent;
  display: block;
  width: 50px;
  height: 50px;
  transition: opacity 0.3s;
}
.pagetop:hover {
  opacity: 0.7;
}

.footerBusIcon {
  position: absolute;
  top: -125px;
  left: 5%;
}

.footerBannerWrap {
  background-color: #163C3F;
  padding: 35px 15px;
}

.footerBanner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  justify-content: center;
  max-width: 960px;
  margin: auto;
}

.footerBannerLink {
  border: 1px solid #D9D9D9;
  display: block;
  transition: opacity 0.3s;
}
.footerBannerLink:hover {
  opacity: 0.7;
}

.footerBody {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 50px;
  padding: 30px 0;
}

.footerLogoImg {
  max-width: 240px;
}

.footerLogoText {
  display: block;
  font-size: 1.4rem;
  margin-top: 12px;
}

.footerAddress {
  font-size: 1.4rem;
}

.footerAddressTel {
  color: inherit;
  display: block;
  text-decoration: none;
}

.footerAddressTelNum {
  padding-left: 10px;
}

.footerKotorikyoLink {
  border: 1px solid #D9D9D9;
  display: block;
  transition: opacity 0.3s;
}
.footerKotorikyoLink:hover {
  opacity: 0.7;
}

.footerMenu {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  padding: 10px 0;
}

.footerMenuItem {
  width: fit-content;
}

.footerMenuLink {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  font-size: 1.4rem;
  text-align: center;
  padding: 5px 2px;
}
.footerMenuLink:hover {
  text-decoration: underline;
}

.copyright {
  display: block;
  font-size: 1.3rem;
  text-align: center;
  padding: 15px 0;
}

@media (min-width: 640px){
  .footerBody {
    flex-direction: row;
  }
}

@media (min-width: 768px){
  .globalNavContactTitle {
    font-size: 1.4rem;
  }
  .globalNavContactTel {
    font-size: 3rem;
  }
  .globalNavList {
    gap: 15px 0;
  }
  .globalNavLink {
    padding: 20px 40px 20px 15px;
  }
  .globalSubNavList {
    gap: 15px;
  }
  .globalSubNavLink {
    font-size: 1.5rem;
    padding: 15px 26px 15px 15px;
  }
  .sectionTitle {
    font-size: 4.6rem;
    margin-bottom: 50px;
  }
  .pageTitle {
    height: 200px;
    padding: 10px 20%;
  }
  .pageTitleText {
    font-size: 3.6rem;
  }
  .pageTitleImg {
    display: block;
  }
  .articleTitle {
    font-size: 2.4rem;
    padding-bottom: 15px;
  }
  .pageButton {
    padding: 1.2em 5px;
  }
  #tcms_calendar[tcms-calendar-wrap=pc] {
    display: grid;
  }
  #tcms_calendar[tcms-calendar-wrap=mobile] {
    display: none;
  }
  .pagetopWrap {
    right: 20px;
  }
  .pagetopWrap.scrolled {
    top: -80px;
  }
  .pagetop {
    width: 60px;
    height: 60px;
  }
  .footerBanner {
    grid-template-columns: repeat(auto-fit, 294px);
  }
  .footerMenu {
    gap: 0 40px;
  }
}

@media (min-width: 960px){
  body {
    font-size: 1.6rem;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .mb35 {
    margin-bottom: 35px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .mb45 {
    margin-bottom: 45px;
  }
  .mb50 {
    margin-bottom: 50px;
  }
  .mb55 {
    margin-bottom: 55px;
  }
  .mb60 {
    margin-bottom: 60px;
  }
  .mb65 {
    margin-bottom: 65px;
  }
  .mb70 {
    margin-bottom: 70px;
  }
  .mb75 {
    margin-bottom: 75px;
  }
  .mb80 {
    margin-bottom: 80px;
  }
  .mb85 {
    margin-bottom: 85px;
  }
  .mb90 {
    margin-bottom: 90px;
  }
  .mb95 {
    margin-bottom: 95px;
  }
  .mb100 {
    margin-bottom: 100px;
  }
  .mb110 {
    margin-bottom: 110px;
  }
  .mb120 {
    margin-bottom: 120px;
  }
  .mb125 {
    margin-bottom: 125px;
  }
  .mb130 {
    margin-bottom: 130px;
  }
  .mb140 {
    margin-bottom: 140px;
  }
  .mb150 {
    margin-bottom: 150px;
  }
  .mb160 {
    margin-bottom: 160px;
  }
  .mb170 {
    margin-bottom: 170px;
  }
  .mb180 {
    margin-bottom: 180px;
  }
  .mb190 {
    margin-bottom: 190px;
  }
  .mb200 {
    margin-bottom: 200px;
  }
  .spBr {
    display: none;
  }
  .pcBr {
    display: inline;
  }
  .headerWrap {
    top: 0 !important;
    position: relative;
  }
  .header {
    padding: 30px 5% 20px;
  }
  .headerLogo {
    max-width: 260px;
  }
  .globalSubNavPC {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .globalSubNavSP {
    display: none;
  }
  .globalNavContact {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    margin: auto;
  }
  .headerToggle {
    display: none;
  }
  .globalNav {
    background: none;
    height: auto;
    padding: 0;
    overflow-y: visible;
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    z-index: 0;
  }
  .globalNavList {
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    padding: 20px 5%;
  }
  .globalNavListItem {
    border-left: 1px solid #B6B6B6;
  }
  .globalNavListItem:last-child {
    border-right: 1px solid #B6B6B6;
  }
  .globalNavLink {
    background: none;
    border-radius: 0;
    text-align: center;
    padding: 5px;
  }
  .globalNavLink:after {
    display: none;
  }
  .globalSubNavList {
    display: none;
  }
  .globalSubNavListItem {
    border-left: 1px solid #B6B6B6;
  }
  .globalSubNavListItem:last-child {
    border-right: 1px solid #B6B6B6;
  }
  .contents {
    margin-top: 0;
    margin-bottom: 180px;
  }
  .indexContents {
    margin-top: 0;
    margin-bottom: 120px;
  }
  .maxContainer {
    width: 95%;
  }
  .contentsGridContainer {
    display: grid;
    grid-template-columns: 1fr 300px;
    position: relative;
  }
  .contentsGridContainer .stickyContents {
    position: sticky;
    top: 10px;
  }
  .breadcrumbOuter {
    width: 100%;
    margin: 0 auto 50px;
    padding: 20px 5%;
  }
  .pageTitleText {
    font-size: 4.6rem;
  }
  .pageTitleImg {
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .footerBanner {
    gap: 20px;
  }
}

@media print{
  body {
    width: 960px;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=common.css.map*/