/*============================
  sub-visual
============================*/
.main {
  position: relative;
}
.sub_mv {
  height: 200px;
  width: 80%;
  position: relative;
  background: url(../images/sub_mv.png) no-repeat left top / cover ;
  margin: 0 0 0 auto;
}
.submain_ttl {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .1em;
  display: block;
}

.submain_ttl::first-letter {
  color: #6f0731;
}
.submain_txt {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .1em;
  display: block;
  text-align: right;
}
.submain_box{
  position:absolute;
  top:70%;
  left:-20%;
  display: block;
  width:auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
.sub_mv {
  height: 350px;
}
.submain_ttl {
  font-size: 40px;
}
.submain_txt {
  font-size: 16px;
}
}
@media screen and (min-width: 1024px) {
.sub_mv{
  height: 450px;
}
.submain_ttl {
font-size: 50px;
}
.submain_txt {
font-size: 18px;
}
.submain_box{
  max-width: 1240px;
  top:60%;
  left:-20%;
}
}
@media screen and (min-width: 1280px) {
.sub_mv{
  height: 650px;
}
.submain_ttl {
font-size: 60px;
}
.submain_txt {
font-size: 25px;
}
}
@media screen and (min-width: 1800px) {
.sub_mv{
  height: 700px;
}
.submain_ttl {
font-size: 70px;
}
.submain_txt {
font-size: 25px;
}
}
/*----------------------------
 bread_crumb_list
-----------------------------*/
.breadcrumb{
  font-size: 10px;
  margin-bottom:80px;
  background: url() no-repeat center center / cover ;
}
.breadcrumb p{
  margin-left: auto;
}
.breadcrumb a{
color: #a99a90;
}
@media screen and (min-width:768px) {
.breadcrumb{
font-size: 14px;
}
}

/* anker link */
.anker__items{
column-gap: 4%;
  row-gap: 10px;
}
.anker__item{
width: 100%;
height: 50px;
position: relative;
display: block;
}
.anker__item a{
display: block;
text-align: center;
line-height: 50px;
color:#b69662;
transition: all .5s;
border:1px solid #b69662;
}
.anker__item a:hover{
opacity:.7;
}
@media screen and (min-width:299px) {
.anker__items{
  column-gap: 1%;
}
.anker__item{
  width: 100%;
  height: 45px;
}
.anker__item a{
  line-height: 45px;
}
.anker__items{
  column-gap: 1%;
}
}
@media screen and (min-width:525px) {
.anker__items{
  row-gap: 10px;
}
.anker__item{
  width: 48%;
}
}
@media screen and (min-width:1024px) {
.anker__item{
  width: 23%;
}
}

.back_btn a{
    background: #809eae;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    display: inline-block;
  }
  .back_btn a:hover{
    opacity:0.8;
  }
/* 背景 */
.sub_bg {
  background: url() repeat top center / cover ;

}

/*============================　
　　h2
============================*/

.title_cmn{
	font-size: 22px;
	letter-spacing: 0;
    text-align: center;
  	letter-spacing:.2rem;
  position: relative;
  font-family: "Lato", sans-serif;
  color:#6f0731;
  font-weight: 600;
}
.title_cmn::before{
  position: absolute;
  content: "";
  background: #008d44;
  width: 2px;
  height:15px;
  top:-35px;
  left: 50%;
}

.title_cmn::after{
  position: absolute;
  content: "";
  background: #c82a35;
  width: 2px;
  height:20px;
  top:-20px;
  left: 50%;
}
.title_cmn_ja{
  font-size: 11px;
  letter-spacing:.1rem;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
.title_cmn{
	font-size: 24px;
  }
.title_cmn_ja{
  font-size: 14px;
}
}
@media screen and (min-width: 1024px) {
.title_cmn{
	font-size: 35px;
}
.title_cmn::before{
  height:45px;
  top:-45px;
  left: 50%;
}
.title_cmn_ja{
  font-size: 16px;
}
}
@media screen and (min-width: 1280px) {
.title_cmn{
	font-size: 50px;
  }
}


/*============================　
　　about
============================*/
.table01 .tr{
  display: block;
  border-top: 0px solid #940c40;
}
.table01 .th{
  width: 100%;
  padding:10px 0 10px 15px;
  border-bottom:none;
  font-weight: bold;
  background:#6f0731;
  color:#fff;
}
.table01 .td{
  width: 100%;
  padding: 5px 0 15px 15px;
  border: 1px solid #6f0731;
}
@media screen and (min-width:768px) {
.table01 .tr{
display: flex;
justify-content: flex-start;
margin-bottom:7px;
}
.table01 .th{
width: 20%;
padding: 20px;
line-height: 1.6;  
background:#6f0731;
color:#fff;
}
.table01 .td{
width: 80%;
padding: 20px;
line-height: 1.6;
}
  }

/*============================================
    about.img
=========================*/


.image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding:0px;
}

.image-container img {
    max-width: 100%;
    height: auto; 
    margin:10px;
    margin-bottom:20px;
}

@media screen and (min-width: 768px){
  .image-container img {
    max-width: 47%;
    height: auto; 
　  margin:2px;
}
}

@media screen and (min-width: 1025px){
  .image-container img {
    max-width: 48%;
    height: auto; 
　  margin:10px;
}
}


