@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: #fc0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid white;
  box-shadow: 0 0 0 1px #ffcc00;
}
#page-top p:hover {
  background: #b6de28;
  border: 1px solid white;
  box-shadow: 0 0 0 1px #b6de28;
}

#move-page-top {
  color: #000;
  line-height: 1.2;
  padding: 20px 0;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

/*webicon設定*/
body {
  overflow: hidden;
}

/*pure使用時フォント設定*/
form, .pure-g > li, figcaption {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif !important;
}

/*背景画像*/
#wrapper {
  background-color: #F9EC9C;
  margin: 0 auto;
}

/*webicon設定*/
.fa {
  padding-right: 0.25em;
}

.whhg {
  font-weight: normal;
  padding-right: 0.25em;
}

/*ボタンなどのリンク text-decoration: none;*/
nav a {
  text-decoration: none;
}
nav a:hover {
  text-decoration: none;
}
nav a:active {
  text-decoration: none;
}
nav a:focus {
  text-decoration: none;
}

figure {
  margin: 0;
}

.btn_blue {
  color: #fff;
  background: #08f;
}
.btn_blue:hover {
  color: #fff;
  text-decoration: none;
}
.btn_blue:active {
  text-decoration: none;
}
.btn_blue:focus {
  text-decoration: none;
}
.btn_blue:visited {
  color: #fff;
  text-decoration: none;
}

.btn_gray {
  color: #fff;
  background: #999;
  padding: 6px;
}
.btn_gray:hover {
  color: #fff;
  background: #999;
  text-decoration: none;
}
.btn_gray:active {
  color: #fff;
  background: #999;
  text-decoration: none;
}
.btn_gray:focus {
  color: #fff;
  background: #999;
  text-decoration: none;
}
.btn_gray:visited {
  color: #fff;
  background: #999;
  text-decoration: none;
}
/******************************************************/
/*パーツ設定**********************************************/
/******************************************************/
#limitedtime {
  *zoom: 1;
  background: #f9ec9c url(/kokunai-tour/theme/limitedtime/common/image/bg_limitedtime.png) center top no-repeat;
  color: #999;
  width: 100%;
  margin: 0 auto;
}
#limitedtime:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
  clear: both;
}

.pageWrapper {
  *zoom: 1;
  margin: 0 auto;
  position: relative;
}
.pageWrapper:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
  clear: both;
}
.pageWrapper img {
  width: 100%;
}

.inner, .inner-cpInfomation, .inner-hgInfomation, #topicPath {
  width: 1120px;
  *zoom: 1;
  margin: 0 auto;
  position: relative;
  padding: 1em;
}
.inner:after, .inner-cpInfomation:after, .inner-hgInfomation:after, #topicPath:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
  clear: both;
}

/*sns設定*/
#sns {
  margin: 0;
  position: absolute;
  width: 265px;
  right: 0;
  top: 2em;
  *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;
}

/*ぱんくず設定*/
#topicPath {
  padding-bottom: 0;
  line-height: 1;
  font-size: 0.8em;
}
#topicPath ul li {
  display: inline-block;
  color: #000;
}
#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;
}
#topicPath ul li a {
  text-decoration: none;
}

/*モーダルウインドウ設定*/
.remodal .inner {
  width: 100%;
  padding: 0;
}

.remodal-close {
  top: -1em;
  right: -1em;
  left: auto;
}
.remodal-close:before {
  content: "";
}
.remodal-close .fa {
  font-size: 2.5em;
  background-color: #fff;
  border-radius: 2.5em;
  padding: 3px;
  box-shadow: 0px 0px 10px -3px black;
  width: 40px;
}

/*交通マーク*/
.plane, .train {
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  display: inline-block;
}
.plane .fa, .train .fa {
  padding: 0.3em;
}

.plane {
  background-color: #1588d3;
}

.train {
  background-color: #1b882f;
}

/******************************************************/
/*pageHeader*******************************************/
/******************************************************/
#pageHeader {
  margin: 0 auto;
}
#pageHeader .inner {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#pageHeader .ttl_area {
  display: table;
}
#pageHeader .ttl_area h1, #pageHeader .ttl_area h2 {
  display: table-cell;
  width: 50%;
}
#pageHeader .ttl_area h2 {
  vertical-align: top;
}
#pageHeader .ttl_area h2 img {
  margin-top: 3.5em;
}

