@charset "utf-8";
/* ----------------------------------------------
	大口サクラ専門店街 CSS

	Base
	Layout
	-header
	-footer
	 -pagetop
	Module
	State
------------------------------------------------- */
/* ----------------------------------------------
	Base 
------------------------------------------------- */
html {
	font-size: 10px; /* 1rem */
  }
body {
	word-break: break-all;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 0;
}
/* h1,h2 {
	margin-top: 0;
}
img {
	margin: auto;
} */
ul {
	list-style: none;
	padding-left: 0;
}

.clearfix::after {
	content: “”;
	display: block;
	clear: both;
}

/* RWD  display flex対応
 display: block; は display flex使用時にバッティングするため使用しない */
 @media (min-width: 768px) {
	.sp {
		display: none;
	}
}
@media (max-width: 767px) {
	.pc {
		display: none;
	}
}

@media (any-hover: hover) {
	.roll {
		transition: .3s;
	}
	.roll:hover {
		opacity: .8;
	}
}

/* ----------------------------------------------
	Layout 

	l-wrap
	-l-header
	-l-main
	 -mainTitle 
	 -l-event 
	  -event
	 -l-floor
	  -floor
	   -floor-ttl
	   -floor-map
	   -l-shopListWrap 
------------------------------------------------- */
.l-wrap {
	max-width: 1000px;
	margin: 0 auto;
}
.l-main {
}
/* .l-main h1 img {
	width: 100%;
} */

.l-event {
	margin-bottom: 5.2%;
}
.l-floor {
	margin-bottom: 10%;
}
.floor + .floor {
	margin-top: 8.2%;
}
.l-shopListWrap {
	margin-top: 8%;
}

@media (max-width: 767px) {
	.l-event {
		margin-bottom: 6.4%;/* 48/750 */
	}
}


/* header
------------------------------------------------- */
.l-header {
}
@media (max-width: 767px) {
	.navToggle {
		display: block;
		position: fixed;
		width: 12.4%;
		padding-top: 12.4%;
		/* height: 64px; */
		cursor: pointer;
		z-index: 5000;
		background-color: #000000;
		text-align: center;
		right: 0px;
		top: 0px;
		font-size: medium;
	}
	.navToggle span {
	 display: block;
	 position: absolute;    /* .navToggleに対して */
	 width: 31.25%;/* 20px */
	 border-bottom: 2px solid #FFFFFF;
	 -webkit-transition: .35s ease-in-out;
	 -moz-transition: .35s ease-in-out;
	 transition: .35s ease-in-out;
	 left: 50%;
	 transform: translateX(-50%);
	 font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	}
	 
	.navToggle span:nth-child(1) {
	 top: 62.5%;/* 40px */
	}
	 
	.navToggle span:nth-child(2) {
	 top: 50%;
	}
	 
	.navToggle span:nth-child(3) {
	 top: 37.5%;
	}
	 
	.navToggle span:nth-child(4) {
		border-left: none;
		border-right: none;
		border-bottom: none;
		border-top: medium none;
		color: #FFFFFF;
		font-size: 9px;
		font-weight: bold;
		z-index: 0;
		bottom: 28px;
		height: auto;
		padding-left: 0px;
		padding-top: 0px;
	}
	/* 最初のspanをマイナス45度に */
	.navToggle.active span:nth-child(1) {
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) rotate(-45deg);
		-moz-transform: translateX(-50%) rotate(-45deg);
		transform: translateX(-50%) rotate(-45deg);
	}
	 
	/* 2番目と3番目のspanを45度に */
	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
		top: 50%;
		-webkit-transform: translateX(-50%) rotate(45deg);
		-moz-transform: translateX(-50%) rotate(45deg);
		transform: translateX(-50%) rotate(45deg);
	}
	.navToggle2 {
		display: block;
		position: fixed;
		width: 69px;
		height: 69px;
		cursor: pointer;
		z-index: 5000;
		background-color: #FFFFFF;
		text-align: center;
		top: 40px;
		right: 110px;
	}
	 /* このクラスを、jQueryで付与・削除する */
	nav.globalMenuSp.active {
		transform: translateX(0%)!important;
	}
	nav.globalMenuSp {
	position: fixed;
	z-index: 4000;
	top: 0;
	color: #666666;
	text-align: center;
	transform: translateX(100%);
	transition: all 0.6s;
	width: 100%;
	background-color: #ffffff;
	height: 100%;
	}

	nav.globalMenuSp .naviblock {
		width: 100%;
		height: 100vh;
		overflow-y: auto;
		margin-left: auto;
		margin-right: auto;
		font-size: 0;
		display: block;
		margin-top: 0px;
		margin-bottom: 0px;
		text-align: left;
	}
	.naviblockbox{
		vertical-align: middle;
		font-size: 13px;
		margin-top: 12.4%;
	}
	.naviblockbox .box{
		vertical-align: top;
		width: 100%;
	}
	.naviblockbox h4 {
		font-size: 16px;
		line-height: 1.6em;
		font-weight: bold;
		padding-bottom: 15px;
		color: #fff;
		padding-top: 15px;
		border-top: 1px solid #ccc;
		padding-left: 15px;
		padding-right: 15px;
		background: #003680;
	}
	.naviblockbox h4:after{
		content: "▼";
		font-size:10px;
		padding-left: 10px;
		
	}
	.naviblockbox h4.opened:after{
		content: "▲";
		
	}
	.naviblockbox a {
		color: #1D2086;
		text-decoration: none;
	}
	.naviblockbox .box ul {
		border-top: 1px solid #666;
		padding-top: 20px;
		padding-left: 15px;
		padding-right: 15px;
		background-color: #EFEFEF;
	}
	
	.naviblockbox .box .headnav {
	
	}
	.naviblockbox .box ul li {
		padding-bottom: 10px;
		font-size: 13px;
		line-height: 1.6;
	}
	/* .box.box_btn {
		display: flex;
		flex-direction: column;
		justify-content: center;
        align-items: center;
        gap: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0 10px;
	}
	.box.box_btn .btn_request,
	.box.box_btn .btn_inquiry {
		width: 51.2%;
	}
	.box.box_btn img {
		width: 100%;
	} */
}

