@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

img {
  border: 0;
  height: auto;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #000;
}

ul, dl, ol {
  text-indent: 0;
}

ul li {
  list-style: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input, * html textarea, * html select {
  font-size: 100%;
}

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  vertical-align: top;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
}

* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input, select, textarea {
  font-size: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  background: #FFF;
  color: #000;
  line-height: 1.75;
  letter-spacing: 0;
  font-size: 1.7rem;
  overflow-x: hidden;
}
@media all and (max-width: 480px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.7;
}

@media all and (max-width: 480px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media all and (max-width: 480px) {
  .sp {
    display: block;
  }
}

.span_br {
  display: inline-block;
}

img {
  max-width: 100%;
}
img.fitimg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wrap {
  width: min(100%, 1600px);
  padding: 0 4vw;
  margin: auto;
  position: relative;
}

/* ヘッダー */
.header{
  padding: 2vw 2vw;
}
.header .wrap{
  padding: 0;
}
.header h1.logo{
  width: min(40%, 204px);
}

/* fv */
.fv .logo-area{
  width: 50%;
  background: url(../images/bg_net.png);
  background-size: 8%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fv .logo-area .logo-svg{
  width: 60%;
  padding-left: 10%;
}
.fv .pic-area{
  width: 50%;
}
@media all and (max-width: 768px) {
  .fv .logo-area{
    width: 100%;
    padding: 2em;
  }
  .fv .pic-area{
    width: 100%;
  }
}

h2.title{
  text-align: center;
  height: 52px;
  margin-bottom: 50px;
}
h2.title img{
  width: auto;
  height: 100%;
}
h3.title{
  font-size: clamp(20px,1.6vw,25px);
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
}
.marker{
  padding: 0 1em 0 0.3em;
  background: linear-gradient(transparent 30%, #fff000 30%, #fff000 75%, transparent 75%);
}

/* 開催概要 */
#about{
  padding: 100px 0;
}
#about .sec-gosen{
  width: 42%;
}
#about .sec-gosen .img-map{
  padding: 50px 0;
  width: 115%;
}
#about .sec-about{
  width: 48%;
}
#about .sec-about .detail{
  padding: 40px 0;
}
#about .sec-about .detail .table{
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  padding: 30px 0;
}
#about .sec-about .detail .table th{
  font-weight: 500;
  padding-right: 1em;
  white-space: nowrap;
  letter-spacing: 1em;
}
@media all and (max-width: 768px) {
  #about{
    padding: 50px 0;
    overflow-x: hidden;
  }
  #about .sec-gosen{
    width: 100%;
  }
  #about .sec-gosen .img-map{
    padding: 30px 0;
    width: 100%;
  }
  #about .sec-about{
    width: 100%;
  }
  #about .sec-about .detail{
    padding: 40px 0;
  }
  #about .sec-about .detail .table{
    padding: 20px 0;
  }
  #about .sec-about .detail .table th{
    font-weight: 500;
    padding-right: 1em;
  }
}

/* メッセージ */
#message{
  background-color: #fff000;
  padding: 50px 0;
  text-align: center;
}
#message .text{
  font-size: clamp(14px,2vw,19px);
  margin-bottom: 1.5em;
  line-height: 2em;
}

/* 参加企業 */
#timetable{
  padding: 140px 0;
}
#timetable .map-area{
  width: min(100%, 1165px);
  margin: 120px auto;
}
#timetable .map-area iframe{
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    margin: auto;
}
#timetable .apply-area{
  background-color: #fff000;
  padding: 20px;
  margin: 4em auto;  
  width: 100%;
}
#timetable .apply-area .flex{
  gap: 1%;
}
#timetable a:hover{
  background-color: #fff;
}
@media all and (max-width: 768px) {
  #timetable{
    padding: 70px 0;
  }
  #timetable .map-area{
    width: min(100%, 1165px);
    margin: 50px auto 0 auto;
  }
  #timetable .map-area iframe{
      aspect-ratio: 4 / 5;
  }
}

