@charset "UTF-8";

body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-size: 16px;
    color: #000;
    background: #F0F5FA;
    overflow-x: hidden;
}

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

    /*Galaxy Fold*/
    body {
        font-size: 14px;
    }
}

article {
    width: 100%;
    background-color: #f3f3f3;
    background-size: 20px 20px;
    background-position: 0 0, 20px 20px;
    /*font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;*/
}

section {
    position: relative;
}

.active {
    opacity: 1;
}

a {
    transition: .3s;
}

a:link,
a:visited {
    color: #0952a4;
}

a:hover {
    opacity: 0.7;
}

.t_red {
    color: #e50000;
}

.t_blue {
    color: #3098ff;
}

p.note {
    text-indent: -1em;
    margin-left: 1em;
}

p.note3 {
    text-indent: -3em;
    margin-left: 3em;
}

ul.detail ul.note li {
    margin: 0;
    padding: 0;
    text-indent: -1em;
    margin-left: 1em;
}

ul.detail ul.note2 li {
    margin: 0;
    padding: 0;
    text-indent: -0.85em;
    margin-left: 0.85em;
}



/*
  common
==================================================== */
@media screen and (min-width: 760px) {

    /*PC*/
    .pcnone {
        display: none;
    }

    #container {
        position: relative;
        z-index: 1;
        padding: 0;
        max-width: 100%;
    }

    .inner {
        margin: 0 auto;
    }

    section {
        margin: 0 auto;
        padding: 30px 0 30px 0;
        max-width: 970px;
        width: 100%;
    }

    .titHead {
        padding: 3px;
        color: #000;
        font-size: 28px;
        font-weight: 600;
        display: inline;
        background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, #b7d6f3 50%);
    }

    /*news*/
    #newsImportant {
        width: 100%;
        max-width: 970px;
        margin: 5px auto;
        display: flex;
        font-size: 12px;
        padding: 8px;
    }

    #newsImportant dt {
        width: 72px;
        height: fit-content;
        background: #e62d2d;
        color: #FFF;
        text-align: center;
        border-radius: 3px;
        margin-top: 1px;
        padding: 3px 0;
    }

    #newsImportant dd {
        width: 100%;
        padding: 0 10px;
    }

    #newsImportant li {
        padding: 3px 3px 3px 12px;
        position: relative;
        font-size: 13px;
        font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
    }

    #newsImportant li:nth-of-type(n+2) {
        border-top: 1px dotted #ccc;
    }

    #newsImportant li:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 6px solid #555555;
        border-right: 0;
        position: absolute;
        top: 7px;
        left: 0;
    }

    /*css*/
    span.disinl {
        width: calc(100% - 20px);
        display: inline-block;
        box-sizing: border-box;
    }

    /*bucknumber*/
    div.bucknumber_onsale {
        max-width: 970px;
        width: 100%;
        text-align: right;
        margin: 0 auto;
        padding: 10px;
        font-size: 16px;
    }

    /*itemBox*/

    .itemBox {
        border: 2px solid #e9dac1;
        margin: 20px 0 30px;
        padding: 20px;
        background: #FFF;
        border-radius: 5px;
    }

    .itemBox .item-title {
        border-bottom: 3px solid #0894d5;
    }

    .itemBox .item-title h3 {
        color: #000;
        text-align: left;
        background: #fff;
        font-size: 26px;
        font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, "serif";
        padding: 10px 0 15px;
        font-weight: bold;
        line-height: 1.6;

    }

    .itemBox .item-title>div span {
        color: #FFF;
        background: #0066cc;
        border-radius: 5px;
        padding: 3px 8px;
        font-size: 14px;
    }

    .itemBox .itemBoxinner {
        display: flex;
        flex-wrap: wrap;
        margin-top: 15px;
    }

    .itemBox .bnr img {
        width: 300px;
        height: auto;
    }

    .itemBox .detail {
        width: 610px;
        line-height: 1.5;
        margin-left: 15px;
    }

    .itemBox ul li {
        display: flex;
        justify-content: flex-start;
    }

    .itemBox ul li span {
        display: block;
    }

    .itemBox ul li span.label {
        margin: 0 5px 0 0;
        white-space: nowrap;
    }

    .itemBox ul li span.fc_red {
        color: #F00;
        font-weight: bold;
        font-size: 1.2em;
        line-height: 1.4;
    }

    .itemBox .yoyaku .Btn {
        color: #fff;
        width: 60%;
        margin: 10px auto;
        text-align: center;
        background: #2778be;
        border-radius: 5px;
        position: relative;
        /* 追記 */
        font-size: 20px;
        font-weight: bold;
    }

    .itemBox .yoyaku .Btn a {
        display: block;
        line-height: 2.8;
        color: #fff;
    }

    .itemBox .yoyaku .Btn::after {
        content: "＞";
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        font-weight: bold;
    }


    .itemBox .yoyaku .Btn_gray {
        color: #fff;
        width: 60%;
        margin: 10px auto;
        text-align: center;
        background: #666;
        border-radius: 5px;
        position: relative;
        /* 追記 */
        font-size: 20px;
        font-weight: bold;
        line-height: 2.8;
    }

    .itemBox .yoyaku .Btn_gray::after {
        content: "";
    }

    .itemBox .endarea {
        margin: 40px 0 0 0;
        background: #FFFCD2;
        padding: 20px;
    }

    .itemBox .endarea p {
        text-align: center;
        font-weight: bold;
        color: #FF0004;
        font-size: 16px;
        line-height: 1.5;
    }

    .cross_sell {
        background-color: #FFF;
        border: dotted;
        border-color: #CCC;
        padding: 10px;
        margin: 30px;
        text-align: center;
    }

    .cross_sell .Btn_cs {
        width: 45%;
        color: #fff;
        display: inline-block;
        margin: 10px 1%;
        text-align: center;
        background: #5aa605;
        border-radius: 5px;
        position: relative;
        font-size: 20px;
        font-weight: bold;
    }

    .cross_sell .Btn_cs a {
        display: block;
        line-height: 2.8;
        color: #fff;
    }

    .cross_sell .Btn_cs::after {
        content: "＞";
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        font-weight: bold;
    }

    .cross_sell p {
        margin: 10px;
        font-weight: bold;
    }

}


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

    /*SP*/
    .spnone {
        display: none;
    }

    #container {
        position: relative;
        width: 100%;
        padding: 0;
    }

    .inner {
        margin: 0 auto;
        width: 100%;
    }

    section {
        padding: 20px 0 20px 0;
    }

    .titHead {
        padding: 3px 3px 3px 10px;
        color: #000;
        font-size: 1.3em;
        font-weight: 600;
        display: inline;
        background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, #b7d6f3 50%);
    }

    /*news*/
    #newsImportant {
        margin: 5px;
        display: flex;
        font-size: 11px;
    }

    #newsImportant dt {
        width: 72px;
        height: fit-content;
        background: #e62d2d;
        color: #FFF;
        text-align: center;
        border-radius: 3px;
        margin-top: 2px;
        padding: 3px 0;
    }

    #newsImportant dd {
        width: 100%;
        padding: 0 10px;
    }

    #newsImportant li {
        padding: 5px 3px 5px 12px;
        position: relative;
        font-size: 1.1em;
        font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
    }

    #newsImportant li:nth-of-type(n+2) {
        border-top: 1px dotted #ccc;
    }

    #newsImportant li:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 6px solid #555555;
        border-right: 0;
        position: absolute;
        top: 7px;
        left: 0;
    }


    /*bucknumber*/

    div.bucknumber_onsale {
        width: 100%;
        text-align: right;
        margin: 0 auto;
        padding: 10px;
        font-size: 0.8em;
    }


    /*itemBox*/

    .itemBox {
        border: 1px solid #e9dac1;
        margin: 20px auto 30px;
        padding: 15px;
        background: #FFF;
        border-radius: 5px;
        display: flex;
        flex-flow: column;
        width: 98%;
    }

    .itemBox .item-title {
        border-bottom: 3px solid #0894d5;
    }

    .itemBox .item-title h3 {
        color: #000;
        text-align: center;
        background: #fff;
        font-size: 18px;
        font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, "serif";
        padding: 10px 10px 15px;
        font-weight: bold;
        line-height: 1.6;
    }

    .itemBox .item-title>div {
        margin-bottom: 10px;
    }

    .itemBox .item-title>div span {
        color: #FFF;
        background: #0066cc;
        border-radius: 5px;
        padding: 2px 5px;
        font-size: 14px;
    }

    .itemBox .itemBoxinner {
        width: 100%;
        margin-top: 15px;
    }

    .itemBox .bnr img {
        width: 100%;
        height: auto;
    }

    .itemBox .detail {
        width: 100%;
        line-height: 1.5;
        margin-top: 10px;
    }

    .itemBox ul li {
        display: flex;
        justify-content: flex-start;
    }

    .itemBox ul li span {
        display: block;
    }

    .itemBox ul li span.label {
        margin: 0 5px 0 0;
        white-space: nowrap;
    }

    .itemBox ul li span.fc_red {
        color: #F00;
        font-weight: bold;
        font-size: 1.2em;
        line-height: 1.4;
    }

    .itemBox .yoyaku .Btn {
        color: #fff;
        width: 100%;
        margin: 10px auto;
        text-align: center;
        background: #0894d5;
        border-radius: 5px;
        position: relative;
        /* 追記 */
        font-size: 1em;
        font-weight: bold;
    }

    .itemBox .yoyaku .Btn a {
        display: block;
        line-height: 2.2;
        color: #fff;
        padding: 16px 28px;
    }

    .itemBox .yoyaku .Btn::after {
        content: "＞";
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        font-weight: bold;
    }

    .itemBox .yoyaku .Btn_cs {
        color: #fff;
        width: 100%;
        margin: 10px auto;
        text-align: center;
        background: #5aa605;
        border-radius: 5px;
        position: relative;
        /* 追記 */
        font-size: 1em;
        font-weight: bold;
    }

    .itemBox .yoyaku .Btn_cs a {
        display: block;
        line-height: 2.2;
        color: #fff;
        padding: 16px 28px;
    }

    .itemBox .yoyaku .Btn_cs::after {
        content: "＞";
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        font-weight: bold;
    }

    .itemBox .yoyaku .Btn_gray {
        color: #fff;
        width: 100%;
        margin: 10px auto;
        text-align: center;
        background: #666;
        border-radius: 5px;
        position: relative;
        /* 追記 */
        font-size: 1em;
        font-weight: bold;
        line-height: 2.2;
    }

    .itemBox .yoyaku .Btn_gray::after {
        content: "";
    }

    .itemBox .endarea {
        margin: 40px 0 0 0;
        background: #FFFCD2;
        padding: 10px;
    }

    .itemBox .endarea p {
        text-align: center;
        font-weight: bold;
        color: #FF0004;
        font-size: 14px;
        line-height: 1.5;
    }


}

