@charset "UTF-8";
/*************************************/
/* base.css */
/*************************************/
/*------------------------------*/
/*format mixin */
/*------------------------------*/
/*------------------------------*/
/*便利mixin */
/*------------------------------*/
/*------------------------------*/
/*フォント関係*/
/*------------------------------*/
/* テキストカラー */
.txtRed {
  color: #C00;
}

.txtOrange {
  color: #EC5F00;
}

/* テキストサイズ小*/
.txtSmall {
  font-size: 80%;
}

/* テキスト太字*/
.txtBold {
  font-weight: bold;
}

/*------------------------------*/
/*------------------------------*/
/* ================================================== */
/* 基本設定 */
/* ================================================== */
/*------------------------------*/
/* ↑このページの上へ #page-top */
/*------------------------------*/
#page-top {
  width: 80px;
  height: 80px;
  display: none;
  position: fixed;
  right: 2%;
  bottom: 2%;
}
#page-top p {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #d32f2f;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#page-top p:hover {
  background: #F87979;
}

#move-page-top {
  color: #fff;
  line-height: 1.2;
  padding: 20px 0;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

/*webicon設定*/
body {
  overflow: hidden;
}

/*pure使用時フォント設定*/
form, #mapArea, #banner, .pure-g > li, figcaption {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif !important;
}

/*背景画像*/
#wrapper {
  background: #fff;
  margin: 0 auto;
  /*background: url(/kokunai-tour/theme/train/common/image/bg_train-spring.jpg) center 3em no-repeat;*/
  background: url(/kokunai-tour/theme/train/common/image/bg_train-summer.jpg) center 3em no-repeat;
  /*background: url(/kokunai-tour/theme/train/common/image/bg_train-autum.jpg) center 3em no-repeat;*/
  /*background: url(/kokunai-tour/theme/train/common/image/bg_train-winter.jpg) center 3em no-repeat;*/
  /*background: url(/kokunai-tour/theme/train/common/image/bg_train-xmas.jpg) center 3em no-repeat;*/
  /*background: url(/kokunai-tour/theme/train/common/image/bg_train-winter.jpg) center 3em no-repeat;*/
}

/*webicon設定*/
.fa {
  padding-right: 0.25em;
}

.whhg {
  font-weight: normal;
  padding-right: 0.25em;
}

/*ボタンなどのリンク text-decoration: none;*/
nav a {
  text-decoration: none;
}
nav a:hober {
  text-decoration: none;
}
nav a:active {
  text-decoration: none;
}
nav a:focus {
  text-decoration: none;
}

/******************************************************/
/*パーツ設定**********************************************/
/******************************************************/
#train {
  *zoom: 1;
  color: #666;
  padding-top: 20px;
  width: 100%;
  margin: 0 auto;
}
#train:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
  clear: both;
}

.pageWrapper {
  *zoom: 1;
  width: 1120px;
  margin: 0 auto;
  position: relative;
}
.pageWrapper:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
  clear: both;
}
.pageWrapper img {
  width: 100%;
}

/*白文字タイトル*/
.ttl_area-white {
  margin: 2em;
}
.ttl_area-white h1, .ttl_area-white h2 {
  color: #fff;
  margin: 0;
  /*text-align: center;*/
  font-weight: bold;
}
.ttl_area-white h1 {
  font-size: 3em;
  text-shadow: 1.6px 1.6px 1px rgba(0, 0, 0, 0.25), -1.6px -1.6px 1px rgba(0, 0, 0, 0.25);
  line-height: 1em;
}
.ttl_area-white h2 {
  font-size: 1.6em;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25), -1.6px -1.6px 1px rgba(0, 0, 0, 0.25);
}
.ttl_area-white .leadTxt {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
  color: #fff;
}

/*黒文字タイトル*/
.ttl_area-black {
  margin: 2em;
}
.ttl_area-black h1, .ttl_area-black h2 {
  color: #000;
  margin: 0;
  /*text-align: center;*/
  font-weight: bold;
}
.ttl_area-black h1 {
  font-size: 3em;
  text-shadow: 1.2px 1.2px 1px white;
  line-height: 1em;
}
.ttl_area-black h2 {
  font-size: 1.6em;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
}
.ttl_area-black .leadTxt {
  color: #000;
  font-weight: bold;
  -webkit-text-stroke: 0.1px white;
  text-shadow: 0px 0px 5px white;
}

