@charset "utf-8";

/* 福井市 mobi
------------------------------------*/
/*準備中*/
.body-preparation {
    position: relative;
}
.body-preparation::before {
    content: '';
    padding: 25px 30px;
    position: absolute;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    background: rgba(0, 0, 0, 0.82);
}

@media (max-width: 768px) {
   .body-preparation::before {
        font-size: 22px;
    } 
}

/*ボタン 並び
-------------------------*/
.wrap-btn-list {
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap-btn {
   width: 86%!important;
   margin: 1% 0;
	max-width: 440px;
}

/*ボタン
----------------*/
.btn-black {
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 18px 16px;
    background-color: #212529;
    transition: 0.3s;
    color: #fff;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.btn-black02 {
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 18px 16px;
    background-color: #212529;
    transition: 0.3s;
    color: #fff;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}


.btn-red {
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 16px 16px;
    background-color: #B80E0B;
    transition: 0.3s;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.new-tab::after {
    content: "\f24d";
    right: 1em;
/*    transform: scale(1.3);*/
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: calc(50% - 10px);
    font-weight: bold;
    z-index: 2;
    color: #fff;
    width: 20px;
    font-size: 15px;
}

.btn-red:hover,.btn-black:hover,.btn-black02:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.6;
}

/*非活性*/
/*既存のボタンカラーの後にclass名をいれる*/
.btn-inactive {
   pointer-events: none;
   background: #bbb;
}


/*MV 
-----------------------------------------------------*/
.box-start{
	border:#222222 solid 2px;
	width: 90%;
	max-width: 580px;
	font-size: 1.6em;
	margin: 0 auto 30px;
	padding: 10px 0;
	
}

#hero {
    background: #fdfaca;
    background: #fffef8;
    position: relative;
    z-index: 0;
    overflow: hidden;
}


.wrap-inagi{
	position: relative;
}

/*メイン部分のテキスト*/
#hero .lead-concept {
    font-size: 34px;
}

#hero {
   background: url('/static/img/maas/mobi/fukui/pc-bg.png') repeat-x top;

    }


/* MV bg -------*/
@media (min-width: 1921px) {
    
}
@media (min-width: 901px) and (max-width: 1200px) {
    .hero-object::before {
        top: -7px;
        width: 50%;
        max-width: 262px;
        height: 584px;
    }
    .hero-object::after {
        top: -84px;
        width: 31%;
        right: 20px;
        max-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 900px) {
    .hero-object::before {
        top: -7px;
        width: 50%;
        max-width: 262px;
        height: 584px;
    }
    .hero-object::after {
        top: -84px;
        width: 31%;
        right: 20px;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .hero-object {
        background: url('/static/img/maas/mobi/fukui/sp-mv-bg.png') no-repeat top left/ contain;
        height: 730px;
        top: -16px;
    }
    .hero-object::before {
        top: -130px;
        width: 50%;
        max-width: 100%;
        height: 584px;
    }
    .hero-object::after {
        top: -150px;
        width: 168px;
        max-width: 100%;
    }
	
.box-start{
	font-size: 1.2em;
	
}	
}
@media (max-width: 330px) {
    .hero-object {
        background: url('/static/img/maas/mobi/fukui/sp-mv-bg.png') no-repeat top left/ contain;
        height: 730px;
        top: -180px;
    }

/*
    .hero-object::before {
        top: 52px;
    }
*/
    .hero-object::after{
        top: 3px;
    }
}



/* logo
-------------------------*/

#hero{
	padding-top: 60px;
}

#hero .title-hero {
    margin: 22px auto;
	font-size:32px;
}

.wrap-inagi {
    width: 100%;
    margin: auto;
}

.wrap-logo {
    margin: auto;
    text-align: center;
	position: relative;
	max-width: 1100px;
}



.wrap-logo img{
    margin: 20px auto 60px;
max-width: 760px;
}
@media(max-width: 992px) {
	.wrap-logo::before{
		display: none;
	}
	.wrap-logo img{
		max-width: 82%;
	}	
	
#hero{
	padding-top: 40px;
}	
}

.text-ondemand{
	display: inline-block;
	background:#1CA775;
	padding: 4px 12px;
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;

	
}
@media(max-width: 992px) {
	.text-ondemand{
		margin-bottom: 8px;	
	}
}


/* 概要
-----------------------------------*/
#Overview {
    padding: 60px 0 40px;
    background: url(/static/img/maas/mobi/bg-concept.png) top left;
    background-size: 60px 60px;
}

