@media (min-width : 481px) {
	#calendar .calendar-box-list-sp {
		display: none;
	}
}

@media (max-width : 480px) {
	#main-image h1 {
		padding: 50px 9.86666666667%;
		background-color: #fff;
		/*font-size: 1.6em;*/
		font-size: 22px;
		text-align: center;
		line-height: 1.4;
		font-weight: 300;
		font-family: 'Noto Sans JP',"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	}

	#calendar {
		padding: 50px 9.86666666667%;
	}

	#calendar .calendar-box {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	#calendar .table-cl table {
		margin: 0 auto;
		width: 90%;
		font-size: .8em;
	}

	#calendar .calendar-box-1-sp {
		margin-bottom: 10px;
		-webkit-order: 2;
		order: 2;
	}

	#calendar .calendar-box-2-sp {
		padding-bottom: 0!important;
		-webkit-order: 1;
		order: 1;
	}

	#calendar .calendar-box-3-sp {
		margin-bottom: 30px;
		-webkit-order: 5;
		order: 5;
	}

	#calendar .calendar-box-4-sp {
		-webkit-order: 4;
		order: 4;
	}

	#calendar .cl_spbox1 {
		-webkit-order: 3;
		order: 3;
	}
	
	#calendar .cl_spbox2 {
		-webkit-order: 6;
		order: 6;
	}

	#calendar .calendar-box-list-sp p {
		margin: 10px 0 0 25px;
		font-size: .96em;
		line-height: 1;
	}

	#calendar .calendar-box-list-sp li {
		margin-bottom: 10px;
	}

	#calendar .calendar-box-list-sp span.holiday {
		margin-right: 5px;
		background-color: #900;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		display: inline-block;
		height: 9px;
		width: 9px;
	}

	#calendar .calendar-box-list-sp span.holiday_sp {
		margin-right: 5px;
		background-color: #006d81;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		display: inline-block;
		height: 9px;
		width: 9px;
	}
	
	#calendar .calendar-box-list-sp li.hol1a span.holiday,
	#calendar .calendar-box-list-sp li.hol2a span.holiday{
		background-color: #AEAB20;
	}
	#calendar .calendar-box-list-sp li.hol1b span.holiday,
	#calendar .calendar-box-list-sp li.hol2b span.holiday{
		background-color: #46D4C8;
	}
	#calendar .calendar-box-list-sp li.hol1c span.holiday,
	#calendar .calendar-box-list-sp li.hol2c span.holiday{
		background-color: #B4842B;
	}
	#calendar .calendar-box-list-sp li.hol1d span.holiday,
	#calendar .calendar-box-list-sp li.hol2d span.holiday{
		background-color: #006d81;
	}
	#calendar .calendar-box-list-sp li.hol1e span.holiday,
	#calendar .calendar-box-list-sp li.hol2e span.holiday{
		background-color: #CA47A0;
	}
	
	.table-cl table td {
		width: 14.2857142857%;
	}
	
	.table-cl table td.holy p.day,
	.table-cl table td.newyear_hol p.day,
	.table-cl table td.summer_hol p.day,
	.table-cl table td.special_hol p.day,
	.table-cl table td.specialevent p.day,
	.table-cl table td.onservice p.day{
		margin: 0;
		width: 30px;
		height: 30px;
		color: #fff;
		background-color: #900;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		line-height: 30px;
		font-weight: bold;
	}
	.table-cl table td.newyear_hol p.day{
		background-color: #B4842B;
	}
	.table-cl table td.summer_hol p.day{
		background-color: #46D4C8;
	}
	.table-cl table td.specialevent p.day{
		background-color: #CA47A0;
	}
	.table-cl table td.special_hol p.day{
		background-color: #006d81;
	}
	.table-cl table td.onservice p.day{
		background-color: #AEAB20;
	}

	.table-cl table td.holy_sp p.day {
		margin: 0;
		width: 30px;
		height: 30px;
		color: #fff;
		background-color: #006d81;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		line-height: 30px;
		font-weight: bold;
	}

	#calendar .text-box ul li span.holiday {
		padding: 1px 8px;
		margin-right: 12px;
		background-color: #900;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}

	#calendar .text-box ul li span.holiday_sp {
		padding: 1px 8px;
		margin-right: 12px;
		background-color: #006d81;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}

	#calendar .text-box {
		margin-top: 0!important;
		padding-top: 0!important;
	}

	#calendar .text-box h1 {
		font-size: 1.36em;
		text-align: center;
		line-height: 1.3;
	}

	#calendar .text-box h2 {
		margin: 30px 0 10px;
		font-weight: 700;/* 場所不明 */
		font-size: 2.4em;
		text-align: center;
		line-height: 1;
	}

	#calendar .text-box h2 span {
		font-size: .53em;
	}

	#calendar .text-box h2 + ul {
		display: none;
	}

	#cnt2 {
		padding: 5%;
		background-color: #3c3c3c;
	}

	#cnt2 h1 {
		margin-bottom: 20px;
		color: #000;
		font-size: 1.36em;
		line-height: 1.3;
	    font-weight: 600;
	}

	#cnt2 .adress {
		font-style: normal;
	}

	#cnt2 .adress p {
		margin: 0;
		/*font-size: 1.2rem;*/
		color: #000;
	}

	/*#cnt2 .l-box, #cnt2 .r-box {
		margin-bottom: 20px;
		background-color: #fff;
	}
	#cnt2 #showroom-box-171108 .box-1,
	#cnt2 #showroom-box-171108 .box-2,
	#cnt2 #showroom-box-171108 .box-3{
		margin-bottom: 20px;
		background-color: #fff;
	}

	#cnt2 #shop-box .r-box {
		margin-bottom: 0;
	}

	#cnt2 .l-box .text-box, #cnt2 .r-box .text-box {
		padding: 20px 6.66666666667%;
	}
	#cnt2 #showroom-box-171108 .text-box{
		padding: 20px 6.66666666667%;
	}

	#cnt2 #shop-box h1 > span {
		letter-spacing: 0.1em;
		font-size: .7em;
	}

	#cnt2 #shop-box .l-box, #cnt2 #shop-box .r-box {
		position: relative;
	}

	#cnt2 #shop-box .image {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100px;
	}

	#cnt2 #shop-box .adress {
		width: 160px;
	}*/

	#cnt3 {
		padding: 40px 5% 100px;
		background-color: #fff;
		margin-bottom: -100px;
	}

	#cnt3 .news-box {
		margin: 40px 0 65px;
	}

	#cnt3 .news-box h1 {
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #d2d2d2;
		/*font-size: 1.5em;
		font-weight: 600;*/
	}

	#cnt3 .news-box .news li {
		margin-bottom: 10px;
		/*font-size: .96em;
		font-size: 1.3rem;*/
	}

	#cnt3 .news-box .news .arrow1_showroom {
		background-position: 0 3px;
		background-image: url(../../img/arrow1.png);
		padding-left: 9px;
	}

	#cnt3 .m-box {
		position: relative;
		width: 100%;
		height: 370px;
		overflow: hidden;
	}

	#cnt3 .m-box .fade {
		width: 100%;
		height: 370px;
		text-indent: -99999px;
		background: url(../img/index/maintenance_sp.jpg) center bottom no-repeat;
		background-size: cover;
	}

	#cnt3 .m-box .fade a.m-box-on {
		display: block;
	}

	#cnt3 .m-box .text-box {
		position: absolute;
		top: 25px;
		left: 35px;
		color: #fff;
	}

	#cnt3 .m-box h1 {
		/*color: #000;
		font-size: 1.36em;
		font-weight: 600;*/
	}
	#cnt3 .m-box h1.sp{
		color: #fff;
	}

	#cnt3 .m-box p {
		/*font-size: .96em;
		font-size: 1.2rem;*/
		margin-top: 10px;
	}

	#cnt3 .qa-box {
		position: relative;
	}

	#cnt3 .qa-box .fade {
		width: 100%;
		height: 370px;
		text-indent: -99999px;
		background: url("../img/index/q_a_sp.jpg");
		/*background-position: -15px 0;*/
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}

	#cnt3 .qa-box .fade a {
		display: block;
		height: 370px;
	}

	#cnt3 .qa-box h1 {
		/*color: #000;
		font-size: 1.36em;
		font-weight: 600;*/
	}
	#cnt3 .qa-box h1.sp{
		color: #fff;
	}

	#cnt3 .qa-box p {
		/*font-size: .96em;
		font-size: 1.2rem;*/
		margin-top: 10px;
	}

	#cnt3 .qa-box .text-box {
		position: absolute;
		top: 25px;
		left: 35px;
		right: 35px;
		color: #fff;
	}
	
	.googlemap iframe {
		width: 100%;
	}
	/*/////////180613販売会紹介更新////////*/
	.events-box_180613{
		background: #988154;
		padding: 40px 5%;
	}
	.text-events-box{
		color: #fff;
	}
	.text-events-box h2{
		color: #fff;
		font-weight: 300;
	}
	.text-events-box a,
	.text-events-box a:hover{
		color: #f3ac42;
	}
	.text-events-box h2{
		letter-spacing: 2px;
		margin-bottom: 20px;
	    text-align: center;
	}
	.text-events-box h2 span{
		font-size: 12px;
		letter-spacing: 3px;
	}
	.text-events-box p{
		margin-bottom: 0;
		line-height: 24px;
		/*letter-spacing: 0.1em;
		font-size: 1.3rem;*/
		text-align: center;
		/*font-weight: 300;*/
	}
	.event-box a{
		text-decoration: none;
	}
	.event-box a .event{
		height: 200px;
		text-align: center;
		border: 1px solid #d3d3d5;
		box-sizing: border-box;
		position: relative;
		align-items: center;
		justify-content: center;
		display: flex;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.event-box a .event_osaka{
		background-image: url(../img/index/sales_events_osaka.jpg);
	}
	.event-box a .event_osaka19 {
		background-image: url(../img/index/sales_events_osaka19.jpg);
	}
	.event-box a .event_sapporo{
		background-image: url(../img/index/sales_events_sapporo.jpg);
	}
	.event-box a .event_okayama{
		background-image: url(../img/index/sales_events_okayama.jpg);
	}

	.event-box a .event::before{
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,0.5);
		position: absolute;
	}
	.event-box .event h3{
		letter-spacing: 0.5em;
		/*font-size: 17px;*/
		color: #FFFFFF;
		position: relative;
		z-index: 10;
		line-height: 1.5em;
		font-weight: 300;
	}
	.event-box a:hover .event h3{
		text-shadow:0px 0px 1px #000;
	}
	.event-box .event h3 span{
		font-size: 12px;
		letter-spacing: 0.2em;
	}
	.event-box a:nth-child(2) .event{
		margin-top: 10px;
	}
	/*/////////END_180613販売会紹介更新////////*/
	
	/*2019年10月大阪SR追加*/
	#showroom-box.add_2019 li{
		margin-bottom: 20px;
		position: relative;
	}

	#showroom-box.add_2019 .text-box{
		background-color: #fff;
		padding:20px 6.66666666667%;
	}

	#showroom-box.add_2019 a{
		width: 100%!important;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		border: none!important;
	}
	
	#showroom-box.add_2019 h3{
		/*font-size: 1.36rem;
		font-weight: 600;*/
		margin-bottom: 10px;
	}
	#showroom-box figure{
		margin: 0;
	}

	#showroom-box.add_2019 img{
		width: 100%;
	}

	#showroom-box.add_2019 .adress{
		font-style: normal;
	}

	/*END_2019年10月大阪SR追加*/

	#showroom-box a[href^="tel:"] { /*iOSの電話番号リンク対策*/
		position: relative;
		top: 0;
		left: 0;
	}
	/*/////200409休業のお知らせ/////*/
	#sr-closed-box header,
	#sr-closed-box .time,
	#sr-closed-box .arrow-scroll{
		color: #fff;

	}
	#sr-closed .font-bold{
		font-weight: 700;
		font-size: 1.1em;
	}
	#sr-closed-box header p{
		margin-bottom: 0;
	}
	#sr-closed-box .time,
	#sr-closed-box .arrow-scroll{
		margin: 10px 0;
	}
	
	#sr-closed-box .tel_time{
		width: 100%;
		background-color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-bottom: 12px;
		margin-bottom: 5px;
		margin-top: 15px;
	}
	
	#sr-closed-box .tel_time span:first-child{
		display: block;
		background-color: #e6e6e6;
		border-bottom: 1px solid #d2d2d2;
		width: 100%;
		padding: 8px 0;
		text-align: center;
		margin-bottom: 10px;
		font-size: 1.1rem;
		
	}
	
	#sr-closed-box .tel_time b{
		font-size: 1.5rem;
	}
	
	#sr-closed-box .tel_time b + span{
		text-align: center;
		display: block;
	}
	
	#sr-closed-box{
		margin-bottom: 50px;
	}
	#sr-closed .sr-closed-table td li{
		margin-bottom: 5px;
	}
	#sr-closed .sr-closed-table td li:last-of-type{
		margin-bottom: 0;
	}
	.sr-closed-table a{
		color: #dba24c;
	}
	#sr-closed{
		overflow-y: scroll;
	}
	.sr-closed-table{
		table-layout: fixed!important;
	}
	.sr-closed-table tr th:not(:first-child){
		width: 70px;
	}
	.sr-closed-table tr th:first-of-type{
		width: 150px;
	}
	#sr-closed .sr-closed-table .reserve{
		color: #AEAB20;
	}
	#sr-closed .sr-closed-table .regular{
		color: #006d81;
	}
	
	.reservation_link {
		width: 100%;
		height: 70px;
		color: #3c3c3c;
		opacity: 1;
		transition: 0.5s;
		position: relative;
		margin-top: 15px;
	}
	.reservation_link a{
		width: 100%;
		height: 100%;
		color: #3c3c3c;
		font-weight: 600;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #dba24c;
		transition: 0.3s;
		text-align: center;
	}
	.reservation_link a:hover {
		text-decoration: none;
		background-color: #ce9239;
	}

	.reservation_link::after {
		content: '';
		display: block;
		width: 5px;
		height: 5px;
		border: 2px solid;
		border-color: transparent transparent #3c3c3c #3c3c3c;
		transform: rotate(225deg);
		position: absolute;
		top: 0;
		right: 35px;
		bottom: 0;
		margin: auto;
		transition: 0.5s;
	}

	.pc{
		display: none;
	}
	.text-important{
	font-size: 1.1em;
	text-decoration: underline;
	font-weight: 600;
}
#sr-closed-box header{
	font-size: 1.2em;
}
#sr-closed-box header p{
	margin:5px 0 20px;
	/*line-height: 1.7em;
	    letter-spacing: 0.05em;*/
}
#sr-closed-box header h2{
	margin-bottom: 20px;
	/*font-size: 2.2rem;*/
	font-size: 22px;
}
	
