@charset "UTF-8";
#content-wrap {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#content-wrap p {
  font-size: 14px;
}
@media(min-width:768px) {
  #content-wrap p {
    font-size: 16px;
  }
}
/* ====================================
メインビジュアル
==================================== */
#Hero {
	position: relative;
	padding: 0px 0 50px;
    background-color: #89cde4;
	background-image: url("/static/img/campaign/area/bg-dod.webp");
	background-size: 1000px 500px;

}
#Hero:before {
	content: "";
	background: url("/static/img/campaign/area/bg-sp-top.png") no-repeat center top 20px / 100%;
	background-color: #89CDE4;
	position: absolute;
	bottom: 0;
	height: 50px;
	width: 100%;
}

.hero-logo {
  text-align: center;
}

.hero-logo img{
	margin: 0 auto;
}

.pc-on {
  display: none;
}

@media(min-width:768px) {
	#Hero:before {
		background: url(/static/img/campaign/area/bg-pc-top.png) no-repeat center top 20px / 100%;
	}
.pc-on {
  display:block;
}
	
	
.sp-on	{
  display: none;
}
	
}
	
	
/* ====================================
共通
==================================== */
.bg-blue {
  background: #89CDE4;
}
.txt-pink {
  color: #E6759E;
}
.txt-big {
  font-size: 1.5em;
}
.txt-price {
  font-family: 'Oswald', sans-serif, Arial, Helvetica, "sans-serif";
  font-weight: bold;
}
.txt-small {
  font-size: 0.9em !important;
}
.line-yellow {
  /*display: inline-block;*/
  border-bottom: solid 6px #FAE485;
  display: inline;
  line-height: 1.8;
}
/* ====================================
#Merit
==================================== */
/*
#Merit {
  background: url("/static/img/campaign/area/bg-menu-sp.png") no-repeat center top 10px, url("/static/img/campaign/area/bg-sp-top.png") no-repeat center bottom;
  background-color: #89CDE4;
  background-size: contain;
  height: auto;
  padding: 40px 0;
  position: relative;
}
#Merit h2 {
  width: 90%;
  max-width: 380px;
  margin: 0 auto;
}
*/

.img-willer {
  margin-top: -100px;
  position: static;
  z-index: 1;
}
.fluffy01 {
  /* アニメーション名 アニメーションにかかる時間 アニメーションの繰り返し回数 */
  /* fluffy 3秒 無限ループ */
  animation: fluffy 3s infinite;
  position: absolute;
  left: 0;
  top: 40%;
  z-index: 0;
}
.fluffy02 {
  /* アニメーション名 アニメーションにかかる時間 アニメーションの繰り返し回数 */
  /* fluffy 3秒 無限ループ */
  animation: fluffy 3s infinite;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 25%;
}
.fluffy03 {
  /* アニメーション名 アニメーションにかかる時間 アニメーションの繰り返し回数 */
  /* fluffy 3秒 無限ループ */
  animation: fluffy 3s infinite;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 80%;
}
.fluffy04 {
  /* アニメーション名 アニメーションにかかる時間 アニメーションの繰り返し回数 */
  /* fluffy 3秒 無限ループ */
  animation: fluffy 3s infinite;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 380px;
}
.fluffy05 {
  /* アニメーション名 アニメーションにかかる時間 アニメーションの繰り返し回数 */
  /* fluffy 3秒 無限ループ */
  animation: fluffy 3s infinite;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 94%;
  width: 67% !important;
  height: auto;
}
.fluffy06 {
  display: none;
}
@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.merit-box {
  border: #2173A5 2px solid;
  background: #fff;
  border-radius: 20px;
  width: 90%;
  margin: 150px auto 0;
  max-width: 940px;
  padding: 20px 12px;
  z-index: 1;
  position: relative;
  color: #2173A5;
  font-weight: bold;
}
.merit-box::before {
  content: "";
  display: inline-block;
  font-family: initial;
  background: url("/static/img/campaign/area/tit-willer.png") no-repeat;
  width: 310px;
  height: 140px;
  background-size: cover;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  top: -133px;
  left: 50%;
  position: absolute;
}
.cospa-box {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: #DCDCDC 2px dashed;
}
.cospa-box .txt-cosp {
  margin: 20px 0;
}
.txt-ex {
  font-size: 1.2em;
  line-height: 50px;
  vertical-align: middle;
}
.txt-ex::before {
  content: "";
  display: inline-block;
  background: url("/static/img/campaign/area/txt-ex.png") no-repeat;
  width: 70px;
  height: 70px;
  margin-left: -30px;
  margin-bottom: -20px;
}
.txt-otoku {
  font-size: 1.1em;
  border: #2173A5 2px solid;
  background: #FFF8CE;
  border-radius: 60px;
  padding: 10px 10px;
  line-height: 1.5em;
  margin: 20px 0;
}
.tipa-box {
  text-align: center;
  padding-bottom: 70px;
}
.txt-check {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 16px;
  text-align: center !important;
  line-height: 22px;
  margin-top: 40px;
}
.txt-check::before {
  content: "";
  display: inline-block;
  background: url("/static/img/campaign/area/ico-check.png") no-repeat bottom;
  width: 17px;
  height: 17px;
  background-size: contain;
  line-height: 20px;
  margin-right: 4px;
}
.img-bus-a {
  position: absolute;
  width: 200px;
  height: 90px;
  bottom: -20px;
  right: 2px;
}
.img-tower {
  position: absolute;
  width: 48px;
  height: 103px;
  bottom: -20px;
  left: 20px;
}



