@charset "UTF-8";
/* CSS Document */

@media screen and (max-width:768px) {
  .tsutaeru-menu {
    overflow: unset !important;
  }
}
@media screen and (max-width:670px) {

body { min-width: auto; }

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

.inner {
  clear: both;
	width: 90%;
	float: none;
	margin: 0 auto;
}


#header { padding: 0; position: fixed; z-index: 100;}
#header .inner { width: 100%; }
#header h1 { width: 50%; margin: 0 0 0 10px; }
#header h1 img { width: 100%;}

#header #spmenu_area {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
}
#header #spmenu_area .sp a { text-align: center; display: block; width: 100%; }
#header #spmenu_area .search2 {
  background: #0f840c;
	color: #fff;
	width: 20%;
  position: absolute;
  right: 20%;
  top: 0;
}

#header #spmenu_area .search2 a {
  background: url(../c_img/icon_loope.png)no-repeat 50% 8px;
	padding: 30px 0 8px 0;
	color: #fff;
}

#header #spmenu_area #spmenu {
  background: #ebe793;
  color: #fff;
  float: left;
  width: 100%;
}
#header #spmenu_area #spmenu .sp a {
 background: url(../c_img/icon_menu.png)no-repeat 50% 8px;
 padding: 30px 0 8px 0;
 color: #000;
}

/*__ accordion ___*/

#header #spmenu_area #spmenu { background: #fff; position: static; }
#header #spmenu_area #spmenu .sp {background: #ebe793;width: 20%;margin-left: auto;}
#header .logo_area { margin: 0 15px; max-width: 160px; float: left; position: relative; z-index: 2100;}
#header .logo img { width: 100%; }

#header .navioff #navi_area {
  display: none;
}

/*_________________________________________________*/
#spmenu #menu {
  position: static;
	width: 100%;
	background: #f2f2f2;
	min-height: 2em;
	/* display: flex; */
	justify-content: flex-end;
	/* padding: .5em 0; */
  display: block;
  text-align: right;
  padding: 0;
}

#assist {
    width: 100%;
}

#header #menu p {
    /* width: 7.5em; */
    display: inline-flex;
}

#header #spmenu_area #spmenu .menu_maplink {
	background: url(../c_img/icon_arw_green.png)no-repeat 0 14px #f2f2f2;
}

/* #header .text,
.mobile,
.sound {
	display: none;
} */

li.language {
    width: auto;
}

#assist ul {
    justify-content: flex-end;
    flex-wrap: wrap;
}
#spmenu_serch {
  display: block;
  width: 100%;
  clear: both;
  background: #fff;
  padding: 0 1em;
  z-index: 7000;
  border-top: 2px solid #dadada;
  border-bottom: 2px solid #dadada;
  font-size: 1em;
}

#spmenu_serch.sp_serch_off {
  display: none;
}

#spmenu_serch form {
  min-height: 70px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#spmenu_serch input.text_box {
  border-top: 2px solid #444;
  border-bottom: 1px solid #444;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  border-radius: 4px;
  width: 30em;
  max-width: calc(100% - 4.5em);
  padding: 0 20px;
  font-size: 100%;
  margin-right: 0;
  /* float: left; */
  /* min-height: 36px; */
  margin: 10px 10px 10px 0;
  min-height: 50px;
}
#spmenu_serch input.text_box:focus {
  outline: 2px solid #007f04;
  border: none;
}

#spmenu_serch input.button {
    font-size: 100%;
    background: #007f04 url(../c_img/icon_loope.png)no-repeat 50% 0;
    padding: 20px 10px 4px 10px;
    border: none;
    border-bottom: 4px solid #007f04;
    width: 3.5em;
    color: #fff;
    border-radius: 4px;
}

#navi_area {
  width: 100%;
  clear: both;
  background: #f7f6e8;
  position: static;
  /*  top: 24px; */
  left: 0;
  padding: 0;
  z-index: 7000;
  border-top: 2px solid #dadada;
  border-bottom: 2px solid #dadada;
  margin-top: 0;
}

#navi_area .inner { width: 100%; }
#gnavi { position: relative; }
#gnavi > ul { display: flex; flex-wrap: wrap; }
#gnavi > ul > li {
  float: none;
	width: 50%;
	text-align: left;
	border-bottom: 1px solid #dadada;
	line-height: 1.4;
	margin-top: 0;
}
#gnavi > ul > li:last-child {
  border-bottom: none;
}
#gnavi > ul::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 75%;
    background: url(/c_img/burube01s.png) no-repeat right bottom;
    width: 64px;
    height: 64px;
}
#gnavi > ul > li.navi01 > a, #gnavi > ul > li.navi01 > a:hover, .sub01 #gnavi > ul > li.navi01 > a { background: url(../c_img/icon_navi01.png)no-repeat 6px 50%; background-size: 40px auto;}
#gnavi > ul > li.navi02 > a, #gnavi > ul > li.navi02 > a:hover, .sub02 #gnavi > ul > li.navi02 > a { background: url(../c_img/icon_navi02.png)no-repeat 6px 50%; background-size: 40px auto;}
#gnavi > ul > li.navi03 > a, #gnavi > ul > li.navi03 > a:hover, .sub03 #gnavi > ul > li.navi03 > a { background: url(../c_img/icon_navi03.png)no-repeat 6px 50%; background-size: 40px auto;}
#gnavi > ul > li.navi04 > a, #gnavi > ul > li.navi04 > a:hover, .sub04 #gnavi > ul > li.navi04 > a { background: url(../c_img/icon_navi04.png)no-repeat 6px 50%; background-size: 40px auto;}
#gnavi > ul > li.navi05 > a, #gnavi > ul > li.navi05 > a:hover, .sub05 #gnavi > ul > li.navi05 > a { background: url(../c_img/icon_navi05.png)no-repeat 6px 50%; background-size: 40px auto;}
#gnavi > ul > li.navi06 > a, #gnavi > ul > li.navi06 > a:hover, .sub06 #gnavi > ul > li.navi06 > a { background: url(../c_img/icon_navi06.png)no-repeat 6px 50%; background-size: 40px auto;}
#gnavi > ul > li.navi07 > a, #gnavi > ul > li.navi07 > a:hover, .sub07 #gnavi > ul > li.navi07 > a { background: url(../c_img/icon_navi07.png)no-repeat 6px 50%; background-size: 40px auto;}

