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

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
font-family		: Meiryo,"MS PGothic",Osaka,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{
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, "MS PGothic", Osaka, 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: #333}
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;
}

em{
	font-style		: normal;
}


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

body{
	overflow: hidden;
	min-width: 1200px;
	height: 100vh;
	min-height: 850px;
	background: url(../img/index/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

#body{
	position: relative;
	width: 100%;
}


/** header **/

header{
	height: 280px;
	background: url(../img/index/header.png) no-repeat 50% 40px;
}

header h1{
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #ff9bd4;
	text-align: center;
}


/** main **/

main{
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

main .index_box{
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	padding: 110px 0 40px 0;
	background: url(../img/index/txt.png) no-repeat 50% 20px;
	-webkit-background-size: 1200px 80px;
	background-size: 1200px 80px;
}

main .index_box a{
	text-decoration: underline;
}

main br.pc_none{	display: none;}

main h2{
	margin-bottom: 15px;
}

main p{
	margin-bottom: 20px;
	padding: 0 10px;
}


/** menu **/

nav{
	margin-bottom: 40px;
	font-size: 0;
	line-height: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

nav a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 200px;
	font-family: "Sawarabi Mincho";
	color: #fff;
	background: #ff9bd4;
	border-radius: 50%;
	padding-top: 10px;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

@font-face {
	font-family: FontA;
	src: url('../font/Cinzel-Regular.ttf') format("truetype");
}

nav a em{
	display: inline-block;
	vertical-align: top;
	font-family: "FontA";
	font-size: 42px;
	line-height: 42px;
	padding: 55px 0 5px 0;
}

nav a span{
	display: inline-block;
	vertical-align: top;
	width: 110px;
	font-size: 13px;
	line-height: 20px;
	color: #ff9bd4;
	background: #fff;
	border-radius: 10px;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
}

nav a:hover{
	text-decoration: none;
	color: #ff9bd4;
	background: #fff;
}
nav a:hover span{
	color: #fff;
	background: #ff9bd4;
}


/** aside **/

aside{
	padding: 0 0 50px 0;
}

#fgo{
	width: 960px;
	margin: 0 auto;
}

.fgo{
	width: 100%;
	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_pc{	display: block;}
.fgo_sp{	display: none;}

.link_bg{
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 30px 0;
}

.link{
	font-size: 0;
	line-height: 0;
}

.link a,
.link span{
	display: inline-block;
	margin: 0 3px 5px 3px;
}


/** footer **/

#fmenu{
	font-size: 10px;
	line-height: 20px;
	color: #333;
	margin: 0 0 40px 0;
}
#fmenu a{	color: #ff65bc;}

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


.linkbox{
	margin-bottom: 30px;
}

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

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

	/** header **/
	header{
		width: 100%;
		height: auto;
		position: relative;
		margin: 55px 0 0 0;
		padding-top: calc(125 / 320 * 100%);
		background: url(../img/index/sp_header.png) top center / cover no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
	}
	header h1{
		width: 100%;
		font-size: 10px;
		font-weight: normal;
		line-height: 12px;
		text-align: center;
		padding: 0 10px;
		position: absolute;
		top: -24px;
		left: 0;
	}

	/** main **/
	main{
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		position: relative;
	}
	main .index_box{
		font-size: 12px;
		line-height: 16px;
		text-align: center;
		padding: 100px 0 15px 0;
		background: url(../img/index/sp_txt.png) no-repeat top center;
		-webkit-background-size: 320px auto;
		background-size: 320px auto;
	}
	main br.pc_none{	display: inline;}
	
	main h2{
		margin-bottom: 10px;
	}
	main p{
		margin-bottom: 10px;
		padding: 0 10px;
	}

	/** menu **/
	nav{
		font-size: 0;
		line-height: 0;
		margin: 0 0 30px 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	nav a{
		width: 125px;
		height: 125px;
		padding-top: 10px;
	}
	nav a em{
		display: inline-block;
		vertical-align: top;
		font-family: "FontA";
		font-size: 28px;
		line-height: 28px;
		padding: 30px 0 0 0;
	}
	nav a span{
		width: 86px;
		font-size: 10px;
		line-height: 12px;
		border-radius: 6px;
	}


	/** aside **/
	aside{
		padding: 10px 0 0 0;
	}
	#fgo{
		width: auto;
		margin: 0 0 5px 0;
		padding-top: 10px;
	}
	.fgo{
		width: auto;
		display: block;
		margin: 0;
	}
	.fgo_in{
		display: inline-block;
		margin: 0 0 5px 0;
	}
	.fgo_pc{	display: none;}
	.fgo_sp{	display: block;}
	.link_bg{
		width: auto;
		margin: 0;
		padding: 0 0 5px 0;
	}
	.link a,
	.link span{
		display: inline-block;
		margin: 0 3px 5px 3px;
	}
	.link a img,
	.link span img{
		max-width: 300px;
		height: auto;
	}

	/** footer **/
	#finfo{	margin: 0 0 10px 0;}
	#finfo h2{
		font-size: 14px;
		line-height: 18px;
	}
	#finfo p{
		font-size: 13px;
		line-height: 20px;
	}
	#finfo p span{	display: none;}
	#fmenu{
		width: auto;
		font-size: 10px;
		line-height: 14px;
		margin: 0;
		padding: 0 10px;
	}
	footer #copyright{
		padding: 20px 0 50px 0;
	}
	footer #copy{	margin-bottom: 8px;}
	footer #copy br{	display: inline;}
	footer #copy,
	footer #des{
		font-size: 10px;
		line-height: 10px;
	}
}


