@charset "utf-8";
/*
Theme Name: 福祉タクシー　ファミリー Theme
Description: 福祉タクシー　ファミリー themes
Author: EF kobaishi
Version: 1.0
*/


/*------------------------------------------------------

   common

-------------------------------------------------------*/
:root {
    --base-color: #333333;
    --main-color: #00a83b;
    --bg-grn:  #e5f3dd;
    --bg-gry:  #f5f5f5;
    --line-bg:  #00c818;
	
	--font-base: 'Noto Sans JP', sans-serif;
	--font-en:  "Quicksand", sans-serif;
}

body {
	position: relative;
	font-family: var(--font-base);
	color: var(--base-color);
	padding-top: 100px;
}

input,
select,
textarea,
radio,
checkbox,
button {
	font-family: var(--font-base);
}
label {
    cursor: pointer;
}
p {
	line-height: 1.6;
}
img {
    vertical-align: middle;
}
.sp {
	display: none !important;
}
.inner {
    width: 100%;
    max-width: 1340px;
	padding: 0 20px;
	margin:auto;
	position: relative;
}
.inner-in {
	padding: 0 100px;
}

.link {
    color: var(--main-color);
	text-decoration: underline !important;
}


/* off */
.link-off a {
    cursor: default !important;
    /*color: #ccc !important;*/
}

/* nav-line */
.nav-line a:not(.no-line){
	opacity: 1 !important;
	text-decoration: none !important;
    position: relative;
}
.nav-line a:not(.no-line):after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 0;
    border-top:solid 2px var(--main-color);
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
.nav-line a:not(.no-line):hover:after,
.nav-line .current a:after {
    transform-origin: left top;
    transform: scale(1, 1);
}
.nav-line-white a:not(.no-line):after {
    border-top:solid 2px #fff;
}



/* radius */
.radius10 {
	border-radius: 10px;
}
.radius20 {
	border-radius: 20px;
}
.radius25 {
	border-radius: 25px;
}

/* circle ● */
.has-circle:before {
	content: '●';
	color: var(--main-color);
	margin-right: 5px;
}




/*------------------------------------------------------

   header style

-------------------------------------------------------*/
#gb-header {
	width: 100%;
	background: rgba(255,255,255,0.9);
	position: fixed;
	left:0;
	top: 0;
	z-index: 100;
}
.header-in {
    display: flex;
    align-items: center;
    height: 100px;
    padding: 0 20px;
}
.site-title {
	width: 207px;
    line-height: 1;
}
.site-title a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.main-nav {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.main-nav__list {
    display: flex;
}
.main-nav__list >li {
    font-weight: 500;
    margin-left: 20px;
}
.main-nav__list >li:first-child {
	margin-left: 0;
}
.main-nav__list >li a {
    color: var(--base-color);
}
.header-tel {
	width: 234px;
	margin-left: 20px;
}
.header-line {
	width: 61px;
	margin-left: 20px;
}



/* ----------------------------
   contets
-------------------------------*/

.conBox {
    padding: 100px 0;
	position:relative;
}


.cmn-title {
	margin-bottom: 40px;
    position: relative;
	z-index: 1;
}
.cmn-title.center {
    text-align: center;
}
.cmn-title h2 {
	color: var(--main-color);
	font-size: 76px;
	font-weight: 600;
	font-family: var(--font-en);
	line-height: 1;
}
.cmn-title p {
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	margin-top: 20px;
}
.cmn-subtext {
    font-size: 25px;
    line-height: 1.6;
}
.cmn-desc {
    text-align: center;
    font-weight: 500;
    margin-top: 15px;
}

/* more */
.more {
	margin-top: 30px;
}
.more.center {
    text-align: center;
}
.more a {
    display: inline-block;
    font-size: 21px;
    font-weight: 500;
    color: var(--main-color);
    width: 100%;
    max-width: 320px;
    text-align: center;
    background: #fff;
    border: solid 2px var(--main-color);
    border-radius: 1000px;
    padding: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.more a:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    margin-left: 20px;
    vertical-align: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.more a:hover {
	color: #fff;
	background: var(--main-color);
}
.more a:hover:after {

}





/* to-page */
.to-page {
	text-align: center;
	margin-top: 30px;
}
.to-page a {
	font-size: 21px;
	font-weight: 500;
	color: var(--base-color);
	display: inline-block;
	padding: 10px 20px;
	background: var(--bg-grn);
	border-radius: 10000px;
}
.to-page a:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    margin-left: 10px;
    vertical-align: 2px;
}




/* parts-contact */
.parts-contact-fuki {
    text-align: center;
	margin-bottom: 40px;
}
.parts-contact-fuki p {
    color: #fff;
    display: inline-block;
	font-size: 28px;
	font-weight: 600;
    background: var(--main-color);
	padding: 10px 20px;
	border-radius: 14px;
	position: relative;
}
.parts-contact-fuki p:after {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-top: 16px solid var(--main-color);
    border-bottom: 0;
	position: absolute;
	left: calc(50% - 16px);
	bottom: -15px;
}
.parts-contact-in {
	padding: 40px;
	border-radius: 15px;
	background: var(--bg-grn);
}
.parts-contact__list {
	display: flex;
	justify-content: space-between;
}
.parts-contact__list >li {
	width: 32%;
	padding: 10px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
}
.parts-contact__list >li h3 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
}
.parts-contact__list >li p {
	font-size: 15px;
}
.parts-contact__list >li .btn {
	line-height: 1;
}
.parts-contact-tel .btn a {
    font-size: 46px;
    font-family: var(--font-en);
    font-weight: 600;
    color: var(--main-color);
}
.parts-contact-line .btn a {
    display: flex;
    align-items: center;
    font-size: 21px;
    color: #fff;
    background: var(--line-bg);
    padding: 0 30px;
    border-radius: 1000px;
    width: 90%;
    height: 70px;
    margin: auto;
}
.parts-contact-line .btn a:after {
    content: '';
    width: 16px;
    height: 16px;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    margin-left: auto;
}
.parts-contact-line .btn a i {
	content: '';
	display: inline-block;
	margin-right: 10px;
	width: 43px;
	height: 43px;
	background: url("./assets/img/cmn/icon_line_w.png") no-repeat center;
	background-size: contain;
}
.parts-contact-mail .btn a {
    display: flex;
    align-items: center;
    font-size: 21px;
	color: var(--main-color);
	border:solid 2px;
    padding: 0 30px;
    border-radius: 1000px;
    width: 90%;
    height: 70px;
    margin: auto;
}
.parts-contact-mail .btn a:after {
    content: '';
    width: 16px;
    height: 16px;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    margin-left: auto;
}
.parts-contact-mail .btn a i {
	content: '';
	display: inline-block;
	margin-right: 10px;
	width: 35px;
	height: 24px;
	background: url("./assets/img/cmn/icon_mail.png") no-repeat center;
	background-size: contain;
}


