@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
========================================== */
.mt5 { margin-top: 5px !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; }

.aso .wrap * { box-sizing: border-box; }

.red{ color: #ca0000; }
.bold{ font-weight: bold; }

.indent li{
  text-indent: -15px;
  padding-left: 15px;
}

/* 全体
----------------------------------------------------- */

.contentsInr.aso{
  width: 100%;
  min-height: auto;
  margin: 0 auto;
}
.contentsInr.aso .wrap,
.wrap950{
  width: 950px;
  min-height: 200px;
  margin: 40px auto;
}
.contentsInr.aso .wrap img{
  vertical-align: bottom;
}



/* 共通
----------------------------------------------------- */
.aso .ttlLv1{margin-bottom:20px;padding:40px 10px 8px;position:relative;border-bottom:3px solid #dcdcdc;}
.aso .ttlLv1:after{content:"";display:block;width:37.5%;height:3px;position:absolute;bottom:-3px;left:0;background-color:#c41419;}

.aso_ttl01{
  margin-bottom: 20px;
  padding: 15px 0;
  font-size: 22px;
  text-align: center;
  color: #fff;
  background: #805200;
}
.aso_ttl02{
  margin-bottom: 25px;
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #A08052;
}

.flexbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.center{
  align-items: center;
}

/* aside
----------------------------------------------------- */

.anchorList_block_aso {
  width: 930px;
  margin: 0 auto;
  overflow: hidden;
  border: 0;
  background: #fff;
  padding: 0;
}
.anchorList_block_aso > li {
  float: left;
  margin: 10px 0 0 10px;
  width: 300px;
}
.anchorList_block_aso > 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_aso > li > a:visited,
.anchorList_block_aso > li > a:focus {
  color: #000 }
.anchorList_block_aso > li > a:hover {
  color: #ca0000;
  text-decoration: underline;
}


/* main
----------------------------------------------------- */

.aso_mv {
  max-width: 1920px;
  height: 570px;
  background: url(/domtour/jaldp/new_journey/2chiiki/aso/monitor/img/bg_mv_001.jpg) center no-repeat;
  overflow: hidden;
}
.aso_mv img{
  width: 950px;
  margin: 0 auto;
  padding: 20px 0 10px;
  display: block;
}

/* ご利用条件 */
.conditions dl dt,
.conditions dl dd{
  display: inline;
}
.conditions dl dt{
  font-weight: bold;
}
.conditions ul{
  margin: 10px 0;
}
.conditions ul li:before{
  content: "\30FB";
}
.conditions ul li{
  margin-bottom: 5px;
  text-indent: -15px;
  padding: 0 0 0 15px;
}
.conditions a{
  display: block;
  padding: 0 15px;
  text-decoration: underline;
  color: blue;
}

/* 帯広ってこんなとこ */
.about .txt-wrap{
  width: 284px;
}
.about .img-wrap{
  width: 644px;
}
.about .txt-wrap p{
  white-space: pre-line;
}

/* モデルコース */
.model table{
  border: 1px solid #805200;
}
.model table tr,
.model table td{
  border: 1px solid #805200;
}
.model .head{
  text-align: center;
  background: #EFEFEF;
}
.model .head th{
  padding: 10px 5px;
  text-align: center;
}
.model table tr th:nth-child(2){
  border-left: 1px solid #805200;
  border-right: 1px solid #805200;
}
.model .flexbox dt{
  display: inline-block;
  margin-top: 10px;
  padding: 3px 10px;
  background: #805200;
  color: #fff;
}
.model .flexbox dt span{
  font-weight: bold;
}
.model table tr td:nth-child(1),
.model table tr td:nth-child(2){
  width: 10%;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  background: #EFE2D0;
  color: #805200;
}
.model table tr td:nth-child(3){
  width: 80%;
  vertical-align: middle;
  line-height: 1.7;
  padding: 10px 20px;
}
.model table tr,
.model table tr td{
  padding: 10px 5px;
}
.model .flexbox dt{
  width: 18%;
  margin-top: 10px;
  text-align: center;
}
.model .flexbox dd{
  width: 80%;
  margin-top: 6px;
}
.model table tr td b{
  font-weight: bold;
}
.model ul li{
  margin-bottom: 10px;
}
.model .day2-detail{
  margin: 20px 0 30px;
  padding: 30px;
  border: 4px solid #805200;
}
.model .day2-detail .tit{
  padding: 0 0 20px;
  font-weight: bold;
  font-size: 25px;
  color: #805200;
}
.model .day2-detail .flexbox{
  margin: 20px 0 0;
}
.model .rental-option .flexbox{
  padding: 0 20px;
}
.model .day2-detail .txt-wrap,
.model .rental-option .txt-wrap{
  width: 55%;
  padding-right: 30px;
}
.aso .btnRD {
  width: 287px;
  display: block;
  font-weight: bold;
  margin: 30px auto 20px;
  padding: 16px 53px 15px 50px !important;
  border-radius: 6px;
  font-size: 1.6rem;
  color: #fff;
}
.aso .btnRD + p{
  text-align: center;
}
.aso .btnRD.iconOtherImg img{
  vertical-align: middle;
}
.aso .btnWT.iconOtherImg{
  max-width: 300px;
  width: 80%;
  margin: 20px auto 0;
  display: block;
  background: #eeeeee;
  color: #565656;
  position: relative;
}
.aso .rental-option .btnWT.iconOtherImg,
.aso .guide .btnWT.iconOtherImg{
  margin: 20px 0 0;
}
.aso .attention .wrap-ul .btnWT.iconOtherImg{
  margin: 10px 0;
  font-weight: normal;
}
.model .day2-detail .txt-wrap img,
.model .rental-option .txt-wrap img,
.aso .btnWT.iconOtherImg img{
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.model .day2-detail .img-wrap,
.model .rental-option .img-wrap{
  width: 45%;
}
.model .day2-detail .img-wrap img,
.model .rental-option .img-wrap img{
  width: 100%;
}
.model .day2-detail .txt-wrap ul{
  margin-top: 5px;
}
.model .day2-detail .txt-wrap ul li{
  margin-bottom: 5px;
  line-height: 1.5;
}


/* おすすめスポット */
.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: 33px;
  margin: 0 0 10px;
  font-weight: bold;
}
/* 宿泊のご案内 */
.guide .txt-wrap{
  width: 445px;
}
.guide_ttl01{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.guide .img-wrap{
  width: 480px;
}
.guide .img-wrap img{
  width: 100%;
}
.guide .free-yu{
  display: inline-block;
  font-size: 11px;
  padding-left: 5px;
  text-align: center;
}
.guide .free-yu mark {
  width: 20px;
  height: 20px;
  padding: 3px 0;
  margin: 3px auto 0;
  display: block;
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 50%;
  background-color: #ff66b8;
}

/* アピールポイント */
.appeal{
  width: 812px;
  margin: 80px auto 0;
  padding: 5px;
  position: relative;
  border: 10px solid #EFE2D0;
  background: url(/domtour/jaldp/new_journey/2chiiki/aso/monitor/img/bg_appeal_001.png) no-repeat right 0 top 0;
}
.appeal .flexbox{
  align-items: center;
  padding: 5px;
}
.appeal .txt_appeal_001{
  position: absolute;
  left: -35px;
  top: -45px;
}
.appeal_ttl01{
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #805200;
}
.appeal .img-wrap{
  width: 230px;
}
.appeal .txt-wrap{
  width: 524px;
  /* margin-top: 28px; タイトル削除により */
}

/* オプショナルのご予約について */
.option-about ul.attention li{
  margin: 5px 0;
  text-indent: -20px;
  padding-left: 20px;
  line-height: 1.5;
}
.option-about b{
  font-weight: bold;
}
.option-about img{
  width: 100%;
  margin-top: 10px;
}
.aso .c-accordion .btnRD{
  width: 58%;
  margin: 15px 0;
}
.aso .c-accordion .btnRD::after{
  content: "\03e";
  display: inline-block;
  padding-left: 30px;
}
.accordion-list li {
  font-size: 1.4rem;
  position: relative;
  padding-left: 1em;
  line-height: 1.714 !important;
}
.accordion-list li::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #008957;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  margin-right: 4px;
  top: 7.5px;
  left: 0;
}

/* 予約上のご注意 */
.attention .wrap-ul{
  padding: 25px 0;
  border: #CBCBCB 1px solid;
}
.attention ul{
  width: 870px;
  margin: 0 auto;
}
.attention ul li:before{
  content:  "\25CF";
  padding-right: 5px;
}
.attention ul li{
  margin: 5px 0;
  text-indent: -20px;
  padding-left: 20px;
}
.attention ul li p{
  display: inline;
}
p.indent{
  text-indent: -15px;
  padding-left: 15px;
  display: block !important;
}
.attention ul li.red{
  color: #CF0000;
  font-weight: bold;
}
.attention li a{
  margin-top: 5px;
  text-decoration: underline;
  display: block;
  color: blue;
  font-weight: bold;
}
.attention b{
  margin: 20px 0 0;
  line-height: 1.7;
  font-size: 16px;
  font-weight: bold;
  display: block;
}

/* 当選後のご案内 */

.monitor-guidance {
  width: 100%;
  margin: 40px auto 0;
  padding: 25px 35px;
  border: 3px double #b90000;
}
.monitor-guidance p {
  margin-bottom: 10px;
  text-align: center;
  color: #b90000;
  font-size: 1.6rem;
}
.monitor-guidance ul + p {
  text-align: left;
  color: #333;
}
.monitor-guidance ul li {
  margin-bottom: 3px;
  text-indent: -15px;
  padding-left: 15px;
}
.monitor-guidance ul li::before{
  content: "・";
}


@media all and (min-width: 1921px) {

  .aso_mv{
    max-width: 100%;
    height: 0;
    padding-bottom: 30%;
    background-image: url(/domtour/jaldp/new_journey/2chiiki/aso/monitor/img/bg_mv_001.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

}
/*-- 230814 終売対応 ---*/
.shuryo{
	color:#cc0000;
	font-weight:bold;
	font-size:1.2em;
	border:2px solid #cc0000;
	padding:20px;
	text-align: center;
	margin: 20px auto;
	width: 500px;
}
.alC{
	text-align: center;
}