@charset "UTF-8";
/* CSS Document */

#gourmand{
    background-color: #fffbd2;
}

#gourmand .mt10{margin-top: 10px;}
#gourmand .mt20{margin-top: 20px;}
#gourmand .mt30{margin-top: 30px;}
#gourmand .mt40{margin-top: 40px;}
#gourmand .mt50{margin-top: 50px;}

#gourmand #kv{
    background-image: url("https://town-life-marche.com/contents/ex/img/tokusan/add_gourmand/bg-kv.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
}

#gourmand #kv h1{
    width: 1000px;
    margin: 0 auto;
}

#gourmand #kv h2{
    width: 1000px;
    margin: 0 auto;
}


#gourmand #photo{
    padding:  0 0 20px;
}

#gourmand #photo .photo-wrap{
    display: flex;
    overflow: hidden;
}

#gourmand #photo .photo-wrap-list{
    display: flex;
    list-style: none;
    animation: loop-slide 40s infinite linear 0s both;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

#gourmand #photo .photo-wrap-list li{
    width: calc(100vw / 6);
}

#gourmand #photo .photo-wrap-list li img{
    width: 100%;
}

#gourmand .gourmand-inner{
    width: 1000px;
    margin: 0 auto;
}

#gourmand #intro{
    text-align: center;
    padding: 30px 0 50px;
}

#gourmand #intro p{
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    line-height: 2;
}

#gourmand .btn-mainlink{
    text-align: center;
    margin: 50px 0 0;
    animation: mocchiri 1s infinite;
}

@keyframes mocchiri {
    0% {
        transform: scale(1, 0.8);
    }
    20% {
        transform: scale(0.8, 1.1);
    }
    95% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 0.8);
    }
}

#gourmand #food{
    background-image: url("https://town-life-marche.com/contents/ex/img/tokusan/add_gourmand/bg-food.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#gourmand #food .gourmand-inner{
    padding: 10px 0;
}

#gourmand #trip {
    background-color: #fff;
    background-image: url("https://town-life-marche.com/contents/ex/img/tokusan/add_gourmand/bg-trip.png");
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 200px;
}

#gourmand #trip .gourmand-inner{
    text-align: center;
    padding: 50px 0;
}

#gourmand #trip .trip-box{
    margin-top: 50px;
}

#gourmand #trip .trip-toggle {
    display: none;
}

#gourmand #trip .trip-box-list {
    position: relative;
    margin-bottom: 20px;
}

#gourmand #trip .trip-title,
#gourmand #trip .trip-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

#gourmand #trip .trip-title {
    display: block;
    color: #333;
    font-weight: bold;
}

#gourmand #trip .trip-title:hover {
    opacity: 0.8;
}

#gourmand #trip .trip-content {
    max-height: 0;
    overflow: hidden;
}
    
#gourmand #trip .trip-content p {
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
}

#gourmand #trip .trip-toggle:checked + .trip-title + .trip-content {
    max-height: 3000px;
    height: auto;
    transition: all 1.5s;
}

#gourmand #trip .trip-toggle:checked + .trip-title::before {
    transform: rotate(90deg) !important;
}

#gourmand #trip .trip-txt{
    text-align: center;
    margin-top: 100px;
}

.js-animation {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 2s;
}

.js-animation.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

#gourmand .selectArea li{
    text-align: center;
}

#gourmand .selectArea li img{
    width: auto;
}

#gourmand .selectArea li .c01-txt{
    margin-top: 30px;
}

#gourmand .selectArea li .c01-fee{
    margin-top: 30px;
}

#gourmand .selectArea li .c01-note{
    margin: 30px 10px 0;
    background: url("https://town-life-marche.com/contents/ex/img/tokusan/add_gourmand/c_line.png") center top no-repeat;
    padding: 20px 0px 0px;
}

#gourmand .selectArea li .c01-note span{
    display: block;
    margin-top: 20px;
    font-size: 12px;
}

#gourmand .selectArea li .c02-txt{
    margin-top: 14px;
}

