@charset "UTF-8";
/* Scss Document */
/* http://meyerweb.com/eric/tools/css/reset/
02
v2.0 | 20110126
03
License: none (public domain)
04
*/
/* parameters setting */
.nav-following {
  position: fixed !important;
  z-index: 999 !important;
  background: #fff;
  top: 0;
  width: 100%;
  /*
        height: 80px!important;
        &>ul>li>a{
        height: 80px!important;
        }
        */
}

/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
global-nav-list,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  word-break: break-all;
}

html {
  font-size: 10px;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
  font-size: 1.4rem;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
global-nav-list,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  color: #333;
  text-decoration: none;
}

sup {
  font-size: 0.75em;
  vertical-align: super;
}

.text-m-top {
  margin-top: 30px;
}

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

@media screen and (min-width: 900px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (min-width: 900px) {
  .nav1 > a {
    pointer-events: none;
  }
}
/* header / global navi */
@media screen and (min-width: 900px) {
  #global-nav-list > li > .nav-active {
    background: #BD2D00 !important;
    color: #fff !important;
  }
}
@media screen and (min-width: 900px) {
  header .header-top {
    max-width: 980px;
    width: 94%;
    padding: 60px 0 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
  header .header-top .header-title {
    font-size: 2.5em;
    color: #BD2D00;
    margin-right: 30px;
  }
  header .header-top .header-fontSize {
    display: flex;
    width: 376px;
  }
  header .header-top .header-fontSize .header-fontSize-font {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
    border-right: 1px solid #ddd;
  }
  header .header-top .header-fontSize .header-fontSize-font .header-fontSize-text {
    color: #666;
    font-size: 1.2rem;
    padding-right: 15px;
  }
  header .header-top .header-fontSize .header-fontSize-font #header-fontSize-list {
    display: flex;
  }
  header .header-top .header-fontSize .header-fontSize-font #header-fontSize-list > li + li {
    margin-left: 8px;
  }
  header .header-top .header-fontSize .header-fontSize-font #header-fontSize-list .nohash {
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 32px;
    border-radius: 17px;
    background-color: #ffffff;
    color: #333;
    font-weight: bold;
    border: 2px solid #666;
  }
  header .header-top .header-fontSize .header-fontSize-font #header-fontSize-list .active a {
    background: #666;
    color: #ffffff;
  }
  header .header-top .header-fontSize .header-subnav {
    display: flex;
    align-items: center;
    padding-left: 8px;
    /*よくある質問ページ追加分*/
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 132px;
  }
  header .header-top .header-fontSize .header-subnav .header-link-txt {
    font-size: 1.2rem;
    background: url(..//images/contact.png) no-repeat right center;
    /*よくある質問ページ追加分*/
    padding: 0 0;
    padding-right: 37px;
    background-size: 24px;
  }
  header .header-top .header-fontSize .header-subnav .header-link-txt:hover {
    opacity: 0.5;
  }
  header .header-top .header-fontSize .header-subnav .header-link-txt:nth-child(2) {
    background: url(..//images/faq.png) no-repeat right center;
    background-size: 24px;
    margin-top: 4px;
  }
  header #global-nav {
    font-weight: bold;
    width: 100%;
    height: 56px;
    position: relative;
    border-bottom: 2px solid #BD2D00;
    z-index: 999;
  }
  header #global-nav #global-nav-list {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  header #global-nav #global-nav-list > li {
    width: 20%;
    height: 100%;
  }
  header #global-nav #global-nav-list > li + li::after {
    position: absolute;
    content: "";
    display: block;
    height: 20px;
    width: 1px;
    top: 18px;
    background-color: #ddd;
  }
  header #global-nav #global-nav-list > li a,
  header #global-nav #global-nav-list > li .nav-nolink {
    font-size: 15px !important;
    padding: 0 12px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #333;
    text-decoration: none;
  }
  header #global-nav #global-nav-list > li a:hover,
  header #global-nav #global-nav-list > li .nav-nolink:hover {
    background-color: #BD2D00;
    color: #fff;
    transition-property: all;
    transition-duration: 200ms;
    transition-delay: 0s;
    transition-timing-function: ease;
  }
  header #global-nav #global-nav-list > li .nav-nolink {
    cursor: default;
  }
  header #global-nav #global-nav-list > li .nav-nolink:hover {
    background-color: transparent;
    color: #333;
  }
  header #global-nav #global-nav-list > li .Wrap {
    display: none;
    background: #f8f8f8;
    z-index: 99;
  }
  header #global-nav #global-nav-list > li .Wrap li + li {
    border-top: 1px solid #ddd;
  }
  header #global-nav #global-nav-list > li .Wrap a {
    font-size: 13px !important;
  }
  footer {
    display: flex;
    width: 100%;
    margin: 80px auto 0;
    position: relative;
  }
  footer .footer-nav {
    width: 94%;
    max-width: 980px;
    display: flex;
    justify-content: space-between;
    padding: 30px 0 40px;
    margin: 0 auto;
  }
  footer .footer-nav .footer-nav-list {
    display: flex;
  }
  footer .footer-nav .footer-nav-list li {
    padding-right: 30px;
  }
  footer .footer-nav .footer-nav-list li + li {
    border-left: 1px solid #ddd;
    padding: 0 28px;
  }
  footer .footer-nav .footer-nav-list a:hover {
    color: #BD2D00;
  }
  footer .footer-nav #copyright {
    display: block;
  }
  footer::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    background: #BD2D00;
  }
}
/* maincontent */
.content-wrap {
  max-width: 980px;
  margin: 60px auto;
  display: flex;
  width: 92%;
}
.content-wrap .main-content {
  flex: 1;
  margin-right: 40px;
  width: 100%;
}
.content-wrap .main-content section {
  margin-bottom: 40px;
}
.content-wrap .main-content section::last-child {
  margin-bottom: 0;
}
.content-wrap .main-content .common-ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #BD2D00;
}
.content-wrap .main-content .common-ttl .common-ttl-text {
  font-size: 2.8rem;
  color: #BD2D00;
}
.content-wrap .main-content .common-ttl sup {
  vertical-align: super;
  font-size: 0.6em;
}
.content-wrap .main-content .common-ttl p {
  padding-top: 7px;
  width: 100%;
  font-weight: normal;
}
.content-wrap .main-content .common-ttl .common-more-text-link {
  margin: 0;
  padding: 0;
}
.content-wrap .main-content .common-ttl .common-more-text-link a {
  font-size: 1.6rem;
}
.content-wrap .main-content .common-ttl .common-more-text-link a:hover {
  color: #BD2D00;
}
.content-wrap .main-content .bottom-nav {
  margin-top: 30px;
  overflow: hidden;
}
.content-wrap .main-content .bottom-nav > .nav-previous {
  float: left;
}
.content-wrap .main-content .bottom-nav > .nav-next {
  float: right;
}
.content-wrap .content-sidenav {
  width: 250px;
  flex: none;
}
.content-wrap .content-sidenav .content-sidenav-contact {
  padding: 20px;
  width: 100%;
  border: 1px solid #BD2D00;
  margin-bottom: 15px;
}
.content-wrap .content-sidenav .content-sidenav-contact .contact-ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 1.6rem;
  font-weight: bold;
}
.content-wrap .content-sidenav .content-sidenav-contact .contact-address {
  margin: 10px 0;
  font-size: 1.2rem;
}
.content-wrap .content-sidenav .content-sidenav-contact .contact-address > li {
  margin-bottom: 5px;
  color: #333;
}
.content-wrap .content-sidenav .content-sidenav-contact .contact-address > li:last-child {
  margin-bottom: 0;
}
.content-wrap .content-sidenav .content-sidenav-contact .contact-map {
  margin-bottom: 10px;
}
.content-wrap .content-sidenav .content-sidenav-contact .contact-btn > a {
  display: block;
  padding: 0 10px;
  line-height: 50px;
  height: 50px;
  width: 100%;
  text-align: center;
  border-radius: 25px;
  font-weight: bold;
  color: #fff;
  background: #BD2D00;
}
.content-wrap .content-sidenav .content-sidenav-contact .contact-btn > a:hover {
  background: #fff;
  background-position: right center !important;
  color: #BD2D00;
  border: 1px solid #BD2D00;
}
.content-wrap .content-sidenav .content-sidenav-contact .contact-btn > a:hover::after, .content-wrap .content-sidenav .content-sidenav-contact .contact-btn > a:hover::before {
  border-top: 2px solid #BD2D00;
  border-right: 2px solid #BD2D00;
}
.content-wrap .content-sidenav .content-sidenav-bnr li,
.content-wrap .content-sidenav .content-sidenav-bnrs li {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.content-wrap .content-sidenav .content-sidenav-bnr li a,
.content-wrap .content-sidenav .content-sidenav-bnrs li a {
  display: block;
  width: 100%;
}
.content-wrap .content-sidenav .content-sidenav-bnr li a img,
.content-wrap .content-sidenav .content-sidenav-bnrs li a img {
  width: 100%;
}
.content-wrap .content-sidenav .content-sidenav-bnr li:hover,
.content-wrap .content-sidenav .content-sidenav-bnrs li:hover {
  opacity: 0.6;
}
.content-wrap .content-sidenav .content-sidenav-bnr .b-color1,
.content-wrap .content-sidenav .content-sidenav-bnrs .b-color1 {
  border: 1px solid #BD2D00;
}
.content-wrap .content-sidenav .content-sidenav-bnr .b-color2,
.content-wrap .content-sidenav .content-sidenav-bnrs .b-color2 {
  border: 1px solid #173655;
}
.content-wrap .content-sidenav .content-sidenav-bnr .b-color3,
.content-wrap .content-sidenav .content-sidenav-bnrs .b-color3 {
  border: 1px solid #6a814c;
}
.content-wrap .content-sidenav .content-sidenav-text-links {
  margin-bottom: 20px;
}
.content-wrap .content-sidenav .content-sidenav-text-links > li {
  padding: 20px 10px;
  width: 100%;
  align-content: center;
  border-bottom: 1px solid #ddd;
}
.content-wrap .content-sidenav .content-sidenav-text-links > li a {
  font-weight: bold;
  padding-left: 25px;
}
.content-wrap .content-sidenav .content-sidenav-text-links > li:hover {
  background: #f8f8f8;
}
.content-wrap .content-sidenav .content-sidenav-text-links > li.btn-style-reverse {
  background: #BD2D00;
}
.content-wrap .content-sidenav .content-sidenav-text-links > li.btn-style-reverse a {
  color: #fff;
}
.content-wrap .content-sidenav .content-sidenav-text-links > li.btn-style-reverse:hover {
  background: #f8f8f8;
}
.content-wrap .content-sidenav .content-sidenav-text-links > li.btn-style-reverse:hover a {
  color: #333;
}
.content-wrap .content-sidenav .content-sidenav-text-links:first-child {
  border-top: 1px solid #ddd;
}

@media (max-width: 899px) {
  body {
    font-size: 1.4rem;
  }
  main {
    margin-top: 90px;
  }
  /* header / global navi */
  header {
    height: 60px;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 2px solid #BD2D00;
  }
  header .header-top {
    position: relative;
    width: 92%;
    top: 0;
    height: 58px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    z-index: 1000;
  }
  header .header-top .header-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #BD2D00;
    text-decoration: none;
  }
  header .header-top .header-fontSize {
    display: none;
  }
  header .header-top .menu-trigger {
    z-index: 999;
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: relative;
    width: 26px;
    height: 10px;
  }
  header .header-top .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #BD2D00;
  }
  header .header-top .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  header .header-top .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  header .header-top .menu-trigger::after {
    position: absolute;
    top: -3px;
    left: -53px;
    content: "MENU";
    display: block;
    width: 100%;
    color: #BD2D00;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    transition: all 0.4s;
    font-weight: bold;
  }
  .menu-trigger.active::after {
    content: "CLOSE" !important;
    transition: all 300ms 0s ease;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
  }
  #global-nav {
    overflow-y: scroll;
    position: fixed;
    z-index: 100;
    width: 100%;
    background: #fff;
    height: 100%;
    right: 0;
    top: 0;
    -webkit-overflow-scrolling: touch;
    display: none;
  }
  #global-nav #global-nav-list {
    width: 80%;
    margin: 60px auto;
  }
  #global-nav #global-nav-list a {
    width: 100%;
    font-size: 1.4rem;
    padding: 13px 0;
    display: block;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #eee;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
  }
  #global-nav #global-nav-list a::before, #global-nav #global-nav-list a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #BD2D00;
    border-right: 2px solid #BD2D00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #global-nav #global-nav-list .Wrap a {
    padding-left: 20px;
  }
  #global-nav #global-nav-list .nav-nolink {
    width: 100%;
    font-size: 1.4rem;
    padding: 13px 0;
    display: inline-block;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
  }
  footer {
    width: 100%;
    position: relative;
  }
  footer .footer-nav {
    width: 92%;
    padding: 30px 0 40px;
    margin: 0 auto;
  }
  footer .footer-nav .footer-nav-list {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  footer .footer-nav .footer-nav-list li {
    padding: 0 14px;
    border-right: 1px solid #ddd;
  }
  footer .footer-nav .footer-nav-list li:first-child {
    padding-left: 0px;
  }
  footer .footer-nav .footer-nav-list li:last-child {
    padding-right: 0px;
    border-right: none;
  }
  footer .footer-nav .footer-nav-list a {
    font-size: 1.2rem;
  }
  footer .footer-nav .footer-nav-list a:hover {
    color: #BD2D00;
  }
  footer .footer-nav #copyright {
    text-align: center;
    display: block;
  }
  footer::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    background: #BD2D00;
  }
  .content-wrap {
    flex-wrap: wrap;
    margin: 30px auto 50px;
  }
  .content-wrap .main-content {
    flex: auto;
    margin-right: 0;
    width: 100%;
  }
  .content-wrap .main-content .common-ttl-text {
    font-size: 2rem !important;
  }
  .content-wrap .main-content .common-link-icon {
    font-size: 1.4rem;
  }
  .content-wrap .main-content .news-list .news-item {
    display: block;
  }
  .content-wrap .main-content .news-list .news-item .news-meta {
    margin: 0 0 8px;
  }
  .content-wrap .main-content .news-list .news-item .news-meta .news-date {
    min-width: 0;
    max-width: none;
    margin: 0 0 5px;
  }
  .content-wrap .content-sidenav {
    margin-top: 35px;
    width: 100%;
  }
  .content-wrap .content-sidenav .content-sidenav-bnrs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content-wrap .content-sidenav .content-sidenav-bnrs li {
    width: calc(50% - 5px);
  }
  .content-wrap .content-sidenav .content-sidenav-contact .contact-map {
    margin-bottom: 10px;
  }
  .content-wrap .content-sidenav .content-sidenav-contact .contact-map iframe {
    width: 100%;
  }
}
/* news item */
.news-list > a.news-link {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  padding: 0 5px;
}
.news-list > a.news-link:hover {
  background-color: #f8f8f8;
}
.news-list .news-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 0;
}
.news-list .news-item > * {
  display: block;
}
.news-list .news-item .news-date {
  min-width: 140px;
  width: max-content;
  /*			max-width: 180px;*/
  margin-right: 20px;
  flex: none;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.news-list .news-item .news-date .new-icon {
  color: #ffffff;
  background-color: #ff0000;
  width: max-content;
  height: max-content;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 80%;
  flex: 0 0 auto;
}
.news-list .news-item .news-desc {
  -ms-flex: 0 1 auto;
}
.news-list .news-item .news-desc:hover {
  text-decoration: none;
}
.news-list .news-item:hover .news-desc {
  text-decoration: none;
}

@media (max-width: 768px) {
  .news-list .news-item {
    display: block;
  }
  .news-list .news-item .news-date {
    min-width: 0;
    max-width: none;
    margin: 0 0 5px;
    gap: 10px;
  }
}
@media screen and (min-width: 769px) {
  .top-news {
    max-width: 980px;
    width: 100%;
    background: #fff;
    display: block;
    padding: 20px;
    border: 2px solid #ef0e0e;
    margin: 30px auto 40px;
    text-decoration: none;
  }
  .top-news .top-news-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    vertical-align: middle;
  }
  .top-news .top-news-box::before,
  .top-news .top-news-box::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ef0e0e;
    border-right: 2px solid #ef0e0e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .top-news .top-news-box .top-news-img {
    width: 30%;
  }
  .top-news .top-news-box .top-news-img img {
    width: 100%;
    object-fit: cover;
    border: 1px solid #ddd;
  }
  .top-news .top-news-box dl {
    text-decoration: none;
    flex: 1;
    margin-left: 20px;
    padding-right: 40px;
  }
  .top-news .top-news-box dl dt {
    color: #666;
    margin-bottom: 5px;
  }
  .top-news .top-news-box dl dd {
    color: #ef0e0e;
    font-weight: bold;
  }
  .top-news:hover {
    background: #f8f8f8;
  }
}
@media (max-width: 768px) {
  .top-news {
    width: 90%;
    background: #fff;
    display: block;
    padding: 20px;
    border: 2px solid #ef0e0e;
    margin: 20px auto;
  }
  .top-news .top-news-box img {
    width: 100%;
    margin-bottom: 10px;
  }
  .top-news .top-news-box dl {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    padding-right: 40px;
  }
  .top-news .top-news-box dl::before,
  .top-news .top-news-box dl::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    border-top: 2px solid #ef0e0e;
    border-right: 2px solid #ef0e0e;
    transform: rotate(45deg);
  }
  .top-news .top-news-box dl dt {
    color: #666;
  }
  .top-news .top-news-box dl dd {
    font-weight: bold;
    color: #ef0e0e;
  }
}
/*　お知らせ */
.post-area .news-post-images {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.post-area .news-post-images figure {
  width: 49%;
}
.post-area .news-post-images figure img {
  width: auto;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.post-area .news-post-images figure .post-image-caption {
  text-align: center;
  margin-top: 5px;
}

/* event item */
.event-list > li {
  border-bottom: 1px solid #eaeaea;
}
.event-list > li:hover {
  background: #f8f8f8;
}

.event-item {
  display: flex;
  width: 100%;
}
.event-item:hover {
  background-color: #f8f8f8;
}
.event-item > a {
  width: 100%;
  display: flex;
  text-decoration: none;
  padding: 30px 20px;
  position: relative; /* 矢印の基点として必要 */
}
.event-item .event-thumb {
  width: 30%;
  margin-right: 5%;
  flex: none;
}
.event-item .event-thumb img {
  border: 1px solid #ddd;
  width: 100%;
}
.event-item .event-summary {
  flex-grow: 1;
  position: relative;
  padding-right: 40px; /* 【追加】右側の矢印スペースを確保 */
}
.event-item .event-summary .event-title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
}
.event-item .event-summary .event-tags {
  text-align: left;
  overflow: hidden;
  margin: -5px 0 10px;
}
.event-item .event-summary .event-tags > *:first-child {
  margin-left: 0;
}
.event-item .event-summary .event-info {
  /* 【変更】floatを廃止し、Flexboxで比率を管理 */
  display: flex;
  flex-wrap: wrap;
}
.event-item .event-summary .event-info > dt {
  width: 30%; /* 【変更】項目名の幅を比率(30%)に */
  font-weight: bold;
  margin-bottom: 5px;
  flex-shrink: 0;
}
.event-item .event-summary .event-info > dd {
  width: 70%; /* 【変更】内容の幅を比率(70%)に */
  margin-bottom: 5px;
  padding-left: 10px; /* dtとの余白 */
  box-sizing: border-box;
}
.event-item .event-summary .event-detail-btn {
  background-color: #BD2D00;
  margin: 20px 0 0 auto;
  width: 180px;
  text-align: center;
  border-radius: 30px;
  line-height: 40px;
  position: relative;
  padding-right: 16px;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
}
.event-item .event-summary .event-detail-btn::before,
.event-item .event-summary .event-detail-btn ::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.event-item .event-summary .event-detail-btn:hover {
  opacity: 0.8;
}
.event-item .event-summary .detail-arrow::before {
  top: -2px;
  right: 14px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.event-calendar .event-date {
  width: 15%;
}
.event-calendar .event-name {
  width: 20%;
}
.event-calendar .event-place {
  width: 15%;
}
.event-calendar .event-time {
  width: 15%;
}
.event-calendar .event-price {
  width: 15%;
}
.event-calendar .event-organizer {
  width: 20%;
}

@media all and (max-width: 767px) {
  .event-item > a {
    padding: 20px;
    flex-wrap: wrap;
  }
  .event-item .event-thumb {
    width: 100%;
    margin: 0 0 10px 0;
    flex: none;
  }
  .event-item .event-summary {
    width: 100%;
    padding-right: 30px; /* 【追加】スマホでも矢印との重なりを防止 */
  }
  .event-item .event-summary .event-title {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .event-item .event-summary .event-tags {
    text-align: left;
    overflow: hidden;
    margin: -10px 0 20px;
  }
  .event-item .event-summary .event-tags > *:first-child {
    margin-left: 0;
  }
  .event-item .event-summary .event-desc {
    margin-bottom: 10px;
  }
  .event-item .event-summary .event-info {
    display: flex;
    flex-wrap: wrap;
  }
  .event-item .event-summary .event-info > dt {
    width: 35%; /* スマホ時は少し広めに調整 */
    margin-right: 0;
    margin-bottom: 5px;
  }
  .event-item .event-summary .event-info > dd {
    width: 65%;
    margin-bottom: 5px;
  }
  .event-item .event-summary .event-detail-btn {
    width: 100%;
  }
}
/* circle item */
.cat-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto 40px;
}
.cat-list > li {
  width: 32%;
  flex: none;
  margin-bottom: 20px;
}
.cat-list > li a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #BD2D00;
  border: 1px solid #BD2D00;
  line-height: 45px !important;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
}
.cat-list > li a::before,
.cat-list > li a ::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.cat-list > li a:hover {
  color: #BD2D00;
}
.cat-list > li .cat-arrow {
  position: relative;
  display: inline-block;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.cat-list > li .cat-arrow::before, .cat-list > li .cat-arrow::after {
  position: absolute;
  top: 0;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.cat-list > li .cat-arrow::before {
  width: 18px;
  height: 18px;
  background: #fff;
}
.cat-list > li .cat-arrow::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #BD2D00;
  border-right: 2px solid #BD2D00;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media all and (max-width: 768px) {
  .cat-list > li {
    width: 49%;
  }
}
.pt15 {
  padding-top: 10px;
}

/* 教育の相談 */
.page-box {
  margin-top: 30px;
  display: flex;
}
.page-box figure {
  margin-left: 20px;
  width: 50%;
}
.page-box figure img {
  width: 100%;
}

.page-box-text {
  flex: 1;
}
.page-box-text p,
.page-box-text ul,
.page-box-text dl,
.page-box-text ol,
.page-box-text > div,
.page-box-text .img-max {
  margin-top: 20px;
}
.page-box-text p:first-child,
.page-box-text ul:first-child,
.page-box-text dl:first-child,
.page-box-text ol:first-child,
.page-box-text > div:first-child,
.page-box-text .img-max:first-child {
  margin-top: 0;
}
.page-box-text p li,
.page-box-text ul li,
.page-box-text dl li,
.page-box-text ol li,
.page-box-text > div li,
.page-box-text .img-max li {
  margin-top: 5px;
}
.page-box-text .dl-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.7;
}
.page-box-text .dl-list dt {
  font-weight: bold;
  width: 150px;
}
.page-box-text .dl-list dd {
  width: 70%;
}

.mt-none {
  margin-top: 0 !important;
}

.list-disc {
  list-style: disc;
  padding-left: 20px;
}

.page-link {
  display: inline-block;
  margin-top: 5px;
  color: #208bd6;
  text-decoration: underline;
}

@media all and (max-width: 768px) {
  .page-box {
    flex-wrap: wrap-reverse;
  }
  .page-box figure {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .page-box-text {
    flex: none;
    width: 100%;
  }
  .page-box-text .dl-list > dt {
    margin-top: 10px;
    width: 100%;
  }
  .page-box-text .dl-list > dt:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 769px) {
  .timeline {
    list-style: none;
  }
  .timeline > li {
    margin-bottom: 60px;
  }
  /* タイムライン */
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 160px;
    padding-top: 30px;
    margin-right: 10px;
    color: #BD2D00;
    font-size: 1.6rem;
    font-weight: bold;
    border-left: 3px #e5e5d1 solid;
    padding-left: 50px;
  }
  .timeline-content {
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 13px);
    margin-left: 13px;
  }
  .timeline-content div {
    width: 71%;
    flex: 1;
  }
  .timeline-content div p {
    width: 100%;
    background: #fff;
    padding: 20px;
    margin-top: 10px;
    display: block;
  }
  .timeline-date:before {
    content: "";
    width: 32px;
    height: 32px;
    background: #BD2D00;
    position: absolute;
    left: 0;
    top: 25px;
    border-radius: 100%;
  }
  .timeline-date:after {
    font-size: 1.6rem;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 29px;
    border-radius: 100%;
  }
  .timeline-date1:after {
    content: "1";
  }
  .timeline-date2:after {
    content: "2";
  }
  .timeline-date3:after {
    content: "3";
  }
  .timeline-date4:after {
    content: "4";
  }
  .timeline-date5:after {
    content: "5";
  }
}
@media all and (max-width: 768px) {
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 160px;
    margin-top: 20px;
    color: #BD2D00;
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 40px;
  }
  .timeline-content div {
    width: 100%;
  }
  .timeline-content div p {
    width: 100%;
    background: #fff;
    padding: 19px;
    margin-top: 9px;
    display: block;
  }
  .timeline-date:before {
    content: "";
    width: 28px;
    height: 28px;
    background: #BD2D00;
    position: absolute;
    left: 0;
    top: 19px;
    border-radius: 100%;
  }
  .timeline-date:after {
    font-size: 1.6rem;
    color: #fff;
    position: absolute;
    left: 8px;
    top: 22px;
    border-radius: 100%;
  }
  .timeline-date1:after {
    content: "1";
  }
  .timeline-date2:after {
    content: "2";
  }
  .timeline-date3:after {
    content: "3";
  }
  .timeline-date4:after {
    content: "4";
  }
  .timeline-date5:after {
    content: "5";
  }
}
.required {
  color: #ff0004;
}

