@charset "utf-8";

@media print {
    /* 紙媒体向けスタイル定義 */
    body { _zoom:60%; -webkit-print-color-adjust:exact; }
  }

/* 旅物語共通 2012 */

.clfix:before,
.clfix:after {
  content: "";
  display: table;
}
.clfix:after {
  clear: both;
}
.clfix {
  zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
.mb_10{
  margin-bottom: 10px;
}
.clear{
  clear: both;
}
.to_top_btn {
  margin: 10px 0 15px 0;
  padding-left: 10px;
  text-align: right;
  font-size: 0.9em;
}
.to_top_btn a::before {
  content:url(/med/chubu/common/images/icon_list_up.gif);
  display: inline-block;
  margin-right: 5px;
}

#container {
  /*overflow: hidden;*/
  margin: 0 auto 10px;
  width: 960px;
  padding: 0px;
  font-family: Meiryo,arial,helvetica,clean,sans-serif;
}

/* 特集全体 */

#wrap {
  margin-bottom: 10px;
  padding: 0;
  width: 960px;
}
#wrap img {
  border: none;
}


/* コンテンツヘッダー */
#wrap #contentsHeader {
  overflow: hidden;
  padding-bottom: 10px;
  width: 960px;
  height: 385px;
  background: url(../images/bg_header.png) 0 bottom no-repeat;
}
#wrap #contentsHeader h1 {
  overflow: hidden;
  height: 300px;
  background: url(../images/h1_index01.jpg) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
}
#wrap #contentsHeader .navi {
  overflow: hidden;
  margin: 10px 0 0;
  height: 65px;
}
#wrap #contentsHeader .navi li {
  float: left;
  width: 320px;
}
/* コンテンツ */

/*#wrap .contents {
  overflow: hidden;
}*/

#wrap .contents h2 {
  margin: 0;
}
#wrap .contents .section {
  position: relative;
  margin-bottom: 10px;
  padding: 20px;
}
#wrap .contents .section .infoList {
  position: absolute;
  top: 105px;
  left: 50px;
}
#wrap .contents .section .infoList li {
  margin-bottom: 25px;
}
#wrap .contents .section .mapList {
  position: relative;
  margin: 0;
}
#wrap .contents .section .mapList li {
  position: absolute;
}
#wrap .contents .section + .att {
  text-align: right;
  font-size: 1.3rem;
}
.att + .section {
  margin-top: 40px;
}
#wrap .contents #nz.section {
  height: 710px;
  background: url(../images/bg_nz01.png) 20px 115px no-repeat, url(../images/bg_nz02.jpg) 20px 403px no-repeat #daeaf2;
}

#wrap .contents #nz.section .mapnz01 {
  width: 115px;
  top: 115px;
  right: 435px;
}
#wrap .contents #nz.section .mapnz02 {
  width: 90px;
  top: 175px;
  right: 180px;
}
#wrap .contents #nz.section .mapnz03 {
  width: 85px;
  top: 184px;
  right: 430px;
}
#wrap .contents #nz.section .mapnz04 {
  width: 160px;
  top: 230px;
  right: 430px;
}
#wrap .contents #nz.section .mapnz05 {
  width: 115px;
  top: 292px;
  right: 225px;
}
#wrap .contents #nz.section .mapnz06 {
  width: 165px;
  top: 380px;
  right: 275px;
}
#wrap .contents #nz.section .mapnz07 {
  width: 190px;
  top: 380px;
  left: 150px;
}
#wrap .contents #nz.section .mapnz08 {
  width: 185px;
  top: 420px;
  left: 115px;
}
#wrap .contents #nz.section .mapnz09 {
  width: 145px;
  top: 480px;
  left: 120px;
}
#wrap .contents #nz.section .mapnz10 {
  width: 105px;
  top: 505px;
  right: 405px;
}

#wrap .contents #au.section {
  height: 675px;
  background: url(../images/bg_au01.png) 20px 115px no-repeat, url(../images/bg_au02.jpg) 20px 385px no-repeat #daf2e8;
}