@media(min-width:768px) {
  .fluffy01 {
    top: 60%;
  }
  .fluffy03 {
    display: none;
  }
  .fluffy05 {
    width: auto !important;
  }

  #Merit {
    background: url("/static/img/campaign/area/bg-menu-pc.png") no-repeat center top 0, url("/static/img/campaign/area/bg-pc-top.png") no-repeat center bottom;
    background-size: contain;
    background-color: #89CDE4;
  }

  .merit-box {
    margin: 280px auto 0;
    padding: 40px;
  }
  .merit-box::before {
    width: 570px;
    height: 260px;
    top: -240px;
    left: 50%;
  }

  .cospa-box {
    position: relative;
  }
  .txt-cosp {
    position: absolute;
    left: -80px;
    width: 22%;
    height: auto;
  }
  .cospa-box ul {
    display: flex;
    justify-content: center;
  }
  .txt-otoku {
    width: 86%;
    margin: 20px auto 10px;
    max-width: 580px;
  }
  .tipa-box {
    position: relative;
    padding-bottom: 0;
  }
  .txt-tipa {
    position: absolute;
    right: -60px;
    top: 25%;
    width: 22%;
    height: auto;
  }
  .tipa-box ul {
    display: flex;
    width: 84%;
    margin: 0 auto;
    justify-content: space-between;
  }
  .img-bus-a {
    width: 190px;
    height: auto;
    top: 80px;
    right: -30px;
  }
  .img-tower {
    width: 70px;
    height: auto;
    top: -30px;
    left: 40px;
  }
}

@media(min-width:992px) {
  .txt-cosp {
    width: 29%;
    left: -90px;
  }
  .tipa-box ul {
    width: 74%;
  }
  .txt-tipa {
    position: absolute;
    right: -90px;
    width: 25%;
    height: auto;
  }
  .img-bus-a {
    width: 270px;
    height: 120px;
    top: 80px;
    right: -30px;
  }
  .img-tower {
    width: 78px;
    height: 170px;
    top: -30px;
    left: 60px;
  }
}


/* ====================================
#Why
==================================== */
#Why {
  background: #5BA6D4;
  padding: 10px 5% 10px;
  color: #fff;
  font-weight: bold;
  position: relative;
  text-align: center;
}

#Why:before {
	content: "";
	background: url(/static/img/campaign/area/bg-menu-sp.png) no-repeat center top 0 / contain;
	position: absolute;
	width: 100%;
	height: 500px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	pointer-events: none;
}