/* ----------------------------
   footer
-------------------------------*/
#gb-footer {
    margin-top: 100px;
}
.footer-in {
    display: flex;
    justify-content: space-between;
}

.footer-logo {
    width: 172px;
    margin-bottom: 30px;
}
.footer-main h3 {
	font-size: 20px;
}
.footer-main .address {
    margin-top: 5px;
}
.footer-main .address-sub {
    font-size: 14px;
    margin-top: 5px;
}

.footer-sub {
    margin-left: auto;
}
.footer-nav {
    display: flex;
    justify-content: right;
}
.footer-nav__list {
    margin-left: 50px;
}
.footer-nav__list >li {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.footer-nav__list >li a {
    color: var(--base-color);
}
.footer-sns {
    margin-top: 100px;
}
.footer-sns__list {
	display: flex;
	align-items: center;
}
.footer-sns__list >li {
	font-size: 18px;
	font-weight: 500;
	margin-left: 10px;
}
.footer-sns__list >li a {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 10px;
}
.footer-sns__list >li a i {
	display: inline-block;
	width: 43px;
	height: 43px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 10px;
}
.footer-sns-line a {
	color: #fff;
	background: var(--line-bg);
}
.footer-sns-line a i {
	background-image: url("./assets/img/cmn/icon_line_w.png");
}
.footer-sns-insta a {
	color: var(--base-color);
	background: var(--bg-gry);
}
.footer-sns-insta a i {
	background-image: url("./assets/img/cmn/icon_insta.png");
}

.copyright {
    font-size: 12px;
	margin:30px 0;
}


#sp-nav {
	display: none;
}


/* backtotop */
#backtotop {
    color: var(--main-color);
	width: 40px;
    height: 40px;
    background: #fff;
    cursor:pointer;
	visibility: hidden;
	opacity: 0;
    border-radius: 100px;
    border: solid 2px;
	position:fixed;
	right: 10px;
	bottom: 30px;
	z-index: 10;
   -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#backtotop.show {
	visibility: visible;
	opacity: 1;
	bottom: 50px;
}
#backtotop:hover {
    color: #fff;
    background: var(--main-color);
}
#backtotop:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(-45deg);
    position: absolute;
    top: 16px;
    left: calc(50% - 6px);
}


/* -----------------------------------

media query

------------------------------------- */
@media (max-width: 1240px) {

	.main-nav {
		margin-right: 80px;
	}
	.main-nav__list {
		display: none;
	}

	#menu-btn {
        width: 60px;
        height: 60px;
		background: var(--main-color);
        cursor: pointer;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 10000;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
	#menu-btn span {
        width: 36px;
        height: 1px;
        background: #fff;
        position: absolute;
        left: 12px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
	#menu-btn span.t {
		top: 20px;    
	}
	#menu-btn span.m {
		bottom: 30px;
	}
	#menu-btn span.b {
		bottom: 20px;
	}
	#menu-btn.active span {
		background: #fff;
	}
	#menu-btn.active span.t {
		transform: rotate(30deg);
		top: 30px;
	}
	#menu-btn.active span.m {
		width: 0;
	}
	#menu-btn.active span.b {
		transform: rotate(-30deg);
		bottom: 30px;
	}

	#sp-nav {
		color: #fff;
		display: block;
		width: 0;
		height: 100%;
		background: #fff;
		padding: 70px 0;
		overflow: auto;
		opacity: 0;
		visibility: hidden;
		position: fixed;
		right: 0;
		top: 0;
		z-index: -10;
	   -webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	#sp-nav.active {
		padding: 70px 30px;
		width: 400px;
		opacity: 1;
		visibility: visible;
		background: var(--main-color);
		z-index: 9999;
	}
	.sp-tel {
		margin: 30px 0;
	}
	.sp-tel a {
		display: inline-block;
		padding: 10px;
		background: #fff;
		border-radius: 10px;
	}
	.sp-nav__list {
		font-size: 18px;
	}
	.sp-nav__list > li {
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: dotted 1px;
	}
	.sp-nav__list a {
		color: #fff;
	}
	.sp-sns__list {
		margin-top: 20px;
	}
	.sp-sns__list >li {
		display: inline-block;
		margin-right: 10px;
		width: 50px;
	}

}

@media (max-width: 815px) {

	body {
        font-size: 14px;
		min-width: 375px;
        overflow-x: hidden;
		padding-top: 60px;
	}
	body.menu-fix {
		overflow: hidden;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.inner {
		 width: 100%;
	}
    .inner-in {
        padding: 0;
    }

	.header-in {
		height: 60px;
	}
	.site-title {
		width: 190px;
	}
	#menu-btn {
		top:0;
		right:0;
	}
	
	#sp-nav {
        width: 100%;
	}

	.conBox {
		padding: 50px 0;
	}
	.cmn-title h2 {
		font-size: 42px;
	}
	.cmn-title p {
		font-size: 16px;
		margin-top: 15px;
	}
	.cmn-subtext {
		font-size: 18px;
	}
	.cmn-desc {
		font-size: 12px;
		text-align: left;
	}
	.more a {
		font-size: 16px;
	}
	.more a:after {
		width: 10px;
		height: 10px;
		vertical-align: 1px;
	}
	.to-page a {
		font-size: 16px;
	}

	.parts-contact-fuki {
		margin-bottom: 25px;
	}
	.parts-contact-fuki p {
		font-size: 14px;
		padding: 10px;
	}
	.parts-contact-in {
		padding: 20px;
	}
	.parts-contact__list {
		display: block;
	}
	.parts-contact__list >li {
		width: 100%;
		margin-bottom: 10px;
	}
	.parts-contact__list >li h3 {
		font-size: 16px;
	}
	.parts-contact__list >li p {
		font-size: 13px;
	}
	.parts-contact-tel .btn a {
		font-size: 30px;
	}
	.parts-contact-line .btn a {
		font-size: 18px;
		height: 50px;
	}
	.parts-contact-line .btn a i {
		width: 30px;
		height: 30px;
	}
	.parts-contact-line .btn a:after {
		width: 10px;
		height: 10px;
	}
	.parts-contact-mail .btn a {
		font-size: 18px;
		height: 50px;
	}
	.parts-contact-mail .btn a i {
		width: 25px;
		height: 18px;
	}
	.parts-contact-mail .btn a:after {
		width: 10px;
		height: 10px;
	}

	.footer-in {
		display: block;
	}
	.footer-sns {
		margin-top: 30px;
	}
	.footer-sns__list >li {
		font-size: 14px;
	}
	.footer-sns__list >li:first-child {
		margin-left: 0;
	}
	.footer-sns__list >li a i {
		width: 30px;
		height: 30px;
	}

}

