
/* ==============================================================================
    CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
overflow-y:scroll;
-webkit-text-size-adjust:none;
-webkit-font-smoothing: antialiased;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,pre,code,blockquote,th,td{
margin:0;
padding:0;
}

div,h2,h3,h4,h5,h6,p,li,dt,dd,pre,code,blockquote,th,td{
word-break:break-all;
}

br{
letter-spacing:0;
}

fieldset,img{
border:0;
}

li{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6,th{
font-size:100%;
font-weight:normal;
font-style:normal;
}

input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
color:#121212;
}

input[type="submit"]{
cursor:pointer;
}

select{
background-color:#ffffff !important;
}

address,caption,cite,code,dfn,var{
font-style:normal;
font-weight:normal;
}

abbr,acronym{
border:0;
font-variant:normal;
}

del,u{
text-decoration:none;
}

/*=================================================
 * CSS MAIN
 * ================================================= */

body{
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
    -webkit-text-size-adjust: 100%;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
	-webkit-font-smoothing: subpixel-antialiased;
}

a{
	text-decoration	: none;
}

a:hover{
	text-decoration	: underline;
}

a[href^="tel:"] { cursor: default; text-decoration: none; color: #000}
a[href^="tel:"]:hover{	text-decoration: none;}

h1,h2,h3{
	font-size	: 13px;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

i, em{
	font-style		: normal;
}


/*=================================================
 * CSS for PC
 * ================================================= */

body{
	min-width: 1200px;
	background: url(../img/all/pc_bg.jpg) no-repeat top center fixed;
	background-size: cover;
}


/** header **/

header{
	width: 100%;
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-between;
	height: 120px;
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid #ebe5df;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

header h1{
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	position: absolute;
	top: 15px;
	left: 290px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

#homelink{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	z-index: 13;
	top: 20px;
	left: 30px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#homelink img{
	width: 240px;
	height: auto;
}

.hbt{
	font-size: 0;
	line-height: 0;
	text-align: right;
	padding: 20px 20px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.hbt a{
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	border-radius: 50%;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
.hbt a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.hbt a img{
	width: 80px;
	height: 80px;
}

#navToggle{	display: none;}

.h_info{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	text-align: left;
	padding: 40px 0 0 290px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.h_info .h_add{
	font-size: 18px;
	line-height: 24px;
}
.h_info .h_add span{
	position: relative;
	bottom: -5px;
	font-size: 24px;
	line-height: 24px;
	color: #febf00;
}

.h_info p{
	font-size: 14px;
	line-height: 26px;
}
.h_info p span{
	position: relative;
	bottom: -5px;
	font-size: 26px;
	line-height: 26px;
	color: #febf00;
	margin-right: 3px;
}
.h_info p em,
.h_info p a{
	font-size: 19px;
}


/** menu **/

nav{
	width: 100%;
	height: 60px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	z-index: 10;
	top: 0;
	left: 0;
	box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.05);
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.sp_menu{	display: none;}

.mega_menu{
	display: flex;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	background: rgba(255, 255, 255, 0.9);
}
.menu_list{
	width: 190px;
}
.menu_bt{
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 62px;
	color: #000;
	cursor: pointer;
}
.menu_bt:after{
	content: '';
	width: 2px;
	height: 40px;
	background: #ebe5df;
	position: absolute;
	top: calc(50% - 20px);
	right: 10px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.menu_list:first-of-type .menu_bt:before{
	content: '';
	width: 2px;
	height: 40px;
	background: #ebe5df;
	position: absolute;
	top: calc(50% - 20px);
	left: 10px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.menu_bt:hover{
	color: #000;
	text-decoration: none;
}
.menu_bt span{
	width: 100%;
	font-family: "FontA";
	font-size: 20px;
	line-height: 22px;
	color: #eba800;
}
.menu_bt em{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
}
.drop{	display: none;}

.drop{
	width: 100%;
	background: rgba(194, 127, 0, 0.95);
	position: absolute;
	left: 0;
}

.drop_in{
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-around;
	font-size: 0;
	line-height: 0;
	padding: 50px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.drop_in p{
	width: 30%;
	color: #fff;
}

.drop_in p span{
	display: block;
	font-family: "FontA";
	font-size: 55px;
	line-height: 56px;
}

.drop_in p em{
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}

.drop_in div{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 70%;
	padding: 0 30px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.drop_in div a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	border-bottom: 1px solid #d9a239;
	width: calc(100% / 4 - 20px);
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	margin: 0 20px 0 0;
	padding: 20px 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.drop_in div a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.drop_in div a span{
	font-size: 18px;
	line-height: 20px;
	margin-right: 5px;
}


/** title **/

.page_title{
	position: relative;
	font-size: 18px;
	line-height: 1;
	text-align: left;
	margin: 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.page_title:before{
	content: 'Yokohama Soapland';
	font-family: "FontA";
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 7px;
	color: #febf00;
	position: absolute;
	bottom: -29px;
	left: 3px;
}
.page_title:after{
	content: '';
	width: calc(100% - 210px);
	border-bottom: 1px solid #febf00;
	position: absolute;
	bottom: -20px;
	right: 0;
}

.page_title span{
	font-family: "FontA";
	font-size: 90px;
	color: #febf00;
}

.page_title em{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}


/** main **/

main{
	display: block;
	padding: 20px 0 20px 0;
}
.sp_submenu{	display: none;}


/** aside **/

aside{
	position: relative;
	padding: 40px 0;
	background: url(../img/all/f_logo.png) no-repeat 50% 90px rgb(255,255,255);
	background: url(../img/all/f_logo.png) no-repeat 50% 90px, linear-gradient(130deg, rgba(255,255,255,1) 0%, rgba(255,254,192,1) 100%);
	background-size: 250px auto, auto;
}
aside:after{
	content: 'YOKOHAMA SOAPLAND';
	width: 100%;
	font-family: "FontA";
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 15px;
	color: #febf00;
	position: absolute;
	top: 196px;
	left: 0;
}

.pan{
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	color: #999;
	margin: 0 0 170px 0;
}
.pan a,
.pan span{	color: #000;}

#f_info{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
#f_info,
#f_info a{	color: #8d692f;}

#f_info p:first-of-type{
	position: relative;
	font-size: 23px;
	line-height: 24px;
	margin: 0 0 30px 0;
}
#f_info p:first-of-type:after{
	content: '';
	width: 50px;
	height: 2px;
	background: #8d692f;
	position: absolute;
	bottom: -15px;
	left: calc(50% - 25px);
}

#f_info .f_tel{
	display: inline-block;
	font-size: 30px;
	line-height: 50px;
	margin: 0 0 5px 0;
}
#f_info .f_tel em{
	font-size: 50px;
}

#f_info p.f_open{
	font-size: 22px;
	line-height: 24px;
	margin: 0 0 10px 0;
}

#f_info p.f_add{
	font-size: 22px;
	line-height: 24px;
}
#f_info p.f_add span{
	font-size: 24px;
	position: relative;
	bottom: -4px;
}


/** footer **/

footer{
	position: relative;
	width: 100%;
	text-align: center;
	padding: 50px 0;
	background: #fff;
}

#fmenu{
	width: 1200px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 40px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#fmenu a{
	display: inline-block;
	vertical-align: top;
	width: 118px;
	font-size: 11px;
	line-height: 30px;
	margin: 0 1px 2px 1px;
	color: #000;
	border: 1px solid #ebe5df;
	border-radius: 2px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#fmenu a.pc_none{	display: none;}
#fmenu a:hover{
	text-decoration: none;
	color: #000;
	background: #ebe5df;
}

footer #copy,
footer #des{
	font-family: "FontA";
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1.1px;
	color: #000;
}
footer #des a{	color: #000;}
footer #des a:hover{	text-decoration: none;}
footer #copy br{	display: none;}
#page-top{
	display: none;
	width: 75px;
	font-size: 0;
	line-height: 0;
	z-index: 999;
	position: fixed;
	right: 0;
	bottom: 65px;
}

#page-top .pageup{
	display: inline-block;
	vertical-align: top;
	width: 55px;
	height: 55px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #febf00;
	border-radius: 50%;
	background: #fff;
	box-shadow:0px 0px 0px 3px #febf00 inset;
	margin: 0 0 10px 0;
	padding-top: 10px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
footer .pageup:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#page-top .fbt a{
	display: inline-flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	width: 75px;
	height: 75px;
	font-size: 11px;
	line-height: 20px;
	color: #fff;
	margin: 0 0 2px 0;
	padding: 50px 0 0 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#page-top .fbt a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#page-top .fbt a.fbt_tel{	display: none;}
#page-top .fbt a.fbt_con{
	background: url(../img/all/fbt1.png) no-repeat top center #00b900;
	background-size: 75px auto;
}
#page-top .fbt a.fbt_acs{
	background: url(../img/all/fbt2.png) no-repeat top center #8d692f;
	background-size: 75px auto;
}
#page-top .fbt a.fbt_whats{
	background: url(../img/all/fbt3.png) no-repeat top center #25d366;
	background-size: 75px auto;
}

