@charset "utf-8";
/* CSS Document */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

html {
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "ãƒ¡ã‚¤ãƒªã‚ª", "Yu Gothic", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", sans-serif;
  color: #2f4f4f;
  /*  background: url(../images/bg.png);*/
  position: relative;
  overflow-x: hidden;
}

li {
  list-style-type: none;
}

.opacity:hover {
  opacity: 0.7;
}

.meiryo {
  font-family: "ãƒ¡ã‚¤ãƒªã‚ª";
}

.yugothic {
  font-family: "Yu Gothic", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“";
}



#wrapper {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

main {
  padding: 0 0 0;
  width: 100%;
  margin: 0 auto;
}

/*-----------------header---------------------*/
#headerpc {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: flex-start;
  background: #fff;
}

#header_sp {
  display: none;
}

.logo {
  display: block;
}

.logo a img {
  min-width: 150px;
  width: 50%;
  margin: 0 0 0 10%;
}

.nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.nav .nav_right {
  width: 70%;
  display: flex;
  flex-direction: row;
}

.nav .nav_right ul li.back:hover {
  background: #f2dadd;
  border-radius: 10px;
}

.nav .nav_right ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: space-around;
  list-style-type: none;
}

.nav .nav_right ul li {
  vertical-align: middle;
  display: flex;
  align-items: center;
  transition-duration: 0.5s;
}

.nav .nav_right ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.sns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 2%;
  width: 10%;
  min-width: 60px;
}

.sns a {
  width: 45%;
  margin: 0 1%;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}

@media screen and (max-width:966px) {
  #header {
    /*    display: none;*/
  }

  #headerpc .nav_right {
    display: none;
  }

  #header_sp {
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 100;
    position: absolute;
    right: 0%;
    top: 100%;
    width: 60%;
  }

  #header_sp .nav {
    width: 50%
  }

  #header_sp .nav ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-end;
    width: 100%;
    height: auto;
  }

  #header_sp .nav ul li {
    line-height: 2em;
    vertical-align: middle;
  }

  #header_sp .nav ul li a {
    color: #000;
  }

  #header_sp .logo {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 70px 0 0 0;
  }

  #header_sp .logo img {
    width: auto;
  }

  .sns {
    margin: 0 2%;
    width: 15%;
  }

  #header_sp .sns a {
    width: 20%;
  }

  #header_sp .nav {}

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .2s;
    box-sizing: border-box;
    z-index: 130;
  }

  .menu-trigger {
    position: relative;
    /*top: 25%;
    right: 4%;*/
    width: 65px;
    height: 44px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
  }

  .menu-trigger span {
    position: absolute;
    left: 10px;
    width: 70%;
    height: 4px;
    background-color: #808080;
    border-radius: 4px;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 10px;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 20px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 10px;
  }
}

@media screen and (max-width:600px) {
  .nav_box ul li {
    width: 90%;
    margin: 10px 0px;
  }

  .logo {
    width: 50%;
  }

  .close {
    display: none;
  }
}

@media screen and (max-width:532px) {
  #header_sp {
    /*  top: 6%;*/
  }
}

/*-----------------footer---------------------*/
#footer {
  width: 100%;
  position: relative;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(117,169,255,1) 100%);}

#footer>img {
  width: 100%;
}
/*
#footer a img {}

.link_area {
  width: 85%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.link_area div {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.banner_a a {
  width: 32%;
  height: auto;
}

.banner_b a {
  width: 20%;
}

.hjbunko {
  width: 5%;
  position: absolute;
  top: 11%;
  left: 3%;
}

.hjbunko img {
  width: 100%;
}*/

