/* ---------------------------------------------------
	sec01
------------------------------------------------------ */
#sec01 {
  padding-bottom: 140px;
}
#sec01 .sec-box {
  margin-bottom: 100px;
  padding: 60px 40px 40px;
  border: 2px solid #E57300;
}
#sec01 .sec-box h4 {
  width: 100%;
  margin-bottom: 25px;
  padding-left: 0;
  font-size: 44px;
  line-height: 1.4;
  text-align: center;
}
#sec01 .sec-box h4:before {
  content: none;
}
#sec01 .sec-box h5 {
  font-size: 24px;
}
#sec01 .sec-box .box-txt {
  width: 51.98%;
}
#sec01 .sec-box .box-txt {
    margin-bottom: 60px;
}
#sec01 .sec-box .box-txt .btn {
    width: 373px;
    margin-top: 30px;
}
#sec01 .sec-box .box-txt .btn .icon {
    width: 20px;
    margin-left: 10px;
}
#sec01 .sec-box .box-img {
  width: 500px;
  max-width: 44.81%;
}
#sec01 .sec-box .box-img {
    margin-bottom: 60px;
}
#sec01 .rental-list {
  justify-content: flex-start;
}
#sec01 .rental-list .list-item {
  width: 373px;
  max-width: 31.1%;
  margin: 0 3.3% 60px 0;
}
#sec01 .rental-list .list-item:nth-of-type(3n) {
  margin-right: 0;
}
#sec01 .rental-list .list-item h4 {
  min-height: 50px;
  margin: 12px 0 15px;
}
#sec01 .rental-list .list-item h4 .small {
  font-size: 20px;
  font-weight: bold;
}
#sec01 .rental-list .list-item .btn {
  width: 100%;
}
#sec01 .rental-list .list-item .btn .icon {
  width: 20px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  #sec01 {
    padding-bottom: 40px;
  }
  #sec01 .container {
    padding: 0 10px;
  }
  #sec01 .rental-list .list-item {
    max-width: 100%;
    margin-right: 0;
  }
  #sec01 .sec-box {
    padding: 40px 20px;
  }
  #sec01 .sec-box h4 {
    font-size: 32px;
  }
  #sec01 .sec-box .box-txt {
    width: 100%;
    margin-bottom: 30px;
  }
  #sec01 .sec-box h5 {
    font-size: 20px;
  }
  #sec01 .sec-box p {
    font-size: 16px;
  }
  #sec01 .sec-box .box-txt .btn {
    margin: 20px auto 0;
    display: block;
  }
  #sec01 .sec-box .box-img {
    max-width: 100%;
    margin: 0 auto 60px;
  }
  #sec01 .sec-box .box-img:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #sec01 .rental-list {
    -webkit-box-pack: justify;
  	-ms-flex-pack: justify;
  	justify-content: space-between;
  }
  #sec01 .rental-list .list-item {
    max-width: 48%;
  }
  #sec01 .sec-box h4 .pc-only {
    display: block;
  }
  #sec01 .sec-box h4 .sp-only {
    display: none;
  }
}

/* ---------------------------------------------------
	sec02
------------------------------------------------------ */
#sec02 {
  padding-bottom: 100px;
}
#sec02 .sec-col {
  margin-top: 100px;
}
#sec02 .sec-col h4 {
  width: 100%;
}
#sec02 .sec-col .col-txt {
  width: 55%;
}
#sec02 .sec-col .col-txt .txt {
  margin-top: 25px;
  color: #196ABC;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
}
#sec02 .sec-col .col-txt .txt.red {
  color: #E31A1A;
  font-size: 30px;
  text-align: center;
  border: 3px solid #E31A1A;
  border-radius: 5px;
  padding: 0.25em 0.5em;
}
#sec02 .sec-col .col-txt .txt .line {
  font-weight: bold;
  text-decoration: underline;
}
#sec02 .sec-col .col-img {
  width: 500px;
  max-width: 41.7%;
}


