@charset:"UTF-8";

@media screen and (min-width: 769px){
body{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro",	"Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	line-height: 1.6em;
	margin:0 auto;
	padding:0;
	width:100%;
}
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
ul{
	list-style: none;
}
.sp-disp{
	display: none;
}
#container{
	margin: 0 auto 0;
	padding: 0;
	width: 100%;
}
footer{
	background: #f7b400;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 40px 0 0;
	width: 100%;
	position: relative;
}
footer .logobox{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
footer figure{
	background: #fff;
    border-radius: 60px;
    text-align: center;
    margin: 0 20px 0 0;
    width: 120px;
    height: 120px;
}
footer figure img{
	padding: 30px 0 0 0;
    width: 80%;
}
footer .name{
	color:#fff;
	margin: 0 40px 0 0;
}
footer .name .name01{
	font-size:32px;
	margin: 10px 0 10px;
}
footer .name .name02{
	font-size:20px;
}
footer .next{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 10px;
}
footer .next01{
	margin: 0 10px 20px 0;
}
footer .next .next01 a{
	display: block;
    background: #fff;
    color: #ec6c00;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    padding: 10px 0 10px 60px;
    position: relative;
    width: 320px;
    transition: all ease 0.8s;
}
footer .next .next01 a:hover{
	border-radius:30px;
}
footer .next .next01 a:before{
	content: "";
	background:url(/images/icon_free.png);
	background-repeat: no-repeat;
	background-size:100%;
	width: 80px;
	height: 80px;
	position:absolute;
	bottom:0;
	left:0;
}
footer .next .next01 span{
	display: block;
    background: #f9f2b4;
    font-size: 12px;
    margin: 0 auto 0;
    padding: 5px 20px 5px;
    max-width: 380px;
    position: relative;
    top: 20px;
}
footer .next .next01 span:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 20px solid #f9f2b4;
	border-bottom: 0;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translate(-50%,0);
	animation: fukidashi 1.5s ease 0s infinite;
	}
