/*=======================================================================*/
/*
iju_media.css
移住定住サイト用【スマートフォン】CSS
*/
/*=======================================================================*/

/*=======================================================================*/
/* グローバルナビ */
/*=======================================================================*/
@media screen and (max-width: 767px) {

	#gNav {
	  width: 100%;
	  margin: 0;
	  padding: 0;
	  background: #6BB2D9;
	}

	/* ナビ固定用クラス */

	.is-fixed {
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 3000;
	  width: 100%;
	}

	#gNavWrap {
		width: 100%;
		margin: 0 auto;
	}

	#gNavWrap ul {
		width: 100%;
		margin: 0;
	}


	#gNavWrap ul li {
      display: block;
      float: left;
      width: 49.5%;
      border-width: 0px;
	  border-style: solid;
	  border-color: #fff;
    }
  #gNavWrap ul li:nth-child(odd){
    border-width: 0px 1px 1px 0px;
  }
  #gNavWrap ul li:nth-child(even){
    border-width: 0px 0px 1px 0px;
  }
  #gNavWrap ul li:last-child {
    border-width: 0px 0px 1px 0px;
  }

	a.gNavBlc {
      padding: .5rem 5px;
      width: 100%;
	}

	.menu__link {
      font-size: 0.9em;
      letter-spacing: -1px;
	}

	.menu__link:hover span {
		color: #6BB2D9 !important;
		text-shadow: 1px 1px 0 #333;
	}

}

/*=======================================================================*/
/* 【トップ】ビルボードエリア */
/*=======================================================================*/

@media screen and (max-width: 767px) {

	#billboard {
	  width: 100%;
	  margin: 0;
	  padding: 0;
	  position: relative;
	  height: auto;
	  min-height: 200px;
	}

	#BBWrap {
	  width: 100%;
	  min-width: auto;
	  margin: 0 auto;
	  height: 100%;
	  min-height: 200px;
	  display: block;
	  position: relative;
	}

	.BBSlideBlc {
	  width: 100%;
	  min-width: 100%;
	  min-height: 200px;
	  margin: 0;
	  padding: 0;
	  position: relative;
	}

	.BBTxtBox {
	  width: 100%;
	  min-height: auto;
	  height: 100%;
	  margin: 0 auto;
	  display: block;
	  vertical-align: middle;
	  position: relative;
	  top: 0;
	  left: 0;
	  z-index: 100;
	}

	.BBTxtBox h2 {
	  z-index: 500;
	  font-family: "Noto Sans JP", sans-serif;
	  font-size: 1.2em;
	  line-height: 1.4em;
	  font-weight: 700;
	  letter-spacing: 0;
	  margin: 0;
	}

	.BBTxtBox h2 span {
	  display: inline-block;
	  padding: 5px;
	  background-color: rgba(255,255,255,0.7);
	  margin: 0 0 10px 0;
	  color: #222222;
	}

	.BBTxtBox p {
	  font-family: "Noto Sans JP", sans-serif;
	  font-weight: 300;
	  line-height: 1.6em;
      font-size: 0.9em;
	  padding: 5px;
	  background-color: rgba(255,255,255,0.5);
	}

	.BBPictBox {
	  display: block;
	  position: relative;
	  top: 0;
	  right: 0;
	  min-height: 200px;
      max-height: 200px;
	  z-index: 0;
      width: 100%;
	}

	.BBPictBox img {
      width: auto;
      max-width: 100%;
      height: auto !important;
	}

}

/* スライドショー（サムネイル） */

@media screen and (max-width: 767px) {

  #MSDataThum {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0;
    background: rgba(238,238,238,0.7);
    bottom: 0;
    left: 0;
    z-index: 500;
  }

  #MSDataThum h2 {
    font-size: 0.8em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    margin: 0 0 10px 0;
  }

  .MSbxsliderThum {
    width: 80%;
    margin: 0 auto;
  }

  ul.MSbxsliderThum li {
    width: 26%;
    margin: 0 5px 0 0;
    display: inline-block;
  }

  ul.MSbxsliderThum li img {
    max-width: 100%;
    height: auto;
  }

  ul.MSbxsliderThum li a.active img {
    border: 2px solid #1565C0;
  }

  #BBIntBtn {
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
    padding: 20px 0;
    position: relative;
  }
  
}

