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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

.sp {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.delighter.started ul li:nth-of-type(4) {
  -webkit-transition-delay: .6s;
          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/main_bg_pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

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

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

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

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

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

#movie {
  background: url(../../img/setretrip/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/point_bg_pc.jpg?2) no-repeat rgba(219, 233, 206, 0.2);
  background-size: cover;
  background-position: center;
  padding: 140px 0 1px;
}

#point .point_btn {
  width: 310px;
  margin: 0 auto;
}

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

#point h2 {
  max-width: 438px;
  margin: 150px auto 135px;
}

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

#point ul li {
  margin: 0 0 170px;
  list-style: none;
  position: relative;
}

#point ul li .num {
  height: 44px;
  margin-bottom: 60px;
}

#point ul li .num.num_02 {
  height: 51px;
}

#point ul li .num img {
  width: auto;
  max-height: 100%;
}

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

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

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

#point ul li .text_img .text .detail p.sub {
  color: #508c82;
  font-weight: 700;
}

#point ul li .thumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

#point ul li .btn {
  margin: 95px auto 0;
}

#plan {
  padding: 140px 0 220px;
}

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

#plan ul li {
  margin: 0 0 135px;
  list-style: none;
  position: relative;
}

#plan ul li .num {
  height: 42px;
  position: relative;
  top: 30px;
}

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

#plan ul li .num.num_03 {
  top: 0;
}

#plan ul li .num.num_04 {
  top: -40px;
}

#plan ul li .sub-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}

#plan ul li .text_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 54px;
}

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

#plan ul li .text_img .text .detail p + p {
  margin-top: 30px;
}

#plan ul li .text_img .text .detail p.sub {
  color: #508c82;
  font-weight: 700;
}

#plan ul li .thumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

#plan .more {
  text-align: center;
  margin: 0 auto;
}

#plan .more ul {
  width: 718px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

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

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

.btn:hover {
  opacity: 0.5;
}

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

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

#withcorona .inner {
  width: 960px;
  margin: -60px 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;
  -webkit-transform: rotate(122deg);
          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: #edf4eb;
  background: linear-gradient(-65deg, #edf4eb 60%, white 100%);
}

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

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

#info .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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/icon_hotel.png);
}

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

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

#map iframe {
  display: block;
}

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

footer ul {
  width: 718px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer ul li {
  list-style: none;
}

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

/* contest
#contest-bg {
    padding-top: 155px;
    padding-bottom: 175px;
    background: rgb(219, 233, 206);
    background: linear-gradient(-125deg, rgba(219, 233, 206, 0.2) 10%, rgba(219, 233, 206, 1) 100%);
}

#contest {
    .inner {
        width: 820px;
        margin: 0 auto;
        background-color: #fff;
        padding: 90px 70px 1px;
    }
    
    h2 {
        padding-bottom: 35px;
        margin-bottom: 80px;
        position: relative;
        &:before {
            content: "";
            display: block;
            position: absolute;
            width: 80px;
            height: 1px;
            background-color: #4c4a4a;
            bottom: 0;
            left: calc(50% - 40px);
        }    
    
        .icon {
            display: block;
            width: 55px;
            margin: 0 auto 50px;
        }
        .text {
            width: 252px;
            margin: 0 auto;
        }
    }

    .sub-title {
        font-size: 23px;
        text-align: center;
        line-height: 2;
        margin: 0 auto 50px;
    }
    .labels {
        max-width: 470px;
        display: grid;
        grid-template-columns: auto auto;
        column-gap: 28px;
        margin: 0 auto 50px;
        .label {
            font-size: 18px;
            line-height: 1;
            text-align: center;
            border: 1px solid #4c4a4a;
            padding: 10px;
        }
    }
    .desc {
        font-size: 14px;
        line-height: 1.8;
        text-align: center;
        margin-bottom: 90px;
    }
    .flow {
        max-width: 620px;
        display: grid;
        grid-template-columns: auto auto auto;
        column-gap: 130px;
        margin: 0 auto 100px;

        .flow-item {
            display: grid;
            grid-template-rows: auto auto;
            column-gap: 14%;
            position: relative;
            .icon {
                width: 94px;
            }
            &+.flow-item {
                &:before {
                    content: "";
                    display: block;
                    background-image: url(../../img/setretrip/icon_arrow_right.png);
                    background-size: 100%;
                    background-repeat: no-repeat;
                    position: absolute;
                    width: 44px;
                    height: 16px;
                    top: 90px;
                    left: -90px;
                    margin: auto;
                }
            }

            .flow-title {
                width: 80px;
                margin-bottom: 30px;
                justify-self: center;
            }
            .icon {
                justify-self: center;
            }
            .flow-text {
                font-size: 14px;
                text-align: center;
                margin-top: 20px;
            }
        }
    }
}

#contest-info {
    .inner {
        padding: 75px 70px 90px;
        position: relative;
        &:before {
            content: "";
            display: block;
            position: absolute;
            width: calc(100% - 140px);
            height: 1px;
            background-color: #4c4a4a;
            top: 0;
            left: 70px;
        } 
    }

    h2 {
        padding-bottom: 40px;
        margin: 0 auto 60px;
        position: relative;
        &:before {
            content: "";
            display: block;
            position: absolute;
            width: 80px;
            height: 1px;
            background-color: #4c4a4a;
            bottom: 0;
            left: calc(50% - 40px);
        }
        img {
            width: 252px;
            margin: 0 auto;
        }
    }
    .contest-info-sub {
        font-size: 23px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
    }
    .contest-info-period {
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 100px;
    }
    .btn-text {
        font-size: 16px;
        text-align: center;
        line-height: 1;
        margin-bottom: 20px;
    }
    .btn {
        margin: 0 auto;
    }
    .btn-sub {
        font-size: 15px;
        text-align: center;
        line-height: 1;
        margin-top: 40px;
    }
}
 */
