/*--------------------------------------
base
--------------------------------------*/


body {
    font-family: "Noto Sans japanese", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    position:relative;
    color:#000;
}
p {
    margin:0;
}
ul {
    margin:0;
    padding:0;
}
li {
    list-style: none;
}
a {
    opacity:1;
    transition:opacity .15s ease-in-out;
    color: #861717;
}
a:hover {
    text-decoration:none;
    /* opacity:.5; */
    color: #bf3030;
}
img {
    max-width: 100%;
    height: auto;
}
strong {
  font-family: 'ゴシックMB101 B'!important;
}


/*--------------------------------------
bootstrap-hacks
--------------------------------------*/

/*-----gutter-----*/

.gutter-1 {
    margin-right: -1px;
    margin-left: -1px;
}
.gutter-1 > [class^='col-'] {
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
}
.gutter-5 {
    margin-right: -5px;
    margin-left: -5px;
}
.gutter-5 > [class^='col-'] {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.gutter-75 {
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.gutter-75 > [class^='col-'] {
    padding-top: 7.5px;
    padding-right: 7.5px;
    padding-bottom: 7.5px;
    padding-left: 7.5px;
}
.gutter-10 {
    margin-right: -10px;
    margin-left: -10px;
}
.gutter-10 > [class^='col-'] {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.gutter-15 {
    margin-right: -15px;
    margin-left: -15px;
}
.gutter-15 > [class^='col-'] {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}


/*--------------------------------------
utils
--------------------------------------*/

/*-----icons-----*/


/*-----texts-----*/

.ff-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}


/*-----font-color-----*/

.color-corporate-red {
    color:#EB6464;
}
.color-corporate-blue {
    color:#36A6CE;
}



/*--------------------------------------
fadeinAnimations
--------------------------------------*/

.scroll-space {
  overflow: hidden;
}

.fadein {
  opacity: 0;
  transform: translate(0,0);
  transition: all 1s;
}
.fadein.fadein-left {
  transform: translate(-20%,0);
}
.fadein.fadein-right {
  transform: translate(20%,0);
}
.fadein.fadein-up {
  transform: translate(0,-20%);
}
.fadein.fadein-bottom {
  transform: translate(0,20%);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
.fadein.delay-1 {
  transition-delay: .1s;
}
.fadein.delay-2 {
  transition-delay: .2s;
}
.fadein.delay-3 {
  transition-delay: .3s;
}
.fadein.delay-4 {
  transition-delay: .4s;
}


/*--------------------------------------
style
--------------------------------------*/

/*--------------------------------------
header
--------------------------------------*/

header {
  margin-top: 0px;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 995;
}
header a,header p {
  /* font-family: 'zen old mincho'; */
  font-family: "リュウミン M-KL";
}

.top_panel_middle .logo {
  padding-bottom: 1em;
  padding-top: 1.4em;
  text-align: center;
}
.logo_fixed {
  display: none;
}

.content_wrap {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.menu_main_wrap {
  padding-bottom: 1.4em;
}

.menu_main_nav_area {
  font-family: "リュウミン R-KL";
}

.top_panel_middle {
  background: url(../image/black-bg-1920.jpeg);
}
.menu_main_nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.menu_main_nav > li {
  padding-right: 4.2143em;
}
.menu_main_nav > li > a {
    padding: 15px 0 15px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    color: #fff!important;
    position: relative;
}
.menu_main_nav a:hover {
  color: #861717!important;
}
.menu_main_nav > li.menu-item,
.menu_main_nav > li.menu-item-has-children {
  position: relative;
}
.menu_main_nav > li.menu-item-has-children > a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(0, -100%) rotate(45deg);
}

.menu_main_nav > li.menu-item-has-children > a:hover::after {
  border-color: #861717!important;
}

.menu_main_nav_area #menu-header .menu-item {
  position: relative;
}
.menu_main_nav_area #menu-header .menu-item > a {
  color: #fff!important;
}
.menu_main_nav_area #menu-header .menu-item > a:hover {
  color: #861717!important;
}
.menu_main_nav_area #menu-header .sub-menu {
  width: 260px;
}
.menu_main_nav_area #menu-header .sub-menu a {
  color: #000!important;
}
.menu_main_nav_area #menu-header .sub-menu a:hover {
  color: #861717!important;
}
.menu_main_nav_area #menu-header a {
  cursor: pointer;
  position: relative;
}
.menu_main_nav_area #menu-header .menu-item:has(.sub-menu) > a:after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(0, -100%) rotate(45deg);
}
.menu_main_nav_area #menu-header .menu-item:has(.sub-menu) > a:hover:after {
  border-right: 2px solid #861717;
  border-bottom: 2px solid #861717;
}
.menu_main_nav_area #menu-header > li > a {
  padding: 15px 0 15px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  color: #fff !important;
  position: relative;
}
.menu_main_nav_area #menu-header > li {
  padding-right: 4.2143em;
}
.menu_main_nav_area #menu-header {
  display: flex;
  flex-wrap: wrap;
}

