@charset "UTF-8";
/* CSS Document */

/*=====================================
   Common
=======================================*/   

* {
	margin: 0;
	padding: 0;
}
html {
}
body {
	font-size: 14px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #5B5B5B;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}
#page-top {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
}
#page-top a {
  font-size: 12px;
  text-decoration: none;
  background: #CCCCCC;
  border-radius: 5px;	
  color: #fff;
  padding: 5px;
  text-align: center;
  display: block;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#page-top a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
  transition: .6s;
}

#snd {
	min-width: 980px;
}
/*clearfix */
.clearfix {
}
.clearfix:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	min-height: 1px;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
h1 {
	margin:0;
	line-height: 0;
}
img {
	border: none;
	vertical-align: top;
}
p, dt, dd, li {
	line-height: 1.6;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
}
.mt1 {
	margin-top: -1px;
}
.ml0 {
	margin-left: 0!important;
}
.ml10 {
	margin-left: 10px!important;
}
.ml15 {
	margin-left: 15px!important;
}
.ml20 {
	margin-left: 20px!important;
}
.pb10 {
	padding-bottom: 10px!important;
}
.pb20 {
	padding-bottom: 20px!important;
}
.pb30 {
	padding-bottom: 30px!important;
}
.mb0 {
	margin-bottom: 0!important;
}
.mb5 {
	margin-bottom: 5px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb15 {
	margin-bottom: 15px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb25 {
	margin-bottom: 25px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb35 {
	margin-bottom: 35px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
.mb45 {
	margin-bottom: 45px!important;
}
.mb110 {
	margin-bottom: 50px!important;
}
.mr0 {
	margin-right: 0!important;
}
.ml20{
	margin-left: 20px;
}
.mauto{
	margin: auto;
}

.fs12{
	font-size:12px;
}
.tar {
	text-align: right;
}
.tal {
	text-align: left;
}
.fl {
	float: left;
}
.fl2 {
	float: left;
}
.fr {
	float: right;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center!important;
}
.highlight {
  background-color: #00FF00!important;
}
table {
	border-collapse: collapse;
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sp {
	display: none;
}
input[type="text"],input[type="password"],select{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height:24px;
}
input[type="button"],input[type="submit"]{
	-webkit-appearance: none;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: none;
	background-color:#c7c7c7;
	padding: 6px 15px;
	margin: 1px;
	letter-spacing: 0.01em;
	font-weight: bold;
	color: #333333;
}
input[type="button"]:hover,input[type="submit"]:hover {
	color: #5B5B5B;
	background-color:#C1C1C1;
}
textarea{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul.dateul {
	margin: auto;
	display: table;
	width:100%;
}
ul.dateul > li {
	display: table-cell;
}
li.dateli {
	margin-top: 1px;
}

/*-------color change -------*/
body.tennis{
/*	background: #ccc;*/
}



#wrapper{
	width: 1160px;
	background-color: #fff;
/*	margin: 0 auto;*/
}
#content_wrap{
	padding-bottom:50px;
	
}
/*-------  header  -------*/
header{
	border-bottom: solid 1px #ccc;
	overflow: hidden;
}
header .logo{
	background-color: #FF5917;/*logo_color*/
	margin-left: 15px;
	width:250px;
	height:56px;
	float: left;
	font-weight: bold;
}
header .logo a{
	display:block;	
	padding:0px 0;
}
header .logo a:hover{
	background-color:#ccc;
}
header .head_right{
	width: 850px;
	float: right;
	margin-right: 15px;
	overflow: hidden;
	margin-top: 12px;
}
header .head_right .name{
	width: 380px;
	float:left;
	font-size: 18px;
	line-height: 32px;
	text-align: left;
}
header .head_right .name img{
	margin-right: 10px;
}
header .head_right .name .point{
	width: 230px;
	height: 20px;
	position :absolute;
	margin-top: -15px;
	margin-left: 45px;
	font-size: 12px;
	text-align: left;
}
header .head_right .name .point a{
	color:#8b0000;
	text-decoration:none;
}
header .head_right .select{
	width: 240px;
	height: 20px;
	float: left;
	overflow: hidden;
	margin-top: 7px;
	text-align: right;
	margin-left: 50px;
}
header .sp_btn_menu {
	display: none;
}
.font_mini1{ 
	font-size: 90%;
}
.font_mini2{ 
	font-size: 80%;
	height: 80%;
}
.font_mini3{ 
	font-size: 70%;
	letter-spacing:0em;
	height: 70%;
}
.font_mini4{ 
	font-size: 70%;
	letter-spacing:0em;
	height: 70%;
}
.font_mini5{ 
	font-size: 70%;
	letter-spacing:0em;
	height: 70%;
}
.font_mini6{ 
	font-size: 70%;
	letter-spacing:0em;
	height: 70%;
}
.font_mini7{ 
	font-size: 70%;
	letter-spacing:0em;
	height: 70%;
}
header .head_right .select select{
	width:100%;
}

.logoutbtn{
	width:100px;
	float:right;
	margin-top:6px;
	letter-spacing: 0.16em;
}
.logoutbtn a{
	color: #5B5B5B;
	text-decoration: none;
	width:100px;
	display:block;
	background-color:#eee;
	border-radius: 20px;
	padding:  3px 0;
    font-weight: bold;
}
.logoutbtn a:hover {
	color: #5B5B5B;
	background-color:#C1C1C1;
}

.btn_txt{
}
.btn_txt a{
	display:block;
	background-color:#ccc;
	text-align:center;
	padding: 6px;

}
/*-------  side  -------*/
#side{
	width: 250px;
	float: left;
	margin-left: 15px;
	text-align: left;
}
#side li{
	background-color: #eee;
	margin-bottom:1px; 
	background-image:url(../images/icon_link.php);
	background-size: 33px auto;
	background-repeat: no-repeat;
	padding-left: 37px;
	line-height:46px;
	white-space:nowrap;
}
#side li a:link{
	color: #5B5B5B;
}
#side li:link,#side li:hover,#side li.active{
	background-color: #bababa;
	color: #CA0002;
}
#side li a{
	color: #5B5B5B;
	display:block;
	text-decoration:none;
    font-weight: bold;
}

#side li.nav01{
	background-position: 5px 10px;
}
#side li.nav02{
	background-position: 5px -32px;
}
#side li.nav03{
	background-position: 5px -76px;
}
#side li.nav04{
	background-position: 5px -124px;
}
#side li.nav05{
	background-position: 5px -170px;
}
#side li.nav06{
	background-position: 5px -216px;
}
#side li.nav07{
	background-position: 5px -262px;
}
#side li.nav08{
	background-position: 5px -304px;
}
#side li.nav09{
	background-position: 5px -350px;
}
#side li.nav10{
	background-position: 5px -394px;
}
#side li.nav11{
	background-position: 5px -438px;
}
#side li.nav12{
	background-position: 5px -486px;
}
#side li.nav13{
	background-position: 5px -530px;
}
#side li.nav14{
	background-position: 5px -576px;
}
#side li.nav15{
	background-position: 5px -620px;
}
#side li.nav16{
	background-position: 5px -620px;
}
#side li.nav17{
	background-position: 5px -666px;
}
#side li.nav18{
	background-position: 5px -709px;
}
#side li.nav19{
	background-position: 5px -755px;
}
#side li.nav20{
	background-position: 5px -798px;
}
#side li.nav21{
	background-position: 5px -848px;
}
#side li.nav22{
	background-position: 5px -894px;
}
#side li.nav23{
	background-position: 5px -936px;
}
#side li.nav24{
	background-position: 5px -980px;
}
#side li.nav25{
	background-position: 5px -1029px;
}
#side li.nav26{
	background-position: 5px -1068px;
}
#side li.nav27{
	background-position: 5px -1118px;
}
#side li.nav28{
	background-position: 5px -1164px;
}
#side li.nav29{
	background-position: 5px -1207px;
}




/*-------  content -------*/
#content{
	width: 850px;
	float:right;
	margin-right: 15px;
	text-align: left;
	margin-top: 10px;
}
#content.index_hp{
	width: 90%;
	margin-left: 15px;
	float:left;
}
#content .pan{
	margin-bottom:15px;
	display:none;
}
#content .pan ul{
	overflow: hidden;
}
#content .pan li{
	float:left;
}
#content .pan li:before{
	content:"＞";
	margin-right: 5px;
	margin-left: 5px
}
#content .pan li:first-child:before{
	content:none;
	margin-left: 0;
}
#content h2.title{
	background-color: #e5e811;
	font-weight: normal;
	color: #333333;
	padding:8px 10px 6px;
	margin-bottom: 20px;
}
#content h3.subttl{
	background: url(../images/icon_h3.png) no-repeat left 2px;
	font-weight: normal;
	line-height: 18px;
	font-size: 16px;
	padding-left: 18px;
	margin-bottom: 10px;
}
#content .box2{
	width:340px;
	font-size: 14px;
	margin-bottom: 20px;
}
#content .box3{
	width:420px;
	font-size: 14px;
	margin-bottom: 20px;
}
#content .box4{
	width:680px;
	font-size: 14px;
	margin-bottom: 20px;
}
#content .box4 th{
	width: 120px;
}
#content .b_wrap{
	border: solid 1px #c7c7c7;
	padding: 12px;
}
#content .box2.b_wrap{
	width: 320px;
}
#content .box2.b_wrap2{
	width: 400px;
	border: solid 1px #c7c7c7;
	padding: 12px;
}

