@charset "utf-8";
/* CSS Document */

/*******************************
1024
*******************************/
@media screen and (max-width:1024px) {
    body {
        font-size: 1rem;
    }
    header {
        padding-left: 5%;
    }
    header a {
           font-size: inherit;
    }
    header h1 {
        width: 13%;
    }
    header nav ul li {
        margin: 0 1.8rem 0 0;
    }
    header nav #headerContact {
        width: 180px;
    }
    footer #link ul:first-child {
        margin-bottom: 0.5rem;
    }
    #contents {
        min-height: 58vh;
    }
    #contents #item li a dl dt {
        font-size: 2vw; 
    }
}

/*******************************
738
*******************************/
@media screen and (max-width:738px) {
    body {
        font-size: 3.75vw;
    }
	.sp {
		display: block;
	}
	.pc {
		display: none!important;
	}
    header {
        padding-left: 0;
        position: relative;
    }
    header h1 {
        width: 23%;
        margin: 0.8rem auto;
    }
    header nav ul {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        background: rgba(255,255,255,1);
        width: 90%;
        z-index: 10;
        padding: 5rem 5% 0;
    }
    header nav ul li {
        margin: 0;
        text-align: center;
        border-top: 1px solid #ccc;
    }
    header nav ul li a {
        padding: 1.4rem 0;
    }
    header nav ul #navContact {
        display: block;
        border: 2px solid #333;
        box-sizing: border-box;
        position: relative;
        transition: all 0.5s ease 0s;
        z-index: 5;
        overflow: hidden;
    }
    header nav ul #navContact a {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header nav ul #navContact a .line {
        height: 2px;
        background: #333;
        width: 3rem;
        position: absolute;
        top: 50%;
        animation-name: animLineSp01;
        animation-duration: 2s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
    }
    @keyframes animLineSp01 {
        from {
            opacity: 0.4;
            transform: translateX(250%);
        }
        to {
            opacity: 1;
            transform: translateX(400%);
        }
    }
    header nav ul #navContact a .circle {
        width: 1rem;
        height: 1rem;
        border-radius: 100%;
        background: #dad3be;
        background: -webkit-linear-gradient(right, #6fc5ff, #f24662 50%, #b09540);
        background: -o-linear-gradient(right, #6fc5ff, #f24662 50%, #b09540);
        background: linear-gradient(to left, #6fc5ff, #f24662 50%, #b09540);
        position: absolute;
        left: 46%;
        bottom: -35%;
        z-index: -1;
        transform: scale(0);
        transition: transform 1s;
        opacity: .2;
    }
    header nav #headerContact {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        height: 100%;
    }
    header nav #headerContact a {
        padding: 0 1rem;
        font-size: 3.4375vw;
    }
    .menuTrigger {
        position: absolute;
        top: 15%;
        left: 2%;
        display: block;
        z-index: 100;
    }
    .menuTrigger div,
    .menuTrigger span {
        display: inline-block;
        transition: all .2s;
        box-sizing: border-box;
    }
    .menuTrigger div {
        position: relative;
        width: 40px;
        height: 44px;
    }
    .menuTrigger div span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #666;
    }
    .menuTrigger div span:nth-of-type(1) {
        top: 0;
    }
    .menuTrigger div span:nth-of-type(2) {
        top: 21px;
    }
    .menuTrigger div span:nth-of-type(3) {
        bottom: 0;
    }
    .menuTrigger div span:nth-of-type(2)::after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #999;
        transition: all .4s;
    }
    .menuTrigger div.active span:nth-of-type(1) {
        transform: translate(50%) scale(0);
    }
    .menuTrigger div.active span:nth-of-type(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .menuTrigger div.active span:nth-of-type(2)::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .menuTrigger div.active span:nth-of-type(3) {
        transform: translate(-50%) scale(0);
    }
    footer #toTop {
        position: fixed;
        bottom: 5px;
        right: 2%;
        text-align: center;
        font-size: 85%;
    }
    footer #toTop .line {
        width: 2px;
        background: #ccc;
        height: 3rem;
        margin: 0 auto 0.25em;
        z-index: 50;
    }
    footer #link {
        display: block;
    }
    footer #link ul {
        font-size: 3.4375vw;
        flex-wrap: wrap;
        justify-content: center;
    }
    footer #link ul li a {
        padding: 0.5rem 1rem;
        border-bottom: 1px solid #ccc;
        margin: 0 2px;
        border-left: none;
    }
    footer #link #footerLogo {
        width: 35%;
        text-align: center;
        margin: 1.5rem auto 0;
    }
    #breadcrumbList {
        font-size: 3.4375vw;
    }
    #contents {
        margin: 10vw auto 0;
        min-height: 30vh;
    }
    #contents h1 {
        font-size: 7.5vw;
        text-align: center;
        margin-bottom: 8vw;
    }
    #contents #item {
        display: block;
    }
    #contents #item li:nth-child(odd) {
        margin-right: 0;
    }
    #contents #item li {
        text-align: center;
        width: auto;
        margin-bottom: 2rem;
    }
    #contents #item li a {
        padding: 0;
    }
    #contents #item li a dl {
        width: auto;
        padding: 5vw 1em 15vw;
        margin: 0;
    }
    #contents #item li a dl dt {
        font-size: 4.8vw;
    }
    #contents #item li a dl dd .detail div {
        text-align: center;
    }
    #contents #item li a dl dd .detail {
        width: 100%;
    }
    #contents #item li a dl dd .detail .line {
        top: 3vw;
    }

}

/*******************************
320
*******************************/
@media screen and (max-width:320px) {
}




