@charset "UTF-8";
#maincontents .w1000 {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 751px) {
  #maincontents .w1000 {
    width: 1000px;
  }
}
@media (max-width: 750px) {
  #maincontents .w1000 {
    width: 88vw;
  }
}
#maincontents h3.ttl {
  text-align: center;
}
#maincontents .tohokuBtn.fh-top {
  display: none;
}
#maincontents #fv {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 751px) {
  #maincontents #fv {
    height: 660px;
    background: url(../images/fv01.jpg);
    background-size: cover;
  }
}
@media (max-width: 750px) {
  #maincontents #fv {
    height: 66vw;
    background: url(../images/fv01.jpg);
    background-size: cover;
  }
}
#maincontents #fv .bx-wrapper, #maincontents #fv .bx-viewport, #maincontents #fv ul {
  width: 100%;
  height: 100%;
  position: relative;
}
#maincontents #fv li {
  width: 100% !important;
  height: 100%;
  position: relative;
}
@media (min-width: 751px) {
  #maincontents #fv li.shiretokoutoro {
    background: url("../images/fv_shiretokoutoro.jpg") center center no-repeat;
    background-size: cover;
  }
  #maincontents #fv li.bayarea {
    background: url("../images/fv01.jpg") center center no-repeat;
    background-size: cover;
  }
  #maincontents #fv li.spr_goryokaku {
    background: url("../images/fv_spr_grk.jpg") center center no-repeat;
    background-size: cover;
  }
  #maincontents #fv li.tokatsi {
    background: url("../images/fv_tokatsi.jpg") center center no-repeat;
    background-size: cover;
  }
  #maincontents #fv li:nth-child(2) {
    background: url("../images/fv_tokyoasakusa.jpg") center center no-repeat;
    background-size: cover;
  }
  #maincontents #fv li:nth-child(3) {
    background: url("../images/fv_matsushima.jpg") center center no-repeat;
    background-size: cover;
  }
  #maincontents #fv li:nth-child(4) {
    background: url("../images/fv04.jpg") center center no-repeat;
    background-size: cover;
  }
  #maincontents #fv li.hakodate_sum {
    background: url("../images/fv_hakodate_24sum.jpg") center center no-repeat;
    background-size: cover;
  }
  #maincontents #fv li.hakodate_win {
    background: url("../images/fv_hakodate_win.jpg") center center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 750px) {
  #maincontents #fv li.shiretokoutoro {
    background: url("../images/fv_shiretokoutoro.jpg") center center no-repeat;
    background-size: cover;
  }
  #maincontents #fv li.bayarea {
    background: url("../images/fv01.jpg") center center no-repeat;
    background-size: cover;
  }
  #maincontents #fv li.spr_goryokaku {
    background: url("../images/fv_spr_grk.jpg") center center no-repeat;
    background-size: cover;
  }
  #maincontents #fv li.tokatsi {
    background: url("../images/tokatsi.jpg") center center no-repeat;
    background-size: cover;
  }
  #maincontents #fv li:nth-child(2) {
    background: url("../images/fv_tokyoasakusa.jpg") center center no-repeat;
    background-size: cover;
  }
  #maincontents #fv li:nth-child(3) {
    background: url("../images/fv_matsushima.jpg") center center no-repeat;
    background-size: cover;
  }
  #maincontents #fv li:nth-child(4) {
    background: url("../images/fv04.jpg") center center no-repeat;
    background-size: cover;
  }
  #maincontents #fv li.hakodate_sum {
    background: url("../images/fv_hakodate_24sum.jpg") center center no-repeat;
    background-size: cover;
  }
  #maincontents #fv li.hakodate_win {
    background: url("../images/fv_hakodate_win.jpg") center center no-repeat;
    background-size: cover;
  }
}
#maincontents #fv li:before {
  content: "";
  text-indent: -10000px;
  overflow: hidden;
  background: url(../images/cc.png) center center no-repeat;
  background-size: contain;
  position: absolute;
}
@media (min-width: 751px) {
  #maincontents #fv li:before {
    width: 644px;
    height: 331px;
    top: 50%;
    margin-top: -165px;
    left: 50%;
    margin-left: -322px;
  }
}
@media (max-width: 750px) {
  #maincontents #fv li:before {
    width: 80vw;
    height: 36vw;
    top: 50%;
    margin-top: -18vw;
    left: 50%;
    margin-left: -40vw;
  }
}
#maincontents #fv li:after {
  content: "";
  position: absolute;
  z-index: 10;
  background: url(../images/akaakalogo.png) center center no-repeat;
  background-size: contain;
}
@media (min-width: 751px) {
  #maincontents #fv li:after {
    left: 50%;
    margin-left: -550px;
    top: -30px;
    width: 360px;
    height: 230px;
  }
}
@media (max-width: 750px) {
  #maincontents #fv li:after {
    left: -6vw;
    top: -2vw;
    width: 40vw;
    height: 30vw;
  }
}
#maincontents #fv li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
#maincontents #fv li .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
@media (min-width: 751px) {
  #maincontents #fv li .txt {
    height: 100px;
  }
}
@media (max-width: 750px) {
  #maincontents #fv li .txt {
    height: 20vw;
  }
}
#maincontents #fv li p {
  color: #ffffff;
}
@media (min-width: 751px) {
  #maincontents #fv li p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 750px) {
  #maincontents #fv li p {
    font-size: 3.7vw;
    line-height: 5vw;
  }
}
#maincontents #fv li p.detail {
  position: absolute;
  width: 100%;
  text-align: center;
}
@media (min-width: 751px) {
  #maincontents #fv li p.detail {
    bottom: 22px;
    left: 0;
  }
}
@media (max-width: 750px) {
  #maincontents #fv li p.detail {
    bottom: 4vw;
    left: 0;
  }
}
#maincontents #fv li p.detail span {
  display: inline-block;
  border: #ffffff 1px solid;
  text-align: center;
}
@media (min-width: 751px) {
  #maincontents #fv li p.detail span {
    width: 60px;
    line-height: 23px;
    margin-right: 10px;
  }
}
@media (max-width: 750px) {
  #maincontents #fv li p.detail span {
    width: 12vw;
    line-height: 4.6vw;
    margin-right: 2vw;
  }
}
#maincontents #fv li p.copyright {
  position: absolute;
  text-align: right;
}
@media (min-width: 751px) {
  #maincontents #fv li p.copyright {
    bottom: 22px;
    right: 50%;
    margin-right: -550px;
  }
}
@media (max-width: 750px) {
  #maincontents #fv li p.copyright {
    bottom: 10vw;
    right: 6vw;
  }
}
@media (min-width: 751px) {
  #maincontents #banners {
    padding: 60px 0 100px;
  }
}
@media (max-width: 750px) {
  #maincontents #banners {
    padding: 8vw 0 16vw;
  }
}
#maincontents #banners ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #maincontents #banners ul {
    padding: 0 2vw;
    width: 100%;
  }
}
@media (min-width: 751px) {
  #maincontents #banners ul li {
    margin: 10px;
    width: 400px;
  }
}
@media (max-width: 750px) {
  #maincontents #banners ul li {
    margin: 0 2vw;
    width: 100%;
  }
}
@media (min-width: 751px) {
  #maincontents #news {
    padding: 60px 0 120px;
  }
}
@media (max-width: 750px) {
  #maincontents #news {
    padding: 16vw 0;
  }
}
@media (min-width: 751px) {
  #maincontents #news h3.ttl {
    margin-bottom: 70px;
  }
}
@media (max-width: 750px) {
  #maincontents #news h3.ttl {
    margin: 0 auto 10vw;
    width: 70vw;
  }
}
#maincontents #news h4 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 751px) {
  #maincontents #news h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  #maincontents #news h4 {
    font-size: 4.2vw;
    line-height: 6vw;
    margin-bottom: 6vw;
  }
}
#maincontents #news h4:after {
  content: "";
  display: inline-block;
  background: url(../images/ttl_news.svg) center center no-repeat;
}
@media (min-width: 751px) {
  #maincontents #news h4:after {
    width: 40px;
    height: 25px;
    margin-left: 10px;
  }
}
@media (max-width: 750px) {
  #maincontents #news h4:after {
    width: 12vw;
    height: 6vw;
    margin-left: 2vw;
    background-size: contain;
  }
}
#maincontents #news ul {
  border-top: #DEDEDE 1px solid;
}
#maincontents #news ul li {
  border-bottom: #DEDEDE 1px solid;
}
@media (min-width: 751px) {
  #maincontents #news ul li a {
    display: flex;
    padding: 15px 45px 15px 0;
    background: url(../images/icon_arrow.svg) right 15px center no-repeat;
  }
  #maincontents #news ul li a:hover {
    background-position: right 10px center;
  }
}
@media (max-width: 750px) {
  #maincontents #news ul li a {
    display: block;
    padding: 2vw 8vw 2vw 0;
    background: url(../images/icon_arrow.svg) right 2vw center no-repeat;
    background-size: 1.4vw auto;
  }
}
#maincontents #news ul li a .new {
  text-align: center;
  background: #BD1728;
  color: #ffffff;
}
@media (min-width: 751px) {
  #maincontents #news ul li a .new {
    line-height: 25px;
    font-size: 14px;
    width: 60px;
  }
}
@media (max-width: 750px) {
  #maincontents #news ul li a .new {
    line-height: 5vw;
    font-size: 3.2vw;
    width: 12vw;
  }
}
@media (min-width: 751px) {
  #maincontents #news ul li a .date {
    margin: 0 20px;
  }
}
@media (min-width: 751px) {
  #maincontents #news ul li a.old {
    padding-left: 60px;
  }
}
@media (min-width: 751px) {
  #maincontents #news iframe {
    width: 1000px;
  }
}
@media (max-width: 750px) {
  #maincontents #news iframe {
    width: 88vw;
    height: 36vw;
  }
}
@media (min-width: 751px) {
  #maincontents ul.theme2 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
@media (min-width: 751px) {
  #maincontents ul.theme2 li {
    width: 32.142%;
    margin-bottom: 65px;
  }
}
@media (min-width: 751px) {
  #maincontents .theme2 li:nth-child(1) {
    margin-right: 0.893%;
  }
  #maincontents .theme2 li:nth-child(2) {
    margin-right: 0.893%;
    margin-left: 0.893%;
  }
  #maincontents .theme2 li:nth-child(3) {
    margin-left: 0.893%;
  }
  #maincontents .theme2 li:last-child {
    margin-right: 0;
    margin-left: 0.893%;
  }
}
#maincontents #fromtton {
  position: relative;
}
@media (min-width: 751px) {
  #maincontents #fromtton {
    margin: 130px 0 80px;
  }
}
@media (max-width: 750px) {
  #maincontents #fromtton {
    margin: 20vw 0;
  }
}
#maincontents #fromtton .kensaku a {
  display: block;
  position: relative;
  border: #003080 1px solid;
  text-align: center;
  color: #ffffff !important;
}
@media (min-width: 751px) {
  #maincontents #fromtton .kensaku a {
    width: 220px;
    height: 40px;
    line-height: 38px;
    background: url(../images/icon_bt_on.svg) right 13px center no-repeat #003080;
    transition: 0.3s;
  }
  #maincontents #fromtton .kensaku a:hover {
    background: url(../images/icon_bt_on.svg) right 8px center no-repeat #BD1728;
    opacity: 1;
    border: #BD1728 1px solid;
  }
}
@media (max-width: 750px) {
  #maincontents #fromtton .kensaku a {
    width: 74vw;
    height: 13vw;
    line-height: 13vw;
    margin-right: auto;
    margin-left: auto;
    background: url(../images/icon_bt_on.svg) right 4vw center no-repeat #003080;
    background-size: 2vw auto;
    font-size: 4vw;
  }
}
#maincontents #fromtton .kensaku a:after {
  content: "";
  position: absolute;
  top: 0;
}
@media (min-width: 751px) {
  #maincontents #fromtton .kensaku a:after {
    width: 23px;
    height: 40px;
    left: 50px;
  }
}
@media (max-width: 750px) {
  #maincontents #fromtton .kensaku a:after {
    width: 4vw;
    height: 13vw;
    left: 16vw;
  }
}
#maincontents #fromtton .kensaku a.icon_stay:after {
  background: url(../images/icon_stay.svg) center center no-repeat;
}
@media (max-width: 750px) {
  #maincontents #fromtton .kensaku a.icon_stay:after {
    background-size: contain;
  }
}
#maincontents #fromtton .kensaku a.icon_jr:after {
  background: url(../images/icon_jr.svg) center center no-repeat;
}
@media (max-width: 750px) {
  #maincontents #fromtton .kensaku a.icon_jr:after {
    background-size: contain;
  }
}
#maincontents #fromtton .kensaku a.icon_air:after {
  background: url(../images/icon_air.svg) center center no-repeat;
}
@media (min-width: 751px) {
  #maincontents #fromtton .kensaku a.icon_air:after {
    left: 30px;
  }
}
@media (max-width: 750px) {
  #maincontents #fromtton .kensaku a.icon_air:after {
    background-size: contain;
    width: 6vw;
    left: 14.5vw;
  }
}

