@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&family=M+PLUS+Rounded+1c:wght@400;500;700;800&display=swap");
.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;
}

.yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.mplus {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}

/*#################################
	サイト内共通
#################################*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #231815;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}
body * {
  line-height: 1.5;
}

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: #231815;
}
a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
  cursor: pointer;
  text-decoration: none;
  color: #231815;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1030px;
  }
}

header .sp-nav {
  background-color: white;
  display: none;
}
@media screen and (max-width: 767px) {
  header .sp-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .sp-nav .logo {
  padding: 10px 15px;
}
header .pc-nav {
  min-height: 91px;
background-color: #fff;	
}
@media screen and (max-width: 991px) {
  header .pc-nav {
    min-height: 87px;
  }
}
header .pc-nav ul {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}
header .pc-nav ul li {
  padding: 0 20px;
  border-right: 1px solid black;
  font-size: 21px;
}
@media screen and (max-width: 991px) {
  header .pc-nav ul li {
    font-size: 16px;
  }
}
header .pc-nav ul li:last-child {
  border: none;
}
header .pc-nav ul li a {
  display: inline-block;
}
header .pc-nav.fixed ul {
  position: fixed;
  width: 100%;
  max-width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: white;
  padding: 20px 0;
}
/*header .mv {
  background-image: url("../images/mv-bg.png");
  background-size: cover;
  background-position: bottom;
  padding-bottom: 0;
}*/
@media screen and (max-width: 767px) {
 
}

.drawer-nav {
  background-color: white;
  padding-top: 60px;
  text-align: center;
  z-index: 99;
}
.drawer-nav .drawer-menu {
  text-align: left;
}
.drawer-nav .drawer-menu .drawer-menu-item {
  color: #231815;
  max-width: 200px;
  margin: 0 auto;
  border-bottom: 1px solid #ee84b2;
}
.drawer-nav .drawer-menu .drawer-menu-item:hover {
  text-decoration: none;
}

.drawer-hamburger {
  padding: 15px 0.75rem 25px;
  position: static;
  z-index: 101;
}
.drawer-hamburger:focus {
  outline: none;
}
.drawer-hamburger:hover {
  opacity: 1;
}

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

.drawer--right.drawer-open .drawer-hamburger {
  position: fixed;
  padding: 15px 0.75rem 25px;
  z-index: 101;
  right: 0;
}
.drawer--right.drawer-open .drawer-hamburger .drawer-hamburger-icon {
  background: transparent;
}
/* ページTOPへもどるボタン */
#page-top {
  display: none;
  z-index: 99;
  position: fixed;
  bottom: 25px;
  right: 15px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #page-top {
    width: 40px;
    height: 40px;
  }
}
#page-top:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #page-top:hover {
    opacity: 1;
  }
}

footer {
  background-color: #eeaec6;
  padding: 40px 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 20px 0;
  }
}
main h2 {
	font-size: 34px;
}
@media screen and (max-width: 767px) {
main h2 {
	font-size: 24px;
}	
}
main .map {
	position: relative;
	padding-bottom: 30px;
	padding-top: 500px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}
 
main .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
main .map {
	padding-bottom: 30px;
	padding-top: 200px;
	height: 0;
	overflow: hidden;
	width: 100%;	
}
}