@charset "utf-8";

/* ========================================================================================================================/
	
	Document : style.css

/======================================================================================================================== */

/* ------------------------------------------------------------------------------------------------------------------------/
	Subvisual
/------------------------------------------------------------------------------------------------------------------------ */

#subvisual {
	background: url(../image/tamonoki_dayservice/visual.jpg?upd=20240403);
	background-position: -420px 0px;
}


/* ------------------------------------------------------------------------------------------------------------------------/
	flow
/------------------------------------------------------------------------------------------------------------------------ */

#flow {
	width: 640px;
	margin: 50px auto;
	text-align: left;
}

#flow .flow-box {
  width: 600px;
  margin: 80px auto 0;
  position: relative;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 16px;
  background-color: #FDF0F3;
}

#flow .flow-time {
  position: absolute;
  top: -28px;
  left: 30px;
  padding: 16px 24px;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #DC2D6C;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.5pt;
  white-space: nowrap;
}

#flow .flow-content-wrap {
  margin-top: 40px;
}

#flow .flow-content {
  margin-top: 30px;
  padding: 24px;
  border-radius: 12px;
  box-sizing: border-box;
  background-color: #fff;
}

#flow .flow-content h4 {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0 0 12px;
  color: #DC2D6C;
  font-size: 30px;
}

#flow .flow-content .description {
  padding-top: 15px;
  margin-bottom: 1em;
}

#flow .flow-content .image {
  max-width: 700px;
  text-align: center;
}

#flow .flow-content .image img {
  width: 60%;
  height: auto;
}

#flow .flow-content .image2 img {
  width: 100%;
  height: auto;
}


/* ------------------------------------------------------------------------------------------------------------------------/
	service
/------------------------------------------------------------------------------------------------------------------------ */

#service {
	width: 600px;
	margin: 50px auto;
	text-align: left;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #FFF7DD;
}

#service .service-box {
  width: 100%;
  padding: 24px;
  border-radius: 10px;
  margin-top: 30px;
  box-sizing: border-box;
  background-color: #fff;
}
#service .service-box:first-child {
  margin-top: 0;
}

#service .service-box h4 {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0 0 20px;
  text-align: center;
  line-height: 1;
}

#service .service-box h4 span {
  display: inline-block;
  padding: 16px 24px;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #FDBE00;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.5pt;
}

#service .service-box .catch {
  display: block;
  color: #FDBE00;
  font-size: 30px;
}

#service .service-box .description {
  margin: 1em 0;
}

#service .service-box .image img {
  width: 100%;
  height: auto;
}

#availability {    
	width: 600px;
	margin: 50px auto;
	text-align: left;
}

#availability .koushinbi {
    float: left;
    font-size: 112.5%;
    color: #F46322;
    margin-right: 2em;
}

#availability .now_user {
    font-size: 112.5%;
}

#availability .now_user span {
    margin-right: 1em;
}

#availability table {
	width: 600px;
    margin-top: 1em;
	border-collapse: collapse;
}

#availability table th,
#availability table td {
    width: 20%;
	padding: 16px;
    font-size: 137.5%;
    text-align: center;
	border: 1px solid #ccc;
	vertical-align: middle;
}

#availability table th:first-child { background-color: #FDF0F3; }
#availability table th:nth-child(2) { background-color: #FCFAEF; }
#availability table th:nth-child(3) { background-color: #F4FCEF; }
#availability table th:nth-child(4) { background-color: #EFF6FC; }
#availability table th:nth-child(5) { background-color: #fbeffc; }

#availability .cartion {
    margin-top: 0.5em;
    text-indent: 1em;
}

#availability .cartion span {
    margin-right: 1em;
}


/* ------------------------------------------------------------------------------------------------------------------------/
	access
/------------------------------------------------------------------------------------------------------------------------ */

#access table {
	margin: 0 auto 40px;
}

