@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
header {
  width: 100%;
}

#header2022 #headline {
  background-color: #FE5B10;
  background-color: #EC920F; /*マンダリンオレンジ*/
  background-color: #FE8105; /*マリーゴールド*/
  padding: 3px 0;
}

#header2022 #headline .headbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 1024px;
  padding: 0 10px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  gap: 20px;
}

#header2022 #headline h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
}
#header2022 #headline h1 a .logomark {
  width: 30%;
}
#header2022 #headline h1 a .logotitle {
  width: 70%;
}
#header2022 #headline h1 a img {
  max-width: 100%;
}

#header2022 #headline .guide p {
  font-size: 1.2vw;
  color: #FFFFFF;
  margin-bottom: 5px;
  white-space: nowrap;
}

#header2022 #headline .guide p br.sp {
  display: none;
}

@media screen and (min-width: 1201px) {
  #header2022 #headline .guide p {
    font-size: 14px;
  }
}
#header2022 #headline .guide ul.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  grid-gap: 10px;
}

#header2022 #headline .guide ul.link a {
  display: inline-block;
}

@media screen and (max-width: 739px) {
  #header2022 #headline {
    padding: 10px 0 0;
    background-color: #FE5B10;
    background-color: #EC920F; /*マンダリンオレンジ*/
    background-color: #FE8105; /*マリーゴールド*/
  }
  #header2022 #headline .headbox {
    display: block;
    padding: 0 20px;
  }
  #header2022 #headline h1 {
    width: 100%;
    margin: 0 auto;
  }
  #header2022 #headline h1 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  #header2022 #headline h1 a .logomark {
    width: 20vw;
  }
  #header2022 #headline h1 a .logotitle {
    width: 70vw;
  }
  #header2022 #headline .guide p {
    font-size: 2.8vw;
    padding: 0 0 10px 0;
    margin-bottom: 0;
    white-space: pre-wrap;
    text-align: center;
  }
  #header2022 #headline .guide p br.sp {
    display: block;
  }
  #header2022 #headline .guide ul.link {
    display: none;
  }
}
/*========= #gnav ===============*/
#header2022 #gnav {
  border-bottom: 1px solid #D2B597;
}

#header2022 #gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1024px;
  margin: 0 auto;
}

#header2022 #gnav ul li {
  border-left: 1px solid #D2B597;
  text-align: center;
  width: 16.5%;
}

#header2022 #gnav ul li:last-child {
  border-right: 1px solid #D2B597;
}

#header2022 #gnav ul li a {
  text-decoration: none;
  display: block;
  padding: 15px 0;
  color: #604729;
  font-size: 1.6vw;
  font-weight: bold;
  font-family: "Kosugi Maru", sans-serif;
}

#header2022 #gnav ul li span {
  display: block;
}

@media screen and (min-width: 1024px) {
  #header2022 #gnav ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 739px) {
  #header2022 #gnav {
    background: #FE5B10;
    background-color: #EC920F; /*マンダリンオレンジ*/
    background-color: #FE8105; /*マリーゴールド*/
  }
  #header2022 #gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1024px;
    margin: 0 auto;
    padding: 10px 4px 4px 4px;
    grid-gap: 4px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #header2022 #gnav ul li {
    border-left: none;
    text-align: center;
    width: calc(25% - 4px);
  }
  #header2022 #gnav ul li a {
    text-decoration: none;
    background: #feede3;
    border-radius: 6px;
    display: block;
    padding: 2px 2px;
  }
  #header2022 #gnav ul li a span {
    display: none;
  }
}
/*========= スクロール途中からヘッダーの高さが小さくなるためのCSS ===============*/
#header2022 div.smallHeader {
  display: none;
}

#header2022.HeightMin {
  background-color: #FE5B10;
  background-color: #EC920F; /*マンダリンオレンジ*/
  background-color: #FE8105; /*マリーゴールド*/
  position: fixed;
  z-index: 999;
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
  top: 0;
  border-bottom: solid 1px #f0f0f0;
  -webkit-box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.2);
}

