html,body{
	height:100%;
}


/* タイトル */

h1,h2,h3,h4,h5,h6{
	margin:0;
	line-height:1.2;
	letter-spacing:1.8px;
	font-size:100%;
    font-weight: bold;
}
h1 {
    font-size: 1.4em;
    letter-spacing: 4px;
    line-height: 30px;
}

h2{
	font-size:2.6em;
    font-weight:400;
	letter-spacing:1px;
	line-height:30px;
	
}
h2 span{
	font-size:0.7em;
}
h3{
	font-size: 1.3em;
    font-weight:400;
}
h4{
	font-size:20px;
	letter-spacing:2.5px;
	color:#666;
	text-align:center;
	/* margin-top:10px; */
}
::-moz-selection {
    background-color: #b0b5e7 !important;
}
::selection {
    background-color: #b0b5e7 !important;
}
p.info_p{
	color:#000;
}
h4.tittle{
	font-size:19px;
	border-bottom:dotted #40a584 1px;
	width:100%;
	padding-bottom:5px;
	margin-bottom:5px !important;
	margin-top:20px;
}
h3.tittle{
	font-size:24px;
	border-bottom:dotted #999 1px;
	width:1000px;
	margin:0 auto !important;
	padding-bottom:10px;
	margin-bottom:20px !important;
}
	
/* イメージ */
img,
a img{border:0;}

/* 段落 */
input,textarea{
	color:#666;
}
*{
	margin:0;
	padding:0;
    font-family:"Noto Sans JP", sans-serif;;
	font-style:normal;
	letter-spacing:2px;
	line-height:28px;
	font-size:16px;
	color:#333;
    font-weight: 500;
	word-break: break-all;
}

   
.none{
	display:none;
}
a{
	text-decoration:none;
	word-break: break-all;
}
a:hover{
	color:#666;
/*	text-decoration:underline;*/
}
a:hover img {
  opacity: 0.7;
    transition: 1s!important;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
dd span{
    font-size: 0.8em;
}
.button span {
  display: inline-block;
  margin-left: 5px;
      font-size: 1em;
  transition: transform 0.3s ease-out;
}
.button:hover span {
  transform: translateX(5px); 
  color: #fff;
}
.button, input.wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    width: auto;
    padding: 1px 20px;
    height: auto;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    letter-spacing: 3px;
    margin-bottom: 5px;
}
.button::before,
.button::after,input::before.wpcf7-form-control.wpcf7-submit,input::before.wpcf7-form-control.wpcf7-submit {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
    border: solid #666 1px;
    border-radius: 50px;
	    font-size: 1.3em;
}
.button2 {
	border: solid #660066 1px;
	padding: 20px 0;
	width: 100%!important;
	font-weight: bold;
	display: block;
	font-size: 1.5em;
	text-align: center;
	color: #660066;
	transition-duration: 0.5s;
}
.button2:hover {
	color: #fff;
	background-color: #660066;
	transition-duration: 0.5s;
}

.button:hover {
	color: #fff;
	background-color: #004477;
}
a:hover.btn1 {
    background-color: #FF9;
    color: #333;
}

a.btn1 {
    background-color: #FF0;
    color: #666;
    padding: 3px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    behavior: url(border-radius.htc);
}
.side_nav{
	position: fixed;
	bottom: 50px;
	right: 0;
	width: 4%;
	display: none;
	z-index: 99999!important;
}
h2.tit{
	font-size: 1.5em;
	padding: 10px 0;
	text-align: center;
	border-bottom: solid #fff 1px;
	border-top: solid #fff 1px;
}
h2.tit span{
	font-size: 0.7em;
	color: #1f2b63;
}
h4.fot_contact{
	color: #fff;
    text-align: left;
	font-weight: 100;
	font-size: 1.2em;
	letter-spacing: 2px;
}



