@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');

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

common

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

/* ----pc,sp表示切替---- */
.sp{
	display: block !important;
}
.pc{
	display: none !important;
}
@media (min-width: 740px){
	.sp{
	display: none !important;
}
.pc{
	display: block !important;
}
 }
 .txt_c{
  display: block !important;
  text-align: center !important;
 }
.contentsInr{
  padding: 0;
}

@media (min-width: 740px){
  .contentsInr {
    width: 100%;
}
}
.pageTtl{
  margin-bottom: 0;
}
.txt_serif{
  font-family: 'Noto Serif JP', serif;
}

 /* ----sec---- */   
.sec{
  padding: 0 0 30px;
}
@media (min-width: 740px){
  .sec{
  padding: 0 0 50px;
}
}

.inner{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

.sec_top{
  background: #6F5C47;
  padding: 10px 0;
}

.sec_top .sec_top_txt{
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 740px){
  .sec_top .sec_top_txt{
    font-size: 2rem;
  }
}

.anc .anc_btn a{
  background: #C28F94;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
}
@media (min-width: 740px){
  .anc .anc_btn a{
    font-size: 2rem;
  }
}
.anc .anc_btn a:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 7px 0 7px;
  border-color: #ffffff transparent transparent transparent;
}

.sec_bg_pink{
  background: #FFEBEB;
  padding: 30px 0;
}
@media (min-width: 740px){
  .sec_bg_pink{
    padding: 50px 0;
  }
}

.sec_bg_pink_ttl .ttlLv1{
  margin-top: 0;
  padding: 0;
}
.sec_bg_pink_ttl .ttlLv1 .heading{
  color: #C05D83;
  font-size: 2rem;
  position: relative;
  border-top: 1px solid #C05D83;
  border-bottom: 1px solid #C05D83;
}
@media (min-width: 740px){
  .sec_bg_pink_ttl .ttlLv1 .heading{
    font-size: 2.6rem;
  }
}
.sec_bg_pink_ttl .ttlLv1 .heading:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)rotate(180deg);
  background: url("/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oyakotabi/img_sites/icon_sec_bg_pink_ttl.svg")no-repeat;
  width: 20px;
  height: 100%;
  background-size: contain;
}
.sec_bg_pink_ttl .ttlLv1 .heading:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url("/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oyakotabi/img_sites/icon_sec_bg_pink_ttl.svg")no-repeat;
  width: 20px;
  height: 100%;
  background-size: contain;
}
@media (min-width: 740px){
  .sec_bg_pink_ttl .ttlLv1 .heading:before{
    width: 25px;
    height: 61px;
  }
  .sec_bg_pink_ttl .ttlLv1 .heading:after{
    width: 25px;
    height: 61px;
  }
}
.sec_bg_pink_ttl .ttlLv1 .heading span{
  position: relative;
  display: block;
  padding: 10px;
}

.sec_bg_pink_ttl .ttlLv1 .heading span:after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #C05D83;
}
@media (min-width: 740px){
  .sec_bg_pink_ttl .ttlLv1 .heading span{
    padding: 10px 100px;
  }
}
.sec01_list ul li{
  font-size: 1.4rem;
}
@media (min-width: 740px){
  .sec01_list ul li{
    font-size: 1.6rem;
  }
}
.sec01_list ul li span{
  font-weight: bold;
  color: #C05D83;
}

.sec_bg_yw{
  background: #FAF7EB;
  padding: 30px 0;
}
@media (min-width: 740px){
  .sec_bg_yw{
    padding: 50px 0;
  }
}

.sec_bg_yw_ttl .ttlLv2{
  margin-top: 0;
  padding: 0;
}
.sec_bg_yw_ttl .ttlLv2 .heading{
  color: #6F5C47;
  font-size: 2rem;
  position: relative;
  padding: 0 60px;
}
.sec_bg_yw_ttl .ttlLv2 .heading:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background: #6F5C47;
}
.sec_bg_yw_ttl .ttlLv2 .heading:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background: #6F5C47;
}
@media (min-width: 740px){
  .sec_bg_yw_ttl .ttlLv2 .heading{
    font-size: 2.8rem;
    padding: 0 120px;
  }
  .sec_bg_yw_ttl .ttlLv2 .heading:before{
    width: 100px;
  }
  .sec_bg_yw_ttl .ttlLv2 .heading:after{
    width: 100px;
  }
}
.sec_bg_yw_col .colWrap .col{
  background: #fff;
  padding: 20px;

}
.sec_bg_yw_col_ttl .ttlLv3{
  padding: 0 0 10px;
  margin-top: 0;
  background-image : linear-gradient(to right, #C05D83, #C05D83 6px, transparent 6px, transparent 4px);
  background-size: 10px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.sec_bg_yw_col_ttl .ttlLv3 .heading{
  font-size: 1.8rem;
  font-weight: bold;
  color: #C05D83;
}
@media (min-width: 740px){
  .sec_bg_yw_col_ttl .ttlLv3 .heading{
    font-size: 2.2rem;
    min-height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.sec_bg_yw_subTtl .ttlLv3{
  margin: 0;
  padding: 15px;
  background: #C05D83;
}
.sec_bg_yw_subTtl .ttlLv3 .heading{
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0;
}
.sec_bg_yw_subTtl .ttlLv3 .heading em{
  display: block;
  font-size: 1.6rem;
}
.sec_bg_yw_subTtl .ttlLv3 .heading span{
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
}
.last_ttl .ttlLv3{
  min-height: inherit;
}
.last_ttl .ttlLv3 .heading span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F0E679;
  color: #C05D83;
  padding: 5px 20px;
  font-family: "ヒラギノ角ゴ ProN W3","メイリオ",Meiryo,"MS UI Gothic","Tahoma","Lucida Grande","ヒラギノ丸ゴ Pro W4",sans-serif;
}
@media (min-width: 740px){
  .sec_bg_yw_subTtl .ttlLv3{
    min-height: 123px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec_bg_yw_subTtl .ttlLv3 .heading{
    font-size: 2.2rem;
  }
  .sec_bg_yw_subTtl .ttlLv3 .heading em{
    font-size: 1.8rem;
  }
  .sec_bg_yw_subTtl .ttlLv3 .heading span{
    font-size: 1.6rem;
  }
  .wrap_sp{
    width: 100%;
    max-width: 625px;
    margin: 0 auto;
  }
  .last_ttl .ttlLv3 .heading{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .w_500{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.bg_wt{
  background: #fff;
  padding: 15px 10px;
}
@media (min-width: 740px){
  .bg_wt{
    background: #fff;
    padding: 30px 20px;
  }
}

.sup_ttl .ttlLv3{
  margin-top: 0;
  padding: 0;
}
.sup_ttl .ttlLv3 .heading{
  color: #6F5C47;
  font-size: 1.8rem;
}
@media (min-width: 740px){
  .sup_ttl .ttlLv3 .heading{
    font-size: 2.4rem;
  }
}

.tripBox180 {
  margin: 0 auto;
}

/*スライダー*/
.slider {
  text-align: center;
}
.slidControl{
  display: inline-block !important;
  transform: none;
}
.slick-prev:before { display: none; }
.slick-next:before { display: none; }

.hotel_ttl .ttlLv3 {
  padding-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

@media (min-width: 740px){
.hotel_ttl .ttlLv3 {
    padding-top: 20px;
    margin-bottom: 20px;
    min-height: 64px;
}
}