@charset "utf-8";

img {
  max-width: 100%;
  width: 100%;
  border: 0;
  vertical-align: middle;
  height: auto;
}
.mainContent *{
  font-size:3.25vw;
}

/*-------------------------------
kv
-------------------------------*/
#kv {
  border-top: solid 1vw #d0150c;
  height: 110vw;
  margin-top: 5vw;
  padding: 30vw 0 10vw;
}
#kv .slideTxt {
  width: 90%;
  margin: 0 auto;
}

/*-------------------------------
nav
-------------------------------*/
#nav {
  background: url('../images/navBg--sp.png') no-repeat top center;
  background-size: cover;
  padding: 3vw;
}
#nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#nav ul li{
  line-height: 1;
  width: 49%;
}
#nav ul li:first-child,
#nav ul li:nth-child(2){
  /* width: 49%; */
  margin-bottom: 2vw;
}
/* #nav ul li:nth-child(3),
#nav ul li:nth-child(4),
#nav ul li:nth-child(5){
  width: 32%;
} */
#nav ul li a{
  color: #fff;
  background: rgba(250,133,132,0.7);
  border-radius: 3px;
  font-size: 3.75vw;
  padding: 2vw 0;
  height: 12vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  box-shadow: 0.8vw 0.8vw rgba(0,0,0,0.4);
  font-weight: bold;
  text-shadow:1px 1px rgba(0,0,0,0.4);
}
#nav ul li:last-child a span{
  font-size: 3vw;
}

/*-------------------------------
main-cont
-------------------------------*/
#main-cont {
  background: url('../images/bg--sp.jpg') repeat-y;
  background-size: contain;
  padding-top: 3vw;
  line-height: 1.4;
  font-size: 3.75vw;
}
#main-cont a.btn_more {
    display: block;
    margin: 0 auto;
    width: 90%;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 3vw 2vw 3vw 0;
    background: url('../images/moreBtn.png') no-repeat;
    background-size: 100% 100%;
    line-height: 1;
}

