@charset "UTF-8";
/**/
/* fonts */
/**/
/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900,400italic&subset=latin,latin-ext);*/
/**/
/* defaults */
/*@font-face {
      font-family: 'fontello';
      src: url('../font/fontello.eot?74737801&display=swap');
      src: url('../font/fontello.eot?74737801#iefix&display=swap') format('embedded-opentype'),
           url('../font/fontello.woff?74737801&display=swap') format('woff'),
           url('../font/fontello.ttf?74737801&display=swap') format('truetype'),
           url('../font/fontello.svg?74737801#fontello&display=swap') format('svg');
      font-weight: normal;
      font-style: normal;
    }*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
.loader-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

:root {
  --offset: 90px;
}


.top_m {
  padding-top: var(--offset);
}

#wrapper h2 {
  scroll-margin-top: var(--offset);
}

#list-example {
  position: sticky;
  top: 240px!important;
}

.center-item .slick-slide img {
  opacity: 0.5;
}

.center-item .slick-active, .slick-current img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 1 !important;
}

.slider img {
  width: 100%;
  height: auto;
}

.single-item {
  max-width: 600px;
  margin: 0 auto 50px;
}

.slick-prev::before, .slick-next::before {
  font-size: 24px;
}

.lazy-item .slick-next,
.thumb-item-nav .slick-next,
.multiple-item .slick-next,
.center-item .portfolio-item　.slick-next {
  right: 20px;
  z-index: 99;
}

.lazy-item .slick-prev,
.thumb-item-nav .slick-prev,
.multiple-item .slick-prev,
.center-item .portfolio-item　.slick-prev {
  left: 15px;
  z-index: 100;
}

.single-item .slick-prev::before,
.single-item .slick-next::before {
  color: #666;
}

.slick-dots {
  bottom: -25px;
}

.multiple-item li {
  margin: 0 5px;
}

.thumb-item {
  max-width: 700px;
  margin: 0 auto 5px;
  padding: 0 5px;
}

.thumb-item-nav {
  max-width: 700px;
  margin: 0 auto;
}

.thumb-item-nav li {
  margin: 5px;
}

.lazy-item {
  width: 400px;
  margin: 0 auto 50px;
}

.lazy-item li {
  margin: 0 5px;
}

.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-minus {
  color: #F00 !important;
}

.icon-notes-medical-solid {
  font-size: 36px;
  float: left;
}

.icon-up-big {
  color: #fff !important;
  font-size: 36px;
}

html, body, iframe, header, footer, main, aside, nav, section, article, div,
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, hr, blockquote, pre,
a, address, del, em, strong, sub, sup, img,
form, fieldset, legend, label, input, select, textarea, button,
table, thead, tbody, tfoot, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.job-search-box input, select, textarea, button {
  vertical-align: none;
}

html, body, iframe, header, footer, main, aside, nav, section, article, div,
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, hr, blockqoute, pre,
form, fieldset, legend, label, input, select, textarea, button {
  display: block;
}

h2 {
  font-size: 24px;
  line-height: 26px !important;
}

#wrapper h2 {
  border-bottom: #B68845 2px solid;
}

#wrapper h2::before {
  display: inline-flex;
  position: relative;
  top: 10px;
  right: 10px;
  content: url("https://www.night-shift.info/wp-content/themes/nightshift02/img/h2_deco.svg");
}

@media screen and (max-width: 767px) {
  #wrapper h2::before {
    content: "";
  }
}
h3 {
  line-height: 24px;
  font-size: 22px;
  /*border-bottom:2px #EC008B solid;
  border-left:6px #EC008B solid;
  padding-left:6px;*/
}

h4 {
  line-height: 22px;
  font-size: 20px;
  border-left: 6px #EC008B solid;
  padding-left: 6px;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

blockquote {
  display: inline-block;
  background: #F4F5F7;
  border: 1px dashed #CCC;
  padding: 20px 30px 10px 30px;
  margin: 0.5em 0 1.5em;
}

.macvoxquote {
  display: inline-block !important;
  background: #F4F5F7;
  border: 1px dashed #CCC;
  padding: 10px 12px 10px;
  margin-bottom: 10px;
}

html, body {
  -webkit-text-size-adjust: none;
}

.page-header dl, dt, dd, ul, li {
  list-style: none;
}

.entry-content ul li {
list-style:disc outside;
padding: 15px 0;
margin-left: 30px;
}

.entry-content ol li {
  list-style: decimal outside;
  padding: 15px 0;
  margin-left: 30px;
}

/*table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table01 {display:inline-block; border-left:#ccc 1px solid;border-top:#ccc 1px solid; width:100%;margin:0 auto;}
.table {display:table; border-left:#ccc 1px solid;border-top:#ccc 1px solid; width:100%; margin:0 auto 10px;}
.table-row {display:table-row;}*/
div[class*=cel0] {
  display: table-cell;
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  padding: 3px 5px;
}

.cel01th {
  text-align: center;
  background: #eee;
  width: 40%;
}

.cel02th {
  text-align: center;
  background: #eee;
  width: 30%;
}

.cel02 {
  text-align: right;
}

.cel03th {
  width: 30%;
  background: #eee;
  vertical-align: top;
}

.cel03 {
  width: 70%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .table {
    display: block;
  }
  div[class*=cel03] {
    display: block;
    padding: 3px;
  }
  .cel01th {
    text-align: center;
    background: #eee;
    width: 40%;
  }
  .cel02th {
    text-align: center;
    background: #eee;
    width: 30%;
  }
  .cel03th {
    background: #eee;
    width: 100%;
  }
  .cel03 {
    width: 100%;
  }
}
a, button {
  cursor: pointer;
}

p {
  /*text-indent:2em;
  margin-bottom: 1rem!important;*/
}

.services p,
.wpb_accordion p,
.widget p,
.wpb_tabs p,
.wpb_toggle_content p,
.latest-tweets p,
p.capitalized {
  text-indent: initial;
}

a {
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

.page {
  /*background: #fff;*/
  opacity: 1;
}

.alignleft {
  display: inline-block;
  float: left;
  text-align: left;
  padding-right: 10px;
}

.alignright {
  display: inline-block;
  float: right;
  text-align: right;
  padding-left: 10px;
  line-height: 5vh;
}

.aligncenter {
  display: block;
  text-align: center;
}

.fixed {
  clear: both;
}

@media screen and (max-width: 767px) {
  .alignleft {
    display: block;
    /*float:none;*/
    text-align: center;
    padding-bottom: 10px;
    margin: 0 auto;
  }
  .alignright {
    display: block;
    float: none;
    text-align: center;
    padding-bottom: 10px;
    line-height: 5vh;
    margin: 0 auto;
  }
}
/* ---------------------------------------------------------------------- */
/*	Forms
/* ---------------------------------------------------------------------- */
input[aria-required=true] {
  background: rgb(240, 221, 221) !important;
}

textarea[aria-required=true] {
  background: rgb(240, 221, 221) !important;
}

input:not([type=submit]):active,
textarea:active,
input:not([type=submit]):focus,
textarea:focus {
  background: #F7F7F7;
  border: dashed 1px #969696;
  box-shadow: 2px 2px 7px #E8E8E8 inset;
}

/* 必須ピンク */
.required-srt {
  font-size: 8pt;
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}

/* 必須グレー */
.unrequired-srt {
  font-size: 8pt;
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}

/*Geo Mashup*/
#sidearea {
  float: left;
  padding-left: 10px;
  width: 222px;
  background: #FFF7FD;
  height: 600px;
}

#maparea {
  display: block;
  margin-left: 232px;
  height: 800px;
}

.gm-mapr {
  z-index: 0;
  display: block;
  background: url(/common/img/map_r.png) no-repeat left bottom;
  height: 650px;
  position: absolute;
  width: 10px;
}

#gm-map-1-visible-list {
  padding-left: 2px;
  line-height: 1em;
  font-size: 0.8em;
  scrollbar-track-color: #666666;
  overflow: auto;
  height: 430px;
  width: 221px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#legend {
  position: absolute;
  z-index: 3;
  bottom: 50px;
  right: 50px;
  width: 250px;
  height: 300px;
  background: #F9C;
  opacity: 0.8;
  border-radius: 10px;
}

/*Geo Mashup*/
/*Hotel Booking */
#sidebar {
  overflow: hidden;
  
  margin: 0;
  /*margin-bottom: -5000px!important;*/
}

body:not(.page-id-219) #sidebar {
  /*padding: 130px 0px 5000px 20px;*/
  margin: 0;
  /*margin-bottom: -5000px;*/
}

#wrapper {
  display: block;
  /**/
  -moz-box-shadow: 0px 0px 3px #aaa;
  -webkit-box-shadow: 0px 0px 3px #aaa;
  box-shadow: 0px 0px 3px #aaa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 30px 50px;
  margin-bottom: 10px;
  /*overflow:hidden;*/
  background: #fff;
  /*border:2px solid #fff;
  overflow:hidden;*/
}

@media screen and (max-width: 767px) {
  #wrapper {
    display: block;
    /**/
    -moz-box-shadow: 0px 0px 0px #aaa;
    -webkit-box-shadow: 0px 0px 0px #aaa;
    box-shadow: 0px 0px 0px #aaa;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    /*margin:10px;*/
    /*overflow:hidden;*/
    /*border:2px solid #fff;
    overflow:hidden;*/
  }
  .page-id-219 #sidebar {
    border-left: 0px solid #e4e8ea;
    background: none;
    padding: 0;
    margin: 0;
  }
  body:not(.page-id-219) #sidebar {
    border-left: 0px solid #e4e8ea;
    background: none;
    padding: 0;
    margin: 0;
  }
  div[class^=cat22] {
    margin: 0px !important;
  }
  div[class^=cat23] {
    margin: 0px !important;
  }
}
.book01 {
  display: block;
  width: 50%;
}

.book02 {
  display: block;
  width: 50%;
}

body.page-id-326 dl.booking dt,
body.page-id-326 dl.booking dd {
  padding: 5px 0px 0 10px !important;
  border-top: 1px solid #ccc !important;
}

body.page-id-326 dl.booking {
  background: #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  overflow: hidden;
  padding-top: 0px;
  margin: 0;
}

body.page-id-326 dl.booking dt {
  width: 30%;
  float: left;
  display: block;
  color: #666;
  vertical-align: middle !important;
  /* adjust the width; make sure the total of both is 100% */
  padding: 0;
  margin: 0;
}

body.page-id-326 dl.booking dd {
  display: block;
  vertical-align: middle !important;
  margin-left: 30%;
  background: #fff;
  /* adjust the width; make sure the total of both is 100% */
  padding-right: 5px !important;
  padding-bottom: 5px !important;
  /*padding: 0;
  margin: 0;*/
}

body.page-id-326 dl.booking input {
  display: inline-block;
  vertical-align: middle !important;
}

body.page-id-326 dl.booking button {
  display: inline-block;
  vertical-align: middle !important;
}

div.col01 {
  display: block;
  float: left;
  padding-right: 10px;
}

dl.booksearch dt,
dl.booksearch dd {
  padding: 5px 0px 0 10px;
  border-top: 1px solid #ccc;
}

dl.booksearch {
  display: table;
  width: 78%;
  background: #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  dl.booksearch {
    width: 100%;
  }
}
dl.booksearch dt {
  width: 30%;
  float: left;
}

dl.booksearch dd {
  background: #fff;
  margin-left: 30%;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  dl.booksearch dt {
    width: 50%;
  }
  dl.booksearch dd {
    margin-left: 50%;
  }
}
dl.booksearch dd textarea {
  width: 100%;
}

dl.booking {
  /*overflow: hidden;*/
  padding-top: 30px;
  margin: 0;
}

dl.booking dt {
  display: inline-block;
  color: #FFF;
  vertical-align: middle !important;
  /* adjust the width; make sure the total of both is 100% */
  padding: 0;
  margin: 0;
}

dl.booking dd {
  display: inline-block;
  vertical-align: middle !important;
  /* adjust the width; make sure the total of both is 100% */
  padding: 0;
  margin: 0;
}

dl.booking input {
  display: inline-block;
  vertical-align: middle !important;
}

dd.booking button {
  display: inline-block;
  vertical-align: middle !important;
}

dd.inline select {
  display: inline-block;
  margin-right: 10px;
}

dd.inline button {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  dl.booking {
    display: block;
    overflow: hidden;
    padding-top: 10px;
    margin: 0 auto;
  }
  dl.booking dt {
    display: block;
    color: #FFF;
    vertical-align: middle !important;
    /* adjust the width; make sure the total of both is 100% */
    padding: 0;
    margin: 0;
  }
  dl.booking dd {
    display: block;
    vertical-align: middle !important;
    /* adjust the width; make sure the total of both is 100% */
    padding: 0;
    margin: 0;
  }
}
.square_btn01 {
  text-align: center;
  margin: 1em auto;
  position: relative;
  display: block;
  padding: 1em 1em;
  text-decoration: none;
  color: #FFF;
  background: #19650B;
  border: solid 1px #27C90A;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.square_btn01 a {
  color: #FFF !important;
}

.square_btn01:active {
  border: solid 1px #3CEB1D;
  box-shadow: none;
  text-shadow: none;
}

.square_btn02 {
  margin: 1em auto;
  text-align: center;
  position: relative;
  display: block;
  padding: 1em 1em;
  text-decoration: none;
  color: #FFF;
  background: #03A9F4; /*色*/
  border: solid 1px #0f9ada; /*線色*/
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#submit_button01 {
  width: 100%;
  font-size: 100%;
  font-weight: normal;
  margin: 1em auto;
  text-align: center;
  position: relative;
  display: block;
  padding: 1em 0em;
  text-decoration: none;
  color: #FFF;
  background: #03A9F4; /*色*/
  border: solid 1px #0f9ada; /*線色*/
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -o-transition: border 0.3s, background 0.3s, color 0.3s;
  -ms-transition: border 0.3s, background 0.3s, color 0.3s;
  -moz-transition: border 0.3s, background 0.3s, color 0.3s;
  -webkit-transition: border 0.3s, background 0.3s, color 0.3s;
}

#submit_button02 {
  width: 100%;
  font-size: 100%;
  font-weight: normal;
  margin: 1em auto;
  text-align: center;
  position: relative;
  display: block;
  padding: 1em 0em;
  text-decoration: none;
  color: #FFF;
  background: #060; /*色*/
  border: solid 1px #006633; /*線色*/
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -o-transition: border 0.3s, background 0.3s, color 0.3s;
  -ms-transition: border 0.3s, background 0.3s, color 0.3s;
  -moz-transition: border 0.3s, background 0.3s, color 0.3s;
  -webkit-transition: border 0.3s, background 0.3s, color 0.3s;
}

#submit_button03 {
  width: 100%;
  font-size: 100%;
  font-weight: normal;
  margin: 1em auto;
  text-align: center;
  position: relative;
  display: block;
  padding: 1em 2em;
  text-decoration: none;
  background: #FCF; /*色*/
  border: solid 1px #CE5BBE; /*線色*/
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -o-transition: border 0.3s, background 0.3s, color 0.3s;
  -ms-transition: border 0.3s, background 0.3s, color 0.3s;
  -moz-transition: border 0.3s, background 0.3s, color 0.3s;
  -webkit-transition: border 0.3s, background 0.3s, color 0.3s;
}

#submit_button04 {
  width: 100%;
  font-size: 100%;
  font-weight: normal;
  margin: 1em auto;
  text-align: center;
  position: relative;
  display: block;
  padding: 1em 2em;
  text-decoration: none;
  background: #FCC; /*色*/
  border: solid 1px #de7373; /*線色*/
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -o-transition: border 0.3s, background 0.3s, color 0.3s;
  -ms-transition: border 0.3s, background 0.3s, color 0.3s;
  -moz-transition: border 0.3s, background 0.3s, color 0.3s;
  -webkit-transition: border 0.3s, background 0.3s, color 0.3s;
}

#submit_button05 {
  width: 100%;
  font-size: 100%;
  font-weight: normal;
  margin: 1em auto;
  text-align: center;
  position: relative;
  display: block;
  padding: 1em 2em;
  text-decoration: none;
  background: #FFC; /*色*/
  border: solid 1px #dbdb56; /*線色*/
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -o-transition: border 0.3s, background 0.3s, color 0.3s;
  -ms-transition: border 0.3s, background 0.3s, color 0.3s;
  -moz-transition: border 0.3s, background 0.3s, color 0.3s;
  -webkit-transition: border 0.3s, background 0.3s, color 0.3s;
}

#submit_button:hover {
  color: orange;
}

.square_btn02 a {
  color: #FFF !important;
}

.square_btn02:active { /*押したとき*/
  border: solid 1px #03A9F4;
  box-shadow: none;
  text-shadow: none;
}

.square_btn03 {
  margin: 1em auto;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 1em;
  text-decoration: none;
  color: #FFF;
  background: #FFB597; /*色*/
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.square_btn03 a {
  color: #FFF !important;
}

.square_btn03:active { /*押したとき*/
  border: solid 1px #f5961d;
  box-shadow: none;
  text-shadow: none;
}

#submit_button_no {
  width: 100%;
  font-size: 100%;
  font-weight: normal;
  margin: 1em auto;
  text-align: center;
  position: relative;
  display: block;
  padding: 1em 0em;
  text-decoration: none;
  color: #FFF;
  background: #CCC; /*色*/
  border: solid 1px #999; /*線色*/
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -o-transition: border 0.3s, background 0.3s, color 0.3s;
  -ms-transition: border 0.3s, background 0.3s, color 0.3s;
  -moz-transition: border 0.3s, background 0.3s, color 0.3s;
  -webkit-transition: border 0.3s, background 0.3s, color 0.3s;
}

/*コンタクトフォーム*/
dl,
dt,
dd {
  box-sizing: border-box;
}

dl.cont00 dt,
dl.cont00 dd {
  padding: 5px 0px 0 10px;
  border-top: 1px solid #ccc;
}

dl.cont00 {
  display: block;
  background: #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 10px;
}

dl.cont00 dt {
  width: 35%;
  float: left;
}

dl.cont00 dd {
  background: #fff;
  margin-left: 35%;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
}

dl.cont00 dd textarea {
  width: 100%;
}

dl.cont01 dt,
dl.cont01 dd {
  padding: 5px 0px 0 10px;
  border-top: 1px solid #ccc;
}

dl.cont01 {
  display: block;
  background: #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 10px;
  text-align: left;
}

dl.cont01 dt {
  width: 25%;
  float: left;
}

dl.cont01 dd {
  background: #fff;
  margin-left: 25%;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
}

dl.cont01 dd textarea {
  width: 100%;
}

dl.cont02 dt,
dl.cont02 dd {
  padding: 5px;
  border-top: 1px solid #ccc;
}

dl.cont04 dt,
dl.cont04 dd {
  padding: 5px;
}

dl.cont02 {
  display: table;
  background: #eee;
  width: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 10px;
}