/*ページ内リンクボタン*/
.page-menu {
  margin: 0 auto 30px;
  width: 90%;
  max-width: 940px;
  justify-content: space-between;
  z-index: 1;
}
.page-menu li {
  width: 49%;
  text-align: center;
}
.page-menu li a {
	border: #2173A5 2px solid;
	background: #FAE485;
	color: #2173A5;
	padding: 8px 0 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	font-weight: bold;
	position: relative;
	font-size: 0.9em;
	min-height: 73px;
}
.page-menu li a:hover {
  text-decoration: none;
  background: #e5ce68;
}
.page-menu li a::before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, -50%);
  font-weight: 900;
}

#Why h2 {
  margin: 0 30px;
  padding: 20px 0 0;
	font-size: 22px;
	font-weight: bold;
}
#Why img {
  margin: 0 auto;
}
#Why .ul-reason li {
  margin-bottom: 40px;
}
#Why .ul-reason li img {
  margin-top: 10px;
}

.slideinLeft {
  animation: slideinLeft 3s;
}

@keyframes slideinLeft {
  0% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideinRight {
  animation: slideinRight 3s;
}

@keyframes slideinRight {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@media(min-width:768px) {
	#Why:before{
		background: url(/static/img/campaign/area/bg-menu-pc.png) no-repeat center top 0 / 90%;
	}
	
	/*ページ内リンクボタン*/
	.page-menu {
		margin: 40px auto;
	}
	.page-menu li a {
		padding: 20px 0;
		min-height: inherit;
	}
	.page-menu li a::before {
		content: "\f107";
		font-family: "Font Awesome 5 Free";
		position: absolute;
		top: 55%;
		left: 88%;
		bottom: 0;
		transform: translate(0, -50%);
		font-weight: 900;
	}
	
	#Why h2 img {
		margin: 0 auto;
	}
	#Why .ul-reason {
		display: flex;
		width: 100%;
		max-width: 940px;
		justify-content: space-between;
		align-content: center;
		margin: 40px auto 0;
	}
	#Why .ul-reason li {
		padding: 10px 0;
	}
	#Why img {
		margin: 0 auto;
	}
	#Why .ul-reason li img {
		margin-top: 30px;
	}
}

@media(max-width:374px) {
	/*ページ内リンクボタン*/
	.page-menu {
		width: 100%;
	}
}


/* 疲れにくい快適シート
------------------------------*/
/*PC*/
.wrap-seat{
	color: #2173A5;
	margin: 50px auto 0;
	padding: 0;
}

.seat-area {
    padding: 16px 0 0;
    position: relative;
	margin: auto;
	max-width: 1010px;
}

.seat-info-list {
    position: relative;
    z-index: 0;
	text-align: left;
}

.seat-info-item {
    position: relative;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #2173A5;
    padding: 4% 5%;
    display: flex;
    justify-content: space-between;
}

.seat-info-item:not(:first-child) {
    margin-top: 60px;
}

.seat-info-text {
    width: 49.2%;
    padding-right: 2%;
}

.seat-info-img {
    width: 50.8%;
    padding-left: 2%;
}

.seat-name small {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    padding-left: 8px;
} 

#content-wrap p.seat-copy {
    width: fit-content;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 5px dotted #EA8F91;
    text-align: left;
    margin: 0 0 32px;
}

.seat-point {
    margin: 12px 0;
}

.seat-point-list li {
    position: relative;
    display: block;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 16px;
	color: #1c1c1c;
}

.seat-point-list li::before {
    content: '\f0a4';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    color: #EA8F91;
}

.seat-point-list li small {
    font-weight: 500;
    font-size: 16px;
}

.seat-point-list li .main {
    color: #D64F4C;
    font-size: 18px;
    font-weight: 500;
}

.seat-point-list li .sub {
    color: #BEBABA;
    font-size: 18px;
    font-weight: 500;
}

.seat-label {
    text-align: center;
    margin-bottom: 16px;
    display: block;
}

