@charset "utf-8";
/*----------------------
Theme name:九州河川協力団体連絡協議
Theme URL:https://ky-rivercrew.com
-----------------------------------------*/

/* RESET
-----------*/

a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,
nav,ol,p,section,main,span,table,tbody,thead,time,tr,th,td,ul,video,figure {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 2;
  clear: both;
}
textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  line-height: 1.6;
}
article,footer,header,nav,section {
  display: block;
}
ol,ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
::before,::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}
:root{
    --primary:#333;
    --background:#fff;
    --secondary-background:#e7e7e7;
    --off-background:rgba( 255, 255, 255, 0.9);
    --blue:#62b0e3;
    --bg_blue:#62b0e3;
    --light_blue:#E3EEF7;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 500;
font-style: normal;
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  position: relative;
  letter-spacing: 0.09em;
  box-sizing: border-box;
  word-wrap: break-word;
}
a {
  outline: none;
  color: #333;
}
a:hover {
  text-decoration: none;
}
a,
a:hover,
a:hover img {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  text-decoration: none;
}
a:focus {
  outline: none !important;
}
button {
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-style: none;
  display: block;
  width: 100%;
}
img,
svg {
  display: block;
  height: auto;
  margin: 0;
  width: 100%;
}
img{
  /* SPの長押し禁止 */
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
  pointer-events: none
}
.relative{
  position: relative;
}
/*-------------------------------
  margin
--------------------------------*/
.mg-top30 {
  margin-top: 30px !important;
}
.mg-top50 {
  margin-top: 50px !important;
}
.mg-top75 {
  margin-top: 75px !important;
}
.mg-top100 {
  margin-top: 100px !important;
}
.mg-top150 {
  margin-top: 150px !important;
}
.mg-b15{
  margin-bottom:15px;
}
.mg-b30 {
  margin-bottom: 30px;
}
.mg-b50 {
  margin-bottom: 50px;
}
.mg-b100 {
  margin-bottom: 100px;
}
.mg-r5 {
  margin-right: 5px;
}
.mg-l5 {
  margin-left: 5px;
}
/*-------------------------------
  padding
--------------------------------*/
.pd-top50 {
  padding-top: 50px;
}
.pd-top75 {
  padding-top: 75px;
}
.pd-top100 {
  padding-top: 100px;
}
.pd-top150 {
  padding-top: 150px;
}
.pd-b100 {
  padding-bottom: 100px;
}
.pd-b150 {
  padding-bottom: 150px;
}
.pd-10 {
  padding: 10px;
}
/*===========
 text
=============*/
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.white {
  color: #fff !important;
}
.red {
  color: #dd0000;
}
.yellow {
  color: #ffda2a;
}
.bold {
  font-weight: bold;
}
.small {
  font-size: 80%;
}
.fs_12{
  font-size:1.2rem;
  font-weight:bold;
}
/*--------------------
  PC/SP
----------------------*/
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
@media screen and (min-width: 991px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
/*--------------------
  background-color
----------------------*/
.bg_glay {
  background-color: #f2f0ee;
}
.bg_white {
  background-color: #fff;
}
.bg_offwhite {
  background-color: rgba(255, 255, 255, 0.9);
}
.bg_blue {
  background-color: #E3EEF7;
}
.bg_logo{
  background-image:url(img/bg_logo.jpg);
}
.bg_paper{
  background-image:
    repeating-linear-gradient(to bottom,
      transparent 25px,
      rgba(0, 0, 0, 0.04) 26px,  rgba(0, 0, 0, 0.04) 26px,
      transparent 27px,  transparent 51px, 
      rgba(0, 0, 0, 0.04) 52px,  rgba(0, 0, 0, 0.04) 52px,
      transparent 53px,  transparent 77px, 
      rgba(0, 0, 0, 0.04) 78px,  rgba(0, 0, 0, 0.04) 78px,
      transparent 79px,  transparent 103px, 
      rgba(0, 0, 0, 0.04) 104px,  rgba(0, 0, 0, 0.04) 104px,
      transparent 105px,  transparent 129px, 
      rgba(0, 0, 0, 0.04) 130px,  rgba(0, 0, 0, 0.04) 130px),

    repeating-linear-gradient(to right,
      transparent 25px,
      rgba(0, 0, 0, 0.04) 26px,  rgba(0, 0, 0, 0.04) 26px,
      transparent 27px,  transparent 51px, 
      rgba(0, 0, 0, 0.04) 52px,  rgba(0, 0, 0, 0.04) 52px,
      transparent 53px,  transparent 77px, 
      rgba(0, 0, 0, 0.04) 78px,  rgba(0, 0, 0, 0.04) 78px,
      transparent 79px,  transparent 103px, 
      rgba(0, 0, 0, 0.04) 104px,  rgba(0, 0, 0, 0.04) 104px,
      transparent 105px,  transparent 129px, 
      rgba(0, 0, 0, 0.04) 130px,  rgba(0, 0, 0, 0.04) 130px);
}
/* -------------------
  btn
---------------------*/
.btn_b {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px 20px;
  margin: 50px auto;
  color: #fff;
  background-color: var(--bg_blue);
  width: 100%;
  max-width: 300px;
  font-size: 1.1rem;
  font-weight: 800;
  border-radius: 10px;
  box-sizing: border-box;
  border:solid 1px var(--blue);
  line-height: 1.4;
}
@media screen and (min-width:991px) {
  .btn_b{
    width:450px;
  }
}
.btn_b:hover {
  background-color:#fff;
  color: var(--blue);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  box-sizing: border-box;
}
.fa-chevron-right{
  margin-left:10px;
}
/* -------------------
  container
---------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media screen and (min-width: 991px) {
  .container {
    width: 970px;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}
@media screen and (min-width: 1500px) {
    .container {
      width: 1380px;
    }
  }
/*=====================
   header
======================*/
.header {
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height:70px;
  padding: 5px 10px;
  background-color: #fff;
  z-index: 999;
  border-bottom: solid 3px var(--blue);
  box-sizing: border-box;
}
@media screen and (min-width:1200px){
  .header {
    padding:5px 10px;
    justify-content: space-around;
    align-items:center;
    height:90px;
  }
}
.h_logo {
  margin: 0;
  padding: 0 5px;
  width: 90px;
  overflow: hidden;
}
.h_logo a{
  display:block;
  padding:0;
  margin:0;
  overflow: hidden;
}
.h_logo a img{
    width:80px;
    height:60px;
    object-fit: cover;
}
@media screen and (min-width:768px) {
  .h_logo {
    width:300px;
  }
  .h_logo a img{
    width:100%;
    height:auto;
  }
}
.h_btn{
  position:fixed;
  right:10px;
  top:10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  align-items: center;
  border:none;
  width:50px;
  height:50px;
  background-color:var(--bg_blue);
  border-radius:50px;
  z-index:998;
}
@media screen and (min-width: 1200px) {
  .h_btn {
    display: none;
  }
}
.h_btn span {
  display: block;
  position: relative;
  top: 0;
  margin: 0 auto;
  width: 28px;
  height: 2px;
  background-color: #fff;
  transition: 0.6s ease;
}
.h_btn span::before,
.h_btn span::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.6s;
  background-color: inherit;
}
.h_btn span::before {
  top: -10px;
}
.h_btn span::after {
  top: 10px;
}
body.open .h_btn {
  z-index: 30;
  background-color: var(--bg_blue);
}
body.open .h_btn span {
  width: 30px;
  background-color: transparent;
}
body.open .h_btn span::before,
body.open .h_btn span::after {
  top: 0;
  background-color: #fff;
}
body.open .h_btn span::before {
  transform: rotate(45deg);
}
body.open .h_btn span::after {
  transform: rotate(-45deg);
}
/*===============
  nav
================*/
.g_nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  transform: translateX(100%);
  transition: 0.8s ease;
  overflow:scroll;
  -webkit-overflow-scrolling: touch;
  background-color:#fff;
}
body.open .g_nav {
  transform: translateX(0);
}
.g_nav_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100vh;
  background-color: #fff;
  padding-top: 75px;
}
.g_nav-main {
  width: 100%;
  display: block;
}
.g_menu {
  margin: 0 0 15px;
  padding: 15px 10px 10px 10px;
  width: 100%;
}
.g_nav-logo {
  width: 200px;
  margin: 0 auto 15px;
}
.g_nav-logo img {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width:1200px) {
  .g_nav {
    width: 100%;
    max-width: 1200px;
    height: 80px;
    transform: translateX(0);
    position: static;
    padding:10px;
    margin: 0 0 0 30px;
    overflow:visible;
  }
  .g_nav_inner {
    flex-direction: row;
    padding: 0 15px 0 0;
    background-color: transparent;
    align-items: center;
    height:65px;
  }
  .g_nav-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0;
  }
  .g_nav-logo{
    display:none;
  }
  .g_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    height:60px;
  }
}
.h_nav-item {
  list-style-type: none;
  padding:0;
  width:100%;
  margin:0;
  display:flex;
  align-items: center;
  justify-content:start;
  font-size: 1rem;
  position: relative;
  line-height: 1.4;
}
.h_nav-item a {
  display: block;
  width:100%;
  padding: 10px 15px;
  margin: 0;
  color:var(--primary);
  border-bottom:1px solid var(--blue);
}
.h_nav-item a:hover{
  background-color:var(--bg_blue);
  color:#fff;
  transition:0.6s;
}
.h_nav-item a:hover .nav_sub-ttl{
  transition:0.6s;
}
@media screen and (min-width: 1200px) {
  .h_nav-item {
    margin: 0 10px;
    padding: 0;
    text-align: center;
    border-bottom: none;
    font-size: 1rem;
    flex-wrap:wrap;
    font-weight:bold;
  }
  .h_nav-item a {
    padding: 20px 15px;
    line-height: 1.1 !important;
    border-bottom:none;
  }
}
/* sub menu
----------------------*/
.sub_menu{
  display:block;
}
.sub_menu a{
  position: relative;
  display: block;
  transition:all .6s;
}
.sub_menu > a::before{
  position: absolute;
  top:20px;
  right:15px;
  content:'';
  width:10px;
  height:10px;
  border-top: 3px solid var(--blue);
  border-right:3px solid var(--blue);
  transform: rotate(135deg);
}
.sub_menu.active > a:hover::before{
  border-top: 3px solid #fff;
  border-right:3px solid #fff;
  transform: rotate(-45deg);
  transition:.6s;
}
.sub_menu > a:hover::before{
  border-top: 3px solid #fff;
  border-right:3px solid #fff;
  transform: rotate(135deg);
  transition:.6s;
}
.sub_ul{
  position: relative;
  left:0;
  top:0;
  width:100%;
  visibility:visible;
  opacity:1;
  display: none;
  transition:none;
}
.sub_item{
  display:block;
  padding:0;
  margin:0 0 0 15px;
  border-bottom:dashed 1px #fff;
}
.sub_item a{
  display:block;
  background-color:#fff;
  color:var(--blue);
  box-sizing: border-box;
}
.sub_item a:hover{
  background-color:var(--blue);
  color:#fff !important;
  transition:.6s;
}
.sub_item a:hover dd{
  color:#fff !important;
  transition:.6s;
}
.sub_item:last-child{
  border-bottom:none;
}
@media screen and (min-width:1200px){
  .sub_ul{
    position: absolute;
    left:-10px;
    top:55px;
    z-index: 10;
    width:300px;
    display: none;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  }
  .sub_menu:hover > .sub_ul{
    visibility: visible;
    opacity: 1;
    display: block !important;
  }
  .sub_item{
    border-bottom:dashed 1px var(--blue);
    margin:0;
    text-align:left;
    line-height: 1.4 !important;
  }
  .sub_menu > a::before{
    position: static;
    display: none;
  }
}
.g_sns-p {
  padding:0;
  font-size: 1rem;
  color: #333;
  font-weight: 800;
  text-align:center;
  width:100%;
  display:block;
}
@media screen and (min-width: 768px) and (max-width:1200px) {
  .g_sns-p {
    text-align: center;
    padding-left: 0;
    font-size: 1.1rem;
    width: 100%;
  }
}
.g_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 10px 10px 50px 20px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width:1200px) {
  .g_sns {
    justify-content: center;
  }
}
.g_sns-list {
  margin-right: 10px;
}
.g_sns-list img {
  width: 30px;
  height: 30px;
}
.g_submenu {
  width: 100%;
  padding: 15px 15px 15px 20px;
}
.g_other-menu{
  display:block;
  width:100%;
  margin:30px 0;
  padding:0 25px;
}
.g_other-menu li{
  font-size:0.8rem;
}
@media screen and (min-width:1200px) {
  .g_sns-p,
  .g_sns,
  .g_submenu,
  .g_other-menu {
    display: none;
  }
}
/*==================
  hero-aria
======================*/
#hero_area{
    position: relative;
    width:100%;
    height:95vh;
    margin:0;
    padding:60px 0 100px;
    display:block;
  }
  /* slide
  --------------*/
  #slider{
    width: 100%;
    height: 90vh;
  }
  @media screen and (min-width:991px){
  #slider{
    position: absolute !important;
    top:0 !important;
    right:0 !important;
    width:80%;
    height: 95vh;
    border-radius: 15px 0 0 15px;
  }
  #slider img{
    object-position: 0% 0%;
  }
  }
  /* top_hero-ttl
  ------------------*/
  .top_hero-ttl{
    position: absolute;
    bottom: 10%;
    left:0;
    width:90%;
    overflow: hidden;
    background-color:rgba( 255, 255, 255, 0.8);
    padding:15px 15px 15px 30px;
    font-size:1.5rem;
    color:var(--blue);
  }
  .top_hero-ttl img{
    margin:0 auto;
    width:100%;
  }
  @media screen and (min-width:991px){
    .top_hero-ttl{
      left:20%;
      bottom:15%;
      width:45%;
      background-color:rgba( 255, 255, 255, 0.8);
      padding:15px;
      font-size:2rem;
      color:var(--blue);
   }
  }
  /* hero_sns
  -------------------*/
  .hero_sns{
    display:none;
  }
  @media screen and (min-width:991px){
    .hero_sns{
      display:block;
      position: absolute;
      left:120px;
      top:20%;
      width:30px;
      height:120%;
      z-index: 3;
    }
    .hero_sns figure img{
      width:50px;
      height:130px;
      margin:0 auto;
    }
    .hero_sns ul{
      margin:15px 0 0 0;
      padding:0;
    }
    .hero_sns ul li{
      width:50px;
      height:50px;
      margin-bottom:15px;
      text-align: center;
    }
  }
  .news_flex{
    width:100%;
    margin:30px 0 50px;
    padding:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    overflow-x: scroll;
    align-items: flex-start;
  }
  .news_list{
    width:85%;
    background-color:#fff;
    border-radius:15px;
    box-sizing: border-box;
    padding:15px 15px 10px;
    margin:30px 15px 30px 0;
    border:solid 2px var(--primary);
    flex-shrink:0;
  }
  @media screen and (min-width:991px){
    .news_list{
      width:350px;
      margin:30px 2% 30px 0; 
    }
  }
  .news_list:hover{
    transition: 0.6s;
    box-shadow: 7px 7px var(--blue);
  }
  .news_thumb{
    overflow: hidden;
    margin:0;
    padding:0;
    border-radius:15px 15px 0 0;
    display:block;
    position: relative;
  }
  .news_thumb img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: 50% 50%;
    transform:scale(1.1);
  }
  @media screen and (min-width:450px) and (max-width:991px){
    .news_thumb img{
      height: 150px;
    }
  }
  @media screen and (min-width:1091px){
    .news_thumb img{
      height: 200px;
    }
  }
