﻿@charset "utf-8";
/*=======HEADER========*/
.header-menu {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  /* position: fixed;*/
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 0px;
  background-color: white;
  margin: 0px 0px 0px 0px;
}
.navbar {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: auto;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.navbar ul {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
  color: black;
  display: flex;
  background: white;
  justify-content: center;
  height: 50px;
  padding: 10px 0px 0px 0px;
  border: 0;
}
.items, .sociallogo {
  list-style-type: none;
  width: auto;
  height: auto;
  border: 0;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.items {
  display: none;
  width: 100px;
  padding: 0px 0px 0px 0px;
  margin: 0px 5px 0px 5px;
}
.text-icon, .sociallogo-icon, .txt-a {
  all: unset;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.txt-a {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: black;
}
.txt-a a {
  text-decoration: none;
}
.h-top, .h-concept, .h-works, .h-contact {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  cursor: pointer;
}
.lblas {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.txt-spn {
  font-size: 0.9em;
  margin: 10px 0px 0px 0px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-weight: 500;
  text-decoration: none;
}
.lblas:hover span.txt-spn, .lblas.activet span.txt-spn {
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: underline;
  color: #538c40;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.lblas:hover a.txt-a, .lblas.activet a.txt-a {
  text-decoration: none;
}
.logo {
  position: absolute;
  top: 13px;
  z-index: 10;
  padding-bottom: 0px;
  left: 15px;
}
.sociallogo {
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 10;
  display: none;
}
.h-text {
  visibility: visible;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  text-decoration: none;
}
.h-text img {
  width: 210px;
  height: auto;
}
.sociallogo-icon {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  border: 0;
}
.blog-icon {
  width: 30px;
  height: 30px;
  margin: 0px 5px 0px 5px;
}
.insta-icon {
  width: 30px;
  height: 25px;
  margin: 0px 5px 0px 5px;
}
.tell-num {
  width: auto;
  height: auto;
  margin: 0px 0px 0px 5px;
  padding: 0px 0px 0px 0px;
  font-size: 0.8em;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.tell-num i {
  font-size: 1.2em;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}
/*=======FOOTER======*/
.welcome-footer {
  margin-top: -3px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 40px;
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 10px;
  color: black;
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 10px;
  text-align: center;
  text-align-last: center;
  background: white;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top: 1px solid #dcdada;
}
.footer-text {
  max-height: 100%;
  max-width: 100%;
  text-align: center;
  text-align-last: center;
  width: 100%;
  margin: 10px 0px 10px 0px;
}
.footer-menu {
  max-height: 100%;
  max-width: 100%;
  text-align: center;
  text-align-last: center;
  width: 100%;
  margin: 10px 0px 10px 0px;
}
.f-text {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: black;
  font-size: 1.1em;
  visibility: visible;
  display: block;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.add-text {
  font-weight: 500;
  font-style: normal;
  color: black;
  font-size: 0.9em;
  visibility: visible;
  display: block;
  margin-top: 15px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
.f-menu {
  display: none;
  color: #4d4d4d;
}
.pgt-com h2 {
  text-align: center;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  color: white;
  letter-spacing: 0.1em;
  font-size: 1.5em;
  width: 100%;
  display: block;
  text-shadow: 2px 2px 2px #938f8f;
}
.pgt-com span {
  font-weight: 600;
  font-size: 0.6em;
  letter-spacing: 0.1em;
  display: block;
  padding-top: 1em;
  font-family: source-han-sans-cjk-ja, sans-serif;
}
.mainArea_wrap {
  position: relative;
  padding: 0 25px;
  margin-bottom: 3em;
}
.hidden-xs {
  display: none;
}
.container {
  position: relative;
  max-height: 100%;
  max-width: 1100px;
  width: 100%;
  height: auto;
  border: 0;
  padding: 0 25px;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 85px;
  right: 20px;
  z-index: 9999;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  transition: .8s;
}
#myBtn:hover {}
#topbt {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 99;
  cursor: pointer;
}
#myBtn img {
  width: 40px;
  height: auto;
}
.com-submenu {
  font-size: 0.9em;
}
.circle {
  display: none;
}
.circle2 {
  display: none;
}
.footer-menu-s {
  margin-top: auto;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  z-index: 1000;
}
.footer-menu-s a {
  text-decoration: none;
  color: white;
}
.footer-menu-s-items {
  width: 34%;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 0.8em;
  font-weight: bold;
}
.footer-menu-s-items img {
  margin-right: 3px;
  width: auto;
  height: 12px;
}
.footer-menu-s-bg {
  background-color: black;
}
.footer-menu-s-bg2 {
  background-color: #848484;
}
.contact-iframe {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contact-iframe iframe {
  height: 1300px;
	margin: 0;
	padding: 0;
}
.submenu {
  padding-top: 0.8em;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px solid #dcdada;
  display: flex;
  justify-content: center;
  letter-spacing: 0.1em;
}
/*.submenu a {
  margin: 0 25px;
  writing-mode: vertical-lr;
  font-weight: 500;
  font-size: 1em;
}*/
.submenu ul {
  list-style: none;
  text-align: center;
  border: 0;
}
.submenu ul li {
  display: inline-block;
  border: 0;
  height: 100%;
}
.submenu ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 12px;
  writing-mode: vertical-lr;
  font-weight: 600;
  font-size: 1em;
  cursor: pointer;
  padding: 5px;
  color: black;
}
.submenu ul li a, .submenu ul li a:after, .submenu ul li a:before {
  transition: all .5s;
}
.submenu ul li a:hover {
  color: #f6ab3b;
  text-decoration: underline;
}
/* SHIFT */
div.shift ul li a {
  position: relative;
  z-index: 1;
}
div.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '';
  color: #4f721b;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  border: 0;
}
div.shift ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
@media (min-width: 768px) {
  .header-menu {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
  }
  .items {
    display: none;
  }
  .sociallogo {
    display: none;
  }
  .navbar ul {
    height: 50px;
    padding: 10px 0px 0px 0px;
  }
  .pgt-com h2 {
    font-size: 1.8em;
  }
  .hidden-xs {
    display: block;
  }
  .submenu ul li a {
    margin: 0 25px;
    writing-mode: horizontal-tb;
    cursor: pointer;
    padding: 5px;
  }
  .f-text {
    font-size: 1.4em;
  }
}
@media (min-width: 1024px) {
  .pgt-com h2 {
    font-size: 2.3em;
  }
  .pgt-com span {
    font-size: 0.5em;
    font-weight: 500;
    padding-top: 1.2em;
  }
  .mainArea_wrap {
    padding: 0 25px;
    margin-bottom: 3em;
  }
  .container {
    margin-bottom: 3em;
  }
  .h-text {
    font-size: 1.6em;
    letter-spacing: 0.1em;
  }
  .items {
    display: block;
    width: 90px;
  }
  .blog-icon {
    width: 50px;
    height: auto;
    margin: 0px 0px 0px 0px;
  }
  .insta-icon {
    width: 20px;
    height: auto;
    margin: 0px 5px 0px 10px;
  }
  .sociallogo-icon {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    flex-direction: row;
    border: 0;
  }
  .tell-num {
    font-size: 1em;
  }
  .tell-num i {
    font-size: 1.2em;
  }
  .sociallogo {
    top: 35px;
    right: 20px;
    display: block;
  }
  .logo {
    top: 20px;
    left: 20px;
  }
  .navbar ul {
    height: 70px;
    padding: 10px 0px 0px 0px;
  }
  .welcome-footer {
    margin-bottom: 0px;
  }
  .f-menu {
    display: inline-block;
    text-decoration: none;
    height: auto;
    border-right: 1px solid black;
    font-size: 0.9em;
    margin: 0px 0px 0px 0px;
    border-bottom: 0;
    border-top: 0;
    padding: 0px 20px 0px 20px;
    color: black;
  }
  .f-menu:last-child {
    border-right: 0;
  }
  .footer-menu {
    margin: 20px 0px 10px 0px;
  }
  .h-text img {
    width: 250px;
    height: auto;
  }
  #myBtn {
    bottom: 30px;
    right: 20px;
  }
  #myBtn img {
    width: 50px;
  }
  .footer-menu-s {
    display: none;
  }
  .submenu {
    margin-bottom: 2.5em;
    padding-bottom: 1.8em;
    padding-top: 1.8em;
  }
  .submenu ul li a {
    font-size: 1.2em;
    cursor: pointer;
    padding: 5px;
    font-weight: 500;
  }
  .circlebox {}
  .circle {
    width: 140px;
    height: 45px;
    padding-left: 15px;
    display: flex;
    border-radius: 5% 0% 0% 5%;
    background-color: #4D4F4A;
    color: #fff;
    position: fixed;
    right: 0px;
    bottom: 210px;
    z-index: 10;
    color: white;
    font-weight: bold;
    font-size: 1em;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    box-shadow: 2px 2px 4px gray;
    align-items: center;
  }
  .circle img {
    width: 16px;
    height: auto;
    margin-right: 8px;
  }
  .circle2 {
    background-color: #FFC723;
    bottom: 150px;
    width: 140px;
    height: 45px;
    padding-left: 15px;
    display: flex;
    border-radius: 5% 0% 0% 5%;
    color: #333333;
    overflow: hidden;
    position: fixed;
    align-items: center;
    right: 0px;
    z-index: 10;
    font-weight: bold;
    font-size: 1em;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    box-shadow: 2px 2px 4px gray;
  }
  .circle2 img {
    width: 18px;
    height: auto;
    margin-right: 8px;
  }
  .circlebox a {
    transition: border 1.5s;
    cursor: pointer;
    text-decoration: none;
  }
  .circlebox a:hover {
    background: transparent;
    background-color:
      #989595;
  }
}
@media (min-width: 1100px) {
  .h-text {
    font-size: 1.8em;
    margin-left: 5px;
  }
  .items {
    width: 110px;
  }
  .txt-a {
    font-size: 1.2em;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .blog-icon {
    width: 50px;
    height: auto;
    margin: 0px 0px 0px 0px;
  }
  .insta-icon {
    width: 20px;
    height: auto;
    margin: 0px 5px 0px 10px;
  }
  .tell-num {
    font-size: 1.2em;
    font-weight: 500;
  }
  .tell-num i {
    font-size: 1.5em;
    font-weight: 600;
  }
}