@charset "utf-8";

@font-face {
    font-family: 'FontAwesome';
    src: url('/common/fonts/fontawesome-webfont.eot?v=4.0.3');
    src: url('/common/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('/common/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('/common/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('/common/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*----------------------------------------
リセット
----------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*----------------------------------------
ベース
----------------------------------------*/
html,section{
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

html{padding-bottom: 270px;}

.mb-30{margin-bottom: 30px;}
.mb-50{margin-bottom: 50px;}
.mb-80{margin-bottom: 80px;}
.mb-100{margin-bottom: 100px;}

.mt-30{margin-top: 30px;}
.mt-50{margin-top: 50px;}
.mt-80{margin-top: 80px;}
.mt-100{margin-top: 100px;}

.pt-50{padding-top: 50px;}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #1f2a70;}

.float-l{float: left;}

.float-r{float: right;}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/*----------------------------------------
コンテンツ幅
----------------------------------------*/

.full-w{
  width: 100%;
}

.base{
  width: 980px;
  margin: 80px auto 150px auto;
  clear: both;
  text-align: left;
  position: relative;
}

.fixed_wrapper {
  width: 680px;
  margin: 0 auto;
  text-align: left;
  float: right;
}

.fixed_wrapper:after {
    content: "";
    clear: both;
    display: block
}


/*----------------------------------------
フォント・カラー
----------------------------------------*/
body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

h2,h3{
  font-family: 'Libre Baskerville', serif;
  font-weight: normal;
}

h1{
  font-size: 17px;
  font-weight: bold;
}

h2{
  font-size: 32px;
}

h2 span{
  font-size: 15px;
  font-weight: bold;
  color: #1f2a70;
  display: block;
}

h3{
  font-size: 50px;
}

h4{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
}

p,td,th{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  line-height: 20px;
}

p{
  text-align:justify;
  text-justify: inter-ideograph;
  margin-bottom: 20px;
}

p:last-child{margin-bottom: 0px;}

/*----------------------------------------
ヘッダー・グローバルナビ
----------------------------------------*/

header {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}

header .base{
  width: 980px;
  margin: 0 auto;
  text-align: left;
}

header .site_logo {
  height: 85px;
  width: 980px;
  margin-top: 15px;
  max-height: 100%
}

header .site_logo h1 a img{
  margin-top: 8px;
}

header .site_logo .h-link{
  margin-top: 17px;
}

header .site_logo .h-link a{
  padding: 3.5px 15px;
  margin-right: 10px;
  background: #1f2a70;
  border: solid 2px #1f2a70;
  color: #fff;
  font-size: 13px;
  vertical-align: top;
  display: inline-block;
}

header .site_logo .h-link a:last-child{
  margin-right: 0;
}

header .site_logo .h-link a:hover{
  background: #fff;
  border: solid 2px #1f2a70;
  color: #1f2a70;
}

header .site_logo .h-link i {
  margin-right: 10px;
}

/*カスタム検索調整*/
header .search{
  padding-top: 16.5px;
  box-sizing: border-box;
}

#search{
  margin-right: 13px;
  display: inline-block;
  width: 300px;
}

.gsc-input-box{
  height: 31px!important;
  padding: 0!important;
}

.gsst_a .gscb_a {
  color: #CECECE!important;
  cursor: pointer;
  padding-top: 6px;
}

#gsc-input{padding: 0;}

input.gsc-search-button-v2{
  margin-top: 0!important;
  padding: 7.8px 27px!important;
}

table.gsc-search-box td {vertical-align: top!important;}

.gsc-control-cse{
  background-color: rgba(0,0,0,0)!important;
  border: 0px solid #fff!important;
  padding: 0!important;
}

header h1{display: inline;}

.gnav_box{
  width: 100%;
  border-top: solid 2px #1f2a70;
}


#mddNav {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 75px;
  margin: 0 auto;
}

#mddNav > ul {
  margin: 0 auto;
  width: 980px;
  height: 75px;
  text-align: right;
}

#mddNav > ul > li {
  display: inline-block;
  height: 75px;
  box-sizing: border-box;
}

