@charset "utf-8";

body #allWrap {
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	font-style: normal;
	color: #000;
}
#allWrap .pc {
	display: block;
}
#allWrap .sp {
	display: none;
}
#allWrap a:hover{
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	#allWrap .pc {
	display: none;
	}
	#allWrap .sp {
	display: block;
	}
}
#allWrap ol,
#allWrap ul {
	list-style: none;
}
#allWrap table {
	border-collapse: collapse;
	border-spacing: 0;
}
#allWrap .inner {
	margin: 0 auto;
	width: auto;
	position: static;
}
/*.gw2026 .wrap {
	display: flex;
	flex-wrap: wrap;
}*/
.gw2026 p,
.gw2026 ul {
	margin-bottom: 0;
}
.gw2026 ul,
.gw2026 ol {
	padding-left: 0;
}
.gw2026 a {
	color: #000;
}

.slick-dots{
	bottom:-1rem!important;
}
.slick-dots li button:before{
	font-size: 34px!important;
}

/* animation */
.fadeIn01,
.fadeIn02,
.fadeIn03,
.fadeIn04{
	animation-name:fadeInAnime;
	animation-duration:3s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeInAnime {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn02 {
	animation-delay: 0.5s;
}
.fadeIn03 {
	animation-delay: 1s;
}
.fadeIn04 {
	animation-delay: 1.5s;
}
.fadeBlock {
	opacity: 0;
	transition: all 1s;
	transform: translateY(100px);
}
.fadeBlock.fadeIn {
	opacity: 1;
	transform: translateY(0);
}


/* menu */
#allWrap .menu {
	background-color: #fff;
	z-index: 99;
	position: sticky;
	top: 6.7rem;
}
#allWrap .menu ul {
	margin: 0 auto;
	padding: 1rem 2.5rem 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 3rem;
	color: #000;
	max-width: 114rem;
}
#allWrap .menu ul li {
	padding-left: 2.8rem;
	position: relative;
}
#allWrap .menu ul li a {
	display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    justify-content: center;
    color: #000;
    text-decoration: none;
}
#allWrap .menu ul li a img {
	width: 6rem;
}
#allWrap .menu ul li a span {
	display: block;
	font-size: 1.4rem;
}
#allWrap .menu ul li.active a img {
	background-color: #FFF9B0;
	border-radius: 1rem;
}
#allWrap .menu ul li.active a span {
	color: #E94615;
}

#allWrap .menu ul li.comingsoon{
	display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    justify-content: center;
    color: #000;
    text-decoration: none;
}
#allWrap .menu ul li.comingsoon img {
	width: 6rem;
}
#allWrap .menu ul li.comingsoon span {
	display: block;
	font-size: 1.4rem;
	color: #a5a5a5;
}

@media screen and (max-width: 768px) {
	#allWrap .menu {
		top: 0;
	}
	#allWrap .menu ul{
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 1rem;
	}
	#allWrap .menu ul li{
		padding: 0;
		width: 100%;
        max-width: 40vw;
	}
	#allWrap .menu ul li a{
		flex-wrap: nowrap;
		gap: 0.6rem;
		justify-content: flex-start;
		align-items: center;
	}
	#allWrap .menu ul li a img{
		width: 5rem;
	}
}

/* banner */
.gw__bnr {
	margin: 0 auto;
	width: fit-content;
	background-color: #fff;
	border: 4px solid;
	border-radius: 2rem;
}
.gw__bnr a img{
	border-radius: 2rem;
}