/* footer
------------------------------------------------- */
.l-footer {

}

@media (max-width: 767px) {
}

/* pagetop
------------------------------------------------- */
.pagetop {
	position: fixed;
	bottom: 80px;
	right: 60px;
	z-index: 30;
	padding-bottom: 0px;
	transition: all 1s 0s ease;
}
.pagetop.is-down {
	bottom: -60px;
}
.pagetop.is-up {
	bottom: 60px;
}
@media (max-width: 767px) {
	.pagetop {
		bottom: 20px;
		right: 20px;
		width: 30px;
	}
	.pagetop.is-up {
		bottom: 20px;
	}
}

/* ----------------------------------------------
	Module  単語区切りはキャメルケースを使用
------------------------------------------------- */
.mainTitle {
	margin-top: 0;
}

/* event イベント ------------------------------------------ */
.event-ttl {
	margin-top: .3%;
	text-align: center;
}
.event-ttl img {
	margin: auto;
	width: 41.9%;
}

.event-info {
	margin: 5% 10% 0;
	display: flex;
	flex-wrap: wrap;
}
.event + .event {
	margin-top: 6%;
}
.event-info + .event-info {
	margin-top: 5%;
}
.event-info > .event-info-item {
	width: calc((100% - 2%) / 2);
}
.event-info-item {
	margin-top: 0;
}
.event-info > .event-info-item:nth-of-type(even) {
	margin-left: 2%;
}
.event-info > .event-info-item:nth-of-type(n + 3) {
	margin-top: 2%;
}
.event-info > .event-info-item:first-child:last-child {
	margin: 0 auto;
}
.event-info > .event-info-item.w100 {
	width: 100%;
	margin-bottom: 2%;
}
.event-info > .event-info-item.w50 {
	width: 50%;
	margin-left: 0;
}

@media (max-width: 767px) {
	.event + .event {
	margin-top: 12%;
	}
	.event-info {
		/* margin: 3.6% 9.6% 0 7.3334%;27 72 0 55/750 */
		margin: 3.6% 10% 0;
		display: block;
	}
	.event-info > .event-info-item {
		width: 100%;
	}
	.event-info > .event-info-item:nth-of-type(even) {
		margin-left: 0;
	}
	.event-info > .event-info-item + .event-info-item {
		margin-top: 4.0129%;/* 25/623 */
	}
	.event-info > .event-info-item.w100 {
		margin-bottom: 0;
	}
	/* .event-info > .event-info-item.w100 ~ .event-info-item {
		margin-top: 0;
	} */
}
/* floor フロア ------------------------------------------ */
.floor-ttl {
	margin-top: 0;
	background-color: #FF7BCD;
	background-image: url(../image/bg-ttl-floor.png);
	background-repeat: no-repeat;
	background-position: center right 12.4%;
	background-size: 49.3%;
	padding-top: 1.2%;
	padding-bottom: 1.6%;
	padding-left: 6.4%;
	padding-right: 55.4%;
	color: #FFF;
}
.floor-ttl img {
	width: calc(100% * .445027);/* 170/382 */
}
.floor-2 .floor-ttl img {
	width: calc(100% * .471205);/* 180/382 */
}

.floor-map {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin-top: 5%;
}

