@charset "utf-8";
/* CSS Document */
html {
}
body {
    text-align: center;
	margin:0;
	width:100%;
	background:#FFF;
	position:relative;
	-webkit-text-size-adjust: 100%;
	font-family:"Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳＰゴシック", "MS PGothic", sans-serif;
	overflow-x:hidden;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.nofloat{
	overflow:hidden;
	zoom:1;
}

img {
    border-style:none;
}

a {
	text-decoration: none;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

ruby {
	ruby-align: distribute-space;
	ruby-overhang: auto;
	ruby-position: above;
}

input[type="submit"] {
   -webkit-appearance: none;
   /*border-radius: 0;*/
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
    color:#CCC;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color:#CCC;
}

/* Firefox 18- */
:-moz-placeholder {
    color:#CCC;
	opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
    color:#CCC;
	opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
    color:#CCC;
}

.a_block {
	display:block;
}

.img_block {
	display:block;
	margin: 0px auto;
}

.max_img {
	max-width:100%;
	height:auto;
}

.red_span {
	color:#F09100;
}

.bold_span {
	font-weight:bold;
}

.inbl_span {
	display:inline-block;
	text-indent:0;
}

#wrapper{
	width:1000px;
	margin: 0 auto;
}

#result {
	position: fixed;
	top:0;
	right:0;
	z-index:1000;
}

/*ヘッダー */

#wrapper_1_big {
	width:100%;
	background:#F39800;
	position:relative;
	z-index:2;
	overflow:visible;
}

#wrapper_1 {
	width:1000px;
	margin:0 auto;
	padding:50px 0 80px;
	position:relative;
	overflow:visible;
}

.wrapper_1_img01 {
	display:block;
	margin:0 auto;
	position:relative;
	z-index:2;
}

.wrapper_1_imgbox01 {
	position:relative;
	z-index:1;
}

.wrapper_1_imgbox01_img {
	display:block;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	top:-15px;
}






#wrapper_2_big {
	position:relative;
	z-index:3;
}

.wrapper_2_header {
	width:100%;
	margin:0 auto;
	padding-top:15px;
	padding-bottom:15px;
	background:#40210F;
	position:relative;
}

.wrapper_2_header_in {
	width:1280px;
	margin:0 auto;
	font-size:0;
	text-align:right;
}

.wrapper_2_header_ul {
	list-style:none;
	margin:0 auto;
	padding:0;
	text-align:left;
}

.wrapper_2_header_ul_li {
	display:inline-block;
	width:218px;
	margin-right:10px;
	padding:10px;
	border:#FFF 1px solid;
	vertical-align:middle;
	position:relative;
}

.wrapper_2_header_ul .wrapper_2_header_ul_li:last-child {
	margin-right:0px;
}

.wrapper_2_header_ul_li_span01 {
	display:block;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:#968070 1px solid;
	font-family: 'Sawarabi Mincho', sans-serif;
	color:#FFF;
	text-align:left;
}

.wrapper_2_header_ul_li_span01_s {
	font-size:12px;
	line-height:17px;
	vertical-align:bottom;
}

.wrapper_2_header_ul_li_span01_b {
	font-size:22px;
	line-height:29px;
	vertical-align:bottom;
}

.wrapper_2_header_ul_li_span01_text02 {
	display:block;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size:15px;
	color:#FFF;
	line-height:20px;
	text-align:right;
}

.wrapper_2_header_ul_li_o {
	background:rgba(255,255,255,0.5);
}

.wrapper_2_header_ul_li_6_div {
	display:inline-block;
	width:30px;
	height:20px;
	margin:auto 10px;
	padding:10px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	z-index:2;
	cursor:pointer;
}

.wrapper_2_header_ul_li_6_div_line {
	box-sizing: border-box;
	width:30px;
	height:4px;
	margin:auto;
	background:#FFF;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.wrapper_2_header_ul_li_6_div_line_before {
	box-sizing: border-box;
	width:30px;
	height:4px;
	margin:auto;
	background:#FFF;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	top:10px;
	left:0;
	right:0;
}

.wrapper_2_header_ul_li_6_div_line_after {
	box-sizing: border-box;
	width:30px;
	height:4px;
	margin:auto;
	background:#FFF;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
}

.wrapper_2_header_ul_li_6_div_o {
}

.wrapper_2_header_ul_li_6_div_o .wrapper_2_header_ul_li_6_div_line_before {
	background:#CCC;
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}

.wrapper_2_header_ul_li_6_div_o .wrapper_2_header_ul_li_6_div_line {
	background:#CCC;
	opacity: 0;
}

