.bold {
  font-weight: bold;
}

  @media only screen and (max-width: 767px){
.list-checkbox label, .list-radio label {
	padding: 0px 40px;
}
  }
@media print, screen and (min-width: 768px) {
  article .wrapper {
    width: 910px;
    overflow: hidden;
  }
  .reserve_wrapper{
	width:900px;
	margin:60px auto;
	}
}

.hero-area {
  padding-top: 50px;
  margin-top: -50px;
}

.hero-photo {
  text-align: center;
  position: relative;
}
.hero-photo .cacth {
  position: absolute;
  top: 160px;
  left: -320px;
  right: 0;
  margin: auto;
}

.tenpo_name{
	font-size:40px;
	margin-top:50px;
	margin-bottom:50px;
	text-align:center;
	}

.form_text05{
	font-size: 14px;
height: 10px;
display: inline-block;
line-height: 19px;
position: relative;
top: 9px;
	}

.form_wrap{
	font-family: 'Noto Serif JP', serif;
	}
	
.group-required label {
  background-color: #FFF;
}	

.group-required{
	background-color:#FFF;
	border:solid 1px #CCC;
	}
	
input[type="text"].input-required, input[type="email"].input-required, input[type="tel"].input-required, input[type="password"].input-required, textarea.input-required, select.input-required {
  background-color: #FFF;
  border: solid 1px #ccc;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea, select {
	background-color:#FFF;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color:#FFF;
	}
#pripoli-wrap{
	background-color:#F8F7F6;
	border:none;
	}
	
#pripoli-wrap .pripoli-label{
		background-color:#F8F7F6;
	border:none;
	}

#pripoli-wrap .input-required {
		background-color:#F8F7F6;
	border:none;
	}
	
@media only screen and (max-width: 767px) {
  .hero-photo .cacth {
    top: 40px;
    left: -35%;
    width: 60%;
  }
}

.article .nav-area li {
  line-height: 1.1;
}
.article .nav-area li:nth-child(2) {
  margin: 0 20px;
  padding: 0 20px;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}

.contents-1 {
  background: url("../tenpo/img/bg-img1.jpg") center bottom no-repeat;
}
@media only screen and (max-width: 767px) {
  .contents-1 .inner img {
    margin-right: 10px;
  }
}
.contents-1 .title-con1 {
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contents-1 .title-con1 img {
    height: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .contents-1 .title-con1 span {
    width: 5.5em;
  }
}
.contents-1 .photo-block {
  overflow: hidden;
  clear: both;
}
.contents-1 .photo-block img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .contents-1 .photo-block img {
    margin-right: 2%;
    width: 49%;
  }
}
.contents-1 .photo-block img:nth-child(2n) {
  margin-right: 0;
}
.contents-1 .text-color {
  color: #D75F5F;
}
@media print, screen and (min-width: 768px) {
  .contents-1 .text-wrap {
    max-width: 670px;
  }
}
@media only screen and (max-width: 767px) {
  .contents-1 .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.contents-1 li {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .contents-1 li {
    width: 31%;
    margin: 5px 1%;
  }
}
.contents-1 li img {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .contents-1 .icon-height1 {
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .contents-1 .icon-height2 {
    height: 30px;
  }
}

.contents-2 iframe {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .contents-2 iframe {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .contents-2 .header-block img {
    display: block;
    margin: auto;
    height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .contents-3 .header-block img {
    display: block;
    margin: auto;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contents-3 .l-wrap img {
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .contents-3 .inner {
    background-color: #EEE;
    font-weight: bold;
  }
}

.contents-4 .input-short {
  width: 11em;
}
.contents-4 .table-form th, .contents-4 .table-form td {
  display: block;
  padding: 0;
}
.contents-4 .table-form td {
  padding: 5px 0 6px;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .contents-4 .table-form td {
    display: -webkit-flex;
    display: flex;
  }
}
.contents-4 .table-form td.flex {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .contents-4 .table-form .checkbox {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .contents-4 .table-form .select-wrap {
    width: 47%;
  }
}
.contents-4 .table-form .select-wrap .select {
  width: 100%;
}
.contents-4 .table-form .select-wrap select {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .contents-4 .table-form .input-zip {
    width: 9em;
  }
}
.contents-4 .table-form .item-address .justify-content-left {
  justify-content: flex-start;
  justify-content: left;
}
.contents-4 .table-form .button-zip {
  background-color: #DCDCDC;
  vertical-align: middle;
  border-radius: 5px;
  padding: 15px;
}

.form-footer .button-submit {
  background-color: #000;
  border: none;
  border-radius: unset;
}
@media print, screen and (min-width: 768px) {
  .form-footer .button-submit {
    width: 350px;
    height: 50px;
  }
}
.form-footer .button-submit:hover {
  cursor: pointer;
  opacity: 0.75;
}
.select-arrow {
    display: block;
	width:100%;
}
/*# sourceMappingURL=page_tenpo.css.map */
