/*=======================================================================*/
/*
iju.css
移住定住サイト用CSS
*/
/*=======================================================================*/

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
    /* line-height: 1; */
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

/*=======================================================================*/
/* 全体 */
/*=======================================================================*/

body {
	margin: 0;
	padding: 0;
}

strong {
 font-weight: bold; 
}

.dispno {
 display: none; 
}

/* コンテンツラップ要素 */

#ijuBody {
 position: relative; 
}

/* リスト */

#document ul {
 list-style: disc;
}

#document ul li {
  margin: 0 0 5px 0;
  padding: 0 0 5px 10px;
  line-height: 1.6em;
}

/*=======================================================================*/
/* サイトナビ */
/*=======================================================================*/

header {
  width: 100%;
  margin: 0;
  padding: 0;
}

header:before, header:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

header:after {
  clear: both;
}

#uNav {
  width: 100%;
  padding: 0;
  height: 40px;
  margin: 0;
  background: #333333;
}

#uNav:before, #uNav:after,
#hNav:before, #hNav:after,
#gNav:before, #gNav:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#uNav:after,
#hNav:after,
#gNav:after {
  clear: both;
}


#hNav {
  width: 1200px;
  margin: 10px auto;
  display: table;
}

#hNav .Logo {
  width: 250px;
  display: table-cell;
  margin: 0;
  vertical-align: middle;
}

#hNav .CatchTxt {
  width: 400px;
  display: table-cell;
  margin: 0;
  vertical-align: middle;
}

#hNav .SiteMenu {
  /*width: 550px;*/
  width: 440px;
  display: table-cell;
  margin: 0;
  vertical-align: middle;
}

#gNav {
  width: 1200px;
  padding: 10px 0;
  margin: 0 auto;
}


/*=======================================================================*/
/* グローバルナビ */
/*=======================================================================*/

#gNav {
  width: 100%;
  margin: 0;
  padding: 0;
  background: /*#6BB2D9*/#0777b5;
}

/* ナビ固定用クラス */

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
}

#gNavWrap {
	width: 1200px;
	margin: 0 auto;
}

#gNavWrap ul {
	width: 100%;
	margin: 0;
}

#gNavWrap ul:before, #gNavWrap ul:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

#gNavWrap ul:after {
	clear: both;
}


#gNavWrap ul li {
	display: block;
	float: left;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #fff;
}
#gNavWrap ul li:last-child{
	border-width: 0px 1px 0px 1px;
}

a.gNavBlc {
	display: block;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: .5rem 5px;
	width: 198px;
	text-align: center;
}

a.gNavBlc:before,
a.gNavBlc:after {
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: transform .3s ease-out, opacity .3s ease-out;
	position: absolute;
	top: 0;
}

a.gNavBlc:before {
  left: 0;
  transform: translate3d(0, -100%, 0) scale(0);
}

a.gNavBlc:after {
  right: 0; 
  transform: translate3d(0, 100%, 0) scale(0);
}

a.gNavBlc:hover:before,
a.gNavBlc:hover:after,
a.gNavBlc:focus:before,
a.gNavBlc:focus:after {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

a.gNavBlc:focus {
	outline: none;
}

a.gNavBlc:before,
a.gNavBlc:after {
	background-color: rgba(255, 255, 255, 0.6);
}

.gNavBlc__label {
  position: relative;
  z-index: 2;
}

.menu__link {
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.0em;
	line-height: 1.8em;
	font-weight: 900;
	color: #FFF;
	text-shadow: 1px 1px 0 #455A64;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.menu__link:hover span {
	color: #6BB2D9 !important;
	text-shadow: 1px 1px 0 #333;
}

/*=======================================================================*/
/* 【トップ】ビルボードエリア */
/*=======================================================================*/

#billboard {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  height: auto;
  min-height: 600px;
}

#BBWrap {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  height: 100%;
  min-height: 600px;
  display: block;
  position: relative;
}

