@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Sawarabi+Gothic);

@font-face {
    font-family: 'YasashisaGothic-b', sans-serif;
    font-style: normal;
    font-weight: 700;
    src: url(../font/YasashisaGothic-b.woff) format('woff'), url(../font/YasashisaGothic-b.otf) format('opentype');
    font-display: swap;
}

@font-face {
    font-family: Arial,'Sawarabi Gothic',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-display: swap;
}
html {
    font-size: 14px;
    min-width: 320px;
    margin: 0;
    padding: 0;
}


body {
    font-family: Arial,'Sawarabi Gothic',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 100%;
    color: #333;
    background: #FFF;
    min-width: 320px;
    margin: 0;
    padding: 0;
    font-display: swap;
    zoom: 1!important;
}

#wrapper {
    margin: 0;
    padding: 0;
    position: relative;
}

@media all and (min-width: 769px){
   .tel,
   #header_wrap,
   main,
   footer{
     min-width:970px;
   }
}

@media all and (min-width: 769px) and (max-width: 1240px){
   .tel,
   #header_wrap,
   main,
   footer,
   .header-sp,
   #footer_banner,
   #footer_conntact,
   #contact_area{
       zoom:0.8;
       transition:0.3s;
    }
   
}

/*IE10以降に適用されるCSSハック（一応）*/

@media all and (-ms-high-contrast:none) {
    body {
        font-family: Arial,'Sawarabi Gothic',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
        font-display: swap;
    }
}


/* overwrite -----------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial,'Sawarabi Gothic',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

P {
    font-size:1.2em;
    margin-bottom:30px;
    line-height: 1.5;
}

h3 {
    font-size: 2.4em;
    margin: 0;
    font-weight: 600;
    color:#7c6c1f;
}

h4 {
    font-size: 1.4em;
    margin: 0
}

picture{
    overflow:hidden;
    display:block;
}

small {
    display: inline-block;
}

span.wordwrap {
    display: inline-block
}

.table {
    font-size: 100%;
    border: solid 1px #DDD;

    border-collapse:collapse;
}
@media all and (-ms-high-contrast: none) {
  /* ここに書く */
.table {
    border-collapse:separate;
}
}
caption {
    border-radius: 5px 5px 0 0;
    font-size: 1.2em;
    font-weight: bold;
    padding: .5em 10px;
    margin: 1.5em 0 0;
    color:#1F1F1F;
}

.table > thead > tr > td,
.table > thead > tr > th,
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th{
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
}

.table > tbody > tr:last-child > td,
.table > tbody > tr:last-child > th {
    /*border-bottom: none;*/
}

.table > thead > tr > td,
.table > thead > tr > th,
.table > tbody > tr > td,
.table > tbody > tr > th {
    padding: 1em 1.5em;
}

.table > tfoot > tr > td,
.table > tfoot > tr > th {
    background: #fff5b6;
    color: #0E5F85;
    border-radius: 0 0 5px 6px;
}

.table > thead > tr > th {
    vertical-align: middle;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
}

.table > tbody > tr > td:last-child,
.table > tfoot > tr > td:last-child,
.table > tfoot > tr > th:last-child,
.table > thead > tr > td:last-child,
.table > thead > tr > th:last-child {
    /*border-right: none;*/
}

.table > tbody > tr > th {
    width: 1px;
    white-space: nowrap;
}


.table {
    overflow:hidden;
}

.table thead{
    background-color:#F3F2DF;
}
.table thead th{
    text-align:center;
    background-color:#F3F2DF;
}
.table tbody th{
    background-color:#F3F2DF;
}
.table tbody td{
    background-color:#FFF;
}

.table2{
    font-size:1.2em;
}
.table2 th{
    padding:2em;
    border-bottom:solid 1px #CCCCCC;
    color:#3A4D7F;
}
.table2 td{
    padding:2em;
    border-bottom:solid 1px #CCCCCC;
}
.table2 tr:last-child th,
.table2 tr:last-child td{
    border-bottom:none;
}

.table3{
    font-size:1.2em;
    width:100%;
}
.table3 th{
    padding:1em 1em 1em 1em;
    border-bottom:solid 1px #CCCCCC;
    color:#3A4D7F;
    width:16em;
}
.table3 td{
    padding:1em 1em 1em 0;
    border-bottom:solid 1px #CCCCCC;
    width:calc(100% - 16em);
}
.table3 tr:last-child th,
.table3 tr:last-child td{
    border-bottom:none;
}

.table4{
    font-size:1.2em;
    width:100%;
}
.table4 th{
    padding:1em 2em 1em 0.5em;
    border-bottom:solid 1px #CCCCCC;
    color:#3A4D7F;
    width:8em;
}
.table4 td{
    padding:1em 2em;
    border-bottom:solid 1px #CCCCCC;
    width:calc(100% - 8em);
}
.table4 tr:last-child th,
.table4 tr:last-child td{
    border-bottom:none;
}

.align-left{
    text-align:left!important;
}
.align-right{
    text-align:right;
}
.align-center{
    text-align:center;
}
.align-right td:first-child{
    text-align:left;
}

@media screen and (max-width: 768px) {
    .table > thead > tr > td,
    .table > thead > tr > th,
    .table > tbody > tr > td,
    .table > tbody > tr > th {
        padding: 1em 1.5em;
        white-space: inherit;
        width: auto;
    }

    .table2,
    .table2 > tbody > tr > th,
    .table2 > tbody > tr > td{
       display:block;
       width:100%;
       padding:1em 0;
    }
    .table2{
       padding:0;
     }
    .table2 > tbody > tr > th{
       border:none;
       padding-bottom:0;
     }
    .table2 > tbody > tr > td{
       padding-top:0;
     }

    .table3,
    .table3 > tbody > tr > th,
    .table3 > tbody > tr > td{
       display:block;
       width:100%;
       padding:1em 0;
    }
    .table3{
       padding:0;
     }
    .table3 > tbody > tr > th{
       border:none;
       padding-bottom:0;
     }
    .table3 > tbody > tr > td{
       padding-top:0;
     }

}
@media screen and (max-width: 425px) {
    .table > thead > tr > td,
    .table > thead > tr > th,
    .table > tbody > tr > td,
    .table > tbody > tr > th {
        padding: 0.5em 0.5em;
    }
}

dl.table {
    width: 100%;
    overflow: hidden;
    clear: both;
    margin: 30px 0 0 0;
    padding-bottom: 80px;
    background: #FFFFFF;
    border-radius: 5px;
    color: #313131;
    padding: 20px;
    position: relative;
}

dl.table dt {
    font-weight: bold;
    min-width: 7em;
    float: left;
    clear: both;
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #59BDC6;
}

dl.table dd {
    margin: 0 0 10px 0;
    padding: 0 0 10px 15em;
    border-bottom: 1px dotted #ccc;
    font-size: 14px;
}

dl.table dd:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

dl.table img {
    /*margin-left:auto;*/
}

dl.table a {
    color: #148BC5;
}

img {
    max-width: 100%;
    height:auto;
    interpolation-mode: bicubic;
    -ms-interpolation-mode: bicubic;
    /*-webkit-backface-visibility: hidden;*/
    position: relative;
    border-radius:5px;
}
main picture {
    border:solid 1px #e9e9e9;
    border-radius: 3px;
}
#top-catch .slick-slider picture{
    border:none;
}
.dummy {
    position: relative;
}

.dummy:after {
    content: "Photo";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.5em;
    margin-left: -1.5em;
    color: #000;
    font-size: smaller;
}

a {
    color: #333;
}

a:hover {
    color: #3B4E7F;
    transition: all .3s;
}

a:hover img {
    backface-visibility: hidden;
    -webkit-filter: brightness(1.1);
    -moz-filter: brightness(1.1);
    -o-filter: brightness(1.1);
    -ms-filter: brightness(1.1);
    filter: brightness(1.1);
    transition: all .9s;
}

a:focus {
    color: #0c9fd4;
}

footer #faboutus a:visited {
    color: #FFF;
}

footer .contact-area a:visited {
    color: #FFF;
}

footer .sociallink a:visited {
    color: #FFF;
}

a.link {
    color: #1F1F1F;
    padding-left: 18px;
    background: url(../img/common/li-arrow.png) 0 0.3em no-repeat;
    display: block;
    line-height: 1.5;
    text-decoration: underline;
}
a.link:hover{color: #5ABDC7;}

a.link1 {
    display: inline-block;
    font-size: 20px;
    color: #FFFF00;
    color: #0c9fd4;
}

a.link1:hover {
    color: #FFFF00;
    color: #0c9fd4;
}

.icon_right_w {
    display: inline-block;
    position: relative;
    width: 100%;
}

.icon_right_w:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0px;
    width: 10px;
    height: 10px;
    margin-top: -3.5px;
    top: 50%;
    background: url(../img/common/icon-right-arrow.png) top left no-repeat;
    background-size: contain;
}

.icon_right_w:hover:after {
    background: url(../img/common/icon-right-arrow-3.png) top left no-repeat;
    background-size: contain;
}

ol {
    padding-left: 1.5em;
}

hr {
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    width: 100%;
}

i {
    font-style: normal;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    color: #333;
}

.map,
.map_img img {
    border: solid 4px #FFF;
}

.map,
.map img,
.map_img img {
    border-radius: 5px;
    width: 100%;
}

.map a {
    display: block;
}

.map a:hover img {
    backface-visibility: hidden;
    -webkit-filter: brightness(1.2);
    -moz-filter: brightness(1.2);
    -o-filter: brightness(1.2);
    -ms-filter: brightness(1.2);
    filter: brightness(1.1);
    transition: all .9s;
}

.gm-style-iw {
    color: #000;
}


