@charset "UTF-8";
.pcOnly {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

.spOnly {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .spOnly {
    display: block !important;
  }
}

/* 打消し */
* {
  box-sizing: border-box;
  transition-duration: .5s;
}

#container {
  width: 100%;
}

#special header{height:inherit !important;}

/* =======================================
	@ 打消し
========================================== */
.mainVisual {
  position: relative;
}
.mainVisual .rightImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(16%, -50%);
  -webkit-transform: translate(16%, -50%);
  -ms-transform: translate(16%, -50%);
}
.mainVisual .rightImg img {
  width: 60%;
}

.contentWrap {
  width: 1200px;
  margin: 0 auto;
}
.contentWrap .curbTtl {
  position: relative;
  font-size: 180%;
  text-align: center;
  margin: 0 0 50px;
  font-weight: bold;
}
.contentWrap .curbTtl:after {
  content: "";
  width: 5em;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 300%);
  -webkit-transform: translate(-50%, 300%);
  -ms-transform: translate(-50%, 300%);
  border-bottom: 5px solid #9fb5c2;
}
.contentWrap .curbTtl span.char1 {
  color: #9fb5c2;
}
.contentWrap .curbTtl span.char5 {
  color: #9fb5c2;
}
.contentWrap.box1 .ttl {
  font-family: "M PLUS 1p";
  font-size: 200%;
  text-align: center;
  margin: 60px;
}
.contentWrap.box1 dl {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contentWrap.box1 dl dt {
  width: 30%;
}
.contentWrap.box1 dl dt img {
  width: 100%;
}
.contentWrap.box1 dl dd {
  width: 65%;
}
.contentWrap.box1 dl dd .txt {
  padding: 50px;
  background: #eee;
  line-height: 1.8;
  margin-top: 40px;
  color: #545453;
}
.contentWrap.box2 .ttl {
  font-family: "M PLUS 1p";
  font-size: 200%;
  text-align: center;
  margin: 60px;
}
.contentWrap.box2 dl {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.contentWrap.box2 dl dt {
  width: 60%;
}
.contentWrap.box2 dl dd {
  position: relative;
  width: 40%;
}
.contentWrap.box2 dl dd .txt {
  line-height: 1.8;
}
.contentWrap.box3 {
  position: relative;
}
.contentWrap.box3 .ttl {
  font-family: "M PLUS 1p";
  font-size: 200%;
  text-align: center;
  margin: 60px;
}
.contentWrap.box3 .ttl:after {
  content: "";
  border-bottom: 1px solid #e2e1e1;
  width: 7em;
  position: absolute;
  bottom: -20px;
  left: 24%;
}
.contentWrap.box3 .modal {
  display: none;
}
.contentWrap.box3 .modal .next {
  cursor: pointer;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(650%, -50%);
  -webkit-transform: translate(650%, -50%);
  -ms-transform: translate(650%, -50%);
  width: 3.6em;
  padding: .8em 0;
  border-radius: 60px;
  background: #00000096;
  text-align: center;
  z-index: 10000;
}
.contentWrap.box3 .modal .next:hover {
  background: #000;
}
.contentWrap.box3 .modal .next img {
  width: 40%;
}
.contentWrap.box3 .modal .prev {
  cursor: pointer;
  position: fixed;
  top: 50%;
  left: 50%;
  background: #00000096;
  text-align: center;
  transform: translate(-760%, -50%);
  -webkit-transform: translate(-760%, -50%);
  -ms-transform: translate(-760%, -50%);
  width: 3.6em;
  padding: .8em 0;
  border-radius: 60px;
  z-index: 10000;
}
.contentWrap.box3 .modal .prev:hover {
  background: #000;
}
.contentWrap.box3 .modal .prev img {
  width: 40%;
}
.contentWrap.box3 .mdlInr {
  background: #fff;
  position: fixed;
  width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10000;
  padding: 20px;
}
.contentWrap.box3 .mdlInr img {
  width: 100%;
}
.contentWrap.box3 .mdlInr .ttl {
  font-family: "M PLUS 1p";
  font-size: 160%;
  margin: 10px 0;
  font-weight: bold;
  text-align: center;
}
.contentWrap.box3 .mdlInr .txt {
  line-height: 1.5;
  font-size: 110%;
  color: #555;
}
.contentWrap.box3 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
  width: 100%;
}
.contentWrap.box3 ul li {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 25%;
  line-height: 1.0;
}
.contentWrap.box3 ul li img {
  width: 100%;
  height: 100%;
}
.contentWrap.box3 ul li:hover {
  opacity: 0.8;
}
.contentWrap.box3 ul li:hover img {
  transform: scale(1.5);
}
.contentWrap.box3 ul li p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 5px #666;
}
.contentWrap.box3 ul li p span {
  display: block;
  width: 100%;
}
.contentWrap.box3 ul li p span:nth-of-type(1) {
  border-bottom: 1px solid #fff;
  padding: 0 0 5px;
  font-size: 115%;
}
.contentWrap.box3 ul li p span:nth-of-type(2) {
  padding: 5px 0 0;
  font-size: 160%;
  font-weight: bold;
}
.contentWrap.box4 .ttl {
  font-size: 200%;
  text-align: center;
  margin: 60px;
}
.contentWrap.box4 .tourCont {
  position: relative;
}
.contentWrap.box4 .tourCont.ptn2 {
  margin: 140px 0;
}
.contentWrap.box4 .tourCont.ptn2 dd {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -webkit-flex-order: -1;
  -moz-flex-order: -1;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-order: -1;
  order: -1;
}
.contentWrap.box4 .tourCont.ptn2 .pointImg {
  left: inherit;
  right: 30px;
}
.contentWrap.box4 .tourCont.ptn2 .tourBtnList {
  margin-left: inherit;
  margin-right: auto;
}
.contentWrap.box4 dl {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contentWrap.box4 dl dt {
  width: 60%;
}
.contentWrap.box4 dl dt img {
  width: 100%;
}
.contentWrap.box4 dl dd {
  position: relative;
  width: 35%;
}
.contentWrap.box4 dl dd .txt {
  line-height: 1.8;
}
.contentWrap .pointImg {
  position: absolute;
  top: 300px;
  left: 30px;
  z-index: 1;
}
.contentWrap .tourBtnList {
  background: #f7f7f7;
  margin: 20px 0;
  width: 66%;
  margin-left: auto;
}
.contentWrap .tourBtnList p {
  border-left: 5px solid #9fb5c2;
  font-size: 110%;
  font-weight: bold;
  padding-left: 10px;
  margin: 8px 0;
}
.contentWrap .tourBtnList ul {
  display: flex;
  flex-wrap: wrap;
}
.contentWrap .tourBtnList ul li {
  width: 20%;
  margin-right: 10px;
}
.contentWrap .tourBtnList ul li:nth-of-type(2) a {
  background: #a1cbe4 url(/gotocampaign/coach/arrow.png) no-repeat 94% center;
  background-size: 16px auto;
}
.contentWrap .tourBtnList ul li:nth-of-type(3) a {
  background: #fdc570 url(/gotocampaign/coach/arrow.png) no-repeat 94% center;
  background-size: 16px auto;
}
.contentWrap .tourBtnList a span:nth-of-type(1){
  display: block;
  padding: 15px 0;
  background: #f9a7ae url(/gotocampaign/coach/arrow.png) no-repeat 94% center;
  background-size: 16px auto;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
}
.contentWrap .tourBtnList a span:nth-of-type(2){
    font-size: 120%;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #d83543;
    margin-top: 5px;
}
.contentWrap .tourBtnList a.btn_nomove span:nth-of-type(1) {
    background: #cacaca !important;
    color: #888 !important;
}
.contentWrap .tourBtnList .type3 a span:nth-of-type(1){
    background: #3ebbe0 url(/gotocampaign/coach/arrow.png) no-repeat 94% center;
    background-size: 16px auto;  
}
.contentWrap .tourBtnList a.btn_nomove span:nth-of-type(2) {
    color: #888 !important;
}
.contentWrap.box5 .txt {
  width: 60%;
  margin: 80px auto;
  line-height: 1.8;
}
.contentWrap.box5 .htl3 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin: 60px 0;
}
.contentWrap.box5 .htl3 li {
  width: 30%;
}
.contentWrap.box5 .htl3 li p {
  position: relative;
}
.contentWrap.box5 .htl3 li a {
  display: block;
}
.contentWrap.box5 .htl3 li:nth-of-type(2) {
  margin: 60px 10px 0;
}
.contentWrap.box5 .htl3 li img {
  width: 100%;
}
.contentWrap.box5 .htl3 li span.btn {
  background: #333 url(/gotocampaign/coach/arrow2.png) no-repeat 94% center;
  background-size: 12px auto;
  color: #fff;
  padding: 10px;
  font-size: 110%;
  display: inline-block;
  width: 40%;
  text-align: center;
  float: right;
}
.contentWrap.box5 .htl3 li span.ico {
  display: block;
  background: #b12828;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 32px 20px;
  border-radius: 120px;
  width: 110px;
  text-align: center;
  line-height: 1.5;
}
.contentWrap .moveSlideWrap {
  display: flex;
  align-items: flex-end;
}
.contentWrap .moveSlideWrap .movieWrap {
  width: 40%;
}
.contentWrap .moveSlideWrap .movieWrap iframe {
  width: 100%;
}
.contentWrap .moveSlideWrap .slideArea {
  width: 60%;
  margin-left: 15px;
  margin-bottom: 4px !important;
}
.contentWrap .moveSlideWrap .slideArea .slick-prev {
  left: 22px;
  z-index: 1;
}
.contentWrap .moveSlideWrap .slideArea .slick-next {
  right: 55px;
  z-index: 1;
}
.contentWrap .moveSlideWrap .slideArea img {
  margin-right: 10px;
  border-radius: 10px;
}
.contentWrap #curb5, .contentWrap #curb6, .contentWrap #curb7 {
  display: block;
  font-size: 70%;
  margin-bottom: 6px;
  color: #9fb5c2;
  font-weight: bold;
}
.contentWrap #curb5 span:nth-child(even), .contentWrap #curb6 span:nth-child(even), .contentWrap #curb7 span:nth-child(even) {
  color: #c8d3da;
}
.contentWrap .tourBtnList p.tbTtl {
    background: #9fb5c2;
    padding: 10px;
    color: #fff;
}
.contentWrap .tourBtnList > div{
  padding:10px 20px;
}

