@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:900&display=swap');

/* reset
--------------------------------------------------- */

*,
*::before,
*::after {
    box-sizing: border-box;
}

ul,
ol {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

html {
    font-size: 62.5%;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

ul,
ol {
    list-style: none;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

html {
    font-size: 62.5%;
}

body {
    position: relative;
}


/* ----- clearfix ----- */

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}


/* common
--------------------------------------------------- */

.contents a {
    color: #efa96b;
    text-decoration: none;
}

.contents a:visited {
    color: #efa96b;
}

.contents a:hover {
    text-decoration: underline;
}

.contents .no-pc {
    display: none;
}

.contents .no-sp {
    display: block;
}

.contents .xs {
    font-size: 1.2rem;
}

.contents .tax {
    padding: 0 0 0 .25em;
    font-size: 1.2rem;
    font-weight: normal;
}

.sub-txt {
    font-size: 75%;
}

.contents em {
    color: #D3BF8F;
    font-style: normal;
    font-size: 120%;
    font-weight: bold;
}

.contents strong {
    font-style: normal;
    font-weight: bold;
}

.contents .strikethrough {
    color: #666;
    text-decoration: line-through;
}

.contents .caution {
    color: #555;
    padding: 0 0 0 1em;
    font-size: 1.2rem;
    line-height: 1.2;
    text-indent: -1em;
}

.contents .caution::before {
    content: "※";
    color: #555;
}

.contents .advance,
.contents .public,
.contents .soldout {
    display: inline-block;
    margin: 0 10px 3px 0;
    padding: .5em;
    border-radius: 4px;
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}

.contents .advance {
    background: #F60;
}

.contents .public {
    background: #666;
}

.contents .soldout {
    background: #999;
}

.through {
    text-decoration: line-through;
    color: #999;
}

.attention {
    margin: 0 auto 12px;
    padding: 12px;
    border: 1px solid red;
    background: #fff4f4;
}

.attention p {
    font-size: 1.2rem;
    color: red;
}

@media screen and (max-width: 767px) {
    .contents .no-pc {
        display: block;
    }
    .contents .no-sp {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .contents .advance,
    .contents .public,
    .contents .soldout {
        display: block;
        margin: 0 0 5px 0;
        font-size: 1.0rem;
    }
    .contents .caution,
    .contents .xs,
    .contents .tax {
        font-size: 1.0rem;
        line-height: 1.2;
    }
}


/* LAYOUT
--------------------------------------------------- */

.contents {
    width: 100%;
    min-width: 320px;
    color: #333;
    /* font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; */
    font-family: "Yu Mincho Medium", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "Noto Serif JP", "Georgia", "Didot", serif;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
}

.contents-area {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.contents-inner {
    margin-bottom: 80px;
    padding: 0 20px;
}

.contents-inner:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .contents {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .contents-inner {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 480px) {
    .contents {
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .contents-inner {
        margin-bottom: 40px;
    }
}


/* HEADDING
--------------------------------------------------- */

.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5 {
    font-family: "Yu Mincho Medium", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "Noto Serif JP", "Georgia", "Didot", serif !important;
}

.contents h1 {
    max-width: 1200px;
    font-size: 3.2rem;
    font-weight: bold;
}

.contents h2 {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #FFF;
    margin-bottom: 50px;
    padding: 10px;
}

.contents h2.grape {
    background: #843779;
}

.contents h2.tour {
    background: #b29a57;
}
.contents #title_info{
    text-align: center;
    color: #fff;
    background: #C00;
    margin: 20px 0 0 0;
    display: block;
    font-weight: bold;
    font-size: 2rem;
    padding: 5px;
}
.contents .info-box {
    background: #F7F4EE;
    padding: 30px;
    /*margin-top: 15px;*/
    border: solid 2px #C00;
    margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .contents .info-box {
    padding: 15px;
  }
}
.contents .info-box a{
    color: #C00;
    font-weight: bold;
    text-decoration: underline;
}
.contents .info-box a:hover {
    text-decoration: none;
}

.contents h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    /* background: #C1AE78; */
    padding: 5px 10px;
    color: #FFF;
    background: linear-gradient(to right, rgba(193, 174, 120, 0) 0%, rgba(239, 169, 107, 100) 10%, rgba(239, 169, 107, 100) 90%, rgba(193, 174, 120, 0) 100%);
}

.contents h3.grape {
    background: linear-gradient(to right, rgba(132, 55, 121, 0) 0%, rgba(132, 55, 121, 1) 10%, rgba(132, 55, 121, 1) 90%, rgba(132, 55, 121, 0) 100%);
}


/* .contents h3 span {
  border-bottom: 1px solid #C1AE78;
}*/

.contents h3 i {
    font-size: 1.2rem;
    font-style: normal;
    display: block;
}

.contents h4 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}

.contents h5 {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0 0 0 1em;
    text-indent: -1em;
    margin-bottom: 5px;
}

.contents h5::before {
    content: "● ";
    color: #F3C69E;
}

@media screen and (max-width: 767px) {
    .contents h1 {
        font-size: 2.8rem;
    }
    .contents h2 {
        font-size: 2.4rem;
    }
    .contents h3 {
        font-size: 1.8rem;
    }
    .contents h4 {
        font-size: 1.6rem;
    }
    .contents h5 {
        font-size: 1.6rem;
    }
}


/* HERO
--------------------------------------------------- */

.hero {
    padding: 0 0 50px;
}

.hero-inner {}

.outline {}

.outline p {}

.outline p+p {}

@media screen and (max-width: 767px) {
    .outline {}
    .outline p+p {}
}

@media screen and (max-width: 480px) {
    .outline {}
    .outline p+p {}
}


/* TEXT etc
--------------------------------------------------- */

.pagettl {
    font-weight: bold;
    display: block;
    color: #C1AE78;
    text-align: center;
}

.contents-box p.nl {
    padding-left: 0;
}

.infotxt {
    display: block;
    padding: 10px 20px;
    background: #4d5050;
    color: #FFF;
    font-size: 1.4rem;
}

.picktxt {
    font-weight: bold;
    margin-bottom: 15px;
    color: #C00;
}

p+.picktxt {
    margin-top: 25px;
}

.notes+.picktxt {
    margin-top: 25px;
}

.notes .red {
    color: red !important;
}

.picktxt span {
    border: solid 1px #C00;
    padding: .5em;
}

.atttxt {
    font-weight: normal;
    color: #C00;
}

.atttxt-b {
    font-weight: bold;
    color: #C00;
}

.atttxt-b a {
    font-weight: bold;
    color: #C00 !important;
    text-decoration: underline;
}

.atttxt-b a:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .pagettl {
        font-size: 1.6rem;
    }
    .picktxt {
        font-size: 1.6rem;
    }
    .picktxt span {
        display: block;
    }
}


/* SCHEDULE
--------------------------------------------------- */

.sch-box {
    margin-bottom: 80px;
}

.sch-ttl {
    font-size: 2.4rem;
    text-align: center;
    border-bottom: 1px solid #F3C69E;
    display: block;
    padding-left: 0!important;
}

.sch-list ul {
    display: flex;
    flex-wrap: nowrap;
}

.sch-list ul li {
    display: block;
    text-align: center;
    padding: 15px 5px;
    line-height: 1;
}

.sch-list ul li:nth-child(1),
.sch-list ul li:nth-child(2),
.sch-list ul li:nth-child(4),
.sch-list ul li:nth-child(5) {
    width: 16%;
}

.sch-list ul li:nth-child(3) {
    width: calc(100% - 16%*4);
}

.sch-list ul li:nth-child(6) {
    width: 10%;
    margin-right: 1%;
    font-size: 1.2rem;
    position: relative;
}

.sch-list ul li:nth-child(6) span {
    width: 100%;
    padding: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}


.sch-list ul:nth-child(even) {
    background: #f6f6f6;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.sch-list ul li:nth-child(6) span.icon-sch {
    border: solid 1px #c00;
    background: #fff;
    color: #c00;
}

.sch-txt {
    text-align: center;
    padding-top: 25px;
}

.sch-txt p:first-child {
    margin-bottom: 20px;
    font-size: 2rem;
}

.sch-txt div {
    padding-top: 25px;
}

.sch-next-txt {
    font-size: 1.8rem;
    text-align: center;
    display: block;
    border: solid 1px #eaeaea;
    padding: 1em;
}

.wc-txt {
    display: block;
    border: solid 1px #eaeaea;
    padding: 1em;
}

.price-txt,
.price-txt-gp {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

.price-txt {
    color: #efa96b;
}

.price-txt-gp {
    color: #843779;
}

.price-txt span {
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    color: #c00;
}

@media screen and (max-width: 767px) {
    .sch-box {
        margin-bottom: 40px;
    }
    .sch-ttl {
        font-size: 1.8rem;
    }
    .sch-list-head {
        display: none !important;
    }
    .sch-list ul {
        display: block;
        padding: 30px 0;
        position: relative;
    }
    .sch-list ul li {
        padding: 10px 5px;
    }
    .sch-txt p:first-child {
        font-size: 1.8rem;
    }
    .sch-next-txt {
        font-size: 1.6rem;
    }
     .sch-list ul li {
        padding: 5px 5px 0;
    }
    .sch-list ul li:nth-child(1),
    .sch-list ul li:nth-child(2),
    .sch-list ul li:nth-child(3),
    .sch-list ul li:nth-child(4),
    .sch-list ul li:nth-child(5),
    .sch-list ul li:nth-child(6) {
        width: 100%;
    }
    .sch-list ul li:nth-child(1),
    .sch-list ul li:nth-child(2),
    .sch-list ul li:nth-child(3),
    .sch-list ul li:nth-child(4),
    .sch-list ul li:nth-child(5),
    .sch-list ul li:nth-child(6) {
        width: 100%;
    }
    .sch-list ul li:nth-child(6) {
        font-size: 1.2rem;
        width: 100%;
    }
    .sch-list ul li:nth-child(6) span {
        width: 100%;
        padding: 5px;
        display: block;
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0%) translateX(0%);
        -webkit-transform: translateY(0%) translateX(0%);
    }
    .sch-att {
        padding: 10px;
    }
}


/* FLOW
--------------------------------------------------- */

.flow-list dt {
    font-weight: bold;
}

.flow-list dd {
    border-bottom: dashed 1px #CCC;
    margin-bottom: 15px;
    padding: 0 1.5em 15px;
}

.listQbox {
    padding-left: 1.5em;
}

.listQbox dt {
    font-weight: bold;
    margin-bottom: 20px;
}

.listQbox dd {
    border-bottom: dashed 1px #CCC;
    margin-bottom: 30px;
    padding: 0 .5em 30px;
}

.listQbox .listQ {
    font-size: 2rem;
    color: #f2b680;
}

.listQbox .listQbg {
    padding-left: 1.5em;
    margin: 20px 0 10px;
}

.listQbox .listQbg span {
    border: solid 1px #efa96b;
    color: #efa96b;
    padding: 5px;
    font-weight: bold;
    margin-bottom: 20px;
}


/* FANCLUB
--------------------------------------------------- */

.fanclub-box {
    padding: 25px;
    border: 1px solid #eaeaea;
    background: #f6f6f6;
}

.fanclub-box ul {
    margin-bottom: 25px;
}

.sada-sns {
    padding: 25px 0 0;
}

.sada-sns a:hover {
    opacity: .7;
}

.sada-sns div {
    width: 75%;
    margin: 0 auto 25px;
}

.sada-sns ul {
    display: flex;
    flex-wrap: nowrap;
    width: 250px;
    margin: 0 auto;
}

.sada-sns ul li {
    padding: 0 10px;
}

@media screen and (max-width: 767px) {
    .sada-sns div {
        width: 100%;
    }
    .sada-sns ul {
        width: 250px;
    }
}


/* NOTES
--------------------------------------------------- */

.notes {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.notes+.notes,
.table-price+.notes,
p+.notes {
    margin-top: 20px;
}

.notes.pl {
    padding-left: 1.5em;
}

.notes li {
    padding: 0 0 0 1em;
    text-indent: -1em;
    text-align: left;
}

.notes.no li {
    list-style: decimal inside;
}

.notes.no li::before {
    content: "";
}

.notes li::before {
    content: "※";
}

.notes.dot li::before {
    content: "・";
}

.notes.sq li::before {
    content: "■";
}

.notes li+li {
    margin: .5em 0 0;
}

.att-bg {
    background: #FFFECC;
    font-weight: bold;
}

.notes+h5 {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .notes {}
    .notes li {}
}

@media screen and (max-width: 480px) {
    .notes li+li {
        margin: .5em 0 0;
    }
}


/* notes-table
--------------------------------------------------- */

.notes-table {
    width: 100%;
    margin: 20px auto 0;
    padding: 0 16px;
    border-collapse: collapse;
    table-layout: fixed;
}

.notes-table th,
.notes-table td {
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.notes-table th {
    width: 36%;
    font-weight: normal;
    background: #efefef;
}

@media screen and (max-width: 767px) {
    .notes-table th,
    .notes-table td {
        font-size: 1.4rem;
        padding: 15px;
    }
}


/* BUTTON
--------------------------------------------------- */

.contents .btn {
    font-family: "Yu Mincho Medium", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "Noto Serif JP", "Georgia", "Didot", serif;
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 1em .5em;
    background: #C1AE78;
    color: #FFF !important;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    text-transform: none;
    border-radius: 50px;
}

.contents .btn:hover {
    opacity: .7;
    text-decoration: none;
}

.contents .btn.off-link {
    pointer-events: none;
    background: #666;
}

@media screen and (max-width: 767px) {
    .contents .btn {
        width: 80%;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 480px) {
    .contents .btn {
        width: 100%;
        font-size: 1.4rem;
    }
}


/* INPUT
--------------------------------------------------- */

.input-area {
    font-size: 1.6rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    /* text-align: center; */
}

.input-area input[type=checkbox] {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    margin: 0 10px 0 0;
}

@media screen and (max-width: 767px) {
    .input-area {
        font-size: 1.6rem;
    }
}


/* SUBMIT
--------------------------------------------------- */

.contents #submit-area {
    display: none;
}

.contents #submit-area .btn-txt {
    margin: 2em auto .5em;
    text-align: center;
    font-weight: bold;
}

.contents #submit-txt {
    text-align: center;
    font-size: 1.8rem;
}

.contents #submit-area .acbtn-box {
    display: block;
}

.contents #submit-area .acbtn-box .acbtn {
    text-align: center;
    border: solid 1px #c2af77;
    border-radius: 10px;
    color: #c2af77;
    background: #000;
    padding: 20px;
    width: 48%;
    margin: 0 1%;
    height: 100px;
    position: relative;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
}

.contents #submit-area .acbtn-box .acbtn:hover {
    opacity: .7;
}

.contents #submit-area .acbtn-box .acbtn span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.contents .submit-btn {
    display: block;
    width: 60%;
    margin: 10px auto;
    padding: 1em .5em;
    background: #efa96b;
    border: solid 2px #efa96b;
    color: #FFF !important;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    text-transform: none;
    border-radius: 50px;
    font-family: "Yu Mincho Medium", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "Noto Serif JP", "Georgia", "Didot", serif;
}

.contents .acboxA .submit-btn {
    background: #C1AE78;
}

.contents .submit-btn:hover {
    text-decoration: none;
    background: #FFF;
    color: #efa96b !important;
}

.contents .acboxA .submit-btn:hover {
    text-decoration: none;
    background: #FFF;
    color: #000 !important;
}
.contents .acboxA{
	 display:block!important;
}
@media screen and (max-width: 767px) {
    .contents #submit-txt {
        font-size: 1.6rem;
    }
    .contents .btn,
    .contents .next-btn,
    .contents .submit-btn {
        width: 100%;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 480px) {
    .contents .btn,
    .contents .next-btn,
    .contents .submit-btn {
        font-size: 1.4rem;
    }
}