#content .warning{
	color: #C70000;
}
#content .caution{
	color: #C70000;
}
#content .box.fr{
	border: solid 1px #ccc;
	padding:10px;
}
#content .box.fr ul{
	margin-left: 20px;

}
#content .box.fr li{
	line-height:1.6;
}
#content .cont01{
	margin-bottom:20px;
}
#content .cont01 .sel{
	margin-bottom:30px;
	clear: left;
}

#content .cont01 .sel p.required::after {
	content: attr(data-str);
	color: #FFF;
	background-color: #ff0000;
	padding: 1px 5px 1px 5px;
	border-radius: 3px;
	width: 34px;
	text-align: center;
	font-size: 10px;
	margin-left: 10px;
	position: relative;
	top: -2px;
}

#content .cont01 .sel p.notice_txt {
	margin-top: 6px;
	color: #8e8e8e;
	font-size: 0.8em;
	clear:left;
}

#content .cont01 .sel.box2{
	width: 580px;
}
#content .cont01 .sel .caution{
	margin-top:10px;
}
#content .cont01 .sel select{
//	width:100%;
}
#content .cont01 .sel .mail{
	width:80%;
}
#content .cont01 .sel .no{
	width: 10%;
}
#content .cont01 .sel .answer{
	width: 60%;
}
#content .cont01 .sel .voice{
	width: 60%;
}
#content .cont01 .sel .info{
	margin-left:15px;
}
#content .cont01 .sel .voice textarea{
	width:100%;
	min-width: 150px;
	height:100px;
}
#content .cont01 .sel .voice1 textarea{
	width:100%;
	min-width: 150px;
	height:100px;
}
#content .cont01 .sel .voice2 textarea{
	width:100%;
	min-width: 150px;
	height:100px;
}
#content .cont01 .sel textarea{
	width:90%;
	height:60px;
}
#content .cont01 .sel .selectbox{
	margin-bottom: 3px;
}
#content .sel .button a:hover{
	background-color:#C1C1C1;
}
#content .sel .button a{
	width:60px;
	color: #000000;
	display:block;
	text-decoration:none;
	background-color:#c7c7c7;
	text-align:center;
	padding:  4px 6px;
}
#content .sel p a{
	width:60px;
	color: #000000;
	display:block;
	text-decoration:none;
	background-color:#c7c7c7;
	text-align:center;
	padding:  4px 6px;
}
#content .sel p a:hover{
	background-color:#C1C1C1;
}
#content .cont01 .sel .bus_image{
	vertical-align:middle;
	margin-top:-3px;
}
#content .sel .link{
	text-decoration:underline;
	color: #191970;
	width:100%;
	text-align:left;
	background-color:transparent;
	padding:  0px;
}
#content .sel .link:hover{
//	text-decoration:underline;
	background-color:transparent;
}
#content .sel2 .button a{
	width:120px;
	color: #000000;
	display:block;
	text-decoration:none;
	background-color:#c7c7c7;
	text-align:center;
	padding:  4px 6px;
}
#content .sel2 p a{
	width:120px;
	color: #000000;
	display:block;
	text-decoration:none;
	background-color:#c7c7c7;
	text-align:center;
	padding:  4px 6px;
}
#content .cont01 .sel3{
	margin-bottom:20px;
}
#content .sel3 .button a{
	width:50%;
	color: #000000;
	display:block;
	text-decoration:none;
	background-color:#c7c7c7;
	text-align:center;
	padding:  4px 6px;
}
#content .sel3 p a{
	width:50%;
	color: #000000;
	display:block;
	text-decoration:none;
	background-color:#c7c7c7;
	text-align:center;
	padding:  4px 6px;
}
#content .sel3 p a:hover{
	background-color:#C1C1C1;
}

#content .cont01 .sel .bus_image{
	vertical-align:middle;
	margin-top:-3px;
}
#content .cont02 .tile{
	width: 210px;
	float: left;
	border:#c7c7c7 solid 1px;
	margin-right: 18px;
	padding: 10px;
	padding-right: 6px;
	margin-bottom: 30px;
	padding-bottom: 0;
	height:auto!important;
}
#content .cont02 .tile li{
	margin-left:1em;
	text-indent:-1em;
}
#content .cont02 .tile h3.subttl{
	margin-bottom: 5px;
}

/*-- table---*/
#content table{
	width:100%;
	border: #c7c7c7 solid 1px;
	word-break: break-all;
}
#content table th{
	background-color:#eee;/*#eee;*/
	border: #c7c7c7 solid 1px;
	padding:10px;
	text-align:center;	/*20150905 sato add*/
	/* white-space: nowrap; */
}
#content table .left{
	text-align:left;
}
#content table td{
	border: #c7c7c7 solid 1px;
	padding:6px;		/*20150905 padding:10px;->8px*/
}
#content table td input[type="checkbox"]{
	margin-right:5px;
}
#content table td textarea{
	width:90%;
	height:80px;
}
#content table a{
	color: #1C58B3;
	text-decoration: underline;
}
#content .mauto table{
	border: none;
}
#content .mauto table td{
	border: none;
}

#content .box2 .intable table{
	border: none;
}
#content .box2 .intable td{
	border: none;
	padding:2px;
}
#content .box2 .intable .chk{
	width:5%;
}
#content .ad_title{
	width:40%;
}

ul.chart {
	border:#c7c7c7 solid 1px;
    display: table;
    width:100%;
}
ul.chart > li {
    display: table-cell;
    float: left;
	width: 49%;
}
ul.chart > li table {
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	max-width: 80%;
	text-align:center;
}
ul.chart table td,
td.moji table td
 {
	font-size: 14px;
}

#content .teigiok {
	width:10%;
	text-align:center;
}

/*-style01-*/
#content table.style01 {
	font-size:80%;
}
#content table.style01 th,#content table.style01 td{
	padding:10px 6px;
}
#content table.style01 td ul li{
	margin-bottom:5px;
}
#content .cont01 .tile_cal{
	border:#c7c7c7 solid 1px;
	width: 32%;
	float: left;
	margin-right: 10px;
	padding: 10px 6px 10px;
	margin-bottom: 10px;
	table-layout: fixed;
}
#content .cont01 .reserv_cal{
	width: 80%;
	float: left;
	margin-left: 20px;
	padding: 0px 6px;
	margin-bottom: 10px;
	table-layout: fixed;
}
#content .cont01 .tile_msg{
	width: 58%;
	float: left;
	border:#c7c7c7 solid 1px;
	margin-right: 20px;
	padding: 10px;
	padding-right: 6px;
	margin-bottom: 1px;
	padding-bottom: 0;
	height: 210px;
	overflow-y: auto; 
	overflow-x: auto;
}
#content .cont01 .tile_hanrei{
	width: 58%;
	float: left;
	margin-right: 20px;
	padding: 10px;
	padding-right: 6px;
	margin-bottom: 30px;
	padding-bottom: 0;
	text-align: center;
}
ul.tile_hanrei {
	margin: auto;
	display: table;
	width:58%;
}
ul.tile_hanrei > li {
	display: table-cell;
}

#content .cont01 .tile_aa_l{
	width: 100%;
	float: left;
	margin-left: 0px;
	margin-bottom: 5px;
	text-align:left;
}
#content .cont01 .yoko{
	display:inline;
}
#content .cont01 .pc_yoko{
	display:inline;
}
#content .cont01 .re_ca{
	padding-left: 5px;
	padding-right: 15px;
	vertical-align: middle;
}
div.rental_table {
  width: 100%;
  overflow: hidden; 
}
/* ロック部分 */
div.lock_box { /*--- 2017June11 ---*/
  float: left;
  width: 10.5%;
  display:inline-table;
}

/* 横スクロール部分 */
div.x_scroll_box { /*--- 2017June11 ---*/ 
  float: left;
  width: 100%;
  border-left: 0.1px solid #CCC;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  overflow-y: hidden; 
  overflow-x: scroll;
}
div.x_scroll_box.table_responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin-bottom: 20px;
}
/*****20191227 ↓***/

