/*
Theme Name: Pomo Alquiler
Description: Pomo Alquilerのテーマ
*/
@charset "UTF-8";
@import url("css/normalize.css");

html {
    font-size: 16px;
    line-height: 1.5;
}

body {
    color: #231815;
}

.container {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

* {
    margin: 0;
}

p,
ul li,
h1 {
    margin: 0;
    padding: 0;
    line-height: 1;
}

a:link,
a:visited {
    color: #ccc;
}

a:hover {
    color: #ccc;
    opacity: .6;
}

/* ------------------------
nav
------------------------ */
nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

nav#home-nav {
    padding: 35px 0 50px;
}

nav#home-nav ul li {
    margin-right: 37px;
}

nav#home-nav ul li:last-child {
    margin-right: 0;
}

nav#home-nav ul li a img {
    padding: 5px;
}

nav#home-nav ul li a {
    position: relative;
    display: inline-block;
    font-size: 1em;
}

nav#home-nav ul li a:before{
    position: absolute;
    top: 2em;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #f1d0a2;
    transition: .5s;
}

nav#home-nav ul li a:hover:before{
    width: 100%;
}

nav#home-nav ul li a:hover {
    opacity: 1;
}

/* ------------------------
footer
------------------------ */
footer {
    padding: 35px 0 20px;
}

footer .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}

nav#footer-nav {}
nav#footer-nav ul li {
    padding: 5px 15px 5px 10px;
    background: url(img/footernav-line.png) no-repeat right center;
    background-size: 7px auto;
}

nav#footer-nav ul li img {
    padding-top: 2px;
}

nav#footer-nav ul li:last-child {
    padding-right: 0;
    background: none;
}

footer #copyright {
    font-size: 10px;
    text-align: center;
}

/* ------------------------
gototop
------------------------ */
p#gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

/* ------------------------
.wrap
------------------------ */
/* common */
.wrap {
    width: 100%;
    padding: 70px 0 50px 0;
}

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

.wrap .title-area {
    width: 28%;
}

.wrap .title-area h1 {
    padding: 10px 0 35px;
}

.wrap .rental-list {
    width: 66.5%;
}

.wrap .rental-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.wrap .rental-list ul li {
    width: 48.5%;
    color: #3f3a39;
    background: #fff;
    margin-bottom: 20px;
}

.wrap .rental-list ul li p {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.3;
    padding: 0 15px 4px;
}

.wrap .rental-list ul li p.strong-text {
    font-size: 18px;
    padding: 4px 15px 2px;
}

.wrap .title-area img,
.wrap .rental-list img {
    width: 100%;
    height: auto;
}

.lity button {
    display: none !important;
}

/* home */
#home {
    color: #f1d1a3;
    padding: 0;
    padding-bottom: 70px;
    background: url(img/main-bg.jpg) #6a6767 no-repeat center center;
    background-size: cover;
}

#home .home-logo {
    margin: 0 0 25px 5px;
}

#home .home-copy img,
#home #home-image img {
    width: 100%;
    height: auto;
}

#home .home-copy {
    margin-bottom: 16px;
}

/* interior */
#interior {
    color: #dadf00;
    background: #3f3a39;
}

/* art */
#art {
    color: #fff;
    background: #07192d;
}

.wrap#art .title-area h1 img {
    max-width: 100%;
    width: 122px;
    height: auto;
}

/* goods */
#goods {
    color: #bacde9;
    background: #02250d;
}

.wrap#goods .title-area h1 img {
    max-width: 100%;
    width: 289px;
    height: auto;
}

/* cruiser */
#cruiser {
    color: #c9bc9c;
    background: #003567;
}

.wrap#cruiser .title-area h1 img {
    max-width: 100%;
    width: 257px;
    height: auto;
}

.wrap#cruiser .title-area p img {
    max-width: 100%;
    width: 204px;
    height: auto;
}

/* jet */
#jet {
    color: #c9bc9c;
    background: #41505f;
}

.wrap#jet .title-area h1 {
    padding-bottom: 15px;
}

.wrap#jet .title-area p img {
    max-width: 100%;
    width: 159px;
    height: auto;
}

/* villa */
#villa {
    color: #c9bc9c;
    background: #52432f;
}

.wrap#villa .title-area h1 img {
    max-width: 100%;
    width: 156px;
    height: auto;
}

.wrap#villa .title-area p img {
    max-width: 100%;
    width: 187px;
    height: auto;
}

