@charset "UTF-8";


.no_link a {
  display: block;
  text-decoration: none;
  pointer-events: none;
}
.no_link .news-list__title {
  color: #000!important;
  text-decoration: none!important;
}

.more{
	margin-top: 20px;
	padding-right: 1em;
	text-align: right;
}
.more a{
	text-decoration: underline;
	color: #1111cc;
}
.more a:hover{
	text-decoration: none;
}

@media screen and (max-width: 600px) {
  .is--pc {
    display: none;
  }
  .is--sp {
    display: block;
  }
}

@media screen and (min-width: 601px) {
  .is--pc {
    display: block;
  }
  .is--sp {
    display: none;
  }
}

@font-face {
  font-family: 'Capture it 2';
  font-style: normal;
  font-weight: normal;
  src: url("Capture_it_2.woff") format("woff");
}

@font-face {
  font-family: 'Capture it';
  font-style: normal;
  font-weight: normal;
  src: url("Capture_it.woff") format("woff");
}

@media screen and (max-width: 600px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

/* strHeader
----------------------------------------------- */
.strHeader {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0;
  zoom: 1;
}

@media screen and (max-width: 600px) {
  .strHeader {
    padding: 10px;
    max-width: 100%;
    box-sizing: border-box;
  }
}

.strHeader:before,
.strHeader:after {
  content: "";
  display: table;
}

.strHeader:after {
  clear: both;
}

.strHeader .logo {
  float: left;
}

@media screen and (max-width: 600px) {
  .strHeader .logo {
    float: none;
  }
  .strHeader .logo img {
    zoom: 0.5;
  }
}

.strHeader .subnavi {
  font-size: 12px;
  float: right;
  margin-top: -2px;
  margin-bottom: 16px;
}

@media screen and (max-width: 600px) {
  .strHeader .subnavi {
    display: none;
  }
}

.strHeader .subnavi > li {
  display: inline-block;
  margin-left: 10px;
}

.strHeader .subnavi > li:first-child {
  margin-left: 0;
}

.strHeader .subnavi > li.info {
  background: url(../img/head-ic-snow.gif) no-repeat left center;
}

.strHeader .subnavi > li.question {
  background: url(../img/head-ic-faq.gif) no-repeat left center;
}

.strHeader .subnavi > li.company {
  background: url(../img/head-ic-com.gif) no-repeat left center;
}

.strHeader .subnavi > li > a {
  line-height: 19px;
  display: inline-block;
  padding-left: 21px;
}

.strHeader h1 {
  font-size: 10px;
  font-weight: normal;
  float: right;
  padding: 7px 18px;
  border-radius: 4px;
  background-color: #ececec;
}

@media screen and (max-width: 600px) {
  .strHeader h1 {
    margin-top: 10px;
    float: none;
    padding: 7px;
  }
}

.strHeader h1 .txtPinkB {
  font-weight: bold;
  color: #ff0096;
}

.strHeader h1 .txtPinkB a {
  color: inherit;
}

.information {
  background: url(/shinkansen/img/bg_pattern_snowfrake02.png) no-repeat center bottom;
  background-size: 100% auto;
}

.page-top__link {
  text-align: right;
  margin-top: 20px;
}

.page-top__link a {
  color: #333;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .page-top__link {
    text-align: right;
    padding-right: 20px;
    margin-top: 20px;
  }
  .page-top__link a {
    color: #333;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    text-decoration: none;
  }
}

.footer {
  background: #607d8b;
  padding: 40px 0px;
}

@media screen and (max-width: 600px) {
  .footer {
    padding: 0px 0px;
  }
}

.footer__menu {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
  .footer__menu {
    margin-bottom: 0px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  .footer__menu li {
    width: 100%;
  }
}

.footer__menu li a {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .footer__menu li a {
    box-sizing: border-box;
    display: block;
    padding: 15px 20px;
    position: relative;
  }
  .footer__menu li a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
}

.footer__menu li + li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 600px) {
  .footer__menu li + li {
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
    border-top: 1px solid #fff;
  }
}

.footer__flex {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .footer__flex {
    background: rgba(0, 0, 0, 0.2);
    flex-direction: column;
    padding: 15px 0px;
  }
}

.footer__copy {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.footer__copy span + span {
  margin-left: 10px;
}

@media screen and (max-width: 600px) {
  .footer__copy {
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.63636;
  }
  .footer__copy span {
    display: block;
  }
  .footer__copy span + span {
    margin-left: 0;
  }
}

.footer__banner.flex__item--right {
  margin-left: auto;
}

@media screen and (max-width: 600px) {
  .footer__banner.flex__item--right {
    margin-top: 15px;
    text-align: center;
    margin-left: 0;
  }
}

.outer__inner {
  margin: 0 auto;
  width: 1100px;
}

@media screen and (max-width: 600px) {
  .outer__inner {
    width: 100%;
  }
}

.content {
  padding: 40px 0px 40px;
}

.content__head {
  text-align: center;
  color: #02379b;
  padding: 50px 0;
}

.content__head--01 {
  background: #02379b;
  height: 110px;
  padding: 0px 0;
  margin-bottom: 0px;
}

.content__title, .content__title--01, .content__title--02, .content__title--03 {
  width: 1100px;
  color: #02379b;
  margin: 0 auto;
  position: relative;
  font-weight: bold;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
}

.content__title--01 {
  font-size: 30px;
  /*font-size: 3.6rem;*/
  line-height: 110px;
  text-align: center;
  color: #fff;
  position: relative;
}

/*.content__title--01::after {
  background: url(../img/photo_title01.png) no-repeat 0 0;
  width: 134px;
  height: 201px;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -100px 0 0;
  content: "";
}*/

.content__title--02 {
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 3.88889;
  color: #fff;
}

.content__title--02::after {
  background: url(../img/photo_title02.png) no-repeat 0 0;
  width: 228px;
  height: 210px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -105px 0 0;
  content: "";
}

.content__title--03 {
  text-align: left;
  position: relative;
  font-weight: bold;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 3.88889;
  color: #fff;
}

.content__title--03::after {
  background: url(../img/photo_title03.png) no-repeat 0 0;
  width: 200px;
  height: 212px;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -112px 0 0;
  content: "";
}

.content__title--04 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.content__title--en {
  margin-top: 35px;
  font-family: "Roboto", sans-serif;
  color: #222;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

.content__body {
  padding: 30px 0;
}

@media screen and (max-width: 600px) {
  .content {
    padding: 0px 0px 30px 0px;
  }
  .content__head {
    text-align: center;
    color: #02379b;
    padding: 10px 0;
  }
  .content__head--01 {
    background: #02379b;
    height: auto;
    padding: 0px 0;
    margin-bottom: 0px;
  }
  .content__title, .content__title--01, .content__title--02, .content__title--03 {
    width: 100%;
    color: #02379b;
    position: relative;
    font-weight: bold;
    /*font-size: 20px;
    font-size: 2rem;*/
    line-height: 1.8;
    box-sizing: border-box;
  }
  .content__title--01 {
    font-size: 18px;    
    line-height: 3;
    text-align: center;
    color: #fff;
    position: relative;
    /*padding: 5px 0px 5px 20px;*/
	
  }
 /* .content__title--01::after {
    background: url(../img/photo_title01.png) no-repeat 0 0;
    background-size: 67px 100px;
    width: 67px;
    height: 100px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -50px 0 0;
    content: "";
  }*/
  .content__title--02 {
    font-size: 18px;
    /*font-size: 2rem;*/
    line-height: 1.5;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 5px 5px 5px 0px;
  }
  .content__title--02::after {
    background: url(../img/photo_title02.png) no-repeat 0 0;
    background-size: 114px 105px;
    width: 114px;
    height: 105px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin: -65px 0 0;
    content: "";
  }
  .content__title--03 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    color: #fff;
    position: relative;
    padding: 5px 100px 5px 20px;
  }
  .content__title--03::after {
    background: url(../img/photo_title03.png) no-repeat 0 0;
    background-size: 100px 106px;
    width: 100px;
    height: 106px;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -53px 0 0;
    content: "";
  }
  .content__title--03::after img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .content__title--04 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.8;
    box-sizing: border-box;
  }
  .content__title--en {
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
    color: #222;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
  }
  .content__body {
    padding: 15px 0;
  }
}



