7rem auto7rem auto7rem auto7rem auto7rem auto@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */

@media screen and (min-width: 769px) {
	.sp{
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.pc{
		display: none !important;
	}
	#gmap{
		height: 28rem !important;
	}
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

body {
	min-width: 1200px;
  font-family: "Roboto", Arial, serif;
  line-height: 1.8;
  font-size: 20px;
  background: #f0f0f0;
  font-weight: 300;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
	body {
		min-width: unset;
	}
}

.wrapper{
		position: relative;
	z-index: 0;
}

body.menu-show {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}

#fh5co-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#fh5co-wrapper > div {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

a {
/*  color: #FA7E0A;*/
  color: #242414;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: underline;
  color: #FA7E0A;
}
a:focus, a:active {
  outline: none;
}

p, span {
  margin-bottom: 1.5em;
  font-size: 18px;
  color: #727272;
  font-weight: 300;
  font-family: "Roboto", Arial, serif;
}

span {
  font-size: 18px;
  color: rgba(114, 114, 114, 0.8);
}

h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Roboto Slab", Arial, sans-serif;
  font-weight: 300;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::-moz-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

#fh5co-page {
  position: relative;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background: #fff;
}
.menu-show #fh5co-page {
  /*-webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);*/
}

#fh5co-main-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1002;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  overflow-y: scroll;
}
#fh5co-main-nav .fh5co-nav-toggle {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 20px;
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0.1);
  line-height: 0;
  padding: 0 !important;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-main-nav .fh5co-nav-toggle:hover {
  background: rgba(0, 0, 0, 0.7);
}
#fh5co-main-nav .fh5co-nav-toggle i {
  top: 19px !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  text-indent: 0;
}
#fh5co-main-nav .fh5co-nav-toggle.show {
  visibility: visible;
  opacity: 1;
}
.menu-show #fh5co-main-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#fh5co-main-nav ul {
  text-align: center;
  padding: 50px 0 0 0;
  margin: 0;
}



@media screen and (max-width: 768px) {
  #fh5co-main-nav ul {
    padding: 20px 0 0 0;
  }
}
#fh5co-main-nav ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
#fh5co-main-nav ul li a {
  display: block;
  width: 100%;
  color: white;
  font-size: 30px;
  padding: 10px 20px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
}

@media (min-width: 1200px) {
  .container {
    width: 1300px;
  }
}


@media screen and (max-width: 768px) {
  #fh5co-main-nav ul li a {
    font-size: 30px;
    padding: 10px 0;
  }
}
#fh5co-main-nav ul li a:hover {
  background: rgba(0, 0, 0, 0.4);
}
#fh5co-main-nav ul li a:hover, #fh5co-main-nav ul li a:active, #fh5co-main-nav ul li a:focus {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  text-decoration: none;
}
#fh5co-main-nav ul li.active a {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  #fh5co-main-nav ul li {
    display: block;
  }
}

.fh5co-table {
  display: table;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-table {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}
.fh5co-table .fh5co-table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .fh5co-table .fh5co-table-cell {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #FA7E0A;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #FA7E0A;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

header {
  padding: 3em 0;
}
@media screen and (max-width: 768px) {
  header {
    padding: 2em 0;
  }
}
header .fh5co-navbar-brand {
  float: left;
  width: 100%;
  position: relative;
}
header .fh5co-navbar-brand h1 {
  width: 100%;
  float: left;
  display: block;
}
header .fh5co-navbar-brand .fh5co-logo {
	margin: 7rem auto 0 auto;
  font-size: 35px;
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
	display: block;
}

@media screen and (max-width: 768px) {
	header .fh5co-navbar-brand .fh5co-logo {
		margin: 0 auto;
	}
}

header .fh5co-navbar-brand .fh5co-logo i {
  font-size: 50px;
}
header .fh5co-navbar-brand .fh5co-logo:hover {
  text-decoration: none !important;
  color: #000 !important;
}
header .fh5co-navbar-brand .fh5co-logo:active, header .fh5co-navbar-brand .fh5co-logo:focus {
  outline: none;
  text-decoration: none;
}

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

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

.fh5co-nav-toggle i::after {
  bottom: -12px;
}
/*
.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}
*/
.fh5co-nav-toggle.active i {
  background: transparent;
}

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

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

.fh5co-nav-toggle {
  float: right;
  z-index: 1003;
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 0px;
  background:rgba(255,255,255,0.8);
  padding:2px 9px 14px 9px;
  border-radius:4px;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    top: 0px;
  }
}

#fh5co-photos-section, #fh5co-contact-section,
#fh5co-services-section, #fh5co-about-section,
#fh5co-map-section {
  padding-bottom: 5em;
}

