html {
	overflow-x: hidden;
}
body {
	font-family: "Raleway", sans-serif;
	line-height: 1.8;
	font-size: 16px;
	background:url(../images/bg.png) repeat fixed;
	/*background-size: auto auto;
background-color: rgba(255, 255, 255, 1);
background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(201, 229, 204, 1) 10px, rgba(201, 229, 204, 1) 31px );*/
	color: #859196;
}
section {background: #fff;}

.wrap {max-width: 1200px; margin: 0 auto; border-right: 5px #fff solid; border-left: 5px #fff solid; position:relative;}

@media screen and (max-width: 960px) {
	body {padding:8px;}
	.wrap {border:none;}
}

a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	color: #4586FF;
}
a:hover {
	text-decoration: none;
	color: #4586FF;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	line-height: 1.45;
	font-weight: normal;
	color: #000;
}
.text-primary {
	color: #4586FF !important;
}
.ftco-navbar-light {
	background: transparent !important;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 3;
}

@media screen and (max-width: 991px) {
.ftco-navbar-light {
	background: #fff !important;
	top: 0;
	position: relative;
}
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (max-width: 960px) {
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	color:#666;
}
}
.ftco-navbar-light .navbar-nav > .nav-item.ftco-cta a {
	color: #fff;
}
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
	position: relative;
	margin-left: 20px;
	padding-left: 20px;
}

@media screen and (max-width: 960px) {
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
	padding-left: 0;
	margin-left: 0;
}
}
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
	position: absolute;
	content: "";
	top: 10px;
	bottom: 10px;
	left: 0;
	width: 2px;
	background: rgba(255, 255, 255, 0.05);
}

@media screen and (max-width: 960px) {
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
	display: none;
}
}
.ftco-navbar-light .navbar-toggler {
	border: none;
	color: rgba(0, 0, 0, 0.5) !important;
	cursor: pointer;
	padding-right: 0;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .1em;
}
.ftco-navbar-light.scrolled {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	margin-top: -130px;
	background: #fff !important;
}

@media screen and (max-width: 768px) {
.ftco-navbar-light.scrolled .navbar-nav {
	background: none;
	border-radius: 0px;
	padding-left: 0rem !important;
	padding-right: 0rem !important;
}
}

