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

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{
	font-family		: Meiryo,"MS PGothic",Osaka,sans-serif;
    -webkit-text-size-adjust: 100%;
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	color		: #333;
	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;
	background: #fff;
}

a{
	color		: #ff0099;
	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;
}

body::before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background: url(../img/all/bg.jpg) top center #fff;
	-webkit-background-size: 140px 140px;
	background-size: 140px 140px;
}


/** header **/

header{
	width: 100%;
	position: relative;
	margin: 0 0 0 0;
	padding-top: calc(170 / 320 * 100%);
	background: url(../img/all/header.png) top center / cover no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

header h1{
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

header a{
	display: inline-block;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 5px;
	right: 5px;
}

header a img{
	width: 60px;
	height: auto;
}


/** nav **/

nav{
	display: block;
	width: 100%;
	font-size: 0;
	line-height: 0;
	padding: 1px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

nav a{
	display: inline-block;
	width: 20%;
	height: 64px;
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

nav a:nth-child(even){
	box-shadow:0px 0px 0px 1px #222 inset;
	-moz-box-shadow:0px 0px 0px 1px #222 inset;
	-webkit-box-shadow:0px 0px 0px 1px #222 inset;
}

nav a:nth-child(1){
	background: url(../img/all/menu.png) no-repeat 50% 0, -webkit-linear-gradient(90deg, #ffffff 0%, #e6e6e6 100%);
	background: url(../img/all/menu.png) no-repeat 50% 0, -moz-linear-gradient(90deg, #ffffff 0%, #e6e6e6 100%);
	background: url(../img/all/menu.png) no-repeat 50% 0, -o-linear-gradient(90deg, #ffffff 0%, #e6e6e6 100%);
	background: url(../img/all/menu.png) no-repeat 50% 0, -ms-linear-gradient(90deg, #ffffff 0%, #e6e6e6 100%);
	background: url(../img/all/menu.png) no-repeat 50% 0, linear-gradient(0deg, #ffffff 0%, #e6e6e6 100%);
	-webkit-background-size: 64px 320px, cover;
	background-size: 64px 320px, cover;
}

nav a:nth-child(2){
	background: url(../img/all/menu.png) no-repeat 50% -64px, -webkit-linear-gradient(90deg, #222222 0%, #404040 100%);
	background: url(../img/all/menu.png) no-repeat 50% -64px, -moz-linear-gradient(90deg, #222222 0%, #404040 100%);
	background: url(../img/all/menu.png) no-repeat 50% -64px, -o-linear-gradient(90deg, #222222 0%, #404040 100%);
	background: url(../img/all/menu.png) no-repeat 50% -64px, -ms-linear-gradient(90deg, #222222 0%, #404040 100%);
	background: url(../img/all/menu.png) no-repeat 50% -64px, linear-gradient(0deg, #222222 0%, #404040 100%);
	-webkit-background-size: 64px 320px, cover;
	background-size: 64px 320px, cover;
}

nav a:nth-child(3){
	background: url(../img/all/menu.png) no-repeat 50% -128px, -webkit-linear-gradient(90deg, #ffffff 0%, #e6e6e6 100%);
	background: url(../img/all/menu.png) no-repeat 50% -128px, -moz-linear-gradient(90deg, #ffffff 0%, #e6e6e6 100%);
	background: url(../img/all/menu.png) no-repeat 50% -128px, -o-linear-gradient(90deg, #ffffff 0%, #e6e6e6 100%);
	background: url(../img/all/menu.png) no-repeat 50% -128px, -ms-linear-gradient(90deg, #ffffff 0%, #e6e6e6 100%);
	background: url(../img/all/menu.png) no-repeat 50% -128px, linear-gradient(0deg, #ffffff 0%, #e6e6e6 100%);
	-webkit-background-size: 64px 320px, cover;
	background-size: 64px 320px, cover;
}

nav a:nth-child(4){
	background: url(../img/all/menu.png) no-repeat 50% -192px, -webkit-linear-gradient(90deg, #222222 0%, #404040 100%);
	background: url(../img/all/menu.png) no-repeat 50% -192px, -moz-linear-gradient(90deg, #222222 0%, #404040 100%);
	background: url(../img/all/menu.png) no-repeat 50% -192px, -o-linear-gradient(90deg, #222222 0%, #404040 100%);
	background: url(../img/all/menu.png) no-repeat 50% -192px, -ms-linear-gradient(90deg, #222222 0%, #404040 100%);
	background: url(../img/all/menu.png) no-repeat 50% -192px, linear-gradient(0deg, #222222 0%, #404040 100%);
	-webkit-background-size: 64px 320px, cover;
	background-size: 64px 320px, cover;
}

nav a:nth-child(5){
	background: url(../img/all/menu.png) no-repeat 50% -256px, -webkit-linear-gradient(90deg, #ffffff 0%, #e6e6e6 100%);
	background: url(../img/all/menu.png) no-repeat 50% -256px, -moz-linear-gradient(90deg, #ffffff 0%, #e6e6e6 100%);
	background: url(../img/all/menu.png) no-repeat 50% -256px, -o-linear-gradient(90deg, #ffffff 0%, #e6e6e6 100%);
	background: url(../img/all/menu.png) no-repeat 50% -256px, -ms-linear-gradient(90deg, #ffffff 0%, #e6e6e6 100%);
	background: url(../img/all/menu.png) no-repeat 50% -256px, linear-gradient(0deg, #ffffff 0%, #e6e6e6 100%);
	-webkit-background-size: 64px 320px, cover;
	background-size: 64px 320px, cover;
}


/** sub **/

#sub{
	width: 60px;
	font-size: 0;
	line-height: 0;
	position: fixed;
	z-index: 10;
	bottom: 4px;
	left: 0;
}

#sub a{
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	color: #fff;
	border-radius: 0 5px 5px 0;
	padding: 44px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#sub a:nth-child(1){
	background: url(../img/all/side1.png) no-repeat rgba(255, 61, 157, 0.9);
	-webkit-background-size: 60px 60px;
	background-size: 60px 60px;
}

#sub a:nth-child(2){
	margin-top: 5px;
	background: url(../img/all/side2.png) no-repeat rgba(186, 103, 224, 0.9);
	-webkit-background-size: 60px 60px;
	background-size: 60px 60px;
}

#sub a:nth-child(3){
	margin-top: 5px;
	line-height: 11px;
	padding-top: 36px;
	background: url(../img/all/side3.png) no-repeat rgba(11, 182, 58, 0.9);
	-webkit-background-size: 60px 60px;
	background-size: 60px 60px;
}



/** main **/

main{
	text-align: left;
}

.top_telopen{
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #ff3d9d;
	padding: 5px 0;
	background: url(../img/all/top_telopen.gif) top center;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
}

.top_telopen a,
.top_telopen span{
	color: #333;
}

.title{
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	color: #975c3f;
	position: relative;
	padding: 8px 0 8px 0;
	border-top: 1px solid #ff99cc;
	border-bottom: 1px solid #ff99cc;
	box-shadow:0px 3px 0px 0px #ffdcee inset,0px -3px 0px 0px #ffdcee inset;
	-moz-box-shadow:0px 3px 0px 0px #ffdcee inset,0px -3px 0px 0px #ffdcee inset;
	-webkit-box-shadow:0px 3px 0px 0px #ffdcee inset,0px -3px 0px 0px #ffdcee inset;
	background: url(../img/all/title.png) top center, -webkit-linear-gradient(-180deg, #fff9de 0%, #ffffff 49%, #fff9de 100%);
	background: url(../img/all/title.png) top center, -moz-linear-gradient(-180deg, #fff9de 0%, #ffffff 49%, #fff9de 100%);
	background: url(../img/all/title.png) top center, -o-linear-gradient(-180deg, #fff9de 0%, #ffffff 49%, #fff9de 100%);
	background: url(../img/all/title.png) top center, -ms-linear-gradient(-180deg, #fff9de 0%, #ffffff 49%, #fff9de 100%);
	background: url(../img/all/title.png) top center, linear-gradient(270deg, #fff9de 0%, #ffffff 49%, #fff9de 100%);
	-webkit-background-size: 20px 20px, cover;
	background-size: 20px 20px, cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.title em{
	display: inline-block;
	font-family: "FontA";
	font-size: 28px;
	font-weight: normal;
	color: #ff3d9d;
	line-height: 30px;
	text-align: center;
}

.page_title{
	color: #7d5300;
	text-align: left;
	position: relative;
	padding: 1px 0 6px 10px;
	border-bottom: 1px solid #fff;
	background: url(../img/all/page_title2.png) no-repeat top right, url(../img/all/page_title1.gif) top center;
	-webkit-background-size: 320px 80px, 60px 60px;
	background-size: 320px 80px, 60px 60px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.page_title em{
	display: inline-block;
	font-family: "FontA";
	font-size: 40px;
	font-weight: normal;
	color: #fff;
	line-height: 54px;
	letter-spacing: 1px;
	text-shadow:0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c,0px 0px 3px #7d4d1c;
}

.page_title em:first-letter{	color: #ffff00;}

.page_title span{
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
	padding: 0 5px;
	background: rgba(255, 51, 151, 0.7);
}

.s_title{
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	color: #ffff00;
	position: relative;
	padding: 13px 0;
	text-shadow: 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308 , 0 0 2px #653308;
	border-top: 1px solid #ff99cc;
	border-bottom: 1px solid #ff99cc;
	box-shadow:0px 3px 0px 0px #ffdcee inset,0px -3px 0px 0px #ffdcee inset;
	-moz-box-shadow:0px 3px 0px 0px #ffdcee inset,0px -3px 0px 0px #ffdcee inset;
	-webkit-box-shadow:0px 3px 0px 0px #ffdcee inset,0px -3px 0px 0px #ffdcee inset;
	background: url(../img/all/title.png) top center, -webkit-linear-gradient(-180deg, #fff9de 0%, #ffffff 49%, #fff9de 100%);
	background: url(../img/all/title.png) top center, -moz-linear-gradient(-180deg, #fff9de 0%, #ffffff 49%, #fff9de 100%);
	background: url(../img/all/title.png) top center, -o-linear-gradient(-180deg, #fff9de 0%, #ffffff 49%, #fff9de 100%);
	background: url(../img/all/title.png) top center, -ms-linear-gradient(-180deg, #fff9de 0%, #ffffff 49%, #fff9de 100%);
	background: url(../img/all/title.png) top center, linear-gradient(270deg, #fff9de 0%, #ffffff 49%, #fff9de 100%);
	-webkit-background-size: 20px 20px, cover;
	background-size: 20px 20px, cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** aside **/

.imenu{
	width: 100%;
	font-size: 0;
	line-height: 0;
	padding: 5px 0;
	background: #d2ffb9;
	background-image: radial-gradient(#ffffff 20%, transparent 0), radial-gradient(#ffffff 20%, transparent 0);
	background-position: 0 0, 10px 10px;
	background-size: 20px 20px;
}

.imenu ul{}

.imenu li{
	display: inline-block;
	width: calc(100% / 3);
	padding: 5px 0;
}

.imenu li a{
	display: inline-block;
	width: 95px;
	height: 95px;
}

.imenu li a img{
	width: 95px;
	height: auto;
}

.tmenu{
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	padding: 10px 0;
}


/** footer **/

footer{
	height: 152px;
	position: relative;
	text-align: left;
	padding: 70px 0 0 0;
	background:
	url(../img/all/footer.jpg) repeat-x top center,
	url(../img/all/footer_bg.jpg) repeat-x top center;
	-webkit-background-size: 320px 152px, 100px 152px;
	background-size: 320px 152px, 100px 152px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

footer p{
	font-size: 11px;
	line-height: 16px;
	color: #e55aa0;
	padding: 0 0 0 10px;
}

footer p a{
	color: #e55aa0;
}

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

.error span{
	color: #ff0000;
}


/** fbt_chat **/

#fbt_chat{
	color: #fff;
	font-size: 0;
	line-height: 0;
	background-color: #ff3399;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	text-align: center;
	border-radius: 50%;
	position: fixed;
	z-index: 9997;
	bottom: 20px;
	right: 5px;
	margin: 0 !important;
	-webkit-transform: rotate(-15deg);
	   -moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		 -o-transform: rotate(-15deg);
			transform: rotate(-15deg);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#fbt_chat:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#fbt_chat span {
	font-size: 40px;
	line-height: 40px;
}

#fbt_chat em {
	width: 100%;
	font-family		: Meiryo,"MS PGothic",Osaka,sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-style: normal;
}


/***************************************
GOOGLE FONT
****************************************/
@font-face {
	font-family: FontA;
	src: url('../fonts/Anton-Regular.ttf') format("truetype");
}

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

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

.top_telopen p,
footer,
.font1{
	font-family: FontA;
}

.font2{
	font-family: FontB;
}

.font3{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "Yu Mincho" , "YuMincho" ,"Hiragino Mincho Pro" , "HiraMinProN-W3" , "MS PMincho" , serif;
}