@charset "UTF-8";

/* ▼▼▼ FC
=====================================*/
/* コンセプト */
#fc #main{
	background: none;
	padding-top:0;
}
.montserrat{
	font-family: 'Montserrat', sans-serif;
}
.center{
	text-align: center;
}
.bold{
	font-weight: bold;
}
.red{
	color:#CC2F2F;
}
.flex_box{
	display: flex;
}
h2{
	color:#ccc;
	font-size: 134px;
	text-align: center;
	position: relative;
}
h2::after{
	content: "";
	margin:auto;
	position: absolute;
	top:130px;
	right:0;
	left:0;
}
header {
  position: relative;
  overflow: hidden;
  height: auto;
}
#float_bnr{
	width: 180px;
	height: 180px;
	right: -10px;
	bottom: 90px;
	position: fixed;
	z-index:99999999;
}
#float_bnr:hover{
	opacity:0.6;
}
nav#btn_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
nav#btn_nav ul li{
width: 25%;
max-width: 252px;
}
nav#btn_nav ul li a{
	display: flex;
	height: 70px;
	color:#1D1D1D;
	border-top:4px solid #CC2F2F;
	border-bottom:4px solid #CC2F2F;
	border-left:4px solid #CC2F2F;
	padding-top:10px;
	font-size: 18px;
	font-weight: bold;
	justify-content: center;
	position: relative;
}
nav#btn_nav ul li a:after{
	content:"";
	background: url(../img/arrow.svg)no-repeat bottom center / contain;
	width: 15px;
	height: 10px;
	margin:auto;
	right:0;
	bottom: 10px;
	left: 0;
	position: absolute;

}
nav#btn_nav ul li:last-child a{
	border-right:4px solid #CC2F2F;
}
#fc #concept{
 padding-bottom: 100px;
 font-weight: 500;
 line-height: 2;
}
#fc #concept .container{
	z-index:1;
}
#fc #concept .container::before{
	content:"";
	background: url(../img/concept_bg01.jpg)no-repeat top left /contain;
	width: 746px;
	height: 666px;
	position: absolute;
	top: 13%;
	left: -55%;
	z-index:-1;
}
#fc #concept .container::after{
	content:"";
	background: url(../img/concept_bg02.jpg)no-repeat top right /contain;
	width: 734px;
	height: 801px;
	position: absolute;
	top: 3%;
	right: -60%;
	z-index:-1;
}
#fc #concept h2{
	margin-bottom: 40px;
}
#fc #concept h2::after{
	background: url(../img/title_concept_pc.png)no-repeat bottom center /contain;
	width: 433px;
	height: 100px;
}
#fc #concept p{
	text-align: center;
}
#fc #concept .container > p.bold span{
	font-size: 20px;
}
#fc #concept .strong{
	margin-bottom: 30px;
	font-size: 32px;
}
#fc #concept .balloon img{
	width: 102px;
}
#fc #concept .balloon .bold{
	font-size: 27px;
}
#fc #concept .red_circle_list{
	display: flex;
	width: 93%;
	margin:0 auto 30px;
	flex-wrap: wrap;
	justify-content: space-between;
}
#fc #concept .red_circle_list li{
	display: flex;
	background: #CC2F2F;
	color:#fff;
	width: 174px;
	height: 174px;
	border-radius: 50%;
	font-size: 18px;
	line-height: 1.6;
	text-align: center;
	align-items: center;
	justify-content: center;
}
#fc #concept .detail .red{
	position: relative;
	z-index:1;
}
#fc #concept .detail .red::before{
	content:"";
	width: 100%;
	height: 8px;
	background:  #FFD800;
	position: absolute;
	bottom:0;
	z-index:-1;
}
#fc #concept .detail .red.big{
	font-size: 32px;
}
#fc #concept .menu_area{
	background: #A5A5A5;
	padding-bottom: 35px;
	position: relative;
	z-index: 1;
}
#fc #concept .menu_area::before{
	content:"";
	width: 100%;
	height: 87px;
	background: #fff;
	position: absolute;
	top:0;
	left:0;
	z-index:-1;
}
#fc #concept .menu_area::after{
	content:"";
	background: url(../img/triangle_bg.png)no-repeat top right / contain;
	width: 262px;
	height: 218px;
	position: absolute;
	top: 20px;
	right: -60px;
	z-index: -1;
}
#fc #concept .menu_area .flex_box{
	margin:70px 0 15px;
}
#fc #concept .menu_area .flex_box .title{
 width: 111px;
 margin-right: 60px;
}
#fc #concept .menu_area ul{
	display: flex;
	width: 74%;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