dl.cont04 {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

dl.side01 dt,
dl.side01 dd {
  padding: 5px 0px 0 10px;
  border-top: 1px solid #ccc;
}

dl.side01 {
  background: #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 20px;
}

dl.side01 dt {
  width: 100%;
  float: none;
}

dl.side01 dd {
  background: #fff;
  margin-left: 0%;
  padding-right: 5px;
  padding-bottom: 5px;
}

dl.side01 dd input, textarea {
  width: 100%;
}

dl.price01 {
  display: block;
  background: #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 10px;
}

dl.price01 dt,
dl.price01 dd {
  padding: 5px 0px 0 10px;
  border-top: 1px solid #ccc;
}

dl.price01 dt {
  width: 60%;
  float: left;
}

dl.price01 dd {
  background: #fff;
  margin-left: 60%;
  text-align: right;
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  dl.cont02 {
    width: 100%;
  }
  dl.cont04 {
    width: 100%;
  }
  dl.cont04 dt {
    width: 100% !important;
    float: none !important;
  }
  dl.cont04 dd {
    margin-left: 0% !important;
    padding-right: 5px;
    padding-bottom: 5px;
  }
}
dl.cont02 dt {
  width: 30%;
  float: left;
}

dl.cont04 dt {
  width: 30%;
  float: left;
}

dl.cont02 dd {
  background: #fff;
  margin-left: 30%;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
}

dl.cont04 dd {
  margin-left: 30%;
  padding-right: 5px;
  padding-bottom: 5px;
}

div.cel03 input, textarea {
  width: 100%;
}

dd:after {
  content: "";
  display: block;
  clear: both;
}

dl.cont02 dt,
dl.cont02 dd {
  padding: 5px;
  border-top: 1px solid #ccc;
}

dl.cont03 {
  display: table;
  background: #eee;
  width: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  dl.cont03 {
    width: 100%;
  }
}
dl.cont03 dt {
  display: table-cell;
  width: 33%;
  border-right: #ccc 1px solid;
}

@media screen and (max-width: 767px) { /* phone */
  dl,
  dt,
  dd {
    box-sizing: border-box;
  }
  dl.cont00 dt,
  dl.cont00 dd {
    padding: 5px 0px 0 10px;
    border-top: 1px solid #ccc;
  }
  dl.cont00 {
    background: #eee;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  dl.cont00 dt {
    width: 100%;
    float: none;
  }
  dl.cont00 dd {
    background: #fff;
    margin-left: 0%;
    padding-right: 5px;
    padding-bottom: 5px;
    border-left: 0px solid #ccc;
  }
  dl.cont00 dd input, textarea {
    width: 100%;
  }
  dl.cont01 dt,
  dl.cont01 dd {
    padding: 5px 0px 0 10px;
    border-top: 1px solid #ccc;
  }
  dl.cont01 {
    background: #eee;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  dl.cont01 dt {
    width: 100%;
    float: none;
  }
  dl.cont01 dd {
    background: #fff;
    margin-left: 0%;
    padding-right: 5px;
    padding-bottom: 5px;
    border-left: 0px solid #ccc;
  }
  dl.cont01 dd input, textarea {
    width: 100%;
  }
  dd:after {
    content: "";
    display: block;
    clear: both;
  }
  dl.price01 {
    background: #eee;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin: 0 auto 10px;
  }
  dl.price01 dt {
    width: 100%;
    float: none;
  }
  dl.price01 dd {
    background: #fff;
    margin-left: 0%;
    padding-right: 5px;
    padding-bottom: 5px;
    border-left: 0px solid #ccc;
  }
}
/*コンタクトフォーム*/
.caution {
  display: block;
  border: #F00 dotted 1px;
  border-radius: 10px;
  background: #FFC;
  font-size: 90%;
  padding: 10px;
  margin: 10px 0 0;
}

figure {
  /*float: right;
  width: 30%;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;*/
}

/*Hotel Booking */
/**/
/* COMPOSER */
/**/
/* Grid with fluid columns */
.vc_row-fluid {
  width: 100%;
  *zoom: 1;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.vc_row-fluid:before,
.vc_row-fluid:after {
  display: table;
  content: "";
}

.vc_row-fluid:after {
  clear: both;
}

.vc_row-fluid [class*=vc_span] {
  display: block;
  width: 100%;
  min-height: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.5%;
}

.vc_row-fluid [class*=vc_span]:first-child {
  margin-left: 0;
}

.vc_row-fluid .vc_span12,
.wpb_teaser_grid.wpb_carousel .vc_span12 {
  width: 100%;
}

.vc_row-fluid .vc_span11 {
  width: 91.4583333333%;
}

.vc_row-fluid .vc_span10 {
  width: 82.9166666667%;
}

.vc_row-fluid .vc_span9 {
  width: 74.375%;
}

.vc_row-fluid .vc_span8 {
  width: 65.8333333333%;
}

.vc_row-fluid .vc_span7 {
  width: 57.2916666667%;
}

.vc_row-fluid .vc_span6,
.wpb_teaser_grid.wpb_carousel .vc_span6 {
  width: 48.75%;
}

.vc_row-fluid .vc_span5 {
  width: 40.2083333333%;
}

.vc_row-fluid .vc_span4,
.wpb_teaser_grid.wpb_carousel .vc_span4 {
  width: 31.6666666667%;
}

.vc_row-fluid .vc_span3,
.wpb_teaser_grid.wpb_carousel .vc_span3 {
  width: 23.125%;
}

.vc_row-fluid .vc_span2 {
  width: 14.5833333333%;
}

.vc_row-fluid .vc_span1 {
  width: 6.0416666667%;
}

.vc_row-fluid > .wpb_column > .wpb_wrapper .wpb_content_element:last-child {
  margin-bottom: 0;
}

/*擬似テーブル*/
dl.vert01 {
  background: #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

dl.vert01 dt {
  width: 40%;
  float: left;
}

dl.vert01 dd {
  background: #fff;
  margin-left: 40%;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
}

dl.vert01 dt,
dl.vert01 dd {
  padding: 5px 0px 0 10px;
  border-top: 1px solid #ccc;
}

/*擬似テーブル終わり*/
@media screen and (min-resolution: 300dpi) and (max-width: 960px) {
  [class*=vc_span] {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .vc_row-fluid [class*=vc_span] + [class*=vc_span] {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  [class*=vc_span] {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .vc_row-fluid [class*=vc_span] + [class*=vc_span] {
    margin-top: 50px;
  }
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.wpb_content_element .wpb_accordion_header a {
  border-bottom: none;
  text-decoration: none;
  display: block;
  padding: 0.5em 1em;
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab > .wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content > .wpb_content_element:last-child,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .vc_row-fluid:last-child > div > div.wpb_wrapper .wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .vc_row-fluid:last-child > div > div.wpb_wrapper .wpb_content_element:last-child {
  margin-bottom: 0;
}

.wpb_button {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f7f7f7;
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *margin-left: 0.3em;
}

.vc_row-fluid,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
  margin-bottom: 30px;
}

button.wpb_btn-large,
span.wpb_btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

button.wpb_btn-large [class^=icon-],
span.wpb_btn-large [class^=icon-] {
  margin-top: 1px;
}

button.wpb_btn-small,
span.wpb_btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

button.wpb_btn-small [class^=icon-],
span.wpb_btn-small [class^=icon-] {
  margin-top: -1px;
}

button.wpb_btn-mini,
span.wpb_btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.wpb_call_to_action .wpb_button, .detailed-services .wpb_button {
  margin: 0;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cta_align_left .wpb_button {
  float: left;
}

.cta_align_right .wpb_button {
  float: right;
}

.cta_align_left .wpb_call_text,
.cta_align_right .wpb_call_text {
  width: 70%;
  float: left;
  clear: none;
}

.wpb_call_to_action .wpb_call_text,
#content .wpb_call_to_action .wpb_call_text {
  margin: 0;
  padding-top: 0;
}

/*** Pie chart **/
.vc_pie_chart {
  z-index: 0;
  text-align: center;
}

.vc_pie_chart .vc_pie_wrapper {
  position: relative;
  margin: 0 auto;
}

.vc_pie_chart canvas {
  position: relative;
  z-index: 1;
}

.vc_pie_chart .vc_pie_chart_value {
  font-size: 200%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.vc_pie_chart[data-pie-color=wpb_button] .vc_pie_chart_back {
  border-color: #f7f7f7;
}

.vc_pie_chart[data-pie-color=btn-primary] .vc_pie_chart_back {
  border-color: #0088cc;
}

.vc_pie_chart[data-pie-color=btn-info] .vc_pie_chart_back {
  border-color: #58b9da;
}

.vc_pie_chart[data-pie-color=btn-success] .vc_pie_chart_back {
  border-color: #6ab165;
}

.vc_pie_chart[data-pie-color=btn-warning] .vc_pie_chart_back {
  border-color: #ff9900;
}

.vc_pie_chart[data-pie-color=btn-danger] .vc_pie_chart_back {
  border-color: #ff675b;
}

.vc_pie_chart[data-pie-color=btn-inverse] .vc_pie_chart_back {
  border-color: #555555;
}

.vc_pie_chart_back {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 6px solid #f7f7f7;
  border-radius: 999px;
  border-radius: 50%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.chart-pie {
  position: relative;
  width: 250px;
  height: 250px;
  display: inline-block;
  margin-right: 30px;
}

.chart-pie:before, .chart-pie:after {
  position: absolute;
  content: "";
}

.chart-pie.type-2:before {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  position: absolute;
  content: "";
  background: #fff;
  z-index: 1;
  left: 75px;
  top: 75px;
}

.chart-pie.type-3:before {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  left: 113px;
  top: 113px;
  background: #fff;
  z-index: 1;
}

.chart-pie.type-3:after {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  left: 119px;
  top: 119px;
  background: #008fd5;
  z-index: 2;
}

/* Progress bar
---------------------------------------------------------- */
.vc_progress_bar .vc_label {
  line-height: 1.5 !important;
  vertical-align: middle;
}

.vc_progress_bar .vc_single_bar {
  background: #f7f7f7;
  position: relative;
  margin-bottom: 11.6666666667px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.vc_progress_bar .vc_single_bar:last-child {
  margin-bottom: 0;
}

.vc_progress_bar .vc_single_bar .vc_label {
  display: block;
  padding: 0.5em 1em;
  position: relative;
  z-index: 1;
}

.vc_progress_bar .vc_single_bar.bar_blue .vc_bar {
  background-color: #0074CC;
}

.vc_progress_bar .vc_single_bar.bar_blue .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.vc_progress_bar .vc_single_bar.bar_turquoise .vc_bar {
  background-color: #49afcd;
}

.vc_progress_bar .vc_single_bar.bar_turquoise .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.vc_progress_bar .vc_single_bar.bar_green .vc_bar {
  background-color: #5bb75b;
}

.vc_progress_bar .vc_single_bar.bar_green .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.vc_progress_bar .vc_single_bar.bar_orange .vc_bar {
  background-color: #faa732;
}

.vc_progress_bar .vc_single_bar.bar_orange .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.vc_progress_bar .vc_single_bar.bar_red .vc_bar {
  background-color: #da4f49;
}

.vc_progress_bar .vc_single_bar.bar_red .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.vc_progress_bar .vc_single_bar.bar_black .vc_bar {
  background-color: #414141;
}

.vc_progress_bar .vc_single_bar.bar_black .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.vc_progress_bar .vc_single_bar .vc_bar {
  display: block;
  position: absolute;
  height: 100%;
  background-color: #e0e0e0;
  width: 0%;
  top: 0;
  left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: width 0.01 linear;
  transition: width 0.01 linear;
}

@media screen and (max-width: 575px) {
  .vc_progress_bar .vc_label {
    display: block !important;
    margin-top: 20px !important;
    padding-top: 0px !important;
    left: 0 !important;
    width: 100% !important;
    overflow: hidden !important;
    text-align: center !important;
  }
  .vc_progress_bar .vc_single_bar {
    margin-bottom: 60px !important;
    height: auto !important;
    margin-left: 0 !important;
    overflow: visible !important;
  }
  .vc_progress_bar.vc_progress_bar_alt .vc_single_bar {
    margin-bottom: 45px !important;
  }
  .vc_single_bar:last-child, .vc_progress_bar_alt .vc_single_bar:last-child {
    margin-bottom: 0 !important;
  }
  .vc_progress_bar .vc_bar {
    height: 20px !important;
  }
}
.vc_progress_bar .vc_single_bar .vc_bar.striped {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

.vc_progress_bar .vc_single_bar .vc_bar.animated {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.wpb_tabs .wpb_tabs_nav li {
  float: left;
  margin: 0 1px 0 0;
}

.wpb_tour .wpb_tabs_nav {
  float: left;
  width: 31.6666666667%;
}

.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  float: left;
  width: 68.3333333333%;
  padding: 0 0 0 21.7391304348px;
}

.wpb_toggle_content {
  display: none;
  overflow: hidden;
  padding: 0px 0px 0px 25px;
  margin-top: 1em;
}

.wpb_toggle {
  cursor: pointer;
}

/* Twitter
---------------------------------------------------------- */
#content .wpb_twitter_widget ul.tweet_list,
.wpb_twitter_widget ul.tweet_list {
  margin: 0;
  padding: 0;
}

#content .wpb_twitter_widget ul.tweet_list li,
.wpb_twitter_widget ul.tweet_list li {
  border-bottom: 1px solid #f7f7f7;
  margin: 0 0 1em 0;
  padding-bottom: 1em;
  background-image: none;
  list-style: none !important;
}

#content .wpb_twitter_widget ul.tweet_list li:after,
.wpb_twitter_widget ul.tweet_list li:after,
#content .wpb_twitter_widget ul.tweet_list li:before,
.wpb_twitter_widget ul.tweet_list li:before {
  display: none !important;
}

.wpb_twitter_widget .tweet_time {
  display: block;
  color: #f7f7f7;
  font-size: 80%;
}

.wpb_twitter_widget p.twitter_follow_button_wrap {
  margin-bottom: 0;
  font-size: 80%;
}

.wpb_twitter_widget .twitter_follow_button {
  background-image: url(../images/twitter_bird.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
  display: inline-block;
  min-height: 16px;
}

.wpb_alert p:last-child,
#content .wpb_alert p:last-child,
.wpb_text_column p:last-child,
.wpb_text_column *:last-child,
#content .wpb_text_column p:last-child,
#content .wpb_text_column *:last-child,
.wpb_toggle_content p:last-child {
  margin-bottom: 0;
}

/* COMPOSER */
/**/
/* forms */
/**/
input::-moz-placeholder {
  color: #aeaeae;
}

input::-webkit-input-placeholder {
  color: #aeaeae;
}

select,
textarea,
input[type=url],
input[type=tel],
input[type=text],
input[type=email],
input[type=password] {
  padding: 3px;
  border-top: solid 1px #d2d2d2;
  border-left: solid 1px #c3c3c3;
  border-right: solid 1px #c3c3c3;
  border-bottom: solid 1px #9f9f9f;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);
  background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #dfdfdf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#dfdfdf", GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: auto;
  text-decoration: none;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  cursor: pointer;
  /* Corrects inability to style clickable 'input' types in iOS */
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
}

a.button:focus,
button:focus,
html input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  /* Button hover style 
    border-top: solid 1px #dadada;
    border-left: solid 1px #cfcfcf;
    border-right: solid 1px #cfcfcf;
    border-bottom: solid 1px #a8a8a8;
    background: #ffffff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ebebeb), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #ebebeb, #ffffff);
    background: -moz-linear-gradient(center bottom, #ebebeb 0%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff, #ebebeb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
  */
}

a.button:active,
button:active,
html input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  /* Button click style 
    border-top: solid 1px #aaaaaa;
    border-left: solid 1px #bbbbbb;
    border-right: solid 1px #bbbbbb;
    border-bottom: solid 1px #bbbbbb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  */
}

input[type=checkbox],
input[type=radio] {
  /* -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  Addresses excess padding in IE8/9 */
}

select {
  /*background-image: url(../img/select.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;*/
}

@-moz-document url-prefix() {
  /*select {
    padding-right: 0;
    background-image: none !important;
    line-height: 38px;
  }*/
}
textarea {
  /* height: auto;
   resize: none;*/
}

/**/
/* buttons */
/**/
.button {
  position: relative;
  display: inline-block;
  padding: 11px 21px;
  border-width: 3px;
  border-style: solid;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-transition: border 0.3s, background 0.3s, color 0.3s;
  -ms-transition: border 0.3s, background 0.3s, color 0.3s;
  -moz-transition: border 0.3s, background 0.3s, color 0.3s;
  -webkit-transition: border 0.3s, background 0.3s, color 0.3s;
}

.button:hover {
  background: #fff;
}

.button i {
  display: block;
  float: left;
  margin-right: 8px;
  margin-left: -6px;
  font-size: 18px;
  line-height: 22px;
}

.button-disabled {
  cursor: default;
  opacity: 0.5;
}

.button.button-disabled:hover {
  color: #fff;
}

/**/
/* page */
/**/
.page {
  /*overflow: hidden;
  background: #fff;
  background:url(../img/ricepaper_comp.png) repeat;*/
}

.page-boxed {
  max-width: 1250px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1199px) { /* laptop */
  .page-boxed {
    max-width: 1000px;
  }
}
@media screen and (max-width: 991px) { /* pad */
  .page-boxed {
    max-width: 788px;
  }
}
/**/
/* grid */
/**/
.grid-row {
  width: 1170px;
  margin: 0 auto 20px;
}

.grid-row-top {
  color: #F6F;
}

.grid-row-time {
  display: none;
}

.grid-row-page {
  width: 100% !important;
  display: inline-block !important;
}

.grid-row-sidebar {
  /*width: 100%;
  margin: 0 auto 20px;*/
}

body:not(.home) .grid-row {
  width: 1170px;
  margin: 0 auto;
}

.grid-row:after {
  content: "";
  display: table;
  clear: both;
}

body:not(.home) .grid-col {
  float: left;
  margin-left: 10px;
}

body.home .grid-col {
  float: left;
  margin: 15px 15px 0 0;
}

body.home .grid-col .grid-col {
  float: left;
  margin: 0px 15px 0 0;
}

.grid-col-sub {
  float: left;
  margin-left: 10px;
}

.grid-col-0 {
  width: 135px;
  float: left;
}

.grid-col-1 {
  width: 30%;
}

.grid-col-1-3 {
  width: 30%;
}

.grid-col-side {
  width: 300px;
}

.grid-col-2 {
  width: 270px;
}

.grid-col-3 {
  width: 320px;
}

.grid-col-4 {
  width: 370px;
}

.grid-col-full {
  width: 750px;
}

.grid-col-5 {
  width: 420px;
}

.grid-col-6 {
  width: 67%;
}

.grid-col-7 {
  width: 520px;
}

.grid-col-8 {
  width: 570px;
}

.grid-col-9 {
  width: 840px;
  padding-top: 90px;
}

.grid-row-sep {
  width: 1170px;
  margin: -20px auto 40px;
  border-top: 1px solid #e3e3e3;
}

@media screen and (max-width: 1199px) { /* laptop */
  .grid-row {
    width: 100%;
  }
  body:not(.home) .grid-row {
    width: 100%;
    /*padding:0 0.3em;*/
    margin: 0 auto;
  }
  body.home .grid-col {
    padding-left: 13px;
    float: left;
  }
  body:not(.home) .grid-col > *:not(img) {
    padding-left: 15px;
  }
  body:not(.home) .price01.grid-col {
    padding-left: 0px;
  }
  .grid-col-1 {
    width: 230px;
  }
  .grid-col-2 {
    width: 44%;
  }
  .grid-col-3 {
    width: 48%;
  }
  .grid-col-4 {
    width: 48%;
  }
  .grid-col-full {
    width: 100%;
  }
  .grid-col-4-5 {
    width: 35%;
  }
  .grid-col-5 {
    width: 600px;
  }
  .grid-col-6 {
    width: calc(100% - 270px);
  }
  .grid-col-8 {
    width: 47%;
  }
  .grid-col-9 {
    width: 70%;
  }
  .grid-col-side {
    width: 24%;
  }
}
@media screen and (max-width: 991px) { /* pad */
  .grid-row,
  .grid-row-sep {
    width: 100%;
  }
  body.home .grid-col {
    padding-left: 5px;
    float: left;
  }
  .grid-col-2 {
    width: 100%;
  }
  .grid-col-3 {
    width: 100%;
  }
  .grid-col-4 {
    width: 100%;
  }
  .grid-col-4-5 {
    width: 234px;
  }
  .grid-col-5 {
    width: 468px;
  }
  .grid-col-6 {
    width: 100%;
  }
  .grid-col-8 {
    width: 47%;
  }
  .grid-col-9 {
    width: 70%;
  }
  .grid-col-side {
    width: 23%;
  }
}
@media screen and (max-width: 991px) { /* phone */
  .grid-row-top {
    display: none;
  }
  .grid-row-time {
    font-size: 85%;
    color: #f6f;
    display: block;
    text-align: center;
  }
  .grid-row {
    width: auto !important;
    /*margin: 0 20px 60px;*/
    padding-left: 0;
    /*margin-left:0 !important;*/
    margin: 0;
  }
  body:not(.home) .grid-row {
    padding: 0 15px;
  }
  body:not(.home) .sticky-container .grid-row {
    padding: 0px;
  }
  body:not(.home) .grid-col > *:not(img) {
    padding-left: 0px;
  }
  body.home .grid-col {
    float: none;
    width: 95%;
    padding-left: 0px;
    margin: 15px auto;
    /*padding:0 10px;*/
  }
  .grid-col-0 {
    width: 90%;
    margin: 15px auto;
    float: none;
  }
  .grid-col-1 {
    float: none;
    width: 90%;
    margin: 15px auto;
    padding: 0 5%;
  }
  .grid-col-4 {
    width: 100%;
  }
  .grid-col-5-5c {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  body:not(.home) .grid-col {
    float: none;
    padding-left: 0px;
    margin-left: 0px;
  }
  .grid-col-9 {
    width: 100%;
    padding-top: 0px;
  }
  .grid-col-side {
    width: 100%;
  }
  .services {
    float: none;
    width: 90%;
    padding: 0 5%;
  }
  .grid-col:last-child {
    margin-bottom: 0;
  }
  .grid-row-sep {
    width: auto;
    margin: -20px 20px 40px;
  }
}
/**/
/* typography */
/**/
.typography h3 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

.typography p {
  margin-top: 15px;
  line-height: 22px;
}

/**/
/* clearfix */
/**/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*----------------------------------------------------------------------------*/
/*                                  PLUGINS                                   */
/*----------------------------------------------------------------------------*/
/**/
/* isotope */
/**/
.isotope-item {
  z-index: 2;
}

.isotope-item.isotope-hidden {
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
}

.isotope {
  transition-property: height, width;
  -o-transition-property: height, width;
  -ms-transition-property: height, width;
  -moz-transition-property: height, width;
  -webkit-transition-property: height;
}

.isotope .isotope-item {
  transition-property: transform;
  -o-transition-property: -o-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -webkit-transition-property: -webkit-transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
}

/**/
/* owl carousel */
/**/
.owl-controls {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 20px;
  font-size: 0;
}

.owl-buttons div {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 1px;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

.owl-buttons i {
  display: block;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #fff;
}

/**/
/* autocomplete */
/**/
.autocomplete-suggestions {
  margin-top: 2px;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}

.autocomplete-suggestions .autocomplete-suggestion {
  color: #373737;
  padding: 2px 20px;
  cursor: pointer;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

/*----------------------------------------------------------------------------*/
/*                                   HEADER                                   */
/*----------------------------------------------------------------------------*/
/* sticky */
.sticky-container {
  background: rgb(255, 204, 255);
  background: -moz-linear-gradient(top, rgb(255, 204, 255) 0, rgb(255, 255, 255) 72px);
  /*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 204, 255, 1)), color-stop(100%, rgba(255,255,255,1)));*/
  background: -webkit-linear-gradient(top, rgb(255, 204, 255) 0, rgb(255, 255, 255) 72px);
  background: -o-linear-gradient(top, rgb(255, 204, 255) 0, rgb(255, 255, 255) 72px);
  background: -ms-linear-gradient(top, rgb(255, 204, 255) 0, rgb(255, 255, 255) 72px);
  background: linear-gradient(to bottom, rgb(255, 204, 255) 0%, rgb(255, 255, 255) 72px);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f8f8f8", GradientType=1 );
}

/*.sticky .sticky-container{
  height: 79px;
  position: relative;
  top: 0;
  z-index: 100;
}*/
@media screen and (max-width: 767px) {
  /*.sticky .sticky-container{height:100%;}*/
}
.second-sticky.sticky-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 72px;
  box-shadow: 0 0px 6px #000;
  /*background: rgba(255,255,255,0.8);*/
  background: #ed0006;
  transition: transform 0.6s;
  -ms-transition: -ms-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  -webkit-transform: translateY(-110%) translateZ(0);
  -moz-transform: translateY(-110%) translateZ(0);
  -ms-transform: translateY(-110%) translateZ(0);
  transform: translateY(-110%) translateZ(0);
}

@media screen and (max-width: 767px) {
  .second-sticky.sticky-container {
    display: none;
  }
}
.show .second-sticky.sticky-container {
  -webkit-transform: translateY(0%) translateZ(0);
  -moz-transform: translateY(0%) translateZ(0);
  -ms-transform: translateY(0%) translateZ(0);
  transform: translateY(0%) translateZ(0);
}

.sticky-wrapp {
  position: relative;
  z-index: 100;
  display: inline-block;
  /*height: 100%;*/
  width: 100%;
  background: #FFCCFF;
}

.locoinfo {
  background: rgba(41, 0, 27, 0.8);
  /*background:rgba(102, 102, 102, 0.8);*/
  display: inline-flex;
  position: relative;
  /*margin-top: -23px;*/
  height: 30px;
  /*left:25%;*/
  width: 100%;
  z-index: 90;
  top: 28px;
}

.locoinfo_m {
  display: none;
}

.address {
  color: #fff;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 auto;
  text-align: right;
  /*text-align:center;
   margin-right: -585px;*/
}

.address a {
  color: #fff;
}

.phone_reserve {
  color: #fff;
  /*background-color:#09F;*/
  vertical-align: middle;
  line-height: 30px;
  margin: 0 auto;
  /*text-align:center;
   margin-right: -585px;*/
}

.medical_reserve {
  color: #fff;
  background-color: #f5961d;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 auto;
  /*text-align:center;
   margin-right: -585px;*/
}

.trimming_reserve {
  color: #fff;
  background-color: #19A3A3;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 auto;
  /*text-align:center;
   margin-right: -585px;*/
}

/*temp*/
.pnumber {
  display: inline-block;
}

/*/temp*/
@media screen and (max-width: 991px) {
  .locoinfo {
    /*display:none;
     border-top:#FFF 1px double;*/
    position: relative;
    display: block;
    background: #760B80;
    margin-top: 0px;
    /*height: 35px;*/
    width: 100%;
    z-index: 20;
    left: 0%;
    top: 0;
  }
  .locoinfo_m {
    display: none;
    /*border-top:#FFF 1px double;*/
    position: relative;
    background: rgba(41, 0, 27, 0.8);
    margin-top: 0px;
    width: 100%;
    z-index: 20;
    left: 0%;
  }
  .address {
    color: #fff;
    line-height: 4.3vh !important;
    vertical-align: middle;
    text-align: center;
    /*margin-right: 0px;*/
    font-size: 3.3vw !important;
    /*display:none;*/
  }
  .pnumber {
    display: inline-block;
  }
}
/**/
/* layout */
/**/
.disable {
  display: none !important;
}

.page-header {
  position: sticky;
  top: 0;
  z-index: 1023;
  height: 102px;
  margin: 0 auto;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  /* background:url(../img/ricepaper_comp.png) repeat;*/
}

.page-header.sticky-top {
  top: -20px;
}

.page-header:after {
  /*without pointer*/
}

.page-header.main-page:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  margin-right: -611px;
  width: 173px;
  height: 12px;
  /*background: url(../img/header.png);*/
}

@media screen and (max-width: 1199px) { /* laptop */
  .page-header:after {
    margin-right: -496px;
  }
}
@media screen and (max-width: 991px) { /* pad */
  .page-header:after {
    margin-right: -395px;
  }
  .reset-x {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 767px) { /* phone */
  .page-header {
    height: 139px;
    padding: 0 0;
  }
  .page-header:after {
    right: -6px;
    margin: 0;
  }
}
/**/
/* logo */
/**/
.logo {
  position: absolute;
  /*top: 0;*/
  left: 50%;
  margin-left: -585px;
  /*font-size: 0;*/
  max-height: 100%;
  z-index: 1000;
}

.grid-row-top a .demo-icon .icon-mobile {
  position: absolute;
  right: 0px;
  font-size: 42px;
  padding: 0px 0px;
  z-index: 1000;
}

section .icon-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  section .icon-mobile {
    color: #fff;
    display: inline-block;
    font-size: 10vw;
    float: right;
  }
}
.second-sticky.sticky-container .logo {
  height: 72px;
}

@media screen and (max-width: 767px) {
  .mobile-main-nav .icon-mobile {
    display: none;
  }
}
/*.logo div {
  max-height: 100%;
  padding: 13px 0 0 0;
  box-sizing: border-box;
}*/
.second-sticky.sticky-container .logo div {
  padding: 8px 0;
}

.logo div > a {
  display: inline-block;
}

.logo img {
  display: block;
  /*max-height: 77px;
  vertical-align:middle;
  height: 100%;*/
  width: auto !important;
}

@media screen and (max-width: 1199px) { /* laptop */
  .logo {
    margin-left: -47vw;
  }
}
@media screen and (max-width: 991px) { /* pad */
  .logo {
    /*margin-left: -37vw;*/
  }
}
@media screen and (max-width: 991px) { /* phone */
  .logo {
    /*max-height: 50px;*/
    position: static;
    margin: 0;
    text-align: center;
  }
  img.custom-logo {
    display: block;
    height: auto;
    margin: 0 auto;
    height: 100px !important;
    width: 100%;
  }
  img.styckylogo {
    display: block;
    margin: 0 auto;
    height: 72px;
  }
  .logo div {
    padding: 0;
    display: inline-block;
    max-height: 100%;
  }
}
div.fa-phone {
  display: none;
}

span.break01:after {
  content: "\a";
  white-space: pre;
}

@media screen and (max-width: 767px) {
  div.fa-phone {
    float: right;
    vertical-align: top;
    padding-left: 2vw;
    display: none;
    font-size: 12vw;
    line-height: 12vw;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
    color: orange;
  }
  span.break:after {
    content: "\a";
    white-space: pre;
  }
  span.break01:after {
    content: "";
    white-space: pre;
  }
}
/**/
/* main nav */
/**/
nav p {
  text-indent: 0px;
}

.main-nav {
  float: right;
  z-index: 20;
  position: relative;
  top: 28px;
  left: 0;
}

.main-nav li {
  position: relative;
  float: left;
}

.main-nav li a {
  /*position: relative;*/
  display: block;
  /*margin:10px;*/
  padding: 18px 20px;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /*background:#660000;*/
  background: rgba(41, 0, 27, 0.8);
}

.main-nav li.menu-item-has-children a {
  border-radius: 10px 10px 0 0;
}

.main-nav li li a {
  border-radius: 0;
}

.main-nav li li:last-child {
  border-radius: 0 0 10px 10px !important;
}

.second-sticky.sticky-container .main-nav > ul > li > a {
  margin-top: 16px;
  padding-bottom: 12px;
  padding-top: 12px;
}

.main-nav li a .fa-plus, .main-nav li a .fa-heart-o {
  position: absolute;
  opacity: 0;
  top: 26px;
  right: 0;
  left: 50%;
  width: 13px;
  margin-left: -6px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #fff;
}

.main-nav li a.active .fa-plus,
.main-nav li a:hover .fa-plus {
  opacity: 1;
}

.second-sticky.sticky-container .main-nav li a .fa-plus, .main-nav li a .fa-heart-o {
  top: 9px;
}

.main-nav li .active {
  z-index: 51;
  color: #fff;
}

.main-nav li ul {
  position: absolute;
  z-index: 49;
  top: 100%;
  left: -9999px;
  width: 220px;
  /*box-shadow: 0 0 0 10px rgba(255,255,255,0.5);
  color: #fff;*/
  opacity: 0;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -webkit-transform: scale(1);
}

.main-nav li:hover > a {
  z-index: 50;
  box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.5);
  color: #fff;
}

.main-nav li:hover > ul {
  left: 0;
  opacity: 1;
}

.main-nav .right:hover > ul {
  right: 0;
  left: auto;
}

.main-nav li li {
  float: none;
}

.main-nav li li a {
  padding: 15px 20px;
  box-shadow: none;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
}

.main-nav li li a:after {
  display: none;
}

.main-nav li li a:before {
  content: "- ";
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
}

.main-nav .text .more:before {
  content: "";
}

.main-nav li li ul {
  top: 0;
  margin-left: 10px;
}

.main-nav .right li ul {
  margin-right: 10px;
  margin-left: 0;
}

.main-nav li li ul:after {
  content: "";
  position: absolute;
  top: 47px;
  bottom: 0;
  right: 100%;
  width: 10px;
}

.main-nav li li ul:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 10px;
  height: 47px;
}

.main-nav .right li ul:before {
  right: auto;
  left: 100%;
}

.main-nav li li:hover > a {
  box-shadow: none;
}

.main-nav li:hover li:hover ul {
  left: 100%;
}

.main-nav .right:hover li:hover ul {
  right: 100%;
  left: auto;
}

.main-nav .text {
  padding: 29px 25px;
}

.main-nav .text h2 {
  font-size: 21px;
  line-height: 27px;
  text-transform: uppercase;
}

.main-nav .text hr {
  text-align: left;
  display: block;
  width: 50px;
  margin: 16px 0;
  border-top: 1px solid #fff;
  opacity: 0.4;
  border-bottom: none;
  height: auto;
}

.main-nav .text .more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 42px;
  padding: 0;
  text-align: center;
}

.main-nav .text .more i {
  position: static;
  display: block;
  font-size: 20px;
  line-height: 42px;
}

.sub01-nav li {
  border-bottom: 1px dotted #EBEBEB !important;
}

.sub01-nav li:last-of-type {
  border-bottom: 0px dotted #EBEBEB !important;
}

.sub01-nav li a {
  display: block;
  margin: 10px;
  padding: 5px;
  font-size: 15px;
  color: #fff;
  border-radius: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sub01-nav li a:hover {
  background: #960;
  /*border:#960 1px #960; */
}

.sub02-nav li {
  border-bottom: 1px dotted #EBEBEB !important;
}

.sub02-nav li:last-of-type {
  border-bottom: 0px dotted #EBEBEB !important;
}

.sub02-nav li a {
  display: block;
  margin: 10px;
  padding: 5px;
  font-size: 15px;
  color: #fff;
  border-radius: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sub02-nav li a:hover {
  background: #960;
  /*border:#960 1px #960; */
}

@media screen and (max-width: 1199px) { /* laptop */
  .main-nav li a {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 1.2vw;
    font-weight: 400;
  }
}
@media screen and (max-width: 991px) { /* pad */
  .main-nav {
    /*margin-right: -37vw;*/
  }
  .main-nav li a {
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 400;
  }
}
@media screen and (max-width: 991px) { /* phone */
  .main-nav {
    display: none;
  }
}
/**/
/* mobile main nav */
/**/
.mobile-main-nav {
  z-index: 20;
  display: none;
  /*width: 300px;*/
  width: 100%;
  margin: 0 auto;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  background: rgba(41, 0, 27, 0.8);
}

.mobile-main-nav div.opener, .mobile-main-nav a {
  display: block;
  padding-left: 15px;
  font-size: 15px;
  line-height: 38px;
  color: #fff;
}

.mobile-main-nav i {
  position: relative;
  display: block;
  float: right;
  width: 39px;
  height: 39px;
  margin-left: 10px;
  border-left: 1px solid #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
}

.mobile-main-nav ul {
  /*  display: none;*/
}

.mobile-main-nav li {
  margin-top: 1px;
}

.mobile-main-nav li i {
  border-left: 0;
}

.mobile-main-nav li i:after,
.mobile-main-nav li i:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 19px;
  width: 1px;
  height: 17px;
  background: #fff;
}

.mobile-main-nav li i:before {
  top: 19px;
  left: 11px;
  width: 17px;
  height: 1px;
}

.mobile-main-nav li li {
  text-transform: none;
}

.mobile-main-nav li li a:before {
  content: "- ";
}

.mobile-main-nav li li li a:before {
  content: "-- ";
}

.mobile-main-nav .text {
  position: relative;
  padding: 10px 15px;
}

.mobile-main-nav .text h2 {
  font-size: 21px;
  line-height: 27px;
  text-transform: uppercase;
}

.mobile-main-nav .text hr {
  text-align: left;
  display: block;
  width: 50px;
  margin: 16px 0;
  border-top: 1px solid #fff;
  opacity: 0.4;
}

.mobile-main-nav .text .more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 42px;
  padding: 0;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
}

.mobile-main-nav .text .more:before {
  content: "\f101";
}

@media screen and (max-width: 991px) { /* phone */
  .mobile-main-nav {
    display: block;
  }
}
/**/
/* quick search */
/**/
.quick-search {
  margin-top: -50px;
  -o-transition: margin 0.3s;
  -ms-transition: margin 0.3s;
  -moz-transition: margin 0.3s;
  -webkit-transition: margin 0.3s;
}

.quick-search fieldset {
  position: relative;
  z-index: 1000;
  width: 1170px;
  height: 50px;
  margin: 0 auto;
}

.quick-search legend {
  float: left;
  font-size: 30px;
  line-height: 90px;
  color: #fff;
}

.quick-search label {
  display: block;
  height: 50px;
  float: right;
  padding-top: 10px;
}

.quick-search .screen-reader-text00 {
  color: #FFF;
}

.quick-search input,
.quick-search select {
  display: inline;
  width: 200px;
  height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 7px 7px rgba(0, 0, 0, 0.05);
}

.quick-search button[type=submit] {
  display: inline;
  width: 80px;
  /*height: 30px;*/
  /*margin-top: 21px;*/
  border: 3px solid #fff;
  background: #fff;
  box-shadow: 0 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
}

.quick-search button[type=submit]:hover {
  background: transparent;
  color: #fff;
}

.quick-search button[type=submit]:active {
  position: relative;
  top: 1px;
  box-shadow: none;
}

.quick-search button[type=button] {
  width: 100%;
  height: 50px;
  padding-bottom: 8px;
  font-size: 12px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
}

/*挿入*/
.formElem button[type=submit] {
  float: right;
  width: 120px;
  height: 30px;
  /*margin-top: 21px;*/
  border: 3px solid #fff;
  background: #fff;
  box-shadow: 0 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
}

.formElem button[type=submit]:hover {
  background: transparent;
  color: #fff;
}

.formElem button[type=submit]:active {
  position: relative;
  top: 1px;
  box-shadow: none;
}

.formElem button[type=button] {
  width: 100%;
  height: 50px;
  padding-bottom: 8px;
  font-size: 12px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
}

/*挿入終わり*/
.quick-search .switcher {
  position: absolute;
  top: 100%;
  right: 0;
  width: 120px;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .quick-search .switcher {
    /*left: 0;*/
  }
}
.quick-search-visible {
  margin-top: 0 !important;
}

@media screen and (max-width: 1199px) { /* laptop */
  .quick-search fieldset {
    width: 940px;
  }
  .quick-search legend {
    font-size: 24px;
  }
  .quick-search input,
  .quick-search select {
    width: 198px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 991px) { /* pad */
  .quick-search fieldset {
    width: 738px;
  }
  .quick-search legend {
    display: none;
  }
  .quick-search input,
  .quick-search select {
    width: 188px;
    margin-left: 18px;
  }
  .quick-search input {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) { /* phone */
  .quick-search {
    margin-top: -158px;
  }
  .quick-search fieldset {
    width: auto;
    height: 160px;
    margin: 0 20px;
    /*padding-top: 5px;*/
  }
  .quick-search legend {
    display: none;
  }
  .quick-search input,
  .quick-search select {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .quick-search button[type=submit] {
    margin-top: 0;
  }
  #quick-search .switcher {
    width: 30px;
    height: 30px;
    background-color: inherit;
  }
  #quick-search .switcher #quick-search-switcher {
    font-size: 0;
    width: 100%;
    height: 100%;
    background: url("../img/find.png") no-repeat center center;
    background-size: contain;
    background-color: #ccc;
    border-radius: 0 0 3px 3px;
    padding-bottom: 0;
  }
}
/*----------------------------------------------------------------------------*/
/*                                   CONTENT                                  */
/*----------------------------------------------------------------------------*/
/**/
/* layout */
/**/
body:not(.home) .page-content {
  margin-top: 30px;
}

.page-content {
  padding-bottom: 0px;
}

/**/
/* page title */
/**/
.page-title {
  margin-bottom: 20px;
  padding-left: 7px;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: red;
  font-size: 26px;
  line-height: 30px;
  color: #000;
}

body.page-template-map .page-title {
  margin-bottom: 0px !important;
  border-top-width: 7px;
  border-top-style: solid;
  color: #fff;
}

.page-title h1 {
  float: left;
  padding: 18px 0;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
}

.page-title nav {
  float: right;
  margin-right: 150px;
  padding: 15px 0;
  font-size: 14px;
  line-height: 20px;
}

.page-title nav a {
  color: #ccc;
}

.page-title nav a:hover {
  text-decoration: underline;
}

.page-title .grid-row {
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) { /* laptop */
  .page-title nav {
    margin-right: 240px;
  }
}
@media screen and (max-width: 991px) { /* pad */
  .page-title h1 {
    float: none;
    padding-bottom: 10px;
  }
  .page-title nav {
    float: none;
    margin-left: 30px;
    padding: 22px 0;
  }
}
@media screen and (max-width: 767px) { /* phone*/
  .page-title {
    margin-bottom: 0px;
    padding: 0 5%;
  }
  .page-title nav {
    float: none;
    margin-left: 10px;
    padding: 5px 0;
  }
}
/**/
/* slider */
/**/
img .ls-bg {
  width: 250px;
  height: 250px;
  object-fit: cover !important;
}

.ls-bottom-nav-wrapper {
  display: none !important;
}

.slider .from_l {
  font-size: 15px;
  position: relative;
  left: 10% !important;
  top: 25% !important;
  width: 30.33em;
  padding: 2.33em 0;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.slider .from_r {
  font-size: 15px;
  position: relative;
  left: 70% !important;
  top: 25% !important;
  width: 30.33em;
  padding: 2.33em 0;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.slider .intro h2 {
  font-size: 3.8em;
  line-height: 0.96em;
  font-weight: 700;
  text-shadow: 0 1px 0 #fff;
}

.slider .intro h2 span {
  display: block;
  font-size: 0.685em;
  line-height: 0.95em;
  font-weight: 400;
}

.slider .intro p {
  margin-top: 0.585em;
  font-size: 1.13em;
  line-height: 1.35em;
  text-shadow: 0 1px 0 #fff;
}

.slider .intro .icon {
  position: absolute;
  top: -0.5em;
  left: 50%;
  display: block;
  margin-left: -0.5em;
  font-size: 3.2em;
  line-height: 1em;
}

.slider .buttons {
  margin-top: 1em;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
}

.slider .buttons .button {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.61em !important;
  height: 2.44em;
  vertical-align: middle;
  margin: 0 1px;
  border-width: 3px;
  border-style: solid;
  font-size: 1.2em;
  line-height: 2.44em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
}

.slider .prev,
.slider .next {
  display: inline-block;
  vertical-align: top;
  width: 1.83em;
  height: 1.83em;
  margin: 0 1px;
  border-width: 3px;
  border-style: solid;
  font-size: 1.6em;
  line-height: 1.75em;
  color: #fff;
}

.slider .prev:hover,
.slider .next:hover {
  background: #fff;
}

@media only screen and (max-width: 1190px) {
  .slider .intro {
    margin-left: -50px !important;
  }
}
/**/
/* benefits */
/**/
.benefits {
  position: relative;
  z-index: 10;
  /*margin-top: -22.5vh;*/
  font-size: 0;
  text-align: center;
}

#sidebar .benefits li {
  display: block;
  padding-bottom: 8vh;
  margin-bottom: 5vh;
  vertical-align: top;
  width: 100%;
  height: 5vh;
  color: #fff;
}

.benefits li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  color: #fff;
}

.benefits h2 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.benefits i {
  position: relative;
  bottom: 0 !important;
  margin: 0 1vh;
  font-size: 8vh;
  line-height: 9vh;
}

#sidebar .benefits i {
  position: relative;
  bottom: 0 !important;
  margin: 0 1vh;
  font-size: 4vh;
  line-height: 4vh;
}

.benefits .text {
  position: relative;
  padding: 15px 30px 51px;
}

.benefits .more {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 31px;
  height: 31px;
  margin-left: -15px;
  border: 4px solid #fff;
  border-bottom: 0;
}

.benefits .more:after,
.benefits .more:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 13px;
  width: 5px;
  height: 17px;
  background: #fff;
}

.benefits .more:before {
  top: 13px;
  left: 7px;
  width: 17px;
  height: 5px;
}

@media screen and (max-width: 1199px) { /* laptop */
  .benefits {
    margin-top: 4px;
  }
  #sidebar .benefits {
    margin-top: 0px;
  }
  .benefits .text {
    padding: 15px 20px 51px;
  }
}
@media screen and (max-width: 991px) { /* pad */
  .benefits {
    margin-top: 4px;
  }
  .benefits h2 {
    font-size: 20px;
  }
  .benefits .text {
    padding: 15px 15px 51px;
  }
  .benefits i {
    position: relative;
    bottom: 0 !important;
    margin: 0 1vh;
    font-size: 6vh;
    line-height: 7vh;
  }
}
@media screen and (max-width: 767px) { /* phone */
  .benefits {
    margin-top: 4px;
  }
  .slider .intro {
    /*display:none;*/
    font-size: 15px;
    position: relative;
    left: 20% !important;
    top: 45% !important;
    width: 45.33em;
  }
  .slider .intro h2 {
    font-size: 4.2em;
    line-height: 0.96em;
    font-weight: 700;
    text-shadow: 0 1px 0 #fff;
  }
  .slider .intro h2 span {
    display: block;
    font-size: 1.085em;
    line-height: 0.95em;
    font-weight: 400;
  }
  .slider .intro p {
    margin-top: 0.885em;
    font-size: 1.83em;
    line-height: 1.35em;
    text-shadow: 0 1px 0 #fff;
  }
  .benefits li {
    width: 50%;
    border-bottom: 4px solid #fff;
  }
  #sidebar .benefits li {
    display: inline-block;
    width: 50%;
    border-bottom: 4px solid #fff;
  }
  .benefits h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) { /* mini phone */
  .benefits li {
    /*width: 100%;*/
    width: 50%;
  }
  #sidebar .benefits li {
    /*width: 100%;*/
    display: inline-block;
    vertical-align: top;
    width: 25%;
  }
  .benefits .text {
    position: relative;
    padding: 15px 10px 41px;
  }
  .benefits p {
    text-align: center;
  }
}
/**/
/* services */
/**/
.services ul {
  margin: -40px -40px 0;
  font-size: 0;
}

.services li {
  display: inline-block;
  vertical-align: top;
  width: 545px;
  margin: 40px 40px 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #e3e3e3;
}

#services-carousel li {
  border-bottom: 0px;
}

#services-carousel li li {
  border-bottom: 1px solid #e3e3e3;
}

.services.one-column li {
  width: auto;
}

.services h2 {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 22px;
}

.services h2 a {
  color: #000;
}

.services p {
  overflow: hidden;
  padding-right: 20px;
  font-size: 14px;
  line-height: 22px;
}

@media screen and (max-width: 767px) {
  .services p {
    padding-right: 0px;
  }
}
.services .pic, #animating-block-5 .pic, i.pic {
  position: relative;
  display: block;
  float: left;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  font-size: 48px;
  line-height: 90px;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}

#animating-block-5 .pic, i.pic {
  display: inline-block;
  float: none;
  margin-top: 20px;
}