/*
  title
==================================================== */

@media screen and (min-width: 760px) {
    /*PC*/

    #title {
        width: 100%;
        background: #fff url(../images/bg.jpg) no-repeat;
        background-size: cover;
        text-align: center;
        aspect-ratio: 2000 / 375;
    }

    #title h1 {
        margin: 0 auto;
        padding: 0;
        max-width: 1080px;
        width: 100%;
        height: 100%;
        align-content: center;
    }

    #title h1 img {
        margin: 0;
        padding: 0 0;
        width: 100%;
    }
}


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

    /*SP*/
    #title {
        position: relative;
        text-align: center;
        overflow: hidden;
        padding: 0 0 0;
        margin: 0;
    }

    #title h1 {
        padding: 0;
        margin: 0;
    }

    #title img {
        width: 100%;
        height: auto;
    }
}



/*
  navi
==================================================== */

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

    /*PC*/
    #navi {
        text-align: center;
        letter-spacing: -0.4em;
        padding: 15px 0 0;
        /*height: calc(70px + 20px + 1em);*/
        background: #FFF183;
        /*font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;*/
    }

    #navi ul {
        display: flex;
        width: 970px;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: center;
    }

    #navi li {
        letter-spacing: normal;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        padding: 10px;
        border-right: 1px solid #000;
        vertical-align: top;
    }

    #navi li.coupon {
        display: inline-block;
        letter-spacing: normal;
        font-size: 20px;
        font-weight: bold;
        padding: 10px 20px 30px;
        color: #fff;
        height: 20px;
        border-right: 1px solid #fff;
    }

    /*#navi li:nth-of-type(4),*/
    #navi li:last-child {
        border-right: none;
    }


    #navi li a {
        display: block;
        color: #000;
    }

    #navi li a:hover {
        transition: 0.2s;
        opacity: 0.5;
        text-decoration: none !important
    }

    #navi .caption {
        max-width: 950px;
        width: 100%;
        margin: 0 auto 20px;
        text-align: right;
        color: #fff;
        letter-spacing: -0.1em;
        font-size: 11px;
    }


}


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

    /*SP*/
    #navi {
        background: #FFF183;
        text-align: center;
        letter-spacing: -0.4em;
        padding: 15px 0 5px;
        display: table;
        width: 100%;
        /*font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;*/
    }

    #navi ul {
        display: flex;
        justify-content: center;
        margin: 0;
        flex-wrap: wrap;
    }

    #navi li {
        margin-bottom: 10px;
        letter-spacing: normal;
        border-right: 1px solid #000;
        font-size: 13.5px;
        font-weight: bold;
        padding: 0rem 0.7rem 0 0.5rem;
        /*background: url(../images/navi_line.png) no-repeat right ;*/
        background-size: 3px 30px;
        vertical-align: middle;
    }


    #navi li:last-child {
        background: none;
        border-right: none;
    }

    #navi li a {
        padding: 0;
        display: block;
        /*color: #004f8e;*/
        color: #000;
        line-height: 1.2;
    }

    #navi li:nth-of-type(1) {
        /*border-left:1px solid #000;*/
    }

    #navi li a:hover {
        transition: 0.2s;
        opacity: 0.5;
        text-decoration: none !important
    }

    #navi .caption {
        width: 100%;
        margin: 0 auto 20px;
        padding-right: 10px;
        text-align: right;
        color: #000;
        letter-spacing: -0.1em;
        font-size: 11px;
    }

}






