﻿
/* ==============================================================================
    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%;
	-webkit-font-smoothing: subpixel-antialiased;
}

a{
	text-decoration	: none;
}

a:hover{
	text-decoration	: underline;
}

a[href^="tel:"] { cursor: default; text-decoration: none; color: #fff}
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-color: #000;
}


/** header **/

header{
	width: 100vw;
	height: calc(100vw * (630 / 1400));
	background:
	url(../images/pc_waku.png) no-repeat bottom center,
	url(../images/pc_bg.jpg) center center / cover no-repeat;
	background-color: #000;
	background-size: 100% 90px, contain;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
h1{
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	color: #fff;
	padding: 10px 0 0 0;
}


/** main **/

main{
	display: block;
	padding: 0 0 20px 0;
}

nav{
	background: url(../images/nav_bg.png) no-repeat top center;
	background-size: 420px auto;
}
nav > div > a{
	position: relative;
	z-index: 2;
	top: -30px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 200px;
	height: 200px;
	color: #fff;
	background: radial-gradient(ellipse at center,  #444444 0%,#2b2b2b 100%);
	border-radius: 50%;
	box-shadow: 0px 0px 0px 4px #2b2b2b inset, 0px 0px 0px 5px #000 inset;
	-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;
}
nav > a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
nav > div > a span{
	font-family: "normal";
	font-size: 45px;
	line-height: 1.2;
	background: rgb(122,108,226);
	background: linear-gradient(0deg, rgba(236,86,0,1) 0%, rgba(255,164,0,1) 50%, rgba(255,164,0,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
nav > div > a em{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
}
nav p{
	font-size: 13px;
	line-height: 22px;
	margin: 30px 0 50px 0;
	padding: 0 10px;
}
nav p a{
	text-decoration: underline;
	color: currentColor;
}
nav a:hover{
	color: currentColor;
	text-decoration: none;
}


/** outlink **/

.outlink{
}

.outlink img{ vertical-align: middle;}

.outlink_in{
	width: 1200px;
	margin: 0 auto 80px auto;
}

#fgo{	padding-bottom: 40px;}
#fgo2{	padding-bottom: 40px;}
.fgo{
	width: 1060px;
	display: table;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
	margin: 0 auto 10px auto;
}
.fgo_in{
	display: table-cell;
	vertical-align: top;
}
.fgo_in table{	margin: 0 auto;}

.link_list{
	font-size: 0;
	line-height: 0;
	padding: 0 0 30px 0;
}

.link_list a{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 10px 5px;
}

.fgo_pc{	display: block;}
.fgo_sp{	display: none;}


/** main **/

main{
	display: block;
	padding: 0 0 20px 0;
	background: #151515;
}


/** aside **/

aside{
	position: relative;
	padding: 40px 0;
	background:
	url(../images/logo.png) no-repeat 50% 75px,
	url(../images/pc_aside.jpg) no-repeat center bottom;
	background-size: 225px auto, cover;
}

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

#f_info{
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
#f_info:before{
	content: '';
	width: 50px;
	height: 2px;
	background: #333;
	position: absolute;
	top: -25px;
	left: calc(50% - 25px);
}
#f_info,
#f_info a{	color: #fff;}

#f_info p:first-of-type{
	position: relative;
	font-size: 22px;
	line-height: 24px;
	margin: 0 0 10px 0;
}

#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 15px 0;
}

#f_info p.f_add{
	font-size: 18px;
	line-height: 1.3;
	margin: 0 0 10px 0;
}
#f_info p.f_add br{ display: none;}
#f_info p.f_add a{ color: #ff5d0d; text-decoration: underline;}
#f_info p.f_add a:hover{ text-decoration: none;}


/** footer **/

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

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

#fmenu a{
	display: inline-block;
	vertical-align: top;
	width: 100px;
	font-size: 12px;
	line-height: 22px;
	margin: 0 1px 2px 1px;
	color: #fff;
	border: 1px solid currentColor;
	-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: #fff;
}

footer #copy,
footer #des{
	font-size: 12px;
	line-height: 22px;
	color: #fff;
}
footer #des a{	color: #fff;}
footer #des a:hover{	text-decoration: none;}
footer #copy br{	display: none;}

br.pc_none{	display: none;}


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

