@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style
*
* ======================================================= */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, "Merriweather", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #777;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.offcanvas #page {
  overflow: hidden;
  position: absolute;
}

.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #ff3399;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #ff3399;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

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

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

::selection {
  color: #fff;
  background: #ff3399;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.gtco-container {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  color: black;
}

.gtco-nav {
  position: relative;
  top: 0;
  margin: 0 0 50px;
  width: 100%;
  padding: 10px 0;
  z-index: 1001;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 768px) {
  .gtco-nav {
    padding: 10px 0;
    margin-bottom: 0;
  }
}
.gtco-nav #gtco-logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.gtco-nav #gtco-logo a {
  color: #000;
}

.gtco-nav #gtco-logo em {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .gtco-nav .menu-1, .gtco-nav .menu-2 {
    display: none;
  }
  #gtco-offcanvas li a img.sp {
    vertical-align: -0.05em;
    display: inline-block;
  }
}
.gtco-nav ul {
  padding: 0;
  margin: 0.4em 0 0 0;
}

.gtco-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
}

.gtco-nav ul li > a {
  text-transform: uppercase;
  /*font-size: 12px !important;*/
  letter-spacing: 0.05em;
}

.gtco-nav ul li a {
  font-size: 14px;
  padding: 30px 10px;
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.gtco-nav ul li a:hover, .gtco-nav ul li a:focus, .gtco-nav ul li a:active {
  color: #ff3399;
}

.gtco-nav ul li.has-dropdown {
  position: relative;
}

.gtco-nav ul li.has-dropdown > a {
  position: relative;
  padding-right: 20px !important;
}

.gtco-nav ul li.has-dropdown > a:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-style: 10px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0;
  color: #666;
  /*color: #ccc;*/
}

.gtco-nav ul li.has-dropdown .dropdown {
  width: 130px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #ff3399;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.gtco-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ff3399;
  border-width: 8px;
  margin-left: -8px;
}

.gtco-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}

.gtco-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}

.gtco-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #666;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}

.gtco-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}

.gtco-nav ul li.has-dropdown .dropdown li.active > a {
  color: #000 !important;
}

.gtco-nav ul li.has-dropdown:hover a, .gtco-nav ul li.has-dropdown:focus a {
  color: #000;
}

.gtco-nav ul li.btn-cta a {
  color: #ff3399;
}

.gtco-nav ul li.btn-cta a span {
  background: #fff;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}

.gtco-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.gtco-nav ul li.active > a {
  color: #666 !important;
}

@media screen and (max-width: 480px) {
  #gtco-header .text-left {
    text-align: center !important;
  }
}
@media screen and (max-width: 480px) {
  #gtco-header .btn {
    display: block;
    width: 100%;
  }
}
#gtco-header,
#gtco-counter,
.gtco-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.gtco-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}

.gtco-cover {
  height: 900px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}

.gtco-cover.gtco-inner h1 {
  margin-bottom: 0 !important;
}

.gtco-cover a {
  color: #ff3399;
}

.gtco-cover a:hover {
  color: white;
}

.gtco-cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(29, 43, 83, 0.89);
}

.gtco-cover > .gtco-container {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .gtco-cover {
    height: 600px;
    height: inherit !important;
    padding: 3em 0;
  }
}
.gtco-cover .display-t,
.gtco-cover .display-tc {
  height: 900px;
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .gtco-cover .display-t,
.gtco-cover .display-tc {
    height: 600px;
    height: inherit !important;
    padding: 3em 0;
  }
}
.gtco-cover.gtco-cover-sm {
  height: 600px;
}

@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-sm {
    height: 400px;
    height: inherit !important;
  }
}
.gtco-cover.gtco-cover-sm .display-t,
.gtco-cover.gtco-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-sm .display-t,
.gtco-cover.gtco-cover-sm .display-tc {
    height: 400px;
    height: inherit !important;
    padding: 3em 0;
  }
}
.gtco-cover.gtco-cover-xs {
  height: 500px;
}

@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-xs {
    height: inherit !important;
    padding: 3em 0;
  }
}
.gtco-cover.gtco-cover-xs .display-t,
.gtco-cover.gtco-cover-xs .display-tc {
  height: 500px;
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-xs .display-t,
.gtco-cover.gtco-cover-xs .display-tc {
    padding: 3em 0;
    height: inherit !important;
  }
}
.gtco-client {
  float: left;
  width: 100%;
  padding: 3em 0;
  background: #f6f6f6;
}

.gtco-client .client img {
  margin-top: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.gtco-testimonial .gtco-testimony {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.gtco-testimonial .gtco-left > div {
  display: table-cell;
  float: left;
  width: 80px;
}

.gtco-testimonial .gtco-left > div img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  max-width: 100% !important;
}

.gtco-testimonial .gtco-left > blockquote {
  padding-left: 20px;
  display: table-cell;
  border-left: none;
  margin: 0;
  padding: 0 0 0 30px;
}

.gtco-testimonial .gtco-left > blockquote p {
  font-style: 16px;
  font-style: italic;
}

.gtco-testimonial .gtco-left > blockquote .author {
  color: #666666;
  display: block;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#gtco-footer {
  background: #f8f4e6;
  padding: 7em 0 0 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
  float: left;
}

#gtco-footer a:hover {
  color: #fff;
}