#gnav > ul {
    display: flex;
    /* text-align: -webkit-match-parent; */
    flex-direction: row-reverse;
}
#gnav > ul > li {
    display: table-cell;
    font-size: 1.2em;
    font-weight: bold;
	text-align: center;
    /* margin-right: 2em; */
    color: #ffe599;
    padding: 10px 1em;
    border-left: solid #fff 0.5px;
}
#gnav > ul > li:first-child {
    border-right: solid #fff 0.5px;
}
#gnav > ul > li:hover {
color: #fff;
background-color: #19192b;
color: #ffe599;
}
#gnav > ul > li:hover > a {
color: #fff;
}
#gnav > ul > li:hover .menu {
max-height: 9999px;
opacity: 1;
}
#gnav > ul > li > a {
display: block;
transition: all 0.2s ease-in;
color: #fff;
}
#gnav > ul .menu {
    transition: all 0.2s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
	margin-top: 10px;
    width: 100%;
    height: auto;
    left: 0;
    text-align: center;
    position: absolute;
    background-color: #19192b;
}
#gnav > ul .menu .menu_inner {
padding: 2em 0;
}
#gnav > ul .menu .menu_inner li {
    display: inline-block;
    padding: 0 15px;
    border-right: solid #fff 0.5px;
}
#gnav > ul .menu .menu_inner li:first-child {
    border-left: solid #fff 0.5px;
}
#gnav > ul .menu a {
color: #fff;
}
#gnav > ul .menu .menu_inner li a:hover {
	color: Yellow;
}


