@charset "UTF-8";
/* CSS Document */

body {
    font-family: sans-serif;
    overflow: auto;
    height: 100%;
    background-color: #fff;
    color: #393232;
}

html {
    font-size: 62.5%;
    /* -> 10px; */
}

h1, h2, h3, h4, h5, h6 {
    display: none;
}

img {
    width: 100%;
    height: auto;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

p {
    /*color: #393232;*/
    color: #0468b7;
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
}

p, li, table {
    letter-spacing: 0;
}

a, a:hover {
    text-decoration: none;
    transition: .3s;
}

*, *::after, *::before {
    box-sizing: border-box;
}

@media (min-width: 992px) {
    .display-none.min-992 {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .display-none.max-991 {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .display-none.min-768 {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .display-none.max-767 {
        display: none !important;
    }
}

.flex-box {
    display: flex;
}

.effect-fade {
    opacity: 0;
}

.fade-01 {
    transform: translate(0, 45px);
    transition: 1s;
}

.fade-02 {
    transform: translate(0, 45px);
    transition: 1.5s;
}

.fade-03 {
    transform: translate(0, 45px);
    transition: 2s;
}

.fade-04 {
    transform: translate(0, 45px);
    transition: 2.5s;
}

.fade-05 {
    transform: translate(0, 45px);
    transition: 3s;
}

.fade-06 {
    transform: translate(0, 45px);
    transition: 3.5s;
}

.fade-07 {
    transform: translate(0, 45px);
    transition: 4s;
}

.effect-fade.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}

/*-------管理画面用_マージン-------*/
@media (min-width: 783px) {
    .margin-top-32 {
        margin-top: 32px;
    }

    .modal-menu-box.margin-top-32 {
        position: relative;
        margin: 0;
        margin-left: 10px;
    }

    .modal-menu-box.margin-top-32 .modal-btn {
        top: 32px;
    }

    .slide-text-wrap.wpadminbar-32 {
        height: calc(100vh - 32px);
    }

    .hero-news .hero-news-bar .left-tag.wpadminbar-32 {
        bottom: 32px;
    }

    .swiper-container.wpadminbar-32 {
        height: calc(100vh - 32px);
    }
}

@media (max-width: 782px) {
    .margin-top-46 {
        margin-top: 46px;
    }

    .modal-menu-box.margin-top-46 {
        margin-top: 0;
    }

    #header.margin-top-46 {
        position: absolute;
    }

    #wpadminbar {
        position: fixed !important;
        top: 0;
        left: 0;
    }
}

/*-------管理画面用_マージン-------*/
/*------------------slick------------------*/
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/*------------------slick------------------*/
.slick-prev::before {
    position: relative;
    content: "\f060";
    font-family: FontAwesome;
    /*background: rgba(4,104,183,0.5);*/
    background: transparent;
    padding: 10px 12px;
    opacity: 1;
    color: rgb(4 104 183);
    border: 1px solid rgb(4 104 183);
    transition: .3s;
}

.slick-next::before {
    position: relative;
    content: "\f061";
    font-family: FontAwesome;
    /*background: rgba(4,104,183,0.5);*/
    background: transparent;
    padding: 10px 12px;
    opacity: 1;
    color: rgb(4 104 183);
    border: 1px solid rgb(4 104 183);
    transition: .3s;
}

.slick-prev {
    left: -60px;
}

.slick-next {
    right: -50px;
}

@media screen and (min-width: 768px) {
    .slick-prev:hover:before {
        /*animation: arrow_prev .5s ease-out forwards;*/
        background: rgb(4 104 183);
        color: #fff;
    }
}

@keyframes arrow_prev {
    0% {
        right: 0px;
    }

    50% {
        right: 5px;
    }

    100% {
        right: 0;
    }
}

@media screen and (min-width: 768px) {
    .slick-next:hover:before {
        /*animation: arrow_next .5s ease-out forwards;*/
        background: rgb(4 104 183);
        color: #fff;
    }
}

@keyframes arrow_next {
    0% {
        left: 0px;
    }

    50% {
        left: 5px;
    }

    100% {
        left: 0;
    }
}

@media screen and (max-width:480px) {
    .slick-prev {
        left: 30px;
    }

    .slick-next {
        right: 30px;
    }
}

@media screen and (min-width: 768px) {
    .top-slideshow .slick-slide .img-liquid {
        width: 800px;
        height: 400px;
        margin: 0 5px;
    }

    .top-slideshow .slick-slide img {
        /*height: 30vw;*/
    }
}

@media screen and (max-width: 767px) {
    .top-slideshow .slick-slide .img-liquid {
        width: 100%;
        height: 250px;
    }

    .top-slideshow .slick-slide img {
        height: 250px;
        width: auto;
    }
}

.top-slideshow-wrap.slide-container {
    margin-top: 80px;
}

@media screen and (max-width: 991px) {
    .top-slideshow-wrap.slide-container {
        margin-top: 60px;
    }
}

.slick-prev, .slick-next {
    z-index: 1;
    width: 40px;
    height: 40px;
}

/*.slick-slide {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transform: scale( .75 );
}
.is--active {
  transform: scale( 1 );
}*/
.thumb {
    margin: 20px 0 0;
}

.thumb .slick-slide {
    cursor: pointer;
}

.thumb .slick-slide:hover {
    opacity: .7;
}

.thumb-item-nav .slick-slide img {
    height: 100px;
}

.thumb-item-nav {
    width: 315px;
    margin: 10px auto;
    height: 100px;
}

@media screen and (max-width: 767px) {
    .thumb-item-nav {
        display: none;
    }
}

.thumb-item-nav .slick-slide {
    cursor: pointer;
}

/*.trim-wrap {
    position: relative;
    width: auto;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-color: transparent;
}
.trim-wrap > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: 100%;
    max-width: 179%;
    max-height: initial;
}*/
.thumb-item-nav .slick-slide img {
    height: auto;
    /*max-height: 400px;
  min-height: 350px;*/
}

.thumb-item-nav .slick-list {
    padding: 0 !important;
}

.thumb-item .slick-slide {
    cursor: auto;
    position: relative;
}

@media screen and (max-width: 767px) {
    .thumb-item .slick-slide {
        width: 450px;
    }
}

@media screen and (min-width: 768px) {
    .thumb-item .slick-slide:before {
        content: '';
        width: calc(100% - 10px);
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 5px;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
        transition: .3s;
        pointer-events: none;
    }

    .thumb-item .slick-slide.slick-current:before {
        opacity: 0;
    }
}

.thumb-item-nav .slick-slide {
    cursor: pointer;
    position: relative;
    background-color: transparent;
    /*height: 150px;*/
    width: 100px !important;
    margin-right: 5px;
}

.thumb-item-nav .slick-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
    transition: .3s;
    pointer-events: none;
}

.thumb-item-nav .slick-slide.slick-current:before {
    opacity: 0;
}

/*------------------ヘッダー------------------*/
header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 80px;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: .3s;
    box-shadow: 0 0 4px rgb(0 0 0 / 15%);
}

@media screen and (max-width: 991px) {
    header {
        height: 60px;
    }
}

/*header:hover {
    background-color: #fff;
}
header:hover .modal-btn {
    background-color: #32C0AA;
}
@media (max-width: 991px) {
header:hover .modal-btn {
    background-color: transparent;
}
}*/
.hidden {
    background: none;
    transition: all 0.5s ease;
}

@media (max-width: 991px) {
    .hidden {
        background: #fff;
    }
}

header .container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.header-inner-inner {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%;
}

@media (max-width: 991px) {
    .header-inner-inner {
        width: 100%;
    }
}

.main-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    width: auto;
    height: 80px;
}

@media (max-width: 991px) {
    .main-logo {
        padding: 7px 0;
        height: 60px;
        order: 2;
    }
}

.main-logo.modal-logo-header {
    display: none;
}

.modal-open .main-logo.modal-logo-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1111;
    height: 65px;
    width: 100%;
    background-color: transparent;
}

@media (max-width: 991px) {
    .modal-open .main-logo.modal-logo-header {
        height: 60px;
        /*background-color: rgba(46, 182, 164, 0.7);*/
    }
}

.main-logo a {
    display: block;
}

.main-logo a img {
    width: auto;
    height: 50px;
    transition: .3s;
}

@media (max-width: 1199px) {
    .main-logo a img {
        width: auto;
        height: 40px;
    }
}

@media (max-width: 991px) {
    .main-logo a img {
        width: auto;
        height: 46px;
    }
}

.main-logo a img {}

.hidden .main-logo a img.visible-img {
    display: none;
}

.visible .main-logo a img.hidden-img {
    display: none;
}

@media (max-width: 991px) {
    .hidden .main-logo a img.hidden-img {
        display: none;
    }

    .hidden .main-logo a img.visible-img {
        display: block;
    }
}

header:hover .main-logo a img.visible-img {
    display: block;
}

header:hover .main-logo a img.hidden-img {
    display: none;
}

/*header nav {
    display: flex;
    align-items: center;
}
header nav li {
    float: left;
    padding: 0 30px;
    font-weight: bold;
	font-size: 12px;
}
header nav li a {
    color: #231815;
    position: relative;
    transition: color .3s ease;
}
header nav ul {
    margin-right: 15px;
}*/
header nav {
    width: 100%;
    /*float: left;
    margin: 0 4%;*/
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 60px;
}

.header-inner-inner-right {
    /*width: 50%;
	margin-right: 180px;*/
    padding: 10px 15px;
}

/*---------------------*/

.menu-mega {
    /*width: 100%;
    height: 65px;
    margin: 0 auto;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*height: 28px;
	margin-top: 5px;*/
}

.menu-mega>li {
    /*float: left;
    width: 16.66%;*/
    /*height: 65px;
    line-height: 65px;*/
    /*text-align: center;*/
}

.menu-mega li {
    border-left: 1px solid #146FBC;
    border-right: 1px solid #146FBC;
    white-space: nowrap;
}

.menu-mega li+li {
    border-left: 0;
    border-right: 1px solid #146FBC;
}

.menu-mega>li a {
    display: block;
    color: #146FBC;
    font-weight: bold;
    font-size: 12px;
    transition: .3s;
    position: relative;
}

.hidden .menu-mega>li a {
    color: #fff;
}

header:hover .menu-mega>li a {
    /*color: #444;*/
}

/*.menu-mega > li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 5px;
  background: -moz-linear-gradient(left, #32C0AA, #00BBE2);
  background: -webkit-linear-gradient(left, #32C0AA, #00BBE2);
  background: linear-gradient(to right, #32C0AA, #00BBE2);
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.menu-mega > li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}*/
@media (min-width: 992px) and (max-width: 1060px) {
    .menu-mega>li a {
        font-size: 12px;
    }
}

@media (min-width: 1061px) and (max-width: 1199px) {
    .menu-mega>li a {
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
    .menu-mega>li a {
        font-size: 14px;
    }
}

.menu-mega .menu__second-level:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    position: absolute;
    top: -6.5px;
    left: calc(50% - 6.5px);
    /*background-image: url(../images/sankaku.svg);*/
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    transition: .5s;
}

.menu-mega .menu__second-level>li {
    /*height: 50px;
    line-height: 50px;*/
    height: auto;
    /*line-height: 1;*/
    padding: 0 15px;
}

.menu-mega .menu__second-level>li a {
    display: block;
    color: #444;
    font-weight: bold;
    font-size: 12px;
    transition: .3s;
}

@media (min-width: 992px) {
    .menu-mega .menu__second-level>li a {
        font-size: calc(0.625rem + ((1vw - 9.92px) * 0.9615));
    }
}

@media (min-width: 1200px) {
    .menu-mega .menu__second-level>li a {
        font-size: 12px;
        padding-bottom: 0;
    }
}

.menu-mega .menu__second-level>li a .thumbnail {
    width: 120px;
    height: 80px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #aaa;
    transition: .3s;
}

.menu-mega .menu__second-level>li a:hover .thumbnail {
    opacity: 0.5;
}

.menu-mega .menu__second-level>li a .thumbnail-wrap {
    transition: .3s;
}

.menu-mega .menu__second-level>li a:hover .thumbnail-wrap {
    background-color: #32C0AA;
}

.menu-mega .menu__second-level>li a p {
    line-height: 1;
    padding-bottom: 15px;
}

.menu-mega>li a:hover {
    color: #fdd002;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu-mega>li:hover {
    background: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.menu__second-level li {
    /*border-top: 1px solid #111;*/
}

.menu__third-level li {
    /*border-top: 1px solid #111;*/
}

.menu__second-level li a:hover {
    background: transparent;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
/*.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

/* floatクリア */
.menu-mega:before,
.menu-mega:after {
    /*content: " ";
    display: table;*/
}

.menu-mega:after {
    /*clear: both;*/
}

.menu-mega {
    *zoom: 1;
}

.menu>li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    background: #f8f8f8;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

li.menu__single:hover ul.menu__second-level {
    top: 65px;
    left: 0;
    visibility: visible;
    opacity: 1;
}

/*---------------------*/

header p.header-contact {
    margin: 0;
    font-weight: bold;
    font-size: 12px;
    width: 12%;
    float: left;
}

@media (min-width: 992px) {
    header p.header-contact {
        font-size: calc(0.625rem + ((1vw - 9.92px) * 0.9615));
    }
}

@media (min-width: 1200px) {
    header p.header-contact {
        font-size: 12px;
    }
}

header p.header-contact a {
    height: 65px;
    line-height: 65px;
    background-color: #393232;
    color: #fff;
    display: block;
    padding: 0 20px;
    text-align: center;
    transition: .3s;
}

header p.header-contact a:hover {
    background-color: #717171;
}

/*------------------ヘッダー------------------*/
.modal-btn {
    border-radius: 50%;
}

@media screen and (max-width: 991px) {
    .modal-btn {
        border-radius: 0;
    }
}

.sns-btn {
    /*position: fixed;
    top: 10px;
    right: 85px;*/
    width: 60px;
    height: 60px;
    z-index: 1500;
    background-color: #0468b7;
    border-radius: 50%;
    cursor: pointer;
    float: left;
}

@media screen and (max-width: 991px) {
    .sns-btn {
        display: none;
    }
}

.sns-btn-inner {
    position: relative;
    top: 19px;
    left: 0;
    text-align: center;
    width: 60px;
}

.sns-btn-inner img {
    width: 22px;
    height: auto;
}

.sns-btn-text {
    position: relative;
    top: 22px;
    left: 0;
}

.sns-btn-text p {
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 10px;
    transform: scale(0.75);
    transform-origin: center top;
    font-weight: bold;
    text-align: center;
    z-index: 1000;
    color: #fdd002;
    letter-spacing: 0.2rem;
    margin-bottom: 0;
}

.sns-btn-text p span {
    letter-spacing: 0;
}

.sns-btn-text span {
    color: #FDD000;
    letter-spacing: 0.2rem;
}

.modal-menu-box {
    margin-left: 10px;
    float: left;
}

@media screen and (max-width: 991px) {
    .modal-menu-box {
        margin-left: 0 !important;
    }
}

.modal-menu-box.z-index {
    z-index: 1040;
}

.header-button.z-index {
    z-index: 1061;
}

/*------------------メニュー_ホバー------------------*/
/*.menu-mega > li a::before {  
  transform: scaleX(0);
  transform-origin: bottom right;
}

.menu-mega > li a:hover {
  color: #fdd002;
}

.menu-mega > li a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.menu-mega > li a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  inset: 0 0 0 0;
  background: hsl(206deg 96% 37%);
  z-index: -1;
  transition: transform .3s ease;
}*/

.menu-mega>li a {
    position: relative;
    padding: 3px 20px;
    /*background-color: #f00;*/
    transition: .3s;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-mega>li a {
        padding: 5px 15px;
    }
}

nav .menu-head {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

nav .menu-head li {
    margin-left: 20px;
}

nav .menu-head li:first-child {
    margin-left: 0;
}

nav .menu-head li:last-child {
    margin-left: 20px;
}

nav .menu-head a {
    color: #0468b7;
    font-size: 12px;
    font-weight: 600;
    display: block;
}

nav .menu-head li:nth-last-child(2) a {
    /*background-color: #ff6565;*/
    color: #FFF;
    font-size: 10px;
    /*padding: 5px 8px;*/
    border-radius: 3px;
    font-family: 'Font Awesome 6 pro';
    font-weight: 900;
    transition: .3s;
}

nav .menu-head li:nth-last-child(2) a:hover {
    /*background-color: #de5a5a;*/
}

nav .menu-head li:nth-last-child(2) i {
    font-style: normal;
    margin-right: 5px;
}

.button-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
}

@media screen and (max-width: 991px) {
    .button-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
        order: 1;
    }
}

/*-----------検索フォーム-----------*/
.search_container {
    position: relative;
    box-sizing: border-box;
    display: block;
    padding: 2.5px 5px;
    border-radius: 3px;
    height: 25px;
    width: auto;
    overflow: hidden;
    background: #0468b7;
}

.search_container input[type="text"] {
    border: none;
    height: 20px;
    background: transparent;
    color: #fff;
}

.search_container input[type="text"]:focus {
    outline: 0;
}

.search_container input[type="submit"] {
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 10px;
    border: none;
    background: none;
    color: #fff;
    position: relative;
    height: 20px;
    /*right: 8px;
  top: -10px;*/
    outline: none;
    padding: 0 3px;
}

.search_container ::-webkit-input-placeholder {
    color: #eee;
    font-size: 10px;
    font-weight: 900;
    text-align: left;
}

/*-----------検索フォーム_スマホ-----------*/
.header-button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*text-indent: -119988px;*/
    overflow: hidden;
    /*text-align: left;
  text-transform: capitalize;*/
    position: relative;
    top: 0;
    right: 0;
    z-index: 1059;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 1.3em;
    /*position: absolute;
	top: 15px;
	left: 15px;*/
}

#toggle-search {
    float: right;
    background-position: -60px 0;
    order: 3;
    background-color: #0468b7;
}

@media screen and (min-width: 992px) {
    #toggle-search, #search-form {
        display: none;
    }
}