#fc #concept .menu_area ul li{
	width: 30%;
	text-align: center;
}
#fc #concept .menu_area ul li p{
	margin-bottom: 10px;
}
#fc #concept .menu_area ul li span{
	color:#fff;
	font-size: 20px;
	font-weight: bold;
}

#fc #concept .menu_area p.bold{
	width: 70%;
	color:#fff;
	border:1px solid #fff;
	margin:0 auto 0 19% ;
}
/* スンドゥブの魅力 */
#fc #sales{
	background: url(../img/sales_bg.jpg)no-repeat bottom center /cover;
	padding-bottom: 85px;
}
#fc #sales .container::before{
	content:"";
	background: url(../img/sales_point_bg01.png)no-repeat top right /contain;
	width: 1054px;
	height: 713px;
	position: absolute;
	top: -17%;
	right: -630px;
	z-index:1;
}
#fc #sales .container::after{
	content:"";
	background: url(../img/sales_point_bg02.png)no-repeat top right /contain;
	width: 724px;
	height: 770px;
	position: absolute;
	bottom: -40%;
	left: -40%;
}
#fc #sales h2{
	color:#585858;
	margin-bottom: 60px;
}
#fc #sales h2::after{
	background: url(../img/title_sales_point_pc.png)no-repeat bottom center /contain;
	width: 540px;
	height: 100px;
}
#fc #sales ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index:1;
}
#fc #sales ul li{
	background: rgba(92,92,92,0.80);
	color:#fff;
	margin-bottom: 5px;
}
#fc #sales ul li:nth-child(1),
#fc #sales ul li:nth-child(2){
	width: 49.8%;
	height: 283px;
}
#fc #sales ul li:nth-child(3),
#fc #sales ul li:nth-child(4),
#fc #sales ul li:nth-child(5){
	width: 33%;
}
#fc #sales ul li .number{
	display: inline-block;
	margin:6px 0 0 6px;
	font-size: 40px;
	font-style: italic;
	line-height: 1;
	position: relative;
	z-index:2;
}
#fc #sales ul li .number::before{
	content:"";
	width: 0;
	height: 0;
	border-left: 54px solid transparent;
	border-right: 54px solid transparent;
	border-bottom: 54px solid #CC2F2F;
	position: absolute;
	top: -14px;
	left: -41px;
	transform: rotate(-45deg);
	z-index:-1;
}
#fc #sales ul li .lead{
	display: table;
	width: 100%;
	font-size: 24px;
	text-align: center;
	position: relative;
  top: -50px;
}
#fc #sales ul li .lead p{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#fc #sales ul li:nth-child(1) .lead,
#fc #sales ul li:nth-child(2) .lead{
	height: 163px;
}
#fc #sales ul li:nth-child(3) .lead,
#fc #sales ul li:nth-child(4) .lead,
#fc #sales ul li:nth-child(5) .lead{
	height: 122px;
}
#fc #sales ul li .line{
	position: relative;
	z-index:1;
}
#fc #sales ul li .line::before{
	content:"";
	width: 100%;
	height: 7px;
	background:  #FFD800;
	position: absolute;
	bottom:1px;
	z-index:-1;
}
#fc #sales ul li .detail{
	padding: 0 30px;
	position: relative;
	top:-50px;
}
/* 開業プラン 収支モデル */
#fc #plan{
	padding-bottom: 80px;
}
#fc #plan h2{
	margin-bottom: 110px;
}
#fc #plan h2::after{
	background: url(../img/title_plan_model_pc.png)no-repeat bottom center /contain;
	width: 740px;
	height: 100px;
}
#fc #plan h3{
	margin-bottom: 45px;
	font-size: 44px;
}
#fc #plan .plan_inner{
	position: relative;
}
#fc #plan .plan_inner::before{
	content:"";
	background: url(../img/gray_bg.jpg)repeat-x top right / cover;
	width: 100vw;
	height: 382px;
	position: absolute;
	top: 43px;
	right: -51vw;
	z-index: -1;
}
#fc #plan .plan_inner::after{
	content:"";
	background: url(../img/triangle_bg.png)no-repeat top right / contain;
	width: 262px;
	height: 218px;
	position: absolute;
	top: 20px;
	right: -13vw;
	z-index: -1;
}

