@charset "utf-8";
/* CSS Document */
/* ##################################################################### */
/*	モバイルレ : 480 px およびそれ以下
/* ##################################################################### */
/* ===================================================================== */
/*	基本設定
/* ===================================================================== */
ol.breadcrumb {
  font-size: 64% !important;
  margin-bottom: 0px;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0rem 0.5rem;
  margin-bottom: 0.0rem !important;
}
/*footer{
	border-top: 10px solid #44699c;
}*/
#localNav {
  margin-top: 30px !important;
  float: none;
  /*border: 1px solid #e5e5e5;*/
  border-bottom: none;
}
#localNav li, #localNav ul {
  list-style-type: none;
  margin-bottom: 0px;
}
#localNav ul {
  padding-left: 0px;
}
/*#localNav li {
	background-color: #f1f1f1;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
	display: inline-block;
	width: 100%;
      transition: all .9s ease;
  -webkit-transition: all .9s ease;
    font-size: 14px;
}

#localNav li ul {
	background-color: #fff!important;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
    border-bottom:none;
	display: inline-block;
	width: 100%;
      transition: all .9s ease;
  -webkit-transition: all .9s ease;
    font-size: 14px;
}

#localNav li ul:hover{
	background-color: #dcdcdc;
	color: #000!important;
      transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

#localNav li:hover{
	background-color: #dcdcdc;
	color: #000!important;
      transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

#localNav li:hover a{

	color: #000!important;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}*/
