/* CSS Document */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   　デフォルト   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

html, body, div, span, iframe,article,figure,
p, a, img, small, dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5,h6{
  border: 0;
  margin: 0;
  padding: 0;
  font-size:14px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  letter-spacing: 0.1em;
}


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

html,body {
  line-height: 1;
  width: 100%;
  height: 100vh;
  position: relative;
  min-width: 1280px;
}
ol, ul {
  list-style: none;
}
a{
  outline:none;
  text-decoration:none;
  cursor: pointer;
  }
a img {
  border: none;
  border-style:none;
}

img{
  width: 100%;
  height: auto;
}

li{
  list-style:none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

body{
  position: relative;
  background: url(../images/bg.jpg) repeat;
  background-size:300px;
  min-width:1280px;
}

/*■■■■■■■■　common　■■■■■■■■*/



/*■■■■■■■■　animate　■■■■■■■■*/


header #standard{
  transition: all 0.3s ease-in-out;
  transform: translateX(-120px);
}

header #standard.active{
  position: fixed;
  width: 120px;
  height: 100vh;
  height: 100%;
  background: #FFF;
  left: 0;
  top: 0;

  transition: all 0.3s ease-in-out;
  transform: translateX(0px);
  z-index: 9998;
  transition-delay:0.5s;

}


header #open{
  position: fixed;
  width: 25%;
  height: 100vh;
  height: 100%;
  background: #FFF;
  left:0;
  top: 0;
  z-index: 9999;
  transform: translateX(-500px);
  transition: all 0.8s ease;
}

header #open.active{
  transform: translateX(0px);
}

header #open h2{
  transform: translateX(-70px);
  transition: all 0.2s ease-out;
  transition-delay:0.1s;
}

header #open.active h2{
  transform: translateX(0px);
  opacity: 1;
}

header #open ul li:nth-child(1){
  transform: translateX(-70px);
  transition: all 1s ease;
  transition-delay:0.2s;
}

header #open ul li:nth-child(2){
  transform: translateX(-70px);
  transition: all 1s ease;
  transition-delay:0.3s;
}
header #open ul li:nth-child(3){
  transform: translateX(-70px);
  transition: all 1s ease;
  transition-delay:0.4s;
}
header #open ul li:nth-child(4){
  transform: translateX(-70px);
  transition: all 1s ease;
  transition-delay:0.5s;
}

header #open.active ul li:nth-child(1){
  transform: translateX(0px);
}
header #open.active ul li:nth-child(2){
  transform: translateX(0px);
}
header #open.active ul li:nth-child(3){
  transform: translateX(0px);
}
header #open.active ul li:nth-child(4){
  transform: translateX(0px);
}

header #open .reserved{
  opacity: 0;
  transition: all 1s ease-out;
  transition-delay:0.4s;
}

header #open.active .reserved{
  transform: translateX(0px);
  opacity: 1;
}



header #standard h1{
  width:86px; 
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -43px;

}
header #standard .navOpen{
  width: 30px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  margin-left: -15px;
  cursor: pointer;
}


header .navClose{
  position: absolute;
  left: 50%;
  bottom:100px;
  width: 25px;
  /*margin-left: -12.5px;*/
    margin-left: -3px;
  z-index: 9999;
  cursor: pointer;
}

header .language-switcher {
  position: absolute;
  top: 540px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding: 6px 18px;
  z-index: 10000;
}

header .language-switcher .lang {
  cursor: pointer;
  position: relative;
  padding-bottom: 6px;
  color: #000;
  font-weight: bold;
}

header .language-switcher .lang.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

header .reservation-button {
  position: absolute;
  top: 600px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ae1d23;
  color: white;
  padding: 8px 24px;
  border-radius: 24px;
  font-weight: bold;
  text-decoration: none;
  z-index: 10000;
  white-space: nowrap;
}


header #open .wrap{
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -300px;
  margin-left: -75px;
  z-index: 9999;
}
header .wrap h2{
  width: 150px;
  margin: 0 auto 60px;
}

header .wrap ul{
  padding-bottom:60px;
}
header .wrap ul li{
  padding-bottom: 30px;
  margin: 0 auto;
}

header .wrap ul li:nth-child(1){
  width: 62.25px;
}
header .wrap ul li:nth-child(2){
  /*width: 64.91px;*/
}
header .wrap ul li:nth-child(2) dl dt{
  width: 64.91px;
        margin: 0 auto 8px;
}
header .wrap ul li:nth-child(3){
  /*width: 70.28px;*/
}
header .wrap ul li:nth-child(3) dl dt{
  width: 70.28px;
    margin: 0 auto 8px; 
}

header .wrap ul li:nth-child(4){
  width: 70.30px;
}
header .wrap ul li:last-child{
  padding-bottom: 0;
}

header .wrap ul li a{
  transition: all 0.1s ease-in;
}
header .wrap ul li a:hover{
  opacity: 0.3;
}

header .wrap ul li dl dd{
    text-align: center;
}
header .wrap ul li dl dd a{
    padding: 0 3px 0
}



header .wrap .reserved a{
  width: 140px;
  margin:0 auto;
  background: #000;
  display: block;
  text-align: center;
}
header .wrap .reserved a img{
  width: 38px;
  text-align: center;
  padding: 15px;
}




#top #mv{
  width: 100%;
  height: 100vh;
  margin-bottom: 150px;
  position: relative;
  background: #EEE;
}


#top #mv h2{
  width: 270px;
  position: absolute;
  bottom: 40px;
  right: 100px;
  z-index: 100;
}

#top #mv .mv-copy {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.9vw;
  font-family: "Shippori Mincho", serif;
  white-space: nowrap;
  line-height: 1.6;
  text-align: center;
  z-index: 2;
}

#top #mv .bx-wrapper {
  width: 100% !important;
  height: 100% !important;
}

#top #mv .bx-viewport {
  width: 100% !important;
  height: 100% !important;
  left: 0;
  box-shadow: none;
  border: none;
}

#top #mv ul.slider{
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index:1;
}

#top #mv ul.slider li{
  width: 100% !important;
  height: 100% !important;
}

