@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:800&display=swap&subset=japanese');
/* タイトル付　枠　1　*/

h2 {
    background: -moz-linear-gradient(left, #22c1c3, #f2ff37);
    background: -webkit-linear-gradient(left, #22c1c3, #f2ff37);
    background: linear-gradient(to right, #22c1c3, #f2ff37);
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 2px #414141;
}
.newyears img {
    width: 100%;
  }
.subheading {
  width: 100%;
  height: 32px;
  margin: 0px auto;
  margin-top: -10px;
  padding: 3px;
  background-color: #CB595A;
  color: white;
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
}

.all-box {
 margin: 10px 0.3em 5px 0.3em;
 width: 987px;
}


.kakomi-box {
 position: relative;
 display: inline-block;
 margin: 1.8em 0.5em;
 background-image: url("../img/tokusyu/2020newyear/temari.png?20191230113727"), url("../img/tokusyu/2020newyear/backg.png?20191230113727");
 background-position: right 0% bottom 100%;
 background-repeat: no-repeat, no-repeat;
 background-size: 85% 45%, contain ;
 border: 2px solid #E6465B; /* 枠線の太さ・色 */
 width: 30%;
 height: 250px;
}

.direction-box {
 position: absolute;
 padding: 0.1em 1.8em;
 right: 0px;
 top: 0px;
 font-weight: bold;
 font-family: serif;
 font-size: 18px;
 background-color: #E6465B; /* タイトル背景色 */
 color: #fff; /* タイトル文字色 */
 text-shadow: 2px 2px 2px #414141;
}

.direction-box_blue {
 background-color: #2485B3; /* タイトル背景色（一部方面のみ変更） */
}

.departure-box {
 position: absolute;
 left: 5%;
 top: 15%;
 font-weight: bold;
 font-family: arial;
 letter-spacing: -0.05em;
 font-size: 20px;
 color: #2AA63F;
 text-shadow    : 
       5px  5px 3px #fff,
      -5px  5px 3px #fff,
       5px -5px 3px #fff,
      -5px -5px 3px #fff,
       5px  0px 3px rgb(235, 235, 235),
       0px  5px 3px rgb(235, 235, 235),
      -5px  0px 3px rgb(235, 235, 235),
       0px -5px 3px rgb(235, 235, 235);
}

.title-box {
 position: absolute;
 left: 10%;
 right: 4%;
 top: 30%;
 font-weight: Thin;
 font-family: 'M PLUS Rounded 1c', sans-serif;
 font-size: 22px;
 letter-spacing: -0.05em;
 line-height: 25px;
 color: #11A5EB;
 text-shadow:
       5px  5px 3px #fff,
      -5px  5px 3px #fff,
       5px -5px 3px #fff,
      -5px -5px 3px #fff,
       5px  0px 3px rgb(235, 235, 235),
       0px  5px 3px rgb(235, 235, 235),
      -5px  0px 3px rgb(235, 235, 235),
       0px -5px 3px rgb(235, 235, 235);
}

.departure-port {
 position: absolute;
 left: 7%;
 bottom: 30%;
 font-weight: bolder;
 font-family: 'M PLUS Rounded 1c', sans-serif;
 font-size: 18px;
 letter-spacing: -0.05em;
 color: #fff;
 text-shadow:
       3px  3px 3px #F7739C,
      -3px  3px 3px #F7739C,
       3px -3px 3px #F7739C,
      -3px -3px 3px #F7739C,
       3px  0px 3px #F7739C,
       0px  3px 3px #F7739C,
      -3px  0px 3px #F7739C,
       0px -3px 3px #F7739C;
}

.n-nights {
 position: absolute;
 right: 3%;
 bottom: 28%;
 font-weight: bolder;
 font-family: 'M PLUS Rounded 1c', sans-serif;
 font-size: 25px;
 letter-spacing: -0.05em;
 color: #F7739C;
 text-shadow:
       3px  3px 3px #fff,
      -3px  3px 3px #fff,
       3px -3px 3px #fff,
      -3px -3px 3px #fff,
       3px  0px 3px rgb(235, 235, 235),
       0px  3px 3px rgb(235, 235, 235),
      -3px  0px 3px rgb(235, 235, 235),
       0px -3px 3px rgb(235, 235, 235);
}

.g-price {
 position: absolute;
 right: 5%;
 bottom: 9%;
 font-weight: bolder;
 font-family: 'M PLUS Rounded 1c', sans-serif;
 font-style : italic;
 font-size: 36px;
 letter-spacing: -0.05em;
 color: #E60012;
 text-shadow:
       3px  3px 3px #fff,
      -3px  3px 3px #fff,
       3px -3px 3px #fff,
      -3px -3px 3px #fff,
       7px  0px 5px rgb(255, 217, 0),
       0px  7px 5px rgb(255, 217, 0),
      -7px  0px 5px rgb(251, 255, 0),
       0px -7px 5px rgb(251, 255, 0);
}

.g-price span {
    font-size: 25px;
    color: #E60012;
    text-shadow: 3px  3px 3px #fff, -3px  3px 3px #fff, 3px -3px 3px #fff, -3px -3px 3px #fff, 7px  0px 5px rgb(255, 217, 0), 0px  7px 5px rgb(255, 217, 0), -7px  0px 5px rgb(251, 255, 0), 0px -7px 5px rgb(251, 255, 0);
    font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.matsu-max {
 position: absolute;
 right: 37%;
 top: 6%;
 font-weight: bold;
 font-family: serif;
 font-size: 15px;
 color: #fff;
 text-shadow    : 
       3px  3px 3px #6EB92B,
      -3px  3px 3px #6EB92B,
       3px -3px 3px #6EB92B,
      -3px -3px 3px #6EB92B,
       3px  0px 3px #6EB92B,
       0px  3px 3px #6EB92B,
      -3px  0px 3px #6EB92B,
       0px -3px 3px #6EB92B;
}

.matsu-split {
 position: absolute;
 right: 30%;
 top: 14%;
 font-weight: bold;
 font-family: serif;
 font-size: 22px;
 color: #fff;
 text-shadow    : 
       3px  3px 3px #6EB92B,
      -3px  3px 3px #6EB92B,
       3px -3px 3px #6EB92B,
      -3px -3px 3px #6EB92B,
       3px  0px 3px #6EB92B,
       0px  3px 3px #6EB92B,
      -3px  0px 3px #6EB92B,
       0px -3px 3px #6EB92B;
}

img.img-departure-port {
    position: absolute;
    left: 2%;
    bottom: 28px;
    width: 43%;
    height: 28%;
}

img.ship {
    position: absolute;
    left: 20%;
    top: 4%;
    width: 23%;
    height: 8%;
    z-index: 1;
}

img.matsu {
    position: absolute;
    left: 43%;
    top: 23px;
    width: 30%;
    height: 22%;
}

img.rkotobuki {
    position: absolute;
    left: 2px;
    top: -33px;
    width: 20%;
    height: 30%;
}

img.under-box {
 position: absolute;
 bottom: -3px;
 right: -4px;
 width: 103%;
 height: 13%;
}

img.mouse {
 position: absolute;
 bottom: 1px;
 right: 10px;
 width: 15%;
 height: 15%;
}


/* =========================================================== */
/* ---------------------------SP------------------------------ */
/* =========================================================== */
@media (max-width: 680px){

	
	.all-box {
    margin: 10px 0.3em 5px 0.3em;
    width: 100%;
}
.kakomi-box {
    position: relative;
    display: inline-block;
    margin: 1.8em 0.5em;
    background-image: url(../img/tokusyu/2020newyear/temari.png?20191230113727), url(../img/tokusyu/2020newyear/backg.png?20191230113727);
    background-position: right 0% bottom 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 85% 45%, contain;
    border: 2px solid #E6465B;
    width: 40%;
    height: 280px;
    }
}