#Overview .wrap-btn {
    padding: 0 1%;
    margin: 20px 0;
}

@media(max-width: 768px) {
    #Overview {
        padding: 40px 0 30px;
    }
    #Overview .wrap-btn-list {
        display: flex;
        flex-wrap: wrap;
    }
    #Overview .wrap-btn {
       width: 100%;
       margin: 20px 0 10px;
    }
    #Overview .wrap-btn:nth-of-type(2) {
       margin: 10px 0;
    }
}


/* サービス利用の流れ
-----------------------------------*/
#Howto {
    padding-top: 100px;
}
#Howto .title-concept span {
    background: none;
}
#Howto .wrap-howto {
	max-width: 926px;
	margin: auto;
}
#Howto .wrap-btn {
    width: 80%;
    max-width: 320px;
    margin: 40px auto 30px;
}

#Howto .title-h3-01 {
    padding: 0 10px 20px;
    border-bottom: 4px solid #212529;
}

.guidebook > a.btn-inactive {
    pointer-events: none;
    background: #bbb;
    border-color: #bbb;
}

.block-howto {
    padding: 0 0 40px;
}

@media(max-width:768px) {
    #Howto {
        padding-top: 70px;
    }
    #Howto .title-h3-01 {
        padding: 0 10px 16px;
        border-bottom: 3px solid #212529;
    }
    #Howto .wrap-btn {
        width: 100%;
        margin: 30px auto 20px;
    }
}


/* 料金 *
-------------------------------*/
#Price .news-box {
    width: 80%;
    max-width: 600px;
    margin: auto;
}
@media(max-width:768px) {
    #Price .news-box {
        width: 100%;
        max-width: 100%;
        padding: 18px 10px;
    }
}

#Price .plan-price-feature-list {
    background: #fff0f4;
    margin: 0 20px 20px;
    padding: 12px 10px 5px;
}
#Price .plan-price-feature-list li{
    font-size: 13px;
}



/* ご利用方法
-----------------------------------*/
#Flow{
	padding: 80px 0 60px;
}
.title-flow{
	border: 1px solid #212529;
	background: #fff;
	border-radius: 2px;
	padding: 15px 15px;
	text-align: center;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
}
#Flow .section-body{
	counter-reset: renban;
}
#Flow .section-body .box-flow .title-flow:before {
    counter-increment: renban;
    content: "0"counter(renban) ;
    font-size: 30px;
    margin-right: 15px;
}

/* 電話ご利用方法
-----------------------------------*/
#Tel-flow{
	padding: 80px 0 60px;
}
.title-flow{
	border: 1px solid #212529;
	background: #fff;
	border-radius: 2px;
	padding: 15px 15px;
	text-align: center;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
}
#Tel-flow .section-body{
	counter-reset: renban;
}
#Tel-flow .section-body .box-flow .title-flow:before {
    counter-increment: renban;
    content: "0"counter(renban) ;
    font-size: 30px;
    margin-right: 15px;
}

#Tel-flow .contact-intro p{
	font-size: 22px;
}

@media(max-width:768px) {
#Tel-flow .contact-intro p{
	font-size: 16px;
}	
}
/* scroll ----------------------*/
.scroll-container {
  overflow-x: scroll;
  margin-inline: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.scroll-wrap {
  /* width: 1200px; */
  width: fit-content;
}

@media (max-width: 1200px) {
  .scroll-wrap {
     width: 1200px;
  }
}

@media (min-width: 1300px) {
  .scroll-container {
    overflow-x: auto;
  }
   .scroll-wrap {
    overflow-x: hidden;
    max-width: 1240px;
  }
}

.system-actionFlow-list {
  list-style: none;
  display: flex;
  padding-left: 0;
}

.system-actionFlow-list li{
  margin-inline: 10px;
}

.system-actionFlow-label {
  background: #000;
  padding: 1em 0.5em;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%);
}

