<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Hind&amp;display=swap");
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
  font-display: swap;
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/sNotoSansCJKjp-Bold.ttf") format("truetype");
  font-display: swap;
}

/*--------------------------
 ブレークポイント設定
----------------------------*/
/* 変数 -----*/
/*--------------------------
 共通設定
----------------------------*/
body {
  font-family: 'NotoSansCJKjp', "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #111;
}

body img {
  width: 100%;
}

body .wrap {
  overflow-x: hidden;
  position: relative;
}

body .uk-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 980px) {
  body .uk-container {
    padding: 0;
  }
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: 'NotoSansCJKjp', "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #000;
}

/*--------------------------
    フォントサイズ
----------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'NotoSansCJKjp', "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left !important;
  padding-bottom: 60px;
  background: #f5f2e3;
}

@media (min-width: 980px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-bottom: 0px;
  }
}

/* リンク img ------*/
a {
  color: #098d98;
  transition: all 0.5s ease 0s;
}

a img {
  transition: all 0.5s ease 0s;
}

a:hover {
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

a:hover img {
  transition: all 0.5s ease 0s;
  opacity: .8;
}

/* --- スマホ縦　非表示　--- */
@media (max-width: 479px) {
  .uk-hidden-xs {
    display: none !important;
  }
}

/* --- スマホ縦のみ表示　--- */
@media (min-width: 480px) {
  .uk-visible-xs {
    display: none !important;
  }
}

@media (max-width: 479px) {
  .uk-visible-xs {
    display: block !important;
  }
}

/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/*--------------------------
 共通事項
----------------------------*/
section {
  padding: 40px 0;
  /* h2　*/
  /* ボタン　*/
  /* 点灯&amp;貸し出し日時　*/
  /* 説明テキスト　*/
}

@media (min-width: 980px) {
  section {
    padding: 100px 0;
  }
}

section h2 {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  section h2 {
    text-align: center;
  }
}

section .btn {
  text-align: center;
  margin-top: 30px;
}

section .btn a {
  color: #fff;
  border-radius: 50px;
  padding: 10px 50px;
  font-size: 18px;
  display: block;
  font-weight: 500;
}

section .btn a span {
  font-size: 14px;
  display: block;
}

section .btn a:hover {
  filter: brightness(110%);
}

section .date {
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 20px;
  text-align: center;
  position: relative;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

section .date h3 {
  font-size: 18px;
  color: #633100;
  margin-top: 0;
  font-weight: bold;
}

section .date ul li {
  display: inline-block;
  padding: 5px;
  font-weight: bold;
  line-height: 1.0;
  font-size: 18px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 30px;
  margin: 5px;
  width: 6em;
}

section .date ul li span {
  font-size: 15px;
  background: #fff;
  padding: 3px;
  border-radius: 5px;
  line-height: 1.0;
  margin-left: 5px;
  display: inline-block;
}

@media (max-width: 479px) {
  section .date ul li {
    font-size: 5vw;
  }
  section .date ul li span {
    font-size: 4.5vw;
  }
}

section .text01 {
  line-height: 2.0;
  font-size: 15px;
  margin: 30px 0;
  padding-left: 10px;
}

@media (max-width: 767px) {
  section .text01 {
    text-align: center;
    padding-left: 0;
  }
}

@media (max-width: 479px) {
  section .text01 {
    text-align: left;
  }
}

section .YouTube {
  position: relative;
  padding-left: 1em;
  margin: 10px;
  font-size: 14px;
  color: #fff;
}

section .YouTube::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 20px;
  vertical-align: middle;
  background: url(../img/youtube.png);
  background-size: 30px 20px;
  margin-right: 5px;
}

/*--------------------------
 メインビジュアル
----------------------------*/
.mainvisual {
  position: relative;
  margin: 0 auto;
  padding: 0;
  background: url(../img/bg_pink.jpg) center center/332px repeat;
  overflow: hidden;
}

.mainvisual__inner {
  padding: 0 50px 50px;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  /* カウンター */
}

@media (max-width: 479px) {
  .mainvisual__inner {
    padding: 0 20px 20px;
  }
}

@media (max-width: 479px) {
  .mainvisual__inner {
    padding: 15px 15px 30px;
  }
}

.mainvisual__inner .right {
  width: 48%;
  float: right;
  z-index: 1;
  position: relative;
}

.mainvisual__inner .right .anv {
  position: absolute;
  top: 20px;
  right: 0px;
  margin: 0;
}

.mainvisual__inner .right .anv img {
  width: 85px;
  height: auto;
}

@media (max-width: 767px) {
  .mainvisual__inner .right .anv {
    left: 0px;
    bottom: 44%;
    top: auto;
    right: auto;
  }
  .mainvisual__inner .right .anv img {
    width: 60px;
  }
}

.mainvisual__inner .right h1 {
  margin: 0 0 30px;
}

.mainvisual__inner .right h1 img {
  height: auto;
  width: 100%;
}

@media (max-width: 767px) {
  .mainvisual__inner .right h1 {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .mainvisual__inner .right {
    width: 45%;
  }
  .mainvisual__inner .right .kikan {
    margin-top: 0;
  }
}

@media (max-width: 479px) {
  .mainvisual__inner .right {
    width: 100%;
    float: none;
    margin-top: -60px;
  }
}

.mainvisual__inner .right .ume {
  position: absolute;
  right: -50px;
  bottom: 260px;
  width: 35%;
  max-width: 300px;
}

@media (max-width: 479px) {
  .mainvisual__inner .right .ume {
    bottom: 160px;
  }
}

.mainvisual__inner .right p01 {
  width: 70%;
}

.mainvisual__inner .right p.btn {
  width: 100%;
}

.mainvisual__inner .right p.btn a {
  background: #ffffff;
  color: #633100;
}

.mainvisual__inner .right p.btn a img {
  width: auto;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .mainvisual__inner .right p.btn {
    width: 100%;
  }
  .mainvisual__inner .right p.btn a img {
    width: 70%;
  }
}

.mainvisual__inner .left {
  float: left;
  width: 50%;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}

.mainvisual__inner .left img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .mainvisual__inner .left {
    width: 55%;
  }
}

@media (max-width: 479px) {
  .mainvisual__inner .left {
    width: 100%;
    padding-top: 0;
    float: none;
  }
  .mainvisual__inner .left img {
    width: 95%;
  }
}

.mainvisual__inner .left .kumo {
  position: absolute;
  left: -55px;
  top: 20px;
  width: 30%;
  max-width: 250px;
}

@media (max-width: 479px) {
  .mainvisual__inner .left .kumo {
    display: none;
  }
}

.mainvisual__inner .counter {
  background: #fff;
  width: 40%;
  border-radius: 15px;
  z-index: 1;
  padding: 30px;
  box-sizing: border-box;
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 2;
  filter: drop-shadow(5px 5px 0 rgba(70, 24, 24, 0.3));
  margin: 50px 0 0;
  text-align: center;
}

@media (max-width: 767px) {
  .mainvisual__inner .counter {
    position: relative;
    width: 100%;
    left: auto;
    bottom: auto;
  }
}

.mainvisual__inner .counter::before, .mainvisual__inner .counter::after {
  content: '';
  position: absolute;
  background: url(../img/counter_ume.png) no-repeat center/contain;
  top: 10px;
  z-index: 3;
  width: 25px;
  height: 25px;
}

.mainvisual__inner .counter::before {
  left: 10px;
}

.mainvisual__inner .counter::after {
  right: 10px;
}

.mainvisual__inner .counter .title {
  color: #633100;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}

.mainvisual__inner .counter .title strong {
  color: #ed135a;
  font-size: 25px;
}

.mainvisual__inner .counter .title br {
  display: none;
}

.mainvisual__inner .counter .status {
  background: #f7eced;
  color: #633100;
  font-size: 22px;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 20px;
}

.mainvisual__inner .counter .status .num {
  font-size: 26px;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mainvisual__inner .counter .status small {
  font-size: 16px;
}

.mainvisual__inner .counter .status .label {
  display: inline-block;
  margin-left: 30px;
  color: #fff;
  padding: 10px;
  width: 6em;
  border-radius: 10px;
  line-height: 1.0;
  text-align: center;
  font-size: 24px;
}

.mainvisual__inner .counter .status .label01 {
  background: #ed135a;
}

.mainvisual__inner .counter .att {
  font-size: 15px;
  margin: 0;
  position: relative;
  margin-bottom: 5px;
  font-size: 14px;
  text-align: left;
}

.mainvisual__inner .counter .att::before {
  content: '※';
  display: inline-block;
}

@media (max-width: 479px) {
  .mainvisual__inner .counter .att {
    text-align: left;
    padding-left: 1em;
  }
  .mainvisual__inner .counter .att::before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (max-width: 1199px) {
  .mainvisual__inner .counter {
    padding: 30px 20px 20px;
    margin-top: 0;
  }
  .mainvisual__inner .counter .title {
    line-height: 1.4;
  }
  .mainvisual__inner .counter .title br {
    display: block;
  }
  .mainvisual__inner .counter .status {
    font-size: 20px;
    padding: 20px;
  }
  .mainvisual__inner .counter .status .label {
    font-size: 18px;
    margin: 10px 0 0;
  }
  .mainvisual__inner .counter .att {
    font-size: 13px;
  }
}

/*--------------------------
 ナビ
----------------------------*/
.navi {
  position: relative;
  margin: 0 auto;
  background: #b5404b;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
}

@media (max-width: 767px) {
  .navi {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
}

.navi ul {
  max-width: 1300px;
  margin: 0 auto;
}

.navi ul li {
  width: 25%;
  float: left;
  box-sizing: border-box;
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .navi ul li {
    padding: 0;
    border-right: 1px solid #c36e76;
  }
  .navi ul li:last-child {
    border-right: none;
  }
}

.navi ul li a {
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 20px 0;
  font-weight: bold;
  position: relative;
  /*hoverアクション -----*/
}

.navi ul li a br {
  display: none;
}

@media (max-width: 767px) {
  .navi ul li a {
    font-size: 2vw;
    line-height: 1.4;
    padding: 15px 0px;
  }
  .navi ul li a br {
    display: block;
  }
}

@media (max-width: 479px) {
  .navi ul li a {
    font-size: 2.5vw;
  }
}

.navi ul li a:hover::after {
  transform: scale(1, 1);
}

.navi ul li a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 5px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
  background: #f3708a;
}

@media (max-width: 767px) {
  .navi ul li a::after {
    background: #b5404b;
  }
}

.navi ul li.is-current a::after {
  transform: scale(1, 1);
  background: #fff100;
}

/*--------------------------
 イベント1 スペシャルライトアップ 幻灯あかり
----------------------------*/
.ev01 {
  background: url(../img/ev01_bg.png) #fff no-repeat center top/100% auto;
}

@media (max-width: 479px) {
  .ev01 {
    background-size: 250% auto;
    background-position: left top;
  }
}

.ev01 .left {
  width: 55%;
  float: left;
}

@media (max-width: 767px) {
  .ev01 .left {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}

.ev01 .left h2 {
  margin-bottom: 0;
}

.ev01 .left h2 img {
  width: 400px;
  height: auto;
}

.ev01 .left .uk-clearfix .text {
  position: relative;
}

@media (max-width: 767px) {
  .ev01 .left .uk-clearfix .text .text01 {
    text-align: left !important;
  }
}

.ev01 .left .uk-clearfix .text p01 {
  width: 70%;
}

.ev01 .left .uk-clearfix .text p.btn {
  width: 70%;
}

.ev01 .left .uk-clearfix .text p.btn a {
  background: #b5404b;
}

.ev01 .left .uk-clearfix .text .chirashi {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
}

.ev01 .left .uk-clearfix .text .chirashi img {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}

@media (max-width: 767px) {
  .ev01 .left .uk-clearfix .text .chirashi {
    width: 20%;
  }
}

@media (max-width: 479px) {
  .ev01 .left .uk-clearfix .text p {
    width: 100% !important;
  }
  .ev01 .left .uk-clearfix .text .chirashi {
    position: relative;
    right: auto;
    top: auto;
    width: 50%;
    margin: 30px auto 0;
  }
}

.ev01 .right {
  width: 40%;
  float: right;
  position: relative;
}

.ev01 .right .kumo {
  position: absolute;
  left: -100px;
  top: -30px;
  z-index: 1;
  width: 200px;
}

@media (max-width: 767px) {
  .ev01 .right {
    width: 100%;
    float: none;
    max-width: 400px;
    margin: 0 auto;
  }
}

.ev01 .right .date {
  background: #fffabf;
}

.ev01 .right .date ul li {
  background: #b5404b;
}

.ev01 .right .date ul li span {
  color: #b5404b;
}

.ev01 .right .date .time {
  position: absolute;
  top: -55px;
  right: 5px;
  width: 110px;
  height: auto;
}

@media (max-width: 479px) {
  .ev01 .right .date .time {
    width: 80px;
  }
}

/*--------------------------
 イベント2 梅まつりレンタサイクル
----------------------------*/
.ev02 {
  background: url(../img/ev02_bg.jpg) repeat center/150px auto;
  position: relative;
  padding-bottom: 150px;
}

.ev02::after {
  background: url(../img/ev02_bottom.png) no-repeat bottom center/100% auto;
  content: '';
  width: 100%;
  height: 100px;
  bottom: 0;
  position: absolute;
  left: 0;
  z-index: 1;
}

.ev02 .left {
  width: 60%;
  float: left;
}

@media (max-width: 767px) {
  .ev02 .left {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}

.ev02 .left h2 img {
  width: 480px;
  height: auto;
}

.ev02 .left .btn_outer {
  position: relative;
  margin-top: 30px;
}

.ev02 .left .btn_outer .btn a {
  background: #098d98;
}

.ev02 .left .btn_outer .fukidashi, .ev02 .left .btn_outer .btn {
  width: 60%;
  padding-left: 40%;
}

@media (max-width: 479px) {
  .ev02 .left .btn_outer .fukidashi, .ev02 .left .btn_outer .btn {
    width: 100%;
    padding-left: 0;
  }
}

.ev02 .left .btn_outer .chirashi {
  width: 35%;
  position: absolute;
  top: 10px;
  left: 0;
}

@media (max-width: 479px) {
  .ev02 .left .btn_outer .chirashi {
    position: relative;
    left: auto;
    top: auto;
    width: 60%;
    margin: 20px auto 0;
  }
}

.ev02 .left .att_outer {
  position: relative;
  margin-top: 30px;
}

.ev02 .left .att_outer .nobori {
  width: 20%;
  position: absolute;
  right: 10%;
}

@media (max-width: 479px) {
  .ev02 .left .att_outer .nobori {
    position: relative;
    right: auto;
    top: auto;
    width: 60%;
    margin: 20px auto 0;
  }
}

.ev02 .left .att_outer p {
  width: 60%;
  padding-left: 5%;
}

@media (max-width: 479px) {
  .ev02 .left .att_outer p {
    width: 100%;
    padding-left: 0;
  }
}

.ev02 .left .att_outer p.att {
  font-size: 12px;
  margin: 0;
  position: relative;
  margin-bottom: 3px;
  text-align: left;
}

.ev02 .left .att_outer p.att::before {
  content: '※';
  display: inline-block;
}

@media (max-width: 479px) {
  .ev02 .left .att_outer p.att {
    text-align: left;
    padding-left: 1em;
  }
  .ev02 .left .att_outer p.att::before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
  }
}

.ev02 .right {
  width: 35%;
  float: right;
  position: relative;
  padding-top: 7%;
}

@media (max-width: 767px) {
  .ev02 .right {
    width: 100%;
    float: none;
    max-width: 400px;
    margin: 0 auto;
  }
}

.ev02 .right .date {
  background: #fff;
}

.ev02 .right .date ul li {
  background: #dd6b38;
}

.ev02 .right .date ul li span {
  color: #dd6b38;
}

.ev02 .right .date .att {
  font-size: 15px;
  margin: 0;
  position: relative;
  margin-bottom: 5px;
  font-size: 14px;
  text-align: left;
}

.ev02 .right .date .att::before {
  content: '※';
  display: inline-block;
}

@media (max-width: 479px) {
  .ev02 .right .date .att {
    text-align: left;
    padding-left: 1em;
  }
  .ev02 .right .date .att::before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
  }
}

.ev02 .bottom01 {
  position: absolute;
  left: 50px;
  bottom: 0px;
  z-index: 2;
  width: 130px;
  height: auto;
}

@media (max-width: 767px) {
  .ev02 .bottom01 {
    width: 80px;
    left: 20px;
  }
}

.ev02 .bottom02 {
  position: absolute;
  right: 50px;
  bottom: 0px;
  z-index: 2;
  width: 130px;
  height: auto;
}

@media (max-width: 767px) {
  .ev02 .bottom02 {
    width: 80px;
    right: 20px;
  }
}

/*--------------------------
 イベント3 ちゅうぶグルメnet×梅まつり
----------------------------*/
.ev03 {
  background: url(../img/ev03_bg.jpg) repeat center/500px auto;
  position: relative;
  padding-top: 150px;
}

@media (max-width: 479px) {
  .ev03 {
    padding-top: 120px;
  }
}

.ev03 .ume {
  position: absolute;
  left: -10%;
  top: -130px;
  height: 100px;
  width: auto;
}

@media (max-width: 767px) {
  .ev03 .ume {
    left: 5%;
    width: 90%;
    height: auto;
  }
}

@media (max-width: 479px) {
  .ev03 .ume {
    top: -80px;
  }
}

.ev03 .uk-container {
  position: relative;
}

.ev03 .left {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .ev03 .left {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}

.ev03 .left h2 img {
  width: 480px;
  height: auto;
}

.ev03 .left .btn a {
  background: #e61273;
}

.ev03 .left .text .sns {
  padding: 0 30%;
  text-align: center;
  font-size: 12px;
}

@media (max-width: 767px) {
  .ev03 .left .text .sns {
    padding: 0 0%;
    font-size: 15px;
  }
}

.ev03 .left .text .sns ul {
  margin-top: 0px;
  margin-left: 0px;
  padding-inline-start: 0px;
}

@media (max-width: 767px) {
  .ev03 .left .text .sns ul {
    text-align: center;
  }
}

.ev03 .left .text .sns ul li {
  text-align: center;
  display: inline-block;
  padding: 5px;
  line-height: 1.0;
  margin: 5px;
}

.ev03 .left .text .sns ul li span {
  font-size: 12px;
}

@media (max-width: 479px) {
  .ev03 .left .text .sns ul li {
    font-size: 5vw;
  }
  .ev03 .left .text .sns ul li span {
    font-size: 4vw;
  }
}

.ev03 .left .text .sns_in {
  width: 35%;
}

@media (max-width: 767px) {
  .ev03 .left .text .sns_in {
    width: 20%;
  }
}

.ev03 .right {
  width: 48%;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .ev03 .right {
    width: 100%;
    position: relative;
    max-width: 400px;
    margin: 20px auto 40px;
  }
}

.ev03 .right .kikaku li {
  margin: 15px 0;
}

/*--------------------------
 イベント4 知多市内に新たな体験施設誕生！
----------------------------*/
.ev04 {
  background: #fff;
  position: relative;
  padding-bottom: 150px;
}

@media (max-width: 479px) {
  .ev04 {
    padding-bottom: 100px;
  }
}

.ev04::after {
  background: url(../img/ev04_bottom.jpg) no-repeat bottom center/100% auto;
  content: '';
  width: 100%;
  height: 100px;
  bottom: -1px;
  position: absolute;
  left: 0;
  z-index: 1;
}

.ev04 .uk-container {
  position: relative;
}

.ev04 .left {
  width: 50%;
  float: left;
  padding-top: 10%;
}

@media (max-width: 767px) {
  .ev04 .left {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}

.ev04 .left h2 img {
  width: 410px;
  height: auto;
}

.ev04 .left .btn a {
  background: #d94f58;
}

.ev04 .right {
  width: 48%;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .ev04 .right {
    width: 100%;
    position: relative;
    max-width: 400px;
    margin: 20px auto 40px;
  }
}

.ev04 .bottom01 {
  position: absolute;
  left: 50px;
  bottom: 0px;
  z-index: 2;
  width: 180px;
  height: auto;
}

@media (max-width: 767px) {
  .ev04 .bottom01 {
    width: 100px;
    left: 20px;
    bottom: -20px;
  }
}

.ev04 .bottom02 {
  position: absolute;
  right: 50px;
  bottom: 0px;
  z-index: 2;
  width: 160px;
  height: auto;
}

@media (max-width: 767px) {
  .ev04 .bottom02 {
    width: 100px;
    right: 20px;
    bottom: -20px;
  }
}

/*--------------------------
 コラボ
----------------------------*/
.collabo {
  background: url(../img/collabo_bg.jpg) repeat top left/350px auto;
}

@media (max-width: 479px) {
  .collabo {
    padding-top: 100px;
  }
}

.collabo__inner {
  background: #fffde1;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 30px;
}

@media (max-width: 479px) {
  .collabo__inner {
    padding: 20px;
    border-radius: 15px;
  }
}

.collabo__inner h2 {
  text-align: center;
  margin-top: -80px;
}

.collabo__inner h2 img {
  width: auto;
  height: 80px;
}

@media (max-width: 479px) {
  .collabo__inner h2 {
    margin-top: -60px;
  }
  .collabo__inner h2 img {
    height: 60px;
  }
}

.collabo__inner .ld {
  text-align: center;
  margin: 30px 0;
}

.collabo__inner .ld img {
  height: 20px;
  width: auto;
}

@media (max-width: 767px) {
  .collabo__inner .ld {
    margin-bottom: 0;
  }
  .collabo__inner .ld img {
    width: 100%;
    height: auto;
    max-width: 600px;
  }
}

@media (max-width: 479px) {
  .collabo__inner .ld {
    margin-bottom: 0;
  }
}

.collabo__inner .kikaku {
  float: left;
  width: 50%;
}

@media (max-width: 767px) {
  .collabo__inner .kikaku {
    width: 100%;
    float: none;
    margin: 40px 0;
  }
}

.collabo__inner .kikaku .img {
  width: 150px;
  float: left;
}

@media (max-width: 479px) {
  .collabo__inner .kikaku .img {
    float: none;
    margin: 10px auto;
  }
}

.collabo__inner .kikaku .text {
  width: calc(100% - 170px);
  float: right;
}

@media (max-width: 479px) {
  .collabo__inner .kikaku .text {
    float: none;
    width: 100%;
    text-align: center;
  }
}

.collabo__inner .kikaku .text h3 {
  color: #f3708a;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.collabo__inner .kikaku .text p {
  font-size: 14px;
  margin: 0;
}

.collabo__inner .kikaku .text p.small {
  font-size: 12px;
  margin-top: 5px;
}

.collabo__inner .kikaku_btn {
  width: 50%;
  margin: auto;
}

@media (max-width: 767px) {
  .collabo__inner .kikaku_btn {
    width: 100%;
    float: none;
    margin: 0px 0;
  }
}

.collabo__inner .kikaku_btn .btn a {
  background: #e61273;
}

/*--------------------------
footer
----------------------------*/
footer {
  background: url(../img/ft_bg.jpg) center center/332px repeat;
  padding: 100px 0;
  border-bottom: 20px solid #b5404b;
}

@media (max-width: 767px) {
  footer {
    border-bottom: none;
  }
}

@media (max-width: 479px) {
  footer {
    padding: 50px 0;
  }
}

footer .attarea .left {
  width: 40%;
  float: left;
}

@media (max-width: 767px) {
  footer .attarea .left {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}

footer .attarea .left .att li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 5px;
  font-size: 14px;
}

footer .attarea .left .att li::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

footer .attarea .left .contact {
  margin-top: 40px;
}

@media (max-width: 767px) {
  footer .attarea .left .contact {
    text-align: center;
  }
}

footer .attarea .left .contact h3 {
  background: #f3728b;
  color: #fff;
  width: 8em;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 5px;
}

footer .attarea .left .contact &gt; div {
  padding-left: 5px;
}

footer .attarea .left .contact &gt; div h4 {
  color: #633100;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 10px;
}

footer .attarea .left .contact &gt; div .tel {
  color: #f3728b;
  font-size: 25px;
  font-weight: bold;
  margin: 0;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

footer .attarea .left .contact &gt; div .tel span {
  font-size: 18px;
  margin-right: 10px;
}

footer .attarea .right {
  width: 55%;
  float: right;
}

@media (max-width: 767px) {
  footer .attarea .right {
    width: 100%;
    float: none;
  }
}

footer .attarea .right .corona {
  background: #633100;
  padding: 30px;
}

@media (max-width: 479px) {
  footer .attarea .right .corona {
    padding: 20px 15px;
  }
}

footer .attarea .right .corona h3 {
  font-size: 18px;
  color: #fff100;
  text-align: center;
  font-weight: bold;
}

footer .attarea .right .corona ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
}

footer .attarea .right .corona ul li::before {
  content: '●';
  position: absolute;
  left: 0;
  top: 0;
}

footer .access {
  margin-top: 40px;
}

footer .access .left {
  margin-top: 40px;
  width: 40%;
  float: left;
}

@media (max-width: 767px) {
  footer .access .left {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    text-align: center;
  }
}

footer .access .left h3 {
  background: #f2625c;
  border-radius: 20px;
  font-size: 20px;
  color: #f2625c;
  color: #fff;
  width: 8em;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 5px;
}

footer .access .left &gt; div {
  padding-left: 5px;
  font-size: 14px;
}

@media (max-width: 479px) {
  footer .access .left &gt; div {
    text-align: left;
  }
}

footer .access .left &gt; div h4 {
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 14px;
}

footer .access .left &gt; div p {
  padding-left: 1em;
  margin: 0;
}

footer .access .left .ld {
  background: #fff;
  border: 2px solid #f2625c;
  border-radius: 15px;
  font-size: 16px;
  color: #f2625c;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 479px) {
  footer .access .left .ld {
    font-size: 3.5vw;
  }
}

footer .access .right {
  width: 55%;
  float: right;
}

footer .access .right iframe {
  height: 350px;
}

@media (max-width: 767px) {
  footer .access .right {
    width: 100%;
    float: none;
  }
}

/*--------------------------
 ページのトップへ
----------------------------*/
#pageTop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 999;
  margin: 0;
}

@media (max-width: 767px) {
  #pageTop {
    bottom: 70px;
    right: 15px;
  }
}

#pageTop a {
  display: block;
}

#pageTop a img {
  width: 80px;
  height: auto;
}

@media (max-width: 767px) {
  #pageTop a img {
    width: 60px;
  }
}
</pre></body></html>