<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/* ご予約方法 */


.menu_list_a .dummy {
	border:none;
	background:none;
}

.menu_list_a{
	width:100%;
	
	display: -moz-box;
  display: -webkit-box;
    /* webkitは、どのバージョンのFlexboxも使えますが、モバイルの後方互換を考えて、display: box; */
  display: -ms-flexbox;
  display: flex;	

	flex-wrap:wrap;
	padding:0;
	list-style: none;	
}

.menu_list_a li{
	/*width:calc(100% / 3);*/

	box-sizing:border-box;
	width:24%;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding-left: 20px;
	margin-bottom: 5px;
	margin-right: 5px;
	background-image: url("../img/common/arrow_green_b.png");
	background-repeat: no-repeat;
	background-position: 6px;
	font-size: 13px;
}

.menu_list_a li a {
	display:block;
	padding: 5px;
	box-sizing: border-box;
	text-decoration: none;
}


.price_list {
	position:relative;
}

.price_list .pop {
	position: absolute;
	top: -20px;
	right: 180px;
}

.price_list .fee_a {
	position: absolute;
	top: 60px;
	left: 14px;
	font-size: 22px;
	font-weight: bold;
	color: red;
	width:170px;
	text-align:center;
}
.price_list .fee_b {
	position: absolute;
	top: 60px;
	left: 200px;
	font-size: 22px;
	font-weight: bold;
	color: red;
	width:170px;
	text-align:center;
}
.price_list .fee_c {
	position: absolute;
	top: 60px;
	left: 384px;
	font-size: 22px;
	font-weight: bold;
	color: red;
	width:170px;
	text-align:center;
}


.guide_cont{
margin-bottom: 20px;	
}
.guide_cont .blue_lbl{	
	color: #7ad200;
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0 5px 0px;
}

.guide_cont table{
	width: 100%;
	   border-collapse: collapse;
}
.guide_cont th{
	background-color: #f0f0f0;
	font-weight: normal;
	padding: 10px;
	border-top: solid 1px #cacaca;
	width: 35%;
}
.guide_cont td{
	background-color: #fff;
	font-weight: normal;
	padding: 10px;
	border-top: solid 1px #cacaca;
}
.guide_cont th.last{
	border-bottom: solid 1px #cacaca;
}
.guide_cont td{
	border-bottom: solid 1px #cacaca;
}


.guide_cont .memo{
	background-color:#F1F1F1;
	border-radius: 20px;
	padding: 10px 20px;
	font-size: 13px;
	margin: 0 0 5px 0;
}
.guide_cont .title_waku{

	background-color: #fff4bd;
	margin: 0 0 5px 0;
	border-top: 2px solid #000;
	padding:3px 0;
}
.guide_cont .title_waku .title{
	float: left;
	font-size: 22px;
	line-height: 100%;
	margin: 10px 0 5px 4px;
	width: 620px;
	font-weight: bold;
}
.guide_cont .title_waku img{
	float:left;
	width: 60px;
	margin: 3px;
	
}

.guide_cont .title_waku .text{
	font-size: 14px;
	line-height: 130%;
	float: left;
	width: 610px;
	margin-left: 10px;

}
.guide_cont .text_waku{
	width: 100%;
	margin-bottom: 10px;
}
.guide_cont .text_waku .text_left{
	float: left;
	width: 210px;
	margin:0 0 0 10px;
}
.guide_cont .text_waku .text_left .title{
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 3px 0;
	background-color: #000;
	border-radius: 20px;
	color: #fff;
}
.guide_cont .text_waku .text_left div{
	margin-top: 3px;
	font-size: 12px;
line-height: 140%;
}
.guide_cont .text_waku .text_right{
	float: left;
	width: 460px;
	margin-left: 10px;
		margin-top: 3px;

}
.guide_cont .text_waku .text_right .text_motimono{
	font-size: 16px;
	line-height: 110%;
	margin-bottom: 5px;
}
.guide_cont .text_waku .text_right .title{
	font-size: 18px;
	line-height: 110%;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px dotted #000;
}
.guide_cont .text_waku .text_right .text_motimono img{
	width: 30px;
	vertical-align: middle;
	margin: 0 1px 0 3px;
}
.guide_cont .text_waku .text_right .text{
		font-size: 14px;
		line-height: 130%;
	margin-bottom: 20px;
}
.guide_cont .raiten{
	width: 100%;
		margin-bottom: 5px;
}
.guide_cont .fukusu{
	width: 100%;
	margin:0 0 5px 0;
}
.guide_cont .text_waku .text_right div{
	
}