/* スライドショーパーツ（ボタン） */

@media screen and (max-width: 767px) {

  #NextIcon,
  #PrevIcon {
   position: absolute;
   width: 7px;
   height: 13px;
   display: block;
   margin-top: -13px;
  }

  #NextIcon {
    top: 70%;
    right: 5px;
  }

  #PrevIcon {
    top: 70%;
    left: 5px;
  }

  #NextIcon a,
  #PrevIcon a {
    display: block;
    text-indent: -9800px;
    width: 7px;
    height: 13px;
  }

  #NextIcon a {
    background: url(../../img/iju/btn_slide_next.png) 0 0 no-repeat;
    background-size: contain;
  }

  #PrevIcon a {
    background: url(../../img/iju/btn_slide_prev.png) 0 0 no-repeat;
    background-size: contain;
  }


  #BBIntBtn a {
    width: 90%;
    font-size: 0.9em;
    border: 2px solid #605753;
    background: rgba(96,87,83,1);
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  #BBIntBtn a:hover {
    color: #605753;
    background: rgba(96,87,83,0);
  }
  
  a.BBDtlBtn {
    display: block;
    margin: 10px auto;
    border: 2px solid #605753;
    background: rgba(96,87,83,1);
    padding: 10px 20px;
    color: #FFF;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-align: center;
    width: 180px;
  }
  
}

/*=======================================================================*/
/* 【トップ】新着情報エリア */
/*=======================================================================*/

@media screen and (max-width: 767px) {

  #TopinfoArea {
    width: 98%;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F9F4EE), color-stop(0.00, #FFF));
    background: -webkit-linear-gradient(#FFF, #F9F4EE);
    background: -moz-linear-gradient(#FFF, #F9F4EE);
    background: -o-linear-gradient(#FFF, #F9F4EE);
    background: -ms-linear-gradient(#FFF, #F9F4EE);
    background: linear-gradient(#FFF, #F9F4EE);
  }

  #TopinfoWrap {
    width: 100%;
    margin: 0 auto;
    padding: 0; 
  }

  .NewsListArea,
  .ContsListArea {
    width: 100%;
    float: none;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
  }

  .NewsListArea h2,
  .ContsListArea h2 {
    font-size: 1.2em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    display: block;
    text-align: center;
  }

  .NewsListWrap {
    width: 100%;
    margin: 10px auto;
  }

  .NewsListArea dl {
    padding: 10px 0;
    border-top: 1px solid #E1CFB5;
  }

  .NewsListArea dl a {
   color: #212121;
  }

  .NewsListArea dl a:hover {
   color: #CBAC7E;
  }

  .NewsListArea dl dt {
    font-size: 0.9em;
    margin: 0 0 10px 0;
  }

  .NewsListArea dl dd {
    font-size: 1em;
    line-height: 1.8em;
    margin: 0;
    font-weight: bold;
  }
  .ContsListArea ul li{
    display: block;
  }
  .ContsListArea ul li a{
    display: block;
    width : 100%;
    margin: 10px auto;
  }
}

/*=======================================================================*/
/* 【トップ】特集エリア */
/*=======================================================================*/

@media screen and (max-width: 767px) {

  #TopSpecialArea {
    width: 98%;
    min-width: 98%;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
  }

  .TopSpecialWrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  #TopSpPictArea {
    width: 100%;
    height: 200px;
    float: none;
    display: block;
    background: url(../../img/iju/back_top_promo.png) center 0 no-repeat;
    background-size: contain;
    margin: 0;
    padding: 0;
  }

  #TopSpContsArea {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    box-sizing: border-box;
    float: none;
  }

  .TopSpPict {

  }

  .TopSpPict img {
    display: inline-block;
    margin: 0 5px 0 0;
    max-width: 30%;
  }

  .TopSpEngTtl {
    display: block;
    margin: 0 0 20px 0;
    font-size: 0.9em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
  }

  #TopSpContsArea h2 {
    font-size: 1.4em;
    line-height: 1.5em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    margin: 0 0 10px 0;
  }

  #TopSpContsArea p {
    font-size: 0.9em;
    line-height: 1.6em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    margin: 0 0 5px 0;
  }
  
}

