@charset "UTF-8";
/*
 * index.css
 */ 

/* !layout
---------------------------------------------------------- */
html	{overflow-y: scroll;}
body	{font-size: 14px;
		-webkit-text-size-adjust: none;
		color:#323232;
}
a.txt_link{
	color:#323232;
	padding-bottom:4px;
	border-bottom:1px solid #323232;
}
a.txt_link:hover{
	color:#9b8c69;
	border-bottom:1px solid #9b8c69;
}

@media screen and (max-width:767px){
	html,body	{height:100%;}
	a.txt_link:hover{
		color:#323232;
		border-bottom:1px solid #323232;
	}
}
@media print {
		html,
		html body { *zoom: 0.65;}
}
/* !wrapper
---------------------------------------------------------- */
.wrapper{
	width:1080px;
	min-width:1080px;
	padding:0 10px 0;
	margin:0 auto;
}
.pc{
	display:block!important;
}
.sp{
	display:none!important;
}

@media screen and (max-width:767px){
	.wrapper {
		width:100%;
		min-width:initial;
		padding:0;
	}
	.sp{
		display:block!important;
	}
	.pc{
		display:none!important;
	}
}

/* header
---------------------------------------------------------- */
header #head{
	position:relative;
	margin:30px 0 25px;
}
header h1{
	text-align:center;
}
header .head_tel{
	position:absolute;
	right:0;
	top:35px;
	font-weight:700;
}
header .head_tel p:first-child{
	margin-bottom:5px;
}
header .head_tel dl dt{
	float:left;
	padding:8px;
	margin-left:15px;
	margin-top:4px;
	border:1px solid #9b8c69;
	color:#9b8c69;
	font-size:72%;
}
header .head_tel dl dd{
	float:right;
	padding:10px 0 0 10px;
	line-height:1.2;
}

header #mv{
	margin-bottom:15px;
}
header nav.tile ul{
	margin-bottom:20px;
}
header nav.tile ul li{
	float:left;
	width:20%;
	padding:20px 0 0;
	text-align:center;
	line-height:1.1;
	font-size:115%;
	font-weight:500;
}
header nav.tile ul li a{
	position:relative;
	display:block;
	padding-bottom:15px;
	width:100%;
	height:100%;
}
header nav.tile ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #9b8c69;
  height: 2px;
  transition: width .3s;
  -webkit-transition: width .3s;
}
header nav.tile ul li a:hover:after {
  width: 100%;
  transition: width .3s;
  -webkit-transition: width .3s;
}
header nav.tile ul li span{
	font-size:63%;
	color:#9b8c69;
}
@media screen and (max-width:767px){
	header{
		width:100%;
	}
	header #head{
		position:fixed;
		width:90%;
		padding:15px 5% 25px;
		margin:0;
		background-color:#ffffff;
		z-index:100;
	}
	header h1 img{
		width:80%;
		margin:0 auto;
	}
	header .head_tel{
		display:none;
	}
	header #mv{
		width:90%;
		margin:0 auto 15px;
		padding-top:45%;
	}
	header #mv img{
		width:100%;
	}
	header nav.tile ul{
		width:100%;
		margin-bottom:25px;
		border-top:1px solid #e9e9e9;
	}
	header nav.tile ul li{
		float:left;
		box-sizing:border-box;
		font-size:100%;
		padding-bottom:20px;
	}
	header nav.tile ul li span{
		font-size:58%;
	}
	header nav.tile ul li a{
		padding-bottom:0;
		position:static;
	}
	header nav.tile ul li a:hover:after {
		width: 0%;
	}
	header nav.tile ul li:nth-child(1){
		width:37%;
		border-right:1px solid #e9e9e9;	
	}
	header nav.tile ul li:nth-child(2){
		width:30%;
		border:none;	
	}
	header nav.tile ul li:nth-child(3){
		width:33%;
		border-left:1px solid #e9e9e9;	
	}
	header nav.tile ul li:nth-child(4){
		float:left;
		width:50%;
		border-top:1px solid #e9e9e9;
		border-bottom:1px solid #e9e9e9;
		border-right:1px solid #e9e9e9;	
	}
	header nav.tile ul li:nth-child(5){
		float:left;
		width:50%;
		border-top:1px solid #e9e9e9;
		border-bottom:1px solid #e9e9e9;
	}
	/*スクロールしたらロゴ変更*/
	#head.mini .logoChange_top{
		display:none;
	}
	#head .logoChange_top{
		display: block;
		animation: show 1s linear 0s;
	}
	#head.mini{
		padding-bottom:14px;
		border-bottom:1px solid #dadada; 
		
	}
	#head.mini .logoChange_scroll{
		display: block;
		animation: show 1s linear 0s;
		margin:0;
	}
	@keyframes show{
		from{
			opacity: 0;
		}
		to{
			opacity: 1;
		}
	}

}
#head .logoChange_scroll{
	display:none;
}


