@charset "UTF-8";
/*****
common
*****/
body{
}

h1, h2, h3, h4, h5, p, td, th, li, span, strong, div, dt, dd, dl {
  letter-spacing:0;
  line-height: 1;
}

#main_content{
}

.container{
  margin: 0 auto;
  position: relative;
/*  max-width: 650px;*/
  width: 80%;
  text-align: center;
  color: #fff;
}

.container .box_anime{
    margin: 0 auto 30px;
}

span.point {
  display: inline-block;
  transform: rotate(20deg) !important;
  margin: 0 5px 0 5px!important;
}

span.point2 {
  display: block;
 /* font-weight: 600;
*/
}
.pc-image{
  display: inline-block;
}
.sp-image{
  display: none;
}
.br_01{
  display: block;
}
.br_02{
  display: none;
}
@media screen and (min-width: 981px) and (max-width: 1024px) {
  .br_02{
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .sp {
    display: inline-block;
  }
    .pc{
        display: none !important;
    }

}
@media screen and (max-width: 768px) {
  .pc-image{
    display: none;
  }
  .sp-image{
    display: inline-block;
  }
  .br_01{
    display: none;
  }
  h3 br.medium_sp{
    display: inline-block;
  }
}

@media screen and (max-width: 410px) {
  h3 br.small_sp{
    display: inline-block;
  }
}

/*****
メインビジュアル
*****/


/*****
フェア開催
*****/
#fair_box{
  background: #00468f;
  padding: 24rem 0 38rem 0;
  position: relative;
}

.pre #fair_box{
  margin-bottom: 10rem;
}

#fair_box:before{
    content: "";
    width: 100%;
    background: url("../images/common/pic_line_top.webp") no-repeat center top;
    background-size: 2170px auto;
    height: 242.5px;
    position: absolute;
    top: -100px;
    left: 0;
}

#fair_box:after{
    content: "";
    width: 100%;
    background: url("../images/common/pic_line_bottom.webp") no-repeat center top;
    background-size: 2170px auto;
    height: 297.5px;
    position: absolute;
    bottom: 6rem;
    left: 0;
}

#fair_box h2{
    max-width: 1194.5px;
    margin: 0 auto 5rem;
}

#fair_box h2 .lt-1{
    letter-spacing: -0.1em;
}

#fair_box p{
  color: #fff;
  font-size: 3.3rem;
  margin: 0 0 5rem;
  transform: scale(1, 0.9);    
  text-align: center;
  font-weight: 900;
  line-height: 2;
}

#fair_box p.fontL{
  font-size: 5rem;
  letter-spacing: .5px;
  margin: 0;
}

#fair_box p.fontL .dot-text {
	padding-top: .1em;
	background-position: top left -4px;
	background-repeat: repeat-x;
	background-size: 1em .4em;
    background-image: radial-gradient(circle at center, #fff 15%, transparent 15%);
}

@media screen and (max-width: 768px) {
#fair_box{
    padding: calc(80vw / 10) 0 calc(250vw / 10) 0;
}

.pre #fair_box{
  margin-bottom: calc(50vw / 10) ;
}

#fair_box:before{
    content: "";
    background: url("../images/common/pic_line_top.webp") no-repeat center top;
    background-size: 112% auto;
    height: 242.5px;
    top: calc(-80vw / 10) ;
    left: 0;
}

#fair_box:after{
    content: "";
    background: url("../images/common/pic_line_bottom.webp") no-repeat center bottom;
    background-size: 112.5% auto;
    bottom: calc(80vw / 10) ;
    left: 0;
}

#fair_box h2{
    margin: 0 auto calc(10vw / 10) ;
}

#fair_box p{
  font-size: calc(32vw / 10);
    line-height: 2;
    margin-bottom: calc(10vw / 10) ;
}
    
#fair_box p.fontL{
  font-size: 3.8vw;
  font-size: calc(40vw / 10);
  margin: 0 -1em;    
}

#fair_box p.fontL .dot-text {
	padding-top: .1em;
	background-position: top left -4px;
	background-repeat: repeat-x;
	background-size: 1em .4em;
    background-image: radial-gradient(circle at center, #fff 15%, transparent 15%);
}
}


/*****
バナーボックス
*****/
#bnr_box{
    max-width: 1520px;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 10rem 0;
}

#bnr_box ul li + li{
    margin-top: 9.5rem;
}

@media screen and (max-width: 768px) {
    #bnr_box{
        width: 80%;
        padding: 0 0 calc(50vw / 10) 0;
    }

    #bnr_box ul li + li{
        margin-top:calc(50vw / 10);
    }

}