.seat-slide-img {
    padding: 0 10px;
	max-width: 430px;
}

.seat-slide-img img {
    border-radius: 10px;
    border: 2px solid #2173A5;
}


/*　ボタン */
.button-seat {
	display: block;
    margin: 24px 0 20px;
    padding: 16px 30px;
    border: #2173A5 solid 2px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    position: relative;
    background-color: #2173A5;
    color: #fff;
	max-width: 300px;
}
.button-seat:hover {
    color: #fff;
}

.button-seat::after {
    content: "\f105";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    color: #fff;
}

/*tablet*/
@media (max-width: 992px) {
    .seat-info-item {
        width: 100%;
        flex-wrap: wrap;
        border: 2px solid #2173A5;
        padding: 6% 4% 8%;
    }
    
    .seat-info-item::after {
        top: 8px;
        right: -8px;
    }
    
	/*左側　テキスト*/
    .seat-info-text {
        width: 100%;
        padding-right: 0;
    }
	
	#content-wrap p.seat-copy {
		text-align: center;
		margin: 0 auto 24px;
    }
	
	/*	ボタン*/
	.button-seat {
        margin: 24px auto 20px;
    }
	
	/*右側　画像*/
    .seat-info-img {
        width: 100%;
        padding-left: 0;
    }
    
    .seat-label {
        display: none;
    }
}

/*SP*/
@media (max-width: 767px) {
    .wrap-seat {
        margin: 30px auto 0;
    }
	.seat-area {
        padding: 0 0 60px;
    }

    .seat-info-item {
        width: 99%;
        flex-wrap: wrap;
        padding: 6% 4% 8%;
    }

    .seat-info-text {
        width: 100%;
    }

    .seat-info-img {
        width: 100%;
    }

	.wrap-seat-point {
		max-width: 300px;
		margin: auto;
	}
    #content-wrap p.seat-copy {
        font-size: 18px;
        border-bottom: 4px dotted #EA8F91;
        margin-bottom: 16px;
		text-align: center;
		margin: 0 auto 24px;
    }
	
    .seat-point {
        width: 20%;
        margin: 0px auto 10px;
    }

    .seat-point-list li {
        padding-left: 14px;
        margin-bottom: 5px;
        font-size: 13px;
    }

    .seat-point-list li::before {
        top: 50%;
        left: 0;
        font-size: 10px;
    }
	
    .seat-point-list li small {
        font-size: 10px;
    }
	
	/* ★ */
    .seat-point-list li .main {
        font-size: 13px;
    }
    .seat-point-list li .sub {
        font-size: 13px;
    }
	
	/*ボタン*/
    .button-seat {
        width: 80%;
        margin: 20px auto 24px;
        font-size: 14px;
    }
}

@media (max-width: 560px) {
    .seat-point-list li {
        font-size: 12px;
    }
}


/*slider設定
-------------------------------------*/
/*PC*/
/*スライド画像の横幅可変*/
.slick-track img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	border: 2px solid #2173A5;
}

/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before{
    top: calc(50% - 15px);
	font-size: 22px;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 100;
    opacity: 1;
	color:#2173A5; 
}

/*左右の矢印の位置を変える*/
/*左*/
.slick-prev {
	top: calc(50% - 10px);
	left: -30px;
	z-index: 100;
}
/*右*/
.slick-next {
	top: calc(50% - 10px);
	right: 0;
	z-index: 99;
}

.slick-slider{
	margin-bottom: 0;
}

/*dotsのカラー・サイズ変更*/
.seat-slide .slick-dots {
    bottom: -12px;
}
.seat-slide .slick-dots li {
    width: 16px;
    height: 16px;
}
.seat-slide .slick-dots li button:before {
    color: #F4EDED;
    opacity: 1;
    font-size: 12px;
}
.seat-slide .slick-dots li.slick-active button:before {
    color: #79C6D6;
}


/*tablet*/
@media (max-width: 1200px) {
    .seat-slide-img {
        max-width: 360px;
		padding: 0 10px;
    }
}

