@charset "utf-8";
/* CSS Document */

#rental_header {
    width: 100%;
    margin: 10rem auto 0;
    position: relative;
    z-index: 0;
}

#rental_header #img {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#rental_header #img img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 80%;
    max-width: 100%;
}

#rental_header #txt {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    width: 80%;
    max-width: 1000px;
}
@media (max-width:700px) {
	#rental_header #txt {
		top: 70%;
	}
}
@media (max-width:500px) {
	#rental_header #txt {
		top: 65%;
	}
}
#rental_header #txt h1 {
    color: #fff;
    font-size: clamp(1.6rem, 2.5vw, 2.3rem);
    font-family: "fot-udmarugo-large-pr6n", sans-serif;
    margin: 0 auto;
}
@media (max-width:700px) {
	#rental_header #txt h1 {
		font-size: clamp(1rem, 2.5vw, 1.6rem);
	}
}
@media (max-width:500px) {
	#rental_header #txt h1 {
		font-size: clamp(0.6rem, 2.5vw, 1rem);
	}
}

#rental_header #txt p {
    color: #fff;
    font-size: clamp(1rem, 1.5vw, 1.3rem);
    font-family: "fot-udmarugo-large-pr6n", sans-serif;
    margin-top: 0.8em;
}
@media (max-width:700px) {
	#rental_header #txt p {
		font-size: clamp(0.6rem, 1.5vw, 1rem);
	}
}
@media (max-width:500px) {
	#rental_header #txt p {
		font-size: clamp(0.4rem, 1.5vw, 0.6rem);
	}
}


#rental_header #bar {
    background-color: #1976CC;
    z-index: 0;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 30px;
}


#rental_box{
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5rem;
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width:1000px) {
	#rental_box{
   		width: 94%;
	}
}
@media (max-width:800px) {
	#rental_box{
   		flex-direction: column;
	}
}
#rental_box div{
    width: calc(98% / 2);
    border: 1px solid #CCCCCC;
    padding: 0;
    border-radius: 3px;
    margin-bottom: 2%;
}
@media (max-width:800px) {
	#rental_box div{
    	width:100%;
		margin-bottom: 5%;
	}
}
#rental_box div h2{
    width: 100%;
    padding-top: 1rem;
    text-align: center;
    color: #333333;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.8rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    padding-left: 1rem;
    font-weight: 100;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.45) 0%,rgba(181,181,181,0.41) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.45) 0%,rgba(181,181,181,0.41) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.45) 0%,rgba(181,181,181,0.41) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.45) 0%,rgba(181,181,181,0.41) 100%);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

#rental_box div img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
#rental_box div p{
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    padding-bottom: 0rem;
    color: #666666;
    font-size: 1rem;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 1.6;
}
	
#rental_box div p span {
  background: linear-gradient(
    transparent 60%,
    #fbeb64 60%
  );
}	
	
	
.txt{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    margin-top: 3rem;
    margin-bottom: 3rem;
    color: #333333;
    font-size: 1rem;
}	
	
	
	#form_box{
		width: 94%;
		max-width: 1000px;
		margin-right: auto;
		padding: 2rem;
		margin-left: auto;
		background-color: #FFFFFF;
	}

.original-button {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.5rem;
    border-radius: 5px;
    width: 50%;
    height: auto;
    font-weight: bold;
    border-bottom: 4px solid #cf6c1d;
    transition: 0.3s;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
    background-color: #ff9800;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.original-button:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0.4);
  border-bottom-width: 2px;
  transform: translateY(2px);
}
	
	
	
	
	

.box_type5{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    padding: 0;
    margin-top: 10rem;
    margin-left: auto;
    margin-right: auto;
    height: auto;

}
@media (max-width:730px) {
	.box_type5{
		margin-bottom: 20rem;
	}
}
.box_type5 div{
    height: auto;
    width: 31%;
    word-break: break-all;
    margin-top: 0;
    font-size: 1.4rem;
    margin-bottom: 3%;
    margin-right: 3%; 
	display: flex;
}
.box_type5 div:nth-child(3n){
	margin-right: 0%;
}
.box_type5 div a{
    text-decoration: none;
    display: block;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    background-color: #FFFFFF;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.box_type5 div a:hover{
    border: 1px dotted #BC4042;
    background-color: #F9EFEF;
}
.box_type5 div span{
    font-weight: bold;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    color: #555555;
    margin-bottom: 0.6rem;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
}
.box_type5 div img{
    width: 100%;
    height: auto;
    display: block;
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;

}
.box_type5 div p{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-size: 1rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #333333;
}

@media (max-width:730px) {
	.box_type5{
		display: flex;
		width: 100%;
		flex-flow: column;
	}
	.box_type5 div{
    width: 90%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;
    display: block;
	}
	.box_type5 div:nth-child(3n){
    width: 90%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;
}
}	
	
	
	
	
	
	
	
	
	
	
	
	