/* .notice
---------------------------------------------------------- */
.notice{
	background-color:#f0f0f0;
	padding:20px 25px;
	margin-bottom:45px;
}
.notice h1{
	float:left;
	width:100px;
	margin-right:30px;
	color:#eb0d0f;
	font-weight:600;
	font-size:93%;
	line-height:1.5;
}
.notice p{
	line-height:1.5;
	font-size:93%;
}

@media screen and (max-width:767px){
	.notice{
		margin:0 auto 30px;
		box-sizing:border-box;
		width:90%;
	}
	.notice h1{
		float:none;
		width:100%;
		margin-right:0;
		margin-bottom:10px;
	}
}

/* .support
---------------------------------------------------------- */
.support{
	margin-bottom:50px;
}
.support h1{
	font-family: "Noto Serif Japanese";
	text-align:center;
	font-size:172%;
	margin-bottom:30px;
	background:url(../img/index/line_gr.gif) repeat-x 0 50%;
}
.support h1 span{
	display:block;
	width:250px;
	padding:0 20px;
	margin:0 auto;
	background-color:#ffffff;
}
.support ul.left_box{
	float:left;
}
.support ul.right_box{
	float:right;
}
.support ul li{
	float:left;	
	width:250px;
}
.support ul li:first-child{
	margin-right:24px;
}
.support ul li dl dt{
	text-align:center;
	font-weight:500;
	font-size:115%;
	background-color:#143278;
}
.support ul li dl dt a{
	color:#ffffff;
}
.support ul li dl dt figcaption{
	padding:10px;
}
.support ul li dl dd{
	padding:15px 5px;
	line-height:1.6;
}
/*ボタン処理*/
.support ul li dl dt div{
	overflow:hidden;
}
.support ul li dl dt img{
	width:250px;
	height:120px;
	display: block;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transform: scale(1);
	-webkit-transform: scale(1);
	backface-visibility:hidden;
	-webkit-backface-visibility: hidden;
}
.support ul li dl dt.hv_scale img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	backface-visibility:hidden;
	-webkit-backface-visibility: hidden;
}

@media screen and (max-width:767px){
	.support{
		margin-bottom:25px;
	}
	.support h1{
		width:95%;
		margin:0 auto 20px;
		font-size:172%;
	}
	.support h1 span{
		display:block;
		box-sizing:border-box;
		width:78%;
		padding:0 10px;
	}
	.support ul.left_box{
		float:none;
		width:90%;
		margin:0 auto;
	}
	.support ul.right_box{
		float:none;
		width:90%;
		margin:0 auto;
	}
	.support ul li{
		float:left;	
		width:49.5%;
	}
	.support ul li:first-child{
		margin-right:1%;
	}
	.support ul li dl dt{
		text-align:center;
		font-weight:500;
		font-size:115%;
		background-color:#143278;
	}
	.support ul li dl dt img{
		width:100%;
		height:100%;
	}
	/*.support ul li:last-child{
		box-sizing:border-box;
		border-left:1px solid #e9e9e9;
	}*/
}

/* .news
---------------------------------------------------------- */
.news{
	float:left;
	width:510px;
	margin-right:60px;
	margin-bottom:50px;
	border-bottom:1px solid #f0f0f0;
}
.news .border_box{
	border-bottom:3px solid #cabf9e;
	padding-bottom:10px;
	margin-bottom:23px;
}
.news h1{
	float:left;
	font-weight:700;
	font-size:143%;
	margin-top:5px;
}
.news .btn_more_pc{
	display:block;
}
.news .btn_more_pc a{
	position:relative;
	display:block;
	float:right;
	width:60px;
	padding:5px 10px;
	font-size:86%;
	text-align:center;
	color:#9b8c69;
	border:1px solid #e6e6e6;
	border-radius:15px;
	background-color:#f8f8f8;
	font-weight:700;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}
.news .btn_more_pc a:before {
    content: url(../img/index/ico_more_pc.gif);
    position: absolute;
    right: 10px;
    top: 4px;
    opacity: 0;
    width: 5px;
    height: 100%;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}
.news .btn_more_pc a:hover{
	text-indent: -3px;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}
.news .btn_more_pc a:hover:before{
    opacity: 1;
	text-indent: 0;
    transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}

.news .list dl:nth-child(odd){
	background-color:#f0f0f0;
}
.news dl dt{
	float:left;
	width:100px;
	padding:17px 0;
	color:#9b8c69;
	font-weight:700;
	font-size:93%;
	text-align:center;
}
.news dl dd{
	padding:17px 0;
	font-size:93%;
}
.news .btn_more_sp{
	display:none;
}
@media screen and (max-width:767px){
	.news{
		float:none;
		width:90%;
		margin:0 auto 30px;
		border-bottom:none;
	}
	.news h1{
		float:none;
		margin-top:0;
	}
	.news .btn_more_pc{
		display:none;
	}
	.news .list{
		margin-bottom:20px;
		border-bottom:1px solid #f0f0f0;
	}
	.news dl dt{
		float:none;
		box-sizing:border-box;
		width:100%;
		padding:20px 10px 5px;
		text-align:left;
	}
	.news dl dd{
		box-sizing:border-box;
		padding:0 10px 20px;
	}
	.news dl dd{
		box-sizing:border-box;
		padding:0 10px 20px;
	}
	.news .btn_more_sp{
		display:block;
	}
	.news .btn_more_sp a{
		display:block;
		position:relative;
		width:65%;
		padding:15px 0;
		margin:10px auto;
		font-size:129%;
		text-align:center;
		color:#9b8c69;
		border:1px solid #e6e6e6;
		border-radius:30px;
		background-color:#f8f8f8;
		font-weight:700;
	}
	.news .btn_more_sp a:before{
		content:" ";
		width:8.5px;
		height:12px;
		background:url(../img/index/ico_more_sp.gif) no-repeat center center;
		background-size:contain; 
		position:absolute;
		right:15px;
		top:15px;
	}
}
/* .topics
---------------------------------------------------------- */
.topics{
	float:left;
	width:510px;
	margin-bottom:50px;
	border-bottom:1px solid #f0f0f0;
}
.topics .border_box{
	border-bottom:3px solid #cabf9e;
	padding-bottom:10px;
	margin-bottom:23px;
}
.topics h1{
	float:left;
	font-weight:700;
	font-size:143%;
	margin-top:5px;
}
.topics .btn_more_pc{
	display:block;
}
.topics .btn_more_pc a{
	position:relative;
	float:right;
	width:60px;
	padding:5px 10px;
	font-size:86%;
	text-align:center;
	color:#9b8c69;
	border:1px solid #e6e6e6;
	border-radius:15px;
	background-color:#f8f8f8;
	font-weight:700;
	transition: all 0.2s linear 0s;
}
.topics .btn_more_pc a:before {
    content: url(../img/index/ico_more_pc.gif);
    position: absolute;
    right: 10px;
    top: 4px;
    opacity: 0;
    width: 5px;
    height: 100%;
	transition: all 0.2s linear 0s;
}
.topics .btn_more_pc a:hover{
	text-indent: -3px;
    transition: all 0.2s linear 0s;
}
.topics .btn_more_pc a:hover:before{
    opacity: 1;
	text-indent: 0;
    transition: all 0.2s linear 0s;
}
.topics .list dl:nth-child(odd){
	background-color:#f0f0f0;
}
.topics dl dt{
	float:left;
	width:100px;
	padding:17px 0;
	color:#9b8c69;
	font-weight:700;
	font-size:93%;
	text-align:center;
}
.topics dl dd{
	padding:17px 0;
	font-size:93%;
}
.topics .btn_more_sp{
	display:none;
}
@media screen and (max-width:767px){
	.topics{
		float:none;
		width:90%;
		margin:0 auto 30px;
		border-bottom:none;
	}
	.topics h1{
		float:none;
		margin-top:0;
	}
	.topics .btn_more_pc{
		display:none;
	}
	.topics .list{
		margin-bottom:20px;
		border-bottom:1px solid #f0f0f0;
	}
	.topics dl dt{
		float:none;
		box-sizing:border-box;
		width:100%;
		padding:20px 10px 5px;
		text-align:left;
	}
	.topics dl dd{
		box-sizing:border-box;
		padding:0 10px 20px;
	}
	.topics dl dd{
		box-sizing:border-box;
		padding:0 10px 20px;
	}
	.topics .btn_more_sp{
		display:block;
	}
	.topics .btn_more_sp a{
		display:block;
		position:relative;
		width:65%;
		padding:15px 0;
		margin:10px auto;
		font-size:129%;
		text-align:center;
		color:#9b8c69;
		border:1px solid #e6e6e6;
		border-radius:30px;
		background-color:#f8f8f8;
		font-weight:700;
	}
	.topics .btn_more_sp a:before{
		content:" ";
		width:16px;
		height:16px;
		background:url(../img/index/ico_more_sp.gif) no-repeat center center;
		background-size:contain; 
		position:absolute;
		right:15px;
		top:15px;
	}
}