.nav-fixed {
    position: fixed; /* 画面に固定する */
    top: 0;          /* 画面の上端に配置する */
    width: 100%;     /* 全幅を占めるようにする */
    z-index: 1000;   /* 他のコンテンツの上に表示されるようにする */
    /* 以下は固定時の見た目を良くするための追加スタイル例 */
    background-color: #fff; /* 背景色を白にする */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* 軽い影をつける */
	transition: 1s;
}
.nav-fixed .nav_list1{
	width: 6%;
	transition: 1s;
}
.nav-fixed .nav_list3{
	width: 7%;
	transition: 1s;
}
.sabnav_flex{
	display: flex;
	justify-content: flex-end;
	/* flex-direction: row-reverse; */
	gap:0 20px;
}
.sabnav_flex a{
/* background: #fff; */
/* padding: 5px 20px 1px 20px; */
color: #666;
text-align: center;
}
.sabnav_flex p{
	font-size: 1.3em;
}
.nav_list1{
	width:8%;
	transition: 1s;
}
.nav_list3 {
    width: 10%;
    padding: 0 2% 0 0;
    transition: 1s;
}
.nav_list2 {
    width: 78%;
    margin-right: 2%;
}
.fot_logo{
    width: 30%;
    margin-left: 35%;
}
.button3 {
	display: inline-block;
	width: auto;
	padding:0 25px;
	height: auto;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	margin-top:-20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.button3::before,
.button3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3,
.button3::before,
.button3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button3 {
	background-color: #36C;
	color: #fff;
}
.button3:hover {
	background-color: #1a408d;
	color: #ff0;
}

img{vertical-align:top;}

.clearfix {zoom:1;}
.clearfix:after{
	content: ""; 
	display: block; 
	clear: both;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.t_l{text-align:left !important;}
.t_r{text-align:right!important;}

/*****アイコン******/
.left_bar ul li {
	position: relative;
}
.left_bar ul li a:hover{
	color:#f00;
}
.left_bar ul li::after,
.left_bar ul li::before {
	display: block;
	content: '';
	position: absolute;
}
.left_bar ul li::after {
	top: .35em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color: #3498db;
	border-radius: 100%;
}
.left_bar ul li::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*****アイコンend******/

.ml_3{margin-left:3px !important;}
.ml_5{margin-left:5px !important;}
.ml_10{margin-left:10px !important;}
.ml_10_1{margin-left:2% !important;}
.ml_15{margin-left:15px !important;}
.ml_20{margin-left:20px !important;}
.ml_25{margin-left:25px !important;}
.ml_30{margin-left:30px !important;}
.ml_40{margin-left:40px !important;}
.ml_50{margin-left:50px !important;}
.ml_55{margin-left:55px !important;}
.ml_60{margin-left:60px !important;}
.ml_70{margin-left:70px !important;}
.ml_150{margin-left:150px !important;}

.ml_-20{margin-left:-80px !important;}

.mb_0{margin-bottom:0px !important;}
.mb_5{margin-bottom:5px !important;}
.mb_10{margin-bottom:10px !important;}
.mb_15{margin-bottom:15px !important;}
.mb_20{margin-bottom:20px !important;}
.mb_25{margin-bottom:25px !important;}
.mb_30{margin-bottom:30px !important;}
.mb_40{margin-bottom:40px !important;}
.mb_50{margin-bottom:50px !important;}
.mb_60{margin-bottom:60px !important;}
.mb_70{margin-bottom:70px !important;}
.mb_80{margin-bottom:80px !important;}
.mb_100{margin-bottom:100px !important;}
.mb_150{margin-bottom:150px !important;}
.mb_200{margin-bottom:200px !important;}
.mb_150_50{margin-bottom:150px !important;}

.mr_5{margin-right:5px !important;}
.mr_10{margin-right:10px !important;}
.mr_15{margin-right:15px !important;}
.mr_20{margin-right:20px !important;}
.mr_25{margin-right:25px !important;}
.mr_30{margin-right:30px !important;}

.m_10{margin:10px !important;}
.m_box{margin:0 10px 10px 10px;}

.mt_-5{margin-top:-5px !important;}
.mt_-10{margin-top:-10px !important;}
.mt_5{margin-top:5px !important;}
.mt_10{margin-top:10px !important;}
.mt_15{margin-top:15px !important;}
.mt_20{margin-top:20px !important;}
.mt_20_0{margin-top:20px !important;}
.mt_30{margin-top:30px !important;}
.mt_40{margin-top:40px !important;}
.mt_50{margin-top:50px !important;}
.mt_55{margin-top:55px !important;}
.mt_60{margin-top:60px !important;}
.mt_70{margin-top:70px !important;}
.mt_80{margin-top:80px !important;}
.mt_100{margin-top:100px !important;}
.mt_150{margin-top:150px !important;}
.mt_200{margin-top:200px !important;}
.m_auto{margin:0 auto !important;}
.mt_150_50{margin-top:150px !important;}
.mt_100_50{margin-top:100px !important;}
.mt_50_0{margin-top:50px !important;}

.pb_0{padding-bottom:0 !important;}
.pb_80{padding-bottom:80px !important;}
.pt_10{padding-top:10px !important;}
.pt_20{padding-top:20px !important;}
.pb_20{padding-bottom:20px !important;}
.pt_50{padding-top:50px !important;}
.pt_150{padding-top:150px !important;}
.pb_50{padding-bottom:50px !important;}
.pt_80{padding-top:80px !important;}
.pb_80{padding-bottom:80px !important;}
.pt_40{padding-top:40px !important;}
.pl_50{padding-left:50px !important;}
.pr_30{padding-right:30px !important;}
.pr_50{padding-right:50px !important;}
.size80{font-size:80% !important;}

.p_10{padding:10px !important;}
.p_20{padding:20px !important;}
.f12{font-size:12px !important;}
.f15{font-size:15px !important;}
.f16{font-size:16px !important;}
.f17{font-size:17px !important;}
.f18{font-size:18px !important;}
.f19{font-size:19px !important;}
.f20{font-size:20px !important;}

.fl{float:left !important;}
.fr{float:right !important;}
.tl{text-align:left !important;}
.fc{clear:both !important;}
.tc{text-align:center !important;
margin: 0 auto!important;}

.f_12{font-size:12px;}
.sppc_pl_50{
	padding-left:50px;
}

.footer_logo_img{
    width: 80%;
}
.footer_logo_tel {
    width: 75%;
    margin: 20px 0;
}
.flexbox_fot_mail_in3 ul li a{
    color: #fff;
}
.flexbox_fot_mail_in3 ul li{
    color: #fff;
}

.pan{
	font-size:0.8em;
	margin-left:20px;
}
.pan a{
	color:#FFF;
	text-decoration:underline;
}
.pan a:hover{
	color:#FF0;
}
#cover{
	z-index:9999 ;
}
#fade {
background:url(../images/top_back_1.jpg);
width:100%;
height:100%;
display:none;
z-index:99999 !important;
}
.c_fff{
	color:#FFF;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index:9999;
}
#page-top a {
    background:#830707;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #a92727;
}
/****************トップへ戻る*******************/
/****************ヘッダーナビ*******************/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	background-color:#FFF;
/*	height:60px;
*/}
ul li{
	list-style-type:none;
}
.hed_sab{
	font-size:12px;
	width:240px;
}
.tel_hed{
	margin-top:-20px;
	margin-left:10px;
}

/****************ボックス中央*******************/

.inner{
  display: inline-block;
}
.box{
  display: inline-block;
  vertical-align:text-top;
  margin-right: 20px;
}
.box:last-child{
  margin-right: 0;
}
/****************ボックス中央*******************/

.size_a{
	width:300px;
	text-align:center !important;
	margin:0 auto !important;
}

