@charset "utf-8";



html {
	min-width: 320px;
}

.is-sp {
	display: block;
}
br.is-sp {
	display: inline;
}
.is-pc {
	display: none!important;
}




/*=============================== main_navi ================================*/

#menuList {
	display: none;
}
#rwdMenuWrap {
    min-width: 32px;
    position: fixed;
    z-index:100;
    height: 0;
    top: 0;
    left: 0;
    width: 100%;
}
#rwdMenuWrap #switchBtnArea {
    width: 100%;
    height: 0;
}
#rwdMenuWrap #switchBtnArea #switchBtn {
    top: 5px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: block;
    background-color: transparent;
    position: fixed;
    border-radius: 5px;
}
#rwdMenuWrap #switchBtnArea #switchBtn span {
    left: 20%;
    width: 60%;
    height: 4px;
    display: block;
    position: absolute;
    background-color: #000;
    border-radius: 5px;
    transition: all 0.2s linear;
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
    top: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
    top: 18px;
    -webkit-transform: scale(1);
    transform: scale(1);
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
    bottom: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
    bottom: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#rwdMenuWrap .main_nav {
    display: none;
    width:100%;
    padding:0;
    margin:0 auto;
    float:none;
    height:auto;
    overflow:visible;
    border: none;
    position:fixed;
    top:50px;
    border-bottom: #aaa 1px solid;
    background-color: #fff;
}

#rwdMenuWrap .main_nav ul {
    padding:0;
    width: 100%;
    display:block;
    height:auto;
    background:#fff;
    margin-bottom: 0;
}
#rwdMenuWrap .main_nav ul li {
    text-indent:0;
    width: 100%;
    border-top: #aaa 1px solid;
    float:none;
    margin:0;
    background:none;
}
#rwdMenuWrap .main_nav ul li a {
    font-size: 100%;
	display: block;
    width:auto;
    height: auto;
    line-height: 50px;
    color: #333;
    margin: 0;
    padding: 0 15px 0;
    text-align: left;
    background: url(../images/sp/sp_arrow01.png) no-repeat 95% center;
    position: relative;
}
#rwdMenuWrap .main_nav ul li a::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;

    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
}
#rwdMenuWrap .main_nav ul li a > span {
    display:inline-block;
    letter-spacing:0.1em;
}
#rwdMenuWrap .main_nav ul li.act a {
    background-color:#333;
    color: #fff;
}





/*=============================== header ================================*/

.header {
	background-color: rgba(255,255,255,.9);
	min-width: 320px;
	box-shadow: 3px 3px 3px rgba(0,0,0,.16);
}
.header_inner {
	width: auto;
	height: 50px;
}
.header .logo {
	width: auto;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	margin: 0;
}
.header .logo img {
	width: auto;
	height: 100%;
}









/*=============================== mainvisual ================================*/

.mainvisual {
	margin-top: 50px;
	min-width:0;
}
.is-home .mainvisual {
	height: 300px;
	min-height: 0;
}


.mainvisual_slide {
	min-width: 0;
	min-height: 0;
	position: static;
	transform: none;
}
.is-home .mainvisual_slide {
	margin: 0;
	left: 0;
	width: 100%;
	position: absolute;
	top: 0;
}


@media screen and (max-width: 400px) {
	.mainvisual_slide_item {

	}

}

.is-common .mainvisual {
	margin-top: 50px;
}





.scroll_btn {
	display: none;
}



/*=============================== 共通 ================================*/

.inner {
	width: auto;
}
.section_ttl {
	height: 100px;
	margin-bottom: 20px;
}



/*=============================== HOME ================================*/


/*
* 販売車両
*/

.sale_area .section_ttl {
	margin-bottom: 20px;
}
.sale_area .inner {
	padding-top: 40px;
}
.sale_copy {
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
}
.sale_copy br {
	display: none;
}




/* 
* 投稿一覧（販売車両）
*/

