@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;
}

/*----------------------------------------
印刷用
----------------------------------------*/
@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;
  }
  .fair-head ,section h3 ,.pan-box{
  	display:none;
  }
  div.list dl dt {
    float: left;
    width: 40%;
  }
  div.list dl dd {
    float: left;
    width: 53%;
    height: 45px;
  }
  div.list dl dt span {
    display: none;
  }
  h4 { page-break-before: always; }
  #portal_foot{
  	display:none;
  }
}
@page {
  margin: 0;
}
/*----------------------------------------
基本設定
----------------------------------------*/
#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;
  padding-bottom: 1em;
  position: relative;
  background: #efe5cf;
}
@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, .fab{
  margin: 0 .2em;
}



/*----------------------------------------
汎用セレクタ・クラス
----------------------------------------*/
.contents nav {
  clear: both;
}
.contents section {
  clear: both;
  text-align: left;
  padding: 10% 0 0;
  background: url(../img/check-bg.png);
  background-size: contain;
}
.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: 20px;
  right: 20px;
  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 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-bg {
  background: ;
}*/

.fair-head {
    background: #fff;
	text-align: center;
    border-bottom:1px solid #000;
}
.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;
}
section h3{
	text-align: center;
	background: #ff7345;
	padding: 3%;
	border-radius: 30px;
	font-weight: 900;
	color: #fff;
}
div.list{

}
div.list h4{
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	margin: 2% auto;
}
div.list p{
	text-align:center;
	margin: 0 auto 2%;
}
div.list dl{
	text-align: center;
	color: #545454;
}
div.list dl dt{
	padding: 1%;
	height: 45px;
	text-align: left;
	font-weight: 900;
	margin-bottom: 1%;
	background: #b1924f;
	color: #fff;
}
div.list dl dt span{
	color:#ff0;
}
div.list dl dd{
	padding: 1%;
	margin-bottom: 1%;
}
div.list dl dd span:not(.item){
	margin-right: 1em;
	font-size: 12px;
	background: #fff;
	padding: 0 1%;
	border-radius: 15px;
}

.item {
  display: inline-block;
  margin: 5px;
  width: 23%;
  text-align: center;
  cursor: pointer;
  color: #545454;
  border: 2px solid #545454;
  border-radius: 5px;
  background: #fff;
}
.item:hover {
  background: #EBDAFF;
  color: #fff;
}
.item.checked {
  background: #cfa7ff;
  color: #fff;
}
#portal_foot h3{
	color:#000;
}
/*ぱんくず*/
.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) {
}

/*----------------------------------------
タブレット以上
----------------------------------------*/
@media screen and (min-width: 600px) {
  #gotop a {
    padding: 10px 15px;
  }
  .contents a.btn-large {
    font-size: 1.6em;
  }
  .contents a.btn-middle {
    font-size: 1.3em;
  }
}

/*----------------------------------------
デスクトップ
----------------------------------------*/
@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%;
   }
	.contents section{
		padding:3% 0 0;
	}
	.fair-head {
	}
	.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;
	}
	div.list {
    width: 960px;
    margin: 1% auto;
	}
	section h3{
	width: 960px;
	margin: 1% auto;
	padding: 1%;
	}
	div.list dl dt{
	float: left;
	width: 42%;
	}
	div.list dl dd{
	float: left;
	width: 53%;
	height: 45px;
	}
}