#gourmand .selectArea li .c02-fee{
    margin-top: 22px;
}

#gourmand .selectArea li .c02-note{
    margin: 30px 10px 0;
    background: url("https://town-life-marche.com/contents/ex/img/tokusan/add_gourmand/c_line.png") center top no-repeat;
    padding: 20px 0px 0px;
}

#gourmand .selectArea li .c02-note span{
    display: block;
    margin-top: 20px;
    font-size: 12px;
}

#gourmand .selectArea li .c03-txt{
    margin-top: 14px;
}

#gourmand .selectArea li .c03-fee{
    margin-top: 22px;
}

#gourmand .selectArea li .c03-note{
    margin: 30px 10px 0;
    background: url("https://town-life-marche.com/contents/ex/img/tokusan/add_gourmand/c_line.png") center top no-repeat;
    padding: 20px 0px 0px;
}

#gourmand .selectArea li .c03-note span{
    display: block;
    margin-top: 20px;
    font-size: 12px;
}

#gourmand .selectArea li .c04-txt{
    margin-top: 14px;
}

#gourmand .selectArea li .c04-fee{
    margin-top: 22px;
}

#gourmand .selectArea li .c04-note{
    margin: 30px 10px 0;
    background: url("https://town-life-marche.com/contents/ex/img/tokusan/add_gourmand/c_line.png") center top no-repeat;
    padding: 20px 0px 0px;
}

#gourmand .selectArea li .c04-note span{
    display: block;
    margin-top: 20px;
    font-size: 12px;
}

#gourmand .selectArea .btn-mainlink img{
    width: auto;
}

#gourmand .selectArea .selectArea-note{
    font-size: 12px;
    margin: 40px 0;
    line-height: 1.5;
}

#gourmand #lineUp #case h2{
    width: auto;
    margin: 0 auto 30px;
    text-align: center;
}

#gourmand #lineUp #case h2 img{
    width: auto;
}

#gourmand #lineUp #case .case-box{
    width: 1000px;
    height: 2040px;
    margin: 0 auto;
    position: relative;
}

#gourmand #lineUp #case .case-box h3{
    font-size: 32px;
    color: #8a4b00;
    margin-bottom: 20px;
}

#gourmand #lineUp #case .case-box p{
    font-size: 16px;
    line-height: 1.5;
}

#gourmand #lineUp #case .case-box .case-box-list01{
    position: absolute;
    left: 0;
    top: 0;
    width: 520px;
}

#gourmand #lineUp #case .case-box .case-box-list02{
    position: absolute;
    right: 0;
    top: 30px;
    width: 450px;
}

#gourmand #lineUp #case .case-box .case-box-list03{
    position: absolute;
    left: 0;
    top: 500px;
    width: 520px;
}

#gourmand #lineUp #case .case-box .case-box-list04{
    position: absolute;
    right: 0;
    top: 630px;
    width: 540px;
}

#gourmand #lineUp #case .case-box .case-box-list04 h3{
    position: absolute;
    left: 100px;
    top: 400px;
}

#gourmand #lineUp #case .case-box .case-box-list04 p{
    position: absolute;
    left: 100px;
    top: 450px;
}

#gourmand #lineUp #case .case-box .case-box-list05{
    position: absolute;
    left: 0;
    top: 960px;
    width: 100%;
}

#gourmand #lineUp #case .case-box .case-box-list05 h3{
    position: absolute;
    left: 430px;
    top: 310px
}

#gourmand #lineUp #case .case-box .case-box-list05 p{
    position: absolute;
    left: 430px;
    top: 360px
}

#gourmand #lineUp #case .case-box .case-box-list06{
    position: absolute;
    left: 0;
    top: 1400px;
    width: 450px;
}

#gourmand #lineUp #case .case-box .case-box-list06 h3{
    margin-top: 20px;
}

#gourmand #lineUp #case .case-box .case-box-list07{
    position: absolute;
    right: 0px;
    top: 1380px;
    width: 470px;
}

#gourmand #lineUp #case .case-box .case-box-list07 h3{
    margin-top: 20px;
}


