@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
 font-family: "Noto Sans JP", sans-serif;
    color: #573001;
    font-weight: 350;
    font-size: 1.6rem;
    line-height: 4.0rem;
    background-color: #ffecd6;
    font-feature-settings: "palt";
    letter-spacing: 0.2rem;
}
a {
  text-decoration: none;
}
.inner {
  max-width: 1140px;
  margin:  0 auto;
}
.flex {
  display: flex;
    justify-content: space-between;
  flex-wrap: wrap;
}

.sp_br{
  display: none;
}
.pc_br{
    display: block; /* PCを改行して */
  }
/* 画面幅が1140px以上の時は */
@media screen and (max-width: 1140px) {
  .pc_br{
    display: none; /* PCを改行して */
  }
.sp_br{
  display: block;
}
}
@media(max-width:768px) {
  .inner {
    max-width: 327px;
    margin: 0 auto;
  }

}

.page_header {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

/* spヘッダー↓ */
@media(max-width:768px){
  .section_image {
    display: none;
  }
   }

 /* ロゴ↓ */
@media(max-width:768px){
  .section_image {
    display: none;
  }
   }

.header {
    display: none;
  margin-top: 40px;
  justify-content: space-between;
  position: relative;
}
.sp_logo {
  width: 110px;
}
@media(max-width:768px) {
 .header {
  display: flex;
  justify-content: space-between;
  position: relative;
}
}

 
  .page_header wrapper a {
    width: 100%;
  }
  .header nav {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    width: 70%;
    height: 100%;
    padding-top: 67px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4)
  }
  .header nav ul li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  }
  .header nav ul li:first-child {
    border-top: solid 1px rgba(255, 255, 255, 0.5);
  }
  .header nav ul li a {
    font-weight: 600;
    line-height: 40px;
    vertical-align: middle;
    text-decoration: none;
    color: #FFF;
  }


  .page_header wrapper a {
    width: 100%;
  }
  .header nav {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    width: 70%;
    height: 100%;
    padding-top: 67px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4)
  }
  .header nav ul li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  }
  .header nav ul li:first-child {
    border-top: solid 1px rgba(255, 255, 255, 0.5);
  }
  .header nav ul li a {
    font-weight: 600;
    line-height: 40px;
    vertical-align: middle;
    text-decoration: none;
    color: #FFF;
  }

/* sp_ホームタイトル ↓ */
.sp_section_title_group {
  display: none;
}

@media(max-width:900px) {
  .sp_section_title_group {
    display: inherit;
    position: relative;
    text-align: center;
  }
  .sp_section_title,inner {
        width: 80%;
    position: relative;
    margin-top: 30px;
    
  }

  /* sp_背景画像 ↓ */
  .background_home,inner {
    position: relative;
    z-index: -1;
    margin-top: -20px;
    height: 195px;
    border-radius: 20px;
    background-size: cover;
  }
}




/* ナビゲーションメニュー↓ */
.main-nav,inner,flex {
    line-height: 2.5rem;
    margin-top: 90px;
    font-size: 2.0rem;
    font-weight: 500;
    justify-content: end;
    text-align: center;
    position: relative;
}
.access {
  margin-right: 60px;
}
.main-nav a {
  color: #40220F;
}
.main-nav span {
  font-size: 1.4rem;
  color: #FCB14E;
}
.main-nav li {
  margin-left: 50px;
}

@media(max-width:768px) {
  .main-nav{
    display: none;
  }
}


.wrapper {
  max-width: 1440px;
}
/* ホームタイトル↓ */
.section_title {
    width: 310px;
    right: -3%;
    top: -10%;
    position: absolute;
}
.section_title h3 {
  line-height: 8.0rem;
}
.section_title h2 {
  line-height: 8.0rem;
}
.section_title kinds {
  text-combine-upright: digits 3;
}
.section_title span {
  font-size: 5.0rem;
  color: #E60012;
  font-weight: 500;
}
/* 背景画像↓ */