/*-------------------------------
access
-------------------------------*/
#access{
  width: 96%;
  margin: 0 auto 8vw;
  border-radius: 5px;
  padding: 6vw 5vw;
  background: rgba(255,255,255,0.6);
}
#access .map{
  margin-bottom: 8vw;
}
#access .map h3{
  font-size: 5vw;
  color: #790202;
  font-weight: bold;
  margin-bottom: 2vw;
}
#access .map .subttl {
  font-size: 4.5vw;
  margin-bottom: 3vw;
  color: #790202;
}
#access .map .area {
 display: flex;
 justify-content: space-between;
 padding-top: 70vw;
 background: url(../images/map--sp.png) no-repeat;
 background-size: contain;
}
#access .map .area > div{
  width: 32%;
}
#access .map .area > div p{
  font-size: 2.5vw;
  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;
  padding: 1vw 1vw;
  letter-spacing:-0.03em;
}
#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 .mapImg{
  display: none;
}
#access .access > div{
  margin-bottom: 6vw;
}
#access .access h3{
  font-size: 5vw;
  color: #790202;
  font-weight: bold;
  margin-bottom: 3vw;
  text-align: center;
}
#access p span.ttl{
  color: #790202;
  font-weight: bold;
  font-size: 4vw;
  display: block;
}
#access p span.ttl:before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 4vw;
  height: 4vw;
  background: url(../images/circle.png) no-repeat left center;
  background-size: contain;
  margin-right: 1vw;
}
#access p span.border{
  font-weight: bold;
  display: inline;
  color: #484848;
  background: linear-gradient(transparent 50%, #fff600 50%);
}
#access .access .img{
  padding: 2vw 0;
}
/*-------------------------------
lodging
-------------------------------*/
#lodging{
  margin-bottom: 8vw;
}
#lodging .introduction{
  padding-top: 5vw;
  background: url('../images/contentbg_hdr--sp.png') no-repeat top center;
  background-size: 100%;
  width: 96%;
  margin: 0 auto;
}
#lodging .introduction img{
  width: 30vw;
  margin: 0 auto;
  display: block;
}
#lodging .introduction h2{
  font-weight: bold;
  text-align: center;
  color: #790202;
  padding: 2vw 0;
  font-size:5vw;
}
#lodging .introduction p{
  padding: 0 6% 5vw;
  line-height: 1.2;
}
#lodging .hotels{
  width: 94%;
  margin: 0 auto;
  padding: 0 3% 3vw;
  background: rgba(255,255,255,0.7);
}
#lodging .hotels.area_yunishikawa{
  border-bottom-left-radius: 3vw;
  border-bottom-right-radius: 3vw;
}
#lodging .hotels h3 {
  font-size: 5vw;
  margin-bottom: 3vw;
  font-weight:bold;
  text-align: center;
}
#lodging .area_nikko h3 {
  color: #a78ab5;
}
#lodging .area_kinugawa h3 {
  color: #6688a5;
  padding-top:5vw;
}
#lodging .area_yunishikawa h3 {
  color: #98a566;
  padding-top:5vw;
}
#lodging .hotels .hotel{
  margin-bottom: 3vw;
  box-shadow: 0 0 1vw #ccc;
  padding:1.5vw;
}
#lodging .hotels .hotel img{
  float: left;
  width: 30%;
  margin-bottom:1.5vw;
}
#lodging .hotels .hotel .hotelName{
  float: right;
  width: 68%;
  font-size: 4vw;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 1vw;
}
#lodging .hotels.area_nikko .hotelName {
  color: #50316d;
}
#lodging .area_kinugawa .hotelName {
  color: #416f9d;
}
#lodging .area_yunishikawa .hotelName {
  color: #396f23;
}
#lodging .hotels .hotel .desc{
  float: right;
  width: 68%;
  font-size:3vw;
  margin-bottom: 1vw;
}
#lodging .hotels .hotel .trans{
  align-items: baseline;
  margin-bottom: 1vw;
  float: right;
  width: 68%;
}
#lodging .hotels .hotel .trans::after{
  content:'';
  display:block;
  clear:both;
}
#lodging .hotels .trans p:first-of-type {
  font-size: 3vw;
  color: #fff;
  padding: 0.2vw 0px;
  width: 14vw;
  text-align: center;
  float:left;
}
#lodging .hotels .trans p:last-child {
  font-size:3vw;
  padding-left:15vw;
}
/*
#lodging .area_nikko .trans p:first-of-type {
  background: #a78ab5;
}
#lodging .area_kinugawa .trans p:first-of-type {
  background: #416f9d;
}
#lodging .area_yunishikawa .trans p:first-of-type {
  background: #396f23;
}
*/
#lodging .hotels .trans p:first-of-type{
  background: #999;
}
#lodging .hotels > div a {
  display: inline-block;
  color: #fff;
  font-size: 4.5vw;
  font-weight: bold;
  text-decoration: none;
  padding: 2vw 0;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  margin-left:0%;
}
#lodging .area_nikko > div a {
  background: url('../images/lodgingBtn01.png') no-repeat;
  background-size: 100% 100%;
}
#lodging .area_kinugawa > div a {
  background: url('../images/lodgingBtn02.png') no-repeat;
  background-size: 100% 100%;
}
#lodging .area_yunishikawa > div a {
  background: url('../images/lodgingBtn03.png') no-repeat;
  background-size: 100% 100%;
}
/*-------------------------------
tour
-------------------------------*/
#tour{
  margin-bottom: 8vw;
}
#tour .introduction{
  padding-top: 5vw;
  background: url('../images/contentbg_hdr--sp.png') no-repeat top center;
  background-size: 100%;
  width: 96%;
  margin: 0 auto;
}
#tour .introduction img{
  width: 30vw;
  margin: 0 auto;
  display: block;
}
#tour .introduction h2{
  font-weight: bold;
  text-align: center;
  color: #790202;
  padding: 2vw 0;
  font-size:5vw;
}
#tour .introduction p{
  padding: 0 6% 5vw;
  line-height: 1.2;
}
#tour .tours{
  width: 94%;
  margin: 0 auto;
  padding: 0 6% 10vw;
  background: rgba(255,255,255,0.7);
  border-bottom-left-radius: 3vw;
  border-bottom-right-radius: 3vw;
}
#tour .tour{
  position: relative;
  margin-bottom: 3vw;
  box-shadow: 0 0 1vw #ccc;
  padding:1.5vw;
}
#tour .tour a{
	text-decoration: none;
}
#tour .tour .duration{
  display: inline-block;
  font-size: 2.5vw;
  font-weight: bold;
  padding: 0.5vw 0.5vw 0.5vw 4vw;
  color: #1f1f1f;
  background: #fff url('../images/clock.png') no-repeat left 0.5vw center;
  background-size: 3vw;
  border-radius: 3px;
  position: absolute;
  top: 2vw;
  left: 2vw;
  border:1px solid #eee;
}
#tour .tour img{
  float: left;
  width: 40%;
  margin-bottom:1.5vw;
}
#tour .tour .tourCaption {
  float: right;
  width: 58%;
  font-size: 0.9em;
  margin-bottom: 1vw;
}
#tour .tour .tourName{
  float: right;
  width: 58%;
  font-size: 3.5vw;
  font-weight: bold;
  margin-bottom: 1.5vw;
  line-height:1.2;
  color: #790202;
}
#tour .tour .place,
#tour .tour .period{
  clear: both;
  display: flex;
  align-items: baseline;
  margin-bottom: 1vw;
}
#tour .tour .place p:first-child,
#tour .tour .period p:first-child{
  font-size: 3vw;
  background: #d8b0b0;
  padding: 0.5vw 0;
  width: 35%;
  text-align: center;
}
#tour .tour .place p:last-child,
#tour .tour .period p:last-child{
  font-size: 3vw;
  margin-left: 1.5vw;
}
#tour .tour .charge{
  font-weight: bold;
  font-size: 4.5vw;
  text-align: right;
  color: #790202;
  margin:0 0.5vw 1vw;
}
#tour .tours .detail a {
  display: block;
  background: url(../images/tourBtn01.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 68%;
  margin-left:32%;
  color: #fff;
  font-size: 4.5vw;
  font-weight: bold;
  text-decoration: none;
  padding: 2vw 0;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  margin-left:0%;
}
#tour .tours .detail span {
  display: block;
  background: url(../images/tourBtn01_off.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 68%;
  margin-left:32%;
  color: #cecece;
  font-size: 4.5vw;
  font-weight: bold;
  text-decoration: none;
  padding: 2vw 0;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  margin-left:0%;
}
/*-------------------------------
sightseeing
-------------------------------*/
#sightseeing{
  margin-bottom: 8vw;
}
#sightseeing .introduction{
  padding-top: 5vw;
  background: url('../images/contentbg_hdr--sp.png') no-repeat top center;
  background-size: 100%;
  width: 96%;
  margin: 0 auto;
}
#sightseeing .introduction img{
  width: 30vw;
  margin: 0 auto;
  display: block;
}
#sightseeing .introduction h2{
  font-size:5vw;
  font-weight: bold;
  text-align: center;
  color: #790202;
  padding: 2vw 0;
}
#sightseeing .introduction p{
  padding: 0 6% 5vw;
  line-height: 1.2;
}
#sightseeing .large,
#sightseeing .small_wrap{
  width: 94%;
  margin: 0 auto;
  padding: 0 6% 5vw;
  background: rgba(255,255,255,0.7);
}
#sightseeing .small_wrap{
  border-bottom-left-radius: 3vw;
  border-bottom-right-radius: 3vw;

}
#sightseeing .large .s_ph_wrap{
  display: none;
}
#sightseeing .large{
  overflow: hidden;
}
#sightseeing .large .l_ph{
  float: left;
  width: 40%;
}
#sightseeing .large .txt .placeName{
  float: right;
  width: 58%;
  color: #1b4a08;
  font-weight: bold;
  display: table;
}
#sightseeing .large .txt .placeName span{
  vertical-align: middle;
  display: table-cell;
  height:23vw;
  font-size: 4vw;

}
#sightseeing .large .txt .desc{
  clear: both;
  padding-top: 1vw;
  font-size: 3vw;
}
#sightseeing .small{
  margin-bottom: 5vw;
}
#sightseeing .small:last-child{
  margin-bottom: 0;
}
#sightseeing .small img{
  float: left;
  width: 40%;
}
#sightseeing .small .placeName{
  float: right;
  width: 58%;
  color: #1b4a08;
  font-weight: bold;
  display: table;
}
#sightseeing .small .placeName span{
  vertical-align: middle;
  display: table-cell;
  height:23vw;
  font-size: 4vw;
  font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho",'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R','ＭＳ Ｐ明朝','MS PMincho',serif;
}
#sightseeing .small .desc{
  clear: both;
  padding-top: 1vw;
  font-size: 3vw;
}
#sightseeing .btn_area{
  width: 94%;
  margin: 0 auto;
  padding: 0 6% 6vw;
  background: rgba(255,255,255,0.7);
  border-bottom-left-radius: 3vw;
  border-bottom-right-radius: 3vw;
}
#sightseeing .btn_area a {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  background: url(../images/findHotelBtn.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-weight: bold;
  font-size: 4vw;
  padding: 3vw 0 2.5vw;
  line-height: 1;
}