@media screen and (max-width: 650px) {
	body{
		overflow: hidden;
		min-width: auto;
		padding-left: 0;
		background: #000;
	}
	a[href^="tel:"] { cursor: pointer;}
	a:hover{	text-decoration: none;}

	/** header **/
	header{
		width: 100vw;
		height: calc(100vw * (1000 / 750));
		background:
		url(../images/pc_waku.png) no-repeat bottom center,
		url(../images/sp_bg.jpg) center center / cover no-repeat;
		background-size: 750px 90px, contain;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}


	/** main **/
	main{
		display: block;
		text-align: center;
		padding: 0 0 20px 0;
	}

	nav{
		text-align: center;
		background: url(../images/nav_bg.png) no-repeat top center;
		background-size: 300px auto;
	}
	nav > a{
		position: relative;
		z-index: 2;
		top: -30px;
		width: 170px;
		height: 170px;
	}
	nav > a span{
		font-size: 42px;
		line-height: 1.2;
	}
	nav > a em{
		font-size: 16px;
		line-height: 1;
	}
	nav p{
		font-size: 11px;
		line-height: 20px;
		margin: 0 0 50px 0;
	}

	/** outlink **/
	.outlink{
		text-align: center;
		padding: 0 0 10px 0;
	}
	.outlink_in{
		width: auto;
		margin: 0;
		padding: 0;
	}
	#fgo{	padding-bottom: 10px;}
	#fgo2{padding:0 0 10px 0;}
	.fgo{
		width: auto;
		display: block;
		margin: 0;
	}
	.fgo_in{
		display: block;
		margin: 0 0 5px 0;
		padding: 0 10px;
	}
	.link_list{
		padding: 0 0 5px 0;
	}
	.link_list:last-child{
		padding: 0 0 5px 0;
	}
	.link_list a{
		margin: 0 2px 5px 2px;
	}
	.fgo_pc{	display: none;}
	.fgo_sp{	display: block;}
	.bnr46860 img,
	#bnr46860 img{	width: 300px; height: auto;}
	#bnr468 img{	width: 300px; height: auto;}


	/** main **/
	main{
		display: block;
		width: 100%;
		padding: 0 0 10px 0;
		text-align: left;
	}

	/** aside **/
	aside{
		position: relative;
		padding: 25px 0 30px 0;
		background:
		url(../images/logo.png) no-repeat 50% 55px,
		url(../img/all/sp_aside.jpg) no-repeat center bottom;
		background-size: 190px auto, cover;
	}
	aside:after{
		font-size: 10px;
		line-height: 20px;
		position: absolute;
		top: 130px;
		left: 0;
	}
	.pan{
		font-size: 11px;
		line-height: 20px;
		margin: 0 0 140px 0;
	}
	#f_info:before{
		position: absolute;
		top: -20px;
	}
	#f_info p:first-of-type{
		position: relative;
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 5px 0;
	}

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

	#f_info p.f_open{
		font-size: 16px;
		line-height: 18px;
	}
	
	#f_info p.f_add{
		font-size: 16px;
	}
	#f_info p.f_add br{ display: inline;}


	/** footer **/
	footer{
		padding: 20px 0 75px 0
	}
	#fmenu{
		width: auto;
		margin: 0 0 13px 0;
		padding: 0 34px;
	}
	#fmenu a{
		display: inline-flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		width: calc(100% / 3 - 2px);
		height: 30px;
		font-size: 12px;
		margin: 0 1px 2px 1px;
	}
	footer #copy,
	footer #des{
		font-size: 11px;
		line-height: 20px;
	}
	footer #des a{	color: #fff;}
	footer #des a:hover{	text-decoration: none;}
	footer #copy br{	display: none;}
	#page-top{
		width: 100%;
		text-align: center;
		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;
		align-items: flex-end;
		align-content: flex-end;
	}
	#page-top .fbt a{
		display: inline-flex;
		align-items: flex-start;
		align-content: flex-start;
		justify-content: center;
		flex: 1;
		height: 54px;
		font-size: 12px;
		line-height: 12px;
		color: #000;
		margin: 0 1px 2px 1px;
		padding: 35px 0 0 0;
		border: 1px solid #e4e0ff;
		background: #fff;
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#page-top .fbt a.fbt_tel{
		flex-wrap: wrap;
		height: 70px;
		color: #fff;
		background: url(../images/fbt1.png) no-repeat 50% 10px rgba(148,136,234,0.9);
		background-size: 30px auto;
		margin: 0;
		padding-top: 49px;
		border-radius: 0 10px 0 0;
		border: none;
	}
	#page-top .fbt a.fbt_top{	background: url(../images/fbt2.png) no-repeat 50% 3px rgba(255,255,255,0.9); background-size: 30px auto;}
	#page-top .fbt a.fbt_sche{	background: url(../images/fbt3.png) no-repeat 50% 3px rgba(255,255,255,0.9); background-size: 30px auto;}
	#page-top .fbt a.fbt_rank{	background: url(../images/fbt4.png) no-repeat 50% 3px rgba(255,255,255,0.9); background-size: 30px auto;}
	.error,
	.over{
		padding: 50px 0;
	}
	.sp_no{
		display: none;
	}
	br.pc_none{	display: inline;}
}
