@charset "utf-8";

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

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

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

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


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

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

#flow .flow-box {
  position: relative;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #FDF0F3;
  margin-top: 60px;
}

#flow .box p {
	font-size: 17px;
}

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

#flow .flow-content-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}

#flow .flow-content {
  padding: 20px;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #fff;
}

/*
#flow .content-size01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#flow .content-size01 .text {
  width: calc(30% - 12px);
}
#flow .content-size01 .image {
  width: calc(70% - 12px);
}
*/
#flow .content-size01 {
  width: 100%;
}
#flow .content-size01 .image2 {
  text-align: center !important;
}

#flow .content-size03 .image {
  text-align: center !important;
  vertical-align: bottom !important;
}

#flow .content-size03 {
  width: calc(33.33% - 16px);
  margin-right: 24px;
}
#flow .content-size03:last-of-type {
  margin-right: 0;
}

#flow .flow-content h4 {
  border: none;
  padding: 0;
  margin: 0;
  color: #DC2D6C;
  font-size: 20px;
}

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

#flow .flow-content .image img {
  width: 100%;
  max-width: 700px;
  height: auto;
}

#flow .flow-content .image2 img {
  width: 60%;
  max-width: 700px;
  height: auto;
}


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

#service {
  display: flex;
	width: 1100px;
	margin: 50px auto 30px;
	text-align: left;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #FFF7DD;
}

#service .service-box {
  width: calc(33.33% - 16px);
  padding: 20px;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #fff;
  margin-right: 24px;
}
#service .service-box:last-of-type {
  margin-right: 0;
}

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

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

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

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

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

#availability {    
	width: 1100px;
	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: 1100px;
    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 table {
	margin: 0 auto;
}



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

#access table {
	margin: 0 auto;
}

