/******************** common */
#page-wrapper{
	width: 760px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	font-size:15px;
	font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
	line-height: 20px;
	color: #595757;
	font-feature-settings: "palt";
}

#page-wrapper img{
	max-width: 100%;
	width: 100%;
}

a:hover{
	opacity: 0.8;
	text-decoration: none;
}

.flex-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

/******************** top */

#page-wrapper .header {
	width:100%;
	margin: auto;
	position: relative;
	z-index:10;
}

#page-wrapper .header img{
	width:100%;
}

#page-wrapper .header-comment{
	line-height: 24px;
	margin: 3.5% auto;
	width: 95%;
}



/********************* お店情報 */

#page-wrapper section {
	border-top: 1px dashed #cccccc;
	padding: 3em 0;
}
#page-wrapper .shop {
	margin: 0 auto 2em;
}
#page-wrapper .shop .shopname {
	margin-bottom: 1.5em;
}
#page-wrapper .shop .shopname span.area{
	background: linear-gradient(160deg, #86bfbf 0%, #86bfbf 50%, #a1d6d3 50%, #a1d6d3 100%);
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin-right: .5em;
	padding: .65em 1em;
	position: relative;
}
#page-wrapper .shop .shopname span.area::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-right: 1.5px solid #a1d6d3;
	border-bottom: 1.5px solid #a1d6d3;
	bottom: -5px;
	right: -5px;
}
#page-wrapper .shop .shopname h3 {
	color: #595757;
	display: inline-block;
	font-size: 40px;
}
#page-wrapper .shop .shopname h3 span {
	font-size: 50%;
	margin: auto .5em;
	vertical-align: middle;
}
#page-wrapper .shop .flex-box {
	align-items: flex-end;
}
#page-wrapper .shop .flex-box .left {
	width: 48%;
	margin-right: 2%;
}
#page-wrapper .shop .flex-box .right {
	width: 50%;
}
#page-wrapper .shop .copy {
	font-size: 16px;
	line-height: 25px;
	margin: 1em 0;
}

#page-wrapper .shop-link a {
	background-color: #f39800;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 17px;
	font-weight: bold;
	font-feature-settings: initial;
	max-width: 400px;
	margin: auto;
	padding: 1em;
	position: relative;
	text-align: center;
}
#page-wrapper .shop-link a::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 0;
	bottom: 0;
	right: 40px;
	margin: auto;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #fff;
}

#page-wrapper .shop-02 .shopname span.area,
#page-wrapper .shop-04 .shopname span.area,
#page-wrapper .shop-06 .shopname span.area {
	background: linear-gradient(160deg, #ea816c 0%, #ea816c 50%, #f2a6a3 50%, #f2a6a3 100%);
}
#page-wrapper .shop-02 .shopname span.area::before,
#page-wrapper .shop-04 .shopname span.area::before,
#page-wrapper .shop-06 .shopname span.area::before {
	border-right: 1.5px solid #f2a6a3;
	border-bottom: 1.5px solid #f2a6a3;
}
