@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");
}
.box01 {
  padding: 7rem 0;
}

.bg01 {
  background: #131313;
  color: #fff;
}

.bg02 {
  background: url(../img/common/bg02.gif) repeat;
  background-size: 15px;
}

.tit01 {
  font-family: "dnp-shuei-4gob-std", Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.8rem;
  text-indent: -2rem;
  padding-left: 3.5rem;
}
.tit01 i {
  margin: 0 1rem 0 0;
}

.kowa .tit01 i {
  color: #d8e7f0;
}

.gosyo .tit01 i {
  color: #30572b;
}

.shibuki .tit01 i {
  color: #0950c6;
}

.wakaba .tit01 i {
  color: #ff7900;
}

.shion .tit01 i {
  color: #660066;
}

@media screen and (min-width: 768px) {
  .tit01 {
    font-size: 3.8rem;
  }
}
.tit02 {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.8rem;
  font-weight: bold;
}
.tit02 i {
  margin: 0 1rem 0 0;
}

.tit03 {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3rem;
  font-weight: bold;
}

.tit04 {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: bold;
}

.list01 li:not(:last-child) {
  margin: 0 0 2rem;
}
.list01 li a {
  background: #1c96a1;
  color: #fff;
  border-radius: 5px;
  padding: 1rem 3rem;
  display: block;
  font-size: 1.8rem;
}
.list01 li a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free", "FontAwesome";
  content: "\f138";
  right: 3rem;
  font-weight: 900;
}
.list01 li a:hover {
  text-decoration: none;
  background: #006d77;
}

.yose .list01 li:nth-child(1) a,
.minatobayashi .list01 li:nth-child(2) a,
.aiya .list01 li:nth-child(3) a,
.minatosturugi .list01 li:nth-child(4) a,
.kaso .list01 li:nth-child(5) a {
  background: #006d77;
}

.list03 {
  margin-bottom: -2rem;
}
.list03 li {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .list03 img {
    display: block;
    opacity: 0.7;
  }
  .list03 img:hover {
    filter: brightness(100%);
    transition: all 0.5s;
    opacity: 1;
  }
  .list03 figure {
    background: #000;
  }
}
.kowa #mtit {
  background: url(../img/about/kowa/bg-tit.png) no-repeat;
  background-size: auto 100%;
  background-position: center center;
  box-shadow: 0px 10px 0px 0px rgb(216, 231, 240);
  -webkit-box-shadow: 0px 10px 0px 0px rgb(216, 231, 240);
  -moz-box-shadow: 0px 10px 0px 0px rgb(216, 231, 240);
  background-size: auto 100%;
  background-position: center center;
}

.gosyo #mtit {
  background: url(../img/about/gosyo/bg-tit.png) no-repeat;
  background-size: auto 100%;
  background-position: center center;
  box-shadow: 0px 10px 0px 0px rgb(48, 87, 43);
  -webkit-box-shadow: 0px 10px 0px 0px rgb(48, 87, 43);
  -moz-box-shadow: 0px 10px 0px 0px rgb(48, 87, 43);
}

.shibuki #mtit {
  background: url(../img/about/shibuki/bg-tit.png) no-repeat;
  background-size: auto 100%;
  background-position: center center;
  box-shadow: 0px 10px 0px 0px rgb(9, 80, 198);
  -webkit-box-shadow: 0px 10px 0px 0px rgb(9, 80, 198);
  -moz-box-shadow: 0px 10px 0px 0px rgb(9, 80, 198);
}

.wakaba #mtit {
  background: url(../img/about/wakaba/bg-tit.png) no-repeat;
  background-size: auto 100%;
  background-position: center center;
  box-shadow: 0px 10px 0px 0px rgb(255, 121, 0);
  -webkit-box-shadow: 0px 10px 0px 0px rgb(255, 121, 0);
  -moz-box-shadow: 0px 10px 0px 0px rgb(255, 121, 0);
}

.shion #mtit {
  background: url(../img/about/shion/bg-tit.png) no-repeat;
  background-size: auto 100%;
  background-position: center center;
  box-shadow: 0px 10px 0px 0px rgb(102, 0, 102);
  -webkit-box-shadow: 0px 10px 0px 0px rgb(102, 0, 102);
  -moz-box-shadow: 0px 10px 0px 0px rgb(102, 0, 102);
}

#mtit {
  background: url(../img/common/bg-tit.png) no-repeat;
  background-size: auto 100%;
  background-position: center center;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: capitalize;
  height: 170px;
  line-height: 1.3;
  font-family: "dnp-shuei-4gob-std", Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-style: normal;
  font-weight: 700;
}
#mtit h1 {
  flex: 1;
  font-size: 3rem;
}
#mtit span {
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  #mtit,
  .kowa #mtit,
  .gosyo #mtit,
  .shibuki #mtit,
  .wakaba #mtit,
  .shion #mtit {
    background-position: center center;
    background-size: auto 100%;
    height: 200px;
  }
  #mtit h1 {
    flex: 1;
    font-size: 5rem;
  }
  #mtit span {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  #mtit,
  .kowa #mtit,
  .gosyo #mtit,
  .shibuki #mtit,
  .wakaba #mtit,
  .shion #mtit {
    background-size: 100% auto;
  }
}
/* ----------------------------------------
	index
---------------------------------------- */
@media screen and (max-width: 575px) {
  .slider {
    height: 300px;
    width: 664px;
    left: 50%;
    margin-left: -332px;
  }
  .slider img {
    height: 300px;
  }
}
@media screen and (min-width: 576px) {
  .slider {
    width: 100%;
  }
  .slider img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .fb-container {
    width: 500px;
    margin: 0 auto;
  }
}
/* ----------------------------------------
	about
---------------------------------------- */
.list02 li {
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  position: relative;
}
.list02 li:not(:last-child) {
  margin: 0 0 2rem;
}
.list02 li a {
  display: block;
  color: #000 !important;
  text-decoration: none;
  font-size: 6.4vw;
}
.list02 li a img {
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  filter: brightness(70%);
}
.list02 li span {
  height: 100%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
  z-index: 100;
  font-family: "edo";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline;
}
.list02 li span::after {
  font-family: "Font Awesome 5 Free", "FontAwesome";
  content: "\f138";
  font-size: 5vw;
  margin: 1rem 0 0;
  text-shadow: none;
  font-weight: 900;
}