/* openfactory */
#openfactory{
  padding: 50px 0 100px 0;
  background: url(../images/bg_net.png);
  background-size: 4%;
}
#openfactory h2.title{
  text-align: center;
  margin-bottom: 1em;
}
#openfactory .sub{
  text-align: center;
  font-size:clamp(16px,1.5vw,23px);
  margin-bottom: 2em;
}
#openfactory .icons{
  text-align: right;
}
#openfactory .icons .icon-explain{
  font-size: clamp(14px,2vw,19px);
  display: inline-block;
  background: #dcdcdc;
  padding: 0 .5em;
}
#openfactory .icons .icon-explain .icon{
  width: 1em;
  vertical-align: middle;
}
#openfactory .flex{
  justify-content: left;
  gap: 1%;
}
#openfactory .flex .card{
  width: 24%;
  background-color: #fff;
  margin-bottom: 2%;
}
#openfactory .card .date{
  padding: 5%;
}
#openfactory .card .date img{
  float: left;
  width: 28%;
  margin-right: .5em;
}
#openfactory .card .icon-area {
  text-align: right;
  padding: 5% 5% 3% 5%;
  margin-top: -2em;
}
#openfactory .card .icon-area img{
  width: 10%;
}
#openfactory .card .company{
  padding: 0 5%;
  font-size: clamp(15px,1.8vw,21px);
  float: none;
  clear: both;
}
#openfactory .card .f-copy{
  padding: 0 5% 5% 5%;
  font-size: clamp(21px,1.6vw,28px);
  line-height: 1.5;
}
#openfactory .card .f-text{
  padding: 0 5%;
  font-size: clamp(13px,1.6vw,20px);
}
#openfactory .card .contents{
  padding: 2em 5% 5% 5%;
  font-size: clamp(13px,1.5vw,20px);
}
#openfactory .card .c-obi{
  font-size: clamp(14px,2vw,19px);
  text-align: center;
  font-weight: 700;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  letter-spacing: 1em;
  margin: 1em 0;
}
#openfactory .card .c-tag{
  background-color: #fff000;
  border-radius: 100px;
  padding: 0 1em;
  display: inline-block;
  margin-right: 1em;
}
#openfactory .card .c-text{
  margin: 0 0 5% 0;
  word-break: break-all;
  text-align: justify;
}
#openfactory .card .qr{
  margin: 5% auto;
  width: 40%;
}

#openfactory .caution-area{
  margin: 1em auto;
}
#openfactory .caution-area .requerst{
  border-radius: 4px;
  border: solid 1px #000;
  padding: 0em 1em;
  background-color: #dbdcdc;
  display: inline-block;
  font-weight: 700;
}
#openfactory .caution-area{
  margin: 1em auto;
}
#openfactory .caution-area .requerst{
  border-radius: 4px;
  border: solid 1px #000;
  padding: 0em 1em;
  background-color: #dbdcdc;
  display: inline-block;
  font-weight: 700;
  font-size:clamp(16px,1.5vw,23px);
  margin-bottom: 1em;
}
.caution-area .list{
  background-color: #dbdcdc;
  font-size:clamp(13px,1.2vw,17px);
}
.apply-area{
  width: min(100%, 1000px);
  margin: auto;
}
#openfactory .apply-area{
  width: min(100%, 1000px);
  margin: auto;
}
.apply-area .flex{
  justify-content: center;
}
.apply-area .form-link{
  width: 76%;
  display: flex;
  align-items: center;
}
.apply-area .form-link a{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 1em;
  width: 100%;
  height: 100%;
  font-size: clamp(16px,1.5vw,23px);
  font-weight: 700;
}
.apply-area .form-link a:hover{
  background-color: #fff000;
}
.apply-area .arrow{
  width: 2%;
  display: flex;
  align-items: center;
}
.apply-area .qr-area{
  width: 14%;
}
@media all and (max-width: 1400px) {
  #openfactory .flex .card{
    width: 32.6%;
  }
}
@media all and (max-width: 1000px) {
  #openfactory .flex .card{
    width: 49%;
  }
}
@media all and (max-width: 768px) {
  #openfactory{
    padding: 50px 0 50px 0;
  }
  #openfactory .flex .card{
    width: 100%;
    margin-bottom: 4vw;
  }
  .apply-area .form-link{
    width: 70%;
    font-size: 3vw;
    text-align: center;
  }
  .apply-area .qr-area{
    width: 25%;
  }
}