.BBSlideBlc {
  width: 100%;
  min-width: 1200px;
  min-height: 600px;
  margin: 0;
  padding: 0;
  position: relative;
}

.BBSlideBlc:before, .BBSlideBlc:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.BBSlideBlc:after {
	clear: both;
}

.BBTxtBox {
  width: 40%;
  min-height: 600px;
  height: 100%;
  margin: 50px 0 0 50px;
  display: block;
  vertical-align: middle;
  position: absolute;
  top: 50px;
  left: 30px;
  z-index: 100;
}

.BBTxtBox h2 {
  z-index: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 20px 0;
}

.BBTxtBox h2 span {
  display: inline-block;
  padding: 5px 10px;
  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;
  padding: 5px 10px;
  background-color: rgba(255,255,255,0.5);
}

a.BBDtlBtn {
  display: inline-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;
}

a.BBDtlBtn:hover {
  background: rgba(96,87,83,0);
  color: #605753;
}

.BBPictBox {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  min-height: 600px;
  z-index: 0;
}

.BBPictBox img {
  width: auto;
  /* max-height: 600px; */
}

/* スライドショー（サムネイル） */

#MSDataThum {
  display: block;
  position: absolute;
  width: 380px;
  padding: 20px 30px;
  box-sizing: border-box;
  margin: 0;
  background: rgba(238,238,238,0.7);
  bottom: -50px;
  left: 50px;
  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: 100%;
}

ul.MSbxsliderThum li {
  width: 30%;
  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: 50px 0;
  position: relative;
}

/* スライドショーパーツ（ボタン） */

#NextIcon,
#PrevIcon {
 position: absolute;
 width: 14px;
 height: 25px;
 display: block;
 margin-top: -13px;
}

#NextIcon {
  top: 50%;
  right: 5px;
}

#PrevIcon {
  top: 50%;
  left: 5px;
}

#NextIcon a,
#PrevIcon a {
  display: block;
  text-indent: -9800px;
  width: 14px;
  height: 25px;
}

#NextIcon a {
  background: url(../../img/iju/btn_slide_next.png) 0 0 no-repeat;
}

#PrevIcon a {
  background: url(../../img/iju/btn_slide_prev.png) 0 0 no-repeat;
}


#BBIntBtn a {
  border: 2px solid #605753;
  background: rgba(96,87,83,1);
  padding: 10px 30px;
  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);
}

/*=======================================================================*/
/* 【トップ】新着情報エリア */
/*=======================================================================*/

#TopinfoArea {
  width: 100%;
  margin: 0;
  padding: 50px 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: 1200px;
  margin: 0 auto;
  padding: 0; 
}

#TopinfoWrap:before,
#TopinfoWrap:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#TopinfoWrap:after {
  clear: both;
}

.NewsListArea,
.ContsListArea {
  width: 50%;
  float: left;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
}

.NewsListArea h2,
.ContsListArea h2 {
  font-size: 1.4em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  display: block;
  text-align: center;
}

.NewsListWrap {
  width: 86%;
  margin: 20px 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 p {
    margin: 10px;
    text-align: center;
}
.ContsListArea ul li {
    display: inline-block;
}
.ContsListArea ul li a {
    display: block;
    width: 260px;
    margin: 10px;
    padding: 20px;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 10px;
    border: 1px solid #DDDDDC;
    color: #222222;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.ContsListArea ul li a:hover {
  color: #000;
  background-color:#6BB2D9;
}



/*=======================================================================*/
/* 【トップ】特集エリア */
/*=======================================================================*/

#TopSpecialArea {
  width: 100%;
  min-width: 1200px;
  margin: 0;
  padding: 50px 0;
  position: relative;
}

.TopSpecialWrap {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.TopSpecialWrap:before,
.TopSpecialWrap:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.TopSpecialWrap:after {
  clear: both;
}

#TopSpPictArea {
  width: 570px;
  height: 570px;
  float: right;
  display: block;
  background: url(../../img/iju/back_top_promo.png) right 0 no-repeat;
  margin: 0;
  padding: 0;
}