/* .columns
---------------------------------------------------------- */
.columns{
	float:left;
	width:510px;
	margin-bottom:50px;
	border-bottom:1px solid #f0f0f0;
}
.columns .border_box{
	border-bottom:3px solid #cabf9e;
	padding-bottom:10px;
	margin-bottom:23px;
}
.columns h1{
	float:left;
	font-weight:700;
	font-size:143%;
	margin-top:5px;
}
.columns .btn_more_pc{
	display:block;
}
.columns .btn_more_pc a{
	position:relative;
	float:right;
	width:60px;
	padding:5px 10px;
	font-size:86%;
	text-align:center;
	color:#9b8c69;
	border:1px solid #e6e6e6;
	border-radius:15px;
	background-color:#f8f8f8;
	font-weight:700;
	transition: all 0.2s linear 0s;
}
.columns .btn_more_pc a:before {
    content: url(../img/index/ico_more_pc.gif);
    position: absolute;
    right: 10px;
    top: 4px;
    opacity: 0;
    width: 5px;
    height: 100%;
	transition: all 0.2s linear 0s;
}
.columns .btn_more_pc a:hover{
	text-indent: -3px;
    transition: all 0.2s linear 0s;
}
.columns .btn_more_pc a:hover:before{
    opacity: 1;
	text-indent: 0;
    transition: all 0.2s linear 0s;
}
.columns .list dl:nth-child(odd){
	background-color:#f0f0f0;
}
.columns dl dt{
	float:left;
	box-sizing:border-box;
	width:120px;
	padding:11px 0;
	color:#9b8c69;
	font-size:93%;
	text-align:center;
}
.columns dl dt > span{
	display:inline-block;
	box-sizing:border-box;
	width:80px;
	padding:5px;
	border:solid 1px #9b8c69;
	color:#9b8c69;
	text-align:center;
}
.columns dl dd{
	padding:17px 0;
	font-size:93%;
}
.columns .btn_more_sp{
	display:none;
}
@media screen and (max-width:767px){
	.columns{
		float:none;
		width:90%;
		margin:0 auto 30px;
		border-bottom:none;
	}
	.columns h1{
		float:none;
		margin-top:0;
	}
	.columns .btn_more_pc{
		display:none;
	}
	.columns .list{
		margin-bottom:20px;
		border-bottom:1px solid #f0f0f0;
	}
	.columns dl dt{
		float:none;
		margin:0;
		width:100%;
		padding:15px 10px 7px;
		text-align:left;
	}
	.columns dl dt > span{}	
	.columns dl dd{
		box-sizing:border-box;
		padding:0 10px 20px;
	}
	.columns dl dd{
		box-sizing:border-box;
		padding:0 10px 20px;
	}
	.columns .btn_more_sp{
		display:block;
	}
	.columns .btn_more_sp a{
		display:block;
		position:relative;
		width:65%;
		padding:15px 0;
		margin:10px auto;
		font-size:129%;
		text-align:center;
		color:#9b8c69;
		border:1px solid #e6e6e6;
		border-radius:30px;
		background-color:#f8f8f8;
		font-weight:700;
	}
	.columns .btn_more_sp a:before{
		content:" ";
		width:16px;
		height:16px;
		background:url(../img/index/ico_more_sp.gif) no-repeat center center;
		background-size:contain; 
		position:absolute;
		right:15px;
		top:15px;
	}
}

/* .blog
---------------------------------------------------------- */
.blog{
	/*clear:both;*/
	float:right;
	width:510px;
	margin-bottom:60px;
}

.blog .border_box{
	border-bottom:3px solid #cabf9e;
	padding-bottom:10px;
	margin-bottom:23px;
}
.blog h1{
	float:left;
	font-weight:700;
	font-size:143%;
	margin-top:5px;
}
.blog .btn_blog_pc{
	display:block;
}
.blog .btn_blog_p{
	display:block;
}
.blog .btn_blog_pc a{
	position:relative;
	float:right;
	width:105px;
	padding:5px 10px;
	font-size:86%;
	text-align:center;
	color:#9b8c69;
	border:1px solid #e6e6e6;
	border-radius:15px;
	background-color:#f8f8f8;
	font-weight:700;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}
