@charset "utf-8";

/*-----------------------------------------------------

	TOP　トップページ共通

------------------------------------------------------*/

#top .top_sec {
    padding: 90px 0 100px;
}


/*-----------------------------------------------------

	TOP MAINIMAGE　トップページ

------------------------------------------------------*/

#top #mainimage {
    width: 100%;
    padding-top: 61px;
}

#top #mainimage .inner {
    position: relative;
    overflow: hidden;
    background: url(/wp-content/themes/sccp-air/Image/top/mainimage.jpg) no-repeat center top;
    height: 823px;
}

#top #mainimage .imgWrap {
    width: 100%;
    position: absolute;
    max-width: 803px;
    max-height: 90px;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

#top #mainimage .imgWrap img {
    max-width: 100%;
}

#top #mainimage .scroll {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    margin: 0 auto;
    width: 41px;
    height: 50px;
}


/*-----------------------------------------------------

	TOP SECTION_01　トップページ

------------------------------------------------------*/

#top #sec01-01 .ttl_01 {
    padding-left: 50px;
    background: url(/wp-content/themes/sccp-air/Image/top/sec01_ico01.svg ) no-repeat left center /35px auto;
}

#top #sec01-02 .ttl_01 {
    padding-left: 50px;
    background: url(/wp-content/themes/sccp-air/Image/top/sec01_ico02.svg ) no-repeat left center/35px auto;
}

#top #sec_01 .tArea {
    line-height: 1.8;
    margin-bottom: 40px;
}

#top #sec_01 .sub_sec {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

#top #sec_01 .sub_sec .gInner {
    max-width: 70%;
    width: 70%;
}

#top #sec_01 #sec01-01 .gInner {
    margin: 0;
    margin-left: auto;
}

#top #sec_01 #sec01-02 .gInner {
    margin: 0;
    margin-right: auto;
}

#top #sec_01 #sec01-01 {
    padding-right: 50px;
    border-right: dashed 1px #727171;
}

#top #sec_01 #sec01-02 {
    padding-left: 50px;
}


/*-----------------------------------------------------

	TOP SECTION_02　トップページ

------------------------------------------------------*/

#top #sec_02 {
    background: url(/wp-content/themes/sccp-air/Image/top/sec02_bg.jpg) no-repeat center top /cover;
    color: #fff;
    padding: 35px 0 60px;
}

#top #sec_02 .ttl_01 {
    background: url(/wp-content/themes/sccp-air/Image/top/sec02_ico.svg) no-repeat left center/30px auto;
    padding-left: 55px;
}

#top #sec_02 .Lbox {
    display: inline-block;
    width: 300px;
    vertical-align: middle;
}

#top #sec_02 .Rbox {
    display: inline-block;
    width: 820px;
    vertical-align: middle;
}

#top #sec_02 #newsList {
    overflow-y: scroll;
    max-height: 400px;
    padding-right: 20px;
    box-sizing: border-box;
}

#top #sec_02 #newsList::-webkit-scrollbar {
    width: 8px;
}

#top #sec_02 #newsList::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 4px;
}

#top #sec_02 #newsList::-webkit-scrollbar-thumb {
    background: #3e3a39;
    border-radius: 4px;
}

#top #sec_02 #newsList li {
    border-bottom: dashed 1px #fff;
}

#top #sec_02 #newsList li a {
    padding: 25px 0;
    color: #fff;
    padding-left: 30px;
    background: url(/wp-content/themes/sccp-air/Image/common/plus_wh.svg) no-repeat left center /20px 20px;
    font-weight: 200;
    display: block;
    font-size: 0;
    position: relative;
}

#top #sec_02 #newsList li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 2;
    transition: .8s;
}

#top #sec_02 #newsList li a.noLink {
    pointer-events: none;
}

#top #sec_02 #newsList li a.noLink:before {
    display: none;
}

@media screen and (min-width: 768px) {
    #top #sec_02 #newsList li a:hover:before {
        width: 100%;
    }
}

#top #sec_02 #newsList span {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

#top #sec_02 #newsList .date {
    margin-right: 25px;
    width: 80px;
}

#top #sec_02 #newsList .badge {
    margin-right: 25px;
    background: #d9dada;
    color: #3e3a39;
    font-weight: 600;
    width: 100px;
    text-align: center;
    padding: 3px 0px;
}

#top #sec_02 #newsList .ttl {
    width: 523px;
}

@media screen and (max-width: 1119px) {
    #top #sec_02 {
        padding-top: 60px;
    }
    #top #sec_02 .Lbox {
        float: none;
        width: 100%;
        padding-top: 0;
        margin-bottom: 15px;
    }
    #top #sec_02 .Rbox {
        float: none;
        width: 100%;
    }
    #top #sec_02 .gInner {
        padding: 0 20px;
    }
    #top #sec_02 #newsList .ttl {
        width: 100%;
        margin-top: 10px;
    }
}


/*-----------------------------------------------------

	TOP SECTION_03　トップページ

------------------------------------------------------*/

