<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
	color: #222222;
}

#body-wrap {
    overflow: hidden;
    margin-top: -6px;
}

.sp-content {
    display: inline-block !important;
}
table {
	margin: 0;
	padding: 0;
	width: 100%;
}
tr,th,td {
	padding:.5em;
	text-align:center;
	border: 1px solid #cccccc;
}
th {
	background-color: #3598db;
	color:#fff;
	font-weight:bold;
}

/*アンカーリンク*/

html {
  scroll-behavior: auto;
}

section {
  scroll-margin-top: 10px;
}

/*電マネ追加　はじまり*/

.denmane span {
	color:#e84c3d;
	font-size: 16px;
	font-weight: bold;
}

.denmane tr,th,td {
	padding:.5em;
	text-align:center;
	border: 1px solid #cccccc;
}

.denmane th {
	background-color: #ecf0f1;
	color:#333;
	font-weight:normal;
}

a.btn--denmane {
	background: #ff3939;
    padding: 10px 20px;
    color: #fff !important;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    border-radius: 100vh;
    text-decoration: none;
}

span.lavel {
    background: #ffffff;
    display: inline-block;
    margin-right: 10px;
    padding: 3px 5px;
    border-radius: 3px;
    color: #ff3939;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
}

/*電マネ追加　おわり*/

/*KV*/
.kv img {
	margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

img {
	max-width: 100%;
	height: auto;
}

/*タイトル*/
section h2 {
	margin: 20px 0;
	padding: 0;
}

h2 .ttl_dg {
	margin: 0;
	padding: 1rem;
	background-color: #e1e1e1;
	font-size: 20px;
	text-align: center;
}

#tab_contents_box h2 {
	padding: 0 0 0.3rem 0;
    margin: 0 0.5rem 1rem 0.5rem;
    border-bottom: 2px solid #222222;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

/*ボタン*/

a.oubo {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 200px;
	margin: auto;
	padding: 0.8rem 4rem;
	font-weight: bold;
	border-radius: 1vh;
	border-bottom: 4px solid #006e9b;
	background: #0087bf;
	color: #fff;
	font-size: 20px;
}

.toha {
	text-align: center;
	color: #222222;
	margin: 0;
	padding: 15px 0 0 0;
}

.toha a {
	color: #222222;
	font-size: 0.8em;
}

.point_vote {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 130px;
	margin: auto;
	padding: 0.8rem 4rem;
	font-weight: bold;
	border-radius: 1vh;
	border-bottom: 4px solid #cc5d02;
	background: #ff8000;
	color: #fff;
	font-size: 20px;
}

.anker-nav {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}

.anker-nav a {
	text-decoration: none;
}

.point-nav {
	display: flex;
	justify-content: center;
	margin: 25px 0 20px 0;
}

.point-nav a {
	text-decoration: none;
}

.point-nav2 {
	display: flex;
	justify-content: center;
	margin: 0 0 20px 0;
}

.point-nav2 a {
	text-decoration: none;
}

.txt-nav {
	display: flex;
	justify-content: center;
	margin: 0 0 20px 0;
}

.txt-nav a {
	text-decoration: none;
}

.button-001 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    padding: 0.8em 1.1em;
    border: 1px solid #595959;
    border-radius: 24px;
    background-color: #f2f2f2;
    color: #333333;
    font-size: 0.8em;
}

.button-001::after {
	transform: rotate(135deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #595959;
    border-right: 2px solid #595959;
    content: '';
}

.button-002 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    padding: 0.8em 1.6em;
    border: 1px solid #595959;
    border-radius: 21px;
    background-color: #595959;
    color: #ffffff;
    font-size: 0.8em;
}

.button-002::after {
	transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: '';
}

.button-003 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    padding: 0.8em 1.6em;
    border: 1px solid #595959;
    border-radius: 21px;
    background-color: #595959;
    color: #ffffff;
    font-size: 0.8em;
	text-decoration: none;
}

.button-003::after {
	background: url(../images/popup.png);
	display: inline-block;
	background-size: contain;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    content: '';
}

/*TOPナビ*/
.top-nav {
	margin: 0px;
	padding: 15px 0;
	background-color: #ffffe1;
}

/*注意事項*/
#point_notes {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

