@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
/*#################################
	サイト内共通
#################################*/
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
  cursor: pointer;
  text-decoration: none;
  color: #333333;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.notosans {
  font-family: "Noto Sans JP", sans-serif;
}

.notoserif {
  font-family: "Noto Serif JP", serif;
}

.yugo {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.shueimarugo {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.kirigirisu {
  font-family: ab-kirigirisu, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.irohamaru {
  font-family: "irohamaru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.caslon {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
}

.bigcaslon {
  font-family: "big-caslon-fb", serif;
  font-weight: 700;
  font-style: normal;
}
header .pc-nav-wrap {
	position: fixed;	
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.60);
	width: 100%;
	z-index: 99;	
}
header .pc-nav-wrap.fixed {
	background-color: white;
	-webkit-box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.1098039216);
	        box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.1098039216);
}
header .pc-nav {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
 /* border-radius: 50px;*/
  padding: 10px 15px;
  z-index: 99;
}

header .pc-nav__item {
  padding: 0 10px;
}
@media screen and (max-width: 1199px) {
  header .pc-nav__item {
    font-size: 14px;
    padding: 0 8px;
  }
}
@media screen and (max-width: 991px) {
  header .pc-nav__item:not(.logo):not(.tel) {
    display: none;
  }
}
header .pc-nav__item.logo {
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  header .pc-nav__item.logo img {
    width: 160px;
  }
}
header .pc-nav__item.tel {
  text-align: right;
}
header .pc-nav__item.tel span {
  font-size: 14px;
}
@media screen and (max-width: 1199px) {
  header .pc-nav__item.tel span {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  header .pc-nav__item.tel img {
    width: 180px;
  }
}
header .sp-nav {
  width: 100%;
  background-color: white;
  padding: 10px 15px;
}
@media screen and (max-width: 991px) {
  header .sp-nav__item {
    font-size: 14px;
  }
}
header .sp-nav__item.logo {
  margin-right: auto;
}

.drawer-nav {
  background-color: white;
  padding-top: 20px;
  text-align: center;
  z-index: 98;
}
.drawer-nav .logo {
  padding-bottom: 10px;
}
.drawer-nav .logo__img {
  max-width: 80%;
}
.drawer-nav .drawer-menu li {
  text-align: left;
}
.drawer-nav .drawer-menu .drawer-menu-item {
  color: black;
  font-weight: 500;
  max-width: 80%;
  margin: 0 auto;
}
.drawer-nav .drawer-menu .drawer-menu-item:hover {
  text-decoration: none;
}

.drawer-hamburger {
  position: static;
  padding: 0 0 10px;
  margin-left: 15px;
}
.drawer-hamburger:focus {
  outline: none;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background: #534741;
}

.drawer--right.drawer-open .drawer-hamburger {
  position: fixed;
  padding: 18px 0.75rem 30px;
  z-index: 99;
}
.drawer--right.drawer-open .drawer-hamburger .drawer-hamburger-icon {
  background: transparent;
}
.drawer--right.drawer-open .sp-nav {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.drawer--right.drawer-open .sp-nav__item.logo, .drawer--right.drawer-open .sp-nav__item.contact {
  display: none;
}

/* ページTOPへもどるボタン */
#page-top {
  display: none;
  z-index: 99;
  background: rgba(0, 108, 56, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  position: fixed;
  bottom: 25px;
  right: 15px;
  cursor: pointer;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  #page-top {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
#page-top:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #page-top:hover {
    opacity: 1;
  }
}
#page-top i {
  line-height: 1em;
}

footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 40px 40px;
}
@media screen and (max-width: 767px) {
  footer .inner {
    padding: 15px 15px 15px 5px;
  }
}
@media screen and (max-width: 767px) {
  footer .inner .logo {
    width: 150px;
  }
}
footer .inner .address__txt-1 {
  font-weight: bold;
}
footer .inner .address__txt-2 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  footer .inner .address__txt-2 {
    font-size: 13px;
  }
}
footer .copy {
  text-align: center;
  border-top: 1px solid #333333;
  font-size: 14px;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  footer .copy {
    font-size: 12px;
  }
}

main {
  overflow: hidden;
}
@media (min-width: 992px) {
  main .container {
    max-width: 1000px;
  }
}
main .mv-sub {
  position: relative;
}
main .mv-sub__img {
  /*max-height: 530px;*/
max-height: 400px;	
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .mv-sub .inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main .mv-sub .inner .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) {
  main .mv-sub .inner .txt {
    display: block;
    text-align: center;
  }
}
main .mv-sub .inner .txt__1 {
  font-size: 90px;
  font-family: "Noto Serif JP", serif;
  color: white;
  text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.4);
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  main .mv-sub .inner .txt__1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  main .mv-sub .inner .txt__1 {
    font-size: 52px;
  }
}
main .mv-sub .inner .txt__2 {
  font-size: 24px;
  color: white;
  font-family: ab-kirigirisu, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.4);
  padding-left: 30px;
  letter-spacing: -3px;
}
@media screen and (max-width: 991px) {
  main .mv-sub .inner .txt__2 {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  main .mv-sub .inner .txt__2 {
    font-size: 16px;
    padding-left: 0;
  }
}
main .cta {
  background-color: #534741;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  main .cta {
    padding: 50px 0;
  }
}
main .cta .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: white;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .cta .inner {
    text-align: left;
  }
}
main .cta .inner__txt-1 {
  text-align: left;
}
main .cta .inner__txt-2 {
  font-family: "Noto Serif JP", serif;
  font-size: 60px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  main .cta .inner__txt-2 {
    font-size: 40px;
  }
}
main .cta .inner__txt-2 a {
  color: white;
}
main .cta .inner__txt-3 {
  font-family: "Noto Serif JP", serif;
  font-size: 33px;
  padding-top: 20px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  main .cta .inner__txt-3 {
    font-size: 28px;
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
main .cta .inner__mail {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  color: white;
  display: inline-block;
  width: 350px;
  max-width: 100%;
  border: 1px solid white;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  main .cta .inner__mail {
    font-size: 18px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 20px;
  }
}