@charset "utf-8";
/* CSS Document */
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.breadcrumb {
  margin-bottom: 0 !important
}
#ttlwrap {
  width: 100%;
  background: url("../img/mv_top_bg.jpg") no-repeat top center;
}
#ttlwrap .ttl {
  width: 992px;
  height: 350px;
  margin: auto;
  position: relative
}
#ttlwrap .ttl img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#content nav {
  background: #222;
  border-bottom: 3px solid #95a7b0
}
#content nav ul.nav_item {
  width: 992px;
  margin: auto;
  display: flex;
}
#content nav ul.nav_item li {
  flex: 1
}
#content nav ul.nav_item li a {
  display: block;
  border-left: 1px solid #b3b3b3;
  padding: 1.0em 0.5em;
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  transition: 0.3s;
  position: relative
}
#content nav ul.nav_item li a:hover {
  background: #ffb21e;
}
#content nav ul.nav_item li a:after {
  content: "";
  display: block;
  background: url("../img/navi_arrow01.png") no-repeat;
  background-size: contain;
  width: 8px;
  height: 6px;
  position: absolute;
  bottom: 8%;
  left: 48%;
}
#content nav ul.nav_item li:last-child a {
  border-right: 1px solid #b3b3b3;
}
/*
nav ul.nav_item li:last-child a:after{
  content:"";
  display: inline-block;
  background: url("../img/navi_arrow02.png") no-repeat;
  background-size: contain;
  width:6px;
  height:8px;
  margin-left: 0.5em;
  position: static;
  vertical-align: middle
}
*/
#contentwrap {
  width: 100%;
}
#contentwrap div:after {
  content: none !important;
}
section {
  width: 100%;
  padding: 30px 0;
}
.inner {
  width: 992px;
  margin: auto;
}
h2.headline {
  margin: 0 auto 30px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  background: url("../img/pc_ttl_bg.png") no-repeat center center;
}
h2.headline > span {
  color: #ffb21e;
}
h2.headline .sub {
  display: block;
  font-size: 60%;
  font-weight: normal;
  line-height: 1.2
}
section#spot {
  background: url("../img/pc_bg_spot10.png") no-repeat bottom center #fffbe8;
  padding: 20px 0 50px;
}
p.introtxt {
  background: url("../img/pc_txt_bg.png") no-repeat top center;
  padding: 0.5em;
  margin-bottom: 40px;
  text-align: center;
}
ul.spot_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
ul.spot_list li {
 width: 23%;
  margin: 30px 1% 20px; 
}
ul.spot_list li:nth-child(4n) {
  margin-right: 0
}
ul.spot_list li .spot_photo {
 height: 224px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
 border-radius: 100%;
}
ul.spot_list li h3.spot_name {
  padding: 0.3em;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  top: -45px;
  text-align: center;
}
ul.spot_list li h3.spot_name small {
  font-size: 70%;
  font-weight: normal
}
ul.spot_list li .spot_item {
  padding: 0.5em 0;
}
ul.spot_list li .spot_item p.spot_link {
  width: 100%;
  margin: 10px auto;
}
ul.spot_list li .spot_item p.spot_link a {
  display: block;
  padding: 0.8em;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background: #ffb21e;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2)
}
ul.spot_list li .spot_item p.spot_link a:after {
  content: "";
  display: inline-block;
  background: url("../img/arrow01.png") no-repeat;
  background-size: contain;
  width: 10px;
  height: 14px;
  margin-left: 1.0em;
  vertical-align: middle
}
ul.spot_list li .spot_item p.spot_link a:hover {
  background: #ffc75d;
  transition: 0.3s;
}
section#tour {
  background: url("../img/pattern.png") repeat;
}
ul.tour_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
ul.tour_item li {
  width: 320px;
  margin-bottom: 12px;
}
ul.tour_item li a {
  border: 1px solid #b5b5b5;
  background: #fff;
  position: relative;
  overflow: hidden;
  display: block;
  color: #333;
  line-height: 20px;
  transition: 0.4s;
  box-sizing: border-box;
}
ul.tour_item li a:hover {
  opacity: 0.7
}
ul.tour_item::after {
  display: block;
  content: "";
  width: 320px;
}
dl.deals {
  margin: 0;
  padding: 0;
  position: relative;
}
dl.deals dt {
  font-size: 18px;
  color: #000099;
  padding: 15px 0 8px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em
}
dl.deals dt span {
  display: inline-block;
  font-size: 80%;
  margin-right: 0.2em
}
dl.deals dd {
  text-align: center;
  font-size: 11px;
  line-height: 1.5em;
}
dl.deals dd.pic {
  width: 100%;
  height: 160px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
dl.deals dd.pic img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
dl.deals dd.price {
  color: #cc0000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
dl.deals dd.point {
  background: #E5F0FF;
  font-size: 12px;
  padding: 3px;
}
.bus_ttl_bg {
  width: 972px;
  margin: 0 auto 20px;
  background: #111111;
  transform: skewX(-15deg);
}
.bus_ttl_bg > h3.bus_ttl {
  padding: 0.5em;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  transform: skewX(15deg);
}
.bus_ttl_bg > h3.bus_ttl.stay {
  color: #b8ee44
}
.bus_ttl_bg > h3.bus_ttl.day {
  color: #fd8197
}
section#tour ul.tourList {
  margin-bottom: 30px;
}
section#tour ul.tourList li {
  width: 475px;
  margin-right: 10px;
  border: 1px solid #000;
  position: relative;
  box-sizing: border-box;
}
section#tour ul.tourList li:nth-child(2n) {
  margin-right: 0
}
section#tour ul.tourList li:before {
  content: "";
  border: 6px solid transparent;
  border-bottom: 6px solid #000;
  border-right: 6px solid #000;
  position: absolute;
  bottom: 0;
  right: 0;
}
section#tour ul.tourList li a:hover {
  background: none;
}
section#tour ul.tourList li:hover {
  background: #fffcd8;
  border: 1px solid #ffac40;
}
section#tour ul.tourList li:hover:before {
  content: "";
  border: 6px solid transparent;
  border-bottom: 6px solid #ffac40;
  border-right: 6px solid #ffac40;
  position: absolute;
  bottom: 0;
  right: 0;
}
section#tour p.link {
  width: 80%;
  margin: 20px auto 120px;
}
section#tour p.link a {
  display: block;
  padding: 0.8em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background: #ec9b00;
  border-radius: 100px;
}
section#tour p.link a:after {
  content: "";
  display: inline-block;
  background: url("../img/arrow01.png") no-repeat;
  background-size: contain;
  width: 8px;
  height: 11px;
  vertical-align: middle;
  margin-left: 0.5em;
}
section#tour p.link a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
ul.point_item {
  display: flex;
  justify-content: space-between;
  margin-bottom:80px;
}
ul.point_item li {
  width: 220px
}
ul.point_item li > h3 {
  font-size: 18px;
  font-weight: bold;
  color: #ec9b00;
  margin: 10px auto;
  text-align: center;
}
/*section#searchBox{
  background: url("../img/pattern.png") repeat;
  padding: 50px 0
}
#searchBox #sec_search{
  border-radius:0;
  border:2px solid #003d9a;
}
ul.searchTab{
  display: flex;
}
ul.searchTab li{
  margin-right: 3px;
}
ul.searchTab li a{
  display: block;
  width: 180px;
  padding: 16px 0;
  background: #fff;
  border: 2px solid #003d9a;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-weight: bold;
  color: #003d9a;
  font-size: 16px;
}
ul.searchTab li a.here,ul.searchTab li a:hover{
  background: #003d9a;
  color: #fff;
  border: 2px solid #003d9a;
  border-bottom: none;
}
*/
.icon {
  line-height: 1.3;
  padding: 2px 4px 2px 5px;
  font-size: 14px;
  margin-bottom: 6px;
  text-align: right;
  border-bottom: 1px solid #232323;
  color: #232323;
}
.tag01 {
  position: absolute;
  background: #1571b4;
  color: #FFF;
  padding: 4px 8px 2px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.tag02 {
  position: absolute;
  background: #4f8a24;
  color: #FFF;
  padding: 4px 8px 2px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.tag03 {
  position: absolute;
  background: #b11c10;
  color: #FFF;
  padding: 4px 8px 2px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.tag04 {
  position: absolute;
  background: #e79612;
  color: #FFF;
  padding: 4px 8px 2px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.tag05 {
  position: absolute;
  background: #34248a;
  color: #FFF;
  padding: 4px 8px 2px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}