hr {
  clear: both;
  border: 0px;
  padding: 2em 0;
}
.row-r{
  flex-direction: row-reverse;
}
.ss-tourism-first{
  padding: 1em 0 5em;
  position: relative;
}
.ss-tourism-first h2{
  font-size: max(2.1vw, 1.2em);
  line-height: 1.4;
  padding-top: .4em;
}
.ss-tourism-first span{
  color: #64accd;
  font-weight: 600;
  font-size: 1.1em;
  letter-spacing: .08em;
}
.ss-tourism-first p{
  padding: 2em 0 0;
}
.ss-tourism-table-ct{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3em 0 0;
  margin-bottom: -2em;
}
.ss-tourism-table-ct li{
  width: 33%;
  padding: 1em;
}
.ss-tourism-table-ct a{
  display: block;
  border: 1px solid #597aaf;
  border-radius: 500px;
  color: #597aaf;
  padding: 1em 0;
  position: relative;
}
.ss-tourism-table-ct a::before {
  content: "";
  display: block;
  position: absolute;
  top: 38%;
  right: 5%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #597aaf;
  border-right: 2px solid #597aaf;
  transform: translateX(-50%) rotate(135deg);
}
.tourism-item__text{
  text-align: left;
}
.tourism-item__text span{
  color: #3366bb;
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: .08em;
  position: relative;
  padding: 0 0 .6em;
}
.tourism-item__text span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 1px;
  margin: 0;
  background-color: #3366bb;
}

.course-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.course-list li{
  margin-bottom: 10px;
}
.course-list .start,.course-list .goal{
  background: #64accd;
  color: #fff;
  border-radius: 500px;
  padding: 2px 10px;
  border: 1px solid #64accd;
  font-size: .9em;
}
.course-list .root{
  background: #fff;
  border: 1px solid #64accd;
  border-radius: 500px;
  padding: 2px 10px;
  font-size: .9em;
}
.course-list .line{
  color: #64accd;
  font-size: .6em;
  font-weight: 600;
}
.photo_area{
  display: flex;
  justify-content: center;
  margin: 2em -10px 0px;
}
.photo_area div{
  width: calc(25% - 20px);
  margin: 10px 10px 10px;
  text-align: center;
  font-size: .8em;
}
.photo_area div img{
  border: 5px solid #fff;
  border-radius: 4px;
}

