/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome.svg#fontawesome') format('svg'), url('../fonts/fontawesome.woff') format('woff'), url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
body {
	font:13px/1 verdana, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #1a1508;
	background: #fffcf5;
}
a {
	color: #1a1508;
	text-decoration: none;
}
a:hover {
	color:#1a1508;
	text-decoration: none !important;
}
input, select {
	vertical-align:middle;
	line-height:2em;
}


/* header
======================================================*/
header {
	margin:0;
	padding:0;
}
.header_inner img {
	float:left;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	width:145px;
}
.header_inner ul {
	float:right;
}
.header_inner ul li {
	float:left;
	list-style:none;
}
.header_inner ul li a{
	text-emphasis:none;
	display:block;
	margin:22px 4px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff !important;
	padding: 2px 10px;
	background: -moz-linear-gradient(
		top,
		#2e2d2e 0%,
		#2e2d2e);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#2e2d2e),
		to(#2e2d2e));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #232323;
	-moz-box-shadow:
		0px 1px 3px rgba(255,255,255,0.5),
		inset 0px -1px 0px rgba(023,023,023,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(255,255,255,0.5),
		inset 0px -1px 0px rgba(023,023,023,0.7);
	box-shadow:
		0px 1px 3px rgba(255,255,255,0.5),
		inset 0px -1px 0px rgba(023,023,023,0.7);
	text-shadow:
		0px -1px 1px rgba(255,255,255,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}
.header_inner ul li a:hover{ text-decoration:none; color:#fff !important;}

.hd_menu {
	margin:1% 0 0;
	padding:0;
	width:100%;
}
.hd_menu ul {
	width:100%;
	display:table;
	table-layout:fixed;
	border-collapse: separate;
	border-spacing: 5px 0;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.hd_menu ul li {
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 59%,
		#dbdbdb 80%,
		#d1d1d1);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.59, #ebebeb),
		color-stop(0.80, #dbdbdb),
		to(#d1d1d1));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #c9c9c9;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,1);
	font-size: 10px;
	line-height:1em;
	padding:5px 5px;
}
.hd_menu ul li a{
	letter-spacing:0px;
	color: #050505;
	font-size: 10px;
	line-height:1em;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.6),
		-1px 1px 0px rgba(255,255,255,1);
}

.ico_beginner{
	background-image:url(../img/share/icon_beginner.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:100%;
	display:block;
	width:25px;
	height:33px;
	margin:0 auto 2px;
}
.ico_stage{
	background-image:url(../img/share/icon_stage.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:100%;
	display:block;
	width:30px;
	height:34px;
	margin:0 auto 2px;
}
.ico_wkpoint{
	background-image:url(../img/share/icon_wkpoint.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:100%;
	display:block;
	width:30px;
	height:33px;
	margin:0 auto 2px;
}



/* staff status ------------------------------------- */
.staff_status{
	margin:10px auto 10px;
	border:solid 2px #f4b707;
	background-color:#FFF;
	height:auto;
	width:96%;
}
.staff_status_inner{
	margin:auto;
	display:inline-block;
	overflow:hidden;
	height:auto;
	width:100%;
	padding:0.5% 4%;
}
.staff_status_inner ul{ display:table; margin:0; width:100%;}
.staff_status_inner ul li{ display:table-cell; vertical-align:middle; height:82px;}
.staff_status_inner img{ width:68px; height:82px; margin:0; float:right;}
.staff_status_inner h3{
	font-size:14px;
	color:#484848;
	font-weight: normal;
}
.staff_p{ color:#323232; font-weight:bold; margin-top:5px; background-color:#f5f8e4; border:solid 1px #9dada4; padding:4px 0; display: block; width:90%; text-align:center;}


/* top messeage
======================================================*/
#top_message{
	margin:10px auto 20px;
	width: 96%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 1px #989898;
}

#top_message h4{
	border-bottom: solid 1px #989898;
	margin:0;
	padding: 10px;
	font-size:14px;
	font-weight:bold;
	background-color: #caded3;
	background-image: -webkit-linear-gradient(bottom, #dadada, #fdfdfd);
	background-image: -moz-linear-gradient(bottom, #dadada, #fdfdfd);
	background-image: -o-linear-gradient(bottom, #dadada, #fdfdfd);
	background-image: -ms-linear-gradient(bottom, #dadada, #fdfdfd);
	background-image: linear-gradient(to top, #dadada, #fdfdfd);	
	color: #1a1a1a;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
#top_message p{
	padding: 10px 10px 0;
	line-height:1.7em;
}
.btn_wktime{
	display:block;
	text-align:center;
	margin:10px auto 0;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#faf9f9 0%,
		#faf9f9);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#faf9f9),
		to(#faf9f9));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #989898;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0),
		0px 1px 0px rgba(255,255,255,0);
}

.btn_topmessage{
	display:block;
	text-align:center;
	margin:10px auto 0;
	font-size: 14px;
	color: #050505;
	padding: 10px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 59%,
		#dbdbdb 61%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.59, #ebebeb),
		color-stop(0.61, #dbdbdb),
		to(#b5b5b5));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #949494;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.6),
		-1px 1px 0px rgba(255,255,255,1);
}



/* contents
======================================================*/
#container {
	margin: 0 auto;
	border-top:#F93 solid 5px;
	width:100%;
}

.main {
	max-width: 69em;
	padding-top: 0;
}
#column {
	width: 100%;
}

.title_mypage {
	clear:both;
	text-align:left;
}
.title_mypage h2 {
	border-top:#F93 solid 2px;
	border-bottom:#F93 solid 1px;
	width:100%;
	display:block;
	font-size:13px;
	line-height:3em;
	font-weight:bold;
	padding:0 10px;
	background-color:#fffaf0;
}
.title_mypage h2 span {
	color:#2f4f4f;
}

#column h3 {
	margin:0;
	text-align:left;
	background-color:#ff983d;
	line-height:3em;
}
#column h3 span {
	font-weight:bold;
	color:#FFF;
	display:block;
	padding-left:15px;
	font-size: 16px;
	line-height: 2.6em;
}

/* トップページボタンエリア --- */
#top_menu1 {
	margin:2% auto;
	padding:0;
	background:none;
	border:none;
	width:100%;
}
#btn_menu01 nav ul {
	display:table;
	table-layout:fixed;
	border-collapse: separate;
	border-spacing: 5px 0;
	width:98%;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#btn_menu01 nav ul li {
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	cursor:pointer;
}

#btn_menu01 nav ul li a {
	color:#333333;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	line-height:1.2em;	
	text-shadow:0px 1px 0px #ffee66;
	width: 100%; 
	height: 100%; 
	display: block;
	padding:20px 4px;
}

#column table tr td:nth-child(2){
	float:none !important;
}

#btn_menu02 {
	margin:0 auto 4%;
	clear:both;
	background-color:#f9e6ab;
	width:96%;
}
#btn_menu02 ul {	
	list-style:none;
	display: block;
	overflow:hidden;
	height:auto;
	width:100%;
	background:none;
	border:none;
	text-align:center;
	margin:0% 0;
	padding:0;
}
#btn_menu02 ul li {
	width:96%;
	margin:2% auto;
	display:block;
}
#btn_menu02 ul li a {
	display:block;
}

.btn_topMenu2 {
	display:block;
	text-align:center;
	font-size: 14px;
	color: #050505;
	padding: 10px 0;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 59%,
		#dbdbdb 61%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.59, #ebebeb),
		color-stop(0.61, #dbdbdb),
		to(#b5b5b5));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #949494;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.6),
		-1px 1px 0px rgba(255,255,255,1);
}



/* weekly work list
======================================================*/
.weekly_list ul{
	margin: 15px 5px;
 }
.weekly_list ul li{
	overflow: hidden;
	margin: 0;
	width: 100%;
	text-align: left;
	padding: 0;
	border: 1px #ccc solid;
	border-bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	display:block;
	-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.1);
	box-shadow:0px 3px 3px rgba(000,000,000,0.1);
	background-image:url(../img/share/arrow_drower.png);
	background-repeat:no-repeat;
	background-size:25px 15px;
	background-position:right 15px;
}
.weekly_list ul li:first-child{
	border-radius: 8px 8px 0 0;
}
.weekly_list ul li:last-child{
	border-radius: 0 0 8px 8px;
	border-bottom:1px #ccc solid;
 }
.weekly_list ul li a{
	color: #333;
	display: block;
	height: 44px;
	margin: 0;
	padding: 0 0 0 10px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 44px;
	text-overflow: ellipsis;
	text-decoration: none;
	font-weight:bold;
}
.weekly_list ul li a:after{
	display: block;
	margin: 0;
	padding: 0 20px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
}

.show{
	position:relative;
	z-index:0;
}

.show.onhidden{
	height:360px;
	overflow-y:hidden;
}
 
.show .readmore{
	position:absolute;
	bottom:0;
	width:100%;
	padding:20px 0 0;
	text-align:center;
	background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(255, 255, 255, 0.5), white) repeat scroll 0 0;
	cursor:pointer;
	z-index:999;
}
 
.show .readmore span{
	width:94%;
	margin:5px auto 0;
	border:#c0c0c0 solid 1px;
	display:block;
	text-align:center;
	line-height:3em;
	background:#FFFFFF;
}

.btn_weekly{ padding:0; margin:20px 0; text-align:center;}
.btn_weekly a{ display:block; width:96%; margin:auto; text-decoration:none; line-height:2.5em;}
.btn_weekly a:hover{ text-decoration:none;}

a.btnStyle03{
	border:1px solid #999999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
	font-family:arial, helvetica, sans-serif;
	padding: 5px 20px 5px 20px;
	text-decoration:none;
	display:inline-block;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	font-weight:bold;
	color: #1a1508;
	background-color: #FFFFFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #CFCFCF);
	background-image: -moz-linear-gradient(top, #FFFFFF, #CFCFCF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #CFCFCF);
	background-image: -o-linear-gradient(top, #FFFFFF, #CFCFCF);
	background-image: linear-gradient(to bottom, #FFFFFF, #CFCFCF);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FFFFFF, endColorstr=#CFCFCF);
}
a:hover.btnStyle03{
	border:1px solid #7A7A7A;
	background-color: #EEEEEE;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#C7C7C7));
	background-image: -webkit-linear-gradient(top, #EEEEEE, #C7C7C7);
	background-image: -moz-linear-gradient(top, #EEEEEE, #C7C7C7);
	background-image: -ms-linear-gradient(top, #EEEEEE, #C7C7C7);
	background-image: -o-linear-gradient(top, #EEEEEE, #C7C7C7);
	background-image: linear-gradient(to bottom, #EEEEEE, #C7C7C7);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#EEEEEE, endColorstr=#C7C7C7);
	color: #1a1508;
}


/* imahima asuhima mail
======================================================*/

.form-group{ margin:90%; margin:0 auto;}
.form-group p{ padding:0; margin:0 0 20px;}
.input-group {
	width: 120px;
	margin-bottom:0px;
	margin-left:20px;
}
.pull-center {
	margin-left: auto;
	margin-right: auto;
}

.mail_contents input {
	display: none;
}

.mail_contents p {
	margin: 5px;
	font-size:14px;
	text-align:left;
	line-height:1.4em;
}

.mail_contents a{ text-decoration:none; display:block; width:80%; margin:0 auto; font-size:12px;}

.notice {
	color:#cd853f;
	line-height:1.4em;
	font-size:13px;
}


/* news
======================================================*/

#wknews{ margin:20px auto; padding:0; width:96%;}
#wknews h2{ margin:20px auto 20px 5px; text-align:left; font-weight:bold; color:#800000;
	border-left:#c0c0c0 solid 5px;
	padding-left:8px;
	font-size:14px;
}
#wknews h3 {
	font-size:13px;
  	margin: 0;
 	line-height: normal;
	overflow: hidden;
	margin: 0;
	width: 100%;
	text-align: left;
	padding: 0px;
	border: 1px #ccc solid;
	border-bottom: 0;
	background-color: #ff983d;
	background-image: -webkit-linear-gradient(bottom, #f2f2f2, #f8f8f8 49%, #fefefe);
	background-image: -moz-linear-gradient(bottom, #f2f2f2, #f8f8f8 49%, #fefefe);
	background-image: -o-linear-gradient(bottom, #f2f2f2, #f8f8f8 49%, #fefefe);
	background-image: -ms-linear-gradient(bottom, #f2f2f2, #f8f8f8 49%, #fefefe);
	background-image: linear-gradient(to top, #f2f2f2, #f8f8f8 49%, #fefefe);	display:block;
	-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.1);
	box-shadow:0px 3px 3px rgba(000,000,000,0.1);
}

#wknews h3 a {
	background: url("../img/share/sprite.png") 10px 10px no-repeat;
	line-height: normal;
	display: block;
	padding: 10px;
	padding-left: 35px;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	color:#333333;
	font-size:13px;
}
#wknews h3:hover {
	background-color: #ff983d;
	background-image: -webkit-linear-gradient(bottom, #dbdbdb, #e3e3e3 49%, #ececec);
	background-image: -moz-linear-gradient(bottom, #dbdbdb, #e3e3e3 49%, #ececec);
	background-image: -o-linear-gradient(bottom, #dbdbdb, #e3e3e3 49%, #ececec);
	background-image: -ms-linear-gradient(bottom, #dbdbdb, #e3e3e3 49%, #ececec);
	background-image: linear-gradient(to top, #dbdbdb, #e3e3e3 49%, #ececec);
}
#wknews h3.open  {
	background-color: #ff983d;
	background-image: -webkit-linear-gradient(bottom, #dbdbdb, #e3e3e3 49%, #ececec);
	background-image: -moz-linear-gradient(bottom, #dbdbdb, #e3e3e3 49%, #ececec);
	background-image: -o-linear-gradient(bottom, #dbdbdb, #e3e3e3 49%, #ececec);
	background-image: -ms-linear-gradient(bottom, #dbdbdb, #e3e3e3 49%, #ececec);
	background-image: linear-gradient(to top, #dbdbdb, #e3e3e3 49%, #ececec);
}
#wknews h3.open a {   background: url("../img/share/sprite2.png") 10px 10px no-repeat; }
#wknews h3 + div { padding: 20px 10px 10px 10px; border: 1px #ccc solid; }
#wknews h2 + div,
.example {
  background: #fff;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 20px;
  border: 1px #ccc solid;

}

#wknews div p{ margin-bottom:10px;}

/* Pre hide sections with JavaScript on --- */
#wknews h3+div {
  display: none;
}



/* banar area
======================================================*/
.column_banar{
	text-align:center;
	width:100%;
}

.ft_banar{
	clear:both;
	text-align:center;
	width:100%;
	margin-bottom:20px;
}
.ft_banar span.foot_banar{ text-align:center;}
.ft_banar span.foot_banar img{ width:50%;}



.ul_menu_banar {
	margin:0 auto 20px;
	display: inline-block;
	overflow:hidden;
	list-style:none;
	text-align:center;
	width:96%;
	height:auto;
	zoom:1;
}

.ul_menu_banar li {
	display: inline-block;
	overflow:hidden;
	width: 50%;
	height:auto;
	float: left;
	margin:0;
}
.ul_menu_banar li a {
	display: inline-block;
	overflow:hidden;
	line-height:normal;
	margin:0 auto;
	padding:0;
	text-align:center;
	width: 100%;
	height:auto;
}
.ul_menu_banar li span{
	vertical-align: bottom;
	text-align:center;
	width:100%;
	margin:auto;
	height:100%;
	display:block;
	/*height:71px;*/
}
.ul_menu_banar li img{
	width:90%;
	margin:auto;
}


/* tempo information
======================================================*/

.tempo_info{
	background-color:#faebd7;
	width:96%;
	margin:0 auto 20px;
	text-align:left;
	border:solid 1px #f5deb3;
	}
.tempo_info h4{ font-weight:bold; padding:10px 15px; font-size:16px; line-height:1.4em; margin-bottom:0;}
.tempo_info p{
	padding:0 15px 10px;
	line-height:1.4em;
	font-size:14px;
}


/* 予約ページ
======================================================*/
.button{
	margin:20px auto;
	padding:0;
	text-align:center;
}
.button a:hovor{ text-decoration:none;}

.check {
	width:96%;
	padding:10px;
	text-align:center;
	margin:0 auto 10px;
	font-size: 12px;
	background-color:#eeeeee;
}
.check_inner{
	height: 40px; width:250px; overflow:visible; text-align:center; margin:0 auto;

}
.check_inner a{
	display:block;
	text-decoration:none;
	width:100px;
	margin:0 10px;
	padding: 10px 15px;
	text-align: center;
	color: #666;
	text-decoration: none;
	border-radius: 3px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	font-weight: bold;
	 -webkit-box-shadow: 1px 1px 2px #e7e7e7;
	box-shadow: 1px 1px 2px #e7e7e7;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),color-stop(0.01, #f1f1f1),color-stop(0.5, #f1f1f1),color-stop(0.99, #dfdfdf),to(#ccc));
	background: linear-gradient(#fff, #f1f1f1 1% , #f1f1f1 50% , #dfdfdf 99%, #ccc);	
	float:left;
	cursor: pointer;
}
.check_inner a:hover{ text-decoration:none;color: #666;}
a.btnStyle02{
	text-align: center;
	display: block;
	padding: 8px;
	margin: 10px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	border-top: 1px solid #d25f11;
	border-right: 1px solid #d25f11;
	border-bottom: 1px solid #b85511;
	border-left: 1px solid #d25f11;
	font-weight: bold;
	 -webkit-box-shadow:inset 0 1px 0px #ffc290;
	box-shadow:inset 0 1px 0px #ffc290;
	background: -webkit-gradient(linear, left top, left bottom, from(#fe923b), to(#e26411));
	background: linear-gradient(#fe923b #e26411);
}
a:hover.btnStyle02{ text-decoration:none; color: #fff;}



/* accordion
===========================================================*/

#menu_column{ margin:20px auto; padding:0; width:96%; background:none; border:none;}

#menu_column nav{background:none; border-bottom:0; border-top:0;}
#menu_column ul, li {
	padding: 0;
	margin: 0;
	background:none;
	border:none;
}

.ac_menu {
	padding: 0 ;
	margin: 0;
	list-style: none;
	border: 1px solid #aaaaaa;

}
.ac_menu p { 
	color: #ffffff;
	font-size: 14px;
	line-height: 1.2em;
	margin: 0;
	border-bottom: 1px solid #fff;
	padding:15px 0 15px 10px;
} 
.toggle_arrow{
	background: url("../img/share/arrow_rside2.png") right 15px no-repeat;
	background-size:35px 21px;
}
.ac_menu_link{
	background: url("../img/share/arrow_rside3.png") right 10px no-repeat;
	background-size:35px 21px;
}
.lh_style1{ line-height:normal;}

.toggle_menu { 
	cursor: pointer;
	color: #ffffff;
} 
.open_close {
	display: block;
	margin:0;
} 
.close_open {
	display: none;
} 
.oya_1 {
	color: #ffffff;
	font-size: 13px;
	line-height: 3.0;
	background-color: #c3c3c3;
}
.oya_2 {
	color: #ffffff;
	font-size: 13px;
	line-height: 3.0;
	background-color: #d4d4d4;
}
.ad10p{
		padding-left: 10px;
}
#menu_column nav li {
	font-size: 13px;
	line-height: 3.0; 
	cursor: pointer; 
	width: 100%;
	background-color: #e5e5e5;
	border-bottom: 1px solid #aaaaaa;
	display: block;
}
#menu_column nav li a{ 
	color: #555555;
	padding-left: 10px;
	display: block;
	text-decoration:none;
	line-height: 3.0; 
}

#menu_column nav li a:hover {
	text-decoration:none;
}
.bgblue{ background-color: #6bb3b3;}




/* 矢印つきリスト
======================================================*/

#sec_menu01 {
	height:auto;
	width:100%;
	margin:0;
	overflow:hidden;
}
#sec_menu01 h2 {
	padding: 0 10px;
	background: #5f9ea0;
	color: #fff;
	font-weight: bold;
	margin:0;
	line-height:3em;
	font-size:13px;
}


/* フッター 
===================================================================================*/
#footer {
	width:100%;
	height:auto;
	margin:0;
	padding: 0;
	text-align: center;
	background-color:#F93;
}
#footer .copy {
	text-align:center;
	font-size:9px;
	white-space: nowrap;
	margin:0 auto;
	line-height:1.5em;
	color:#fff;
}

.ft_menu{ text-align:center; margin:0; font-size:11px; overflow:hidden; display:inline-block; height:auto; line-height:2em; width:100%; background-color:#a9a9a9;}
.ft_menu a{ font-size:10px; text-decoration:none; color:#fff;}
.ft_menu a:hover{ text-decoration:none; color:#FFFFFF;}


/* ボタン
======================================================*/
button.btnstyle01 {
	cursor: pointer;
	color: #ffffff;
	padding: 5px 50px;
	background: -moz-linear-gradient(  top,  #fff3db 0%,  #ffc821 25%,  #ff3c00);
	background: -webkit-gradient(  linear, left top, left bottom,  from(#fff3db),  color-stop(0.25, #ffc821),  to(#ff3c00));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #b85f00;
	-moz-box-shadow:
 0px 1px 3px rgba(000,000,000,0.5),  inset 0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
 0px 1px 3px rgba(000,000,000,0.5),  inset 0px -1px 0px rgba(255,255,255,0.7);
	box-shadow:
 0px 1px 3px rgba(000,000,000,0.5),  inset 0px -1px 0px rgba(255,255,255,0.7);
	text-shadow:
 0px -1px 1px rgba(000,000,000,0.2),  0px 1px 0px rgba(255,255,255,0.3);
}

.btn-hg,
.btn-group-hg > .btn {
  padding: 13px 4px;
  font-size: 14px;
  line-height: 1.227;
  border-radius: 6px;
  display:block;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 29px;
  font-size: 17px;
  line-height: 1.471;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 9px 13px;
  font-size: 13px;
  line-height: 1.385;
  border-radius: 4px;
}
.btn-warning {
  color: #ffffff;
  background-color: #f1c40f;
}
.btn-warning:hover,
.btn-warning.hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #f4d313;
  border-color: #f4d313;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background: #cda70d;
  border-color: #cda70d;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled.hover,
.btn-warning[disabled].hover,
fieldset[disabled] .btn-warning.hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #bdc3c7;
  border-color: #f1c40f;
}
.btn-warning .badge {
  color: #f1c40f;
  background-color: #ffffff;
}
.btn-inverse {
  color: #ffffff;
  background-color: #34495e;
}
.btn-inverse:hover,
.btn-inverse.hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #415b76;
  border-color: #415b76;
}

.btn-info {
  color: #ffffff;
  background-color: #3498db;
}
.btn-info:hover,
.btn-info.hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #5dade2;
  border-color: #5dade2;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background: #2c81ba;
  border-color: #2c81ba;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled.hover,
.btn-info[disabled].hover,
fieldset[disabled] .btn-info.hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #bdc3c7;
  border-color: #3498db;
}
.btn-info .badge {
  color: #3498db;
  background-color: #ffffff;
}

.btn-success {
  color: #ffffff;
  background-color: #2ecc71;
  line-height:2em;
  font-size:15px !important;
}
.btn-success:hover,
.btn-success.hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #58d68d;
  border-color: #58d68d;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background: #27ad60;
  border-color: #27ad60;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled.hover,
.btn-success[disabled].hover,
fieldset[disabled] .btn-success.hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #bdc3c7;
  border-color: #2ecc71;
}
.btn-success .badge {
  color: #2ecc71;
  background-color: #ffffff;
}

/* ページトップボタン
======================================================*/
.btntop {
	width:35px;
	height:35px;
	right:12px;
	bottom:30px;
	border:1px solid #ffa500;
	border-radius:8px;
	background-color:#ffa500;
	display:none;
	position:fixed;
	text-indent:-9999em;
}
.btntop:after, .btntop:hover:after {
	content:"";
	width:12px;
	height:12px;
	top:12px;
	left:10px;
	transform:rotate(-45deg);
	position:absolute;
	overflow: hidden;
	outline: none;
}
.btntop:after {
	border-top:4px solid #fff;
	border-right:4px solid #fff;
}
.btntop:hover:after {
	border-top:	4px solid #fff;
	border-right:4px solid #fff;
}

/* ST ZWB 2019.01.28 M20-00222
======================================================*/
.header_inner ul li a.hd_btn_contact{
	display:block;
	padding: 2px 8px;
	line-height:2em;
	font-size: 11px;
	color: #c27b00 !important;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#d6d6d6));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ffbf00;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,1);
}

.sec_btn{ padding:0; margin:20px 0 30px; text-align:center;}
.sec_btn a{ display:block; width:96%; margin:auto; text-decoration:none; line-height:2.5em;}
.sec_btn a:hover{ text-decoration:none;}

a.btn_contact{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
	font-family:arial, helvetica, sans-serif;
	padding: 5px 20px 5px 20px;
	text-decoration:none;
	display:inline-block;
	font-weight:bold;
	color: #c27b00 !important;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#d6d6d6));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ffbf00;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,1);
}
/*ST ZWB 2019.01.28 M20-00222*/
/* 2019.03.26追加
======================================================*/

/* バナーの表示の変更 */
.ul_menu_banar li.li_02 {
	display: inline-block;
	overflow:hidden;
	width: 100%;
	height:auto;
	float: none; 
	margin:0;
}
.ul_menu_banar li.li_02 a {
	display: inline-block;
	overflow:hidden;
	line-height:normal;
	margin:0 auto;
	padding:0;
	text-align:center;
	width: 100%;
	height:auto;
}


/* マイページトップのNEWマーク */
.ico_new01 {
	font-weight: bold;
	color: #ff6600;
	margin-left: 10px;
	letter-spacing: 0.1em;
}

/* 2019.05.15 追加　マイページトップの初心者マーク */
.ico_beginner01 {
	width: 23px;
	height: 31px;
	margin-left:8px;
}

.ac_menu p.ico01 {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2em;
    margin: 0;
    border-bottom: 1px solid #fff;
    padding: 8px 0 8px 10px;
}



/* 2022.01.27 追加
======================================================*/
/* =====================
  　2列
===================== */
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	align-items: flex-start;
	justify-content: center;
	margin:0 auto;
	padding:0;
	
}
.col_2 > div{
	width: 44%;
	margin: 4% 3% 4%;
	padding:0;
}

.btnArea{
	margin:0 0 10px;
	padding:0;
	width:100%;
	display:inline-block;

}
.btnArea a{ display:block; }
.btnArea a:hover { color:#FFF; }

.bt_syousai{
	font-weight: bold;
	display: block;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	background: rgb(133,133,133);
	background: -moz-linear-gradient(top, rgba(133,133,133,1) 0%, rgba(88,88,88,1) 46%, rgba(56,56,56,1) 80%, rgba(87,87,87,1) 98%);
	background: -webkit-linear-gradient(top, rgba(133,133,133,1) 0%,rgba(88,88,88,1) 46%,rgba(56,56,56,1) 80%,rgba(87,87,87,1) 98%);
	background: linear-gradient(to bottom, rgba(133,133,133,1) 0%,rgba(88,88,88,1) 46%,rgba(56,56,56,1) 80%,rgba(87,87,87,1) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#858585', endColorstr='#575757',GradientType=0 );	
}



.mb00{ margin-bottom:0 !important;}
.mt00{ margin-top:0;}


.result-label-box {
    margin:0;
	height:100%;
	height:105px;
	overflow:hidden;
}

ul.result-label-box-ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
	height:auto;
}
ul.result-label-box-ul li {
    display: inline-block;
    margin: .1em;
    padding: 0;
}

.label-stroke {
    font-size: 86%;
    padding: 5px;
    border-radius: 3px;
    background-color: #f7f7f7;
    border: solid 1px #b8b8b8;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    color: #696969;
}



.tsimg {
	position: relative;
	display: inline-block;
	background-color: #ccc;
	min-width:129px;
	min-height:86px;
	width:100%;
	height:100%;	
}
@media screen and (min-width: 375px) {
	.tsimg { min-height: 102px; }
}
@media screen and (min-width: 480px) {
	.tsimg { min-height: 133px; }
}
@media screen and (min-width: 640px) {
	.tsimg { min-height: 180px; }
}
@media screen and (min-width: 768px) {
	.tsimg { min-height: 218px; }
}

.tsimg:before {
	content: "";
	display: inline-block;
	clear: both;
	width:100%;
	height:100%;
}
.tsimg img {
	display: block;
	position: relative;
	width: 100%;
	/* MOD ST. BY K&G 2025-05-19 00693-013 */
	/*
	height: 100%;
	vertical-align: top;
	*/
	height: calc(50vw - 50px) !important;
	object-fit: contain;
	object-position: center;
	/* MOD END. BY K&G 2025-05-19 00693-013 */
}



.ico_favorite, .ico_favorite_on {
	position: absolute;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    bottom:6px;
    left: 6px;
	z-index:3;
}
.ico_favorite{
	background: #dcdcdc;
}
.ico_favorite_on{
	background: #ffe033;
}

.ico_favorite:before,
.ico_favorite_on:before {
	font-family: FontAwesome;
	content: '\f005';
	color:#fff;
	font-size: 22px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}

#footer002 {
	width:100%;
	height:auto;
	margin:0;
	padding: 0;
}

.ft_fix-menu {
	position: fixed;
	left:0;
	bottom: 0;
	height: auto;
	z-index: 999;
	width: 100%;
	/* MOD ST. BY K&G 2022-06-20 00658-013 */
	/* background: rgba(98,98,98,0.9); */
	background: rgba(176, 175, 175, 0.5);
	/* MOD ST. BY K&G 2022-06-20 00658-013 */
}
.is-fixed {
	display: none!important;
	animation: fadeIn 0.2s ease 0.3s 1 normal;
}
.i-footer_fixmenu {
	margin:0;
    padding: 4% 5%;
}
.i-footer_fixmenu .items {
	display: flex;
	justify-content: center;
	/* MOD ST. BY K&G 2022-06-07 00663-013 */
	/* flex-wrap: wrap; */
	/* MOD END. BY K&G 2022-06-07 00663-013 */
}
.i-footer_fixmenu .item {
	/* MOD ST. BY K&G 2022-06-07 00663-013 */
	/* margin:1%; */
	margin:1px;
	/* MOD END. BY K&G 2022-06-07 00663-013 */
}


.foot_btn{
	text-align:center;
    display: inline-block;
    outline: medium none;
    cursor: pointer;
    /* MOD ST. BY K&G 2022-06-07 00663-013 */
    /* font-size: 12px; */
    font-size: 9px;
    /* MOD END. BY K&G 2022-06-07 00663-013 */
    line-height: 10px;
    font-weight: 600;
    border-radius: 20px;
    /* MOD ST. BY K&G 2022-06-07 00663-013 */
    /* padding: 10px; */
    /* min-width:90px; */
    padding: 5px;
	/* MOD END. BY K&G 2022-06-07 00663-013 */
	color:#6b6b6b;
	border: 1px solid rgb(34, 34, 34);
    transition: box-shadow 0.2s ease 0s, -ms-transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s, transform 0.1s ease 0s;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}
.foot_btn i{ margin-right:5px; font-size:116%; }

.foot_btn:hover{ border-color:#000000;background:#f7f7f7; }

.foot_btn i.fc-green{ color:#097c25;}
.foot_btn i.fc-gray{ color:#097c25;}



/* =====================
  PageNavi Box
===================== */
.col_2 div.nav-links{
	clear:both;
	padding:1em;
	display:flex;
	justify-content:center;
	margin:0 auto 80px;
	height:40px;
	width:100%;
}
.col_2 div.nav-links a, .col_2 div.nav-links span{
	width:40px;
	height:40px;
	margin:2px;
	padding:0;
	line-height:40px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	background:#fff;
	color:#222;
	transition:.3s;
}
.col_2 div.nav-links a:hover{
	background:#a9a9a9;
	color:#fff;
}
.col_2 div.nav-links .current{
	background:#a9a9a9;
	color:#fff;
}
.col_2 div.nav-links .dots{
	background:none;
}




.i-head_fixmenu .items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.i-head_fixmenu .item {
	margin:4% 1% 2%;
	/* MOD ST. BY K&G 2022-06-07 00663-013 */
	/* width:48%; */
	width:30%;
	/* MOD END. BY K&G 2022-06-07 00663-013 */
}
.i-head_fixmenu .item a{
	display: block;
}
.i-head_fixmenu .item a.head_btn{
	text-align:center;
	cursor: pointer;
	padding: 10px;
	line-height: 1;
	text-decoration: none;
	color: #ffffff;
	/* MOD ST. BY K&G 2022-06-07 00663-013 */
	/* font-size: 12px; */
	font-size: 9px; 
	/* MOD END. BY K&G 2022-06-07 00663-013 */
	border-radius: 4px;
	transition: 0.3s;
	background-color: #FF9326;
}
.i-head_fixmenu .item a.head_btn:hover {
	opacity: .7;
}

/* MOD ST. BY K&G 2025-05-19 00693-013 */
.movie_url {
	padding-top: 10px;
	padding-bottom: 2px;
	margin-bottom: 0;
	font-size: 11px;
	line-height: 2em;
	border-top: dotted 1px #CCCCCC;
	border-bottom: dotted 1px #CCCCCC;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.movie_title {
	display: flex;
	align-items: center;
	gap: 10px;
}
/* MOD END. BY K&G 2025-05-19 00693-013 */