﻿@charset "UTF-8";
.contents {
	width:100%;
	/*overflow: hidden;*/
	display: flex;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px;
}
.kashikiri{
	width:100%;
	overflow: hidden;
	background-color: #edf0f9;
}
.kashikiri_area {
	background-color: #edf0f9;
    z-index: 990;
    position: relative;
}
.kashikiri_head{
	width:100%;
	padding: 0.2% 0% 0.2% 0%;
	font-size: 24px;
    text-align: center;
	background-color: #5aa3d6;
}

.kashikiri_image{
	width:100%;
}

.kashikiri_fuukei01{
	width:100%;
	margin: 1.5% 0px 1.5% 0px;/*2026 02 05追記*/
}


.irekobox {
    width: 94%;
    margin-left: 3%;
    margin-bottom: 3%;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 4px 0px #ccc;
}

.kashikiri_fuukei01 img{
	width: 94%;
	margin: 1.5% 3% 1.5% 3%;
	}

.kashikiri_text{
	text-align: center;
	background-color: #fff;
	border:1px solid #ccc;
	padding: 33px;
	margin: 0 3%;
	margin-right: 3%;
	font-size: 16px;
	letter-spacing: 0.4em;
    line-height: 2.3em;
    font-family:serif;
    font-weight: bold;
	box-shadow: 2px 2px 4px 0px #ccc;
}

/* 車内設備 */
.syoyuubus{
	width:100%;
	overflow: hidden;
}

/*bus_toppage css*/
.syoyuubus_text{
	font-size: 22px;
	font-weight: bold;
    padding: 2% 3%;
}


.busbox{
	width:100%;
	display: flex;
}

.busirekobox{
    width: 45.5%;
    margin-left: 3%;
    margin-bottom: 3%;
    background-color: #fff;
    border: 1px solid #ccc;
	box-shadow: 2px 2px 4px 0px #ccc;
}

.kashikiri_bus {
	width:100%;
}

.kashikiri_bus img {
	width:100%;
	cursor: pointer;
}

.busbox_text{
	text-align: center;
}

/* TEL */

.tel_text {
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
	background: #5aa3d6;

	margin: 10px 3% 0px 3%;
	text-align: center;
}

.telbox{
	text-align: center;
	font-size: 14px;
	padding: 10px 0% 10px 0%;
	margin: 0px 3% 30px 3%;
	background-color: #fff;
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 2.2em;
	box-shadow: 2px 2px 4px 0px #ccc;
}

.telbox span{
    font-size: 26px;
    font-weight: bold;
    color: #0344fb;
}

/* ボタンのスタイル */
.button{
    width: 150px;
    border:1px solid #5aa3d6; 
	border-radius: 5px;
	box-sizing: border-box;
	background-color:#5aa3d6;
    text-align: center;
    margin: 0 auto 10px;
	margin-top:10px;


}

.button a {
	display: block;
	padding:5px 0;
	color: #fff; 
	text-decoration: none;
	background-color:#5aa3d6;
	border-radius: 5px;
 }


/* マウスホバー時のカラー*/
.button a:hover {
    color: #5aa3d6;
    background-color: #fff;

}

@media screen and (max-width:650px){
	.kashikiri_fuukei01{
	width:100%;
	margin: 1.5% 0px 0.5% 0px;/*2026 02 06追記*/
}

.kashikiri_head{
	font-size: 20px;
}

.syoyuubus_text{
	font-size: 18px;
}
	.busbox {
		display: flex;
		flex-flow: column;
	}

	.busirekobox {
		width: 94%;

	}
	.kashikiri_text{
	font-size: 15px;

}

}

@media screen and (max-width:350px){
	.kashikiri_fuukei01{
	width:100%;
	margin: 1.5% 0px 0.1% 0px;/*2026 02 06追記*/
	}
}