@charset "utf-8";

/*-----------------------------------------------------------
reset
--------------------------------------------------------------*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, em, img, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 100%;
}
* {
  zoom: 1;
}
html {
  line-height: 1;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
body {
  color: #333;
  font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', Meiryo, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
  line-height: 1.3;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  min-width: 1000px;
}
article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary {
  display: block;
}
img {
  vertical-align: bottom;
}
ol, ul, li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #1b47ff;
  text-decoration: none;
}
a:hover {
  color: #e78a13;
}

/*-----------------------------------------------------------
common
--------------------------------------------------------------*/
.hide {
  display: none;
}
.show {
  display: block;
}
.displaypc {
  display: block;
}
.displaypc-inline {
  display: inline-block;
}
.displaysp {
  display: none;
}

#header_area {
  z-index: 1;
  overflow: hidden;
  background-image: none;
  font-size: 12px;

  min-height: 76px;
  width: 950px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  font-size: 12px;
  padding: 0 !important;
}

#header_area .pageName {
  position: inherit;
  color: #999;
  font-weight: normal;
  font-size: 10px;
}


#breadcrumb {
  padding-top: 5px;
  overflow: hidden;
  font-size: 10px;
  line-height: 20px;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li span {
  margin: 0 5px;
  color: #999;
}
#breadcrumb a {
  text-decoration: none;
}
.pageDetail {
  float: right;
  margin-bottom: 10px;
  font-size: 10px;
  text-align: right;
}
#wrap {
  width: 100%;
  min-width: 1000px;
  overflow: hidden;
}
.socialIcon {
  top: 0;
  display: block;
  overflow: hidden;
  float: right;
  width: 300px;
}
.socialIcon ul {
  display: block;
  width: 100%;
  text-align: right;
  height: 40px;
  margin-bottom: 10px;
}
.socialIcon li {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}
ol, ul {
  list-style: none outside none;
}
div.socialIcon li {
  display: inline-block;
  margin-right: 2px;
}
div.socialIcon li.nonmrg {
  margin: 0;
}
.socialIcon ul li iframe {
  display: inline;
}


.sp{
  display: none;
  visibility: hidden;
  height: 0;
}
.fL {
	float: left;
}

.fR {
	float: right;
}

.clearfix2:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix2 {
	zoom: 1;
}

/*-----------------------------------------------------------
lp
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

/* HEADER ------------------------------------*/
.header_sp {
  margin-bottom: 5px;
  padding: 10px 5px 5px 10px !important;
  border-bottom: 1px solid #d2d2d2;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  height: 39px;
}

.site-title_sp a {
  display: block;
  text-indent: -9999px;
}

.site-title_sp {
  background: url(/dp/images/aboutjalan_img/sp/sitetitle_sp.png) no-repeat 0 0;
  display: block;
  width: 90px;
  height: 35px;
  text-indent: -99999px;
  background-size: 214px auto;
}

.help_sp a {
  display: block;
  width: 40px;
  height: 34px;
  overflow: hidden;
  background: url(/dp/images/aboutjalan_img/sp/help_sp.png) no-repeat 0 0;
  background-size: 40px 34px;
  text-indent: 100%;
  white-space: nowrap;
}

.help_sp a span {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
}