/******************************************************/
/*contentWrapper***************************************/
/******************************************************/
.contentWrapper {
  /*共通*/
}
.contentWrapper .inner-cpInfomation, .contentWrapper .inner-hgInfomation {
  padding: 0 1em 1em;
}
.contentWrapper .ttl_area {
  font-weight: bold;
  color: #fff;
  background-color: #000;
  padding: 0.5em;
  display: table;
  width: 100%;
  line-height: 1.4;
}
.contentWrapper .ttl_area h3 {
  display: table-cell;
  width: auto;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.1em 0 0 0.25em;
}
.contentWrapper .ttl_area .ttl_caption {
  display: table-cell;
  width: 50%;
  text-align: right;
}

/*****************************/
/*キャンペーン情報*/
/*****************************/
.inner-cpInfomation > ul {
  background-color: #ededed;
  border: black 3px solid;
  width: 100%;
  padding: 0 0.5em;
}
.inner-cpInfomation > ul > li {
  padding: 1em 0.5em;
}
.inner-cpInfomation > ul > li .area-modal {
  border: 1px #cccccc solid;
  display: block;
  text-decoration: none;
  background-color: #fff;
  cursor: pointer;
}
.inner-cpInfomation > ul > li .area-modal:hover, .inner-cpInfomation > ul > li .area-modal:visited {
  color: #04c;
}
.inner-cpInfomation > ul > li .area-modal:hover {
  opacity: 0.75;
}
.inner-cpInfomation > ul > li > .oterCP {
  position: absolute;
  top: 1em;
  width: 100%;
}
.inner-cpInfomation > ul > li > .oterCP > li {
  padding: 0 0.5em 0.5em;
}
.inner-cpInfomation > ul > li > .oterCP > li > span {
  border: 1px #cccccc solid;
  display: block;
  text-decoration: none;
  background-color: #fff;
  cursor: pointer;
}
.inner-cpInfomation > ul > li > .oterCP > li > span:hover, .inner-cpInfomation > ul > li > .oterCP > li > span:visited {
  color: #04c;
}
.inner-cpInfomation > ul > li > .oterCP > li > span:hover {
  opacity: 0.75;
}
.inner-cpInfomation > ul > li > .oterCP .last {
  padding-bottom: 0;
}
.inner-cpInfomation > ul .last {
  position: relative;
  padding: 0;
}
.inner-cpInfomation .update {
  display: none;
}

/*共通*/
.inner-cpDetail {
  width: 100%;
}
.inner-cpDetail .imageArea .cp_date {
  background-color: #000;
  color: #fff;
  padding: 0 0.25em;
  text-align: center;
  font-size: 0.85em;
  line-height: 1.75;
  margin-bottom: 0.25em;
}
.inner-cpDetail .imageArea .cp_date dt, .inner-cpDetail .imageArea .cp_date dd {
  display: inline;
}
.inner-cpDetail .imageArea .cp_date dt:after {
  content: ":";
  padding: 0 0.25em 0 0.5em;
}
.inner-cpDetail figcaption ul {
  font-size: 0.85em;
  padding: 0 0 0.5em;
}
.inner-cpDetail figcaption ul > li {
  line-height: 1.75;
  padding-top: 0.25em;
  margin-bottom: 0.25em;
}
.inner-cpDetail figcaption ul .cp_hg {
  padding: 0 0.5em;
  text-align: left;
  display: inline-block;
  float: left;
}
.inner-cpDetail figcaption ul .cp_hg span {
  color: #fff;
  padding: 0 0.5em;
  margin-right: 0.05em;
  background-color: #666;
  border-radius: 3px;
}
.inner-cpDetail figcaption ul .cp_description {
  display: block;
  clear: both;
}
.inner-cpDetail figcaption ul .cp_description dl dt {
  font-size: 1.25em;
  font-weight: bold;
  color: #000;
  line-height: 1.25;
  margin-bottom: 0;
  padding: 0 0.5em;
}
.inner-cpDetail figcaption ul .cp_description dl dd {
  text-align: left;
}
.inner-cpDetail figcaption ul .cp_tour dl {
  display: table;
}
.inner-cpDetail figcaption ul .cp_tour dl dt, .inner-cpDetail figcaption ul .cp_tour dl dd {
  display: table-cell;
}
.inner-cpDetail figcaption ul .cp_tour dl dt {
  width: 30%;
}