#sightseeing .small .contact::after{
  content:'';
  display:block;
  clear:both;
}
#sightseeing .contact .ttl {
  font-size: 3vw;
  color: #fff;
  padding: 0.2vw 0px;
  width: 14vw;
  text-align: center;
  float:left;
  background: #999;
}
#sightseeing .contact p {
  font-size:3vw;
  padding: 0.2vw 0px 0.2vw 15vw;
}

#sightseeing .small .spotdata{
}
#sightseeing .small .spotdata dt{
  color: #1b4a08;
  font-weight: bold;
  font-size: 3vw;
}
#sightseeing .small .spotdata dt small{
  display: inline-block;
  line-height: 1.2;
  font-size: 2.5vw;
}
#sightseeing .small .spotdata dd{
  font-size: 3vw;
  margin-bottom:1px;
}
#sightseeing .small .spotdata dd span{
  display: inline-block;
  font-size: 3vw;
  color: #fff;
  padding: 0.2vw 0px;
  width: 14vw;
  text-align: center;
  background: #999;
  margin-right:1vw;
}


#sightseeing .btn_area a small {
  font-weight: normal;
  font-size: 3vw;
  margin-bottom: 1vw;
  display: inline-block;
}

/*-------------------------------
gourmet
-------------------------------*/
#gourmet{
  margin-bottom: 8vw;
}
#gourmet .introduction{
  padding-top: 5vw;
  background: url('../images/contentbg_hdr--sp.png') no-repeat top center;
  background-size: 100%;
  width: 96%;
  margin: 0 auto;
}
#gourmet .introduction img{
  width: 30vw;
  margin: 0 auto;
  display: block;
}
#gourmet .introduction h2{
  font-weight: bold;
  text-align: center;
  color: #790202;
  padding: 2vw 0;
  font-size:5vw;
}
#gourmet .introduction p{
  padding: 0 6% 0;
  line-height: 1.2;
}