#top #mv ul.slider li:nth-child(1) div{
  background: url(../images/mv01.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#top #mv ul.slider li:nth-child(2) div{
  background: url(../images/mv02.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#top #mv ul.slider li:nth-child(3) div{
  background: url(../images/mv03.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#top #mv ul.slider li:nth-child(4) div{
  background: url(../images/mv04.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#top #mv ul.slider li:nth-child(5) div{
  background: url(../images/mv05.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

#top #mv ul.slider li div{
  width: 100% !important;
  height: 100% !important;
  animation-duration: 30s;
  animation-name: zoom;
  transition-timing-function:ease-in-out;
  background: center / cover no-repeat;
  opacity: 0.7;
}

@keyframes zoom {
    0% {
     transform: scale(1.1);
     opacity: 1;
    }
    100% {
      transform: scale(1.0);
      opacity: 0.7
    }
}


#top #nenmatsu_open{
  width:600px;
  margin: 0 auto 150px;
  position: relative;
  transform: translateX(60px);
}
#top #nenmatsu_open h3,
#top #nenmatsu_open p,
#top #nenmatsu_open dl dt,
#top #nenmatsu_open dl dd{
  text-align: center;
}

#top #nenmatsu_open h3{
  width: 480px;
  margin: 0 auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 4px 0;
  margin-bottom: 35px;
}
#top #nenmatsu_open h3 strong{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: block;
  padding: 20px;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.2em;
}

#top #nenmatsu_open p{
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  letter-spacing: 0.2em;
  padding-bottom: 40px;
}

#top #nenmatsu_open dl dt{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding-bottom: 15px;
    line-height: 1.6;
}

#top #nenmatsu_open dl dt br.sp_br{
  display: none;
}
#top #nenmatsu_open dl dd{
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  letter-spacing: 0.2em;
    margin-bottom: 30px;
}




#top .sec01{
  width:900px;
  margin: 0 auto 150px;
  position: relative;
  transform: translateX(60px);
}

#top .sec01 h2{
  width: 210px;
  position: absolute;
  top: 396px;
  left: 20px;
  z-index: 50;
}

#top .sec01 .sec01-title {
  position: absolute;
  top: 48%;
  left: -2%;
  font-size: 2.4rem;
  text-align: left;
  line-height: 1.8;
  z-index: 2;
  color: #444;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.05em;
}

#top .sec01 .image01{
  width:800px;
  height: 480px;
  background: url(../images/sec01_img01.png) no-repeat;
  background-size: 800px;
  position: relative;
  margin-left: -100px;
}

#top .sec01 .image01 h3{
  width: 370px;
  position: absolute;
  top:-5px;
  left: 67px;
}

#top .sec01 .image02{
  width:600px;
  height: 380px;
  background: url(../images/sec01_img02.png) no-repeat;
  background-size: 600px;
  position: relative;
  margin-top: -35px;
  margin-left: 300px;
}

#top .sec01 .image02 h3{
  width:298px;
  position: absolute;
  bottom:12px;
  right: 0;
}

#top .sec01 a{
  display: block;
  position: absolute;
  left: 25px;
  bottom:40px;
  color: #808080;
  border-top: #808080 1px solid;
  border-bottom: #808080 1px solid;
  width: 200px; 
  padding: 15px 0;
  text-align: center;
  background: url(../images/arrow.svg) no-repeat center right 10px;
  background-size: 4px;
  transition: all 0.2s ease;
}

#top .sec02{
  width:900px;
  margin: 0 auto 150px;
  position: relative;
  transform: translateX(60px);
}

#top .sec02 h2{
  width: 154px;
  position: absolute;
  top: 396px;
  right: 60px;
  z-index: 50
}

#top .sec02 .image01{
  width:750px;
  height: 480px;
  background: url(../images/sec02_img01a.png) no-repeat;
  background-size: 750px;
  position: relative;
  margin-left: 150px;
}

#top .sec02 .image01 h3{
  width: 370px;
  position: absolute;
  bottom:36px;
  right: 20px;
}

#top .sec02 .image02{
  width:600px;
  height: 380px;
  background: url(../images/sec02_img02a.png) no-repeat;
  background-size: 600px;
  position: relative;
  margin-top: -35px;
}

#top .sec02 .image02 h3{
  width:298px;
  position: absolute;
  top:-118px;
  right: -260px;
}

#top .sec02 a{
  display: block;
  position: absolute;
  right: 20px;
  bottom:0;
  color: #808080;
  border-top: #808080 1px solid;
  border-bottom: #808080 1px solid;
  width: 200px; 
  padding: 15px 0;
  text-align: center;
  background: url(../images/arrow.svg) no-repeat center right 10px;
  background-size: 4px;
  transition: all 0.2s ease;
}

#top .sec01 a:hover,
#top .sec02 a:hover{
  background: url(../images/arrow.svg) no-repeat center right 8px;
  background-size: 4px;
  color: #a0a0a0;
  border-top: #a0a0a0 1px solid;
  border-bottom: #a0a0a0 1px solid;
}



#top .sec02 .submenu{
  position: absolute;
  right: 21px;
  bottom:-82px;
  line-height: 24px;
  color: #808080;
  text-align: center;
  transition: all 0.2s ease;
}

#top .sec02 .submenu dd{
  display: inline;
  position: static;
  border-top: none;
  border-bottom: none;
  padding: 0px;
  text-align: center;
  background:none;
  background-size:none;
  color: #555555;
  transition: all 0.2s ease;
}




#top .sec03{
  width: calc(100% - 120px);
  padding-left: 120px;
  overflow: hidden;
  height: 0;
  padding-bottom: 32.5%;
  background: #FFF
}

#top .sec03 .map{
  /*width: 71.5%;*/
    width: 70.5%;
  float: left;
}
#top .sec03 .map div{
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background: url(../images/map_web.jpg) no-repeat center;
  background-size: 90%;
}

#top .sec03 .txt_area{
  /*width: 28.5%;*/
    width: 29.5%;
  float: left;
}

#top .sec03 .txt_area dl{
  width: 100%;
  height: 0;
  /*padding-top: 25%;*/
    padding-top: 15%;
  padding-bottom: 130%;
  background: url(../images/map_bg.png) no-repeat center #777;
  background-size:cover;
}

#top .sec03 .txt_area img{width: 80%; height: auto}

/*240901一旦マップ非表示用*/
/*#top .sec03 .txt_area{
  width: 100%;
  float: left;
}

#top .sec03 .txt_area dl{
  width: 100%;
  height: 0;
  padding-top: 5%;
  padding-bottom: 130%;
  background: url(../images/map_bg.png) no-repeat center #777;
  background-size:cover;
}
*/