#gtco-footer .gtco-cta {
  margin-bottom: 30px;
}

#gtco-footer .gtco-cta h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

#gtco-footer .gtco-cta .btn-white {
  padding: 15px 20px !important;
}

#gtco-footer .gtco-cta .btn-white.btn-outline:hover {
  color: #000 !important;
}

#gtco-footer .gtco-footer-paragraph h3 {
  color: #666;
  margin-bottom: 10px;
}

#gtco-footer .gtco-footer-link {
  padding-left: 30px;
  margin-bottom: 30px;
}

#gtco-footer .gtco-footer-link h3 {
  color: #666;
  margin-bottom: 10px;
}

.gtco-footer-paragraph a,
#gtco-footer .gtco-footer-link .gtco-list-link li a {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}

.gtco-footer-paragraph a:hover,
#gtco-footer .gtco-footer-link .gtco-list-link li a:hover {
  color: #999 !important;
}

.gtco-footer-paragraph a::after,
#gtco-footer .gtco-footer-link .gtco-list-link li a::after {
  position: absolute;
  bottom: 0.3em;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2ecc71;
  opacity: 0;
  transition: 0.3s;
}

.gtco-footer-paragraph a:hover::after,
#gtco-footer .gtco-footer-link .gtco-list-link li a:hover::after {
  bottom: 0;
  opacity: 1;
}

#gtco-footer .gtco-footer-link .svg-inline--fa,
.gtco-widget .svg-inline--fa {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  #gtco-footer .gtco-footer-link {
    padding-left: 15px;
  }
}
#gtco-footer .gtco-footer-link .gtco-list-link {
  padding: 0;
  margin: 0;
}

#gtco-footer .gtco-footer-link .gtco-list-link li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#gtco-footer .gtco-footer-link .gtco-list-link li a {
  text-transform: uppercase;
  font-size: 13px !important;
  font-family: "Montserrat", sans-serif;
}

#gtco-footer .gtco-footer-subscribe {
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  #gtco-footer .gtco-footer-subscribe {
    padding-left: 15px;
  }
}
#gtco-footer .gtco-footer-subscribe .form-control {
  background: #fff !important;
  border: none !important;
}

#gtco-footer .gtco-footer-subscribe .btn {
  margin-top: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  height: 54px !important;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#gtco-footer .gtco-copyright {
  background: #f7edc6;
  padding: 30px 0;
  float: left;
  width: 100%;
}

#gtco-footer .gtco-copyright p {
  font-family: "Montserrat", sans-serif;
}

#gtco-footer .gtco-copyright p:last-child {
  margin-bottom: 0;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gtco-staff, .gtco-item {
  margin-bottom: 4em;
  float: left;
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .gtco-staff, .gtco-item {
    margin-bottom: 1em;
  }
}
.gtco-staff img, .gtco-item img {
  margin-bottom: 40px !important;
}

.gtco-staff h2, .gtco-item h2 {
  font-size: 24px;
  margin-bottom: 5px;
}

.gtco-staff h2 a, .gtco-item h2 a {
  color: #000 !important;
}

.gtco-staff p, .gtco-item p {
  margin-bottom: 30px;
  color: #777;
}

.gtco-staff .role, .gtco-item .role {
  color: #bfbfbf;
  margin-bottom: 0px;
  font-weight: normal;
  display: block;
}

.gtco-staff .fh5co-social, .gtco-item .fh5co-social {
  padding: 0;
  margin: 0;
}