.map_wrapper{
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
iframe.map {
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.inline {
    display: inline !important;
}

[data-toggle="collapse"] {
    cursor: pointer;
}

.flex,
.flex_nowrap {
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.flex:before{
    content:none;
}
.flex {
    flex-wrap: wrap;
}

.flex_nowrap {
    flex-wrap: nowrap;
}

.flex > div,
.flex_nowrap > div {
    width: 49%;
}
@media (max-width: 768px){
    .flex > div,
    .flex_nowrap > div {
        width: 100%;
    }
}

.f_width02 > a {
    width: 48% !important;
}

.f_width03 > a {
    width: 32% !important;
}
.flex .w55{
    width: 54%;
}
.flex .w54{
    width: 53%;
}
.flex .w46{
    width: 45%;
}
.flex .w45{
    width: 44%;
}
.flex .w40{
    width: 39%;
}
.flex .w35{
    width: 34%;
}

.float_l{
    float:left;
}
.float_r{
    float:right;
}
.btn-list {
    list-style: none;
    padding: 0;
}

.btn-list li {
    margin: 20px 0 0 0;
}

.btn {
    position: relative;
    border: none;
    border-radius: 5px;
    background-size: auto 35%;
    background-color: #3e7740;
    background:linear-gradient(#3e7740, #3e7740);
    color: #FFFFFF;
    width: 60%;
    margin-left:auto;
    margin-right:auto;
    font-size: 20px;
    font-weight: 500;
    text-align:center;
    padding: 1em 38px 1em 38px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    justify-content: center;
    transition: 0.5s;
}

.btn:active,
.btn.active {
    color: #FFF;
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.125);
    outline: none;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #FFFFFF;
    filter: brightness(110%);
    outline: none;
    text-decoration:none;
}

.btn:disabled {
    cursor: default;
    border: solid 1px #EEE;
    border-radius: 9px;
}

.btn small {
    font-size: 60%;
}

.btn.btn-contact{
    background:linear-gradient(#983C4F, #893646);
}
.btn.btn-contact:before {
    content: "";
    background-color: #FFFFFF;
    display: inline-block;
    height: 1.2em;
    width: 1.2em;
    margin-right:0.5em;
    -webkit-mask: url("../../assets/img/icon/tel.svg");
    mask: url("../../assets/img/icon/tel.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
}
.arrow {
    width: auto;
    height: 100%;
    border: 5px solid;
    border-color: #106D9A #106D9A transparent transparent;
    transform: rotate(45deg);
}

.arrow1 {
    width: auto;
    height: 100%;
    border: 5px solid;
    border-color: #106D9A #106D9A transparent transparent;
    transform: rotate(-45deg);
}

.arrow2 {
    width: auto;
    height: 100%;
    border: 5px solid;
    border-color: #106D9A #106D9A transparent transparent;
    transform: rotate(-45deg);
}

.arrow3 {
    width: auto;
    height: 100%;
    border: 5px solid;
    border-color: #106D9A #106D9A transparent transparent;
    transform: rotate(45deg);
}

@media (min-width: 1000px) {
    .btn span.pc {
        display: inline-block;
    }

    .btn span.sp {
        display: none;
    }
}

@media screen and (max-width: 999px) {
    .btn span.pc {
        display: none;
    }

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


/*各ボタン設定*/

.btn-default {
    background: #FFF;
    color: #0E5F85;
}

.btn-default.btn:hover {
    background: #FFF;
    color: #0E5F85;
    color: #12609f;
}

.btn-default:after {
    width: auto;
    height: 100%;
    border: 5px solid;
    border-color: #106D9A #106D9A transparent transparent;
    transform: rotate(45deg);

}

.btn-webinquiry {
    background: #009FD5;
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 12px 38px 12px 38px;
    font-size: 1em;
}

.btn-webinquiry.btn:hover {
    background: #009FD5;
    color: #FFF;
}

.btn-webinquiry:link {
    color: #FFF;
}

.btn-pagelink {
    background: #FFFF00;
    background: #fff4b6;
    color: #0E5F85;
    text-align: center;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    font-size: 1.1em;
    font-weight: 600;
}

.btn-pagelink.btn:hover {
    background: #FFFF00;
    color: #0E5F85;
}

.btn-pagelink:after {
    content: none;
}

.btn-content {
    background: #FFF;
    color: #0E5F85;
    border: solid 1px #EEE;
    box-sizing: border-box;
}

.btn-content.btn:hover {
    background: #FFF;
    color: #0E5F85;
    color: #12609f;
}

.btn-content:after {
    width: 0.8em;
    height: 0.8em;
    border: 3px solid;
    border-color: #106D9A #106D9A transparent transparent;
    transform: rotate(45deg);

}

.btn-contentstop {
    background: #FFFD00;
    background: #fff4b6;
    color: #0E5F85;
    padding-right: 10px;
    font-weight: bold;
}

.btn-contentstop.btn:hover {
    background: #FFFD00;
    color: #0E5F85;
    color: #12609f;
}

.btn-contentstop:after {
    background: url(../img/common/icon-right-arrow.png) top left no-repeat;
    background-size: auto 100%;
    content: none;
}

.btn-contentstop small {
    margin-left: 0.65em;
    font-size: 0.7em;
}

.btn-contentstop small span {
    float: right;
    margin-left: 0.25em;
}

.pagetopmenu {
    margin: 4em 0 2em 0;
    padding: 0 20px;
    position: relative;
}

.pagetopmenu a {
    width: 32%;
    max-height: 49px;
    overflow: hidden;
}

.pagetopmenu a img.my_svg1 {
    width: 31px;
}

#maplist .pagetopmenu a {
    width: 24%;
    display: block;
}

#gallery .pagetopmenu a {
    width: 32%;
}

.clink01 {
    background: #fff4b6;
     !important;
}

.clink01:hover {
    background: #FFFF00 !important;
    color: #0E5F85;
}

@media screen and (max-width: 999px) {
    .btn-contentstop.btn {
        font-size: 1.07143em;
        padding: 8px 8px 8px 8px;
        margin-bottom: 0.5em;
    }

    .btn-contentstop small {
        font-size: 0.7em;
        margin-left: 0.5em;
    }

    .pagetopmenu {
        padding: 0;
    }

    .pagetopmenu a {
        width: 100% !important;
    }

    .btn-contentstop.btn svg {
        height: 20px;
        width: 20px;
        margin-right: 4px;
    }

    #maplist .pagetopmenu a {
        -js-display: flex;
        display: flex;
    }
}

.btn-webreserve {
    background: #009FD5;
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 7px 5px;
    font-size: 1.1em;
    font-weight: 600;
}

.btn-webreserve.btn:hover {
    background: #009FD5;
    color: #FFF;
}

.btn-webreserve:after {
    content: none;
}

.btn-webreserve:focus {
    color: #FFF;
}

.btn-telreserve {
    background: #31A48F;
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 7px 5px;
    font-size: 1.1em;
    font-weight: 600;
}

.btn-telreserve.btn:hover {
    background: #31A48F;
    color: #FFF;
}

.btn-telreserve.btn:focus {
    background: #31A48F;
    color: #FFF;
}

.btn-telreserve:after {
    content: none;
}

.btn-ticket {
    background: #2693FF;
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 7px 5px;
    font-size: 1.1em;
    font-weight: 600;
}

.btn-ticket.btn:hover {
    background: #2693FF;
    color: #FFF;
}

.btn-ticket:after {
    content: none;
}

.btn-ticket:focus {
    color: #FFF;
}

.btn-telreserve.sp {
    display: none;
}

@media screen and (max-width: 999px) {
    .btn-telreserve.pc {
        display: none;
    }

    .btn-telreserve.sp {
        display: inline-block;
    }
}

@media screen and (max-width: 370px) {

    .btn-webreserve,
    .btn-telreserve,
    .btn-ticket {
        font-size: 0.9em
    }
}


/*ソーシャルボタン設定*/

.btn-facebook {
    background: #3A5897;
    color: #FFF;
}

.btn-twitter {
    background: #0B9DD6;
    color: #FFF
}

.btn-blog {
    background: #FF9ECE;
    color: #FFF
}

.btn-instagram {
    background: #CF2E92;
    color: #FFF
}

.btn-facebook:hover {
    background: #3A5897;
    color: #FFF;
}

.btn-twitter:hover {
    background: #0B9DD6;
    color: #FFF
}

.btn-blog:hover {
    background: #FF9ECE;
    color: #FFF
}

.btn-instagram:hover {
    background: #CF2E92;
    color: #FFF
}

.btn-facebook:after,
.btn-twitter:after,
.btn-blog:after,
.btn-instagram:after,
.btn-webinquiry:after {
    width: 0.8em;
    height: 0.8em;
    border: 3px solid;
    border-color: #FFF #FFF transparent transparent;
    transform: rotate(45deg);

}

.btn-instagram.focus,
.btn-instagram:focus,
.btn-blog.focus,
.btn-blog:focus,
.btn-twitter.focus,
.btn-twitter:focus,
.btn-facebook.focus,
.btn-facebook:focus {
    color: #FFF;
}


/*SVG画像設定*/
.my_svg1 {
    width: 0.9978em;
    height: 31px;
}

.my_svg1 g {
    color: #0C9FD4 !important;
    fill: #0C9FD4 !important;
}

.my_svg2 {
    width: 0.9978em;
}

.my_svg2 g {
    color: #0E5F85 !important;
    fill: #0E5F85 !important;
}

.my_svg3 {
    width: 0.9978em;
}

.my_svg3 g {
    color: #54bbed !important;
    fill: #54bbed !important;
}

.my_svg4 {
    height: 1.2em;
    width: 1.2em;
    margin-bottom: -0.25em;
}

.my_svg4 g {
    color: #106D9A !important;
    fill: #106D9A !important;
}

.my_svg5 {
    height: 1.2em;
    width: 1.2em;
    margin-bottom: -0.25em;
}

.my_svg5 g {
    color: #FFFF00 !important;
    fill: #FFFF00 !important;
}

.my_svg6 {
    width: 0.9978em;
}

.my_svg6 g {
    color: #54bbed !important;
    fill: #54bbed !important;
}

.my_svg7 {
    width: 0.9978em;
}

.my_svg7 g {
    color: #FFF !important;
    fill: #FFF !important;
}

.btn svg {
    height: 31px;
    width: 31px;
    margin-right: 8px;
}

.btn svg g {
    color: #106D9A !important;
    fill: #106D9A !important;
}

img.my_svg1 {
    height: 36px !important;
    width: 36px !important;
    /*margin-right: 8px !important;
    margin-bottom: 10px;*/
    top: 50%;
}


@media all and (-ms-high-contrast:none) {
    .btn {
        padding-bottom: 7px;
    }

    #gallery .pagetopmenu a {
        font-size: 16px !important;
        line-height: 0;
        padding-bottom: 6px;
    }

    .btn-webreserve,
    .btn-telreserve {
        padding-bottom: 3.5px;
    }

}

/*デフォルトアイコン*/

.btn.btn-defalt svg g {
    color: #0E5F85 !important;
    fill: #0E5F85 !important;
}


/*ソーシャルアイコン*/

.btn.btn-facebook svg g,
.btn.btn-twitter svg g,
.btn.btn-blog svg g,
.btn.btn-instagram svg g {
    color: #FFF !important;
    fill: #FFF !important;
}


/*動画再生アイコン*/

.icon-start:after {
    content: url(../assets/img/common/icon-start_w.png);
    position: absolute;
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    display: block;
    margin-left: -24px;
    margin-top: -24px;
}

@media (min-width: 1100px) {
    .my_svg1 {
        width: 1em;
        _height: 1.5em;
    }

    .my_svg2 {
        width: 1em;
    }
}

@media all and (-ms-high-contrast:none) and (min-width: 1100px) {
    .my_svg1 {
        width: 1em;
        height: 1.5em;
    }
}


/*テキストカラー*/

.text-danger {
    color: #FF0000;
}

.text-success {
    color: #FFFFFF;
}

.text-primary {
    color: #0c9fd4;
}

.text-warning {
    color: #FFFFFF;
}

.text-default {
    color: #FFFFFF;
}

.text-info {
    color: #FFFFFF;
}

.text-caution {
    color: #3AA5B2;
}


a.text-primary:focus,
a.text-primary:hover {
    color: #0c9fd4;
    text-decoration: underline;
}


/*サブタイトル　アイコン*/

h2.sub-ttl .my_svg1 {
    width: 1.8em;
    position: absolute;
    top: -20%;
    left: 0;
}

@media all and (-ms-high-contrast: none) {
    h2.sub-ttl .my_svg1 {
        top: -26%;
    }
}

h2.sub12-ttl .my_svg3 {
    width: 2em;
    position: absolute;
    top: -45%;
    left: 0;
}

@media (max-width: 999px) {
    h2.sub-ttl .my_svg1 {
        top: -35%;
    }
}

/*link icon*/

.icon-left-r:after {
    content: "　";
    background: url(../img/common/li-arrow.png) center center no-repeat;
    padding-left: 0.5em;
    display: inline-block;
}

.icon-left-l:before {
    content: "　";
    background: url(../img/common/li-arrow.png) center center no-repeat;
    padding-right: 0.5em;
    display: inline-block;
}

.pdf{
    position: relative;
    padding-left: 2em;
    display: inline-block;
}
.pdf:before{
    position: absolute;
    left: 0;
    content: "　";
    background: url(../img/common/icon_pdf_s.png) center center no-repeat;
    background-size: cover;
    padding-right: 0.5em;
    display: inline-block;
    margin-right: 0.5em;
    width: 1.5em;
}
@media all and (-ms-high-contrast: none) {
   .pdf{
       white-space: nowrap;
   }
}
/* btn icon option */

.nav-tabs {
    width: 100%;
    border: none;
    border-radius: 5px 5px 0 0;
    color: #FFF;
    background: none;
    display: flex;
    font-size: 1.4em;
    font-weight: bold;
    overflow: hidden;
    justify-content: space-between;
    border-bottom: solid 5px #5abdc7;
    text-align: left;
}
.nav-tabs:before,
.nav-tabs:after{
    content:none;
}
.nav-tabs > li {
    display: block;
    float: none;
    text-align: left;
    border-radius: 5px 5px 0 0;
    background: #DFE2E2;
    width: 49%;
}

.nav-tabs > li.active{
    background: #5abdc7;
}

.nav-tabs > li:last-child {
    border-right: none
}

.nav-tabs > li > a {
    padding: .7em .7em;
    margin-right: 0;
    border: none;
    border-radius: 0;
    color: #1F1F1F;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background-color: #5ABDC7;
    color: #FFF;
    border: none;
    border-radius: 5px 5px 0 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #d4edef;
    border-radius: 5px 5px 0 0;
}

.menutoggle span {
    display: none;
}

.menutoggle {
    width: 54px;
    height: 54px;
    display: block;
    cursor: pointer;
}

.menutoggle {
    background: url(../img/common/header-sp-menu_on.png) center no-repeat;
    background-size: cover;
    margin: 10px;
}

.menutoggle.collapsed {
    background: url(../img/common/header-sp-menu.png) center no-repeat;
    background-size: cover;
    margin: 0 10px;
    position: fixed;
    top: 0;
    right: 0;
}

.sub3-ttl[data-toggle='collapse']::after {
    font-family: 'Glyphicons Halflings', sans-serif;
    content: "\e252";
    font-size: 10px;
    float: right;
    margin-top: 4px;
    font-display: swap;
}

.sub3-ttl.collapsed[data-toggle='collapse']::after {
    content: "\e253";
    font-family: 'Glyphicons Halflings', sans-serif;
    font-display: swap;
}

.sub3-ttl[data-toggle='collapse'].collapsed::after {
    font-family: 'Glyphicons Halflings', sans-serif;
    content: "\e252";
    font-display: swap;
}

.sub3-ttl[aria-expanded="true"]::after {
    content: "\e253";
}

.tab-pane {
    margin: 1em 0;
}


/* common ---------------------*/

.page-ttl {
    margin: 2em 0 1em;
    padding: .2em 0 .2em .5em;
}


/*1行 省略*/

.ellipsis1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*複数行clump(...で省略)
  ※ellipsisと一緒に、heightとline-heightを付けること
  3行の場合) height:60px line-height:20px */

.ellipsis {
    position: relative;
    padding-right: 1em;
    overflow: hidden;
    background-color: #fff;
}

.ellipsis:before {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 1em;
}

.ellipsis:after {
    content: "";
    position: relative;
    right: -1em;
    float: right;
    width: 1em;
    height: 100%;
    background-color: inherit;
    margin-left: -1em;
}

ul.grn-mark {
    list-style: none;
    padding-left: 0;
}

ul.grn-mark li {
    padding-left: 1.5em;
    background: url(../img/common/li-mark.png) left 4px no-repeat;
    font-size: .9em;
}

ul.grn2-mark {
    list-style: none;
    padding-left: 0;
}

ul.grn2-mark li::before {
    content: '●';
    color: #006E2D;
}

ul.grn2-mark li {
    padding-left: 1em;
    text-indent: -1em;
}

ul.black-mark {
    list-style: none;
    padding-left: 0;
}

ul.black-mark li {
    padding-left: .8em;
    text-indent: -0.8em;
}

.sub-ttl {
    color: #a94442;
    font-size: 23px;
    font-weight: bold;
    margin: 0 0 1.5em 0;
    padding: 0;
    position: relative;
    padding-left: 2em;
    font-family: 'Sawarabi Gothic',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-display: swap;
}

.sub-ttl small {
    color: #FFFF00;
    color: #0C9FD4;
    font-size: 0.75em;
    padding: 0 0.5em;
}

.lang_title {
    margin: -2em 0 0 3em;
    color: #0C9FD4;
    font-size: 1.2em;
    position: absolute;
}

.sub-ttl2 {
    font-size: 23px;
    margin: 0;
}

.sub10-ttl {
    color: #FFFF00;
    color: #54bbed;
    font-size: 23px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: relative;
}

.sub11-ttl {
    color: #FFFF00;
    color: #54bbed;
    font-size: 23px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: relative;
}

.sub12-ttl {
    color: #0C9FD4;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 1.5em 0;
    padding: 0;
    position: relative;
    padding-left: 2.5em;
}

.sub13-ttl {
    /*color: #FFF;*/
    color: #0C9FD4;
    font-size: 20px;
    margin: 1em 0 0.5em;
    font-weight: bold;
}

.sub14-ttl {
    color: #FFFF00;
    color: #54bbed;
    margin: 1.5em 0 1em;
    font-weight: bold;
}

.lang_title {
    margin: -2em 0 0 3.29em;
    font-size: 1em;
}

@media (max-width: 1000px) {
    .sub-ttl {
        font-size: 19px;
    }

    .sub-ttl2 {
        font-size: 16px;
    }

    .sub10-ttl {
        font-size: 16px;
    }

    .sub11-ttl {
        font-size: 19px;
    }

    .sub13-ttl {
        font-size: 14px;
        margin: 1em 0 1em 0;
    }

    .sub14-ttl {
        font-size: 14px;
    }

    .lang_title {
        margin: -2em 0 0 3.5em;
        font-size: 0.725em;
    }
}

.container-top .sub-ttl strong {
    padding: 0 1em;
    font-weight: normal;
    background: #FFF;
}

.sub2-ttl {
    color: #FFF;
    color: #54bbed;
    color: #333;
    margin: 1.5em 0 1em;
    font-weight: bold;
}

.sub2-ttl a {
    text-decoration: underline
}

.sub3-ttl {
    background-color: #fff4b6;
    color: #0E5F85;
    border-radius: 5px;
    font-size: 16px;
    padding: .5em 10px;
    margin: 1.5em 0 1.5em;
    z-index: 2;
}

.sub4-ttl {
    color: #333;
    margin: 1em 0 .5em;
    font-size: 1.42857em;
    font-weight: bold
}

.sub5-ttl {
    margin: 1em 0 .5em;
    font-size: 1.2em;
    font-weight: bold
}

.sub6-ttl {
    color: #FFF;
    padding: .7em 0 .4em 38px;
    font-size: 22px;
    /*background: url(../img/common/tree-mark2.png) left center no-repeat;*/
    background-size: 30px auto;
}

.sub7-ttl {
    color: #FFF;
    padding: .5em;
    margin: 2em 0;
    font-size: 14px;
    background-color: #EEE;
    font-weight: bold;
}

.sub8-ttl {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    /* for no-flexbox browsers */
    font-size: 20px;
}

.sub8-ttl:before,
.sub8-ttl:after {
    content: "";
    display: inline;
    /* for IE */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 6px;
    /*background: url(../img/common/subttl-bg.png) center center repeat-x;*/
}

.sub8-ttl:before {
    margin-right: 0.5em;
}

.sub8-ttl:after {
    margin-left: 0.5em;
}

.sub9-ttl {
    border-bottom: 1px dotted #CCC;
    font-size: 1.1em;
    line-height: 1.7;
    font-weight: bold;
}

.point2.sub8-ttl {
    font-size: 20px;
    font-weight: bold;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.text {
    font-size: 1em;
    line-height: 1.5
}

.explanatory {
    font-size: 1em;
    padding-left: 1em;
    text-indent: -1em;
    display: block;
    margin-bottom: 1em;
}

.explanatory2 {
    color:#440000;
    font-size: 1.2em;
    font-weight:bold;
    padding-left: 1em;
    text-indent: -1em;
    display: block;
    margin-bottom: 1em;
}

.point {
    background: url(../img/common/bg_section_point_odd.png) 0 0;
    border-radius: 4px;
    padding: 1em;
    font-size: 13.9px;
}

@media screen and (max-width: 999px) {
    .point {
        padding-left: 3.125vw;
        padding-right: 3.125vw;
    }
}

.point2 {
    background: url(../img/common/bg_section_point_odd.png) 0 0;
    border-radius: 4px;
    padding: 1em;
    font-size: 13.9px;
}

.fw_b {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 1em 1em;
}

.fw_b strong {
    font-size: 38px;
    margin: 0 0.2em;
    color: #0C9FD4;
}

.c_time {
    font-size: 20px;
    font-weight: bold;
}

.c_time i {}

.c_time span {
    color: #0C9FD4;
}

.telreserve .left {
    flex: 1.03;
    margin-top: 0.25em;
}
.telreserve .right {
    flex: 5;
    padding-left: 1em;
}
.telreserve .left{
    font-size: 16.5px;
    font-weight: bold;
    color: #FFFF00;
}

.telreserve .right small {
    font-size: 13px;
}

.telreserve .left {
    color: #59BDC6;
}

@media screen and (max-width: 999px) {
	.fw_b strong {
		font-size: 38px;
		margin: 0 0.15em;
	}
}

.col1 img {
    width: 100%;
}

.col1 div {
    font-size: 1rem
}

.col2 {
    font-size: 0;
}

.col2 > div {
    width: 49%;
    margin-left: 2%;
    display: inline-block;
    font-size: 0.9rem;
    vertical-align: top
}

.col2 > div:first-child {
    margin-left: 0;
}

.col-sm4-xs2-li {
    font-size: 0;
    margin-right: -5px
}

.col-sm4-xs2-li > li {
    width: 50%;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top
}

.border {
    border: solid 4px #FFF;
}
.border-gray {
    border: solid 1px #CCC;
}

@media screen and (max-width: 999px) {
    .text {
        font-size: 0.9em;
        line-height: 1.5
    }

    .point {
        margin: 0 -3.125vw;
        border-radius: 0;
        font-size: 11.4px;
    }

    .point2 {
        font-size: 11.4px;
    }

    .fw_b {
        font-size: 11px;
        font-size: 2.1vw;
        margin: 0 0 0 0.5em;
        display: inline-block;
    }

    .fw_b strong {
        font-size: 27px;
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    .explanatory {
        font-size: 12px;
    }
    .col-sm4-xs2-li > li {
        width: 25%
    }
}
@media screen and (min-width: 769px) {
    .col-sm4-xs2-li > li {
        width: 25%
    }
}

.col-sm3-xs1-li {
    font-size: 0;
    margin-right: -5px
}
.col-sm3-xs1-li > li {
    width: 100%;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top
}

@media screen and (min-width: 769px) {
    .col-sm3-xs1-li > li {
        width: 33.33%
    }
}

.col-sm2-xs1-li {
    font-size: 0;
    margin-right: -5px
}
.col-sm2-xs1-li > li {
    width: 100%;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top
}

@media screen and (min-width: 769px) {
    .col-sm2-xs1-li > li {
        width: 50.0%
    }
}

@media screen and (max-width: 768px) {
    .fw_b {
        font-size: 11px;
    }
}

.img-icon {
    height: 1.5em;
    vertical-align: text-bottom;
}

.req:after {
    content: '※';
    color: #ED1C24;
    font-weight: bold
}

.ttlandlink small.pull-right {
    margin-top: 25px;
    font-size: .8em;
}

.text-no-data {
    color: #aaa;
    /* background: #EEE; */
    padding: 0px;
    display: block;
    text-align: center;
}

/*slider fade*/

.carousel-fade .carousel-inner .item {
    backface-visibility: hidden;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-indicators {
    z-index: 9999;
}


/* pagetop pattern1 */

.pagetop {
    backface-visibility: hidden;
    position: fixed;
    bottom: -300px;
    right: 24px;
    margin: 0 auto;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: bottom 0.3s linear;
    transition: bottom 0.3s linear;
}

.pagetop.visible {
    bottom: 54px;
}

.pagetop a {
    backface-visibility: hidden;
    display: table-cell;
    width: 3em;
    height: 3em;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    font-size: 1.2em;
    line-height: 1;
    border-radius: 100%;
    background: #f8d72c;
    text-decoration: none;
    /*behavior: url(PIE.htc);*/
    transition: 0.5s;
}

.pagetop a:hover {
    background: #5f9e62;
    brightness(105%);
}


/* pagetop pattern2 */

.pagetop2 {
    backface-visibility: hidden;
    position: fixed;
    bottom: -300px;
    right: 24px;
    margin: 0 auto;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: bottom 0.3s linear;
    transition: bottom 0.3s linear;
}

.pagetop2.visible {
    bottom: 30px;
}

.pagetop2 a {
    backface-visibility: hidden;
    display: table-cell;
    width: 3em;
    height: 3em;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    font-size: 1.2em;
    line-height: 1;
    border-radius: 100%;
    background: #f8d72c;
    text-decoration: none;
    /*behavior: url(PIE.htc);*/
    transition: 0.5s;
}

.pagetop2 a:hover {
    background: #5f9e62;
    brightness(105%);
}


/*pagetop pattern3 */

.pagetop3 {
    backface-visibility: hidden;
    position: fixed;
    bottom: -300px;
    right: 24px;
    margin: 0 auto;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: bottom 0.3s linear;
    transition: bottom 0.3s linear;
}

.pagetop3.visible {
    bottom: 54px;
}

.pagetop3 a {
    backface-visibility: hidden;
    display: table-cell;
    width: 3em;
    height: 3em;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    font-size: 1.2em;
    line-height: 1;
    border-radius: 100%;
    /*background: #1D5496;*/
    background: #f8d72c;
    text-decoration: none;
    /*behavior: url(PIE.htc);*/
    transition: 0.5s;
}

.pagetop3 a:after {
    content: "";
    flex: 1;
    background: #f9f9f9;
    padding: 3px 0;
    height: 0;
    transform: rotate(45deg);
}

.pagetop a:link {
    color: #fff;
}

.pagetop3 a:link {
    color: #fff;
}

.pagetop3 a:hover {
    background: #5f9e62;
    filter:brightness(105%);
}


/*photo_wrap*/

.photo-wrap {
    max-width: none !important;
    min-width: auto !important;
    ;
    background: #E4E6E6 !important;
    margin: 0 0 60px 0 !important;
}

.photo-wrap a {
    overflow: hidden;
    display: block;
}

.photo-wrap a:hover {}

.photo-wrap a:hover img {
    backface-visibility: hidden;
    opacity: 0.9;
    transition: 0.3s;
}

.photo-wrap ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    min-width: 300px;
    width: 100%;
}

.photo-wrap ul.flex {
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

@media (min-width: 0px) {
    .photo-wrap ul.flex {
        -js-display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

.photo-wrap ul.flex li {
    width: 20%;
    /* トリミングしたい枠の幅 */
    overflow: hidden;
    position: relative;
}

.photo-wrap ul.flex li:before {
    content: "";
    display: block;
    padding-top: 44%;
    /* 高さを幅の44%に固定 */
}


/* 横幅に合わせてリサイズ、はみ出た分をトリミング */

.photo-wrap li.w img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}


/* 高さに合わせてリサイズ、はみ出た分をトリミング */

.photo-wrap li.h img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: none;
    height: 100%;
}

.photo-wrap li a small {
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    width: auto;
    max-width: none;
    color: #FFFFFF;
}

@media screen and (max-width: 425px) {
    .photo-wrap li a small {
        font-size: 10px;
    }
}

.pc {
    display: none;
}

.sp {
    display: inline-block;
}

.pc_inline {
    display: none;
}

.sp_inline {
    display: inline;
}

@media (min-width: 769px) {
    .pc {
        display: block;
    }

    /*171125*/
    .pc {
        display: inline-block;
    }

    #gallery .pc {
        display: inline-block;
    }

    .sp {
        display: none;
    }

    .pc_inline {
        display: inline;
    }

    .sp_inline {
        display: none;
    }
}


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

header {
    top: 0;
    width: 100%;
    height:490px;
    /*z-index: 9999;*/
    /*padding-top:30px;*/
    background-color: #11182B;
    overflow: hidden;
    /*transition:.3s;*/
    position:relative;
}

#top header {
    top: 0;
    width: 100%;
    height:100vh;
    z-index: 9800;
    /*padding-top:30px;*/
    background-color: #11182B;
    height: -webkit-fill-available;
    min-height: 100vh;
}

header .tel{
    z-index: 9999;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto 10px auto;
    padding: 0 50px;
    text-align: right;
    right: 0;
    font-size: 26px;
    font-weight:bold;
    font-family: 'Sawarabi Gothic',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-feature-settings: "palt";
}
header .tel .icon_tel{
    color: #FFF;
    width: auto!important;
    height: 32px!important;
    vertical-align: text-bottom;
    margin-right: 20px;
}
header .tel .icon_tel .st0{
    fill:#FFF;
}
header .tel a{
    color:#FFF;
    margin-right: 25px;
}
header .tel a:hover{
    text-decoration:none;
}
#header_wrap {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    padding:0 50px;
    display: flex;
    justify-content: space-between;
    z-index:2;
}
#header_wrap #header_up{
    width:auto;
    /*margin-top: -25px;*/
    display: flex;
    align-items: center;
}
#header_wrap #brand {
    padding: 0;
    background: #FFF;
    background-size: cover;
    height: 54px;
}