.services .pic:before, #animating-block-5 .pic:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

i.pic:before {
  z-index: 2;
  position: relative;
}

i.pic:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}

.services .more {
  float: right;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1199px) { /* laptop */
  .services ul {
    margin-right: -30px;
    margin-left: -30px;
  }
  .services li {
    width: 45%;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 991px) { /* pad */
  .services ul {
    margin-right: -20px;
    margin-left: -20px;
  }
  .services li {
    width: 349px;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) { /* phone */
  .services ul {
    margin-right: 0;
    margin-left: 0;
  }
  .services li {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
/**/
/* news */
/**/
.news h3 {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 26px;
}

.news h3 a {
  color: #000;
}

.news p {
  margin-top: 15px;
  line-height: 22px;
}

.news .button {
  margin-top: 30px;
}

.news .grid {
  margin: -25px -15px;
}

.news .item {
  position: relative;
  float: left;
  margin: 25px 0;
  padding: 0 15px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.news .cats {
  position: relative;
  margin-top: 15px;
  padding: 10px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  font-size: 12px;
  color: #000;
}

.news .cats .more {
  position: absolute;
  top: -1px;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

.news .pic,
.news .video {
  position: relative;
  overflow: hidden;
}

.news .video {
  padding-bottom: 56.25%;
}

.news .pic img {
  width: 100%;
  height: auto;
}

.news .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news .audio {
  overflow: hidden;
  margin-top: 15px;
}

.news .audio audio {
  display: block;
  width: 100%;
  height: 30px;
}

.news .date {
  position: relative;
  margin-bottom: 1px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 48px;
  color: #fff;
}

.news .date i {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border-left: 1px solid #fff;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}

.news .date span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 48px;
}

.news .links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

.news .links ul {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -28px;
  text-align: center;
  font-size: 0;
}

.news .links li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  opacity: 0;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
}

.news .links a {
  display: block;
  width: 56px;
  height: 56px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
  font-size: 20px;
  line-height: 56px;
  color: #fff;
}

.news .pic:hover .links {
  opacity: 1;
}

.news .pic:hover .links li {
  opacity: 1;
  -ms-animation-name: slideup;
  -ms-animation-duration: 0.4s;
  -moz-animation-name: slideup;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideup;
  -webkit-animation-duration: 0.4s;
}

.news-1 .item {
  width: 100%;
}

.news-1 .audio {
  margin-top: 20px;
}

.news-1 .wrapper {
  position: relative;
  z-index: 1;
  float: left;
  width: 570px;
  margin: 20px 30px 10px 0;
}

.news-1 .wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 30px;
  height: 100%;
  background: #fff;
}

.news-2 .item {
  width: 600px;
}

.news-3 .item {
  width: 400px;
}

.news-4 .item {
  width: 300px;
}

@media screen and (max-width: 1199px) { /* laptop */
  .news .grid {
    margin-right: -10px;
    margin-left: -10px;
  }
  .news .item {
    padding: 0 10px;
  }
  .news-1 .wrapper {
    width: 460px;
    margin-right: 20px;
  }
  .news-1 .wrapper:after {
    width: 20px;
  }
  .news-2 .item {
    width: 480px;
  }
  .news-3 .item {
    width: 320px;
  }
  .news-4 .item {
    width: 240px;
  }
}
@media screen and (max-width: 991px) { /* pad */
  .news .grid {
    margin-right: -9px;
    margin-left: -9px;
  }
  .news .item {
    padding: 0 9px;
  }
  .news-1 .wrapper {
    width: 360px;
    margin-right: 18px;
  }
  .news-1 .wrapper:after {
    width: 18px;
  }
  .news-2 .item {
    width: 378px;
  }
  .news-3 .item,
  .news-4 .item {
    width: 252px;
  }
}
@media screen and (max-width: 767px) { /* phone */
  .news-1 .wrapper {
    float: none;
    width: 100%;
    margin: 0;
  }
  .news-1 .wrapper:after {
    display: none;
  }
  .news-2 .item,
  .news-3 .item,
  .news-4 .item {
    width: 49.99%;
  }
}
@media screen and (max-width: 575px) { /* mini phone */
  .news .grid {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .news .item {
    width: 100%;
    margin: 15px 0;
  }
}
/**/
/* photo tour */
/**/
.photo-tour h3 {
  position: relative;
  padding-top: 10px;
  font-size: 17px;
  line-height: 23px;
  color: #000;
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
}

.photo-tour p {
  position: relative;
  padding-bottom: 15px;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  line-height: 18px;
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
}

.photo-tour .filter {
  float: right;
  width: 270px;
  height: 30px;
  margin-top: -50px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.photo-tour .button {
  margin-top: 30px;
}

.photo-tour .grid {
  margin: -25px -15px;
}

.photo-tour .filter + .grid {
  width: calc(100% + 30px);
}

.photo-tour .item {
  position: relative;
  float: left;
  margin: 25px 0;
  padding: 0 15px;
  text-align: center;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.photo-tour .pic {
  position: relative;
  padding-bottom: 56.25%;
}

.photo-tour .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.photo-tour .links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

.photo-tour .links ul {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -28px;
  text-align: center;
  font-size: 0;
}

.photo-tour .links li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  opacity: 0;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
}

.photo-tour .links a {
  display: block;
  width: 56px;
  height: 56px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
  font-size: 20px;
  line-height: 56px;
  color: #fff;
}

.photo-tour .item:hover h3,
.photo-tour .item:hover p {
  color: #fff;
}

.photo-tour .item:hover .links {
  opacity: 1;
}

.photo-tour .item:hover .links li {
  opacity: 1;
  -ms-animation-name: slideup;
  -ms-animation-duration: 0.4s;
  -moz-animation-name: slideup;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideup;
  -webkit-animation-duration: 0.4s;
}

.photo-tour-1 .item {
  width: 100%;
}

.photo-tour-2 .item {
  width: 600px;
}

.photo-tour-3 .item {
  width: 400px;
}

.photo-tour-4 .item {
  width: 300px;
}

@media screen and (max-width: 1199px) { /* laptop */
  .photo-tour .filter {
    width: 220px;
  }
  .photo-tour .grid {
    margin-right: -10px;
    margin-left: -10px;
  }
  .photo-tour .filter + .grid {
    width: calc(100% + 20px);
  }
  .photo-tour .item {
    padding: 0 10px;
  }
  .photo-tour-2 .item {
    width: 480px;
  }
  .photo-tour-3 .item {
    width: 320px;
  }
  .photo-tour-4 .item {
    width: 240px;
  }
}
@media screen and (max-width: 991px) { /* pad */
  .photo-tour .filter {
    width: 171px;
  }
  .photo-tour .grid {
    margin-right: -9px;
    margin-left: -9px;
  }
  .photo-tour .filter + .grid {
    width: calc(100% + 18px);
  }
  .photo-tour .item {
    padding: 0 9px;
  }
  .photo-tour-2 .item {
    width: 378px;
  }
  .photo-tour-3 .item,
  .photo-tour-4 .item {
    width: 252px;
  }
}
@media screen and (max-width: 767px) { /* phone */
  .photo-tour-2 .item,
  .photo-tour-3 .item,
  .photo-tour-4 .item {
    width: 49.99%;
  }
}
@media screen and (max-width: 575px) { /* mini phone */
  .photo-tour .filter {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
  .photo-tour .grid {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .photo-tour .item {
    width: 100%;
    margin: 15px 0;
  }
}
/**/
/* Video */
/**/
.video iframe {
  margin: 0;
  width: 100%;
}

.video.only iframe {
  height: 500px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1190px) {
  .video.only iframe {
    height: 450px;
    margin-bottom: 30px;
  }
}
/* Services Carousel */
#services-carousel .owl-item > li {
  margin-right: 5% !important;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Features unlimited color */
.section-headers {
  text-align: center;
  font-size: 2em !important;
  font-weight: bold;
  color: #0f89c8;
  text-transform: uppercase;
  margin-top: 40px !important;
  margin-bottom: 0 !important;
  line-height: 1.2;
}

.section-headers h1 {
  font-weight: 100 !important;
  color: #000 !important;
  margin-bottom: 0 !important;
}

.section-headers.inline h1 {
  display: inline-block !important;
}

img[src*=features_unlimited_color] {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  img[src*=features_unlimited_color] {
    width: 60%;
  }
}
/* page-404 */
#header-404 {
  margin-top: 20px !important;
  text-align: center;
}

#header-404 > a {
  color: #000;
  font-weight: 700;
  font-size: 2em;
  text-transform: uppercase;
}

#block-404 {
  margin-top: 40px !important;
  margin: 0 auto;
  position: relative;
  width: 500px;
  height: 200px;
}

#block-404 > div {
  position: absolute;
  width: 100%;
  height: 100%;
}

#block-404-icon {
  background: url("../pic/404_mask.png") no-repeat center center;
  background-size: cover;
}

#text-404 {
  margin-top: 40px !important;
  text-align: center;
}

#button-404 {
  text-align: center;
}

/* Retina ready and responsive */
.section-text {
  text-align: center;
  margin-top: 10px !important;
}

div[id^=animating-block] {
  text-align: center;
  margin-bottom: 60px;
}

div[id^=animating-block] img {
  position: relative;
}

#animating-block-1 img[src*=iphone] {
  left: 5%;
  z-index: 3;
  width: 15%;
}

