@charset "utf-8";

#mv {
	width: 100%;
	height: 420px;
	background: url(../images/main_visual.jpg) center center no-repeat;
	background-size: cover;
}

/* ------------------------------------------------ */
section {
	padding-left: 20px;
	padding-right: 20px;
}

section:not(:first-of-type) {
	position: relative;
	margin-top: 100px;
	padding-top: 160px;
}

section:not(:first-of-type)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: calc(100% - 40px);
	max-width: 800px;
	height: 55px;
	background: url("../images/img_separator.png") center top no-repeat;
	background-size: contain;
	transform: translateX(-50%);
}

.sectionTitle {
	text-align: center;
}

.sectionTitle h2 {
	display: inline-block;
	padding: 0 5px 8px;
 	background: linear-gradient(transparent 0%, transparent 55%, #FFF100 55%, #FFF100 100%);
}

/* ------------------------------------------------ */
section#shopinfo {
	padding-top: 60px;
}

section#shopinfo .sectionInr {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	padding: 42px 0 0;
}

section#shopinfo > .sectionInr:nth-of-type(n+3) {
	padding-top: 100px;
}

.shopname h2 {
	background: url(../images/shopname_bg.png) left bottom no-repeat;
}

.infoBox {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 40px;
}

.infoBox .shop {
	order: 2;
	width: 56.176%;
}

.infoBox .shop p {
	font-feature-settings: "palt";
	line-height: 1.5;
}
.infoBox .shop p + p {
	margin: .5em 0 0;
}

.infoBox .shop .hours span {
	margin-right: .5em;
}
.infoBox .shop .guide {
	display: inline-flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 12px 36px 12px 18px;
	background-color: rgba(255,241,0,.6);
}

.infoBox .shop .guide::before {
	content: "";
	display: block;
	width: 45px;
	height: 45px;
	margin-right: 10px;
	background: url("../images/shop_icon_guide.png") center center no-repeat;
	background-size: contain;
}
.infoBox .shop .closed span {
	margin-right: .5em;
}
.infoBox .shop .address {
	margin-left: 3px;
	padding: 0 0 0 18px;
	border-left: 3px solid #3C210E;
}

.infoBox .shop .address img {
	width: 100%;
	max-width: 200px;
	margin-top: 5px;
}

.infoBox figure {
	order: 1;
	width: 39.706%;
}

.gmap {
	position: relative;
	height: 0;
	padding-bottom: 48.53%;
	overflow: hidden;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ------------------------------------------------ */
section#staff .sectionInr {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 34px 0 0;
}

section#staff .sectionInr > p {
	text-align: center;
	line-height: 2.0;
}

.staffList {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 500px;
	margin: 50px auto;
}

.staffList .item {
	width: 28%;
	text-align: center;
}

.staffList .item:nth-of-type(n+4) {
	margin-top: 8%;
}

.staffList .item dt {
	margin: 0 0 12px;
}

/* ------------------------------------------------ */
section#delivery .sectionTitle figure {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	padding: 34px 0 20px;
}

section#delivery .sectionTitle figcaption {
	margin-left: 1em;
	line-height: 1.2;
	text-align: left;
	font-size: 1.4rem;
}

section#delivery .sectionInr {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	line-height: 2.0;
}

section#delivery table {
	width: 100%;
	margin: 24px 0;
	border-top: 1px solid #3C210E;
	border-left: 1px solid #3C210E;
}

section#delivery table th,
section#delivery table td {
	padding: 4px 10px;
	background-color: #FFFFFF;
	border-right: 1px solid #3C210E;
	border-bottom: 1px solid #3C210E;
	font-size: 1.8rem;
}

section#delivery table th {
	background-color: #FFF100;
	text-align: left;
	font-weight: 400;
}

/* ------------------------------------------------ */
section#franchise {
	padding-bottom: 80px;
}

section#franchise .sectionTitle figure {
	padding: 20px 0 26px;
}

section#franchise .sectionInr {
	width: 100%;
	max-width: 630px;
	margin: 0 auto;
	line-height: 2.0;
}

section#franchise .sectionInr p + p {
	margin-top: 1.25em;
}
/* ================================================ */

@media only screen and (max-width: 767px) {

section:not(:first-of-type) {
	margin-top: 14%;
	padding-top: 20%;
}
/* ------------------------------------------------ */

section#shopinfo {
	padding-top: 8.05%;
}

/* ------------------------------------------------ */
.staffList {
	flex-flow: row wrap;
	justify-content: space-between;
	max-width: 440px;
	margin: 8% auto;
	padding: 0 8%;
}

.staffList .item {
	width: 45.458%;
	text-align: center;
}

.staffList .item:nth-of-type(n+3),
.staffList .item:nth-of-type(n+4) {
	margin-top: 8%;
}

.staffList .item dt {
	margin: 0 0 6px;
}

/* ------------------------------------------------ */
section#franchise {
	padding-bottom: 10%;
}

}
/* ================================================ */

@media only screen and (max-width: 479px) {
#mv {
	height: 300px;
}

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

.infoBox {
	display: block;
	margin: 0 0 40px;
}

.infoBox .shop {
	width: 100%;
	text-align: center;
}


.infoBox .shop p + p {
	margin: 1em 0 0;
}

.infoBox .shop .hours span {
	display: block;
	margin: 0 0 .25em 0;
}

.infoBox .shop .guide {
	display: inline-block;
	padding: 12px 24px 12px 24px;
}

.infoBox .shop .guide::before {
	content: "";
	display: block;
	width: 38px;
	height: 38px;
	margin: 0 auto 10px;
}

.infoBox .shop .closed span {
	display: block;
	margin: 0 0 .25em 0;
}

.infoBox .shop .address {
	margin-left: 0;
	padding: 0 0 0 0;
	border-left: 0 solid #3C210E;
}

.infoBox figure {
	width: 100%;
	margin-top: 24px;
	text-align: center;
}

.gmap {
	padding-bottom: 75%;
}

/* ------------------------------------------------ */
section#staff .sectionInr > p {
	text-align: left;
}
}