/*=======================================================================*/
/* 【トップ】エリア選択エリア */
/*=======================================================================*/

@media screen and (max-width: 767px) {

  #TopLiveArea {
    width: 100%;
    min-width: 100%;
    min-height: auto;
    margin: 0;
    padding: 20px 0;
    position: relative;
    background: url(../../img/iju/back_top_livearea.jpg) center bottom no-repeat;
  }

  .TopLiveAreaWrap {
    width: 98%;
    margin: 0 auto;
    padding: 0;
  }

  .TopLiveAreaWrap:before,
  .TopLiveAreaWrap:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
  }

  .TopLiveAreaWrap:after {
    clear: both;
  }

  #TopLiveArea h2 {
    font-size: 1.4em;
    line-height: 1.5em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    margin: 0 0 10px 0;
  }

  figure.spBox {
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    float: none;
    margin: 0 auto 30px auto;
    min-width: 90%;
    max-width: 90%;
    width: 90%;
    text-align: left;
    font-size: 16px;
    background-color: #000000;
  }

  figure.spBox.Sec {
    margin: 10px auto;
  }

  figure.spBox * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  figure.spBox img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
  }

  figure.spBox:after,
  figure.spBox figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  figure.spBox:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.65);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
  }

  figure.spBox figcaption {
    z-index: 1;
    padding: 40px;
  }

  figure.spBox h3,
  figure.spBox .links {
    width: 100%;
    margin: 5px 0;
    padding: 0;
  }

  figure.spBox h3 {
    line-height: 1.1em;
    font-weight: 700;
    font-size: 1.4em;
    text-transform: uppercase;
    opacity: 0;
    color: #FFF;
    margin: 10px 0;
    display: block;
  }

  figure.spBox .inner.satoyama .EngCap,
  figure.spBox .inner.satoyama .HL {
    padding: 10px;
    background: rgba(49,145,80,0.7);
    display: inline-block;
  }

  figure.spBox .inner.city .EngCap,
  figure.spBox .inner.city .HL {
    padding: 10px;
    background: rgba(0,163,217,0.7);
    display: inline-block;
  }

  figure.spBox p {
    font-size: 0.8em;
    line-height: 1.6em;
    padding: 20px 0 0 0;
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    color: #FFF;
  }

  figure.spBox i {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 20px 25px;
    font-size: 34px;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  figure.spBox a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }

  figure.spBox:hover img,
  figure.spBox.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
  }

  figure.spBox:hover:after,
  figure.spBox.hover:after {
    opacity: 1;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  figure.spBox:hover h3,
  figure.spBox.hover h3,
  figure.spBox:hover p,
  figure.spBox.hover p,
  figure.spBox:hover i,
  figure.spBox.hover i {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
  }

  figure.spBox .inner {
    display: block;
    position: absolute;
    top: 0px;
    left: 5px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    padding: 20px;
    text-align: left;
  }

  figure.spBox:hover .inner {
    opacity: 0;
  }

  figure.spBox .inner h3 {
    line-height: 1.1em;
    font-weight: 700;
    font-size: 1.4em;
    text-transform: uppercase;
    opacity: 1;
    color: #FFF;
  }

  figure.spBox .inner span {
    line-height: 0.9em;
    color: #FFF;
  }

  .spDescBox {
    width: 96%;
    padding: 10px;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    z-index: 100;
    background: #F5EFE7;
    color: #333333;
  }

  .spDescBox span {
    display: block;
    font-size: 0.8em;
    line-height: 1.4em;
    font-weight: 500;
  }

  figure.spBox:hover .spDescBox {
      opacity: 0;
  }
  
}

