@charset "utf-8";
/* ========================================================
	template.css => テンプレート用CSS
======================================================== */

.memo_text {
	font-size: 1.6rem;
	padding: 15px;
	border: 1px solid #cc486a;
}

.memo_text span {
	    color: #cc486a;
	    font-weight: 800;
}

@media screen and (max-width: 768px) {


}

.page_title2 {
    height: 150px;
    margin-bottom: 60px;
    padding-top: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
h1.page_title2 .name {
	font-size: 3.0rem;
}
.page_title2 {
    height: 200px;
    margin-bottom: 0px;
    padding-top: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}


h2.line_tit {
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
h2.line_tit:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
h2.line_tit:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
h2.line_tit:before {
  left:0;
}
h2.line_tit:after {
  right: 0;
}

.reserve_tit {
  margin:3px 0 0 0;
}


.datepicker-days {
  padding:10px;
  margin:5px 0 0 0;
  background-color: #fff;
  border: 1px solid #000;
}
.table-condensed td.day {
 font-weight: 800;
}
.table-condensed th:first-child,
.table-condensed td:first-child {
 color: #c10000;
}
.table-condensed th:nth-child(7) ,
.table-condensed td:nth-child(7) {
 color: #0e5593;
}

@media screen and (max-width: 768px) {
td.date_box select {
margin-top: 5px;
}
.main_cont button {
margin: 0 0;
}


	}
	
	
	.table-condensed td,.table-condensed th,
	.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
    color:#000;
}
	.table-condensed td:nth-child(1) {
    color:#c10000;
}
	.table-condensed td:nth-child(7) {
    color:#0e5593;;
}
	