@charset "utf-8";

@font-face {
	font-family: 'NotoSansJP-VariableFont_wght';
	font-style: normal;
	font-weight: 400, 500,700,900;
	src: url('../fonts/NotoSansJP-VariableFont_wght.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto-VariableFont_wdth,wght';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto Italic Variable';
	font-style: italic;
	font-weight: 500;
	src: url('../fonts/Roboto-Italic-VariableFont_wdth,wght.ttf') format('truetype');
}

body #allWrap {
	font-size: 18px;
	font-family: 'NotoSansJP-VariableFont_wght', sans-serif;
	line-height: 1;
	font-weight: 500;
	font-style: normal;
	color: #000;
}
#allWrap .pc {
	display: block;
}
#allWrap .sp {
	display: none;
}
p{
	color: #000;
}
@media screen and (max-width: 768px) {
	#allWrap .pc {
	display: none;
	}
	#allWrap .sp {
	display: block;
	}
}
#allWrap ol,
#allWrap ul {
	padding-left: 0;
	list-style: none;
}
#allWrap table {
	border-collapse: collapse;
	border-spacing: 0;
}
#allWrap a:hover {
	opacity: 0.6;
	text-decoration: none;
}
#allWrap .inner {
	margin: 0 auto;
	padding-left: 10rem;
	padding-right: 10rem;
	max-width: 120rem;
	width: auto;
	position: static;
}
.summer .wrap {
	display: flex;
	flex-wrap: wrap;
}
/*.summer a {
	color: #000;
}
.summer p,
.summer ul,
.summer dl {
	margin-bottom: 0;
}
.summer ul,
.summer ol {
	padding-left: 0;
}
.summer dl dt {
	font-weight: normal;
}
.summer a {
	color: #000;
}
.summer h2 {
	margin-bottom: 0;
}*/
.summer .target .sub_ttl{
	width: fit-content;
	min-width: 152px;
	margin: 0 auto 30px;
	text-align: center;
	border: 2px solid #005AAB;
}
.summer .target .sub_ttl h3{
	color: #005AAB;
	font-family: "Zen Maru Gothic";
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.2rem;
	border: 4px solid #FFF;
	background: #FFF200;
}
@media screen and (max-width: 768px) {
	#allWrap .inner {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

/* mv */
.summer .mv {
	margin-top: 1.5rem;
}
.summer .mv img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.summer .mv {
		margin-top: 0;
	}
}

