@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "游明朝", YuMincho, 'Yu Mincho', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif !important;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  color: #232323;
  letter-spacing: 0.1em;
}
body.fh5co-overflow {
  overflow-x: hidden;
  width: 100%;
}
.container {
  width:90%; 
}
a {
  color: #69c2c8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:focus, a:active {
  color: #3da1a7;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  margin-bottom: 30px;
}

p {
  margin-bottom: 30px;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #69c2c8;
  color: #fff;
  border: 2px solid #69c2c8;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #56bac1 !important;
  border-color: #56bac1 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #69c2c8;
  border: 2px solid #69c2c8;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #69c2c8;
  color: #fff;
}

.btn-success {
  background: #58ca7e;
  color: #fff;
  border: 2px solid #58ca7e;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #45c46f !important;
  border-color: #45c46f !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #58ca7e;
  border: 2px solid #58ca7e;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #58ca7e;
  color: #fff;
}

.btn-info {
  background: #1784fb;
  color: #fff;
  border: 2px solid #1784fb;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #0477f4 !important;
  border-color: #0477f4 !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #1784fb;
  border: 2px solid #1784fb;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #1784fb;
  color: #fff;
}

.btn-warning {
  background: #fed330;
  color: #fff;
  border: 2px solid #fed330;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #fece17 !important;
  border-color: #fece17 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #fed330;
  border: 2px solid #fed330;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #fed330;
  color: #fff;
}

.btn-danger {
  background: #fb4f59;
  color: #fff;
  border: 2px solid #fb4f59;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #fa3641 !important;
  border-color: #fa3641 !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #fb4f59;
  border: 2px solid #fb4f59;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #fb4f59;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #69c2c8;
}

.fh5co-page {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}

#fh5co-home {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: inset -1px -11px 21px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -1px -11px 21px -15px rgba(0, 0, 0, 0.75);
  box-shadow: inset -1px -11px 21px -15px rgba(0, 0, 0, 0.75);
  position: relative;
  background-image: url(../images/homebg.jpg);
  background-position:center;
  margin: 0 !important;
}

#fh5co-about {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  background: #E8ECF1;
  width: 100%;
  min-height: 950px;
  background-repeat: no-repeat;
  position: relative;
  background-image: url(../images/about_bg.jpg);
  background-size: cover;
  color: #fff;
  letter-spacing: 0.1em;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
  box-shadow: inset 0px 10px 15px -15px rgba(0, 0, 0, 0.8);
  background-position:center;
  margin: 0 !important;
}
@media screen and (max-width: 1366px) {
#fh5co-about {
   min-height: 670px;
}
}
@media screen and (max-width: 834px) {
#fh5co-about {
   min-height: 545px;
    
}
}
@media screen and (max-width: 768px) {
#fh5co-about {
   min-height: 500px;    
}
}
@media screen and (max-width: 480px) {
#fh5co-about {
   min-height: 450px;
}
}/*
@media screen and (max-width: 360px) {
#fh5co-about {
   min-height: 210px;
}
}*/
#fh5co-about .container{
  width: 100% !important;
}
#fh5co-about::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#fh5co-about .js-fullheight-home{
  position: relative;
}
#fh5co-about ul{
  text-align: center;
    list-style: none;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
@media screen and (max-width: 480px) {
#fh5co-about ul{
  height: 225px;
  padding: 0px;
}
}
#fh5co-about ul li{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
@media screen and (max-width: 480px) {
#fh5co-about ul li{
  display: block;
   text-align: center;
  }
}
#fh5co-about ul li.first{
 padding: 0 10px 0 0 ;
    -webkit-transform: skewX(160deg);
    -moz-transform: skewX(160deg);
    transform: skewX(160deg);
    border-right: 1px solid #fff;
    height: 150px;
    line-height: 120px;
}
@media screen and (max-width: 768px) {
 #fh5co-about ul li.first{
  height: 130px;
  line-height: normal;
  }
}
@media screen and (max-width: 480px) {
 #fh5co-about ul li.first{
  height: auto;
      padding-top: 0px;
       border-right: none;
  }
}
#fh5co-about ul li.first span{
 transform: scale(1.1, 1);
 letter-spacing: 0.02em;
 padding: 0 10px 0 0 ;
 display:block;
