@charset "utf-8";

/********* HTMLリセット *********************************************/

/* Reset */
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
html{
	font-size: 62.5%;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

/********* HTML再定義 ***********************************************/
html,
body {
	line-height: 1.4;
	height:100%;
	margin: 0 auto;
	background: #fff;
	color: #222;
	font:0.875em "verdana",'Noto Sans JP',"メイリオ","Meiryo","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	-webkit-text-size-adjust: none;
}

h1 {
	line-height: 1.0;
	font-size: 200%;
	font-weight: bold;
}
.content h1{
	width:100%;
}
.content h1,
h2{
	width:100%;
	height: 55px;
	font-weight: bold;
	line-height: 55px;
	font-size: 18px;
	color: #333;
	background: #eee;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding-left: 40px;
	margin-bottom:40px;
}
h1,h2,h3{
	color:#111;
}
h4, h5, h6 {
	margin: 10px 0;
	font-weight: bold;
}

a{
	color: var(--main-color);
    text-decoration: none;
}

a:active, a:hover {
	//text-decoration: underline;
}
h2 a, h2 a:visited, h2 a:active {
    float: right;
    border-radius: 5px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 13px;
    color: #111;
    background: #222;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
}
h3 a:active,h3 a:hover{
	opacity:0.5;
	//text-decoration: underline;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

select{
	border-radius:5px;
	border:1px solid #e5e5e5;
	padding:5px;
}
input,textarea{
	border-radius:5px;
	border:1px solid #e5e5e5;
	background:#feffe5;
	padding:5px;
}
input.readonly{
	background:#c0c0c0;
	color:#666;
}
/*Checkboxes styles*/
.checkboxItem{
	width:50%;
}
.checkboxBox{
	width:100%;
	margin-bottom:20px;
}
input[type="checkbox"] { display: none; }
input[type="checkbox"] + label {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px 'Open Sans', Arial, sans-serif;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 80%;
    margin-left:20%;
    height: 50px;
}
input[type="checkbox"] + label:last-child { margin-bottom: 0; }
input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -10px;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}
input[type="checkbox"]:checked + label:before {
  width: 10px;
  left: 5px;
  margin-top: -15px;
  border-radius: 0;
  opacity: 1;
  border-color:#6cc0e5;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
textarea{
	resize: none; 
	width:100%;
}

table {
	width:100%;
	border-collapse: separate;
	border-spacing: 5px;
}
th{
	background:#DDDDDD;
	padding:10px;
	width:15%;
}
td{
	background:#fff;
	padding:10px;
	width:35%;
}
.divTable{
	overflow:hidden;
}
.divTr{

}
.divTh{
	background:#dddddd;
	margin:5px;
	padding:5px;
}
.divTd{
	background:#fff;
	margin:5px;
	padding:5px;
}

div,section,header,footer,nav,ul,li,dl,dt,dd,p,a,h1,h2,h3,h4,h5,h6,span,img,table,th,td,tr,textarea,input{
	box-sizing:border-box;
}

i{
	margin:0 0.5rem;
}
/********* 基本構造 *************************************************/

div#container {
	margin: 0 auto;
	min-height:100%;
	position:relative;
}
div.inner{
	width:1080px;
	margin: 0 auto;
}
div#container .main{
	padding-bottom:425px;
}

.smart,.sp{
	display:none;
}

.flexTable{
    margin: 20px 0;
}
.flexTable,
.flexTr,
.flexTh,
.flexTd{
	flex-wrap:wrap;
	display:flex;
}
.flexTable,
.flexTr{
	width:100%;
}
.flexTr{
	margin-bottom:5px;
}
.flexTh,
.flexTd{
	width:50%;
	height:50px;
	align-items:center;
	justify-content:center;
}
.flexTh.col2,
.flexTd.col2{
	width:100%;
}
.flexTr{
	background:#f9f9f9;
}
.flexTr:nth-child(2n-1) {
    background: #f1f1f1;
}
.flexTh{
	background:#dddddd;
}
.flexTd form{
	width:calc((100% - 5px) / 2);
	height: 40px;
}
.flexBox{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}

