@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Noto+Sans+JP:wght@500&display=swap');
html, body {
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  scroll-padding-top: 70px;
  color: #5A5A5A;
}
::-webkit-scrollbar {
  width: 16px;
  background-color: #f2f2f2;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 10px 10px #1a1a1a;
  border: solid 4px transparent;
}
a {
  text-decoration: none;
  color: #5A5A5A;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #ccc;
}
p, ul li, ol li, table, dt, dd {
  font-size: 90%;
  line-height: 2.0em;
  text-align: left;
}
section {
  padding: 30px 0px;
  margin: 30px 0px;
}
section.grey {
  background: #EAEAEA;
}
hr {
  margin: 100px 0;
}
img {
  max-width: 100%;
  height: auto;
}
.wrapper {
  width: 100%;
  min-height: calc(100vh - 200px);
}
.wrap, .contents {
  max-width: 1200px;
  margin: 0 auto;
}
.header {
  margin: 0 auto;
  height: 70px;
}
.header a {
  font-family: 'Montserrat', sans-serif;
}
.header {
  position: fixed;
  height: 60px;
  width: 100%;
  z-index: 99;
  top: 0;
  background: #fff;
}
.header h1 {
  width: 300px;
  height: 48px;
  position: absolute;
  left: 10px;
  top: 10px;
  margin: 0px;
}
.header h1 a {
  width: 300px;
  height: 48px;
  background: url("../image/logo.png") center center/cover no-repeat;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.slickwrap {
  width: 100%;
  margin: 0;
}
.slickwrap div.fade {
  outline: none;
  height: calc(100vh - 60px);
  position: relative;
}
footer h3 {
  position: relative;
  margin: 0 auto;
}
#navTgl {
  display: none;
}
label.close {
  background-color: rgba(0, 0, 0, 0);
}
label.open, label.close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
}
.open {
  z-index: 2;
  width: 70px;
  height: 70px;
  margin: 0px;
  -webkit-transition: background-color .6s, -webkit-transform .6s;
  transition: background-color .6s, transform .6s;
}
.open span {
  position: absolute;
  left: 20px;
  height: 1px;
  width: 30px;
  background-color: #1a1a1a;
  display: inline-block;
  box-sizing: border-box;
  transition: background-color .6s, transform .6s;
}
.open span:nth-of-type(1) {
  top: 20px;
}
.open span:nth-of-type(2) {
  top: 30px;
}
.open span:nth-of-type(3) {
  top: 40px;
}
.open span:nth-of-type(4) {
  font-size: 10px;
  top: 50px;
  color: #fff;
  background-color: transparent;
}
#navTgl:checked + .open {
  -webkit-transform: translate(-240px, 0px);
  transform: translateX(-240px, 0px);
  background-color: transparent;
}
#navTgl:checked + .open span:nth-of-type(1) {
  -webkit-transform: translate(0px, 10px)rotate(45deg);
  transform: translateX(0px, 10px) rotate(45deg);
  background-color: #fff;
}
#navTgl:checked + .open span:nth-of-type(2) {
  -webkit-transform: translate(0px, 0px)rotate(45deg);
  transform: translateX(0px, 0px) rotate(45deg);
  background-color: #fff;
}
#navTgl:checked + .open span:nth-of-type(3) {
  -webkit-transform: translate(0px, -10px)rotate(-45deg);
  transform: translateX(0px, -10px) rotate(-45deg);
  background-color: #fff;
}
#navTgl:checked + .open span:nth-of-type(4) {
  display: none;
}
.close {
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: background-color .6s;
}
#navTgl:checked ~ .close {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.menu {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  width: 240px;
  height: 100%;
  background-color: #f45d56;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
}
#navTgl:checked ~ .menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.menu p, .menu li, .menu li a {
  color: #fff;
}
.menu p {
  text-align: left;
}
.menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.menu li {
  border-bottom: 1px solid rgba(255, 255, 255, .6);
}
.menu li a {
  font-size: 100%;
  display: block;
  text-align: left;
  padding: 0.6em 1em;
  text-decoration: none;
  transition: background-color .6s;
}
.menu li a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.menu li ul {
  padding: 0;
  margin: 0;
  float: left;
  display: block;
}
.menu li {
  border-bottom: 1px solid rgba(255, 255, 255, .6);
}
.menu li a {
  font-size: 100%;
  display: block;
  text-align: left;
  padding: 0.6em 1em;
  text-decoration: none;
  transition: background-color .6s;
}
.menu li a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.slickwrap {
  width: calc(100% - 100px);
  margin: 0 auto;
}
.slickwrap div.fade {
  outline: none;
  height: calc(100vh - 140px);
  position: relative;
}
.slickwrap div.fade a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.slickwrap div.fade a img {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  left: 10%;
  max-width: 80%;
}
.slick div.fade:nth-child(1) {
  background: url("../image/slide1.jpg?ver1.1") no-repeat center center;
  background-size: cover;
}
.slick div.fade:nth-child(2) {
  background: url("../image/slide2.jpg?ver1.1") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width:1000px) {
  .slickwrap div.fade a img {
    top: auto;
    bottom: 20px;
    position: absolute;
    transform: translateY(0%);
    left: 0%;
    max-width: 100%;
  }
}
.page_ttl {
  border-top: 1px solid #fff;
  padding: 50px 0px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.btn a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  overflow: hidden;
  padding: 20px;
  min-width: 200px;
  color: #fff;
  border-radius: 0;
  background: #000;
}
.btn a span {
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
.btn a:before {
  position: absolute;
  top: 0;
  left: 60px;
  width: 150%;
  height: 500%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  transform: translateX(-98%) translateY(-70%) rotate(135deg);
  background: #f45d56;
}
.btn a:hover {
  color: #000;
}
.btn a:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(135deg);
  transform: translateX(-9%) translateY(-25%) rotate(135deg);
}
.btn i {
  position: absolute;
  right: 10px;
  top: 16px;
}
.include_btn{
    padding:10px 10px 80px;
    position: relative;
    box-sizing: border-box;
}
.include_btn .btn a{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.bold {
  font-weight: bold;
}
.txleft, .txleft p {
  text-align: left;
}
.txright, .txright p {
  text-align: right;
}
.txcenter, .txcenter p {
  text-align: center;
}
.floatbox {
  width: 70%;
  margin: 0px auto;
  max-width: 800px;
}
.flexbox {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  align-items: flex-start;
}
.alternate:nth-child(odd) {
  flex-direction: row-reverse;
}
.stretch {
  align-items: stretch !important;
}
.space-between {
  justify-content: space-between;
}
.flexbox .box33 {
  width: 33%;
}
.flexbox .box20 {
  width: 20%;
}
.flexbox .box25 {
  width: 25%;
}
.flexbox .box30 {
  width: 30%;
}
.flexbox .box33 {
  width: 33.333%;
}
.flexbox .box40 {
  width: 40%;
}
.flexbox .box48 {
  width: 48%;
}
.flexbox .box50 {
  width: 50%;
}
.flexbox .box60 {
  width: 60%;
}
.flexbox .box70 {
  width: 70%;
}
.flexbox .box75 {
  width: 75%;
}
.flexbox .box80 {
  width: 80%;
}
.flexbox .box {
  box-sizing: border-box;
  position: relative;
}
.flexbox .boxpaddding {
  padding: 10px;
  box-sizing: border-box;
}
footer {
  padding: 50px 0px;
  text-align: center;
}
footer ul {
  margin: 0px;
  padding: 0px;
  max-width: 400px;
  font-family: 'Montserrat', sans-serif;
}
footer h3 {
  width: 300px;
  height: 48px;
  margin: 0;
}
footer h3 a {
  width: 300px;
  height: 48px;
  display: block;
  background: url("../image/logo.png") no-repeat center center/cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
footer ul li {
  text-align: center;
  margin: 0px;
  font-size: 80%;
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
footer ul li + li:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  height: 10px;
  margin: -4px 0px 0px -12px;
  border-right: 1px solid #707070;
}
a.head_cart{
	position:absolute;
	right:100px;
	top:16px;
	font-size:18px;
	color:#1a1a1a;
}
@media screen and (max-width:1000px) {
a.head_cart{
	display:none;
}
}
.update {
  display: flex;
  justify-content: center;
  margin: auto
}
h2.ttl {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 32px;
  margin: 20px auto;
}
h2.ttl span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 16px;
  display: block;
}
h3.ttl {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 26px;
  margin: 20px auto;
}
h3.ttl span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 12px;
  display: block;
}
.update h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  padding-right: 50px;
  margin: 20px 50px 20px 0px;
  position: relative;
  font-size: 18px !important;
}
.update h3::after {
  content: "";
  height: 10px;
  top: 5px;
  width: 1px;
  background: #5A5A5A;
  position: absolute;
  right: 0px;
}
.update p {
  margin: 10px 5px;
}
dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
dl dt {
  padding: 20px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #E4E4E4;
  margin: 0;
  font-weight: normal;
}
dl dd {
  padding: 20px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #E4E4E4;
  margin: 0;
}
dl.prof dt {
  width: 20%;
}
dl.prof dd {
  width: 80%;
  text-align: left;
}
dl.prof dd span {
  width: 80px;
  margin-right: 10px;
  display: inline-block;
}
.contactform dl dt {
  width: 25%;
  padding: 20px;
}
.contactform dl dd {
  width: 75%;
  text-align: left;
  padding: 20px;
}
.contactform dl dt:nth-of-type(odd), .contactform dl dd:nth-of-type(odd) {
  background-color: #1a1a1a;
}
@media (max-width: 1000px) {
  .onlypc {
    display: none !important;
  }
  .wrapper {
    padding-top: 60px;
  }
  .update {
    display: block;
    text-align: center;
  }
  h3.ttl {
    font-family: 'Montserrat', sans-serif;
  }
  .update h3 {
    padding: 0px;
    margin: 10px;
    ;
    position: relative;
    font-size: 18px;
  }
  .update h3::after {
    content: "";
    height: 1px;
    top: auto;
    bottom: -5px;
    width: 40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
  }
  .update p {
    text-align: center !important;
    margin: 10px auto;
  }
  .floatbox {
    width: 94%;
  }
  .contents, .flexbox {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }
  footer p {
    text-align: center;
  }
  .spbox100 {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .spbox50 {
    width: 48% !important;
    margin: 10px 1%;
  }

}
@media (min-width: 1000px) {
  .onlysp {
    display: none;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

}
@media (min-width: 1000px) and (max-width: 1400px) {
.header h1 {
    width: 240px;
    height: 36px;
    left: 10px;
    top: 10px;
  }
.header h1 a {
    width: 240px;
    height: 36px;
    background-size: 240px 36px;
  }
  ul.global li a {
    text-decoration: none;
    padding: 10px 6px;
  }
  ul.global li.inq {
    right: 0px;
  }
  ul.global li.inq a {
    padding: 22px 40px;
  }
}