@media (min-width: 751px) {
  .bg {
    background: url("../images/bg.jpg");
  }
  /* レイアウト崩さずコメントアウト */
  .no_box {
    display: none;
  }
  /* #fromtton */
  #fromtton .areaUnit {
    margin-bottom: 50px;
  }
  #fromtton h3 {
    position: relative;
    z-index: 20;
    margin-bottom: 0;
  }
  #fromtton .img {
    position: relative;
    z-index: 10;
    margin-top: -45px;
  }
  #fromtton ul {
    justify-content: center;
  }
  #fromtton ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
  #fromtton .kensaku {
    border: 2px solid #003081;
    padding: 60px 0 80px;
  }
  #fromtton .kensaku h3 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .sightseeing_contents {
    z-index: 10;
    position: relative;
    top: -1100px;
  }
  .sightseeing_contents ul li {
    position: absolute;
    z-index: 10;
  }
  .sightseeing_contents .pic01 {
    width: 350px;
    top: 350px;
    left: 100px;
  }
  .sightseeing_contents .pic02 {
    bottom: -1120px;
    right: 130px;
  }
  .sightseeing_contents .pic03 {
    width: 285px;
    top: 155px;
    left: 220px;
  }
  .sightseeing_contents .pic04 {
    bottom: -790px;
    right: 30px;
  }
  /* #selectTohoku */
  #selectTohoku {
    padding: 75px 0 70px;
  }
  #selectTohoku div ul.areapc {
    position: relative;
    margin-top: -70px;
  }
  /*#selectTohoku ul.areapc li:nth-child(2) {
  	position: absolute;
  	z-index: 10;
  	top: 320px;
  	left: 0;
  }*/
  #selectTohoku ul.areapc li.map {
    text-align: center;
    position: relative;
    z-index: 20;
    /*		bottom: 0;
    		left: 0; */
  }
  /*	#selectTohoku ul li.map a {
  		display: inline-block;
  		background: url(../images/areamap_on.png) top left no-repeat;
  	}*/
  #selectTohoku ul.areapc li.map a:hover {
    opacity: 1;
  }
  #selectTohoku ul.areapc li.map a img {
    transition: 0.3s ease-in-out;
  }
  #selectTohoku ul.areapc li.map a:hover img {
    opacity: 1;
  }
  .maplist {
    position: relative;
  }
  .selectarealist {
    position: absolute;
  }
  .selectarealist dl {
    background: #FFFFFF;
    padding: 20px;
    text-align: center;
  }
  .selectarealist dt {
    color: #003080;
    margin-bottom: 10px;
  }
  .selectarealist dd {
    margin-bottom: 10px;
  }
  #maincontents .selectarealist dd a {
    display: block;
    padding: 10px 0;
    background: #003080;
    color: #FFFFFF;
  }
  #hokkaidolist {
    top: 100px;
    right: 0;
  }
  /* #chooseTheme */
  #chooseTheme .ttl {
    margin-bottom: 50px;
  }
  #chooseTheme {
    padding: 75px 0 70px;
  }
  .longWidth {
    width: 100%;
    padding: 0 6.25vw;
  }
  #chooseTheme .theme1 {
    width: 100%;
    margin-bottom: 85px;
  }
  a.allLink {
    display: block;
    position: relative;
    /*pointer-events: none;*/
  }
  a.allLink.end {
    pointer-events: none;
  }
  a.allLink .bgBox {
    display: block;
    position: relative;
    z-index: 10;
    overflow: hidden;
  }
  a.allLink .bgBox p {
    color: #FFFFFF;
    position: absolute;
    z-index: 15;
    top: 50%;
    margin-top: -10px;
    width: 100%;
    text-align: center;
    font-size: 52px;
    font-weight: normal;
    line-height: 1.2;
    font-family: "EB Garamond", serif;
  }
  a.allLink .bgBox .themeIcon {
    position: absolute;
    z-index: 15;
    bottom: 20px;
    right: 20px;
  }
  a.allLink .bgImg {
    transition: 0.8s ease-in-out;
  }
  a.allLink:hover .bgImg {
    transform: scale(1.1);
  }
  /*	a.allLink .txtBox {
  		position: absolute;
  		z-index: 20;
  		bottom: -50px;
  		left: 50%;
  		margin-left: -200px;
  		width: 400px;
  		height: 100px;
  		background: #FFFFFF;
  		display: flex;
  		justify-content: center;
  		align-items: center;
  	}*/
  .theme1 a.allLink .txtBox {
    position: relative;
    z-index: 20;
    bottom: 0;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -100px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0 25px;
  }
  a.allLink .txtBox h4 {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  a.allLink .txtBox p.comment {
    text-align: center;
    font-size: 15px;
    /*letter-spacing: 1.5px;*/
    line-height: 1.86;
    margin-bottom: 0;
  }
  a.allLink .txtBox .cbtn {
    color: #FFFFFF;
    background: url("../images/icon_bt_on.svg") center right 10px no-repeat #419B38;
    width: 180px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .theme2 li .bgImg {
    width: 100%;
  }
  .theme2 a.allLink .txtBox {
    position: relative;
    z-index: 20;
    bottom: 0;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0 25px;
  }
  .theme2 a.allLink .txtBox h4 {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  a.allLink .txtBox p.comment {
    text-align: center;
    font-size: 15px;
    /*letter-spacing: 1.5px;*/
    line-height: 1.86;
    margin-bottom: 0;
  }
  .theme2 a.allLink .txtBox .cbtn {
    position: initial;
    margin-left: 0;
    color: #FFFFFF;
    background: url("../images/icon_bt_on.svg") center right 10px no-repeat #419B38;
    width: 180px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
  }
  .theme2 a.allLink.end .txtBox .cbtn {
    background: url("../images/icon_bt_on.svg") center right 10px no-repeat rgb(130, 130, 130);
  }
  /*  20210827プラン追記 */
  #selectTohoku ul.areapc li .addplan {
    display: inline-block;
    background: #FFFFFF;
    padding: 1em;
  }
  #selectTohoku ul.areapc li .addplan p {
    font-size: 18px;
    text-align: center;
    color: #003080;
    margin-bottom: 10px;
  }
  #selectTohoku ul.areapc li a.cbtntrip {
    display: inline-block;
    padding: 1em;
    background: url(../images/icon_bt_on.svg) center right 10px no-repeat #003080;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.5;
    border-radius: 5px;
  }
}
@media (max-width: 750px) {
  .map img.for_sp {
    max-width: 90%;
  }
  .areaUnit#areaInfo01 .spotInfo ul li {
    width: 100%;
  }
  .bg {
    background: url("../images/bg.jpg");
  }
  /* レイアウト崩さずコメントアウト */
  .no_box {
    display: none;
  }
  /* #fromtton */
  #fromtton {
    position: relative;
  }
  #fromtton h3 {
    text-align: center;
    position: relative;
    z-index: 20;
    margin-bottom: 6vw;
    margin-left: 0;
  }
  #fromtton h3 img {
    height: 13vw;
  }
  #fromtton .img {
    position: relative;
    z-index: 10;
    /*margin-top: -45px;*/
  }
  #fromtton .areaUnit {
    margin-top: 0;
    margin-bottom: 6vw;
  }
  #fromtton ul li {
    margin-bottom: 4vw;
  }
  #fromtton .kensaku {
    border: 2px solid #003081;
    padding: 6vw;
  }
  #fromtton .kensaku h3 {
    text-align: center;
    font-size: 4.6vw;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 4vw;
  }
  #fromtton .kensaku h3 img {
    height: 12vw;
  }
  #selectTohoku .mainWidth {
    min-height: 65vw;
    padding-bottom: 20vw; /* iphoneSE */
  }
  .sightseeing_contents ul li {
    position: absolute;
    z-index: 10;
  }
  /*.sightseeing_contents .pic01 {
  	width: 350px;
  	top: 350px;
  	left: 100px;
  }*/
  .sightseeing_contents .pic02 {
    width: 70%;
    bottom: -40vw;
    right: 0;
  }
  .sightseeing_contents .pic03 {
    width: 50%;
    top: -35vw;
    left: -5vw;
  }
  /*.sightseeing_contents .pic04 {
  	bottom: -790px;
  	right: 30px;
  }*/
  /* #selectTohoku */
  #selectTohoku {
    padding: 10vw 0;
    position: relative;
  }
  #selectTohoku h3 {
    text-align: center;
    margin: 0 auto 6vw;
  }
  #selectTohoku h3 img {
    height: 12vw;
  }
  /* area_sp */
  .area_sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*align-items: center;*/
    align-items: flex-start;
  }
  .area_sp li {
    width: 48%;
    /*height: 9vw;*/
    margin-bottom: 4vw;
  }
  #maincontents ul.area_sp li > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    background: url("../images/icon_arrow_down.svg") center right 4vw no-repeat #419238;
    background-size: 2vw auto;
    color: #FFFFFF;
    padding: 3vw 6vw;
    /*		padding-right: 6vw;
    		padding-left: 6vw;*/
    font-size: 3.7vw;
  }
  #maincontents ul.area_sp li > a.active {
    background: url("../images/icon_arrow_up.svg") center right 4vw no-repeat #419238;
    background-size: 2vw auto;
  }
  /* .sublist  */
  .sublist_sp {
    width: 100%;
    position: relative;
    z-index: 100;
    display: none;
    border: 1px solid #419238;
    background: #FFFFFF;
    padding: 2.4vw;
  }
  .sublist_sp .sublistinner {
    /*		border-left: 1px solid #008FA3;*/
    /*border-right: 1px solid #008FA3;*/
    border-bottom: 1px solid #419238;
    /*padding: 4vw;*/
    /*background: #FFFFFF;*/
    margin-bottom: 4vw;
  }
  .sublist_sp .sublistinner h6 {
    color: #003080;
    font-size: 3.8vw;
    margin-bottom: 1vw;
  }
  .sublist_sp .sublistinner a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 9vw;
    padding-right: 4vw;
    justify-content: center;
    background: url("../images/icon_bt_on.svg") center right 4vw no-repeat #003080;
    background-size: auto 2vw;
    font-size: 4vw;
    color: #FFFFFF;
    padding: 2vw 4vw;
  }
  #maincontents .sublist_sp .sublistinner a:visited,
  #maincontents .sublist_sp .sublistinner a:link {
    color: #FFFFFF;
  }
  /* #chooseTheme */
  #chooseTheme {
    padding: 12vw 0 0;
  }
  #chooseTheme .ttl {
    margin-bottom: 8vw;
  }
  #chooseTheme .ttl img {
    height: 12vw;
  }
  .longWidth {
    width: 100%;
    /*padding: 0 6.25vw;*/
  }
  a.allLink {
    display: block;
    position: relative;
    /*pointer-events: none;*/
  }
  a.allLink.end {
    pointer-events: none;
  }
  a.allLink .bgBox {
    display: block;
    position: relative;
    z-index: 10;
    overflow: hidden;
  }
  a.allLink .bgBox p {
    color: #FFFFFF;
    position: absolute;
    z-index: 15;
    top: 50%;
    margin-top: -3vw;
    width: 100%;
    text-align: center;
    font-size: 6vw;
    font-weight: normal;
    line-height: 1.2;
    font-family: "EB Garamond", serif;
  }
  a.allLink .bgBox .themeIcon {
    position: absolute;
    z-index: 15;
    top: 2vw;
    left: 2vw;
    width: 26vw;
  }
  a.allLink .bgImg {
    /*        -webkit-transition: 0.8s ease-in-out;
            -moz-transition: 0.8s ease-in-out;
            -o-transition: 0.8s ease-in-out;
            transition: 0.8s ease-in-out;*/
  }
  a.allLink:hover .bgImg {
    /*transform: scale(1.1);*/
  }
  .theme1 {
    width: 100%;
    /*height: 72vw;*/
    margin-bottom: 10vw;
  }
  .theme1 a.allLink {
    height: 100%;
  }
  .theme1 a.allLink .bgBox {
    height: 72vw;
    /*height: 100%;*/
    text-align: center;
  }
  .theme1 a.allLink .bgBox img.bgImg {
    height: 100%;
    width: auto;
    max-width: initial;
    margin-left: -50%;
  }
  .theme1 a.allLink .txtBox {
    position: relative;
    z-index: 20;
    bottom: 0;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10vw;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 4vw 0;
  }
  .theme1 a.allLink .txtBox h4 {
    text-align: center;
    font-size: 4vw;
    font-weight: normal;
    margin-bottom: 4vw;
  }
  a.allLink .txtBox p.comment {
    text-align: center;
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .theme1 a.allLink .txtBox .cbtn {
    color: #FFFFFF;
    background: url("../images/icon_bt_on.svg") center right 4vw no-repeat #419B38;
    width: 50vw;
    height: 8vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 8vw;
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .theme2 {
    width: 100%;
    /*		display: flex;
    		justify-content: space-between;*/
    /*margin-bottom: 20vw;*/
  }
  .theme2 li {
    width: 100%;
    margin-bottom: 10vw;
  }
  .theme2 li .bgImg {
    width: 100%;
  }
  .theme2 a.allLink .txtBox {
    position: relative;
    z-index: 20;
    bottom: 0;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10vw;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 4vw 0;
  }
  .theme2 a.allLink .txtBox h4 {
    text-align: center;
    font-size: 4vw;
    font-weight: normal;
    margin-bottom: 4vw;
  }
  .theme2 a.allLink .txtBox p.comment {
    text-align: center;
    font-size: 4vw;
  }
  .theme2 a.allLink .txtBox .cbtn {
    color: #FFFFFF;
    background: url("../images/icon_bt_on.svg") center right 4vw no-repeat #419B38;
    width: 50vw;
    height: 8vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 8vw;
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .theme2 a.allLink.end .txtBox .cbtn {
    background: url("../images/icon_bt_on.svg") center right 4vw no-repeat rgb(130, 130, 130);
  }
  /*  20210827プラン追記 */
  #selectTohoku .addplan {
    /*display: inline-block;*/
    background: #FFFFFF;
    padding: 1em;
  }
  #selectTohoku .addplan p {
    font-size: 3.7vw;
    text-align: center;
    color: #003080;
    margin-bottom: 10px;
  }
  #selectTohoku .addplan a.cbtntrip {
    font-size: 3.7vw;
    display: block;
    padding: 1em;
    background: url(../images/icon_bt_on.svg) center right 4vw no-repeat #003080;
    background-size: auto 2vw;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.5;
    border-radius: 5px;
  }
}
#maincontents #fromtton {
  margin-top: 10px;
  text-align: center;
}
#maincontents #fromtton h4.t_txet {
  font-size: 1.25rem;
  margin: 1rem;
}
#maincontents #fromtton p.plan {
  font-size: 1rem;
  margin-bottom: 10px;
  margin-top: 30px;
  color: #3E8740;
  position: relative;
  display: inline-block;
  padding-left: 1.75rem;
}
#maincontents #fromtton p.plan.air::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url(../images/icon_air2.svg) no-repeat;
  background-size: 20px;
  display: block;
  width: 20px;
  height: 20px;
}
#maincontents #fromtton p.plan.jr::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url(../images/icon_jr2.svg) no-repeat;
  background-size: 20px;
  display: block;
  width: 20px;
  height: 20px;
}
#maincontents #fromtton ul.cflex {
  flex-wrap: wrap;
  row-gap: 1rem;
  max-width: 800px;
  margin: auto;
}

