@charset "UTF-8";

body {
	overflow-x: hidden;
	font-family: 'Helvetica Neue',"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,'Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #333;
	font-size: 1rem;
}

.container {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}

.map_txt {
	padding-right: 15px;
	padding-left: 15px;
}

.guide_txt {
	padding-right: 15px;
	padding-left: 15px;
}

.ger_txt {
	padding-right: 15px;
	padding-left: 15px;
}

p {
	line-height: 1.7;
}

a {
	color: #03c4eb;
}

a:hover {
	color: #029ab9;
}

.text-primary {
	color: #03c4eb !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	font-family: 'Helvetica Neue',"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

h4 {
	margin: 1.5rem 0 0.6rem;
}

section {
	padding: 3rem 0;
}

section h2.section-heading {
	font-size: 2rem;
	margin-top: 0;
	/* margin-bottom: 15px; */
}

section h3.section-subheading {
	font-size: 1.1rem;
	font-weight: 400;
	/* margin-bottom: 3rem; */
	text-transform: none;
	line-height: 1.7;
}

section h5.service-heading {
	font-size: 1.5rem;
	margin: 1.5rem 0 0.6rem;
}

.txt_left {
	text-align: left;
}

.sub_title {
	padding: 2rem 0;
}

.hrcss {
	display: block;
	width: 100%;
	height: 1px;
  /* background-color: #bcbcbc; */
	border: 0;
	margin-bottom: 32px;
}

.col-md-12 {
	padding-right: 0;
	padding-left: 0;
}

.col-md-12 img {
	width: 100%;
}

.mb-set {
	margin-bottom: 2.5rem !important;
}



@media (min-width: 768px) {
	body {
		font-size: 1.1rem;
	}

	.container {
		padding-right: 15px;
		padding-left: 15px;
	}

	p {
		line-height: 1.75;
	}

	h4 {
		margin: 2rem 0 0.6rem;
	}

	section {
		padding: 4rem 0;
	}

	section h2.section-heading {
		font-size: 40px;
	}

	section h3.section-subheading {
		/* margin-bottom: 75px; */
		letter-spacing: 0.02rem;
	}

	section h5.service-heading {
		margin: 2rem 0 0.6rem;
	}

	.sub_title {
		padding: 2rem 8rem;
	}
}

.btn {
	font-family: 'Helvetica Neue',"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 700;
}

.btn-xl {
	font-size: 18px;
	padding: 16px 60px;
	margin-top: 1.6rem;
}

.btn-primary {
	background-color: #03c4eb;
	border-color: #03c4eb;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
	background-color: #03a5c5 !important;
	border-color: #03a5c5 !important;
	color: white;
}

.btn-primary:active, .btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::-moz-selection {
	background: #03c4eb;
	text-shadow: none;
}

::selection {
	background: #03c4eb;
	text-shadow: none;
}

img::selection {
	background: transparent;
}

img::-moz-selection {
	background: transparent;
}

#mainNav {
	background-color: #212529;
}

#mainNav .navbar-toggler {
	font-size: 12px;
	right: 0;
	padding: 13px;
	text-transform: uppercase;
	color: white;
	border: 0;
	background-color: #03c4eb;
	font-family: 'Helvetica Neue',"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

#mainNav .navbar-brand {
	color: #03c4eb;
	font-family: 'Helvetica Neue',"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
	color: #029ab9;
}

#mainNav .navbar-nav .nav-item .nav-link {
	font-size: 90%;
	font-weight: 400;
	padding: 0.75em 0;
	letter-spacing: 1px;
	color: white;
	font-family: 'Helvetica Neue',"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
	color: #03c4eb;
}

@media (min-width: 992px) {
	#mainNav {
		padding-top: 25px;
		padding-bottom: 25px;
		-webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
		-moz-transition: padding-top 0.3s, padding-bottom 0.3s;
		transition: padding-top 0.3s, padding-bottom 0.3s;
		border: none;
		background-color: transparent;
	}

	#mainNav .navbar-brand {
		font-size: 1.75em;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	#mainNav .navbar-nav .nav-item .nav-link {
		padding: 1.1em 1em !important;
	}

	#mainNav.navbar-shrink {
		padding-top: 0;
		padding-bottom: 0;
		background-color: #212529;
	}

	#mainNav.navbar-shrink .navbar-brand {
		font-size: 1.25em;
		padding: 12px 0;
	}
}

header.masthead {
	text-align: center;
	color: white;
	background-image: url("/img/main.jpg") !important;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
	background-size: cover;
}

