@charset "UTF-8";
/* CSS Document */
/*
$width-pc_max: 770px;
$width-pc: 769px;
$width-sm1: 768px;
$width-sm2: 480px;
*/
/*mixin*/
@media print, screen and (min-width: 769px) {
  body {
    overflow: hidden;
    min-width: 900px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    overflow: auto;
    min-width: 90%;
  }
}

@media print, screen and (min-width: 769px) {
  .sml {
    margin-bottom: 5px !important;
  }
}
@media only screen and (max-width: 768px) {
  .sml {
    margin-bottom: 5px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .mid {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .mid {
    margin-bottom: 20px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .und {
    margin-bottom: 45px !important;
  }
}
@media only screen and (max-width: 768px) {
  .und {
    margin-bottom: 45px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .phone {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .phone {
    display: block;
  }
}

.scrImg {
  left: -100px;
  margin: 0 auto;
  display: none;
  position: relative;
}

.scrImg_01 {
  right: -100px;
  margin: 0 auto;
  display: none;
  position: relative;
}

.scrImg_02 {
  /*bottom: -30px;*/
  margin: 0 auto;
  display: none;
  position: relative;
}

.scrImg_03 {
  bottom: -30px;
  margin: 0 auto;
  display: none;
  position: relative;
}

.fuwafuwa {
  -webkit-animation-name: fuwafuwa;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function: ease;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}
#sm_hd {
  position: fixed;
}
@media print, screen and (min-width: 769px) {
  #sm_hd {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #sm_hd {
    top: 0px;
    width: 98%;
    height: auto;
    padding: 0px 1%;
    z-index: 200;
  }
}
#sm_hd #nav-open {
  float: left;
  width: auto;
  /*height: 35px;*/
  height: 45px;
  font-size: 0px;
  line-height: 0px;
}
#sm_hd #nav-open img {
  width: auto;
  height: 100%;
}

#gnavi {
  width: 100%;
  z-index: 200;
}
@media print, screen and (min-width: 1001px) {
  #gnavi {
    position: fixed;
    top: 0px;
    height: auto;
    padding: 0px 0px;
  }
}
@media print, screen and (max-width: 1000px) {
  #gnavi {
    height: auto;
    padding: 10px 0px 0px 0px;
    position: absolute;
    top: -380px;
    transition: top 1s;
    -webkit-transition: top 1s;
    -moz-transition: top 1s;
    text-align: center;
    opacity: 0.9;
    background: #d30076;
  }
  #gnavi:target {
    top: 0px;
  }
}
#gnavi .gnavi_in {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #gnavi .gnavi_in {
    width: 1000px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  #gnavi .gnavi_in {
    width: 98%;
    margin: 0px auto;
  }
}
#gnavi .gnavi_in .gnavi_left {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #gnavi .gnavi_in .gnavi_left {
    float: left;
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  #gnavi .gnavi_in .gnavi_left {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #gnavi .gnavi_in .gnavi_left ol li {
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  #gnavi .gnavi_in .gnavi_left ol li {
    float: none;
  }
}
#gnavi .gnavi_in .gnavi_left ol li#nav01 a {
  display: block;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  #gnavi .gnavi_in .gnavi_left ol li#nav01 a {
    width: 51px;
    height: 56px;
    font-size: 0px;
    line-height: 0px;
    background-image: url(../images/nav_top.png);
    background-position: top center;
  }
}
@media only screen and (max-width: 768px) {
  #gnavi .gnavi_in .gnavi_left ol li#nav01 a {
    width: 96%;
    height: auto;
    text-align: left;
    font-size: 16px;
    line-height: 1;
    padding: 15px 2%;
    background-color: #EC494C;
    color: #FFFFFF;
    margin-bottom: 5px;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    padding: 15px 5%;
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  #gnavi .gnavi_in .gnavi_left ol li#nav01 a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #FFFFFF;
  }
}
#gnavi .gnavi_in .gnavi_left ol li#nav02 a {
  display: block;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  #gnavi .gnavi_in .gnavi_left ol li#nav02 a {
    width: 205px;
    height: 56px;
    font-size: 0px;
    line-height: 0px;
    background-image: url(../images/navi01.png);
    background-position: top center;
    margin: 0px 2px 0px;
  }
}
@media only screen and (max-width: 768px) {
  #gnavi .gnavi_in .gnavi_left ol li#nav02 a {
    width: 90%;
    height: auto;
    text-align: left;
    font-size: 16px;
    line-height: 1;
    background-color: #EC494C;
    color: #FFFFFF;
    margin-bottom: 5px;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    padding: 15px 5%;
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  #gnavi .gnavi_in .gnavi_left ol li#nav02 a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #FFFFFF;
  }
}
#gnavi .gnavi_in .gnavi_left ol li#nav03 a {
  display: block;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  #gnavi .gnavi_in .gnavi_left ol li#nav03 a {
    width: 205px;
    height: 56px;
    font-size: 0px;
    line-height: 0px;
    background-image: url(../images/navi02.png);
    background-position: top center;
    margin: 0px 2px 0px;
  }
}
@media only screen and (max-width: 768px) {
  #gnavi .gnavi_in .gnavi_left ol li#nav03 a {
    width: 96%;
    height: auto;
    text-align: left;
    font-size: 16px;
    line-height: 1;
    padding: 15px 2%;
    background-color: #EC494C;
    color: #FFFFFF;
    margin-bottom: 5px;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    padding: 15px 5%;
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  #gnavi .gnavi_in .gnavi_left ol li#nav03 a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #FFFFFF;
  }
}
@media print, screen and (min-width: 769px) {
  #gnavi #nav-close {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #gnavi #nav-close {
    width: 100%;
    height: auto;
    display: block;
    padding: 8px 0;
    color: #FFFFFF;
    background: #4F4D4D;
    text-decoration: none;
    margin-top: 0px;
  }
  #gnavi #nav-close a {
    text-decoration: none !important;
    color: #FFFFFF !important;
  }
}

