@charset "UTF-8";

/*common*/

#contents main table.separate {
  border-collapse: separate;
  border-spacing: 5px;
  margin: -5px;
  text-align: center;
  width: calc(100% + 10px);
  margin-bottom: 3px;
}
#contents main table.separate th {
  font-size: 14px;
	font-weight: normal;
	background: #FFAE4C;
	color: #fff;
	padding: .5em 0;
  line-height: 1.8;
}
#contents main table.separate td {
  font-size: 14px;
	text-align: center;
	border: #FFAE4C 2px solid;
	background: #fff;
  padding: .5em 1em;
  line-height: 1.8;
}
#contents main section p.notice {
	font-size: 13px;
	line-height: 23px;
  text-indent: -1em;
  padding-left: 1em;
}
#contents main section p.notice span {
	color: #F77404;
}
#contents main section p.notice span.bold {
  font-weight: bold;
}
#contents main section p a {
	color: #0023E6;
}
#contents main section p a:hover {
	text-decoration: underline;
}
#contents main section#aboutsupport p span {
	color: #F77404;
}

/*br*/
br.brnone {
	display: none;
}
br.pcnone {
	display: block;
}
br.brblock {
	display: block;
}

/*img on-off */
section .pc {
	display: none;
}

section .sp {
	display: block;
}

@media all and (min-width: 769px) {
  br.brnone {
    display: block;
  }
  br.brblock {
	display: none;
}
  br.pcnone {
    display: none;
  }
  section .pc {
    display: block;
  }

  section .sp {
    display: none;
  }
}


@media all and (min-width: 769px) {
  #contents main table.separate th,
  #contents main table.separate td {
    font-size: 18px;
  }
  #contents main section p.notice {
    font-size: 15px;
    line-height: 25px;
  }
}

/*index*/
#contents main article#index section.col1 table.separate th {
  width: 28%;
}
#contents main article#index section.col2 table.separate th {
  width: 28%;
}
#contents main article#index section.col2 table.separate td {
  width: 72%;
  padding: 0;
}
#contents main article#index section.col2 table.separate td dl {
  width: 100%;
  display: table;
  border-collapse: collapse;
}
#contents main article#index section.col2 table.separate td dl dt {
  display: table-cell;
  width: 60%;
  text-align: center;
  vertical-align: middle;
  background: #FFEECC;
  padding: .5em 0;
  color: #000;
}
#contents main section.col2 table.separate td dl dd {
  display: table-cell;
  background: #FFF;
  vertical-align: middle;
  text-align: center;
  padding: .5em 0;
}
#contents main article#index section#aboutlunch ul li {
  width: 100%;
}
#contents main article#index section#aboutlunch table.separate th {
  width: 80%;
  padding: .5em .5em;
  line-height: 1.4;
}
#contents main article#index section#aboutlunch table.separate th span {
    display: block;
    font-size: 12px;
  line-height: 1.4;
  }
#contents main article#index section ul.blt-orangebox {
  margin-top: -5px;
  list-style: none;
}
#contents main article#index section ul.blt-orangebox li {
	margin-left: 1em;
	text-indent: -1em;
}
#contents main article#index section ul.blt-orangebox li:before {
	content: '';
  display: inline-block;
  width: .8em;
  height: .8em;
  background: #FF8B00;
	margin-right: .2em;
}
#contents main article#index section ul.blt-orangebox li figure {
  margin-top: 10px;
  margin-bottom: 10px;
}
#contents main article#index section ul.blt-orangebox li > p {
  text-indent: 0;
  padding-left: 0;
}
#contents main article#index section#headbtn ul li:last-child {
  background: none;
}

@media all and (min-width: 601px) and (max-width: 768px) {
  section#headbtn ul li {
    width: 32.5%;
  }
  section#headbtn ul li br {
    display: block;
  }
  section#headbtn ul li a {
    font-size: 13px;
  }
}

@media all and (min-width: 769px) {
  #contents main article#index section#aboutlunch table.separate th {
    width: 70%;
  }
  #contents main article#index section#aboutlunch table.separate th span {
    font-size: 15px;
  }
  #contents main article#index #contents main section p.notice {
    font-size: 14px;
    line-height: 25px;
  }
  #contents main article#index section#aboutlunch table.col1 th {
    width: auto;
  }
  #contents main article#index section#aboutlunch table.col1 td {
    width: auto;
  }
  #contents main article#index section#aboutlunch ul li {
    width: 100%;
