@charset "utf8";

/*  main-v  */
.main-v {
	background:#f2fdec;
	position:relative;
}
.main-v .mywidth {
	z-index:3;
	position:relative;
	padding:0px;
	height:320px;
	max-width:1400px;
	width:100%;
	background:url(../images/main-v.png) no-repeat center / cover;
}
.webp .main-v .mywidth {
	background:url(../images/main-v.png.webp) no-repeat center / cover;
}
.main-v .main-v-btn {
	position:absolute;
	left:0;
	right:0;
	bottom:40px;
	margin:auto;
	font-size:21px;
  font-weight:bold;
  background:#ff7800;
  color:#fff;
	border-radius:5px;
	width:400px;
	height:55px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.main-v .main-v-btn i {
	color:#fff;
	font-size:21px;
	margin-right:10px;
}
@media screen and (max-width:767px){
	.main-v {
		height:auto;
		width:100%;
		/* margin-top: 50px; */
	}
	.main-v .mywidth {
		background:url(../images/sp-main-v.png) no-repeat center / contain;
		height:calc(100vw * 58 / 65);
		padding: 90% 0 0;
	}
	.webp .main-v .mywidth {
		background:url(../images/sp-main-v.png.webp) no-repeat center / contain;
	}
	.main-v .main-v-btn {
		position:absolute;
		left:0;
		right:0;
		bottom:45%;
		margin:auto;
		font-size:3.5vw;
		font-weight:bold;
		background:#ff7800;
		color:#fff;
		border-radius:3px;
		width:63vw;
		height:10vw;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.main-v .main-v-btn i {
		color:#fff;
		font-size:3.5vw;
		margin-right:10px;
	}
/* .main-v-titile-wrap {
  margin-bottom: 30px;
} */
}



/* タブレットサイズ修正 */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
	.main-v .mywidth {
		background: url(../images/main-v-tab.png) no-repeat center / cover;
		height: 0;
		padding-top: 30.22%;
	}
	.webp .main-v .mywidth {
		background: url(../images/main-v-tab.png.webp) no-repeat center / cover;
		height: 0;
		padding-top: 30.22%;
	}
	.main-v .main-v-btn {
		position: absolute;
		bottom: 15px;
		font-size: 18px;
		height: 42px;
		width: 350px;
	}
}


/* TOP エリア */
.pref dl dd a.non_activ,
.pref dl dd span.non_activ,
.area_wrap a.non_activ,
.area_wrap span.non_activ,
.kodawari ul.list a.non_activ{
	pointer-events: none;
    color: #aaa;
    border: 1px solid #aaa!important;
}


.content03 .box .inner-box .text-wrap .link-tag-wrap .tag-list {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 8rem);
}



/* h1タグ */
.top_page_title {
	background: #ddffcb;
    padding: 10px 10px;
    text-align: center;
    color: #108e4d;
    font-size: 1.25rem;
}
@media screen and (max-width:767px) {
	.top_page_title {
		font-size: 1rem;
	}
}



/* タクシーグループ */
.content02 .tab-out-wrap {
	padding: 30px 30px 20px;
}
.tab-content {
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
}
.content02 .tab-content a {
    width: 23%;
    width: calc(25% - 10px);
    margin-bottom: 10px;
    display: block;
    height: inherit;
    box-shadow: rgba(0,0,0,0.1) 0 2px 2px 0;
}
.content02 .tab-content a .img{
	padding: 0.5rem;
	height: 100px;
	display: block;
}
.content02 .tab-content a .img div{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    width: 100%;
    height: 100%;
}
.content02 .tab-content a .img img {
	object-fit: contain;
    width: 100%;
    height: 100%;
    display: block;
}
.content02 .tab-content a .txt{
	padding: 0.2rem;
	background: #10878e;
	text-align: center;
	color: #fbfffe;
	text-shadow: rgba(0,0,0,0.1) 0 2px 2px;
}

