@charset "UTF-8";
/* CSS Document */
body {
  font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
  font-size: 16px;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

a {
  text-decoration: none;
}

a img {
  transition: 0.5s;
}

a img:hover {
  opacity: 0.5;
}

p a {
  text-decoration: underline;
}

.white {
  color: #fff;
}

.font80 {
  font-size: 80%;
}

/* メインイメージエリア
=========================================*/
#main_wrapper {
  background-image: url(../img/bg_main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 720px;
}

#center_box {
  width: auto;
  height: 800px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -600px;
  padding: 40px 0 0 0;
  box-sizing: border-box;
}

p.logo {
  position: absolute;
  top: 40px;
  left: 1%;
  z-index: 10;
}

#sns {
  list-style: none;
  width: 50px;
  height: 154px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}

#sns li {
  margin: 0 0 2px;
}

/* 波のアニメーション
=========================================*/
#canvas-container {
  padding-top: 550px;
}

canvas {
  width: 100%;
  height: 260px;
  vertical-align: top;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 959px) {
  #canvas-container {
    padding-top: 100px;
  }
  canvas {
    height: 200px;
  }
}

/* 見出し
=========================================*/
h1 {
  width: 1133px;
  height: 763px;
  padding: 5% 0 0 1% !important;
}

.container h2 {
  margin: 0 0 35px;
  padding: 0;
}

#course h3 {
  color: #003F99;
  font-weight: bold;
  font-size: 120%;
  line-height: 1.5em;
  margin: 20px 0 10px;
}

.guidance h3 {
  color: #003F99;
  font-weight: bold;
  font-size: 110%;
  line-height: 1.5em;
  margin: 0;
  padding: 20px 0;
}

.discovery_content h3 {
  color: #003F99;
  font-weight: bold;
  font-size: 120%;
  line-height: 1.5em;
  margin: 20px 0 10px;
}

.spot_name h3 {
  color: #003F99;
  font-weight: bold;
  font-size: 120%;
  margin: 0;
  padding: 20px 0 0;
  transition-duration: 0.5s;
}

.popular h4 {
  text-align: center;
  color: #93623B;
  font-weight: bold;
  margin: 0 0 10px;
}

/* コンテンツエリア
=========================================*/
.container {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 100px; /* キャンペーン番号がある場合 */
  /* padding: 0 0 40px; */ /* キャンペーン番号がない場合 */
  text-align: center;
}

#price {
  background-color: #004AC6;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
}

.message {
  margin: 0 0 20px;
  padding-top: 90px;
}

.restaurant {
  margin: 0 0 20px;
  padding-top: 50px;
}

.notice {
  width: 918px;
  text-align: left;
  color: #FFFFFF;
  font-size: 80%;
  margin: 10px auto;
  padding: 0 0 0;
  line-height: 1.5em;
}

.notice a {
  color: #FFFFFF;
  text-decoration: underline;
}

.notice a:hover {
  color: #FFFFFF;
}

.notice a:visited {
  color: #FFFFFF;
  text-decoration: underline;
}

#course {
  background-color: #0E72EB;
  width: 100%;
  height: auto;
  padding: 60px 0 0;
  position: relative;
}

.l_column {
  width: 475px;
  height: auto;
  float: left;
}

.r_column {
  width: 475px;
  height: auto;
  float: right;
  position: relative;
}

.course_box {
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}

.box_head {
  margin: 0 0 -3px;
}

.box_bottom {
  margin: -2px 0 55px;
}

.start {
  float: left;
  padding: 40px 0 120px 70px;
}

.description {
  text-align: center;
  padding: 0 40px;
  line-height: 1.5em;
  font-size: 90%;
}

.location {
  width: 220px;
  height: 30px;
  background-color: #003F99;
  margin: 0 auto 15px;
  padding: 10px 0 0 0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 80%;
  box-sizing: border-box;
}

.schedule {
  text-align: left;
  font-size: 120%;
  padding: 0 30px;
  font-weight: bold;
}

.commentary {
  text-align: left;
  font-size: 100%;
  margin: 20px 0;
  padding: 0 20px;
  line-height: 1.5em;
}