.section_image_group {
    background-size: cover;
    position: relative;
    margin-top: 90px;
    height: 630px;
    border-radius: 40px;

}
@media(max-width:768px) {
 .section_image_group {
  display: none;

} 
}

.logo {
  display: flex;
  width: 230px;
  margin: -175px 0 0 -45px;
  position: absolute;
  z-index: 100;
}
.section_about,flex {
  justify-content: center;
  margin-top: 45px;
}

.section_about_image {
      margin-right: -170px;
}

.title_pig {
  width: 160px;
  height: 200px;
}
.about_title {
  width: 33%;
}
.sp_section_about_image {
  display: none;
}


.about_title span {
  color: #FED900;
}
.about_explanation {
  margin: auto 0 auto 55px;
}

.about_explanation h2 {
  font-size: 3.0rem;
  margin-bottom: 40px;
}

/* sp版 トン吉ってどんな〜画像↓ */
@media(max-width:768px) {
  .section_about_image {
    display: none;
  }
.sp_section_about_image {
  display: inherit;
      width: 80%;
}
   .about_explanation {
  text-align: center;
     margin: 40px 0;
}  
  .about_explanation h2 {
  font-size: 2.0rem;
  line-height: 3.5rem;
    text-align: center;
  margin-bottom: 40px;
  letter-spacing: -0.05rem;
}  
    .about_explanation p {
  letter-spacing: -0.05rem;    
  }
}

/* トン吉エピソード↓ */
.section_episode {
  background-color: #FFF;
  background-size: 100vh;
}
.section_episode_group,inner {
  margin-top: 30px;
      align-items: center;

}
.section_episode_group img {
width: 25%;

}


.section_episode h2 {
  padding-bottom: 50px;
}

.section_episode_1 p {
  background-color: #ffecd6;
  border-radius: 40px;
  padding: 45px 50px;
}

.section_episode_1 {
  padding: 80px 0;
}

@media(max-width:768px) {
.section_episode_group,inner {
  margin-top: inherit;
    display: block;
    text-align: center;
}
    .section_episode_group img {
    width: 55%;
    padding-top: 45px;
  } 
   .section_episode h2 {
  font-size: 2.0rem;
   line-height: 3.5rem;
}
   .section_episode_1 p {
  text-align: left;
   letter-spacing: 0.1rem;
} 
  .section_episode_1 {
      margin: inherit;
    padding: 35px 0 50px;
} 

}

/* 楽しみ方↓ */
.section_howto_1 {
  margin: 115px auto;
}

.section_howto,flex {
justify-content: flex-start;
}

.section_howto img {
    width: 170px;
}

.howto {
  padding: 25px 0 0 25px;
}

.howto h2 {
 font-size: 2.6rem;
    padding: 8px 0;
    line-height: 3.0rem;
}

.howto h3 {
    font-size: 3.0rem;
    font-weight: 500;
    line-height: 4.0rem;
}

.howto_image {
  position: relative;
}
.howto_explanation {
  margin-top: 45px;
}

.howto_image_group {
  margin-top: 40px;
}

.Introspection_image {
    position: absolute;
  width: 440px;
  height: 325px;
  left: 55%;
 bottom: 52%;
  border-radius: 40px;
}


@media(max-width:768px) {
.section_howto_1 {
  margin: 75px auto;
}  
  .section_howto,flex {
display: block;
   text-align: center
}  
 .section_howto img {
    width: 40%;
}
  .howto {
  padding-left: 0px;
   text-align: center;    
}  
  .howto h2 {
  font-size: 2.3rem;
} 
  .howto h3 {
  font-size: 2.6rem;
  line-height: 4.0rem;
  } 
  
  .howto_explanation p {
    text-align: center;
} 
  
    .Introspection_image {
    position: static;
    width: 250px;
    height: 175px;
    border-radius: 20px;
    margin: auto;
    display: block;
}
  
  
  
}

/* 詳しくはコチラ↓ */
.detail {
  display: flex;
      color: #40220F;
  align-items: center;
  margin-top: 40px;
}

.detail p {
margin-left: -2%;
  font-weight: 500;
}
.circle {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #FF9393;
}

