@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: medium;
  color: #3E3A39;
  box-sizing: border-box;
}

a {
  color: black;
}

body {
  position: relative;
}

p {
  font-size: 15px;
  font-weight: normal;
}

header {
  height: 110px;
  border-bottom: solid thin black;
}
header div {
  position: relative;
}
header div .headerLogo {
  display: block;
  width: 130px;
  position: absolute;
  bottom: 15px;
  left: 0px;
}

.enChara {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1.5px;
}

#backToTop {
  position: absolute;
  top: 0;
  right: 0;
}

.float {
  display: inline-block;
  transition-duration: .3s;
  transition-property: transform;
}
.float:hover {
  transform: translateY(-5px);
}

header.headerPC {
  display: block;
}

header.headerSP {
  display: none;
}

#subMenu {
  width: 1350px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 300px;
  left: 50%;
  transform: translate(50%, -50%);
}
#subMenu ul {
  text-align: right;
}
#subMenu ul li {
  margin-bottom: 20px;
  display: block;
  width: 22px;
  height: auto;
}
#subMenu ul li a {
  width: 100%;
  height: 100%;
}
#subMenu ul li a:hover {
  opacity: 0.5;
}
#subMenu ul .fa-facebook {
  font-size: 21px;
}
#subMenu ul .fa-instagram {
  font-size: 22px;
}
#subMenu ul .fa-line {
  font-size: 22px;
}
#subMenu ul .noteIcon {
  width: 18px;
}
#subMenu ul .float {
  display: inline-block;
  transition-duration: .3s;
  transition-property: transform;
}
#subMenu ul .float:hover {
  transform: rotate(90deg) translateY(-5px);
}
#subMenu ul img.float {
  display: inline-block;
  transition-duration: .3s;
  transition-property: transform;
}
#subMenu ul img.float:hover {
  transform: translateX(5px);
}

header {
  width: 100%;
}
header div {
  width: 1300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
header div #headMenu {
  text-align: right;
  margin-bottom: 35px;
}
header div #headMenu ul {
  font-size: 0;
}
header div #headMenu ul li {
  display: inline-block;
  vertical-align: top;
  width: 165px;
  height: 40px;
  font-size: 13px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  margin-left: 5px;
}
header div #headMenu ul li a {
  display: block;
  color: white;
  background: #3E3A39;
  width: 100%;
  height: 100%;
  padding-top: 10px;
}
header div #headMenu ul li a:hover {
  opacity: 0.5;
}
header div #headMenu ul li i {
  margin-right: 5px;
}
header div #headMenu ul li .fa-envelope {
  position: absolute;
  top: 13px;
  left: 45px;
  color: white;
}
header div #headMenu ul li .fa-cart-plus {
  color: white;
}
header div #headMenu ul li span {
  font-size: 15px;
  margin-top: 0px;
  position: absolute;
  top: 9px;
  left: 65px;
  color: white;
}
header div .headerLogo {
  display: none;
}

#dd {
  width: 650px;
  display: block;
  margin-left: auto;
}
#dd > ul {
  width: 650px;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
}
#dd > ul > li {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
#dd > ul > li:not(:last-child) {
  margin-right: 5px;
}
#dd ul li {
  position: relative;
}
#dd a {
  display: block;
  transition: 0.3s;
  /*&:hover {
  	text-decoration: none;
  }*/
}
#dd > ul > li > a {
  padding: 0px;
  padding-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 18px;
}
#dd .level1, #dd .level2 {
  width: 100%;
  position: absolute;
  z-index: 999;
  font-size: 12px;
}
#dd .level1 a, #dd .level2 a {
  padding: 8px 0 12px 0;
  background: rgba(0, 0, 0, 0.8);
  margin-bottom: 1px;
  color: white;
  display: block;
  width: 100%;
}
#dd .level1 .active, #dd .level2 .active {
  opacity: 0.5;
}
#dd .level1 {
  top: 35px;
  left: 0;
}
#dd .level2 {
  top: 0;
  left: 100%;
  border-left: 1px solid white;
}

#contact {
  padding: 100px 0;
  /*
  	.mailBtn:before {
  		content: "";
  		width: 20px;
  		height: 20px;
  		display: inline-block;
  		background: url("../img/mailIcon.svg") no-repeat;
  		background-size: contain;
  		position: absolute;
  		top: 22px;
  		left: 10px;
  		margin-left: 5px;
  	}
  
  	.mailBtn span {
  		position: absolute;
  		top: 19px;
  		left: 40px;
  		font-weight: bold;
  	}
  
  	a {
  		display: block;
  		width: 280px;
  		height: 60px;
  		text-align: center;
  		padding: 20px 0px;
  		box-sizing: border-box;
  		background: #C9BDA6;
  		font-weight: bold;
  		color: $black;
  	}
  
  	a:hover {
  		opacity: 0.5;
  	}*/
}
#contact h1 {
  font-size: 35px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#contact h2 {
  font-size: 20px;
  color: #61C1BE;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
