
/* ==============================================================================
    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%;
	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: #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: 1236px;
	background: url(../img/all/bg.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/** header **/

header{
	position: relative;
	height: 300px;
	background: url(../img/all/header_bg.png) no-repeat top center , url(../img/all/header.png) no-repeat top center , #3b0507;
	-webkit-background-size: 1800px 300px , 667px 300px;
		background-size: 1800px 300px , 667px 300px;
}

header h1{
	font-size: 10px;
	font-weight: normal;
	line-height: 30px;
	color: #7d1f23;
	text-align: center;
	margin: 0 0 230px 0;
}

.hd_info{
	display: inline-block;
	vertical-align: top;
	width: 380px;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #4c090b;
}

.hd_info a{	color: #fff;}

.hd_info em{
	display: inline-block;
	vertical-align: top;
	color: #ff7e83;
}
.hd_info em:nth-of-type(2){	margin-left: 15px;}
#navToggle{	display: none;}


/** menu **/

nav{
	width: 100%;
	height: 75px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	background:
	url(../img/all/nav.png) no-repeat bottom center,
	url(../img/all/nav_bg.png) repeat-x bottom center;
	-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;
}
header.fixed+#navToggle+nav{
	min-width: 1236px;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	background:
	url(../img/all/nav.png) no-repeat bottom center,
	url(../img/all/nav_bg.png) repeat-x bottom center #3b0507;
}

nav ul{
	padding: 20px 0 0 0;
}