#top .sec03 .txt_area dl dt{
  width: 125px;
  margin: 0 auto 30px;
}
#top .sec03 .txt_area dl dd{
  text-align: center;
}
#top .sec03 .txt_area dl dd p{
  color: #FFF;
  line-height: 24px;
  margin-bottom: 20px;
}


#top .sec03 .txt_area dl dd a.tel{
  font-size: 20px;
  line-height: 30px;
  color: #FFF;

}


#top .sec03 .txt_area dl dd a.btn{
  display: block;
  /*width: 200px;*/
    width: 250px;
  padding: 15px 0;
  margin: 0 auto;
  color: #FFF;
  border: 1px solid #FFF;
  font-size: 12px;
  border-radius: 10px;
  background: url(../images/arrow_w.svg) no-repeat right 15px center;
  background-size: 5px;
    margin-bottom: 8px;
}

#top .sec04{
  width: calc(100% - 120px);
  padding-left: 120px;
  background: #444;
}

#top .sec04 .wrap{
  width: 800px;
  margin: 0 auto;
  padding: 70px 0;
}
#top .sec04 .bx-wrapper {
  width: 800px !important;
  height: 310px !important;
}

#top .sec04 .bx-viewport {
  width: 800px !important;
  height: 310px !important;
  left: 0;
  box-shadow: none;
  border: none;
}

#top .sec04 ul.recruit_slider{
  width: 800px !important;
  height: 310px !important;
}

#top .sec04 ul.recruit_slider li{
  width: 800px !important;
  height: 310px !important;
}


#top .sec04 ul li{
  position: relative;
}




#top .sec04 ul li a div{
  /*width: 250px;
  position:absolute;
  top: 50%;
  right: 60px;
  background: url(../images/staff_btn_bg.svg) no-repeat;
  background-size: 250px;*/
    width: 300px;
    position:relative;
    background:#FFF;  
    background-size: 300px;
  line-height: 65px;
  /*margin-top: -32.5px;*/
    margin: 0 auto;
  text-align: center;
}
#top .sec04 ul li a div:before{
  content: "";
  width: 4px;
  height: 9px;
  background: url(../images/arrow.svg) no-repeat right center;
  background-size: 4px;
  position:absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
}

.web_reserve{
  width: calc(100% - 120px);
  background: #000;
  padding: 20px 0 20px 120px;
}


.web_reserve a{
  display: block;
  color: #000;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  padding: 18px 0;
  background:#FFF url(../images/arrow.svg) no-repeat right 20px center;
  background-size: 4px;
  border-radius: 2px;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ こだわり ■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#kodawari #mv{
  width: calc(100% - 120px);
  padding-left: 120px;
  height: 80vh;
  position: relative;
  background-size:cover;
}

#kodawari #mv h2{
  width: 138px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 9px;
  margin-top: -350px;
  z-index:10;
}

#kodawari #mv .mv1-heading {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin: 0 auto;
  width: 90%;
  top: 20%;
  left: 2%;
  color: rgba(255, 255, 255, 0.95);
}

#kodawari #mv figure{
  width: 426px;
  position: absolute;
  bottom: 0;
  right: 0;
    z-index:10;
}

#kodawari #video_pc{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit:cover;
    z-index: 1;
  }

#kodawari .kodaMv_slider{
  display: none;
}

.mask {
  -webkit-mask-image: url('../images/mask.png');
  mask-image: url('../images/mask.png');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
  mask-position: bottom;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}




#kodawari .sec01{
  width: calc(100% - 120px);
  margin-left: 120px;
}
#kodawari .sec01 .wrap{
  width: 820px;
  margin: -200px auto 0;
  position: relative;
  z-index: 500;
  padding-bottom: 150px
}
#kodawari .sec01 .wrap .left{
  width: 335px;
  position: relative;
  z-index: 1000;
  padding-top: 30px;
}
#kodawari .sec01 .wrap .left figure{
  width: 74px;
  padding-left: 20px;
}
#kodawari .sec01 .wrap .left .box{
  background: url(../images/kodawari_title_bg.png) no-repeat;
  background-size: cover;
  margin-top: -4px;
}
#kodawari .sec01 .wrap .left .box dl{
  width: 268px;
  padding:38px 33.5px;
}
#kodawari .sec01 .wrap .left .box dl dt{
  width: 250px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.95);
}
#kodawari .sec01 .wrap .left .box dl dd{
  color: #FFF;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.1em;
}

#kodawari .sec01 .wrap .right{
  width: 560px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}
#kodawari .sec01 .wrap .right h4{
  width: 110px;
  position: absolute;
  right: -84px;
  top: 0px;
  z-index: 1050
}



#kodawari #mv2{
  width: calc(100% - 120px);
  padding-left: 120px;
  height: 80vh;
  position: relative;
  background: url(../images/kodawari_mv02.png) no-repeat bottom center;
  background-size:cover;
}

#kodawari #mv2 h2{
  width: 108px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 6px;
  margin-top: -300px;
  z-index: 999;
}

#kodawari #mv2 .mv2-heading {
  position: absolute;
  top: 77%;
  left: 20%;
  transform: translateY(-50%);
  text-align: left;
  z-index: 2;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  width: 600px;
}


#kodawari #mv2 figure{
  width: 618px;
  position: absolute;
  bottom: 0;
  right:20px;
}

#kodawari .sec02{
  width: calc(100% - 120px);
  margin-left: 120px;
}
#kodawari .sec02 .wrap{
  width: 820px;
  margin: -200px auto 0;
  position: relative;
  z-index: 500;
  padding-bottom: 150px
}
#kodawari .sec02 .wrap .right{
  width: 335px;
  position: relative;
  z-index: 1000;
  padding-top: 30px;
  float: right;
}
#kodawari .sec02 .wrap .right figure{
  width: 74px;
  padding-left: 240px;
}
#kodawari .sec02 .wrap .right .box{
  background: url(../images/kodawari_title_bg.png) no-repeat;
  background-size: cover;
  margin-top: -4px;
}
#kodawari .sec02 .wrap .right .box dl{
  width: 268px;
  padding:38px 33.5px;
}
#kodawari .sec02 .wrap .right .box dl dt{
  width: 250px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.95);
}
#kodawari .sec02 .wrap .right .box dl dd{
  color: #FFF;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.1em;
}

#kodawari .sec02 .wrap .left{
  width: 560px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