header.masthead .intro-text {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

header.masthead .intro-text .intro-lead-in {
	font-size: 22px;
	font-style: italic;
	line-height: 22px;
	margin-bottom: 25px;
	font-family: 'Helvetica Neue',"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

header.masthead .intro-text .intro-lead-in img {
	width: 65%;
}

header.masthead .intro-text .pic_logo {
	margin: 0 auto;
	text-align: center;
}

header.masthead .intro-text .pic_logo img {
	width: 70%;
}

header.masthead .intro-text .intro-heading {
	font-size: 2rem;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 25px;
	font-family: 'Helvetica Neue',"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

@media (min-width: 768px) {
	header.masthead .intro-text {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}

	header.masthead .intro-text .intro-lead-in {
		font-size: 40px;
		font-style: italic;
		line-height: 40px;
		margin-bottom: 25px;
		font-family: 'Helvetica Neue',"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,'Helvetica Neue',Helvetica,Arial,sans-serif;
	}

	header.masthead .intro-text .intro-lead-in img {
		width: 40%;
	}

	header.masthead .intro-text .pic_logo {
		margin: 0 auto;
		text-align: center;
	}

	header.masthead .intro-text .pic_logo img {
		width: 40%;
	}

	header.masthead .intro-text .intro-heading {
		font-size: 4.5rem;
		font-weight: 700;
		line-height: 75px;
		margin-bottom: 50px;
		font-family: 'Helvetica Neue',"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,'Helvetica Neue',Helvetica,Arial,sans-serif;
	}
}

#services {
	padding: 3rem 0 2rem;
}

#services .service-heading {
	margin: 15px 0;
	text-transform: none;
}

#services .txt_about {
	padding: 0 1rem;
}

#services .col-md-3 {
	padding-bottom: 2rem;
	padding-right: 10px;
	padding-left: 10px;
}

#services .icon_egg {
	margin: 0 auto;
	width: 95%;
}

#services img {
  width: 90%;
}


#services .txt_about {
  text-align: left;
  padding: 0 0;
}

#services .col-4 {
	padding-right:2px;
	padding-left: 2px;
}

#services .col-4 h4{
	font-size: 1.1rem;
}


@media (min-width: 768px) {

	#services .col-md-3 {
		padding-bottom: 0;
	}
}

#greeting img {
	width: 100%;
}

#sns .instagram {
	margin-top: 3rem;
}

#sns .row {
	margin-right: 0;
	margin-left: 0;
}

.twitter {
	width: 100%;
}

.twitter iframe {
  width: 740px !important;
}

@media (min-width: 768px) {
	#sns .instagram {
		margin-top: 0;
	}
}

#farm .farm_img img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

#farm dl dt {
	font-size: 1.6rem;
	margin-top: 0.6rem;
}

@media (min-width: 768px) {
	#farm dl dt {
		margin-top: 0;
	}
}

section#contact {
	background-repeat: no-repeat;
	background-position: center;
}

section#contact .form-group {
	margin-bottom: 25px;
}

section#contact .form-group input,
    section#contact .form-group textarea {
	padding: 20px;
}

section#contact .form-group input.form-control {
	height: auto;
}

section#contact .form-group textarea.form-control {
	height: 248px;
}

section#contact .form-control:focus {
	border-color: #03c4eb;
	box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
	font-weight: 700;
	color: #ced4da;
	font-family: 'Helvetica Neue',"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

section#contact :-moz-placeholder {
	font-weight: 700;
	color: #ced4da;
	font-family: 'Helvetica Neue',"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

section#contact ::-moz-placeholder {
	font-weight: 700;
	color: #ced4da;
	font-family: 'Helvetica Neue',"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

section#contact :-ms-input-placeholder {
	font-weight: 700;
	color: #ced4da;
	font-family: 'Helvetica Neue',"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

#contact .form {
	padding-top: 2rem;
}

header.masthead_animal {
	background-image: url("../img/animal/main.jpg");
}

.animal-subheading {
	font-size: 1.1rem;
	font-weight: 400;
	margin-bottom: 0;
	text-transform: none;
	line-height: 1.7;
}

.animal_title {
	padding-top: 2rem;
}

#animal img {
	width: 100%;
}

#animal h4 {
	margin: 1rem 0 0.6rem;
}

#animal .animal_col {
	padding: 2rem 0;
}

@media (min-width: 768px) {
	header.masthead_animal {
		background-image: url("../img/animal/main.jpg");
	}

	h3 .animal-subheading {
		font-size: 1.1rem;
		font-weight: 400;
		margin-bottom: 0;
		text-transform: none;
		line-height: 1.7;
	}
}

footer {
	padding: 25px 0;
	text-align: center;
}

footer span.copyright {
	font-size: 90%;
	line-height: 40px;
	text-transform: none;
	font-family: 'Helvetica Neue',"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

footer ul.quicklinks {
	font-size: 90%;
	line-height: 40px;
	margin-bottom: 0;
	text-transform: none;
	font-family: 'Helvetica Neue',"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

ul.social-buttons {
	margin-bottom: 0;
}

ul.social-buttons li a {
	font-size: 20px;
	line-height: 50px;
	display: block;
	width: 50px;
	height: 50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: white;
	border-radius: 100%;
	outline: none;
	background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
	background-color: #03c4eb;
}
.wpforms-submit-container {
  text-align: center;
}

#wpforms-submit-41 {
  background-color: #03c4eb;
    border-color: #03c4eb;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 20px 70px;
    font-weight: bold;
}

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