.parent {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 1%;
  grid-row-gap: 0px;
  width: 80%;
  margin: auto;
  text-align: center;
}
.parent a:hover{
  opacity: 0.7;
}
  .div1 { grid-area: 1 / 2 / 2 / 4; }
  .div2 { grid-area: 1 / 4 / 2 / 6; }
  .div3 { grid-area: 2 / 2 / 3 / 4; }
  .div4 { grid-area: 2 / 4 / 3 / 6; }
  .div5 { grid-area: 3 / 1 / 4 / 3; }
  .div6 { grid-area: 3 / 3 / 4 / 5; }
  .div7 { grid-area: 3 / 5 / 4 / 7; }
  .div8 { grid-area: 4 / 1 / 5 / 7; }
  .div9 { grid-area: 5 / 3 / 6 / 5; }
  .div10 {
    grid-area: 6 / 2 / 7 / 6;
    margin-top: 3%;
  }
  
  
/*-----------------footer ここまで---------------------*/

/*-----------------ã“ã“ã¾ã§ãƒ˜ãƒƒãƒ€ãƒ¼---------------------*/
/*ãƒˆãƒƒãƒ—ãƒœã‚¿ãƒ³*/
.topBtn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  display: block;
  background-color: rgba(132, 193, 45, 1);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 19px;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 22px;
  border-radius: 40px;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.topBtn:before {
  content: '\25B2';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
}

.topBtn:hover {
  opacity: 0.7;
}

/*-----------------chr.htmlãƒ¼---------------------*/
.fade_off {
  opacity: 0;
  -webkit-transition: all 2.0s;
  -moz-transition: all 2.0s;
  -o-transition: all 2.0s;
  -ms-transition: all 2.0s;
  transition: all 2.0s;
}

.fade_on {
  opacity: 1;
}

/*-----------------concept.htmlãƒ¼---------------------*/
.concept_head {
  position: relative;
  text-align: center;
}

.concept_head h1 {}

.banner_a a.melontop {
  width: 21%;
}

.push_logo {
  position: absolute;
  top: 62%;
  left: 50%;
  width: 89%;
  transform: translateX(-50%);
}

.kurukuru {
  opacity: 0;
  transform-origin: center center;
}

.kurukuru_on {
  opacity: 1;
  animation: kurukuru 0.7s ease-out;
}

@keyframes kurukuru {
  0% {
    transform: rotate(0) translate(-50%, 40px);
    opacity: 0;
  }

  100% {
    transform: rotate(360deg) translate(-50%, 0);
    opacity: 1;
  }
}

img.concept_arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.whats {
  width: 100%;
  text-align: center;
  margin: 0% auto;
  position: relative;
}

.whats img {
  width: 100%;
}

.kart {
  position: absolute;
  top: 34%;
  left: 40%;
  width: 26%;
}

.kart img {
  width: 45%;
  margin: 0 1%;
}

.dummy {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50%;
}

/*-----------------concept.htmlãƒ¼---------------------*/
.hide {
  display: none;
}

/*-----------------news---------------------*/
.subheader,
.subheader img {
  width: 100%;
}

.news_container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 80%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.news_topic {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 44%;
  margin: 3%;
}

.topic_banner {
  width: 100%;
}

.news_sub {
  width: 20%;
  margin: 3% 0 3% 5%;
}

.news_topic p {
  font-size: 1vw;
  line-height: 1.5em;
  margin: 2% 0 0 5%;
  font-weight: bold;
  color: #808080;
  min-height: 1vw;
}

.news_topic p.day {
  align-self: flex-end;
}

.news_topic a:hover {
  opacity: 0.7;
}

.andmore {
  width: 10%;
  margin: 2% auto;
}

.andmore img {
  width: 100%;
}