/*オンライン相談*/
#online_advice {
	position: relative;
	margin: 5%;
	padding: 10% 5%;
	background-image: url("../img/contact/online_1_sp.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}
	
#online_advice .online-inner {
	color: #fff;
	text-align: center;
}

#online_advice .online-inner h2 {
	/*font-size: 18px;*/
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.6;
}

#online_advice .online-inner p {
	margin: 0 0 10px;
}
	
svg {
  fill: currentColor;
}
	
#online_advice .online-inner .online-icon {
	margin-bottom: 10px;
	width: 27%;
	color: #fff;
	opacity: 0.8;
}
	
/*
#online_advice .online-inner img.facetime {
	margin-left: 10px;
	width: 45%;
}	
*/

#online_advice .online-inner .online-text p {
	margin-bottom: 10px;
	line-height: 24px;
    letter-spacing: 0.1em;
    font-size: 13px;
    font-weight: 300;
}

#online_advice .online-inner .online-text a {
	color: #f3ac42;
}	
	
#online_advice .online-inner .online-text a::after {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    content: "";
    -webkit-tap-highlight-color: transparent;
}
/*銀座SR追加に共なう並び替え*/
#sr-closed-box_2.mb20 {
    margin-bottom: 20px;
    }
  .showroom__box {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 20px;
    }
  .showroom__box .showroom__text-box{
    background:#ffffff;
	/*width: 333px;*/
    height: 100px;
	padding:20px;
    }  
    .showroom__box .showroom__text-box.text2{
    height: 130px;
    }  
    #sr-closed-box_2 a:hover{
    text-decoration: none;
    }
 	/*/////240614予約文言削除/////*/
	#sr-closed-box{
		margin-bottom:20px;
	}
	
	
	
}