/*
 鉄道ファンの宝箱
==================================================== */
@media screen and (min-width: 760px) {
    /*PC*/

    h2 {
        color: #000;
        text-align: center;
        background: #fff;
        font-size: 26px;
        /*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, "serif";*/
        padding: 10px 0 15px;
        font-weight: bold;
        line-height: 1.6;
    }

    h2.green {
        border-bottom: 3px solid #0894d5;
    }

    h2.big {
        font-size: 30px;
    }

    h2 span {
        display: block;
        font-size: 16px;
    }

    div.course01 {
        max-width: 970px;
        width: 100%;
        margin: 0 auto;
        background: #fff;
        box-sizing: border-box;
        padding: 20px;
        border: 1px solid #e9dac1;
        border-radius: 30px;
    }

    .course01_main_img img {
        width: 100%;
        padding-top: 20px;
    }

    .flex-box {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 0 auto 0;
    }

    ul.course01_ph {
        width: 300px;
        padding: 0px;
        margin: 0px;
    }

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

    .course01_ph li {
        padding: 0px;
        margin: 0px;
    }

    li.tit {
        font-size: 12px;
        padding: 0px;
        margin: -20px 0px 0px 0px;
        text-align: center;
    }

    ul.detail {
        width: 100%;
        line-height: 1.8;
    }

    ul.detail li {
        padding: 10px 0;
    }

    ul.detail li p.list {
        padding: 10px 0 0;
    }

    ul.detail li.line {
        border-bottom: dashed 1px #999;
    }

    ul.detail li p.space_top {
        margin-top: 15px;
    }

    ul.detail p.tit {
        font-size: 130%;
        font-weight: bold;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
        text-align: center;
        padding-bottom: 10px;
    }

    ul.detail p.date {
        font-size: 130%;
        font-weight: bold;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
        padding: 15px 0 0;
        text-align: center;
    }

    /*ボタン通常（アイコン付き）*/
    .btn_box {
        display: flex;
    }

    .camp_btn {
        width: 400px;
        border-radius: 10px;
        background: #FF8082;
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding: 15px;
        margin: 20px auto 30px;
        font-size: 24px;
        display: block;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .camp_btn span {
        display: block;
        font-size: 60%;
        font-weight: normal;
    }

    .camp_btn2 {
        width: 400px;
        border-radius: 10px;
        background: #ccc;
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding: 15px;
        margin: 20px auto 30px;
        font-size: 24px;
        display: block;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .camp_btn:hover {
        opacity: 0.8;
    }

    .camp_btn i {
        float: right !important;
        position: absolute;
        right: 15px;
        top: 35%;
    }

    .camp_btn a,
    .camp_btn a:hover {
        text-decoration: none !important;
        display: block;
        color: #fff;
    }

    .kaga {
        display: flex;
        padding: 15px;
        background: #fff8f0;
    }

    .im_kaga {
        width: 300px;
        padding: 0px;
        margin: 0px 15px 0px 0px;
    }

    .tx_kaga {
        padding: 0px;
        margin: 0px;
    }

    .tx_kaga dt {
        border-radius: 10px;
        background-color: #db868b;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        padding: 0px;
        margin: 0px 0px 10px 0px;
    }

    .tx_kaga dd {
        font-size: 16px;
        padding: 0px;
        margin: 0px;
    }

    .tx_kaga2 {
        font-size: 14px;
        text-align: right;
        padding: 0px;
        margin: -30px 15px 10px 0px;
    }

    h2.green.mirumiru {
        position: relative;
    }

    h2.green.mirumiru span {
        display: block;
        position: absolute;
        width: 75px;
        right: 15px;
        top: -15px;
        font-size: 10px;
        background: #fff;
    }

    h2.green.mirumiru span img {
        width: 100%;
    }

    .tanoshimi {
        background-color: yellow;
        border-radius: 15px;
        border: 3px solid red;
        font-size: 18px;
        font-weight: bold;
        color: green;
        padding: 10px;
        margin: 10px 0px;
    }

    .tanoshimi strong {
        width: 100%;
        display: inline-block;
        background-color: green;
        color: #fff;
        text-align: center;
        padding: 3px 0px;
        margin: 0px 0px 5px 0px;
    }

    .kasahara {
        display: flex;
        align-items: center;
    }

    .kasahara dl {
        margin-right: 10px;
    }

    .xmas,
    .xmas2 {
        display: flex;
        align-items: center;
        background-color: #194D03;
        border-radius: 30px;
        padding: 20px;
        margin-top: 20px;
        color: #eee;
    }

    .xmas2 {
        background-color: #fffbe0;
        color: #333;
    }

    .im_xmas {
        width: 300px;
        padding: 0px;
        margin: 0px 20px 0px 0px;
    }

    .xmas2 .im_xmas {
        width: 150px;
        padding: 0px;
        margin: 0 25px 0;
    }

    .im_xmas img {
        width: 100%;
    }

    .tx_xmas {
        width: 100%;
        padding: 0px;
        margin: 0px 0px 0px 0px;
    }

    .tx_xmas2 {
        margin-top: 15px;
        text-indent: -6em;
        margin-left: 6em;
    }

    .tx_xmas span {
        display: block;
        text-align: right;
    }


    .line.flex_xmas {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }

    .line.flex_xmas div {
        width: 640px;
    }

    .line.flex_xmas div.flex_xmas_img {
        width: 250px;
    }

    .line.flex_xmas div.flex_xmas_img img {
        width: 100%;
    }

    .table_style01 {
        margin-bottom: -7px;
        border-collapse: collapse;
    }

    .table_style01 th {
        text-align: center;
        background: #eee;
        border-bottom: 7px solid #fff;
    }

    .table_style01 th,
    .table_style01 td {
        padding: 10px;
        vertical-align: middle;
    }

    .table_style01 td span {
        font-size: 0.8em;
    }

}

/*PC*/


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

    /*SP*/
    h2 {
        color: #000;
        text-align: center;
        background: #fff;
        font-size: 18px;
        /*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, "serif";*/
        padding: 10px 10px 15px;
        font-weight: bold;
        line-height: 1.6;
    }

    h2.green {
        border-bottom: 3px solid #FF8082;
    }

    h2.big {
        font-size: 20px;
    }

    h2 span {
        display: block;
        font-size: 15px;
    }

    div.course01 {
        width: 92%;
        background-image: none;
        box-sizing: border-box;
        margin: 0 4%;
        background-color: #fff;
    }

    .course01_main_img img {
        width: 100%;
    }

    .flex-box {
        width: 100%;
        display: flex;
        gap: 0px 10px;
        margin: 0 auto 0;
    }

    .flex-box ul {
        padding: 0px;
        margin: 0px;
    }

    .course01_ph li {
        padding: 0px;
        margin: 0px;
    }

    ul.course01_ph {
        padding: 0px;
        margin: 0 0px 10px 0px;
    }

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

    li.tit {
        font-size: 10px;
        text-align: center;
        padding: 0px;
        margin: -20px 0px 0px 0px;
    }

    ul.detail {
        width: 100%;
        line-height: 1.8;
        padding: 10px;
    }

    ul.detail li {
        padding: 10px 0;
        font-size: 14px;
    }

    ul.detail li p.list {
        padding: 10px 0 0;
    }

    ul.detail li.line {
        border-bottom: dashed 1px #999999;
    }

    ul.detail li p.space_top {
        margin-top: 10px;
    }

    ul.detail p.tit {
        font-size: 130%;
        font-weight: bold;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
        text-align: center;
        padding-bottom: 10px;
    }

    ul.detail p.date {
        font-size: 130%;
        font-weight: bold;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
        padding: 15px 0 0;
        text-align: center;
    }

    /*ボタン通常（アイコン付き）*/
    .camp_btn {
        margin: 0px auto 10px;
        width: 90%;
        border-radius: 10px;
        background: #FF8082;
        color: red;
        font-weight: bold;
        text-align: center;
        padding: 15px;
        font-size: 20px;
        display: block;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .camp_btn span {
        display: block;
        font-size: 50%;
        font-weight: normal;
    }

    .camp_btn2 {
        margin: 0 auto;
        width: 90%;
        border-radius: 10px;
        background: #cccccc;
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding: 15px;
        margin: 0px auto 10px;
        font-size: 20px;
        display: block;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .camp_btn:hover {
        opacity: 0.8;
    }

    .camp_btn i {
        float: right !important;
        position: absolute;
        right: 15px;
        top: 35%;
    }

    .camp_btn a,
    .camp_btn a:hover {
        text-decoration: none !important;
        display: block;
        color: #fff;
    }

    .kaga {
        padding: 15px;
        background: #fff8f0;
    }

    .im_kaga {
        width: 300px;
        padding: 0px;
        margin: 0px auto 10px auto;
    }

    .tx_kaga {
        padding: 0px;
        margin: 0px;
    }

    .tx_kaga dt {
        border-radius: 10px;
        background-color: #db868b;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        padding: 0px;
        margin: 0px 0px 10px 0px;
    }

    .tx_kaga dd {
        font-size: 12px;
        padding: 0px;
        margin: 0px;
    }

    .tx_kaga2 {
        font-size: 10px;
        text-align: right;
        padding: 0px 10px 0 0;
        margin: 0px 0px 0px 0px;
        background: #fff8f0;
    }

    h2.green.mirumiru {
        position: relative;
        text-align: left;
    }

    h2.green.mirumiru span {
        display: block;
        position: absolute;
        width: 75px;
        right: 15px;
        top: -15px;
        font-size: 10px;
        background: #fff;
    }

    h2.green.mirumiru span img {
        width: 100%;
    }

    .tanoshimi {
        background-color: yellow;
        border-radius: 15px;
        border: 3px solid red;
        font-size: 14px;
        font-weight: bold;
        color: green;
        padding: 10px;
        margin: 0px;
    }

    .tanoshimi strong {
        width: 100%;
        display: inline-block;
        background-color: green;
        color: #fff;
        text-align: center;
        padding: 3px 0px;
        margin: 0px 0px 5px 0px;
    }

    .kasahara dl {
        margin-bottom: 10px;
    }

    .kasahara p {
        text-align: center;
    }

    .xmas,
    .xmas2 {
        background-color: #194D03;
        border-radius: 30px;
        padding: 25px 15px;
        margin-top: 20px;
        color: #eee;
    }

    .xmas2 {
        background-color: #fffbe0;
        color: #333;
    }

    .im_xmas,
    .flex_xmas_img {
        text-align: center;
        padding: 0px;
        margin: 0px 0px 10px 0px;
    }

    .im_xmas {
        margin-bottom: 20px;
    }

    .im_xmas img {
        width: 100%;
    }

    .xmas2 .im_xmas img {
        width: 50%;
    }

    .flex_xmas_img img {
        width: 80%;
        padding-top: 15px;
    }

    .tx_xmas {
        padding: 0px;
        margin: 0px 0px 0px 0px;
    }

    .tx_xmas2 {
        margin-top: 15px;
        text-indent: -6em;
        margin-left: 6em;
    }

    .tx_xmas span {
        display: block;
        text-align: right;
    }

    .table_style01 {
        border-collapse: collapse;
        font-size: 0.9em;
    }

    .table_style01 th {
        display: block;
        background: #eee;
        text-align: center;
    }

    .table_style01 th,
    .table_style01 td {
        display: block;
        padding: 10px;
    }

    .table_style01 td {
        margin-bottom: 15px;
    }

    .table_style01 td span {
        font-size: 0.8em;
    }

}

/*SP*/











/*
  footer
==================================================== */
@media screen and (min-width: 760px) {
    /*PC*/

    #footer {
        background-color: #F0F5FA;
    }

    #footer .inner {
        width: 990px;
        margin: 0 auto;
        padding: 20px 0;
    }

    #footer .inner ul {
        font-size: 13px;
        line-height: 1.4;
        text-align: center;
    }

    #footer .inner ul li {
        display: inline-block;
        padding: 0 6px;
        border-right: 1px solid #CCC;
    }

    #footer .inner ul li:last-child {
        border-right: none;
    }

    #footer .copy {
        background-color: #0952a4;
        color: #FFFFFF;
        font-size: 12px;
        text-align: center;
        padding: 10px 0;
    }

}



