﻿@charset "utf-8";
/* CSS Document */


/*=============================================================================
  SP START
=============================================================================*/
@media screen and (min-width: 1px) {
  /*-----------スマホのトグルボタンのCSS-------------*/
    #nav-toggle {
        background: #094a9d;
        cursor: pointer;
        display: block;
        height: 30px;
        padding: 10px 10px 10px 10px;
        position: absolute;
        right: 5px;
        top: 5px;
        width: 30px;
        z-index: 101;
    }
    #nav-toggle div {
        height: 18px;
        position: relative;
    }
    #nav-toggle span {
        background: #fff;
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        -webkit-transition: 0.35s ease-in-out;
        -moz-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
        width: 100%;
    }
    #nav-toggle span:nth-child(1) {
        top: 0;
    }
    #nav-toggle span:nth-child(2) {
        top: 8px;
    }
    #nav-toggle span:nth-child(3) {
        top: 16px;
    }
    #nav-toggle .nav-toggle-txt {
        color: #fff;
        font-size: 0.6rem;
        font-weight: bold;
        height: 0.6rem;
        margin: 4px 0 0 0;
        position: relative;
    }

    nav span {
        background: #666;
        display: block;
        height: 2px;
        left: 0;
        position: relative;
        width: 50px;
    }

/* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        left: 50%;
        width: 0;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
  /* #global-nav スライドアニメーション */
    .open #global-nav {
        -webkit-transform: translateY(780px);

/* #global-nav top + #mobile-head height */
        -moz-transform: translateY(780px);
        transform: translateY(780px);
    }
    .site-logo img {
        width: 38%;
    }


/*--------固定化されたときのCSS-----------*/

    #top-head.fixed {
        margin-top: 0;
        padding-top: 0;
        position: fixed;
        top: 0;
        -webkit-transition: top 0.65s ease-in;
        -moz-transition: top 0.65s ease-in;

/*    background: #fff;
    background: rgba(255,255,255,.7);*/
        transition: top 0.65s ease-in;
    }

    #top-head.fixed .logo {
        color: #333;
        font-size: 24px;
        position: relative;
    }

    #top-head.fixed .logo a {
        height: 30px;
        position: absolute;
        width: 100%;
    }
    #top-head.fixed #global-nav ul li a {
        color: #333;

/*padding: 0 20px;*/
        padding-bottom: 10px;
    }

    #top-head.fixed #global-nav ul li a:hover {
        color: #44acd3;
        transition: all 0.3s ease-in-out;
    }

    #top-head {
        line-height: 1;
        margin: 0 auto 0;
        padding: 0 0 0 0;
        top: 0;

/* position: absolute; */
        width: 100%;
        z-index: 999;
    }

    #top-head a,
    #top-head {
        color: #333;
        text-decoration: none;

