@charset "utf-8";

/* --------------------------------------------------
	BASE
----------------------------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", meiryo, "ＭＳ Ｐゴシック" ,sans-serif;
	line-height: 170%;
	margin: 0px;
	color: #000000;
}

h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

strong{
	padding: 0;
	margin: 0;
}

p {
	padding: 0;
	margin: 0;
}

a:link, a:visited, a:active {
	color: #327BC7;
	outline: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

img {
	border: 0;
	vertical-align: middle;
}

@media screen and ( max-width:800px )
{
	img{
		max-width: 100%;
		height: auto;
		display:block;
	}
}

table {

}

th{
	font-weight: normal;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align:middle;
}

/* --------------------------------------------------
	FONT
----------------------------------------------------*/
.fo8 {
	font-size: 8px;
}

.fo10 {
	font-size: 10px;
}

.fo11 {
	font-size: 11px;
}

.fo12 {
	font-size: 12px;
}

.fo13 {
	font-size: 13px;
}

.fo14 {
	font-size: 14px;
}

.fo16 {
	font-size: 16px;
}

.fo18 {
	font-size: 18px;
}

.fo18 {
	font-size: 20px;
}

/* --------------------------------------------------
	COLOR
----------------------------------------------------*/

.orange {
	color: #FFA500;
}

.blue {
	color: #0000FF;
}

.brown {
	color: #660000;
}

.red {
	color: #FF0000;
}

.green {
	color: #009900;
}

.gray {
	color: #666666;
}

/* --------------------------------------------------
	LAYOUT
----------------------------------------------------*/
#container{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and ( max-width:800px )
{
	#container{
		width: 100%;
		float: none;
		margin-top: 64px;
	}
}

#side_box {
	background-color: #FFFFFF;
	width: 200px;
	float: left;
	clear: left;
	margin-bottom: 30px;
}

@media screen and ( max-width:800px )
{
	#side_box{
		display: none;
		float: none;
		padding: 0;
		margin: 0;
	}
}

#main_box {
	width: 800px;
	float: right;
	clear: right;
}

@media screen and ( max-width:800px )
{
	#main_box{
		width: 100%;
		float: none;
		padding: 0;
		margin: 0;
	}
}

/* --------------------------------------------------
	SIDE
----------------------------------------------------*/
.side_info{
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
}

.side_contact {
	width: 189px;
	height: 222px;
	text-align: center;
	margin: 0 auto 15px auto;
}

.side_box{
	margin-bottom: 15px;
}

.side_box li{
	width: 200px;
	margin-bottom: 8px;
}

.side_area_box{
	width: 180px;
	font-size: 11px;
	padding: 10px;
	line-height: 23px;
	border-bottom: 1px solid #E9E9E9;
}

.side_area_title{
	background-image: url(../images/icon_area.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 15px;
}

.side_link{
	width: 200px;
	margin-bottom: 10px;
}

.side_access_title{
	width: 200px;
	height: 22px;
	margin: 10px 0;
}

#side_access{
	margin: 10px 0 0 0;
	font-size: 12px;
}

	#side_access span{
		color: #FF0000;
	}

	#side_access .map{
		border: 1px solid #CCCCCC;
		padding: 3px 3px 0 3px;
		margin: 5px 0 10px 0;
	}

/* --------------------------------------------------
	TOP
----------------------------------------------------*/
.top_service_info{
	padding: 10px;
}

.top_service_info img{
	float: right;
	margin:0 0 10px 15px;
}

@media screen and ( max-width:800px )
{
	.top_service_info img{
		max-width: 100px;
		display:block;
		padding: 0;
		margin: 0 10px 5px 0;
	}
	
	.top_info_td{
		width: 110px;
	}
}

#top_main_box{
	background-image: url(../images/top_mainback.png);
	width: 780px;
	height: 329px;
	margin: 10px 0 25px 20px;
	position: relative;
}