#top #sec_03 {
    padding-top: 45px;
}

#top #sec_03 .gInner {
    position: relative;
}

#top #sec_03 .btn_02 {
    position: absolute;
    right: 0;
    top: 45px;
}

#top #sec_03 .gInner .ttl_01 {
    text-align: center;
    padding-top: 45px;
    background: url(/wp-content/themes/sccp-air/Image/top/sec03_ico.svg) no-repeat center top/35px auto;
    margin-bottom: 70px;
}

#top #sec_03 .artistList li {
    padding: 0 15px;
}

#top #sec_03 .artistList .imgBox {
    float: left;
    height: 400px;
    overflow: hidden;
}

#top #sec_03 .artistList .txtBox {
    float: right;
    height: 400px;
    background: #ececec;
    padding: 100px 15px 0 20px;
    box-sizing: border-box;
    width: 250px;
}

#top #sec_03 .artistList .name {
    line-height: 1;
    padding-bottom: 5px;
    border-bottom: solid 1px #3e3a39;
    margin-bottom: 10px;
}

#top #sec_03 .artistList .name_en {
    font-size: 12px;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 5px;
}

#top #sec_03 .artistList .name_ja {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 8px;
    display: block;
}

#top #sec_03 .artistList .txtBox dt {
    background: #595757;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    font-size: 11px;
}

#top #sec_03 .artistList .txtBox dd {
    font-size: 14px
}

#top #sec_03 .slick-dots li button {
    position: relative;
}

#top #sec_03 .slick-dots li {
    padding: 0;
}

#top #sec_03 .slick-dotted.slick-slider {
    margin-bottom: 100px;
}

#top #sec_03 .slick-dots {
    bottom: -70px;
}


/*-----------------------------------------------------

	TOP LINK　AREA　リンクエリア

------------------------------------------------------*/

#top .btnArea li {
    float: left;
    width: 32%;
    margin-right: 2%;
}

#top .btnArea li a {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
    #top .btnArea li a:hover {
        opacity: 0.5;
    }
}

#top .btnArea li:last-child {
    margin-right: 0;
}

#top .btnArea ul {
    display: inline-block;
}

#top .btnArea {
    padding-bottom: 100px;
    text-align: center;
}

#top .btnArea img {
    max-width: 100%;
    vertical-align: bottom;
}

#top .map #map-canvas {
    height: 400px;
    width: 100%;
}


/*-----------------------------------------------------

	下層ページ

------------------------------------------------------*/

.under .navArea {
    margin-bottom: 30px;
}

.under #main-cts .navArea ul {
    font-size: 0;
    vertical-align: bottom;
}

.under #main-cts .navArea ul li {
    display: inline-block;
    font-size: 12px;
    margin-right: 12px;
    margin-left: 0;
    margin-bottom: 12px;
    vertical-align: bottom;
}

.under .navArea ul li a {
    background: #eee;
    line-height: 1;
    padding: 8px 15px;
    border-radius: 15px;
    font-weight: 300;
    margin-right: 0;
    color: #3e3a39;
    vertical-align: bottom;
}

.under .navArea ul li.active a {
    pointer-events: none;
}

.under .navArea ul li.active a,
.under .navArea ul li a:hover {
    transition: .8s;
    background: #727171;
    color: #fff
}

.under .alignright {
    float: right;
    margin: 0 0 0.857142857rem 1.714285714rem;
}

.under .alignleft {
    float: left;
    margin: 0 1.714285714rem 0.857142857rem 0;
}

.under img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
    max-width: 100%;
    height: auto;
}

.under #contents {
    padding-top: 61px;
}

.under #mainimage {
    background: url(/wp-content/themes/sccp-air/Image/common/under_mainimage.jpg) no-repeat center top / cover;
    height: 450px;
    position: relative;
}

.under #mainimage h1 {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding-top: 150px;
    color: #fff;
    line-height: 1;
}

.under.english #mainimage h1 {
    padding-top: 180px;
}

.under #mainimage h1 .en {
    font-size: 68px;
    font-weight: 100;
    display: block;
    margin-bottom: 20px;
}

.under #mainimage h1 .ja {
    font-size: 28px;
    font-weight: 100;
    display: block;
}

.under #main-cts {
    padding: 80px 0 150px;
}

.under h2 {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}

.under h2:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background: #3e3a39;
    left: 0;
    bottom: 0;
}

.under h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.under h4 {
    background: url(/wp-content/themes/sccp-air/Image/common/plus_gr.svg) no-repeat left center /30px 30px;
    padding-left: 25px;
    line-height: 20px;
    color: #727171;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
    background-size: 20px;
}

.under .gInner {
    max-width: 1000px;
}

.under table th,
.under table td {
    padding: 15px;
    border: solid 1px #727171;
}

.under table th {
    background: #efefef;
    width: 20%;
    font-weight: 400;
}

.under table td {
    width: auto;
}

.under #main-cts p {
    margin-bottom: 1em;
}

.under #main-cts .tArea:not(:last-child) {
    margin-bottom: 80px;
}