.summer__nav {
	position: -webkit-sticky;
	position: sticky;
	top: 66px;
	left: 0;
	padding: 0rem 0;
	width: 100%;
	z-index: 8;
	background: #FFF;
  }
  
  .summer__menuBtn{
	display: none;
  }
  
  .summer__nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 10px 0;
	list-style: none;
  }
  .summer__nav-item {
	width: calc(100% / 6);
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
  }
  .summer__nav-link {
	display: flex;
    height: 100%;
    width: 100%;
	opacity: 1;
	justify-content: center;
    align-items: center;
    flex-flow: column;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 2.2rem;
    text-align: center;
	text-decoration: none;
  }
  
  /* Keep hover fully opaque; rely on image fade for feedback */
  .summer__nav-link:hover {
	opacity: 1;
	text-decoration: none;
	cursor: pointer;
  }
  
  .summer__nav-image {
	width: 40px;
	height: 40px;
	margin: 0 auto;
  }

	.-item00 .summer__nav-text-line{
		color: #005AAB;
	}
	.-item01 .summer__nav-text{
		color: #E66400;
	}
	.-item02 .summer__nav-text{
		color: #E50041;
	}
	.-item03 .summer__nav-text{
		color: #E50A84;
	}
	.-item04 .summer__nav-text{
		color: #B32FDF;
	}
	.-item05 .summer__nav-text-line{
		color: #00A73B;
	}
  
  .summer__nav-text {
	padding-top: 4px;
  }

  .summer__nav-item{
	padding-left: 0.8rem;
	padding-right: 0.8rem;
	width: 16.9rem;
	height: 7rem;
	background-image: repeating-linear-gradient(180deg, #005AAB, #005AAB 5px, transparent 5px, transparent 9px);
	background-position: right top 1px;
	background-repeat: repeat-y;
	background-size: 2px calc(100% * 9);
  }
  .-item05{
	background-image: none;
  }

  .summer__nav-item.is-current .summer__nav-link {
	color: #fff;
	border-radius: 1rem;
  }
  
  .summer__nav-item.-item00.is-current .summer__nav-link {
	background-color: #EFF7FF;
  }
  
  .summer__nav-item.-item01.is-current .summer__nav-link {
	background-color: #FFF8EF;
  }
  
  .summer__nav-item.-item02.is-current .summer__nav-link {
	background-color: #FFEFEF;
  }
  
  .summer__nav-item.-item03.is-current .summer__nav-link {
	background-color: #FFEFFD;
  }
  
  .summer__nav-item.-item04.is-current .summer__nav-link {
	background-color: #FBEFFF;
  }
  
  .summer__nav-item.-item05.is-current .summer__nav-link {
	background-color: #F3FFEF;
  }
  
/* menu */
/*#allWrap .navi {
	background-color: #fff;
	z-index: 99;
	position: sticky;
	top: 6.7rem;
}
#allWrap .navi ul {
	margin: 0 auto;
	padding: 1rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 9rem;
}
#allWrap .navi ul li {
	padding-left: 0.8rem;
	padding-right: 0.8rem;
	width: 16.9rem;
	height: 7rem;
	background-image: repeating-linear-gradient(180deg, #005AAB, #005AAB 5px, transparent 5px, transparent 9px);
	background-position: right top 1px;
	background-repeat: repeat-y;
	background-size: 2px calc(100% * 9);
}
#allWrap .navi ul li.top {
	
}
#allWrap .navi ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1.9rem;
    font-weight: 800;
	line-height: 2.2rem;
	text-align: center;
	height: 100%;
    width: 100%;
    max-width: 153px;
}
#allWrap .navi ul li.top a{
	color: #005AAB;
}
#allWrap .navi ul li.event a{
	color: #E66400;
}
#allWrap .navi ul li.gourmet a{
	color: #E50041;
}
#allWrap .navi ul li.sweets a{
	color: #E50A84;
}
#allWrap .navi ul li.drink a{
	color: #B32FDF;
}
#allWrap .navi ul li.item a{
	color: #00A73B;
}
#allWrap .navi ul li .navi_subtitle {
	font-family: 'NotoSansJP-VariableFont_wght', sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
}
#allWrap .navi ul li .navi_coming {
	position: absolute;
  top: 0;
	font-family: "Playball", cursive;
	font-size: 1.2rem;
	font-weight: 500;
    line-height: 1.5rem;
	background-color: #BB830F;
    height: 1.6rem;
	margin-bottom: 0.4rem;
    padding: 0 2rem;
    color: #fff;
    border-radius: 50px;
}
#allWrap .navi ul li .navi_coming::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
    margin-left: -4px;
    border: 4px solid transparent;
	border-top: 5px solid #BB830F;
}
#allWrap .navi ul li.top.cur a {
	background-color: #EFF7FF;
	border-radius: 1rem;
}
#allWrap .navi ul li.event.cur a {
	background-color: #FFF8EF;
	border-radius: 1rem;
}
#allWrap .navi ul li.gourmet.cur a {
	background-color: #FFEFEF;
	border-radius: 1rem;
}
#allWrap .navi ul li.sweets.cur a {
	background-color: #FFEFFD;
	border-radius: 1rem;
}
#allWrap .navi ul li.drink.cur a {
	background-color: #FBEFFF;
	border-radius: 1rem;
}
#allWrap .navi ul li.item.cur a {
	background-color: #F3FFEF;
	border-radius: 1rem;
}*/
@media screen and (max-width: 768px) {
	.summer__menuBtn {
		pointer-events: auto; /* ボタンはクリック可能にする */
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 78px;
		height: 78px;
		margin-left: auto; /* 右寄せ */
		border-radius: 0 0 0 1.25rem;
		background: #fff;
		border: none;
		cursor: pointer;
		position: relative;
		z-index: 101; /* メニュー(10001)より上 */
		outline: none !important;
		box-shadow: none !important;
		-webkit-tap-highlight-color: transparent;
	  }
	  .summer__menuBtn-text {
		color: #005AAA;
		font-size: 1.6rem;
		font-weight: bold;
	  }
	  
	  .summer__menuBtn-icon {
		display: block;
		width: 40px;
		height: 40px;
		transition: transform 0.3s ease;
	  }
	  .summer__menuBtn-icon img {
		width: 100%;
		height: auto;
		display: block;
	  }
	  .summer__menuBtn {
		transition: background-color 0.3s ease;
	  }
	  
	  .summer__menuBtn.is-open {
		background: #00A0E9;
	  }
	  
	  .summer__menuBtn.is-open .summer__menuBtn-text {
		color: #fff;
	  }

	.summer__nav {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		left: 0;
		max-height: 100dvh; /* or 100vh */
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		width: 78px;
		margin-left: auto;
		padding: 0;
		z-index: 100;
		pointer-events: none;
		background: none;
		align-items: flex-start;
	  }
	  
	  .summer__inner.navi{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100vh - 60px); /* PC: ヘッダー分を引いた高さ */
		padding-top: 90px;
		padding-bottom: 30px;
		background: #FFF;
		z-index: 99; /* ボタン(10005)より下 */
		display: none; /* 初期状態は非表示 */
		align-items: flex-start;
		justify-content: center;
		pointer-events: auto;
		overflow-y: auto;
	  }
	  .is-open .summer__inner.navi {
		display: flex;
	  }
	  
	  .summer__nav-list {
		display: grid;
		grid-template-columns: 1fr; /* 1列 */
		gap: 20px 20px;
		width: 94%;
		max-width: 840px;
		list-style: none;
		margin: 0;
		padding: 0 0 20px 0;
	  }
	  
	  .summer__nav-link {
		display: flex;
		padding: 20px 10px;
		flex-direction: row;
		align-items: center;
		color: #000;
		gap: 15px;
		justify-content: left;
	  }
	  .summer__nav-link:hover { 
		text-decoration: none;
	  }
	
	  .summer__nav-item{
		padding: 0;
		width: auto;
		height: auto;
		background-image: none;
	  }
	  .summer__nav-item::after{
		content: "";
		display: block;
		width: 100%;
		margin-top: 10px;
		border-bottom: 2px dashed #005AAC;
	  }
	  .summer__nav-item.-item05::after{
		content: none;
	  }
	  
	  figure.summer__nav-image {
		margin: 0;
	  }
	  .summer__nav-image img {
		width: 40px;
		margin-bottom: 0;
	  }
	 
	  .summer__nav-text-line{
		padding-top: 0;
	  }
	  .summer__nav-text-line,.summer__nav-text {
		/*font-size: 1.8rem;*/
		font-weight: bold;
	  } 




	/*#allWrap .navi {
		top: 0;
	}
	#allWrap .navi ul {
		padding: 1rem 0;
		display: flex;
		flex-wrap: wrap;
		height: auto;
		gap: 12px 0;
	}
	#allWrap .navi ul li {
		width: 32vw;
		height: auto;
		background-image: none;
		position: relative;
	}
	#allWrap .navi ul li a{
		padding-top: 0;
		font-size: 4vw;
	}
	#allWrap .navi ul li.top::after,
	#allWrap .navi ul li.event::after,
	#allWrap .navi ul li.sweets::after {
		display: block;
		content: '';
		position: absolute;
		left: 0.933vw;
		bottom: -0.9rem;
		width: 93%;
		background-image: none;
		height: 0.267vw;
	}
	#allWrap .navi ul li a {
		font-size: 4vw;
		line-height: 1.8rem;
		height: 4.5rem;
		max-width: 32vw;
	}*/
}

