  .sc_mainvisual {
	  width: 100%;
	  height: 90vh;
  }
@media screen and (min-width: 375px) {
  /* スマートフォン横向き用 */
  .sc_mainvisual {
	  width: 100%;
	  height: 90vh;
  }
	.sc-top-about h3 {
	  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		color: #12649F;
		font-size: 5.4vw;
	}
	.sc-top-item .inner .grid {
		display: block;
		padding: 10%
	}
	.sc-top-item .inner .grid .item .text {
		margin-top: 1em;
	}
	.sc-top-item .inner .grid .item .text p {
		margin-top: .5em;
	}
	/**/
	.header-top-wrap {
		padding-top: 2em;
	}
	#global-nav {
		position: absolute;
		top: 0;
		left: 0;
		background: #FFF;
		height: 2000%;
	}
	.sc_header_logo {
		padding: 20px 0;
	}
	.search-area {
		margin-top: 20px;
	}
	.header-menu li {
		width: 100%;
		float: none;
	}
.sc-top-softcream .inner{
  max-width: 1200px;
  margin: 0 auto;

  padding: 20px;
}
.sc-top-softcream .inner .soft_left {
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sc-top-softcream .inner .soft_left div {
	text-align: center;
}
.sc-top-softcream .inner .soft_right {
  padding: 30px 10px 30px;
  align-items: center;
  justify-content: center;
}
.sc-top-softcream .inner .soft_right h3 {
	  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		color: #12649F;
		font-size: 5.4vw;
		text-align: center;
}
.sc-top-softcream .inner .soft_right p {
	margin-top: 1em;
	text-align: center;
}
.sc-top-softcream .inner .soft_left div img{
	margin: auto;
	width: 80%;
}

}

@media screen and (min-width: 600px) {
  /* 小型タブレット以上 */
  .sc_mainvisual {
	  width: 100%;
	  height: 90vh;
  }
	.sc-top-about h3 {
	  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		color: #12649F;
		font-size: 5.4vw;
	}
	.sc-top-item .inner .grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 30px;
		grid-row-gap: 0px;
	}

}

@media screen and (min-width: 768px) {
  /* タブレット以上 */
  .sc_mainvisual {
	  width: 100%;
	  height: 90vh;
  }
	.sc-top-about h3 {
	  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		color: #12649F;
		font-size: 5.4vw;
	}
	.sc-top-item .inner .grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 30px;
		grid-row-gap: 0px;
	}

}

@media screen and (min-width: 960px) {
  /* 小型デスクトップ以上 */
  .header-top-wrap {
	  width: 1200px;
	  max-width: 1200px;
	  margin: auto;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
  }
	.sc-top-item .inner .grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 30px;
		grid-row-gap: 0px;
	}
	
}

@media screen and (min-width: 1018px) and (max-width: 1159px) {
  /* 特定の中間サイズ */
	#header {
		height: 95px;
	}
	#header > .logo {
		height: auto;
	}
  .header-top {
	  padding: 2em 0;
	  height: auto;
  }
  .sc_header_logo {
	  margin-right: 2em;
  }
  .header-top-wrap {
	  width: 1200px;
	  max-width: 1200px;
	  margin: auto;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  align-items: center;
  }
  
	.header-top-wrap {
		padding-top: 0;
	}
	#global-nav {
		position: inherit;
	}
	.sc_header_logo {
		padding: 0;
	}
	.search-area {
		margin-top: 0;
	}
	.header-menu li {
		float: left;
		width: 32%;
	}
  
  .sc_mainvisual {
	  width: 100%;
	  height: 550px;
  }
  .sc-item-footer {
	  
  }
  .sc-itemInfo2 {
	  color: black;
	  padding-top: 2em;
	  border-top: 1px solid #ececec; 
  }
  .sc-itemInfo2 h3 {
	  margin-bottom: 1em;
	  font-size: 1.2em;
  }
  
  .sc-top-about .inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
  }
	.sc-top-about h3 {
	  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		color: #12649F;
		font-size: 26px;
	}
	.sc-top-item .inner .grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 30px;
		grid-row-gap: 0px;
	}

}

@media screen and (min-width: 1019px) {
  /* デスクトップ以上 */
	#header {
		height: 95px;
	}
	#header > .logo {
		height: auto;
	}
  .header-top {
	  padding: 2em 0;
	  height: auto;
  }
  
	.header-top-wrap {
		padding-top: 0;
	}
	#global-nav {
		position: inherit;
	}
	.sc_header_logo {
		padding: 0;
	}
	.search-area {
		margin-top: 0;
	}
	.header-menu li {
		float: left;
		width: 32%;
	}
  
  .sc_header_logo {
	  margin-right: 2em;
  }
  .header-top-wrap {
	  width: 1200px;
	  max-width: 1200px;
	  margin: auto;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  align-items: center;
  }
  .sc_mainvisual {
	  width: 100%;
	  height: 550px;
  }
  .sc-item-footer {
	  
  }
  .sc-itemInfo2 {
	  color: black;
	  padding-top: 2em;
	  border-top: 1px solid #ececec; 
  }
  .sc-itemInfo2 h3 {
	  margin-bottom: 1em;
	  font-size: 1.2em;
  }
	.sc-top-about h3 {
	  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		color: #12649F;
		font-size: 26px;
	}
	.sc-top-item .inner .grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 30px;
		grid-row-gap: 0px;
	}
	
	.header-top-wrap {
		padding-top: 0;
	}
	#global-nav {
		position: inherit;
	}
	.sc_header_logo {
		padding: 0;
	}
	.search-area {
		margin-top: 0;
	}
	.header-menu li {
		float: left;
		width: 32%;
	}