#animating-block-1 img[src*=monitor] {
  z-index: 2;
  width: 50%;
}

#animating-block-1 img[src*=ipad] {
  right: 12%;
  z-index: 1;
  width: 20%;
}

#animating-block-3 img[src*=mac] {
  width: 70%;
}

#animating-block-4 {
  text-align: left !important;
}

#animating-block-4 img {
  vertical-align: middle;
}

#animating-block-4 img[src*=color-6] {
  margin-left: 20%;
  width: 30%;
  z-index: 6;
}

#animating-block-4 img[src*=color-5] {
  width: 27%;
  z-index: 5;
  margin-left: -19%;
}

#animating-block-4 img[src*=color-4] {
  width: 24%;
  z-index: 4;
  margin-left: -17%;
}

#animating-block-4 img[src*=color-3] {
  width: 21%;
  z-index: 3;
  margin-left: -15%;
}

#animating-block-4 img[src*=color-2] {
  width: 18%;
  z-index: 2;
  margin-left: -13%;
}

#animating-block-4 img[src*=color-1] {
  width: 15%;
  z-index: 1;
  margin-left: -11%;
}

#animating-block-5 img[src*=icons-group] {
  width: 100%;
}

#animating-block-7 img[src*=one-page] {
  width: 50%;
}

#animating-block-8 {
  position: relative;
}

#animating-block-8 img {
  width: 80%;
}

@media screen and (min-resolution: 300dpi) and (max-width: 1137px) {
  #animating-block-1 {
    position: relative;
  }
  #animating-block-1 img[src*=iphone] {
    position: absolute;
    width: 20%;
    bottom: 0;
    left: 0;
  }
  #animating-block-1 img[src*=monitor] {
    z-index: 2;
    width: 80%;
  }
  #animating-block-1 img[src*=ipad] {
    position: absolute;
    width: 25%;
    bottom: 0;
    right: 0;
  }
  #animating-block-3 img[src*=mac] {
    width: 100%;
  }
  #animating-block-4 {
    text-align: left !important;
    position: relative;
  }
  #animating-block-4 img {
    vertical-align: middle;
    position: absolute !important;
  }
  #animating-block-4 img[src*=color-6] {
    position: relative !important;
    margin-left: 0;
    width: 50%;
    left: 0;
    z-index: 6;
  }
  #animating-block-4 img[src*=color-5] {
    width: 45%;
    z-index: 5;
    left: 25%;
    top: 5%;
  }
  #animating-block-4 img[src*=color-4] {
    width: 40%;
    z-index: 4;
    left: 41%;
    top: 7%;
  }
  #animating-block-4 img[src*=color-3] {
    width: 35%;
    z-index: 3;
    left: 56%;
    top: 9%;
  }
  #animating-block-4 img[src*=color-2] {
    width: 30%;
    z-index: 2;
    left: 69%;
    top: 11%;
  }
  #animating-block-4 img[src*=color-1] {
    width: 25%;
    z-index: 1;
    left: 82%;
    top: 13%;
  }
  #animating-block-7 img[src*=one-page] {
    width: 80%;
  }
  #animating-block-8 img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #animating-block-1 {
    position: relative;
  }
  #animating-block-1 img[src*=iphone] {
    position: absolute;
    width: 20%;
    bottom: 0;
    left: 0;
  }
  #animating-block-1 img[src*=monitor] {
    z-index: 2;
    width: 80%;
  }
  #animating-block-1 img[src*=ipad] {
    position: absolute;
    width: 25%;
    bottom: 0;
    right: 0;
  }
  #animating-block-3 img[src*=mac] {
    width: 100%;
  }
  #animating-block-4 {
    text-align: left !important;
    position: relative;
  }
  #animating-block-4 img {
    vertical-align: middle;
    position: absolute !important;
  }
  #animating-block-4 img[src*=color-6] {
    position: relative !important;
    margin-left: 0;
    width: 50%;
    left: 0;
    z-index: 6;
  }
  #animating-block-4 img[src*=color-5] {
    width: 45%;
    z-index: 5;
    left: 37%;
    top: 4%;
  }
  #animating-block-4 img[src*=color-4] {
    width: 40%;
    z-index: 4;
    left: 51%;
    top: 9%;
  }
  #animating-block-4 img[src*=color-3] {
    width: 35%;
    z-index: 3;
    left: 64%;
    top: 14%;
  }
  #animating-block-4 img[src*=color-2] {
    width: 30%;
    z-index: 2;
    left: 75.5%;
    top: 19%;
  }
  #animating-block-4 img[src*=color-1] {
    width: 25%;
    z-index: 1;
    left: 87.5%;
    top: 25%;
  }
  #animating-block-7 img[src*=one-page] {
    width: 80%;
  }
  #animating-block-8 img {
    width: 100%;
  }
}
/* captcha */
.wrong-data {
  border: 1px solid #eb9605 !important;
}

.captcha {
  position: relative;
}

.captcha-wrapper {
  width: auto;
}

#contactform iframe {
  width: 35px !important;
  height: 30px !important;
  display: inline-block;
  vertical-align: middle;
  border: 0;
}

#contactform iframe html {
  width: 100%;
}

iframe {
  overflow: hidden;
}

#contactform input.verify {
  display: inline-block;
  width: 1.5em !important;
  vertical-align: middle;
  height: 21px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 0;
  line-height: 1;
}

#contactform .captcha-wrapper {
  display: inline-block;
  line-height: 50px;
  padding-left: 10px;
}

#contactform button[type=submit] {
  display: block;
  float: right;
}

#contact_form_responce {
  margin: 1.5em 0;
}

#contact_form_responce p {
  text-indent: 0;
}

@media screen and (max-width: 991px) {
  .video.only iframe {
    height: 400px !important;
  }
  img[src*=features_unlimited_color] {
    width: 80%;
  }
  #news-carousel-3 .item {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .video.only iframe {
    height: 300px !important;
  }
  .section-headers {
    font-size: 1.5em !important;
  }
  #block-404 {
    width: 400px;
    height: 160px;
  }
  #services-carousel .pic {
    float: none;
    margin-bottom: 20px;
  }
  #news-carousel-3 .item {
    width: 100% !important;
  }
}
@media screen and (max-width: 575px) {
  .video.only iframe {
    height: 200px !important;
  }
  img[src*=features_unlimited_color] {
    width: 90%;
  }
  #block-404 {
    width: 200px;
    height: 80px;
  }
}
/* blog post */
/**/
.blog-post .date {
  position: relative;
  margin-bottom: 1px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 48px;
  color: #fff;
}

.blog-post .date i {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border-left: 1px solid #fff;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}

.blog-post .date span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 48px;
}

.blog-post .share {
  float: right;
  margin-right: 48px;
  border-left: 1px solid #fff;
}

.blog-post .share a {
  float: right;
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 1px;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}

.blog-post .share a:hover {
  background: none;
  color: #fff;
}

.blog-post .pic,
.blog-post .video {
  position: relative;
  overflow: hidden;
}

.blog-post .video {
  padding-bottom: 56.25%;
}

.blog-post .pic img {
  width: 100%;
  height: auto;
}

.blog-post .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-post .cats {
  margin-top: 15px;
  padding: 10px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  font-size: 12px;
  color: #000;
}

/**/
/* comments */
/**/
.comments li {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e3e3e3;
  font-size: 13px;
  line-height: 18px;
}

.comments li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.comments li ul {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e3e3e3;
}

.comments li li {
  padding-left: 85px;
}

.comments .text {
  min-height: 70px;
  overflow: hidden;
}

.comments .author {
  margin-bottom: 10px;
  color: #999;
}

.comments .author a {
  /*float: right;*/
}

.comments .author span {
  color: #373737;
}

.comments .avatar {
  position: relative;
  display: block;
  float: left;
  margin-right: 15px;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}

.comments .avatar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.comments .avatar i {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 70px;
}

.comment-respond p {
  padding: 10px 0;
}

.comment-respond .comment-form-author label {
  float: left;
  width: 200px;
}

.comment-respond .comment-form-email label {
  float: left;
  width: 200px;
}

.comment-respond .comment-form-cookies-consent input {
  float: left;
  width: 30px;
}

.comment-respond .comment-form-cookies-consent label {
  width: 100% !important;
}

.required {
  color: red;
}