@media screen and (max-width: 768px) {
  .contentWrap {
    width: 100%;
  }
  .contentWrap.box1 .ttl {
    margin: 20px;
    line-height: 1.5;
    position: relative;
  }
  .contentWrap.box1 .ttl:after {
    content: "";
    border-bottom: 1px solid #e2e1e1;
    width: 7em;
    position: absolute;
    bottom: -20px;
    left: 24%;
  }
  .contentWrap.box1 dl {
    width: 96%;
  }
  .contentWrap.box1 dl dt {
    width: 100%;
  }
  .contentWrap.box1 dl dt img {
    width: 70%;
    margin: 0 auto;
  }
  .contentWrap.box1 dl dd {
    width: 100%;
  }
  .contentWrap.box1 dl dd .txt {
    font-size: 120%;
    padding: 20px;
    margin: 0;
  }
  .contentWrap.box2 .ttl {
    margin: 30px;
    line-height: 1.5;
  }
  .contentWrap.box2 dl {
    width: 95%;
  }
  .contentWrap.box2 dl dt {
    width: 100%;
  }
  .contentWrap.box2 dl dd {
    width: 100%;
    line-height: 1.5;
  }
  .contentWrap.box2 dl dd .txt {
    line-height: 1.8;
    font-size: 120%;
    color: #606669;
    width: 90%;
    margin: 0 auto 20px;
  }
  .contentWrap.box3 ul li {
    width: 50%;
  }
  .contentWrap.box4 .tourCont.ptn2 {
    margin: 0;
  }
  .contentWrap.box4 .tourCont.ptn2 dd {
    webkit-box-ordinal-group: inherit;
    -moz-box-ordinal-group: inherit;
    -webkit-flex-order: inherit;
    -moz-flex-order: inherit;
    -webkit-order: inherit;
    -moz-order: inherit;
    -ms-order: inherit;
    order: inherit;
  }
  .contentWrap.box4 dl {
    width: 95%;
  }
  .contentWrap.box4 dl dt {
    width: 100%;
  }
  .contentWrap.box4 dl dd {
    width: 100%;
  }
  .contentWrap.box4 dl dd .curbTtl {
    margin: 25px 0 50px;
  }
  .contentWrap.box4 dl dd .txt {
    font-size: 120%;
    width: 88%;
    margin: 0 auto;
    color: #444;
  }
  .contentWrap.box4 .tourBtnList {
      width: 94%;
      margin: 0 auto;
      padding:0;
  }
  .contentWrap.box4 .tourBtnList ul {
    justify-content: space-between;
  }
  .contentWrap.box4 .tourBtnList ul li {
    width: 32%;
    margin-right: 0;
  }
  .contentWrap.box4 .tourBtnList ul li:nth-of-type(2) {
    margin: 0 5px;
  }
  .contentWrap.box5 .txt {
    width: 90%;
    margin: 0 auto;
    font-size: 110%;
    color: #5e6265;
  }
  .contentWrap.box5 .htl3 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin: 60px 0;
  }
  .contentWrap.box5 .htl3 li {
    width: 30%;
    margin: 0 10px;
  }
  .contentWrap.box5 .htl3 li p {
    position: relative;
  }
  .contentWrap.box5 .htl3 li a {
    display: block;
  }
  .contentWrap.box5 .htl3 li:nth-of-type(2) {
    margin: 0 10px;
  }
  .contentWrap.box5 .htl3 li img {
    width: 100%;
  }
  .contentWrap.box5 .htl3 li span.btn {
    background: #333 url(/gotocampaign/coach/arrow2.png) no-repeat 94% center;
    background-size: 12px auto;
    color: #fff;
    padding: 10px;
    font-size: 110%;
    display: inline-block;
    width: 40%;
    text-align: center;
    float: right;
  }
  .contentWrap.box5 .htl3 li span.ico {
    display: block;
    background: #b12828;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 32px 20px;
    border-radius: 120px;
    width: 110px;
    text-align: center;
    line-height: 1.5;
  }
  .contentWrap .moveSlideWrap {
    flex-wrap: wrap;
  }
  .contentWrap .moveSlideWrap .movieWrap {
    width: 100%;
  }
  .contentWrap .moveSlideWrap .slideArea {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 4px !important;
  }
  .contentWrap.box3 .modal .prev {
    transform: translate(-415%, -70%);
    -webkit-transform: translate(-415%, -70%);
    -ms-transform: translate(-415%, -70%);
  }
  .contentWrap.box3 .modal .next {
    transform: translate(310%, -70%);
    -webkit-transform: translate(310%, -70%);
    -ms-transform: translate(310%, -70%);
  }
  .contentWrap.box3 .mdlInr {
    width: 70%;
    padding: 10px;
  }
}

