@charset "UTF-8";

/*  Clearfix
========================================== */
/* clearfix */
.clearfix { *zoom: 1; }
.clearfix:after { content: ''; display: block; clear: both; }


/* Text style
========================================== */

/* Font size */
.fs10 { font-size: 10px; }
.fs11 { font-size: 11px; }
.fs12 { font-size: 12px; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px; }
.fs24 { font-size: 24px; }
.fs28 { font-size: 28px; }
.fs32 { font-size: 32px; }
.fs36 { font-size: 36px; }
.fs48 { font-size: 48px; }


/*  Margin
========================================== */
.mt-1 { margin-top: -8px !important; }
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt22 { margin-top: 22px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 70px !important; }
.mt75 { margin-top: 75px !important; }
.mt80 { margin-top: 80px !important; }
.mt85 { margin-top: 85px !important; }
.mt90 { margin-top: 90px !important; }
.mt95 { margin-top: 95px !important; }
.mt100 { margin-top: 100px !important; }

.kunigami .wrap * { box-sizing: border-box; }

/* 全体
----------------------------------------------------- */

.contentsInr.kunigami{
  width: 100%;
  min-height: auto;
  margin: 0 auto;
}
.contentsInr.kunigami .wrap,
.wrap950{
  width: 950px;
  min-height: 200px;
  margin: 40px auto;
}

.contentsInr.kunigami .wrap img{
  vertical-align: bottom;
}


