@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 {
  max-width: 1100px;
  margin: 0 auto;
	padding: 0 24px;
	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: block !important;
}
.sp {
	display: none !important;
}

/*==========================================================================*/
/*                               Main                                       */
/*==========================================================================*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
	background-color: red;
}

header #logo {
	position: absolute;
	top: 40px;
	left: 40px;
}

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;
}

.main_img img{
	object-fit: cover;
	width: 100%;
}


.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 110px;
}

.event-section::before{
  background: url("../images/sec1_bg_top.png") top center repeat;
  background-size: 919px 100px;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -60px;
  left: 0;
  content: '';
  z-index: 1;
}

/* .pc-anchor-menu-container
=================================*/
.pc-anchor-menu-container{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: content-box;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}

.pc-anchor-menu-container .anchor-menu{
	display: flex;
	gap: 2.00000%;   /* calc(20 / 1000 * 100%) */
}

.pc-anchor-menu-container .item{
	width: 168px;
	-webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.pc-anchor-menu-container .item:nth-child(2){
	width: 248px;
}

.pc-anchor-menu-container .item a{
	display: block;
}

.pc-anchor-menu-container .item a img{
	width: 100%;
}

.pc-anchor-menu-container .item a:hover{
	opacity: 0.7;
}


/*.pool-event-banner
=================================*/
.pool-event-banner {
	padding: 0 15px;
	text-align: center;
}

.pool-event-banner a{
	display: inline-block;
	max-width: 1000px;
	-webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.pool-event-banner a:hover{
	opacity: 0.7;
}

/*.event-title-container
=================================*/
.event-title-container .event-title{
	margin: 75px auto 20px;
  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: 124px;
  height: 150px;
  content: '';
  position: absolute;
  right: -170px;
  top: -15px;
}

/*.event-lists 
=================================*/
.event-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
	box-sizing: border-box;
	gap: 8%;
}

@media screen and (min-width: 1400px) {
	.event-lists {
		gap: 13.2%;
	}
}

.event-lists .item {
	width: 46%;
  margin-bottom: 35px;
  box-sizing: border-box;
}

@media screen and (min-width: 1400px) {
	.event-lists .item {
		width: 43.4%;
	}
}

.event-lists .item a{
	-webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.event-lists .item a:hover{
	opacity: 0.7;
}

.event-lists img{
  width: 100%;
}


/*==================================================
	.attraction-section
=================================*/
.attraction-section{
	 position: relative;
  z-index: 1;
  background: url("../images/sec2_bg.jpg") top center repeat;
  background-size: 919px 476px;
  padding: 80px 0 200px 0;
}

.attraction-section::before {
  background: url("../images/sec2_bg_top.png") top center repeat;
  background-size: 919px 100px;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -38px;
  left: 0;
  content: '';
  z-index: -1;
}

.attraction-title-container{
 	margin-bottom: 30px;
  text-align: center;
	padding: 0 24px;
	box-sizing: content-box;
}

.attraction-title-container .attraction-title{
	max-width: 962px;
	display: inline-block;
	margin-bottom: 24px;
}

.attraction-title-container .attraction-title span{
	position: relative;
  display: inline-block;
}

.attraction-catch-text {
  font-size: 26px;
  font-weight: bold;
  color: #0053b2;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
  letter-spacing: -0.025em;
}


/*================================
.attraction-container-a
=================================*/

.attraction-container-a{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	box-sizing: border-box;
}

.attraction-container-a .photo-area{
	width: 43.63636%;   /* calc(480 / 1100 * 100%) */
}

.attraction-container-a .photo-area .photo img{
	width: 100%;
}

.attraction-container-a .text-area{
	padding-left: 24px;
	box-sizing: border-box;
	width: 54.54545%;   /* calc(600 / 1100 * 100%) */
}

.attraction-container-a .text-area .title{
	margin-bottom: 32px;
	max-width: 490px;
}

.attraction-container-a .text-area .text{
	padding-left: 24px;
}

/*================================
.attraction-container-b
=================================*/

.attraction-container-b{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px;
	box-sizing: border-box;
	flex-direction: row-reverse;
}

.attraction-container-b .photo-area{
	width: 52.72727%;   /* calc(580 / 1100 * 100%) */
}

.attraction-container-b .photo-area .photo img{
	width: 100%;
}

.attraction-container-b .text-area{
	padding-right: 24px;
	box-sizing: border-box;
	width: 45.45455%;   /* calc(500 / 1100 * 100%) */
}

.attraction-container-b .text-area .title{
	margin-bottom: 32px;
	max-width: 360px;
}

/*================================
.attraction-container-c
=================================*/

.attraction-container-c{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px;
	box-sizing: border-box;
}

.attraction-container-c .photo-area{
	width: 41.81818%;   /* calc(460 / 1100 * 100%) */
	position: relative;
}

.attraction-container-c .photo-area .pos{
	position: absolute;
	bottom: -4.45vw;   /* -49 / 1100 * 100 = -4.45 */
	right: -24.09vw;   /* -265 / 1100 * 100 = -24.09 */
	width: 32.73vw;    /* 360 / 1100 * 100 = 32.73 */
}

@media screen and (min-width: 1100px) {
	.attraction-container-c .photo-area .pos{
		bottom: -49px;
		right: -265px;
		width: 360px;
	}
}


.attraction-container-c .photo-area .photo img{
	width: 100%;
}

.attraction-container-c .text-area{
	padding-left: 24px;
	box-sizing: border-box;
	width: 56.36364%;   /* calc(620 / 1100 * 100%) */
	position: relative;
	top: -22px;
}

.attraction-container-c .text-area .title{
	margin-bottom: 32px;
	max-width: 410px;
}

.attraction-container-c .text-area .text{
	padding-left: 24px;
}

.attraction-container-c::after {
	background: url(../images/ic_brocoly.png) center / cover no-repeat;
	width: 136px;
	height: 192px;
	position: absolute;
	bottom: -120px;
	right: 0;
	content: '';
}

/*==================================================
	.food-section
=================================*/

.food-section{
  position: relative;
  z-index: 1;
  background: url("../images/sec4_bg.jpg") top center repeat;
  background-size: 919px 476px;
  padding: 3px 0 112px;
}

.food-section::before {
  background: url("../images/sec4_bg_top.png") top center repeat;
  background-size: 919px 100px;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -40px;
  left: 0;
  content: '';
  z-index: -1;
}

/*.food-title-containe
=================================*/
.food-title-container{
	 text-align: center;
}

.food-title-container .food-title{
	 margin: 75px auto 30px;
  padding-left: 35px;
}

.food-title-container .food-title span {
  position: relative;
  display: inline-block;
}

.food-title-container .food-title span::before {
  background: url("../images/sec4_vege_l.png") center/cover no-repeat;
  width: 258px;
  height: 135px;
  content: '';
  position: absolute;
  left: -213px;
  top: -5px;
  z-index: -1;
}

.food-title-container .food-title span::after {
  background: url("../images/sec4_vege_r.png") center/cover no-repeat;
  width: 187px;
  height: 126px;
  content: '';
  position: absolute;
  right: -152px;
  top: 7px;
  z-index: -1;
}

.food-catch-text {
  font-size: 26px;
  font-weight: bold;
  color: #3c9d00;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
  letter-spacing: -0.025em;
}

/*.food-lists
=================================*/
.food-lists{
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.food-lists .item{
	width: calc(50% - 12px); 
	position: relative;
}

.food-lists .item img{
	width: 100%;
}

.food-lists .item.num-1{
	position: relative;
	z-index: 2;
}

.food-lists .item.num-1 .food-pos{
	position: absolute;
	left: -2.83019%;    /* calc(-15 / 530 * 100%) */
	top: -2.83019%;     /* calc(-15 / 530 * 100%) */
	width: 37.73585%;   /* calc(200 / 530 * 100%) */
}


.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{
	position: absolute;
	z-index: 1;
	left: -1.88679%;    /* calc(-10 / 530 * 100%) */
	top: -1.88679%;     /* calc(-10 / 530 * 100%) */
	width: 33.96226%;   /* calc(180 / 530 * 100%) */
}

@media screen and (min-width: 1100px) {
	.food-lists .item.num-3 .food-pos{
		width: 180px;
	}
}


/*.food-kakigouri
=================================*/
.food-kakigouri{
	/* width: 1000px; */
	max-width: 1000px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: 150px;
	margin-bottom: -40px;
	position: relative;
}

.food-kakigouri img{
	position: relative;
	z-index: 1;
}

.food-kakigouri .food-pos{
	position: absolute;
	width: 347px;
	right: -80px;
	top: -80px;
}

/*.food-btn 
=================================*/
.food-btn {
  text-align: center;
  position: relative;
  padding-left: 36px;
   max-width: 598px;
  margin: auto;
}

.food-btn a {
  display: inline-block;
  position: relative;
	-webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.food-btn a:hover{
  opacity: 0.7;
}

/*==================================================
	.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 50px;
}

.goods-section::before {
  background: url("../images/sec5_bg_top.png") top center repeat;
  background-size: 919px 100px;
  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;
}

.goods-title-container .goods-title{
	margin: 75px auto 25px;
  text-align: center;
}

.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: 330px;
  height: 230px;
  content: '';
  position: absolute;
  left: -265px;
  top: 5px;
}

.goods-title-container .goods-title span::after {
  background: url("../images/sec5_ic_r.png") center/cover no-repeat;
  width: 320px;
  height: 230px;
  content: '';
  position: absolute;
  right: -250px;
  top: 10px;
}

/*.goods-catch-text
=================================*/
.goods-catch-text {
  font-size: 26px;
  font-weight: bold;
  color: #d13783;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
  letter-spacing: -0.025em;
}

/*================================
.goods-lists
=================================*/

.goods-lists{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 180px;
}

.goods-lists .item{
	width: 50%;
	height: auto;
}

.goods-lists .item{
	display: inline-block;
	position: relative;
}

.goods-lists .item img{
	position: relative;
  display: block;
  z-index: 1;
  width: 100%;
}

.goods-lists::before {
	background: url(../images/ic_clown.png) center / cover no-repeat;
	width: 150px;
	height: 212px;
	position: absolute;
	bottom: 60px;
	right: 110px;
	content: '';
}

/* .item.num-1
=================================*/
.goods-lists .item.num-1 {
	width: 60%;
}

/* .item.num-2
=================================*/
.goods-lists .item.num-2 {
	width: 40%;
	position: relative;
	z-index: 1;
}

.goods-lists .item.num-2 .goods-pos{
	position: absolute;
	top: -0.71429vw;     /* calc(-10 / 1400 * 100vw) */
	left: -7.14286vw;    /* calc(-100 / 1400 * 100vw) */
	width: 26.14286vw;   /* calc(366 / 1400 * 100vw) */
	height: 19.57143vw;  /* calc(274 / 1400 * 100vw) */
}

@media screen and (min-width: 1400px) {
	.goods-lists .item.num-2 .goods-pos{
		position: absolute;
		top: -10px;
		left: -100px;
		width: 366px;
		height: 274px;
	}
}

/* .item.num-3
=================================*/
.goods-lists .item.num-3 {
	width: 50%;
	margin-top: 40px;
	position: relative;
	z-index: 1;
}

/* .item.num-4
=================================*/
.goods-lists .item.num-4 {
	width: 43%;
	margin-top: 40px;
	position: relative;
}

.goods-lists .item.num-4 img{
	right: -60px;
}

.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;
}

@media screen and (min-width: 1400px) {
	.goods-lists .item.num-4 .goods-pos{
		position: absolute;
		top: 20px;
		left: -230px;
		width: 520px;
		height: 377px;
	}
}

/* .item.num-5
=================================*/
.goods-lists .item.num-5 {
	width: 50%;
	margin-top: -30%;
	position: relative;
}

/* .goods-lists .item.num-5 .goods-pos
=================================*/
.goods-lists .item.num-5 .goods-pos{
	position: absolute;
	z-index: -1;
	top: 11.42857vw;     /* calc(160 / 1400 * 100vw) */
	right: -7.14286vw;   /* calc(-100 / 1400 * 100vw) */
	width: 20.50000vw;   /* calc(287 / 1400 * 100vw) */
	height: 17.92857vw;  /* calc(251 / 1400 * 100vw) */
}

@media screen and (min-width: 1400px) {
	.goods-lists .item.num-5 .goods-pos{
		position: absolute;
		top: 160px;
		right: -100px;
		width: 287px;
		height: 251px;
	}
}

/*.sns_link
=================================*/
.sns_link {
  background: rgba(255, 255, 255, 0.65);
  width: 594px;
  height: 106px;
  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: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 75px 0 25px;
}

.sns_link p {
  margin-bottom: 0;
  position: relative;
  top: -25px;
  width: 248px;
}

.sns_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sns_link ul li {
  margin-left: 9px;
}

.sns_link ul li a:hover{
	-webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.sns_link ul li a{
	opacity: 0.7;
}

/*.banner-single
=================================*/
.banner-single{
	display: flex;
	justify-content: center;
	padding: 0 15px;
	box-sizing: content-box;
	max-width: 1100px;
	margin: 0 auto 60px;
}

.banner-single a{
	-webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.banner-single a:hover{
	opacity: 0.7;
}

.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 */