.box-flow{
	width: 100%;
	/*max-width: 900px;*/
	margin-left: auto;
	margin-right: auto;
}
.box-flow p{
	font-size: 16px;
	padding: 0 10px;
	margin: 0;
}
.box-appdownload{
	text-align: center;
	margin-top: 30px;
}
.box-appdownload a,
.box-appdownload button{
	display: block;
	background: #212529;
	color: #fff;
	text-align: center;
	padding: 15px;
	width: 100%;
	max-width: 360px;
	margin:0 auto;
	border-radius: 10px;
	font-weight: 700;
	position: relative;
	cursor: pointer;
}
.box-appdownload a:after,
.box-appdownload button:after{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    content: "\f0da";
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    z-index: 2;
}
.box-appdownload a:hover,
.box-appdownload button:hover{
	text-decoration: none;
	opacity: 0.5;
}
.box-flow + .box-flow{
	margin-top: 40px;
}
.title-mid{
	font-size: 16px;
	font-weight: 900;
	text-align: left;
	position: relative;
	padding-left: 30px;
}
.row-flow{
	counter-reset: renban;
}
.row-flow .col-flow .title-mid:before {
    counter-increment: renban;
    content: counter(renban) "";
    background: #212529;
    color: #fff;
    display: flex;
    width: 20px;
    height: 20px;
    font-size: 10px;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
}
.row-flow{
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}
.col-flow{
	width: 32%;
	padding: 20px 20px;
	text-align: center;
}

.text-line{
	border-bottom: 1px solid #212529;
	display: inline;
}
/*20241015追記 アプリで予約*/
.wrap-app-reservation .col-flow{
	padding: 20px 20px 30px;
}

.wrap-app-reservation .text-flow{
	padding-top: 10px;
}

.text-flow p{
	font-size: 14px;
	text-align: center;
}
.text-flow p + p{
	margin-top: 10px;
}
.text-flow p b{
	display: block;
}
.text-flow p small{
	display: block;
}
.label-guidance-num{
	display: inline-flex;
	border:1px solid #212529;
	width: 20px;
	height: 20px;
	justify-content: center;
	align-items: center;
	background: #fff;
}
.text-tel-support{
	margin-top: 10px;
	padding: 20px 10px 0;
}
.text-tel-support p{
	font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .col-flow {
        width: 48%;
    }
}


@media(max-width:768px) {
	#Flow{
		padding: 40px 0;
	}
	.title-mid{
		font-size: 16px;
	}
	.row-flow{
		display: block;
	}
	.col-flow{
		width: 100%;/*sp時、1列*/
		padding: 20px 20px;
	}
	
	/*20241015追記 アプリで予約*/
	.wrap-app-reservation .col-flow{
		padding: 20px 20px;
	}

	.box-appdownload{
		padding: 0 20px;
	}
    
    #Flow .wrap-btn {
        width: 60%;
    }
}

/* 説明会
-----------------------------------*/
#Orientation {
    padding: 80px 0 60px;
}
.wrap-table-scroll {
    width: 100%;
    margin: auto;
    text-align: center;
}
.table {
    width: 96%;
    max-width: 780px;
    margin: 0 auto 10px; 
}
.table tr{
  border-top: solid 1px #bbb;
  border-bottom: solid 1px #bbb;
}
.table th,.table td{
  text-align: center;
  width: 25%;
  padding: 15px 0;
  font-size: 14px;
}
.table th{
    background: url(/static/img/maas/mobi/bg-concept.png) top left;
    background-size: 60px 60px;
    border-top: 1px solid #bbb;
}
.table td{
    border-top: solid 1px #eee;
    border-bottom: solid 1px #bbb;
}

@media screen and (max-width: 768px) {
    #Orientation {
        padding: 40px 0 50px;
    }
  .wrap-table-scroll  {
    overflow-x: auto;
  }
  .table{
    min-width: 640px;
    margin: 0 24px 10px;
  }
}



/* 追従ボタン
-----------------------------------------------*/
.wrap-fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 30px 8px;
    text-align: center;
    width: 100%;
}
.fixed-btn-list .wrap-btn{
   padding: 0 1%; 
}

@media (max-width: 768px) {
    .wrap-fixed {
        padding: 10px 8px 8px;
    }
    .fixed-btn-list .wrap-btn{
        width: 40%;
       padding: 0 1%; 
    }
    .fixed-btn-list .wrap-btn a{
        font-size: 13px;
    }
    .wrap-fixed .new-tab::after {
        right: 0.5em;
        transform: scale(0.8);
    } 
}

@media (max-width: 480px) {
    .fixed-btn-list .wrap-btn a{
        font-size: 13px;
        padding: 16px 18px 16px 10px;
    }
    .wrap-fixed .new-tab::after {
        right: 0.1em;
        transform: scale(0.6);
    } 
}


.text-big{
	font-size: 38px;
}

.title-concept{
	margin-bottom: 50px;
}

.wrap-textservicetime{
	
}
.wrap-textservicetime strong{
	font-size: 190%;
	display: inline-block;
}

@media (max-width: 991px) {
.wrap-textservicetime{
	text-align: center;
}	
.wrap-textservicetime strong{
	font-size: 140%;
}	
}