#wrap .contents #au.section .mapau01 {
  width: 100px;
  top: 61px;
  right: 180px;
}
#wrap .contents #au.section .mapau02 {
  width: 100px;
  top: 90px;
  right: 365px;
}
#wrap .contents #au.section .mapau03 {
  width: 90px;
  top: 120px;
  right: 180px;
}
#wrap .contents #au.section .mapau04 {
  width: 125px;
  top: 210px;
  left: 265px;
}
#wrap .contents #au.section .mapau05 {
  width: 100px;
  top: 210px;
  right: 265px;
}
#wrap .contents #au.section .mapau06 {
  width: 140px;
  top: 250px;
  right: 50px;
}
#wrap .contents #au.section .mapau07 {
  width: 85px;
  top: 295px;
  right: 115px;
}
#wrap .contents #au.section .mapau08 {
  width: 220px;
  top: 310px;
  right: 300px;
}


#wrap .contents #course.section {
  padding: 40px 0 58px 0;
  background: url(../images/bg_course.png) 0 bottom no-repeat;
}
#wrap .contents #course.section .courseList {
  margin: 25px auto 0;
  width: 860px;
}
#wrap .contents #course.section .courseList li {
  overflow: hidden;
  padding: 20px 0;
}
#wrap .contents #course.section .courseList li + li {
  border-top: 1px dotted #a69063;
}
#wrap .contents #course.section .courseNo {
  float: left;
  margin-right: 30px;
  padding: 8px 0;
  width: 90px;
  text-align: center;
  background: #a69063;
  color: #fff;
}
#wrap .contents #course.section .courseTitle {
  font-size: 20px;
  font-weight: bold;
}
#wrap .contents #course.section .courseTitle a {
  text-decoration: none;
  color: #0a55bf;
}
#wrap .contents #course.section .courseTitle a:hover {
  color: #6da5f2;
}
#wrap .contents #course.section .courseTitle span {
  font-size: 13px;
}


#wrap .update {
  margin-top: 10px;
  text-align: right;
}


/*popup*/
.popupArea .popup {
  padding: 0;
  width: 360px;
  height:385px;
  border:none;
  position: absolute;
  display: none;
  z-index: 8999;
  box-shadow:0px 0px 5px #666; /*CSS3*/
  -moz-box-shadow:0px 0px 5px #666; /* Firefox*/
  -webkit-box-shadow:0px 0px 5px #666; /* Google Chrome, Safari*/
}


.popupArea .popup .popup_close {
  cursor: pointer;
  float: right;
}

.popupArea .popup .popup_cont {
  width:360px;
  height:380px;
  margin:0;
  padding:0;
}

.popupArea .popup .popup_cont img {
  vertical-align:top;
  border:none;
}

/*mordal*/
.infoArea .info {
  position: relative;
  overflow: hidden;
  padding: 40px;
  width: 700px;
  height: auto;
  background: #fff;
  display: none;
}
.infoArea #info02.info,
.infoArea #info04.info {
  overflow-y: scroll;
  height: 600px ;
}
.infoArea .info .infoTitle {
  width: 620px;
  margin-bottom: 10px;
}
.infoArea .info .modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.infoArea .info dl {
  overflow: hidden;
}
.infoArea .info dt {
  clear: left;
  float: left;
  width: 100px;
}
.infoArea .info dd {
  margin: 0 0 10px 110px;
  line-height: 26px;
}

.infoArea #info02.info,
.infoArea #info04.info {
  padding: 40px 20px;
  width: 660px;
}
.infoArea .info .infoImg,
.courseList .noCourse {
  text-align: center;
}

#lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
#container .imgAnnotation {
	margin: 10px auto;
  padding: 0;
	font-size: 12.5px;
	text-align: right;
  color: #333;
}
.-pagetop .-pagetop_btn {
  width: 50px;
}
/*@media only screen and (max-width: 767.98px){
  #container,#wrap {
    width: 100%;
  }
  #wrap #contentsHeader {
    width: 100%;
    height: auto;
  }
  #wrap #contentsHeader h1 {
    height: calc(100vw * 0.3125);
    background: url(../images/h1_index01.jpg) no-repeat top center/contain;
  }
  #wrap #contentsHeader .navi {
    overflow: visible;
    display: flex;
    justify-content: center;
    height: auto;
  }
  #wrap #contentsHeader .navi li {
    float: none;
    width: 33.3%;
  }
  #wrap .contents #nz.section {
    height: calc(100vw * 0.74);
  }
  #container .imgAnnotation {
    font-size: 1.1rem;
  }
}*/
.txt_link{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding: 0 20px 10px;
    
}
.txt_link a{
    text-decoration: underline;
}
.txt_link a:hover{
    text-decoration: none;
}
@media screen and (max-width:767px) {
    .txt_link a{
        font-size: 1.3rem;
    }
}