#fc #plan .plan_inner:not(:last-child){
	margin-bottom: 140px;
}
#fc #plan .table{
	margin-bottom: 25px;
}
#fc #plan table {
	display: block;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 1px;
}
#fc #plan table th{
	width: 24%;
	height: 81px;
	color:#fff;
	font-size: 20px;
	vertical-align: middle;
}
#fc #plan table tr:nth-last-of-type(odd) th{
	background: #CC2F2F;
}
#fc #plan table tr:nth-last-of-type(even) th{
	background: #AF2121;
}
#fc #plan table td{
	height: 81px;
	vertical-align: middle;
}
#fc #plan table td:first-of-type{
	width: 26%;
	font-size: 20px;
	border-right: dashed 1px #BEBEBE;
}
#fc #plan table tr:nth-last-of-type(odd) td{
	background: #F5F5F5;
}
#fc #plan table tr:nth-last-of-type(even) td{
	background: #fff;
}
#fc #plan table td div{
	width: 71%;
	margin:0 auto;
}
#fc #plan table td.red span{
	font-size: 22px;
}
#fc #plan .small{
	font-size: 14px;
}
#fc #plan .plan_inner.column2::before{
	left: -51vw;
}
#fc #plan .plan_inner.column2::after{
	transform: rotate(-90deg);
	left: -13vw;
}
#fc #plan .column2 .table_wrapper{
	47%;
}
#fc #plan .column2 .title_area{
	margin-bottom: 30px;
}
#fc #plan .column2 .title_area .montserrat{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#fc #plan .column2 .title_area .montserrat::before{
	content:"";
	width: 16px;
	height: 3px;
	background: #CC2F2F;
	margin:auto;
	position: absolute;
	right:0;
	bottom: 0;
	left:0;
}
#fc #plan .column2 .title_area h4{
	font-size: 24px;
}
#fc #plan .column2 .title_area h4 span{
	display: block;
	font-size: 20px;
	text-align: center;
}
#fc #plan .column2 .flex_box{
	justify-content: space-between;
}
#fc #plan .column2 .table_wrapper table{
	width: 476px;
	border-spacing: 1px;
}
#fc #plan .column2 .table_wrapper table th,
#fc #plan .column2 .table_wrapper table td{
	height: 64px;
	font-size: 18px;
}
#fc #plan .column2 .table_wrapper table th{
	width: 196px;
}
#fc #plan .column2 .table_wrapper table tr:first-of-type th{
	height: 51px;
	background:#1D1D1D;
}
#fc #plan .column2 .table_wrapper table tr:first-of-type td{
	height: 51px;
	background: #414141;
	color:#fff;
}
#fc #plan .column2 .table_wrapper table td:first-of-type,
#fc #plan .column2 .table_wrapper table td:last-of-type{
	width: 139px;
}
#fc #plan .column2 .table_wrapper table td:first-of-type{
	border-right: none;
}
/* オープンまでの流れ */
#fc #flow{
	background: url(../img/flow_bg.jpg)no-repeat top center / cover;
	padding-bottom: 100px;
}