/* factoryshop */
#factoryshop{
  padding: 70px 0;
  font-size: clamp(14px,1.3vw,18px);
}
#factoryshop .title{
  margin-bottom: 0em;
}
#factoryshop .sub{
  text-align: center;
  font-weight: 500;
  font-size:clamp(16px,1.5vw,23px);
  margin-bottom: 2em;
}
.content.commingsoon{
  background: #e6e6e6;
  padding:1em;
  text-align: center;
  color: #b3b3b3;
  letter-spacing: 0.1em;
  font-size:clamp(20px,2vw,32px);
}
#factoryshop .lead-text{
  text-align: center;
  margin-bottom: 2em;
}
#factoryshop .icons{
  margin: 0;
  padding: 0;
  text-align: center;
}
#factoryshop .icons li{
  display: inline-block;
  margin: 0 .5em 2em .5em;
}
#factoryshop .icons li img{
  width: 2em;
  margin: 0 .5em;
  vertical-align: middle;
}
#factoryshop .box-shop{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3em;
  background:url(../images/f-shop/f-shop_bg.png) ;
  background-repeat: repeat-y;
  background-size: 5.5%;
  background-position: right;
}
#factoryshop .box-shop .shop-pic{
  width: 41%;
  padding: 0 1vw 0 0;
}
#factoryshop .box-shop .detail{
  width: 59%;
}
#factoryshop .box-shop .detail .shop-title{
  display: flex;
}
#factoryshop .box-shop .detail .index{
  margin-right:2vw;
  margin-bottom:2em;
  width: min(20%, 100px);
}
#factoryshop .box-shop .detail .index .number{
  width: 100%;
  max-width: 100px;
  margin: 0 auto 1em auto;
}
#factoryshop .box-shop .detail .index .icons{
}
#factoryshop .box-shop .detail .index .icons li{
  margin: 0;
  width: 30%;
}
#factoryshop .box-shop .detail .index .icons li img{
  margin: 0;
}
#factoryshop .box-shop .detail .index .cap{
  font-size: clamp(8px, .8vw, 12px);
  text-align: center;
}
#factoryshop .box-shop .detail .profile{
  margin-bottom:2em;
}
#factoryshop .box-shop .detail .profile .name{
  font-size:clamp(20px,2.2vw,35px);
  font-weight: 700;
}
#factoryshop .box-shop .detail .qr{
  width: 10%;
  margin-left: auto;
}
#factoryshop .box-shop .detail .data{
  margin-bottom:2em;
}
#factoryshop .box-shop .detail .data .date img{
  width: 105px;
  margin: 0 .5em .5em 0;
}
#factoryshop .box-shop .detail .profile .address{
}
#factoryshop .box-shop .detail .profile .url{
}
#factoryshop .box-shop .detail .article{
  margin-bottom:1em;
  padding-right: 1.5em;
}
#factoryshop .box-shop .detail .article .f-title{
  font-size:clamp(17px,1.8vw,28px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: .3em;
}
#factoryshop .box-shop .detail .article .text{
  margin-bottom: 1em;
  letter-spacing: 0;
}
#factoryshop .box-shop .detail .article .bg-yellow{
  background-color: #fff000;
  padding: .5em 1em;
  width: 90%;
  margin-bottom: .5em;
}
@media all and (max-width: 768px) {
  #factoryshop{
    padding: 100px 0 50px 0;
  }
  #factoryshop .box-shop .shop-pic{
    width: 100%;
    padding: 0;
    margin-bottom: 2vw;
  }
  #factoryshop .box-shop .detail{
    width: 100%;
  }
  #factoryshop .box-shop .detail .qr{
    display: none;
  }
#factoryshop .box-shop .detail .article .bg-yellow{
  width: calc(100% - 1.5vw);
}
}

/* tour */
#tour{
  padding: 70px 0 140px 0;
  font-size: clamp(14px,1.3vw,16px);
  line-height: 1.6;
}
#tour .wrap{
  padding: 0 1vw;
}
#tour .title{
  margin-bottom: 1em;
}
#tour .content{
  margin-top: 4em;
}
#tour .tour-block{
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  background-color: #fff000;
  margin-bottom: 70px;
}
#tour .tour-block.no02{
  margin-left: auto;
  padding-left: 0;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
}
#tour .text-area{
  width: 50%;
  background-color: #fff000;
  padding: 2em 2em 2em 0;
  position: relative;
}
#tour .tour-block.no02 .text-area{
  width: 50%;
  background-color: #fff000;
  padding: 2em 2em 2em 2em;
  position: relative;
  order: 2;
}
#tour .text-area .num{
  width: min(20%, 140px);
  margin-top: -5em;
  margin-bottom: 1em;
}
#tour .text-area .title{
  font-size: clamp(26px,3vw,56px);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: .4em;
}
#tour .text-area .subtitle{
  font-size: clamp(18px,1.6vw,25px);
  font-weight: 500;
  margin-bottom: 1em;
}
#tour .text-area .text{
  margin-bottom: 2em;
  font-size: clamp(15px, 2vw, 17px);
}
#tour .text-area .schedule{
  margin-bottom: 2em;
}
#tour .text-area .schedule .text2{
  margin-left: 1em;
  margin-bottom: 1em;
  font-size: clamp(14px, 1.8vw, 16px);
}