/*****
タブボックス
*****/
#tab_menu{
    max-width: 1520px;
    width: 90%;
    margin: 0 auto 10rem;
    position: relative;
    z-index: 3;
}

#tab_menu h2{
    font-size: 4.7rem;
    text-align: center;
    margin: -3.75rem auto 6rem;
}

#tab_menu h2 span {
    background: #e6192e;
    color: #fff;
    padding: 1rem 0;
    line-height: 1.25;
    border-radius: 50px;
    display: inline-block;
    width: 665px;
    max-width: 90%;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: bold;

}

#tab_menu ul{
    display: flex;
    justify-content: space-between;
    gap:1.5%;
    align-items: center;
}

#tab_menu ul li{
    width: 20%;
    height: 285px;
    flex: 1;
    background: url("../images/common/tab_bg.webp") no-repeat left center;
    background-size: 100%;
    text-align: center;
    position: relative;
}

#tab_menu ul li::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/common/tab_bg_active.webp") no-repeat left center;
  background-size: 100%;
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}

#tab_menu ul li label{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
}

#tab_menu ul li img{
    width:55.516637478%;
}

input.btn_tab {
  display: none;
}

/*アクティブ時*/
#btn_kanto:checked    ~ #tab_menu li:has(label[for="btn_kanto"])::after,
#btn_kansai:checked   ~ #tab_menu li:has(label[for="btn_kansai"])::after,
#btn_aichi:checked    ~ #tab_menu li:has(label[for="btn_aichi"])::after,
#btn_hiroshima:checked~ #tab_menu li:has(label[for="btn_hiroshima"])::after,
#btn_fukuoka:checked  ~ #tab_menu li:has(label[for="btn_fukuoka"])::after {
  opacity: 1;
}

#btn_kanto:checked ~ #tab_content #kanto_area,
#btn_kansai:checked   ~ #tab_content #kansai_area,
#btn_aichi:checked    ~ #tab_content #aichi_area,
#btn_hiroshima:checked~ #tab_content #hiroshima_area,
#btn_fukuoka:checked  ~ #tab_content #fukuoka_area {
  opacity: 1;
  visibility: visible;
  position: relative;
  display: block;
}

#tab_content .contnt_box {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
  position: absolute;
  inset: 0;
  display: none;
}

#tab_content {
  position: relative;
}

#tab_content .headImg{
    max-width: 1920px;
    margin: 0 auto;
}

#tab_content h2{
    font-size: 4.7rem;
    text-align: center;
    margin: -3.75rem auto 6rem;
}

#tab_content h2 span {
    background: #e6192e;
    color: #fff;
    padding: 1rem 0;
    line-height: 1.25;
    border-radius: 50px;
    display: inline-block;
    width: 665px;
    max-width: 90%;
    text-align: center;
    font-weight: bold;
}

#tab_content h3{
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 4.3rem;
    text-align: center;
    margin-bottom: 7rem;
}

#tab_content .group_area{
    max-width: 1520px;
    width:90%;
    margin: 0 auto 20rem;
}

#tab_content .restaurantList{
    display: flex;
    gap:45px;
    flex-wrap:wrap;
    margin-bottom: 10rem;
}

#tab_content .restaurantItem{
    border-radius: 10px;
    padding: 18px;
    border: 1px solid #9fa2b2;
    position: relative;
    background: #f3f4f8;
    width:calc(calc(100% - 90px) / 3);
    box-shadow: 7px 7px 0 #9fa2b2;
}

#tab_content .restaurantItem .restaurantPic{
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 10px;
}

#tab_content .restaurantItem .restaurantInfo{
    display: flex;
    gap:20px;
    align-items: center;
}

#tab_content .restaurantItem .restaurantLogo{
    width: 95px;
}

#tab_content .restaurantItem .restaurantName{
    flex: 1;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.4;
}

#tab_content .bgLayer{
    background: #f3f4f8;
    position: relative;
    padding: 0 0 8.5rem 0;
    margin-bottom: 8.5rem;
}

#tab_content .bgLayer > h2{
    top: -3.75rem;
    position: relative;
}


#tab_content .restaurantDetails{
    width: 1047px;
    max-width: 90%;
    margin: 0 auto 5rem;
    position: relative;
    
    border-radius: 10px;
    padding: 18px;
    border: 1px solid #9fa2b2;
    z-index: 0;
    display: flex;
    gap:50px;
    align-items: center;
    background: #fff;
    box-shadow: 7px 7px 0 #9fa2b2;
}

