@charset "UTF-8";

a,a:focus {
  outline:none;
}

a:focus{
outline: none;
}

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

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 90px;
    background: #60C0BD;
    transition: .3s;
}
.is-animation {
  height: 50px;
}
.is-animation .pcmenu {
  height: 50px;
}
header a{
  text-decoration: none;
  color: #333;
}
header a:visited{
    color: #333;
}
ul.left_logo{
    padding: 0;
    display: table;
}
.shougai_img{
    padding-left: 10px;
}
ul.left_logo li{
    display: table-cell;
    padding: 0;
}
ul.left_logo li img{
    height: 80px;
    width: auto;
}
.splogo{
    height: 60px;
    z-index: 2;
}
.splogo img{
    height: 40px;
    padding: 10px 0;
}
.drawer-brand img{
    height: 30px;
}
.menuin{
    width: 100%;
    position: relative;
}
.pcmenu ul img{
    color: #fff;
}
.glyph{
    width: 15px;
    margin-left: 3px;
}
.pcmenu{
    width: 100%;
    height: 90px;
    position: relative;
}
.pcmenu .logo{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.pcmenu .logo img{
    max-height: 50px;
    margin-right: 10px;
}
.logo_right{
    left: inherit !important;
    right: 20px;
}
.splogo{
    display: none;
}
.is-animation .drawer-brand img {
    height: 30px;
    padding: 0;
}
.is-animation .pcmenu .logo img{
    height: 35px;
    margin: 6px 0 0;
}
.pcmenu ul{
    position: absolute;
    left: 230px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.is-animation .pcmenu ul{
    left: 150px;
}
.pcmenu ul li{
    height: auto;
    padding-left: 30px;
    display: inline-table;
}
.copy{
    line-height: 1.5em;   
}

.mainmenu > li.pcmenu_sub {
    position: relative;
}

li.pcmenu_sub ul.menu__second-level {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    padding: 0;
    z-index: 1;
    left: -20px;
}


ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
li.pcmenu_sub:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
.menu__second-level li {
    background-color: #b6e8f5;
    border-top: 1px solid #111;
    padding: 10px !important;
    width: 150px!important;
    display: inline-block!important;
}
.menu__second-level li a:hover {
    background: #b6e8f5;
}
.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クリア */
.mainmenu:before,
.mainmenu:after {
    content: " ";
    display: table;
}

.mainmenu:after {
    clear: both;
}

.mainmenu {
    *zoom: 1;
}



@media screen and (min-width: 831px) {
    .pc { display: block !important; }
    .sp { display: none !important; }
}
@media screen and (max-width: 830px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/**ipad**/
@media screen and (max-width: 830px) {
    .pc{
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    header{
      height: 60px;  
    }
    body.home > main{
        padding: 0;
    }
    header .splogo{
        display: block!important;
    }
}
/**スマホ iphone11/pixel **/
@media screen and (max-width: 414px) {
    .footer{
        bottom: 0;
        right: 0;
        padding: 0 30px;
        display: flex;
        margin-top: -100px;
    }
    .footer li{
        margin-left: 0;
    }
    .footer .dankeba img{
        width: 100px;
    }
    
}
/**スマホ iphone8**/
@media screen and (max-width: 375px) {
    .copyright img {
    width: 200px;
    }
}
/**スマホ アンドロイド**/
@media screen and (max-width: 360px) {
    
}
/**スマホ iphone5**/
@media screen and (max-width: 320px) {
    .footer {
    bottom: 0;
    right: 0;
    padding: 10px 30px;
    display: flex;
    background-color: #fff;
    }
}
