@charset "UTF-8";
/*$primary: #1A379A;

$bg-color: #F5F8FA;
$font-color: #222222;
$link-color: #2B517B;
$border-color: #D9DBDA;*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

ul li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  visibility: hidden;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a {
  transition: 0.3s all;
  color: #000;
  opacity: 1;
  transform: 0.3s all;
}

a:hover {
  text-decoration: none;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  margin-bottom: 0;
}

iframe {
  width: 100%;
}

sup {
  font-size: 90%;
  top: -0.1em;
}

sup.s {
  font-size: 62.5%;
  top: -0.5em;
}

figcaption {
  padding-top: 4px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s all;
}

body .cinderella {
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-style: normal;
  color: #333;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  min-width: 1100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body .cinderella {
    min-width: auto;
  }
}
body .cinderella h1, body .cinderella h2, body .cinderella h3, body .cinderella h4, body .cinderella h5, body .cinderella h6,
body .cinderella .h1, body .cinderella .h2, body .cinderella .h3, body .cinderella .h4, body .cinderella .h5, body .cinderella .h6 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fwb {
  font-weight: bold;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
/*.contents {
	position: relative;
	z-index: 0;
}*/
.contents {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .contents {
    min-width: auto;
  }
}

/*.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 1s;
}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}*/
/******したからふわっと*********/
.fadein-item {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s all;
  transform: translateY(60px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}

.fadein-item.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein-item02 {
  opacity: 0;
  visibility: hidden;
  transition: 2s all;
  transform: translateY(100px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}
@media screen and (max-width: 767px) {
  .fadein-item02 {
    transform: translateY(80px);
  }
}

.fadein-item02.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein-item03 {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s all;
  transform: translateY(120px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}
@media screen and (max-width: 767px) {
  .fadein-item03 {
    transition: 1.5s all;
    transform: translateY(60px);
  }
}

.fadein-item03.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein {
  opacity: 0;
  visibility: hidden;
  /*animation-name: fadein;
     animation-duration: 2s;*/
  transition-duration: 0.5s;
  transition-property: opacity;
}

.fadein.show {
  opacity: 1;
  visibility: visible;
}

/********アニメーション**********/
.fade-in-item {
  opacity: 0;
  animation-delay: 0.5s;
  transition-duration: 1.5s;
  transition-property: transform, opacity;
  animation-fill-mode: forwards;
}

.fade-in-item.show {
  opacity: 1;
}

/*********GWLPアニメーション************/
.popup-item {
  opacity: 0;
  transform: scale(0.8);
}
.popup-item.popup {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s 0s ease, transform 0.3s 0s ease;
}

/******************************/
.enjoy-summer {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #7cd7ff;
  /*background-image: url(/umedamise/250715enjoysummer/img/background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 80px center;
  background-attachment: fixed;*/
  position: relative;
  z-index: 1;
  /*@include mq(md){
   background-image: url(/umedamise/250715enjoysummer/img/mv_background_sp.png);
   background-size: contain;
   background-position: top 40px center;
  }*/
  /*****共通****/
  /************/
  /************/
}
.enjoy-summer:after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url(/umedamise/250715enjoysummer/img/background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 80px center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .enjoy-summer:after {
    background-image: url(/umedamise/250715enjoysummer/img/mv_background_sp.png);
    background-size: contain;
    background-position: top 40px center;
  }
}
.enjoy-summer ul.indent li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.3rem;
}
.enjoy-summer ul.indent.attention li {
  font-size: 1.2rem;
}
.enjoy-summer a {
  text-decoration: none;
}
.enjoy-summer .orange {
  color: #ff9e1d;
}
.enjoy-summer .mv .mv-wrap {
  width: 806px;
  margin: 0 auto;
  padding: 80px 0 105px;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .mv .mv-wrap {
    width: 100%;
    padding: 45px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .enjoy-summer .mv .mv-wrap .enjoy-summer-ttl {
    width: 80%;
    margin: 0 auto;
  }
}
.enjoy-summer .mv .mv-wrap .enjoy-summer-date {
  width: 476px;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .mv .mv-wrap .enjoy-summer-date {
    width: 58%;
  }
}
.enjoy-summer .mv .mv-wrap .mv-fukidashi .copy {
  color: #fff;
  font-size: 2.5rem !important;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
.enjoy-summer .mv .mv-wrap .mv-fukidashi .copy.sub {
  font-size: 1.9rem !important;
  margin-top: 10px;
  position: relative;
}
.enjoy-summer .mv .mv-wrap .mv-fukidashi .copy.sub:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 6px 0 6px;
  border-color: #005bab transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.enjoy-summer .mv .mv-wrap .mv-fukidashi .copy .line {
  padding-bottom: 7px;
  border-bottom: 1px solid #005bab;
}
.enjoy-summer .mv .mv-wrap .mv-fukidashi .copy .fsup {
  color: #005bab;
  font-size: 3.3rem;
}
.enjoy-summer .mv .mv-wrap .mv-fukidashi .copy .white {
  color: #fff;
}
.enjoy-summer .mv .mv-wrap .enjoy-people {
  width: 731px;
  margin: 35px auto 0;
  aspect-ratio: 731/419;
  position: relative;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .mv .mv-wrap .enjoy-people {
    width: 88%;
  }
}
.enjoy-summer .mv .mv-wrap .enjoy-people .people {
  position: absolute;
}
.enjoy-summer .mv .mv-wrap .enjoy-people .people.n01 {
  width: 160px;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .mv .mv-wrap .enjoy-people .people.n01 {
    width: 22%;
  }
}
.enjoy-summer .mv .mv-wrap .enjoy-people .people.n02 {
  width: 385px;
  right: -10px;
  bottom: -24px;
  z-index: 3;
  animation: fuwafuwa02 3s linear infinite;
  animation-direction: alternate;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .mv .mv-wrap .enjoy-people .people.n02 {
    width: 52%;
    right: -4px;
    bottom: -10px;
  }
}
@keyframes fuwafuwa02 {
  0%, 100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(3deg);
  }
}
@media screen and (max-width: 767px) {
  @keyframes fuwafuwa02 {
    0%, 100% {
      transform: rotate(0);
    }
    50% {
      transform: rotate(5deg);
    }
  }
}
.enjoy-summer .mv .mv-wrap .enjoy-people .people.n03 {
  width: 190px;
  left: 180px;
  bottom: 0;
  z-index: 3;
  animation: fuwafuwa03 3s linear infinite;
  animation-direction: alternate;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .mv .mv-wrap .enjoy-people .people.n03 {
    width: 25%;
    left: 25%;
  }
}
@keyframes fuwafuwa03 {
  0% {
    transform: translate(0, 0);
  } /* 0地点 */
  50% {
    transform: translate(-10px, 10px);
  } /* 左下 */
  100% {
    transform: translate(0, 0);
  } /* 0地点に戻る */
}
@media screen and (max-width: 767px) {
  @keyframes fuwafuwa03 {
    0% {
      transform: translate(0, 0);
    } /* 0地点 */
    50% {
      transform: translate(-7px, 7px);
    } /* 左下 */
    100% {
      transform: translate(0, 0);
    } /* 0地点に戻る */
  }
}
.enjoy-summer .mv .mv-wrap .enjoy-people .people.n04 {
  width: 260px;
  left: -15px;
  bottom: 33px;
  z-index: 3;
  animation: fuwafuwa01 2.5s linear infinite;
  animation-direction: alternate;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .mv .mv-wrap .enjoy-people .people.n04 {
    width: 35%;
    left: -7px;
    bottom: 15px;
  }
}
@keyframes fuwafuwa01 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@media screen and (max-width: 767px) {
  @keyframes fuwafuwa01 {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-5px);
    }
  }
}
.enjoy-summer .mv .mv-wrap .enjoy-people .people.n05 {
  width: 190px;
  right: 117px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .mv .mv-wrap .enjoy-people .people.n05 {
    width: 26%;
    right: 16%;
  }
}
.enjoy-summer .mv .mv-wrap .enjoy-people .people.n06 {
  width: 140px;
  left: 180px;
  top: 23px;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .mv .mv-wrap .enjoy-people .people.n06 {
    width: 19%;
    left: 25%;
    top: 11px;
  }
}
.enjoy-summer .enjoy-contents-wrap {
  display: flex;
  flex-wrap: wrap;
}
.enjoy-summer .pc-left {
  width: calc((100% - 450px) / 2);
  position: relative;
}
.enjoy-summer .pc-left.active:before {
  position: sticky;
  top: 95px !important;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .pc-left {
    display: none;
  }
}
.enjoy-summer .pc-left .ttl-lp {
  width: 70%;
  margin: 0 25px 0 auto;
  aspect-ratio: 338/280;
  position: sticky;
  top: calc(130px + 17vh);
  z-index: 5;
}
.enjoy-summer .pc-left.start-animation:before {
  animation: Flying-side 1s ease-in forwards;
}
.enjoy-summer .pc-left.page-bottom .ttl-lp {
  position: absolute;
  top: auto !important;
  bottom: 100px;
  left: calc((100% - 310px) / 2);
}
.enjoy-summer .pc-right {
  width: calc((100% - 450px) / 2);
  position: relative;
  /*&:after{
    content: '';
    display: block;
    width: calc((100% - 375px) / 2);
    aspect-ratio: 531 / 520;
    background: url(/kobe/2025gotrip/img/background_r.png) no-repeat;
    background-size: contain;
    position: fixed;
    right: 0;
    bottom: 0;

    @include mq(md){
      content: none;
    }
  }*/
}
@media screen and (max-width: 767px) {
  .enjoy-summer .pc-right {
    width: 100%;
    position: fixed;
    right: 0;
    z-index: 8888;
  }
}
.enjoy-summer .pc-right .sp-menu-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .pc-right .sp-menu-btn {
    display: block;
    width: 50px;
    height: 50px;
    background: #ff9e1d;
    position: fixed;
    right: 0;
    top: 92px;
    z-index: 99999999;
  }
  .enjoy-summer .pc-right .sp-menu-btn .line {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 10px;
    transition: 0.5s all;
  }
  .enjoy-summer .pc-right .sp-menu-btn .line:nth-of-type(1) {
    top: 19px;
  }
  .enjoy-summer .pc-right .sp-menu-btn .line:nth-of-type(2) {
    top: 29px;
  }
}
@media screen and (max-width: 767px) {
  .enjoy-summer .pc-right .sp-menu-btn.open {
    background: #005bab;
  }
  .enjoy-summer .pc-right .sp-menu-btn.open .line:nth-of-type(1) {
    top: 24px;
    transform: rotate(37deg);
  }
  .enjoy-summer .pc-right .sp-menu-btn.open .line:nth-of-type(2) {
    top: 24px;
    transform: rotate(-37deg);
  }
}
.enjoy-summer .pc-right .side-nav {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 280px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .pc-right .side-nav {
    display: none;
    background-color: #7cd7ff;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.5019607843) 1.75px, transparent 1.75px), radial-gradient(circle, rgba(255, 255, 255, 0.5019607843) 1.75px, transparent 1.75px);
    background-position: 10px 10px, 24.25px 38.5px;
    background-size: 28.5px 57px;
    padding: 50px 0 100px;
    width: 100%;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
.enjoy-summer .pc-right .side-nav.page-bottom {
  position: absolute;
  top: auto !important;
  bottom: 50px;
  right: calc((100% - 310px) / 2);
}
.enjoy-summer .pc-right .side-nav li {
  display: flex;
  justify-content: center;
  margin-bottom: 4.5vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .pc-right .side-nav li {
    margin-bottom: 15px;
  }
}
.enjoy-summer .pc-right .side-nav li a {
  display: block;
}
.enjoy-summer .pc-right .side-nav.min-scroll {
  /*overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 300px;
  padding-bottom: 80px;*/
}
.enjoy-summer .pc-fixed.page-bottom:after {
  width: 100%;
  height: auto;
  position: absolute;
}
.enjoy-summer .enjoy-sp-wrap {
  background: #fff;
  position: relative;
  z-index: 5;
  width: 450px;
  margin: 0 auto 100px;
  border-radius: 50px;
  min-height: calc(100vh - 130px);
  box-shadow: 0 5px 8px rgba(37, 30, 28, 0.8);
}
@media screen and (max-width: 767px) {
  .enjoy-summer .enjoy-sp-wrap {
    width: 100%;
  }
}
.enjoy-summer .enjoy-sp-wrap .section-block {
  border-radius: 50px;
  background-color: #7cd7ff;
  position: relative;
}
.enjoy-summer .enjoy-sp-wrap .section-block .inner {
  padding: 70px 6.5% 90px;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .enjoy-sp-wrap .section-block .inner {
    width: 100%;
  }
}
.enjoy-summer .enjoy-sp-wrap .section-block .inner .heading-ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.enjoy-summer .enjoy-sp-wrap .section-block .inner .item {
  margin-top: 135px;
  background: #fff;
  padding: 180px 30px 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .enjoy-sp-wrap .section-block .inner .item {
    padding: 160px 20px 55px;
  }
}
@media screen and (max-width: 400px) {
  .enjoy-summer .enjoy-sp-wrap .section-block .inner .item {
    padding-top: 130px;
  }
}
.enjoy-summer .enjoy-sp-wrap .section-block .inner .item .item-img {
  width: 70%;
  border-radius: 19px;
  border: 9px solid #005bab;
  background: #005bab;
  position: absolute;
  top: -135px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.enjoy-summer .enjoy-sp-wrap .section-block .inner .item .item-img .item-img-wrap {
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}
.enjoy-summer .enjoy-sp-wrap .section-block .inner .item .item-img .item-img-wrap p {
  font-size: 1.2rem !important;
  text-align: right;
}
.enjoy-summer .enjoy-sp-wrap .section-block .inner .item .item-img .copy-right {
  color: #fff;
  font-size: 1.2rem !important;
  text-align: right;
  padding-right: 5px;
}
.enjoy-summer .enjoy-sp-wrap .section-block .inner .item .item-img img {
  border-radius: 5px;
}
.enjoy-summer .enjoy-sp-wrap .section-block .inner .item .event-ttl {
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .enjoy-sp-wrap .section-block .inner .item .event-ttl {
    font-size: 1.8rem;
  }
}
.enjoy-summer .enjoy-sp-wrap .section-block .inner .item .event-ttl span {
  background: #ff9e1d;
  padding: 0 5px;
}
.enjoy-summer .enjoy-sp-wrap .section-block .inner .item .event-ttl span:nth-of-type(n + 2) {
  margin-top: 5px;
}
.enjoy-summer .enjoy-sp-wrap .section-block .inner .item .event-ttl-sub {
  color: #ff9e1d;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .enjoy-sp-wrap .section-block .inner .item .event-ttl-sub {
    font-size: 1.5rem !important;
  }
}
.enjoy-summer .enjoy-sp-wrap .section-block .inner .item .event-info {
  padding-left: 20px;
  margin-bottom: 15px;
}
.enjoy-summer .enjoy-sp-wrap .section-block .inner .item .event-info li {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .enjoy-sp-wrap .section-block .inner .item .event-info li {
    font-size: 1.5rem;
  }
}
.enjoy-summer .enjoy-sp-wrap .section-block .inner .item .event-info li:nth-of-type(1):before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(/umedamise/250715enjoysummer/img/icon_time.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: -20px;
}
.enjoy-summer .enjoy-sp-wrap .section-block .inner .item .event-info li:nth-of-type(2):before {
  content: "";
  display: block;
  width: 13px;
  height: 15px;
  background: url(/umedamise/250715enjoysummer/img/icon_place.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: -20px;
}
.enjoy-summer .enjoy-sp-wrap .section-block .inner .item .btn {
  width: 158px;
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.enjoy-summer .enjoy-sp-wrap .section-block .inner .item:nth-of-type(n + 2) {
  margin-top: 220px;
}
.enjoy-summer .enjoy-sp-wrap .section-block .inner .item.item-price {
  padding-top: 220px;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .enjoy-sp-wrap .section-block .inner .item.item-price {
    padding-top: 200px;
  }
}
@media screen and (max-width: 400px) {
  .enjoy-summer .enjoy-sp-wrap .section-block .inner .item.item-price {
    padding-top: 170px;
  }
}
.enjoy-summer .enjoy-sp-wrap .section-block .inner .item.item-price .item-img p {
  color: #fff;
  line-height: 1.4;
  margin-top: 5px;
  padding: 0 10px;
}
.enjoy-summer .enjoy-sp-wrap .section-block .inner .item.item-price.item-col02 {
  padding-top: 570px;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .enjoy-sp-wrap .section-block .inner .item.item-price.item-col02 {
    padding-top: 540px;
  }
}
@media screen and (max-width: 400px) {
  .enjoy-summer .enjoy-sp-wrap .section-block .inner .item.item-price.item-col02 {
    padding-top: 480px;
  }
}
.enjoy-summer .enjoy-sp-wrap .section-block .inner .item.item-price.item-col02 .item-img:nth-of-type(2) {
  top: 210px;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .enjoy-sp-wrap .section-block .inner .item.item-price.item-col02 .item-img:nth-of-type(2) {
    top: 210px;
  }
}
@media screen and (max-width: 440px) {
  .enjoy-summer .enjoy-sp-wrap .section-block .inner .item.item-price.item-col02 .item-img:nth-of-type(2) {
    top: 190px;
  }
}
@media screen and (max-width: 420px) {
  .enjoy-summer .enjoy-sp-wrap .section-block .inner .item.item-price.item-col02 .item-img:nth-of-type(2) {
    top: 185px;
  }
}
@media screen and (max-width: 390px) {
  .enjoy-summer .enjoy-sp-wrap .section-block .inner .item.item-price.item-col02 .item-img:nth-of-type(2) {
    top: 170px;
  }
}
@media screen and (max-width: 375px) {
  .enjoy-summer .enjoy-sp-wrap .section-block .inner .item.item-price.item-col02 .item-img:nth-of-type(2) {
    top: 160px;
  }
}
.enjoy-summer .enjoy-sp-wrap .event {
  margin-bottom: 190px;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .enjoy-sp-wrap .event {
    margin-bottom: 140px;
  }
}
.enjoy-summer .enjoy-sp-wrap .event .section-block {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.5019607843) 1.75px, transparent 1.75px), radial-gradient(circle, rgba(255, 255, 255, 0.5019607843) 1.75px, transparent 1.75px);
  background-position: 10px 10px, 24.25px 38.5px;
  background-size: 28.5px 57px;
}
.enjoy-summer .enjoy-sp-wrap .event .section-block.onepeace {
  margin-bottom: 36px;
}
.enjoy-summer .enjoy-sp-wrap .event .section-block.onepeace:after {
  content: "";
  display: block;
  width: 60px;
  height: 37px;
  background: url(/umedamise/250715enjoysummer/img/event-after.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.enjoy-summer .enjoy-sp-wrap .event .section-block .heading-ttl {
  width: 170px;
  top: -53px;
}
.enjoy-summer .enjoy-sp-wrap .event .section-block .heading-ttl:before {
  content: "";
  display: block;
  width: 105px;
  height: 80px;
  background: url(/umedamise/250715enjoysummer/img/img_float-ring.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -95px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .enjoy-sp-wrap .event .section-block .heading-ttl:before {
    width: 90px;
    left: -80px;
    bottom: -5px;
  }
}
.enjoy-summer .enjoy-sp-wrap .event .section-block .item .present {
  color: #fff;
  margin-top: 15px;
}
.enjoy-summer .enjoy-sp-wrap .event .section-block .item .present span {
  border-radius: 10px;
  background: #005bab;
  padding: 0 10px;
}
.enjoy-summer .enjoy-sp-wrap .special {
  margin-bottom: 190px;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .enjoy-sp-wrap .special {
    margin-bottom: 140px;
  }
}
.enjoy-summer .enjoy-sp-wrap .special .section-block {
  background-image: linear-gradient(#beebff 1px, transparent 0), linear-gradient(90deg, #beebff 1px, transparent 0);
  background-size: 15px 15px;
}
.enjoy-summer .enjoy-sp-wrap .special .section-block .heading-ttl {
  width: 248px;
  top: -50px;
}
.enjoy-summer .enjoy-sp-wrap .special .section-block .heading-ttl:before {
  content: "";
  display: block;
  width: 70px;
  height: 130px;
  background: url(/umedamise/250715enjoysummer/img/img_icecream.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -38px;
  right: -45px;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .enjoy-sp-wrap .special .section-block .heading-ttl:before {
    width: 60px;
    top: -25px;
    right: -35px;
  }
}
.enjoy-summer .enjoy-sp-wrap .characters {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .enjoy-sp-wrap .characters {
    margin-bottom: 140px;
  }
}
.enjoy-summer .enjoy-sp-wrap .characters .section-block {
  background-image: url(/umedamise/250715enjoysummer/img/background_special.png);
  background-repeat: repeat;
}
.enjoy-summer .enjoy-sp-wrap .characters .section-block .heading-ttl {
  width: 336px;
  top: -50px;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .enjoy-sp-wrap .characters .section-block .heading-ttl {
    width: 310px;
  }
}
.enjoy-summer .enjoy-sp-wrap .characters .section-block .heading-ttl:before {
  content: "";
  display: block;
  width: 78px;
  height: 100px;
  background: url(/umedamise/250715enjoysummer/img/img_flower.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: -45px;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .enjoy-sp-wrap .characters .section-block .heading-ttl:before {
    width: 65px;
    top: -10px;
    left: -33px;
  }
}
.enjoy-summer .enjoy-sp-wrap .foods {
  margin-bottom: 190px;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .enjoy-sp-wrap .foods {
    margin-bottom: 140px;
  }
}
.enjoy-summer .enjoy-sp-wrap .foods .section-block {
  background-image: url(/umedamise/250715enjoysummer/img/background_food.png);
  background-repeat: repeat;
}
.enjoy-summer .enjoy-sp-wrap .foods .section-block .heading-ttl {
  width: 224px;
  top: -50px;
}
.enjoy-summer .enjoy-sp-wrap .foods .section-block .heading-ttl:before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  background: url(/umedamise/250715enjoysummer/img/img_food.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -93px;
  top: -22px;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .enjoy-sp-wrap .foods .section-block .heading-ttl:before {
    width: 90px;
    height: 90px;
    right: -63px;
    top: -7px;
  }
}
.enjoy-summer .enjoy-sp-wrap .summer-items .section-block {
  background-image: url(/umedamise/250715enjoysummer/img/background_item.png);
  background-repeat: repeat;
  background-position-x: -10px;
}
.enjoy-summer .enjoy-sp-wrap .summer-items .section-block .heading-ttl {
  width: 368px;
  top: -50px;
}
@media screen and (max-width: 400px) {
  .enjoy-summer .enjoy-sp-wrap .summer-items .section-block .heading-ttl {
    width: 350px;
  }
}
.enjoy-summer .enjoy-sp-wrap .summer-items .section-block .heading-ttl:before {
  content: "";
  display: block;
  width: 120px;
  height: 85px;
  background: url(/umedamise/250715enjoysummer/img/img_hat.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -23px;
  top: -41px;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .enjoy-sp-wrap .summer-items .section-block .heading-ttl:before {
    width: 100px;
    right: -3px;
    top: -35px;
  }
}
.enjoy-summer .enjoy-sp-wrap .summer-items .section-block .item.atro .event-info li:nth-of-type(1):before, .enjoy-summer .enjoy-sp-wrap .summer-items .section-block .item.cosme .event-info li:nth-of-type(1):before {
  content: "";
  display: block;
  width: 13px;
  height: 15px;
  background: url(/umedamise/250715enjoysummer/img/icon_place.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: -20px;
}
.enjoy-summer .enjoy-sp-wrap .summer-items .section-block .item.treeoflife {
  padding-top: 300px;
}
@media screen and (max-width: 767px) {
  .enjoy-summer .enjoy-sp-wrap .summer-items .section-block .item.treeoflife {
    padding-top: 270px;
  }
}
@media screen and (max-width: 400px) {
  .enjoy-summer .enjoy-sp-wrap .summer-items .section-block .item.treeoflife {
    padding-top: 240px;
  }
}

/***電話リンク***/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/***追従ボタン****/
.fix_btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .fix_btn {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 8000;
    max-width: 126px;
  }
}
/***既存パーツ調整***/
.pageGuide {
  position: relative;
  z-index: 10;
}

.share-sns-column {
  position: relative;
  z-index: 5;
  padding-bottom: 80px;
  background: #fff;
}

.menu-column {
  margin-top: 0;
  position: relative;
  z-index: 5;
}

.Footer {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  #header {
    z-index: 999999999;
  }
}

/******************************/
.Pagetop {
  background: #ff9e1d;
  right: 10px !important;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.mb0 {
  margin-bottom: 0;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt15 {
  margin-top: 15px;
}

.mb-em {
  margin-bottom: 1em;
}

.txt-c {
  text-align: center;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}/*# sourceMappingURL=style.css.map */