.mainView * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.main-header {
  width: 1000px;
  margin: 0 auto;
}
.main-header__inner img {
  width: 100%;
  object-fit: cover;
}
.coupon-banner {
  margin-top: 4%;
  text-align: center;
  width: auto;
  padding: 0 20px;
}
.main {
  min-width: 1000px;
  background: #fff;
  padding: 40px 0 20px;
}
.main__contents {
  width: 1000px;
  margin: 0 auto;
}
.contents__ttl {
  color: #e77611;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}
.contents__ttl:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background: #e77611;
  position: absolute;
  top: -1px;
  left: 0;
}
.contents__ttl span {
  font-size: 24px;
}
.area__search__contents {
  background: #f7f5f2;
  padding: 20px;
}
.area__search__list {
  display: flex;
  justify-content: space-between;
}
.area__search__item {
  position: relative;
}
.area__search__item__toggle {
  padding: 0 40px 0 15px;
  font-size: 15px;
  cursor: pointer;
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  height: 45px;
  line-height: 45px;
  background: #fff  url(/dp/theme/20231211bestseller/coupon/images/arrow_pc.png) no-repeat center right 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.area__search__item--l .area__search__item__toggle {
  width: 200px;
}
.area__search__item--m .area__search__item__toggle {
  width: 200px;
  color: #d8d8d8;
  border: 1px solid #d8d8d8;
}
.area__search__item--s .area__search__item__toggle {
  width: 520px;
  color: #d8d8d8;
  border: 1px solid #d8d8d8;
}
.area-open.area__search__item--m .area__search__item__toggle,
.area-open.area__search__item--s .area__search__item__toggle {
  color: #333;
  border: 1px solid #b2b2b2;
}
.area-active.area__search__item--m .area__search__item__toggle,
.area-active.area__search__item--s .area__search__item__toggle {
  color: #333;
  border: 1px solid #b2b2b2;
}
.area__inner__list {
  margin-top: -7px;
  padding: 12px 0 8px 15px;
  cursor: pointer;
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  z-index: 10;
  display: none;
}
.area__search__item--l .area__inner__list {
  width: 700px;
}
.area__search__item--m .area__inner__list {
  width: 610px;
}
.area__search__item--s .area__inner__list {
  width: 955px;
  right: 0;
}
.area-open .area__inner__list {
  display: flex;
}
.area__inner__list:before {
  content: "";
  display: block;
  background: #fff;
  height: 5px;
  position: absolute;
  top: -1px;
  left: 0;
}
.area__search__item--l .area__inner__list:before,
.area__search__item--m .area__inner__list:before {
  width: 198px;
}
.area__search__item--s .area__inner__list:before {
  width: 518px;
  left: 435px;
}
.area__inner__list__item {
  font-size: 15px;
  line-height: 15px;
  background: url(/dp/theme/20231211bestseller/coupon/images/arrow_right_pc.png) no-repeat center left;
  padding: 10px 0px 10px 13px;
  margin-right: 24px;
}
.area__search__item--s .area__inner__list__item {
  font-size: 14px;
  line-height: 14px;
  width: 310px;
  margin-right: 0;
  padding: 9px 0px 9px 13px;
}
.area__inner__list__link {
  color: #333;
}
.hotel {
  margin: 60px 0 40px;
}
.hotel__num {
  font-size: 14px;
  margin-bottom: 20px;
}
.hotel__num span {
  font-size: 18px;
  font-weight: bold;
}
.hotel__inner {
  background: #f7f5f2;
  padding: 20px;
}
.hotel-loading.hotel__inner {
  background: #fff;
  text-align: center;
}
.hotel-loading__img {
  margin: 50px 0 80px;
  width: 80px;
  height: 80px;
  display: inline-block;
}
.hotel-none.hotel__inner {
  background: #fff;
  text-align: center;
}
.hotel-none__txt {
  font-size: 15px;
  line-height: 20px;
  color: #333;
  padding: 20px 0 160px;
}
.hotel-none__txt br {
  display: none;
}
.hotel__item {
  background: #fff;
  border-top: 3px solid #eb9a51;
  margin-top: 30px;
  padding: 25px 20px 12px;
}
.hotel__item:first-child {
  margin-top: 0;
}
.card:after {
  content: "";
  display: block;
  clear: both;
}
.card__img {
  width: 210px;
  float: left;
}
.card__img img {
  width: 100%;
  height: auto;
}
.card__img__link:hover {
  opacity: 0.7;
}
.card__ttl {
  margin-left: 235px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  word-break: break-all;
}
.card__ttl__link {
  color: #333 !important;
}
.card__area {
  margin-left: 235px;
  margin-bottom: 8px;
  font-size: 12px;
  color: #707070;
}
.card__area__item {
  display: inline;
}
.card__area__item:before {
  content: "\FF1E";
  margin: 0 8px;
}
.card__area__item:first-child:before {
  content: none;
}
.card__caption {
  margin-left: 235px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  word-break: break-all;
}
.card__access {
  margin-left: 235px;
  margin-bottom: 10px;
  background: #f7f5f2;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 22px;
  color: #707070;
  background: #f7f5f2;
  word-break: break-all;
}
.card__access span {
  font-weight: bold;
}
.coupon {
  margin-top: 20px;
}
.coupon__ttl {
  background-image: linear-gradient(to right, #f4bb88, #f4bb88 2px, transparent 2px, transparent 2px);
  background-size: 4px 2px;
  background-repeat: repeat-x;
  background-position: 0 center;
  font-size: 14px;
  line-height: 14px;
  color: #e77611;
  margin-bottom: 2px;
}
.coupon__ttl span {
  background: #fff;
  padding: 0 10px 0 0;
}
.coupon__card {
  display: flex;
  border-top: 1px solid #ccc;
  padding: 12px 0;
}
.coupon__card:first-of-type {
  border-top: none;
}
.coupon__name {
  width: 380px;
  margin-right: 30px;
  font-size: 13px;
  line-height: 22px;
  word-break: break-all;
}
.coupon__lavel {
  display: table;
  padding: 0 5px;
  color: #fff;
  background-color: #edaa13;
  font-weight: bold;
  border-radius: 4px;
}
.coupon__booking {
  width: 120px;
  margin-right: 30px;
}
.coupon__booking__ttl {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 6px;
  color: #ec9c55;
  font-weight: bold;
}
.coupon__booking__price {
  font-size: 15px;
  line-height: 15px;
}
.coupon__price {
  width: 140px;
  margin-right: 30px;
}
.coupon__price__ttl {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 3px;
  color: #ec9c55;
  font-weight: bold;
}
.coupon__price__price {
  font-size: 15px;
  line-height: 15px;
  color: #fc0d1c;
}
.coupon__price__price span {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.coupon__btn {
  width: 188px;
  display: flex;
  align-items: center;
}
.coupon__btn__link {
  background-image: -moz-linear-gradient( 90deg, rgb(1,116,231) 0%, rgb(56,175,252) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(1,116,231) 0%, rgb(56,175,252) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(1,116,231) 0%, rgb(56,175,252) 100%);
  border-radius: 4px;
  border: 1px solid #2171e0;
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  font-size: 14px;
}
.coupon__btn__link:hover {
  background: -webkit-gradient(linear,left top,left bottom,from(#2182e7),to(#3844ce));
  background: -webkit-linear-gradient(#2182e7,#3844ce);
  background: linear-gradient(#2182e7,#3844ce);
  color: #cde9f7;
}
.coupon__more {
  display: block;
  text-align: center;
  border-top: 1px solid #ccc;
  padding: 20px 0 5px;
  color: #1558CE;
  font-weight: bold;
}
.coupon__more::before {
  content: "+";
  display: inline-block;
  width: 17px;
  height: 17px;
  line-height: 17px;
  margin-right: 5px;
  color: #fff;
  background-color: #918B8A;
  border-radius: 50%;
}
.coupon__more.close::before {
  content: "-";
}
.coupon__more:hover {
	cursor: pointer;
}
.coupon__more__link {
  background: url(/dp/theme/20231211bestseller/coupon/images/arrow_more_pc.png) no-repeat 0 center;
  padding-left: 10px;
  color: #1558ce;
  font-size: 13px;
}
.coupon__none {
  padding: 20px 0;
  text-align: center;
}
.pager {
  text-align: center;
}
.pager a {
  text-decoration: none;
}
.pager__links {
  font-size: 0;
}
.pager__links a {
  font-size: 14px;
  display: inline-block;
  color: #3b1800;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-decoration: none;
  margin: 0 2px;
}
.pager__links a:hover {
  color: #3b1800;
  text-decoration: none;
  background-color: #f7f5f2;
}
.pager__links a.pager-prev {
  background: white url("/dp/theme/20231211bestseller/coupon/images/pager_prev.png") no-repeat 0 8px;
  padding-left: 16px;
  width: auto;
}
.pager__links a.pager__link--txt {
  color: #1558ce;
  border: 0;
  /*text-decoration: none !important;*/
  font-weight: bold;
}
.pager__links a.pager__link--txt:hover {
  background-color: initial;
}
.pager__links a.pager-first:hover,
.pager__links a.pager-prev:hover,
.pager__links a.pager-next:hover,
.pager__links a.pager-last:hover {
  opacity: .7;
}
.pager__links a.pager-first {
  background: white url("/dp/theme/20231211bestseller/coupon/images/pager_first.png") no-repeat 0 8px;
  padding-left: 28px;
  width: auto;
}
.pager__links a.pager-next {
  background: white url("/dp/theme/20231211bestseller/coupon/images/pager_next.png") no-repeat right 8px;
  padding-right: 16px;
  width: auto;
}
.pager__links a.pager-last {
  background: white url("/dp/theme/20231211bestseller/coupon/images/pager_last.png") no-repeat right 8px;
  padding-right: 28px;
  width: auto;
}
.pager__links span {
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #e77611;
  border: 1px solid #e77611;
  border-radius: 4px;
  color: #fff;
  margin: 0 2px;
}
.pager__links span.pager__link--txt {
  color: #ccc;
  border: 0;
  text-decoration: none;
  font-weight: bold;
}
.pager__links span.pager__link--txt:hover {
  color: #ccc;
  text-decoration: none;
}
.pager__links span:hover {
  color: #fff;
  text-decoration: none;
}
.pager__links span.pager-first {
  background: white url("/dp/theme/20231211bestseller/coupon/images/pager_first_d.png") no-repeat 0 8px;
  padding-left: 28px;
  width: auto;
}
.pager__links span.pager-prev {
  background: white url("/dp/theme/20231211bestseller/coupon/images/pager_prev_d.png") no-repeat 0 8px;
  padding-left: 16px;
  width: auto;
}
.pager__links span.pager-next {
  background: white url("/dp/theme/20231211bestseller/coupon/images/pager_next_d.png") no-repeat right 8px;
  padding-right: 16px;
  width: auto;
}
.pager__links span.pager-last {
  background: white url("/dp/theme/20231211bestseller/coupon/images/pager_last_d.png") no-repeat right 8px;
  padding-right: 28px;
  width: auto;
}
.pager__links .pager-first,
.pager__links .pager-prev {
  text-align: left;
  margin-right: 20px;
}
.pager__links .pager-next,
.pager__links .pager-last {
  text-align: right;
  margin-left: 20px;
}
.couponNote__list {
  font-size: 15px;
}


/* Site_TOP_link ------------------------------------*/
.cpm__pageTopLink{
  width: 950px;
  margin: 0 auto;
  text-align: right;
}

.cpm__pageTopLink a {
  position: fixed;
  display: inline-block;
  text-decoration: none !important;
  font-size: 15px;
  text-align: center;
  border: solid 1px #3b1800;
  color: #3b1800;
  border-radius: 50%;
  padding: 3px 15px 0 15px;
  /*width: 30px;*/
  width: 60px;
  height: 60px;
  right: 30px;
  bottom: 30px;
  background: #FFF;
  transition: 0.2s;
}

.cpm__pageTopLink a span{
display: block;
margin: 5px auto -10px;
font-weight: bold;
font-size: 130%;
}

.cpm__pageTopLink a:hover {
  border: solid 2px #FFF;
  color: #FFF;
  background: #3b1800;
}


/* DPとは ------------------------------------*/
#aboutJalan {
	width: 950px;
	border-top: 1px dotted #BABABA;
	margin: 20px 0 0 0;
}

#aboutJalanPoint li {
	color: #FFF;
	float: left;
	padding: 100px 0  40px 0;
	line-height: 1.4em;
}

#aboutJalanPoint1 {
	background: url(/dp/images/aboutjalan_img/about_jalan_point_1.gif) no-repeat top center;
	width: 316px;
}

#aboutJalanPoint2 {
	background: url(/dp/images/aboutjalan_img/about_jalan_point_2.gif) no-repeat top center;
	width: 317px;
}

#aboutJalanPoint3 {
	background: url(/dp/images/aboutjalan_img/about_jalan_point_3.gif) no-repeat top center;
	width: 317px;
}

#aboutJalanPoint li span {
	/*width: 275px;*/
	width: 290px;
	padding: 0 0 0 25px;
	display: inline-block;
}

