@charset 'UTF-8';
/*
Theme Name: f-mice
Description: f-mice ver.1
Author: Rugsole
Version: 2024
 */

/********************************************************************************
COMMON
********************************************************************************/
html {
    scroll-padding-top: 65px;
    height:100%;
}

body {
    font-family: 'Noto Sans JP','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #111111;
    font-size: 1rem;
    line-height: 1.4;
    background: #F3EADF;
    margin:0;
}

/* --------------------------------
layout
-------------------------------- */

#main-block {
    min-height: 500px;
}

.wp-block-image figcaption {
    font-size: 14px;
}

.block-wrap {
    padding: 30px 0 50px;
}

.block-title-wrap {
    position: relative;
    text-align: center;
}

.block-title {
    color: #ffffff;
    font-size: 1.25rem;
    background: #000000;
    display: inline-block;
    padding: 4px 15px;
    margin-bottom: 0;
    min-width: 223px;
}

.block-title-wide {
    color: #ffffff;
    font-size: 1.25rem;
    background: #000000;
    display: inline-block;
    padding: 4px 15px;
    margin-bottom: 0;
    min-width: 80%;
}


.block-container {
    position: relative;
    background: #ffffff;
}

.block-desc {
    font-weight: bold;
}

.block-image {
    padding: 30px 0 45px;
}

.span-block span {
    display: inline-block;
}

.container-wrap {
    padding: 30px;
}

.container-top {
    padding-top: 30px;
    padding-bottom: 0;
}

.container-btm {
    padding-top: 0;
    padding-bottom: 30px;
}

.container-title-wrap {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #707070;
    margin-bottom: 50px;
    gap: 30px;
    flex-wrap: wrap;
}

.single-post .container-title-wrap {
    margin-bottom: 0;
}


.container-title {
    font-size: 1.25rem;
    margin-bottom: 0;
}

.container-title-sub {
    text-align: center;
    padding: 30px 0;
}

.container-inner {
    max-width: 1080px;
    margin: 0 auto;
}

.container-inner-wide {
    max-width: 1180px;
    margin: 0 auto;
}

.title-img {
	margin-bottom: 30px;
}

.block-title-sub {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.box-desc-b {
    font-weight: bold;
}

.link-btn {
	font-weight: bold;
	font-size: 1.6rem;
}

.drop-shadow {
    filter: drop-shadow(3px 3px 5px #000);
}

.btn-black,
.btn-black:hover {
    display: inline-block;
    padding: 6px 15px;
    min-width: 261px;
    font-weight: 700;
    margin-bottom: 15px;
    border: 1px solid #ffffff;
    background: #3A3A3A;
    color: #ffffff;
}

.lead-more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #ffffff;
    padding: 10px;
    width: 153px;
    min-height: 58px;
    border: 1px solid #707070;
}

.lead-more-btn-s {
    font-size: .9375rem;
    display: inline-block;
    position: relative;
    background-color: #ffffff;
    padding: 6px 10px 7px;
    min-width: 260px;
    border: 1px solid #707070;
}


/********************************************************************************
header Setting
********************************************************************************/

/* --------------------------------
header
-------------------------------- */
#header-bar {
	position: relative;
	z-index: 1;
}

.header-link {
    height: 100%;
    width: 100%;
}


/********************************************************************************
navi Setting
********************************************************************************/
.navbar, .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 30px;
    padding-top: 25px;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 100;
}

.navbar-nav .nav-item a {
  text-align: center;
  display: block;
  padding: 5px;
}

.header-block .nav li a {
    position: relative;
    font-weight: bold;
    color: #ffffff;
    display: block;
    text-align: center;
    background: none no-repeat transparent;
    padding: 0;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}

.sp_menu .nav li {
    width: calc(( 100% - (2 * 15px )) / 3);
}

.navbar.sp-menu-container {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin: auto;
}


/*---------------------------------------------------------------------------
sp_menu
---------------------------------------------------------------------------*/
#g-nav {
    position: fixed;
    z-index: 50;
    right: -120%;
    width: 342px;
    height: 100vh;
    padding-top: 130px;
    background: #929292;
    transition: all 0.6s;
}

#g-nav::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 100dvh;
    top: 0;
    left: 0;
    line-height: 0;
    z-index: -1;
}

.show-nav #g-nav {
    right: 0;
}

.show-nav #g-nav #g-nav-scroll {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow-Y: auto;
    -webkit-overflow-scrolling: touch;
}

.g-nav-box {
    position: absolute;
    z-index: 999;
    left: 50%;
    width: 285px;
    display: block;
    transform: translateX(-50%);
}

.sp_menu_inner_nav li {
    position: relative;
    list-style: none;
    line-height: 1.4;
    border-bottom: 1px solid #ffffff;
}

.sp_menu_inner_nav li::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 4px solid transparent;
    border-top: 4px solid transparent;
    border-right: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
}

#g-nav li a {
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    display: block;
}

.sp-menu-header {
    margin-bottom: 30px;
}

.sp-menu-header .sp-menu-img {
    display: flex;
    padding: 0;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.sp-menu-footer .header-link-wrap {
    display: flex;
    padding: 0;
    width: 170px;
    margin: 0 auto;
}

.overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 40;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-in;
}

.show-nav .overlay {
    opacity: 1;
    visibility: visible;
}

/****************************************
** toggle
*****************************************/
.navbar-toggle {
    border: none;
}

.navbar-toggle .icon-bar {
    width: 100%;
    transition: all 0.2s;
    height: 3px;
    border-radius: 1px;
    display: block;
    background: #c3d608;
    border-radius: 2px;
    pointer-events: none;
}

.navbar-toggle,
.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: #35a6df;
    color: #ffffff;
    font-weight: bold;
    font-size: .6875rem;
}


#global-bar .navbar-toggle .icon-bar {
    width: 20px;
    transition: all 0.2s;
    height: 2px;
    display: block;
    background: #ffffff;
    border-radius: 2px;
}
#global-bar .navbar-toggle .icon-bar.middle-bar {
    width: 40px;
}


#global-bar .navbar-toggle,
#global-bar .navbar-toggle:hover,
#global-bar .navbar-toggle:focus {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
    font-size: .75rem;
    width: 70px;
    height: 70px;
    padding: 11px 8px 7px;
    z-index: 100;
    position: relative;
    border-radius: 50%;
}


.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}

.navbar-toggle .menu-text {
    margin-top: 6px;
    pointer-events: none;
}

/*toggle-animation*/

