@charset "utf-8";

/*
Theme Name: NPO21世紀水倶楽部
Theme URI: 
Description: オリジナルテーマ - NPO21世紀水倶楽部
Version: 20260617
Author: TakeyukiShimogaito
Author URI: 
License: 
License URI:
Tags: 
Text Domain: 
*/


/**
 * html5追加リセット
 */

html {
  width: 100%;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1;
}

body {
  width: 100%;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333333;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  border: none;
  font-weight: normal;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

a {
  color: #0064c8;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {

}

ul {
    margin: 0;
    list-style:none;
}

li {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
  border: none;
}

table th,table td {
  padding: 0;
  background-color: transparent;
  font-weight: normal;
  text-align: left;
}

i {
  font-family:"Font Awesome 5 Free";
}

address {
  font-style: normal;
}

div.spacer-flex-column {
  height: 100%;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}



/* 共通
----------------------------------------*/

.clear {
  clear: both;
}

.tab, .sp  {
  display: none;
}

#menu-btn-check {
    display: none;
}

div.sp-menu {
      display: none;
}

/* FontAwesomeを使う場合 */
/*
a.link-pdf {
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0 0 0.3em 0;
  line-height: 1.6;
}
a.link-pdf::after {
  position: relative;
  left: 0.2em;
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  font-size: 1.2em;
  font-weight: bold;
  color: rgb(223, 86, 86);
}
*/

a.link-lock,
a.link-pdf,
a.link-xlsx {
  position: relative;
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0 0 0.3em 1.5em;
  line-height: 1.6;
}
a.link-lock::before {
  position: absolute;
  content: "";
  top: 0.2em;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  background-image: url('./img/icn/icn_lock_242_208_59.svg');
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: top left;
}
a.link-pdf::before {
  position: absolute;
  content: "";
  top: 0.2em;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  background-image: url('./img/icn/icn_pdf.svg');
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: top left;
}
a.link-xlsx::before {
  position: absolute;
  content: "";
  top: 0.2em;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  background-image: url('./img/icn/icn_xlsx.svg');
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: top left;
}




/* トップページ
----------------------------------------*/


/* ヘッダー */

body {
  background:
  url('./img/bg/white_carbon.png') repeat;
}

header {
  width: 100%;
  padding: 10px 0 10px 0;
  background:
  url('./img/top/topimage.png') no-repeat top center;
  background-attachment: fixed;
}

header.toppage {
  padding-bottom: 155px;
}

div.header-contents {
  width: 100%;
  margin: 0 auto 0 auto;
  background: url('./img/bg/bg_logo.png') repeat;
  border-top: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
}

div.header-contents-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 5px auto;
}

div.otoiawase {
  position: relative;
  width: 200px;
  height: 40px;
  border-radius: 3px;
  background-color: rgba(242,208,59,1);
  background-image: url('./img/icn/icn_mail_51_51_51.svg') ;
  background-repeat: no-repeat;
  background-size: auto 1.6rem;
  background-position: center left 20px;
  transition: 0.3s;
}

div.otoiawase:hover {
  background-color: rgba(242,208,59,0.7);  /* 不透明度70% */
}

div.otoiawase a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.otoiawase a span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 1.4rem;
  color: #333333;
  font-weight: bold;
  text-align: center;
  transform: translateY(-50%);
}




/* メニュー */

div.menu-contents {
  width: 100%;
  margin: 10px 0 0 0;
  background-color: rgba(0,145,167,1);
}

ul.main-menu {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  height: 60px;
  margin: 0 auto;
}

ul.main-menu li {
  position: relative;
  width: 200px;
  height: 60px;
  background-color: rgba(0,145,167,1);
  background-image: url('./img/icn/icn_arrow_under_255_255_255.svg');
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: center bottom 7px;
  transition: 0.3s;
  z-index: 0;
}

ul.main-menu li::after {
  position: absolute;
  content:"";
  top: 0;
  left: 0;
  width: 200px;
  height: 30px;
  margin: 15px 0 0 0;
  border-left: 1px #ffffff solid;
  z-index: 1;
}

ul.main-menu li:nth-last-of-type(1)::after {
  border-right: 1px #ffffff solid;
}

ul.main-menu li:hover {
  background-color: rgba(0,181,208,1);
}

ul.main-menu li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.main-menu li a span {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}




/* トップレイアウト */

div.top-contents {
  position: relative;
  width: 100%;
  margin: 0 auto 0 auto;
  background: url('./img/bg/white_carbon.png') repeat;
}

div.top-contents:after {
  display: block;
  position: absolute;
  content:"";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: linear-gradient(0deg, rgba(146, 214, 233, 0.5), rgba(255, 255, 255, 0));
}