#gourmand #merit{
    background-image: url("https://town-life-marche.com/contents/ex/img/tokusan/add_gourmand/bg-merit.jpg");
}

#gourmand #merit h2{
    text-align: center;
}

#gourmand #merit .gourmand-inner{
    padding: 50px 0;
}

#gourmand .merit-box{
    position: relative;
    height: 1100px;
}

#gourmand .merit-box .merit-box-list01{
    position: absolute;
    top: -100px;
}

#gourmand .merit-box .merit-box-list02{
    position: absolute;
    top: 300px;
}

#gourmand .merit-box .merit-box-list03{
    position: absolute;
    top: 730px;
}

#gourmand #dokidoki{
    background-image: url("https://town-life-marche.com/contents/ex/img/tokusan/add_gourmand/bg-dokidoki.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 1243px;
}

#gourmand #dokidoki h2{
    padding-top: 40px;
}

#gourmand .body_wrap__last .course_box_03{
    width: auto;
    padding: 0;
    float: none;
    margin: 20px 0 0;
}

#gourmand .body_wrap__last .selectArea li{
    height: 560px;
}

#gourmand #fixdbtn{
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 99999;
    box-shadow: 0 0 8px #ddd;
}
#gourmand #kv {
    position: relative;
  }
  .topimg_ab {
    position: absolute;
    bottom: 0;
    right: 10%;
    text-shadow: 0 0 1px #fff,0 0 2px #fff,0 0 3px #fff,0 0 4px #fff,0 0 5px #fff,0 0 6px #fff,0 0 7px #fff,0 0 8px #fff,0 0 9px #fff,0 0 10px #fff,0 0 11px #fff,0 0 12px #fff,0 0 13px #fff,0 0 14px #fff,0 0 15px #fff,0 0 16px #fff,0 0 17px #fff,0 0 18px #fff,0 0 19px #fff,0 0 20px #fff,0 0 21px #fff;
  }
  .imgdesu {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .kiyaku {
    position: relative;
  }
  .kiyaku input {
    position: absolute !important;
    bottom: -45px;
    left: 50%;
  }
  table[summary="お客様情報入力"] th {
    background-color: #ffc832 !important;
  }
  .is-animation {
    height: 60px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%) !important;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 0px;
    background: rgba(255, 255, 255, 0.93);
    transition: .3s;
    border: none;
}
.logo {
  display: none;
}
.is-animation .logo {
    display: inline;
    height: 60px;
    margin: 5px 0px;
}
.is-animation .logo img {
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
h1 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 2em;
    text-align: center;
    transform: translateY(-50%);
}
.photoimg p {
    display: block;
    text-align: right !important;
    padding-right: 10px;
  }
  #gourmand #dokidoki {
    position: relative;
  }
  .picture_img {
    position: absolute;
    top: 605px;
    right: 0;
  }
.footer_pc_menu {
    text-align: center;
  }
  .footer_pc_menu ul li {
    border-right: 1px solid #FFF;
    display: inline-block;
    padding: 0 20px;
  }
input[type="email"] {
    border: 1px solid #fff;
    padding: 0 4px;
    border-radius: 4px;
}
input[type="number"] {
    border: 1px solid #fff;
    padding: 0 4px;
    border-radius: 4px;
    width: 60px;
}
.attention {
    padding: 0 5px !important;
}
 .recom {
    width: 150px;
    position: relative;
    top: 1vw;
    left: 920px;
    z-index: 999;
  }
  .coupon {
    width: 1000px;
    margin: 0 auto;
  }
  .coupon_img {
    width: 500px;
    margin: 0 auto;
  }
  .coupon_img img {
    width: 100%;
  }
  .coupon_title {
    width: 60%;
    margin: 30px auto 20px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px dotted #996565;
    padding: 8px;
    color: #7e4501;
    text-align: center;
  }
  .coupon-code {
    text-align: center;
    color: #f00;
    font-weight: bold;
    font-size: 2em;
    padding-top: 10px;
  }
  .coupon-center {
    display: block;
    text-align: center;
}