#heads div#headnav,
#headline{
	display:none;
}
.sm_menu {
	z-index: 999;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 6% 10%;
	margin: 0;
	box-sizing: border-box;
	transform: translateX(-100%);
	transition: transform .5s cubic-bezier(0.33, 1.01, 0.33, 0.97);
}
.sm_menu h2,
.sm_menu a {
	color: white;
}
.sm_menu h2 {
	text-align: center;
}
.sm_menu ul {
	padding: 0;
	width: 90%;
	margin: 0 auto;
    clear: both;
}
.sm_menu ul li {
    margin: 0px 0 0px 0;
    padding: 0px;
	font-size: 14px;
    border-bottom: 1px solid #656869;
    position: relative;
    clear: both;
    list-style: none;
}
.sm_menu ul li a {
	display: block;
	padding: 7px 0 15px 0;
	text-decoration: inherit;
	transition: background .5s;
}
.sm_menu ul li img{
    width: 40px;
    height: auto;
    float: left;
    margin: 0 15px 5px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.sm_menu ul li span{
    display: block;
    padding: 5px 0 0 0;
}
.sm_menu ul li#sm_first{
    line-height: 160%;
}
.sm_menu ul li#sm_first i{
        top: 26px;
}
    .sm_menu li a i.fa-angle-right{
        position: absolute;
        top: 20px;
        right: 0;
    }
    .sm_menu li a i.fa-angle-right{
        
    }
/*------------*/
.sm_menu ol{
	padding: 0;
	width: 90%;
	margin: -20px auto auto auto;
}
.sm_menu ol li{
	font-size: .9em;
	line-height: 1.4;
    width: 50%;
    float: left;
    text-align: center;
    list-style: none;
}
.sm_menu ol li a{
	display: block;
	padding: 10px 0;
    margin: 10px;
    border-bottom: 1px solid #fff;
	text-decoration: inherit;
	transition: background .5s;
}
/*------------*/
#navTgl:checked ~ .sm_menu {
	transform: none;
}
    #hung_menu{
        position: fixed;
        top: 50px;
        left: 15px;
        font-size: 9px;
        color: #000;
        z-index: 50;
    }
/*------------------------*/

#navTgl {
	display: none;
}
label {
	cursor: pointer;
	position: fixed;
	top: 0px;
    /* right: 0; */
    left: 0;
}
.open {
	top: 20px;
	z-index: 9998;
	width: 60px;
	height: 48px;
	transition: background .5s, transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
}
.open::before,
.open::after {
	content: "";
}
.open span,
.open::before,
.open::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 30%;
	width: 40%;
	border-bottom: 2px solid #000;
	transition: transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
}
.open::before {
	transform: translateY(-8px);
}
.open::after {
	transform: translateY(8px);
}
.close {
	z-index: 99;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: background .5s;
}
.close span{
}
#navTgl:checked + .open span {
	transform: scaleX(0);
}
#navTgl:checked + .open::before {
	transform: rotate(45deg);
	border-bottom: 2px solid white;
}
#navTgl:checked + .open::after {
	transform: rotate(-45deg);
	border-bottom: 2px solid white;
}
#navTgl:checked ~ .close {
	background: rgba(0,0,0,.9);
}

/*-----------------------------------------------*/
.scroll-table {
  overflow: auto;
  white-space: nowrap;
  border: solid 1px #ddd;
  table {
    margin: 0;
    border: none;
  }
}
/*-----------------------------------------------*/
html {-webkit-text-size-adjust: none}
body{
	margin: 0px;
	padding: 0px;
}
img {
	max-width: 100%;
	height:auto;
}
.wrap {
	margin: 0px;
	padding: 0px;
	width:100%;
	font-size:12px;
	line-height:150%;
}
/*-------------------------*/
a.f_tel{
	display:block;
	width:45%;
	height: 55px;
	background-color:#fd784f;
	float:left;
	color:#fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 10px 15px 0px;
}
a.f_tel img
{
	float:left;
	width:22px;
	margin: 10px 0px 0px 5px;
}
a.f_tel span
{
	float:right;
	width:68%;
	font-size:13px;
	margin: 10px 0px 0px 0px;
	display:block;
	letter-spacing:0;
}
a.f_tel span b
{
	font-weight:normal;
	display:block;
	clear:both;
	font-size:8px;
}
input,
select {
  font-size: 16px;
  transform: scale(0.9);
}

dl{
	display:block;
	margin: 0px;
	padding: 0;
}
/*--------------*/
#header{
	background-color: white;
	border-bottom: 1px solid #ddd;
	width: 100%;
}
#header.scrolled {
	background-color: rgba(255, 255, 255, 0.7); /* 白の70%透過 */
}
#header h1{
	font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
	font-size: 20px;
	margin: 0px;
	padding: 20px;
	text-align: center;
	letter-spacing: 3px;
}
#header h1 a{
	color: black;
	text-decoration: none;
}
#header ul{
	margin: 0 0px 0 0;
	padding: 0px;
}
#header ul li{
	margin: 0.5%;
	padding: 0px;
	font-size: 12px;
	float: left;
	width: 32%;
	list-style: none;
	text-align: center;
}
#header ul li:last-child{
	display: none;
}
#header ul li a{
	display: block;
	padding: 10px 0;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

#header div.instatel{
	display: table;
	clear: both;
	margin: auto;
}
#header div.instatel dl dt{
	display: table-cell;
	vertical-align: top;
}

#header div.instatel dl dt a img{
	width: 25px;
	height: auto;
}
#header div.instatel dl dd{
	display: table-cell;
	vertical-align: top;
}
#header div.instatel dl dd a{
	color: black;
	text-decoration: none;
}
#header div.instatel dl dd p{
	margin: -6px 0 -5px 0;
	padding: 0px 0 0 20px;
	font-size: 18px;
	font-weight: bold;
}
#header div.instatel dl dd span{
	display: block;
	clear: both;
	font-size: 10px;
	letter-spacing: 0;
	padding: 0px 0 0 20px;
}

ol.btns{
	display: table;
	margin: 20px auto auto auto;
	padding: 0px;
	width: 95%;
}
ol.btns li{
	display: table-cell;
	margin: 0px;
	padding: 15px 5px;
	width: 50%;
}
ol.btns li a{
	display: block;
	color: white;
	padding: 10px 0 10px 0;
	margin: 0;
	background-color: red;
	position: relative;
	text-decoration: none;
	line-height: 150%;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100%;
	text-align: center;
}
ol.btns li a br{
	display: none;
}
ol.btns li a i{
	font-size: 16px;
	position: absolute;
	left: 15px;
	top: 11px;
}
ol.btns li a p{
	margin: 0px;
	padding: 0px;
}
ol.btns li.contact a{
	background-color: #f88282;
}
ol.btns li.line a{
	background-color: #06c655;
}
 footer table,
        footer table tbody,
        footer table tr,
        footer table th,
        footer table td{
            display: block;
            clear: both;
            width: 100%;
            padding: 0;
            border:none;
        }
        footer table td p{
            padding: 5%;
        }
        footer table td {
        border-bottom: 1px solid #a4d341;
        }
        footer table td:last-child{
            border: none;
        }
        #f_gr_back{
            padding: 50px 0px 150px 0px;
        }