@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;
}

/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */


/*
 * 共通設定
================================================================================ */

body {
  font-family: 'Noto Sans Japanese',"Roboto", Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  background: #fff;
  color: #333;
  letter-spacing: 0.05em;
}

a {
  color: #8b8692;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #5f556e;
  outline: none;
  text-decoration: none !important;
}

p {
  margin-bottom: 1.5em;
}
.mincho {
  font-family: 'AppliMincho',serif;
  font-size: 21px;
  line-height: 2.5;
  letter-spacing: 0.1em;
  color: #5f556e;
  position: relative;
}
.mincho:before {
  position: absolute;
  content: "◯";
  font-size: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(139, 134, 146, 0.1);
}

h1, h2, h3, h5, h6 {
  color: #000;
  font-weight: 400;
  margin: 0 0 30px 0;
  font-family: 'AppliMincho',serif;
}
h4 {
  color: #000;
  font-weight: 400;
  margin: 0 0 20px 0;

}
b, strong {
  color: #5f556e;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.shadow {
  box-shadow: 4px 4px 8px rgba(0,0,0,0.5);
}
figure {
  margin-bottom: 2.5em;
  float: left;
  width: 100%;
}
figure figcaption {
  font-size: 16px;
  width: 80%;
  margin: 20px auto 0px auto;
  color: #b3b3b3;
  font-style: italic;
}
@media screen and (max-width: 480px) {
  figure figcaption {
    width: 100%;
  }
}

::-webkit-selection {
  color: #fff;
  background: #228896;
}

::-moz-selection {
  color: #fff;
  background: #228896;
}

::selection {
  color: #fff;
  background: #228896;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .mincho {
    font-size: 18px;
  }
}


/*
 * 左サイドメニュー
================================================================================ */

#fh5co-page {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#fh5co-aside {
  padding-top: 60px;
  padding-bottom: 40px;
  width: 20%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  overflow-y: unset;
  z-index: 1001;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #5f556e;
}
#fh5co-aside #fh5co-logo {
  text-align: center;
  margin-bottom: 1.5em;
}
#fh5co-aside #fh5co-logo img {
  zoom: 0.4;
}

#fh5co-aside #fh5co-logo a {
  color: #fff;
}
#fh5co-aside #fh5co-logo a span {
  font-size: 13px;
}
#fh5co-aside #fh5co-main-menu ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
#fh5co-aside #fh5co-main-menu ul li {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
#fh5co-aside #fh5co-main-menu ul li a {
  color: #fff;
  text-decoration: none;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding: 10px 10px;
  letter-spacing: .2em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: 'AppliMincho',serif;
}
#fh5co-aside #fh5co-main-menu ul li a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0px;
  left: 10px;
  right: 10px;
  background-color: rgba(255,255,255,0.6);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#fh5co-aside #fh5co-main-menu ul li a:hover {
  text-decoration: none;
  color: #fff;
}
#fh5co-aside #fh5co-main-menu ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-aside #fh5co-main-menu ul li.fh5co-active a {
  color: #fff;
  text-decoration: underline;
}
#fh5co-aside #fh5co-main-menu ul li.fh5co-active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
/* Instagram */
#fh5co-aside .main-menu_insta a {
  text-align: center;
    position: absolute;
    bottom: 40px;
    background-color: #fff;
    left: 50%;
    transform: translate(-50%);
    width: 85%;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 30%);
    font-size: 14px;
    border: 1px solid #fff;
    color: #5f556e;
}
#fh5co-aside .main-menu_insta a:hover {
  background-color: #5f556e;
  color: #fff;
}


#fh5co-aside .fh5co-aside-footer {
    position: absolute;
    bottom: 40px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    padding: 0 20px;
}
#fh5co-aside .fh5co-aside-footer ul {
  padding: 0;
    margin: 0;
    text-align: center;
}
#fh5co-aside .fh5co-aside-footer ul li {
    padding: 0;
    margin: 0;
    display: inline;
    list-style: none;
}
#fh5co-aside .fh5co-aside-footer ul li a {
    padding: 4px;
    font-size: 16px;
    color: #fff;
}
@media screen and (max-width: 1200px) {
  #fh5co-aside {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-aside {
    width: 270px;
    padding-top: 20px;
    -moz-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
  }
  #fh5co-aside #fh5co-logo {
    margin-bottom: .7em;
  }
  #fh5co-aside #fh5co-logo img {
    zoom:0.2;
  }
  #fh5co-aside #fh5co-main-menu ul {
    margin: 0 0 2em 0;
  }
  #fh5co-aside .main-menu_insta a {
    bottom: 20px;
  }
}