/*=======================================================================*/
/* 【トップ】エコパーク動画エリア */
/*=======================================================================*/

@media screen and (max-width: 767px) {

  #TopEcoPark {
      position: relative;
      width: 100%;
      margin: 0;
      padding: 0;
  }

  #TopEcoParkBack {
      position: relative;
      width: 100%;
      margin: 0;
      padding: 0;
      background: #6d6d6d;
  }

  #TopEcoPark h2 {
      display: block;
      text-align: center;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 1.4em;
      line-height: 1.8em;
      font-weight: 700;
      color: #FFF;
  }

  #TopEcoPark h2 span {
      display: block;
  }

  #TopEcoParkWrap {
      width: 98%;
      margin: 0 auto;
      padding: 20px 0;
  }

  #TopEcoParkWrap:before, #TopEcoParkWrap:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
  }

  #TopEcoParkWrap:after {
      clear: both;
  }

  #TopEcoParkWrap p {
    width: 98%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 0.8em;
    line-height: 1.6em;
    color: #FFF;
  }

  #MovieThumArea {
      text-align: center;
      padding: 10px 0;
  }

  .movThum {
      display: inline-block;
      margin: 0 10px;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      background: rgba(138,204,252,0);
  }
  
  .movThum img {
    max-width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
  }

  .movThum:hover {
      background: rgba(140,35,0,1);
      opacity: 0.6;
  }
  
}

/*=======================================================================*/
/* 【トップ】SNSボックスエリア */
/*=======================================================================*/

@media screen and (max-width: 767px) {

  #TopSnsArea {
      position: relative;
      width: 100%;
      margin: 0;
      padding: 0;
  }

  #TopSnsAreaWrap {
      width: 98%;
      margin: 0 auto;
      padding: 20px 0;
  }

  #TopSnsAreaWrap:before, #TopSnsAreaWrap:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
  }

  #TopSnsAreaWrap:after {
      clear: both;
  }


  #TopSnsArea h2 {
      display: block;
      text-align: center;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 1.1em;
      line-height: 1.6em;
      font-weight: 700;
      color: #333;
  }

  .TopSnsBox {
   width: 100%;
   margin: 10px 0;
   padding: 0;
   display: block;
   float: none;
   text-align: center;
  }
  
}

/*=======================================================================*/
/* 【カテゴリー・詳細】パンくずリスト */
/*=======================================================================*/

@media screen and (max-width: 767px) {

  #BCArea {
      width: 98%;
      margin: 20px auto;
  }

  #BCArea dl {
      width: 100%;
  }

  #BCArea dl:before, #BCArea dl:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
  }

  #BCArea dl:after {
      clear: both;
  }

  #BCArea dl dt {
      display: block;
      float: none;
      width: 100%;
  }

  #BCArea dl dd {
      display: block;
      width: 98%;
      float: none;
      padding: 5px 0;
      margin: 0 auto;
  }

  .CrumbsTTL {
      display: block;
      width: 100%;
      color: #FFF;
      text-align: center;
      background: #333333;
      border-radius: 50px;
      padding: 5px 10px;
      box-sizing: border-box;
  }

  .crumbs {
    display: block;
    margin: 0 0 10px 0;
    font-size: 0.9em;
    line-height: 1.2em;
  }

  .crumbs a {
    color: #0091BF;
  }

  .crumbs a:hover {
    color: #333;
  }

  .crumbs a.goIndex {
    color: #0091BF;
    font-weight: bold;
  }

  .crumbs a.goIndex:before {
      color: #0091BF;
      font-family: 'icomoon' !important;
      content: "\e917";
      margin: 0 3px 0 0;
  }

  .crumbs a.goIndex:hover {
      color: #333333;
  }

  .separator {
      margin: 0 4px; 
  }
  
}

/*=======================================================================*/
/* 【カテゴリー】ビルボード */
/*=======================================================================*/

