@charset "UTF-8";
/*
Theme Name: 
Theme URI:
Description:
Author: 
Author URI:
*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
html {
  color: #4C4A4A;
  background: #fff;
  width: 100%;
  font-weight: 500;
  font-size: 62.5% !important;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.delighter {
  opacity: 0;
  transform: translate(0, 20px);
  transition: 1s;
}

.delighter.started {
  opacity: 1;
  transform: translate(0, 0);
}

body {
  width: 100%;
  font-size: 3.2vw;
  line-height: 2;
  letter-spacing: 0.15em;
}

a {
  color: #333333;
}

* {
  box-sizing: border-box;
}

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

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

.pc {
  display: none;
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

header {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  margin: 0 auto 12.8vw;
  position: relative;
  background: url(../../img/setretrip_naramachi/main_bg_sp.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
}

header .logo {
  width: 51.46667vw;
  padding: 0;
  position: absolute;
  bottom: 38.93333vw;
  left: 10.13333vw;
}

header .copy {
  color: #fff;
  font-size: 2.93333vw;
  line-height: 2;
  position: absolute;
  bottom: 23.46667vw;
  left: 10.13333vw;
}

#lead {
  width: 76vw;
  margin: 0 auto 11.46667vw;
}

#lead h2 {
  font-size: 4.26667vw;
  letter-spacing: 0.15em;
  margin: 0 0 11.2vw;
  font-weight: 700;
}

#lead .text p {
  margin: 0 0 1em;
  letter-spacing: 0.11em;
}

#movie {
  background: url(../../img/setretrip_naramachi/movie_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20.26667vw 0;
}

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

#movie .inner iframe {
  height: 48vw;
}

#point {
  background: url(../../img/setretrip_naramachi/point_bg_sp.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 26.66667vw 0 16vw;
}

#point ul {
  width: 76vw;
  margin: 0 auto;
}

#point ul li {
  margin: 0 0 18.13333vw;
  list-style: none;
}

#point ul li .num {
  width: 9.06667vw;
  position: relative;
  top: -5vw;
}

#point ul li .num.num_02 {
  top: -6vw;
}

#point ul li .num.num_03 {
  top: -4vw;
}

#point ul li .text_img {
  margin: 0 0 4vw;
}

#point ul li .text_img .text .title {
  font-size: 3.73333vw;
  margin: 0 0 5.33333vw;
  font-weight: 600;
}

#point ul li .thumb ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 5.33333vw;
}

#point ul li .thumb ul li {
  width: 37.33333vw;
  margin: 0 0 1.33333vw;
}

#point ul li .detail p {
  font-size: 2.66667vw;
  margin: 0 0 5.33333vw;
  letter-spacing: 0.1em;
}

#point ul li img {
  width: 100%;
}

#point .more {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 45px;
}

#point .more ul li {
  list-style: none;
  margin: 0 0 10.66667vw;
}

#point .more ul li .btn {
  width: 45.33333vw;
  margin: 0 auto;
}

#point .more ul li p {
  text-align: center;
  margin: 0 0 3.73333vw;
  font-size: 3.46667vw;
}

#point .more ul li a {
  font-size: 4vw;
}

.btn {
  width: 40vw;
  text-align: center;
  margin: 0 auto;
}

.btn a {
  display: block;
  width: 100%;
  font-size: 3.2vw;
  padding: 2.66667vw 0;
  background: #9d4d59;
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
}

#dinner {
  padding: 16vw 0 19.2vw;
}

#dinner h2 {
  width: 45.33333vw;
  margin: 0 auto 6.4vw;
}

#dinner .inner {
  width: 85.33333vw;
  margin: 0 auto;
  padding: 0;
}

#dinner .inner .text_img {
  width: 76vw;
  margin: 0 auto 8.53333vw;
}

#dinner .inner .text_img .img {
  width: 76vw;
  margin: 0 auto 8vw;
}

#dinner .inner .text_img .img img {
  width: 100%;
}

#dinner .inner .text_img .text .title {
  font-size: 3.73333vw;
  letter-spacing: 0.25em;
  margin: 0 0 8vw;
}

#dinner .inner .text_img .text .detail p {
  font-size: 2.93333vw;
  margin: 0 0 5.33333vw;
  letter-spacing: 0.1em;
}

#dinner .inner .thumb {
  margin: 0 0 16.53333vw;
}

#dinner .inner .thumb ul {
  overflow: hidden;
  width: 85.33333vw;
  margin: 0 auto;
}

#dinner .inner .thumb ul li {
  list-style: none;
  width: 42.66667vw;
  float: left;
  margin: 0 0 6.66667vw 0;
}

#dinner .inner .thumb ul li .img {
  width: 34.66667vw;
  margin: 0 auto 3.46667vw;
}

#dinner .inner .thumb ul li .img img {
  width: 100%;
}

#dinner .inner .thumb ul li p {
  font-size: 2.66667vw;
  text-align: center;
  line-height: 2.07;
  letter-spacing: 0;
}

#dinner .inner .thumb ul li p .title {
  display: block;
  font-size: 2.93333vw;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 10px;
}

#dinner .inner .thumb ul li p .title .sub {
  display: block;
  font-weight: 100;
  font-size: 2.66667vw;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#dinner .inner .thumb ul li p small {
  display: block;
  font-size: 0.9em;
}

#dinner .inner .thumb ul li:nth-of-type(2n) {
  margin: 0 0 6.66667vw 0;
}

#dinner .inner .special {
  width: 78.66667vw;
  margin: 0 auto 13.33333vw;
}

#dinner .inner .special .gift {
  margin: 0 auto 14.4vw;
}

#dinner .inner .special .gift .img {
  width: 46.93333vw;
}

#dinner .inner .special .gift .img img {
  width: 100%;
}

#dinner .inner .special .gift .text {
  background: #f9eeed;
  width: 62.66667vw;
  margin: -21.33333vw 0 0 auto;
  padding: 26.66667vw 0 2.66667vw 21.33333vw;
}

#dinner .inner .special .gift .text .inner .title {
  font-size: 2.93333vw;
  font-weight: 600;
  margin: 0;
}

#dinner .inner .special .gift .text .inner .detail {
  font-size: 2.66667vw;
}

#dinner .inner .special .drink .img {
  margin: 0 0 30px;
}

#dinner .inner .special .drink .img img {
  width: 100%;
}

#dinner .inner .special .drink .text .inner .title {
  font-size: 2.93333vw;
  font-weight: 600;
  margin: 0;
}

#dinner .inner .special .drink .text .inner .detail {
  font-size: 2.66667vw;
}

#dinner .inner .btn {
  width: 57.33333vw;
  margin: 0 auto;
}

#dinner .inner .btn a {
  font-size: 4vw;
}

#withcorona {
  background: #B0D8F5;
  color: #626EA4;
}

#withcorona h2 {
  width: 76vw;
  margin: 0 auto 2.66667vw;
  position: relative;
  top: -5.33333vw;
  z-index: 1;
}

#withcorona .inner {
  width: 80vw;
  margin: -2.66667vw auto 0;
  padding: 6.66667vw 4.26667vw;
  background: #fff;
  position: relative;
}

#withcorona .inner h3 {
  font-size: 3.46667vw;
  margin: 0 0 6.4vw;
  letter-spacing: 0.15em;
  line-height: 1.76;
  font-weight: 700;
}

#withcorona .inner dl {
  width: 100%;
  margin: 0 auto 8vw;
}

#withcorona .inner dl dt {
  font-size: 2.93333vw;
  position: relative;
  border-bottom: 2px solid #626EA4;
  margin: 0 0 3.73333vw;
  display: inline-block;
}

#withcorona .inner dl dd {
  font-size: 2.66667vw;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

#withcorona .inner dl dd p {
  margin: 0 0 4vw;
}

#withcorona .inner .btn {
  margin: 0 auto;
}

#info {
  padding: 66.66667vw 0 12.26667vw;
  margin: -48.53333vw 0 0;
  background: #f5e4e7;
  background: linear-gradient(-65deg, #f5e4e7 60%, white 100%);
}

#info h2 {
  width: 60.8vw;
  margin: 0 auto 10.66667vw;
}

#info .inner {
  width: 61.33333vw;
  margin: 0 auto;
  padding: 0;
}

#info .inner ul li {
  list-style: none;
  padding-left: 10.66667vw;
  margin: 0 0 6.4vw;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1.66;
  font-size: 3.2vw;
}

#info .inner ul li .small {
  font-size: 2.93333vw;
}

#info .inner ul li a {
  font-size: 3.73333vw;
  text-decoration: none;
}

#info .inner ul li:before {
  content: "";
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 6.13333vw;
  height: 6.13333vw;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#info .inner ul li.hotel:before {
  background-image: url(../../img/setretrip_naramachi/icon_hotel.png);
}

#info .inner ul li.tel:before {
  background-image: url(../../img/setretrip_naramachi/icon_tel.png);
}

#info .inner ul li.map:before {
  background-image: url(../../img/setretrip_naramachi/icon_map.png);
}

#map iframe {
  display: block;
  height: 59.46667vw;
}

footer {
  padding: 16vw 0;
  background: #f5e4e7;
  background: linear-gradient(-65deg, #f5e4e7 60%, white 100%);
}

footer ul {
  width: 48vw;
  margin: 0 auto;
}

footer ul li {
  list-style: none;
  margin: 0 0 10.66667vw;
}

footer ul li p {
  text-align: center;
  margin: 0 0 3.73333vw;
  font-size: 3.46667vw;
}

footer ul li a {
  font-size: 4vw;
}

.secret {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* contest */
#contest-bg {
  padding-top: 20vw;
  padding-bottom: 24vw;
  background: #f5e4e7;
  background: linear-gradient(-65deg, #f5e4e7 60%, white 100%);
}

