@charset "utf-8";

.bg-water1 {
	background: url(./img/bg01.png) no-repeat top right;
}
.bg-water2 {
	background: url(./img/bg02.png) no-repeat bottom left;
}


.kotomi-txtBox {
	margin-bottom: 1rem;
}
.kotomi-txtBox dl {
	background: #dff5d4;
	padding: .5rem;
}
.kotomi-txtBox dt {
	font-weight: bold;
	float: left;
	width: 6rem;
	clear: both;
}
.kotomi-txtBox dd {
	margin-bottom: .3rem;
	padding-left: 6rem;
	padding-bottom: .3rem;
	border-bottom: #14a83b dotted 1px;
}

.kotomi-fukidashiBox .kotomi-fukidashi {
	border: #e6358e solid 3px;
	padding: 1rem;
	border-radius: 1rem;
	position: relative;
	background: rgba(255,255,255,.5);
}
.kotomi-fukidashiBox .kotomi-fukidashi > *:last-child {
	margin-bottom: 0;
}

.kotomi-fukidashiBox .kotomi-fukidashi:before {
	content: '';
	display: block;
	position: absolute;
	border: transparent solid 1.5rem;
}
.kotomi-fukidashiBox .kotomi-fukidashi:after {
	content: '';
	display: block;
	position: absolute;
	border: transparent solid 1.2rem;
}

.shopList + .shopList {
	margin-top: 1rem;
}

.tabCont {
	border: #e6358e solid 1px;
	padding: 1rem;
}
.tabNav {
	text-align: center;
	font-size: 1.3em;
}
.tabNav > div {
	display: inline-block;
	color: #aaa;
	cursor: pointer;
}
.tabNav > div.active {
	color: #e6358e;
}

.goodsList {
	font-size: .8em;
}

@media screen and (max-width: 767px) { /*以下の時*/

	.kotomi-fukidashiBox .kotomi-fukidashi:before {
		top: 100%;
		left: 5rem;
		border-top-color: #e6358e;
		transform: translateX(-50%);
	}
	.kotomi-fukidashiBox .kotomi-fukidashi:after {
		top: 100%;
		left: 5rem;
		border-top-color: #fff;
		transform: translateX(-50%);
	}
}
@media screen and (min-width: 768px) { /*以上の時*/
	
	.kotomiBox {
		margin-right: 2rem;
	}
	
	.kotomi-fukidashiBox {
		float: right;
		width: 65%;
		margin-bottom: 1rem;
	}
	.kotomi-imgBox {
		float: left;
		width: 35%;
	}
	.kotomi-txtBox {
	}
	
	
	
	.kotomi-fukidashiBox .kotomi-fukidashi {
		margin-left: 1rem;
	}
	.kotomi-fukidashiBox .kotomi-fukidashi:before {
		right: 100%;
		top: 8rem;
		border-right-color: #e6358e;
		transform: translateY(-50%);
	}
	.kotomi-fukidashiBox .kotomi-fukidashi:after {
		right: 100%;
		top: 8rem;
		border-right-color: #fff;
		transform: translateY(-50%);
	}
	
	
}