.tourism-item__text h3{
  font-size: max(2.3vw, 1.4em);
  padding: .6em 0;
}
.tourism-item__img img{
  border-radius: 8px;
}
.tourism-item__btn{
  display: flex;
  justify-content: flex-end;
}
.tourism-item__btn a{
  background: #3366bb;
  border: 1px solid #3366bb;
  border-radius: 500px;
  color: #fff;
  display: block;
  font-size: .9em;
  font-weight: 600;
  width: 280px;
  text-align: center;
  padding: 1em;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.tourism-item__btn a::before {
  content: "";
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 42%;
  width: 6px;
  height: 6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tourism-item__btn a:hover{
  background: #fff;
  border: 1px solid #3366bb;
  color: #3366bb;
}
.tourism-item__btn a:hover:before{
  border-top: 3px solid #3366bb;
  border-right: 3px solid #3366bb;
}
.tourism-item__img{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.tourism-item__img img{
  transition-duration: 0.5s;
  display: block;
}
.tourism-item__img img:hover{
  transform: scale(1.05);
  transition-duration: 0.5s;
}

@media only screen and (min-width: 991px){
.ss-tourism-first:before{
  position: absolute;
  left: 0vw;
  content: "";
  display: inline-block;
  width: 350px;
  height: 350px;
  background: url(../img/ttl-bg-l.jpg) no-repeat;
    background-size: auto;
  background-size: contain;
  top: 0px;
  z-index: -1;
}
.ss-tourism-first:after{
  position: absolute;
  right: 0vw;
  content: "";
  display: inline-block;
  width: 350px;
  height: 350px;
  background: url(../img/ttl-bg-r.jpg) no-repeat;
    background-size: auto;
  background-size: contain;
  top: 0px;
  z-index: -1;
  }
.hagi:before{
  position: absolute;
  left: 0vw;
  content: "";
  display: inline-block;
  width: 350px;
  height: 350px;
  background: url(../img/ttl-bg-l-hagi.jpg) no-repeat;
    background-size: auto;
  background-size: contain;
  top: 0px;
  z-index: -1;
}
.hagi:after{
  position: absolute;
  right: 0vw;
  content: "";
  display: inline-block;
  width: 350px;
  height: 350px;
  background: url(../img/ttl-bg-r-hagi.jpg) no-repeat;
    background-size: auto;
  background-size: contain;
  top: 0px;
  z-index: -1;
  }
.shunan:before{
  position: absolute;
  left: 0vw;
  content: "";
  display: inline-block;
  width: 350px;
  height: 350px;
  background: url(../img/ttl-bg-l-shunan.jpg) no-repeat;
    background-size: auto;
  background-size: contain;
  top: 0px;
  z-index: -1;
}
.shunan:after{
  position: absolute;
  right: 0vw;
  content: "";
  display: inline-block;
  width: 350px;
  height: 350px;
  background: url(../img/ttl-bg-r-shunan.jpg) no-repeat;
    background-size: auto;
  background-size: contain;
  top: 0px;
  z-index: -1;
  }
.iwakuni:before{
  position: absolute;
  left: 0vw;
  content: "";
  display: inline-block;
  width: 350px;
  height: 350px;
  background: url(../img/ttl-bg-l-iwakuni.jpg) no-repeat;
    background-size: auto;
  background-size: contain;
  top: 0px;
  z-index: -1;
}
.iwakuni:after{
  position: absolute;
  right: 0vw;
  content: "";
  display: inline-block;
  width: 350px;
  height: 350px;
  background: url(../img/ttl-bg-r-iwakuni.jpg) no-repeat;
    background-size: auto;
  background-size: contain;
  top: 0px;
  z-index: -1;
  }
}
@media only screen and (min-width: 768px){
.tourism-item{
  display: flex;
  justify-content: space-between;
}
.tourism-item__img{
  width: 48%;
}
.tourism-item__text{
  width: 48%;
  padding: 3em;
}
.tourism-item__btn{
  margin: 3em 0 0;
}
}


#tourism h3{
  padding: 3em 0 0;
  text-align: center;
}
.ss-tourism-ttl{
  margin: 5em 0 2em;
  padding: .8em 0;
  position: relative;
  text-align: left;
}
.ss-tourism-ttl::before {
  content: "";
  background: #E7E7E7;
  width: 100vw;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
}


/* 観光コース */
.ss-tourism-box{
  border-radius: 10px;
  padding: 3em;
  margin: 4em 0;
  text-align: left;
  background: #fff;
  position: relative;
}
.ss-tourism-box .num{
  position: absolute;
  background: #666;
  top: -18px;
  right: 30px;
  width: 140px;
  height: 140px;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-weight: 600;
}
.ss-tourism-box .num span:first-child{
  text-align: center;
  font-size: .8em;
  line-height: 1.3;
  text-align: center;
}
.ss-tourism-box .num span:last-child{
  font-size: 3em;
  line-height: 1.1;
}

.ss-tourism-box h4{
  font-size: 1.8em;
  padding: 0 0 .2em;
}
.ss-tourism-box h4 span{
  font-size: 14px;
}
.ss-tourism-box .tib{
  display: flex;
  align-items: center;
}
.ss-tourism-box .tib .time{
  display: flex;
  font-size: 14px;
  font-weight: 600;
}
.ss-tourism-box .tib .time p:first-child{
  background: #555;
  color: #fff;
  border-radius: 500px 0 0 500px;
  padding: 4px 10px 4px 14px;
}
.ss-tourism-box .tib .time p:last-child{
  background: #fff;
  border-radius: 0 500px 500px 0;
  padding: 4px 14px 4px 10px;
}
.ss-tourism-box .tib .price{
  padding: 0 0 0 1em;
  font-weight: 600;
  font-size: 14px;
}
.ss-tourism-box .tib .price span{
  font-size: 1.5em;
  border-bottom: 1px solid #313131;
}
.course-ttl{
  font-weight: 600;
  font-size: 1em;
  margin: 1.5em 0 1em;
}
.course-ttl:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/pin.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 4px;
}

.ss-tourism-box .option{
  background: #fff;
  border: 1px solid #dcdfc5;
  border-radius: 4px;
  margin: 2em 0 0;
  padding-bottom: 1em;
}
.ss-tourism-box .option h5{
  text-align: center;
  padding: 4px 0;
  color: #fff;
  border-radius: 4px 4px 0 0;
}
.ss-tourism-box .option ul{
  display: flex;
  justify-content: center;
  margin: 10px 0 0;
}
.ss-tourism-box .option li{
  padding: 0 1vw;
  text-align: center;
  font-size: .8em;
}
.ss-tourism-box .option li p{
  font-size: 13px;
}
.ss-tourism-box .option li img{
  border-radius: 6px;
  margin: 5px 0 0;
  width: 150px;
}
.at-box {
  text-align: left;
  font-size: 14px;
  padding: 0 0 4rem;
}
/* 色指定 */
.shimonoseki-01{
  background: #e9ecf3;
}
.shimonoseki-01 .num,.shimonoseki-01 .tib .time p:first-child{
  background: #64accd;
}
.col1-img img{
  border-radius: 8px;
}

@media only screen and (min-width: 768px){
#c7 .spot_title{
  font-size: 13px;
}
#c7 .omukae,#c7 .ookuri{
  font-size: 1em;
}
.col1{
  display: flex;
  justify-content: space-between;
}
.col1-txt{
  width: 68%;
}
.col1-img{
  width: 30%;
}
}