#kodawari .sec02 .wrap .left h4{
  width: 110px;
  position: absolute;
  right: -84px;
  top: 0px;
  z-index: 1050
}


#kodawari .sec01 .wrap .right .bx-wrapper,
#kodawari .sec01 .wrap .right .bx-viewport,
#kodawari .sec01 .wrap .right ul.koda1_slider,
#kodawari .sec01 .wrap .right ul.koda1_slider li,
#kodawari .sec01 .wrap .right ul.koda1_slider li div,
#kodawari .sec02 .wrap .left .bx-wrapper,
#kodawari .sec02 .wrap .left .bx-viewport,
#kodawari .sec02 .wrap .left ul.koda2_slider,
#kodawari .sec02 .wrap .left ul.koda2_slider li,
#kodawari .sec02 .wrap .left ul.koda2_slider li div{
  width: 560px !important;
  height: 480px !important;
  left: 0;
  box-shadow: none;
  border: none;
}


#kodawari .sec01 .wrap .right ul.koda1_slider li:nth-child(1) div{
  background: url(../images/kodawari01_img01.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#kodawari .sec01 .wrap .right ul.koda1_slider li:nth-child(2) div{
  background: url(../images/kodawari01_img02.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#kodawari .sec01 .wrap .right ul.koda1_slider li:nth-child(3) div{
  background: url(../images/kodawari01_img03.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

#kodawari .sec02 .wrap .left ul.koda2_slider li:nth-child(1) div{
  background: url(../images/kodawari02_img01.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#kodawari .sec02 .wrap .left ul.koda2_slider li:nth-child(2) div{
  background: url(../images/kodawari02_img02.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#kodawari .sec02 .wrap .left ul.koda2_slider li:nth-child(3) div{
  background: url(../images/kodawari02_img03.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#kodawari .sec02 .wrap .left ul.koda2_slider li:nth-child(4) div{
  background: url(../images/kodawari02_img04.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

#kodawari .bx-controls{
  position: absolute;
  bottom: 10px;
  right:10px;
  z-index: 999 
}
#kodawari .sec02 .wrap .left .bx-controls{
  position: absolute;
  bottom: 10px;
  left:10px;
  z-index: 999 
}

#kodawari .bx-pager-item{
  display: inline-block;
  width: 10px;
  height: 10px;
  margin:0 4px;
}
#kodawari .bx-pager-item a{
  display:block;
  text-indent: -9999px;
  background:#FFF;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
}
#kodawari .bx-pager-item a.active{
  background:#000;
}


#kodawari .sec03{
  width: calc(100% - 120px);
  padding-left: 120px;
}

#kodawari .sec03 #title{
  display: none;
}

#kodawari .sec03 div{
  width: 802px;
  margin: 0 auto 100px;
}

#kodawari .sec04{
  width: calc(100% - 120px);
  padding-left: 120px;
} 


#kodawari .sec04 a{
  display: block;
  background: url(../images/low_btn_bg.svg) no-repeat;
  background-size: 416px;
  width: 416px;
  line-height: 74px;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  margin: 0 auto 100px;
}
#kodawari .sec04 a:hover{
  opacity: 0.8;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ お品書き ■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


#menu #mv{
  width: calc(100% - 120px);
  padding-left: 120px;
  margin-bottom: 100px;
  height: 70vh;
  position: relative;
  background-size:cover;
}

#menu #mv h2{
  width: 500px;
  position: absolute;
  bottom:-45px;
  left: 160px;
  z-index: 999;
}

#menu #mv figure{
  width: 55px;
  position: absolute;
  bottom: -120px;
  right: 100px;
  z-index: 999;
}



#menu #mv .bx-wrapper,
#menu #mv .bx-viewport,
#menu #mv ul.menu_slider,
#menu #mv ul.menu_slider li,
#menu #mv ul.menu_slider li div{
  width: 100% !important;
  height: 100% !important;
  left: 0;
  box-shadow: none;
  border: none;
}


#menu #mv ul.menu_slider li:nth-child(1) div{
  background: url(../images/menu_img01.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#menu #mv ul.menu_slider li:nth-child(2) div{
  background: url(../images/menu_img02.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#menu #mv ul.menu_slider li:nth-child(3) div{
  background: url(../images/menu_img03.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#menu #mv ul.menu_slider li:nth-child(4) div{
  background: url(../images/menu_img04.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}


#menu .sec01{
  width: calc(100% - 120px);
  padding-left: 120px;
}
#menu .sec01 .wrap{
  width: 1100px;
  margin:0 auto;
}
#menu .sec01 .wrap .left{
  width: 500px;
  float: left;
  padding-right: 100px;
}
#menu .sec01 .wrap .right{
  width: 500px;
  float: left;
  position: relative;
  padding-bottom: 350px;
}

#menu .sec01 .wrap .right #circle{
  width: 300px !important;
  height: 300px !important;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  bottom:0;
  left: 50%;
  margin-left: -150px;
}

#menu .sec01 .wrap .right .bx-wrapper,
#menu .sec01 .wrap .right .bx-viewport,
#menu .sec01 .wrap .right ul.menu_slider2,
#menu .sec01 .wrap .right ul.menu_slider2 li,
#menu .sec01 .wrap .right ul.menu_slider2 li div{
  width: 100% !important;
  height: 100% !important;
  left: 0;
  box-shadow: none;
  border: none;
}


#menu .sec01 .wrap .right ul.menu_slider2 li:nth-child(1) div{
  background: url(../images/menu_sub_slide01.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#menu .sec01 .wrap .right ul.menu_slider2 li:nth-child(2) div{
  background: url(../images/menu_sub_slide02.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#menu .sec01 .wrap .right ul.menu_slider2 li:nth-child(3) div{
  background: url(../images/menu_sub_slide03.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

#menu .sec01 .wrap h3{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 16px;
  letter-spacing: 0.2em;
  width: 280px;
  margin: 0 auto 80px;
  padding: 20px 0;
  text-align: center;
}
#menu .sec01 .wrap .menuList{
  padding-bottom: 80px;
  margin-bottom: 80px;
  position: relative;
}

#menu .sec01 .wrap .menuList.last{
  padding-bottom: 0px;
  margin-bottom: 80px;
  position: relative;
}

#menu .sec01 .wrap .menuList:before{
  content: "";
  width: 36px;
  height: 1px;
  position: absolute;
  bottom:0;
  left: 50%;
  margin-left: -18px;
  background: #000;
}