.gtco-staff .fh5co-social li, .gtco-item .fh5co-social li {
  padding: 0;
  margin: 0 10px 0 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.gtco-staff .fh5co-social li a, .gtco-item .fh5co-social li a {
  font-size: 20px;
  color: #ff3399;
}

.gtco-staff .fh5co-social li a:hover, .gtco-item .fh5co-social li a:hover {
  color: #000;
}

.gtco-yobou {
  margin-top: 20px;
  margin-bottom: 100px;
}
.gtco-yobou h2 {
  font-size: 24px;
}
.gtco-yobou .yobou-wrap {
  padding: 30px;
  border: 1px solid #ddd;
}
.gtco-yobou p.info {
  margin: 0 0 30px;
  font-size: 18px;
  text-align: center;
}
.gtco-yobou p.info a {
  text-decoration: underline;
}
.gtco-yobou p.fs-16 {
  font-size: 16px;
}
.gtco-yobou ul {
  margin-left: 0;
  padding-left: 0;
}
.gtco-yobou ul li {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  background: #F1F1F2;
  line-height: 1.5;
}
.gtco-yobou ul li .list-title,
.gtco-yobou ul li .price {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.gtco-yobou ul li .list-title {
  width: 36%;
  background: #7C7D80;
  text-align: center;
  color: #fff;
  font-size: 20px;
  height: 110px;
  line-height: 1.5;
  justify-content: center;
  font-weight: bold;
}
.gtco-yobou ul li .list-title small {
  width: 100%;
  display: block;
  font-size: 16px;
}
.gtco-yobou ul li .list-title.long {
  height: 200px;
}
.gtco-yobou ul li .price {
  width: 64%;
  padding: 0 40px;
  font-size: 20px;
  height: 110px;
}
.gtco-yobou ul li .price strong {
  display: block;
  width: 100%;
}
.gtco-yobou ul li .price span {
  font-weight: normal;
}
.gtco-yobou dl {
  margin-top: 30px;
  text-align: center;
}
.gtco-yobou dl dt {
  position: relative;
  font-size: 30px;
}
.gtco-yobou dl dt span {
  padding: 0 40px;
  display: inline-block;
  background: #fff;
  z-index: 999;
  position: relative;
}
.gtco-yobou dl dt::after {
  content: "　";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #ddd;
}
.gtco-yobou dl dd {
  font-size: 40px;
  letter-spacing: 0.1em;
}
.gtco-yobou .bt-pdf {
  margin-top: 20px;
  text-align: center;
}
.gtco-yobou .bt-pdf a {
  display: inline-block;
  padding: 10px 20px;
  background: #ff3399;
  color: #fff;
  border-radius: 200px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  border: 1px solid #ff3399;
}
.gtco-yobou .bt-pdf a:hover {
  background: #fff;
  border: 1px solid #ff3399;
  color: #ff3399;
}

@media screen and (max-width: 768px) {
  .gtco-yobou {
    margin-top: 20px;
    margin-bottom: 100px;
  }
  .gtco-yobou h2 {
    font-size: 24px;
  }
  .gtco-yobou .yobou-wrap {
    padding: 20px 20px 10px 20px;
  }
  .gtco-yobou p.info {
    padding: 10px;
    margin: 0 0 10px;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
  }
  .gtco-yobou p.info strong {
    font-size: 16px;
  }
  .gtco-yobou p.info br {
    display: none;
  }
  .gtco-yobou ul li {
    margin-bottom: 10px;
    align-items: stretch;
  }
  .gtco-yobou ul li .list-title,
.gtco-yobou ul li .price {
    height: auto;
    align-items: center;
  }
  .gtco-yobou ul li .list-title {
    width: 160px;
    line-height: 1.3;
    justify-content: center;
    padding: 15px 0;
    font-size: 15px;
  }
  .gtco-yobou ul li .list-title small {
    width: 100%;
    display: block;
    font-size: 15px;
  }
  .gtco-yobou ul li .list-title.long {
    height: auto;
  }
  .gtco-yobou ul li .price {
    flex: 1;
    width: 100%;
    font-size: 15px;
    padding: 15px 20px;
    text-align: left;
    line-height: 1.5;
  }
  .gtco-yobou ul li .price strong {
    font-size: 16px;
    display: block;
    text-align: center;
  }
  .gtco-yobou dl {
    margin-top: 0px;
    text-align: center;
  }
  .gtco-yobou dl dt {
    font-size: 20px;
  }
  .gtco-yobou dl dt span {
    padding: 0 20px;
  }
  .gtco-yobou dl dd {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  .gtco-yobou .bt-pdf {
    margin-top: 20px;
  }
  .gtco-yobou .bt-pdf a {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.gtco-news {
  margin-top: 20px;
  margin-bottom: 60px;
}
.gtco-news h2 {
  font-size: 24px;
}

.gtco-news ul {
  padding: 0;
  margin: 0;
}

.gtco-news ul li {
  margin: 0 0 20px 0;
  list-style: none;
  display: block;
  border-bottom: 1px solid #f2f2f2;
}

.gtco-news ul li {
  display: block;
  padding: 0 0 20px 0;
}
.gtco-news ul li p {
  margin: 0;
}

.gtco-news ul li .news-info,
.gtco-news ul li .news-ophthalmology,
.gtco-news ul li .news-internalmedicine,
.gtco-news ul li .news-arthritisdepartment,
.gtco-news ul li .news-homevisits {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
}

/*お知らせ*/
.gtco-news ul li .news-info {
  background: #ff3399;
}

/*内科*/
.gtco-news ul li .news-internalmedicine {
  background: #ff8c00;
}

/*リウマチ科*/
.gtco-news ul li .news-arthritisdepartment {
  background: #000080;
}

/*訪問診療*/
.gtco-news ul li .news-homevisits {
  background: #4169e1;
}

/*
.gtco-news ul li h3 {
  margin-bottom: 15px;
  font-weight: 100;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #ff3399;
}
*/
.gtco-news ul li .post-date {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #b3b3b3;
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 12px;
  font-weight: 100;
}

.gtco-news ul li p {
  font-size: 17.5px;
  color: #333;
}

.gtco-news ul li p:last-child {
  margin-bottom: 0;
}

/*
.gtco-news ul li a:hover h3 {
  color: #000;
}
*/
.gtco-social-icons {
  margin: 0;
  padding: 0;
}

.gtco-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.gtco-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #ff3399;
  padding-left: 10px;
  padding-right: 10px;
}

.gtco-social-icons li a i {
  font-size: 20px;
}

.gtco-contact-info {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  position: relative;
}

.gtco-contact-info ul {
  padding: 0;
  margin: 0;
}

.gtco-contact-info ul li {
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}

.gtco-contact-info ul li:before {
  color: #cccccc;
  position: absolute;
  left: 0;
  top: 0.05em;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gtco-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}

.gtco-contact-info ul li.time:before {
  font-size: 23px;
  content: "\e014";
}

.gtco-contact-info ul li.date:before {
  font-size: 23px;
  content: "\e979";
}

.gtco-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}

.gtco-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}

.gtco-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

/*
#googlemap {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #googlemap {
    height: 200px;
  }
}
*/
.googlemap {
  position: relative;
  width: 100%; /* 左右に余白が必要なら値を変更してもOK */
  height: 0;
  padding-bottom: 36.25%; /* padding-topでもOK */
  overflow: hidden;
}

.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* 必要であれば!importantを付けてください */
  height: 100%; /* 必要であれば!importantを付けてください */
}

form label, label {
  font-weight: normal !important;
}

#gtco-header {
  background-repeat: no-repeat;
  background-size: cover;
}

