@charset "utf-8";
/*
Theme Name: レセンスレンタカー2024
Author: adgraphy
Author URI: http://adgraphy.jp
Version: 1.0
License: Adgraphy all rights reserved.
*/


/*------------------------------------------------
reset
--------------------------------------------------*/
html, body, header, footer, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address , abbr, acronym, aress, article, aside, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, section,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, nav,
dl, dt, dd , ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
button, hr, time{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size:inherit;
	background: transparent;
	font-weight:inherit;	
	text-decoration:none;
	font-family:inherit;
	color:inherit;
	box-sizing:border-box;
	font-style:normal;
	text-align:left;
	list-style: none;
	position:relative;
	line-height: inherit;
	word-break: normal;
	letter-spacing: inherit;
	text-shadow: inherit;
}
html{
	font-size: 10px;
	word-break: normal;
	-webkit-text-size-adjust: 100%;
}
body{
	font-size: 1.6rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0;
	color: #FFF;
	background: #000;
}
body.scrollnone{
	overflow:hidden !important;
	height:100% !important;
}
img{
	vertical-align:bottom;
	max-width:100%;
		height: auto;
}
img.maxWidthNone{
	max-width:none;
}
p,th,td{
	line-break: strict;
	line-height: 1.8;
	word-break: normal !important;
	word-wrap: break-word;
}
a,
.pointer,
button,
input[type="submit"]{
	cursor: pointer;
	transition: opacity 0.5s ease;
	text-decoration: none;
}
a:hover,
.pointer:hover,
button:hover,
input[type="submit"]:hover{
		opacity: 0.5;
}
p > a,
td > a{
	text-decoration: underline;
}
main{
	overflow: hidden;
}
.nolink{
	pointer-events: none;
}
@media only screen and (max-width: 810px) {
	a:hover,
	.pointer:hover,
	button:hover,
	input[type="submit"]:hover{
		opacity: 1;
		transition: none;
	}
}