/*
 * メインスライダー
================================================================================ */
/* #fh5co-main */

#fh5co-main {
  width: 80%;
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  #fh5co-main {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-main {
    width: 100%;
  }
}

/* #fh5co-hero */

#fh5co-hero {
  min-height: 500px;
  background: #fff url(../images/loader.gif) no-repeat center center;
  width: 100%;
  float: left;
  clear: both;
}
#fh5co-hero .btn {
  font-size: 24px;
}
#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.1);
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  position: relative;
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 20px;
  z-index: 1000;
  right: 20px;
  float: right;
  width: auto;
}
#fh5co-hero .flexslider .flex-control-nav li {
  display: block;
  margin-bottom: 10px;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: transparent;
  border: 3px solid #fff;
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: transparent;
  border: 3px solid #5f556e;
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 500px;
  z-index: 9;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
  padding: 2em;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1, 
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 1.3;
  font-weight: 500;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1.topLogo img {
  margin: 0 auto;
  width: 50%;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 18px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 a {
  color: rgba(34, 136, 150, 0.8);
  border-bottom: 1px solid rgba(34, 136, 150, 0.7);
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .heading-section {
  font-size: 50px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner s
.fh5co-lead {
  font-size: 20px;
  color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner s
.fh5co-lead .icon-heart {
  color: #d9534f;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  padding: 22px 30px !important;
  border: none;
  font-weight: 500;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn {
  background: #fff;
  color: #000;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn:hover {
  color: #fff;
}

@media screen and (max-width: 768px) {
  #fh5co-hero {
     min-height: 90vh;
  }
  #fh5co-hero .flexslider .slider-text {
    min-height: 90vh;
    width: 100%;
  }
  #fh5co-hero .flexslider .slider-text > .slider-text-inner {
    text-align: center;
    min-height: 90vh;
    padding: 1em;
  }
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
    font-size: 27px;
    font-weight: normal;
    text-shadow: none;
  }
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 14px;
    font-weight: normal;
  }
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h1.topLogo img {
    width: 70%;
  }
   #fh5co-hero .flexslider .slider-text > .slider-text-inner .heading-section {
    font-size: 30px;
  }
  #fh5co-hero .flexslider .slider-text > .slider-text-inner .btn {
    width: 100%;
  }
}


/*
 * メインコンテンツ
================================================================================ */

#fh5co-main .fh5co-narrow-content {
  position: relative;
  width: 85%;
  margin: 0 auto;
  padding: 6em 0 1em;
  clear: both;
}

.fh5co-heading {
  font-size: 20px;
  margin-bottom: 2em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #5f556e;
  position: relative;
}
.fh5co-heading:before {
  position: absolute;
  content: "◯";
  font-size: 70px;
  top: -25px;
  left: 5px;
  color: rgba(213, 210, 218, 0.4);
}
.fh5co-heading.fh5co-light {
  color: #fff;
}
.fh5co-heading span {
  display: block;
}
@media screen and (max-width: 768px) {
  #fh5co-main .fh5co-narrow-content {
    width: 100%;
    padding: 4em 1em;
  }
  .fh5co-heading {
    margin-bottom: 1em;
  }
}



/*
 * product
================================================================================ */

/* clearfix(削除不可) */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }
/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

#gallery_wrap {
  margin:0 auto;
}
#gallery_list {
  padding-left: 0;
}
#gallery_list li{
  width:180px;
  height:200px;
  border:1px solid #e8e8e8;
  float:left;
  margin:0 10px 10px 0;
  overflow:hidden;
  padding:5px;
  text-align:center;
  font-size:12px;
  color: #fff;
}
#gallery_list a.photo{
  width:180px;
  height:auto;
  margin:0 auto;
  display:block;
}
#gallery_list .detail_text {
  color: #333;
  display: block;
}