#mddNav > ul > li > a:after{
  content: "/";
  margin: 0 20px;
}

#mddNav > ul > li:last-child > a:after{
  content: "";
  margin: 0;
}

#mddNav > ul > li > a {
  display: block;
  height: 75px;
  font-weight: bold;
  line-height: 75px;
  text-align: center;
  transition: all 0.2s linear 0;
}
/* mddWrap
------------------------------------- */
#mddNav .mddWrap {
  position: absolute;
  top: 75px;
  left: 0;
  z-index: 100;
  overflow: hidden;
  width: 100%;
  text-align: center;
  background: rgba(26,26,26,0.7);
  color: #fff;
  box-sizing: border-box;
  display: none;
}

#mddNav .mddWrap .mddInner {
  margin: 0 auto;
  padding: 70px 0;
  width: 980px;
  line-height: 1.5em;
  text-align: left;
}
#mddNav .mddWrap .mddInner > .dropContent {
  display: flex;
  float: right;
  margin-top: -60px;
}
#mddNav .mddWrap .mddInner > .dropContent > div {
  margin-right: 20px;
  width: 250px;
}
#mddNav .mddWrap .mddInner > .dropContent.col3 > div {
  margin-right: 0;
  width: 220px;
}
#mddNav .mddWrap .mddInner > .dropContent > div:last-child {
  margin-right: 0;
}

#mddNav .mddWrap .mddInner > .dropContent > div > ul > li{
  margin-bottom: 15px;
}

#mddNav .mddWrap .mddInner > .dropContent > div > ul > li:last-child{
  margin-bottom: 0px;
}

#mddNav .mddWrap .mddInner > .dropContent > div > ul > li a {
  line-height: 1.8em;
  color: #fff;
}

#mddNav .mddWrap .mddInner > .dropContent > div > ul > li a:hover {
  text-decoration: underline;
  color: #fff;
}
#mddNav .mddWrap .mddInner p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
  font-size: 28px;
}

#mddNav .mddWrap .mddInner p span {
  display: block;
  font-weight: bold;
  font-size: 15px;
}

/*----------------------------------------
パンくず
----------------------------------------*/

.breadcrumbs {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  padding: 15px 0px;;
  text-align: left;
  font-size: 13px;
  background: #e4e4e4;
  font-weight: normal;
}

