@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    word-wrap: break-word;
    text-decoration: none;
    list-style-type: none;
}

html,
body {
    height: 100%;
    width: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

#header-photo {
    width: 100%;
    height: 100%;
    min-height: 500px;
    position: relative;
}

.description {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 1215px;
    font-weight: bold;
    color: white;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
}

.description h1 {
    font-size: 50px;
    letter-spacing: 5px;
    font-family: "Talking";
}


/*navi*/

.inner {
    width: 100%;
    margin: 0 auto;
    color: #ef3f93;
}

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

#top-head {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding: 27px 0 5px;
    line-height: 1;
    z-index: 999;
    position: absolute;
}

#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}

#top-head .inner {
    position: relative;
}

#top-head .logo {
    float: left;
    font-size: 32px;
    margin-left: 25px;
}

#global-nav ul {
    float: right;
    list-style: none;
    right: 0;
    bottom: 0;
    font-size: 14px;
}

#global-nav ul li {
    float: left;
}

#global-nav ul li a {
    padding: 0 30px;
    color: #ef3f93;
    transition: all 0.4s ease-out 0.1s;
    display: block;
}

#top-head .inner .logo a {
    color: #ef3f93;
    margin: 0;
    padding: 0;
    transition: all 0.4s ease-out 0.1s;
}

#top-head .inner .logo a:hover,
#global-nav ul li a:hover {
    color: #292f33;
}


/*content*/

.content {
    padding-top: 200px;
    background-color: #f7f8f9;
}

.box {
    margin-bottom: 200px;
}

.contents-list {
    padding: 20px;
    width: 1140px;
    margin: 10px auto;
}

.title {
    color: #666;
    text-align: center;
    font-size: 25px;
    margin-bottom: 40px;
    font-weight: normal;
}

.title span {
    color: #44a8f2;
    font-weight: bold;
    font-size: 32px;
}

.youtube ul li {
    width: 560px;
    height: 345px;
    float: left;
}

.youtube ul li:nth-child(2n) {
    margin-left: 20px;
}

.youtube iframe {
    border: none;
}

.item:after {
    content: '';
    display: block;
    clear: both;
}

.item {
    float: left;
    margin: 17px;
}

.item a {
    display: block;
    width: 250px;
    height: 250px;
}

.item a img {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    object-fit: cover;
    transition: all 0.4s ease-out 0.1s;
}

.item a:hover img {
    opacity: .6;
    transform: scale(1.1);
}

#infscr-loading {
    text-align: center;
    margin: 0 auto;
    float: left;
}

.navigation,
.navigation-youtube,
#infscr-loading {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 40px auto 0;
    float: left
}

.navigation a,
.navigation-youtube a,
#infscr-loading a {
    color: #888;
    display: block;
    line-height: 48px;
    text-align: center;
}

.news {
    width: 1140px;
    height: 550px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.airframe-img {
    float: left;
    margin: 0 80px;
    width: 280px;
}

.airframe-title {
    float: left;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 17px;
    margin-top: 10px;
    color: #888;
    display: block;
}

.airframe-img img {
    object-fit: cover;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    transition: all 0.4s ease-out 0.1s;
}

.airframe-img:hover img {
    opacity: .6;
    transform: scale(1.1);
}

.info-title {
    color: #666;
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid #ccc;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.airframe-spec {
    float: left;
    width: 350px;
}

.airframe-camera {
    float: left;
    width: 350px;
}

.airframe-spec table,
.airframe-camera table {
    color: #666;
    font-size: 14px;
}

.airframe-spec table tbody tr th,
.airframe-camera table tbody tr th {
    color: #e09128;
    text-align: left;
    vertical-align: top;
    padding: 6px 0;
    width: 114px;
}

.airframe-spec table tbody tr td,
.airframe-camera table tbody tr td {
    padding: 6px 0 6px 10px;
}

.font-figure {
    width: 210px;
    float: left;
    margin-right: 25px;
}

.pom-2 .star {
    width: 170px;
}

.font-figure i {
    font-size: 180px;
    color: #666;
    display: block;
}

.pom {
    margin-bottom: 60px;
}

.pom-1 {
    float: left;
    width: 545px;
    margin-right: 84px;
}

.pom-2 {
    float: left;
    width: 510px;
}

.pom-k {
    float: left;
    width: 310px;
}

.pom-title {
    color: #666;
    font-size: 19px;
    padding-bottom: 5px;
    border-bottom: 2px solid #ccc;
    text-align: center;
    display: block;
    margin: 10px 0;
}

.pom-comment {
    font-size: 16px;
    color: #777;
}

.price,
.inquiry {
    width: 100%;
    border-spacing: 7px 0;
}

.price thead tr th,
.inquiry thead tr th {
    font-size: 20px;
    line-height: 40px;
    padding: 10px;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    background-color: #e09128;
}

.price tbody tr td,
.inquiry tbody tr td {
    border: 1px solid #e09128;
    font-size: 15px;
    padding: 10px;
    text-align: center;
    color: #444;
}

.price tbody tr td span,
.inquiry tbody tr td span {
    font-weight: bold;
    font-size: 25px;
    line-height: 45px;
}

.tax {
    float: right;
    margin: 6px;
    font-size: 12px;
    color: #888;
}

.price-caution {
    margin: 30px 0
}

.caution-title {
    cursor: pointer;
    display: block;
    text-align: center;
    color: #666;
    font-size: 18px;
}

.caution-title i {
    font-size: 22px;
    margin-right: 5px;
}

.caution-detail {
    margin: 20px;
}

.caution-detail p {
    font-size: 15px;
    color: #777;
    line-height: 32px;
}

.inquiry tr td span a {
    color: #444;
    text-decoration: underline;
}

.last {
    margin-bottom: 0px;
    padding-bottom: 200px;
}

#line {
    width: 100%;
    height: 1px;
    background-color: #ef3f93;
}

