@charset "utf-8";
/* CSS Document */
/*footerカスタム*/
#toparea,#toparea_01,#toparea_02 {
    width: 100%;
    height: 150px;
    position: fixed;
    bottom: 0px;
    left: 0%;
    clear: both;
    background-color: rgba(0,0,0,0.50);
}

@media (min-width: 768px) {
	#toparea,#toparea_01,#toparea_02 {
		display: none !important;
	}
}
@media (max-width: 1139px) {
#reservation {
	width: calc(20% - 2px);
	height: 130px;
	display: inline-block;
	margin: 10px 2px 10px 2px;
	line-height: 1em;
	float: left;
	background-color: #389eff;/*#ffa41c*/
}
#reservation a {
}
#pagetop {
	width: calc(20% - 12px);
	height: 130px;
	display: inline-block;
	margin: 10px 0px 10px 0px;
	float: left;
	background-color: #389eff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
    #pagetop a {
}
#telcall {
	width: calc(60% - 10px);
	height: 130px !important;
	display: inline-block;
	margin: 10px 0px 10px 10px;
	float: left;
	background-color: #FA8900;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
    /*#telcall a:before {
    content: '';
    display: inline-block;
    background-image: url(../images/SVG/call_01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    width: 25px;
    height: 35px;
    margin-right: 5px;
    vertical-align: middle;
    }*/
#pagetop_01 {
	position: fixed;
    bottom: 10px;
    right: 0%;
    margin-right: 10px;
    clear: both;
}

}





#reservation a {
	width: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background-image: url("../img/svg/reservation_02.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	height: 130px;
	text-indent: -9999px;
}

#reservation a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#reservation a:hover {
  text-decoration: none;
}
#reservation a:visited{
	color: #ffffff;
}
#pagetop a {
	width: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background-image: url("../img/svg/top_01.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: -5px 14px;
	height: 130px;
	text-indent: -9999px;
}

#pagetop a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#pagetop a:hover {
  text-decoration: none;
}
#pagetop a:visited{
	color: #ffffff;
}
#telcall a {
	width: 100%;
	height: 130px;
	display: block;
	background-image:url("../img/svg/call_01.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size:70%;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 10px 0px 0px 10px;
	text-indent: -9999px;
}

#telcall a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#telcall a:hover {
  text-decoration: none;
}
#telcall a:visited{
	color: #ffffff;
}

@media (min-width: 1140px) {
#telcall {
}
#pagetop {
}
#pagetop_01 {
	position: fixed;
    bottom: 12px;
    left: 50%;
    margin-left: 495px;
    clear: both;
}
}
#pagetop_01 a {
	display: block;
	z-index: 999;
	padding: 19px 5px 0 5px;
	border-radius: 30px;
	width: 60px;
	height: 60px;
	background-color: orange;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

#pagetop_01 a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#pagetop_01 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pagetop_01 a:visited{
	color: #ffffff;
}

/* ▼ 共通スタイル */
#toparea01 {
    width: 100%;
    height: 90px;
    position: fixed;
    bottom: 0px;
    left: 0%;
    clear: both;
    background-color: rgba(0, 0, 0, 0.5);
}
#toparea02 {
    width: 100%;
    height: 180px;
    position: fixed;
    bottom: 0px;
    left: 0%;
    clear: both;
    background-color: rgba(0, 0, 0, 0.5);
}

/* ▼ 子要素：telcall */
#toparea01 #telcall,#toparea02 #telcall {
    width: calc(60% - 5px);
    height: 80px !important;
    display: inline-block;
    margin: 5px 0 5px 5px;
    float: left;
    background-color: #FA8900;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#toparea01 #telcall a,#toparea02 #telcall a {
    width: 100%;
    height: 80px;
    display: block;
    background-image: url("../img/svg/call_01.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 10px 0 0 10px;
    text-indent: -9999px;
}
#toparea01 #telcall a:link,
#toparea01 #telcall a:visited,
#toparea02 #telcall a:link,
#toparea02 #telcall a:visited {
    color: #fff;
    text-decoration: none;
}
#toparea01 #telcall a:hover,#toparea02 #telcall a:hover {
    text-decoration: none;
}

/* ▼ 子要素：reservation */
#toparea01 #reservation {
    width: calc(20% - 2px);
    height: 80px;
    display: inline-block;
    margin: 5px 0px 5px 2px;
    line-height: 1em;
    float: left;
    background-color: #389eff;
}
#toparea02 #reservation {
    width: calc(70% - 10px);
    height: 80px;
    display: inline-block;
    margin: 10px 5px 10px 10px;
    line-height: 1em;
    float: left;
    background-color: #ff9500;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#toparea01 #reservation a {
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-image: url("../img/svg/reservation_02.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 80px;
    text-indent: -9999px;
}
#toparea02 #reservation a {
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-image: url("../img/svg/reservation_05.svg");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    height: 80px;
    text-indent: -9999px;
}
#toparea01 #reservation a:link,
#toparea01 #reservation a:visited,
#toparea02 #reservation a:link,
#toparea02 #reservation a:visited {
    color: #fff;
    text-decoration: none;
}
#toparea01 #reservation a:hover,#toparea02 #reservation a:hover {
    text-decoration: none;
}

/* ▼ 子要素：pagetop */
#toparea01 #pagetop {
    width: calc(20% - 7px);
    height: 80px;
    display: inline-block;
    margin: 5px 0px 5px 2px;
    float: left;
    background-color: #389eff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#toparea02 #pagetop {
    width: calc(30% - 12px);
    height: 80px;
    display: inline-block;
    margin: 10px 0;
    float: left;
    background-color: #389eff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#toparea01 #pagetop a {
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-image: url("../img/svg/top_01.svg");
    background-repeat: no-repeat;
    background-size: 140%;
    background-position: center;
    height: 80px;
    text-indent: -9999px;
}
#toparea02 #pagetop a {
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-image: url("../img/svg/top_01.svg");
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: center;
    height: 80px;
    text-indent: -9999px;
}
#toparea01 #pagetop a:link,
#toparea01 #pagetop a:visited,
#toparea02 #pagetop a:link,
#toparea02 #pagetop a:visited {
    color: #fff;
    text-decoration: none;
}
#toparea01 #pagetop a:hover,#toparea02 #pagetop a:hover {
    text-decoration: none;
}

/* ▼ pagetop_01（#toparea01外） */
/*#pagetop_01 {
    position: fixed;
    bottom: 10px;
    right: 0;
    margin-right: 10px;
    clear: both;
}
#pagetop_01 a {
    display: block;
    z-index: 999;
    padding: 19px 5px 0 5px;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    background-color: orange;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
#pagetop_01 a:link,
#pagetop_01 a:visited {
    color: #fff;
    text-decoration: none;
}
#pagetop_01 a:hover {
    text-decoration: none;
    opacity: 0.7;
}*/

/* ▼ メディアクエリ */
@media (max-width: 768px) {
    #pagetop_01{
        display: none !important;
    }
}
@media (min-width: 768px) {
    #toparea01,#toparea02 {
        display: none !important;
    }
}
/*@media (max-width: 768px) {
    #pagetop_01 {
        display: none !important;
    }
}*/
@media (max-width: 1139px) {
    /* サイズ調整はすでに上記で済んでいるので、追加記述不要 */
}
/*@media (min-width: 1140px) {
    #pagetop_01 {
        bottom: 12px;
        left: 50%;
        margin-left: 495px;
    }
}*/


