@charset "UTF-8";
/*ヘッダー
------------------------------*/
.head .logo a {
  display: block;
  width: 62%;
  padding: 2% 45% 0 0;
  background: url(../img/logo_image.png) no-repeat right top /38% auto;
}
.head .logo img {
  width: 100%;
  zoom:1;
}
.header_title h1 {
  font-size: 2.5vw;
}
.head_wrap .head .headinfo .logo {
  width: 45vw;
}
.head_wrap .head .headinfo .logo a img {
  width: 100%;
}
div.header_title h1 {
  font-size: 2.9vw;
  color: #2e2e2e;
  padding: 1vw 2vw;
}

/*全体
------------------------------*/
#featurebody {
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}
#featurebody img{width:100%;vertical-align: bottom;}

/*背景写真枠
------------------------------*/
.body-bk {
  background: url(../img/sp/kv_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding-bottom: 5vw;
  padding-top: 5vw;
  box-sizing: border-box;
}
.body-bk .inner .bread {
  background: #eaeaea;
  margin-top:-5vw;
  margin-bottom:5vw;
}
.body-bk .inner .bread ul.clearfix {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5vw 2vw;
}
.body-bk .inner .bread ul.clearfix li {
  font-size: 3vw;
  color: #2e2e2e;
}
.body-bk .inner .bread ul.clearfix li a {
  font-size: 3vw;
  color: #2e2e2e;
  text-decoration: none;
}

.wrapbread .inner .bread {
  background: #eaeaea;
}
.wrapbread .inner .bread ul.clearfix {
  display: flex;
  padding: 1.5vw 2vw;
  overflow-x: scroll;
}
.wrapbread .inner .bread ul.clearfix li {
  font-size: 3vw;
  line-height: 1.5;
  white-space: nowrap;
  color: #2e2e2e;
}
.wrapbread .inner .bread ul.clearfix li a {
  font-size: 3vw;
  color: #2e2e2e;
  text-decoration: none;
}



/*おすすめツアー
-----------------------*/
.recommend .inner .tour {
  background: #ffffff;
  background-position: center top;
  background-size: 100%;
  padding-top: 10vw;
  padding-bottom: 20vw;
}

.recommend .inner .tour .heading02 {
  /*font-size: 4.5vw;*/
	font-size: 18px;
  font-weight: bold;
  margin-bottom: 6vw;
  padding-left: 5vw;
  text-align: center;
  color: #fff;
  /*background: url(../img/sp/icon_flag.png) no-repeat left calc(50% - 17vw) center;*/
	 background: url(../img/sp/icon_flag.png) no-repeat left calc(35% - 17vw) center;
  background-size: 5vw calc(5vw * 28 / 32);
}

.recommend .inner .tour .tab_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 94vw;
	height: auto;
  margin: 0 auto 6vw;
	
	
	
	
}

.recommend .inner .tour .tab_btns::after {
  display: none;
}

.recommend .inner .tour .tab_btns li {
  display: flex;
	flex-grow: 1;
  align-items: center;
  justify-content: center;
  width: 23%;
  font-size: 3vw;
  color: #092b6f;
  background: #fff;
  border: .3vw solid #092b6f;;
  border-radius: 1vw;
  box-shadow: 0 0.5vw 2.5vw 0.2vw rgba(0, 0, 0, 0.1);
  padding: 5vw 1vw;
  box-sizing: border-box;
  cursor: pointer;
	line-height: 1.5;
	text-align: center;
	 
}

.recommend .inner .tour .tab_btns li.current {
  background: #092b6f;;
  pointer-events: none;
	color: #fff;
}

.recommend .inner .tour .tab_cont div.current:nth-child(2),
.recommend .inner .tour .tab_cont div.current:nth-child(3),
.recommend .inner .tour .tab_cont div.current:nth-child(4) {
  display: none;
}
.recommend .inner .tokyo_inner,
.recommend .inner .osaka_inner,
.recommend .inner .hukuoka_inner,
.recommend .inner .recommend_tours{
  display: flex;
  flex-wrap: wrap;
  width: 96vw;
  margin: 0 auto;
}