.under #main-cts .tArea02:not(:last-child) {
    margin-bottom: 50px;
}

.under #main-cts .tArea:after,
.under #main-cts .tArea02:after {
    content: "";
    display: block;
    clear: both;
}

#about-artist-in-r .imgWrap.alignnone:not(:last-child) {
    margin-right: 0.857142857rem;
}

#facilities .tbl-design201 td {
    vertical-align: top;
    width: 25%;
}

#staff strong {
    font-size: 18px;
}

#facilities .tArea02 {
    margin-bottom: 30px;
}

#stay #main-cts ul {
    margin-bottom: 1em;
}

.under #main-cts ul li {
    list-style: disc;
    margin-left: 30px;
    margin-bottom: 8px;
}

#stay .tbl-design301 th,
#stay .tbl-design301 td {
    font-size: 13px;
}

#stay .tbl-design301 th.th01 {
    width: 16%;
}

#stay .tbl-design301 th.th02 {
    width: 7%;
}

#stay .tbl-design301 td {
    width: auto;
    text-align: center;
}

#application .tbl-design301 th.th01 {
    width: 40%;
}

#application .tbl-design301 th.th02 {
    width: 30%;
}

#application td .smaller {
    font-weight: 400;
    font-size: 13px;
    color: #727171;
}

#privacy #main-cts dt {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
    padding-left: 30px;
    background: url(/wp-content/themes/sccp-air/Image/common/plus_gr.svg) no-repeat left center / 25px 25px;
    line-height: 25px;
}

#privacy #main-cts dd {
    padding-left: 25px;
}

#privacy #main-cts dd:not(:last-child) {
    margin-bottom: 50px;
}

#sitemap #sec_01 li {
    list-style: none;
    margin-left: 0;
}

#sitemap #sec_01 .smList {
    float: left;
    width: 48%;
}

#sitemap #sec_01 .smList:not(:last-child) {
    margin-right: 4%;
}

#sitemap #sec_01 .list_lv01 {
    font-size: 18px;
    font-weight: 500;
    color: #727171;
}

#sitemap #sec_01 .list_lv01:not(:first-child) {
    margin-top: 30px;
}

#sitemap #sec_01 .list_lv01:before {
    width: 25px;
    height: 25px;
    background: url(/wp-content/themes/sccp-air/Image/common/plus_gr.svg) no-repeat left top / 25px 25px;
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

#sitemap #sec_01 .list_lv02 {
    font-size: 15px;
    padding-left: 25px;
}

#sitemap #sec_01 .list_lv02:before {
    content: 'ー';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

#sitemap #sec_01 .exLink {}

#sitemap #sec_01 .exLink:after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
    background: url(/wp-content/themes/sccp-air/Image/common/exLink.png) no-repeat left center /20px;
}

#sitemap #sec_01 li a {
    position: relative;
    padding-bottom: 3px;
}

#sitemap #sec_01 li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    transition: .8s;
    height: 1px;
    background: #727171;
}

#sitemap #sec_01 li.list_lv01 a:before {
    height: 2px
}

@media screen and (min-width: 768px) {
    #sitemap #sec_01 li a:hover {
        opacity: 0.5
    }
    #sitemap #sec_01 li a:hover:before {
        width: 100%;
    }
}

.under .bold {
    font-weight: 800;
}

.under .demibold {
    font-weight: 600;
}

.under .normal {
    font-weight: 400;
}

.under .thin {
    font-weight: 200;
}

.under .red {
    color: #c11;
}


/*-----------------------------------------------------
	ENGLISH ONLY
------------------------------------------------------*/

#top .btnArea li a img.off {
    display: inline;
}

#top .btnArea li a:hover img.on {
    display: inline;
}

#top .btnArea li a img.on {
    display: none;
}

#top .btnArea li a:hover img.off {
    display: none;
}

body.english #footer #ftr_logo {
    background-image: url(/wp-content/themes/sccp-air/Image/common/fLogo_en.png);
}


/*-----------------------------------------------------
	PAGER
------------------------------------------------------*/


/* ナビゲーション全体のデザイン */

.wp-pagenavi {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}


/* ボタン<a>タグのデザイン */

.wp-pagenavi a {
    margin-right: 8px;
    background: #f3f3f3;
    color: #212121;
    display: inline-block;
    width: 50px;
    line-height: 50px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    /* ボタン<a>タグのホバー時のデザイン */
    .wp-pagenavi a:hover {
        background: linear-gradient(to bottom, #29dab2, #40c5f2);
        /* IE10+, W3C */
        background: linear-gradient(#29dab2, #40c5f2);
        color: #fff;
    }
}


/* 表示中のページ番号のデザイン */

.wp-pagenavi .current {
    margin-right: 8px;
    color: #fff;
    display: inline-block;
    background: linear-gradient(to bottom, #29dab2, #40c5f2);
    /* IE10+, W3C */
    background: linear-gradient(#29dab2, #40c5f2);
    width: 50px;
    line-height: 50px;
    text-align: center;
}