.breadcrumbs ul{
  width: 980px;
  margin: 0 auto;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs li a {
  text-decoration: none;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

.breadcrumbs li:after {
  content: ">";
  margin: 0 3px
}

.breadcrumbs li+li:last-child:after {
  content: "";
  margin: 0 3px
}

.breadcrumbs ul .active {
  color: #1f2a70;
  text-decoration: underline;
}

/*----------------------------------------
ヘッダータイトル
----------------------------------------*/
.header_title{
  height: 250px;
  background: url(../img/title_bg.png);
  background-repeat : no-repeat;
  background-position: center center;
  width: 980px;
  margin: 0 auto;
}

.header_title h2{
    text-align: center;
    padding-top: 100px;
}


/*----------------------------------------
サブメニュー
----------------------------------------*/

.item,.item02,.item03 {
  height: 65px;
//  margin-bottom: 80px;
  margin-bottom: 0px;
  width: 100%;
  background: #1f2a70;
}

.item ul{
  width: 980px;
  height: 65px;
  margin: 0 auto;
}

.item02 ul{
  width: 488px;
  height: 65px;
  margin: 0 auto;
}

.item03 ul{
  width: 730px;
  height: 65px;
  margin: 0 auto;
}

.item li {
  height: 65px;
  float: left;
  width: 24.85%;
  list-style-type: none;
  position: relative;
  text-align: center;
  border-left: solid 1px #fff;
}
.item.col5 li{
  width:19.85%;
}

.item02 li {
  height: 65px;
  float: left;
  width: 49.5%;
  list-style-type: none;
  position: relative;
  text-align: center;
  border-left: solid 1px #fff;
}

.item03 li {
  height: 65px;
  float: left;
  width: 33%;
  list-style-type: none;
  position: relative;
  text-align: center;
  border-left: solid 1px #fff;
}

.item li:last-child,.item02 li:last-child,.item03 li:last-child{
  border-right: solid 1px #fff;
}

.item li a,.item02 li a,.item03 li a  {
  height: 26px;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 20px 0px;
  font-size: 16px;
  font-weight: bold;
}

.item li a:hover,.item02 li a:hover,.item03 li a:hover {
  background: #e4e4e4;
  color: #000;
  opacity: 1;
}

.item li.active a,.item02 li.active a,.item03 li.active a{
  background: #e4e4e4;
  color: #000;
}

/*----------------------------------------
コンテンツタイトル
----------------------------------------*/
.contents_title{
  margin-bottom: 50px;
  display: inline-block;
}

.contents_title hr{
  border: solid 2px #1f2a70;
  width: 70px;
  text-align: left;
  margin: 10px 0;
}

.contents_title h1{
  color: #1f2a70;
  font-weight: bold;
}

/*----------------------------------------
サイドメニュー
----------------------------------------*/
.side_nav{
  width: 210px;
  float: left;
}

.side_nav ul li{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  position: relative;
  border-top: dotted 0.1px #b3b3b3;
}

.side_nav ul li:last-child{border-bottom: dotted 0.1px #b3b3b3;}

.side_nav ul li a:after{
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  right: 10px;
  top: 23px;
  color: #999999;
}

.side_nav ul li a{
  display: block;
  padding: 20px 10px;
}

.side_nav ul li a:hover{
  color: #fff;
  background: #4F5AA2;
}

.side_nav ul li a:hover:after{
  color: #fff;
}

.side_nav ul .active {
  background: #4F5AA2;
}

.side_nav ul .active a,.side_nav ul .active a:after{
  color: #fff;
}

/*----------------------------------------
footer
----------------------------------------*/
footer {
  text-align: left;
  border-top: solid 10px #1f2a70;
  width: 100%;
  padding-top: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}

footer .base{
  width: 980px;
  margin: 0 auto;
  text-align: left;
}

footer p {
  padding: 15px 0;
  background: #1f2a70;
  text-align: center;
  font-size: 13px;
  color: #fff;
  margin-top: 40px;
}

footer .float-l .menu{
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
  font-size: 18px;
  font-weight: bold;
}

footer .float-l .menu ul{
  list-style: disc;
  padding-left: 16px;
}

footer .float-l .menu li{
  font-size: 15px;
  font-weight: bold;
}

footer .float-r{font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;}

footer .float-r p{
  font-size: 13px;
  padding: 5px 40px;
  background: #1f2a70;
  margin: 0 0 10px 0;
}

footer .float-r ul{
  padding: 0;
}

footer .float-r li{
  font-size: 13px;
  display: inline-block;
}

footer .float-r li:after{
  content: " ／ ";
}

footer .float-r li:nth-child(3):after{
  content: "";
}

#page_top{
  width: 55px;
  height: 55px;
  background: url(/common/img/pagetop.png) no-repeat 0 0px;
  z-index: 9999;
  position: fixed;
  bottom: 15px;
  left: auto;
  margin-left: 1000px;
  -webkit-transition:all 0.3s ;
  -moz-transition:all 0.3s ;
  transition:all 0.3s ;
}

#page_top :hover {
    opacity: 0.7;
}


/*----------------------------------------
メインビジュアル
----------------------------------------*/
#mainvisual{margin-bottom: 150px;}

#mainvisual figure{
  margin: 0 auto;
  width: 100%;
  height: auto;
  position: relative;
}

#mainvisual img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