#step3 {
	height: 335px;
	border-top: 1px dotted #bababa;
	padding-top: 20px;
	margin: 30px 0;
}

#column {
	margin: 15px 0;
}

#columnC {
	background: url(/dp/images/aboutjalan_img/column_n.jpg) no-repeat;
	width: 950px;
	height: 68px;
}

#columnC p {
	width: 900px;
	padding-top:15px;
	margin-left:25px;
	color: #363636;
}

/* FOOTER ------------------------------------*/
#footer_area{
  width: 950px;
  margin: 0 auto;
  line-height: 1.3;
  font-size: 12px;
  color: #333333;
  text-align: left;
}

div#footer {
margin:40px auto 20px;
text-align:left;
width:950px;
}

div#footer p#footLine1 {
color:#8c817e;
margin:20px 0;
width:950px;
font-size:0.75em;
}

div#footer p#footLine1 a {
color:#999999;
}

div#footer p a {
font-size:0.9em;
text-decoration:none;
}

div#footer p#footLine2 {
border-bottom:2px solid #999999;
margin:20px 0 5px;
width:950px;
font-size:0.75em;
}

#footer_Logo{
  width: 950px;
  margin: 20px auto;
  text-align: left;
}


/*===========================================================================
 max-width:738px
===========================================================================*/