.menu_main_nav .menu-item {
  position: relative;
}

.scheme_original .menu_main_nav>li>ul {
    width: 260px;
}

.menu_main_nav_area .sub-menu {
    margin-bottom: 0;
    position: absolute;
    bottom: 5px;
    left: 0;
    transform: translate(0, 100%);
    border-top: 3px solid #861717;
    background-color: #fff;
    transition: 0.4s;
    padding: 30px;
    z-index: 50;
    display: none;
}

.menu_main_nav_area .sub-menu a {
  color: #000;
  font-size: 14px;
}
.menu_main_nav_area .sub-menu a:hover {
  color: #861717;
}
.menu_main_nav_area .sub-menu > .menu-item:not(:last-child) {
  margin-bottom: 10px;
}

.sf-with-ul {
  cursor: pointer;
}

.menu-item:hover .sub-menu {
  display: block;
  /* animationプロパティ設定 */
    animation-name: fadeIn;
    animation-fill-mode:forwards;
    animation-duration:0.5s;
}

/*フェードインアニメ*/
@keyframes fadeIn{
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
}

@media screen and (max-width: 1438px) {
  .content_wrap {
    max-width: 910px;
  }
}
@media screen and (max-width: 1135px) {
  .menu_main_wrap {
    padding: 0
  }
}
@media screen and (max-width: 1024px) {
  .menu_main_wrap {
    display: none;
  }
  .top_panel_middle .logo {
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/*--------------------------------------
spmenu
--------------------------------------*/

.menu_button {
  display: none;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(-50%, 0);
  width: 20px;
  height: 10px;
}
.menu_button span {
  width: 100%;
  height: 2.5px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  transform-origin: 50% 50%;
  transition: 0.2s;
}
.menu_button span:nth-child(1) {
  top: 0;
}
.menu_button span:nth-child(2) {
  opacity: 1;
}
.menu_button span:nth-child(3) {
  top: 100%
}
.menu_button.active span {
  background: #861717;
}
.menu_button.active span:nth-child(1) {
  transform: translate(0%, 200%) rotate(45deg);
}
.menu_button.active span:nth-child(2) {
  opacity: 0;
}
.menu_button.active span:nth-child(3) {
  transform: translate(0%, -200%) rotate(-45deg);
}

.header_mobile {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 99;
  padding: 0px;
  transition: 0.3s;
  background: #861717;
  transform: translate(-100%, 0);
}

.header_mobile.active {
  transform: translate(0, 0);
}

.header_mobile .close {
    position: absolute;
    top: 15px;
    right: 20px;
    text-transform: uppercase;
    cursor: pointer;
    display: none;
}

.header_mobile_item a ,.header_mobile_a {
  font-size: 12px;
  font-weight: bold;
  color: #fff!important;
  display: inline-block;
  padding: 15px 35px;
  width: 100%;
}

.header_mobile_li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.header_mobile_subMenu {
  background: #760b0b;
  display: none;
}


#menu-header-1 > li.active {
  transform: translate(0, 0);
}

#menu-header-1 > li .close {
    position: absolute;
    top: 15px;
    right: 20px;
    text-transform: uppercase;
    cursor: pointer;
    display: none;
}

#menu-header-1 a {
  font-size: 12px;
  font-weight: bold;
  color: #fff!important;
  display: inline-block;
  padding: 15px 35px;
  width: 100%;
  position: relative;
}

#menu-header-1 > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  position: relative;
}