/*SP*/
@media (max-width: 767px) {
    .seat-slide-img {
        max-width: 600px;
    }
}

@media (max-width: 560px) {
    .seat-slide-img {
        max-width: 290px;
    }
	
    /*左右の矢印の色を変える*/
    .slick-prev:before,
    .slick-next:before{
        top: calc(50% - 10px);
        width: 20px;
        height: 20px;
    }
	/*左*/
	.slick-prev {
		left: -22px;
	}
	/*右*/
	.slick-next {
		right: 0;
	}
	
    /*dotsのカラー・サイズ変更*/
    .seat-slide .slick-dots  {
        bottom: -12px;
    }
    .seat-slide .slick-dots li {
        width: 12px;
        height: 12px;
    }
    .seat-slide .slick-dots li button:before {
        font-size: 9px;
    }
}


/* ====================================
#Reserve
==================================== */
#Reserve {
  text-align: center;
  position: relative;
  color: #fff;
  padding: 60px 0 60px;
  font-weight: bold;
  font-size: 14px;
  background: #89CDE4 url("/static/img/campaign/area/bg-sp-bottom.png") no-repeat center top -50px;
  background-size: contain;
  z-index: 1;
}
#Reserve h2 {
  width: 80%;
  margin: 0 auto;
  max-width: 320px;
}
.rsv-tab {
  width: 90%;
  margin: 40px auto 0;
}
.rsv-tab .nav-tabs {
  display: flex;
  justify-content: center;
  align-content: center;
  border-bottom: none;
}
.rsv-tab .nav-tabs .nav-item a {
  border-radius: 10px 10px 0 0;
  border: 2px solid #fff;
  border-bottom: none !important;
  color: #fff;
  font-weight: bold;
  padding: 10px 16px;
  height: 100%;
  margin: 0 4px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.rsv-tab .nav-tabs .nav-item a.nav-link.active {
  border: #2173A5 2px solid;
  border-bottom: none !important;
  background: #2173A5;
}
.rsv-tab .tab-content {
  background: #fff;
  border: #2173A5 2px solid;
  padding: 20px;
  border-radius: 20px;
  color: #1c1c1c;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}
#Reserve .rosen-api-area-price .rosen-api-search-btn {
  width: 48%;
  margin: 10px 0;
}
#Reserve .rosen-api-area-price .rosen-api-search-btn a {
  background: #FAE485 !important;
  display: block;
  padding: 16px 12px 16px 0;
  width: 300px;
  color: #2173A5;
  border: #2173A5 solid 2px;
  border-radius: 8px;
  position: relative;
  width: 100%;
}
#Reserve .rosen-api-area-price .rosen-api-search-btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#Reserve .rosen-api-area-price .rosen-api-search-btn a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translate(0, -50%);
  font-weight: 900;
}
#Reserve .rosen-api-area-price .rosen-api-search-btn a:after {
  right: 10px;
}
#Reserve .seat-set {
  background: none;
  max-width: 1000px;
  margin: 0 auto;
}
.reservation-deviate {
  position: relative;
  top: -50px;
}
#Reserve .rosen-api-area-price .rosen-api-search-btn + .rosen-api-search-btn {
  margin-left: 0 !important;
}
.reservation-inner .title-contents-01 {
  width: 240px;
  margin: 0 auto;
  background: #F3F2F3;
}
.reservation-inner .title-contents-01:before {
  content: ''; /*何も入れない*/
  position: absolute;
  width: 218px; /*画像の幅*/
  height: 64px; /*画像の高さ*/
  background: #F3F2F3 url(/static/img/seat/dome/reserve.svg) no-repeat center top;
  background-size: contain;
  vertical-align: middle;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.liner-reserve {
  padding-bottom: 20px;
  border-bottom: 1px solid #1C1C1C;
}
.reservation-inner {
  padding: 20px 20px 0;
  border: #643559 2px solid;
  border-bottom: #F3F2F3 1px solid;
}
#Reserve img {
  width: auto;
}
#Reserve .seat-set {
  border-top: none;
}
#Reserve .seat-set {
  padding: 0;
}
#Reserve .rosen-api-item {
  padding: 0;
  display: block;
}
#Reserve .rosen-api-item + .rosen-api-item {
  margin-top: 25px;
}
#Reserve .rosen-api-item {
  border-bottom: 0;
}
#Reserve .rosen-api-search-btn-set {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
#Reserve .rosen-api-area-route {
  margin-bottom: 0;
}
#Reserve .rosen-api-area-route .rosen-api-txt {
  font-size: 14px;
  text-align: left;
}
#Reserve .rosen-api-area-route .rosen-api-arw {
  margin: 0 5px;
}
#Reserve .rosen-api-area-price .rosen-api-price {
  color: #E6759E;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  text-align: right;
  font-size: 1.8em;
}
#Reserve .rosen-api-area-price .rosen-api-price .rosen-api-yen {
  color: #E6759E;
  font-size: 0.4em;
}
#Reserve .rosen-api-item {
  border-bottom: dashed #C6C6C6 2px;
  padding-bottom: 16px;
}
#Reserve .rosen-api-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/*API使用する場合 ここから*/
/*
#Reserve #tab02 .rosen-api-item:nth-child(3) {
  border-bottom: none;
  padding-bottom: 0;
}
#Reserve #tab02 .rosen-api-item:last-child {
  display: none;
}
*/
/*API使用する場合 ここまで*/