.list02 li a:hover img,
.gosyo .list02 li:nth-child(1) a img,
.shibuki .list02 li:nth-child(2) a img,
.wakaba .list02 li:nth-child(3) a img,
.shion .list02 li:nth-child(4) a img {
  -webkit-filter: brightness(50%);
  filter: brightness(100%);
  transition: all 0.5s;
}

@media screen and (min-width: 768px) {
  .list02 li a {
    font-size: 3.8rem;
  }
  .list02 li span::after {
    font-size: 2.4rem;
  }
}
.imgbox01 {
  text-align: center;
  margin: 8rem 0 0;
}
.imgbox01 img {
  width: 80%;
}

@media screen and (min-width: 768px) {
  .imgbox01 img {
    width: 50%;
  }
}
.imgbox02 {
  text-align: center;
}
.imgbox02 img {
  width: 80%;
}

@media screen and (min-width: 768px) {
  .imgbox02 img {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .crest {
    text-align: center;
    max-width: 150px;
  }
}
/* ----------------------------------------
	minato
---------------------------------------- */
.list05 li {
  margin: 0 0 20px;
}

/* ----------------------------------------
	link
---------------------------------------- */
.list04 li:before {
  font-family: "Font Awesome 5 Free", "FontAwesome";
  content: "\f054";
  font-size: 1.4rem;
  position: relative;
  top: -3px;
  margin: 0 1rem 0 0;
  font-weight: 900;
}
.list04 li a {
  color: #000;
}

@media screen and (min-width: 768px) {
  .list04 {
    text-align: center;
  }
}
/* ----------------------------------------
	contact
---------------------------------------- */
.ast,
.errorBox {
  color: #c40000;
  font-weight: bold;
}

.tbl01 {
  width: 100%;
  border-top: 1px solid #f7f3e6;
}

.tbl01 th {
  font-weight: bold;
  width: 25rem;
  background: #f7f3e6;
  border-bottom: 1px solid #fff;
}

.tbl01 td {
  border-bottom: 1px solid #f7f3e6;
}

.tbl01 th,
.tbl01 td {
  padding: 1rem 2rem;
  vertical-align: top;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .tbl01 th,
  .tbl01 td {
    display: block;
    width: 100%;
  }
  .tbl01:last-child th {
    border-bottom: 1px solid #f7f3e6;
  }
}
.btn01 a {
  background: #000;
  display: block;
  text-align: center;
  color: #fff !important;
  padding: 1.5rem;
  width: 80%;
  margin: 0 auto;
  text-decoration: none;
}
.btn01 a:hover {
  color: #fff;
  background-color: #333;
  text-decoration: none;
}

@media screen and (min-width: 576px) {
  .btn01 a {
    width: 30rem;
  }
}
.mailbtn, .backbtn {
  border: none;
  padding: 1.5rem;
  width: 80%;
  color: #fff;
  font-size: 2rem;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #000;
}

.mailbtn:hover, .backbtn:hover {
  background: #333;
  background-size: 1rem 1rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}

@media only screen and (min-width: 768px) {
  .mailbtn, .backbtn {
    width: auto;
    padding: 1.5rem 7rem;
    margin: 0 auto;
  }
}
input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

.check, .radio {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 0 0 0 2.5rem;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}

.check:after, .radio:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin-top: 0.5rem;
  width: 16px;
  height: 16px;
  border: 1px solid #b3b3b3;
  content: "";
  margin-right: 1rem;
}

.check:before {
  position: absolute;
  top: 0;
  left: 0.6rem;
  display: block;
  margin-top: 0.7rem;
  width: 0.5rem;
  height: 1rem;
  border-right: 3px solid #eabc02;
  border-bottom: 3px solid #eabc02;
  content: "";
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=checkbox]:checked + .check:before {
  opacity: 1;
}

.radio:before {
  position: absolute;
  top: 0;
  left: 0.6rem;
  display: block;
  margin-top: 0.7rem;
  width: 0.5rem;
  height: 1rem;
  border-right: 3px solid #eabc02;
  border-bottom: 3px solid #eabc02;
  content: "";
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.info {
  padding: 1.3rem 0.7rem;
  border: none;
  background: #fff;
  border: 1px solid #d1d1d1;
}

.info:focus {
  border: 1px solid #d1d1d1;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.info {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .info {
    width: 50%;
    margin: 0;
    padding: 0.7rem;
  }
}
.tksbox {
  padding: 5rem 0;
  text-align: left;
}

@media only screen and (min-width: 769px) {
  .tksbox {
    text-align: center;
  }
}