#tour .text-area .detail .c-text{
  margin: 0 0 .8em 0;
}
#tour .text-area .detail .c-tag {
  background-color: #fff;
  border-radius: 100px;
  padding: 0 1em;
  display: inline-block;
  margin-right: 1em;
  min-width: 150px;
  text-align: center;
  font-weight: 500;
}
#tour .text-area .detail .c-tag.border{
  background-color: transparent;
  border: 1px solid #000;
  padding: 0 1em;
}
#tour .text-area .detail .qr-area{
  width: min(50%,260px);
  margin: 1em 0;
}
#tour .text-area .detail .lead2{
  background-color: #000;
  color: #fff000;
  border-radius: 100px;
  padding: 0 1em;
  display: inline-block;
  margin-right: 1em;
  min-width: 150px;
  text-align: center;
  font-weight: 500;
}
#tour .text-area .detail .school-name{
  font-size: clamp(16px, 2vw, 22px);
  padding: .5em .8em;
}
#tour .text-area .detail .school-name .small{
  font-size: 80%;
}
#tour .text-area .detail .school-logo{
  float: right;
  width: min(30%, 210px);
  margin-top: 3em;
  margin-left: 1em;
}
#tour .text-area .detail .indent{
  margin-left: 1em;
  display: block;
}
#tour .text-area .soldout{
  position: absolute;
  margin: auto;
  left:0;right:0;top:30%;bottom:auto;
  width: 60%;
}
#tour .pic-area{
  width: 50%;
}
#tour .tour-block.no02 .pic-area{
  width: 50%;
  order: 1;
}

@media all and (max-width: 768px) {
  #tour{
    padding: 50px 0;
  }
  #tour .wrap{
    padding: 0 4vw;
  }
  #tour .tour-block,
  #tour .tour-block.no02{
    margin-left: auto;
    padding-left: 0;
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
  }
  #tour .text-area,
  #tour .tour-block.no02 .text-area{
    width: 100%;
    padding: 3em 3vw 2em 3vw;
    order: 1;
  }
  #tour .tour-block.no02 .text-area{
  }
  #tour .text-area .num{
    width: min(20%, 140px);
    margin-top: -5em;
    margin-bottom: 1em;
  }
  #tour .pic-area,
  #tour .tour-block.no02 .pic-area{
    width: calc(100% + 4vw);
    margin-right: -4vw;
    order: 2;
  }
  #tour .text-area .detail .school-logo{
    margin-top: 0em;
  }
}

/* event */
#event{
  padding: 50px 0 100px 0;
  background: url(../images/bg_net.png);
  background-size: 4%;
}
#event .wrap{
  padding: 0 1vw;
}
#event .title{
  margin-bottom: 0em;
}
#event .sub{
  text-align: center;
  font-weight: 500;
  font-size:clamp(16px,1.5vw,23px);
  margin-bottom: 1em;
}
#event .content{
  background-color: #fff;
  padding: 2em;
  margin-bottom: 50px;
  position: relative;
}
#event .content.event01{
  text-align: center;
}
#event .event-title{
  font-size:clamp(26px,3.6vw,62px);
  font-weight: 700;
  margin-bottom: .5em;
  text-align: center;
}
#event .subtitle{
  font-size:clamp(18px,2vw,32px);
  font-weight: 500;
  margin-bottom: 1em;
  text-align: center;
  position: relative;
}
#event .content.event01 .pic{
  width: min(100%,1000px);
  margin: 3em auto auto auto;
}
#event .content .pop{
  position: absolute;
  top:-20px;
  left: 10%;
  width: min(20%,300px);
}
#event .content.event02 .flex{
  max-width: 1340px;
  margin: auto;
}
#event .content.event02 .text-area{
  width: 42%;
}
#event .content.event02 .pic-area{
  width: 56%;
}
#event .content .c-tag{
  background-color: #fff000;
  border-radius: 100px;
  padding: 0 1em;
  display: inline-block;
  margin-right: 1em;
  margin-left: -160px;
  min-width: 150px;
  text-align: center;
  font-weight: 700;
  float: left;
}
#event .content .c-text{
  margin: 0 0 1em 0;
  padding-left:160px;
  word-break: break-all;
  text-align: justify;
}
#event .content.event03 .flex{
  width: min(100%,1060px);
  margin: auto;
}
#event .content.event03 .flex .text-area{
  width: 72%;
}
#event .content.event03 .flex .text-area .subtitle{
  text-align: left;
}
#event .content.event03 .flex .qr-area{
  width: 25%;
}
#event .content.event03 .pic{
  width: min(100%,1000px);
  margin: 2em auto;
}
#event .content.event04 .event-title{
  margin: 0;
}
#event .content.event04 .subtitle{
  font-size:clamp(20px,2vw,36px);
}
#event .content.event04 .flex{
  width: min(100%,1400px);
  margin: auto;
}
#event .content.event04 .flex .pic-area{
  width: 50%;
}
#event .content.event04 .flex .text-area{
  width: 50%;
  padding-left: 60px;
}
#event .content .event-title2{
  font-size:clamp(20px,2vw,32px);
  font-weight: 700;
  margin-bottom: .5em;
}
#event .content.event04 .howtojoin{
  background-color: #fffbbd;
  padding: 0.5em 2em 2em 2em;
  width: min(100%, 470px);
  border-radius: 30px;
  margin-top: 1em;
}
#event .content.event04 .howtojoin .htext{
  font-size: clamp(16px,1.6vw,20px);
  margin: 0;
  text-align: center;
  font-weight: 700;
}
#event .event04 .flex.no1{
  margin-bottom: 40px;
}
#event .content.event04 .bg-yellow{
  background-color: #fffbbd;
  padding: 0.5em 2em 2em 2em;
  border-radius: 30px;
}
#event .content.event04 .bg-yellow .lead-text{
  font-size: clamp(16px,1.6vw,20px);
  text-align: center;
  font-weight: 700;
  margin: 1em auto;
}
#event .content.event04 .bg-yellow .flex{
  margin-top: .5em;
}
#event .content.event04 .bg-yellow .pic-area{
  width: 60%;
}
#event .content.event04 .bg-yellow .text-area{
  width: 35%;
  padding-left: 0;
}
#event .content.event05 .flex{
  width: min(100%,1100px);
  margin: 1em auto;
  position: relative;
}
#event .content.event05 .flex.photo{
  margin-bottom: 4em;
}
#event .content.event05 .flex .text-area{
  width: 50%;
}
#event .content.event05 .flex.photo .pic-area{
  width: 50%;
  position: absolute;
  right: -5%;
}
#event .content.event05 .flex.sl .pic-area{
  width: 45%;
}
#event .content.event05 .flex.photo .pic-area img{
}
#event .content.event05 .flex.sl .pic-area img{
  width: min(100%, 400px);
}

