@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 769px) {
    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%;
    }
    p {
        margin: 0 auto;
        text-align: justify;
        font-size: 16px;
    }
    .title_pc {
        margin: 0 auto;
        text-align: center;
        padding-top: 10px;
    }
    .title_comment {
        margin: 0 auto;
        text-align: center;
        text-shadow: 1px 2px 3px #666;
        padding-top: 0px;
        line-height: 40px;
        color: #fff;
        font-size: 17px;
        font-weight: 700;
        padding-bottom: 50px;
    }
    .product {
        margin: 0 auto;
        text-align: center;
        padding-top: 40px;
        padding-bottom: 60px;
        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: 30px;
        font-family: "YuGothic M";
        src: local("Yu Gothic Medium"), local("Yu Gothic");
        font-weight: 500;
        padding-bottom: 0px;
        text-shadow: 3px 3px 5px rgba(102, 68, 0, 0.6);
    }
    h2 {
        margin: 0 auto;
        font-weight: 500;
    }
    .h2_p01 {
        margin: 0 auto;
        text-align: center;
        font-size: 30px;
        font-family: "YuGothic M";
        src: local("Yu Gothic Medium"), local("Yu Gothic");
        font-weight: 500;
        padding-bottom: 0px;
        color: #C34444;
        border-bottom: 2px solid #C34444;
        width: 500px;
    }
    h3 {
        margin: 0 auto;
        font-weight: 500;
    }
    .h3_p01 {
        margin: 0 auto;
        text-align: center;
        font-size: 30px;
        font-family: "YuGothic M";
        src: local("Yu Gothic Medium"), local("Yu Gothic");
        font-weight: 500;
        padding-bottom: 0px;
        color: #C34444;
        border-bottom: 2px solid #C34444;
        width: 500px;
    }
    .h4_p01 {
        margin: 0 auto;
        text-align: center;
        font-size: 30px;
        font-family: "YuGothic M";
        src: local("Yu Gothic Medium"), local("Yu Gothic");
        font-weight: 500;
        padding-bottom: 0px;
        color: #fff;
        border-bottom: 2px solid #fff;
        width: 700px;
        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: 30px;
        padding: 15px;
        width: 910px;
        margin-top: 50px;
        margin-bottom: 30px;
        font-family: "YuGothic M";
        src: local("Yu Gothic Medium"), local("Yu Gothic");
        font-weight: 500;
        text-shadow: 4px 4px 5px rgba(102, 68, 0, 0.4);
    }
    h6 {
        margin: 0 auto;
    }
    .h6_p01 {
        margin: 0 auto;
        text-align: center;
        font-size: 25px;
        font-family: "YuGothic M";
        src: local("Yu Gothic Medium"), local("Yu Gothic");
        padding-bottom: 0px;
        color: #C34444;
        font-weight: bold;
        width: 700px;
    }
    .product_title {
        margin: 0 auto;
        text-align: left;
        font-size: 17px;
        padding: 10px;
        font-weight: bold;
        color: #486aff;
        height: 60px;
    }
    .product_comment {
        margin: 0 auto;
        text-align: left;
        font-size: 13px;
        padding: 0px 10px 5px 10px;
        color: #666;
    }
    .product_price {
        margin: 0 auto;
        text-align: right;
        color: #f11c1c;
        font-size: 14.5px;
        font-weight: bold;
        padding: 5px 10px 10px 10px;
    }
    .product_price_01 {

        margin: 0 auto;
        text-align: right;
        color: #f11c1c;
        font-weight: bold;
        font-size: 14px;
        padding: 0px 10px 20px 0px;
        margin-top: -10px;
    }
    .div_back {
        box-sizing: border-box;
        color: #FFF;
        font-size: 5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 5%;
    }
    .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: 100px;
        background-image: url("../images/sec02_back.jpg");
    }
    .cd-fixed-bg.cd-bg-2 {
        padding-top: 60px;
        padding-bottom: 100px;
        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('画像パス');
    }
    /*--コンテンツ設定--*/
    .area {
        overflow: hidden;
        width: 100%;
        padding: 5% 0;
    }
    /*--固定背景の設定--*/
    .cd-fixed-bg {
        position: relative;
        min-height: 100%;
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 2;
    }
    .back_area {
        margin: 0 auto;
        text-align: center;
        width: 880px;
        background: #fff;
        padding: 30px;
        margin-top: 90px;
        margin-bottom: 90px;
        box-shadow: 15px 15px 0px 0 rgb(102, 102, 102);
        opacity: 0.95;
    }
    .season {
        margin: 0 auto;
        text-align: left;
        padding-top: 30px;
    }
    .season_point {
        margin: 0 auto;
        text-align: justify;
        font-size: 20px;
        padding-top: 20px;
        color: #D73C3E;
    }
    /*--観光地情報--*/
    main_sight {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        width: 960px;
    }
    main_sight div.column_sight {
        width: calc(33.3% - 16px);
        text-align: left;
        margin: 8px;
        margin-top: 40px;
        background: #fff;
        box-shadow: 4px 4px 5px rgba(102, 68, 0, 0.5);
    }
    .back_sight {
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 60px;
        width: 100%;
        background: url("../images/sec03_back.jpg");
    }
    .sight_h2 {
        margin: 0 auto;
        text-align: center;
        background: #C34444;
        color: #fff;
        padding: 5px;
        font-size: 18px;
    }
    .sight02_h2 {
        margin: 0 auto;
        text-align: center;
        background: #254d96;
        color: #fff;
        padding: 5px;
        font-size: 18px;
    }
    .sight_comment {
        margin: 0 auto;
        padding: 10px;
        text-align: justify;
        color: #333;
        font-size: 14px;
    }
    /*--周遊ルート--*/
    main_root {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        width: 940px;
        background: #fff;
        margin-top: 20px;
        padding-bottom: 10px;
        box-shadow: 4px 4px 5px rgba(102, 68, 0, 0.5);
    }
    main_root div.column_root_l {
        width: calc(60% - 30px);
        text-align: left;
        margin: 20px 10px 20px 20px;
    }
    main_root div.column_root_r {
        width: calc(40% - 34px);
        text-align: left;
        margin: 20px 20px 20px 10px;
        border: 1px dashed #C34444;
        padding-bottom: 10px;
    }
    main_root div.column_root_point {
        width: calc(100%);
        text-align: left;
        margin: 10px 20px 0px 20px;
        background: #ccc;
    }
    main_root div.column_root_point2 {
        width: calc(25% - 27px);
        text-align: left;
        margin-left: 20px;
        margin-top: 15px;
        margin-bottom: 15px;
        border: 1px #C34444 solid;
    }
    .column_root_point2 img {
        width: 100%;
        height: 130px;
        object-fit: cover;
    }
    main_root div.column_region {
        width: calc(20% - 32px);
        text-align: left;
        margin: 20px 10px 0px 20px;
    }
    main_root div.column_region2 {
        width: calc(50% - 35px);
        text-align: left;
        margin: 10px 10px 0px 20px;
    }
    main_root div.column_region3 {
        width: calc(100% - 35px);
        text-align: left;
        margin: 10px 10px 0px 20px;
    }
    .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: 13px;
        padding: 10px;
        color: #666;
    }
    .root_h2 {
        margin: 0 auto;
        text-align: center;
        background: #C34444;
        color: #fff;
        font-size: 18px;
        padding: 5px;
    }
    .root_day {
        margin: 0 auto;
        margin-left: 15px;
        margin-top: 15px;
        margin-right: 20px;
        background: #999;
        color: #fff;
        padding: 3px 5px 3px 5px;
        font-size: 15px;
    }
    .root_day_coment {
        margin: 0 auto;
        padding-top: 17px;
        font-size: 14px;
        width: 250px;
        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: 30px;
    }
    *, *:before, *:after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }
    .btn, a.btn, button.btn {
        font-size: 18px;
        font-weight: 100;
        line-height: 1.5;
        position: relative;
        display: inline-block;
        padding: 1rem 10rem;
        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: 18px;
        font-weight: 100;
        line-height: 1.5;
        position: relative;
        display: inline-block;
        padding: 1rem 10rem;
        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: 1px #fff solid;
    }
    .btn_others--orange, a.btn_others--orange {
        color: #fff;
        background-color: #cc0000;
    }
    .btn_others--orange:hover, a.btn_others--orange:hover {
        color: #fff;
        background: #ff3333;
        text-decoration: none;
    }
    main_option {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 30px;
        border: 1px #C34444 solid;
    }
    main_option div.main_option_l {
        width: calc(25% - 27px);
    }
    .main_option_l img {
        width: 100%;
        height: 140px;
        object-fit: cover;
    }
    main_option div.main_option_r {
        width: calc(80% - 17px);
        margin: 0px 0px 10px 0px;
    }
    .option_h2 {
        margin: 0 auto;
        background: #C34444;
        color: #fff;
        padding: 5px 5px 5px 10px;
        font-size: 15px;
        text-align: left;
    }
    .option_txt {
        margin: 0 auto;
        text-align: left;
        font-size: 14px;
        padding: 10px;
        color: #666;
    }
    .option_ex {
        margin: 0 auto;
        margin-top: 0px;
        border: dashed 1px #C34444;
        width: 95%;
        text-align: left;
        padding: 5px;
        font-size: 14px;
        color: #C34444;
    }
    .region_h2 {
        margin: 0 auto;
        padding: 1px 1px 1px 4px;
        border-left: 3px solid #C34444;
        color: #C34444;
        font-weight: bold;
        font-size: 14px;
    }
    .region_txt {
        margin: 0 auto;
        text-align: left;
        font-size: 13px;
        padding-top: 5px;
        padding-bottom: 10px;
        padding-left: 6px;
    }
    .region_h3 {
        margin: 0 auto;
        position: relative;
        padding: 0 410px;
        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;
        padding-top: 10px;
    }
    .mail {
        margin: 0 auto;
        text-align: center;
        padding-top: 40px;
    }
    h1 {
        margin: 0 auto;
        font-weight: 600;
        font-style: normal;
        color: #fff;
        font-size: 90px;
        padding-bottom: 10px;
        margin-top: 0px;
        text-shadow: 1px 2px 4px #000;
        font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    }
    h1 span {
        font-size: 55px;
    }
    .h1_sun {
        margin: 0 auto;
        text-align: center;
        color: #fff;
        text-shadow: 1px 2px 4px #000;
        font-size: 35px;
        padding-top: 50px;
        margin-bottom: -20px;
        font-weight: 800;
        font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    }
    h4 {
        margin: 0 auto;
        font-weight: 500;
    }
}