#gtco-header p {
  color: #d3f1ed;
  font-size: 20px;
  margin-bottom: 40px !important;
}

#gtco-header h1 {
  font-size: 50px;
  line-height: 1.2 !important;
  margin-bottom: 30px !important;
  color: #d3f1ed;
  font-weight: 100;
}

@media screen and (max-width: 768px) {
  #gtco-header h1 {
    line-height: 1.2 !important;
  }
}
#gtco-header h1.no-margin {
  margin-bottom: 0 !important;
}

#gtco-header .copy {
  margin-top: 0em;
}

#gtco-header .btn {
  color: #34a7bd !important;
  text-shadow: none !important;
}

#gtco-header .header-img {
  margin-bottom: 30px;
}

#gtco-header .display-tc,
#gtco-counter .display-tc,
.gtco-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}

#gtco-header .display-tc h1, #gtco-header .display-tc h2,
#gtco-counter .display-tc h1,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h1,
.gtco-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}

#gtco-header .display-tc h1,
#gtco-counter .display-tc h1,
.gtco-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 59px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #gtco-header .display-tc h1,
#gtco-counter .display-tc h1,
.gtco-cover .display-tc h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
#gtco-header .display-tc h2,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h2 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}

#gtco-counter {
  text-align: center;
}

#gtco-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #ff3399;
  font-weight: 100;
  display: block;
}

#gtco-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  #gtco-counter .feature-center {
    margin-bottom: 50px;
  }
}
#gtco-counter .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  margin-bottom: 20px;
  background: none !important;
  border: none !important;
}

#gtco-counter .icon i {
  height: 70px;
}

#gtco-counter .icon i:before {
  color: #cccccc;
  display: block;
  text-align: center;
  margin-left: 3px;
}

.gtco-section {
  padding: 3em 0;
  clear: both;
  position: relative;
}

.work .owl-dots {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .gtco-section {
    padding: 3em 0;
  }
  .work .owl-dots {
    display: block !important;
  }
}
.gtco-section.border-bottom {
  border-bottom: 1px solid #d9d9d9;
}

.gtco-section.gtco-gray {
  background: #f6f6f6;
}

.gtco-heading {
  margin-bottom: 5em;
}

.gtco-heading.gtco-heading-sm {
  margin-bottom: 2em;
}

.gtco-heading h2 {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #000;
  font-weight: 600;
  /*color: #4d4d4d;*/
  /*font-weight: 300;*/
}

@media screen and (max-width: 480px) {
  .gtco-heading {
    margin-bottom: 30px;
  }
  .gtco-heading h2 {
    font-size: 24px;
  }
  .gtco-heading p {
    font-size: 14px !important;
  }
}
.gtco-heading p {
  font-size: 18px;
  line-height: 1.7;
  color: black;
}

blockquote {
  padding-left: 0;
  border-left: none;
}

blockquote p {
  font-style: italic;
  color: #000;
}

blockquote p > cite {
  font-size: 14px;
  color: #b3b3b3;
}

#gtco-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: #ff3399;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  #gtco-offcanvas {
    display: block;
  }
}
.offcanvas #gtco-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

#gtco-offcanvas a {
  color: #fff;
  /*color: rgba(255, 255, 255, 0.5);*/
  font-family: "Montserrat", sans-serif;
}

#gtco-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#gtco-offcanvas ul {
  padding: 0;
  margin: 0;
}

#gtco-offcanvas ul li {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

#gtco-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}

#gtco-offcanvas ul li > a {
  display: block;
}

#gtco-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}

#gtco-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: #fff;
  /*color: rgba(255, 255, 255, 0.2);*/
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.gototop.active {
  opacity: 1;
  visibility: visible;
}

.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.gtco-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}

.gtco-nav-toggle.active i::before, .gtco-nav-toggle.active i::after {
  background: #444;
}

.gtco-nav-toggle:hover, .gtco-nav-toggle:focus, .gtco-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.gtco-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all 0.2s ease-out;
}

.gtco-nav-toggle i::before, .gtco-nav-toggle i::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
}