div.top-col {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 20px auto 0 auto;
  background:
  image-set(
    url('./img/top/bg_facility01.png') 1x,
    url('./img/top/bg_facility01@2x.png') 2x
  ) no-repeat left bottom -30px,
  image-set(
    url('./img/top/bg_facility02.png') 1x,
    url('./img/top/bg_facility02@2x.png') 2x
  ) no-repeat left 18% bottom -30px,
  image-set(
    url('./img/top/bg_facility03.png') 1x,
    url('./img/top/bg_facility03@2x.png') 2x
  ) no-repeat left 43% bottom -60px,
  image-set(
    url('./img/top/bg_facility04.png') 1x,
    url('./img/top/bg_facility04@2x.png') 2x
  ) no-repeat left 77% bottom -20px,
  image-set(
    url('./img/top/bg_facility05.png') 1x,
    url('./img/top/bg_facility05@2x.png') 2x
  ) no-repeat right bottom -10px;
}

div.top-left {
  width: 660px;
  margin: 0 40px 50px 0;
}
div.top-right {
  width: 300px;
  margin: 0 0 50px 0;
}




/* トップメニュー */

ul.top-menu {
  display: flex;
  flex-wrap: wrap;
  width: 660px;
  margin: 0 auto;
}

ul.top-menu li {
  position: relative;
  width: 325px;
  height: 50px;
  margin: 0 10px 10px 0;
  border-radius: 3px;
  background-color: rgba(0,145,167,1);
  transition: 0.3s;
  z-index: 0;
}

ul.top-menu li:nth-of-type(2n) {
  margin-right: 0;
}

ul.top-menu li:nth-last-of-type(1),
ul.top-menu li:nth-last-of-type(2){
  margin-bottom: 0;
}

ul.top-menu li:hover {
  background-color: rgba(0,145,167,0.7);  /* 不透明度80% */
}

ul.top-menu li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.top-menu li a span {
  position: absolute;
  bottom: 5px;
  left: 45%;
  width: 100%;
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: bold;
}

ul.top-menu li.kiseki {
  background-image:
  url('./img/icn/icn_arrow_right_255_255_255.svg'),
  image-set(
    url('./img/top/img_kiseki.png') 1x,
    url('./img/top/img_kiseki@2x.png') 2x
  );
  background-size: 12px auto, auto auto;
  background-repeat: no-repeat, no-repeat;
  background-position: left 40% bottom 12px, left top;
}

ul.top-menu li.omoide {
  background-image:
  url('./img/icn/icn_arrow_right_255_255_255.svg'),
  image-set(
    url('./img/top/img_omoide.png') 1x,
    url('./img/top/img_omoide@2x.png') 2x
  );
  background-size: 12px auto, auto auto;
  background-repeat: no-repeat, no-repeat;
  background-position: left 40% bottom 12px, left top;
}

ul.top-menu li.nandemo {
  background-image:
  url('./img/icn/icn_arrow_right_255_255_255.svg'),
  image-set(
    url('./img/top/img_nandemo.png') 1x,
    url('./img/top/img_nandemo@2x.png') 2x
  );
  background-size: 12px auto, auto auto;
  background-repeat: no-repeat, no-repeat;
  background-position: left 40% bottom 12px, left top;
}

ul.top-menu li.kekka {
  background-image:
  url('./img/icn/icn_arrow_right_255_255_255.svg'),
  image-set(
    url('./img/top/img_kekka.png') 1x,
    url('./img/top/img_kekka@2x.png') 2x
  );
  background-size: 12px auto, auto auto;
  background-repeat: no-repeat, no-repeat;
  background-position: left 40% bottom 12px, left top;
}

ul.top-menu li.dayori {
  background-image:
  url('./img/icn/icn_arrow_right_255_255_255.svg'),
  image-set(
    url('./img/top/img_dayori.png') 1x,
    url('./img/top/img_dayori@2x.png') 2x
  );
  background-size: 12px auto, auto auto;
  background-repeat: no-repeat, no-repeat;
  background-position: left 40% bottom 12px, left top;
}




/* トップ お知らせ */

div.top-info {
  margin: 20px 0 10px 0;
  padding: 0 0 10px 0;
  background-color: #f5f5f5;
  border-bottom: 2px #cccccc solid;
}

div.top-info-th {
  display: flex;
  position: relative;
  height: 50px;
  margin: 0 0 10px 0;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-top: 7px #cccccc solid;
  border-bottom: 2px #cccccc solid;
}

div.top-info-th::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 4px;
  top: 50%;
  left: 20px;
  background-color: rgba(0,145,167,1);
  transform: translateY(-50%);
}

div.top-info-th::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  top: 1px;
  left: 0;
  border-bottom: 1px #ffffff solid;
}

div.top-info-th h2 {
  width: 50%;
  margin: 0 0 0 50px;
  font-size: 1.6rem;
  color: #666666;
  font-weight: bold;
}

div.top-info-th p.note {
  margin: 0 10px 0 0;
  font-size: 1.2rem;
  color: #666666;
}