.point {
  color: #ff8103;
  background-image: url(../img/txt_point.gif);
  font-size: 80%;
  text-align: left;
  line-height: 1.5em;
  margin: 24px 30px 0;
  padding: 0 0 0 80px;
  background-repeat: no-repeat;
  background-position: left 4px;
}

.recommend {
  color: #ff8103;
  background-image: url(../img/txt_recommend.gif);
  font-size: 80%;
  text-align: left;
  line-height: 1.5em;
  margin: 24px 30px 0;
  padding: 0 0 0 80px;
  background-repeat: no-repeat;
  background-position: left 4px;
}

.trivia {
  color: #014099;
  background-image: url(../img/txt_trivia.gif);
  font-size: 80%;
  text-align: left;
  line-height: 1.5em;
  margin: 24px 30px 0;
  padding: 0 0 0 80px;
  background-repeat: no-repeat;
  background-position: left 4px;
}

.pht_point {
  background-color: #DFEDFD;
  width: 410px;
  margin: 15px auto 0;
  padding: 20px 20px;
  box-sizing: border-box;
}

.title {
  text-align: left;
  margin: 0 0 10px;
}

.pht_point .photo {
  float: right;
  padding: 0 0 0 15px;
}

.pht_point p {
  font-size: 80%;
  color: #014099;
  text-align: left;
  line-height: 1.5em;
}

.popular {
  background-color: #FFF7DD;
  width: 410px;
  margin: 15px auto 0;
  padding: 20px 20px;
  box-sizing: border-box;
}

.popular .l_column {
  width: 178px;
  height: auto;
  float: left;
}

.popular .r_column {
  width: 178px;
  height: auto;
  float: right;
}

.product {
  font-size: 80%;
  color: #93623B;
  line-height: 1.5em;
  margin: 10px 0 0;
}

.finish {
  color: #fff;
  float: left;
  font-size: 18px;
  font-weight: bold;
  padding: 220px 0 65px 130px;
  text-align: left;
}

.finish img {
  margin: 0 0 20px;
}

#discovery {
  background-color: #004AC6;
  width: 100%;
  height: auto;
  padding: 100px 0 40px;
  position: relative;
}

#discovery .column {
  width: 320px;
  float: left;
  padding: 0 20px 20px 0;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.discovery_content {
  width: 320px;
  height: 348px;
  background-image: url(../img/cover_discovery.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  padding: 10% 0;
  box-sizing: border-box;
}

#discovery .column:nth-child(4n) {
  padding: 0 0 20px 0;
}

.column .pht {
  width: 320px;
  position: relative;
  margin: 0 0 -3px 0;
}

.column .pht .frame {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 320px;
}

.column a img:hover {
  opacity: 1;
}

.guidance {
  background-image: url(../img/bg_discovery_column.jpg);
  background-repeat: no-repeat;
  width: 320px;
  height: 139px;
}

.btn {
  text-align: center;
  margin: 20px 0;
  position: relative;
  z-index: 10;
}

#spot {
  background-color: #0E72EB;
  width: 100%;
  height: auto;
  padding: 50px 0 0;
  position: relative;
}

#spot .column {
  width: 235px;
  float: left;
  padding: 0 20px 20px 0;
  position: relative;
  z-index: 10;
}

#spot .column:last-child {
  width: 235px;
  float: left;
  padding: 0;
}

#spot .column .pht {
  width: 235px;
  position: relative;
}

#spot .column .pht .frame {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 235px;
}

.spot_name {
  background-image: url(../img/bg_spot_column.jpg);
  background-repeat: no-repeat;
  width: 235px;
  height: 76px;
}

#campaign {
  background-color: #004AC6;
  width: 100%;
  height: auto;
  padding: 50px 0 100px;
  position: relative;
}

.link-top {
  text-align: right;
  position: static;
  right: 20px;
  bottom: 20px;
  z-index: 5;
}

.link-top a {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 20px 0 auto;
}

.link-top a img {
  transition: opacity .2s;
}