@media screen and (max-width: 768px) {
  #gallery_list .col-md-3 {
    width: 90%;
    margin: 0 auto 10px;
  }
}

/*Pager style*/
.pager_link{
  text-align:right;
  padding:10px;
}
/*ページャーボタン*/
.pager_link a {
    border: 1px solid #aaa;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
  margin:0 1px;
}
/*現在のページ、オーバーボタン*/
.pager_link a.current,.pager_link a:hover{
    background: #999;
    color: #FFFFFF;
}
.overPagerPattern{
  padding:0 2px ; 
}
@media screen and (max-width: 768px) {
  #gallery_list li {
    width: 47%;
    margin: 0px 5px 10px 5px;
  }
  #gallery_list a.photo {
    width: auto;
  }
  #lightbox-container-image-box {
    width: 100%!important;
    height: auto!important;
  }
  #lightbox-container-image img{
    width: 100%!important;
  }
}




/*
 * profile
================================================================================ */
#profile {
  background-color: #8b8692;
  padding: 80px 8%;
  color: #fff;
  margin-top: 6em;
}
#profile h2 {
  color: #fff;
}
#profile p {
  line-height: 2;
}
#profile p span {
  color: #2b1d3e;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #profile {
    margin-top: 2em;
  }
}


/*
 * feature
================================================================================ */

.fh5co-feature {
  text-align: left;
  width: 100%;
  height: 100px;
  float: left;
  margin-bottom: 40px;
  position: relative;
}
.fh5co-feature .fh5co-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  display: table;
  text-align: center;
  background: #5f556e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}
.fh5co-feature .fh5co-icon:hover {
  background: #8b8692;
  border: 1px solid #8b8692;
  transition: .5s;
}
.fh5co-feature .fh5co-icon i {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 30px;
  height: 80px;
}
.fh5co-feature .fh5co-text {
  padding-left: 100px;
  width: 100%;
  margin-top: 30px;
}
.fh5co-feature .fh5co-text h2, .fh5co-feature .fh5co-text h3 {
  margin: 0;
  padding: 0;
}
.fh5co-feature .fh5co-text h3 {
  color: #5f556e;
  font-size: 19px;
  letter-spacing: .1em;
  font-family: 'Noto Sans Japanese',"Roboto", Arial, sans-serif;
}
.fh5co-feature.fh5co-feature-sm .fh5co-text {
  margin-top: 30px;
}
.fh5co-feature.fh5co-feature-sm .fh5co-icon i {
  color: #228896;
  font-size: 40px;
}

/*モーダル*/
#feature .modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height:100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #8b8692;
    color: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    height: auto;
    overflow-y: scroll;
    border-radius: 5px;
}
.modal__content .modal__img {
  text-align: center;
}
.modal__content .modal__img img {
  width: 50%;
  border: 2px solid #fff;
  border-radius: 5px;
}
.js-modal-close img {
  width: 32px;
  height: 32px;
}

/*アコーディオン*/
.topicArea .col-md-4 {
  margin-bottom: 30px;
}
.topicArea ul {
  padding-left: 0;
}
.topicArea ul.accordion li {
  text-align: center;
  list-style: none;
  margin: 0;
  position: relative;
  background: #60556f;
  border: 5px solid #60556f;
}
.topicArea ul.accordion p {
  cursor: pointer;
  padding: 10px;
  margin-bottom: 0;
  color: #fff;
  font-family: 'AppliMincho',serif;
  letter-spacing: 0.1em;
  position: relative;
}
.topicArea ul.accordion p:after {
  position: absolute;
  content: url(../images/arrow-down.png);
  top: 13px;
  right: 5px;
}
.topicArea ul.accordion .inner {
  display: none;
  background: #fff;
  text-align: left;
  padding: 25px 10px;
  font-size: 13px;
  line-height: 1.8;
}