#mainvisual figure figcaption{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  right: 3%;
  bottom: 20px;
  color: #fff;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.7);
}

/*----------------------------------------
TOPページ
----------------------------------------*/
.about_bg{
  content: url(../../img/top_bg.png);
  z-index: -1;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -50px;
  left: 40px;
}

.top_ctitle{
  text-align: center;
  padding-top: 80px;
  margin-bottom: 50px;
}

.top_ctitle h2 {
  display: flex;
  align-items: center;
}

.top_ctitle h2:before, .top_ctitle h2:after {
  content: "";
  flex-grow: 1;
  border-top: 1px dashed #1f2a70;
  display: block;
}

.top_ctitle h2:before {
  margin-right: 1.5em;
}

.top_ctitle h2:after {
  margin-left: 1.5em;
}


.top_ctitle span{
  font-size:15px;
  font-weight: bold;
  margin-top: -5px;
  color: #1f2a70;
}

/*----------------------------------------
主な活動 記事
----------------------------------------*/
.article img,.article h4,.article p{
  width: 310px;
}

.article h4{margin-bottom: 15px;}

.article h4 span{
  display: block;
  color: #1f2a70;
  font-size: 12px;
  margin-bottom: 5px;
}

/*スライド ボタン*/
.slick-prev,.slick-next{
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}

.slick-prev:before{content: url(../../img/arrow_l.png);}

.slick-next:before{content: url(../../img/arrow_r.png);}

.slick-prev{left: -120px;}

.slick-next{right: -100px;}

button{background-color: rgba(0,0,0,0);}

.externa_link a:hover{opacity: 0.7;}

/*----------------------------------------
お問い合わせ
----------------------------------------*/
.form_base{
  max-width: 780px;
  margin: 80px auto;
}

.form_base p{
  text-align: center;
  line-height: 30px;
}

.required span{
  background: #cb0007;
  color: #fff;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
  float: right;
}

.attention span{
  float: none!important;
}

.form_base table{
  margin: 0 auto 20px;
}

.form_base table th,.form_base table td{
  text-align: left;
  vertical-align: middle;
  border: solid 1px #e4e4e4;
  padding: 15px;
}

.form_base table th{background: #f7fcfe;}

#message{width: 450px;}

input,textarea{
  border: solid 1px #e4e4e4;
  margin: 5px 0;
}

.form_base .error{
  font-size: 13px;
  color: #cb0007;
  text-align: left;
}

.memo,.supplement{
  font-size: 14px;
  text-align: left!important;
}

.button input{
  padding: 15px 80px;
  border: solid 1px #1f2a70;
  color: #1f2a70;
  background: #fff;
  text-align: center;
  width: 300px;
}

.button input:hover{
  color: #fff;
  background: #1f2a70;
}

/*----------------------------------------
*関連サイト一覧 2017/08/18 更新
----------------------------------------*/
.site_list {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 0px;
    padding-bottom: 10px;
    clear: both;
}

.site_list ul {
    padding-left: 100px;
    *zoom: 1;
}

.site_list ul:after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
}

.site_list li {
    display: list-item;
    zoom: normal;
    list-style: circle;
    padding-left: 0px;
    padding-bottom: 10px;
    margin-left: 20px;
    width: 170px;
}

.site_list li a {
    color: #446fa8;
}

.site_list li a:hover {
    color: #003;
}


section.base li {
    width: 195px;
    float: left;
}

/**役員名簿用テーブル設定****/

table.list {
    margin: 0px 0px 0px 200px;
}

table.list td {
    padding: 10px 0px 10px 10px;
    border: solid 1px #EEE;
}

table.list td.center {
    text-align: center;
}

table.list tr {
    background: #dfbfaf9;
}

table.list tr:nth-child(2n+1) {
    background-image: url(/common/img/bg.png);
}

table.list td:first-child {
    width: 190px;
}

table.list td:nth-child(2) {
    width: 120px;
}