transform: skewX(-160deg);
}
#fh5co-about ul li.last{
 line-height: 2.5;
      padding: 10px 0 0 20px;
}
@media screen and (max-width: 480px) {
#fh5co-about ul li.last{
  padding: 0 0 0 8px;
    letter-spacing: 0.1em;
  }
  #fh5co-about ul li.first span img{
    width: 30% !important;
  }
}
#fh5co-gallery{
  background-color: #232323;
}
#fh5co-gallery:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;    
  clear: both; 
  visibility:hidden;
}
#fh5co-gallery .slider-wrapper {
width: 25%;
float: left;
}
@media screen and (max-width: 480px) {
  #fh5co-gallery .slider-wrapper {
    width: 50%;
  }
}
#fh5co-gallery .slider-wrapper.sliderbig {
width: 50%; 
}
@media screen and (max-width: 480px) {
#fh5co-gallery .slider-wrapper.sliderbig {
    width: 100%;
  }
}
.fh5co-grid .fh5co-grid-item {
  width: 50%;
  float: left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 0px 8px 3px rgba(84, 84, 84, 0.2) inset;
  height: 50% !important;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .fh5co-grid .fh5co-grid-item {
    height: 300px !important;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-grid .fh5co-grid-item {
    width: 100%;
    height: 200px !important;
  }
}

.fh5co-tabs-container {
  position: relative;
}
.fh5co-tabs-container .fh5co-tabs {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
}
.fh5co-tabs-container .fh5co-tabs.fh5co-two li {
  width: 50%;
}
.fh5co-tabs-container .fh5co-tabs.fh5co-three li {
  width: 33.33%;
}
.fh5co-tabs-container .fh5co-tabs.fh5co-four li {
  width: 25%;
}
.fh5co-tabs-container .fh5co-tabs li {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center;
}
.fh5co-tabs-container .fh5co-tabs li a {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  float: left;
  width: 100%;
  display: block;
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888;
}
.fh5co-tabs-container .fh5co-tabs li a:hover, .fh5co-tabs-container .fh5co-tabs li a:active, .fh5co-tabs-container .fh5co-tabs li a:focus {
  text-decoration: none;
  outline: none;
}
.fh5co-tabs-container .fh5co-tabs li.active a {
  color: #69c2c8;
  border-bottom: 1px solid #69c2c8;
}
@media screen and (max-width: 480px) {
  .fh5co-tabs-container .fh5co-tabs li {
    width: 100% !important;
  }
}
.fh5co-tabs-container .fh5co-tab-content {
  display: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-tabs-container .fh5co-tab-content h2 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #7b7b7b;
}
.fh5co-tabs-container .fh5co-tab-content.active {
  display: block;
}
@media screen and (max-width: 768px) {
  .fh5co-tabs-container .fh5co-tab-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

#fh5co-services {
  position: relative;
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services {
    padding: 5em 0 3em 0;
  }
}
#fh5co-services .fh5co-video {
  position: absolute;
  top: 0;
  width: 90px;
  height: 90px;
  left: 50%;
  margin-left: -45px;
  top: -45px;
  text-align: center;
}
#fh5co-services .fh5co-video span {
  display: block;
  padding-top: 100px;
  font-size: 14px;
}
#fh5co-services .fh5co-video a {
  float: left;
  width: 90px;
  height: 90px;
  background: #69c2c8;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
}
#fh5co-services .fh5co-video a i {
  padding-left: 10px;
  text-align: center;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  line-height: 40px;
}
#fh5co-services .fh5co-video a:hover {
  background: #57D131;
}
#fh5co-services .fh5co-video a:hover, #fh5co-services .fh5co-video a:focus, #fh5co-services .fh5co-video a:active {
  text-decoration: none;
  outline: none;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#fh5co-services .service {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
  padding: 40px 20px 20px 20px;
  background: #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-services .service .icon {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
