
/* ==============================================================================
    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:#333;
}

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

select{
}

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;}
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{
}


/** header **/

header{
	font-size: 0;
	line-height: 0;
	margin: 0 0 25px 0;
}

header h1{
	width: 100%;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
}

header div{
	width: 100%;
	text-align: center;
}

header div img{
	width: 100%;
	max-width: 1920px;
	height: auto;
}

header h2{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	padding: 10px 0;
}


/** nav **/

nav{
	font-size: 0;
	line-height: 0;
	margin: 0 0 30px 0;
	padding: 5px 25px 0 25px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	position:sticky;
	position: -webkit-sticky;
	z-index: 1000;
	top: -1px;
	left: 0;
}

nav div{
	width: 100%;
	max-width: 1496px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

nav a,
nav span{
	display: inline-block;
	vertical-align: bottom;
	width: calc(100% / 5 - 5px);
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	margin: 0 2.5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	-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;}
nav a:first-child,
nav span:first-child{	margin-left: 0;}
nav a:last-child,
nav span:last-child{	margin-right: 0;}


/** main **/

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

#main{
	display: flex;
	width: 100%;
	max-width: 1520px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#left,
#right{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#left{
	width: calc(100% - 310px);
	padding: 0 15px;
}

#right{
	width: 310px;
	position: relative;
	padding: 0 15px;
}


/** sd **/

#sd{
	border-width: 1px;
	border-style: solid;
	padding: 20px;
	margin-bottom: 30px;
	position:sticky;
	position: -webkit-sticky;
	top: 90px;
	left: 0;
}

.sdbox{
}

.sdbox_l{
	padding: 18px;
	border-width: 1px;
	border-style: solid;
}

.sdbox_r{
	margin: 0 0 10px 0;
}

.sdbox_r p{
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	text-align: left;
	padding: 10px 0;
}

.sdbox_r span{
	position: relative;
	display: block;
}
.sdbox_r span:before{
	font-size: 50px;
	line-height: 50px;
	position: absolute;
	top: calc(50% - 25px);
	left: 12px;
}

.sdbox_r span a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: start;
	height: 60px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
	padding: 0 0 0 69px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.sdbox_r span a em{
	display: inline-block;
	font-family: "FontB";
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
}

#sd table{
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	font-size: 14px;
	line-height: 16px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#sd tr{	vertical-align: middle;}

#sd th,
#sd td{
	font-weight: normal;
	text-align: left;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#sd th{	width: 75px; padding-right: 0px;}


/** footer **/

footer{
	display: table;
	width: 100%;
	font-family: "FontB";
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
	border-top-width: 10px;
	border-top-style: solid;
}

