
/* ==============================================================================
    CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
font-family: 'Hiragino Maru Gothic ProN','Hiragino Kaku Gothic ProN','Hiragino Sans', Meiryo, 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: 'Hiragino Maru Gothic ProN','Hiragino Kaku Gothic ProN','Hiragino Sans', Meiryo, 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: pointer; 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(../images/pc_bg4.jpg) no-repeat top center fixed;
	background-size: cover;
}


/** header **/

header{
	height: 705px;
	background: url(../images/header.png) no-repeat bottom center;
}
h1{
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
	text-align: center;
	color: #fff;
	background: #ff82a8;
	padding: 10px 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}



/** main **/

main{
	position: relative;
	display: block;
	margin: 0;
	padding: 0 0 50px 0;
}

/** nav **/

nav{
	text-align: center;
	margin: 0 0 80px 0;
}

nav div{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	margin: 0 0 40px 0;
}

nav div a{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-family: "Rounded Mplus 1c";
	width: 350px;
	height: 90px;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	margin: 0 10px 4px 10px;
	border-radius: 10px;
	border: none;
	-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 div a.enter{
	color: #fff;
	background: #ff5a9c;
	box-shadow: 0px 4px 0px 0px #db2f74;
}
nav div a.leave{
	color: #fff;
	background: #ff9900;
	box-shadow: 0px 4px 0px 0px #d57300;
}
nav div a.dt{
	background: url(../images/dt.png) no-repeat 50% 50% #fff;
	border: 2px solid #ff9900;
	box-shadow: 0px 4px 0px 0px #d57300;
	background-size: contain;
}

nav div a.enter em{
	width: 100%;
	font-weight: 500;
	font-size: 50px;
	line-height: 50px;
}
nav div a.enter span{
	width: 100%;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
}
nav div a.leave em{
	width: 100%;
	font-weight: 500;
	font-size: 50px;
	line-height: 50px;
}
nav div a.leave span{
	width: 100%;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
}

nav div a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	box-shadow: none;
	margin-top: 4px;
	margin-bottom: 0;
}

nav p{
	font-size: 14px;
	line-height: 22px;
}
nav p a{	color: #0099ff; text-decoration: underline;}
nav p a:hover{	text-decoration: none;}
.pc_none{	display: none;}


/** outlink **/

.outlink{
}
.outlink_in{
	width: 1200px;
	margin: 0 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;
}
#bnr46860 a{
	display: inline;
}
#bnr46860 p{	margin: 0 0 10px 0;}

#bnr_etc{
	padding: 0 0 30px 0;
}

.fgo_pc{	display: block;}
.fgo_sp{	display: none;}



/** footer **/

footer{
	padding: 70px 0 0 0;
	background: url(../images/f_logo.png) no-repeat 50% 120px #ff82a8;
	background-size: 250px auto;
}

.pan{
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	margin: 0 0 220px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.pan span,
.pan a{	color: #fff;}

#f_shop{
	font-family: "Rounded Mplus 1c";
	font-weight: 600;
	position: relative;
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	margin: 0 0 75px 0;
}
#f_shop p{
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
}

#f_shop em{
	display: inline-block;
	vertical-align: top;
	font-family: "FontA";
	width: 290px;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 7px;
	position: absolute;
	bottom: -40px;
	left: calc(50% - 145px);
}
#f_shop em:before,
#f_shop em:after{
	content: '';
	width: 50px;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 9px;
}
#f_shop em:before{	left: -60px;}
#f_shop em:after{	right: -60px;}

#f_shop span{
	position: relative;
	bottom: -4px;
	margin-right: 5px;
}

#f_shop p a{
	color: #fff;
}
#f_shop br{	display: none;}

#fmenu{
	position: relative;
	width: 930px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 60px auto;
}

#fmenu a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 145px;
	height: 30px;
	font-family: "Rounded Mplus 1c";
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #ff82a8;
	background: #fff;
	margin: 0 5px 10px 5px;
	border-radius: 15px;
	-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:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

footer #copyright{
	background: #fff;
	padding: 28px 0;
}