/**************スライド**********************/
.slider {
    width: 90%;
    margin: 0 auto 80px;
	margin-top:50px;
	margin-bottom:10px !important;
}
.slick-slide img {
width: 100%;
height: auto;
}
.pattern1 div {
margin: 5px;
}
.pattern1 img {
width: 100%;
}
.slick-dots li button {
background: #333;
border-radius: 50%;
width: 10px;
height: 10px;
}
.slick-prev, .slick-next {
background-color: #111;
height: 100%;
}
.slick-prev:hover, .slick-next:hover {
background-color: #111;
}

#tglBtn {
background: #333;
border: none;
border-radius: 3px;
color: #fafafa;
padding: 20px;
}
#tglBtn:hover {
cursor: pointer;
}
#nav_box{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:60px;
	background: rgb(255,255,255,0.8);
	background: rgba(255,255,255,0.8);
	z-index:99999 !important;
}

.nav_box{
	width:100%;
}
.nav_box2{
	margin:0 auto;
	width:1100px;
	padding:10px 0;
}
.nav_box2 ul li{
	display:inline-block;
	vertical-align:middle;
	font-size:1em;
}
.nav_box2 ul li span{
  color: #4186cc;
  border-bottom:solid #4186cc 1.5px;
}
.nav_box2 ul li a:hover{
  color: #006;
}
.nav_box3{
	margin:0 auto;
	height:50px;
	width:1200px;
	padding:10px 0;
}
.nav_box3 ul li{
	display:inline-block;
	vertical-align:middle;
	font-size:1.4em;
}
.nav_box3 ul li span{
  color: #4186cc;
  border-bottom:solid #4186cc 1.5px;
}
.nav_box3 ul li a:hover{
  color: #4186cc;
}
a.text {
  display: inline-block;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
a.text:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*.text{
  position: relative;
  display: inline-block;
  color:#666;
}

.text:before,
.text:after{
  position: absolute;
  top: 1.3em;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px; 
  background: #4186cc;
  transition: 1s;
}

.text:before{
  left: 50%;
}

.text:after{
  right: 50%;
}

.text:hover:before,
.text:hover:after{
  width: 50%;
}
.text2{
  position: relative;
  display: inline-block;
  color:#FF0;
}

.text2:before,
.text2:after{
  position: absolute;
  top: 1.3em;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px; 
  background: #FF0;
  transition: 1s;
}

.text2:before{
  left: 50%;
}

.text2:after{
  right: 50%;
}

.text2:hover:before,
.text2:hover:after{
  width: 50%;
}
*/
.top_bnr{
	position:fixed;
	bottom:80px;
	right:20px;
	z-index:99999 !important;
}
ul.joubu_bnr li{
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
}
ul.joubu_bnr li.joubu_bnr_p a{
	background-color:#FFF;
	padding:30px 10px 5px 10px;
}
ul.joubu_bnr li.joubu_bnr_p a:hover{
	background-color:#FFC;
}
#map_canvas{
	width:100%;
	height:450px;
}
#map_canvas2{
	width:100%;
	height:450px;
}
.reflection-img{
    width       :250px;
    height      :150px;
    position    :relative;
    overflow    :hidden;
}
 
.reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite;
}
 
@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}
/**************スライド**********************/
.b_b{
	border-bottom:dotted 1px #666;
}
ul.satemap li{
	display:inline;
}
.footer_back{
	width:100%;
	background-color:#ebeeec;
}
/****************************************/

.top_logo_area{
	width:100%;
	height:55px;
	background-color:#7bb097;
}

.top_area{
	width:1100px;
	margin:0 auto;
	padding:10px 0 0 0;
}

.line_blak{
	width:100%;
	background-color:#999;
	height:25px;
	color:#FFF;
	margin:0 auto !important;
}
.line_blak p{
	width:100px;
	color:#FFF;
	margin:0 auto !important;
}

.pc_none{
	display:none !important;
}
.fcfl{
	float:left;
}

.mein_content{
	padding:100px 0;
	width: 100%;

}
.mein_content2{
	width:85%;
	margin:0 auto !important;
	max-width: 1100px;
}
.mein_content3{
    width: 80%;
    height: auto;
    margin: 0 auto !important;
    padding: 100px 10%;
    background: #442332;
}
.mein_content3 img{
	width: 100%;
	height: auto;
}
.mein_content4{
	width: 80%;
	max-width: 1100px;
    height: auto;
    margin: 0 auto !important;
    padding: 100px 0;
}
.mein_content5{
	max-width:1100px;
	width:80%;
    background: #fff;
	height:auto;
	margin:0 auto!important;
	padding:10px 10%;
}

