/*
* airline2020 CSS
* Author: Ayana Nishihara
* Date:2019.07.29
*
* ※注意※
* テーマの整合性を保つため、修正した際はPC版・スマホ版両方のairline.cssを全選択コピペして上書きし、完全に一致させてください。
*/

#mainContent{
    font-family: Meiryo, 'Lucida Grande','Hiragino Kaku Gothic ProN', sans-serif!important;
}

/*link anchor in page*/
a.anchor{
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

/*toptext*/

.title02.pc{
    font-size:17px;
}

.title02.sp{
    display:none;
}

.toptext_sp{
    display:none;
}

/*3circle button*/

.box{
    width: 573px;
    margin: 0 auto;
}
.box ul{
    display:flex;
    justify-content: space-around;

}

li.button {
    list-style:none;
    position:relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    background: #98C72D;
}

li.button a{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #FFFFFF; 
    font-weight: bold;
}

li.button a span.button_text{
    position: absolute;
    width: 100%;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height:1.1;
    font-size: 20px;
}

li.button a span.button_text br{
    line-height:1;
}

li.button.mint{
    background: #5CACB7;
}

li.button.mint a span.button_text{
    line-height:1.2;
}

li.button.blue{
    background: #019FE9;
}

li.button.blue a span.button_text{
    line-height:1.3;
}

li.icon-airplane{
    list-style:none;
    display: flex;
    align-items: center;
}

li.icon-airplane img{
    width:80px;
}

/*mainvisual*/

.mainvisual{
    width: 100%;
    height: auto;
}

.mainvisual.sp{
    display:none;
}

/*section*/

section.mt15{
    width: 690px;
    margin-left: 10px;
}

/*h2-icon-airplane*/

h2.title01{
    display: flex;
    justify-content: center;
    align-items: center;
}

h2.title01 img.h2-icon-airplane{
    width:49px;
    margin-right: 10px;
}

br.br-sp{
    display:none;
}

/*dataset_box*/

.dataset_box{
    width:100%;
    box-sizing: border-box;
    border-left: 2px solid #514f54;
    border-right: 2px solid #514f54;
    border-bottom: 2px solid #514f54;
    margin-top: -3px;
}

.dataset_box ul{
    display:flex;
    justify-content:space-around;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
}

.dataset_box ul li{
    list-style:none;
}

/*dataset*/

.dataset_box ul li.dataset{
    width:197px;
}

.dataset_box ul li.dataset h3{
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1.3;
    text-align: center;
}

.dataset_box ul li.dataset p{
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
}

.dataset_box ul li.dataset img{
    width:100%;
    height: auto;
}

/*entry-img*/

.dataset_box ul li.dataset-entry{
    display:flex;
    justify-content:space-between;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    width:425px;
}

.dataset_box ul li.dataset-entry h3{
    width: 100%;
    height: 45px;
    background: #98c72d;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    text-align:center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.dataset_box ul li.dataset-entry .entryimg{
    width: 208px;
}

.dataset_box ul li.dataset-entry .entryimg img{
    width:100%;
    height: auto;
}

.dataset_box ul li.dataset-entry .entryimg h4{
    width: 100%;
    height: 42px;
    background: #7f7f7f;
    color: #FFF;
    font-size: 14px;
    text-align:center;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.dataset_box ul li.dataset-entry .entryimg h4.right{
    background: #e60000;
    font-size: 16px;
}

/*price*/

.dataset_box ul li.dataset-price{
    width:216px;
    text-align:center;
}

.dataset_box ul li.dataset-price h3{
    font-size: 18px;
    color: #000;
    line-height: 1.1;
    font-weight: bold;
    margin-top: 12px;
}

.dataset_box ul li.dataset-price img{
    width: 86px;
    height: auto;
}

.dataset_box ul li.dataset-price p{
    font-size: 37px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    padding-bottom: 5px;
}

.dataset_box ul li.dataset-price p.sp{
    display:none;
}

.dataset_box ul li.dataset-price p span{
    font-size: 17px;
}

.dataset_box ul li.dataset-price p br{
    line-height: 1;
}

/*button*/

.circle-button-box ul{
    display:flex;
    justify-content: space-around;
}

.circle-button-box li.button {
    list-style:none;
    position:relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #98C72D;
}

.circle-button-box li.button a{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #FFFFFF;
}

.circle-button-box li.button a span.button_text{
    position: absolute;
    width: 100%;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dataset_box ul li.dataset-price .circle-button-box li.button a span.button_text{
    font-size: 37px;
    font-weight: bold;
    line-height: 1;
}

.dataset_box ul li.dataset-price .circle-button-box li.button a span.button_text br{
    line-height: 1;
}

.airplane-circle.sp{
    display:none;
}

/*profileimg*/

ul.profileimg{
    display:flex;
    justify-content:space-around;
    align-items: flex-start;
}

ul.profileimg li{
    list-style: none;
}

ul.profileimg li img{
    width: 100%;
    height: auto;
}

ul.profileimg li.left{
    width: 364px;
}

ul.profileimg li.centerline{
    width: 3px;
    height: 475px;
    background: #5cacb7;
}


ul.profileimg li.right{
    width: 262px;
    text-align: center;
    margin-left: -25px;
}

ul.profileimg li.right img{
    width: 90%;
    height: 362px;
}

ul.profileimg li h3{
    font-size:16px;
    font-weight:bold;
    line-height:1.5;
    text-align:center;
}

ul.profileimg li p{
    font-size:16px;
    line-height:1.2;
    text-align:center;
    padding-bottom: 0px;
}

ul.profileimg li p.price{
    font-size:21px;
    font-weight:bold;
    line-height:1.1;
    text-align:center;
}

ul.profileimg li p.price span{
    font-size:12px;
}

/*banner-reservation-airplane*/

.banner-reservation-airplane{
    width: 596px;
    height: 93px;
    background-color: #5cacb7;
    border: 5px solid #5cacb7;
    margin-left: auto;
    margin-right: auto;
}

.banner-reservation-airplane ul{
    margin: 0;
    padding: 0;
}
.banner-reservation-airplane.blue{
    background-color: #009fe9;
    border: 5px solid #009fe9;
}

.banner-reservation-airplane li{
    list-style:none;
    float: left;
}

.banner-reservation-airplane li a{
    display: block;
    width: 100%;
    line-height: 95px;
}

.banner-reservation-airplane ul li.left{
    width: 109px;
    height: 93px;
    background-color: #FFF;
}

.banner-reservation-airplane ul li.left img{
    width: calc(100% - 8px);
    padding: 5px;
}

.banner-reservation-airplane ul li.right{
    width: calc(100% - 109px);
    height: 93px;
    text-align: center;
    display: flex;
    justify-content:center;
    align-items:center;
    text-align: center;
}

.banner-reservation-airplane li.right a{
    text-decoration:none;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.02em;
    font-size: 32px;
}

.banner-reservation-airplane li.right img{
    width: 42px;
    height: auto;
    vertical-align: middle;
    margin: -3px 5px 0;
}

.banner-reservation-airplane.mt15.mb10{
    margin-bottom: 35px;
}

/*movie*/

.dataset_box.movie{
    text-align:center;
}

.dataset_box.movie h3{
    font-size: 19px;
    font-weight: bold;
    text-align:center;
    line-height: 1;
}

.dataset_box.movie div.grayline{
    width: 90%;
    height: 5px;
    background: #e5e5e5;
    margin-left: auto;
    margin-right: auto;
}

.dataset_box.movie p{
    font-size: 15px;
    text-align:left;
    width:90%;
    margin-left: auto;
    margin-right: auto;
}

.dataset_box.movie p.price{
    font-size: 29px;
    font-weight: bold;
    text-align:left;
    line-height: 1.4;
}

.dataset_box.movie p.price span{
    font-size: 20px;
}

.dataset_box.movie p.price span.price-sp {
    font-size: 29px;
}

.dataset_box.movie p br{
    line-height: 1;
}

.dataset_box.movie img{
    width:90%;
    margin-left: auto;
    margin-right: auto;
}

.dataset_box.movie img.sp{
    display:none;
}

/*twitterspace*/

.dataset_box.movie .twitterspace p{
    text-align:center;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dataset_box.movie .twitterspace p a{
    color: #1da1f2;
    text-decoration:none;
    font-size:20px;
    font-weight:bold;
}

.dataset_box.movie .twitterspace p a span{
    line-height: 1;
    margin-top: 2px;
}

.dataset_box.movie .twitterspace img.arrow {
    vertical-align:middle;
    width:25px;
    margin-left:8px;
    margin-right:6px;
}

.dataset_box.movie .twitterspace p a i {
    color: #fff;
}

.dataset_box.movie .twitterspace p a i {
    width: 75px;
    height: 75px;
    margin: 0;
    border-radius: 50%;
    background: #1da1f2;
    line-height: 75px;
    text-align: center;
}

/*7/30 jobplanbanner*/

.jobplanbanner{
    background:#fedd4e;
    width: 638px;
    height: 80px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 35px;
}

.jobplanbanner a{
    width:100%;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items:center;
    color: #000;
}

.jobplanbanner a:hover {
    color: #000;
    text-decoration: none;
}

.jobplanbanner a:visited{
    color:#000;
}

.jobplanbanner span{
    font-size:25.74px;
    font-weight:bold;
    padding: 0;
    margin: 0;
}

.jobplanbanner img{
    width:73px;
    height: auto;
    margin-left: 6px;
}

.jobplanbanner span br{
    line-height: 1;
    display:none;
}

/*
*SP版
*/

@media screen and (max-width:480px) {

    #mainContent {
        font-family: 'メイリオ', Meiryo, Helvetica, 'Hiragino Sans','ヒラギノ角ゴシック', 'ＭＳ Ｐゴシック','MS PGothic'!important;
    }

    #pageTitle.airline{
        background: url(https://www.studioup.jp/wordpress/wp-content/uploads/2020airline-bg_pageTitle.png) 5% center no-repeat;
        background-size: 100px;
        padding-left: 32%;
        font-size: 17px; /*20190805修正*/
    }

    #mainContent{
        padding-left:0;
        padding-right:0;
    }

    .title02.pc{
        display:none;
    }

    .title02.sp{
        display:block;
        text-align: center;
        font-size: 18px; /*20190805修正*/
    }

    .toptext_pc{
        display:none;
    }

    .toptext_sp{
        display:block;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .box {
        width: 95%;
    }

    li.button {
        width: 100px;
        height: 100px;
    }

    li.button a span.button_text {
        font-size: 17px;
    }

    .box li.icon-airplane img{
        display: none;
    }

    br.br-sp{
        display:block;
    }

    section.mt15{
        width:100%;
        margin-left:0;
    }

    .banner-reservation-airplane {
        width: 100%;
        height: 64px;
        margin-bottom: 30px;
    }

    .banner-reservation-airplane ul li.left {
        width: 66px;
        height: 55px;
    }

    .banner-reservation-airplane ul li.left img {
        width: 100%;
    }

    .banner-reservation-airplane li a {
        line-height: 0.9;
    }

    .banner-reservation-airplane ul li.right {
        width: calc(100% - 66px);
        height: 55px;
    }

    .banner-reservation-airplane li.right a {
        font-size: 20px;
    }

    .banner-reservation-airplane li.right img {
        width: 26px;
        margin: -3px 3px 0;
    }

    .mainvisual.sp{
        display: block;
        margin-left: -5px;
        width: calc(100% + 10px);
        margin-top: 15px;
    }

    .mainvisual.pc{
        display:none;
    }

    .title01{
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#717171), to(#4c4a50));
        background: linear-gradient(#717171, #4c4a50);
        color: white;
        font-weight: bold;
        padding: 5px 0px;
        text-align: center;
        font-size: 16px;
    }

    h2.title01 img.h2-icon-airplane{
        display:none;
    }

    .dataset_box {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    .dataset_box ul {
        justify-content: space-between;
    }

    .dataset_box ul li.dataset {
        width: 49%;
        height: auto;
    }

    .dataset_box ul li.dataset h3 {
        font-size: 13px;
    }
    .dataset_box ul li.dataset h3.dataseth3small{
        font-size: 11px;
    }

    .dataset_box ul li.dataset p{ 
        font-size: 11px;
        margin-top: 2px;
    }

    .dataset_box ul li.dataset-entry .entryimg {
        width: 49%;
        line-height: 0;
    }

    .dataset_box ul li.dataset-entry .entryimg h4{
        line-height:1.2;
        font-size:13px;
    }

    .dataset_box ul li.dataset-price{
        width:100%;
    }

    .dataset_box ul li.dataset-price h3 {
        font-size: 27px; /*20190805修正*/
        margin-top: 20px;
    }

    .dataset_box ul li.dataset-price p.pc{
        display:none;
    }

    .dataset_box ul li.dataset-price p.sp{
        display:block;
        color: #e60000;
        font-size: 57px;
    }

    .dataset_box ul li.dataset-price p span {
        font-size: 25px;
    }

    /*circle-text-2column*/

    .circle-button-box,
    .circle-button-box-img.pc{
        display:none;
    }

    .airplane-circle.sp{
        display:block;
    }

    .dataset_box ul .airplane-circle.sp ul {
        justify-content: center;
        align-items: center;
    }

    .dataset_box ul li.dataset-price .airplane-circle.sp img {
        width: 128px;
        height: auto;
        margin-right: 10px;
    }

    .airplane-circle.sp li.button {
        width: 172px;
        height: 172px;
    }

    li.button a span.button_text ul{
        display:flex;
        justify-content: center;
        align-items:center;
        margin:0;
        padding: 0;
    }

    li.button a span.button_text ul li.circle-text-2column{
        list-style:none;
        text-align: center;
        line-height: 1.1em;
    }

    li.button a span.button_text ul li.circle-text-2column span.circle-text-2column-t1{
        letter-spacing: 0.0075em;
        font-size: 33.65px;
        line-height: 1;
    }

    li.button a span.button_text ul li.circle-text-2column span.circle-text-2column-t1-2{
        font-size: 28.16px;
        letter-spacing: 0.0075em;
        line-height: 1;
    }

    li.button a span.button_text ul li.circle-text-2column span.circle-text-2column-t2{
        font-size: 24.67px;
        letter-spacing: -0.003em;
        line-height: 1;    
    }

    li.button a span.button_text ul li.circle-text-2column span.circle-text-2column-t3{
        font-size: 34.19px;
        letter-spacing: -0.03em;
        line-height: 1;
    }

    li.button a span.button_text ul li.circle-text-2column.right{
        margin-top: 3px;
    }

    li.button a span.button_text ul li.circle-text-2column br {
        line-height: 1.2;
    }

    .dataset_box ul.profileimg {
        justify-content: space-around;
    }

    ul.profileimg li.left {
        width: 57.6%;
    }

    ul.profileimg li.centerline {
        width: 2px;
        height:300px;
        margin-left: -2px;
    }

    ul.profileimg li.right {
        width: 37.3%;
        margin-left: 0px;
    }

    ul.profileimg li.right img {
        width: 100%;
        height: auto;
    }

    ul.profileimg li h3,
    ul.profileimg li p {
        font-size: 13px;
    }

    ul.profileimg li.right h3,
    ul.profileimg li.right p {
        font-size: 11px;
    }
    ul.profileimg li h3 {
        margin-top:10px; /*mt30阻止*/
    }

    ul.profileimg li.right h3 {
        margin-left: -8px;
        margin-right: 0;
    }

    ul.profileimg li.right p.price {
        font-size: 21px;
    }

    .dataset_box.movie img.sp{
        display:block;
    }
    .dataset_box.movie img.pc{
        display:none;
    }

    .dataset_box.movie p {
        font-size: 15px;
        width: 95%;
    }

    .dataset_box.movie p.price,
    .dataset_box.movie p.price span {
        font-size: 16px;
    }

    .dataset_box.movie p.price span.price-sp {
        font-size: 28px;
    }

    .dataset_box.movie .twitterspace p a i {
        width: 56px;
        height: 56px;
    }
    .dataset_box.movie .twitterspace p a i.fa-2x {
        font-size: 1.5em;
        position: relative;
    }

    .dataset_box.movie .twitterspace img.arrow {
        width: 17px;
        margin-left:3px;
        margin-right:3px;
    }

    .dataset_box.movie .twitterspace p a {
        font-size: 16px;
    }

    .dataset_box.movie .twitterspace .fa-twitter:before {
        position: absolute;
        top: -9px;
        left: 16px;
    }

    /*7/30 jobplanbanner*/

    .jobplanbanner {
        width: calc(100% - 26px);
        height: 72px;
        margin-bottom: 0;
    }

    .jobplanbanner span{
        margin-top: 4px;
        font-size:20.57px;
        line-height: 1.2;
        text-align: center;
    }

    .jobplanbanner span br{
        display:block;
        line-height: 1;
    }

    .jobplanbanner img{
        width:60px;
        margin-left: 14px;
    }

}

@media screen and (max-width:320px) {

    #pageTitle.airline {
        padding-left: 35%;
        font-size: 15px;
    }

    .box {
        width: 100%;
    }

    .banner-reservation-airplane li.right a {
        font-size: 18px;
    }

    .jobplanbanner span{
        font-size:18px;
    }

}

/*20190805修正は「20190805」検索：コメント付き*/

/*20190805 PC修正*/

@media screen and (min-width:480px) {

    .dataset_box ul li.dataset h3.databox2-h3-190805{
        font-size: 12px;
    }

    .dataset_box ul li.dataset-price h3{
        font-size: 16px;
    }

}

/*20190805 SP修正*/

@media screen and (max-width:480px) {

    a.anchor {
        padding-top: 0px;
        margin-top: 0px;
    }

}

/*20190829 youtube埋め込み*/
.dataset_box.movie .youtube{
    width:90%;
    margin-left: auto;
    margin-right: auto;
	padding-top: 15px;
}

.dataset_box.movie .youtube.pc{
    display: block;
}
.dataset_box.movie .youtube.sp{
    display: none;
}

@media screen and (max-width:480px) {
    .dataset_box.movie .youtube.pc{
        display: none;
    }
    .dataset_box.movie .youtube.sp{
        display: block;
    }
}