@media (max-width: 767px) {
	.floor-ttl {
		background-position: bottom 20%  center;
		background-size: 65.7334%;/* 493/750 */
		padding-top: 4.9334%;/* 37/750 */
		padding-bottom: 14.6667%;/* 110/750 */
		padding-right: 6.4%;
	}
	.floor-ttl img {
		width: calc(100% * .359328);/* 235/654 */
		margin: auto;
	}
	.floor-2 .floor-ttl img {
		width: calc(100% * .366973);/* 240/654 */
	}
	.floor-map {
		flex-direction: column;
		align-items: center;
	}
	.floor-map > *:nth-of-type(2n) {
		margin-top: 4%;
	}
}

/* ショップリスト ----- */
.shopListWrap-cat-ttl {
	margin-top: 0;
	margin-bottom: 4%;
}
.shopListWrap-cat-ttl img {
	margin: auto;
}
.shopList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4.4%;
}
.shopList > .shopList-item {
	border: 3px solid #FF7BCD;
	width: calc((100% - 1.4%) / 2);/* 487 */
	padding: 1.9% 2.3% 1.5%;
}
.cat-goods .shopList > .shopList-item {
	border: 3px solid #9DD338;
}
.cat-fashion .shopList > .shopList-item {
	border: 3px solid #EA5676;
}
.cat-service .shopList > .shopList-item {
	border: 3px solid #6FD9EF;
}
.cat-foods .shopList > .shopList-item {
	border: 3px solid #FF950F;
}
.shopList > .shopList-item:nth-of-type(even) {
	margin-left: 1.4%;
}
.shopList > .shopList-item:nth-of-type(n + 3) {
	margin-top: 1.4%;
}
.shopList-item-ttl {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1em;
}
.shopList-item-ttl-num {
	display: flex;
	align-self: flex-start;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	background-color: #FF7BCD;
	border-radius: 50%;
	color: #FFF;
	font-size: 2.0rem;
	width: 3.2rem;
	text-align: center;
}
.cat-goods .shopList-item-ttl-num {
	background-color: #9DD338;
}
.cat-fashion .shopList-item-ttl-num {
	background-color: #EA5676;
}
.cat-service .shopList-item-ttl-num {
	background-color: #6FD9EF;
}
.cat-foods .shopList-item-ttl-num {
	background-color: #FF950F;
}
.shopList-item-ttl-main {
	flex: 1;
	font-size: 1.7rem;
	padding-left: 3.8549%;
}
.shopList-item-ttl-main-name {
	font-weight: 600;
}
.shopList-item-ttl-main-cat {
	font-size: 1.5rem;
}

.shopList-item-info-figure {
	display: flex;
	gap: 3.4014%;/* 15/441 */
	margin: 1em auto;
}
.shopList-item-info-logo {
	width: 36.2812%;/* 160/441 */
}
.shopList-item-info-logo img {
	width: 100%;
}
.shopList-item-info-img {
	margin-left: auto;
	width: 59.864%;/* 264/441 */
}
/* .shopList-item-info-img img {
	margin: 1em auto;
} */

.shopList-item-info-date,
.shopList-item-info-time,
.shopList-item-info-tel {
	background-color: #EEEEEE;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/* justify-content: center; */
	padding-left: 44px;
	padding-top: 1em;
	padding-bottom: .7143em;
	position: relative;
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: .4286em;/* 6/14 */
}
.shopList-item-info-tel::before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 10px;
    top: 50%;
    transform: translateY(-50%);
	background-image: url(../image/ico-phone.png);
	background-repeat: no-repeat;
}
.shopList-item-info-time:before {
	content: "";
	display: block;
	position: absolute;
	width: 23px;
	height: 23px;
	left: 8px;
    top: 50%;
    transform: translateY(-50%);
	background-image: url(../image/ico-time.png);
	background-repeat: no-repeat;
}
.shopList-item-info-date:before {
	content: "";
	display: block;
	position: absolute;
	width: 22px;
	height: 19px;
	left: 9px;
    top: 50%;
    transform: translateY(-50%);
	background-image: url(../image/ico-cal.png);
	background-repeat: no-repeat;
}
.shopList-item-info-url {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 37px;
	position: relative;
	font-size: 1.4rem;
	font-weight: 600;
	min-height: 2.4rem;
}
.shopList-item-info-url:before {
	content: "";
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
    top: 50%;
    transform: translateY(-50%);
	background-image: url(../image/ico-web.png);
	background-repeat: no-repeat;
}
.shopList-item-info-txt {
	font-size: 1.4rem;
	line-height: 1.4286;/* 14/20 */
	padding: 0 .28571em;
}

@media (max-width: 767px) {
	.shopList {
		display: block;
		padding: 0 20px;
	}
	.shopList > .shopList-item {
		width: 100%;
	}
	.shopList > .shopList-item:nth-of-type(even) {
		margin-left: 0;
	}
	.shopList > .shopList-item + .shopList-item {
		margin-top: 1.4%;
	}
	.shopList-item-info-url a {
		display: block;
	}
}