/* topicPath設定 */
#topicPath {
  width: 100%;
  padding: 10px 0;
  line-height: 1;
}
#topicPath ul li {
  margin-left: 1em;
}
#topicPath ul li:before {
  content: ">";
  padding: 3px 10px 0 3px;
  font-size: 1em;
}
#topicPath ul li:first-child {
  margin-left: 0;
}
#topicPath ul li:first-child:before {
  content: "";
  padding: 0;
}

/*sns設定*/
#sns {
  margin: 0;
  position: absolute;
  width: 265px;
  right: 0;
  bottom: -5%;
  *zoom: 1;
}
#sns:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
  clear: both;
}
#sns li {
  margin-left: 5px;
  float: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#sns li:first-child {
  margin-left: 0;
}
#sns .line img {
  width: 20px;
  height: 20px;
}
#sns .hatebu img {
  width: 20px;
  height: 20px;
}

/*その他パーツ設定*/
label {
  display: table-cell !important;
  width: 20%;
  margin-right: 0.5em;
  text-align: center;
  font-weight: bold;
  cursor: default;
}

select {
  width: 31%;
  margin: 0.2em;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif !important;
  padding: 0.3em !important;
  cursor: pointer;
}

@-moz-document url-prefix() {
  select {
    margin: 0;
  }
}

.pure-button {
  background-color: #d32f2f;
  padding: 0.5em 0;
}

/******************************************************/
/*pageHeader*******************************************/
/******************************************************/
#pageHeader {
  /*発着地*/
}
#pageHeader .inner {
  position: relative;
}
#pageHeader .inner .image-train {
  position: absolute;
  width: 48%;
  top: 7.5%;
  right: -10%;
}
#pageHeader #select_dep {
  *zoom: 1;
  position: relative;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.75);
  margin: 2em 1em 0.5em;
  width: 52%;
  height: 3em;
}
#pageHeader #select_dep:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
  clear: both;
}
#pageHeader #select_dep dl {
  position: absolute;
  top: -0.7em;
  z-index: 20;
  *zoom: 1;
  display: table;
}
#pageHeader #select_dep dl:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
  clear: both;
}
#pageHeader #select_dep dl dt {
  display: table-cell;
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0 1.2em;
}
#pageHeader #select_dep dl dd {
  display: table-cell;
  border-radius: 5px;
  padding: 1.2em;
  margin-left: 1em;
  font-weight: bold;
  font-size: 1.2em;
}
#pageHeader #select_dep dl dd a {
  color: #000;
  text-shadow: 0px 0px 2px white;
}
#pageHeader #select_dep dl dd a:hover {
  color: #d32f2f;
}
#pageHeader #select_dep dl > dd.now {
  position: relative;
  background-color: #d32f2f;
  color: #fff;
  font-size: 1.5em;
  padding: 0 1em;
}
#pageHeader #select_dep dl > dd.now:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #d32f2f;
  border-width: 0.75em;
  margin-left: -0.75em;
}
#pageHeader #select_dep dl .fa-chevron-circle-right {
  color: #d32f2f;
}
#pageHeader #topicPath {
  display: none;
}

/******************************************************/
/*contentWrapper***************************************/
/******************************************************/
.contentWrapper {
  padding: 1em;
  z-index: 999;
}

.pure-g {
  width: 100%;
  clear: both;
  overflow: hidden;
}
.pure-g > li > .parts_box {
  margin: 0 0.5em;
}

.parts_box {
  border: 1px solid #cccccc;
}

