@charset "utf-8";
/* CSS Document */

.kiji3 > header {
  border-top:none;
  border-top: 1px solid #42c2e8;
  border-bottom: 1px solid #42c2e8;
  margin: 0 0 1em;
}

.kiji3 > header.non-style {
  border: 0;
}
.kiji3 h3 {
    border-left: .5rem solid #42c2e8;
    padding-left: 1rem;
    margin: .7rem 0 .5rem;
    font-size: 1.3rem;
    line-height: 1.2;
}
.kiji3 .non-style h3 {
  border-left: 0;
  padding-left: 0;
}

.kiji4 > header {
  width: 100%;
  padding: 0;
  margin: 20px auto;
  background: #d4f5ff;
}
.kiji4 h4 {
    border-left: 7px solid #42c2e8;
    margin: 0;
    padding: 7px 0 4px 10px;
    border-color: #42c2e8;
}
.kiji4 h4 {
  font-size: 120%;
}
.kiji4 > header.non-style {
  margin: inherit;
  background: inherit;
}
.kiji4 .non-style h4 {
  border: 0;
}

/* water-table */
.water-table {
 border-collapse:separate;
 border-spacing:1px;
 background-color:#cccccc;
 width:auto;
}
.water-table th {
 background-color:#eef8fb;
  padding:10px;
  width:30%;
}
.water-table td {
 background-color:#ffffff;
 padding:10px;
 vertical-align:top;
  width:30%;
}

.water-table-line._top {
 border-top: solid 3px #42c2e8;
}
.water-table-line._bottom {
 border-bottom: solid 3px #42c2e8;
}
.water-table-line._right {
 border-right: solid 3px #42c2e8;
}
.water-table-line._left {
 border-left: solid 3px #42c2e8;
}

/* water-table02 */
.water-table02 {
 border-collapse:separate;
 border-spacing:1px;
 background-color:#cccccc;
 width:auto;
}
.water-table02 th {
  padding:10px;
  width:30%;
  text-align:center;
}

.water-table02 td {
 background-color:#ffffff;
 padding:10px;
 vertical-align:top;
  width:30%;
}

/* water-image */
.water-image {
  text-align:center;
}
/* water-table-waku */
.water-table-waku {
  display:flex;
  justify-content:space-around;
}

/* water-table-waku01 */
.water-table-waku01 {
  width:250px;
}

/* water-table-waku02 */
.water-table-waku02 {
  width:430px;
}

/* water-photo */
.water-photo {
  width:200px;
}
.water-photo-txt {
  font-size:85%;
  color:#888;
}

/* water-staff */
.water-staff {
    padding: 15px;
    border: dotted 2px #42c2e8;
    border-radius: 1em;
    margin-top: 3em;
}
.water-staff-maintitle {
  font-size:140%;
  font-weight:bold;
  color:#42c2e8;
    text-align:center;

}

.water-staff-title {
  font-size:120%;
  font-weight:bold;
  color:#42c2e8;
  border-bottom:dotted 2px #42c2e8;
  margin-top:1.5em;
}

/* water-staff-photo */
.water-staff-photo {
  width:85px;
  float:left;
}
.water-staff-photo p {
  font-size:85%;
  color:#888;
  line-height: 1.3;
}

/* balloon-box */
.balloon-box {
  position: relative;
  background: #ffffff;
  border: 1px solid #888;
  margin-left: 100px;
  padding: 1em .7em 1em 1em;
  border-radius: 1em;
  color: #888;
  margin-bottom: 1em;
}
.balloon-box:after,
.balloon-box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.balloon-box:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #ffffff;
  border-width: 10px;
  margin-top: -20px;
}
.balloon-box:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #888;
  border-width: 11px;
  margin-top: -21px;
}
.balloon-box span {
  float:right;
  }
  
/* water-try */
.water-try {
  display:flex;
  justify-content:space-around;
  padding:1em 1em;
  
}

/* caution */
.caution {
  font-size:85%;
}

/* water-open */
.water-open {
    padding: 15px;
    background-color:#eef8fb;
    border-radius: .5em;
    margin-top: 3em;
}
.water-open-title {
    font-weight: bold;
    font-size: 120%;
    color: #42c2e8;
    text-align: center;
    margin-top: 10px;
    margin-bottom: -10px;
}

.water-open-order {
    display: flex;
    padding: 1em 1em;
    flex-wrap: wrap;
    justify-content: space-around;
}
.water-open-order p {
  margin-top:10px;
}

.water-open-order span{
  font-size:80%;
  color:#888;
}
 
/*モバイル*/
@media screen and (max-width: 979px) {
 .water-table-waku, .water-try {
    -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
}
.water-table-waku01 {
  width:auto;
}

.water-table-waku02 {
  width:auto;
}

.water-staff-maintitle {
  font-size:120%;
}
.balloon-box:after,
.balloon-box:before {
  top: 15%;
}
}