#fh5co-intro-section {
  margin-bottom: 3em;
  padding-bottom: 3em;
}

.intro-heading {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .intro-heading {
    font-size: 30px;
  }
}

.ri-grid ul li {
  background: transparent !important;
}
.ri-grid ul li a .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(250, 126, 10, 0.8);
  opacity: 0;
  padding-top: 35%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ri-grid ul li a .desc h3 {
  font-size: 20px;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.ri-grid ul li a .desc h3 span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.ri-grid ul li a:hover .desc, .ri-grid ul li a:focus .desc {
  opacity: 1;
}
.ri-grid ul li a:hover img, .ri-grid ul li a:focus img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  border: 1px solid red;
}

.grid-photo {
  position: relative;
  width: 100%;
  height: 350px;
  float: left;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.grid-photo .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(250, 126, 10, 0.8);
  padding-top: 140px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.grid-photo .desc h3 {
  color: white;
  text-decoration: none;
  margin-bottom: 5px;
}
.grid-photo .desc span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.grid-photo:hover .desc, .grid-photo:focus .desc {
  opacity: 1;
}

#fh5co-counters {
/*  padding: 3em 0;*/
  padding: 2em 0;
  background: #64afb0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
#fh5co-counters .heading-section h2 {
  color: #fff;
  font-weight: 400;
  font-size: 40px;
}
#fh5co-counters .fh5co-counter {
  font-size: 60px;
  display: block;
  color: #fff;
  font-family: "Roboto", Arial, serif;
  width: 100%;
  font-weight: 700;
  margin-bottom: 0em;
}
#fh5co-counters .fh5co-counter-label {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

#fh5co-counters a img{
	transition:all  0.5s  ease;
}

#fh5co-counters a img:hover{
	opacity:0.7;
       filter:alpha(opacity=70);
}

.services {
  position: relative;
  padding: 30px;
  padding-top: 90px;
  margin-top: 60px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .services {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .services {
    margin-bottom: 30px;
  }
}
.services span {
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
}
.services span i {
  font-size: 60px;
  padding: 30px;
  color: #FA7E0A;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#fh5co-about-section .about {
  width: 100%;
  margin-bottom: 40px;
}
#fh5co-about-section .about > img {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
  color: #727272;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #727272;
}
.contact-info li a {
  color: #727272;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.8);
}

input[type="text"] {
  height: 50px;
}

.form-group {
  margin-bottom: 30px;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

#footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4em 0;
}
#footer h3 {
  font-size: 18px;
  font-weight: 400;
}
#footer ul {
  margin: 0;
  padding: 0;
}
#footer ul li {
  font-size: 18px;
  list-style: none;
  margin-bottom: 0;
}
#footer ul li a {
  color: #727272;
}
#footer .float {
  width: 50%;
  float: left;
}
@media screen and (max-width: 768px) {
  #footer .float {
    width: 100%;
  }
}
#footer .copy-right {
  padding-top: 4em;
}
#footer a {
  color: black;
}
#footer a:hover, #footer a:focus {
  text-decoration: none;
  color: #FA7E0A;
}

