@media screen and (max-width:1023px) {
/*　画面サイズが1023pxまではここを読み込む　*/
    
    /*トップ画像の大きさ*/
    .bg_top {
        height: 300px;
        z-index: 1;
        background-position: 50% middle -300px;
    }
    .bg_top div{
        position: absolute;
        top: 190px;
        left: 50%;
        z-index: 3;
        font-size: 3em;
    }
    /*プラン枠*/
    .plan{
        display:block;
        max-width: 800px;
        text-align:center;
        border-bottom: solid 1px #343a40;
        padding-bottom: 60px;
        margin:auto;
        margin-bottom: 50px;
    }
    /*プラン画像*/
    .planImg{
        max-width: 800px;
        padding: 0;
        margin-bottom: 40px;
        white-space: nowrap;
        display: block;
    }
    .planImg img{
        width:394px;
        margin: 0;
    }
    .planImg .space{
        display: inline-block;
        min-width: 6px;
        max-width: 6px;
        max-height: 5px;
        margin: 0;
    }
    /*プラン説明文*/
    .planDsc{
        vertical-align: top;
        max-width: 800px;
        min-width:800px;
        text-align: left;
        display: block;
    }
    /*タイトルと説明文*/
    .planTtl{
        display: block;
        width: 100%;
        margin-bottom: 40px;
        width:100%;
    }
    /*タイトル下スペース*/
    h2.planHdg{
        margin: -5px 0px 20px;
    }
    /*価格*/
    .planPrc{
        display: block;
        margin-bottom: 20px;
    }
    /*価格文字サイズ*/
    .price{
        font-weight:bold;
        font-size: 2em;
    }
    /*注釈位置調整*/
    .note{
        margin: 10px 0px 20px;
    }
    /*ボタン枠*/
    .planBtn, .formBtn{
        display: inline-block;
        min-height: 50px;
        max-height: 50px;
        vertical-align:bottom;
    }
    /*予約ボタン*/
    .planBtn a{
        background-color: #d29700;
    }
    .css-button-arrow--black{
        display: inline-block;
        position:static;
        min-width:150px;
    }
}

@media screen and (min-width:1024px) {
    /*　画面サイズが1024pxからはここを読み込む　*/
    .bg_top div{
        position: absolute;
        top: 100px;
        left: 50%;
        z-index: 3;
        font-size: 3em;
    }
    /*背景*/
    .bg_top{
        color: white;
        background-size: cover;
        background-position: center center;
        margin: auto;
        z-index: 1;
        text-shadow: 0px 0px 4px #221100;
    }
    /*トップ画像の大きさ*/
    .bg_top {
        height: 250px;
	   z-index: 1;
    }
    /*文字が乗る写真を暗くする*/
    .bg_top::before{
        background-color: rgba(0,0,0,0.2);
        width:100%;
        height:100%;
        content: '';
        position: relative;
        top:0;
        left:0;
        z-index: 2;    
    }
    /*プラン枠*/
    .plan{
        display:inline-block;
        border-bottom: solid 1px #343a40;
        padding-bottom: 60px;
        margin-bottom: 60px;
        white-space: nowrap;
    }
    /*プラン画像枠*/
    .planImg{
        max-width: 320px;
        padding: 0;
        margin-right: 50px;
        display: inline-block;
        white-space: normal;
    }
    .planImg img{
        height: 185px;
        margin: 0;
    }
    .planImg .space{
        min-width: 320px;
        max-height: 8px;
        min-height: 8px;
        margin: 0;
    }

    /*プラン説明枠*/
    .planDsc{
        vertical-align: top;
        text-align: left;
        max-width: 600px;
        margin: auto 0px;
        white-space: normal;
        display: inline-block;
    }
    /*タイトルと説明文*/
    .planTtl{
        display: block;
        margin-bottom: -1px;
        min-height: 120px;
        max-height:120px;
    }
    .planHdg{
        margin: -5px 0px 15px;
    }
    /*価格*/
    .planPrc{
        display: block;
        margin-bottom: -1px;
    }
    /*価格文字サイズ*/
    .price{
        font-weight:bold;
        font-size: 2em;
        display: inline-block;
        margin:50px 0px 0px;
    }
    /*注釈*/
    .note{
        display: inline-block;
        margin: 10px 0px 20px;
        font-size: 0.9rem;
        line-height: 120%;
    }
    /*ボタン枠*/
    .planBtn, .formBtn{
        display: inline-block;
        min-height: 50px;
        max-height: 50px;
        vertical-align:bottom;
    }
    /*予約ボタン*/
    .planBtn a{
        background-color: #d29700;
    }
    .css-button-arrow--black{
        display: inline-block;
        position:static;
        min-width:150px;
    }
    
}
/*PCここまで*/

/*予約ボタン*/
.css-button-arrow--black{
    text-align: center;
    margin: 0px;
}