@media(max-width:768px) {
 .detail {
justify-content: center;
}   
  .detail p {
font-size: 1.2rem;
}  
  
   .detail p {
    margin-left: -5.5%;
}
  
   .circle {
  width: 45px;
  height: 45px;
 
}   
}


/* メニュー↓ */
.section_menu_1,inner {
  margin: 115px auto;
}

.section_menu img {
  width: 170px;
}


.section_menu,flex {
  justify-content: flex-start;
}

.menu {
padding: 35px 0 0 25px;
}

.menu h2 {
  font-size: 2.6rem;
  padding: 5px 0;
  line-height: 3.0rem;
}

.menu h3 {
font-size: 3.0rem;
    font-weight: 500;
    line-height: 5.0rem;
}

.menu_image_1 {
  position: relative;
  margin-top: 40px;
}

.chicken_image_explanation_2 img {
  width: 670px;
  height: 625px;
        border-radius: 40px;

}
.text_img {
    position: absolute;
    right: 20px;
    top: -80px;
}

.steak_image {
  width: 540px;
  height: 395px;
  top: 350px;
    position: absolute;
}

.steak_image img {
          border-radius: 40px;
    border: 5px solid #ffecd6;
}

.steak_image p {
  text-align: center;
	padding-top: 10px;
}
.steak_image span {
  font-size: 2.0rem;
  font-weight: 600;
    line-height: 3.0rem;
}
.drink_icon,flex {
  text-align: right;
  justify-content: flex-end;
  margin-top: 45px;
}


.beer_icon {

	    margin-right: 35px;
}

.beer_icon p {
    text-align: center;
	    padding-top: 8px;
}

.beer_icon span {
    font-size: 2.0rem;
  font-weight: 600;
    line-height: 3.0rem;
}

.cocktail_icon {
     margin-right: 170px;
	text-align: center;

}

.cocktail_icon p {
    text-align: center;
    padding-top: 8px;
}

 .cocktail_icon span {
    font-size: 2.0rem;
  font-weight: 600;
    line-height: 3.0rem;
}

@media(max-width:768px) {
.section_menu_1 {
margin: 115px auto 75px;
  } 
   .section_menu img {
width: 40%;
} 
  .section_menu,flex {
display: block;
   text-align: center
} 
 .section_menu,flex {
display: block;
   text-align: center
}   
 .menu {
padding: 25px 0;
    text-align: center;

}   
  .menu h2 {
  font-size: 2.3rem;
} 
 .menu h3 {
  font-size: 2.6rem;
  line-height: 4.0rem;
  }  
  
  .menu_image_1 {
  margin-top: 15px;
}	
  
  .chicken_image_explanation_2 {
        display: block;
    text-align: center;
}	
  
  	.text_botton_2 p {
	text-align: center;
}
  
   .chicken_image_explanation_2 img {
         width: 90%;
    height: inherit;
        margin: 40px 0 50px 30px;
    border-radius: 40px;

} 
  
  .steak_image {
    position: static;
	height: 350px;
} 
  
   .steak_image img {
     width: 327px;
  height: 240px;
       border: 0px;

} 
  
   .drink_icon,flex {
  text-align: center;
  justify-content: center;
  margin: 0;
} 
  .beer_icon {
 margin-right: inherit;
    text-align: center;
} 
  
   .beer_icon img {
 width: 70%;
} 
  
.beer_icon p {
    font-size: 1.4rem;
    line-height: 2.0rem;
  }   
    .beer_icon span {
    font-size: 1.6rem;
} 
 .cocktail_icon {
     margin: inherit;
    text-align: center;
}  
  
   .cocktail_icon img {
   width: 70%; 
  }  
  
  .cocktail_icon p {
    font-size: 1.4rem;
    line-height: 2.0rem;
  } 
  
    .cocktail_icon span {
    font-size: 1.6rem;
} 
 
}

/* 詳しくはコチラ↓ */
.detail_menu {
  display: flex;
      color: #40220F;
  align-items: center;
  margin-top: 40px;
}


