@charset "UTF-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ----pc,sp表示切替---- */
.-pcOnly {
  display: inline-block !important;
}
.-spOnly {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .-pcOnly {
    display: none !important;
  }
  .-spOnly {
    display: block !important;
  }
}

a {
  transition: .4s;
}

a:hover {
  text-decoration: none;
  opacity: .7;
  transition: .4s;
}

p , li {
  font-size: 13.5px;
  line-height: 1.7;
}


div[class*="pic"] img {
  vertical-align: top;
}

.c-innerWrap {
  width: 960px;
  margin: 0 auto;
  padding: 80px 0;
}

@media screen and (max-width: 960px) {
  .c-innerWrap {
    width: 100%;
    padding: 40px 20px;
  }
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

コンポネ打ち消し

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


@media (min-width: 740px) {

}

.pageTtl {
  margin-bottom: 0px;
}
.mgtM {
  margin-top: 0 !important;
}

.ctm_pageTtl .ttlLv2 {
  margin-top: 80px;
  padding-top: 8px;
}

.ctm_contentsFull {
    background: url("/jp/ja/domtour/jaldp/kagawa/img_sites/main_lead_bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.other_btn a {
  width: 375px;
  color: #cc0000;
  border: 1px solid #cc0000;
  margin: 40px auto 20px;
  display: block;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 20px;
  text-align: center;
}

.btnBox .other_btn .btn {
  background-color: transparent;
  border: 1px solid #cc0000;
}

.dpModule a {
  margin-top: 60px;
}

.ctm_pageTtl.hc01 .ttlLv2 {
  background-color: #187fc1;
  color: #fff;
}

.ctm_pageTtl.hc01 .ttlLv2 .heading {
  position: relative;
}

.ctm_pageTtl.hc01 .ttlLv2 .heading::after {
  content: '';
  position: absolute;
  background: url("/jp/ja/domtour/jaldp/kagawa/img_sites/midasi_hashi.png") no-repeat;
  background-size: contain;
  width: 55px;
  height: 45px;
  top: -8px;
  right: -60px;
}

.recommend_lead p {
  text-align: center !important;
  color: #14c8c8;
  font-size: 18px;
  font-weight: bold;
}

.area_name {
  background-color: #187fc1;
  color: #fff;
  text-align: center;
  margin-bottom: -10px;
  display: inline-block;
  padding: 3px 10px;
}

.ctm_bdrColumn.bc04 .ttlLv4 {
  padding-top: 15px !important;
}

.option_txt {
  height: 140px;
}

.mv_lead {
  letter-spacing: .05em;
}

.mv_lead strong .fs18 {
  font-size: 22px !important;
  line-height: 1.4;
}

.mv_lead .fs12 {
  margin-top: 10px;
  display: block;
}

#hotel .textlink .txtLink {
  margin: 10px 0 auto;
  display: block;
  text-align: right;
}

#hotel .textlink.textlinkbox.aem-GridColumn.aem-GridColumn--default--12 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.fs_adj .heading {
  font-size: 13px;
  letter-spacing: -.05em;
}

.contentsInr .ticketModule_unit {
  margin: 20px 0;
}

@media screen and (max-width: 960px) {
  .mv_lead {
      letter-spacing: .05em;
      padding: 0 20px;
  }

  .ctm_btnList_horizon.mgt60 {
      margin-top: 30px !important;
  }

  .dpModule a {
      margin-top: 40px;
  }

  .ctm_pageTtl .ttlLv2 {
      margin-top: 60px;
  }

  .recommend_lead p {
      text-align: left;
      font-size: 16px;
      display: inline;
  }

  .fs12 {
      font-size: 1.2rem !important;
  }

  .option_txt {
      height: auto;
  }

  .acodBlock > .heading > .inr {
      font-size: 15px;
  }

  .fs_adj .heading {
      font-size: inherit;
      letter-spacing: normal;
  }

  .tabBlock.tab_scroll .mgt40 {
      margin-top: 0;
  }

  .contentsInr .ticketModule_unit {
    margin: 20px -10px 0 -10px;
  }

  .acodBlock.type_normal {
    margin-top: 20px;
  }

  .colWrap.clm_1_4col .linkbtn.full .btn {
      width: 60%;
  }

}