.fh5co-social-icon a {
  padding: 0 5px;
}
.fh5co-social-icon a i {
  color: #000;
}
.fh5co-social-icon a:hover, .fh5co-social-icon a:focus {
  text-decoration: none;
}

.heading-section {
  margin-bottom: 3em;
}
.heading-section h2 {
  font-size: 34px;
  font-weight: 300;
}

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

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

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

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

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



}

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


#mapwarp{
	width: 1200px !important;
	margin: 2rem auto;
}

@media screen and (max-width: 768px) {
	#mapwarp{
		width: 95%;
	}
}

.maparea{
	padding: 2rem 0 5rem 0;
	background: #5c9ead;
}

.maparea h2{
	padding: 2rem 0;
	letter-spacing: 0.2rem;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.maparea h2{
		font-size: 2rem;
		padding: 0;
	}
}

.maparea h2 i,.list_title{
	margin: 0 2rem 0 0;
}

@media screen and (max-width: 768px) {
	.maparea h2 i,.list_title{
		margin: 0 1rem 0 0;
	}
}

.list_title{
	padding: 2rem 0;
	letter-spacing: 0.2rem;
	color: #5c9ead;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.list_title{
		font-size: 2rem;
	}
}

.box_01,.box_02{
	text-align: center;
	width: 100%;
	margin: 0 0 12rem 0;
}
.box_01:first-child img{
	width: 59rem;
}
@media screen and (max-width: 768px) {
	.box_01,.box_02{
		margin: 0;
	}
}

.box_01 img{
	width: 70rem;
	float: left;
	margin: 0 3% 0 4%;
}

@media screen and (max-width: 768px) {
	.box_01 img{
		width: 95%;
		margin: 1rem auto;
		float: none;
	}
	.box_01:first-child img{
		width: 95%;
	}
}

.box_02 img{
	width: 70rem;
	margin: 0 3% 0 4%;
	float: right;
}

@media screen and (max-width: 768px) {
	.box_02 img{
		width: 95%;
		margin: 1rem auto;
		float: none;
	}
}

.text-box{
	margin: 0 auto;
	max-width: 1250px;
}

@media screen and (max-width: 768px) {
	.text-box{
		max-width: unset;
		width: 90%;
	}
}

.text-box h3{
	font-weight: bold;
	text-align: left;
}

.text-box h3 span{
	vertical-align: middle;
	font-weight: bold;
	background: #efd670;
	padding: 0.5rem 2rem;
	font-size: 1.2rem;
	margin: 0 1rem 0 0;
}

.text-box .text_01{
	text-align: left;
}

.text-box .text_01 i{
	margin: 0 1rem 0 0;
}

.text-box .text_02{
	font-size: 1.4rem;
	text-align: left;
	margin: 1rem 0 5rem 0;
}

.text-box h4{
	line-height: 2.5rem;
	text-align: left;
	margin: 0 0 0 0;
}

.text-box a{
	font-size: 1.3rem;
	letter-spacing: 0.2rem;
	background: #5c9ead;
	color: #fff;
	text-align: center;
	padding: 1.5rem 4rem;
}

.text-box a i{
	margin: 0 0 0 2rem;
	transitional:all  0.5s  ease;
}

.text-box a:hover,.section_01 div .text_02 .link_01:hover,.section_01 div .text_02 .link_02:hover,.baner a img:hover,.detail_04 a:hover,.detail_access a:hover{
	text-decoration: none;
	opacity:0.7;
    filter:alpha(opacity=70);
}

@media screen and (max-width: 1400px) {
.section_01 div{
	width: fit-content;
	position: relative;
	z-index: 20;
	left: 58%;
	margin: -13% 0 0 0;
}
}

@media screen and (min-width: 1401px) {
.section_01 div{
	width: fit-content;
	position: relative;
	z-index: 20;
	left: 58%;
	margin: -13% 0 3% 0;
}
}

@media screen and (max-width: 768px) {
	.section_01{
		width: 100%;
	}
	.section_01 div{
		width: fit-content;
		position: relative;
		z-index: 20;
		left: 0;
		right: 0;
		margin: -32rem auto 9rem auto;
	}
}