#event .content.event06 .pop{
  position: absolute;
  top:-100px;
  left: 10%;
  width: min(20%,300px);
}
#event .content.event06 .flex{
  width: min(100%,1400px);
  margin: 2em auto auto auto;
}
#event .content.event06 .flex .text-area{
  width: 40%;
}
#event .content.event06 .flex .text-area .menu{
  border: solid 1px #000;
  padding: 1.5em;
  margin: 2em auto;
  text-align: center;
  position: relative;
}
#event .content.event06 .flex .text-area .menu::before{
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-left: 50px solid #000;
  border-bottom: 50px solid transparent;
  position: absolute;
  top:0;
  left:0;
}
#event .content.event06 .flex .text-area .menu .menu-title{
  font-size: clamp(16px,1.6vw,22px);
  font-weight: 700;
}
#event .content.event06 .flex .text-area .menu .catgory{
  font-size: clamp(16px,1.6vw,22px);
  background: linear-gradient(transparent 60%, #fff000 60%);
  font-weight: 700;
  margin: 1em auto .5em;
}
#event .content.event06 .flex .pic-area{
  width: 55%;
  text-align: center;
}
#event .content.event06 .flex .pic-area .logo{
  width: min(100%, 600px);
}
#event .content.event06 .eatin{
  margin-top: 5em;
}
#event .content.event06 .eatin-title{
  font-size: clamp(14px,1.6vw,22px);
  text-align: center;
}
#event .content.event06 .eatin-title .small{
  font-size: 80%;
}
#event .content.event06 .eatin .shop01,
#event .content.event06 .eatin .shop02{
  margin: 1em auto 2em auto;
}