#menu-header-1 .sub-menu {
  background: #760b0b;
  display: none;
}
#menu-header-1 > li:has(.sub-menu) > a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: 50% 50%;
  transition: 0.2s;
}
#menu-header-1 > li:has(.sub-menu).active > a::after {
  transform: translate(0, -50%) rotate(-135deg);
}

.mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 95;
  background-color: rgba(0, 0, 0, 0.6);
}

.header_mobile_li_accordion > .header_mobile_a {
  position: relative;
}
.header_mobile_li_accordion > .header_mobile_a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: 50% 50%;
  transition: 0.2s;
}

.header_mobile_li_accordion.active  > .header_mobile_a::after {
  transform: translate(0, -50%) rotate(-135deg);

}

@media screen and (max-width: 1024px) {
  .menu_button {
    display: block;
  }
}

@media screen and (max-width: 478px) {
  .menu_button {
    left: calc(100% - 40px);
  }
  .header_mobile {
    width: 100%;
    height: calc(100% - 135px);
    top: auto;
    bottom: 0;
  }
  .mask {
    width: 100%;
    height: calc(100% - 135px);
    top: auto;
    bottom: 0;
  }
}

/*--------------------------------------
footer
--------------------------------------*/

.copyright_style_text {
    text-align: center;
    font-size: 0.9286em;
}
.scheme_original .copyright_wrap_inner {
    background-color: #1a1a1a;
}
.copyright_wrap_inner {
    padding: 2.0714em 0 1.9286em;
    overflow: hidden;
}

.scheme_original .copyright_wrap_inner .copyright_text {
    color: #fff;
}

/*--------------------------------------
elementor
--------------------------------------*/

.carousel_wrap {
  padding: 0!important;
}
.elementor img {
  width: 100%;
  object-fit: contain;
}
/*--------------------------------------
note
--------------------------------------*/