.section_01 div p,.section_01 div p span,.section_01 div a{
	color: #fff;
}

.section_01 div .text_01{
	margin: 0 0 1rem 0;
	padding: 0 5rem;
	border-bottom: #fff 2px solid;
}

@media screen and (max-width: 768px) {
	.section_01 div .text_01{
		text-align: center;
		margin: 0 auto 1rem auto;
		width: 100%;
		padding: 0;
		border-bottom: #fff 2px solid;
	}
}

.section_01 div .text_01 span{
	margin: -1rem 0 0 0;
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
}

.section_01 div .text_02,.section_01 div .text_02 span{
	font-size: 1.3rem;
}

.section_01 div .text_02 .link_01 i,.section_01 div .text_02 .link_02 i{
	margin: 0 1rem 0 0;
}

.section_01 div .text_02 .link_01{
	font-weight: bold;
	font-size: 2rem;
	margin: 0 1rem 0 0;
	transitional:all  0.5s  ease;
}

.section_01 div .text_02 .link_02{
	border: 1px #fff solid;
	padding: 0.5rem 1rem;
	margin: 0 0 0 1rem;
	font-size: 1.5rem;
	transitional:all  0.5s  ease;
}

.section_01 img{
	vertical-align: bottom;
	margin: -17% 0 0 0;
	position: relative;
	z-index: 10;
	width: 100%;
	min-width: 1200px;
}

@media screen and (max-width: 768px) {
	.section_01 img{
		min-width: unset;
	}
}

/* baner */

.baner a img{
	transitional:all  0.5s  ease !important;
}

.baner {
  width: 3.5%;
  position: fixed;
  right: -200px;
  top: 20%;
  z-index: 10;
  transition: 1s;
}

@media screen and (max-width: 769px) {
  .baner {
	  padding: 2%;
	  background: rgba(255,255,255,0.6);
    width: 100%;
    right: 0;
	  top: unset;
    bottom: -100px;
  }
}

.baner .ba {
  width: 100%;
  margin: 0 0 5%;
  display: block;
}

@media screen and (max-width: 769px) {
  .baner .ba {
    width: 32.33%;
    margin: 0;
    display: inline-block;
  }
}

.baner .ba_detail_pc {
  width: 3.5%;
  position: fixed;
  right: 0;
  top: 75% !important;
  z-index: 10;
  transition: 1s;
}

@media screen and (max-width: 769px) {
  .baner .ba_detail {
    width: 49% !important;
    margin: 0;
    display: inline-block;
  }
}

.nayami{
	border: none;
}

.nayami .nayami_box_01{
	height: 120rem;
	padding: 10rem 0 0 0;
	background: #efd670;
}

@media screen and (max-width: 769px) {
	.nayami .nayami_box_01{
		height: 49rem;
	padding: 5rem 0 0 0;
	}
}

.nayami .nayami_box_02{
	padding: 31rem 0 2rem 0;
	background: #f8f6f4;
}

@media screen and (max-width: 769px) {
	.nayami .nayami_box_02{
		padding: 14rem 0 2rem 0;
	}
}

.nayami .nayami_box_02 dl{
	letter-spacing: 0.2rem;
	width: 900px;
	margin: 10rem auto;
}

@media screen and (max-width: 768px) {
	.nayami .nayami_box_02 dl{
		width: 90%;
	}
}

.nayami .nayami_box_02 dt{
	margin: 4rem 0;
	font-size: 2rem;
	position:relative;
	line-height:2em;
	text-indent:2em;
}

@media screen and (max-width: 768px) {
	.nayami .nayami_box_02 dt{
		margin: 4rem 0 4rem 2em;
		line-height:1.5em;
		text-indent: 0;
	}
}

.nayami .nayami_box_02 dd{
	font-size: 1.5rem;
	position:relative;
	line-height:2em;
	margin: 0 0 0 2.8em;
}