.navbar-toggle span:nth-of-type(1) {
    animation: active-icon-bar01 .75s forwards;
  }
  @keyframes active-icon-bar01 {
    0% {
      transform: translateY(0) rotate(0);
      opacity: 1;
    }
    50% {
      transform: translateY(9px) rotate(0);
      opacity: 0;
    }
    100% {
      transform: translateY(9px) rotate(45deg);
      opacity: 0;
    }
  }

  /* .navbar-toggle span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 0;
  } */

  .navbar-toggle span:nth-of-type(2) {
    animation: active-icon-bar0s .75s forwards;
  }
  @keyframes active-icon-bar0s {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(0) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(45deg);
    }
  }


  .navbar-toggle span:nth-of-type(3) {
    animation: active-icon-bar03 .75s forwards;
  }
  @keyframes active-icon-bar03 {
    0% {
      transform: translateY(0) rotate(0);
      opacity: 1;
      width: 20px;
    }
    50% {
      transform: translateY(-9px) rotate(0);
      opacity: 0;
      width: 20px;
    }
    100% {
      transform: translateY(-9px) rotate(-45deg);
      opacity: 1;
      width: 40px;
    }
  }

  .navbar-toggle.collapsed span:nth-of-type(1) {
    animation: icon-bar01 .75s forwards;
  }
  @keyframes icon-bar01 {
    0% {
      transform: translateY(9px) rotate(45deg);
    }
    50% {
      transform: translateY(9px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }

  .navbar-toggle.collapsed span:nth-of-type(2) {
    animation: icon-bar02 .75s forwards;
  }
  @keyframes icon-bar02 {
    0% {
      transform: translateY(0) rotate(45deg);
    }
    50% {
      transform: translateY(0) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }


  /* .navbar-toggle.collapsed span:nth-of-type(2) {
    opacity: 1;
  } */

  .navbar-toggle.collapsed span:nth-of-type(3) {
    animation: icon-bar03 .75s forwards;
  }
  @keyframes icon-bar03 {
    0% {
      transform: translateY(-9px) rotate(-45deg);
    }
    50% {
      transform: translateY(-9px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }

/********************************************************************************
search block
********************************************************************************/
.search_block .container {
    padding: 30px 5% 0;
}

.search_block .block_intro .block-lead {
    font-weight: bold;
    line-height: 2;
}

.btn-mice-archives {
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: bold;
    background: #6E81AE;
    padding: 10px;
    display: block;
    text-align: center;
    border: none;
    border-radius: 3px;
}

.search-box1 .box-title span {
    font-size: 2.25rem;
    font-weight: normal;
    margin-right: 10px;
}

.search-box-footer {
    padding: 25px 0;
    border-top: 1px solid #707070;
}

.search-btn-wrap {
    padding: 30px 0;
}

.btn-search {
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: bold;
    background: #B44141;
    padding: 10px;
    display: block;
    text-align: center;
    width: 100%;
    border: none;
    border-radius: 3px;
}

.btn-clear {
    color: #4D4D4D;
    font-size: 1.125rem;
    font-weight: bold;
    background: #E5E5E5;
    padding: 10px;
    display: block;
    text-align: center;
    width: 100%;
    border: none;
    border-radius: 3px;
}

.btn-bdr {
    position: relative;
}

.btn-bdr::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}


/********************************************************************************
front-page
********************************************************************************/

/* --------------------------------
mainv_block
-------------------------------- */
.mainv_block {
    position: relative;
    overflow: hidden;
}

.mainv_block .site-title {
    color: #ffffff;
    position: absolute;
    top: 5px;
    left: 30px;
    font-size: .625rem;
    z-index: 10;
}

.swiper-slide .mainv-content img {
    object-fit: cover;
}

.slide-text {
    position: absolute;
    right: 10px;
    z-index: 30;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-slide {
    position: relative;
}

.swiper-slide .mainv-desc {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    z-index: 2;
}

.swiper-slide .mainv-content,
.swiper-slide .mainv-content img,
.swiper-slide .mainv-content video {
    min-height: 500px;
    max-height: 500px;
}

.swiper-slide .mainv-content img,
.swiper-slide .mainv-content video {
    object-fit: cover;
}


.mainv-nav {
    position: absolute;
    top: 129px;
    right: 50%;
    transform: translateX(50%)
}

.mainv-nav ul {
    display: none;
}

/* --------------------------------
news_block
-------------------------------- */
.news-block {
    padding: 15px 0;
    position: relative;
}
.news-title {
    font-size: 1rem;
    margin-bottom: 0;
    min-width: 86px;
}

.news-block-layout {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
    flex-direction: column-reverse;
}

.news-title {
    font-size: 1rem;
    margin-bottom: 0;
    min-width: 86px;
}

.news-title .news-title-sub {
    display: block;
    font-size: .625rem;
}
.news-title .news-title-big {
    font-size: 1.375rem;
}
.news-desc {
    color: #ffffff;
    font-size: .625rem;
    display: block;
}

.news-box {
    display: flex;
    padding-right: 3px;
    background: #ffffff;
    border-radius: 11px;
    width: 100%;
    height: 47px;
    overflow: hidden;
}

.news-cat {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: .9375rem;
    font-weight: bold;
    background: #D93636;
    width: 74px;
    min-width: 74px;
}

.news-list {
    padding: 10px;
    margin: 0 auto 0 0;
    flex-grow: 1;
    overflow: hidden;
}

.news-list li {
    list-style: none;
    text-decoration: underline;
}

.news-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-link-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    color: #ffffff;
    font-size: .8125rem;
    background: #000000;
    border-radius: 8px;
}
.news-link-btn a,
.news-link-btn:hover {
    color: #ffffff;
    background: #000000;
}


.news-block .block-header {
    display: flex;
    gap: 10px;
}

.news-desc-sp {
    font-size: .75rem;
}
/* --------------------------------
advantage_block
-------------------------------- */
.advantage-block .c-img-wrap {
    padding: 0;
}

.advantage-block-header {
    position: relative;
}

.advantage-block-header .block-title-wrap {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.advantage-block .c-img-bg {
    padding: 20px 10px 0;
    background: url(assets/images/index/advantage-container-bg.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.content-txt-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.advantage-block .block-content .box-lead {
    color: #ffffff;
    font-size: 2.8125rem;
    line-height: 1.2;
}

.advantage-block .block-content .box-desc {
    font-size: .9375rem;
    line-height: 2;
    margin-bottom: 15px;
}

.advantage-block .advantage-point {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    gap: 50px 20px;
    justify-content: center;
}

.advantage-block .content-txt-box {
    align-items: center;
}

.advantage-box2 {
    text-align: right;
}

.advantage-point {
    counter-reset: number 0;
}

.advantage-point li {
    position: relative;
    background: #ffffff;
    padding: 4px;
    list-style: none;
    width: 105px;
    height: 105px;
    font-size: .75rem;
}

.advantage-point li::before {
    counter-increment: number 1;
    content: counter(number);
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3.5625rem;
    line-height: 1;
}

.advantage-point li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    height: 100%;
}

.advantage-point li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #707070;
}


.advantage-point li:nth-child(1) a:after {
    background: #E85F9D;
}

.advantage-point li:nth-child(2) a:after {
    background: #00B3EC;
}

.advantage-point li:nth-child(3) a:after {
    background: #F5AB18;
}

.advantage-point li:nth-child(4) a:after {
    background: #7FBE26;
}

.advantage-point li:nth-child(5) a:after {
    background: #BD6BE5;
}

.advantage-block .lead-more-block{
    padding: 60px 0 30px;
}

/* --------------------------------
support_block
-------------------------------- */
.support-block .content-txt-box p {
    margin: 0;
}

.support-box1 .box-title,
.support-box2 .box-title {
    color: #ffffff;
    font-size: 1rem;
    background: #E85F9D;
    padding: 7px 15px;
}

.support-box3 .box-title {
    color: #ffffff;
    font-size: 1rem;
    background: #999999;
    padding: 7px 15px;
}

.support-box1 .support-box-layout,
.support-box2 .support-box-layout,
.support-box3 .support-box-layout {
    display: flex;
    margin-bottom: 50px;
    font-size: .9375rem;
    gap: 15px;
    flex-direction: column;
    align-items: center;
}
.support-block .content-link-box {
    padding-top: 5px;
}

.support-box3 ul.content-txt-box {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding: 15px;
    flex-direction: row;
}
.support-box3 .content-txt-box li {
    color: #E85F9D;
    font-weight: bold;
    text-align: center;
    list-style: none;
    width: 100%;
    padding: 10px;
    min-height: 68px;
    border: 1px solid #E85F9D;
    border-radius: 10px;
}

.support-block .c-img-wrap {
    padding: 0;
}

.support-block .c-img-wrap .image-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.support-block .c-text-box {
    padding: 50px 15px 30px;
}

/* --------------------------------
results-block
-------------------------------- */

.results-loop .container {
    padding: 50px 30px;
    position: relative;
}

.results-loop .post-title {
    background: #C3CFEC;
    padding: 10px 15px;
    margin-bottom: 0;
}

.results-loop .post-docs {
    position: relative;
    border-bottom: 1px solid #999999;
    margin-bottom: 20px;
}

.results-loop .post-link-bdr {
    position: relative;
    border: 1px solid #707070;
    width: 100%;
    min-width: 150px;
    text-align: center;
    display: block;
    padding: 15px 6px;
    margin: 0 auto -1px;
    z-index: 1;
    background: #ffffff;
}

.results-loop .post-contents .post-data {
    padding: 10px 28px;
}


.results-carousel-wrap {
    padding: 45px 55px;
}

.results-carousel-wrap .post-link-wrap {
    margin: 0;
}

.results-carousel-wrap .post-link-bdr {
    width: 100%;
}

.results-carousel .swiper-slide {
	height: auto;
}

.results-carousel .swiper-slide-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/********************************************************************************
page content
********************************************************************************/
/* --------------------------------
common
-------------------------------- */
.content-wrap {
    padding: 60px 0;
}
/* --------------------------------
page-header
-------------------------------- */
div#page-header {
    position: relative;
    min-height: 170px;
    background: url(assets/images/share/page-header-bg.png) bottom center no-repeat;
    background-size: cover;
    mix-blend-mode: hard-light;
}

.page-header-text {
    display: block;
    padding: 5px 15px;
}

.page-header-text .site-title {
    font-size: .75rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.page-lead {
    font-size: 1rem;
}

.page-content-header {
    padding: 2px 15px 3px;
    background: #666666;
    text-align: center;
}

.page-content-header .page-title {
    color: #ffffff;
    font-size: 1.625rem;
    margin-bottom: 0;
}

/* --------------------------------
single
-------------------------------- */
.single .container-title {
    margin-bottom: 0;
}

.post-content .post-data {
    font-size: .9375rem;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 0;
    background: #EFEFEF;
}

/* --------------------------------
archive
-------------------------------- */
.archive-content .post-title {
    font-size: .9375rem;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 0;
    background: #EFEFEF;
}

.archive-content .post-data {
    font-size: .9375rem;
    font-weight: bold;
    padding: 15px;
    border-bottom: 1px solid #BBBBBB;
    margin-bottom: 0;
}

.archive-content .post-contents {
    padding: 15px;
    padding-bottom: 5px;
}

.archive-content.content-block {
    margin-bottom: 50px;
}

.post-link-bdr {
    border: 1px solid #707070;
    width: 100%;
    text-align: center;
    display: block;
    padding: 6px;
    margin: 0 auto;
}

.post-excerpt-wrap {
    display: flex;
    flex-direction: column;
}

.results-loop .post-data-rbn {
    padding: 2px 10px;
    color: #ffffff;
    font-weight: bold;
    background: #999999;
    margin-right: 20px;
}

/* --------------------------------
mice archives
-------------------------------- */
.mice-docs-wrap {
    padding: 15px 15px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mice-docs-top {
    display: flex;
    flex-wrap: wrap;
}

.mice-docs-top .mice_use {
    display: flex;
    padding-left: 0;
    flex-wrap: wrap;
    margin-bottom: 0;
    flex-direction: column;
    gap: 0;
    width: 50%;
}

.mice-docs-top .mice_use li {
    list-style: none;
    margin-bottom: 10px;
    margin-bottom: 0;
    padding-left: 1em;
    text-indent: -1em;
}

.mice-docs-btm .mice_phone,
.mice-docs-btm .mice_address {
    display: block;
}

.mice-table-wrap {
    margin-bottom: 50px;
}

.mice-table-wrap table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.post-link {
    display: block;
    text-align: center;
    padding: 6px;
}

.allpost-link {
    border: 1px solid #707070;
    width: 260px;
    text-align: center;
    display: block;
    padding: 6px;
    margin: 0 auto;
}

/* --------------------------------
mice
-------------------------------- */
.mice_use {
    display: flex;
    padding-left: 0;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.mice_use li {
    list-style: none;
    margin-bottom: 10px;
    margin-bottom: 0;
}

.mice-header {
    background: #EFEFEF;
    margin: 0 0 20px;
    padding: 15px 0;
}

.mice-title {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.mice_access {
    font-size: .875rem;
    color: #ffffff;
    background: #E85F9D;
    display: inline-block;
    padding: 0 5px;
}

.mice-name {
    font-size: 1.25rem;
    display: inline-block;
}

.mice-thumb {
    text-align: center;
}

.mice-contents {
    font-size: .9375rem;   
}

.mice_desc {
    font-weight: bold;
    line-height: 2;
    margin-bottom: 10px;
}

.mice_data {
    margin-bottom: 30px;
}
.mice_data ul {
    padding-left: 0;
}
.mice_data ul li {
    list-style: none;
    margin-bottom: 10px;
}

.mice_info-title {
    font-size: .9375rem;
    font-weight: bold;
    padding: 3px 6px;
    background: #EFEFEF;
}

.mice-header-right {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.mice_phone {
    font-weight: bold;
}

.mice_phone i {
    color: #009227;
}

.mice_gallery {
    text-align: center;
}

.mice-docs-btm .post-link {
    border: 1px solid #707070;
}


/* --------------------------------
page about
-------------------------------- */
.about-fukushima {
    position: relative;
    padding: 0;
}

.about-fukushima .c-img-bg--before::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    background: url(assets/images/index/advantage-container-bg.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: calc(100% - 100px);
}

.about-fukushima .c-img-front {
    position: relative;
    padding: 20px 20px 0;
    z-index: 1;
}


.about-fukushima--lead {
    font-size: 2.8125rem;
    line-height: 1.2;
}

.about-fukushima--desc {
    font-size: .9375rem;
    line-height: 2;
    margin-bottom: 15px;
}

.about-fukushima .about-fukushima--point {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    gap: 50px 20px;
    justify-content: center;
}

.about-fukushima .content-txt-box {
    align-items: center;
}

.about-fukushima--box3 {
    margin-top: 60px;
}

.about-fukushima--box2 {
    text-align: center;
}

.about-fukushima--point {
    counter-reset: number 0;
}

.about-fukushima--point li {
    position: relative;
    background: #ffffff;
    padding: 4px;
    list-style: none;
    width: 105px;
    height: 105px;
    font-size: .75rem;
    box-shadow: 0px 0px 5px 0px;
}

.about-fukushima--point li::before {
    counter-increment: number 1;
    content: counter(number);
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3.5625rem;
    line-height: 1;
}

.about-fukushima--point li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    height: 100%;
}

.about-fukushima--point li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #707070;
}


.about-fukushima--point li:nth-child(1) a:after {
    background: #E85F9D;
}

.about-fukushima--point li:nth-child(2) a:after {
    background: #00B3EC;
}

.about-fukushima--point li:nth-child(3) a:after {
    background: #F5AB18;
}

.about-fukushima--point li:nth-child(4) a:after {
    background: #7FBE26;
}

.about-fukushima--point li:nth-child(5) a:after {
    background: #BD6BE5;
}

.about-safety--info {
    text-align: center;
}

.btn-rounded, .btn-rounded:hover {
    display: block;
    padding: 16px 15px;
    margin: 15px auto;
    max-width: 510px;
    border: 1px solid #707070;
    border-radius: 28px;
    background: #FFE9E9;
    color: #000000;
}

.btn-rounded span {
    position: relative;
    display: inline-block;
    padding: 0px 25px;
}

.btn-rounded span::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 7px 7px;
    border-color: transparent transparent black transparent;
    position: absolute;
    bottom: 3px;
    right: 3px;
}

.about-data--title {
    padding: 2px 10px;
    background: #707070;
    color: #ffffff;
    font-size: 1rem;
    font-weight: normal;
}

.about-features--box {
    position: relative;
    height: 100%;
    max-width: 340px;
    margin: 0 auto;
}
.about-features1 {
    border: 3px solid #E85F9D;
}

.about-features2 {
    border: 3px solid #00B3EC;
}

.about-features3 {
    border: 3px solid #F5AB18;
}

.about-features4 {
    border: 3px solid #7FBE26;
}

.about-features5 {
    border: 3px solid #BD6BE5;
}

.about-features--box .about-fukushima--point {
    position: absolute;
    top: -30px;
    left: -15px;
    padding: 0;
}

.about-features1 .about-fukushima--point li::before {
    content: "1";
}

.about-features2 .about-fukushima--point li::before {
    content: "2";
}

.about-features3 .about-fukushima--point li::before {
    content: "3";
}

.about-features4 .about-fukushima--point li::before {
    content: "4";
}

.about-features5 .about-fukushima--point li::before {
    content: "5";
}

.about-features1 .about-fukushima--point li a:after {
    background: #E85F9D;
}

.about-features2 .about-fukushima--point li a:after {
    background: #00B3EC;
}

.about-features3 .about-fukushima--point li a:after {
    background: #F5AB18;
}

.about-features4 .about-fukushima--point li a:after {
    background: #7FBE26;
}

.about-features5 .about-fukushima--point li a:after {
    background: #BD6BE5;
}



.about-features-text {
    padding: 0 15px;
    font-size: 15px;
    line-height: 1.8;
}

.about-features-text .btn-black,
.about-features-text .btn-black:hover {
    display: block;
    width: 100%;
    min-width: auto;
}

.about-report--text {
    font-size: 15px;
    line-height: 2;
}

.about-report--bdr-box {
    font-size: 15px;
    white-space: normal;
    overflow-wrap: break-word;
    border: 1px solid #000000;
    padding: 30px;
}


/* --------------------------------
page support
-------------------------------- */
.support-c-box {
    margin-bottom: 60px;
}

.support-title {
    background: #D4EBF3;
    padding: 10px 15px;
}

.support-text {
    display: flex;
    align-items: center;
}

/* --------------------------------
page supporter
-------------------------------- */
/* テーブル全体 */

.support-block-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 15px;
    font-size: .9375rem;
}


.support-block-table .col-data {
    display: flex;
    flex-direction: column;
}

.support-block-table .col-data .col-add {
    margin-bottom: 5px;
}

.support-block-table .col-name{
    font-size: 15px;
    font-size: .9375rem;
}

.support-block-table .col-phone {
    font-weight: bold;
}

.col-phone-icon {
    margin-right: 5px;
    color: #009227;
}

/* セルのスタイル */
.support-block-table th,
.support-block-table td {
    padding: 15px; /* セル内の余白 */
    text-align: left; /* 左揃え */
}

/* 行のボーダー設定 */
.support-block-table tbody tr {
    border-top: 1px solid #707070; /* 行の上ボーダー */
    border-bottom: 1px solid #707070; /* 行の下ボーダー */
}

/* 各行の交互背景 */
.support-block-table tbody tr:nth-child(odd) {
    background-color: #EFEFEF; /* 奇数行の背景色 */
}

.support-block-table tbody tr:nth-child(even) {
    background-color: #FFFFFF; /* 偶数行の背景色 */
}

/* 列幅の割合設定 */
.support-block-table td:first-child,
.support-block-table th:first-child {
    width: 100%;
    display: block;
}

.support-block-table td:last-child,
.support-block-table th:last-child {
    width: 100%;
}

/* --------------------------------
page event-grants
-------------------------------- */
.event-grants1--img .image-fit-container {
    min-height: 200px;
}

.event-grants1--leadwrap {
    padding: 0px 30px;
}

.event-grants1--lead {
    position: relative;
    margin: -60px auto 0;
    width: 100%;
    max-width: 650px;
    padding: 30px;
    background: #ffffff;
    font-size: 0.9375rem;
    text-align: left;
}

.event-grants2--c-box {
    margin-bottom: 30px;
}

.event-grants--table table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.event-grants--table thead {
    background: #EFEFEF;
    border-top: 1px solid #707070;
}

.event-grants--table td {
    width: 25%;
    text-align: center;
}

.event-grants--table th {
    vertical-align: middle;
    width: 25%;
    text-align: center;
}

.event-grants2--footerlink {
    text-align: center;
}

.event-grants3--c-box {
    margin-bottom: 30px;
}

.grants4-step--layout {
    margin-bottom: 30px;
}

.grants4-step--htitle {
    position: relative;
    padding: 56px 15px 7px 15px;
    margin-bottom: 40px;
    font-size: 1.5rem;
    background: #F1D083;
}

.grants4-step-img {
    position: absolute;
    left: 15px;
    top: -13px;
}

.grants4-step--lead-col,
.grants4-step--desc-col {
    margin-bottom: 30px;
}

.grants4-step--desc-col {
    position: relative;
    padding-top: 30px;
}

.grants4-step--arrow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18px 30px 18px;
    border-color: transparent transparent #D4EBF3 transparent;
}

.grants4-step--lead-col {
    align-content: center;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.7;
}

.grants4-step--desc-box {
    padding: 15px;
    background: #FFF6E1;
}

.grants4-step--title {
    padding: 5px 10px;
    background: #D4EBF3;
}

.grants4-contact--text-box {
    padding: 30px 15px 15px;
    text-align: center;
    background: #EFEFEF;
}

/* --------------------------------
excursion
-------------------------------- */

.excursion-list-menu {
    padding: 18px;
    margin-bottom: 30px;
    text-align: center;
    background: #EFEFEF;
}

.btn-excursion-list-menu {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: bold;
    background: #6E81AE;
    border: none;
    border-radius: 3px;
}

.excursion-list-menu .dropdown-menu.show {
    display: block;
    width: 100%;
    max-width: 250px;
}

p.excursion-list--text {
    text-align: center;
    font-size: .9375rem;
}

.excursion-post--content .excursion-title {
    font-size: 1.25rem;
}

.excursion-post--content .excursion-docs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 30px;
}

.excursion-docs .uv_desc {
    font-size: .9375rem;
    font-weight: bold;
}


.excursion-docs .uv_add,
.excursion-docs .uv_link {
    font-size: .9375rem;
    margin-bottom: 5px;
}

.excursion-docs .uv_contact {
    margin-bottom: 5px;
    font-size: 1.125rem;
    font-weight: bold;
}
.excursion-docs .uv_info {
    margin-bottom: 10px;
}

.excursion-docs .uv_add {
    margin-bottom: 20px;
}

.excursion-docs .uv_link {
    display: block;
    padding: 7px;
    text-align: center;
    color: #ffffff;
    background: #3A3A3A;
    font-weight: 400;
}

/* --------------------------------
tools
-------------------------------- */
.tools-list {
    display: block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tools-list li {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.tools-list a {
    display: flex;
    padding: 15px;
    background: #C1C1C1;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.tools-list a:hover,
.tools-list a.active {
    background: #485968;
}


.tools-title {
    color: #ffffff;
    padding: 10px 15px;
    margin-bottom: 0;
    background: #505050;
}

.tools-table,
.tools-table-wide {
    width: 100%;
    border-collapse: collapse;
}

.tools-thead,
.tools-thead-wide {
    display: none;
}


.tools-table tr,
.tools-table-wide tr {
    display: block;
    border-top: 1px solid #707070;
    margin-bottom: 30px;
}

.tools-table th,
.tools-table-wide th,
.tools-table td,
.tools-table-wide td {
    padding: 10px 15px;
    text-align: left;
    display: block;
    font-size: 15px;
}

.tools-table th,
.tools-table-wide th {
    font-size: 12px;
    font-weight: normal;
}

.tools-table .tax-name,
.tools-table-wide .tax-name {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    background: #8BC34A;
    border-radius: 6px;
    padding: 4px 8px;
    display: inline-block;
}

.hotel-content .tax-name.east {
    background: #8DA7C4;
}
.hotel-content .tax-name.west {
    background: #57A79C;
}
.hotel-content .tax-name.suburb {
    background: #C19B32;
}


.tools-table td,
.tools-table-wide td {
    position: relative;
    padding-left: 9em;
    border-top: none;
}

.tools-table td:first-child,
.tools-table-wide td:first-child {
    background-color: #f0f0f0;
}

.tools-table td::before,
.tools-table-wide td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    font-weight: bold;
    text-align: left;
}

.tools-table .title-column-color,
.tools-table-wide .title-column-color {
    color: #456684;
    font-weight: bold;
}





/* --------------------------------
d-archives
-------------------------------- */
.d-archives--content .card {
    border: 0;
}

.d-archives--content .card-body {
    padding-right: 0;
    padding-left: 0;
}

.d-archives--content .btn-secondary:disabled,
.d-archives--content .btn-secondary.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    display: block;
    border-radius: 0;
}

.btn-download {
    display: block;
    padding: 8px;
    font-size: .9375rem;
    color: #ffffff;
    background: #3A3A3A;
}


/* --------------------------------
results
-------------------------------- */
.loop_results .archive-content .post-title {
    background: #C3CFEC;
}

.loop_results .archive-content .post-docs {
    background: #EFEFEF;
}

.content-results-icon {
    border-bottom: 1px solid #707070;
}
.post-results-wrap {
    display: flex;
    flex-direction: column;
}

.post-results-col {
    margin-bottom: 15px;
}

.post-results {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    font-size: .9375rem;
}

.post-results-data {
    margin-bottom: 0;
}

.post-results-data li {
    margin-bottom: 10px;
}

.post-results-data .results-data-link-col {
    display: flex;
}

.post-results-data .results-data-link {
    display: flex;
    flex-wrap: wrap;
}

.post-results-data .results-data-link a {
    padding-top: 5px;
}

.post-results-data .results-data-rbn {
    color: #fff;
    font-weight: 500;
    background: #9E9E9E;
    padding: 5px 15px;
    min-width: 6em;
    display: inline-block;
    text-align: center;
}

.post-results dt {
    width: 5em;
    flex-shrink: 0;
    font-weight: normal;
}

.post-results dd {
    flex: 1;
    margin: 0;
}

.post-results dd span {
    display: block;
}

.results_attendees-dd a {
    color: #2680EB;
    text-decoration: underline;
}

.post-results-wrap .post-link-bdr {
    border: 1px solid #707070;
    text-align: center;
    display: block;
    padding: 6px;
    margin: 10px auto;
    background: #fff;
}

.single-results-content .container-title-wrap {
    margin-bottom: 0;
}

.single-results-content .post-results-wrap {
    font-size: .9375rem;
    padding: 15px;
    margin-bottom: 0;
    background: #EFEFEF;
    border-top: 1px solid #707070;
}


.results-icon {
    position: relative;
}

.results-icon span {
    display: inline-block;
    width: 80px;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
}

.results-icon span.icon-off::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
    background: rgba(255, 255, 255, 0.7);
    pointer-events: none;
}


.results-icon1 {
    background-image: url('assets/images/results/results-icon1.svg');
}

.results-icon2 {
    background-image: url('assets/images/results/results-icon2.svg');
}

.results-icon3 {
    background-image: url('assets/images/results/results-icon3.svg');
}

.results-icon4 {
    background-image: url('assets/images/results/results-icon4.svg');
}

.results-icon5 {
    background-image: url('assets/images/results/results-icon5.svg');
}

.results-icon6 {
    background-image: url('assets/images/results/results-icon6.svg');
}



/* --------------------------------
about
-------------------------------- */
.about-excursion .c-img-bg--before {
    position: relative;
    padding: 30px;
    min-height: 400px;
    display: flex;
}

.about-excursion .c-img-bg--before::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(assets/images/page/about-excursion--img.png) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.about-excursion--content {
    display: flex;
    flex-grow: 1;
    position: relative;
    z-index: 1;
    flex-direction: column;
    justify-content: space-between;
}

.about-excursion--content > div {
    text-align: center;
}

.about-excursion--content .btn-black,
.about-excursion--content .btn-black:hover {
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 0;
    min-width: 261px;
    font-weight: 700;
    border: 1px solid #ffffff;
    background: #3A3A3A;
    color: #ffffff;
}

/* --------------------------------
sidebar
-------------------------------- */
#sidebar {
    padding-top: 15px;
    padding-bottom: 15px;
}
  
.widget.widget_archive select {
    padding: 8px;
    width: 100%;
}
  
#sidebar .widget {
    overflow: hidden;
    margin-bottom: 15px;
}
  
a.list-group-item {
    color: #222;
}
  
#sidebar .widget ul {
    list-style: none;
    padding-left: 0px;
}
  