#menu .sec01 .wrap .menuList.last:before{
  content: "";
  width: 0;
  height: 0;
}



#menu .sec01 .wrap .menuList dl{
  padding-bottom: 30px;
}
#menu .sec01 .wrap .menuList dl dt,
#menu .sec01 .wrap .menuList dl dd,
#menu .sec01 .wrap .menuList p{
  text-align: center;
}
#menu .sec01 .wrap .menuList dl dt{
  font-size: 16px;
  padding-bottom: 20px;
  letter-spacing: 0.2em;
}
#menu .sec01 .wrap .menuList dl dd{
  font-size:22px;
  letter-spacing: 0.2em;
}
#menu .sec01 .wrap .menuList dl dd span{
  font-size: 10px;
  line-height: 18px;
  padding-top: 20px;
  display: block;
}

#menu .sec01 .wrap .menuList p{
  font-size: 14px;
  line-height: 30px;
}


#menu .sec01 .wrap .menuList p br.sp-br{
  display: none;
}

#menu .sec01 .wrap .menuList p span{
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}


#menu .sec01 .wrap h4{
  font-size: 20px;
  text-align: center;
  padding-bottom: 50px;
}

#menu .sec01 .wrap .menuList ul li{
  padding-bottom: 25px;
  text-align: center;
}


#menu .sec03{
  width: calc(100% - 120px);
  padding-left: 120px;
}

#menu .sec03 a{
  display: block;
  background: url(../images/low_btn_bg.svg) no-repeat;
  background-size: 416px;
  width: 416px;
  line-height: 74px;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  margin: 0 auto 100px;
}
#menu .sec03 a:hover{
  opacity: 0.8;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ お品書き（新） ■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


#oshinagaki #mv{
  width: calc(100% - 120px);
  padding-left: 120px;
  margin-bottom: 80px;
  height: 45vh;
  position: relative;
  background-size:cover;
}

#oshinagaki #mv h2{
  width: 400px;
  position: absolute;
  bottom:-45px;
  left: 180px;
  z-index: 999;
}

#oshinagaki #mv figure{
  width: 55px;
  position: absolute;
  bottom: -120px;
  right: 50px;
  z-index: 999;
}

#oshinagaki #mv .bx-wrapper,
#oshinagaki #mv .bx-viewport,
#oshinagaki #mv ul.menu_slider,
#oshinagaki #mv ul.menu_slider li,
#oshinagaki #mv ul.menu_slider li div{
  width: 100% !important;
  height: 100% !important;
  left: 0;
  box-shadow: none;
  border: none;
}

#oshinagaki #mv ul.menu_slider li:nth-child(1) div{
  background: url(../images/menu_img01.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#oshinagaki #mv ul.menu_slider li:nth-child(2) div{
  background: url(../images/menu_img02.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#oshinagaki #mv ul.menu_slider li:nth-child(3) div{
  background: url(../images/menu_img03.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#oshinagaki #mv ul.menu_slider li:nth-child(4) div{
  background: url(../images/menu_img04.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}


#oshinagaki .sec01{
  width: calc(100% - 120px);
  padding-left: 120px;
  margin-bottom: 100px;
}
#oshinagaki .sec01 .wrap{
  width: 900px;
  margin:0 auto;
}

#oshinagaki .sec01 .wrap .title h3{
  font-size: 10px;
  letter-spacing: 0.3em;
  text-align: center;
  padding-bottom: 15px;
}
#oshinagaki .sec01 .wrap .title h2{
  font-size: 30px;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 40px;
  font-weight: bold;
}
#oshinagaki .sec01 .wrap .title .bar{
  width: 80px;
  height: 1px;
  margin: 0 auto 30px;
  background: #000;
}

#oshinagaki .sec01 .wrap .title p,
#oshinagaki .sec02 .wrap .title p{
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 50px;
}

.subP{    
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 50px;
}

#oshinagaki .sec01 .wrap .menu_list .left,
#oshinagaki .sec01 .wrap .menu_list .right{ 
  width: 425px;
  float: left; 
}
#oshinagaki .sec01 .wrap .menu_list .left{
  margin-right: 50px;
}

#oshinagaki .sec01 .wrap .menu_list .center{
    width: 90%;
}

#oshinagaki .sec01 .wrap .menu_list li{
  margin-bottom: 42px;
  background: rgba(0,0,0,0.05);
  text-align: center;
  padding: 40px 0; 
  position: relative;
}
#oshinagaki .sec01 .wrap .menu_list .right ul:last-child li{
  margin-bottom:5px;

}
#oshinagaki .sec01 .wrap .menu_list li.course{
  background: rgba(0,0,0,0.2);
}

#oshinagaki .sec01 .wrap .menu_list li figure{
  width: 60px;
  position: absolute;
  top:-30px;
  left: 50%;
  margin-left: -30px;
}


#oshinagaki .sec01 .wrap .menu_list li h4{
  font-size: 20px;
  letter-spacing: 0.2em;
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  margin-bottom:25px;
  font-weight: bold;
}
#oshinagaki .sec01 .wrap .menu_list li dl{
  padding-bottom: 10px;
  text-align: left;
  width: 70%;
  margin: 0 auto;
  display: table;
}
#oshinagaki .sec01 .wrap .menu_list li dl dt{
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  display: table-cell;
  width: 70%;
}
#oshinagaki .sec01 .wrap .menu_list li dl dd{
  width: 30%;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.12em;
  font-weight: bold;
  display: table-cell;
  text-align: right;
  position: relative;
}
#oshinagaki .sec01 .wrap .menu_list li dl dd span{
  font-size: 11px;
  padding-left: 5px;
  font-weight: bold;
}
#oshinagaki .sec01 .wrap .menu_list li dl dd.kara:after{
  content: "〜";
  font-size: 11px;
  position: absolute;
  right: -16px;
  top: 2px;
  font-weight: normal;
}
#oshinagaki .sec01 .wrap .menu_list li.course p{
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}



#oshinagaki .sec01 .wrap .menu_list p,
#oshinagaki .sec02 .wrap .menu_list p{
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0;
  padding: 0 40px;
}
#oshinagaki .sec01 .wrap .menu_list span{
  font-size: 12px;
  text-align: center;
}
#oshinagaki .sec01 .wrap .menu_list p.cap,
#oshinagaki .sec02 .wrap p.cap{
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0;
  padding: 0;
  text-align: right;
}