@media screen and (max-width: 767px) {

  #catBillboard {
    position: relative;
    width: 100%;
    margin: 0;
    height: 150px;
    z-index: 1;
    background: #000;
    display: block;
  }

  #catBillboard h1 {
    width: 90%;
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    text-align: center;
  }

  #catBillboard h1 span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 900;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.7);
    color: #333;
  }

  .scale-bg {
    background-size: 100%;
    width: 100%;
    padding-bottom: 150px;
  }

} 
  
/*=======================================================================*/
/* 【カテゴリー・詳細】SNSボタンエリア */
/*=======================================================================*/

@media screen and (max-width: 767px) {

  #snsBtnArea {
      width: 98%;
      margin: 10px auto;
  }

  #snsBtnArea:before,
  #snsBtnArea:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
  }

  #snsBtnArea:after {
    clear: both;
  }

  .cms-sns_share {
      float: left;
  }

  .cms-sns_share .site {
      float: left;
      margin-right: 15px;
  }

  .cms-sns_share .fb {
      margin-top: 0;
  }

  .cms-sns_share .fb-like,
  .cms-sns_share .fb-share,
  .cms-sns_share .twitter,
  .cms-sns_share .hatena,
  .cms-sns_share .google,
  .cms-sns_share .evernote,
  .cms-sns_share .line {
      display: inline-block;
      vertical-align: top;
  }

  .cms-sns_share .twitter,
  .cms-sns_share .hatena {
   margin-top: 0; 
  }

  .cms-sns_share .google,
  .cms-sns_share .evernote,
  .cms-sns_share .line {
   margin-top: 0; 
  }
  
}

/*=======================================================================*/
/* 【詳細】レイアウト */
/*=======================================================================*/

@media screen and (max-width: 767px) {

/* 詳細タイトルエリア */

  #docTTLArea {
    width: 100%;
    margin: 0 auto;
    background: #EEEEEE;
  }

  #docTTLWrap {
    width: 98%;
    margin: 0 auto;
    padding: 10px 0;
  }

  #docTTLArea h1 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4em;
    line-height: 1.5em;
    font-weight: 900;
    box-sizing: border-box;
    color: #000;
  }

  /* 詳細本文エリア */

  #document {
    width: 96%;
    margin: 10px auto;
    padding: 10px 0;
    box-sizing: border-box;
  }

  #document:before, #document:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
  }

  #document:after {
      clear: both;
  }
  
}

/*=======================================================================*/
/* 【カテゴリー】リストエリア */
/*=======================================================================*/

@media screen and (max-width: 767px) {

  /* カテゴリー:サムネイルリスト */

  #picList {
   width: 100%; 
  }

  #picList:before, #picList:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
  }

  #picList:after {
   clear: both; 
  }

  /* カテゴリーリストブロック【横3列】 */

  .spotBlc {
    display: block;
    float: none;
    width: 98%;
    margin: 0 auto 10px auto;
    padding: 5px;
    box-sizing: border-box;
    border: 3px solid #EEE;
    border-radius: 3px;
  }

  .spotBlc a {
    color: #3697CB;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .spotBlc a:hover img {
   opacity: 0.7; 
  }

  .SPthumBox {
    display: block;
    margin: 0 auto 5px auto;
  }

  .SPthumBox img {
    width: auto;
    max-width: 98%;
    height: auto;
    margin: 0 auto 10px auto !important;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  
  .SPtxtBox {
    padding: 10px;
    box-sizing: border-box;
  }

  .SPtxtBox h3,
  .SPStxtBox h3 {
    font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
    font-weight: 600;
    display: block;
    font-size: 1.2em !important;
    line-height: 1.6em;
    margin: 0 0 10px 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #333;
  }

  .SPtxtBox h3:after,
  .SPStxtBox h3:after {
    display: none;
  }

  .spotBlc a h3 {
    color: #3597CB !important;
  }

  .spotBlc a:hover,
  .spotBlc a:hover h3 {
    color: #333333 !important;
  }
  
}