#sidebar .widget ul li {
    position: relative;
}
  
#sidebar .widget ul li a {
    border-bottom: 2px dashed #cc6625;
    padding: 15px;
    display: block;
    font-weight: bold;
    font-size: 1.125rem;
}
  
#sidebar .widget ul li a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
  
#sidebar .widget ul li:first-child {
    border-top: 2px dashed #cc6625;
}
  
/* --------------------------------
pager_block
-------------------------------- */
.pager_block {
    padding: 15px;
}

ul.pager {
    /* color: #cc6625; */
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    font-size: 1.125rem;
    font-weight: bold;
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 15px;
    color: #cc6625;
}

.pager li > a:focus, .pager li > a:hover {
    color: #7d2626;
    border-radius: 0;
    background-color: transparent;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}

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

footer {
    font-size: 1rem;
    font-weight: bold;
    position: relative;
}

footer .footer-logo { font-size: 1.5625rem; }

a.phone-link {
    color: #ffffff;
}

.footer-contents .phone-num {
    letter-spacing: 3px;
}

footer .copy-text,footer .copy-text a { 
    color: #ffffff;
    font-size: .625rem;
    font-weight: normal;
    text-align: center;
}

.footer-bana-link img {
    border: 1px solid #cccccc;
}

/* --------------------------------
swiper
-------------------------------- */
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: none!important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: none!important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    height: 90px;
    width: 28px;
    right: 0;
    left: auto;
    top: 55%;
    transform: translateY(-50%);
    padding: 7px;
    background: #C5C5C5;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    height: 90px;
    width: 28px;
    left: 0;
    top: 55%;
    right: auto;
    transform: translateY(-50%);
    padding: 7px;
    background: #C5C5C5;
}