/*-----------------news---------------------*/
/*-----------------ã“ã“ã‹ã‚‰ãƒˆãƒƒãƒ—ã«æˆ»ã‚‹---------------------*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 48px;
  z-index: 3;
}

#page-top a {
  background-color: red;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  width: 70px;
  height: 70px;
  padding: 0 0 5px;
  text-align: center;
  display: block;
  *text-indent: -9999px;
  border-radius: 70px;
}

#page-top a:hover {
  width: 70px;
  height: 70px;
  background: #F86E70;
}

.p_text:before {
  content: "";
  font-size: 48px;
  width: 25px;
  height: 25px;
  padding: 10px 12px 5px
}

/*-----------------ã“ã“ã‹ã‚‰ãƒˆãƒƒãƒ—ã«æˆ»ã‚‹---------------------*/
@media screen and (max-width:1200px) {
  #wrapper {
    width: 100%;
  }

  #header {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: flex-end;
  }

  h1 img {
    width: 100%;
  }

  .close {
    position: relative;
    width: 50px;
    top: -80px;
    right: 230px;
    left: auto;
  }
}

@media screen and (max-width:700px) {
  main {
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }

  .news_container {
    width: 90%;
    margin: 2% auto;
  }

  .news_topic {
    width: 48%;
    margin: 1%;
  }

  .news_topic p {
    font-size: 3vw;
    line-height: 1.5em;
    margin: 2% 0 0 5%;
    font-weight: bold;
    color: #808080;
    min-height: 1vw;
  }
}

/*è¿½åŠ åˆ†-------------------------------*/
.news_container {
  justify-content: space-between;
  margin: 30px auto;
}

.news_topic {
  line-height: 1.2rem;
  width: calc(50% - 20px);
  display: unset;
  flex-direction: unset;
  justify-content: unset;
  margin: 0;
}

.news_topic span {
  display: inline-block;
  color: #fff;
  background-color: #ff98a2;
  padding: 5px 12px;
  border-radius: 30px;
  margin: 10px 10px 10px 0;
  min-width: 30%;
  text-align: center;
}

.news_topic h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  position: relative;
  padding-bottom: 7px;
}

.news_topic h1:after {
  border-bottom: dotted 4px #ff98a2;
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.news_topic p {
  margin: 10px 0 30px !important;
}
.itemArea{
  margin-top: 3%;
}
.itemwrap {
  width: 105%;
  margin-bottom: 6px;
  display: flex;
  align-items: flex-start;
}

.itemwrap>div {
  color: #fa5684;
  font-weight: bold;
}

.itemtitle {
  width: 30%;
  box-sizing: border-box;
  padding: 10px 0;
  background: #ffecee;
  text-align: center;
  flex: 0 0 auto;
}

.news_topic img {
  border: solid 1px #c8c8c8;
}

.productLink {
  width: 50%;
  min-width: fit-content;
  text-align: center;
  background: #5ab973;
  height: 41px;
  box-sizing: border-box;
  font-size: 1.5vh;
  margin: 0 0 0 auto;
  transition: .3s;
  line-height: 1rem;
}

.productLink a {
  color: white;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
  font-size: 1.5em;
    font-weight: bold;
}

.reservation_campaign{
  width: 60%;
  margin: 1% 0;
  display: block;
}

.reservation_campaign img{
  width: 100%;
}


.productLink:hover, .goods_back a:hover {
  opacity: .7;
}

.goods_back a {
  overflow: hidden;
  background: #ff98a2;
  color: white;
  text-decoration: none;
  width: 30%;
  height: 40px;
  padding: 2%;
  display: block;
  text-align: center;
  font-size: 2.5vw;
  margin: 20px auto;
  box-sizing: border-box;
  transition: .3s;
}

.itemdeta {
  margin-left: 1%;
  font-size: 1.1rem;
  min-height: calc(1rem + 20px);
  display: flex;
  line-height: 1.5;
  align-items: center;
}

.swiper-container {
  max-width: 800px;
}

.swiper-wrapper {
  margin: auto;
}

div.swiper-wrapper div.swiper-slide a {
  margin: auto;
  width: 85%;
  max-width: 632px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 1%;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 1%;
}


/*top_container*/
ul.top_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 2rem 0;
  max-width: 2000px;
}
/* リスト部分 */
ul.top_container:after {
    content: "";
    display: block;
    width: 32%;  /* .boxã«æŒ‡å®šã—ãŸwidthã¨åŒã˜å¹…ã‚’æŒ‡å®šã™ã‚‹ */
    height: 0;
}
li.boods_topic {
  padding: 5px;
  box-sizing: border-box;
  width: calc(100% / 3);
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}