.summer .target {
	background-color: #54C2F0;
	background-image: url(/summer/img/bg_main.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100% auto;
}
@media screen and (max-width: 768px) {
	.summer .target{
		margin-top: -80px;
        padding: 82px 0 100px;
	}
}

/* btnMore */
.summer .btnMore {
	margin: 3rem auto 0;
	display: flex;
	justify-content: center;
}
.summer .btnMore a,
.summer .btnMore span {
	display: flex;
	flex: none;
	padding: 1.6rem 5rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 3rem;
	color: #fff;
	background-color: #00A0E9;
	border-radius: 100px;
	text-align: center;
}

.summer .btnMore a::after {
	display: block;
	content: url(/summer/img/arrow.svg);
	height: 2.4rem;
	width: 2.4rem;
	padding: 0.4rem 0 0 0.5rem;
}
@media screen and (max-width: 768px) {
	.summer .btnMore a::before,
	.summer .btnMore a::after,
	.summer .btnMore span::before,
	.summer .btnMore span::after {
		width: 0.9rem;
		height: 0.3rem;
		top: calc(50% - 0.15rem);
		transform-origin: 90% center;
	}
}

/* framebox */
.framebox {
	padding: 5rem 4rem;
	background-color: #fff;
	border-radius: 1rem;
}
.framebox h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.4rem;
	position: relative;
}
.framebox .btnMore + h3 {
	margin-top: 5rem;
}
.framebox iframe {
	border: none;
}
@media screen and (max-width: 768px) {
	.framebox {
		padding: 2rem 1.5rem 3rem;
	}
	.framebox h3 {
		font-size: 1.8rem;
	}
	.framebox .btnMore + h3 {
		margin-top: 3rem;
	}
	.framebox iframe {
		height: 380px !important;
	}
}


