@import "reset.css";

header {
    /* max-height: 150px;
    min-height: 80px;
    height: 10vh; */
    background-color: rgba(255, 255, 255, .95);
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    border-bottom: 1px solid lightgray;
    z-index: 50;
}

#logo {
    width: 180px;
    margin-left: 3em;
}

.logo2 {
    width: 120px;
}

header nav {
    margin-left: auto;
   
}

header ul {
    display: flex;
    list-style: none;    
    margin: 0 3em;
}

a {
    text-decoration: none;
    color: black;    
}

header a li {
    color: rgba(0, 0, 0, .75);
    padding: 1.5em 1em;    
}

header a li:hover {
    transition: color .3s;
    color: #DB7D19;
}



header li {
    font-weight: bold;
    color: white;
}

section {
    padding: 100px;
    box-sizing: border-box;   
}

#home {
    background-color: gray;
    height: calc(100vh - 64px); 
    background-image: url("../img/main.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display:flex;
}

#home .p {    
    justify-content: center;
    text-align: center;
    align-items: center;  
    margin: auto auto;
}


#home p {        
    align-self: center;
    font-size: 1.5em;
    color: rgba(215, 215, 215, 1);
    text-shadow: #666666 3px 1px 10px;
    line-height: 200%;
}

#home span {
    color: white;
}



.bgbottomfix {
    background-size: auto 100%;
    background-position: right bottom;
    background-attachment: fixed;
}

#intro {
    background-color: #666666;
    color: white;
}

#intro ul {
    margin-left: 7.5em;
}

#intro li {
    margin: 1.2em 0em;   
    line-height: 160%; 
    text-indent: -7.5em;
}

#video {
    text-align: center;
}


li span {
    margin-right: 1em;
    font-weight: bold;
    color: rgba(200, 200, 200, 1);
}

#service {
    background-image: url("../img/bg.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size:contain;
    
}


#notice {
    
    background-color: #dddddd;
}

#notice a:hover {
    background-color: #DB7D19;
    color:white;
    padding: 2px;
    transition: .3s;
}


#notice li {
    margin: 0.5em 0em;   
    line-height: 200%; 
}

h1 {
    font-size: 3em;
    margin-bottom: 2em;
}

h2 {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 4em;
    margin-bottom: 2em;
    color: rgba(230, 230, 230, .95);
}

p {
    margin-top: 1em;
    line-height: 160%;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.float{
	position:fixed;
	bottom:40px;
	right:40px;	
    z-index:1;    
}

.float div {
    margin-bottom: 1em;
    background-color:white;
	border-radius:5px;
	text-align:center;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    padding: 5px 10px;
}

.float div:hover {    
    background-color: rgba(245, 245, 245, .95);
}

footer {
    background-color: #666666;
    color: white;
    padding: 30px 100px;
    line-height: 160%;
    font-size: 0.75em;
}

footer a {
    color:rgba(205, 205, 205, 1);
}

footer a:hover {
    color:#DB7D19;
}

footer .links {
    font-weight: bold;
    margin-bottom: 1em;
}

footer .bottom {
    display:flex;
}

#logo_white {
    width: 200px;
    margin: 0 3em 0 0;
    
    
}

.w-6 {
    width: 1em;
    height: 1em;
}

.flex {
    display: flex;
    justify-content: center;
    padding: 50px 0px;
}

.flex div {
    width: 15vw;
    height: 15vw;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .95);
    display: flex;
    justify-content: center;
    padding: 10px;
}

.flex div img {
    margin: auto;
    display: block;
}

.flex svg {
    margin: auto;
    display: block;
}