@charset "utf-8";

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

@media screen and (max-width: 767px) {
    body {
        min-width: 100% !important;
        font-size: 13px;
        overflow-x: hidden;
    }
    /*--------------------------------------------
	GLOBAL CSS
--------------------------------------------*/
    img {
        max-width: 100%;
    }
    /*--------------------------------------------
	HEADER
--------------------------------------------*/
    #header {
        padding: 10px 0;
        position: relative;
    }
    #header #hdrUpper {
        width: 100%;
    }
    #header #hdr_logo img {
        width: 35px;
        height: 35px;
    }
    #header #hLogo {
        float: left;
    }
    #header #hdr_logo {
        width: auto;
        height: 33px;
    }
    #header .lan {
        margin-left: 9px;
        display: none;
    }
    #header .menuIco {
        width: 33px;
        margin: 0;
        height: 33px;
    }
    #header .menuIco .line01 {
        top: 14px;
        left: 6px;
    }
    #header .menuIco .line02 {
        bottom: 12px;
        left: 6px;
    }
    #header .menuIco .line {
        width: 20px;
        height: 1px;
    }
    #header.openGlobalNav {
        padding-top: 10px;
    }
    #header .menuTxt {
        display: none;
    }
    #header .globalNavButton_wrapper {
        float: right;
        height: auto;
    }
    #header.openGlobalNav {
        position: fixed;
    }
    .globalNav_inner {
        padding: 83px 20px 30px;
        min-height: initial;
        min-height: none;
    }
    #header.openGlobalNav .globalNavButton .menuIco .line {
        width: 20px;
    }
    #header.openGlobalNav .globalNavButton .menuIco .line01 {
        -webkit-transform: rotate(45deg) translate3d(-5px, -5px, 0);
        -moz-transform: rotate(45deg) translate3d(-5px, -5px, 0);
        -ms-transform: rotate(45deg) translate3d(-5px, -5px, 0);
        transform: rotate(45deg) translate3d(1px, 1px, 0);
    }
    #header.openGlobalNav .globalNavButton .menuIco .line02 {
        -webkit-transform: rotate(-45deg) translate3d(-7px, 8px, 0);
        -moz-transform: rotate(-45deg) translate3d(-7px, 8px, 0);
        -ms-transform: rotate(-45deg) translate3d(-7px, 8px, 0);
        transform: rotate(-45deg) translate3d(2px, -2px, 0);
    }
    .globalNav_contents {
        margin: 0;
    }
    .globalNav_list .lan {
        display: none;
    }
    .globalNav_list .en {
        font-size: 20px;
        display: block;
        margin-bottom: 5px;
    }
    .globalNav_list .ja {
        display: block;
        font-size: 13px;
        font-weight: 600;
        margin-top: 5px;
    }
    .globalNav_list .globalNav_item {
        margin-bottom: 20px;
    }
    .globalNav.openEndGlobalNav .header_contact {
        font-size: 20px;
        line-height: 26px;
    }
    .globalNav_side {
        margin-top: 30px;
    }
    .globalNav.openEndGlobalNav .headerMenu_item:nth-child(1) {}
    .headerMenu li {
        float: none;
        margin-bottom: 6px;
    }
    .globalNav.openEndGlobalNav .lan {
        display: none;
    }
    #contents.stopScroll {
        padding-top: 53px;
    }
    /*--------------------------------------------
	FRAMEWORK
--------------------------------------------*/
    .gInner {
        max-width: 90%;
    }
    .ttl_01 {
        margin-bottom: 20px;
    }
    .btn_01.more a {
        max-width: 280px;
    }
    .btn_01 {
        text-align: center;
    }
    .ttl_01 .ttl_en {
        font-size: 24px;
        text-align: center;
        line-height: 1.4;
    }
    .ttl_01 .ttl_ja {
        font-size: 13px;
        text-align: center;
    }
    /*--------------------------------------------
	FOOTER
--------------------------------------------*/
    #footer #ftr_logo {
        margin: 0;
        width: 277px;
        height: 28px;
        background-size: contain;
    }
    #footer .ftrL {
        float: none;
    }
    #footer .ftrL p {
        font-size: 12px;
    }
    #footer #ftrInner {
        padding: 30px 0;
    }
    .english #footer #ftrInner {
        padding: 30px 0 25px;
    }
    #copy {
        text-align: center;
        padding: 10px 0;
        font-size: 10px;
    }
    .sp_foot {
        position: fixed;
        bottom: 0;
        z-index: 100;
        background: #fff;
        width: 100%;
        text-align: center;
        padding: 10px;
        box-sizing: border-box;
        box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.4);
    }
    .sp_foot ul {
        font-size: 0;
        vertical-align: bottom;
    }
    .sp_foot li {
        float: left;
        width: 25%;
    }
    .sp_foot li:not(:last-child) {
        margin-right: 0;
    }
    .sp_foot li a {
        text-align: center
    }
    .sp_foot .page_top {
        position: static;
    }
    .sp_foot .page_top a {
        background: none;
        height: auto;
        width: auto;
    }
    /*--------------------------------------------
	TOP PAGE
--------------------------------------------*/
    #top .top_sec {
        padding: 60px 0;
    }
    #top #mainimage {
        padding-top: 0;
    }
    #top #mainimage .inner {
        background: url(/wp-content/themes/sccp-air/Image/top/mainimage_sp.jpg) no-repeat center top / cover;
        height: auto;
    }
    #top #mainimage .imgWrap {
        position: static;
        width: 100%;
        padding: 0;
        max-width: none;
        max-height: none;
    }
    #top #mainimage .scroll {
        display: none;
    }
    #top #sec_01 {
        padding: 0;
    }
    #top #sec_01 .sub_sec .gInner {
        max-width: 90%;
        width: 100%;
    }
    #top #sec_01 .sub_sec {
        width: 100%;
        float: none;
        padding: 50px 0;
    }
    #top #sec_01 #sec01-01 {
        padding-right: 0;
        border-right: none;
    }
    #top #sec_01 #sec01-01 {
        width: 100%;
        float: none;
    }
    #top #sec_01 #sec01-01 .gInner {
        margin: 0 auto;
    }
    #top #sec_01 #sec01-02 {
        padding-left: 0;
        background: #fafafa;
    }
    #top #sec_01 #sec01-02 .gInner {
        margin: 0 auto;
    }
    #top #sec_01 .ttl_01 {
        padding-top: 40px;
        padding-left: 0;
        background-position: top 0 center;
    }
    #top #sec_01 .tArea {
        margin-bottom: 25px;
    }
    #top #sec_02 .ttl_01 {
        padding-left: 0;
        padding-top: 45px;
        background-position: top center;
        margin-bottom: 40px;
    }
    #top #sec_02 #newsList li a {
        padding: 15px 0;
        background: none;
    }
    #top #sec_02 #newsList .date {
        font-size: 13px;
        margin-right: 20px;
        width: 75px;
        padding: 0;
    }
    #top #sec_02 #newsList .badge {
        font-size: 12px;
        width: 80px;
        padding: 0;
        font-weight: 600;
        background: #eeeeee;
    }
    #top #sec_02 #newsList .ttl {
        font-size: 14px;
    }
    #top #sec_02 #newsList {
        max-height: 250px;
    }
    #top #sec_03 .gInner .ttl_01 {
        margin-bottom: 40px;
    }
    #top #sec_03 .artistList li {
        width: 300px;
        background: #efefef;
        padding: 0;
        margin: 0 15px;
    }
    #top #sec_03 .artistList .imgBox {
        width: 45%;
        height: 200px;
        overflow: hidden;
        position: relative;
    }
    #top #sec_03 .artistList .imgBox img {
        max-width: none;
        max-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #top #sec_03 .artistList .txtBox {
        width: 50%;
        height: 200px;
        padding: 0;
        padding-right: 5%;
        box-sizing: border-box;
    }
    #top #sec_03 .artistList .name_en {
        font-size: 10px;
    }
    #top #sec_03 .artistList .name_ja {
        letter-spacing: 3px;
        font-size: 16px
    }
    #top #sec_03 .artistList .txtBox dt {
        font-size: 10px
    }
    #top #sec_03 .artistList .txtBox dd {
        font-size: 12px;
    }
    /*
#top #sec_03 .artistList li{
	position:relative;
	margin:0 10px;
	background:#eee;
	padding: 20px;
}
#top #sec_03 .artistList li .imgBox{
	position:absolute;
	max-width:30%;
	height:100px;
	overflow:hidden;
	top:20px;
	right:20px;
}
#top #sec_03 .artistList li .txtBox{
	height:auto;
	padding:0;
}
*/
    #top #sec_03 .btn_02 {
        position: static;
    }
    #top #sec_03 .btn_02 a {
        background: url(/wp-content/themes/sccp-air/Image/common/plus_wh.svg) no-repeat left 40px center;
        color: #fff;
        background-color: #727171;
    }
    #top #sec_03 .btn_02 {
        position: static;
        text-align: center;
    }
    #top #sec_03 .btn_02 a {
        background: url(/wp-content/themes/sccp-air/Image/common/plus_wh.svg) no-repeat left 30px center;
        color: #fff;
        background-color: #727171;
        padding: 13px 30px 13px 60px;
        line-height: 1;
    }
    #top #sec_03 .artistList .name {
        padding-top: 25px;
        box-sizing: border-box;
        border-bottom: none;
    }
    #top #sec_03 .slick-dots li {
        padding: 0;
        margin: 0;
        background: none;
        width: auto;
    }
    #top #sec_03 .slick-dotted.slick-slider {
        margin-bottom: 50px;
    }
    #top #sec_03 .slick-dots {
        bottom: -35px;
    }
    #top .btnArea .slider-arrow {
        position: absolute;
        font-size: 30px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        height: 30px;
    }
    #top .btnArea .slider-prev {
        left: 0;
    }
    #top .btnArea .slider-next {
        right: 0;
    }
    #top .btnArea li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
    #top .btnArea li a {
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    }
    #top .btnArea li:last-child {
        margin-bottom: 0;
    }
    #top .btnArea ul {
        display: block;
        font-size: 0;
    }
    #top .btnArea {
        text-align: center;
        padding: 0 0 40px;
    }
    #top .btnArea img {
        max-width: 100%;
    }
    #top .map {
        position: relative;
    }
    #top .map .map-btn {
        text-align: center;
        font-size: 16px;
        color: #fff;
        width: 90%;
        margin: 0 auto 40px;
    }
    #top .map .map-btn a {
        padding: 10px 0 10px 0;
        color: #fff;
        font-weight: 100;
        border-radius: 25px;
        width: 100%;
        box-sizing: border-box;
        background: #727171;
    }
    #top .map .map-btn a:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        width: 30px;
        height: 30px;
        background: url(/wp-content/themes/sccp-air/Image/common/map_ico.svg) no-repeat left top / 30px auto;
    }
    /*--------------------------------------------
	下層ページ
--------------------------------------------*/
    .under #main-cts .navArea ul li {
        font-size: 11px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .under .navArea ul li a {}
    .under #contents {
        padding: 0;
    }
    .under #contents.stopScroll {
        padding-top: 53px;
    }
    .under #mainimage {
        height: auto;
        padding-top: 66%;
        background-image: url(../Image/top/mainimage_sp.jpg);
    }
    .under.english #mainimage h1 {
        padding-top: 22%;
    }
    .under #mainimage h1 {
        position: absolute;
        width: 90%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        padding: 0;
        padding-top: 22%;
    }
    .under #mainimage h1 .en {
        font-size: 32px;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    .under #mainimage h1 .ja {
        font-size: 12px;
    }
    .under #main-cts {
        padding: 60px 0 80px;
    }
    .under .gInner {
        max-width: 90%;
    }
    .under h2 {
        font-size: 18px;
        line-height: 1.4;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
    .under #main-cts .tArea:not(:last-child) {
        margin-bottom: 40px;
    }
    .under #main-cts .tArea02:not(:last-child) {
        margin-bottom: 30px;
    }
    .under h3 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .under .imgWrap {
        display: block;
    }
    .under .imgWrap img {
        max-width: 100%;
        height: auto;
    }
    .under .alignleft {
        width: 30%;
        margin: 0 10px 10px 0;
    }
    .under .alignright {
        width: 30%;
        margin: 0 0 10px 10px;
    }
    .under .aligncenter {
        margin: 0 auto;
    }
    .under h4 {
        font-size: 16px;
        background-position: top 3px left;
        line-height: 1.5;
    }
    .under table th,
    .under table td {
        padding: 10px;
    }
    #stay .tbl-design301 th.th01,
    #stay .tbl-design301 th.th02 {
        width: 20%;
    }
    #stay .tbl-design301 th,
    #stay .tbl-design301 td {
        font-size: 11px;
    }
    #staff strong {
        font-size: 16px;
    }
    #about-artist-in-r .imgWrap.alignnone {
        width: 30%;
        float: left;
    }
    #about-artist-in-r h2 {
        padding-left: 1.5em;
        text-indent: -1.5em;
    }
    #facilities #sheet_03 td {
        display: block;
        margin-top: -1px;
        width: 100%;
        box-sizing: border-box;
    }
    #application .tbl-design301 tr:first-child {
        display: none;
    }
    #application .tbl-design301 th {
        display: block;
        width: 100%;
        box-sizing: border-box;
        margin-top: -1px;
        background: #9c9d9d;
        color: #fff;
    }
    #application .tbl-design301 td {
        display: block;
        margin-top: -1px;
        position: relative;
        padding-left: 42%;
        line-height: 24px;
    }
    #application .tbl-design301 td:before {
        content: attr(data-th);
        width: 40%;
        position: absolute;
        font-size: 10px;
        left: 0;
        top: 0;
        height: 100%;
        padding: 10px 2%;
        box-sizing: border-box;
        background: #efefef;
        font-weight: 600;
        line-height: 24px;
    }
    #privacy #main-cts dt {
        font-size: 16px;
        background-size: 20px 20px;
        padding-left: 25px;
        background-position: left top 2px;
    }
    #privacy #main-cts dd:not(:last-child) {
        margin-bottom: 30px;
    }
    #sitemap #sec_01 .smList {
        width: 100%;
    }
    #sitemap #sec_01 .smList:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
    #sitemap #sec_01 .list_lv01 {
        position: relative;
        padding-left: 25px;
        font-size: 16px;
    }
    #sitemap #sec_01 .list_lv01:before {
        position: absolute;
        left: 0;
        top: 3px;
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
    #sitemap #sec_01 .exLink:after {
        width: 18px;
        height: 18px;
        background-size: 18px;
    }
    #sitemap #sec_01 .list_lv01:not(:first-child) {
        margin-top: 20px;
    }
    #sitemap #sec_01 li:last-child {
        margin-bottom: 0;
    }
    #sitemap #sec_01 .list_lv02 {
        font-size: 13px;
        position: relative;
        padding-left: 45px;
    }
    #sitemap #sec_01 .list_lv02:before {
        position: absolute;
        left: 25px;
        top: 0px;
    }
    #top.top02 #header .lan {
        display: block;
    }
    #top.top02 #header .lan li a {
        width: 33px;
        height: 33px;
        font-size: 14px;
        line-height: 33px;
    }
    #top.top02 #header {
        position: absolute;
    }
    #top.top02 #header .globalNavButton_wrapper {
        float: left;
    }
    #top.top02 #header .lan li.ja {
        margin-right: 10px;
    }
    #top.top02 .sp_foot02 .page_top a {
        width: 100%;
        height: 40px;
        background: #fff;
        font-size: 40px;
        line-height: 40px;
    }
    #top.top02 .sp_foot02 {
        padding: 0;
        background-color: #fff;
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: center;
        z-index: 80;
        display: none;
    }
    #top.top02 .sp_foot02 .page_top {
        position: static;
    }
    #top.top02 {
        padding-bottom: 40px;
    }
    #top.top02 #contents.stopScroll {
        padding-top: 0;
    }
}