/*API使用しない場合　ここから*/
#Reserve .rosen-api-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
/*API使用しない場合　ここまで*/

#Reserve .rosen-api-ico {
  display: none;
}

#Reserve .btn-other {
    background: #f7eaae !important;
    display: block;
    padding: 16px 12px 16px 0;
    width: 100%;
    max-width: 300px;
    color: #2173A5;
    border: #2173A5 solid 2px;
    border-radius: 8px;
    position: relative;
    margin:0 auto 30px;
    transition: 0.3s;
}
#Reserve .btn-other:hover {
    opacity: 0.6;
    text-decoration: none;
}
#Reserve .btn-other::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translate(0, -50%);
    color: #2173A5;
}
@media(min-width:480px) {
	#Reserve {
		padding: 100px 0 60px;
	}
  }

@media(min-width:787px) {
	#Reserve {
		padding: 120px 0 60px;
	}
  }


@media(min-width:992px) {
  .rsv-tab .nav-tabs .nav-item a {
    padding: 16px 30px;
    margin: 0 16px;
  }
  #Reserve .rosen-api-area-route .rosen-api-txt {
    display: flex;
  }
  #Reserve {
    background: #89CDE4 url("/static/img/campaign/area/bg-pc-bottom.png") no-repeat center top -50px;
    background-size: contain;
    padding: 13% 0 60px;
  }
  #Reserve .rosen-api-area-route {
    margin-bottom: 0;
    display: flex;
    width: 55%;
  }
  #Reserve .rosen-api-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 12px 12px;
    align-content: center;
    justify-content: space-between;
  }
  #Reserve .rosen-api-item + .rosen-api-item {
    margin-top: 16px;
  }
  #Reserve .rosen-api-area-route .rosen-api-txt {
    align-self: center;
  }
  #Reserve .rosen-api-area-price {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    width: 45%;
    justify-content: flex-end;
  }
  #Reserve .rosen-api-area-price .rosen-api-price {
    align-self: center;
    margin-right: 10px;
  }
  #Reserve .rosen-api-area-price .rosen-api-search-btn a {
    display: inline-block;
    width: 130px;
    padding: 12px 16px 12px 0;
    font-size: 14px;
  }
  #Reserve .rosen-api-area-price .rosen-api-search-btn + .rosen-api-search-btn {
    margin-left: 8px !important;
  }
}

