/*-----------------------------------

	recommendations

-----------------------------------*/
#recommendations{
	margin-bottom: 100px;
}
#recommendations h3{
	font-size: 20px;
	margin-bottom:40px;
    padding: 10px 0;
    border-bottom: 1px solid #c8c8c8;
    height: 50px;
    box-sizing: border-box;

}
#recommendations h4{
	font-size: 20px;
}
#recommendations p{
	font-size: 15px;
	line-height: 22px;
	margin:10px 0;
}
#recommendations .car_box{
	width: 100%;
	max-width: 1000px;
	margin: 10px 0;
}
#recommendations .car_ph{
	width: 470px;
	padding: 0 15px;
	box-sizing: border-box;
}
#recommendations .car_data{
	width: 520px;
	padding: 0 10px;
	box-sizing: border-box;
}
#recommendations .luggage_ph{
width: 510px;
box-sizing: border-box;
}
#recommendations .luggage_ph img{
margin: 10px 0;
display: inline-block;
}
#recommendations .luggage_ph img:first-child{
	margin-right: 10px !important;
}
@media screen and (max-width: 840px){
#recommendations h4 {
    margin: 20px 0;
    font-size: 20px;
}
#recommendations p {
    margin: 20px 0;
}
#recommendations .car_box{
    margin: 10px auto;
}
#recommendations .car_ph {
    width: 100%;
	padding: 0;
}
#recommendations .car_ph img{
    width: 100% !important;
}
#recommendations .car_data {
    width: 100%;
}
#recommendations .car_box_table {
    width: 100% !important;
}
#recommendations .luggage_ph {
    width: 100%;
}
#recommendations .luggage_ph img{
    width: 48%;
}
#recommendations .luggage_ph img:first-child {
    margin-right: 2% !important;
}
}

@media screen and (max-width: 640px){
#recommendations .car_box {
    margin: 30px auto;
}
#recommendations h3 {
    margin-bottom: 20px;
}
#recommendations .car_box_table img{
    width: auto;
}
#recommendations .car_box_table dt {
    width: 120px !important;
}
#recommendations .car_box_table p {
    margin: 10px 0;
}
}

#recommendations .car_box_table{
border-bottom: 1px solid #c8c8c8;
font-size: 14px;
margin:10px 0;
width: 510px;
height: auto;
}

#recommendations .car_box_table dl {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
#recommendations .car_box_table dt {
    width: 160px;
    padding: 15px 20px;
    background: #EDEDED;
    border-top: 1px solid #c8c8c8;
    box-sizing: border-box;
}
#recommendations .car_box_table dd{
	width: 350px;
    padding: 5px 20px;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    align-items: center;
    box-sizing: border-box;
}
#recommendations .car_box_table dd p {
    display: flex;
    align-items: center;
}
#recommendations .car_box_table dd p span {
    margin-left: 3px;
}
/*-----------------------------------

	store

-----------------------------------*/
#store #h2_title{
	margin: 25px 0 70px;
}

@media screen and (max-width: 640px) {
	#store #h2_title h2{
		background-position: center 0;
		background-size: 22%;
		padding-left: 0;
		height: auto;
		padding-top: 18%;
	}
}

/* store
-----------------------------------*/
#store {
	margin-bottom: 50px;
}
#store .miyagi_map_img {
	margin-left: 15px;
}
#map_canvas {
	width: 660px;
	height: 300px;
}
#store .icon_img {
	margin: 28px 0 0 25px;
}
#store .list_menu {
	margin: 30px 0;
}
#store .list_menu li {
	width: 220px;
	padding: 8px 0;
	text-align: center;
	color: #303030;
	background: url(../reservations/img/icon_menu_off.png) #d9f0e2 no-repeat;
	background-position: 5% center;
	float: left;
	line-height: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	margin-right: 10px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#store .list_menu li:last-child {
	margin-right: 0;
}
#store .list_menu li:hover {
	background: url(../reservations/img/icon_menu_hover.png) #F38F1E no-repeat;
	background-position: 5% center;
	color: #fff;
}
#store .list_menu li.selected {
	background: url(../reservations/img/icon_menu_on.png) #039a42 no-repeat;
	background-position: 5% center;
	color: #fff;
}

#store .store_list:before{
	content:"";
	display:block;
	height:1px;
	background: #c8c8c8; /* Old browsers */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,#ffffff 1%, #c8c8c8 1%, #c8c8c8 49%, #ffffff 49%, #ffffff 51%, #c8c8c8 51%,#c8c8c8 99%, #ffffff 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 1%,#c8c8c8 1%,#c8c8c8 49%,#ffffff 49%,#ffffff 51%,#c8c8c8 51%,#c8c8c8 99%,#ffffff 99%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to right, #ffffff 1%,#c8c8c8 1%,#c8c8c8 49%,#ffffff 49%,#ffffff 51%,#c8c8c8 51%,#c8c8c8 99%,#ffffff 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