.recommend .inner .tour .tour_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  padding: 2vw 0;
  box-sizing: border-box;
}

.recommend .inner .tour .tour_box.column01 {
  width: 100%;
  margin-bottom: 2%;
}

.recommend .inner .tour .tour_box.column01 .tour_pic {
  width: 47%;
  padding-left:2vw;
}

.recommend .inner .tour .tour_box.column01 .tour_txts {
  width: 50%;
}

.recommend .inner .tour .tour_box.column02 {
  width: 49.25%;
  margin-bottom: 2%;
}

.recommend .inner .tour .tour_box.column02 .tour_pic {
  width: 100%;
  padding:0 2vw;
}

.recommend .inner .tour .tour_box.column02 .tour_txts {
  width: 100%;
}

.recommend .inner .tour .tour_box.column02:nth-of-type(2n) {
  margin-right: 1.5%;
}
.recommend .inner .tour .osaka .tour_box.column02:nth-of-type(2n-1) {
  margin-right: 1.5%;
}
.recommend .inner .tour .osaka .tour_box.column02:nth-of-type(2n) {
  margin-right: 0;
}

.recommend .inner .tour .tour_box .tour_pic {
  display: block;
  box-sizing: border-box;
}

.recommend .inner .tour .tour_box .tour_pic img {
  width: 100%;
  border: 1vw solid #ededed;
  box-sizing: border-box;
}

.recommend .inner .tour .tour_box .tour_txts {
  font-weight: bold;
}

.recommend .inner .tour .tour_box .tour_txts .tour_text {
  display: flex;
  align-items:flex-start;
  font-size: 3.5vw;
  color: #333;
  margin: 1.5vw auto;
  padding:0 2vw;
	line-height: 1.2;
}
.recommend .inner .tour .tour_box:nth-child(1) .tour_txts .tour_price{
  margin-right:2vw;
}
.recommend .inner .tour .tour_box .tour_txts .tour_price {
  display: block;
  font-size: 3.5vw;
  text-align: center;
  color: #ff0101;
  background: #fff8f8;
  margin-bottom: 1vw;
  padding: 2vw 1vw;
  box-sizing: border-box;
}

/**********************
	割引挿入
	************************/
	/*.recommend .inner .tour .tour_box .tour_txts .tour_price::before{
    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;
		
	}*/
	
	/**********************
	//割引挿入
	************************/

.recommend .inner .tour .tour_box .tour_txts .tour_price span {
  font-size: 2.5vw;
}

.recommend .inner .tour .tour_box:nth-child(1) .tour_txts .tour_btn{
  padding:0 2vw;
}
.recommend .inner .tour .tour_box:nth-child(n+2) .tour_txts .tour_btn{
  padding:0 2vw;
}
.recommend .inner .tour .tour_box .tour_txts .tour_btn a {
  display: block;
  font-size: 3.5vw;
  text-align: center;
  color: #fff;
  background: #147ccc;
  padding: 3.5vw 0;
  border-radius: .7vw;
  text-decoration: none;
}

/*おすすめ特集*/
.special,
.special_feature{
  margin-bottom: 10vw;
}
.special dl dt,
.special_feature dl dt{
  font-size: 4.5vw;
  font-weight: bold;
  text-align: center;
  color: #333;
  background: url(../img/sp/icon_star.png) no-repeat;
  background-position: left calc(50% - 18vw) center;
  background-size: 4.5vw;
  margin: 8vw auto 6vw;
}
.special dl dd,
.special_feature dl dd {
  display: block;
  width: 96vw;
  margin: 0 auto;
}

.special dl dd ul,
.special_feature ul {

}

.special dl dd ul li,
.special_feature dl dd ul li{
  float: left;
  width: 49.25%;
  margin-bottom: 3vw;
}