@media all and (max-width: 768px) {
  #event{
    padding: 50px 0;
  }
  #event .wrap{
    padding: 0 4vw;
  }
  #event .content{
    padding: 2em 1em 1em 1em;
  }
  #event .content .pop{
    width: min(30%,300px);
  }
  #event .content.event02 .text-area{
    width: 100%;
  }
  #event .content.event02 .pic-area{
    width: 100%;
  }
  #event .content .c-tag{
    display: block;
    float: none;
    margin-left: 0;
  }
  #event .content .c-text{
    padding-left:0px;
    text-align: center;
  }
  #event .content.event03 .flex .text-area{
    width: 100%;
  }
  #event .content.event03 .flex .text-area .subtitle{
    text-align: left;
  }
  #event .content.event03 .flex .qr-area{
    width: 50%;
    margin: 2em auto;
  }
  #event .content.event04 .flex .pic-area{
    width:100%;
    margin-bottom: 1em;
  }
  #event .content.event04 .flex .text-area{
    width:100%;
    padding-left: 0px;
  }
  #event .content.event04 .flex.no2 .pic-area{
    order: 2;
  }
  #event .content.event04 .flex.no2 .text-area{
    order: 1;
  }
  #event .content.event04 .bg-yellow {
    padding: 0.5em 1em 1em 1em;
    margin-top: 2em;
  }
  #event .content.event04 .bg-yellow .lead-text{
  }
  #event .content.event04 .bg-yellow .pic-area{
    width: 100%;
    margin-top: 1em;
  }
  #event .content.event04 .bg-yellow .text-area{
    width: 100%;
  }
  #event .content.event05 .flex .text-area{
    width: 100%;
  }
  #event .content.event05 .flex.photo .pic-area{
    width: 100%;
    position: static;
    right: 0;
  }
  #event .content.event05 .flex.sl .pic-area{
    width: 90%;
    margin: 1em auto auto auto;
  }
  #event .content.event06 .pop{
    width: min(30%,300px);
    top:-50px;
  }
  #event .content.event06 .flex .text-area{
    width: 100%;
  }
  #event .content.event06 .flex .text-area .menu{
    border: solid 1px #000;
    padding: 1.5em;
    margin: 2em auto;
    text-align: center;
    position: relative;
  }
  #event .content.event06 .flex .text-area .menu::before{
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-left: 50px solid #000;
    border-bottom: 50px solid transparent;
    position: absolute;
    top:0;
    left:0;
  }
  #event .content.event06 .flex .text-area .menu .menu-title{
    font-size: clamp(16px,1.6vw,22px);
    font-weight: 700;
  }
  #event .content.event06 .flex .text-area .menu .catgory{
    font-size: clamp(16px,1.6vw,22px);
    background: linear-gradient(transparent 60%, #fff000 60%);
    font-weight: 700;
    margin: 1em auto .5em;
  }
  #event .content.event06 .flex .pic-area{
    width: 90%;
    margin: 1em auto auto auto;
  }
  #event .content.event06 .flex .pic-area .logo{
    width: min(100%, 600px);
  }
  #event .content.event06 .eatin{
    margin-top: 5em;
  }
  #event .content.event06 .eatin-title{
    font-size: clamp(14px,1.6vw,22px);
    text-align: center;
  }
  #event .content.event06 .eatin-title .small{
    font-size: 80%;
  }
  #event .content.event06 .eatin .shop01,
  #event .content.event06 .eatin .shop02{
    margin: 1em auto 2em auto;
  }
  #event .content.event06 .eatin .shop01,
  #event .content.event06 .eatin .shop02{
    overflow-x: scroll;
    padding-bottom: 1em;
  }
  #event .content.event06 .eatin .shop01 img,
  #event .content.event06 .eatin .shop02 img{
    max-width: 1000px;
  }
}

/* access */
#access{
  padding: 140px 0;
}
#access .title{
  margin-bottom: 0;
}
#access .sub{
  text-align: center;
  font-weight: 500;
  font-size:clamp(16px,1.5vw,23px);
  margin-bottom: 1em;
}
#access .content{}
#access .subtitle{
  font-size: clamp(20px,2vw,42px);
  text-align: center;
  font-weight: 700;
  margin: 2em auto 1em auto;
  letter-spacing: 0.2em;
}
#access .information .text-area{
  width: 48%;
}
#access .information .text-area .lead-text{
  font-size:clamp(16px,1.5vw,23px);
  font-weight: 700;
  margin-bottom: 1em;
}
#access .information .text{
  margin-bottom: 2em;
}
#access .content .c-tag{
  background-color: #fff000;
  border-radius: 100px;
  padding: 0 1em;
  display: inline-block;
  margin-right: 1em;
  margin-left: -160px;
  min-width: 150px;
  text-align: center;
  font-weight: 700;
  float: left;
}
#access .content .c-text{
  margin: 0 0 1em 0;
  padding-left:160px;
  word-break: break-all;
  text-align: justify;
}
#access .information .img-nobiri{
  margin: 2em auto 2em 0;
  width: min(80%,500px);
}
#access .information .pic-area{
  width: 50%;
}
#access .information .pic-area .caption{
  text-align: right;
}

#access .list{
  border-top: solid 1px #231815;
  padding: 1em 0 2em 0;
  position: relative;
}
#access .list .vehicle{
  letter-spacing: .2em;
  font-weight: 700;
  font-size:clamp(18px,1.6vw,25px);
  margin-bottom: 1em;
}
#access .list .vehicle .icon{
  width: 1.8em;
  margin: 0 0.5em;
  vertical-align: middle;
}
#access .list .vehicle .icon.shinkansen{
  width: 2.2em;
  margin: 0 0.6em 0 0;
}
#access .list .howto .icon{
  width: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
}
#access .others-way.flex{
  justify-content: left;
  gap: 2%;
  margin: 2em auto;
}
#access .others-way .yellow-box{
  background-color: #fff000;
  border-radius: 10px;
  padding: 1.6em 1.6em 2.4em 1.6em;
  width: 48%;
  position: relative;
}
#access .others-way .yellow-box .text-area{
  width: 50%;
}
#access .others-way .yellow-box .pic-are{
  width: 46%;
}