.link-top a:hover img,
.link-top a:focus img,
.link-top a:active img {
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

footer {
  width: 100%;
  height: 110px;
  background-color: #002B8E;
  text-align: center;
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 102;
}

.footer_inner {
  width: 464px;
  height: 45px;
  margin: 0 auto;
}

.logo_kurashi {
  float: left;
}

.logo_kamogawa {
  float: right;
}

.powered {
  color: #FFFFFF;
  padding: 12px 0 0;
}

.copyright {
  font-size: 80%;
  color: #FFFFFF;
  margin: 15px 0;
}

/* ページトップへ戻る
=========================================*/
#sensui {
  width: 100%;
  position: relative;
  z-index: 101;
}

.linkTop {
  width: 64px;
  height: 217px;
  position: absolute;
  top: -220px;
  right: 3%;
  z-index: 1;
}

.linkTop_up {
  width: 64px;
  height: 217px;
  position: fixed;
  bottom: 3px;
  right: 3%;
}

/* 足跡
=========================================*/
.footprints_l01 {
  position: absolute;
  top: 75px;
  left: -80px;
}

.footprints_l02 {
  position: absolute;
  top: 415px;
  left: -90px;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  z-index: 20;
}

.footprints_l03 {
  position: absolute;
  top: 450px;
  left: 300px;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
  z-index: 20;
}

.footprints_l04 {
  position: absolute;
  top: 100px;
  left: -90px;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  z-index: 20;
}

.footprints_l05 {
  position: absolute;
  top: 150px;
  left: -90px;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: 20;
}

.footprints_l06 {
  position: absolute;
  top: 530px;
  left: 300px;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  z-index: 20;
}

.footprints_l07 {
  position: absolute;
  top: 600px;
  left: -90px;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  z-index: 20;
}

.footprints_l08 {
  position: absolute;
  top: 485px;
  left: -90px;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  z-index: 20;
}

.footprints_r01 {
  position: absolute;
  top: 100px;
  left: -95px;
  -webkit-transform: rotate(250deg);
  -ms-transform: rotate(250deg);
  transform: rotate(250deg);
  z-index: 20;
}

.footprints_r02 {
  position: absolute;
  top: 550px;
  right: 10px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  z-index: 20;
}

.footprints_r03 {
  position: absolute;
  top: 190px;
  right: 430px;
  -webkit-transform: rotate(250deg);
  -ms-transform: rotate(250deg);
  transform: rotate(250deg);
  z-index: 20;
}

.footprints_r04 {
  position: absolute;
  top: 542px;
  right: -100px;
  -webkit-transform: rotate(250deg);
  -ms-transform: rotate(250deg);
  transform: rotate(250deg);
  z-index: 20;
}

.footprints_r05 {
  position: absolute;
  top: 470px;
  right: -100px;
  -webkit-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  transform: rotate(220deg);
  z-index: 20;
}

/* 各コンテンツの境界線
=========================================*/
#price_bottom {
  width: 100%;
  text-align: center;
  background-color: #004AC6;
  padding-top: 90px;
}
/*特別プライスがない場合に使用する。*/


#course_bottom {
  width: 100%;
  text-align: center;
  background-color: #004AC6;
}

#discovery_bottom {
  width: 100%;
  text-align: center;
  background-color: #0E72EB;
}

#spot_bottom {
  width: 100%;
  text-align: center;
  background-color: #004AC6;
}

/* 背景　泡
=========================================*/
.bubble_01l {
  position: fixed;
  bottom: 0;
  left: -150px;
  z-index: 10;
  background-image: url(../img/bubble_01l.png);
  background-repeat: no-repeat;
  width: 344px;
  height: 348px;
}

.bubble_02l {
  position: fixed;
  bottom: 0;
  left: -100px;
  z-index: 10;
  background-image: url(../img/bubble_02l.png);
  background-repeat: no-repeat;
  width: 208px;
  height: 210px;
}

.bubble_03l {
  position: fixed;
  bottom: 0;
  left: 50px;
  z-index: 10;
  background-image: url(../img/bubble_03l.png);
  background-repeat: no-repeat;
  width: 81px;
  height: 202px;
}

.bubble_04l {
  position: fixed;
  bottom: 0;
  left: 70px;
  z-index: 10;
  background-image: url(../img/bubble_04l.png);
  background-repeat: no-repeat;
  width: 82px;
  height: 138px;
}