#oshinagaki #lunch_mv{
  width: calc(100% - 120px);
  padding-left: 120px;
  margin-bottom: 80px;
  height: 45vh;
  position: relative;
  background-size:cover;
}

#oshinagaki #lunch_mv h2{
  width: 300px;
  position: absolute;
  bottom:-45px;
  left: 160px;
  z-index: 999;
}

#oshinagaki #lunch_mv .bx-wrapper,
#oshinagaki #lunch_mv .bx-viewport,
#oshinagaki #lunch_mv ul.menu_slider2,
#oshinagaki #lunch_mv ul.menu_slider2 li,
#oshinagaki #lunch_mv ul.menu_slider2 li div{
  width: 100% !important;
  height: 100% !important;
  left: 0;
  box-shadow: none;
  border: none;
}


#oshinagaki #lunch_mv ul.menu_slider2 li:nth-child(1) div{
  background: url(../images/menu_sec02_img01.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#oshinagaki #lunch_mv ul.menu_slider2 li:nth-child(2) div{
  background: url(../images/menu_sec02_img02.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#oshinagaki #lunch_mv ul.menu_slider2 li:nth-child(3) div{
  background: url(../images/menu_sec02_img03.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

#oshinagaki .sec02{
  width: calc(100% - 120px);
  padding-left: 120px;
  margin-bottom: 30px;
}
#oshinagaki .sec02 .wrap{
  width: 900px;
  margin:0 auto;
}

#oshinagaki .sec02 .wrap .title h3{
  font-size: 10px;
  letter-spacing: 0.3em;
  text-align: center;
  padding-bottom: 15px;
}
#oshinagaki .sec02 .wrap .title h2{
  font-size: 30px;
  letter-spacing: 0.15em;
  text-align: center;
  padding-bottom: 24px;
  font-weight: bold;
}
#oshinagaki .sec02 .wrap .title .bar{
  width: 80px;
  height: 1px;
  margin: 0 auto 30px;
  background: #000;
}
#oshinagaki .sec02 .wrap .title h4{
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 20px;
}

#oshinagaki .sec02 .wrap .title h5{
  width: 360px;
  text-align: center;
  border: 1px solid #000;
  margin: 0 auto 50px;
  padding: 8px 0;
  letter-spacing: 0.3em;
}




#oshinagaki .sec02 .wrap .morning_menu{
    margin-bottom: 120px;
}
#oshinagaki .sec02 .wrap .morning_menu .left{
  width: 100%;
  background: rgba(0,0,0,0.05);
  text-align: center;
  padding: 40px 0 ; 
}

#oshinagaki .sec02 .wrap .morning_menu .left img{
    width: 80%;
    margin: 0 auto 40px;
}
#oshinagaki .sec02 .wrap .morning_menu .left .ccopy{
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
}
#oshinagaki .sec02 .wrap .morning_menu .left h3{
    font-size: 10px;
  letter-spacing: 0.3em;
  text-align: center;
  padding-bottom: 15px;
}
#oshinagaki .sec02 .wrap .morning_menu .left h4 {
  font-size: 20px;
  padding-bottom: 35px;
  font-weight: bold;
  line-height: 1.6;
}
#oshinagaki .sec02 .wrap .morning_menu .left h4 div{
  display:block;
  width: 80%;
  padding: 15px 0;
  margin:20px auto 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#oshinagaki .sec02 .wrap .morning_menu p{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
#oshinagaki .sec02 .wrap .morning_menu .left p.expln {
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}


#oshinagaki .sec02 .wrap .lunch_menu{
    margin-bottom: 120px;
}
#oshinagaki .sec02 .wrap .lunch_menu .left{
  width: 100%;
  background: rgba(0,0,0,0.05);
  text-align: center;
  padding: 40px 0 ; 
}

#oshinagaki .sec02 .wrap .lunch_menu .left img{
    width: 80%;
    margin: 0 auto 40px;
}
#oshinagaki .sec02 .wrap .lunch_menu .left .ccopy{
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
}
#oshinagaki .sec02 .wrap .lunch_menu .left h3{
    font-size: 10px;
  letter-spacing: 0.3em;
  text-align: center;
  padding-bottom: 15px;
}
#oshinagaki .sec02 .wrap .lunch_menu .left h4 {
  font-size: 20px;
  padding-bottom: 35px;
  font-weight: bold;
  line-height: 1.6;
}
#oshinagaki .sec02 .wrap .lunch_menu .left h4 div{
  display:block;
  width: 80%;
  padding: 15px 0;
  margin:20px auto 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#oshinagaki .sec02 .wrap .lunch_menu p{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
#oshinagaki .sec02 .wrap .lunch_menu .left p.expln {
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}




#oshinagaki .sec02 .wrap .dinner_menu{margin-bottom: 20px;}

#oshinagaki .sec02 .wrap .dinner_menu #lunch_main{
  width: 100%;
  background: rgba(255,255,255,0.5);
  padding: 50px 0 10px; 
  margin-bottom: 30px;
}


#oshinagaki .sec02 .wrap .dinner_menu #lunch_main h3{
  font-size: 20px;
  padding-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
#oshinagaki .sec02 .wrap .dinner_menu #lunch_main ul{
  width: 90%;
  margin: 0 auto;
  padding-bottom:30px;
}
#oshinagaki .sec02 .wrap .dinner_menu #lunch_main ul.okazu li{
  width:20%;
  float: left;
  text-align: left;
  padding: 5px 20px;
  box-sizing: border-box;
  border-right: 1px solid #DDD;
}
#oshinagaki .sec02 .wrap .dinner_menu #lunch_main ul.don li{
  width:25%;
  float: left;
  text-align: left;
  padding: 5px 20px;
  box-sizing: border-box;
  border-right: 1px solid #DDD;
}


#oshinagaki .sec02 .wrap .dinner_menu #lunch_main ul li:last-child{
  border-right:none;
}

#oshinagaki .sec02 .wrap .dinner_menu #lunch_main ul li dl{
  padding: 20px 0;
}