.news_thumb img:hover{
    transform:scale(1);
    transition:0.6s;
  }
.news_category{
    position: absolute;
    bottom:0;
    right:0;
    font-size:0.8rem;
    background-color: var(--bg_blue);
    color:#fff;
    padding:5px 20px;
    border-top:solid 2px #fff;
    border-left:solid 2px #fff;
  }
.news_contents{
    padding:0;
    margin:0;
  }
.news_ttl{
    font-size:1rem;
    line-height: 1.4;
    border-bottom:solid 1px #74b5e4;
    padding-bottom:5px;
    margin:10px 0;
}
.news_ttl .fa-flag{
	color: var(--bg_blue);
	margin-right:10px;
}
.news_date{
    font-size:0.8rem;
}
.news_date .fa-calendar-alt{
    margin-right:5px;
    color:var(--blue);
}
.news_team{
    margin:0;
    padding:0;
    text-align:right;
}
.news_team .fa-map-marker-alt,
.news_team .fa-users{
    margin:0 5px 0 0;
}
.news_team .news_teamname,
.news_team .team_river{
   color:var(--blue);
   line-height:1.4;
}
.btn_b .fa-arrow-alt-circle-right{
    margin-left:10px;
}
/* common parts 
===================*/
.sec_ttl{
    font-size:1.4rem;
    position: relative;
    text-align:center;
    color:var(--blue);
    font-weight:bold;
    line-height: 1.4;
    margin:30px 0 50px;
}
.sec_ttl::before{
    position: absolute;
    bottom:-15px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: var(--blue);
}
.parts_photo{
    display:block;
    width:100%;
    margin:30px 0;
}
.parts_photo img{
    width:100%;
    object-fit: cover;
    border-radius:10px;
}
.top_about-area{
    width:100%;
    margin:30px 0;
}
.ttl{
    font-size:1.2rem;
    border-left:double 6px var(--blue);
    margin:30px 0;
    padding-left:8px;
    font-weight:bold;
    color:var(--blue);
    font-weight:bold;
}
.sec_bg{
  height:240px;
  width:100%;
  background-image:url(img/about_bg-sp.jpg);
  background-attachment: fixed;
  background-position:center center;
}
@media screen and (min-width:991px){
    .sec_ttl{
        font-size:2rem;
        margin:30px 0 75px;
    }
    .parts_photo{
        position: absolute;
        right:0;
        top:350px;
        width:45%;
        height:250px;
        margin:0;
    }
    .parts_photo img{
        border-radius:10px 0 0 10px;
        height:350px;
    }
    .top_about-area{
        width:45%;
        margin:50px 0;
    }
    .ttl{
        font-size:1.6rem;
        margin:30px 0 50px;
    }
    .sec_bg{
      height:360px;
      background-image:url(img/about_bg.jpg);
    }
}
/* top Greeting
----------------*/
.greeting{
  display:flex;
  justify-content: space-between;
  align-items:flex-start;
  flex-direction: column-reverse;
  flex-wrap:wrap;
  width:100%;
  margin:50px 0 30px;
  padding:0;
}
.g_message{
  width:100%;
  display:block;
  margin:0 0 30px;
  padding:0;
}
.g_photo{
  width:100%;
  display:block;
  margin:0;
  padding:0;
}
.g_photo img{
  width:100%;
  height:auto;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (min-width:991px){
  .greeting{
    display:flex;
    justify-content: space-between;
    align-items:flex-start;
    flex-direction: row;
  }
  .g_message{
    width:58%;
    margin-right:3%;
  }
  .g_photo{
    width:33%;
    margin:30px 1%;
  }
}
/* Top banner
-----------------*/
.top_banner-area{
  width:100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  align-items:center;
  flex-wrap: wrap;
  flex-direction: column;
}
.t_b-box{
  width:100%;
  display:block;
  margin:30px 0;
}
.t_b-box img{
  width:100%;
  object-fit: cover;
}
.small-p{
  font-size:0.8rem;
  margin:10px 0 0;
  line-height: 1.4;
}
@media screen and (min-width:768px){
  .top_banner-area{
    flex-direction: row;
    justify-content: space-between;
  }
  .t_b-box{
    width:46%;
    margin:30px 2%;
  }
  .small-p{
    font-size:0.9rem;
    text-align:center;
  }
}
/*================
  footer
=================*/
footer{
  width:100%;
  background-color:var(--bg_blue);
  margin:0;
  padding:50px 0
}
.f_photo{
  width:180px;
  height:180px;
  margin:50px auto 30px;
  display:block;
}
.f_phpto img{
  width:100%;
  object-fit: cover;
}
.f_sns-area{
  width:100%;
  max-width:600px;
  margin:30px auto;
  display:flex;
  align-items:center;
  justify-content: center;
  background-color:#fff;
  padding:15px;
}
.f_sns-area li{
  margin:0 10px;
}
.f_sns-area li a{
  width:100%;
  display:block;
}
.f_sns-area li a img{
  width:30px;
  height:30px;
}
@media screen and (min-width:991px){
    .f_photo{
        width:200px;
        height:200px;
    }
}

/*=================
  Page
================*/
/*
  bread crumb
--------------------*/
.page_bread{
  background-color:#fff;
  width:100%;
  margin:0;
  padding:0;
  border-top:solid 3px var(--blue);
}
.breadcrumbs{
  margin:0 0;
  padding:8px 15px;
  display:block;
	font-size:0.8rem;
  display:flex;
  justify-content:flex-start;
  flex-wrap:wrap;
  width:100%;
  margin:0 auto;
  color:#333
}
@media screen and  (min-width:991px){
	.breadcrumbs{
    padding:8px 0;
    font-size:0.85rem;
	}
}
.breadcrumbs span a{
  color:#333;
  padding:0 5px;
}
.breadcrumbs span a:hover{
  transition:0.6s;
  color:var(--blue) !important;
}
.breadcrumbs .current-item{
	padding:0; 
  margin:0 5px;
  color:var(--bur_red);
}
/*------------------
  page hero
----------------*/
.page_about{
  width: 93%;
  height: 80vh;
  margin: 75px auto 30px;
  padding: 0 1.5rem ;
  background-image:url(img/about_bg-sp.jpg);
  background-position: center center;
  border-radius: 10px;
  position: relative;
}
.page_dantai{
  width: 93%;
  height: 80vh;
  margin: 75px auto 30px;
  padding: 0 1.5rem ;
  background-image:url(img/dantai_bg-sp.jpg);
  background-position: center center;
  border-radius: 10px;
  position: relative;
}
.page_ttl{
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--blue);
  font-size: 1rem;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  font-weight:bold;
  line-height: 1.4;
}
@media screen and (min-width:991px){
  .page_about{
    height: 360px;
    background-image:url(img/about_bg.jpg);
    margin: 110px auto 30px;
  }
  .page_dantai{
    height: 360px;
    background-image:url(img/dantai_bg.jpg);
    margin: 110px auto 30px;
  }
  .page_ttl{
    width: 60%;
    font-size: 1.6rem;
    padding: 15px;
  }
}
/*===============
  about
==================*/
.parts_a-photo{
  display: block;
  width: 100%;
  margin: 30px 0;
}
.parts_a-photo img{
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.btn_flex{
  display:block;
  width:100%;
  margin:30px 0;
  padding:0;
}
.btn_flex button .btn_b{
  margin:30px auto !important;
}
.btn_b .fa-file-pdf{
  margin-right:10px;
}
.about_dl{
  width:100%;
  margin:30px 0 50px;
  display:block;;
  background-color:#fff;
  box-sizing: border-box;
}
.about_dl dt{
  width:100%;
  display:block;
  text-align:left;
  font-size:1rem;
  padding:10px;
  line-height: 1.4;
  background-color:var(--light_blue);
  border-radius:10px;
  margin-bottom:15px;
}
.about_dl dd{
  width:100%;
  display: block;
  padding:10px;
  margin:0;
  line-height: 1.4;
  border-radius:10px;
  background-color: #eee;
}
.a_dl-sub{
  display:block;
  width:100%;
  font-size:1.2rem;
  margin:15px 0 0;
  line-height: 1.4;
  color:var(--blue);
}
.history{
  font-size:1rem;
  margin:5px 0 5px 5px;
  line-height: 1.4;
}
.about_photo-area{
  margin:100px 0 50px;
  padding:0;
  width:100%;
}
.s_table{
  width:100%;
  margin:30px 0 15px;
  padding:0;
  box-sizing: border-box;
}
.s_table tbody{
  margin:0;
  padding:0;
}
.s_table tr{
  box-sizing: border-box;
}
.pc_position{
  display:none;
}
.s_table th{
  width:100%;
  display:block;
  padding:15px 10px;
  background-color:var(--bg_blue);
  color:#fff;
  font-weight: bold;
}
.s_table td{
  width:100%;
  display:block;
  padding:15px 10px;
  border-bottom:solid 1px #eee;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}
.s_table td .s_table_sub{
  font-size:0.8rem;
}
.s_table td.sewanin,
.s_table td.manager,
.s_table td.suporter{
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap:wrap;
}
.s_river{
  width:30%;
  color:var(--blue);
  text-align:left;
  line-height: 1.4;
}
.td_main{
  width:70%;
  line-height: 1.4;
  text-align:left;
}
.s_table td .s_team{
  font-size:0.8rem;
}
.soshiki{
  width:100%;
  display:block;
  margin:30px 0;
  padding:15px;
  background-color:#fff;
  border-radius: 10px;
}
.soshiki dt{
  font-size:1.4rem;
  color:var(--blue);
  font-weight:bold;
  margin-bottom:30px;
}
@media screen and (min-width:768px){
  .about_dl{
    display:flex;
    align-items:stretch;
    justify-content: flex-start;
    margin:50px 0;
  }
  .about_dl dt{
    width:35%;
    padding:15px;
    margin:0;
  }
  .about_dl dd{
    width:60%;
    margin:0 0 0 15px;
    padding:15px;
    display:flex;
    flex-direction: row;
    align-items: center;
  }
  .s_table th{
    width:35%;
    display:table-cell;
    vertical-align: middle;
    border:solid 1px #fff;
  }
  .s_table td{
    width:65%;
    display:table-cell;
    vertical-align: middle;
    border:solid 1px #eee;
  }
  .s_table td.sewanin,
  .s_table td.manager,
  .s_table td.suporter{
    width:100%;
    flex-wrap: nowrap;
  }
  .s_river{
    width:40%;
    text-align:center;
  }
  .td_main{
    width:60%;
  }
}
@media screen and (min-width:991px){
  .parts_a-photo{
    position: absolute;
    right: 0;
    top: 280px;
    width: 45%;
    height:300px;
    margin: 0;
 }
 .parts_a-photo img{
    height:60vh
 }
}
@media screen and (min-width:1200px){
  .btn_flex{
    display:flex;
    align-items:center;
    justify-content: space-between;
  }
  .btn_flex button .btn_b{
    width:85% !important;
  }
}
/*================
  kasen
===================*/
.kasen_area{
  width:100%;
  display:block;
  margin:30px 0;
  padding:0;
}
.kasen_area figure{
  width:280px;
  margin:30px auto;
  padding:0;
  display:block;
}
.kasen_area figure img{
  width:100%;
  object-fit: cover;
}
/*=================
  jinzai
===================*/
.j_flex,.j_flex-r{
  width:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  flex-direction: column;
  margin:30px 0;
  padding:0;
}
.j_photo{
  width:100%;
  margin:0 0 30px;
  padding:0;
}
.j_photo img{
  width:100%;
  object-fit: cover;
  border-radius:10px;
}
.j_name{
  font-size:1.6rem;
  text-align:center;
  margin:30px auto 0;
  padding:5px 10px;
  color:var(--blue);
  font-weight:bold;
  line-height: 1.2;
}
.j_name span{
  display:block;
  font-size:1rem;
  color:#333;
}
.j_sns{
  width:100%;
  display:flex;
  justify-content: center;
  margin:30px 0 0;
}
.j_sns li{
  margin:0 10px 0 0;
  padding:0;
}
.j_sns li img{
  width:30px;
  height:30px;
  border-radius:0;
}
.j_contents{
  width:100%;
  display:block;
  padding:10px;
  background-color:#fff;
  border-radius:10px;
}
.j_flex-r .j_contents{
  border:solid 1px #333;
}
.j_dl{
  width:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 10px;
  border-bottom: dashed 1px var(--blue);
}
.j_dl dt{
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: bold;
  padding: 5px 0;
}
.j_dl dd{
  width: 100%;
  margin: 0;
  padding: 5px 0;
  font-weight: bold;
  color: var(--blue);
}
.no_border{
  border:none !important;
}
@media screen and (min-width:991px){
  .j_flex{
    flex-direction: row;
  }
  .j_flex-r{
    flex-direction: row-reverse;
  }
  .j_photo{
    width:33%;
    margin:0 2% 0 0;
  }
  .j_contents{
    width:60%;
    margin:0 1%;
  }
  .j_flex-r .j_photo{
    width:33%;
    margin:0 0 0 2%;
  }
  .j_dl dt{
    width: 38%;
    margin: 0 2% 0 0;
    padding: 5px 0;
  }
  .j_dd{
    width:58%;
  }
}
/*=================
  dantai page
===================*/
.d_sort-area{
  width:100%;
  background-color:#fff;
  border-radius:10px;
  padding:10px;
  margin:30px 0;
}
.d-sort{
  width:100%;
  padding:10px;
  margin:30px 0 0;
  display:flex;
  flex-direction: column;
  flex-wrap:wrap;
}
.d-sort li{
  width:100%;
  display:block;
  padding:0;
  margin:0 0 30px;
}
.d-sort li ul{
  margin:0;
  padding:0;
  display:flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.d-sort li ul li{
  position: relative;
  padding:0 0 0 30px;
  margin:0 1%;
  cursor: pointer;
  width:48%;
  font-size:0.9rem;
}
.d-sort li ul li::before{
  position: absolute;
  left:0;
  top:5px;
	width:20px;
	height:20px;
  border:2px solid #333;
  content:'';
}
.d-sort li ul li.active::after{
  content:'';
	position: absolute;
	left:5px;	
	top:5px;
	border-left:2px solid #333;
	border-bottom:2px solid #333;
	width:16px;
	height:9px;
	transform:rotate(-45deg);
}
.d-sort dt{
  font-weight:bold;
  color:var(--blue);
  font-size:1.2rem;
}
@media screen and (min-width:600px){
  .d-sort li ul li{
    margin:0 1%;
    width:48%;
  }
}
@media screen and (min-width:991px){
  .d-sort li ul li{
    margin:0 1%;
    width:12%;
  }
}
.grid{
  width:100%;
  position: relative;
  display:flex;
  align-items:flex-start;
  justify-content: flex-start;
  flex-wrap:wrap;
  height:100%;
}
.d_item{
  position: absolute;
  width: 100%;
  margin:30px 0;
  background-color:#fff;
  border-radius: 10px;
  padding:15px;
  display:block;
}
.d_item-box{
  width:100%;
  height:100%;
  position: relative;
}
.d_item-thumb{
  width:100%;
  height:180px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.d_item-thumb img{
  width:100%;
  object-fit: cover;
}
.d_item-cat{
  position: absolute;
  top:25px;
  left:0;
  background-color:var(--bg_blue);
  color:#fff;
  font-size:0.9rem;
  text-align:center;
  padding:3px 5px;
  border-top:solid 1px #fff;
  border-right:solid 1px #fff;
  border-bottom:solid 1px #fff;
}
.d_item-con{
  width:100%;
  display:block;
  padding:0;
  margin:0;
}
.d_item-con .fa-flag{
  color:var(--blue);
  margin-right:10px;
}
.d_item-con .fa-map-marker-alt{
  color:var(--blue);
  margin-right:12px;
}
.d_item-ttl{
  font-weight:bold;
  font-size:1rem;
  padding:5px 0;
  margin:10px 0 0;
  width:100%;
  display:flex;
  align-items: center;
  height: 45px;
  border-bottom:dashed 1px #333;
  line-height:1.3;
}
.d_add{
  font-size:1rem;
  padding:5px 0 0 0;
  margin:0;
  width:100%;
  display:block;
}
.dantai_btn-area{
  width:100%;
  display:block;
  flex-wrap:wrap;
  margin:75px 0;
  padding:0;
}
.dantai_btn{
  width:100%;
  display:flex;
  flex-direction: column; 
}
.dantai_map{
  width:100%;
  min-height: 300px;
  border:solid 1px #333;
}
.dantai_map iframe{
  width:100%;
}
@media screen and (min-width:600px){
  .d_item{
    width:48%;
    margin:30px 1%;
  }
}
@media screen and (min-width:991px){
  .d_item{
    width:31%;
    margin:30px 1%;
  }
  .dantai_btn{
    flex-direction: row;
    flex-wrap:nowrap;
    justify-content: center;
    align-items: center;
  }
  .dantai_btn a{
    margin:0 30px;
  }
}
@media screen and (min-width:1200px){
  .d_item-thumb{
    height:220px;
  }
  .d_item-ttl{
	font-size:1.05rem;
  }
}
/*===================
  dantai single
=====================*/
/* slick
-----------------*/
.d_gallery{
  width:100%;
  height:260px;
  margin:0 0 10px;
}
@media screen and (min-width:768px){
  .d_gallery{
    height:auto;
  }
}
.d_gallery li img,
.d_thumb li img{
	width: 100%;
  object-fit: cover;
}
.d_gallery li img{
  border-radius: 10px;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
.d_gallery li{
  list-style:none;
}
.slick-prev, 
.slick-next {
  position: absolute;
	z-index: 3;
  top: 50%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  height: 25px;
  width: 25px;
}
.slick-prev {
  left:2.5%;
  transform: rotate(-135deg);
}
.slick-next {
  right:2.5%;
  transform: rotate(45deg);
}
.d_thumb{
  width:100%;
}
.d_thumb li{
	cursor: pointer;
	outline: none;
	background:#333;
	width:25%!important;
	list-style:none;
}
.d_thumb li img{
	opacity: 0.4;
}
.d_thumb li.slick-current img{
	opacity: 1;
}
.d_thumb .slick-track {
	transform: unset !important;
}
.slick-slide {
  height: auto !important;
}
.slick-track{
  display: flex;
	margin:0 0 10px!important;
}
.d_thumb .slick-track{
  width:100% !important;
  flex-wrap:wrap;
}
.slick-slide {
  height: auto !important;
}
/*----------------*/
.d_sec{
  width:100%;
  padding:50px 0 100px;
  margin:0;
  position: relative;
}
.d_sec::before{
  position: absolute;
  top:15%;
  right:0;
  width:70%;
  height:900px;
  border-radius:15px 0 0 15px;
  background-color:var(--light_blue);
  content:'';
  z-index:-1;
}
.d_flex{
  width:100%;
  margin:50px 0 30px;
  padding:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-direction: column;
  flex-wrap:wrap;
  align-items:flex-start;
}
.d_photo-area,.d_con-area{
  width:100%;
  display:block;
  margin:0 0 30px;
}
.d_photo-area{
  position: relative;
}
.d_con-area{
  background-color:#fff;
  padding:15px 10px;
  border-radius:10px;
  border:solid 2px #eee;
  position: relative;
}
.d_ttl{
  display:block;
  color: var(--blue);
  font-size:1.4rem;
  margin:0 0 30px;
  padding:0 0 0 10px;
  font-weight:bold;
  border-left:solid 10px var(--blue);
}
.d_name{
  font-size:1.3rem;
  display:block;
  line-height: 1.4;
  margin:30px 0;
  font-weight:bold;
  color:var(--blue);
}
.d_name-sub{
  display:block;
  color:#333;
  font-size:1rem;
}
.d_basin{
  position: absolute;
  top:-35px;
  right:20px;
  display:flex;
  align-items:center;
  justify-content: center;
  flex-wrap:wrap;
  flex-direction: column;
  width:100px;
  height:100px;
  border-radius:50%;
  background-color:var(--bg_blue);
  color:#fff;
  line-height: 1.3;
  font-size:0.9rem;
}
.d_basin-sub{
  font-size:0.85rem;
  display:block;
  width:100%;
  text-align:center;
}
.dantai_dl{
  width:100%;
  margin:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  padding:10px;
  border-bottom:dashed 1px var(--blue);
}
.dantai_dl dt{
  width:100%;
  margin:0;
  padding:0;
  font-weight:bold;
  padding:5px 0;
}
.dantai_dl dd{
  width:100%;
  margin:0;
  padding:5px 0;
  font-weight:bold;
  color:var(--blue);
  line-height: 1.4;
}
.dantai_dl dd ul{
  width:100%;
  display:flex;
  align-items:center;
  justify-content: flex-start;
}
.dantai_dl dd ul li{
  margin-right:15px;
}
.dantai_dl dd ul li img{
  width:30px;
  height:30px;
}
.d_info-box{
  width:100%;
  display:block;
  margin:75px 0 30px;
}
.bd_blue{
  width:100%;
  background-color:#fff;
  border-radius: 10px;
  border:solid 1px var(--blue);
  padding:20px 15px !important;
}
.d_nobr{
  border-bottom:none;
}
.d_ul{
  width:100%;
  padding:0;
  margin:0;
}
.dantai_dl dd .d_web-a{
  color:#dd0000;
  font-weight:bold;
  line-height: 1.4;
}
@media screen and (min-width:991px){
  .d_sec::before{
    height:750px;
    top:25%;
  }
  .d_flex{
    flex-direction: row;
    margin:100px 0 30px;
  }
  .d_photo-area{
    width:38%;
    margin:0 2% 0 0;
    overflow: hidden;
  }
  .d_con-area{
    width:58%;
    margin:0 1%;
    padding:15px 15px 10px;
  }
  .d_ttl{
    font-size:1.8rem;
}
  .d_name{
    font-size:2rem;
    border-bottom:solid 3px var(--blue);
  }
  .dantai_dl dt,.dantai_dl dd{
    font-size:1rem;
  }
  .d_basin{
    position: absolute;
    top:-75px;
    right:10px;
    width:150px;
    height:150px;
    font-size:1.2rem;
  }
  .dantai_dl dt,.dantai_dl dd{
    font-size:1.1rem;
  }
  .dantai_dl dt{
    width:38%;
    margin:0 2% 0 0;
    padding:5px 0;
  }
  .dantai_dl dd{
    width:58%;
  }
  .d_ul{
    padding:0 0 0 15px;
  }
}
/*=================
  ryuiki-chisui
===================*/
.ryuiki_flex{
  width:100%;
  margin:50px 0 30px;
  padding:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  align-items: flex-start;
  flex-wrap:wrap;
  box-sizing: border-box;
}
.ryuiki_box{
  width: calc((100% / 2) - 4%);
  background-color:#fff;
  box-sizing: border-box;
  padding:0;
  margin:15px 2%;
}
.ryuiki_box a:hover{
  transition: 0.6s;
  opacity: 0.8;
}
.ryuiki_box img{
  width:100%;
  object-fit: cover;
}
.c_ttl{
  font-size:1.1rem;
  color:var(--blue);
  margin:0 0 5px;
  font-weight:bold;
  text-align:center;
}
@media screen and (min-width:600px){
  .ryuiki_box{
    width: calc((100% / 3) - 4%);
  }
}
@media screen and (min-width:991px){
  .ryuiki_box{
    width: calc((100% / 4) - 2%);
    margin:15px 1%;
  }
  .c_ttl{
    font-size:1.3rem;
  }
}
@media screen and (min-width:1200px){
  .ryuiki_box{
    width: calc((100% / 5) - 2%);
    margin:15px 1%;
  }
}
/*================
  single
==================*/
.post_wrap{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
}
.main_area{
  display:block;
  width:100%;
  margin:50px 0;
  padding:0;
  overflow: hidden;
  background-color:#fff;
}
.sidebar{
  display:block;
  width:100%;
  margin:50px 0;
  padding:0;
  background-color:#fff;
}
@media screen and (min-width:1299px){
  .main_area{
    width:78%;
    margin:50px 0 30px;
  }
  .sidebar{
    width:18%;
    margin:50px 0 30px 2%;
    padding-left:15px;
  }
}
.e_header{
  width:100%;
  margin:0;
  padding:15px;
  border-radius: 15px;
  border:solid 1px #333;
}
@media screen and (min-width:768px){
  .e_header{
    padding:15px
  }
}
.e_date{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items:center;
  justify-content:space-between;
  margin:15px 0;
  font-size:0.9rem;
}
.e_cat{
  font-size:0.9rem;
  background-color:var(--blue);
  text-align:center;
  padding:3px 10px;
  color:#fff;
}
.e_ttl{
  font-size:1.1rem;
  font-weight:bold;
  padding-bottom:10px;
  border-bottom:solid 1px #333;
  margin-bottom:30px;
  line-height: 1.6;
  margin-top:15px;
}
.e_thumb{
  overflow:hidden;
  width:100%;
  border-radius:15px;
}
.e_thumb img{
  margin: 0 0 15px;
  object-fit: cover;
  width: 100%;
  object-position: 50% 50%;
  border-radius: 10px;
}
@media screen and (min-width:991px){
  .e_ttl{
    font-size:1.5rem;
  }
  .e_thumb{
    overflow: hidden;
	width:100%;
    border-radius:15px;
    max-height:500px;
 }
}
.e_area{
  padding:15px 0;
  margin:30px 0;
  background-color:#fff;
  word-break: break-all;
}
.e_area h2{
  font-size:1.5rem;
  background-color:var(--blue);
  padding:10px;
  color:#fff;
  margin:20px 0;
  line-height: 1.6;
  font-weight:bold
}
.e_area h3{
  font-size:1.3rem;
  border-left:solid 8px var(--blue);
  padding:10px;
  margin:20px 0;
  line-height: 1.6;
  font-weight:bold
}
.e_area h4{
  font-size:1.2rem;
  border-bottom:solid 2px var(--blue);
  padding:10px;
  margin:20px 0;
  line-height: 1.6;
  font-weight:bold;
}
.e_area h5{
  font-size:1.1rem;
  border-bottom:solid 1px var(--blue);
  padding:10px;
  margin:20px 0;
  line-height: 1.6;
}
.e_area h6{
  font-size:1rem;
  font-weight:bold
}
.e_area p{
  margin-bottom:30px;
  letter-spacing: 0.08em;
}
.e_area img{
  margin:0 0 30px;
  object-fit: cover;
  width:100%;
  object-position: 50% 50%;
  border-radius: 10px;
  height:100%;
}
.e_area ul,
.e_area ol{
  padding:15px 10px 15px 30px;
  margin:20px 0;
  width:100%;
  background-color:#eee;
  border-radius:15px;
}
.e_area ul li{
  list-style-type:square;
  margin-bottom:20px;
  margin-left:10px;
  line-height: 1.6;
}
.e_area ol li{
  list-style-type:decimal;
  margin-bottom:20px;
  margin-left:10px;
  line-height: 1.6;
}
.e_area a{
  color:var(--blue) !important;
  font-weight:700;
}
.wp-block-button .wp-block-button__link{
	color:#fff !important;
  font-weight:700;
}
wp-block-gallery{
	margin:30px 0;
}
.wp-block-table{
	margin:30px 0;
	width:100%;
}
.wp-block-table th{
	width:35%;
	padding:10px;
	vertical-align:middle;
	background-color:var(--bg_blue);
	color:#fff;
}
.wp-block-table td{
	padding:10px;
	vertical-align:middle;
	line-height:1.4;
}
blockquote.wp-embedded-content {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
iframe.wp-embedded-content {
  position: relative !important;
}
@media screen and (min-width:768px){
  .e_area{
    margin:30px 0;
    padding:15px 20px;
    border:1px solid #333;
    border-radius:15px;
  }
  .e_area h2{
    font-size:1.6rem;
  }
  .e_area h3{
    font-size:1.4rem;
  }
  .e_area h4{
    font-size:1.3rem;
  }
  .e_area h5{
    font-size:1.1rem;
  }
}
/*  tag
---------------------*/
.e_tag{
  margin:30px 0;
  line-height: 2.6;
}
.e_tag a{
  margin:10px;
  background-color:var(--blue);
  color:#fff;
  padding:5px 12px;
  font-size:0.9rem;
}
/* osusume
----------------*/
.archive_flex{
  width:100%;
  display:flex;
  align-items: flex-start;
  flex-wrap:wrap;
  flex-direction: column;
  margin:30px 0;
}
.post_list{
  width:100%;
  margin:30px 0;
  padding:0;
  display:100%;
  background-color:#fff;
  border:solid 2px var(--blue);
  border-radius:10px;
}
@media screen and (min-width:600px){
  .archive_flex{
    flex-direction: row;
  }
  .post_list{
    width:48%;
    margin:30px 1%;
  }
}
@media screen and (min-width:991px){
  .post_list{
    width:31%;
    margin:30px 1%;
  }
}
.post_list:hover{
  transition: 0.6s;
  box-shadow: 7px 7px var(--blue);
}
.post_thumb{
  overflow: hidden;
  margin:0;
  padding:0;
  border-radius:8px 8px 0 0;
  display:block;
  position: relative;
}
.post_thumb img{
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: 50% 50%;
  transform:scale(1.1);
}
@media screen and (min-width:450px) and (max-width:991px){
  .post_thumb img{
    height: 150px;
  }
}
@media screen and (min-width:991px){
  .post_thumb img{
    height:160px;
  }
}
.post_thumb img:hover{
  transform:scale(1);
  transition:0.6s;
}
.post_category{
  position: absolute;
  bottom:0;
  right:0;
  font-size:0.8rem;
  background-color: var(--bg_blue);
  color:#fff;
  padding:5px 20px;
  border-top:solid 2px #fff;
  border-left:solid 2px #fff;
}
.post_contents{
  padding:10px;
  margin:0;
}
.post_ttl{
  font-size:1rem;
  line-height: 1.4;
  border-top:solid 1px #74b5e4;
  padding-top:10px;
  margin:5px 0;
}
.post_date{
  font-size:0.8rem;
}
.post_date .fa-calendar-alt{
  margin-right:5px;
  color:var(--blue);
}
/*  page-nav
---------------------*/
.page-navgation {
  display: flex;
  margin: 30px 0;
  padding: 10px;
  font-size: 1rem;
  font-weight: 800;
}
.nav-pre{
  flex: 1;
  border-left: solid 10px var(--blue);
  padding-left: 10px;
}
.nav-next{
  flex: 1;
  margin-left: 10px;
  text-align: right;
  border-right: solid 10px var(--blue);
  padding-right: 10px;
}
/*========
  sidebar
  =======*/
.side_ttl{
  font-size: 1.3rem;
  font-weight: bold;
  padding-left: 10px;
  border-left: solid 8px var(--blue);
}
.side_ul{
  display: block;
  margin: 30px 0 50px;
}
.side_ul li{
  margin-bottom: 10px;
  border-bottom: dashed 1px var(--blue);
  display: block;
  position: relative;
  width: 100%;
}
.side_ul li a {
  display: block;
  padding: 5px 10px;
  color: #333;
}
/* SNS button
 ---------------*/ 
 .share {
  margin-top: 30px;
  margin-bottom: 0;
  text-decoration: none;
}
.share-h3{
  font-size:1.2rem;
  padding-bottom:5px;
  margin-bottom:15px;
  border-bottom:solid 2px #00913a;
}
.share-box{
  display: -webkit-box;
  display: -ms-box;
  display: flex;
  flex-wrap:wrap;
  width:100%;
}
.share-box .tweet,
.share-box .facebook,
.share-box .hatena,
.share-box .line{
  width:23%;
  margin:15px 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
  flex-wrap:wrap;
}
.share-box .hatena a:before {
  font-weight: bold;
  content: 'B!';
} 
@media screen and (max-width:768px){
.share-box .tweet,
.share-box .facebook,
.share-box .hatena,
.share-box .line{
  width:48%;
  margin:5px 1%;
 } 
}
.share-box li a {
  font-size: 16px;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.share li a:hover {
  opacity: .8;
  text-decoration: none;
}
.share li a:visited {
  color: #fff;
}
.tweet a {
  background-color: #55acee;
}
.facebook a {
  background-color: #315096;
}
.hatena a {
  background-color: #008fde;
}
.line a {
  background-color: #00c300;
}
/*=================
  archive
====================*/
.archive_flex{
  width:100%;
  margin:30px 0 50px;
  padding:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  align-items: flex-start;
  flex-direction: column;
}
.archive_list{
  width:100%;
  background-color:#fff;
  border-radius:15px;
  box-sizing: border-box;
  padding:15px 15px 10px;
  margin:30px 0;
  border:solid 2px var(--primary);
}
@media screen and (min-width:768px){
  .archive_flex{
    flex-direction: row;
    flex-wrap:wrap;
  }
  .archive_list{
    width:48%;
    margin:30px 1%; 
  }
}
@media screen and (min-width:991px){
  .archive_list{
    width:31%;
    margin:30px 1%; 
  }
}
.archive_list:hover{
  transition: 0.6s;
  box-shadow: 7px 7px var(--blue);
}
.archive_thumb{
  overflow: hidden;
  margin:0;
  padding:0;
  border-radius:15px 15px 0 0;
  display:block;
  position: relative;
}
.archive_thumb img{
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: 50% 50%;
  transform:scale(1.1);
}
@media screen and (min-width:450px) and (max-width:991px){
  .archive_thumb{
    height: 150px;
  }
}
@media screen and (min-width:1200px){
  .archive_thumb{
    height:180px;
  }
  .archive_thumb img{
	  height: 180px;
  }
}
.archive_thumb img:hover{
  transform:scale(1);
  transition:0.6s;
}
.archive_category{
  position: absolute;
  bottom:0;
  right:0;
  font-size:0.8rem;
  background-color: var(--bg_blue);
  color:#fff;
  padding:5px 20px;
  border-top:solid 2px #fff;
  border-left:solid 2px #fff;
}
.archive_contents{
  padding:0;
  margin:0;
}
.archive_ttl{
  font-size:1rem;
  line-height: 1.4;
  border-bottom:solid 1px #74b5e4;
  padding-bottom:10px;
  margin:5px 0;
}
.archive_ttl .fa-flag{
color: var(--bg_blue);
margin-right:10px;
}
.archive_date{
  font-size:0.8rem;
}
.archive_date .fa-calendar-alt{
  margin-right:5px;
  color:var(--blue);
}
/* nav link
------------------*/
.nav-links{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  align-items:center;
  justify-content:center;
  margin:50px 0;
}
.nav-links .page-numbers{
  margin:8px;
  background-color:var(--bg_blue);
  color:#fff;
  text-align: center;
  display: block;
  padding:6px 18px;
  box-sizing: border-box;
  border:solid 1px var(--blue);
}
@media screen and (min-width:768px){
 .nav-links .page-numbers{
    margin:10px;
 } 
}
.nav-links .dots{
  padding:0 0;
}
.nav-links a:hover{
  background-color:#fff;
  color:#333;
  border:solid 1px #333;
  -webkit-transition:0.6s;
  transition:0.6s;
  box-sizing: border-box;
}
.nav-links .dots,
.nav-links .current{
  background-color:transparent;
  color:var(--blue);
  vertical-align: middle;
}
.nav-links .current{
  border:solid 1px var(--blue);
  box-sizing: border-box;
}
/*===========
 kawatomo
============*/
.kawatomo_flex{
  width:100%;
  margin:30px 0 50px;
  padding:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  align-items: flex-start;
  flex-wrap:wrap;
}
.kawatomo_list{
  width:100%;
  box-sizing: border-box;
  padding:10px;
  margin:30px 0;
}
@media screen and (min-width:768px){
  .kawatomo_list{
    width:48%;
    margin:30px 1%; 
  }
}
@media screen and (min-width:991px){
  .kawatomo_list{
    width:31%;
    margin:30px 1%; 
  }
}
.kawatomo_listt:hover{
  transition: 0.6s;
  box-shadow: 7px 7px var(--blue);
}
.kawatomo_thumb{
  overflow: hidden;
  margin:0;
  padding:0;
  border-radius:15px;
  display:block;
  position: relative;
}
.kawatomo_thumb img{
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
/*==========*/
.wp-block-embed iframe,
.wp-block-embed__wrapper iframe,
iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
}
/*===================
 *  Contact
 ====================*/
/*   contact　form
------------------------*/
.contact-table{
  padding:0 0;
  margin:50px auto;
  width:100%;
  max-width:1100px;
}  
.contact-table tbody{  
 margin:0 0;
 padding:0 0;  
}
.contact-table tr{  
   padding:0 0;
}
.contact-table th{
  vertical-align: middle;
  line-height: 2em;
  width:35%;
  text-align:left !important;
  padding:10px !important;
  border:solid 1px #eee;
}
.contact-table th .ark{
  color:#fff;
  padding:2px 5px;
  margin-right:10px;  
  font-size:0.8rem; 
  background-color: #AD0003;
}
.contact-table th .nini{
  color:#fff;
  padding:2px 5px;
  margin-right:10px;  
  font-size:0.8rem;
  background:var(--bg_blue);
}
.contact-table td{
  padding:10px;
  line-height: 1em;
  font-size:1rem;
  vertical-align: middle;
  text-align:left;  
  width:65%;
}
.contact-table select{  
  height:40px;
  padding-left:15px;
  padding-right:15px;   
}
.contact-table td input[type="file"]{
  padding:15px;
}
div.wpcf7 input[name="your-name"],
div.wpcf7 input[name="furigana"],
div.wpcf7 input[name="syozoku"],
div.wpcf7 input[name="adress"],
div.wpcf7 input[name="birth"],
div.wpcf7 input[name="phone"],
div.wpcf7 input[name="your-mail"],
div.wpcf7 input[name="mail2"],
.contact-table td textarea{
  background:#fff;
  border:solid 1px #333;
  padding:12px;
  width:98%;
  line-height:2rem;
  padding:10px;
	font-size:1rem;
}
.contact-table td input[type="text"]:focus,
.contact-table td texture:focus {
  box-shadow: 0 0 7px #000;
  border: 1px solid #DD0000;
}
.contact-table .contact-submit{  
  border:none;
}
.contact-table .contact-submit input{  
  height:50px;
  background-color:#F5F5F5;
  color:#fff;
  text-align:center;
  border-bottom:none;
}
.btnwidth{
  position:relative; 
  width:100%;
  margin-top:50px !important;
  display:block; 
  clear:both;  
}
#formbtn{
  padding:12px 25px;
  width:300px;
  background-color:var(--bg_blue);
  color:#fff;
  font-size:1rem;
  font-weight:bold;   
  border-radius:2px;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%); 
  text-align:center;
  top:50%;
  left:50%;
  position:absolute;
}
#formbtn:hover{  
  background-color: #fff;
  border:solid 1px var(--blue);
  color:var(--blue);
  transition:0.6s;
} 
input[type="checkbox"]{  
  width:15px;
  height:15px;
  -moz-transform:scale(1.1);
  -webkit-transform:scale(1.1);
  transform: scale(1.1);
}
.verticallist .wpcf7-list-item{
  display:block;
  margin:10px 0 20px;
  line-height:1.1;
}
.verticallist .wpcf7-list-item span{
  margin:10px 0 20px;
}
.spam1{
  margin-right:10px;
}
@media screen and (max-width: 767px) {  
.contact-table{
  padding:0 0;
  margin:30px 0;
}   
.contact-table tbody{  
  margin:0 0;
  padding:0 0; 
} 
.contact-table tr{
  border:none;	
}
.contact-table th{
  width:100%;
  padding:10px 10px 5px !important;
  display:block;
  margin:0 0 ;
  border:none;
  font-weight:800;
}
.contact-table td{    
  width:100%;
  padding:10px;
  display:block;
  margin:0 0;
  border:none;
}  
.contact-table td　input[type="text"],
.contact-table td textarea{
  width:99%;
  overflow:hidden;
  font-size:1rem;
  margin:0 auto;
  padding:10px;
 }
}
.contact-table a{
  color:var(--blue);
  text-decoration:underline;
}
.grecaptcha-badge { 
  visibility: hidden;
}
span.wpcf7-list-item { 
  display: block; 
  margin:0 0 15px;
}
span.wpcf7-list-item-label{
	text-indent: -22px;
	line-height:1em;
}
.contact_btn ,wpcf7-acceptance{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.contact_btn .wpcf7-acceptance .wpcf7-list-item{
	margin:0 10px 0 0 !important;
}
.contact_btn .wpcf7-acceptance a{
	color:var(--blue);
}
/*==========
 Policy
============*/
.p_ttl{
	font-size:1.4rem;
	margin:0 0 30px;
	font-weight:bold;
	color:var(--blue);
	line-height:1.4;
}
.p_flow{
	width:100%;
	margin:30px 0 50px;
	padding:0;
}
/*========
  404
==========*/
.not404_box{
  width:100%;
  max-width:800px;
  margin:0 auto;
}
.not404_box img{
  width:100%;
  object-fit: cover;
}
.not_box p{
  line-height: 1.4;
}