@charset "utf-8";

/****************************************

        franchise

*****************************************/

#fc-intro {
	background-image:url(../images/franchise/top.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	text-shadow:#FFF 1px 1px 1px,
				#FFF 1px -1px 1px,
				#FFF -1px 1px 1px,
				#FFF -1px -1px 1px;
}

/* 767px以下 */
@media (max-width: 767px) {
	#fc-intro {
		background-size:contain;
		font-size: 1.8rem;
		padding:6em 0 1em;
	}
}

/* 768x以上991px以下（タブレット用）*/
@media (min-width: 768px) and (max-width: 991px){
	#fc-intro {
		background-size:cover;
		padding:1em 0;
	}
}

/* 992px以上 */
@media (min-width: 992px) {
	#fc-intro {
		background-size:cover;
		background-position:top center;
		padding:120px 20% 100px;		
	}
}

.business figure {
	padding: 1em 0;
}

.business figure img {
	width: 100%;
}

.bis_title {
	background: rgba(0,0,0,.05);
	border: 1px solid #0041C8;
	text-align: center;
	position: relative;
}

/* 767px以下（スマホ用）*/
@media (max-width: 767px) {
	.bis_title {
		font-size: 1.8rem;
		margin: 0 5px 1em;
		padding: 10px;
		white-space: pre-line;
	}
}

/* 768px以上（タブレット・PC共通）*/
@media (min-width: 768px) {
	.bis_title {
		margin-bottom: 1.5em;
		padding: 1em;
	}
}

/* 768x以上991px以下（タブレット用）*/
@media (min-width: 768px) and (max-width: 991px){
	.bis_title {
		font-size: 2.5rem;
	}
} 

/* 992px以上（PC用）*/
@media (min-width: 992px) {
	.bis_title {
		font-size: 3rem;
	}
}

.bis_title::after {
	content :"";
	background: rgba(0,0,0,.05);
	border: 1px solid #0041C8;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}

/* 767px以下（スマホ用）*/
@media (max-width: 767px) {
	.bis_title::after {
		top: 5px;
		left: 5px;
	}
}

/* 768px以上（タブレット・PC共通）*/
@media (min-width: 768px) {
	.bis_title::after {
		top: 10px;
		left: 10px;
	}
}

.txt_box {
	padding: 10px;
}

.section_lead {
	text-align: center;
}

/* 991px以下（スマホ・タブレット共通）*/
@media (max-width: 991px) {
	.business .fl-box {
		flex-wrap: wrap;
	}
}

.merit {
  background: radial-gradient(#FFFDD2 70%,transparent 50%);
  height: auto;
}

/* 767px以下（スマホ用）*/
@media (max-width: 767px) {
	.merit {
    width: 100%;
		padding: 1em 1.5em 3em;
  }
}


/* 768x以上991px以下（タブレット用）*/
@media (min-width: 768px) and (max-width: 991px) {
	.merit {
    width: 50%;
		padding: 2em 2em 4em;
  }
}

/* 992px以上（PC用）*/
@media (min-width: 992px) {
	.merit {
    width: 33%;
	  padding: 2em 1.5em 4em;
  }
} 

.merit dt {
	font-weight:bold;
	line-height:1.4;
	padding-bottom: 1em;
}

.merit dt .num {
	background:#ffe100;
	border-radius: 30px;
	color:#0071bc;
	display: block;
	width: 50%;
	margin:0 auto 1em;
	padding: 1em;
}

.merit dt .merit-name {
	color: #0041C8;
	font-weight: bold;
	text-shadow: 2px 2px #fff, 5px 5px rgba(0, 188, 212, 0.4);
	margin-bottom: 1em;
}

/* 767px以下（スマホ用）*/
@media (max-width: 767px) {
	.merit dt .merit-name {
		font-size: 2rem;
		text-shadow: 2px 2px #fff, 4px 4px rgba(0, 188, 212, 0.4);
	}
}

/* 768x以上991px以下（タブレット用）*/
@media (min-width: 768px) and (max-width: 991px) {
	.merit dt .merit-name {
		font-size: 2.4rem;
		text-shadow: 2px 2px #fff, 5px 5px rgba(0, 188, 212, 0.4);
	}
}

/* 992px以上（PC用）*/
@media (min-width: 992px) {
	.merit dt .merit-name {
		font-size: 2.8rem;
		text-shadow: 2px 2px #fff, 5px 5px rgba(0, 188, 212, 0.4);
		white-space: pre-line;
	}
}

.stxt {
	font-size:1.4rem;
	padding: 1em;
}

#contact .section_lead {
	background: #FFFFAA;
	border-radius: 20px;
	font-weight: bold;
	text-align:center;
	margin-bottom: 50px;
	position: relative;
}

/* 767px以下（スマホ用）*/
@media (max-width: 767px) {
	#contact .section_lead {
		font-size: 2rem;
		padding: 10px;
	}
}


