@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:300,400,500&display=swap&subset=japanese');

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 178%;
	/* font-family:"ヒラギノ丸 Pro W3", "Hiragino Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	/* font-family: 'M PLUS 1p', sans-serif; */
	font-family: 'M PLUS 1p';
	font-weight: 400;
	color: #4D4D4D;
	box-sizing: border-box;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}

.container,
.row,
header,
section,
footer {
	width: 100%;
	float: left;
}

.cont {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

* {
	box-sizing: border-box;
}

a:hover,
a:visited,
a:focus {
	outline: none;
	border: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.dl_flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.show_sp {
	display: none;
}

.hide_sp {
	display: inline-block;
}

/* Header */

.hd_all .hd_fix {
	border-top: 5px solid #96B400;
	width: 100%;
	position: fixed;
	z-index: 9;
	background: #fff;
}

/* .hd_all .hd_fix.active .cont.dl_flex .hd_logo{
	padding-top: 12px;
	padding-bottom: 16px;
} */

.hd_all .hd_fix.active{
	background: rgba(255, 255, 255, 0.8);
}

/* .hd_all .hd_fix.active .hd_menu ul {
    padding-top: 10px;
    padding-bottom: 10px;
} */

.hd_all .hd_fix .cont.dl_flex {
	justify-content: space-between;
	align-items: center;
}

.hd_all .hd_fix .cont.dl_flex .hd_logo {
	padding-top: 32px;
	padding-bottom: 36px;
}

.hd_all .hd_fix .cont.dl_flex .hd_logo:hover {
	opacity: 0.8;
}

.hd_all .hd_fix .cont.dl_flex .hd_tel .hd_btntel {
	text-decoration: none;
	font-weight: 500;
	min-width: 240px;
}

.hd_all .hd_fix .cont.dl_flex .hd_tel .hd_btntel .txt1 {
	font-size: 15px;
	line-height: 150%;
	color: #577143;
}

.hd_all .hd_fix .cont.dl_flex .hd_tel .hd_btntel .txt2 {
	font-size: 25px;
	line-height: 100%;
	color: #42210B;
	font-weight: 500;
}

.hd_all .hd_fix .cont.dl_flex .hd_tel .hd_btntel .txt2 a{
	text-decoration: none;
	color: inherit;
}

.hd_all .hd_fix .cont.dl_flex .hd_tel .hd_btntel .txt2 a:hover{
	border-bottom: 1px solid #42210B;
}

.hd_all .hd_fix .cont.dl_flex .hd_tel .hd_btntel .txt2 span {
	font-size: 18px;
	line-height: 150%;
}

.hd_menu {
	background-image: url(../img/menu_bg.png);
	background-size: auto;
	background-position: top center;
	background-repeat: repeat;
	border-bottom: 5px solid #96B400;
}

.hd_menu ul {
	padding-top: 20px;
	padding-bottom: 20px;
}

.hd_menu ul li {
	width: 20%;
	list-style: none;
	position: relative;
}

.hd_menu ul li::after {
	content: "";
	top: 50%;
	right: 0;
	height: 10px;
	width: 1px;
	background: #fff;
	z-index: 9;
	position: absolute;
	transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
}

.hd_menu ul li:last-child::after,
.hd_menu ul li:nth-last-child(2)::after {
	content: none;
}

.hd_menu ul li a {
	font-size: 14px;
	font-weight: 300;
	line-height: 175%;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.75px;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

.hd_menu ul li:hover a,
.hd_menu ul li.active a {
	color: #96B400;
}

.hd_menu ul li:last-child a {
	background-color: #96B400;
	font-size: 13px;
	letter-spacing: 0.5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.hd_menu ul li:last-child:hover a {
	color: #96B400;
	background: #fff;
}

.hd_menu ul li:last-child a i {
	margin-right: 8px;
}

.hd_menu.menu_top {
	display: none;
}

.title_style01 {
	font-size: 22px;
	line-height: 100%;
	font-weight: 500;
	color: #333333;
	vertical-align: middle;
}

.title_style01::before {
	content: "";
	background-image: url(../../img/index/top_title.png);
	background-position: center center;
	background-size: contain;
	background-repeat: repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}

.hd_all .hd_fix .cont.dl_flex .hd_tel .hd_btntel .txt2 .menu_sp {
	background-image: url(../img/menu_sp.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	height: 30px;
	width: 30px;
	display: none;
	/* transition: background-image ease 0.2s;
	-webkit-transition: background-image ease 0.2s;
	-moz-transition: background-image ease 0.2s;
	-ms-transition: background-image ease 0.2s;
	-o-transition: background-image ease 0.2s; */
}

.hd_menu ul li.hd_menu_home {
	display: none;
}

/* End Header */

/* Footer */

.ft_all .ft_info {
	background-image: url(../img/page_bg02.png);
	background-position: top center;
	background-size: auto;
	background-repeat: repeat;
	font-weight: 300;
	font-size: 10px;
	color: #42210B;
	line-height: 200%;
	padding-top: 16px;
	padding-bottom: 20px;
}

.ft_all .ft_info span {
	font-size: 14px;
	line-height: 214%;
}

.ft_all .ft_menu.hd_menu {
	border-bottom: 0;
	background-image: none;
}

.ft_all .ft_menu.hd_menu ul li a {
	color: #42210B;
}

.ft_all .ft_menu.hd_menu ul li::after {
	background: #42210B;
}

.ft_all .ft_menu.hd_menu ul li:last-child a {
	color: #fff;
}

.ft_all .ft_menu.hd_menu ul li:last-child:hover a {
	background: #42210B;
}

.ft_all .ft_copy {
	background-image: url(../img/menu_bg.png);
	text-align: center;
	font-weight: 300;
	font-size: 10px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0.75px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ft_all .page_top {
	position: fixed;
	bottom: 0;
	right: 30px;
	cursor: pointer;
}
/* css t ft*/
.ft_info a{
	color:#42210B;
	
}

/* End Footer */

/* General */

.titleStyle00 {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 160%;
	background-color: #96B400;
	padding-top: 7px;
	padding-bottom: 5px;
}

.ow {
	overflow: hidden;
	width: 100%;
}

#pageCommon {
	background-image: url(../img/bgPage.png);
	background-size: cover;
	background-repeat: repeat;
	/* min-height: 80px; */
	/* border-top: 5px solid #96B400; */
	padding-top: 20px;
	padding-bottom: 22px;
}

#pageCommon h2 {
	font-size: 21px;
	font-weight: 500;
	color: #577143;
	line-height: 160%;
	background-image: url(../img/iconPage.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

.anchor_fixtop {
    display: block;
    position: relative;
    top: -195px; 
    width: 100%;
    visibility: hidden;
}


/* End General */

@media screen and (max-width:1040px) {
	.cont {
		padding-left: 20px;
		padding-right: 20px;
	}

	.hd_all .hd_fix .cont.dl_flex {
		padding-left: 0px;
		padding-right: 0px;
	}

	.hd_all .hd_fix .cont.dl_flex .hd_logo{
		padding-left: 20px;
	}

	.hd_all .hd_fix .cont.dl_flex .hd_tel{
		padding-right: 20px;
	}
}

@media screen and (max-width:767px) {
	.hd_all .hd_fix.active{
		border-top: 0;
	}
	.hd_all .hd_fix.active .cont.dl_flex .hd_logo{
		display: none;
	}
	.anchor_fixtop {
		top: -140px; 
	}
	#pageCommon h2 {
		font-size: 20px;
		background-size: 27px;
		padding-left: 40px;
	}
	.titleStyle00{
		font-size: 16px;
	}

	.hd_all .hd_fix .cont.dl_flex .hd_logo{
		padding-left: 0px;
	}

	.hd_all .hd_fix .cont.dl_flex .hd_tel{
		padding-right: 0px;
	}
	.show_sp {
		display: inline-block;
	}

	.hide_sp {
		display: none;
	}

	.hd_menu .cont {
		padding-left: 0px;
		padding-right: 0px;
	}

	.hd_menu ul li.hd_menu_home {
		display: list-item;
	}

	.hd_all .hd_fix .cont.dl_flex .hd_logo {
		width: 100%;
		text-align: center;
		padding-top: 18px;
		padding-bottom: 20px;
	}

	.hd_all .hd_fix .cont.dl_flex .hd_tel {
		width: 100%;
	}

	.hd_all .hd_fix .cont.dl_flex .hd_tel .hd_btntel .txt1 {
		display: none;
	}

	.hd_all .hd_fix .cont.dl_flex .hd_tel .hd_btntel .txt2 {
		text-align: center;
		background-image: url(../img/menu_bg.png);
		background-position: top center;
		background-size: auto;
		background-repeat: repeat;
		font-size: 23px;
		line-height: 195%;
		color: #fff;
		padding-top: 8px;
		padding-bottom: 8px;
		border-bottom: 5px solid #96B400;
		position: relative;
	}

	.hd_all .hd_fix .cont.dl_flex .hd_tel .hd_btntel .txt2 span {
		font-size: 16px;
	}

	.hd_all .hd_fix .cont.dl_flex .hd_tel .hd_btntel .txt2 .menu_sp {
		display: inline-block;
		position: absolute;
		background-size: 29px;
		background-position: center right;
		z-index: 8;
		top: 50%;
		right: 20px;
		height: 50px;
		width: 50px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		cursor: pointer;
	}

	.hd_menu {
		display: none;
	}

	.hd_menu.menu_top {
		position: absolute;
		left: 0;
		width: 100%;
		z-index: 2;
	}

	.hd_menu {
		border-bottom: 0px solid #96B400;
		background-image: none;
		background-color: rgba(255, 255, 255, 0.8);
	}

	.hd_menu ul li:last-child a {
		background-color: unset;
		font-size: 13px;
		line-height: 230%;
	}

	.hd_menu ul li:last-child a i {
		display: none;
	}

	.hd_menu ul li {
		width: 100%;
		border-bottom: 1px solid #96B400;
	}

	.hd_menu ul li a {
		color: #4D4D4D;
		font-size: 13px;
		line-height: 230%;
		padding-top: 3px;
	}

	.hd_menu ul {
		padding-top: 0;
		padding-bottom: 0;
	}

	.hd_menu.top_menu2 {
		display: none;
	}

	.hd_menu ul li::after {
		content: none;
	}

	.ft_all .page_top {
		right: 0px;
	}

	.hd_all .hd_fix .cont.dl_flex .hd_tel .hd_btntel .txt2 .menu_sp.active{
		background-image: url(../img/mane_sp_clone.png);
	}
	.ft_all .ft_info{
		text-align: center;
		padding-top: 12px;
		padding-bottom: 17px;
	}
	.ft_all .ft_info span{
		display: block;
		text-align: center;
	}
	.title_style01{
		font-size: 20px;
	}
	.title_style01::before{
		width: 27px;
		height: 27px;
	}
	body{
		font-size: 12px;
	}
}
