@charset "utf-8";

/*---------------------------------------------
 ** 640px
---------------------------------------------*/
@media screen and (max-width: 850px) {

  /*---------------------------------------------
	body
---------------------------------------------*/
  html {
    scroll-behavior: smooth;
  }

  body {
    font-size: 12px;
    font-family: sans-serif;
    line-height: 1.8;
    position: relative;
  }

  /* fook */
  .only_sp_none {
    display: none !important;
  }

  .only_sp {
    display: block !important;
  }

  .sp_br {
    display: inline;
  }

  .nav_pc {
    display: none !important;
  }

  .nav_sp {
    display: block;
  }

  h3 {
    font-size: 16px;
  }

  /*画像*/
  img {
    height: auto;
  }

  /* iOSでのデフォルトスタイルをリセット */
  input[type='submit'],
  input[type='button'] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }

  input[type='submit']::-webkit-search-decoration,
  input[type='button']::-webkit-search-decoration {
    display: none;
  }

  input[type='submit']::focus,
  input[type='button']::focus {
    outline-offset: -2px;
  }

  table td {
    height: auto;
  }

  #main p,
  #main ul {
    display: none !important;
  }

  #main div {
    left: auto;
    right: 0;
    bottom: 30px;
  }

  #main div img {
    width: 80%;
    height: auto;
  }

  #main {
    background: url(../../common/images/bg_shelf_l.jpg) no-repeat bottom left;
    background-size: 100% auto;
    padding-bottom: 1px;
  }

  #main img {
    margin-top: 60px;
  }

  #head {
    height: 65px !important;
  }

  #head h1 {
    width: auto !important;
    height: 60px !important;
    margin: 0 auto;
    position: absolute;
    top: 8px;
    right: 0;
    left: 0;
  }

  .top_main {
    margin: 0 auto 70px;
  }

  #head #logo {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #head p {
    display: none;
  }

  #head p.p_name span {
    font-size: 12px;
  }

  #head div {
    display: none;
  }

  /*---------------------------------------------
	スマホナビ
---------------------------------------------*/
  .navBtn {
    display: block;
  }

  #navi {
    display: none !important;
  }

  ul#menu {
    list-style-type: none;
    width: 93.5%;
    background: #ffffff;
    opacity: 0.9;
    position: fixed;
    right: 0;
    left: 0px;
    top: 116px;
    z-index: 990;
    display: none;
    margin: 0 auto;
  }

  .top_sp_navi ul#menu {
    width: 92.9%;
  }

  .top_sp_navi {
    width: 100%;
  }

  .top_sp_navi ul#menu {
    top: 50px;
  }

  ul#menu.fixed {
    position: fixed;
    top: 50px;
  }

  ul#menu li {
    text-align: center;
  }

  ul#menu li a {
    text-decoration: none;
    display: block;
    padding: 10px 0;
  }

  ul#menu li.sub a {
    text-decoration: none;
    display: block;
    padding: 5px 0;
  }

  ul#menu li a:hover {
    background: #77b674;
    opacity: 0.7;
  }

  #menu {
    width: 100%;
    background-color: #afc307;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
  }

  #menu ul {
    width: 100%;
    margin: 0 auto;
  }

  #menu li {
    padding: 1px 0 1px;
  }

  #menu li a {
    color: #fff;
    display: block;
    text-decoration: none;
    background-color: #d9941b;
  }

  #menu li a:hover {
    background-color: #fff;
    color: #733b0e;
  }

  #menu li.check a {
    color: #fff;
    background-color: #e65d46;
    display: block;
    text-decoration: none;
  }

  #menu li.sub a {
    color: #fff;
    background-color: #afc307;
    display: block;
    text-decoration: none;
  }

  #menu li.check a:hover {
    background-color: #fff;
    color: #15653a;
  }

  /* -- div#sp-icon -------------------------------------------------------------------------------- */
  .top_sp_navi div#sp-icon {
    width: 93.5%;
    height: 49px;
    position: absolute;
    right: 0px;
    left: 0;
    top: 0px;
    z-index: 999;
    background: url(../images/navi_shelf_l.jpg) no-repeat;
    display: block;
    margin: 0 auto;
  }

  div#sp-icon {
    width: 93.5%;
    height: 49px;
    position: absolute;
    right: 0px;
    left: 0;
    top: 66px;
    z-index: 999;
    background: url(../images/navi_shelf_l.jpg) no-repeat;
    display: block;
    margin: 0 auto;
  }

  div#sp-icon.fixed {
    position: fixed;
    top: 0;
  }

  div#sp-icon::after {
    content: 'Menu';
    display: block;
    position: absolute;
    bottom: 20%;
    right: 0;
    left: 8%;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }

  div#sp-icon:hover {
    cursor: pointer;
    opacity: 1;
  }

  div#sp-icon span,
  div#sp-icon span:before,
  div#sp-icon span:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #fff;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.3s;
    margin-left: -15px;
  }

  div#sp-icon span {
    left: 43%;
    top: 48%;
    transform: translate(-50%, -50%);
  }

  div#sp-icon span:before {
    content: '';
    transform: translateY(-10px) rotate(0deg);
  }

  div#sp-icon span:after {
    content: '';
    transform: translateY(10px) rotate(0deg);
  }

  div.sp-open span {
    background: transparent !important;
  }

  div.sp-open span:before {
    transform: rotate(45deg) !important;
  }

  div.sp-open span:after {
    transform: rotate(-45deg) !important;
  }

  #slide {
    padding-top: 45px;
  }

  .data:nth-child(1) {
    margin: 54px auto 0;
  }

  #pan {
    width: 95%;
    margin: 50px auto 10px;
    text-align: left;
    font-size: 12px;
  }

  /* detail */

  .btn-flat-simple {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #fff !important;
    background: #00bcd4;
    transition: 0.4s;
    font-size: 12px;
    text-decoration: none !important;
    margin-left: 5px;
  }

  .btn-flat-simple:hover {
    background: #258b9e;
    color: white;
  }

  #album p {
    font-weight: bold;
    font-size: 14px;
    color: #4369b0;
  }

  #album p span {
    font-size: 10px;
    font-weight: bold;
  }

  .index_dl {
    display: flex;
    flex-wrap: wrap;
  }

  .index_dl dl {
    width: 90%;
    margin: 0 auto 5%;
  }

  .index_dl dl:nth-child(3n) {
    margin-right: auto;
  }

  .index_dl dt img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }

  .index_dl_s {
    display: flex;
    flex-wrap: wrap;
  }

  .index_dl_s dl {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 5%;
  }

  .index_dl_s dl:nth-child(4n) {
    margin-right: 4%;
  }

  .index_dl_s dl:nth-child(2n) {
    margin-right: 0;
  }

  .index_dl_food {
    display: flex;
    flex-wrap: wrap;
  }

  .index_dl_food dl {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 5%;
  }

  .index_dl_food dl:nth-child(4n) {
    margin-right: 4%;
  }

  .index_dl_food dl:nth-child(2n) {
    margin-right: 0;
  }

  .index_dl_ch {
    display: block;
    flex-wrap: wrap;
  }

  .index_dl_ch dl {
    width: 100%;
    margin-right: 0;
  }

  .index_dl_ch dl:nth-child(2n) {
    margin-right: 0;
  }

  .index_dl_lec dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: left;
  }

  .index_dl_ch dt strong {
    margin-bottom: 5px;
    display: inline-block;
  }

  .index_dl_lec dd {
    width: 80%;
    margin: 0 auto;
  }

  .index_dl_lec dd img {
    width: 100%;
  }

  h2 {
    width: 90%;
    font-size: 140%;
    margin: 30px auto 10px;
  }

  h2 span {
    display: inline-block;
    color: #fff;
    font-size: 100%;
    padding: 0 2%;
    border-radius: 10px;
  }

  .pickup {
    width: 95%;
    margin: 0 auto;
  }

  .pickup p {
    width: 95%;
    margin: 0 auto;
    font-size: 10px;
  }

  .pickup h3 {
    font-size: 10px;
  }

  .pickup img.p_big {
    max-width: 400px;
  }

  #pi {
    width: 85%;
    max-width: 1000px;
    margin: 0 auto 30px;
    display: block;
    flex-wrap: wrap;
  }

  #pi div {
    width: 95%;
    text-align: center;
    margin: 0 auto 5px;
    border: 1px solid #ccc;
  }

  #pi div:nth-child(1) {
    width: 100%;
    border: none;
  }

  #pi div.insta {
    border: none;
    margin-top: 20px;
  }

  #pi div:last-child {
    width: 90%;
  }

  #pi div iframe {
    width: 295px;
    height: 550px;
  }

  .icon_pdf {
    max-width: 30px !important;
    margin-top: 10px !important;
  }

  #sitemap {
    margin: 30px auto 20px;
    text-align: center;
    height: 80px;
  }

  #sitemap img {
    width: 180px;
    height: auto;
    margin: 10px auto 10px;
  }

  #sitemap::before {
    content: 'YOKOHAMA 2019 秋';
    display: block;
    width: 180px;
    padding: 1px 15px;
    background: #c247b8;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #sitemap .cf {
    display: none;
  }

  #foot {
    width: 98%;
    margin: 0 auto;
  }

  #foot img {
    width: 65px;
    height: auto;
  }

  .ban img {
    width: 40%;
    float: left;
    margin: 0 10px 20px 0;
  }

  #foot .info p {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }

  /* ブース紹介 */

  #sBox {
    width: 90%;
    margin: 0 auto 30px;
    text-align: left;
    border: 1px solid #ccc;
    background: #e5e5e5;
    padding: 10px;
  }

  #sBox p {
    font-weight: bold;
    margin-bottom: 10px;
  }

  #sBox ul li {
    width: 48%;
    display: inline-block;
  }

  #result {
    width: 95%;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
  }

  #result h3 {
    border: 0px;
  }

  #result div.large {
    width: 95%;
    height: auto;
    margin: 0 auto 15%;
    border-bottom: 1px dotted #999;
    padding-bottom: 30px;
    text-align: center;
  }

  #result div.small {
    width: 46%;
    height: auto;
    margin: 0 auto 15%;
    text-align: center;
  }

  #result div.large img {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }

  #select label {
    margin-right: 10px;
    display: inline-block;
  }

  .lecr {
    float: none;
  }

  .booth01 {
    width: 95%;
    margin: 0 auto 30px;
  }

  .booth01 p {
    text-align: left;
    margin-bottom: 10px;
  }

  .booth01 h3 {
    text-align: left;
  }

  .booth01 img {
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
  }

  .booth01 table {
    width: 95%;
    margin: 0 auto 30px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
  }

  .booth01 table td {
    padding: 5px 10px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    margin: 20px auto;
    text-align: left;
  }

  .booth01 table.value td:nth-child(1) {
    width: 20%;
    font-size: 80%;
  }

  .booth01 table.value td:nth-child(2) {
    width: 20%;
    font-size: 80%;
  }

  .booth01 table.value td:nth-child(3) {
    width: 60%;
    font-size: 80%;
  }

  .booth01 table.juki td:nth-child(1) {
    width: 30%;
    font-size: 80%;
  }

  .booth01 table.juki td:nth-child(2) {
    width: 70%;
    font-size: 80%;
  }

  .booth01 .btn {
    width: 450px;
    text-align: left;
    margin-bottom: 10px;
  }

  .booth01 .imgc {
    text-align: center;
    width: 35%;
  }

  .booth_type {
    width: 90%;
    margin: 0 auto;
  }

  .booth_type tr {
    display: flex;
    flex-wrap: wrap;
  }

  .booth_type tr td {
    padding: 1% 2%;
    box-sizing: border-box;
  }

  .booth_type tr td:nth-child(1) {
    width: 100%;
    background: #eee;
    min-height: auto;
  }

  .booth_type tr td:nth-child(2) {
    width: 22%;
  }

  .booth_type tr td:nth-child(3) {
    width: 78%;
  }

  .booth .table2 tr td:nth-child(1) {
    width: 30%;
    vertical-align: middle;
  }

  .booth .table2 tr td:nth-child(2) {
    width: 70%;
  }

  .yoyaku_status {
    width: 100%;
    max-width: 780px;
    margin: 10px auto;
  }

  .btn-open {
    display: inline-block;
    width: 250px;
    height: 40px;
    text-align: center;
    background-color: #b343a5;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #b343a5;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 10px auto;
  }

  .btn-open:after {
    width: 100%;
    height: 0;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: 0.2s;
    z-index: -1;
  }

  .btn-open:link,
  .btn-open:visited {
    color: #fff;
    text-decoration: none;
  }

  .btn-open:hover {
    color: #b343a5;
  }

  .btn-open:hover:after {
    height: 400%;
    opacity: 1;
  }

  .btn-open:active:after {
    height: 340%;
    opacity: 1;
  }

  .ws {
    width: 95%;
    margin: 0 auto 50px;
  }

  .ws p {
    text-align: left;
    margin-bottom: 10px;
  }

  .ws img {
    width: 100%;
  }

  .ws_inbooth>div {
    width: 100%;
  }

  .ws h3 {
    width: 100%;
    padding: 3px 0;
    font-weight: bold;
    color: #fff;
    margin: 0 auto 10px;
    font-size: 12px;
  }

  .table_data div {
    width: 100%;
  }

  .table_data div img {
    max-width: 300px;
    margin: 0 auto;
  }

  .table_data table {
    width: 100%;
    border-top: #fff 2px solid;
    border-left: #fff 2px solid;
    margin: 0 3% 0 0;
  }

  .ws .ttable {
    width: 100%;
    margin: 0 auto 30px;
  }

  .ws .wtable {
    width: 100%;
    margin: 0 auto 10px;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    font-size: 10px;
  }

  .ws .wtable td {
    padding: 5px 3%;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }

  .ws .wtable td:nth-child(1) {
    width: 25%;
  }

  .ws .wtable td:nth-child(2) {
    width: 73%;
  }

  .ws .wtable td img {
    height: auto;
  }

  .bcl {
    width: 95%;
    margin: 0 auto 50px;
    padding-left: 0%;
    font-size: 12px;
  }

  .bcl div {
    float: left;
    width: 47%;
    margin-right: 4%;
  }

  .bcl div:nth-child(2n) {
    margin-right: 0;
  }

  .bcl div img {
    width: 100%;
    margin: 0 auto 5px;
  }

  .bcl div p.day {
    text-align: center;
    font-weight: bold;
    background-color: #f8e2db;
    padding: 3px 0;
  }

  .bcl div p {
    text-align: left;
  }

  table.td3 tr {
    display: flex;
  }

  table.td3 tr td {
    width: 32%;
  }

  table.td3 tr th {
    width: 32%;
  }

  .bcl table td img {
    width: 90%;
    height: auto;
    margin: 0 auto 5px;
    padding-left: 3%;
  }

  .bcl div p {
    text-align: left;
  }
  #plt {
    position: relative;
    padding-top: 10px;
    padding-bottom: 38px;
  }

  #plt a {
    width: 180px;
    display: inline-block;
    padding: 3px 10px;
    background: #fff;
    position: absolute;
    top: 32px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-decoration: none;
  }

  #plt a:hover {
    color: #fff!important;
  }

  .ctable {
    width: 95%;
    margin: 0 auto 50px;
  }

  .ctable table {
    width: 100%;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    text-align: left;
    margin-bottom: 10px;
  }

  .ctable th,
  .ctable td {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    padding: 10px;
  }

  .ctable th {
    width: 150px;
    background-color: #fef5e1;
  }

  .ctable td span.red {
    color: red;
  }

  .ctable table.copy th {
    text-align: center;
  }

  .ctable table.copy td {
    background-color: #fef5e1;
  }

  .ctable table.copy td span {
    font-weight: bold;
  }

  #plt {
    position: relative;
    padding-top: 10px;
    padding-bottom: 38px;
  }

  #plt a {
    width: 180px;
    display: inline-block;
    padding: 3px 10px;
    background: #fff;
    position: absolute;
    top: 32px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-decoration: none;
  }

  #plt a:hover {
    color: #fff;
  }

  .kitto {
    margin: 10px auto 30px;
  }

  .kitto .photo {
    width: 100%;
    margin: 0 auto;
  }

  .kitto .detail {
    width: 90%;
    text-align: left;
    margin: 0 auto;
  }

  .kitto .detail p {
    margin-bottom: 10px;
    font-weight: normal;
  }

  .f160 {
    font-size: 140%;
  }

  .f140 {
    font-size: 100%;
  }

  #album h2 {
    font-size: 14px;
    margin: 5px auto;
    line-height: 1.4;
  }

  .cancel_box input,
  .cancel_box label {
    margin: 10px auto;
    font-size: 100%;
    padding: 10px;
  }

  .col04 {
    margin: 10px auto;
  }

  .col04 dl {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 8%;
  }

  .col04 dl:nth-child(4n) {
    margin-right: 2.5%;
  }

  .col04 dl:nth-child(2n) {
    margin-right: 0;
  }

  .col04_2 {
    display: flex;
    flex-wrap: wrap;
  }

  .col04_2 dl {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 5%;
  }

  .col04_2 dl:nth-child(4n) {
    margin-right: 4%;
  }

  .col04_2 dl:nth-child(2n) {
    margin-right: 0;
  }

  .col04_2 dd {
    padding: 0 5%;
  }

  .col03 {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
  }

  .col03 dl {
    width: 90%;
    margin: 0 auto 8%;
  }

  .col03 dl:nth-child(3n) {
    margin-right: auto;
  }

  .col02 {
    width: 95%;
    margin: 20px auto;
  }

  .col02 dl {
    display: flex;
    flex-wrap: wrap;
  }

  .col02 dl dt {
    width: 100%;
    margin-right: 0;
  }

  .col02 dl dd {
    width: 100%;
    text-align: center;
  }

  .col02 dl dd img {
    width: 80%;
    margin: 20px auto;
  }

  .col_dm dl {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 5%;
  }

  .col_dm dl:nth-child(1),
  .col_dm dl:nth-child(3) {
    width: 25%;
  }

  .col_dm dl:nth-child(2) {
    width: 40%;
  }

  .col_dm dl:nth-child(7n) {
    margin-right: 0;
  }

  .col_dm dl dd img {
    max-width: 20px;
  }

  #head_link {
    display: none;
  }

  #sns {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 50px;
  }

  #sns table tr {
    display: flex;
    flex-wrap: wrap;
  }

  #sns table td {
    width: 100%;
    text-align: left;
  }

  .entry .btn {
    width: 70%;
  }

  .entry .btn a {
    width: 100%;
    margin: 0 auto;
  }

  .entry .btn a:nth-child(1) {
    margin-right: 0%;
  }

  .rec_anker {
    padding-top: 65px;
    display: block;
  }

  #result h4 {
    border-top: 0px !important;
  }

  .b_pickup {
    width: 85%;
    border-radius: 5px;
    margin: 30px auto;
    padding-top: 20%;
  }

  .b_pickup::before {
    top: 10px;
  }

  .b_pickup img {
    width: 80%;
    height: 100%;
    max-width: 600px;
    margin: 10px auto 0;
    display: block;
  }

  .b_pickup div {
    width: 100%;
    margin: 0 auto 20px;
  }

  .b_pickup p {
    width: 95%;
    padding-top: 2%;
    margin: 0 auto 10px;
  }

  .img_none img {
    display: none;
  }

  .img_none div {
    width: 95%;
    padding-top: 0%;
    text-align: left;
    margin: 0 auto;
  }

  .booth_page {
    width: 95%;
    display: block;
    margin: 20px auto;
  }

  .booth_page .booth_main_img {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
  }

  .booth_page .booth_data {
    width: 100%;
    margin: 0 auto 40px;
  }

  .booth_page .icon_img {
    width: 90%;
    text-align: center;
    margin: 20px auto 0;
  }

  .booth_page .icon_img img {
    width: 120px;
    margin: 0 auto;
  }

  .booth_page .icon_img img {
    width: 120px;
    margin: 0 auto;
  }

  .booth_page h3 {
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
  }

  .booth_page h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }

  .booth_page p {
    width: 90%;
    margin: 0 auto 20px;
  }

  .booth_data ul {
    width: 90%;
    margin: 0 auto 20px;
  }

  .booth_data ul li {
    font-size: 100%;
  }

  .form_list iframe {
    width: 95%;
    margin: 0 auto;
    min-height: 5200px !important;
  }

  .form_list iframe.again {
    min-height: 2400px !important;
  }

  .mt60 {
    margin-top: 60px;
  }

  .lec .form_list iframe {
    width: 95%;
    margin: 0 auto;
    min-height: 4000px;
  }

  .insta {
    margin-bottom: 10px;
  }

  .insta h3 {
    width: auto;
    display: inline-block;
    padding: 15px 0 15px 50px;
    background: url(../../common/wp/icon_insta.png) left center no-repeat;
    background-size: 35px auto;
    font-size: 180%;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
  }

  .insta_ban {
    width: 100%;
  }

  .insta_ban img {
    width: 100%;
  }

  .twfb {
    text-align: center;
    height: 600px !important;
  }

  .twfb div h3 {
    padding: 15px 0 15px 40px !important;
    background-size: 30px auto !important;
  }

  .twfb>div:nth-child(1),
  .twfb>div:nth-child(2) {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .twfb div iframe {
    height: 400px !important;
  }

  .food_mall_data {
    display: block;
  }

  .food_mall_data>div:nth-child(1) {
    width: 94%;
    padding: 5% 3% 0;
  }

  .food_mall_data>div:nth-child(2) {
    width: 94%;
    padding: 3% 3%;
    max-width: 200px;
    margin: 0 auto;
  }

  .food_mall_data>div img {
    margin: 0 10px 10px 0;
  }

  .food_mall_data>div h4 {
    font-weight: bold;
    font-size: 105%;
    margin-bottom: 5px;
  }

  .jizen_qr {
    width: 90%;
  }

  .jizen_qr div:nth-child(1) {
    width: 100%;
    padding-right: 0;
    padding-top: 0px;
  }

  .jizen_qr div:nth-child(2) img {
    margin: 10px 0 0 !important;
  }

  /* リニューアル追加 */

  body {
    position: relative;
  }

  .nav_sp {
    width: 100%;
    height: 70px;
    position: fixed;
    background: #e7d8e7;
    top: 0;
    z-index: 10;
    box-shadow: 3px 3px 3px #bdbdbd;
    display: block;
  }

  .nav_sp_logo {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .nav_sp_logo img {
    width: 90%;
    max-width: 300px;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 3%;
    margin-right: 3%;
  }

  .nav_sp_logo>h1 {
    width: 40%;
    line-height: 1.2;
    font-size: 100%;
    margin: 25px 0 0;
    text-align: left;
  }

  .nav_sp .mburger {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 13px;
    left: 10px;
    color: #fff !important;
    background-color: #7b6118;
    padding: 1px;
    display: inline-block;
    border-radius: 10px;
  }

  #head_main {
    margin-top: 80px;
  }

  #slide_menu {
    font-size: 120% !important;
  }

  .mm-menu_offcanvas {
    z-index: 999 !important;
  }

  .mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker {
    z-index: 10;
  }

  .mm-wrapper_background .nav_sp {
    top: -80px !important;
  }

  .mm-listitem {
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
  }

  .mm-navbar {
    --mm-color-background: #4bb5ef;
    --mm-color-text-dimmed: #fff;
    --mm-color-button: #fff;
  }

  .mm-panel {
    --mm-color-background: #e0f2fc;
    --mm-color-text: #222;
    --mm-color-button: #4bb5ef;
  }

  .info h2 {
    width: 240px;
    padding: 3% 3%;
  }

  .top_con h2+p strong {
    font-size: 140%;
  }

  .top_con h2 span {
    background: url(../images/icon_flag.png) no-repeat center top;
    background-size: 70px auto;
    padding: 40px 0 5px 0;
    font-size: 140%;
  }

  .top_con h2.icon02 span {
    background: url(../images/icon_flag02.png) no-repeat center top;
    background-size: 70px auto;
  }

  .top_con h2.icon03 span {
    background: url(../images/icon_flag03.png) no-repeat center top;
    background-size: 70px auto;
  }
  .top_con h2.icon04 span {
    background: url(../images/icon_flag04.png) no-repeat center top;
    background-size: 70px auto;
  }
  
  .top_con h2.icon05 span {
    background: url(../images/icon_flag05.png) no-repeat center top;
    background-size: 70px auto;
  }

  .top_con h2.icon_cafe span {
    display: block;
    background: url(../images/icon_cafe.png) no-repeat center top;
    background-size: 50px auto;
    padding: 35px 0 10px 0;
    text-align: center;
  }

  #workshop .h2_lec span {
    background: url(../images/icon_flag02.png) no-repeat center top;
    background-size: 70px auto;
    padding: 40px 0 5px 0;
    font-size: 140%;
  }

  #workshop .h2_ws span {
    background: url(../images/icon_flag03.png) no-repeat center top;
    background-size: 70px auto;
    padding: 40px 0 5px 0;
    font-size: 140%;
  }

  #workshop .h2_cl span {
    background: url(../images/icon_flag05.png) no-repeat center top;
    background-size: 70px auto;
    padding: 40px 0 5px 0;
    font-size: 140%;
  }
  #workshop .h2_bo span {
    background: url(../images/icon_flag04.png) no-repeat center top;
    background-size: 70px auto;
    padding: 40px 0 5px 0;
    font-size: 140%;
  }

  .top_con h2::before {
    border-width: 15px 13px 0 13px;
    padding-bottom: 3px;
    bottom: -16px;
  }

  .top_con h2 {
    width: 60%;
    max-width: 170px;
    margin-bottom: 4%;
  }

  .foot {
    padding-top: 20px;
  }

  .foot p {
    margin-top: 5px;
  }

  a[id^='anc_'] {
    padding-top: 100px;
    margin-top: -100px;
  }

  .mm-listitem_vertical>.mm-listitem__btn {
    height: 50px !important;
  }

  .menu-item .sub-menu li a {
    color: #4a390f !important;
    background: #fff !important;
    margin-bottom: 5px !important;
    border-radius: 5px !important;
  }

  .menu-item .sub-menu li a::before {
    border-left: 6px solid #4a390f;
  }

  .navi_last {
    display: flex !important;
  }

  .navi_last>a {
    width: 40px !important;
    display: block !important;
    margin-right: 10px !important;
    background: none !important;
  }

  #nav>ul>li.navi_last>a::before {
    display: none;
  }

  #nav>ul>li:nth-child(3)>a {
    font-size: 100% !important;
  }

  .menu-item .sub-menu li a::before {
    right: 15px;
    left: auto;
  }

  .col_spe dl:nth-child(3),
  .col_spe dl:nth-child(4) {
    display: none;
  }

  .col_spe img {
    width: 40vw;
    height: 40vw;
  }

  .swiper dl dt img {
    width: 29vw;
    height: 29vw;
  }

  #logo_lower_sp h1 {
    width: 80%;
    max-width: 500px;
    margin: 10px 0 0;
  }

  #logo_lower_sp h1 a {
    width: 100%;
    display: block;
  }

  #logo_lower_sp h1 a picture,
  #logo_lower_sp h1 a picture img {
    width: 100%;
    max-width: unset;
    display: block;
    margin: 0 0 0 10px;
  }

  @media screen and (max-width: 580px) {
    #logo_lower_sp h1 {
      width: 80%;
      max-width: 300px;
      margin: 5px 0 0;
    }

    #logo_lower_sp h1 a picture,
    #logo_lower_sp h1 a picture img {
      margin: 0 0 0 5px;
    }
  }


  @media screen and (max-width: 380px) {
    #logo_lower_sp h1 {
      width: 80%;
      max-width: 270px;
      margin: 11px 0 0;
    }
  }

  @media screen and (max-width: 350px) {
    #logo_lower_sp h1 {
      width: 80%;
      max-width: 240px;
      margin: 15px 0 0;
    }
  }




  @media screen and (max-width: 768px) {
    .swiper dl dt img {
      width: 40vw;
      height: 40vw;
    }
  }

  nav ul .menu-item:nth-child(1) .sub-menu li:nth-child(1),
  nav ul .menu-item:nth-child(4) .sub-menu li:nth-child(1) {
    display: none;
  }

  @media screen and (max-width: 760px) {
    #head_main {
      width: 95%;
    }

    .nav_sp_logo img {
      width: 100%;
      max-width: 240px;
      margin-top: 5px;
      margin-bottom: 0;
      margin-right: 3%;
    }

    .nav_sp_logo>h1 {
      width: 100%;
      line-height: 1.2;
      font-size: 80%;
      margin: 5px 0 0 3%;
      text-align: left;
    }

    .nav_sp_logo>h1 br {
      display: none;
    }

    #head_main>div>p:nth-of-type() span {
      font-size: 110%;
    }

    .sp760_none {
      display: none;
    }

    .rec_timetbl {
      width: 100%;
      max-width: 320px;
      border: none;
      background: none;
      font-size: 80%;
    }

    .rec_timetbl img {
      display: none;
    }

    .rec_timetbl>div {
      display: block;
    }

    .rec_timetbl>div a {
      width: 100%;
      color: #fff;
      font-size: 130%;
      font-weight: bold;
      text-align: center;
      padding: 4% 0 4% 0;
      display: block;
      box-sizing: border-box;
      border-radius: 10px;
    }

    .rec_timetbl>div a span {
      display: inline-block;
      position: relative;
      text-decoration: none;
      line-height: 1.4;
    }

    /*
    .rec_timetbl>div a span::before {
      content: "";
      position: absolute;
      top: 35%;
      right: -35px;
      transform: translateY(0%);
      border: 8px solid transparent;
      border-left: 12px solid #fff;
    }
*/

    .rec_timetbl>div a i {
      font-size: 250%;
      display: inline-block;
      position: absolute;
      top: 10%;
      left: -45px;
    }


  }

  @media screen and (max-width: 580px) {
    #head_main>div {
      font-size: 85%;
    }

    .sp580_none {
      display: none;
    }

  }

  @media screen and (max-width: 480px) {
    .nav_sp .mburger {
      top: 18px;
    }

    .nav_sp_logo {
      text-align: center;
    }

    .nav_sp_logo img {
      width: 100%;
      max-width: 250px;
      margin: 10px 0 0 3%;
    }

    .nav_sp_logo>h1 {
      margin: 0px 0 0 3%;
    }

    .nav_sp {
      height: 85px;
    }

    .nav_sp_logo>h1 br {
      display: inline;
    }

    #head_main>div>p:nth-of-type(1),
    #head_main>div>p:nth-of-type(3) {
      display: none;
    }

    #head_main>div>p:nth-of-type(2) {
      font-size: 130%;
    }

    #head_main>img {
      width: 90%;
    }

    #head_main>div {
      width: 95%;
    }

    #head_main>div {
      font-size: 80%;
    }

    .bg_w {
      padding: 6% 0;
    }

    .top_con {
      padding: 0 0 8%;
    }

    .access_data .access {
      width: 100% !important;
      height: 300px !important;
    }

    .access_data>div {
      width: 100%;
    }

    .col04 {
      width: 100%;
    }

    .ban {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
    }

    .ban a {
      width: 32%;
      display: block;
      margin-right: 2%;
    }

    .ban a:nth-child(3) {
      margin-right: 0;
    }

    .ban img {
      width: 100%;
      float: none;
      margin-bottom: 10px;
    }

    #pageTop a {
      width: 35px;
      height: 35px;
    }

    #nav>ul>li>a::before {
      top: 20px;
    }

    .menu-item .sub-menu li a::before {
      top: 15px;
    }

    .anc_block a {
      width: 100%;
      margin-right: 0%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
    }

    .anc_block a img {
      width: 33%;
      margin-left: 0;
    }

    .anc_block a div {
      width: 64%;
    }

    #anc_block_lec a {
      border: #bc72c1 solid;
      border-width: 2px 25px 2px 2px;
    }

    #anc_block_work a {
      border: #578457 solid;
      border-width: 2px 25px 2px 2px;
    }

    .anc_block a::before {
      font-size: 80%;
      right: -18px;
      top: 45%;
    }
  }

  @media screen and (max-width: 360px) {
    .nav_sp_logo img {
      max-width: 220px;
      margin-top: 10px;
    }

    #head_main>div {
      font-size: 60%;
    }
  }

  #booth h2 span {
    background: url(../images/icon_flag.png) no-repeat center top;
    background-size: 70px auto;
    padding: 40px 0 5px 0;
    font-size: 140%;
  }

  #booth h2:nth-of-type(2) span {
    background: url(../images/icon_flag02.png) no-repeat center top;
    background-size: 70px auto;
    padding: 40px 0 5px 0;
    font-size: 140%;
  }

  .lower h2::before {
    border-width: 15px 13px 0 13px;
    padding-bottom: 3px;
    bottom: -16px;
  }

  .lower h2 {
    width: 60%;
    max-width: 170px;
    margin-bottom: 4%;
  }

  #header.navOpen #nav {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    animation: none;
    padding: 0px;
    top: 0;
    overflow: scroll;
  }

  #contents {
    padding: 120px 0 50px;
  }

  #home #contents {
    padding: 20px 0 50px;
  }

  #result {
    width: 100%;
  }

  #result div.large {
    width: 50%;
  }

  #result div.large img {
    width: 90%;
  }

  #result h3,
  #result h4 {
    padding: 0 10px;
    box-sizing: border-box;
  }

  #result div.small {
    width: 32%;
  }

  #workshop .lec_sche span {
    font-size: 140%;
  }

  #workshop .lec_sche span i {
    display: block;
  }

  .data p {
    text-align: left;
  }

  .table_data table {
    border-top: #ccc 1px solid;
    border-left: #ccc 1px solid;
  }

  .lecr {
    margin: 0 auto 2%;
  }

  .cancel_col>div {
    width: 100%;
    margin-bottom: 10px;
  }

  @media screen and (max-width: 480px) {
    #contents {
      padding: 120px 0 50px !important;
    }

    #home #contents {
      padding: 20px 0 50px !important;
    }

    .lower h2 {
      margin-bottom: 8%;
    }

    #result div.large {
      width: 100%;
    }

    #result div.small {
      width: 46%;
    }

    table.lect tr {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
    }

    table.lect td {
      width: 100% !important;
    }

    .lect tr .td02:nth-of-type(1) {
      border-bottom: none;
    }

    .yoyaku_status img {
      border: 10px #fff solid;
    }

    #booth h2 span {
      font-size: 120%;
    }

    .page_title span {
      padding: 3% 15%;
      font-size: 140%;
    }

    .cancel_box .w1000 {
      text-align: left;
    }

    .cancel_box .w1000 br {
      display: none;
    }
  }

  @media screen and (max-width: 350px) {
    .page_title span {
      font-size: 130%;
      padding: 3% 12%;
    }
  }

  @media screen and (max-width: 650px) {


    .online_mes h2 {
      font-size: 1.5rem;
      line-height: 1.4;
    }
  }

  @media screen and (max-width: 600px) {

    .guideline {
      justify-content: center;
    }

    .guideline li:nth-child(1) {
      width: 100%;
      max-width: 350px;
    }

    .guideline li:nth-child(2) {
      width: 100%;
      max-width: 350px;
    }
  }




  .kouen {
    margin: 1% 2%;
    text-align: left !important;
  }

  .info {
    border-radius: 10px;
    background: #fff;
    padding: 1% 0;
    margin: 2% auto;
    box-shadow: 1px 1px 5px #ccc;
  }

  .batch>div {
    margin: 2rem auto 1rem;
  }

  .batch>div>div p:nth-of-type(1) strong {
    font-size: 110%;
  }

  .batch>div>div p:nth-of-type(1) span {
    font-size: 90%;
    padding: 0 5px;
    vertical-align: 2px;
    margin: 0 0 0 5px;
  }

  .batch>div>div {
    width: 100%;
  }

  .batch>div>img {
    width: 90%;
    max-width: 200px;
    margin: 0 auto 3%;
  }

  .food_mall_data {
    display: block;
  }

  .food_mall_data>div:nth-child(1) {
    width: 94%;
    padding: 5% 3% 0;
  }

  .food_mall_data>div:nth-child(2) {
    width: 94%;
    padding: 3% 3%;
    max-width: 200px;
    margin: 0 auto;
  }

  .food_mall_data>div img {
    margin: 0 10px 10px 0;
  }

  .food_mall_data>div h4 {
    font-weight: bold;
    font-size: 105%;
    margin-bottom: 5px;
  }

  #head_main>div>div>img:nth-of-type(2) {
    margin-left: 1%;
  }

  #head_main_2023>div {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding-top: 70px;
  }

  #head_main_2023>div img:nth-child(1) {
    width: 100%;
  }

  #head_main_2023 picture {
    width: 95%;
    max-width: 550px;
    margin: -5% auto 0;
    padding: 0 0 5%;
    display: block;
  }

}