/*=======================================================================*/
/* 【カテゴリー・詳細】本文エリア */
/*=======================================================================*/

@media screen and (max-width: 767px) {

  #document article h2,
  #document.catdoc h2 {
    width: 100%;
    font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
    font-size: 1.4em;
    line-height: 1.5em;
    font-weight: 600;
    position: relative;
    padding: 0 0 3px 10px;
    color: #3697CB;
    box-sizing: border-box;
    z-index: 100;
    margin: 0 0 20px 0;
    border-left: 5px solid #3697CB;
  }

  #document article h3 {
    width: 100%;
    font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    position: relative;
    padding: 5px 0 15px 0;
    color: #977E64;
    box-sizing: border-box;
    z-index: 100;
    margin: 0 0 20px 0;
  }

  #document.catdoc h3:after,
  #document article h3:after {
    content: "";
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, #D2C7BB, #D2C7BB 4px, #fff 4px, #fff 8px);
    background: repeating-linear-gradient(-45deg, #D2C7BB, #D2C7BB 4px, #fff 4px, #fff 8px);
    box-sizing: border-box;
  }

  #document.catdoc h4,
  #document article h4 {
    position: relative;
    display: inline-block;
    padding: 0 37px;
    margin: 0 0 20px 0;
    font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
    font-size: 1.2em;
    font-weight: 400;
  }

  #document.catdoc h4:before,
  #document.catdoc h4:after,
  #document article h4:before,
  #document article h4:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 36px;
    height: 2px;
    background-color: #4EB191;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }

  #document.catdoc h4:before, #document article h4:before {left:0;}
  #document.catdoc h4:after, #document article h4:after {right: 0;}

  #document.catdoc p,
  #document article p {
    font-size: 1em;
    line-height: 1.6em;
    margin: 0 0 10px 0;
    color: #222;
  }

  .TxtBlc ul,
  #document ul {
   padding: 10px 0 10px 20px; 
  }

  .spotBlc .SPtxtBox p,
  .spotBlc .SPStxtBox p {
    font-size: 0.9em !important;
    line-height: 1.4em !important;
  }

  /* 画像 */

  #document img {
    display: block;
    max-width: 100%; 
    height: auto !important;
    float: none !important;
    margin: 0 auto 10px auto; 
  }

  /* テーブル */

  #document article table {
    width: 90%;
    margin: 10px auto;
    border-collapse: collapse;
  }

  #document article table th,
  #document article table td {
    padding: 10px;
    border: 1px solid #E0E0E0;
  }

  #document article table th {
    text-align: center;
    font-weight: bold;
    background: #F2EECC;
  }

  .clear:before, .clear:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
  }

  .clear:after {
      clear: both;
  }

  /* ★インタビュービルボードエリア */

  #intBillboard {
    width: 100%;
    margin: 10px auto;
  }

  #intBillboard:before, #intBillboard:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
  }

  #intBillboard:after {
      clear: both;
  }

  .intBBSlideBlc {
    width: 100%;
    min-height: 200px;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .intBBSlideBlc:before, .intBBSlideBlc:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
  }

  .intBBSlideBlc:after {
      clear: both;
  }

  .intBBTxtBox {
    width: 100%;
    min-height: auto !important;
    height: 100%;
    margin: 0;
    display: block;
    vertical-align: middle;
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
  }

  #intBillboard .intBBTxtBox h2 {
    z-index: 500;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6em;
    line-height: 1.5em;
    font-weight: 700;
    letter-spacing: 0;
    margin: 10px 0;
    border: none;
    border-left: 5px solid #6BB2D9;
  }

  #intBillboard .intBBTxtBox h2 span {
    display: inline-block;
    padding: 5px;
    background-color: rgba(255,255,255,0.7);
    margin: 0 0 10px 0;
    color: #222222;
  }

  .intBBTxtBox p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    line-height: 1.6em;
    padding: 5px;
    background-color: rgba(255,255,255,0.5);
  }

  .intBBPictBox {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    min-height: 200px;
    z-index: 0;
  }

  .intBBPictBox img {
    max-width: 100%;
    width: auto;
    max-height: 200px;
    height: auto !important;
  }
  
}

