@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* Scss Document */
/* Scss Document */
@font-face {
  font-family: "edo";
  font-style: "normal";
  src: url(../font/edo.eot) format("eot"), url(../font/edo.woff) format("woff"), url(../font/edo.ttf) format("ttf");
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
  width: 100%;
  font-size: 62.5%;
  width: 100%;
  overflow: auto;
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  letter-spacing: 0.2rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.8;
  text-align: left;
  text-justify: newspaper;
  font-size: 2rem;
  position: relative !important;
  overflow-x: hidden;
  font-feature-settings: "palt";
  background: #fff;
  background-size: auto 19px;
}

header, nav, article, aside, section, footer {
  display: block;
}

body,
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

/* ----------------------------------------
	header
---------------------------------------- */
#masthead {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100px;
  color: #FFFFFF;
  position: relative;
  z-index: 12;
  background: url(../img/common/bg.png) repeat;
  background-size: auto 19px;
}

#masthead a:link,
#masthead a:visited,
#masthead a:active {
  color: #FFFFFF;
  text-decoration: none;
}

#site_title {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 60%;
  height: 50%;
  max-width: 260px;
}
#site_title::before {
  content: " ";
  display: inline-block;
  width: 80px;
  height: 60px;
  background: url(../img/common/frame01.png) no-repeat;
  background-size: 5rem;
  vertical-align: middle;
  position: absolute;
  left: -5.5rem;
  bottom: -25px;
}
#site_title::after {
  content: " ";
  display: inline-block;
  width: 80px;
  height: 60px;
  background: url(../img/common/frame02.png) no-repeat;
  background-size: 5rem;
  vertical-align: middle;
  position: absolute;
  right: -8rem;
  bottom: -49px;
}

@media screen and (min-width: 768px) {
  #masthead {
    height: 160px;
  }
  #site_title {
    max-width: 400px;
    width: 400px;
  }
  #site_title::before {
    width: 102px;
    height: 126px;
    background-size: 102px;
    left: -12rem;
    bottom: -40px;
  }
  #site_title::after {
    width: 118px;
    height: 83px;
    background-size: 118px;
    right: -13rem;
    bottom: -41px;
  }
}
@media screen and (min-width: 992px) {
  #masthead {
    height: 250px;
  }
  #site_title {
    max-width: 655px;
    width: 655px;
  }
  #site_title::before {
    left: -12rem;
    bottom: -62px;
  }
  #site_title::after {
    right: -13rem;
    bottom: -63px;
  }
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  z-index: 999;
}

/* Nav
-----------------------------------------*/
@media screen and (min-width: 992px) {
  .Nav {
    background: #000;
    height: 70px;
  }
}
.Nav .navbtn {
  display: none;
}

.Nav ul.close {
  display: none;
}

.Nav > ul {
  margin: 0 auto;
  text-align: center;
}

.nav-inner {
  max-width: 1000px;
}

.Nav > ul > li {
  position: relative;
  width: 20%;
  float: left;
}

.Nav > ul > li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 17px 1rem;
  font-size: 2rem;
  color: #fff;
  background: #000;
  z-index: 2;
}

.Nav > ul > li a:hover,
#top .Nav > ul > li:nth-child(1) a,
#minato .Nav > ul > li:nth-child(2) a,
#about .Nav > ul > li:nth-child(3) a,
#link .Nav > ul > li:nth-child(4) a,
#contact .Nav > ul > li:nth-child(5) a {
  background: #333;
}

#minato.top .Nav > ul > li:nth-child(2) > ul li:nth-child(1) a,
#minato.yose .Nav > ul > li:nth-child(2) > ul li:nth-child(2) a,
#minato.minatobayashi .Nav > ul > li:nth-child(2) > ul li:nth-child(3) a,
#minato.aiya .Nav > ul > li:nth-child(2) > ul li:nth-child(4) a,
#minato.minatosturugi .Nav > ul > li:nth-child(2) > ul li:nth-child(5) a,
#minato.kaso .Nav > ul > li:nth-child(2) > ul li:nth-child(6) a,
#about.top .Nav > ul > li:nth-child(3) > ul li:nth-child(1) a,
#about.kowa .Nav > ul > li:nth-child(3) > ul li:nth-child(2) a,
#about.gosyo .Nav > ul > li:nth-child(3) > ul li:nth-child(3) a,
#about.shibuki .Nav > ul > li:nth-child(3) > ul li:nth-child(4) a,
#about.wakaba .Nav > ul > li:nth-child(3) > ul li:nth-child(5) a {
  background: #000;
}

#minato .Nav > ul > li:nth-child(2) a:hover,
#about .Nav > ul > li:nth-child(3) a:hover {
  background: #000;
}

.Nav > ul > li.parent > a {
  padding-right: 25px;
}

