a{
    text-decoration:none;
    transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    color:#000;
}
a:hover{
    text-decoration:none;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

a img {
    transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
}
a:hover img{
  opacity: 0.6;
    filter: alpha(opacity=60);
}
#footer-outer{
    font-family: "Yu Gothic", YuGothic,sans-serif;
}
.l-static{
    width: 980px;
    margin-left: auto;
    margin-right: auto;    
}
footer-inner{
    padding-bottom: 30px;
}
#footer-inner a{
    color:#000;
}
#footer-inner table{
    width: 100%;
    border-spacing : 10px 5px;
    border-collapse : separate;
    font-weight: bold;
}
#footer-inner table th{
    font-size: 18px;
    height:60px;
}
#footer-inner table td{
    vertical-align:top;
}
#footer-inner p.p-link{
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
}
#footer-inner .icon-area{
    margin-top: 50px;
}
#footer-inner .icon-area img{
    display: inline-block;
    margin-right: 20px;
}
#copyright{
    text-align: center;
    margin-top: 30px;
    font-size: 11px;
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.l-static{
    width: 980px;
    margin-left: auto;
    margin-right: auto;    
}
footer-inner{
    padding-bottom: 30px;
}
#footer-inner a{
    color:#000;
}
#footer-inner table{
    width: 100%;
    border-spacing : 10px 5px;
    border-collapse : separate;
    font-weight: bold;
}
#footer-inner table th{
    font-size: 18px;
    height:60px;
}
#footer-inner table td{
    vertical-align:top;
}
#footer-inner p.p-link{
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
}
#footer-inner .icon-area{
    margin-top: 50px;
}
#footer-inner .icon-area img{
    display: inline-block;
    margin-right: 20px;
}
#copyright{
    text-align: center;
    margin-top: 30px;
    font-size: 11px;
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
#footer-outer{
    background-color: #333333;
}
@media (min-width: 737px) {
    #contact #c-left{
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media screen and (max-width: 736px){
  .l-static {
      width: auto;
      margin-left: 20px;
      margin-right: 20px;
  }
  #contact #c-left{
      padding-left: 0px;
      padding-right: 0px;
  }
  #copyright{
      text-align: left;
      font-size: 12px;
      color: #333333;
  }
}

.menulist_box{
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
    width: 190px;
    color: #fff;
    font-size: 12px;
}

.menulist_box li{
    padding-top: 3px;
    padding-bottom: 3px;
    text-align:left;
}
.menulist_box .l-title{
    font-weight: bold;
    font-size: 15px;
}

#footer-inner p.p-link{
    color: #fff;
}
#footer-inner a{
    color: #fff;
}
#footer-inner #contact{
    background-color: #333333;
    color: #FFFFFF;
    padding: 80px 0;
}
#contact #c-left{
    border: none;
    text-align: left;
}
#contact #btn-contact{
    padding: 10px 20px;
    color: #000000;
    background-color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
    /* margin-bottom: 30px; */
}
#c-right{
    font-size: 14px;
    line-height: 1.428571429;        
    text-align: left;
}
#c-right p{
    margin: 0 0 10px;
}
        
    html{
        font-size: 10px;
    }
/*----------------------------------------
  Header
 -----------------------------------------*/
header{
    position: relative;
}
.hdr-inner{
    padding: 10px 50px 20px 50px;
    background-color: #fff;
    display: flex;    
    align-items: center;
}
.hdr.home {
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    transition: all 0.3s ease;
    width: 100%;
    z-index: 10;
}
@media screen and (max-width: 736px){
    .hdr.home {
        background-color: #fff;
    }
}

.hdr.home.scroll {
    background-color: #fff;
    /* border-bottom: 1px solid #b3b3b3; */
}

.hdr-menu{
/*    position:absolute;*/
    background-color: #333333;
    color:#fff;
    width:100%;
/*    top:-77px;*/
    /* z-index:9; */
}
.hdr-menu nav ul{
     text-align: center; 
     margin-bottom:0px;
}
.hdr-menu nav ul li{
    display: inline-block;
    margin: 10px 0px 10px 30px;
    border-right: 1px solid #fff;
}
.hdr-menu nav ul li a{
    font-weight: bold;
    font-size: 16px;    
    color: #fff;
    padding-right: 30px;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.fixed{
    position: fixed;
    top: 0;
    left: 0;
}

/* ハンバーガーメニュー */

.drawer-hamburger{
    width: 2rem;
}
.drawer--right .drawer-hamburger{
    right: 48px;
}

.drawer-nav{
    z-index:11;
    width:16.25rem;
    /* width:26.25rem; */
}
.drawer-menu{
    padding:10px;
    text-align: left;
}

.drawer-menu li{
    margin-bottom:10px;
    font-size:12px;
}
.drawer-menu li a{
    color:#000;
}
.drawer-menu li.menu-sec{
    font-weight:bold;
    font-size:15px;
    margin-top:20px;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 16.25rem;
    /* right: 26.25rem; */
}
.drawer--right .drawer-nav {
    right: -16.25rem;
    /* right: -26.25rem; */
}



#contents{
    padding-top:119px;    
}

	.main{
        padding-top: 118px;
    }
    @media screen and (max-width: 736px){
        .main{
            padding-top: 97px;
        }
    }
    header{
        font-family: "Yu Gothic", YuGothic,sans-serif;
    }
    .menu {
    position: relative;
    width: 100%;
/*    height: 50px;*/
/*    max-width: 1000px;*/
    margin: 0 auto;
    text-align: center;
}

