
/* ==============================================================================
	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{
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: 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{
	position: relative;
	background: url(../img/all/bg.jpg) no-repeat top center fixed rgb(255,255,255);
	background: url(../img/index/bg.jpg) no-repeat top center fixed, linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(195,185,168,1) 100%) fixed;
	background-size: 750px, auto;
}

header,
nav,
main,
aside,
footer,
#link_bnr{
	position: relative;
	z-index: 2;
	width: 750px;
	margin: 0 auto;
}


/** header **/

header{
	width: 750px;
	height: 80px;
	margin: 0 auto;
}
h1{
	font-size: 10px;
	line-height: 1;
	color: #cccccc;
	padding: 10px 0;
}
nav{
	width: 750px;
	margin: 0 auto 40px auto;
	padding: 320px 0 0 0;
	background: url(../img/index/logo.png) no-repeat 50% 0;
	background-size: 230px auto;
}
nav div{
	font-family: "FontA";
	font-size: 10px;
	line-height: 1;
	color: #c5a983;
	letter-spacing: 4.5px;
	margin: 0 0 30px 0;
}
nav > a{
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 230px;
	height: 60px;
	color: #fff;
	border: 1px solid #d4bc96;
	background: rgb(227,208,170);
	background: linear-gradient(150deg, rgba(227,208,170,1) 0%, rgba(212,188,150,1) 100%);
	-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:before,
nav > a:after{
	content: "";
	width: 28px;
	height: 60px;
	position: absolute;
	top: 0;
}
nav > a:before{
	background: url(../img/index/i1.png) no-repeat;	background-size: auto 60px;
	left: -28px;
}
nav > a:after{
	background: url(../img/index/i2.png) no-repeat;	background-size: auto 60px;
	right: -28px;
}

nav > a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
nav > a span{
	width: 100%;
	font-family: "FontA";
	font-size: 34px;
	line-height: 1;
}
nav > a em{
	width: 100%;
	font-size: 12px;
	line-height: 1;
}
nav p:nth-of-type(1){
	font-size: 11px;
	line-height: 20px;
	margin: 10px 0 0 0;
}
nav p:nth-of-type(2){
	font-size: 11px;
	line-height: 20px;
	margin: 40px 0 0 0;
}
nav p a{
	text-decoration: underline;
	color: currentColor;
}
nav a:hover{
	color: currentColor;
	text-decoration: none;
}


/** main **/

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


/** outlink **/

.outlink{
	padding: 0 0 10px 0;
}
.outlink_in{
	margin: 0;
	padding: 0;
}

#fgo{	padding-bottom: 10px;}
#fgo2{	padding: 0 0 10px 0;}
.fgo{
	margin: 0;
}
.fgo_in{
	margin: 0 0 5px 0;
	padding: 0 10px;
}
.fgo_in table{	margin: 0 auto;}

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

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

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

.fgo_pc{	display: none;}
.fgo_sp{	display: block;}
.bnr46860 img,
#bnr46860 img{	width: 300px; height: auto;}
#bnr468 img{	width: 300px; height: auto;}


/** aside **/

aside{
	color: #fff;
	padding: 140px 7.5px 20px 7.5px;
	background: url(../img/all/aside.jpg) no-repeat top center;
	background-size: cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
aside:before{
	content: "";
	width: 80px;
	height: 110px;
	background: url(../img/all/f_logo.png) no-repeat;
	background-size: 80px auto;
	position: absolute;
	top: 25px;
	left: calc(50% - 40px);
}
aside h2{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
}

aside h2:after{
	display: block;
	content: "A STORY CREATED TOGETHER";
	font-family: "FontA";
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 4px;
	color: #c5a983;
}

aside p{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 20px;
}
aside p a{  color: #fff;}


/** footer **/

footer{
	width: 750px;
	text-align: center;
	padding: 20px 0 40px 0;
}

#f_menu{
	position: relative;
	width: 270px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 20px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#f_menu a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 130px;
	height: 30px;
	font-size: 12px;
	line-height: 1;
	color: #2e261b;
	border-bottom: 1px solid #c5a983;
	-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;
}
#f_menu a:nth-of-type(odd){	margin-right: 5px;}
#f_menu a:nth-of-type(even){	margin-left: 5px;}
#f_menu a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

footer #copyright{
	font-size: 10px;
	line-height: 20px;
	color: #a99e85;
}
footer #copyright a{	color: #a99e85;}


/** rollover **/

.fade{
	display: inline-block;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.hover,
.fade input{
	-webkit-transition	: 0.3s ease-in-out;
	-moz-transition	: 0.3s ease-in-out;
	-o-transition	: 0.3s ease-in-out;
	transition		: 0.3s ease-in-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}

.hover:hover,
.fade input:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}


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

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

	header,
	section,
	main,
	aside,
	footer,
	#link_bnr{
		width: 100%;
		margin: 0;
	}
	nav{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	header{	left: 0;}
	footer{	left: 0;}
	body:before{
		width: 100%;
		left: 0;
	}

}