.eventinfo-form {
  padding: 0 30px;
}
.eventinfo-form dl {
  font-size: 1.6rem !important;
  display: flex;
  flex-wrap: wrap;
}
.eventinfo-form dl dt {
  width: 30%;
  margin-bottom: 20px;
  font-weight: bold;
}
.eventinfo-form dl dd {
  width: 70%;
  margin-bottom: 20px;
}
.eventinfo-form dl dd input[type=tel],
.eventinfo-form dl dd input[type=text],
.eventinfo-form dl dd input[type=number],
.eventinfo-form dl dd input[type=email],
.eventinfo-form dl dd textarea {
  padding: 5px;
  font-size: 1.6rem;
  border: 1px solid #ddd;
  width: 100%;
}
.eventinfo-form dl dd textarea {
  width: 100%;
  height: 150px;
}
.eventinfo-form dl dd p {
  font-size: 1.2rem;
  margin-top: 5px;
  color: #666;
}
.eventinfo-form dl dd .postnumber {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.eventinfo-form dl dd .postnumber li:first-child {
  line-height: 36px;
}
.eventinfo-form dl dd span.wpcf7-list-item:first-child {
  margin: 0 !important;
}
.eventinfo-form dl .eventinfo-ttl input[type=text] {
  border: none;
  pointer-events: none;
  padding: 0;
}
.eventinfo-form dl .age input[type=number] {
  width: 80px;
}
.eventinfo-form dl .zipcode input[type=tel] {
  width: 90px;
}
.eventinfo-form dl .telno input[type=tel] {
  width: 140px;
}
.eventinfo-form dl .cl input[type=text] {
  width: 160px;
}
.eventinfo-form .checkbox {
  margin-top: 10px;
  text-align: center;
}
.eventinfo-form .checkbox a {
  padding-left: 10px;
  color: #208bd6;
  text-decoration: underline;
}
.eventinfo-form .checkbox span.wpcf7-list-item {
  margin: 0;
}
.eventinfo-form .wpcf7-not-valid-tip {
  margin-top: 5px;
}

.form-btn input[type=submit] {
  line-height: 50px;
  background: none;
  color: #fff;
  border: none;
  font-size: 1.6rem;
  width: 100%;
}

.form-btn .ajax-loader {
  display: none !important;
}

.form-btn:hover input[type=submit] {
  color: #BD2D00;
}

.form-btn {
  box-sizing: border-box;
  width: 280px;
  height: 56px;
  background: #BD2D00;
  line-height: 50px;
  border-radius: 25px;
  border: 1px solid #BD2D00;
  margin: 30px auto 0;
  text-align: center;
}
.form-btn a {
  width: 100%;
  color: #fff;
}
.form-btn .common-arrow-r::before, .form-btn .common-arrow-r::after {
  right: 20px;
}
.form-btn:hover {
  background: #fff;
  border: 1px solid #BD2D00;
}
.form-btn:hover a {
  color: #BD2D00;
  font-weight: bold;
}
.form-btn:hover .common-arrow-r::before, .form-btn:hover .common-arrow-r::after {
  border-top: 2px solid #BD2D00;
  border-right: 2px solid #BD2D00;
}

@media all and (max-width: 768px) {
  .eventinfo-form {
    padding: 0 20px;
  }
  .eventinfo-form dl {
    font-size: 1.6rem !important;
    display: flex;
    flex-wrap: wrap;
  }
  .eventinfo-form dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .eventinfo-form dl dd {
    width: 100%;
    margin-bottom: 20px;
  }
  .eventinfo-form dl dd input[type=text],
  .eventinfo-form dl dd input[type=number],
  .eventinfo-form dl dd input[type=email],
  .eventinfo-form dl dd textarea {
    padding: 5px;
    font-size: 1.6rem;
    border: 1px solid #ddd;
    width: 100%;
  }
  .eventinfo-form dl dd textarea {
    width: 100%;
    height: 150px;
  }
  .eventinfo-form dl dd p {
    font-size: 1.2rem;
    margin-top: 5px;
    color: #666;
  }
  .eventinfo-form dl dd .postnumber {
    display: flex;
    align-items: center;
  }
  .eventinfo-form dl dd .postnumber li {
    padding-right: 10px;
  }
  .eventinfo-form dl .eventinfo-ttl input[type=text] {
    border: none;
    pointer-events: none;
    padding: 0;
  }
  .eventinfo-form .checkbox {
    margin-top: 10px;
    text-align: center;
  }
  .eventinfo-form .checkbox a {
    padding-left: 10px;
    color: #208bd6;
    text-decoration: underline;
  }
  .form-btn {
    width: 100% !important;
  }
}
/*　サイトマップ */
.text-item-list > li {
  border-bottom: 1px solid #ddd;
}
.text-item-list > li.list-level2 {
  padding-left: 1.5em;
}
.text-item-list > li a {
  display: block;
  padding: 15px 10px;
}
.text-item-list > li a:hover {
  background-color: #f8f8f8;
  text-decoration: none;
}

/* post item */
.post-area > *:first-child {
  margin-top: 0;
}
.post-area > *:last-child {
  margin-bottom: 0;
}
.post-area .post-tag-area {
  text-align: left;
  margin: 10px 0 30px;
}
.post-area .post-image {
  text-align: center;
}
.post-area .post-images {
  display: flex;
  justify-content: flex-start;
}
.post-area .post-images > * {
  flex: 1;
}
.post-area .post-images > * + * {
  margin-left: 2%;
}
.post-area .post-images .post-image-caption {
  text-align: center;
  margin-top: 5px;
}
.post-area .post-image,
.post-area .post-images {
  margin: 0 auto;
  padding-top: 20px;
}
.post-area .post-image img,
.post-area .post-images img {
  width: auto;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.post-area .post-date {
  margin-top: 20px;
  text-align: right;
}
.post-area .post-body {
  margin: 30px auto 0;
}
.post-area .post-body * {
  line-height: 1.5em;
}
.post-area .post-body > * {
  margin-bottom: 1em;
}
.post-area .post-body > *:last-child {
  margin-bottom: 0;
}
.post-area .post-body .post-body-inner {
  padding-left: 1em;
}
.post-area .post-body .post-body-inner > * {
  margin-bottom: 1em;
}
.post-area .post-body .post-body-inner > *:last-child {
  margin-bottom: 0;
}
.post-area .post-detail {
  overflow: hidden;
  position: relative;
  _zoom: 1;
  border-bottom: 1px solid #ddd;
}
.post-area .post-detail > dt {
  font-weight: bold;
  width: 25%;
  padding: 15px 10px 15px 0;
  color: #333333;
  vertical-align: top;
  white-space: nowrap;
  float: left;
}
.post-area .post-detail > dd {
  padding: 15px 10px 15px 0;
  overflow: hidden;
  position: relative;
}
.post-area .post-detail > dd .dd_img {
  width: 30%;
  float: left;
  padding-right: 15px;
}
.post-area .post-detail > dd dl {
  overflow: hidden;
  position: relative;
}
.post-area .post-detail > dd p {
  margin-left: 0;
}
.post-area .post-desc-list {
  margin-top: 10px;
}
.post-area .post-desc-list > dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.post-area .post-desc-list > dd {
  margin-bottom: 1.5em;
}
.post-area .post-desc-list > dd > *:not(br, span) {
  margin-bottom: 1em;
}
.post-area .post-desc-list > dd > *:not(br, span):last-child {
  margin-bottom: 0;
}
.post-area .post-desc-list > *:last-child {
  margin-bottom: 0;
}
.post-area .post-image-text-box {
  display: flex;
  justify-content: flex-start;
}
.post-area .post-image-text-box.reverse-position {
  flex-direction: row-reverse;
}
.post-area .post-image-text-box > .image-area {
  width: 45%;
  margin-right: 5%;
  flex: none;
}
.post-area .post-image-text-box > .image-area img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.post-area .post-image-text-box > .text-area {
  -ms-flex: 0 1 auto;
}

@media all and (max-width: 768px) {
  .post-area .post-detail > dt {
    width: 100%;
    float: none;
    padding: 15px 10px 5px;
  }
  .post-area .post-detail > dt::before {
    content: "【";
  }
  .post-area .post-detail > dt::after {
    content: "】";
  }
  .post-area .post-detail > dd {
    padding: 0 15px 15px;
    background: none;
    border: none;
  }
  .post-area .post-detail .page dt {
    width: 30%;
    float: left;
  }
  .post-area .post-detail .page dd {
    border: none;
    padding: 14px 10px 14px 0;
  }
  .post-area .post-detail .page .dd_img {
    width: 100%;
    margin-bottom: 1em;
    float: none;
  }
  .post-area .post-image-text-box {
    display: block;
  }
  .post-area .post-image-text-box > .image-area {
    width: 100%;
    text-align: center;
    margin: 0 0 0.5em;
  }
}
/* 施設紹介 */
.test-note {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: -20px;
}

.guidance-nolink {
  padding: 30px 20px;
}

.guidance-item {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.guidance-item > a {
  width: 100%;
  display: flex;
  text-decoration: none;
  padding: 30px 20px;
}
.guidance-item > a:hover {
  background: #f8f8f8;
}
.guidance-item .guidance-thumb {
  width: 30%;
  margin-right: 5%;
  flex: none;
}
.guidance-item .guidance-thumb img {
  border: 1px solid #ddd;
  width: 100%;
}
.guidance-item .guidance-summary {
  flex-grow: 1;
}
.guidance-item .guidance-summary .guidance-title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
}
.guidance-item .guidance-summary .guidance-info {
  overflow: hidden;
}
.guidance-item .guidance-summary .guidance-info > dt {
  float: left;
  width: 80px;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 2px;
}
.guidance-item .guidance-summary .guidance-info > dd {
  overflow: hidden;
  margin-bottom: 2px;
}
.guidance-item .guidance-summary .guidance-info-link > dd {
  padding-right: 50px;
}
.guidance-item .guidance-summary .detail-arrow::before {
  top: -2px;
  right: 14px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media all and (max-width: 767px) {
  .guidance-nolink {
    padding: 20px;
    flex-wrap: wrap;
  }
  .guidance-item > a {
    padding: 20px;
    flex-wrap: wrap;
  }
  .guidance-item .guidance-thumb {
    width: 100%;
    margin: 0 0 10px 0;
    flex: none;
  }
  .guidance-item .guidance-summary {
    width: 100%;
  }
  .guidance-item .guidance-summary .guidance-title {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .guidance-item .guidance-summary .event-desc {
    margin-bottom: 10px;
  }
  .guidance-item .guidance-summary .guidance-info {
    display: flex;
    flex-wrap: wrap;
  }
  .guidance-item .guidance-summary .guidance-info > dt {
    float: none;
    width: 25%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .guidance-item .guidance-summary .guidance-info > dd {
    width: 75%;
    margin-bottom: 5px;
    padding: 0;
  }
  .guidance-item .guidance-summary .guidance-info-link > dd {
    padding-right: 40px;
  }
  .guidance-item .guidance-summary .guidance-detail-btn {
    width: 100%;
  }
}
#floormap {
  margin-top: 30px;
}
#floormap .map_inner img {
  width: 100% !important;
}

/* ---------------------------------------------------------
   Facility Price Table (5 Columns Version)
--------------------------------------------------------- */
.table-responsive-container {
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative; /* ガイドの配置基準 */
}

.guidance-table-wrapper {
  margin-top: 10px;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 30px;
}

.guidance-table {
  width: 100%;
  max-width: 850px;
  border-collapse: collapse;
  font-size: 1.4rem;
  line-height: 1.4;
  background: #fff;
  table-layout: fixed;
}

.guidance-table th,
.guidance-table td {
  border: 1px solid #ddd;
  padding: 12px 8px;
  vertical-align: middle;
}

/* ヘッダーエリア */
.guidance-table thead th {
  background-color: #f9f9f9;
  font-weight: bold;
  text-align: center;
  font-size: 1.3rem;
}

/* 各列の幅指定 */
.guidance-table .col-name {
  width: 120px;
}

.guidance-table .col-time {
  width: auto;
}

/* ボディエリア */
.guidance-table tbody th {
  background-color: #fff;
  font-weight: bold;
  text-align: center;
}

.guidance-table .cell-price {
  text-align: center;
  font-variant-numeric: tabular-nums;
}

/* 行のホバー（必要であれば） */
.guidance_hall-text {
  font-weight: bold;
  margin-bottom: 4px;
}

.guidance-table tbody tr:hover {
  background-color: #fcfcfc;
}

@media (max-width: 899px) {
  .table-responsive-container::before {
    content: "左右にスクロールできます ≫";
    display: block;
    font-size: 1.1rem;
    text-align: right;
    color: #666;
    font-weight: bold;
  }
  /* 内側のスクロールする箱（以前のスタイルを微調整） */
  .guidance-table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .guidance-table {
    min-width: 800px;
    font-size: 1.3rem;
  }
}
/*　素材 */
/*　タイトル */
.common-ttl2 {
  font-size: 2rem;
  margin: 40px 0 15px;
  font-weight: bold;
  color: #333;
  position: relative;
  /*
    &::before {
  		content: "";
  		position: absolute;
  		display: block;
  		width: 30px;
  		height: 1;
  		background-color: $color-subbase2;
  		bottom: -8px;
  		left: 0;
  }*/
}
.common-ttl2 sup {
  vertical-align: super;
  font-size: 0.6em;
}

.common-ttl3 {
  margin: 30px 0 10px;
}
.common-ttl3 .common-sttl-text {
  position: relative;
  display: block;
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
  padding-left: 10px;
}
.common-ttl3 .common-sttl-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #BD2D00;
  top: 0;
  left: 0;
}

.common-ttl4 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #BD2D00;
  margin-bottom: 5px;
}

@media all and (max-width: 768px) {
  .common-ttl2 {
    font-size: 1.8rem;
    margin: 30px 0 20px;
  }
  .common-ttl2::before {
    content: "";
    bottom: -10px;
  }
  .common-ttl3 {
    font-size: 1.6rem;
  }
  .common-ttl4 {
    font-size: 1.4rem;
  }
}
/* to top btn */
#page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #BD2D00;
  border-radius: 50%;
}

