@charset "UTF-8";
.u-font-zenkakugothic{
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.u-font-outfit{
  font-family: "Outfit", sans-serif;
}

.u-align-content-center{
  align-content: center;
}
.u-align-item-center{
  align-items: center;
}
.u-display-small-only{
  display: inline-block;
}
.u-display-medium-only{
  display: none;
}
.u-display-large-only{
  display: none;
}
.u-display-small-medium-up{
  display: inline-block;
}
.u-display-medium-large-up{
  display: none;
}
.u-bg-black{
  background-color: #000;
}
.u-bg-brown-1000{
  background-color: #43200B;
}
.u-bg-cream-100{
  background-color: #FEF5E7; 
}
.u-bg-sky-100{
  background-color: #C7ECF7;
}
.u-bg-sky-500{
  background-color: #55C5E2;
}
.u-bg-white{
  background-color: #fff;
}
.u-justify-center{
  justify-content: center;
}
.u-img-max-width{
  height: auto;
  max-width: 100%;
}
.u-text-brown{
  color: #43200B;
}
.u-text-brown-900{
  color: #60451B;
}
.u-text-white{
  color: #fff;
}
.u-text-center{
  text-align: center;
}
.u-contents-medium{
  margin: 0 auto;
  padding: 0 20px;
}

/* -------------------------- */
/* hero */
/* -------------------------- */
.hero{
  background-image: url("../images/contact/hero_pc.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 200px;
  margin: 0 0 3rem;
  position: relative;
  width: 100%;
}
.hero:after{
  background-image: url("../images/contact/wave_medium_white.svg");
  background-position: left center;
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  display: inline-block;  
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.hero-title{
  display: inline-flex;
  flex-wrap: wrap;
}
.hero-title__text{
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 2rem;
  font-weight: 600;
  height: 40px;
  line-height: 1;
  margin: 0;
  padding: 0 0 0.1em;
  order: 2;
  width: 100%;
}
.hero-title__subtext{
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1;
  margin: 0 auto 0.5em;
  order: 1;
  position: relative;
}
.hero-title__subtext:before,
.hero-title__subtext:after{
  border-top: 3px #43200B dotted;
  content: "";
  display: inline-block;
  height: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.hero-title__subtext:before{
  left: calc((20px + 2rem) * -1);
}
.hero-title__subtext:after{
  right: calc((20px + 2rem) * -1);
}




/* -------------------------- */
/* content */
/* -------------------------- */
.btn_inquiry_rental {
  width: 100%;
  margin: 0 0 40px 0;
  padding: 0 15px;
  text-align: center;
}

.btn_inquiry_rental a {
  display: block;
  padding: 20px;
  font-family: "FOT-筑紫A丸ゴシック Std E";
  background: #fff;
  border: 1px solid #d1d1d1;
  color: #444;
  font-size: 1.6rem;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (min-width:768px) {
.u-display-small-only{
  display: none;
}
.u-display-medium-only{
  display: inline-block;
}
.u-display-large-only{
  display: none;
}
.u-display-small-medium-up{
  display: inline-block;
}
.u-display-medium-large-up{
  display: inline-block;
}
.u-contents-medium{}

/* -------------------------- */
/* hero */
/* -------------------------- */
.hero{
  height: 300px;
  margin: 0 0 6rem;
  }
.hero:after{
  height: 40px;
  }
.hero-title{}
.hero-title__text{
  border-radius: 15px;
  font-size: 3rem;
  height: 70px;
  }
.hero-title__subtext{
  font-size: 1.8rem;
  margin: 0 auto 1em;
  }
.hero-title__subtext:before,
.hero-title__subtext:after{}
.hero-title__subtext:before{}
.hero-title__subtext:after{}

.btn_inquiry_rental {
  padding: 0 30px;
}
.btn_inquiry_rental a {
  font-size: 1.8rem;
  width: 50%;
	}
}

.mail_lead{
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.8;
	}
.normalTxt {
	text-align: left;
	padding: 0 15px;
}
.br_pconly {
	display: none;
}

.lending,
.request {
	padding: 30px 0;
}

.lending .normalTxt:not(:last-child) {
	margin-bottom: 1em;
}
.lending .font_bold {
	font-weight: bold;
	text-align: center;
}
.lending .thum_img {
	margin: 0 auto;
	padding: 0 10%;
}
.lending .rental {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin-bottom: 50px;
}
.lending .rental dt,
.lending .rental dd {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
}
.lending .rental dt img {
	width: 200px;
}
.lending .rental dd:nth-child(2){
	border-bottom: 1px solid #ddd;
	}
.lending .rental dt.bb_none,
.lending .rental dd.bb_none {
	border-bottom: none;
}
.lending .bb_block {
	padding: 30px 15px;
	margin-bottom: 50px!important;
	border-bottom: 1px solid #ddd;
}
.box_gray {
	padding: 30px 15px;
	background-color: #ffffd2;
}
.lending .title_rental {
	font-size: 1.6rem;
	position: relative;
	text-align: center;
	margin-top: 50px;
	font-family: "FOT-筑紫A丸ゴシック Std E";
}
.contactBox {
	padding: 30px 0 60px;
}
.point_color {
	font-weight: bold;
}
.request .normalTxt {
	margin-top: 30px;
}

	.formList {
		margin: 30px 0;
		border-top: 1px solid #ddd;
	}
		.formList dt,
		.formList dd {
			padding: 10px 0;
			font-size: 1.4rem;
		}
		.formList dt {
			position: relative;
			padding-bottom: 0;
		}
		.formList dd {
			border-bottom: 1px solid #ddd;
		}
			.formList dd .txt_form {
				padding: 10px 0 5px;
				display: inline-block;
			}
			.formList dd .txt {
				display: block;
				margin-top: 15px;
				padding-left: 15px;
				text-indent: -15px;
			}
			.formList dd .mwform-radio-field:last-of-type label {
        margin: 0 0 5px 0;
			}
		.formList_inputItem {
			width: 100%;
		}
		.formList_inputItem02 {
			width: 100%;
			height: 150px;
		}
		.formList_inputItem03 {
			width: 100%;
		}
		.formList_inputItem04 {
			width: 70px;
		}
		.errorTxt {
			color: #dc0101;
		}
			.errorTxt li {
				margin-left: 1em;
				list-style: disc;
			}
		.errorTxt02 {
			margin-top: 10px;
			padding: 10px;
			background: #fcf4f4;
			color: #dc0101;
		}
		.errorTxt:empty,
		.errorTxt02:empty {
			display: none;
		}
		.formList .list_check {
		}
			.formList .list_check li:not(:last-of-type) {
				margin-bottom: 15px;
			}
	.submitBox {
		margin: 30px 0 0;
	}
		.submitBox .btnSend,
		.submitBox .btnBack{
			width: 100%;
			padding: 15px;
			background: #333;
			border: none;
			border-radius: 0;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			font-family: "FOT-筑紫A丸ゴシック Std E";
			font-size: 1.4rem;
			text-align: center;
			position: relative;
		}
		.submitBox .btnSend:hover,
		.submitBox .btnBack:hover{
			opacity: 0.7;
		}
.submitBox .btnBack{
  background-color: #cfcfcf;
  margin: 0 0 1rem;
}

.confirmList {
}
	.confirmList ul {
	}
		.confirmList ul li:empty {
			display: none;
		}


.thanksBox {
	border: 1px solid #000;
	padding-bottom: 60px;
}
	.thanksBox .sectionTitle {
		color: #e57700;
	}
		.thanksBox .sectionTitle .line_title::after {
			color: #e57700;
		}


/* ================================================================================================================================================================================== */
/* tablet */
/* ================================================================================================================================================================================== */

@media only screen and (min-width: 768px) {

/* -------------------------- */
/* content */
/* -------------------------- */
.normalTxt {
	text-align: center;
	padding: 0;
}
.br_pconly {
	display: block;
}

.thanksBox {
}
	.thanksBox .normalTxt {
		text-align: center;
	}


}


/* ================================================================================================================================================================================== */
/* tablet */
/* ================================================================================================================================================================================== */

@media only screen and (min-width: 1024px) {
.u-display-small-only{
  display: none;
}
.u-display-medium-only{
  display: none;
}
.u-display-large-only{
  display: inline-block;
}
.u-display-small-medium-up{
  display: none;
}
.u-display-medium-large-up{
  display: inline-block
}
.u-contents-medium{}


/* -------------------------- */
/* hero */
/* -------------------------- */
.hero{
  height: 600px;
  margin: 0 0 8rem;
  }
.hero:after{
  height: 61px;
  }
.hero-title{
  width: 630px;
  }
.hero-title__text{
  font-size: 5rem;
  height: 100px;
  }
.hero-title__subtext{
  font-size: 2rem;
  letter-spacing: 1px;
  }
.hero-title__subtext:before,
.hero-title__subtext:after{}
.hero-title__subtext:before{}
.hero-title__subtext:after{}


/* -------------------------- */
/* content */
/* -------------------------- */

.lending {
	padding: 60px 0 30px;
}
	.lending .title_lending {
		margin-bottom: 20px;
		padding: 0 0 10px 41px;
		font-size: 1.8rem;
	}
	.lending .title_lending::before {
		width: 25px;
		height: 22px;
	}
.lending .title_rental {
	font-size: 2.2rem;
	}
	.lending .rental {
		flex-direction: row;
	}
	.lending .rental dt{
		width: 30%;
	}
	.lending .rental dt img{
		width: 250px;
	}
	.lending .rental dt:nth-child(1){
		border-bottom: 1px solid #ddd;
	}
	.lending .rental dd {
		width: 70%;
	}
	.lending .rental dd:nth-child(2){
		border-bottom: 1px solid #ddd;
	}
	.lending .rental dt.bb_none,
	.lending .rental dd.bb_none {
		border-bottom: none;
	}
	.lending .bb_block {
		padding: 30px 0;
		margin-bottom: 50px!important;
		border-bottom: 1px solid #ddd;
	}
	.contactBox {
		padding: 0 0 100px;
	}

	.formList {
		margin-bottom: 50px;
		display: flex;
		flex-wrap: wrap;
	}
		.formList dt,
		.formList dd {
			padding: 20px 0;
			font-size: 1.6rem;
		}
		.formList dt {
			width: 30%;
			padding-top: 30px;
			border-bottom: 1px solid #ddd;
		}
		.formList dd {
			width: 70%;
			min-height: 60px;
			padding: 20px 40px 20px 30px;
		}
		.confirmList dt {
			padding-top: 20px;
		}
		.confirmList dd {
			padding: 20px 0 20px;
		}
		.formList_inputItem {
			width: 30%;
		}
		.formList .list_check {
			margin-top: 10px;
			display: flex;
			flex-wrap: wrap;
		}
			.formList .list_check li:not(:last-of-type) {
				margin: 0 15px 0 0;
			}

	.submitBox {
		margin: 45px 0 0;
		text-align: center;
	}
		.submitBox .btnSend,
  	.submitBox .btnBack  {
			width: 320px;
			padding: 20px 0;
			font-size: 1.8rem;
		}

.thanksBox {
	margin-bottom: 80px;
}



}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width: 1280px) {

/* -------------------------- */
/* content */
/* -------------------------- */


}