#store .store_list li {
	width: 480px;
	height: 165px;
	margin: 0 10px;
	padding: 25px 0 15px;
	border-bottom: 1px solid #c8c8c8;
}
/*#store .store_list li:nth-child(2n) {
	margin-right: 0;
}*/
#store .store_list li div.left {
	width: 240px;
}
#store .store_list li div.left img {
	margin-bottom:10px;
}
#store .store_list li h3 {
	font-size: 18px;
	margin-bottom: 5px;
}
#store .store_list .border_bottom {
	border-bottom: 1px solid #c8c8c8;
}
#store .text_box {
	margin-left: -20px;
}
#store .store_list p {
	font-size: 14px;
	line-height: 140%;
}
#store .btn_area {
	margin-top: 10px;
}
#store .btn_style {
	display: block;
	width: 245px;
	font-size: 14px;
	line-height: 1.8em;
	text-align: center;
	padding: 1px 0;
	color: #fff;
	background: #039a42;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#store .btn_style:hover {
	background: #F38F1E;
}
@media screen and (max-width: 840px) {
	#store .btn_style {
	width: 100%;
}
}
/* tag
-----------------------------------*/
.tag_list {
	margin-bottom: 5px;
}
.tag_list span {
	display: block;
	width: auto;
	padding: 0 6px;
	font-size: 10px;
	text-align: center;
	line-height: 190%;
	color: #fff;
	margin-right: 4px;
	float: left;
}
.tag_list span:last-child {
	margin-right: 0;
}
.nul_bg {
	background: #fff;
}
.blue_bg {
	background: #0069b2;
}
.lightblue_bg {
	background: #3fa5f1;
}
.red_bg {
	background: #bd272d;
}
.green_bg {
	background: #008e45;
}
.orange_bg {
	background: #f38f1e;
}

/* barrier
-----------------------------------*/
#barrier {
	margin-top: 50px;
}
#barrier h3 {
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 20px;
}
#barrier ul {
	margin-top: 25px;
}
#barrier li {
	float: left;
	margin: 0 20px 20px 0;
}
#barrier li:nth-child(3n) {
	margin-right: 0;
}
@media screen and (max-width: 840px) {
	#store .miyagi_map_img {
		width: 47%;
		margin-left:0;
	}
	#map_canvas {
		width: 50% !important;
		height: 300px;
	}
	#store .icon_img {
		width: 10%;
		margin: 40px 0 0 0;
	}
	#store .list_menu{
		width: 90%;
	}
	#store .list_menu li {
    	width: 49%;
		margin-right: 1%;	
		margin-bottom: 10px;
	}
	#store .store_list:before{
		background:none;
		border-top:solid 1px #c8c8c8;
	}
	#store .store_list li {
    	width: 90%;
    	height: auto;
		margin-right: 0;
		margin: 0;
		padding: 10px 5% 15px 5%;
	}
	#store .store_list li div.left {
		width: 50%;
		text-align: center;
	}
	#store .store_list li div.left img {
		margin-top: 1%;
	}
	#store .text_box {
		width: 50% !important;
		float: right !important;
		margin-left: 0;
		text-align: left!important;
	}
	.tag_list span {
		margin-bottom: 5px;
	}
	#store .btn_area {
		margin-top: 5%;
	}
	#store .btn_style {
		display: block;
	}
	/* barrier
	-----------------------------------*/
	#barrier {
		margin-top: 50px;
	}
	#barrier h3 {
		font-size: 28px;
		font-size: 2.8rem;
		margin-bottom: 20px;
	}
	#barrier ul {
		margin-top: 25px;
	}
	#barrier li {
		width: 32%;
		float: left;
		margin: 0 2% 20px 0;
	}
	#barrier li:nth-child(3n) {
		margin-right: 0;
	}

}
@media screen and (max-width: 640px) {
	#store .miyagi_map_img {
		width: 100%;
		margin: 15px 0 15px 0;
		float: none !important
	}
	#store .miyagi_map_img img {
		display: block;
		max-width: 273px;
		margin: 0 auto;
	}
	#map_canvas {
		width: 100% !important;
		height: 200px;
		float: none !important;
	}
	#store .icon_img {
		display: block;
		width: auto;
		max-width: 53px;
		margin: 10px auto 0;
	}
	#store .icon_img,
	#store .list_menu {
		float: none !important;
	}
	#store .list_menu {
		width: 100%;
		margin: 10px 0 15px;
	}
	#store .list_menu li {
		width: 100%;
		margin-top: 10px;
		padding: 10px 0;
		margin-bottom: 0;
	}
	#store .list_menu li,
	#store .list_menu li:hover,
	#store .list_menu li.selected {
		background-position: 20% center;
	}
	#store .store_list:before{
		background:none;
		border-top:solid 1px #c8c8c8;
	}
	#store .store_list li {
		width: 100%;
		margin-right: 0;
		padding: 10px 0 10px;
	}
	#store .store_list li div.left {
		width: 33%;
	}
	#store .store_list li div.left img {
		margin-top: 20%;
	}
	#store .store_list li h3 {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 5px;
	}
	#store .store_list p {
		font-size: 12px;
		font-size: 1.2rem;
	}
	#store .store_list .pc{
		display:none;
	}
	#store .store_list .sp{
		display:block;
	}
	#store .store_list li div.left {
		height: auto;
	}
	#store .text_box {
		width: 63% !important;
		float: right !important;
		margin-left: 0;
	}
	.tag_list span {
		margin-bottom: 5px;
	}
	#store .btn_area {
		margin-top: 5px;
	}
	#store .btn_style {
		display: block;
		font-size: 12px;
		font-size: 1.2rem;
	}
}
.reservations a {
    background: url(../img/common/icon_right.png),url(../img/common/icon_blank.png),#F38F1E !important;
    background-repeat: no-repeat !important;
    background-position: 5% center, 90% center !important;
    width: 60%;
    font-size: 25px;
    line-height: 1.8em;
    color: #fff;
    font-weight: 700;
    display: block;
    background-repeat: no-repeat;
    padding: 10px 0;
    margin: 20px auto 50px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
}
.reservations a:hover{
	background: url(../img/common/icon_right.png),url(../img/common/icon_blank.png),#009E41 !important;
	background-repeat:no-repeat !important;
	background-position:5% center, 90% center !important;
}
@media screen and (max-width: 640px) {
    .reservations a{
    	width: 90%;
    	font-size: 20px;
   }	
}
.store_list .pc{
	display:block;
}
.store_list .sp{
	display:none;
}