/* 汎用ボタン */
p.top-info-link {
  position: relative;
  width: 50%;
  height: 2em;
  margin: 10px auto 0 auto;
  background-image: url('./img/icn/icn_triangle_255_255_255.svg');
  background-size: auto 8px;
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-color: rgba(0,145,167,1);
  border-radius: 2px;
  text-align: center;
  transition: 0.3s;
}
p.top-info-link:hover {
  opacity: 0.7;
}

p.top-info-link a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

p.top-info-link a span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  transform: translateY(-50%);
}


/* ループ */

ul.top-info-list {
  padding: 0 20px 10px;
}

ul.top-info-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0 10px 0;
  border-bottom: 1px #cccccc dashed;
}

ul.top-info-list li a:hover {
  opacity:0.7;
}

p.top-info-title {
  flex: 1;
  font-size: 1.4rem;
}

p.top-info-date {
  margin: 0 1em 0 0;
  font-size: 1.4rem;
}

p.top-info-category {
  width: 20%;
  height: 2em;
  margin: 2px 1em 0 0;
  padding: 2px 0;
  border-radius: 3px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

p.top-icn-bg-yellow {
  background-color: #e0bd3b;
}
p.top-icn-bg-green {
  background-color: #22ac38;
}
p.top-icn-bg-red {
  background-color: #eb6877;
}
p.top-icn-bg-blue {
  background-color: #448aca;
}




/* トップサイドメニュー */

ul.top-side-menu {
  width: 300px;
  margin: 0 auto;
}

ul.top-side-menu li {
  position: relative;
  margin: 0 0 10px 0;
  border-radius: 3px;
  transition: 0.3s;
}

ul.top-side-menu li.kaiinbosyu {
  width: 300px;
  height: 100px;
  background: image-set(
    url('./img/top/img_kaiinbosyu.png') 1x,
    url('./img/top/img_kaiinbosyu@2x.png') 2x
  ) no-repeat;
}

ul.top-side-menu li.kaiinbosyu a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.top-side-menu li.kaiinbosyu a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3px 0 3px 0;
  background-color: rgba(0,145,167,0.5);
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: bold;
  text-align: right;
}


ul.top-side-menu02 {
  width: 300px;
  margin: 0 auto;
}

ul.top-side-menu02 li {
  position: relative;
  margin: 0 0 10px 0;
  border-radius: 3px;
  transition: 0.3s;
}

ul.top-side-menu02 li.nyukai {
  width: 300px;
  height: 50px;
  background-color: rgba(242,208,59,1);
}
ul.top-side-menu02 li.nyukai:hover {
  background-color: rgba(242,208,59,0.7);  /* 不透明度70% */
}

ul.top-side-menu02 li.nyukai a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.top-side-menu02 li.nyukai a span {
  position: absolute;
  bottom: 5px;
  right: 10px;
  width: 100%;
  font-size: 1.6rem;
  color: #333333;
  font-weight: bold;
  text-align: right;
}


ul.top-side-menu03 {
  width: 300px;
  margin: 0 auto;
}

ul.top-side-menu03 li {
  position: relative;
  margin: 0 0 10px 0;
  border-radius: 3px;
  transition: 0.3s;
}

ul.top-side-menu03 li {
  width: 300px;
  height: 60px;
  background-color: rgba(0,145,167,1);
}
ul.top-side-menu03 li:hover {
  background-color: rgba(0,145,167,0.7);  /* 不透明度70% */
}

ul.top-side-menu03 li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.top-side-menu03 li a span {
  position: absolute;
  bottom: 5px;
  right: 10px;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: bold;
  text-align: right;
}

ul.top-side-menu03 li.kenkyusyukai {
  background-image:
  image-set(
    url('./img/top/img_kenkyusyukai.png') 1x,
    url('./img/top/img_kenkyusyukai@2x.png') 2x
  );
  background-repeat: no-repeat;
  background-position: left top;
}

ul.top-side-menu03 li.kengakukai {
  background-image:
  image-set(
    url('./img/top/img_kengakukai.png') 1x,
    url('./img/top/img_kengakukai@2x.png') 2x
  );
  background-repeat: no-repeat;
  background-position: left top;
}

ul.top-side-menu03 li.kisochishiki {
  background-image:
  image-set(
    url('./img/top/img_kisochishiki.png') 1x,
    url('./img/top/img_kisochishiki@2x.png') 2x
  );
  background-repeat: no-repeat;
  background-position: left top;
}

ul.top-side-menu03 li.shigenkatsuyou {
  background-image:
  image-set(
    url('./img/top/img_shigenkatsuyou.png') 1x,
    url('./img/top/img_shigenkatsuyou@2x.png') 2x
  );
  background-repeat: no-repeat;
  background-position: left top;
}

ul.top-side-menu03 li.syokibo {
  background-image:
  image-set(
    url('./img/top/img_syokibo.png') 1x,
    url('./img/top/img_syokibo@2x.png') 2x
  );
  background-repeat: no-repeat;
  background-position: left top;
}