#point_notes p {
	margin: 20px 30px;
	padding: 15px;
	background-color: #f2f2f2;
	border-radius: 1vh;
	font-size: 0.8em;
	line-height: 1.3em;
}

/*還元率表示*/

.point_detail {
	margin-bottom: 10px;
}

.target_place {
	font-size: 20px;
	font-weight: 600;
	margin-top: 5px;
	padding-left: 5px;
}

.return_rate {
	font-size: 20px;
	font-weight: 600;
	color: #ff0000;
	margin: 0;
	padding-left: 5px;
}

/*本文*/
.txt {
	padding: 0 20px;
	margin: 0 0 20px 0;
	line-height: 1.3em;
	font-size: 14px;
}

/*モーダル表示*/
.modal-001__wrap input {
    display: none !important;
}

.modal-001__open-label,
.modal-001__close-label {
    cursor: pointer;
}

.modal-001__open-label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    padding: 0.8em 1.6em;
    border: 1px solid #595959;
    border-radius: 21px;
    background-color: #595959;
    color: #ffffff;
    font-size: 0.8em;
}

.modal-001__open-label::after {
	background: url(../images/popup.png);
	display: inline-block;
	background-size: contain;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    content: '';
}

.modal-001 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.modal-001__open-input:checked + label + input + .modal-001 {
    display: block;
    animation: modal-001-animation .6s;
}

.modal-001__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 650px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}

.modal-001__close-label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.6;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 1.3em;
}

.modal-001__content {
    max-height: 50vh;
    overflow-y: auto;
    padding: 39px 45px 40px;
	font-size: 14px;
}

.modal-001__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-001-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 520px) {
    .modal-001__open-label {
        max-width: 90%;
        padding: .8em 1.6em;
    }

    .modal-001__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-001__content-wrap {
        width: 90vw;
    }

    .modal-001__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}

.modal-002__wrap input {
    display: none !important;
}

.modal-003__wrap input {
    display: none !important;
}

.modal-002__open-label,
.modal-002__close-label {
    cursor: pointer;
}

.modal-003__open-label,
.modal-003__close-label {
    cursor: pointer;
}

.modal-002__open-label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    padding: 0.8em 1.6em;
    border: 1px solid #595959;
    border-radius: 21px;
    background-color: #595959;
    color: #ffffff;
    font-size: 0.8em;
}

.modal-003__open-label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    padding: 0.8em 1.6em;
    border: 1px solid #595959;
    border-radius: 21px;
    background-color: #595959;
    color: #ffffff;
    font-size: 0.8em;
}

.modal-002__open-label::after {
	background: url(../images/popup.png);
	display: inline-block;
	background-size: contain;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    content: '';
}

.modal-003__open-label::after {
	background: url(../images/popup.png);
	display: inline-block;
	background-size: contain;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    content: '';
}

.modal-002 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.modal-003 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.modal-002__open-input:checked + label + input + .modal-002 {
    display: block;
    animation: modal-002-animation .6s;
}

.modal-003__open-input:checked + label + input + .modal-003 {
    display: block;
    animation: modal-002-animation .6s;
}

.modal-002__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 650px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}

.modal-003__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 650px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}

.modal-002__close-label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.6;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 1.3em;
}

.modal-003__close-label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.6;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 1.3em;
}

.modal-002__content {
    max-height: 50vh;
    overflow-y: auto;
    padding: 39px 45px 40px;
	font-size: 14px;
}

.modal-003__content {
    max-height: 50vh;
    overflow-y: auto;
    padding: 39px 45px 40px;
	font-size: 14px;
}

.modal-002__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

.modal-003__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-002-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 520px) {
    .modal-002__open-label {
        max-width: 90%;
        padding: .8em 1.6em;
    }

    .modal-002__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-002__content-wrap {
        width: 90vw;
    }

    .modal-002__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}
/*ポイント還元 アコーディオン*/
@media only screen and (max-width: 520px) {
    .modal-003__open-label {
        max-width: 90%;
        padding: .8em 1.6em;
    }

    .modal-003__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-003__content-wrap {
        width: 90vw;
    }

    .modal-003__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}
/*その他注意事項 アコーディオン*/

.accordion-002 {
    border-top: 1px solid #ccc;
}

.accordion-003 {
    border-top: 1px solid #ccc;
}

.end {
    border-bottom: 1px solid #ccc;
}