#tab_content .restaurantDetails .restaurantLogo{
    width: 190px;
    border:1px solid #9fa2b2;
    border-radius: 15px;
}

#tab_content .restaurantDetails .restaurantLogo.noLine{
    border: none;
}

#tab_content .restaurantDetails .restaurantTxt{
    flex: 1;
}

#tab_content .restaurantDetails .restaurantName{
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 20px;
}

#tab_content .restaurantDetails .restaurantAdress{
    font-size: 2.4rem;
    line-height: 1.4;
}

#tab_content .menuList{
    display: flex;
    flex-wrap: wrap;
    gap:48px;
    max-width: 90%;
    width: 1520px;
    margin: 0 auto 9.5rem;
    justify-content: space-between;
}

#tab_content .menuItem{
    flex: 0 0 calc(50% - 24px);
    width: 48.453947368%;
    max-width: 736.5px;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
}

#tab_content .menuItem.empty{
    background:url("../images/common/logo_fair_white.svg") no-repeat center center #9fa2b2;
    background-size:54.854039375% auto;
    opacity: 0.2;
}


#tab_content .menuPic{
    position: relative;
}

#tab_content .menuPic span{
    position: absolute;
    width: 95px;
    top: 19px;
    left: 19px;
}

#tab_content .menuBody{
    padding: 40px;
}

#tab_content .menuBody h4{
    font-weight: bold;
    font-size: 3.6rem;
    margin-bottom: 4rem;
    line-height: 1.5;
}

#tab_content .menuBody h4 .afterYen::after {
  content: "（税込）";
  font-size: 2.2rem;
  font-weight: normal;
}

#tab_content .menuBody h4 span:not(.afterYen) {
    font-size: 2.6rem;
}

#tab_content .menuBody .menuCopy{
    font-weight: bold;
    font-size: 2.6rem;
    margin-bottom: 4rem;
    line-height: 1.6;
}

#tab_content .menuBody .dishName{
    font-size: 2.6rem;
    margin-bottom: 1rem;
    line-height: 1.6;
    font-weight: bold;
}

#tab_content .menuBody .menuMeta{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    font-size: 2.6rem;
    flex-direction: column;
    margin-bottom: 3rem;
}

#tab_content .menuBody .menuMeta li{
    text-indent: -1.25em;
    padding-left: 1.25em;
    line-height: 1.4;
}

#tab_content .menuBody .menuMeta li:before{
    content: "　";
    background: #9fa2b2;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 1px 5px;
    vertical-align: middle;
}

#tab_content .menuBody .businesshours:before{
    content: "提供時間";
    font-size: 2.6rem;
    padding: 3px 10px 3px 0;
}

#tab_content .menuBody .businesshours{
    display: flex;
    gap: 10px;
    align-items: center;
}

#tab_content .menuBody .businesshours li{
    font-size: 2.3rem;
    border-radius: 8px;
    color: #fff;
    background: #cecfd5;
    text-align: center;
    padding: 5px 10px 8px;
}

#tab_content .menuBody .businesshours li.on{
    background: #000;
}

.tab_content .contnt_box{
  display: none;
}

@media screen and (max-width: 1580px) {
    #tab_content .menuBody .businesshours:before{
        font-size: 2.2rem;
        padding-right: 5px;
    }

    #tab_content .menuBody .businesshours li{
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 1240px) {
    #tab_menu ul{
        flex-wrap: wrap;
        gap:calc(10vw / 7.5) calc(20vw / 7.5);
        justify-content: center;
    }

    #tab_menu ul li{
        width: calc(186vw / 7.5);
        height: calc(186vw / 7.5);
        flex: inherit;
    }    
    
    #tab_content .menuList {
        gap: 30px;
    }
    
    #tab_content .restaurantList{
        justify-content: space-between;
    }
    
    #tab_content .restaurantItem{
        width: calc(50% - calc(22.5vw / 7.5));
        flex: initial;
    }
    
    #tab_content .menuBody {
        padding: 30px;
    }
    
    #tab_content .menuBody .businesshours{
        flex-wrap: wrap;
        gap:7px;
    }
    
    #tab_content .menuBody .businesshours:before{
        font-size: 1.8rem;
        display: block;
        width: 100%;
    }

    #tab_content .menuBody .businesshours li{
        font-size: 1.4rem;
    }    
}    