/*#toggle-search.open:after {
  top: 40px;
}
#toggle-search:after {
  -moz-transition: top, 0.5s;
  -o-transition: top, 0.5s;
  -webkit-transition: top, 0.5s;
  transition: top, 0.5s;
  position: absolute;
  top: 52px;
  left: 50%;
  margin-left: -8px;
  content: "";
  border-color: transparent transparent #fdd002;
  border-style: solid;
  border-width: 8px 8px 12px;
}*/
#toggle-search i {
    font-size: 18px;
    color: #fff;
}

#search-form {
    -moz-transition: max-height, 0.5s;
    -o-transition: max-height, 0.5s;
    -webkit-transition: max-height, 0.5s;
    transition: max-height, 0.5s;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: #fdd002;
    font-size: 14px;
}

#search-form.open {
    max-height: 60px;
}

#search-form fieldset {
    position: relative;
    margin: 0 60px 0 0;
    padding: 0;
    border: none;
}

#search-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 60px;
}

#search-form input[type="search"] {
    width: 100%;
    padding: 0 5px 0 22px;
    background: #FFF;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#search-form input[type="search"]:focus {
    outline: none;
}

#search-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    margin: 0;
    padding: 0;
    /*font-weight: 700;*/
    text-transform: uppercase;
    color: #0468b7;
    background: #fdd002;
    border: none;
    cursor: pointer;

    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*----------------------フッター----------------------*/
footer {
    border-top: 1px solid #146fbc;
}

.footer-box-wrap {
    padding: 20px 0;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .footer-box-wrap>.container {
        padding: 0;
    }
}

.footer-title-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer-logo {
    display: inline-block;
}

.footer-logo a {
    display: block;
}

/*@media screen and (min-width: 992px) {
.footer-logo a img {
    width: auto;
    height: 30px;
}
}*/
.footer-box {
    display: flex;
    margin-top: 40px;
    transition: .3s;
    position: relative;
}

@media screen and (max-width: 767px) {
    .footer-box {
        border-top: 1px solid #146fbc;
        margin-top: 20px;
        padding-top: 20px;
    }
}

.city-office {
    position: absolute;
    left: 0;
    display: inline-block;
}

.footer-col-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.footer-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 20px;
}

@media screen and (min-width: 992px) {
    .footer-col {
        padding: 0 10px;
        padding-left: 0;
        text-align: center;
    }
}

.footer-menu {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer-menu li a {
    /*letter-spacing: 0.2rem;*/
    line-height: 1;
    display: inline-block;
    transition: .3s;
}

.footer-menu.first>li>a {
    font-size: 13px;
    color: #146FBC;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-menu.first>li {
    /*margin-top: 40px;*/
}

.footer-menu.first>li:first-child {
    margin-top: 0;
}

.footer-menu.second {
    margin-bottom: 40px;
}

.footer-menu.second>li>a {
    font-size: 12px;
    color: #146FBC;
    font-weight: 300;
    margin-bottom: 15px;
}

@media (min-width: 1200px) {
    .footer-menu.first>li>a {
        font-size: 14px;
    }

    .footer-menu.second>li>a {
        font-size: 11px;
    }
}

.footer-menu.second li:last-child a {
    margin-bottom: 0;
}

.footer-box-sub {}

.footer-box-sub ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .footer-box-sub ul {
        flex-flow: column;
    }

    .footer-box-sub li {
        border-right: none;
    }
}

.footer-box-sub li {
    border-right: 1px solid #146FBC;
}

@media screen and (max-width: 991px) {
    .footer-box-sub li {
        border-right: none;
        margin-bottom: 12px;
    }

    .footer-box-sub li:last-child {
        margin-bottom: 0;
    }
}

.footer-box-sub li:last-child {
    border-right: none;
}

.footer-box-sub li a {
    font-size: 12px;
    line-height: 1;
    padding: 0 15px;
    color: #146FBC;
}

.footer-bottom {
    background-color: #fff;
    padding: 0;
    padding-bottom: 30px;
}

.footer-bottom .footer-box {
    /*justify-content: space-between;
    align-items: center;*/
    padding: 0;
    padding-top: 10px;
    border: none;
    margin-top: 0;
    display: block;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .footer-bottom .footer-box {
        flex-flow: column;
    }
}

@media screen and (max-width: 991px) {
    .city-office {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .city-office {
        position: relative;
        display: block;
        margin-bottom: 30px;
    }
}

.city-office a {
    padding: 7.5px 20px;
    background-color: #0468B7;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    font-size: 14px;
}

.footer-bottom address {
    margin: 0 auto;
    display: inline-block;
}

@media screen and (max-width: 991px) {
    .footer-bottom address {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .footer-bottom address {
        display: block;
    }
}

.footer-bottom address p {
    font-size: 14px;
    color: #146FBC;
    line-height: 1.4;
}

.footer-bottom address .title {
    font-size: 14px;
    margin-bottom: 5px;
}

.footer-bottom address .jyusho {
    font-size: 12px;
}

.footer-bottom address .tel-fax {
    font-size: 12px;
}

.footer-sns {
    display: inline-block;
    position: absolute;
    right: 0;
}

@media screen and (max-width: 767px) {
    .footer-sns {
        position: relative;
        display: block;
    }
}

.footer-sns ul {
    display: flex;
    align-content: center;
}

@media screen and (max-width: 767px) {
    .footer-sns ul {
        justify-content: center;
    }
}

.footer-sns li {
    margin-left: 15px;
}

.footer-sns li:first-child {
    margin-left: 0;
}

.footer-sns i {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #0468B7;
}

.copyright-box {
    margin-top: 20px;
}

.copyright p {
    font-size: 10px;
    margin: 0;
    text-align: center;
}

.footer-bottom-nav li {
    display: inline-block;
}

.footer-bottom-nav li a {
    font-size: 12px;
    color: #666;
    margin: 0;
    transition: .3s;
}

.footer-bottom-nav li span {
    font-size: 10px;
    color: #666;
    margin: 0 15px;
}

.accordion {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 300px;
    position: relative;
    width: 100%;
}

.accordion-title {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 20px;
}

.accordion-content {
    display: none;
    padding: 10px 20px;
}

.accordion-content p {
    font-size: 13px;
    line-height: 1.5;
}

/* タイトルの背景色 */
.accordion-item:nth-of-type(1) .accordion-title {
    background-color: #7f7fff;
}

.accordion-item:nth-of-type(2) .accordion-title {
    background-color: #66cdaa;
}

.accordion-item:nth-of-type(3) .accordion-title {
    background-color: #ff7f7f;
}

/* コンテンツボックスの枠線 */
.accordion-item:nth-of-type(1) .accordion-content {
    border-bottom: 2px solid #7f7fff;
    border-left: 2px solid #7f7fff;
    border-right: 2px solid #7f7fff;
}

.accordion-title {
    position: relative;
}

.accordion-title::after {
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
}

.accordion-title.open::after {
    top: 45%;
    transform: rotate(-45deg);
}

/*----------------------フッター----------------------*/
main {
    overflow: hidden;
}

/*----------------------トップページ----------------------*/
section {
    padding-bottom: 50px;
}

section:first-of-type {
    padding: 50px 0;
    padding-top: 0;
}

section.first-section.top {
    padding-top: 50px;
}

@media screen and (max-width: 767px) {
    section.first-section.top {
        padding-top: 20px;
        margin-top: 30px
    }
}

/*----------------------トップページ----------------------*/
/*----------------------お知らせ----------------------*/
.section-title {
    text-align: center;
}

.section-title .jp {
    font-size: 20px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .section-title .jp {
        font-size: 20px;
    }
}

.section-title .en {
    font-size: 12px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.tab-wrap.news {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

.tab-wrap.news:after {
    /*content: '';
  width: 100%;
  height: 3px;
  background: #0468b7;
  display: block;
  order: -1;*/
}

.tab-wrap.news .tab-label {
    color: White;
    background: LightGray;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    padding: 10px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
    font-size: 14px;
}

.tab-wrap.news .tab-label:not(:last-of-type) {
    margin-right: 5px;
}

.tab-wrap.news .tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.tab-wrap.news .tab-switch:checked+.tab-label {
    background: #0468b7;
}

.tab-wrap.news .tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    overflow: auto;
    padding: 15px 0;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .tab-wrap.news .tab-switch:checked+.tab-label+.tab-content {
        padding-top: 0;
    }
}

.tab-wrap.news .tab-switch {
    display: none;
}

.tab-wrap.news .tab-label {
    margin-bottom: 0;
    border-radius: 0;
}

.tab-wrap.news .tab-label:not(:last-of-type) {
    margin-right: 0;
}

.tab-wrap.news .tab-label {
    background: #fff;
    color: rgb(4 104 183 / 50%);
    border: 2px solid;
    border-left: 0;
    border-color: #0468b7;
    font-size: 14px;
    line-height: 1;
    transition: .3s;
}

@media screen and (min-width: 768px) {
    .tab-wrap.news .tab-label:hover {
        background: #469ee4;
        color: #fff;
    }
}

@media screen and (max-width: 767px) {
    .tab-wrap.news .tab-label {
        font-weight: normal;
    }

    .tab-wrap.news .tab-label span {
        font-size: 10px;
        transform: scale(0.7);
    }

    .tab-wrap.news .tab-switch:checked+.tab-label {
        font-weight: bold;
    }
}

.tab-wrap.news label.tab04 {
    border-left: 2px solid #0468b7;
    border-radius: 3px 0 0 3px;
}

.tab-wrap.news label.tab07 {
    border-radius: 0 3px 3px 0;
}

.tab-wrap.news .tab-switch:checked+.tab-label+.tab-content {
    text-align: center;
}

.tab-wrap.news .tab-switch:checked+.tab-label {
    background: #0468b7;
    color: #fff;
    border-color: #0468b7;
    cursor: initial;
}

/*お知らせリスト_トップ*/
.top-news-inner ul {
    margin-bottom: 0;
}

.top-news-inner li {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid rgb(4 104 183 / 10%);
}

@media screen and (min-width: 992px) {
    .top-news-inner li {
        padding: 20px;
    }
}

.top-news-inner li:nth-child(odd) {
    /*background-color: #f4f7f9;*/
}

.top-news-inner li a {
    color: #393232;
    transition: .3s;
    /*display: flex;
    justify-content: flex-start;
    align-items: center;*/
    /*padding: 5px 0;*/
    text-decoration: underline;
}

.top-news-inner li a:hover {
    color: #0468b7;
}

.top-news-inner li time {
    color: #393232;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    margin-right: 5px;
}

@media screen and (min-width: 992px) {
    .top-news-inner li time {
        font-size: 13px;
    }
}

@media screen and (max-width: 991px) {
    .top-news-inner li time {
        padding: 3px 0;
    }
}

.top-news-inner li .category {
    font-size: 10px;
    margin-right: 12px;
    white-space: nowrap;
    line-height: 1;
}

@media screen and (min-width: 992px) {
    .top-news-inner li .category {
        margin-right: 7.5px;
    }
}

@media screen and (max-width: 767px) {
    .top-news-inner li .category {
        margin-right: 5px;
    }
}

/*.top-news-inner li .category a {
	padding: 3px 5px;
    display: block;
    background-color: #fff;
    color: #0468b7;
	border: 1px solid #0468b7;
}
@media screen and (max-width: 767px) {
	.top-news-inner li .category a {
	padding: 3px 5px;
    display: block;
    background-color: #fff;
    color: #0468b7;
	border: 1px solid #0468b7;
}
}*/
.top-news-inner li .category {
    padding: 3px 5px;
    display: block;
    background-color: #fff;
    color: #0468b7;
    border: 1px solid #0468b7;
    width: auto;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .top-news-inner li .category {
        padding: 3px 5px;
        display: block;
        background-color: #fff;
        color: #0468b7;
        border: 1px solid #0468b7;
        font-size: 10px;
        transform: scale(0.9);
    }
}

.top-news-inner li .title {
    font-size: 14px;
    line-height: 1.4;
    /*white-space: nowrap;
    overflow: hidden;*/
    text-overflow: ellipsis;
}

@media screen and (min-width: 992px) {
    .top-news-inner li .title {
        font-size: 15px;
    }
}

.top-news-inner li .new-tag {
    white-space: nowrap;
    background-color: #ff6565;
    line-height: 1;
    padding: 3px 5px;
    color: #fff;
    display: block;
    font-size: 10px;
    animation: flash 2s linear infinite;
}

@keyframes flash {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@media screen and (min-width: 992px) {
    .top-news-inner li .new-tag {
        margin-right: 12px;
        border: 1px solid #ff6565;
        letter-spacing: 0.1rem;
    }
}

@media screen and (max-width: 991px) {
    .top-news-inner li .new-tag {
        transform: scale(0.8);
    }
}

@media screen and (max-width: 767px) {
    .top-news-inner li .new-tag {
        transform: scale(0.9);
        border: 1px solid #ff6565;
    }
}

.news-time-col {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;
}

.news-text-col {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.news-text-col p {
    line-height: 1;
}

section .container {
    padding-left: 15px;
    padding-right: 15px;
}

.posting-col {
    position: relative;
}

.more-look {
    position: absolute;
    top: 7.5px;
    right: 7.5px;
}

@media screen and (max-width: 767px) {
    .more-look {
        position: relative;
        top: 0;
        right: 0;
        text-align: center;
    }
}

.more-look a {
    padding: 10px;
    background: #0468b7;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    display: block;
    line-height: 1;
    transition: .3s;
}

.more-look a i {
    font-family: 'Font Awesome 6 pro';
    font-weight: 900;
    font-style: normal;
    position: relative;
    right: 0;
    margin-left: 8px;
}

.more-look a:hover {
    background: #469ee4;
    color: #fff;
}

/*----------------------イベントカレンダー----------------------*/
.tab-wrap.event {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

.tab-wrap.event:after {
    /*content: '';
  width: 100%;
  height: 3px;
  background: #0468b7;
  display: block;
  order: -1;*/
}

.tab-wrap.event .tab-label {
    color: White;
    background: LightGray;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    padding: 10px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
    font-size: 14px;
}

.tab-wrap.event .tab-label:not(:last-of-type) {
    margin-right: 5px;
}

.tab-wrap.event .tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-30%);
    transition: transform .3s 80ms, opacity .3s 80ms;
}

.tab-wrap.event .tab-switch:checked+.tab-label {
    background: #0468b7;
}

.tab-wrap.event .tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    overflow: auto;
    padding: 15px 0;
    opacity: 1;
}

.tab-wrap.event .tab-switch {
    display: none;
}

.tab-wrap.event .tab-label {
    margin-bottom: 0;
    border-radius: 0;
}

.tab-wrap.event .tab-label:not(:last-of-type) {
    margin-right: 0;
}

.tab-wrap.event .tab-label {
    background: #fff;
    color: rgb(4 104 183 / 50%);
    border: 2px solid;
    border-left: 0;
    border-color: #0468b7;
    font-size: 14px;
    line-height: 1;
    transition: .3s;
}

@media screen and (min-width: 768px) {
    .tab-wrap.event .tab-label:hover {
        background: #469ee4;
        color: #fff;
    }
}

@media screen and (max-width: 767px) {
    .tab-wrap.event .tab-label {
        font-weight: normal;
    }

    .tab-wrap.event .tab-label span {
        font-size: 10px;
        transform: scale(0.8);
    }

    .tab-wrap.event .tab-switch:checked+.tab-label {
        font-weight: bold;
    }
}

.tab-wrap.event label.tab08 {
    border-left: 2px solid #0468b7;
    border-radius: 3px 0 0 3px;
}

.tab-wrap.event label.tab09 {
    border-radius: 0 3px 3px 0;
}

.tab-wrap.gourmet label.tab11 {
    border-radius: 0 3px 3px 0;
}

.tab-wrap.gourmet label.tab11.summer {
    border-radius: 0;
}

.tab-wrap.event .tab-label.winter {
    border-radius: 0 3px 3px 0;
}

.tab-wrap.gourmet .tab-label.course {
    border-radius: 3px;
}

/*.tab-wrap.event label.tab13 {
    border-radius: 0 3px 3px 0;
}*/
.tab-wrap.event .tab-switch:checked+.tab-label+.tab-content {
    text-align: center;
}

.tab-wrap.event .tab-switch:checked+.tab-label {
    background: #0468b7;
    color: #fff;
    border-color: #0468b7;
}

.top-event-inner ul, .archive-event-inner ul {
    display: flex;
}

.top-event-inner li {
    /*padding: 20px;*/
    padding: 10px;
    text-align: left;
}

.archive-event-inner li {
    padding: 10px;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .top-event-inner li, .archive-event-inner li {
        padding: 0;
        padding-top: 5px;
        margin-bottom: 30px;
        width: 100%;
    }
}

.top-event-inner li:nth-child(odd), .archive-event-inner li:nth-child(odd) {
    /*background-color: #f4f7f9;*/
}

.top-event-inner ul, .archive-event-inner ul {
    flex-wrap: wrap;
}

@media screen and (min-width: 1200px) {
    .top-event-inner ul .event-col, .archive-event-inner ul .event-col {
        /*width: 33.33%*/
        width: 25%
    }

    .archive-event-inner ul .event-col {
        width: 25%;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .top-event-inner ul .event-col, .archive-event-inner ul .event-col {
        width: 33.33%
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .top-event-inner ul .event-col:nth-of-type(4), .archive-event-inner ul .event-col:nth-of-type(4) {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .top-event-inner ul .event-col:nth-of-type(5), .top-event-inner ul .event-col:nth-of-type(6), .top-event-inner ul .event-col:nth-of-type(7), .top-event-inner ul .event-col:nth-of-type(8) {
        display: none;
    }
}

/*.event-col {
	margin-left: 20px;
}
@media screen and (min-width: 992px){
	.event-col:nth-child(3n+1) {
		margin-left: 0;
	}
}
@media screen and (min-width: 768px){
	.event-col:nth-child(2n+1) {
		margin-left: 0;
	}
}
@media screen and (max-width: 767px){
	.top-event-inner ul {
		justify-content: space-between;
	}
	.event-col  {
		margin-left: 0;
	}
}*/
.event-slide {
    padding-bottom: 20px;
}

.event-col .text-box {
    margin-top: 15px;
}

.event-col .title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

.event-col .title a {
    color: #393232;
}

.event-col .text {
    text-align: justify;
}

.event-col .text {
    text-align: justify;
}

.event-col .point {
    border-top: 1px dotted #ccc;
    margin-top: 10px;
    padding-top: 10px;
}

.event-col .point p {
    font-size: 12px;
    color: #848484 !important;
}

.event-col .date::before, .event-col .spot::before {
    font-family: 'Font Awesome 6 pro';
    font-weight: 900;
    width: 13px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.event-col .date::before {
    content: '\f017';
}

.event-col .spot::before {
    content: '\f3c5';
}

.event-col .tag-box {
    margin-bottom: 5px;
}

.event-col .tag-box p {
    margin-right: 5px;
}

.event-col .tag-box p:last-of-type {
    margin-right: 0;
}

.event-col .session {
    white-space: nowrap;
    background-color: #ff6565;
    line-height: 1;
    padding: 3px 5px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
}

.event-col .category {
    white-space: nowrap;
    background-color: #000;
    line-height: 1;
    padding: 3px 5px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
}

.event-col .category.spring, .other-spot .category.spring {
    background-color: rgb(247 134 219);
}

.event-col .category.summer, .other-spot .category.summer {
    background-color: rgb(84 215 18);
}

.event-col .category.autumn, .other-spot .category.autumn {
    background-color: rgb(239 121 5);
}

.event-col .category.winter, .other-spot .category.winter {
    background-color: rgb(5 183 239);
}

.event-col .category.latest, .other-spot .category.latest {
    background: rgb(136 134 247);
}

.event-col.slick-slide {
    padding: 20px;
}

.event-col.slick-slide img {
    height: auto;
}

section#featured {
    padding-bottom: 40px;
    margin-bottom: 85px;
}

section#featured .slide-container {
    margin-top: 0;
}

section#featured .slick-prev, section#featured .slick-next {
    top: auto;
    bottom: -60px;
}

section#featured .slick-prev {
    left: calc(50% - 200px);
    width: 190px;
}

@media screen and (max-width: 767px) {
    section#featured .slick-prev {
        left: calc(50% - 150px);
        width: 140px;
    }
}

section#featured .slick-prev::before {
    position: absolute;
    top: 0;
    right: 0;
}

section#featured .slick-prev::after {
    content: '前のイベントを表示';
    display: inline-block;
    color: #0468b7;
    font-size: 13px;
    white-space: nowrap;
    position: absolute;
    top: 21px;
    left: 15px;
    font-weight: 700;
    transition: .3s;
}