#fc #flow .container{
	position: relative;
}
#fc #flow .container::before{
	content:"";
	background: url(../img/flow_bg.png)no-repeat top left / contain;
	width: 496px;
	height: 443px;
	position: absolute;
	top: -37px;
	left: -21vw;
}
#fc #flow h2{
	color:#585858;
	margin-bottom: 85px;
}
#fc #flow h2::after {
    background: url(../img/title_flow_pc.png)no-repeat bottom center /contain;
    width: 620px;
    height: 100px;
}
#fc #flow .flow_list{
	display: flex;
	margin-bottom: 45px;
}
#fc #flow .flow_list > li{
	background: #7C7C7C;
	width: 22%;
	padding: 30px 20px;
	margin-right:34px;
	position: relative;
}
#fc #flow .flow_list > li::before{
	color:#fff;
	font-family:'Montserrat', sans-serif;
	font-size: 30px;
	position: absolute;
	top:-25px;
	left:-10px;
}
#fc #flow .flow_list > li:nth-child(1)::before{
	content:"01";
}
#fc #flow .flow_list > li:nth-child(2)::before{
	content:"02";
}
#fc #flow .flow_list > li:nth-child(3)::before{
	content:"03";
}
#fc #flow .flow_list > li:nth-child(4)::before{
	content:"04";
}
#fc #flow .flow_list > li::after{
	content:"";
	width: 0;
  height: 0;
  border-left: 15px solid #FFD800;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
	margin:auto;
	position: absolute;
	top:0;
	right:-24px;
	bottom: 0;
}
#fc #flow .flow_list li .title{
	color:#FFD800;
	font-size: 28px;
}
#fc #flow .flow_list li .ex_small{
	color:#fff;
	font-size: 12px;
}
#fc #flow .flow_list li .inner_list{
	padding-left: 10px;
}
#fc #flow .flow_list li .inner_list li{
	color:#fff;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
}
#fc #flow .flow_list li .inner_list li::before{
	content:"◆";
	font-size: 10px;
	margin:auto;
	position: absolute;
	top:5px;
	left:-1.5em;
}
#fc #flow .flow_list li .inner_list li .line{
	position: relative;
	z-index: 1;
}
#fc #flow .flow_list li .inner_list li .line::before{
	content:"";
	width: 100%;
	height: 4px;
	background:  #CC2F2F;
	position: absolute;
	bottom:0;
	z-index:-1;
}
#fc #flow .flow_list li .inner_list li .small{
	display: block;
	font-size: 14px;
	font-weight: normal;
}
#fc #flow  .flex_box .spimg{
	width: 9%;
	height:400px;
}
#fc #flow dl{
	display:flex;
	border:10px solid #fff;
	padding: 40px 40px 10px;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