@media screen and (max-width: 759.9px) {
    /*SP*/

    #footer {
        background-color: #F0F5FA;
    }

    #footer .inner {
        width: 96%;
        margin: 0 auto;
        padding: 2% 2%;
    }

    #footer .inner ul {
        font-size: 11px;
        line-height: 1.4;
        text-align: left;
    }

    #footer .inner ul li {
        display: inline-block;
        width: 46%;
        padding: 2% 0;
    }

    #footer .inner ul li:last-child {
        border-right: none;
    }

    #footer .copy {
        background-color: #0952a4;
        color: #FFFFFF;
        font-size: 9px;
        text-align: center;
        padding: 2% 0;
    }

}




/*
  pagetop
==================================================== */
@media screen and (min-width: 760px) {
    /*PC*/

    #pagetop {
        display: none;
        position: fixed;
        right: 50px;
        bottom: 50px;
        cursor: pointer;
        z-index: 100;
    }

    #pagetop a {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 80px;
        height: 80px;
        background-color: rgba(255, 255, 255, .5);
        border: solid 1px #152a8c;
        border-radius: 50vh;
    }

    #pagetop a::after {
        content: '';
        width: 7px;
        height: 7px;
        border-style: solid;
        border-width: 0 6px 9px 6px;
        border-color: transparent transparent #152a8c transparent;
    }

    #pagetop a:hover {
        background-color: #152a8c;
    }

    #pagetop a:hover::after {
        border-width: 0 6px 9px 6px;
        border-color: transparent transparent #fff transparent;
    }

}



@media screen and (max-width: 759.9px) {
    /*SP*/

    #pagetop {
        display: none;
        position: fixed;
        right: 10px;
        bottom: 10px;
        z-index: 100;
    }

    #pagetop a {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 3em;
        height: 3em;
        background-color: rgba(255, 255, 255, .5);
        border: solid 1px #152a8c;
        border-radius: 50vh;
    }

    #pagetop a::after {
        content: '';
        width: 7px;
        height: 7px;
        border-style: solid;
        border-width: 0 6px 9px 6px;
        border-color: transparent transparent #152a8c transparent;
    }

}