#gourmet .large,
#gourmet .small_wrap{
  width: 94%;
  margin: 0 auto;
  padding: 0 6% 5vw;
  background: rgba(255,255,255,0.7);
}
#gourmet .large,
#gourmet .small{
padding-top:4vw;
}
#gourmet .gourmetName{
  color: #790202;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.2;
  margin-top:2vw;
}
#gourmet .desc{
  padding-top: 2vw;
  font-size: 3vw;
}
#gourmet .btn_area{
  width: 94%;
  margin: 0 auto;
  padding: 0 6% 6vw;
  background: rgba(255,255,255,0.7);
  border-bottom-left-radius: 3vw;
  border-bottom-right-radius: 3vw;
}
#gourmet .btn_area a {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  background: url(../images/findHotelBtn.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-weight: bold;
  font-size: 4vw;
  padding: 3vw 0 2.5vw;
  line-height: 1;
}
#gourmet .btn_area a small {
  font-weight: normal;
  font-size: 3vw;
  margin-bottom: 1vw;
  display: inline-block;
}
#gourmet .small .spotdata{
}
#gourmet .small .spotdata dt{
  color: #1b4a08;
  font-weight: bold;
  font-size: 3vw;
}
#gourmet .small .spotdata dt small{
  display: inline-block;
  line-height: 1.2;
  font-size: 2.5vw;
}
#gourmet .small .spotdata dd{
  font-size: 3vw;
  margin-bottom:1px;
}
#gourmet .small .spotdata dd span{
  display: inline-block;
  font-size: 3vw;
  color: #fff;
  padding: 0.2vw 0px;
  width: 14vw;
  text-align: center;
  background: #999;
  margin-right:1vw;
}