.gtco-nav-toggle.gtco-nav-white > i {
  color: #fff;
  background: #fff;
}

.gtco-nav-toggle.gtco-nav-white > i::before, .gtco-nav-toggle.gtco-nav-white > i::after {
  background: #fff;
}

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

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

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

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

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

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

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

.gtco-nav-toggle {
  position: absolute;
  right: 0px;
  top: 124px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}

@media screen and (max-width: 768px) {
  .gtco-nav-toggle {
    display: block;
  }
}
.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 20px 30px;
  text-transform: uppercase;
  text-shadow: none !important;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

.btn.btn-sm {
  padding: 10px 20px !important;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none !important;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.btn-primary {
  background: #ff3399;
  color: #fff;
  border: 2px solid #ff3399 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #67db90 !important;
  border-color: #67db90 !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #ff3399;
  border: 2px solid #ff3399;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #ff3399;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}

.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}

.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}

.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #000;
  background: #fff;
  border-color: #fff;
}

.btn-white.btn-outline {
  color: #fff;
  border: 2px solid #fff;
}

.btn-white.btn-outline:hover, .btn-white.btn-outline:focus, .btn-white.btn-outline:active {
  background: #fff;
  color: #000 !important;
  border: 2px solid #fff;
}

.btn-special {
  background: #ff3399;
  color: #fff;
  border: 2px solid #ff3399;
}

.btn-special:hover, .btn-special:focus, .btn-special:active {
  color: #fff;
  background: #ff3399;
  border-color: #ff3399;
}

.btn-special.btn-outline {
  color: #fff;
  border: 2px solid #ff3399;
}

.btn-special.btn-outline:hover, .btn-special.btn-outline:focus, .btn-special.btn-outline:active {
  background: #fff;
  color: #2f9051;
  border: 2px solid #ff3399;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn.with-arrow:hover {
  padding-right: 50px;
}

.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

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

.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #ff3399;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.mt-md {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .mt-md {
    margin-top: 10px;
  }
}
.gtco-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

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

@media screen and (max-width: 768px) {
  .gtco-nav .gtco-contact {
    text-align: left !important;
  }
}
.gtco-nav .gtco-contact ul {
  padding: 0;
  margin: 0 0 20px 0;
}

.gtco-nav .gtco-contact ul li {
  padding: 0;
  margin: 0;
}

.gtco-nav .gtco-contact ul li a {
  font-size: 14px;
  font-weight: bold !important;
  margin-left: 0px;
}

.gtco-nav .gtco-contact ul li a i {
  color: #ff3399;
}

.gtco-nav .gtco-contact ul li a:hover i {
  color: #fff;
}

.gtco-flex {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
}

#gtco-portfolio {
  padding: 7em 0;
  background: #303841;
  min-height: 500px;
}

@media screen and (max-width: 768px) {
  #gtco-portfolio {
    padding: 3em 0;
  }
}
#gtco-portfolio .gtco-heading h2 {
  color: #fff;
}

#gtco-portfolio .gtco-heading p {
  color: rgba(255, 255, 255, 0.7);
}

/* Owl Override Style */
.owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-next,
.owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
  top: 25%;
  z-index: 1001;
  position: absolute;
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-next,
.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-prev {
  top: 40%;
  z-index: 1001;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-next {
  right: -170px;
}

@media screen and (max-width: 992px) {
  .owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-next {
    right: -50px;
  }
}
.owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
  left: -170px;
}