@media screen and (max-width:680px){
	.content02 .tab-box {
		padding: 10px;
	}
	.tab-content {
		padding:0;
	}
	.content02 .tab-out-wrap {
		padding: 10px;
	}
	.content02 .tab-content a {
		width: 100%;
		padding: 0;
	}
	.content02 .tab-content a .img{
		height: 50px;
		padding: 0.2rem 0.5rem;
	}
	.content02 .tab-content a .img img {
		object-fit: contain;
		max-width: inherit;
	}
	.content02 .tab-content a .txt{
		padding: 0rem;
	}
	.content02 .tab-content a:last-child {
		margin-bottom:0;
	}
}

.rireki_all {
	text-align: center;
	margin-top: 2rem;
}
.rireki_all a {
	display: inline-block;
	color: #fff;
	padding: 0.75rem 2rem;
	width: 200px;
}



/* 210130 TOPスライド修正 */
.content03 .tab-content,
.content03 .slick-class{
	max-width: 1100px;
	margin: 0 auto;
}
.content03 .box .inner-box {
	width: 100%;
}

.btn_link_group {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 80px;
}

.btn_link {
	width: 300px;
	background-color: #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #999;
	border-radius: 5px;
	padding: 10px 0px;
	margin: 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.btn_link span {
	display: flex;
	align-items: center;
}
.btn_link span::before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
}

.btn_link span.i_man::before {
	background: url(../images/i_man.png) no-repeat;
	background-size: contain;
}

.btn_link span.i_yen::before {
	background: url(../images/i_yen.png) no-repeat;
	background-size: contain;
}

.btn_link span.i_trans::before {
	background: url(../images/i_trans.png) no-repeat;
	background-size: contain;
}

.btn_link span.i_leaf::before {
	background: url(../images/i_leaf.png) no-repeat;
	background-size: contain;
}

.btn_link span.i_guide::before {
	background: url(../images/i_guide.png) no-repeat;
	background-size: contain;
}

.btn_link img {
	margin-right: 10px;
	height: 32px;
}


@media screen and (max-width:767px){

	.btn_link_group {
		flex-wrap: wrap;
		margin: 30px 0;
	}
	.btn_link {
		margin: 0 auto 10px auto;
	}

	.content03 .tab-content,
	.content03 .slick-class{
		max-width: inherit;
	}
	.content03 .tab-content .slick-slider{
		margin-top: 20px;
	}
	.content03 .box .inner-box,
	.content03.type02 .box .inner-box {
		width: 80%;
		max-width: inherit;
	}
}



.update_list {
	padding:0 100px;
}
.update_list ul li {
	padding: 0px 15px 10px;
	margin:0 0 10px;
	background: #fff;
	font-weight:
	normal;
	border-bottom:1px solid #bcc0c0;
	font-size: 1rem;
}
.update_list ul li:last-child {
	border:none;
}
.update_list ul li span.date {
	color:#9d9d9d;
	margin-right:1rem;
}
.update_list ul li span {
	margin-right:0.5rem;
}
.update_list ul a {
	color:#333;
}
.update_list ul a:hover {
	text-decoration: underline;
}


/* lite-youtube-embed */


lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 720px;
}

/* gradient */
lite-youtube::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    height: 60px;
    padding-bottom: 50px;
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
    display: block;
    width: 68px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;
    z-index: 1;
    background-color: transparent;
    /* YT's actual play button svg */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: none;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
    filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
    cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
    opacity: 0;
    pointer-events: none;
}

.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

.faq-section {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  max-width: 800px;
  margin: 40px auto;
  font-family: 'Arial', sans-serif;
}

.faq-section h3 {
  font-size: 24px;
  font-weight: bold;
  border-left: 6px solid #0078d4;
  padding-left: 10px;
  margin-bottom: 20px;
  color: #333;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-q {
  font-weight: bold;
  color: #222;
  margin-bottom: 5px;
  line-height: 1.5;
}

.faq-a {
  color: #555;
  margin-left: 15px;
  line-height: 1.7;
}