@media screen and (min-width: 768px) {
    section#featured .slick-prev::after {
        content: '前のイベントを表示';
    }

    section#featured .slick-prev:hover::after {
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    section#featured .slick-prev::before {
        border: 4px solid rgb(4 104 183);
    }

    section#featured .slick-prev::after {
        content: '前のイベント';
        top: 25px;
        left: 0;
    }
}

section#featured .slick-next {
    right: calc(50% - 200px);
    width: 190px;
}

@media screen and (max-width: 767px) {
    section#featured .slick-next {
        right: calc(50% - 150px);
        width: 140px;
    }
}

section#featured .slick-next::before {
    position: absolute;
    top: 0;
    left: 0;
}

section#featured .slick-next::after {
    content: '次のイベントを表示';
    display: inline-block;
    color: #0468b7;
    font-size: 13px;
    white-space: nowrap;
    position: absolute;
    top: 21px;
    right: 15px;
    font-weight: 700;
    transition: .3s;
}

@media screen and (min-width: 768px) {
    section#featured .slick-next::after {
        content: '次のイベントを表示';
    }

    section#featured .slick-next:hover::after {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    section#featured .slick-next::before {
        border: 4px solid rgb(4 104 183);
    }

    section#featured .slick-next::after {
        content: '次のイベント';
        top: 25px;
        right: 0;
    }
}

/*----------------------イベントカレンダー----------------------*/
section#superb-view {
    margin-bottom: 85px;
}

section#superb-view .slide-container {
    margin-top: 20px;
}

.superb-view-slide {
    padding-bottom: 50px;
}

.superb-view-col.slick-slide {
    padding: 0 10px;
    text-align: center;
}

.superb-view-col.slick-slide img {
    box-shadow: 10px 10px 7px -10px rgb(137 137 137);
}

.superb-view-col .inner-col {
    padding: 20px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .superb-view-col .inner-col {
        padding: 10px;
    }
}

.superb-view-col .inner {
    position: relative;
}

.superb-view-col .inner::before,
.superb-view-col .inner::after {
    content: '';
    position: absolute;
    transform: rotate(-35deg);
    width: 70px;
    height: 25px;
    background-color: #fff;
    z-index: 1;
}

.superb-view-col .inner::before {
    top: -10px;
    left: -25px;
    border-bottom: 1px solid #aaa;
}

.superb-view-col .inner::after {
    bottom: -10px;
    right: -25px;
    border-top: 1px solid #aaa;
}

section#superb-view .slick-prev, section#superb-view .slick-next {
    top: auto;
    bottom: -60px;
}

section#superb-view .slick-prev {
    left: calc(50% - 200px);
    width: 190px;
}

@media screen and (max-width: 767px) {
    section#superb-view .slick-prev {
        left: calc(50% - 125px);
        width: 115px;
    }
}

section#superb-view .slick-prev::before {
    position: absolute;
    top: 0;
    right: 0;
}

section#superb-view .slick-prev::after {
    display: inline-block;
    color: #0468b7;
    font-size: 13px;
    white-space: nowrap;
    position: absolute;
    top: 21px;
    left: 15px;
    font-weight: 700;
    transition: .3s;
}

@media screen and (min-width: 768px) {
    section#superb-view .slick-prev::after {
        content: '前の写真を表示';
    }

    section#superb-view .slick-prev:hover::after {
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    section#superb-view .slick-prev::before {
        border: 3px solid rgb(4 104 183);
    }

    section#superb-view .slick-prev::after {
        content: '前の写真';
        top: 25px;
        left: 0;
    }
}

section#superb-view .slick-next {
    right: calc(50% - 200px);
    width: 190px;
}

@media screen and (max-width: 767px) {
    section#superb-view .slick-next {
        right: calc(50% - 125px);
        width: 115px;
    }
}

section#superb-view .slick-next::before {
    position: absolute;
    top: 0;
    left: 0;
}

section#superb-view .slick-next::after {
    display: inline-block;
    color: #0468b7;
    font-size: 13px;
    white-space: nowrap;
    position: absolute;
    top: 21px;
    right: 15px;
    font-weight: 700;
    transition: .3s;
}

@media screen and (min-width: 768px) {
    section#superb-view .slick-next::after {
        content: '次の写真を表示';
    }

    section#superb-view .slick-next:hover::after {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    section#superb-view .slick-next::before {
        border: 3px solid rgb(4 104 183);
    }

    section#superb-view .slick-next::after {
        content: '次の写真';
        top: 25px;
        right: 0;
    }
}

/*.superb-view-col .title {
	text-align: center;
	font-size: 15px;
}
.superb-view-col .title span {
	background:linear-gradient(transparent 60%, #6cf 60%);
	display: inline-block;
}*/
.superb-view-col .title {
    position: relative;
    z-index: 2;
    padding: 1rem 3rem calc(1rem + 10px);
    display: inline-block;
    margin-top: 10px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    background: #6cf;
    color: #fff;
}

.superb-view-col:nth-of-type(1) .title {
    background: #6cf;
}

.superb-view-col:nth-of-type(2) .title {
    background: #5cec7f;
}

@media screen and (max-width: 767px) {
    .superb-view-col .title {
        margin-top: 15px;
    }
}

.superb-view-col .title:before {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 100%;
    height: 100%;
    content: '';
    border: 4px solid #0468b7;
}

@media screen and (max-width: 767px) {
    .superb-view-col .title:before {
        border: 3px solid #0468b7;
    }
}

.superb-view-col .title span {
    position: relative;
    left: -1rem;
}

/*section#superb-view .superb-view-col:nth-last-child(1) .title {
	background: #fff100;
}
section#superb-view .superb-view-col:nth-last-child(2) .title {
	background: #f6c;
}
section#superb-view .superb-view-col:nth-last-child(3) .title {
	background: #6cf;
}
section#superb-view .superb-view-col:nth-last-child(4) .title {
	background: #6f6;
}*/
/*----------------------タブ_アニメーション----------------------*/
.tab-content {
    height: 0;
    opacity: 0;
    padding: 0 20px;
    pointer-events: none;
    /*transform: translateX(-30%);
    transition: transform .3s 80ms, opacity .3s 80ms;*/
    width: 100%;
}

.tab-switch:checked~.tab-content {
    transform: translateX(30%);
}

.tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    opacity: 1;
    order: 1;
    pointer-events: auto;
    transform: translateX(0);
}

/*----------------------タブ_アニメーション----------------------*/
/*#featured .slick-prev::after {
    content: '前のイベントを表示';
    display: inline-block;
    color: #0468b7;
    font-size: 14px;
    white-space: nowrap;
    position: absolute;
    top: 19px;
    left: -138px;
    font-weight: 700;
	transition: .3s;
}
#featured .slick-prev:hover::after {
     left: -148px;
    }
#featured .slick-next::after {
    content: '次のイベントを表示';
    display: inline-block;
    color: #0468b7;
    font-size: 14px;
    white-space: nowrap;
    position: absolute;
    top: 19px;
    right: -138px;
    font-weight: 700;
	transition: .3s;
}
#featured .slick-next:hover::after {
    content: '次のイベントを表示';
    display: inline-block;
    color: #0468b7;
    font-size: 14px;
    white-space: nowrap;
    position: absolute;
    top: 19px;
    right: -138px;
    font-weight: 700;
	transition: .3s;
}*/
.mad-box {
    margin-bottom: 50px;
}

.mad-container {
    padding: 0;
}