footer #copy,
footer #des{
	font-family: "FontA";
	font-size: 13px;
	line-height: 22px;
	color: #000;
}
footer #des a{	color: #000;}
footer #des a:hover{	text-decoration: none;}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	body{
		min-width: auto;
		background: none;
	}
	body:before{
		content: '';
		width: 100%;
		height: 100vh;
		-webkit-height: 100lvh;
		position: fixed;
		z-index: -2;
		top: 0;
		left: 0;
		background: url(../images/sp_bg7.jpg) no-repeat top center;
		background-size: cover;
	}
	a[href^="tel:"] { cursor: pointer;}
	a:hover{	text-decoration: none;}

	/** header **/
	header{
		height: 360px;
		background-size: 500px auto;
	}
	h1{
		font-size: 11px;
		font-weight: normal;
		line-height: 20px;
		padding: 0 5px;
	}


	/** main **/
	main{
		display: block;
		padding: 0;
	}
	nav{
		text-align: center;
		margin: 0 0 25px 0;
	}
	nav div{
		margin: 0 0 25px 0;
		padding: 0 12.5px;
	}
	nav div a{
		width: calc(100% / 2 - 5px);
		height: 80px;
		margin: 0 2.5px 4px 2.5px;
		border-radius: 10px;
	}
	nav div a.enter{
	}
	nav div a.dt{
		background: url(../images/sp_dt.png) no-repeat 50% 50% #fff;
		background-size: contain;
	}
	nav div a.enter em{
		font-size: 37px;
		line-height: 38px;
	}
	nav div a.enter span{
		font-size: 16px;
		line-height: 18px;
	}
	nav p{
		font-size: 12px;
		line-height: 20px;
	}
	.pc_none{	display: inline;}


	/** outlink **/
	.outlink{
		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;
	}
	#bnr46860 p{	margin: 0 0 5px 0;}

	#bnr_etc{
		-webkit-transform: scale(0.65);
		-moz-transform: scale(0.65);
		-o-transform: scale(0.65);
		-ms-transform: scale(0.65);
		transform: scale(0.65);
		padding: 0 0 5px 0;
	}

	.fgo_pc{	display: none;}
	.fgo_sp{	display: block;}
	.bnr46860 img,
	#bnr46860 img{	width: 300px; height: auto;}
	#bnr468 img{	width: 300px; height: auto;}
	#hg{	margin-bottom: 30px;}

	/** footer **/
	footer{
		padding: 40px 0 0 0;
		background: url(../images/f_logo.png) no-repeat 50% 70px #ff82a8;
		background-size: 200px auto;
	}
	.pan{
		font-size: 11px;
		line-height: 16px;
		margin: 0 0 125px 0;
	}
	#f_shop{
		font-size: 20px;
		line-height: 26px;
		margin: 150px 0 60px 0;
	}
	#f_shop p{
		display: block;
		margin: 0;
	}
	#f_shop em{
		width: 200px;
		font-size: 12px;
		font-weight: normal;
		line-height: 20px;
		letter-spacing: 4px;
		position: absolute;
		bottom: -40px;
		left: calc(50% - 100px);
	}
	#f_shop em:before,
	#f_shop em:after{
		content: '';
		width: 45px;
		position: absolute;
		top: 9px;
	}
	#f_shop em:before{	left: -40px;}
	#f_shop em:after{	right: -40px;}

	#f_shop span{
		bottom: -5px;
	}
	#fmenu{
		position: relative;
		width: auto;
		font-size: 0;
		line-height: 0;
		margin: 0 0 30px 0;
		padding: 0 35px;
	}
	#fmenu a{
		width: calc(100% / 2 - 10px);
		height: 30px;
		font-size: 14px;
		line-height: 20px;
		color: #ff82a8;
		background: #fff;
		margin: 0 5px 10px 5px;
		border-radius: 15px;
	}
	footer #copyright{
		padding: 20px 0 20px 0 ;
	}
	footer #copy,
	footer #des{
		font-size: 12px;
		line-height: 22px;
	}
}