#contact li {
  width: 280px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  margin-bottom: 20px;
  position: relative;
  height: 60px;
}
#contact .button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 280px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  color: #3E3A39;
  font-weight: bold;
}
#contact .button::before,
#contact .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#contact .button,
#contact .button::before,
#contact .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#contact .button {
  position: relative;
  z-index: 2;
  background-color: #C9BDA6;
  border: 1px solid #C9BDA6;
  color: #3E3A39;
  line-height: 50px;
}
#contact .button:hover {
  background-color: #fff;
  border-color: #C9BDA6;
  color: #3E3A39;
}
#contact .button::before,
#contact .button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #C9BDA6;
}
#contact .button::before {
  right: 0;
}
#contact .button::after {
  left: 0;
}
#contact .button:hover::before,
#contact .button:hover::after {
  width: 0;
  background-color: #C9BDA6;
}
#contact .button span {
  padding-left: 25px;
}
#contact .button span:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../img/mailIcon.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 16px;
  left: 10px;
  margin-left: 5px;
}

footer {
  width: 100%;
  background: #3E3A39;
  height: 400px;
  padding-bottom: 40px;
}
footer > div {
  width: 1300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  box-sizing: border-box;
}
footer #footerLeft {
  width: 350px;
  float: left;
  padding-top: 15px;
}
footer #footerLeft .footerLogo {
  height: 40px;
  margin-bottom: 20px;
}
footer #footerLeft p {
  color: white;
  line-height: 2;
}
footer #footerLeft p a {
  color: white;
}
footer #footerRight {
  width: 850px;
  height: 300px;
  float: right;
  padding: 10px 0 0 50px;
  box-sizing: border-box;
  border-left: solid thin white;
  position: relative;
}
footer #footerRight li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: 45px;
}
footer #footerRight li dt {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  color: white;
}
footer #footerRight li dt > a {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
footer #footerRight li dd {
  font-size: 12px;
  margin-bottom: 10px;
  color: white;
  text-align: left;
}
footer #footerRight li a {
  color: white;
  display: block;
}
footer #footerRight li a:hover {
  opacity: 0.5;
}
footer #footerRight li .fa-phone {
  color: white;
}
footer #footerRight li .fa-envelope {
  color: white;
}
footer #footerRight #footerSNS {
  position: absolute;
  bottom: 0px;
  right: 40px;
}
footer #footerRight #footerSNS li {
  margin-right: 10px;
}
footer #footerRight #footerSNS .fa-facebook {
  font-size: 21px;
  color: white;
}
footer #footerRight #footerSNS .fa-instagram {
  font-size: 22px;
  color: white;
}
footer #footerRight #footerSNS .fa-line {
  font-size: 22px;
  color: white;
}
footer #footerRight #footerSNS .noteIcon {
  height: 20px;
}
footer #footerRight #footerSNS a:hover {
  opacity: 0.5;
}

.logoV {
  width: 250px;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0.05;
}

#footerNavi {
  display: none;
}