.tableBody,
.tableBody div{
	display:inline-block;
}
.tableBody,
.tableRow{
	width:100%;
}
.tableTh{
	width:30%;
}
.tableTd{
	width:20%;
}
.tableTh,
.tableTd{
	height:30px;
	line-height:30px;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	white-space: nowrap;
	font-size:95%;
}
.tableTh{
	text-align:center;
	background:#eee;
}
.tableTd{
	text-align:right;
	padding:0 5px;
}
.tableTd:last-child{
	border-right:1px solid #ddd;
}
.tableRow:first-child{
	border-top:1px solid #ddd;
}
.disableTd{
	opacity:0;
}

.tableTitle{
	text-align:center;
	width:100%;
	font-weight:bold;
	font-size:1.2rem;
	line-height:40px;
}
.editTable .divTable{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.editTable .divTr{
	width:calc((100% - 30px) /2);
	margin-bottom:30px;
}
.editTable .divTr.col2{
	width:100%;
}
.editTable .divTh,
.editTable .divTd{
	margin:0;
	padding:15px;
}
.editTable .divTd{
	background:#f7f7f7;
}

/********* メニュー *************************************************/

div#menu h2 {
	display: none;
}
div#menu ul {
	margin: 5px 0;
}
div#menu ul li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}


.header_top{
	background:var(--main-color);
	overflow:hidden;
}

.header_left{
	float:left;
}
.header_right{
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#fff;
	float:right;
	background: var(--sub-color);
}

.sb-toggle-right:hover{
	cursor:pointer;
}
.header_navi ul{
	overflow:hidden;
}
.header_navi li{
	float:left;
}
.header_navi .homeBtn{
	font-size:20px;
}
.header_top a{
	color:#fff;
	display: flex;
	align-items:center;
	padding: 0 15px;
	height:50px;
	font-weight:700;
}
.header_top a:hover{
	background: var(--sub-color);
	text-decoration:none;
}



#mainVisual {
    background: url(../../img/main.jpg) center 40% no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
#mainVisual>div{
	background:rgba(255,255,255,0.2);
}
#logo {
    width: 990px;
    margin: 0 auto;
    padding: 50px 0;
    color: #fff;
    font-size: 90%;
    position: relative;
    text-align:center;
}
#logo .ja {
    left: 230px;
}
#logo .ja-l {
    right: 250px;
}
#logo span {
    position: absolute;
    top: 68px;
    font-weight: 700;
}
#sideBtn{
	display:none;
}
#sideBtn + div #user_navi{
	width:0;
	overflow:hidden;
}
#sideBtn:checked + div #user_navi{
	width:400px;
}

#user_navi{
	position:absolute;
	background:#222;
	z-index: 10;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	top:0;
	right:0;
	min-height:100%;
}
#user_navi ul{
	padding:15px 15px;
	width:400px;
	color: var(--main-color);
	position:fixed;
}
#user_navi li{
	text-align:center;
	height:40px;
	line-height:40px;
	margin-bottom:10px;
}
#user_navi a{
	width:100%;
	text-align:left;
	display:block;
	height:40px;
	padding:0 5px;
	background:#fff;
	line-height:40px;
	
}
#user_navi a:hover{
	color:#fff;
	background:var(--main-color);
}


footer{
	width: 100%;
	background: #333;
	text-align: center;
	color: #ccc;
	position:absolute;
	bottom:0;
	margin-top: 100px;
	height:325px;
}
footer>.inner{
	padding: 35px 0 20px;
}
footer dd {
    margin: 10px;
}
footer dt {
    font-size:25px;
    font-weight:bold;
}

#copyright {
    padding-top: 30px;
    letter-spacing: 1px;
}
.bottom_area{
	background: #eee;
	padding: 30px 0;
	height:150px;
}
/********* パンくず *************************************************/

.breadcrumb{
	padding:20px 0;
	background:#fff;
}
.breadcrumb ul{
	overflow:hidden;
}
.breadcrumb li{
	float:left;
}
/*カラー*/
.schedule.view h3 i,
.editControl button,
.user.list td button,
.place.list h3>i,
.newsTitle,
.account.list td button{
	color:var(--main-color);
}

/* --------------------------------------------------------------------------------
	はてなボタン
-------------------------------------------------------------------------------- */
.helpMessageBox {
	width: 500px;
	height: 500px;
}