/*inner-guide 検索・地図・バナーエリア////////////////////*/
/*検索エンジンエリア////////////////////////////////////*/
#searchArea {
  font-size: 0.9em;
  padding: 0.75em;
  background-color: #fff;
  /*検索・検索クリアボタン*/
  /*keyword検索*/
}
#searchArea h2 {
  font-weight: bold;
  font-size: 1.5em;
  color: #000;
}
#searchArea h2 i {
  color: #d32f2f;
}
#searchArea fieldset {
  padding-top: 0;
}
#searchArea .title {
  display: block !important;
  text-align: left;
  width: 100%;
  margin-top: 0.25em;
  margin-bottom: 0;
}
#searchArea .set_dep, #searchArea .set_arrArea {
  display: table;
  width: 100%;
  margin-bottom: 0.25em;
}
#searchArea .set_dep #TourArrAreaGroupCode, #searchArea .set_dep #TourArrCityCode, #searchArea .set_arrArea #TourArrAreaGroupCode, #searchArea .set_arrArea #TourArrCityCode {
  width: 34.8%;
}
#searchArea .set_dep #TourArrAreaCode, #searchArea .set_arrArea #TourArrAreaCode {
  width: 25%;
}
#searchArea .set_other {
  display: table;
  width: 100%;
  /* 列車 */
}
#searchArea .set_other .set_traffic > .inner .radio-group {
  width: 100%;
}
#searchArea .set_other .set_traffic > .inner .radio-group .inner {
  display: table;
  width: 100%;
}
#searchArea .set_other .set_traffic > .inner .radio-group .inner p {
  display: table-cell;
}
#searchArea .set_other .set_traffic > .inner .radio-group .inner p input {
  display: none;
}
#searchArea .set_other .set_traffic > .inner .radio-group .inner p > label {
  cursor: pointer;
  height: 2.25em;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #fff;
  font-weight: normal;
  box-shadow: inset 0 1px 3px #dddddd;
  padding: 0.3em;
  margin: 0.2em;
  line-height: 2em;
}
#searchArea .set_other .set_traffic > .inner .radio-group .inner p input:checked + label {
  color: #fff;
  background: #DE6464;
  box-shadow: inset 0 1px 5px #d32f2f;
}
#searchArea .set_other .set_traffic > .inner .radio-group .inner p .first {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
#searchArea .set_other .set_traffic > .inner .radio-group .inner p .last {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
#searchArea .submitBox {
  display: table;
  width: 100%;
  text-align: center;
}
#searchArea .submitBox button {
  display: table-cell;
  width: 95%;
  margin-right: 2em;
}
#searchArea .submitBox button:active {
  padding: 0.5em 0;
}
#searchArea .submitBox p {
  display: table-cell;
  width: 32%;
  border-radius: 2px;
  color: #fff;
  background-color: #666;
  padding: 0.5em;
}
#searchArea .submitBox p a {
  color: #fff;
  display: block;
  text-decoration: none;
}
#searchArea .submitBox p a:hover {
  text-decoration: none;
}
#searchArea .submitBox p:hover {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}
#searchArea #search_form {
  margin-top: 1em;
  background: #F2EFED;
  padding: 1em;
}
#searchArea #search_form p {
  display: table;
  width: 100%;
}
#searchArea #search_form p > span {
  margin-bottom: 0.25em;
  font-weight: bold;
  display: block;
}
#searchArea #search_form p > input {
  display: table-cell;
  width: 75%;
  margin-right: 1em;
}
#searchArea #search_form p > button {
  display: table-cell;
  padding: 0.5em 0;
  width: 20%;
}

/*検索エンジン下の大バナー////////////////////*/
#big_banner {
  margin-top: 1em;
}
#big_banner img {
  height: 100%;
}

