@charset "UTF-8";

/*******************************
 
Top以下page共通Css
 
*******************************/
/*---title----*/
.page-ttl{
	background-image: url(/images/common/pagettl_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 90px 0;
	margin-bottom: 65px;
}
.page-ttl h2{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 4px;
}


/*---page内navi----*/
.pagenavi{
	margin-bottom: 65px;
}
.pagenavi .box-flex{
	justify-content: space-between;
}
.pagenavi .item{
	width: 24%;
}
.ancher {
	height: 60px;
	display: block;
	text-align: center;
	background-color: #fff;
	border: solid 2px #000;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	border-radius: 10px;
	position: relative;
	padding-top: 15px;
	clear: both;
	margin: 0 auto;
	text-decoration: none;
}
.ancher:after{
	content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
	margin-left: 10px;
}
.ancher:hover {
	background-color: #000;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
  	color: #fff;
	opacity: 1;
}

/*---section以下----*/
section{
	margin-top: -180px;
	padding-top: 180px;
	margin-bottom: 0;
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	.page-ttl{
		padding: 30px 0;
		margin-bottom: 30px;
	}
	.page-ttl h2{
		font-size: 24px;
	}
	.pagenavi{margin-bottom: 30px;}
	.ancher{
		font-size: 14px;
		height: 40px;
    	padding-top: 8px;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.pagenavi .item {
		width: 48%;
		margin-bottom: 10px;
	}
	section{
		margin-top: -50px;
		padding-top: 50px;
	}
}
/*******************************
 
FranchiseCss
 
*******************************/
#fc p{
	font-size: 14px;
	text-align: left;
}
#fc .bg-cream{
	margin-bottom: 60px;
}
#fc .txt{
	margin-bottom: 50px;
}
#fc .bg-cream .img{
	width: 100%;
}
#fc .bg-cream .img img{
	width: 100%;
}
#fc .point .ttl{
	border: solid 3px #1e7eaa;
    border-radius: 20px 20px 0 0;
    padding: 20px;
    background-color: #1e7eaa;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
#fc .point.merit .ttl{
	border-color: #c79c28;
	background-color: #c79c28;
}
#fc .point .comment{
	border: solid 3px #1e7aaa;
	border-radius: 0 0 20px 20px;
	padding: 20px 60px;
	margin-bottom: 40px;
}
#fc .point.merit .comment{
	border-color: #c79c28;
}
#fc .box-flex.point{
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
#fc .point .img{
	width: 49%;
	margin-bottom: 20px;
}
#fc .point .img img{
	width: 100%;
}
#fc .contact{
	margin-bottom: 0;
}
#fc .contact h3:before{
	display: none;
}
#fc .contact .box-flex{
	justify-content: space-between;
}
#fc .contact .item{
	border: solid 2px #c79c28;
    padding: 20px;
    width: 49%;
	background-color: #fff;
	display: flex;
    justify-content: center;
    align-items: center;
}
#fc .contact .mail{
	border-color: #e30920;
}
#fc .contact .item:before{
	content: '';
	background-image: url(../images/icon_tel@2x.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 52px;
	height: 52px;
	margin-right: 10px;
}
#fc .contact .mail:before{
	background-image: url(../images/icon_mail@2x.png);
}
#fc .contact .item .mds{
	font-size: 16px;
    font-weight: bold;
}
#fc .contact .tel .mds span{
	color: #c79c28;
}
#fc .contact .mail .mds span{
	color: #e30920;
}
#fc .contact .item .number{
	font-size: 32px;
	line-height: 1;
	letter-spacing: 1px;
	font-weight: bold;
}
#fc .contact .item .address{
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
}


/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#fc .bg-cream {
    	margin-bottom: 40px;
	}
	#fc .txt {
		margin-bottom: 10px;
	}
	#fc .point .ttl {
		font-size: 18px;
		padding: 10px;
	}
	#fc .point .comment {
		padding: 10px 20px;
		margin-bottom: 20px;
	}
	#fc .box-flex.point {
		margin-bottom: 20px;
	}
	#fc .contact .item {
		padding: 10px;
		width: 100%;
		margin-bottom: 10px;
	}
	#fc .contact {
		margin-bottom: 0;
	}
}