@charset "utf-8";

body {
	font-size: 16px;
	line-height: 1.5em; 
	color: #333;
	-webkit-text-size-adjust: 100%;
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	text-align: center;
}
ul {
	list-style-type: none;
}
a {
	color: #447cb3;
	text-decoration: underline;
	overflow: hidden;
}
a:hover {
	color: #115598;
	text-decoration: underline;
}
a.a_style-1 {
	color:#404040;
	text-decoration: none;
}
a:hover.a_style-1 {
	color:#111;
}
a.a_style-2 {
	color:#fff;
	text-decoration: none;
}
a:hover.a_style-2 {
	color:#fef0ad;
}

p {
	margin: 0px;
	padding: 10px 0;
}
img { 
	max-width: 100%; 
	height:auto;
	vertical-align:bottom;
}
a img {
	border: none;
}
.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 768px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
}
@media screen and (min-width: 480px){   
  .br_pc { display:block; }
  .br_sp { display:none; }
}

/* =====================================================================
	ヘッダー部・フッター部・サイドバー部のスタイル
   ===================================================================== */
/* ----------- ヘッダー部・グローバルメニュー部 ------------ */
#header{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
    width:100%;
} 

#header-fixed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	background-color: rgba(51, 51, 51, .5);
	z-index:99;
	color:#333;
}
#header-fixed.change-color {
	position: fixed;
    	background-color: #fff;
	color:#333;
	border-bottom:2px solid #ccc;
animation: SlideIn 0.7s;
}
@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateY(-90px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.head {
	margin: 0px auto;
	padding: 0;
	max-width:1300px;
	text-align: left;
	display:flex;
	height: 80px;
}
.head_1 {
	margin: 0px; padding: 10px 5px;
	width:20%;
}
.head_2 {
	margin: 0px; padding: 10px 5px;
	width:65%;
}
.head_3 {
	margin: 5px 0px 1px; padding: 0;
	width:15%;
	text-align:right;
}
.head_3 ul {
	list-style:none;
}
.head_3 ul li {
	height:50%;
	text-align:center;
}

@media screen and (max-width: 990px) {
	#header-fixed,
	.head {
		height: 80px; /*スマホ　ハンバーガー表示時*/
	}

	.head_1 {width:80%;}
	.head_3 {display:none;}
}

/* ------------　フッター部  --------------------------------------- */
#page_top {
	margin: 20px 80px 5px 0;
	padding:0;
	text-align: right;
}

@media screen and (max-width: 768px){
#page_top {
	margin: 20px 20px 5px 0;
}
}

#foot {
	max-width: 100%;
	clear: both;
	margin: 0;
	padding: 30px 5px 20px;
	background-color: #ececec;
	font-size: 13px;
	line-height: 130%;
	border-top:1px solid #cecccc;
}
#foot a {
	color: #404040; text-decoration: none;
}
#foot a:hover {
	color: #aaa;
}

#foot1 {
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#foot ul {
	margin: 0px;
}
#foot ul li {
	line-height: 130%;
	list-style-type:none;
}
.foot_social {
	margin:0px auto; padding:0px;
	max-width:300px;
	text-align:center;
	border:1px solid #00bf80;
}
.foot_social ul {
	margin:0; padding:10px;
}
.foot_social ul li {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
}
#copyright {
	max-width:100%;
	margin:0;
	padding: 12px;
	text-align: center;
	font-size:12px;
	background-color: #00bf80;
	color:#fff;
}
.sp_foot_toi { /* -----------　スマホ用最下部固定表示　-------------- */
	display: none;
}
@media screen and (max-width: 990px) {
	.sp_foot_toi { /* -----------　スマホ用最下部固定表示　-------------- */
		display: block;
		width: 100%;
		background: #292929;
		text-align: center;
		position: fixed;
		bottom: 0;
		left:0;
		z-index: 10;
		overflow: hidden;
	}
}

@media screen and (max-width: 768px) {
.foot_border1 {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #fff;
}
.s_padding {
	padding-left:20px;
	padding-right:20px;
}
#foot ul li {
	font-size: 16px; line-height: 140%;
}
}

/* -----------　スクロール時表示固定---------------------- */
#scroll_fixed{
 position:fixed;
 bottom:10px;
 right:10px;
 z-index:999;
}


/* -------------　サイドバー部 --------------------------------------- */
#sidebar-1 {
	margin: 100px auto 80px;
	padding: 0;
	max-width: 1200px; 		/* 幅指定 */
}
#sidebar-1 h2 {
	color:#fff;
	font-size:18px;
	background:#00bf80;
	padding:20px 10px;
	margin:0 auto 10px;
	text-align: center;
}
#sidebar-1 a {
	color: #00bf80;
	text-decoration: none;
}

