@charset "UTF-8";
body {
  margin: 0;
  font-size: 16px;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000000;
}
a {
  color: #e40575;
  text-decoration: underline;
}
#main {
  width: 1200px;
  margin: 0 auto;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #e40575;
  text-decoration: underline;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* head ---- */
header {
  border-top: 10px solid #54b0d4;
}
header nav {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
h1 {
  width: 203px;
  margin: auto;
  padding: 30px 0 20px;
}
h2 {
  width: 1200px;
  height: 122px;
  display: flex;
  justify-content: center;
}
h2 img {
  height: 48px;
  margin-top: 50px;
}
#main {
  width: 1200px;
  margin: 0 auto;
}
.btn_detail {
  width: 226px;
}

/* main_img ---- */
.main_img {
  width: 100%;
  background-color: #131d40;
  position: relative;
}
.main_img picture img {
  width: 1150px;
  margin: 0 auto;
  display: block;
}
.main_img .main_txt {
  position: absolute;
  display: block;
  z-index: 10;
  top: 40px;
  left: calc(50% + 350px);
}

/* page nav ---- */
.page_nav {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 3px auto 50px;
}
.page_nav div {
  width: 392px;
  height: 80px;
  position: relative;
}
.page_nav div p {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_nav div img {
  height: 30px;
  display: block;
}
.page_nav div:nth-child(1) {
  background: url(../img/menu_event_bg.png) no-repeat center;
}
.page_nav div:nth-child(2) {
  background: url(../img/menu_gourmet_bg.png) no-repeat center;
}
.page_nav div:nth-child(3) {
  background: url(../img/menu_gift_bg.png) no-repeat center;
}
.page_nav ul {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  width: 100%;
  position: absolute;
  z-index: 10;
}
.page_nav li a {
  width: 100%;
  padding: 10px;
  display: block;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
}
.page_nav ul.nav_event {
  background-color: #fce6e7;
}
.page_nav ul.nav_event a {
  color: #c9161e;
}
.page_nav ul.nav_gourmet {
  background-color: #f4f8ed;
}
.page_nav ul.nav_gourmet a {
  color: #4d8836;
}
.page_nav ul.nav_gift {
  background-color: #fff5d9;
}
.page_nav ul.nav_gift a {
  color: #947f29;
}

/* event ---- */
#event h2 {
  background: url(../img/tit_event_bg.png) no-repeat center;
}
.event01 {
  background-color: #fce6e7;
  padding: 50px 0 0;
  position: relative;
}
.event01 .btn_detail {
  position: absolute;
  z-index: 10;
  right: 145px;
  bottom: 50px;
}
.event02 {
  position: relative;
  width: 100%;
  background-color: #99832f;
}
.event02 .btn_detail {
  position: absolute;
  z-index: 10;
  right: 50%;
  transform: translate(50%,0);
  bottom: 50px;
}
.event03_1 ul.link_sp {
  display: none;
}
.event03_1 {
  position: relative;
}
.event03_1 ul {
  position: absolute;
  right: 70px;
  top: 150px;
  display: flex;
}
.event03_1 li {
  margin-left: 20px;
  background-color: #e40575;
}
.event03_1 li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 10px;
}
.event03_2 {
  background-color: #fce6e7;
}
.event03_2 dl {
  padding: 40px 50px;
}
.event03_2 dt {
  color: #e40575;
  margin-bottom: 15px;
  text-align: center;
}
.event03_2 dd {
  margin-bottom: 10px;
  line-height: 26px;
}
.event03_2 .date, .event03_2 .copy_tag {
  text-align: center;
}
.event03_2 .copy_tag {
  margin-bottom: 20px;
}
.present_info_sp {
  display: none;
}
.present_info_pc .btn_detail {
  position: static;
  display: block;
  margin: 20px auto 0;
}

/* gourmet ---- */
#gourmet h2 {
  margin-top: 50px;
  background: url(../img/tit_gourmet_bg.png) no-repeat center;
}
.gourmet01 {
  background-color: #f4f8ed;
  position: relative;
  padding: 30px 0;
}
.gourmet01 .btn_detail {
  position: static;
  display: block;
  margin: 30px auto 0;
}
.gourmet02_1, .gourmet02_2 {
  position: relative;
}
.gourmet02_1 .btn_detail {
  position: static;
  display: block;
  margin: 30px auto 30px;
}
.gourmet02_2 .btn_detail {
  position: static;
  display: block;
  margin: 30px auto 60px;
}

/* gift ---- */
#gift h2 {
  background: url(../img/tit_gift_bg.png) no-repeat center;
}
.gift01 {
  background-color: #fff5d9;
  padding: 30px 0;
}
.gift01 .btn_detail {
  display: block;
  margin: 30px auto 0;
}
.gift02 {
  position: relative;
  margin-bottom: 30px;
}
.gift02 .btn_detail {
  position: absolute;
  z-index: 10;
  right: 50%;
  transform: translate(50%,0);
  bottom: 20px;
}
.gift03 {
  position: relative;
}
.gift03 .btn_detail {
  position: absolute;
  z-index: 10;
  right: 50%;
  transform: translate(50%,0);
  bottom: 50px;
}

.access {
  width: 350px;
  margin: 60px auto;
}
.access img {
  width: 350px;
}

