@charset "UTF-8";
/**
 * --------------------------------------------------
 * img
 * --------------------------------------------------
 */
@media (-ms-high-contrast:none) {
	.shop-detail .content .space-list .photo .img img{
		font-family: 'object-fit: contain;';
	}
}

/*	list
--------------------------------*/
.shop-detail .content div.space .space-list h2{
	background:#fff4ce;
	padding:10px;
	margin-bottom:20px;
}

.shop-detail .content .space-list .photo{
	position: relative;
	width:220px;
	float:left;
	margin-right:30px;
	text-align: center;
}
.shop-detail .content .space-list .photo .img{
	display: block;
    position: relative;
    padding: 78% 0 0;
}
.shop-detail .content .space-list .photo .img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	left: 0;
	top: 0;
}
.shop-detail .content .space-list .photo span {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.shop-detail .content div.space .space-list .description{
	width:440px;
	float:right;
	margin-bottom:20px;
	word-wrap:break-word;
	word-break:break-all;
}
.shop-detail .content div.space .space-list .description100{
	width:100%;
	float:none;
	margin-bottom:20px;
}
.shop-detail .content div.space .space-list li p{
	margin-bottom:0.7em;
}
.shop-detail .content .btn-area  {
  text-align: center;
  margin: 30px 0;
}

@media screen and (max-width: 693px) {
	.shop-detail .content div.space{
		padding-left:0;
	}
	.shop-detail .content div.space .space-list .photo {
		float:none;
		width:100%;
		height:auto;
		margin:0 auto 30px auto;
	}
	.shop-detail .content div.space .space-list .description{
		float:none;
		width:100%;
		margin-bottom:50px;
	}
}

/*	detail
--------------------------------*/
.shop-detail .content .space-header {
	margin: 10px 0 0 10px;
	width: 280px;
	float: right;
}
.shop-detail .content .space-header h1{
	font-size:18px;
	font-weight:bold;
	margin-bottom: 5px;
}
.shop-detail .content .space-header .ttl{
	margin-top: 10px;
}
.shop-detail .content .space-header .txt{
	color: #727272;
}
.shop-detail .content .space-header ul{
	display: flex;
    flex-wrap: wrap;
}
.shop-detail .content .space-header ul li{
	color: #727272;
    width: 50%
}

.shop-detail .content .space-detail{
	margin: 20px 15px 0;
}
.shop-detail .content .space-detail .ttl{
	margin-top: 20px;
}
.shop-detail .content .space-detail .txt{
	color: #727272;
}

/*	calendar
--------------------------------*/
.spot_form .content .space-calendar table {
	width: 100%;
	margin: 0.5em 0;
}
@media screen and (max-width: 693px) {
	.spot_form .content .space-calendar table {
		border: none;
	}
}
.spot_form .content .space-calendar table th, .spot_form .content .space-calendar table td {
	border: 1px solid #e3e8e8;
	vertical-align: middle;
}
@media screen and (max-width: 693px) {
	.spot_form .content .space-calendar table thead {
		display: none;
	}
}
.spot_form .content .space-calendar table thead th {
	text-align: center;
	background: #f5f8fa;
	padding: 0.5em;
}
@media screen and (max-width: 693px) {
	.spot_form .content .space-calendar table tbody tr {
		display: block;
		margin-bottom: 1.5em;
		border: 1px solid #e3e8e8;
	}
}
.spot_form .content .space-calendar table tbody th, .spot_form .content .space-calendar table tbody td {
	font-weight: normal;
	text-align: left;
	padding: 1em 0.5em;
	border: 1px solid #e3e8e8;
}
@media screen and (max-width: 693px) {
	.spot_form .content .space-calendar table tbody th, .spot_form .content .space-calendar table tbody td {
		border: none;
	}
}
@media screen and (max-width: 693px) {
	.spot_form .content .space-calendar table tbody th {
		display: block;
		border-bottom: 1px solid #e3e8e8;
		background: #f5f8fa;
		font-weight: bold;
	}
}
@media screen and (max-width: 693px) {
	.spot_form .content .space-calendar table tbody td {
		display: list-item;
		padding: 0 1em 0 0;
		margin: 1em 0 1em 2.5em;
	}
}
.spot_form .content .space-calendar table tbody td.center {
	text-align: center;
}
.spot_form .content .space-calendar table tbody td.kako,
.spot_form .content .space-calendar table tbody td.dis,
.spot_form .content .space-calendar table tbody td.done {
	background: #e9edf0;
}
.spot_form .content .space-calendar table tbody td span.time {
	font-size: 0.8em;
}
@media screen and (max-width: 693px) {
	.spot_form .content .space-calendar table tbody td.center {
		display: block;
		margin-left: 0;
	}
}
.spot_form .content .space-calendar table.calendar-fix {
	table-layout: fixed;
}
.spot_form .content .space-calendar table.calendar-fix td {
	vertical-align: top;
}
.spot_form .content .space-calendar table.calendar-fix span.left {
	display: block;
	text-align: left;
}

.spot_form .content .space-calendar div.calendar-pager {
	margin: 5px 0;
	text-align: center;
}
.spot_form .content .space-calendar div.calendar-pager a {
	margin: 0 5px;
}

.pc-view {
	display: block;
}
i.pc-view {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

span.pc-view, strong.pc-view {
	display: inline;
}

th.pc-view, td.pc-view {
	display: table-cell;
}
@media screen and (max-width: 693px) {
	.pc-view {
		display: none !important;
	}
}

.sp-view {
	display: none;
}
@media screen and (max-width: 693px) {
	.sp-view {
		display: block;
	}
	i.sp-view {
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
	}

	span.sp-view, strong.sp-view {
		display: inline;
	}

	th.sp-view, td.sp-view {
		display: table-cell;
	}
}

/*	form
--------------------------------*/
.spot_e_c .kuchikomi_area {
	margin: 15px 0;
}
.spot_e_c textarea {
	margin: 0;
}
.spot_e_c .t_post {
	margin: 0 5%;
}
.spot_e_c .t_post table {
	min-width: 300px;
	margin: 0 auto;
}
.spot_e_c .t_post table tr td {
	border: none;
	padding: 2px 5px;
	vertical-align: bottom;
}
.spot_e_c .price_total {
	font-weight: bold;
}
.spot_e_c .price_total table tr td span {
	font-size: 1.5em;
}
.spot_e_c .t_post table.option {
	width: 100%;
	margin: 0 auto;
}