/*------------------------------------------------
layout
--------------------------------------------------*/
.absolute{
	position:absolute;
}
.absolute img,
img.absolute{
	max-width:none;
}
.flexSpace{
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;		/*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-ms-flex-wrap:wrap;/*IE10*/
	-webkit-flex-wrap:wrap;/*PC-Safari,iOS8.4*/
	flex-wrap:wrap;
	-webkit-box-pack: justify; /*Android4.3*/
	-moz-box-pack: justify;		/*Firefox21*/
	-ms-flex-pack: justify;		/*IE10*/
	-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
	justify-content: space-between;
}
.flexStart{
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;		/*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-ms-flex-wrap:wrap;/*IE10*/
	-webkit-flex-wrap:wrap;/*PC-Safari,iOS8.4*/
	flex-wrap:wrap;
}
.flexCenter{
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;		/*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-ms-flex-wrap:wrap;/*IE10*/
	-webkit-flex-wrap:wrap;/*PC-Safari,iOS8.4*/
	flex-wrap:wrap;
	-webkit-box-pack: center; /*Android4.3*/
	-moz-box-pack: center;		/*Firefox21*/
	-ms-flex-pack: center;		/*IE10*/
	-webkit-justify-content: center; /*PC-Safari,iOS8.4*/
	justify-content: center;
}
.flexEnd{
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;		/*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-ms-flex-wrap:wrap;/*IE10*/
	-webkit-flex-wrap:wrap;/*PC-Safari,iOS8.4*/
	flex-wrap:wrap;
	-webkit-justify-content:flex-end;				 /* Safari etc. */
	-ms-justify-content:flex-end;				 /* IE10				*/
	justify-content:flex-end;
}
.flexSpace.reverse,
.flexStart.reverse,
.flexEnd.reverse,
.flexCenter.reverse{
	flex-direction: row-reverse;
}
.flexSpace.center,
.flexStart.center,
.flexEnd.center,
.flexCenter.center{
	align-items: center;
}
.flexSpace.bottom,
.flexStart.bottom,
.flexEnd.bottom,
.flexCenter.bottom{
	align-items: flex-end;
}
.gap4{ gap: 4px;}
.gap8{ gap: 8px;}
.gap12{ gap: 12px;}
.gap16{ gap: 16px;}
.gap20{ gap: 20px;}
.gap24{ gap: 24px;}
.gap32{ gap: 32px;}
.gap40{ gap: 40px;}
.gap48{ gap: 48px;}
.gap64{ gap: 64px;}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.container800{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.container1184{
	width: 1184px;
	margin-left: auto;
	margin-right: auto;
}
.container1280{
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
	max-width: calc(100% - 80px);
	min-width: 1184px;
}
.anchor{
	height: 0;
	display: block;
	margin-top: -100px;
	padding-top: 100px;
	position: relative;
	z-index: -99999;
}

/*------------------------------------------------
margin
--------------------------------------------------*/
.mt8{ margin-top: 8px;}
.mt16{ margin-top: 16px;}
.mt24{ margin-top: 24px;}
.mt32{ margin-top: 32px;}
.mt40{ margin-top: 40px;}
.mt48{ margin-top: 48px;}
.mt56{ margin-top: 56px;}
.mt64{ margin-top: 64px;}
.mt72{ margin-top: 72px;}
.mt80{ margin-top: 80px;}
.mt88{ margin-top: 88px;}
.mt96{ margin-top: 96px;}
.mt104{ margin-top: 104px;}
.mt112{ margin-top: 112px;}
.mt120{ margin-top: 120px;}
.mt128{ margin-top: 128px;}
.mt160{ margin-top: 160px;}
.mt192{ margin-top: 192px;}
.mt256{ margin-top: 256px;}
.mb8{ margin-bottom: 8px;}
.mb16{ margin-bottom: 16px;}
.mb24{ margin-bottom: 24px;}
.mb32{ margin-bottom: 32px;}
.mb40{ margin-bottom: 40px;}
.mb48{ margin-bottom: 48px;}
.mb56{ margin-bottom: 56px;}
.mb64{ margin-bottom: 64px;}
.mb72{ margin-bottom: 72px;}
.mb80{ margin-bottom: 80px;}
.mb88{ margin-bottom: 88px;}
.mb96{ margin-bottom: 96px;}
.mb104{ margin-bottom: 104px;}
.mb112{ margin-bottom: 112px;}
.mb120{ margin-bottom: 120px;}
.mb128{ margin-bottom: 128px;}
.mb192{ margin-bottom: 192px;}
.mb256{ margin-bottom: 256px;}
.pt8{ padding-top: 8px;}
.pt16{ padding-top: 16px;}
.pt24{ padding-top: 24px;}
.pt32{ padding-top: 32px;}
.pt40{ padding-top: 40px;}
.pt48{ padding-top: 48px;}
.pt56{ padding-top: 56px;}
.pt64{ padding-top: 64px;}
.pt72{ padding-top: 72px;}
.pt80{ padding-top: 80px;}
.pt88{ padding-top: 88px;}
.pt96{ padding-top: 96px;}
.pt104{ padding-top: 104px;}
.pt112{ padding-top: 112px;}
.pt120{ padding-top: 120px;}
.pt128{ padding-top: 128px;}
.pt160{ padding-top: 160px;}
.pt176{ padding-top: 176px;}
.pt192{ padding-top: 192px;}
.pt256{ padding-top: 256px;}
.pb8{ padding-bottom: 8px;}
.pb16{ padding-bottom: 16px;}
.pb24{ padding-bottom: 24px;}
.pb32{ padding-bottom: 32px;}
.pb40{ padding-bottom: 40px;}
.pb48{ padding-bottom: 48px;}
.pb56{ padding-bottom: 56px;}
.pb64{ padding-bottom: 64px;}
.pb72{ padding-bottom: 72px;}
.pb80{ padding-bottom: 80px;}
.pb88{ padding-bottom: 88px;}
.pb96{ padding-bottom: 96px;}
.pb104{ padding-bottom: 104px;}
.pb112{ padding-bottom: 112px;}
.pb120{ padding-bottom: 120px;}
.pb128{ padding-bottom: 128px;}
.pb160{ padding-bottom: 160px;}
.pb176{ padding-bottom: 176px;}
.pb192{ padding-bottom: 192px;}
.pb256{ padding-bottom: 256px;}
.mlr_auto{
	margin-left: auto;
	margin-right: auto;
}


/*------------------------------------------------
font
--------------------------------------------------*/
.mincho{
	font-family: "Cormorant SC", "Noto Serif JP", serif;
}
.fz10{ font-size: 1rem;}
.fz12{ font-size: 1.2rem;}
.fz14{ font-size: 1.4rem;}
.fz20{ font-size: 2rem;}
.fz24{ font-size: 2.4rem;}
.fz32{ font-size: 3.2rem;}
.fz40{ font-size: 4rem;}
.fz48{ font-size: 4.8rem;}
.fz80{ font-size: 8rem;}
.fw600{ font-weight: 600;}
.lh130{ line-height: 1.3;}
.lh200{ line-height: 2;}
.ls100{ letter-spacing: 0.1em;}
.taCenter{ text-align: center;}
.taRight{ text-align: right;}
.textshadow01{
	text-shadow: 0 0 10px #000;
}

/*------------------------------------------------
color
--------------------------------------------------*/
.white{
	color: #FFF;
}
.black{
	color: #000;
}
.yellow{
	color: #ffe100;
}
.bg_white{
	background-color: #FFF;
	color: #000;
}
.bg_gray{
	background-color: #333;
	color: #FFF;
}
.bg_darkgray{
	background-color: #121212;
	color: #FFF;
}
.bg_blak{
	background-color: #000000;
	color: #FFF;
}
.bg_yellow{
	background-color: #ffe100;
	color: #000;
}

/*------------------------------------------------
header
--------------------------------------------------*/
#header{
	width: 100%;
	height: 120px;
	position: fixed;
	padding: 0 32px;
	z-index: 9999;
	transition: all 0.5s ease;
}
#header.menu_open{
	background-color: #000;
}
#header h1 a{
	background: url("assets/images/common/logo01_white.png") no-repeat left center;
	background-size: 42px;
	padding-left: 60px;
	display: block;
	min-height: 42px;
}
.btn_reservation01{
	display: block;
	text-align: center;
	background-color: rgba(255,255,255,0.7);
	color: #000;
	font-weight: 600;
	line-height: 56px;
	width: 200px;
}
.btn_reservation01::before{
	content: "";
	display: inline-block;
	background: url("assets/images/common/icon_check_black.png") no-repeat center center;
	background-size: 100%;
	margin-right: 8px;
	vertical-align: middle;	
	width: 24px;
	height: 24px;
}
.header_menu{
	display: block;
	text-indent: -9999px;
	width: 56px;
	height: 56px;
	background: #000 url("assets/images/common/menu_btn.png") no-repeat center center;
	background-size: 24px;
}
body.scroll #header{
	background-color: #000;
	height: 80px;
}

