@charset "UTF-8";
.contents {
  width: 100%;
  overflow: hidden;
  background-color: #E9F6FE;
  background-image: url(../images/bg_pettern.png);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 10px auto;
}
.contents img {
  max-width: 100%;
}

.wrap {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.wrap2 {
  width: 90%;
  position: relative;
  max-width: 766px;
  margin-left: auto;
  margin-right: auto;
}

.sec-1 {
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
}
.sec-1 .logo {
  width: 40%;
  max-width: 201px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 8;
}
.sec-1 .main-title {
  width: 90%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 8;
  margin-top: 30px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .sec-1 .main-title {
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
.sec-1 .main-title .pc {
  display: block;
}
.sec-1 .main-title .sp {
  display: none;
}

.sec-2 {
  position: relative;
  z-index: 10;
}
.sec-2 .wt-box {
  max-width: 980px;
  background-color: #fff;
  padding: 40px 55px 80px;
  border-radius: 10px;
  margin-bottom: 80px;
}

.ttl-obi {
  max-width: 680px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #32AAFF;
  margin-bottom: 50px;
  font-size: 38px;
  letter-spacing: 0.05em;
  background-image: url(../images/ttl-bg-01.svg), url(../images/ttl-bg-02.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 72px auto, 72px auto;
  background-position: left center, right center;
}

.wine-info {
  color: #F5281E;
  font-weight: 600;
}
.wine-info .txt-1 {
  font-size: 32px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.wine-info .txt-2 {
  font-size: 14px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.wine-info .txt-3 {
  font-size: 18px;
  line-height: 1.44;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.wine-info .notes {
  margin-top: 18px;
}

.ls1 {
  letter-spacing: -0.5em;
}

.ls2 {
  letter-spacing: -0.5em;
  display: inline-block;
  margin-right: 0.7em;
}

.ls3 {
  letter-spacing: -0.5em;
  display: inline-block;
  margin-left: -0.5em;
}

.bottom-box {
  box-sizing: border-box;
  padding: 35px 50px;
  border-radius: 10px;
  border: 4px dashed #F5281E;
  background: #fff;
  margin-top: 70px;
}
.bottom-box .ttl-obi {
  margin-bottom: 20px;
}
.bottom-box .bottom-text {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 18px;
  color: #F5281E;
  text-align: center;
}
.bottom-box .notes {
  max-width: 426px;
  margin-left: auto;
  margin-right: auto;
}

.copy {
  position: relative;
  z-index: 10;
  background: #C1E6FE;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 12px;
  font-weight: 500;
  color: #4D4D4D;
  text-align: center;
}

@media (max-width: 900px) {
  .contents {
    width: 100%;
    overflow: hidden;
    background-size: 2vw auto;
  }
  .contents img {
    max-width: 100%;
  }
  .wrap {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap2 {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-1 {
    position: relative;
    padding-top: 5.33vw;
    padding-bottom: 5vw;
  }
  .sec-1 .logo {
    width: 40%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 8;
  }
  .sec-1 .main-title {
    width: 96%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 12;
    margin-top: 3vw;
  }
  .sec-1 .main-title .pc {
    display: none;
  }
  .sec-1 .main-title .sp {
    display: block;
  }
  .sec-1 .main-title img {
    margin-left: 0%;
  }
  .sec-2 {
    z-index: 10;
  }
  .sec-2 .wt-box {
    max-width: none;
    padding: 4vw 6vw 8vw;
    border-radius: 1vw;
    margin-bottom: 8vw;
  }
  .ttl-obi {
    text-align: center;
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
    border-radius: 2vw;
    margin-bottom: 3.3vw;
    font-size: 5.2vw;
    letter-spacing: 0em;
    background-size: 6vw auto, 6vw auto;
  }
  .wine-info {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.6vw;
  }
  .wine-info .txt-1 {
    font-size: 32px;
  }
  .wine-info .txt-2 {
    font-size: 2.4vw;
  }
  .wine-info .txt-3 {
    font-size: 3vw;
    line-height: 1.44;
  }
  .wine-info .notes {
    margin-top: 2.4vw;
  }
  .bottom-box {
    box-sizing: border-box;
    padding: 5.3vw 6vw;
    border-radius: 2vw;
    border: 4px dashed #F5281E;
    margin-top: 5.3vw;
  }
  .bottom-box .ttl-obi {
    margin-bottom: 5.3vw;
  }
  .bottom-box .bottom-text {
    margin-bottom: 5.3vw;
    line-height: 1.6;
    font-size: 4.1vw;
    text-align: center;
  }
  .bottom-box .notes {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .copy {
    position: relative;
    z-index: 10;
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-size: 2.4vw;
  }
  .copy::before {
    background: url(../images/nami-01.png) repeat-x center top/150vw;
    content: "";
    position: absolute;
    top: -2vw;
    left: 0;
    height: 2vw;
    width: 100%;
  }
}
.sub-ttl {
  border-top: 2px solid #32AAFF;
  text-align: center;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.sub-ttl span {
  padding: 11px 34px;
  line-height: 1;
  color: #fff;
  background: #32AAFF;
  display: inline-block;
  font-size: 18px;
  border-radius: 0 0 10px 10px;
  margin-bottom: 25px;
  vertical-align: top;
}

.flow-list {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
.flow-list li {
  width: 27.4%;
}
.flow-list li:nth-child(2n) {
  width: 3%;
}

.errortext {
  color: #F5281E;
  display: none;
}
@media screen and (max-width: 900px) {
  .errortext {
    font-size: 3.5vw;
    margin-top: 0.2em;
  }
}

.errortext2 {
  color: #F5281E;
}
.errortext2.center {
  text-align: center;
  margin-top: 3vw;
}
@media screen and (max-width: 900px) {
  .errortext2 {
    font-size: 3.5vw;
    margin-top: 0.2em;
  }
}

.notes {
  font-size: 15px;
  line-height: 1.41;
  color: #4D4D4D;
}
.notes .red {
  color: #E30077;
}
.notes a {
  text-decoration: underline;
  color: #0000FF;
}

.errortext2 {
  color: #F5281E;
}
.errortext2.center {
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  .errortext2 {
    font-size: 3.5vw;
    margin-top: 0.2em;
  }
}

.form-box {
  border-top: 1px solid #999999;
  margin-top: 12px;
}
.form-box dl {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
  padding-bottom: 22px;
  align-items: center;
  border-bottom: 1px solid #999999;
}
.form-box dl dt {
  width: 31.4%;
  position: relative;
  line-height: 1.75;
  font-size: 16px;
  color: #32AAFF;
}
.form-box dl dt .kome {
  font-size: 11px;
  color: #4D4D4D;
}
.form-box dl dt .hissu {
  position: absolute;
  top: 50%;
  right: -18%;
  transform: translateY(-50%);
  border-radius: 50px;
  display: inline-block;
  padding: 6px 10px;
  line-height: 1;
  color: #fff;
  background: #ED86B3;
  font-size: 12px;
}
.form-box dl dd {
  width: 60.7%;
}
.form-box dl dd input[type=text], .form-box dl dd input[type=email] {
  border: 1px solid #999999;
  padding: 3px 3px;
  font-size: 16px;
  box-sizing: border-box;
  min-width: 25%;
}
.form-box dl dd input[type=text].full, .form-box dl dd input[type=email].full {
  width: 100%;
}
.form-box dl dd select {
  font-size: 16px;
  padding: 3px 3px;
}
.form-box .submit-box {
  margin-top: 54px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-radius: 50px;
  color: #fff;
  background: #FFAA00;
  line-height: 1;
  text-align: center;
  display: block;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  border: 0;
  position: relative;
  background-image: url(../images/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 20px center;
  cursor: pointer;
}
.form-box .submit-box:active {
  background: #ff3700;
}
.form-box .submit-box::after {
  right: 30px;
  font-size: 18px;
  top: 50%;
  display: block;
  content: "▼";
  position: absolute;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}
.form-box .submit-box2 {
  margin-top: 20px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-radius: 50px;
  color: #fff;
  background: #FFAA00;
  line-height: 1;
  text-align: center;
  display: block;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  border: 0;
  position: relative;
  background-image: url(../images/arrow_white2.svg);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: left 20px center;
  cursor: pointer;
}

.pri-box {
  margin-top: 54px;
  padding: 20px 20px;
  border: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  align-items: center;
}
.pri-box .pri-logo {
  width: 25.3%;
}
.pri-box .pri-logo img {
  display: block;
}
.pri-box .pri-text {
  width: 69%;
  font-size: 12px;
  line-height: 1.66;
}

.ex-text {
  margin-bottom: 30px;
  font-size: 18px;
  color: #32AAFF;
  text-align: center;
  line-height: 1.33;
}

.thanks-1 {
  text-align: center;
  font-size: 24px;
  margin-top: 30px;
}

@media (max-width: 900px) {
  .notes {
    font-size: 3vw;
    line-height: 1.41;
  }
  .sub-ttl {
    text-align: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .sub-ttl span {
    padding: 1.1vw 2.2vw;
    line-height: 1;
    display: inline-block;
    font-size: 4vw;
    border-radius: 0 0 2vw 2vw;
    margin-bottom: 5.3vw;
  }
  .flow-list {
    margin-bottom: 8vw;
    display: flex;
    justify-content: space-between;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
  }
  .flow-list li {
    width: 27.4%;
  }
  .flow-list li:nth-child(2n) {
    width: 3%;
  }
  .form-box {
    border-top: 1px solid #999999;
    margin-top: 2.1vw;
  }
  .form-box dl {
    display: block;
    padding-top: 6vw;
    padding-bottom: 6vw;
    align-items: center;
    border-bottom: 1px solid #999999;
  }
  .form-box dl dt {
    width: 100%;
    position: relative;
    line-height: 1.75;
    font-size: 4.1vw;
  }
  .form-box dl dt .kome {
    font-size: 3.3vw;
  }
  .form-box dl dt .hissu {
    position: relative;
    top: auto;
    right: auto;
    transform: translateY(0%);
    border-radius: 7vw;
    display: inline-block;
    padding: 1vw 2vw;
    line-height: 1;
    font-size: 2.6vw;
    margin-left: 1vw;
  }
  .form-box dl dd {
    width: 100%;
  }
  .form-box dl dd input[type=text] {
    border: 1px solid #999999;
    padding: 2vw 2vw;
    font-size: 3.9vw;
    box-sizing: border-box;
    min-width: 25%;
    margin-top: 2vw;
  }
  .form-box dl dd input[type=text].full {
    width: 100%;
  }
  .form-box dl dd input[type=email] {
    border: 1px solid #999999;
    padding: 2vw 2vw;
    font-size: 3.9vw;
    box-sizing: border-box;
    min-width: 25%;
    margin-top: 2vw;
  }
  .form-box dl dd input[type=email].full {
    width: 100%;
  }
  .form-box dl dd select {
    font-size: 3.9vw;
    padding: 2vw 2vw;
    margin-top: 2vw;
  }
  .form-box .submit-box {
    margin-top: 9vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    border-radius: 6.6vw;
    line-height: 1;
    text-align: center;
    display: block;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    font-size: 4.4vw;
    border: 0;
    position: relative;
    background-size: 2.5vw auto;
    background-position: right 5vw center;
  }
  .form-box .submit-box::after {
    right: 2vw;
    font-size: 3.9vw;
    top: 50%;
    display: block;
    content: "▼";
    position: absolute;
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  .form-box .submit-box2 {
    margin-top: 2vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    border-radius: 6.6vw;
    line-height: 1;
    text-align: center;
    display: block;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    font-size: 4.4vw;
    border: 0;
    position: relative;
    background-size: 2.5vw auto;
    background-position: left 5vw center;
  }
  .pri-box {
    margin-top: 8.5vw;
    padding: 2.3vw 2.3vw;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
  .pri-box .pri-logo {
    width: 22.3%;
  }
  .pri-box .pri-text {
    width: 76%;
    font-size: 2.2vw;
    line-height: 1.66;
  }
  .ex-text {
    margin-bottom: 7vw;
    font-size: 3.3vw;
    line-height: 1.33;
  }
  .thanks-1 {
    text-align: center;
    font-size: 4.8vw;
    margin-top: 5vw;
  }
}
.shop-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  align-items: flex-start;
}
.shop-list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 50px;
  border: 1px solid #000;
  padding: 20px 10px;
}
.shop-list li:nth-child(3n) {
  margin-right: 0;
}
.shop-list li:last-child {
  margin-right: 0;
}
.shop-list li .kind {
  background: #000;
  color: #fff;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.shop-list li .name {
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 5px;
  font-weight: bold;
}
.shop-list li .ad {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1;
  text-align: center;
}
.shop-list li .tel {
  font-size: 16px;
  text-align: center;
  line-height: 1;
}
.shop-list li .tel a {
  pointer-events: none;
}

.kind-obi {
  background: #000;
  color: #fff;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.dl-box {
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}
.dl-box dl {
  margin-bottom: 50px;
}
.dl-box dt {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  background: #000;
  padding: 5px 15px;
  margin-bottom: 5px;
}
.dl-box dd {
  font-size: 16px;
  line-height: 1.7;
  width: 100%;
}
.dl-box dd.ex {
  line-height: 1.3;
}
.dl-box dd .notes {
  font-size: 12px;
  color: #000;
}
.dl-box dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.name-ttl {
  font-size: 32px;
  text-align: center;
  margin-bottom: 25px;
}

.g-map iframe {
  height: 480px;
  width: 100%;
}

.card-img {
  margin-top: 1px;
  width: 100%;
}
.card-img ul {
  display: flex;
  justify-content: center;
}
.card-img ul li {
  width: 47%;
}
.card-img img {
  display: block;
}

@media (max-width: 900px) {
  .shop-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10vw;
  }
  .shop-list li {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10vw;
    border: 1px solid #000;
    padding: 6vw 3vw;
  }
  .shop-list li:nth-child(3n) {
    margin-right: auto;
    margin-left: auto;
  }
  .shop-list li:nth-child(2n) {
    margin-right: auto;
    margin-left: auto;
  }
  .shop-list li:last-child {
    margin-right: auto;
    margin-left: auto;
  }
  .shop-list li .kind {
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 3vw;
    text-align: center;
    margin-bottom: 2vw;
  }
  .shop-list li .name {
    font-size: 4.1w;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 2vw;
  }
  .shop-list li .ad {
    font-size: 3.3vw;
    margin-bottom: 2vw;
    line-height: 1;
    text-align: center;
  }
  .shop-list li .tel {
    font-size: 3.7vw;
    text-align: center;
  }
  .shop-list li .tel a {
    pointer-events: all;
  }
  .kind-obi {
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 3.9vw;
    text-align: center;
    margin-bottom: 2vw;
  }
  .dl-box {
    margin-bottom: 12vw;
  }
  .dl-box dl {
    margin-bottom: 6vw;
  }
  .dl-box dt {
    display: inline-block;
    font-size: 3.9vw;
    padding: 2vw 5vw;
  }
  .dl-box dt .notes {
    font-size: 2.5vw;
  }
  .dl-box dd {
    font-size: 3.3vw;
    line-height: 1.7;
  }
  .name-ttl {
    font-size: 6vw;
    text-align: center;
    margin-bottom: 2vw;
  }
  .g-map iframe {
    height: 60vw;
    width: 100%;
  }
  .card-img {
    margin-top: 2vw;
    width: 100%;
    max-width: none;
  }
  .card-img ul {
    display: block;
  }
  .card-img ul li {
    width: 100%;
    margin-top: 3vw;
  }
  .card-img img {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */