@charset "utf-8";
/* CSS Document */

:root{
	--main-color:#00a5dd;/*#38BDF2*/
	--main-color2:#00a096;/*#1B8EF2*/
	--accent-color:#F2A516;
	--second-bg-color:#f0f0f2;
	--fullHD-width:1980px;
	--header-height:78px;
}

*, *::before, *::after {
	box-sizing: border-box;
    margin: 0;
	padding: 0;
}

html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {

	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.8;
	color: rgb(51,51,51);
}

h2{
		color: var(--main-color);
}

h3,h4{
	margin-top: 1em;
	margin-bottom: 1em;
}

h2{
	font-size: 3rem;
	font-weight: 900;
	text-align: center;
}

h3{
	font-size: 2.4rem;
}

a{
	text-decoration: none;
	color: inherit;
}

ul{
	list-style-type: none;
}

table {
    border-collapse: collapse;
	border-spacing: 0;
}

.fw_nomal{
	font-weight: normal;
}
.symbol{
	height:auto;
	width: calc(var(--header-height) - 20px);
}
.logoType{
	height: 100%;
	font-weight: 400;
	font-size: 2rem;
	color: #444;
	text-align: left;
	letter-spacing: 0.1em;
	margin-left: 12px;
	color: #325F30;
}
.logoType span{
	font-size:clamp(2rem,4vw,4rem);
}