/*============================
　beginner
============================*/

  .faq__item:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .faq__item .dt {
    padding: 15px 20px 15px 50px;
    background: #6f0731;
    color: #fff;
    position: relative;
  }

  .faq__item .dd {
    padding: 15px 20px 15px 50px;
    position: relative;
    border: 1px solid #940c40;
  }

  .faq__item .dt::before,
  .faq__item .dd::before {
    position: absolute;
    font-family: "Lato", sans-serif;
    left: 15px;
    top: 13px;
    font-weight:bold;
  }

  .faq__item .dt::before {
    content: "Q.";
    font-size: 20px;
    color: #fff;
  }

  .faq__item .dd::before {
    content: "A.";
    font-size: 20px;
    color: #940c40;
  }


  @media screen and (min-width:768px) {
    
.faq__items::before{ 
  width:60px;
  height:120px;
  top: -100px;
  right: 40px;
}

  }

/*========================================================
　drink/food
==========================================================*/

.menu_img {
  width: 40%;
  z-index: 1;
}
.menu_txt {
  width: 55%;
}
.menu_ttl h3{
  text-align: left;
  font-size: 20px;
  padding-left: 15px;
  border-left: solid 4px #940c40;
  margin-bottom: 30px;
  font-weight: bold;
}

.menu_ttl02 h3{
  text-align: left;
  font-size: 16px;
  padding-left: 15px;
  padding-bottom:10px;
  border-left: solid 3px #940c40;
  border-bottom: solid 1px #940c40;
  margin-bottom: 30px;
  font-weight: bold;
}
.menu__price {font-size: 16px; line-height: 1.5;}
.menu__price p {color: #af0000;}

@media screen and (min-width: 320px) {
  .menu_img {width: 100%; margin-bottom: 10px;}
  .menu_txt {width: 100%;}

}
@media screen and (min-width: 768px) {
  .menu_img {width: 40%; margin-bottom: 0;}
  .menu_txt {width: 55%;}
  .menu_ttl h3{font-size: 3vw;}
  .menu_ttl02 h3{font-size: 18px;}
}
@media screen and (min-width: 1024px) {
  .menu_ttl h3{font-size: 2.6vw;}  
}
@media screen and (min-width: 1440px) {
  .menu_ttl h3 {font-size: 30px;}
}

  /* -----タブ切り替え----- */
  .tab_area {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    column-gap: 10px;
    row-gap: 10px;
  }

  .tab {
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    transition: all ease 0.3s;
    border: solid 1px #940c40;
    color: #940c40;
  }

  .tab p {
    font-size: 16px;
    display: inline;
  }

  .tab.is-active {
    background: #940c40;
    color: #fff;
  }

  .panel {
    display: none;
  }

  .panel.is-active {
    display: block;
    background-size: cover;
    padding: 30px 0 0;
  }

  @media screen and (min-width: 768px) {
    .panel.is-active {
      padding: 80px 30px 0;
    }

    .tab {
      padding: 15px 0;
    }

    .tab p {
      font-size: 18px;
    }
  }

/*========================================================
　concept
==========================================================*/

.color_red01 {color:#c82a35;}
.color_green01 {color:#008d44;}

@media screen and (min-width:768px) {

    .about_txt {
        width: 60%;
        margin: 0 auto;
        margin-bottom:20px;
        text-align: center;
    }

}

@media screen and (min-width:1025px) {

    .about_txt {
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }

}

/*========================================================
　concept_illust
==========================================================*/

.subconc__obj01 {
    width:20%;
    top: 10%;
    right: 0;
    transform: translate(0, -50%);
    z-index: -999;
}

.subconc__obj02 {
    width:18%;
    top: 110%;
    left: 0;
    transform: translate(0, -50%);
    z-index: -999;
}

@media screen and (min-width:768px) {

    .subconc__obj01 {
        width: 20%;
        top: 7%;
        right: 8%;
    }
  
      .subconc__obj02 {
        width: 14%;
        top: 47%;
        left: 2%;
    }


}

@media screen and (min-width:1025px) {


}

/*========================================================
　scene
==========================================================*/

.subscene_ttl01 {
font-weight:bold;
font-size: 30px;
color:#6f0731;
font-family: "Lato", sans-serif;
margin-bottom:10px;
}

.sub_ttl01 {
position: relative;
font-weight:bold;
font-size: 30px;
margin-bottom: 30px;
padding-bottom: 15px;
border-bottom: solid 1px #6f0731;
}

.flex__photo{width: 40%;z-index: 1;}
.flex__txt{width: 55%;}
.row-reverse {-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
.mw1000{max-width: 1000px;margin: 0 auto ;}

@media screen and (max-width:768px) {
.sub_ttl01{
  font-size:21px;
  margin-bottom: 20px;
}
.flex__photo{width: 100%;z-index: 1;margin-bottom: 20px;}
.flex__txt{width: 100%;}
  
  .subscene_ttl01 {
font-size: 18px;
}

}

/*========================================================
　reserve
==========================================================*/

.res_box {border:1px solid #6f0731;padding:10px;color:#6f0731;text-align:center;margin-bottom:100px;}
.res_box .ttl {font-size:16px;font-weight:bold;margin-bottom:5px;}
.res_box p {font-size:11px;}
@media screen and (min-width:768px) {
.res_box {border:1px solid #6f0731;padding:30px 15px;color:#6f0731;text-align:center;margin-bottom:100px;}
.res_box .ttl {font-size:18px;font-weight:bold;margin-bottom:10px;}
.res_box p {font-size:14px;}
}