@media screen and (max-width: 768px) {
    #tab_menu{
        width: 80%;
        margin: 0 auto calc(30vw / 10);
    }

    #tab_menu h2{
        font-size: calc(47.5vw / 10) ;
        margin:calc(-45vw / 10) auto calc(50vw / 10) ;
    }


    #tab_content h2{
        font-size: calc(47.5vw / 10);
        margin: calc(-45vw / 10) auto calc(50vw / 10);
    }

    #tab_content h2 span {
        max-width: 80%;
    }

    #tab_content h3{
        font-size: calc(43vw / 10);
        margin-bottom: calc(35vw / 10);
    }

    #tab_content .group_area{
        width:80%;
        margin: 0 auto calc(250vw / 10);
    }

    #tab_content .restaurantList{
        gap: calc(30vw / 7.5) 0;
        justify-content: space-between;
        margin-bottom: calc(80vw / 7.5);
    }

    #tab_content .restaurantItem{
        padding: calc(10vw / 7.5);
        width: calc(50% - calc(15vw / 7.5));
        box-shadow: 5px 5px 0 #9fa2b2;
        flex: initial;
    }

    #tab_content .restaurantItem .restaurantPic{
        margin-bottom: calc(10vw / 7.5);
    }

    #tab_content .restaurantItem .restaurantInfo{
        gap: calc(10vw / 7.5);
    }

    #tab_content .restaurantItem .restaurantLogo{
        width: calc(60vw / 7.5);
    }

    #tab_content .restaurantItem .restaurantName{
        font-size:  calc(21vw / 10);
    }

    #tab_content .bgLayer{
        padding: 0 0 calc(80vw / 10) 0;
        margin-bottom: calc(80vw / 10);
    }

    #tab_content .bgLayer > h2{
        top: calc(-37.5vw / 7.5);
        position: relative;
        margin-bottom: calc(30vw / 7.5);
    }

    #tab_content .restaurantDetails{
        width: 80%;
        margin: 0 auto calc(50vw / 7.5);
        padding: 8px;
        gap:10px;
        box-shadow: 5px 5px 0 #9fa2b2;
    }

    #tab_content .restaurantDetails .restaurantLogo{
        width: calc(145vw / 7.5);
        border-radius: 7px;
    }

    #tab_content .restaurantDetails .restaurantName{
        font-size: calc(35vw / 10);
        margin-bottom: 10px;
    }

    #tab_content .restaurantDetails .restaurantAdress{
        font-size: calc(24vw / 10);
    }


#tab_content .menuList{
    gap:calc(50vw / 7.5);
    max-width: 80%;
    margin: 0 auto  calc(100vw / 10);
    flex-direction: column;
}

#tab_content .menuItem{
    flex: 0;
    width: 100%;
}

#tab_content .menuItem.empty{
    display: none;
}

#tab_content .menuPic span{
    width: calc(75vw / 7.5);
    top: calc(13vw / 7.5);
    left: calc(15vw / 7.5);
}

#tab_content .menuBody{
    padding: calc(35vw / 7.5);
}

#tab_content .menuBody h4{
   font-size: calc(38vw / 10);
    margin-bottom: calc(35vw / 7.5);
}

#tab_content .menuBody h4 span:not(.afterYen){
    font-size: calc(30vw / 10);
}
    
#tab_content .menuBody h4 .afterYen::after {
    font-size: calc(24vw / 10);
}      

#tab_content .menuBody .menuCopy{
    font-size: calc(28vw / 10);
    margin-bottom: calc(30vw / 7.5);
}
    
#tab_content .menuBody .dishName{
    font-size: calc(28vw / 10);
    margin-bottom: calc(10vw / 7.5);
}    

#tab_content .menuBody .menuMeta{
    gap: 5px 0;
    font-size: calc(28vw / 10);
    margin-bottom: calc(20vw / 7.5);
}

#tab_content .menuBody .menuMeta li:before{
    width: calc(15vw / 7.5);
    height: calc(15vw / 7.5);
    margin: 1px 5px 5px;
}  

#tab_content .menuBody .businesshours:before{
    font-size:  calc(28vw / 10);
    padding: 3px 5px 3px 0;
    width: inherit;
}

#tab_content .menuBody .businesshours{
    gap: 7px;
}

#tab_content .menuBody .businesshours li{
    font-size:  calc(26vw / 10);
    padding: 3px 10px 5px;
    border-radius: 4px;
}

    
}

/*****
タブコンテンツ
*****/
.tab_content{
  position: relative;
  margin-top: -1px;
}