table.list td:nth-child(3) {
    width: 240px;
}

table.list td:nth-child(4) {
    width: 150px;
}

table.daihyou {
    width: 600px;
}

table.daihyou td:first-child {
    width: 110px;
}

table.daihyou td:nth-child(2) {
    width: 280px;
}

table.daihyou td:nth-child(3) {
    width: 150px;
}

table.list tr.double {
    border-bottom: solid 3px #EEE;
}

    background: #fbfaf9;
}

td.width {
    width: 400px
}

table tr.color_w,
table th.color_w {
    background-image: url(/common/img/bg.png);
}

.border th,
.border tr,
.border td {
    border: solid 1px #DDD;
    vertical-align: middle;
}

p.list_p {
    margin: 30px 0px 0px 200px;
    padding: 0px;
}

/***代表幹事写真****/

table.daihyou_image {
    margin: 50px 250px 0px 300px;
    width: 500px;
    padding: 20px 0px;
}

table.daihyou_image td {
    padding: 10px 0px 0 0;
}
/***********アーカイブス************/


/****主な活動****/

.news {
    padding-bottom: 30px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.base .news dt {
    width: 80px;
    padding-left: 0px;
    float: left;
}

.news dd {
    border-bottom: dotted 1px #333;
    margin-bottom: 5px;
}

.base .news dd {
    padding: 0px 0px 5px 100px;
}

.news dd .NewsText {
    width: 65%;
    display: table-cell;
    padding-right: 10px;
}

.news dd .NewsText a.next:after {
    content: " \f105";
    font-family: FontAwesome;
}



.news dd .NewsTitle {
    margin-bottom: 10px;
}

.news dd .NewsImage {
    width: 35%;
    display: table-cell;
    vertical-align: middle;
}

.news dd .NewsImage img {
    float: right
}

.news dd:after {
    content: "";
    clear: both;
    display: block;
}

.news dd ul li {
    margin-top: 5px
}

dl.archives {
    padding-top: 0px;
    margin-top: 0px;
}

dl.archives li {
    width: 700px;
    display: block;
//    float: none!important;
    float: none;
    margin: 0 0 0 40px;
    margin: 0 0 0 40px;
}

dl.archives li a{
   color: #446fa8;
}

dl.archives li a:hover{
   color: #003;
}

.archives  a{
   color: #446fa8;
}

.archives a:hover{
   color: #003;
}

.NewsText  a{
   color: #446fa8;
}

.NewsText a:hover{
   color: #003;
}

.align-center {
   text-align:center;
}

.align-right {
   text-align:right;
}

/**** 観光ポスター***/
.poster{
  width: 980px;
  margin: 0 auto 10px auto;
  clear: both;
  text-align: left;
  position: relative;
}

/**** 支部リンク ***/
.branch_txt {
    position: relative;
    width: 980px;
    margin: auto;
}

.side_txt {
    position: relative;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    width: 245px;
    float: left;
    margin; auto
}

.side_txt a {
    color: #FFF;
    text-decoration: none;
    text-align: center;
    display: block;
    background-image: url(/common/img/violet.png);
    border-bottom: 3px solid #e2e1e0  !important;
    border-radius: 5px  !important;
    padding: 15px 15px 15px 20px;
    margin: 15px;
}

.side_txt a:after{
    clear: both;
    font-size: 20px;
}

/****TOPページ仕切り****/
.top_hr {
  font-family: 'Libre Baskerville', serif;
  border-top: 1px dashed #1f2a70;
}

/*----------------------------------------
20180502 add bold-style
----------------------------------------*/
.bold{
  font-weight: bold;
 }

/*----------------------------------------
20230420 add dots-style
文字上に強調点付加
----------------------------------------*/
.dots{
  background-image: radial-gradient(circle at center, black, transparent 25%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: .05em;
}

/*----------------------------------------
20230420 add annotation-style
注釈文字用
----------------------------------------*/
.annotation{
  font-size: 12px;
}