/*2025サプライヤ名追加*/
/*#Reserve .supplier-name {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
#Reserve .supplier-name::before {
    content: '';
    display: block;
    width: fit-content;
    padding: 3px 6px;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    background: #eee;
    border-radius: 10px;
}*/
#Reserve .ro101008 .supplier-name::before {
    content: 'ジェイアール東海バス株式会社（バスネット）';
}
#Reserve .ro101007 .supplier-name::before {
    content: 'ジェイアール東海バス株式会社（バスネット）';
}
#Reserve .ro101006 .supplier-name::before {
    content: 'ジェイアール東海バス株式会社（バスネット）';
} 
#Reserve .ro103001 .supplier-name::before {
    content: '西日本ジェイアールバス株式会社（バスネット）';   
}
#Reserve .ro458020 .supplier-name::before {
    content: '岩手県北自動車株式会社';   
}
#Reserve .ro458010 .supplier-name::before {
    content: '岩手県北自動車株式会社';   
}
#Reserve .ro806009 .supplier-name::before {
    content: '南海バス株式会社（工房）';   
}

/*出るかお試し*/

#Reserve .ro1101003 .supplier-name::before {
    content: '岩手県北自動車株式会社'; 
}
#Reserve .ro1511001 .supplier-name::before {
    content: 'ジェイアール東海バス株式会社（バスネット）'; 
}
@media (min-width: 767px) {
    #Reserve .rosen-api-area-route {
        flex-wrap: wrap;
    }
    #Reserve .rosen-api-txt {
        width: 100%;
    }
    #Reserve .supplier-name {
        display: block;
        margin-top: 8px;
        margin-bottom: 0;
    }
    #Reserve .supplier-name::before {
        padding: 3px 6px;
        font-size: 12px;
    }
}

.text-basic{
	align-content: center;
	font-weight: normal;
	margin-right: 100px;
	
}

.bnr-student{
	margin: 40px auto;

}

.bnr-student .slider-center{
	max-width: 800px;
	margin: 6px auto;
}

.bnr-student a{
	display: block;
}

.bnr-student a img{
	margin-top: 5px;
}

.bnr-student .slick-track img{
	border: none;
	border-radius: 0;
}
.bnr-student .slick-dots{
	bottom: -30px;
}
@media (min-width: 576px) {
	.bnr-student {
		margin: 0 10px;
	}	
.bnr-student .slick-track img{
	padding: 0 6px;
}	
}

#Reserve .rosen-api-list li:nth-last-child(2){
	display: none;
}


/* ====================================
#Spot
==================================== */
#Spot {
  background: #89CDE4;
  text-align: center;
}
#Spot div {
  background: #5BA6D4;
}
.spotbox {
  padding: 40px 5%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 940px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.spotbox li {
  width: 100%;
}
@media (min-width: 767px) {
  .spotbox li {
    width: 47% !important;
    margin: 0 auto 20px;
  }
}
/* ====================================
#Infomation
==================================== */
#Infomation {
  background: #89CDE4;
  text-align: center;
  padding: 40px 0;
}
#Infomation h2 {
  width: 60%;
  max-width: 290px;
  margin: 0 auto;
}
.info-box {
  background: #fff;
  border: #2173A5 2px solid;
  padding: 20px;
  width: 90%;
  border-radius: 20px;
  color: #1c1c1c;
  max-width: 940px;
  margin: 0 auto;
}
.info-box ul li {
  text-align: left;
  padding-left: 10px;
  position: relative;
  font-size: 0.8em
}
.info-box ul li::before {
  content: "・";
  position: absolute;
  left: -6px;
}
.txt-important {
  color: #E6759E;
	font-weight: bold;
}
#Infomation .link-blank {
    text-decoration: underline;
}
@media (min-width: 767px) {
  .info-box {
    padding: 30px;
  }
}

/*202601追加*/
.box-notice{
	border:#2173A5 2px solid;
	background: #fff;
	border-radius: 8px;
	padding: 10px;
	text-align: center;
	color: #2173A5;
	font-weight: bold;
	max-width: 960px;
	margin: 0 auto;
	line-height: 1.8em;
}

#content-wrap .box-notice p{
	font-size:18px;	
}

.box-notice .txt-big{
	 font-family: 'Oswald', sans-serif;
	font-weight: bold;
}

