@charset "UTF-8";
/* =============================================================================
  特集用CSS 2017年4月更新

  ブラウザ対応：モダンブラウザ、IE10+（IE9以下にクラス指定……html.ie）
  ブレイクポイント：600px, 960px
============================================================================= */

/*----------------------------------------
ヘッダー＆フッター
----------------------------------------*/
#wrapper-fuk #header_nav,
#wrapper-fuk #footer_nav {
  display: none;
}
.ie #wrapper-fuk #t-header,
.ie #wrapper-fuk #all-footer,
.ie .smp-area {
  display: none;
}
#change-area,
.calendar-popup,
.modal-popup,
#adArea {
  display: none;
}
#header{
    display:none;
}
/*----------------------------------------
印刷用
----------------------------------------*/
@media print{
  #wrapper-fuk #header_nav,
  #wrapper-fuk #footer_nav,
  #wrapper-fuk #t-header,
  #wrapper-fuk #all-footer,
  #wrapper-fuk .smp-area,
  #adArea {
    display: none;
  }
}
/*----------------------------------------
基本設定
----------------------------------------*/
#wrapper-fuk {
  min-width: 100%;
  overflow-x: hidden;
}
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local("Yu Gothic Medium");
}
.contents {
  color: #333;
  font: 16px/1.6 -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: left;
  max-width: 100%;
  /*margin: 0 auto;*/
  margin: 50px auto 0;
  padding-bottom: 1em;
  position: relative;
  background: #F7BEFF;
}
#shokutsu .contents {
    background: #ffcda4;
}
#mattari .contents {
	background: #a6e9a4;
}
#odoh .contents {
	background: #bed9ff;
}
.contents.type01{
  background: #F7BEFF;
}
@media all and (-ms-high-contrast: none) {
  .contents {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
.contents img {
  max-width: 100%;
  zoom: 1;
}
.contents a {
  max-width: 100%;
}
/* リンク設定
--------------------*/
a:link {
  color: #1E51C6;
  text-decoration: none;
}
a:visited {
  color: #1E51C6;
  text-decoration: none;
}
a:hover {
  color: #00A8EC;
  text-decoration: underline;
}
a:active {
  color: #00A8EC;
  text-decoration: none;
}
/* アイコンフォント */
.fa {
  margin: 0 .2em;
}



/*----------------------------------------
汎用セレクタ・クラス
----------------------------------------*/
.contents nav {
  clear: both;
}
.contents section {
  clear: both;
  text-align: left;
}
.contents h1,.contents h2,.contents h3 {
  line-height: 1.2;
}
.contents small {
  font-size: .85em;
}
.clear {
  clear: both;
}
.txtC {
  text-align: center;
}
.txtR {
  text-align: right;
}
.txtL {
  text-align: left;
}
.pc-area {
  display: none;
}

/* パディングとボーダーを幅と高さに含める
-------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}
/* clearfix
-------------------- */
.contents div:not(.cl)::after,
.contents ul::after,
.contents ol::after,
.contents dl::after,
.contents li::after {
  content: " ";
  display: block;
  clear: both;
}

/* 古いIE用警告
--------------------*/
#ie_error {
  background: #ff0;
  padding: 5px;
  text-align: center;
}
/* PageTopに戻る
--------------------*/
#gotop {
  position: fixed;
  bottom: 10px;
  /*right: 20px;*/
  right: -80px;
  z-index: 998;
}
#gotop a {
  /*background: rgba(0,0,0,.8);
  border-radius: 50%;*/
  color: #fff;
  /*font-size: .75em;*/
  display: block;
  line-height: 1.1;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