@media screen and ( max-width:800px )
{
	#top_main_box {
		max-width: 100%;
		height: auto;
		display:block;
		padding: 0;
		margin: 0;
	}
}

#top_main_box .left_title{
	position: absolute;
	top: 70px;
	left: 20px;
	width: 453px;
}

#top_main_box .left_info{
	position: absolute;
	top: 180px;
	left: 30px;
	width: 443px;
	line-height: 24px;
}

#top_main_box .right_title{
	position: absolute;
	top: 48px;
	right: 1px;
	width: 294px;
	height: 56px;
}

#top_main_box .reason1{
	position: absolute;
	top: 104px;
	right: 148px;
	width: 147px;
	height: 117px;
}

#top_main_box .reason2{
	position: absolute;
	top: 104px;
	right: 1px;
	width: 147px;
	height: 117px;
}

#top_main_box .reason3{
	position: absolute;
	top: 221px;
	right: 148px;
	width: 147px;
	height: 107px;
}

#top_main_box .reason4{
	position: absolute;
	top: 221px;
	right: 1px;
	width: 147px;
	height: 107px;
}

.top_news_title{
	width: 780px;
	height: 22px;
	margin: 10px 0 0 20px;
}

@media screen and ( max-width:800px )
{
	.top_news_title {
		max-width: 100%;
		height: auto;
		display:block;
		padding: 0;
		margin: 0;
	}
}

.top_news_topix{
	background-image: url(../images/new_arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 12px;
	line-height: 25px;
	padding: 4px 0 4px 15px;
}

#top_news_box{
	margin: 5px 0 15px 20px;
}

@media screen and ( max-width:800px )
{
	#top_news_box{
		max-width: 100%;
		padding: 0;
		margin: 0;
	}
}

	.topix_category_hp{
		background-color: #666666;
		font-size: 10px;
		color: #FFFFFF;
		text-align: center;
		padding: 3px 10px;
		margin: 0 10px;
		}
		
	.topix_category_blog{
		background-color: #AFAFAF;
		font-size: 10px;
		color: #FFFFFF;
		text-align: center;
		padding: 3px 10px;
		margin: 0 10px;
		}

.top_news_more{
	width: 800px;
	height: 20px;
	text-align: right;
	margin-bottom: 25px;
}

@media screen and ( max-width:800px )
{
	.top_news_more{
		width: 100%;
		padding: 0;
		margin: 0;
	}
}