ul.sidebar1{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  margin:0 10px;
  padding:0;
}
ul.sidebar1 li{
  position:relative;
  padding: 0 0 0 20px;
  margin: 7px 10px 7px 0px;
  font-weight: bold;
  font-size:14px;
  line-height: 30px;
  border-bottom: dashed 1px #00bf80;
  width:100%;
  text-align:left;
}
ul.sidebar1 li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #00bf80;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* =====================================================================
	メイン部のスタイル
   ===================================================================== */
#container-1{
	background:#fff;
	margin-bottom:0;
	padding:80px 0 0;
    overflow: hidden;
}

#page {
	position:relative;
	width:100%;
	margin: 0px auto;
	background: #ffffff;
	overflow:hidden;
	text-align: left;
}

#main-1 {
	clear: both;
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 10px;
	text-align:center;
	position: relative;
overflow: hidden;
}

#contents-1 {
	margin: 15px auto 0px;
	padding: 0px;
	max-width: 1200px;
	text-align:left; 				/* 幅指定 */
}

/*-------------　パンくずリスト　-----------------*/
.topicpath {
	clear:both;
	text-align:left;
	width:100%;
	margin: 3px 0px 10px;
	padding: 0px;
	font-size:13px;
}
@media(max-width:1199px) {
	.topicpath {
		font-size:14px;
	}
}
.topicpath ul {
	margin: 0; padding:0;
}
.topicpath li {
	/* liを横並び＆ブレットを消す */
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.topicpath li a {
    text-decoration: none;
}

.topicpath li a:hover {
    text-decoration: underline;
}

/*-------------　ｈ１、ｈ２、ｈ３　-----------------*/
.h1style-1 {
	position: relative;
	margin: 20px auto 50px;
	text-align:center;
	font-size: 26px; 
	font-weight:bold;

	display: inline-block;
	padding: 0 40px;
}
.h1style-1:before,
.h1style-1:after {
	content: '';
	position: absolute;
	top: 40%;
	display: inline-block;
	width: 30px;
	height: 3px;
	background-color: #333;
}
 
.h1style-1:before {
	left: 0;
}
 
.h1style-1:after {
	right: 0;
}

@media screen and (max-width: 768px) {
	.h1style-1 {font-size: 20px; }
}
/*---------*/

.stitle_style {
	position: relative;
	margin-top: 80px; margin-bottom: 50px;
	padding: 1rem .5rem;
	text-align: left;
	font-size:20px;
	color:#555;
}
.stitle_style::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	content: '';
	border-radius: 3px;
	background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
	background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
	background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}
/*---------*/