@media only screen and (max-width: 768px){
#is-content{
  padding: 2em 0 4em;
}
.tourism-item__text span{
  padding-top: .8em;
}
.tourism-item__btn {
  justify-content: center;
  padding-top: 1em;
}
.tourism-item__text h3{
  padding: 2px 0;
}
.ss-tourism-first{
  padding: 0 0 2em;
}
.ss-tourism-first p{
  text-align: left;
}
.ss-tourism-table-ct{
  padding: 10px 0 0;
  flex-wrap: wrap;
  justify-content:start;
  align-items: normal;
  margin: 5px -5px 0;
}
.ss-tourism-table-ct li{
  padding: 6px;
  width: calc(50% - 10px);
  margin: 5px 5px 0;
}
.ss-tourism-table-ct a{
  font-size: 12px;
  padding: 6px;
}
.ss-tourism-ttl{
  margin: 2em 0 1em;
}
.ss-tourism-box .num{
  right: 38%;
  top: -40px;
  width: 80px;
  height: 80px;
}
.ss-tourism-box .num span:first-child{
  font-size: 11px;
}
.ss-tourism-box .num span:last-child{
  font-size: 24px;
}
.ss-tourism-box{
  padding: 2em 16px 2em 16px;
}
.ss-tourism-box h4{
  font-size: 18px;
  line-height: 1.5;
}
.ss-tourism-box .tib{
  justify-content: space-between;
}
.ss-tourism-box .tib .time{
  font-size: 10px;
  padding: 2px 0;
  flex-direction: column;
  width: 19%;
}
.ss-tourism-box .tib .time p:first-child{
  padding: 2px 6px;
  text-align: center;
  border-radius: 6px 6px 0 0;
  font-size: 10px;
}
.ss-tourism-box .tib .time p:last-child{
  padding: 2px 6px;
  text-align: center;
  border-radius: 0 0 6px 6px;
  font-size: 11px;
}
.ss-tourism-box .tib .price{
  padding: 0;
  width: 27%;
  text-align: center;
}
.ss-tourism-box .tib .price p{
  font-size: 10px;
}
.ss-tourism-box .tib .price span{
  font-size: 14px;
  display: block;
}
.course-ttl{
  font-size: 16px;
  margin-bottom: 1em;
}
.spot_title{
  background: #e9ecf3;
}
.course-list .start, .course-list .goal{
  font-size: 12px;
}
.course-list .root{
  font-size: 12px;
}
.course-list li{
  margin-bottom: 6px;
}
.photo_area{
  justify-content: start;
  flex-wrap: wrap;
  margin: 10px auto 0;
}
.photo_area div{
  width: calc(50% - 10px);
  font-size: 11px;
  margin: 5px 5px 5px;
}
.photo_area div img{
  border: 2px solid #fff;
}
.sight{
  padding-bottom: 0!important;
}
.first-sp-img{
  padding-top: 10px;
  margin-bottom: -30px;
}

}