/* 2023.1.5追記
------------------------------------------------------------ */
.bg_y {
  background: #FBFFEB;
}

h3.abuget {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 750px) {
  h3.abuget {
    margin-bottom: 6vw;
  }
}
h3.abuget span {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  z-index: 3;
}
@media (max-width: 750px) {
  h3.abuget span {
    font-size: 7vw;
  }
}
h3.abuget span::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
}
h3.abuget span.pickUp::before {
  width: 83px;
  height: 71px;
  background: url("../images/pickup.svg") center no-repeat;
  background-size: contain;
  top: -41px;
  left: -35px;
}
@media (max-width: 750px) {
  h3.abuget span.pickUp::before {
    width: 16.25vw;
    height: 17.7vw;
    top: -8vw;
    left: -8.5vw;
  }
}
h3.abuget span.bargainPlan::before {
  width: 149px;
  height: 71px;
  background: url("../images/bargain_plan.svg") center no-repeat;
  background-size: contain;
  top: -35px;
  left: -75px;
}
@media (max-width: 750px) {
  h3.abuget span.bargainPlan::before {
    width: 22.5vw;
    height: 11.7vw;
    top: -5.8vw;
    left: -11.25vw;
  }
}
h3.abuget span.useful_plan::before {
  width: 141px;
  height: 63px;
  background: url("../images/useful_plan.svg") center no-repeat;
  background-size: contain;
  top: -32px;
  left: -70px;
}
@media (max-width: 750px) {
  h3.abuget span.useful_plan::before {
    width: 23.2w;
    height: 15.75vw;
    top: -7.8vw;
    left: -11.6vw;
  }
}
h3.abuget span.trip_style::before {
  width: 59px;
  height: 60px;
  background: url("../images/style.svg") center no-repeat;
  background-size: contain;
  top: -30px;
  left: -30px;
}
@media (max-width: 750px) {
  h3.abuget span.trip_style::before {
    width: 9.9vw;
    height: 9.9vw;
    top: -4.9vw;
    left: -4.9vw;
  }
}
h3.abuget span.day_trip::before {
  width: 99px;
  height: 64px;
  background: url("../images/day_trip.svg") center no-repeat;
  background-size: contain;
  top: -32px;
  left: -50px;
}
@media (max-width: 750px) {
  h3.abuget span.day_trip::before {
    width: 16.5vw;
    height: 10.5vw;
    top: -5.3vw;
    left: -8.2vw;
  }
}
h3.abuget span.standard_trip_plan::before {
  width: 162px;
  height: 66px;
  background: url("../images/standard.svg") center no-repeat;
  background-size: contain;
  top: -32px;
  left: -81px;
}
@media (max-width: 750px) {
  h3.abuget span.standard_trip_plan::before {
    width: 26.7vw;
    height: 10.6vw;
    top: -5.3vw;
    left: -13.3vw;
  }
}