/* foot ---- */
footer .foot-logo {
  padding: 30px 0 20px;
  position: relative;
}
footer .foot-logo .foot-logo-list {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.8125rem;
}
footer .foot-logo .logo-mec {
  margin-bottom: 10px;
}
footer .foot-logo .foot-logo-list a {
  color: #000;
}
footer .foot-logo::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 40px;
  width: 311px;
  height: 71px;
  background: url(../img/foot_img.png) top left no-repeat;
}
.copyright {
  background: #50aacd;
}
footer .copyright span {
  display: block;
  width: 595px;
  margin: 0 auto;
  padding: 25px 0 25px;
}
footer .copyright span img {
  width: 100%;
}



/* SP
--------------------------------------------------*/
@media (max-width: 819px) {
  h2 {
    width: 100%;
    height: 60px;
  }
  h2 img {
    height: 35px;
    margin-top: 17px;
  }
  .btn_detail {
    width: 50%;
    max-width: 281px;
  }
  
  .main_img picture img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .main_img .main_txt {
    width: 15%;
    top: 5%;
    left: 82%;
  }
  
  .page_nav {
    width: 100%;
    margin: 3px auto 40px;
  }
  .page_nav div {
    height: 60px;
  }
  .page_nav div img {
    height: 26px;
    padding: 0 1%;
  }
  .page_nav .nav_event {
    width: 300%;
  }
  .page_nav .nav_gourmet {
    width: 300%;
    left: -100%;
  }
  .page_nav .nav_gift {
    width: 300%;
    left: -200%;
  }
  
  #main {
    width: 100vw;
  }
  header {
    border-top: 10px solid #54b0d4;
    width: 100%;
  }
  header nav {
    width: 100vw;
  }
  header h1 img {
    width: auto;
    max-height: 30px;
    margin: 0 auto;
    display: block;
  }
  
  #event h2, #gourmet h2, #gift h2 {
    background-size: cover;
  }
  .event01 picture img,
  .event02 picture img,
  .event03_1 picture img,
  .event03_2 picture img,
  .event03_3 picture img,
  .event03_4 picture img,
  .event04 picture img,
  .event05 picture img,
  .event06 picture img,
  .gourmet01 picture img,
  .gourmet02_1 picture img,
  .gourmet02_2 picture img,
  .gift01 picture img,
  .gift02 picture img,
  .gift03 picture img{
    width: 100%;
  }
  .event01 {
    padding: 20px 0;
    background-color: #991a1f;
  }
  .event01 .btn_detail {
    position: static;
    margin: 20px auto 0;
    display: block;
  }
  .event02 picture img {
    width: 100%;
  }
  .event02 .btn_detail {
    position: static;
    margin: 20px 0 40px;
  }
  .event03_1 ul.link_pc {
    display: none;
  }
  .event03_1 ul.link_sp {
    display: flex;
  }
  .event03_1 {
    background-color: #fce6e7;
    padding-bottom: 50px;
  }
  .event03_1 ul {
    position: absolute;
    left: 1.8%;
    top: auto;
    bottom: 13%;
    display: flex;
    width: 38%;
  }
  .event03_1 li {
    margin: 0 5px 0 0;
    text-align: center;
    font-size: 13px;
    padding: 9% 0;
    flex-grow: 1;
  }
  .event03_1 li a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 1%;
  }
  .present_info_pc {
    display: none;
  }
  .event03_2 dl.present_info_sp {
    display: block;
    padding: 30px 10px;
  }
  .present_info_sp dd {
    font-size: 15px;
    line-height: 20px;
  }
  .btn_detail_sp {
    margin: 0 auto;
    width: 50%;
    max-width: 281px;
    display: block;
  }
  .gourmet01 {
    padding-top: 20px;
  }
  .gourmet02_1 .btn_detail {
    margin: 20px auto 30px;
  }
  .gourmet02_2 .btn_detail {
    margin: 20px auto 40px;
  }
  .gift01 {
    padding-bottom: 10px;
  }
  .gift01 .btn_detail {
    margin: 20px auto 0;
  }
  .gift02 .btn_detail {
    position: static;
    margin: 20px auto 0;
  }
  .gift03 .btn_detail {
    bottom: 3%;
  }
  .access {
    width: 100%;
    margin: 60px auto 40px;
  }
  .access img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  
  footer {
    padding: 5.33333% 0 0;
  }
  footer .foot-logo .foot-logo-list {
    width: 100vw;
    text-align: center;
    margin-bottom: 8%;
    font-size: 2.93333vw;
    line-height: 2;
  }
  footer .foot-logo .logo-mec {
    margin: 0 auto 2.66667%;
    width: 29.33333%;
  }
  .logo-mec img {
    width: 100%;
  }
  footer .copyright {
    background: #50aacd;
    position: relative;
  }
  footer .copyright::before {
    position: absolute;
    top: -8vw;
    right: 0;
    display: inline-block;
    content: "";
    width: 37.2%;
    padding-top: 9.6vw;
    background: url(../img/foot_img.png) top left/contain no-repeat;
  }
  footer .copyright span {
    display: block;
    width: 95.6%;
    margin: 0 auto;
    padding: 1.33333% 0 2.66667%;
  }
}