.blog .btn_blog_pc a:before {
    content: url(../img/index/ico_blank_pc.gif);
    position: absolute;
    right: 10px;
    top: 5px;
    opacity: 0;
    width: 5px;
    height: 100%;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}
.blog .btn_blog_pc a:hover{
	text-indent: -3px;
    transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}
.blog .btn_blog_pc a:hover:before{
    opacity: 1;
	text-indent: 0;
    transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}
/*.blog a.blog_link{
	display:block;
	width:100%;
	height:100%;
}*/
.blog dl{
	padding:17px 15px 28px;
	background:#f0f0f0 url(../img/index/ico_blog_triangle.gif) no-repeat right 6px bottom 6px;
	position:relative;
	height:auto;
}
.blog dl:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	box-sizing:border-box;
	width:100%;
	height:100%;
    content: '';
    opacity: 0;
    pointer-events: none;
    border-top: 1px solid #9b8c69;
    border-bottom: 1px solid #9b8c69;
    transition: opacity .38s ease-in-out, transform .35s ease-in-out;
    transform: scale3d(0, 1, 1);
    transform-origin: left top;
}
.blog dl:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	box-sizing:border-box;
	width:100%;
	height:100%;
    transition: opacity .38s ease-in-out, transform .35s ease-in-out;
    content: '';
    opacity: 0;
    pointer-events: none;
    border-right: 1px solid #9b8c69;
    border-left: 1px solid #9b8c69;
    transform: scale3d(1, 0, 1);
    transform-origin: right top;
}
.blog dl:hover:after,
.blog dl:hover:before{
      transform: scale3d(1, 1, 1);
      opacity: 1;
}
.blog dl dt{
	float:right;
	width:320px;
	margin-bottom:10px;
	line-height:1.6;
	color:#9b8c69;
	font-weight:700;
	font-size:93%;
}
.blog dl dt span{
	color:#323232;
	font-size:115%;
}
.blog dl dd{
	font-size:93%;
}
.blog dl dd.blog_img{
	float:left;
	width:140px;
}
.blog dl dd.blog_img img{
	width:100%;
	height:auto;
}

.blog dl dd.blog_txt{
	min-height:140px;
	line-height:1.6;
	margin-left:160px;
}
.blog .btn_blog_sp{
	display:none;
}
@media screen and (max-width:767px){
	.blog{
		float:none;
		width:90%;
		margin:0 auto 30px;
	}
	.blog h1{
		float:none;
		margin-top:0;
	}
	.blog .btn_blog_sp{
		display:block;
	}
	.blog .btn_blog_sp a{
		display:block;
		position:relative;
		width:66%;
		padding:15px 0;
		margin:18px auto 10px;
		font-size:129%;
		text-align:center;
		color:#9b8c69;
		border:1px solid #e6e6e6;
		border-radius:30px;
		background-color:#f8f8f8;
		font-weight:700;
	}
	.blog .btn_blog_sp a:before{
		content:" ";
		width:16px;
		height:16px;
		background:url(../img/index/ico_blank_sp.gif) no-repeat center center;
		background-size:contain; 
		position:absolute;
		right:15px;
		top:15px;
	}
	.blog dl{
		padding:17px;
		background-color:#f0f0f0;
		background-image:none;
	}
	.blog dl dt{
		float:right;
		width:50%;
		margin-bottom:10px;
		font-size:108%;
	}
	.blog dl dt span{
		font-size:129%;
	}
	.blog dl dd{
		font-size:115%;
	}
	.blog dl dd.blog_img{
		float:left;
		width:46.5%;
	}
	.blog dl dd.blog_img img{
		width:100%;
		margin-bottom:10px;
	}
	.blog dl dd.blog_txt{
		width:100%;
		min-height:inherit;
		margin-left:0;
		overflow:hidden;
	}
	.blog .btn_blog_pc{
		display:none;
	}
	.blog dl:hover:after,
	.blog dl:hover:before{
		opacity: 0;
	}
}