/* leadimg
------------------------------------------------------------ */
#leadimg {
  padding-bottom: 160px;
  text-align: center;
}
@media (max-width: 750px) {
  #leadimg {
    padding-bottom: 12vw;
  }
}

@media (max-width: 750px) {
  #maincontents #leadimg .mainWidth {
    width: 100%;
  }
  #maincontents #leadimg .mainWidth img {
    width: 110vw;
    max-width: initial;
  }
}
/* pickup
------------------------------------------------------------ */
#pickup {
  background: #FBFFEB;
  padding: 200px 0;
  overflow: hidden;
}
@media (max-width: 750px) {
  #pickup {
    padding: 12vw 0 50vw;
  }
}
#pickup .mainWidth {
  position: relative;
}
#pickup .mainWidth::before {
  content: "";
  display: block;
  width: 116px;
  height: 118px;
  background: url("../images/img_02.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -180px;
  left: -30px;
  z-index: 5;
}
#pickup .mainWidth::after {
  content: "";
  display: block;
  width: 120px;
  height: 294px;
  background: url("../images/img_01.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -200px;
  right: -130px;
  z-index: 5;
}
@media (max-width: 750px) {
  #pickup .mainWidth::before {
    content: "";
    display: block;
    width: 22.5vw;
    height: 23vw;
    background: url("../images/img_02.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -50vw;
    left: 15vw;
    z-index: 5;
  }
  #pickup .mainWidth::after {
    content: "";
    display: block;
    width: 23.75vw;
    height: 58.25vw;
    background: url("../images/img_01.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -60vw;
    right: 15vw;
    z-index: 5;
  }
}
#pickup ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  #pickup ul {
    flex-direction: column;
  }
}
#pickup ul li {
  width: 49.091%;
  display: flex;
  flex-direction: column;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  #pickup ul li {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#pickup ul li .img img {
  width: 100%;
}
#pickup ul li .txt {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1em;
}
#pickup ul li p {
  position: relative;
  padding-left: 6em;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  #pickup ul li p {
    margin-bottom: 6vw;
    font-size: 4vw;
    line-height: 1.5;
  }
}
#pickup ul li p.p_hokkaido::before {
  content: "北海道";
  display: inline-block;
  color: #FFF;
  background: #478D38;
  text-align: center;
  padding: 0 0.75em;
  border-radius: 30px;
  position: absolute;
  left: 0.5em;
  top: 0;
  font-weight: bold;
}
@media (max-width: 750px) {
  #pickup ul li p.p_hokkaido::before {
    margin-bottom: 6vw;
    border-radius: 6vw;
    line-height: 1.6;
  }
}
#pickup ul li p.p_ao-hako::before {
  content: "青森\a函館";
  white-space: pre;
  display: inline-block;
  color: #FFF;
  background: #00dba8;
  text-align: center;
  padding: 0 0.75em;
  border-radius: 6px;
  position: absolute;
  left: 0.5em;
  top: 0;
  font-weight: bold;
}
@media (max-width: 750px) {
  #pickup ul li p.p_ao-hako::before {
    margin-bottom: 6vw;
    border-radius: 6vw;
    line-height: 1.6;
  }
}
#pickup ul li p.p_aomori::before {
  content: "青森";
  display: inline-block;
  color: #FFF;
  background: #2ca9e1;
  text-align: center;
  padding: 0 0.75em;
  border-radius: 30px;
  position: absolute;
  left: 0.5em;
  top: 0;
  font-weight: bold;
}
@media (max-width: 750px) {
  #pickup ul li p.p_aomori::before {
    margin-bottom: 6vw;
    border-radius: 6vw;
    line-height: 1.6;
  }
}
#pickup ul li p.p_seikan::before {
  content: "青函";
  display: inline-block;
  color: #FFF;
  background: #2ca9e1;
  text-align: center;
  padding: 0 0.75em;
  border-radius: 30px;
  position: absolute;
  left: 0.5em;
  top: 0;
  font-weight: bold;
}
@media (max-width: 750px) {
  #pickup ul li p.p_seikan::before {
    margin-bottom: 6vw;
    border-radius: 6vw;
    line-height: 1.6;
  }
}
#pickup ul li p.p_ishikawa::before {
  content: "石川";
  display: inline-block;
  color: #FFF;
  background: #02bbff;
  text-align: center;
  padding: 0 0.75em;
  border-radius: 30px;
  position: absolute;
  left: 0.5em;
  top: 0;
  font-weight: bold;
}
@media (max-width: 750px) {
  #pickup ul li p.p_ishikawa::before {
    margin-bottom: 6vw;
    border-radius: 6vw;
    line-height: 1.6;
  }
}
#pickup ul li p.p_tohoku::before {
  content: "東北";
  display: inline-block;
  color: #FFF;
  background: #003080;
  text-align: center;
  padding: 0 0.75em;
  border-radius: 30px;
  position: absolute;
  left: 0.5em;
  top: 0;
  font-weight: bold;
}
@media (max-width: 750px) {
  #pickup ul li p.p_tohoku::before {
    margin-bottom: 6vw;
    border-radius: 6vw;
    line-height: 1.6;
  }
}
#pickup ul li p.p_tokyo::before {
  content: "東京";
  display: inline-block;
  color: #FFF;
  background: #F09A36;
  text-align: center;
  padding: 0 0.75em;
  border-radius: 30px;
  position: absolute;
  left: 0.5em;
  top: 0;
  font-weight: bold;
}
@media (max-width: 750px) {
  #pickup ul li p.p_tokyo::before {
    margin-bottom: 6vw;
    border-radius: 6vw;
    line-height: 1.6;
  }
}
#pickup ul li p.p_nagano::before {
  content: "長野";
  display: inline-block;
  color: #FFF;
  background: #93278f;
  text-align: center;
  padding: 0 0.75em;
  border-radius: 30px;
  position: absolute;
  left: 0.5em;
  top: 0;
  font-weight: bold;
}
@media (max-width: 750px) {
  #pickup ul li p.p_nagano::before {
    margin-bottom: 6vw;
    border-radius: 6vw;
    line-height: 1.6;
  }
}
#pickup ul li p.p_aichi::before {
  content: "愛知";
  display: inline-block;
  color: #754c24;
  background: rgba(244, 248, 0, 0.9333333333);
  text-align: center;
  padding: 0 0.75em;
  border-radius: 30px;
  position: absolute;
  left: 0.5em;
  top: 0;
  font-weight: bold;
}
@media (max-width: 750px) {
  #pickup ul li p.p_aichi::before {
    margin-bottom: 6vw;
    border-radius: 6vw;
    line-height: 1.6;
  }
}
#pickup ul li p.p_kansai::before {
  content: "関西";
  display: inline-block;
  color: #FFF;
  background: #ff6347;
  text-align: center;
  padding: 0 0.75em;
  border-radius: 30px;
  position: absolute;
  left: 0.5em;
  top: 0;
  font-weight: bold;
}
@media (max-width: 750px) {
  #pickup ul li p.p_kansai::before {
    margin-bottom: 6vw;
    border-radius: 6vw;
    line-height: 1.6;
  }
}
#pickup ul li p.p_shimane::before {
  content: "島根";
  display: inline-block;
  color: #FFF;
  background: #05d913;
  text-align: center;
  padding: 0 0.75em;
  border-radius: 30px;
  position: absolute;
  left: 0.5em;
  top: 0;
  font-weight: bold;
}
@media (max-width: 750px) {
  #pickup ul li p.p_shimane::before {
    margin-bottom: 6vw;
    border-radius: 6vw;
    line-height: 1.6;
  }
}
#pickup ul li p.p_kyusyu::before {
  content: "九州";
  display: inline-block;
  color: #FFF;
  background: #C75369;
  text-align: center;
  padding: 0 0.75em;
  border-radius: 30px;
  position: absolute;
  left: 0.5em;
  top: 0;
  font-weight: bold;
}
@media (max-width: 750px) {
  #pickup ul li p.p_kyusyu::before {
    margin-bottom: 6vw;
    border-radius: 6vw;
    line-height: 1.6;
  }
}
#pickup ul li p.p_okinawa::before {
  content: "沖縄";
  display: inline-block;
  color: #FFF;
  background: #2C70B4;
  text-align: center;
  padding: 0 0.75em;
  border-radius: 30px;
  position: absolute;
  left: 0.5em;
  top: 0;
  font-weight: bold;
}
@media (max-width: 750px) {
  #pickup ul li p.p_okinawa::before {
    margin-bottom: 6vw;
    border-radius: 6vw;
    line-height: 1.6;
  }
}
#pickup ul li p.p_zenkoku::before {
  content: "全国";
  display: inline-block;
  color: #FFF;
  background: #9f7f13;
  text-align: center;
  padding: 0 0.75em;
  border-radius: 30px;
  position: absolute;
  left: 0.5em;
  top: 0;
  font-weight: bold;
}
@media (max-width: 750px) {
  #pickup ul li p.p_zenkoku::before {
    margin-bottom: 6vw;
    border-radius: 6vw;
    line-height: 1.6;
  }
}
#pickup ul li a {
  display: inline-block;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  #pickup ul li a {
    margin-bottom: 2vw;
  }
}
#pickup ul li a span {
  text-align: center;
  color: #D12D26;
  border-bottom: 1px solid #D12D26;
  font-size: 18px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #pickup ul li a span {
    font-size: 4vw;
  }
}
#pickup .plan {
  display: flex;
  justify-content: center;
  text-align: center;
}
#pickup .plan .pln_btn {
  font-size: 1.2rem;
  font-weight: bold;
  width: 45%;
  margin-left: 1rem;
  background-color: #F09A36;
  line-height: 2.5rem;
  padding-top: 0.8rem;
}
#pickup .plan .pln_btn a {
  display: block;
  color: #fff;
  font-weight: bold;
}
#pickup .plan .pln_btn:nth-child(1) {
  margin-left: 0;
  background-color: #68c63a;
}