#gotop a img{
  width:25%;
}
#gotop a i::before {
  margin: 0 0 3px;
}
#gotop a:hover {
  /*background: rgba(105,105,105,.8);*/
  text-decoration: none;
}
/* パンくず
--------------------*/
.pankuzu {
  float: left;
  font-size: .85em;
  text-align: left;
  padding: 5px 5px 0;
  position: relative;
  z-index: 100;
}
.pankuzu li {
  display: inline-block;
  white-space: nowrap;
  padding: 0 .5em;
  margin: 0 .1em .2em;
}
.pankuzu li + li:before {
  content: '\f105';
  font-family: fontawesome;
  margin-right: .5em;
}
.pankuzu li a {
  display: inline-block;
}
/* SNS
--------------------*/
.sns-link {
  float: right;
  display: table;
  margin: 5px;
  position: relative;
  z-index: 100;
}
.sns-link li {
  display: table-cell;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  padding: .3em;
}
.sns-link a {
  display: block;
  border-radius: 15px;
  color: #fff;
  width: 30px;
  padding: 5px 0;
}
.sns-link a:hover {
  opacity: .7;
}
.sns-facebook a {
  background: #3765A3;
}
.sns-twitter a {
  background: #2CA7E0;
}
.sns-line a {
  background: #00c300;
}
/*LINE@*/
.lineinfo {
  background: #50c900;
  color: #fff;
  text-align: center;
}
.lineinfo img {
  margin: 0 auto;
}
/* ボタン 標準
--------------------*/
.contents a.btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: .2em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  margin: .5em 0;
  padding: .5em 2em .5em 1em;
  position: relative;
}
/*.contents a.btn::after {
  content: '\f054';
  display: block;
  font-family: "fontawesome";
  position: absolute;
  top: 50%;
  right: .5em;
  margin-top: -.5em;
}*/
.contents a.btn:link,
.contents a.btn:visited {
  background : linear-gradient(to bottom, #ffffff, #e9e9e9);
  border: 1px solid #bbb;
  color: #555;
}
.contents a.btn:hover,
.contents a.btn:active {
  border:1px solid #bbb;
  background: #e9e9e9;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.6);
  color: #aaa;
}
/* ボタン 紺 */
.contents a.btn-navy:link,
.contents a.btn-navy:visited {
  background : linear-gradient(to bottom, #004098, #013377);
  border: 1px solid #0664E6;
  color: #fff;
}
.contents a.btn-navy:hover,
.contents a.btn-navy:active {
  border:1px solid #0664E6;
  background: #013377;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.6);
  color: #ddd;
}
/* ボタン 赤 */
.contents a.btn-red:link,
.contents a.btn-red:visited {
  background : linear-gradient(to bottom, #E94E37, #D6371F);
  border: 1px solid #FF6B55;
  color: #fff;
}
.contents a.btn-red:hover,
.contents a.btn-red:active {
  border:1px solid #FF6B55;
  background: #D6371F;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.6);
  color: #eee;
}
/* ボタン サイズ */
.contents a.btn-large {
  font-size: 1.4em;
}
.contents a.btn-middle {
  font-size: 1.2em;
}
/* ボタン 幅いっぱい */
.contents a.btn-block {
  display: block;
}
/* flexbox（複数行/最初と最後は端/等間隔配置）
--------------------*/
.flex-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ie .flex-container{
  -js-display: flex;
}
 /* 子要素が3つ並びの場合 */
/* .flex-item {
  width: 31.3%;
}
.flex-container::after{
  width: 31.3%;
} */

/*=============================================================================
特集用　▼ここから記述
=============================================================================*/

/*----------------------------------------
共通（モバイルファースト）
----------------------------------------*/
/*背景色・画像を使いたい場合に利用
.contents-bg {
  background: ;
}*/
.fair-head {
    background: #fff;
}
.fair-head:after {
	background-image: url(../img/wave.png);
    background-repeat: repeat-x;
    z-index: 10;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    height: 50px;
}
#contents .fair-head h2{
	font-family: "Mplus 1c";
    padding: 2%;
	font-size: 20px;
	color: #000;
	font-weight:bold;
	text-align: center;
	line-height: 2;
}
.fair-head h2 span {
}
/*コンテンツ*/
div.gallary h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	font-size: 35px;
	margin-top: 1em;
	font-weight: 900;
	color: #fff;
}
div.gallary p.epi{
	text-align: center;
	line-height: 2;
	margin: 1% 0 0;
	border-bottom: solid 4px #fff;
	color: #fff;
}
/*コンテンツ　スポット*/
div.gallary ul {
    color: #545454;
}
div.gallary ul li{
	display: inline-block;
	width: 97%;
	margin: 5% 1.3%;
	text-align: center;
	vertical-align: top;
}
div.gallary ul li p.spotname{
	font-size: 18px;
	font-weight: 900;
	text-align: left;
}
div.gallary ul li p.spotname span{
	font-size: 13px;
    margin: 1% 3%;
    background: #fff;
    color: #f7beff;
    padding: 0 1%;
}
#shokutsu div.gallary ul li p.spotname span{
	color: #ffcda4;
}
#mattari div.gallary ul li p.spotname span{
	color:#a6e9a4;
}
#odoh div.gallary ul li p.spotname span{
    color: #bed9ff;
}
div.gallary ul li img.pic{
	object-fit: cover;
    height: 250px;
    width: 100%;
    box-shadow: 8px 8px 0px #fff;
    border-radius: 10px;
    margin: 3% auto;
}
div.gallary ul li div.des p{
	border-bottom: #000 1px dotted;
	margin-top: 3%;
}
div.gallary ul li div.des img{
	width:25%;
}
div.gallary ul li div.des a{
	display: block;
	text-align: left;
	padding: 3%;
	color: #000;
	border-bottom: 1px #000 dotted;
}
div.gallary ul li div.des a span{
	float: right;
    margin: 4% 0;
    background: #000;
    color: #fff;
    padding: 4% 2%;
    font-size: 16px;
    background-color: #5dc2d0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 7px 7px 0px -1px #5a96aa;
    -moz-box-shadow: 7px 7px 0px -1px #5a96aa;
    -webkit-box-shadow: 7px 7px 0px -1px #5a96aa;
    color: #FFF;
    letter-spacing: 0.1em;
}
div.gallary ul li div.des a:hover span{
	background:#ccc;
}
div.gallary ul li div.des a span:after{
	font-family: "Font Awesome 5 Free";
  	font-weight: bold;
  	content: '\f101';
}
div.gallary ul li a.btn-map{
    display: inline-block;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
	width: 35px;
	height: 37px;
    line-height: 39px;
	font-size: 23px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    background-image: -webkit-linear-gradient(#8fe4da 0%, #8fe4da 100%);
    background-image: linear-gradient(#8fe4da 0%, #8fe4da 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #b5b5b5;
    margin: 2%;
}
div.gallary ul li a.btn-map .fa {
    line-height: 80px;
}
div.gallary ul li a.btn-map:active {/*押したとき*/
    background-image: -webkit-linear-gradient(#efefef 0%, #d6d6d6 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: none;
}
div.changegirl{
	background: #838383;
}
div.changegirl p{
	color: #fff;
    font-size: 20px;
    text-align: center;
    padding-top: 2%;
}
div.changegirl ul{
	padding: 3%;
}
div.changegirl ul li{
	display: inline-block;
    width: 30%;
    margin: 1%;
}
/*ぱんくず*/
.pan-box {
    background: #fff;
}
.pan-box .pan{
    width: 100%;
    height: 20px;
    padding: 0 0 0 10px;
}
ol.pan li {
    float: left;
    padding: 2px 5px 2px 0;
    font-size: 12px;
    line-height: 20px;
    color: #724C00;
    list-style: none;
}
.pan li a {
    text-decoration: underline;
    color: #666;
}
/*----------------------------------------
スマホのみ
----------------------------------------*/
@media screen and (max-width: 599px) {
	
}
/*----------------------------------------
タブレット以下
----------------------------------------*/
@media screen and (max-width: 959px) {
	.contents{
		top: 56px;
	}
    #all-footer.hf201411{
        margin-top:17%;
    } 
#header{
    display:block;
}
}

/*----------------------------------------
タブレット以上
----------------------------------------*/
@media screen and (min-width: 600px) {
  #gotop{
  	right: -40px;
  	bottom: 20px;
  }
  #gotop a {
    padding: 10px 15px;
  }
	#gotop a img{
	  width:75%;
	}
  .contents a.btn-large {
    font-size: 1.6em;
  }
  .contents a.btn-middle {
    font-size: 1.3em;
  }
  li.snip1384 p.ttl{
  	font-size:1.5em;
  }
  li.snip1384 figcaption{
  	font-size: 1.4em;
  	text-align: left;
  	padding: 5%;
  }
  #contents .fair-head h2 {
    font-size: 35px;
    }
    div.gallary h3{
    	font-size: 50px;
    }
    div.gallary ul li {
    width: 47%;
    }
}