.nayami .nayami_box_02 dd span{
	font-size: 1.6rem;
	color: #333;
	 background: linear-gradient(transparent 60%, #efd670 40%);
font-weight: bold; 
}

.nayami .nayami_box_02 dt::before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background:url("../images/Q.png") no-repeat;
	background-size:contain;
}

@media screen and (max-width: 768px) {
	.nayami .nayami_box_02 dt::before{
		left:-2em;
	}
}

.nayami .nayami_box_02 dd::before{
	position:absolute;
	left:-2.8em;
	content:"";
	display:inline-block;
	width:2.5em;
	height:2.5em;
	background:url("../images/A.png") no-repeat;
	background-size:contain;
}

.nayami .nayami_box_02 h3{
	font-weight: bold;
	line-height: 3.5rem;
	text-align: center;
	margin: 4rem 0;
}

@media screen and (max-width: 768px) {
	.nayami .nayami_box_02 h3{
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
}

.nayami img{
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 768px) {
	.nayami img{
		width: 90%;
	}
	.container{
		padding-bottom: 4rem;
	}
}

/* 詳細 */

.detail_01{
	padding: 3rem 0;
	background: #f9f7f2;
}

@media screen and (max-width: 768px) {
	.detail_01{
		padding: 2rem 0 0 0;
	}
	.detail_01 .mb50{
		margin: 0 ;
	}
}

.detail_01 .logo{
	margin: 0 0 0 3rem;
	display: block;position: fixed;z-index: 99999;
}

@media screen and (max-width: 768px) {
	.detail_01 .logo{
		width: 40%;
		margin: 0 0 0 1rem;
	}
}

.detail_01 h2{
	margin: 10rem auto 0 auto;
	width: 837px;
	font-size: 1.8rem;
	text-align: center;
	padding: 2rem 0;
	background: #efd670;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.detail_01 h2{
		font-size: 1.5rem;
		margin: 5rem auto 0 auto;
		padding: 1rem 0;
		width: 95%;
	}
}

.detail_01 h3{
	margin: 4rem 0;
	text-align: center;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.detail_01 h3{
		margin: 3rem 0;
	}
}

.detail_01 h3 span{
	padding: 0.2rem 2rem;
	margin: 0 3rem 0 0;
	font-size: 1.8rem;
	font-weight: bold;
	color: #333;
	background: #efd670;
}

@media screen and (max-width: 768px) {
	.detail_01 h3 span{
		padding: 0.5rem 1.5rem;
		margin: 0 1rem 0 0;
		font-size: 1.5rem;
	}
}

.detail_01 p{
	color: #333;
	width: 670px;
	font-size: 1.5rem;
	margin: 0 auto 4rem auto;
}

@media screen and (max-width: 768px) {
	.detail_01 p{
		width: 90%;
		font-size: 1.3rem;
	}
}

.detail_01 p span{
	margin: 0 0 1rem 0;
	color: #333;
	display: block;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.detail_01 p span{
		line-height: 2.5rem;
	}
}

.detail_02{
	position: relative;
	z-index: -1;
	padding: 7rem 0;
	background: #fff;
}

@media screen and (max-width: 768px) {
	.detail_02{
		padding: 3rem 0;
	}
}

.detail_02 p{
	color: #333;
	font-size: 1.6rem;
	width: 50%;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.detail_02 p{
		font-size: 1.5rem;
		width: 90%;
	}
}

.detail_02 h3,.detail_03 h3,.detail_access h3{
	text-align: center;
	font-size: 4rem;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.2rem;
}

.detail_03{
	position: relative;
	z-index: -1;
	padding: 7rem 0;
	background: #f5f5ed;
}

@media screen and (max-width: 768px) {
	.detail_03{
		padding: 3rem 0;
	}
}

