@charset 'uft-8';
/* ==================================================================================

	Base & Common Layout Style (Reset / BaseLayout / BaseLayout's @media)

 ================================================================================== */
/* =================== Reset css =================== */
html, body, h1, h2, h3, h4, h5, h6, address, p, hr, pre, ol, ul, li, dl, dt, dd, div, a, em, strong, small, i, b, span, img, iframe, object, table, caption, th, td, form, fieldset, legend, label, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html {
  overflow-y: scroll;
  height: 100%;
  scroll-behavior: smooth;
}

ul, ol {
  list-style: none;
}

em {
  font-style: normal;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.clearfix, #contents, .section, .section04, .section02, #pc_header, #footer ul, .map_center{
  zoom: 1;
}
.clearfix:after, #contents:after, .section:after, .section04:after, .section02:after, #pc_header:after, #footer ul:after, .map_center:after {
  content: "";
  display: block;
  clear: both;
}


/* =================== 汎用 Style =================== */
.clear {
  clear: both;
}

.fl_r {
  float: right;
}

.fl_l {
  float: left;
}

.img_cent {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.mg_top10 {
  margin-top: 10px !important;
}
.mg_left20 {
  margin-left: 20px !important;
}
.mg_bottom10 {
  margin-bottom: 10px !important;
}
.mg_bottom20 {
  margin-bottom: 20px !important;
}
.mg_right20 {
  margin-right: 20px !important;
}

.pa_top20 {
  padding-top: 20px !important;
}

.valign_top {
  vertical-align: top;
}

.center {
  text-align: center;
}
.center img {
  padding: 0 10px;
}
.inline {
  display: inline-block;
}

.stext {
  font-size:0.85em;
}

.list {
  list-style: disc;
  margin-left: 20px;
}
ul.decimal {
  list-style-type: decimal;
}


/* =================== Base layout =================== */
a {
  color: #1574b7;
}
a:hover, a:active {
  color: #1a91e5;
  text-decoration: none;
}

body {
  height: 100%;
  color: #333;
  background-color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
}

#wrapper {
  position: relative;
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
}

#contents {
  position: relative;
  padding-bottom: 100px;
  z-index: 150;
}

.section, .section04 {
  padding: 15px 0 0 0;
}
.section a, .section04 a {
  color: #333;
}
.section a:hover, .section a:active, .section04 a:hover, .section04 a:active {
  color: #4d4d4d;
  text-decoration: none;
}

.section02 {
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
}

.section03 {
  width: 100%;
}
.section03 a {
  color: #333;
}
.section03 a:hover, .section03 a:active {
  color: #4d4d4d;
  text-decoration: none;
}

.section04 {
  width: 100%;
  margin: 0 auto;
}
.section04 a {
  color: #333;
}
.section04 a:hover, .section04 a:active {
  color: #4d4d4d;
  text-decoration: none;
}

@media (min-width: 1000px) {
  .section {
    width: 1000px;
    margin: 0 auto;
  }

  .section03 {
    width: 50%;
    padding: 0 5px;
    float: left;
  }
}
@media (max-width: 950px) {
  .section03 + .section03 {
    padding: 20px 0;
  }
}

