@charset "utf-8";

.sp {
    display: none;
}

/* すべてのページに適用される設定 */

#top {
    /*background-color: #;*/
}

nav ul {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
}

nav ul li:hover {
	transition: 0.5s;
	transform: scale(1.2);
}

.menu a:link {
    text-decoration: none;
    color: #000;
}

.menu a:visited {
	text-decoration: none;
	color: #f00;
}

.menu a:hover {
	text-decoration: underline;
	color: #000;
}

.menu a:active {
	text-decoration: underline;
	color: #000;
}

/* すべてのページに適用 - ヘッダー */

.head {
    display: flex;
}

.title img {
    max-width: 55%;
}

.address {
    margin-right: 40px;
}

.address img{
    max-width: 350px;
}

/* すべてのページに適用 - メイン */

#bread ul {
    list-style: none;
    display: flex;
}

#bread ul li {
    margin-right: 10px;
    margin-top: 0;
}

h1 {
    background-image: url(../images/background.JPG);
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #00f;
    padding-left: 100px;
    font-size: 45px;
    margin-bottom: 0;
}

h2 {
    margin-top: 80px;
}

h2:nth-of-type(1) {
    margin-top: 20px;
}

.menu {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* すべてのページに適用 - フッター */

.contact {
    margin-top: 70px;
}

.contact p {
    font-size: 20px;
}

.hari {
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0.6;
}

.hari a {
    position: relative;
    display: flex;
    transition: opacity 0.6s ease;
}

.hari img {
    max-width: 100px;
}

.sns {
    display: flex;
    margin: 30px 0px 30px 40px;   
}

.instagram img {
    max-width: 105px;
    padding-top: 4%;
    padding-left: 40px;
}

/*.copy {
    text-align: center;
}*/

/* 個別のスタイル */
/* index.html */

.toppic {
    text-align: center;
}

.toppic video {
    max-width: 90%;
}

.service ul {
    list-style-type: none;
}

.service ul li::before {
    content: "★";
}

.careful {
    margin-left: 20px;
}

.access {
    margin-left: 40px;
}

/* plan.html */

.price {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.plan {
    border-collapse: separate;
    margin: 0px 40px 20px 35px;
    border: 3px solid #000;
    padding-bottom: 3px;
}

.plan h3 {
    padding-left: 10px;
    background-color: #bbdbf3;
}

.plan h4, p {
    padding-left: 20px;
}

.sasebo {
    background-image: url(../images/sasebo.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
}

.oshima {
    background-image: url(../images/katashima.jpg);
    background-repeat: no-repeat;
    background-size: cover;   
}

.oseto {
    background-image: url(../images/oozumo.jpg);
    background-repeat: no-repeat;
    background-size: cover;   
}

.hirado {
    background-image: url(../images/koshiki.jpg);
    background-repeat: no-repeat;
    background-size: cover;   
}

/*.kamigoto {
    background-image: url(../images/shirase.jpg);
    background-repeat: no-repeat;
    background-size: cover;   
}

.shimogoto {
    background-image: url(../images/fight.jpg);
    background-repeat: no-repeat;
    background-size: cover;   
}*/

.sasebo a:link {
    text-decoration: none;
    color: #000;
}

.sasebo a:visited {
	text-decoration: none;
	color: #f00;
}

.sasebo a:hover {
	text-decoration: none;
	color: #8b0000;
}

.sasebo a:active {
	text-decoration: underline;
	color: #000;
}

.supplement {
    list-style-type: none;
}

.supplement li::before {
    content: "※";
}

/* reserve.html */

.question {
    display: flex;
}

.reservation {
    text-align: center;
}

/* introduction.html */

.kuni {
    display: flex;
    resize: horizontal;
    margin-left: 90px;
    margin-right: 60px;
}

.face {
    width: 700px;
    margin-right: 50px;
}

.face img {
    max-width: 100%;
}

.captain {
    font-size: 22px;
}

.name {
    padding-left: 40px;
    padding-right: 80px;
}

.name ul {
    list-style-type: none;
}

.name ul li::before {
    content: "★";
}

.ship {
    display: flex;
    resize: horizontal;
    margin-left: 70px;
}

.hune {
    width: 800px;
    margin-left: 60px;
}

.hune img {
    max-width: 100%;
}

.parts ul{
    margin-top: 40px;
}

.work {
    margin-top: 40px;
}