#TopSpContsArea {
  width: 630px;
  margin: 0;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  float: left;
}

.TopSpPict {
  
}

.TopSpPict img {
  display: inline-block;
  margin: 0 5px 0 0;
  max-width: 190px;
}

.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: 2.2em;
  line-height: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  margin: 0 0 10px 0;
}

#TopSpContsArea p {
  font-size: 1em;
  line-height: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  margin: 0 0 10px 0;
}

/*=======================================================================*/
/* 【トップ】エリア選択エリア */
/*=======================================================================*/

#TopLiveArea {
  width: 100%;
  min-width: 1200px;
  min-height: 800px;
  margin: 0;
  padding: 50px 0;
  position: relative;
  background: url(../../img/iju/back_top_livearea.jpg) center bottom no-repeat;
}

.TopLiveAreaWrap {
  width: 1000px;
  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: 2.2em;
  line-height: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  margin: 0 0 20px 0;
}

figure.spBox {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  float: left;
  /* overflow: hidden; */
  margin: 10px 0;
  min-width: 500px;
  max-width: 500px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  background-color: #000000;
}

figure.spBox.Sec {
  margin: 50px 0 10px 0;
}

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: 60%;
  padding: 10px;
  display: block;
  position: absolute;
  bottom: -30px;
  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.6em;
  font-weight: 500;
}

figure.spBox:hover .spDescBox {
    opacity: 0;
}

/*=======================================================================*/
/* 【トップ】エコパーク動画エリア */
/*=======================================================================*/

#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: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}

#TopEcoParkWrap:before, #TopEcoParkWrap:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

#TopEcoParkWrap:after {
	clear: both;
}

#TopEcoParkWrap p {
  width: 800px;
  margin: 0 auto;
  padding: 30px 0;
  line-height: 1.6em;
  color: #FFF;
}

#MovieThumArea {
	text-align: center;
	padding: 20px 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:hover {
	background: rgba(140,35,0,1);
	opacity: 0.6;
}

/*=======================================================================*/
/* 【トップ】SNSボックスエリア */
/*=======================================================================*/

#TopSnsArea {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

#TopSnsAreaWrap {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 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.2em;
	line-height: 1.8em;
	font-weight: 700;
	color: #333;
}

.TopSnsBox {
 width: 380px;
 margin: 10px 0;
 padding: 0 10px;
 display: block;
 float: left;
 text-align: center;
}

/*=======================================================================*/
/* 【カテゴリー・詳細】パンくずリスト */
/*=======================================================================*/

#BCArea {
	width: 1200px;
	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: left;
	width: 120px;
}

#BCArea dl dd {
	display: block;
	width: 1000px;
	float: left;
	padding: 5px 10px;
	margin: 0 20px 0 0;
}

.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;
}

.crumbs a {
	color: #0067db;
}

.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; 
}

/*=======================================================================*/
/* 【カテゴリー】ビルボード */
/*=======================================================================*/

#catBillboard {
  position: relative;
  width: 100%;
  margin: 0;
  height: 300px;
  z-index: 1;
  background: #000;
  display: block;
}

#catBillboard h1 {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

#catBillboard h1 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2em;
  line-height: 2.6em;
  font-weight: 900;
  padding: 15px 30px;
  box-sizing: border-box;
  background: rgba(255,255,255,0.7);
  color: #333;
}

.scale-bg {
  background-size: 100%;
  width: 100%;
  padding-bottom: 300px;
}

.bb_int {  background: url(/img/sight/back_cat_yama.jpg) no-repeat center top;	background-size: cover;	}
.bb_live {  background: url(/img/sight/back_cat_fruits.jpg) no-repeat center center;	background-size: cover;	}
.bb_news {  background: url(/img/sight/back_cat_news.jpg) no-repeat center center;	background-size: cover;	}

/*=======================================================================*/
/* 【カテゴリー・詳細】SNSボタンエリア */
/*=======================================================================*/

#snsBtnArea {
	width: 1200px;
	margin: 20px auto;
}