.top_point_box{
	background-image: url(../images/top_point_back.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 780px;
	height: 176px;
	margin: 10px auto;
}

.top_points{
	width: 552px;
	height: 44px;
	padding-left: 215px;
}

.top_title {
  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  width: 780px;
  font-size: 130%;
  background: #5EAA0B;
  border-bottom: 6px solid #000000;
  padding: 15px 0;
  margin-left: 20px;
}

.top_title::before,
.top_title::after {
	content: '';
	width: 3px;
	height: 30px;
	background-color: #FFFFFF;
}

.top_title::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.top_title::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

.sp_title{
	display: none;
}

@media screen and ( max-width:800px )
{
	.top_title {
		display: none;
	}
	
	.sp_title{
		display:block;
		background:#5BA805;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 105%;
		padding: 4px 10px;
                text-align: center;
	}
}

.top_service_1{
	background-image: url(../images/top_service_1.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 3px 28px;
	margin: 0 5px;
}

.top_service_2{
	background-image: url(../images/top_service_2.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 3px 28px;
	margin: 0 5px;
}

.top_service_3{
	background-image: url(../images/top_service_3.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 3px 28px;
	margin: 0 5px;
}

.top_service_4{
	background-image: url(../images/top_service_4.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 3px 28px;
	margin: 0 5px;
}

.top_service_5{
	background-image: url(../images/top_service_5.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 3px 28px;
	margin: 0 5px;
}

.top_service_6{
	background-image: url(../images/top_service_6.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 3px 28px;
	margin: 0 5px;
}

.top_service_7{
	background-image: url(../images/top_service_7.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 3px 28px;
	margin: 0 5px;
}

.top_service_sub{
	background-color: #FFFFE1;
	font-size: 14px;
	padding: 10px 15px;
	margin-top: 10px;
}

.top_midashi{
	margin: 20px 0 30px 20px;
}

@media screen and ( max-width:800px )
{
	.top_midashi {
		max-width: 100%;
		height: auto;
		margin: 10px auto 20px auto;
	}
}

.top_melit{
	width: 780px;
	height: 381px;
	margin: 15px 0 30px 20px;
}

@media screen and ( max-width:800px )
{
	.top_melit {
		max-width: 100%;
		height: auto;
		display:block;
		padding: 0;
		margin: 0;
	}
}

.top_hojobana{
	width: 780px;
	height: 202px;
	margin: 15px 0 25px 20px;
}

@media screen and ( max-width:800px )
{
	.top_hojobana {
		max-width: 100%;
		height: auto;
		display:block;
		padding: 0;
		margin: 0;
	}
}

/* --------------------------------------------------
	CONTENTS
----------------------------------------------------*/
.contents_box{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 0 0 15px 20px;
}

@media screen and ( max-width:800px )
{
	.contents_box {
		border: 0;
		padding: 10px;
		margin: 0;
	}
}

.case_main{
	width: 780px;
	margin: 0 0 15px 20px;
}

.check_title{
	margin-left: 20px;
}

.check_box{
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 20px 20px;
	padding: 0 15px 15px 15px;
}

.case_title{
	background: #F1F5EF;
	border: 1px solid #CCCCCC;
	background-image: url(../images/contents_sub_title.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 110%;
	line-height: 38px;
	padding: 0 0 0 20px;
	margin: 10px 0 10px 0;
}

.contents_title{
	width: 758px;
	margin: 20px 0 0 20px;
	background: linear-gradient(#F1F5EF, #FFFFFF);
	font-weight: bold;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 3px solid #5BA805;
}

@media screen and ( max-width:800px )
{
	.contents_title{
		width: 90%;
		background: linear-gradient(#F1F5EF, #FFFFFF);
		font-weight: bold;
		padding: 5px 10px;
		border-top: 1px solid #CCCCCC;
		border-right: 0;
		border-left: 0;
		border-bottom: 4px solid #5BA805;
		margin: 0 10px 10px 10px;
	}

	.case_main{
		width: 100%;
		margin-left: 0;
	}
	
	.check_title{
		width: 100%;
		margin-left: 0;
	}
	
	.check_box{
		margin-left: 0;
	}
}

.contents_sub_title{
	background: #F1F5EF;
	border: 1px solid #CCCCCC;
	background-image: url(../images/contents_sub_title.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 110%;
	font-weight: bold;
	padding: 10px 0 10px 20px;
	margin: 10px 0 10px 10px;
}

.contents_strong{
	border-left: 4px solid #009933;
	font-weight: bold;
	font-size: 100%;
	padding: 0 0 0 7px;
	margin-bottom: 5px;
}

.contents_accent{
	background-image: url(../images/icon_contents.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 2px 0 0 16px;
	margin-bottom: 5px;
}

.contents_info{
	margin: 10px 15px 20px 15px;
}

.contents_attention{
	background-color: #FFFFE8;
	color: #FF0000;
	padding: 10px;
	margin: 10px 0;
}

.contact_box{
	background-color: #FFFFFF;
	width: 758px;
	border: 1px solid #CCCCCC;
	line-height: 23px;
	padding: 10px;
	margin: 10px auto;
	text-align: center;
}

.contents_link{
	border-left: 4px solid #F1F5EF;
	padding: 5px 10px;
	margin-bottom: 5px;
}

.contents_table{
	background-color: #CCCCCC;
	margin: 5px auto 20px auto;
	padding: 0;
	text-align: left;
	line-height: 23px;
}

.case_table{
	background-color: #CCCCCC;
	margin: 10px auto 15px auto;
	text-align: left;
	line-height: 30px;
}

.case_table th{
	background-color: #F1F5EF;
}

.case_table td{
	background-color: #FFFFFF;
}

.contact_info{
	background-color: #EFEFEF;
	font-size: 12px;
	line-height: 25px;
	padding: 15px;
	margin: 15px;
}

.contents_th{
	width: 170px;
	background-color: #F1F5EF;
	padding: 0 0 0 10px;
}

@media screen and ( max-width:800px )
{
	.contents_th {
		width: 100px;
		padding: 0 10px;
		margin: 0;
	}
	
	.contents_td {
		padding: 0 10px;
		margin: 0;
	}
}

.contents_td{
	background-color: #FFFFFF;
}

.contents_links{
	background-image: url(../images/icon_link2.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	margin: 0;
}

/* --------------------------------------------------
	FAQ
----------------------------------------------------*/
.faq_Q{
	border-left: 5px solid #57A600;
	border-bottom: 1px dotted #CCCCCC;
	font-weight: bold;
	padding: 3px 10px;
	margin: 0 10px;
}

.faq_A{
	padding: 10px 15px;
	margin-bottom: 10px;
}

/* --------------------------------------------------
	OFFICE
----------------------------------------------------*/
.office_table{
	background-color: #CCCCCC;
	margin: 5px auto 20px auto;
	padding: 0;
	line-height: 23px;
}

.office_table2{
	background-color: #CCCCCC;
	margin: 5px auto 20px auto;
	padding: 0;
	line-height: 23px;
}

.office_table2 th{
	background-color: #F1F5EF;
}

.office_table2 td{
	background-color: #FFFFFF;
}

.office_td{
	width: 180px;
	background-color: #F1F5EF;
	padding: 0 0 0 10px;
}

.office_img img{
	width: 165px;
	margin: 3px;
}

@media screen and ( max-width:800px )
{
	.office_td{
		width: 100px;
		padding: 0 10px;
		margin: 0;
	}

	.office_table img{
		width: 100px;
		padding: 0 10px;
		margin: 0;
	}
	
	.office_img img{
		width: 90%;
		margin-bottom: 15px;
	}
}

.office_title{
	background-image: url(../images/contents_sub_title.png);
	background-position: left center;
	background-repeat: no-repeat;
	width: 715px;
	height: 30px;
	font-weight: bold;
	padding: 8px 0 0 20px;
	margin: 0 0 10px 10px;
}

.office_title_bottom{
	border-left: 9px solid #006600;
	font-weight: bold;
	padding: 3px 10px;
	margin: 0 0 0 10px;
}

.office_box{
	padding: 5px 10px;
	margin: 0 0 0 10px;
}

.office_message{
	padding: 10px;
	margin: 0 0 25px 10px;
}

.office_staff_img{
	width: 150px;
	margin: 0 0 30px 30px;
	padding-top: 10px;
	float: right;
}

@media screen and ( max-width:800px )
{
	.office_staff_img {
		width: 100px;
		margin: 0 0 15px 15px;
		padding-top: 10px;
		float: right;
	}
}

.office_name{
	font-weight: bold;
}

.office_staff_name{
	height: 28px;
	margin: 0 0 5px 0;
}

@media screen and ( max-width:800px )
{
	.office_staff_name {
		max-width: 100%;
		height: auto;
		display:block;
		padding: 0;
		margin: 0;
	}
}

.office_staff_txt{
	font-weight: bold;
	color: #333333;
	padding: 0 0 0 8px;
}

/* --------------------------------------------------
	FOOTER
----------------------------------------------------*/
#footer{
	background-color: #FFFFFF;
	border-top: 2px solid #000000;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and ( max-width:800px )
{
	#footer{
		width: auto;
	}
}

.copyright{
	font-size: 12px;
	color: #000000;
	line-height: 30px;
	text-align: center;
}

/* --------------------------------------------------
	OTHER
----------------------------------------------------*/
.contact_bottom{
	width: 782px;
	height: 122px;
	margin: 15px 0 15px 18px;
}

@media screen and ( max-width:800px )
{
	.contact_bottom {
		max-width: 100%;
		height: auto;
		display:block;
		padding: 0;
		margin: 0;
	}
}

.iframe_content {
	width: 100%;
}

@media screen and ( max-width:800px )
{
	.iframe_content{
		max-width: 100%;
		height: auto;
		display:block;
		padding: 0;
		margin: 0;
	}
}

.pagetop{
	width: 800px;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin: 15px 0;
}

@media screen and ( max-width:800px )
{
	.pagetop{
		display: none;
	}
}

.breadcrumb {
	width: 945px;
	height: 13px;
	font-size: 11px;
	margin: 0 auto;
	padding: 7px 0 0 0;
}

.bread_item {
	display: inline;
	padding: 0 0 0 5px;
	float: left;
}

.margin_step1{
	margin: 0 0 5px 20px;
}

.margin_step2{
	margin: 0 0 5px 40px;
}

.check{
	color: #FF0000;
	font-weight: bold;
}

.page_info{
	line-height: 23px;
	padding: 10px;
	font-size: 100%;
	font-weight: bold;
}

@media screen and ( max-width:800px )
{
	.page_info{
		font-weight: normal;
	}
	
	.inner {
		margin-top: 64px;
	}
}

	.inner li {
		padding: 0 10px;
		border-bottom: 1px dotted #CCCCCC;
		line-height: 38px;
		font-size: 14px;
	}
	
	.inner li a{
		display: block;
		text-decoration: none;
	}
	
	.close{
		background: #327BC7;
		border-bottom: 1px solid #CCCCCC;
		font-size: 14px;
		line-height: 40px;
		text-align: center;
		color: #FFFFFF;
	}
	
	.service_info{
		background-color: #EFEFEF;
		border-bottom: 1px solid #CCCCCC;
		line-height: 38px;
		font-size: 18px;
		padding: 0 0 0 10px;
	}

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

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}



nav ul {
    list-style:none;
}

/*header*/
#header {
    background: #f1f1f1;
    border-bottom: 1px solid #ddd;
    height: 49px;
    position: relative;
    width: 100%;
}
.button {
    width: 49px;
    height: 49px;
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-image: url('../img/menu_button_back.png');
    background-position: center;
}
.menu-button-left {
    left: 0px;
    border-right: 1px solid #ddd;
}
.menu-button-right {
    right: 0px;
    border-left: 1px solid #ddd;
}

/*slidemenu*/
.slidemenu {
    background-color: #333;
}
.slidemenu li {
    list-style: none;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #000;
    font-size:14px;
    line-height: 1.8;
}
.slidemenu li a {
    padding:10px 0 10px 20px;
    display: block;
    text-decoration: none;
    color: #fff;
}
.slidemenu li:first-child {
    border-top: none;
}
.slidemenu li:last-child {
    border-bottom: none;
}
.slidemenu .slidemenu-header {
    height: 49px;
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -moz-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -webkit-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    background-color: #333;
}
.slidemenu .slidemenu-header div {
    padding: 17px 0px 0px 19px;
    text-decoration: none;
    color: #fff;
}

/*main*/
#main {
    background: #FFFFFF;
}
#contents {
    padding: 20px;
}
#contents h1 {
    font-size: 18px;
}
#contents p {
    margin-top: 15px;
}

/*plugin*/
#main {
  z-index: 1;
}
.slidemenu {
  top: 0;
  width: 240px;
  position: fixed;
  visibility: hidden;
  z-index: -1;
}
.slidemenu .slidemenu-header {
  position: relative;
}
.slidemenu .slidemenu-body {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slidemenu .slidemenu-body .slidemenu-content {
  position: relative;
}
.slidemenu-left {
    left: 0;
}
.slidemenu-right {
    right: 0;
}

/* --------------------------------------------------
	CONTACT
----------------------------------------------------*/
.contact_table{
	background-color: #CCCCCC;
	margin: 20px auto;
	font-size: 13px;
	line-height: 23px;
}

.contact_td1 {
	background-color: #F0FFE1;
	width: 150px;
	padding: 10px;
}

.contact_td2 {
	background-color: #FFFFFF;
	padding: 10px;
}

	.contact_td2 textarea{
		width: 342px;
		height: 150px;
	}

.contact_box{
	background-color: #FFFFE6;
	font-size: 12px;
	line-height: 23px;
	padding: 15px;
	margin: 10px 5px;
	width: 90%
}

.contact_attention{
	color: #000000;
	padding: 3px 0;
	border-bottom: 1px dotted #CCCCCC;
}

.error{
	color: #FF0000;
	margin-bottom: 10px;
	line-height: 23px;
}

@media screen and ( max-width:800px )
{
	.address_2 input{
		width:80%;
	}
	
	.address_3 input{
		width:80%;
	}
	
	.contact_td1 {
		width: 50px;
	}
	
	.contact_td2 textarea{
		width: 100%;
	}
}

/* --------------------------------------------------
	MENU
----------------------------------------------------*/
.menu{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  width:58px;
  height: 62px;
  background: #57A500;
}

.drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  text-decoration: none;
  list-style: none;
}

.drawer_button {
  display: block;
  padding: 0;
  width: 36px;
  height: 26px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
}

.drawer_button .drawer_bar {
  display: block;
  width: 36px;
  height: 3px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.drawer_button .drawer_bar1 {
  top: 0;
}

.drawer_button .drawer_bar2 {
  top: 50%;
}

.drawer_button .drawer_bar3 {
  top: 100%;
}

.drawer_button.active .drawer_bar {
  width: 36.77px;
  left: 10px;
}

.drawer_button.active .drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 0px;
}

.drawer_button.active .drawer_bar2 {
  opacity: 0;
}

.drawer_button.active .drawer_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: calc(100% - 0px);
}

.drawer_button.active .drawer_menu_text {
  display: none;
}

.drawer_button.active .drawer_close {
  display: block;
}

.drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  right: 0;
  text-align: center;
  font-size: 10px;
}

.drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

.drawer_button {
  color: #FFFFFF;
}

.drawer_button .drawer_bar {
  background-color: #FFFFFF;
}

.drawer_menu .drawer_button {
  position: fixed;
  top: 12px;
  right: 9px;
  z-index: 1001;
}
.drawer_menu a {
  color: inherit;
  text-decoration: none;
}
.drawer_menu a:visited {
  color: inherit;
}
.drawer_menu .drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  right: 0;
}
.drawer_menu .drawer_nav_wrapper {
  width: 312px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  overflow: scroll;
  background-color: #57A500;
}

.drawer_menu .drawer_nav_wrapper.open {
  transform: translate(0);
}
.drawer_menu.right .drawer_button {
  right: 0;
  left: 32px;
}
.drawer_menu.right .drawer_nav_wrapper {
  transform: translate(-312px);
  right: 0;
  left: 0;
}
.drawer_menu.right .drawer_nav_wrapper.open {
  transform: translate(0);
}

.drawer_menu .drawer_nav {
  padding: 80px 24px;
}
.drawer_menu .drawer_nav li {
  list-style-type:none;
  font-size: 100%;
  border-bottom: 1px dotted #CCCCCC;
}

.drawer_menu .drawer_nav li a{
  display:block;
  color: #FFFFFF;
  padding: 7px;
}

.drawer_menu .drawer_nav li a:hover{
  background: #FFFFFF;
  color: #333333;
  opacity:0.5;
}

@media screen and ( min-width:800px )
{
	.menu{
	display:none;
	}
}

/* --------------------------------------------------
	SP
----------------------------------------------------*/
.sp_header_menu{
	display:none;
}

#sp_footer_menu{
	display:none;
}

#page-top{
	display:none;
}

#address{
	display:none;
}