#header2022.HeightMin div.fullHeader {
  display: none;
}

#header2022.HeightMin div.smallHeader {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 7px;
  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;
}

#header2022.HeightMin div.smallHeader ul.homelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7px;
  padding: 7px 25px 7px 0;
}

#header2022.HeightMin div.smallHeader ul.homelink > li img {
  max-height: 65px;
  width: auto;
}

#header2022.HeightMin div.smallHeader ul.homelink > li.yoyaku > a {
  background: #FFF;
  border-radius: 10px;
  display: block;
}

#header2022.HeightMin div.smallHeader ul.gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7px;
  padding: 7px 0;
}

#header2022.HeightMin div.smallHeader ul.gnavi > li img {
  max-height: 65px;
  width: auto;
}

#header2022.HeightMin div.smallHeader ul.gnavi > li > a {
  background: #FFF;
  border-radius: 10px;
  display: block;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*========================*/
@media screen and (max-width: 739px) {
  #header2022 {
    height: auto;
  }
  #header2022.HeightMin {
    position: static;
    z-index: 0;
    height: 143px;
    -webkit-animation: none;
            animation: none;
  }
  #header2022 div.smallHeader {
    display: none;
  }
}
/*========= footer ===============*/
footer {
  overflow: hidden;
  background-color: #FCF2E4;
}

@media screen and (max-width: 739px) {
  footer {
    padding-bottom: 85px;
  }
}
footer h2 {
  text-align: left;
  margin: 0;
}

footer .detail {
  width: 313px;
  float: left;
  margin: 0 50px 0 0;
}

footer .detail p a {
  color: #7B8EC6;
  text-decoration: none;
}

footer .detail p a:hover {
  color: #7B8EC6;
  text-decoration: underline;
}

footer .detail img {
  margin-bottom: 20px;
}

.foot-right {
  float: left;
  overflow: hidden;
  margin-top: 20px;
}

.foot-right ul {
  margin-right: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.foot-right ul li {
  float: right;
  width: 280px;
  margin-left: 15px;
}

.foot-right ul li.spr20 {
  margin-right: 20px;
}

.foot-w100 {
  clear: both;
  overflow: hidden;
  padding-top: 20px;
}

.foot-w100 li {
  float: left;
  width: 280px;
  margin: 0 5px;
  width: 313px;
}

.parking-c {
  text-align: right;
}

.parking-c img {
  max-width: 280px;
  width: 100%;
}

@media screen and (max-width: 980px) {
  footer .detail img {
    margin-bottom: 10px;
  }
  footer .detail {
    width: 100%;
    float: none;
    margin: 10px auto 0;
  }
  .foot-right {
    float: none;
    overflow: hidden;
    margin-top: 0px;
  }
  .parking-c {
    text-align: center !important;
    margin: 0 auto;
  }
  .parking-c img {
    max-width: 280px;
    width: 80%;
  }
  footer .sp {
    display: block;
  }
  footer .pc {
    display: none;
  }
  footer .spbnr {
    margin-bottom: 20px;
  }
}
/* ------------------------------------
// copyright
------------------------------------ */
.buninbnr {
  max-width: 980px;
  margin: -3rem auto 3rem;
  padding: 0 10px;
}
.buninbnr a {
  display: block;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 980px) {
  .buninbnr {
    margin: 0rem auto 3rem;
  }
  .buninbnr a {
    padding: 0.5rem 1.5rem;
  }
}

#btn_ekinishi {
  width: 194px;
  height: 60px;
  position: fixed;
  right: 65px;
  bottom: 0;
  opacity: 1;
  z-index: 0;
  display: none;
}

/* pagetop */
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  background-color: #956C3F;
  z-index: 0;
}

#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}