/*    width: 48%;*/
  }
  #contents main article#index section ul.blt-orangebox li {
    font-size: 18px;
    line-height: 30px;
  }
  #contents main article#index section ul.blt-orangebox li figure {
    margin-left: 1em;
  }
  #contents main article#index section ul.blt-orangebox li > p {
    font-size: 16px;
  }
}

/*information facilities*/
body.facilities #contents main section#drive ul li {
	width: 100%;
}

body.facilities #contents main section#drive ul li h4 {
	color: #F77404;
	font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}

body.facilities #contents main section#drive ul li img {
	width: 100%;
  margin-top: 1em;
}
body.facilities #contents main section#rooms ul li {
    display: flex;
    align-items: center;
	  width: 100%;
}
body.facilities #contents main section#rooms ul li dl {
  width: 100%;
}
body.facilities #contents main section#rooms img {
  width: 100%;
}
body.facilities #contents main section#rooms ul li dl {
  font-size: 13px;
}
body.facilities #contents main section#rooms ul li dl dt {
	width: 13%;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background: #FFAE4C;
	height: 40px;
	line-height: 40px;
	float: left;
}
body.facilities #contents main section#rooms ul li dl dd {
	width: 85%;
	float: right;
	background: #fff;
	border: #FFC580 2px solid;
	height: 40px;
	line-height: 37px;
	padding-left: .7em;
}

body.facilities #contents main section#rooms dl p {
	clear: both;
	padding: .5em 0 1em;
}

body.facilities #contents main secntion#rooms dl p img {
	width: 100%;
}
  body.facilities #contents main section#rooms div.flex {
    clear: both;
  }

@media all and (min-width: 600px) {
  body.facilities #contents main section#drive ul li {
    width: 48%;
  }
  body.facilities #contents main section#rooms ul li.w100 {
    width: 100%;
  }
  body.facilities #contents main section#rooms div.flex p {
    width: 48.5%;
  }
  body.facilities #contents main section#drive ul li img {
    margin: 0;
}
  body.facilities #contents main section#rooms ul li {
	  width: 48%;
  }
  body.facilities #contents main section#rooms ul li dl {
    font-size: 14px;
  }
  body.facilities #contents main section#rooms ul li dl dt {
    width: 15%;
    max-width: 52px;
  }
/*
  body.facilities #contents main section#rooms ul li.w100 dl dt {
    width: 10%;
  }
*/
  body.facilities #contents main section#rooms ul li dl dd {
    width: 82%;
    padding-left: 1em;
  }
  body.facilities #contents main section#rooms ul li dl dd.col {
    text-align: center;
    padding-left: 0;
    padding-right: 4em;
  }
  body.facilities #contents main section#rooms ul li.w100 dl dd {
    width: 91%;
  }
}

@media all and (min-width: 600px) and (max-width: 768px) {
  body.facilities #contents main section#rooms ul li dl dt {
    max-width: 38px;
  }
    body.facilities #contents main section#rooms ul li.w100 dl dd {
    width: 90%;
  }
}


/*childcare*/
body.childcare #contents main article#index section.col1 table.separate th {
  width: 40%;
}
body.childcare #contents main section#class table.col3 th,
body.childcare #contents main section#class table.separate td {
  width: 25%;
}
body.childcare #contents main section#class table.col3 th:first-child,
body.childcare #contents main section#class table.separate td:first-child {
  width: 50%;
}
body.childcare #contents main section#class table.col3 {
  border-collapse: separate;
  border-spacing: 5px 0;
  margin: 0 -5px;
  text-align: center;
  width: calc(100% + 10px);
}
body.childcare #contents main section#class table.col3 th {
  font-size: 14px;
	font-weight: normal;
	background: #FFAE4C;
	color: #fff;
	padding: .5em 0;
  line-height: 1.8;
}
body.childcare #contents main section#class table.separate td:first-child {
  padding: 0;
  background: #FFEECC;
}
body.childcare #contents main section#class table.separate td dl {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
body.childcare #contents main section#class table.separate td dl dt {
  display: table-cell;
	background: #FFAE4C;
	color: #fff;
  width: 20%;
  text-align: center;
  padding: 1em 0;
  vertical-align: middle;
}
body.childcare #contents main section#class table.separate td dl dd {
  display: block;
  text-align: center;
  width: 100%;
  padding-top: .2em;
}