@media screen and (max-width: 576px) {
.ftco-navbar-light.scrolled .navbar-nav {
	background: none;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
}
.ftco-navbar-light.scrolled .navbar-toggler {
	border: none;
	color: rgba(0, 0, 0, 0.5) !important;
	border-color: rgba(0, 0, 0, 0.5) !important;
	cursor: pointer;
	padding-right: 0;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .1em;
}
.ftco-navbar-light.scrolled .nav-link {
	padding-top: 0.7rem !important;
	padding-bottom: 0.7rem !important;
	color: #000 !important;
}
.ftco-navbar-light.scrolled .nav-link.active {
	color: #78c627 !important;
}
.ftco-navbar-light.scrolled.awake {
	margin-top: 0px;
	-webkit-transition: .3s all ease-out;
	-o-transition: .3s all ease-out;
	transition: .3s all ease-out;
}
.ftco-navbar-light.scrolled.sleep {
	-webkit-transition: .3s all ease-out;
	-o-transition: .3s all ease-out;
	transition: .3s all ease-out;
}
.ftco-navbar-light.scrolled .navbar-brand {
	color: #000;
}
.navbar-brand {
	text-transform: uppercase;
	letter-spacing: .1em;
}
.navbar-brand img {
	width: 300px;
}

@media screen and (max-width: 768px) {
.navbar-brand img {
	width: 100%;
	max-width: 180px;
}
}
.bg-image, .ftco-cover {
	background: url(images/bg_3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.ftco-cover {
	background-position:center center;
}
@media screen and (max-width: 768px) {
	.ftco-cover {
	background-position: right center;
}
}
.ftco-cover .ftco-heading {
	font-size: 55px;
	line-height: 1.34;
	color: #fff;
	text-shadow: #465D3F 1px 1px 10px;
}
.ftco-cover .ftco-heading span {font-weight: bold;}

@media screen and (max-width: 768px) {
.ftco-cover .ftco-heading {
	font-size: 30px;
	line-height: 1.3;
}
}
.ftco-cover .ftco-subheading, .ftco-cover p {
	color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
.ftco-cover .btn {
	width: 100% !important;
	border: 1px solid red;
}
}
.ftco-cover a {
	position: relative;
	color: #fff;
}
.ftco-cover a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #4586FF;
	height: 2px;
	content: " ";
}
.ftco-cover.overlay {
	position: relative;
}
.ftco-cover.overlay:before {
	content: "";
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.ftco-cover .ftco-vh-100 {
	min-height: 500px;
}
@media screen and (max-width: 768px) {
	.ftco-cover .ftco-vh-100 {
	min-height: 400px;
}
}
.ftco-slant {
	position: relative;
	overflow: hidden;
}
.ftco-slant:after {
	width: 120%;
	height: 200px;
	left: -10%;
	background: #f8f8f8;
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	content: "";
	position: absolute;
	bottom: -100px;
}

@media screen and (max-width: 960px) {
.ftco-slant:after {
	bottom: -150px;
}
}

@media screen and (max-width: 768px) {
.ftco-slant:after {
	bottom: -170px;
}
}
.ftco-slant.ftco-slant-white:after {
	background: #fff;
}
.ftco-slant.ftco-slant-dark:after {
	background: #263135;
}
.ftco-uppercase {
	letter-spacing: .1em;
	font-size: 30px;
}
.btn {
	border-radius: 4px;
	padding: 20px 30px;
	font-size: 14px;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
.btn.btn-sm {
	padding: 10px 20px;
	font-size: 12px;
}
.btn:before {
	display: none;
}
.btn:hover, .btn:active, .btn:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn.btn-primary {
	background: #4586FF;
	border-color: #4586FF;
	color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
	border-color: #1265ff;
	background: #1265ff;
}
.btn.btn-outline-white {
	border-color: rgba(255, 255, 255, 0.2);
	background: none;
}
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
	background: #fff;
	border-color: #fff;
	color: #000;
}
.form-control {
	border: 1px solid rgba(0, 0, 0, 0.2);
	height: 55px;
	background: none !important;
	color: #000 !important;
	font-size: 18px;
}
.form-control:focus, .form-control:active {
	border: 1px solid #000;
}
textarea {
	height: inherit !important;
}
.ftco-vh-100 {
	height: 80vh;
}

@media screen and (max-width: 960px) {
.ftco-vh-100 {
	height: inherit;
	padding-top: 5em;
	padding-bottom: 5em;
}
}
.ftco-vh-75 {
	height: 75vh;
}

@media screen and (max-width: 960px) {
.ftco-vh-75 {
	height: inherit;
	padding-top: 5em;
	padding-bottom: 5em;
}
}
.ftco-animate {
	opacity: 0;
	visibility: hidden;
}
.bg-primary {
	background: #4586FF !important;
}


.ftco-section, .ftco-footer {
	padding: 1em 0 2em 0;
}
.ftco-section.ftco-slant, .ftco-footer.ftco-slant {
	padding: 5em 0 8em 0;
}
@media screen and (max-width: 768px) {
	.ftco-section.ftco-slant, .ftco-footer.ftco-slant {
	padding: 5em 0 1em 0;
}
}
.ftco-section .ftco-heading, .ftco-footer .ftco-heading {
	font-size: 40px;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
.ftco-section .ftco-heading, .ftco-footer .ftco-heading {
	font-size: 30px;
}
}
.ftco-section.bg-light, .ftco-footer.bg-light {
	background: #f8f8f8 !important;
}
.ftco-bg-dark {
	background: #263135;
}
.ftco-footer {
	font-size: 16px;
}
.ftco-footer .ftco-footer-logo {
	text-transform: uppercase;
	letter-spacing: .1em;
}
.ftco-footer .ftco-footer-widget h2 {
	font-weight: normal;
}
.ftco-footer p {
	color: rgba(255, 255, 255, 0.3);
}
.ftco-footer a {
	color: rgba(255, 255, 255, 0.3);
}
.ftco-footer a:hover {
	color: #4586FF;
}
.ftco-footer .ftco-heading {
	font-size: 24px;
}
.ftco-footer .ftco-heading-2 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.6);
}
.ftco-pricing-popular {
	position: relative;
}
.ftco-pricing-popular .popular-text {
	text-transform: uppercase;
	font-size: 14px;
	margin-top: -16px;
	right: 0;
	background: #4586FF;
	color: #fff;
	padding: 2px 10px;
	position: absolute;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	letter-spacing: .1em;
}
.ftco-pricing h2 {
	font-size: 17px;
	text-transform: uppercase;
}
.ftco-pricing .ftco-price-per {
	font-size: 70px;
}
.ftco-pricing .ftco-price-per sup {
	font-size: 20px;
	top: -1.5em;
}
.ftco-pricing .ftco-price-per strong {
	color: #000;
}
.ftco-pricing .ftco-price-per span {
	font-size: 20px;
}
.ftco-pricing ul li {
	margin-bottom: 10px;
}
.ftco-footer-social li {
	list-style: none;
	margin: 0 10px 10px 0;
	display: inline-block;
}
.ftco-footer-social li a {
	height: 60px;
	width: 60px;
	display: block;
	float: left;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 50%;
	position: relative;
}
.ftco-footer-social li a span {
	position: absolute;
	font-size: 26px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.ftco-footer-social li a:hover {
	color: #fff;
}
.footer-small-nav > li {
	display: inline-block;
}
.footer-small-nav > li a {
	margin: 0 10px 10px 0;
}
.footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
	color: #4586FF;
}
.media .ftco-icon {
	width: 100px;
}
.media .ftco-icon span {
	color:#78c627;
}
.ftco-media {
	background: #fff;
	border-radius: 5px;
}
.ftco-media.text-center .ftco-icon {
	margin: 0 auto;
}
.ftco-overflow-hidden {
	overflow: hidden;
}
.padding-top-bottom {
	padding-top: 120px;
	padding-bottom: 120px;
}
.ftco-owl {
	position: relative;
	z-index: 1;
}
.ftco-owl .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	z-index: 10;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.ftco-owl .owl-nav .owl-prev, .ftco-owl .owl-nav .owl-next {
	position: absolute;
	font-size: 30px;
	background: #4586FF;
	color: #fff;
	padding: 10px;
	line-height: 0;
}
.ftco-owl .owl-nav .owl-prev {
	left: 0;
}
.ftco-owl .owl-nav .owl-next {
	right: 0;
}
.ftco-owl .owl-dots {
	position: relative;
	text-align: center;
	margin-top: 30px;
}
.ftco-owl .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.ftco-owl .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background: #ccc;
	border-radius: 50%;
	display: inline-block;
	margin: 5px 7px;
}
.ftco-owl .owl-dots .owl-dot.active span {
	background: #4586FF;
}
.ftco-owl:hover .owl-nav {
	visibility: visible;
	opacity: 1;
}