li.boods_topic img {
  display: block;
  width: 100%;
  border: solid 1px #c8c8c8;
  box-sizing: border-box;
}

li.boods_topic a {
  text-decoration: none;
  color: #2c2c2c;
  line-height: 1.5rem;
  font-size: 1.2rem;
}

.boods_topic img, .boods_topic p {
  transition: .3s;
  min-height: 1em;

}

p.subtitle{
  display: inline-block;
  width: 100%;
}

.boods_topic:hover img, .boods_topic:hover p {
  opacity: .7;
  color: #ff98a2;
}

li.boods_topic span {
  display: inline-block;
      color: #fff;
      background-color: #2684bc;
      padding: 5px 12px;
      border-radius: 30px;
      margin: 10px 10px 10px 0;
      width: auto;
text-align: center;
min-width: 45%;
}

.boods_topic p.day {
  text-align: right;
  margin-top: 5px;
  color: gray;
}

li.boods_topic span.fair{
background-color: #2684bc;
}

#goods li.boods_topic span,
li.boods_topic span.goods{
background-color: #f9c599;
}

#books .news_topic span,
#books .boods_topic span,
li.boods_topic span.books {
  background-color: #f59799;
}



#books .news_topic h1:after {
  border-bottom: dotted 4px #a7d8b9;
}

#books .news_topic .itemwrap>div {
  color: #298c49;
}

#books .itemtitle,
#books .goods_back a {
  background: #a7d8b9;
}

#music .news_topic span,
#music .boods_topic span,
li.boods_topic span.music {
  background-color: #c2f2ff;
}


#music .news_topic h1:after {
  border-bottom: dotted 4px #c2f2ff;
}

#music .news_topic .itemwrap>div {
  color: #e9502b;
}

#music .itemtitle,
#music .goods_back a {
  background: #c2f2ff;
}


#disc .news_topic span,
#disc .boods_topic span,
li.boods_topic span.disc {
  background-color: #c9c9c9;
}


#disc .news_topic h1:after {
  border-bottom: dotted 4px #c9c9c9;
}

#disc .news_topic .itemwrap>div {
  color: #1b5c83;
}

#disc .itemtitle,
#disc .goods_back a {
  background: #c9c9c9;
}


#event .news_topic span,
#event .boods_topic span,
li.boods_topic span.event,
#event .fair_topic span,
#event .fairtitle,
#event .fair_back a
 {
  background-color: #a3bae2;
}


#event .news_topic h1:after {
  border-bottom: dotted 4px #ff3c70;
}

#event .news_topic .itemwrap>div {
  color: #fff;
}

#event .itemtitle,
#event .goods_back a {
  background: #ff3c70;
}

@media screen and (max-width: 800px) {
  li.boods_topic {
    width: calc(50% - 5px);
    margin-bottom: 15px;
    padding: 0;
  }

  li.boods_topic span, .boods_topic p {
    font-size: 1.5vw;
    margin-bottom: -.7rem;
  }

  li.boods_topic span {
    font-size: 1.5vw;
    padding: 0px 10%;
    box-sizing: border-box;
    overflow: hidden;
    margin: .5rem 0 -.5rem;
    line-height: 1.2rem;
  }

  .boods_topic p.day {
    margin: 0;
  }
}