#oshinagaki .sec02 .wrap .dinner_menu #lunch_main ul li dl dt{
  font-size:16px;
  line-height: 26px;
  text-align: center;
}
#oshinagaki .sec02 .wrap .dinner_menu #lunch_main ul li dl dd{
  font-size: 22px;
  line-height:26px;
  text-align: center;
    font-weight: bold;
}
#oshinagaki .sec02 .wrap .dinner_menu #lunch_main ul li dl dd span{
  font-size:16px;
  line-height: 24px;
  padding-left: 5px;
  font-weight: bold;
}

#oshinagaki .sec02 .wrap .dinner_menu #lunch_main ul li:last-child h4{
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: left;
  font-weight: bold;
  padding: 20px 0 10px;
}

#oshinagaki .sec02 .wrap .dinner_menu #lunch_main ul li:last-child p.cap{
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-align: left;
  color: #333;
}

#oshinagaki .sec02 .wrap .dinner_menu #lunch_main .point{
  border: 1px solid #DDD;
  text-align: center;
  width: 90%;
  margin: 0 auto 50px;
  padding: 20px 0;
}
#oshinagaki .sec02 .wrap .dinner_menu #lunch_main .point2{
  background: rgba(0,0,0,0.05);
  text-align: center;
  width: 90%;
  margin: 0 auto 50px;
  padding: 20px 0;
}
#oshinagaki .sec02 .wrap .dinner_menu #lunch_main .point2 h4{
  font-size: 16px;
}


#oshinagaki .sec02 .wrap .dinner_menu #lunch_main .point2 .cap{
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
  letter-spacing: 0.1em
} 



#oshinagaki .sec02 .wrap .dinner_menu .left{
  width: 100%;
  background: rgba(0,0,0,0.05);
  text-align: center;
  padding: 40px 0 ; 
}
#oshinagaki .sec02 .wrap .dinner_menu .left .ccopy{
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
}

#oshinagaki .sec02 .wrap .dinner_menu .left h3{
  font-size: 20px;
  padding-bottom: 35px;
  font-weight: bold;
    line-height: 1.6;
}


#oshinagaki .sec02 .wrap .dinner_menu .left h4{
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: bold;
    line-height: 1.6;
}

#oshinagaki .sec02 .wrap .dinner_menu .left h3 img{
    width: 80%;
    margin: 40px auto 0;
}


#oshinagaki .sec02 .wrap .dinner_menu .left h3 span{
  display:block;
  width: 80%;
  padding: 15px 0;
  margin:20px auto 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#oshinagaki .sec02 .wrap .dinner_menu .left ul{
  width:80%;
  margin: 0 auto 20px;
}

#oshinagaki .sec02 .wrap .dinner_menu .left ul li{
  width: 33.333%;
  float: left;
  text-align: left;
  padding-bottom: 15px;
}

#oshinagaki .sec02 .wrap .dinner_menu .left .price{
  background: #FFF;
  width: 80%;
  margin: 0 auto 20px;
  border-radius: 10px;
  padding: 20px 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
    margin-top: 35px;
}

#oshinagaki .sec02 .wrap .dinner_menu .left p{
  font-size: 12px;
  line-height: 26px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

#oshinagaki .sec02 .wrap .dinner_menu .left p.expln{
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}


#oshinagaki .sec03{
  width: calc(100% - 120px);
  padding-left: 120px;
  margin-bottom: 100px;
}
#oshinagaki .sec03 .wrap{
  width: 900px;
  margin:0 auto;
}


#oshinagaki .sec02 a,#oshinagaki .sec01 a{
  display: block;
  background: url(../images/low_btn_bg.svg) no-repeat;
  background-size: 416px;
  width: 416px;
  line-height: 74px;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  margin: 0 auto 100px;
}

#oshinagaki .sec03 a{
  display: block;
  /*background: url(../images/low_btn_bg.svg) no-repeat;*/
  background-size: 416px;
  width: 416px;
  line-height: 74px;
  text-align: center;
  font-size: 16px;
  color: #000;
  margin: 0 auto 100px;
  border-bottom: solid 2px #000;

}
#oshinagaki .sec03 a:hover,#oshinagaki .sec02 a:hover,#oshinagaki .sec01 a:hover{
  opacity: 0.8;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ 店舗情報（うお田） ■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


#shop_uoden #mv{
  width: calc(100% - 120px);
  margin-left: 120px;
  margin-bottom: 100px;
  height: 70vh;
  position: relative;
  background-size:cover;
  background: url(../images/shop01_mv.JPG) no-repeat center;
}

#shop_uoden #mv h2{
  width: 370px;
  position: absolute;
  top:50%;
  left: 50%;
  margin-left: -175px;
  margin-top: -90px;
  z-index: 999;
}


#shop_uoden #mv figure{
  width: 55px;
  position: absolute;
  bottom: -120px;
  right: 100px;
  z-index: 999;
}

#shop_uoden .sec01{
  width: calc(100% - 120px);
  margin-left: 120px;

}


#shop_uoden .sec01 h3{
  width: 407px;
  margin: 0 auto 70px;
}

#shop_uoden .sec01 .mv-heading{
  width: 600px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
  padding: 0 20px;
}


#shop_uoden .sec01 p{
  width: 590px;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  margin: 0 auto 80px;
}

#shop_uoden .sec01 .opentime h5{
  text-align: center;
  font-size: 24px;
  padding-bottom: 50px;

}

#shop_uoden .sec01 .opentime ul.time{
    /*width: 510px;*/
    width: 540px;
    margin: 0 auto 40px;
}

#shop_uoden .sec01 .opentime ul.time li{
  padding-bottom: 25px;
}

#shop_uoden .sec01 .opentime ul.time dl dt,
#shop_uoden .sec01 .opentime ul.time dl dd{
  font-size: 20px;
  display: inline-block;
}

#shop_uoden .sec01 .opentime ul.time dl dt{
  width: 160px;
}


#shop_uoden .sec01 .opentime ul.date{
  width: 600px;
  margin: 0 auto 150px;
}

#shop_uoden .sec01 .opentime ul.date li{
}

#shop_uoden .sec01 .opentime ul.date dl dt,
#shop_uoden .sec01 .opentime ul.date dl dd{
  font-size: 20px;
  display: inline-block;
  width: 236px;
}

#shop_uoden .sec01 .opentime ul.date dl dt{
  border-right: 1px solid #000;
  padding: 10px 30px;
  text-align: right;
}

#shop_uoden .sec01 .opentime ul.date dl dd{
  
  padding: 10px 30px;
}
#shop_uoden .sec01 .opentime ul.date dl dd span{
  font-size: 12px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ 店舗情報（博多092） ■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


