@charset "utf-8";

.div_link:hover {
  cursor: pointer;
}

#main-cont {
  background: url('../images/bg.jpg') repeat-y center -100px;
  padding-top: 70px;
}
#main-cont > div {
  display: block;
  width: 1028px;
  margin: 60px auto 0;
}
#main-cont > div:first-of-type {
  width: 1000px;
  margin: 0 auto;
}

#main-cont a.btn_more {
  display: block;
  margin: 0 auto;
  width: 334px;
  height: 36px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  background: url('../images/moreBtn.png') no-repeat;
  background-size: contain;
  line-height: 1;
  letter-spacing: 0.2em;
}



/*-------------------------------
section
-------------------------------*/
#main-cont .section {
  background: url('../images/contentbg_bdy.png') repeat-y;
  padding:0;
  /*padding:70px;*/
  position: relative;
  z-index:0;
}
#main-cont .section::before{
  content:'';
  display:block;
  background: url('../images/contentbg_hdr.png') no-repeat 50% top;
  height:330px;
  position: relative;
  top:-330px;
  margin-top:400px;
  z-index:-1;
}
#main-cont .section::after{
  content:'';
  display:block;
  background: url('../images/contentbg_ftr.png') no-repeat 50% bottom;
  height:40px;
  position: relative;
  top:40px;
  margin-top:0;
  z-index:-1;
}
#main-cont .section .introduction{
  margin-top:-580px;
  text-align: center;
}
#main-cont .section h2 {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 20px auto;
}
#main-cont .section .introduction p {
  font-size: 16px;
  text-align: center;
  line-height: 2;
  padding: 0 70px;
}

/*-------------------------------
kv
-------------------------------*/
#kv {
  border-top: solid 9px #d0150c;
  height: 480px;
  margin-top: 17px;
}
#kv .slideTxt {
  text-align: center;
  padding-top: 110px;
}



/*-------------------------------
nav
-------------------------------*/
#nav {
  background: url('../images/navBg.png') no-repeat top center;
}
#nav ul {
  height: 77px;
  width: 1000px;
  margin: 0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content:space-between;
}
#nav li {
  text-align: center;
  position: relative;
}
#nav li:after{
  content: '';
  width: 2px;
  height: 30px;
  display: inline-block;
  background: #990f08;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
#nav li:first-child:before{
  content: '';
  width: 2px;
  height: 30px;
  display: inline-block;
  background: #990f08;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
#nav li a {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1;
  vertical-align: middle;
  padding: 0 95px;
  height: 77px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  outline: none;
}


/*-------------------------------
access
-------------------------------*/
#access {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 70px;
  position: relative;
}
#access .mapImg {
  position: absolute;
  top: 95px;
  right: -40px;
  z-index: 1;
}
#access .mapImg p {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
}
#access .mapImg p.areaTxt01 {
  color: #4e3e68;
  top: 340px;
  left: 100px;
}
#access .mapImg p.areaTxt02 {
  color: #394266;
  top: 165px;
  left: 110px;
  text-align: center;
}
#access .mapImg p.areaTxt03 {
  color: #315f25;
  top: 100px;
  left: 250px;
}
#access .mapImg p.areaTxt03 span:nth-of-type(2){
  padding-left: 0.5em;
}
#access .mapImg p.areaTxt03 span:nth-of-type(3){
  padding-left: 1em;
}
#access .map {
  position: relative;
  z-index: 2;
}
#access .map h3 {
  font-size: 36px;
  font-weight: bold;
  color: #790202;
}
#access .map .subttl {
  font-size: 20px;
  color: #790202;
  margin: 25px 0;
}
#access .map p:nth-of-type(2) {
  width: 550px;
  line-height: 1.5em;
}
#access .area {
  margin: 30px auto 60px;
}
#access .area::after{content:'';display: block;clear:both;}
#access .area > div {
  display: block;
  float:left;
  width:172px;
}
#access .area > div:nth-of-type(2) {
  margin: 0 20px;
}
#access .area > div img {
  display: block;
  margin-bottom: 0;
}
#access .area > div p {
  display: block;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  line-height: 1.4;
  letter-spacing: -0.05em;
  padding: 8px 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:center;
  justify-content:center;
}
#access .area > div:first-of-type p {
  background: #b6a2bf;
}
#access .area > div:nth-of-type(2) p {
  background: #799bb5;
}
#access .area > div:nth-of-type(3) p {
  background: #a7b262;
}
#access .access h3 {
  font-family: serif;
  font-size: 25px;
  font-weight: bold;
  color: #790202;
}
#access .access h3::before {
  display: inline-block;
  content: url('../images/circle.png');
  vertical-align: middle;
  margin-right: 8px;
}
#access .access p {
  font-size: 20px;
  color: #790202;
  margin: 20px 0;
  font-weight: bold;
}
#access .access p span.border {
  display: inline-block;
  color: #484848;
  padding: 0 5px;
  background: linear-gradient(transparent 50%, #fff600 50%);
  margin-left: 0.5em;
}
#access .access div {
  display: block;
  width: 860px;
  margin: 0 auto;
}
#access .access > div:first-of-type {
  border-bottom: solid 1px #d8d7d5;
  padding-bottom: 20px;
}