/*pick up
=======================*/
.assist-banner {
  position: fixed;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
  transition: right .8s cubic-bezier(.4, 0, .2, 1) 0s;
  z-index: 9997;
}
.assist-banner__inner {
  overflow: hidden;
  background: #fff;
}
.assist-banner__pickup {
  display: flex;
  position: absolute;
  left: 0;
  justify-content: center;
  width: 100%;
}
.assist-banner__pickup__inner {
  border-radius: 50px;
  background: #fc0;
}
.assist-banner__pickup__inner:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fc0 transparent transparent;
  content: "";
}
button:not([disabled]), input[type=submit] {
	cursor: pointer;
}
.assist-banner__block {
  display: flex;
}
.assist-banner__close {
  top: -5px;
  right: -5px;
  width: 26px;
  height: 26px;
}
.assist-banner__img {
  flex-shrink: 0;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
/*.assist-banner__detail {
	font-weight: bold;
}*/
.assist-banner__detail .smaller {
  font-size: 1.1rem;
}
.assist-banner__text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #000;
}
.assist-banner__title {
	transition: color .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
.assist-banner__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  padding: 0;
  border: none;
  border-radius: 0 0 0 5px;
  outline: none;
  background: #ba0c1e;
  text-indent: -9999px;
  cursor: pointer;
}
.assist-banner__close:after, .assist-banner__close:before {
  display: block;
  position: absolute;
  height: 1px;
  background: #fff;
  content: "";
}
.assist-banner__close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.assist-banner__close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.assist-banner__text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #000;
}

/*@media print, screen and (min-width: 768px) {*/
  .assist-banner.is-show {
    right: 22px;
  }
  .assist-banner {
    right: -320px;
    bottom: 230px;
    width: 320px;
    border: 5px solid #ba0c1e;
    border-radius: 5px 0 5px 5px;
  }
  .assist-banner__inner {
    padding: 12px 15px 12px 12px;
  }
	.assist-banner__pickup__inner {
		padding: 0 18px;
	}
	.assist-banner__pickup__inner:after {
    bottom: -7px;
    left: calc(50% - 4.5px);
    border-width: 7px 4.5px 0;
  }
	.assist-banner__close {
    top: -5px;
    right: -5px;
    width: 26px;
    height: 26px;
  }
  .assist-banner__close:after, .assist-banner__close:before {
    top: 50%;
    left: 6px;
    width: 14px;
  }
	.assist-banner__pickup {
		top: -25px;
  }
	.assist-banner__img {
    width: 100px;
    margin-right: 18px;
  }
  .assist-banner__detail {
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
	.assist-banner__title {
		font-weight: 700;
		letter-spacing: -1px;
    line-height: 1.2;
	}
/*}*/

/*@media screen and (max-width:767.98px) {
	.assist-banner.is-show {
		right: 15px;
  }
  .assist-banner {
    right: calc(-100% + 30px);
    bottom: 5px;
    width: calc(100% - 30px);
    border: 4px solid #ba0c1e;
  }
  .assist-banner__inner {
    padding: 10px 33px 10px 10px;
	}
	.assist-banner__pickup {
		top: -17px;
  }
	.assist-banner__pickup__inner {
    padding: 2px 15px 1px;
    font-size: 1.1rem;
  }
	.assist-banner__pickup__inner:after {
    bottom: -7px;
    left: calc(50% - 4.5px);
    border-width: 7px 4.5px 0;
  }
  .assist-banner__close {
    top: -4px;
    right: -4px;
    width: 35px;
    height: 35px;
  }
  .assist-banner__close:after, .assist-banner__close:before {
    top: 50%;
    left: 10px;
    width: 15px;
  }
	.assist-banner__close:after, .assist-banner__close:before {
    display: block;
    position: absolute;
    height: 1px;
    background: #fff;
    content: "";
	}
	.assist-banner__img {
    width: 82px;
    margin-right: 11px;
  }
	.assist-banner__detail {
    margin-top: 5px;
    font-size: 1.2rem;
  }
	.assist-banner__detail span {
    font-size: 1.1rem;
	}
  .assist-banner__title {
    font-size: 1.5rem;
    font-weight: 700;
		line-height: 1.4;
  }
}*/
/*=====================*/