@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*--------------------------------------------
	 BASE
--------------------------------------------*/


/* ---- MOUSE OVER STYLE ---- */

.over {
    transition: 0.3s;
}

@media screen and (min-width: 768px) {
    .over:hover {
        opacity: 0.6;
    }
}

.ios .over:hover,
.ios .over:active,
.ios .over:link,
.ios .over:visited,
.ios .over::focus {
    opacity: 1;
}

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

:root .cf::after {
    /* IE9 */
    content: ""\9;
    clear: both\9;
    display: block\9;
    height: 0\9;
}

.ggmap,
.youtube {
    position: relative;
    padding-bottom: 58%;
    padding-top: 10px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmap #ggmap object,
.ggmap #ggmap embed,
.youtube iframe,
.youtube #ggmap object,
.youtube #ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .pc_none {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .sp_none {
        display: none;
    }
}

body,
html {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 400;
}

body {
    width: 100%;
    /*min-width:1300px;*/
    height: auto;
    color: #3e3a39;
    font-size: 16px;
    line-height: 1.5;
    background: #fff;
}

#wrapper {}

a {
    text-decoration: none;
    color: #565656;
    display: inline-block;
    transition: 0.8s;
}

@media screen and (min-width: 768px) {
    a:hover {
        color: #727171;
        text-decoration: none;
    }
}

table {
    width: 100%;
}


/*--------------------------------------------
	GLOBAL CSS
--------------------------------------------*/

.gInner {
    max-width: 1200px;
    margin: 0 auto;
}

.ttl_01 .ttl_en {
    display: block;
    font-size: 30px;
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 44px;
}

.ttl_01 .ttl_ja {
    display: block;
    font-size: 17px;
    font-weight: normal;
    font-weight: 400;
}

.ttl_01 {
    line-height: 1;
    margin-bottom: 35px;
}

.btn_01 a {
    background-color: #9c9d9d;
    padding: 13px 30px;
    line-height: 1;
    color: #fff;
    font-weight: 200;
    letter-spacing: 2px;
}

.btn_01 a {
    background-color: #9c9d9d;
    padding: 13px 30px;
    line-height: 1;
    color: #fff;
    font-weight: 200;
    letter-spacing: 2px;
}

.btn_01.more a {
    padding-left: 60px;
    background-image: url(/wp-content/themes/sccp-air/Image/common/more.svg);
    background-repeat: no-repeat;
    background-position: left 25px center;
    background-size: 21px 22px;
}

@media screen and (min-width: 768px) {
    .btn_01 a:hover {
        background-color: #353434;
    }
}

.btn_02.more a {
    letter-spacing: 2px;
    padding-right: 40px;
    line-height: 30px;
    background: url(/wp-content/themes/sccp-air/Image/common/plus_gr.svg) no-repeat right 5px center / 30px 30px;
    position: relative;
    padding: 0 45px 0 10px
}

.btn_02.more a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #3e3e39;
    bottom: -8px;
    left: 0;
    transform: scaleX(0);
    transition: .8s;
}

@media screen and (min-width: 768px) {
    .btn_02.more a:hover:after {
        transform: scaleX(1);
    }
}


/*--------------------------------------------
	HEADER
--------------------------------------------*/

#header {
    position: fixed;
    padding: 13px 0 8px;
    width: 100%;
    z-index: 3000;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

#header #hLogo {
    text-align: center;
}

#header #hdrInner {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    padding: 0 15px;
}

#header #hdr_logo {
    color: transparent;
    transition: .1s;
    text-align: center;
}

#header #hdrUpper {
    width: 1100px;
    margin: 0 auto;
}

#header .logoImg {
    display: block;
}

#header .logoImg.fixedImg {
    display: none;
}

#header .hdrR {
    float: right;
    position: relative;
    padding-top: 6px;
}

#header .lan li {
    float: left;
}

#header .lan li.ja {
    margin-right: 20px;
}

#header .lan {
    margin-right: 0;
    float: right;
}

#header .lan li a {
    border: solid 1px #9c9d9d;
    color: #9c9d9d;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 200;
    box-sizing: border-box;
    background: #fff;
}
#header .lan li.insta {
    margin-left: 15px;
}

#header .lan li.insta a {
    border: none;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
    background: #fff;
}
#header .lan li.current a {
    background: #9c9d9d;
    color: #fff;
}

@media screen and (min-width: 768px) {
    #header .lan li a:hover {
        background: #9c9d9d;
        color: #fff;
    }
}

#header.fixedbar:not(.openGlobalNav) {}


/*--------------------------------------------
	FRAMEWORK
--------------------------------------------*/

#contents {}

.under #contents {}

#main-cts {
    width: 100%;
}


/*--------------------------------------------
	FOOTER
--------------------------------------------*/

#footer {
    background: #9c9d9d;
    color: #fff;
}

.english #footer #ftrInner {
    padding: 60px 0 50px;
}

#footer #ftrInner {
    padding: 60px 0 80px;
}

#footer #fLogo {
    text-align: center;
}

#footer #ftr_logo {
    color: transparent;
    background: url(/wp-content/themes/sccp-air/Image/common/fLogo.png) no-repeat center center;
    width: 454px;
    height: 56px;
}

@media screen and (min-width: 768px) {
    #footer #ftr_logo:hover {
        opacity: 0.5;
    }
}

#copy {
    background: #727171;
    padding: 25px 0;
    text-align: left;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

#copy .gInner {
    display: block;
}

.page_top {
    position: fixed;
    right: 15px;
    bottom: 0px;
}

.page_top a {
    background: url(/wp-content/themes/sccp-air/Image/common/totop.png) no-repeat center center rgba(114, 113, 113, 0.7);
    width: 60px;
    height: 60px;
}

@media screen and (min-width: 768px) {
    .page_top a:hover {
        opacity: 0.4;
    }
}

@media screen and (min-width: 768px) {
    .sp_foot {
        display: none !important;
    }
}