/*-------------------------------
event
-------------------------------*/
#event{
  margin-bottom: 8vw;
}
#event .introduction{
  padding-top: 5vw;
  background: url('../images/contentbg_hdr--sp.png') no-repeat top center;
  background-size: 100%;
  width: 96%;
  margin: 0 auto;
}
#event .introduction img{
  width: 30vw;
  margin: 0 auto;
  display: block;
}
#event .introduction h2{
  font-weight: bold;
  text-align: center;
  color: #790202;
  padding: 2vw 0;
  font-size:5vw;
}
#event .introduction p{
  padding: 0 6% 0;
  line-height: 1.2;
}

#event .e_box_wrap{
  width: 94%;
  margin: 0 auto;
  padding: 0 6% 10vw;
  background: rgba(255,255,255,0.7);
  border-bottom-left-radius: 3vw;
  border-bottom-right-radius: 3vw;
}
#event .e_box{
padding-top:4vw;
}
#event .eventName{
  color: #790202;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.2;
  margin-top:2vw;
}
#event .eventName span{
  font-size: 4vw;
  display:block;
}
#event .desc{
  padding-top: 2vw;
  font-size: 3vw;
  margin-bottom:2vw;
}
#event .e_box .txt dl{
  margin-bottom: 5px;
}
#event .e_box .txt dl dt{
  background: #ccc3d4;
  padding:1vw 2vw;
  font-size: 3vw;
}
#event .e_box .txt dl dd{
  background: #dad7dc;
  padding:2vw;
  font-size: 3vw;
}


/*-------------------------------
conentfooter
-------------------------------*/
.conentfooter{
  position: relative;
  padding-bottom:6vw;
}
.conentfooter p{
  text-align: center;
  width:40%;
  margin:0 auto;
}
.conentfooter::after{
  content:'';
  display: block;
  width:100%;
  height:3vw;
  background:rgba(229, 187, 175, 0.69);
  position: absolute;
  left:0;
  bottom:0;
}


/*-------------------------------
pageTop
-------------------------------*/
.pageTop {
  position: fixed;
  bottom: 3vw;
  right: 3vw;
  z-index: 100;
  width:10vw;
}

/*-------------------------------
footer
-------------------------------*/
footer{text-align:center;padding:3vw 0;}
footer img{
  width:8%;
}
footer p{font-size:2.8vw;}