/*********   編集  **************************************************/
.editControl ul{
	overflow:hidden;
}
.editControl li{
	text-align:center;
	margin:0 5px;
	float:left;
}
span.editControl{
	overflow:hidden;
	float:right;
	margin-right:20px;
}
.editControl form{
	float:left;
}
.editControl button{
	display:inline-block;
	border:0;
	padding:0;
	background:none;
	font-size:18px;
}
.editControl button:hover{
	opacity:0.5;
}
div.control{
	margin-bottom:40px;
}
.control ul{
	overflow:hidden;
	display: flex;
    justify-content: space-evenly;
}
.control li{
	width:50%;
	text-align:center;
}
.control li a{
	padding:5px;
	background:#FFB853;
	display:block;
	width:40%;
	margin:0 auto;
	border-radius:5px;
	border-bottom:3px solid #cc7800;
	color:#fff;
	font-weight:bold;
}

.control li button{
	padding:5px;
	background:#FFB853;
	width:40%;
	margin:0 auto;
	border-radius:5px;
	border:0;
	border-bottom:3px solid #cc7800;
	color:#fff;
	font-weight:bold;
}
.control li a:hover{
	background:#cc7800;
	border-bottom:0;
	border-top:3px solid #995a00;
	text-decoration:none;
}
/********* ボタン *************************************************/
button.submit,
input.submit,
a.submit,
.otherBtn,
input.submit,
.snsBtn{
	background:var(--btn-color);
	margin:10px 0 0;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	border:0;
	border-bottom:3px solid #994600;
	width:100%;
	padding:10px 0;
	display: inline-block;
	text-align: center;
	border-radius:5px;
}
.contents a.submit{
	width:30%;
	margin:40px 35%;
}
button.submit:hover,
.otherBtn:hover,
input.submit:hover{
	background:#994600;
	border-top:3px solid #662f00;
	border-bottom:0;
}
.otherBtn{
	margin:30px 25%;
	width:50%;
	border-radius:5px;
}
.control li button.searchBtn{
	padding: 5px;
	height:32px;
	width:auto;
	background: #333;
	border-radius: 5px;
	border:1px solid #333;;
	color: #fff;
	font-weight: bold;
	margin-left:5px;
}
.control li button.searchBtn:hover{
	background:#666;
}
input.backBtn,
button.backBtn,
a.backBtn{
	display:inline-block;
	width:50%;
	padding:10px 0;
	margin:30px 25%;
	font-size:15px;
	font-weight:bold;
	border-radius:5px;
	text-align:center;
	border:0;
	border-bottom:3px solid #777;
	background:#aaa;
	color:#fff;
}
a.backBtn:hover{
	background:#777;
	border-top:3px solid #777;
	border-bottom:0;
}
.account.edit>div .submit{
	width:60%;
	margin:10px 20%;
}
input.accountBtn{
	width:60%;
	margin:30px 20%;
}
/********* ページ移動 ***********************************************/

div#page{
	border-top: 1px solid #ccc;
}
div#page ul {
	margin: 10px 0;
	text-align:center;
}
div#page ul li {
	display: inline-block;
	margin: 5px;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	border:1px #ccc solid;
	border-radius:5px;
}
div#page ul li.active,
div#page ul li:hover{
	background: #32B3CB;
	color: #fff;
}
div#page ul li:hover input{
	color: #fff;
}
div#page ul li input{
	display: inline-block;
	background:none;
	border:none;
	width:100%;
}

/********* ナビゲーション *******************************************/

div#navi ul {
	width:auto;
	margin: 5px 0;
	text-align: right;
	text-align:center;
}
div#navi ul li {
	display: inline-block;
	margin: 5px;
	width:30px;
	height:30px;
}

/*********  *******************************************/
.contents>div,
.rules>div,
.fee>div,
.auth>div,
.entry>div{
	border:20px solid #eee;
	padding:60px;
	margin:40px auto;
	width: 100%;
}


/********** ERROR *******************************************************/
.error{
	background:#fecece;
	color:#f80707;
}
.message{
	background:#ccebff;
	color:#0196F9;
}
#message_box li{
	padding:10px 15px 0;
}
#message_box li:last-child{
	padding:10px 15px;
	margin-bottom:20px
}

/********* 固定ページ *************************************************/
.fee{
	overflow:hidden;
}
.fee table{
	width:40%;
	margin:5%;
	float:left;
	border:1px solid #e6e6e6;
}
.fee td{
	text-indent:2em;
	background:#f9f9f9;
}

/********* 処理選択 *************************************************/

div#work form {
	margin: 10px 0;
}
div#work form dl dt {
	display: none;
}
div#work form dl dd {
	margin: 0;
}


/********* 個別指定 *************************************************/

.attention {
	color: #FF0000;
	font-weight: bold;
}