/*min-width: 980px;*/
        width: 100%;
    }

    #top-head .inner {
        position: relative;
    }
    #top-head .logo {
        float: left;
        font-size: 36px;
        height: 50px;
        position: relative;
    }

    #top-head .logo a {
        height: 50px;
        position: absolute;
        width: 100%;
    }

    .inner {
        margin: 0 auto;
        position: relative;
    }

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

    .head-inner {
        display: none;
    }

    .slick-next {
        right: 0;
    }

    #top-head,
    .inner {
        padding: 0;
        width: 100%;
    }

    #top-head {
        margin-top: 0;
        position: fixed;
        top: 0;
    }

    /* Fixed reset */
    #top-head.fixed {
        background: transparent;
        padding-top: 0;
    }
    #mobile-head {
        background: none;
        height: 56px;
        position: relative;
        width: 100%;
        z-index: 999;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        color: #333;
        font-size: 26px;
        height: 50px;
        left: 13px;
        position: absolute;
        top: 15px;
    }
    #global-nav {
        background: #fff;
        padding: 10px 0;
        position: absolute;
        text-align: center;
        top: -780px;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        width: 100%;
    }

    #global-nav ul {
        bottom: 0;
        font-size: 14px;
        list-style: none;
        position: static;
        right: 0;
    }

    #global-nav ul li {
        float: none;
        padding: 0 0;
        position: static;
    }

    #global-nav ul li + li {
        padding: 0;
    }

    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        display: block;
        padding: 10px 0;
        width: 100%;
    }


    div#gnav-container {
    }

    .gnav-inner {
        align-items: center;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
    }

    .head-logo {
        width: 100%;
    }

    .head-logo img {
        max-width: 280px;
    }

    img.header-pc {
        display: none;
    }

    img.header-sp {
        display: block;
        margin: 0 auto;
        min-width: 230px;
        width: 50%;
    }

    #global-nav ul.gnav-info-list {
        display: flex;
        flex-wrap: wrap;
        font-size: 110%;
        justify-content: center;
        margin: 10px 0;
        padding: 0;
    }

    #global-nav ul.gnav-info-list li {
        width: 100%;
    }

    #global-nav ul.gnav-info-list li + li {
        margin-left: 0;
        margin-top: 0.5em;
    }

    #global-nav ul.gnav-info-list li a {
        align-items: center;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0;
        padding: 0 !important;
    }

    #global-nav ul.gnav-info-list li a:before {
        background: #7ec5f1;
        border-radius: 50%;
        color: #fff;
        content: "";
        display: block;
        font-weight: bold;
        height: 12px;
        line-height: 20px;
        margin: 0 4px 0 0;
        text-align: center;
        width: 12px;
    }

    .gnav-contact {
        background: none;
        border-radius: 6px;
        display: block;
        line-height: 130%;
        min-width: 280px;
        overflow: hidden;
        width: 90%;
    }

    .gnav-contact a {
        background: #09499d;
        color: #fff !important;
        display: block;
        padding: 10px 0;
    }

    nav .gnav-contact a span {
        align-items: center;
        background: none;
        display: flex;
        flex-wrap: wrap;
        height: auto;
        justify-content: center;
        width: 100%;
    }

    .gnav-contact a span:before {
        background: url(../images/icon_contact.png) no-repeat left center;
        background-size: cover;
        content: "";
        display: block;
        height: 50px;
        margin: 0 10px 0 0;
        width: 50px;
    }

    #global-nav ul.gnav-list {
        font-size: 100%;
        list-style: none;
        margin: 10px 0;
        padding: 0;
        width: 95%;
    }

    #global-nav ul.gnav-list li {
    }

    #global-nav ul.gnav-list li a {
        font-weight: bold;
        padding: 0 !important;
    }

    #global-nav ul.gnav-list li a span {
        background: none;
        height: auto;
        width: auto;
    }

    #global-nav ul.gnav-list li + li {
        margin-top: 1em;
    }
}






/*=============================================================================
TABLET START
=============================================================================*/
@media screen and (min-width: 769px) {
    /**/
    .head-logo {
        margin: 0 0 15px 0;
        width: 100%;
    }

    img.header-sp {
        max-width: 300px;
    }

    .gnav-contact {
        margin: 0 0 0 3%;
        width: 40%;
    }

    #global-nav ul.gnav-info-list {
        width: 100%;
    }

    #global-nav ul.gnav-list {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 95%;
    }

    #global-nav ul.gnav-list li {
        text-align: center;
        width: 100%;
    }

    #global-nav ul.gnav-list li + li {
        margin: 1em 0 0 0;
    }

    #global-nav {
        padding: 20px 0 10px 0;
        top: -780px;
    }
}