/* --------------------------------
list
-------------------------------- */
ul.list-notes-num {
    position: relative;
    list-style: none;
    padding-left: 3rem;
}
  
ul.list-notes-num li {
    counter-increment: note;
    margin-bottom: 10px;
}
  
ul.list-notes-num li::before {
    content: "※" counter(note) " ";
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* --------------------------------
link
-------------------------------- */
.justify-center-middle-wrap {
    position: relative;
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

.justify-center-middle-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

/* --------------------------------
etc
-------------------------------- */
.animate-box { opacity: 0;}

.image-fit-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.image-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/********************************************************************************
contact form 7
********************************************************************************/
.form-block {
    max-width: 1080px;
    margin: 0 auto;
}

.required-tag {
    font-size: .75rem;
    font-weight: normal;
    line-height: 1.42857143;
    margin: 0 10px 4px 0;
    padding: 1px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    border: 2px solid #c1272d;
    background-color: #c1272d;
    background-image: none;
    border-radius: 5px;
    float: right !important;
}

.form-group  {
    border-top: 1px solid #CCCCCC;
}

.form-group > * {
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn-submit {
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: bold;
    background: #6E81AE;
    border-radius: 3px;
    padding: 15px;
    line-height: 1.4;
    border: none;
    display: block;
    min-width: 250px;
}

.form-group > label  {
    padding-top: 15px;
}

select.form-control:not([size]):not([multiple]) {
    height: 39px;
}

.form-control {
    display: block;
    width: 100%;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    color: #464a4c;
    border-radius: 0;
    background-color: #FBFBFB;
    background-image: none;
    background-clip: padding-box;
}

.form-select {
    font-size: 1rem;
    line-height: 1.6;
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    color: #464a4c;
    border-radius: 2px;
    background-color: #fff;
    background-clip: padding-box;
}

.form-label {
    margin-bottom: 0;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0.5em 0.5em 1em;
}

/********************************************************************************
@media query Medium devices
********************************************************************************/
@media screen and (min-width: 768px) {

.block-title {
    color: #ffffff;
    font-size: 1.5rem;
    background: #000000;
    display: inline-block;
    padding: 4px 15px;
    margin-bottom: 0;
    min-width: 223px;
}


.block-title-wide {
    color: #ffffff;
    font-size: 1.5rem;
    background: #000000;
    display: inline-block;
    padding: 4px 15px;
    margin-bottom: 0;
    min-width: 450px;
}


/**********************************
header_block
***********************************/
.header_contents--link img {
    border-radius: 0 0 0 15px;
    width: 180px;
}

/* --------------------------------
navbar
-------------------------------- */
.navbar, .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 30px;
}


.navbar-toggleable-md .navbar-collapse {
    display: table;
    width: 100%;
}

.navbar-toggleable-md .navbar-toggler {
    display: none;
}

.navbar .nav li {
    float: none;
    position: relative;
    padding-left: 6%;
    flex-grow: 1;
}

.navbar .navbar-nav li.active > a,
.navbar .navbar-nav li.active > a:hover,
.navbar .navbar-nav li.active > a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:focus {
    background: none no-repeat transparent;
}

#mainmenu-wrap .navbar-nav li>a::after {
    display: block;
    content: "";
    width: 74%;
    height: 0;
    border-bottom: 1px solid #008F68;
    position: absolute;
    bottom: -5px;
    left: 13%;
    opacity: 0;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

#mainmenu-wrap .navbar-nav li>a:hover::after,
#mainmenu-wrap .navbar-nav li.active>a::after,
#mainmenu-wrap .navbar-nav li.active>a:hover::after {
    opacity: 1;
    bottom: 5px;
}

.navbar .nav li a {
    font-size: 1.25rem;
    color: #ffffff;
    display: block;
    text-align: center;
    background: none no-repeat transparent;
    padding: 22px 0;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}

.navbar .navbar-nav li.active > a, .navbar .navbar-nav li.active > a:hover, .navbar .navbar-nav li.active > a:focus, .navbar .navbar-nav li a:hover, .navbar .navbar-nav li a:focus {
    color: #ffffff !important;
    background: none no-repeat transparent;
}

.admin-bar .sp_menu {
    top: 112px;
}

/* --------------------------------
mainv_block
-------------------------------- */
.swiper-slide .mainv-desc {
    position: absolute;
    left: 30px;
    bottom: 100px;
    transform: translateX(0);
    z-index: 2;
}

.mainv_block .site-title {
    position: absolute;
    top: 15px;
    left: 30px;
    font-size: .75rem;
    z-index: 10;
}

.mainv_block-content {
    position: absolute;
    bottom: 30px;
    right: 60px;
    z-index: 15;
    width: auto;
}

/* .swiper-slide .mainv-content,
.swiper-slide .mainv-content img,
.swiper-slide .mainv-content video {
    min-height: 90vh;
    max-height: 90vh;
} */
.swiper-slide .mainv-content {
    position: relative;
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    height: 100px; /* 画面の90%を占める */
    overflow: hidden;
}

.swiper-slide .mainv-content video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover; /* 親要素を埋め尽くす */
    transform: translate(-50%, -50%);
}

.mainv-nav {
    position: absolute;
    top: 129px;
    right: 30px;
    transform: translateX(0)
}

.mainv-nav ul {
    display: block;
}

.mainv-nav li a {
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    display: block;
}

/* --------------------------------
news_block
-------------------------------- */
.news-title {
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 0;
}

.news-block-layout {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
    flex-direction: row;
}

.news-container {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    left: 30px;
    top: -85px;
}

.news-box {
    display: flex;
    padding-right: 3px;
    background: #ffffff;
    border-radius: 11px;
    width: 540px;
    height: 47px;
    overflow: hidden;
}

/* --------------------------------
advantage-block
-------------------------------- */
.advantage-block .c-img-bg {
    padding: 50px;
    background: url(assets/images/index/advantage-container-bg.jpg) center no-repeat;
    background-size: cover;
}

.advantage-point li {
    position: relative;
    background: #ffffff;
    padding: 4px;
    list-style: none;
    width: 150px;
    height: 150px;
    font-size: 1rem;
}

.advantage-block .advantage-point {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    gap: 50px 20px;
}

.advantage-block .block-content .box-desc {
    font-size: .9375rem;
    line-height: 2;
    margin-bottom: 60px;
}

/* --------------------------------
search-block
-------------------------------- */
.search_block .block_intro .block-lead {
    font-weight: bold;
    text-align: center;
    line-height: 2;
}


/* --------------------------------
support-block
-------------------------------- */
.support-box1 .support-box-layout,
.support-box2 .support-box-layout,
.support-box3 .support-box-layout {
    display: flex;
    margin-bottom: 50px;
    font-size: .9375rem;
    gap: 15px;
    flex-direction: row;
    justify-content: space-between;
}

.support-box3 .content-txt-box li {
    color: #E85F9D;
    font-weight: bold;
    text-align: center;
    list-style: none;
    width: calc((100% - 30px) / 2);
    padding: 10px;
    min-height: 68px;
    border: 1px solid #E85F9D;
    border-radius: 10px;
}

/* --------------------------------
results-content
-------------------------------- */
.results-content .post-excerpt-wrap {
    display: flex;
    flex-direction: row;
}

.results-content .post-link-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-left: auto;
}