/* .inquiry
---------------------------------------------------------- */
.inquiry{
	clear:both;
	padding:30px 0 38px;
	border:1px solid #9b8c69;
	margin-bottom:65px;
}
.inquiry h1{
	margin-bottom:25px;
	font-weight:700;
	font-size:158%;
	text-align:center;
}
.inquiry .tel{
	float:left;
	width:50%;
	border-right:1px solid #cabf9e;
}
.inquiry .tel dl{
	margin-left:75px;
}
.inquiry .tel dl dt{
	margin-bottom:13px;
	font-size:115%;
	font-weight:700;
}
.inquiry .tel dl dt:before{
	content:"";
	display:inline-block;
	position:relative;
	bottom:-3px;
	width:15px;
	height:18px;
	background:url(../img/index/ico_tel.png) no-repeat left bottom;
	background-size:contain;
}
.inquiry .tel dl dd{
	margin-bottom:9px;
	font-size:115%;
	font-weight:700;
}
.inquiry .tel dl dd span.reception_time{
	float:left;
	width:60px;
	padding:5px 10px;
	margin-right:10px;
	text-align:center;
	font-size:82%;
	color:#9b8c69;
	border:1px solid #9b8c69;
}
.inquiry .tel dl dd span.schedule{
	float:left;
	margin-top:5px;
}
.inquiry .mail{
	float:right;
	width:49%;
}
.inquiry .mail dl{
	margin-left:96px;
}
.inquiry .mail dl dt{
	padding-left:5px;
	margin-bottom:13px;
	font-size:115%;
	font-weight:700;
}
.inquiry .mail dl dt:before{
	content:"";
	display:inline-block;
	position:relative;
	bottom:-2px;
	width:16px;
	height:16px;
	margin-right:10px;
	background:url(../img/index/ico_mail.png) no-repeat left center;
	background-size:contain;
}
.inquiry .mail dl dd{
	margin-bottom:9px;
	font-size:115%;
	font-weight:700;
}
.inquiry .mail dl dd .btn_inquipy{
	border:1px solid #9b8c69;
	width:365px;
}
.inquiry .mail dl dd .btn_inquipy a{
	overflow:hidden;
	display:block;
	position:relative;
	width:365px;
	padding:25px 0;
	color:#ffffff;
	text-align:center;
	background-color:transparent;
	transition: 0.3s ease-in-out;
}
.inquiry .mail dl dd .btn_inquipy a:before {
    content: '';
	position:absolute;
	right: -50px;
	top:0;
	bottom:0;
	left:0;
    border-right: 50px solid transparent;
    border-bottom: 70px solid #ffffff;
    transform: translateX(-100%);
	transition: 0.5s ease-in-out;
	box-sizing:border-box;
z-index:-1;
}
.inquiry .mail dl dd .btn_inquipy a:after {
    content: '';
	position:absolute;
	left: -50px;
	top:0;
	bottom:0;
	right:0;
	bottom:0;
    border-left: 50px solid transparent;
    border-top:  70px solid #ffffff;
    transform: translateX(100%);
	transition: 0.5s ease-in-out;
	box-sizing:border-box;
z-index:-1;
}
.inquiry .mail dl dd .btn_inquipy a:hover{
color:#9b8c69;
}