#header_wrap #brand-logo {
    float: left;
    padding: 0;
    margin: 0;
    max-width: 350px;
    height: auto;
}

#header_wrap #brand-logo a {
    overflow: hidden;
    display: inline-block;
    display: flex;
    align-items: center;
}

#header_wrap #brand-logo img {
    float: left;
    width: auto;
    backface-visibility: hidden;
    width:calc(100% - 1px);
    max-height:185px;
}

#header_wrap #brand-logo img:hover {
    opacity: 0.8;
}

#header_wrap #menu {
    height: 100%;
    width: 100%;
}

#header_wrap .header-sp {
    /*position: static;*/
    float: right;
    top:0;
    right: 0;
    text-align: right;
    min-width: 55px;
    z-index: 10000;
    height: 100%;
    width: auto;
}
#header_wrap {z-index: 10000;}

body.modal-open{position:static;}

#header_wrap .header-sp li {
    padding: 0;
    text-align: center;
}

#header_wrap .header-sp li img {
    height: 100%;
    width: auto;
    max-width: none;
}

#header_wrap #gnav-sp ul {
    display: table;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    table-layout: fixed
}

#header_wrap #gnav-sp {
    border-top: 1px solid #CCC;
    border-bottom: 3px solid #958A86;
}

#header_wrap #gnav-sp ul li {
    display: table-cell;
    padding: .5em 0;
    font-weight: bold
}

#header_wrap #gnav-sp ul li a {
    display: block;
    font-size: 18px;
    border-right: 1px solid #958A86;
    color: #000;
}

#header_wrap #gnav-sp ul li:last-child a {
    border-right: none;
}

#header_wrap #header_up:after{
    display:flex;
}

#header_wrap .sp_header_wrap{
    /*box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);*/
    margin-bottom:20px;
}
#header_wrap .sp_footer_wrap{
    /*background: #11182b;*/
    display: block;
    padding: 0 0 30px 0;
}


#header_wrap #mainNav{
    width:calc(100% - 282px);
}

@media (max-width: 1023px){
    header{padding-top:0;}
    #top header{padding-top:0;}
    #header_wrap #header_up {
        max-width: 222px;
        margin-top:0;
    }
}
@media (max-width: 768px){
    header {
       padding-top: 0px;
       background: none;
       background: #FFF;
       min-height: 54px;
    }
    #top header {
       padding-top: 0px;
    }
    header .tel{
       display:none;
    }
    main{
       padding-top: 0;
    }
    #header_wrap{
       padding: 0;
       padding-top: 10px;
    }
    #header_wrap #brand-logo {
       /*margin:10px 20px;*/
       max-width:70%;
       max-width: calc(100% - 44px);
    }
    #header_wrap #brand-logo a::after{
       content: '';
       display: inline-block;
       width: 1px;
       height: 34px;
    }
    #header_wrap #mainNav{
       border:none;
    }
}

/* sp/pc nav ----------------------------*/

.mainmenu .clicked {
    color: #0C9FD4 !important;
}


/*sp*/

#sd ul.mainmenu {
    margin: 0;
    padding: 0;
    border-top: solid 3px #EEEEEE
}

#sd ul.mainmenu li {
    list-style: none;
    border-radius: 0;
    background: #FFFFFF;
    color: #455757;
    border-bottom: solid 1px #CCCCCC;
}

#sd ul.mainmenu li:nth-child(odd) {
    background: #EEEEEE;
}

#sd ul.mainmenu li small {
    display: block;
    width: 100%;
}

#sd ul.mainmenu li a {}

#sd ul.mainmenu li a small {
    font-size: 12px;
}

#sd ul.mainmenu li a {
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #455757;
    background: none;
}

#sd ul.mainmenu li a:hover {
    backface-visibility: hidden;
    opacity: 0.7;
    transition: all .5s;
}

#sd ul.mainmenu li:first-child {
    box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.4) inset;
}

#sd ul.mainmenu li:last-child {
    background: #EB0D00;
    border-color: #9B0700;
    border-top: #9B0700 solid 1px;
}

#sd ul.mainmenu li:last-child a {
    color: #FFFFFF;
}


/*pc*/
/*メインメニュー*/
.header-pc ul.mainmenu {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0 20px 0 0;
    width: 100%;
    height: 74px;
    font-family: 'Sawarabi Gothic',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-display: swap;
}

.header-pc ul.mainmenu li {
    float: left;
    list-style: none;
    /*padding: 0 1.2%;*/
}

.header-pc ul.mainmenu li:last-child{
    padding-roght: 0;
}

.header-pc ul.mainmenu li a{
    display: block;
    width: auto;
    height: 100%;
    padding: 0;
    border: none;
    margin:0;
    padding:0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    position: relative;
    background: none;
    top: auto;
    right: auto;
    position:relative;
}
.header-pc ul.mainmenu li a::after{
    content: none;
}
.header-pc ul.mainmenu li a span{
    display: block;
    height: 100%;
    padding: 0;
    border: none;
    font-size: 18px;
    font-weight: 600;
    margin:0 12px;
    padding: 26px 0;
    color: #FFF;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    position: relative;
    background: none;
    top: auto;
    right: auto;
}

.header-pc ul.mainmenu li a span {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
}

.header-pc ul.mainmenu li a span::after {
    position: absolute;
    top:auto;
    top: 15px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #F8D500;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}
.header-pc ul.mainmenu li:first-child a{letter-spacing:1px;}

#top .header-pc ul.mainmenu li.m_home a span,
#history .header-pc ul.mainmenu li.m_hist a span,
#greeting .header-pc ul.mainmenu li.m_gree a span,
#regulations .header-pc ul.mainmenu li.m_regu a span,
#organization .header-pc ul.mainmenu li.m_orga a span,
#constitution .header-pc ul.mainmenu li.m_regu a span,
#calendar .header-pc ul.mainmenu li.m_cale a span,
#movie .header-pc ul.mainmenu li.m_movi a span,
#meeting .header-pc ul.mainmenu li.m_meet a span,
#news .header-pc ul.mainmenu li.m_news a span,
.header-pc ul.mainmenu li a:hover span {
    backface-visibility: hidden;
    color: #FFF;
    filter: brightness(100%);
}

#top .header-pc ul.mainmenu li.m_home a span::after,
#history .header-pc ul.mainmenu li.m_hist a span::after,
#greeting .header-pc ul.mainmenu li.m_gree a span::after,
#regulations .header-pc ul.mainmenu li.m_regu a span::after,
#organization .header-pc ul.mainmenu li.m_orga a span::after,
#constitution .header-pc ul.mainmenu li.m_regu a span::after,
#calendar .header-pc ul.mainmenu li.m_cale a span::after,
#movie .header-pc ul.mainmenu li.m_movi a span::after,
#meeting .header-pc ul.mainmenu li.m_meet a span::after,
#news .header-pc ul.mainmenu li.m_news a span::after,
.header-pc ul.mainmenu li a:hover span::after {
    transform: scale(1, 1);
}

.header-pc ul.mainmenu li ul {
    margin: 0 auto;
    display: inline-block;
    -js-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.header-pc ul.mainmenu li li {
    max-width: none;
    padding: 0 12px;
    margin: 0;
    height: auto;
}

.header-pc ul.mainmenu li li:last-child {
    padding: 0 12px;
    margin: 0;
}

.header-pc ul.mainmenu li li:last-child a {
    padding: 15px 15px;
}

.header-pc ul.mainmenu li li a {
    color: #FFF;
}

.header-pc ul.mainmenu li li a:hover {
    color: #FFFF00;
}

.header-pc ul.mainmenu li li:last-child a {
    background: none;
    color: #FFFFFF;
    margin: 0;
}

.header-pc ul.mainmenu li li:last-child a:hover {
    backface-visibility: hidden;
    background: none;
    color: #FFFF00;
    filter: none;
    transition: none;
}

.header-pc ul.mainmenu > li.on_hover > a {
    color: #0C9FD4;
    position: relative;
}

.header-pc ul.mainmenu > li.on_hover:after {
    content: "　";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 8.5px 0 8.5px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -7px;
    margin-left: -6.5px;
    color: #0C9FD4 !important;
}

.header-pc .modal-content {
    border-top: solid 2px #EEE;
}

.close-content01 {
    cursor: pointer;
}

.modal-content {
    display: inline-block;
    display: none;
    /*初回*/
    position: absolute;
    border-radius: 0;
    border: none;
    background: #009FD5;
    background-color: rgba(12, 159, 212, 0.9);
    color: #FFF;
    top: 54px;
    left: 0;
    width: 100%;
    /*height:90px;*/
    height: 100px;
    text-align: center;
    padding: 20px 0;
    box-shadow: none !important;
}

.modal-content ul {
    margin: 0 auto;
    padding: 0;
}

.modal-content li {
    display: inline-block;
    color: #FFF;
}

.modal-content li a {
    color: #FFF;
    padding: 0 17px;
}

.modal-content li a:hover {
    backface-visibility: hidden;
    color: #FFFF00;
    transition: all .5s;
    text-decoration: none;
    background:#440300;
}

@media all and (min-width: 769px) and (max-width: 860px){
   .header-pc ul.mainmenu li a span{
       font-size:14px;
    }
}

/* sp */
.header-sp{
    display: block;
    position: absolute;
    z-index: 10000;
    right: 0;
    top: 0;
}
.header-sp .sp_close {
    width: 54px;
    height: 54px;
    display: block;
    background: url(../img/common/header-sp-menu_on.png) center no-repeat;
    background-size: cover;
    background-color:#1b391b;
    right: 0;
    top: 0;
    float: right;
    cursor: pointer;
}

.header-sp .sp_logo {
    width: calc(100% - 54px);
    display: block;
    background: #162d16;
    padding: 16px 25px 16px 71px;
    height: 54px;
}

.header-sp .sp_logo img {
    max-height:20px;
    width: auto;
}

.header-sp .sp_close span {
    display: none;
}

.header-sp ul.sp_picup_menu {
    display: block;
    width: 100%;
    padding: 0 5% 25px 5%;
    overflow: hidden;
    background-size: 160px auto;
}

.header-sp .sp_picup_menu > li {
    width: 30%;
    height: 30%;
    min-height: 88px;
    float: left;
    background-size: contain;
    border: solid 3px #008CBB;
    border-radius: 5px;
}

.header-sp .sp_picup_menu > li:hover {
    filter: brightness(103%);
}

.header-sp .sp_picup_menu > li a {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 82px;
}

.header-sp .sp_picup_menu > li span {
    display: none;
}

.header-sp .sp_picup_menu > li:nth-child(even) {
    margin: 0 5%;
}

.header-sp .sp_main_menu > li {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}
.header-sp .sp_main_menu > li a{
    opacity:0;
    animation: fadeInRight .5s ease forwards;
    animation-delay: .35s;
}
.header-sp .sp_main_menu > li:nth-of-type(2) a{
  animation-delay: .4s;
}
.header-sp .sp_main_menu > li:nth-of-type(3) a{
  animation-delay: .45s;
}
.header-sp .sp_main_menu > li:nth-of-type(4) a{
  animation-delay: .50s;
}
.header-sp .sp_main_menu > li:nth-of-type(5) a{
  animation-delay: .55s;
}
.header-sp .sp_main_menu > li:nth-of-type(6) a{
  animation-delay: .60s;
}
.header-sp .sp_main_menu > li:nth-of-type(7) a{
  animation-delay: .65s;
}
.header-sp .sp_main_menu > li:nth-of-type(8) a{
  animation-delay: .70s;
}
.header-sp .sp_main_menu > li:nth-of-type(9) a{
  animation-delay: .75s;
}
.header-sp .sp_main_menu > li:nth-of-type(10) a{
  animation-delay: .80s;
}
.header-sp .sp_main_menu > li:nth-of-type(11) a{
  animation-delay: .85s;
}
.header-sp .sp_main_menu > li:nth-of-type(12) a{
  animation-delay: .90s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}


.header-sp .sp_main_menu > li span,
.header-sp .sp_main_menu > li a {
    width: 100%;
    padding: 8px 18px;
    float: left;
    text-align: left;
}

.header-sp .sp_main_menu > li a {
    background: url(../img/common/icon-right-arrow-5.png) center right 20px no-repeat rgb(0 0 0 / 5%);
    background-size: 11px auto;
}

.header-sp .sp_main_menu > li a:hover {
    background: url(../img/common/icon-right-arrow-3.png) center right 10px no-repeat rgb(255 255 255 / 15%)
    background-size: 11px auto;
}

.header-sp .sp_main_menu li ul {
    width: 100%;
    overflow: hidden;
    display: block;
}

.header-sp .sp_main_menu li li {
    width: 100%;
}

.header-sp .sp_main_menu li li:first-child {
    margin-top: 10px;
}

.header-sp .sp_main_menu li li a {
    width: 100%;
    padding: 5px 20px;
    float: left;
    text-align: left;
    background: url(../img/common/icon-right-arrow-5.png) center right 10px no-repeat;
    background-size: 11px auto;
}

.header-sp .sp_main_menu li li a:hover {
    background: url(../img/common/icon-right-arrow-3.png) center right 10px no-repeat;
    background-size: 11px auto;
}

.header-sp .sp_sub_menu {
    width: 100%;
    overflow: hidden;
    display: block;
    background: #000;
}

.header-sp .sp_sub_menu li {
    overflow: hidden;
    display: inline-block;
    margin: 0.5em 0;
    vertical-align: bottom;
}

.header-sp .sp_sub_menu li a {
    padding: 0 0.5em;
    font-size: 0.8em;
    display: block;
}

.header-sp .sp_sub_menu li {
    border-left: solid 1px #FFF;
    border-right: solid 1px #FFF;
}

.header-sp .sp_sub_menu li:first-child {
    border-left: none;
}

.header-sp .sp_sub_menu li:last-child {
    border-right: none;
    border-left: none;
}

.modal-content.sp {
    position: fixed;
    height: 100vh !important;
    height: 100% !important;
    top: 0;
    padding: 0;
    background-color: rgb(60 118 61 / 98%);
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}

#header_wrap .header-sp .modal-content ul {
    max-width: 768px;
}

body.no-scroll {
    overflow: hidden;
}

@media (max-width: 1024px) {
    #mainNav {
        display: none;
    }
    .header-sp {
        display: block;
    }
}