.flex__item--right {
  margin-left: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  /* margin-top: 20px; */
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 30%;
  padding: 0;
  border: none;
  outline: none;
  z-index: 1000;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 27px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -0px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -0px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -0px;
}

[dir="rtl"] .slick-next {
  left: -0px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.anchor {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.anchor__item a {
  color: #02379b;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  display: block;
  padding-right: 40px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.anchor__item a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #02379b transparent transparent transparent;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "";
}

.anchor__item a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.anchor__item a:hover:after {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.anchor li + li {
  padding-left: 40px;
  border-left: 1px solid #02379b;
}

@media screen and (max-width: 600px) {
  .anchor {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .anchor__item {
    width: 50%;
    box-sizing: border-box;
  }
  .anchor__item a {
    color: #02379b;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
    display: block;
    padding-right: 40px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: center;
  }
  .anchor__item a:after {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #02379b transparent transparent transparent;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: "";
  }
  .anchor__item a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }
  .anchor__item a:hover:after {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }
  .anchor__item:nth-child(odd) {
    border-right: 1px solid #ccc;
  }
  .anchor li + li {
    padding-left: 0;
    border-left: none;
  }
  .anchor li + li + li {
    margin-top: 10px;
  }
}

@media screen and (min-width: 601px) {
  .card__item--01 {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 350px;
    margin-right: 25px;
	  background: #FFFFFF;
  }
  .card__item--01:nth-child(3n) {
    margin-right: 0;
  }
  .card__item--01 .card__title {
    margin-bottom: 15px;
  }
  .card__item--01 a {
    background: #fff;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .card__item--01 a:hover {
    box-shadow: 2px 2px 6px 0px rgba(153, 153, 153, 0.3);
    opacity: 0.75;
    filter: alpha(opacity=75);
  }
  .card__item--01 a .tour-info {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
  }
  .card__item--01 a .tour-info__price {
    margin-left: auto;	
    font-size: 16px;
    /*font-size: 1.6rem;*/
    line-height: 1;
    font-weight: 600;
    color: #ff5722;
	 
  }
	
	/**********************
	割引挿入
	************************/
	 .card__item--01 .card__title::after,
	 .card__item--02 .card__title::after{
    content: "GoToトラベル表示価格より最大半額支援";
    background-color: #C00;
    font-size: 11px;
    font-weight: normal;
    color: #FFF;
    padding: 0.5em;
    display: block;
    margin-top: 5px;
	margin-bottom: 7px;
		 text-align: center;
		
	}
	
	/**********************
	//割引挿入
	************************/
	
  .card__item--01 a .tour-info__price span {	  
    font-size: 24px;
    /*font-size: 2.4rem;*/
    line-height: 24 ß/24;
  }
  .card__item--02 {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 260px;
    margin-right: 20px;
	  background: #ffffff;
  }
  .card__item--02 .card__title {
    margin-bottom: 15px;
  }
  .card__item--02 a {
    background: #fff;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .card__item--02 a:hover {
    box-shadow: 2px 2px 6px 0px rgba(153, 153, 153, 0.3);
    opacity: 0.75;
    filter: alpha(opacity=75);
  }
  .card__item--02 a .card__title {
    margin-bottom: 10px;
    /*font-size: 15px;
    font-size: 1.5rem;*/
    line-height: 1.33333;
  }
  .card__item--02 a .tour-info {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: none;
    padding-bottom: 0px;
  }
  .card__item--02 a .tour-info__price {
    margin-left: auto;
    font-size: 16px;
   /* font-size: 1.6rem;*/
    line-height: 1;
    font-weight: 600;
    color: #ff5722;
  }
  .card__item--02 a .tour-info__price span {
    font-size: 24px;
    /*font-size: 2.4rem;*/
    line-height: 1;
	
  }
  .card__item--end {
    margin-right: 0;
  }
  .card__photo {
    overflow: hidden;
    position: relative;
  }
  .card__photo img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .card__label {
    position: absolute;
    right: 0;
    top: 0;
    /*background: rgba(10, 139, 213, 0.6);*/
	  background: #02379b;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
  }
  .card__text {
    padding: 15px;
  }
  .card__title {
    font-size: 18px;
   /* font-size: 2rem;*/
    line-height: 1.2;
    font-weight: 600;
    color: #222;
  }
  .card__excerpt {
    padding-top: 15px;
   /* font-size: 16px;
    font-size: 1.6rem;*/
    line-height: 1.25;
    color: #333;
  }

  .card--primary {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
	
.label_goto {
    position: absolute;
	width: 88px;
    height: 88px;
    left: 0;
    top: 0;
   
  }
.card__item--02 .label_goto {
    position: absolute;
		  width: 68px;
    height: 68px;
    left: 0;
    top: 0;
   
  }
}

@media screen and (max-width: 600px) {
  .card {
    /* padding: 0 20px; */
    /*
		&--secondary{
			@include flexbox(flex-start,stretch);
			.card__item{
				width: 100%;
				margin-right: 0;
				&:nth-child(even){margin-left: auto;}
				&:nth-child(5n){margin-right: 0;}
				.card__title{margin-bottom: 10px;}
			}
			.card__item+.card__item{margin-top: 10px;}
			.tour-info{
				text-align: center;
				&__tag{
					background: $main_color;
					@include font-size(12,12);
					color: #fff;
					padding: 10px 0px;
					text-align: center;
					margin-bottom: 10px;
				}
				&__price{
					margin-left: auto;
					@include font-size(18,18);
					font-weight: 600;
					color: #ff5722;
				}
			}
		}
*/
  }
  .card__item--01 {
    border: 1px solid #ccc;
    box-sizing: border-box;
    /* width: 350px; 
    margin-right: 10px;*/
	  margin: 20px 20px 0 20px;
  }
  .card__item--01 a {
    background: #fff;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .card__item--01 a:hover {
    box-shadow: 2px 2px 6px 0px rgba(153, 153, 153, 0.3);
    opacity: 0.75;
    filter: alpha(opacity=75);
  }
  .card__item--01 a .tour-info {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
  }
  .card__item--01 a .tour-info__price {
    /*margin-left: auto;*/
    font-size: 16px;
   /* font-size: 1.2rem;*/
    line-height: 1.2;
    font-weight: 600;
    color: #ff5722;
  }
  .card__item--01 a .tour-info__price span {
    font-size: 24px;
   /* font-size: 1.6rem;*/
    line-height: 1.2;
  }
  .card__item--02 {
    /*margin-bottom: 20px;*/
    border: 1px solid #ccc;
    box-sizing: border-box;
    /* width: 350px; 
    margin-right: 10px;*/
	    margin: 20px 20px 0 20px;
  }
  .card__item--02 .card__title {
    margin-bottom: 15px;
  }
  .card__item--02 a {
    background: #fff;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .card__item--02 a:hover {
    box-shadow: 2px 2px 6px 0px rgba(153, 153, 153, 0.3);
    opacity: 0.75;
    filter: alpha(opacity=75);
  }
  .card__item--02 a .card__title {
    margin-bottom: 10px;
    font-size: 16px;
   /* font-size: 1.5rem;*/
    line-height: 1.33333;
  }
  .card__item--02 a .tour-info {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: none;
    padding-bottom: 0px;
  }
  .card__item--02 a .tour-info__price {
    margin-left: auto;
    font-size: 16px;
   /* font-size: 1.2rem;*/
    line-height: 1;
    font-weight: 600;
    color: #ff5722;
  }
  .card__item--02 a .tour-info__price span {
    font-size: 20px;
   /* font-size: 1.6rem;*/
    line-height: 1;
  }
  .card__item--end {
    margin-right: 10px;
  }
  .card__photo {
    overflow: hidden;
    position: relative;
  }
  .card__photo img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .card__label {
    position: absolute;
    right: 0;
    top: 0;
    /*background: rgba(10, 139, 213, 0.6);*/
	  background: #02379b;
    padding: 10px 10px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    /*font-size: 1rem;*/
    line-height: 1;
  }
  .card__text {
    padding: 15px;
  }
  .card__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 600;
    color: #222;
  }
	
	 .label_goto {
    position: absolute;
	 width: 78px;
    height: 78px;
    left: 0;
    top: 0;
   
  }
	
	/**********************
	割引挿入
	************************/
	 .card__item--01 .card__title::after,
	 .card__item--02 .card__title::after{
    content: "GoToトラベル表示価格より最大半額支援";
    background-color: #C00;
    font-size: 11px;
    font-weight: normal;
    color: #FFF;
    padding: 0.5em;
    display: block;
    margin-top: 5px;
	margin-bottom: 7px;
		 text-align: center;
		
	}
	
	/**********************
	//割引挿入
	************************/

  .card__excerpt {
    padding-top: 15px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.38462;
    color: #333;
  }
  .card--primary {
    position: relative;
  }
  .card--primary .card__item {
    width: 300px;
    margin-right: 5px;
  }
  .card--primary .tour-info {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
  }
  .card--primary .tour-info__tag {
    background: #02379b;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    min-width: 120px;
    padding: 10px 0px;
    text-align: center;
  }
  .card--primary .tour-info__price {
    margin-left: auto;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 600;
    color: #ff5722;
  }
  .card--primary .tour-info__price span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
  .card .slick-dots {
    margin-top: 25px;
    bottom: auto;
  }
  .card .slick-dots li {
    width: 10px;
    height: 10px;
    background: #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-indent: -9999px;
  }
  .card .slick-dots li.slick-active {
    background: #ff5f3c;
  }
  .card .slick-dots li button {
    display: none;
  }
}

.chat-block__flex {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.chat-block__flex .chat-block__box:nth-child(even) {
  margin-left: auto;
}

.chat-block__flex .chat-block__text {
  width: 375px;
}

.chat-block__box {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}

.chat-block__box--down {
  margin-top: 30px;
}

.chat-block__box--end {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  align-items: center;
}

.chat-block__icon {
  width: 90px;
  height: 90px;
}

.chat-block__icon img {
  width: 90px;
  height: 90px;
  vertical-align: bottom;
}

.chat-block__text {
  padding: 15px 10px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 600;
  color: #333;
  width: 780px;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  min-height: 70px;
  display: inline-block;
}

.chat-block__text p {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  height: 70px;
}

.chat-block__text--right {
  position: relative;
  margin-left: 20px;
}

.chat-block__text--right:before {
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10px 6px 0;
  border-color: transparent transparent transparent transparent;
  content: "";
}

.chat-block__text--right.chat-block__text--01:before {
  border-color: transparent #fbe9e7 transparent transparent;
}

.chat-block__text--right.chat-block__text--02:before {
  border-color: transparent #fff8e1 transparent transparent;
}

.chat-block__text--right.chat-block__text--03:before {
  border-color: transparent #e0f2f1 transparent transparent;
}

.chat-block__text--left {
  position: relative;
  margin-right: 20px;
}

.chat-block__text--left:before {
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent transparent;
  content: "";
}

.chat-block__text--left.chat-block__text--01:before {
  border-color: transparent transparent transparent #fbe9e7;
}

.chat-block__text--left.chat-block__text--02:before {
  border-color: transparent transparent transparent #fff8e1;
}

.chat-block__text--left.chat-block__text--03:before {
  border-color: transparent transparent transparent #e0f2f1;
}

.chat-block__text--01 {
  background: #fbe9e7;
}

.chat-block__text--02 {
  background: #fff8e1;
}

.chat-block__text--03 {
  background: #e0f2f1;
}

@media screen and (max-width: 600px) {

  .chat-block {
    background: #fff;
    padding: 15px;
  }
  .chat-block__title {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: 0px;
    background: #42a5f5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 10px 0px;
    position: relative;
    margin-bottom: 30px;
  }
  .chat-block__title:before {
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -22.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 22.5px 0 22.5px;
    border-color: #42a5f5 transparent transparent transparent;
    content: "";
  }
  .chat-block__flex {
    flex-direction: column;
  }
  .chat-block__flex .chat-block__box:nth-child(even) {
    margin-left: auto;
  }
  .chat-block__flex .chat-block__text {
    width: calc( 100% - 45px);
  }
  .chat-block__box {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
  }
  .chat-block__box--down {
    margin-top: 0px;
  }
  .chat-block__box--end {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
  }
  .chat-block__icon {
    width: 45px;
    height: 45px;
  }
  .chat-block__icon img {
    width: 45px;
    height: 45px;
    vertical-align: bottom;
  }
  .chat-block__text {
    padding: 10px;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    font-weight: normal;
    color: #333;
    width: calc( 100% - 45px);
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    min-height: auto;
    display: block;
  }
  .chat-block__text p {
    display: block;
    vertical-align: middle;
    height: auto;
    width: auto;
  }
  .chat-block__text--right {
    position: relative;
    margin-left: 10px;
  }
  .chat-block__text--left {
    margin-right: 10px;
  }
  .chat-block__text--01 {
    background: #fbe9e7;
  }
  .chat-block__text--02 {
    background: #fff8e1;
  }
  .chat-block__text--03 {
    background: #e0f2f1;
  }
}

.article-list {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.article-list li {
  width: 260px;
  margin-right: 20px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.article-list li:nth-child(4n) {
  margin-right: 0;
}

.article-list li:nth-child(n+5) {
  margin-top: 20px;
}

.article-list li:hover {
  box-shadow: 2px 2px 6px 0px rgba(153, 153, 153, 0.3);
}

.article-list li a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
}

.article-list li a:hover .article-list__title {
  text-decoration: underline;
  color: #02379b;
}

.article-list__head img {
  vertical-align: bottom;
}

.article-list__body {
  padding: 15px 30px;
}

.article-list__title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.33333;
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}

.article-list__excerpt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846;
  color: #333;
}

@media screen and (max-width: 600px) {
  .article-list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .article-list li {
    width: 50%;
    margin-right: 0px;
    border: none;
    box-sizing: border-box;
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-list li:nth-child(4n) {
    margin-right: 0;
  }
  .article-list li:nth-child(even) {
    border-left: 1px solid #ccc;
  }
  .article-list li:nth-child(n+5) {
    margin-top: 0px;
  }
  .article-list li a {
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
  }
  .article-list li a:hover .article-list__title {
    text-decoration: underline;
    color: #02379b;
  }
  .article-list li + li + li {
    border-top: none;
  }
  .article-list__head img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .article-list__body {
    padding: 10px;
  }
  .article-list__title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    color: #333;
    margin-bottom: 6px;
    font-weight: 600;
    word-break: break-all;
  }
  .article-list__excerpt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    color: #333;
  }
}

.article-box {
  border: 2px solid #ccc;
  margin-bottom: 15px;
}

.article-box a {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.article-box a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.article-box a > div {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.article-box__photo {
  margin-right: 30px;
}

.article-box__title {
  color: #02379b;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.125;
  margin-bottom: 15px;
  font-weight: bold;
}

.article-box p {
  color: #333;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846;
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .article-box {
    border: 2px solid #ccc;
    margin-bottom: 25px;
  }
  .article-box a {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-box a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .article-box a > div {
    flex-direction: column;
  }
  .article-box__photo {
    margin-right: 0;
    width: 100%;
    margin: 0 0 10px;
  }
  .article-box__photo img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .article-box__title {
    color: #42a5f5;
    text-decoration: underline;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.125;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .article-box p {
    color: #333;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.53846;
    text-decoration: none;
  }
}

.ranking-box {
  margin-bottom: 50px;
  border: 1px solid #90caf9;
}

.ranking-box__head {
  text-align: center;
  color: #fff;
  padding: 8px 0px;
  background: #90caf9;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}

.ranking-box__body {
  padding: 10px;
}

.ranking-list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ranking-list__photo img {
  vertical-align: bottom;
}

.ranking-list__item a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.ranking-list__item a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.ranking-list__text {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  padding: 10px;
}

.ranking-list__text--01 {
  background: #c09900 url(/shinkansen/img/icon_crown.png) no-repeat 10px center;
  background-size: 28px 22px;
}

.ranking-list__text--02 {
  background: #999 url(/shinkansen/img/icon_crown.png) no-repeat 10px center;
  background-size: 28px 22px;
}

.ranking-list__text--03 {
  background: #b35901 url(/shinkansen/img/icon_crown.png) no-repeat 10px center;
  background-size: 28px 22px;
}

.ranking-list__excerpt {
  padding: 20px 20px 25px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846;
  color: #333;
}

@media screen and (max-width: 600px) {
  .ranking-box {
    margin-bottom: 25px;
    border: 1px solid #90caf9;
  }
  .ranking-box__head {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .ranking-box__body {
    padding: 10px;
  }
  .ranking-list {
    flex-direction: column;
  }
  .ranking-list__item {
    width: 100%;
  }
  .ranking-list__item + .ranking-list__item {
    margin-top: 10px;
  }
  .ranking-list__photo {
    width: 100%;
  }
  .ranking-list__photo img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .ranking-list__item a {
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .ranking-list__text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.15385;
  }
  .ranking-list__text--01 {
    background: #c09900 url(/shinkansen/img/icon_crown.png) no-repeat 10px center;
    background-size: 28px 22px;
  }
  .ranking-list__text--02 {
    background: #999 url(/shinkansen/img/icon_crown.png) no-repeat 10px center;
    background-size: 28px 22px;
  }
  .ranking-list__text--03 {
    background: #b35901 url(/shinkansen/img/icon_crown.png) no-repeat 10px center;
    background-size: 28px 22px;
  }
  .ranking-list__excerpt {
    padding: 20px 20px 25px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.53846;
    color: #333;
  }
}

.hotel-list {
  margin-bottom: 50px;
}

.hotel-list__box {
  border: 1px solid #ccc;
}

.hotel-list__box a {
  display: block;
  padding: 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.hotel-list__box a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.hotel-list__box a > div {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.hotel-list__box + .hotel-list__box {
  margin-top: 20px;
}

.hotel-list__photo {
  margin-right: 25px;
}

.hotel-list__title {
  color: #333;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 600;
}

.hotel-list__except {
  color: #333;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.69231;
}

@media screen and (max-width: 600px) {
  .hotel-list {
    margin-bottom: 25px;
  }
  .hotel-list__box {
    border: 1px solid #ccc;
  }
  .hotel-list__box a {
    display: block;
    padding: 10px;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hotel-list__box a > div {
    flex-direction: column;
  }
  .hotel-list__box + .hotel-list__box {
    margin-top: 10px;
  }
  .hotel-list__photo {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .hotel-list__photo img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .hotel-list__title {
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
    font-weight: 600;
  }
  .hotel-list__except {
    color: #333;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.69231;
  }
}

.btn-list {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.btn-list li {
  margin: 0 10px 0 0;
}

.btn-list li a {
  display: block;
  width: 210px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  padding: 15px 10px;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn-list li a:before {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 270px;
  height: 50px;
  border: 3px solid transparent;
  box-sizing: border-box;
  content: "";
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: "";
}

.btn-list li a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  color: #02379b;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "FontAwesome";
  content: "\f138";
}

.btn-list li a:hover {
  text-decoration: underline;
  color: #02379b;
  background: #fffde7;
  border: 1px solid #02379b;
}

.btn-list li + li + li + li + li {
  margin-top: 10px;
}

.btn-list--02 {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.btn-list--02 li {
  margin: 0 10px 0 0;
  width: 264px;
}

.btn-list--02 li a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0px 10px;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn-list--02 li a:before {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 270px;
  height: 50px;
  border: 3px solid transparent;
  box-sizing: border-box;
  content: "";
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: "";
}

.btn-list--02 li a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  color: #02379b;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "FontAwesome";
  content: "\f138";
}

.btn-list--02 li a:hover {
  text-decoration: underline;
  color: #02379b;
  background: #fffde7;
  border: 1px solid #02379b;
}

.btn-list--02 li + li + li + li + li {
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  .btn-list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .btn-list li {
    width: 100%;
    margin: 0 0px 0 0;
  }
  .btn-list li a {
    width: 100%;
    box-sizing: border-box;
  }
  .btn-list li + li {
    margin-top: 10px;
  }
  .btn-list li + li + li + li + li {
    margin-top: 10px;
  }
  .btn-list--02 {
    padding: 0 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .btn-list--02 li {
    margin: 0 0px 0 0;
    width: 100%;
  }
  .btn-list--02 li + li {
    margin-top: 10px;
  }
  .btn-list--02 li + li + li + li + li {
    margin-top: 10px;
  }
}

.tab {
  margin-top: 5px;
}

.tab__list {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 55px;
}

.tab__list li {
  display: table-cell;
}

.tab__list li a {
  display: block;
  padding: 15px 0;
  text-align: center;
  color: #02379b;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tab__list li a:hover {
  background: #02379b;
  color: #fff;
}

.tab__list li a.is--current {
  background: #02379b;
  color: #fff;
}

.tab__list li + li {
  border-left: 1px solid #f6f8fa;
}

.tab__content {
  display: none;
}

.tab__content dl {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.tab__content dl + dl {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #ccc;
}

.tab__content dt {
  color: #02379b;
  font-weight: bold;
  width: 130px;
  padding-left: 10px;
  box-sizing: border-box;
}

.tab__content dd {
  width: calc( 100% - 130px);
}

@media screen and (max-width: 600px) {
  .tab {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .tab__list {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .tab__list li {
    display: table-cell;
  }
  .tab__list li a {
    display: block;
    padding: 15px 0;
    text-align: center;
    color: #02379b;
    text-decoration: none;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: bold;
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .tab__list li a.is--current {
    background: #02379b;
    color: #fff;
  }
  .tab__list li + li {
    border-left: 1px solid #f6f8fa;
  }
  .tab__content dl {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .tab__content dl + dl {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
  }
  .tab__content dt {
    color: #fff;
    background: #02379b;
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .tab__content dd {
    padding: 10px 0;
    width: 100%;
  }
}

.table--01 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  table-layout: fixed;
}

.table--01 thead tr th {
  padding: 15px 0px;
  background: #e3f2fd;
  border: 1px solid #ccc;
}

.table--01 tbody tr td {
  padding: 15px 0px;
  text-align: center;
  border: 1px solid #ccc;
}

.table--01 + .table--01 {
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  .table--01 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.33333;
    table-layout: fixed;
  }
  .table--01 thead tr th {
    padding: 8px 0px;
    background: #e3f2fd;
    border: 1px solid #ccc;
  }
  .table--01 tbody tr td {
    padding: 8px 0px;
    text-align: center;
    border: 1px solid #ccc;
  }
  .table--01 + .table--01 {
    margin-top: 10px;
  }
}

.location__button {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.location__button:last-child {
  padding-bottom: 0;
}

.location__button li {
  width: 270px;
  height: 50px;
  margin-right: 5px;
}

.location__button li:nth-child(4n) {
  margin-right: 0;
}

.location__button li a {
  display: block;
  padding: 0 20px;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 3.57143;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #fff;
}

.location__button li a:before {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 270px;
  height: 50px;
  border: 3px solid transparent;
  box-sizing: border-box;
  content: "";
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: "";
}

.location__button li a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  color: #02379b;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "FontAwesome";
  content: "\f138";
}

.location__button li a:hover {
  text-decoration: underline;
  color: #02379b;
  background: #fffde7;
  border: 1px solid transparent;
}

.location__button li a:hover:before {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 270px;
  height: 50px;
  border: 3px solid #02379b;
  box-sizing: border-box;
  content: "";
}

.location__button li + li + li + li + li {
  margin-top: 7px;
}

.location__button + .location__button {
  padding-top: 30px;
  border-top: 1px dotted #ccc;
}

.location__title {
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.5;
}

.location__title--01 {
  background: #02379b;
}

.location__title--02 {
  background: #42a5f5;
}

.location__title--03 {
  background: #90caf9;
}

@media screen and (max-width: 600px) {
  .location__button {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0 20px 20px;
  }
  .location__button:last-child {
    padding-bottom: 0;
  }
  .location__button li {
    width: 100%;
    height: 50px;
    margin-right: 5px;
  }
  .location__button li:nth-child(4n) {
    margin-right: 0;
  }
  .location__button li a {
    display: block;
    padding: 0 20px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 3.57143;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    text-decoration: none;
    background: #fff;
  }
  .location__button li a:hover:before {
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 50px;
    border: 3px solid transparent;
    box-sizing: border-box;
    content: "";
  }
  .location__button li a::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    color: #02379b;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-family: "FontAwesome";
    content: "\f138";
  }
  .location__button li + li {
    margin-top: 7px;
  }
  .location__button + .location__button {
    padding-top: 10px;
    border-top: none;
  }
  .location__title {
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 3.125;
  }
  .location__title--01 {
    background: #02379b;
  }
  .location__title--02 {
    background: #42a5f5;
  }
  .location__title--03 {
    background: #90caf9;
  }
}

.tour-list__lists-item {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.tour-list__lists-item + .tour-list__lists-item {
  margin-top: 25px;
}

.tour-list__photo {
  width: 260px;	
	position: relative;
}

.tour-list__photo img {
  width: 260px;
  height: auto;
  vertical-align: bottom;
}

.tour-list__photo p.label_goto img {
    position: absolute;
	width: 88px;
    height: 88px;
    left: 0;
    top: 0;
   
  }

.tour-list__text {
  width: calc( 100% - 280px);
  margin-left: auto;
}

.tour-list__text .title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 20px;
}

/**********************
	割引挿入
	************************/
	 .tour-list__text .title::before{
    content: "GoToトラベル表示価格より最大半額支援";
    background-color: #C00;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    padding: 0.5em;
    display: block;
    margin-top: 5px;
	margin-bottom: 7px;
		 text-align: center;
		 width: 250px;
		
	}
	.tour-list__text .title.ca_no::before{
    content: "";
    background-color: #fff;
   /* font-size: 12px;
    font-weight: normal;
    color: #FFF;
    padding: 0.5em;
    display: block;
    margin-top: 5px;
	margin-bottom: 7px;
		 text-align: center;
		 width: 250px;
		*/
	}

	/**********************
	//割引挿入
	************************/

.tour-list__text p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  margin-bottom: 20px;
}



.tour-list__text .tag {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.tour-list__text .tag li {
  width: 48px;
}

.tour-list__text .tag li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.tour-list__text .tag li + li {
  margin-left: 10px;
}

.tour-list__flex {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.tour-list__flex > div:nth-child(even) {
  margin-left: auto;
}

.tour-list__info {
  padding: 0 20px 0 0px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.tour-list__info .type {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.30769;
  font-weight: 600;
  margin-bottom: 10px;
}

.tour-list__info .flex {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.tour-list__info .price {
  white-space: nowrap;
  color: #ff5722;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}

.tour-list__info .price span {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
}

.tour-list__info .option {
  margin-left: auto;
  background: #ff5722;
  width: 100px;
  height: 28px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.15385;
  color: #fff;
  text-align: center;
}

.tour-list__button {
  margin-left: 15px;
}

.tour-list__button a {
  display: block;
  background: #e40303;
  width: 250px;
  height: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.77778;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 3px 0px 0px rgba(204, 204, 204, 0.5);
}

.tour-list__button a:hover {
  opacity: .8;
}

@media screen and (max-width: 600px) {
  .tour-list__lists {
    padding: 0 20px;
  }
  .tour-list__lists-item {
    padding: 10px;
    flex-direction: column;
  }
  .tour-list__lists-item + .tour-list__lists-item {
    margin-top: 10px;
  }
  .tour-list__photo {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .tour-list__photo img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .tour-list__text {
    width: 100%;
    margin-left: 0;
  }
  .tour-list__text .title {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
	

	
	
  .tour-list__text p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.53846;
    margin-bottom: 10px;
  }
  .tour-list__text .tag {
    margin-bottom: 20px;
  }
  .tour-list__text .tag li {
    width: 48px;
  }
  .tour-list__text .tag li img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .tour-list__flex {
    flex-direction: column;
  }
  .tour-list__flex > div:nth-child(even) {
    margin-left: 0;
  }
  .tour-list__info {
    width: 100%;
    padding: 0 0px 0 0px;
    flex-direction: column;
    justify-content: center;
  }
  .tour-list__info .type {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.30769;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
  }
  .tour-list__info .flex {
    margin-bottom: 15px;
    text-align: center;
    justify-content: center;
  }
  .tour-list__info .price {
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 0;
    color: #ff5722;
    font-weight: 600;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
  }
  .tour-list__info .price span {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1;
  }
  .tour-list__info .option {
    margin-left: 0;
    background: #ff5722;
    height: 28px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.15385;
    color: #fff;
    margin: 0px 0 0px;
    text-align: center;
  }
  .tour-list__button {
    padding: 0px;
    width: 100%;
    margin: 0;
  }
  .tour-list__button a {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.77778;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0px 3px 0px 0px rgba(204, 204, 204, 0.5);
  }
  .tour-list__button a:hover {
    opacity: .8;
  }
  .tour-list__group {
    width: 100%;
  }
}

.article {
  padding-top: 100px;
}

.article .outer__inner {
  position: relative;
}

.article .outer__inner .content__body {
  position: relative;
  z-index: 10;
}

.article .outer__inner .pop--02 {
  z-index: 1;
  position: absolute;
  top: -90px;
  left: -100px;
  width: 303px;
  height: 351px;
}

@media screen and (max-width: 600px) {
  .article .outer__inner .pop--02 {
    width: 150px;
    height: 175px;
    top: -160px;
    left: 0px;
  }
  .article .outer__inner .pop--02 img {
    width: 100%;
    height: auto;
  }
}

.search__head {
  background: #02379b;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  padding: 15px 0px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}

.search__body {
  padding: 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 600px) {
  .search__body {
    padding: 15px;
  }
}

.search__body .form {
  width: 710px;
}

.search__button--submit {
  width: 150px;
  height: 50px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  background: #ff0000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  color: #fff;
  outline: none;
  cursor: pointer;
  box-shadow: 0px 3px 0px 0px rgba(204, 204, 204, 0.5);
  position: relative;
}

.search__button--submit:before {
  background: url(/shinkansen/img/icon_search.png) no-repeat 0 0;
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin-right: 5px;
  background-size: 26px 26px;
  content: "";
}

.search__button--submit:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.search__block + .search__block {
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  .search {
    display: none;
  }
}

.visual {
  background: url(../img/bg_kv.jpg) no-repeat center top;
  position: relative;
}

.visual__badge {
  width: 137px;
  height: 137px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.visual__badge img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.visual__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 170px;
  margin-bottom: 15px;
  background: #ff0000;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.06667;
  font-weight: bold;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);

  top: 10px;
  position: absolute;
  left: 67px;
}



.visual__title, .visual__title--day, .visual__title--page {
  position: absolute;
  top: 185px;
  left: 75px;
}

.visual__title--day {
  top: 10px;
}

.visual__title--page {
  top: 50px;
}

.visual .search {
  position: absolute;
  left: 50%;
  margin-left: -475px;
  bottom: 40px;
  width: 950px;
  box-sizing: border-box;
  background: rgba(255, 253, 231, 0.9);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 1.5px 1.5px 3px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 600px) {
  .visual {
    background: none;
  }
  .visual img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .visual .search {
    display: none;
  }
}

.form__group label {
  margin-right: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  white-space: nowrap;
}

.form__group + .form__group {
  margin-left: 20px;
}

.form__wrap {
  /*
		background: #fff;
		border: 1px solid #ccc;
		overflow: hidden;
		padding: 0 0px;
		box-sizing: border-box;
		outline: none;
		box-sizing: border-box;
		position: relative;
*/
  /*
		&::after {
			display: block;
			position: absolute;
			top: 50%;
			right: 10px;
			width: 7px;
			height: 7px;
			margin-top: -6px;
			border-top: solid 1px #333;
			border-right: solid 1px #333;
			-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
			content: "";
		}
*/
}

.form__wrap label {
  position: relative;
}
.form__wrap label::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  margin-top: -6px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
  pointer-events: none;
}

.form__wrap select {
  background: #fff;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  height: 40px;
  color: #333;
  line-height: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.85714;
  position: relative;
}
.form__wrap1 select {
  background: #fff;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  height: 40px;
  color: #333;
  line-height: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.85714;
  position: relative;
}

.form__wrap select:focus {
  outline: none;
  color: #333;
}

.form__input-radio {
  display: none;
}

.form__label--circle {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 2px;
  color: #3e4956;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}

.form__label--circle:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.form input[type="radio"]:checked + label:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -5px;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  border-radius: 50%;
  background: #02379b;
}

.form label[for="department"] {
  margin-right: 20px;
}

.form #department, .form #gelande {
  width: 250px;
}

.form #deptYear {
  width: 90px;
  margin-right: 5px;
}

.form #deptMonth, .form #deptDay {
  width: 70px;
  margin-right: 5px;
}

@media screen and (max-width: 600px) {
  .form {
    margin-bottom: 10px;
  }
  .form__input-radio {
    display: none;
  }
  .form__group label {
    margin-right: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    white-space: nowrap;
  }
  .form__group + .form__group {
    margin-left: 0px;
    margin-top: 10px;
  }
  .form__wrap {
    /*
			background: #fff;
			border: 1px solid #ccc;
			overflow: hidden;
			padding: 0 10px;
			box-sizing: border-box;
			outline: none;
			box-sizing: border-box;
			position: relative;
*/
  }
  .form__wrap::after {
    /*
				display: block;
				position: absolute;
				top: 50%;
				right: 10px;
				width: 7px;
				height: 7px;
				margin-top: -6px;
				border-top: solid 1px #333;
				border-right: solid 1px #333;
				-webkit-transform: rotate(135deg);
				transform: rotate(135deg);
				content: "";
*/
  }
  .form__wrap label {
    position: relative;
  }
  .form__wrap label::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -6px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    content: "";
  }
    /*
				&::after {
					display: block;
					position: absolute;
					top: 50%;
					right: 10px;
					width: 7px;
					height: 7px;
					margin-top: -6px;
					border-top: solid 1px #333;
					border-right: solid 1px #333;
					-webkit-transform: rotate(135deg);
					transform: rotate(135deg);
					content: "";
				}
*/

  .form__wrap select {
    background: #fff;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 40px;
    color: #333;
    line-height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.85714;
    position: relative;
  }
  .form label[for="department"] {
    margin-right: 20px;
  }
  .form #department, .form #gelande {
    width: 100%;
  }
  .form #deptYear {
    width: 40%;
    margin-right: 5px;
  }
  .form #deptMonth, .form #deptDay {
    width: 40%;
    margin-right: 5px;
  }
}

.guide {
  background: #02379b;
}

.guide__inner {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 45px 55px;
}

.guide__inner > p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 30px;
}

.guide__title {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 600;
  padding: 20px 0;
  letter-spacing: 5px;
  background: #02379b;
  margin-bottom: 30px;
}

.guide__sub-title {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.guide__table {
  width: 100%;
  margin-bottom: 30px;
}

.guide__table--fixed {
  table-layout: fixed;
}

.guide__table thead tr th {
  background: #383838;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  padding: 20px 0;
  font-weight: bold;
}

.guide__table thead tr th.col-1 {
  width: 20%;
}

.guide__table thead tr th.col-2 {
  width: 40%;
}

.guide__table thead tr th + th {
  border-left: 1px solid #fff;
}

.guide__table tbody tr td {
  background: #f2f2f2;
  border: 1px solid #fff;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
}

.guide__table tbody tr td .u-red {
  color: #f90505;
}

.guide__table tbody tr td a {
  color: #02379b;
  text-decoration: underline;
}

.guide__aside {
  background: #f2f2f2;
  padding: 15px;
}

.guide__aside > p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.69231;
  letter-spacing: .05em;
}

.guide__aside > p + p {
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  .guide {
    padding: 20px;
  }
  .guide__inner {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 10px;
  }
  .guide__inner > p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429;
    margin-bottom: 15px;
  }
  .guide__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.22222;
    letter-spacing: 0px;
    margin-bottom: 15px;
    padding: 10px;
  }
  .guide__sub-title {
    padding: 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    margin-bottom: 15px;
  }
  .guide__table {
    width: 100%;
    margin-bottom: 15px;
  }
  .guide__table--fixed {
    table-layout: fixed;
  }
  .guide__table thead tr th {
    background: #383838;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    padding: 10px;
    font-weight: bold;
  }
  .guide__table thead tr th + th {
    border-left: 1px solid #fff;
  }
  .guide__table tbody tr td {
    background: #f2f2f2;
    border: 1px solid #fff;
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    padding: 10px;
    font-weight: bold;
    text-align: center;
  }
  .guide__table tbody tr td .u-red {
    color: #f90505;
  }
  .guide__table tbody tr td a {
    color: #02379b;
    text-decoration: underline;
  }
  .guide__aside {
    background: #f2f2f2;
    padding: 15px;
  }
  .guide__aside > p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.69231;
    letter-spacing: .05em;
  }
  .guide__aside > p + p {
    margin-top: 10px;
  }
}

.breadcrumb, .breadcrumb--day, .breadcrumb--stay {
  background: #f4f5f6;
  padding: 20px 0px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}

.breadcrumb--day {
  background: #ffe9a7;
}

.breadcrumb--stay {
  background: #bcc2e5;
}

.breadcrumb__list {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.breadcrumb__list li a {
  color: #333;
  position: relative;
  display: block;
  padding-right: 30px;

}

.breadcrumb__list li a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}



@media screen and (max-width: 600px) {
  .breadcrumb, .breadcrumb--day, .breadcrumb--stay {
    background: #f4f5f6;
    padding: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
  }
  .breadcrumb__list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumb__list li {
    white-space: nowrap;
  }
  .breadcrumb__list li a {
    color: #333;
    position: relative;
    display: block;
    padding-right: 20px;
  }
  .breadcrumb__list li a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
}

.location__body {
  background: #f6f8fa;
}

.news__title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
}

.news__category, .news__category--01, .news__category--02 {
  width: 100px;
  height: 25px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
  margin-right: 20px;
  color: #fff;
}

.news__category--01 {
  background: #ff8f00;
}

.news__category--02 {
  background: #7cb342;
}

.news__date {
  margin-right: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
  color: #333;
}

.news-list__item a {
  display: block;
  text-decoration: none;
}

.news-list__item .news-list__title {
  color: #1976d2;
  text-decoration: underline;
}
.news-list__item a:hover .news-list__title {
  color: #02379b;
  text-decoration: underline;
}

.news-list__item a > div {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.news-list__title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #333;
}

.news-list__item + .news-list__item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #ccc;
}

@media screen and (max-width: 600px) {
  .news__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    padding: 0px 20px;
  }
  .news__category, .news__category--01, .news__category--02 {
    width: 100px;
    height: 25px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    text-align: center;
    margin-right: 10px;
    color: #fff;
  }
  .news__date {
    margin-right: 0px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: bold;
    color: #333;
  }
  .news-list__item a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    position: relative;
  }
  .news-list__item a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .no_link a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: none!important;
  }
  .news-list__item a > div {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .news-list__title {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    color: #333;
  }
  .news-list__item + .news-list__item {
    margin-top: 0px;
    border-top: 1px solid #ccc;
  }
}

.others {
  background: #f2f5fa;
}

.others__list {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.others__list li a {
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.others__list li a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.others__list li a > div {
  position: relative;
}

.others__list li:nth-child(even) {
  margin-left: auto;
}

.others__text {
  background: rgba(0, 0, 0, 0.8);
  padding: 15px 10px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

/* sp */
@media screen and (max-width: 600px) {
  .others {
    padding-bottom: 60px;
  }
  .others__list {
    padding: 0 15px;
    flex-direction: column;
  }
  .others__list li a {
    display: block;
  }
  .others__list li a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .others__list li:nth-child(even) {
    margin-left: 0;
  }
  .others__list li + li {
    margin-top: 10px;
  }
  .others__text {
    background: rgba(0, 0, 0, 0.8);
    padding: 8px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
  }
}

.tour-type__list {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: stretch;
}

.tour-type__list li {
  box-sizing: border-box;
}

.tour-type__list li a {
  display: block;
  text-decoration: none;
}

.tour-type__list li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tour-type__list li a > div {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.tour-type__list li:nth-child(even) {
  margin-left: auto;
}

@media screen and (max-width: 600px) {
  .tour-type__list {
    padding: 0 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
  }
  .tour-type__list li {
    width: 100%;
    box-sizing: border-box;
  }
  .tour-type__list li a {
    display: block;
    text-decoration: none;
  }
  .tour-type__list li a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .tour-type__list li:nth-child(even) {
    margin-left: auto;
  }
  .tour-type__list li + li {
    margin-top: 20px;
  }
}

.info-list {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.info-list__item {
  width: 48.5%;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.info-list__item:nth-child(even) {
  margin-left: auto;
}

.info-list__item a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}

.info-list__item a::after {
  font-family: "FontAwesome";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  color: #02379b;
  content: "\f138";
}

.info-list__item a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.info-list__item a > div {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.info-list__item + .info-list__item + .info-list__item {
  margin-top: 10px;
}

.info-list__photo {
  margin-right: 20px;
}

.info-list__photo img {
  vertical-align: bottom;
}

.info-list__text {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.33333;
  font-weight: 600;
  color: #333;
}

@media screen and (max-width: 600px) {
  .info-list {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
  .info-list__item {
    width: 100%;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
  }
  .info-list__item:nth-child(even) {
    margin-left: 0;
  }
  .info-list__item a {
    padding-right: 40px;
  }
  .info-list__item a > div {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }
  .info-list__item + .info-list__item {
    margin-top: 10px;
  }
  .info-list__photo {
    margin-right: 10px;
    width: 100px;
  }
  .info-list__photo img {
    width: 100px;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
  }
  .info-list__text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.33333;
  }
  .info-list__text br {
    display: none;
  }
}

.location__body {
  background: #f6f8fa;
}

.tour-ranking {
  background: #e3f2fd;
}

.tour-ranking .ranking-list__item {
  background: #fff;
  border: 1px solid #ccc;
  width: 350px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}

.tour-ranking .ranking-list__item img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 600px) {
  .tour-ranking {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tour-ranking .ranking-list__item {
    width: 100%;
  }
  .tour-ranking .ranking-list__item img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}

.accomodation-ranking .ranking-list__item {
  background: #fff;
  border: 1px solid #ccc;
  width: 350px;
  overflow: hidden;
}

.accomodation-ranking .ranking-list__item img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 600px) {
  .accomodation-ranking {
    padding-left: 20px;
    padding-right: 20px;
  }
  .accomodation-ranking .ranking-list__item {
    width: 100%;
    overflow: hidden;
  }
  .accomodation-ranking .ranking-list__item img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}

.slope-list {
  border-bottom: 1px solid #ccc;
}

.slope-list__section + .slope-list__section {
  margin-top: 100px;
}

.slope-list__block-title {
  padding: 20px;
  background: #02379b;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.slope-list__content {
  margin: 0 10px;
}

.slope-list__content + .slope-list__content {
  margin-top: 100px;
}

.slope-list__head {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  background: #f2f2f2;
  padding: 20px 35px;
  margin-bottom: 25px;
}

.slope-list__name {
  margin-right: 30px;
}

.slope-list__name a {
  color: #02379b;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.slope-list__name a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.slope-list__way {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

.slope-list__flex {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.slope-list__photo {
  width: 302px;
}

.slope-list__detail {
  width: calc( 100% - 317px);
  margin-left: auto;
}

.slope-list__detail > p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  letter-spacing: .1em;
  margin-bottom: 15px;
}

.slope-list__aside {
  background: #f0f0f0;
  padding: 15px;
  margin-bottom: 20px;
}

.slope-list__aside-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #02379b;
  font-weight: bold;
  margin-bottom: 10px;
}

.slope-list__lists li {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  padding-left: 20px;
  letter-spacing: .1em;
}

.slope-list__lists li:before {
  display: block;
  top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  left: 0;
  position: absolute;
  content: "・";
}

.slope-list__foot {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  align-items: center;
}

.slope-list__price .label {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
}

.slope-list__price .price {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  color: #ff3e3e;
  font-weight: bold;
}

.slope-list__btn {
  margin-left: 20px;
}

.slope-list__btn a {
  display: block;
  width: 248px;
  height: 60px;
  background-color: #e43535;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 3;
  letter-spacing: .01em;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.slope-list__btn a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

@media screen and (max-width: 600px) {
  .slope-list {
    border-bottom: 1px solid #ccc;
  }
  .slope-list__section {
    padding: 0px 15px;
  }
  .slope-list__section + .slope-list__section {
    margin-top: 15px;
  }
  .slope-list__block-title {
    padding: 15px 10px;
    background: #02379b;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    /*
			&::after {
				display: block;
				position: absolute;
				top: 50%;
				right: 10px;
				width: 7px;
				height: 7px;
				margin-top: -4px;
				border-top: solid 2px #fff;
				border-right: solid 2px #fff;
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
				content: "";
			}
			&.js-acc-active{
				&::after {
					display: block;
					position: absolute;
					top: 50%;
					right: 10px;
					width: 7px;
					height: 7px;
					margin-top: -4px;
					border-top: solid 2px #fff;
					border-right: solid 2px #fff;
					-webkit-transform: rotate(135deg);
					transform: rotate(135deg);
					content: "";
				}
			}
*/
  }
  .slope-list__content {
    margin: 0 10px;
  }
  .slope-list__content + .slope-list__content {
    margin-top: 50px;
  }
  .slope-list__head {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    background: #f2f2f2;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
  .slope-list__name {
    color: #02379b;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .slope-list__way {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
  }
  .slope-list__flex {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .slope-list__photo {
    width: 100%;
    margin-bottom: 10px;
  }
  .slope-list__photo img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .slope-list__detail {
    width: 100%;
    margin-left: 0;
  }
  .slope-list__detail > p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    letter-spacing: .1em;
    margin-bottom: 15px;
  }
  .slope-list__aside {
    background: #f0f0f0;
    padding: 10px;
    margin-bottom: 10px;
  }
  .slope-list__aside-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    color: #02379b;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .slope-list__lists li {
    position: relative;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    padding-left: 15px;
    letter-spacing: .1em;
  }
  .slope-list__lists li:before {
    display: block;
    top: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    left: 0;
    position: absolute;
    content: "・";
  }
  .slope-list__foot {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .slope-list__price {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }
  .slope-list__price .label {
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }
  .slope-list__price .price {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    color: #ff3e3e;
    font-weight: bold;
  }


  .slope-list__btn {
    width: 100%;
    margin-left: 0px;
  }
  .slope-list__btn a {
    display: block;
    width: 100%;
    height: 45px;
    background-color: #e43535;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.5;
    letter-spacing: .01em;
  }
  /*
	.js-acc-pannel{display: none;}
	.js-acc-show{
		display: block;
		padding: 15px 0 40px;
	}
*/
}

.slope__head {
  background: #02379b;
  color: #fff;
  padding: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  margin-bottom: 20px;
}

.slope__title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
}

.slope__guidance {
  margin-left: auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}

.slope__content {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.slope__photo {
  width: 400px;
  margin-right: 30px;
}

.slope__lead {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85714;
  margin-bottom: 30px;
}

.slope__table {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846;
  width: 100%;
  margin-bottom: 30px;
}

.slope__table tbody tr th {
  padding: 10px;
  background: #e3f2fd;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.slope__table tbody tr td {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
  .slope__head {
    padding: 10px;
    flex-direction: column;
  }
  .slope__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .slope__guidance {
    margin-left: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.33333;
  }
  .slope__content {
    padding: 0 10px;
    flex-direction: column;
  }
  .slope__photo {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .slope__photo img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .slope__lead {
    word-break: break-all;
    margin-bottom: 15px;
  }
  .slope__table {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.53846;
    width: 100%;
    margin-bottom: 15px;
  }
  .slope__table tbody tr th {
    padding: 10px;
    background: #e3f2fd;
    border: 1px solid #ccc;
    vertical-align: middle;
  }
  .slope__table tbody tr td {
    padding: 10px;
    border: 1px solid #ccc;
    vertical-align: middle;
  }
  .slope__image img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}

.search-sp {
  padding: 0px;
  box-sizing: border-box;
  background: rgba(255, 253, 231, 0.9);
}

.search-sp__head {
  background: #02379b;
  text-align: center;
  padding: 8px 0px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}

.search-sp__body {
  padding: 15px;
  box-sizing: border-box;
}

.search-sp__button--submit {
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  background: #ff0000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  color: #fff;
  outline: none;
  cursor: pointer;
  box-shadow: 0px 3px 0px 0px rgba(204, 204, 204, 0.5);
  position: relative;
}

.search-sp__button--submit:before {
  background: url(/shinkansen/img/icon_search.png) no-repeat 0 0;
  background-size: 13px 13px;
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin-right: 5px;
  content: "";
}

@media screen and (min-width: 601px) {
  body {
  line-height: 1;
  min-width: 1180px;
}
#wrap{
    overflow: hidden;
}
  .search-sp {
    display: none;
  }
  .flex {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }
}

.u-flex-right {
  margin-left: auto !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-d-block {
  display: block;
}

.u-d-inline {
  display: inline;
}

.u-d-in-block {
  display: inline-block;
}

.u-d-none {
  display: none;
}

.u-v-visible {
  visibility: visible;
}

.u-v-hidden {
  visibility: hidden;
}

/*

	TEXT POSITION (HIRIZON)

*******************************************************/
.u-pos-center {
  text-align: center !important;
}

.u-pos-left {
  text-align: left !important;
}

.u-pos-right {
  text-align: right !important;
}

/*

	TEXT POSITION (VERTICAL)

*******************************************************/
.u-pos-v-center {
  vertical-align: middle !important;
}

.u-pos-v-left {
  vertical-align: top !important;
}

.u-pos-v-right {
  vertical-align: bottom !important;
}

/*# sourceMappingURL=../css/mycar.map */



#departureDate {
  display: flex;
}


/* sp */
@media screen and (max-width: 600px) {
  .search-sp__body {
    padding: 10px;
    box-sizing: border-box;
  }
  .plan_label {
    width: 100%;
    margin-right: 0!important;
  }
  .plan_box {
    width: 100%;
  }
  #sp1 {
    margin: 11px 0;
  }
  #sp2 {
    margin: 11px 0;
  }
  .sizeL{
    /* width: 30%!important; */
  }
  .sizeS{
    /* width: 25%!important; */
  }
  img.ui-datepicker-trigger {
    width: 6%;
    align-self: center;

  }
  #departureDate2 {
    width: 100%;
    display: flex;
    box-sizing: border-box;
  }
  .flex__item {
    font-weight: bold;
    /* margin-top: 9px; */
  }
  .noday {
    font-size: 3vw!important;
  }

  .sp_main img {
    width: 100%;
    margin-bottom: -5px;
  }

  .search-sp__body {
    background: rgb(255, 253, 231)!important;
  }
  .no_cont {
    margin-top:52vw;
  }
  .visual .outer__inner {
    background: url(../img/kv_inner.png) no-repeat right center;
    position: relative;
    height: none;
  }

}

/* pc */
@media screen and (min-width: 601px) {
  .search-sp {
    display: none;
  }
  .flex {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }
  .plan_label {
  	width: 264px;
  }
  .option_text {
  	font-weight: bold;
  	color:#000;
  }
  .form label.plan_title {
  	margin-left: 10px;
  	margin-right: 0;
  }

  .dep {
    width: 390px;
    margin-right: 10px;
  }
  .sizeL{
    width: 100px!important;
  }
  .sizeS{
    width: 72px!important;
  }
  img.ui-datepicker-trigger {
    width: 24%;
    align-self: center;

  }

  .noday label {
    font-size: 10px;
  }
  input#check {
    vertical-align:middle;
  }
  .s_right_1 {
    margin-right:50px!important;
  }
  .s_right_2 {
    margin-left: 0px!important;
    margin-right: 30px!important;
    /* width: 254px; */
  }
  .visual .outer__inner {
    background: url(../img/kv_inner.png) no-repeat right center;
    position: relative;
    height: 730px;
  }



}


.slope-list__price .price a {
  color: #ff3e3e!important;
  text-decoration: none!important;
}