/*リスト*/
.list_cp .inner-cpDetail figcaption ul .cp_description dl dt {
  font-size: 1em;
}
.list_cp .inner-cpDetail figcaption ul .cp_description dl dd {
  display: none;
}
.list_cp .inner-cpDetail figcaption ul .cp_tour {
  display: none;
}

/*その他リスト*/
.list_cp > li .oterCP li .inner-cpDetail img {
  display: none;
}
.list_cp > li .oterCP li .inner-cpDetail figcaption ul .cp_hg {
  display: none;
}
.list_cp > li .oterCP li .inner-cpDetail figcaption ul .cp_description dl dt {
  font-size: 1em;
}
.list_cp > li .oterCP li .inner-cpDetail figcaption ul .cp_description dl dd {
  display: none;
}
.list_cp > li .oterCP li .inner-cpDetail figcaption ul .cp_tour {
  display: none;
}

/*詳細*/
.detail_cp .inner-cpDetail {
  display: table;
}
.detail_cp .inner-cpDetail .imageArea, .detail_cp .inner-cpDetail figcaption {
  display: table-cell;
}
.detail_cp .inner-cpDetail figcaption {
  vertical-align: top;
  width: 55%;
  padding: 0 0.5em;
}
.detail_cp .inner-cpDetail figcaption ul {
  padding: 0;
}
.detail_cp .inner-cpDetail figcaption ul .cp_description dl dt {
  margin-bottom: 0.5em;
}
.detail_cp .inner-cpDetail figcaption ul .cp_description dl dd {
  padding: 0 0.5em;
}
.detail_cp .inner-cpDetail figcaption ul .cp_tour dl {
  border: 1px solid #cccccc;
  width: 100%;
  margin-bottom: 0.5em;
}
.detail_cp .inner-cpDetail figcaption ul .cp_tour dl dt {
  position: relative;
  background-color: #ccc;
  padding: 0 0.5em;
  vertical-align: middle;
}
.detail_cp .inner-cpDetail figcaption ul .cp_tour dl dt:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(204, 204, 204, 0);
  border-left-color: #ccc;
  border-width: 10px;
  margin-top: -10px;
}
.detail_cp .inner-cpDetail figcaption ul .cp_tour dl dd {
  padding-top: 0.5em;
}
.detail_cp .inner-cpDetail figcaption ul .cp_tour dl dd a {
  margin-bottom: 0.5em;
}