/*幅1000px対応*/
.main_content1000 .guide_cont .title_waku .text{
	width: 90%;
}
.main_content1000 .guide_cont .text_waku .text_left{
	width: 290px;
}
.main_content1000 .guide_cont .text_waku .text_right{
	width: 690px;
}
.main_content1000 .guide_cont .text_waku .text_right .text_motimono{
	font-size:  18px
}
.main_content1000 .guide_cont .shitumon_waku .right{
	width: 870px;
}
.guide_cont .shitumon_waku{
	background-color: #fffae0;
	width: 100%;
	border-radius: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 140%;
}
.guide_cont .shitumon_waku .left{
	float: left;
	width: 70px;
	margin: 10px 10px 10px 10px;
}
.guide_cont .shitumon_waku .right{
	float: left;
	width: 560px;
	text-align: left;
	margin: 10px 10px 10px 30px;
	
}

.guide_cont .shitumon_waku .q::before{
	content: "Q.";
	color: #DF0448;
	margin: 0 0 0 -1em;
}

.guide_cont .shitumon_waku .a::before{
	content: "A.";
	color: #0522AD;
	margin: 0 0 0 -1em;
}
.guide_cont .shitumon_waku .a{
	margin-bottom: 0.5em;
}
.guide_cont .shitumon_waku .a:last-child{
	margin-bottom: 0;
}


/*表示非表示切り替え---------------*/
.guide_cont input {
  display: none;
}
.guide_cont label {
  color: #000;
  cursor: pointer;
  padding: 0;
	display: block;
	overflow: hidden;
	font-size: 13px;
	line-height: 120%;
}
.guide_cont label:hover {
  color: #ccc;
}
/*
.guide_cont #btm {
  transition: all 0.7s;
  height: 0;
  overflow: hidden;

	opacity: 0;
}
*/
.guide_cont .topbtn,
.guide_cont .btmbtn
{
  text-align: center;
  display: block;
  margin:3px 0;
}
.guide_cont  input:checked + #btm {
  height: auto;
  background: #fff;
	opacity: 1;
}

/*保険・補償について---------------------------------*/

/* 保険のテーブル*/
.hoken_waku_a{
	width:100%;
}
.hoken_waku_a td{
	padding:10px;
	border-top:1px solid #CCCCCC;
}
.hoken_waku_title_a{
	background-color:#F5FFDA;
	text-align:center;
	width:200px;
}
.hoken_waku_a .boder_left {
	border-left: 1px solid #ccc;
}

.hoken_waku_b{
	width:100%;
}
.hoken_waku_b td{
	padding:10px;
	border-top:1px solid #CCCCCC;
}
.hoken_waku_c{
	width:100%;
}
.hoken_waku_c td{
	padding:0px;
	border-top:1px solid #CCCCCC;
}
.hoken_waku_title_b{
	background-color:#F5FFDA;
	text-align:center;
	width:40%;
}
.yakkan_contents {
	margin: 10px 0;
	padding-left: 2em;
	text-indent: -2em;
}

.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
width: 100%;
height: 100%;
}

/* GRC_SYS-71_S */
.table_margin {
	margin-left: 1rem;
	margin-bottom: 1rem;
}

.transport_name {
	font-size: 26px;;
}

.button_float_right {
	border: 1px solid #000;
	border-radius: 3px;
	background: linear-gradient(to bottom, #ffffff, #efefef);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	padding: 3px;
	color: #000;
	font-weight: normal;
	float: right;
	margin-right: 7rem;
	margin-top: 2px;
}
/* GRC_SYS-71_E */</pre></body></html>