.stitle_style-1{
	position:relative;
	text-align:center;
	margin: 50px 0 40px;
	font-size:20px;font-weight:normal;color: #00bf80;
}
.stitle_style-1:before,
.stitle_style-1:after{
  content:"";
  display:block;
  position:absolute;
  height:2px;
  width:100%;
  border: 0;
  background: #02c283;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(0.7,#02c283), color-stop(0.7,#00bf80), to(#fff));
  background: -moz-linear-gradient(left,#fff 0%, #02c283 30%, #00bf80 70%, #fff 100%);
  background: -o-linear-gradient(left,#fff 0%, #02c283 30%, #00bf80 70%, #fff 100%);
  background: -ms-linear-gradient(left,#fff 0%, #02c283 30%, #00bf80 70%, #fff 100%);
  background: linear-gradient(left,#fff 0%, #02c283 30%, #00bf80 70%, #fff 100%);
}
.stitle_style-1:before{
  top:-10px;
}
.stitle_style-1:after{
  bottom:-10px;
}

@media screen and (max-width: 767px) {
	.stitle_style-1 {font-size:18px;}
}

.midasi_style-1 {
	margin: 20px 0px 10px;
	padding: 7px 10px 3px;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	background-color:#87d37c;
	border-bottom:2px solid #57ad80;
}

.h_style-brown{
  background:#a58a60;
  padding:3px 0;
background: -moz-radial-gradient(#e0cdaf, #a58a60); 
background: -webkit-radial-gradient(#e0cdaf, #a58a60); 
background: radial-gradient(#e0cdaf, #a58a60); 
font-size:18px;
}
.h_style-brown span{
  display:block;
  border-top:1px dashed #fff;
  border-bottom:1px dashed #fff;
  padding:20px 10px;
}

/* -----------　画面分割処理　---------------------- */
.colum_multi {
	display: -webkit-flex;
	display:flex;
	justify-content: center;
}
.col-w_25 {
	width:25%;
	margin:0 10px;
}
.col-w_30 {
	width:33%;
	margin:0 10px;
}
.col-w_50 {
	width:50%;
	margin:0 10px;
}
.col-w_40 {
	width:40%;
	margin:0 10px;
}
.col-w_60 {
	width:60%;
	margin:0 10px;
}
.top_col-w{margin:0 10px;}

@media screen and (max-width: 767px) {
.colum_multi {display:block;}
.col-w_25,
.col-w_30,
.col-w_50,
.col-w_40,
.col-w_60 {width:auto;max-width:767px;margin:10px auto;}
.top_col-w{margin:10px;}
}

.colum_multi1 {
	display: -webkit-flex;
	display:flex;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* ----------- li要素横並び　---------------------- */
ul.inl_block {
	margin-bottom: 10px; padding: 0px;
	list-style-type: none;
}
ul.inl_block li {
  display: inline-block; /* 横並び */
  vertical-align: top; /* li要素を上端揃えに */
  margin: 0 5px 0px 0;
  padding: 0px;
}

/*-------------　間隔調整　-----------------*/
.btm_100-30 {
	margin-bottom: 100px;
}
.btm_50-30 {
	margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
.btm_100-30,
.btm_50-30 {
	margin-bottom: 30px;
}
}

/*-------------　タブレット・スマートフォン時削除エリア　------*/
.s-delete {
	margin:0;
	padding:0;
}
/*992px未満では非表示にし、992px以上では表示*/
@media screen and (max-width: 992px) {
.s-delete {
	display:none;
}
}
/*-------------　スマートフォン時削除エリア　-----------------*/
.s-delete-1 {
	margin:0;
	padding:0;
}
/*768px未満では非表示にし、768px以上では表示*/
@media screen and (max-width: 768px) {
.s-delete-1 {
	display:none;
}
}

/*-------------　矢印と下線（点線）付リスト表示　--------------*/
.list_st1 ul {
	margin: 0px 10px;
	padding: 0px;
	list-style: none;
}
.list_st1 ul li {
	background: url(../img/dott02.gif) repeat-x bottom;
	line-height: 110%;
	text-align:left;
}
.list_st1 ul li a {
	background: url(../img/con-left_mark01.gif) no-repeat 5px center;
	display: block;
	height: 100%;
	padding: 10px 4px 10px 25px;
	text-decoration: none;
	color:#505050;
}
.list_st1 ul li a:hover {
	background: url(../img/con-left_mark01-1.gif) no-repeat 5px center;
	display: block;
}

.waku {
	border:3px solid #a58a60;
	border-radius: 20px;
}

/* -----------  リンクボタン　------------------------------ */
a.btn_01 {
	display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 250px;
	margin: 50px auto auto;
	padding: 0.7rem 2rem;
	border: 1px solid #333;
	color: #333;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	font-size:14px;
}
a.btn_01::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background-color: #333;
}
a.btn_01::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 40px;
	height: 1px;
	background-color: #333;
}
a.btn_01:hover {
	font-weight:bold;
}


/* -------------　youtube用／iframe設定　------------------------------ */
.movie-wrap {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}

.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.iframe-content {
  position: relative;
width: 100%;
   padding: 75% 0 0 0;
}
.iframe-content iframe {
   position: absolute;
top: 0;
left: 0;
   width: 100%;
   height: 100%;
}
iframe.if-border-none { border: none; }

/* ----------------　次・前ページ表示 -------------------------------------- */
.p_alignright {
	float: right;
	}

.p_alignleft {
	float: left
	}

/* --------------  新着情報 (ＴＯＰ・イベント一覧)-------------------------------------------- */
#top_news {
	margin: 0 auto 50px;
	padding:0;
	max-width: 1080px; height: auto;
}

/* - 新着リスト - */
div.update {
font-size: 14px;
line-height: 1.5em;
}
div.update dl {
width: 100%; 
margin: 0;
text-align:left;
border-top: 1px #c0c0c0 dotted; /* 新着リストの上境界線 */
}

/* - 日付エリア - */
div.update dt {
width: 120px; /* 日付エリアの幅 */
float: left;
padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
font-weight:normal;
}

/* - 本文エリア - */
div.update dd {
margin: 0;
padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
}

div.update dd a {
	text-decoration: none;
	color:#404040;
}

div.update dd a:hover {
	color:#c1da08;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
div.update h2 {
	font-size:18px;
	margin-bottom: 20px;
}