/*****************************/
/*方面別*/
/*****************************/
.inner-hgInfomation .homenGroupContents .homenGroup_ttl {
  padding-bottom: 0;
}
.inner-hgInfomation .homenGroupContents .homenGroup_ttl h3 {
  width: 25%;
  vertical-align: middle;
}
.inner-hgInfomation .homenGroupContents .homenGroup_ttl .areaNav {
  width: 100%;
}
.inner-hgInfomation .homenGroupContents .homenGroup_ttl .areaNav ul {
  line-height: 2.6em;
}
.inner-hgInfomation .homenGroupContents .homenGroup_ttl .areaNav ul li {
  padding: 0 0.25em 0.5em;
}
.inner-hgInfomation .homenGroupContents .homenGroup_ttl .areaNav ul li a {
  display: block;
  padding: 0 0.25em;
  border-radius: 3px;
  text-align: center;
  background-color: #fff;
  color: #000;
  line-height: 2.2 !important;
}
.inner-hgInfomation .homenGroupContents .homenGroup_ttl .areaNav ul li .active {
  background-color: #fc0;
}
.inner-hgInfomation .homenGroupContents .homenContents {
  background-color: #ededed;
  border: black 3px solid;
  width: 100%;
  padding: 0 1em;
}
.inner-hgInfomation .homenGroupContents .homenContents .inner-homen {
  padding: 1em 0;
}
.inner-hgInfomation .homenGroupContents .homenContents .inner-homen .ttl_area {
  background-color: #fff;
  border-top: 3px solid black;
  border-bottom: 3px solid black;
  padding: 0.5em;
  margin-bottom: 1em;
}
.inner-hgInfomation .homenGroupContents .homenContents .inner-homen .ttl_area h4 {
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
}
.inner-hgInfomation .homenGroupContents .homenContents .inner-homen .homenWrapper ul li {
  padding: 0.5em;
}
.inner-hgInfomation .homenGroupContents .homenContents .inner-homen .homenWrapper ul li .homenDetail {
  background: #fff;
  display: table;
  width: 100%;
}
.inner-hgInfomation .homenGroupContents .homenContents .inner-homen .homenWrapper ul li .homenDetail figure {
  display: table-cell;
  width: 155px;
  height: 115px;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.inner-hgInfomation .homenGroupContents .homenContents .inner-homen .homenWrapper ul li .homenDetail figure img {
  vertical-align: top;
  height: 100%;
}
.inner-hgInfomation .homenGroupContents .homenContents .inner-homen .homenWrapper ul li .homenDetail .inner-detail {
  display: table-cell;
  width: 70%;
  padding: 0.5em;
}
.inner-hgInfomation .homenGroupContents .homenContents .inner-homen .homenWrapper ul li .homenDetail .inner-detail .ttl_area {
  border: none;
  color: #000;
  padding-top: 0;
  margin: 0;
}
.inner-hgInfomation .homenGroupContents .homenContents .inner-homen .homenWrapper ul li .homenDetail .inner-detail .ttl_area h5 {
  font-weight: bold;
}
.inner-hgInfomation .homenGroupContents .homenContents .inner-homen .homenWrapper ul li .homenDetail .inner-detail .ttl_area h5 span {
  font-weight: normal;
  font-size: 0.85em;
}
.inner-hgInfomation .homenGroupContents .homenContents .inner-homen .homenWrapper ul li .homenDetail .inner-detail .ttl_area p {
  font-weight: normal;
  font-size: 0.8em;
  padding-left: 1.25em;
}
.inner-hgInfomation .homenGroupContents .homenContents .inner-homen .homenWrapper ul li .homenDetail .inner-detail .city {
  padding: 0 0.5em 0.5em 1.25em;
}
.inner-hgInfomation .homenGroupContents .homenContents .inner-homen .homenWrapper ul li .homenDetail .inner-detail .city li {
  padding: 0;
}
.inner-hgInfomation .homenGroupContents .homenContents .inner-homen .homenWrapper ul li .homenDetail .inner-detail .city li .fa-chevron-right {
  color: #000;
}
.inner-hgInfomation .homenGroupContents .homenContents .inner-homen .homenWrapper ul li .homenDetail .inner-detail .city li .train, .inner-hgInfomation .homenGroupContents .homenContents .inner-homen .homenWrapper ul li .homenDetail .inner-detail .city li .plane {
  font-size: 0.85em;
}

/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/*TOPのみ*/
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
#topContents .inner-cpInfomation .update {
  display: block;
  position: absolute;
  background: url(/kokunai-tour/theme/limitedtime/common/image/bg_update.png) center center no-repeat;
  background-size: 100% auto;
  width: 200px;
  height: 200px;
  top: -4.5em;
  right: 0;
  transform: rotate(9deg);
}
#topContents .inner-cpInfomation .update > dl {
  font-weight: bold;
  color: #000;
  line-height: 1;
  margin-top: 5em;
  text-align: center;
}
#topContents .inner-cpInfomation .update > dl dt {
  font-size: 2em;
}
#topContents .inner-cpInfomation .update > dl dd {
  font-size: 2.6em;
}
#topContents .inner-cpInfomation > ul > li > .oterCP {
  top: auto;
  bottom: 1em;
}
#topContents .ttl_area .ttl_caption {
  text-align: left;
}
#topContents .topMenu {
  background-color: #ededed;
  border: black 3px solid;
  width: 100%;
  padding: 0 1em;
}
#topContents .topMenu .inner {
  width: 100%;
  padding: 1em 0;
}
#topContents .topMenu .inner ul li {
  padding: 0 0.25em 0.5em;
}
#topContents .topMenu .inner ul li a {
  display: block;
  border: 1px black solid;
  border-top: 5px black solid;
  border-bottom: 2px black solid;
}

