@charset "UTF-8";
/* ==========================================================================
   Foundation
========================================================================== */
/*

	font settings

**************************************************/
/*

	calculation width

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	table layout setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	scaling img

**************************************************/
/*

	clearfix

**************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box;
}
select::-ms-expand {
  display: none;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  .pc-only {
    display: none;
  }
}
/* strHeader
----------------------------------------------- */
.strHeader {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0;
  zoom: 1;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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(../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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .footer__menu li + li {
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .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;
  }
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .outer__inner {
    width: 100%;
  }
}
.content {
  padding: 80px 0px 20px;
}
.content--secondary {
  padding-bottom: 40px;
}
.content__head {
  margin-bottom: 40px;
  text-align: center;
  padding-bottom: 35px;
  position: relative;
}
.content__head::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 2px;
  background: #90caf9;
  content: "";
}
.content__title {
  background: url(../img/border-title.png) no-repeat center center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.07143;
  color: #1976d2;
  font-weight: 600;
}
.content__title--en {
  margin-top: 10px;
  color: #90a4ae;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
}
@media screen and (max-width: 768px) {
  .content {
    padding: 30px 0px;
	  overflow:hidden;
  }
  .content--secondary {
    padding-bottom: 20px;
  }
  .content__head {
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 17px;
    position: relative;
  }
  .content__head::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 2px;
    background: #90caf9;
    content: "";
  }
  .content__title {
    background: url(../img/border-title.png) no-repeat center center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333;
    color: #1976d2;
    font-weight: 600;
  }
  .content__title--en {
    margin-top: 10px;
    color: #90a4ae;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.45455;
  }
}
.flex__item--right {
  margin-left: auto;
}
.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__title {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  color: #333;
}
.news-list__item a {
  display: block;
  text-decoration: none;
}
.no_link a {
  display: block;
  text-decoration: none;
  pointer-events: none;
}
.no_link .news__title {
  color: #000 !important;
  text-decoration: none !important;
}
.news-list__item .news__title {
  color: #1976d2;
  text-decoration: underline;
}
.news-list__item a:hover .news__title {
  color: #1976d2;
  /*text-decoration: underline;*/
  text-decoration: none;
}
.news-list__item a > div {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}
.news-list__item + .news-list__item {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .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__title {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    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__item + .news-list__item {
    margin-top: 0px;
    border-top: 1px solid #ccc;
  }
}
.card {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.card__item {
  margin-bottom: 40px;
}
.card__item a {
  -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;
  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 a:hover {
  box-shadow: 2px 2px 6px 0px rgba(153, 153, 153, 0.3);
}
.card__item a:hover .card__title {
  /*text-decoration: underline;*/
  text-decoration: none;
}
.card__item a:hover {
  box-shadow: 2px 2px 6px 0px rgba(153, 153, 153, 0.3);
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.card__photo {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  position: relative;
}
.card__photo .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;
}
.card__photo img {
  vertical-align: bottom;
  width: 100%;
}
.card__text {
  padding: 15px;
}
.card__title {
  color: #1976d2;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}
/**********************
	割引挿入
	************************/
/*.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.53846;
  color: #333;
}
.card--primary .card__item {
  width: 350px;
  margin-right: 25px;
}
.card--primary .card__item:nth-child(3n) {
  margin-right: 0;
}
.card--primary .card__item .card__title {
  margin-bottom: 15px;
}
.card--primary .tour-info {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.card--primary .tour-info__tag {
  background: #1976d2;
  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: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  color: #ff5722;
}
.card--primary .tour-info__price span {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
.card--secondary .card__item {
  width: 200px;
  margin-right: 25px;
}
.card--secondary .card__item:nth-child(5n) {
  margin-right: 0;
}
.card--secondary .card__item .card__title {
  margin-bottom: 10px;
}
.card--secondary .tour-info {
  text-align: center;
}
.card--secondary .tour-info__tag {
  background: #1976d2;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  padding: 10px 0px;
  text-align: center;
  margin-bottom: 10px;
}
.card--secondary .tour-info__price {
  margin-left: auto;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  color: #ff5722;
}
@media screen and (max-width: 768px) {
  .card {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    /* padding: 0 20px; */
  }
  .card__item {
    display: block;
    margin-bottom: 0;
  }
  .card__item a {
    -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;
    display: block;
    text-decoration: none;
    padding: 10px;
    -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 {
    display: block;
    margin-bottom: 0;
  }
  .card__item--02 a {
    -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;
    display: block;
    text-decoration: none;
    padding: 10px;
    -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__photo {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
    width: 100%;
    position: relative;
  }
  .card__photo .label_goto {
    position: absolute;
    width: 68px;
    height: 68px;
    left: 0;
    top: 0;
  }
  .card__item--02 .label_goto {
    position: absolute;
    width: 68px;
    height: 68px;
    left: 0;
    top: 0;
  }
  .card__photo img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
  }
  .card__text {
    padding: 15px;
  }
  .card__title {
    color: #1976d2;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
  }
  /**********************
	割引挿入
	************************/
  /*  .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.53846;
    color: #333;
  }
  .card--primary {
    margin-bottom: 10px;
  }
  .card--primary .card__item {
    width: auto;
    margin-right: 0;
  }
  .card--primary .card__item:nth-child(3n) {
    margin-right: 0;
  }
  .card--primary .card__item .card__title {
    margin-bottom: 15px;
  }
  .card--primary .card__item + .card__item {
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .card--primary .card__item--02 .card__title {
    margin-bottom: 15px;
  }
  .card--primary .card__item--02 + .card__item--02 {
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .card--primary .tour-info {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
  }
  .card--primary .tour-info__tag {
    background: #1976d2;
    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: 16px;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 600;
    color: #ff5722;
  }
  .card--primary .tour-info__price span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
  }
  .card--secondary {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: stretch;
  }
  .card--secondary .card__item {
    width: 100%;
    margin-right: 0;
  }
  .card--secondary .card__item:nth-child(even) {
    margin-left: auto;
  }
  .card--secondary .card__item:nth-child(5n) {
    margin-right: 0;
  }
  .card--secondary .card__item .card__title {
    margin-bottom: 10px;
  }
  .card--secondary .card__item + .card__item {
    margin-top: 10px;
  }
  .card--secondary .tour-info {
    text-align: center;
  }
  .card--secondary .tour-info__tag {
    background: #1976d2;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    margin-bottom: 10px;
  }
  .card--secondary .tour-info__price {
    margin-left: auto;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 600;
    color: #ff5722;
  }
}
.chat-block {
  background: #fff;
  padding: 65px 55px;
}
.chat-block__title {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 5px;
  background: #42a5f5;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -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 {
  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: 768px) {
  .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: #1976d2;
}
.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: 768px) {
  .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: #1976d2;
  }
  .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: 50px;
}
.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: #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;
}
@media screen and (max-width: 768px) {
  .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(../img/icon_crown.png) no-repeat 10px center;
  background-size: 28px 22px;
}
.ranking-list__text--02 {
  background: #999 url(../img/icon_crown.png) no-repeat 10px center;
  background-size: 28px 22px;
}
.ranking-list__text--03 {
  background: #b35901 url(../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: 768px) {
  .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(../img/icon_crown.png) no-repeat 10px center;
    background-size: 28px 22px;
  }
  .ranking-list__text--02 {
    background: #999 url(../img/icon_crown.png) no-repeat 10px center;
    background-size: 28px 22px;
  }
  .ranking-list__text--03 {
    background: #b35901 url(../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: 768px) {
  .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;
  }
}
.content-btn a {
  display: block;
  padding: 20px 0px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  background: #f9a825;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -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);
}
.content-btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.content-btn:hover a {
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .content-btn a {
    padding: 10px 0px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.14286;
  }
}
.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: 768px) {
  .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: #1976d2;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "FontAwesome";
  content: "\f138";
}
.location__button li a:hover {
  text-decoration: underline;
  color: #1976d2;
  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 #1976d2;
  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: #1976d2;
}
.location__title--02 {
  background: #42a5f5;
}
.location__title--03 {
  background: #90caf9;
}
@media screen and (max-width: 768px) {
  .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: #1976d2;
    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: #1976d2;
  }
  .location__title--02 {
    background: #42a5f5;
  }
  .location__title--03 {
    background: #90caf9;
  }
}
.tour-list__lists-item {
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.tour-list__lists-item > div {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}
.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;
}
/*GoToimg*/
.tour-list__photo p.label_goto img {
  position: absolute;
  width: 88px;
  height: 88px;
  left: 0;
  top: 0;
}
.tour-list__text {
  width: calc(100% - 560px);
  padding: 0 40px 0px 30px;
}
.tour-list__text .title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.tour-list__text .tour-list__button {
  margin-left: auto;
  background: #1976d2;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 5px 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
}
.tour-list__text .tour-list__button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tour-list__text p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846;
  margin-bottom: 10px;
}
.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;
}
.tour-list__info {
  width: 300px;
  padding: 0 20px 0 0px;
}
.tour-list__info .type {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2em;
  font-weight: 600;
  margin-bottom: 10px;
}
/**********************
	割引挿入
	************************/
/*.tour-list__info .type::before{
    content: "GoToトラベル表示価格より最大半額支援";
    background-color: #C00;
    font-size: 11px;
    font-weight: normal;
    color: #FFF;
    padding: 0.3em;
    display: block;
    margin-top: 5px;
	margin-bottom:7px;
		 text-align: center;
		width: 240px;
		margin: 0 auto;
		
	}

.tour-list__info .type.ca_no::before{
    content: "";
    background-color: #fff;    		
	}*/
/**********************
	//割引挿入
	************************/
.tour-list__info .flex {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.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-bottom: 10px;
}
.tour-list__button a {
  display: block;
  background: #f9a825;
  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;
}
.tour-list__aside {
  margin-top: 40px;
}
.tour-option__list, .tour-option__flex {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.tour-option__flex + .tour-option__flex {
  margin-left: 10px;
}
.tour-option__icon {
  width: 48px;
  margin-right: 5px;
}
.tour-option__icon img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.tour-option__text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333;
}
@media screen and (max-width: 768px) {
  .tour-list__lists {
    padding: 0 20px;
  }
  .tour-list__lists-item > div {
    flex-direction: column;
  }
  .tour-list__lists-item + .tour-list__lists-item {
    margin-top: 10px;
  }
  .tour-list__photo {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    position: relative;
  }
  .tour-list__photo img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .tour-list__photo .label_goto {
    position: absolute;
    width: 88px;
    height: 88px;
    left: 0;
    top: 0;
  }
}
.tour-list__text {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px 0 10px;
}
.tour-list__text .title {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  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: 20px;
}
.tour-list__text .tag {
  text-align: center;
  margin-bottom: 15px;
}
.tour-list__text .tag li {
  width: 48px;
}
.tour-list__text .tag li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.tour-list__info {
  width: 100%;
  padding: 0 10px 0 0px;
  text-align: center;
}
.tour-list__info .type {
  font-size: 13px;
  font-size: 1.3rem;
  /*line-height: 1.30769;*/
  line-height: 2;
  font-weight: 600;
  margin-bottom: 5px;
  padding-top: 7px;
}
.tour-list__info .flex {
  flex-direction: column;
  margin-bottom: 15px;
  text-align: 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: 0;
  background: #ff5722;
  width: 100px;
  height: 28px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.15385;
  color: #fff;
  margin: 10px 0 0px;
  text-align: center;
}
.tour-list__button {
  padding: 0 20px 20px;
}
.tour-list__button a {
  display: block;
  background: #f9a825;
  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__aside {
  margin-top: 20px;
}
.tour-option {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
}
.tour-option__list, .tour-option__flex {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0px;
  width: 100%;
}
.tour-option__flex + .tour-option__flex {
  margin-left: 0;
  margin-top: 10px;
}
.tour-option__icon {
  width: 15%;
  margin-right: 5px;
}
.tour-option__icon img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.tour-option__text {
  width: 80%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333;
}
/*}*/
.search__head {
  background: #1976d2;
  -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: 768px) {
  .search__body {
    padding: 15px;
  }
}
.search__body .form {
  width: 727px;
}
.search__button--submit {
  width: 150px;
  height: 50px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  background: #f9a825;
  -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(../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: 768px) {
  .search {
    display: none;
  }
}
.visual {
  background: url("../img/visual2.png") no-repeat center top;
  /*background-size: cover;*/
  /*height: 660px;*/
  height: 980px;
}
.visual .outer__inner {
  position: relative;
  height: 980px;
  /*background: #FF0004;*/
}
.visual .outer__inner h2 {
  position: absolute;
  top: 35.6%;
  left: 240px;
  z-index: 2;
  font-size: 45px;
  color: #fffe00;
  background: #0099ff;
  line-height: 1.5;
  padding: 12px 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.lead_text {
  width: 1100px;
  margin: 0 auto 50px;
}
.lead_text p {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  text-align: center;
}
.visual__title, .visual__title--day {
  position: absolute;
  top: 80px;
  left: 75px;
  width: 673px;
  height: 296px;
}
.visual__title--day {
  top: 10px;
}
.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: 768px) {
  .visual {
    background: url("../img/visual_sp.png") no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 100%;
	  overflow:hidden;
  }
  .visual .outer__inner {
    position: relative;
    /*height: 200px;*/
  }
  .visual .outer__inner h2 {
    position: absolute;
    z-index: 2;
    top: 25%;
	/*  top: 15%;*/
    left: 2%;
    font-size: 18px;
    padding: 10px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-align: left;
  }
  .lead_text {
    width: 100%;
    margin: 20px auto;
	  overflow:hidden;
  }
  .lead_text p {
    display: block;
    width: 80vw;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 1.5;
  }
  .visual__title, .visual__title--day {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 168px;
    height: 74px;
    margin-top: -37px;
  }
  .visual__title img, .visual__title--day img {
    width: 100%;
    height: auto;
  }
  .visual__title--day {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 168px;
    height: 97px;
    margin-top: -60px;
  }
  .visual__title--day img {
    width: 100%;
    height: auto;
  }
  .visual .search {
    display: none;
  }
}
.form__group label {
  margin-right: 5px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  white-space: nowrap;
}
.form__group + .form__group {
  margin-left: 10px;
}
.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: #1976d2;
}
.form label[for="department"] {
  margin-right: 20px;
}
.form #department, .form #gelande {
  width: 254px;
}
.form #deptYear {
  width: 90px;
  margin-right: 5px;
}
.form #deptMonth, .form #deptDay {
  width: 70px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .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;
    margin-bottom: 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: "";
  }
  .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;
  }
}
.breadcrumb, .breadcrumb--day, .breadcrumb--stay {
  background: #f4f5f6;
  padding: 10px 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.list__item {
	padding: 0;
}
.breadcrumb__list li a {
  color: #333;
  position: relative;
  display: block;
  padding-right: 30px;
  font-size: 14px;
}
.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: 768px) {
  .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--slope {
  background: #e3f2fd;
}
.location__wrapper {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
	
}
.location-box {
  width: 540px;
  border: 1px solid #ccc;
  box-sizing: border-box;


}
.location-box:nth-child(even) {
  margin-left: auto;
}
.location-box__head {
  background: #1976d2;
  padding: 15px 20px;
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
.location-box__head a {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
  display: block;
}
.location-box__head a span {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
.location-box__head a:hover{
	color: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80) ;

}
.location-box__title--sub {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  text-align: right;
  margin-bottom: 10px;
}
.location-box__excerpt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846;
  margin-bottom: 25px;
}
.location-box__body {
  padding: 0 20px 20px;
}
.location-box__flex {
  margin-bottom: 25px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.location-box__photo {
	width: 250px;
}
.location-box__photo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.location-box__table {
  margin-left: auto;
  width: 230px;
}
.location-box__info {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.location-box__info > p + p {
  margin-left: 5px;
}
.location-box__info .label {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.30769;
  font-weight: 600;
}
.location-box__info .price {
  color: #ff5722;
  font-weight: 600;
}
.location-box__info .price span {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
}
.location-box__info .type {
  background: #ff5722;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  padding: 10px;
  color: #fff;
}
.location-box__foot {
  padding: 0 20px 20px;
	
}
.location-box + .location-box + .location-box {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .location__wrapper {
    flex-direction: column;
  }
  .location-box {
    width: 100%;
  }
  .location-box:nth-child(even) {
    margin-left: 0;
  }
  .location-box__head {
    background: #1976d2;
    padding: 8px 10px;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .location-box__head a {
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 600;
    display: block;
  }
  .location-box__head a span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }
  .location-box__title--sub {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    margin-bottom: 10px;
  }
  .location-box__excerpt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.33333;
    margin-bottom: 10;
  }
  .location-box__body {
    padding: 0 10px 10px;
  }
  .location-box__flex {
    flex-direction: column;
  }
  .location-box__photo {
    width: 100%;
  }
  .location-box__photo img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .location-box__table {
    margin-left: 0;
    width: 100%;
  }
  .location-box__info {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
  }
  .location-box__info > p + p {
    margin-left: 5px;
  }
  .location-box__info .label {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.33333;
    font-weight: 600;
  }
  .location-box__info .price {
    color: #ff5722;
    font-weight: 600;
  }
  .location-box__info .price span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
  }
  .location-box__info .type {
    background: #ff5722;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 5px;
    color: #fff;
  }
  .location-box__foot {
    padding: 0 20px 20px;
  }
}
.tour-type {
  background: #e3f2fd;
}
.tour-type__list {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: stretch;
}
.tour-type__list li {
  width: 530px;
  border: 3px solid #fff;
  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;
}
.tour-type__list--day {
  background: #ffe082 url(../img/bg_banner_day.png) no-repeat 70px center;
}
.tour-type__list--stay {
  background: #9fa8da url(../img/bg_banner_stay.png) no-repeat 85px center;
}
.tour-type__title {
  margin-bottom: 10px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 600;
}
.tour-type__title--01 {
  color: #ff8f00;
}
.tour-type__title--02 {
  color: #303f9f;
}
.tour-type .list__photo {
  margin-left: auto;
}
.tour-type .list__photo img {
  vertical-align: bottom;
}
.tour-type .list__text {
  text-align: center;
  display: block;
  width: 100%;
}
.tour-type .list__text p {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tour-type {
    background: #e3f2fd;
  }
  .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%;
    border: 3px solid #fff;
    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;
  }
  .tour-type__list li + li {
    margin-top: 20px;
  }
  .tour-type__list--day {
    background: #ffe082;
    background-image: none;
  }
  .tour-type__list--stay {
    background: #9fa8da;
    background-image: none;
  }
  .tour-type__title {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 600;
  }
  .tour-type__title--01 {
    color: #ff8f00;
  }
  .tour-type__title--02 {
    color: #303f9f;
  }
  .tour-type .list__photo {
    margin-left: auto;
    width: 50%;
  }
  .tour-type .list__photo img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .tour-type .list__text {
    text-align: center;
    display: block;
    width: 50%;
  }
  .tour-type .list__text p {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
  }
}
.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: #1976d2;
  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: 768px) {
  .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--slope {
  background: #e3f2fd;
}
.location__wrapper {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.location-box {
  width: 540px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.location-box:nth-child(even) {
  margin-left: auto;
}
.location-box__head {
  background: #1976d2;
  padding: 15px 20px;
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
.location-box__head a {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
  display: block;
}
.location-box__head a span {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
.location-box__head a:hover{
	color: #ffffff;
  opacity: 0.8; 
  filter: alpha(opacity=80) ; 
	
}
.location-box__title--sub {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  text-align: right;
  margin-bottom: 10px;
}
.location-box__excerpt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846;
  margin-bottom: 25px;
}
.location-box__body {
  padding: 0 20px 20px;
}
.location-box__flex {
  margin-bottom: 25px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.location-box__photo {
  width: 250px;
}
.location-box__photo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.location-box__table {
  margin-left: auto;
  width: 230px;
}
.location-box__info {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.location-box__info > p + p {
  margin-left: 5px;
}
.location-box__info .label {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.30769;
  font-weight: 600;
}
.location-box__info .price {
  color: #ff5722;
  font-weight: 600;
}
.location-box__info .price span {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
}
.location-box__info .type {
  background: #ff5722;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  padding: 10px;
  color: #fff;
}
.location-box__foot {
  padding: 0 20px 20px;
}
.location-box + .location-box + .location-box {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .location__wrapper {
    flex-direction: column;
  }
  .location-box {
    width: 100%;
  }
  .location-box:nth-child(even) {
    margin-left: 0;
  }
  .location-box__head {
    background: #1976d2;
    padding: 8px 10px;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .location-box__head a {
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 600;
    display: block;
  }
  .location-box__head a span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }
  .location-box__title--sub {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    margin-bottom: 10px;
  }
  .location-box__excerpt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.33333;
    margin-bottom: 10;
  }
  .location-box__body {
    padding: 0 10px 10px;
  }
  .location-box__flex {
    flex-direction: column;
  }
  .location-box__photo {
    width: 100%;
  }
  .location-box__photo img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .location-box__table {
    margin-left: 0;
    width: 100%;
  }
  .location-box__info {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
  }
  .location-box__info > p + p {
    margin-left: 5px;
  }
  .location-box__info .label {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.33333;
    font-weight: 600;
  }
  .location-box__info .price {
    color: #ff5722;
    font-weight: 600;
  }
  .location-box__info .price span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
  }
  .location-box__info .type {
    background: #ff5722;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 5px;
    color: #fff;
  }
  .location-box__foot {
    padding: 0 20px 20px;
  }
}
.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: 768px) {
  .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;
  }
}
.recommend {
  background: url(../img/bg_pattern_snowfrake01.png) no-repeat center top;
  background-size: cover;
}
.recommend--slope {
  background: #e3f2fd;
}
.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: 768px) {
  .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__head {
  background: #1976d2;
  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__photo img {
  width: 400px;
}
.slope__text {
  width: calc(100% - 400px);
}
.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: 768px) {
  .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__text {
    width: 100%;
  }
  .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;
    -ms-interpolation-mode: bicubic;
    -webkit-backface-visibility: hidden;
  }
}
.search-sp {
  padding: 0px;
  box-sizing: border-box;
  background: rgba(255, 253, 231, 0.9);
}
.search-sp__head {
  background: #1976d2;
  text-align: center;
  padding: 8px 0px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}
.search-sp__button--submit {
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  background: #f9a825;
  -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(../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: "";
}
#departureDate {
  display: flex;
}
/* sp */
@media screen and (max-width: 768px) {
  .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: 14%;
    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;
  }
}
/* pc */
@media screen and (min-width: 769px) {
  .search-sp {
    display: none;
  }
  .flex {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }
  .plan_label {
    width: 254px;
  }
  .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: 42px !important;
    margin-right: 9px !important;
    /* width: 254px; */
  }
}
/* 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: 40%;
  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;
}
@media screen and (max-width: 600px) {
  .card {}
  .card__item--01 {
    border: 1px solid #ccc;
    box-sizing: border-box;
    /* width: 350px; */
    margin-right: 10px;
  }
  .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: 12px;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 600;
    color: #ff5722;
  }
  .card__item--01 a .tour-info__price span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
  .card__item--02 {
    /* margin-bottom: 20px; */
    border: 1px solid #ccc;
    box-sizing: border-box;
    /* width: 350px; */
    margin-right: 10px;
  }
  .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: 12px;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 600;
    color: #ff5722;
  }
  .card__item--02 a .tour-info__price span {
    font-size: 16px;
    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);
    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: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 600;
    color: #222;
  }
  .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: 5px 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: 2rem;
    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;
  }
}
/*
.card__item--02 {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: 200px;
  margin-right: 20px;
}
.card__item--02:last-child {
  margin-right: 0;
}
.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;
} */
@media screen and (min-width: 768px) {
  .card__item--02 {
    width: 211px !important;
    margin-right: 10px !important;
  }
  .card__item--02:last-child {
    margin-right: 0 !important;
  }
  .card__item--02 .card__title {
    margin-bottom: 15px !important;
  }
  .card__item--02 .card__title {
    margin-bottom: 10px !important;
  }
  .card__item--02 .tour-info {
    text-align: center !important;
    display: block !important;
  }
  .card__item--02 .tour-info__tag {
    background: #1976d2 !important;
    font-size: 12px !important;
    font-size: 1.2rem !important;
    line-height: 1 !important;
    color: #fff !important;
    padding: 10px 0px !important;
    text-align: center !important;
    margin-bottom: 10px !important;
  }
  .card__item--02 .tour-info__price {
    margin-left: auto !important;
    font-size: 18px !important;
    font-size: 1.8rem !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    color: #ff5722 !important;
  }
  .card__item--02 a {
    -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;
    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); */
  }
  .card__item--02 a:hover .card__title {
    /* text-decoration: underline; */
  }
}
.btn_box {
  width: 100%;
}
.btn_box ul {
  padding: 0; /* ulタグのデフォルトCSSを打ち消し */
  margin: 15px 0 0 0; /* ulタグのデフォルトCSSを打ち消し */
  list-style: none; /* ulタグのデフォルトCSSを打ち消し */
  text-align: center; /* 子要素を左右中央揃え */
}
.btn_box ul li {
  display: inline-block; /* インラインブロック要素にする */
  width: 31.3%; /* 幅指定 */
  vertical-align: middle; /* 要素を上下中央で揃える */
}
.btn_box ul li.btn01 {
  width: 96%;
}
.btn_box ul.btn01 li {
  width: 96%;
}
.btn_box ul.btn02 li {
  width: 47%;
}
.btn_box ul li a {
  text-decoration: none; /* 文字のデフォルトCSSを打ち消し */
  display: inline-block; /* インラインブロック要素にする */
  padding: 20px 0; /* 余白指定 */
  width: 100%; /* 幅指定 */
  box-sizing: border-box; /* 崩れ防止 */
  color: #ffffff;
  background: #f9a825;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -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);
}
.btn_box ul li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}