@charset "UTF-8";
*{
	margin		: 0px;
	padding		: 0px;
}

img{
	border-style	: none;
	border-width	: 0px;
}

body{
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	color		: #121212;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	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	: #000000;
}

a{
	color		: #ff0099;
	text-decoration	: none;
}

a:hover{
	color		: #ff0099;
	text-decoration	: underline;
}

h2,h3{
	font-size	: 13px;
	font-weight	: normal;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table tr{
	vertical-align	: top;
}

em{
	font-style		: normal;
}

/***************************************/
/* All */
/***************************************/

body{
	min-width		: 1000px;
}

#bg_top{
	width			: 100%;
	float			: left;
	background		: #ffffff;
}

#bg_main{
	width			: 100%;
	float			: left;
	background		: url(./img/all/bg_main.gif) repeat-y top center;
}


/* body */

#body{
	margin			: 0 auto;
	text-align		: left;
}


/* header */

header{
	display: flex;
	width: calc(100% - 40px);
	height: 90px;
	background: rgba(255,255,255,0.9);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 5px;
	position: fixed;
	z-index: 1001;
	top: 20px;
	left: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

header h1{
	font-size		: 10px;
	font-weight		: normal;
	line-height		: 20px;
	text-align		: left;
	color			: #fff;
	position: absolute;
	top: -20px;
}

header h2{
	width			: 300px;
	height			: 50px;
	font-size		: 0;
	line-height		: 0;
	background		: url(./img/all/logo.png?t=1226) no-repeat;
	background-size		: 300px auto;
	margin: 20px 0 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
header h2 a{
	display: inline-flex;
	width: 100%;
	height: 100%;
}

#menu{
	margin-left: auto;
}

#menu ul{
	font-size: 0;
	line-height: 0;
	margin: 32px 0 0 0;
}

#menu li{
	display: inline-block;
	vertical-align: top;
}

#menu li a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 125px;
	font-family: "Rounded Mplus 1c";
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #121212;
	border-right: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#menu li:last-of-type a{	border-right: none;}
#menu li a:hover{
	text-decoration: none;
	color: #ff0099;
}


/* slider */

#slider{
	width			: 1000px;
	position		: relative;
	margin			: 0 0 20px 0;
}

#cover{
	width			: 1000px;
	height			: 380px;
}

#cover a{
	display			: block;
	width			: 1000px;
	height			: 360px;
}

.inpage_topimg{
	position: relative;
	width: 100%;
	height: 450px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	background: linear-gradient(225deg, #ff8b3f, #ffe866, #3deba3, #34bef7, #4a76ff, #c570ff, #ff82be, #ff6f6f);
	background-size: 1600% 1600%;
	animation: AnimationName 40s ease infinite;
	margin: 0 0 40px 0;
	overflow: hidden;
}
.inpage_topimg div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	padding: 100px 0 0 60px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.inpage_topimg div h2{
	position: relative;
	z-index: 3;
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	color: #fff;
	margin: 0 0 5px 0;
}
.inpage_topimg div h2 span{ font-size: 20px;}
.inpage_topimg div p{
	width: 100%;
    font-family: "Rounded Mplus 1c";
    font-weight: 300;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	padding: 0 0 0 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.inpage_topimg img{
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
	height: 390px;
}
.inpage_topimg img.sp_img{	display: none;}

@keyframes AnimationName{
	0%{background-position:93% 0%}
	50%{background-position:0% 100%}
	100%{background-position:93% 0%}
}


/* main */

#main{
	width			: 1000px;
	text-align		: left;
	margin: 0 auto;
}

#main_l{
	width			: 750px;
	float			: left;
}

#main_r{
	width			: 250px;
	float			: left;
	padding			: 0 0 17px 0;
}


/* left */



/* right */

#r_mail{
	width			: 250px;
	height			: 140px;
	margin			: 0 0 30px 0;
	background		: url(./img/all/r_mail.gif) no-repeat;
}