.img-frame{
   position: relative;
   width: 100%;
   height: 100%;
   overflow: hidden;
   margin: 0 auto;
}
.img-00, .img-01, .img-02, .img-03, .img-04, .img-05{
   position: absolute;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   opacity:0
}
.img-00{
   background-image: url('../img/top/bg_top01.jpg');
   animation: slide-animation-00 3s;
}
.img-01{
   background-image: url('../img/top/bg_top01.jpg');
   animation: slide-animation-01 30s infinite;
   animation-delay: 3s;
}
.img-02{
   background-image: url('../img/top/bg_top02.jpg');
   animation: slide-animation-02 30s infinite;
   animation-delay: 3s;
}
.img-03{
   background-image: url('../img/top/bg_top03.jpg');
   animation: slide-animation-03 30s infinite;
   animation-delay: 3s;
}
.img-04{
   background-image: url('../img/top/bg_top04.jpg');
   animation: slide-animation-04 30s infinite;
   animation-delay: 3s;
}
.img-05{
   background-image: url('../img/top/bg_top05.jpg');
   animation: slide-animation-05 30s infinite;
   animation-delay: 3s;
}
@keyframes slide-animation-00 {
   0% {opacity: 0;}
 100% {opacity: 1;}
}
@keyframes slide-animation-01 {
   0% {opacity: 1;}
  15% {opacity: 1;}
  20% {opacity: 0;}
  95% {opacity: 0}
 100% {opacity: 1;}
}
@keyframes slide-animation-02 {
   0% {opacity: 0;}
  15% {opacity: 0;}
  20% {opacity: 1;}
  35% {opacity: 1;}
  40% {opacity: 0;}
 100% {opacity: 0;}
}
@keyframes slide-animation-03 {
   0% {opacity: 0;}
  35% {opacity: 0;}
  40% {opacity: 1;}
  55% {opacity: 1;}
  60% {opacity: 0;}
 100% {opacity: 0;}
}
@keyframes slide-animation-04 {
   0% {opacity: 0;}
  55% {opacity: 0;}
  60% {opacity: 1;}
  75% {opacity: 1;}
  80% {opacity: 0;}
 100% {opacity: 0;}
}
@keyframes slide-animation-05 {
   0% {opacity: 0;}
  75% {opacity: 0;}
  80% {opacity: 1;}
  95% {opacity: 1;}
 100% {opacity: 0;}
}



















/* ------ header ------ */
#pc_header {
  height: auto;
}

/* ------ footer ------ */
#footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100px;
  text-align: center;
  background: #fff;
  z-index:200;
}
#footer .totop {
  display: inline-block;
  padding: 5px 15px 5px 25px;
  background: url("../img/bg_totop.png") no-repeat 10px 12px #56b5e3;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
#footer .totop:hover {
  background-color: #66c3ec;
}
#footer ul {
  display: table;
  margin: 0 auto;
  padding: 20px 0;
}
#footer ul li {
  display: table-cell;
  border-left: 1px #444 solid;
  padding: 0 15px;
  font-size: 0.9em;
}
#footer ul li:first-child {
  border: none;
}
#footer ul li a {
  color: #333;
}
#footer ul li a:hover, #footer ul li a:active {
  color: #4d4d4d;
  text-decoration: none;
}
#footer p {
  height: 45px;
  padding: 5px 0;
  background: #81a48c;
  color: #fff;
  line-height: 35px;
  font-size: 0.85em;
}
@media (min-width: 951px) {
  #footer {
    border-top: 1px solid #e9eae8;
  }
}
@media (max-width: 400px) {
  #footer li {
    padding: 0 5px !important;
    font-size: 0.8em !important;
  }
  #footer p {
    font-size: 0.8em !important;
  }
}