@media (min-width: 1025px) {
    #mainNav {
        display: block;
    }
    .header-sp {
        display: none;
    }
}


/* main area ------- */
main{
    /*background: url(../../assets/img/common/bg_w.png) center center no-repeat transparent;*/
    background-color:#F9F9F9;
    background-size: auto;
    background-position: -120px top;
    border-top:solid 1px #CCCCCC;
    padding:0 20px 70px 20px;
    /*z-index: -1;*/
    /*transform:translateZ(1px);*/
}
#top main{
    padding:70px 20px 70px 20px;
}
main > div {
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    main > div {
      /*padding-top:75px;*/
    }
}
main > div section.container {
    max-width: 1000px;
    width:100%;
    padding-left:0px;
    padding-right:0px;
    font-size: 100%
}
@media screen and (max-width: 840px) {
    main > div section.container {
      padding-left:15px;
      padding-right:15px;
    }
}
@media (max-width: 768px){
   main > div section.container {
    max-width: 768px;
    width:auto;
    padding-left:10px;
    padding-right:10px;
    font-size: 80%!important;
   }
   #top main{
       padding:35px 0 35px 0;
   }
}

main > div section .inner {
    max-width: 1000px;
    margin: 1em auto;
}

main > div section.container-top .inner {
    margin: 0 auto;
    padding: 0;
    z-index: 1;
    position: relative;
}

main > div section.container-top .inner .col2 {
    margin: 4rem 20px;
}

main > div section.container-top .inner .col2 p {
    font-size: 19px;
    padding: 1em 0;
}

main > div section.container-top .inner .text {
    margin: 1em 20px;
}

/* articl area ------- */
article{
    width:100%;
    max-width: 1000px;
    margin: 0 auto;
}
main.flex article,
article.flex section.main-content{
    width:100%;
    max-width: 680px;
    margin-left:0;
}

@media (max-width: 680px) and (max-width: 768px) {
    main.flex article,
    article.flex section.main-content{
        max-width:100%;
    }
}
/* sideber flag------- */
main.flex aside{
    margin-top:50px;
    max-width: 280px;
}
@media (max-width: 768px){
    main{
        padding:0 10px 70px 10px;
    }
    main.flex aside{
        display:none;
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px;
        width:100%;
        max-width:100%;
    }
}


.clink01 {
    position: absolute;
    width: 15em;
    right: 0;
    top: -0.5em;
    font-size: 1.1em;
    background: #FFFF00;
    background: #fff4b6;
}

.clink01.btn-default.btn:hover {
    background: #FFFF00;
}

@media screen and (max-width: 999px) {
    main section.cruise-info .text .explanatory a.pc {
        display: none;
    }

    main section.cruise-info .text .explanatory a.sp {
        display: inline;
    }

    .clink01 {
        position: inherit;
        margin-top: 2em;
        clear: both;
        top: 0;
        width: 100%;
    }
}

#top main section {
    background-image: inherit;
}

#top main section.container-top .inner {
    margin: 0 auto;
}

/*改行設定*/

main section .inner br.pc {
    display: block;
}

main section .inner br.sp {
    display: none;
}

.visible_436 {
    display: none;
}

@media screen and (min-width: 346px) and (max-width: 436px) {
    .visible_436 {
        display: block;
    }
}

#maplist #anker03.content .content_body .flex span,
#maplist #anker04.content .content_body .flex span {
    display: block;
}


@media screen and (max-width: 999px) {

    /*改行設定*/
    main section .inner br.pc {
        display: none;
    }

    main section .inner br.sp {
        display: block;
    }

    /*section　その他設定*/
    main section.container-top:after {
        background-size: contain;
        height: 270px;
    }

    main section.container-top .inner .col2 {
        margin: 0;
        z-index: 1;
    }

    main section.container-top .inner .col2 p {
        display: none;
    }

    main section.container-top .inner .col2 div {
        width: 100%;
        margin-left: 0;
    }

    main section.container-top .inner .text {
        margin: 15px 0;
    }

    .content .content_body p {
        font-size: 13px;
    }

    .content .content_body h4 {
        font-size: 14px;
    }

    .content .content_body .flex span {
        font-size: 11px;
    }
}
@media screen and (max-width: 768px) {
    /*section　その他設定*/
    main section.cruise-price .fw_b span,
    main section.cruise-ticket .fw_b span {
        display: block;
    }

    .content {
        margin: 1em 0 1em 0;
        padding: 0px 15px 20px;
    }
}

@media screen and (max-width: 425px) {
    main section.cruise-ticket .flex_nowrap.mb15 {
        zoom: 0.75;
    }
}

/* main_container area ------*/
.contents_wrap + .contents_wrap{
    margin-top:60px;
}
.contents_wrap1{
    background:#FFFFFF;
    padding:30px;
    border:solid 1px #EEEEEE;
    border-radius:5px;
}

.contents_wrap1 + .page_title_wrap{
    margin-top:60px;
}

@media screen and (max-width: 768px) {
    .contents_wrap1{
        padding:10px;
    }
}

/* sub_container area ------*/


/* cotact_area ------- */
#contact_area{
    background: url(../img/common/bg_contact.png) center center no-repeat transparent ;
    background-size: cover;
    border-top:solid 1px #CCCCCC;
    padding:70px 0;
}
#contact_area .contact_wrap{
    width:100%;
    max-width:1000px;
    margin:0 auto;
}
#contact_area h3{
    color:#4CA5FF;
    font-weight:700;
    font-size:32px;
}
#contact_area h3 + p{
    margin-top:40px;
    margin-bottom:40px;
}
@media (max-width: 840px){
   #contact_area {
    padding-left:15px;
    padding-right:15px;
   }
}
@media (max-width: 768px){
   #contact_area {
    max-width: 768px;
    width:auto;
    padding-left:15px;
    padding-right:15px;
    font-size: 80%!important;
   }
}
/* footer_banner area ------- */
#footer_banner{
    background: #FFFFFF;
    clear: both;
    border-top:solid 1px #CCCCCC;
}
#footer_banner > div.flex{
    width:100%;
    max-width:1000px;
    margin:0 auto;
    padding-bottom: 80px;
    padding-top: 80px;
}
#footer_banner > div.flex div{
    /*width:calc(25% - 44px);*/
    width:100%;
    border:solid 1px #CCC;
    border-radius:5px;
    overflow:hidden;
}
#footer_banner > div.flex div a{
    display:block;
}
#footer_banner > div.flex div a img{
    margin:0 auto;
    display: block;
}
@media (max-width: 840px){
   #footer_banner {
    padding-left:15px;
    padding-right:15px;
   }
}
@media (max-width: 768px){
   #footer_banner {
    max-width: 768px;
    width:auto;
    padding-left:15px;
    padding-right:15px;
    font-size: 80%!important;
   }
   #footer_banner > div.flex div{
    /*width:calc(50% - 7.5px);*/
    width:100%;
    margin-bottom:15px;
    text-align: center;
   }
   #footer_banner > div.flex{
    padding-bottom: 15px;
    padding-top: 15px;
   }
}
/* footer area ------- */
.gototop {
    display: inline-block;
    padding: 5px;
    margin: 0;
    background: #F6F4ED;
    border-radius: 5px 5px 0 0;
    border: 1px solid #E5E5E5;
    border-bottom: none;
}

.gototop a:hover {
    text-decoration: none;
}
footer #gototop {
    width: auto;
    margin: 40px 40px;
    padding: 20px 0;
    background: #655B56;
    border-radius: 9px;
    color: #FFF;
    font-size: 22px;
}

footer {
    background: #3e7740;
    clear: both;
    color:#FFFFFF;
    border-top:8px solid #1f3b20;
}
@media (max-width: 768px){
   footer {
    max-width: 768px;
    width:auto;
    padding-left:15px;
    padding-right:15px;
    font-size: 80%!important;
    margin-top:-15px;
   }
}
footer #footer_wrap{
    width:100%;
    max-width:1000px;
    margin:0 auto;
    padding: 80px 0 65px 0;
}
footer #footer_wrap > .flex > .left{
    width:100%;
    max-width:420px;
}
footer #footer_wrap > .flex > .right{
    width:100%;
    max-width:480px;
}
footer #footer_wrap > .flex > .left > .flex > .left{
    width:100%;
    max-width:147px;
}
footer #footer_wrap > .flex > .left > .flex > .right{
    width:100%;
    max-width:250px;
}
footer #footer_wrap > .flex > .left > .flex > .right > img{
    margin-bottom:0.5em;
}
@media (max-width: 768px){
   footer #footer_wrap{
    padding-top:32px;
   }
}

footer .adress{
    line-height:1.4em;
    margin-bottom:0.5em;
}
footer .fadress{
    text-align:center;
    width:100%;
}
footer .fadress .adress > a{
    display:block;
    width:100%;
    text-align:center;
    margin-top:0.5em;
}

footer .tel{
    z-index: 9999;
    box-sizing: border-box;
    margin: 0;
    text-align: left;
    font-size: 26px;
    font-weight:bold;
    font-family: 'Sawarabi Gothic',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-feature-settings: "palt";
    color:#1D5496;
    min-width:100%;
}
footer .tel .icon_tel{
    color: #1D5496;
    width: auto!important;
    height: 32px!important;
    vertical-align: text-bottom;
    margin-right: 10px;
}
footer .tel .icon_tel .st0{
    fill:#1D5496;
}
footer .tel a{
    color:#1D5496;
    font-weight: bold;
}
footer .tel a:hover{
    text-decoration:none;
}

footer a.bnr{
    display:block;
    margin:0 0 0 auto;
    max-width: 314px;
    border:solid 1px #CCCCCC;
}
footer a.bnr img{
    width: 100%;
}
@media screen and (max-width: 728px) {
    footer #gototop {
        margin: 40px 35px;
    }
}

@media screen and (max-width: 425px) {
    footer #gototop {
        margin: 40px 30px;
    }
}

@media (max-width: 320px) {
    footer #gototop {
        margin: 40px 20px;
    }
}

footer #gototop a::after {
    content: '　';
    background: url(../img/common/gototop.png) 0 0 no-repeat transparent;
    background-size: contain;
    margin-left: 0.25em;
}

footer #gototop a {
    color: #FFF;
}

footer #gototop a:hover {
    text-decoration: none;
}
footer .banner_area {
    background: #EEE;
    padding: 0 10px 0 10px;
    padding: 0 3.125vw 0 3.125vw;
}

footer .banner_area ul {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    /* Safari */
    align-items: center;
    -webkit-flex-grow: 1;
    /* Safari */
    flex-grow: 1;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    border-top: solid 1px #CCC;
}

footer .banner_area li {
    display: inline-block;
    width: 14.666666666666%;
    margin-top: 34px;
}

footer .banner_area li a {
    display: inline-block;
}


/*追加設定*/
footer .banner_area li:nth-child(3),
footer .banner_area li:first-child {
    width: 29.333333333332%;
}
footer .banner_area li img {
    width: 100%;
    height: auto;
}

footer .footer_menu {
    padding: 60px 0px 60px 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.1em;
}

footer .footer_menu ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

footer .footer_menu li {
    display: inline-block;
}

footer .footer_menu li a {
    color:#FFFFFF;
}

footer .footer_menu li a:hover {
    color: #dae38e;
    text-decoration: none;
    transition:0.5s;
}

footer .footer_menu li:nth-child(even) {
    border-left: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    padding: 0 0.5em;
    margin: 0.25em 0.5em;
}

footer .footer_menu li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

footer .aboutus {
    color: #465959;
}

footer .foot-address {
    float: left;
    display: block;
    margin: 0;
    padding: 25px 10px 25px 10px;
    height: 100%;
    font-size: 14px;
    line-height: 1em;
}

footer .foot-address p {
    margin: 0;
    padding: 0;
}

footer .footer_logo{
    text-align: center;
}
footer .footer_logo a {
    overflow: hidden;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
    display: block;
}
footer .copyright {
    display: flex;
    margin: 0;
    padding:0;
    height: 100%;
    font-size: 10px;
    line-height: 1em;
    color: #FFFFFF;
    text-align: center;
    justify-content: center;
}
footer #footer_wrap > .copyright.flex > .left{
    max-width:35%;
    width:100%;
    text-align:left;
}
footer #footer_wrap > .copyright.flex > .right{
    max-width:65%;
    width:100%;
    text-align:right;
}

footer .copyright p {
    margin: 0;
    font-size:14px;
    line-height: 1.4;
}
footer .copyright .adress {
    font-size:14px;
    line-height:1.3em;
    padding: 0 0 1em 0;
}
.footer-pc {
    display: none;
}

.footer-sp {
    display: block;
}

footer .footer_mail{
    margin-top:-60px;
    padding: 20px 0px 20px 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.1em;
}