nav li{
	display: inline-block;
	vertical-align: top;
	width: 160px;
	padding: 0 0 0 30px;
	background: url(../img/all/menu.png) no-repeat 0 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
nav li:last-of-type{
	width: 164px;
	padding: 0 30px;
	background:
	url(../img/all/menu.png) no-repeat 0 50%,
	url(../img/all/menu.png) no-repeat 100% 50%;
}

nav li a{
	font-size: 11px;
	line-height: 12px;
	color: #fff;
	-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 li a em{
	display: inline-block;
	vertical-align: top;
	font-family: "FontA";
	font-size: 17px;
	line-height: 21px;
	color: #ffdf49;
	-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;
}
nav li a:hover{	text-decoration: none; color: #fff;}
nav li a:hover em{	color: #fc5e64;}

nav #menu_a{	display: none;}


/** pan **/

.pan{
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	padding: 16px 0;
	color: #bd686b;
}
.pan a, .pan span{	color: #fff;}
header.fixed+#navToggle+nav+.pan{	padding-top: 91px;}


/** title **/

.page_title{
	position: relative;
	width: 200px;
	height: 200px;
	font-size: 0;
	font-weight: normal;
	line-height: 0;
	margin: 0 auto 50px auto;
	padding: 70px 0 0 0;
	background: -webkit-linear-gradient(135deg, #3b0507 0%, #4c090b 49%, #3b0507 100%);
	background: -moz-linear-gradient(135deg, #3b0507 0%, #4c090b 49%, #3b0507 100%);
	background: -o-linear-gradient(135deg, #3b0507 0%, #4c090b 49%, #3b0507 100%);
	background: -ms-linear-gradient(135deg, #3b0507 0%, #4c090b 49%, #3b0507 100%);
	background: linear-gradient(-45deg, #3b0507 0%, #4c090b 49%, #3b0507 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.page_title:after{
	width: 200px;
	font-family: "FontA";
	content: 'スイートルーム';
	font-size: 6px;
	line-height: 10px;
	text-align: center;
	letter-spacing: 1px;
	position: absolute;
	z-index: 2;
	top: 126px;
	left: calc(50% - 100px);
}

.page_title em{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: "FontA";
	font-size: 30px;
	line-height: 30px;
	color: #b18600;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
	letter-spacing: 0;
	z-index: 2;
}
.page_title em:before{
	position:absolute;
	top:0;
	left:0;
	display:block;
	content:attr(title);
	color:#ffe9a5;
	-webkit-mask-image:-webkit-linear-gradient(top, rgba(255,233,165,0) 20%, rgba(255,233,165,1) 40%, rgba(255,233,165,0) 80%);
}
.page_title span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 18px;
}


/** main **/

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


/** footer **/

footer{
	position: relative;
	width: 100%;
	height: 460px;
	text-align: center;
	background: url(../img/all/footer.png) no-repeat top center;
}

footer .up{
	margin: 0 0 100px 0;
}

footer .up a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 80px;
	font-size: 12px;
	font-family: "FontA";
	line-height: 16px;
	color: #fff;
	padding-top: 36px;
	border-radius: 50%;
	background: -webkit-linear-gradient(135deg, #3b0507 0%, #4c090b 49%, #3b0507 100%);
	background: -moz-linear-gradient(135deg, #3b0507 0%, #4c090b 49%, #3b0507 100%);
	background: -o-linear-gradient(135deg, #3b0507 0%, #4c090b 49%, #3b0507 100%);
	background: -ms-linear-gradient(135deg, #3b0507 0%, #4c090b 49%, #3b0507 100%);
	background: linear-gradient(-45deg, #3b0507 0%, #4c090b 49%, #3b0507 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
footer .up a:hover{
	text-decoration: none;
	color: #941015;
}
footer .up a:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 12px 6px;
	border-color: transparent transparent #941015 transparent;
	position: absolute;
	z-index: 3;
	top: 18px;
	left: calc(50% - 6px);
	-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;
}

#finfo{
	margin: 0 0 50px 0;
}

#finfo h2{
	font-size: 16px;
	line-height: 20px;
	color: #ffdf49;
}

#finfo p{
	font-size: 13px;
	line-height: 20px;
}

#finfo p em{	color: #ff7e83;}

#fmenu{
	width: 650px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 40px auto;
}

#fmenu a{
	display: inline-block;
	vertical-align: top;
	width: 120px;
	font-size: 12px;
	line-height: 22px;
	margin: 0 5px 10px 5px;
	border-radius: 12px;
	color: #fff;
	background: #3b0507;
	-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;
	color: #ffdf49;
}

footer #copy,
footer #des{
	font-size: 11px;
	line-height: 18px;
	color: #fff;
}
footer #des a{	color: #fff;}
footer #des a:hover{	text-decoration: none;}

#page-top{
	position: absolute;
	top: -9999px;
}

.error,
.over{
	padding: 50px 0;
	text-align: center;
}


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

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

	/** header **/
	header{
		width: 100%;
		height: auto;
		position: relative;
		margin: 0 0 0 0;
		padding-top: calc(200 / 320 * 100%);
		background: url(../img/all/sp_header.png) top center / cover no-repeat #3b0507;
		-webkit-background-size: contain;
		background-size: contain;
	}
	header h1{
		position: absolute;
		top: -100px;
	}
	.hd_info{
		width: calc(100% - 40px);
		font-size: 14px;
		line-height: 25px;
		position: absolute;
		bottom: 0;
		left: 20px;
	}
	.hd_info em:nth-of-type(2){	margin-left: 10px;}

	/** navToggle **/
	#navToggle{
		display: block;
		width: 100%;
		background: url(../img/all/sp_sub.png) no-repeat top left #3b0507;
		-webkit-background-size: 75px auto;
		background-size: 75px auto;
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
	}
	#navToggle:after{
		content: '';
		width: 100%;
		height: 1px;
		background: -webkit-linear-gradient(0deg, #b18600 0%, #ffe9a5 49%, #b18600 100%);
		background: -moz-linear-gradient(0deg, #b18600 0%, #ffe9a5 49%, #b18600 100%);
		background: -o-linear-gradient(0deg, #b18600 0%, #ffe9a5 49%, #b18600 100%);
		background: -ms-linear-gradient(0deg, #b18600 0%, #ffe9a5 49%, #b18600 100%);
		background: linear-gradient(90deg, #b18600 0%, #ffe9a5 49%, #b18600 100%);
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#navToggle div{
		height: 55px;
	}
	#navToggle button{
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		display:block;
		background: url(../img/all/sp_navi.png) no-repeat top center;
		-webkit-background-size: 60px 55px;
		background-size: 60px 55px;
		width: 60px;
		height: 55px;/** header,nav,SAME HEIGHT **/
		text-indent: -9999px;
		border: none;
	}
	nav{
		width: 210px;
		height: 100vh;
		text-align: left;
		font-size: 0;
		line-height: 0;
		position: fixed;
		left: auto;
		right: -210px;
		top: 55px;/** header,nav,SAME HEIGHT **/
		background: #2a0002;
		background-repeat: repeat;
		z-index: 999;
		overflow: hidden;
		-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;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		padding: 0 0 145px 0;
	}
	header.fixed+#navToggle+nav{
		min-width: auto;
		top: 55px;
		left: auto;
		background: #2a0002;
	}
	nav.opennav{
		width: 210px;
		height: 100vh;
		overflow: visible;
		right: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	nav.opennav::-webkit-scrollbar{
	  display: none;
	}
	nav ul{
		padding: 0 10px;
	}
	nav li{
		display: block;
		width: auto !important;
		padding: 0 !important;
		background: none !important;
	}
	nav li a{
		display: block;
		width: auto;
		height: auto;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 1px;
		text-decoration: none;
		color: #fff;
		margin: 0 !important;
		padding: 15px 0 14px 5px !important;
		border-bottom: 1px solid #360406;
		background: url(../img/all/i2.png) no-repeat 100% 50% !important;
		-webkit-background-size: 18px 48px !important;
		background-size: 18px 48px !important;
	}
	nav li a em, nav li a br{	display: none;}

	/** sub **/
	#sub{
		display: none !important;
	}

	/** pan **/
	.pan{
		font-size: 10px;
		line-height: 14px;
		padding: 10px;
	}
	header.fixed+#navToggle+nav+.pan{	padding-top: 10px;}

	/** title **/
	.page_title{
		width: auto;
		height: 100px;
		margin: 0 10px 10px 10px;
		padding: 14px 0 0 0;
	}
	.page_title:after{
		width: 200px;
		font-size: 9px;
		line-height: 12px;
		top: 74px;
		left: calc(50% - 100px);
	}
	.page_title em{
		font-size: 36px;
		line-height: 36px;
		z-index: 2;
	}
	.page_title span{
		font-size: 13px;
		line-height: 18px;
	}

	/** main **/
	main{
		display: block;
		width: auto;
		margin: 0;
		background: none;
		padding: 0;
	}

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

	/** page-top **/
	#page-top{
		display: none;
		width: 100%;
		vertical-align: top;
		font-size: 0;
		line-height: 0;
		text-align: right;
		position: fixed;
		z-index: 999;
		top: auto;
		right: 0;
		bottom: 0;
		padding: 10px 6px;
		background: rgba(76, 9, 11, 0.8);
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#page-top > div{
		display: table;
		width: 100%;
		table-layout: fixed;
		border-collapse: separate;
		border-spacing: 4px 0;
	}
	#page-top > div a{
		display: table-cell;
		vertical-align: top;
		height: 60px;
		border-radius: 3px;
	}
	#page-top > div a:nth-of-type(1){	background: url(../img/all/sp_f1.png) no-repeat top center #3b0507; -webkit-background-size: 72px auto; background-size: 72px auto;}
	#page-top > div a:nth-of-type(2){	background: url(../img/all/sp_f2.png) no-repeat top center #3b0507; -webkit-background-size: 72px auto; background-size: 72px auto;}
	#page-top > div a:nth-of-type(3){	background: url(../img/all/sp_f3.png) no-repeat top center #3b0507; -webkit-background-size: 72px auto; background-size: 72px auto;}
	#page-top > div a:nth-of-type(4){	background: url(../img/all/sp_f4.png) no-repeat top center #941015; -webkit-background-size: 72px auto; background-size: 72px auto;}

	/** footer **/
	footer{
		position: relative;
		height: auto;
		padding-bottom: 80px;
		background: url(../img/all/sp_footer.png) no-repeat top center;
		-webkit-background-size: 320px auto;
		background-size: 320px auto;
	}
	footer .up{
		position: relative;
		margin: 0 0 55px 0;
		padding: 0;
	}
	footer .up:after{
		content: '';
		width: 100%;
		border-bottom: 1px solid #b28702;
		position: absolute;
		top: 29px;
		left: 0;
	}
	footer .up a{
		z-index: 2;
		width: 60px;
		height: 60px;
		font-size: 10px;
		line-height: 12px;
		color: #fff;
		padding-top: 27px;
	}
	footer .up a:after{
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 4px 7px 4px;
		border-color: transparent transparent #941015 transparent;
		position: absolute;
		z-index: 3;
		top: 15px;
		left: calc(50% - 4px);
	}
	#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;
		margin: 0;
		padding: 0 7.5px;
	}
	#fmenu a{
		width: calc(100% / 3 - 5px);
		font-size: 11px;
		line-height: 20px;
		margin: 0 2.5px 5px 2.5px;
		border-radius: 10px;
	}
	footer #copyright{
		padding: 10px 0 15px 0;
	}
	footer #copy,
	footer #des{
		font-size: 10px;
		line-height: 18px;
	}
}


