@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;
}

body {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.14;
  letter-spacing: 0.2em;
}

a {
  color: #333333;
}

* {
  box-sizing: border-box;
}

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

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

.sp {
  display: none;
}

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

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

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

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

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

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

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

.delighter.started .main_img {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: .6s;
}

.delighter.started .img {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: .6s;
}

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

.delighter.started ul li:nth-of-type(2) {
  transition-delay: .2s;
}

.delighter.started ul li:nth-of-type(3) {
  transition-delay: .4s;
}

.delighter.started ul li:nth-of-type(4) {
  transition-delay: .6s;
}

body {
  min-width: 1000px;
}

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

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

header .logo {
  width: 340px;
  padding: 0;
  position: absolute;
  bottom: 170px;
  left: 160px;
}

header .copy {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2;
  position: absolute;
  bottom: 70px;
  left: 160px;
}

#lead {
  text-align: center;
  margin: 0 0 80px;
}

#lead h2 {
  font-size: 2.2rem;
  letter-spacing: 0.4em;
  margin: 0 0 58px;
  font-weight: 700;
  line-height: 2;
}

#lead .text p {
  margin: 0 0 1em;
}

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

#movie .inner {
  width: 780px;
  margin: 0 auto;
}

#point {
  background: url(../../img/setretrip_naramachi/point_bg_pc.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 140px 0;
}

#point ul {
  width: 960px;
  margin: 0 auto;
}

#point ul li {
  margin: 0 0 200px;
  list-style: none;
}

#point ul li .num {
  width: 78px;
  position: relative;
  top: -20px;
}

#point ul li .num.num_02 {
  top: -40px;
}

#point ul li .num.num_03 {
  top: -30px;
}

#point ul li .text_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 54px;
}

#point ul li .text_img .text .title {
  font-size: 1.9rem;
  margin: 0 0 45px;
}

#point ul li .text_img .text .detail p {
  margin: 0 0 30px;
}

#point ul li .thumb ul {
  display: flex;
  justify-content: space-between;
}

#point ul li .thumb ul li {
  margin: 0;
}

#point ul li:nth-of-type(3) {
  margin: 0 0 130px;
}

#point ul li:nth-of-type(3) .text_img .text {
  margin: 30px 0 0;
}

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

#point .more ul {
  width: 718px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

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

#point .more ul li p {
  text-align: center;
  margin: 0 0 20px;
}

.btn {
  width: 300px;
  text-align: center;
  transition: .2s;
}

.btn a {
  display: block;
  width: 100%;
  font-size: 2.1rem;
  padding: 12px;
  background: #9d4d59;
  color: #fff;
  letter-spacing: 0.25em;
  text-decoration: none;
}

.btn:hover {
  opacity: 0.5;
}

#dinner {
  padding: 100px 0 190px;
}

#dinner h2 {
  width: 240px;
  margin: 0 auto 84px;
}

#dinner .inner {
  width: 960px;
  margin: 0 auto;
}

#dinner .inner .text_img {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 0 0 112px;
}

#dinner .inner .text_img .img {
  width: 575px;
}

#dinner .inner .text_img .text .title {
  font-size: 1.8rem;
  letter-spacing: 0.25em;
  margin: 0 0 40px;
}

#dinner .inner .text_img .text .detail p {
  margin: 0 0 25px;
}

#dinner .inner .thumb {
  margin: 0 0 80px;
}

#dinner .inner .thumb ul {
  overflow: hidden;
}

#dinner .inner .thumb ul li {
  list-style: none;
  width: 200px;
  float: left;
  margin: 0 53px 60px 0;
}

#dinner .inner .thumb ul li .img {
  margin: 0 auto 22px;
  width: 150px;
}

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

#dinner .inner .thumb ul li p .title {
  display: block;
  font-size: 1.4rem;
  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: 1.2rem;
  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.8em;
}

#dinner .inner .thumb ul li:nth-of-type(4n) {
  margin: 0 0 60px 0;
}

#dinner .inner .special {
  overflow: hidden;
  margin: 0 0 100px;
}

#dinner .inner .special .gift {
  float: left;
  width: 348px;
}

#dinner .inner .special .gift .img {
  height: 240px;
  margin: 0 0 30px;
}

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

#dinner .inner .special .gift .text .inner .title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 28px;
}

#dinner .inner .special .gift .text .inner .detail {
  font-size: 1.3rem;
}

#dinner .inner .special .drink {
  float: right;
  width: 420px;
}

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

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

#dinner .inner .special .drink .text .inner .title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 28px;
}

