@charset "UTF-8";
/* CSS Document */
/* common
------------------------------*/
ul, li {
  padding: 0;
}
.btn_fixed {
  position: fixed;
  z-index: 2;
  right: -12px;
  top: 570px;
}
img {
  vertical-align: bottom;
}
.btn_fixed a:hover {
  opacity: 0.8;
}
.btn_shop {
  margin-left: -10px;
}
.btn_shop a:hover {
  opacity: 0.8;
}
.mgb10 {
  margin-bottom: 10px;
}
.mgb20 {
  margin-bottom: 20px;
}
.mgb30 {
  margin-bottom: 30px !important;
}
.mgb40 {
  margin-bottom: 40px;
}
.mgb50 {
  margin-bottom: 50px;
}
.mgb60 {
  margin-bottom: 60px;
}
.mgb80 {
  margin-bottom: 80px;
}
.mgb100 {
  margin-bottom: 100px;
}

.mgl_24 {
  margin-left: -24px;
}
.side {
  padding-left: 15px;
  padding-right: 15px;
}
section.main_one {
  max-width: 100%;
}
section .inner {
  max-width: 1030px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
/*  padding-top: 20px;
  padding-bottom: 20px;
*/  text-align: center;
}
section .inner2 {
  max-width: 1200px;
  margin: auto;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
	text-align: center;
}
section .inner img {
  width: 100%;
}
.shadow {
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
}
.shadow2 {
  box-shadow: 0px 0px 8px 1px rgba(79, 193, 226, .3);
}
.kanagawa_fair {
  font-family: "Noto Sans Japanese", sans-serif;
  /* background: #09357F; */
}
.kanagawa_fair .flexBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kanagawa_fair .flexBox div {
  width: 49%;
  margin-bottom: 20px;
}
div.page-link {
  cursor: pointer;
  display: flex;
  z-index: 101;
  position: fixed;
  bottom: 20px;
  right: 0;
  flex-direction: column;
  width: 50px;
  z-index: 20000;
}
div.page-link a {
  margin-bottom: 10px;
}
.gfooter-conv .conv_navi {
  background: #b71c13;
}
.gfooter-conv .conv_navi_list .conv_navi_list_item {
  border-color: #fff;
}
/* common
------------------------------*/
section.kanagawa_fair_area {
  width: 1280px;
  margin: auto;
  color: #000000;
}
section.kanagawa_fair_area a:hover {
  opacity: 0.8;
}
section.kanagawa_fair_area .btnArea {
  display: flex;
  justify-content: space-between;
  align-items: start;
  /*  margin-bottom: 20px;*/
  margin: 0 auto;
	width:949px;
}
section.kanagawa_fair_area .btnArea div {
  width: 49%;
}
section.kanagawa_fair_area .btn_online {
  text-align: center;
}
section.kanagawa_fair_area .btn_online img {
  width: auto;
}
.wr {
  word-wrap: break-word;
  display: inline-block;
}
/* CV_btn
------------------------------*/
.custom-conv {
  display: none;
}
/* main_visual
------------------------------*/
/* section.kanagawa_fair_area .top {
  background: #fff;
  /* padding-bottom: 26px; */
/* } */ 
section.kanagawa_fair_area .top img {
  width: 100%;
}
/* contents
------------------------------*/
section.kanagawa_fair_area img {
  width: auto;
}
/* アコーディオン
------------------------------*/

/* sns
------------------------------*/
section.kanagawa_fair_area .sns {
  background: url("../images/common/sns_bg.png");
  background-size: cover;
  padding: 25px 0;
}
section.kanagawa_fair_area .sns p {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  padding-top: 20px;
}
section.kanagawa_fair_area .sns_bg_blue {
  opacity: 0.95;
  border-radius: 20px;
  background: #0068b7;
  height: auto
}
section.kanagawa_fair_area .sns_list {
  display: flex;
  padding: 22px;
  justify-content: space-between;
  margin: 0 auto 0;
  width: 540px;
}
  section.kanagawa_fair_area .sapo-car {
    padding: 30px 0px;
  }
.kanagawa_fair .accordion_header {
  cursor: pointer;
}
.kanagawa_fair .accordion_inner {
  display: none;
}