@media all and (min-width: 769px) {
  body.childcare #contents main section#class table.separate td dl dd {
    display: table-cell;
    text-align: left;
    width: 40%;
    padding-top: 0;
    vertical-align: middle;
  }
  body.childcare #contents main section#class table.separate td dl dd:first-of-type {
    padding-left: 1em;
  }
}



/* ichigo */
body.ichigo #contents main section#about table.separate th {
  width: 25%;
}
body.ichigo #contents main section#about table.separate td {
  text-align: left;
  padding: .5em;
}
body.ichigo #contents main section#about table.separate tr:first-child td:last-child {
  padding: 0;
}
body.ichigo #contents main section#about table.separate td dl {
  width: 100%;
  display: table;
  border-collapse: collapse;
  height: 100%;
}
body.ichigo #contents main section#about table.separate td dt {
  display: table-cell;
  text-align: center;
	width: 22%;
	background: #FFEECC;
  padding: .5em;
  vertical-align: middle;
}
body.ichigo #contents main section#about table.separate td dd {
  display: table-cell;
	width: 78%;
	text-align: left;
  padding: .5em;
  vertical-align: middle;
}
body.ichigo #contents main section#about table.separate td dd span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
body.ichigo #contents main section#clubscene p {
	font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
body.ichigo #contents main section#clubscene p:nth-last-child(1)::before,
body.ichigo #contents main section#clubscene p:nth-last-child(2)::before,
body.ichigo #contents main section#clubscene p:last-child::before {
 	content: '▶';
	color: #F77404;
}
body.ichigo #contents main section#clubscene p > a {
	text-decoration: none;
}
body.ichigo #contents main section#cautioninfo h4 {
	color: #FF0000;
	font-weight: bold;
	font-size: 20px;
	border-bottom: #FF0000 2px dashed;
	padding-bottom: .3em;
	margin-bottom: .5em;
  text-indent: -1em;
  padding-left: 1em;
}

@media all and (min-width: 600px) {
  body.ichigo #contents main table.separate th,
  body.ichigo #contents main table.separate td {
    font-size: 14px;
  }
  body.ichigo #contents main section#about table.separate td {
    padding: .5em 1em;
  }
  body.ichigo #contents main section#about table.separate td dd {
    padding: .5em 1em;;
  }
}

@media all and (min-width: 600px) and (max-width: 768px) {
  body.ichigo #contents main section#about table.separate th {
    width: 20%;
  }
   body.ichigo #contents main section#about table.separate th br {
    display: block;
  }
  body.ichigo #contents main section#clubscene ul li {
    width: 48%;
  }
  body.ichigo #contents main section#clubscene ul li img {
    width: 100%;
  }
}

/* volunteer */
body.volunteer #contents main section ul {
	margin-top: 1em;
}

body.volunteer #contents main section ul li:first-child {
	width: 100%;
}

body.volunteer #contents main section ul li:nth-child(n+2):nth-child(-n+3) {
	width: 100%;
}

body.volunteer #contents main section ul img {
	width: 100%;
}

@media all and (min-width: 600px) {
body.volunteer #contents main section ul li:first-child {
	width: 35%;
}
body.volunteer #contents main section ul li:nth-child(n+2):nth-child(-n+3) {
	width: 30%;
}
}

/* invited */

body.invited #contents main section h3 + p span {
	color: #F77404;
	margin-bottom: .5em;
}
body.invited #contents main section#about table.separate th,
body.invited #contents main section#application table.separate th {
  width: 28%;
}
body.invited #contents main section#expenses table.separate td:last-child {
  text-align: center;
  padding: 0;
}
body.invited #contents main section#expenses table.separate td.bgorange {
  background: #FFEECC;
}
body.invited #contents main section#expenses table.separate th {
	padding: .5em .25em;
	width: 20%;
}

@media all and (min-width: 769px) {
  body.invited #contents main section p {
    font-size: 18px;
    line-height: 30px;
  }
  body.invited #contents main #procedure h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
  }
  body.invited #contents main #procedure h4 {
    margin-top: 18px;
  }
  body.invited #contents main section h3 + p span,
  body.invited #contents main section p.notice {
    font-size: 15px;
    line-height: 25px;
  }
  body.invited #contents main section#expenses table.separate td:last-child {
    text-align: left;
    padding-left: 2em;
}
  body.invited #contents main section#expenses table.separate th {
	width: 20%;
}
}

/*contact*/
body.contact #contents main section h1 + p {
  margin-bottom: 20px;
}
body.contact #contents main table.separate td a {
  color: #0023e6;
}
body.contact #contents main table.separate td a:hover {
  text-decoration: underline;
}