ul.top-side-menu03 li.gesuidoukanro {
  background-image:
  image-set(
    url('./img/top/img_gesuidoukanro.png') 1x,
    url('./img/top/img_gesuidoukanro@2x.png') 2x
  );
  background-repeat: no-repeat;
  background-position: left top;
}

ul.top-side-menu03 li.hplink {
  background-image:
  image-set(
    url('./img/top/img_hplink.png') 1x,
    url('./img/top/img_hplink@2x.png') 2x
  );
  background-repeat: no-repeat;
  background-position: left top;
}




/* フッター */

footer {
  width: 100%;
}

div.footer-contents {
  width: 100%;
  margin: 0 0 0 0;
  background-color: rgba(0,145,167,1);
}

div.footer-contents-inner {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto 0 auto;
  background-color: rgba(0,145,167,1);
}

div.footer-left {
  margin: 20px 0 0 20px;
}

p.footer-name {
  font-size: 2rem;
  color: #ffffff;
}

p.footer-access {
  position: relative;
  width: 80px;
  height: 41px;
  margin: 10px 0 10px 0;
  background-image: image-set(url('./img/common/bg_access.png') 1x, url('./img/common/bg_access@2x.png') 2x);
}
p.footer-access:hover {
  opacity: 0.7;
}

p.footer-access a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

p.footer-access a span {
  position: absolute;
  top: 55%;
  left: 45%;
  font-size: 1.2rem;
  color: #666666;
  font-weight: bold;
  transform: translateY(-50%);
}


ul.footer-sitemap {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 20px 0 0;
}

ul.footer-sitemap li {
  position: relative;
  margin: 0 0 0 0;
}

ul.footer-sitemap li::before {
  position: absolute;
  content:"";
  top: 11%;
  left: 0;
  width: 1px;
  height: 5px;
  border-left: 1px #ffffff solid;
}

ul.footer-sitemap li:nth-last-of-type(1)::after {
  position: absolute;
  content:"";
  top: 11%;
  right: 0;
  width: 1px;
  height: 5px;
  border-left: 1px #ffffff solid;
}

ul.footer-sitemap li a {
  display: block;
  /*width: 150px;*/
  margin: 0 1em 0 0;
  padding: 0 0 0 1.2rem;
  font-size: 1.4rem;
  color: #ffffff;
}

address {
  width: 100%;
  margin: 0 auto;
  padding: 0.5rem 0;
  background-color: rgba(0,72,83,1);
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}










/* 共通 - 下層
----------------------------------------*/

div.page-title {
  display: flex;
  align-items: center;
  width: 1000px;
  height: 130px;
  margin: 10px auto 0 auto;
  padding: 0 0 0 0;
  background-image: image-set(url('./img/common/bg_page_title.png') 1x, url('./img/common/bg_page_title@2x.png') 2x);
  background-position: center 0;
  overflow: hidden;
}

div.page-title-inner {
  width: 100%;
  margin: 0;
  padding: 1em 0;
}

div.page-title h2 {
  display: inline-block;
  position: relative;
  margin: 0 0 0 3em;
  font-size: 2.2rem;
  color: rgba(0,145,167,1);
}

div.page-title h2::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 25px;
  top: 50%;
  left: -1em;
  background-color: rgba(0,145,167,1);
  border-radius: 3px;
  transform: translateY(-50%);
}




/* レイアウト */

div.contents {
  position: relative;
  width: 100%;
  margin: 0 auto 0 auto;
}

div.contents:after {
  display: block;
  position: absolute;
  content:"";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: linear-gradient(0deg, rgba(146, 214, 233, 0.5), rgba(255, 255, 255, 0));
}

div.contents-inner {
  display: flex;
  align-items: flex-start;
  width: 1000px;
  margin: 15px auto 0 auto;
  background:
  image-set(
    url('./img/top/bg_facility01.png') 1x,
    url('./img/top/bg_facility01@2x.png') 2x
  ) no-repeat left bottom -30px,
  image-set(
    url('./img/top/bg_facility02.png') 1x,
    url('./img/top/bg_facility02@2x.png') 2x
  ) no-repeat left 18% bottom -30px,
  image-set(
    url('./img/top/bg_facility03.png') 1x,
    url('./img/top/bg_facility03@2x.png') 2x
  ) no-repeat left 43% bottom -60px,
  image-set(
    url('./img/top/bg_facility04.png') 1x,
    url('./img/top/bg_facility04@2x.png') 2x
  ) no-repeat left 77% bottom -20px,
  image-set(
    url('./img/top/bg_facility05.png') 1x,
    url('./img/top/bg_facility05@2x.png') 2x
  ) no-repeat right bottom -10px;
}

div.side {
  width: 270px;
  margin: 0 30px 50px 0;
}

div.main {
  flex: 1;
  margin: 0 0 50px 0;
  background-color: #ffffff;
}

div.main-single {
  width: 100%;
  background-color: #ffffff;
}