/* 一番左の列の固定 */
div.x_scroll_box.table_responsive th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 100%;
overflow:hidden;
}
/* 一番左の列のボーダーと背景調整　sp_style：735行目/924行目 */
#content .cont01 .rental_table .table_responsive th {
  /*padding: 0 12px;*/ /* iosで背景が透けないように調整*/
  height: 100%;
  border: #c7c7c7 solid 1px;
}
/*一番左側の列の左側のボーダーが横スクロールしても表示*/
div.x_scroll_box.table_responsive th:first-child::after {
/*  content : "";*/
  position : absolute;
  top : 0;
  right: 0;
  width : 100%;
  height : 100%;
  border-left : 1px solid #c7c7c7;
}
/*一番左側の列の右側のボーダーが横スクロールしても表示*/
div.x_scroll_box.table_responsive th:first-child::before {
/*  content : "" ;*/
  position : absolute;
  top : 0 ;
  left : 0 ;
  width : 100% ;
  height : 100% ;
  border-right : 1px solid #c7c7c7;
}
/*テーブルのボーダー調整*/
div.x_scroll_box.jikan_column {
  border-bottom: 1px solid #ccc;
}
/*時間部分の幅調整*/
.jikan_column th {
  width: 50px;
}
/* 一番左の列のボーダーと背景調整　sp_style：735行目/924行目 */
#content .cont01 .rental_table .table_responsive.jikan_column th {
  height: 100%;
}
#content .cont01 .rental_table div.x_scroll_box {
    max-height: 300px; /*最大の縦幅は必要に応じてご調整ください*/
    overflow-y: scroll;
    border: 1px solid #c7c7c7;
/*  border-right: none;*/
}
.x_scroll_box tr:first-child th,
.x_scroll_box tr:first-child td {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
}
.x_scroll_box tr:first-child th::before,
.x_scroll_box tr:first-child td::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
} 
.x_scroll_box tr:first-child th {
    z-index: 2;
}
/*safari対応*/
_::-webkit-full-page-media, _:future, :root .x_scroll_box tr:first-child td::before {
    height: 0;
}

/****↑****/

/* コート表予約ボタンの色	*/
.pc_yoko .btn_court_r{
	background-color:#7A552B;
	color: #FFF;
}
.pc_yoko .btn_court_r:hover{
	background-color:#7A552B;
	color: #FFF;
    opacity: 0.7;
}

/* HPコート表予約ボタンの色	*/
.box1 .btn_hp_court_r{
	background-color:#848282;
	color: #FFF;
	font-size:18px;
	border-radius: 5px;
	-webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
	-moz-border-radius: 5px;/* for Firefox 対応*/
}
.box1 .btn_hp_court_r:hover{
	background-color:#848282;
	color: #FFF;
    opacity: 0.7;
}

/* テーブル */
#content .cont01 .rental_table table{ 
	border:none;
	letter-spacing: -0.2;	
	border-collapse: collapse;
	padding:0px;
	table-layout: fixed;
	width: 10%;
}
#content .cont01 .rental_table th{ 
	background-color:#ffd1d1;
	font-weight			: normal;				/*	文字の太さ			*/
	font-size:12px;
	height:40px;
	padding:0px;
	box-sizing: border-box;
}
.longtext
{
	max-height: 40px; /* 固定したい高さ */
	overflow: hidden;
}
.rental_th_style 
{
	width:5px; 
}
#content .cont01 .rental_table td{ 
	border:none;
	letter-spacing: -0.2;	
	border-collapse: collapse;
	padding:0px;
	height:40px;
}

.x_scroll_box table {
	table-layout: fixed;
}


#content .cont01 table td.normal_list1{ 
	background-color:#ffd1d1;
	border-style	: solid solid solid none;		/*	[上][右][下][左]			*/
	border-color	: #c7c7c7;			/*	[上][右][下][左]				*/
	border-width	: 1px;		/*	[上][右][下][左]				*/
	font-size		:12px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#content .cont01 table td.normal_list2 {
	background-color:#eee;
	border-style	: solid solid solid none;		/*	[上][右][下][左]			*/
	border-color	: #c7c7c7;			/*	[上][右][下][左]				*/
	border-width	: 1px;		/*	[上][右][下][左]				*/
	font-size		:14px;
	font-weight			: bold;				/*	文字の太さ			*/
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#content .cont01 table td.normal_list3 {
	background-color:#ffd1d1;
	border-style	: solid solid solid none;		/*	[上][右][下][左]			*/
	border-color	: #c7c7c7;			/*	[上][右][下][左]				*/
	border-width	: 1px;		/*	[上][右][下][左]				*/
	font-size		:12px;
	width			: 1px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#content .cont01 table td.normal_list4 {
	border-style	: solid solid solid none;		/*	[上][右][下][左]			*/
	border-color	: #c7c7c7;			/*	[上][右][下][左]				*/
	border-width	: 1px;		/*	[上][右][下][左]				*/
	font-size		:12px;
	width			: 1px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#content .cont01 table td.normal_list5  {
	border-style	: solid none solid none;		/*	[上][右][下][左]			*/
	border-color	: #c7c7c7;			/*	[上][右][下][左]				*/
	border-width	: 1px;		/*	[上][右][下][左]				*/
	font-size		:12px;
	width			: 1px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#content .cont01 table td.normal_list6 {
	border-style	: solid solid solid solid;		/*	[上][右][下][左]			*/
	border-color	: #c7c7c7;			/*	[上][右][下][左]				*/
	border-width	: 1px;		/*	[上][右][下][左]				*/
	font-size		:12px;
	font-weight			: bold;				/*	文字の太さ			*/
	width			: 1px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#content .cont01 table td.normal_list7 {
	border-style	: solid none solid solid;		/*	[上][右][下][左]			*/
	border-color	: #c7c7c7;			/*	[上][右][下][左]				*/
	border-width	: 1px;		/*	[上][右][下][左]				*/
	font-size		:12px;
	width			: 1px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#content .cont01 table td.normal_list8 {
	background-color:#eee;
	border-style	: solid solid solid none;		/*	[上][右][下][左]			*/
	border-color	: #c7c7c7;			/*	[上][右][下][左]				*/
	border-width	: 1px;		/*	[上][右][下][左]				*/
	font-size		:12px;
	font-weight			: bold;				/*	文字の太さ			*/
	width			: 1px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#content .cont01 table td.normal_list9 {
	border-style	: none solid none none;		/*	[上][右][下][左]			*/
	border-color	: #c7c7c7;			/*	[上][右][下][左]				*/
	border-width	: 1px;		/*	[上][右][下][左]				*/
	font-size		:1px;
	width			: 1px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#content .cont01 table td.normal_list10 {
	border-style	: solid solid none none;		/*	[上][右][下][左]			*/
	border-color	: #c7c7c7;			/*	[上][右][下][左]				*/
	border-width	: 1px;		/*	[上][右][下][左]				*/
	font-size		:1px;
	width			: 1px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


#content .cont01 table td.dummy_list2 {
	border-style	: solid solid solid solid;		/*	[上][右][下][左]			*/
	border-color	: #c7c7c7;			/*	[上][右][下][左]				*/
	border-width	: 1px;		/*	[上][右][下][左]				*/
	font-size:12px;
	width			: 1px;
}

#content .cont01 table td.dummy_list {
	font-size			: 10pt;				/*	文字サイズ			*/
	border-style	: solid none none none;		/*	[上][右][下][左]			*/
	border-width	: 1px;		/*	[上][右][下][左]				*/
	border-color	: #c7c7c7;			/*	[上][右][下][左]				*/
	width			: 1px;
}

/* ロック部分 */
div.lock_box { /*--- 2017June11 ---*/
  float: left;
  width: 10.5%;
  display:inline-table;
}

/* 横スクロール部分 */
div.x_scroll_box { /*--- 2017June11 ---*/ 
  float: left;
  width: 88%;
  border-left: 0.1px solid #CCC;
  overflow-y: hidden; 
  overflow-x: scroll;
}

.icon_ca{ /*-- 2017May25 calender icon --*/
	max-width: 22px;
}

#content .c_btn {
	margin-bottom: 5px;
}
#content .c_btn a{
	width:60px;
	color: #000000;
	text-decoration:none;
	background-color:#c7c7c7;
	text-align:center;
	padding:  6px 6px;
}
#content .c_btn a:hover{
	background-color:#C1C1C1;
}

#open01,#open02 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
}
.close_x{ /*-- 2017May29 --*/
	font-size: 180%;
	text-align: right;
}

.close_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    position: absolute;
    background: #000;
    opacity: 0.5;
    z-index: 5;
}
 
.modal_window {
	border: solid 1px #ccc;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -150px;
    width: 300px;
    height: 300px;
    text-align: center;
    display: block;
    background: #fff;
    position: fixed;
    z-index: 999;
    -webkit-transform: scale(0);
	overflow:hidden;
}
#modal .modal-close {
	display: block;
	text-indent: -100px;
	overflow: hidden;
}
#modal .modal-close:before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: #FFFFFF;
	opacity: 0.7;
}

#modal .modal-close2 {
	display: block;
	text-indent: -100px;
	overflow: hidden;
}
#modal .modal-close2:before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: #000000;
	opacity: 0.7;
}

.modal_window h2 {
    margin-bottom: 20px;
    width: 300px;
    height: 32px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
	vertical-align: middle;
    text-indent: 15px;
    background: #000;
}

.modal_window h2 span {
	color: #FFF;
	font-size: 180%;
	vertical-align: middle;
	line-height: 1.0;
	text-indent: 3px;
	float: right;
	margin-right: 8px;
	margin-top: 4px;
	padding: 1.5px 3.6px 1px 1.8px;
	background-color: #999999;
	border-radius: 15%;
}