/* --------------------------------
footer
-------------------------------- */
footer { font-size: .875rem; }

/* --------------------------------
archive
-------------------------------- */
.post-link-wrap {
    margin-left: auto;
}

.post-link-bdr {
    width: 260px;
}


/* --------------------------------
page about
-------------------------------- */
.about-fukushima {
    position: relative;
    padding: 30px;
}

.about-fukushima .c-img-bg {
    padding: 50px;
    background: url(assets/images/index/advantage-container-bg.jpg) center no-repeat;
    background-size: cover;
}

.about-fukushima--point li {
    position: relative;
    background: #ffffff;
    padding: 4px;
    list-style: none;
    width: 150px;
    height: 150px;
    font-size: 1rem;
}

.about-fukushima--block .about-fukushima--point {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    gap: 50px 20px;
}

.about-fukushima--block .block-content .box-desc {
    font-size: .9375rem;
    line-height: 2;
    margin-bottom: 60px;
}


/* --------------------------------
page event-grants
-------------------------------- */
.grants4-step--htitle {
    position: relative;
    padding: 7px 15px 7px 190px;
    margin-bottom: 40px;
    font-size: 1.5rem;
    background: #F1D083;
}

.grants4-step--lead-col {
    align-content: center;
    font-weight: 700;
    font-size: 1.25rem;
}