.notes_wrap {
  display: flex;
  justify-content: center;
}
.notes {
  background: #ffffff!important;
  border: #e6e6e6 solid 1px;
  border-radius: 4px;
  width: 100%;
  max-width: 680px;
  word-wrap: break-word;
  overflow: hidden;
  padding: 15px;
  display: inline-block;
  background: #fff;
}
.notes-contents {
  display: grid;
  grid-template-columns: 1fr 160px;
  grid-column-gap: 15px;
  margin-bottom: 15px;
}
.notes_title {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.notes_description {
  word-break: break-all;
  font-size: 12px;
  line-height: 1.5;
  color: #787c7b;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.notes_thumbnail {
  border-radius: 4px;
  overflow: hidden;
}
.notes_author {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  align-items: center;
}
.notes_author_img {
  margin-right: 10px;
  border-radius: 50px;
  overflow: hidden;
}
.notes_author_img img {
  width: 32px;
  height: 32px;
}
.notes_author_info {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.notes_author_name {
  font-size: 12px;
  color: #000;
}
.notes_author_date {
  font-size: 12px;
  color: #787c7b;
}
.notes_icon {
  width: 62px !important;
}

@media screen and (max-width: 478px) {
  .notes-contents {
    grid-template-columns: 1fr 100px;
  }
  .notes_title {
    font-size: 16px;
  }
}

/*--------------------------------------
link_border
--------------------------------------*/

.link_border {
  max-width: 300px;
  display: inline-block;
}

/*--------------------------------------
page_fv
--------------------------------------*/

.page_fv {
  position: relative;
}

.page_fv img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

@font-face {
	/* font-family: '隷書'; */
  /* font-family: "隷書101"; */
	src: url('../fonts/HOT-ReishoRkk-R.otf');
}
.page_fv h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 42px;
  color: #fff;
  transform: translate(-50%,-50%);
  /* font-family: '隷書'; */
  font-family: "隷書101";
}

@media screen and (max-width: 1024px) {
  .page_fv h1 {
    font-size: 30px;
  }
}

.heading01 {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.f-normal {
  font-size: 18px;
  font-family: "リュウミン M-KL";
}
.elementor-widget-text-editor {
  /* font-family: "リュウミン M-KL"!important; */
}
div[data-widget_type^="text-editor.default"] {
  font-family: "リュウミン M-KL";

}
.f-access p {
  font-family: Meiryo;
}
.f-bookh3 h3 {
  font-family: "隷書101";
}
.f-bookh5 h5 {
  font-family: "正楷書CB1";
}
.f-raleway p {
  font-family: Raleway, sans-serif;
}
.f-reisho p {
  font-family: "隷書101";
}
.f-seikaisho p {
  font-family: "正楷書CB1";
}
.f-Meiryo p {
  font-family: Meiryo;
}
.heading02 {
  font-size: 35px;
  margin-bottom: 50px;
  font-weight: bold;
  /* font-family: '隷書'; */
  font-family: "隷書101";
}
.heading03 {
  font-size: 18px;
  /* font-family: 'zen old mincho'; */
  font-family: "正楷書CB1";
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}
.heading03::before {
  content: '';
  width: 90%;
  height: 1px;
  background: #EBEBEB;
  position: absolute;
  top: 50%;
  right: 0;
}
.heading03 span {
  background: #fff;
  z-index: 5;
}
.heading03 svg {
  margin: 0 20px;
  width: 30px;
}
.f-reisho {
  /* font-family: '隷書'; */
  font-family: "隷書101";
}

/*--------------------------------------
event
--------------------------------------*/

.eventList_item {
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
}
.eventList_date {
  width: 60px;
  height: 60px;
  background: #861717;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.eventList_date span:nth-child(1){
  font-size: 12px;
  margin-bottom: 5px;
}
.eventList_date span:nth-child(2){
  font-size: 18px;
  line-height: 0.8;
  margin-bottom: 10px;
}
.eventList_title {
  width: 56%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.eventList_title a {
  font-size: 18px;
  /* font-family: 'zen old mincho'; */
  font-family: "リュウミン M-KL";
  color: #000!important;
}
.eventList_title a:hover {
  color: #861717!important;
}
.eventList_time {
  padding: 0 10px;
}
.eventList_title,
.eventList_more {
  position: relative;
}
.eventList_title::after,
.eventList_more::before {
  content: ' ';
  position: absolute;
  top: 50%;
  width: 1px;
  background: #e5e5e5 !important;
  height: 70%;
  transform: translate(0 ,-50%);
}
.eventList_title::after {
  right: 0;
}
.eventList_title.anyone a {
  color: blue!important;
}
@media screen and (max-width: 224px) {
  .eventList_title {
    flex: 1;
  }
  .eventList_time{
    display: none;
  }
}
.eventList_more::before {
  left: 0;
}

.eventList_more {
  width: 10%;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eventList_more a {
  font-size: 13px;
  font-weight: bold;
  color: color: #861717;
}
@media screen and (max-width: 620px) {
  .eventList_more {
    width: 20%;
  }
}

.eventList_heading {
  font-size: 14px;
  font-family: "正楷書CB1";
  text-align: center;
  position: relative;
  margin: 20px 0;
}
.eventList_heading span {
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 0 10px;
}
.eventList_heading::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #EBEBEB;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 0;
}
.eventList_note {
  text-align: center;
  font-size: 18px;
  /* font-family: 'zen old mincho'; */
  font-family: "リュウミン M-KL";
  color: blue;
  margin-bottom: 20px;
}
.event-detail-title {
  font-size: 24px;
  font-weight: bold;
  /* font-family: '隷書'; */
  font-family: "隷書101";
  margin-bottom: 20px;
}
.event-detail-date{
  font-size: 18px;
  font-weight: bold;
  /* font-family: '隷書'; */
  font-family: "隷書101";
  margin-bottom: 20px;
}
.event-detail-content{
  font-size: 16px;
  /* font-family: 'zen old mincho'; */
  font-family: "リュウミン M-KL";
  margin-bottom: 20px;
}
.event-detail-box {
  padding: 20px 30px;
  background: #fafafa;
  border: 1px solid #eee;
  margin-bottom: 40px;
}
.event-detail-table  {
  width: 100%;
}
.event-detail-table tbody {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.event-detail-table th,
.event-detail-table td {
  width: 100%;
  display: block;
}
.event-detail-table th {
  /* font-family: '隷書'; */
  font-family: "隷書101";
}
.event-detail-note{
  font-size: 16px;
  color: red;
  margin-bottom: 20px;
}
.event-detail-past {
  background: #d9edf7;
  border: 1px solid #bce8f1;
  color: #3a87ad;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 #fff;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 20px;
}
.event-detail-pager {
  display: grid;
  grid-template-columns: 200px 1fr 200px;
}
.event-detail-pager a {
  min-height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #fff!important;
  background-image: linear-gradient(90deg, #ffa800 0%, #ffa800 50%, #1DC6DF 50%, #1DC6DF 100%) !important;
  background-position: 98% 0 !important;
  background-size: 210% 100% !important;
  z-index: 1;
  overflow: hidden;
  transition: all 0.37s ease 0s !important;
  border: none !important;
  font-weight: bold;
}
.event-detail-pager a:hover {
  background-position: 0 0 !important;
  opacity: 1;
}
.event-detail-pager .prev::before {
  content: '«';
  font-size: 16px;
  display: inline-block;
}
.event-detail-pager .next::after {
  content: '»';
  font-size: 16px;
  display: inline-block;
}
.event-detail-pager .prev {
  grid-column: 1/ 2;
}
.event-detail-pager .next {
  grid-column: 3/ 4;
}
.event-detail-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin-top: 120px;
}
.event-detail-footer-title {
  font-size: 18px;
  /* font-family: 'zen old mincho'; */
  font-family: "リュウミン M-KL";
  margin-bottom: 20px;
}
.event-detail-footer-banner {
  max-width: 300px;
  margin-bottom: 10px;
  display: inline-block;
}
.event-detail-footer-banner img {
  width: 100%;
}
.event-detail-footer-text {
  font-size: 14px;
  margin-bottom: 20px;
}
.event-detail-footer-link {
  font-size: 14px;
  color: #861717;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .event-detail-footer {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 620px) {

  .event-detail-pager {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
  .event-detail-pager .prev {
    grid-column: 1/ 2;
  }
  .event-detail-pager .next {
    grid-column: 1/ 2;
  }
}


.fes {
  border: 1px solid #e4e7e8;
  display: flex;
  justify-content: center;
}
.fes p {
  font-size: 16px;
  font-family: "正楷書CB1";
  padding: 15px;
}
.fes p:nth-child(1){
  width: 18%;
  border-right: 1px solid #e4e7e8;
}
.fes p:nth-child(2){
  width: 82%;

}

.section {
  padding: 40px 0;
}
.section_wrap {
  max-width: 1140px;
  margin: auto;
  padding: 0 10px;
}
.shadow-border {
  width: 100%;
  height: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.shadow-border span {
  position: relative;
  overflow: hidden;
}
.shadow-border span:nth-child(1)::before {
  content: '';
  box-shadow: 29px 8px 14px 1px;
  width: 100%;
  height: 5px;
  position: absolute;
  top: -20px;
  left: 0;
}
.shadow-border span:nth-child(2)::before {
  content: '';
  box-shadow: -29px 8px 14px 1px;
  width: 100%;
  height: 5px;
  position: absolute;
  top: -20px;
  right: 0;
}

.btn {
  width: 100%;
  display: inline-block;
  min-height: 50px;
  background: #EBEBEB;
  border-radius: 5px;
  font-size: 14px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn svg {
  width: 16px;
  margin-right: 10px;
}

.btn02 {
  background-image: linear-gradient(90deg, #b57474 0%, #861717 50%, rgba(29, 198, 223, 0) 50%, rgba(29, 198, 223, 0) 100%) !important;
  color: #861717 !important;
  border: 2px solid #861717;
  font-size: 14px;
  min-height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.37s ease 0s !important;
  background-size: 292% 100% !important;
  background-position: 82% 0 !important;
}

.btn02:hover {
    background-image: linear-gradient(90deg, #ca7878 0%, #861717 50%, rgba(29, 198, 223, 0) 50%, rgba(29, 198, 223, 0) 100%) !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
    background-position: 0 0 !important;
    opacity: 1;
}

.dot-list {

}
.dot-list li {
  position: relative;
  padding-left: 15px;
  font-size: 17px;
  margin-bottom: 5px;
}
.dot-list li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.contact-form {}
.contact-table {
  width: 100%;
}
.contact-table tr {}
.contact-table th,
.contact-table td {
  width: 100%;
  display: block;
}
.contact-table th {
  font-size: 14px;
}
.contact-table td {
  padding-bottom: 30px;
}
.contact-table input,
.contact-table textarea {
  width: 100%;
  background: #f3f5f8;
  border: none;
  min-height: 40px;
  padding: 0 10px;
}

.contact-table .required p::after {
  content: '*';
  color: red;
  font-family: "Roboto", Sans-serif;
}

.contact-btn input {
  width: 100%;
  background-image: linear-gradient(90deg, #861717 0%, #861717 50%, #1a1a1a 50%, #1a1a1a 100%) !important;
  font-size: 14px;
  color: #fff;
  min-height: 55px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: 98% 0 !important;
  transition: all 0.37s ease 0s !important;
  background-size: 210% 100% !important;
  border: none !important;
}
.contact-btn input:hover {
  background-image: linear-gradient(90deg, #861717 0%, #861717 50%, #1a1a1a 50%, #1a1a1a 100%) !important;
  background-position: 0 0 !important;
}


.top-table .top_table_td_pc {
  padding: 5px;
  width: 30%;
}

.shiki-box {
  margin-bottom: 100px;
  text-align: center;
}
.shiki-box img {
  margin-bottom: 10px;
  width: auto!important;
}
.shiki-box h2 {
  font-size: 18px;
}
.shiki-pager > .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.page-numbers .page-numbers {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 24px;
  color: #861717;
  /* font-family: 'zen old mincho'; */
  font-family: "リュウミン M-KL";
  margin: 0 10px;
}
.page-numbers .page-numbers.current {
  border: none;
  background: #861717;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .page-numbers .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 18px;
    margin: 0 5px;
  }
}

.list-indent {
  text-indent: -4rem;
  padding-left: 4rem;
}

.scroll_to_top {
  background: #861717;
  position: fixed;
  width: 3em;
  height: 3em;
  bottom: 2em;
  right: 2em;
  cursor: pointer;
  z-index: 98;
  transition: all ease 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll_to_top::before {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
}
.scroll_to_top:hover {
  background: #bf3030;
  opacity: 1;
}

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: left!important;
}
.fc-widget-header {
  background: #861717!important;
  color: #fff;
  border: none!important;
}
.fc-toolbar {
  margin-bottom: 0!important;
}
.fc-ltr .fc-basic-view .fc-day-number {
  padding: 10px!important;
}

.fc-basic-view tbody .fc-row {
    min-height: 5em!important;
}
.fc-row:first-child table {
  min-height: 2em!important;
  border: none!important;
}
.fc th {
  vertical-align: middle!important;
}
.fc button {
  min-height: 45px!important;
  padding: 0 19px!important;
}
.eo-fc-filter {
  height: 40px!important;
  background: #fff!important;
  border: 1px solid #dfdfdf!important;
  padding: 0 10px!important;
}
.fc-toolbar h2 {
  font-size: 24px!important;
  font-family: '隷書'!important;
}

.grecaptcha-badge {
  bottom: 100px!important;
}

.section.nonPage {
  background: #861717;
  padding-top: 150px;
  padding-bottom: 100px;
}

.nonPage-content {
  text-align: center;
}
.nonPage-subtitleh2 {
  color: #ffffff;
    margin-bottom: 20px;
        font-family: "隷書101";
        font-size: 2.5714em;
    line-height: 1.3333em;
    font-weight: 700;
}
.nonPage-subtitleh3 {
  color: #ffffff;
margin-bottom: 1em;
    font-family: "隷書101";
    font-size: 1.7143em;
line-height: 1.5em;
font-weight: 700;
}
.nonPage-description {
  color: #ffffff;
  font-size: 18px;
  font-family: "隷書101";
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 2em;
}
.nonPage-button-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.nonPage-button {
  font-size: 14px;
  min-height: 55px;
  background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, rgba(29, 198, 223, 0) 50%, rgba(29, 198, 223, 0) 100%) !important;
  color: #ffffff !important;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 210% 100% !important;
  background-position: 98% 0 !important;
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  transition: all 0.37s ease 0s !important;
    z-index: 1;
}
.nonPage-button:hover {
  background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, rgba(29, 198, 223, 0) 50%, rgba(29, 198, 223, 0) 100%) !important;
  color: #861717 !important;
  border-color: #ffffff !important;
  background-position: 0 0 !important;
}