/*-------------------------------
lodging
-------------------------------*/
#lodging h2 {
  color: #790202;
}
#lodging .hotels{
  padding:0 70px;
}
#lodging .hotels h3 {
  font-size: 36px;
  font-weight: bold;
  margin: 70px auto 30px;
}
#lodging .area_nikko h3 {
  color: #a78ab5;
}
#lodging .area_kinugawa h3 {
  color: #6688a5;
  margin-top: 100px;
}
#lodging .area_yunishikawa h3 {
  color: #98a566;
  margin-top: 100px;
}

#lodging .hotels_wrap::after{content:'';display: block;clear:both;}
#lodging .hotels .hotel {
  width: 277px;
  vertical-align: top;
  float:left;
  margin-right:25px;
  margin-bottom: 40px;
}
#lodging .hotels .hotel:nth-of-type(3n) {
  margin-right:0;
}
#lodging .hotels .hotelName {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
#lodging .area_nikko .hotelName {
  color: #50316d;
}
#lodging .area_kinugawa .hotelName {
  color: #416f9d;
}
#lodging .area_yunishikawa .hotelName {
  color: #396f23;
}
#lodging .hotels .desc {
  font-size: 14px;
  margin-top: 10px;
}
#lodging .hotels .trans {
  margin-bottom: 10px;
  margin-top: 10px;
}
#lodging .hotels .trans p {
  display: inline-block;
  vertical-align: top;
}
#lodging .hotels .trans p:first-of-type {
  font-size: 10px;
  color: #fff;
  padding: 3px 0px;
  width: 45px;
  text-align: center;
}
#lodging .area_nikko .trans p:first-of-type {
  background: #50316d;
}
#lodging .area_kinugawa .trans p:first-of-type {
  background: #3f6280;
}
#lodging .area_yunishikawa .trans p:first-of-type {
  background: #396f23;
}
#lodging .hotels .trans p:nth-of-type(2) {
  font-size: 14px;
  width: 225px;
}
#lodging .hotels .hotels_wrap a:hover {
  opacity: 0.5;
}
#lodging .hotels > div a.book_btn01,
#lodging .hotels > div a.book_btn02,
#lodging .hotels > div a.book_btn03 {
  display: inline-block;
  width: 277px;
  height: 42px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 0;
  text-align: center;
  line-height: 1.2;
}
#lodging .area_nikko > div a.book_btn01 {
  background: url('../images/lodgingBtn01.png') no-repeat;
  background-size: contain;
}
#lodging .area_kinugawa > div a.book_btn02 {
  background: url('../images/lodgingBtn02.png') no-repeat;
}
#lodging .area_yunishikawa > div a.book_btn03 {
  background: url('../images/lodgingBtn03.png') no-repeat;
}

/*-------------------------------
tour
-------------------------------*/
#tour h2 {
  color: #790202;
}
#tour .tours {
  margin-top: 35px;
  padding:0 80px;
}
#tour .tours_wrap::after{content:'';display: block;clear:both;}
#tour .tours .tour {
  width: 423px;
  float:left;
  vertical-align: top;
  position: relative;
  margin-bottom: 40px;
}
#tour .tours .tour:nth-of-type(odd) {
  margin-right: 20px;
}
#tour .tours .tour a {
	text-decoration: none;
}
#tour .tours .duration {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px 5px 40px;
  color: #1f1f1f;
  background: #fff url('../images/clock.png') no-repeat left 8px center;
  border-radius: 3px;
  position: absolute;
  top: 15px;
  right: 15px;
}
#tour .tours .tourCaption {
  font-size: 0.9em;
  margin-bottom: 10px;
  margin-right: 15px;
  text-align: right;
}
#tour .tours .tourName{
  color: #790202;
  font-weight: bold;
  margin: 8px 0;
}
#tour .tours .place p{
  margin-bottom: 6px;
}
#tour .tours .place p,
#tour .tours .period p{
  display: inline-block;
  vertical-align: middle;
}
#tour .tours .place p:first-child,
#tour .tours .period p:first-child{
  font-size: 12px;
  background: #d8b0b0;
  padding: 2px 7px;
  margin-right: 5px;
  min-width: 110px;
}
#tour .tours .charge{
  text-align: right;
  font-size: 22px;
  font-weight: bold;
  margin: 15px 0;
  color: #790202;
}
#tour .tours .place p:nth-child(2),
#tour .tours .period p:nth-child(2){
  font-size: 14px;
}
#tour .tours .detail a{
  display: block;
  background: url(../images/tourBtn01.png) no-repeat;
  background-size: contain;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
}
#tour .tours .detail a:hover{
  text-decoration: none;
}
#tour .tours .detail span{
  display: block;
  background: url(../images/tourBtn01_off.png) no-repeat;
  background-size: contain;
  color: #cecece;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
}