.sp_title{
	display:none;
}
.fl_spfc{
	float:left;
}
.fr_spfc{
	float:right;
	width:400px;
	height:500px;
}
@media screen and (max-width: 1100px) {
.fl_spfc{
	width:55%;
}


.fr_spfc{
	width:40%;
	height:400px;
}
.nav_box{
	display:none;
}
#nav_box{
	display:none !important;
}
.sp_nav_logo{
	text-align:left;
}
.sp_nav_logo img{
	height:40px;
	margin-top:5px;
}
.mein_content{
	width:94%;
	height:auto;
	margin:0 auto;
	padding:30px 3%;
}

}

@media screen and (max-width: 1140px) {
	.nav_list3 {
    width: 8%;
    padding: 0 2% 0 0;
    transition: 1s;
}
}

@media screen and (max-width: 640px) {
	.mt_20_0{margin-top:0 !important;}
h1 {
    font-size: 1.3em!important;
    letter-spacing: 1px;
}
.top_bnr{
	display:none;
}
    .nav_list2{
        display: none;
}
*{
	font-size:15px;
}
    .news_tit h2 {
    font-size: 1.2em!important;
    margin-bottom: 10px!important;
}
	.side_nav{
		bottom: 10px;
		width: 10%;
	}

.sp_title{
	display:block;
	width:100%;
	background-color:#7bb097;
	padding:5% 0;
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
}
h2.tit{
	text-align: center!important;
}
	.sp_font{
		font-size: 16px!important;
		line-height: 23px!important;
	}
.mein_content4{
	width:90%;
	height:auto;
	margin:0 auto;
	padding:30px 5%;
}
.pc_none{
	display:block !important;
}
.fl_spfc{
	float:none;
	width:100%;
}
.fr_spfc{
	float:none;
	margin-top:20px;
	width:100%;
}
#map_canvas{
	height:300px;
}
.mt_100_50{margin-top:50px !important;}
.mb_150_50{margin-bottom:50px !important;}
.mt_50_0{margin-top:0 !important;}

}
.top_content_back{
	width:100%;
	background-position:center bottom;
	background-repeat:no-repeat;
}
.link{
	width:100%;
	background-color:#4c9c76;
	height:auto;
}
.link_area{
	width:1100px;
	margin:0 auto;
	padding:20px 0;
}
.link_img{
	margin-left:40px;
}

.sp_nav_top {
    position:fixed;
	display:block;
    width:100%;
    height:13%;
    top:0;
    left:0;
    background:linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0));
    z-index:100000 !important;
}
/*.sp_nav_top {
    position:fixed;
	display:block;
    width:100%;
    height:80px;
    top:0;
    left:0;
    background:linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0));
    z-index:100000 !important;
}*/

.spmenu_btn_top {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 8%;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.spmenu_btn_top:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: -12px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.spmenu_btn_top:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    bottom: -12px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.spmenu_btn_top.active {
    background: none;
}
.spmenu_btn_top.active:before {
    -moz-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg);
    top:0;
    right:0;
}
.spmenu_btn_top.active:after {
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    bottom:0;
    right:0;
}
.spmenu_btn_top_selector {
    display: block;
    position: absolute;
    top: 14px;
    right: 30px;
    width: 46px;
    height: 100%;
}
.sp_nav_logo {
    width: 18%;
    position: absolute;
    top: 5px;
    left: 40px;
}
.service_nav {
    width: 70%;
    position: absolute;
    top: 20px;
    right: 8%;
    display: flex;
    justify-content: flex-end;
    text-align: center!important;
}
.service_nav a p{
    color: #fff;
    line-height: 1!important;
}
a p.service_nav_in_p{
    font-size: 0.8em;
    color: beige;
    margin-top: 5px;
}
.service_nav_in{
    padding: 0 20px;
}
.service_nav2 {
    display: flex;
    text-align: center!important;
}

.service_nav2 a p{
    color: #666;
    line-height: 1!important;
}
a p.service_nav_in_p2{
    font-size: 0.8em;
    color: #E7E6EC;
    margin-top: 5px;
}
.service_nav_in{
    padding: 0 20px;
}

