/*-------------------------------------------*/
/*	追記
/*-------------------------------------------*/
 /*--- カラム同士の隙間をなくす --------*/
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
/*--- SVGレスポンシブ --------*/
.svg-wrapper {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.svg-wrapper > svg,
.svg-wrapper > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*--- 全体用スタイル --------*/
.nowrap{
	display: inline-block;
}
.space10{
	height: 10px;
	clear: both;
}
.space20{
	height: 20px;
	clear: both;
}
.space30{
	height: 30px;
	clear: both;
}
.space40{
	height: 40px;
	clear: both;
}
.space50{
	height: 50px;
	clear: both;
}
.space60{
	height: 60px;
	clear: both;
}
.space80{
	height: 80px;
	clear: both;
}
.space100{
	height: 100px;
	clear: both;
}
a:hover{
	opacity: 0.8;
	transition: all 0.3s ease;
	text-decoration: none;
	color: inherit;
}
.font-m{
	font-weight: 500;
}
.dis-none{
    display: none!important;
}
.bk-ffffff{
	background-color: #ffffff !important;
}
.co-e04238{
    color:#e04238;
}
.bk-e04238{
    background-color:#e04238;
}
.top-space{
    text-indent: -1em;
    padding-left: 1em;
}
.top-space-awesome{
    width: 1.5em;
	display: inline-block;
}
.co-ffffff{
    color:#ffffff;
}
.co-fffe3e{
    color:#fffe3e;
}
.red-border{
    border-bottom: solid 1px #e04238;
}
.white-border{
    border-bottom: solid 1px #ffffff;
}
.dark-border{
    border-bottom: solid 1px #666666 !important;
}
.dark-border-top{
    border-top: solid 1px #666666;
}
.red-border-all {
    border: 1px solid #e04238;}
/*.border {
    border: 1px solid #312b2a!important;
}*/
.flexbox-cen{
    display: flex;
    justify-content: center;
    align-items: center;
}
.width70{
    width:70% !important;
}
.line-11{
    line-height: 1.1;
}
::placeholder {
  color: #a4a4a4;
  font-weight: 500;
  padding-left:0.6rem;
}
.opa0{
  opacity:0;
  -khtml-opacity: 0; /* Safari 1.x */
}
/*--------------------bootstrap調整-----------------------*/
@media (min-width: 768px){
.container {
    max-width: 996px;
}
}
@media (min-width: 992px){
.container {
    max-width: 1366px;
}
}
/*--------------------header-----------------------*/
#head-logo{
	position: absolute;
	top: 10px;
	z-index: 1;
	left: 10px;
}
#head-reservation{
	display: inline-block;
	height: 50px;
	background-color: #e04238;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	line-height: 1;
	padding: 0.3rem 1rem;
	position: absolute;
	top: 10px;
	z-index: 1;
	right: 70px;
}
#head-reservation span{
	font-size: 12px;
}
.sidebar-nav li.sidebar-nav-item a{
	font-size: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	-webkit-align-content: center;
	-ms-align-content: center;
	align-content: center;
}
.sidebar-nav li.sidebar-nav-item a.menu-button{
	display: inherit;
	border: solid 1px #e04238;
}
.sidebar-nav li.sidebar-nav-item a.menu-button:hover{
	background-color: #e04238;
	color: #ffffff;
}
.cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.cd-primary-nav, .cd-primary-nav ul{
    transition: transform 0.3s;
}
.cd-primary-nav, .cd-primary-nav ul {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #ffffff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    list-style: none;
}
.cd-secondary-nav{
    margin-top: 80px;
}
.sidebar-nav li.sidebar-nav-item .cd-secondary-nav a{
    -webkit-justify-content: inherit;
    -ms-justify-content: inherit;
    justify-content: inherit;
}
.go-back i{
    margin-right: 1rem;
}
.menu-toggle{
    line-height: 10px;
}
.menu-toggle i{
    font-size: 28px;
    margin-top: 6px;
}
#mb-menu-button{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.sidebar-nav li.sidebar-nav-item#mb-menu-button a{
    padding: 8px 0;
}

/*--------------------footer-----------------------*/

