@charset "utf-8";
/* CSS Document */
@media screen and (max-width:768px) {
    html {
        background: url(../images/back.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
    }
    body {
        font-family: 'Noto Sans JP', sans-serif;
    }
    .sp_back_w {
        margin: 0 auto;
        width: 100%;
        background: #fff;
        padding-bottom: 30px;
    }
    p {
        margin: 0 auto;
        text-align: justify;
        font-size: 15px;
    }
    .title_comment {
        margin: 0 auto;
        text-align: left;
        padding-top: 10px;
        width: 95%;
        color: #b51515;
        font-size: 14px;
        line-height: 20px;
        font-weight: bold;
        padding-bottom: 0px;
    }
    .title_comment br {
        display: none;
    }
    .product {
        margin: 0 auto;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 30px;
        background: url("../images/sec01_back.jpg");
        background-repeat: repeat;
        width: 100%;
    }
    h7 {
        margin: 0 auto;
    }
    .h7_p01 {
        margin: 0 auto;
        color: #fff;
        text-align: center;
        font-size: 25px;
        font-weight: bold;
        padding-bottom: 0px;
        text-shadow: 3px 3px 5px rgba(102, 68, 0, 0.6);
    }
    main_product {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    main_product_sp {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .hoge {
        position: relative;
        z-index: 1;
        /* 必要であればリンク要素の重なりのベース順序指定 */
    }
    .hoge a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-indent: -999px;
        z-index: 2;
        /* 必要であればリンク要素の重なりのベース順序指定 */
    }
    .hoge:hover {
        filter: alpha(opacity=70);
        /* IE 6,7*/
        -ms-filter: "alpha(opacity=70)";
        /* IE 8,9 */
        -moz-opacity: 0.8;
        /* FF , Netscape */
        -khtml-opacity: 0.8;
        /* Safari 1.x */
        opacity: 0.8;
        background: rgba(249, 255, 158, 1);
        zoom: 1;
        /*IE*/
        transition: 0.5s;
    }
    .product_title {
        margin: 0 auto;
        text-align: left;
        font-size: 15px;
        padding: 10px 10px 0px 5px;
        font-weight: bold;
        color: #486aff;
    }
    .product_title br {
        display: none;
    }
    .product_comment {
        margin: 0 auto;
        text-align: left;
        font-size: 12px;
        padding: 0px 5px 0px 5px;
        color: #666;
    }
    .product_price {
        margin: 0 auto;
        text-align: right;
        color: #f11c1c;
        font-weight: bold;
        font-size: 15px;
        padding: 5px 0px 0px 0px;
    }
    .open {
        cursor: pointer;
    }
    #pop-up {
        display: none;
    }
    .overlay {
        display: none;
    }
    #pop-up:checked+.overlay {
        display: block;
        z-index: 9999;
        background-color: #00000070;
        position: fixed;
        width: 100%;
        height: 90vh;
        top: 0;
        left: 0;
    }
    .window {
        width: 90vw;
        max-width: 580px;
        padding: 10px;
        background-color: #ffffff;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .text {
        font-size: 18px;
        margin: 0 !important;
    }
    .close {
        cursor: pointer;
        position: absolute;
        top: 4px;
        right: 4px;
        font-size: 25px;
    }
    .back-from-demo {
        display: block;
        color: #1492AF;
        font-weight: bold;
        background: #fff;
        border: 2px solid #1492AF;
        text-align: center;
        width: 100%;
        height: 60px;
        line-height: 60px;
        border-radius: 100px;
    }
    .back-from-demo:hover {
        color: #fff !important;
        background: #1492AF;
        text-decoration: none;
    }
    .pcr {
        margin: 0 auto;
        padding: 30px;
        font-size: 14px;
        color: #333;
    }
    .back_area {
        margin: 0 auto;
        text-align: center;
        width: 88%;
        background: #fff;
        padding: 15px;
        margin-top: 30px;
        margin-bottom: 30px;
        box-shadow: 5px 5px 0px 0 rgb(102, 102, 102);
        opacity: 0.9;
    }
    h2 {
        margin: 0 auto;
        text-align: center;
    }
    .h2_p01 {
        margin: 0 auto;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 5px;
        color: #C34444;
        border-bottom: 1px solid #C34444;
        width: 100%;
    }
    .season {
        margin: 0 auto;
        text-align: left;
        padding-top: 10px;
        font-size: 14px;
    }
    .season_point {
        margin: 0 auto;
        padding-top: 20px;
        font-size: 18px;
        color: #D73C3E;
        font-weight: bold;
    }
    .back_sight {
        margin: 0 auto;
        padding-top: 30px;
        padding-bottom: 30px;
        width: 100%;
        background: url("../images/sec03_back.jpg");
    }
    h3 {
        margin: 0 auto;
    }
    .h3_p01 {
        margin: 0 auto;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 5px;
        color: #C34444;
        border-bottom: 1px solid #C34444;
        width: 95%;
    }
    /*--観光地情報--*/
    main_sight {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    main_sight div.column_sight {
        width: calc(50% - 16px);
        text-align: left;
        margin: 5px 5px 0px 5px;
        border: 2px #fff solid;
        margin-top: 20px;
        background: #fff;
        box-shadow: 4px 4px 5px rgba(102, 68, 0, 0.5);
    }
    .sight_h2 {
        margin: 0 auto;
        text-align: center;
        background: #C34444;
        color: #fff;
        padding: 5px 5px 5px 5px;
        font-size: 14px;
    }
    .sight02_h2 {
        margin: 0 auto;
        text-align: center;
        background: #254d96;
        color: #fff;
        padding: 5px;
        font-size: 15px;
    }
    .sight_comment {
        margin: 0 auto;
        padding: 10px 5px 10px 5px;
        text-align: justify;
        color: #333;
        font-size: 13px;
    }
    /*--周遊ルート--*/
    main_root {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        background: #fff;
        margin-top: 10px;
        padding-bottom: 10px;
        box-shadow: 4px 4px 5px rgba(102, 68, 0, 0.5);
    }
    main_root div.column_root_l {
        width: calc(100% - 0px);
        text-align: left;
        margin: 10px 10px 10px 10px;
        border: 1px #ccc solid;
        border-radius: 10px;
        padding-bottom: 5px;
    }
    .root_map {
        margin: 0 auto;
        text-align: center;
        color: #FF0004;
        font-size: 13px;
        padding-top: 5px;
    }
    main_root div.column_root_r {
        width: calc(100% - 0px);
        text-align: left;
        margin: 0px 10px 20px 10px;
        padding-bottom: 10px;
        border: 1px dashed #C34444;
    }
    main_root div.column_root_point {
        width: calc(100%);
        text-align: left;
        margin: 10px 10px 10px 10px;
    }
    main_root div.column_root_point2 {
        width: calc(50% - 18px);
        text-align: left;
        margin-left: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
        border: 1px #C34444 solid;
    }
    .column_root_point2 img {
        width: 100%;
        height: 130px;
        object-fit: cover;
    }
    main_root div.column_region {
        width: calc(50% - 20px);
        text-align: left;
        margin: 0px 5px 0px 5px;
    }
    main_root div.column_region2 {
        width: calc(100% - 15px);
        text-align: left;
        margin: 10px 5px 0px 10px;
    }
    main_root div.column_region3 {
        width: calc(100% - 0px);
        text-align: left;
        margin: 10px 10px 0px 10px;
    }
    .region2_txt {
        margin: 0 auto;
        text-align: left;
        font-size: 12px;
        color: #333;
    }
    .point2_h2 {
        margin: 0 auto;
        font-size: 14px;
        color: #C34444;
        padding: 5px;
        text-align: center;
        font-weight: bolder;
    }
    .point_txt {
        margin: 0 auto;
        text-align: left;
        font-size: 12px;
        padding: 10px;
        color: #666;
    }
    .root_h2 {
        margin: 0 auto;
        text-align: center;
        background: #C34444;
        color: #fff;
        font-size: 16px;
        padding: 5px;
    }
    .root_day {
        margin: 0 auto;
        margin-left: 10px;
        margin-top: 10px;
        margin-right: 20px;
        background: #999;
        color: #fff;
        padding: 3px 10px 3px 10px;
        font-size: 14px;
        width: 40px;
    }
    .root_day_coment {
        margin: 0 auto;
        padding-top: 15px;
        font-size: 13px;
        padding-right: 10px;
        color: #333;
    }
    .root_point {
        font-weight: bold;
        color: #C34444;
    }
    .wrapper {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    /*商品ボタン */
    .bottan_erea {
        margin: 0 auto;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 90%;
    }
    *, *:before, *:after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }
    .btn, a.btn, button.btn {
        font-size: 15px;
        font-weight: 100;
        line-height: 1.5;
        position: relative;
        display: inline-block;
        padding: 1rem 3rem;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #fff;
        border-radius: 0.5rem;
    }
    .btn--orange, a.btn--orange {
        color: #fff;
        background-color: #eb6100;
    }
    .btn--orange:hover, a.btn--orange:hover {
        color: #fff;
        background: #f56500;
    }
    .btn_others, a.btn, button.btn_others {
        font-size: 15px;
        font-weight: 100;
        line-height: 1.5;
        position: relative;
        display: inline-block;
        padding: 1rem 3rem;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #fff;
        border-radius: 0.5rem;
        border: 1px #fff solid;
    }
    .btn_others--orange, a.btn_others--orange {
        color: #fff;
        background-color: #dd0000;
    }
    .btn_others--orange:hover, a.btn_others--orange:hover {
        color: #fff;
        background: #fd4040;
    }
    main_option {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 10px;
        background: #fff;
        border: 1px #C34444 solid;
    }
    main_option div.main_option_l {
        width: calc(30% - 0px);
        margin: 5px;
    }
    .main_option_l img {
        width: 100%;
        height: 80px;
        object-fit: cover;
    }
    main_option div.main_option_r {
        width: calc(70% - 20px);
        margin: 5px;
    }
    .option_h2 {
        margin: 0 auto;
        background: #C34444;
        color: #fff;
        padding: 5px 5px 5px 10px;
        font-size: 14px;
        text-align: left;
    }
    .option_txt {
        margin: 0 auto;
        text-align: left;
        font-size: 12px;
        padding: 5px 0px 5px 0px;
        color: #666;
    }
    .option_ex {
        margin: 0 auto;
        margin-top: 0px;
        border: dashed 1px #C34444;
        width: 95%;
        text-align: left;
        padding: 5px;
        font-size: 12px;
        color: #C34444;
    }
    .region_h2 {
        margin: 0 auto;
        padding: 1px 1px 1px 4px;
        border-left: 3px solid #C34444;
        color: #C34444;
        font-weight: bold;
        font-size: 11px;
        margin-top: 0px;
    }
    .region_txt {
        margin: 0 auto;
        text-align: left;
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 6px;
    }
    .region_h3 {
        margin: 0 auto;
        position: relative;
        text-align: center;
        color: #C34444;
    }
    .region_h3:before {
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        width: 100%;
        height: 1px;
        content: '';
        background: #C34444;
    }
    .region_h3 span {
        position: relative;
        padding: 0 1em;
        background: #fff;
    }
    .region {
        margin: 0 auto;
        text-align: center;
        width: 95%;
        padding-top: 10px;
    }
    .mail {
        margin: 0 auto;
        text-align: center;
        margin-top: 30px;
        background: #fff;
        width: 95%;
    }
    .mail img {
        width: 95%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .cd-fixed-bg {
        position: relative;
        padding-top: 10px;
        min-height: 100%;
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 2;
    }
    /*--固定背景01--*/
    .cd-fixed-bg.cd-bg-1 {
        padding-bottom: 20px;
        background-image: url("../images/sec02_back.jpg");
    }
    .cd-fixed-bg.cd-bg-2 {
        padding-top: 30px;
        padding-bottom: 30px;
        background-image: url("../images/sec04_back.jpg");
    }
    /*--固定背景03--*/
    .div_back cd-fixed-bg.cd-bg-3 {
        background-image: url('画像パス');
    }
    /*--固定背景04--*/
    .div_back cd-fixed-bg.cd-bg-4 {
        background-image: url('画像パス');
    }
    h4 {
        margin: 0 auto;
    }
    h5 {
        margin: 0 auto;
    }
    h6 {
        margin: 0 auto;
    }
    .h4_p01 {
        margin: 0 auto;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 5px;
        color: #fff;
        border-bottom: 1px solid #fff;
        width: 95%;
        text-shadow: 4px 4px 5px rgba(102, 68, 0, 0.4);
    }
    .h5_p01 {
        margin: 0 auto;
        text-align: center;
        background: url("../images/model_top.png");
        color: #fff;
        font-size: 18px;
        padding: 5px;
        width: 90%;
        margin-top: 0px;
        margin-bottom: 15px;
        font-weight: bolder;
        text-shadow: 4px 4px 5px rgba(102, 68, 0, 0.4);
    }
    .h6_p01 {
        margin: 0 auto;
        text-align: center;
        font-size: 18px;
        padding-bottom: 0px;
        color: #C34444;
        font-weight: bold;
        width: 95%;
    }
    .sp10 {
        padding: 10px 5px 0px 5px;
    }
    .sp20 {
        padding: 0px 5px 0px 5px;
    }
    .product_price_01 {
        margin: 0 auto;
        text-align: right;
        color: #f11c1c;
        font-weight: bold;
        font-size: 12px;
        padding: 0px 10px 10px 0px;
        margin-top: -10px;
    }
}