/*地図エリア////////////////////*/
#mapArea {
  position: relative;
}
#mapArea .mapContainer {
  position: relative;
}
#mapArea .mapContainer > h2 {
  position: absolute;
  top: 7px;
  left: 10px;
  font-weight: bold;
  font-size: 1.5em;
  color: #000;
}
#mapArea .mapContainer > h2 i {
  color: #d32f2f;
}
#mapArea .mapContainer > h3 {
  position: absolute;
  top: 38px;
  left: 10px;
  color: #666;
  font-size: 1.2em;
  font-weight: bold;
  text-shadow: white 2px 2px 0px, white -2px 2px 0px, white 2px -2px 0px, white -2px -2px 0px;
}
#mapArea .mapContainer > h3 .fa-arrow-right {
  font-weight: normal;
}
#mapArea .mapContainer > ul.prefectures li {
  position: absolute;
}
#mapArea .mapContainer > ul.prefectures li a {
  border: 1px solid #d32f2f;
  color: #d32f2f;
  background: white url(/kokunai-tour/theme/train/common/image/map/icon_pin_off.svg) no-repeat 0.5em 0.5em;
  background: white url(/kokunai-tour/theme/train/common/image/map/icon_pin_off.png) no-repeat 0.5em 0.5em \9;
  /*ie8以下*/
  padding: 3px 6px 3px 23px;
  display: block;
  background-size: 12px;
  border-radius: 3px;
  text-decoration: none;
}
#mapArea .mapContainer > ul.prefectures li a:hover {
  color: #fff;
  background: #d32f2f url(/kokunai-tour/theme/train/common/image/map/icon_pin_on.svg) no-repeat 0.5em 0.5em;
  background: #d32f2f url(/kokunai-tour/theme/train/common/image/map/icon_pin_on.png) no-repeat 0.5em 0.5em \9;
  /*ie8以下*/
  background-size: 12px;
  text-decoration: none;
}
#mapArea .mapContainer .mapTop {
  position: absolute;
  top: 10px;
  right: 10px;
}
#mapArea .mapContainer .mapTop a {
  border: 1px solid #d32f2f;
  color: #d32f2f;
  background: white url(/kokunai-tour/theme/train/common/image/map/icon_backarrow_off.svg) no-repeat 0.5em 0.5em;
  background: white url(/kokunai-tour/theme/train/common/image/map/icon_backarrow_off.png) no-repeat 0.5em 0.5em \9;
  /*ie8以下*/
  padding: 3px 6px 3px 23px;
  display: block;
  background-size: 12px;
  border-radius: 3px;
  text-decoration: none;
}
#mapArea .mapContainer .mapTop a:hover {
  color: #fff;
  background: #d32f2f url(/kokunai-tour/theme/train/common/image/map/icon_backarrow_on.svg) no-repeat 0.5em 0.5em;
  background: #d32f2f url(/kokunai-tour/theme/train/common/image/map/icon_backarrow_on.png) no-repeat 0.5em 0.5em \9;
  /*ie8以下*/
  background-size: 12px;
  text-decoration: none;
}
#mapArea .mapContainer .otherBtn > .cityBtnList {
  position: absolute;
  background: #fff;
  border: 1px solid #d32f2f;
  padding: 1em;
  font-size: 0.8em;
  color: #d32f2f;
}
#mapArea .mapContainer .otherBtn > .cityBtnList:before, #mapArea .mapContainer .otherBtn > .cityBtnList:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#mapArea .mapContainer .otherBtn > .cityBtnList:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #d32f2f;
  border-width: 0.9em;
  margin-left: -0.9em;
}
#mapArea .mapContainer .otherBtn > .cityBtnList:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 0.75em;
  margin-left: -0.75em;
}
#mapArea .mapContainer .otherBtn > .cityBtnList > .ttl_area {
  border-bottom: 1px solid #d32f2f;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
}
#mapArea .mapContainer .otherBtn > .cityBtnList > .ttl_area i {
  font-weight: normal;
  padding-right: 0.25em;
}
#mapArea .mapContainer .otherBtn > .arrowBottom {
  /*吹き出し下*/
}
#mapArea .mapContainer .otherBtn > .arrowBottom:before, #mapArea .mapContainer .otherBtn > .arrowBottom:after {
  top: 100%;
  bottom: 0%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#mapArea .mapContainer .otherBtn > .arrowBottom:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom: none;
  border-top-color: #d32f2f;
  border-width: 0.9em;
  margin-left: -0.9em;
}
#mapArea .mapContainer .otherBtn > .arrowBottom:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom: none;
  border-top-color: #fff;
  border-width: 0.75em;
  margin-left: -0.75em;
}
#mapArea .mapContainer .otherBtn > .arrowLight {
  /*吹き出し右*/
}
#mapArea .mapContainer .otherBtn > .arrowLight:before, #mapArea .mapContainer .otherBtn > .arrowLight:after {
  bottom: 0%;
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#mapArea .mapContainer .otherBtn > .arrowLight:before {
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #d32f2f;
  border-width: 0.9em;
  margin-top: -0.9em;
  margin-left: 0;
}
#mapArea .mapContainer .otherBtn > .arrowLight:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 0.75em;
  margin-top: -0.75em;
  margin-left: 0;
}