/* .menu > li {
   float: left;
   width: 25%;  グローバルナビ4つの場合
   height: 42px;
    line-height: 42px;
   background: rgb(29, 33, 19);
} */

.menu > li a {
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    /* padding-right: 20px; */
/*    border-right: 2px solid #fff;*/
}
@media screen and (max-width: 1300px){
.menu > li a {
    font-size: 13px;
}
}
.init-bottom{
    border-right: 1px solid #fff;
}
.menu > li a:hover {
    color: #999;
}

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

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

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

.menu > li:hover {
    background: #072A24;
    -webkit-transition: all .5s;
    transition: all .5s;
}

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

.menu__second-level li a{
    padding: 0px;
    font-size: 12px;
}

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

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

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

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

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

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

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 40%;
    padding: 20px 2%;
    background: #333;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
    top: 40px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega:hover .menu__second-level {
    top: 40px;
    visibility: visible;
    opacity: 1;
}


li.menu__mega:hover .menu__second-level {
    top: 40px;
    visibility: visible;
    opacity: 1;
}


li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 49%;
    border: none;
    border-top: 1px solid #111;
}

li.menu__mega ul.menu__second-level > li:nth-child(2n+1) {
    margin: 0 2% 0 0;
}

.menu__mega{
    display: inline-block;
    /* margin: 10px 0px 10px 30px; */
    padding: 10px 0px 10px 20px;
/*    border-right: 1px solid #fff;*/
}
.menu__mega > a{
    padding-right: 20px;
}
@media screen and (max-width: 1300px){
.menu__mega{
    padding: 12px 0px 12px 8px;
}
.menu__mega > a{
    padding-right: 12px;
}
}

.menu > li.menu__single {
    display: inline-block;
/*    margin: 10px 0px 10px 30px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
/*    border-right: 1px solid #fff;*/
    position: relative;
}

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

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

.hdr-menu{
    position: fixed;
}
    .bnr-corona{
        color: #ffffff;
        background-color: #0066b3;
        font-size: 18px;
        padding: 10px 20px;
        text-align:center;
    }
    .bnr-corona i{
        font-size: 24px;
        margin-right: 10px;
    }
    @media screen and (max-width: 736px){
        .bnr-corona{
            font-size: 14px;
        }
    }
.row {
    margin-right: auto;
    margin-left: auto;
}

.ContactBtn{
    display: flex;
    background-color: #4AB9E9;
    padding: 10px 20px;
    border-radius: 3px;
    width: 210px;
    color: #fff !important;
    gap: 30px;
    margin-left: auto;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}

.ContactBtn .mail{
    width: 28px;
}

.ContactBtn {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

/* .menu__mega{
    position: relative;
} */

.menu__second-levels {
    position: absolute;
    width: 100%;
    padding: 10px 0;
    top: 43px;
    left: 0;
    color: #000;
    background-color: #fff;
    display: flex;
    gap: 1%;
    justify-content: center;
    min-height: 305px;
    display: none;
}


.menu__second-levels.open {
    display: flex;
}

/* .menu__second-levels .claso{
    padding-bottom: 3px;
    background-image: repeating-linear-gradient(70deg, transparent 0 2px, #4AB9E9 2px 4px);
    background-repeat: no-repeat;
    background-size: 100% 0.5rem;
    background-position: bottom;
} */

.menu__second-levels .box{
    /* width: 45%; */
    width: 33%;
    padding: 20px 40px;
    border-right: 1px solid #D9D9D9;
}
.menu__second-levels .box:last-child{
    border-right: none;
}


.menu__second-levels.open.imgvar {
    display: flex;
}

.menu__second-levels.imgvar {
    align-items: center;
    padding: 0;
}

.menu__second-levels.imgvar .box{
    border-right:none;
}


.menu__second-levels .box .title{
    font-size: 19px;
    color: #4AB9E9;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
}

.menu__second-levels .box .links{
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.menu__second-levels .box .links a{
    display: flex;
    align-items: center;
    color: #000 !important;
}

.menu__second-levels .box .links a span{
    font-size: 14px;
    font-weight: 700;
}

.menu__second-levels .box .links a .arrow{
    width: 6px;
    margin-left: auto;
    margin-right: 20px;
    transition: .3s;
}

.menu__second-levels .box .links a:hover .arrow{
    margin-right: 0px;
}

.menu__second-levels .box.Image{
    padding: 0;
    height: 100%;
}

.menu__second-levels .box.Image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 1200px){
    .menu__second-levels .box{
        width: 33%;
        padding: 20px;
    }
}

.claso_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.blue_flag{
    width: 30px;
}
.claso_text_wrap{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-left: 10px;
}
.pickup_text{
    color: #4AB9E9;
}