/* --------------------------------
tools
-------------------------------- */
.tools-list {
    display: flex;
    gap: 5px;
}

.tools-list li {
    flex: 1;
    text-align: center;
}

.tools-list a {
    padding: 12px 5px;
    font-size: 1.125rem;
    height: 100%;
}

.tools-table {
    display: table;
    border: none;
}

.tools-table tr {
    display: table-row;
    border-top: 1px solid #707070;
    margin-bottom: 0;
}

.tools-table th, .tools-table td {
    display: table-cell;
    padding: 10px;
}

.tools-table th {
    background-color: #f0f0f0;
    text-align: center;
}

.tools-table td {
    border-top: none;
    position: static;
}

.tools-table td:first-child {
    background-color: #ffffff;
    width: 6em;
    text-align: center;
}

.tools-table .type-column {
    width: 8em;
    text-align: center;
}

.tools-table .total_room-column,
.tools-table .total_capacity-column {
    text-align: center;
}

.tools-table .address-column {
   min-width: 150px;
}

.tools-table .restaurant_dinner-column,
.tools-table .restaurant_lunch-column {
    width: 5em;
    text-align: center;
}

.tools-table .icon-column {
width: 210px;
}

.tools-thead {
    display: table-header-group;
}

.tools-table td::before {
    display: none;
}