/*バナーエリア////////////////////*/
#banner {
  border: none;
  position: relative;
  z-index: 999;
}
#banner p {
  /*color: #666;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.25em;*/
  margin-top: 0.75em;
}
#banner p a {
  display: block;
  background-color: #666;
  color: #fff;
  padding: 1.2em;
  text-align: center;
}
#banner p a:hover {
  text-decoration: none;
  opacity: 0.75;
}
#banner ul > li {
  margin-top: 0.75em;
  border: 1px solid #cccccc;
}
#banner ul > li:first-child {
  margin-top: 0;
  background: #fff;
}
#banner ul > li img {
  height: 100%;
}

/*inner-infomation おすすめ情報エリア////////////////////*/
/*外枠設定////////////////////////////////////*/
.areaGroupContents {
  border: none;
  margin-top: 1em;
}
.areaGroupContents > .ttl_area {
  position: relative;
}
.areaGroupContents .areaGroup_ttl {
  display: table;
  width: 100%;
  margin: 0 0 -1em 0;
  background-color: #3F3227;
  color: #fff;
  padding: 0.5em 1em;
}
.areaGroupContents .areaGroup_ttl h2, .areaGroupContents .areaGroup_ttl nav {
  display: table-cell;
}
.areaGroupContents .areaGroup_ttl nav {
  margin: 0 1em;
  width: 60%;
  text-align: right;
}
.areaGroupContents .areaGroup_ttl nav ul > li {
  padding-left: 0.25em;
  line-height: 2em;
}
.areaGroupContents .areaGroup_ttl nav ul > li a {
  border-radius: 2px;
  display: block;
  background-color: #A87245;
  color: #fff;
  padding: 0.25em;
  text-align: center;
}
.areaGroupContents .areaGroup_ttl nav ul > li a:hover {
  text-decoration: none;
  opacity: 0.75;
}
.areaGroupContents .areaGroup_ttl nav ul > li:first-child {
  padding-left: 0;
}
.areaGroupContents .areaGroup_ttl nav ul .none {
  box-sizing: border-box;
  border: #a87245 1px solid;
  background-color: #3F3227;
  color: #A87245;
  pointer-events: none;
}

/*内枠設定(方面ページなら都道府県,都道府県ページなら都市)////////////////////////////////////*/
.areaContents {
  background-color: #F2EFED;
  margin-top: 1.5em;
  /*おすすめ情報グリッド*/
}
.areaContents > .ttl_area {
  position: relative;
  background-color: #A87245;
  padding: 0.5em 1em;
  border-top: #3f3227 solid 5px;
}
.areaContents > .ttl_area h3 {
  font-weight: bold;
  color: #fff;
  font-size: 1.2em;
}
.areaContents > .first:after {
  bottom: 15%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #3F3227;
  border-width: 2em;
  margin-left: -2em;
}
.areaContents .areaDetail {
  padding: 0.75em;
  width: 100%;
}
.areaContents .areaDetail .btn_tour {
  text-align: center;
  margin: 0.75em auto;
  display: table;
  width: 98%;
}
.areaContents .areaDetail .btn_tour span {
  display: table-cell;
}
.areaContents .areaDetail .btn_tour span a {
  width: 100%;
}
.areaContents .areaDetail .btn_tour .mainBtn {
  width: 60%;
  padding-right: 1em;
}
.areaContents .areaDetail .btn_tour .subBtn {
  width: 40%;
}
.areaContents .areaDetail .btn_tour .subBtnMany {
  width: auto;
  padding-right: 1em;
  font-size: 0.8em;
}
.areaContents .areaDetail .btn_tour .subBtnMany:last-child {
  padding-right: 0;
}
.areaContents .areaDetail .btn_tour a {
  width: 60%;
  font-size: 1.5em;
  font-weight: bold;
  background-color: #d32f2f;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}
.areaContents .areaDetail .btn_tour a:hover {
  text-decoration: none;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25) inset;
}

/*おすすめ情報＆LPリンク共通設定*/
figure {
  border: 1px solid #cccccc;
  margin: 0.75em;
  background-color: #fff;
}