/* 768x以上991px以下（タブレット用）*/
@media (min-width: 768px) and (max-width: 991px){
	#contact .section_lead {
		font-size: 2.4rem;
		padding: 1em;
	}
} 

/* 992px以上（PC用）*/
@media (min-width: 992px) {
	#contact .section_lead {
		font-size: 2.8rem;
		padding: 1em;
	}
}

#contact .section_lead::after {
	content: "";
	border: solid transparent;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #FFFFAA;
	border-width: 30px;
	height: 0;
	width: 0;
	margin-left: -30px;
	position: absolute;
	top: 100%;
	left: 50%;
}

.contact {
	border:3px solid #000042;
	border-radius:10px;
	margin:1em auto;
	padding:10px;
}

.contact p {
	text-align:center;
	color:#000042;
	display:block;
	font-size:1.3em;
	font-weight:bold;
}

.contact .tel {
	font-size:2.4em;
}

.contact .time {
	color:#333;
	font-weight:normal;
}

.attention {
	background-color:#FDE1CE;
	font-size: 1em;
	padding: 5px;
	text-align: left;
}

/* 991px以下 */
@media (max-width: 991px) {
	.contact {
		width:100%;
	}
}

/* 992px以上 */
@media (min-width: 992px) {
	 .contact {
		width:80%;
	}
}


/*** フランチャイズ・ショー ***/

#messe h3 {
	margin-bottom: .5em;	
}

#messe .txt_box {
	border: 2px solid #f4bb29;
	margin-top: 1em;
}

/* 992px以上（PC用） */
@media (min-width: 992px) {
	#messe .txt_box {
		padding: 1em;
	}
}

#messe dl {
	clear: both;
	padding: 10px 1em;
}

#messe dt {
	float: left;
	padding-top: 5px;
}

#messe dd {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	padding: 5px 0 0 120px;  
}

/* 767px以下（スマホ用）*/
@media (max-width: 767px) {
	#messe dd {
		white-space: pre-line;
	}
}

#messe ul {
	text-align: left;
	padding: 1em;
}

#messe li {
	margin-left: 1em;
	line-height: 1.8;
}

#messe li::before {
	content: "▼";
	font-size: .6em;
	display: inline;
	padding-right: 10px;
	vertical-align: middle;
}

.bukken {
	text-align: center;
	padding: 3em 0;
}
.bukken .more-btn {
	width: auto;
}

/****************************************

        物件募集

*****************************************/

#intro {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 28%), url("../images/franchise/wanted-img.jpg");
	background-repeat: repeat, no-repeat;
	background-position: center, top center;
	background-size: contain;
	padding-top: 28%;
}

/* 992px以上（PC用） */
@media (min-width: 992px) {
	#intro {
		padding-top: 20%;
	}
}

#wanted h3 {
	text-align: center;
	border-bottom: 1px solid #0041C8;
	margin-bottom: 1.5em;
}

/* 768px以上（タブレット・PC共通） */
@media (min-width: 768px) {
	#wanted h3 {
		text-align: left;
	}
}

#wanted h3 span {
	display: inline-block;
	padding: 0 10px;
}

#wanted h3 span::after {
	content: "";
	background: #0041C8;
	border-radius: 2px;
	display: block;
	height: 5px;
	width: 100%;
	margin-bottom: -2px;
}

/* 991px以下（スマホ用）*/
@media (max-width: 991px) {
	#wanted .section_lead {
		white-space: pre-line;
	}
}

.requirement {
	padding: 1em 0;
}

/* 992px以上（PC用） */
@media (min-width: 992px) {
	.requirement {
		padding: 3em 0;
	}
}

.requirement dl {
	text-align: left;
	padding-bottom: 1em;
}

/* 768px以上（タブレット・PC共通） */
@media (min-width: 768px) {
	.requirement dl {
		border-bottom: 1px solid #CCC;
		display: flex;
		padding: 1em 0;
	}
}

.requirement dt {
	text-align: center;	
}

/* 768px以上（タブレット・PC共通） */
@media (min-width: 768px) {	
	.requirement dt {
		width: 15%;
	}
}

.requirement dt span {
  background: #EBEBEB;
  display: block;
  text-align: center;
  width: 100%;
  padding: 5px;
}

.requirement dd {
	padding: 1em;
}

/* 767px以下（スマホ用）*/
@media (max-width: 767px) {
	.requirement dd {
		text-align: center;
	}
}

/* 768px以上（タブレット・PC共通） */
@media (min-width: 768px) {
	.requirement dd {
		padding: 0 2em;
	}
}