.bubble_05l {
  position: fixed;
  bottom: 0;
  left: 70px;
  z-index: 10;
  background-image: url(../img/bubble_05l.png);
  background-repeat: no-repeat;
  width: 84px;
  height: 156px;
}

.bubble_01r {
  position: fixed;
  bottom: 0;
  right: -170px;
  z-index: 10;
  background-image: url(../img/bubble_01r.png);
  background-repeat: no-repeat;
  width: 344px;
  height: 348px;
}

.bubble_02r {
  position: fixed;
  bottom: 0;
  right: -100px;
  z-index: 10;
  background-image: url(../img/bubble_02r.png);
  background-repeat: no-repeat;
  width: 208px;
  height: 210px;
}

.bubble_03r {
  position: fixed;
  bottom: 0;
  right: 50px;
  z-index: 10;
  background-image: url(../img/bubble_03r.png);
  background-repeat: no-repeat;
  width: 81px;
  height: 202px;
}

.bubble_04r {
  position: fixed;
  bottom: 0;
  right: 30px;
  z-index: 10;
  background-image: url(../img/bubble_04r.png);
  background-repeat: no-repeat;
  width: 82px;
  height: 138px;
}

.bubble_05r {
  position: fixed;
  bottom: 0;
  right: 30px;
  z-index: 10;
  background-image: url(../img/bubble_05r.png);
  background-repeat: no-repeat;
  width: 84px;
  height: 156px;
}

/* 時計の時刻と針
=========================================*/
.time_l {
  position: absolute;
  top: -25px;
  left: 15px;
  width: 188px;
  height: 92px;
}

.time_r {
  position: absolute;
  top: -25px;
  right: 30px;
  width: 188px;
  height: 92px;
}

.clock_l {
  width: 26px;
  height: 26px;
  background-color: #014099;
  position: absolute;
  top: 14px;
  left: 33px;
  display: none;
}

.clock_r {
  width: 26px;
  height: 26px;
  background-color: #014099;
  position: absolute;
  top: 14px;
  right: 174px;
  display: none;
}

