@charset "utf-8";
/* ヘッダー 
-----------------------------------------------*/
.header{ position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(252, 252, 252);
    z-index: 100;
    display: flex;
    justify-content: space-between;
    padding: 10px;

    }
.logo{font-family: 'Dancing script';
    font-size: 35px;
    color: rgb(9, 43, 118);
    margin-right:15px;
    }

.bottom {border-bottom: 3px solid rgb(9, 43, 118);
        position: absolute;
        width: 100%;
    }
.bottom2 {border-bottom: 3px solid rgb(221, 63, 0);
        position: absolute;
        width: 100%;
        top: 100px;
    }

.nav {list-style-type: none;
    font-family: 'Dancing script';
    font-size: 35px;
    display: flex;
    justify-content: center;
    gap: 13rem;
    margin-bottom: 50px;
    }
.nav1{text-decoration: none;
    padding: 30px;
}

/* contact
------------------------------------ */
.contact{margin-top: px;
	background-color: rgb(238, 238, 238);
    width: 100%;
    overflow: hidden;
    font-family: 'Dancing script';
    /* margin-top: ; */
    padding: .5rem;
    padding-top: 7rem;
    text-align: left;
    }

.usa .contact{
    margin-right: 50px;
}

/* 区切り線
---------------------------------------- */
.hr1 {
    position: relative;
	height: 1.5px;
	border-width: 0;
	background-color: #00bcd4;
	background-image: -webkit-linear-gradient( 135deg, #FD6585 10%, #0D25B9 100%);
	background-image: linear-gradient( 135deg, #FD6585 10%, #0D25B9 100%);
    
}

.copyright{text-align: center;}

/* ＠media
------------------------------------------ */
@media (max-width: 768px){

}