/*-----Header----------*/
.header{
	height: var(--header-height);
	display: flex;
	justify-content: space-between;
	padding: 5px;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 1px 2px 0px #ccc/*var(--main-color)*/; 
	align-items: center;
	position: sticky;
	top: 0;
	z-index: 100;
}
.logo{
	display: flex;
	align-items: center;
}
.read{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.readTxt{
	font-size: 1rem;
	margin-left: 12px;
}

.menu{
	display: flex;
	gap: 2em;
	justify-content: space-between;
	align-items: center;
}
.menu .tel,
.menu .line{
	font-size: 1.6em;
	font-weight: 900;
}

.menu .tel{
	color: #444;
}
.menu .tel .fa-phone{
	color: var(--main-color2);
}
.menu .fa-line{
	color: #06c755;
	font-size: 4rem;
}
.nav{
	position: fixed;
	inset:0 -100% 0 100%;
	z-index: 100;
	background-color: #4e483ae6;
	transition: 0.3s;
}
.open body{
	overflow: hidden;
}
.open .nav{
	transform: translate(-100%,0);
}
.open .nav_btn{
	z-index: 110;
	color: #fff;
}
.nav_btn .fa-bars{
	display: revert;
}
.open .nav_btn .fa-bars{
	display: none;
}
.nav_btn .fa-xmark{
	display: none;
}
.open .nav_btn .fa-xmark{
	display: revert;
}
.nav ul{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	gap:40px;
	color: #fff;
}
.nav_btn{
	padding: 0;
	outline: none;
	border: none;
	background-color: transparent;
	cursor: pointer;
	color: #444;
	font-size: 4rem;
}

/*-----Hero----------*/
.hero{
/*
    position: relative;
    height: calc(50vh - var(--header-height));
*/
    height: 50vh;
	padding: 0 1em;
    background: url("../images/heroImage02.webp") no-repeat center 30% / cover;
	display: grid;
	justify-items:center;
	align-content: center;
}

.hero h2 {
    margin: 0;
    color: #fff;
    text-shadow: 0 0 1px black;
}
/*-----Infomation----------*/
.home-infoClear {
    padding: 50px 0;
}

.wrapin {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.home-info {
    width: 48%;
}

.home-info-posts-item {
	list-style-type: none;
    border-bottom: 1px solid #E1E5E7;
	padding: 20px 0;
}

.home-infoClear-in {
    display: flex;
    justify-content: space-between;
}

.home-schedule-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
}

.home-info-h {
    font-family: "Roboto", sans-serif;
	font-size: 1.6rem;
    letter-spacing: 0.1em;
    color: var(--main-color);
    font-weight: bold;
	margin-bottom: 1.4em;
	text-align: left;
}

.home-info-btn {
    width: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.mod-btn01 {
	text-decoration: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    display: inline-block;
    text-align: center;
    position: relative;
    width: 100%;
    transition: 0.3s;
    border-radius: 2em;
}

.u-c-wh {
    color: #fff !important;
}

.u-bg-c1 {
    background: var(--main-color2);
}

.u-bg-c1:hover{
	background: var(--accent-color);
}

.mod-btn01 {
    padding: 12px 20px;
}

.mod-schedule-table {
    width: 100%;
    margin-bottom: 1em;
}

.mod-schedule-table th, .mod-schedule-table td {
    border-right: 1px solid #E1E5E7;
    padding: 10px;
}

.mod-schedule-table th, .mod-schedule-table td {
    text-align: center;
}

.mod-schedule-notes {
    text-align: right;
}

.marker {
 background: linear-gradient(transparent 60%, rgba(242,165,22,0.4) 40%);
 font-weight: bold; 
}

/*-----Contents------------*/
.contents{
	padding: 80px 20px;
	margin: 100px auto 0;
	max-width: 1200px;
	background-color: #f2f4f8;
	border-radius: 15px;
}

/*fontAwesomeアイコン*/
.contents .h2_title::before{
	font-family: 'Font Awesome 6 Free';
	font-size: 2em;
	margin-right: 20px;
	display: inline-block;
}
.contents.cause .h2_title::before{
	font-weight: 900;
	content: "\f559";/*バッジ*/
}
.contents.car .h2_title::before{
	font-weight: 900;
	content: "\f1b9";/*車*/
}
.contents.reviews .h2_title::before{
	font-weight: 400;
	content: "\f004";/*ハート*/
}
.contents.fee .h2_title::before{
	font-weight: 900;
	content: "\f51e";/*コイン*/
}
.contents.reserve .h2_title::before{
	font-weight: 400;
	content: "\f274";/*カレンダー*/
}
.contents.other .h2_title::before{
	font-weight: 900;
	content: "\f4be";/*手にハート*/
}

/*やのさんが選ばれる理由！*/
.feature{
	background-color: #fff;
}
.feature h2{
	display: flex;
	align-items: center;
	justify-content: center;
}
.feature-inner{
	max-width: 1150px;
	margin: auto;
}
.feature-list{
	margin-top: 60px;
	display: flex;
	gap:40px;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
.feature-item{
	aspect-ratio: 1;
	padding-top: 1.3%;
	width: 330px;
	border-radius: 50%;
	background-color: #e7e9ed;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-weight: 700;
}
.feature-item .icn{
	font-size: 4em;
	color: var(--main-color);
	width: 25%;
	height: auto;
	display: block;
	margin:0 auto;
}
.feature-item .icn img{
	height: auto;
}

.cause .h2_title{
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 5px;
}

/*やのさん について*/
.cause_contents{
	border-radius: 30px;
	background-color: #fff;
	padding: 30px 40px;
	margin: 60px 0 0;
}
.cause_contents h3{
	margin-top: 0;
}
.cause_contents ul.license li::before {
  position: relative;
  top: -2px;
  left: -18px;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 100%;
  background: var(--main-color);
}

.message{
	display: flex;
	justify-content: space-between;
	gap:40px;
}
.message_text{
	max-width: 70%;
}
.message_text h4{
	margin-top: 0;
}
.message_text p:last-child{
	text-align: right;
}

.cause dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cause dl dt {
  text-align: right;
  width: 8.5em;
  padding: 0.5em 1.0em 0.5em 0.5em;
  position: relative;
}
.cause dl dt::after {
  content: '●';
  position: absolute;
  right: -0.55em;
  top: 5px;
  font-size: 22px;
  color: var(--main-color);
}
.cause dl dt.un_listMarker::after{
  content: '○';
/*  color: #ccc;*/
}
.cause dl dd {
  width: calc(100% - 8.5em);
  padding: 0.5em 2.0em 3.0em;
  border-left: 2px solid #ccc;
}
.cause dl dd h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 5px;
}

/*車両*/
.car .cause_contents blockquote{
	text-align: center;
}
.car .appearance{
	max-width: 100%;
	height: auto;
}
.spac {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap:40px;
}
.spac img{
	max-width: 100%;
	height: auto;
}
.wheelchair{
	display: grid;
	grid-template-columns: 2fr 1fr;
	align-items: end;
	gap:40px;
}
.wheelchair img{
	width: 100%;
	height: auto;
}

/*お客様のこえ*/
.vid_contents{
	width: 100%;
	text-align: center;
	margin: auto;
	padding: 4%;
}
.vid_main{
	width: 100%;
	max-width: 920px;
	max-width: 90vh;
}

/*サービスと料金*/
.fee_table {
    border: 1px solid #d0d0d0;
    table-layout: fixed;
    width: 100%;
}

.fee_table th, .fee_table td {
    text-align: center;
    vertical-align: middle;
	padding: 8px 5px;
}

.fee_table thead th:first-of-type {
	width:180px;
    background: #ffffff;
}

.fee_table thead th {
    background: var(--main-color);
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    color: #ffffff;
	height: 50px;
}

.fee_table tbody th {
    background: #f2f2f2;
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    color: #454545;
}

.fee_table tbody td {
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
}

h3.mt60{
	margin-top: 60px;
}

.simulation *:not(h3){
	text-align: center;
	color: var(--main-color);
}

.simulation h4{
	margin-top: 5em;
	margin-bottom: 0;
}

.simulation img{
	max-width: 100%;
}

.reserve iframe{
	width: 100%;
}
.reserve a{
	text-decoration: revert;
	color: revert;
}

.endSection{
	border-radius: 15px 15px 0 0;
}

/*その他サービス--------------------*/
.other .service{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap:40px;
	justify-items:center;
}

.other .service img{
	width: 80%;
}

.other .service img.x80{
	width: 60%;
}

.service-item{
	display: flex;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	border: 1px solid  var(--main-color);
	padding: 20px;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.3s;
}

.service-item:hover{
	background: var(--main-color);
	border-color: #d0d0d0;
}

.service-item h3{
}

.service-item p{
	margin-top: auto;
	text-align: center;
}

.footer{
	margin-top: 100px;
}

.contact{
	width: 100%;
	text-align: center;
	background-color: #E5F3FE;
	padding: 100px 0;
}

.contact h2{
	font-size: 1em;
}

.contact p{
	font-size: 1.2em;
}
.contact .menu{
	margin-top: .5em;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:0;
}

.contact .menu .tel{
	background-color: var(--main-color);
	color: #fff;
	letter-spacing: .1em;
	padding: 50px;
}

.contact .menu .tel .fa-phone{
	color: #fff;
}
.contact .menu .tel,
.contact .menu .line{
	transition: 0.3s;
}
.contact .menu .tel:hover,
.contact .menu .line:hover{
	opacity: 0.5;
}
.contact .menu .line{
	background-color: #FFF;
	color: #000;
	padding: 50px;
}

.footer.contents{
	margin: 0 auto 50px;
	background: #fff;
}

.footer .logoType{
	height: auto;
}

.footer .copy{
	margin-top: 1em;
}
.infomation{
	display: flex;
	justify-content: space-between;
	gap:40px;
}

/*flow
-------------------------------------*/

.flow_design03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding-bottom: 50px
}

.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none;
}