.detail_menu p {
   margin-left: -5%;
  font-weight: 500;
}


.circle_menu {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #FF9393;
}

.chicken_image_explanation_3 {
   text-align: center;
    color: #D09B4A;
    margin: 5rem auto;
    font-weight: bold;
    font-size: 1.6rem;
}

@media(max-width:768px) {
 .detail_menu {
justify-content: center;

}   
  .detail_menu p {
font-size: 1.2rem;
}  
  
  .circle_menu {
  width: 45px;
  height: 45px;
 
}  
  
  
}


/* コース↓ */
.section_course_1,inner {
  margin: 115px auto;
}

.section_course,flex {
  justify-content: flex-start;
}
.section_course img {
width: 170px;
}

.course {
  padding: 35px 0 0 25px; 
}

.course h2 {
  font-size: 2.6rem;
    padding: 5px 0;
    line-height: 3.0rem;
}

.course h3 {
     font-size: 3.0rem;
    font-weight: 500;
    line-height: 5.0rem;
}

.course_2 {
    justify-content: space-between;
    margin-top: 40px;
    position: relative;

}

@media(max-width:768px) {
.section_course_1 {
margin: 115px auto 75px;
  }  
  .section_course,flex {
display: block;
   text-align: center
}  
 .section_course img {
    width: 40%;
} 
  .course {
padding: 25px 0;
    text-align: center;

}  
 .course h2 {
  font-size: 2.3rem;
} 
  
   .course h3 {
  font-size: 2.6rem;
  line-height: 4.0rem;
  } 
  
   .course_2 {
 display: block;
	     margin-top: 15px;
} 
  
  .text_botton p {
      text-align: center;
}

}

/* 詳しくはコチラ↓ */
.detail_course {
  display: flex;
        color: #40220F;
  align-items: center;
  margin-top: 40px;
}

.detail_course p {
  margin-left: -5%;
  font-weight: 500;
}

.circle_course {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #FF9393;
}


.course_image {
  width: 540px;
 border-radius: 40px;
}

@media(max-width:768px) {
  .detail_course {
justify-content: center;
}  
 .detail_course p {
 font-size: 1.2rem;
} 
  .circle_course {
  width: 45px;
  height: 45px;
 
}  
  .course_image {
margin-top: 40px;
}   
}



/* 店内紹介↓ */

.introduction {
padding: 35px 0 0 25px; 
}

.introduction h2 {
 font-size: 2.6rem;
    padding: 5px 0;
    line-height: 3.0rem;
}

.introduction h3 {
 font-size: 3.0rem;
    font-weight: 500;
    line-height: 5.0rem;
}


.section_introduction_1,inner {
  margin: 115px auto;
}

.section_introduction,flex {
  justify-content: flex-start;
}
.section_introduction img {
  width: 170px;
}



.introduction_image_explanation_2,flex　{
  margin-top: 40px;
}

@media(max-width:768px) {
 .introduction {
padding: 25px 0;
    text-align: center; 
} 
  .introduction h2 {
  font-size: 2.3rem;
}  
  .introduction h3 {
  font-size: 2.6rem;
  line-height: 4.0rem;
  } 
  .section_introduction_1 {
  margin: 115px auto 75px;
} 
  .section_introduction,flex {
display: block;
   text-align: center
}  
  
  .section_introduction img {
    width: 40%;
}
  .introduction_image_explanation_2,flex　{
  display: block;
	     margin-top: 15px;

}  

}


/* 詳しくはコチラ↓ */
.detail_introduction {
  display: flex;
      color: #40220F;
  align-items: center;
  margin-top: 40px;
}

.detail_introduction p {
  margin-left: -5%;
  font-weight: 500;
}

.circle_introduction {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #FF9393;
}



.introspection_image_group {
  position: relative;
}


.introduction_image {
  width: 695px;
  height: 528px;
            border-radius: 40px;
  }


.introduction_image_1 {
    position: absolute;
  right: 65%;
  top: 50%;
    width: 525px;
  height: 386px;
border-radius: 40px;
      border: 5px solid #ffecd6;
}