.contentWrap.box5 .hotelList {
    width: 1000px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
}
.contentWrap.box5 .hotelList dt{width:300px;}
.contentWrap.box5 .hotelList dd{width:640px;}
.contentWrap.box5 .hotelList dd .ttl{
    font-size: 180%;
    font-weight: bold;
}
.contentWrap.box5 .hotelList dd .txt{
    width:100%;
    font-size: 110%;
    line-height:1.8;
    margin:15px 0;
}
.contentWrap.box5 .hotelList dd .tourBtnBox{
    background: #eee;
    padding: 20px;
}
.contentWrap.box5 .hotelList dd .tourBtnBox ul{
  display:flex;
}
.contentWrap.box5 .hotelList dd .tourBtnBox ul li{
    list-style: none;
    width: 20%;
    border-radius: 4px;
}
.contentWrap.box5 .hotelList dd .tourBtnBox ul li:nth-of-type(2){
  margin:0 10px;
}
.contentWrap.box5 .hotelList dd .tourBtnBox ul li:nth-of-type(3){
  margin:0 10px 0 0;
}
.contentWrap.box5 .hotelList dd .tourBtnBox a span:nth-of-type(1){
    display: block;
    background: #f9a7ae url(/gotocampaign/coach/arrow.png) no-repeat 94% center;
    background-size: 16px auto;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius:4px;
}
.contentWrap.box5 .hotelList dd .tourBtnBox a span:nth-of-type(2){
    font-size: 120%;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #d83543;
    margin-top: 5px;
}
.contentWrap.box5 .hotelList dd .tourBtnBox a.btn_nomove span:nth-of-type(1){
    background: #cacaca !important;
    color: #888 !important;
}
.contentWrap.box5 .hotelList dd .tourBtnBox a.btn_nomove span:nth-of-type(2){
    color: #888 !important;
}