#fh5co-services .service .icon i {
  font-size: 40px;
  color: #57D131;
}
#fh5co-services .service h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #368f95;
}
#fh5co-services .service:hover, #fh5co-services .service:focus {
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
}

.checked {
  padding: 0;
  margin: 0 0 30px 0;
}
.checked li {
  position: relative;
  list-style: none;
  padding-left: 40px;
}
.checked li:before {
  position: absolute;
  left: 0;
  top: .15em;
  font-size: 23px;
  color: #57D131;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e116";
}

.fh5co-heading {
  margin-bottom: 30px;
}
.fh5co-heading h2 {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4d4d4d;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.fh5co-heading h2:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  background: #cccccc;
}
.fh5co-heading p {
  font-size: 18px;
}

#fh5co-item {
  width: 100%;
  background: #fff;
    padding-bottom: 50px;
}
#fh5co-item .container{
    width: 60% !important;
}
@media screen and (max-width: 1366px) {
  #fh5co-item .container{
    width: 80% !important;
}
}
@media screen and (max-width: 480px) {
  #fh5co-item .container{
    width: 85% !important;
}
}
#fh5co-item .container:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;    
  clear: both; 
  visibility:hidden;
}
#fh5co-item .col-sm-4 {
   padding: 0 !important;
}
#fh5co-item .itembox {
    background-color: #231410;
    border: #fff 2px solid;
    display: table-cell; */
    /* vertical-align: baseline; */
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 41px;
    font-weight: normal;
    color: #fff;
    position: relative;
}
@media screen and (max-width: 768px) {
#fh5co-item .itembox{
   font-size: 24px;
}
}
@media screen and (max-width: 480px) {
#fh5co-item .itembox{
   font-size: 20px;
}
}
#fh5co-item .itembox.first{
    background-color: #9fa0a0;
}
#fh5co-item .itembox img {
    width: 100%;
}
#fh5co-item .itembox a:hover + .itembox img {
      opacity: 0.4;
}
#fh5co-item .itembox .itemboxtitle {
    position: absolute;
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
    bottom: 3%;
    font-family: 'Cormorant Upright', "Sawarabi Mincho", serif;
}
#fh5co-item .itembox .itemtitle {
    position: absolute;
    position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
#fh5co-item .itembox .itemboxtitle{
   font-size: 15px;
}
}
@media screen and (max-width: 480px) {
#fh5co-item .itembox .itemboxtitle{
   font-size: 11px;
   bottom: 1%;
}
}
#fh5co-item .itembox a:hover img {
      opacity: 0.7;
}
#fh5co-item p{
  text-align: right;
    width: 60%;
    margin: auto;
}
@media screen and (max-width: 1366px) {
#fh5co-item p{
    width: 80%;
}
}
@media screen and (max-width: 480px) {
#fh5co-item p{
    width: 85%;
    text-align: left;
    padding-left: 3px;
}
}


#fh5co-contact {
  padding: 7em 0;
  background: #eeefef;
  text-align: left;
  clear: both;
    float: left;
    width: 100%;
       font-family: "游明朝", YuMincho, 'Yu Mincho', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif !important;
}
@media screen and (max-width: 1366px) {
  #fh5co-contact {
    padding: 6em 0;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-contact {

}
}
#fh5co-contact h3{
       font-family: "游明朝", YuMincho, 'Yu Mincho', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif !important;
    letter-spacing: 0.1em;
}
#fh5co-contact p{
  line-height: 2.5;
  font-weight: bolder;
}
@media screen and (max-width: 768px) {
#fh5co-contact p{
  letter-spacing: 0px;
}
}
#fh5co-contact .tomailform a:link, #fh5co-contact .tomailform a:visited{
    color: #232323;
    padding: 14px 24px;
    font-weight: bolder;
    border: 1px solid #8e8e8e;
}
#fh5co-contact .tomailform a:hover, #fh5co-contact .tomailform a:active{
       background: #232323;
    color: #fff;
    text-decoration: none !important;
        border: none;
}
@media screen and (max-width: 480px) {
#fh5co-contact .tomailform a:link, #fh5co-contact .tomailform a:visited{
      padding: 10px 12px;
      letter-spacing: 0;
}
}
#fh5co-contact .contactcalm{
  position: relative;
      height: 360px;
}
@media screen and (max-width: 1366px) {
#fh5co-contact .contactcalm{
      height: 300px;
}
}
@media screen and (max-width: 834px) {
#fh5co-contact .contactcalm{
      height:260px
}
}
@media screen and (max-width: 480px) {
#fh5co-contact .contactcalm{
      height:255px
}
}