.Nav > ul > li.parent > a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1rem;
  height: 1rem;
  margin: -6px 0 0 0;
  border-top: solid 2px #1c96a1;
  border-right: solid 2px #1c96a1;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.Nav > ul > li.parent.open > a {
  color: #FFF;
}

.Nav > ul > li.parent.open > a::after {
  background: #000;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.Nav > ul > li a:hover {
  color: #fff;
}

.Nav > ul > li a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.Nav > ul > li a,
.Nav > ul > li a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .Nav .navbtn {
    display: block;
    position: absolute;
    right: 10px;
    z-index: 500;
    position: fixed;
    top: 1rem;
    right: 1rem;
    text-align: left;
  }
  .Nav .navbtn a,
  .Nav .navbtn a.close {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #000;
  }
  .Nav .navbtn a::before,
  .Nav .navbtn a.close::before {
    position: absolute;
    top: 15px;
    left: 15px;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #FFF;
    transition: 0.2s;
  }
  .Nav .navbtn a.open::before {
    top: 23px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .Nav .navbtn a::after,
  .Nav .navbtn a.close::after {
    position: absolute;
    bottom: 15px;
    left: 15px;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #FFF;
    transition: 0.2s;
  }
  .Nav .navbtn a.open::after {
    bottom: 24px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .Nav .navbtn a span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .Nav .navbtn a span::after,
  .Nav .navbtn a.close span::after {
    position: absolute;
    top: 23px;
    left: 15px;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #FFF;
  }
  .Nav .navbtn a.open span::after {
    display: none;
  }
  .Nav > ul {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    text-align: left;
    padding: 3rem 0;
    background: #000;
    height: 100%;
  }
  .Nav > ul > li {
    display: block;
    border-bottom: solid 1px #444;
    clear: both;
  }
  .Nav > ul > li:first-child {
    width: 100%;
  }
  .Nav > ul > li:not(:first-child) {
    width: 100%;
  }
  .Nav > ul > li a {
    padding: 1rem 2rem;
  }
  .Nav > ul > li.parent.open > a::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .Nav > ul > li.parent.open {
    border-bottom: none;
  }
  .Nav > ul > li.parent.open > a {
    color: #FFF;
  }
}
/* 2階層 */
.Nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  width: auto;
  background-color: #000;
  z-index: 9;
}

.Nav > ul > li > ul li {
  white-space: nowrap;
}

.Nav > ul > li > ul li a {
  position: relative;
  padding: 1rem 3rem 1rem 5rem;
  text-align: left;
}

.Nav > ul > li > ul li a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  width: 1rem;
  height: 1rem;
  margin: -6px 0 0 0;
  border-top: solid 2px #1c96a1;
  border-right: solid 2px #1c96a1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Nav > ul > li > ul li a:hover {
  text-decoration: none;
}

.Nav > ul > li > ul li ul li a {
  padding-left: 42px;
}

.Nav > ul > li > ul li ul li a::before {
  left: 20px;
}

@media screen and (max-width: 991px) {
  .Nav > ul > li > ul {
    background-color: #000;
    position: static;
  }
  .Nav > ul > li > ul li a {
    border-bottom: solid 1px #444;
    background-color: #222;
  }
}
/* ----------------------------------------
	content
---------------------------------------- */
@media screen and (min-width: 768px) {
  main {
    padding: 0 0 3rem;
  }
  #main01 {
    padding: 0;
  }
}
#pankuzu {
  position: absolute;
  top: 110px;
  right: 2rem;
  z-index: 10;
  font-size: 1.2rem;
  color: #e5e4e4;
  margin: 0 0 0 2rem;
}
#pankuzu li {
  display: inline;
}
#pankuzu li:not(:last-child)::after {
  font-family: "Font Awesome 5 Free", "FontAwesome";
  content: "\f105";
  margin: 0 0 0 1rem;
  font-weight: 900;
}
#pankuzu a {
  color: #e5e4e4;
}
#pankuzu a:hover {
  text-decoration: underline;
}

.gray #pankuzu {
  color: #a7a7a7;
}
.gray #pankuzu a {
  color: #a7a7a7;
}

@media screen and (min-width: 768px) {
  #pankuzu {
    top: 170px;
  }
}
@media screen and (min-width: 992px) {
  #pankuzu {
    top: 330px;
  }
}
#pagetop {
  position: fixed;
  bottom: 2.5em;
  right: 2em;
  width: 50px;
  height: 50px;
  padding: 8px 0 0 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #000; /* 円の色 */
}
#pagetop a {
  color: #fff;
}

#pagetop:hover {
  background-color: #333;
}

@media screen and (max-width: 768px) {
  #pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
}
/* ----------------------------------------
	footer
---------------------------------------- */
footer {
  background: url(../img/common/bg.png) repeat;
  background-size: auto 19px;
  text-align: center;
  color: #fff;
  padding: 2rem 1rem;
  line-height: 1.2;
}