/* 基礎設定 */
html, body {
    font-size: 18px;
    line-height: 1.8;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}
/* html{ height: -webkit-fill-available;} */
html.nosc,body.nosc{
	overflow: hidden;
}
.color-red { color: #BD0F13;}
.color-blue{ color: #034EBB;}
.color-wh{ color: #fff;}
.color-gr{ color: #24B588;}
.color-ye{ color: #e8d317;}
.color-ly{ color: #f9f1a7;}
.color-gy{ color: #FAF9F4;}
.color-bk{ color: #333;}

.bg-blue{ background: #F0F7FF;}
.bg-lblue{ background: #F0F7FF;}
.bg-gr{ background: #24B588;}
.bg-lgr{ background: #EBFDF8;}
.bg-bk{ background: #333333;}
.bg-wh{ background: #fff;}
.bg-gray{ background: #FAF9F4;}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.025em;
    margin: 0 auto 1.5rem;
    padding: 0;
}
h1 { font-size: 36px; }
h2 { font-size: 32px; }
h3 { font-size: 29px; }
h4 { font-size: 25px; }
h5 { font-size: 21px; }
h6 { font-size: 18px; }

.tit-line { position: relative; border-bottom: 6px solid #F7931E; padding: 0.5rem 0.2rem; }
.tit-bg {
    color: #fff;
    padding: 0.5rem 1rem;
    background: linear-gradient(to right,#FA9447,#FF7E9C);
    border-radius: 25px;
}
.tit-bd-l {
    position: relative;
    border-left: 7px solid #F7931E;
    line-height: 1;
    padding: 2px 0 2px 10px;
}
.tit-point {
    display: flex;
    align-items: baseline;
}
.tit-point::before {
    content: "●";
    font-size: 1em;
    font-weight: 900;
    padding-right: 0.2em;
    color: #F7931E;
}
.box-wh{
    padding: 2.5em 3em;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
}
.step-box .step-item {
    position: relative;
    padding: 0 0 1.5em;
}
.step-box .step-item .step-num {
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.2em;
    margin: 0 0 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 46px;
    padding: 10px 20px;
    background-color: #F7931E;
    border-radius: 0;
}
.step-box .step-item .step-txt {
    margin-bottom: 1em;
}
.arrow-bottom {
    display: block;
    margin: 0.5em auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #F7931E transparent transparent transparent;
}

p {
    margin: 0 auto 1.5em;
    padding: 0;
    line-height: 1.8;
    letter-spacing: 0.02em;
}
.txt-ja, span[lang='ja'], #ft01 {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
.txt-en, span[lang='en'] {
    font-family: 'Montserrat', sans-serif;
}
.btn00{
    background: #333;
    border-radius: 8px;
    padding: 10px 50px 10px 20px;
    display: inline-block;
    position: relative;
}
.btn00 a{ 
    color: #fff;
}
.inp{
    padding: 10px 20px 10px 20px;
}
.btn01{
    background: #fff;
    border: 1px solid #333;
    border-radius: 50px;
    text-align: center;
    display: block;
    position: relative;
}
.btn01 a{
    color: #333;
    font-size: 22px;
    font-weight: bold;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 20px 0;
}
.icon{
    display: inline-block;
    width: 22px;
    margin-left: 0.5em;
}
.view-arrow{
    position: absolute;
    top: 50%;
    right: 1%;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}
.view-arrow::before{
    width: 8px;
    height: 8px;
    position: absolute;
    top: 55%;
    left: 33%;
    content: '';
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    border-radius: 2px;
    transform: rotate(45deg) translate(-50%,-50%);
    z-index: 2;
}
.view-arrow::after{
    content: "";
    position: absolute;
    width: 8px;
    height: 1.5px;
    background: #fff;
    top: 47%;
    left: 51%;
    transform: translate(-50%,-50%);
    border-radius: 2px;
    z-index: 1;
}

section{
    margin-top: -60px;
    padding-top: 60px;
    position: relative;
    z-index: 10;
}
.top-page section{ margin-top: auto;}
.container-fluid{ padding: 0;}
a:link,a:visited,a:hover,a:active{
    text-decoration: none;
}

/* ヘッダー */
#head{
    width: 100%;
    height: 70px;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    background: #fff;
    flex-flow: nowrap;
    text-wrap: nowrap;
}
#top-menu{
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    position: absolute;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    flex-flow: nowrap;
    text-wrap: nowrap;
    background: transparent;
    transition: all .6s;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
/* ヘッダーロゴの設定 */
.brand{
    width: 200px;
    position: absolute;
    left: 5%;
    top: 0;
    z-index: 1001;
    display: inline-block;
    transition: all 0.5s;
}
.img-none{
    display: block;
    position: absolute;
    top: 0;
    opacity: 1;
}

.top-page .img-vis{ opacity: 0; display: none; visibility: hidden;}
.top-page #top-menu.is-active .img-vis{ 
    width: 150px;
    padding: 10px;
    opacity: 1;
    display: block;
    visibility: visible;
    position: relative;
    left: 6%;
}
.fadeDown{
    animation-name: fadeDownAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 1;
    display: block;
}
@keyframes fadeDownAnime{
    from{
        opacity: 1;
        transform: translateY(0px);
    }
    to{
        opacity: 0;
        transform: translateY(-100px);
    }
}
.img-none.fadeDown{
    opacity: 0;
}

/* ナビゲーション */
header li{
    padding: 0 20px;
}
.nav-menu a{
    color: #333;
}
.nav-item{ 
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.nav-menu{ 
    position: absolute;
    right: 3%;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    flex-flow: nowrap;
}

/* ハンバーガーメニュー */
.openbtn{
    display: none;
    position: fixed;
    top: 0%;
    right: 2%;
    z-index: 1001;
    cursor: pointer;
    width: 70px;
	height: 70px;	
    border-radius: 5px;
}
.openbtn span{
    display: inline-block;
    transition: all .2s;
    position: absolute;
    left: 0px;
    height: 2px;
    border-radius: 2px;
    background-color: #333;
    width: 70%;
}
.openbtn span:nth-of-type(1) {
    top:15px; 
  }
.openbtn span:nth-of-type(2) {
    top:30px;
  }
  .openbtn span:nth-of-type(3) {
    top:45px;
  }
  
.openbtn.active span:nth-of-type(1) {
      top: 18px;
      left: 0.5em;
      transform: translateY(6px) rotate(-45deg);
      width: 50%;
      background: #fff;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 0.5em;
      transform: translateY(-6px) rotate(45deg);
      width: 50%;
      background: #fff;
  }
  .openbtn::after{
    position: absolute;
    content: 'menu';
    top: 42px;
    text-align: center;
    left: 3px;
    color: #333;
    font-size: 16px;
    font-weight: bold
}
.openbtn.active::after{
    top: 50px;
    left: 5px;
    content: 'close';
    color: #fff;
}
::-webkit-full-page-media, :future, :root .openbtn::after{
    left: 0;
}
::-webkit-full-page-media, :future, :root .openbtn.active::after{
    left: 1px;
}

.openbtn.active::after{
    top: 38px;
}
.openbtn.is-active span{
    background-color: #333;
}
/* .openbtn.is-active.active span:nth-of-type(1),.openbtn.is-active.active span:nth-of-type(3){
    background: #333;
} */
/* ×印が横幅を広くしても消えない設定 */
.openbtn.active{ display: block !important;}

/* ハンバーガーメニュー内部 */
#clickarea{
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -120%;
    opacity: 1;
    width: 75%;
    height: 100vh;
    background: linear-gradient(to top right,#FA9447,#FF7E9C);
    transition: all .6s ease-out;
    transform: translateX(120%);
    overflow-x: hidden;
}
#clickarea.panelactive{
    right: 0;
    transform: translateX(0);
}
#clickarea.panelactive #click-wrap{
    position: relative;
    top: 15%;
    padding-left: 0.5em;
    z-index: 1000;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    min-height: 100vh;
  min-height: -webkit-fill-available;
  
}
#clickarea .click-box{
    list-style: none;
    position: relative;
    padding-left: 0.8em;
}
#clickarea .click-item::before{
    content: '';
    position: absolute;
    left: -1em;
    top: 20%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
}
#clickarea .click-item::after{
    width: 5px;
    height: 5px;
    position: absolute;
    top: 56%;
    left: -0.7em;
    content: '';
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translate(-50%,-50%);
    transition: all 0.2s;
}
#clickarea ul li{
    letter-spacing: 0.05em;
    text-decoration: none;
    color: #fff;
    font-size: 21px;
    text-wrap: wrap;
}
#clickarea li{
    color: #fff;
    position: relative;
    white-space: nowrap;
    margin: 0;
    width: 100%;
    line-height: 2;
    margin-bottom: 2rem;
}
#clickarea ul a{ color: #fff;}
#click-wrap .fw-bold{
    font-size: 1.1em;
}
#clickarea p{
    margin: 0;
    margin-left: -1em;
}
#clickarea ul{
    list-style: none;
    padding: 0;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%; */
}
/* サイドボタン */
.side-btn{
    position: fixed;
    font-size: 0.9rem;
    right: 0;
    writing-mode: vertical-rl;
    color: #fff;
    background: #4D4D4D;
    z-index: 99;
    border-radius: 10px 0 0 10px;
    
    width: auto;
}
.side-btn:hover{
    filter: brightness(1.2);
}
.side-btn a{
    color: #fff;
    border: none;
    letter-spacing: 0.2em;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 40px 8px;
}
.login .side-btn{ display: none;}
.side03{
    display: none;
}
.side01{ bottom: 250px;}
.side02{ bottom: 50px;}
.login .side03{
    display: block;
    bottom: 50px;
}

.dd-menu{ 
    list-style-type: disc !important;
    padding-left: 1em !important;
}
.dd-item{
    margin-bottom: 0rem !important;
    padding-left: 0;
}
/* ヘッダードロップダウン */
.dropdown ul{
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    transform: scaleY(0);
    transform-origin: center top;
    transition: transform 0.3s;
}
.dropdown ul:hover ul{
    opacity: 1;
    transform: scaleY(1);
}
.dropdown:hover ul{
    opacity: 1;
    transform: scaleY(1);
    list-style: none;
    padding: 0;
}
.dropdown ul a{ color: #333; letter-spacing: 0.02em;}
.dropdown ul li{
    position: relative;
    display: block;
    padding: 10px 15px 15px 15px;
    background: #ddd;
    margin: 0;
    border-bottom: 1px solid #333;
}
.dropdown ul li:nth-last-of-type(1){
    border-bottom: none;
}
.drop ul li:nth-of-type(1){
    margin-top: 32px;
}


.sec02-wrap,.sec03-wrap,.sec04-wrap,.sec05-wrap{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 8rem;
}
.sec01-wrap{ 
    padding-inline: calc((100vw - 1000px) / 2);
    padding-bottom: 8rem;
}
.foot-wrap{
    width: 80%;
    margin: 0 auto;
}

.sec-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.sec-title img{ width: 40px; margin-bottom: 1rem;}
.top-page .btn00{
   left: 50%;
   transform: translateX(-50%);
}

/* TOP */
#maintop{
    height: auto;
}
#maintop img{
    -webkit-user-drag: none;
}
.scroll{
    position: absolute;
    bottom: 0%;
    left: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2em;
    transform: translate(-50%,-50%);
    z-index: 99;
    writing-mode: vertical-lr;
}
.scroll::after{
    content: "";
    height: 120px;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.sec00-wrap{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 3rem;
}
@media(max-width: 767px){
    .sec00-wrap{
        width: 100%;
    }
}

/* sec01 */
.info-wrap{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 2rem;
    width: 100%;
}
.info-wrap::before,.info-wrap::after{
    content: "";
    display: block;
    width: calc((100% - 100px)/ 3);
}
.info-wrap::before{ order: 1;}
.info-item{
    width: calc((100% - 100px)/ 3);
}
.info-wrap .info-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/*
    top: 50%;
    left: 50%;
*/
    z-index: 10;
/*
    -webkit-transform: translate(-50%, -50%) scale(1.02);
    transform: translate(-50%, -50%) scale(1.02);
*/
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.info-wrap .info-img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.info-wrap .info-img::before {
    content: "";
    display: block;
    padding-top: 143%;
    position: relative;
    z-index: 0;
    background-color: #fff;
}
.info-item{ 
    margin-bottom: 2rem;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.info-wrap dt{ color: #F7931E;}
.info-wrap dd{ 
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* sec02 */
.title02{ align-items: flex-start; text-align: start; margin-bottom: 2rem;}
.title02 img{ width: 32px;}
.title02 h2{ margin: 0;}
.sec02-wrap .col-md-7 img{ max-width: 500px;}

/* sec03 */
.top-page form{ width: 80%; margin: 0 auto;}
.search-tit{
    width: 30%;
    height: 100%;
    z-index: 10;
    position: relative;
}
.search-box{ position: relative; margin-bottom: 2rem; border: 1px solid #D9D9D9; border-radius: 32px;}
.search-box::after{
    background: linear-gradient(to bottom right,#FA9447,#FF7E9C);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 30px;
}
.search-tit span{
    font-size: 29px;
    font-weight: bold;
    color: #fff;
    width: 5em;
}
.search-tit img{
    /* position: absolute;
    left: 20%; */
    width: 25px;
}
.search01{
    border-bottom: 1px solid #D9D9D9;
}
.search-content{
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
}
.check-box{
    width: 75%;
    height: 100%;
    z-index: 10;
    right: 0;
    padding: 40px;
}
.search-box label input{ margin-right: 0.2em;}
.search-box label { margin-right: 0.5em; font-size: 22px;}
.search01 .check-box{
    border-radius: 0 30px 0 0;
}
.search02 .check-box{
    border-radius: 0 0 30px 0;
}
/* sec04 */
.inst-img ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 2rem;
    width: 100%;
    padding: 0;
    list-style: none;
}
.inst-img li{
    width: calc((100% - 50px)/ 6);
    margin-bottom: 0.5rem;
}
.inst-img{
    max-width: 1200px;
    margin: 0 auto;
}

/* sec05 */
#sec05{
    width: 100%;
    height: auto;
    /* padding-bottom: 3rem; */
}
.link01,.link02{
    object-fit: contain;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 250px;
    position: relative;
    padding: 0;
}
.link01::after,.link02::after{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    opacity: 0.75;
}
.link01{
    background-image: url(../img/sec05-img01.jpg);
}
.link01::after{ background: #FE8B33;}
.link02{
    background-image: url(../img/sec05-img02.jpg);
}
.link02::after{ background: #FA4F6B;}
#sec05 p{ 
    margin: 0;
    color: #fff;
    z-index: 10;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%,-50%);
}
#sec05 .box-arrow{
    z-index: 10;
}
#sec05 .box-arrow{
    position: relative;
    top: 50%;
    left: 70%;
    transform: translate(-50%,-50%);
    width: 64px;
    height: 64px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: all 0.3s;
}
#sec05 .box-arrow::before{
    width: 16px;
    height: 16px;
    position: absolute;
    top: 55%;
    left: 30%;
    content: '';
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translate(-50%,-50%);
    transition: all 0.2s;
}
#sec05 a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    margin: 0;
}


/* --------------------------------------------
    other page
-------------------------------------------- */
#titbar {
    position: relative;
    z-index: 5;
    background-image: url(../img/titbar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
    padding: 0!important;
    left: 0;
}
#titbar h1 {
    color: #fff;
    display: block;
    width: 100%;
    margin: 0;
    padding: 150px 25px 75px;
    text-align: center;
    text-wrap: wrap;
}

.sec-inline { padding-inline: calc((100vw - 1000px) / 2); padding-top: 5rem;}
/* .sec-inline img{
    max-width: 100%;
    height: auto;
} */
.login .sec-inline{ padding-top: 5rem;}
.other-pages .img-none{ display: none;}
.other-pages .img-vis{ display: block; opacity: 1; visibility: visible; width: 150px; padding: 10px; left: 6%; position: relative;}

.about-list{
    display: flex;
    flex-wrap: wrap;
}
.about-list dt{
    width: 25%;
    display: flex;
    align-items: flex-start;
}
.about-list dd{
    width: 75%;
}
.about-list dt,.about-list dd{
    padding: 10px;
    border-bottom: 1px solid #333;
    margin: 0;
}

.other-pages .table>:not(caption)>*>* {
    border-width: 1px;
    border-color: #333;
}
.bann-img{ width: 80%; margin-bottom: 5rem;}


/*--- table ---*/

.scroll-hint-icon { top: 50%!important; transform: translateY(-50%)!important; }
.scroll-hint-icon:before { width: 30px!important; height: 30px!important; }
.other-content .table-scroll table.table-p0 { margin: 0 auto; padding: 0; }
.other-content .table-scroll table.table-p0:first-of-type { margin-top: 3em; }
.other-content .table-scroll table.table-p0:last-of-type { margin-bottom: 3em; }
.other-content .table-scroll table caption p { margin: 0 auto; line-height: 1.3!important; }
.other-content .table-scroll table tr th, .other-content .table-scroll table tr td {
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding: 15px 25px;
    vertical-align: top;
    border: 1px solid #333;
    border-collapse: collapse;
}
.other-content .table-scroll table.table-fixed tr th, .other-content .table-scroll table.table-fixed tr td { 
    padding: 10px 20px;
 }
@media screen and (max-width: 767px) {
    .other-content .table-scroll table.table-fixed tr th,
    .other-content .table-scroll table.table-fixed tr td { 
        font-size: 14px!important; 
        padding: 10px 10px!important; 
    }
}


.other-content .table-scroll table.w0 tr th:first-child, .other-content .table-scroll table.w0 tr td:first-child {
    white-space: nowrap;
    width: 0;
}
.other-content .table-scroll table tr td {
    vertical-align: middle;
    border-left: 1px solid #333;
}
.other-content .table-scroll table tr:nth-child(odd) {
    background: #f4f4f4;
}
.other-content .table-scroll table tr th {
    background: #dedede;
}
.other-content .table-scroll table tr th p, .other-content .table-scroll table tr td p {
    line-height: 1.6!important;
    text-align: left;
}
.other-content .table-scroll table tr th a, .other-content .table-scroll table tr th a:hover, .other-content .table-scroll table tr th a:focus {
    color: #fff!important;
    text-decoration: underline;
    outline: none;
}
.other-content .table-scroll table tr td a, .other-content .table-scroll table tr td a:hover, .other-content .table-scroll table tr td a:focus {
    color: #00f!important;
    font-weight: bold;
    text-decoration: underline;
    outline: none;
}
.other-pages .table-fixed th:first-child{
  position: sticky;  position: -webkit-sticky;
  left: 0;
}
.table-calc_list01 table {
    max-width: 100%;
  }
  .table-calc_list01 th,.table-calc_list01 td{
    font-size: 0.65em !important;
    padding: 3px !important;
  }


a.anchorpoint01 {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}
.listanchor01 {
    margin: 0 auto 1rem!important;
	padding-left: 0!important;
	display: flex;
	flex-wrap: wrap;
}
.listanchor01:after {
    content:"";
    display:table;
	height: 0;
	clear: both;
}
.listanchor01 li {
    list-style: none;
    padding: 5px!important;
    margin: 0!important;
    width: calc(100% / 3);
    display: flex;
}
.listanchor01 li::before { display: none!important; }
.listanchor01 li a {
    border-radius: 5px;
    width: 100%;
    height: auto;
    min-height: 3em;
    text-align: center;
    background-color: #034EBB;
    color: #fff;
    font-size: 0.86em;
    font-weight: 600;
    padding: 2em 1em;
    line-height: 1.4;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.listanchor01 li a:after {
    padding: 5px 0 0 15px;
    font-family: "Font Awesome 5 Free";
    content: "\f13a";
    font-weight: 900;
}
.listanchor01 li a:hover {
    background-color: #03A8E5;
}
.listanchor-bl li a { background-color: #03A8E5; }
.listanchor-bl li a:hover { background-color: #03A8E5; }
@media screen and (max-width: 767px) {
	.listanchor01 li { width: calc(100% / 2); }
    .listanchor01 li a:after { padding: 0 0 0 0.5em; }
}

/* 店舗情報 */
.single-slider {
    width: 100%;
    height: auto;
}
.dl-list dl{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0.8em 0;
    border-bottom: 2px solid #333;
}
.dl-list dl dt{
    font-weight: bold;
    /* margin-right: 15px; */
}
.dl-list dl dd{
    flex: auto;
    margin-bottom: 0;
    font-weight: bold;
}
.single-slider-thumbnail .slide-item img {
    padding: 5px;
}
.single-slider .slide-item img, .single-slider-thumbnail .slide-item img {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    object-fit: cover;
}
.slick-slide img {
    margin: 0 auto;
    width: 100%;
}
.single-slider .slide-item, .single-slider-thumbnail .slide-item {
    position: relative;
    width: 100%;
    padding-top: 66.7%;
    margin: 0 auto;
}
.dl-flex dl{
    padding-right: 15px;
    flex: auto;
}

.sec-inline img {
    max-width: 100%;
    height: auto;
}

.cat-list {
    display: flex;
    flex-flow: wrap;
}
.cat-list > a {
    color: #F7931E;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin: 0 1.1rem 1.1em 0;
    padding: 7px 40px 10px;
    background-color: #fff;
    border: 4px solid #F7931E;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.cat-list > a:nth-child(even) {
    color: #FA4F6B;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin: 0 1.1rem 1.1em 0;
    padding: 7px 40px 10px;
    background-color: #fff;
    border: 4px solid #FA4F6B;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.cat-list > a:hover {
    color: #fff;
    background-color: #F7931E;
}
.cat-list > a:nth-child(even):hover {
    color: #fff;
    background-color: #FA4F6B;
}
@media screen and (max-width: 991px) {
    .cat-list > a { font-size: 18px; margin: 0 10px 20px 0;  padding: 7px 35px 10px; border: 3px solid #F7931E; }
    .cat-list > a:nth-child(even) { font-size: 18px; margin: 0 10px 20px 0;  padding: 7px 35px 10px; border: 3px solid #FA4F6B; }
}
@media screen and (max-width: 767px) {
    .cat-list > a {   font-size: 15px; margin: 0 6px 15px 0; padding: 7px 25px 10px; }
}
/**/

.pagination-list{
    text-align: center;
    margin-bottom: 2rem;
}
.pagination-list span{ color: #F7931E;}
.pagination-list span,.pagination-list a{
    font-size: 18px;
    padding: 10px 10px;
    border: 1px solid #F7931E;
    border-radius: 5px;
}
.pagination-list a{
    color: #fff;
    background: #F7931E;
}
.pagination-list a:hover{
    color: #F7931E;
    background: #fff;
}

/* 検索結果 */
.data-list-box {
    padding: 0!important;
}
.data-box .data-txt .tit {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.1;
    /* text-align: center; */
}
.grid-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 3rem;
}
.grid3 {
    grid-template-columns: 1fr 1fr 1fr;
}
.data-box .data-img {
    position: relative;
    width: 100%;
    margin: 0 auto 10px;
    overflow: hidden;
}
.data-box .data-txt .tit {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.1;
}
.data-wrap img{
    height: 200px;
    object-fit: cover;
    margin-bottom: 0.5rem;
}
.dl-list dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0.8em 0;
    border-bottom: 2px solid #000;
}
.data-box{ 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}
.data-txt{ width: 100%;}
.data-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.data-box .data-dl dl {
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 0;
}
.dl-list dl dd {
    flex: auto;
    margin-bottom: 0;
}
.aform-header{ display: none;}
#aform-4 .parts-17,.aform-input.parts-9, #aform-3 .aform-input.parts-14{ text-align: center;}
/* .dl-list dl:last-of-type {
    border-bottom: none;
} */
.data-box .data-img img {
    position: absolute;
    width: 100%!important;
    max-width: none!important;
    height: 100%!important;
    object-fit: cover!important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    object-fit: cover;
}
.data-box .cat-list > a {
    font-size: 13px;
    letter-spacing: 0.01em;
    margin: 0 5px 10px 0;
    padding: 5px 15px 4px;
}
.g-map{
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-top: 5rem;
}
.g-map iframe{
    width: 100%;
    height: 730px;
    margin-top: -230px;
}
.sec01-txt{ margin-bottom: 0rem;}

.breadcrumb-content {
    /* padding: 0!important; */
    z-index: 100;
}
.breadcrumb {
    display: block;
    background-color: #fff;
    margin: 0 auto!important;
    padding: 0!important;
    text-align: right;
}
.breadcrumb ul {
    list-style: none;
    display: block;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto!important;
    padding: 30px 50px!important;
}
.breadcrumb ul li {
    color: #707070;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.015em;
    margin: 0;
    padding: 0!important;
}
.breadcrumb ul li a {
    color: #333;
    border-bottom: 1px solid #333;
}
.breadcrumb ul li:not(:last-child)::after {
    content: '\f0da';
    font-family: 'Font Awesome 6 Free';
    font-size: 15px;
    font-weight: 900;
    position: relative;
    padding: 0 5px 0 10px;
    color: #FA4F6B;
}


/**/

/* フッター*/
.bn-wrap{
    margin: 0 auto;
    background-color: #f7f7f7;
    border-top: 1px solid #DDD;
}
.bn-inner{
    width: 60%;
    margin: 2rem auto;
}
.login .bn-inner{ margin: 2rem auto 0;}
.bn-unit{ width: 100%; padding: 1rem;}
.bn-title{
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 30px;
    color: #333;
    border-bottom: 1px solid;
}
.bn-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bn-list li{
    width: calc((100% - 20px) / 4);
    margin-bottom: 10px;
}
.bn-list::before,.bn-list::after{
    content: "";
    display: block;
    width: calc((100% - 20px) / 4);
}
.bn-list::before{ order: 1;}


.other-pages footer {
    margin-top: 7rem;
    clear: both;
}
footer img{
    width: 580px;
}
.ft-link{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 2rem;
}
.ft-item a{
    color: #333;
}
.ft-item{
    padding: 0 20px;
    border-right: 1px solid #333;
    margin-bottom: 0.5rem;
}
.ft-item:nth-last-child(1){
    border-right: none;
}
.copy{
    background: #4D4D4D;
    width: 100%;
    padding: 10px 0;
}
.copy p{
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin: 0;
}
.copy a{ color: #fff;}


/* SPサイズ */
@media(max-width: 960px){
    /* 基礎設定 */
    html, body { font-size: 16px;}
    h1 { font-size: 26px; }
    h2 { font-size: 24px; }
    h3 { font-size: 22px; }
    h4 { font-size: 20px; }
    h5 { font-size: 18px; }
    h6 { font-size: 16px; }
    .box-wh, .box-gray, .box-grad { padding: 1.5em 1.2em; }
    .is-hidden{
        visibility: hidden;
        opacity: 0;
    }
    .sec-inline { padding-inline: initial; padding-left: 7%; padding-right: 7%; }
    .sec01-wrap {
        padding-inline: initial;
        padding-left: 7%;
        padding-right: 7%;
    }

    .brand {
        width: 165px;
    }
    .top-page #top-menu.is-active .img-vis{ 
        left: 5%;
    }
    .other-pages #top-menu .img-vis{ 
        left: auto;
    }
    #clickarea {
        width: 100%;
        height: 100%;
    }

    .scroll{
        display: none;
    }

    .side01,.side02{ width: 50%; bottom: 0;}
    .side-btn{
        writing-mode: horizontal-tb;
        text-align: center;
        border-radius: 0;
    }
    .side01{ left: 0; border-right: 1px solid #fff;}
    .side02{ right: 0; border: none;}
    .side-btn a{
        padding: 20px 0;
    }
    .login .side03{ width: 100%; bottom: 0;}

    .info-item{
        width: calc(50% - 10px);
    }

    .sec02-wrap .col-md-7 img{ max-width: 300px; margin-top: 2rem;}

    .search-content {
        flex-direction: column;
    }
    .search-tit{
        width: 100%;
        height: auto;
        padding: 20px;
    }
    .top-page form{ width: 100%;}
    .check-box {
        width: 100%;
    }
    .check-box{
        width: 100%;
        height: auto;
        z-index: 10;
        right: 0;
        bottom: 0;
        padding: 25px;
    }
    .search-box label input{ margin-right: 0.2em;}
    .search-box label { margin-right: 0.5em; font-size: 18px; margin-bottom: 0.5em;}
    .search01 .check-box{
        border-radius: 0 0px 0 0;
    }
    .search02 .check-box{
        border-radius: 0 0 30px 30px;
    }

    .inst-img li {
        width: calc((100% - 20px)/ 3);
    }

    #sec05 .box-arrow {
        left: 80%;
    }
    .link01, .link02 {
        min-height: 200px;
    }

    .bann-img{ width: 100%;}

    .js-scrollable {
        width: 100%;
        overflow: scroll;
        margin-bottom: 1rem;
      }
      .js-scrollable table {
        width: 100%;
      }
      .js-scrollable table tr th, .js-scrollable table tr td {
        display: table-cell;
        width: auto!important;
        white-space: nowrap;
      }
      .js-scrollable table tr th { white-space: nowrap; }
    .js-scrollable table, table.no-responsive {
        width: 100%;
        overflow: scroll;
    }
    .js-scrollable table tr th, .js-scrollable table tr td,
    table.no-responsive tr th, table.no-responsive tr td {
        display: table-cell;
        width: auto!important;
    }
    .js-scrollable table tr td:last-child, table.no-responsive tr td:last-child { padding-top: 12px!important; }
    .listanchor01 li a {
        padding: 0.5em 1em;
    }

	/* テーブルスクロール */
	.table-calc_list01 {
		width: 100%;
		margin: 0;
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
	}
    .table-calc_list01 td {
        display: table-cell;
    }
    .data-list-box {
        grid-gap: 40px;
    }


    .bn-inner{
        width: 98%;
    }
    .bn-list li{
        width: calc((100% - 10px) / 2);
    }
    .ft-item{ margin-bottom: 1rem;}
}

@media(max-width: 575px){
    /* 基礎設定 */
    .box-wh, .box-gray, .box-grad { padding: 1.5em 1.2em; }

    .info-item{
        width: 100%;
    }
    

    .data-list-box {
        grid-template-columns: 1fr;
    }
}