.sc-top-softcream .inner{
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: 3fr 6fr;
  gap: 60px;
  padding: 20px;
}
.sc-top-softcream .inner .soft_left {
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sc-top-softcream .inner .soft_left div {
	text-align: center;
}
.sc-top-softcream .inner .soft_right {
  padding: 30px;
  align-items: center;
  justify-content: center;
}
.sc-top-softcream .inner .soft_right h3 {
	  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		color: #12649F;
		font-size: 2vw;	
		margin-top: 5em;
		text-align: left;
}
.sc-top-softcream .inner .soft_right p {
	margin-top: 1em;
	text-align: left;
}
.sc-top-softcream .inner .soft_left div img{
	margin: auto;
	width: 80%;
}
}

@media screen and (min-width: 1200px) {
  /* ラージデスクトップ以上 */
	#header {
		height: 95px;
	}
	#header > .logo {
		height: auto;
	}
  .header-top {
	  padding: 2em 0;
	  height: auto;
  }
  .sc_header_logo {
	  margin-right: 2em;
  }
  .header-top-wrap {
	  width: 1200px;
	  max-width: 1200px;
	  margin: auto;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  align-items: center;
  }

	.header-top-wrap {
		padding-top: 0;
	}
	#global-nav {
		position: inherit;
	}
	.sc_header_logo {
		padding: 0;
	}
	.search-area {
		margin-top: 0;
	}
	.header-menu li {
		float: left;
		width: 32%;
	}

  .sc_mainvisual {
	  width: 100%;
	  height: 550px;
  }
  .sc-item-footer {
	  
  }
  .sc-itemInfo2 {
	  color: black;
	  padding-top: 2em;
	  border-top: 1px solid #ececec; 
  }
  .sc-itemInfo2 h3 {
	  margin-bottom: 1em;
	  font-size: 1.2em;
  }
  .sc-top-about .inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 30px;
  }
  .left {
	  grid-column: span 7 / span 7;
  }
  .right {
    grid-column: span 5 / span 5;
    grid-column-start: 8;
  }
  
	.sc-top-about h3 {
	  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		color: #12649F;
		font-size: 26px;
	}
	.sc-top-item .inner .grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 30px;
		grid-row-gap: 0px;
	}
.sc-top-softcream .inner{
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: 3fr 6fr;
  gap: 60px;
  padding: 20px;
}
.sc-top-softcream .inner .soft_left {
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sc-top-softcream .inner .soft_left div {
	text-align: center;
}
.sc-top-softcream .inner .soft_right {
  padding: 30px;
  align-items: center;
  justify-content: center;
}
.sc-top-softcream .inner .soft_right h3 {
	  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		color: #12649F;
		font-size: 2vw;	
}
.sc-top-softcream .inner .soft_right p {
	margin-top: 1em;
}
.sc-top-softcream .inner .soft_left div img{
	margin: auto;
	width: 80%;
}

}



/*共通*/
.header {
	border-bottom: none !important;
}
.menubtn {
	background: #fff;
}
#jq-open-btn:hover {
	background: #fff;
}
#jq-open-btn::before {
	color: #3EB8FB
}
#jq-open-btn.close::before {
	color: #3EB8FB
}
.main .ttl h2  {
	color: black !important;
}

.sc-top-about .inner .left p {
	font-size: 16px !important;
	margin-top: 10px;
	line-height: 2em !important;
}
#top-shop-message2 {
	padding: 0;
	border: none;
}

.header-top {
	border-bottom: 3px solid #3EB8FB;
}
.header-menu li a {
  background-color: #3EB8FB;
  border-bottom: none;
}
.item-detail-cart-btn a {
  background-color: #3EB8FB;
  border-bottom: none;
}
.section-head {
	border-top: none;
	border-bottom: none;
	color: #222222;
	font-size: 2em;
	margin-bottom: 1em;
}

#secondary {
	background-color: #3EB8FB;
}
#secondary .secondary-head h3.title2 {
	color: #FFFFFF;
}
.guide-nav {
	color: #FFFFFF;
}
.guide-nav a {
	color: #FFFFFF;
}
#footer {
	border-top: none;
	background-color: #12649F;
	max-width: 100%;
	color: #ffffff;
}

/*カレンダー*/
.schedule-area2 .months {
	color: #FFF;
}
.calendar table th, .calendar table td {
	border: none !important;
	background: none;
	color: #FFF;
}
#page-top a {
	background: #3EB8FB;
}


.sc-top-item .inner {
	width: 100%;
	max-width: 1040px;
	margin: 3em auto;
}


/*button*/
.cart-action-btn-buy a {
	border-bottom: none !important;
	color: #000;
}


/*ソフトクリーム PC*/
/*
.sc-top-softcream .inner{
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: 3fr 6fr;
  gap: 60px;
  padding: 20px;
}
.sc-top-softcream .inner .soft_left {
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sc-top-softcream .inner .soft_left div {
	text-align: center;
}
.sc-top-softcream .inner .soft_right {
  padding: 30px;
  align-items: center;
  justify-content: center;
}
.sc-top-softcream .inner .soft_right h3 {
	  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		color: #12649F;
		font-size: 2vw;	
}
.sc-top-softcream .inner .soft_right p {
	margin-top: 1em;
}
.sc-top-softcream .inner .soft_left div img{
	margin: auto;
	width: 80%;
}
*/