@charset "UTF-8";

/*-----------------------------------

	base

-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
	font-family: "Sawarabi Gothic","メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 14px;
    font-size: 1.4em;
	color: #333434;
    line-height: 1.8em;
	letter-spacing:0.03rem;
	font-weight: 400;
	background: #fff;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	z-index: 999;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
::selection {
	background: #50ab65;
	color: #fff;
}

//Firefox
::-moz-selection {
	background: #50ab65;
	color: #fff;
}
.en {
	font-family: 'Concert One', cursive;
}
.contents_inner{
	width: 1100px;
	margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
	color:#333434;
	text-decoration:none;
    cursor: pointer;
}
a:hover {
	color:#333434;
	text-decoration:none;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
a img{
	transition : 0.2s ;
	-webkit-transition : 0.2s ;
	-moz-transition    : 0.2s ;
	-o-transition      : 0.2s ;
	-ms-transition     : 0.2s ;
}
a:hover img {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.sp {
	display:none;
}
.tab {
	display:none;
}
.pc {
	display:block;
}
.h2_style,
.h3_style_02 {
	text-align: center;
}
.h2_style span,
.h3_style_02 span {
	display: block;
	font-family: 'Concert One', cursive;
	font-size: 22px;
	font-weight: 500;
	color: #1ea821;
	margin-top: 10px;
	letter-spacing: 0.08em;
}
.h2_style p,
.h3_style_02 p {
	font-size: 30px;
	letter-spacing: 0.06em;
	color: #2b2b2b;
}
.h3_style {
	padding-bottom: 5px;
	border-bottom: 2px solid #efefef;
	position: relative;
}
.h3_style p {
	font-size: 22px;
	margin-bottom: 10px;
}
.h3_style span {
	font-size: 18px;
	color: #1ea821;
}
.h3_style:before {
	content: "";
	width: 100px;
	height: 2px;
	background: #1ea821;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.link_btn {
	display: block;
	width: 275px;
	font-size: 18px;
	text-align: center;
	color: #fff !important;
	padding: 15px 0;
	background: url("https://hatakibou.jp/info/wp-content/themes/hatakibou/img/common/btn_arrow.png") #2a2a2a no-repeat;
	background-position: 86% center;
}
.link_btn:hover {
	background-color: #171717;
}
#recruit_btn {
	display: none; /* 非表示 */
	position: fixed;
	right: 0;
	top: 340px;
	z-index: 999;
}
.contact_btn {
	display: block;
	width: 190px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 160%;
	background: rgb(237,163,0);
	background: -moz-linear-gradient(top, rgba(237,163,0,1) 0%, rgba(234,133,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(237,163,0,1) 0%,rgba(234,133,0,1) 100%);
	background: linear-gradient(to bottom, rgba(237,163,0,1) 0%,rgba(234,133,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eda300', endColorstr='#ea8500',GradientType=0 );
	color: #fff !important;
	width: 185px;
	padding: 15px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #fcf1d9;
	position: relative;
}
.contact_btn:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	right: 5%;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.contact_btn:hover {
	background: rgb(214,124,0);
	background: -moz-linear-gradient(top, rgba(214,124,0,1) 1%, rgba(237,163,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(214,124,0,1) 1%,rgba(237,163,0,1) 100%);
	background: linear-gradient(to bottom, rgba(214,124,0,1) 1%,rgba(237,163,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d67c00', endColorstr='#eda300',GradientType=0 );
}
@media screen and (max-width: 1180px) {

	body {
		font-size: 13px;
		font-size: 1.3em;
		line-height: 1.6em;
		font-weight: normal;
		letter-spacing: 0.05rem;
	}
	.contents_inner{
		width: 95%;
		margin: 0 auto;
	}
	.sp{
		display:none;
	}
	.pc{
		display:none;
	}
	.tab{
		display:block;
	}

}

@media screen and (max-width: 640px) {

	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.h2_style span,
	.h3_style_02 span {
		font-size: 22px;
		margin-top: 5px;
	}
	.h2_style p,
	.h3_style_02 p {
		font-size: 16px;
	}
	.link_btn {
		width: 240px;
		font-size: 16px;
	}

	#recruit_btn {
		right: 0;
		top: auto;
		bottom: 0;
	}

}

/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/*-----------------------------------

	header

-----------------------------------*/
header {
	padding-top: 20px;
	z-index: 999;
	position: relative;
	background: #fff;
}
header .logo_area {
	padding: 0 0 10px 15px;
}
header h1 {
	display: inline-block;
	font-size: 13px;
}
header .head_tel {
	margin-top: 17px;
	margin-right: 25px;
}
header .head_tel span {
	font-size: 28px;
	font-weight: 600;
	color: #2d2d2d;
	margin-top: -5px;
}
header .head_tel span:before {
	content: url(../img/common/head_tel_icon.png);
	margin-right: 8px;
	vertical-align: -4px;
}
header .head_tel p {
	display: none; /* 営業時間 */
	font-size: 13px;
	color: #545454;
}
header .contact_btn {
}
#nav_pc {
	margin-top: 5px;
	border-top: 1px solid #f2f2f2;
}
#nav_pc li:first-child {
	border-left: 1px solid #f2f2f2;
}
#nav_pc li {
	float: left;
	width: 183px;
	border-right: 1px solid #f2f2f2;
	position: relative;
}
#nav_pc li.selected:before {
	content: "";
	width: 100%;
	height: 5px;
	background: #30ad4c;
	position: absolute;
	top: 0;
	left: 0;
}
#nav_pc li.selected a:before {
	display: none;
}
#nav_pc li a {
	display: block;
	padding: 10px 0;
	font-family: "M PLUS Rounded 1c";
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	color: #464646;
	position: relative;
}
#nav_pc li a:before {
	position: absolute;
	content: '';
	width: 0;
	height: 5px;
	background-color: #30ad4c;
	transition: .3s;
}
#nav_pc li a span {
	display: block;
	color: #22a775;
	font-family: 'Concert One', cursive;
	font-size: 13.5px;
	font-weight: 400;
	line-height: 150%;
}
#nav_pc li a::before {
	bottom: 0;
	left: 0;
}
#nav_pc li a:hover::before {
	width: 100%;
}
#nav_sp{
	display: none;
}