#fh5co-contact .contactcalm img{
 display: block;
 position: absolute;
 bottom: 0px;
 max-height: 360px;
}
#fh5co-contact .contactcalm.third img{
 right: 0px;
}

#fh5co-footer {
    padding: 0 0 20px;
    color: #ffffff;
    background: #232323;
    -webkit-box-shadow: inset 0px 10px 21px -15px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0px 10px 21px -15px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0px 10px 21px -15px rgba(0, 0, 0, 0.12);
    text-align: center;

}
@media screen and (max-width: 768px) {
  #fh5co-footer {
    padding: 0 0 20px;
  }
}
#fh5co-footer p:last-child {
  margin-bottom: 0;
}
#fh5co-footer .fh5co-social {
  float: right;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-social {
    float: left;
    text-align: left;
  }
}
#fh5co-footer .toinsta{
  position: absolute;
    right: 90px;
    color: #fff;
    bottom: 20px;
    width: 70px;
}
@media screen and (max-width: 480px) {
 #fh5co-footer .toinsta{
  left: 40px;
    bottom: 60px;
}
}
#fh5co-footer .toinsta a{
    color: #fff !important;
}
#fh5co-footer .fh5co-social li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-footer .fh5co-social li a {
  padding: 0 10px;
}
#fh5co-footer .fh5co-social li a i {
  font-size: 18px;
}
#fh5co-footer .fh5co-social li a:hover, #fh5co-footer .fh5co-social li a:focus, #fh5co-footer .fh5co-social li a:active {
  text-decoration: none;
  outline: none;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#fh5co-container {
  background: #fff;
}

#fh5co-offcanvas, #fh5co-container, .fh5co-nav-toggle, #fh5co-footer {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-container, .fh5co-nav-toggle, #fh5co-footer {
  z-index: 2;
  position: relative;
}

#fh5co-offcanvas {
  display: block;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 200;
  top: 0;
  bottom: 0;
  width: 275px;
  background: rgba(0, 0, 0, 0.9);
  padding: 0.75em 1.25em;
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
#fh5co-offcanvas a {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 7px 0;
}
#fh5co-offcanvas a:hover, #fh5co-offcanvas a:focus, #fh5co-offcanvas a:active {
  outline: none;
  text-decoration: none;
  color: #69c2c8;
}
#fh5co-offcanvas a.active {
  color: #69c2c8;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}
.offcanvas-visible #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  #fh5co-container, #fh5co-footer, .fh5co-nav-toggle {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.offcanvas-visible #fh5co-container, .offcanvas-visible #fh5co-footer, .offcanvas-visible .fh5co-nav-toggle {
  -moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -ms-transform: translateX(275px);
  -o-transform: translateX(275px);
  transform: translateX(275px);
}

.js-sticky {
  display: block;
}
@media screen and (max-width: 768px) {
  .js-sticky {
    display: none;
  }
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  border-bottom: none !important;
  background: rgba(0, 0, 0, 0.7);
  padding: 0px 10px 10px 10px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
/**navi 削除**/
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: none;
  }
}