.icon-name{
    color: #000000;
    font-size: 8px;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 1rem;
}
.red-footer-button{
    display: inline-block;
    width: 100%;
    background-color: #e04238;
    color: #ffffff;
    padding: 1.8rem 0;
    border: solid 1px #ffffff;
}
.red-footer-button:hover{
    color: #ffffff;
}
.footer-last .red-footer-button{
    padding: 1rem 0;
}
.footer-last{
    position: fixed;
    bottom: 0;
    width: 100%;
	z-index: 10;
	background-color: #ffffff;
}
/*--------------------Slider-----------------------*/
.top-slide-wrapper{
	position: relative;
	z-index: -1;
}
.top-slide-wrapper > img{
position: absolute;
	z-index: 1;
	top: 15%;
	right: 0;
	left: 0;
	margin: auto;
	width: 50%;
}
.top-slide-wrapper button{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.flickity-viewport{
	height: 125.45vw;
}
.main-carousel .cell{
	width: 100%;
}
.main-carousel .cell img{
	width: 100%;
	height: 125.45vw;
}




/*--------------------top1-----------------------*/
#top1 h2{
	letter-spacing: 0.06em;
	font-size: 1.6rem;
	margin-bottom: 1.8rem;
}
#top1 h3, #top2 h3, #top1 p{
	font-size: 15px;
}
/*--------------------top2-----------------------*/
#top2 h2{
	letter-spacing: 0.06em;
	font-size: 1.4rem;
	margin-bottom: 1.8rem;
}
#top2 .row{
	width:100%;
	margin-left: auto;
    margin-right: auto;
	background-color:#ffffff;
}
[data-aos="here"] {
    opacity: 0;
	-moz-transform: translate3d(0, 40px, 0);
    -webkit-transform: translate3d(0, 40px, 0);
	-o-transform: translate3d(0, 40px, 0);
	-ms-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
    transition: opacity 0.4s ease-out, transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
[data-aos="here"].aos-animate {
    opacity: 1;
	-moz-transform: translateY(0);
    -webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
/*--------------------top3-----------------------*/
#airline{
	background-color: #0080c7;
	border: solid 6px #0080c7;
	border-radius: 10px;
	border-collapse: separate;
	border-spacing: 0px;
	overflow: hidden;
	margin-left: auto;
    margin-right: auto;
}
#airline td{
	color: #ffffff;
}
.airline-table-headline h2{
	font-weight: 900;
}
.airline-table-headline h3{
	font-weight: 500;
	font-size: 12px;
}
#airline td{
	padding: 0.6rem;
}
#airline a{
	display: inline-block;
	background-color: #009ddf;
	color: #ffffff;
	padding: 1rem;
	font-size: 16px;
	margin: 0.6rem 0;
	border-radius: 4px;
	box-shadow: 2px 2px 4px #4f4f4f;
	font-weight: 700;
}
.red-button{
	display: inline-block;
	width: 100%;
	padding: 0.6rem 0;
	background-color: #e04238;
	color: #ffffff;
	border-radius: 4px;
	font-weight: 700;
	border: solid 2px rgba(255,255,255,0);
}
.red-button:hover{
	background-color: #ffffff;
	color: #e04238;
	opacity: 1;
	border: solid 2px #e04238;
}
/*--------------------top4-----------------------*/
.more-button{
	display: inline-block;
	width: 50%;
	border: solid 2px #e04238;
	border-radius: 6px;
	padding: 0.6rem 0;
	color: #e04238;
	background-color: #ffffff;
}
.more-button:hover{
	background-color: #e04238;
	color: #ffffff;
	opacity: 1;
}
#top4 h3{
	font-weight: 500;
	font-size: 1.3rem;
	letter-spacing: 0.12em;
}
#top4 p{
	letter-spacing: 0.2em;
	font-size: 11px;
}
/*--------------------top5-----------------------*/
.red-heading{
	color: #e04238;
	font-size: 16px;
}
.red-heading span{
	display: block;
	color: #312b2a;
	font-size: 0.6em;
}
#store-button{
	background-color: #ffffff;
	color: #e04238;
	border: solid 2px #e04238;
}
#store-button:hover{
	background-color: #e04238;
	color: #ffffff;
}
.news-list{
	border-bottom: solid 1px #312b2a;
	padding: 0.8rem 0;
	margin: 0;

}
.news-list img{
	border-radius: 4px;
}
.news-info{
	text-align: left;
	margin-left: 0.6rem;
}
.news-title{
	font-weight: 500;
	margin-bottom: 0;
}
.news-date{
	color: #717071;
	margin-bottom: 0;
}
/*--------------------praivacy policy-----------------------*/
.title-con .title-box p{
	font-weight: 700;
}
.page-title-sec{
	position: relative;
	z-index: -1;
}
.title-con{
	position: absolute;
    top: 40%;
    color: #ffffff;
}
.title-con h2{
    font-size: 16px;
    margin-bottom: 0;
}
.red-h3{
    color: #e04238;
    font-size: 16px;
}
.praivacy-headline{
    border-bottom: solid 1px #e04238;
    padding-bottom: 0.4rem;
}
.pryvacy-6{
    margin-left: 1em;
}
/*--------------------plan-----------------------*/
.plan-table{
    background-color: #e04238;
    border: solid 2px #e04238;
    border-radius: 10px;
    border-collapse: separate;
    border-spacing: 0px;
	overflow: hidden;
}
.service-title{
	margin-bottom: 0;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0.14em;
    font-weight: 700;
    line-height: 2.6;
}
#etc{
    letter-spacing: 0;
}