/*　*/
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "|";
}
/*#localNav ul { list-style-type: none; }

.cds-navi { margin: 0 0 2em; padding: 0; }*/
#localNav ul {
  margin: 0 0 1rem;
  padding: 0;
  font-size: 14px;
}
#localNav ul ul {
  margin-bottom: 0;
}
#localNav ul li {
  display: inline;
}
#localNav ul li a, #localNav ul li ul li a {
  margin-bottom: 1px;
  padding: 5px 0;
  width: 100%;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #e5e5e5;
}
#localNav ul li a {
  padding-left: 10px;
}
#localNav ul li ul li a {
  padding-left: 30px;
}
#localNav ul a {
  background-color: #f1f1f1;
  color: #4d4d4d;
}
#localNav ul ul a {
  background-color: #fff;
  color: #4d4d4d;
}
#localNav ul a:hover, #localNav ul ul a:hover {
  background-color: #148ACC;
  color: #fff;
  text-decoration: underline;
}
/*　*/
/*#localNav li::before{
	display: inline-block;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	color: #1ab6c2;
	content: ">";
}

#localNav li:hover::before{
	display: inline-block;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	color: #fff;
	content: ">";
}*/
span.tel {
  /*    padding-top: 15px;
    padding-bottom: 15px;*/
  font-size: 160%;
  display: inline-block;
}
span.tel .fa {
  font-size: 70% !important;
}
footer ul.sns {
  font-size: 200%;
  list-style-type: none;
  padding-left: 0px;
}
footer ul.sns i {
  padding-top: 5px;
  margin-right: 10px;
}
.nav-link {
  padding: 0.5rem 1rem !important;
  border-bottom: 1px solid #646464;;
}
.nav-pills .nav-link {
  border-radius: 0rem;
}
.navbar-collapse .nav-justified .nav-item {
  text-align: left;
}
.dropdown-menu {
  border: none;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  /*min-width:20.8rem;*/
  padding: 0rem 0;
  margin: 0rem 0 0;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #3f3f3f;
  /*background-color: #00BBFF;
    background-clip: padding-box;*/
  border: none;
  border-radius: 0rem;
}
.dropdown-item {
  /*border-bottom: 1px solid #e9ecef;*/
  color: #fff;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: 0em;
  content: ">";
  border: none;
}
#localNav li.on {
  /*background-color: #FFDFDF;*/
  background-color: #00b7ce;
  color: #fff;
}
.navbar {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 14px;
  /* font-weight: bold;*/
}
.navbar .navbar-nav li a.dropdown-item {
  font-size: 13px;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='square' stroke-miterlimit='3' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler {
  padding: 0.75rem 0.75rem;
  /*padding: 0.8rem 0.9rem;*/
  font-size: 1.55rem;
  line-height: 1;
  /*background-color: transparent;*/
  background-color: #3f3f3f;
  border: transparent;
  border-radius: 0rem;
}
/*.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}*/
.appositive-list ul {
  list-style-type: none;
  padding-inline-start: 0px;
}
.appositive-list ul li {
  border-bottom: 1px solid #fff;
  background-color: #0f7332;
}
.appositive-list ul li a {
  color: #fff;
  padding-left: 40px;
  /*        padding: 15px 20px!important;*/
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}


    
.header-txt{
  position: absolute;
  top:0px;
  left: 10px;
  color: #fff;
  font-size: 10px;
} 


/* ##################################################################### */
/*	タブレット小
/* ##################################################################### */
@media (min-width: 480px) {
  /* ===================================================================== */
  /*	タブレット小　共通基本設定
/* ===================================================================== */
  #localNav {
    margin-top: 0px !important;
    float: none;
  }
  span.tel {
    font-size: 250%;
  }
}
/* ##################################################################### */
/*	タブレット大
/* ##################################################################### */
@media (min-width: 768px) {
  /* ===================================================================== */
  /*	タブレット大　共通基本設定
/* ===================================================================== */
  .dropdown-item {
    border-bottom: none;
  }
ol.breadcrumb {
  font-size: 74% !important;
}    
}
/* ##################################################################### */
/*	タブレット大
/* ##################################################################### */
@media (min-width: 993px) {
  /* ===================================================================== */
  /*	タブレット大　共通基本設定
/* ===================================================================== */

/*  .nav2 {
    height: 80px;
    background-color: darkgoldenrod;
  }*/
/*  .nav3 {
    height: 150px;
    background-color: deeppink;
  }*/
  .primaryArea.primary2 li {
    border-radius: 16px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 32px !important;
    margin-right: 10px;
  }
  .primary2 .nav-link {
    /*padding-right:25px!important;*/
    padding-right: 25px !important;
    position: relative;
  }
  .primary2 .nav-link::after {
    content: "";
    background-image: url("../images/arrow_icon_s.png");
    display: block;
    position: absolute;
    top: 8px;
    right: 5px;
    width: 11px;
    height: 15px;
    /*  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);*/
  }
  .navbar {
/*    height: 160px;
    background-position: 0px 0px;
    background-attachment: fixed;
    background-color: #fff;
    padding-bottom: 30px;*/
  }
  .navbar-nav {
    margin-bottom: 0px;
  }
  .navbar-nav li a {
    padding: 15px 20px !important;
    /*border-left: 1px solid #b2dfc6;*/
    height: 50px;
  }
  .navbar-nav .al-2 li a {
    padding: 15px 20px !important;
    border-left: none;
    height: 50px;
  }
  .nav-link {
    /*padding: 0.5rem 1rem!important;*/
    border-bottom: none;
  }
    
.header-txt{
    top:6px;
    left: 0;
    font-size: 13px;
}  
    
  .memberNav .navbar-nav li a {
    background-color: #009342;
    border: 1px solid #e5e5e5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px 15px !important;
    height: 55px;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.3;
  }
    
    

    
    
    
  .dropdown-menu {
    background-color: #009342;
    /*background-color:red;*/
    border: 1px solid #e5e5e5;
    border-radius: 0rem;
    /*border: none;*/
  }
  /* test1 */
  .appositive-list {
    padding: 20px;
    width: 550px;
  }
  .appositive-list ul:after {
    content: "";
    clear: both;
    display: block;
  }
  .appositive-list ul {
    display: block;
    /*list-style-type: disc!important;*/
    list-style-type: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    width: 100%;
    color: #fff;
  }
  /* 一覧のリストの設定 */
  .appositive-list ul li {
    float: left;
    margin-top: 0;
    margin-bottom: 5px;
    width: 50%;
  }
  .appositive-list ul li {
    border-bottom: none;
    background-color: transparent;
    /* background-color:red;*/
  }
  /* 等分なし */
  .appositive-list ul.al-1 li {
    width: 100%;
  }
  /* 横並びに等分 */
  .appositive-list ul.al-2 li {
    width: 49%;
    margin-right: 0px;
  }
  .appositive-list ul.al-2 li:nth-child(2n) {
    margin-right: 0;
  }
  /* test2 */
  .mg-nav /*    
.nav-link*/ {
    position: relative;
  }
  /*.megamenu-li {
    position: static;
}
*/
  .megamenu1 {
    position: absolute;
    width: 500px;
    /*right: 350px;*/
    left:-130px!important;
    top: 50px;
    padding: 0px;
    margin-top: 10px;
    font-size: 14px;
    margin-left: -50px;
  }
  .megamenu2 {
    position: absolute;
    width: 500px;
    left:-50px!important;
    top: 50px;
    padding: 0px;
    margin-top: 10px;
    font-size: 14px;
    margin-left: -230px;
  }
  .al-2 li a:hover {
    color: #D0D0D0;
    opacity: 0.6;
  }
  .megamenu1::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #009342;
    position: absolute;
    top: -10px;
    left: 240px;
  }
  .megamenu2::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #009342;
    position: absolute;
    top: -10px;
    left: 330px;
  }
    .navbar .memberNav .navbar-nav > li > a {
    font-size: 12px;
}
}
/* ##################################################################### */
/*	PC
/* ##################################################################### */
@media (min-width: 1200px) {
  /* ===================================================================== */
  /*	PC　　共通基本設定
/* ===================================================================== */
  .navbar-collapse {
    height: 50px;
  }
  .navbar-collapse .nav-justified .nav-item {
    text-align: center;
  }
.navbar .memberNav .navbar-nav > li > a {
    font-size: 14px;
}
}