@media screen and (max-width: 992px) {
  .owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -50px;
  }
}
.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-next {
  right: 0px;
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-prev {
  left: 0px;
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-prev i {
  color: #000;
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}
.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: none !important;
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav [class*=owl-] i {
  color: #fff;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.4) !important;
  z-index: 1002;
  padding: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav [class*=owl-]:hover i, .owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav [class*=owl-]:focus i {
  color: #fff;
}

.owl-carousel-carousel.owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: none !important;
}

.owl-carousel-carousel.owl-theme .owl-controls .owl-nav [class*=owl-] i {
  color: #b3b3b3;
  font-size: 30px;
  background: transparent !important;
  z-index: 1002;
  padding: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.owl-carousel-carousel.owl-theme .owl-controls .owl-nav [class*=owl-]:hover i, .owl-carousel-carousel.owl-theme .owl-controls .owl-nav [class*=owl-]:focus i {
  color: #000;
}

.gtco-more {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.05em;
}

.gtco-more:hover {
  color: #000;
}

.gto-features {
  border-top: 1px solid #e6e6e6;
}

.feature-left {
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .feature-left {
    margin-bottom: 20px;
  }
}
.feature-left > .icon {
  float: left;
  font-size: 34px;
  color: #cccccc;
}

.feature-left > .copy {
  padding-left: 30px;
}

.feature-left > .copy h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.feature-left > .copy p {
  font-size: 14px !important;
  line-height: 26px;
}

.feature-left > .copy p:last-child {
  margin-bottom: 0;
}

.feature-left > .icon, .feature-left > .copy {
  display: table-cell;
}

.gtco-services .feature-left {
  float: left;
  width: 100%;
  margin-bottom: 50px !important;
}

.gtco-services .feature-left p {
  margin-bottom: 10px !important;
}

.owl-theme .owl-dots {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: 1em;
}

.owl-carousel-fullwidth .item > a {
  display: block;
  position: relative;
  z-index: 10;
}

.owl-carousel-fullwidth .item > a:after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 18%;
  bottom: 0;
  -webkit-box-shadow: inset 0px -177px 230px -121px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -177px 230px -121px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -177px 230px -121px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: inset -27px -181px 151px -121px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -27px -181px 151px -121px rgba(0, 0, 0, 0.75);
  box-shadow: inset -27px -181px 151px -121px rgba(0, 0, 0, 0.75);
}

.owl-carousel-fullwidth .item > a .slider-copy {
  position: absolute;
  bottom: -5px;
  left: 20px;
  right: 20px;
  z-index: 10;
}

.owl-carousel-fullwidth .item > a .slider-copy h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item > a .slider-copy h2 {
    font-size: 10px !important;
  }
  .owl-carousel-fullwidth .item > a .slider-copy {
    bottom: -10px;
  }
}
@media screen and (max-width: 480px) {
  .owl-carousel-fullwidth .item > a .slider-copy h2 {
    margin-bottom: 15px;
    font-size: 8px !important;
  }
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #cccccc;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  background: #ff3399;
}

.space-bottom-10 {
  margin-bottom: 10px;
}

.space-bottom-20 {
  margin-bottom: 20px;
}

.space-bottom-30 {
  margin-bottom: 30px;
}

.space-bottom-40 {
  margin-bottom: 40px;
}

.space-bottom-50 {
  margin-bottom: 50px;
}

.space-bottom-60 {
  margin-bottom: 60px;
}

.space-bottom-70 {
  margin-bottom: 70px;
}

.space-bottom-80 {
  margin-bottom: 80px;
}

.space-bottom-90 {
  margin-bottom: 90px;
}

.space-bottom-100 {
  margin-bottom: 100px;
}

.space-top-10 {
  margin-top: 10px;
}

.space-top-20 {
  margin-top: 20px;
}

.space-top-30 {
  margin-top: 30px;
}

.space-top-40 {
  margin-top: 40px;
}

.space-top-50 {
  margin-top: 50px;
}

.space-top-60 {
  margin-top: 60px;
}

.space-top-70 {
  margin-top: 70px;
}

.space-top-80 {
  margin-top: 80px;
}

.space-top-90 {
  margin-top: 90px;
}

.space-top-100 {
  margin-top: 100px;
}

.headerDescription {
  margin: 0;
}

.headerDescription h1 {
  font-size: 12px;
  padding-left: 10px;
}

.headerTel {
  font-size: 21px;
  color: #000;
  padding-right: 20px;
}

.menu-1 {
  margin-top: 20px;
}

.menu-1 li a img.pc {
  vertical-align: -0.05em;
  display: inline-block;
}

.footerAdd {
  margin-left: -30px;
}

.footerAdd li {
  list-style-type: none;
}

.footerBanner a {
  display: block;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  border: 1px solid #E5E5E5 !important;
}
.footerBanner a:hover {
  background: #EFFAF7;
  border: 1px solid #E5E5E5 !important;
}
.footerBanner a::after {
  display: none;
}

.footerTel {
  margin-top: 5px;
}

.footerTel .svg-inline--fa, .footerFax .svg-inline--fa {
  margin-right: 5px;
}

.gtco-news .svg-inline--fa, .gtco-testimonials .svg-inline--fa {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .headerTel {
    line-height: 1;
    padding-right: 20px;
  }
  .headerTel-p {
    margin-bottom: 0;
  }
  .gtco-footer-paragraph {
    margin-top: 30px;
  }
  .headerDescription h1 {
    font-size: 10px;
    margin-bottom: 0;
  }
  .title {
    margin: 10px 20px !important;
  }
  input[type=submit] {
    margin-bottom: 50px;
  }
}
.title {
  padding-left: 20px;
  margin: 0 auto 17px;
  border-left: 5px solid #ff3399;
}

.form-group, .gtco-contact-info {
  color: #000;
}

.form-group .svg-inline--fa {
  margin-right: 5px;
  font-size: 16px;
}

.gtco-contact-info .svg-inline--fa, .contactDate .svg-inline--fa, .contactItem .svg-inline--fa, .thanks-subtitle .svg-inline--fa, .time-subtitle .svg-inline--fa, .visit-subTitle .svg-inline--fa, .about-subTitle .svg-inline--fa, .recruit-title .svg-inline--fa, .access-title .svg-inline--fa, .outpatient-other li .svg-inline--fa {
  margin-right: 5px;
}

.form-horizontal {
  margin: 0 20px;
}

.red {
  color: red;
}

.contactItem {
  border: 5px solid #ff3399;
  overflow: hidden;
  border-radius: 10px;
  padding: 30px 10px;
  margin: 0 20px;
  font-size: 18px;
  line-height: 3;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .contactItem {
    padding: 20px 10px;
    line-height: 2;
  }
}
@media screen and (max-width: 480px) {
  .contactItem {
    font-size: 14px;
  }
  .thanks-subtitle {
    font-size: 18px;
  }
  .thanks-notes {
    margin-left: -20px;
  }
  .thanks-totop {
    font-size: 14px !important;
  }
}
.thanks-subtitle {
  text-align: center;
}

.thanks-notes {
  line-height: 1.5;
}

.thanks-notes li {
  margin-bottom: 10px;
}

.thanks-notes li .svg-inline--fa {
  color: red;
}

.thanks-totop {
  width: 60%;
  margin: 50px 20% 0 20%;
}

.time-col {
  margin: 0 15px;
  padding: 0 60px 30px;
  border: 1px solid #e6e6e6;
  margin-top: 30px;
}

.time-subtitle {
  font-size: 20px !important;
}

.time-subtitle span {
  margin-left: 10px;
  font-size: 14px !important;
  color: #999;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.table-time {
  display: table;
  width: 100%;
}

.table-time.h120 tbody tr th {
  height: 120px;
}

.table-time.h80 tbody tr th {
  height: 80px;
}

.table-time tr th {
  padding: 19px !important;
  text-align: center;
  vertical-align: middle !important;
  font-weight: normal;
  font-weight: bold;
  font-size: 15px;
}
.table-time tr th:first-child {
  width: 20%;
  font-size: 18px;
}
.table-time tr th:nth-child(n+2) {
  width: 15%;
}
.table-time tr th img {
  vertical-align: -0.25em;
}

.table-time tr th span {
  font-size: 14px;
  font-weight: normal;
}

.time-list-ul {
  padding-left: 15px;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

@media screen and (max-width: 780px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .time-col {
    margin: 0;
    padding: 0 15px 0;
    border: none;
    margin-top: 30px;
  }
  .sp-mt0 {
    margin-top: 0;
  }
  .sp-mb0 {
    margin-bottom: 0 !important;
  }
  .sp-mt50 {
    margin-top: 50px !important;
  }
  .time-subtitle {
    margin-top: 0;
  }
  .time-list table {
    width: 100%;
  }
  .time-list table th, .time-list table td {
    padding: 5px 0;
    text-align: center;
    border: 1px solid #ddd;
  }
  .time-list table td {
    padding: 10px 0;
  }
  .time-list table thead th {
    background: #ffe4e1;
  }
  .time-list table tbody th {
    width: 40px;
    background: #efefef;
  }
  .time-list table tbody th.w140 {
    width: 140px;
  }
  .time-list table tbody td div {
    display: inline-block;
  }
  .time-list table tbody td span {
    display: inline-block;
  }
  .time-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .time-list2 table {
    width: 100%;
  }
  .time-list2 table th, .time-list2 table td {
    padding: 5px 0;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 12px;
  }
  .time-list2 table td {
    padding: 10px 0;
    line-height: 1.5;
  }
  .time-list2 table td img {
    width: 18px;
    height: auto;
    vertical-align: -0.3em;
  }
  .time-list2 table thead th {
    background: #ffe4e1;
    line-height: 1.1;
    font-size: 15px;
  }
  .time-list2 table thead th span {
    font-size: 12px;
  }
  .time-list2 table thead th span {
    font-weight: normal;
  }
  .time-list2 table tbody th {
    width: 40px;
    background: #efefef;
  }
  .time-list2 table tbody th.w140 {
    width: 140px;
  }
  .time-list2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .time-list-ul {
    margin-top: 15px;
    margin-left: 0px !important;
    margin-bottom: 30px;
  }
  .time-col .bp-mt-100 {
    margin-top: 50px;
  }
}
.time-remarks {
  font-size: 14px;
}

.time-remarks-red {
  color: #ff3399;
  list-style: none;
  font-weight: 900;
  margin-left: -10px;
}

.time-remarks-ip {
  color: #fff;
  background: #ff3399;
  padding: 2px 20px;
  display: inline-block;
  border-radius: 20px;
  list-style: none;
  margin: 10px 0 0 -20px;
}

.visit-schedule, .outpatient-schedule {
  margin: 0px 10px;
}

.visit-subTitle {
  font-size: 24px !important;
  font-weight: 900;
  margin: 50px 0 10px 20px;
}

.visit-carfare {
  list-style: none;
}

.visit-carfare span {
  margin-right: 10px;
  color: #fff;
  background: #ff3399;
  padding: 2px 20px;
  border-radius: 20px;
}

@media screen and (max-width: 480px) {
  .visit-subTitle {
    font-size: 16px !important;
    text-align: center;
  }
  .visit-list,
.about-list,
.visit-cost1-list,
.visit-cost3-list {
    font-size: 14px !important;
    margin-left: 0px !important;
  }
  .about-listPR {
    font-size: 14px !important;
    margin-left: -10px !important;
  }
  .visit-wrap {
    margin: 10px 25px;
  }
  .visit-case {
    font-size: 14px !important;
    padding: 10px;
  }
  .time-subtitle {
    font-size: 16px !important;
  }
  .time-remarks {
    font-size: 12px;
    margin-left: -20px;
  }
  .time-remarks-ip {
    margin: 10px 10px 0 -10px !important;
  }
  .visit-cost1-list li, .visit-cost3-list li {
    margin-left: -20px;
  }
}
.visit-list {
  padding-bottom: 10px;
}

.visit-list, .about-list, .about-listPR, .visit-cost1-list, .visit-cost3-list {
  font-size: 18px;
  margin-left: 10px;
  margin-right: 5px;
}

.visit-list li, .about-list li, .about-listPR li {
  margin-bottom: 10px;
}

.visit-case {
  font-size: 16px;
  text-align: center;
  border-bottom: 3px #ff3399;
  background: #ff3399;
  padding: 20px 0;
  font-weight: 600;
  color: #fff;
}

.visit-cost1-case {
  font-size: 16px;
  text-align: center;
  border-bottom: 3px #ff8c00;
  background: #ff8c00;
  padding: 20px 0;
  font-weight: 600;
  color: #fff;
}

.visit-cost3-case {
  font-size: 16px;
  text-align: center;
  border-bottom: 3px #a0522d;
  background: #a0522d;
  padding: 20px 0;
  font-weight: 600;
  color: #fff;
}

.visit-wrap {
  border: 3px #ff3399 solid;
  border-radius: 5px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 10px 25px;
}

.visit-cost1-wrap {
  border: 3px #ff8c00 solid;
  border-radius: 5px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 10px 25px;
}

.visit-cost3-wrap {
  border: 3px #a0522d solid;
  border-radius: 5px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 10px 25px;
}

.visit-cost1-list, .visit-cost3-list {
  list-style: none;
  padding-bottom: 10px;
}

.visit-cost1-list li, .visit-cost3-list li {
  margin-bottom: 10px;
}

.visit-cost1-list span, .visit-cost3-list span {
  margin-right: 10px;
  padding: 2px 20px;
  border-radius: 20px;
  color: #fff;
}

.visit-cost1-list span {
  background: #ff8c00;
}

.visit-cost3-list span {
  background: #a0522d;
}

.breadcrumb > li + li:before {
  content: ">";
}

.breadcrumb {
  background: #fff;
}

.breadcrumb li, .breadcrumb li a {
  font-size: 12px;
}

.about-subTitle {
  font-size: 24px !important;
  font-weight: 900;
  margin: 60px 0 10px 20px;
}

.about-sign img {
  margin-top: 10px;
}

.about-list {
  margin-bottom: 50px;
}

.about-listPR {
  list-style: none;
  margin-left: -10px;
}

.about-listPR span {
  margin-right: 10px;
  color: #fff;
  background: #ff3399;
  border-radius: 20px;
  padding: 2px 10px;
}

.about-pic img, .access-pic img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .about-pic, .access-pic {
    margin: 20px 10px;
  }
}
.any, .must {
  color: #fff;
  padding: 3px 7px;
  margin-right: 5px;
  border-radius: 3px;
  font-size: 11px;
}

.any {
  background: #09F;
}

.must {
  background: #F00;
}

.recruit-title, .access-title {
  font-size: 24px !important;
  font-weight: 900;
  margin: 50px 0 30px 20px;
}

.recruit-condition {
  font-size: 18px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.recruit-condition-title {
  color: #fff;
  background: #ff3399;
  border-radius: 20px;
  text-align: center;
}

.recruit-list {
  margin-left: -40px;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .recruit-condition-title {
    font-weight: bold;
    background: #ff3399;
    padding: 5px 0;
    border-radius: 3px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .bp-mt-100 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 480px) {
  .about-sign img {
    width: 50%;
    height: 50%;
  }
  .about-subTitle, .recruit-title, .access-title {
    font-size: 16px !important;
    font-weight: bold !important;
    margin-left: 10px;
  }
  .recruit-condition-title {
    text-align: center;
    margin: 0 -10px 10px -10px;
    padding-left: 0px;
  }
  .recruit-condition-title:before, .recruit-condition-title:after {
    content: " - ";
  }
  .recruit-condition-detail {
    margin: 0 -15px 0 -15px;
    font-size: 14px;
  }
  .access-subtitle {
    font-size: 16px !important;
  }
}
.overflow {
  overflow: hidden;
}

.outpatient-list {
  font-size: 18px;
  list-style: none;
  overflow: hidden;
  margin-left: -30px;
}

.outpatient-list li {
  float: left;
  margin: 5px;
  display: inline-block;
  color: #fff;
  background: #ff3399;
  padding: 2px 10px;
  border-radius: 5px;
}

.outpatient-other {
  font-size: 18px;
  margin: 30px 0;
}

.outpatient-other li:first-child {
  list-style: none;
  font-weight: 900;
  margin-bottom: 10px;
}

.access-subtitle {
  font-size: 18px;
  color: #fff;
  background: #ff3399;
  border-radius: 20px;
  padding: 5px 20px;
  margin: 30px 10px 10px 10px;
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .outpatient-list, .outpatient-other li, .recruit-condition-title {
    font-size: 14px;
  }
  .outpatient-other li:first-child {
    font-size: 16px;
  }
}

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