@charset "utf-8";

/*==
    all 全体 初期設定
===============================================*/
/* html, body */
html, body {
    width: 100%;
    height: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
}

html{
    font-size: 62.5%;
}
body {
    font-family:"MS Pゴシック",sans-serif;
    font-weight: 600;
    font-size: 1.6em;/*=16px*/
    line-height: 1.75;
    margin: 0;
    padding: 0;
    color: #313131;
    min-width: 960px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
}


/* 全体のラッパー */
#wrapper {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

/* リンクのデフォルト設定 */
/* inputのリセット */
input[type="file"] {
    /* 位置とサイズの調整 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
}

/*textareaのリセット */
/* selectのリセット */
/* 送信ボタンのリセット */
/* テキストのベーススタイル */
dd,
dt,
li,
p {
    margin: 0;
}

#main{
    position: relative;
}

/* インナーカラム */
.wrapIn {
    width: 100%;
    max-width: 1600px;
    height: auto;
    margin: 0 auto;
    line-height: 0;   
}
.inner {
    width: 92%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
}

.inner p{
    font-size: 1.4rem;
    font-size: 14px;
}

a{
    color: #00b7ee;
    text-decoration: none;
    transition: 0.4s;
}
a:hover{
    text-decoration: underline;
}
a img:hover{
    opacity: 0.7;
}
.pc_only{ display: block !important;}
.sp_only{ display: none !important;}

.fL{float: left;}
.fR{ float: right;}

.aR{ text-align: right;}
.aCen{ text-align: center;}