.tab_content_inner{
  margin: 0 auto;
  padding: 9rem 0 0;
  max-width: 1520px;
  width: 90%;
}

.tab_content_inner h2 span {
    letter-spacing: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .tab_content_inner{
    padding: 10vw 0 0;
  }
}


/*****
note_box
*****/
#note_box{
    margin: 0 auto 10rem;
    max-width: 1520px;
    width: 90%;
    border: 1px solid #000;
    border-radius: 10px;
    font-size: 2.8rem;
    padding:25px;
}

#note_box li{
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (max-width: 768px) {
    #note_box{
        width: 80%;
        font-size:  2.6vw;
        padding: 10px;
        margin-bottom: calc(75vw / 7.5);
    }

    #note_box li{
        line-height: 1.8;
    }

}


.fair_shop{
  padding: 0;
  margin-bottom: 13rem;
}

.fair_shop h3 {
  font-size: 4.6rem;
  margin: 7rem auto 5rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

.fair_shop ul.large{
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}

.fair_shop ul.small{
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    gap: 40px;
}

.fair_shop ul.small:after,
.fair_shop ul.small:before{
    content: "　";
    width: 17.764%;
    display: inline-block;
    order: 1; 
    display: block;
}

.fair_shop ul.column04:after{
    content: "　";
    width: 17.764%;
    display: inline-block !important;
    order: 1; 
    display: none !important;
}

.fair_shop ul.column04:before{
    content: "　";
    width: 17.764%;
    display: inline-block !important;
    order: 0; 
    display: none !important;
}


.fair_shop ul + ul{
    margin-top: 4rem;
}

.fair_shop ul.small li{
    width: 17.764%;
}

.fair_shop ul.large li{
    width: 31.678%;
}

.fair_shop .flex-center{
    justify-content: center !important;
}

.fair_shop .flex-center:after,
.fair_shop .flex-center:before{
    display: none !important;
}

.fair_shop + h2{
  margin-bottom: 12rem;
}


@media screen and (max-width: 768px) {
  .fair_shop{
    margin-bottom: 10vw;
  }
    
  .fair_shop h3 {
    font-size: 3.6vw;
    margin: 10vw auto 5vw;
  }    
    

  .fair_shop ul.small{
      justify-content:center !important;
      flex-wrap: wrap;
      display: flex;
      gap: 3vw;
  }
    
  .fair_shop ul.large{
      justify-content: space-between;
      flex-wrap: wrap;
      display: flex;
      gap: 3vw;
  }

  .fair_shop ul.small:after,
  .fair_shop ul.small:before{
      width: 30.5%;
      display: none !important;
  }


  .fair_shop ul + ul{
      margin-top: 4rem;
  }

  .fair_shop ul.small li{
      width: 30.5%;
  }

  .fair_shop ul.large li{
      width: 48%;
  }

  .fair_shop .flex-center:after,
  .fair_shop .flex-center:before{
      display: none !important;
  }

  .fair_shop + h2{
    margin-bottom: 10vw;
  }    
    
}

/********
#totop 
********/
#totop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  margin: 0;

  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
  z-index: 1000;
    width: 150px;
    height: 150px;
    background: url("../images/common/tab_bg.webp") no-repeat left center;
    background-size: 100% auto;
    text-align: center;
}

#totop:hover::after {
  opacity: 1;
}

#totop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/common/tab_bg_active.webp") no-repeat left center;
  background-size: 100%;
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}

#totop a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#totop a img{
    width: 65%;
    padding-bottom: 5%;
    opacity: 1 !important;
    z-index: 1;
}

#totop a:hover,
#totop a:hover img{
    opacity: 1 !important;
}

#totop.is-show {
  opacity: 1;
  visibility: visible;
}


@media screen and (max-width: 768px) {
  #totop {
    right: 3%;
    bottom: 5%;
    width: calc(100vw / 7.5) ;
    height: calc(100vw / 7.5) ;
  }
}


/********
footer
********/
footer{
  background: #00468f;
  padding: 5rem 0 3.5rem;
  text-align: center;
}

footer .inner{
  max-width: inherit;
  width: 95%;
}

footer h2 {
  margin: 0 auto 3rem;
  height: auto;
  max-width: 428px;
  width: 80%;
}

footer small{
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.65;
}

@media screen and (max-width: 768px) {
  footer{
    padding: 2rem 0 ;
  }

  footer h2 {
    margin: 0 auto 1rem;
    width: 53.6666%;
  }
    
  footer small{
    font-size: .8rem;
    line-height: 1.6;      
  }
}