#main-visual {
  width: 100%;
  height: auto;
  margin: 0px auto;
  background-image: url("../images/main_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
#main-visual #main-visual_in {
  height: auto;
  margin: 0px auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  #main-visual #main-visual_in {
    width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  #main-visual #main-visual_in {
    width: 100%;
  }
}
#main-visual #main-visual_in img {
  width: 100%;
  height: auto;
}
#main-visual .scroll {
  height: auto;
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 100;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  #main-visual .scroll {
    width: 45px;
    bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #main-visual .scroll {
    width: 5%;
    bottom: 10px;
  }
}
#main-visual .scroll img {
  width: 100%;
  height: auto;
}

#sec_bg {
  background-image: url("../images/sec_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#map_bg {
  background-image: url("../images/map_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#pr01 {
  background-image: url("../images/ac_ti_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#pr02 {
  background-image: url("../images/ac_ti_sub_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#ac_bg {
  background-image: url("../images/ac_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#ac_sub_bg {
  background-image: url("../images/ac_sub_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#sea_sub_bg {
  background-image: url("../images/sea_sub_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#food_sub_bg {
  background-image: url("../images/food_sub_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}


#shrines_sub_bg {
  background-image: url("../images/shrines_sub_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}


#hotsprings_sub_bg {
  background-image: url("../images/hotsprings_sub_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#historical_sub_bg {
  background-image: url("../images/historical_sub_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#booknow_sub_bg {
  background-image: url("../images/ac_sub_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}


#ft_btn_bg {
  background-image: url("../images/ft_btn_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}




ul, ol {
  color: #1e366a;
  border-top: solid #22a5a2 3px;/*上のボーダー*/
  border-bottom: solid #22a5a2 3px;/*下のボーダー*/
  padding: 0.5em 0 0.5em 1.5em;
}

ul li, ol li {
  line-height: 1.5;
  padding: 0.5em 0;
font-size: 20px;
  color: #22a5a2;
}
a {
color:#22a5a2;
text-decoration: none;
}

a:link {
color:#22a5a2;
}

a:visited {
color:#22a5a2;
}

a:hover {
color:#22a5a2;
text-decoration:underline;
}




.youtube iframe{
  width: 100%;
}

.box {
  width: 100%;
  height: auto;
  margin: 0px auto;
}
.box .box_in {
  height: auto;
  margin: 0px auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .box .box_in {
    width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  .box .box_in {
    width: 100%;
  }
}
.box .box_in img {
  width: 100%;
  height: auto;
}
.box .box_in .left_area {
  float: left;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .box .box_in .left_area {
    width: 482px;
  }
}
@media only screen and (max-width: 768px) {
  .box .box_in .left_area {
    width: 47%;
  }
}
.box .box_in .left_area img {
  width: 100%;
  height: auto;
}
.box .box_in .right_area {
  float: right;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .box .box_in .right_area {
    width: 482px;
  }
}
@media only screen and (max-width: 768px) {
  .box .box_in .right_area {
    width: 47%;
  }
}
.box .box_in .right_area img {
  width: 100%;
  height: auto;
}
