@charset "UTF-8";

/*reset-----------*/

html {font-size: 62.5%;}
/*size10px*/

body { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
body { font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}

@font-face {
  font-family: 'jomin';
	src: url(fontstyle/A-OTF-JominStd-Light.otf);
	/*最終は絶対パスで記載する*/
}

* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@media all and (-ms-high-contrast:none) {
body { overflow-x: hidden;}
}

a {text-decoration: none;}
a:link {color: #000;}
a:visited{ color: #000;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size:1rem; line-height: 2.5rem;}
p { font-size:1rem; line-height: 2.5rem;}
img {vertical-align: middle;}

/*-----------reset*/

/*----------------------
▼テキスト▼
----------------------*/

/* コピペ用　ipadタッチはPC表示
@media (min-width:1200px){
}
@media (min-width: 960px) and (max-width: 1200px) {
}

@media (min-width:960px){

}

@media (min-width: 600px) and (max-width: 959px) {

}

@media (max-width:599px){

}

/*----------------------
▲テキスト▲
----------------------*/

/* 960はスマホなどの横向きの対応 */

/*
共通スタイル common_
-------------------------*/
@media (min-width:960px){
.pc {display: inherit;}
.tb {display: none;}
.pctb {display: inherit;}
.sp {display: none;}
.tbsp {display: none;}

/*パンクズ*/
.breadcrumb {
	background: rgba(255,255,224,.8);
	padding: 20px 30px;
	margin: 110px auto 0;
	width: 95%;
}
.breadcrumb li {
	display: inline;
	font-size: 1.3rem;
	font-weight: bold;
}
.breadcrumb a:after {
	content:">";
	margin: 0 10px;
	transition: .5s;
}
.breadcrumb a:hover {
	opacity: .5;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.pc {display: none;}
.tb {display: inherit;}
.pctb {display: inherit;}
.sp {display: none;}
.tbsp {display: inherit;}

/*パンクズ_tb*/
.breadcrumb {
	background: rgba(255,255,224,.8);
	padding: 10px 30px;
	margin: 110px auto 0;
	width: 95%;
}
.breadcrumb li {
	display: inline;
	font-size: 1.3rem;
	font-weight: bold;
}
.breadcrumb a:after {
	content:">";
	margin: 0 10px;
}

}

@media (max-width:599px){
.pc {display: none;}
.tb {display: none;}
.pctb {display: none;}
.sp {display: inherit;}
.tbsp {display: inherit;}
/*パンクズ_sp*/
.breadcrumb {
	background: rgba(255,255,224,.8);
	padding: 10px 10px;
	margin: 70px auto 0;
	width: 95%;
}
.breadcrumb li {
	display: inline;
	font-size: 1.3rem;
	font-weight: bold;
}
.breadcrumb a:after {
	content:">";
	margin: 0 10px;
}

}
/*----------------------
▼WP　ページネーション▼
----------------------*/
@media (min-width:960px){
.pagination {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto 30px;
	width: 960px;
}
.pagination span {
	/*●of●*/
	display:block;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 10px 10px 10px 0 ;
	padding:6px 9px 5px 9px ;
	text-decoration:none;
	width:auto ;
	color: #666;
	background: rgba(255,255,224,1);
}
.pagination a {
	display:block;
	font-size: 1.5rem;
	margin: 10px 10px 10px 0 ;
	padding: 6px 8px;
	text-decoration:none;
	width:auto ;
	color:#fff ;
	background: rgba(241,90,36,.1);
}
.pagination a:hover{
	color:#fff ;
	background: rgba(241,90,36,.5);
}
.pagination .current{
	/*該当ページ*/
	padding: 6px 8px;
	background: rgba(241,90,36,.5);
	color: #fff ;
	font-size: 1.5rem;
	font-weight: bold;
}
}

@media (min-width: 600px) and (max-width: 959px) {
.pagination {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto 30px;
	width: 95%;
}
.pagination span {
	display:block;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 10px 10px 10px 0 ;
	padding:6px 9px 5px 9px ;
	text-decoration:none;
	width:auto ;
	color: #666;
	background: rgba(255,255,224,1);
}
.pagination a {
	display:block;
	font-size: 1.5rem;
	margin: 10px 10px 10px 0 ;
	padding: 6px 8px;
	text-decoration:none;
	width:auto ;
	color:#fff ;
	background: rgba(241,90,36,.1);
}
.pagination a:hover{
	color:#fff ;
	background: rgba(241,90,36,.5);
}
.pagination .current{
	padding: 6px 8px;
	background: rgba(241,90,36,.5);
	color: #fff ;
	font-size: 1.5rem;
	font-weight: bold;
}

}

@media (max-width:599px){
.pagination {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto 30px;
	width: 95%;
}
.pagination span {
	display:block;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 10px 10px 10px 0 ;
	padding:6px 9px 5px 9px ;
	text-decoration:none;
	width:auto ;
	color: #666;
	background: rgba(255,255,224,1);
}
.pagination a {
	display:block;
	font-size: 1.3rem;
	margin: 10px 10px 10px 0 ;
	padding: 6px 8px;
	text-decoration:none;
	width:auto ;
	color:#fff ;
	background: rgba(241,90,36,.1);
}
.pagination a:hover{
	color:#fff ;
	background: rgba(241,90,36,.5);
}
.pagination .current{
	padding: 6px 8px;
	background: rgba(241,90,36,.5);
	color: #fff ;
	font-size: 1.3rem;
	font-weight: bold;
}

}


/*----------------------
▼ナビゲーション_ヒーローイメージ▼
----------------------*/

@media (min-width:960px){
.head_box {
	position: fixed;
	top: 0;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	background: rgba(255,255,255,.8);
	margin: 0 auto 0;
	padding: 10px 0 0;
	width: 95%;
	z-index: 1;
}
.head_box .logo {
	width: 200px;
}
.head_box .logo img:hover {
	opacity: .4;
}
.head_box #top_head {
	margin: 10px 0 20px;
	width: 80%;
}
#global_nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	margin: 20px auto 0;
	width: 100%;
}
#global_nav span {
	display: block;
	color: rgba(102,102,102,1);
	font-size: 1.2rem;
	font-weight: normal;
}
#global_nav ul li {
	padding: 0 45px;
	text-align: center;
}
#global_nav ul li+li {
	/*区切り線*/
	border-left: 1px solid rgba(200,200,200,1);
	height: 45px;
}
#global_nav ul .sns_icon {
	border-left: none;
	padding: 0 20px;
	width: auto;
}
#global_nav ul li a {
	font-size: 1.5rem;
	font-weight: bold;
}
#global_nav ul li a:hover {
	opacity: .4;
}
#global_nav #close {
	display: none;
}
/*ヒーローイメージ*/
.main_pic {
	position: relative;
	margin: 105px auto 0;
	width: 95%;
	z-index: -1;
}
.main_pic img:first-of-type {
	/*ヒーロー*/
	height: auto;
	width: 100%;
}
.main_pic img:nth-of-type(3) {
	/*テキスト*/
	position: absolute;
	top: 40px;
	left: 30px;
	height: 25%;
	width: auto;
}
.main_pic .fadeInDown {
	/*テキスト*/
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-delay:.5s;
	-ms-animation-delay:.5s;
	animation-delay:.5s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
.main_pic .fadeInDown_2 {
	/*バナー*/
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-delay:.9s;
	-ms-animation-delay:.9s;
	animation-delay:.9s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(15px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(15px); -ms-transform: translateY(15px); transform: translateY(15px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.main_pic img:nth-of-type(4) {
	/*バナー*/
	position: absolute;
	top: 40%;
	left: 30px;
	height: 25%;
	width: auto;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.head_box {
	position: fixed;
	top: 0;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	background: rgba(255,255,255,.8);
	margin: 0 auto 0;
	padding: 10px 0 0;
	width: 95%;
	z-index: 1;
}
.head_box .logo {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	width: 15%;
}
.head_box .logo img {
	height: auto;
	width: 100%;
}
.head_box #top_head {
	margin: 10px 0 20px;
	width: 85%;
}
#global_nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	margin: 20px auto 0;
	width: 100%;
}
#global_nav span {
	display: block;
	color: rgba(102,102,102,1);
	font-size: 1rem;
	font-weight: normal;
}
#global_nav ul li {
	padding: 0 20px;
	text-align: center;
}
#global_nav ul li+li {
	/*区切り線_tb*/
	border-left: 1px solid rgba(200,200,200,1);
	height: 40px;
}
#global_nav ul .sns_icon {
	border-left: none;
	padding: 0 20px;
	width: auto;
}
#global_nav ul li a {
	font-size: 1.3rem;
	font-weight: bold;
}
#global_nav #close {
	display: none;
}
/*ヒーローイメージ_tb*/
.main_pic {
	position: relative;
	margin: 105px auto 0;
	width: 95%;
	z-index: -1;
}
.main_pic img:first-of-type {
	/*ヒーロー_tb*/
	height: auto;
	width: 100%;
}
.main_pic img:nth-of-type(3) {
	/*テキスト*/
	position: absolute;
	top: 20px;
	left: 30px;
	height: 25%;
	width: auto;
}
.main_pic .fadeInDown {
	/*テキスト_tb*/
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-delay:.5s;
	-ms-animation-delay:.5s;
	animation-delay:.5s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
.main_pic .fadeInDown_2 {
	/*バナー_tb*/
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-delay:.9s;
	-ms-animation-delay:.9s;
	animation-delay:.9s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(15px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(15px); -ms-transform: translateY(15px); transform: translateY(15px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.main_pic img:nth-of-type(4) {
	/*バナー_tb*/
	position: absolute;
	top: 45%;
	left: 30px;
	height: 25%;
	width: auto;
}

}

@media (max-width:599px){
.head_box .logo {
	position: fixed;
	top: 5px;
	left: 10px;
	z-index: 1000;
	width: 30%;
}
.head_box .logo img {
	height: 50px;
	width: auto;
}
/*ヒーローイメージ_tb*/
.main_pic {
	position: relative;
	margin: 60px auto 0;
	width: 95%;
	z-index: -1;
}
.main_pic img:nth-of-type(2) {
	/*ヒーロー_tb*/
	height: auto;
	width: 100%;
}
.main_pic img:nth-of-type(3) {
	/*テキスト*/
	position: absolute;
	top: 20px;
	left: 10px;
	height: auto;
	width: 60%;
}
.main_pic .fadeInDown {
	/*テキスト_tb*/
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-delay:.5s;
	-ms-animation-delay:.5s;
	animation-delay:.5s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
.main_pic .fadeInDown_2 {
	/*バナー_tb*/
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-delay:.9s;
	-ms-animation-delay:.9s;
	animation-delay:.9s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(15px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(15px); -ms-transform: translateY(15px); transform: translateY(15px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.main_pic img:nth-of-type(4) {
	/*バナー_tb*/
	position: absolute;
	top: 30%;
	left: 10px;
	height: 25%;
	width: auto;
}

/*ナビゲーション*/
#top_head {
/* 上部fixedの枠 */
	position: fixed;
	top: 0;
	background: #FFF;
	height: 65px;
	width: 100%;
	z-index: 999;
}
#mobile_head {
	position: relative;
	z-index: 999;
}
/* ナビOPEN時 */
#global_nav {
	background: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	z-index: 999;
/* 開いてないとき画面外配置 */
	position: fixed;
	top: -1000px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	width: 100%;
}
#global_nav::-webkit-scrollbar {
    width: 7px;
}
#global_nav::-webkit-scrollbar-thumb{
    background: rgba(153,153,153,1);
    border-radius: 10px;
}
#global_nav::-webkit-scrollbar-track-piece {
    background: rgba(255,255,255,1);
}

#global_nav ul {
	z-index: 999;
}
#global_nav li {
	border-bottom: solid thin rgba(204,204,204,1);
	line-height: 50px;
	margin: 0 15px;
	padding-left: 15px;
}
#global_nav a:link,nav a:visited {
	color: rgba(50,50,50,1);
}
#global_nav img {
	height: 30px;
	width: auto;
}
#global_nav p {
	color: rgba(50,50,50,1);
	font-size: 1.5rem;
	margin: 0 0 0 10px;
}
#global_nav #close {
	border-bottom: none;
	text-align: center;
	padding: 0;
}
#global_nav li span {
	font-size: 1.2rem;
}
#global_nav span:before {
/* span活用持 */
	content:"/";
	margin: 0 10px;
}