.spmenu_top {
    display:none;
    position:absolute;
    overflow-y: scroll;
    top:60px;
    left:0;
    width:100%;
	height:100vh !important;
    background: #fff;
	animation: fadeIn 1s ease 0s 1 normal;
}
.spmenu_top nav ul{
    width:100%;
}
.spmenu_top nav ul li{
	width:98%;
	height:auto;
	padding:10px 0 10px 2%;
	display:inline-block !important;
    background:#007F00;
	margin-bottom:5px;
}
.spmenu_top nav ul a li {
	color:#FFF;
}
.pankuzu{
	font-size:0.8em;
	padding-left:20px;
}
.pankuzu a{
    font-size: 1em;
}
.sabnavi{
    position: relative;
    width: 100%;
    padding-top: 30%;
    background: #000;
    overflow: hidden;
    margin-bottom: 30px;
    border: solid #112E81 5px;
}
.sabnavi img{
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    opacity: 0.7;
}
.sabnavi p {
    position: absolute;
    top: 31px;
    left: 10px;
    width: 100%;
    color: #fff;
}
@media screen and (max-width: 950px) {
.service_nav_in{
    padding: 0 10px;
}
}
@media screen and (max-width: 800px) {
    .service_nav{
        display: none;
    }
}

.link_area{
	width:94%;
	margin:0 auto;
	padding:3%;
}
.link_area img{
	width:46%
}
.link_img{
	margin-left:8%;
}
.sp_nav_logo img{

	margin-top:10px;
}

}
footer{
	width:100%;
}
.footer_area{
	width:1100px;
	margin:0 auto;
	padding:80px 0 10px 0;
}
.footer_logo{
	width:10%;
	float:left;
}
.footer_p{
    text-align: center;
	font-size: 0.8em;
}
.footer_p span,.footer_p span a{
	font-size:1.2em;
}
.sitemap{
	font-size:0.7em;
	margin-top:20px;
	line-height:1.5em;
	width:1100px;
	text-align:center;
}
.sitemap a{
	font-size:0.7em;
	margin-top:20px;
	line-height:1.5em;
	width:1100px;
	text-align:center;
}

.sitemap_p{
	font-size:13px;
	line-height:40px;
}
.sitemap_p span{
	background-color:#7bb097;
	color:#FFF;
	padding:5px 20px;
	text-align:center;
}
.footer_left{
	float:left;
	width:420px;
}
.footer_right{
	float:right;
	width:640px;
}
.sp_footer{
	display:none !important;
}
#map_google{
	width:100%;
	min-width:1000px;
	position: relative;
}

#map_google #maps{
	width:100%;
	min-width:1000px;
	position: relative;
	height: 400px;
}
.sp_none{
	display:block;
}
.yajirushi{
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:99999 !important;
}
.contents_back {
  position: relative;
  overflow: hidden;
  margin-top:-50px;
  padding: 80px 0;
}

.contents_back:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #5595a3;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}

.contents_inner_back {
  box-sizing: boder-box;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  padding: 100px 10px 120px;
  color: #fff;
  text-align: center;
}
.contents_back:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #999;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -2;
}
.back_c_1{
	background:url("../images/common/back.jpg");
	width:100%;
}
.back_c_5{
	background:url("../images/common/back.jpg");
	width:100%;
    margin-top: 30px;
}
.back_c_2{
	background-color:#E1E1E1;
	width:100%;
}
.back_c_3{
	background:url("../images/top/fot_info.jpg");
	background-size: 100%;
	width:100%;
}
.back_c_3 p{
	color: #fff;
}
.back_c_4{
    background: #112E81;
}

#top-head {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0;
    line-height: 1;
}
#top-head:after {
    content: "";
    display: block;
    height: 1px;
    background: #fff;
    width: 980px;
    margin: 30px auto 0;
}
 
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
 
#top-head .inner {
    position: relative;
 
}
#top-head .logo {
    float: left;
    font-size: 32px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
    position: relative;
 
}
#global-nav ul li a {
    padding: 0 30px;
}

/* transition */
#top-head,
#top-head:after,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/* Fixed */
#top-head.fixed {
    padding-top: 15px;
    background: rgba(255,255,255,.7);
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
 
#top-head.fixed:after {
    width: 100%;
    margin-top: 20px;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