.row-padded {
  padding-bottom: 40px;
}
#fh5co-access{
  background-color: #232323;
  color: #fff;
  padding: 30px 30px 20px;
}
@media screen and (max-width: 768px) {
  #fh5co-access{
  padding: 20px 30px 20px;
}
#fh5co-access .container {
    width: 100% !important;
    padding: 0 !important;
}
}
#fh5co-access .shopinfo {
    margin-top: 70px;
    height: 300px;
    position: relative;
}
@media screen and (max-width: 834px) {
#fh5co-access .shopinfo{
    height: 250px;
}
}
@media screen and (max-width: 360px) {
#fh5co-access .shopinfo{
    height: 240px;
}
}
#fh5co-access .footerlogo{
  width: 50%;
}
@media screen and (max-width: 768px) {
#fh5co-access .footerlogo{
  width: 70%;
}
}
#fh5co-access .footerlogo img{
filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.8));
}
#fh5co-access .toinsta a:link, #fh5co-access .toinsta a:link:visited{
    display: block;
    background-image: url(../images/instaicon.png);
    background-repeat: no-repeat;
    background-size: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 1em;
}
#fh5co-access .toinsta a:hover, #fh5co-access .toinsta a:link:active{
        opacity: 0.4;
}
@media screen and (max-width: 480px) {
#fh5co-access .toinsta a{
     left: 1.3em;
}
}
#fh5co-access #map{
  margin-top: 70px;
    height: 300px;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
#fh5co-access #map{
    height: 250px;
}
}
@media screen and (max-width: 480px) {
#fh5co-access #map{
    margin-top: 40px;
    height: 230px;
}
}
@media screen and (max-width: 360px) {
#fh5co-access #map{
    height: 210px;
}
}
@media screen and (max-width: 320px) {
#fh5co-access #map{
     height: 190px;
}
}
#fh5co-access #map iframe{
webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/*# sourceMappingURL=style.css.map */


/*# svg-animation */

#svg-animation .st0{
    fill:none;
    stroke:#FFFFFF;
    stroke-width:20;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
    stroke-dasharray: 3000; /* この行を追加 */
    stroke-dashoffset:3000; /* この行を追加 */
}   
#svg-animation{
position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 50%;
}
@media screen and (max-width: 768px) {
#svg-animation{
    width: 90%;
}
}
#price{
  width: 75%;
  margin: auto;
}
/*# priceの展開メニュー */
/*全体*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
    cursor :pointer;
    font-style: italic;
    font-family: 'Book Antiqua';
    color: #666;
    padding-left: 0.5em;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #dedace;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

/*header*/
header {
    background: #fff;
}
header .header-wrap {
    position: relative;
}
header .header-top {
    padding: 30px 0;
}
header .align-items-center {
    align-items: center !important;
}
header .justify-content-between {
    justify-content: space-between !important;
}
header .d-flex {
    display: flex !important;
}
header .main-menubar {
    position: relative;
}
header nav.headerhide {
    transform: scale(0);
}
header nav {
    margin-right: 70px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transform-origin: 100% 50%;
}
header nav a {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #545454;
    margin: 0 25px;
    display: inline-block;
}
header .menu-bar {
    cursor: pointer;
}
header .menu-bar span {
    color: #fff;
    font-size: 24px;
}
header .lnr {
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}





/* ======================================================
 240306 addStyle
====================================================== */

.onlineShop {
  margin: auto;
  padding: 150px 0 200px;
  width: 85%;
  max-width: 900px;
  text-align: center;
}

.onlineShop p {word-break: keep-all;}

.onlineShop .catch {
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 24px;
}

.onlineShop .lead {
  margin-bottom: 30px;
  line-height: 2;
  font-size: 16px;
}

.onlineShop .banner a {display: block;}

@media screen and (min-width: 1025px){
  .onlineShop .banner a:hover {opacity: .7;}
}

.onlineShop .banner img {
  max-width: 100%;
  height: auto;
}



@media screen and (max-width: 767px){
  .onlineShop {padding: 20px 0 60px;}

  .onlineShop .catch {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .onlineShop .lead {
    margin-bottom: 20px;
    letter-spacing: 0;
    line-height: 1.7;
    font-size: 12px;
  }
}