@media(max-width:768px) {
 .detail_introduction {
justify-content: center;
     align-items: center;
  margin-top: 40px;
}   
 .detail_introduction p {
 font-size: 1.2rem;
}   
  .circle_introduction {
  width: 45px;
  height: 45px;
 
} 
 .introspection_image_group {
  position: static;
  margin-top: 40px;
} 
  .introduction_image {
width: 285px;
    height: 210px;
    margin: 0 0 0 auto;
    display: block;
    border-radius: 30px;

  }  
  
   .introduction_image_1 {
    position: static;
    width: 225px;
    height: 165px;
    margin-top: -40px;
    border-radius: 30px;
         border: 3px solid #ffecd6;
} 

}


    /* フッター */
 .footer {
  width: 100vw;
  margin-top: 245px;
  background-color: #DB000B;
}

.iframe {
  height: 285px;
  width: 100%;
  justify-content: center;
  margin-top: 70px;
   border-radius: 40px;
}

.footer-rogo {
  width: 170px;
}

.footer-list2,inner,flex {
  margin: 40px 0 0 50px;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
    justify-content: center;
  color: #FFF;
}
.footer-list5,flex {
  padding: 45px 0 50px 0;
  justify-content: center;
}
.footer-list6 {
    padding-left: 24px;
}

.footer-list,flex {
padding-left: 50px;
}
.footer-list a {
     color: #FFF;
}

.footer-list3 {
  padding-right: 24px;
  border-right: 1px solid #FFF;
}
.cr {
  color: #FFF;
}

      .footer-list5, flex {
        padding: 45px 0 50px 0;
        justify-content: center;
      }

      .footer-list6 {
        padding-left: 24px;
      }

      .footer-list,inner,flex {
        padding-left: 50px;
      }

      .footer-list a {
        color: #FFF;
      }
      .footer-list3 {
        padding-right: 24px;
        border-right: 1px solid #FFF;
      }

      .cr {
        color: #FFF;
		  font-size: 1.2rem;
      }

@media(max-width:768px) {
   .footer {
  margin-top: 0;
}
  .iframe {
  margin-top: 35px;
}  
.footer-rogo {
 width: 145px;
    padding-bottom: 45px;
}    
         .footer-list2, inner,flex {
    margin: inherit;
    font-size: 1.4rem;
    justify-content: center;
    color: #FFF;
      }
          .footer-list2 p {
    line-height: 2.5rem;
      } 
	
  	     .footer-list5, flex {
        padding: 45px 0 100px 0;
      }
  
    .footer-list6 {
     padding: inherit;
    text-align: center;
    margin: 20px 0;
      } 
  
       .footer-list,inner,flex {
    display: none;
    text-align: center;
  }
  
      .footer-list3 {
      text-align: center;
        padding:inherit;
        border: none;
      }
  
         .cr {
    font-size: 1.2rem;
    line-height: 2.0rem;
    text-align: center;
      } 
  
}

    /* 追従ボタン */
.fixed_btn { 
	width: 116px;
position: fixed;
    bottom: 100px;
    right: -36px;
    border: none;
    background: none;
  padding: 0;
      display: flex;
    flex-direction: column;
    gap: -6px;
}

.float-web {
     margin-top: -5px;
    width: 80px; 
}

.float-tel {
      width: 80px;

}

.fixed_btn {

}

.sp_fixed_btn {
	display: none;
}
@media(max-width:768px) {
	   /* sp_追従ボタン */
	
	.fixed_btn {
		display: none;
	}	
.sp_fixed_btn { 
	    width: 388px;
	display: flex;
position: fixed;
	    border: none;
    background: none;
     bottom: -4px;
        right: -6.5px;

}

.sp_float-web {
 margin-left: -3px;
}

.sp_float-tel {

}


}
 


h2 {
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 5.0rem;
}
p {
  line-height: 3.0rem;
}
img {
  max-width: 100%;
	 vertical-align: middle; /* 隙間を削除 */

}