#sec02 .sec-row.row05{
  margin-top: 100px;
}
#sec02 .sec-row.row05 .row-col .col-img {
  width: 500px;
  max-width: 41.7%;
}
#sec02 .sec-row.row05 .row-col .col-txt {
  width: 69.4%;
}
#sec02 .sec-row.row05 .row-col .col-img {
  width: 320px;
  max-width: 26.7%;
}
#sec02 .sec-row.row05 h5 {
  margin: 35px 0 10px;
  color: #E57300;
}
#sec02 .sec-row.row05 .icon-list {
  margin-bottom: 20px;
}
#sec02 .sec-row.row05 .icon-list li {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
}
#sec02 .sec-row.row05 .icon-list .icon {
  width: 32px;
  margin-right: 5px;
}
#sec02 .sec-box {
  margin-top: 60px;
  margin-bottom: 100px;
  padding: 60px 40px 40px;
  border: 2px solid #E57300;
  position: relative;
}
#sec02 .sec-box h4 {
  width: 100%;
  margin-bottom: 25px;
  padding-left: 0;
  font-size: 44px;
  line-height: 1.4;
  text-align: center;
}
#sec02 .sec-box h4:before {
  content: none;
}
#sec02 .sec-box h5 {
  width: 100%;
  padding-left: 0;
  font-size: 32px;
  color: #E57300;
}
}
#sec02 .sec-box h6 {
  padding-left: 0;
  font-size: 24px;
}

#sec02 .sec-box .box-txt {
  width: 51.98%;
}
#sec02 .sec-box .box-txt {
    margin-top: 60px;
    margin-bottom: 60px;
}
#sec02 .sec-box .box-txt .btn {
    width: 373px;
    margin-top: 30px;
}
#sec02 .sec-box .box-txt .btn .icon {
    width: 20px;
    margin-left: 10px;
}
#sec02 .sec-box .box-txt .sold-out {
  margin-top: 30px;
  padding: 0.5em 0.5em;
  border: 3px solid #274FA9;
  border-radius: 5px;
  color: #274FA9;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  position: absolute;
  width: 40%;
  bottom: 43%;
  left: 45%;
  transform: translateX(-50%);
}
#sec02 .sec-box .box-img {
  width: 500px;
  max-width: 44.81%;
}
#sec02 .sec-box .box-img {
    margin-top: 60px;
    margin-bottom: 60px;
}
#sec02 .sec-row.row05 .row-col .col-img img {
  height: min-content;
  max-height: 269px;
}
/* 220325 */
#sec02 .red_txt {
	color: #E31A1A;
	font-weight: bold;
	font-size: 1.2em;
}

@media screen and (max-width: 767px) {
  #sec02 .container {
    padding: 0 10px;
  }
  #sec02 .sec-col {
    margin-top: 60px;
  }
  #sec02 .sec-col h4 {
    font-size: 22px;
  }
  #sec02 .sec-col .col-txt {
    width: 100%;
  }
  #sec02 .sec-col .col-img {
    max-width: 100%;
    margin: 20px auto 0;
  }
  #sec02 .red_txt {
    font-size: 1.1em;
  }

  #sec02 .sec-row.row05 {
    margin-top: 60px;
  }
  #sec02 .sec-row.row05 .row-col .col-txt {
    width: 100%;
  }
  #sec02 .sec-row.row05 h5 {
    font-size: 20px;
    margin-top: 20px;
  }
  #sec02 .sec-row.row05 .icon-list li {
    font-size: 20px;
  }
  #sec02 .sec-row.row05 .row-col .col-img {
    max-width: 100%;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #sec02 .sec-col h4 .pc-only {
    display: block;
  }
  #sec02 .sec-col h4 .sp-only {
    display: none;
  }
}


/*220805追記*/

#box .sec-col h4 {
	width: 100%
}

#box .sec-col .col-txt {
	    width: 55%;
}
#box .sec-col .col-txt .reservation-reception {
  padding: 0.5em 1em;
  margin-bottom: 10px;
  border: 2px solid;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
/*  color: #3d5cbe;*/
	color: #E31A1A;
  line-height: 1.5;
}

#box .red_txt {
/*	color: #E31A1A;*/
	color: #3d5cbe;
	font-weight: bold;
	font-size: 1.2em;
	line-height: normal;
}

#box .sec-col .col-img {
    width: 500px;
    max-width: 41.7%;
}

@media screen and (max-width: 767px) {
	#box .sec-col h4 {
		font-size: 22px;
	}
	#box .red_txt {
		font-size: 1.1em;
	}
	#box .sec-col{
		margin-top: -30px;
	}
	#box .flexbox{
		display: block;
	}
	#box .sec-col .col-txt {
		width: 100%;
	}
  #box .sec-col .col-txt .reservation-reception {
    display: block;
    margin: 0 auto 10px;
    width: 95%;
    font-size: 20px;
    text-align: center;
  }
	#box .sec-col .col-img {
    max-width: 100%;
  }
}