/* bargainplan
------------------------------------------------------------ */
#bargainplan {
  padding: 200px 0 100px;
}
@media (max-width: 750px) {
  #bargainplan {
    padding: 24vw 0 12vw;
  }
}

.planBigwrap {
  margin-bottom: 100px;
}
@media (max-width: 750px) {
  .planBigwrap {
    margin-bottom: 8vw;
  }
}

.ttl2_bor {
  width: calc(50% + 490px);
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .ttl2_bor {
    width: 92%;
    padding-right: 6vw;
    padding-left: 6vw;
    margin-bottom: 4vw;
  }
}
.ttl2_bor .ttl2 {
  font-size: 32px;
  width: 1040px;
  margin-left: auto;
  padding-bottom: 0.3em;
}
.ttl2_bor .ttl2:first-letter {
  font-size: 60px;
}
@media (max-width: 750px) {
  .ttl2_bor .ttl2 {
    font-size: 6vw;
    width: 92%;
  }
  .ttl2_bor .ttl2:first-letter {
    font-size: 8vw;
  }
}

.donai .ttl2_bor {
  background-size: 10px 10px;
  background-image: linear-gradient(-45deg, #fff 25%, #F7EC2F 25%, #F7EC2F 50%, #fff 50%, #fff 75%, #F7EC2F 75%, #F7EC2F);
  background-position: bottom;
  background-repeat: repeat-x;
  border-bottom: 1px solid #478D38;
}

.naichi .ttl2_bor {
  background-size: 10px 10px;
  background-image: linear-gradient(-45deg, #fff 25%, #FFC27B 25%, #FFC27B 50%, #fff 50%, #fff 75%, #FFC27B 75%, #FFC27B);
  background-position: bottom;
  background-repeat: repeat-x;
  border-bottom: 1px solid #14317C;
}

.donai .ttl2_bor .ttl2:first-letter {
  color: #478D38;
}

.naichi .ttl2_bor .ttl2:first-letter {
  color: #14317C;
}

.b_planwrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.3%;
  margin-bottom: 40px !important;
}
@media (max-width: 750px) {
  .b_planwrap {
    flex-wrap: inherit;
    flex-direction: column;
    margin-bottom: 8vw !important;
  }
}
.b_planwrap .b_planBox {
  width: 32.455%;
  display: flex;
  flex-direction: column;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .b_planwrap .b_planBox {
    width: 100%;
    margin-bottom: 6vw;
  }
}
.b_planwrap .b_planBox .img img {
  width: 100%;
}
.b_planwrap .b_planBox .txt {
  padding: 1em;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #FFF;
}
@media (max-width: 750px) {
  .b_planwrap .b_planBox .txt {
    height: auto;
  }
}
.b_planwrap .b_planBox .txt h4 {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  .b_planwrap .b_planBox .txt h4 {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
.b_planwrap .b_planBox .txt p {
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .b_planwrap .b_planBox .txt p {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
.b_planwrap .b_planBox .txt span {
  color: #BD1728;
  font-size: 14px;
  display: block;
}
@media (max-width: 750px) {
  .b_planwrap .b_planBox .txt span {
    font-size: 3.7vw;
  }
}
.b_planwrap .b_planBox .txt .b_planBtn {
  margin-bottom: 10px !important;
  display: flex;
  justify-content: center;
  gap: 2%;
}
.b_planwrap .b_planBox .txt .b_planBtn > li {
  width: 100%;
  min-height: 3.6em;
}
.b_planwrap .b_planBox .txt .b_planBtn > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #FFF !important;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 5px;
  transition: 0.3s;
  padding: 0.3em 0;
}
@media (max-width: 750px) {
  .b_planwrap .b_planBox .txt .b_planBtn > li a {
    font-size: 3.3vw;
    border-radius: 2vw;
  }
}
.b_planwrap .b_planBox .txt .b_planBtn > li a.stay {
  background: #2C70B4;
  box-shadow: 0 3px 0 #14317C;
}
.b_planwrap .b_planBox .txt .b_planBtn > li a.jrset {
  background: #599D40;
  box-shadow: 0 3px 0 #2C651F;
}
.b_planwrap .b_planBox .txt .b_planBtn > li a.airplane {
  background: #C75369;
  box-shadow: 0 3px 0 #9F112C;
}
.b_planwrap .b_planBox .txt .b_planBtn > li a:hover {
  box-shadow: none;
  transform: translate(0, 3px);
}
.b_planwrap .b_planBox .txt .b_planBtn li.nolink a {
  pointer-events: none;
  position: relative;
}
.b_planwrap .b_planBox .txt .b_planBtn li.nolink a:after {
  content: "販売終了";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% + 3px);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b_planwrap .b_planBox .txt .b_planBtn2 {
  display: flex;
  justify-content: center;
}
.b_planwrap .b_planBox .txt .b_planBtn2 > li {
  width: 100%;
  min-height: 3.6em;
}
.b_planwrap .b_planBox .txt .b_planBtn2 > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF !important;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 5px;
  transition: 0.3s;
  padding: 0.3em 0;
}
.b_planwrap .b_planBox .txt .b_planBtn2 > li > a.btnSwicth {
  height: 3.36em;
}
@media (max-width: 750px) {
  .b_planwrap .b_planBox .txt .b_planBtn2 > li > a {
    font-size: 3.3vw;
    border-radius: 2vw;
  }
}
.b_planwrap .b_planBox .txt .b_planBtn2 > li > a.stay {
  background: #2C70B4;
  box-shadow: 0 3px 0 #14317C;
}
.b_planwrap .b_planBox .txt .b_planBtn2 > li > a.jrset {
  background: #599D40;
  box-shadow: 0 3px 0 #2C651F;
}
.b_planwrap .b_planBox .txt .b_planBtn2 > li > a.airplane {
  background: #C75369;
  box-shadow: 0 3px 0 #9F112C;
}
.b_planwrap .b_planBox .txt .b_planBtn2 > li > a:hover {
  box-shadow: none;
  transform: translate(0, 3px);
}
.b_planwrap .b_planBox .hidelist {
  display: none;
  margin-top: 6px;
}
.b_planwrap .b_planBox .hidelist .hidelistbox {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
}
.b_planwrap .b_planBox .hidelist .hidelistbox > li {
  width: 49%;
  min-height: 3.6em;
  margin-bottom: 6px;
}
.b_planwrap .b_planBox .hidelist .hidelistbox > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 5px;
  color: #FFF !important;
  text-align: center;
}
.b_planwrap .b_planBox .hidelist .hidelistbox > li > a.hl_airroute {
  background: #C75369;
  box-shadow: 0 3px 0 #9F112C;
}
.b_planwrap .b_planBox .hidelist .hidelistbox > li > a:hover {
  box-shadow: none;
  transform: translate(0, 3px);
}
@media (max-width: 750px) {
  .b_planwrap .b_planBox .hidelist .hidelistbox > li > a {
    font-size: 3.3vw;
    border-radius: 2vw;
  }
}

.hidewrap .hideBox {
  display: none;
}
.hidewrap .cbtnmore {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 355px;
  height: 36px;
  border-bottom: 1px solid #000;
  margin: auto;
  padding-right: 20px;
  position: relative;
  font-size: 24px;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .hidewrap .cbtnmore {
    width: 100%;
    height: 13vw;
    font-size: 5vw;
    padding-right: 6vw;
  }
}
.hidewrap .cbtnmore::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 8px;
}
@media (max-width: 750px) {
  .hidewrap .cbtnmore::after {
    top: initial;
    right: 2vw;
  }
}
.hidewrap .cbtnmore.active::after {
  transform: rotate(45deg);
}

/* useful_plan
------------------------------------------------------------ */
#useful_plan {
  padding: 200px 0 130px;
}
@media (max-width: 750px) {
  #useful_plan {
    padding: 24vw 0 50vw;
  }
}
#useful_plan .donai .mainWidth {
  position: relative;
}
#useful_plan .donai .mainWidth::before {
  content: "";
  display: block;
  width: 61px;
  height: 61px;
  background: url("../images/img_03.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: -300px;
  right: 60px;
  z-index: 5;
}
@media (max-width: 750px) {
  #useful_plan .donai .mainWidth::before {
    content: "";
    display: block;
    width: 15vw;
    height: 15vw;
    background: url("../images/img_03.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    top: -65vw;
    right: 0;
    z-index: 5;
  }
}
#useful_plan .naichi .mainWidth {
  position: relative;
}
#useful_plan .naichi .mainWidth::after {
  content: "";
  display: block;
  width: 209px;
  height: 300px;
  background: url("../images/img_04.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -230px;
  left: -210px;
  z-index: 5;
}
@media (max-width: 750px) {
  #useful_plan .naichi .mainWidth::after {
    content: "";
    display: block;
    width: 23.75vw;
    height: 50.25vw;
    background: url("../images/img_04.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -60vw;
    left: 0;
    z-index: 5;
  }
}