footer .footer_mail a {
    color:#FFFFFF;
}

footer .footer_mail a:hover {
    color: #dae38e;
    text-decoration: none;
    transition:0.5s;
}

@media (min-width: 1280px) {
    /* PC */
    footer .copyright {
        font-size: 14px;
        text-align: center;
    }

    .footer-pc {
        display: block;
    }

    .footer-sp {
        display: none;
    }
}

@media screen and (max-width: 924px) {
    /*イレギュラー対応*/
    footer .foot-address {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    /*追加*/
    footer .banner_area li:first-child,
    footer .banner_area li:nth-child(2) {
        width: 100%;
    }
    footer .banner_area {
        padding: 0 10px 24px 10px;
    }
    footer .banner_area li {
        width: 30%;
        margin: 24px 0 0 0;
        text-align: center;
    }
    footer .banner_area li.nocontent {
        display: none;
    }
    footer #gototop,
    footer .foot-memu {
        font-size: 1.2em;
    }
    footer .copyright {
        padding: 32px 15px;
        margin: 0;
        float: none;
        border-top:solid 1px #f3f3f3;
        margin-top: 26px;
    }
    footer #footer_wrap > .copyright.flex > .left{
        max-width:100%;
        text-align:center;
    }
    footer #footer_wrap > .copyright.flex > .right{
        max-width:100%;
        text-align:center;
    }
    footer .copyright p{
        font-size:12px;
    }
    footer .copyright small {
        line-height: 1em;
        margin: 0;
        padding: 0;
        display: block;
    }
    footer .foot-address {
        display: none;
    }
    footer .footer_menu {
        display: none;
    }
    footer .footer_mail{
        margin-top:0px;
    }
}

@media screen and (max-width: 425px) {
    footer .banner_area {
        padding: 0 10px 24px 10px;
    }

    footer .banner_area li {
        width: 46%;
        margin: 24px 2% 0 2%;
    }

    /*追加*/
    footer .banner_area li:first-child,
    footer .banner_area li:nth-child(2),
    footer .banner_area li:nth-child(3) {
        width: 100%;
    }

    .gototop,
    footer .copyright,
    footer .foot-memu {
        font-size: 0.8em;
    }

    footer .copyright {
        padding: 35px 15px;
    }
    footer .copyright left{
        width:100%;
    }
    footer .copyright p{
        font-size:10px;
    }
}

@media (max-width: 320px) {

    footer .copyright,
    footer .foot-memu {
        font-size: 0.7em;
    }

    footer .copyright {
        padding: 30px 15px;
    }
}


/* -----------------------------
 parts
 -----------------------------*/
.layer1 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0px;
    left: 0px;
    z-index: 9998;
    background:url('../img/top/layer1.png') 0 0 no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}
.layer1 .text1{
    /*position: absolute;*/
    top: calc(45% - 130px);
    /*left:calc(50% - 280px);*/
    width:calc(100% - 40px);
    max-width: 560px;
}

.layer1:after{
    display: block;
    position:absolute;
    bottom: 25%;
    left:5%;
    width:300px;
    height:50px;
    /*background:url('../img/common/txt_subcatch.png') 0 0 no-repeat;*/
    background-size: contain;
    background-position: center;
}
#top .layer1:after{
    top:55%;
}
.layer1 .text2 {
    position: absolute;
    top: calc(45% + 50px);
    left: calc(50% - 280px);
    color: #FFF;
    width: 100%;
    max-width: 560px;
}
.layer3{
    position: absolute;
    bottom: 0;
    left:0;
    width:100%;
    color:#FFF;
    font-size:0.8em;
    background: rgb(0 0 0 / 50%);
    display: block;
    padding: 5px 50px;
}

#top-catch {
    overflow: hidden;
    display: block;
    position: relative;
}

#top-catch .carousel-fade {
    height: 100%;
    display: block;
}
#top-catch .slick-list{
    height: 100%;
}

#top-catch .carousel-fade .carousel-inner {
    display: block;
    overflow: hidden;
    height: 100%;
}

#top-catch .carousel-fade .carousel-inner .item {
    overflow: hidden;
    height: 100%;
}

#top-catch .carousel-fade .carousel-inner .item a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    user-select: none;
    /* CSS3 */
    -moz-user-select: none;
    /* Firefox */
    -webkit-user-select: none;
    /* Safari、Chromeなど */
    -ms-user-select: none;
    /* IE10かららしい */
}

#top-catch .carousel-fade .carousel-inner .item a:hover img {
    backface-visibility: hidden;
    -webkit-filter: brightness(1.2);
    -moz-filter: brightness(1.2);
    -o-filter: brightness(1.2);
    -ms-filter: brightness(1.2);
    filter: brightness(1.2);
    transition: all .8s;
}

#top-catch .carousel-fade .carousel-inner .item img {
    width: 100%;
}

#top-catch .glyphicon-chevron-left:before {
    content: url(../img/common/li-arrow_w_r.png);
}

#top-catch .glyphicon-chevron-right:before {
    content: url(../img/common/li-arrow_w.png);
}

#top-catch .carousel-control {
    opacity: .3;
}

#top-catch .carousel-control:hover {
    opacity: .9;
}

#top-catch .carousel-control.left,
#top-catch .carousel-control.right {
    background-image: none;
    z-index:1;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1); /* 拡大率 */
  }
}
.add-animation {
  animation: fadezoom 5s 0s forwards;
}

#top-catch #topinfo {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    width: 100%;
}

#top-catch .top_line1{
    width: 100%;
    height: 230px;
    background: #f8d72c;
    background-size: 100vw auto;
    clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%);
    position: absolute;
    bottom: -100px;
    left: 0;
}
#top-catch .top_line2{
    width: 100%;
    height: 230px;
    background: #3c763d;
    background-size: 100vw auto;
    clip-path: polygon(100% 100%, 169% 100%, 0% 100%, 0 0);
    position: absolute;
    bottom: -100px;
    left: 0;
}

@media (max-width: 999px) {
    #top-catch img {
        -webkit-animation: transparent 1s ease-out 0s 1 forwards;
        animation: transparent 1s ease-out 0s 1 forwards;
    }

    #top-catch #timetable {
        font-size: 2.1vw;
        line-height: 1.2;
    }

    #top-catch #timetable span {
        font-size: 1.9vw;
    }

    #top-catch #topnews {
        font-size: 2.1vw;
    }
}

@media (max-width: 768px) {
    #top-catch #timetable {
        font-size: 14px;
        line-height: 1.2;
    }
    #top-catch #timetable span {
        font-size: 12px;
    }
    #top-catch #topnews {
        font-size: 14px;
    }
    .layer1 .text1{
        /*right: 50px;*/
        transition:0.8s;
    }
    .layer1:after,
    #top .layer1:after{
        display:none;
    }

    .layer1 .text1{
        top: 25%;
    }

    .layer3{
        padding: 5px 20px;
    }

}


@media (max-width: 420px) {
    .layer1 .text1{
      right: 0px;
      width: calc(100% - 50px);
      margin-left: 0px;
      left: inherit;
      margin: auto;
    }
}

@media (max-width: 375px) {
    #top-catch #timetable span {
        font-size: 10px;
    }
}


#top-catch #topnews {
    position: relative;
    background: #8AD0F2;
    background: rgba(138, 208, 242, 0.8);
    background: rgba(20, 110, 154, 0.8);
    padding: 5px;
    padding-left: 24px;
    min-height: 30px;
    z-index: 11;
}

#top-catch #topnews a {
    color: #FFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

#top-catch #topinfo .my_svg7 {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -15px;
}

#top-catch #topinfo .my_svg7 g {
    color: #ffF000 !important;
    fill: #ffF000 !important;
}

@media all and (-ms-high-contrast: none) {
    #top-catch #topinfo .my_svg7 {
        top: 65%;
    }
}

#canvas-container {
    z-index: 1;
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    margin-bottom: -1px;
    overflow: hidden;
}

#canvas-container #sineCanvas {
    height: 100%;
    width: 100%;
    display: block;
}

#canvas-container #sineCanvas2 {
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}

@media (min-width: 767px) {
    #canvas-container {
        height: 15px !important;
    }
}

@media (min-width: 1000px) {
    #top-catch #topinfo {
        -js-display: flex;
        display: flex;
    }

    #top-catch #timetable {
        min-width: 580px;
        max-width: 580px;
    }

    #top-catch #topnews {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

#top-catch .other_parts1 {
    position: absolute;
    bottom: -70px;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    left: 50%;
    margin-left: -500px;
}

#top #top-catch .other_parts1 {
    -webkit-animation: bgiLoop 2s ease-out;
    -ms-animation: bgiLoop 2s ease-out;
    animation: other_parts1 2s ease-out;
}

@-webkit-keyframes other_parts1 {
    0% {
        bottom: -150px;
        opacity: 0;
    }

    60% {
        bottom: -150px;
        opacity: 0;
    }

    100% {
        bottom: -80px;
        opacity: 1;
    }
}

@keyframes other_parts1 {
    0% {
        bottom: -150px;
        opacity: 0;
    }

    60% {
        bottom: -150px;
        opacity: 0;
    }

    100% {
        bottom: -80px;
        opacity: 1;
    }
}

#top-catch #c2 .other_parts2 {
    position: absolute;
    top: 2em;
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    color: #6FA8C4;
    /* font-size: 45%; */
    z-index: 1;
    left: 50%;
    margin-left: -420px;
}

#top-catch .pc {
    display: none !important;
}

#top-catch .sp {
    display: block !important;
}

body#top #top-catch .item img {
    /*width: auto;*/
    /*height:100%;*/
    min-height:100vh;
    left: 50%;
    position: absolute;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

@media (min-width: 769px) {
    #top-catch .pc {
        display: block !important;
    }

    #top-catch .sp {
        display: none !important;
    }
    #top-catch .item a {
        display: block;
    }

    #top-catch #c2 .carousel-inner > div {
        height: 162.1px;
    }

    #top-catch #c2 .carousel-inner > div img {
        height: 100%
    }
}

/*breadcrumb*/
#breadcrumb {
    /*width: 100%;*/
    /*max-width: 100%;*/
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left:-20px;
    margin-right:-20px;
    /*margin-top:-72px;*/
    margin-bottom:60px;
    padding:1.4em 0 1.5em 0;
    background:#FFF;
    border-top:#CCC solid 1px;
    border-bottom:#CCC solid 1px;
    position: relative;
    display: block;
}
@media screen and (max-width: 840px) {
    #breadcrumb{
      padding-left:15px;
      padding-right:15px;
      margin-bottom:30px;
    }
}
@media screen and (max-width: 768px) {
    #breadcrumb{
      width: calc(100% + 30px);
      max-width: calc(100% + 30px);
      margin-left:-20px;
      margin-right:-20px;
    }
}
/*topicPath*/
.topicPath{
    width:100%;
    max-width: 1000px;
    margin:0 auto 0 auto;
    padding:0;
    list-style:none;
    box-sizing: border-box;
}
.topicPath li{
    margin:0;
    padding:0;
    list-style:none;
    display:inline-block;
}
.topicPath li:after{
    content:">";
    margin:auto 0.5em;
}
.topicPath li:last-child:after{
    content:"";
}
.topicPath li a{
    color:#4CA5FF;
}
.topicPath li:last-child a{
    color:#1F1F1F;
}
@media (max-width: 768px) {
    .topicPath{
       padding: 0 15px 0 15px;
    }
}

/*page tile*/
.page_title_wrap {
    position: relative;
    -js-display: flex;
    display: flex;
    -webkit-align-items: center;
    /* Safari */
    align-items: center;
    -webkit-flex-grow: 1;
    /* Safari */
    flex-grow: 1;
    flex-wrap: wrap;
}
.page_title_wrap2 {
    position: relative;
    -js-display: flex;
    display: flex;
    -webkit-align-items: center;
    /* Safari */
    align-items: center;
    -webkit-flex-grow: 1;
    /* Safari */
    flex-grow: 1;
    flex-wrap: wrap;
}
.page-ttl {
    margin: 0 0 0 0;
    padding: 0.73em 0 0.8em 0;
    font-size: 26px;
    display: inline-block;
    color: #1F1F1F;
    z-index: 1;
    position: relative;
    font-weight: bold;
    font-display: swap;
    width: 100%;
    text-align: left;
    line-height:140%;
}

.page-ttl {
    overflow: hidden;
    align-items: center;
    background: #ddd9c4;
    color: #484640;
    display: flex;
    padding:10px 0;
    margin-bottom:2em;
    font-size: 22px;
    border-radius:5px;
    border: solid 1px #EEEEEE;
    text-align: center;
}
.page-ttl:before,
.page-ttl:after {
    content: "";
    flex: 1;
    background: #f9f9f9;
    padding: 3px 0;
    height: 0;
    transform: rotate(45deg);
    }
}
.page_title_wrap p{
    width:100%;
    font-size:1.8em;
    line-height:150%;
}
.page_title_wrap2 p{
    width:100%;
    text-align:center;
    font-size:1.2em;
    line-height:150%;
    margin-bottom: 50px;
}
.page-ttl2{
    margin: 0 0 0 0;
    padding: 0.73em 0 1.5em 0;
    font-size: 20px;
    display: inline-block;
    color: #1F1F1F;
    z-index: 1;
    position: relative;
    font-weight: bold;
    font-display: swap;
    width: 100%;
    text-align: left;
    line-height:140%;
}
@media (max-width: 768px) {
    .page_title_wrap,
    .page_title_wrap2 {
        margin-left:0;
        margin-right:0;
    }
    .page-ttl,
    .page-ttl2{
        font-size: 17px;
        padding: 0.73em 0 0.8em 0;
    }
}

/*sub_title1*/
.sub_title1{
    font-size:2em;
    font-weight:700;
    margin: 0;
    padding-bottom:0.5em;
    color:#4C66A4;
    line-height:1.4;
}

/*sub_title2*/
.sub_title2{
    font-size:1.4em;
    font-weight:600;
    margin: 0;
    line-height:1.4;
}
.sub_title2 small{
    font-size:0.7em;
    color:#FFF;
    display: inline-block;
}

/*sub_title3*/
.sub_title3{
    font-size:1.4em;
    font-weight:600;
    margin: 0;
    margin-bottom:1em;
    color:#333333;
    padding-left: 1em;
    text-indent: -1em;
    line-height:1.4;
}
.sub_title3:before{
    content:"◆ ";
    color:#4C66A4;
}

.sub_title4{
    border:solid 1px #DDD;
    background:#FFF9F9;
    padding:30px 36px;
    color:#D80000;
    font-size:1.5em;
    text-align:center;
}

/*sub_title5*/
.sub_title5{
    font-size:1.4em;
    font-weight:600;
    margin: 0;
    margin-bottom:30px;
    color:#450000;
    padding-left: 1em;
    text-indent: -1em;
    line-height:1.4;
}
.sub_title5:before{
    content:"※";
}

/*text-icon1*/
.text-icon1{
    border:solid 1px #1F1F1F;
    padding:0.5em;
    margin-bottom:30px;
    width: 5.2em;
    width: fit-content;
    font-size:1.2em;
}

/*list-float1*/
.list-float1{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 1.2em;
}
.list-float1 li{
    margin-right:1em;
    margin-bottom:0.25em;
    min-width: 13em;
}
.list-float1 li:before{
    content:"・";
}

/*list-float2*/
.list-float2{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 1.2em;
}
.list-float2 li{
    margin-right:0em;
    margin-bottom:0.25em;
    width:33%;
    padding-left: 1.2em;
    padding-right: 1em;
    position: relative;
    line-height: 1.1;
}
.list-float2 li:before{
    content:"●";
    position: absolute;
    left: 0;
}
@media (max-width: 768px) {
    .list-float2 li{
       width:49%;
     }
}
/*list-float3*/
.list-float3{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 1.2em;
    counter-reset: number3 0;           /* number のカウンタを 0 にセット */
}
.list-float3 li{
    width:100%;
    margin-bottom:0.5em;
    padding-left: 1.8em;
    position: relative;
}
.list-float3 li:before{
    content:"";
    counter-increment: number3 1;      /* number カウンタを増加 */
    content: "（" counter(number3) "）";      /* 表示形式を指定 */
    position: absolute;
    left: -0.5em;
}

/*list-float4*/
.list-float4{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 1em;
}
.list-float4 > li{
    width:100%;
    margin-right:1em;
    margin-bottom:0.25em;
}
.list-float4 > li:before{
    content:"・";
}

/*list-float5*/
.list-float5{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 1.2em;
    counter-reset: number5 0;           /* number のカウンタを 0 にセット */
    font-weight:normal;
}
.list-float5 > li{
    width:100%;
    margin-bottom:0.5em;
    padding-left: 1.2em;
    position: relative;
}
.list-float5 > li:before{
    content:"";
    counter-increment: number5 1;      /* number カウンタを増加 */
    content: counter(number5) ".";      /* 表示形式を指定 */
    position: absolute;
    left: 0;
}