@media screen and (max-width: 1280px) {

	#nav_pc li {
		width: 16.667%;
	}

}

@media screen and (max-width: 1180px) {

	#nav_sp{
		display: block;
	}
	header {
		padding: 6px 0;
	}
	header .logo_area {
		padding: 0;
	}
	.button-toggle {
		width: 70px;
		height: 54px;
		cursor: pointer;
		background: #51af53;
		position: absolute;
		top: 10px;
		right: 15px;
		z-index: 999;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
	}
	.button-toggle span {
		width: 45px;
		height: 30px;
		display: block;
		position: absolute;
		top: 14px;
		right: 0;
		left: 0;
		margin: 0 auto;
		background: #fff;
		border-top: 11px solid #51af53;
		border-bottom: 15px solid #51af53;
		box-sizing: border-box;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		z-index: 999;
	}
	.button-toggle.active span {
		border-color: #51af53;
	}
	.button-toggle span:before {
		content: '';
		position: absolute;
		width: 45px;
		height: 4px;
		background: #fff;
		top: -10px;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.button-toggle span:after {
		content: '';
		position: absolute;
		width: 45px;
		height: 4px;
		background: #fff;
		bottom: -10px;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.menu {
		position: absolute;
		z-index: 99999;
		top: 73px;
		left: 0px;
		width: 100%;
		background: #fff;
		color: #fff;
		border-top: 1px solid #e2e2e2;
		box-shadow: 0 8px 6px -6px rgba(0,0,0,.2);
	}
	.menu li {
		float: left;
		width: 50%;
		border-bottom: 1px solid #efefef;
	}
	.menu li:nth-child(even) {
		border-left: 1px solid #efefef;
	}
	.menu .selected {
		background: #00ac6b;
	}
	.menu .selected a,
	.menu .selected a span {
		color: #fff;
	}
	.menu li a {
		display: block;
		color: #1f1f1f;
		line-height: 140%;
		text-decoration: none;
		text-align: center;
		padding: 10px 0;
		font-size: 14px;
		font-weight: 500;
		position: relative;
	}
	.menu li a span {
		display: block;
		font-size: 11px;
		font-weight: bold;
		color: #51af53;
		font-family: 'Concert One', cursive;
	}
	.sp_tel_box {
		display: block;
		margin: 0 2.5%;
		padding: 20px 0;
		overflow: hidden;
	}
	.sp_tel_box a {
		width: 48%;
		float: left;
	}
	.sp_tel_box a:last-child {
		font-size: 14px;
		float: right !important;
	}

	.sp_tel_box a.tel_btn {
		display: block;
		color: #fff;
		font-size: 14px;
		font-weight: 500;
		padding: 15px 0;
		text-align: center;
		line-height: 160%;
		background: rgb(91,173,93);
		background: -moz-linear-gradient(45deg,  rgba(91,173,93,1) 1%, rgba(51,170,53,1) 100%);
		background: -webkit-linear-gradient(45deg,  rgba(91,173,93,1) 1%,rgba(51,170,53,1) 100%);
		background: linear-gradient(45deg,  rgba(91,173,93,1) 1%,rgba(51,170,53,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bad5d', endColorstr='#33aa35',GradientType=1 );
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		border: 5px solid #d1ecd1;
		position: relative;
	}
	.sp_tel_box a.tel_btn:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 8.7px;
		border-color: transparent transparent transparent #ffffff;
		position: absolute;
		right: 5%;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}

}

@media screen and (max-width: 640px) {

	header {
		padding: 5px 0 0;
	}
	header .logo_area {
		padding: 0;
	}
	header .logo_area img {
		width: 170px;
	}
	.button-toggle {
		width: 55px;
		height: 45px;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto 0;
	}
	.button-toggle span {
		top: 4px;
		bottom: 0;
		width: 35px;
		margin: auto;
		border-top-width: 12px;
	}
	.button-toggle span:before,
	.button-toggle span:after {
		height: 3px;
		width: 35px;
	}
	.menu {
		top: 72px;
	}

}

/*-----------------------------------

	contents

-----------------------------------*/

/* lower_main */
#lower_main {
	background: #30ad4c;
	padding: 3px 0 40px;
}
#lower_main h2 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}
#lower_main h2 span {
	font-size: 56px;
	margin-right: 20px;
}

/* breadcrumb */

#breadcrumb {
	margin-bottom: 40px;
	color: #fff;
}
#breadcrumb ul li {
	float: left;
	display:inline-block;
	font-size: 13px;
	font-size: 1.3rem;
}
#breadcrumb ul li:after {
	content:">";
	display:inline-block;
	padding:0 0.5em;
}
#breadcrumb ul li:last-of-type:after {
	content:"";
	padding:0;
}
#breadcrumb ul li a {
	color: #fff !important;
}

@media screen and (max-width: 1180px) {

	.lower_img,
	.lower_img_wrap:before {
		height: 300px;
	}

}

@media screen and (max-width: 640px) {
	#breadcrumb{
		height: auto;
		margin-bottom: 10px;
	}
	#breadcrumb ul li{
		font-size: 11px;
		font-size: 1.1rem;
	}
	.lower_img {
		width: 100%;
		float: none;
	}
	#lower_main {
		padding: 3px 0 15px;
	}
	#lower_main h2 {
		font-size: 14px;
		text-align: center;
	}
	#lower_main h2 span {
		display: block;
		font-size: 22px;
		margin-right: 0;
		margin-bottom: 5px;
	}

}


/*-----------------------------------

	contact_block

-----------------------------------*/

#contact_block {
	padding: 60px 0 40px;
}
#contact_block .intro_text {
	font-size: 15px;
	text-align: center;
	margin: 30px 0 20px;
}
#contact_block .contact_box {
	width: 780px;
	margin: 0 auto;
	padding: 20px 45px;
}
#contact_block .contact_box .tel_box span {
	font-size: 13px;
}
#contact_block .contact_box .tel_box span {
	display: block;
	font-size: 40px;
	font-weight: 900;
	margin: 17px 0 10px;
	color: #2d2d2d;
}
#contact_block .contact_box .tel_box p {
	display: none; /* 営業時間 */
	font-size: 14px;
	color: #545454;
	margin-top: 5px;
}
#contact_block .contact_box .tel_box span:before {
	content: url("../img/common/contact_tel_icon.png");
	margin: 0 15px 0 10px;
	vertical-align: -7px;
}
#contact_block .contact_btn {
	width: 315px;
	padding: 20px 0;
}

@media screen and (max-width: 1180px) {

	#contact_block {
		padding: 45px 0 25px;
	}
	#contact_block .intro_text {
		margin-bottom: 15px;
	}
	#contact_block .contact_box {
		width: 770px;
		padding: 15px 4%;
	}
	#contact_block .contact_box .tel_box {
		float: none !important;
		text-align: center;
	}
	#contact_block .contact_box .contact_btn_box {
		float: none !important;
	}
	#contact_block .contact_btn {
		margin: 20px auto 0;
	}

}

@media screen and (max-width: 840px) {

	#contact_block .contact_box {
		width: 100%;
	}

}

@media screen and (max-width: 640px) {

	#contact_block {
		padding: 35px 0 20px;
		background-position: left bottom;
	}
	#contact_block h2 {
		font-size: 16px;
	}
	#contact_block .intro_text {
		margin: 20px 0 10px;
	}
	#contact_block .contact_box {
		width: 100%;
		padding: 15px 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
	}
	#contact_block .contact_box div {
		float: none !important;
		margin: 0 auto;
	}
	#contact_block .contact_box .tel_box span {
		font-size: 33px;
	}
	#contact_block .contact_btn {
		width: 260px;
	}

}

/*-----------------------------------

	bg_btm_box

-----------------------------------*/