.modal_window h2 span:hover {
	color: #333;
	font-size: 180%;
	vertical-align: middle;
	line-height: 1.0;
	text-indent: 3px;
	float: right;
	margin-right: 8px;
	margin-top: 4px;
	padding: 1.5px 3.6px 1px 1.8px;
	background-color: #FFF;
	border-radius: 15%;
}
 
.modal_window table { /*-- 2017June11 modal table moji size --*/
    font-size: 120%;
    line-height: 100%;
    text-align: center;
}
 
.modal_window div {
    padding: 0 15px 30px 15px;
    font-size: 12px;
    line-height: 100%;
    text-align: left;
}
 
.modal_window p {
    padding: 0 25px 10px 15px;
    font-size: 170%;
    line-height: 1;
    text-align: right;
	color: #FFF;
}

.modal_window2 {
	border: solid 1px #696969;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -150px;
	width: 300px;
	height: 250px;
	text-align: center;
	display: none;
	background: #fff;
	position: fixed;
	z-index: 999;
	overflow:hidden;
	border-radius: 15px;
}

.modal_window2 span {
	float :left;
	text-align: left;
	padding: 10px;
}

/* 背景用の半透明のオーバーレイ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

/* ポップアップのコンテナ */
.karte_popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  padding: 20px 10px 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1001;
}
.close-btn2 {
	position: absolute;
	right: 0px;
	top: -4px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}
.karte_popup table {
	border: none!important;
	min-width:50%;
}
.moji .karte_popup table {
	width:100%!important;
}
.karte_popup td {
	border: none!important;
}
.karte_popup table tr > th:first-child,
.karte_popup table tr > td:first-child {
	position: -webkit-static!important;
	position: static!important;
	top: 0;
	left: 0;
	background-color: #fff;
}

.karte_popup p {
	margin:10px 5px;
}

.item_title {
	cursor: pointer;
}
.btn_update {
	margin:10px!important;
	font-weight: normal!important;
}

.late-btn {
	background-color:#c7c7c7!important;
}
.late-btn-use {
	background-color:#c7c7c7!important;
}

/* カレンダースライドショー */
#slideshow {
	left: -25px;
	position: relative;
	width: 100%;
}
.slideContents {
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
}

.slideContents {
	width: 1000%;
	-webkit-transition: -webkit-transform .6s;
	transition: transform .6s;
}

.slideContents::after {
	content: "";
	display: block;
	clear: both;
}
.slideContents .section {
	float: left;
	width: 250px;
	-webkit-transition: opacity .6s;
	transition: opacity .6s;
}
.slide_radio {
	display: none;
}

.slideContents .section .cal_ttl {
	text-align: center;
	width: 100%; 
	padding:  6px 6px;
}

.slideContents .section .prev {
	position: relative;
	top: -5px; 
	width: 20px; 
	height: 20px; 
	float: left;
	font-size: 18px;
	font-weight: bold;
	transition: right .6s, left .6s, opacity .6s;
	color: #fff;
	padding: 2px;
	background-color: #CCC;
	border-radius: 100%;
	line-height: 20px
}
.slideContents .section .next { 
	position: relative;
	top: -5px; 
	width: 20px; 
	height: 20px; 
	float: right;
	font-size: 18px;
	font-weight: bold;
	transition: right .6s, left .6s, opacity .6s;
	color: #fff;
	padding: 2px;
	background-color: #CCC;
	border-radius: 100%;
	line-height: 20px
}
.slideContents .section .prev:hover,
.slideContents .section .next:hover {
	opacity: .6;
	transition-duration: .3s;
}

.moji div {
	width: auto!important; 
}
.moji table  {
	width: 60%!important; 
}
table.karte-input ,.karte-input tr,.karte-input td {
	border: none!important; 
	position:static!important;
}

/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
    0% {opacity: 0;display: block;}
    100% {opacity: 1;}
}
 
div#modal div:target {
    -webkit-animation-name: modalFadeIn;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    display: block;
}
 
@-webkit-keyframes modalScale {
    0% {opacity: 0;display: block; -webkit-transform:scale(0);}
    100% {opacity: 1; -webkit-transform:scale(1);}
}
 
div#modal div:target .modal_window {
    -webkit-animation-name: modalScale;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform:scale(1);
    opacity: 1;
    display: block;
}

/*---------------------- 
	LoginPage	
---------------------- */

#login_wrap #content{
	width:800px;
	margin:0 auto;
	float:none;
	margin-top:30px;
}

#login_wrap #content .info_box{
	border: solid 1px #c7c7c7;
	min-height:100px;
	padding:10px;
	margin-bottom:30px;
	
}
#login_wrap #content .info_box h2{
	background: url(../images/icon_h3.png) no-repeat left 2px;
	font-weight: normal;
	line-height: 18px;
	font-size: 16px;
	padding-left: 18px;
	margin-bottom: 10px;
}
#login_wrap #content .cont01 {
	text-align:center;
	font-size:16px;
	margin-bottom:50px;
}
#login_wrap #content .cont01 ul{
	margin-bottom:20px;
}
#login_wrap #content .cont01 li{
	margin-bottom: 14px;
}
#login_wrap #content .cont01 li span.tit{
	display: inline-block;
	width:120px;
}
#login_wrap #content .cont01 li span.tit:after{
	content:"：";
}
#login_wrap #content .cont01 li input{
	width:150px;
	height:20px;
}

#login_wrap #content .cont01 p.btn{
	margin:10px 0;
}
#login_wrap #content .cont01 p.btn a{
	padding: 8px 15px;
	display:block;
	margin:0 auto;
	width: 220px;
	background-color: #bbb;
	border-radius: 6px;
	box-shadow: 0 2px 0 rgba(136,136,136,1);
  color: #ffffff;
  display: block;
   font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 10px auto;
}
#login_wrap #content .cont01 p.btn a:hover{
	background-color:#ccc;
}
#login_wrap #content .cont01 p.keep input{
	margin-right:5px;
}
#login_wrap #content .cont01 p.btn input{
	font-size: 17px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 8px 15px;
	display:block;
	margin:0 auto;
	width: 250px;
	background-color: #bbb;
	border-radius: 6px;
	box-shadow: 0 2px 0 rgba(136,136,136,1);
	color: #ffffff;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 10px auto;
}
#login_wrap #content .cont01 p.btn input:hover{
	background-color:#ccc;
}
#login_wrap #content .cont02{
    background-color: #e6e6e6;	
    border: solid 1px #ccc;
    padding: 20px;
    margin-bottom:50px;
}
#login_wrap #content .cont02 ul{
	margin-left:1em;
	margin-top:1em;
}

/*---------------------- 
	Reserve
---------------------- */

#content.reserve_main table.style01 tr.current td ul li a{
	background:#ccc;
	display:block;
	text-align:center;
	text-decoration:none;
}
#content.reserve_main table.style01 tr.current td{
    background-color: #FFEEEE;
	
}
#content.reserve_main table.style01 tr.current td ul li:last-child a{
	border:solid 1px #ccc;
	background-color:#fff;
}
#content.reserve_main table.style01 tr.current td ul li a:hover{
	background-color:#eee;
}
/*-history-*/
#content.reserve_main .history{
}
#content.reserve_main .history select{
	width:70px;
	margin-right:5px;
	margin-left:5px;
}
#content.reserve_main .history{
	overflow:hidden;
}
#content.reserve_main .history .date_select{
	width: 88%;
	float:left;
	padding-top: 5px;
}
#content.reserve_main .history .btn{
	float:left;
}
#content.reserve_main .history .btn a{
	background-color:#eee;
	display:block;
	padding: 5px 16px;
}
/*-pass-*/
#content.reserve_main .pass{
position:relative;
}
#content.reserve_main .pass dl{
	
}
#content.reserve_main .pass dl dd{
	margin-bottom:1em;
}

#content.reserve_main .pass .btn{
	width: 71px;
	position:absolute;
	bottom: -1px;
	left: 172px;
	margin-left:18px;
	text-align:center;
}
#content.reserve_main .pass .btn a{
	background-color:#ccc;
	display:block;
	padding: 3px;
}
#content.reserve_main .pass input[type=text]{
	padding:3px;
}
/*-event-*/
#content.reserve_main .event{
	
}
#content.reserve_main .event select{
	width:120px;
	margin-bottom: 12px;
}
#content.reserve_main .event dl dt{
	position:absolute;
	margin-bottom:1em;
}
#content.reserve_main .event dl dd{
	padding-left:10em;
	margin-bottom:1em;
	border-bottom: solid 1px #c7c7c7;
}
#content.reserve_main .event dl dd:last-child{
	border-bottom:none;
}
#content.reserve_main .event dl dd.input1{
    padding-bottom: 10px;
}
#content.reserve_main .event dl dd.input1 ul{
	overflow:hidden;
}
#content.reserve_main .event dl dd.input1 li{
	width: 20%;
	float:left;
	margin-right: 4%;
}
#content.reserve_main .event dl dd.input1 input{
	width:100%;
}
#content.reserve_main .event dl dd span.point{
	display:block;
}
#content.reserve_main .event dl dd ul{
	overflow:hidden;
}
#content.reserve_main .event dl dd li{
	float:left;
	margin-right: 15px;
}
#content.reserve_main .event dl dd textarea{
	width:70%;
	height:200px;
}
#content.reserve_main .event dl dd ul.radio{
	padding-left:2px;
}
#content.reserve_main .event dl dd li input[type="radio"]{
	margin-right:5px;
}
#content.reserve_main .event .btn{
	
	width:100px;
}
#content.reserve_main .event .btn a{
	display:block;
	background-color:#ccc;
	text-align:center;
	padding: 6px;

}


