

/* Description: レスポンシブページ共通SP
Last Editor: yamauchi
Date: 2023/8/9
*/

@media screen and (max-width:999px) and (min-width:600px){
	
/*パンくずボックス*/
#FS2_breadcrumbs-res{
	width: 100%;
	margin: 0;
	padding: 30px 5px 0;
	box-sizing: border-box;
}
/*パンくず*/
.pan {
	padding-bottom: 1px;
	font-size: 14px;
	margin: 0px;
}
/* 各h2の大きさ */
/*#titleArea3 h2, #titleArea4 h2, #titleArea5 h2*/
#titleArea1 h2{ 
	width: 100%;
	margin: 0;
	font-size: 28px;
	padding: 20px 5px 15px;
	box-sizing: border-box;
}


/*フッター上エリア*/
.undersection{
	width:100%;
	margin:0 auto;
}
.material-other{
	padding: 15px 6px 40px;
}


}




@media screen and (max-width:599px) {
/*パンくずボックス*/	
#FS2_breadcrumbs-res{
	width: 100%;
	margin: 0;
	padding-top: 5px;
}
/*パンくず*/
.pan {
	padding: 0;
	font-size: 12px;
}
/* 各h2の大きさ */
#titleArea1 h2{
	width: 100%;
	margin: 0;
	font-size: 16px;
	padding: 12px 5px 7px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
}
/*h2下のP*/
.titleimg2 p, .titleimg3 p{
 font-size:10px;
 padding-top: 20px;
 color: #4e3926;
 display: none;
}


/*リンクボタン*/
.btn-push {
	font-size: 1.2em;
	padding: 10px 15px;
	margin-top: 10px;
}
/*よくあるご質問電話番号*/
.rb{
	font-size: 18px;
	padding: 6px 0;
	color: #ba3f3a;
	font-weight: bold;
}

/*フッター上エリア*/
.undersection{
	width:100%;
	margin:0 auto;
}

/*フッター上ナビ*/
label.mateh5-co1{
	 display: block;
	padding: 10px 15px;
	 margin: 0 0 2px 0;
	font-size: 14px;
	border-left: none;
	text-align: center;
	line-height: 1;
	cursor :pointer;
}
label.mateh5-co1:after{content:"\0020 \025bc";}
.material-other{
	padding:15px 5px;
}

ul.other-material li a{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #666;
	line-height: 1;
	margin: 0;
	border-style: none;
}

ul.other-material {
	margin: 0 0 5px;
	padding: 0;
	background :#f4f4f4;
	list-style: none;
}

ul.other-material li {
	max-height: 0;
	overflow-y: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	display: inherit;
	margin: 0px;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
    max-height: 46px;
    opacity: 1;
}
ul.other-material li a:hover{
	color: #666;
}

/* SP用上へ戻る右下固定ボタン */
#page_top{
	position: fixed;
	background: #fff;
	opacity: 0.6;
	border: 1px solid #333;
}
#page_top{
	width: 40px;
	height: 40px;
	right: 10px;
	bottom: 20px;
}
	
#page_top a{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d8';
  font-size: 25px;
  color: #000;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


	}
	

	
	