/*-------------------------------
sightseeing
-------------------------------*/
#sightseeing h2 {
  color: #790202;
}
#sightseeing .large:after{content:'';display: block;clear:both;}
#sightseeing .large01{
  padding: 30px 70px 0 185px;
}
#sightseeing .large01{
  background: url(../images/sightseeingPattern.png) no-repeat left 65px top;
}
#sightseeing .large01 .l_ph{
  float: right;
}
#sightseeing .large01 .l_ph img{
  border: 13px #edebe1 solid;
}
#sightseeing .large01 .txt{
  float: left;
  width: 300px;
  padding-top: 30px;
}
#sightseeing .large01 .s_ph_wrap{
  width: 300px;
  float: left;
}
#sightseeing .large01 .s_ph_wrap:after{content:'';display: block;clear:both;}
#sightseeing .large01 .s_ph_wrap .s_ph:first-child{
  float: left;
}
#sightseeing .large01 .s_ph_wrap .s_ph:last-child{
  float: right;
  margin-top: 15px;
}
#sightseeing .large01 .txt .placeName{
  font-size: 28px;
  font-weight: bold;
  color: #1b4a08;
  margin-bottom: 15px;
  line-height: 1.2;
}
#sightseeing .large01 .txt .desc{
  font-size: 14px;
  margin-bottom: 20px;
}
#sightseeing .large02{
  padding: 30px 100px 0 70px;
}
#sightseeing .large02{
  background: url(../images/sightseeingPattern.png) no-repeat right 65px top;
  background-size: 100px;
}
#sightseeing .large02 .l_ph{
  float: left;
  margin-left: 40px;
}
#sightseeing .large02 .l_ph img{
  border: 13px #edebe1 solid;
}
#sightseeing .large02 .txt{
  float: right;
  width: 360px;
  padding-top: 15px;
}
#sightseeing .large02 .s_ph_wrap{
  float: right;
  width: 300px;
  margin-right: 30px;
}
#sightseeing .large02 .s_ph_wrap:after{content:'';display: block;clear:both;}
#sightseeing .large02 .s_ph_wrap .s_ph{
  float: right;
}
#sightseeing .large02 .s_ph_wrap .s_ph:first-child{
  float: left;
  margin-top: 15px;
}
#sightseeing .large02 .txt .placeName{
  font-size: 28px;
  font-weight: bold;
  color: #1b4a08;
  margin-bottom: 15px;
  line-height: 1.2;
}
#sightseeing .large02 .txt .desc{
  font-size: 14px;
  margin-bottom: 20px;
  width: 360px;
}
#sightseeing .small_wrap{
  margin-top: 30px;
  padding: 20px 70px 0;
  background-image: url(../images/sightseeingPattern.png),url(../images/monkeys.png),url(../images/sightseeingPattern.png);
  background-repeat: no-repeat;
  background-position: left 65px top,bottom 55px right 105px,bottom 50% right 55px;
  background-size: auto,auto,100px;
}
#sightseeing .small_wrap:before{
  content: '';
  display: inline-block;
  background: url(../images/kinuta.png) no-repeat;
  width: 174px;
  height: 282px;
  float: left;
  margin: 15px 30px 0 80px;
}
#sightseeing .small{
  width: 275px;
  float: left;
  margin-bottom: 30px;
}
#sightseeing .small img{
  border: 13px #edebe1 solid;
}
#sightseeing .small_wrap .small:nth-child(2),
#sightseeing .small_wrap .small:nth-child(4){
  margin-left: 25px;
}
#sightseeing .small .placeName{
  font-size: 16px;
  font-weight: bold;
  color: #1b4a08;
  margin: 5px 0;
}
#sightseeing .small .desc{
  font-size: 14px;
}
#sightseeing .small .contact{
  margin-top: 5px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-box-align:flex-start;
  -ms-flex-align:flex-start;
  -webkit-align-items:flex-start;
  align-items:flex-start;
}
#sightseeing .small .contact .ttl{
  font-size: 12px;
  color: #fff;
  background: #79a062;
  width: 58px;
  padding: 2px 0;
  margin-right: 10px;
  text-align: center;
}
#sightseeing .small .contact p{
  font-size: 14px;
}
#sightseeing .small .spotdata{
  margin-top: -15px;
}
#sightseeing .small .spotdata dt{
  font-size:14px;
  color: #1b4a08;
  font-weight: bold;
}
#sightseeing .small .spotdata dt small{
  font-size:11px;
  display: inline-block;
  line-height: 1.2;
  letter-spacing:-0.02em;
  font-weight: normal;
}
#sightseeing .small .spotdata dd{
  font-size:12px;
  margin-bottom:1px;
}
#sightseeing .small .spotdata dd span{
  display: inline-block;
  line-height: 1.2;
  background: #79a062;
  color: #fff;
  padding:2px 0px;
  margin-right:5px;
  font-size:12px;
  width:58px;
  text-align: center;
}
#sightseeing .btn_area a{
  width: 581px;
  display: block;
  margin: 0 auto;
  text-align: center;
  background: url(../images/findHotelBtn.png) no-repeat;
  background-size: contain;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  padding: 14px 0;
  line-height: 1;
}
#sightseeing .btn_area a small{
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 3px;
  display: inline-block;
}
#sightseeing .btn_area a:hover{
  text-decoration: none;
}
/*-------------------------------
gourmet
-------------------------------*/
#gourmet h2 {
  color: #790202;
}
#gourmet .large{
  margin: 30px 0 30px;
  padding: 0 80px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-box-align:flex-start;
  -ms-flex-align:flex-start;
  -webkit-align-items:flex-start;
  align-items:flex-start;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content:space-between;
}
#gourmet .large .txt{
  width: 291px;
}
#gourmet .large .txt .gourmetName{
  font-size: 24px;
  color: #790202;
  font-weight: bold;
  margin-bottom: 10px;
}
#gourmet .large .txt .desc{
  font-size: 14px;
  line-height: 1.6;
}
#gourmet .small_wrap{
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  padding: 0 80px;
  margin-bottom: 30px;
}
#gourmet .small{
  width: 413px;
}
#gourmet .small .gourmetName{
  font-size: 24px;
  color: #790202;
  font-weight: bold;
  margin-bottom: 5px;
}
#gourmet .small .desc{
  font-size: 14px;
  line-height: 1.6;
}
#gourmet .btn_area a {
  width: 581px;
  display: block;
  margin: 0 auto;
  text-align: center;
  background: url(../images/findHotelBtn.png) no-repeat;
      background-size: auto auto;
  background-size: contain;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  padding: 14px 0;
  line-height: 1;
}
#gourmet .btn_area a small{
  line-height: 1;
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
}
#gourmet .btn_area a:hover{
  text-decoration: none;
}
#gourmet .small .spotdata{
  margin-top: 5px;
}
#gourmet .small .spotdata dt{
  font-size:14px;
  color: #1b4a08;
  font-weight: bold;
}
#gourmet .small .spotdata dt small{
  font-size:11px;
  display: inline-block;
  line-height: 1.2;
  letter-spacing:-0.02em;
  font-weight: normal;
}
#gourmet .small .spotdata dd{
  font-size:12px;
  margin-bottom:1px;
}
#gourmet .small .spotdata dd span{
  display: inline-block;
  line-height: 1.2;
  background: #79a062;
  color: #fff;
  padding:2px 0px;
  margin-right:5px;
  font-size:12px;
  width:58px;
  text-align: center;
}
/*-------------------------------
event
-------------------------------*/
#event h2 {
  color: #790202;
}
#event .e_box_wrap{
  padding: 0 70px;
  margin-top: 30px;
}
#event .e_box{
  margin-bottom: 30px;
}
#event .e_box::after{content:'';clear:both;display: block;}
#event .e_box > img{
  float:left;
  width:405px;
}
#event .e_box .txt{
  width: 453px;
  float:right;
}
#event .e_box .txt .eventName{
  color: #790202;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
#event .e_box .txt .eventName span{
  display: block;
}
#event .e_box .txt .desc{
  margin-bottom: 15px;
}
#event .e_box .txt dl{
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  margin-bottom: 5px;
}
#event .e_box .txt dl dt{
  background: #ccc3d4;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:center;
  justify-content:center;
  width: 20%;
}
#event .e_box .txt dl dd{
  background: #dad7dc;
  width: 79%;
  padding: 10px 15px;
  word-break:break-all;
}
#event .e_box.kinugawa .txt dl dt{
  width: 40%;
}
#event .e_box.kinugawa .txt dl dd{
  width: 59%;
}
.conentfooter p{
  text-align: center;
  padding: 30px 0 20px;
}
.pageTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}