#page-top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page-top a::before {
  font-family: FontAwesome;
  content: "\f106";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.common-link-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding-left: 16px;
}
.common-link-icon::before, .common-link-icon::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #BD2D00;
  border-right: 2px solid #BD2D00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-style-reverse .common-link-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding-left: 16px;
}
.btn-style-reverse .common-link-icon::before, .btn-style-reverse .common-link-icon::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-style-reverse .common-link-icon:hover::before, .btn-style-reverse .common-link-icon:hover::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #BD2D00;
  border-right: 2px solid #BD2D00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.common-arrow-r-g {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.common-arrow-r-g::before, .common-arrow-r-g::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #BD2D00;
  border-right: 2px solid #BD2D00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 900px) {
  .common-arrow-r-g-pc {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
  }
  .common-arrow-r-g-pc::before, .common-arrow-r-g-pc::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-top: 2px solid #BD2D00;
    border-right: 2px solid #BD2D00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.common-arrow-r {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.common-arrow-r::before, .common-arrow-r::after {
  position: absolute;
  top: 22px;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tab-btns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tab-btns > li {
  width: 32%;
  margin-bottom: 2%;
}
.tab-btns > li:first-child {
  margin-left: 0;
}
.tab-btns > li a {
  display: block;
  font-size: 1.6rem;
  padding: 10px 0;
  color: #BD2D00;
  border: 1px solid #BD2D00;
  text-align: center;
  text-decoration: none;
}
.tab-btns > li .current {
  color: #fff;
  background: #BD2D00;
}