footer p,
footer address{
	display: table-cell;
	vertical-align: middle;
	height: 114px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

footer p{
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	padding-left: 20px;
}

footer address{
	font-size: 18px;
	line-height: 20px;
	text-align: right;
	padding-right: 20px;
}

.fix_tel{	display: none;}



/** f_menu **/

.f_menu{
	max-width: 1520px;
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin: 0 auto;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.f_menu ul{
	border-top-width: 5px;
	border-top-style: solid;
	padding: 28px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.f_menu li{
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

.f_menu li a{
	font-size: 16px;
	line-height: 20px;
}

.f_menu li a span{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 12px;
	margin: -4px 2px 0 0;
}


/*=================================================
 * CSS for MID
 * ================================================= */

@media screen and ( max-width:1250px) and (min-width:651px){
	body{	min-width: 1190px;}
	#main,
	nav div,
	#left,
	#right{
		display: block;
		width: 100%;
		padding: 0;
	}
	#left , #right{ padding: 0 15px;}
	nav{	padding: 5px 27.5px 0 27.5px;}
	main{
		padding: 0 15px 30px 15px;
	}

	/** sd **/
	#right{	position: relative;}
	#sd{
		position: static;
		padding: 30px;
		margin-bottom: 0;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		align-content: center;
		justify-content: start;
	}
	.sdbox{
		display: table;
		width: 450px;
		margin: 0 20px 0 0;
	}
	.sdbox_l,
	.sdbox_r{
		display: table-cell;
		vertical-align: top;
	}
	.sdbox_l{
		width: 150px;
		padding: 9px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.sdbox_l img{
		width: 130px;
		height: 130px;
	}
	.sdbox_r{
		margin: 0;
		padding: 0 0 0 20px;
	}
	.sdbox_r p{
		line-height: 24px;
		padding: 0;
		height: 80px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: start;
	}
	.sdbox_r span{
		position: relative;
		display: block;
	}
	.sdbox_r span:before{
		font-size: 50px;
		line-height: 50px;
		position: absolute;
		top: calc(50% - 25px);
		left: 12px;
	}
	.sdbox_r span a{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: start;
		height: 70px;
	}
	.sdbox_r span a em{
		font-size: 30px;
		line-height: 33px;
	}
	#sd table{
		width: calc(100% - 470px);
		border-top-width: 1px;
		border-top-style: solid;
		border-left-width: 1px;
		border-left-style: solid;
		font-size: 14px;
		line-height: 16px;
	}
	#sd tr{	vertical-align: middle;}
	#sd th,
	#sd td{
		height: 37px;
	}
}


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

@media screen and (max-width: 650px) {
	body{	min-width: 0;}
	#main,
	nav div,
	#left,
	#right{
		display: block;
		width: 100%;
		padding: 0;
	}
	main{	padding: 0;}

	/** header **/
	header{
		margin: 0 0 7px 0;
	}
	header h1{
		line-height: 12px;
		padding: 2px 0;
	}
	header h2{
		font-size: 14px;
		line-height: 16px;
		padding: 7px 0;
	}

	/** nav **/
	nav{
		margin: 0;
		padding: 3px 0 0 0;
	}
	nav div{
		width: 100%;
	}
	nav a,
	nav span{
		display: inline-block;
		vertical-align: bottom;
		width: calc(100% / 5 - 2px);
		font-size: 14px;
		margin: 0 1px;
	}
	nav a:hover{	text-decoration: none;}
	nav a:first-child,
	nav span:first-child{	margin-left: 1px;}
	nav a:last-child,
	nav span:last-child{	margin-right: 1px;}

	/** sd **/
	#sd{
		border-top-width: 5px;
		border-left: none;
		border-right: none;
		border-bottom: none;
		padding: 10px;
		margin-bottom: 0;
		position: static;
	}
	.sdbox{
		display: table;
		width: 100%;
		margin: 0 0 10px 0;
	}
	.sdbox_l,
	.sdbox_r{
		display: table-cell;
		vertical-align: top;
	}
	.sdbox_l{
		width: 100px;
		padding: 4px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.sdbox_l img{
		width: 90px;
		height: 90px;
	}
	.sdbox_r{
		margin: 0;
		padding: 0 0 0 10px;
	}
	.sdbox_r p{
		font-size: 16px;
		line-height: 18px;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: start;
		height: 50px;
	}
	.sdbox_r span{
		position: relative;
		display: block;
		font-size: 11px;
		line-height: 14px;
	}
	.sdbox_r span:before{
		font-size: 40px;
		line-height: 40px;
		position: absolute;
		top: calc(50% - 19px);
		left: 8px;
	}
	.sdbox_r span a{
		display: block;
		height: 50px;
		padding: 7px 0 0 55px;
	}
	.sdbox_r span a em{
		font-size: 20px;
		line-height: 22px;
	}
	#sd table{
		font-size: 13px;
		line-height: 16px;
	}
	#sd th,
	#sd td{
	}
	#sd th{	width: 75px;}

	/** footer **/
	footer{
		display: block;
		width: auto;
		padding: 30px 0 35px 0;
	}
	footer p,
	footer address{
		display: block;
		width: auto;
		height: auto;
	}

	footer p{
		font-size: 10px;
		line-height: 20px;
		text-align: left;
		padding: 0 0 0 15px;
	}
	footer address{
		font-size: 18px;
		line-height: 20px;
		text-align: left;
		padding: 0 0 0 15px;
	}

	/** fix_tel **/
	.fix_tel{
		display: inline-block;
		position: fixed;
		z-index: 100;
		bottom: -20px;
		right: -16px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.fix_tel a{
		display: inline-block;
		width: 110px;
		height: 110px;
		font-size: 12px;
		font-weight: bold;
		line-height: 12px;
		border-radius: 50%;
		padding: 70px 0 0 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.fix_tel a:before{
		font-size: 54px;
		font-weight: normal;
		line-height: 54px;
		position: fixed;
		bottom: 22px;
		right: 14px;
	}


	.f_menu{
		margin: 0;
		padding: 0;
	}
	.f_menu ul{
		position: relative;
		padding: 0;
	}
	.f_menu li{
		position: relative;
		display: block;
		margin-right: 0;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	.f_menu li a{
		display: block;
		font-size: 16px;
		line-height: 20px;
		padding: 12px 25px 12px 10px;
	}
	.f_menu li a:hover{	text-decoration: none;}
	.f_menu li a span{
		display: inline-block;
		vertical-align: middle;
		font-size: 12px;
		line-height: 12px;
		margin: -3px 10px 0 0;
	}
	.f_menu li:before{
		content: '';
		width: 4px;
		height: 4px;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: currentColor;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: currentColor;
		position: absolute;
		top: calc(50% - 2px);
		right: 9px;
		-webkit-transform: rotate(-45deg);
		   -moz-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		     -o-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.f_menu ul:after{
		content: '';
		height: 100%;
		border-left-width: 1px;
		border-left-style: solid;
		border-color: currentColor;
		position: absolute;
		top: 0;
		right: 20px;
	}
}