.special dl dd ul li:nth-child(2n-1),
.special_feature dl dd ul li:nth-child(2n-1){
  margin-right: 1.5%;
}

.special dl dd ul li a,
.special_feature dl dd ul li a{
  display: block;
  width: 100%;
  font-size: 3vw;
  line-height: 1.3;
  color: #555555;
}

.special dl dd ul li a img,
.special_feature dl dd ul li a img{
  width: 100%;
}


/*関連記事*/
.related_article {
  overflow: hidden;
}
.related_article .inner .heading02 {
  font-size: 4.5vw;
  font-weight: bold;
  text-align: center;
  color: #333;
  background: url(../img/sp/icon_article.png) no-repeat;
  background-position: left calc(15% - 12vw) center;
	/* background-position: left calc(50% - 12vw) center;*/
  background-size: 4.5vw;
  margin: 8vw auto 6vw;
}

.related_article .inner .articlebox {
  margin-bottom: 10vw;
  padding: 0 6vw;
  position: relative;
}

.related_article .inner .articlebox .slick-slide {
  width: 40vw;
  margin: 0 3vw;
  box-sizing: border-box;
}
.related_article .inner .articlebox .slick-prev{
  top:50%;
  left:0;
  width:10vw;
  height:10vw;
}
.related_article .inner .articlebox .slick-next{
  top:50%;
  right:0;
  width:10vw;
  height:10vw;
}

.related_article .inner .articlebox .slick-prev:before,
.related_article .inner .articlebox .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f105";
  color: #51ced1;
  font-size: 10vw;
  position: absolute;
  top: 0;
  opacity: 1;
}

.related_article .inner .articlebox .slick-prev:before {
  content: "\f104";
  left:2vw;
}

.related_article .inner .articlebox .slick-next:before {
  content: "\f105";
  right: 2vw;
}

.related_article .inner .articlebox a {
  display: block;
  text-decoration: none;
}

.related_article .inner .articlebox img {
  width: 100%;
}

.related_article .inner .articlebox dl dt {
  font-size: 4vw;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  margin: 2vw 0;
}

.related_article .inner .articlebox dl dd {
  display: block;
  height: 22.5vw;
  font-size: 3vw;
  color: #555555;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
}

.related_article .inner .articlebox dl dd::before {
  width: 4vw;
  height: 4vw;
  content: "";
  position: absolute;
  display: block;
  bottom: .5vw;
  right: .9vw;
  background-color: #fff;
  z-index: 1;
}

.related_article .inner .articlebox dl dd::after {
  content: "…";
  font-size: 3vw;
  line-height: 1;
  position: absolute;
  display: block;
  bottom: .3vw;
  right: 1vw;
  background-color: #fff;
  z-index: 2;
}


/*インフォメーション*/
.information {
  background: #f7f7f7;
  padding-top: 6vw;
}

.information .heading02 {
  font-size: 4.5vw;
  font-weight: bold;
  text-align: center;
  color: #333;
  background: url(../img/sp/icon_info.png) no-repeat;
  background-position: left calc(50% - 24vw) center;
  background-size: 4.5vw;
  margin: 8vw auto 6vw;
}

.information ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5vw;
}

.information ul li:nth-child(1) {
  width: 100%;
  z-index: 3;
}

.information ul li:nth-child(n+2) {
  width: 50%;
}

.information ul li:nth-child(2), .information ul li:nth-child(3) {
  z-index: 2;
}

.information ul li:nth-child(4), .information ul li:nth-child(5) {
  z-index: 1;
}

.information ul li:nth-child(6), .information ul li:nth-child(7) {
  z-index: 0;
}

.information ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12.5vw;
  font-size: 3.2vw;
  text-decoration: none;
  color: #555555;
  background: #fff;
  padding-right: 3vw;
  box-shadow: 0 0.2vw 0.8vw 0.5vw rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  position: relative;
}