@media only screen and (max-width:738px) {
  /*-----------------------------------------------------------
  common
  --------------------------------------------------------------*/
  body {
    font-family: "Hiragino Kaku Gothic ProN", 'メイリオ', 'ヒラギノ角ゴ Pro W3', Meiryo, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
    min-width: 100%;
  }
  .show {
    display: block;
  }
  .displaypc,
  .displaypc-inline {
    display: none;
  }
  .displaysp {
    display: block;
  }
  .pc {
    display: none !important;
    visibility: hidden;
    height: 0;
  }
  .sp {
    display: block !important;
    visibility: visible;
    height: auto;
  }
  #header990 {
    width: 100%;
  }
  #breadcrumb {
    width: 100%;
    padding: 5px;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 10px;
    line-height: 1.3;
  }
  #wrap {
    width: 100%;
    min-width: initial;
    min-width: auto;
    overflow: hidden;
  }

  #header_area {
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
  }
  .pageDetail {
    margin-bottom: 10px;
  }
  .socialIcon ul {
    margin-bottom: 0;
    text-align: center;
  }
  .socialIcon img {
    width: 40px;
  }
  .socialIcon {
    float: none;
    width: 100%;
  }
  #mainView .socialIcon {
    display: block;
  }
  /*add header responsive*/
  .l-siteHeader {
    display: none!important;
  }
  /*-----------------------------------------------------------
  lp
  --------------------------------------------------------------*/
  .main-header {
    width: auto;
  }
  .coupon-banner {
    width: auto;
    padding: 0 20px;
  }
  .coupon-banner img {
    width: 100%;
  }
  .main {
    min-width: initial;
    min-width: auto;
    padding: 24px 0 50px;
  }
  .main__contents {
    width: auto;
    padding: 0 20px;
  }
  .contents__ttl {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    padding-left: 14px;
  }
  .contents__ttl:before {
    width: 4px;
  }
  .contents__ttl span {
    font-size: 21px;
  }
  .area__search__contents {
    padding: 15px;
  }
  .area__search__list {
    display: block;
  }
  .area__search__item {
    position: static;
    margin-top: 10px;
  }
  .area__search__item:first-child {
    margin-top: 0;
  }
  .area__search__item__toggle {
    padding: 0 40px 0 15px;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    background: #fff  url(/dp/theme/20231211bestseller/coupon/images/smart/arrow_sp.png) no-repeat center right 16px;
    background-size: 12px 8px;
  }
  .area-open .area__search__item__toggle {
    background: #e5e5e5  url(/dp/theme/20231211bestseller/coupon/images/smart/arrow_sp_open.png) no-repeat center right 16px;
    background-size: 12px 8px;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
  }
  .area__search__item--l .area__search__item__toggle,
  .area__search__item--m .area__search__item__toggle,
  .area__search__item--s .area__search__item__toggle {
    width: 100%;
  }
  .area-open.area__search__item--m .area__search__item__toggle,
  .area-open.area__search__item--s .area__search__item__toggle {
    color: #333;
    border: 1px solid #b2b2b2;
    border-bottom: none;
  }
  .area__inner__list {
    margin-top: 0;
    padding: 0;
    border: 1px solid #b2b2b2;
    border-radius: 0 0 5px 5px;
    display: flex;
    flex-wrap: wrap;
    position: static;
    display: none;
  }
  .area__search__item--l .area__inner__list,
  .area__search__item--m .area__inner__list {
    width: 100%;
  }
  .area__search__item--s .area__inner__list {
    width: 100%;
    padding: 0 15px 4px 15px;
  }
  .area-open .area__inner__list {
    border-top: none;
  }
  .area__inner__list:before {
    content: none;
  }
  .area__inner__list__item {
    border-bottom: 1px solid #e5e5e5;
    width: 50%;
    font-size: 14px;
    line-height: 20px;
    background: none;
    padding: 12px 0px 12px 13px;
    margin-right: 0;
    display: flex;
    align-items: center;
  }
  .area__inner__list__item:nth-child(odd) {
    border-right: 1px solid #e5e5e5;
  }
  .area__inner__list__item:last-child {
    border-bottom: none;
  }
  .area__search__item--l .area__inner__list__item:nth-last-child(2):nth-child(odd),
  .area__search__item--m .area__inner__list__item:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
  .area__search__item--s .area__inner__list__item {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    margin-right: 0;
    border-right: 0;
    padding: 12px 0px;
  }
  .area__inner__list__link {
    color: #1558ce;
  }
  .area__inner__list__link:hover {
    color: #1558ce;
  }
  .hotel {
    margin: 40px 0 30px;
  }
  .hotel__num {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .hotel__num span {
    font-size: 18px;
  }
  .hotel__inner {
    margin: 0 -20px;
  }
  .hotel-loading__img {
    margin: 20px 0;
    width: 40px;
    height: 40px;
  }
  .hotel-loading__img img {
    width: 40px;
    height: auto;
  }
  .hotel-none__txt {
    font-size: 14px;
    line-height: 27px;
    padding: 0 0 60px;
  }
  .hotel-none__txt br {
    display: block;
  }
  .hotel__item {
    border-top: 4px solid #eb9a51;
    margin-top: 22px;
    padding: 15px 10px 12px;
  }
  .hotel__item:first-child {
    margin-top: 0;
  }
  .card:after {
    content: none;
  }
  .card__img {
    width: 105px;
  }
  .card__img__link:hover {
    opacity: 1;
  }
  .card__ttl {
    margin-left: 115px;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 28px;
  }
  .card__ttl__link:hover {
    color: #333;
  }
  .card__area {
    margin-left: 115px;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 18px;
  }
  .card__area__item:before {
    content: "\FF1E";
    margin: 0 3px;
  }
  .card__area__item:first-child:before {
    content: none;
  }
  .card__caption {
    clear: both;
    margin-left: 0;
    margin-bottom: 7px;
    padding-top: 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .card__access {
    clear: both;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 11px;
    line-height: 20px;
  }
  .coupon {
    clear: both;
    margin-top: 26px;
  }
  .coupon__ttl {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 0;
    text-align: center;
  }
  .coupon__ttl span {
    padding: 0 12px;
  }
  .coupon__card {
    flex-wrap: wrap;
    padding: 12px 10px 15px;
  }
  .coupon__name {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 20px;
  }
  .coupon__booking {
    width: 50%;
    margin-right: 0;
  }
  .coupon__booking__ttl {
    margin-bottom: 0;
  }
  .coupon__booking__price {
    font-size: 14px;
    line-height: 18px;
  }
  .coupon__price {
    width: 50%;
    margin-right: 0;
  }
  .coupon__price__ttl {
    margin-bottom: 0;
  }
  .coupon__price__price {
    font-size: 16px;
    line-height: 16px;
  }
  .coupon__price__price span {
    font-size: 20px;
    line-height: 20px;
  }
  .coupon__btn {
    width: 100%;
  margin-top: 16px;
  }
  .coupon__btn__link {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
  .coupon__btn__link:hover {
    background-image: -moz-linear-gradient( 90deg, rgb(1,116,231) 0%, rgb(56,175,252) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(1,116,231) 0%, rgb(56,175,252) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(1,116,231) 0%, rgb(56,175,252) 100%);
    color: #fff;
  }
  .coupon__more {
    padding: 20px 0 5px;
    text-align: center;
  }
  .coupon__more__link {
    display: inline-block;
    background: url(/dp/theme/20231211bestseller/coupon/images/smart/arrow_more_sp.png) no-repeat 0 center;
    background-size: auto 6px;
    padding-left: 10px;
    font-size: 12px;
  }
  .coupon__more__link:hover {
    color: #1558ce;
  }
  .pager {
    margin: 0 -20px;
  }
  .pager__links a {
    margin: 0 5px;
    font-weight: bold;
  }
  .pager__links a.pager-hide {
    display: none;
  }
  .pager__links a:hover {
    color: #3b1800;
    background-color: #fff;
  }
  .pager__links a.pager-prev {
    background: white url("/dp/theme/20231211bestseller/coupon/images/smart/pager_prev_sp.png") no-repeat 0 8px;
    background-size: 7px auto;
    padding-left: 12px;
  }
  .pager__links a.pager__link--txt:hover {
    background-color: initial;
    color: #1558ce;
  }
  .pager__links a.pager-first:hover,
  .pager__links a.pager-prev:hover,
  .pager__links a.pager-next:hover,
  .pager__links a.pager-last:hover {
    opacity: .7;
  }
  .pager__links a.pager-first {
    background: white url("/dp/theme/20231211bestseller/coupon/images/smart/pager_first_sp.png") no-repeat 0 8px;
    background-size: 15px auto;
    padding-left: 20px;
  }
  .pager__links a.pager-next {
    background: white url("/dp/theme/20231211bestseller/coupon/images/smart/pager_next_sp.png") no-repeat right 8px;
    background-size: 7px auto;
    padding-right: 12px;
  }
  .pager__links a.pager-last {
    background: white url("/dp/theme/20231211bestseller/coupon/images/smart/pager_last_sp.png") no-repeat right 8px;
    background-size: 15px auto;
    padding-right: 20px;
  }
  .pager__links span {
    font-weight: bold;
    margin: 0 5px;
  }
  .pager__links span.pager__link--txt {
    color: #ccc;
    border: 0;
    text-decoration: none;
    font-weight: bold;
  }
  .pager__links span.pager__link--txt:hover {
    color: #ccc;
    text-decoration: none;
  }
  .pager__links span:hover {
    color: #fff;
    text-decoration: none;
  }
  .pager__links span.pager-first {
    background: white url("/dp/theme/20231211bestseller/coupon/images/smart/pager_first_d_sp.png") no-repeat 0 8px;
    background-size: 15px auto;
    padding-left: 20px;
    width: auto;
  }
  .pager__links span.pager-prev {
    background: white url("/dp/theme/20231211bestseller/coupon/images/smart/pager_prev_d_sp.png") no-repeat 0 8px;
    background-size: 7px auto;
    padding-left: 12px;
    width: auto;
  }
  .pager__links span.pager-next {
    background: white url("/dp/theme/20231211bestseller/coupon/images/smart/pager_next_d_sp.png") no-repeat right 8px;
    background-size: 7px auto;
    padding-right: 12px;
    width: auto;
  }
  .pager__links span.pager-last {
    background: white url("/dp/theme/20231211bestseller/coupon/images/smart/pager_last_d_sp.png") no-repeat right 8px;
    background-size: 15px auto;
    padding-right: 20px;
    width: auto;
  }
  .pager__links .pager-first,
  .pager__links .pager-prev {
    margin-right: 8px;
  }
  .pager__links .pager-next,
  .pager__links .pager-last {
    margin-left: 8px;
  }
  .couponNote__list {
    font-size: 14px;
  }

  /* Site_TOP_link ------------------------------------*/
  .cpm__pageTopLink{
    width: auto;
  }
  .cpm__pageTopLink a {
    width: 14vmin;
    height: 14vmin;
    bottom: 1em;
    right: 1em;
    font-size: 3vmin;
    padding: 0 2vmin;
  }
  .cpm__pageTopLink a span{
    margin: 2vmin 0 -2vmin 0;
  }
  /*SPでTOP押したとき色が残るので動作しないようにする*/
  .cpm__pageTopLink a:hover {
    border: solid 1px #3b1800;
    olor: #3b1800;
  }


  /* STEP3 ------------------------------------*/
  #step3_sp {
    width: 96%;
    margin: 0 2%;
  }

  #step3_sp img {
    width: 100%;
  }

  .jyaran_title_sp {
    margin-bottom: 20px;
  }

  .jyaran_lead_sp {
    margin-bottom: 8px;
  }

  .jyaran_step_sp {
    margin-bottom: 10px;
  }

  .step_txt {
    font-size: 12px;
    color: #3b1800;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 9px;
    padding: 0 5px;
  }

  .step_note {
    font-size: 12px;
    color: #3b1800;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 30px;
    padding: 0 5px;
  }

  /* footer ------------------------------------*/
  #footerLinks {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin: 10px;
    font-size: 12px;
    font-weight: bold;
  }

  #footerLinks li {
    list-style: none;
  }

  #footerLinks li.line {
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }

  #footerLinks a {
    color: #444;
    text-decoration: none !important;
  }

  #footerLinks a.line {
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }

  #footer_Logo{
    width: 100%;
    margin: 20px auto 30px 10px;
    text-align: left;
  }
}

/*===========================================================================
 max-width:320px
===========================================================================*/

@media only screen and (max-width: 320px){
    .pager__links a,
    .pager__links span {
      margin: 0 2px;
    }
    .pager__links .pager-first,
    .pager__links .pager-prev {
      margin-right: 4px;
    }
    .pager__links .pager-last,
    .pager__links .pager-next {
      margin-left: 4px;
    }
}