figcaption {
  padding: 1em;
  font-size: 0.9em;
}
figcaption > .ttl_area {
  display: table;
  width: 100%;
  margin-bottom: 0.75em;
}
figcaption > .ttl_area h5 {
  display: table-cell;
  font-weight: bold;
  font-size: 1.2em;
  width: 40%;
  line-height: 1.2em;
}
figcaption > .ttl_area .longTitle {
  width: 45%;
}
figcaption > .ttl_area .shortTitle {
  width: 38%;
}
figcaption > .ttl_area .set_figCategory {
  display: table-cell;
  font-size: 0.9em;
  text-align: right;
  /*アイコン*/
}
figcaption > .ttl_area .set_figCategory > span {
  padding: 0 0.5em;
  margin-left: 0.1em;
}
figcaption > .ttl_area .set_figCategory .first {
  margin-left: 0;
}
figcaption > .ttl_area .set_figCategory > .area {
  background-color: #A87245;
  color: #fff;
}
figcaption > .ttl_area .set_figCategory > .grumet {
  background-color: #cbb994;
  color: #716246;
}
figcaption > .ttl_area .set_figCategory > .spot {
  background-color: #BFE4D8;
  color: #1D9C72;
}
figcaption > .ttl_area .set_figCategory > .amusement {
  background-color: #FABFCD;
  color: #EE386E;
}
figcaption > .ttl_area .set_figCategory > .relax {
  background-color: #BFD3E4;
  color: #1C6DBB;
}
figcaption > .ttl_area .set_figCategory > .active {
  background-color: #ffd3a8;
  color: #ff7f00;
}
figcaption > .ttl_area .set_figCategory > .shopping {
  background-color: #D5C5E0;
  color: #8D54E2;
}

/*LPリンクグリッド*/
.link_area {
  margin: 0.75em;
}
.link_area h4 {
  color: #3F3227;
  border-bottom: 2px dotted #3f3227;
  font-weight: bold;
  font-size: 1.2em;
}
.link_area a {
  display: block;
  color: #666;
}
.link_area a:hover {
  opacity: 0.75;
}
.link_area ul {
  padding: 0.5em 0;
}
.link_area figure {
  border-radius: 5px;
  position: relative;
}
.link_area figure > .new {
  position: absolute;
  width: 3em;
  padding: 0 0.5em;
  margin-left: 0.1em;
  background-color: #22B270;
  color: #fff;
  top: 0.5em;
  right: 0.5em;
}
.link_area figcaption {
  padding: 0.75em;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 0.75em;
}
.link_area figcaption .set_figCategory {
  position: absolute;
  display: table;
  top: -2.25em;
}
.link_area figcaption .set_figCategory > span {
  padding: 0.2em 0.4em;
  margin-left: 0.1em;
}
.link_area figcaption .set_figCategory .first {
  margin-left: 0;
}
.link_area figcaption .set_figCategory > .area {
  background-color: #A87245;
  color: #fff;
}
.link_area figcaption h5 {
  font-size: 1.2em;
  padding: 0.25em 0;
  font-weight: bold;
}

/* 各エリア個別設定 -----------------------------*/
/*---------------------------*/
/* top*/
/*---------------------------*/
#topArea .areaGroup_ttl .leadTxt {
  display: table-cell;
  text-align: right;
  line-height: 2em;
}
#topArea .areaGroup_ttl:after {
  top: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #3F3227;
  border-width: 1em;
  margin-left: -1em;
}
#topArea .areaContents {
  background: none;
}
#topArea .icon-snow {
  font-size: 0.5em;
  padding-right: 0;
}
#topArea #allAreaList {
  display: none;
}

/*---------------------------*/
/*kyushu 九州*/
/*---------------------------*/
#kyushuArea section nav ul {
  margin-left: 12.5%;
}

/*fukuokaArea*/
#fukuokaArea section nav ul {
  /*margin-left:50%;*/
}

/*kumamotoArea*/
#kumamotoArea section nav ul {
  /*margin-left:50%;*/
}

/*nagasakiArea*/
#nagasakiArea section nav ul {
  margin-left: 12.5%;
  font-size: 0.75em;
  padding: 0.5em;
}

/*oitaArea*/
#oitaArea section nav ul {
  /*margin-left:50%;*/
}

/*---------------------------*/
/*saninsanyo 山陰山陽*/
/*---------------------------*/
#saninsanyoArea section nav ul {
  margin-left: 16.66%;
}

/*oitaArea*/
#shimaneArea section nav ul {
  margin-left: 25%;
}

/*---------------------------*/
/*kinkiArea 近畿*/
/*---------------------------*/
/*---------------------------*/
/*hokurikutokai 北陸･東海*/
/*---------------------------*/
#hokurikutokaiArea section nav ul {
  margin-left: 12.5%;
}