small {
    display: block;
    text-align: center;
    margin: 30px 0;
    color: #ef3f93;
}

#page-top {
    width: 100px;
    height: 130px;
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 8000;
}

#move-page-top {
    text-decoration: none;
    display: block;
    cursor: pointer;
}

#move-page-top i {
    font-size: 40px;
    color: #898989;
    text-align: center;
    display: block;
}

#move-page-top img {
    width: 100px;
    height: 100px;
}

#move-page-top img {
    width: 100px;
    height: 100px;
}

@media (max-width: 1386px) {
    .description {
        width: 885px;
    }
}

@media (max-width: 1180px) {
    .skippr-next {
        right: 6%;
    }
    .contents-list {
        padding: 0;
        width: 570px;
    }
    .youtube ul li:nth-child(2n) {
        margin-left: 0px;
        margin-top: 20px;
    }
    .youtube ul li {
        width: 570px;
    }
    .youtube iframe {
        width: 570px;
    }
    .news {
        width: 570px;
        height: 635px;
    }
    .airframe-spec table,
    .airframe-camera table {
        width: 100%;
    }
    .airframe-spec table tbody tr td,
    .airframe-camera table tbody tr td {
        text-align: right;
    }
    .airframe-spec {
        float: none;
        margin: 0 auto 35px;
    }
    .airframe-img {
        float: none;
        margin: 0 auto 40px;
    }
    .airframe-title {
        float: none;
    }
    .airframe-camera {
        float: none;
        margin: 0 auto;
    }
    .pom-1 {
        margin-right: 0;
        width: 570px;
    }
    .pom-2 {
        margin-top: 50px;
        width: 570px;
    }
    .pom-2 .star {
        width: 210px;
    }
    .pom-2 .font-figure i {
        text-align: center;
    }
    .pom-k {
        width: 330px;
    }
    .caution-detail p {
        font-size: 12px;
    }
    .inquiry tbody tr td span {
        font-size: 20px;
    }
}

@media (max-width: 1025px) {
    .description {
        width: 770px;
    }
    .description h1 {
        letter-spacing: 0px;
    }
}

@media (max-width: 920px) {
    .description {
        width: 465px;
    }
    .description h1 {
        font-size: 30px;
    }
}

@media (max-width: 585px) {
    .description {
        width: 385px;
    }
    .description h1 {
        font-size: 25px;
    }
    .skippr-nav-element-block {
        width: 25px;
    }
    #top-head .logo {
        margin-bottom: 5px;
    }
    #global-nav ul li {
        float: none;
        margin: 10px 0px;
    }
    .contents-list {
        width: 350px;
    }
    .title {
        font-size: 18px;
    }
    .title span {
        font-size: 26px;
    }
    .youtube ul li,
    .youtube iframe {
        width: 350px;
        height: 215px;
    }
    .pic {
        width: 284px;
    }
    .article {
        width: 294px;
    }
    .news {
        width: 294px;
        height: 1280px;
    }
    .font-figure {
        float: none;
        width: 100%;
        margin: 0;
    }
    .font-figure i {
        text-align: center;
    }
    .pom-1,
    .pom-2,
    .pom-k,
    .font-figure i {
        width: 350px;
    }
    .price-caution {
        margin: 40px 0
    }
    .inquiry thead tr th {
        font-size: 18px;
    }
    .inquiry tbody tr td span {
        font-size: 15px;
    }
    #page-top {
        width: 50px;
        height: 80px;
        right: 5px;
        bottom: 10px;
    }
    #move-page-top i {
        font-size: 30px;
    }
    #move-page-top img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 500px) {
    .description {
        width: 280px;
    }
}

@media (max-width: 400px) {
    .description {
        width: 200px;
    }
    .description h1 {
        font-size: 18px;
    }
    #global-nav ul {
        float: left;
    }
}

@media (max-width: 360px) {
    .content {
        padding-top: 150px;
    }
    .box {
        margin-bottom: 150px;
    }
    .contents-list {
        width: 294px;
    }
    .youtube ul li,
    .youtube iframe {
        width: 294px;
        height: 165px;
    }
    .pic {
        width: 284px;
    }
    .airframe-spec,
    .airframe-camera {
        width: 294px;
    }
    .pom-1,
    .pom-2,
    .pom-k,
    .font-figure i {
        width: 294px;
    }
    .pom-title {
        font-size: 18px;
    }
    .inquiry tbody tr td span {
        font-size: 12px;
    }
    .last {
        margin-bottom: 0px;
        padding-bottom: 150px;
    }
}