/* --------------------------------
page supporter
-------------------------------- */
.support-block-table td:first-child,
.support-block-table th:first-child {
    width: 30%;
    display: table-cell;
}

.support-block-table td + td,
.support-block-table th + th {
    border-left: 1px solid #707070;
}

.results-loop .post-link-bdr {
    position: relative;
    border: 1px solid #707070;
    width: 100%;
    min-width: 150px;
    text-align: center;
    display: block;
    padding: 15px 6px;
    margin: -10px auto -1px;
    z-index: 1;
    background: #ffffff;
}

}


/********************************************************************************
@media query large devices
********************************************************************************/
@media screen and (min-width: 992px) {

.container-s{
    width: 1124px;
}
/* -------------------------------
common
-------------------------------- */
.block-title-big,
.block-title-big-main,
.block-title-big-white {
    position: relative;
    font-size: 3.125rem;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    line-height: 1.2;
}
    
.block-subtitle-bg {
    color: #35A6DF;
    font-size: 2.25rem;
    display: flex;
    width: 292px;
    height: 90px;
    background: url(assets/images/index/block-subtitle-bg.svg) center no-repeat;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    z-index: 1;
}

.bdr-box {
    position: relative;
    border: 5px solid #35A6DF;
    border-radius: 14px;
    padding: 70px 40px 40px;
    height: 100%;
    background: #ffffff;
}

.bdr-box-title {
    color: #35A6DF;
    position: absolute;
    font-size: 2.25rem;
    top: -48px;
    left: 50%;
    display: flex;
    width: 246px;
    height: 90px;
    transform: translateX(-50%);
    background: url(assets/images/share/bdr-box-titlebg.svg) center no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 4px;
}


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

.header-nav-box {
    width: 60.7%;
}

.header-link-wrap {
    height: 100%;
    width: 16%;
    padding: 0 2.4%;
}

.header-icon img {
    width: 314px;
}

#header-bar {
    position: relative;
    z-index: 1;
}

