@charset "utf-8";
/* CSS Document */
body {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}
p {
  margin-top: 0;
}
.content_width {
  max-width: 1300px;
  margin: auto;
}
.l-content-body {
  max-width: 100%;
  margin: 0px;
  padding: 0px;
}
.sp-only {
  display: none;
}
.pc-only {
  display: block;
}
.flexed-mv {
  background: #EFE8E8;
}
.flexed-mv img {
  width: 100%;
}
.lead_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 40px;
  line-height: 2;
}
.lead-txt_area {
  font-size: 2.2rem;
}
.ca_area {
  margin: 20px;
}
.ca_area p {
  font-size: 1.5rem;
  text-align: center;
}
.ca_area img {
  width: 170PX;
  height: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lead_txt {
    flex-wrap: wrap;
    text-align: center;
    line-height: 1.7;
  }
  .lead-txt_area {
    font-size: 1.7rem;
  }
  .ca_area {
    padding: 30px
  }
  .ca_area p {
    font-size: 1.6rem;
  }
}
/* MOJI SHIMONOSEKI */
.moji-shimonoseki_width {
  max-width: 1300px;
  margin: auto;
}
.moji, .shimonoseki {
  width: 100%;
  min-height: 750px;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 200px 0 350px;
}
.title {
  width: auto;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  border-radius: 30px;
  padding: 20px 30px;
}
.title span {
  color: #FFF;
  font-size: 5rem;
}
.title span:nth-of-type(2) {
  font-size: 2.5rem;
  padding-left: 15px;
}
.moji .title {
  position: absolute;
  top: 130px;
  left: 0px;
  background: #C1493C;
}
.shimonoseki .title {
  position: absolute;
  top: 130px;
  right: 0px;
  background: #2B7BBA;
}
.area_lead_txt {
  width: auto;
  height: 60px;
  padding: 30px;
  background: #FFF;
  font-size: 2.3rem;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.moji .area_lead_txt {
  position: absolute;
  top: 230px;
  right: 100px;
}
.moji .area_lead_txt:last-of-type {
  position: absolute;
  top: 320px;
  right: 0px;
}
.moji .area_lead_txt span {
  color: #C1493C;
}
.shimonoseki .area_lead_txt {
  position: absolute;
  top: 230px;
  left: 70px;
}
.shimonoseki .area_lead_txt:last-of-type {
  position: absolute;
  top: 320px;
  left: 0px;
}
.shimonoseki .area_lead_txt span {
  color: #2B7BBA;
}
/*IMAGE SLIDE*/
.moji_slide, .shimonoseki_slide {
  justify-content: center;
  width: 80%;
  height: auto;
}
.slide {
  position: relative;
  justify-content: center;
  overflow: hidden;
  border-radius: 50px;
  width: 100%;
  height: 400px;
  margin: auto;
  background: #DFD4D4;
}
.slide img {
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  object-fit: cover;
  opacity: 0;
  animation: slideAnime 20s ease infinite;
}
/* スライドのアニメーションを段差で開始する*/
.slide img:nth-of-type(1) {
  animation-delay: 0s
}
.slide img:nth-of-type(2) {
  animation-delay: 4s
}
.slide img:nth-of-type(3) {
  animation-delay: 8s
}
.slide img:nth-of-type(4) {
  animation-delay: 12s
}
.slide img:nth-of-type(5) {
  animation-delay: 16s
}
/* スライドのアニメーション */
@keyframes slideAnime {
  0% {
    opacity: 0
  }
  3% {
    opacity: 1
  }
  20% {
    opacity: 1
  }
  23% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}
/*TEXT AREA*/
.area_txt {
  width: 60%;
  height: auto;
  padding: 70px 30px 30px;
  border-radius: 25px;
}
.area_txt p {
  color: #FFF;
  font-size: 1.65rem
}
.moji .area_txt {
  position: absolute;
  bottom: 100px;
  right: 0px;
  background: #C1493C;
}
.shimonoseki .area_txt {
  position: absolute;
  bottom: 100px;
  left: 0;
  background: #2B7BBA;
}
.content_title {
  text-align: center;
  font-size: 4.5rem;
  padding: 100px 0 80px;
}
@media screen and (max-width: 1100px) {
  .slide {
    border-radius: 30px;
    height: 450px;
  }
  .area_txt {
    width: 70%;
    padding: 70px 30px 30px;
  }
  .moji .area_txt {
    bottom: 100px;
    right: 0px;
  }
  .shimonoseki .area_txt {
    bottom: 100px;
    left: 0;
  }
}
@media screen and (max-width: 950px) {
  .slide {
    border-radius: 25px;
    height: 350px;
  }
  .area_txt {
    width: 80%;
    padding: 70px 30px 30px;
  }
  .moji .area_txt {
    bottom: 90px;
    right: 0px;
  }
  .shimonoseki .area_txt {
    bottom: 90px;
    left: 0;
  }
  .area_lead_txt {
    padding: 10px;
    font-size: 1.4rem;
    border-radius: 15px;
  }
  .moji .area_lead_txt {
    top: 230px;
    right: 75px;
  }
  .moji .area_lead_txt:last-of-type {
    top: 300px;
    right: 0px;
  }
  .shimonoseki .area_lead_txt {
    top: 220px;
    left: 30px;
  }
  .shimonoseki .area_lead_txt:last-of-type {
    top: 300px;
    left: 0px;
  }
}
@media screen and (max-width: 700px) {
  .title {
    height: 90px;
    border-radius: 20px;
    padding: 20px;
  }
  .title span {
    font-size: 4rem;
  }
  .slide {
    border-radius: 25px;
    height: 300px;
  }
  .area_txt {
    width: 80%;
    padding: 70px 30px 30px;
    border-radius: 20px;
  }
  .area_txt p {
    color: #FFF;
    font-size: 1.4rem
  }
  .moji .area_txt {
    bottom: 110px;
    right: 0px;
  }
  .shimonoseki .area_txt {
    bottom: 110px;
    left: 0;
  }
  .area_lead_txt {
    height: 30px;
    font-size: 1.3rem;
    border-radius: 7px;
  }
  .moji .area_lead_txt {
    top: 230px;
    right: 50px;
  }
  .moji .area_lead_txt:last-of-type {
    top: 270px;
    right: 0px;
  }
  .shimonoseki .area_lead_txt {
    top: 230px;
    left: 60px;
  }
  .shimonoseki .area_lead_txt:last-of-type {
    top: 270px;
    left: 0px;
  }
}
@media screen and (max-width: 550px) {
  .title {
    height: 80px;
    padding: 10px;
  }
  .title span {
    font-size: 3rem;
  }
  .title span:nth-of-type(2) {
    font-size: 1.8rem;
    padding-left: 13px;
  }
  .area_txt {
    width: 100%;
    border-radius: 15px;
  }
  .moji .area_txt {
    bottom: 100px;
  }
}
@media screen and (max-width: 450px) {
  .title {
    height: 50px;
    border-radius: 10px;
    padding: 10px;
  }
  .title span {
    font-size: 2.7rem;
  }
  .title span:nth-of-type(2) {
    font-size: 1.5rem;
    padding-left: 5px;
  }
  .area_txt {
    width: 100%;
  }
  .area_txt p {
    font-size: 1.2rem;
  }
  .moji .area_txt {
    bottom: 70px;
  }
  .shimonoseki .area_txt {
    bottom: 70px;
  }
  .area_lead_txt {
    padding: 10px;
    font-size: 1.3rem;
    border-radius: 10px;
  }
  .moji .area_lead_txt {
    top: 180px;
    right: 0px;
  }
  .moji .area_lead_txt:last-of-type {
    top: 220px;
    right: 0px;
  }
  .shimonoseki .area_lead_txt {
    top: 210px;
    left: 0px;
  }
  .shimonoseki .area_lead_txt:last-of-type {
    top: 250px;
    left: 0px;
  }
}
/* Step List */
.step-list {
  display: flex;
  justify-content: center;
  padding-bottom: 150px;
}
.m-chance-step-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 30px 0px;
  justify-content: center;
}
.m-chance-step-list > li {
  padding: 30px;
}
.m-chance-step-list .m-chance-step-list-inner {
  margin: 0;
  width: 100%;
  height: 100%;
  border: none !important;
  padding: 20px;
  position: relative;
}
.m-chance-step-list .m-chance-step-list-inner img {
  max-width: 270px;
  filter: drop-shadow(2px 2px 12px #848484);
}
.m-chance-step-list-flex {
  width: max-content;
  color: #fff;
  font-weight: 300;
  font-size: 2.7rem;
  display: flex;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1023px) {
  .step-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .m-chance-step-list > li {
    max-width: 33%;
  }
  .m-chance-step-list .m-chance-step-list-inner img {
    width: 100%;
  }
  .m-chance-step-list .m-chance-step-list-inner {
    padding: 0;
  }
  .m-chance-step-list-flex {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .m-chance-step-list > li {
    padding: 15px;
    max-width: 33%;
  }
  .m-chance-step-list-flex {
    font-size: 2rem;
  }
}
@media screen and (max-width: 467px) {
  .m-chance-step-list > li {
    padding: 20px;
    max-width: 45%;
  }
}
/* Tabi */
.trip_title {
  font-size: 4.5rem;
  text-align: center;
  padding: 100px 0;
}
.trip_content {
  height: 150px;
  display: flex;
  justify-content: center;
}
.trip_content-title_c, .trip_content-title_b {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  font-size: 4.5rem;
}
.trip_content-title_c span::after {
  content: '';
  width: 100px;
  height: 7px;
  display: inline-block;
  background-color: #DFD4D4;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 55px)
}
.trip_content-title_b span::after {
  content: '';
  width: 100px;
  height: 7px;
  display: inline-block;
  background-color: #EFE8E8;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 55px)
}
.sub_title {
  display: flex;
  justify-content: center;
  font-size: 2.5rem;
  margin-bottom: 180px;
}
@media screen and (max-width: 1023px) {
  .trip_content-title_c, .trip_content-title_b {
    font-size: 3.5rem;
  }
  .sub_title {
    font-size: 1.9rem;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 467px) {
  .trip_content-title_c, .trip_content-title_b {
    font-size: 3rem;
  }
  .sub_title {
    font-size: 1.5rem;
    margin-bottom: 80px;
  }
}
.shop-information {
  display: flex;
  max-width: 1280px;
  height: auto;
  padding: 0 0px;
}
.shop-info_r, .shop-info_l {
  display: flex;
  justify-content: center;
  padding-bottom: 70px;
}
.shop_detail {
  max-width: 500px;
  padding: 0 20px;
}
.shop_detail > p {
  font-size: 1.65rem;
  margin: 0 0 20px;
}
.shop {
  display: flex;
  height: 90px;
}
.shop_name {
  font-size: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .shop_name {
    font-size: 2.5rem
  }
}
/*ICON*/
.icon_moji {
  min-width: 70px;
  background-image: url(/ca_trip/moji_shimonoseki/img/icon_moji.svg);
  background-repeat: no-repeat no-repeat;
  background-position: center;
  background-size: 60px;
}
.icon_shimonoseki {
  min-width: 70px;
  background-image: url(/ca_trip/moji_shimonoseki/img/icon_shimonoseki.svg);
  background-repeat: no-repeat no-repeat;
  background-position: center;
  background-size: 60px;
}
.icon_no1, .icon_no2, .icon_no3, .icon_no4, .icon_no5, .icon_no6 {
  min-width: 100px;
  background-repeat: no-repeat no-repeat;
  background-position: center;
  background-size: 100px 100px;
  margin-bottom: 100px;
  margin-top: -50px;
}
.icon_no1 {
  background-image: url(/ca_trip/moji_shimonoseki/img/no1.svg);
}
.icon_no2 {
  background-image: url(/ca_trip/moji_shimonoseki/img/no2.svg);
}
.icon_no3 {
  background-image: url(/ca_trip/moji_shimonoseki/img/no3.svg);
}
.icon_no4 {
  background-image: url(/ca_trip/moji_shimonoseki/img/no4.svg);
}
.icon_no5 {
  background-image: url(/ca_trip/moji_shimonoseki/img/no5.svg);
}
.icon_no6 {
  background-image: url(/ca_trip/moji_shimonoseki/img/no6.svg);
}
@media screen and (max-width: 467px) {
  .icon_no1, .icon_no2, .icon_no3, .icon_no4, .icon_no5, .icon_no6 {
    min-width: 60px;
    background-size: 60px 60px;
  }
}
/*IMAGE_SLIDE*/
.image_slide {
  max-width: 640px;
}
.thumbnail {
  padding-top: 10px;
}
.slick-img {
  max-width: 640px;
  height: auto;
  overflow: hidden;
}
.image_slide img {
  height: auto;
  width: 640px;
}
.info_box {
  border: 1px solid #333;
  font-size: 1.6rem;
  padding: 10px 20px 15px;
}
@media screen and (max-width: 1023px) {
  .shop-info_r, .shop-info_l {
    padding-bottom: 30px;
    font-size: 1.7rem;
  }
  .shop-info_r {
    flex-wrap: wrap-reverse;
  }
  .shop-info_l {
    flex-wrap: wrap;
  }
  .shop_detail {
    max-width: 90%;
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .image_slide {
    max-width: 100%;
  }
}
@media screen and (max-width: 467px) {
  .shop-info_r, .shop-info_l {
    padding-bottom: 20px;
    font-size: 1.1rem;
  }
  .shop_detail {
    max-width: 100%;
    margin: 0;
  }
  .image_slide {
    width: 100%;
  }
  .shop {
    justify-content: center;
  }
  .icon_moji {
    min-width: 40px;
    background-size: 40px;
  }
  .icon_shimonoseki {
    min-width: 40px;
    background-size: 40px;
  }
  .shop_name {
    font-size: 1.8rem
  }
  .info_box {
    font-size: 1.1rem;
    padding: 15px;
  }
}
/*Flight*/
#flight {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 350px;
}
.flight-info {
  margin: 70px 0;
}
.flight-info p:first-of-type {
  font-size: 2.5rem;
}
.flight-info p:last-of-type {
  text-align: right;
}
.flight-map {
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  #flight {
    padding-bottom: 200px;
  }
  .flight-info {
    margin: 50px 20px;
  }
  .flight-info p:first-of-type {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 467px) {
  #flight {
    padding-bottom: 100px;
  }
}
/*RENRAKUSEN*/
.kanmon_ship {
  display: flex;
  position: relative;
}
.kanmon_ship img {
  width: 70%;
  height: auto;
}
.kanmon_ship p {
  font-size: 2.2rem;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .kanmon_ship {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .kanmon_ship p {
    margin: 20px;
    font-size: 1.9rem;
    text-align: center;
  }
  .kanmon_ship img {
    width: 100%;
  }
}
@media screen and (max-width: 467px) {
  .kanmon_ship p {
    font-size: 1.4rem;
  }
}
/* Section Color */
.l-content-head {
  background-color: #1e1e1e;
}
section[data-color="cream"] {
  background-color: #EFE8E8;
  color: #333;
}
section[data-color="beige"] {
  background-color: #DFD4D4;
  color: #333;
}
section[data-color="d-beige"] {
  background-color: #CFC3C3;
  color: #333;
}
/* route */
.route-action {
  display: flex;
  height: 370px;
}
.walk-r {
  position: relative;
  margin: 30px auto 80px;
}
.walk-r::before {
  border-left: 3px dotted #333;
  content: "";
  position: absolute;
  width: auto;
  height: 230px;
}
.walk-r::after {
  content: "";
  width: 140px;
  height: 50px;
  position: absolute;
  top: 35%;
  left: 50px;
  background-image: url(../img/img_walk_r.svg);
  background-repeat: no-repeat no-repeat;
  background-size: 140px;
  background-position: center;
}
.walk-to-ship {
  position: relative;
  margin: 30px auto;
}
.walk-to-ship::before {
  content: "";
  width: 250px;
  height: 70px;
  position: absolute;
  top: 80px;
  left: -280px;
  background-image: url(../img/img_ship_l.svg);
  background-repeat: no-repeat no-repeat;
  background-size: 200px;
  background-position: center;
}
.walk-to-ship::after {
  border-left: 3px dotted #333;
  content: "";
  position: absolute;
  width: auto;
  height: 230px;
}
.walk-l {
  position: relative;
  margin: 30px auto 80px;
}
.walk-l::before {
  content: "";
  width: 140px;
  height: 50px;
  position: absolute;
  top: 80px;
  left: -180px;
  background-image: url(../img/img_walk_l.svg);
  background-repeat: no-repeat no-repeat;
  background-size: 140px;
  background-position: center;
}
.walk-l::after {
  border-left: 3px dotted #333;
  content: "";
  position: absolute;
  width: auto;
  height: 230px;
}
.walk-to-hotel {
  position: relative;
  margin: 60px auto 80px;
}
.walk-to-hotel::before {
  content: "";
  width: 200px;
  height: 70px;
  position: absolute;
  top: 80px;
  left: -250px;
  background-image: url(../img/img_hotel_l.svg);
  background-repeat: no-repeat no-repeat;
  background-size: 200px;
  background-position: center;
}
.walk-to-hotel::after {
  border-left: 3px dotted #333;
  content: "";
  position: absolute;
  width: auto;
  height: 230px;
}
@media screen and (max-width: 767px) {
  .route-action {
    height: 300px;
  }
  .walk-r {
    margin: 10px auto 80px;
  }
  .walk-r::before {
    border-left: 2.5px dotted #333;
    height: 200px;
  }
  .walk-r::after {
    width: 120px;
    height: 40px;
    left: 40px;
    background-size: 120px;
  }
  .walk-to-ship::before {
    width: 170px;
    height: 70px;
    left: -200px;
    background-size: 170px;
  }
  .walk-to-ship::after {
    border-left: 2.5px dotted #333;
    height: 220px;
  }
  .walk-l {
    margin: 10px auto 80px;
  }
  .walk-l::before {
    width: 120px;
    height: 40px;
    left: -150px;
    background-size: 120px;
  }
  .walk-l::after {
    border-left: 2px dotted #333;
    height: 200px;
  }
  .walk-to-hotel {
    margin: 0px auto;
  }
  .walk-to-hotel::before {
    width: 170px;
    height: 70px;
    position: absolute;
    top: 25%;
    left: -200px;
    background-size: 170px;
  }
  .walk-to-hotel::after {
    border-left: 2.5px dotted #333;
    width: auto;
    height: 200px;
  }
}
@media screen and (max-width: 467px) {
  .route-action {
    height: 200px;
  }
  .walk-r {
    margin: 10px auto 80px;
  }
  .walk-r::before {
    border-left: 2px dotted #333;
    height: 120px;
  }
  .walk-r::after {
    width: 100px;
    height: 30px;
    left: 30px;
    background-size: 100px;
  }
  .walk-to-ship {
    margin: 0 auto;
  }
  .walk-to-ship::before {
    width: 130px;
    height: 80px;
    position: absolute;
    top: 50px;
    left: -150px;
    background-size: 130px;
  }
  .walk-to-ship::after {
    border-left: 2px dotted #333;
    width: auto;
    height: 180px;
  }
  .walk-l {
    margin: 10px auto 80px;
  }
  .walk-l::before {
    width: 100px;
    height: 30px;
    top: 50px;
    left: -130px;
    background-size: 100px;
  }
  .walk-l::after {
    border-left: 2px dotted #333;
    width: auto;
    height: 120px;
  }
  .walk-to-hotel {
    margin: 0 auto;
  }
  .walk-to-hotel::before {
    width: 130px;
    height: 80px;
    position: absolute;
    top: 30px;
    left: -150px;
    background-size: 130px;
  }
  .walk-to-hotel::after {
    border-left: 2px dotted #333;
    width: auto;
    height: 130px;
  }
}
.ca_content {
  margin-top: 350px;
  display: flex;
  position: relative;
  background-image: url(../img/img_ca-content.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 400px;
}
.ca_content p {
  font-size: 3.3rem;
  filter: drop-shadow(3px 3px 12px #FFF);
  text-align: center;
  position: absolute;
  right: 15%;
  top: 35%;
}
.ca_content img {
  width: 100%;
}
.kanmon_map {
  text-align: center;
  margin: 0 20px;
  padding: 50px 0 200px;
}
@media screen and (max-width: 767px) {
  .ca_content p {
    font-size: 2.5rem;
    filter: drop-shadow(2px 2px 3px #FFF);
    text-align: end;
    right: 5%
  }
}
@media screen and (max-width: 467px) {
  .ca_content {
    margin-top: 200px;
    width: 100%;
    height: 200px;
  }
  .ca_content p {
    font-size: 1.7rem;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .content_title {
    text-align: center;
    font-size: 3.9rem;
    padding: 80px 0 80px;
  }
}
@media screen and (max-width: 467px) {
  .content_title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .t-mode-rwd .l-content-main {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .l-content-main {
    margin: 0 !important;
  }
  .m-footer-pagetop {
    bottom: 60px !important;
  }
}
.m-list-btn[data-col="1"] {
  margin: 0;
}

/*20231017追加*/
#footer {
  padding-bottom: 100px;
}
.m-list-bnr {
  display: flex;
  justify-content: center;
  padding: 10px;
}