.list-float5 .list-float4{
    font-weight:normal!important;
}

/*list-float6*/
.list-float6{
    border:2px solid #FF0000;
    border-radius:3px;
    background:#FFF;
}
.list-float6 h3{
    font-size: 1.2em;
    font-weight: normal;
    color: #FFF;
    background: #FF0000;
    padding: 0.5em 1em;
}
.list-float6 > ul{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 0 0;
    padding: 1.5em 1em;
    font-size: 1em;
}
.list-float6 ul > li{
    width:100%;
    margin-right:1em;
    margin-bottom:0.25em;
   padding-left:1em;
}
.list-float6 ul > li:before{
    content:"・";
    margin-left: -1em;
}

/*list-float7*/
.list-float7{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 1em;
}
.list-float7 li{
    width:100%;
    margin-bottom:0;
    padding-left: 1em;
    position: relative;
}
.list-float7 li:before{
    content:"・";
    position: absolute;
    left: 0;
}

/*list-float8*/
.list-float8{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 1.2em;
}
.list-float8 > li{
    width:100%;
    margin-right:1em;
    margin-bottom:0.5em;
    padding-left: 1em;
    text-indent:-1.3em;
}
.list-float8 > li:before{
    content:"＊ ";
    color:#3c763d;
}
@media (max-width: 768px) {
    .list-float8.ml20.mr20{
       margin-left:1em;
       margin-right:1em;
    }
}

/*list-float9*/
.list-float9{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 1.2em;
}
.list-float9 > li{
    width:100%;
    margin-bottom:2em;
    padding-left: 1em;
    font-size: 0.99em;
}
.list-float9 > li:before{
    content:"";
    margin-left: -1em;
}

/*list-float10*/
.list-float10{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    list-style: none;
    margin: 1em 0 0 0;
    padding: 0;
}
.list-float10 > li{
    width:100%;
    margin-bottom:0.5em;
    padding-left: 1em;
    font-size: 0.99em;
}
.list-float10 > li:before{
    content:"";
    margin-left: -1em;
}

/*list-float11*/
.list-float11{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 1.2em;
}
.list-float11 > li{
    width:100%;
    margin-bottom:1.5em;
    padding-left: 6.5em;
    font-size: 0.99em;
}
.list-float11 > li:before{
    content:"";
    margin-left: -6.5em;
}
.list-float11 > li:last-child{
    margin: 0 0 0 0;
}

/*list-float12*/
.list-float12{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 1.2em;
}
.list-float12 > li{
    width:100%;
    margin-bottom:0.75em;
    padding-left: 2.5em;
    font-size: 0.99em;
}
.list-float12 > li:before{
    content:"";
    margin-left: -2.5em;
}
.list-float12 > li:last-child{
    margin: 0 0 0 0;
}

/*list-float13*/
.list-float13{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 0.25em 0;
    padding: 0;
}
.list-float13 > li{
    width:100%;
    margin-bottom:0.25em;
    padding-left: 1.5em;
}
.list-float13 > li:before{
    content:"";
    margin-left: -1.5em;
}
.list-float13 > li:last-child{
    margin: 0 0 0 0;
}
li > .list-float13{
   margin: 1em 0 0.25em 0;
}

.no-icon li{
    content:none!important;
    margin:0!important;
    padding:0!important;
}
.no-icon li:before{
    content:none!important;
    margin:0!important;
}
.no-icon:before{
    content:none!important;
}

/*sidemenu*/
.sidemenu{
    border:solid 1px #DDD;
    margin-bottom:30px;
    border-radius:5px;
    min-width: 260px;
    width: 100%;
}
.sidemenu h4{
    display: block;
    border-radius:5px 5px 0 0;
}
.sidemenu h4 > span,
.sidemenu h4 > a{
    display: block;
    padding: 25px 20px;
    color:#FFF;
    cursor: pointer;
    background: #3c763d;
    border-radius: 5px 5px 0 0;
}
.sidemenu h4 > a:hover{
    text-decoration:none;
    filter: brightness(110%);
}
.sidemenu ul{
    margin: 0;
    padding: 0 10px;
    list-style:none;
    background:#FFF;
}
.sidemenu li{
    display: block;
    padding: 10px 0;
    width: 100%;
    border-bottom:dotted 1px #EEE;
}
.sidemenu li:last-child{
    border:none;
}
.sidemenu li a{
    position:relative;
    display: block;
    padding: 10px 10px;
    width: 100%;
    cursor: pointer;
}
.sidemenu li a:after{
    position: absolute;
    content: "";
    top: 50%;
    right: 14px;
    width: 14px;
    height: 16px;
    margin-top: -0.35em;
    background-size: cover;
    background: url(../img/common/icon-right-arrow-6.png) top right no-repeat;
}
.sidemenu li a:hover{
    filter: brightness(110%);
}
.sidemenu li a.on{
    color:#73C6D0;
}

@media (max-width: 768px) {
    .sidemenu{
       margin-top:0px;
       width:100%;
       min-width:100%;
       margin-bottom:20px;
     }
}



/* framegray */
.frame-gray {
    border: 2px solid #CCC;
    padding: 1em 10px;
    font-size: 14px;
}
.frame-gray *:first-child {
    margin-top: 0;
}
.frame-gray *:last-child {
    margin-bottom: 0;
}


/*top*/
#top h3{margin-bottom:20px; width:100%; position:relative;}
/*news detail*/
#top h3{
    border-bottom:solid 2px #f8d72c;
    position: relative;
}
#top h3::before{
    content: "";
    position: absolute;
    border-bottom:solid 2px #3c763d;
    top: 0px;
    bottom: -10px;
    left: 0px;
    right: 0px;
}

#top #main_container .business{
    margin:60px -20px;
}
#top .business.flex div{
    width:calc(25% - 10px);
    transform: skewX(-10deg);
    transition:0.3s;
    border:solid 1px #CCCCCC;
    background:#FFFFFF;
    overflow:hidden;
}
#top .business.flex div a{
    display:inline-block;
    overflow:hidden;
    transition: none;
    width:100%;
    height:100%;
}
#top .business.flex div h4,
#top .business.flex div p{
    transform: skewX(10deg);
    transition:0.3s;
    text-align:center;
    margin:1em 1em;
}
#top .business.flex div img{
    transform: skewX(10deg);
    transition:0.3s;
    min-width:284px;
    margin-left: -142px;
    left: 50%;
    border-top:solid 1px #CCCCCC;
    border-bottom:solid 1px #CCCCCC;
    transition: none;
}


#top .business.flex div h4{
    color:#3E599D;
    font-weight:bold;
    min-height:47px;
}
#top .business.flex div h4 span{
    display:block;
    font-size:0.8em;
    margin-bottom:0.5em;
}
#top .business.flex div:nth-child(3) h4{
    font-size: 1.2em;
    margin: 1.2em 0.25em 1.2em 0em;
    display: list-item;
}

#top .business.flex div a:hover{
    text-decoration:none;
    color:#1F1F1F;
    transition: none;
}
#top .business.flex div a:hover img{
    backface-visibility: unset;
    -webkit-filter: brightness(1.0);
    -moz-filter: brightness(1.0);
    -o-filter: brightness(1.0);
    -ms-filter: brightness(1.0);
    filter: brightness(1.0);
    transition:none;
}

#top .container.mt40 .left.w75 small{
    width:calc(100% - 1em);
    text-indent:-1em;
    margin-left:1em;
}

#top .container.mt40 h3{
    font-size: 2.4em;
    font-size: clamp(1.9em, 6.4vw, 2.4em);
}


@media (max-width: 920px) {
   #top .business.flex{
    padding-left: 55px;
    padding-right: 55px;
    box-sizing: border-box;
    overflow: hidden;
   }
}

@media (max-width: 860px) {
   #top #main_container .business{
      margin:60px -15px;
   }
}
@media (max-width: 768px) {
  #sub_container {
      margin-top: 0px;
  }
  #top .business.flex div{
    width:calc(50% - 10px);
  }
  #top .business.flex div{
    margin-bottom:20px;
  }
}
@media (max-width: 425px) {
  #top #main_container .business{
      margin:60px 0;
  }
  #top .business.flex {
      padding-left: 0;
      padding-right: 0;
  }
  #top .business.flex div{
      transform: skewX(0deg);
      width: calc(50% - 5px);
  }
  #top .business.flex div h4,
  #top .business.flex div p {
      transform: skewX(0deg);
  }
  #top .business.flex div p{
      transform: skewX(0deg);

  }
}

@media (min-width: 665px) and (max-width: 768px){
   #top .business.flex div img{
    min-width: 344px;
    margin-left: -172px;
   }
}

@media (max-width: 768px){
   #top .container.mt40 .left.w75{max-width:75%!important; width:75%!important;}
   #top .container.mt40 .right.w15{max-width:20%!important; width:20%!important;}
   #top .container.mt40 .left.w75 small.w90{max-width:calc(100% - 1em)!important; width:calc(100% - 1em)!important;}
}
@media (max-width: 480px){
   #top .container.mt40 .left.w75{margin-top:2em; margin-bottom:2em;}
}
@media (max-width: 375px){
   #top .container.mt40 .left.w75{order: 2; max-width:100%!important; width:100%!important;}
   #top .container.mt40 .right.w15{order: 1; max-width:100%!important; width:100%!important;}
   #top .container.mt40 .right.w15 img{max-width:50%!important; width:100%!important;}
}

/*top slider*/
#top-catch {
    width:100%;
    height: 490px;
    min-width: 320px;
    overflow: hidden;
    position: absolute;
    top:0;
    margin-bottom: 40px;
    background:#3c763d;
    border-bottom: #101f11 solid 5px;
}
#top-catch .item {
    overflow: hidden;
}
#top-catch .item img {
    width: 100vw;
    height: 100%;
    margin: 0 auto;
    max-width: initial;
    min-width: 320px;
    object-fit: cover;
    object-position:center;
    transition:0.8s;
}
#top-catch .slick-slider,
#top-catch .slick-track,
#top-catch .carousel-fade .carousel-inner {
    height: 100%;
}

#top-catch .slick-slider{
    opacity: 0;
    transition: opacity .3s linear;
}
#top-catch .slick-initialized{
    opacity: 1;
}
body#top #top-catch {
    width:100%;
    height: 100vh;
    min-width: 320px;
    overflow: hidden;
    position: absolute;
    top:0;
    margin-bottom: 40px;
    background:#3c763d;
}
body#top #top-catch .item {
    overflow: hidden;
}

body#top #top-catch .item img {
    width: 100vw;
    /*height: 100vh;*/
    margin: 0 auto;
    max-width: initial;
    min-width: 320px;
    object-fit: cover;
    object-position:center;
    transition:0.8s;
}

body#top #top-catch .carousel-fade .carousel-inner {
    height: 100%;
}

body#top .img_overlay {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
}

body#top #top-catch a:hover .img_overlay {
    background: none;
    backface-visibility: hidden;
    transition: all .8s;
}

body#top #top-catch .img_overlay h2 {
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    margin: 0;
    padding: 0;
    font-size: 2vw;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
}

body#top #top-catch .img_text {
    position: absolute;
    bottom: 1.5em;
    right: 5%;
    color: #FFFFFF;
    width: auto;
}

body#top #top-catch .item:first-child .img_text {
    position: absolute;
    bottom: 1.5em;
    right: 5%;
    color: #FFFFFF;
    width: 21em;
}

body#top #top-catch .img_text storong {
    font-size: 14px;
    display: block;
    margin-bottom: 0.5em;
}

body#top #top-catch .img_text small {
    font-size: 11px;
    display: block;
}

#pagetitle{
  display: flex;
  justify-content: center;
  align-items: center;
  color:#FFF;
  height: 100%;
  padding:0 1em;
}
#pagetitle h1{
  width:100%;
  text-align:center;
  font-weight:bold;
  font-size:4em;
  margin: 0 0 30px 0;
  text-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
  transition: unset;
}
#pagetitle strong{
  width:100%;
  text-align:center;
  display: inline-block;
  font-weight:bold;
  font-size:1.5em;
  text-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
}

@media screen and (max-width: 840px) {
    #top-catch .item img {
       /*width:auto;*/
       height:490px;
       object-fit: cover;
    }
}

@media screen and (min-width: 769px){
    #top-catch{
        margin: 0 auto;
        margin-bottom: 40px;
    }
    body#top #top-catch{
        max-height: 100vh;
        margin: 0 auto;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    #top-catch{
       margin: 0 auto;
       margin-bottom: 30px;
    }
    body#top #top-catch{
       margin-bottom: 20px;
    }
}

@media screen and (max-width: 525px) {
    #top-catch .item img {
       /*width:auto;*/
       height:490px;
    }
    #pagetitle h1{
      font-size:11vw;
    }
    #pagetitle strong{
      font-size:4vw;
    }
}

/*include-parts*/

/*contents*/

body#contents .container-top {
    padding: 50px 10px 34px 10px;
}

body#contents .container-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: box;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

body#contents .container-top ul li {
    -webkit-flex-grow: 1;
    /* Safari */
    flex-grow: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    width: 100%;
    max-width: 90%;
    position: relative;
    margin: 0 2px;
}

body#contents .container-top ul li:first-child {
    margin-left: 0;
}

body#contents .container-top ul li:last-child {
    margin-right: 0;
}

body#contents .container-top ul li a {
    border-radius: 0;
    box-shadow: none;
    background: #EEEEEE;
    border-bottom: solid 5px #475959;
    font-weight: bold;
    color: #475959;
    border-radius: 4px;
}

body#contents .container-top ul li a:after {
    content: "";
    width: 15px;
    height: 0;
    margin: 0 auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 10px solid #475959;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

body#contents .container-top ul li a:hover {
    border-bottom-color: #EB0C00;
    color: #EB0C00;
    color: #FFFFFF;
    background: #FF3126;
    backface-visibility: hidden;
    transition: 0.3s;
}

body#contents .container-top ul li a:hover:after {
    border-top: 10px solid #EB0C00;
}

body#contents .container-top ul li a.btn {
    font-size: 18px;
    padding-left: 3px;
    padding-right: 3px;
}

body#contents .container-top ul li a.btn small {
    font-size: 80%;
}

#contents02 .section-cont .main a,
#contents03 .section-cont .main a {
    color: #D01C1C;
    padding-left: 18px;
    background: url(../img/common/li-arrow.png) 0 0.3em no-repeat;
    display: block;
    line-height: 1.5;
}
.container-main section div {
    max-width: 1000px;
    min-width: 300px;
    padding: 0 10px;
    margin: 0 auto;
}

@media (max-width: 480px) {
    .container-main section div.main {
        padding: 0 0px;
    }

    .container-main section div.movie {
        padding: 0 0px;
    }

    .icon-left-r:after {
        padding-left: 0.1em;
    }
}

.container-main section.contents-box {
    clear: both;
    border-top: solid 1px #EEEEEE;
    padding-top: 10px;
    padding-bottom: 30px;
    overflow: hidden;
}

.container-main section div.section-ttl strong {
    color: #AAAAAA;
}

.container-main section div.section-ttl h2 {
    font-weight: bold;
    text-align: center;
    font-size: 27px;
    line-height: 1.4;
    margin: 45px 0 60px 0;
}

@media screen and (max-width: 425px) {
    .container-main section div.section-ttl h2 {
        font-size: 19px;
        line-height: 1.6;
        margin: 30px 0;
    }
}

.container-main section div.section-ttl h2 strong {
    color: #EB0C00;
}


/*contents01*/

body#contents .container-main section.contents-box:first-child {
    border-top: none;
}


/*contents02*/

section.contents02 div.section-ttl h2 strong {
    color: #519044;
}

section.contents02 .section-cont .main h3 {
    color: #519044 !important;
}


/*contents03*/

section.contents03 div.section-ttl h2 strong {
    /*color:#465959;*/
    color: #000000;
}


/*contents04*/

section.contents04 div.section-ttl h2 strong {
    color: #337ab7;
}

section.contents04 div.subimg {
    margin: 2em 0 0 0;
    padding: 0;
    overflow: hidden;
    min-width: initial;
}

section.contents04 div.subimg div {
    width: 46%;
    float: left;
    margin: 0 0 1em 0;
    padding: 0;
    border-radius: 5px;
    font-size: 13px;
    min-width: initial;
}

section.contents04 div.subimg a {
    overflow: hidden;
    display: block;
    margin-bottom: 0.5em;
}

section.contents04 div.subimg a img {
    border-radius: 5px;
}

section.contents04 div.subimg div:first-child {
    margin-right: 5%;
}

@media (max-width: 729px) {
    section.contents04 div.subimg {
        display: none;
    }

    section.contents04 div.subimg div {
        width: 100%;
        min-width: initial;
    }

    section.contents04 div.subimg a {
        margin-right: 0;
    }
}