/* bnrArea */
.summer .bnrArea h3 {
	display: inline-block;
    position: relative;
    font-size: 2.4rem;
    font-weight: 700;
	margin: 0 auto 3rem;
    padding: 1rem 2rem;
    background: #ffffff;
    border-radius: 50px;
}
.summer .bnrArea h3::after{
	content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 10px solid #ffffff;
}
.summer .bnrArea h3 span {
	padding: 0 1.5rem;
	position: relative;
}
.summer .bnrArea h3 span::before {
	left: 0;
	transform: rotate(-25deg);
}
.summer .bnrArea h3 span::after {
	right: 0;
	transform: rotate(25deg);
}
@media screen and (max-width: 768px) {
	#allWrap.summer .bnrArea .inner {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.summer .bnrArea h3 {
		margin-top: 2.5rem;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.summer .bnrArea h3 span {
		display: block;
		padding: 0;
	}
}

/* sns */
.summer .area_sns {
	margin: 7rem auto 0;
	max-width: 98rem;
	text-align: center;
}
.summer .area_sns .instagram {
	margin: 0 auto;
	width: 71.2rem;
	position:relative;
}
.summer .area_sns .instagram a {
	display: flex;
	align-items: center;
	padding: 2.6rem 4rem;
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(90deg, #00A0E9 0%, #54C3F1 100%);
	border-radius: 1rem;
	position: relative;
}
.summer .area_sns .instagram a::after {
	display: block;
	content: '';
	width: 2.2rem;
	height: 2.2rem;
	border-right: solid 0.4rem #fff;
	border-bottom: solid 0.4rem #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 1.1rem);
	right: 4.5rem;
}
.summer .area_sns .instagram .icon {
	margin-right: 2rem;
	width: 6rem;
}
.summer .area_sns .instagram .txt {
	font-size: 2.4rem;
	color: #fff;
}
.summer .area_sns .instagram .txt span {
	display: block;
	margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
	.summer .area_sns {
		margin: 5rem auto 0;
		max-width: 100%;
	}
	.summer .area_sns .instagram {
		margin: 0 auto;
		width: 92%;
	}
	.summer .area_sns .instagram a {
		padding: 1.4rem 3.3rem 1.8rem 2rem;
		font-size: 1.2rem;
		text-align: left;
	}
	.summer .area_sns .instagram a::after{
		width: 2rem;
		height: 2rem;
	}
	.summer .area_sns .instagram .icon {
		margin-right: 1.6rem;
		width: 14%;
	}
	.summer .area_sns .instagram .txt {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.summer .area_sns .instagram .txt span{
		margin-bottom: auto;
	}
}

.summer .area_sns .others {
	margin: 3.5rem auto 7rem;
}
.summer .area_sns .others p {
	display: inline-block;
	position: relative;
    font-size: 2.4rem;
    font-weight: 700;
	margin-bottom: 3rem;
    padding: 1rem 2rem;
	color: #005AAB;
    background: #FFFAB7;
    border-radius: 50px;
}
.summer .area_sns .others p::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
	margin-left: -8px;
    border: 8px solid transparent;
    border-top: 10px solid #FFFAB7;
}
.summer .area_sns .others ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.summer .area_sns .others ul li {
	padding: 0 1rem;
	width: 5rem;
	box-sizing: content-box;
}
.summer .area_sns .others ul li:nth-child(2) {
	width: 4rem;
}
@media screen and (max-width: 768px) {
	.summer .area_sns .others {
		margin: 3rem auto 5rem;
	}
	.summer .area_sns .others p {
		font-size: 1.4rem;
		margin-bottom: 2rem;
		padding: 0.6rem 1rem;
		font-weight: 800;
	}
	.summer .area_sns .others ul li {
		width: 4rem;
	}
	.summer .area_sns .others ul li:nth-child(2) {
		width: 3rem;
	}
}

[v-cloak] {
	display: none;
}

/* modal */
.summer a.modalBtn {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.items-slider .slick-dots li{
	width: 8px;
    height: 8px;
    margin: 0 7px;
}
.items-slider .slick-dots li button{
	width: 8px;
    height: 8px;
    background-color: transparent;
    background: #ccc;
    border-radius: 50%;
}
.items-slider .slick-dots li.slick-active button{
	background: #00A0E9;
}
.slick-dots li button:before{
	display: none;
}
/* フェードイン・フェードアウト */
@keyframes mmfadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes mmfadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}
.summer .micromodalSlide {
	display: none;
}
.summer .micromodalSlide.is-open {
	display: block;
}
.summer .micromodalSlide[aria-hidden="false"] .modalOverlay {
	animation: mmfadeIn .5s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.summer .micromodalSlide[aria-hidden="true"] .modalOverlay {
	animation: mmfadeOut .5s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.summer .micromodalSlide .modalOverlay {
	will-change: transform;
}
.summer .modalOverlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 90, 171, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
}
.summer .modalContainer {
	padding: 0;
	background: #fff;
	border-radius: 2rem;
	width: 100rem;
	position: relative;
}
.summer .modalDocument {
	padding: 6.5rem 6rem;
	max-height: calc(100vh - 20rem);
	overflow-y: auto;
	scrollbar-width: none
}
/* 見出しを非表示にする */
.summer .modalHeaderHidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
/* .modalClose */
.summer .modalClose {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	width: 4.2rem;
	height: 4.2rem;
	border: none;
	border-radius: 2rem;
	z-index: 10;
	background-color: #00A0E9;
}
.summer .modalClose::after,
.summer .modalClose::before {
	content: "";
	position: absolute;
	width: 0.2rem;
	height: 2rem;
	top: 50%;
	left: 50%;
	background: #fff;
	transition: opacity 0.3s ease-out;
}
.summer .modalClose::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.summer .modalClose::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.summer .modalDocument .wrap {
	margin-top: 0;
	display: flex;
	gap: 0 4.5%;
}
.summer .modalDocument .modalDetail {
	width: 47.7%;
}
.summer .modalDocument .modalDetail .modalItemName {
	margin-top: 3rem;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 3.2rem;
}
.summer .modalDocument .modalDetail .modalItemName:nth-of-type(1) {
	margin-top: 0;
}
.summer .modalDocument .modalDetail .modalPrice {
	margin-top: 1.5rem;
	font-size: 2rem;
	line-height: normal;
}
.summer .modalDocument .modalDetail .modalPrice span {
	font-size: 2rem;
}
.summer .modalDocument .modalDetail .modalNote {
	margin-top: 0.5rem;
	font-size: 1.4rem;
	line-height: 2rem;
}
.summer .modalDocument .modalDetail .modalIcons {
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.summer .modalDocument .modalDetail .modalIcons li {
	padding: 0.6rem 0.9rem;
	font-size: 1.2rem;
	border-radius: 0.3rem;
}
.summer .modalDocument .modalDetail .modalTxt {
	margin-top: 1.5rem;
	font-size: 1.6rem;
	line-height: 2rem;
}
.summer .modalDocument .modalDetail .modalCopy {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	line-height: 2rem;
}
.summer .modalDocument .modalDetail .modalShop {
	margin-top: 3.5rem;
	padding: 2rem;
	border-radius: 1rem;
	font-size: 1.4rem;
	background-color: #eee;
}
.summer .modalDocument .modalDetail .modalShopWrap {
	margin-top: 1.5rem;
	display: flex;
	gap: 0 2.5rem;
}
.summer .modalDocument .modalDetail .moadlPlace {
	margin-bottom: 0;
	padding-left: 1.5rem;
	position: relative;
}
.summer .modalDocument .modalDetail .moadlPlace::before {
	display: block;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.1rem;
	height: 1.4rem;
	position: absolute;
	top: calc(50% - 0.6rem);
	left: 0;
}
.summer .modalDocument .modalDetail .modalTel {
	padding-left: 1.5rem;
	position: relative;
}
.summer .modalDocument .modalDetail .modalTel::before {
	display: block;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.1rem;
	height: 1.4rem;
	position: absolute;
	top: calc(50% - 0.6rem);
	left: 0;
}
.summer .modalDocument .modalDetail .modalTel a{
	color: #000;
}
.summer .modalDocument .modalDetail .modalInfoBtn {
	width: 25rem;
}
.summer .modalDocument .modalDetail .modalInfoBtn a {
	font-size: 1.6rem;
}
.summer .modalDocument .modalDetail .modalInfoBtn a::before,
.summer .modalDocument .modalDetail .modalInfoBtn a::after {
	width: 1rem;
	height: 0.2rem;
	top: calc(50% - 0.1rem);
}
.summer .modalDocument .modalPic {
	height: fit-content;
	width: 47.7%;
}
@media screen and (max-width: 768px) {
	.summer .modalContainer {
		border-radius: 1.5rem;
		width: 84.2%;
	}
	.summer .modalDocument {
		padding: 5rem 3rem 3rem;
	}
	/* .modalClose */
	.summer .modalClose {
		top: 1.2rem;
		right: 1.2rem;
		width: 3.1rem;
		height: 3.1rem;
		border-radius: 3rem;
	}
	.summer .modalDocument .wrap {
		flex-direction: column-reverse;
		gap: 2rem 0;
	}
	.summer .modalDocument .modalDetail {
		width: 100%;
	}
	.summer .modalDocument .modalDetail .modalItemName {
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.summer .modalDocument .modalDetail .modalPrice {
		margin-top: 1rem;
		font-size: 1.8rem;
	}
	.summer .modalDocument .modalDetail .modalPrice span {
		font-size: 1.8rem;
	}
	.summer .modalDocument .modalDetail .modalIcons {
		margin-top: 1rem;
		gap: 0.3rem;
	}
	.summer .modalDocument .modalDetail .modalIcons li {
		padding: 0.3rem 0.7rem 0.5rem;
		font-size: 1rem;
	}
	.summer .modalDocument .modalDetail .modalTxt {
		margin-top: 1rem;
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
	.summer .modalDocument .modalDetail .modalCopy {
		margin-top: 1rem;
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
	.summer .modalDocument .modalDetail .modalShop {
		margin-top: 3.2rem;
		padding: 1.3rem 1.5rem;
		border-radius: 1rem;
		font-size: 1.2rem;
	}
	.summer .modalDocument .modalDetail .modalShopWrap {
		margin-top: 1.2rem;
		gap: 0 2.5rem;
	}
	.summer .modalDocument .modalDetail .moadlPlace {
		padding-left: 1.5rem;
	}
	.summer .modalDocument .modalDetail .moadlPlace::before {
		width: 1rem;
		height: 1.3rem;
	}
	.summer .modalDocument .modalDetail .modalTel {
		padding-left: 1.5rem;
	}
	.summer .modalDocument .modalDetail .modalTel::before {
		width: 1rem;
		height: 1.3rem;
	}
	.summer .modalDocument .modalDetail .modalInfoBtn {
		width: 100%;
	}
	.summer .modalDocument .modalDetail .modalInfoBtn a {
		font-size: 1.2rem;
	}
	.summer .modalDocument .modalDetail .modalInfoBtn a::before,
	.summer .modalDocument .modalDetail .modalInfoBtn a::after {
		width: 1rem;
		height: 0.2rem;
		top: calc(50% - 0.1rem);
	}
	.summer .modalDocument .modalPic {
		width: 100%;
	}
}


/* gototop */
#gototop {
	position: fixed;
	right: 4rem;
	bottom: 3rem;
	width: 60px;
	z-index: 100;
}
#gototop a {
	display: block;
	position: relative;
}
@media screen and (max-width: 768px) {
	#gototop {
		right: 1rem;
        bottom: 7rem;
	}
}