/* スライドアニメーション_li要素全体の移動調整 */
.open #global_nav {
	-moz-transform: translateY(1065px);
	-webkit-transform: translateY(1065px);
	transform: translateY(1065px);
}
/* 3本ラインの位置調整 */
#nav_toggle {
    position: absolute;
    right: 15px;
    top: 14px;
    width: 34px;
    height: 36px;
    z-index: 999;
}
#nav_toggle span {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    left: 0;
    background: rgba(51,51,51,1);
	border-radius: 15px;
	height: 4px;
    width: 100%;
	-webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav_toggle span:nth-child(1) {top: 7px;}
#nav_toggle span:nth-child(2) {top: 18px;}
#nav_toggle span:nth-child(3) {top: 29px;}

/* Fixed reset */
#top_head .fixed {
	padding-top: 0;
	background: transparent;
}
#nav_toggle {
	display: block;
}
	
/* #nav-toggle 切り替えアニメーション */
.open #nav_toggle span:nth-child(1) {
	top: 17px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 17px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* メニューテキスト */
#mobile_head .menu {
	position: absolute;
	top: -5px;
	right: 16px;
}
#mobile_head .menu::before {
	content:"menu";
	position: absolute;
	top: 10px;
	right: 2px;
}

}

/*----------------------
▲ナビゲーション_ヒーローイメージ▲
----------------------*/