@keyframes fukidashi {
  0% {
    top:-20px;
  }
  100%{
		top:-10px;
  }
}
footer .next .next01 span br{
	display: none;
}
footer .next02{
	margin: 0 0 0;
}
footer .next .next02 a{
	display: block;
	background:#8dc21f;
	color:#fff;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	padding: 10px 0;
	width: 320px;
	transition: all ease 0.8s;
}
footer .next .next02 a:hover{
	border-radius: 30px;
}
footer .next .next02 a span{
	position: relative;
	padding: 0 20px 0 0;
}
footer .next .next02 a span:after{
	content:"";
	border-top: 5px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #fff;
	width: 10px;
	position: absolute;
	top: calc(50% - 5px);
	right: 0;
}
footer .copyright{
	color: #fff;
    text-align: center;
    margin: 10px auto 0;
    padding: 5px 0;
    width: 100%;
}
footer .copyright a{
	color: #fff;
	text-decoration: none;
}
footer .end{
	color: #000;
    font-size: 12px;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    right: 30px;
}
#Footercontact{
    display: block;
    box-shadow: 5px 5px 10px 0 #aaa;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    right: 20px;
    top: 0;
    width: 420px;
    z-index: 9999;
}
#Footercontact ul{
    display:flex;
    flex-wrap: wrap;
    list-style: none;
    line-height: 1.0em;
    width: 100%;
    margin: 0;
    padding: 0;
}
#Footercontact li{
    padding: 15px 20px 15px;
    width: 50%;
}
#Footercontact ul .Menu01{
    background: #ec6c00;
    box-sizing: border-box;
    position: relative;
}
#Footercontact ul .Menu02{
    background: #8dc21f;
    box-sizing: border-box;
    position: relative;
}
#Footercontact ul .Menu03{
	display: none;
}
#Footercontact li a{
    color:#fff;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    position: relative;
}
#Footercontact ul .Menu01 a span,
#Footercontact ul .Menu02 a span{
	width: fit-content;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 0 0 0 30px;
	position: relative;
}
#Footercontact ul .Menu01 a span:before{
	content: "";
	background:url(/images/icon_ln.png);
	background-repeat: no-repeat;
	background-size:100%;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -3px;
    left: 0;
}
#Footercontact ul .Menu02 a span:before{
	content: "";
	background:url(/images/icon_tel.png);
	background-repeat: no-repeat;
	background-size:100%;
	width: 15px;
    height: 24px;
    position: absolute;
    top: -3px;
    left: 0;
}
#Footercontact li img{
    width: 20%;
    padding: 0 8px 0 0;
}
#Footercontact li span{
    display: block;
}
}
@media screen and (max-width:1050px){
footer .end{
	font-size: 10px;
}
}
@media screen and (max-width: 768px){
body{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro",	"Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	line-height: 1.6em;
	margin:0 auto;
	padding:0;
	width:100%;
}
ul{
	list-style: none;
}
.pc-disp{
	display: none;
}
#container{
	margin: 0 auto 0;
	padding: 0;
	width: 100%;
}
footer{
	background: #f7b400;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 20px 0 60px;
	width: 100%;
	position: relative;
}
footer .logobox{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0;
    width: 90%;
}
footer figure{
	background: #fff;
    border-radius: 60px;
    text-align: center;
    margin: -20px 20px 0 0;
    width: 80px;
    height: 80px;
}
footer figure img{
	padding: 20px 0 0 0;
    width: 80%;
}
footer .name{
	color: #fff;
    margin: 0 0 20px 0;
}
footer .name .name01{
	font-size:24px;
	margin: 10px 0 10px;
}
footer .name .name02{
	font-size:16px;
}
footer .next{
	margin: 30px 0 10px;
    width: 100%;
}
footer .next01{
	margin: 0 0 20px;
}
footer .next .next01 a{
	display: block;
    background: #fff;
    border-radius: 30px;
    color: #ec6c00;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    padding: 10px 0 10px 60px;
    position: relative;
    max-width: 320px;
    width: 100%;
}
footer .next .next01 a:before{
	content: "";
	background:url(/images/icon_free.png);
	background-repeat: no-repeat;
	background-size:100%;
	width: 80px;
	height: 80px;
	position:absolute;
	bottom:0;
	left:0;
}
footer .next .next01 span{
	display: block;
	background: #f9f2b4;
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
	padding: 5px 20px 5px;
	max-width: 320px;
	width: 80%;
	position: relative;
	top: 15px;
}
footer .next .next01 span:before{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid #fff;
    border-bottom: 0;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%,0);
    animation: fukidashi 1.5s ease 0s infinite;
}
@keyframes fukidashi {
  0% {
    top:-20px;
  }
  100%{
		top:-10px;
  }
}
footer .next02{
	margin: 50px 0 0;
}
footer .next .next02 a{
	display: block;
	background:#8dc21f;
	border-radius: 30px;
	color:#fff;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	padding: 10px 0;
	max-width: 320px;
    width: 100%;
}
footer .next .next02 a span{
	position: relative;
	padding: 0 20px 0 0;
}
footer .next .next02 a span:after{
	content:"";
	border-top: 5px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #fff;
	width: 10px;
	position: absolute;
	top: calc(50% - 5px);
	right: 0;
}
footer .copyright{
	color: #fff;
	font-size:12px;
    text-align: center;
    padding: 0;
    width: 100%;
}
footer .copyright a{
	color: #fff;
	text-decoration: none;
}
footer .end{
	color: #000;
    font-size: 12px;
    text-align: center;
    padding: 0;
}
#Footercontact{
    display:block;
    text-align: center;
    margin:0 auto;
    padding:0;
    position: fixed;
    left: 0px;
    bottom: 0px;  
    width:85%;
    z-index: 9999;
}
#Footercontact ul{
	box-shadow: -5px -5px 10px 0 rgb(51 51 51 / 20%);
    display:flex;
    flex-wrap: wrap;
    list-style: none;
    line-height: 1.0em;
    width: 100%;
    margin: 0;
    padding: 0;
}
#Footercontact li{
    padding: 20px 0 0;
    width: 50%;
    height: 50px;
}
#Footercontact ul .Menu01{
    background: #ec6c00;
    box-sizing: border-box;
    position: relative;
}
#Footercontact ul .Menu02{
    background: #8dc21f;
    box-sizing: border-box;
    position: relative;   
}
#Footercontact li a{
    color:#fff;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
#Footercontact ul .Menu01 a span,
#Footercontact ul .Menu02 a span{
	width: fit-content;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 0 0 0 30px;
	position: relative;
}
#Footercontact ul .Menu01 a span:before{
	content: "";
	background:url(/images/icon_ln.png);
	background-repeat: no-repeat;
	background-size:100%;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: -2px;
    left: 3px;
}
#Footercontact ul .Menu02 a span:before{
	content: "";
	background:url(/images/icon_tel.png);
	background-repeat: no-repeat;
	background-size:100%;
	width: 15px;
    height: 24px;
    position: absolute;
    bottom: -4px;
    left: 6px;
}
#Footercontact li img{
    width: 20%;
    padding: 0 8px 0 0;
}
#Footercontact li span{
    display: block;
}
}