.post_list {
	width: calc(100% - 30px);
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 40px;
}
.is-common .post_list {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.post_list_item {
	width: 48%;
	margin-left: 4%;
}
@media screen and (max-width: 500px) {
	.post_list_item {
		width: 100%;
		margin-left: 0;
	}
}
.post_list_item:nth-child(2n+1) {
	margin-left: 0;
}
.entry_img {
	width: auto;
	height: auto;

	padding-top: 73%;
}
.entry_txt a {
	padding-left: 15px;
	padding-right: 15px;
}
.post_list_item .term {
	width: 100%;
}



/* 
* ニュース
*/

.news_area {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 60px;
}
.news_area_body {
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.news_area_body dt,
.news_area_body dd {
	padding-top: 0;
}
.news_area_body dt {
	float: none;
}
.news_area_body dd {
	padding-left: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;

}
.news_area_body dd:last-child {
	margin-bottom: 0;
}






/*================================ 下層ページ ===============================*/

.contents {
	width: auto;
}
.contents.full {
	min-width: 0;
}
.is-common .contents {
	width: auto;
	margin-bottom: 50px;
}
.page_ttl {
	height: 100px;
}
.page_copy {
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
}
.page_copy br {
	display: none;
}
.post_cate_nav {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.post_cate_nav_body {
	width: auto;
	flex-wrap: wrap;
}
.post_cate_nav_item {
	width: 48.5%;
	margin-left: 1%;
	margin-bottom: 3px;
}
.post_cate_nav_item:first-child {
	margin-left: 1%;
}
.post_cate_nav_item a {
	border-radius: 5px;
}
.post_cate_nav_item.act a {
	background-color: #000;
	color: #fff;
}
.post_cate_nav_item.act a::before {
    background-image: url( "../images/arrow_btm_wh.svg");
}





/*
* 下層ページ／メンテナンス
*/

/*
.is-maintenance .mainvisual {
	height: 300px;
	background-position: center;
	background-size: auto 80%;
}
.maintenance_txt {
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 20px;
	margin-bottom: 25px;
}
*/
.hope_area {
	padding-bottom: 0;
	margin-bottom: 25px;
}
.hope_list {
	width: auto;
}
.hope_list_item {
	font-size: 1.5rem;
	width: 50%;
}
.hope_list_item::before {
	height: 36px;
}

.support_area {
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
}
.support_catch {
	font-size: 2.5rem;
}
.support_catch br {
	display: none;
}
.support_copy br {
	display: none;
}




/*
* 下層ページ／レンタル
*/

.is-rental .mainvisual {
	height: auto;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.rental_index {
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 35px;
	padding-bottom: 40px;
}
.rental_index_body {
	display: block;
}
.rental_label_en {
	height: auto;
}
.rental_label_en img {
	width: 90%;
}
.rental_index_item:first-child {
	margin-bottom: 30px;
}	
.rental_index_item:first-child .rental_label_en img {
	max-width: 198px;
}
.rental_index_item:nth-child(2) .rental_label_en img {
	max-width: 344px;
}


/* 下層ページ／レンタル／詳細ページ */

.is-rental.is-page .mainvisual {
	margin-bottom: 30px;
}
.is-rental.is-page .rental_detail table {
	min-width: 550px;
}
.is-rental.is-page .single_side_contents {
	padding-top: 0;
}

/* レンタル／貸出条件 */
.condition_list_body {
	display: block;
}
.condition_item {
	margin-left: 0;
}

/* レンタル／レンタル料金 */
.rental_price {
	margin-bottom: 50px;
}
.rental_price_item {
	display: block;
}

/* レンタル／詳細 */
.rental_detail {
	margin-bottom: 70px;
}
.rental_detail section {
	margin-bottom: 15px;
}

.btn_package_body {
	display: block;
}
.btn_item {
	max-width: none;
	margin-bottom: 10px;
}
.ttl_wrap {
	display: block;
}








/*
* 下層ページ／店舗情報
*/

.is-about .mainvisual {
	height: 300px;
}
.about_txt_wrap {
	/*padding-bottom: 40px;*/
	padding-bottom: 0;
}
.about_txt {
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
}


.concept_area {
	width: auto;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
}
.concept_logo {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.concept_txt {
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 20px;
	padding-left: 0;
}
.concept_txt_inner {
	max-width: none;
	padding-right: 0;
}
.concept_copy {
	width: auto;
	margin-bottom: 20px;
}


.shop_info_area {
	padding: 30px 15px;
}
.shop_info_detail {
	width: auto;
	margin-bottom: 25px;
}




/*
* 下層ページ／お問い合わせ
*/

.is-contact .mainvisual {
	margin-bottom: 20px;
}
.form_area {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
}
.is-common .form_area {
	margin-left: 0;
	margin-right: 0;
}
.form_area table,
.form_area tbody,
.form_area tr,
.form_area th,
.form_area td {
	display: block;
}
.form_area tbody th {
	font-weight: bold;
	width: auto;
	padding-bottom: 0;
}








/*================================ 投稿ページ ===============================*/


/*
* 詳細ページ
*/

.single_container {
	display: block;
	margin-left: 15px;
	margin-right: 15px;
}
.single_main_contents {
	width: auto;
}
.entry_img_thumb_body {
}
.entry_img_thumb_item {
	width: 22%;
	margin-left: 4%;
	margin-bottom: 10px;
}


.entry_detail dl {
	display: block;
}
.entry_detail dt {
	width: auto;
}


.single_side_contents {
	width: auto;
	margin-bottom: 10px;
}
.single_side_contents .entry_body {
	margin-bottom: 25px;
}
.shop_info {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.shop_info dl {
	border-bottom: 0;
}
.shop_info dl:first-child {
	margin-bottom: 10px;
}
.shop_info dt,
.shop_info dd {
	padding: 0;
}
.shop_info dt {
	font-weight: bold;
}
.shop_info dd .shop_name {
	/*color: #fff;*/
	padding: 5px 8px;
}

.entry_detail {
	margin-bottom: 20px;
}
.entry_detail dl {
	padding: 10px 5px;
}
.entry_detail dl:nth-child(odd) {
	background-color: #E8E8E8;
}
.entry_detail dt,
.entry_detail dd {
	padding: 0;
}
.entry_detail dt {
	font-weight: bold;
	margin-bottom: 5px;
}


.entry_equip {
	margin-bottom: 30px;
}
.equip_ttl {
	margin-bottom: 10px;
}


.contact_nav_body {
	width: auto;
	height: auto;
	display: block;
	padding: 30px 20px;
}
.contact_nav_item {
	max-width: 300px;
	height: auto;
	margin:0 auto 20px;
}
.contact_nav_item:last-child {
	margin-bottom: 0;
}



/*
* 詳細ページ／ニュース
*/

.post_article {
	margin-left: 15px;
	margin-right: 15px;
}








/*=============================== footer ================================*/


/*
* ピックアップエリア
*/

.pickup_area {
	min-width: 0;
	margin-bottom: 0;
}
.is-home .pickup_area {
	margin-bottom: 40px;
}
.pickup_area .inner {
	width: auto;
	height: auto;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.pickup_body {
	display: block;
}
.pickup_item {
	width: 100%;
	margin-bottom: 15px;
}
.pickup_item:last-child {
	margin-bottom: 0;
}
.pickup_ttl {
	height: 80px;
}





/*
* footer
*/
.footer {
	padding-bottom: 30px;
}
.footer_inner {
	width: auto;
}
.footer_nav_wrap {
	background-color: #fff;
	padding-top: 20px;
}
.footer_logo {
	margin-bottom: 20px;
}
.footer_nav {
	margin-bottom: 0;/**/
}
.footer_nav_body {
	display: block;
	border-top: solid 1px #000;
}
.footer_nav_item {
	border-bottom: solid 1px #000;
	margin: 0;
}
.footer_nav_item a {
	font-size: 100%;
	display: block;
	width: auto;
	height: auto;
	line-height: 50px;
	color:#333;
	margin: 0;
	padding: 0 15px 0;
	text-align: left;
	position: relative;
	background-color: #fff;
}
.footer_nav_item a::before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px;
}
.footer_nav_item a:hover {
	opacity: 1;
}
.footer_sns {
	margin-bottom: 50px;
}
.footer_sns_group {
	display: block;
}
.sns_shop {
	margin: 0;
	padding:10px 15px;
	border-bottom: solid 1px #000;
}