.grid {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.grid__item {
    margin: 5px;
    box-sizing: border-box;
    padding: 0;
    height: auto;
}

.grid__item img {
    box-shadow: 10px 10px 7px -10px rgb(137 137 137);
}

@media screen and (min-width: 1400px) {
    .mad-container {
        max-width: 1300px;
    }

    .grid__item {
        width: 422.5px;
    }

    /*.grid__item__large {
  width: 420px;
}*/
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .mad-container {
        max-width: 1110px;
    }

    .grid__item {
        width: 360px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .mad-container {
        max-width: 930px;
    }

    .grid__item {
        width: 300px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .mad-container {
        max-width: 690px;
    }

    .grid__item {
        width: 335px;
    }
}

@media screen and (max-width: 767px) {
    .mad-box {
        margin-bottom: 10px;
    }

    .mad-container {
        max-width: 100%;
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
    }

    .grid__item {
        width: calc(100% - 10px);
        margin: 5px;
        margin-bottom: 7.5px;
    }
}


.modal__bg {
    background: rgba(0, 52, 93, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}

/*----------------------お知らせ一覧----------------------*/
.first-section {
    /*margin-top: 80px;*/
}

/*----------------------グルメ一覧----------------------*/
.tab-wrap.gourmet {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

.tab-wrap.gourmet:after {
    /*content: '';
  width: 100%;
  height: 3px;
  background: #0468b7;
  display: block;
  order: -1;*/
}

.tab-wrap.gourmet .tab-label {
    color: White;
    background: LightGray;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    padding: 10px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
    font-size: 14px;
}

.tab-wrap.gourmet .tab-label:not(:last-of-type) {
    margin-right: 5px;
}

.tab-wrap.gourmet .tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-30%);
    transition: transform .3s 80ms, opacity .3s 80ms;
}

.tab-wrap.gourmet .tab-switch:checked+.tab-label {
    background: #0468b7;
}

.tab-wrap.gourmet .tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    overflow: auto;
    padding: 15px 0;
    opacity: 1;
}

.tab-wrap.gourmet .tab-switch {
    display: none;
}

.tab-wrap.gourmet .tab-label {
    margin-bottom: 0;
    border-radius: 0;
}

.tab-wrap.gourmet .tab-label:not(:last-of-type) {
    margin-right: 0;
}

.tab-wrap.gourmet .tab-label {
    background: #fff;
    color: rgb(4 104 183 / 50%);
    border: 2px solid;
    border-left: 0;
    border-color: #0468b7;
    font-size: 14px;
    line-height: 1;
    transition: .3s;
}

@media screen and (min-width: 768px) {
    .tab-wrap.gourmet .tab-label:hover {
        background: #469ee4;
        color: #fff;
    }
}

@media screen and (max-width: 767px) {
    .tab-wrap.gourmet .tab-label {
        font-weight: normal;
    }

    .tab-wrap.gourmet .tab-label span {
        font-size: 10px;
        transform: scale(0.8);
    }

    .tab-wrap.gourmet .tab-switch:checked+.tab-label {
        font-weight: bold;
    }
}

.tab-wrap.gourmet label.tab08 {
    border-left: 2px solid #0468b7;
    border-radius: 3px 0 0 3px;
}

.tab-wrap.gourmet label.tab13 {
    border-radius: 0 3px 3px 0;
}

.tab-wrap.gourmet .tab-switch:checked+.tab-label+.tab-content {
    text-align: center;
}

.tab-wrap.gourmet .tab-switch:checked+.tab-label {
    background: #0468b7;
    color: #fff;
    border-color: #0468b7;
}

.gourmet-inner ul {
    display: flex;
}

.gourmet-inner li {
    padding: 10px;
    text-align: left;
}

.gourmet-inner li:nth-child(odd) {
    background-color: transparent;
}

.gourmet-inner ul {
    flex-wrap: wrap;
    /*justify-content: center;*/
}

@media screen and (min-width: 1200px) {
    .gourmet-inner ul .gourmet-col {
        width: 25%;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .gourmet-inner ul .gourmet-col {
        width: 33.33%
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .gourmet-inner ul .gourmet-col:nth-of-type(3) {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .gourmet-inner ul .gourmet-col {
        width: 50%
    }
}

@media screen and (max-width: 767px) {
    .gourmet-inner ul .gourmet-col {
        width: 100%;
        /*padding-left: 0;
    padding-right: 0;*/
        margin-bottom: 30px;
    }

    .archive .gourmet-inner ul .gourmet-col {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

/*.event-col {
	margin-left: 20px;
}
@media screen and (min-width: 992px){
	.event-col:nth-child(3n+1) {
		margin-left: 0;
	}
}
@media screen and (min-width: 768px){
	.event-col:nth-child(2n+1) {
		margin-left: 0;
	}
}
@media screen and (max-width: 767px){
	.top-event-inner ul {
		justify-content: space-between;
	}
	.event-col  {
		margin-left: 0;
	}
}*/
.gourmet-slide {
    padding-bottom: 20px;
}

.gourmet-col .text-box {
    margin-top: 15px;
}

.gourmet-col .title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #393232;
}

/*.gourmet-col .title a {
	color: #393232;
}*/
.gourmet-col .text {
    text-align: justify;
}

.gourmet-col .text {
    text-align: left;
    font-size: 14px;
}

.gourmet-col a {
    display: block;
    transition: .3s;
}

.gourmet-col a img {
    transition: .3s;
    border: 1px solid #0468b7;
}

.gourmet-col a:hover img {
    opacity: 0.7;
}

.gourmet-col a .title {
    transition: .3s;
}

.gourmet-col a:hover .title {
    color: #469ee4;
    text-decoration: underline;
}

.gourmet-col .point {
    border-top: 1px dotted #ccc;
    margin-top: 10px;
    padding-top: 10px;
}

@media screen and (max-width: 991px) {
    .gourmet-col .point {
        padding: 10px;
        border: 2px solid #ccc;
        border-radius: 5px;
        background-color: #fafafa;
    }
}

.gourmet-col .point p {
    font-size: 12px;
    color: #848484 !important;
}

.gourmet-col .point p::before, .gourmet-col .category::before, .gourmet-col .point p span::before {
    font-family: 'Font Awesome 6 pro';
    font-weight: 900;
    width: 13px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.gourmet-col .category::before {
    content: '\f2e7';
    color: #ffffff;
}

.gourmet-col .spot::before {
    content: '\f3c5';
    color: #848484;
}

.gourmet-col .date-am::before {
    content: '\f185';
    color: #ff7a2f;
}

.gourmet-col .date-pm::before {
    content: '\f186';
    color: #6029ea;
}

.gourmet-col .phone::before {
    content: '\f095';
    color: #848484;
}

.gourmet-col .snooze {
    display: flex;
    align-items: center;
}

.gourmet-col .snooze:before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 13px;
    /*画像の幅*/
    height: 13px;
    /*画像の高さ*/
    background-image: url("../images/snooze.svg");
    background-size: contain;
    vertical-align: middle;
    opacity: 0.6;
}

.gourmet-col .tag-box {
    margin-bottom: 5px;
}

.gourmet-col .tag-box p {
    margin-right: 5px;
}

.gourmet-col .tag-box p:last-of-type {
    margin-right: 0;
}

.gourmet-col .category {
    white-space: nowrap;
    background-color: #fdd002;
    line-height: 1;
    padding: 3px 5px;
    color: #393232;
    display: inline-block;
    font-size: 10px;
}

.gourmet-col .category.hiketa {
    background-color: #fd4802f5;
}

.gourmet-col .category.shirotori {
    background-color: #7fbcfff5;
}

.gourmet-col.slick-slide {
    padding: 20px;
}

.gourmet-col.slick-slide img {
    height: auto;
}

/*----------------------グルメ詳細ページ----------------------*/
.single-contents {
    /*margin-top: 80px;*/
}

/*.single-contents main, .single-contents aside {
	margin-top: 80px;
}*/
.single-contents aside {
    padding: 50px 0;
}

@media screen and (max-width: 767px) {
    .single-contents aside {
        padding: 0;
    }
}

.single-section .section-title {
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
}

.single-section .section-title .catch {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}

.single-section .section-title .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .single-section .section-title .title {
        font-size: 22px;
        font-weight: 700;
        line-height: 1.4;
    }
}

.single-section .section-title .kana {
    font-size: 12px;
    font-weight: 700;
    /*padding-left: 20px;*/
}

/*.single-section .thumb-item-nav .slick-slide img {
	    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: 100%;
    max-width: 179%;
    max-height: initial;
}
.single-section .thumb-item-nav .slick-slide .trim-wrap {
    position: relative;
    width: auto;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-color: transparent;
}
.single-section .thumb-item-nav .slick-slide .trim-wrap > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: 100%;
    max-width: 179%;
    max-height: initial;
}*/
/*.img-liquid {
	width: 100%;
	height: 480px;
}
.thumb-item-nav .img-liquid {
	position: relative;
    width: auto;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-color: transparent;
}
.thumb-item-nav .slick-slide .img-liquid img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: 100%;
    max-width: 179%;
    max-height: initial;
}
.thumb-item-nav .slick-slide .img-liquid:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0,0,0,0.5);
    transition: .3s;
    pointer-events: none;
	z-index: 1;
}
.thumb-item-nav .slick-slide.slick-current .img-liquid:before {
    opacity: 0;
}*/
.single-section .thumb-item-nav .slick-slide {
    cursor: pointer;
    position: relative;
    background-color: transparent;
}

.single-section .slick-prev {
    left: 15px;
}

.single-section .slick-next {
    right: 15px;
}

.single-section .slick-prev::before, .single-section .slick-next::before {
    color: #fff;
    border: 1px solid #fff;
}

.side-list-ul li {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.side-list-ul li a {
    display: flex;
    align-content: center;
    transition: .3s;
}

.flex-flow .side-list-ul li a {
    flex-flow: column;
}

.side-list-ul li a:hover .title {
    color: #469ee4;
    text-decoration: underline;
}

.side-list-ul li .trim-wrap {
    position: relative;
    width: 60px;
}

.side-list-ul li .trim-wrap:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.side-list-ul li .trim-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    transition: .3s;
    /*border: 1px solid #0468b7;*/
}

.side-list-ul li a:hover .trim-wrap img {
    opacity: 0.7;
}

.side-list-ul li .text-wrap {
    padding-left: 15px;
    width: calc(100% - 60px);
}

.flex-flow .side-list-ul li .text-wrap {
    padding-left: 0;
    margin-top: 5px;
}

.side-list-ul li .title {
    line-height: 1.3;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #393232;
    transition: .3s;
}

.side-list-ul li .category {
    line-height: 1;
    margin-bottom: 5px;
    color: #5580a2;
    font-size: 11px;
}

.side-list-ul li .address {
    line-height: 1;
    color: #5580a2;
    font-size: 11px;
}

.sub-box .section-title {
    text-align: left;
}

.sub-box .section-title p {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1;
}

.side-list-ul li .category::before {
    font-family: 'Font Awesome 6 pro';
    font-weight: 900;
    width: 13px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    content: '\f22d';
    color: #ffbb15;
}

.side-list-ul li .address::before {
    font-family: 'Font Awesome 6 pro';
    font-weight: 900;
    width: 13px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    content: '\f3c5';
    color: #393232;
}

@media screen and (min-width: 992px) {
    .single-section .posting-col {
        padding-right: 30px;
    }
}

.sub-box {
    margin-bottom: 30px;
}

.thumb-item-nav .slick-slide img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.single-section.gourmet .thumb-item-nav {
    width: 195px;
    margin: 10px auto;
    height: 60px;
}

.single-section.gourmet .thumb-item-nav .slick-slide {
    width: 60px !important;
}

.single-section.gourmet .thumb-item-nav .slick-slide img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.single-section.gourmet .thumb-item-nav {
    width: 195px;
    margin: 10px auto;
    height: 60px;
}

.single-contents .single-section {
    padding: 50px 0;
    padding-top: 20px;
}

.single-section.gourmet .text-box {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .single-section.gourmet .text-box {
        margin-bottom: 30px;
    }
}

.single-section table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
}

.single-section .spot-info-box th,
.single-section .spot-info-box td {
    border: solid 1px #ccc;
    text-align: left;
    box-sizing: border-box;
}

.single-section .spot-info-box th {
    background: #F3F2EE;
    color: #463f2d;
    padding: 15px;
    vertical-align: top;
    width: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .single-section .spot-info-box th {
        /*border-left: none;*/
    }
}

.single-section .spot-info-box td {
    padding: 10px 15px;
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .single-section .spot-info-box td {
        /*border-right: none;*/
    }
}

@media screen and (max-width: 767px) {
    .single-section .spot-info-box {
        width: 100%;
    }

    .single-section table.spot-info-box th,
    .single-section table.spot-info-box td {
        display: block;
        width: 100%;
        border-bottom: none;
        padding: 10px;
    }

    .single-section .spot-info-box tr:last-child {
        border-bottom: solid 1px #ccc;
    }
}

.single-section .table-box .title {
    background-color: #def1fc;
    padding: 1rem;
    border-left: none;
    color: #0468b7;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
    margin-bottom: 15px;
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
    .single-section .table-box .title {
        font-size: 18px;
        line-height: 1.2;
    }
}

.single-section .table-box .table-title {
    font-size: 15px;
    font-weight: bold;
    margin: 15px 0;
    padding-left: 10px;
    border-left: solid 3px #0468b7;
    color: #393232;
}

.single-section .table-box .table-box-inner {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .single-section .menu-box th {
        background: #fff6ea;
        border: solid 1px #ccc;
        width: 35%;
    }

    .single-section .menu-box td {
        border: solid 1px #ccc;
        text-align: right;
    }
}

@media screen and (max-width: 767px) {
    .single-section .menu-box th {
        background: #fff6ea;
    }
}

.single-section .table-box .table-box-inner:last-of-type {
    margin-bottom: 0;
}

.other-spot {
    margin-bottom: 30px;
}

.other-spot ul {
    flex-wrap: wrap;
    display: flex;
}

.other-spot li.gourmet-col {
    width: 33.33%;
    margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
    .other-spot .posting-col {
        padding-right: 30px;
    }
}

@media screen and (max-width: 991px) {
    .other-spot li.gourmet-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

/*.other-spot li.gourmet-col:nth-child(odd){
	padding-left: 0;
    padding-right: 10px;
}
.other-spot li.gourmet-col:nth-child(even){
	padding-right: 0;
    padding-left: 10px;
}*/
@media screen and (min-width: 992px) {
    .other-spot li.gourmet-col:nth-child(1), .other-spot li.gourmet-col:nth-child(4), .other-spot li.gourmet-col:nth-child(7), .other-spot li.gourmet-col:nth-child(10) {
        padding-left: 0;
        padding-right: 10px;
    }

    .other-spot li.gourmet-col:nth-child(2), .other-spot li.gourmet-col:nth-child(5), .other-spot li.gourmet-col:nth-child(8), .other-spot li.gourmet-col:nth-child(11) {
        padding-right: 5px;
        padding-left: 5px;
    }

    .other-spot li.gourmet-col:nth-child(3), .other-spot li.gourmet-col:nth-child(6), .other-spot li.gourmet-col:nth-child(9), .other-spot li.gourmet-col:nth-child(12) {
        padding-right: 0;
        padding-left: 10px;
    }
}

@media screen and (max-width: 991px) {
    .other-spot li.gourmet-col:nth-child(odd) {
        padding: 0;
        padding-right: 10px;
    }

    .other-spot li.gourmet-col:nth-child(even) {
        padding: 0;
        padding-left: 10px;
    }
}

.other-spot .posting-col>.title-box {
    text-align: left;
    padding-bottom: 0;
    border-bottom: none;
    display: flex;
    align-items: baseline;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .other-spot .posting-col>.title-box {
        display: block;
    }
}

.other-spot .posting-col .title.en {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 50px;
}

@media screen and (max-width: 767px) {
    .other-spot .posting-col .title.en {
        display: none;
    }
}

.other-spot .posting-col .title.jp {
    font-size: 16px;
    margin-left: 15px;
}

@media screen and (max-width: 767px) {
    .other-spot .posting-col .title.jp {
        margin-left: 0;
        font-size: 19px;
        font-weight: 700;
        margin-bottom: 15px;
        line-height: 1;
    }
}

.course-info {
    margin-bottom: 20px;
}

.course-info .title {
    font-size: 20px;
    margin-bottom: 5px;
    color: #0468b7;
    font-weight: 700;
}

.course-info table {
    border-collapse: collapse;
    width: 100%;
}

.course-info table th,
.course-info table td {
    padding: 10px;
    border: 1px solid #e9e9e9;
    text-align: left;
    box-sizing: border-box;
}

.course-info table th {
    /*background: #ff7bac;*/
    color: #393232;
    border-left: none;
    border-right: none;
    font-size: 13px;
}

@media screen and (min-width: 992px) {
    .course-info table th {
        width: 100px;
    }
}

.course-info table th:first-of-type {
    border-top: none;
}

.course-info table td {
    /*background: #ff7bac;*/
    color: #393232;
    border-left: none;
    border-right: none;
    font-size: 13px;
}

.course-info table td:first-of-type {
    border-top: none;
}

@media screen and (max-width: 640px) {
    .course-info table {
        width: 100%;
    }

    .course-info table th,
    .course-info table td {
        display: block;
        width: 100%;
        border-bottom: none;
    }

    .course-info table tr:last-child {
        /*border-bottom: solid 1px #ccc;*/
    }

    .course-info table th {
        background: #F3F2EE;
        color: #463f2d;
        padding: 5px;
        vertical-align: top;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 12px;
        margin-top: 10px;
        border: 1px solid #e9e9e9;
    }

    .course-info table td {
        color: #463f2d;
        padding: 5px;
        vertical-align: top;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 12px;
        border: 1px solid #e9e9e9;
    }
}

.content {
    margin: 20px auto;
}

.timeline {
    font-size: 14px;
    padding: 0;
}

.timeline li {
    list-style: none;
}

.timeline>li {
    position: relative;
    margin: 0 0 0 2em;
    padding: 0 0 1em 2em;
}

.timeline>li:before, .timeline>li:after {
    content: "";
    display: block;
    position: absolute;
}

.timeline>li:before {
    top: 0.1em;
    left: 0;
    width: 2px;
    height: 100%;
    background: #0468b7;
}

.timeline>li:after {
    top: 0.1em;
    left: -5px;
    width: 11px;
    height: 11px;
    background: #ccc;
    border-radius: 100%;
}

.timeline>li:not(:first-child) {
    padding-top: 1em;
}

.timeline>li:not(:first-child):before {
    top: 0;
}

.timeline>li:not(:first-child):after {
    top: 1.1em;
}

.timeline ul {
    padding: 0;
}

.timeline ul li {
    color: #999;
    margin-bottom: 0.5em;
}

.timeline .header {
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
}

.timeline .pickup li {
    color: #000;
}

.timeline .pickup:after {
    background: #f90;
    width: 17px;
    height: 17px;
    left: -8px;
    content: "";
    font-family: 'Font Awesome 6 pro';
    color: #fff;
    font-weight: 900;
    font-size: 10px;
    text-align: center;
    line-height: 17px;
}

/*.timeline .start {
  margin: 0;
  padding: 0 !important;
}*/
.timeline .start:after {
    display: none;
}

.timeline .start {
    margin: 0;
    padding: 0;
    padding-bottom: 50px;
}

.timeline .start:before {
    position: absolute;
    left: 2em;
    top: 52px;
}

.timeline .start .header {
    display: block;
    margin: 0;
    padding: 15px 30px;
    background: #fff;
    border-radius: 0;
    border: 2px solid #0468b7;
}

.timeline .start .header p {
    display: inline-block;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    color: #0468b7;
    letter-spacing: 0.2rem;
}

.timeline .goal {
    margin: 0;
    padding: 0;
    padding-top: 50px;
}

.timeline .goal:before {
    position: absolute;
    left: 2em;
    top: -52px !important;
}

.timeline .goal:after {
    display: none;
}

.timeline .goal .header {
    display: block;
    margin: 0;
    padding: 15px 30px;
    background: #fff;
    border-radius: 0;
    border: 2px solid #0468b7;
}

.timeline .goal .header p {
    font-size: 18px;
    font-weight: 700;
    color: #0468b7;
    letter-spacing: 0.2rem;
    line-height: 1;
    display: inline-block;
}

.timeline .start .header p.point::before, .timeline .goal .header p.point::before {
    font-family: 'Font Awesome 6 pro';
    font-weight: 900;
    width: 13px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    content: '\f3c5';
    color: #0468b7;
}

.timeline .start .header p.point-info, .timeline .goal .header p.point-info {
    margin-left: 20px;
}

.timeline .time {
    padding-bottom: 50px;
}

.timeline .time:after {
    display: none;
}

.timeline .time .header {
    border: 2px solid #0468b7;
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    position: relative;
    left: -45px;
    margin-bottom: 0;
}

.timeline .time .header p {
    font-size: 14px;
    color: #0468b7;
    line-height: 1;
}

.timeline .spot {
    padding-bottom: 50px;
}

.timeline .spot:after {
    display: none;
}

.timeline .spot .header {
    border: 2px solid #0468b7;
    background-color: #0468b7;
    display: inline-block;
    padding: 10px 13px;
    position: relative;
    left: -56px;
    margin: 0;
}

.timeline .spot .header p {
    line-height: 1;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
}

.timeline .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .timeline .title-wrap {
        display: block;
    }
}

.timeline .spot .title {
    position: relative;
    left: -56px;
    padding: 10px 20px;
}

@media screen and (max-width: 767px) {
    .timeline .spot .title {
        position: relative;
        left: 0;
        padding: 0;
        margin-top: 15px;
    }
}

.timeline .spot .title p {
    line-height: 1.4;
    font-size: 24px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .timeline .spot .title p {
        line-height: 1.4;
        font-size: 18px;
        font-weight: 700;
    }
}

.timeline .contents-wrap {
    display: flex;
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
    .timeline .contents-wrap {
        display: block;
    }
}

.timeline .contents-wrap .left-box {
    width: 55%;
}

.timeline .contents-wrap .left-box img {
    margin-bottom: 15px;
}

.timeline .contents-wrap .left-box p {
    text-align: justify;
    color: #393232;
    font-size: 12px;
}

.timeline .contents-wrap .right-box {
    padding-left: 15px;
    width: 45%;
}

@media screen and (max-width: 767px) {
    .timeline .contents-wrap .left-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .timeline .contents-wrap .right-box {
        padding-left: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}

.timeline .sub-title-wrap {
    margin-bottom: 10px;
}

.timeline .sub-title-wrap .sub-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #0468b7;
}

@media screen and (max-width: 767px) {
    .timeline .sub-title-wrap .sub-title {
        font-size: 15px;
        font-weight: 700;
        line-height: 1.4;
        color: #0468b7;
    }
}

.timeline .contents-wrap .table-box th, .timeline .contents-wrap .table-box td {
    padding: 10px;
    border: 1px solid #e9e9e9;
    text-align: left;
    box-sizing: border-box;
}

.timeline .contents-wrap .table-box th {
    color: #393232;
    border-left: none;
    border-right: none;
    font-size: 13px;
    white-space: nowrap;
}

.timeline .contents-wrap .table-box td {
    color: #393232;
    border-left: none;
    border-right: none;
    font-size: 13px;
}

.timeline .contents-wrap .table-box th:first-of-type {
    border-top: none;
}

.timeline .contents-wrap .table-box td:first-of-type {
    border-top: none;
}

.timeline .contents-wrap .table-box .basic {
    padding: 10px;
    background-color: #0468b7;
    color: #fff;
    letter-spacing: 0.3rem;
    /*font-weight: bold;*/
    font-size: 13px;
    text-align: center;
    line-height: 1
}

.timeline .contents-wrap .table-box .button-box {
    margin-top: 30px;
}

.timeline .contents-wrap .table-box a {
    padding: 10px;
    background-color: #fff;
    border: 2px solid #0468b7;
    color: #0468b7;
    letter-spacing: 0.3rem;
    display: block;
    font-size: 16px;
    line-height: 1.8;
    border-radius: 5px;
    text-align: center;
    transition: .3s;
}

.timeline .contents-wrap .table-box a:hover {
    background-color: #0468b7;
    color: #fff;
}

.timeline .contents-wrap .table-box tr:last-of-type th, .timeline .contents-wrap .table-box tr:last-of-type td {
    border-bottom: none;
}

.timeline .contents-wrap .table-box a p {
    color: #0468b7;
    letter-spacing: 0.3rem;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    border-radius: 5px;
    text-align: center;
}

.timeline .contents-wrap .table-box a:hover p {
    color: #FFF;
}

.timeline .contents-wrap .table-box a i {
    font-family: 'Font Awesome 6 pro';
    font-weight: 900;
    font-style: normal;
    position: relative;
    right: 0;
    margin-left: 8px;
    font-size: 16px;
    color: #0468b7;
}

.timeline .contents-wrap .table-box a:hover i {
    color: #FFF;
}

.fa-angle-right:before {
    content: "\f105";
}

.course-info .basic {
    padding: 10px;
    background-color: #0468b7;
    color: #fff;
    letter-spacing: 0.3rem;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.course-info .table-box {
    margin-bottom: 15px;
}

/*----------------------お知らせ詳細ページ----------------------*/
div.first-section.news {
    /*padding-top: 50px;*/
    padding-top: 15px;
}

.single-contents.news {
    margin-top: 0;
}

.single-contents.news .single-section {
    padding-top: 30px;
}

.single-contents.news aside {
    padding-top: 30px;
}

.single-contents.news .single-section .section-title-inner {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.single-contents.news .single-section .section-title time {
    font-size: 14px;
    line-height: 1;
}

.single-contents.news .single-section .section-title .category {
    padding: 3px 5px;
    display: block;
    background-color: #fff;
    color: #0468b7;
    border: 1px solid #0468b7;
    font-size: 12px;
    line-height: 1;
    margin-left: 10px;
}

.single-contents.news .single-section .text-box h2 {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    border-left: 3px solid #0468b7;
    background: #def1fc;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.single-contents.news .single-section .text-box p {
    margin-bottom: 30px;
}

/*----------------------アクセス一覧----------------------*/
.tab-wrap.access {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

.tab-wrap.access:after {
    /*content: '';
  width: 100%;
  height: 3px;
  background: #0468b7;
  display: block;
  order: -1;*/
}

.tab-wrap.access .tab-label {
    color: White;
    background: LightGray;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    padding: 10px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
    font-size: 14px;
}

.tab-wrap.access .tab-label:not(:last-of-type) {
    margin-right: 5px;
}

.tab-wrap.access .tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    /*transform: translateX(-30%);
    transition: transform .3s 80ms, opacity .3s 80ms;*/
}

.tab-wrap.access .tab-switch:checked+.tab-label {
    background: #0468b7;
}

.tab-wrap.access .tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    overflow: auto;
    padding: 15px 0;
    opacity: 1;
}

.tab-wrap.access .tab-switch {
    display: none;
}

.tab-wrap.access .tab-label {
    margin-bottom: 0;
    border-radius: 0;
}

.tab-wrap.access .tab-label:not(:last-of-type) {
    margin-right: 0;
}

.tab-wrap.access .tab-label {
    background: #fff;
    color: rgb(4 104 183 / 50%);
    border: 2px solid;
    border-left: 0;
    border-color: #0468b7;
    font-size: 14px;
    line-height: 1;
    transition: .3s;
}

@media screen and (min-width: 768px) {
    .tab-wrap.access .tab-label:hover {
        background: #469ee4;
        color: #fff;
    }
}

@media screen and (max-width: 767px) {
    .tab-wrap.access .tab-label {
        font-weight: normal;
    }

    .tab-wrap.access .tab-label span {
        font-size: 13.5px;
        transform: scale(0.8);
        letter-spacing: 0.1rem;
    }

    .tab-wrap.access .tab-switch:checked+.tab-label {
        font-weight: bold;
    }
}

.tab-wrap.access label.tab08 {
    border-left: 2px solid #0468b7;
    border-radius: 3px 0 0 3px;
}

.tab-wrap.access label.tab11 {
    border-radius: 0 3px 3px 0;
}

.tab-wrap.access .tab-switch:checked+.tab-label+.tab-content {
    text-align: center;
}

.tab-wrap.access .tab-switch:checked+.tab-label {
    background: #0468b7;
    color: #fff;
    border-color: #0468b7;
}

.access-inner .main-title {
    font-size: 26px;
    font-weight: 700;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .access-inner .main-title {
        text-align: center;
        font-size: 20px;
    }
}

.access-inner ul {
    margin: 0 auto;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.access-inner ul li {
    position: relative;
    display: table;
    width: 20%;
    margin: 0 0 25px;
}

.access-inner ul li:nth-child(odd) {
    margin: 0 0 20px;
    padding: 0;
    min-height: 50px;
    font-size: 16px;
    border: #0468b7 2px solid;
    margin-bottom: 0;
}

.access-inner ul li:first-child, .access-inner ul li:last-child {
    color: #0468b7;
    border: #0468b7 2px solid;
    background-color: #def1fc;
    width: 20%;
}

@media screen and (max-width: 767px) {
    .access-inner ul li:first-child, .access-inner ul li:last-child {
        width: 100%;
        height: auto;
    }
}

.access-inner ul li p {
    text-align: center;
    margin-bottom: 0;
    /*display: table-cell;
    vertical-align: middle;
    padding: 14px 10px;*/
}

.access-inner ul li:nth-child(odd) p {
    display: table-cell;
    vertical-align: middle;
    padding: 14px 10px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.3rem;
    color: #0468b7;
}

@media screen and (min-width: 992px) {
    .access-inner ul li:nth-child(odd) p br {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .access-inner ul li:nth-child(odd) p {
        font-size: 12px;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 767px) {
    .access-inner ul li:nth-child(odd) p {
        font-size: 15px;
        letter-spacing: 0.3rem;
        line-height: 1;
    }

    .access-inner ul li:nth-child(odd) p br {
        display: none;
    }
}

.access-inner ul li:nth-child(even) {
    width: 60%;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .access-inner ul li:nth-child(even) {
        width: auto;
        height: 100px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.access-inner ul li:nth-child(even) p {
    font-size: 13px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: #0468b7;
    width: auto;
}

@media screen and (max-width: 767px) {
    .access-inner ul li:nth-child(even) p {
        font-size: 12px;
        width: 105px;
    }
}

.access-inner ul li figure {
    position: relative;
    height: 3px;
    margin: 5px 0;
    background-color: #0468b7;
}

@media screen and (max-width: 767px) {
    .access-inner ul li figure {
        position: relative;
        height: 3px;
        margin: auto 0;
        background-color: #0468b7;
        transform: rotate(90deg);
        width: 100px;
    }
}

.access-inner ul li figure:after {
    position: absolute;
    top: 2px;
    right: -2px;
    font-family: "FontAwesome";
    margin-right: 0;
    content: "\f054";
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 20px;
    color: #0468b7;
}

@media screen and (max-width: 767px) {
    .access-inner ul li figure:after {
        display: none;
    }
}

.access-inner .sub-title {
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    margin: 15px 0;
    color: #393232;
}

@media screen and (max-width: 767px) {
    .access-inner .sub-title {
        text-align: center;
        display: inline-block;
        color: #0468b7;
        padding: 7px 15px;
        line-height: 1;
        letter-spacing: 0.3rem;
        border: 2px solid #0468b7;
        margin-bottom: 0;
        font-size: 15px;
    }
}

.access-inner .heading-title {
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    margin: 15px 0;
    padding-left: 10px;
    border-left: solid 3px #0468b7;
    color: #393232;
}

@media screen and (max-width: 767px) {
    .access-inner .heading-title {
        text-align: center;
        padding-left: 0;
        border-left: none;
    }
}

.access-inner .transport-wrap {
    margin-bottom: 60px;
}

.access-inner .transport {
    margin-bottom: 30px;
}

.access-inner.airplane ul li:nth-child(even) {
    width: calc(50% - 387px);
    margin-bottom: 0;
}

.section-title .description {
    margin: 30px 0;
}

.access-inner.airplane ul li:nth-child(odd) {
    width: 15%;
}

@media screen and (max-width: 767px) {
    .access-inner.airplane ul li:nth-child(odd) {
        width: 100%;
    }
}

.access-inner.airplane ul li:nth-child(even) {
    width: 27.5%;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .access-inner.airplane ul li:nth-child(even) {
        width: auto;
        height: 100px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.single-section.link .section-title, .single-section.privacy .section-title {
    text-align: left;
    padding-bottom: 0;
    border-bottom: none;
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}

.link .link-box {
    margin-bottom: 30px;
}

.link .text-box a {
    display: inline-block;
    transition: .3s;
}

.link .text-box a .title {
    font-size: 20px;
    font-weight: 700;
    color: #0468b7;
}

.link .text-box a:hover .title {
    text-decoration: underline;
}

.link .text-box a .url {
    font-size: 14px;
    color: #202124;
}

.link .text-box a .url:after {
    font-family: 'Font Awesome 6 pro';
    font-weight: 700;
    width: 14px;
    display: inline-block;
    text-align: center;
    margin-left: 7px;
    content: '\f35d';
    color: #707070;
}

.link .text-box a .description {
    font-size: 14px;
    line-height: 1.2;
    margin-left: 25px;
    font-weight: normal;
}

.group-box {
    margin-bottom: 50px;
}

.group-box .main-title {
    font-size: 26px;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    white-space: nowrap;
}

.privacy .group-box .main-title {
    white-space: nowrap;
}

.group-box .main-title:after {
    display: block;
    content: '';
    background: #0468b7;
    height: 2px;
    width: 100%;
    margin-left: 15px;
    opacity: 0.1;
}

.single-section .section-title .title.en {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 50px;
}

.single-section .section-title .title.jp {
    font-size: 16px;
    margin-left: 15px;
}

.single-section.privacy .text-box ol {
    margin-top: 20px;
    color: #0468b7;
}

.single-section.privacy .text-box li {
    font-size: 14px;
    line-height: 1.8;
    color: #393232;
}

.no-post {
    padding: 40px 20px;
    text-align: center;
    height: 150px;
}

.no-post p {
    line-height: 150px;
}

.gourmet .table-box-inner .spot-info-box p {
    font-size: 12px;
    color: #463f2d;
}


/*セレクトボックス*/
[include*="form-input-select()"] {
    padding: 0;
    position: relative;
    color: #32c0aa;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    margin-top: 9px;
    margin-bottom: 15px;
    display: inline-block;
    width: 180px;
}

.category-tab-inner select {
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;*/
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    font-size: 15px;
    outline: none;
    border: 2px solid #0468b7;
    border-radius: 8px;
    font-weight: 700;
    line-height: normal;
    -webkit-transition: border-color 0.2s ease, outline 0.2s ease;
    transition: border-color 0.2s ease, outline 0.2s ease;
    padding: 20px 10px;
    color: #0468b7;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .category-tab-inner select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: none;
    }
}

@media (max-width: 767px) {
    .category-tab-inner select {
        font-size: 14px;
    }
}

@media (max-width: 413px) {
    .category-tab-inner select {
        padding: 15px 15px;
    }
}

@media (max-width: 374px) {
    .category-tab-inner select {
        padding: 12px;
    }
}

.select-box-wrap {
    text-align: center;
    margin: 30px auto;
}

/*.single-section .slick-slide img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
}
.single-section .thumb-item .slick-slide {
    cursor: pointer;
    position: relative;
    height: 400px;
}*/

/*====================================================================
slick
====================================================================*/

@media screen and (min-width: 992px) {
    .single-section .sliderArea {
        max-width: 80%;
        margin: 0 auto;
        padding: 0 25px;
    }
}

@media screen and (max-width: 991px) {
    .single-section .sliderArea {
        max-width: 100%;
        margin: 0 auto;
    }
}

.single-section .sliderArea.w300 {
    max-width: 300px;
}

.single-section .slick-slide {
    margin: 0 5px;
}

.single-section .slick-slide img {
    width: 100%;
    height: auto;
}

.single-section .slick-prev, .single-section .slick-next {
    z-index: 1;
}

.single-section .slick-prev:before, .single-section .slick-next:before {
    color: #FFF;
}

.single-section .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.single-section .slick-active {
    opacity: 1;
}

.single-section .slick-current {
    opacity: 1;
}

.single-section .thumb {
    margin: 20px 0 0;
}

.single-section .thumb .slick-slide {
    cursor: pointer;
}

.single-section .thumb .slick-slide:hover {
    opacity: .7;
}

.single-section .slider_thumb.slider img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

@media screen and (min-width: 1400px) {
    .single-section .slider_thumb.slider img {
        width: 100%;
        height: 450px;
        object-fit: cover;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .single-section .slider_thumb.slider img {
        width: 100%;
        height: 320px;
        object-fit: cover;
    }
}

@media screen and (max-width: 767px) {
    .single-section .slider_thumb.slider img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }
}

.single-section .thumb img {
    height: 100px;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .single-section .thumb img {
        width: 60px;
        height: 60px;
        object-fit: cover;
    }
}

.single-section .thumb .slick-slide {
    cursor: pointer;
}

.single-section .slick-next:hover:before, .single-section .slick-prev:hover:before {
    background: rgb(137 137 137 / 50%);
}

.posting-col li .img-liquid {
    height: 180px;
    /*border: 1px solid #0468b7;*/
    box-shadow: 10px 10px 7px -10px rgb(137 137 137);
}

@media screen and (min-width: 1400px) {
    .posting-col li .img-liquid {
        height: 200px;
    }

    .posting-col .special li .img-liquid {
        height: 250px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .posting-col .special li .img-liquid {
        height: 250px;
    }
}

@media screen and (max-width: 767px) {
    .posting-col li .img-liquid {
        height: 240px;
    }

    .posting-col .tab-wrap.event li {
        width: 100%;
        margin-bottom: 0;
        padding: 10px;
    }

    /*.posting-col .tab-wrap.event li:nth-of-type(odd) {
    padding: 0;
       padding-right: 10px;
    }
.posting-col .tab-wrap.event li:nth-of-type(even) {
    padding: 0;
        padding-left: 10px;
    }
.posting-col .tab-wrap.event li .img-liquid {
        height: 110px;
    }*/
}

.other-spot .posting-col li .img-liquid {
    height: 180px;
}

@media screen and (min-width: 1400px) {
    .other-spot .posting-col li .img-liquid {
        height: 200px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .other-spot .posting-col li .img-liquid {
        height: 150px;
    }
}

@media screen and (max-width: 767px) {
    .other-spot .posting-col li .img-liquid {
        height: 110px;
    }
}

.spot-info-box .sns i {
    margin-left: 10px;
}

.spot-info-box .sns a:first-of-type i {
    margin-left: 0;
}

.sightseeing-col .category::before {
    content: '';
    display: none;
}

.posting-col .text-box p {
    color: #393232;
}

.single-section .posting-col .text-box p {
    margin-bottom: 20px;
}

.single-section .posting-col .text-box p:last-of-type {
    /*margin-bottom: 80px;*/
}

.single-section.privacy .posting-col .text-box p:last-of-type {
    margin-bottom: 15px;
}

.single-section .posting-col .text-box p a {
    text-decoration: underline;
}

.single-section .posting-col .text-box h3 {
    display: block;
    border-left: 10px solid #fee17a;
    padding: 10px 15px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .posting-col .text-box p {
        margin-bottom: 1px;
    }

    .posting-col .text-box .point p {
        font-size: 12px;
    }

    .posting-col .tab-wrap .text-box p.title {
        margin-bottom: 5px;
        font-size: 18px;
    }

    .posting-col .tab-wrap .text-box p {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .posting-col .tab-wrap .text-box .point p {
        margin-bottom: 1px;
        font-size: 12px;
    }

    .other-spot .posting-col .text-box p {
        margin-bottom: 5px;
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    .other-spot .posting-col .point {
        display: none;
    }
}

.posting-col .text-box p:last-of-type {
    /*margin-bottom: 30px;*/
}

.posting-col .text-box .tag-box p {
    margin-bottom: 0;
    color: #ffffff;
}

.gourmet-col .tag-box {
    margin-bottom: 10px;
}

.gourmet-col .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #393232;
    line-height: 1.4;
    text-align: justify;
}

/*--------------パンくずリスト--------------*/
.breadcrumb-wrap {
    margin-top: 80px;
    background-color: transparent;
}

@media screen and (max-width: 991px) {
    .breadcrumb-wrap {
        margin-top: 60px;
        background-color: transparent;
    }
}

.breadcrumb-wrap .container {
    padding-left: 15px;
    padding-right: 15px;
}

.breadcrumb-wrap nav ul {
    list-style: none;
    display: flex;
}

.breadcrumb-wrap nav {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    padding: 15px 0;
    z-index: 21;
}

.breadcrumb-wrap nav ul {
    white-space: nowrap;
    display: flex;
    line-height: 1;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .breadcrumb-wrap nav ul {
        overflow-x: scroll;
    }
}

.breadcrumb-wrap nav li {
    margin-right: 7px;
    font-size: 12px;
    color: #0468b7;
    display: flex;
    align-items: center;
}

.breadcrumb-wrap nav li:after {
    /*content: '\f054';
    font-family: 'Font Awesome 5 Free';
  font-weight: 900;
    font-size: 10px;
    display: inline-block;
    line-height: 1;
    margin-left: 7px;*/
}

.breadcrumb-wrap nav li:last-child:after {
    display: none;
}

.breadcrumb-wrap nav li a {
    color: #0468b7;
}

.side-ad-box li {
    border: none;
    padding-bottom: 0;
}

.side-ad-box li a img {
    padding-bottom: 0;
    /*border: 1px solid #ddd;*/
}

.cms-pagination ul {
    justify-content: center;
}

.pagination-txt {
    display: flex;
    justify-content: center;
}

.click-zekkei {
    margin-top: 15px;
}

.click-zekkei p {
    font-size: 13px;
    display: inline-block;
    border: 1px solid rgb(4 104 183);
    padding: 10px;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    .click-zekkei p {
        font-size: 11px;
    }
}

.posting-col .event-col .text-box .session {
    background-color: #fdd002;
    color: #fff;
}

.other-spot .posting-col .text-box p.date::before {
    content: '\f017';
}

.other-spot .posting-col .text-box p.date::before {
    font-family: 'Font Awesome 6 pro';
    font-weight: 900;
    width: 13px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

/*------------------ヒーローイメージ_トップページ------------------*/
.hero-wrap {
    position: relative;
    width: 100%;
    top: 0;
    padding-top: 0;
    /*margin-top: 0;*/
    z-index: 1;
    margin-top: 80px;
}

@media (max-width: 991px) {
    .hero-wrap {
        margin-top: 0;
    }
}

/*@media screen and (max-width: 767px) {
    .slide-owl-pc {
        margin-top: 50px;
    }
}*/
#owl-example .item {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 100vh; */
    min-height: 100vh;
    display: table;
    text-align: center;
}

#owl-example .item img {
    width: 45%;
    max-width: 570px;
}

@media (min-width: 992px) {
    #owl-example .item {
        height: calc(80vh - 80px);
        min-height: calc(80vh - 80px);
    }
}

@media (max-width: 991px) {
    #owl-example .item {
        height: 50vh;
        min-height: 50vh;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    #owl-example .item {
        height: 300px;
        min-height: 300px;
        margin-top: 50px;
    }
}

#owl-example .item-box {
    display: table-cell;
    vertical-align: middle;
    padding: 0 100px;
    background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
    #owl-example .item-box {
        padding: 0;
    }
}

@media (max-width: 767px) {
    #owl-example .item-box {
        display: table-cell;
        position: relative;
        padding: 0;
    }
}

#owl-example .item-box p {
    font-size: 16px;
    color: #fff;
    text-align: left;
    margin-top: 15px;
}

@media (max-width: 991px) {
    #owl-example .item-box p {
        font-size: 14px;
        color: #fff;
        text-align: center;
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    #owl-example .item-box p {
        font-size: 12px;
        color: #fff;
        text-align: center;
        margin-top: 15px;
    }
}

#owl-example .item-box img {
    margin: 0 auto;
    height: auto;
    width: 100%;
    opacity: 1;
    /*filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));*/
    max-width: 60%;
}

@media (max-width: 991px) {
    #owl-example .item-box img {
        margin: 10px auto;
        height: 200px;
        width: auto;
    }
}

@media (max-width: 767px) {
    #owl-example .item-box img {
        /*margin: 10px auto 10px 15px;*/
        /* margin-top: 150px; */
        height: auto;
        width: 100%;
        max-width: 80%;
        /*position: absolute;
    top: 100px;
    left: calc(50% - 155px);
    right: calc(50% - 155px);*/
    }
}

@media (max-width: 374px) {
    #owl-example .item-box img {
        height: auto;
        width: 85%;
    }
}

.top-image-01 {
    background-image: url("../images/top-slide/08.jpg");
}

.top-image-02 {
    background-image: url("../images/top-slide/08.jpg");
}

/*.top-image-03 {
    background-image: url("../images/gomyo/top/slide/03.jpg");
}
.top-image-04 {
    background-image: url("../images/gomyo/top/slide/04.jpg");
}
.top-image-05 {
    background-image: url("../images/gomyo/top/slide/05.jpg");
}
.top-image-06 {
    background-image: url("../images/gomyo/top/slide/07.jpg");
}*/
/*.hanbai-banner {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    width: 300px;
}
@media screen and (max-width: 767px) {
    .hanbai-banner {
    position: relative;
    bottom: 0;
    right: auto;
    z-index: 1;
    width: 75%;
    padding: 0 15px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 0;
}
}*/
/*------------------ヒーローイメージ_トップページ------------------*/
.event-col .text-box .tag-box.top {
    display: flex;
    align-items: center;
}

.posting-col .text-box .tag-box p.new-tag {
    white-space: nowrap;
    background-color: #ff6565;
    line-height: 1;
    padding: 2px 5px;
    color: #fff;
    display: block;
    font-size: 10px;
    animation: flash 2s linear infinite;
    margin-right: 7px;
    border: 1px solid #ff6565;
    letter-spacing: 0.1rem;
}

.posting-col .spring .event-col .text-box .session {
    background-color: #f786db;
    color: #fff;
}

.posting-col .summer .event-col .text-box .session {
    background-color: #54d713;
    color: #fff;
}

.posting-col .autumn .event-col .text-box .session {
    background-color: #ef7906;
    color: #fff;
}

.posting-col .winter .event-col .text-box .session {
    background-color: #06b7ef;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .posting-col .event-col .text-box .session {
        font-size: 10px;
    }
}

.tab-wrap.event .tab-label.spring {
    background: rgb(247 134 219 / 10%);
    color: rgb(209 110 185 / 50%);
}

.tab-wrap.event .tab-switch:checked+.tab-label.spring {
    background: rgb(247 134 219);
    color: #fff;
}

.tab-wrap.event .tab-label.summer {
    background: rgb(84 215 18 / 10%);
    color: rgb(59 151 13 / 50%);
}

.tab-wrap.event .tab-switch:checked+.tab-label.summer {
    background: rgb(84 215 18);
    color: #fff;
}

.tab-wrap.event .tab-label.autumn {
    background: rgb(239 121 5 / 10%);
    color: rgb(196 100 6 / 50%);
}

.tab-wrap.event .tab-switch:checked+.tab-label.autumn {
    background: rgb(239 121 5);
    color: #fff;
}

.tab-wrap.event .tab-label.winter {
    background: rgb(5 183 239 / 10%);
    color: #0c91bb;
}

.tab-wrap.event .tab-switch:checked+.tab-label.winter {
    background: rgb(5 183 239);
    color: #fff;
}

.tab-wrap.event .tab-label.latest {
    background: rgb(136 134 247 / 10%);
    color: rgb(43 12 187 / 50%);
}

.tab-wrap.event .tab-switch:checked+.tab-label.latest {
    background: rgb(136 134 247);
    color: #fff;
}

.tab-wrap.event .tab-label.all {
    background: rgb(4 104 183 / 10%);
    color: rgb(4 104 183 / 50%);
}

.tab-wrap.event .tab-switch:checked+.tab-label.all {
    background: rgb(4 104 183);
    color: #fff;
}

/*.tab-wrap.event .tab-label {
    background: #fff;
    color: rgb(4 104 183 / 50%);
    border: 2px solid;
    border-left: 0;
    border-color: #ffffff;
    font-size: 14px;
    line-height: 1;
    transition: .3s;
}
.tab-wrap.event .tab-switch:checked+.tab-label {
    background: #0468b7;
    color: #fff;
    border-color: #ffffff;
}
.tab-wrap.event label.tab08 {
    border-left: 2px solid #ffffff;
    border-radius: 3px 0 0 3px;
}
*/
.single-slide-text {
    text-align: center;
    margin-top: 3px;
    color: #393232;
}

.none-news-text p {
    font-size: 15px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.course-info .eye-catch .img-liquid {
    height: 350px;
}

@media screen and (max-width: 767px) {
    .course-info .eye-catch {
        margin-bottom: 20px;
    }

    .course-info .eye-catch .img-liquid {
        height: 220px;
    }
}

.timeline li:nth-of-type(2) .header p::before {
    content: 'A';
}

.timeline li:nth-of-type(4) .header p::before {
    content: 'B';
}

.timeline li:nth-of-type(6) .header p::before {
    content: 'C';
}

.timeline li:nth-of-type(8) .header p::before {
    content: 'D';
}

.timeline li:nth-of-type(10) .header p::before {
    content: 'E';
}

.timeline li:nth-of-type(12) .header p::before {
    content: 'F';
}

.timeline li:nth-of-type(14) .header p::before {
    content: 'G';
}

.timeline li:nth-of-type(16) .header p::before {
    content: 'H';
}

.timeline .goal .header p.point-info::before {
    display: none;
}

.nearest p {
    background-color: #fdd002;
    padding: 5px 15px;
    border-radius: 3px;
}

.nearest p span {
    background-color: #ffffff;
    padding: 3px 5px;
    border-radius: 2px;
    font-size: 12px;
    margin-right: 15px;
}

.timeline .spot .title p span.arrival {
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .timeline .spot .title p span.arrival {
        line-height: 1;
        font-size: 18px;
        font-weight: 700;
        margin-right: 0;
        display: block;
        margin-bottom: 15px;
    }
}

.timeline .spot .title p span.arrival::before {
    font-family: 'Font Awesome 6 pro';
    font-weight: 900;
    width: 20px;
    display: inline-block;
    text-align: center;
    content: '\f017';
    margin-right: 5px;
}

.search-box {
    margin-top: 0;
}

.results-text {
    text-align: left;
    margin-bottom: 10px;
    line-height: 1;
}

.search-box .search-col {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
}

.search-box .search-col .title {
    font-size: 16px;
    font-weight: 700;
}

.search-box .search-col .text {
    line-height: 1.8;
}

.search-box .search-col .image-box a {
    width: 70px;
    height: 70px;
    display: block;
}

.search-box .search-col .image-box .img-liquid {
    height: 70px;
}

.search-box .search-col .text-box {
    margin-left: 15px;
}

.search-box .search-col .text-box .category {
    display: inline-block;
    background-color: #000000;
    color: #fff;
    font-size: 10px;
    padding: 3px 5px;
    line-height: 1;
}

header .favorite {
    display: none;
}

header .sns-btn {
    display: none;
}

.none-news-text p {
    color: #393232;
}

@media screen and (max-width: 767px) {
    .top-news-inner .none-news-text {
        padding: 15px;
    }

    .none-news-text p {
        font-size: 14px;
        color: #393232;
    }
}

@media screen and (max-width: 767px) {
    .posting-col .tab-wrap .access-inner li:nth-of-type(odd) {
        padding: 0;
        padding-right: 0;
    }

    .posting-col .tab-wrap .access-inner li:nth-of-type(even) {
        padding: 0;
        padding-left: 0;
    }

    .access-inner .transport {
        margin-bottom: 30px;
        border-bottom: 1px solid #94b8cc;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .single-section.link .section-title, .single-section.privacy .section-title {
        display: block;
        text-align: center;
    }

    .single-section .section-title .title.en {
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-size: 15px;
    }

    .single-section .section-title .title.jp {
        font-size: 20px;
        margin-left: 0;
    }

    .privacy .group-box .main-title {
        font-size: 16px;
        font-weight: 700;
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        white-space: normal;
        justify-content: center;
    }

    .group-box .main-title:after {
        display: none;
    }

    .link .group-box .main-title {
        font-weight: 700;
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        background-color: #0468b7;
        color: #fff;
        padding: 3px 10px;
        font-size: 14px;
        border-radius: 3px;
    }

    .link .text-box a .url {
        font-size: 12px;
        color: #202124;
        margin-bottom: 0;
    }

    .link .text-box a .title {
        font-size: 16px;
        font-weight: 700;
        color: #0468b7;
        margin-bottom: 0;
    }

    .link .posting-col .text-box p:last-of-type {
        margin-bottom: 0;
        font-size: 13px;
    }

    .link .link-box {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f00;
        border-bottom: 1px solid #94b8cc;
    }
}

.modal-nav {
    background: #fff;
    background-size: 600% 600%;
    animation: AnimationName 18s ease infinite;
}



.modal-inner-col {
    display: block;
}

.modal-inner-col .modal-inner-menu.second>li a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.modal-inner-col .modal-inner-menu.first>li a {
    /*color: #fff;*/
    font-weight: 900;
    font-size: 18px;
    color: #0468b7;
}

.modal-inner-col .modal-inner-menu.first>li span {
    display: block;
    font-size: 24px;
    padding-bottom: 5px;
    font-weight: bold;
    /* font-style: italic; */
    color: #3fa994;
    font-family: 'Lato', sans-serif;
    /* font-style: italic; */
    letter-spacing: 00.2rem;
    border-bottom: 2px solid #8fbacb;
    margin-bottom: 20px;
}

.modal-inner-col .modal-inner-menu.second {
    padding-left: 20px;
    padding-top: 0;
}

.modal-inner-menu li a {
    padding: 10px 0;
    border-bottom: 1px solid #5392cb;
    display: block;
}

.menu-head .sitemap {
    display: none;
}


.tab-wrap.news .tab-switch:checked+.tab-label {
    font-weight: bold;
}

.tab-wrap.news .tab-label {
    font-weight: normal;
}

/*カラー*/
/*.modal-nav {
    background: #ffffff;
}
.modal-btn {
    background-color: #47c1a9;
}
.c-hamburger span {
    background: #ffffff;
}
.c-hamburger span::before, .c-hamburger span::after {
    background-color: #FFF;
}
.menu-btn-text span {
    color: #ffffff;
}
#toggle-search {
    background-color: #3599cb;
}
.tab-wrap.news .tab-switch:checked+.tab-label {
    background: #4795c1;
    color: #fff;
    border-color: #4795c1;
}
.tab-wrap.news .tab-label {
    background: #fff;
    color: rgb(71 149 193);
    border-color: #4795c1;
}
.section-title .jp {
    color: #2c7ba7;
}
.section-title .en {
    color: #53b4eb;
}
.more-look a {
    background: #3b799c;
}
.top-news-inner li .category {
    background-color: #fff;
    color: #4daa9b;
    border: 1px solid #79cac6;
}
.tab-wrap.event .tab-switch:checked+.tab-label.all {
    background: rgb(71 149 193);
    color: #fff;
    border-color: #4795c1;
}
.tab-wrap.event .tab-label {
    border-color: #4795c1;
}
.menu-mega > li a {
    display: block;
    color: #3c799c;
}*/

.facebook_wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.fb-page,
.fb-page span,
.facebook_wrap iframe {
    width: 100% !important;
    height: 500px !important;
}

.instagram-box {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .instagram-box {
        margin-top: 50px;
    }
}

.instagram-box .section-title {
    margin-bottom: 20px;
}

.all-event-link a {
    width: 300px;
    display: block;
    padding: 20px 5px;
    background: #0468b7;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    line-height: 1;
    transition: .3s;
    margin: 0 auto;
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .all-event-link a {
        margin-top: 30px;
        width: 250px;
    }
}

.all-event-link a:hover {
    background: #469ee4;
    color: #fff;
}

.superb-view-slide a {
    display: inline-block;
    transition: .3s;
}

.superb-view-slide a:hover {
    opacity: 0.6;
}

.posting-col .text .more {
    display: inline-block;
    color: #0468b7;
    margin-left: 2px;
    text-decoration: underline;
}

.facebook.main-box {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .facebook.main-box {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.facebook.main-box .fb-page {
    width: 500px !important;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .facebook.main-box .fb-page {
        width: 100% !important;
    }
}

.facebook.main-box .facebook_wrap {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .facebook.main-box .facebook_wrap .section-title {
        margin-bottom: 30px;
    }
}

#special .row {
    margin-top: 20px;
}

@media screen and (min-width: 992px) {
    #special li:first-of-type {
        padding-right: 15px;
    }

    #special li:last-of-type {
        padding-left: 15px;
    }
}

#special li .img-liquid {
    height: 250px;
    box-shadow: 10px 10px 7px -10px rgb(137 137 137);
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #special li .img-liquid {
        height: 180px;
    }
}