@media screen and (max-width: 1200px) {
  .fh5co-feature .fh5co-icon i {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .fh5co-feature.fh5co-feature-sm .fh5co-icon i {
    font-size: 28px;
  }
}

/*
 * order
================================================================================ */
#order table {
  width: 100%;
}
#order table,
#order td,
#order th {
	border-bottom: 1px dotted #5f556e;
	border-collapse: collapse;
}
#order td,
#order th {
	padding: 10px;
}
#order th {
	text-align: center;
  width: 20%;
  color: #5f546e;
}
#order ul {
  padding-left: 0;
  margin-bottom: 30px;
}
#order ul a {
  border: 1px solid #615670;
  color: #615670;
  padding: 10px 20px;
  border-radius: 3px;
  margin: 0 5px;
  font-size: 14px;
  letter-spacing: .1em;
}
#order ul a:hover {
  background-color: #615670;
  color: #fff;
}
#order ul li {
  display: inline-block;
  list-style: none;
}
#order ul li i {
  font-size: 20px;
  vertical-align: text-bottom;
}
#order ul li img {
  width: 28%;
  margin-right: 3px;
}
#order td .caption {
  font-size: 13px;
  line-height: 1.8;
}
#order td p {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #order table {
    margin-bottom: 50px;
  }
  #order td, #order th {
    display: block;
  }
  #order th {
    text-align: left;
    width: 100%;
    border-bottom: none;
    margin-top: 10px;
    font-size: 16px;
  }
  #order ul a {
    display: block;
    padding: 10px 20px;
    margin: 10px auto 0px;
    width: 80%;
    text-align: center;
  }
}


/*
 * Gallery
================================================================================ */

.blog-entry {
  width: 100%;
  float: left;
  background: #fff;
}
.blog-entry .blog-img {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.blog-entry .blog-img img {
  position: relative;
  max-width: 100%;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
.blog-entry:hover .blog-img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .blog-entry {
    margin-bottom: 30px;
  }
}



/*Store*/






/*
 * Contact
================================================================================ */
#contact .fh5co-narrow-content {
  margin-bottom: 80px!important;
}

label {
  font-weight: normal;
}
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background: transparent;
  height: 45px;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #5f556e;
}
#contact p a {
  color: #56ba2e;
}
#contact p a img {
  width: 20%;
  margin-top: 5px;
}
#contact sup {
  font-size: 10px;
  color: #d05151;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  #contact form .col-md-8,
  #contact form .col-md-12 {
    padding: 0;
  }
  #contact p a img {
    width: 60%;
  }
}


/*
 * pagetop
================================================================================ */
#pagetop{
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}
#pagetop .arrow-up {
	width: 20px;
  height: 20px;
  border: 1px solid;
  border-color:#1f2c5c#1f2c5c transparent transparent;
  transform: rotate(-45deg);
}



/*
 * Footer
================================================================================ */

.fh5co-footer {
  font-size: 14px;
  text-align: center;
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
  padding: 10px 20px;
  background-color: #eee;
}
.fh5co-footer p {
  margin: 0;
}


/*
 * ボタン
================================================================================ */

.btn {
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  -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;
  padding: 7px 22px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.btn-primary {
  background: #5f556e;
  color: #fff;
  border: 2px solid #5f556e;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #8b8692 !important;
  border-color: #8b8692 !important;
}



/*
 * スマホメニュー
================================================================================ */

body.offcanvas {
  overflow-x: hidden;
}
body.offcanvas #fh5co-aside {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  width: 270px;
  background: #5f556e;
  z-index: 999;
  position: fixed;
}
body.offcanvas #fh5co-main, body.offcanvas .fh5co-nav-toggle {
  top: 10px;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
}

/*
 * スマホメニューボタン
================================================================================ */

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #5f556e;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #5f556e;
}
.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: #5f556e;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #5f556e;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #5f556e;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #5f556e;
  background: #5f556e;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #5f556e;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

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

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

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

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

.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;
  left: 0;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    opacity: 1;
    visibility: visible;
    top: 10px;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

/*
 * Padding Margin設定
================================================================================ */

.row-bottom-padded-md {
  padding-bottom: 4em;
}
.row-bottom-padded-sm {
  padding-bottom: 1em;
}
.col-padding {
  padding: 10px !important;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}


/*
 * アニメーション
================================================================================ */

.js .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */
