@charset "utf-8";
 
.sp{ display: none; }


/* header
---------------------------------------------------- */
header {
	width: 100%;
	height: 140px;
	position: relative;
	background-color: rgba(255,255,255,0.8);
}
header .contents {
	width: 1200px;
	padding: 0;
}
header .header_logo {
	float: left;
	padding-top: 16px;
}
header .h_contact {
	float: right;
	text-align: right;
}
header .h_contact a {
	display: inline-block;
	width: 200px;
	text-align: center;
	color: #FFF;
	margin: 0 0 0 5px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	-webkit-border-radius: 0 0 10px 10px / 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px / 0 0 10px 10px;
	border-radius: 0 0 10px 10px / 0 0 10px 10px;
}
header .h_contact a:nth-child(1) {
	line-height: 50px;
	background-color: #75b25a;
}
header .h_contact a:nth-child(2) {
	line-height: 60px;
	background-color: #f7a94d;
}
header .h_contact a:hover {
	opacity: 0.7;
}
header .h_contact a span {
	background-size: 20px auto;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 26px;
}
header .h_contact a:nth-child(1) span {
	background-image: url("../images/common/ico_recruit.png");
}
header .h_contact a:nth-child(2) span {
	background-image: url("../images/common/ico_contact.png");
}
header .panel {
	margin: 10px 0;
}
header .menu {
	text-align: center;
	width: 1200px;
	margin: 0 auto;
	font-size: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
header .menu li {
	margin-left: 100px;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
header .menu li:first-child {
	margin-left: 0;
}
header .menu li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	font-family: 'KosugiMaru';
}
header .menu li.sp {
    display: none;
}


/* breadcrumb
---------------------------------------------------- */
.breadcrumb {
	height: auto;
	line-height: 16px;
	font-size: 14px;
	padding: 10px 0;
	background-color: #9e415d;
}
.breadcrumb ul li {
	display: inline;
	list-style-type: none;
	color: #FFF;
}
.breadcrumb ul li a {
	color: #FFF;
}
.breadcrumb ul li a:hover {
	color: #ff9600;
}
.breadcrumb ul li:before {
	content: "　>　";
}
.breadcrumb ul li:first-child:before {
	content:"";
}


/* contents
---------------------------------------------------- */
.contents {
	width: 1000px;
	margin: 0 auto;
	padding: 0 100px;
}
.blc {
	padding: 70px 0;
}
.blc:nth-last-child(even) {
	background-color: #fff7ee;
}


/* footer
---------------------------------------------------- */
footer {
	background-color: #FFF;
}
footer .contents {
	padding: 50px 100px 20px;
}
footer .footer_info {
	text-align: center;
}
footer .footer_info img {
	margin-bottom: 15px;
}
footer .footer_info p {
	font-weight: normal;
}
footer .footer_contact {
	padding: 30px 0;
	text-align: center;
}
footer .footer_contact .ttl {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #75b25a;
	position: relative;
	margin-bottom: 20px;
}
footer .footer_contact .ttl::after {
	position: absolute;
	left: 0;
	bottom: 15px;
	content: "";
	width: 100%;
	height: 5px;
	background-color: #e6e6e6;
}
footer .footer_contact .ttl span {
	background-color: #FFF;
	position: relative;
	z-index: 10;
	padding: 0 20px;line-height: 34px;
}
footer .footer_contact a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}
footer .footer_contact .h_tel {
	pointer-events: none;
}
footer .footer_contact .h_contact {
	width: 345px;
	padding: 20px 0;
	line-height: 28px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	background-color: #f7a94d;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
footer .footer_contact .h_contact:hover {
	opacity: 0.7;
}
footer .footer_contact .h_contact span {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
	background-image: url("../images/common/ico_contact.png");
	background-size: 20px auto;
}
footer .footer_menu {
	text-align: center;
	font-size: 0;
}
footer .footer_menu li {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}
footer .footer_menu li::after {
	content: "｜";
}
footer .footer_menu li:last-child::after {
	content: "";
}
footer .copy {
	padding: 5px 0;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	background-color: #75b25a;
	min-width: 1200px;
}


/* page_top
---------------------------------------------------- */
#page_top {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 0;
	z-index: 100;
}
#page_top a {
	display: block;
	width: 60px;
	height: 60px;
}
#page_top a img {
	width: 60px;
	height: 60px;
}


/* h
---------------------------------------------------- */
.ttl_h2 {
	text-align: center;
	font-size: 28px;
	font-family: 'KosugiMaru';
	color: #75b25a;
	margin-bottom: 50px;
	letter-spacing: 0.15em;
}
.ttl_h2 span {
	display: block;
	font-size: 18px;
	font-weight: normal;
	width: 90px;
	color: #f7a94d;
	padding: 30px 0;
	margin: 0 auto 25px;
	background-image: url("../images/common/h2.png");
	background-position: center center;
	background-repeat: no-repeat;
	font-family: adorn-condensed-sans, sans-serif;
}




@media only screen and (max-width: 740px) {

.sp{ display: block; }
.pc{ display: none!important; }


body {
	margin-bottom: 0;
}


/* contents
---------------------------------------------------- */
.contents {
	width: 94%;
	padding: 0;
	margin: 0 auto;
}
.blc {
	padding: 50px 0;
}


/* header
---------------------------------------------------- */
header {
	height: 50px;
	width: 100%;
	position: fixed;
	z-index: 100;
	background-color: #FFF;
}
header .header_tel {
	display: none;
}
header .header_logo {
	padding: 7px 0 0 5px;
	text-align: left;
}
header .header_logo p {
	display: none;
}
header .header_logo img {
	height: 36px;
}
header .h_insta {
	margin: 5px 42px 0 0;
}
header .h_insta img {
	width: 40px;
}
header .h_contact {
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 5px 40px 0 0;
	background-color: #ff6000;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background-image: url("../images/common/contact.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}
header .h_contact span {
	display: none;
}
header .menu {
	position: relative;
}
header .panel {
	margin: 0;
}

/* menu */
.d-menu {
	position: absolute;
	top: 5px;
	right: 5px;
}
.panel {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 10;
	border: none;
	margin: 0;
}
.panel .menu {
	display: inherit;
	margin: 0;
	border: none;
	width: 100%;
}
.panel ul.menu li {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	line-height: 46px;
	background: #75b25a;
	border-right: none;
	border-top: 1px solid #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: left;
}
.panel ul.menu li.sp {
	display: block;
}
.panel ul.menu li a {
	font-size: 14px;
	display: block;
	font-weight: bold;
	line-height: 50px;
	text-decoration: none;
	padding: 0 10px;
	color: #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: none;
	position: relative;
}
.panel ul.menu li a:after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -28px;
	content: '>';
	font-size: 22px;
	color: #FFFFFF;
	font-weight: normal;
	font-stretch: extra-condensed;
}
.panel ul.menu li a span {
    padding: 5px 0 5px 40px;
    border: none;
}
.panel-btn{
	display: inline-block;
	position: relative;
	width: 38px;
	height: 38px;
	background: #75b25a;
	border: 1px solid #75b25a;
}
.panel-btn-icon{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	margin: -1px 0 0 -10px;
	background: #FFF;
	transition: .2s;
}
.panel-btn-icon:before, .panel-btn-icon:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 2px;
	background: #FFF;
	transition: .3s;
}
.panel-btn-icon:before{
	margin-top: -8px;
}
.panel-btn-icon:after{
	margin-top: 6px;
}
.panel-btn .close{
	background: transparent;
}
.panel-btn .close:before, .panel-btn .close:after{
	margin-top: 0;
}
.panel-btn .close:before{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.panel-btn .close:after{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}


/* breadcrumb
---------------------------------------------------- */
.breadcrumb {
	padding-bottom: 10px;
}
.breadcrumb .contents {
	width: 95%;
	margin: 0 auto;
}


/* footer
---------------------------------------------------- */
footer .contents {
	padding: 25px 0;
}
footer .footer_info {
	float: none;
	width: 100%;
	line-height: 24px;
}
footer .footer_info img {
	width: 40%;
	margin-bottom: 10px;
}
footer .footer_contact {
	float: none;
	width: 100%;
	margin-top: 20px;
	padding: 0 0 15px;
}
footer .footer_contact .ttl {
	font-size: 16px;
	line-height: 26px;
	padding: 10px;
}
footer .footer_contact .ttl br {
	display: none;
}
footer .footer_contact a {
	display: inline-block;
	vertical-align: middle;
}
footer .footer_contact .h_tel {
	pointer-events: inherit;
}
footer .footer_contact .h_tel img {
	width: 90%;
}
footer .footer_contact .h_contact {
	width: 90%;
	padding: 16px 0;
	margin: 20px auto 0;
}
footer .footer_contact .h_contact span {
	display: inline-block;
	background-position: left center;
	padding: 0 0 0 30px;
	background-size: 20px auto;
}
footer .footer_contact .h_contact span br {
	display: none;
}
footer .footer_menu {
	display: none;
}
footer .copy {
	min-width: inherit;
}


/* page_top
---------------------------------------------------- */
#page_top {
	width: 47px;
	height: 47px;
	position: fixed;
	bottom: 0;
}
#page_top a {
	display: block;
	width: 47px;
	height: 47px;
}
#page_top a img {
	width: 47px;
	height: 47px;
}


/* h
---------------------------------------------------- */
.ttl_h2 {
	font-size: 24px;
	margin-bottom: 35px;
}
.ttl_h2 span {
	margin: 0 auto 10px;
}



}


@media only screen and (min-width: 741px) {

.panel {
    display: block!important;
}

}