/*------------------------------------------------
menu
--------------------------------------------------*/
#menu{
	position: fixed;
	left: 0;
	top: 120px;
	z-index: 999;
	width: 100%;
	padding: 32px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	background-color: rgba(255,255,255,0.95);
	color: #121212;
}
#menu.open{
	opacity: 1;
	visibility: visible;
}
.menu01 li a span{
	display: block;
}
.menu01 li a span:nth-of-type(2){
	margin-top: 8px;
}
.menu01 li a{
	padding-right: 24px;
	display: block;
	background: url("assets/images/common/angle01_down_black.png") no-repeat right center;
	background-size: 10px;
}
body.scroll #menu{
	top: 80px;
}

/*------------------------------------------------
page
--------------------------------------------------*/
#page_header{
	background: url("assets/images/common/page_header.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 375px;
	position: relative;
}
#page_header::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("assets/images/common/raster.png");
}
/*------------------------------------------------
common
--------------------------------------------------*/
.scroll_fadein{
	opacity: 0;
	visibility: hidden;
}
@keyframes fadein{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
body.scroll .scroll_fadein{
	opacity: 1;
	visibility: visible;
	animation: fadein 0.6s ease;
}
.objectfit{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.container800{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.container1000{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.title01{
	font-size: 52px;
	margin: 0 auto 30px;
	color: #fff;
}
.title01 span{
	font-size: 20px;
	padding-left: 30px;
}
.page_nav01 li{
	width: calc((100% - 64px) / 3);
}
.page_nav01 li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 40px 0 20px;
	width: 100%;
	height: 48px;
	border-bottom: 1px solid #FFF;
	background: url("assets/images/common/angle01_down_white.png") no-repeat right 16px center;
	background-size: 10px;
}
.title02{
	padding-bottom: 16px;
	border-bottom: 1px solid #FFF;
}
.title02 span{
	line-height: 1;
}
.btn01{
	height: 50px;
	width: 232px;
	position: relative;
}
.btn01:after{
	content: "";
	display: block;
	background: url("assets/images/common/btn01.png");
	background-size: 100%;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 12px;
	top: calc(50% - 10px);
}
.btn01.down:after{
	transform: rotate(90deg);
}
.btn01.yellow{
	border: #ffe100 1px solid;
}
.btn01.yellow:after{
	background-image: url("assets/images/common/btn01_yellow.png");
}
.btn02{
	width: 100%;
}
.btn02 a{
	text-decoration: underline;
	display: inline-block;
	background: url("assets/images/common/btn01_yellow.png") no-repeat left center;
	background-size: 20px;
	line-height: 20px;
	padding-left: 32px;
}

.container800{
	width: 833px;
	margin-left: auto;
	margin-right: auto;
}
.anchor{
	padding-top: 128px;
	margin-top: -128px;
	position: relative;
	z-index: -9999;
	display: block;
}
.table01{
	width: 100%;
	border-collapse: collapse;
}
.table01 th,
.table01 td{
	padding: 20px 10px;
	font-family: inherit;
	vertical-align: top;
	border-bottom: 1px solid #FFF;
}
.table01 th{
	width: 100px;
}
.teikeiryokan_list{
	gap: 24px;
}
.teikeiryokan_list li{
	width: calc((100% - 48px) / 3);
}
.teikeiryokan_list li a{
	display: block;
	background-color: #FFF;
}
.news_list li a{
	width: 100%;
	padding: 24px 0;
	border-bottom: 1px solid #5d5d5d;
	transition: all 0.5s ease;
}
.news_list li a:hover{
	opacity: 1;
	background-color: #2f2f2f;
	color: #ffe100;
}
.news_list li a time{
	display: block;
	width: 112px;
}
.news_list li a .title{
	width: calc(100% - 112px);
}
.rentacars_list > li{
	background-color: #2f2f2f;
}
.rentacars_list > li .image {
  width: 50%;
  position: relative;
}
.rentacars_list > li .image a:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 50px;
	height: 50px;
	background:  url("assets/images/common/icon_roupe.png") no-repeat center center;
	background-size: 50%;
}
.rentacars_list > li .image a{
	display: block;
	position: relative;
}
.rentacars_list > li .image a:nth-of-type(n+2){
	display: none;
}
.rentacars_list > li .text{
	width: 50%;
	padding-left: 32px;
}
.rentacars_list > li .text *{
	font-family: inherit;
	letter-spacing: 0.05em;
}
.attr_list li{
	padding: 2px 8px;
	border: 1px solid #FFF;
	border-radius: 5px;
}
.spec_list > div{
	border-bottom: 1px solid #FFF;
	padding-bottom: 4px;
}
.spec_list > div dd{
	margin-top: 2px;
}


/*------------------------------------------------
footer
--------------------------------------------------*/
.shopinfo_box{
	background: url("assets/images/common/shopinfo_box_bg.jpg") no-repeat center center;
	background-size: cover;
	min-height: 720px;
}
.shopinfo_text{
	background-color: rgba(0,0,0,0.7);
}
.shopinfo_text .logo{
	width: calc(100% - 520px);
	background: url("assets/images/common/logo01_white.png") no-repeat center top;
	background-size: 72px;
	padding-top: 88px;
}
.shopinfo_text address{
	width: 520px;
}
.shopinfo_text address hr{
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	margin: 24px 0;
}


#footer h1 a{
	background: url("assets/images/common/logo01_white.png") no-repeat left center;
	background-size: 42px;
	padding-left: 60px;
	display: block;
}
#footer .menu01 li a{
	background: none;
	padding-right: 0;
}
#footer .copyright{
	border-top: 1px solid #333;
}
/*------------------------------------------------
sp
--------------------------------------------------*/
.sp_inline,
.sp_block,
.sp_flex{
	display: none;
}
@media screen and (max-width: 540px){
	html{
		font-size: 9px;
	}
	.sp_inline{ display: inline;}
	.sp_block{ display: block;}
	.sp_flex{ display: flex;}
	.sp_none{ display: none;}
	p,th,td{ line-height: 2;}
	/*------------------------------------------------
	layout
	--------------------------------------------------*/
	.container800,
	.container1184,
	.container1280{
		width: 100%;
		padding-left: 16px;
		padding-right: 16px;
		min-width: 0;
		max-width: none;
	}
	img.maxWidthNone{
		max-width: 100%;
	}
	.anchor{
		margin-top: -48px;
		padding-top: 48px;
	}

	/*------------------------------------------------
	margin
	--------------------------------------------------*/
	.mt8{ margin-top: 4px;}
	.mt16{ margin-top: 8px;}
	.mt24{ margin-top: 12px;}
	.mt32{ margin-top: 16px;}
	.mt40{ margin-top: 20px;}
	.mt48{ margin-top: 24px;}
	.mt56{ margin-top: 28px;}
	.mt64{ margin-top: 32px;}
	.mt72{ margin-top: 36px;}
	.mt80{ margin-top: 40px;}
	.mt88{ margin-top: 44px;}
	.mt96{ margin-top: 48px;}
	.mt104{ margin-top: 52px;}
	.mt112{ margin-top: 56px;}
	.mt120{ margin-top: 60px;}
	.mt128{ margin-top: 64px;}
	.mt160{ margin-top: 80px;}
	.mt192{ margin-top: 96px;}
	.mt256{ margin-top: 128px;}
	.mb8{ margin-bottom: 4px;}
	.mb16{ margin-bottom: 8px;}
	.mb24{ margin-bottom: 12px;}
	.mb32{ margin-bottom: 16px;}
	.mb40{ margin-bottom: 20px;}
	.mb48{ margin-bottom: 24px;}
	.mb56{ margin-bottom: 28px;}
	.mb64{ margin-bottom: 32px;}
	.mb72{ margin-bottom: 36px;}
	.mb80{ margin-bottom: 40px;}
	.mb88{ margin-bottom: 44px;}
	.mb96{ margin-bottom: 48px;}
	.mb104{ margin-bottom: 52px;}
	.mb112{ margin-bottom: 56px;}
	.mb120{ margin-bottom: 60px;}
	.mb128{ margin-bottom: 64px;}
	.mb192{ margin-bottom: 96px;}
	.mb256{ margin-bottom: 128px;}
	.pt8{ padding-top: 4px;}
	.pt16{ padding-top: 8px;}
	.pt24{ padding-top: 12px;}
	.pt32{ padding-top: 16px;}
	.pt40{ padding-top: 20px;}
	.pt48{ padding-top: 24px;}
	.pt56{ padding-top: 28px;}
	.pt64{ padding-top: 32px;}
	.pt72{ padding-top: 36px;}
	.pt80{ padding-top: 40px;}
	.pt88{ padding-top: 44px;}
	.pt96{ padding-top: 48px;}
	.pt104{ padding-top: 52px;}
	.pt112{ padding-top: 56px;}
	.pt120{ padding-top: 60px;}
	.pt128{ padding-top: 64px;}
	.pt160{ padding-top: 80px;}
	.pt176{ padding-top: 88px;}
	.pt192{ padding-top: 96px;}
	.pt256{ padding-top: 128px;}
	.pb8{ padding-bottom: 4px;}
	.pb16{ padding-bottom: 8px;}
	.pb24{ padding-bottom: 12px;}
	.pb32{ padding-bottom: 16px;}
	.pb40{ padding-bottom: 20px;}
	.pb48{ padding-bottom: 24px;}
	.pb56{ padding-bottom: 28px;}
	.pb64{ padding-bottom: 32px;}
	.pb72{ padding-bottom: 36px;}
	.pb80{ padding-bottom: 40px;}
	.pb88{ padding-bottom: 44px;}
	.pb96{ padding-bottom: 48px;}
	.pb104{ padding-bottom: 52px;}
	.pb112{ padding-bottom: 56px;}
	.pb120{ padding-bottom: 60px;}
	.pb128{ padding-bottom: 64px;}
	.pb160{ padding-bottom: 80px;}
	.pb176{ padding-bottom: 88px;}
	.pb192{ padding-bottom: 96px;}
	.pb256{ padding-bottom: 128px;}

	
	/*------------------------------------------------
	font
	--------------------------------------------------*/
	.fz10{ font-size: 1rem;}
	.fz12{ font-size: 1.2rem;}
	.fz14{ font-size: 1.4rem;}
	.fz20{ font-size: 1.6rem;}
	.fz24{ font-size: 2rem;}
	.fz32{ font-size: 2.4rem;}
	.fz40{ font-size: 3.2rem;}
	.fz48{ font-size: 4rem;}
	.fz80{ font-size: 6.4rem;}

	/*------------------------------------------------
	common
	--------------------------------------------------*/
	.container1000,
	.container800{
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}
	.title01{
		font-size: 33px;
	}
	.title01 span{
		display: block;
		padding: 0;
	}
	.page_nav01{
		gap: 0;
	}
	.page_nav01 li{
		width: 100%;
	}
	.title01 span{
		width: 100%;
		display: block;
	}
	.teikeiryokan_list{
		gap: 16px;
	}
	.teikeiryokan_list li{
		width: calc(50% - 8px);
	}

	/*------------------------------------------------
	header
	--------------------------------------------------*/
	#header{
		background-color: #000;
		position: fixed;
		padding: 0 10px;
		height: 60px;
	}
	#header h1 a{
		padding-left: 54px;
	}
	#header .btn_reservation01{
		display: none;
	}
	#header .header_menu{
		width: 42px;
		height: 42px;
	}


	/*------------------------------------------------
	sp_menu
	--------------------------------------------------*/

	#sp_menu{
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	#sp_menu ul{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#sp_menu ul li{
		width: 50%;
	}
	#sp_menu ul li a{
		display: block;
		width: 100%;
		text-align: center;
		line-height: 60px;
		color: #000;
		font-size: 14px;
		font-weight: 700;
	}
	#sp_menu ul li a svg{
		margin-right: 2px;
		vertical-align: middle;
		width: 16px;
		height: 16px;
	}
	#sp_menu ul li.tel a{
		background-color: #CCC;
	}
	#sp_menu ul li.mail a{
		background-color: #ffe100;
	}

	/*------------------------------------------------
	page
	--------------------------------------------------*/


	/*------------------------------------------------
	footer
	--------------------------------------------------*/
	.shopinfo_text .logo{
		width: 100%;
		font-size: 2.4rem;
		margin-bottom: 32px;
	}
	#footer{
		padding-bottom: 60px;
	}
	.footer_menu{
		display: none;
	}
	
	

}
