/* /wex/just用CSS　*/
@charset "utf-8";

html,
body {
  height: 100%;
}
a:hover {
  transition: all  0.3s ease;
}
article a:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  transition: all  0.3s ease;
}

ul {
	padding:0;
	margin:0;
}
li {
    list-style-type: none;
}

.clear:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.clear {display: inline-block;}
/* Hides from IE Mac */
* html .clear { height: 1%;}
.clear { display:block;}
/* End Hack */

.txt-pink{
  color: #f3185f;
}
.txt-bigger{
  font-size: 1.3em;
}
.txt-smaller{
  font-size: 0.8em;
}

/* キービジュアル */
#section-hero {
	width: 100%;
	margin: 0px;
  overflow: hidden;
  position: relative;
}
#section-hero h1{
	max-width: 1140px;
  margin: 0 auto;
}
#section-hero img {
	width: 100%;
	height: auto;
	margin: 0;
}

/*------コンテンツ-----*/
#howto{
  background-color: #f5f5f5;
  padding: 40px 0;
  overflow: hidden;
}
.just_h2{
  position: relative;
  z-index: 1;
  display: table;
  padding: 0 0 12px 0;
  margin: 0 auto 16px;
  font-weight: bold;
  font-size: 25px;
}
.just_h2:after{
  content: '';
  position: absolute;
  width: 100vw;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: 6px 2px;
  background-image: linear-gradient(to right, #000 0px, #000 3px, transparent 3px, transparent 6px);
  background-repeat: repeat-x;
}
.just_h2 span{
  position: absolute;
  color: pink;
  opacity: 0.6;
  font-size: 24px;
  top: 0%;
  left: 0%;
  transform: translate(-12%, -50%);
  z-index: -1;
}
#howto .just_h2 + p{
  margin-bottom: 1em;
}
#howto .txt-bigger{
  display: inline;
  line-height: 2;
  border-bottom: 4px solid #feed27;
}
.attention{
  margin-top: 1em;
}
.detail{
  margin-top: 2em;
}
.detail a{
  color: #212529;
  opacity: 0.8;
  padding: 4px 8px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 3px #888;
}
.detail a:hover{
  text-decoration: none;
  box-shadow: 0px 0px 1px #888;
}
.detail a i{
  margin-left: 0.5em;
}
#route{
  padding: 48px 0 16px;
  overflow: hidden;
}

#reservation{
  background: #ffffff;
}
#reservation .content{
  padding-left: 0;
  padding-right: 0;
}
#reservation .seat-set{
  border-top: none;
  padding-left: 0;
  padding-right: 0;
}
#reservation .rosen-api-item{
  padding: 16px 0 2px;
  border-bottom: 2px dashed #777;
}
#reservation .rosen-api-area-route .rosen-api-list-ico{
  display: flex;
  width: 54px;
}
#reservation .rosen-api-area-route .rosen-api-list-ico li:first-child{
  order: 2;
  width: 24px;
}
#reservation .rosen-api-area-route .rosen-api-list-ico li:last-child{
  order: 1;
  width: 24px;
}
#reservation .rosen-api-area-route .rosen-api-txt{
  font-size: 18px;
  width: calc(100% - 60px);
  padding-top: 0;
}
#reservation .rosen-api-area-price .rosen-api-price{
  text-align: right;
  margin: 8px 0;
}
#reservation .rosen-api-search-btn-set{
  width: 100%;
  margin-bottom: 0;
}
#reservation .rosen-api-area-price .rosen-api-search-btn{
  width: 100%;
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
}
#reservation .rosen-api-area-price .rosen-api-search-btn + .rosen-api-search-btn{
  margin-left: 0;
}
#reservation .rosen-api-area-price .rosen-api-search-btn a{
  padding: 12px;
  border-radius: 4px;
}
#reservation .rosen-api-area-price .rosen-api-search-btn a:before{
  content: none;
}
#reservation .rosen-api-area-price .rosen-api-search-btn a:after{
  right: -1px;
}


/*--------タブレット以上のサイズに適応するスタイル---------*/
@media screen and (min-width:768px) {

  #section-hero:before{
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    background: url('/static/img/feature/just/main_bg.png') 0% 0% repeat;
    background-size: 1600px;
  }
  /*------コンテンツ-----*/
  .just_h2{
    font-size: 28px;
  }
  .just_h2:after{
    content: '';
    position: absolute;
    width: 130%;
    height: 3px;
    bottom: 0;
    left: auto;
    right: -5%;
    transform: none;
    background-size: 6px 2px;
    background-image: linear-gradient(to right, #000 0px, #000 3px, transparent 3px, transparent 6px);
    background-repeat: repeat-x;
  }
  .just_h2 span{
    font-size: 28px;
    transform: translate(-30%, -55%);
  }
  #howto .txt-bigger{
    display: table;
    margin: 0 auto;
    line-height: 1.8;
    border-bottom: 4px solid #feed27;
  }
  .attention + .attention{
    margin-top: 0em;
  }

  #route{
    padding: 48px 0 16px;
  }

  #reservation .rosen-api-item{
    padding: 16px 0 8px 0;
    border-bottom: 2px dashed #777;
  }

  #reservation .rosen-api-area-price .rosen-api-price{
    text-align: right;
    margin: 8px 0;
    font-size: 24px;
  }
  #reservation .rosen-api-search-btn-set{
    width: 292px;
    margin-bottom: 0;
  }
  #reservation .rosen-api-area-price .rosen-api-search-btn{
    width: 130px;
    display: inline-block;
    margin: 0 0 0 12px;
    font-size: 14px;
  }
  #reservation .rosen-api-area-price .rosen-api-search-btn + .rosen-api-search-btn{
    margin-left: 12px;
  }

}