#snsBtnArea:before,
#snsBtnArea:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#snsBtnArea:after {
  clear: both;
}

.cms-sns_share {
	float: right;
}

.cms-sns_share .site {
	float: left;
	margin-right: 15px;
}

.cms-sns_share .fb {
	margin-top: -4px;
}

.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: -4px; 
}

.cms-sns_share .google,
.cms-sns_share .evernote,
.cms-sns_share .line {
 margin-top: -4px; 
}

/*=======================================================================*/
/* 【詳細】レイアウト */
/*=======================================================================*/

/* 詳細タイトルエリア */

#docTTLArea {
  width: 100%;
  margin: 0 auto;
  background: #EEEEEE;
}

#docTTLWrap {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}

#docTTLArea h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2em;
  line-height: 2.1em;
  font-weight: 900;
  box-sizing: border-box;
  color: #000;
}

/* 詳細本文エリア */

#document {
  width: 1080px;
  margin: 20px auto;
  padding: 40px 0;
  box-sizing: border-box;
}

#document {
  width: 1080px;
  margin: 20px auto;
  padding: 40px 0;
  box-sizing: border-box;
}

#document:before, #document:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

#document:after {
	clear: both;
}

/*=======================================================================*/
/* 【カテゴリー】リストエリア */
/*=======================================================================*/

/* カテゴリー:サムネイルリスト */

#picList {
 width: 100%; 
}

#picList:before, #picList:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#picList:after {
 clear: both; 
}

/* カテゴリーリストブロック【横3列】 */

.spotBlc {
  display: block;
  float: left;
  width: 320px;
  margin: 0 10px 10px 10px;
}

.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 0 5px 0;
}

.SPthumBox span {
 display: block;
 width: 320px;
 height: 240px;
 text-indent: -9999px;
 background-size: cover;
}

.SPthumBox img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.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 */#0777b5!important;
}

.spotBlc a:hover,
.spotBlc a:hover h3 {
  color: #333333 !important;
}

/*=======================================================================*/
/* 【カテゴリー・詳細】本文エリア */
/*=======================================================================*/


#document article h2,
#document.catdoc h2 {
  width: 100%;
  font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
  font-size: 1.6em;
  line-height: 1.8em;
  font-weight: 600;
  position: relative;
  padding: 0 0 3px 10px;
  color: #0f7ab2;
  box-sizing: border-box;
  z-index: 100;
  margin: 0 0 20px 0;
  border-left: 5px solid #0f7ab2;
}

#document article h3 {
  width: 100%;
  font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
  font-size: 1.4em;
  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 {
  max-width: 100%; 
  height: auto;
  margin: 0 10px 10px 10px;
}

/* テーブル */

#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: 1200px;
  margin: 10px auto;
}

#intBillboard:before, #intBillboard:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

#intBillboard:after {
	clear: both;
}

.intBBSlideBlc {
  width: 100%;
  min-height: 600px;
  margin: 0;
  padding: 0;
  position: relative;
}

.intBBSlideBlc:before, .intBBSlideBlc:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.intBBSlideBlc:after {
	clear: both;
}

.intBBTxtBox {
  width: 40%;
  min-height: 600px;
  height: 100%;
  margin: 50px 0 0 0;
  display: block;
  vertical-align: middle;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 100;
}

#intBillboard .intBBTxtBox h2 {
  z-index: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 20px 0;
  border: none;
  border-left: 5px solid #6BB2D9;
  text-shadow: 2px 2px 1px #fff,
             -2px 2px 1px #fff,
             2px -2px 1px #fff,
             -2px -2px 1px #fff;
}

#intBillboard .intBBTxtBox h2 span {
  display: inline-block;
  padding: 5px 10px;
  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 10px;
  background-color: rgba(255,255,255,0.7);
}

.intBBPictBox {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  min-height: 600px;
  z-index: 0;
}

.intBBPictBox img {
  width: auto;
  max-height: 600px;
}