/* contact */
#contact {
    color: #fff;
    background: url(img/main-bg.jpg) #6a6767 no-repeat center center;
    background-size: cover;
}

#contact .home-logo {
    margin: 0 0 25px 5px;
}

#contact .home-copy img{
    width: 100%;
    height: auto;
}

#contact .home-copy {
    margin-bottom: 45px;
}

#contact .flex {
    justify-content: space-between;
    flex-direction: row-reverse;
}

#contact .flex .image-area {
    margin-left: 20px;
}

#contact .flex .text-area {
    font-size: 13px;
}

#contact .text-area h1 {
    margin-bottom: 30px;
}

#contact .text-area table {
    margin-bottom: 20px;
}

#contact .text-area table tr {}
#contact .text-area table tr th {
    font-weight: normal;
    text-align: left;
    vertical-align: text-top;
    white-space: nowrap;
}

#contact .text-area table tr td {
    padding-bottom: .5em;
}

#contact .text-area dl {
    margin-bottom: 30px;
}

#contact .text-area dl dt {}
#contact .text-area dl dt::before {
    content: "●";
    margin-right: 0.3em;
}

#contact .text-area dl dd {
    margin: 0 0 .8em 1.3em;
}

#contact .text-area ul li:first-child {
    padding-right: .8em;
    margin-right: .8em;
    border-right: 1px dotted #ccc;
}

#contact .text-area #contact-en {
    font-size: 12px;
}

#contact .text-area ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    padding: 0;
}

#contact .text-area ul li {
    font-size: 10px;
    color: #fff;
}

#contact .text-area ul li a {
    color: #ccc;
}

#contact .text-area #contact-jp ul {
    margin-top: -3px;
}

/* ------------------------
Animation
------------------------ */
.fadeInDown {
     -webkit-animation-fill-mode:both;
     -ms-animation-fill-mode:both;
     animation-fill-mode:both;
     -webkit-animation-duration:2s;
     -ms-animation-duration:2s;
     animation-duration:2s;
     -webkit-animation-name: fadeInDown;
     animation-name: fadeInDown;
     visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
     0% {opacity: 0; -webkit-transform: translateY(-20px); }
     100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInDown {
     0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
     100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/* ------------------------
responsive
------------------------ */
@media screen and (max-width: 939px) {
    .container {
        width: 90%;
    }

    #contact .text-area table tr th,
    #contact .text-area table tr td {
        display: block;
    }

    #contact .text-area table tr td {
        padding-bottom: 1em;
    }
}

@media screen and (max-width: 599px) {
    .container {
        width: 95%;
    }

    .flex {
        display: block !important;
    }

    .wrap {
        padding: 30px 0 !important;
    }

    .wrap .title-area {
        text-align: center;
        margin-bottom: 30px;
    }

    .wrap .title-area h1 img {
        width: 50%;
        height: auto;
    }

    .wrap .title-area p img {
        width: 80%;
        height: auto;
    }

    .wrap .title-area,
    .wrap .rental-list {
        width: 100%;
    }

    .wrap#home {
        padding-top: 10px !important;
    }

    .wrap p.home-logo {
        text-align: center;
        margin-left: 0;
    }

    .wrap p.home-logo img {
        width: 80%;
        height: auto;
    }

    .wrap#contact p.home-copy {
        margin-bottom: 20px;
    }

    .wrap#contact .flex .image-area {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin: 0 0 30px 0;
        height: 200px;
    }

    footer .flex {
        padding-bottom: 0;
    }

    footer p#footer-logo {
        text-align: center;
        margin-left: 0;
    }

    footer p#footer-logo img {
        width: 60%;
        height: auto;
    }

    nav {
        padding: 0 0 20px 0 !important;
    }

    nav ul {
        justify-content: center !important;
        flex-wrap: nowrap !important;
    }

    nav ul li {
        margin: 0 !important;
    }

    nav ul li img {
        height: 8px !important;
        width: auto !important;
    }

    nav#home-nav ul li a:before{
        height: 0;
        background: none;
        transition: 0s;
    }

    nav#footer-nav ul {
        margin-left: -10px;
    }

    nav#footer-nav ul li {
        line-height: 1px;
        padding: 5px 8px 5px 4px;
        background: url(img/footernav-line.png) no-repeat right center;
        background-size: 4px auto;
    }

    nav#footer-nav ul li img {
        padding-top: 0;
    }

    footer #copyright {
        font-size: 8px;
    }

    p#gototop {
        display: none !important;
    }
}