.cgi-form input[type=radio]{
    vertical-align: middle;
	height: 1rem;
}
.carrental-price.store-udon td {
    padding: 0.6rem;
}
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
/*--------------------company-----------------------*/
#company-message img{
    max-width: 60%;
}
.company-dl dt, .company-dl dd{
    padding: 0.6rem;
}
.company-dl dt h3{
    margin-bottom: 0;
    font-size: 13px;
}
.company-dl dd p{
    margin-bottom: 0;
}
.company-media span{
    margin: 0 0.4rem;
}
.company-media p{
    margin-bottom: 0;
}
.company-media{
    width: 100%;
    height: 160px;
    overflow: scroll;
}
/*--------------------car-lineup-----------------------*/
#car-lineup-select a img, .border-gray{
    border: solid 2px #eae8e5;
    border-radius: 6px;
}
.white-h3{
    color: #ffffff;
    font-size: 16px;
}
.car-reservation{
    display: inline-block;
    border: solid 2px #e04238;
    border-radius: 6px;
    width: 100%;
	padding: 1rem 0;
	font-weight: 700;
	font-size: 16px;
	color: #e04238;
    background-color: #ffffff;
}
.reservations-kotira{
    border-bottom: solid 1px #e04238;
    display: inline-block;
    font-weight: 500;
}
.balloon1 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background: #e04238;
    font-weight: 700;
	margin-top: 1rem;
}
.balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #e04238;
}
.balloon1.half-left, .balloon1.half-right{
    padding: 7px 4px;
	font-size: 14px;
}
.balloon1.half-left:before{
    left: 75%;
}
.balloon1.half-right:before{
    left: 25%;
}
.carrental-price{
    width: 100%;
}
.carrental-price td, .carrental-price th{
    padding: 0.6rem 0;
}
.carrental-price th{
    background-color: #666666;
    color: #ffffff;
    font-weight: 400;
    border-left: solid 1px #ffffff;
}
.carrental-price td{
    border-bottom: solid 1px #666666;
	border-left: solid 1px #666666;
}
.carrental-price tr td:first-child{
	border-left: solid 1px #ffffff;
	background-color: #dadada;
}
.bold, .carrental-price .co-e04238{
    font-weight: 700;
}
.balloon1 .small{
    font-weight: 700;
}
.car-lineup-note{
    display: inline-block;
    text-align: left;
}
/*ボックス全体*/
.accbox {
    padding: 0;
}
/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    color: #ffffff;
    font-weight: bold;
    background: #e04238;
    cursor :pointer;
    transition: all 0.5s;
}
.accbox label p{
    font-size: 16px;
    margin: 0;
}
/*アイコンを表示*/
.accbox label p:after {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: '\f107';
    padding-right: 8px;
	display: block;
}
/*ラベルホバー時*/
.accbox label:hover {
    background: #ea817f;
}
/*チェックは隠す*/
.accbox input {
    display: none;
}
/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.4s;
}
/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
}
/*アイコンを入れ替える*/
.cssacc:checked + label p:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: '\f106';
}
.carrental-price.feature-table th {
    border-bottom: solid 1px #ffffff;
}
.carrental-price.feature-table{
    border-top: solid 1px #666666;
}
.carrental-price.feature-table tr:last-child th {
    border-bottom: solid 1px #666666;
}
.feature-table .red-button{
    width: 60%;
    margin-left: 1rem;
}
.carrental-price.feature-table td{
    padding-left: 0.6rem;
}
.your-moving{
    background-color: #ffffff;
    padding-top: 1rem;
    border-radius: 6px;
}
.your-moving p{
    padding-left: 0.6rem;
}
.line-green{
    border: solid 2px #008900;
}
.line-rightgreen{
    border: solid 2px #80b93f;
}
.red-listmark{
    padding-left: 2rem;
	color: #e04238;
}
.red-listmark p{
	margin-bottom: 0.4rem;
}
.co-black{
    color: rgba(0, 0, 0, 1);
}
.border-red{
    border: solid 1px #e04238;
    padding: 0.4rem 0;
}
.cgi-form dt{
    background-color: #edebe8;
    padding: 0.2rem 0.6rem;
}
.cgi-form dt span{
	margin-left: 1rem;
}
.cgi-form dd{
    padding: 0.8rem 0;
}
.cgi-form select, .cgi-form input, .cgi-form textarea{
    border: solid 1px #312b2a;
}
.cgi-form input{
    height: 3rem;
    border-radius: 4px;
}
 .cgi-form textarea{
    border-radius: 4px;
}
.white-submit{
    color: #e04238;
    font-weight: 700;
    border: solid 1px #e04238 !important;
    background-color: #ffffff;
}
.white-submit:hover{
    color: #ffffff;
    background-color: #e04238;
}
.custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: solid 1px #000000;
    border-radius: 4px;
	width: 26%;
}
.custom-dropdown select {
	width: 100%;
    background-color: #fff;
    font-size: inherit;
    padding: .5em;
    padding-right: 2.5em;	
    border: 0;
    margin: 0;
    border-radius: 3px;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: button; /* hide default arrow in chrome OSX */
}
.custom-dropdown::before,
.custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
}
.custom-dropdown::after { /*  Custom dropdown arrow */
    content: "\25BC";
    height: 1em;
    font-size: .625em;
    line-height: 1;
    right: 1.2em;
    top: 50%;
    margin-top: -.5em;
}
.custom-dropdown::before { /*  Custom dropdown arrow cover */
    width: 2.6em;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 3px 3px 0;
}
.custom-dropdown select[disabled] {
    color: rgba(0,0,0,.3);
}
.custom-dropdown select[disabled]::after {
    color: rgba(0,0,0,.1);
}
.custom-dropdown::before {
    background-color: #312b2a;
}
.custom-dropdown::after {
    color: #ffffff;
}
/*--------------------only-ap-----------------------*/
.accbox label .onlyap-lineup p{
    position: relative;
}
.accbox label .onlyap-lineup p:after{
    display: inline-block;
    position: absolute;
    right: 0;
}
.freedial{
    display: inline-block;
    width: 1.25em;
    padding: 0 0.1em;
}
/*--------------------store-----------------------*/
.carrental-price.store-info td{
    padding: 1rem;
}
.carrental-price.store-info tr{
    border-top: solid 1px #666666;
}
.carrental-price.store-info td{
    border-left: none;
}
.udon{
    color: #ffffff;
    padding: 0.4rem 0.6rem 1rem 0.6rem;
	border-radius: 8px;
}
.udon h5{
    border-bottom: solid 1px #ffffff;
	line-height: 2;
}
.udon-blue{
    background-color: #0093df;
}
.udon-green{
    background-color: #0082a2;
}
.udon-orange{
    background-color: #e4982b;
}
/*--------------------guide-----------------------*/
#guide-menu .flexbox{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 66px;
}
#guide-menu .col-6{
    border: solid 1px #ffffff;
}
#guide-menu img{
    margin-right: 0.4rem;
    width: 1rem;
}
#guide-menu a{
    color: #ffffff;
}
.triangle{
    width: 0;
    height: 0;
    border-top: 20px solid #e04238;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    margin-left: auto;
    margin-right: auto;
}
.guide-return th, .guide-return td{
    padding-right: 0.4rem;
    padding-left: 0.4rem;
}
.guide-return .gray-th{
    background-color:#d9d9d9;
	text-align: center;
	color:#312b2a;
}
.guide-return tr:first-child th{
    border-bottom: solid 1px #ffffff;
}
/*--------------------recruit-----------------------*/
.tab_wrap{
    width:100%;
}
.tab_wrap input[type="radio"]{
    display:none;
}
.tab_area{
    font-size:0;
}
.tab_area label{
    width:50%; 
    display:inline-block; 
    padding:1rem 0; 
    color:#e04238; 
    text-align:center; 
    font-size:13px; 
    cursor:pointer; 
    transition:ease 0.2s opacity;
    border-bottom: solid 3px #edebe8;
    font-weight: 700;
}
.panel_area{
    background:#fff;
}
.tab_panel{
    width:100%; 
    display:none;
}
#tab1:checked ~ .tab_area .tab1_label{
    border-bottom: solid 3px #e04238;
}
#tab1:checked ~ .panel_area #panel1{
    display:block;
}
#tab2:checked ~ .tab_area .tab2_label{
    border-bottom: solid 3px #e04238;
}
#tab2:checked ~ .panel_area #panel2{
    display:block;
}
#recruit-apply .custom-dropdown{
    width: 90%;
}
