@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v6.6.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body.fixed {
  overflow: hidden;
}

#site-header {
  height: 60px;
  background: rgba(56, 57, 255, 0.62);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.3s;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #site-header {
    display: block;
  }
}
#site-header #site-logo {
  line-height: 60px;
}
#site-header #global-nav {
  display: block;
}
@media screen and (max-width: 768px) {
  #site-header #global-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    transition: 0.3s ease;
    background: rgba(0, 0, 0, 0.8);
    overflow-y: scroll;
    /*IE, Edge*/
    -ms-overflow-style: none;
    /*Firefox*/
    scrollbar-width: none;
    /*Chrome, Safari*/
  }
  #site-header #global-nav::-webkit-scrollbar {
    display: none;
  }
}
#site-header #global-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #site-header #global-nav ul {
    display: block;
  }
}
#site-header #global-nav ul li {
  line-height: 60px;
  padding: 0 1em;
  border: 1px solid red;
}
@media screen and (max-width: 768px) {
  #site-header #global-nav ul li {
    margin-left: 0;
    color: #fff;
  }
}
#site-header #global-nav ul li a {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #site-header #global-nav ul li a {
    color: #fff;
  }
}
#site-header #global-nav ul li i {
  cursor: pointer;
  font-style: normal;
}
#site-header #global-nav ul li .sub {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  border: 1px solid red;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  #site-header #global-nav ul li .sub {
    position: static;
  }
}
#site-header #global-nav ul li .sub ul {
  display: block;
}
#site-header #global-nav.open {
  display: block;
  right: 0;
}
#site-header .menu-btn {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: #000;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  #site-header .menu-btn {
    display: block;
  }
}
#site-header .menu-btn div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 30%;
}
#site-header .menu-btn div i {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
#site-header .menu-btn div i:nth-of-type(1) {
  top: 0;
}
#site-header .menu-btn div i:nth-of-type(2) {
  top: calc(50% - 0.5px);
}
#site-header .menu-btn div i:nth-of-type(3) {
  bottom: 0;
}
#site-header .menu-btn.active {
  position: fixed;
}
#site-header .menu-btn.active div i {
  top: 50% !important;
  left: 50% !important;
}
#site-header .menu-btn.active div i:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
#site-header .menu-btn.active div i:nth-of-type(3) {
  transform: scale(0);
}
#site-header .menu-btn.active div i:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#site-footer {
  background: #FAF5EB;
}
#site-footer * {
  margin: 0;
  padding: 0;
}
#site-footer footer {
  width: 94.4444444444vw;
  border-radius: 40px 40px 0px 0px;
  border: 2px solid #000;
  background: #FFF;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #site-footer footer {
    width: calc(100% - 40px);
    border-radius: 20px 20px 0px 0px;
  }
}
#site-footer footer .footer-head {
  position: relative;
  padding: 3.4722222222vw 6.9444444444vw 0 0;
}
@media screen and (max-width: 768px) {
  #site-footer footer .footer-head {
    padding: 30px 20px 30px 110px;
  }
}
#site-footer footer .footer-head .footer-logo {
  width: 9.7222222222vw;
  position: absolute;
  left: 2.7777777778vw;
  top: -2.2222222222vw;
}
@media screen and (max-width: 768px) {
  #site-footer footer .footer-head .footer-logo {
    width: 70px;
    left: 20px;
    top: -15px;
  }
}
#site-footer footer .footer-head .footer-copy {
  color: #64503C;
  text-align: right;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 3.4722222222vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0.15;
  margin-bottom: 4.4444444444vw;
}
@media screen and (max-width: 768px) {
  #site-footer footer .footer-head .footer-copy {
    font-size: 19px;
    margin: 0;
    padding: 0;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #site-footer footer .footer-menu {
    padding: 20px 20px 0px;
  }
}
#site-footer footer .footer-menu ul {
  width: 80.5555555556vw;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  #site-footer footer .footer-menu ul {
    width: auto;
    gap: 15px;
    flex-direction: column;
  }
}
#site-footer footer .footer-menu ul li a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #site-footer footer .footer-menu ul li a {
    display: flex;
    gap: 10px;
  }
}
#site-footer footer .footer-menu ul li a figure {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #site-footer footer .footer-menu ul li a figure {
    flex: 0 0 120px;
  }
}
#site-footer footer .footer-menu ul li a figure img {
  transition: 0.3s;
}
#site-footer footer .footer-menu ul li a dl dt {
  position: relative;
  width: 4.4444444444vw;
  margin: -2.2222222222vw auto 0.6944444444vw;
  background: rgba(255, 130, 90, 0.9);
}
@media screen and (max-width: 768px) {
  #site-footer footer .footer-menu ul li a dl dt {
    width: 30px;
    margin: 0;
  }
}
#site-footer footer .footer-menu ul li a dl dd {
  color: #000;
  text-align: center;
  font-size: 1.3888888889vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #site-footer footer .footer-menu ul li a dl dd {
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
  }
  #site-footer footer .footer-menu ul li a dl dd br {
    display: none;
  }
}
#site-footer footer .footer-menu ul li a:hover figure img {
  transform: scale(1.1);
}
#site-footer footer .footer-menu ul li.current {
  opacity: 0.5;
  pointer-events: none;
}
#site-footer footer .footer-menu ul li:nth-of-type(2) a dl dt {
  background: rgba(210, 245, 0, 0.9);
}
#site-footer footer .footer-menu ul li:nth-of-type(3) a dl dt {
  background: rgba(70, 225, 255, 0.9);
}
#site-footer footer .footer-btns {
  padding: 60px 0;
}
#site-footer footer .footer-btns .footer-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 1.3888888889vw;
  font-weight: 700;
  border-radius: 500px;
  padding: 1.5em 2em;
  background: #64503C;
  margin: 0 auto;
  text-decoration: none;
  transition: 0.3s;
}
#site-footer footer .footer-btns .footer-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #site-footer footer .footer-btns .footer-btn {
    display: block;
    font-size: 14px;
    border-radius: 100px;
    padding: 1em 2em 1.2em;
  }
}
#site-footer footer .footer-btns .flex {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  width: 80.5555555556vw;
  margin: auto;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #site-footer footer .footer-btns .flex {
    flex-direction: column;
    gap: 10px;
  }
}
#site-footer footer .footer-btns .flex > div {
  flex: 0 0 calc((100% - 20px) / 2);
}
#site-footer footer .footer-btns .flex > div a {
  position: relative;
}
#site-footer footer .footer-btns .flex > div .uk-icon {
  width: 1em;
}
#site-footer footer .footer-btns .flex .more .uk-icon {
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  #site-footer footer .footer-btns .flex .more .uk-icon {
    margin-right: -1.5em;
  }
}
#site-footer footer .footer-btns .flex .gotop .uk-icon {
  margin-right: 0.5em;
}
#site-footer footer .cp {
  display: flex;
  width: 100%;
  height: 4.1666666667vw;
  justify-content: center;
  align-items: center;
  background: #64503C;
  color: #FFF;
  font-size: 0.8333333333vw;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #site-footer footer .cp {
    height: auto;
    font-size: 9px;
    font-weight: 500;
    padding: 1em;
  }
}