/* 共通
----------------------------------------------------- */
.kunigami .ttlLv1{margin-bottom:20px;padding:40px 10px 8px;position:relative;border-bottom:3px solid #dcdcdc;}
.kunigami .ttlLv1:after{content:"";display:block;width:37.5%;height:3px;position:absolute;bottom:-3px;left:0;background-color:#c41419;}

.kunigami_ttl01{
  margin-bottom: 20px;
  padding: 15px 0;
  font-size: 22px;
  text-align: center;
  color: #fff;
  background: #0096A0;
}
.kunigami_ttl02{
  margin-bottom: 25px;
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #42A5A2;
}

.flexbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* aside
----------------------------------------------------- */

aside{
  width: 100%;
  margin: 0 auto;
}

.anchorList_block_kunigami {
  overflow: hidden;
  border: 0;
  background: #fff;
  padding: 0;
}
.anchorList_block_kunigami > li {
  float: left;
  margin: 10px 0 0 10px;
  width: 300px;
}
.anchorList_block_kunigami > li > a {
  border: 1px solid #DDD;
  padding: 11px 0 8px 0;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #000;
  background: #EDEDED url(/commonY15/img/icon_anchor_red_01.png) right 20px top 18px no-repeat;
  text-decoration: none;
  text-align: center;
}
.anchorList_block_kunigami > li > a:visited,
.anchorList_block_kunigami > li > a:focus {
  color: #000 }
.anchorList_block_kunigami > li > a:hover {
  color: #ca0000;
  text-decoration: underline;
}


/* main
----------------------------------------------------- */

.kunigami_mv {
  max-width: 1920px;
  height: 570px;
  background: url(/domtour/jaldp/new_journey/2chiiki/kunigami/img/bg_mv_001.jpg) center no-repeat;
  overflow: hidden;
}
.kunigami_mv img{
  width: 950px;
  margin: 0 auto;
  padding: 20px 0 10px;
  display: block;
}

/* ご利用条件 */
.conditions dl dt,
.conditions dl dd{
  display: inline;
}
.conditions dl dd span:before{
  content: "@";
}

/* 帯広ってこんなとこ */
.about .txt-wrap{
  width: 284px;
  position: relative;
}
.about .img-wrap{
  width: 644px;
}
.about .txt-wrap img{
  display: block;
  margin: 0 auto;
}
.about .txt-wrap p{
  width: 100%;
  white-space: pre-line;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* モデルコース */
.model .model_ttl01{
  padding: 10px 20px;
  text-align: center;
  background: #EFEFEF;
  border: 1px solid #0096A0;
}
.model dl.table{
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #0096A0;
}
.model dl.table > dt,
.model dl.table > dd{
  padding: 10px 20px;
  border-right: 1px solid #0096A0;
  border-bottom: 1px solid #0096A0;
}
.model dl.table > dt{
  width: 10%;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  background: #D8EFF0;
  color: #00959F;
}
.model dl.table > dd{
  width: 90%;
}
.model .model_ttl{
  text-align: center;
  background: #EFEFEF;
  padding: 10px 20px;
}
.model .flexbox{
  align-items: flex-start;
}
.model .flexbox dt{
  width: 30%;
  margin-top: 10px;
  padding: 5px 10px;
  background: #D95400;
  color: #fff;
}
.model .flexbox dt.tweak{
  padding-top: 13px;
}
.model .flexbox dt span{
  font-size: 16px;
}
.model .flexbox dd{
  width: 70%;
  margin-top: 10px;
  padding: 5px 0 0 15px;
}
.model .flexbox dt.top-dt,
.model .flexbox dd.top-dd{
  margin-top: 0;
}

/* おすすめスポット */
.spot ul li{
  width: 32%;
  padding: 20px 10px;
  border: 1px solid #cdcdcd;
}
.spot ul li .spot_ttl01{
  font-size: 16px;
  font-weight: bold;
  border-left: 3px solid #DDDDDD;
  padding: 12px 0 11px 15px;
}
.spot ul li .spot_ttl01.two{
  padding: 3px 0 3px 15px;
  line-height: 1.4;
}
.spot ul li img{
  margin: 20px 0;
}
.spot .spot_ttl02{
  height: 46px;
  margin: 0 0 10px;
  font-weight: bold;
}
.spot ul li p{
  text-align: justify;
  text-justify: inter-ideograph;
}
/* 宿泊のご案内 */
.guide .txt-wrap{
  width: 390px;
}
.guide_ttl01{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.guide .img-wrap{
  width: 540px;
}
.guide .img-wrap img{
  width: 100%;
}

/* アピールポイント */
.appeal{
  width: 788px;
  margin: 80px auto 0;
  padding: 10px 10px 10px 13px;
  position: relative;
  border: 10px solid #BFE4E7;
  background: url(/domtour/jaldp/new_journey/2chiiki/kunigami/img/bg_appeal_001.png) no-repeat right 0 top 0;
}
.appeal .flexbox{
  align-items: center;
}
.appeal .txt_appeal_001{
  position: absolute;
  left: -35px;
  top: -45px;
}
.appeal_ttl01{
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #0096A0;
}
.appeal .img-wrap{
  width: 230px;
}
.appeal .txt-wrap{
  width: 65%;
  padding-right: 20px;
}

/* 予約上のご注意 */
.attention .wrap-ul{
  padding: 25px 0;
  border: #CBCBCB 1px solid;
}
.attention ul{
  width: 760px;
  margin: 0 auto;
}
.attention ul li:not(.nostyle):before{
  content:  "\25CF";
  padding-right: 5px;
}
.attention ul li{
  margin: 5px 0;
}
.attention ul li:first-child{
  color: #CF0000;
  font-weight: bold;
}

/* PCR検査バナー */
.pcr .attention{
  color: #CF0000;
  margin-top: 10px;
  text-indent: -15px;
  padding-left: 15px;
}

@media all and (min-width: 1921px) {

  .kunigami_mv{
    max-width: 100%;
    height: 0;
    padding-bottom: 30%;
    background-image: url(/domtour/jaldp/new_journey/2chiiki/kunigami/img/bg_mv_001.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

}
/*241218追加*/
.shuryo{
	border:2px solid #cc0000;
	font-weight:bold;
	font-size:1.4em;
	color:#cc0000;
	padding:30px;
	margin:30px 0;
	text-align: center;
}