@media screen and (max-width: 991px) {
    #special li {
        margin-bottom: 50px;
    }
}

#special .event-col .title {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #393232;
    text-align: center;
    line-height: 1.4;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    #special .event-col .title {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    #special .event-col .title {
        font-size: 16px;
    }
}

#special .event-col .catch {
    font-size: 10px;
    margin-bottom: 10px;
    color: #0468b7;
    text-align: center;
    line-height: 1;
}

.single-section table iframe {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .single-section table iframe {
        width: 100%;
        height: 300px;
    }
}

@media screen and (max-width: 767px) {
    .archive .gourmet-col .title {
        margin-bottom: 15px;
    }
}

.gourmet-col .category.udon {
    background-color: #5fcd2d;
}

.gourmet-col .category.japanese {
    background-color: #fd9302;
}

.gourmet-col .category.cafe {
    background-color: #b25c1d;
}

.gourmet-col .category.izakaya {
    background-color: #7b60bf;
}

.gourmet-col .category.yakiniku {
    background-color: #fd0244;
}

.gourmet-col .category.sushi {
    background-color: #155cc4;
}

.gourmet-col .category.chinese {
    background-color: #ff0606;
}

.gourmet-col .category.other {
    background-color: #53524d;
}

.gourmet-col .category.sweets {
    background-color: #df97cb;
}

