@charset "utf-8";
/* CSS Document */
/************************************
	clearfix 
************************************/ 
.clearfix:after {
	visibility:hidden;
	height:0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}  
* html .clearfix             { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
 
::-webkit-scrollbar-thumb {
  background: #ff8095;
  border-radius: 5px;
}
::-webkit-scrollbar-track {
   background: #ffdee3;
}

body {
	font-size: 16px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	max-width:1920px;
	margin:auto;
}
main,header,footer,navi{
	display:block;
}
p{
	font-feature-settings: "pkna";
}
img {
	max-width: 100%;
	vertical-align: middle;
}
a:link { text-decoration: none; }
a:visited {	text-decoration: none; }

*:focus {
/*    outline: dashed #526A33 1px;*/
}

.bold{
	font-weight:bold;
}
.only_sp{
    display: none;
}
.anti-aliasing{
	transform: rotate(0.03deg);
}
.menu_btn {
    position: fixed;
	top: 0.4%;
	right: calc(50% - 810px);
    z-index: 100;
	cursor: pointer;
	transition-duration: 0.2s;
}
.menu_btn:hover{
	transform: scale(1.05);
}
.menu_btn img{
	width: 175px;
}
.top_header_tel{
	float: right;
    border: solid 5px #4F2700;
/*    border-top: 0;*/
    padding: 0.1% 1%;
/*    border-radius: 0 0 15px 15px;*/
    border-radius: 15px;
	margin-top:0.3%;
    background: #fff;
	margin-right: 13.5%;
	pointer-events: none;
}
.top_header_tel_left{
	float:left;
}
.top_header_tel_number{
    display: block;
    font-size: 1.8em;
    font-weight: 800;
    color: #4F2700;
	margin-top: 1%;
}
.top_header_tel_msg {
    display: block;
    font-size: 0.85em;
    color: #222;
    font-weight: 800;
}
.top_header_tel_mark{
	float:left;
	padding-left: 8px;
	padding-top: 2px;
	width: 68px;
}

/*フッター*/
footer{
	background:#FFD24F;
}
.foot_box{
    width: 74%;
    margin: auto;
}
.foot_left{
	width: 50%;
    float: left;
	padding: 4% 2%;
}
.foot_right{
	width: 50%;
    float: left;
	padding: 4% 2%;
	color:#333;
}
ul.foot_link{
    list-style: none;
	padding: 3% 2%;
}
.foot_link a{
	float:left;
	color: #59320A;
    margin: 0 2%;
	font-size: 1.2em;
}
.foot_link a:hover{
	text-decoration:underline;
}
.foot_logo img{
	width: 65%;
}
.foot_tel{

}
.foot_tel_number{
	font-size: 1.6em;
	font-weight: 600;
}
.foot_tel_number a{
	color:#333;
	pointer-events: none;
}
.foot_tel_number_separate{
	margin: 0 2%;
}
.foot_tel_time{
	font-size: 1.2em;
    line-height: 1.2em;
}
.foot_address{
	font-size: 1.2em;
    line-height: 1.2em;
    margin: 2% 0;
}
.copyright{
	background:#333;
    color: #fff;
    text-align: center;
    font-weight: normal;
}
/*ハンバーガーメニュー*/
.hamburger{
	z-index:6;
	position:fixed;
	top:0;
	left:100vw;
	width:100vw;
	height:100vh;
	background: url(../img/block_bg.jpg);
	transition-duration: 0.3s;
	overflow-y: scroll;
}
.hamburger_menu_box{
	max-width:1600px;
	background: #fff;
	margin:auto;
	padding: 3% 5%;
	padding-top: 0;
	font-size: 1.5em;
}
.hamburger_menu_header{
    border-bottom: solid 4px #fb5;
	background: #ffe45d;
}
.hamburger_menu_header_box {
    max-width: 1600px;
    margin: auto;
    padding: 0.5%;
    position: relative;
    text-align: center;
}
.hamburger_menu_header_ttl{
    font-size: 2.6em;
    font-weight: 600;
	color: #4f2700;
}
.hamburger_menu_ttl a{
	color: #4f2700;
}
.hamburger_menu_ttl a:hover{
	text-decoration:underline;
}
.hamburger_menu{
	margin-bottom: 3%;
}
.hamburger_left,.hamburger_right{
    width: 48%;
    float: left;
    margin: 1%;

}
.hamburger_menu_ttl{
	color: #4F2700;
    font-size: 2em;
    font-weight: 600;
}
.hamburger_menu_ttl:before {
    content: "◆";
    font-size: 0.6em;
    margin-left: -2%;
    margin-right: 1%;
    margin-top: 2%;
    display: block;
    float: left;
}
.hamburger_menu_cate{
	color: #99774D;
    font-size: 0.9em;
	padding-left: 1em;
}
ul.hamburger_menu_list{
	list-style: none;
	padding-left: 1em;
}
.hamburger_menu_list a {
    color: #111;
    float: left;
    margin: 0 2%;
    font-size: 1.1em;
}
.hamburger_menu_list a:hover{
	text-decoration:underline;
}
.pagetop{
    right: -20%;
    position: fixed;
    bottom: 7%;
    width: 130px;
    transition: right 0.7s,transform 0.1s;
	z-index:5;

}
.pagetop:hover{
	transform: scale(1.05);
}
@media print{
.foot_tel_number_separate {
    display: none;
}
.foot_tel_number a {
    display: block;
}