.long,
.short {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.time_0830 {
  background-image: url(../img/time_0830.png);
  background-repeat: no-repeat;
}

.time_0900 {
  background-image: url(../img/time_0900.png);
  background-repeat: no-repeat;
}

.time_0915 {
  background-image: url(../img/time_0915.png);
  background-repeat: no-repeat;
}

.time_0945 {
  background-image: url(../img/time_0945.png);
  background-repeat: no-repeat;
}

.time_1000 {
  background-image: url(../img/time_1000.png);
  background-repeat: no-repeat;
}

.time_1030 {
  background-image: url(../img/time_1030.png);
  background-repeat: no-repeat;
}

.time_1100 {
  background-image: url(../img/time_1100.png);
  background-repeat: no-repeat;
}

.time_1130 {
  background-image: url(../img/time_1130.png);
  background-repeat: no-repeat;
}

.time_1200 {
  background-image: url(../img/time_1200.png);
  background-repeat: no-repeat;
}

.time_1230 {
  background-image: url(../img/time_1230.png);
  background-repeat: no-repeat;
}

.time_1330 {
  background-image: url(../img/time_1330.png);
  background-repeat: no-repeat;
}

.time_1400 {
  background-image: url(../img/time_1400.png);
  background-repeat: no-repeat;
}

.time_1430 {
  background-image: url(../img/time_1430.png);
  background-repeat: no-repeat;
}

.time_1500 {
  background-image: url(../img/time_1500.png);
  background-repeat: no-repeat;
}

.time_1530 {
  background-image: url(../img/time_1530.png);
  background-repeat: no-repeat;
}

.s08 img {
  animation-duration: 1s;
  animation-name: shortanime08;
  animation-fill-mode: forwards;
}

.s09 img {
  animation-duration: 1s;
  animation-name: shortanime09;
  animation-fill-mode: forwards;
}

.s10 img {
  animation-duration: 1s;
  animation-name: shortanime10;
  animation-fill-mode: forwards;
}

.s11 img {
  animation-duration: 1s;
  animation-name: shortanime11;
  animation-fill-mode: forwards;
}

.s12 img {
  animation-duration: 1s;
  animation-name: shortanime12;
  animation-fill-mode: forwards;
}

.s13 img {
  animation-duration: 1s;
  animation-name: shortanime13;
  animation-fill-mode: forwards;
}

.s14 img {
  animation-duration: 1s;
  animation-name: shortanime14;
  animation-fill-mode: forwards;
}

.s15 img {
  animation-duration: 1s;
  animation-name: shortanime15;
  animation-fill-mode: forwards;
}

.l00 img {
  animation-duration: 1s;
  animation-name: longanime00;
  animation-fill-mode: forwards;
}

.l15 img {
  animation-duration: 1s;
  animation-name: longanime15;
  animation-fill-mode: forwards;
}

.l30 img {
  animation-duration: 1s;
  animation-name: longanime30;
  animation-fill-mode: forwards;
}

.l45 img {
  animation-duration: 1s;
  animation-name: longanime45;
  animation-fill-mode: forwards;
}

@keyframes shortanime08 {
  from {
    transform: rotate(0deg) translate(-10%, -45%);
  }
  to {
    transform: rotate(240deg) translate(-10%, -45%);
  }
}

@keyframes shortanime09 {
  from {
    transform: rotate(0deg) translate(-10%, -45%);
  }
  to {
    transform: rotate(260deg) translate(-10%, -45%);
  }
}

@keyframes shortanime10 {
  from {
    transform: rotate(0deg) translate(-10%, -45%);
  }
  to {
    transform: rotate(290deg) translate(-10%, -45%);
  }
}

@keyframes shortanime11 {
  from {
    transform: rotate(0deg) translate(-10%, -45%);
  }
  to {
    transform: rotate(320deg) translate(-10%, -45%);
  }
}

@keyframes shortanime12 {
  from {
    transform: rotate(0deg) translate(-10%, -45%);
  }
  to {
    transform: rotate(352deg) translate(-10%, -45%);
  }
}

@keyframes shortanime13 {
  from {
    transform: rotate(0deg) translate(-10%, -45%);
  }
  to {
    transform: rotate(20deg) translate(-10%, -45%);
  }
}

@keyframes shortanime14 {
  from {
    transform: rotate(0deg) translate(-10%, -45%);
  }
  to {
    transform: rotate(40deg) translate(-10%, -45%);
  }
}

@keyframes shortanime15 {
  from {
    transform: rotate(0deg) translate(-10%, -45%);
  }
  to {
    transform: rotate(75deg) translate(-10%, -45%);
  }
}

@keyframes longanime00 {
  from {
    transform: rotate(0deg) translate(-10%, -45%);
  }
  to {
    transform: rotate(352deg) translate(-10%, -45%);
  }
}

@keyframes longanime15 {
  from {
    transform: rotate(0deg) translate(-10%, -45%);
  }
  to {
    transform: rotate(80deg) translate(-10%, -45%);
  }
}

@keyframes longanime30 {
  from {
    transform: rotate(0deg) translate(-10%, -45%);
  }
  to {
    transform: rotate(175deg) translate(-10%, -45%);
  }
}

@keyframes longanime45 {
  from {
    transform: rotate(0deg) translate(-10%, -45%);
  }
  to {
    transform: rotate(260deg) translate(-10%, -45%);
  }
}

/* iPad
=========================================*/
@media screen and (max-width: 1024px) {
  #main_wrapper {
    background-image: url(../img/bg_main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 100;
    width: 100%;
    height: 710px;
  }
  #center_box {
    width: 800px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -450px;
    padding: 40px 0 0 0;
    box-sizing: border-box;
  }
  p.logo {
    position: absolute;
    top: 40px;
    right: 5%;
    z-index: 10;
  }
  h1 {
    width: 900px;
    height: 606px;
  }
  h1 img {
    /* width: 100%; */
  }
  #canvas-container {
    padding-top: 510px;
  }
}

/* number-box
======================================*/
.txt-right{
  text-align:right;
  margin-right:58px;
}
.number-box{
  border: 1px solid #fff;
  color:#fff;
  font-size:14px;
  padding:3px 6px;
}