.gourmet-col .category.okonomiyaki {
    background-color: #086f21;
}

.course-info .eye-catch {
    margin-bottom: 20px;
}

.single-section .posting-col .search-box .text-box p {
    margin-bottom: 5px;
    line-height: 1.6;
    font-size: 12px;
}

.single-section .posting-col .search-box .text-box p.title {
    margin-bottom: 5px;
    line-height: 1;
    font-size: 14px;
}

.single-section .posting-col .search-box .text-box p.category {
    line-height: 1;
    font-size: 10px;
    padding: 4px 5px;
}

.single-section .posting-col .search-box .text-box p:last-of-type {
    margin-bottom: 0;
}

.tab-wrap.course .tab-switch:checked+.tab-label {
    cursor: auto;
}

.posting-col .special.row {
    margin-top: 20px;
    justify-content: center;
}

.posting-col .special.row li {
    margin-bottom: 30px;
    padding: 10px;
}

.around-access .main-title {
    font-size: 26px;
    font-weight: 700;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .around-access .main-title {
        text-align: center;
        font-size: 20px;
    }
}

.around-access .description {
    margin: 30px 0;
}

.around-access li {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.3rem;
    color: #0468b7;
    margin-bottom: 15px;
    list-style: disc;
    margin-left: 15px;
}

.around-access li p {
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .around-access li p {
        line-height: 1.6;
    }
}

.around-access li p span {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.3rem;
}

.around-access .access-inner ul li:nth-child(odd) p br {
    display: block;
}

.around-access .access-inner ul li figure:after {
    position: absolute;
    top: 2px;
    right: -4px;
}

.kanren-link .side-list-ul li {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.kanren-link .side-list-ul li img {
    box-shadow: 10px 10px 7px -10px rgb(137 137 137);
}

.single-section.special .text-box span {
    color: #0468b7;
    display: block;
    /*border-bottom: 1px solid #0468b7;*/
}

.single-section.special .posting-col .text-box h3 {
    margin-top: 80px;
}

.single-section.special .posting-col .text-box iframe {
    width: 100%;
}

section#special ul.row {
    justify-content: center;
}

.menu-head {
    display: flex;
    align-content: center;
}

.menu-head li {
    margin-left: 15px;
}

.menu-head li:first-child {
    margin-left: 0;
}

.menu-head i {
    font-family: "Font Awesome 6 brands";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #0468B7;
}

.modal-nav {
    background: #FFF;
}

.modal-nav-inner {
    /*padding: 5%;*/
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
}

.modal-nav ul.first {
    margin-top: 0;
    /*background-color: #FFF;*/
    padding: 15px 0;
    /*border-radius: 8px;*/
}

.modal-inner-col .modal-inner-menu.first>li a {
    font-size: 16px;
}

.modal-open header:hover .modal-btn {
    background-color: #FDD000;
}

.modal-open .header-inner-inner {
    background-color: #FFF;
    z-index: 1111;
}

.modal-open .main-logo {
    /*display: none;*/
}

.modal-open #toggle-search {
    /*display: none;*/
}

.modal-open .grid__item img {
    /*box-shadow: none;*/
}

.modal-open .header-inner-inner-right {
    display: none;
}

.modal-open .modal-btn {
    background-color: #FDD000;
    border-radius: 0;
}

.modal-open .button-wrap {
    display: flex;
}

/*.modal-open .none-modal-logo {
	display: none;
}
.modal-logo {
	display: none;
}
.modal-open .modal-logo {
	display: block;
}*/
.modal-inner-col {
    padding: 0;
}

.modal-open .grid__item {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
}

.modal-open .grid__item a {
    display: block;
}