.tab_none{
	display:none;
}
.tab_ka_none{
	display:block;
}
.sp_nav_hamburger {
	display: none;
}
@media screen and (max-width: 1140px) {
#gnav > ul > li {
    font-size: 1em;
}
.nav_area {
    width: 96%;
    padding: 0 5% 10px 2%;
}
.nav_list2 {
    width: 80%;
}
}
@media screen and (max-width: 1001px) {
	h2 {
    font-size: 2em;
}
h3 {
        font-size: 1.4em !important;
    }
	.pageareatit {
		padding: 15px 0 !important;
		/* margin-top: 80px; */
	}
	.pageareatit h2 {
		font-size: 1.5em !important;
		text-align: center !important;
	}
.nav_area{
	display: none !important;
}
.sp_nav_hamburger {
	display: block;
	position: fixed;
	z-index: 9999999;
	top: 0;
	left: 0;
        background: #fff;
	width: 100%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header__logo {
    width: 10%;
}
.header__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: inherit;
	color: #fff;
	padding: 0 25px;
	margin-right: auto;
	margin-left: auto;
}
.header__logo a {
	text-decoration: none;
	font-size: 30px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
}

/* ===============================================
ハンバーガーボタンのスタイリング
=============================================== */
input[type="checkbox"] {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.hamburger {
	display: block;
	width: 50px;
	height: 80px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	
}
.hamburger span,
.hamburger span::before,
.hamburger span::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 3px;
	background-color: #004477;
	transition: all 0.5s;
}
.hamburger span::before {
	top: -15px;
}
.hamburger span::after {
	bottom: -15px;
}
input[type="checkbox"]:checked + .hamburger span {
	background-color: transparent;
}
input[type="checkbox"]:checked + .hamburger span::before {
	top: 0;
	transform: rotate(45deg);
}
input[type="checkbox"]:checked + .hamburger span::after {
	transform: rotate(-45deg);
	bottom: 0;
}

/* ===============================================
メニューのスタイリング
=============================================== */
.navsp {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 80px;
	right: -120%;
	background: rgb(255, 255, 255, 0.9);
	color: #fff;
	border-top: 1px solid #fff;
	transition: all 0.5s;
}
    .nav__item a {
        display: block;
        font-size: 20px;
        padding: 10px 0 10px 50px;
        text-transform: uppercase;
        text-decoration: none;
        color: #333;
        transition: all 0.3s;
        border-bottom: solid #333 1px;
    }
.nav__item a:hover {
	color: #0f5474;
	background-color: #fff;
}
input[type="checkbox"]:checked ~ .navsp {
	right: 0;
}
}
@media screen and (max-width: 768px) {
	


.tab_none{
	display:block !important;
}
.tab_ka_none{
	display:none !important;
}
    .link_bnr {
    width: 32%!important;
}
.flexbox_nav_content {
    width: 48%!important;
    padding: 10px 1%;
}
.service_nav2 {
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 50px;
}
    .service_nav2 .service_nav_in a{
        text-align: left;
    }
    .service_nav_in {
        margin-bottom: 20px;
}
}
footer p{
	text-align: center;
}
.copy{
	background: #004477;
	text-align: center;
	color: #fff;
	font-size: 0.7em;
	padding: 10px 0;
}
.fot_nav a{
	color: #fff;
}
.fot_nav span{
	display:inline-block;
}
.fottel{
	margin: 30px 0;
}
.fottel a{
	font-size: 1.5em;;
	font-weight: bold;
}
.fotlogo{
	width: 40%;
	margin-left: 30%;
}
@media screen and (max-width: 640px) {
	/* h3 {
        font-size: 1.7em !important;
    } */
.pankuzu {
    display: none;
}
footer{
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:bottom right;
}

.footer_area{
	display:none;
}
.spmenu_btn_top {
    height: 6%;
}
.footer_logo{
	width:30%;
	float:none;
}
.footer_p{
	float:none;
	margin-left:0;
	width:100%;
	margin-top:10px;
}

ul.sp_footer{
	display:block !important;
	width:98%;
	margin-left:2%;
	position:fixed;
	bottom:0;
	z-index:99999 !important;
}
ul.sp_footer li{
	display:inline-block;
	vertical-align:bottom;
}
ul.sp_footer li.kyuu{
	width:90%;
}
ul.sp_footer li.yaji{
	width:3%;
}
a p.btn_sp{
	background-color:#7bb097;
	color:#FFF;
	padding:5% 0 ;
	text-align:center;
	margin-top:5px;
	    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
  behavior: url(border-radius.htc);
}
a p.btn_sp{
	background-color:#7bb097;
	color:#FFF;
	padding:2% 0 ;
	text-align:center;
	margin-top:5px;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */ 
	behavior: url(border-radius.htc);
}
a p.btn_sp2{
	background-color:#FFF;
	color:#000;
	margin-bottom:10px;
	width:96%;
	margin-left:2%;
	padding:2% 0 ;
	text-align:center;
	margin-top:5px;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */ 
	behavior: url(border-radius.htc);
}
.sp_map{
	width:95%;
}
.shousai{
	width:100%;
	background-color:#999;
	color:#FFF;
}
.sp_none{
	display:none;
}
.yajirushi{
	display:none;
}

}
.top_p{
	width:100%;
	margin-top:50px;
}
.Copy{
	color:#fff;
	font-size:0.7em;

	margin-top:15px;
}
.honsha{
    background: #fff;
    text-align: center;
}
ul.fot_nav{
	float:right;
}
ul.fot_nav li{
	display:inline-block;
	vertical-align:middle !important;
	font-size:0.7em;
}
ul.fot_nav li img{
	padding:0 !important;
}
/******************************/
@media screen and (max-width: 1100px) {
	/* h3 {
		font-size: 2em;
	} */

#fixedBox{
	display:none !important;
}