@media (max-width: 768px) {
  header.headerPC {
    display: none;
  }

  header.headerSP {
    display: block;
  }
  header.headerSP a.logoSP {
    display: block;
    width: 100px;
    height: 40px;
    box-sizing: content-box;
    margin: 20px 0 0 20px;
    z-index: 9999;
  }
  header.headerSP a.logoSP img {
    width: 100px;
  }

  li {
    list-style: none;
  }

  a:link {
    text-decoration: none;
  }

  a:hover {
    text-decoration: none;
  }

  /* ヘッダー */
  #header {
    width: 100%;
    height: 55px;
    background: white;
    z-index: 999;
  }

  ul li {
    list-style: none;
    cursor: pointer;
  }

  /*　add　*/
  .ms {
    display: block;
    margin: 5px 0;
  }

  .d0 {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    padding: 12px 0;
    border-bottom: 1px solid #999;
    color: #eee;
  }

  .d1 a {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 14px 0;
    border-bottom: 1px solid #999;
    color: #eee;
  }

  .d2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    color: #eee;
  }

  .d2 a {
    float: left;
    width: 100%;
    margin: 0;
    padding: 12px 0 10px 0px;
    box-sizing: border-box;
    color: white;
  }

  .d2 a i {
    color: white;
  }

  .level01 li {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    padding: 11px 0;
    border-bottom: 1px solid #999;
    color: #eee;
  }

  .level02 li {
    float: left;
    width: 100%;
    margin: 0 0 0 1.5em;
    padding: 0;
    color: #eee;
  }

  .level02 li a {
    margin-left: 20px;
  }

  .level02 {
    margin: 0 0 0 0;
    padding: 0;
  }

  .level01 li a, .level02 li a {
    color: #eee;
    font-size: 15px;
  }

  .level01 li:last-child {
    border-bottom: 1px solid #333;
  }

  .ml {
    margin: 0 0 0 25px;
  }

  .header {
    width: 100%;
    height: 55px;
  }

  .spmenu_btn {
    display: block;
    position: absolute;
    top: 8px;
    right: 16px;
    width: 30px;
    height: 22px;
    background: #000;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .spmenu_btn:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #000;
    top: -9px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .spmenu_btn:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #000;
    bottom: -9px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .spmenu_btn.active {
    background: #FFF;
  }

  .spmenu_btn.active:before {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 0;
    right: 0;
  }

  .spmenu_btn.active:after {
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 0;
    right: 0;
  }

  .spmenu {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    z-index: 500;
  }

  .d-menu {
    width: 100%;
    height: calc(100vh - 75px);
    padding: 10px 25px;
    box-sizing: border-box;
    background: #313131;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  dl.accordion {
    float: left;
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
    font-size: 15px;
  }

  dl.accordion dt {
    width: 100%;
    padding: 12px 0 10px 0px;
    border-bottom: 1px solid #999;
    height: auto;
    text-indent: 0;
    line-height: 1.5em;
    color: #eee;
    cursor: pointer;
  }

  dl.accordion dt.d2 {
    margin-left: 20px;
  }

  dl.accordion dt.open {
    color: #eee;
  }

  dl.accordion dt span {
    color: white;
  }

  dl.accordion dt.open svg {
    transform: rotate(90deg);
  }

  dl.accordion dd {
    float: left;
    width: 100%;
    padding: 0;
    line-height: 1.5em;
    display: none;
    text-align: left;
    overflow: hidden;
    color: white;
  }

  .noteIcon {
    width: 15px;
  }

  #contact {
    padding: 50px 0;
  }

  #subMenu {
    display: none;
  }

  #contact {
    padding: 50px 0;
  }
  #contact h1 {
    font-size: 35px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
  }
  #contact h2 {
    font-size: 20px;
    color: #61C1BE;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  #contact li {
    width: 280px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    margin-bottom: 20px;
    position: relative;
    height: 60px;
  }
  #contact a {
    display: block;
    width: 280px;
    height: 60px;
    text-align: center;
    padding: 2px 0px;
    box-sizing: border-box;
    background: #C9BDA6;
    font-weight: bold;
    color: #3E3A39;
  }
  #contact .button span:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("../img/mailIcon.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 16px;
    left: -32px;
    margin-left: 5px;
  }
  #contact .button span {
    position: absolute;
    top: 2px;
    left: 55px;
    font-weight: bold;
  }

  footer {
    width: 100%;
    background: #3E3A39;
    height: 320px;
  }
  footer > div {
    width: 90%;
    padding: 40px 10px;
    box-sizing: border-box;
  }
  footer #footerLeft {
    width: 100%;
    float: left;
  }
  footer #footerLeft .footerLogo {
    height: 40px;
    margin-bottom: 20px;
  }
  footer #footerLeft p {
    color: white;
    line-height: 2;
    font-size: 15px;
  }
  footer #footerLeft a {
    color: white;
  }
  footer #footerRight {
    display: none;
    width: 850px;
    height: 300px;
    float: right;
    clear: both;
    padding: 10px 0 0 50px;
    box-sizing: border-box;
    border-left: solid thin white;
    position: relative;
  }
  footer #footerRight li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-right: 55px;
  }
  footer #footerRight li dt {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    color: white;
  }
  footer #footerRight li dt > a {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
  }
  footer #footerRight li dd {
    font-size: 11px;
    margin-bottom: 10px;
    color: white;
    text-align: left;
  }
  footer #footerRight li a {
    color: white;
    display: block;
  }
  footer #footerRight li a:hover {
    opacity: 0.5;
  }
  footer #footerRight #footerSNS {
    position: absolute;
    bottom: 0px;
    right: 40px;
  }
  footer #footerRight #footerSNS li {
    margin-right: 10px;
  }
  footer #footerRight #footerSNS .fa-facebook {
    font-size: 21px;
    color: white;
  }
  footer #footerRight #footerSNS .fa-instagram {
    font-size: 22px;
    color: white;
  }
  footer #footerRight #footerSNS .fa-line {
    font-size: 22px;
    color: white;
  }
  footer #footerRight #footerSNS .noteIcon {
    height: 20px;
  }
  footer #footerRight #footerSNS a:hover {
    opacity: 0.5;
  }

  #footerNavi {
    z-index: 100;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #C9BDA6;
    height: auto;
    border-top: none;
    display: block;
  }
  #footerNavi ul {
    width: 100%;
    font-size: 0;
    border-top: none;
  }
  #footerNavi li {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    color: white;
    border-left: solid 2px white;
    height: 60px;
  }
  #footerNavi li:last-of-type {
    border-right: none;
  }
  #footerNavi li:first-of-type {
    border-left: none;
  }
  #footerNavi a {
    padding: 20px 0 0 0;
    height: 60px;
    display: block;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    color: black;
    box-sizing: border-box;
    font-weight: bold;
  }
  #footerNavi a:hover {
    opacity: 0.3;
  }

  .logoV {
    display: none;
  }
}