#shop_hakata #mv{
  width: calc(100% - 120px);
  margin-left: 120px;
  margin-bottom: 100px;
  height: 70vh;
  position: relative;
  background-size:cover;
  background: url(../images/shop02_mv.jpg) no-repeat center;
}

#shop_hakata #mv h2{
  width: 370px;
  position: absolute;
  top:50%;
  left: 50%;
  margin-left: -175px;
  margin-top: -90px;
  z-index: 999;
}

#shop_hakata #mv figure{
  width: 55px;
  position: absolute;
  bottom: -120px;
  right: 100px;
  z-index: 999;
}

#shop_hakata #anc_menu{
  width: calc(100% - 120px);
  margin-left: 120px;
}

#shop_hakata #anc_menu ul{
  width: 340px;
  margin: 0 auto 100px;
}

#shop_hakata #anc_menu li{
  width: 140px;
  float: left;
}
#shop_hakata #anc_menu li:first-child{
  padding-right: 60px;
}

#shop_hakata #anc_menu li a.none{
  opacity: 0.3
}


#shop_hakata .sec01{
  width: calc(100% - 120px);
  margin-left: 120px;

}


#shop_hakata .sec01 h3{
  width: 407px;
  margin: 0 auto 70px;
}


#shop_hakata .sec01 p{
  width: 590px;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  margin: 0 auto 80px;
}

#shop_hakata .sec01 .opentime h5{
  text-align: center;
  font-size: 24px;
  padding-bottom: 50px;

}

#shop_hakata .sec01 .opentime ul.time{
  width: 510px;
  margin: 0 auto 40px;
}

#shop_hakata .sec01 .opentime ul.time li{
  padding-bottom: 25px;
  text-align: center;
}

#shop_hakata .sec01 .opentime ul.time dl dt,
#shop_hakata .sec01 .opentime ul.time dl dd{
  font-size: 20px;
  display: inline-block;
}

#shop_hakata .sec01 .opentime ul.time dl dt{
  width: 160px;
}


#shop_hakata .sec01 .opentime ul.date{
  width: 600px;
  margin: 0 auto 150px;
}

#shop_hakata .sec01 .opentime ul.date li{
}

#shop_hakata .sec01 .opentime ul.date dl dt,
#shop_hakata .sec01 .opentime ul.date dl dd{
  font-size: 20px;
  display: inline-block;
  width: 236px;
}

#shop_hakata .sec01 .opentime ul.date dl dt{
  border-right: 1px solid #000;
  padding: 10px 30px;
  text-align: right;
}

#shop_hakata .sec01 .opentime ul.date dl dd{
  
  padding: 10px 30px;
}
#shop_hakata .sec01 .opentime ul.date dl dd span{
  font-size: 12px;
}

.border{border-bottom: dotted 1px #A7A7A7; width: 80%; margin: 30px auto 30px;}

.spOnly{display: none;}
.pcOnly{display: block;}

#shop_uoden .map iframe,#shop_hakata .map iframe {width: 100%; height: 500px
}

/* Status Styles */

#top #info {
  width: 600px;
  margin: 0 auto 150px;
  position: relative;
  transform: translateX(60px);
}

#top #info h3 {
  width: 480px;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 4px 0;
  margin-bottom: 35px;
}

#top #info h3 strong {
  display: block;
  padding: 20px;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.2em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#info a {
  text-decoration: underline;
}

.info-list {
  width: 480px;
  margin: 0 auto;
}

/* =========================== */
/* ▼ お知らせ一覧（PC版）     */
/* =========================== */

.info-entry {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
  text-align: left;
}

.info-entry .meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  font-size: 12px;
  line-height: 1.6;
}

.info-entry .col1 {
  flex: 0 0 auto;
  min-width: 90px;
  white-space: nowrap;
}

.info-entry .col2 {
  flex: 0 0 auto;
  white-space: nowrap;
  min-width: 80px;
}

.info-entry .col5 {
  flex: 1 0 0;
  font-size: 14px;
  word-break: break-word;
}

/* ステータスチップ */
.status-chip {
  display: inline-block;
  padding: 2px 10px;
  font-size: 11px;
  color: #fff;
  border-radius: 10px;
  margin-right: 10px;
  vertical-align: middle;
  letter-spacing: 0.05em;
  background-color: #AC181E;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■ 　お知らせ詳細ページ関連 　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* お知らせ詳細ページ */
.info-page {
  width: 100%;
  min-height: 100vh;
  background: #fff;
  padding-top: 100px;
  box-sizing: border-box;
}

.info-page .wrap {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 120px;
}

/* タイトルエリア */
.info-page .wrap h2 {
  width: 200px;
  margin: 0 auto 80px;
  text-align: center;
}

/* 通知セクション */
.info-page .wrap section.info-notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 40px auto;
}

/* 見出し（例：移転のご案内） */
.info-page .wrap section.info-notice h3 {
  font-size: 24px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
}

/* 本文テキスト */
.info-page .wrap section.info-notice p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}

/* リスト */
.info-page .wrap section.info-notice ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 20px;
}

.info-page .wrap section.info-notice li {
  padding: 4px 0;
  text-align: left;
  font-size: 14px;
  list-style-type: disc;
}

/* お知らせ詳細アニメーション */
@keyframes fadeInPop {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.info-notice {
  animation: fadeInPop 0.6s ease-out;
}

/* info-itemを中央に配置 */
.info-page .wrap section.info-notice .info-item {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}

/* info-title */
.info-page .wrap section.info-notice .info-title {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  text-align: center;
  display: inline-block;
}

/* info-title の前にマーカーを追加 */
.info-page .wrap section.info-notice .info-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 20px;
  background-color: #AC181E;
  transform: translateY(-50%);
}

/* info-content リスト */
.info-page .wrap section.info-notice .info-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.info-page .wrap section.info-notice .info-content ul li {
  list-style-position: inside;
  font-size: 14px;
  line-height: 1.8;
  padding-left: 0;
  text-align: center;
}

#open nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 20px 0;
  gap: 15px;
  text-align: center;
}
#open nav li {
  list-style: none;
  font-size: 1.1em;
  line-height: 1.4;
}
#open nav li a {
  text-decoration: none;
  color: #000;
  letter-spacing: 0.02em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
}
#open nav dl {
  margin: 0;
}
#open nav dt {
  margin: 0;
}