#access .others-way .yellow-box .title{
  font-size:clamp(18px,1.6vw,25px);
  font-weight: 700;
  letter-spacing: .2em;
}
#access .others-way .yellow-box .text{
  font-size:clamp(13px,1.3vw,19px);
}
#access .others-way .yellow-box .moredetail{
  text-align: right;
  font-weight: 700;
  position: absolute;
  bottom: 1em;
  right: 1em;
}
#access .others-way .yellow-box .moredetail .arrow{
  width: 1em;
  vertical-align: middle;
  margin-left: .4em;
  margin-top: auto;
}
#access .others-way .yellow-box .moredetail a:hover{
  opacity: 0.6;
}
#access .others-way .yellow-box .logo{
  width: 80%;
  margin: 1em auto;
}

#access .traffic{
  margin-bottom: 8em;
}
#access .traffic .list .vehicle{
  width: min(50%, 650px);
  margin: 0 50% 0 auto;
}
#access .traffic .list .howto{
  width: min(50%, 650px);
  margin: 0 50% 0 auto;
  padding-left: 5em;
  position: relative;
}
#access .traffic .list.harf{
  width: 50%;
}
#access .traffic .list.harf .vehicle{
  width: min(100%, 650px);
  margin: 0 0 0 auto ;
}
#access .traffic .list.harf .howto{
  width: min(100%, 650px);
  margin: 0 0 0 auto ;
}
#access .traffic .list.harf .logo-izumi{
  width: min(80%, 240px);
  margin: 2rem auto ;
}
#access .traffic .bus-image{
  width: 45%;
  display: block;
  float: right;
  margin-top: -4em;
}
#access .traffic .bus-image img{
  width: min(80%,540px);
}
#access .parking .nobori{
  width: 16%;
  margin-top: -3em;
}
#access .parking .parking-list{
  width: 40%;
}
#access .parking .parking-list table{
  width: 100%;
  border-collapse: collapse;
}
#access .parking .parking-list th{
  background-color: #dbdcdc;
  border: solid 2px #000;
  vertical-align: middle;
  font-size: clamp(13px, 1.2vw, 17px);
  padding: .2em 1.5rem;
  font-weight: 500;
}
#access .parking .parking-list td{
  border: solid 2px #000;
  vertical-align: middle;
  font-size: clamp(15px, 1.8vw, 20px);
  padding: .2em 1.5rem;
  font-weight: 500;
}
#access .parking .parking-list .sp-cel{
  display: none;
}


@media all and (max-width: 768px) {
  #access{
    padding: 50px 0;
  }
  #access .others-way .yellow-box{
    width: 100%;
    margin-bottom: 4vw;
  }
  #access .information .text-area{
    width: 100%;
  }
  #access .information .text-area .lead-text{
    text-align: center;
  }
  #access .content .c-tag{
    display: block;
    margin-right: 0;
    margin-left: 0px;
    float: none;
  }
  #access .content .c-text{
    padding-left:0;
  }
  #access .information .img-nobiri{
    margin: 2em auto 2em 0;
    width: min(80%,500px);
  }
  #access .information .pic-area{
    width: 100%;
  }
  #access .information .pic-area .caption{
    text-align: right;
  }
  #access .traffic{
    margin-bottom: 4em;
  }
  #access .traffic .list .vehicle{
    width: 100%;
    margin: 0;
  }
  #access .traffic .list .vehicle.circulationbus{
    letter-spacing: 0;
  }
  #access .traffic .list .vehicle.circulationbus .marker {
    padding: 0 0 0 0.3em;
  }
  #access .traffic .list .howto{
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
  #access .traffic .list.harf{
    width: 100%;
  }
  #access .traffic .list.harf .vehicle{
    width: 100%;
    margin: 0  ;
  }
  #access .traffic .list.harf .howto{
    width: 100%;
    margin: 0 ;
  }
  #access .traffic .list .howto.link{
    font-size: 3vw;
  }
  #access .traffic .bus-image{
    width: 80%;
    float: none;
    margin: 1em auto;
  }
  #access .traffic .bus-image img{
    width: 100%;
  }
  #access .parking .nobori{
    width: 20%;
    margin-top: -6em;
    position: absolute;
  }
  #access .parking .parking-list{
    width: 100%;
  }
  #access .parking .parking-list th{
    padding: .2em 1.2rem;
  }
  #access .parking .parking-list td{
    padding: .2em 1rem;
  }
  #access .parking .parking-list.second{
    display: none;
  }
  #access .parking .parking-list .sp-cel{
    display:table-row;
  }
}