/*
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGETOP';
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
*/
@media screen and (max-width: 980px) {
  #btn_ekinishi {
    display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 10px;
    bottom: 135px;
    opacity: 1;
    z-index: 0;
  }
  #page_top {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 10px;
    bottom: 70px;
    opacity: 1;
    background-color: #FFF;
    border-radius: 10px;
    z-index: 0;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
  }
  /*
  #page_top a::before{
    font-family: FontAwesome;
    content: '\f102';
    font-size: 25px;
    color: #FA4226;
   padding: 0;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
  }
  #page_top a::after{
    content: 'PAGE\ATOP';
    font-size: 12px;
   font-weight: bold;
    color: #FA4226;
    position: absolute;
    line-height: 1.1;
    top: 22px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
   width: 4em;
  }
  */
}
/* ------------------------------------
// copyright
------------------------------------ */
.copyright {
  text-align: center !important;
  font-size: 70%;
  margin: 0 auto !important;
  display: block;
  padding-bottom: 3rem;
}

/* ------------------------------------
// ovreraymenu
------------------------------------ */
#footerFixed {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #FE5B10;
  background-color: #EC920F; /*マンダリンオレンジ*/
  background-color: #FE8105; /*マリーゴールド*/
  z-index: 500;
  padding: 5px 10px 5px;
}

#footerFixed #basemenu {
  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;
}

#footerFixed #basemenu dl {
  width: calc(100% - 50px) !important;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}

#footerFixed #basemenu dt {
  padding: 0 10px 3px 0;
}

#footerFixed #basemenu dd {
  padding: 0;
  border-bottom: none;
}

#footerFixed #basemenu dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footerFixed #basemenu dd ul li {
  background: #FFF;
  padding: 5px;
  border-radius: 5px;
  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;
}

#footerFixed #basemenu dd ul li.web {
  width: 36%;
}

#footerFixed #basemenu dd ul li.yoyaku {
  width: 48%;
}

#footerFixed #basemenu dd ul li.tel {
  width: 12%;
}

#footerFixed #basemenu dt img {
  height: 20px;
}

#footerFixed #basemenu dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

#footerFixed #basemenu dd img {
  width: 100%;
  max-width: none;
  vertical-align: bottom;
  max-height: 20px;
}

#overlayMenuBtn {
  height: 46px;
  width: 55px;
  z-index: 100001;
  position: relative;
}

#overlayMenuBtn div {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 40px;
  height: 46px;
  padding: 0;
  z-index: 100001;
}

#overlayMenuBtn div p {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}

#overlayMenuBtn div span {
  position: relative;
  display: block;
  width: 40px;
  height: 5px;
  background: #FFF;
  border-radius: 50vh;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#overlayMenuBtn div span:nth-child(2) {
  top: 6px;
}

#overlayMenuBtn div span:nth-child(3) {
  top: 11px;
}

#overlayMenuBtn div span:nth-child(4) {
  top: 16px;
}

#footerFixed #overlayMenu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FE5B10;
  background-color: #EC920F; /*マンダリンオレンジ*/
  background-color: #FE8105; /*マリーゴールド*/
  z-index: 501;
  width: 100%;
  padding: 1em 1em 65px 1em;
  overflow-y: auto;
}

#footerFixed #overlayMenu .menubox {
  background: #faf1e4;
  padding: 1em;
  border-radius: 10px;
}

#footerFixed #overlayMenu .menubox ul.util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

#footerFixed #overlayMenu .menubox ul.util li {
  width: 48%;
  margin-bottom: 10px;
}

#footerFixed #overlayMenu .menubox ul.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#footerFixed #overlayMenu .menubox ul.nav li {
  width: 48%;
  margin-bottom: 5px;
}

#footerFixed #overlayMenu .menubox ul.nav li a {
  display: block;
  padding: 0.5em;
  border-radius: 0.5em;
  background: #ECE9A5;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #946c42;
}