.btn-detail{
	display: block;
	background: #E9F1F6;
	color: #2173A5;
	font-size: 15px;
	line-height: 34px;
	height: 34px;
	position: relative;
	margin: 6px auto 0;
}

.btn-detail:hover{
	text-decoration: none;
		color: #2173A5;
}
.btn-detail::after{
	position: absolute;
  font-family: "Font Awesome 5 Free";
  content: '\f068';
 right: 10px;
	top: 50%;
		transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);	
}

.btn-detail.collapsed::after{
  content: '\f067';
}

.box-detail{
	background: #E9F1F6;
	padding: 6px;
}

.box-detail dl{
	display: block;
	border-bottom: #2173A5 2px solid;
	padding: 10px;
}
.box-detail dl.no-border{
	border:none;
	padding-bottom: 10px;
}



.box-detail dl dt{
	background: #2173A5;
	color: #fff;
	font-size: 13px;
	padding: 6px;
	width:100%;
	border-radius: 20px;
	line-height: 1em;
}

.box-detail dl dd{
	line-height: 20px;
	text-align: left;
	color: #1c1c1c;
	font-weight: normal;
	font-size: 13px;
	padding: 6px 4px 0;
}


.box-detail dl.dl-conditions{
	border:none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	justify-content: space-between;
}
.box-detail dl.dl-conditions dt{
	background: none;
	color: #2173A5;
	width: 30%;
	font-size: 13px;
	padding: 0 0 6px;
	line-height: 1.4em;
}
.box-detail dl.dl-conditions dd{
	padding: 0 0 6px;
	width: 68%;
	line-height: 1.4em;
} 

.box-detail dl dd small{
	font-size: 90%;
	display: inline-block;
	line-height: 1.6em;	
}


.btn-pink{
	display: block;
	background: #E6759E;
	color: #fff;
	max-width: 460px;
	font-size: 18px;
	padding: 12px;
	border-radius: 8px;
	margin: 10px auto 0;
	position: relative;
}

.btn-pink:hover{
	text-decoration: none;
	color: #fff;
	opacity: 0.7;
}
.btn-pink::after{
	position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
 right: 10px;
	top: 50%;
		transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);	
}



@media (min-width: 767px) {

	.box-notice{
	border:#2173A5 2px solid;
	background: #fff;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	color: #2173A5;
	font-weight: bold;
	max-width: 960px;
	margin: 0 auto;
}

#content-wrap .box-notice p{
	font-size: 20px;	
}

.box-notice .txt-big{
	 font-family: 'Oswald', sans-serif;
	font-weight: bold;
}

.btn-detail{
	display: block;
	background: #E9F1F6;
	color: #2173A5;
	font-size: 18px;
	line-height: 36px;
	height: 36px;
	position: relative;
	margin: 10px auto 0;
}

#content-wrap .box-notice p{
	font-size: 20px;	
}	
	

.box-detail{
	background: #E9F1F6;
	padding: 10px 20px;
}

.box-detail dl{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: #2173A5 2px solid;
	padding: 20px;
}

.box-detail dl dt{
	background: #2173A5;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	padding: 6px;
	width: 24%;
	border-radius: 20px;

}

.box-detail dl dd{
	line-height: 24px;
	text-align: left;
	color: #1c1c1c;
	font-weight: normal;
	width: 75%;
	padding: 0;
	font-size: 14px;
}


.box-detail dl.dl-conditions{
	border:none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.box-detail dl.dl-conditions dt{
	background: none;
	color: #2173A5;
	width: 22%;
	font-weight: bold;
	max-width: 100px;
}
.box-detail dl.dl-conditions dd{
	width: 76%;
	flex-grow: 1;
} 


.btn-pink{
	display: block;
	background: #E6759E;
	color: #fff;
	max-width: 460px;
	font-size: 22px;
	padding: 16px;
	border-radius: 8px;
	margin: 10px auto;
}

.btn-pink:hover{
	text-decoration: none;
	color: #fff;
}
	
}