#gnavi > ul > li.navi08 {
  display: block;
	border-bottom: none;
	position: relative;
}

#gnavi > ul > li.navi08 img { position: absolute; bottom: 0; left:50%; }

#gnavi > ul > li:nth-child(odd) { border-right: 1px solid #dadada; }

#gnavi > ul > li > a {
    width: 100%;
    padding: 6px 18px 6px  48px;
    min-height: 50px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    border: none;
}
#gnavi > ul > li:first-child span { border-left: none; }
#gnavi > ul > li span:first-child {/* display: table; */border-right: none;min-height: auto;}

.sub_gnavi_menu {
  right: 7px;
  top: calc(50% - 7px);
  bottom: auto;
}

.sub_gnavi {
  width: 200%;
  background: #f7f6e8;
  padding: .5em 1.5em 1em;
  position: relative;
  display: block;
  right: auto;
}

.sub_gnavi li {
  margin-bottom: 0;
  margin-right: 0;
}

#gnavi ul > li:nth-child(2n) ul {
  margin-left: -100%;
}

.path_area2 { margin: 15px; }

/*_________________________________________________*/
#search_area { background: #fff; background-image: none;}

#search_area form {
    float: none;
    background-image: none;
    min-height: 70px;
    padding: 8px 0 0 0;
}

#search_area input.text_box {
    width: 70%;
    font-size: 100%;
		margin: 0 10px 10px 30px;
}

#search_area input.button {
    font-size: 100%;
    background: #007f04 url(../c_img/icon_loope.png)no-repeat 50% 0;
    padding: 20px 10px 4px 10px;
		border-top: none;
    border-bottom: 8px solid #007f04;
}

#search_area .hint_box {
    float: none;
    clear: both;
    width: 48%;
    margin: 0 auto 20px auto;
}


/*_________________________________________________*/
#contents_area { margin: 0; padding: 0; }
#contents_area .main_area {
    float: none;
    width: 100%;
}

#contents_area .inner { width: 100%; }

/*_________________________________________________*/
#contents_area .sub_area {
    float: none;
    width: 100%;
		clear: both;
}

/* -------------
　　画像要素
------------- */

/* 画像右寁E�� */
.main_area .imgright,
.main_area .imgleft {
	float: none;
	margin-right:0;
}

.imgtype1_l,
.imgtype1_r {
	float: none;
	width: 100%;
}
/*_________________________________________________*/
#footer_area {
    background: #fff url(../c_img/bg_footer_s.png)no-repeat center bottom;
    border-top: 1px solid #ccc;
		background-size: contain;
}

#footer_area .inner { width: 100%;}

#footer {
    clear: both;
    background-image: none;
    padding: 20px 0 0;
    text-align: center;
}
#footer_area #footer .inner { width: 90%;}

.footer_deco {
  display: none;
}

#footer .text { float: none; margin: 0 0 20px 0;}
.footer_link {
    float: none;
    margin: 0;
}

.footer_link ul { display: flex; }

.footer_link li {
  float: none;
  min-width: auto;
  width: 33%;
	padding: 0;
}
.footer_link li:nth-child(2n+1) { margin-left: 10px; }
.footer_link li:first-child { margin-left: 0; }


.footer_link li a {
	width: 100%;
	min-width: auto;
	padding: 32px 0 8px 0;
}

.footer_link li.mado a { background: url(../c_img/icon_mado.png)no-repeat center 8px; }
.footer_link li.trans a { background: url(../c_img/icon_trans.png)no-repeat center 8px; }
.footer_link li.mail a { background: url(../c_img/icon_mail.png)no-repeat center 8px; }

#footer_area .footer_navi {
    padding: 0;
    width: 90%;
    margin: 0 auto 100px;
}
#footer_area .footer_navi li {
  padding: 4px 0 0 16px;
    margin: 0 5% 0 0;
    width: 45%;
}

#footer_area .footer_navi p { clear: both; display: block; text-align: center; margin: 10px auto;}
#footer_area .footer_navi p a {
  display: block;
	background: #fff;
	border-radius: 4px;
	width: 100%;
	padding: 8px;
	border: 1px solid #e3e3e3;
	box-shadow: 0px -1px 1px -1px #999 inset;
  -webkit-box-shadow: 0px -1px 1px -1px #999 inset;
  -moz-box-shadow: 0px -1px 1px -1px #999 inset;
	min-height: 40px;
}
#footer_area .footer_navi p a span {
  background: transparent url(../c_img/icon_pc.png)no-repeat 0 50%;
	padding: 8px 0 8px 38px;
}

p.copyright { text-align: center; }

  .tsutaeru-menu {
    padding-top: 4.5em !important;
  }

} /*__ 終亁E__*/

/*==================================
100.others
==================================*/
@media (max-width: 470px) {
#gotoTop img {
	width: 60px;
}
#gotoTop {
	bottom: 10px;
	right: 10px;
}
}