.tab-content {
  display: none;
}
.tab-content.current {
  display: block;
}

.tab-btns2 {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.tab-btns2 > li {
  width: 50%;
  margin-bottom: 2%;
}
.tab-btns2 > li a {
  display: block;
  font-size: 1.6rem;
  padding: 10px 0;
  color: #BD2D00;
  border: 1px solid #BD2D00;
  text-align: center;
  text-decoration: none;
}
.tab-btns2 > li .current {
  color: #fff;
  background: #BD2D00;
  position: relative;
}
.tab-btns2 > li .current::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #BD2D00;
}
.tab-btns2 > li + li {
  margin-left: 1px;
}

.tab-content2 {
  margin-top: -14px;
  display: none;
  padding: 30px;
  background: #f8f8f8;
}
.tab-content2.current {
  display: block;
}

@media all and (max-width: 768px) {
  .tab-content2 {
    padding: 30px 15px 20px;
  }
}
#breadcrumb {
  margin-bottom: 30px;
}
#breadcrumb ul > li {
  display: inline;
}
#breadcrumb ul > li a {
  text-decoration: underline;
}
#breadcrumb ul > li + li {
  position: relative;
}
#breadcrumb ul > li + li::before {
  content: ">";
  margin: 0 5px;
}

/*　マージン */
.second-innner {
  margin-top: 30px;
}