/* sns */
.gw2026 .area_sns {
	margin: 7rem auto 0;
	max-width: 98rem;
	text-align: center;
}
.gw2026 .area_sns .instagram {
	margin: 0 auto;
	width: 62rem;
	position:relative;
}
.gw2026 .area_sns .instagram a {
	display: flex;
	align-items: center;
	padding: 2.8rem 4rem;
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
}
.gw2026 .area_sns .instagram a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 2rem;
	border: 3px solid transparent;
	border-bottom-width: 8px;
	background: linear-gradient(90deg, rgba(134,69,231,1) 0%, rgba(8,158,223,1)100%) border-box border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
	-webkit-mask-composite: destination-out;
	mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
}
.gw2026 .area_sns .instagram a::after {
	display: block;
	content: '';
	width: 2.2rem;
	height: 2.2rem;
	border-right: solid 0.4rem #079edf;
	border-bottom: solid 0.4rem #079edf;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 1.1rem);
	right: 3.5rem;
}
.gw2026 .area_sns .instagram .icon {
	margin-right: 1.5rem;
	width: 6rem;
}
.gw2026 .area_sns .instagram .txt span {
	display: block;
	margin-bottom: 1rem;
	font-size: 2rem;
}
@media screen and (max-width: 768px) {
	.gw2026 .area_sns {
		margin: 4rem auto 0;
		max-width: 100%;
	}
	.gw2026 .area_sns .instagram {
		margin: 0 auto;
		width: 96%;
	}
	.gw2026 .area_sns .instagram a {
		padding: 1.4rem 3.3rem 1.8rem 2rem;
		font-size: 1.2rem;
		text-align: left;
	}
	.gw2026 .area_sns .instagram a::after {
		width: 2rem;
		height: 2rem;
		border-width: 0.3rem;
		top: calc(50% - 1.1rem);
		right: 1.5rem;
	}
	.gw2026 .area_sns .instagram .icon {
		margin-right: 1.6rem;
		width: 14%;
	}
	.gw2026 .area_sns .instagram .txt span {
		margin-bottom: 0.5rem;
		font-size: 1.4rem;
		line-height: 1.3;
	}
}