/*----------------------------------------
デスクトップ
----------------------------------------*/
@media screen and (min-width: 960px) {
  #wrapper-fuk #header_nav,
  #wrapper-fuk #footer_nav {
    display: block;
  }
  #wrapper-fuk #t-header,
  #wrapper-fuk #all-footer,
  .fair-nav-fix,
  .drawer-nav {
    display: none;
  }
  #footer .footer01 .body {
    width: 960px;
  }
  .smp-area {
    display: none;
  }
  .pc-area {
    display: block;
  }
  .widearea {
    margin-left: -500%;
    margin-right: -500%;
    padding-left: 500%;
    padding-right: 500%;
   }
	.fair-head {
		margin-top: 3%;
	}
	.fair-head:after {
		background-image: url(../img/wave.png);
	    background-position: bottom;
	    background-repeat: repeat-x;
	    z-index: 10;
	    content: "";
	    bottom: -30px;
	    width: 100%;
	    position: absolute;
	    left: 0;
	    height: 50px;
	}
	#contents .fair-head h2{
    	font-size: 35px;
	}
	
	div.gallary ul{
		margin: 1% auto;
		width: 1200px;
	}
	
	.pan-box .pan{
    width: 960px;
    }
    div.gallary ul li{
    	width:30%;
    }
    div.gallary ul li a.btn-map{
    	display:none;
    }
	div.changegirl ul{
		margin: 1% auto 0;
	    width: 1200px;
	    padding: 0 3% 2%;
	}
	div.changegirl p{
    font-size: 20px;
    }
}