/*photo1 width*/

.contents01 .photo-wrap ul.flex li {
    width: 17.5%;
    /* トリミングしたい枠の幅 */
}

.contents01 .photo-wrap ul.flex li:nth-child(1),
.contents01 .photo-wrap ul.flex li:nth-child(2) {
    width: 50%;
}

.contents01 .photo-wrap ul.flex li:nth-child(1):before,
.contents01 .photo-wrap ul.flex li:nth-child(2):before {
    padding-top: 55%;
    /* 高さを幅の44%に固定 */
}

.contents01 .photo-wrap ul.flex li:nth-child(5),
.contents01 .photo-wrap ul.flex li:nth-child(10) {
    width: 30%;
}


/*photo2 width*/

.contents02 .photo-wrap ul.flex li {
    width: 50%;
    /* トリミングしたい枠の幅 */
}

.contents02 .photo-wrap ul.flex li:nth-child(1),
.contents02 .photo-wrap ul.flex li:nth-child(2) {
    width: 50%;
}

.contents02 .photo-wrap ul.flex li:nth-child(1):before,
.contents02 .photo-wrap ul.flex li:nth-child(2):before {
    padding-top: 52%;
    /* 高さを幅の44%に固定 */
    padding-top: 0;
    /* 高さを幅の44%に固定 */
}

.contents02 .photo-wrap li a small {
    color: #000000;
}


/*photo3 width*/

.contents03 .photo-wrap ul.flex li {
    width: 50%;
    /* トリミングしたい枠の幅 */
}

.contents03 .photo-wrap ul.flex li:nth-child(1),
.contents03 .photo-wrap ul.flex li:nth-child(2) {
    width: 50%;
}

.contents03 .photo-wrap ul.flex li:nth-child(1):before,
.contents03 .photo-wrap ul.flex li:nth-child(2):before {
    padding-top: 52%;
    /* 高さを幅の44%に固定 */
}


/*photo4 width*/

.contents04 .photo-wrap ul.flex li {
    width: 17.5%;
    /* トリミングしたい枠の幅 */
}

.contents04 .photo-wrap ul.flex li:nth-child(1),
.contents04 .photo-wrap ul.flex li:nth-child(2) {
    width: 50%;
}

.contents04 .photo-wrap ul.flex li:nth-child(1):before,
.contents04 .photo-wrap ul.flex li:nth-child(2):before {
    padding-top: 55%;
    /* 高さを幅の44%に固定 */
}

body#contents .section-cont .main h3 {
    font-weight: bold;
    font-size: 20px;
    color: #EB0C00;
}

body#contents .section-cont .main p {
    line-height: 1.6;
}

body#contents .section-cont .movie a {
    display: block;
    margin-bottom: 0.5em;
}

body#contents .section-cont .movie img {
    min-width: 100%;
    border-radius: 5px;
}

body#contents #contents02 .section-cont .movie {
    display: block;
}

body#contents #contents02 .section-cont .movie a {
    float: left;
    width: 40%;
}

body#contents #contents02 .section-cont .movie a:first-child {
    margin-left: 6%;
    margin-right: 10%;
}

body#contents #contents02 .section-cont .movie span {
    clear: left;
    display: block;
    text-align: center;
}

.icon-start {
    position: relative;
    margin: 0;
    padding: 0;
}

.icon-start:after {
    content: url(../img/common/icon-start_w.png);
    position: absolute;
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    display: block;
    margin-left: -24px;
    margin-top: -24px;
}

.icon-start:hover:after {
    backface-visibility: hidden;
    content: url(../img/common/icon-start.png);
    transition: 0.3s;
}

.icon-start:hover {
    backface-visibility: hidden;
    opacity: 0.9;
    transition: 0.3s;
}

@media (max-width: 950px) {
    .section-cont .main p .hidden-xs {
        display: none;
    }
}

@media (min-width: 729px) {
    .section-cont .main {
        float: left;
        max-width: 65%;
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

    .section-cont .movie {
        float: right;
        max-width: 30%;
        min-width: 30%;
        margin: 0;
        padding: 0;
        font-size: 13px;
    }
}

@media (max-width: 1020px) {
    .container-top .visible-xs {
        display: block !important;
    }

    body#contents .container-top ul li a.btn {
        font-size: 12px;
    }
}

@media (max-width: 1000px) {}

@media screen and (max-width: 425px) {
    .container-top ul li a.btn {
        font-size: 10px;
    }

    body#contents .container-top ul li a.btn {
        font-size: 10px;
    }
}

@media screen and (max-width: 728px) {

    .contents01 .photo-wrap ul.flex li:nth-child(1),
    .contents01 .photo-wrap ul.flex li:nth-child(2) {
        width: 100%;
    }

    .contents02 ul.photo.flex {
        display: block !important;
    }

    .contents02 .photo-wrap ul.flex li:nth-child(1),
    .contents02 .photo-wrap ul.flex li:nth-child(2) {
        width: 100%;
    }

    .contents03 ul.photo.flex {
        display: block !important;
    }

    .contents03 .photo-wrap ul.flex li:nth-child(1),
    .contents03 .photo-wrap ul.flex li:nth-child(2) {
        width: 100%;
    }

    .contents04 .photo-wrap ul.flex li:nth-child(1),
    .contents04 .photo-wrap ul.flex li:nth-child(2) {
        width: 100%;
    }
}


/*about*/
#about #main_container .flex{
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center; 
}

#about .btn_wrap{
    padding-left:0;
    margin-bottom: 0;
}
#about .btn_wrap li{
    margin-bottom: 20px;
    border: solid 2px #5ABDC7;
    border-radius: 5px;
    padding: 30px 25px;
    text-align: center;
    justify-content: center;
    color: #1F1F1F;
    font-weight: bold;
    font-size: 22px;
    min-width: 410px;
}
#about .btn_wrap li.btn:after{
    background:none;
}
#about .btn_wrap li:last-child{
    margin-bottom: 0px;
}
#about .img_wrap{
    text-align: center;
}


@media (max-width: 768px){
    #about .btn_wrap{
        margin-bottom:40px;
    }
    #about .btn_wrap li{
       min-width: auto;
    }
}
@media (max-width: 425px){
    #about .btn_wrap li{
       min-width: auto;
       font-size: 18px;
       padding: 20px 15px;
    }
}

#about #main_container .flex img{
    height:auto;
}

/*history*/
#history .table  tbody tr th {white-space: nowrap;}
#history .table > tbody > tr > th {
        white-space:nowrap;
}


/*organization*/
#organization .table > tbody > tr > th {
        white-space:nowrap;
        text-align: center;
}


/*calendar*/
#calendar .OK{
        color:#3e7740;
}
#calendar .NG{
        color:#a94442;
}
#calendar iframe{width: calc(100%)!important; height: 580px!important;}

/*news 詳細*/

#news #anker01 {
    position: relative;
}
#news #news_contents{
	min-height:20em;
}

#news #news_contents a {
    color: #106C99;
}

#news #news_contents p {
    font-size: 1.2em;
    /*margin: 0;
    margin-bottom: 1em;*/
}

#news #news_contents {
    word-break: break-all;
    margin-bottom: 2em;
    overflow: hidden;
}

.up_date {
    padding: 1em 0;
    font-size: 1em;
    margin-bottom: 40px;
    color: #440300;
    width: 100%;
}

#news_contents img {
    /*height: auto!important;*/
}
#body_contents{
    margin-bottom: 50px;
}

/*news 詳細 レイアウト*/

.imgbox-up {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.imgbox-up img {
    margin-right: 2%;
    width: 32%;
    height: 100% !important;
}

.imgbox-up img:last-child {
    margin-right: 0;
}

.imgbox-up a {
    margin-right: 2%;
    width: 32%;
    height: 100% !important;
    display: block;
}

.imgbox-up a:last-child {
    margin-right: 0;
}

.imgbox-up img {
    width: 100%
}

.imgbox-down {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
}

.imgbox-down img {
    margin-right: 2%;
    width: 32%;
    height: 100% !important;
}

.imgbox-down img:last-child {
    margin-right: 0;
}

.imgbox-down a {
    margin-right: 2%;
    width: 32%;
    height: 100% !important;
    display: block;
}

.imgbox-down a:last-child {
    margin-right: 0;
}

.imgbox-down a img {
    width: 100%
}

.imgbox-left {
    float: left;
    width: 35%;
}

.imgbox-left img {
    margin-bottom: 1em;
    height: 100% !important;
}

.imgbox-left img:last-child {
    margin-bottom: 0;
}

.imgbox-left a {
    margin-bottom: 1em;
    height: 100% !important;
    display: block;
}

.imgbox-left a:last-child {
    margin-bottom: 0;
}

.imgbox-left a img {
    width: 100%
}

.textbox-left {
    width: 100%;
}
.textbox-left #body_contents{
    margin-left: calc(35% + 2em);
}

.imgbox-right {
    float: right;
    width: 35%;
}

.imgbox-right img {
    margin-bottom: 1em;
    height: 100% !important;
}

.imgbox-right img:last-child {
    margin-bottom: 0;
}

.imgbox-right a {
    margin-bottom: 1em;
    height: 100% !important;
    display: block;
}

.imgbox-right a:last-child {
    margin-bottom: 0;
}

.imgbox-right a img {
    width: 100%
}

.textbox-right {
    width: 100%;
}
.textbox-right #body_contents{
    width: calc(65% - 2em);
    float: left;
}

.flex.column2 img {
    width: 50%;
}

.flex.column3 img {
    width: 33.3333333333%;
}

.flex.left {
    justify-content: flex-start;
}

.flex.right {
    justify-content: flex-end;
}

.flex.center {
    justify-content: center;
}

.flex.space-btween {
    justify-content: space-btween;
}

.flex.left img {
    padding-left: 0.5em;
}

.flex.left img:first-child {
    padding-left: 0em;
}

.flex.right img {
    padding-right: 0.5em;
}

.flex.right img:first-child {
    padding-right: 0em;
}

#news .content img {
    border-radius: 5px;
}

.press_info {
    border: #CCC solid 2px;
    padding: 1em;
    margin-top: 2em !important;
}

.press_info a {
    display: inline-block;
}

@media screen and (min-width:1000px) {
    #news #anker01 {
        margin-top: 8em;
    }
}

@media screen and (max-width: 425px) {

    .imgbox-up a,
    .imgbox-down a,
    .imgbox-left a,
    .imgbox-right a {
        width: 100%;
        height: auto% !important;
        margin-right: 0;
        margin-bottom: 1em;
    }

    .imgbox-left {
        width: auto;
        margin-bottom: 2em;
    }

    .textbox-left {
        width: 100%;
        margin-left: 0;
    }

    .textbox-left #body_contents{
        width: 100%;
        float: none;
        margin:0;
    }

    .imgbox-right {
        width: auto;
        margin-bottom: 0;
        margin: 1em auto;
        float: none;
    }
    .imgbox-right a{
        text-align: center;
    }

    .textbox-right {
        width: 100%;
        margin-right: 0;
    }

    .textbox-right #body_contents{
        width: 100%;
        float: none;
        margin: 0 0 50px 0;
    }

    .flex.column1,
    .flex.column2,
    .flex.column3 {
        display: block;
    }

    .flex.column2 img,
    .flex.column3 img {
        width: 100%;
        height: auto !important;
        padding-left: 0;
        padding-right: 0;
    }
    .imgbox-right a img{
        max-width:100%;
        width:auto;
    }
}

@media screen and (max-width: 768px) {
    .up_date {
        margin-bottom: 2em;
        margin-top: 0;
        padding-top: 0;
    }

    #news #news_contents p {
        /*font-size: 13px;*/
        font-size: 1.1em;
    }

    .navigation {
        margin: 0 auto;
        ;
        width: 100%;
    }

    .cruise-news {
        margin-top: 1em !important;
    }

    .navigation a,
    .navigation span {
        font-size: 13px;
        padding: 5px !important;
        height: 10px;
        min-height: 30px;
        min-width: 35px;
        margin-right: 0.5em;
    }

    .navigation a[title="next page"],
    .navigation a[title="previous page"],
    .navigation a[title="last page"],
    .navigation a[title="first page"] {
        display: block;
    }

    .navigation a[title="last page"] {
        display: none;
    }

    .navigation a[title="next page"] {
        margin-right: 0;
    }
}

/* sideber flag------- */
article.flex aside{
    max-width: 260px;
}
@media (max-width: 768px){
    article.flex aside{
        display:none;
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px;
        width:100%;
        max-width:100%;
    }
}

/*sitemap*/
body#sitemap #main_container ul{
    margin: 0;
    padding: 0 1em 0 0;
    list-style:none;
    width:48%;
}
body#sitemap #main_container li{
    display: block;
    padding: 0;
    width: 100%;
}
body#sitemap #main_container ul.sitemap_list > li{
    margin-bottom:1em;
}
body#sitemap #main_container li:last-child{
    /*border:none;*/
}
body#sitemap #main_container li a{
    position: relative;
    display: block;
    padding: 10px 0 10px 12px;
    width: 100%;
    cursor: pointer;
    font-weight: bold;
    font-size:1.2em;
    color:#440000;
}
body#sitemap #main_container a:before{
    position: absolute;
    content: "";
    top: 50%;
    left:0;
    width: 14px;
    height: 16px;
    margin-top: -0.35em;
    background-size: cover;
    background: url(../img/common/icon-right-arrow-6.png) top left no-repeat;
}
body#sitemap #main_container li a:hover{
    text-decoration:none;
    color: #75C8D1;
    outline: none;
}

body#sitemap #main_container li > ul{
    width: 100%;
}
body#sitemap #main_container li > ul li{
    border-bottom:dotted 1px #DDD;
}
body#sitemap #main_container li > ul li a{
    font-size:1em;
    margin-left:1em;
    color:#333;
    font-weight: 500;
}

/*404*/

body#notfound #page-ttl {
    width: 100%;
}
body#notfound .page-ttl2 {
        text-align: center;
}
body#notfound .container-top .content {
    background: #FFF;
    color: #000;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    padding: 30px 3.125vw 30px 3.125vw;
}

body#notfound .container-top .content a {
    color: #0E5F85;
}

body#notfound .container-top .content hr {
    color: #59BDC6;
    border: none;
    margin: 25px 0;
    height: 1px;
    background: #106D9A;
}

@media (max-width: 768px) {
    body#notfound .container .btn{
       width:100%!important;
       max-width: 100%!important;
    }
}
@media (min-width: 1000px) {
    body#notfound .container-top .content {
        margin: 0 25px 1em 25px;
        font-size: 1.1em;
        padding: 30px;
    }

    body#notfound .page_title_wrap small {
        padding: 0px 0 60px 25px;
        margin-top: -10px;
    }
}

/*lazy load*/

.container-main {
    display: none
}

/*contact*/

#contact .container-top h2.sub-ttl {
    padding-bottom: 25px;
}
#contact .orange{
    color:#FF5B26;
}
#contact .table2 th {
    color: #333333;
    position: relative;
    max-width: 15em;
}
#contact .table2 td {
    width: 70%;
}
#contact .contactButton{
	border-radius: 100px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	line-height: 2;
	outline: none;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	color:#FFFFFF;
	border: none;
	padding: 10px 10px;
	display: block;
	margin: 0 auto 50px auto;
	background: linear-gradient(#3F5A9E, #364D89);
	box-shadow:2px 2px 2px #999999;
}
#contact .contactButton:hover {
	background-color: #FF0000 !important;
	color: #fff !important;
	text-decoration:none !important;
}
#contact .container-top dl.dl-table:last-child {
	margin-bottom: 50px;
}

#contact .contents_wrap1 + .button_area{
	margin: 50px auto 0 auto;
	display: flex;
	justify-content: center;
	max-width:80%;
}
#contact .tel-fax{
	background: #FFFFFF;
	padding: 20px;
	border: solid 1px #EEEEEE;
	border-radius: 2px;
	width:100%;
	margin-bottom: 50px;
}
#contact .tel-fax .c_wrap{
	justify-content: center;
}
#contact .tel-fax svg{
	color: #1D5496;
	width: auto!important;
	height: 32px!important;
	vertical-align: text-bottom;
	margin-right: 10px;
}
#contact .tel-fax a{
	color: #1D5496;
	font-weight: bold;
	font-size: 1.6em;
	margin:0 1em 0.5em 1em;
}
#contact .tel-fax p{
	margin:0;
	font-size: 1.2em;
}
#contact .tel-fax svg .st0{
	fill:#1D5496;
}
@media screen and (max-width: 768px) {
	#contact .table2 tbody{
		display: grid;
	}
	#contact .table2 th {
		max-width:100%;
	}
	#contact .table2 td {
		width:100%;
	}
}