/*=======================================================================*/
/* 【カテゴリー・詳細】お問い合わせ・カテゴリーリスト */
/*=======================================================================*/

.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;
}

/* お問合せブロック */

footer.contact {
  width: 1000px;
  margin: 2em auto 1em auto;
  background-image: none!important;
  position: static;
  float: none;
  border: 2px solid #bcbcbc;
  margin-bottom: 40px;
}

footer.contact {
  width: 1000px;
  margin: 2em auto 1em auto;
  background-image: none!important;
  position: static;
  float: none;
  border: 2px solid #bcbcbc;
  margin-bottom: 40px;
}

footer.contact:before, footer.contact:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

footer.contact:after {
  clear: both;
}

footer.contact h2 {
  font-size: 1.2em;
  background-color: #eeeeee;
  padding: 10px;
  font-weight: bold;
}

.contact p.group {
  padding: 5px 0px 5px 10px;
  margin: 0 0 10px 0;
}

.contact p.charge {
   padding: 10px 0px 10px 10px;
}

.contact dl,
.contact dt,
.contact dd {
  float: left;
  margin: 0px 0px 5px 10px;
}

.contact dd {
	margin-right: 10px;
}

/* ミニアンケート */
/*=======================================================================*/

#feedback {
  width: 1000px;
  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 {
  margin-bottom: 20px;
  padding: 0;
  border: none;
}

#feedback .inquiry-form dl:before, #feedback .inquiry-form dl:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#feedback .inquiry-form dl:after {
  clear: both;
}


#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: 1.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: 80%;
	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:disabled {
  	color : #666666;
	background-color: #F5F5F5;
	border-bottom: 4px solid #E0E0E0;
}

.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{
	border-width : 1px 0px 0px 0px;
	border-color : #cccccc;
	border-style: solid;
	clear: both;
	padding-top: 10px;
}

.inquiry-form dl dd, .columns dl dd,
.form-login dl dd,
.inquiry-form .fields{
	float: left;
	width: 49%;
	padding: 0 10px;
}

.inquiry-form dl dt,
.columns dl dt,
.form-login dl dt,
.inquiry-form legend{
	clear: both;
	float: left;
	width: 45%;
	padding: 6px 15px;
	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 .fields select{
    width: 98%;
    padding: 10px 5px;
}

.inquiry-form dl dt .required,
.columns dl dt .required,
.form-login dl dt .required {
	color: #bb0000;
	font-weight: normal;
	font-size: 0.8em;
	display: block;
}

/*トップ移住者インタビュー20210604追加*/
#TopInterviewMovie{
padding: 50px 0;
background-color: #d4dadd;
}
#TopInterviewMovieWrap{
max-width: 1200px;
margin: 0 auto;
}
#TopInterviewMovieWrap 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: #000;
}
#TopInterviewMovieWrap p{
max-width: 800px;
margin: 0 auto;
padding: 30px 0;
line-height: 1.6em;
color: #000;
}
.YouTube_Wrap{
max-width: 800px;
margin: 0 auto;
}
.YouTube_Wrap_Inner {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.YouTube_Wrap_Inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 767px) {
	#TopInterviewMovie{
	padding: 20px 0;
	}
    .YouTube_Wrap{
	margin: 0px 20px;
	}
	#TopInterviewMovieWrap p{
    width: 98%;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #000;
	}
}

.ContsSoudanArea{
    clear: both;
    text-align: center;
    border-style: dashed;
    border-color: #e1cfb5;
    border-width: 1px 0 0 0;
    padding-top: 30px;
}
.ContsSoudanArea a {
    margin-bottom: 10px;
    padding: 10px 70px;
    box-sizing: border-box;
    background: #0777b5;
    border-radius: 50px;
    border: 1px solid #DDDDDC;
    display: inline-block;
    font-size: 1.4em;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.ContsSoudanArea a:hover{
    background: #fff;
    color: #0777b5;
}
@media screen and (max-width: 767px) {
	.ContsSoudanArea a {
    padding: 10px 40px;
    font-size: 1.2em;
	}
}