.wrapper_2_header_ul_li_6_div_o .wrapper_2_header_ul_li_6_div_line_after {
	background:#CCC;
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

.wrapper_2_sub_ul {
	display:none;
	list-style:none;
	width:200px;
	margin:0;
	padding:0;
	font-size:0;
	position:absolute;
	top:calc(100% + 5px);
	left:-20px;
	z-index:2;
}

.wrapper_2_sub_ul_li {
	margin:0 auto 2px;
	background:#FFF;
	border:#222 1px solid;
	font-size:15px;
	color:#00633B;
	line-height:28px;
	text-align:center;
	position:relative;
}

.wrapper_2_sub_ul_li_o {
	background:#00633B;
	color:#FFF;
}

#wrapper_3_big {
	width:100%;
	margin:0 auto;
	background:#FFFBC6;
	border-bottom:#C9C0BD 1px solid;
	position:relative;
	z-index:1;
}

#wrapper_3 {
	width:1000px;
	margin:0 auto;
	padding:350px 0 20px;
}

.wrapper_3_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content:flex-start;
	align-items: stretch;
	align-content: stretch;
	list-style:none;
	margin:0 auto 30px;
	padding:0;
	font-size:0;
	text-align:center;
}

.wrapper_3_ul01_li {
	width:calc((100% - 70px) / 8 - 0.15px - 6px);
	height:110px;
	margin-right:10px;
	margin-bottom:10px;
	background:#E4007F;
	border:#FFF 3px solid;
	position:relative;
	border-radius:20px;
}

.wrapper_3_ul01_li:nth-child(8n) {
	margin-right:0px;
}

.wrapper_3_ul01_li_span {
	display:block;
	width:100%;
	font-family: 'Kosugi Maru', sans-serif;
	font-size:21px;
	font-weight:bold;
	color:#FFF;
	line-height:30px;
	letter-spacing:-0.5px;
	text-align:center;
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:1;
}

.wrapper_3_ul01_li_ico {
	display:block;
	width:40px;
	height:40px;
	position:absolute;
	top:-15px;
	left:-15px;
	border-radius:50%;
	z-index:2;
}

.wrapper_3_ul01_li_ico_b01 {
	background:#00A0E9;
}

.wrapper_3_ul01_li_ico_b02 {
	background:#F39800;
}

.wrapper_3_ul01_li_ico_span {
	display:block;
	width:100%;
	font-family: 'Kosugi Maru', sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	line-height:14px;
	text-align:center;
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-20deg);
	-ms-transform: translateY(-50%) rotate(-20deg);
	transform: translateY(-50%) rotate(-20deg);
}

.wrapper_3_text01 {
	display:block;
	margin:0 auto 30px;
	font-family: 'Kosugi Maru', sans-serif;
	font-size:40px;
	font-weight:bold;
	color:#E4007F;
	line-height:50px;
	text-align:center;
}

.wrapper_3_box01 {
	display:block;
	margin:0 auto 10px;
	padding:10px;
	background:#FFF;
	border:#00B3E5 2px solid;
	font-size:0;
	text-align:center;
	position:relative;
}

.wrapper_3_box01_rund {
	display:inline-block;
	width:220px;
	height:220px;
	margin-right:30px;
	background:#00B3E5;
	vertical-align:middle;
	position:relative;
	top:-20px;
	border-radius:50%;
}