.detail_03 div{
	width: 49%;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.detail_03 div{
		width: 90%;
		margin: 0 auto;
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.detail_03 p{
		font-size: 1.3rem;
		width: 90%;
	}
}

.detail_03 p{
	text-align: center;
	margin: 2rem auto 0 auto;
}

.detail_03 .box{
	margin: 0 auto;
	display: block;
	width: 1000px;
}

@media screen and (max-width: 768px) {
	.detail_03 .box{
		width: 100%;
	}
}

.detail_03 div img{
	width: 100%;
}

@media screen and (max-width: 768px) {
	.detail_03 div img{
		width: 95%;
		display: block;
		margin: 0 auto;
	}
}

.detail_03 div p{
	text-align: left;
	font-size: 2.5rem;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 400;
	font-style: italic;
	margin: 0 auto;
}

.detail_04{
	position: relative;
	z-index: -1;
	padding: 7rem 0;
	text-align: center;
	background: #d3e5e9;
}

@media screen and (max-width: 768px) {
	.detail_04{
		padding: 3rem 0;
	}
	.detail_04 img{
		width: 95%;
		display: block;
		margin: 0 auto;
	}
}

.detail_04 a{
	background: #5c9ead;
	color: #fff;
	display: inline-block;
	margin: 2rem auto 0 auto;
	padding: 1.5rem 5rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.detail_04 a{
		margin: 0 auto;
		padding: 1.3rem 5rem;
	}
}

.detail_access{
	position: relative;
	z-index: -1;
	background: #fff;
	padding: 7rem 0;
}

@media screen and (max-width: 768px) {
	.detail_access{
		padding: 3rem 0;
	}
}

.detail_access p{
	font-size: 1.6rem;
	width: 50%;
	margin: 0 auto 7rem auto;
	display: block;
}

@media screen and (max-width: 768px) {
	.detail_access p{
		margin: 0 auto 5rem auto;
		font-size: 1.5rem;
		width: 90%;
	}
}

.detail_access .link_box{
	width: 59rem;
	margin: 8rem auto 2rem auto;
	display:block;
}

@media screen and (max-width: 768px) {
	.detail_access .link_box{
		width: 100%;
		margin: 5rem auto 2rem auto;
		display:block;
	}
}

.detail_access a{
	color: #fff;
	text-align: center;
	margin: 0 4rem;
	padding: 1rem 4rem;
}

@media screen and (max-width: 768px) {
	.detail_access a{
		margin: 0 4%;
		padding: 1rem 5%;
	}
	.detail_access #mapwarp{
		width: 100% !important;
	}
}

.detail_access .back{
	background: #93919b;
}

.detail_access .next{
	background: #5c9ead;
}

.detail_access .next i{
	margin: 0 0 0 2rem;
}

.detail_footer{
	padding: 6rem 0;
	background: #fff;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.detail_footer{
		padding: 3rem 0;
		font-size: 1.3rem;
	}
}

.detail_02 ul{
	width: 1200px;
	margin: 7rem auto 0 auto;
	display: block;
}

@media screen and (max-width: 768px) {
	.detail_02 ul{
		width: 100%;
		margin: 4rem auto 0 auto;
		padding: 0;
	}
}

.detail_02 ul li{
	font-size: 1.4rem;
	list-style: none;
	float: left;
	width: 55rem;
	margin: 0 5rem 5rem 0;
}

@media screen and (max-width: 768px) {
	.detail_02 ul li{
		font-size: 1.4rem;
		float: none;
		width: 90%;
		margin: 0 auto 3rem auto;
	}
}

.detail_02 ul li:nth-of-type(2n){
	margin: 0 0 5rem 0;
}

@media screen and (max-width: 768px) {
	.detail_02 ul li:nth-of-type(2n){
		margin: 0 auto 3rem auto;
	}
}

.detail_02 ul li img{
	margin: 0 0 2rem 0;
	display: block;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.detail_02 ul li img{
		margin: 0 0 1rem 0;
	}
}

/* company */

#company {
	line-height: 2rem;
	letter-spacing: 0;
	width: 1000px;
	margin: 50px auto 70px;
}