@media screen and (max-width: 768px) {
#map {
	height: 400px;
}
}
.ftco-counter .ftco-number {
	display: block;
	font-size: 72px;
	font-weight: bold;
	color: #4586FF;
}
.ftco-counter .ftco-label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #b3b3b3;
}
#ftco-loader {
	position: fixed;
	width: 96px;
	height: 96px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
	border-radius: 16px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
	-o-transition: opacity .2s ease-out, visibility 0s linear .2s;
	transition: opacity .2s ease-out, visibility 0s linear .2s;
	z-index: 1000;
}
#ftco-loader.fullscreen {
	padding: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#ftco-loader.show {
	-webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
	-o-transition: opacity .4s ease-out, visibility 0s linear 0s;
	transition: opacity .4s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}
#ftco-loader .circular {
	-webkit-animation: loader-rotate 2s linear infinite;
	animation: loader-rotate 2s linear infinite;
	position: absolute;
	left: calc(50% - 24px);
	top: calc(50% - 24px);
	display: block;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
#ftco-loader .path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: loader-dash 1.5s ease-in-out infinite;
	animation: loader-dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}
 @-webkit-keyframes loader-rotate {
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes loader-rotate {
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @-webkit-keyframes loader-dash {
 0% {
 stroke-dasharray: 1, 200;
 stroke-dashoffset: 0;
}
 50% {
 stroke-dasharray: 89, 200;
 stroke-dashoffset: -35px;
}
 100% {
 stroke-dasharray: 89, 200;
 stroke-dashoffset: -136px;
}
}
 @keyframes loader-dash {
 0% {
 stroke-dasharray: 1, 200;
 stroke-dashoffset: 0;
}
 50% {
 stroke-dasharray: 89, 200;
 stroke-dashoffset: -35px;
}
 100% {
 stroke-dasharray: 89, 200;
 stroke-dashoffset: -136px;
}
}

h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  padding-bottom: 0.2em;
}
h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #78c627;
  border-radius: 2px;
}
h3 {
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background:url(../images/bg_w2.jpg);
  border-left: solid 5px #FF4801;/*左線（実線 太さ 色）*/
}
h4 {
  border-bottom: solid 3px #ccc;
  position: relative;
	color:#666 !important;
	font-weight: bold !important;
}
h4::first-letter {color:#78c627; font-size:140%}

h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #78c627;
  bottom: -3px;
  width: 20%;
}
@media screen and (max-width: 768px) {
.table-block tr th,.table-block tr td {display: block;}
.table-block tr th {border: none; font-size:90%; padding:1em 0 0.2em 0;}
.table-block tr th::before {content: "▼"; color: #78c627;}
}
.lead strong {font-weight: bold; color:#333;}
.subtitle {
	font-size: 70%;
	color: #646464;
}
.dib {
	display: inline-block;
}
.waku {background: #EFFBEB; padding:10px; border-radius: 15px;}
.big {
	font-size: 130%;
}
.nami {background:url(../images/wave-orange.png) bottom repeat-x;
background-size: 20px;}
.green {color: #78c627 !important;}
.red {color:#FF4801 !important;}
.yellow{color:#ffffa8 !important;}
.pic {transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.24);
}
.marker-yellow {
	background: linear-gradient(transparent 60%, #ffffa8 0%);
}
.marker-orange {
	background: linear-gradient(transparent 60%, #ffddbc 0%);
}

.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}

.balloon:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.balloon p {
  margin: 0;
  padding: 0;
}
.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #FFF;
  border: solid 3px #FF4801;
  box-sizing: border-box;
}
.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #FF4801;
  z-index: 1;
}

.bg_footer {background:url(../images/bg_footer.png) no-repeat bottom; background-size:contain; margin-bottom:-2em;padding-bottom:2em;}

@media screen and (max-width: 768px) {
.bg_footer {background-size:auto;}	
	
.h1, h1 {
	font-size: 1.6rem
}
.h2, h2 {
	font-size: 1.5rem
}
.h3, h3 {
	font-size: 1.4rem
}
.h4, h4 {
	font-size: 1.3rem
}
.h5, h5 {
	font-size: 1.2rem
}
.h6, h6 {
	font-size: 1.1rem
}
.lead {
	font-size: 1rem;
	text-align: left;
}
}
/*footerにLINE*/

.bottom-contact {
	z-index: 10000;
	width: 100%;
	position: fixed;
	bottom: 0;
	left:0;
	border-top:3px #c8a063 solid;
	background: #fff url(img/bg_w2.jpg);
}
.bottom-contact-wrap {position: relative; max-width: 1200px; margin: 0 auto;}
.bottom-contact-shadow {-webkit-filter: drop-shadow(0 0 5px #ccc);}
.bottom-contact img {margin:10px;}
.bottom-contact-shadow img{margin:10px 5px}
.bottom-contact img.booklet{width:169px;}
.bottom-contact img.line {position:absolute;right: 0; bottom:0; margin:0 0 0 10px;}

.pc {display: block;}
.sp {display: none;}

@media screen and (max-width: 1100px) {
	
.sp {display: block;}
.pc {display: none;}
	
/*footerにLINE*/
.bottom-contact {z-index:10000;
	width:100%;
	position: fixed;
	bottom:0;
	border-top:3px #c8a063 solid;
	background: #fff url(img/bg_w2.jpg);
	
 }
.bottom-contact-wrap {-webkit-filter: drop-shadow(0 0 5px #ccc); position: relative;}
.bottom-contact img {
	margin:3px 0;
	width : 32.33% ;}
.bottom-contact img.booklet{width : 32.33% ;}
.bottom-contact img.line {position:absolute;right: 0; bottom:0; margin:0;}
}

.agreement {height:120px; overflow-y: scroll; background: #f1f1f1; padding:10px; margin-bottom:20px;}
.reqired{background:#FF4801; color:#fff; font-size:90%; padding:1px 4px;}
.ERR {color:#FF4801;}