.container {
  background: #eee;
  padding-top: 54px;
  position: relative;
  width: 100%;
}
.top_logo_area{
	display:none !important;
}
}
#sp_header{
	display:none;
}
.br-sp { display:block; }
.br-pc { display:none; }
@media screen and (max-width: 640px) {
.br-sp { display:none; }
.br-pc { display:block; }
.mt_150_50{margin-top:50px !important;}

/* h2{
	text-align:left;
	font-size:1.2em;
	letter-spacing:3px;
} */
table, tbody, tr, th, td {
	display: block;
}
table.aa,table.aa  tbody,table.aa tr,table.aa th,table.aa td {
	display: none;
}
.header_menu {
	background-image:url("../images/common/sp_nav_back.png") ;
	
	height: 45px;
	position: fixed;
	width: 100%;
	z-index: 9999 !important;
}

.header_menu .btnMenu {
  height: 25px;
  float:right;
  padding:5px;
  margin-top:5px;
  margin-right:10px;
}
.header_menu .btnMenu font strong{
	opacity:1 !important;
	color:#FFF;
}
.header_menu .sp_logo {
	opacity:1 !important;
	margin-top:5px;
	float:left;
	margin-left:10px;
}
.gNav {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.gNav .gNav_list li {
  background: #000025;
  border-bottom: 1px solid #FFF;
  box-sizing: border-box;
  width: 100%;
}
.gNav .gNav_list2 li {
  background: #4c2278;
  border-bottom: 1px solid #FFF;
  box-sizing: border-box;
  width: 100%;
}

.gNav .gNav_list li.li2 {
  display: block;
  padding: 10px 10px;
  border-bottom:none;
}
.gNav .gNav_list li ul li{
  border-bottom: 1px solid #ccc;
  width:90%;
  margin-left:10%;
}
.gNav .gNav_list li ul li a{
  color:#069;
}
.gNav .gNav_list li a {
  color: #FFF;
  display: block;
  padding: 10px 10px;
  text-decoration: none;
}

.top_content_back{
	width:100%;
	background-image:none !important;
	background-position:center bottom;
	background-repeat:no-repeat;
}
#sp_header{
	display:block;
}

.w_100{
	width:100% !important;
}
.map{
	padding:2px 5px;
	border:solid #666 1px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
  behavior: url(border-radius.htc);
}
.button {
	padding:0px 13px;
	line-height: 20px;
	font-size:0.8em;
	letter-spacing:1px;
}
.button span{
	font-size:0.8em;
}
.button2 {
	padding:5px 0;
	font-size:0.8em;
	letter-spacing:1px;
}
.sp_mt_10{
	margin-top:10px;
}
}





.menu {
    position: relative;
    width: 100%;
    height: 35px;

/*    max-width: 1000px;
*/    margin: 0 auto;
}

.menu > li {
    float: left;
    width: 12.5%; /* グローバルナビ4つの場合 */
    height: 30px;
    line-height: 50px;
/*    background: rgb(29, 33, 19);
*/	padding:10px 0;
background-color:#4c9c76;
	text-align:center;
	font-size:0.9em;
}

.menu > li a {
    display: block;
    color: #fff;
}

.menu > li a:hover {
    color: #FFF;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
/*    background: #072A24;
*/    -webkit-transition: all .5s;
    transition: all .5s;
	background-color:#7bb097;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
/*    background: #00F;
*/	color:#FF0;
}
.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #2a1f1f;
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
/*    *zoom: 1;
*/}
li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
/*    background: #072A24;
*/    background: #06C;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}