/* accommodation */
#accommodation{
  padding: 50px 0 100px 0;
  background: url(../images/bg_net.png);
  background-size: 4%;
}
#accommodation .subtitle{
  font-size: clamp(20px,2vw,42px);
  text-align: center;
  font-weight: 700;
  margin: 0 auto 1em auto;
  letter-spacing: 0.2em;
}
#accommodation .accommodations-list{
  width: min(100%,1200px);
  margin: auto;
  position: relative;
}
#accommodation table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 7px;
}
#accommodation table tr{
  background-color: #fff;
}
#accommodation table td{
  padding: .5em 2em;
}
#accommodation table td.name{
  padding-left: 6em;
}
#accommodation .illust-noren{
  position: absolute;
  width: min(12vw, 200px);
  top: -50px;
  left: min(-10vw,240px);
}
#accommodation .illust-oke{
  position: absolute;
  width: min(8vw, 150px);
  bottom: 0px;
  right: min(-10vw,160px);
}
@media all and (max-width: 1600px) {
  #accommodation .illust-noren{
    left: calc(50% - 49vw);
    top:-8%;
    width: min(10vw, 200px);
  }
  #accommodation .illust-oke{
    right: calc(50% - 49vw);
  }
}
@media all and (max-width: 768px) {
  #accommodation{
    padding: 50px 0;
  }
  #accommodation table tr{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7px;
  }
  #accommodation table td{
    padding: 0 1em .5em 1em;
  }
  #accommodation table td.name{
    padding-left: 1em;
    display: block;
    width: 100%;
    padding: .5em 1em 0 1em;
    font-weight:700;
  }
  #accommodation .illust-noren{
    position: absolute;
    width: 70px;
    top: -60px;
    left: 0px;
  }
  #accommodation .illust-oke{
    position: absolute;
    width: 50px;
    bottom: auto;
    top: -70px;
    right: 10px;
  }
}


/* footer */
#footer{
  padding: 2em 0 100px 0;
}
#footer .details{
  width: 100%;
  font-size: clamp(14px,1.6vw,19px);
}
#footer .logo{
  width: min(60%, 350px);
  margin-bottom: 2em;
}
#footer .bold{
  font-size:clamp(18px,1.6vw,24px);
  font-weight: 500;
}
#footer .links{
  width: 40%;
  text-align: right;
  font-size:clamp(14px,1.6vw,23px);
  position: absolute;
  top:0;
  right:4vw;
}
#footer .links .sns-icons {
  margin: 1em 0;
}
#footer .links .sns-icons a {
  padding: .5em;
}
#footer .links .sns-icons a img{
  width: 2em;
}
#footer .links .backnumber a{
  background-color: #fff000;
  font-weight: 700;
  display: inline-block;
  padding: 0 .5em;
  margin: 0 0 0.4em 0;
}
#footer .links .backnumber a:hover{
  color: #999;
  opacity: 1;
}

@media all and (max-width: 768px) {
  #footer{
    padding: 2em 0 50px 0;
  }
  #footer .links{
    width: 100%;
    position: static;
    text-align: center;
    margin-bottom: 2em;
  }
  #footer .logo{
    margin: 0 auto 2em auto;
  }


}


/*navi drawer*/
#nav-drawer{
  position: absolute;
  bottom:0;
  right: 0;
  max-width: calc(100% - 210px);
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
#nav-content ul li{
  display: inline-block;
  letter-spacing: 0.02em;
}
#nav-content ul li a{
  padding-left: 1.5em;
  margin-left: 1em;
  position: relative;
  font-size:clamp(14px, 1.2vw,20px);
  font-weight: 700;
}
#nav-content ul li a::before{
  content: "";
  background: url(../images/btn_yellow.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: auto;
  position: absolute;
  left: 0;
  bottom:0;
  top:0;
}
#nav-content ul p.logo{
  display: none;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}
@media all and (max-width: 896px) {
  #nav-drawer {
    position: relative;
    position: absolute;
    top:0;
    right: 0;
  }

  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }

  /*ハンバーガーの形をCSSで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
    transition: all .5s;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }

  /*閉じる用の薄黒箇所*/
  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }

  /*メニューの中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 90%;
    max-width: 330px;/*最大幅（お好みで調整を）*/
    height: 100%;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

  /*チェックがついたら表示させる*/
  #nav-input:checked ~ #nav-open span{
    transform: translateY(10px) rotate(-45deg);
  }
  #nav-input:checked ~ #nav-open span:before{
    opacity: 0;
  }
  #nav-input:checked ~ #nav-open span:after{
    transform: translateY(-16px) rotate(90deg);
  }
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
  }

  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
  }

  #nav-content ul{
    padding: 4vw 8%;
  }
  #nav-content ul li{
    display: block;
    text-align: left;
  }
  #nav-content ul li a{
    display: block;
    padding-left: 1.5em;
    margin-left: 1em;
    position: relative;
    font-size:clamp(14px, 1.2vw,20px);
    font-weight: 700;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  #nav-content ul p.logo{
    display: block;
    width: 70%;
    margin: 2em auto;
  }
}