ul.pan {
  display: flex;
  width: 1000px;
  margin: 15px auto 0 auto;
}

ul.pan li {
  margin: 0 1.5em 0 0;
  font-size: 1.2rem;
}

ul.pan li.top {
  padding: 0 0 0 1.5em;
  background-image: url('./img/icn/icn_home_0_100_200.svg');
  background-size: auto 1.2rem;
  background-repeat: no-repeat;
  background-position: center left;
}

ul.pan li.folder {
  position: relative;
  padding: 0 0 0 1.5em;
}

ul.pan li.folder::before {
  position: absolute;
  content: ">";
  top: -0.1em;
  left: 0;
}

ul.pan li.folder a {
  padding: 0 0 0 1.5em;
  background-image: url('./img/icn/icn_folder_0_100_200.svg');
  background-size: auto 1.2rem;
  background-repeat: no-repeat;
  background-position: center left;
}

ul.pan li.arrow {
  position: relative;
  padding: 0 0 0 1.5em;
}

ul.pan li.arrow::before {
  position: absolute;
  content: ">";
  top: -0.1em;
  left: 0;
}


div.side-menu {
  position: relative;
  width: 100%;
  margin: 0 30px 0 0;
  background-color: #f5f5f5;
  border-top: 7px #cccccc solid;
  border-bottom: 3px #cccccc solid;
}
/*div.side-menu::before {
  position: absolute;
  content: "";
  top: -7px;
  left: 0;
  width: 100px;
  border-top: 7px #00b7ee solid;
}*/

div.side-title {
  width: 100%;
  padding: 1em 0;
  background-color: #ffffff;
  text-align: center;
}

div.side-title p {
  display: inline-block;
  padding: 0 0 0 0;
  font-size: 1.6rem;
  color: rgba(0,145,167,1);
}


ul.side-link {
  margin: 20px;
  border-top: 1px #cccccc dashed;
}

ul.side-link li {
  position: relative;
  height: 3em;
  padding: 0 20px;
  background-image: url('./img/icn/icn_arrow_right_0_100_200.svg');
  background-size: auto 1rem;
  background-repeat: no-repeat;
  background-position: center left 0.5em;
  border-bottom: 1px #cccccc dashed;
  transition: 0.3s;
}

ul.side-link li:hover {
  background-color: #ffffff;
}

ul.side-link li a {
  display: block;
  position: absolute;
  top: 0;
  left: 2em;
  width: 100%;
  height: 100%;
}

ul.side-link li a span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 1.4rem;
  transform: translateY(-50%);
}

ul.side-banner li {
  position: relative;
  width: 100%;
  height: 2em;
  margin: 10px 0 0 auto;
  background-image: url('./img/icn/icn_triangle_1_93_178.svg');
  background-size: auto 8px;
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-color: #f5f5f5;
  border: 1px #cccccc solid;
  border-radius: 2px;
  text-align: center;
  transition: 0.3s;
}
ul.side-banner li:hover {
  opacity: 0.7;
}

ul.side-banner li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.side-banner li a span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  transform: translateY(-50%);
}




ul.sp-sub-menu-main {
  display: none;
}

div.main-inner {
  padding: 20px;
}

div.main h3 {
  position: relative;
  padding: 1rem 0 1rem 20px;
  background-color: #f5f5f5;
  border-top: 7px #cccccc solid;
  border-bottom: 3px #cccccc solid;
  font-size: 2.2rem;
  font-weight: bold;
  color: #666666;
}
/*div.main h3::after {
  position: absolute;
  content: "";
  top: 0;
  right: 20px;
  width: 200px;
  border-top: 5px #00b7ee solid;
}*/


/* 汎用h4　-　div.commonで囲うこと */

div.common h4 {
  position: relative;
  margin: 2em 0 0.5em 0;
  padding: 0 0 0.5em 1em;
  border-bottom: 1px #cccccc solid;
  font-size: 1.8rem;
  color: #015db2;
  font-weight: bold;
}
div.common h4::before {
  position: absolute;
  content:"";
  top: 40%;
  left: 0;
  width: 5px;
  height: 3px;
  border-left: 5px #015db2 solid;
}

div.common h5 {
  margin: 3em 0 0 0;
  padding: 0 0 0.5em 0;
  color: #015db2;
  font-weight: bold;
}




/* お知らせ
----------------------------------------*/

ul.info-menu {
  display: flex;
  align-items: flex-end;
  width: 100%;
  border-bottom: 1px #cccccc solid;
}

ul.info-menu li {
  position: relative;
  width: 10%;
  height: 3em;
  background-color: #f5f5f5;
  border-top: 1px #cccccc solid;
  border-right: 1px #cccccc solid;
  transition: 0.3s;
}
ul.info-menu li:nth-child(1) {
  border-left: 1px #cccccc solid;
}

ul.info-menu li:hover {
  background-color: #ffffff;
}

ul.info-menu li.active {
  height: 3.5em;
  background-color: #ffffff;
  border-top: 5px rgba(0,145,167,1) solid;
}

