@charset "utf-8";


/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
  background:url(../image/img_kv_pc.jpg) no-repeat center center;
  background-size: cover;  
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/


/* access
-----------------------------------------------------------------*/
.access{
  padding: 80px 0 100px;
}
.access .txt-lead{
  margin-bottom: 65px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 600;
  color: #F55267;  
}
.access .sec-ttl{
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: 600;
  color: #F55267;  
  text-align:center  
}
.access .sec-ttl + .txt{
  margin-bottom: 50px;
  font-size: 1.8rem;
  text-align:center  
}
.access .location-map{
  max-width: 1000px;
  margin: 60px auto 0;
}
.access .train-info{
  display: flex;
  max-width: 1000px;
  margin: 40px auto 0;
}
.access .train-info{
  display: flex;
  max-width: 800px;
  margin: 40px auto 0;
  flex-wrap: wrap;
}
.access .train-info dl{
  width: 48%;
}
.access .train-info dl:nth-of-type(2){
  margin-left: 20px;
}
.access .train-info dl:nth-of-type(3){
  margin-top: 20px;
}
.access .train-info dl dt{
  display: inline-block;
  padding: 6px 12px;
  border-radius: 8px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}
.access .train-info dl dt + dt{
  margin-left: 5px;
}
.access .train-info dl dt.sakaisuji{
  background: #56361b;
}
.access .train-info dl dt.tsurumi{
  background: #96c452;
}
.access .train-info dl dt.midosuji{
  background: #e20012;
}
.access .train-info dl dt.kintetsu{
  background: #009544;
}
.access .train-info dl dd{
  margin-top: 4px;
  font-size: 1.8rem;
}
.access .spot-ttl{
  margin-top: 60px;
  color: #f35267;
  font-size: 4.8rem;
  font-weight: 600;
  text-align: center;
  opacity: .6;
}
.access .spot-list{
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.access .spot-list .spot{
  width: 23.5%;
}
.access .spot-list .spot:nth-of-type(n+5){
  margin-top: 35px;
}
.access .spot-list .spot .area-name{
  margin-top: 7px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

.map{
  padding: 80px 0;
  background: #f9ecea;
}
.map .sec-ttl{
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: 600;
  color: #F55267;  
  text-align:center  
}
.map .img-map{
  max-width: 1000px;
  margin: 20px auto 0;
  padding: 30px 40px;
  border: 3px solid #231815;
  border-radius: 20px;
  background: #fff;
}
.map .adress{
  display: flex;
  max-width: 700px;
  margin: 30px auto 0;
  justify-content: center;
}
.map .adress dl{
  display: flex;
  margin: 0 20px;
}
.map .adress dl dt{
  display: flex;
  padding: 8px 14px;
  border: 1px solid #7f7f7f;  
  font-size: 1.8rem;
  letter-spacing: .15rem;
  align-items: center;
}
.map .adress dl dd{
  margin-left: 12px;
  line-height: 1.4;
}
.map .btn-wrap{
  display: flex;
  max-width: 780px;
  margin: 40px auto 0;
  justify-content: center;
}
.map .btn-wrap .btn_line_round{
  width: calc(50% - 14px);
  margin: 0 7px;
}
.btn_line_round.gmap a::after{
  width: 34px;
  height: 30px;
  background: url(../../common/image/ico_map.svg) no-repeat;
  background-size: 34px auto;
  top: 52%;
}
.btn_line_round.gmap a:hover::after{
  background: url(../../common/image/ico_map_wh.svg) no-repeat;
  background-size: 34px auto;
}
.btn_line_round.print a::after{
  width: 30px;
  height: 32px;
  background: url(../../common/image/ico_print.svg) no-repeat;
  background-size: 30px auto;
  top: 52%;
}
.btn_line_round.print a:hover::after{
  background: url(../../common/image/ico_print_wh.svg) no-repeat;
  background-size: 30px auto;
}


/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .page-ttl{
    background:url(../image/img_kv_sp.jpg) no-repeat center center;
    background-size: cover;  
  }    


/* access
-----------------------------------------------------------------*/
  .access{
    padding: 40px 0 60px;
  }
  .page-ttl+section{
    background: #fff;
    background-size: 100%;
  }
  .access .txt-lead {
    margin-bottom: 35px;
    font-size: 1.8rem;
  }
  .access .sec-ttl{
    margin-bottom: 10px;
    font-size: 2.0rem;
  }
  .access .sec-ttl + .txt{
    margin-bottom: 25px;
    font-size: 1.5rem;
    text-align: left;
  }
  .access .location-map{
    margin: 0 auto;
  }
  .access .train-info{
    display: flex;
    max-width: 1000px;
    margin: 40px auto 0;
  }
  .access .train-info{
    margin: 30px auto 0;
  }
  .access .train-info dl{
    width: 100%;
  }
  .access .train-info dl:nth-of-type(2){
    margin-left: 0;
  }
  .access .train-info dl:nth-of-type(n+2){
    margin-top: 12px;
  }
  .access .train-info dl dt{
    padding: 6px 10px;
    font-size: 1.4rem;
  }
  .access .train-info dl dd{
    margin-top: 4px;
    font-size: 1.6rem;
  }
  .access .spot-ttl{
    margin-top: 50px;
    font-size: 2.8rem;
    line-height: 1.1;
  }
  .access .spot-list{
    margin-top: 20px;
  }
  .access .spot-list .spot{
    width: 48%;
  }
  .access .spot-list .spot:nth-of-type(n+3){
    margin-top: 25px;
  }
  .access .spot-list .spot .area-name{
    margin-top: 7px;
    font-size: 1.6rem;
  }

  .map{
    padding: 60px 0;
  }
  .map .sec-ttl{
    margin-bottom: 10px;
    font-size: 2.0rem;
  }
  .map .img-map{
    margin: 20px auto 0;
    padding: 7% 5%;
    border: 2px solid #231815;
    border-radius: 15px;
  }
  .map .adress{
    display: block;
    margin: 20px auto 0;
  }
  .map .adress dl{
    margin: 0 8px;
  }
  .map .adress dl:nth-of-type(2){
    margin-top: 15px;
  }
  .map .adress dl dt{
    padding: 2px 10px;
    font-size: 1.6rem;
  }
  .map .adress dl dd{
    margin-left: 10px;
    line-height: 1.4;
  }
  .map .btn-wrap{
    display: block;
    margin: 30px auto 0;
  }
  .map .btn-wrap .btn_line_round{
    width: 90%;
    margin: 0 auto;
  }
  .btn_line_round.gmap a::after{
    width: 28px;
    height: 24px;
    background: url(../../common/image/ico_map.svg) no-repeat;
    background-size: 28px auto;
    top: 50%;
  }
  .btn_line_round.gmap a:hover::after{
    background: url(../../common/image/ico_map_wh.svg) no-repeat;
    background-size: 28px auto;
  }
  .btn_line_round.print{
    display: none;
  }
  
  /*===========
   .scroll-box
  ===========*/
  .scroll-box {
    position: relative;
  }
  .scroll-box .ico{
    width: 70px;
    padding: 15px;
    background: rgba(242,82,103,.8);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    transition: 0.4s;
  }
  .scroll-box .inner-box {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .scroll-box .map-img {
    max-width: 100%;
    min-width: 800px;
    padding-bottom: 10px;
    vertical-align: top;
  }
  .scroll-box .cover{
    min-width: 800px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.4s;
  }
  .scroll-box.off .ico,.scroll-box.off .cover{
    opacity: 0;
  }

  /*===========
  scrollbar
  ===========*/
  /*スクロールバー全体の高さ*/
  .scroll-box::-webkit-scrollbar {
    height: 4px;
  }
  /*スクロールバー全体の背景*/
  .scroll-box::-webkit-scrollbar-track {
    background: #eee;
  }
  /*スクロールバーの動く部分*/
  .scroll-box::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
  }
  /*スクロールバーの動く部分のホバー（マウスオーバー）*/
  .scroll-box::-webkit-scrollbar-thumb:hover {
    background: #999;
  }
}


@media print{
  #Header,
  .page-ttl,
  .access,
  .btn-wrap,
  #Footer{
    display: none;
  }
  #Wrapper{
    margin: 0;
  }
}