.inquiry .mail dl dd .btn_inquipy a:hover:before{
transform: translateX(-49%); 
}
.inquiry .mail dl dd .btn_inquipy a:hover:after{
 transform: translateX(49%);
}
.inquiry .mail dl dd .btn_inquipy .bg_btn{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background-color:#9b8c69;
	z-index:-2;
}
@media screen and (max-width:767px){
	.inquiry{
		width:90%;
		box-sizing:border-box;
		padding:30px 15px;
		margin:0 auto;
		margin-bottom:30px;
	}
	.inquiry h1{
		margin-bottom:25px;
		font-weight:700;
		font-size:108%;
		text-align:center;
		line-height:1.6;
	}
	.inquiry .tel{
		float:none;
		width:100%;
		border-right:none;
	}
	.inquiry .tel dl{
		margin-left:25px;
	}
	.inquiry .tel dl dt{
		margin-bottom:13px;
		font-size:100%;
	}

	.inquiry .tel dl dd{
		margin-bottom:9px;
		font-size:86%;		
	}
	.inquiry .tel dl dd img{
		width:90%;
	}
	.inquiry .tel dl dd span.reception_time{
		display:inline-block;
		width:22%;
		padding:5px 0;
		font-size:79%;
		margin-right:0;
	}
	.inquiry .tel dl dd span.schedule{
		display:block;
		float:right;
		width:75%;
		padding:0;
		margin-top:0;
		line-height:1.9;
	}
	.inquiry .tel dl dd span.schedule .slash{
		display:none;
	}
	.inquiry .mail{
		float:none;
		width:100%;
		padding-top:15px;
		border-top:1px solid #9b8c69;
	}
	.inquiry .mail dl{
		margin-left:0;
	}
	.inquiry .mail dl dt{
		font-size:100%;
	}
	.inquiry .mail dl dd{
		font-size:100%;
	}
	.inquiry .mail dl dd .btn_inquipy{
		width:95%;
		margin:0 auto;
	}
	.inquiry .mail dl dd .btn_inquipy a{
		width:100%;
		transition: none;
		color:#ffffff;
		transition: 0.3s ease-in-out;
	}
	.inquiry .mail dl dd .btn_inquipy a:hover{
		color:#ffffff;
	}
	.inquiry .mail dl dd .btn_inquipy a:hover:before{
		transform: translateX(-100%); 
	}
	.inquiry .mail dl dd .btn_inquipy a:hover:after{
		transform: translateX(100%);
	}
	.inquiry .mail dl dd .btn_inquipy a.hover{
		color:#9b8c69;
		transition: 0.3s ease-in-out;
	}
	.inquiry .mail dl dd .btn_inquipy a.hover:before{
		transform: translateX(-49%); 
		transition: 0.3s ease-in-out;
	}
	.inquiry .mail dl dd .btn_inquipy a.hover:after{
		transform: translateX(49%);
		transition: 0.3s ease-in-out;
	}
}
/* footer
---------------------------------------------------------- */
footer{
	/*min-width:1251px;*/
}
footer .footer_inner{
	width:1080px;
	padding:0 10px;
	margin:0 auto;
}
footer .footer_home{
	min-width:1100px;
	width:100%;
	background-color:#424242;
	font-weight:100;
	font-size:93%;
}
footer .footer_home ul li{
	display:inline-block;
	vertical-align:middle;
}
footer .footer_home ul li.ico_home{
	padding:15px;
	background-color:#505050;
	-webkit-transition: all .3s;
	transition: all .3s;
}
footer .footer_home ul li.text_link{
	line-height:1.5;
	padding:15px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

footer .footer_home ul li.ico_home:hover,
footer .footer_home ul li.text_link:hover{
	background-color:#9b8c69;
}
footer .footer_home a{
	display:block;
	width:100%;
	height:15px;
	color:#ffffff;
}
footer .footer_link{
	font-size:86%;
	border-bottom:1px solid #e5e5e5;
	width:100%;
	margin:0 auto;
}
footer .footer_link ul{
	padding-left:20px;
}
footer .footer_link ul li{
	display:inline-block;
	padding:10px;
	margin:10px 20px 5px 0;
	background:url(../img/index/ico_footer_list.gif) no-repeat left 12px;
}
footer .footer_link ul li:first-child{
	margin-left:10px;
}

footer .footer_link ul li a{
	position:relative;
	display:block;
	padding-bottom:5px;
	width:100%;
	height:100%;
}
footer .footer_link ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #9b8c69;
  height: 2px;
  transition: width .3s;
  -webkit-transition: width .3s;
}
footer .footer_link ul li a:hover:after {
  width: 100%;
  transition: width .3s;
  -webkit-transition: width .3s;
}
footer .copy_box{
	font-size:79%;
	margin-bottom:25px;
}
footer .copy_box p{
	margin:20px 0;
	float:left;
}
footer .copy_box .copyright{
	float:right;
	/*margin-right:60px;*/
}
footer .copy_box ul{
	float:right;
	margin-top:10px;
	margin-right:30px;
}
footer .copy_box ul li{
	display:inline-block;
}