/* trip_style
------------------------------------------------------------ */
#trip_style {
  padding: 200px 0 100px;
}
@media (max-width: 750px) {
  #trip_style {
    padding: 12vw 0 12vw;
  }
}
#trip_style .donai .mainWidth {
  position: relative;
}
#trip_style .donai .mainWidth::before {
  content: "";
  display: block;
  width: 75px;
  height: 62px;
  background: url("../images/img_05.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: -350px;
  right: 0;
  z-index: 5;
}
@media (max-width: 750px) {
  #trip_style .donai .mainWidth::before {
    content: "";
    display: block;
    width: 15vw;
    height: 15vw;
    background: url("../images/img_05.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    top: -58vw;
    right: 0;
    z-index: 5;
  }
}
#trip_style .naichi .mainWidth {
  position: relative;
}
/* day_trip
------------------------------------------------------------ */
#day_trip {
  padding: 200px 0 100px;
}
@media (max-width: 750px) {
  #day_trip {
    padding: 12vw 0 12vw;
  }
}
#day_trip .donai .mainWidth {
  position: relative;
}
#day_trip .donai .mainWidth::before {
  content: "";
  display: block;
  width: 79px;
  height: 135px;
  background: url("../images/img_06.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: -300px;
  right: 0;
  z-index: 5;
}
@media (max-width: 750px) {
  #day_trip .donai .mainWidth::before {
    content: "";
    display: block;
    width: 10vw;
    height: 20vw;
    background: url("../images/img_06.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    top: -60vw;
    right: 0;
    z-index: 5;
  }
}
#day_trip .naichi .mainWidth {
  position: relative;
}
/* standard_trip_plan
------------------------------------------------------------ */
#standard_trip_plan {
  padding: 200px 0 100px;
}
@media (max-width: 750px) {
  #standard_trip_plan {
    padding: 12vw 0 0;
  }
}
#standard_trip_plan .donai .mainWidth {
  position: relative;
}
#standard_trip_plan .donai .mainWidth::before {
  content: "";
  display: block;
  width: 150px;
  height: 92px;
  background: url("../images/img_07.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: -300px;
  left: -60px;
  z-index: 5;
}
@media (max-width: 750px) {
  #standard_trip_plan .donai .mainWidth::before {
    content: "";
    display: block;
    width: 16vw;
    height: 16vw;
    background: url("../images/img_07.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    top: -60vw;
    right: 0;
    left: initial;
    z-index: 5;
  }
}
#standard_trip_plan .naichi .mainWidth {
  position: relative;
}/*# sourceMappingURL=style.css.map */