@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 768px){
	.mobile{
display: block;	
}
.pc{
display: none;
}
	.header_pt_menu_li_all {
		display: none;
	}
	
	.header_menu {
		display: none;
	}
.header_pt_menu {
	margin-bottom: 20px;
	
}	
	




/*global-nav　ここまで------------------------------------------------*/
@media screen and (max-width: 768px){
.header_pt_menu {
	width: 96%;
	border-top: none;
    max-width: 640px;
margin-left:auto;
margin-right: auto;
		
}
}
.header_logo {
    /* [disabled]background-color: #FBF4EA; */
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    height: 80px;
}
/*--ヘッダーロゴ--*/
.header_logo img {
width: 70%;
	float: none;
margin-left:auto;
margin-right: auto;
}	
	
.footer_logo {
	width: 30%;
	float: none;
margin-left:auto;
margin-right: auto;
	margin-bottom: 50px;
}
/*お問い合わせ*/
.footer_otoiawase a {
   /* width: 30%;*/
    background-image: none;
    background-repeat: no-repeat;
    background-position: 10% center;
	padding: 3% 2% 3% 3%;
	padding-top:3%;
    padding-left:10%;
    font-size: 1em;
   	color: #534741;
    text-decoration: none;
	border: thin solid #CCCCCC;
	 margin-left: auto;
    margin-right: auto;
	float: none;
	display: block;
	width: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;

}
.footer_otoiawase a:hover {
  background-image: none;
background-repeat: no-repeat;
    background-position: 10% center;
	padding: 3% 2% 3% 3%;
	padding-top:3%;
    padding-left:10%;
	color: #731F31;
}
/*------------------------------------------------
footer-バナー
------------------------------------------------*/  	

.footer_bnr {
	padding-top: 50px;
	padding-bottom: 50px;
}	
.footer_bnr_all {
	width: 41%;
	border: thin solid #CCCCCC;
	padding:2% 1% 1% 1%;
	float: left;
	margin-left: 4%;
	margin-right: 2%;
	margin-bottom: 3%;
	text-align: center;
	color: #333333;
		min-height: 55px;
}	
.footer_bnr_title {
	text-align: center;
	font-size: 0.60em;
	margin-bottom: 20px;
}	
.footer_bnr_all_02 {
	margin-top: 30px;
	width: 26%;	
	margin-left: 4.2%;
	}
.footer-copy_in {
    width: 90%;
    text-align: center;
  /*  color: #FFFFFF;*/
    font-size: 0.75em;
	margin-left:auto;
margin-right: auto;
}
/*------------------------------------------------
footer-menu（メニュー）
------------------------------------------------*/     

.menu_boxin {
	width: 96%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
#menu_box {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#menu_box a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #35441B;
    line-height: 1;
}

#menu_box label {
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 8px;
    line-height: 1;
    color : #FFFFFF;
    cursor : pointer;
    font-size: 1.06em;
    padding-top: 30px;
    padding-right: 3px;
    padding-bottom: 30px;
    padding-left: 10px;
    font-weight: bold;
    border: thin solid #534741;
    background-color: #35441B;
	border-radius: 6px;
}

#menu_box input {
    display: none;
}
#menu_box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu_box li {
	overflow-y: hidden;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	padding-left: 10px;
	font-size: 14px;
	max-height: 0;
	line-height: 50px;

}
	#menu_box li a:before {
		font-family: "Font Awesome 5 Free";
  content: "\f105";/*アイコンの種類*/
  color:  #35441B;/*アイコン色*/
border-bottom: none;
    padding-right: 2%;	
	}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li
{
    max-height: 46px;
    opacity: 1;
}



	/*topページへ戻る*/
#page-top {
    position: fixed;
    bottom: 40px;
    right: 15px;
    font-size: 50%;
    z-index: 100;
}
#page-top a {
    text-decoration: none;
    color: #FFFFFF;
    width: 100px;
    padding-top: 12px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 12px;
    text-align: center;
    display: block;
    background-image: url(../images/pagetop2.png);
    background-repeat: no-repeat;
    height: 110px;
    background-size: contain;
}		
	}