#fc #flow dl::before{
	content:"";
	width: 10px;
	height: 10px;
	background: #FFD800;
	position: absolute;
	top:-10px;
	left:-10px;;
}
#fc #flow dl::after{
	content:"";
	width: 10px;
	height: 10px;
	background: #FFD800;
	position: absolute;
	bottom: -10px;
	right:-10px;;
}
#fc #flow dl dt{
	width: 30%;
	color:#fff;
	margin-bottom: 30px;
	font-size: 24px;
	position: relative;
}
#fc #flow dl dt::after{
	content:"";
	width: 72px;
	height: 2px;
	background: #fff;
	margin:auto;
	position: absolute;
	top:0;
	right:40px;;
	bottom: 0;
}
#fc #flow dl dd{
	width: 70%;
	color:#fff;
	margin-bottom: 30px;
}
/* お問い合わせ */
#fc #contact{
	padding: 120px 0 130px;;
	background: url(../img/contact_bg_pc.jpg)no-repeat top center /cover;
	position: relative;
}
#fc #contact::before{
	content:"";
	background:url(../img/contact_bg_txt.png)no-repeat bottom center /contain;
	width: 890px;
	height: 207px;
	margin:auto;
	position: absolute;
	right:0;
	bottom:-5px;
	left:0;
}
#fc #contact .bold.center{
	color:#fff;
	margin-bottom: 20px;
	font-size: 24px;
}
#fc #contact .bold.center span{
	position: relative;
}
#fc #contact .bold.center span::before{
	content:"";
	width: 3px;
	height: 70px;
	background: #fff;
	position: absolute;
	transform: rotate(-30deg);
	left:-30px;
	bottom: 0;
}
#fc #contact .bold.center span::after{
	content:"";
	width: 3px;
	height: 70px;
	background: #fff;
	position: absolute;
	transform: rotate(30deg);
	right:-50px;
	bottom: 0;
}
#fc #contact .btn a{
	display: flex;
	width: 100%;
	max-width: 557px;
	height: 104px;
	background: #FFD800;
	color:#1D1D1D;
	margin:0 auto;
	font-size: 32px;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	position: relative;
}
#fc #contact .btn a::after {
  content: "";
  width: 23px;
  height: 4px;
  border-bottom: 2px solid #1D1D1D;
  border-right: 2px solid #1D1D1D;
  -ms-transform: skew(35deg,0deg)translateY(-50%);
  -webkit-transform: skew(35deg,0deg)translateY(-50%);
  transform: skew(35deg,0deg)translateY(-50%);
  position: absolute;
  top: 50%;
  right: 40px;
}
#fc #contact .btn a::before{
	content:"";
	background: url(../img/mail.svg)no-repeat top left /contain;
	width: 33px;
	height: 26px;
	position: absolute;
	left:7%;
}
#fc #contact .btn:hover{
	opacity: 0.6;
}
/* フッター */
footer{
	border-top: #1D1D1D 10px solid;
}
.footer_nav > ul > li {
  flex: 1;
  text-align: center;
	font-weight: bold;
}
.footer_contact {
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
.footer_contact .red{
	font-size: 24px;
	line-height: 1;
	margin-bottom: 10px;
}
.footer_contact p:last-child{
	font-size: 12px;
}
.footer_contact .left_area{
	margin-right:20px;
}
.footer_contact .right_area p:first-child{
 line-height: 1;
 margin-bottom: 10px;
}
.fixed_btn {
    bottom: 0;
}
/* ▼▼▼ 480px
=====================================*/
@media screen and (max-width: 480px) {
header{
	margin-bottom: 50px;
}
#main{
	padding: 0;
}
#float_bnr {
	width: 90px;
	height: 90px;
	position: absolute;
	right: 0;
	bottom: 80px;
	position: fixed;
}
nav#btn_nav ul li{
	width: 50%;
}
nav#btn_nav ul li a{
	height: 56px;
	font-size: 12px;
}
nav#btn_nav ul li:nth-child(1) a{
	border-bottom: none;
}
nav#btn_nav ul li:nth-child(2) a{
	border-right:4px solid #CC2F2F;
	border-bottom: none;
}
h2{
	font-size: 56px;
}
h2::after {
	top: 56px;
}
/* コンセプト */
#fc #concept{
	padding-bottom: 30px;
	line-height: 1.6;
}
#fc #concept .container::before {
  width: 494px;
  height: 442px;
  top: 16%;
  left: -120%;
  z-index: -1;
}
#fc #concept .container::after{
  width: 494px;
  height: 442px;
  top: 13%;
  right: -90%;
  z-index: -1;
}
#fc #concept h2::after{
	background: url(../img/title_concept_sp.png)no-repeat bottom center /contain;
	width: 154px;
	height: 43px;
}
#fc #concept .strong{
	font-size: 22px;
	line-height: 1.3;
	margin:10px 0 20px;
}
#fc #concept .balloon .bold{
	font-size: 22px;
	margin-bottom: 10px;
}
#fc #concept .red_circle_list {
		justify-content: center;
		width: 100%;
		max-width: 320px;
	}
	#fc #concept .red_circle_list li:not(:last-child) {
		margin-right: 3.1%;
	}
	#fc #concept .red_circle_list li {
		width: 31.2%;
		height: calc((100vw - 30px)*0.312);
		max-height: 100px;
		font-size: 10px;
 	}

/* #fc #concept .red_circle_list{
	justify-content: center;
}
#fc #concept .red_circle_list li{
	width: 100px;
	height: 100px;
	font-size: 10px;
}
#fc #concept .red_circle_list li:not(:last-child){
	margin-right:10px;
} */
#fc #concept .detail .red.big {
    font-size: 22px;
}
#fc #concept .menu_area::before{
	height: 47px;
}
#fc #concept .menu_area::after{
	width: 139px;
	height: 115px;
	top: 30px;
	right: -10px;
}
#fc #concept .menu_area ul{
	width: 100%;
	margin:30px 0 0;
	justify-content: center;
}
#fc #concept .menu_area ul li{
	width: 141px;
	margin-bottom: 10px;
	justify-content: flex-end;
}
#fc #concept .menu_area ul li:nth-child(1){
	margin:0 13% 0 15.4%;
}
#fc #concept .menu_area ul li:nth-child(2){
	margin-right:10px;
}
#fc #concept .menu_area ul li p {
	margin-bottom: 5px;
}
#fc #concept .menu_area ul li span{
	font-size: 13px;
}
#fc #concept .menu_area .flex_box{
	margin-top:10px;
}
#fc #concept .menu_area .flex_box .title {
  width: 60px;
  margin-right: 0;
	position: absolute;
}
#fc #concept .menu_area p.bold {
  width: 84%;
  margin: 0 auto 0;
  font-size: 12px;
  line-height: 3;
}
/* スンドゥブの魅力 */
#fc #sales .container{
	max-width: 100%;
	width: 100%;
}
#fc #sales .container::before{
	width: 446px;
	height: 390px;
	top: 0px;
	right: -190px;
}
#fc #sales .container::after {
	width: 474px;
	height: 500px;
	bottom: -270px;
	left: -40%;
}
#fc #sales h2{
	font-size: 51px;
	position: relative;
  z-index: 1;
}
#fc #sales h2::after {
  background: url(../img/title_sales_point_sp.png)no-repeat bottom center /contain;
  width: 240px;
  height: 43px;
}
#fc #sales ul {
	display: block;
  max-width: calc(100% - 30px);
	margin:0 auto;
}
#fc #sales ul li:nth-child(1),
 #fc #sales ul li:nth-child(2),
 #fc #sales ul li:nth-child(3),
  #fc #sales ul li:nth-child(4),
	#fc #sales ul li:nth-child(5){
	width: 100%;
	height: 254px;
}
#fc #sales ul li .number{
	margin: 7px 0 0 10px;
	font-size: 28px;
}
#fc #sales ul li .number::before{
	border-left: 45px solid transparent;
	border-right: 45px solid transparent;
	border-bottom: 45px solid #CC2F2F;
	top: -12px;
	left: -39px;
}
#fc #sales ul li .lead{
	font-size: 20px;
	top: -37px;
}
#fc #sales ul li:nth-child(1) .lead, #fc #sales ul li:nth-child(2) .lead,
#fc #sales ul li:nth-child(3) .lead, #fc #sales ul li:nth-child(4) .lead, #fc #sales ul li:nth-child(5) .lead {
	height: 148px;
}
#fc #sales ul li .detail{
	font-size: 14px;
	top: -40px;
}
/* 開業プラン＆収支モデル */
#fc #plan{
	padding-top:60px;
}
#fc #plan h2{
	margin-bottom: 35px;
	font-size: 51px;
	letter-spacing: -5px;
}
#fc #plan h2::after {
	background: url(../img/title_plan_model_sp.png)no-repeat bottom center /contain;
	width: 322px;
	height: 43px;
	top:54px;
}
#fc #plan h3 {
  margin-bottom: 15px;
  font-size: 24px;
}
#fc #plan .plan_inner:not(:last-child) {
	margin-bottom: 60px;
}
#fc #plan .plan_inner::before{
	height: 362px;
	top: 23px;
	right: -21vw;
}
#fc #plan .plan_inner::after {
  width: 127px;
  height: 106px;
  top: 0px;
  right: -14px;
}
#fc #plan table{
	width: 390px;
}
#fc #plan .table{
	overflow-x: scroll;
	margin-bottom: 15px;
}
#fc #plan table th {
  width: 25%;
  height: 76px;
  font-size: 12px;
}
#fc #plan table td:first-of-type{
	width: 23%;
	font-size: 12px;
}
#fc #plan table td div{
	width: 90%;
	font-size: 12px;
}
#fc #plan .small {
	font-size: 10px;
}
#fc #plan .column2 .flex_box{
	display: block;
}
#fc #plan .column2 .title_area {
	margin-bottom: 17px;
}
#fc #plan .column2 .title_area .montserrat {
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#fc #plan .column2 .title_area h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
#fc #plan .column2 .title_area h4 span{
	font-size: 16px;
}
#fc #plan .column2 .title_area p:last-of-type{
	font-size: 14px;
}
#fc #plan .column2 .table_wrapper table{
	width: 100%;
}
#fc #plan .column2 .table_wrapper table tr:first-of-type th{
	height: 39px;
}
#fc #plan .column2 .table_wrapper table th, #fc #plan .column2 .table_wrapper table td {
  font-size: 12px;
	height: 42px;
}
#fc #plan .column2 .table_wrapper table td{
	height: 42px;
}
#fc #plan table td.red span {
	font-size: 14px;
}
#fc #plan .column2 .table_wrapper:first-of-type {
    margin-bottom: 35px;
}
/* オープンまでの流れ */
#fc #flow{
	padding:30px 0 60px;
}
#fc #flow .container::before {
	background: url(../img/flow_bg.png)no-repeat top left / contain;
	width: 193px;
	height: 173px;
	top: -65px;
	left: -29vw;
}
#fc #flow h2{
	margin-bottom: 55px;
}
#fc #flow h2::after {
	background: url(../img/title_flow_sp.png)no-repeat bottom center /contain;
	width: 260px;
	height: 43px;
	top: 58px;
}
#fc #flow .flex_box{
	display: block;
	margin-bottom: 30px;
}
#fc #flow .flow_list{
	display: block;
}
#fc #flow .flow_list > li{
	width: 90%;
	margin:0 auto 40px;
	padding: 30px 20px 30px 25px;
}
#fc #flow .flow_list > li::after {
    border-left: 13px solid #FFD800;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    transform: rotate(90deg);
    top: auto;
    right: 0;
    bottom: -33px;
    left: 0;
}
#fc #flow .flow_list li .title{
	font-size: 22px;
}
#fc #flow .flow_list li .ex_small{
	font-size: 10px;
}
#fc #flow .flow_list li .inner_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#fc #flow .flow_list li .inner_list li{
	width: 40%;
	font-size: 14px;
}
#fc #flow .flow_list li .inner_list li .small{
	font-size: 12px;
}

