@charset "UTF-8";

body {
    color: #212529;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    line-height: 1.5;
}

img {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #212529;
}

a:hover {
    opacity: 0.7;
}

.container {
    width: 90%;
    max-width: 980px;
    margin: auto;
}

.clear::after {
    content:"";
    clear: both;
    display: block;
}

li {
    list-style: none;
}

/*==============================
header
==============================*/
header {
    padding: 20px 0;
}

.header-left {
    float: left;
}

.header-title {
    font-weight: bold;
    font-size: 24px;
}

.header-right {
    float: right;
 }

.header-nav-item {
    float: left;
    margin-left: 20px;
}

.header-nav-item a {
    font-size: 16px;
    font-weight: bold;
    line-height: 28.8px;
}

/*==============================
section共通クラス
==============================*/
.section {
    padding: 60px 0;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.section-subtitle {
    font-size: 18px;
    text-align: center;

}
/*==============================
top
==============================*/
.top {
    background-image: url(../img/top.hawaii.png);
    background-size: cover;
    padding: 80px 0;
    color :#212529;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.top-title {
    font-size: 72px;
    font-weight: bold;
    text-align: center;
}

.top-subtitle {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

/*==============================
about
==============================*/
.about-left {
    float: left;
    width: 20%;
}

.about-right {
    float: right;
    width: 80%;
    margin-top: 30px;
}


/*==============================
service
==============================*/
.service {
    background-color: rgb(232, 245, 247);
}

.service-wrapper {
    display: flex;
    justify-content:space-between;
}

.service-item {
    width: 30%;
}

.service-item-img {
    margin-bottom: 50px;
}

.service-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}


/*==============================
work
==============================*/
.work-left {
    float: left;
    width: 45%;
}

.work-left a {
    color: blue;
}

.work-right {
    float: right;
    width: 45%;
}

.work-right a {
    color: blue;
}


.work-img {
    margin-bottom: 50px;
}

.work-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
/*==============================
contact
==============================*/
.contact {
    background-color: rgb(232, 245, 247);
}

.contact-message {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
/* 
input[type="email"] {
    width: 600px;
    border: 3px solid #d8d8d8;
    font-size: 18px;
    display: block;
    margin: auto;
    padding: 15px;
    border-radius: 999px;
    margin-bottom: 20px;
}

.btn {
    padding: 20px 60px;
    display: inline-block;
    background-color: #082B48;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border-radius: 4px;
    border: none;
}

.btn:hover {
    opacity: 0.7;
    cursor: pointer;
}

.btn-register {
    padding: 10px 60px;
    background-color: #ec6d64;
    display: block;
    margin: auto;
    margin-bottom: 30px;
} */

.contact-wrapper {
    display: flex;
    justify-content:space-evenly;
}

.contact-item {
    width: 10%;
    text-align: center;
}


.contact-wrapper a {
    margin-top: 4px;
    display: inline-block;
}

/*==============================
footer
==============================*/
footer {
    background-color: rgb(16, 13, 20);
    color: #fff;
    padding: 15px 0;
}

.copyright {
    font-size: 12px;
    float: right;
    margin: 0;
}

/*==============================
スマホ版の表示　横幅767px以下の時
==============================*/
@media only screen and (max-width:767px) {
    .clear::after {
        content: none;
    }
/*==============================
header
==============================*/
header {
    padding: 20px 0;
}

.header-left {
    float: none;
}

.header-title {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.header-right {
    float: none;
}

.header-nav {
    display: flex;
    justify-content:space-between;
    padding: 0;
}

.header-nav-item {
    float: none;
    margin: 0;
}

.header-nav-item a {
    font-size: 12px;
    font-weight: bold;
    line-height: 43.2px;
}

/*==============================
section共通クラス
==============================*/
.section {
    padding: 40px 0;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.section-subtitle {
    font-size: 12px;
    text-align: center;
}

.section p {
    font-size: 12px;
}
/*==============================
top
==============================*/
.top {
    background-image: url(../img/top.hawaii.png);
    background-size: cover;
    padding: 50px 0;
    color :#212529;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.top-title {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}

.top-subtitle {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

/*==============================
about
==============================*/
.about-left {
    float: none;
    width: 20%;
}

.about-right {
    float: none;
    width: 100%;
    margin-top: 30px;
}


/*==============================
service
==============================*/
.service {
    background-color: rgb(232, 245, 247);
}

.service-wrapper {
    flex-wrap: wrap;
}

.service-item {
    width: 100%;
}

.service-item-img {
    margin-bottom: 15px;
}

.service-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}


/*==============================
work
==============================*/
.work-left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
}

.work-left a {
    color: blue;
}

.work-right {
    float: none;
    width: 100%;
}

.work-right a {
    color: blue;
}


.work-img {
    margin-bottom: 50px;
}

.work-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
/*==============================
contact
==============================*/
.contact {
    background-color: rgb(232, 245, 247);
}

.contact-message {
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
}

.contact-wrapper {
    flex-wrap: wrap;
}

.contact-wrapper a {
    font-size: 6px;
    margin-top: 4px;
    display: inline-block;
}

/* input[type="email"] {
    width: 100%;
    border: 3px solid #d8d8d8;
    font-size: 18px;
    display: block;
    margin: auto;
    padding: 10px;
    border-radius: 999px;
    margin-bottom: 20px;
}

.btn:hover {
    opacity: 0.7;
    cursor: pointer;
}

.btn-register {
    padding: 5px 30px;
    background-color: #ec6d64;
    display: block;
    margin: auto;
    margin-bottom: 30px;
} */

/*==============================
footer
==============================*/

footer {
    background-color: rgb(16, 13, 20);
    color: #fff;
    padding: 10px 0;
}

.copyright {
    font-size: 8px;
    float: none;
    text-align: center;
    margin: 0;
}








}