#r_mail p{
	padding			: 89px 0 0 21px;
}

#r_result h2{
	margin			: 0 0 15px 0;
}

#r_result div{
	margin			: 0 0 20px 0;
}

#r_result p{
	padding			: 0 0 2px 0;
}

#r_result span{
	display			: block;
	font-size		: 11px;
	line-height		: 14px;
	background		: url(./img/all/ar01.gif) no-repeat 0 4px;
	padding			: 0 0 0 8px;
}

#r_result span em{
	color			: #999999;
}


/* footer */

footer{
	clear			: left;
	width			: 100%;
	height			: 130px;
	background		: url(./img/all/bg_btm.jpg) repeat-x bottom left;
}

#footer{
	width			: 1000px;
	height			: 130px;
	margin			: 0 auto;
	text-align		: left;
	position		: relative;
}

#fmenu{
	padding			: 57px 0 0 0;
}

#fmenu ul{
	border-left		: 1px dotted #999999;
}

#fmenu ul:after{
	content			: "";
	display			: block;
	clear			: both;
}

#fmenu li{
	width			: 76px;
	float			: left;
	font-size		: 10px;
	line-height		: 18px;
	text-align		: center;
	border-right	: 1px dotted #999999;
}

#fmenu span a{
	padding			: 0 0 0 12px;
}

#fmenu a,#fmenu a:hover{
	color			: #333333;
}

#footer h2{
	font-size		: 11px;
	font-weight		: normal;
	line-height		: 18px;
	position		: absolute;
	bottom			: 55px;
	right			: 3px;
}

#copyright{
	position		: absolute;
	bottom			: 3px;
	right			: 3px;
}



#next{
	width			: 680px;
	text-align		: center;
	font-size		: 13px;
	margin			: 0 0 5px 0;
}

#next p{
	padding			: 20px 0 0 0;
}

#next span{
	color			: #ffffff;
	padding			: 3px 7px;
	height			: 20px;
	line-height		: 20px;
	background		: #ff0099;
	border			: 1px solid #cc0066;
}

#next a{
	color			: #121212;
	padding			: 3px 7px;
	height			: 20px;
	line-height		: 20px;
	background		: #ffffff;
	border			: 1px solid #cccccc;
	text-decoration	: none;
}

#next a:hover{
	color			: #121212;
	padding			: 3px 7px;
	background		: #ffffff;
	border			: 1px solid #cc0066;
}


/* color */

.pink{	color		: #ff0099;}
.red{	color		: #ff0000;}


/* doc */

#fisheye{
	clear			: left;
	margin-top		: 0px;
	font-size		: 0;
	line-height		: 0;
}

.fisheye{
	text-align		: center;
	height			: 60px;
	position		: relative;
}

a.fisheyeItem{
	text-align		: center;
	position		: absolute;
	display			: block;
	top				: 0;
}

.fisheyeItem img{
	margin			: 0 auto;
	width			: 100%;
}

.fisheyeContainter{
	height			: 60px;
	position		: absolute;
}


#sp_topimg,
.t_page em,
footer h2 br,
footer #sp_info,
footer em#copy{
	display			: none;
}



.t_page{
	width: 720px !important;
	height: 70px !important;
	font-family: "Rounded Mplus 1c";
	font-weight: 300;
	font-size: 24px;
	line-height: 24px;
	text-align: left;
	padding: 18px 0 0 20px;
	text-indent: 0 !important;
	border: 1px solid #f2f1e8 !important;
	box-shadow:0px 0px 0px 3px #fff inset !important;
	background: rgb(255,255,255) !important;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(238,236,226,1) 100%) !important;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.t_page em{
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 10px;
	color: #aea473;
}