#contest h2 {
  padding-bottom: 40px;
  margin-bottom: 6.66667vw;
  position: relative;
}

#contest h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 21.33333vw;
  height: 1px;
  background-color: #4c4a4a;
  bottom: 0;
  left: calc(50% - 10vw);
}

#contest h2 .icon {
  width: 11.2vw;
  margin: 0 auto 6.66667vw;
}

#contest h2 .text {
  width: 48vw;
  margin: 0 auto;
}

#contest .sub-title {
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  margin: 0 auto 6.66667vw;
}

#contest .labels {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 4.8vw;
  justify-content: center;
  margin: 0 auto 6.66667vw;
}

#contest .labels .label {
  font-size: 3.2vw;
  line-height: 1;
  justify-self: center;
  border: 1px solid #4c4a4a;
  padding: 1.6vw;
}

#contest .desc {
  font-size: 3.46667vw;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 9.33333vw;
}

#contest .flow {
  background-color: #fff;
  padding: 12vw 9.33333vw;
  margin-bottom: 18.66667vw;
}

#contest .flow .flow-item {
  display: grid;
  grid-template-columns: 35% auto;
  grid-template-rows: auto auto;
  column-gap: 14%;
  row-gap: 2.66667vw;
  align-items: center;
  position: relative;
}