/* =================== メニュー用 @media layout =================== */
/* 950px以上
-------------------------------------------------------- */
@media (min-width: 951px) {
  #sp_header {
    display: none;
  }
  #sp_logo {
    display: none;
  }

  /* ------ #top トップページ用メニュー ------ */
  #top #pc_header {
    position: relative;
    padding: 0 0 65px 0;
    z-index: 500;
  }
  #top #pc_header h1, #top #pc_header .logo {
    display: none;
    /* トップ表示時はヘッダ内全てのロゴを非表示 */
  }
  #top #pc_header #menu {
    margin: 0;
    font-size: 0;
  }
  #top #pc_header #menu li {
    display: inline-block;
    border-bottom: none;
    border-left: none;
    margin: 0 0 0 1px;
    background: url("../img/top/bgmenu_bgtop.png");
  }
  #top #pc_header #menu li.top {
    background: url("../img/top/bgmenu_bgtop_current.png") !important;
  }
  #top #pc_header #menu li:hover {
    background: url("../img/top/bgmenu_bgtop_current.png") !important;
  }

  #pc_header h1 {
    display: none;
    /* トップ以外では.logoを表示 */
  }
  #pc_header .logo {
    float: left;
    width: 200px;
    height: auto;
    margin: 10px 0 10px 10px;
  }
  #pc_header #menu {
    margin: 0;
    float: right;
    display: table;
    min-width: 120px;
  }
  #pc_header #menu ul {
    display: none;
  }
  #pc_header #menu li {
    display: table-cell;
    border-bottom: 1px #dee0dd solid;
    border-left: 1px #dee0dd solid;
    height: 55px;
  }
  #pc_header #menu a {
    display: block;
    height: 55px;
    min-width: 120px;
  }

  #pc_header #menu li.top a {
    background: url("../img/pc/bgmenu_top.png") no-repeat center;
    border-top: 12px solid #ffb888;
  }
  #pc_header #menu li.top a:hover {
    background: url("../img/pc/bgmenu_top.png") no-repeat center #ffede1;
  }

  #top #pc_header li.top a,
  #top #pc_header li.top a:hover {
    background: url("../img/pc/bgmenu_top_current.png") no-repeat center #ffede1;
  }

  #top #pc_header .top a {
    background: url("../img/top/bgmenu_top.png") no-repeat center !important;
  }

  #pc_header #menu li.course a {
    background: url("../img/pc/bgmenu_course.png") no-repeat center;
    border-top: 12px solid #ffd86b;
  }
  #pc_header #menu li.course a:hover {
    background: url("../img/pc/bgmenu_course.png") no-repeat center #fff5da;
  }

  #course #pc_header li.course a,
  #course #pc_header li.course a:hover {
    background: url("../img/pc/bgmenu_course_current.png") no-repeat center #fff5da;
  }

  #top #pc_header .course a {
    background: url("../img/top/bgmenu_course.png") no-repeat center !important;
  }

  #pc_header #menu li.noise a {
    background: url("../img/pc/bgmenu_noise.png") no-repeat center;
    border-top: 12px solid #aceb81;
  }
  #pc_header #menu li.noise a:hover {
    background: url("../img/pc/bgmenu_noise.png") no-repeat center #eafadf;
  }

  #noise #pc_header li.noise a,
  #noise #pc_header li.noise a:hover {
    background: url("../img/pc/bgmenu_noise_current.png") no-repeat center #eafadf;
  }

  #top #pc_header .noise a {
    background: url("../img/top/bgmenu_noise.png") no-repeat center !important;
  }

  #pc_header #menu li.water a {
    background: url("../img/pc/bgmenu_water.png") no-repeat center;
    border-top: 12px solid #97e8e0;
  }
  #pc_header #menu li.water a:hover {
    background: url("../img/pc/bgmenu_water.png") no-repeat center #e5f9f7;
  }

  #water #pc_header li.water a,
  #water #pc_header li.water a:hover {
    background: url("../img/pc/bgmenu_water_current.png") no-repeat center #e5f9f7;
  }

  #top #pc_header .water a {
    background: url("../img/top/bgmenu_water.png") no-repeat center !important;
  }

  #pc_header #menu li.atm a {
    background: url("../img/pc/bgmenu_atm.png") no-repeat center;
    border-top: 12px solid #d7b3e5;
  }
  #pc_header #menu li.atm a:hover {
    background: url("../img/pc/bgmenu_atm.png") no-repeat center #f5ecf8;
  }

  #atm #pc_header li.atm a,
  #atm #pc_header li.atm a:hover {
    background: url("../img/pc/bgmenu_atm_current.png") no-repeat center #f5ecf8;
  }

  #top #pc_header .atm a {
    background: url("../img/top/bgmenu_atm.png") no-repeat center !important;
  }

  #pc_header #menu li.map a {
    background: url("../img/pc/bgmenu_map.png") no-repeat center;
    border-top: 12px solid #ffabbf;
  }
  #pc_header #menu li.map a:hover {
    background: url("../img/pc/bgmenu_map.png") no-repeat center #ffeaef;
  }

  #map #pc_header li.map a,
  #map #pc_header li.map a:hover {
    background: url("../img/pc/bgmenu_map_current.png") no-repeat center #ffeaef;
  }

  #top #pc_header .map a {
    background: url("../img/top/bgmenu_map.png") no-repeat center !important;
  }

  #footer .totop {
    visibility:hidden;
    position: fixed;
    bottom: 45px;
    right: 10px;
    opacity: 0;
    transition-property: opacity visibility;
    transition-duration: 0.5s;
  }
  #footer .totop.fixed {
    visibility:visible;
    opacity: 1;
  }

}
/* ディスプレイ狭PC,タブレット,スマホ用 950px以下用メニュー
--------------------------------------------------------------- */
@media (max-width: 950px) {
  #pc_header {
    display: none;
  }

  /* トップページ(トップだけ,h1を表示してsp_logoは非表示) */
  #top #sp_header h1 {
    display: block;
    margin: 0 auto;
    padding: 30px 0 0 0;
    width: 80%;
    text-align: center;
  }
  #sp_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: grid; 
    grid-template-rows: 80px 0fr;
    transition: grid-template-rows .7s ease;
    &.open {
      grid-template-rows: 80px 1fr;
    }
    z-index: 200;
  }
  
  #top #sp_logo {
    position: relative;
    z-index: 150;
  }
  
  #sp_logo {
    display: block;
    margin: 0 auto;
    padding: 30px 0 0 0;
    width: 80%;
    text-align: center;
  }
  #sp_header #sp_menu {
    position: relative;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 100%;
    text-align: right;
  }
  
  #sp_header #menu_acc {
    overflow: hidden;
  }
  
  #sp_header #menu {
    padding: 20px;
    width: 80%;
    margin-left: 20%;
    margin-right: 10%;
    margin-bottom: 10px;
    background: #fff;
    border: 1px #ebebeb solid;
    border-radius: 7px;
    position: relative;
    top: 5px; 
    right: 15px;
    bottom: auto;
    left: auto;
    box-shadow: 0px 0px 10px;
    z-index: 200;
  }
  

  #sp_header #menu .top span a, #sp_header #menu .map span a {
    display: block;
    width: 100%;
    max-height: 87px;
    min-height: 65px;
  }
  #sp_header .top span {
    display: block;
    cursor: pointer;
    width: 100%;
    max-height: 87px;
    min-height: 65px;
    margin: 0 0 3px 0;
    border-radius: 13px;
    border: 2px solid #ffb282;
    background: url("../img/sp/bgmenu_top.png") no-repeat 5px center #ffb282;
    text-align: right;
  }
  #sp_header .top span img {
    display: inline-block;
  }
  #sp_header .course span {
    display: block;
    cursor: pointer;
    width: 100%;
    max-height: 87px;
    min-height: 65px;
    margin: 0 0 3px 0;
    border-radius: 13px;
    border: 2px solid #ffd26b;
    background: url("../img/sp/bgmenu_course.png") no-repeat 5px center #ffd26b;
    text-align: right;
  }
  #sp_header .course span img {
    display: inline-block;
  }
  #sp_header .noise span {
    display: block;
    cursor: pointer;
    width: 100%;
    max-height: 87px;
    min-height: 65px;
    margin: 0 0 3px 0;
    border-radius: 13px;
    border: 2px solid #ade787;
    background: url("../img/sp/bgmenu_noise.png") no-repeat 5px center #ade787;
    text-align: right;
  }
  #sp_header .noise span img {
    display: inline-block;
  }
  #sp_header .water span {
    display: block;
    cursor: pointer;
    width: 100%;
    max-height: 87px;
    min-height: 65px;
    margin: 0 0 3px 0;
    border-radius: 13px;
    border: 2px solid #91e2da;
    background: url("../img/sp/bgmenu_water.png") no-repeat 5px center #91e2da;
    text-align: right;
  }
  #sp_header .water span img {
    display: inline-block;
  }
  #sp_header .atm span {
    display: block;
    cursor: pointer;
    width: 100%;
    max-height: 87px;
    min-height: 65px;
    margin: 0 0 3px 0;
    border-radius: 13px;
    border: 2px solid #d1addf;
    background: url("../img/sp/bgmenu_atm.png") no-repeat 5px center #d1addf;
    text-align: right;
  }
  #sp_header .atm span img {
    display: inline-block;
  }
  #sp_header .map span {
    display: block;
    cursor: pointer;
    width: 100%;
    max-height: 87px;
    min-height: 65px;
    margin: 0 0 3px 0;
    border-radius: 13px;
    border: 2px solid #ffa5b9;
    background: url("../img/sp/bgmenu_map.png") no-repeat 5px center #ffa5b9;
    text-align: right;
  }
  #sp_header .map span img {
    display: inline-block;
    
    
  }

  .arrow {
    margin: 20px 10px 0 0;
  }

  .course {
    margin: 5px;
    display: grid;
    grid-template-rows: 65px 0fr;
    transition: grid-template-rows .5s ease;
    &.open {
      grid-template-rows: 65px 1fr;
    }
  }
  
  .course #course_acc {
    overflow: hidden;
  }
  .course ul.sub {
    position: relative;
    margin: 10px 0;
    padding: 10px 20px 5px 20px;
    border-radius: 13px;
    background: #FFD26B;
  }
  .course ul.sub li {
    list-style: disc;
    margin: 0 20px 5px 20px;
    color: #fff;
    font-size: 1.6em;
  }
  .course ul.sub:before {
    content: " ";
    display: block;
    height: 20px;
    width: 25px;
    position: absolute;
    top: -10px;
    right: 0;
    bottom: 0;
    left: 30px;
    background: #FFD26B;
  }
  .course ul.sub li a {
    display: block;
    color: #fff;
    text-decoration: none;
  }
  .course ul.sub li a:hover, .noise ul.sub li a:active {
    color: white;
    text-decoration: none;
  }

  .noise {
    margin: 5px;
    display: grid;
    grid-template-rows: 65px 0fr;
    transition: grid-template-rows .5s ease;
    &.open {
      grid-template-rows: 65px 1fr;
    }
  }
  .noise #noise_acc {
    overflow: hidden;
  }
  .noise ul.sub {
    position: relative;
    margin: 10px 0;
    padding: 10px 20px 5px 20px;
    border-radius: 13px;
    background: #ade787;
  }
  .noise ul.sub:before {
    content: " ";
    display: block;
    height: 20px;
    width: 25px;
    position: absolute;
    top: -10px;
    right: 0;
    bottom: 0;
    left: 30px;
    background: #ade787;
  }
  .noise ul.sub li {
    list-style: disc;
    margin: 0 20px 5px 20px;
    color: #fff;
    font-size: 1.6em;
  }
  .noise ul.sub li a {
    display: block;
    color: #fff;
    text-decoration: none;
  }
  .noise ul.sub li a:hover, .noise ul.sub li a:active {
    color: white;
    text-decoration: none;
  }

  .water {
    margin: 5px;
    display: grid;
    grid-template-rows: 65px 0fr;
    transition: grid-template-rows .5s ease;
    &.open {
      grid-template-rows: 65px 1fr;
    }
  }
  .water #water_acc {
    overflow: hidden;
  }
  .water ul.sub {
    position: relative;
    margin: 10px 0;
    padding: 10px 20px 5px 20px;
    border-radius: 13px;
    background: #91e2da;
  }
  .water ul.sub:before {
    content: " ";
    display: block;
    height: 20px;
    width: 25px;
    position: absolute;
    top: -10px;
    right: 0;
    bottom: 0;
    left: 30px;
    background: #91e2da;
  }
  .water ul.sub li {
    list-style: disc;
    margin: 0 20px 5px 20px;
    color: #fff;
    font-size: 1.6em;
  }
  .water ul.sub li a {
    display: block;
    color: #fff;
    text-decoration: none;
  }
  .water ul.sub li a:hover, .water ul.sub li a:active {
    color: white;
    text-decoration: none;
  }

  .atm {
    margin: 5px;
    display: grid;
    grid-template-rows: 65px 0fr;
    transition: grid-template-rows .5s ease;
    &.open {
      grid-template-rows: 65px 1fr;
    }
  }
  .atm #atm_acc {
    overflow: hidden;
  }
  .atm ul.sub {
    position: relative;
    margin: 10px 0;
    padding: 10px 20px 5px 20px;
    border-radius: 13px;
    background: #d1addf;
  }
  .atm ul.sub:before {
    content: " ";
    display: block;
    height: 20px;
    width: 25px;
    position: absolute;
    top: -10px;
    right: 0;
    bottom: 0;
    left: 30px;
    background: #d1addf;
  }
  .atm ul.sub li {
    list-style: disc;
    margin: 0 20px 5px 20px;
    color: #fff;
    font-size: 1.6em;
  }
  .atm ul.sub li a {
    display: block;
    color: #fff;
    text-decoration: none;
  }
  .atm ul.sub li a:hover, .atm ul.sub li a:active {
    color: white;
    text-decoration: none;
  }
}
/* 400px以下用メニュー
--------------------------------------------------------------- */
@media (max-width: 400px) {
  #sp_menu {
    text-align: right;
    width: 100% !important;
  }
  #menu li span {
    background-size: 80% auto !important;
  }
}

.gm-style-iw {
    border-radius: 2px 2px 10px 10px;
    overflow: hidden !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}

.gm-style-iw-ch {
    padding-top: 12px;
}