.wrapper_3_box01_rund_span {
	display:block;
	width:100%;
	margin:0 auto;
	font-family: 'Kosugi Maru', sans-serif;
	font-size:35px;
	font-weight:bold;
	color:#FFF;
	line-height:40px;
	text-align:center;
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wrapper_3_box01_rund_span_s {
	display:block;
	font-size:25px;
	font-weight:normal;
	line-height:30px;
	text-align:center;
}

.wrapper_3_box01_ul {
	list-style:none;
	display:inline-block;
	width:calc(100% - 250px);
	margin:0;
	padding:0;
	font-size:0;
	text-align:left;
	vertical-align:middle;
}

.wrapper_3_box01_ul_li {
	display:inline-block;
	width:calc(50% - 15px);
	margin-right:30px;
	margin-bottom:20px;
	font-size:0;
	text-align:left;
	vertical-align:top;
}

.wrapper_3_box01_ul_li:nth-child(2n) {
	margin-right:0px;
}

.wrapper_3_box01_ul_li_title {
	display:block;
	font-family: 'Kosugi Maru', sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#000;
	line-height:40px;
	text-align:left;
}

.wrapper_3_box01_ul_li_title_ico {
	color:#00B3E5;
}

.wrapper_3_box01_ul_li_left {
	display:inline-block;
	width:calc(50% - 45px - 0.5px);
	padding-left:45px;
	font-family: 'Kosugi Maru', sans-serif;
	font-size:27px;
	color:#000;
	line-height:30px;
	text-align:left;
	vertical-align:middle;
}

.wrapper_3_box01_ul_li_right {
	display:inline-block;
	width:calc(50% - 0.5px);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳＰゴシック", "MS PGothic", sans-serif;
	font-size:40px;
	font-weight:bold;
	color:#E60012;
	line-height:50px;
	text-align:right;
	vertical-align:middle;
}

.wrapper_3_box01_ul_li_right_s {
	font-family: 'Kosugi Maru', sans-serif;
	font-size:20px;
	line-height:40px;
}

.wrapper_3_box01_ul_li_text01 {
	display:block;
	font-family: 'Kosugi Maru', sans-serif;
	font-size:14px;
	color:#000;
	line-height:20px;
	text-align:left;
}

.feed_ul01 {
	list-style:none;
	margin:0 auto;
	padding:10px;
	font-size:0;
	text-align:center;
}

.feed_ul01_li {
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:#CCC 1px dashed;
	font-size:0;
	text-align:left;
}

.feed_ul01 a:last-child .feed_ul01_li {
	margin-bottom:0px;
}

.feed01_date {
	display:inline-block;
	width:100px;
	margin-right:10px;
	margin-bottom:5px;
	font-size:16px;
	font-weight:bold;
	color:#000;
	line-height:20px;
	text-align:left;
	vertical-align:top;
}

.feed01_title {
	display:inline-block;
	width:calc(100% - 110px);
	font-size:16px;
	color:#000;
	line-height:20px;
	text-align:left;
	vertical-align:top;
}

.feed01_img {
	display:block;
	margin-bottom:10px;
}

.feed01_detail {
	display:block;
	padding:0 10px;
	font-size:13px;
	color:#00734B;
	line-height:23px;
	text-align:left;
}


.feed01_cate {
	display:inline-block;
	width:calc(1em - 3px);
	height:calc(1em - 3px);
	margin-top:1px;
	margin-left:3px;
	padding:3px;
	font-size:14px;
	color:#FFF;
	line-height:calc(1em - 2px);
	text-align:center;
	vertical-align:top;
	float:right;
}

.feed01_text {
	display:inline-block;
	width:calc(100% - 110px);
	font-size:0;
	vertical-align:middle;
}

.feed01_new {
	display:inline-block;
	height:23px;
	margin:auto;
	font-size:14px;
	color:#FF4000;
	line-height:23px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	z-index:1;
}

.wrapper_3_box01_text02 {
	display:block;
	margin-bottom:20px;
	font-family: 'Kosugi Maru', sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#000;
	line-height:40px;
	text-align:center;
}

.wrapper_3_box01_text03 {
	display:block;
	font-family: 'Kosugi Maru', sans-serif;
	font-size:14px;
	color:#000;
	line-height:20px;
	text-align:center;
}

#wrapper_4_big {
	width:100%;
	margin:0 auto;
	background:#12298C;
	position:relative;
	z-index:1;
}

#wrapper_4 {
	width:1000px;
	margin:0 auto;
	padding:5px 0 20px;
	font-size:0;
	text-align:center;
}

.wrapper_4_title {
	display:block;
	margin-bottom:10px;
	background: -moz-linear-gradient(left, #12298C 0%, #FFF 31%, #FFF 50%, #FFF 71%, #12298C 100%);
	background: -webkit-linear-gradient(left, #12298C 0%, #FFF 31%, #FFF 50%, #FFF 71%, #12298C 100%);
	background: linear-gradient(to right, #12298C 0%, #FFF 31%, #FFF 50%, #FFF 71%, #12298C 100%);
	font-family: 'Kosugi Maru', sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#000;
	line-height:40px;
	text-align:center;
}

.wrapper_4_img {
	display:block;
	max-width:90%;
	margin:0 auto 10px;
}

.wrapper_4_text01 {
	display:inline-block;
	margin-right:30px;
	font-size:20px;
	color:#FFF;
	line-height:30px;
	text-align:right;
	vertical-align:middle;
}

.wrapper_4_text02 {
	display:inline-block;
	font-size:0;
}

.wrapper_4_text02_ico {
	margin-right:5px;
	vertical-align:middle;
}

.wrapper_4_text02_span {
	display:inline-block;
	font-size:40px;
	font-weight:bold;
	color:#FFF100;
	line-height:50px;
	vertical-align:middle;
}

.wrapper_4_text03 {
	display:block;
	margin-top:10px;
	font-size:16px;
	color:#FFF;
	line-height:30px;
	text-align:center;
}

.wrapper_4_text03 a {
	color:#FFF;
}

.wrapper_4_copy {
	display:block;
	margin:auto;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size:13px;
	color:#FFF;
	line-height:20px;
	text-align:center;
}

#wrapper_5_big {
	width:100%;
	margin: 0 auto;
	background:#EBF1EF;
	position:relative;
	z-index:1;
}

.wrapper_5_map {
	position:relative;
}

.wrapper_5_map_canvas {
	display:none;
	height:450px;
	position:relative;
	z-index:1;
}

#wrapper_5 {
	width:1280px;
	margin: 0 auto;
	font-size:0;
	text-align:left;
	position:relative;
}

#wrapper_6_big {
	width:100%;
	margin:0 auto;
	background:#F8FAFA;
	position:relative;
	z-index:1;
}

