@charset "UTF-8";
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css);
@import url("https://fonts.googleapis.com/css2?family=Monoton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&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: 767px) {
  #site-header {
    display: block;
  }
}
#site-header #site-logo {
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  #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;
}
@media screen and (max-width: 767px) {
  #site-header #global-nav ul {
    display: block;
    padding: 100px 30px;
  }
}
#site-header #global-nav ul li {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  #site-header #global-nav ul li {
    margin-left: 0;
    color: #fff;
  }
}
#site-header #global-nav ul li a {
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  #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: 767px) {
  #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;
}
@media screen and (max-width: 767px) {
  #site-header .menu-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    line-height: 60px;
    background: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 9;
  }
  #site-header .menu-btn.active {
    position: fixed;
  }
}

#site-footer {
  line-height: 50px;
  text-align: center;
  background: #000;
  color: #fff;
}
#site-footer .ptop {
  cursor: pointer;
}

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

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

img {
  vertical-align: bottom;
  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
============================*/
.w1000 {
  max-width: 1000px;
  margin: auto;
}

/*============================
.flex
============================*/
.flex {
  display: flex;
  justify-content: space-between;
}

/*============================
.sec
============================*/
.sec {
  padding: 100px 30px;
}
@media screen and (max-width: 767px) {
  .sec {
    padding: 50px 20px;
  }
}

/*============================
a
============================*/
a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.85;
}

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

/*============================
.btn
============================*/
/*============================
table
============================*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table th, table td {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0.5em 1em;
  line-height: 1.3;
  font-size: 90%;
}
table th {
  background: #F5F2E9;
}

/*============================
Headlines
============================*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/*============================
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
============================*/
.mgt1em {
  margin-top: 1em;
}

.mgt2em {
  margin-top: 2em;
}

.mgt3em {
  margin-top: 3em;
}

.mgt4em {
  margin-top: 4em;
}

.mgt5em {
  margin-top: 5em;
}

.mgb1em {
  margin-bottom: 1em;
}

.mgb2em {
  margin-bottom: 2em;
}

.mgb3em {
  margin-bottom: 3em;
}

.mgb4em {
  margin-bottom: 4em;
}

.mgb5em {
  margin-bottom: 5em;
}

/*============================
padding
============================*/
.pdt1em {
  padding-top: 1em;
}

.pdt2em {
  padding-top: 2em;
}

.pdt3em {
  padding-top: 3em;
}

.pdt4em {
  padding-top: 4em;
}

.pdt5em {
  padding-top: 5em;
}

.pdb1em {
  padding-bottom: 1em;
}

.pdb2em {
  padding-bottom: 2em;
}

.pdb3em {
  padding-bottom: 3em;
}

.pdb4em {
  padding-bottom: 4em;
}

.pdb5em {
  padding-bottom: 5em;
}

/*============================
Swiper button
============================*/
div.swiper-button-prev, div.swiper-button-next {
  position: absolute;
  margin: 0;
  top: 50%;
  width: 43px;
  height: 85px;
  background-size: 43px 85px;
  outline: none;
}

div.swiper-button-prev {
  left: 0;
}

div.swiper-button-next {
  right: 0;
}

div.swiper-button-disabled {
  opacity: 0 !important;
}