/* ========================================
共通 CSS

 - File Name : common.css
 - Latest Css Updates : 2015.11.13
 - Those who update it : s.m
 ------------------------------------------

======================================== */


/* ========================================
 - 個別の共通セクションの指定
======================================== */


/* ---------------------------------------- 
 - Header
---------------------------------------- */

#Header {
    width: 100%;
    background-color: #0066a3;
    overflow: hidden;
}
#Header .wrapper {
    max-width: 810px;
    height: 400px;
    position: relative;
    
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
#Header h1 {
    width: auto;
    margin: 0 auto;
    line-height: 1;
    text-align: center;
}
#Header .contactBox {
    width: 665px;
    margin: 0 auto;
    color: #fff;
}
#Header .contactBox dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    
    margin-top: 30px;
    margin-left: 156px;
    font-size: 1.8rem;
    line-height: 1.2;
}
#Header .contactBox dl dt {
    padding: 2px 5px;
    border-radius: 5px;
    background-color: #fff;
    color: #0066a3;
}
#Header .contactBox dl dd {
    font-size: 2.4rem;
    margin-left: 1em;
}
#Header .contactBox dl dd a {
    color: #fff;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease; 
    transition: all .3s ease;
}
#Header .contactBox dl dd a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
#Header .wrapper {
    max-width: none;
    height: auto;
    padding: 11.2vw 0;
}
#Header .contactBox {
    width: 100%;
    padding: 0 5.6vw;
    margin: 0 auto;
    color: #fff;
}
#Header .contactBox dl {
    margin-left: 0;
}
#Header .contactBox dl.email {
    margin-top: 1em;
}
#Header .contactBox dl dd a:hover {
    opacity: 1;
}
}

/* ---------------------------------------- 
 - #Contents
---------------------------------------- */
#Contents {
	position:relative;
	width:100%;
	height: 285px;
}
#Contents .wrapper {
    max-width: 810px;
    padding: 40px;
}
#Contents .nav {
    position: relative;
}


@media screen and (max-width: 768px) {
/* ========================================
 ▼▼▼ Media Queries Start ▼▼▼
 ======================================== */

/* ========================================
 - 個別の共通セクションの指定
======================================== */

/* ---------------------------------------- 
 - Contents
---------------------------------------- */
#Contents {
	height: auto;
}
#Contents .wrapper {
    max-width: auto;
    padding: 5.6vw;;
}
#Contents ul.sp_nav {
    display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: flex-start;
align-items: flex-start;
}
#Contents ul.sp_nav li.gallery {
    width: 43%;
}
#Contents ul.sp_nav li.marine_other {
    width: 42%;
}
#Contents ul.sp_nav li.icon {
    width: 40%;
}
#Contents ul.sp_nav li.cover {
    width: 35%;
}
#Contents ul.sp_nav li.diagram {
    width: 34%;
}
#Contents ul.sp_nav li.others {
    width: 33%;
}


/* ========================================
 ▲▲▲ Media Queries End ▲▲▲
 ======================================== */
}