.s_title{
	position: relative;
	width: auto !important;
	height: auto !important;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 20px !important;
	line-height: 24px !important;
	color: #ae7822 !important;
	text-indent: 0 !important;
	background: none !important;
	padding: 10px 0 10px 20px !important;
	border-bottom: 3px double #d7d5c0 !important;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.s_title:before{
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	left: 0;
}
.s_title:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 19px;
	left: 5px;
}
.s_title a,.s_title a:hover{	color: #ae7822;}
.s_title a:hover{
	text-decoration: none;
	border-bottom: 1px solid currentColor;
}


/** right_bt **/

.btbox,
.rbt_sns,
.rbt_line,
.rbt_tel,
.rbt_cline,
.rbt_inq,
.rbt_eyerbn{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	border: 1px solid #e3e2ce;
	border-radius: 5px;
	margin: 0 0 15px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.btbox,
.rbt_line,
.rbt_tel,
.rbt_cline,
.rbt_inq,
.rbt_eyerbn{
	height: 70px;
}

.btbox img{
	width: 42px;
	height: auto;
}

.btbox em{
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	color: #7d7b65;
	margin-left: 3px;
}
.btbox em a{	color: #7d7b65;}

a.btbox{
	text-decoration: 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;
}
a.btbox:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.bt_g em{	font-size: 24px;}

.rbt_sns{
	height: 120px;
}
.rbt_sns em{
	width: calc(100% - 40px);
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #7d7b65;
	text-align: center;
	border-bottom: 3px double #e3e2ce;
	margin: 0 0 10px 0;
	padding: 0 0 8px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rbt_sns p{
	display: inline-flex;
	justify-content: center;
}

.rbt_sns p img{
	width: 50px;
	height: 50px;
	margin: 0 5px;
}

.rbt_line em{
	width: 195px;
	height: 25px;
	font-size: 0;
	line-height: 0;
	background: url(img/all/rbt_line.png) no-repeat;
	background-size: cover;
}

.rbt_tel{
	font-family: "Rounded Mplus 1c";
	font-weight: 500;
	color: #121212;
	-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;
}
.rbt_tel:hover{
	color: #121212;
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.rbt_tel div{
	width: 100%;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
}

.rbt_tel div span{
	display: inline-block;
	vertical-align: bottom;
	font-size: 14px;
	line-height: 14px;
}

.rbt_tel div i{
	display: inline-block;
	vertical-align: bottom;
	font-style: normal;
	font-size: 10px;
	color: #7d7b65;
	margin-left: 5px;
}

.rbt_tel em{
	font-size: 29px;
	line-height: 32px;
}

.rbt_cline{
	font-family: "Rounded Mplus 1c";
	font-weight: 500;
	color: #121212;
	margin-bottom: 30px;
	-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;
}
.rbt_cline:hover{
	color: #121212;
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.rbt_cline p:first-child img{
	width: 42px;
	height: auto;
	padding-right: 10px;
	padding-left: 10px;
}

.rbt_cline p:last-child img{
	width: 65px;
	height: auto;
	padding-left: 5px;
}


.rbt_cline em{
	display: inline-block;
	font-size: 17px;
	line-height: 18px;
}



.rbt_inq{
	font-family: "Rounded Mplus 1c";
	font-weight: 500;
	color: #121212;
	margin-bottom: 30px;
	-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;
}
.rbt_inq:hover{
	color: #121212;
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.rbt_inq p:first-child img{
	width: 42px;
	height: auto;
	padding-right: 10px;
	padding-left: 10px;
}

.rbt_inq p:last-child{
	width: 165px;
	font-size: 22px;
	line-height: 1.2;
}

.rbt_inq p:last-child span{
	font-size: 12px;
}


canvas{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.rbt_pr{
	max-width: 280px;
	margin: 0 auto;
}

.rbt_pr div{
	width: 100%;
	background: #5384bb;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	margin-bottom : 5px;
	border-radius: 0 0 0 0;
}

.rbt_pr video{
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
}

.rbt_pr p{
	margin-bottom: 5px;
}

.rbt_pr p:last-of-type{
	margin-bottom: 0;
}

.rbt_pr p img{
	width: 100%;
	height: auto;
	border: 1px solid #e3e2ce;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rbt_jyanna{
	text-align: center;
	border: 1px solid #e3e2ce;
	border-radius: 5px;
	margin: 0 0 15px 0;
	padding: 15px 20px 15px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rbt_jyanna em{
	display: block;
	border-bottom: 3px double #e3e2ce;
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rbt_jyanna em img{
	width: 170px;
	height: auto;
}
.rbt_jyanna ul{
	font-size: 0;
	line-height: 0;
}
.rbt_jyanna li{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0 10px;
}
.rbt_jyanna li a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 45px;
	color: currentColor;
}
.rbt_jyanna li a img{
	width: 35px;
	height: auto;
}
.rbt_jyanna li a p{
	width: 100%;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
}
.rbt_eyer{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	border: 1px solid #e3e2ce;
	border-radius: 5px;
	margin: 0 0 15px 0;
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rbt_eyer a{
	margin: 0 10px;
	-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;
}
.rbt_eyer a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.rbt_eyer a:nth-of-type(1) img{
	width: 98px;
	height: auto;
}
.rbt_eyer a:nth-of-type(2) img{
	width: 90px;
	height: auto;
}


.rbt_eyerbn{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	border: 1px solid #e3e2ce;
	border-radius: 5px;
	margin: 0 0 15px 0;
	padding: 15px 0;
	-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;
}
.rbt_eyerbn:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.rbt_eyerbn p{
	width: 100%;
	text-align: center;
}

.rbt_eyerbn p img{
	width: 210px;
	height: auto;
}



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

@media screen and (max-width: 750px) {
	@charset "UTF-8";
	html{
	font-family: "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;
	}

	em{
	font-style:normal;
	}

	@-webkit-keyframes mycolor{
		0%	{color: rgba(255,255,255,0);}
		40%	{color: #ff0000;}
		60%	{color: #ff0000;}
		100%{color: rgba(255,255,255,0);}
	}

	.new{
		font-size		: 15px;
		letter-spacing	: -0.1em;
		-webkit-animation-name: mycolor;
		-webkit-animation-duration: 1.5s;
		-webkit-animation-timing-function: linear;
		-webkit-animation-iteration-count:infinite;
	}

	/**********************************/
	body{
		min-width: 0;
		text-align	: center;
		font-size	: 12px;
		line-height	: 16px;
		color		: #333333;
		font-family		: sans-serif;
	}
	a{
		color			: #ff0099;
		text-decoration	: none;
	}
	a:hover{
		text-decoration	: underline;
	}
	/**********************************/
	h1{
		position		: absolute;
		left			: -9999px;
	}


	/** header **/
	header{
		display: block;
		width: calc(100% - 20px);
		height: 70px;
		border-radius: 0 0 3px 3px;
		position: fixed;
		z-index: 1001;
		top: 0;
		left: 10px;
	}
	header h1{
		top: -100vh;
	}
	header h2{
		width: 180px;
		height: 30px;
		background		: url(./img/all/logo.png?t=1226) no-repeat;
		background-size	: 180px auto;
		position: static;
		margin: 10px 0 0 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	#menu{
		margin-left: 0;
	}
	#menu ul{
		font-size: 0;
		line-height: 0;
		margin: 0;
	}
	#menu li{
		width: calc(100% / 3);
	}
	#menu li a{
		width: 100%;
		font-size: 13px;
		line-height: 20px;
	}
	#bg_top{	background: #fff;}
	#h_mail{
		font-size		: 10px;
		line-height		: 25px;
		text-align		: left;
		position		: absolute;
		top				: 0;
		right			: 5px;
		padding			: 0 0 0 10px;
		background		: url(./img/all/mail.gif) no-repeat 0 50%;
		background-size	: 7px 5px;
	}
	#h_mail a{
		color			: #ffffff;
	}
	#main{
		width: auto;
	}
	#main_l{	width: auto; float: none;}
	#main_r{	width: auto; float: none;}


	/** title **/

	.title{
		font-size		: 14px;
		font-weight		: bold;
		line-height		: 16px;
		color			: #ae7823;
		margin			: 0 0 6px 0;
		padding			: 1px 0 6px 20px;
		background-image	: url(./img/sp/h2_dot.gif), url(./img/sp/h2.png);
		background-repeat	: repeat-x, no-repeat;
		background-position	: bottom left, 4px 0;
		background-size	: 4px 1px, 13px 15px;
	}

	.title em{
		display			: inline-block;
		font-size		: 7px;
		line-height		: 9px;
		color			: #646464;
		font-weight		: normal;
	}

	.t_page{
		width: auto !important;
		height: auto !important;
		font-family: "Rounded Mplus 1c";
		font-weight: 300;
		font-size		: 20px;
		line-height		: 24px;
		text-align		: center;
		border-top		: 1px solid #f2f1e8;
		border-bottom	: 1px solid #f2f1e8;
		margin			: 0 0 10px 0;
		padding			: 23px 0;
		border-left: none;
		border-right: none;
		box-shadow:0px 3px 0px 0px #fff inset,0px -3px 0px 0px #fff inset !important;
		background: rgb(255,255,255) !important;
		background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(238,236,226,1) 100%) !important;
	}

	.t_page em{
		font-size		: 8px;
		line-height		: 10px;
		color			: #aea473;
	}







	#sp_topimg{
		font-size		: 0;
		line-height		: 0;
		text-align		: center;
	}

	#sp_topimg img{
		width			: 100%;
		max-width		: 640px;
	}

	#topimg_bg{
		width		: 100%;
		height		: 60px;
		background	: #000000;
	}
	#topimg{
		width		: 100%;
		height		: 60px;
		position	: relative;
		z-index		: 100;
	}

	.inpage_topimg{
		position: relative;
		width: 100%;
		height: 200px;
		display: flex;
		align-items: flex-start;
		align-content: flex-start;
		justify-content: flex-start;
		margin: 0 0 20px 0;
	}
	.inpage_topimg img{
		position: relative;
		z-index: 1;
		width: 100%;
		height: auto;
	}
	.inpage_topimg img.pc_img{
		position: absolute;
		z-index: 1;
		left: auto;
		width: auto;
		height: 140px;
	}
	.inpage_topimg div{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: flex-start;
		width: calc(100% - 15px);
		height: 100%;
		padding: 70px 0 0 0;
		position: absolute;
		z-index: 3;
		top: 0;
		left: 15px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.inpage_topimg div h2{
		width: 100%;
		font-family: 'Noto Serif JP', serif;
		font-weight: 600;
		font-size: min(5.3vw, 20px);
		line-height: 1.1;
		margin: 0 0 1vw 0;
	}
	.inpage_topimg div h2 span{ font-size: 11px;}
	.inpage_topimg div p{
		width: 100%;
		font-family: "Rounded Mplus 1c";
		font-weight: 300;
		font-size: min(2.6vw, 14px);
		line-height: 1.4;
		padding: 0 0 0 2px;
		-webkit-transform: scale(0.68);
		-webkit-transform-origin:0 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}


	#body{
		width			: 100%;
		position		: relative;
		z-index			: 900;
		text-align		: left;
		margin: 0;
	}


	/** footer **/
	footer{
		height: auto;
		font-size		: 10px;
		text-align		: center;
		position		: relative;
		background		: url(./img/sp/footer.jpg) repeat-x top center;
		background-size	: 6px 130px;
	}
	#footer{
		width: auto;
		height: auto;
		margin: 0;
	}
	#footer h2{
		position: static;
		font-size		: 11px;
		line-height		: 16px;
		padding			: 40px 0 10px 0;
	}

	footer #sp_info{
		vertical-align	: top;
		font-size		: 0;
		line-height		: 0;
		margin			: 0 0 25px 0;
		padding			: 0 5px;
	}

	footer #sp_info a{
		width			: 143px;
		height			: 28px;
		display			: inline-block;
		font-size		: 12px;
		text-decoration	: none;
		color			: #ffffff;
		line-height		: 28px;
		margin			: 0 5px;
		border			: 1px solid #da339d;
		border-radius		: 2px;
	  	-moz-border-radius	: 2px;
	   	-webkit-border-radius	: 2px;
	background: rgb(180,32,135); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(180,32,135,1) 0%, rgba(241,1,168,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,32,135,1)), color-stop(100%,rgba(241,1,168,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(180,32,135,1) 0%,rgba(241,1,168,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(180,32,135,1) 0%,rgba(241,1,168,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(180,32,135,1) 0%,rgba(241,1,168,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(180,32,135,1) 0%,rgba(241,1,168,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b42087', endColorstr='#f101a8',GradientType=0 ); /* IE6-9 */
	}
	footer #sp_info a.tel em{
		font-size		: 8px;
	}
	footer em#copy{
		position: static;
		width			: 100%;
		display: block;
		font-size		: 8px;
		line-height		: 26px;
		text-align: center;
		color			: #ffffff;
		background		: #000000;
	}



	/* bt */
	.bt{
		width			: 100%;
		display			: inline-block;
	}
	.bt a{
		display			: inline-block;
		font-size		: 12px;
		line-height		: 30px;
		text-align		: center;
		text-decoration	: none;
		color			: #ffffff;
		border			: 1px solid #da339d;
	background: rgb(180,32,135); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(180,32,135,1) 0%, rgba(243,1,169,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,32,135,1)), color-stop(100%,rgba(243,1,169,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(180,32,135,1) 0%,rgba(243,1,169,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(180,32,135,1) 0%,rgba(243,1,169,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(180,32,135,1) 0%,rgba(243,1,169,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(180,32,135,1) 0%,rgba(243,1,169,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b42087', endColorstr='#f301a9',GradientType=0 ); /* IE6-9 */
		border-radius		: 2px;
	   	-webkit-border-radius	: 2px;
	  	-moz-border-radius	: 2px;
	}
	.bt input{
		width			: 100%;
		color			: #ffffff;
		display			: inline-block;
		font-size		: 12px;
		line-height		: 30px;
		text-align		: center;
		text-decoration	: none;
		border			: 1px solid #da339d;
	background: rgb(180,32,135); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(180,32,135,1) 0%, rgba(243,1,169,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,32,135,1)), color-stop(100%,rgba(243,1,169,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(180,32,135,1) 0%,rgba(243,1,169,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(180,32,135,1) 0%,rgba(243,1,169,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(180,32,135,1) 0%,rgba(243,1,169,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(180,32,135,1) 0%,rgba(243,1,169,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b42087', endColorstr='#f301a9',GradientType=0 ); /* IE6-9 */
	  -webkit-appearance: none;
		border-radius		: 2px;
	   	-webkit-border-radius	: 2px;
	  	-moz-border-radius	: 2px;
	}

	.bt.bt1line{
		width			: auto;
		display			: block;
		margin			: 0 5px;
	}

	.bt.bt1line a,
	.bt.bt1line input{
		display			: block;
	}


	/***** none *****/
	#cover,
	footer h2,
	footer #fmenu,
	footer #copyright{
		display			: none;
	}

	.red{	color		: #ff0000;}

	.s_title{
		position: relative;
		width: auto !important;
		height: auto !important;
		font-family: 'Noto Serif JP', serif;
		font-weight: 500;
		font-size: 18px !important;
		line-height: 22px !important;
		color: #ae7822 !important;
		text-indent: 0 !important;
		background: none !important;
		margin-bottom: 10px;
		padding: 0 10px 10px 20px !important;
		border-bottom: 3px double #d7d5c0 !important;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.s_title:before{
		content: '';
		display: inline-block;
		vertical-align: top;
		width: 13px;
		height: 13px;
		background: #000;
		border-radius: 50%;
		position: absolute;
		top: 5px;
		left: 0;
	}
	.s_title:after{
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3px 0 3px 4px;
		border-color: transparent transparent transparent #fff;
		position: absolute;
		top: 8px;
		left: 5px;
	}
	.s_title a,.s_title a:hover{	color: #ae7822;}
	.s_title a:hover{
		text-decoration: none;
		border-bottom: 1px solid currentColor;
	}


	/** right_bt **/
	#main_r{	padding: 0 15px 15px 15px;}

	.btbox,
	.rbt_sns,
	.rbt_line,
	.rbt_tel,
	.rbt_cline{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: center;
		width: 100%;
		border: 1px solid #e3e2ce;
		border-radius: 5px;
		margin: 0 0 10px 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.btbox,
	.rbt_line,
	.rbt_tel,
	.rbt_cline{
		height: 70px;
	}

	.btbox img{
		width: 42px;
		height: auto;
	}

	.btbox em{
		font-size: 18px;
		font-weight: bold;
		line-height: 25px;
		color: #7d7b65;
		margin-left: 5px;
	}
	.bt_g em{	font-size: 24px;}

	.rbt_sns{
		height: 120px;
	}
	.rbt_sns em{
		width: calc(100% - 40px);
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
		color: #7d7b65;
		text-align: center;
		border-bottom: 3px double #e3e2ce;
		margin: 0 0 10px 0;
		padding: 0 0 8px 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.rbt_sns p{
		display: inline-flex;
		justify-content: center;
	}

	.rbt_sns p img{
		width: 50px;
		height: 50px;
		margin: 0 5px;
	}

	.rbt_line em{
		width: 195px;
		height: 25px;
		font-size: 0;
		line-height: 0;
		background: url(img/all/rbt_line.png) no-repeat;
		background-size: cover;
	}

	.rbt_tel{
		font-family: "Rounded Mplus 1c";
		font-weight: 500;
		color: #121212;
		-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;
	}
	.rbt_tel:hover{
		color: #121212;
		text-decoration: none;
		opacity: 0.7;
		filter: alpha(opacity=70);
	}

	.rbt_tel div{
		width: 100%;
		font-size: 14px;
		line-height: 14px;
		text-align: center;
	}

	.rbt_tel div span{
		display: inline-block;
		vertical-align: bottom;
		font-size: 14px;
		line-height: 14px;
	}

	.rbt_tel div i{
		display: inline-block;
		vertical-align: bottom;
		font-style: normal;
		font-size: 10px;
		color: #7d7b65;
		margin-left: 5px;
	}

	.rbt_tel em{
		font-size: 29px;
		line-height: 32px;
	}


	.rbt_cline{
		font-family: "Rounded Mplus 1c";
		font-weight: 500;
		color: #121212;
		margin-bottom: 30px;
		-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;
	}
	.rbt_cline:hover{
		color: #121212;
		text-decoration: none;
		opacity: 0.7;
		filter: alpha(opacity=70);
	}

	.rbt_cline p:first-child img{
		width: 42px;
		height: auto;
		padding-right: 10px;
		padding-left: 0;
	}

	.rbt_cline p:last-child img{
		display: none;
	}


	.rbt_cline em{
		display: inline-block;
		font-size: 18px;
		line-height: 20px;
	}

	.rbt_cline em br{ display: none;}

	.rbt_jyanna li a img{
		width: 45px;
		height: auto;
	}
	
	.rbt_eyer{
		margin: 0 0 10px 0;
	}
	
	.rbt_eyerbn{
		margin: 0 0 10px 0;
	}
	
	.rbt_inq{
		margin: 0 0 0 0;
	}

	canvas{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
}