.kanagawa_fair .relative {
  position: relative
}
/* .kanagawa_fair .bg_credit{
	background-color: #ffe042;
	padding: 60px 0;
} */
.kanagawa_fair .bg_credit .btn_absolute {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 4%;
}



/* タブレット
------------------------------*/
@media (max-width: 767px) {
  /*---bg---*/
  section.kanagawa_fair_area{
    width: auto;
  }
  section.kanagawa_fair_area img {
    width: 100%;
  }
  section.kanagawa_fair_area .btn_online img {
    width: 100%;
  }
  section.kanagawa_fair_area .btnArea {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  section.kanagawa_fair_area .btnArea div {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  section.kanagawa_fair_area .btnArea div:first-child {
    margin-right: auto;
    margin-bottom: 15px;
  }
  section .inner {
    padding-left: 15px;
    padding-right: 15px;
    /*padding-top: 20px;
    padding-bottom: 10px;*/
  }
  section .inner2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  section .bag .inner {
    padding-top: 0;
  }
  section .inner2 {
    padding-top: 0px;
  }
  .mgb10 {
    margin-bottom: 5px;
  }
  .mgb20 {
    margin-bottom: 10px;
  }
  .mgb30 {
    margin-bottom: 15px !important;
  }
  .mgb40 {
    margin-bottom: 20px;
  }
  .mgb50 {
    margin-bottom: 25px;
  }
  .mgb60 {
    margin-bottom: 30px;
  }
  .mgb80 {
    margin-bottom: 40px;
  }

  /* CV_btn
------------------------------*/
  .gfooter-conv .conv_navi {
    display: none;
  }
  .gfooter-conv .win_online.active{
      display: none !important;
  }  
  .gfooter-conv .win_shop.active{
      display: none !important;
  }  
  .gfooter-conv .win_reservation.active{
      display: none !important;
  }  
  .gfooter-conv .conv_modal.active {
      background: none ;
  }
  
  .gfooter-conv .conv_modal.on.active {
      background: rgba(5, 58, 127, 0.9);
  }
  
  .custom-conv {
    display: block;
  }
  .custom-conv .conv_navi {
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100vw;
    padding: 8px;
    border-top: 1px solid #fff;
    background: #b71c13;
  }
  .custom-conv .conv_navi_list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .custom-conv .conv_navi_list .conv_navi_list_item:nth-child(odd) {
    border-left: none;
  }
  .custom-conv .conv_navi_list .conv_navi_list_item {
    border-color: #fff;
  }
  .conv_navi_list .conv_navi_list_item {
    box-sizing: border-box;
    width: 50%;
    padding: 2vw 0;
    text-align: center;
    border-left: 1px solid #6a6c71;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #6a6c71;
    cursor: pointer;
  }
  .custom-conv .conv_navi_list .conv_navi_list_item:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .custom-conv .conv_navi_list .conv_navi_list_item span {
    box-sizing: border-box;
    width: auto;
    color: #fff;
    font-size: 3.73333vw;
    font-weight: 700;
  }
  .custom-conv .conv_navi_list .conv_navi_list_item.icn_shop span {
    padding-left: 3.86667vw;
    background: url(../images/common/icn_shop.png) 0 center no-repeat;
    background-size: 2.66667vw auto;
  }
  .custom-conv .conv_navi_list .conv_navi_list_item.icn_reservation span {
    padding-left: 6.5vw;
    background: url(../images/common/icn_reservation.png) 0 center no-repeat;
    background-size: 5vw auto;
  }
  .custom-conv .conv_navi_list .conv_navi_list_item.icn_calender span {
    padding-left: 5.2vw;
    background: url(../images/common/icn_calender.png) 0 center no-repeat;
    background-size: 3.86667vw auto;
  }
  .custom-conv .conv_navi_list .conv_navi_list_item.icn_online span {
    padding-left: 6.5vw;
    background: url(../images/common/icn_online.png) 0 center no-repeat;
    background-size: 5vw auto;
  }
  /*calender_popup
------------------------------*/
  .custom-conv .conv_modal.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 24vw;
    background: rgba(5, 58, 127, 0.9);
    z-index: 9000;
  }
  .custom-conv .conv_modal_contents {
    position: absolute;
    text-align: left;
    display: none;
  }
  .custom-conv .win_calender.active {
    left: 4vw;
    right: 4vw;
    bottom: 27vw;
    display: block;
  }
  .custom-conv .btn_close {
    margin: 0 0 0 auto;
    width: 9.46667vw;
    margin-bottom: 1.33333vw;
    cursor: pointer;
  }
  .custom-conv .conv_modal_contents_inner {
    position: relative;
    background: #fff;
    border-radius: 1.06667vw;
  }
  .custom-conv .win_calender.active .conv_modal_contents_inner {
    width: 100%;
    padding: 3vw 3vw 3vw 3vw;
    box-sizing: border-box;
  }
  .custom-conv .conv_modal_contents_inner::before {
    content: "";
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2vw 1.33333vw 0 1.33333vw;
    border-color: #fff transparent transparent transparent;
  }
  .custom-conv .win_calender.active .conv_modal_contents_inner::before {
    left: 8.66667vw;
  }
  .custom-conv .js-cal-slider {
    height: 66.13333vw;
    overflow: hidden;
  }
  .custom-conv .js-cal-slider .slick-arrow {
    overflow: hidden;
    position: absolute;
    top: 3.2vw;
    z-index: 100;
    width: 3.46667vw;
    height: 2.53333vw;
    border: none;
    font-size: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 100%;
    white-space: nowrap;
    background: none;
    outline: none;
    cursor: pointer;
  }
  .custom-conv .js-cal-slider .slick-prev {
    left: 4.4vw;
    background: url(../images/common/arw_white-r.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .custom-conv .js-cal-slider .slick-next {
    right: 4.4vw;
    background: url(../images/common/arw_white.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .custom-conv .conv_modal_contents_inner .calendar_time {
    padding: 0 0 2vw 0;
    font-size: 3.7vw;
    font-weight: 700;
    color: #053a7f;
  }
  .custom-conv .conv_modal_contents_inner p {
    font-size: 14px;
  }
  .custom-conv .btn_eventcal {
    width: 100%;
  }
  .custom-conv a {
    text-decoration: none;
    color: #053a7f;
  }
  .custom-conv a {
    outline: none;
    word-break: break-all;
    text-decoration: none;
    color: #053a7f;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .custom-conv .win_calender.active .conv_modal_contents_inner .calendar_link {
    margin: 0;
  }
  .custom-conv .calendar_link {
    margin: 0;
    padding-top: 0;
    display: flex;
    justify-content: flex-end;
  }
  .custom-conv .calendar_link a {
    display: block;
    padding-right: 4.66667vw;
    color: #31c0ff;
    font-size: 3.46667vw;
    font-weight: 700;
    letter-spacing: -1px;
    background: url(../images/arw_skyblue.png) right center no-repeat;
    background-size: 3.46667vw auto;
  }
  /*sns
------------------------------*/
  section.kanagawa_fair_area .top {
    /* padding-bottom: 20px; */
  }
  section.kanagawa_fair_area .sns_list {
    padding: 2px 40px 22px;
    width: 100%;
  }
  section.kanagawa_fair_area .sns_list li:not(:last-of-type) {
    margin-right: 10px;
  }
  section.kanagawa_fair_area .sns p {
    font-size: 21px;
    padding-top: 20px;
    text-align: center;
  }
  /*covid19
------------------------------*/
  section.kanagawa_fair_area .covid19 {
    margin-top: 20px;
  }
  /*sapo-car
------------------------------*/
  section.kanagawa_fair_area .sapo-car {
    padding: 0px 0 30px;
  }
  /*accordion
------------------------------*/
.kanagawa_fair .bg_credit{
	padding: 30px 0;
}
.kanagawa_fair .bg_credit .btn_absolute {
    bottom: 4%;
    width: 94%;
}
	
	
} /*max-width: 480px*/
@media screen and (max-width: 480px) {
  .mainVisual {
    width: 100%;
    height: 180px !important;
    min-height: 640px !important;
    display: table-cell;
    vertical-align: bottom;
    background: #fff;
  }

  section.kanagawa_fair_area .btnArea div:first-child {
    margin-right: auto;
    margin-bottom: 10px;
  }
} /*max-width: 480px*/