.modal-open .mad-box .col-lg-12 {
    padding: 0;
}

.modal-open .mad-box .section-title .jp {
    font-size: 16px;
}

.modal-open aside {
    margin-top: 30px;
}

.modal-nav .sns {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.modal-nav .sns i {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    color: #0468b7;
}

.modal-nav .sns-inner {
    border: 2px solid #0468b7;
    width: 20vw;
    height: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 15px;*/
    background-color: #fff;
    border-radius: 8px;
    /*box-shadow: 10px 10px 7px -10px rgb(137 137 137);*/
}

.cms-pagination li {
    /*padding: 10px;
    text-align: left;
    font-size: 14px;
	border: 1px solid #0468b7;*/
}

.page-front {}

.thumb-item .slick-slide {
    padding: 0 5px;
}

@media screen and (max-width: 767px) {
    .thumb-item .slick-slide {
        padding: 0;
    }

    .top-slideshow .slick-slide img {
        height: auto;
        width: 100%;
    }
}

.thanks-top-move a {
    width: 300px;
    display: block;
    padding: 20px 5px;
    background: #0468b7;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    line-height: 1;
    transition: .3s;
    margin: 0 auto;
    margin-top: 50px;
}

.thanks-top-move a:hover {
    background: #469ee4;
    color: #fff;
}

/*---------20220525_追加---------------*/
.around-access .access-inner ul li:nth-child(odd) {
    width: 20%;
}

.around-access .access-inner ul.triple-line li:nth-child(odd) {
    width: 15%;
}

.around-access .access-inner ul li:nth-child(even) {
    width: 20%;
    margin-bottom: 0;
    height: auto;
}

.around-access .access-inner ul.single-line li.check-line {
    width: 60%;
    height: auto;
}

.around-access .access-inner ul.triple-line li:nth-child(even) {
    width: 13.33%;
    height: auto;
}

.around-access .access-inner ul li {
    height: 70px;
}

.around-access .access-inner ul li:nth-child(even) p {
    font-size: 12px;
}

.around-access .access-inner ul li:nth-child(odd) p {
    font-size: 12px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .around-access .access-inner ul li:nth-child(odd) p {
        font-size: 13px;
    }

    .around-access .access-inner ul li:nth-child(odd) {
        width: 20%;
    }

    .around-access .access-inner ul li:nth-child(even) {
        width: 20%;
    }
}

@media screen and (max-width: 991px) {
    .around-access .access-inner ul li:nth-child(odd) {
        width: 100%;
    }

    .around-access .access-inner ul.triple-line li:nth-child(odd) {
        width: 100%;
    }

    .around-access .access-inner ul li figure {
        width: 100px;
    }

    .around-access .access-inner ul.single-line li.check-line {
        width: auto;
        height: 99px;
    }

    .around-access .access-inner ul li:nth-child(even) {
        width: auto;
        margin-bottom: 0;
        height: 99px;
    }

    .around-access .access-inner ul.triple-line li:nth-child(even) {
        width: auto;
        height: 99px;
    }

    .around-access .access-inner ul li:nth-child(odd) p {
        font-size: 15px;
    }

    .around-access .access-inner ul li figure:after {
        position: absolute;
        top: 3px;
        right: -5px;
    }

    .access-inner ul li figure:after {
        position: absolute;
        top: 3px;
    }
}

.facebook.main-box {
    margin-bottom: 50px;
    padding-top: 30px;
    border-top: 1px solid #146fbc;
}

@media screen and (max-width: 767px) {
    .facebook.main-box {
        margin-top: 0;
        margin-bottom: 50px;
        padding-top: 17.5px;
    }
}

.single-section.link .posting-col .text-box p {
    margin-bottom: 5px;
    line-height: 1.3;
}

.single-section.link .posting-col .text-box p:last-of-type {
    margin-bottom: 0;
}

/* Tab Bar */
.jquery-tab-pager-tabbar {
    margin-top: 20px;
    padding: 0;
    overflow: hidden;
}

.jquery-tab-pager-tabbar li {
    float: left;
    padding: 10px .5em;
    list-style: none;
    cursor: pointer;
    background: #fff;
    color: rgb(4 104 183 / 50%);
    border: 2px solid #0468b7;
    border-left: 0;
    width: 33.33%;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    transition: .3s;
}

@media screen and (max-width: 767px) {
    .jquery-tab-pager-tabbar li span {
        font-size: 10px;
        transform: scale(0.7);
    }
}

.jquery-tab-pager-tabbar li:last-child {
    border-radius: 0 3px 3px 0;
}

.jquery-tab-pager-tabbar li.current {
    background: #0468b7;
}

/* Page Navigation */
#jquery-tab-pager-navi {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#jquery-tab-pager-navi li {
    list-style: none;
    display: inline;
}

#jquery-tab-pager-navi li a {
    float: left;
    display: block;
    /*padding: 5px;*/
    margin-right: 10px;
    border: 1px solid #0468b7;
    text-decoration: none;
    background: #fff;
    -webkit-transition: background 200ms linear;
    transition: background 200ms linear;
    /*border-radius: 3px;*/
    padding: 7.5px 10px;
    font-size: 12px;
    line-height: 1;
    color: rgb(4 104 183 / 50%);
}

#jquery-tab-pager-navi li a.current, #jquery-tab-pager-navi li a.disable, #jquery-tab-pager-navi li a:hover {
    background: #0468b7 !important;
    color: #FFF !important;
}

#jquery-tab-pager-navi li:last-child a {
    margin-right: 0px;
}

#jquery-tab-pager-navi li a.current,
#jquery-tab-pager-navi li a.disable,
#jquery-tab-pager-navi li a:hover {
    background: #ebebeb;
    color: #000;
}

/* スタイルはこんな感じで上書可能 */
.jquery-tab-pager-tabbar li.current {
    background: #0468b7;
    color: #fff;
    font-weight: bold;
}

#tab li.current {
    /*font-style: italic;*/
}

#jquery-tab-pager-navi {
    /*margin-bottom: 10px;*/
    padding: 20px;
}

/* ここから独自スタイル */
/*h1 { font-family: 'Helvetica Neue', Helvetica, sans-serif; }*/
#wrapper {
    /*border: 1px solid #eee;*/
    padding: 15px 0;
}

.contents {
    margin-bottom: 10px;
}

.contents>div {
    padding: 20px;
    border-bottom: 1px solid rgb(4 104 183 / 10%);
}

.jquery-tab-pager-tabbar li.tab-left {
    border-left: 2px solid #0468b7;
    border-radius: 3px 0 0 3px;
}

.contents .news-text-col time {
    color: #393232;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    margin-right: 5px;
}

.contents .news-text-col .category {
    font-size: 10px;
    white-space: nowrap;
    line-height: 1;
    padding: 3px 5px;
    display: block;
    background-color: #fff;
    color: #0468b7;
    border: 1px solid #0468b7;
    width: auto;
    text-align: center;
    margin-right: 7.5px;
}

.contents .news-text-col .title a {
    color: #393232;
    transition: .3s;
    text-decoration: underline;
}

.contents .news-text-col .new-tag {
    white-space: nowrap;
    background-color: #ff6565;
    line-height: 1;
    padding: 3px 5px;
    color: #fff;
    display: block;
    font-size: 10px;
    animation: flash 2s linear infinite;
    margin-right: 12px;
    border: 1px solid #ff6565;
    letter-spacing: 0.1rem;
}

.contents .news-text-col .title {
    line-height: 1.4;
}

.contents .news-text-col .title a {
    transition: .3s;
}

.contents .news-text-col .title a:hover {
    color: #0468b7;
}

@media screen and (max-width: 991px) {
    #wrapper {
        padding: 0;
    }

    .news-text-col {
        display: block;
    }

    .contents .news-text-col time {
        width: auto;
        margin-right: 5px;
    }

    .contents .news-text-col .category {
        display: inline-block;
        transform: scale(0.9);
        margin-right: 5px;
    }

    .contents .news-text-col .new-tag {
        display: inline-block;
        margin: 0;
        transform: scale(0.9);
    }

    .contents .news-text-col .title {
        margin-top: 8px;
    }

    .contents>div {
        padding: 15px;
    }
}


.cms-pagination {
    margin-top: 15px;
}

.cms-pagination li {
    padding: 0;
}

.cms-pagination li {
    font-size: 12px;
    border: 1px solid #0468b7;
    margin: 0 5px;
    line-height: 1.2;
    transition: .3s;
    margin-bottom: 10px;
}

.cms-pagination li span {
    background-color: #0468b7;
    color: #FFF;
    padding: 7.5px 10px;
    display: block;
}

.cms-pagination li a {
    color: rgb(4 104 183 / 50%);
    padding: 7.5px 10px;
    display: block;
}

.cms-pagination li:hover {
    background-color: #0468b7;
}

.cms-pagination li:hover a {
    color: #fff;
}

.cms-pagination li:hover span {
    color: #fff;
}

.pagination-no-num {
    border: 1px solid #0468b7;
    color: #0468b7;
}

.pagination-no-num.first {
    margin-right: 10px;
}

.pagination-no-num.last {
    margin-left: 10px;
}

.pagination-index {
    background-color: #0468b7 !important;
}

.pagination-index span {
    color: #fff;
}

.pagination-txt {
    margin-top: 10px;
    font-size: 12px;
}

/*-----------20220629_追加-----------*/
.single-section .wp-caption {
    width: 100% !important;
}

.single-section .wp-caption-text {
    text-align: center;
}

