@import url(../css/base.css);
@import url(../css/fonts.css);
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
  font-size: 180%;
  -webkit-text-size-adjust: none;
  font-weight: 500;
}

img {
  vertical-align: middle;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

table {
  width: 100%;
}

p {
  margin: 0 0 30px;
}

section > p:last-child {
  margin-bottom: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html {
  background: none;
}

body {
  color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.inner {
  margin: 0 auto;
	padding: 0 15px;
	box-sizing: content-box;
}

#wrapper {
  overflow: hidden;
  z-index: 1001;
  position: relative;
  display: none;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

a:hover {
  color: #000;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.center {
  text-align: center;
}

p,
dd,
dt,
li,
th,
td {
  line-height: 1.5em;
}

.pc {
	display: none !important;
}
.sp {
	display: block !important;
}

/*==========================================================================*/
/*                               Main                                       */
/*==========================================================================*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

header #logo {
  margin: 25px 0 0 0;
	width: 90px;
}

main {
  position: relative;
  z-index: 2;
}

nav {
  position: absolute;
  top: -122px;
  left: 0;
  width: 100%;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

nav ul li {
  margin: 0 12px;
}

nav ul li a {
  display: block;
}

.main_img {
  position: relative;
  z-index: 0;
  text-align: center;
}

.stroke {
  text-shadow: #fff 3px 0px 0px, #fff 2.83487px 0.981584px 0px, #fff 2.35766px 1.85511px 0px, #fff 1.62091px 2.52441px 0px, #fff 0.705713px 2.91581px 0px, #fff -0.287171px 2.98622px 0px, #fff -1.24844px 2.72789px 0px, #fff -2.07227px 2.16926px 0px, #fff -2.66798px 1.37182px 0px, #fff -2.96998px 0.42336px 0px, #fff -2.94502px -0.571704px 0px, #fff -2.59586px -1.50383px 0px, #fff -1.96093px -2.27041px 0px, #fff -1.11013px -2.78704px 0px, #fff -0.137119px -2.99686px 0px, #fff 0.850987px -2.87677px 0px, #fff 1.74541px -2.43999px 0px, #fff 2.44769px -1.73459px 0px, #fff 2.88051px -0.838247px 0px;
}

/*==================================================
	.event-section
=================================*/

.event-section{
  position: relative;
  z-index: 1;
  background: url("../images/sec1_bg.jpg") top center repeat;
  background-size: 919px 476px;
  padding: 20px 0 50px;
}

.event-section::before{
  background: url(../images/sec1_bg_topsp.png) top center repeat;
 	background-size: 460px 25px;
  width: 100%;
  height: 25px;
  position: absolute;
  top: -20px;
  left: 0;
  content: '';
  z-index: 1;
}

/* .pc-anchor-menu-container
=================================*/
.pc-anchor-menu-container{
	padding: 0 15px;
	margin-bottom: 30px;
}

.pc-anchor-menu-container .anchor-menu{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 8px;
}

/* .pc-anchor-menu-container .item{} */
/* .pc-anchor-menu-container .item:nth-child(1){} */

.pc-anchor-menu-container .item:nth-child(2){
	grid-column: span 2 / span 2;
}

.pc-anchor-menu-container .item:nth-child(3){
	grid-row-start: 2;
}

.pc-anchor-menu-container .item:nth-child(4){
	 grid-row-start: 2;
}

.pc-anchor-menu-container .item:nth-child(5){
	 grid-row-start: 2;
}

/* .pc-anchor-menu-container .item:nth-child(6){} */

.pc-anchor-menu-container .item a{
	display: block;
}

.pc-anchor-menu-container .item a img{
	width: 100%;
}

/*.pool-event-banner
=================================*/
.pool-event-banner {
	padding: 0 15px;
	text-align: center;
}

.pool-event-banner a{
	display: inline-block;
	max-width: 1000px;
}

/*.event-title-container
=================================*/
.event-title-container .event-title{
	margin: 38px auto 20px;
	padding: 0 105px;
	max-width: 580px;
	text-align: center;
}

.event-title-container .event-title span{
	position: relative;
  display: inline-block;
}

/* .event-title-container .event-title span::after {
  background: url("../images/ic_shrimp.png") center/cover no-repeat;
  width: 75px;
  height: 94px;
  content: '';
  position: absolute;
	right: -50px;
  top: 112px;
} */

/*.attraction-catch-text
=================================*/
.event-catch-text {
	text-align: center;
	font-size: 18px;
  font-weight: bold;
	color: #068ca9;
  z-index: 3;
  letter-spacing: -0.025em;
	display: inline-block;
	margin: 0 auto 30px auto;
}

.event-catch-text .pos{
	 position: relative;
}

.event-catch-text .pos::after {
  background: url("../images/ic_shrimp.png") center/cover no-repeat;
  width: 75px;
  height: 94px;
  content: '';
  position: absolute;
	right: -88px;
  top: -20px;
}

/*.event-lists 
=================================*/
.event-lists {
  width: 100%;
	padding: 0 18px;
}

.event-lists .item {
	width: 100%;
  margin-bottom: 16px;
}

/*==================================================
	.attraction-section
=================================*/
.attraction-section{
	 position: relative;
  z-index: 1;
  background: url("../images/sec2_bg.jpg") top center repeat;
  background-size: 919px 476px;
  padding: 40px 0 40px 0;
}

.attraction-section::before {
  background: url(../images/sec2_bg_top.png) top center repeat;
background-size: 460px 50px;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -38px;
  left: 0;
  content: '';
  z-index: 1;
}


.attraction-title-container{
 	margin-bottom: 30px;
  text-align: center;
	box-sizing: content-box;
	position: relative;
	z-index: 2;
}

.attraction-title-container .attraction-title{
	display: inline-block;
	margin-bottom: 8px;
	max-width: 580px;
	margin: 0 auto;
}

.attraction-title-container .attraction-title span{
	position: relative;
  display: inline-block;
}

.attraction-catch-text {
  font-size: 18px;
  font-weight: bold;
  color: #068ca9;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
  letter-spacing: -0.025em;
}


/*================================
.attraction-container-a
=================================*/

.attraction-container-a .photo-area{
	width: 100%;
	margin-bottom: 0;
}

.attraction-container-a .photo-area .photo img{
	width: 100%;
}

.attraction-container-a .text-area{
	box-sizing: border-box;
	width: 100%;
}

.attraction-container-a .text-area .title{
	width: 370px;
	margin-bottom: 20px;
}

.attraction-container-a .text-area .text{
	font-size: 16px;
}

/*================================
.attraction-container-b
=================================*/

.attraction-container-b .photo-area{
	width: 100%;
	margin-bottom: 0;
}

.attraction-container-b .photo-area .photo img{
	width: 100%;
}

.attraction-container-b .text-area{
	box-sizing: border-box;
	width: 100%
}

.attraction-container-b .text-area .title{
	width: 370px;
	margin-bottom: 20px;
}

.attraction-container-b .text-area .text{
	font-size: 16px;
}

/*================================
.attraction-container-c
=================================*/

/* .attraction-container-c{
} */

.attraction-container-c .photo-area{
	width: 100%;
	position: relative;
	margin-bottom: 0;
}

.attraction-container-c .photo-area .pos{
	display: none;
}

.attraction-container-c .photo-area .photo img{
	width: 100%;
}

.attraction-container-c .text-area{
	width: 100%;
}

.attraction-container-c .text-area .title{
	width: 370px;
	margin-bottom: 20px;
}

.attraction-container-c .text-area .text{
	font-size: 16px;
}

.attraction-container-c::after {
	content: none;
}

/*==================================================
	.food-section
=================================*/

.food-section{
  position: relative;
  z-index: 1;
  background: url("../images/sec4_bg.jpg") top center repeat;
  background-size: 919px 476px;
  padding: 48px 0 90px;
}

.food-section::before {
  background: url("../images/sec4_bg_top.png") top center repeat;
	background-size: 460px 50px;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -40px;
  left: 0;
  content: '';
  z-index: 1;
}


/*.food-title-containe
=================================*/
.food-title-container{
	 text-align: center;
	 position: relative;
	 z-index: 2;
}

.food-title-container .food-title{
	margin: 0 auto 24px auto;
	max-width: 580px;
	margin: 0 auto 24px auto;
	padding: 0 65px;
}

.food-title-container .food-title span {
  position: relative;
  display: inline-block;
}

.food-title-container .food-title span::before {
	content: "";
	position: absolute;
	width: 76px;
	height: 73px;
	background: url(../images/sec4_vege_lsp.png) center / cover no-repeat;
	left: -44px;
	top: 5px;
	z-index: 1;
}

.food-title-container .food-title span::after {
	content: "";
	position: absolute;
	width: 72px;
	height: 76px;
	background: url(../images/sec4_vege_rsp.png) center / cover no-repeat;
	right: -47px;
	top: 6px;
	z-index: -1;
}

.food-catch-text {
  font-size: 18px;
  font-weight: bold;
  color: #3c9d00;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
  letter-spacing: -0.025em;
}

/*.food-lists
=================================*/
.food-lists{
	gap: 24px;
}

.food-lists .item{
	width: 100%;
	position: relative;
	margin-bottom: 14px;
}

.food-lists .item.num-1{
	position: relative;
	z-index: 2;
}

.food-lists .item.num-1 img{
	width: 100%;
}

.food-lists .item.num-1 .food-pos{
	position: absolute;
	right: -2.83019%;
	top: -2.83019%;
	width: 37.73585%;
}

.food-lists .item.num-2 {
	position: relative;
}

.food-lists .item.num-2 img {
	position: relative;
}

.food-lists .item.num-2 .food-pos{
	position: absolute;
	left: -150px;
	top: 230px;
	width: 440px;
	z-index: -1;
}

.food-lists .item.num-3 .food-pos{
	display: none;
}

/*.food-kakigouri
=================================*/
.food-kakigouri{
	margin-top: 40px;
	margin-right: auto;
	position: relative;
}

.food-kakigouri img{
	position: relative;
	z-index: 1;
}

.food-kakigouri .food-pos{
	display: none;
}

/*.food-btn 
=================================*/
.food-btn {
  text-align: center;
  position: relative;
  margin: auto;
}

.food-btn a {
  display: inline-block;
  position: relative;
}

/*==================================================
	.goods-sectio
=================================*/
.goods-section{
	position: relative;
  z-index: 1;
  background: url("../images/sec5_bg.jpg") top center repeat;
  background-size: 919px 476px;
  padding: 8px 0 32px;
}

.goods-section::before {
  background: url(../images/sec5_bg_top.png) top center repeat;
  background-size: 460px 50px;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -40px;
  left: 0;
  content: '';
  z-index: 1;
}

.goods-section .inner {
  position: relative;
  z-index: 0;
  margin-bottom: 21px;
}

/*.goods-title-container
=================================*/
.goods-title-container{
	text-align: center;
	margin-top: -30px;
	position: relative;
	z-index: 2;
}

.goods-title-container .goods-title{
	margin: 75px auto 25px;
  text-align: center;
	max-width: 580px;
	padding: 0 65px;
	box-sizing: border-box;
}

.goods-title-container .goods-title span{
  position: relative;
  display: inline-block;
}

.goods-title-container .goods-title span::before {
  background: url("../images/sec5_ic_l.png") center/cover no-repeat;
  width: 230px;
  height: 130px;
  content: '';
  position: absolute;
  left: -180px;
  top: 5px;
		z-index: -1;
}

.goods-title-container .goods-title span::after {
  background: url("../images/sec5_ic_r.png") center/cover no-repeat;
  width: 230px;
  height: 130px;
  content: '';
  position: absolute;
  right: -180px;
  top: 10px;
		z-index: -1;
}

/*.goods-catch-text
=================================*/
.goods-catch-text {
  font-size: 18px;
  font-weight: bold;
  color: #d13783;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  letter-spacing: -0.025em;
}

/*================================
.goods-lists
=================================*/
.goods-lists{
 margin-bottom: 37px;
}

.goods-lists .item{
	width: 100%;
	height: auto;
}

.goods-lists .item{
	display: inline-block;
	position: relative;
}

.goods-lists .item img{
	position: relative;
  display: block;
  z-index: 1;
  width: 100%;
}

/* .item.num-1
=================================*/
.goods-lists .item.num-1 {
	width: 100%;
	margin-bottom: 5px;
	position: relative;
	z-index: 100;
}

/* .item.num-2
=================================*/
.goods-lists .item.num-2 {
	width: 100%;
	position: relative;
	margin-bottom: -30px;
}

.goods-lists .item.num-2 .goods-pos{
	position: absolute;
	top: -35%;
	left: -15%;
	width: 75%;
	z-index: -100;
}

/* .item.num-3
=================================*/
.goods-lists .item.num-3 {
	width: 100%;
	position: relative;
	z-index: 1;
	margin-bottom: -40px;
	z-index: 1;
}

/* .item.num-4
=================================*/
.goods-lists .item.num-4 {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.goods-lists .item.num-4 .goods-pos{
	position: absolute;
	top: 1.42857vw;      /* calc(20 / 1400 * 100vw) */
	left: -16.42857vw;   /* calc(-230 / 1400 * 100vw) */
	width: 37.14286vw;   /* calc(520 / 1400 * 100vw) */
	height: 26.92857vw;  /* calc(377 / 1400 * 100vw) */
	z-index: -1;
}
/*元に位置に戻す*/
.goods-lists .item.num-4 .goods-pos img{
	right: 0;
}

/* .item.num-5
=================================*/
.goods-lists .item.num-5 {
	position: relative;
}

/* .goods-lists .item.num-5 .goods-pos
=================================*/
.goods-lists .item.num-5 .goods-pos{
	position: absolute;
	z-index: -1;
	top: -32%;
	right: -25px;
	width: 55%;
}

/*.sns_link
=================================*/

.sns_link-wrap{
	margin-top: 55px;
	padding: 0 15px;
}

.sns_link {
  background: rgba(255, 255, 255, 0.65);
  max-width: 594px;
  height: 90px;
  margin: 0 auto 60px auto;
  max-width: 100%;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
					justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 calc(15 / 375 * 100vw) 0 calc(15 / 375 * 100vw);
}

.sns_link p {
	margin-bottom: 0;
	position: relative;
	top: 31%;
	width: 190px;
	transform: translateY(-50%);
}

.sns_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	margin-left: 8px;
}

.sns_link ul li {
  margin-left: 9px;
}


/*.banner-single
=================================*/
.banner-single{
	margin-bottom: 24px;
	padding: 0 15px;
}

.banner-single.pd-none{
	padding: 0 !important;
}

.banner-single img{
	display: inline-block;
}


/*==========================================================================*/
/*                               Footer                                     */
/*==========================================================================*/
footer {
  position: relative;
  z-index: 4;
  padding: 30px 0 23px;
  text-align: center;
  background: url("../images/footer_bg.jpg") center center repeat;
  background-size: 1400px 119px;
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  height: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer ul li {
  position: relative;
  line-height: 1em;
}

footer ul li a {
  display: block;
}

footer ul li.tw {
  top: -5px;
  left: 0;
  margin-left: 4px;
}

footer ul li.line {
  top: -5px;
  margin-left: 4px;
}

footer address {
  font-size: 12px;
  color: #48210a;
  text-align: center;
}


/* loading
===============================================================*/
div#Loading {
  /*display:none;*/
  background: linear-gradient(143deg, #1d60f8, #1acbeb);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.load_in {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6em;
  height: 6em;
  margin: -3em 0 0 -3em;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.35);
}

.load_in div {
  position: absolute;
  width: 6em;
  height: 6em;
  -webkit-animation: alpha 2.25s linear infinite forwards;
          animation: alpha 2.25s linear infinite forwards;
  background: rgba(255, 255, 25, 0.75);
}

.load_in div:nth-child(1) {
  top: -50%;
  left: -50%;
}

.load_in div:nth-child(2) {
  top: -50%;
  right: -50%;
}

.load_in div:nth-child(3) {
  bottom: -50%;
  right: -50%;
}

.load_in div:nth-child(4) {
  bottom: -50%;
  left: -50%;
}

@-webkit-keyframes alpha {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    background: rgba(231, 76, 60, 0.75);
  }
  25% {
    background: rgba(230, 126, 34, 0.75);
  }
  50% {
    border-radius: 50%;
    background: rgba(142, 68, 173, 0.75);
  }
  75% {
    background: rgba(41, 128, 185, 0.75);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    background: rgba(231, 76, 60, 0.75);
  }
}

@keyframes alpha {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    background: rgba(231, 76, 60, 0.75);
  }
  25% {
    background: rgba(230, 126, 34, 0.75);
  }
  50% {
    border-radius: 50%;
    background: rgba(142, 68, 173, 0.75);
  }
  75% {
    background: rgba(41, 128, 185, 0.75);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    background: rgba(231, 76, 60, 0.75);
  }
}

div#Loading p.txt {
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  letter-spacing: 0.1em;
  margin-top: 5em;
}

/* LOADING YOUTUBE */
.frame_ytb {
  width: 100%;
}

.frame_ytb p {
  margin-bottom: 0;
}

.frame_movie {
  width: 100%;
}

.frame_movie p {
  margin-bottom: 0;
}

.video_youtube {
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999999;
}

.video_youtube.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box_video {
  width: 100%;
  padding: 50px 0;
  max-width: 95% !important;
  max-height: 95% !important;
  height: 95% !important;
  position: relative;
}

.box_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.close-video {
  position: fixed;
  top: 5px;
  right: 5px;
  color: #fff;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 11;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close-video:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.close-video:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  background: #fff;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.close-video:hover {
  opacity: 0.5;
}
/*# sourceMappingURL=summer.css.map */