@media screen and (max-width: 991px) { /* pad */
  .comments li li {
    padding-left: 60px;
  }
  .comments .avatar {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .comments .avatar i {
    font-size: 26px;
    line-height: 50px;
  }
}
@media screen and (max-width: 575px) { /* mini phone */
  .comments li li {
    padding-left: 20px;
  }
}
@media screen and (min-width: 767px) and (max-width: 980px) {
  .grid-col:not(.grid-col-9) .widget-twitter:not(.widget-twitter-alt) .owl-controls, .grid-col:not(.grid-col-9) .services-wide .owl-controls, .grid-col:not(.grid-col-9) .widget-comments .owl-controls, .grid-col:not(.grid-col-9) .doctors-carousel .owl-controls {
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 10px !important;
  }
  .grid-col:not(.grid-col-9) .widget-twitter:not(.widget-twitter-alt) .owl-carousel .owl-controls .owl-buttons, .grid-col:not(.grid-col-9) .services-wide .owl-carousel .owl-controls .owl-buttons, .grid-col:not(.grid-col-9) .widget-comments .owl-carousel .owl-controls .owl-buttons, .grid-col:not(.grid-col-9) .doctors-carousel .owl-carousel .owl-controls .owl-buttons {
    display: inline-block;
  }
  .grid-col:not(.grid-col-9) .widget-twitter:not(.widget-twitter-alt) .widget-title, .grid-col:not(.grid-col-9) .services-wide .widget-title, .grid-col:not(.grid-col-9) .widget-comments .widget-title, .grid-col:not(.grid-col-9) .doctors-carousel .widget-title {
    width: 100% !important;
    padding-right: 0 !important;
    margin-bottom: 50px !important;
  }
}
/**/
/* add comment */
/**/
.add-comment input {
  float: left;
  width: 270px;
  margin: 0 0 20px 30px;
}

.add-comment input:first-child {
  margin-left: 0;
}

.add-comment textarea {
  margin-bottom: 20px;
  clear: both;
}

@media screen and (max-width: 1199px) { /* laptop */
  .add-comment input {
    width: 220px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 991px) { /* pad */
  .add-comment input {
    width: 171px;
    margin-left: 18px;
  }
}
@media screen and (max-width: 767px) { /* phone */
  .add-comment input {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
/**/
/* doctors */
/**/
.doctors h3 {
  position: relative;
  padding-top: 10px;
  font-size: 17px;
  line-height: 23px;
  color: #000;
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
}

.doctors h3 a {
  color: #000;
}

.doctors p {
  position: relative;
  padding-bottom: 15px;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  line-height: 18px;
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
}

.doctors .filter {
  float: right;
  width: 270px;
  height: 30px;
  margin-top: -50px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.doctors .grid {
  width: calc(100% + 30px);
  margin: -25px -15px;
}

.doctors .item {
  position: relative;
  float: left;
  width: 300px;
  margin: 25px 0;
  padding: 0 15px;
  text-align: center;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.doctors .item p {
  text-indent: 0;
}

.doctors .item-fullwidth {
  width: 100% !important;
}

.doctors .pic {
  position: relative;
  padding-bottom: 100%;
}

.doctors .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.doctors .links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

.doctors .links ul {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -28px;
  text-align: center;
  font-size: 0;
}

.doctors .links-small ul {
  margin-top: -23px;
}

.doctors .links li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  opacity: 0;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
}

.doctors .links-small li {
  margin: 0 2px;
}

.doctors .links li:nth-child(2) {
  -ms-animation-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}

.doctors .links li:nth-child(3) {
  -ms-animation-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.doctors .links a {
  display: block;
  width: 56px;
  height: 56px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
  font-size: 20px;
  line-height: 56px;
  color: #fff;
}

.doctors .links-small a {
  width: 46px;
  height: 46px;
  box-shadow: none;
  line-height: 46px;
}

.doctors .item:hover h3 a,
.doctors .item:hover p {
  color: #fff;
}

.doctors .item:hover .links {
  opacity: 1;
}

.doctors .item:hover .links li {
  opacity: 1;
  -ms-animation-name: slideup;
  -ms-animation-duration: 0.4s;
  -moz-animation-name: slideup;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideup;
  -webkit-animation-duration: 0.4s;
}

@media screen and (max-width: 1199px) { /* laptop */
  .doctors .filter {
    width: 220px;
  }
  .doctors .grid {
    width: calc(100% + 20px);
    margin-right: -10px;
    margin-left: -10px;
  }
  .doctors .item {
    width: 240px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) { /* pad */
  .doctors .filter {
    width: 171px;
  }
  .doctors .grid {
    width: calc(100% + 18px);
    margin-right: -9px;
    margin-left: -9px;
  }
  .doctors .item {
    width: 283px;
    padding: 0 9px;
  }
  [id$=doctors-carousel] .item {
    width: 100% !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) { /* phone */
  .doctors .grid {
    width: calc(100% + 20px);
    margin-right: -10px;
    margin-left: -10px;
  }
  .doctors .item {
    width: 50%;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 575px) { /* mini phone */
  .doctors .filter {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
  .doctors .item {
    width: 100%;
  }
}
/* staf single */
.single-staff .wrapper {
  width: 250px;
  float: left;
  margin: 20px 30px 10px 0 !important;
  background: #fff;
}

.single-staff .wrapper .pic img {
  width: 100%;
  display: block;
}

.single-staff .wrapper .social-icons {
  margin-left: -6px;
}

.single-staff .wrapper .social-icons .soc-icon {
  margin: 6px 0 0 6px;
}

.single-staff .item > * + *:not(.wrapper) {
  margin-top: 15px;
}

.single-staff .cats_group .cats {
  color: #373737;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  font-size: 12px;
  line-height: 18px;
}

.single-staff .cats_group .cats + .cats {
  margin-top: -1px;
}

.single-staff .cats .cats_section_name {
  font-weight: 700;
  text-transform: capitalize;
}

.single-staff .widget-title {
  display: inline-block;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}

.single-staff p {
  text-indent: 0em;
}

/**/
/* doctors carousel */
/**/
.doctors-carousel img {
  display: block;
}

.doctors-carousel h3 {
  position: relative;
  padding-top: 10px;
  font-size: 17px;
  line-height: 23px;
  color: #000;
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
}

.doctors-carousel p {
  position: relative;
  padding-bottom: 15px;
  line-height: 18px;
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
}

.doctors-carousel .pic {
  position: relative;
}

.doctors-carousel .links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

.doctors-carousel .links ul {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -28px;
  text-align: center;
  font-size: 0;
}

.doctors-carousel .links li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  opacity: 0;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
}

.doctors-carousel .links a, .doctors .links a {
  display: block;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .doctors-carousel .links a, .doctors .links a {
    display: block;
    width: 46px;
    height: 46px;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
    font-size: 18px;
    line-height: 46px;
  }
}
.doctors-carousel .item {
  position: relative;
}

.doctors-carousel .item:hover h3,
.doctors-carousel .item:hover p {
  color: #fff;
}

.doctors-carousel .item:hover .links {
  opacity: 1;
}

.doctors-carousel .item:hover .links li {
  opacity: 1;
  -ms-animation-name: slideup;
  -ms-animation-duration: 0.4s;
  -moz-animation-name: slideup;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideup;
  -webkit-animation-duration: 0.4s;
}

.doctors-carousel .owl-carousel {
  width: auto;
  margin: 0 -15px;
  -webkit-user-select: none;
}

.doctors-carousel .owl-item {
  padding: 0 15px;
  text-align: center;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.doctors-carousel .owl-controls {
  right: 15px;
}

@media screen and (max-width: 1199px) { /* laptop */
  .doctors-carousel img {
    width: 100%;
    height: auto;
  }
  .doctors-carousel .owl-carousel {
    margin: 0 -10px;
  }
  .doctors-carousel .owl-item {
    padding: 0 10px;
  }
  .doctors-carousel .owl-controls {
    right: 10px;
  }
}
@media screen and (max-width: 991px) { /* pad */
  .doctors-carousel .owl-carousel {
    margin: 0 -9px;
  }
  .doctors-carousel .owl-item {
    padding: 0 9px;
  }
  .doctors-carousel .owl-controls {
    right: 9px;
  }
}
/**/
/* timetable */
/**/
.timetable .filter {
  float: right;
  width: 270px;
  height: 30px;
  margin-top: -50px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.timetable header {
  position: relative;
  height: 94px;
  text-align: center;
}

.timetable .year {
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  font-size: 24px;
  line-height: 94px;
  color: rgba(255, 255, 255, 0.5);
}

.timetable .month {
  padding-top: 10px;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}

.timetable .day {
  position: relative;
  width: 220px;
  margin: 10px auto;
}

.timetable .day a {
  position: absolute;
  top: 0;
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 26px;
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
}

.timetable .day input {
  height: 28px;
  padding: 3px 40px 3px 5px;
  border-radius: 14px;
  text-align: center;
}

.timetable .day .cal {
  top: 0;
  right: 0;
  width: 35px;
  padding-right: 5px;
  font-size: 14px;
  line-height: 28px;
  border-left-width: 1px;
  border-left-style: solid;
}

.timetable .day .prev {
  left: -38px;
}

.timetable .day .next {
  right: -38px;
}

.timetable .switcher {
  position: absolute;
  top: 0;
  right: 0;
  width: 146px;
  height: 34px;
  padding: 30px 0;
  font-size: 0;
}

.timetable .switcher a {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  overflow: hidden;
  margin: 0 2px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}

.timetable .switcher .active {
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: default;
}

.timetable .switcher .active:hover {
  color: #fff;
}

.timetable .switcher .fa-list {
  line-height: 36px;
}

.timetable .month-view th {
  width: 14.28%;
  padding: 20px 0;
  font-size: 12px;
  line-height: 16px;
}

.timetable .month-view td {
  width: 14.28%;
  border: 1px solid #fff;
  background: #efefef;
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  -webkit-user-select: none;
}

.timetable .month-view td:first-child {
  border-left: 0;
}

.timetable .month-view td:last-child {
  border-right: 0;
}

.timetable .month-view .event {
  position: relative;
}

.timetable .month-view .event a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.timetable .month-view .event a span {
  display: none;
}

.timetable .month-view .event a:hover span {
  display: block;
}

.timetable .month-view .title {
  padding: 40px 50px 20px 20px;
  text-transform: uppercase;
  color: #fff;
}

.timetable .month-view .date {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #7c7c7c;
}

.timetable .month-view .title + .date {
  color: #fff;
}

.timetable .month-view .details {
  position: relative;
  padding: 20px;
}

.timetable .month-view .popup {
  position: absolute;
  bottom: 100%;
  left: -9999px;
  width: 100%;
  color: #fff;
  opacity: 0;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

.timetable .month-view .popup:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.timetable .month-view .popup p {
  padding: 0 20px 20px;
}

.timetable .month-view .popup .title {
  padding-top: 20px;
  background: inherit;
}

.timetable .month-view .event-container {
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
}

.timetable .month-view .event-container:hover {
  color: #fff;
}

.timetable .month-view .event-container:hover .popup {
  left: 0;
  opacity: 1;
}

.timetable .week-view th {
  width: 12.5%;
  padding: 20px 0;
  font-size: 12px;
  line-height: 16px;
  color: #008fd5;
}

.timetable .week-view th span {
  color: #7c7c7c;
}

.timetable .week-view td {
  width: 12.5%;
  border: 1px solid #e3e3e3;
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  -webkit-user-select: none;
}

.timetable .week-view td:first-child {
  vertical-align: middle;
  text-align: center;
  color: #7c7c7c;
}

.timetable .week-view td:first-child i {
  display: block;
  margin: 0 auto 10px;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
}

.timetable .week-view .event {
  position: relative;
}

.timetable .week-view .event a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.timetable .week-view .event a span {
  display: none;
}

.timetable .week-view .event a:hover span {
  display: block;
}

.timetable .week-view .event-container {
  background: #efefef;
}

.timetable .week-view .event-container {
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
}

.timetable .week-view .event-container:hover {
  color: #fff;
}

.timetable .week-view .title {
  padding: 20px;
  text-transform: uppercase;
  color: #fff;
}

.timetable .week-view .details {
  position: relative;
  padding: 20px;
}

.timetable .week-view .popup {
  position: absolute;
  bottom: 100%;
  left: -9999px;
  width: 100%;
  color: #fff;
  opacity: 0;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

.timetable .week-view .popup:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.timetable .week-view .popup p {
  padding: 0 20px 20px;
}

.timetable .week-view .popup .title {
  padding-top: 20px;
  background: inherit;
}

.timetable .week-view .event-container:hover .popup {
  left: 0;
  opacity: 1;
}

.timetable .list-view th {
  width: 15%;
  padding: 20px 0;
  font-size: 12px;
  line-height: 16px;
}

.timetable .list-view th:last-child {
  width: 70%;
  padding-left: 20px;
  text-align: left;
}

.timetable .list-view td {
  width: 15%;
  border: 1px solid #e3e3e3;
  vertical-align: middle;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #7c7c7c;
  -webkit-user-select: none;
}

.timetable .list-view td i {
  display: block;
  margin: 0 auto 10px;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
}

.timetable .list-view td:last-child {
  width: 70%;
  vertical-align: top;
  font-size: 13px;
  line-height: 22px;
  text-align: left;
}

.timetable .list-view .event {
  position: relative;
  padding: 20px;
}

.timetable .list-view .event a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.timetable .list-view .event a span {
  display: none;
}

.timetable .list-view .event a:hover span {
  display: block;
}

.timetable .list-view .title {
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #000;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

.timetable .list-view .event-container:hover .title {
  color: #fff;
}

.timetable .list-view .event-container {
  background: #efefef;
}

.timetable .list-view .event-container {
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
}

.timetable .list-view .event-container:hover {
  color: #fff;
}

.timetable .list-view .popup {
  position: absolute;
  bottom: 100%;
  left: -9999px;
  width: 100%;
  padding: 20px;
  color: #fff;
  opacity: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

.timetable .list-view .popup:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.timetable .list-view .event-container:hover .popup {
  left: 0;
  opacity: 1;
}

.timetable .mobile-view {
  display: none;
}

.timetable .mobile-view dt {
  margin-top: 30px;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
}

.timetable .mobile-view dt span {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.timetable .mobile-view li {
  position: relative;
  padding: 14px 0 14px 28px;
  border-bottom: 1px solid #e1e1e1;
  line-height: 20px;
  color: #000;
}

.timetable .mobile-view li i {
  position: absolute;
  top: 15px;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
}

.timetable .mobile-view li span {
  float: right;
  margin-left: 10px;
  font-size: 12px;
  color: #7c7c7c;
}

@media screen and (max-width: 1199px) { /* laptop */
  .page-header.main-page:after {
    margin-right: -496px;
  }
  .timetable .filter {
    width: 220px;
  }
  .timetable .month-view .title {
    padding: 35px 15px 15px 15px;
  }
  .timetable .month-view .date {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .timetable .month-view .details {
    padding: 15px;
  }
  .timetable .month-view .popup p {
    padding: 0 15px 15px;
  }
  .timetable .month-view .popup .title {
    padding-top: 35px;
  }
  .timetable .week-view th span {
    display: none;
  }
  .timetable .week-view .title {
    padding: 15px;
  }
  .timetable .week-view .details {
    padding: 15px;
  }
  .timetable .week-view .popup p {
    padding: 0 15px 15px;
  }
}
@media screen and (max-width: 991px) { /* pad */
  .page-header.main-page:after {
    margin-right: -395px;
  }
  .timetable .filter {
    width: 171px;
  }
  .timetable .month-view th,
  .timetable .month-view td {
    font-size: 11px;
    line-height: 14px;
  }
  .timetable .month-view .title {
    padding: 20px 10px 10px 10px;
    font-size: 11px;
    line-height: 15px;
  }
  .timetable .month-view .date {
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
  }
  .timetable .month-view .details {
    padding: 10px;
  }
  .timetable .month-view .popup p {
    padding: 0 10px 10px;
  }
  .timetable .month-view .popup .title {
    padding-top: 20px;
  }
  .timetable .week-view th,
  .timetable .week-view td {
    width: 14.14%;
    font-size: 11px;
    line-height: 14px;
  }
  .timetable .week-view th:first-child,
  .timetable .week-view td:first-child {
    width: 1%;
    padding: 0 5px;
  }
  .timetable .week-view .title {
    padding: 10px;
  }
  .timetable .week-view .details {
    padding: 10px;
  }
  .timetable .week-view .popup p {
    padding: 0 10px 10px;
  }
}
@media screen and (max-width: 767px) { /* phone */
  .page-header.main-page:after {
    display: none;
  }
  .timetable header {
    height: auto;
  }
  .timetable .year {
    position: static;
    width: auto;
    line-height: 48px;
  }
  .timetable .month {
    padding-top: 20px;
  }
  .timetable .switcher {
    position: static;
    width: auto;
    margin-top: 20px;
    padding: 15px 0;
  }
  .timetable .month-view,
  .timetable .week-view,
  .timetable .list-view {
    display: none;
  }
  .timetable .mobile-view {
    display: block;
  }
  .caption {
    display: none;
  }
}
.caption {
    color:#000;
  }
@media screen and (max-width: 575px) { /* mini phone */
  .timetable .filter {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
  .timetable .day {
    width: auto;
    margin-right: 48px;
    margin-left: 48px;
  }
}
/**/
/* map */
/**/
.gm-map {
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) { /* laptop */ }
@media screen and (max-width: 991px) { /* pad */ }
@media screen and (max-width: 575px) { /* mini phone */ }
/**/
/* feedback */
/**/
.feedback p {
  margin-bottom: 20px;
  line-height: 22px;
}

.feedback label {
  display: block;
  margin-bottom: 5px;
  line-height: 1;
  color: #000;
}

.feedback .input {
  float: left;
  width: 420px;
  margin: 0 0 20px 30px;
}

.feedback .input:first-child {
  margin-left: 0;
}

.feedback textarea {
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) { /* laptop */
  .feedback .input {
    width: 340px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 991px) { /* pad */
  .feedback .input {
    width: 265px;
    margin-left: 18px;
  }
}
@media screen and (max-width: 767px) { /* phone */
  .feedback .input {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
/*----------------------------------------------------------------------------*/
/*                                  ELEMENTS                                  */
/*----------------------------------------------------------------------------*/
/**/
/* text */
/**/
.wpb_text_column h1 {
  font-weight: 700 !important;
  color: #000 !important;
  margin-bottom: 0.5em !important;
}

.vc_row-fluid,
.wpb_content_element {
  margin-bottom: 50px;
}

.wpb_text_column ul li {
  position: relative;
  margin-top: 10px;
  padding-left: 24px;
  line-height: 22px;
}

.wpb_text_column ul li:before {
  content: "\f00c";
  position: absolute;
  top: 1px;
  left: 0;
  width: 19px;
  height: 19px;
  font: 14px/20px Font Awesome\ 5 Free;
  text-align: center;
  color: #fff;
}

.wpb_text_column ul li:first-child {
  margin-top: 0;
}

.wpb_text_column .ul2 li:before {
  content: "\f0c1";
}

.wpb_text_column .ul3 li:before {
  content: "\f067";
}

.wpb_text_column .alignleft {
  float: left;
  margin: 0 20px 10px 0;
  padding: 3px;
  border: 1px solid #e4e4e4;
}

/**/
/* accordion */
/**/
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  display: none;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_section {
  margin-top: -1px;
  border: 1px solid #e3e3e3;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_section:first-child {
  margin-top: 0;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  position: relative;
  margin: 0;
  background: none;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  position: relative;
  padding: 11px 38px 11px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:after,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 12px;
  height: 4px;
  margin-top: -2px;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:before {
  right: 17px;
  width: 4px;
  height: 12px;
  margin-top: -6px;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active a:before {
  display: none;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_content {
  padding: 0 20px 20px 20px;
}

.wpb_accordion.wpb_accordion_alt .wpb_accordion_wrapper .wpb_accordion_content {
  padding: 20px;
}

.wpb_accordion.wpb_accordion_alt .wpb_accordion_wrapper .ui-state-active a:after {
  background: #fff;
}

/**/
/* buttons */
/**/
.wpb_button {
  position: relative;
  display: inline-block;
  padding: 11px 21px;
  border-width: 3px;
  border-style: solid;
  border-radius: 0;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  color: #fff;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-transition: border 0.3s, background 0.3s, color 0.3s;
  -ms-transition: border 0.3s, background 0.3s, color 0.3s;
  -moz-transition: border 0.3s, background 0.3s, color 0.3s;
  -webkit-transition: border 0.3s, background 0.3s, color 0.3s;
}

.wpb_button:hover {
  background: #fff;
}

.wpb_button.wpb_btn-alt {
  background: #fff;
}

.wpb_button.wpb_btn-large {
  padding: 15px 25px;
  border-radius: 0;
  font-size: 18px;
  line-height: 24px;
}

.wpb_button.wpb_btn-rounded {
  border-radius: 5px;
}

.wpb_button.wpb_btn-arrow-right:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -5px 0 0 3px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left-width: 5px;
  border-left-style: solid;
}

/**/
/* callout */
/**/
.callout {
  position: relative;
  min-height: 50px;
  padding: 23px 23px 23px 130px;
  background: #f5f5f5;
  text-align: left;
}

.callout-content, .callout-button {
  display: inline-block;
  vertical-align: middle;
  font-size: medium;
}

.callout-wrapper, .wpb_call_to_action {
  font-size: 0;
}

.callout-content {
  width: 70%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border;
}

.callout-button {
  text-align: right;
  width: 30%;
}

.callout-button .button {
  vertical-align: middle;
  /*  word-break:break-all;*/
}

.callout .title {
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 34px;
}

.callout .subtitle {
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.callout .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 110px;
  font-size: 54px;
  line-height: 110px;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}

.callout .icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.callout .icon i {
  position: relative;
}

.wpb_call_to_action {
  padding: 30px;
  border: 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .wpb_call_to_action, .callout {
    padding: 20px;
  }
  .callout .icon, .wpb_call_to_action .icon {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .callout-content, .callout-button {
    display: block;
    width: 100%;
    text-align: center;
  }
  .callout-button {
    padding-top: 20px;
  }
}
.wpb_call_to_action .wpb_button, .detailed-services .wpb_button {
  max-width: none;
  padding: 11px 21px;
  border: 3px solid #fff;
  border-radius: 0;
  background: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

.wpb_call_to_action .wpb_button:hover, .detailed-services .wpb_button:hover {
  color: #008fd5;
}

.wpb_call_to_action .wpb_call_text {
  padding-top: 5px;
  font-size: 30px;
  line-height: 40px;
}

/**/
/* capitalized */
/**/
.capitalized:first-letter {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  margin: 5px 10px 0 0;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  color: #fff;
}

/**/
/* chart graph */
/**/
.chart-graph {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.2em;
}

.pieLabel div {
  font-size: 18px !important;
  line-height: 0 !important;
  font-weight: 700 !important;
  color: #fff !important;
}

/**/
/* dividers */
/**/
.vc_text_separator {
  height: 0;
  margin: 35px 0;
  border-bottom: 1px solid #e3e3e3;
}

.vc_text_separator3 {
  border-bottom-style: dashed;
}

/**/
/* icons */
/**/
.soc-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  border-width: 3px;
  border-style: solid;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

.soc-icon:hover {
  background: #fff;
}

.soc-icon.soc-icon-alt {
  background: #fff;
}

.soc-icon.soc-icon-alt:hover {
  color: #fff;
}

/**/
/* messages */
/**/
.wpb_alert {
  position: relative;
  padding: 9px 10px 9px 75px;
  border: 0;
  border-radius: 0;
  background: #eb9605;
  text-shadow: none;
  color: #fff;
}

.wpb_alert:after {
  content: "\f0e7";
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  font: 30px/60px Font Awesome\ 5 Free;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}

.wpb_alert:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  background: rgba(255, 255, 255, 0.2);
}

.wpb_alert .messagebox_text {
  padding: 0;
  background: none;
}

.wpb_alert .messagebox_text h1 {
  font-size: 18px;
  line-height: 22px;
}

.wpb_alert h1 {
  font-size: 18px;
  line-height: 22px;
}

.wpb_alert .messagebox_text p {
  line-height: 20px;
}

.wpb_alert_info {
  background: #5fbcea;
}

.wpb_alert_info:after {
  content: "\f05a";
}

.wpb_alert_error {
  background: #fe4e50;
}

.wpb_alert_error:after {
  content: "\f05e";
}

.wpb_alert_confirm {
  background: #00b85d;
}

.wpb_alert_confirm:after {
  content: "\f00c";
}

.wpb_alert_alt {
  background: #efefef;
  color: #7c7c7c;
}

.wpb_alert_alt:after {
  text-shadow: none;
  color: #eb9605;
}

.wpb_alert_alt:before {
  background: none;
  box-shadow: inset 0 0 0 1px #eb9605;
}

.wpb_alert_alt .messagebox_text h1 {
  color: #eb9605;
}

.wpb_alert_alt_info:after {
  content: "\f05a";
  color: #5fbcea;
}

.wpb_alert_alt_info:before {
  box-shadow: inset 0 0 0 1px #5fbcea;
}

.wpb_alert_alt_info .messagebox_text h1 {
  color: #5fbcea;
}

.wpb_alert_alt_error:after {
  content: "\f05e";
  color: #fe4e50;
}

.wpb_alert_alt_error:before {
  box-shadow: inset 0 0 0 1px #fe4e50;
}

.wpb_alert_alt_error .messagebox_text h1 {
  color: #fe4e50;
}

.wpb_alert_alt_confirm:after {
  content: "\f00c";
  color: #00b85d;
}

.wpb_alert_alt_confirm:before {
  box-shadow: inset 0 0 0 1px #00b85d;
}

.wpb_alert_alt_confirm .messagebox_text h1 {
  color: #00b85d;
}

/**/
/* milestone */
/**/
.milestone {
  line-height: 22px;
  color: #000;
}

.milestone .icon {
  position: relative;
  float: left;
  width: 110px;
  height: 110px;
  margin-right: 20px;
  font-size: 60px;
  line-height: 110px;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}

.milestone .icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.milestone .icon i {
  position: relative;
  z-index: 1;
}

.milestone .title {
  padding-top: 25px;
  font-size: 38px;
  line-height: 38px;
}

.milestone-alt .icon {
  text-shadow: none;
}

.milestone-alt .icon:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background: #fff;
}

/**/
/* pricing table */
/**/
.pricing-table .col {
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 0 0 1px #fff;
  text-align: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.pricing-table .col-4 {
  width: 25%;
  background: #f4f4f4;
}

.pricing-table .head {
  padding: 20px 0;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}

.pricing-table .head span {
  display: block;
  font-size: 28px;
  line-height: 28px;
}

.pricing-table .price {
  position: relative;
  padding: 30px 0 25px;
  font-size: 70px;
  line-height: 50px;
  background: #fff;
}

.pricing-table .price div {
  display: inline-block;
  margin-left: -14px;
}

.pricing-table .price sup {
  vertical-align: top;
  font-size: 24px;
  line-height: 1;
}

.pricing-table .price span {
  display: block;
  margin-top: 5px;
  padding-right: 4px;
  font-size: 18px;
  line-height: 18px;
  text-align: right;
}

.pricing-table .join {
  padding: 0 !important;
  width: 100% !important;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing-table .col:hover .join {
  border-right: 0 !important;
}

.pricing-table .join button:hover {
  color: #fff;
}

.pricing-table .join button {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

.pricing-table .col:hover .summary {
  background: #fff !important;
  color: #000 !important;
}

.pricing-table .listing {
  padding-top: 30px;
  line-height: 20px;
}

.pricing-table .listing li {
  padding: 4px 15px;
  border-bottom: 1px solid #e1e1e1;
  text-align: left;
}

.pricing-table .listing i {
  display: block;
  float: left;
  width: 14px;
  margin-right: 10px;
  line-height: 20px;
  text-align: center;
}

.pricing-table .summary {
  padding: 20px 10px;
  font-size: 13px;
  line-height: 16px;
}

.pricing-table .col:hover {
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -o-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
}

.pricing-table .col:hover .price {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}

.pricing-table .col:hover .price .join {
  display: block;
}

.pricing-table .col:hover .listing li {
  color: #000;
}

.pricing-table .col:hover .summary {
  color: #fff;
}

.pricing-table .head-first {
  padding: 62px 0 61px;
  border-bottom: 1px solid #fff;
  font-size: 28px;
  line-height: 30px;
}

.pricing-table .listing-first {
  padding-top: 30px;
  line-height: 20px;
}

.pricing-table .listing-first li {
  position: relative;
  padding: 4px 15px 4px 20px;
  border-bottom: 1px solid #e1e1e1;
  text-align: left;
  color: #000;
}

.pricing-table .listing-first li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  width: 4px;
  height: 4px;
}

.pricing-table .summary-first {
  padding: 20px 10px;
  font-size: 13px;
  line-height: 16px;
  color: transparent;
}

.pricing-table .col-first:hover {
  background: #f4f4f4;
  box-shadow: none;
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}

@media screen and (max-width: 991px) { /* pad */
  .pricing-table .col-4 {
    width: 50%;
  }
}
@media screen and (max-width: 575px) { /* mini phone */
  .pricing-table .col-4 {
    width: 100%;
  }
}
/**/
/* progress bar */
/**/
.vc_progress_bar .vc_single_bar {
  position: relative;
  height: 20px;
  margin: 0 0 45px 190px;
  padding: 0;
  border-radius: 0;
  background: #efefef;
  box-shadow: none;
}

.vc_progress_bar .vc_single_bar .vc_bar {
  position: static;
  border-radius: 0;
  background-image: url(../img/progress-bar.png) !important;
}

.vc_progress_bar .vc_single_bar .vc_bar em {
  position: absolute;
  bottom: 100%;
  width: 32px;
  margin: 0 0 5px -16px;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  color: #fff;
}

.vc_progress_bar .vc_single_bar .vc_bar em:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  border-top-width: 4px;
  border-top-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.vc_progress_bar .vc_single_bar .vc_label {
  position: absolute;
  top: 0;
  left: -190px;
  width: 190px;
  overflow: hidden;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  text-shadow: none !important;
  color: #7c7c7c !important;
}

.vc_progress_bar.vc_progress_bar_alt {
  padding: 20px;
  background: #efefef;
}

.vc_progress_bar.vc_progress_bar_alt .vc_single_bar {
  height: 13px;
  margin-left: 170px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #e4e4e4;
}

.vc_progress_bar.vc_progress_bar_alt .vc_single_bar:after {
  content: "";
  position: absolute;
  top: 100%;
  right: -20px;
  left: -190px;
  height: 5px;
  margin-top: 20px;
  background: #fff;
}

.vc_progress_bar.vc_progress_bar_alt .vc_single_bar:last-child:after {
  display: none;
}

.vc_progress_bar.vc_progress_bar_alt .vc_single_bar .vc_bar {
  height: 13px;
}

.vc_progress_bar.vc_progress_bar_alt .vc_single_bar .vc_bar em {
  margin-bottom: 0;
  background: none;
  line-height: 20px;
}

.vc_progress_bar.vc_progress_bar_alt .vc_single_bar .vc_bar em:after {
  display: none;
}

.vc_progress_bar.vc_progress_bar_alt .vc_single_bar .vc_label {
  left: -170px;
  width: 170px;
  font-size: 13px;
  line-height: 13px;
}

/**/
/* services */
/**/
.detailed-services dt {
  position: relative;
  margin-bottom: -1px;
  padding: 11px 38px 11px 61px;
  border: 1px solid #e3e3e3;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  cursor: pointer;
}

.detailed-services dt:after,
.detailed-services dt:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 12px;
  height: 4px;
  margin-top: -2px;
}

.detailed-services dt:before {
  right: 17px;
  width: 4px;
  height: 12px;
  margin-top: -6px;
}

.detailed-services dt.opened {
  font-weight: 700;
}

.detailed-services dt.opened:before {
  display: none;
}

.detailed-services dt.opened i:after {
  display: none;
}

.detailed-services dt i {
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}

.detailed-services dt i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left-width: 4px;
  border-left-style: solid;
}

.detailed-services dd {
  display: none;
  margin-bottom: -1px;
}

.detailed-services .row {
  padding: 15px 0;
  border: 1px solid #e3e3e3;
  background: #f5f5f5;
}

.detailed-services .col {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  margin: 20px 0;
  padding: 0 40px;
  border-left: 1px solid #e3e3e3;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.detailed-services .col:first-child {
  border-left: 0;
}

.detailed-services .col li {
  position: relative;
  margin-top: 16px;
  line-height: 20px;
}

.detailed-services .col li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
}

.detailed-services .col li:first-child {
  margin-top: 0;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
}

.detailed-services .col li:first-child:before {
  display: none;
}

.detailed-services .col li:last-child {
  text-align: right;
}

.detailed-services .col li:last-child:before {
  display: none;
}

.detailed-services .col li span {
  position: relative;
  float: right;
  padding-left: 5px;
  background: #f5f5f5;
  color: #000;
}

.detailed-services .col li strong {
  position: relative;
  padding-right: 5px;
  background: #f5f5f5;
}

.detailed-services .details {
  padding: 20px 20px 20px 48px;
  color: #fff;
}

.detailed-services .details ul {
  float: left;
  width: 200px;
  margin-right: 30px;
  margin-top: 11px;
  margin-bottom: 11px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 13px;
  line-height: 21px;
}

.detailed-services .details ul:last-of-type {
  margin-right: 0;
  border-right: 0;
}

.detailed-services .details li {
  margin-top: 5px;
}

.detailed-services .details li:first-child {
  margin-top: 0;
  font-weight: 700;
}

.detailed-services .details img {
  display: block;
  float: left;
  border: 3px solid #fff;
  margin-right: 35px;
}

/*****************************************************/
.detailed-services .call-to {
  float: right;
  margin-top: 11px;
  width: 150px;
}

@media screen and (max-width: 960px) {
  .detailed-services .details > div {
    padding: 0;
  }
  .detailed-services .wpb_button_a {
    position: static;
    width: auto;
  }
  .detailed-services .wpb_button_a .wpb_button {
    float: none !important;
    position: static;
    margin-top: 20px;
    display: inline-block;
  }
}
/*****************************************************/
.services-wide ul {
  margin: 0;
}

.services-wide li {
  display: block;
  width: auto;
  min-height: 90px;
  margin: 30px 0 0 0;
  padding-bottom: 30px;
}

@media screen and (max-width: 1199px) { /* laptop */
  .detailed-services .col {
    padding: 0 30px;
  }
  .detailed-services .col li:before {
    display: none;
  }
  .detailed-services .details ul {
    width: 180px;
  }
  .detailed-services .details img {
    margin-right: 25px;
  }
}
@media screen and (max-width: 991px) { /* pad */
  .detailed-services .col {
    padding: 0 20px;
  }
  .detailed-services .details ul {
    width: 200px;
    margin-right: 4%;
  }
  .detailed-services .details img {
    display: none;
  }
}
@media screen and (max-width: 767px) { /* phone */
  .detailed-services .col {
    width: 100%;
    border: 0;
  }
  .detailed-services .col li:before {
    display: block;
  }
  .detailed-services .col li span {
    display: block;
  }
  .detailed-services .details ul {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .detailed-services .details ul:first-of-type {
    padding-top: 0;
  }
  .detailed-services .details ul:last-of-type {
    border-bottom: 0;
  }
  .detailed-services .details ul:last-child {
    border-bottom: 0;
  }
}
/**/
/* tabs */
/**/
.wpb_tabs .wpb_tabs_nav li {
  margin: 0;
  font-size: 13px;
  line-height: 41px;
  text-transform: uppercase;
}

.wpb_tabs .wpb_tabs_nav li a {
  padding: 0 20px !important;
  background: #efefef;
  color: #000;
}

.wpb_tabs .wpb_tabs_nav li.ui-tabs-active a {
  color: #fff;
}

.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  padding: 19px;
  border: 1px solid #e3e3e3;
  background: none !important;
}

.wpb_tabs.wpb_tabs_alt .wpb_tabs_nav li {
  margin-right: -1px;
}

.wpb_tabs.wpb_tabs_alt .wpb_tabs_nav li a {
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-bottom: 0;
  background: #fff;
}

.wpb_tabs.wpb_tabs_alt .wpb_tabs_nav li.ui-tabs-active a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-top-width: 5px;
  border-top-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.wpb_tour .wpb_tabs_nav {
  margin-right: -1px;
  border-width: 1px;
  border-style: solid;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.wpb_tour .wpb_tabs_nav li {
  margin: 0 0 1px 0;
}

.wpb_tour .wpb_tabs_nav li:last-child {
  margin-bottom: 0;
}

.wpb_tour .wpb_tabs_nav li a {
  padding: 10px 0 !important;
  text-align: center;
  color: #fff;
}

.wpb_tour .wpb_tabs_nav li.ui-tabs-active a {
  position: relative;
  z-index: 1;
  background: #fff;
  color: #000;
}

.wpb_tour .wpb_tabs_nav li.ui-tabs-active a:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 100%;
  width: 1px;
  background: #fff;
}

.wpb_tour .wpb_tabs_nav li.ui-tabs-active:first-child a:after {
  top: 0;
}

.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
  padding: 19px;
  border-width: 1px;
  border-style: solid;
}

@media screen and (min-resolution: 300dpi) and (max-width: 1137px) {
  .wpb_tabs li[role=tab] {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .wpb_tabs li[role=tab] {
    display: block;
    width: 100%;
    text-align: center;
  }
}
/**/
/* testimonials */
/**/
.testimonial {
  position: relative;
  padding: 35px 35px 0;
  border-width: 1px;
  border-style: solid;
  border-bottom: 0;
}

.testimonial:after,
.testimonial:before {
  position: absolute;
  width: 50px;
  height: 50px;
  font: 700 72px/82px Arial;
  text-align: center;
  color: #fff;
}

.testimonial:after {
  content: "“";
  right: -1px;
  bottom: 0;
}

.testimonial:before {
  content: "”";
  top: -1px;
  left: -1px;
}

.testimonial p {
  font-size: 13px;
  line-height: 20px;
}

.testimonial img {
  display: block;
  float: left;
  margin-right: 20px;
  padding: 1px;
  border: 1px solid #e3e3e3;
}

.testimonial .author {
  position: relative;
  margin: 35px -35px 0;
  padding: 15px 65px 15px 35px;
  font-style: italic;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}

.testimonial .author:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top-width: 10px;
  border-top-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.testimonial-alt {
  padding-top: 50px;
  text-align: center;
}

.testimonial-alt:after {
  display: none;
}

.testimonial-alt:before {
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  font-size: 60px;
  line-height: 70px;
}

.testimonial-alt .author {
  margin-top: 20px;
}

/**/
/* toggles */
/**/
.wpb_toggle {
  position: relative;
  padding: 11px 20px 11px 42px;
  border: 1px solid #e3e3e3;
  border-bottom: 0;
  background: none;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.wpb_toggle:after,
.wpb_toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  width: 12px;
  height: 4px;
  margin-top: -2px;
}

.wpb_toggle:before {
  left: 17px;
  width: 4px;
  height: 12px;
  margin-top: -6px;
}

.wpb_toggle.wpb_toggle_title_active:before {
  display: none;
}

.wpb_toggle_content + .wpb_toggle {
  margin-top: -1px;
}

.wpb_toggle_content {
  margin: 0;
  padding: 0 20px 20px 42px;
  border: 1px solid #e3e3e3;
  border-top: 0;
}

.last_toggle_el_margin {
  margin-top: -1px;
  border-top: 1px solid #e3e3e3;
}

.wpb_toggle_alt {
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
}

.wpb_toggle_alt:after {
  height: 2px;
  margin-top: -1px;
}

.wpb_toggle_alt:before {
  left: 18px;
  width: 2px;
}

.wpb_toggle_alt.wpb_toggle_title_active,
.wpb_toggle_alt.wpb_toggle_title_active:hover {
  color: #fff;
}

.wpb_toggle_alt.wpb_toggle_title_active:after,
.wpb_toggle_alt.wpb_toggle_title_active:before {
  background: #fff;
}

.wpb_toggle_content_alt {
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
}

.wpb_toggle_alt.wpb_toggle_title_active + .wpb_toggle_content_alt {
  color: #fff;
}

/**/
/* latest-tweets */
/**/
.latest-tweets li {
  margin-top: 30px;
  font-size: 13px;
  line-height: 20px;
}

.latest-tweets li:first-child {
  margin-top: 0;
}

.latest-tweets p {
  overflow: hidden;
}

.latest-tweets .pic {
  position: relative;
  display: block;
  float: left;
  width: 56px;
  height: 56px;
  margin: 2px 15px 0 0;
  font-size: 28px;
  line-height: 56px;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}

.latest-tweets .pic:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.latest-tweets .pic i {
  position: relative;
}

.latest-tweets-alt .pic {
  text-shadow: none;
}

.latest-tweets-alt .pic:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  background: #fff;
}

.latest-tweets-alt .pic i {
  z-index: 1;
}

/*----------------------------------------------------------------------------*/
/*                                   WIDGETS                                  */
/*----------------------------------------------------------------------------*/
/**/
/* widget */
/**/
.widget + .widget {
  /*margin-top: 50px;*/
}

.widget-title {
  margin-bottom: 20px;
  padding-left: 7px;
  border-left-width: 3px;
  border-left-style: solid;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

/**/
/* site search */
/**/
.widget-site-search {
  position: relative;
}

.widget-site-search .button {
  position: absolute;
  width: 40px;
  padding: 6px 0;
  top: 0;
  right: 0;
}

.widget-site-search .button:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 100%;
  margin-right: 3px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right-width: 4px;
  border-right-style: solid;
}

/**/
/* sevices */
/**/
.widget-sevices li {
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  font-size: 16px;
  line-height: 24px;
}

.widget-sevices li:first-child {
  border-top: 1px solid #e3e3e3;
}

.widget-sevices i {
  /*position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  line-height: 50px;*/
}

/*.widget-sevices a {
  position: relative;
  display: inline-block;
  padding: 12px 14px 12px 28px;
  color: #000;
}*/
.widget-sevices a i {
  left: 100%;
}

/**/
/* comments */
/**/
.widget-comments li {
  min-height: 80px;
  margin-top: 30px;
  font-size: 13px;
  line-height: 20px;
}

.widget-comments li:first-child {
  margin-top: 0;
}

.widget-comments p {
  overflow: hidden;
}

.widget-comments img {
  position: relative;
  display: block;
  float: left;
  width: 76px;
  height: 76px;
  margin-right: 15px;
  padding: 1px;
  border: 1px solid #e4e4e4;
}

.widget-comments .date {
  color: #000;
}

@media screen and (max-width: 991px) { /* pad */
  .widget-comments img {
    display: none;
  }
}
@media screen and (max-width: 767px) { /* phone */
  .widget-comments img {
    display: block;
  }
}
/**/
/* departments */
/**/
.widget-departments dl {
  border: 1px solid #e3e3e3;
  border-top: 0;
}

.widget-departments dt {
  position: relative;
  padding: 9px 38px 9px 56px;
  border-top: 1px solid #e3e3e3;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  cursor: pointer;
}

.widget-departments dt:after,
.widget-departments dt:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 12px;
  height: 4px;
  margin-top: -2px;
  background: #cbcbcb;
}

.widget-departments dt:before {
  right: 17px;
  width: 4px;
  height: 12px;
  margin-top: -6px;
}

.widget-departments dt.opened:before {
  display: none;
}

.widget-departments dt i {
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  width: 42px;
  height: 43px;
  font-size: 24px;
  line-height: 44px;
  text-align: center;
  color: #fff;
}

.widget-departments dt i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left-width: 4px;
  border-left-style: solid;
}

.widget-departments dd {
  display: none;
  padding: 2px 38px 10px 56px;
}

/**/
/* appointment */
/**/
.widget-appointment i, i.appointment {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}

i.appointment {
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
}

.widget-appointment i:after, i.appointment:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left-width: 4px;
  border-left-style: solid;
}

.widget-appointment input,
.widget-appointment textarea {
  height: 50px;
  padding: 13px 10px 13px 65px;
}

.widget-appointment .captcha-wrapper input {
  padding: 13px 6px;
}

.widget-appointment textarea {
  height: auto;
}

.widget-appointment .row {
  position: relative;
  margin-bottom: -1px;
}

/**/
/* text */
/**/
.widget-text p {
  margin-top: 20px;
}

.widget-text strong {
  color: #000;
}

/**/
/* twitter */
/**/
.widget-twitter li {
  margin-top: 30px;
  font-size: 13px;
  line-height: 20px;
}

.widget-twitter li:first-child {
  margin-top: 0;
}

.widget-twitter p {
  overflow: hidden;
}

.widget-twitter .date {
  color: #000;
}

.widget-twitter .pic {
  position: relative;
  display: block;
  float: left;
  width: 56px;
  height: 56px;
  margin: 2px 15px 0 0;
  font-size: 28px;
  line-height: 56px;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}

.widget-twitter .pic:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.widget-twitter .pic i {
  position: relative;
}

.widget-twitter-alt .pic {
  float: none;
  width: 82px;
  height: 82px;
  margin: 0 auto 15px;
  font-size: 40px;
  line-height: 82px;
  text-shadow: none;
}

.widget-twitter-alt .pic:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  background: #fff;
}

.widget-twitter-alt .pic i {
  z-index: 1;
}

.widget-twitter-alt .item {
  text-align: center;
}

.widget-twitter-alt .owl-controls {
  left: 0;
  margin-bottom: 25px;
}

.widget-twitter-alt .owl-buttons i {
  font-size: 30px;
  line-height: 60px;
}

.widget-twitter-alt .owl-buttons div {
  width: 62px;
  height: 62px;
  margin: 0;
}

.widget-twitter-alt .owl-buttons .owl-next {
  float: right;
}

#latest-tweets-carousel2 p {
  text-align: center !important;
}

/**/
/* archives */
/**/
.widget-archives li {
  margin-bottom: -1px;
  border: 1px solid #e3e3e3;
  font-size: 16px;
  line-height: 24px;
}

.widget-archives li:last-child {
  margin-bottom: 0;
}

.widget-archives a {
  position: relative;
  display: block;
  padding: 12px 10px 12px 64px;
  color: #000;
}

.widget-archives i {
  position: absolute;
  z-index: 1;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}

.widget-archives i:after {
  content: "";
  position: absolute;
  top: 21px;
  left: 100%;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left-width: 4px;
  border-left-style: solid;
}

@media screen and (max-width: 991px) { /* pad */
  .widget-archives li {
    font-size: 14px;
  }
  .widget-archives a {
    padding-left: 59px;
  }
}
@media screen and (max-width: 767px) { /* phone */
  .widget-archives li {
    font-size: 16px;
  }
  .widget-archives a {
    padding-left: 64px;
  }
}
/**/
/* calendar */
/**/
.widget-calendar td {
  border: 1px solid #e3e3e3;
  font-size: 13px;
  line-height: 37px;
  text-align: center;
}

.widget-calendar td a {
  position: relative;
  display: block;
  color: #7c7c7c;
}

.widget-calendar td a:hover {
  color: #fff;
}

.widget-calendar th {
  background: #f4f4f4;
  font-size: 9px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.widget-calendar .ui-datepicker-header {
  position: relative;
  background: #f4f4f4;
  padding-top: 2px;
  font-size: 13px;
  line-height: 25px;
  text-align: center;
  color: #333;
}

.widget-calendar .ui-datepicker-prev,
.widget-calendar .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 14.28%;
  height: 27px;
  font-size: 22px;
  color: #fff;
}

.widget-calendar .ui-datepicker-prev {
  left: 0;
}

.widget-calendar .ui-datepicker-next {
  right: 0;
}

.widget-calendar .ui-datepicker-prev i,
.widget-calendar .ui-datepicker-next i {
  display: block;
  line-height: 26px;
}

.widget-calendar .ui-datepicker-prev i {
  text-indent: -1px;
}

.widget-calendar .ui-datepicker-next i {
  text-indent: 1px;
}

.widget-calendar .ui-datepicker-today a:after {
  content: "";
  position: absolute;
  top: 70%;
  right: 20%;
  left: 20%;
  height: 3px;
}

/**/
/* tags */
/**/
.widget-tags ul {
  font-size: 0;
  padding: 1px 0 0 1px;
}

.widget-tags li {
  display: inline-block;
  margin: -1px 0 0 -1px;
  font-size: 13px;
  line-height: 29px;
}

.widget-tags a {
  display: block;
  padding: 0 10px;
  border: 1px solid #e3e3e3;
  color: #7c7c7c;
}

.widget-tags a:hover {
  color: #fff;
}

/**/
/* pagination */
/**/
.pagination ul {
  font-size: 0;
  display: inline-block;
}

.pagination {
  width: 100%;
  text-align: center;
}

.pagination,
.pagination li {
  display: inline-block;
  margin: 10px 1px;
  font-size: 13px;
  line-height: 38px;
}

.pagination a {
  display: block;
  padding: 0 15px;
  border: 1px solid #e3e3e3;
  color: #7c7c7c;
  display: inline-block;
}

.pagination a:hover,
.pagination li.current a {
  color: #fff;
}

.pagination li.dots a,
.pagination li.dots a:hover {
  border: none;
  background: none;
  color: #7c7c7c;
}

@media screen and (max-width: 575px) { /* phone */
  .pagination ul {
    display: block;
  }
}
/**/
/* details */
/**/
.widget-details p {
  margin: 0 0 20px 10px;
  line-height: 22px;
}

.widget-details ul {
  margin: 0 0 20px 10px;
}

.widget-details li {
  position: relative;
  margin-top: 8px;
  padding-left: 12px;
  line-height: 22px;
}

.widget-details li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 22px;
  color: #333;
}

.widget-details strong {
  color: #000;
}

/**/
/* contacts */
/**/
.widget-contacts dl {
  border: 1px solid #e3e3e3;
  border-top: 0;
}

.widget-contacts dt {
  position: relative;
  padding: 11px 38px 11px 19px;
  border-top: 1px solid #e3e3e3;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  cursor: pointer;
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
}

.widget-contacts dt.opened,
.widget-contacts dt.opened + dd {
  color: #fff;
}

.widget-contacts dt.opened:hover {
  color: #fff !important;
}

.widget-contacts dt:after,
.widget-contacts dt:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 12px;
  height: 4px;
  margin-top: -2px;
}

.widget-contacts dt:before {
  right: 17px;
  width: 4px;
  height: 12px;
  margin-top: -6px;
}

.widget-contacts dt.opened:after,
.widget-contacts dt.opened:before {
  background: #fff;
}

.widget-contacts dt.opened:before {
  display: none;
}

.widget-contacts dd {
  display: none;
  padding: 2px 19px 15px 19px;
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
}

.widget-contacts li {
  margin-top: 6px;
  line-height: 20px;
  color: #fff;
}

.widget-contacts li a {
  color: #fff;
}

.widget-contacts li:first-child {
  margin-top: 0;
}

.widget-contacts dd i {
  display: block;
  float: left;
  width: 14px;
  margin-right: 5px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

/**/
/* follow  */
/**/
.widget-follow ul {
  margin: -6px -3px 0;
  font-size: 0;
  text-align: center;
}

.widget-follow li {
  display: inline-block;
  vertical-align: top;
  margin: 6px 3px 0;
  font-size: 11px;
  line-height: 13px;
}

.widget-follow a {
  display: block;
  width: 84px;
  padding: 10px 0;
  border-width: 1px;
  border-style: solid;
}

.widget-follow a:hover {
  color: #fff;
}

.widget-follow i {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto 5px;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
}

.widget-follow a:hover i {
  background: #fff;
}

@media screen and (max-width: 1199px) { /* laptop */
  .widget-follow a {
    width: 67px;
  }
}
@media screen and (max-width: 991px) { /* pad */
  .widget-follow a {
    width: 80px;
  }
}
/*----------------------------------------------------------------------------*/
/*                                   FOOTER                                   */
/*----------------------------------------------------------------------------*/
/**/
/* layout */
/**/
.page-footer {
  position: relative;
  padding: 50px 0 10px;
  background: rgba(41, 0, 27, 0.8);
  color: white;
}

/**/
/* widgets */
/**/
.widget-alt .widget-icon {
  height: 110px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.widget-alt .widget-title {
  margin-bottom: 30px;
  padding: 0;
  border: 0;
  font-size: 21px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

/**/
/* top link */
/**/
.top-link {
  position: absolute;
  right: 20px;
  bottom: 100%;
  width: 44px;
  height: 44px;
  background: #213540;
  font-size: 24px;
  line-height: 44px;
  text-align: center;
  color: #fff;
}

/**/
/* last news */
/**/
.last-news {
  margin: 0 10px;
  text-align: center;
}

.last-news li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.last-news li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.last-news li:first-child {
  padding-top: 0;
}

.last-news li:first-child:after {
  display: none;
}

/**/
/* location */
/**/
.location {
  margin: 0 10px;
  text-align: center;
}

.location li,
.location li a {
  margin-top: 15px;
  color: #fff;
}

.location li i {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 5px;
  font-size: 20px;
  line-height: 30px;
  color: #213540;
}

.location li .fa-at {
  font-weight: 700;
}

.location nav {
  margin: 25px -5px 0;
  font-size: 0;
}

.location nav a {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin: 5px;
  font-size: 24px;
  line-height: 38px;
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
}

.location nav a:hover {
  color: #213540;
}

@media screen and (max-width: 767px) {
  .page-title {
    top: 0px;
  }
  .page-title nav {
    margin-right: 0px;
  }
}
/**/
/* recent posts */
/**/
.recent-posts {
  margin: 0 10px;
}

.recent-posts li {
  min-height: 80px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.recent-posts li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.recent-posts img {
  display: block;
  float: left;
  margin-right: 15px;
}

.recent-posts p {
  overflow: hidden;
  line-height: 20px;
  color: #fff;
}

@media screen and (max-width: 991px) { /* pad */
  .recent-posts li {
    min-height: 0;
    text-align: center;
  }
  .recent-posts img {
    display: none;
  }
}
/**/
/* work time */
/**/
.work-time {
  position: relative;
  margin-top: 33px;
  padding: 60px 0 30px;
  color: #fff;
}

.work-time dl {
  line-height: 42px;
}

.work-time dt {
  position: relative;
  float: left;
  width: 28px;
  padding: 0 49px 0 30px;
  text-align: center;
}

.work-time dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 29px;
  height: 1px;
  background: #213540;
}

.work-time dd {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.work-time dd:last-child {
  border: 0;
}

.work-time .button {
  display: block;
  margin: 20px 30px 0;
  padding-right: 0;
  padding-left: 0;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.2);
}

.work-time .button:hover {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.work-time .widget-icon {
  position: absolute;
  top: -33px;
  left: 0;
  width: 100%;
  height: 66px;
}

@media screen and (max-width: 1199px) { /* laptop */
  .work-time {
    padding-bottom: 20px;
  }
  .work-time dt {
    padding: 0 30px 0 20px;
  }
  .work-time dt:after {
    width: 10px;
  }
  .work-time .button {
    margin: 20px 20px 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) { /* pad */
  .work-time dt {
    float: none;
    margin-bottom: -21px;
    text-align: left;
  }
  .work-time dt:after {
    display: none;
  }
  .work-time dd {
    padding-left: 20px;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) { /* phone */
  .work-time {
    margin-top: 83px;
    padding-bottom: 30px;
  }
  .work-time dt {
    float: left;
    margin: 0;
    padding: 0 49px 0 30px;
    text-align: center;
  }
  .work-time dt:after {
    display: block;
    width: 29px;
  }
  .work-time dd {
    padding-left: 0;
    font-weight: 400;
  }
  .work-time .button {
    margin: 20px 30px 0;
    font-size: 14px;
  }
}
/**/
/* copyrights */
/**/
.copyrights {
  /*background: #1c2d36;*/
  padding: 25px 0;
  text-align: center;
  color: #fff;
}

/*----------------------------------------------------------------------------*/
/*                                 ANIMATIONS                                 */
/*----------------------------------------------------------------------------*/
/**/
/* slide up */
/**/

@-moz-keyframes slideup {
  0% {
    top: 150px;
  }
  70% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes slideup {
  0% {
    top: 150px;
  }
  70% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
.owl-carousel .item {
  margin-top: 0;
  padding-left: 0;
  padding-right: 30px;
}

.news .owl-carousel .item h3 {
  font-size: 18px;
  margin: 1em 0;
}

.wellness-style .news .item h3 {
  text-align: center;
}

.news .owl-carousel {
  margin-left: -15px;
}

.news .owl-carousel .item {
  width: 100%;
  padding-right: 0;
}

.news .owl-carousel .owl-item {
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.wellness-style .news .date {
  margin-top: 1px;
}

.wellness-style .benefits .more {
  width: 32px;
  font-size: 14px;
  display: block;
  margin-right: 10px;
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}

.wellness-style .benefits .more:before {
  position: relative;
  width: auto;
  height: auto;
  font-size: 1.5em;
  top: 0;
  left: 0;
  background: transparent;
  content: "\f00c";
  color: #fff;
  display: inline-block;
}

.wellness-style .benefits .more:after {
  display: none;
}

.widget-comments .date {
  font-weight: 700;
}

.float-right {
  float: right;
}

.widget-departments dd {
  padding-bottom: 1em;
}

.widget-departments dd i {
  width: 25px;
  height: 25px;
  margin-top: 1ex;
  line-height: 25px;
  vertical-align: none;
}

.widget-departments dd a {
  vertical-align: middle;
}

.wellness-style .widget-sevices li > i {
  color: #777 !important;
}

.grid-row > section {
  margin-bottom: 0;
}

.chart-circle {
  position: relative;
  width: 250px;
  height: 250px;
  margin-right: 30px;
  display: inline-block;
}

.chart-circle .value {
  position: absolute;
  font-size: 25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  left: 100px;
  top: 100px;
  text-align: center;
  vertical-align: middle;
}

.chart-circle.type-2 .value {
  font-weight: 700;
}

.owl-carousel .item {
  margin-bottom: 0;
}

.widget-departments dt {
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .chart-circle {
    display: block;
    margin: 0 auto;
  }
}
.grid-row > .vc_row-fluid:last-child, .grid-row > .wpb_content_element:last-child {
  margin-bottom: 0;
}

.widget-twitter:not(.widget-twitter-alt) .widget-title, .services-wide .widget-title, .widget-comments .widget-title, .doctors-carousel .widget-title {
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal;
  padding-right: 65px;
}

/**/
/*img
{
	max-width: 100%;
	height:auto;
}*/
img.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.listing {
  background: #ffffff;
}

.listing_image {
  z-index: 1;
}

/*.listing_image_container
{
	height: 100%;
	overflow: hidden;
}
.listing_image_container > img
{
	-webkit-transition: all 1600ms ease;
	-moz-transition: all 1600ms ease;
	-ms-transition: all 1600ms ease;
	-o-transition: all 1600ms ease;
	transition: all 1600ms ease;
}
.listing:hover .listing_image_container > img
{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}*/
/*追加*/
[class^=diagonal0] {
  padding: 5px 10px;
  background-size: 6px 6px !important;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSI0NiUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiNlMDMyMTgiLz48c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UwMzIxOCIvPjxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0) 46%, #ccc 49%, #ccc 51%, rgba(0, 0, 0, 0) 55%);
  background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0) 46%, #ccc 49%, #ccc 51%, rgba(0, 0, 0, 0) 55%);
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 46%, #ccc 49%, #ccc 51%, rgba(0, 0, 0, 0) 55%);
}

.diagonal01 {
  margin: 10px 0;
  width: 100%;
}

/*投稿ナビゲーション*/
input.submit {
  text-decoration: none;
  padding: 6px 10px;
  border-top: solid 1px #d2d2d2;
  border-left: solid 1px #c3c3c3;
  border-right: solid 1px #c3c3c3;
  border-bottom: solid 1px #9f9f9f;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);
  background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #dfdfdf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#dfdfdf", GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  color: #646464;
  display: inline-block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}

.post-navigation,
#image-navigation {
  margin-top: 20px;
  margin-bottom: 40px;
  zoom: 1;
}

.post-navigation:before,
#image-navigation:before {
  content: "";
  display: block;
}

.post-navigation:after,
#image-navigation:after {
  content: "";
  display: table;
  clear: both;
}

.post-navigation a,
#image-navigation a {
  text-decoration: none;
  padding: 6px 10px;
  border-top: solid 1px #d2d2d2;
  border-left: solid 1px #c3c3c3;
  border-right: solid 1px #c3c3c3;
  border-bottom: solid 1px #9f9f9f;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);
  background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #dfdfdf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#dfdfdf", GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: bold;
  color: #646464;
  display: inline-block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}

.post-navigation a .meta-nav,
#image-navigation a .meta-nav {
  display: inline-block;
}

.post-navigation a:hover,
#image-navigation a:hover {
  border-top: solid 1px #dadada;
  border-left: solid 1px #cfcfcf;
  border-right: solid 1px #cfcfcf;
  border-bottom: solid 1px #a8a8a8;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ebebeb), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #ebebeb, #ffffff);
  background: -moz-linear-gradient(center bottom, #ebebeb 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #ebebeb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ebebeb", GradientType=0);
}

.post-navigation .nav-previous .meta-nav,
#image-navigation .nav-previous .meta-nav {
  margin-right: 7px;
}

.post-navigation .nav-next .meta-nav,
#image-navigation .nav-next .meta-nav {
  margin-left: 7px;
}

.single-nav-wrapper {
  overflow: hidden;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  white-space: nowrap;
}

.post-navigation .nav-previous {
  padding-left: 30px;
  float: left;
}

.post-navigation .nav-next {
  padding-right: 30px;
  float: right;
  text-align: right;
}

.tip, .hinin, .yobou {
  color: #CCC;
}

.option1 {
  color: red !important;
  font-weight: bold !important;
}

.option2 {
  color: red !important;
  font-weight: bold !important;
}

.option3 {
  color: red !important;
  font-weight: bold !important;
}

ul.motto li {
  list-style: inside disc;
  padding: 2px 0 0 5px;
  font-weight: bold !important;
}

ul.out01 li {
  list-style: outside disc;
  margin-left: 20px;
}

/* MARQUEE */
.marquee_bg {
  width: 100%;
  /*background: #ffffff;*/
  padding-bottom: 0px !important;
}

.marqueeRightLeft {
  /*max-width: 1080px;*/
  padding: 0.5em 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  text-align: left;
  /*background:#00CCCC;


  color:#fff;*/
  font-weight: bold;
}

.marqueeRightLeft p:after {
  content: "";
  white-space: nowrap;
}

.marqueeRightLeft p {
  margin: 0;
  padding-left: 100%;
  display: inline-block;
  white-space: nowrap;
  -webkit-animation-name: marqueeRL;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 28s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: marqueeRL;
  -moz-animation-timing-function: linear;
  -moz-animation-duration: 28s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: marqueeRL;
  -ms-animation-timing-function: linear;
  -ms-animation-duration: 28s;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: marqueeRL;
  -o-animation-timing-function: linear;
  -o-animation-duration: 28s;
  -o-animation-iteration-count: infinite;
  animation-name: marqueeRL;
  animation-timing-function: linear;
  animation-duration: 28s;
  animation-iteration-count: infinite;
}

@-webkit-keyframes marqueeRL {
  from {
    -webkit-transform: translate(0);
  }
  to {
    -webkit-transform: translate(-100%);
  }
}
@-moz-keyframes marqueeRL {
  from {
    -moz-transform: translate(0);
  }
  to {
    -moz-transform: translate(-100%);
  }
}

@-o-keyframes marqueeRL {
  from {
    -o-transform: translate(0);
  }
  to {
    -o-transform: translate(-100%);
  }
}
@keyframes marqueeRL {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(-100%);
  }
}
dl.dl01 {
  background: #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.dl01 dt,
.dl01 dd {
  padding: 5px 0px 5px 5px;
  border-top: 1px solid #ccc;
}

dt.dt01 {
  width: 50%;
  float: left;
}

dt.dt01h {
  height: 10px;
  width: 50%;
  float: left;
}

dd.dd01a {
  width: 25%;
  margin-left: 50%;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
  text-align: center;
}

dd.dd01b {
  margin-left: 75%;
  margin-top: -34px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin-bottom: 0px !important;
  border-left: 1px solid #ccc;
  text-align: center;
}

dt.dt02 {
  width: 25%;
  float: left;
}

dd.dd02a {
  width: 25%;
  margin-left: 25%;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
  text-align: center;
}

dd.dd02b {
  background: #fff;
  width: 25%;
  margin-left: 50%;
  margin-top: -36px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
  text-align: center;
}

dd.dd02c {
  background: #fff;
  margin-left: 75%;
  margin-top: -36px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
  text-align: center;
}

dt.dt03 {
  width: 50%;
  float: left;
}

dd.dd03a {
  background: #fff;
  width: 25%;
  margin-left: 50%;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
  text-align: center;
}

dd.dd03ah {
  height: 91px !important;
  background: #fff;
  width: 25%;
  margin-left: 50%;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
  text-align: center;
}

dd.dd03b {
  background: #fff;
  margin-left: 75%;
  margin-top: -39px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
  text-align: center;
}

dd.dd03bh {
  height: 91px !important;
  background: #fff;
  margin-left: 75%;
  margin-top: -91px;
  padding-right: 5px;
  border-left: 1px solid #ccc;
  padding-bottom: 5px;
  text-align: center;
}

dt.dt031 {
  width: 50%;
  float: left;
}

dd.dd031a {
  background: #fff;
  width: 25%;
  margin-left: 50%;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
  text-align: center;
}

dd.dd031b {
  background: #fff;
  margin-left: 75%;
  margin-top: -36px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
  text-align: center;
}

dt.dt04 {
  width: 25%;
  float: left;
  vertical-align: middle;
}

dd.dd04a {
  width: 25%;
  margin-left: 25%;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
  text-align: center;
}

dd.dd04b {
  background: #fff;
  width: 25%;
  margin-left: 50%;
  margin-top: -36px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
  text-align: center;
}

dd.dd04c {
  background: #fff;
  margin-left: 75%;
  margin-top: -36px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
  text-align: center;
}

dd.dd05a {
  width: 25%;
  margin-left: 25%;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
  text-align: center;
}

dd.dd05b {
  background: #fff;
  width: 25%;
  margin-left: 50%;
  margin-top: -36px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
  text-align: center;
}

dd.dd05c {
  background: #fff;
  margin-left: 75%;
  margin-top: -36px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
  text-align: center;
}

dd.dd06a {
  width: 25%;
  margin-left: 25%;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
  text-align: center;
}

dd.dd06b {
  background: #fff;
  width: 25%;
  margin-left: 50%;
  margin-top: -36px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
  text-align: center;
}

dd.dd06c {
  background: #fff;
  margin-left: 75%;
  margin-top: -36px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
  text-align: center;
}

dd.dd07a {
  width: 25%;
  margin-left: 25%;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
  text-align: center;
}

dd.dd07b {
  background: #fff;
  width: 25%;
  margin-left: 50%;
  margin-top: -36px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
  text-align: center;
}

dd.dd07c {
  background: #fff;
  margin-left: 75%;
  margin-top: -36px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .dl01 dt,
  .dl01 dd {
    padding: 0.2vh 0px 0.2vh 0.2vh;
    border-top: 1px solid #ccc;
  }
  dl.dl01 {
    font-size: 2.7vw;
  }
  dt.dt01 {
    width: 45%;
    float: left;
  }
  dt.dt01h {
    height: auto;
    width: 40%;
    float: left;
  }
  dd.dd01a {
    height: 7vw;
    width: 30%;
    margin-left: 40%;
    padding-right: 0.2vh;
    padding-bottom: 0.2vh;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  dd.dd01b {
    height: 7vw;
    margin-left: 70%;
    margin-top: -7vw;
    padding-right: 0.2vh;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  dd.dd01c {
    height: 7vw;
    width: 27.5%;
    margin-left: 45%;
    padding-right: 0.2vh;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  dd.dd01d {
    height: 7vw;
    margin-left: 72.5%;
    margin-top: -7vw;
    padding-right: 0.2vh;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  dt.dt02 {
    height: 7vw;
    width: 20%;
    float: left;
  }
  dd.dd02a {
    height: 7vw;
    width: 25%;
    margin-left: 20%;
    padding-right: 0.2vh;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  dd.dd02b {
    height: 7vw;
    background: #fff;
    width: 27.5%;
    margin-left: 45%;
    margin-top: -7vw;
    padding-right: 0.2vh;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  dd.dd02c {
    height: 7vw;
    background: #fff;
    margin-left: 72.5%;
    margin-top: -7vw;
    padding-right: 0.2vh;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  dt.dt03 {
    width: 40%;
    float: left;
  }
  dd.dd03a {
    background: #fff;
    width: 30%;
    height: 6vw;
    margin-left: 40%;
    padding-right: 0.2vh;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  dd.dd03ah {
    height: 20vw;
    background: #fff;
    width: 30%;
    margin-left: 40%;
    padding-right: 0.2vh;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  dd.dd03b {
    background: #fff;
    margin-left: 70%;
    height: 6vw;
    margin-top: -6vw;
    padding-right: 0.2vh;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  dd.dd03bh {
    height: 20vw;
    background: #fff;
    margin-left: 70%;
    margin-top: -20vw;
    padding-right: 0.2vh;
    border-left: 1px solid #ccc;
    padding-bottom: 5px;
    text-align: center;
  }
  dt.dt031 {
    width: 45%;
    float: left;
  }
  dd.dd031a {
    background: #fff;
    width: 27.5%;
    height: 6vw;
    margin-left: 45%;
    padding-right: 0.2vh;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  dd.dd031b {
    background: #fff;
    margin-left: 72.5%;
    height: 6vw;
    margin-top: -6vw;
    padding-right: 0.2vh;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  dt.dt04 {
    width: 20%;
    float: left;
    vertical-align: middle;
  }
  dd.dd04a {
    height: 10vw;
    width: 25%;
    margin-left: 20%;
    padding-right: 0.2vh;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  dd.dd04b {
    height: 10vw;
    background: #fff;
    width: 27.5%;
    margin-left: 45%;
    margin-top: -10vw;
    padding-right: 0.2vh;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  dd.dd04c {
    height: 10vw;
    background: #fff;
    margin-left: 72.5%;
    margin-top: -10vw;
    padding-right: 0.2vh;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  dt.dt05 {
    width: 20%;
    float: left;
    vertical-align: middle;
  }
  dd.dd05a {
    height: 10vw;
    width: 25%;
    margin-left: 20%;
    padding-right: 0.2vh;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  dd.dd05b {
    height: 10vw;
    background: #fff;
    width: 27.5%;
    margin-left: 45%;
    margin-top: -10vw;
    padding-right: 0.2vh;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  dd.dd05c {
    height: 10vw;
    background: #fff;
    margin-left: 72.5%;
    margin-top: -10vw;
    padding-right: 0.2vh;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  dt.dt06 {
    width: 20%;
    float: left;
    vertical-align: middle;
  }
  dd.dd06a {
    height: 10vw;
    width: 25%;
    margin-left: 20%;
    padding-right: 0.2vh;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  dd.dd06b {
    height: 10vw;
    background: #fff;
    width: 27.5%;
    margin-left: 45%;
    margin-top: -10vw;
    padding-right: 0.2vh;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  dd.dd06c {
    height: 10vw;
    background: #fff;
    margin-left: 72.5%;
    margin-top: -10vw;
    padding-right: 0.2vh;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  dt.dt07 {
    width: 20%;
    float: left;
    vertical-align: middle;
  }
  dd.dd07a {
    height: 10vw;
    width: 25%;
    margin-left: 20%;
    padding-right: 0.2vh;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  dd.dd07b {
    height: 10vw;
    background: #fff;
    width: 27.5%;
    margin-left: 45%;
    margin-top: -10vw;
    padding-right: 0.2vh;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
    text-align: center;
  }
  dd.dd07c {
    height: 10vw;
    background: #fff;
    margin-left: 72.5%;
    margin-top: -10vw;
    padding-right: 0.2vh;
    padding-bottom: 0.2vh;
    border-left: 1px solid #ccc;
    text-align: center;
  }
}
.slider-wrapper {
  background-color: #FC0;
}

.anicom {
  float: left;
  padding: 0 10px 10px 0;
}

.anicom.aligncenter {
  float: none;
}

figcaption {
  text-align: center;
  font-weight: 300;
}

ul.post-categories {
  display: inline-flex;
}

/*コンテンツ*/
div#block02 {
  display: inline-flex;
  width: 100%;
}

.cat11 {
  display: block;
}

.cat12 {
  display: block;
}

.cat13 {
  display: block;
}

div[class^=cat1] {
  min-height: 170px;
  /*margin:0 2px;*/
  font-size: 16px;
  text-align: left;
  padding: 15px 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  background: #F4F4F4; /* Old browsers */
  background: -moz-linear-gradient(top, #F4F4F4 0%, #EDEDED 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #F4F4F4 0%, #EDEDED 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #F4F4F4 0%, #EDEDED 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#CCC", endColorstr="#EDEDED",GradientType=0 ); /* IE6-9 */
}

div.cat12 {
  /*margin:0 5px;*/
}

div#block01 {
  width: 100%;
  margin-top: 30px;
  display: inline-flex;
}

#block01_01 {
  display: block;
  width: 50%;
  float: left;
}

#block01_02 {
  width: 25%;
  float: left;
}

#block01_03 {
  width: 25%;
  float: left;
}

div[class^=cat21] {
  margin: 0;
  font-size: 16px;
  text-align: left;
  padding: 0px;
}

div[class^=cat22] {
  /*margin:0 20px;*/
  font-size: 14px;
  text-align: left;
  padding: 0px;
}

div[class^=cat23] {
  /*margin:0 20px;*/
  font-size: 14px;
  text-align: left;
  padding: 0px;
}

div#col03 {
  margin-top: 20px;
  grid-template-columns: 100%;
}

.cat31 {
  grid-column: 1;
  grid-row: 1;
}

/**
 * 5.0 - Forms
 */
div[class^=cat] h2 {
  border-bottom: 1px #FFF solid;
  box-shadow: inset 0 -1px 0 0 #CCC;
}

div[class^=cat] p {
  padding-left: 5px;
}

h2.bzcard:before {
  content: "\f2c2";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  margin: 0 20px 0 0;
}

h2.flyer:before {
  content: "\f03e";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  margin: 0 20px 0 0;
}

h2.sign:before {
  content: "\f5da";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  margin: 0 20px 0 0;
}

h2.pdf:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  margin: 0 20px 0 0;
}

h2.earth:before {
  content: "\f0e8";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  margin: 0 20px 0 0;
}

span.first_word {
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  background: #F4F4F4; /* Old browsers */
  background: -moz-linear-gradient(top, #F4F4F4 0%, #EDEDED 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #F4F4F4 0%, #EDEDED 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #F4F4F4 0%, #EDEDED 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#CCC", endColorstr="#EDEDED",GradientType=0 ); /* IE6-9 */
  display: block;
  padding: 11px 20px 7px;
  float: left;
  font-size: 200%;
  color: #666;
  font-weight: 900;
  line-height: 120%;
  margin-right: 6px;
  /*margin-top: 7px;*/
}

@media screen and (max-width: 767px) {
  span.first_word {
    float: none;
  }
}
/*.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2 top_m, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
}*/
.cat22 .row {
  margin-right: -5px;
  margin-left: -5px;
}

.down-arrow {
  color: #FFF;
  /*font-size:1.2vw;*/
  display: block;
  position: relative;
  margin: 0 auto;
  background: #CCC;
  padding: 5px 0;
  width: 400px;
  text-align: center;
}

.down-arrow:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-top: 20px solid #666;
  border-right: 200px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 200px solid transparent;
}

.down-oval {
  color: #fff;
  line-height: 46px;
  /*font-size:2.0vw;*/
  display: block;
  position: relative;
  margin: 0 auto;
  width: 200px;
  height: 50px;
  background: red;
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
  -moz-border-radius: 100px/25px;
  -webkit-border-radius: 100px/25px;
  border-radius: 100px/25px;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .down-arrow {
    width: 100%;
  }
  .down-arrow:after {
    border-right: 46vw solid transparent;
    border-left: 46vw solid transparent;
  }
}
.clear01 {
  clear: both;
  padding: 20px;
}

dl.form {
  width: 48vw;
  margin-bottom: 10px;
}

dl.form dt {
  width: 30%;
  float: left;
  padding-bottom: 5px;
}

dl.form dd {
  margin-left: 30%;
  padding-right: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  dl.form {
    width: 95vw;
    margin-bottom: 10px;
  }
  dl.form dt {
    width: 100%;
    float: none;
    padding-bottom: 5px;
  }
  dl.form dd {
    margin-left: 0;
    padding-right: 5px;
    padding-bottom: 5px;
  }
}
dl.sform {
  width: 48vw;
  margin-bottom: 10px;
}

dl.sform dt {
  width: 30%;
  float: left;
  padding-bottom: 5px;
}

dl.sform dd {
  margin-left: 30%;
  padding-right: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 991px) {
  dl.sform {
    width: 95vw;
    margin-bottom: 10px;
  }
  dl.sform dt {
    width: 100%;
    float: none;
    padding-bottom: 5px;
  }
  dl.sform dd {
    margin-left: 0;
    padding-right: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  dl.form {
    width: 100%;
    margin-bottom: 10px;
  }
  dl.sform {
    width: 100%;
    margin-bottom: 10px;
  }
  dl.sform dt {
    width: 100%;
    float: none;
    padding-bottom: 5px;
  }
  dl.sform dd {
    margin-left: 0;
    padding-right: 5px;
    padding-bottom: 5px;
  }
}
dl.contact dt,
dl.contact dd {
  padding: 5px 0px 0 10px;
  border-top: 1px solid #ccc;
}

dl.contact dt {
  width: 30%;
  float: left;
}

dl.contact dd {
  background: #fff;
  margin-left: 30%;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
}

dl.contact dd input, textarea {
  width: 100%;
}

button,
input,
select,
textarea {
  /* Corrects font size not being inherited in all browsers */
  font-size: 100%;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  margin: 0;
  /* Improves appearance and consistency in all browsers */
  vertical-align: baseline;
  *vertical-align: middle;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input {
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
  line-height: normal;
  /* Corrects inner spacing displayed oddly in IE6/7 */
  *overflow: visible;
}

a.button,
.container button:not(.slick-arrow):not([data-command]):not(.remove-color):not(.insert-link):not(.toggle-html),
html input[type=button],
input[type=reset],
input[type=submit] {
  padding: 12px 20px;
  margin: 10px auto;
  border-top: solid 1px #d2d2d2;
  border-left: solid 1px #c3c3c3;
  border-right: solid 1px #c3c3c3;
  border-bottom: solid 1px #9f9f9f;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);
  background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #dfdfdf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#dfdfdf", GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #646464;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  min-width: 120px;
  text-decoration: none;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  cursor: pointer;
  /* Corrects inability to style clickable 'input' types in iOS */
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

a.button:focus,
.container button:focus:not(.slick-arrow):not([data-command]):not(.remove-color):not(.insert-link):not(.toggle-html),
html input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  /* Button hover style */
  border-top: solid 1px #dadada;
  border-left: solid 1px #cfcfcf;
  border-right: solid 1px #cfcfcf;
  border-bottom: solid 1px #a8a8a8;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ebebeb), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #ebebeb, #ffffff);
  background: -moz-linear-gradient(center bottom, #ebebeb 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #ebebeb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ebebeb", GradientType=0);
}

a.button:active,
.container button:active:not(.slick-arrow):not([data-command]):not(.remove-color):not(.insert-link):not(.toggle-html),
html input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  /* Button click style */
  border-top: solid 1px #aaaaaa;
  border-left: solid 1px #bbbbbb;
  border-right: solid 1px #bbbbbb;
  border-bottom: solid 1px #bbbbbb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type=checkbox],
input[type=radio] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type=search] {
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-appearance: textfield;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=search]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
textarea {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  color: #111;
}

input[type=text],
input[type=email],
input[type=password] {
  margin: 0 2px;
  width: 100%;
  padding: 3px;
}

.home input[type=text],
.home input[type=email],
.home input[type=password] {
  /*width:auto;*/
}

textarea {
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  overflow: auto;
  /* Improves readability and alignment in all browsers */
  vertical-align: top;
}

ul.inline01 li {
  border: 1px #ccc solid;
  display: inline-block;
  list-style: none;
  padding: 0 3px;
}

ul.inline02 {
  padding-left: 20px;
  font-size: 0px;
}

ul.inline02 li {
  border: 1px #ccc solid;
  display: inline-block;
  list-style: none;
  padding: 0 3px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  ul.inline01 li {
    border: 1px #ccc solid;
    display: inline-block;
    list-style: none;
    padding: 0 3px;
  }
  ul.inline02 {
    padding-left: 20px;
    font-size: 0px;
  }
  ul.inline02 li {
    border: 1px #ccc solid;
    display: inline-block;
    list-style: none;
    padding: 0 3px;
    font-size: 16px;
  }
  dl,
  dt,
  dd {
    box-sizing: border-box;
  }
  /*dt,
  dd {
    padding: 5px 0px 5px 5px;
    border-top: 1px solid #ccc;
  }*/
  /*dl {
    background: #eee;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom:10px;
  }*/
  dl.cont01 dt {
    width: 100%;
    float: none;
  }
  dl.cont01 dd {
    background: #fff;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  dl.cont01 dd input, textarea {
    width: 100%;
  }
  dl.cont02 dt {
    width: 100%;
    float: none;
  }
  dl.cont02 dd {
    width: 100%;
    margin-left: 0;
    border-left: 0px;
    background: #fff;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  dl.cont02 dd input, textarea {
    width: 100%;
  }
  dl.cont02a dd {
    　height: 10vw;
    background: #fff;
    margin-left: 40%;
    width: 30%;
    padding-right: 5px;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
    text-align: right;
  }
  dl.cont02b dd {
    　height: 10vw;
    　margin-top: -10vw;
    background: #fff;
    margin-left: 70%;
    padding-right: 5px;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
    text-align: right;
  }
  dl.cont03 dt {
    height: auto !important;
    width: 60%;
    float: left;
  }
  dl.cont03 dd {
    　height: auto !important;
    background: #fff;
    margin-left: 60%;
    padding-right: 5px;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
    text-align: right;
  }
  dd:after {
    content: "";
    display: block;
    clear: both;
  }
  dl.cont05 dt {
    height: auto !important;
    width: 50%;
    float: left;
  }
  dl.cont05 dd {
    　height: auto !important;
    background: #fff;
    margin-left: 50%;
    padding-right: 5px;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
    text-align: right;
  }
  dl.contact {
    background: #eee;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  dl.contact dt,
  dl.contact dd {
    padding: 5px 0px 5px 10px;
    border-top: 1px solid #ccc;
  }
  dl.contact dt {
    width: 100%;
    float: none;
  }
  dl.contact dd {
    border-left: 0px;
    margin-left: 0;
    background: #fff;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  dl.contact dd input, textarea {
    width: 100% !important;
  }
  .fixed {
    clear: both;
  }
  blockquote {
    display: inline-block !important;
    background: #F4F5F7 url(img/blockquote.gif) 12px 8px no-repeat;
    border: 1px dashed #CCC;
    padding: 33px 12px 10px 12px;
    margin: 0 0 1.5em 0;
  }
  blockquote h4 {
    padding-left: 30px;
  }
  div.fb-like span {
    margin-top: 0 !important;
    vertical-align: top !important;
  }
}
@media (max-width: 991px) {
  div[class^=cat1] {
    margin-bottom: 10px !important;
  }
}
nav.breadcrumbs {
  height: 50px;
}

.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  height: 420px;
  text-align: center;
}

@media (max-width: 991px) {
  .img-fill {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .img-fill {
    height: 220px;
  }
}
.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

.transboxs {
padding: 20px;
background-color: rgba(255, 255, 255, 0.6);
border-radius: 10px;
/* opacity: 0.5; */
text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.slick-slide .img-fill .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.1);
  /*line-height:80vh;*/
  text-align: left;
  padding-top: 6%;
  padding-left: 10%;
  padding-right: 10%;
  /*text-shadow:#FFF 1px 1px;*/
}

.slick-slide .img-fill .info {
text-align: left;
text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.slick-slide.slick-active .transboxs {
animation: fadeInUp 1s both 1.5s;
}

.slick-slide.slick-active h2 {
animation: fadeInDown 1s both 1s;
}

.slick-slide h2 {
font-size: 1.6em;
/* padding-top: 3.0em; */
line-height: 1.8em !important;
}

.slick-slide h2 {
font: 30px/50px "M PLUS Rounded 1c", sans-serif;
text-transform: uppercase;
animation: fadeOutLeft 1s both;
margin: 0;
padding: 0;
font-weight: bolder;
border-left-width: 0px;
color: #493101;
}

@media screen and (max-width: 767px) {
.slick-slide h2 {
font: 20px/30px "M PLUS Rounded 1c", sans-serif;
	}
}
@media screen and (max-width: 991px) {
  .slick-slide .img-fill .info {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
.slick-slide img {
  /* filter:blur(5px);*/
}

.slick-slide .info > div {
  display: inline-block !important;
  /*vertical-align:middle;*/
}

.slick-slide h3 {
margin: 0;
padding: 0;
font: 23px/35px 'M PLUS Rounded 1c', sans-serif;
max-width: 50vw;
overflow: hidden;
/* height: 60px; */
animation: fadeOutLeft 1s both;

}

@media screen and (max-width: 767px) {
.slick-slide h3 {
font: 18px/40px "M PLUS Rounded 1c", sans-serif;
max-width: 80vw;
	}
}

.slick-slide h5 {
  margin: 0;
  padding: 0;
  /*font:15px/30px 'M PLUS Rounded 1c', sans-serif;*/
  color: #333;
  max-width: 600px;
  overflow: hidden;
  height: 60px;
  animation: fadeOutLeft 1s both;
}

.slick-slide.slick-active h3 {
  animation: fadeInDown 1s both 1s;
}

.slick-slide.slick-active h5 {
  animation: fadeInLeft 1s both 1.5s;
}

.slick-slide.slick-active {
  animation: Slick-FastSwipeIn 1s both;
}

.lazy01 {
  display: block !important;
}

.lazy02 {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .lazy01 {
    display: none !important;
  }
  .lazy02 {
    display: block !important;
  }
}
.slidein01 {
  animation: fadeInUp 0.5s both 1.5s;
}

.slidein02 {
  animation: fadeInUp 1s both 1.5s;
}

.slidein03 {
  animation: fadeInUp 1.5s both 1.5s;
}

.slidein04 {
  animation: fadeInUp 2s both 1.5s;
}

.slidein05 {
  animation: fadeInUp 2.5s both 1.5s;
}

.post_into a {
  color: white;
}

.post_into a:hover {
  color: #CCC;
}

.apple {
  background: #F00;
  line-height: 120%;
  padding: 0 10px;
  border-radius: 5px;
}

.wordpress {
  background: #09F;
  line-height: 120%;
  padding: 0 10px;
  border-radius: 5px;
}

.memorandum {
  background: #630;
  line-height: 120%;
  padding: 0 10px;
  border-radius: 5px;
}

.macos {
  background: #FC0;
  line-height: 120%;
  padding: 0 10px;
  border-radius: 5px;
}

.latest {
  background: #090;
  line-height: 120%;
  padding: 0 10px;
  border-radius: 5px;
}

.css {
  background: #C6F;
  line-height: 120%;
  padding: 0 10px;
  border-radius: 5px;
}

.linux {
  background: #666;
  line-height: 120%;
  padding: 0 10px;
  border-radius: 5px;
}

.workf,
.enjoyf,
.eatf {
  position: fixed;
  top: 200px;
  left: 0;
  right: 0;
  z-index: 10000;
  margin-left: auto;
  margin-right: auto;
  /*text-align: center;*/
  width: 50vw;
  background: rgba(245, 245, 245, 0.8);
  padding: 15px;
  margin-bottom: 10px;
}

.job-search-box02 {
  margin-left: auto;
  margin-right: auto;
  /*text-align: center;*/
  width: 50vw;
  background: rgba(245, 245, 245, 0.8);
  padding: 15px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .job-search-box02 {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    width: 100%;
  }
}
body:not(.home) .job-search-box {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 100%;
  background: rgba(245, 245, 245, 0.8);
  padding: 15px;
  margin-bottom: 0px;
}

.job-search-box form, legend, label, input, select, textarea, button {
  display: inline-block;
}

h1 {
  line-height: 30px;
  font-size: 26px;
}

@media screen and (max-width: 1199px) {
  .job-search-box {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .job-search-box {
    font-size: 80%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .job-search-box {
    display: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 0px;
  }
  body:not(.home) .job-search-box {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 15px;
    margin-bottom: 10px;
  }
  .job-search-box input[type=text], input[type=email], input[type=password] {
    margin: 0 auto 2px;
    width: 85%;
  }
  body:not(.home) .job-search-box input[type=text], input[type=email], input[type=password] {
    margin: 0 auto 2px;
    width: 100%;
  }
  .job-search-box form, legend, label, input, select, textarea, button {
    display: block;
    margin: 0 auto 2px;
    width: 85%;
  }
  body:not(.home) .job-search-box form, legend, label, input, select, textarea, button {
    display: inline-block;
    margin: 0 auto 2px;
    width: auto;
  }
}
.top-search-box .simple-search-box {
  width: 100%;
  padding-top: 20px;
  background: rgba(245, 245, 245, 0.8);
}

.wrap {
  /*display:block;
  position:relative;
  top: -150px;
  margin-bottom:-150px;*/
}

@media screen and (max-width: 767px) {
  .wrap {
    display: block;
    position: relative;
    top: 0px;
    margin-bottom: 0px;
  }
}
.center-cropped {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .center-cropped {
    height: 35vw;
  }
}
.center-cropped_thumb {
  width: 100px;
  height: 100px;
  background-size: cover;
  display: block;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.center-cropped_single {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.wide {
  background: rgb(244, 244, 244);
  width: 100%;
}

.zoom {
  padding: 10px;
  transition: transform 0.3s; /* Animation */
  /*width: 125px;
  height: 125px;*/
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/*general styles for buttons*/
.generalBtn {
  width: 92%;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  margin: 10px auto;
  margin-bottom: 20px;
  display: block;
  border: 1px dotted #FFF;
}

.generalBtn:hover {
  /*text-decoration: none;
  border-radius:6px 0;
  -moz-border-radius:6px 0;
  -webkit-border-radius:6px 0;
  transition: .2s ease-in; animation effect*/
  /*-webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;*/
}

.chamoiseeBtn {
  background-color: #A0785A;
  text-shadow: 0px 1px 1px #BC9D90;
  /*box-shadow: 0 0 0 5px #A0785A,
            1px 1px 4px 6px #7F7F7F;
  -moz-box-shadow: 0 0 0 5px #A0785A,
            1px 1px 4px 6px #7F7F7F;
  -webkit-box-shadow: 0 0 0 5px #A0785A,
            1px 1px 4px 6px #7F7F7F;
  -o-box-shadow: 0 0 0 5px #A0785A,
            1px 1px 4px 6px #7F7F7F;*/
}

.grey_back {
  background: #EBEBEB;
  box-shadow: 0 0 0 5px #EBEBEB, 1px 1px 3px 5px #7F7F7F;
  -moz-box-shadow: 0 0 0 5px #EBEBEB, 1px 1px 4px 6px #7F7F7F;
  -webkit-box-shadow: 0 0 0 5px #EBEBEB, 1px 1px 4px 6px #7F7F7F;
  -o-box-shadow: 0 0 0 5px #EBEBEB7, 1px 1px 4px 6px #7F7F7F;
}

.boneBtn {
  background-color: #E3DAC9;
  text-shadow: 0px 1px 1px #FFF;
  /*box-shadow: 0 0 0 5px #E3DAC9,
            1px 1px 4px 6px #7F7F7F;
  -moz-box-shadow: 0 0 0 5px #E3DAC9,
            1px 1px 4px 6px #7F7F7F;
  -webkit-box-shadow: 0 0 0 5px #E3DAC9,
            1px 1px 4px 6px #7F7F7F;
  -o-box-shadow: 0 0 0 5px #E3DAC9,
            1px 1px 4px 6px #7F7F7F;*/
}

.copperBtn {
  background-color: #B87333;
  text-shadow: 0px 1px 1px #D49869;
  /*box-shadow: 0 0 0 5px #B87333,
            1px 1px 4px 6px #7F7F7F;
  -moz-box-shadow: 0 0 0 5px #B87333,
            1px 1px 4px 6px #7F7F7F;
  -webkit-box-shadow: 0 0 0 5px #B87333,
            1px 1px 4px 6px #7F7F7F;
  -o-box-shadow: 0 0 0 5px #B87333,
            1px 1px 4px 6px #7F7F7F;*/
}

.term {
  border: 1px #CCC solid;
  border-radius: 5px;
  background-color: #EBEBEB;
  margin: 5px;
  padding: 5px;
  display: inline-block;
}

/*Modal*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*Modal End*/
.shopname { /*font-weight:bold;*/
  font-size: 80%;
}

.employtype {
  border: 1px slid #EBEBEB;
  border-radius: 5px 5px 0 0;
  background: #EBEBEB;
  color: #000;
  font-size: 80%;
  padding: 2px 5px;
}

.occupation {
  border: 1px slid #EBEBEB;
  border-radius: 5px;
  background: #EBEBEB;
  color: #666;
  font-size: 80%;
  padding: 2px 5px;
  display: inline-block;
  margin-right: 2px;
}

.parallax-container {
  /*  min-height: 250px;
    background: transparent;*/
  /*height:251px;*/
}

@media screen and (max-width: 767px) {
  .parallax-container {
    min-height: 180px;
    background: transparent;
    height: 181px;
  }
}
.submit01 {
  display: block;
  border-radius: 5px;
  max-width: 180px;
  background: #ed0006;
  padding: 5px 10px;
  margin: 10px auto;
  text-align: center;
}

.submit01 a {
  color: #fff !important;
  text-shadow: none;
}

.submit01 a:hover {
  color: #EBEBEB !important;
}

.rank {
  background: red;
  display: block;
  width: 20px;
  padding-left: 5px;
  color: white;
}

.job-search-box_m {
  display: none;
}

.newcolumn {
  float: right;
}

@media screen and (max-width: 767px) {
  /*.home .slider {margin:0 0 0;padding-top: 3rem !important;}*/
  .slick-slider {
    z-index: 15; /*background:#ccc;*/
  }
  .job-search-box_m {
    display: block;
    position: relative;
    z-index: 10;
    background: #CCC;
  }
  .parallax-center {
    text-align: center;
  }
  .newcolumn {
    float: none;
  }
}
#sidebar .textwidget {
  padding-bottom: 10px;
}

.ow {
  overflow-wrap: break-word !important;
  word-wrap: break-word;
  hyphens: auto;
}

.admin-bar .page-header.sticky-top {
  top: 12px;
}

@media screen and (max-width: 767px) {
  .admin-bar .sticky-top {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
a img.custom-logo {
  /*max-height: 100%;*/
  height: 148px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /*transition: width 2s, height 2s, background-color 2s, transform 2s;*/
}

a img.styckylogo {
  height: 79px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /*transition: width 2s, height 2s, background-color 2s, transform 2s;*/
}

.pkgr {
  background: rgb(248, 248, 248);
  background: -moz-linear-gradient(left, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(248, 248, 248)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(left, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(left, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(left, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f8f8f8", GradientType=1 );
  border-left: 1px solid #e4e8ea;
  overflow: hidden;
  margin: 0;
  width: 300px;
}

@media screen and (max-width: 767px) {
  .pkgr {
    display: block;
    margin: 0 auto;
    background: none;
    border-left: 0px solid #e4e8ea;
    overflow: hidden;
    margin: 0;
    width: 100%;
  }
}
div[class*=bx0] {
  display: block;
  padding: 10px 20px;
}

div[class*=bx0] h2 {
  cursor: pointer;
  text-align: center;
}

div[class*=bx0] h2 a {
  color: #666 !important;
}

.bx01 {
  background: #FCF;
}

.bx02 {
  background: #FCC;
}

.bx03 {
  background: #FFC;
}

.bx04 {
  background: #9FC;
}

#enjoy01.adult {
  cursor: pointer;
  background: #FCF;
}

#work01.active {
  cursor: pointer;
  background: #FFC;
}

#eat01.eat {
  cursor: pointer;
  background: #FCC;
}

#use01.usefull {
  cursor: pointer;
  background: #9FC;
}

.now {
  box-shadow: inset 1px 1px 3px #999;
  /*border-bottom:2px solid red;*/
}

#enjoyf, #eatf, #workf, #infof {
  cursor: pointer;
  text-align: center;
  color: #ed0006;
}

.vox-field {
  border-bottom: #eee solid 1px;
  padding: 10px 12px;
}

.vox-field-title {
  display: inline-block;
  float: left;
  width: 25%;
}

.vox-field-column, .vox-checkbox-list-box {
  padding-left: 25%;
}

textarea {
  width: 100%;
}

div[id^=\'shop_info_meta\'] .inside {
  padding: 0 0 0 !important;
}

.size-input-name {
  width: 16em;
}

.size-input-nameS {
  width: 8em;
}

.size-input-company {
  width: 17em;
}

.size-input-division {
  width: 17em;
}

.size-input-quantity {
  width: 5em;
}

.size-input-giving {
  width: 7em !important;
  display: inline-block;
}

.size-input-zip {
  width: 8em;
}

.size-input-zip3 {
  width: 4em;
}

.size-input-zip4 {
  width: 5em;
}

.size-input-pref {
  width: 6em;
}

.size-input-address {
  width: 26em;
}

.size-input-tel {
  width: 12.5em;
}

.size-input-telS {
  width: 5em;
}

.size-input-homepage {
  width: 35em;
}

.size-input-email {
  width: 20em;
}

.size-input-message {
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none !important;
  width: 100% !important;
}

/*.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: none!important; 
    width: 100%!important;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none!important; 
    width: 100%!important;
}*/
.col-1 {
  -ms-flex: 0 0 50% !important;
  flex: 0 0 50% !important;
  width: 50% !important;
}

.col-2 {
  /*-ms-flex: 0 0 50%!important;
  flex: 0 0 50%!important;
  width: 50%!important;*/
}

@media screen and (max-width: 767px) {
  .col-1 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    width: 100% !important;
  }
  .col-2 {
    /*-ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    width: 100%!important;*/
  }
}
label.station {
  display: flex;
  width: 100%;
}

#first {
  display: block;
  float: left;
  order: 1;
  -webkit-order: 1;
}

#second {
  display: block;
  float: left;
  order: 2;
  -webkit-order: 2;
}

/*.home .svg-inline--fa{height:4em;}
.svg-inline--fa{height:2em;}*/
[id^=fa-times] {
  display: block;
  width: 20px;
  cursor: pointer;
}


@media screen and (max-width: 767px) {
  .top_m {
    padding-top: 35px;
  }
}
ul.sidemenu {
  font-size: small;
}

#wpadminbar .screen-reader-shortcut {
  position: relative;
  top: 0;
  display: none;
}

#wpadminbar * {
  font-size: 16px;
  font-weight: 400;
  /*font-family: "M PLUS Rounded 1c";*/
}

.woocommerce-MyAccount-navigation ul {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.125), inset 0 1px 0 hsla(0, 0%, 100%, 0.5);
  margin-bottom: 10px;
  border-radius: 6px;
  background-clip: padding-box;
  background-color: #9c3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
  background-image: linear-gradient(#fff, #f5f5f5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.125), inset 0 1px 0 hsla(0, 0%, 100%, 0.5);
}

.woocommerce-MyAccount-navigation li {
  -webkit-box-shadow: 0 1px 0 #fff;
  padding: 1px;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 1px 0 #fff;
}

.woocommerce-MyAccount-navigation li.last, .woocommerce-MyAccount-navigation li:last-child {
  -webkit-box-shadow: none;
  border-bottom: 0 none;
  box-shadow: none;
}

.woocommerce-MyAccount-navigation ul li a {
  height: 42px;
  padding: 0 12px;
  border: 1px solid transparent;
  color: #444;
  line-height: 40px;
  text-align: left;
  text-overflow: ellipsis;
}

#compare {
  visibility: hidden;
}

.menu-ani-button {
  cursor: pointer;
  width: 22px; /*---線の長さ---*/
  /*height: 22px; ---線の太さ長さによって調整---*/
  position: relative;
  z-index: 99999;
  top: -8px;
  left: 95%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home .bar, .home .bar:before, .home .bar:after {
  background-color: #ffffff;
}

.bar, .bar:before, .bar:after {
  height: 3px;
  border-radius: 2px;
  width: 100%;
  background-color: #fff;
  transition: all 0.25s;
  position: absolute;
}

.bar {
  left: 0;
  top: 7px;
}

.bar:before {
  content: "";
  left: 0;
  top: -7px;
}

.bar:after {
  content: "";
  left: 0;
  top: 7px;
}

.menu-animated .bar {
  background-color: transparent;
  transition: all 0.25s;
}

.menu-animated .bar:before {
  transition: all 0.25s;
  content: "";
  transform: rotate(45deg);
  top: 0px;
}

.menu-animated .bar:after {
  transition: all 0.25s;
  content: "";
  transform: rotate(-45deg);
  top: 0px;
}

a {
  text-decoration: none;
}

.svg-inline--fa {
  vertical-align: middle !important;
}

.pbox {
  position: absolute;
  bottom: 0;
  display: flex;
}

#workbox, #eatplayb {
  display: block;
  width: 100%;
  height: 20px;
  border: 1px #ccc solid;
  border-radius: 10px;
}

.workbox {
  background: #660000;
}

.eatplayb {
  background: #00F;
}

/*#salary_price {display:none;}
#price_hour,#price_day,#price_month {display:none;}*/
.options {
  display: inline-flex;
}

@media screen and (max-width: 767px) {
  .options {
    display: block;
  }
}
.surround {
  display: inline-flex;
}

#cpop {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100px;
  text-align: center;
  position: fixed;
  bottom: -100px;
  right: 0px;
  /*transition:opacity .5s, visibility .5s;
   visibility:hidden;   
   opacity: 0;*/
  animation-duration: 0.5s;
  animation-name: slideout_p;
  z-index: 1022;
}

@keyframes slideout_p {
  from {
    bottom: 0px;
  }
  to {
    bottom: -100px;
  }
}
#cpop.contact_popup {
  opacity: 1;
  visibility: visible;
  animation-duration: 0.5s;
  position: fixed;
  animation-name: slidein_p;
  bottom: 0px;
  right: 0px;
}

#cpop.contact_fixed {
  opacity: 1;
  visibility: visible;
  animation-duration: 0.5s;
  position: relative;
  animation-name: slidein_p;
  bottom: 0px;
  right: 0px;
}

@keyframes slidein_p {
  from {
    bottom: -100px;
  }
  to {
    bottom: 0px;
  }
}
.delay01 {
  animation-delay: 0.5s;
}

.alpha {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0.3 !important;
}

/*Go To Top*/
#button {
  display: inline-block;
  background: rgba(41, 0, 27, 0.8);
  width: 50px;
  height: 80px;
  text-align: center;
  border-radius: 10px 0 0 10px;
  position: fixed;
  bottom: 160px;
  right: -55px;
  animation-duration: 0.5s;
  animation-name: slideout_b;
  padding-top: 0.8em;
  z-index: 1001;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
  /* animation-duration: .5s; */
  position: fixed;
  animation-name: slidein_b;
  /* bottom: 30px; */
  right: 0px;
}

#searchform01, #searchform02, #searchform03 {
  font-size: 125%;
}

div[id^=searchform0] input[type=checkbox], div[id^=searchform0] input[type=radio] {
  transform: scale(2);
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  #searchform01, #searchform02, #searchform03 {
    width: 100%;
  }
}
dd {
  margin-bottom: 0rem !important;
}

ol, ul {
  padding-left: 0rem !important;
}

p {
  margin-bottom: 0rem !important;
}

a {
  color: #660000;
  /*color:rgba(195,13,34,1);*/
}

a:hover {
  color: red;
  text-decoration: none;
}

.page-footer a {
  color: #FFCC66;
	text-decoration: underline;
}

.page-footer a:hover {
  color: #FFFF00;
}

.main-nav li a:hover {
  background: red;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

.shadow_white {
  text-shadow: #fff 1px 1px;
}

.col-6.acra {
  width: 100%;
  font-size: 13px;
}

@media screen and (max-width: 991px) {
  .row-xl-eq-height, .row-eq-height {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .map_section_content {
    height: 100%;
    padding: 31px 32px 32px 32px;
  }
}
.pagination span {
  padding: 10px 15px;
  border: 1px solid #e3e3e3;
}

.pagination span.current {
  color: #1C7B91;
  border: 1px solid #1C7B91;
}

.img-fill img {
  bottom: 220px;
}

@media screen and (max-width: 991px) {
  .img-fill img {
    bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .col-6.acra {
    width: 50%;
  }
  .img-fill img {
    bottom: 0px;
  }
  .drk {
    text-align: center;
  }
}
hr {
  margin: 1rem 0 !important;
  border: 0 !important;
  border-top: 1px solid !important;
}

.parallax-container {
  min-height: 320px;
  background: transparent;
}

.highlight-yellow {
  border-radius: 1em 0 1em 0;
  background-image: linear-gradient(-100deg, rgba(255, 224, 0, 0.2), rgba(255, 224, 0, 0.7) 95%, rgba(255, 224, 0, 0.1));
}

.highlight-green {
  border-radius: 1em 0 1em 0;
  background-image: linear-gradient(-100deg, rgba(0, 255, 20, 0.2), rgba(0, 255, 20, 0.7) 95%, rgba(0, 255, 20, 0.1));
}

.btn0 {
  position: relative;
  top: 170px;
}

@media screen and (max-width: 991px) {
  .btn0 {
    top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .btn0 {
    top: 60px;
  }
}
.box {
  position: relative;
  /*top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: rgba(#000, 0.5);*/
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  padding: 5px;
  border: 2px solid #b78846;
}
.box:before, .box:after {
  content: "•";
  position: absolute;
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #b78846;
  border: 2px solid #b78846;
  line-height: 12px;
  top: 5px;
  text-align: center;
}
.box:before {
  left: 5px;
}
.box:after {
  right: 5px;
}
.box .box-inner {
  position: relative;
  border: 2px solid #b78846;
  padding: 40px;
}
.box .box-inner:before, .box .box-inner:after {
  content: "•";
  position: absolute;
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #b78846;
  border: 2px solid #b78846;
  line-height: 12px;
  bottom: -2px;
  text-align: center;
}
.box .box-inner:before {
  left: -2px;
}
.box .box-inner:after {
  right: -2px;
}

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}

.bd-callout-success {
  border-left-color: #28a745 !important;
}

.bd-callout-danger {
  border-left-color: #dc3545 !important;
}

.bd-callout-warning {
  border-left-color: #f0ad4e !important;
}

.marker_y {
  background: linear-gradient(transparent 50%, #ffff66 50%);
}

/*#list-example.sticky-top {
  top: 250px;
}*/

button.wpcf7cp-cfm-edit-btn {
  /*margin-right: 20px;

  margin-bottom: 20px;*/
  padding: 12px 20px;
  border-top: solid 1px #d2d2d2;
  border-left: solid 1px #c3c3c3;
  border-right: solid 1px #c3c3c3;
  border-bottom: solid 1px #9f9f9f;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);
  background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #dfdfdf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#dfdfdf", GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #646464;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  width: auto;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button.wpcf7cp-cfm-edit-btn:active {
  border-top: solid 1px #aaaaaa;
  border-left: solid 1px #bbbbbb;
  border-right: solid 1px #bbbbbb;
  border-bottom: solid 1px #bbbbbb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

button.wpcf7cp-cfm-submit-btn {
  /* margin-bottom: 20px;*/
  padding: 12px 20px;
  border-top: solid 1px #d2d2d2;
  border-left: solid 1px #c3c3c3;
  border-right: solid 1px #c3c3c3;
  border-bottom: solid 1px #9f9f9f;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);
  background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #dfdfdf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#dfdfdf", GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #646464;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  width: auto;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button.wpcf7cp-cfm-submit-btn:active {
  border-top: solid 1px #aaaaaa;
  border-left: solid 1px #bbbbbb;
  border-right: solid 1px #bbbbbb;
  border-bottom: solid 1px #bbbbbb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

#wpcf7cpcnf table {
  display: table;
  background: #eee;
  width: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 10px;
}

#wpcf7cpcnf table tr th {
  padding: 5px;
  border-top: 1px solid #ccc;
  width: 30%;
  /*float: left;*/
}

#wpcf7cpcnf table tr td {
  padding: 5px;
  border-top: 1px solid #ccc;
  background: #fff;
  /*margin-left: 30%;*/
  border-left: 1px solid #ccc;
}

.input-group {
  width: auto;
}

.list-group-item.active {
  background-color: red;
  border-color: red;
}

@media screen and (max-width: 767px) {
  header + .container {
    padding-top: 3rem !important;
  }
}
.spacer01 {
  position: relative;
  top: -6px;
}

@media screen and (max-width: 767px) {
  .spacer01 {
    position: relative;
    top: -7px;
  }
  .logged-in .locoinfo {
    background: #F0037F;
  }
}
.wpcf7-number {
  width: 120px;
}

#wrapper h2.woocommerce-loop-product__title::before {
  display: inline-flex;
  position: relative;
  top: 10px;
  right: 10px;
  content: none;
}

#wrapper h2.entry-title::before {
  display: inline-flex;
  position: relative;
  top: 10px;
  right: 10px;
  content: none;
}

.u-columns {
  display: flex;
}

.u-column2.col-2 {
  width: 50%;
}

.u-column1, .u-column2 {
  padding: 10px;
}

@media screen and (max-width: 991px) {
  .u-columns {
    display: block;
  }
}
/*#list-example a a.list-group-item {display:none;}*/
@media screen and (max-width: 991px) {
  #m01 button {
    width: 32px;
    height: 32px;
    margin-top: 18px;
    padding: 16px;
    border-top: solid 0px #d2d2d2;
    border-left: solid 0px #c3c3c3;
    border-right: solid 0px #c3c3c3;
    border-bottom: solid 0px #9f9f9f;
    background: #ed0006;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#dfdfdf", GradientType=0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #646464;
    display: inline-block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
  }
}

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

.visuallyhidden {
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
clip-path: inset(0px 0px 99.9% 99.9%);
overflow: hidden;
height: 1px;
width: 1px;
padding: 0;
border: 0;
}

.simple-editor-wrapper{
    border:1px solid #ccc;
    background:#fff;
    margin-bottom:20px;
}

.simple-toolbar{
    padding:10px;
    border-bottom:1px solid #ddd;
    background:#f6f7f7;
    display:flex;
    flex-wrap:wrap;
    gap:5px;
	user-select:none;
}

.simple-toolbar button{
    cursor:pointer;
}

.simple-editor{
    min-height:300px;
    padding:15px;
    outline:none;
}

.simple-editor img{
    max-width:100%;
    height:auto;
}
.hidden-textarea{
    display:none;
}


/* Loading Overlay */
.loading-overlay-showing {
  overflow: hidden; }

.loading-overlay-showing > .loading-overlay {
  opacity: 1;
  visibility: visible; }

.loading-overlay {
  transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  visibility: hidden;
  background: #FFF !important; }

body > .loading-overlay {
  position: fixed;
  z-index: 999999; }/* Loading Overlay */
.loading-overlay-showing {
  overflow: hidden; }

.loading-overlay-showing > .loading-overlay {
  opacity: 1;
  visibility: visible; }

.loading-overlay {
  transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  visibility: hidden;
  background: #FFF !important; }

body > .loading-overlay {
  position: fixed;
  z-index: 999999; }