/*　リンクpdf */
a.link-pdf {
  padding-left: 25px !important;
  position: relative;
}
a.link-pdf::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  left: 5px;
  background: url(../images/icon_pdf.png) no-repeat center center;
  background-size: 100% auto;
}

/*　リンクyoutube */
a.link-youtube {
  padding-left: 25px !important;
  position: relative;
}
a.link-youtube::before {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  left: 0px;
  top: -1px;
  background: url(../images/icon_youtube.png) no-repeat center center;
  background-size: 100% auto;
}
a.link-ytb {
  position: relative;
}
a.link-ytb::after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  top: -2px;
  right: -25px;
  background: url(../images/icon_youtube.png) no-repeat center center;
  background-size: 100% auto;
}

/*　テーブルレイアウト01 */
.table-layout01 {
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.table-layout01 th {
  padding: 10px 5px;
  background-color: #fff;
  text-align: center;
  border-right: 1px solid #ddd;
  font-size: 1.6rem;
}
.table-layout01 td {
  padding: 15px;
  border-right: 1px solid #ddd;
  background: #f8f8f8;
}
.table-layout01 td a {
  color: #208bd6;
  text-decoration: underline;
}
.table-layout01 tr:nth-child(2n+2) > td {
  background: #fff !important;
}
.table-layout01 .event-date {
  width: 18%;
}

/* テーブルレイアウト02*/
.table-layout02 {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.table-layout02 td,
.table-layout02 th {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.table-layout02 th {
  text-align: left;
  vertical-align: middle;
  background: #666666;
  width: 86px;
  color: #fff;
}
.table-layout02 .th-level2 {
  background: #959595;
}
.table-layout02 .td-level2 {
  border-right: 1px solid #ddd;
  border-collapse: collapse;
}
.table-layout02 tr:last-child > td {
  padding: 0;
}
.table-layout02 tr:last-child > td td {
  padding: 10px;
  border-collapse: collapse;
  border-bottom: none;
}

@media all and (max-width: 768px) {
  .table-layout02,
  .table-layout02 > tbody > tr {
    display: block;
    width: 100%;
  }
  .table-layout02 .td-level1,
  .table-layout02 th,
  .table-layout02 > tbody > tr .td-level1,
  .table-layout02 > tbody > tr th {
    width: 100%;
    display: block;
    float: left;
    clear: both;
    border: none;
  }
  .table-layout02 tr:last-child {
    border-top: 1px solid #ddd;
  }
}
/* テーブルレイアウト03*/
.table-layout03 {
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}
.table-layout03 tr {
  border-bottom: 1px solid #ddd;
}
.table-layout03 tr th {
  width: 150px;
  text-align: left;
  color: #fff;
  background: #666;
  border-right: 1px solid #ddd;
}
.table-layout03 th,
.table-layout03 td {
  padding: 15px;
}

@media all and (max-width: 768px) {
  .table-layout03 th,
  .table-layout03 td {
    display: block;
    width: 100% !important;
    float: left;
    clear: both;
  }
  .table-layout03 tr {
    display: block;
    width: 100%;
  }
}
/* テーブルレイアウト04*/
.table-layout04 {
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}
.table-layout04 tr {
  border-bottom: 1px solid #ddd;
}
.table-layout04 tr th {
  width: 150px;
  text-align: left;
  color: #fff;
  background: #666;
  border-right: 1px solid #ddd;
}
.table-layout04 tr:first-child td {
  font-weight: bold;
}
.table-layout04 th,
.table-layout04 td {
  padding: 15px;
  border-left: 1px solid #ddd;
  text-align: center;
}

@media all and (max-width: 768px) {
  .table-layout04 th {
    width: 130px !important;
  }
  .table-layout04 th,
  .table-layout04 td {
    padding: 10px;
  }
}
/* テーブルレイアウト05*/
.table-layout05 {
  border-collapse: collapse;
  border: 1px solid #ddd;
  table-layout: fixed;
}
.table-layout05 tr {
  border-bottom: 1px solid #ddd;
}
.table-layout05 tr th {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #666;
  border-right: 1px solid #ddd;
}
.table-layout05 tr td {
  text-align: left;
}
.table-layout05 tr .txt-right {
  text-align: right;
}
.table-layout05 tr th,
.table-layout05 tr td {
  padding: 15px;
  border-left: 1px solid #ddd;
}
.table-layout05 tr th:nth-child(1) {
  width: 22%;
}
.table-layout05 tr th:nth-child(2) {
  width: 21%;
}
.table-layout05 tr th:nth-child(3) {
  width: 10%;
}
.table-layout05 tr th:nth-child(4) {
  width: 16%;
}
.table-layout05 tr th:nth-child(5) {
  width: 31%;
}

/* テーブルレイアウト06*/
.table-layout06 {
  margin-top: 30px;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}
.table-layout06 tr {
  border-bottom: 1px solid #ddd;
}
.table-layout06 tr th {
  width: 150px;
  text-align: left;
  color: #fff;
  background: #666;
  border-right: 1px solid #ddd;
}
.table-layout06 th,
.table-layout06 td {
  padding: 15px;
}

@media all and (max-width: 768px) {
  .table-layout06 th,
  .table-layout06 td {
    display: block;
    width: 100% !important;
    float: left;
    clear: both;
  }
  .table-layout06 tr {
    display: block;
    width: 100%;
  }
}
/*　テーブルスクロール */
.scroll-area .scroll-table-read {
  display: none;
}

@media all and (max-width: 736px) {
  .scroll-area .scroll-table-read {
    display: block;
    font-weight: bold;
    color: #919191;
    font-size: 125%;
    text-align: center;
    margin-bottom: 15px;
  }
  .scroll-area .scroll-item {
    overflow: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .scroll-area .scroll-item::-webkit-scrollbar {
    height: 5px;
  }
  .scroll-area .scroll-item::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }
  .scroll-area .scroll-item::-webkit-scrollbar-thumb {
    background-color: #aeaeae;
  }
  .scroll-area .scroll-item > * {
    width: 740px;
  }
}
.hall-name {
  font-style: normal;
}

.hall-name + .hall-name {
  padding-left: 5px;
}

/* Additional code */
.page-image {
  text-align: center;
  margin: 10px auto;
}
.page-image img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.page-image .page-image-caption {
  text-align: center;
  margin-top: 5px;
  font-size: 1.2rem;
}

/* tag item */
.facility-tag {
  color: #ffffff;
  background-color: #666666;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  padding: 0.5em;
  font-size: 12px;
  text-align: center;
  line-height: 1.2em;
  font-style: normal;
}
.facility-tag:first-child {
  margin-left: 0;
}

.hall-tag {
  background-color: #666;
}

/*
.status-tag {
		width: 90px;
}
*/
.tag-end {
  background-color: #666666;
}

.tag-free {
  background-color: #BD2D00;
}

.tag-cell {
  background-color: #208bd6;
}

.tag-stay {
  background-color: #f6ba2a;
}

.tag-over {
  background-color: #e11616;
}

.circle-tag {
  background-color: #BD2D00;
}

.tag-none {
  display: none;
}

/* アンカーリンク */
.anchor {
  display: block;
  padding-top: 74px;
  margin-top: -74px;
}

.anchor2 {
  display: block;
  padding-top: 130px;
  margin-top: -130px;
}

@media all and (max-width: 768px) {
  .anchor {
    display: block;
    padding-top: 64px;
    margin-top: -64px;
  }
}
@media all and (max-width: 768px) {
  .tab-btns li {
    width: 49%;
  }
}
@media screen and (min-width: 900px) {
  .pc-none {
    display: none !important;
  }
}
@media (max-width: 899px) {
  .sp-none {
    display: none !important;
  }
}
.timeline2-content {
  width: 100%;
  width: 100%;
  background: #fff;
  padding: 20px;
}
.timeline2-content dl {
  margin-top: 20px;
}
.timeline2-content dl a {
  margin: 5px;
  color: #208bd6;
  text-decoration: underline;
}

.tab-content2 > .second-innner:first-child {
  margin-top: 0;
}

.page-box-contact {
  margin-top: 30px;
}
.page-box-contact a {
  color: #208bd6;
  text-decoration: underline;
}

.character-list {
  margin-left: 1em;
  text-indent: -1em;
}

.number-list {
  margin-left: 0.8em;
  text-indent: -0.8em;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

/* 施設詳細 */
.img-max {
  width: 100%;
}

.bg-table {
  background: #f8f8f8;
}

@media screen and (min-width: 769px) {
  .hall-box {
    display: flex;
    justify-content: space-between;
    margin-top: 10px !important;
  }
  .hall-box div img {
    width: 100%;
  }
  .hall-box div:first-child {
    width: calc(50% - 20px);
  }
  .hall-box div + div {
    width: 50%;
    padding-left: 20px;
  }
  .hall-box p {
    margin-top: 10px;
  }
}
@media all and (max-width: 768px) {
  .hall-box {
    margin-top: 10px;
  }
  .hall-box div img {
    margin-top: 10px;
    width: 100%;
  }
  .hall-box div + div {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
  }
  .hall-box p {
    margin-top: 10px;
  }
}
/* 貸出し施設 */
.link-ttl {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  align-items: center;
}
.link-ttl .teble-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  vertical-align: middle;
}

.lending-list {
  margin-top: 45px;
}

.lending-btn {
  box-sizing: border-box;
  width: 140px;
  background: #BD2D00;
  line-height: 40px;
  border-radius: 25px;
  border: 1px solid #BD2D00;
  margin-top: 20px;
  text-align: center;
}
.lending-btn a {
  width: 100%;
  color: #fff;
}
.lending-btn .common-arrow-r::before, .lending-btn .common-arrow-r::after {
  right: 12px;
  width: 6px;
  height: 6px;
}
.lending-btn:hover {
  background: #fff;
  border: 1px solid #BD2D00;
}
.lending-btn:hover a {
  color: #BD2D00;
  font-weight: bold;
}
.lending-btn:hover .common-arrow-r::before, .lending-btn:hover .common-arrow-r::after {
  border-top: 2px solid #BD2D00;
  border-right: 2px solid #BD2D00;
}

.g-br {
  display: none;
}

@media all and (max-width: 768px) {
  .lending-btn {
    width: 100%;
    line-height: 50px;
  }
  .lending-btn .common-arrow-r::before, .lending-btn .common-arrow-r::after {
    right: 20px;
  }
}
@media all and (max-width: 388px) {
  .g-br {
    display: block;
  }
}
/* つながりダウンロード */
.pdf-img img {
  width: auto;
  max-width: 60% !important;
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  .pdf-img img {
    max-width: 100% !important;
  }
}
.text-none {
  display: none;
}

/* -----本番環境差分220316----- */
@media (max-width: 320px) {
  footer .footer-nav .footer-nav-list a {
    font-size: 1.2rem;
  }
  footer .footer-nav .footer-nav-list li {
    padding: 0 4px;
    border-right: 1px solid #ddd;
    font-size: 11px !important;
  }
}
/* ボランティアページ */
.volu-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.volu-img {
  width: 30%;
  margin: 0 5% 0 3%;
}

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

@media all and (min-width: 769px) {
  .vol-sponly {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .vol-sponly {
    display: block;
  }
  .volu-flex .number-list {
    margin-left: 0;
    text-indent: 0;
  }
  .volu-img {
    width: 34%;
    margin-top: 16px;
  }
}
/* ラウンジページ */
.lounge-img img {
  display: block;
  max-width: 980px;
  width: 60%;
  margin: 0 auto;
}

.cafe-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.cafe-flex .cafe-img {
  width: 100%;
  margin: 0 0 0 3%;
}
.cafe-flex .cafe-img img {
  max-width: 270px;
  height: auto;
}

@media all and (max-width: 768px) {
  .cafe-flex {
    flex-direction: column;
  }
  .cafe-flex .cafe-img {
    margin: 20px 0 0 0;
  }
  .cafe-flex .cafe-img img {
    width: 100%;
  }
}
/* ユートリアについて追加 */
.banner-inner img {
  width: 40%;
  border: 1px solid #6a814c;
  margin-top: 10px;
}

.right {
  text-align: right;
}

/**/
.middle-btn {
  box-sizing: border-box;
  width: 50%;
  background: #BD2D00;
  line-height: 40px;
  border-radius: 25px;
  border: 1px solid #BD2D00;
  margin-top: 20px;
  text-align: center;
  margin-left: auto;
}

.middle-btn a {
  width: 100%;
  color: #fff;
}

.middle-btn .common-arrow-r::before,
.middle-btn .common-arrow-r::after {
  right: 12px;
  width: 6px;
  height: 6px;
}

.middle-btn:hover {
  background: #fff;
  border: 1px solid #BD2D00;
}

.middle-btn:hover a {
  color: #BD2D00;
  font-weight: bold;
}

.middle-btn:hover .common-arrow-r::before,
.middle-btn:hover .common-arrow-r::after {
  border-top: 2px solid #BD2D00;
  border-right: 2px solid #BD2D00;
}

@media all and (max-width: 768px) {
  .middle-btn {
    width: 100%;
    line-height: 50px;
  }
  .middle-btn .common-arrow-r::before,
  .middle-btn .common-arrow-r::after {
    right: 20px;
  }
}
.mr0 {
  margin-left: auto;
}

.mt20 {
  margin-top: 20px;
}

/* style.css追記220316 */
@media screen and (min-width: 900px) {
  footer {
    display: block;
  }
}
#footer04 .inner-block {
  padding: 40px 0 40px;
  background: #FFF3EF;
}

#footer04 .cont {
  display: flex;
  justify-content: center;
  gap: 60px;
  width: 94%;
  max-width: 980px;
  margin: 0 auto;
}

#footer04 .cont-item {
  display: block;
  width: 25%;
}

#footer04 .nav {
  margin-top: 20px;
  margin-right: 25px;
}

#footer04 .nav a {
  display: block;
  color: #000;
}

#footer04 .nav .ttl {
  display: block;
  margin: 20px 0 12px;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  border-bottom: #BD2D00 solid 2px;
}

#footer04 .nav .ttl span {
  margin-bottom: 10px;
  display: block;
}

#footer04 .nav .ttl a {
  margin-bottom: 10px;
  display: block;
}

#footer04 .nav .ttl:first-child {
  margin-top: 0;
}

#footer04 .nav .ttl + .ttl {
  margin-top: 20px;
}

#footer04 .nav ul {
  display: block;
  font-size: 12px;
  line-height: 2;
}

#footer04 .nav li {
  display: block;
  font-size: 12px;
  line-height: 2;
}

#footer04 .nav li:first-child {
  margin-top: 0;
}

#footer04 .nav li ul {
  margin: 0 0 0 0em;
}

#footer04 .nav li {
  position: relative;
  margin: 0 0 0 1em;
}

#footer04 .nav li li {
  position: relative;
}

#footer04 .nav li:before {
  position: absolute;
  top: 7px;
  left: -20px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #BD2D00;
  border-right: 3px solid #BD2D00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#footer04 .li_none li:before {
  display: none;
}

#footer04 .nav li li:before {
  position: absolute;
  top: 9px;
  left: -15px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #BD2D00;
  border-right: 1px solid #BD2D00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#footer04 .company {
  display: block;
  width: 94%;
  max-width: 980px;
  margin: 0 auto;
}

#footer04 .logo img {
  width: 300px;
}

.footer-title {
  font-size: 2rem;
  font-weight: bold;
  color: #BD2D00;
  text-decoration: none;
}

#footer04 .address {
  display: block;
  margin: 28px 0 0;
  font-size: 12px;
  line-height: 2;
  color: #000;
}

#footer04 .title_nav {
  position: relative;
}

#footer04 .title_nav:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #BD2D00;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  right: 6px;
  margin-top: -9px;
}

#footer04 .title_nav:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 9px;
  right: 13px;
  margin-top: -4px;
  transform: rotate(45deg);
}

@media screen and (max-width: 499px) {
  #footer04 .inner-block {
    padding: 30px 0 40px;
    background: #FFF3EF;
  }
  #footer04 .cont {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    gap: 0;
    max-width: 350px;
    margin: 0 auto;
  }
  #footer04 .cont-item {
    display: block;
    width: 98%;
  }
  #footer04 .nav {
    margin-right: 0px;
  }
  #footer04 .nav ul {
    margin: 0;
    font-size: 14px;
  }
  #footer04 .nav ul + .ttl {
    margin-top: 20px;
  }
  #footer04 .nav .ttl span {
    font-size: 16px;
  }
  #footer04 .nav .ttl a {
    margin-bottom: 0px;
    font-size: 16px;
  }
  #footer04 .nav a {
    padding-bottom: 8px;
  }
  #footer04 .nav li {
    font-size: 14px;
    padding-bottom: 8px;
    margin: 0 0 0 1.3em;
  }
  #footer04 .nav li li:before {
    position: absolute;
    top: 9px;
    left: -15px;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #BD2D00;
    border-right: 1px solid #BD2D00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #footer04 .company {
    margin-top: 30px;
  }
  #footer04 .address {
    margin: 10px 0 0;
    font-size: 10px;
  }
}
@media screen and (max-width: 320px) {
  #footer04 .cont {
    max-width: 300px;
  }
}
.col2-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.col2-flex .col2-flex-box {
  width: 44%;
}
@media all and (max-width: 768px) {
  .col2-flex .col2-flex-box {
    width: 49%;
  }
}
.col2-flex .col2-flex-box img {
  max-width: 100%;
  height: auto;
}
.col2-flex .col2-flex-box div {
  min-height: 200px;
  display: flex;
  align-items: center;
}
.col2-flex .col2-flex-box h4 {
  font-size: 16px;
}
.col2-flex .col2-flex-box .mgt20 {
  margin-top: 20px;
}
.col2-flex .col2-flex-box:nth-child(2) {
  padding-left: 20px;
}