#dinner .inner .special .drink .text .inner .detail {
  font-size: 1.3rem;
}

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

#dinner .inner .btn a {
  font-size: 1.8rem;
}

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

#withcorona h2 {
  width: 960px;
  margin: 0 auto;
  position: relative;
  top: -66px;
  z-index: 1;
}

#withcorona .inner {
  width: 960px;
  margin: -90px auto 0;
  padding: 64px 0;
  background: #fff;
  position: relative;
}

#withcorona .inner h3 {
  text-align: center;
  font-size: 1.9rem;
  margin: 0 0 70px;
  letter-spacing: 0.25em;
  line-height: 2.15;
  font-weight: 700;
}

#withcorona .inner dl {
  width: 825px;
  margin: 0 auto 80px;
}

#withcorona .inner dl dt {
  float: left;
  font-size: 1.6rem;
  position: relative;
}

#withcorona .inner dl dt:before {
  content: "";
  display: block;
  position: absolute;
  width: 68px;
  height: 1px;
  background: #626EA4;
  bottom: 4px;
  right: -46px;
  transform: rotate(122deg);
}

#withcorona .inner dl dd {
  padding-left: 200px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.92;
}

#withcorona .inner dl dd p {
  margin: 0 0 30px;
}

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

#info {
  padding: 450px 0 125px;
  margin: -300px 0 0;
  background: #f5e4e7;
  background: linear-gradient(-65deg, #f5e4e7 60%, white 100%);
}

#info h2 {
  width: 323px;
  margin: 0 auto 100px;
}

#info .inner {
  width: 876px;
  margin: 0 auto;
}

#info .inner ul {
  display: flex;
  justify-content: space-between;
}

#info .inner ul li {
  list-style: none;
  padding-left: 70px;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1.66;
  font-size: 1.5rem;
}

#info .inner ul li a {
  text-decoration: none;
  pointer-events: none;
}

#info .inner ul li:before {
  content: "";
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 46px;
  height: 46px;
  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;
}

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

footer ul {
  width: 718px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

footer ul li {
  list-style: none;
}

footer ul li p {
  text-align: center;
  margin: 0 0 20px;
}

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

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

#contest .inner {
  width: 820px;
  margin: 0 auto;
  background-color: #fff;
  padding: 90px 70px 1px;
}

#contest h2 {
  padding-bottom: 35px;
  margin-bottom: 80px;
  position: relative;
}

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

#contest h2 .icon {
  display: block;
  width: 55px;
  margin: 0 auto 50px;
}

#contest h2 .text {
  width: 252px;
  margin: 0 auto;
}

#contest .sub-title {
  font-size: 23px;
  text-align: center;
  line-height: 2;
  margin: 0 auto 50px;
}

#contest .labels {
  max-width: 470px;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 28px;
  margin: 0 auto 50px;
}

#contest .labels .label {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  border: 1px solid #4c4a4a;
  padding: 10px;
}

#contest .desc {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 90px;
}

#contest .flow {
  max-width: 620px;
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 130px;
  margin: 0 auto 100px;
}

#contest .flow .flow-item {
  display: grid;
  grid-template-rows: auto auto;
  column-gap: 14%;
  position: relative;
}

#contest .flow .flow-item .icon {
  width: 94px;
}

#contest .flow .flow-item + .flow-item:before {
  content: "";
  display: block;
  background-image: url(../../img/setretrip_naramachi/icon_arrow_right.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 44px;
  height: 16px;
  top: 90px;
  left: -90px;
  margin: auto;
}

#contest .flow .flow-item .flow-title {
  width: 80px;
  margin-bottom: 30px;
  justify-self: center;
}

#contest .flow .flow-item .icon {
  justify-self: center;
}

#contest .flow .flow-item .flow-text {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

#contest-info .inner {
  padding: 75px 70px 90px;
  position: relative;
}

#contest-info .inner:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 140px);
  height: 1px;
  background-color: #4c4a4a;
  top: 0;
  left: 70px;
}

#contest-info h2 {
  padding-bottom: 40px;
  margin: 0 auto 60px;
  position: relative;
}

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

#contest-info h2 img {
  width: 252px;
  margin: 0 auto;
}

#contest-info .contest-info-sub {
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

#contest-info .contest-info-period {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 100px;
}

#contest-info .btn-text {
  font-size: 16px;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}

#contest-info .btn {
  margin: 0 auto;
}

#contest-info .btn-sub {
  font-size: 15px;
  text-align: center;
  line-height: 1;
  margin-top: 40px;
}
