


:root {
  --color_light_green:#3aab5e;
}



/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
  box-sizing: border-box;
}
body {
	line-height:1;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
		border: 0;
}
input[type="radio"]{
  margin: 0px 3px 0px 5px
}

input:focus,
textarea:focus,
select:focus {
  outline: 0;
  border-color: orange;
}
select{
	background-color:inherit;
}
nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
  color:#000
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

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

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}


ul{
  list-style: none;
}

div.w150 {
  width: 150px;
}
div.w50 {
  width: 50px;
}

div.w300 {
  width: 300px;
}

.margin-r-5{
  margin-right: 5px;
}
.margin-r-10{
  margin-right: 10px;
}

header{
  width: 100%;
  max-width: 1028px;
}

main{
  width: 100%;
  max-width: 1028px;
  margin:0 auto;
  padding-bottom: 60px;
}
.maincontent{
  margin-top:  60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.detail-maincontent{
  margin-top:  60px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
div.page-maincontent{

  margin: 60px auto 0 auto;
  max-width: 900px;
}



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

.create-title{
  background-color:#999999;
  height:50px;
  width: 100%;
  display: flex;
  justify-content:flex-start;
  align-items:center;
  padding: 0 10px;
  color:#fff
}
.login-item-form{

}
.login-item{
  display: flex;
  flex-direction: col;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.login-item label{
  font-size: .9em;
  font-weight: bold;
  margin-right: 20px;
  width: 200px;
  text-align: right;
}
.login-item div.input{
  border: 1px solid #000;
  padding: 10px;
  width: 400px;
}
.login-item div.input input{
   width: 100%;
   box-sizing: border-box;
}
.login-item div.radio{
  flex-direction: row;
  display: flex;
}
.login-item div.date{
  border: 1px solid #000;
  padding: 10px;
}
.login-item div.date_break{
  display: flex;
  flex-direction: row;

  align-items: center;
}
.login-item div.date_break div{
  border: 1px solid #000;
  padding: 10px;
  margin: 0 5px 0 10px;
}
.login-item div.date_break div.year{
  margin-left: 0;
}
.login-item div.radio div{
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.login-item div.radio input{
  -webkit-appearance:inherit;
  appearance:auto;
  
}

.search-box-item{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.search-box-item label{
  font-size: .9em;
  font-weight: bold;
  margin-bottom: 5px;
}

.search-box-item input{
  padding: 0;
}

.black-btn{
  background-color: #000;
  color:#fff;
  padding:10px;
  cursor: pointer;
  text-align: center;

}

.clear-btn{
  background-color: #bcdeb6;
  color:#000;
  width:280px;
  height:60px;
  margin: 0 10px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
}

.progress-btn{
  background-color: #39b54a;
  color:#fff;
  width:280px;
  height:60px;
  margin: 0 10px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
}

.big-btn{
  background-color: #39b54a;
  color:#fff;
  width:430px;
  height:52px;
  margin: 0 10px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
}
.btns{
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center
}
.message{
  width: 100%;
  text-align: center;
  font-size: .9em;
  margin: 20px auto;
  color:#ff0000;
}

.react-datepicker-wrapper{
  text-align: left;
}

div.calendar-selecter{
  border:1px solid #231815;
  border-bottom: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 16px;
}
div.calendar-selecter div.selectbtn{
  cursor: pointer;
  font-size: larger;
}
div.calendar-selecter div.right{
  margin-left: auto;
}
div.calendar-selecter div.left{
  margin-right: auto;
}

table.calendar{
  width: 100%;
}

table.calendar td{
  border:1px solid #231815;
  height: 66px;
  width:66px;
  text-align: center;
  vertical-align: center;
  padding-top: 20px;
}

table.calendar td.selected{
  background-color: #b4d9ac;
}

table.calendar td.available{
  background-color: #ffe267;
  cursor: pointer;
}

table.calendar td.outofday{
  background-color: #c8c9ca;
}


.book_lsit {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.book_lsit_item {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 10px;
  margin: 5px auto 0 auto;
  text-align: center;
}

.book_lsit_item.header {
  background-color: #f2f2f2;
  border-bottom: 1px solid #777;
}
div.form {
  width: 100%;
  max-width: 800px;
  margin:  0 auto;
}
div.form h2{
  font-size: 22px;
  margin: 20px 0;
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

div.form div.form-content{
  margin-bottom: 50px;
}

div.form div.form-content div.content-item{
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  align-items: center;
  
}

div.form div.form-content div.content-item label{
  width: 120px;
  padding: 5px;
}

div.form div.form-content div.content-item div.name{
  width: 220px;
  padding: 5px;
}

.normal-form div.input{
  border: 1px solid #000;
  padding: 10px;
  width: 100%;
}
.normal-form label{
  display: none;
}
div.addBtn{
  background-color: #39b54a;
  color:#fff;
  padding:10px 20px;
  margin: 0;
  font-size: 16px;
  cursor: pointer;
}

div.deleteBtn{
  background-color: #000;
  color:#fff;
  padding:10px 20px;
  margin: 0;
  font-size: 16px;
  cursor: pointer;
}

header.header{
  padding:15px 0;
  margin:0 auto;
  display: flex;
  justify-content: center;
  flex-direction:row;
  align-items:center;
}
div.bigBackgroundWrap{
  background-color:  var(--color_light_green);
  display:flex;
  padding-top:120px;
  padding-bottom:100px;
  justify-content:center
}
div.bigBackground{
  width: 820px
}
div.searchBoxWrap{
  margin-top:70px;
  width:100%;
  display: flex;
  justify-content:center
}
div.searchBox{
  display: flex;
  width:860px;
  height:78px;
  background-color:#fff;
  border-radius:50px;
  padding:22px 12px;
}

div.usageBox{
  display:block;
  padding:45px 0 ;
  margin:75px auto 0 auto;
  background-color: var(--color_light_green);
  width:892px;
  border-radius:10px
}

ul.stepBox{
  display:flex;
  flex-direction:row;
  justify-content:center;
  align-items:top
}

ul.stepBox li{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:top;
  color:#fff
}

div.inputBoxWithBorder{
  border-right:1px solid #dddddd
}

div.form{
  margin: 60px auto;
  width: 100%;
}
div.inputBox{
  width:260px;
  padding:0 30px;
}

div.btnBox{
  margin:0;
  display:flex;
  justify-content:center;
  align-items:center;
  cursor:pointer;
}

div.parklist{
  display: flex;
  flex-direction: row;
  justify-content:center;
  max-width:1440px;
  width:100%;
  margin:0 auto;
  box-sizing: border-box;
}

div.listbox{
  width: 387px;
  margin-right:45px;
  position:relative;
  cursor:pointer;
  line-height:1.8em;
}

div.listbox div.imagebox{
  width: 387px;
  height: 230px;
  overflow:hidden;
  border-radius:18px;
}
div.title5{
  margin-top:97px;
  font-size:32px;
  color: var(--color_light_green);
  font-weight:bold;
  text-align:center;
  margin-bottom:42px;
}

footer ul {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin:  0 auto;
  justify-content: center;
}
footer ul.footer_menu {
  margin: 40px 0;
}
footer ul.footer_menu li {
  margin:0 20px;
  font-size:14px
}

footer ul.footer_sns {
  margin: 60px 0;
}
footer ul.footer_sns li {
  margin:0 20px;
  font-size:14px
}



div.sml-header{
  background-color: var(--color_light_green);
  height: 216px;
  width: 100%;
  text-align:center;
  padding-top:35px;
  margin-top:60px
}
div.sml-header img{
   width: 600px;
}

div.calendarWrap{
  width:465px;
  margin-right:45px;
}

div.book-btns{
  display:flex;
  flex-direction:row;
  justify-content:center;
  margin-top:90px
}



div.detaikWrap{
  width:465px;
}
div.createBoxBottom{
  margin-top:64px
}
div.list-box{

}
div.listboxImageBox{
  width: 330px;
  height: 210px;
  overflow: hidden;
  margin-right:40px
}

div.book-confierm-list{
  margin: 30px auto 0 auto;
  width:100%;
  max-width:1040px;
  display:flex;
  flex-direction:row;
  justify-content:center
}

div.book-btn{
  display:flex;
  justify-content:center;
  align-items:center;
  width:250px;
  height:40px;
  border: 1px solid var(--color_light_green);
  margin:0 10px
}
div.book-btn.selected{
  background-color:var(--color_light_green);
}



/*** Static pages ***/

div.page-maincontent h1{
  font-size: 20px;
  text-align: center;
  margin-bottom:60px;
}

div.page-maincontent h2{
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 10px;
} 

div.page-maincontent p{
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.4em;
}
div.page-maincontent ul,
div.page-maincontent ol{
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  margin-left: 25px
}

div.page-maincontent ul li,
div.page-maincontent ol li{
  margin: 5px 0;
}
div.page-maincontent ul li{
  list-style-type:disc
}


div.progree-list{
  margin: 60px auto 0 auto;
  width:100%;
  display:flex;
  flex-direction:row;
  justify-content:center;
  align-items:center;
  font-size:15px;
}

menu {
  display: none;
}
.menu-btn {
  display: none;
}