/* 上下中央リンク */
ul.info-menu li a {
  display: block;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.info-menu li a span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}


ul.info-list {
  margin: 1em 0 0 0; 
  padding: 10px 0;
}

ul.info-list li {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 0;
  border-bottom: 1px #cccccc dashed;
}
ul.info-list li a:hover {
  opacity:0.7;
}

p.info-title {
  font-size: 1.6rem;
}

p.info-date {
  font-size: 1.6rem;
  margin: 0 2em 0 0;
}

p.info-category {
  width: 20%;
  margin: 0 2em 0 0;
  padding: 2px 0;
  border-radius: 2px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

p.icn-bg-yellow {
  background-color: #e0bd3b;
}
p.icn-bg-green {
  background-color: #22ac38;
}
p.icn-bg-red {
  background-color: #eb6877;
}
p.icn-bg-blue {
  background-color: #448aca;
}


/* ページャー */

ul.page-numbers {
  display: flex;
  justify-content: center;
  margin: 1em 0 0 0;
}

ul.page-numbers li {
  position:relative;
  margin: 0 0.2em;
  padding: 0.5em 1em;
  border-radius: 2px;
}

ul.page-numbers li.page-now {
  background-color: #f5f5f5;
  border: 1px #cccccc solid;
}

ul.page-numbers li.page-other {
  background-color: #f3ffff;
  border: 1px #00b7ee solid;
  color: #015db2;
}

ul.page-numbers li.page-other a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.page-numbers li.page-other a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}




/* 水倶楽部の紹介
----------------------------------------*/

/* 支部長挨拶 */

div.shibutyou {
  margin: 0;
}

div.shibutyou p {
  line-height: 2;
}

p.photo-shibutyou {
	float: right;
	padding: 0 0 14px 10px;
}
p.photo-shibutyou span.imgtxt {
	display: block;
	text-align: center;
	padding-top: 10px;
}

ul.housin {
	margin: 20px 0;
	padding: 10px;
	background-color: #daf6f9;
	list-style: none;
}
ul.housin li {
	padding: 0 0 5px 1em;
	font-size: 1.6rem;
	line-height: 1.8;
	text-indent: -1em;
}




/* 各種リンク
----------------------------------------*/

div.links table {
  margin: 3em 0 0 0;
  border-left: 1px #cccccc solid;
  border-bottom: 1px #cccccc solid;
}
div.links table:first-of-type {
  margin: 1em 0 0 0;
}

div.links table th,
div.links table td {
  padding: 0.5em;
  background-color: #ffffff;
  border-top: 1px #cccccc solid;
  border-right: 1px #cccccc solid;
  word-break: break-all;
}

div.links table td:first-of-type {
  width: 50%;
}

div.links table th {
  background-color: #f5f5f5;
  color: #015db2;
  font-weight: bold;
  text-align: center;
}




/* お問い合わせ
----------------------------------------*/

div.form {
  width: 100%;
  margin: 3em auto;
  background-color: #f5f5f5;
  border: 1px #dddddd solid;
}

div.form-inner {
  padding: 3em;
}

div.form input[type="text"],
div.form input[type="email"],
div.form input[type="tel"] {
  width: 100%;
  margin: 0.3em 0 0 0;
  padding: 0.4em;
  border: 1px #cccccc solid;
  font-size: 1.6rem;
}

div.form textarea {
  width: 100%;
  height: 15em;
  margin: 0.3em 0 0 0;
  padding: 0.4em;
  border: 1px #cccccc solid;
  font-size: 1.6rem;
  line-height: 1.4;
}

div.form input[type="text"]:focus,
div.form input[type="email"]:focus,
div.form input[type="tel"]:focus,
div.form textarea:focus {
  background-color: #fcf9ce;
}

div.form input[type="submit"],
div.form input[type="button"] {
  margin: 3em 0.5em 0 0;
  padding: 0.5em 1em;
  background-color: rgba(0,145,167,1);
  border: 1px #cccccc solid;
  border-radius: 2px;
  font-size: 1.4rem;
  color: #ffffff;
}

div.form select {
  margin: -0.2em 0 0 1em;
  padding: 0.4em 1em;
  background-color: #ffffff;
  border: 1px #cccccc solid;
  font-size: 1.8rem;
}

/*iOS対策（必須）　ないとラベルが表示されない*/
.wpcf7-submit {
  /*color: #333333;*/
}

.wpcf7-submit:hover {
  opacity: 0.7;
}


span.req {
  margin: 0 0 0 1em;
  font-size: 1.2rem;
  color: darkred;
}

span.seigen {
  margin: 0 0 0 1em;
  font-size: 1.2rem;
}

div.form div.item {
  margin: 1em 0 0 0;
}
div.form div.item:first-of-type {
  margin: 3em 0 0 0;
}
div.form div.item-select {
  margin: 1.5em 0 0 0;
}