footer{
	border-top: 2px #c7c7c7 solid;
	margin: 0 15px;
	padding: 10px 0 30px 0;
}
footer .languege{
	width:100px;
	float:right;
	margin-top:-5px;
}
footer .languege select {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:100px;
	margin-bottom: 12px;
	padding: 1px;
}

header .btn_menu {
	display: none;
}
header .mini_logout {
	display: none;
}

input.code_no{
	width:200px;
}
input.name{
	width:150px;
}
input.phone{
	width:200px;
}
input.size40{
	width:250px;
}
input.size15{
	width:200px;
}

textarea.comment{
	width: 100%;
	height: 7em;
}

.wkDialogClass {
	background-color: darkgray;
}
.wkDialogClass .ui-dialog-titlebar {
	color:#5B5B5B;
	background:#eaeb99;
	font-size: 13px;
	text-align: left;
}
.wkDialogClass .ui-dialog-content {
	color:#5B5B5B;
	background:#FFFFFF;
	font-size: 13px;
	text-align: left;
}
.wkDialogClass .ui-dialog-buttonset {
	width: 100%;
	text-align: center;
	font-size: 13px;
}

.sp_drawer_button * {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.sp_drawer_button {
	display: block;
	padding: 0;
	width: 42px;
	height: 10px;
	position: relative;
	background: none;
	border: none;
	text-align: center;
	letter-spacing: 0.1em;
	cursor: pointer;
	outline: none;
}
.sp_drawer_button .sp_drawer_bar {
	display: block;
	width: 42px;
	height: 4px;
	transition: all 0.2s;
	transform-origin: 0% 0%;
	transform: translateY(-50%);
	position: absolute;
	left: 0;
}
.sp_drawer_button .sp_drawer_bar1 {
	top: 0;
}
.sp_drawer_button .sp_drawer_bar2 {
	top: 100%;
}
.sp_drawer_button.active .sp_drawer_bar {
	width: 31.3px;
	left: 8px;
}
.sp_drawer_button.active .sp_drawer_bar1 {
	transform: translateY(-6px) translateX(4px) rotate(45deg);
	top: 0px;
	width: 29.3px;
}
.sp_drawer_button.active .sp_drawer_bar2 {
	transform: translateY(4.5px) translateX(1px) rotate(-45deg);
	top: calc(100% - 0px);
	width: 29.3px;
}
.sp_drawer_button.active .sp_drawer_menu {
	display: none;
}
.sp_drawer_button.active .sp_drawer_close {
	display: block;
}
.sp_drawer_text {
	width: 100%;
	position: absolute;
	bottom: -21px;
	left: 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.sp_drawer_close {
	letter-spacing: 0.08em;
	display: none;
}
/*ボタンの文字の色*/
.sp_drawer_button {
	color: #7f7f7f;
}
/*ボタンの線の色*/
	.sp_drawer_button .sp_drawer_bar {
	background-color: #7f7f7f;
}
.bold_text {
	font-size: 18px;
	font-weight: bold;
}
.icon {
  margin			: 0px 2px -4px 5px; /* 上 | 右 | 下 | 左 */
  height: 20px;
  width: auto;
}
.initial-value {
    position: relative;
    top: 0;
    left: 0;
	float:left;
 }
input.text_s {
	width: 120px;
	display: inline-block;
	margin-right: 12px;
}
.text_s_error {
	background-color: #ffc3d6;
	width: 120px;
	display: inline-block;
	margin-right: 12px;
}
.text_l_error {
	background-color: #ffc3d6;
	width: 284px;
}

.text_m_error {
	background-color: #ffc3d6;
	width: 274px;
}
.error{
	color:red;
	font-size:0.8em;
	line-height: 1.6em;
	clear:both;
}

.file_area {
	float: left;
	position: relative;
	display: block;
	width: 80px;
	height: 60px;
	overflow: hidden;
	background: url('../images/photo.gif') no-repeat;
	background-size: 80px;
	margin-top: 5px;
	margin-bottom: 10px;
}
 
.file_area input[type="file"] {
	position: absolute;
	opacity: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	font-size: 100px;
	z-index: 999;
	height: 300px;
}
.photo {
	width: 100%;
	position: absolute;
	float: left;
	z-index: 1;
}
.camera {
	position: absolute;
	float: left;
	z-index: 2;
	top: 42px;
	left: 53px;
	width: 20px;
	height: 15px;
}
.upload {
	position: absolute;
	float: left;
	z-index: 3;
	top: 15px;
	left: 25px;
	width: 30px;
	height: 30px;
	border: 0px solid #8e8e8e;
}
.upload_text {
	position: absolute;
	float: left;
	z-index: 3;
	font-size: 9px;
	-webkit-transform:scale(0.9);
	top: 42px;
	left: 0px;
	text-align: center;
	color: #1E90FF; 
	width: 100%;
}

/*
=========================================
タッチスパ
=========================================
*/

/*▼▼▼　メニュー選択部分 ▼▼▼*/
.next_btn_area {
    text-align: center;
}
.next_btn_area button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    padding: 10px;
    color: #fff;
    width: 260px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    background-color: #ff862f;
}
.next_btn_area button:hover {
    opacity: 0.8;
    cursor: pointer;
}
.next_btn_area a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px;
}
.menu_select_area {
    width: 100%;
    margin: 20px 0;
}
.menu_select_area h4 {
   background-color: #ddd;
   padding: 8px;
   font-size: 18px;
}

.menu_item {
    position: relative;
    border-bottom: 1px solid #c7c7c7;
}
.menu_item input[type=checkbox] {
    display: none;
}
.menu_item label {
    display: block;
    padding: 8px 10px 10px 40px;
}
.menu_item label:hover {
    cursor: pointer;
}
.menu_item label::before {
    background: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 10px;
    position: absolute;
    z-index: 10;
}
.menu_item label::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
    display: block;
    width: 5px;
    height: 11px;
    top: 12px;
    left: 16px;
    opacity: 0;
    position: absolute;
    transform: rotate(45deg);
    z-index: 20;
}
.menu_item input[type=checkbox]:checked + label {
    background-color: #f5f5f5;
}
.menu_item input[type=checkbox]:checked + label::before {
    background: #23abdd;
}
.menu_item input[type=checkbox]:checked + label::after {
    opacity: 1;
}
.menu_item_title {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 17px;
}
.menu_item_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
}
.menu_item_content_text {
    margin-bottom: 5px;
}
.menu_item_content_detail {
    text-align: right;
    font-size: 15px;
}
.menu_item_content_time {
	margin-left: 15px;
}

.accordion {
    position: relative;
    margin-top: 5px;
}
.accordion::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #5B5B5B;
    border-right: 2px solid #5B5B5B;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top:calc( 50% - 3px );
    right: 20px;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
}
.accordion.open::after {
    transform: rotate(-45deg);
}

.notdsp {
    display: none;
}

/*▲▲▲　メニュー選択部分 ▲▲▲*/

/*▼▼▼　日付選択 ▼▼▼*/
.selected_item_area {
    border: 1px solid #c7c7c7;
    border-radius: 2px;
    padding: 15px;
    margin-bottom: 15px;
}
.selected_item_area p {
    color: #ff8300;
    margin-bottom: 5px;
    font-size: 18px;
}
.selected_item_area dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 17px;
}
.selected_item_area dt {
    width: 70%;
}
.selected_item_area dd {
    width: 30%;
}
.duration {
    margin-bottom: 15px;
}
.staff_select_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.staff_select_area p {
    margin-right: 10px;
    line-height: 26px;
    font-size: 18px;
}
.staff_select_area + p {
    color: #ff0000;
    margin-bottom: 35px;
}
.staff_select {
	overflow: hidden;
	width: 200px;
	text-align: center;
}
.staff_select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
    font-size: 18px;
    padding-left: 6px;
	color: #5B5B5B;
    height: 26px;
}
.staff_select select::-ms-expand {
    display: none;
}
.staff_select {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.staff_select::before {
	position: absolute;
	top: 10px;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ddd;
	pointer-events: none;
}
.prev_next_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0;
}
.prev_week,
.next_week {
    border: 1px solid #5B5B5B;
    border-radius: 2px;
    font-size: 15px;
}
.prev_week a,
.next_week a {
    text-decoration: none;
    display: inline-block;
    color: #5B5B5B;
    padding: 8px 14px;
}
.prev_week a:hover,
.next_week a:hover {
    background-color: #e6e6e6;
}
.prev_week a::before {
    content: '\03c';
    margin-right: 5px;
}
.next_week a::after {
    content: '\03e';
    margin-left: 5px;
}
.prev_next_area .invalid {
    border: 1px solid #dadada;
}
.prev_next_area .invalid a {
    pointer-events:none;
    color: #dadada;
}
#content .day_time_select_area {
    font-size: 12px;
    line-height: 1.3;
}
#content .day_time_select_area th {
    background-color: inherit;
    font-weight: bold;
}
#content .day_time_select_area td {
    padding: 3px;
}
.day_time_select_area td {
    text-align: center;
}
.day_time_select_area .time {
    background-color: #e6e6e6;
}
.day_time_select_area .sat {
    background-color: #D9E3EC;
    color: #4466BB;
}
.day_time_select_area .sun,
.day_time_select_area .holiday {
    background-color: #f5ddd8;
    color: #c05050;
}
#content .day_time_select_area td.open,
#content .day_time_select_area td.closed {
    padding: 0;
    font-size: 13px;
}
.day_time_select_area .closed {
    background-color: #f0f0f0;
    padding: 0
}
#content .day_time_select_area .open a {
    display: block;
    text-decoration: none;
    height: 100%;
    padding: 6px;
    color: #c05050;
}
.day_time_select_area .open a:hover {
    display: block;
    background-color: #f5ddd8;
}
.day_time_select_area .exactly {
    font-size: 14px;
    font-weight: bold;
}
.day_time_select_area {
  table-layout: fixed;
}