/*---------------------------*/
/*kantokoshinetsu 関東･甲信越*/
/*---------------------------*/
#kantokoshinetsuArea section nav ul {
  font-size: 0.9em;
  margin-left: 13%;
}

/*contentWrapper***********************************/
/* IE用ハック */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #pageHeader #select_dep dl > dd.now:after {
    top: 200%;
  }

  #searchArea .set_dep #TourArrAreaGroupCode, #searchArea .set_dep #TourArrCityCode, #searchArea .set_arrArea #TourArrAreaGroupCode, #searchArea .set_arrArea #TourArrCityCode {
    width: 33%;
  }
  #searchArea .submitBox button {
    width: 65%;
  }
  #searchArea #search_form p > span {
    width: 100%;
  }
  #searchArea #search_form p > input {
    width: 95%;
  }
}
/******************************************************************************************/
/******************************************************************************************/
/*Media Queries****************************************************************************/
/******************************************************************************************/
/******************************************************************************************/
@media screen and (max-width: 64em) {
  /* < 1024　スマホ横画面・タブレット用 */
  #train {
    padding: 0.5em;
  }

  .pageWrapper {
    width: 100%;
  }

  #sns {
    width: 100%;
    position: absolute;
    top: -3em;
    bottom: auto;
    height: auto;
    margin: 0.25em auto;
    padding: 0.25em 0.25em 0;
    background-color: #fff;
  }

  figure {
    margin: 0.5em 0;
  }

  #pageHeader .image-train {
    display: none;
  }
  #pageHeader .ttl_area-black, #pageHeader .ttl_area-white {
    margin: 5em 0 0;
    font-size: 0.75em;
  }
  #pageHeader #select_dep {
    width: 100%;
    margin: 0.5em 0 0;
    height: auto;
    position: static;
    font-size: 0.75em;
  }
  #pageHeader #select_dep dl {
    position: static;
    width: 100%;
  }
  #pageHeader #select_dep dl dt {
    padding: 0 0.75em;
    font-size: 1em;
    text-align: center;
  }
  #pageHeader #select_dep dl dd {
    padding: 0.5em 0.75em;
    font-size: 1em;
    text-align: center;
  }
  #pageHeader #select_dep dl dd.now {
    padding: 0 0.5em;
    font-size: 1.2em;
  }
  #pageHeader #topicPath {
    display: block;
    width: 100%;
    padding: 0.5em;
    margin-top: 0.25em;
    line-height: 1;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
  }
  #pageHeader #topicPath ul {
    display: table;
  }
  #pageHeader #topicPath ul li {
    display: table-cell;
    margin-left: 1em;
  }
  #pageHeader #topicPath ul li:before {
    content: ">";
    padding: 0.25em 0.5em;
    font-size: 1em;
  }
  #pageHeader #topicPath ul li:first-child {
    margin-left: 0;
  }
  #pageHeader #topicPath ul li:first-child:before {
    content: "";
    padding: 0;
  }
  #pageHeader #topicPath ul li a:hover {
    color: #d32f2f;
  }
  #pageHeader #topicPath ul .now {
    font-weight: bold;
    pointer-events: none;
    text-decoration: none;
    font-size: 1.1em;
    color: #000;
  }
  #pageHeader #topicPath .ttl_area-black {
    color: #000;
    font-size: 0.9em;
    margin-top: 0;
  }

  .contentWrapper {
    padding: 1em 0;
  }
  .contentWrapper #mainContent ul.pure-g > .pure-u-12-24, .contentWrapper #mainContent ul.pure-g .pure-u-5-24 {
    display: none;
  }
  .contentWrapper #mainContent ul.pure-g > .pure-u-7-24 {
    width: 100%;
  }
  .contentWrapper #mainContent #searchArea .set_other .set_traffic .inner .radio-group {
    width: auto;
  }
  .contentWrapper #mainContent #searchArea .set_other .set_traffic .inner .radio-group .inner p > label {
    padding: 0.3em 0.6em;
  }
  .contentWrapper #mainContent #searchArea .submitBox button {
    margin-right: 0.5em;
    margin-top: 0;
  }
  .contentWrapper #mainContent #searchArea .submitBox p {
    width: 33.33%;
    padding: 0 0.5em;
  }
  .contentWrapper #mainContent #searchArea #search_form p > input {
    margin-right: 0.9em;
  }
  .contentWrapper #mainContent #big_banner {
    display: none;
  }
  .contentWrapper #mainContent .areaGroupContents .areaGroup_ttl {
    padding: 0.5em;
  }
  .contentWrapper #mainContent .areaGroupContents .areaGroup_ttl h2 {
    display: block;
    font-size: 1.2em;
  }
  .contentWrapper #mainContent .areaGroupContents .areaGroup_ttl p {
    display: block;
    text-align: left;
    line-height: 1.4em;
  }
  .contentWrapper #mainContent .areaGroupContents .areaGroup_ttl nav {
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
  }
  .contentWrapper #mainContent .areaGroupContents .areaGroup_ttl nav ul {
    margin-left: 0;
  }
  .contentWrapper #mainContent .areaGroupContents .areaGroup_ttl nav ul li {
    padding-top: 0.25em;
  }
  .contentWrapper #mainContent .areaGroupContents .areaGroup_ttl nav ul li:nth-child(3n+1) {
    padding-left: 0;
  }
  .contentWrapper #mainContent .areaGroupContents .areaContents .areaDetail ul {
    margin-left: -0.25em;
  }
  .contentWrapper #mainContent .areaGroupContents .areaContents .areaDetail ul li {
    padding-left: 0.5em;
  }
  .contentWrapper #mainContent .areaGroupContents .areaContents .areaDetail ul li figcaption > .ttl_area h5 {
    font-size: 1em;
  }
  .contentWrapper #mainContent .areaGroupContents .areaContents .areaDetail .btn_tour {
    display: block;
  }
  .contentWrapper #mainContent .areaGroupContents .areaContents .areaDetail .btn_tour span {
    display: block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 1em;
  }
  .contentWrapper #mainContent .areaGroupContents .areaContents .areaDetail .btn_tour span:last-child {
    margin-bottom: 0;
  }
  .contentWrapper #mainContent .areaGroupContents .areaContents .areaDetail .btn_tour a {
    width: 80%;
    font-size: 1.2em;
  }
  .contentWrapper #mainContent .areaGroupContents .areaContents .link_area h4 {
    font-size: 1em;
  }
  .contentWrapper #mainContent .areaGroupContents .areaContents .link_area ul li {
    padding-left: 0.5em;
    font-size: 1.15em;
  }
  .contentWrapper #mainContent .areaGroupContents .areaContents .first:after {
    bottom: 0%;
    left: 50%;
  }
  .contentWrapper #mainContent #topArea #allAreaList {
    display: block;
    margin-bottom: 0.5em;
  }
  .contentWrapper #mainContent #topArea #allAreaList:after {
    display: none;
  }
}
@media screen and (max-width: 35.5em) {
  /* < 568px　スマホ用 */
  .contentWrapper #mainContent .areaGroupContents .areaGroup_ttl nav ul li {
    padding-top: 0.25em;
  }
  .contentWrapper #mainContent .areaGroupContents .areaGroup_ttl nav ul li:nth-child(3n+1) {
    padding-left: 0.25em;
  }
  .contentWrapper #mainContent .areaGroupContents .areaGroup_ttl nav ul li:nth-child(2n+1) {
    padding-left: 0;
  }
  .contentWrapper #mainContent .areaGroupContents .areaContents .areaDetail ul {
    margin-left: 0;
  }
  .contentWrapper #mainContent .areaGroupContents .areaContents .areaDetail ul li {
    padding-left: 0;
  }
  .contentWrapper #mainContent .areaGroupContents .areaContents .link_area h4 {
    font-size: 1em;
  }
  .contentWrapper #mainContent .areaGroupContents .areaContents .link_area ul li {
    padding-left: 0;
  }
  .contentWrapper #mainContent .areaGroupContents .areaContents .first:after {
    bottom: 0%;
    left: 50%;
  }
  .contentWrapper #mainContent .areaGroupContents #topArea #allAreaList {
    display: block;
    margin-bottom: 0.5em;
  }
  .contentWrapper #mainContent .areaGroupContents #topArea #allAreaList:after {
    display: none;
  }
}
/******************************************************************************************/
/******************************************************************************************/
/******************************************************************************************/
/******************************************************************************************/