.newslist {
  margin: 0;
  padding: 0;
}
.newslist * {
  margin: 0;
  padding: 0;
}
.newslist li {
  margin-bottom: 1em;
}
.newslist li a {
  display: flex;
  gap: 1em;
}

* {
  box-sizing: border-box;
  list-style: none;
}

body,
html {
  font-feature-settings: "palt" on;
}

body {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  color: #646464;
}

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

/*============================
UIkit overwrite
============================*/
.uk-card-media-top img {
  width: 100%;
  height: auto;
}

/*============================
commingsoon
============================*/
.comingsoon {
  opacity: 0.3;
  pointer-events: none;
}

/*============================
main
============================*/
main {
  overflow: hidden;
}

/*============================
Responsive
============================*/
.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/*============================
BOX Models
============================*/
/*============================
.flex
============================*/
/*============================
.sec
============================*/
/*============================
a
============================*/
a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}

/*============================
table
============================*/
/*============================
Headlines
============================*/
/*============================
list
============================*/
.maruList,
.komeList {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.maruList *,
.komeList * {
  margin: 0;
  padding: 0;
}
.maruList li,
.komeList li {
  margin-left: 1em;
  list-style: none !important;
}
.maruList li::before,
.komeList li::before {
  content: "●";
  margin-left: -1em;
}

.maruList li::before {
  content: "●";
}

.komeList li::before {
  content: "※";
}

.jisageList li {
  text-indent: -1em;
  margin-left: 1em;
}

/*============================
margin
============================*/
/*============================
padding
============================*/
/*============================
Swiper button
============================*/