#wrapper_6 {
	display:flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	width:1280px;
	margin: 0 auto;
	padding:40px 0;
}

#wrapper_7_big {
	width:100%;
	margin:0 auto;
	border-top:#CCC 1px solid;
	position:relative;
	z-index:1;
}

#wrapper_7 {
	margin: 0 auto;
	padding:15px 0;
	position:relative;
}

.wrapper_4_facebook {
	display:inline-block;
	width:450px;
	height:256px;
	vertical-align:top;
}

.head {
	height:20px !important;
	margin-bottom:8px;
}

.subhead {
	width:200px;
	background-color:rgba(0,0,0,0.7);
	overflow: visible;
	position:relative;
	left:-33px;
}

.subhead_2 {
	width:245px;
	border-collapse:collapse;
}

.subhead_o {
	background-color:rgba(0,217,217,0.7);
}

.content {
    position: relative !important;
}
.header {
	z-index:15;
}

.fixed {
    position: fixed !important;
    top: 0px;
	-webkit-transform: translate3d(0,0,0);
	-webkit-overflow-scrolling:touch;
	z-index:15;
}

.fixed_index {
    position:absolute !important;
    /*top:-20vh;*/
}

/*ヘッダーここまで */

#slider1 {
	padding-left:100px;
	position:relative;
	z-index:1;
}

.slider1 {
	list-style:none;
	width:100%;
	margin:auto;
	padding:0;
	z-index:1;
}

.slider1 li {
	width:100%;
}

.slider1 li img {
	max-width:100%;
	height:auto;
}


#pankuzu_div {
	margin:0 auto;
	padding:10px 0 10px 100px;
	text-align:left;
}

.pankuzu {
	display:block;
	margin:0px auto;
	text-align:left;
}

.pankuzu_span_1 {
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
	color:#006339;
	line-height:23px;
	vertical-align:middle;
}

.pankuzu_span_2 {
	display:inline-block;
	font-size:12px;
	color:#006339;
	line-height:23px;
	vertical-align:middle;
}

.content_a {
	height:0px;
	position:relative;
	top:-106px;
}

.feednew{
	padding-left:1em;
	color:#F00;
}

#loading_big {
    width: 100%;
    height: 100%;
    margin: auto;
    background: #FFF;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
}

#loading {
    width: 40px;
    height: 40px;
    margin: auto;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #E4007F;

  margin: 0 auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*The MIT License (MIT)

Copyright (c) 2015 Tobias Ahlin

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*/

.page-top_big {
	margin:0 auto;
	text-align:right;
	position:relative;
	z-index:2;
}

.page-up {
	display:inline-block;
	margin:auto;
	background:#000;
	position:fixed;
	bottom:50px;
	right:0px;
}

.page-up img {
	display:block;
}

#page-top a {
    padding: 0;
    display: block;
	font-size:10px;
	color:#464C52;
}

/*コンテンツ */
/*コンテンツここまで */

/*フッター */

/*フッターここまで */

#down {
	position: relative;
}

#up {
	position: relative;
}

#top {
	position: relative;
}

.ninja{
	display:block;
	width:32px;
	height:32px;
	background:url(img/ninja.png) no-repeat;
}
.ninja:hover{
	animation: ani-ninja 0.6s steps(9,start) forwards;
}
@keyframes ani-ninja{
	0%{ background-position:0 0;}
	100%{ background-position:-288px 0;}
}

/* ここまで1024px以上の幅の場合に適応される */