/******************************************************/
/*pageFooter*******************************************/
/*****************************r*************************/
#pageFooter {
  *zoom: 1;
  margin: 3em 0 1em;
  background-color: #fff;
  padding-top: 1em;
}
#pageFooter:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
  clear: both;
}
#pageFooter #relationLink .ttl_area {
  border-bottom: solid 2px black;
  margin-bottom: 1em;
  display: table;
  width: 100%;
}
#pageFooter #relationLink .ttl_area h3, #pageFooter #relationLink .ttl_area p {
  display: table-cell;
  width: 45%;
  color: #000;
}
#pageFooter #relationLink .ttl_area h3 {
  font-weight: bold;
  font-size: 1.5em;
}
#pageFooter #relationLink .ttl_area p {
  text-align: right;
  width: 55%;
}
#pageFooter #relationLink ul {
  width: 100%;
}
#pageFooter #relationLink ul li {
  padding: 0.5em;
  text-align: center;
}

/******************************************************************************************/
/******************************************************************************************/
/*Media Queries****************************************************************************/
/******************************************************************************************/
/******************************************************************************************/
/* < 1024　スマホ横画面・タブレット用 */
@media screen and (max-width: 64em) {
  #wrapper {
    background-color: #fff;
    margin: 0 auto;
  }

  #limitedtime {
    padding: 0.5em;
    padding-top: 2em;
  }

  .pageWrapper {
    width: 100%;
  }

  #sns {
    width: 100%;
    position: absolute;
    top: -3.5em;
    bottom: auto;
    height: auto;
    margin: 0.25em auto;
    padding: 0.25em 0.25em 0;
    background-color: #fff;
  }

  .inner, .inner-cpInfomation, .inner-hgInfomation {
    width: 100%;
    *zoom: 1;
    margin: 0 auto;
    position: relative;
    padding: 1em;
  }
  .inner:after, .inner-cpInfomation:after, .inner-hgInfomation:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "";
    clear: both;
  }

  #pageHeader .ttl_area h2 img {
    margin-top: 0em;
  }

  .inner-cpInfomation .update {
    width: 140px !important;
    height: 140px !important;
    top: -5.5em !important;
  }
  .inner-cpInfomation .update > dl {
    margin-top: 3.75em !important;
  }
  .inner-cpInfomation .update > dl dt, .inner-cpInfomation .update > dl dd {
    font-size: 1.75em !important;
  }
  .inner-cpInfomation .ttl_area .ttl_caption {
    display: none;
  }
  .inner-cpInfomation .list_cp .inner-cpDetail .imageArea .cp_date {
    font-size: 0.75em;
    line-height: 1.2;
    padding: 0.25em 0;
  }
  .inner-cpInfomation .list_cp .inner-cpDetail figcaption .cp_hg {
    font-size: 0.75em;
  }

  .inner-hgInfomation .homenGroupContents .homenGroup_ttl .areaNav ul {
    margin-right: 0 !important;
  }
  .inner-hgInfomation .homenGroupContents .homenGroup_ttl .areaNav ul li {
    padding-bottom: 0.25em;
  }
  .inner-hgInfomation .homenGroupContents .homenContents .inner-homen .homenWrapper ul li .homenDetail figure {
    width: 140px;
    height: 97px;
  }
  .inner-hgInfomation .homenGroupContents .homenContents .inner-homen .homenWrapper ul li .homenDetail .inner-detail {
    width: 60%;
    padding-bottom: 0;
    padding-left: 0;
  }
  .inner-hgInfomation .homenGroupContents .homenContents .inner-homen .homenWrapper ul li .homenDetail .inner-detail .city {
    padding: 0 0 0.5em 1.25em;
    width: 100%;
    font-size: 0.9em;
  }
  .inner-hgInfomation .homenGroupContents .homenContents .inner-homen .homenWrapper ul li .homenDetail .inner-detail .city > li {
    padding: 0.25em 0;
  }

  #pageFooter {
    margin-top: 1em;
    padding-top: 0;
  }
  #pageFooter #relationLink .ttl_area p {
    font-size: 0.85em;
  }
}
/* < 568px　スマホ用 */
@media screen and (max-width: 35.5em) {
  #pageHeader .ttl_area h1, #pageHeader .ttl_area h2 {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #pageHeader .ttl_area h1 img, #pageHeader .ttl_area h2 img {
    margin: 0;
  }
  #pageHeader .ttl_area h2 {
    margin-top: -1em;
  }

  .contentWrapper #mainContent .inner-cpInfomation {
    margin-top: 1em;
  }
  .contentWrapper #mainContent .inner-cpInfomation .update {
    width: 100px !important;
    height: 100px !important;
    top: -2.5em !important;
  }
  .contentWrapper #mainContent .inner-cpInfomation .update > dl {
    margin-top: 2.5em !important;
  }
  .contentWrapper #mainContent .inner-cpInfomation .update > dl dt, .contentWrapper #mainContent .inner-cpInfomation .update > dl dd {
    font-size: 1.25em !important;
  }
  .contentWrapper #mainContent .inner-cpInfomation .ttl_area h3 {
    font-size: 1.2em;
  }
  .contentWrapper #mainContent .inner-cpInfomation .ttl_area .ttl_caption {
    display: none;
  }
  .contentWrapper #mainContent .inner-cpInfomation > ul > li {
    padding: 0.5em;
  }
  .contentWrapper #mainContent .inner-cpInfomation > ul > li > .oterCP {
    position: static;
    display: block;
  }
  .contentWrapper #mainContent .inner-cpInfomation > ul > li > .oterCP > li {
    padding: 0 0 0.5em;
  }
  .contentWrapper #mainContent .inner-hgInfomation .homenGroupContents .homenGroup_ttl h3 {
    display: block;
    width: 100%;
  }
  .contentWrapper #mainContent .homenContents .inner-homen .homenWrapper ul li .homenDetail {
    display: block;
  }
  .contentWrapper #mainContent .homenContents .inner-homen .homenWrapper ul li .homenDetail figure {
    display: block;
    width: 100%;
    height: auto;
  }

  #pageFooter #relationLink .ttl_area {
    display: block;
  }
  #pageFooter #relationLink .ttl_area h3, #pageFooter #relationLink .ttl_area p {
    display: block;
    width: 100%;
  }
  #pageFooter #relationLink .ttl_area p {
    text-align: left;
    font-size: 0.8em;
  }

  /*詳細*/
  .detail_cp .inner-cpDetail {
    display: block;
  }
  .detail_cp .inner-cpDetail img, .detail_cp .inner-cpDetail figcaption {
    display: block;
    width: 100%;
  }
  .detail_cp .inner-cpDetail figcaption {
    padding: 0;
  }
  .detail_cp .inner-cpDetail figcaption ul {
    padding: 0;
  }
  .detail_cp .inner-cpDetail figcaption ul .cp_description dl dt {
    margin-bottom: 0.5em;
  }
  .detail_cp .inner-cpDetail figcaption ul .cp_description dl dd {
    padding: 0 0.5em;
  }
  .detail_cp .inner-cpDetail figcaption ul .cp_tour dl {
    display: block;
    width: 100%;
    border: 1px solid #cccccc;
  }
  .detail_cp .inner-cpDetail figcaption ul .cp_tour dl dt, .detail_cp .inner-cpDetail figcaption ul .cp_tour dl dd {
    display: block;
    width: 100%;
  }
  .detail_cp .inner-cpDetail figcaption ul .cp_tour dl dt:after {
    display: none;
  }

  .remodal-close {
    top: -0.5em;
    right: -0.5em;
  }
}
/******************************************************************************************/
/******************************************************************************************/
/******************************************************************************************/
/******************************************************************************************/