.sec_ttl{
    text-align: center;
    margin-bottom: 40px;
}
.sec_ttl h2{
    display: inline-block;
    font-family: "MS Pゴシック",sans-serif;
    font-size: 3.6rem;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 0 3px 10px 3px;
    font-style: italic;
}
.block03 .sec_ttl h2,
.thanks .sec_ttl h2{
    padding: 0 40px 10px 40px;
}
.line_y{ border-bottom: 4px solid #ffff00;}
.line_p{ border-bottom: 4px solid #ea68a2;}

.mb15{ margin-bottom: 15px;}

.col_p{ color: #ea68a2;/* pink */}
.col_y{ color: #ffff00;/* yellow */}
.col_b{ color: #00b7ee;/* blue */}

@media screen and (max-width: 767px){
    body { min-width: inherit;}
  .wrapIn{
    width: 100%;
    max-width: inherit;
    height: auto;

  }
  .inner{
    width: 92%;
    max-width: inherit;
    height: auto;
  }
    .pc_only{ display: none !important;}
    .sp_only{ display: block !important;}
    img{
        width: 100%;
        height: auto;
    }

    .inner p{
        font-size: 4.5vw;
    }

    .sec_ttl{
        margin-bottom: 6.25%;
    }
    .sec_ttl h2{
        font-family:"MS Pゴシック",sans-serif;
        font-weight: bold;
        font-size: 6.7vw;
        padding: 0 0 10px 0;
    }
    .block03 .sec_ttl h2,
    .thanks .sec_ttl h2{
        font-size: 6.5vw;
        padding: 0 20px 10px 20px;
    }
}
/*==
    header ヘッダー
===============================================*/
header{
    line-height: 0;
}
#header_wrapper{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #FFF;
    z-index: 999;
    line-height: 0;
}

.mv h1{ margin: 0;}
.mv h1 img{
    width: 100%;
    height: auto;
}


/*==
    block01
===============================================*/
.block01{
padding: 90px 0 65px 0;
background: #e4007f;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ea68a2, #e4007f);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ea68a2, #e4007f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.block01 .sec_ttl h2,
.block01 p{ color: #FFF;}

.block01 p{font-size: 25px;}

.block01 .sec_ttl{ margin-bottom: 60px;}
.prof_area{ text-align: center;}
.p_box{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
/*.p_box:last-of-type{ margin-right: 0;}*/

.p_box img{ margin-bottom: 35px;
margin-top: 35px;
width: 900px;}
.lead {
    text-align: left;
}

.p_box2{
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.p_box2 p{
    font-size: 2.5em;      
}
.p_box2 img{ margin-bottom: 35px;
margin-top: 35px;
width: 900px;}

.p_box3{
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.p_box3 p{
    font-size: 150%;
}
.guidelink {
    text-decoration: underline;
    margin-bottom: 5.6%;
}
.guidelink a{
    color: #ffff00;
}
/*==
    block02
===============================================*/
.block02{
    padding: 80px 0 85px 0;
    background:
    background-size: 100% auto, 100% auto;
}

.block02 p.lead{
    font-size: 1.6rem;
    font-size: 20px;
    text-align: center;
    line-height: 1.875;
}
.block02 p.lead:first-of-type{ margin-bottom: 30px;}

.overview{
    margin-top: 35px;
    padding: 40px 55px;
    border: 2px solid #00b7ee;
    box-sizing: border-box;
}

.overview dl{
    display: table;
    margin: 0 0 10px 0;
}
.overview dl:last-of-type{ margin-bottom: 0;}

.overview dt,
.overview dd{
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1.75;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 20px;    
}

.overview dt{
    width: 88px;
    display: flex;
    justify-content: space-between;
}
.overview dt:after{
    position: relative;
    content: '：';
    left: 5px;
}

.overview dd{
    padding-left: 20px;

}
.block03 p{
    text-align: center;
    font-size: 1.6rem;
    font-size: 20px;
    margin-bottom: 30px;
}

/*==
    block03
===============================================*/
.block03{
padding: 80px 0 70px 0;
background: #11998e;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #38ef7d, #11998e);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #38ef7d, #11998e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.block03 .sec_ttl h2,
.block03 p{ color: #FFF;}


.privacy{
    margin: 35px auto 0 auto;
    padding-left: 0px;

}
.privacy h3{
    font-size: 1.2rem;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.privacy ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.privacy li{
    font-size: 1.2rem;
    font-size: 12px;
}
.privacy li:before{ content: '・';}

/*==
    footer フッター
===============================================*/
#footer{
    text-align: center;
    padding: 10px 0;
    background: #000;
}
#footer .copy{
    color: #FFF;
    font-size: 1.2rem;
    font-size: 12px;
    text-align: center;
}

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

/*==
    block01
===============================================*/
    .block01{
        padding: 14% 0 10% 0;
    }

    .block01 .sec_ttl{ margin-bottom: 9.375%;}
    .p_box{
        display: block;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .p_box:last-of-type{ margin-bottom: 0;}

    .p_box img{
        display: block;
        width: 100%;
        max-width: 900px;
        margin: 0 auto 3% auto;
    }
    .p_box p{
        font-size: 4.5vw;
    }
    .guidelink {
    text-decoration: underline;
    margin-bottom: 30px;
}
    .guidelink a{
    color: #ffff00;
}

/*==
    Rwc about
===============================================*/
    .p_box2{
        display: block;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .p_box2:last-of-type{ margin-bottom: 0;}

    .p_box2 img{
        display: block;
        width: 100%;
        max-width: 900px;
        margin: 0 auto 3% auto;
    }
    .p_box2 p{
        font-size: 3.6vw;
    }

/*==
    apply
===============================================*/
    .p_box3{
        display: block;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .p_box3:last-of-type{ margin-bottom: 0;}

    .p_box3 img{
        display: block;
        width: 100%;
        max-width: 900px;
        margin: 0 auto 3% auto;
    }
    .p_box3 p{
        font-size: 4.5vw;
    }    


/*==
    block02
===============================================*/
    .block02{
        padding: 12.5% 0 13.5% 0;
    }

    .block02 p.lead{
        font-size: 4.2vw;
        text-align: left;
    }
    .block02 p.lead:first-of-type{ margin-bottom: 4.6%;}

    .overview{
        margin-top: 5.4%;
        padding: 5% 5%;
    }

    .overview dl{
        display: block;
        margin-bottom: 10px;
    }

    .overview dt,
    .overview dd{
        display: block;
    }

    .overview dt{
        width: 100%;
        display: block;
    }

    .overview dd{
        padding-left: 0;
    }


/*==
    block03
===============================================*/
    .block03{
        padding: 12.5% 0 10% 0;
    }

    .block03 p{
        font-size: 1.4rem;
        font-size: 14px;
        margin-bottom: 5.6%;
        text-align: left;
    }


/*==
    contact お問い合わせ
===============================================*/

    .privacy{
        max-width: inherit;
        margin:10% auto 0 auto;
        padding-left: 0;
    }
}

/* 上に戻るボタン */
.pagetop {
    color: #fff;
    background-color: rgba(0,0,0,0.3);
    text-decoration: none;
    display: none;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    font-size: 3rem;
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    border-radius: 6rem;
    text-align: center;
    cursor: pointer;
}

.pagetop:hover {
    color: #fff !important;
    background-color: #ed702b;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
.pagetop {
     color: #fff;
    background-color: rgba(0,0,0,0.3);
    text-decoration: none;
    display: none;
    position: fixed;
    bottom: 2rem;
    right: 1.5rem;
    font-size: 2.5rem;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    border-radius: 4rem;
    text-align: center;
    cursor: pointer;   
  }
}
/* 上に戻るボタン */

/* section-btn */
.btn_detail {
    text-align: center;
    margin-bottom:5.6%; 
}
.btn_detail a, .btn_detail button {
    display: inline-block;
    min-width: 400px;
    padding: 20px 20px;
    border: 3px solid #000;
    font-size: 150%;
    text-align: center;
    line-height: 1;
    color: #FFF;
    background-color:#000;
}

.btn_detail a:hover, .btn_detail button:hover {
    background-color: #fff100;
    text-decoration: none;
    color: #000;
    transition: all 0.2s;
}
.btn_detail button {
    font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN","游明朝",YuMincho,"Yu Mincho","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝","MS Mincho",serif;
}
/* section-btn */


/* section-btn */
@media screen and (max-width: 767px) {
.btn_detail {
    text-align: center;
    margin-bottom:5.6%; 
}
.btn_detail a, .btn_detail button {
    display: inline-block;
    min-width: 280px;
    padding: 20px 25px;
    border: 2px solid #000;
    font-size: 130%;
    text-align: center;
    line-height: 1;
    color: #FFF;
    background-color:#000;
}
.btn_detail a:hover, .btn_detail button:hover {
    background-color: #000;
    text-decoration: none;
    border: 2px solid #000;    
    color: #FFF;
    transition: all 0.2s;
}
.btn_detail button {
    font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN","游明朝",YuMincho,"Yu Mincho","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝","MS Mincho",serif;
}
}
/* section-btn */

/* ticket places */
.spots{
    margin-bottom: 50px;
}
.head_test {
    margin:  0;             /* デフォルトCSS打ち消し */
    font-size:  24px; 
    line-height: 1.5;       /* 文字サイズ指定 */
    border-bottom:  solid;  /* 線指定 */
    padding-bottom:  5px;   /* 余白指定 */
    margin-bottom: 10px;
}
.spots p {
    font-size:  16px; 
    margin:  0;             /* デフォルトCSS打ち消し */
    line-height: 1.5;         /* 行間調整 */
}
.spots img{
    max-height: 70px;
    width: auto;
    padding-right: 10px;
    margin-bottom: 10px
    margin-top: 10px     
}
/* SP */
@media screen and (max-width: 767px) {
.spots{
    margin-bottom: 40px;
}    
.head_test {
    margin:  0;             /* デフォルトCSS打ち消し */
    font-size:  18px;
    line-height: 1.5;       /* 文字サイズ指定 */
    border-bottom:  solid;  /* 線指定 */
    padding-bottom:  5px;   /* 余白指定 */
    margin-bottom: 10px;
}
.spots p {
    font-size:  14px; 
    margin:  0;             /* デフォルトCSS打ち消し */
    line-height: 1.5;         /* 行間調整 */
}
.spots img{
    max-height: 50px;
    width: auto;
    padding-right: 6px;
    margin-top: 10px;    
}
}
/* ticket places */

/* bnr */
.bnr{
    display: inline-block;
    margin:5px 0;
}
.bnr img{
    width: 290px;
    border:1px solid #a0a0a0;       
}
/* SP */
@media screen and (max-width: 767px) {
.bnr{
    display: block;
    margin:2px 0;
}    
.bnr img{
    width: 100%;
    margin:0 0;
    border:1px solid #a0a0a0;
}    
}
/* bnr */    

/* tokyo day trip image */  
.simg{
    text-align: center;
}
.simg img{
    width: 550px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
.simg img{
    width: 100%;
}
} 
/* tokyo day trip image */ 

/* Insta more */ 
    .guidelink2 {
    text-align: center;
    text-decoration: underline;
    margin-bottom: 30px;
}
    .guidelink2 a{
    font-size: 35px;
    color: #00b7ee;
}
@media screen and (max-width: 767px) {
    .guidelink2 {
    text-align: center;
    text-decoration: underline;
    margin-bottom: 30px;
}
    .guidelink2 a{
    font-size: 35px;
    color: #00b7ee;
}
}
/* Insta more */ 

/* 20191217追加 */ 
.s{
    font-size: 80%;
    line-height: 1.25;   
}
hr {
  border-top: 1px dashed #bbb;
}
/* 20191217追加 */ 