.gw2026 .area_sns .others {
	margin: 5rem auto 7rem;
}
.gw2026 .area_sns .others p {
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
.gw2026 .area_sns .others p::before{
	content:"＼";
	display: inline-block;
	transform: rotate(20deg);
}
.gw2026 .area_sns .others p::after{
	content:"／";
	display: inline-block;
	transform: rotate(-20deg);
}
.gw2026 .area_sns .others ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.gw2026 .area_sns .others ul li {
	padding: 0 1rem;
	width: 5rem;
	box-sizing: content-box;
}
.gw2026 .area_sns .others ul li:nth-child(2) {
	width: 4rem;
}
@media screen and (max-width: 768px) {
	.gw2026 .area_sns .others {
		margin: 3rem auto 2.5rem;
	}
	.gw2026 .area_sns .others p {
		font-size: 1.4rem;
		margin-bottom: 1rem;
	}
	.gw2026 .area_sns .others ul li {
		padding: 0 2rem;
		width: 4rem;
	}
	.gw2026 .area_sns .others ul li:nth-child(2) {
		width: 3rem;
	}
}


/* mdoal */
body.fixed {
	overflow: hidden;
}
.gw2026 .modalContainer {
	padding: 2rem 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	z-index: 2000;
}
.gw2026 .modalContainer:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.gw2026 .modalContainer.active {
	opacity: 1;
	visibility: visible;
}
.gw2026 .modalBox {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 102rem;
	width: 90%;
	background-color: #fff;
	border-radius: 2rem;
}
.gw2026 .modalBox .modalContent {
	position: relative;
	padding: 6rem;
	text-align: left;
}
.gw2026 .modalBox .modalClose {
	position: absolute;
	display: flex;
  align-items: center;
  justify-content: center;
	top: 2rem;
	right: 2rem;
	width: 4rem;
	height: 4rem;
  background-color: #999999;
	cursor: pointer;
	border-radius: 6rem;
	z-index: 100;
}
.gw2026 .modalBox .modalClose:before,
.gw2026 .modalBox .modalClose:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	height: 0.3rem;
	background-color: #fff;
	transform: translate(-50%,-50%) rotate(45deg);
}
.gw2026 .modalBox .modalClose:after {
	transform: translate(-50%,-50%) rotate(-45deg);
}
.gw2026 .modalBox .wrap {
	gap: 0 4.3%;
}
.gw2026 .modalBox .modalPic {
	width: 47.3%;
	text-align: center;
}
.gw2026 .modalBox .modalDetail {
	width: 48.3%;
	line-height: 1.5;
}
.gw2026 .modalBox .modalDetail .modalItemName {
	margin-top: 2.5rem;
	font-size: 2.4rem;
	font-weight: bold;
}
.gw2026 .modalBox .modalDetail .modalItemName span.note {
	font-size: 1.4rem;
	color: #f00;
}
.gw2026 .modalBox .modalDetail .modalItemName:nth-of-type(1) {
	margin-top: 0;
}
.gw2026 .modalBox .modalDetail .modalPrice {
	margin-top: 0.3rem;
	font-size: 1.4rem;
}
.gw2026 .modalBox .modalDetail .modalPrice span {
	font-size: 1.8rem;
	font-weight: 700;
}
.gw2026 .modalBox .modalDetail .modalIcon {
	margin-top: 0.7rem;
	display: flex;
	gap: 0 0.8rem;
}
.gw2026 .modalBox .modalDetail .modalIcon li {
	padding: 0.6rem 1rem 0.6rem 1rem;
	font-size: 1.3rem;
	font-weight: 500;
	border: solid 0.2rem;
	border-radius: 5rem;
	text-align: center;
	background-color: #fff;
}
.gw2026 .modalBox .modalDetail .modalTxt {
	margin-top: 1.5rem;
	font-size: 1.5rem;
	font-weight: normal;
}
.gw2026 .modalBox .modalDetail .modalCopy {
	margin-top: 1.5rem;
	font-size: 1.5rem;
	font-weight: normal;
}
.gw2026 .modalBox .modalDetail .modalshop {
	margin-top: 2.5rem;
	padding: 2rem;
	background-color: #F1F9FA;
	border-radius: 0.8rem;
}
.gw2026 .modalBox .modalDetail .moadlPlace,
.gw2026 .modalBox .modalDetail .modalTel {
	margin-top: 0.5rem;
	padding-left: 1.8rem;
	font-size: 1.4rem;
	font-weight: normal;
	position: relative;
}
.gw2026 .modalBox .modalDetail .moadlPlace::before,
.gw2026 .modalBox .modalDetail .modalTel::before {
	display: block;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
}
.gw2026 .modalBox .modalDetail .moadlPlace::before {
	background-image: url(/pages/gw/img/icon_map.svg);
	width: 1.1rem;
	height: 1.6rem;
	top: calc(50% - 0.8rem);
}
.gw2026 .modalBox .modalDetail .modalTel::before {
	background-image: url(/pages/gw/img/icon_tel.svg);
	width: 1.2rem;
	height: 1.5rem;
	top: calc(50% - 0.7rem);
}
.gw2026 .modalBox .modalDetail .modalInfoBtn {
	margin: 2rem auto 0;
	border-radius: 3rem;
}
.gw2026 .modalBox .modalDetail .modalInfoBtn a {
	display: block;
	padding: 1rem 1rem 1rem 2rem;
	font-weight: bold;
	color: #fff;
	position: relative;
}
.gw2026 .modalBox .modalDetail .modalInfoBtn a::after {
	display: block;
	content: '';
	width: 1.2rem;
	height: 1.2rem;
	border-right: solid 0.3rem #fff;
	border-bottom: solid 0.3rem #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 0.6rem);
	right: 2.5rem;
}
.gw2026 .modalBox .btnClose {
	margin: 5rem auto 0;
	width: 24rem;
}
.gw2026 .modalBox .btnClose a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	font-size: 1.8rem;
	border: solid 0.2rem #a5a5a5;
	border-radius: 3rem;
	box-shadow: 2px 3px 0px 0px rgba(165,165,165,1);
}
.gw2026 .modalBox .btnClose span.icon {
	font-size: 2.3rem;
	padding-left: 1rem;
	margin-right: -2rem;
}
@media screen and (max-width: 768px) {
	.gw2026 .modalBox .modalContent {
		padding: 5rem 2rem;
	}
	.gw2026 .modalBox .modalClose {
		top: 1rem;
		right: 1rem;
		width: 3rem;
		height: 3rem;
		border-radius: 3.5rem;
	}
	.gw2026 .modalBox .modalClose:before,
	.gw2026 .modalBox .modalClose:after {
		height: 0.2rem;
	}
	.gw2026 .modalBox .wrap {
		gap: 1.5rem 0;
	}
	.gw2026 .modalBox .modalPic {
		width: 100%;
	}
	.gw2026 .modalBox .modalDetail {
		width: 100%;
	}
	.gw2026 .modalBox .modalDetail .modalItemName {
		font-size: 1.8rem;
	}
	.gw2026 .modalBox .modalDetail .modalItemName span.note {
		font-size: 1.1rem;
	}
	.gw2026 .modalBox .modalDetail .modalPrice {
		font-size: 1.2rem;
	}
	.gw2026 .modalBox .modalDetail .modalPrice span {
		font-size: 1.5rem;
	}
	.gw2026 .modalBox .modalDetail .modalIcon li {
		padding: 0.2rem 1rem 0.3rem 1rem;
		font-size: 1.1rem;
	}
	.gw2026 .modalBox .modalDetail .modalTxt {
		font-size: 1.3rem;
	}
	.gw2026 .modalBox .modalDetail .modalCopy {
		font-size: 1.3rem;
	}
	.gw2026 .modalBox .modalDetail .modalshop {
		margin-top: 2rem;
		padding: 1.3rem 1.5rem;
		border-radius: 0.8rem;
	}
	.gw2026 .modalBox .modalDetail .modalShopName {
		font-size: 1.3rem;
	}
	.gw2026 .modalBox .modalDetail .moadlPlace,
	.gw2026 .modalBox .modalDetail .modalTel {
		font-size: 1.1rem;
	}
	.gw2026 .modalBox .modalDetail .modalInfoBtn {
		margin: 1.5rem auto 0;
	}
	.gw2026 .modalBox .modalDetail .modalInfoBtn a {
		padding: 0.6rem 0.6rem 0.6rem 1.4rem;
		font-size: 1.3rem;
	}
	.gw2026 .modalBox .modalDetail .modalInfoBtn a::after {
		width: 0.8rem;
		height: 0.8rem;
		border-width: 0.2rem;
		top: calc(50% - 0.3rem);
		right: 1.5rem;
	}
	.gw2026 .modalBox .btnClose {
		margin: 2.5rem auto 0;
		width: 52.6%;
	}
	.gw2026 .modalBox .btnClose a {
		padding: 0.5rem;
		font-size: 1.3rem;
		box-shadow: 1px 2px 0px 0px rgba(165,165,165,1);
	}
	.gw2026 .modalBox .btnClose span.icon {
		font-size: 1.6rem;
	}
}

/*注意文*/
.attention_txt {
    margin-top: 5rem;
    font-size: 1.2rem;
	line-height: 1.6rem;
    text-align: center;
}
@media screen and (max-width: 768px) {
	.attention_txt {
		margin: 5rem 2% 0;
	}
}

/* gototop */
#gototop {
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	width: 8.6rem;
	z-index: 100;
}
#gototop a {
	display: block;
	position: relative;
}
@media screen and (max-width: 480px) {
	#gototop {
		bottom: 7rem;
		width: 4.7rem;
	}
	#gototop a::after {
		width: 6.2rem;
		height: 2.5rem;
		top: -1.7rem;
		left: -0.5rem;
	}
}