.address_name{
	display:none;
}

@media screen and ( max-width:800px )
{
	body{
		word-break: break-all;
	}
	
	#sp_header{
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1;
		height: 62px;
		border-bottom: 2px solid #000000;
	}

	#sp_header .sp_logo{
		position: absolute;
		top:5px;
		left: 10px;
		height: 50px;
	}

	#sp_header .sp_logo img{
		height: 50px;
	}

	.sp_header_menu{
		background: #FFFFFF;
		display: block;
		width: 100%;
	}

	.sp_header_menu{
		display: inline-block; /*インラインブロック表示*/
		/display:inline; /*IE対策*/
		/zoom:1; /*IE対策*/
	}

	#sp_header .menubar{
		margin-top: 64px;
		background: #DFFFFF;
	}

	#sp_header .toggle{
		position: absolute;
		top:5px;
		right: 10px;
	}
	
	#sp_header dd{
		width: 100%;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.toggle img{
		height: 50px;
	}
	
	#sp_header .tel{
		position: absolute;
		top:5px;
		right: 70px;
	}

	.tel img{
		height: 50px;
	}

	#sp_header span{
		background: #57A500;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		font-size: 12px;
		padding: 4px;
		height: 50px;
		margin-left: 10px;
		color: #FFFFFF;
	}
	
	.child {
		display: none;
	}
	
	.child li{
		line-height: 38px;
		font-size: 18px;
		border-bottom: 1px solid #CCCCCC;
	}
	
	.child li a{
		margin-left: 10px;
	}

	#sp_header_menu{
		display: block;
		width: 100%;
	}

	#sp_header_menu{
		display: inline-block; /*インラインブロック表示*/
		/display:inline; /*IE対策*/
		/zoom:1; /*IE対策*/
	}

	#sp_footer_menu{
		display: block;
	}
	
	#sp_footer_menu .service_info_bottom{
		width: 320px;
		padding-left: 10px;
	}

	#sp_footer_menu{
		list-style: none;
		width: 100%;
		padding: 0;
		margin: 10px auto 0 auto;
	}

	#sp_footer_menu li{
		list-style: none;
		width: 100%;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #FFFFFF;
	}

	#sp_footer_menu li:last-child{
		border-bottom: 0px;
	}

	#sp_footer_menu li a{
		position: relative;
		display: block;
		margin: 0;
		padding: 10px;
		background: #57A500;
		color: #fff;
		text-decoration: none;
	}

	#sp_footer_menu li a:before{
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		right: 15px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #fff;
	}

	#sp_footer_menu li a:after{
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #57A500;
	}

	#page-top{
		display: block;
		position: fixed;
		z-index: 2;
		bottom: 10px;
		right: 10px;
		font-size: 12px;
		padding: 5px;
		background: rgba(0,0,0,.7);
		color: #fff;
		text-align: center;
		text-decoration: none;
	}
	
	#address{
		display: block;
		padding: 10px;
		font-size: 12px;
	}

	.address_name{
		display: block;
		background: #EFEFEF;
		border-bottom: 1px dotted #CCCCCC;
		font-size: 16px;
		text-align: center;
		line-height: 46px;
	}
	
	#address span{
		font-size: 14px;
	}
	
	#address li{
		line-height: 20px;
		padding: 7px 0;
		margin: 0;
	}
	
	.line{
		border-bottom: 1px dotted #CCCCCC;
	}
}