/*▲▲▲　日付選択 ▲▲▲*/

/*▼▼▼　予約内容 ▼▼▼*/
.reserve_item_area {
    margin-bottom: 30px;
}
.reserve_item_area li {
    border-bottom: 1px solid #dddddd;
    padding: 14px 0;
    font-size: 17px;
}
.reserve_item_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.reserve_item_row p:first-child {
    width: 50%;
    font-weight: bold;
}
.reserve_item_row p:nth-child(2) {
   font-size: 16px;
}
.reserve_item_title {
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 17px;
}
.reserve_item_price {
    margin-bottom: 3px;
    font-size: 16px;
}
.reserve_item_detail {
    margin-bottom: 3px;
    font-size: 15px;
}
.reserve_info_area {
    margin-bottom: 30px;
}
.reserve_info_area li {
    margin-bottom: 10px;
}
.reserve_info_area li p:first-child {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 17px;
}
.reserve_info_area textarea {
    width: 95%;
    max-width: 95%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #dddddd;
}
.caution_area li {
    margin-bottom: 5px;
    font-size: 16px;
}
.reserve_btn_area {
    text-align: center;
}
.reserve_btn_area button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: #ccc;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
}
.reserve_btn_area button:hover {
    cursor: pointer;
    opacity: 0.8;
}
/*▲▲▲　予約内容 ▲▲▲*/

/*▼▼▼　予約完了 ▼▼▼*/
.reserve_info_area li p:nth-child(2) {
    font-size: 16px;
}
/*▲▲▲　予約完了 ▲▲▲*/

.karte_1line{
	display:flex;
	margin-bottom:10px;
}
.karte_title{
	display:flex;
	width:180px;
	vertical-align:middle;
	align-items: center;

}
.karte_table{
	display:flex;
	border-radius: 5px;
	background-color:#FFFFFF;
	color: #5B5B5B;
	-webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
	-moz-border-radius: 5px;/* for Firefox 対応*/
	width:600px;
	max-width:600px;
    border: 1px solid #c7c7c7;
}
.evaluate_table_btn {
	padding:10px 10px;
	text-align:center;
	vertical-align:middle;
    border-right: 1px solid #c7c7c7;
	display:flex;
	justify-content: center;
	align-items: center;
}
.evaluate_table_btn:last-child {
    border-right: none; /* 最後の要素にはボーダーをなしにする */
}
.karte_table .item_select{
	background-color:#ffb6c1;
	color: #5B5B5B;
}
.btn_cnt10 {
	width:calc(100%/10);
}
.btn_cnt9 {
	width:calc(100%/9);
}
.btn_cnt8 {
	width:calc(100%/8);
}
.btn_cnt7 {
	width:calc(100%/7);
}
.btn_cnt6 {
	width:calc(100%/6);
}
.btn_cnt5 {
	width:calc(100%/5);
}
.btn_cnt4 {
	width:calc(100%/4);
}
.btn_cnt3 {
	width:calc(100%/3);
}
.btn_cnt2 {
	width:calc(100%/2);
}
.btn_cnt1 {
	width:100%;
}


/*****************************************************************************************************/

/* SMALL SIZE

/*****************************************************************************************************/

/*@media screen and (max-width: 746px) {*/
@media screen and (max-width: 768px) {
html, body {
	height: 100%;
	height: auto !important;
	min-height: 100%;
	width: 100%;
	min-width: 0;
	margin: 0!important;
}
html {
	background-color: #FFFFFF;
}
body {
	font-size: 18px;
	line-height: 1.4em;
	-webkit-text-size-adjust: 100%;
}
.sp {
	display: block;
}
.pc {
	display: none!important;
}
input[type="button"]{
	font-size: 18px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: none;
	background-color:#c7c7c7;
	padding: 6px 10px;
	letter-spacing: 0em;
	font-weight: bold;
}
header .btn_menu {
	display: inherit;
	width: 50px;
	float: right;
	margin-right: 3%;
	cursor: pointer;
}

header .mini_logout {
	display: inherit;
	width: 100px;
	float: right;
	margin-right: 5%;
	cursor: pointer;
}
header .sp_btn_menu {
  display: inherit;
  float: right;
  margin-right: 10px;
  margin-top: 12px;
  cursor: pointer;
  }

h1 {
	font-size: 2em;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	display: block;
}
img {
/*	width: 100%;*/
	height: auto;
	vertical-align: top;
	line-height: 1;
}
.fl,.fr{
//	float:none;
}
.fl2{
	float:none;
}
li.dateli {
	margin-top: 10px;
}
#wrapper{
	width:100%;
}
#side{
	display:none;
	width: 100%;
	margin-left: 0;
	float: none;
}
#side li{
	font-size:16px;
	padding-left:12%;
}
header .btn_menu img {
	width: 100%;
	height: 48px;
}
header .head_right .btn{
	display:none;
}
#content{
	float: none;
	width: 95%;
	margin: 0 auto;
	margin-top: 5%;
}
header .logo {
	margin-left: 0;
	width: 138px;
	height: 48px;
	float: left;
}
header .logo a{
	padding:10px 0;
/*
	padding-left: 0px;
	padding-right: 0px;
*/
}
header .logo img {
	width: 100%;
}
header .head_right{
	float:none;
	background-color: #e2e2e2;
	overflow: hidden;
	width: 100%;
}

header .head_right .name{
	font-size:16px;
	line-height:18px;
	padding: 4% 2%;
	width: auto;
}
header .head_right .name img{
	width:18px;

}
header .head_right .name .point{
	position :absolute;
	margin-top: -4px;
	margin-left: 30px;
	font-size: 11px;
	text-align: left;
}
header .head_right .select {
	width: auto;
/*	height: 10pt;*/
	font-size: 16px;
	line-height: 18px;
	padding: 4% 2%;
	text-align: right;
	margin-top: 0;
	float:right;
	margin-left: 0;
/*	height: 10pt;*/
}
header .head_right .select.font_mini1 {
	width: 35%;
	font-size: 75%;
	margin-top: -7px;
/*	height: 12pt;*/
}
header .head_right .select.font_mini2 {
	width: 35%;
	font-size: 70%;
	margin-top: -7px;
/*	height: 12pt;*/
}
header .head_right .select.font_mini3 {
	width: 35%;
	font-size: 60%;
	margin-top: -7px;
/*	height: 12pt;*/
}
header .head_right .select.font_mini4 {
	width: 35%;
	font-size: 50%;
}
header .head_right .select.font_mini5 {
	width: 35%;
	font-size: 40%;
}
header .head_right .select.font_mini6 {
	width: 35%;
	font-size: 30%;
}
header .head_right .select.font_mini7 {
	width: 35%;
	font-size: 20%;
}

.font_mini1{ 
	font-size: 75%;
}
.font_mini2{ 
	font-size: 70%;
}
.font_mini3{ 
	font-size: 60%;
}
.font_mini4{ 
	font-size: 50%;
}
.font_mini5{ 
	font-size: 40%;
}
.font_mini6{ 
	font-size: 30%;
}
.font_mini7{ 
	font-size: 20%;
}

#content .pan{
	display:none;
}
#content .box2{
	width: 90%;
	font-size: 18px;
}
#content .box4{
	width: 100%;
	font-size: 18px;
}
#content .box4 th{
	width: 20%;
	padding: 5px;
}
#content .cont01 .sel.box2{
	width: 100%;
	font-size: 18px;
}
#content .box2.b_wrap{
	width: 90%;
	padding: 5%;
}
#content .box2.b_wrap2{
	width: 90%;
	padding: 5%;
	font-size: 18px;
}
#content .box4.b_wrap{
	width: 90%;
	padding: 5%;
}
#content table th{
	/* white-space: pre-line; */
}