.flow_design03 dd {
  margin-left: 0;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 60px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: var(--main-color);
  display: inline-block;
  margin-right: 0.3em;
}

.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: var(--main-color2);
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}

/*FAQ
--------------------------------------------*/
.FAQ h4{
	color: var(--main-color);
}
.qa-8 dt {
    margin-bottom: 1em;
    color: #333333;
    font-weight: 600;
}

.qa-8 dt::before,
.qa-8 dd::before {
    margin-right: .4em;
}

.qa-8 dt::before {
    content: "Q.";
}

.qa-8 dd {
    margin: 0 0 2.5em;
    padding: 1em 1.5em;
    background-color: #f2f2f2;
    color: #333333;
}

.qa-8 dd::before {
    content: "A.";
}

/*ambulance
-------------------------------------------*/
.ambulance ul,
.care_service ul{
	list-style-type: revert;
	padding-bottom: 2em;
	padding-left: 3em;
}
.ambulance a{
	text-decoration:revert;
	color: revert;
}

@media (min-width: 768px) {
	.readTxt{
		margin-bottom: -25px;
	}
}

@media (max-width: 767px) {
	h2{
		font-size: 2rem;
	}
	.header{
		height: auto;
		display: block;
	}
	.menu{
		justify-content: flex-start;
	}
	.nav_btn{
		margin-left: auto;
	}
	.hero h2{
		font-size: 2rem;
	}
	.hero{
		position: relative;
   		height: 81vh;
	}
	.home-infoClear-in{
		display: block;
	}
	.home-info {
		width: 100%;
	}
	.home-info-h{
		margin-bottom: 0;
	}
	.home-info-posts-item {
		padding: 5px;
	}
	.home-schedule{
		margin-top: 5em;
	}
	.mod-schedule-notes{
		text-align: center;
	}
	.feature-list{
		display: block;
	}
	.feature-item {
		display: flex;
		background: inherit;
		flex-direction: row;
		justify-content: space-between;
		gap:20px;
		text-align: left;
		width: 100%;
		height: 25vh;
	}
	.feature-item .icn{
		aspect-ratio: 1;
		border-radius: 50%;
    	background-color: #e7e9ed;
		width: 100px;
		height: 100px;
		margin: 0 auto 0 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.feature-item span{
		width: 100%;
	}
	.contents{
		margin-top: 50px;
		padding-top: 40px;
	}
	.cause_contents{
		padding-left: 20px;
		padding-right: 20px;
	}
	.message{
		display: block;
	}
	.message_text{
		max-width: 100%;
	}
	.cause dl dt{
		width: 5em;
	}
	.cause dl dd{
		width: calc(100% - 5em);
	}
	.cause dl dd p{
		font-size: 1.2rem;
	}
	.cause_contents ul.license li::before{
		left:-6px;
	}
	.spac{
		display: block;
	}
	.wheelchair{
		display: block;
	}
	.temp_text{
		font-size: 2em;
	}
	.fee_table thead th:first-of-type {
		width: auto;
		background: #ffffff;
	}
	.fee p{
		font-size: 1.1rem;
	}
	.other .service{
		grid-template-columns: auto;
		gap:10px;
	}
	.contact .menu{
		display: block;
	}
	.contact .menu .tel {
		display: block;
	}
	.contact .menu .line{
		display: block;
	}
	.menu .tel, .menu .line {
    	font-size: 1.3em;
	}
	.infomation{
		flex-direction: column;
	}
	.info-calendar{
		order: 1;
	}
	.info-text{
		margin-top: 50px;
		order: 2;
		font-size: 1.2rem;
	}
	.copy{
		text-align: center;
		font-size: 1.2rem;
	}
	.footer.contents{
		padding-bottom: 10px;
		margin-bottom: 0;
	}
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}