/**/
@media screen and (max-width: 800px) {
  .news_topic {
    width: 100% !important;
    margin: 3% 0 0 !important;
  }

  .news_topic p {
    font-size: 2vw;
  }

  .goods_back a {
    width: 80%;
  }

  .news_topic span {
    display: inline-block;
    color: #fff;
    background-color: #ff98a2;
    border-radius: 30px;
    margin: 10px 10px 10px 0;
    min-width: 30%;
    text-align: center;
    padding: 2% 0%;
    font-size: 2vw;
    line-height: 1rem;
  }

  .news_topic h1 {
    font-size: 5vw;
    line-height: 6.5vw;
  }

  .goods_back a {
    width: 40%;
    padding: 15px 0;
    height: 30px;
  }

  .goods_back {
    margin-top: 30px;
  }

  .itemdeta {
    font-size: 2.1vw;
  }

  .fairdeta {
    font-size: 2.1vw;
  }
}

/*ãƒ•ã‚§ã‚¢è¨˜äº‹ç”¨è¿½åŠ åˆ†-------------------------------*/
/*#fair a{
  transition: .3s;
}*/



#fair a:hover {
  opacity: 0.7;
}

.fair_container {
  justify-content: space-evenly;
  margin: 30px auto;
}

.fair_container {
  display: flex;
  flex-direction: row;
  width: 80%;
  flex-wrap: wrap;
}

.fair_topic {
  line-height: 1.2rem;
  width: calc(50% - 5%);
  display: unset;
  flex-direction: unset;
  justify-content: unset;
  margin: 0;
}

.fair_topic span {
  display: inline-block;
  color: #fff;
  background-color: #ffcbe1;
  padding: 5px 12px;
  border-radius: 30px;
  margin: 10px 10px 10px 0;
  width: 45%;
  text-align: center;
}

.fair_topic h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  position: relative;
  padding-bottom: 7px;
}

.fair_topic h1:after {
  border-bottom: dotted 4px #2684bc;
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.fair_topic p {
  margin: 10px 0 30px !important;
}

.fair_back a {
  overflow: hidden;
  background: #2684bc;
  color: white;
  text-decoration: none;
  width: 30%;
  height: 40px;
  padding: 2%;
  display: block;
  text-align: center;
  font-size: 2.5vw;
  margin: 20px auto;
  box-sizing: border-box;
}

.fair_topic img[src*="/fair"] {
  border: solid 1px #c8c8c8;
}

.fairwrap {
  width: 100%;
  margin-bottom: 6px;
}

.fairwrap>div {
  display: inline-block;
  font-weight: bold;
}

.fairtitle {
  width: 30%;
  box-sizing: border-box;
  padding: 10px 0;
  color: #fff;
  background: #2684bc;
  font-weight: bold;
  text-align: center;
}

.fairdeta {
  padding: 1vw 0;
  margin-left: 2%;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #696969;
}

.fair01 {
  padding: 7%;
}

.fair01_zoom {
  width: 10%;
  position: absolute;
  margin: -6% 0% 0% 24%;
}

.fair01_zoom img {
  width: 80%;
  max-width: 100%;
}
.fairArea{
  margin-top: 3%;
}

@media screen and (max-width: 800px) {
  .fair_container {
    width: 90%;
    margin: 2% auto;
  }

  .fair_topic {
    width: 100% !important;
    margin: 3% 0 0 !important;
  }

  .fair_topic h1 {
    font-size: 5vw;
    line-height: 6.5vw;
  }

  .fair_back {
    margin-top: 30px;
  }

  .fair_back a {
    width: 40%;
    padding: 15px 0;
    height: 30px;
  }

  .fairdeta {
    line-height: 6vw;
    font-size: 4vw;
    margin-left: 2%;
  }

  .fair01_zoom {
    width: 25%;
    position: absolute;
    margin: -15% 0% 0% 60%;
  }
}


/*メイン画像レスポンシブ*/

.pc {
  display: block;
  margin-inline: auto;
}
.sp {
  display: none;
  margin-inline: auto;
}

@media only screen and (max-width: 460px) {
.pc { display: none; }
.sp { display: block; }
}
/*ãƒ•ã‚§ã‚¢è¨˜äº‹ç”¨è¿½åŠ åˆ†-------------------------------*/