#login_wrap #content{
	width: 86%;
	margin:0 auto;
	margin-top:30px;
}
#login_wrap #content .cont01 li span.tit{
	display:block;
}
#login_wrap #content .cont01 li span.tit:after{
	content:none;
	margin-bottom: 14px;
}
#login_wrap #content .cont01 li input{
	width:90%;
	padding: 5px;
}
#login_wrap #content .cont01 p.btn a{
	width:50%;
}
#content h3.subttl{
	font-size: 18px;
}
#content .cont01{
	margin-bottom:5%;
}
#content .sel{
	font-size: 18px;
}
#content .cont01 .sel{
	margin-bottom: 5%;
}
#content .cont02 .tile{
	width: 90%;
	font-size: 18px;
	padding: 5%!important;
	margin-bottom: 5%;
	height:auto!important;
}
#content .cont01 .sel select{
//	width:100%;
}

#content .cont01 .sel2{
	margin-bottom: 5%;
}
#content .cont01 .sel2 select{
	width:auto;
}
#content .longlist table{
	font-size: 16px;
	border-collapse: collapse;
	border-spacing: 100px;
}
#content .longlist table th{
	padding:0.3px;
	letter-spacing: 0em;
}
#content .longlist table td{
	padding:0.3px;
	letter-spacing: 0em;
}
#content .longlist input[type="button"]{
	font-size: 18px;
	padding: 5px 10px;
	margin-top: 20%;
	margin-bottom: 20%;
}

#content .modal_window .tile_msg{
	width: 90%;
	float: left;
	border:#c7c7c7 solid 1px;
	margin-left: 5px;
	margin-right: 10px;
	padding: 10px;
	padding-right: 6px;
	margin-bottom: 1px;
	padding-bottom: 0;
	height: 200px;
	overflow-y: auto; 
	overflow-x: auto;
}

.logoutbtn{
	float:none;
	margin:6px auto;
	letter-spacing: 0.16em;
	text-align: center;
	width: auto;
}
.logoutbtn a{
	background-color:#c7c7c7;
	border-radius: 20px;
	text-align:center;
	display: inline-block;
	width: auto;
	padding: 10px 15px;
}
.logoutbtn a:hover{
	text-decoration:none;
}

#content.reserve_main .history .date_select{
	width: 100%;
	float:none;
}
#content.reserve_main .history .date_select select{
	width:22%;
	margin-bottom:3%
}
#content.reserve_main .history .btn{
	width:50%;
	margin-left: 25%;
	margin-top:5%;
	margin-bottom:5%;
}
#content.reserve_main .history .btn a{
	padding: 5%;
	text-align:center;
}
/*-pass-*/
#content.reserve_main .pass dl {
	text-align:center;
}
#content.reserve_main .pass .btn{
	width: 50%;
	position:inherit;
	margin-left:0;
	text-align:center;
	left: 0;
	bottom: 0;
	margin:0 auto;
	margin-top:10px;
}
#content.reserve_main .pass .btn a{
	margin:0 auto;
	padding:6%;
	
}
#content.reserve_main .pass input[type=text]{
	padding:3px;
	width: 80%;
}
/*-event-*/

#content.reserve_main .event dl dd.input1 li{
	width: 100%;
	float:none;
}
#content.reserve_main .event dl dd.input1 input{
	width: 90%;
}
#content.reserve_main .event dl dd span.point{
	display:block;
}
#content.reserve_main .event dl dd ul{
	overflow:hidden;
}
#content.reserve_main .event dl dd li{
	float:left;
}
#content.reserve_main .event dl dd textarea{
	width:100%;
	height:100px;

}
#content.reserve_main .event .btn{
	width:50%;
	margin:0 auto;
}
#content.reserve_main .event .btn a{
	display:block;
	background-color:#ccc;
	text-align:center;
	padding: 6px;

}
/* テーブル */
#content .cont01 .rental_table table{ 
	width: 100%;
}

/* ロック部分 */
div.lock_box { /*--- 2017June11 ---*/
  width: 20%;
}

/* 横スクロール部分 */
div.x_scroll_box { /*--- 2017June11 ---*/ 
  width: 78%;
}

#content .cont01 .tile_cal{
	display: none;
}

#content .cont01 .tile_aa_l{
	text-align:center;
}
#content .cont01 .pc_yoko{
	display:block;
    margin: 10px 0;
}

ul.chart > li {
    display: table-cell;
    float: left;
    width: 100%;
}

input.code_no{
	width:100%;
}
input.name{
	width:45%;
}
input.phone{
	width:100%;
}
input.size40{
	width:100%;
}
input.size15{
	width:100%;
}
.table_responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #c7c7c7;
	margin-bottom: 20px;
}
/*テーブル一番左側の列を固定*/
.sel table tr > th:first-child,
.sel table tr > td:first-child {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	background-color: #fff;
}
/*一番左側の列の左側のボーダーが横スクロールしても表示*/
.sel table tr > th:first-child::after,
.sel table tr > td:first-child::after {
	content : "";
	position : absolute;
	top : 0;
	right: 0;
	width : 100%;
	height : 100%;
	border-left : 1px solid #c7c7c7;
	pointer-events: none;/*疑似要素を入れてもボタンがクリックできるように*/
}
/*一番左側の列の右側のボーダーが横スクロールしても表示*/
.sel table tr > th:first-child::before,
.sel table tr > td:first-child::before {
	content : "" ;
	position : absolute;
	top : 0 ;
	left : 0 ;
	width : 100% ;
	height : 100% ;
	border-right : 1px solid #c7c7c7;
	pointer-events: none;/*疑似要素を入れてもボタンがクリックできるように*/
}
/*テーブル一番左側の終了部分の背景*/
.sel table tr > td.past_bg {
	background-color: #fff;
}
/*テーブル一番左側の終了部分の背景*/
.sel table tr > td.cancel_bg {
	background-color: #DFDFDF;
}
/*テーブル一番左側のこれからの部分の背景*/
.sel table tr > td.future_bg {
	background-color: #fffacd;
}
/*ボタンの余白 sp_style：1919行目*/
#content .longlist input[type="button"] {
	font-size: 17px;
	margin: 14px 3px;
}
/*thの余白 sp_style：1911行目*/
#content .longlist table th {
	padding: 7px;
}   
/*tdの余白 sp_style：1915行目*/
#content .longlist table td {
	padding: 7px;
}


/*tableの列幅を調整する為設定*/
#content table.columns2_table {
	table-layout: fixed;
}
/*thの幅調整 sp_style：1967行目*/
#content .box4 th {
	width: 120px;
}
#content .box4 table td table th {
	width: 20px!important;
	font-size: 12px;
	padding: 2px;
}
/*thの英語テキスト表示調整 sp_style：735行目*/
#content table.columns2_table th {
	white-space: normal;/*表示幅にあわせて改行するように*/
	word-break: normal;/*英語が途中で改行しないように*/
}
/*レンタルコート（英語表示時）tdの幅調整 sp_style：745行目*/
#content table.columns2_table td {
	width: 250px;
}

.initial-value {
	float: none;
	margin-bottom: 0;
}

.text_s_error,
.text_l_error,
.text_m_error,
.chktxt,
.rdotxt {
	width: auto;
}

.file_area {
	margin-bottom: 20px;
}
  .day_time_select_area th:first-child {
    width: 35px;
  }
#content .sel3 p a{
	width:90%;
    margin: auto;
}

.karte_1line{
	display:block;
}
.karte_table{
	width:100%;
	max-width:100%;
}
}


/*@media screen and (min-width: 746px) {*/
@media screen and (min-width: 769px) {
#side {
	display:block!important;
}
.w80{
	width: 100%!important;
}
.kahen{ 
	letter-spacing:0em;
}
.kahen_mini{ 
	font-size: 9px;
	letter-spacing:0em;
}
.icon_ca{ /*-- 2017May25 calender icon --*/
	display: none;
}
.wAuto{
	width: auto!important;
}