div.form p.text {
  font-size: 1.8rem;
  color: rgba(0,145,167,1);
  font-weight: bold;
  margin: 0 0 0.5em 0;
}

ul.form-note {
  margin: 0 0 3em 0;
}
ul.form-note li {
  position: relative;
  padding: 0 0 0 1em;
}
ul.form-note li::before {
  position: absolute;
  content: '・';
  top: center;
  left: 0;
}

ul.form-note p {
  margin: 0 0 0 0;
}
ul.form-note p.attention {
  font-size: 1.4rem;
  margin: 0 0 0 0;
}

ul.form-note-under {
  margin: 3em 0 2em 0;
}
ul.form-note-under li {
  position: relative;
  padding: 0 0 0 1em;
}
ul.form-note-under li::before {
  position: absolute;
  content: '※';
  top: center;
  left: 0;
}


/*ラジオボタン*/

/*エラー対策*/
.wpcf7-form.hide_error_message .wpcf7-not-valid-tip,
.wpcf7-form.hide_error_message .wpcf7-response-output {
	display: none;
}

div.item div.warea {
  display: block;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
  background-color: #ffffff;
  border: 1px #cccccc solid;
  text-align: center;
}

.wpcf7-list-item.first {
  margin: 0;
}
.wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}
/* デフォルトのボタン */
input[type="radio"] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
/* チェック前のボタン */
.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: .5em;
  margin-top: auto;
  transition: background-color .5s; /* 色をじんわり変化させる */
  width: 1.2em;
}
/* チェック後のボタン */
input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #7fbfff; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}




div.form div.item span.confirm {
  display: block;
  margin:  0.3em 0 1.5em 0;
  padding: 0.5em 1em;
  background-color: #ffffff;
}

div.form p.thanks-header {
  margin: 0 0 1em 0;
  padding: 0 0 0 1.3em;
  font-size: 3.0rem;
  color: rgba(0,145,167,1);
  font-weight: bold;
  background-image: url('./img/icn/icn_airplane_0_145_167.svg');
  background-size: auto 3.0rem;
  background-repeat: no-repeat;
  background-position: top 0.3em left;
}

div.form p.thanks-text {
  margin: 0 0 1em 0;
}

div.form p.seminar-title {
  width: 100%;
  margin: 0 0 2em 0;
  text-align: center;
}

div.form p.seminar-title span {
  padding: 0 0 0 1.5em;
  font-size: 2.6rem;
  color: #015db2;
  font-weight: bold;
  background-image: url('./img/icn/icn_seminar_1_93_178.svg');
  background-size: auto 3rem;
  background-repeat: no-repeat;
  background-position: top 0.3em left;
}




/* お知らせ
----------------------------------------*/

div.single-inner {
  padding: 0 0 10em 0;
}










/*
 * レスポンシブ（メディアクエリ）
 *
------------------------------------------------*/

/* 1000px　未満　
--------------------------------------*/

/*@media only screen and (max-width: 999px) {*/
@media (width < 1000px) {

/* スマホメニュー */

div.sp-menu {
      display: block;
}

#menu-btn-check:checked ~ .sp-menu {
    left: 0;/*メニューを画面内へ*/
}

.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: rgba(0,145,167,1);
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

.sp-menu {
  position: fixed;
  width: 100%;
  height: 100vh; 
  top: 0;
  left: 100%;
  background-color: rgba(0,145,167,1);
  overflow: auto;
  transition: all 0.5s;
  z-index: 80;
}
.sp-menu ul.sp-main-menu {
  padding: 4.0em 1em 0;
}
.sp-menu ul.sp-main-menu li {
  border-bottom: 1px #ffffff solid;
  list-style: none;
}
.sp-menu ul.sp-main-menu li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 9px 15px 10px 0;
  color:#ffffff;
  box-sizing: border-box;
  font-size: 1.6rem;
  text-decoration: none;
}
.sp-menu ul.sp-main-menu li a::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 16px;
  right: 11px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
}

.sp-menu ul.sp-sub-menu {
  margin: 2em 0 0 3em;
  padding: 0 1em 0;
  background-color: #ffffff;
}
.sp-menu ul.sp-sub-menu li {
  border-bottom: 1px #cccccc solid;
  list-style: none;
}
.sp-menu ul.sp-sub-menu li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 9px 15px 10px 0;
  color:#666666;
  box-sizing: border-box;
  font-size: 1.6rem;
  text-decoration: none;
}
.sp-menu ul.sp-sub-menu li a::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 16px;
  right: 11px;
  border-top: solid 2px #666666;
  border-right: solid 2px #666666;
  transform: rotate(45deg);
}




/* トップページ
----------------------------------------*/


/* ヘッダー */

header.toppage {
  padding-bottom: 5px;
}

div.header-contents {
}

div.header-contents-inner {
  display: block;
  width: 100%;
}

div.header-contents h1 {
  width: 80%;
  margin: 0 auto 0 auto;
}