.guidebook-wrap iframe {
    height: 600px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .guidebook-wrap iframe {
        height: 500px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .guidebook-wrap iframe {
        height: 500px;
    }
}

@media screen and (max-width: 767px) {
    .guidebook-wrap iframe {
        height: auto;
        width: 100% !important;
        max-width: 100% !important;
    }
}

/*-----------20220708_追加-----------*/
.single-section.privacy .posting-col .text-box p:last-of-type {
    margin-bottom: 15px;
}

.indent-padd {
    padding-left: 1em;
}

.indent-padd-indent-single {
    padding-left: 1.6em;
    text-indent: -1.6em;
}

.indent-padd-indent {
    padding-left: 2.6em;
    text-indent: -1.6em;
}

@media screen and (max-width: 991px) {
    .indent-padd {
        padding-left: 0;
    }

    .indent-padd-indent {
        padding-left: 1.6em;
        text-indent: -1.6em;
    }
}

.text-box.policy-text {
    margin-bottom: 30px;
}

table.association tr:nth-child(odd) {
    background-color: #DEF1FC;
}

@media screen and (max-width: 991px) {
    table.association tr {
        border-bottom: 1px solid #dedede;
    }

    table.association tr:first-child {
        border-top: 1px solid #dedede;
    }

    table.association tr:nth-child(odd) {
        background-color: transparent;
    }
}

table.association td {
    font-size: 15px;
    letter-spacing: 0.1rem;
}

table.association td.left-cell {
    padding: 15px;
    font-weight: bold;
    width: 300px;
    text-align: left;
}

@media screen and (max-width: 767px) {
    table.association td.left-cell {
        text-align: center;
    }
}

table.association td.right-cell {
    padding: 15px 15px 15px 0;
    width: 25%;
}

@media screen and (max-width: 991px) {
    table.association td.left-cell {
        display: block;
        width: calc(100% - 20px);
        padding: 10px 5px;
        padding-top: 20px;
        margin: 0 auto;
        border-bottom: none;
        font-size: 14px;
    }

    table.association td.right-cell {
        display: block;
        width: calc(100% - 20px);
        padding: 10px 5px;
        padding-top: 0;
        padding-bottom: 20px;
        margin: 0 auto;
        font-size: 14px;
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    table.association td.left-cell {
        text-align: center;
    }
}

table.association.document-box td.right-cell {
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/
}

/*table.association.document-box td.right-cell span.pdf:before {
    content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/pdf-icon.svg");
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
table.association.document-box td.right-cell span.word:before {
    content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/word-icon.svg");
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
table.association.document-box td.right-cell span.excel:before {
    content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/xlsx-icon.svg");
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
table.association.document-box td.right-cell span.pdf:before {
  display: block;
  margin: 0 auto;
    margin-bottom: 10px;
}
table.association.document-box td.right-cell span.word:before {
    display: block;
  margin: 0 auto;
    margin-bottom: 10px;
}
table.association.document-box td.right-cell span.excel:before {
    display: block;
  margin: 0 auto;
    margin-bottom: 10px;
}    
}*/
@media screen and (max-width: 991px) {
    table.association.document-box td.right-cell span.pdf, table.association.document-box td.right-cell span.excel, table.association.document-box td.right-cell span.word {
        margin-bottom: 15px;
        /*display: none;*/
        padding-top: 0;
    }
}

table.association.document-box td.right-cell a {
    padding: 15px 30px;
    background-color: #0468b7;
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 991px) {
    table.association.document-box td.left-cell {
        /*text-align: center;
		padding-top: 30px;
		border-bottom: none;*/
        /*display: none;*/
        text-align: center;
        border-bottom: none;
        padding-top: 20px;
    }

    table.association.document-box tr {
        border-bottom: 1px solid #dedede;
        background-color: transparent;
    }

    table.association.document-box tr:first-child {
        border-top: 1px solid #dedede;
    }

    table.association.document-box td.right-cell {
        flex-flow: column;
        padding-top: 0;
        padding-bottom: 20px;
    }
}

table.association.document-box td.right-cell a:hover {
    background-color: #03467b;
}

table.association.document-box td.right-cell a.word:before, table.association.document-box td.right-cell a.excel:before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 20px;
    /*画像の幅*/
    height: 20px;
    /*画像の高さ*/
    background-image: url("../images/dl-icon.svg");
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

table.association.document-box td.right-cell a.pdf:before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 20px;
    /*画像の幅*/
    height: 20px;
    /*画像の高さ*/
    background-image: url("../images/dp-icon.svg");
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

/*------------20220711_追加------------*/
.group-box.intro .main-title {
    background-color: #DEF1FC;
    padding: 10px 15px;
    font-size: 20px;
    text-indent: 0;
}

@media screen and (max-width: 767px) {
    .group-box.intro .main-title {
        font-size: 16px;
    }
}

.group-box.intro .main-title:after {
    display: none;
}

.intro-img-box {
    margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
    .group-box.intro:last-of-type {
        margin-bottom: 0;
    }

    .group-box.intro:last-of-type .text-box .row {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 1199px) {
    .footer-menu.first>li>a {
        font-size: 11px;
    }
}

.privacy .description {
    margin: 30px 0;
    color: #393232;
}

/*------------20220715_追加------------*/
.gourmet-col.special .point {
    border-top: none;
    margin: 0;
    padding: 0;
}

.gourmet-col.special .title {
    font-size: 14px;
    margin: 0;
}

/*------------20220719_追加------------*/
.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin-bottom: 30px;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.guidebook-wrap {
    margin-bottom: 30px;
}

.guidebook-wrap:last-of-type {
    margin-bottom: 0;
}

/*------------20220831_追加------------*/
.posting-col .text-box .text-box-inner-title {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #0468b7;
}

.inner-content {
    margin-bottom: 30px;
}

.posting-col .text-box-inner .inner-content-title {
    background-color: #0668b7;
    color: #fff;
    display: block;
    padding: 10px 15px;
    border-radius: 50px;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .posting-col .text-box-inner .inner-content-title {
        display: block;
    }
}

.text-box-inner .inner-content li {
    font-size: 14px;
    line-height: 1.8;
    color: #393232;
    padding-left: 2.6em;
    text-indent: -1.6em;
}

.text-box-inner .inner-content .text-col {
    padding-left: 1.6em;
    padding-right: 1.6em;
}

.text-box-inner .inner-content .text {
    font-size: 14px;
    line-height: 1.8;
    color: #393232;
}

@media screen and (min-width: 768px) {
    .single-section.privacy .posting-col {
        padding-right: 15px;
    }
}

.single-section.special .text-box h1, .single-section.special .text-box h2, .single-section.special .text-box h3, .single-section.special .text-box h4, .single-section.special .text-box h5, .single-section.special .text-box h6 {
    display: block;
}

.single-contents.news .posting-col .text-box h1, .single-contents.news .posting-col .text-box h2, .single-contents.news .posting-col .text-box h3, .single-contents.news .posting-col .text-box h4, .single-contents.news .posting-col .text-box h5, .single-contents.news .posting-col .text-box h6 {
    display: block;
}

/*--------------20220921_追加--------------*/
.top-slideshow-wrap {
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .top-slideshow-wrap {
        margin-bottom: 30px;
    }
}

/*--------------20221107_追加--------------*/
.single-section.special table, .news .single-section table {
    width: 100% !important;
    font-size: 12px;
    border: 3px solid #000;
    margin-bottom: 30px;
}

.single-section.special table tbody, .single-section.special table td, .single-section.special table tfoot, .single-section.special table th, .single-section.special table thead, .single-section.special table tr {
    border: 1px solid #999;
    /*text-align: center;*/
    padding: 8px 10px;
}

.news .single-section table tbody, .news .single-section table td, .news .single-section table tfoot, .news .single-section table th, .news .single-section table thead, .news .single-section table tr {
    border: 1px solid #999;
    /*text-align: center;*/
    padding: 8px 10px;
}

.single-section.special .posting-col .text-box table p, .news .single-section .posting-col .text-box table p {
    margin-bottom: 0;
    font-size: 12px;
}

.single-section.special .posting-col .text-box p, .news .single-section .posting-col .text-box p {
    margin-bottom: 15px;
}

.single-section.special table.spot-info-box, .news .single-section table.spot-info-box {
    border: 1px solid;
}

.single-section .posting-col .text-box p a {
    word-wrap: break-word;
}

blockquote {
    position: relative;
    padding: 16px;
    box-sizing: border-box;
    font-style: italic;
    background-color: #e5f4ff;
    color: #464646;
    margin: 30px auto;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

blockquote p:last-of-type {
    margin-bottom: 0 !important;
}

/* .single-contents .special .text-box ul {
    margin-bottom: 20px;
    list-style-type: disc;
    padding-left: 2rem;
} */

.single-contents .special .text-box ol {
    margin-bottom: 20px;
}

.single-contents .special .text-box li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
}

/*-----------20221118-----------*/
.special .posting-col h2, .news .posting-col h2 {
    background-color: #def1fc;
    padding: 1rem;
    border-left: none;
    color: #0468b7;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
    margin-bottom: 15px;
    padding-left: 10px;
}

.special .posting-col h5 {
    position: relative;
    padding-left: 1.2em;
    line-height: 1.4;
    font-size: 14px;
    font-size: 1.4rem;
}

.special .posting-col h5:before {
    font-family: 'Font Awesome 6 pro';
    content: "\f00c";
    font-weight: 900;
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 0;
    color: #5ab9ff;
}

/*--------------20221213_追加--------------*/
.single-section .posting-col .buri img {
    width: auto;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .single-section .posting-col .buri img {
        /*height: 120px;*/
    }
}

.single-section .posting-col .buri h2 {
    /*background-image: url("../images/special/buri_bg.jpg");
	background-size: cover;*/
    background-color: transparent;
    color: #af2022;
    font-size: 24px;
    padding: 0;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .single-section .posting-col .buri h2 {
        font-size: 20px;
    }
}

.wf-sawarabimincho {
    font-family: "Sawarabi Mincho" !important;
}

.single-section.special .posting-col .text-box .buri p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .single-section.special .posting-col .text-box .buri p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.8;
        text-align: justify;
    }
}

.single-section.special .buri table, .single-section.special .buri table tbody, .single-section.special .buri table td, .single-section.special .buri table tfoot, .single-section.special .buri table th, .single-section.special .buri table thead, .single-section.special .buri table tr {
    border: none;
    text-align: left;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
}

.single-section.special .buri table th.menu {
    width: 200px;
}

@media screen and (max-width: 767px) {
    .single-section.special .buri table th.menu {
        width: 100%;
        display: block;
        font-size: 14px;
    }

    .single-section.special .buri table td {
        width: 100%;
        display: block;
        padding: 0 20px;
        font-size: 14px;
    }
}

.single-section.special .buri table th.access {
    width: 100px;
}

.single-section.special .buri table {
    background-image: url("../images/special/buri_bg.jpg");
    background-size: cover;
    border-radius: 15px;
    margin-top: 30px;
}

.single-section.special .buri table tr {
    vertical-align: baseline;
}

@media screen and (max-width: 767px) {
    .single-section.special .buri table tr {
        display: block;
    }
}

.single-section.special .buri table th {
    padding: 0 20px;
}

.single-section .posting-col .buri .text-box h3 {
    font-size: 24px;
}

.single-section.special .posting-col .text-box .buri p.hosoku {
    margin-top: -15px;
    font-size: 12px;
}

.single-section.special .posting-col .text-box .buri p.buri-kau-tenpo {
    font-size: 17px;
    font-weight: 600;
    color: #b31d23;
    margin-bottom: 15px;
}

.single-section.special .buri table tr.last-th th {
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .single-section.special .buri table tr.last-th th {
        padding-bottom: 0;
    }

    .single-section.special .buri table tr.last-th td {
        padding-bottom: 15px;
    }
}

/*------------20230217_追加------------*/
.single-banner-info {
    display: flex;
    align-items: center;
}

.single-banner-info a {
    display: block;
    padding: 5px;
}

.single-banner-info img {
    border: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
    .single-banner-info {
        flex-flow: column;
    }
}

.wp-caption-text {
    font-size: 12px;
}

/*------------20230301_追加------------*/
.taxi-access {
    margin-bottom: 60px;
}

.around-access .description {
    margin-top: 15px;
    margin-bottom: 30px;
}

.access-inner .main-title {
    border: 2px solid #0668b7;
    padding: 10px;
    line-height: 1;
}

.tab-wrap.access {
    margin-bottom: 0;
}

.taxi-access .main-title {
    margin-bottom: 15px;
}

.taxi-access .taxi-title {
    font-size: 18px;
    font-weight: 700;
}

.taxi-access .taxi-title:before {
    content: '\025a0';
}

.tel-num-box-wrap {
    padding: 0 15px;
}

.tel-num-box {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    border-bottom: 1px solid #0668b7;
}

.tel-num-box p {
    color: #393232;
}

@media screen and (min-width: 1200px) {
    .tel-num-box p {
        font-size: 20px;
    }
}

@media screen and (max-width: 992px) and (max-width: 1199px) {
    .tel-num-box p {
        font-size: 17px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .tel-num-box p {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .taxi-access-inner {
        margin-bottom: 30px;
    }

    .tel-num-box p {
        font-size: 16px;
    }
}

/*------------20230310_追加------------*/
.news .posting-col h5 {
    position: relative;
    padding-left: 1.2em;
    line-height: 1.4;
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
}

.news .posting-col h5:before {
    font-family: 'Font Awesome 6 pro';
    content: "\f00c";
    font-weight: 900;
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 0;
    color: #5ab9ff;
}

.news .posting-col a {
    text-decoration: underline;
}

/*-------20230317-------*/
.single-section .text-box li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.single-section .text-box li:last-of-type {
    margin-bottom: 40px;
}

/*-------20230324-------*/
.single-section h4 {
    font-size: 20px;
    line-height: 2;
    font-weight: 600;
}

.single-section blockquote p {
    line-height: 2;
}

/*-------20230821-------*/
.group-box table caption {
    caption-side: top;
    color: #0668b7;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .group-box table caption {
        text-align: center;
    }
}

.course .dl-button {
    text-align: center;
}

.course .dl-button a {
    padding: 10px;
    border: 2px solid #0468b7;
    width: 100%;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    color: #0468b7;
    transition: .3s;
}

.course .dl-button a:hover {
    opacity: 0.6;
}

.course .dl-button a:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/dp-icon_navy.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

/*20231124*/
.buri-img {
    width: 40%;
}

.character h4 {
    display: block;
    background-color: #def1fc;
    padding: 1rem;
    border-left: none;
    color: #0468b7;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
    margin-bottom: 15px;
    padding-left: 10px;
}

.character-illust-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}

.character-illust-box .title {
    margin-top: 15px;
    text-align: center;
}

.single-section .text-box li {
    padding-left: 2.6em;
    text-indent: -1.6em;
    padding-right: 2.6em;
    text-align: justify;
    word-break: break-all;
    text-justify: inter-ideograph;
    text-justify: inter-character;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.character h5 {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: underline;
}

.text-box-inner {
    margin-bottom: 15px;
}

.character-inner {
    padding: 15px 0;
}

.single-section.character .text-box li:last-of-type {
    margin-bottom: 0;
}

table.association.document-box td.right-cell a {
    white-space: nowrap;
    width: 100%;
    text-align: center;
    display: inline-block;
}

table.association td.left-cell {
    width: 75%;
}

table.association.document-box td.right-cell {
    /*text-align: right;*/
}

table.association.document-box td.left-cell p {
    display: inline-block;
    margin-bottom: 0 !important;
}

table.association.document-box td.left-cell span.pdf:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../images/pdf-icon.svg");
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

table.association.document-box td.left-cell span.word:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../images/word-icon.svg");
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

table.association.document-box td.left-cell span.excel:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../images/xlsx-icon.svg");
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    table.association.document-box td.left-cell span.pdf:before {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    table.association.document-box td.left-cell span.word:before {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    table.association.document-box td.left-cell span.excel:before {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

table.association td.left-cell span {
    display: inline-block;
}

.single-section.character table {
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    table.association td.left-cell {
        width: 100%;
    }

    table.association td.left-cell span {
        display: block;
    }

    table.association.document-box td.right-cell {
        width: 100%;
    }

    table.association.document-box td.right-cell a {
        white-space: nowrap;
        display: inline-block;
        width: auto;
    }

    table.association.document-box td.right-cell a {
        margin: 0 auto;
    }

    .character h4 {
        text-align: center;
        font-size: 18px;
        padding: 5px;
    }

    .character-illust-box {
        flex-flow: column;
    }

    .character h5 {
        text-align: center;
        background-color: #0668b7;
        color: #fff;
        display: block;
        padding: 7.5px 15px;
        border-radius: 50px;
        line-height: 1.4;
        text-decoration: none;
        font-size: 16px;
        font-weight: normal;
    }

    .character table.association.document-box tr:first-child {
        border-top: none;
    }

    .posting-col .text-box-inner .inner-content-title {
        text-align: center;
    }

    .posting-col .text-box .text-box-inner-title {
        text-align: center;
        display: block;
    }

    .single-section.privacy .text-box li {
        margin-bottom: 10px;
    }
}

.youtube-box {
    margin-bottom: 50px;
}

.youtube-box .section-title {
    margin-bottom: 20px;
}

.youtube-box .youtube-col {
    /*aspect-ratio: 16 / 9;*/
    padding: 10px;
}

@media screen and (max-width: 991px) {
    .youtube-box .youtube-col {
        margin-bottom: 30px;
    }
}

.youtube-box .youtube-col-inner {
    position: relative;
}

.youtube-box .youtube-col-inner::before {
    content: "";
    display: block;
    padding-top: 65%;
}

.youtube-col iframe {
    /*width: 100%;
    height: 100%;*/
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}

.youtube-box h3 {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    text-align: left;
    line-height: 1.4;
}

.youtube-box .all-event-link a {
    width: 300px;
    display: block;
    padding: 20px 5px;
    background: #ff0000;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    line-height: 1;
    transition: .3s;
    margin: 0 auto;
    margin-top: 20px;
}

/*---------*/
.fixed_btn_01 {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.fixed_btn_01 img {
    width: 150px;
    height: auto;
}

.animation {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
    width: 128px;
}

.keyframe7 {
    animation-name: jump;
    animation-duration: .6s;
}

@keyframes jump {
    0% {
        transform: translate(0%, 60px) rotateX(30deg);
    }

    100% {
        transform: translate(0%, 0%);
    }
}

.fixed_btn_01 {
    position: fixed;
    bottom: 10px;
    right: 10px;
    /* overflow: hidden; */
    height: auto;
    z-index: 1;
}

.fixed_btn_01 img.tebuburikun {
    position: relative;
    width: 120px;
    height: auto;
    bottom: 70px;
    right: 15px;
    z-index: 2;
}

.fixed_btn_01 img.mizushibuki_00 {
    position: absolute;
    width: 120px;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.fixed_btn_01 img.mizushibuki_01 {
    position: absolute;
    width: 120px;
    bottom: 0;
    right: 0;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .fixed_btn_01 img.tebuburikun {
        position: relative;
        width: 80px;
        height: auto;
        bottom: 70px;
        right: 15px;
        z-index: 2;
    }

    .fixed_btn_01 img.mizushibuki_00 {
        position: absolute;
        width: 80px;
        bottom: 0;
        right: 0;
        z-index: 3;
    }

    .fixed_btn_01 img.mizushibuki_01 {
        position: absolute;
        width: 80px;
        bottom: 0;
        right: 0;
        z-index: 1;
    }
}

/*---------*/
.keyframe6 {
    animation-name: poyopoyo;
    animation-duration: 1.2s;
}

@keyframes poyopoyo {
    0%, 40%, 60%, 80% {
        transform: scale(1.0);
    }

    50%, 70% {
        transform: scale(0.95);
    }
}

/*20240607_Guidoor*/
.guidoor ul {
    margin-bottom: 50px;
}

.guidoor li {
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.guidoor li a {
    display: block;
    border: 2px solid #0668b7;
    border-radius: 50px;
    padding: 15px 0;
    color: #0668b7;
    transition: .3s;
}

.guidoor li a:hover {
    background-color: #0668b7;
    color: #FFF;
}

@media screen and (max-width: 991px) {
    #special li {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .more-look a {
        width: 250px;
        display: block;
        padding: 20px 5px;
        background: #0468b7;
        color: #fff;
        border-radius: 3px;
        font-weight: 700;
        line-height: 1;
        transition: .3s;
        margin: 0 auto;
        margin-top: 30px;
    }
}

/*---20240717_関係資料等---*/
.text-box.document-field {
    margin-bottom: 20px;
}

/*---20250331_画面真っ白対策---*/
#contents {
    display: block !important;
}

/*---20250417_特集修正---*/
.single-contents .special .text-box li {
    margin-bottom: 15px;
}

.single-contents .special .text-box li a {
    color: #0468b7;
}

.single-contents .special .text-box li a:hover {
    color: #0d6efd;
}

/* 20250624_瀬戸芸ブログ */

.blog .contents-box {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 50px;
}

@media screen and (max-width: 991px) {
    .blog .contents-box {
        margin-top: 30px;
    }

}

.blog .section-title .jp {
    line-height: 1.4;
    margin-bottom: 5px;
}

.blog-list-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 991px) {
    .blog-list-content {
        gap: 15px;
    }

}

.blog-list {
    width: calc((100% - 60px) / 3);
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s;
    box-sizing: border-box;
}

@media screen and (max-width: 991px) {
    .blog-list {
        width: calc((100% - 15px) / 2);
    }
}

@media screen and (max-width: 767px) {
    .blog-list-content {
        flex-wrap: wrap;
    }

    .blog-list {
        width: 100%;
    }

    .blog .blog-list {
        width: calc(50% - 15px);
    }

    /* 最初の1件目だけ1カラム表示 */
    .blog-list:nth-child(1) {
        /* width: 100%; */
    }

    /* 2件目・3件目は2カラム並び */
    .blog-list:nth-child(2),
    .blog-list:nth-child(3),
    .blog-list:nth-child(4),
    .blog-list:nth-child(5) {
        /* width: calc(50% - 7.5px); */
    }
}

.blog-list a {
    transition: .3s;
    display: block;
    height: 100%;
    padding: 0;
}

@media screen and (min-width: 992px) {
    .blog-list a:hover {
        background-color: #429de2;
        display: block;
    }
}

/* ------------------------ */

/* button style from here */
.btn {
    position: relative;
    display: inline-block;
    line-height: 3;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
    cursor: pointer;
    user-select: none;
}

.btn:hover {
    letter-spacing: 2px;
    box-shadow: none;
}

/* btn2 */
.btn2 span::after, .btn2 span::before, .btn2::after, .btn2::before {
    content: "";
    position: absolute;
    transition: all 0.3s;
    background-color: #429DE2;
}

.btn2::before {
    height: 2px;
    width: 0;
    top: 0;
    left: 0;
    transition-delay: 0.4s;
    z-index: 1;
}

.btn2::after {
    width: 2px;
    height: 0;
    top: 0;
    right: 0;
    transition-delay: 0.2s;
}

.btn2 span::before {
    height: 2px;
    width: 0;
    bottom: 0;
    right: 0;
    transition-delay: 0.4s;
}

.btn2 span::after {
    width: 2px;
    height: 0;
    bottom: 0;
    left: 0;
    transition-delay: 0.2s;
}

@media screen and (min-width: 992px) {
    .btn2:hover span::before, .btn2:hover::before {
        width: 100%;
        transition: all 0.2s;
    }

    .btn2:hover span::after, .btn2:hover::after {
        height: 100%;
        transition: all 0.2s;
    }

    .btn2:hover::after {
        transition-delay: 0.2s;
    }

    .btn2:hover span::after {
        transition-delay: 0.2s;
    }

    .btn2:hover {
        transition-delay: 0.4s;
    }
}

.blog .blog-list time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5px;
    transition: .3s;
    font-size: 1.6rem;
}

.blog .btn:hover {
    letter-spacing: 0;
}

/* ------------------------ */

.blog-list .img-box img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-list .text-box {
    padding: 15px;
    padding-bottom: 5px;
}

@media screen and (max-width: 991px) {
    .blog-list .text-box {
        padding: 10px;
    }
}

.blog-list .posted-on {
    font-size: 13px;
    display: block;
}

@media screen and (max-width: 991px) {
    .blog-list .posted-on {
        font-size: 11px;
        line-height: 1;
    }
}

.posting-col .blog-list .title {
    font-weight: 600;
    line-height: 1.5;
    color: #27597e;
    transition: .3s;
    text-align: left;
}

@media screen and (min-width: 992px) {
    .posting-col .blog-list a:hover .title {
        color: #FFF;
        transition-delay: 0.4s;
    }
}

@media screen and (min-width: 992px) {
    .posting-col .blog-list .title {
        font-size: clamp(1.5rem, 1.47rem + 0.093vw, 1.6rem);
    }
}

@media screen and (max-width: 991px) {

    .posting-col .blog-list .title {
        font-size: 14px;
    }
}

.posting-col .blog-list time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5px;
    transition: .3s;
    color: #27597e;
    font-weight: bold;
    line-height: 3;
}

@media screen and (min-width: 992px) {
    .posting-col .blog-list a:hover time {
        color: #FFF;
        transition-delay: 0.4s;
    }
}

.posting-col .blog-list time i {
    margin-right: 5px;
}

.section-box.blog figure {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    width: 100%;
    margin-bottom: 0;
}

.section-box.blog .blog-list .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s ease;
}

@media screen and (min-width: 992px) {
    .section-box.blog .blog-list a:hover .img-box img {
        transform: scale(1.1);
        transition-delay: 0.4s;
    }
}

.blog .post-list-header-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 50px;
}

.section-box.blog {
    background-color: #e9f2fc;
    padding-top: 50px;
    margin-bottom: 50px;
}

.blog .section-title-box .link-box a {
    background-color: #FFF;
}

.blog .section-title-box .link-box a:hover {
    background-color: #429de2;
}

.two-column-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    /* padding: 0; */
    padding-top: 50px;
    padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
    .blog .two-column-layout {
        flex-direction: column;
        gap: 30px;
        padding-top: 30px;
        padding-bottom: 50px;
    }

}

.blog-bg-text {
    color: rgb(233 242 252);
}

.list-tags {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.list-tags li {
    background-color: #d8e5ef;
    color: #28597e;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 11px;
    border-radius: 5px;
    display: block;
}

.banner-box {
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .banner-box {
        margin-bottom: 50px;
    }
}

.banner-box .row {
    justify-content: center;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .banner-box a:hover {
        transition: .3s;
    }

    .banner-box a:hover {
        opacity: 0.8;
    }
}