.btn_fb{
    display:inline-block;
    cursor:pointer;
    width:35px;
    height:35px;
	margin-right:15px;
    border-radius:50%;
    text-align: center;
	vertical-align: middle;
	background-color:rgba(220, 220, 220, 1);
    box-shadow: 0 0 0 0px rgba(220, 220, 220, 1);
    overflow: hidden;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
}
.btn_fb:hover {
    background: rgba(42, 91, 159, 1);
    color: #702fa8;
    box-shadow: 0 0 0 4px rgba(42, 91, 159, 0.2);
}
.btn_fb:hover:before {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}
.btn_fb img{
    width:10px;
	margin-top:8px;
}
.btn_tw{
    display:inline-block;
    cursor:pointer;
    width:35px;
    height:35px;
    border-radius:50%;
    text-align: center;
	vertical-align: middle;
	background-color:rgba(220, 220, 220, 1);
    box-shadow: 0 0 0 0px rgba(220, 220, 220, 1);
    overflow: hidden;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
}
.btn_tw:hover {
    background: rgba(29, 161, 242, 1);
    color: #702fa8;
    box-shadow: 0 0 0 4px rgba(29, 161, 242, 0.2);
}
.btn_tw:hover:before {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}
.btn_tw img{
    width:16px;
	margin-top:11px;
}
#pagetop{
	_opacity:0;
}
#pagetop a{
	display:block;
	position:fixed;
	bottom:0;
	right:10px;
	width:60px;
	height:13px;
	padding:22px 0 20px;
	text-align:center;
	border-radius:6px 6px 0 0;
	background-color:#9b8c69;
	transition:opacity ease-in-out .5s;
	-webkit-transition:opacity ease-in-out .5s;
	opacity:1;
}
#pagetop a:hover{
	opacity:0.6;
}
#pagetop img{
	width:24px;
}
@media screen and (max-width:767px){
	footer{
		min-width:initial;
	}
	footer .footer_inner{
		width:100%;
		padding:0;
		margin:0;
	}
	footer .footer_home{
		display:none;
	}
	footer .footer_link{
		width:100%;
		font-size:100%;
		border-bottom:none;
	}
	footer .footer_link ul{
		border-top:1px solid #e5e5e5;
		border-bottom:none;
		padding:0;
	}
	footer .footer_link ul li{
		display:block;
		padding:15px 30px;
		margin:0;
		background:url(../img/index/ico_footer_list.gif) no-repeat 20px center;
		border-bottom:1px solid #e5e5e5;
	}
	footer .footer_link ul li{
		display:block;
		padding:15px 30px;
		margin:0;
		background:url(../img/index/ico_footer_list.gif) no-repeat 20px center;
		border-bottom:1px solid #e5e5e5;
	}
	footer .footer_link ul li:first-child{
		margin-left:0;
	}

	footer .footer_link ul li a{
		padding-bottom:0;
	}
	footer .footer_link ul li a:after {
		transition: none;
		-webkit-transition: none;
	}
	footer .footer_link ul li a:hover:after {
		width: 0;
	}
	footer .copy_box{
		font-size:93%;
		box-sizing:border-box;
		padding:0 10px;
	}
	footer .copy_box p{
		margin:20px 0;
		float:none;
		line-height:1.6;
	}
	footer .copy_box ul{
		float:none;
		width:103px;
		margin:15px auto;
	}
	footer .copy_box ul li{
		display:inline-block;
	}
	.btn_fb{
		width:40px;
		height:40px;
		background-color: rgba(220, 220, 220, 1);
		box-shadow: 0 0 0 0 rgba(42, 91, 159, 0.2);
		transition: background 0.3s, box-shadow 0.3s;
		-webkit-transition: background 0.3s, box-shadow 0.3s;
	}
	.btn_fb:hover {
		background-color: rgba(220, 220, 220, 1);
		box-shadow: 0 0 0 0 rgba(42, 91, 159, 0.2);
	}
	.btn_fb.hover {
		background: rgba(42, 91, 159, 1);
		color: #702fa8;
		box-shadow: 0 0 0 4px rgba(42, 91, 159, 0.2);
	}
	.btn_fb img{
		width:12px;
		margin-top:8px;
	}
	.btn_tw{
		width:40px;
		height:40px;
		margin-right:0;
		background-color:rgba(220, 220, 220, 1);
		box-shadow: 0 0 0 0 rgba(29, 161, 242, 0.2);
		transition: background 0.3s, box-shadow 0.3s;
		-webkit-transition: background 0.3s, box-shadow 0.3s;
	}
	.btn_tw:hover {
		background-color:rgba(220, 220, 220, 1);
		box-shadow: 0 0 0 0 rgba(29, 161, 242, 0.2);
	}
	.btn_tw.hover {
		background: rgba(29, 161, 242, 1);
		color: #702fa8;
		box-shadow: 0 0 0 4px rgba(29, 161, 242, 0.2);
	}
	.btn_tw img{
		width:19px;
		margin-top:12px;
	}
	.footer_logo{
		width:100%;
		text-align:center
	}
	.footer_logo img{
		width:80%;
	}
	#pagetop a{
		display:block;
		position:static;
		right:0;
		width:100%;
		height:13px;
		border-radius:0;
	}
	#pagetop a:hover{
		opacity:1;
	}

}
/*
*ボタンフェードインアウト
*/
.fadeOut{
	-webkit-animation-name:FOut;
	-webkit-animation-duration:.3s;
	-webkit-animation-timing-function:ease-in;
	-webkit-animation-iteration-count:1;
	visibility: hidden;
}
@-webkit-keyframes FOut {
	0%{opacity:1;visibility: visible;}
	100%{opacity:0;visibility: hidden;}
}
.fadeIn{
	-webkit-animation-name:FIn;
	-webkit-animation-duration:.3s;
	-webkit-animation-timing-function:ease-in;
	-webkit-animation-iteration-count:1;
	visibility: visible;
}
@-webkit-keyframes FIn {
	0%{opacity:0;}
	100%{opacity:1;}
}