/*=======================================================================*/
/* 【カテゴリー・詳細】お問い合わせ・カテゴリーリスト */
/*=======================================================================*/

.categories,
.map-page,
.related-pages {
  margin: 0 0 20px 0;
}

.categories h2,
.map-page h2,
.related-pages h2 {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-left: 10px solid #EDE7B6;
  color: #333333;
  padding: 0 0 0 10px;
  margin: 1em 0 1em 0;
  box-sizing: border-box;
  font-size: 1em;
  font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
  line-height: 1.6em;
  font-weight: 600;
}

.categories ul li {
  display: inline-block;
  padding: 7px 10px !important;
  margin: 3px 0 !important;
  border: 1px solid #EDE7B6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.categories ul li:hover {
  background: #EDE7B6;
}

/* ミニアンケート */
/*=======================================================================*/

@media screen and (max-width: 767px) {

  #feedback {
    width: 98%;
    margin: 2em auto 3em auto;
    color: #666666;
    box-sizing: border-box;
    clear: both;
  }

  #feedback h2 {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #EEECDE;
    font-size: 1em;
    font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
    line-height: 1.6em;
    font-weight: 600;
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 0 0 1em 0;
  }

  #feedback p {
    margin-bottom: 0.9em;
  }

  #feedback .inquiry-form dl,
  #feedback .inquiry-form fieldset{
    margin-bottom: 1em;
    padding: 0;
    border: none;
  }

  #feedback .inquiry-form dl dt,
  #feedback .inquiry-form legend{
    font-weight: bold;
  }

  #feedback footer {
    background-image : none!important;
    position: static;
    float: none;
  }

  .columns {
    width: 100%;
    margin: 0.5em 0;
  }

  .columns:before, .columns:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
  }

  .columns:after {
    clear: both;
  }

  footer.send {
      border: none !important;
  }

  .inquiry-form  fieldset,
  .columns  fieldset,
  .form-login  fieldset {
    border: none !important;
  }

  .inquiry-form .send input,
  .columns .send input,
  .form-login .send input {
    display: block;
    width: 90%;
    margin: 0 auto;
    color : #333333;
    padding: 10px 0px;
    text-align :center;
    border-bottom: 4px solid #929292;
    border-top: none;
    border-left: none;
    border-right: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #d5d5d5;
    font-size: 1.0em;
    cursor: pointer;
  }

  .inquiry-form .send input:active,
  .columns .send input:active,
  .form-login .send input:active {
      border-bottom: none;
  }

  .inquiry-form dl,
  .columns dl,
  .form-login dl,
  .inquiry-form fieldset{
    border-width : 1px 0px 0px 0px;
    border-color : #cccccc;
    border-style: solid;
    clear: both;
    padding-top: 10px;
    line-height: 1.6em;
  }

  .inquiry-form dl dd, .columns dl dd,
  .form-login dl dd,
  .inquiry-form .fields{
      float: none;
      width: 100%;
      padding: 0 10px;
  }

  .inquiry-form dl dt,
  .columns dl dt,
  .form-login dl dt,
  .inquiry-form legend{
    clear: both;
    float: none;
    width: 100%;
    padding: 6px 15px;
    box-sizing: border-box;
    font-weight: bold;
    background: #f0ebe1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .inquiry-form dl select,
  .columns dl select,
  .form-login dl select,
  .inquiry-form fieldset select{
    width: 96%;
    padding: 10px 5px;
    box-sizing: border-box;
  }
  
  .inquiry-form dl label,
  .inquiry-form fieldset label{
   display: block;
   width: 100%;
   margin: 0 0 5px 0;
  }

  .inquiry-form dl dt .required,
  .columns dl dt .required,
  .form-login dl dt .required,
  .inquiry-form legend .required{
      color: #bb0000;
      font-weight: normal;
      font-size: 0.8em;
      display: block;
  }
  
}