@media screen and (max-width: 769px) {
	#company {
		width: 100%;
		margin: 50px 0;
		text-align: left;
	}
}

#company h2 {
	margin: 40px 0;
	text-align: center;
	font-weight: normal;
	font-size: 3rem;
	line-height: 1;
}

@media screen and (max-width: 769px) {
	#company h2 {
		margin: 40px 0 20px;
		font-size: 2.5rem;
	}
}

#company .f_left {
	float: left;
	margin-right:3rem;
	width: 560px;
	margin-bottom: 50px;
	border-top: solid 1px #e9e9e9;
	font-size: 0;
}

@media screen and (max-width: 769px) {
	#company .f_left {
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	
	#company dl {
		padding: 15px 0;
		border-bottom: solid 1px #e9e9e9;
		text-align: left;
	}

	#company dt {
		margin-bottom: 10px;
		font-size: 16px;
	}
	
	#company .f_right {
		margin: 0 15px 20px;
	}
}

#company .f_left dl {
	margin-bottom: 0;
	border-bottom: solid 1px #e9e9e9;
	text-align: left;
}

#company .f_left dt {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 130px;
	padding: 15px 0;
	font-size: 14px;
}

#company .f_left dd {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 430px;
	padding: 15px 0;
	font-size: 14px;
}

@media screen and (max-width: 769px) {
	#company .f_left dd {
		width: 100%;
	}
}

#company .f_right iframe {
	width: 380px;
	height: 400px;
	overflow: hidden;
	border: 0;
}

@media screen and (max-width: 769px) {
	#company .f_right iframe {
		width: 100%;
	}
}

#company .section {
	text-align: left;
	font-size: 0;
}

@media screen and (max-width: 769px) {
	#company .section {
		margin: 0 15px;
		border-top: solid 1px #e9e9e9;
	}
}

#company .section dl {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 490px;
	margin-bottom: 20px;
	padding: 20px;
	border: solid 1px #e9e9e9;
	font-size: 14px;
}

@media screen and (max-width: 769px) {
	#company .section dl {
		width: 100%;
	}
}

#company .section dl:nth-child(odd) {
	margin-right: 20px;
}

@media screen and (max-width: 769px) {
	#company .section dl:nth-child(odd) {
		margin-right: 0;
	}
}

#company .section dt {
	margin-bottom: 10px;
	font-size: 16px;
}

#company dd a {
	text-decoration: none;
	color: #000;
}

#company .banner{
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 769px) {
	#company .banner{
		width: 100%;
	}
}

#company .banner a{
	width: 47.7%;
	float: left;
	display: block;
	margin: 0 4rem 90px 0;
}

@media screen and (max-width: 769px) {
	#company .banner a{
		width: 100%;
		margin: 0 0 1rem 0;
	}
}

#company .banner a:last-of-type{
	margin: 0 0 90px 0;
}

@media screen and (max-width: 769px) {
	#company .banner a:last-of-type{
		margin: 0;
	}
}

#company .banner img{
	width: 100%;
	display: block;
}

@media screen and (max-width: 769px) {
	#company .banner img{
		width: 90%;
		margin: 1rem auto;
		float: none;
	}
}

/* --------------------------------
 * header
 * -------------------------------- */
.header {
  width: 100%;
  margin: 0;
  padding: 0;
	background-color: #FFF;
	height: 100px;
}


.header .wrapper {
	position: relative;
	max-width: 1000px;
}

.header .h_logo {
  width: auto;
	max-width: 120px;
  padding: 25px 0 25px;
	position: absolute;
	left: 20px;
	display: block;
	z-index: 120;
}

.header .h_tel {
  width: auto;
	max-width: 270px;
	position: absolute;
	top: 36px;
	right: 120px;
	display: block;
	z-index: 120;
}

@media screen and (max-width: 959px) {
	.header_fixed {
		height: 60px;
	}

  .header .h_logo {
		width: 100px;
		margin: auto;
		left: 15px;
		top: 17%;
		padding: 0;
  }
}