/*フォーム関連*/
#contact form input,
#contact form textarea{
	border-radius:5px;
	width:100%;
	font-size:;
	border:1px solid #CCCCCC;
	padding:0.75em 1em;
	margin:0.5em 0;
}
#contact form input[name="お名前(貴社名)"],
#contact form input[name="フリガナ(貴社名)"],
#contact form input[name="ご担当者名"],
#contact form input[name="フリガナ(ご担当者名)"],
#contact form input[name="お電話番号(携帯)"]{
	width:70%;
}
#contact form input[name="郵便番号"]{
	width:30%;
}
#contact .table2 tr:last-child th{
	vertical-align: top;
	padding-top: 3em;
}
#contact form .necessary{
	border-radius:3px;
	background:#FF5B26;
	padding:0.1em 0.75em;
	color:#FFFFFF;
	position: absolute;
	right:0;
}
#contact form [type="submit"]{
	border-radius: 100px;
	transition:.3s;
}
#contact form [type="reset"]{
	background: none;
	border: none;
	margin-left: auto;
	margin-right: 0;
	margin-top:2em;
	margin-bottom:4em;
	width: auto;
	display: block;
	color: #3b5494;
}

#contact form [type="reset"]:hover{
	color:#FF0000;
	transition:.3s;
}
#contact form [type="submit"]:active:focus,
#contact form [type="submit"]:active,
#contact form [type="submit"]:hover{
	border-radius: 100px;
	transition:.3s;
	background: linear-gradient(#3F5A9E, #364D89);
	outline:none;
}
#contact .button_area button{
	margin: 0 20px 25px 25px;
}
#contact .button_area button.back{
	background:#475959;
}
#contact .button_area button.back:hover{
	background:#607171 !important;
}
#contact .button_area button.back:before{
	content: url("../img/common/li-arrow_w_r.png") !important;
	margin-right:5px;
}
#contact .button_area button.back:after{
	display:none
}
#contact input#InputZip{
	width:10em;
	display:inline-block;
}
#contact input#InputZip01{
	width:4em;
	display:inline-block;
}
#contact input#InputZip02{
	width:5em;
	display:inline-block;
}
#contact select.state{
	width:auto;
}
#contact input#InputZip,
#contact .state,
#contact .address{
	margin-bottom:14px;
}

@media (max-width: 768px) {
	#contact form .necessary{
		position:relative;
		margin-left:1em;
	}
}

@media (min-width: 729px) {

	#contact .container-top h2.sub-ttl {
		padding-bottom:50px;
	}
	#contact .container-top dl.dl-table{
		display:table;
		width:100%;
		padding:0 10px 25px 10px;
		margin:0;
	}
	#contact .container-top dl.dl-table dt,
	#contact .container-top dl.dl-table dd{
		display: table-cell;
		font-size: 16px;
	}
	#contact .container-top dl.dl-table dt{
		width:25%;
	}
	#contact .container-top dl.dl-table dd{
		width:75%;
	}
	#contact .container-top dl.dl-table:last-child{
		margin-bottom:75px;
	}
	#contact .container-top dl.dl-table .must{
		color:#EB0C00;
	}
	#contact .contactButton{
		font-size: 20px;
		max-width:20em;
	}

	/*フォーム関連*/
	#contact #formWrap .container-top p {
		padding-bottom: 50px;
	}
	#contact #formWrap .button_area button{
		display:inline-block;
		max-width: 10em;
		margin: 0 0.5em 50px 0.5em;
	}
	section.container-top.thanks {
		text-align: center;
	}
}

@media print {

    /**
	 * Bootstrap Print v1.0.0 (https://github.com/onocom/bootstrap-print)
	 * Copyright (c) 2017 Ono Takashi
	 * Licensed under MIT (https://github.com/onocom/bootstrap-print/blob/master/LICENSE)
	 */
    @page {
        margin: 0mm 0mm 0mm 0mm;
        padding: 5mm 0 5mm 0;
    }

    * {
    }

    html {
        overflow: visible !important;
        zoom: 0.95 !important;
        margin: 0 auto;
        font-size: 10px;
    }

    body {
        min-width: 1240px !important;
        min-width: 1000px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    main {
        padding-top: 0;
    }

    .pc {
        display: inline-block;
    }

    .sp {
        display: none;
    }

    header {
        position: relative;
        top: 0;
    }

    .header-pc {
        display: block;
        overflow: hidden;
        float: right;
    }

    .header-sp {
        display: none;
    }

    .footer-pc {
        display: block;
    }

    .footer-sp {
        display: none;
    }

    header .mainmenu {
        display: none;
    }

    .pagetop3 {
        display: none !important;
    }

    #top-catch .item {
        max-height: 200px;
    }

    #top-catch .item a {
        max-height: 100%;
    }

    #top #top-catch .item {
        max-height: 100%;
    }

    #top-catch #c1 .other_parts1,
    #top-catch #c2 .other_parts1 {
        left: 50%;
        margin-left: -500px;
    }

    #top-catch #c1 .other_parts1 {
        bottom: -80px;
    }

    body#top #top-catch .item img {
        height: 100%;
    }

    body#top #top-catch .item img.pc {
        display: block !important;
    }

    body#top #top-catch .item img.sp {
        display: none !important;
    }

    #pa #page-ttl {
        margin: -1.8rem 0 0 0;
    }

    footer .contact-area.footer-pc {
        max-width: 890px;
        max-width: inherit;
    }

    footer .footer_menu {
        padding: 13px 20px;
    }

    footer .foot-logo {
        padding: 23px 17px;
        padding: 17px 17px;
    }

    footer .foot-logo a {
        margin: 0 auto 0 0;
    }

    footer .copyright {
        font-size: 14px;
        text-align: left;
    }

    .footer-pc {
        display: block;
    }

    .footer-sp {
        display: none;
    }

    .page_title_wrap small {
        margin: -1.8vh 0 0 0;
    }

    .container-top .sub2-ttl {
        display: block;
        width: 100%;
    }
}

@media print and (max-width: 999px) {
    .foot-logo {
        zoom: 0.8;
    }

    footer .contact-area.footer-pc .btn-webinquiry {
        right: 40px;
    }

    footer .contact-area.footer-pc {
        padding: 17px 300px 17px 17px;
    }

    /*main section.container-top .inner .col2 p{font-size:16px!important;}*/
    .pagetopmenu a {
        zoom: 0.9;
    }

    .page_title_wrap {
        zoom: 0.9;
        bottom: -2em;
    }

    .col2 > div {
        zoom: 0.9;
    }

    a.link1 {
        font-size: 18px;
    }

    h4 {
        font-size: 15px;
    }
}

#newsctg01 {
    padding: 1em 20px;
}

#newsctg01 .flex div {
    width: 32%;
}

#newsctg01 .flex div a {
    display: block;
    padding: 1em 20px;
    margin-bottom: 1em;
    text-align: center;
    background: #f4faff;
    color: #106C99;
    font-size: 17px;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px;
}

#newsctg01 .flex div a:hover {
    background: #FFFF00;
    text-decoration: none;
}

@media screen and (max-width: 999px) {
    #newsctg01 {
        padding: 1em 0;
    }

    #newsctg01 .flex div {
        width: 49%;
        margin: 0;
    }

    #newsctg01 .flex div a {
        text-align: left;
        font-size: 13.9px;
        margin-bottom: 0.5em;
    }

    #newsctg01 .flex div a:before {
        content: '●';
    }
}

@media screen and (max-width: 768px) {
    #newsctg01 .flex div {
        width: 100%;
        margin: 0;
    }
}


/*改ページ設定*/

img,
a,
.pc,
.btn,
.text,
.point,
.point2 {
    page-break-inside: avoid !important;
}

.flex div {
    page-break-inside: avoid !important;
}

footer .banner_area {
    page-break-inside: avoid !important;
}

img.my_svg1,
img.my_svg2,
img.my_svg3 {
    width: auto !important;
}


/*chromeのみ*/

@media print and (-webkit-min-device-pixel-ratio:0) and (max-width: 999px) {
    .page_title_wrap {
        margin-top: -1.5vh;
    }
}


/*画像のシャープ化（暫定）*/

img {
    /*image-rendering: -moz-crisp-edges;*/
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    /*image-rendering: -webkit-auto;*/
    /* Webkit (非標準の名前) */
    /*image-rendering: crisp-edges;*/
    /*-ms-interpolation-mode: nearest-neighbor;*/
    /* IE (非標準プロパティ) */
    -ms-interpolation-mode: bicubic;
    width: 100%;
    height: auto;
}

a:focus,
*:focus,
input:focus {
    outline: none;
}


/*横スクロール*/

.x-scroll {
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

br.print {
    display: none;
}

@media print {
    body#top #top-catch .item img {
        min-width: 1980px;
        -webkit-print-left: -32.5%;
    }

    @media print and (-webkit-min-device-pixel-ratio:0) {
        body#top #top-catch .item img {
            left: -32.5%;
        }
    }
}

footer .banner_area li {
    display: block;
    will-change: contents;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*outline:solid 1px;*/
}

footer .banner_area li a {
    will-change: contents;
    display: block;
}

footer .banner_area li a img {
    height: 100%;
    min-width: 90px;
}

footer .banner_area li.pc{
    display:block!important;
}
footer .banner_area li.sp{
    display:none!important;
}

@media (min-width: 729px) {
    footer .banner_area li {
        width: 15%;
    }
}

@media (max-width: 728px) {
    footer .banner_area li:nth-child(3) {
        width: 30%;
    }
    footer .banner_area li.pc{
        display:none!important;
    }
    footer .banner_area li.sp{
        display:block!important;
    }
}
@media (max-width: 425px) {
    footer .banner_area li:nth-child(3) {
        width: 46%;
    }
}

@media (orientation:landscape){
    article.flex section.main-content {
      width:95%;
    }
}

@media print {
    div[style="opacity: 0;"] {
        opacity: 1 !important;
    }

    #traffic-list li {
        font-size: 10px;
    }
}

@media screen {
    img {
        transition: filter 0.5s;
    }

    img.lazyestload {
        width: 100%;
        min-height: 100%;
        filter: alpha(opacity=20);
        position: relative;
    }

    body#top #top-catch .item img.lazyestload {
        visibility: hidden;
    }

    img.lazyestload {
        transition: filter 0.3s !important;
    }

    img.lazyestload {
        width: 100%;
        filter: blur(3px);
    }

    svg:not(:root) {
        overflow: visible
    }

    @media (max-width: 768px) {
        body#top #top-catch:before {
            content: "";
            display: block;
            padding-top: 35%;/* 高さを幅の75%に固定 */
        }

        #c1,
        #c3{
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
        }
    }

    .mainmenu li a,
    .sp_main_menu li a {
        position: relative;
    }

    .close {
        position: relative;
        opacity: 0.8;
    }

    .close2:after {
        content: '終了しました。';
        font-size: 100%;
        color: #FFF !important;
        width: 100%;
        text-align: center;
        line-height: 1;
        margin-top: -.5em;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }


@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#top .slick-track{overflow:hidden; height: 100%;}
#top .slick-arrow{
	position:absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color: rgba(0,0,0,0);
	filter: alpha(opacity=50);
	opacity: .5;
	border:none;
	color: transparent;
	font-size: 0;
	padding:0;
}
#top .slick-arrow:hover{
	opacity: .9;
	transition: 0.3s;
}
#top .slick-prev{
	left: 0;
	right: auto;
}
#top .slick-next{
	right: 0;
	left: auto;
}
#top .slick-prev:before{
	content: url(../img/common/li-arrow_w_r.png);
}
#top .slick-next:before{
	content: url(../img/common/li-arrow_w.png);
}

.text-danger.box{
	background: red;
	color: #FFF;
	border-radius: 3px 3px 0px 0px;
	padding: 0.25em 0.75em;
}
.text-danger + span.box{
	background:#FFF;
	border:red 3px solid;
	border-radius: 3px;
	padding: 0.4em 0.4em;
	display:block;
	color:#2f0000;
}

@media (orientation: landscape){
      .is-mobile .header-pc ul.mainmenu li a span{
         font-size: 15px;
      }
}


.main-even{
  background:#407843;
}
#top .main-even h3{
  color: #FFFFFF!important;
}

.main-even:after{
    content:'';
    width: 100%;
    height: 50px;
    background: #f8d72c;
    background-size: 100vw auto;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%, 100% 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}


body{
    /* iPhone X iOS 11.1以下: Safe Aria内に配置 */
    padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
    /* iPhone X iOS 11.2以上: Safe Aria内に配置 */
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
    background-color:#000; /* Quick fix for the first problem */
}

/*========= 上部固定させるためのCSS ===============*/
#header_wrap{
  height: auto; /*高さ指定*/
  width:100%;/*横幅指定*/
  /*以下はレイアウトのためのCSS*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  color:#fff;
  text-align: center;
  padding: 10px 0 10px 20px;
  position:fixed;
  /* iPhone X iOS 11.1以下: Safe Aria内に配置 */
  padding: constant(safe-area-inset-right) constant(safe-area-inset-left + 20px);
  /* iPhone X iOS 11.2以上: Safe Aria内に配置 */
  padding: env(safe-area-inset-right) env(safe-area-inset-left + 20px);
}

/*JSを使いfixedクラスが付与された際の設定*/
#header_wrap.fixed{
  position: fixed;/*fixedを設定して固定*/
  z-index: 9999;/*最前面へ*/
  top:0;/*位置指定*/
  left:0;/*位置指定*/
  /*background:#4b764cd1;*/
  background:#3ea892bf;
  border-bottom:solid 1px #3ea892bf;
  /* iPhone X iOS 11.1以下: Safe Aria内に配置 */
  padding: constant(safe-area-inset-right) constant(safe-area-inset-left + 20px);
  /* iPhone X iOS 11.2以上: Safe Aria内に配置 */
  padding: env(safe-area-inset-right) env(safe-area-inset-left + 20px);
}


/*管理ページ　プレビュー設定*/
body#module_news{
  background:#FFF;
}
body#module_news #contents{
  margin: 0 auto 30px auto;
  width: calc(100% - 60px);
}

/*20240403*/
.info2024{margin:0 -1em;}
.info2024 > div{
	position: relative;
	overflow: hidden;
	width: calc(100% / 4 - 2em) !important;
	max-width: calc(100% / 4 - 2em) !important;
	border-radius: 5px;
}
.info2024 > div:nth-child(5),.info2024 > div:nth-child(6){
	width: calc(100% / 4 * 1.5 - 2em) !important;
	max-width: calc(100% / 4 * 1.5 - 2em) !important;
}
.info2024 a{cursor: pointer;}
.info2024 a:hover{
	color:inherit;
}
div.photo{
	overflow: hidden;
	position: relative;
}
div.photo img,
.info2024 > div img{
	position:relative;
	object-fit: cover;
	height: 100%;
}
.lity-content .photo small,
.info2024 > div small{
	position: absolute;
	transform: rotate(-41deg);
	right: calc(23px - 50%);
	bottom: 12px;
	text-align: center;
	background: #f8d932;
	padding: 0.5em 1em;
	width: calc(100% + 1em);
	font-weight: bold;
	color:#333;
}
#lity2.photo small,#lity4.photo small,#lity6.photo small,
.lity-content > div:nth-child(even) small,
.info2024 > div:nth-child(even) small{
	background: #3c763d;
	color:#FFFFFF;
}
.lity {
	background: rgb(2 13 11 / 95%) !important;
	z-index: 10000!important;
}
.lity-container {
	padding: 10px;!important;
}
.info2024 a{
	transition: all 0.3s ease-in-out;
	display: block;
	height: 100%;
}
.info2024 a:after{
	content:"　";
	font-size:10px;
	position: absolute;
	left: calc(23px - 50%);
	top: -20px;
	text-align: center;
	background: #f8d932;
	padding: 0.5em 1em;
	font-weight: bold;
	transform: rotate(-41deg);
	width: calc(0% + 0em);
}
.info2024 a:hover::after{
	animation: scaleUp 0.3s ease;
	width: calc(100% + 1em);
}
.info2024 > div:nth-child(even) a:hover::after{
	background: #3c763d;
}
@keyframes scaleUp {
 0% {width: calc(0% + 0em);}
 100% {width: calc(100% + 1em);}
}
@media (max-width: 768px) {
	.info2024 > div{
		width: calc(100% / 3 - 2em) !important;
		max-width: calc(100% / 3 - 2em) !important;
	}
	.info2024 > div:nth-child(5),.info2024 > div:nth-child(6){
		width: calc(100% / 3 * 2 - 2em) !important;
		max-width: calc(100% / 3 * 2 - 2em) !important;
	}
}
@media (max-width: 320px) {
	.info2024 > div{
		width: calc(100% / 2 - 2em) !important;
		max-width: calc(100% / 2 - 2em) !important;
	}
	.info2024 > div:nth-child(5),.info2024 > div:nth-child(6){
		width: calc(100% / 2 * 2 - 2em) !important;
		max-width: calc(100% / 2 * 2 - 2em) !important;
	}
}