.accordion-002 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%23333333%3B%22%2F%3E%0A%3C%2Fsvg%3E');
    background-position: right calc(2em - 7px) center;
    background-size: 22px;
    background-repeat: no-repeat;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%23333333%3B%22%2F%3E%0A%3C%2Fsvg%3E');
    background-position: right calc(2em - 7px) center;
    background-size: 22px;
    background-repeat: no-repeat;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-002 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-002 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-002[open] summary::after {
    transform: rotate(225deg);
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}

.accordion-002 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-002[open] p {
    transform: none;
    opacity: 1;
}

.accordion-003[open] p {
    transform: none;
    opacity: 1;
}

.oneday {
    padding: 0 20px;
    margin: 0;
}

/*タブデザイン*/

.tab_menu01 {
    z-index: 2;
    position: relative;
    width: 20%;
    margin: 0 5px;
    background-color: #aeaeae;
    line-height: 42px;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    border: none;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    box-sizing: border-box;
	font-weight: 600;
	color: #FFF;
}
.tab_menu01:first-of-type{
margin: 0 5px 0 10px;
}
input:checked + .tab_menu01 {
    background-color: #92d050;
    border-bottom: solid 2px #fff;
	color: #FFF;
}
.tab_menu02 {
    z-index: 2;
    position: relative;
    width: 20%;
    margin: 0 5px;
    background-color: #aeaeae;
    line-height: 42px;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    border: none;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    box-sizing: border-box;
	font-weight: 600;
	color: #FFF;
}
.tab_menu02:first-of-type{
margin: 0 5px 0 10px;
}
input:checked + .tab_menu02 {
    background-color: #439dff;
    border-bottom: solid 2px #fff;
	color: #FFF;
}
.tab_menu03 {
    z-index: 2;
    position: relative;
    width: 20%;
    margin: 0 5px;
    background-color: #aeaeae;
    line-height: 42px;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    border: none;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    box-sizing: border-box;
	font-weight: 600;
	color: #FFF;
}
.tab_menu03:first-of-type{
margin: 0 5px 0 10px;
}
input:checked + .tab_menu03 {
    background-color: #a62a8b;
    border-bottom: solid 2px #fff;
	color: #FFF;
}
.tab_menu04 {
    z-index: 2;
    position: relative;
    width: 20%;
    margin: 0 5px;
    background-color: #aeaeae;
    line-height: 42px;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    border: none;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    box-sizing: border-box;
	font-weight: 600;
	color: #FFF;
}
.tab_menu04:first-of-type{
margin: 0 5px 0 10px;
}
input:checked + .tab_menu04 {
    background-color: #ff5c01;
    border-bottom: solid 2px #fff;
	color: #FFF;
}
input[name="tab_menu01"] {
  display: none;
}
input[name="tab_menu02"] {
  display: none;
}
input[name="tab_menu03"] {
  display: none;
}
input[name="tab_menu04"] {
  display: none;
}
.tab_content_a {
    z-index: 2;
    clear: both;
	border-top: solid 3px #92d050;
	border-bottom: solid 2px #ccc;
    padding: 15px 20px;
    margin: 0 0 30px 0;
    position: relative;
    top: -2px;
}
.tab_content_b {
    z-index: 2;
    clear: both;
	border-top: solid 3px #439dff;
	border-bottom: solid 2px #ccc;
    padding: 15px 20px;
    margin: 0 0 30px 0;
    position: relative;
    top: -2px;
}
.tab_content_c {
    z-index: 2;
    clear: both;
	border-top: solid 3px #a62a8b;
	border-bottom: solid 2px #ccc;
    padding: 15px 20px;
    margin: 0 0 30px 0;
    position: relative;
    top: -2px;
}
.tab_content_d {
    z-index: 2;
    clear: both;
	border-top: solid 3px #ff5c01;
	border-bottom: solid 2px #ccc;
    padding: 15px 20px;
    margin: 0 0 30px 0;
    position: relative;
    top: -2px;
}
#tab_a:checked ~ #tab_a_content,
#tab_b:checked ~ #tab_b_content,
#tab_c:checked ~ #tab_c_content,
#tab_d:checked ~ #tab_d_content {
    display: block;
}

.sp-content footer{
	margin-bottom: -31px !important;
}



</pre></body></html>