#contest .flow .flow-item + .flow-item {
  margin-top: 16vw;
}

#contest .flow .flow-item + .flow-item:before {
  content: "";
  display: block;
  background-image: url(../../img/setretrip_naramachi/icon_arrow_down.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 6.13333vw;
  height: 2.66667vw;
  top: -8.6vw;
  left: 8vw;
  margin: auto;
}

#contest .flow .flow-item .flow-title {
  width: 16.8vw;
}

#contest .flow .flow-item .icon {
  grid-row: 1 / 3;
}

#contest .flow .flow-item .flow-text {
  font-size: 2.66667vw;
  line-height: 1.8;
}

#contest-info h2 {
  padding-bottom: 10.66667vw;
  margin: 0 auto 10.66667vw;
  position: relative;
}

#contest-info h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 21.33333vw;
  height: 1px;
  background-color: #4c4a4a;
  bottom: 0;
  left: calc(50% - 10vw);
}

#contest-info h2 img {
  width: 39.46667vw;
  margin: 0 auto;
}

#contest-info .contest-info-sub {
  font-size: 5.33333vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.66667vw;
}

#contest-info .contest-info-period {
  font-size: 5.33333vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 21.33333vw;
}

#contest-info .btn-text {
  font-size: 3.46667vw;
  text-align: center;
  margin-bottom: 2.66667vw;
}

#contest-info .btn-sub {
  font-size: 2.66667vw;
  text-align: center;
  margin-top: 2.66667vw;
}