.bg_btm_box {
	height: 220px;
	background: url(../img/common/bg_btm_img.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

@media screen and (max-width: 640px) {

	.bg_btm_box {
		display: none;
	}

}

/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop {
	width: 46px;
	height: 40px;
	background: #269750;
	position: fixed;
	right: 20px;
	bottom: 95px;
	cursor: pointer;
	z-index: 999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#pagetop img {
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
}
#pagetop_sp{
	display:none;
}
#pagetop:hover {
	opacity: 0.8;
}

@media screen and (max-width: 640px) {
	#pagetop{
		display:none !important;
	}
	#pagetop_sp{
		height: 40px;
		background: url(../img/common/sp/pagetop.png) #4baf70;
		background-repeat: no-repeat;
		background-position: center;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		cursor: pointer;
		display:block;
	}

}
/*-----------------------------------

	footer

-----------------------------------*/

footer {
	padding-top: 25px;
}
footer #ft_nav_pc {
	width: 805px;
}
footer .ft_nav_box {
	margin-bottom: 10px;
}
footer .ft_nav_box ul {
	margin-top: 3px;
	margin-left: 14px;
}
footer .ft_nav_box ul a{
	font-size: 13px;
	color: #424242;
	position: relative;
}
footer .ft_nav_box ul a:before {
	content: "";
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 4px solid transparent;
	border-left: 5px solid #22a775;
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
footer .ft_nav_box ul a:hover,
footer .ft_link:hover {
	color: #269750;
}
footer .ft_nav_01 {
	width: 290px;
	float: left;
}
footer .ft_nav_02 {
	width: 150px;
	float: left;
}
footer .ft_nav_03 {
	width: 165px;
	float: left;
}
footer .ft_nav_04 {
	width: 195px;
	float: left;
}
footer .ft_link {
	font-size: 14px;
	font-weight: 600;
	color: #424242;
	position: relative;
}
footer a.ft_link:before {
	content:"";
	width: 12px;
	height: 12px;
	-webkit-border-radius: 25%;
	-moz-border-radius: 25%;
	-ms-border-radius: 25%;
	-o-border-radius: 25%;
	border-radius: 25%;
	background: #22a775;
	position: absolute;
	left: -17px;
	top: 2px;
}
footer a.ft_link:after {
	content: "";
	position: absolute;
	top: 5px;
	left: -12px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
}
footer .ft_inner{
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	max-width: 95%;
}
footer .logo_area {
	display: block;
	margin-top: 10px;
}
footer .logo_area p {
	font-size: 14px;
	line-height: 150%;
	margin-top: 5px;
}
footer .logo_area h1 {
	margin-bottom: 10px;
}
footer #footer_copy {
	font-size: 13px;
	text-align: center;
	color: #fff;
	background: #269750;
	margin-top: 20px;
}
footer .img01{
	display: block;
}
footer .img02{
	display: none;
}
@media screen and (max-width: 1300px) {
	footer .img01{
		display: none;
	}
	footer .img02{
		display: block;
	}
	footer .ft_inner {
    width: 1100px;
	}
}
@media screen and (max-width: 1180px) {

	footer .ft_nav_box ul {
		display: none;
	}
	footer .ft_nav_box ul a {
		font-size: 12px;
	}
	footer #ft_nav_pc {
		width: 98%;
	}
	footer .logo_area {
		width: 220px;
		margin: 20px auto;
		float: none !important;
	}
	footer .ft_nav_01,
	footer .ft_nav_02,
	footer .ft_nav_03,
	footer .ft_nav_04 {
		width: 25%;
	}

}

@media screen and (max-width: 1025px) {

	footer nav.sp {
		display: none;
	}

}

@media screen and (max-width: 640px) {

	footer {
		padding-top: 0;
		padding-bottom: 50px;
	}
	footer #footer_copy {
		color: #333;
		background: none
	}
	footer #ft_nav_pc {
		display: none;
	}
	footer .contents_inner {
		width: 100%;
	}
	footer nav.sp {
		display: block;
	}
	footer nav {
		margin-top: 0;
		padding: 0;
	}
	footer .logo_area {
		float: none !important;
		margin: 20px auto 0;
	}
	footer .logo_area h1 {
		margin: 0 auto;
	}
	footer .logo_area h1 img {
		margin: 0 auto;
	}
	footer .logo_area p {
		text-align: center;
	}
	footer nav ul {
		width: 100% !important;
	}
	footer nav li {
		float: left;
		box-sizing: border-box;
		width: 50%;
		text-align: center;
		border-bottom: 1px solid #f5f5f5;
	}
	footer nav li:first-child {
		width: 100%;
	}
	footer nav li:nth-child(even) {
		border-right: 1px solid #f5f5f5;
	}
	footer nav li a {
		display: block;
		border: none;
		padding: 10px 0;
		text-align: center;
	}
	footer nav li a:hover {
		text-decoration: none;
	}
	footer nav li a:before {
		left: 10px;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
	footer #footer_copy {
		font-size: 10px;
		text-align: center;
	}

}