#fc #flow .flex_box .spimg {
	width: 169px;
	height: 55px;
	margin: 0 auto;
}
#fc #flow dl{
	border: 7px solid #fff;
	padding: 25px 25px 0 25px;
	align-items: baseline;
}
#fc #flow dl::before {
	width: 7px;
	height: 7px;
	top: -7px;
	left: -7px;
}
#fc #flow dl::after {
	width: 7px;
	height: 7px;
	right: -7px;
	bottom:  -7px;
}
#fc #flow dl dt{
	width: 50%;
	font-size: 16px;
}
#fc #flow dl dt::after{
	width: 32px;
	right: 10px;
}
#fc #flow dl dd{
	width: 50%;
	font-size: 14px;
}
/* お問い合わせ */
#fc #contact::before{
	width: 100%;
}
#fc #contact{
	background: url(../img/contact_bg_sp.jpg)no-repeat top center /cover;
	padding: 60px 0 65px;
}
#fc #contact .bold.center {
	margin-bottom: 25px;
	font-size: 20px;
}
#fc #contact .bold.center span::before{
	left: -40px;
	bottom: -3px;
}
#fc #contact .bold.center span::after{
	right: -20px;
	bottom: -3px;
}
#fc #contact .btn a{
	height: 62px;
	font-size: 18px;
}
#fc #contact .btn a::before{
	width: 19px;
	height: 16px;
	left: 10%;
}
#fc #contact .btn a::after{
	width: 13px;
}
/* フッター */
footer {
	padding: 0 20px 170px;
}
.footer_nav {
	padding: 40px 0 30px;
}
.footer_nav > ul > li{
	flex: 40%;
	margin-bottom: 20px;
	text-align: left;
}
.footer_nav > ul > li:nth-child(odd){
	margin-right:10%;
}
.fixed_btn {
  right: 12px;
  bottom: 12px;
}
.footer_nav > ul > li a{
	font-size: 12px;
}
.footer_contact{
	justify-content: space-between;
}
.footer_contact .red{
	font-size: 22px;
}
.footer_contact .left_area p:last-child {
	font-size: 11px;
}
.footer_contact .right_area p:last-child {
	font-size: 10px;
}
.footer_contact .right_area a{
	color:#000;
}
}