/*=============================================================================
PC START
=============================================================================*/
@media screen and (min-width: 1024px) {
    #gnav-container {
        margin: 0 auto;
        width: 100%;
    }
    .head-inner {
        display: none;
    }

    .slick-next {
        right: 0;
    }

    #top-head,
    .inner {
        padding: 0;
        width: 100%;
    }
    #top-head {
        margin-top: 0;
        position: fixed;
        top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        background: transparent;
        padding-top: 0;
    }
    #mobile-head {
        background: none;
        height: 1px;
        position: relative;
        width: 100%;
        z-index: 999;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        color: #333;
        font-size: 26px;
        height: 50px;
        left: 13px;
        position: absolute;
        top: 15px;
    }
    #global-nav {
        background: #fff;
        padding: 30px 0 0 0;
        position: absolute;
        text-align: center;
        top: -566px;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        width: 100%;
    }
    .site-logo {
        border-bottom: 1px solid #fff;
        float: none;
        height: 44px;
        margin: 0 auto;
        padding: 0 0 20px 0;
        width: 100%;
    }

    #global-nav ul.gnav-list li {
        float: none;
        margin: 0 !important;
        padding: 0 !important;
        width: auto;
    }
    #global-nav ul.gnav-list li a {
        background: #c0eeff;
        border-radius: 3px;
        color: #333;
        margin: 0!important;
        padding: 0.5em 0.25em!important;
        transition: all 0.3s ease-in-out;
    }
    #global-nav ul.gnav-list li a:hover {
        background: #008dbd;
        color: #fff;
        transition: all 0.3s ease-in-out;
    }

    #top-head {
        margin-top: 200px;
        position: static;
        top: 0;
    }

    header#top-head.open {
        margin-top: 0;
        position: relative;
        top: -556px;
    }

    #global-nav {
        background: #fff;
        margin: 0;
        padding: 0;
        padding-bottom: 10px;
        position: fixed;
        top: 0;
        z-index: 10;
    }

    #gnav-container {
        margin: 0 auto;
        width: 1190px;
    }

    .site-logo {
    }

    .site-logo img {
    }
    #nav-toggle {
        display: none;
    }

    .gnav-inner {
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 15px;
    }

    .head-logo {
        margin: 0;
        width: 258px;
    }

    img.header-pc {
        display: block;
    }

    img.header-sp {
        display: none;
    }

    ul.gnav-info-list li {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    ul.gnav-info-list li + li {
        /*margin-top: .5em;*/
    }

    #top-head #global-nav ul.gnav-info-list li a {
        align-items: center;
        display: flex;
        display: block;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 0 0 0.5em;
        padding: 0;
        width: auto;
    }

    /*ul.gnav-info-list li:before {
    content: "竊・;
    font-weight: bold;
    background: #d99a28;
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    padding: 2px;
    color: #ffffff;
}*/

    .gnav-contact {
        width: 360px;
        /* background: #aaaaaa; */
        /* border-radius: 10px; */
    }

    .gnav-contact a {
        background: #094a9d;
        border-radius: 8px;
        display: block;

/* display: flex; */
        /* flex-wrap: wrap; */
        /* justify-content: space-around; */
        /* align-items: center; */
        padding: 10px 0;
        text-decoration: none;
    }

    .gnav-contact a span {
        align-items: center;
        background: none;
        border: none;
        color: #fff;
        display: block;
        display: flex;
        flex-wrap: wrap;
        font-size: 130%;
        font-weight: bold;
        height: auto;
        justify-content: center;
        line-height: 150%;
        text-align: left;
        width: 100%;
    }
    .gnav-contact a span:before {
        background: url(../images/icon_contact.png) no-repeat left center;
        background-size: cover;
        content: "";
        display: block;
        height: 64px;
        margin: 0 20px 0 0;
        width: 64px;
    }

    ul.gnav-info-list {
    }

    ul.gnav-info-list {
        margin-left: 0 !important;
        margin-top: 20px !important;
    }

    #global-nav ul.gnav-list {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        font-size: 120% !important;
        gap: 0 20px;
        justify-content: center;
        margin: 30px 0 0 0 !important;
        width: 100% !important;
    }

    ul.gnav-list li {
    }

    #top-head #global-nav ul.gnav-list li a {
        display: block;
        margin: 0;
        padding: 0;
    }


    ul.gnav-list li a span {
        background: none;
        height: auto;

/*
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
*/
        line-height: 120%;
        width: 100%;
    }

    ul.gnav-list li + li {
        margin-left: 4em;
        margin-top: 0 !important;
    }

    #global-nav ul.gnav-info-list li + li {
        margin: 0 0 0 2em;
    }

    #global-nav ul.gnav-info-list li {
        width: auto;
    }

    #top-head.fixed {
        margin-top: 0;
        padding-top: 0;
        position: static;
        top: 0;
    }
}

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

    .gnav-inner .head-logo{
	display:none;
    }

}

@media screen and (min-width: 1041px) {

	.btn-supporter {
		display: block !important;
		position: absolute !important;
		bottom:20px !important;
		right:40px !important;
		z-index:2;
	}
	.btn-supporter img{
		width:100%;
		max-width:180px;
		height:auto;
	}

	.btn-supporter-sp {
		display: none !important;
	}
	
}

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

	.btn-supporter {
		display: none !important;
	}
	
	.btn-supporter-sp {
			margin:15px auto;
			padding:0.6em 0.75em;
			width: 100%;
			max-width: 80%;
			max-height: 50px;
			font-size:1.2em;
			text-align: center;
			background-color: #6BBA7D;
			color:#fff;
			text-decoration: none;
			outline: 1px solid rgb(255, 255, 255);
			outline-offset: -7px;
	}
	.btn-supporter-sp:hover{
			background-color: #3B7BCE;
	}
}