.txt-vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  margin: 0;
  line-height: 1em;
}

.txt-red {
  color: #e11616;
}

.txt-blc {
  color: #000;
}

.txt-wht {
  color: #fff;
}

.bg-blc {
  background: #666;
}

.bg-gray {
  background: #f8f8f8;
}

/* FAQ全体の余白調整 */
.faq-section {
  margin: 2em 0;
}

.faq-item {
  margin-bottom: 30px;
}

/* FAQセクションタイトルのコンテナ */
.faq-ttl {
  font-size: 2rem;
  margin: 40px 0 15px;
  font-weight: bold;
  color: #BD2D00;
  position: relative;
  line-height: 1.4;
}

/* タイトル内のテキストと左側の縦棒 */
.faq-sttl-text {
  position: relative;
  display: block;
  font-size: 2.1rem;
  color: #BD2D00;
  font-weight: bold;
  padding-left: 15px; /* 縦棒との余白 */
}

/* 左側の縦棒デザイン（元のコードの :before を継承） */
.faq-sttl-text::before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 100%;
  background-color: #BD2D00;
  top: 0;
  left: 0;
}

/* 共通のアイコン設定（QとA） */
.faq-icon {
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 24px;
  font-family: "Trebuchet MS", sans-serif;
  line-height: 1;
  font-weight: bold;
}

/* 質問(Q)の設定 */
.faq-question {
  position: relative;
  margin-bottom: 20px;
  padding-left: 35px;
  font-size: 1em;
  line-height: 1.4;
  color: #333;
}

.faq-question .faq-icon {
  color: #BD2D00; /* 赤色 */
}

/* 回答(A)の設定 */
.faq-answer {
  position: relative;
  padding-left: 35px !important;
  padding-bottom: 20px;
}

.faq-answer .faq-icon {
  color: #cdd515; /* 黄緑色 */
}

.faq-answer p {
  margin: 0;
  line-height: 1.8;
}

.grecaptcha-badge {
  display: none !important;
}

/* style.css追記240816 */
.border_box_wrapper {
  border: 1px solid #eee;
  padding: 16px;
}
.border_box_wrapper .list-disc {
  margin-top: 12px;
}

.udline {
  text-decoration: underline;
}

.announce_box_red {
  border: 1px solid #ef0e0e;
  padding: 12px;
  text-align: center;
  color: #ef0e0e;
  font-weight: bold;
  margin-bottom: 20px;
}

.searchandfilter {
  margin-top: 30px;
  margin-bottom: 20px;
}
.searchandfilter input[type=text] {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="16" height="16"><path fill="%234B4B4B" d="M376.324 312.508c49.638-78.774 40.238-184.326-28.306-252.871-79.507-79.515-208.872-79.515-288.388 0-79.507 79.516-79.507 208.873 0 288.379 68.536 68.544 174.115 77.935 252.88 28.306l135.668 135.676L512 448.186 376.324 312.508zM296.543 296.542c-51.121 51.139-134.308 51.139-185.439 0-51.121-51.121-51.112-134.299 0.009-185.43 51.122-51.121 134.309-51.13 185.43-0.008 51.121 51.122 51.121 134.3 0 185.438z"/></svg>') no-repeat left 6px center;
  background-size: 16px 16px;
  padding-left: 24px;
  height: 27px;
  border-radius: 3px;
  border: 1px solid #767676;
}

.text-m-top .label-width {
  display: inline-block;
  width: 8.5em;
  vertical-align: top;
}

.contact-list {
  border-top: 1px solid #ccc; /* 上部の線 */
  margin-bottom: 2em;
}

/* 1行分の設定 */
.post-detail {
  display: flex;
  flex-wrap: wrap; /* スマホ用 */
  margin: 0;
  border-bottom: 1px solid #ccc;
}

/* 項目名（左側） */
.post-detail dt {
  width: 30%;
  padding: 1.2em 1em;
  font-weight: bold;
  box-sizing: border-box;
}

/* 内容（右側） */
.post-detail dd {
  width: 70%;
  padding: 1.2em 1em;
  margin: 0;
  box-sizing: border-box;
}

/* レスポンシブ対応：スマホ表示 */
@media screen and (max-width: 767px) {
  .post-detail dt,
  .post-detail dd {
    width: 100%; /* 縦並びに切り替え */
  }
  .post-detail dd {
    padding: 0.5em 1em 1.5em;
  }
  .post-detail dt {
    padding-bottom: 0.5em;
    background-color: transparent; /* スマホ時は背景を消すなどの調整 */
  }
}
/* WordPress管理バー対応 */
@media (max-width: 899px) {
  .admin-bar header {
    top: 46px;
  }
  .admin-bar #global-nav {
    top: 46px;
  }
}

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