.global-nav {
  position: fixed;
  right: 0px; /* これで隠れる */
  top: -1100px;
  width: 42.5rem; /* スマホに収まるくらい */
  height: 100%;
	bottom: 0;
  padding-top: 77px;
  background-color: #fff;
  transition: all .6s;
  z-index: 300;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}

@media screen and (max-width: 959px) {
	.global-nav {
		width: 100%;
		bottom: 0;
	}
}

.hamburger {
  position: fixed;
  right: 20px;
  top: 25px;
  width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
	padding: 32px 32px 20px 20px;
	background-color: #FFF;
}

.global-nav__list {
	background: #fff;
	margin: -20rem 0 0 0;
  margin: 0 2.3em 0 0;
  list-style: none;
}

@media screen and (max-width: 959px) {
	.global-nav__list {
	  margin: 0 auto;
	  padding: 0;
		width: 85%;
	}
}

.global-nav__item {
	 border-bottom: 1px solid #eee;
  text-align: left;
	margin: 0;
	padding: 10px 0;
}

@media screen and (max-width: 959px) {
	.global-nav__item {
		margin: 0 auto;
	}
}

.global-nav__list .button a img{
	width: 48.5%;
	margin: 0 0.5em 0 0;
	transitional:all  0.5s  ease !important;
}

@media screen and (max-width: 959px) {
	.global-nav__list .button a img{
		width: 48.5%;
	}
}

.global-nav__list .button a:hover{
	opacity:0.7;
    filter:alpha(opacity=70);
}

/*.global-nav__item:last-child {
	border-top: 1px solid #eee;
}*/

.global-nav__item a {
	font-size: 2rem;
  display: block;
	font-weight: bold;
  text-decoration: none;
  color: #111;
}

.global-nav__item a::before{
	font-family: "Font Awesome 5 Free";
	content:"\f105";
	color: #5c9ead;
	padding-right: 0.5em
}

.global-nav__item a:hover {
  background-color: #eee;
}


.hamburger__line {
  position: absolute;
  left: 11px;
  width: 30px;
  height: 4px;
  background-color: #111;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 24px;
}
.hamburger__line--3 {
  top: 34px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
	z-index: 98;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  top: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}

.nav-open .hamburger {
	position: fixed;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}

@media screen and (max-width: 959px) {
	.nav-open .hamburger {
		position: fixed;
	}


	.hamburger {
		top: 5px;
		right: 5px;
	}

	.global-nav__item a {
		font-size: 4.0vw;
	}

	.hamburger__line {
		height: 2px;
	}

	.global-nav {
		padding-top: 60px;
	}

	.header {
		height: 60px;
	}

	.header_fixed {
		position: fixed;
		width: 100%;
		left: 0;
		height: 60px;
		z-index: 100;
		background-color: #FFF;
	}

}
.flex {
  display: flex;
}
article {
  width: 100%;
}
article .inner, header .inner {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 959px) {
  article .inner, header .inner {
    margin: 0 auto;
    max-width: 100%;
  }
}

.cate{
	font-size: 1.5rem;
	color: #fff;
	letter-spacing: 0.2em;
	background: #5c9ead;
	text-align: center;
}

@media screen and (max-width: 959px) {
	.cate,.button{
		margin: 0 auto;
	}
}

.banner_covid{
	width: 1200px;
	margin: 5rem auto;
}

@media screen and (max-width: 959px) {
	.banner_covid{
		width: 90%;
	}
	.banner_covid img{
		width: 100%;
	}
	.banner_covid a{
		display: block;
		margin: 0 auto 1rem auto;
	}
}

.banner_covid .left{
	float: left;
}

@media screen and (max-width: 959px) {
	.banner_covid .left{
		float: unset;
	}
}

.banner_covid .right{
	float: right;
}

@media screen and (max-width: 959px) {
	.banner_covid .right{
		float: unset;
	}
}