@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

/*全体の設定
---------------------------------------------------------------------------*/
body {
	color:#111111;
	margin: 0px;
	padding: 0px;
    font-family: 'Noto Sans JP', sans-serif;
	/*font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";*/
	font-size:18px;
	background-color:#FEC8D8;
 } 
section { margin-bottom:20px;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color:#1f4e91;
    text-decoration: none;
}
a:hover {
	color:#E02E81;			/*マウスオン時の文字色（全体）*/
}

/*ヘッダー（h1タグが入ったブロック）
---------------------------------------------------------------------------*/
header {
	width: 1000px;
	margin:0 auto;
	padding-top:20px;
	display: flex; 
	justify-content: space-between;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#wrapper {
	width: 1000px;	/*ボックス幅*/
	margin: 0 auto 0;
}
#wrapper_shisetsu {
	width:90%;
	margin: 0 auto;
}

section.box01 { width:100%; }
section.box02 { width:50%; float:left; }

h2 {
    position: relative;
    margin: 40px 0;
    padding: .5em .7em;
    background-color: #d0252d;
    color: #fff;
    text-align: center;
    font-size:1.5em;
    font-weight:bold;
}

h2::before,
h2::after {
    position: absolute;
    bottom: -10px;
    z-index: -1;
    border-style: solid;
    border-color: #c0151d;
    content: '';
}

h2::before {
    left: -30px;
    border-width: 25px 25px 25px 15px;
    border-left-color: transparent;
}

h2::after {
    right: -30px;
    border-width: 25px 15px 25px 25px;
    border-right-color: transparent;
}

h2 span::before,
h2 span::after {
    position: absolute;
    bottom: -10px;
    width: 10px;
    height: 10px;
    background-color: #700000;
    content: '';
}

h2 span::before {
    left: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 100%);
}

h2 span::after {
    right: 0;
    clip-path: polygon(0 0, 100% 0%, 0% 100%);
}


h3 {
  position: relative;
  display: inline-block;
  margin: 1rem 0 1rem -10px;
  padding: 1rem 6rem;
  color: #fff;
  border-radius: 0 100vh 100vh 0;
  background: #0075a9;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    font-size:1.3em;
    font-weight: bold;
}

h3:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #005276;
  border-left: 10px solid transparent;
}
.chosei { width:1000px; margin:0 auto; }

h4 {
	
}


/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menuwrap {
    background: #8a106f;
    height:113px;
    margin-bottom:20px;
}
#menu {
	margin:0 auto 10px auto;
	width:1000px;
}
#menu ul {
	width:1000px;
	margin:0 auto;
}

/*メニュー１個ごとの設定*/
#menu ul li a {
	letter-spacing: 0.1em;		/*文字間隔を少し広めにとる設定。*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	float:left;
	text-decoration: none;
	padding: 15px 10px 5px 10px;
	color:#FFFFFF;
	line-height:1.8em;
	width:22%;
	text-align:center;
}
#menu ul li a span {
	font-size:0.9em;
	color:#999;
}
/*マウスオン時の設定*/
#menu ul li a:hover {
	background:#d14c43;
	color:#FFFE59;
}
#menu ul li a:hover span {
	color:#FFF;
}
.slicknav_menu {
	display: none;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	line-height:1.5;
}

#pagetop {
	text-align:right;
}

.copy { 
	font-size:0.9em;
	text-align:center;
	padding:10px;
	clear:both;
}

/*トップページ内「新着情報」
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new {
	margin-top: 5px;
	padding-left:10px;
}
/*日付設定*/
#new dt {
	font-weight: bold;
	float: left;
	width: 8em;
	line-height: 1.8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #ccc;
	padding-left: 8em;
    padding-bottom:1em;
	line-height: 1.8em;
}
#new dd img {
	vertical-align: middle;
}
#new dd em { font-weight:bold; color:#288fae; font-style:normal; }

#new dd a { color:#ECE52F; text-decoration:none; }

/*トップページ内「記事一覧」
---------------------------------------------------------------------------*/
.airticlearrow {
	font-size:0.8em;
	text-align:right;
}
.airticlearrow a {
	color:#1f4e91;
	text-decoration:none;
}
.airticlearrow a:hover {
	text-decoration:underline;
	color:#f69240;
}

/*トップページ内「SNSリンク」
---------------------------------------------------------------------------*/
.snsul {
	display: none;
}

.mapcomment { width:90%; padding:5px; background:#FFF; color:#9B0D0F; margin: 0 auto 15px auto; font-size:0.9em; }
.foodfesta { border:1px solid #FFF;}
.sponser {
	color:#FFF;
	line-height: 1.3em;
    text-align: center;
}
.sponser img {
	margin-top:10px;
}

.chirasi {
	position: relative;
	text-align: center;
	width:1000px;
	margin:0 auto;
}
.chirashi p {
	position: absolute;
	color: white;
	bottom:10px;
}
.chirashi img {
	
}

/* 施設一覧
--------------------------------------------------------------------------*/
.ichiranul li {
	width:21.5%;
	margin:2% 1%;
	float:left;
	display: block;
	border-radius: 5px;
	background: #FFFFFF;
	padding:10px;
    line-height: 2.0em;
}
.ichiranul li span.number {
	background: #01579b;
	padding:10px;
	text-align: center;
	font-weight:bold;
	font-size:1.5em;
	color:#FFFFFF;
	margin-right:15px;
}
.ichiranul li span.name a {
	font-size:1.2em;
	font-weight: bold;
	text-decoration: none;
}
.ichiranul li span.name2 a {
	font-size:1.0em;
	font-weight: bold;
	text-decoration: none;
}
.ichiranul li span.name3 {
	font-size:1.2em;
	font-weight: bold;
	text-decoration: none;
    color:#1f4e91;
}
.ichiranul li span.name4 {
	font-size:0.85em;
	font-weight: bold;
	text-decoration: none;
    color:#1f4e91;
}
span.midashi {
	text-decoration: none;
    background:#8a106f;
    text-align: center;
    padding:2px 5px;
    margin:5px;
    color:#FFFFFF;
    border-radius: 5px;
    width:60px;
}
.ichiranul li div.info {
    border-top:1px solid #01579b;
    margin-top:15px;
    padding-top:10px;
}


/*トップページ 過去画像
---------------------------------------------------------------------------*/
#lightupimg {
	background: url("../img/bg.jpg") no-repeat top left;
	background-size:100% auto;
	height:720px;
}
#lightupimg div {
	width:1000px;
	margin:0 auto;
    padding-top:50px;
}
#lightupimg p {
    color:#8a106f;
    font-weight:bold;
    font-size:1.5em;
    text-align: center;
    margin-top:30px;
}

.nopc { display:none; }
a.noborder { text-decoration: none; }

/*　カラー
メインカラー　#8a106f
*/