.information ul li a::after {
  content: "";
  width: 2vw;
  height: 2vw;
  border-top: .3vw solid #5bd1d4;
  border-right: .3vw solid #5bd1d4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 1vw);
  right: 3vw;
}

.text_area .inner p {
  display: block;
  width: 94vw;
  font-size: 3vw;
  color: #555555;
  line-height: 1.5;
  margin: 0 auto 10vw;
}

/*下層ページタイトル
----------------------------*/
.ski_info .title_bar .gelande {
  display: flex;
  justify-content: space-between;
  height: 16vw;
}

.ski_info .title_bar .gelande .ts {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  font-size: 3vw;
  font-weight: bold;
  color: #fff;
  background: #333;
  position: relative;
}

.ski_info .title_bar .gelande .ts::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1vw 0 1vw 1.5vw;
  border-color: transparent transparent transparent #333333;
  position: absolute;
  top: calc(50% - 1vw);
  right: -1.5vw;
}

.ski_info .title_bar .gelande h2 {
  display: flex;
  align-items: center;
  padding-left: 5vw;
  width: 85%;
  font-size: 5vw;
  font-weight: bold;
  color: #fff;
  background: #048cb5;
  box-sizing: border-box;
}

.ski_info .title_bar ul {
  display: flex;
  justify-content: space-between;
}

.ski_info .title_bar ul::after {
  display: none;
}

.ski_info .title_bar ul li {
  width: calc(100% / 3);
  height: 9vw;
}

.ski_info .title_bar ul li:nth-child(1) a {
  font-size: 3vw;
  color: #fff;
  background: #8ccadd;
  cursor: none;
  pointer-events: none;
}

.ski_info .title_bar ul li:nth-child(1) a::after {
  display: none;
}

.ski_info .title_bar ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9vw;
  border: .3vw solid #8ccadd;
  box-sizing: border-box;
  font-size: 3.5vw;
  color: #62b3cc;
  background: #fff;
  text-decoration: none;
  position: relative;
}

.ski_info .title_bar ul li a::after {
  font-family: "Font Awesome 5 Free";
  font-size: 4vw;
  font-weight: bold;
  color: #62b3cc;
  content: "\f105";
  position: absolute;
  right: 3vw;
}



/*ゲレンデ情報
----------------------------*/
.ski_info > .inner .picleft img {
  width: 100%;
}

.ski_info > .inner .ski_info_text {
  display: block;
  margin: 0 auto;
  width: 96vw;
  font-size: 3.5vw;
  line-height: 1.5;
  color: #555555;
  padding: 3vw 0;
}

.ski_info > .inner .info_tbl {
  margin: 0 auto 3vw;
  width: 96vw;
}

.ski_info > .inner .info_tbl caption {
  display: inline-block;
  font-size: 3.5vw;
  font-weight: bold;
  color: #fff;
  background: #4db6d6;
  padding: 1vw 3vw;
}

.ski_info > .inner .info_tbl tr {
  font-size: 3.5vw;
  line-height: 1.4;
  color: #555;
  width: 100%;
  border-bottom: .3vw solid #c9e9f3;
}

.ski_info > .inner .info_tbl tr:nth-child(1) {
  border-top: .6vw solid #4db6d6;
}

.ski_info > .inner .info_tbl tr td {
  padding: 3vw 0;
}

.ski_info > .inner .info_tbl tr td:nth-child(1) {
  width: 30%;
  color: #333;
  font-weight: bold;
}

.ski_info > .inner .info_tbl tr td:nth-child(2) {
  width: 70%;
}

