﻿@charset "UTF-8";

.pc { display: block !important; }
.sp { display: none !important; }
.pc-flex { display: flex !important; }
.sp-flex { display: none !important; }
.pc-inline { display: inline !important; }
.sp-inline { display: none !important; }

@media screen and (max-width: 767px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
  .pc-flex { display: none !important; }
  .sp-flex { display: flex !important; }
  .pc-inline { display: none !important; }
  .sp-inline { display: inline !important; }
}

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.link-op { transition: .3s; }
.link-op:hover { opacity: .7; }




/* CONTENTS */
/* -------------------------------------------------------------------------- */
.f2-yoyaku{
  margin-top: 1.5rem;
  margin-bottom: 3.5rem;
}
.f2-tickres{
  margin-bottom: 1.5rem;
}

.f2-rute7{
  background: #E50012;
  padding: 2.5rem 2rem;
  border-radius: 10px;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.f2-rute7-ttl-intro{
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
}
.f2-rute7-ttl{
  max-width: 560px;
  margin: 0 auto;
}
.f2-rute7-txt{
  color: #fff;
  line-height: 1.8;
  margin-top: 2rem;
  font-size: 16px;
}

.f2-rute7-list{
  display: flex;
  flex-wrap: wrap;
}
.f2-rute7-item{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.f2-rute7-item:nth-of-type(2n){
  margin-right: 0;
}
.f2-rute7-item a{
  position: relative;
  display: block;
  text-decoration: none;
  color: #222;
  font-weight: bold;
  font-size: 20px;
  border: solid 5px #F2F2E7;
  padding: 1rem 1.5rem;
  border-radius: 10px;
}
.f2-rute7-item a span{
  display: block;
  border-left: solid 2px #E50012;
  padding-left: 5%;
}
.f2-rute7-item img{
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .f2-yoyaku{
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
  .f2-tickres{
    margin-bottom: 2rem;
  }

  .f2-rute7{
    padding: 2rem 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    border-radius: 5px;
  }
  .f2-rute7-ttl-intro{
    font-size: 1rem;
  }
  .f2-rute7-ttl{
    max-width: 100%;
  }
  .f2-rute7-txt{
    font-size: 12px;
    margin-top: 1.6rem;
  }

  .f2-rute7-list{
    display: block;
  }
  .f2-rute7-item{
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .f2-rute7-item a{
    font-size: 14px;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    line-height: 1.6;
    border: solid 3px #F2F2E7;
  }
  .f2-rute7-item a span{
    padding-left: 4%;
  }
  .f2-rute7-item img{
    width: 16%;
  }
}
