a:hover{
  text-decoration: none;
  opacity: 100%;
}
h2:before{
  background-size: 100%;
  content: '';  
  display: inline-block;
  vertical-align: top;  
}
.house-icon-title:before{
  background: url(../img/shirakawago/icon_house.svg) no-repeat;
  background-size: 100%;
  margin-right: -16px;
  margin-top: -6px;
  width: 70px;
  height: 40px;
}
.ango-icon-title:before{
  background: url(../img/hidatakayama/icon_ango.svg) no-repeat;
  background-size: 100%;
  margin-right: -16px;
  margin-top: -6px;
  width: 54px;
  height: 48px;
}
.onsen-icon-title:before{
  background: url(../img/geroonsen/icon_onsen.svg) no-repeat;
  background-size: 100%;
  margin-right: -10px;
  margin-top: 2px;
  width: 44px;
  height: 50px;
}
h2.shirakawago-title{
  color: #48370C;
}
h2.hidatakayama-title{
  color: #633529;
}
h2.geroonsen-title{
  color: #0F475F;
}
.gourmet-icon:before{
  width: 57px;
  height: 57px;
  background-size: 100%;
  margin-right: -12px;
  margin-top: 2px;
}
.gourmet-yellow:before{
  background: url(../img/icon_fish_yellow.svg) no-repeat;
}
.gourmet-brown:before{
  background: url(../img/icon_fish_brown.svg) no-repeat;
}
.gourmet-blue:before{
  background: url(../img/icon_fish_blue.svg) no-repeat;
}
p{
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #33302B;
  line-height: 1.3;
}
.light-yellow-bg1{
  background-color: #F8F3ED;
}
.medium-yellow-bg1{
  background-color: #F4EBE0;
}
.light-yellow-bg2{
  background-color: #F9F7F5;
}
.light-grey-bg{
  background-color: #F8F8F8;
}
.medium-grey-bg{
  background-color: #F0F0F0;
}
.medium-yellow-bg2{
  background-color: #F5F0EE;
}
@media(max-width:991px){
  .house-icon-title:before{
    width: 56px;
    height: 32px;
  }
  .gourmet-icon:before{
    width: 42px;
    height: 42px;
  }
  .ango-icon-title:before{  
    width: 43px;
    height: 38px;
  }
  .onsen-icon-title:before{
    margin-top: 2px;
    width: 35px;
    height: 40px;
  }
  .gourmet-icon:before {
    width: 42px;
    height: 42px;
    background-size: 100%;
    margin-right: -14px;
    margin-top: 8px;
  }
}
@media(max-width:767px){
  h2{
    font-size: 35px;
  }
  .house-icon-title:before{
    width: 40px;
    height: 23px;
    margin-right: -10px;
    margin-top: -5px;
  }
  .gourmet-icon:before{
    background-size: 100%;
    width: 35px;
    height: 35px;
    margin-right: -8px;
    margin-top: 6px;
  }
  .ango-icon-title:before{    
    margin-right: -10px;
    margin-top: -6px;
    width: 33px;
    height: 29px;
  }
  .onsen-icon-title:before{
    margin-right: 0;
    margin-top: 2px;
    width: 26px;
    height: 30px;
  }
}

/*--------Control-------*/
.control ul{
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .control ul.control-dt-wrap{
    justify-content: start;
  }
  .control ul {
    padding: 0;
  }
  .control .control-dt-wrap li {
    width: 33.333%;
    margin: 0;
    padding: 0 20px;
  }  
}
@media (max-width: 800px) {
  .control ul.control-dt-wrap {
    justify-content: space-between;
  }
  .control .control-dt-wrap li {
    width: 42%;
  }
}
@media (max-width: 600px) {
  .control ul {
    padding: 0 15px;
  }
  .control .control-dt-wrap li {
    width: 44%;
    padding: 0;
  }
}
@media (max-width: 500px) {
  .control .control-dt-wrap li {
    width: 46%;
  }
}
@media (max-width: 480px) {
  .control .control-dt-wrap li {
    width: 100%;
  }
}
/*--------End Control-------*/


/*------Sightseeing guide-------*/
h3.spot-name{
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  color: #5C460F;
  font-weight: 600;
  line-height: 1.2;
  padding: 15px 0 10px 0;
}
h3.blue-title{
  color: #135A79;
}
/*h3.spot-name:after{
  content: '';
  display: inline-block;
  background: url(../img/icon_arr_view.svg) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  margin-left: 3px;
  margin-top: 2px;
  vertical-align: top;
}*/
.spot-wrap{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  row-gap: 60px;
  margin-left: -15px;
  margin-right: -15px;
}
/*.spot-wrap a:hover h3.spot-name{
  color: #a17b1b;
}
.spot-wrap a:hover h3.spot-name:after{
  background: url(../img/icon_arr_view_hover.svg) no-repeat;
}*/
.spot-wrap img, #gourmet img{
  width: 100%;
  height: auto;
}
.img-wrap{
  width: 100%;
  overflow: hidden; 
}
/*a img{
  transition: all .3s ease-in-out;
}
a:hover img{
  transform: scale(1.2);
}*/
@media(max-width:767px){
  .spot-wrap{
    flex-direction: column;
    row-gap: 50px;
    margin: 0;
  }
}
/*------End Sightseeing guide-------*/

/*------How to access------*/
#access p{
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
@media(max-width:991px){
  #access p{
    width: 100%;
  }
}
@media(max-width:767px){
  #access p{
    text-align: left;
  }
}
/*------End How to access------*/

/*-------Bus Routes--------*/
.bus-yellow:before{
  background: url(../img/icon_bus_yellow.svg) no-repeat;  
  margin-top: 28px;
}
.bus-brown:before{
  background: url(../img/icon_bus_brown.svg) no-repeat;  
  margin-top: 28px;
}
.bus-blue:before{
  background: url(../img/icon_bus_blue.svg) no-repeat;  
  margin-top: 28px;
}
@media(max-width:991px){
  .bus-brown:before, .bus-yellow:before, .bus-blue:before{
    margin-top: 22px;
    width: 58px;
    height: 21px;
    background-size: 100%;
  }
}
@media(max-width:767px){
  .bus-brown:before, .bus-yellow:before, .bus-blue:before{
    width: 40px;
    height: 15px;
    background-size: 100%;
    margin-top: 18px;
  }
}
/*-------End Bus Routes--------*/