/*●●に行くスキーツアー
------------------------------ */
.start_tour { background: #f7f7f7; }
.start_tour .inner {}
.start_tour .inner .heading02 {
  padding: 2vw;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
}
.start_tour .inner .heading02::before {
  margin-bottom: 2vw;
  width: 100%;
  color: #bbb;
  font-family: "Font Awesome 5 Free";
  font-size: 6.25vw;
  font-weight: 900;
  display: inline-block;
  content: "\f3c5";
}
.start_tour .inner .heading02 span { display: block; margin-bottom:2vw;}
.start_tour .pricebox { padding: 0 2vw 2vw; }
.start_tour .pricebox dl { text-align: center; }
.start_tour .pricebox dl dt {
  padding: 3vw 1vw;
  font-size: 4.375vw;
  font-weight: bold;
}
.start_tour .pricebox dl dt span {
  background-size: auto 4.375vw;
  background-position: left center;
  background-repeat: no-repeat;
  margin: 0 2vw;
  color: #fff;
  display: inline-block;
}
.start_tour .pricebox dl dt .icon_tour01 { padding-left: 5vw; }
.start_tour .pricebox dl dt .icon_tour02 { padding-left: 5.5vw; }
.start_tour .pricebox dl dt .icon_tour03 { padding-left: 3vw; }
.start_tour .pricebox dl dd {
  background: #fff;
  padding: 3vw 6vw;
  box-shadow: 0 1px 4px 2px rgba(0,0,0,0.15);
}
.start_tour .pricebox dl dd ul {}
.start_tour .pricebox dl dd ul li {}
.start_tour .pricebox dl dd ul li a {
  margin-bottom: 3vw;
  padding: 4vw 3vw;
  color: #555;
  font-size: 3.75vw;
  text-decoration: none;
  box-shadow: 0 1px 4px 2px rgba(0,0,0,0.15);
  border-radius: 1.5vw;
  display: block;
  position: relative;
}
.start_tour .pricebox dl dd ul li a:after {
  color: #63d3d6;
  font-family: "Font Awesome 5 Free";
  font-size: 3.75vw;
  font-weight: 900;
  vertical-align: bottom;
  content: "\f105";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 3vw;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.start_tour .pricebox dl dd ul li a span {
  color: #f00;
  font-size: 4.375vw;
  font-weight: bold;
}

/* リフト券付き */
.start_tour .pricebox dl:nth-child(1) dt { background: #d6bb4d; }
.start_tour .pricebox dl:nth-child(1) dt .icon_tour01 {
  background-image: url(../img/icon_plane01.png);
}
.start_tour .pricebox dl:nth-child(1) dt .icon_tour02 {
  background-image: url(../img/icon_bed01.png);
}
.start_tour .pricebox dl:nth-child(1) dt .icon_tour03 {
  background-image: url(../img/icon_ticket01.png);
}
.start_tour .pricebox dl:nth-child(1) dd ul li a {
  border: solid 2px #d6bb4d;
}

/* リフト券付き */
.start_tour .pricebox dl:nth-child(2) dt { background: #d6774d; }
.start_tour .pricebox dl:nth-child(2) dt .icon_tour01 {
  background-image: url(../img/icon_plane02.png);
}
.start_tour .pricebox dl:nth-child(2) dt .icon_tour02 {
  background-image: url(../img/icon_bed02.png);
}
.start_tour .pricebox dl:nth-child(2) dt .icon_tour03 {
  background-image: url(../img/icon_ticket02.png);
}
.start_tour .pricebox dl:nth-child(2) dd ul li a {
  border: solid 2px #d6774d;
}

/*
  ホテルからツアーを探す
------------------------------ */
.from_hotel { background: #f7f7f7; }
.from_hotel .inner {
  padding: 0 2vw 2vw;
}
.from_hotel .inner .heading02 {
  padding: 6vw 2vw;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
}
.from_hotel .inner .heading02 span {
  background: url(../img/icon_bed03.png) left center no-repeat;
  background-size: auto 5vw;
  padding-left: 6.5vw;
  display: inline-block;
}
.from_hotel .inner .from_hotel_box {
  background: #fff;
  margin-bottom: 4vw;
  padding-bottom: 2vw;
  box-shadow: 0 1px 4px 2px rgba(0,0,0,0.15);
}
.from_hotel .inner .from_hotel_box .from_hotel_heading {
  background: url(../img/titlebar01.jpg) no-repeat left top;
  background-size:auto 100%;
  box-sizing: border-box;
  padding-left: 20vw;
  height: 15vw;
  line-height: 15vw;
  color: #fff;
  font-size: 4.375vw;
  font-weight: bold;
}
.from_hotel .inner .from_hotel_box .from_hotel_box_inner {
  background: #fff;
  padding: 2vw;
}
.from_hotel .inner .from_hotel_box .from_hotel_box_inner .picleft2 {
  margin-bottom: 2vw;
  width: 40%;
  float: left;
}
.from_hotel .inner .from_hotel_box .from_hotel_box_inner .picleft2 img {
  width: 100%;
}
.from_hotel .inner .from_hotel_box .from_hotel_box_inner .from_hotel_text {
  margin-bottom: 2vw;
  width: 58%;
  float: right;
  font-size:3.5vw;
  color:#555555;
  font-weight: normal;
  line-height: 1.4;
}

/* チェックイン・チェックアウト */
.from_hotel .inner .from_hotel_box .from_hotel_box_inner .info_tbl {
  background: #f7f7f7;
  width: 100%;
  font-size: 3.125vw;
  border: solid 1px #4db6d6;
  clear: both;
}
.from_hotel .inner .from_hotel_box .from_hotel_box_inner .info_tbl tr:first-child {
  border-bottom: solid 1px #c4e3ed;
}
.from_hotel .inner .from_hotel_box .from_hotel_box_inner .info_tbl tr td:first-child {
  width: 55%;
  font-weight: bold;
}
.from_hotel .inner .from_hotel_box .from_hotel_box_inner .info_tbl td { padding: 1.5vw; }

/* プラン */
.from_hotel .inner .from_hotel_box .from_hotel_plan {
  background: #f7f7f7;
  margin-bottom: 2vw;
  font-size: 3.125vw;
  border-bottom: solid 2px #c9e9f3;
  display: flex;
  align-items: center;
}
.from_hotel .inner .from_hotel_box .from_hotel_plan span {
  padding: 2vw 0 2vw 2vw;
  width: 38%;
  color: #0e91b8;
  font-weight: bold;
  text-align: right;
  display: block;
}
.from_hotel .inner .from_hotel_box .from_hotel_plan ul {
  padding: 2vw;
  width: calc(100% - 38% - 4vw);
}
.from_hotel .inner .from_hotel_box .from_hotel_plan ul li {
  margin-right: 2%;
  width: 48%;
  text-align: right;
  float: left;
}
.from_hotel .inner .from_hotel_box .from_hotel_plan ul li a {
  padding: 4vw 2.5vw 4vw 0;
  color: #fff;
  text-decoration: none;
  letter-spacing: -2px;
  border-radius: 1vw;
  display: block;
}

/* リフト券付き */
.from_hotel .inner .from_hotel_box .from_hotel_plan ul li:nth-child(1) a {
  background: url(../img/icon_ticket01.png) #d6bb4d left 3vw center no-repeat;
  background-size:4vw auto;
}

/* リフト券なし */
.from_hotel .inner .from_hotel_box .from_hotel_plan ul li:nth-child(2) a {
  background: url(../img/icon_ticket02.png) #d6774d left 3vw center no-repeat;
  background-size:5vw auto;
}


/*その他のスキー場から探す*/
.from_other {
  background: #f7f7f7;
  padding: 7.5vw 2vw;
}

.from_other .inner .heading02 {
  font-size: 4.5vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 7.5vw;
  padding-left: 7.5vw;
  position: relative;
}

.from_other .inner .heading02::before {
  display: block;
  content: "";
  width: 7vw;
  height: calc(7vw * 25 / 46);
  background: url(../img/sp/icon_mountain.png) no-repeat;
  background-position: left center;
  background-size: 100%;
  position: absolute;
  top: calc(50% - 2vw);
  left: calc(50% - 30vw);
}
.from_other .inner .from_other_box > div{
  background:#fff;
  margin:2vw 0 0;
  box-shadow: 0vw 0.5vw 1vw 0.5vw rgba(0, 0, 0, 0.1);
}
.from_other .inner .from_other_box > div a{
  display: block;
  color:#000;
  position: relative;
  overflow: hidden;
}
.from_other .inner .from_other_box > div a::after{
  clear:both;
  content:'';
  display: block;
  content: "\f105";
  position: absolute;
  top: calc(50% - 8px);
  right: 8px;
  font-family: "Font Awesome 5 Free";
  color: #048cb5;
  font-size: 16px;
  font-weight: 900;
}
.from_other .inner .from_other_box .picleft2{
  width:30%;
  float:left;
}
.from_other .inner .from_other_box .from_other_t{
  width:70%;
  float:right;
  position: relative;
}
.from_other .inner .from_other_box .from_other_t span {
  display: inline-block;
  font-size: 2.5vw;
  color: #fff;
  background: #fd7171;
  padding: 2vw 2vw 2vw 6vw;
  position: absolute;
  left:0;
  top:0;
}
.from_other .inner .from_other_box .from_other_t p{
  display: table-cell;
  width:100%;
  padding-top:4vw;
  padding:4vw 2vw 0;
  height:21vw;
  vertical-align: middle;
  box-sizing: border-box;
  font-size:4vw;
}

.from_other .inner .from_other_box .from_other_t span::before {
  display: block;
  content: "";
  background: url(../img/sp/icon_plane.png) no-repeat;
  background-position: left 0vw center;
  background-size: 100%;
  width: 3.5vw;
  height: 3.5vw;
  position: absolute;
  top: calc(50% - 1.75vw);
  left: 1vw;
}

.visible-pc {
  display: none;
}

.picleft img {
  box-sizing: border-box;
  padding: 2%;
}


.no_link a {
  background:none!important;
  pointer-events: none;
}

/*--------------------
condition
-----------------------*/
#condition {
  /*margin-top: 10vw;*/
  background: #f0f8ff;
  padding: 10vw 0 10vw;
	clear: both;
  /*position: relative;*/
}
#condition .in_bdy {
  width: 94%;
  margin: 0 auto;
}
#condition h3 {
	font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
	line-height: 24px;
 font-weight: bold;
}
#condition .tBox {
  background: #fff;
  margin: 20px auto;
  padding: 20px 10px 0px;
	overflow: hidden;
}

#condition .tBox .heading{
	padding-bottom: 0.35em;
  border-bottom: 1px solid #ccc;
	/*font-size: 3.5vw;*/
	font-size: 16px;
}
#condition .list_box {
  /*position: relative;*/
	/*text-indent: -1em;*/
	margin-bottom: 40px;
}
#condition .list_box > li {
  text-align: left;
  margin-top: 0.5rem;
  position: relative;
 /* padding-left: 1em;*/
  line-height: 1.8;
	font-size: 13px;
}


/*************************************/
.comment{
	padding: 20vw 4vw;
    line-height: 1.5;
}

ul{
	padding: 0;

}
/*.pickup__inner {	   
	 padding: 20px 10px;
	
}
*/
/*.pickup__inner .pickup__list:before {
    content: "";
    display: block;
    width: 23%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}*/

.pickup__inner .pickup__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px;
    font-size: .75rem;
}


.pickup__inner .pickup__list li {
    width: 48%;
    font-size: .625rem;
	background: #FFFFFF;
	margin: 0 0 20px;
}

.pickup__inner .pickup__list li a{
	text-decoration: none;
	font-size: 10px;
	line-height: 1.4;
	color:#00000;
}

.pickup__inner .pickup__list li img {
    width: 100%;
    margin: 0 0 10px;
}

.pickup__inner .pickup__list li img {
    margin: 0 0 5px;
}