/*----------------------
▼メインコンテンツ▼
----------------------*/

@media (min-width:960px){
.top_wrap {
	background: rgba(245,245,245,1);
	margin: 0 auto;
	padding: 50px 0;
	width: 95%;
}
.top_wrap .content {
	background: #FFF;
	margin: 0 auto;
	padding: 40px 0;
	max-width: 1100px;
}
.top_wrap .content .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 960px;
}
.top_wrap .content .box .item {
	width: 300px;
}
.top_wrap .content .box .item img {
	margin: 0 0 10px;
}
.top_wrap .content .box .item p {
	font-size: 1.5rem;
	font-weight: bold;
}
.top_wrap .banner {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 40px auto 0;
	max-width: 1100px;
}
.top_wrap .banner img:hover {
	opacity: .4;
}
/*ニュース*/
.news_wrap {
	background: rgba(255,255,224,.8);
	margin: 0 auto;
	padding: 50px 0;
	width: 95%;
}
.news_wrap h2 {
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 30px;
	letter-spacing: 2px;
	text-align: center;
}
.news_wrap dl {
	background: #FFF;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	height: 250px;
	margin: 0 auto;
	overflow-y: scroll;
	padding: 30px 20px;
	width: 960px;
}
.news_wrap dl dt {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 0;
	width: 30%;
}
.news_wrap dl dt span {
	display: inline-block;
	color: #FFF;
	margin: 0 20px 0 0;
	text-align: center;
	width: 80px;
}
.news_wrap dl dt .pickup {
	background: rgba(153,0,0,1);
}
.news_wrap dl dt .news {
	background: rgba(153,153,153,1);
}
.news_wrap dl dd {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 0;
	width: 70%;
}
/*メッセージ*/
.massege_wrap {
	padding: 50px 0;
}
.massege_wrap h2 {
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 30px;
	letter-spacing: 2px;
	text-align: center;
}
.massege_wrap .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 960px;
}
.massege_wrap .box .pic_item,
.massege_wrap .box .txt_item {
	width: 480px;
}
.massege_wrap .box .yellow {
		background: rgba(255,255,224,1);
}
.massege_wrap .box .blue {
		background: rgba(41,171,224,.1);
}
.massege_wrap .box .pink {
	background: rgba(241,90,36,.1);
}
.massege_wrap .box .green {
	background: rgba(57,181,74,.2);
}
.massege_wrap .box .txt_item {
	padding: 20px 40px;
}
.massege_wrap .box .txt_item h3 {
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 15px;
	letter-spacing: 1px;
}
.massege_wrap .box .txt_item p {
	position: relative;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 0 20px;
	line-height: 30px;
}
.massege_wrap .box .txt_item p:after {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: -20px;
	width: 8px;
	height: 3px;
	border-left: 2px solid rgba(215,0,100,1);
	border-bottom: 2px solid rgba(215,0,100,1);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.massege_wrap .fadeInDown {
	/*テキスト*/
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-delay:.5s;
	-ms-animation-delay:.5s;
	animation-delay:.5s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(15px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(15px); -ms-transform: translateY(15px); transform: translateY(15px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.massege_wrap .link {
	margin: 50px 0 0;
	text-align: center;
}
.massege_wrap .link a {
	border: solid thin rgba(153,153,153,1);
	border-radius: 30px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 50px;
}
.massege_wrap .link .arrow::after {
	content:"";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 0 0 10px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(-45deg);
}
.massege_wrap .link a:hover {
	opacity: .4;
}

/*マップ*/
.map_wrap {
	margin: 0 auto 80px;
	width: 95%;
}
.map_wrap .link {
	text-align: right;
}
.map_wrap .link a {
	font-size: 1.5rem;
	font-weight: bold;
	color: #900;
	text-decoration: underline;
}
.map_wrap iframe {
	height: 300px;
	margin: 0 0 10px;
	width: 100%;
}
.map_wrap .address {
	text-align: center;
}
.map_wrap .address h2 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 auto 10px;
}
.map_wrap .address .address_txt {
	display: inline-block;
	font-size: 1.5rem;
	border: none;
	text-align: center;
	margin: 0 auto 20px;
	width: 300px;
}
.map_wrap .address .address_btn {
	cursor: pointer;
	padding: 5px 30px;
}


}

@media (min-width: 600px) and (max-width: 959px) {
.top_wrap {
	background: rgba(245,245,245,1);
	margin: 0 auto;
	padding: 50px 0;
	width: 95%;
}
.top_wrap .content {
	background: #FFF;
	margin: 0 auto;
	padding: 20px;
	width: 95%;
}
.top_wrap .content .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
}
.top_wrap .content .box .item {
	width: 30%;
}
.top_wrap .content .box .item img {
	height: auto;
	margin: 0 0 10px;
	width: 100%;
}
.top_wrap .content .box .item p {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
}
.top_wrap .banner {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 40px auto 0;
	width: 95%;
}
.top_wrap .banner .item {
	width: 48%;
}
.top_wrap .banner .item img {
	height: auto;
	width: 100%;
}
/*ニュース_tb*/
.news_wrap {
	background: rgba(255,255,224,.8);
	margin: 0 auto;
	padding: 40px 0;
	width: 95%;
}
.news_wrap h2 {
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 30px;
	letter-spacing: 2px;
	text-align: center;
}
.news_wrap dl {
	background: #FFF;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	height: 250px;
	margin: 0 auto;
	overflow-y: scroll;
	padding: 30px 20px;
	width: 95%;
}
.news_wrap dl dt {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 0;
	width: 30%;
}
.news_wrap dl dt span {
	display: inline-block;
	color: #FFF;
	margin: 0 20px 0 0;
	text-align: center;
	width: 80px;
}
.news_wrap dl dt .pickup {
	background: rgba(153,0,0,1);
}
.news_wrap dl dt .news {
	background: rgba(153,153,153,1);
}
.news_wrap dl dd {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 0;
	width: 70%;
}
/*メッセージ_tb*/
.massege_wrap {
	padding: 50px 0;
}
.massege_wrap h2 {
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 30px;
	letter-spacing: 2px;
	text-align: center;
}
.massege_wrap .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 95%;
}
.massege_wrap .box .pic_item,
.massege_wrap .box .txt_item {
	width: 50%;
}
.massege_wrap .box .pic_item {
	overflow: hidden;
}
.massege_wrap .box .pic_item img {
	height: 100%;
	width: auto;
}
.massege_wrap .box .yellow {
		background: rgba(255,255,224,1);
}
.massege_wrap .box .blue {
		background: rgba(41,171,224,.1);
}
.massege_wrap .box .pink {
	background: rgba(241,90,36,.1);
}
.massege_wrap .box .green {
	background: rgba(57,181,74,.2);
}
.massege_wrap .box .txt_item {
	padding: 20px 30px;
}
.massege_wrap .box .txt_item h3 {
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 15px;
	letter-spacing: 1px;
}
.massege_wrap .box .txt_item p {
	position: relative;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 0 20px;
	line-height: 25px;
}
.massege_wrap .box .txt_item p:after {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: -20px;
	width: 8px;
	height: 3px;
	border-left: 2px solid rgba(215,0,100,1);
	border-bottom: 2px solid rgba(215,0,100,1);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.massege_wrap .fadeInDown {
	/*テキスト*/
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-delay:.5s;
	-ms-animation-delay:.5s;
	animation-delay:.5s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(15px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(15px); -ms-transform: translateY(15px); transform: translateY(15px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.massege_wrap .link {
	margin: 50px 0 0;
	text-align: center;
}
.massege_wrap .link a {
	border: solid thin rgba(153,153,153,1);
	border-radius: 30px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 50px;
}
.massege_wrap .link .arrow::after {
	content:"";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 0 0 10px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(-45deg);
}

/*マップ_tb*/
.map_wrap {
	margin: 0 auto 80px;
	width: 95%;
}
.map_wrap .link {
	text-align: right;
}
.map_wrap .link a {
	font-size: 1.5rem;
	font-weight: bold;
	color: #900;
	text-decoration: underline;
}
.map_wrap iframe {
	height: 300px;
	margin: 0 0 10px;
	width: 100%;
}
.map_wrap .address {
	text-align: center;
}
.map_wrap .address h2 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 auto 10px;
}
.map_wrap .address .address_txt {
	display: inline-block;
	font-size: 1.5rem;
	border: none;
	text-align: center;
	margin: 0 auto 20px;
	width: 300px;
}
.map_wrap .address .address_btn {
	cursor: pointer;
	padding: 5px 30px;
}

}

@media (max-width:599px){
.top_wrap {
	background: rgba(245,245,245,1);
	margin: 0 auto;
	padding: 50px 0;
	width: 95%;
}
.top_wrap .content {
	background: #FFF;
	margin: 0 auto;
	padding: 20px;
	width: 95%;
}
.top_wrap .content .box {
	margin: 0 auto;
	width: 100%;
}
.top_wrap .content .box .item {
	width: 100%;
}
.top_wrap .content .box .item img {
	height: auto;
	margin: 0 0 5px;
	width: 100%;
}
.top_wrap .content .box .item p {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 10px;
}
.top_wrap .banner {
	margin: 40px auto 0;
	width: 90%;
}
.top_wrap .banner .item {
	margin: 0 0 10px;
	width: 100%;
}
.top_wrap .banner .item img {
	height: auto;
	width: 100%;
}
/*ニュース_sp*/
.news_wrap {
	background: rgba(255,255,224,.8);
	margin: 0 auto;
	padding: 30px 0;
	width: 95%;
}
.news_wrap h2 {
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 20px;
	letter-spacing: 2px;
	text-align: center;
}
.news_wrap dl {
	background: #FFF;
	height: 200px;
	margin: 0 auto;
	overflow-y: scroll;
	padding: 30px 20px;
	width: 95%;
}
.news_wrap dl dt {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 0 0;
	width: 100%;
}
.news_wrap dl dt span {
	display: inline-block;
	color: #FFF;
	margin: 0 20px 0 0;
	text-align: center;
	width: 80px;
}
.news_wrap dl dt .pickup {
	background: rgba(153,0,0,1);
}
.news_wrap dl dt .news {
	background: rgba(153,153,153,1);
}
.news_wrap dl dd {
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 0;
	width: 100%;
}
/*メッセージ_sp*/
.massege_wrap {
	padding: 50px 0;
}
.massege_wrap h2 {
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 20px;
	letter-spacing: 2px;
	text-align: center;
}
.massege_wrap .box {
	margin: 0 auto 10px;
	width: 95%;
}
.massege_wrap .box:nth-of-type(1),
.massege_wrap .box:nth-of-type(3) {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.massege_wrap .box .pic_item,
.massege_wrap .box .txt_item {
	width: 100%;
}
.massege_wrap .box .pic_item {
	height: 100px;
	overflow: hidden;
}
.massege_wrap .box .pic_item img {
	min-height: 100px;
	width: 100%;
}
.massege_wrap .box .yellow {
	background: rgba(255,255,224,1);
}
.massege_wrap .box .blue {
	background: rgba(41,171,224,.1);
}
.massege_wrap .box .pink {
	background: rgba(241,90,36,.1);
}
.massege_wrap .box .green {
	background: rgba(57,181,74,.2);
}
.massege_wrap .box .txt_item {
	padding: 10px 20px;
}
.massege_wrap .box .txt_item h3 {
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
	letter-spacing: 1px;
}
.massege_wrap .box .txt_item p {
	position: relative;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 0 20px;
	line-height: 25px;
}
.massege_wrap .box .txt_item p:after {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: -20px;
	width: 8px;
	height: 3px;
	border-left: 2px solid rgba(215,0,100,1);
	border-bottom: 2px solid rgba(215,0,100,1);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.massege_wrap .fadeInDown {
	/*テキスト*/
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-delay:.5s;
	-ms-animation-delay:.5s;
	animation-delay:.5s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(15px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(15px); -ms-transform: translateY(15px); transform: translateY(15px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.massege_wrap .link {
	margin: 50px 0 0;
	text-align: center;
}
.massege_wrap .link a {
	border: solid thin rgba(153,153,153,1);
	border-radius: 30px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 30px;
}
.massege_wrap .link .arrow::after {
	content:"";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 0 0 10px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(-45deg);
}

/*マップ_sp*/
.map_wrap {
	margin: 0 auto 80px;
	width: 95%;
}
.map_wrap .link {
	margin: 0 0 10px;
	text-align: center;
}
.map_wrap .link a {
	font-size: 1.3rem;
	font-weight: bold;
	color: #900;
	text-decoration: underline;
}
.map_wrap iframe {
	height: 200px;
	margin: 0 0 10px;
	width: 100%;
}
.map_wrap .address {
	text-align: center;
}
.map_wrap .address h2 {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 auto 10px;
}
.map_wrap .address .address_txt {
	display: inline-block;
	font-size: 1.3rem;
	border: none;
	text-align: center;
	margin: 0 auto 20px;
	width: 300px;
}
.map_wrap .address .address_btn {
	padding: 5px 30px;
}

}

/*----------------------
▲メインコンテンツ▲
----------------------*/

/*----------------------
▼プロフィール profile.html▼
----------------------*/

@media (min-width:960px){
.profile_wrap {
	margin: 30px 0 50px;
}
.profile_wrap h2 {
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 30px;
	letter-spacing: 1px;
	text-align: center;
}
.profile_wrap .top_box {
	position: relative;
	margin: 0 auto 50px;
	width: 960px;
}
.profile_wrap .top_box .pic_item {
	width: 385px;
}
.profile_wrap .top_box .txt_item {
	position: absolute;
	top: 70px;
	left: 320px;
	background: #FFF;
	padding: 30px 40px;
}
.profile_wrap .top_box .txt_item .title {
	margin: 0 0 20px;
}
.profile_wrap .top_box .txt_item .title h3 {
	font-size: 2rem;
	font-weight: bold;
}
.profile_wrap .top_box .txt_item .title p {
	font-size: 1.5rem;
}
.profile_wrap .top_box .txt_item .content p {
	font-size: 1.5rem;
}
/*組織役員*/
.profile_wrap .list_wrap {
	background: rgba(245,245,245,1);
	padding: 40px;
	margin: 0 auto;
	width: 960px;
}
.profile_wrap .list_wrap h3 {
	background: #FFF;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 20px 20px;
}
.profile_wrap .list_wrap p {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 5px 20px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.profile_wrap {
	margin: 30px 0 50px;
}
.profile_wrap h2 {
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 30px;
	letter-spacing: 1px;
	text-align: center;
}
.profile_wrap .top_box {
	position: relative;
	margin: 0 auto 50px;
	width: 95%;
}
.profile_wrap .top_box .pic_item {
	width: 385px;
}
.profile_wrap .top_box .txt_item {
	position: absolute;
	top: 70px;
	left: 320px;
	background: #FFF;
	padding: 30px 40px;
}
.profile_wrap .top_box .txt_item .title {
	margin: 0 0 20px;
}
.profile_wrap .top_box .txt_item .title h3 {
	font-size: 2rem;
	font-weight: bold;
}
.profile_wrap .top_box .txt_item .title p {
	font-size: 1.5rem;
}
.profile_wrap .top_box .txt_item .content p {
	font-size: 1.5rem;
}
/*組織役員_tb*/
.profile_wrap .list_wrap {
	background: rgba(245,245,245,1);
	padding: 40px;
	margin: 0 auto;
	width: 95%;
}
.profile_wrap .list_wrap h3 {
	background: #FFF;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 20px 20px;
}
.profile_wrap .list_wrap p {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 5px 20px;
}

}

@media (max-width:599px){
.profile_wrap {
	margin: 30px auto 50px;
	widows: 95%;
}
.profile_wrap h2 {
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
	letter-spacing: 1px;
	text-align: center;
}
.profile_wrap .top_box {
	margin: 0 auto 30px;
	width: 95%;
}
.profile_wrap .top_box .pic_item {
	margin: 0 auto 20px;
	width: 100%;
}
.profile_wrap .top_box .pic_item img {
	height: auto;
	width: 100%;
}
.profile_wrap .top_box .txt_item .title {
	margin: 0 0 20px;
}
.profile_wrap .top_box .txt_item .title h3 {
	font-size: 1.5rem;
	font-weight: bold;
}
.profile_wrap .top_box .txt_item .title p {
	font-size: 1.3rem;
}
.profile_wrap .top_box .txt_item .content p {
	font-size: 1.3rem;
}
/*組織役員_sp*/
.profile_wrap .list_wrap {
	background: rgba(245,245,245,1);
	padding: 20px 10px;
	margin: 0 auto;
	width: 95%;
}
.profile_wrap .list_wrap h3 {
	background: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 10px 20px;
}
.profile_wrap .list_wrap p {
	font-size: 1.3rem;
	font-weight: bold;
	padding: 5px 20px;
}

}

/*----------------------
▲プロフィール▲
----------------------*/

/*----------------------
▼個人情報保護方針 pp.html▼
----------------------*/

@media (min-width:960px){
.pp_wrap {
	margin: 50px auto;
	width: 960px;
}
.pp_wrap h2,
.pp_wrap p {
	font-size: 1.5rem;
}
.pp_wrap h3 {
	font-size: 1.5rem;
	font-weight: bold;
}
.pp_wrap .txt {
	margin: 20px 0;
}
.pp_wrap .box {
	border: solid thin rgba(153,153,153,1);
	padding: 30px;
	margin: 40px 0 0;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.pp_wrap {
	margin: 50px auto;
	width: 95%;
}
.pp_wrap h2,
.pp_wrap p {
	font-size: 1.5rem;
}
.pp_wrap h3 {
	font-size: 1.5rem;
	font-weight: bold;
}
.pp_wrap .txt {
	margin: 20px 0;
}
.pp_wrap .box {
	border: solid thin rgba(153,153,153,1);
	padding: 30px;
	margin: 40px 0 0;
}

}

@media (max-width:599px){
.pp_wrap {
	margin: 30px auto;
	width: 95%;
}
.pp_wrap h2,
.pp_wrap p {
	font-size: 1.3rem;
}
.pp_wrap h3 {
	font-size: 1.3rem;
	font-weight: bold;
}
.pp_wrap .txt {
	margin: 20px 0;
}
.pp_wrap .box {
	border: solid thin rgba(153,153,153,1);
	padding: 20px;
	margin: 40px 0 0;
}

}

/*----------------------
▲個人情報保護方針▲
----------------------*/

/*----------------------
▼活動報告 WP report.html▼
----------------------*/
@media (min-width:960px){
.history_wrap {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 50px auto;
	width: 960px;
}
.history_wrap .item {
	margin: 0 0 20px;
	width: 32%;
}
.history_wrap .item:nth-of-type(3n-1) {
	margin: 0 2% 20px;
}
.history_wrap .item p:first-of-type {
	color: rgba(153,153,153,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.history_wrap .item img {
	margin: 0 0 10px;
}
.history_wrap .item p:nth-of-type(2) {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 20px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.history_wrap {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 50px auto;
	width: 95%;
}
.history_wrap .item {
	margin: 0 0 20px;
	width: 32%;
}
.history_wrap .item:nth-of-type(3n-1) {
	margin: 0 2% 20px;
}
.history_wrap .item img {
	height: auto;
	width: 100%;
}
.history_wrap .item p:first-of-type {
	color: rgba(153,153,153,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.history_wrap .item img {
	margin: 0 0 10px;
}
.history_wrap .item p:nth-of-type(2) {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 20px;
}

}

@media (max-width:599px){
.history_wrap {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 30px auto;
	width: 95%;
}
.history_wrap .item {
	margin: 0 0 10px;
	width: 48%;
}
.history_wrap .item:nth-of-type(odd) {
	margin: 0 4% 10px 0;
}
.history_wrap .item p:first-of-type {
	color: rgba(153,153,153,1);
	font-size: 1.1rem;
	font-weight: bold;
}
.history_wrap .item img {
	height: auto;
	margin: 0 0 10px;
	width: 100%;
}
.history_wrap .item p:nth-of-type(2) {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 15px;
}

}

/*----------------------
▲活動報告▲
----------------------*/

/*----------------------
▼リンク　link.html▼
----------------------*/
@media (min-width:960px){
.link_wrap {
	margin: 50px 0;
}
.link_wrap .box {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 auto;
	width: 960px;
}
.link_wrap .item {
	margin: 0 0 30px;
	width: 30%;
}
.link_wrap .item:nth-of-type(3n-1) {
	margin: 0 5% 0;
}
.link_wrap .item img {
	width: 100%;
}
.link_wrap .item img:hover {
	opacity: .4;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.link_wrap {
	margin: 50px 0;
}
.link_wrap .box {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 auto;
	width: 95%;
}
.link_wrap .item {
	margin: 0 0 30px;
	width: 30%;
}
.link_wrap .item:nth-of-type(3n-1) {
	margin: 0 5% 0;
}
.link_wrap .item img {
	width: 100%;
}

}

@media (max-width:599px){
.link_wrap {
	margin: 30px auto;
	width: 95%;
}
.link_wrap h2 {
	border-bottom: solid thin rgba(153,153,153,1);
	color: rgba(0,113,186,1);
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 auto 20px;
	text-align: center;
	width: 100%;
}
.link_wrap .box {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 auto;
	width: 100%;
}
.link_wrap .item {
	margin: 0 0 10px;
	width: 48%;
}
.link_wrap .item:nth-of-type(odd) {
	margin: 0 4% 0 0;
}
.link_wrap .item img {
	height: auto;
	width: 100%;
}

}

/*----------------------
▲リンク▲
----------------------*/

/*----------------------
▼お問い合わせ　contact.html▼
----------------------*/
@media (min-width:960px){

.form_txt {
	margin: 50px auto 30px;
	width: 960px;
}
.form_txt p:first-of-type {
	border-bottom: solid thin rgba(153,153,153,1);
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 30px;
	padding: 0 0 30px;
	text-align: center;
}
.form_txt p:last-of-type {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 0 0 30px;
}
/*フォーム*/
.form_wrap {
	margin: 0 auto 80px;
	width: 960px;
}
.form_wrap .item_box,
.form_wrap .item_box_message {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 30px;
	width: 100%;
}
.form_wrap .item_box .item_left,
.form_wrap .item_box_message .item_left {
	background: rgba(255,255,224,.8);
	border: solid thin rgba(204,204,204,1);
	height: 40px;
	text-align: center;
	width: 240px;
}
.form_wrap .item_box .item_right {
	height: 45px;
	width: 700px;
}
.form_wrap .item_box_message .item_right {
	width: 700px;
}
.form_wrap .item_box .item_left p,
.form_wrap .item_box_message .item_left p {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 40px;
}
.form_wrap .txt_item {
	height: 40px;
	width: 100%;
}
.form_wrap .item_box_message .message_item {
	height: 130px;
	width: 100%;
}

/*送信系*/
.form_wrap .sub_btn1,
.form_wrap .sub_btn2 {
	cursor: pointer;
}
.form_wrap .sub_btn_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 25px 0 20px;
	width: 100%;
}
.form_wrap .sub_btn1 {
	/*送信*/
	background: rgba(140,198,63,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 700px;
}
.form_wrap .sub_btn2 {
	/*リセット*/
	background: rgba(153,153,153,.7);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 240px;
}
.sub_btn1:hover,
.sub_btn2:hover {
	opacity: .5;
}
/*同意*/
.submit_check_box label {
	display: block;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
}
.submit_check_item {
	margin-right: 10px;
}
input[type="submit"][disabled] {
	background: rgba(245,245,245,1);
	color: rgba(204,204,204,1);
	cursor: default;
}
.submit_check_box a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.form_txt {
	margin: 30px auto 30px;
	width: 95%;
}
.form_txt p:first-of-type {
	border-bottom: solid thin rgba(153,153,153,1);
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 30px;
	padding: 0 0 30px;
	text-align: center;
}
.form_txt p:last-of-type {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 0 0 30px;
}
/*フォーム_tb*/
.form_wrap {
	margin: 0 auto 80px;
	width: 95%;
}
.form_wrap .item_box,
.form_wrap .item_box_message {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 30px;
	width: 100%;
}
.form_wrap .item_box .item_left,
.form_wrap .item_box_message .item_left {
	background: rgba(255,255,224,.8);
	border: solid thin rgba(204,204,204,1);
	height: 40px;
	text-align: center;
	width: 30%;
}
.form_wrap .item_box .item_right {
	height: 45px;
	width: 65%;
}
.form_wrap .item_box_message .item_right {
	width: 65%;
}
.form_wrap .item_box .item_left p,
.form_wrap .item_box_message .item_left p {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 40px;
}
.form_wrap .txt_item {
	height: 40px;
	width: 100%;
}
.form_wrap .item_box_message .message_item {
	height: 130px;
	width: 100%;
}

/*送信系_tb*/
.form_wrap .sub_btn_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 25px 0 20px;
	width: 100%;
}
.form_wrap .sub_btn1 {
	/*送信_tb*/
	background: rgba(140,198,63,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 65%;
}
.form_wrap .sub_btn2 {
	/*リセット_tb*/
	background: rgba(153,153,153,.7);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 30%;
}
/*同意_tb*/
.submit_check_box label {
	display: block;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
}
.submit_check_item {
	margin-right: 10px;
}
input[type="submit"][disabled] {
	background: rgba(245,245,245,1);
	color: rgba(204,204,204,1);
	cursor: default;
}
.submit_check_box a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}

}

@media (max-width:599px){
.form_txt {
	margin: 30px auto 30px;
	width: 95%;
}
.form_txt p:first-of-type {
	border-bottom: solid thin rgba(153,153,153,1);
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.form_txt p:last-of-type {
	font-size: 1.3rem;
	font-weight: bold;
}
/*フォーム_sp*/
.form_wrap {
	margin: 0 auto 80px;
	width: 95%;
}
.form_wrap .item_box,
.form_wrap .item_box_message {
	margin: 0 0 20px;
	width: 100%;
}
.form_wrap .item_box .item_left,
.form_wrap .item_box_message .item_left {
	background: rgba(255,255,224,.8);
	border: solid thin rgba(204,204,204,1);
	height: 30px;
	margin: 0 0 5px;
	text-align: center;
	width: 100%;
}
.form_wrap .item_box .item_right {
	height: 45px;
	width: 100%;
}
.form_wrap .item_box_message .item_right {
	width: 100%;
}
.form_wrap .item_box .item_left p,
.form_wrap .item_box_message .item_left p {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 30px;
}
.form_wrap .txt_item {
	height: 40px;
	width: 100%;
}
.form_wrap .item_box_message .message_item {
	height: 130px;
	width: 100%;
}

/*送信系_tb*/
.form_wrap .sub_btn_wrap {
	margin: 25px 0 20px;
	width: 100%;
}
.form_wrap .sub_btn1 {
	/*送信_sp*/
	-webkit-appearance: none;
	background: rgba(140,198,63,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 100%;
}
.form_wrap .sub_btn2 {
	/*リセット_sp*/
	-webkit-appearance: none;
	background: rgba(153,153,153,.7);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 40px;
	margin: 0 0 10px;
	width: 100%;
}
/*同意_sp*/
.submit_check_box label {
	display: block;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
}
.submit_check_item {
	margin-right: 10px;
}
input[type="submit"][disabled] {
	background: rgba(245,245,245,1);
	color: rgba(204,204,204,1);
	cursor: default;
}
.submit_check_box a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}
/*スマホ調整*/
input[type=text],
input[type=tel],
input[type=email],
textarea {
    border: solid thin rgba(204,204,204,1);
    -webkit-border-radius : 0;
    -webkit-appearance : none;/*内影*/
    -webkit-tap-highlight-color : rgba(0,0,0,0);/*タップ時影*/
}

}

/*----------------------
▲お問い合わせ▲
----------------------*/

/*----------------------
▼フッター▼
----------------------*/

@media (min-width:960px){
.top_scroll {
	background: rgba(240,240,240,1);
	margin: 0 auto;
	width: 95%;
}
.top_scroll a {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
}
.top_scroll a:hover {
	opacity: .4;
}
.footer_wrap {
	background: rgba(255,255,224,.8);
	padding: 40px 0 40px;
	margin: 0 auto;
	width: 95%;
}
.footer_wrap .footer_address_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 40px;
	width: 960px;
}
.footer_wrap .footer_address_box .logo {
	margin: 0 40px 0 0;
}
.footer_wrap .footer_address_box address p {
	font-style: normal;
	font-size: 1.5rem;
	font-weight: bold;
}
.footer_wrap .footer_address_box .mail {
    margin-left: auto;
}
.footer_wrap .footer_address_box .mail a {
	display: inline-block;
	background: #FFF;
	border: solid thin rgba(204,204,204,1);
	border-radius: 30px;
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 60px;
}
.footer_wrap .footer_address_box .mail a:hover {
	opacity: .4;
}
.footer_wrap .footer_address_box .mail .arrow::after {
	content:"";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 0 0 10px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(-45deg);
}

.footer_wrap .banner_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 960px;
}
.footer_wrap .banner_wrap img {
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
}
.footer_wrap .banner_wrap img:hover {
	opacity: .4;
}
footer nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 20px auto 20px;
	width: 960px;
}
footer nav ul li {
	text-align: center;
	width: 16%;
}
footer nav ul li+li {
	border-left: 1px solid;
	height: 25px;
}
footer nav ul li a {
	font-size: 1.3rem;
	font-weight: bold;
}
footer nav ul li a:hover {
	opacity: .4;
}
footer small {
	display: block;
	color: #666;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 20px;
	text-align: center;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.top_scroll {
	background: rgba(240,240,240,1);
	margin: 0 auto;
	width: 95%;
}
.top_scroll a {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
}
.footer_wrap {
	background: rgba(255,255,224,.8);
	padding: 40px 0 40px;
	margin: 0 auto;
	width: 95%;
}
.footer_wrap .footer_address_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 40px;
	width: 95%;
}
.footer_wrap .footer_address_box .logo {
	margin: 0 40px 0 0;
}
.footer_wrap .footer_address_box address p {
	font-style: normal;
	font-size: 1.5rem;
	font-weight: bold;
}
.footer_wrap .footer_address_box .mail {
    margin-left: auto;
}
.footer_wrap .footer_address_box .mail a {
	display: inline-block;
	background: #FFF;
	border: solid thin rgba(204,204,204,1);
	border-radius: 30px;
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 40px;
}
.footer_wrap .footer_address_box .mail .arrow::after {
	content:"";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 0 0 10px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(-45deg);
}

.footer_wrap .banner_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 95%;
}
.footer_wrap .banner_wrap a {
	display: block;
	width: 23%;
}
.footer_wrap .banner_wrap img {
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	height: auto;
	width: 100%;
}
footer nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 20px auto 20px;
	width: 95;
}
footer nav ul li {
	text-align: center;
	width: 16%;
}
footer nav ul li+li {
	border-left: 1px solid;
	height: 25px;
}
footer nav ul li a {
	font-size: 1.2rem;
	font-weight: bold;
}
footer small {
	display: block;
	color: #666;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 20px;
	text-align: center;
}

}

@media (max-width:599px){
.top_scroll {
	background: rgba(240,240,240,1);
	margin: 0 auto;
	width: 95%;
}
.top_scroll a {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
}
.footer_wrap {
	background: rgba(255,255,224,.8);
	padding: 20px 0;
	margin: 0 auto;
	width: 95%;
}
.footer_wrap .footer_address_box {
	margin: 0 auto 40px;
	width: 95%;
}
.footer_wrap .footer_address_box .logo {
	margin: 0 0 20px;
	text-align: center;
}
.footer_wrap .footer_address_box .logo img {
	height: auto;
	width: 40%;
}
.footer_wrap .footer_address_box address {
	margin: 0 0 20px;
	text-align: center;
}
.footer_wrap .footer_address_box address p {
	font-style: normal;
	font-size: 1.3rem;
	font-weight: bold;
}
.footer_wrap .footer_address_box .mail {
	text-align: center;
}
.footer_wrap .footer_address_box .mail a {
	display: inline-block;
	background: #FFF;
	border: solid thin rgba(204,204,204,1);
	border-radius: 30px;
	color: #000;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 30px;
}
.footer_wrap .footer_address_box .mail .arrow::after {
	content:"";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 0 0 10px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(-45deg);
}

.footer_wrap .banner_wrap {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 95%;
}
.footer_wrap .banner_wrap a {
	margin: 0 0 15px;
	width: 48%;
}
.footer_wrap .banner_wrap img {
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	height: auto;
	width: 100%;
}
footer nav ul {
	display: none;
}
footer small {
	display: block;
	color: #666;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
	margin: 10px auto 20px;
	text-align: center;
}

/*----------------------
▲フッター▲
----------------------*/