/*.contentWrap.box5 .hotelList dd .tourBtnBox li:nth-of-type(2) a{
    display: block;
    background: #a1cbe4 url(/gotocampaign/coach/arrow.png) no-repeat 94% center;
    background-size: 16px auto;
}
.contentWrap.box5 .hotelList dd .tourBtnBox li:nth-of-type(3) a{
    display: block;
    background: #fdc570 url(/gotocampaign/coach/arrow.png) no-repeat 94% center;
    background-size: 16px auto;    
}*/

.contentWrap.box5 .hotelList dd .tourBtnBox p{
    border-left: 5px solid #9fb5c2;
    font-size: 110%;
    font-weight: bold;
    padding-left: 10px;
    margin: 8px 0;
}

@media screen and (max-width: 768px) {
  .mainVisual .rightImg {
    width: 70%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .mainVisual .rightImg img {
    width: 100%;
  }
  .contentWrap.box5 .hotelList {
      width: 90%;
      margin: 0 auto;
      flex-wrap: wrap;
  }
  .contentWrap.box5 .hotelList dt {
      width: 100%;
  }
  .contentWrap.box5 .hotelList dt img{width:100%;}  
  .contentWrap.box5 .hotelList dd {
      width: 100%;
      margin: 20px 0;
  }
  .contentWrap.box5 .hotelList dd .tourBtnBox ul li {
      list-style: none;
      width: 33%;
      border-radius: 4px;
  }
  .contentWrap.box4 .tourBtnList ul.type4 li {
      width: 48%;
      margin-right: 0;
  }
  .contentWrap.box5 {
      width: 100%;
      padding: 40px 0;
  }
  .contentWrap.box4 .tourCont.ptn2 .tourBtnList {
      margin-left: inherit;
      margin-right: auto;
      margin: 0 auto;
  }
}