.error,
.over{
	text-align: center;
	padding: 80px 0;
	font-size: 12px;
	line-height: 16px;
}

.error{
	color: #ff0000;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	body{
		overflow: hidden;
		min-width: auto;
		padding-top: 65px;
		padding-left: 0;
		background: none;
	}
	body:before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background: url(../img/all/sp_bg.jpg) no-repeat top center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	a[href^="tel:"] { cursor: pointer;}
	a:hover{	text-decoration: none;}

	/** header **/
	header{
		display: block;
		width: 100%;
		min-width: 0;
		height: auto;
		z-index: 1002;
		left: 0;
		margin: 0;
		padding: 0;
		border: none;
		background: none;
	}
	header h1{
		position: absolute;
		top: -100vh;
		left: -100vw;
	}
	.h_info{	display: none;}
	#homelink{
		z-index: 1002;
		position: fixed;
		top: 10px;
		left: 10px;
	}
	#homelink img{
		width: 112px;
		height: auto;
	}
	.hbt{
		padding: 0;
		position: fixed;
		z-index: 1002;
		top: 12px;
		right: 63px;
	}
	.hbt a{
		margin-left: 5px;
	}
	.hbt a img{
		width: 38px;
		height: 38px;
	}

	/** navToggle **/
	#navToggle{
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: flex-end;
		width: 100%;
		height: 65px;
		background: #fff;
		border-bottom: 1px solid #ebe5df;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
	}
	#navToggle button,
	#navToggle a{
		position: relative;
		display: inline-flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: center;
		width: 60px;
		height: 60px;
		text-align: center;
		cursor: pointer;
		border: none;
		color: #eba800;
		background: none;
		margin: 0;
		padding: 0;
	}
	#navToggle button:focus{	outline: 0;}
	#navToggle a{
		background: url(../img/all/tel.png) no-repeat 50% 9px;
		background-size: 25px auto;
	}
	#navToggle button em,
	#navToggle a em{
		width: 60px;
		font-family: "FontA";
		font-size: 11px;
		line-height: 12px;
		text-align: center;
		position: absolute;
		bottom: 10px;
		right: 1px;
	}
	.bb{
		width: 32px;
		height: 2px;
		right: 15px;
		background: #eba800;
		transition: all .4s ease;
		position: absolute;
		-webkit-transition: all .4s ease;
	}
	.bb-1{	top:15px;}
	.bb-2{	top:23px;}
	.bb-3{	top:31px;}
	.closebt .bb-1{
		top: 23px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform:rotate(45deg);
	}
	.closebt .bb-2{
		opacity: 0;
	}
	.closebt .bb-3{
		top: 23px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	nav{
		width: 100%;
		height: 100vh;
		text-align: left;
		font-size: 0;
		line-height: 0;
		position: fixed;
		left: auto;
		right: -200vw;
		top: 65px;/** header,nav,SAME HEIGHT **/
		background: rgba(194, 127, 0, 0.95);
		background-repeat: repeat;
		z-index: 999;
		overflow: hidden;
		-webkit-transition	: 0.2s ease-in-out;
		-moz-transition	: 0.2s ease-in-out;
		-o-transition	: 0.2s ease-in-out;
		transition		: 0.2s ease-in-out;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		padding: 0px 25px 120px 25px;
		box-shadow: none;
	}
	nav .mega_menu{	display: none;}
	header.fixed+#navToggle+nav{
		min-width: auto;
		position: fixed;
		top: 65px;
	}
	nav.opennav{
		height: calc(100vh - 65px);
		overflow: visible;
		right: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	nav.opennav::-webkit-scrollbar{
	  display: none;
	}
	header.fixed+#navToggle+nav{
		height: calc(100vh - 65px);
		padding-top: 0;
	}

	nav .sp_menu{
		display: block;
		color: #fff;
		padding: 0 0 110px 0;
		background: url(../img/all/nav_logo.png) no-repeat bottom center;
		background-size: 200px auto;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	nav .sp_menu ul{
		padding: 25px 0 5px 0;
		border-bottom: 1px solid #d9a239;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	nav .sp_menu li{
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 2);
		font-family: 'Noto Serif JP', serif;
		font-weight: 600;
		font-size: 18px;
		line-height: 20px;
		margin: 0 0 20px 0;
		padding: 0 0 0 20px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	nav .sp_menu li span{
		font-size: 14px;
		line-height: 20px;
		position: absolute;
		top: 0;
		left: 0;
	}
	nav .sp_menu li a{
		color: #fff;
	}
	nav .sp_menu li a:hover{
		text-decoration: none;
	}
	nav .sp_menu ul:last-of-type li{	width: 100%;}


	/** sub **/
	#sub{
		display: none !important;
	}

	.hd_info{
		display: flex;
		justify-content: space-between;
		font-size: 10px;
		line-height: 15px;
		padding: 5px 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.hd_info p{
		display: inline-block;
		vertical-align: top;
	}
	.hd_info p:nth-of-type(1){	margin-right: 0;}
	.hd_info p:nth-of-type(2){	margin-left: 0;}
	.hd_info span{
		position: relative;
		font-size: 17px;
		bottom: -3px;
		margin-right: 3px;
	}
	.hd_info a,
	.hd_info em{
		font-size: 15px;
		color: #fff;
	}


	/** title **/
	.page_title{
		font-size: 15px;
		margin: 0 10px;
	}
	.page_title:before{
		font-size: 10px;
		line-height: 20px;
		letter-spacing: 1.5px;
		position: absolute;
		bottom: -20px;
		left: 3px;
	}
	.page_title:after{
		content: '';
		width: calc(100% - 105px);
		border-bottom: 1px solid #febf00;
		position: absolute;
		bottom: -10px;
		right: 0;
	}
	.page_title span{
		font-size: 64px;
	}

	/** main **/
	main{
		display: block;
		width: 100%;
		padding: 0 0 10px 0;
		text-align: left;
	}
	.sp_submenu{
		display: block;
		font-size: 0;
		line-height: 0;
		background: #fff;
	}
	.sp_submenu a{
		position: relative;
		display: inline-flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: center;
		width: calc(100% / 4);
		height: 50px;
		color: #000;
		text-align: center;
	}
	.sp_submenu a:after{
		content: '';
		height: 20px;
		border-right: 1px solid #ebe5df;
		position: absolute;
		top: 15px;
		right: 0;
	}
	.sp_submenu a:last-of-type:after{	display: none;}
	.sp_submenu a:hover{
		color: #000;
		text-decoration: none;
	}
	.sp_submenu a span{
		width: 100%;
		font-family: "FontA";
		font-size: 14px;
		line-height: 16px;
		color: #eba800;
	}
	.sp_submenu a em{
		font-family: 'Noto Serif JP', serif;
		width: 100%;
		font-weight: 500;
		font-size: 11px;
		line-height: 12px;
	}


	/** aside **/
	aside{
		position: relative;
		padding: 20px 10px;
		background: url(../img/all/f_logo.png) no-repeat 50% 55px rgb(255,255,255);
		background: url(../img/all/f_logo.png) no-repeat 50% 55px, linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,254,192,1) 100%);
		background-size: 150px auto, auto;
	}
	aside:after{
		font-family: "FontA";
		font-size: 10px;
		line-height: 12px;
		letter-spacing: 7px;
		position: absolute;
		top: 120px;
		left: 0;
	}
	.pan{
		font-size: 10px;
		line-height: 20px;
		margin: 0 0 110px 0;
	}
	#f_info p:first-of-type{
		position: relative;
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 20px 0;
	}
	#f_info p:first-of-type:after{
		content: '';
		width: 50px;
		height: 2px;
		background: #febf00;
		position: absolute;
		bottom: -12px;
		left: calc(50% - 25px);
	}

	#f_info .f_tel{
		display: inline-block;
		font-size: 18px;
		line-height: 30px;
		margin: 0;
	}
	#f_info .f_tel em{
		font-size: 30px;
	}
	#f_info p.f_open{
		font-size: 16px;
		line-height: 18px;
		margin: 0;
	}
	#f_info p.f_add{
		font-size: 16px;
		line-height: 18px;
	}
	#f_info p.f_add span{
		font-size: 18px;
		position: relative;
		bottom: -4px;
	}


	/** footer **/
	footer{
		padding: 20px 0 100px 0
	}
	#fmenu{
		width: auto;
		margin: 0 0 20px 0;
		padding: 0 28px;
	}
	#fmenu a{
		display: inline-flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		width: calc(50% - 2px);
		height: 30px;
		font-size: 12px;
		margin: 0 1px 2px 1px;
	}
	footer #copy,
	footer #des{
		font-family: "FontA";
		font-size: 11px;
		line-height: 20px;
		color: #000;
	}
	footer #des a{	color: #000;}
	footer #des a:hover{	text-decoration: none;}
	footer #copy br{	display: none;}
	#page-top{
		width: 100%;
		text-align: right;
		padding: 0 9px 10px 9px;
		position: fixed;
		z-index: 1002;
		right: 0;
		bottom: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#page-top .fbt{
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
		align-content: flex-start;
	}
	#page-top .fbt a{
		display: inline-flex;
		align-items: flex-start;
		align-content: flex-start;
		justify-content: center;
		flex-grow:1;
		width: 65px;
		height: 65px;
		font-size: 11px;
		line-height: 12px;
		color: #fff;
		margin: 0 1px;
		padding: 47px 0 0 0;
	}
	#page-top .fbt a.fbt_tel{
		display: inline-flex;
		align-items: center;
		align-content: center;
		width: calc(100% - 198px);
		flex-wrap: wrap;
		background: #eba800;
		padding: 0;
	}
	#page-top .fbt a.fbt_tel p:nth-of-type(1){
		width: 100%;
		font-family: 'Noto Serif JP', serif;
		font-weight: 800;
		font-size: clamp( 12px, calc( -24.57142857142857px + 11.428571428571429vw ), 20px );
		line-height: 1;
		text-align: center;
	}
	#page-top .fbt a.fbt_tel p:nth-of-type(1) span{
		position: relative;
		font-size: clamp( 12px, calc( -24.57142857142857px + 11.428571428571429vw ), 20px );
		bottom: -3px
	}
	#page-top .fbt a.fbt_tel p:nth-of-type(2){
		font-size: 10px;
		line-height: 12px;
		text-align: center;
		margin-top: 5px;
	}
	#page-top .fbt a.fbt_con{
		background: url(../img/all/fbt1.png) no-repeat top center #00b900;
		background-size: 65px auto;
	}
	#page-top .fbt a.fbt_acs{
		background: url(../img/all/fbt2.png) no-repeat top center #8d692f;
		background-size: 65px auto;
	}
	#page-top .fbt a.fbt_whats{
		background: url(../img/all/fbt3.png) no-repeat top center #25d366;
		background-size: 65px auto;
	}
	.error,
	.over{
		padding: 50px 0;
	}
	.sp_no{
		display: none;
	}
}

@media screen and (max-width: 360px) {
	#page-top .fbt a.fbt_tel p:nth-of-type(2){
		font-size: 9px;
	}

}