@charset "UTF-8";

body {
  text-size-adjust: none;
}

body,
th,
td,
input,
textarea,
select {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
  font-size: 14px;
  color: #000;
}
body p,
body span,
body div,
table th,
table td {
  line-height: 1.5;
}
.w1200,
.top_box .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0.1em;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
ul,
ol,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  outline: none;
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
}
a:hover {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}
.font {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*                    トップページ　　　　*/
/*　　共通　　　*/
.top_box {
  padding: 40px 15px;
}
.top_box > .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.top_midasi {
  text-align: center;
  margin-bottom: 40px;
}

.entry-content li,
.entry-content p {
  line-height: 2;
}

.entry-content p:not(:last-of-type) {
  margin-bottom: 30px;
}

/*            header                  */
.header {
  width: 100%;
  height: 74px;
  padding: 15px 20px 15px 32px;
  z-index: 10;
  transition: all 0.2s ease-out 0s;
  background-color: rgba(255, 255, 255, 0.68);
  /* box-shadow: -1px 4px 6px rgb(0 0 0 / 4%); */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.header .inner {
  width: calc(100%);
  margin: 0;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
}
/*  ヘッダー追尾　*/
.header.fixed {
  background: rgb(255 255 255 / 80%);
}
.logo {
  max-width: 444px;
  width: 30%;
  margin-right: 10px;
}
.logo a {
  width: 100%;
  height: 100%;

  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
/*  ヘッダーメニュー*/
.header_nav_wrap {
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.header_nav_wrap ul {
  display: flex;
}
.header_nav_wrap li {
  padding: 5px 10px;

}

.header_nav_wrap li a {
  font-weight: bold;
  display: block;
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
  position: relative;
  line-height: 1;
  text-align: center;
  position: relative;
  text-transform: capitalize;
}
.header_nav_wrap .menu > li > a{
padding:15px 0;
}
.header_nav_wrap .menu > li > a:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 6px;/*テキストからの距離*/
  width: 0%;/*初期状態では下線非表示*/
  height: 2px;/*下線の高さ*/
  background:var(--color_01);/*下線の色*/
  z-index: -1;
  transition: all 0.3s;/*アニメーション速度*/
}
.header_nav_wrap .menu > li > a:hover:after{
  width: 100%;/*hover時に表示*/
}



.header_nav_wrap .menu-item-has-children {
  position: relative;
}
.header_nav_wrap .menu-item-has-children:hover .sub-menu {
  display: block;
}
.header_nav_wrap .sub-menu {
  display: none;
    //display: block;
    position: absolute;
    top: 51px;
    left: 0;
    width: 220px;
    background: #ffffff;
    padding: 0px 0px;
    border-radius: 3px;
    z-index: 1;
	border:solid 2px var(--color_01);
	text-align: left;
}
.header_nav_wrap .sub-menu > .menu-item:not(:last-child) {
 border-bottom: 1px solid #dbdbdb;
}
.header_nav_wrap .sub-menu > .menu-item{
padding: 0;
}
.header_nav_wrap .sub-menu > .menu-item a {
  display: block;
    padding: 12px 15px;
  color: #000;
  text-align: left;
}
.header_nav_wrap .sub-menu > .menu-item a:hover {
  background: #F5F5F5;
  opacity: 1;
}




@media (min-width: 1600px) {
 .header_nav_wrap li {
    padding: 5px 25px;
 
 }
  .header_nav_wrap li a {
  }
}
.header_nav_wrap li a span {
  font-size: 8px;
  color: #96989b;
  line-height: 1;
  display: block;
  margin-top: 10px;
  letter-spacing: 1px;
}
.header_nav_wrap li a:hover,
.header_nav_wrap li.current-menu-item a,
.header_nav_wrap li a:hover *,
.header_nav_wrap li.current-menu-item a * {
}
.header_nav_wrap li.current-menu-item a {
}

/*             footer 上　nav　　　　*/
.footer_ue_nav {
  text-align: center;
  margin-top: 30px;
}
.footer_ue_nav li {
  display: inline-block;
  vertical-align: middle;
}
.footer_ue_nav a {
  display: block;
  padding: 0 10px;
  color: #4b610b;
  font-size: 12px;
}
.footer_ue_nav li + li a:before {
  content: "|";
  position: relative;
  left: -11px;
}
.footer_ue_nav a:hover {
  opacity: 0.7;
}
/*            footer                  */
.footer_L {
}
.footer_L .footer_logo {
  padding: 0 0 15px 0;
}
.footer_L p {
  margin: 0;
}
.copy {
  background: #001060;
  text-align: center;
  color: #fff;
  padding: 20px 10px;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 2px;
}
/*     page top   */
.ec-blockTopBtn i{
display: none;
}
.ec-blockTopBtn {
border-radius: 100px;
  width: 30px;
  height: 30px;
  right: 10px;
  bottom: 10px;
  font-size: 16px;
  border:solid 2px var(--color_01);
  background: #fff;
  color:var(--color_01);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: all 0.2s ease-out 0s;
  z-index: 4;
}
.ec-blockTopBtn:before {
    position: absolute;
    right: 0px;
	left: 0;
    top: 3px;
    bottom: 0;
    margin: auto;
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px var(--color_01);
    border-right: solid 2px var(--color_01);
    transform: rotate(315deg);
    position: absolute;
}
.ec-blockTopBtn:hover{
opacity: 1;
  background:var(--color_01);

}
.ec-blockTopBtn:hover:before {
     border-top: solid 2px #fff;
    border-right: solid 2px #fff;

}

/*　　      　top　slider　　*/
.ec-layoutRole .ec-layoutRole__contents {
  max-width: inherit;
}
.top_slider_wrap {
  position: relative;
}
.top_slider.slick-slider {
  padding: 0;
}

.top_slider li {
}

/*   arrow   カスタマイズ　　*/
#arrows {
  width: 750px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  z-index: 1;
}
.top_slider .slick-arrow {
  background: none;
  border: none;
  position: absolute;
  font-size: 100px;
  color: #9eb827;
  line-height: 1;
}
#arrows .slick-arrow {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  font-size: 70px;
  color: #9eb827;

  top: -35px;
}
#arrows .arrow_left {
  left: -57px;
}
#arrows .arrow_right {
  right: -57px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 29px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*                          追加   トップページ　*/
.top_blog_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top_blog_list li {
  width: 49%;
  margin-bottom: 20px;
}
.blog_meta {
  line-height: 1;
  margin-top: 10px;
}
.blog_meta .date,
.blog_meta .cat_name_wrap {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.blog_meta .cat_name_wrap {
  font-size: 10px;
}
.blog_meta .cat_name_wrap a {
  text-decoration: underline;
  margin-right: 5px;
}
.blog_meta .date {
  letter-spacing: 0px;
  padding-left: 5px;
  border-left: solid 1px #ccc;
  font-size: 10px;
}

.top_blog_list .title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  margin: 5px 0 11px 0;
}
.top_blog_list .bassui {
  line-height: 1.5;
  font-size: 14px;
  display: none;
}
.bg_usu_green {
  background: #f2f7de;
}