.navbar, .navbar-nav {
    width: 100%;
    padding: 0;
    min-height: 100px;
}


/* --------------------------------
navbar
-------------------------------- */
.navbar .nav li a {
    text-align: left;
    padding: 4% 0;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    padding: 15px;
    background: transparent;
}

/* --------------------------------
news_block
-------------------------------- */


/* --------------------------------
swiper
-------------------------------- */
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    height: 90px;
    width: 28px;
    right: 0;
    left: auto;
    top: 55%;
    transform: translateY(-50%);
    padding: 7px;
    background: #C5C5C5;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    height: 90px;
    width: 28px;
    left: 0;
    top: 55%;
    right: auto;
    transform: translateY(-50%);
    padding: 7px;
    background: #C5C5C5;
}


/* --------------------------------
mice-block
-------------------------------- */
.mice-table-wrap table {
    display: table;
    overflow-x: unset;
    white-space: wrap;
    -webkit-overflow-scrolling: touch;
}

/* --------------------------------
advantage-block
-------------------------------- */

.advantage-block .c-img-bg {
    padding: 50px 30px;
    background: url(assets/images/index/advantage-container-bg.jpg) center no-repeat;
    background-size: cover;
}

/* --------------------------------
event-grants
-------------------------------- */
.event-grants--table table {
    display: table;
    overflow-x: unset;
    white-space: wrap;
    -webkit-overflow-scrolling: touch;
}

/* --------------------------------
page event-grants
-------------------------------- */
.grants4-step--desc-col {
    position: relative;
    padding-top: 0;
    padding-left: 30px;
}

.grants4-step--arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 30px 18px 0;
    border-color: transparent #D4EBF3 transparent transparent;
}

/* --------------------------------
page supporter
-------------------------------- */
.support-block-table .col-data {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.support-block-table .col-data .col-add {
    margin-bottom: 0;
}

}

/********************************************************************************
@media query xlarge devices
********************************************************************************/
@media screen and (min-width: 1200px) {


/* --------------------------------
navbar
-------------------------------- */
.navbar .nav li a {
    font-size: 1.375rem;
    padding: 8% 0;
}

/* --------------------------------
mice
-------------------------------- */

.mice-title {
    min-height: 44px;
}

/* --------------------------------
archives
-------------------------------- */
.post-excerpt-wrap {
    display: flex;
    flex-direction: row;
}

.post-results-data .results-data-link {
    flex-direction: column;
}



/* --------------------------------
tools
-------------------------------- */
.tools-table-wide {
    display: table;
    border: none;
}

.tools-table-wide tr {
    display: table-row;
    border-top: 1px solid #707070;
    margin-bottom: 0;
}

.tools-table-wide th, .tools-table-wide td {
    display: table-cell;
    padding: 10px;
}

.tools-table-wide th {
    background-color: #f0f0f0;
    text-align: center;
}

.tools-table-wide td {
    border-top: none;
    position: static;
}

.tools-table-wide td:first-child {
    background-color: #ffffff;
    width: 6em;
    text-align: center;
}

.tools-table-wide .type-column {
    width: 8em;
    text-align: center;
}

.tools-table-wide .total_room-column,
.tools-table-wide .total_capacity-column,
.tools-table-wide .tel-column,
.tools-table-wide .single_room-column,
.tools-table-wide .double_room-column,
.tools-table-wide .twin_room-column {
    text-align: center;
}

.tools-table-wide .address-column {
   min-width: 150px;
}

.tools-table-wide .restaurant_dinner-column,
.tools-table-wide .restaurant_lunch-column {
    width: 5em;
    text-align: center;
}

.tools-table-wide .icon-column {
width: 210px;
}

.tools-thead-wide {
    display: table-header-group;
}

.tools-table-wide td::before {
    display: none;
}


}

/********************************************************************************
@media query xxlarge devices
********************************************************************************/
@media screen and (min-width: 1400px) {

/* --------------------------------
navbar
-------------------------------- */
.navbar .nav li a {
    padding: 10% 0;
}


}