/* エラーメッセージ用に追加20151001?*/
.error_msg {
    color: #f00;
    font-weight: bold;
    display: block;
    margin: 5px 0;
}

    /*▼▼▼　メニュー選択部分 ▼▼▼*/
    .menu_item_content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .menu_select_area h4 {
        font-size: 16px;
     }
    .menu_item_title {
        font-size: 15px;
    }
    .menu_item_content_text {
        width: 75%;
        margin-bottom: 0;
        font-size: 14px;
    }
    .menu_item_content_detail {
        width: 25%;
        margin-left: auto;
        text-align: right;
        font-size: 14px;
    }
    .menu_item label {
        padding: 14px 10px 16px 40px;
    }
    .menu_item label::before,
    .menu_item label::after {
        top: 18px;
    }
    /*▲▲▲　メニュー選択部分 ▲▲▲*/

    /*▼▼▼　日付選択 ▼▼▼*/
    .selected_item_area p {
        font-size: 16px;
    }
    .selected_item_area dl {
        font-size: 15px;
    }
    .staff_select_area p {
        font-size: 14px;
    }
    .staff_select select {
        padding: 4px 38px 4px 4px;
        font-size: 14px;
    }
    .staff_select::before {
        top: 0.8em;
    }
    .selected_item_area dt {
        width: 40%;
    }
    .selected_item_area dd {
        width: 60%;
    }
    #content .day_time_select_area {
        font-size: 14px;
    }
    .day_time_select_area .exactly {
        font-size: 16px;
    }
    #content .day_time_select_area td.open,
    #content .day_time_select_area td.closed {
        font-size: 17px;
    }
    .day_time_select_area th:first-child {
      width: 70px;
    }
    /*▲▲▲　日付選択 ▲▲▲*/

    /*▼▼▼　予約内容 ▼▼▼*/
    .reserve_item_area li {
        font-size: 15px;
    }
    .reserve_item_row p:first-child {
        width: 35%;
    }
    .reserve_item_row p:nth-child(2) {
        font-size: 14px;
     }
    .reserve_item_title {
        font-size: 15px;
    }
    .reserve_item_price {
        font-size: 14px;
    }
    .reserve_item_detail {
        font-size: 14px;
    }
    .reserve_info_area li p:first-child {
        font-size: 15px;
    }
    .caution_area li {
        font-size: 14px;
    }
    .reserve_info_area textarea {
        width: 850px;
        max-width: 850px;
        box-sizing: border-box;
        font-size: 14px;
    }
    /*▲▲▲　予約内容 ▲▲▲*/

    /*▼▼▼　予約完了 ▼▼▼*/
    .reserve_info_area li p:nth-child(2) {
        font-size: 14px;
    }
    /*▲▲▲　予約完了 ▲▲▲*/


}

/*edge：thのborderが消えるバグの調整*/
@supports (-ms-ime-align:auto) {
#content .cont01 .rental_table .table_responsive th:before{
  content : "" ;
  position : absolute ;
  top : 0 ;
  left : 0 ;
  width : 100% ;
  height : 100% ;
  border-top : 1px solid #c7c7c7;
  box-sizing: border-box;
  }
#content .cont01 .rental_table .table_responsive th:after{
  content : "" ;
  position : absolute ;
  top : 0 ;
  left : 0 ;
  width : 100% ;
  height : 100% ;
  border-bottom : 1px solid #c7c7c7;
  box-sizing: border-box;
  }
}
/*IE11：テーブル左右のボーダーのズレ調整*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .table_responsive th:first-child::before {
    border-right : none;
  }
  *::-ms-backdrop, div.x_scroll_box {
    border-left : none;
    border-right : none;
  }
}

/* QRコード表示 */
.qr_code_btn {
    float: right;
}
.qr_code_btn img {
    padding-top: 4px;
    margin-right: 24px;
}
.qr_code_btn img:hover {
    cursor: pointer;
    opacity: 0.8;
}
@media screen and (min-width: 769px) {
    .qr_code_btn {
        display: none;
    }
}

/* QRコードポップアップ表示 */
.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .15s;
}
.popup.is-show {
    opacity: 1;
    visibility: visible;
    transition: .3s;
}
.popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    max-width: 300px;
    padding: 13% 15%;
    background-color: #fff;
    z-index: 2;
}
.popup-inner img {
    width: 100%;
    height: 100%;
}
.close-btn {
    position: absolute;
    right: 3%;
    top: 3%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}
.black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(49, 49, 49, 0.8);
    z-index: 1;
    cursor: pointer;
}

/* 顔認証 */
#face-frame {
    width: 300px;
    max-width: 300px;
    height: 300px;
    max-height: 300px;
    position: relative;
}
.face-guide {
    visibility: hidden;
    position: absolute;
    top: 5%;
    left: 0;
    width: 300px;
    height: 300px;
}
#face-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    z-index: 999;
}
.face-dot-spin {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: transparent;
    color: transparent;
    box-shadow: 0 -18px 0 0 #cccccc, 12.72984px -12.72984px 0 0 #cccccc, 18px 0 0 0 #cccccc, 12.72984px 12.72984px 0 0 rgba(152, 128, 255, 0), 0 18px 0 0 rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 0 rgba(152, 128, 255, 0), -18px 0 0 0 rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 0 rgba(152, 128, 255, 0);
    animation: dot-spin 1.5s infinite linear;
}

@keyframes dot-spin {
    0%,
    100% {
        box-shadow: 0 -18px 0 0 #cccccc, 12.72984px -12.72984px 0 0 #cccccc, 18px 0 0 0 #cccccc, 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
    }
    12.5% {
        box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 0 #cccccc, 18px 0 0 0 #cccccc, 12.72984px 12.72984px 0 0 #cccccc, 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
    }
    25% {
        box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 0 #cccccc, 12.72984px 12.72984px 0 0 #cccccc, 0 18px 0 0 #cccccc, -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
    }
    37.5% {
        box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 0 #cccccc, 0 18px 0 0 #cccccc, -12.72984px 12.72984px 0 0 #cccccc, -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
    }
    50% {
        box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 0 #cccccc, -12.72984px 12.72984px 0 0 #cccccc, -18px 0 0 0 #cccccc, -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
    }
    62.5% {
        box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 0 #cccccc, -18px 0 0 0 #cccccc, -12.72984px -12.72984px 0 0 #cccccc;
    }
    75% {
        box-shadow: 0 -18px 0 0 #cccccc, 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 0 #cccccc, -12.72984px -12.72984px 0 0 #cccccc;
    }
    87.5% {
        box-shadow: 0 -18px 0 0 #cccccc, 12.72984px -12.72984px 0 0 #cccccc, 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 0 #cccccc;
    }
}

/* テーブルの支払方法欄 */
#content td.sales_way {
	width: 70%;
}
#content #payjp_btn {
	white-space: normal;
}

/* 通知アイコン */
.notice_area {
	float: left;
	margin-top: 12px;
	margin-left: 5px;
}
.notice_area .badge_area {
	position: relative;
}
.notice_area .badge_area a {
	text-decoration: none;
	color: #5B5B5B;
	font-size: 1.5em;
}
.notice_area .badge_area .badge {
	font-size: 10px;
	position: absolute;
	top: -5px;
	right: -10px;
	width: 18px;
	height: 18px;
	line-height: 19px;
	border-radius: 18px;
	text-align: center;
	color: #fff;
	background-color: #c00;
}
@media screen and (min-width: 769px) {
	.notice_area {
		display: none;
	}
}

/* プッシュ通知履歴 */
div.notice {
	margin-bottom: 30px;
}
#content table.notice_tbl,
#content table.notice_tbl td {
	border: none;
	border-bottom: #c7c7c7 solid 1px;
	padding: 10px 6px;
}
#content table.notice_tbl td:first-child {
	border-top: #c7c7c7 solid 1px;
}
#content table.notice_tbl td.unread_area {
	background: #f5f5f5;
}
#content table.notice_tbl p.subject {
	font-weight: bold;
}
#content table.notice_tbl p.date {
	font-size: 70%;
	color: #999999;
}
#content table.notice_tbl span.unread {
	float: right;
	margin-right: 10px;
	color: #4682b4;
}
div.notice p.detail_date{
	color: #777777;
	font-size: 75%;
	margin-bottom: 10px;
	border-bottom: #c7c7c7 solid 1px;	
}
input[type="button"].notice_btn {
	display: none;
	margin-bottom: 20px;
	color: #000000;
	text-decoration: none;
	background-color: #c7c7c7;
	text-align: center;
	border-radius: unset;
	font-weight: normal;
}

/* ローディングアニメーション */
#loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: #FFFFFF;
	opacity: 0.7;
}
.dot-spin {
	top: 50%;
	left: 50%;
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: transparent;
	color: transparent;
	box-shadow: 0 -18px 0 0 #696969, 12.72984px -12.72984px 0 0 #696969, 18px 0 0 0 #696969, 12.72984px 12.72984px 0 0 rgba(152, 128, 255, 0), 0 18px 0 0 rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 0 rgba(152, 128, 255, 0), -18px 0 0 0 rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 0 rgba(152, 128, 255, 0);
	animation: dot-spin 1.5s infinite linear;
}
@keyframes dot-spin {
	0%,
	100% {
		box-shadow: 0 -18px 0 0 #696969, 12.72984px -12.72984px 0 0 #696969, 18px 0 0 0 #696969, 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
	}
	12.5% {
		box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 0 #696969, 18px 0 0 0 #696969, 12.72984px 12.72984px 0 0 #696969, 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
	}
	25% {
		box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 0 #696969, 12.72984px 12.72984px 0 0 #696969, 0 18px 0 0 #696969, -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
	}
	37.5% {
		box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 0 #696969, 0 18px 0 0 #696969, -12.72984px 12.72984px 0 0 #696969, -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
	}
	50% {
		box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 0 #696969, -12.72984px 12.72984px 0 0 #696969, -18px 0 0 0 #696969, -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
	}
	62.5% {
		box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 0 #696969, -18px 0 0 0 #696969, -12.72984px -12.72984px 0 0 #696969;
	}
	75% {
		box-shadow: 0 -18px 0 0 #696969, 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 0 #696969, -12.72984px -12.72984px 0 0 #696969;
	}
	87.5% {
		box-shadow: 0 -18px 0 0 #696969, 12.72984px -12.72984px 0 0 #696969, 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 0 #696969;
	}
}