div.otoiawase {
  margin: 0 auto 0 auto;
}

/*
div.header-contents h1 {
  flex-direction: column;
}

h1 img.kyoukai {
  width: 77%; height: auto;
  margin: 0 0 1em 0;
}
h1 img.sibu {
  width: 100%; height: auto;
  margin: 0 0 0 0 !important;
}
*/

div.header-contents h1,
div.header-contents h1 a {
  display: block;
  width: 100%;
  text-align: center;
}

h1 img.kyoukai {
  width: 75%; height: auto;
  margin: 0 65px 1em 0;
}
h1 img.sibu {
  width: 40%; height: auto;
  margin: 0 !important;
}




/* メインメニュー */

ul.main-menu {
  display: none;
}




/* トップレイアウト */

div.top-col {
  display: block;
  width: 100%;
  background:
  image-set(
    url('./img/top/bg_facility01.png') 1x,
    url('./img/top/bg_facility01@2x.png') 2x
  ) no-repeat left bottom -30px,
  image-set(
    url('./img/top/bg_facility03.png') 1x,
    url('./img/top/bg_facility03@2x.png') 2x
  ) no-repeat right bottom -60px;
}

div.top-left {
  width: 100%;
  margin: 0 0 0 0;
}
div.top-right {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 50px 0;
}




/* トップメニュー */

ul.top-menu {
  width: 100%;
}

ul.top-menu li {
  width: 49%;
}

ul.top-menu li:nth-child(odd){
  margin-right: 2%;
}

ul.top-menu li a span {
  top: 50%;
  left: 48%;
  font-size: 1.2rem;
}
ul.top-menu li.kiseki {
  background-position: left 42% bottom 8px, left top;
}

ul.top-menu li.omoide {
  background-position: left 42% bottom 8px, left top;
}

ul.top-menu li.nandemo {
  background-position: left 42% bottom 8px, left top;
}

ul.top-menu li.kekka {
  background-position: left 42% bottom 8px, left top;
}

ul.top-menu li.dayori {
  background-position: left 42% bottom 8px, left top;
}




/* トップ お知らせ */
/* ループ */

ul.top-info-list li {

}

ul.top-info-list li p.top-info-date {
  width: 100%;
}






/* トップサイドメニュー */

ul.top-side-menu {
  width: 100%;
}

ul.top-side-menu li.kaiinbosyu {
  width: 100%;
  background-size: cover;
}

ul.top-side-menu02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

ul.top-side-menu02 li.nyukai {
  width: 49%;
}

ul.top-side-menu03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

ul.top-side-menu03 li {
  width: 49%;
}

ul.top-side-menu03 li a span {
  bottom: 0;
  right: 0;
  padding: 3px 0 3px 0;
  background-color: rgba(0,145,167,0.6);
  text-align: center;
}




/* フッター */

div.footer-contents-inner {
  display: block;
  width: 100%;
  padding: 0 0 0.5em 0;
}

div.footer-left {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0.5em 0 0.5em 0;
  text-align: center;
}

p.footer-access {
  margin: 0 auto 0 auto;
}

ul.footer-sitemap {
  justify-content: space-around;
  margin: 1em 0 0 0;
}

ul.footer-sitemap li::before {
  display: none;
}

ul.footer-sitemap li:nth-last-of-type(1)::after {
  display: none;
}

ul.footer-sitemap li a {
  font-size: 1.6rem;
}
















/* お知らせ
----------------------------------------*/

ul.info-menu li {
  width: 20%;
}

div.info-header {
  display: block;
  width: auto;
}

p.info-category {
  width: 100%;
  margin: 0;
}
p.info-title {
  flex: 1;
}


/* レイアウト */

div.side {
  display: none;
}

div.main {
  width: 98%;
  margin: 0 1%;
}

div.main-inner {
  padding: 20px 1%;
}

ul.pan {
  width: 100%;
  margin: 1em 1% 0 1%;
}


/* 関水コンについて
----------------------------------------*/

/* 主な活動 */

div.katsudou img {
  float: none;
  margin: 1em 0 0 0;
}

/* 組織と役員 */

div.shibu img {
  width: 100%;
  height: auto;
}



/* 会員紹介
----------------------------------------*/

ul.list-menu {
  width: 85%;
}
div.list table th:nth-child(1) {
  width: 25%;
}



/* 会員専用サイト
----------------------------------------*/

p.kouken {
  width: 50%;
}


/* お問い合わせ
----------------------------------------*/

div.form {
  margin: 0.5em auto;
}
div.form-inner {
  padding: 1em 0.5em;
}

div.form input[type="text"],
div.form input[type="email"],
div.form input[type="tel"] {
  padding: 0.4em 0 0.4em 0.4em;
}

div.form textarea {
  padding: 0.4em 0 0.4em 0.4em;
}


div.form p.seminar-title span {
  padding: 0 0 0 2em;
  font-size: 2.0rem;
}





}






