@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
body {
  background-color: #89704A;
  position: relative;
  overflow-x: clip;
  font-family: "Noto Serif JP","Noto Sans JP","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  width: 100%;
}
div.top-countainer {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #3d8238;
  overflow: hidden;
}
div.countainer {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #97d2b6;
  overflow: hidden;
}
header {
  z-index: 98;
}
.head-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
  /*　ハンバーガーメニューボタン　*/
  .hamburger {
    display : block;
    position: absolute;
    z-index : 300;
    right : 35px;
    top   : 25px;
    width : 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 60px;
    height  : 3px ;
    left    : 6px;
    background : #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 0px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 40px;
  }

  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 12px;
    left: 6px;
    background :#ffffff;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 12px;
    background :#ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }

  @media only screen and (max-width:800px){
    .hamburger {
      right : 35px;
      top   : 25px;
      width : 30px;
      height: 30px;
    }
    .hamburger span {
      width   : 30px;
      height  : 2px ;
      left    : 6px;
      background : #ffffff;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition   : 0.3s ease-in-out;
      transition        : 0.3s ease-in-out;
    }
    .hamburger span:nth-child(1) {
      top: 0px;
    }
    .hamburger span:nth-child(2) {
      top: 10px;
    }
    .hamburger span:nth-child(3) {
      top: 20px;
    }
  }
  @media only screen and (max-width:450px){
    .hamburger {
      right : 15px;
      top   : 15px;
    }
  }
  /* メニュー背景　*/
  nav.globalMenu {
    position: fixed;
    z-index : 102;
    top  : 0px;
    left : 0;
    color: #006837;
    background: rgba(85,118,165,0.9);
    text-align: center;
    width: 100%;
    height: 100vh;
    transform: translateY(-180%);
    transition: all 0.6s;
    opacity: 0;
  }

  nav.globalMenu ul {
    margin: 0px auto 0;
    padding: 0;
    padding-top: 20px;
    width: 100%;
    text-align: center;
}

  nav.globalMenu ul li {
    list-style-type: none;
    padding: 5px 60px 5px 60px;
    width: 100%;
    transition: .4s all;
    text-align: center;
    border-bottom: rgba(255,255,255,1.00) 1px dashed;
  }
  nav.globalMenu ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  nav.globalMenu ul li a{
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 0px auto;
    padding: 15px 0;
    text-decoration :none;
    font-family: "Anta", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 110%;
  }
  nav.globalMenu ul li ul li a {
    color: #ffffff;
    background-color: #E1CDB9;
    padding: 15px 25px;
    border-bottom: rgba(200,200,200,0.3) 1px solid;
  }

  nav.globalMenu.active {
    opacity: 100;
    display: block;
    transform: translateY(0px);
  }
  .submenu li {
    padding: 20px 10px;
  }
  .vision-img {
    max-width: 600px;
    height: auto;
  }
  .nav-inst {
    width:30px;
    height: auto;
  }
  .hd-inst-posi {
    display : block;
    position: fixed;
    z-index : 300;
    right : 82px;
    top   : 23px;
    width : 28px;
    height: 28px;
  }
  nav.globalMenu ul li.logo {
    background-color: #ffffff;
    padding: 20px 0 20px 20px;
    width: 100%;
    text-align: left;
  }
 nav.globalMenu ul li.logo a {
    display: block;
    width: 120px;
    height: 35px;
    background: url("https://nakagawa-showya.com/images/logo.png") top left no-repeat;
    background-color: #ffffff;
    text-indent: -9876px;
    z-index: 2;
    padding: 0px;
    text-align: left;
    margin-left: 0;
  }

h1.logo,
div.logo {
  display: block;
  width: 260px;
  height: 60px;
  background: url("https://nakagawa-showya.com/images/logo01.png") top left no-repeat;
  background-size:contain;
  text-indent: -9876px;
  z-index: 2;
  margin-top: 30px;
  margin-left: 30px;

}
h1.logo a,
div.logo a {
  display: block;
  width: 260px;
  height: 60px;
}

#wrapper {
  overflow: hidden;
  width: 100%;
}
footer {
  background-color: #97d2b6;
  padding: 0px 0 60px 0;
  background: url("https://nakagawa-showya.com/images/foot_bg.jpg") top center no-repeat;
}
.foot-info {
  width: 1280px;
  max-width: 96%;
  border-top: #3d8238 1px dashed;
  margin: 0 auto 120px auto;
  padding-top: 60px;
}
.foot-add {
  width: 48%;
  float: left;
}
.foot-nav {
  width: 42%;
  float: right;
  display: flex;
}
.foot-logo {
  width: 400px;
  margin-bottom: 20px;
}
address {
  color: #ffffff;
  font-size: 14pt;
  margin-bottom: 15px;
}
.foot-tel {
  width: 220px;
}

.foot-nav ul {
	list-style: none;
  margin-left: 25px;
}
.foot-nav ul li {
	color: #FFFFFF;
	font-size: 15pt;
  background: url("https://nakagawa-showya.com/images/foot_nav_li.png") center left no-repeat;
  padding: 5px 30px 5px 40px;
  margin-bottom: 10px;
}
.foot-nav ul li a ,
.foot-nav ul li a:link,
.foot-nav ul li a:active,
.foot-nav ul li a:hover {
	color: #FFFFFF;
  text-decoration: none;
}
.copyright {
  clear: both;
  display: block;
  padding-top: 80px;
  color: #ffffff;
  text-align: right;
}
#pagetop{
  position:fixed;
  right:30px;
  bottom:30px;
  width: 52px;
  height: 52px;
}
@media only screen and (max-width:1279px){
  .foot-add {
    width: 50%;
  }
  .foot-nav {
    width: 50%;
  }
}
@media only screen and (max-width:900px){
  .foot-nav {
    display: block;
  }
  .foot-add {
    width: 60%;
  }
  .foot-nav {
    width: 36%;
  }
}
@media only screen and (max-width:800px){
  .foot-nav ul li {
    font-size: 13pt;
    padding: 5px 10px 5px 40px;
  }
  .foot-logo img {
    width: 260px;
    max-width: 100%;
  }
}
@media only screen and (max-width:450px){
  h1.logo,
  div.logo {
    width: 200px;
    height: 50px;
    margin-top: 10px;
    margin-left: 15px;

  }
  h1.logo a,
  div.logo a {
    width: 200px;
    height: 50px;
  }
  .foot-info {
    max-width: 86%;
    margin: 0 auto 20px auto;
    padding-top: 30px;
  }
  .foot-add {
    width: 100%;
    float: none;
  }
  .foot-logo {
    width: 100%;
    margin-bottom: 20px;
  }
  .foot-nav {
    width: 100%;
    float: none;
    padding-top: 30px;
  }
  .foot-nav ul {
    margin-left: 0px;
  }
  #pagetop{
    position:fixed;
    right:10px;
    bottom:10px;
    width: 32px;
    height: 32px;
  }
}
.pc-br {
  display: initial;
}
.sm-br {
  display: none;
}
.sm-non {
  display: initial;
}
@media only screen and (max-width:640px){
  .pc-br {
    display: none;
  }
  .sm-br {
  display: initial;
  }
  .sm-non {
    display: none;
  }
}

/************************************
** レスポンシブページネーション
************************************/
.pagination{
  background-color: #97d2b6;
  list-style-type: none;
  padding-left: 0;
  margin: 0px 0;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 0px solid #ddd;
  border-left-width: 0;
  min-width:36px;
  min-height:36px;
  color: #333;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
  border-radius: 30px;
}

.pagination li:first-of-type a {
  border-left-width: 0;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before { 
  content: "\f100"; 
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.pagination li.last a::after { 
  content: "\f101"; 
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.pagination li.previous a::before { 
  content: "\f104"; 
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.pagination li.next a::after { 
  content: "\f105"; 
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.pagination li.current a {
  border-radius: 30px;
  background-color: #3d8238;
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 500px ) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous a { border-left-width: 0; }
}

@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 240px ) { /* For watches? */
  .pagination li { width: 50%;}

  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}

