@charset "utf-8";
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 PC用スタイル：768px ～　（＋スマホ版でも適用あり）
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
/* ヘッダー
----------------------------------------------------------------------------- */
#header-area {
  background: url(../image/bg_header.png) repeat-x center bottom;
  height: 84px;
  width: 100%;
}
.header-wrap {
  margin: 0 10px;
}
#header {
  max-width: 958px;
  margin: 0 auto;
  position: relative;
}
.site-logo {
  float: left;
  margin-top: 25px;
}
.choose_area {
  float: left;
  margin-top: 38px;
}
.choose_area #area_btn {
  cursor: pointer;
  width: 10em;
  text-align: center;
  line-height: 200%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1) inset;
  background: url(../image/natsuyasumi_com/arrow_areaselect.png) no-repeat 95% 50%;
}
.choose_area #area_btn:hover {
  background-color: #eee;
}
.logo {
  cursor: pointer;
  display: block;
  float: left;
  width: 200px;
  height: 55px;
  margin-right: 10px;
  background: url(../image/logo.png) no-repeat 0 0;
  -webkit-background-size: 200px 55px;
  -moz-background-size: 200px 55px;
  -ms-background-size: 200px 55px;
  -o-background-size: 200px 55px;
  background-size: 200px 55px;
}
.logo a {
  display: block;
  width: 200px;
  height: 55px;
  text-indent: -9999px;
}
.logo:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
#header h1 {
  position: absolute;
  top: 3px;
  left: 0px;
  font-size: 13px;
  line-height: 1;
  font-weight: normal;
  width: 100%;
}
ul.header-btn {
  float: right;
  margin-top: 35px;
  font-size: 0;
}
ul.header-btn li {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  min-height: 35px;
}
ul.header-btn li a span {
  display: block;
  padding-top: 10px;
}
ul.header-btn li a:link,
ul.header-btn li a:visited {
  color: #333;
  text-decoration: none;
}
ul.header-btn li a:hover {
  text-decoration: underline;
}
ul.header-btn li.btn-faq {
  background: url(../image/icon_faq.png) no-repeat left center;
  padding: 0 0 0 30px;
  background-size: 24px 24px;
}
ul.header-btn li.btn-yoyaku {
  background: url(../image/icon_yoyaku.png) no-repeat left center;
  padding: 0 0 0 30px;
  background-size: 24px 24px;
}
/* パンくずリスト
----------------------------------------------------------------------------- */
#crumbsnavi {
  background: #e6e5e0;
  height: 33px;
  margin-bottom: 50px;
}
#crumbsnavi ul {
  max-width: 958px;
  margin: 0 auto;
  padding-top: 10px;
}
#crumbsnavi ul li {
  display: inline;
  line-height: 1.3;
  font-size: 12px;
  color: #4e4e4e;
}
div#crumbsnavi ul li a {
  padding-right: 15px;
  background: url(../image/arrow1_b.png) no-repeat right center;
}
div#crumbsnavi ul li:last-child a {
  padding-right: 0;
  background: none;
}
div#crumbsnavi ul li a:link,
div#crumbsnavi ul li a:visited {
  color: #4e4e4e;
  text-decoration: none;
}
div#crumbsnavi ul li a:hover {
  text-decoration: underline;
  ;
}
/* コンテンツエリア
----------------------------------------------------------------------------- */
#maincontent {
  margin: 0 auto;
}
/* ページトップへ
----------------------------------------------------------------------------- */
/*親要素*/
#page-top {
position: fixed;
bottom: 95px;
right: 30px;
z-index: 500;
}
#page-top a {
display: block;
width: 77px;
height: 89px;
text-indent: -9999px;
background: url(../img/btn_pagetop.png) no-repeat 0 0;
background-size:100% auto;
outline: none;
}
#page-top a:hover {
background: url(../img/btn_pagetop.png) no-repeat 0 0;
background-size:100% auto;
opacity: 0.8;
}

footer + DIV{
background:#f00;
}
/* フッター
----------------------------------------------------------------------------- */
#footer-link-area {
  background: #cfcad4;
  height: auto;
}
#footer-link {
  max-width: 958px;
  margin: 0 auto;
  text-align: center;
}
#footer-link ul {
  font-size: 0;
  line-height: 62px;
}
#footer-link ul li {
  display: inline;
  font-size: 12px;
  color: #fff;
  margin: 0 2em;
}
#footer-link ul li a:link,
#footer-link ul li a:visited {
  color: #5d5d5d;
  text-decoration: none;
}
#footer-link ul li a:hover {
  text-decoration: underline;
}
#kanren-tour ul {
  font-size: 0;
  line-height: 1;
  padding: 25px 0 10px;
  text-align: center;
}
#kanren-tour ul li {
  display: inline;
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #5d5d5d;
}
#kanren-tour ul li:last-child {
  border-right: none;
}
#kanren-tour ul li a:link,
#kanren-tour ul li a:visited {
  color: #5d5d5d;
  text-decoration: none;
}
#kanren-tour ul li a:hover {
  text-decoration: underline;
}
#copy-area {
  background: #7b678d;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
/* 出発地選択
----------------------------------------------------------------------------- */
#pop_selectarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: none;
}
#pop_selectarea_bdy {
  width: 600px;
  margin: 200px auto 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  position: relative;
  padding: 30px 0;
}
#pop_close {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #333;
  color: #fff;
  line-height: 36px;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 20px;
  border-radius: 999px;
  cursor: pointer;
}
#pop_selectarea_bdy .pop_ttl {
  width: 80%;
  margin: 0 auto 15px;
  text-align: center;
  background: #68a9e6;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0;
}
#pop_selectarea_bdy UL {
  width: 80%;
  margin: 0 auto;
  padding: 0px 0 0px;
  overflow: hidden;
}
#pop_selectarea_bdy UL LI {
  display: block;
  width: 45%;
}
#pop_selectarea_bdy UL LI:nth-of-type(odd) {
  float: left;
}
#pop_selectarea_bdy UL LI:nth-of-type(even) {
  float: right;
}
#pop_selectarea_bdy UL LI:nth-of-type(n+3) {
  margin-top: 10px;
}
#pop_selectarea_bdy UL LI A {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #eee;
  font-size: 20px;
  color: #333;
  border-radius: 6px;
}
#pop_selectarea_bdy UL LI A:hover {
  text-decoration: none;
  background: #dee7ea;
}
/* ヘッダー
----------------------------------------------------------------------------- */
#maincontent {
  position: relative;
}
/* グローバルナビ
----------------------------------------------------------------------------- */
#gnav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.69);
}
#gnav ul {
  display: table;
  width: 1000px;
  height: 70px;
  margin: 0 auto;
  table-layout: fixed;
}
#gnav li {
  display: table-cell;
  vertical-align: middle;
}
#gnav li a {
  color: #fff;
  display: table;
  width: 100%;
}
#gnav li a span {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px dotted #fff;
  height: 53px;
  text-align: center;
}
#gnav li:first-child a span {
  border-left: 1px dotted #fff;
}
#gnav li.current a {
  color: #c0ff00;
}
#gnav li a:hover {
  color: #c0ff00;
  text-decoration: none;
}
