@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:1160px) {
  .inner {
    max-width: 327px;
    margin: 0 auto;
  }
}
.page_header {
  width: 100%;
  position: relative;
}
/* spヘッダー↓ */
.header {
  display: none;
  margin-top: 40px;
  justify-content: space-between;
  position: relative;
}
.sp_logo {
  width: 110px;
}
.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;
}
@media(max-width:1160px) {
  .section_image {
    display: none;
  }
  .header {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
}
/* sp_楽しみ方タイトル ↓ */
.sp_section_title_group {
  display: none;
}
@media(max-width:900px) {
  .sp_section_title_group {
    display: inherit;
    position: relative;
  }
  .sp_section_title, inner {
    width: 250px;
    font-size: 2.6rem;
    text-align: center;
    position: relative;
    margin-top: 30px;
    padding: 10px 0;
    border-radius: 50px;
    font-weight: 200;
    background-color: #FFF;
  }
  .sp_section_title h3, inner {
    font-weight: 500;
  }
  /* sp_背景画像 ↓ */
  .background_menu, inner {
    background-image: url(../images/howto_beer.jpg);
    text-align: center;
    margin-top: -25px;
    height: 180px;
    border-radius: 20px;
    background-size: cover;
  }
}
/* ナビゲーションメニュー↓ */
.main-nav, inner, flex {
	cursor: pointer;
  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:1160px) {
  .main-nav {
    display: none;
  }
}
.wrapper {
  max-width: 1440px;
}
/* ホームタイトル↓ */
.section_title {
  padding: 65px 45px;
  right: -3%;
  top: -10%;
  position: absolute;
  writing-mode: vertical-rl;
  background-color: #FFF;
  border-radius: 40px;
  letter-spacing: 5px;
  /* 自動改行オフ↓*/
  white-space: nowrap;
}
@media(max-width:1160px) {
  .section_title {
    display: none;
  }
}
.section_title h3 {
  font-size: 5.0rem;
  font-weight: 400;
}
/* 背景画像↓ */
.section_image, inner {
  background-image: url("../images/howto_beer.jpg");
  background-size: cover;
  position: relative;
  margin-top: 90px;
  height: 486px;
  border-radius: 40px;
}
/* ロゴ↓ */
.logo {
  display: flex;
  width: 230px;
  margin: -175px 0 0 -45px;
  position: absolute;
}
.section_about {
  margin-top: 40px;
}
.title_pig {
  width: 160px;
  height: 200px;
  margin: 120px 40px 0 0;
}
.about_title {
  writing-mode: vertical-rl;
  position: relative;
  padding: 30px 45px 40px;
  border-radius: 100px;
  letter-spacing: 3px;
  font-weight: 100;
  color: #FFF;
  background-color: #E60012;
}
.about_title span {
  color: #FED900;
}
/* 楽しみ方1↓ */
.section_howto_menu {
  position: relative;
}
.section_howto_menu {
  margin-top: 200px;
}
.section_howto_menu_1, flex {
  justify-content: flex-end;
}
.section_howto_menu_1 img {
  width: 170px;
  height: 170px;
}
.howto {
  padding-left: 25px;
}
.howto p {
  padding-top: 15px;
}
.howto_menu {
  margin-left: 25px;
}
.howto_menu h3 {
  font-size: 4.0rem;
  font-weight: 500;
  line-height: 6.0rem;
  letter-spacing: 2px;
  padding: 35px 0;
}
.section_howto_menu_image_1 {
  position: absolute;
  left: -22%;
  bottom: -10%;
}
.section_howto_menu_image_2 {
  position: absolute;
  left: 13%;
  top: 60%;
}
@media(max-width:1160px) {
  .section_howto_menu {
    text-align: center;
  }
  .section_howto_menu_1, flex {
    display: block;
  }
  .section_howto_menu_1 img {
    width: 130px;
    height: 130px;
    margin-top: -20px;
  }
  .howto_menu {
    margin-left: inherit;
  }
  .howto_menu h3 {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 4.0rem;
    letter-spacing: 0.1rem;
  }
  .howto_menu p {
    line-height: 2.5rem;
  }
  .section_howto_menu_image_1 {
    position: absolute;
    width: 50%;
    left: -15%;
    top: -30%;
  }
  .section_howto_menu_image_2 {
    position: absolute;
    width: 30%;
    left: 40%;
    top: -35%;
  }
}
/* たくさん飲みたい! でも…↓ */
.section_howto_menu_2 {
  margin-top: 215px;
}
.sp_section_howto_menu_2, inner {
  display: none;
}
@media(max-width:1160px) {
  .sp_section_howto_menu_2, inner {
    display: inherit;
  }
}
/* sp版_たくさん飲みたい! でも…↓ */
@media(max-width:1160px) {
  .sp_section_howto_menu_2, inner {
    margin-top: 50px;
  }
  .sp_section_howto_menu_2 h2 {
    font-size: 2.0rem;
    line-height: 3.0rem;
    text-align: center;
  }
  .section_howto_menu_2, inner, flex {
    display: none;
  }
  .sp_section_howto_menu_2_p_group, inner, flex {
    flex-wrap: nowrap;
    margin-top: 20px;
  }
  .sp_section_howto_menu_2_p_group h2 {
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 4.0rem;
  }
  .sp_section_howto_menu_2_p_group p {
    line-height: 2.5rem;
    padding-top: 10px;
  }
  .sp_section_howto_menu_2_image {
    width: 115px;
    height: 115px;
    border-radius: 20px;
  }
}
/* 女性におすすめメニュー↓ */
.woman_recommendation {
  font-size: 2.5rem;
  line-height: 4.0rem;
  padding-right: 24px;
  border-right: 1px solid #573001;
}
.section_howto_menu_3_p, flex {
  margin-top: 45px;
}
.recommendation_menu {
  padding-left: 24px;
  align-items: center;
}
.section_howto_menu_2_image {
  width: 280px;
  height: 280px;
  border-radius: 40px;
}
.sp_section_howto_menu_3_p, inner, flex {
  display: none;
}
/* sp版_女性におすすめメニュー↓ */
@media(max-width:1160px) {
  .sp_section_howto_menu_3_p, inner, flex {
    text-align: center;
    display: inherit;
  }
  .sp_woman_recommendation {
    font-size: 2.0rem;
    margin-top: 25px;
    border-bottom: 1px solid #573001;
  }
  .sp_recommendation_menu {
    letter-spacing: -0.8px;
    margin-top: 10px;
  }
}
/* メニューのご案内ボタン↓ */
.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;
}
@media(max-width:768px) {
  .detail_menu {
    display: flex;
    justify-content: center;
  }
  .circle_menu {
    width: 45px;
    height: 45px;
  }
  .detail_menu {
    margin-top: 40px;
  }
  .detail_menu p {
    font-size: 1.2rem;
    margin-left: -5%;
    font-weight: 500;
  }
}
/* 楽しみ方2↓ */
.section_howto_introduction, inner {
  margin: 200px auto;
}
.section_howto_introduction_1, flex {
  justify-content: flex-start;
}
.section_howto_introduction_1 img {
  width: 170px;
  height: 170px;
}
.howto_introduction {
  padding: 30px 0 0 25px;
}
.howto_introduction h3 {
  font-size: 4.0rem;
  font-weight: 500;
  line-height: 6.0rem;
  letter-spacing: 2px;
}
.introduction_2, flex {
  margin-top: 40px;
}
.text_botton_2 {
  padding-top: 20px;
}
.introduction_image {
  width: 700px;
  border-radius: 40px;
}
.introduction_image_group, inner, flex {
  justify-content: flex-end;
  margin-top: 50px;
}
.introduction_image_2 {
  width: 445px;
  border-radius: 40px;
  justify-content: flex-end;
}
.camerab_icon {
  margin-top: 40px;
  text-align: center;
  width: 40%;
}
.camerab_icon img {
  width: 60%;
}
.camerab_icon h2 {
  font-size: 2.5rem;
  padding-top: 20px;
  line-height: 3.5rem;
}
@media(max-width:1160px) {
  .section_howto_introduction, inner {
    text-align: center;
    margin: 115px auto;
  }
  .section_howto_introduction_1, flex {
    display: block;
  }
  .section_howto_introduction_1 img {
    width: 130px;
    height: 130px;
    margin-top: -20px;
  }
  .howto_introduction {
    padding: inherit;
  }
  .howto_introduction h3 {
    font-size: 2.6rem;
    line-height: 4.0rem;
    letter-spacing: 0.1rem;
    padding: 35px 0;
  }
  .introduction_2, flex {
    display: block;
    margin-top: 0;
  }
  .text_botton p {
    line-height: 2.5rem;
  }
  .introduction_image {
    width: 235px;
    margin-left: 70px;
    margin-top: 30px;
    border-radius: 30px;
  }
  .introduction_image_group, inner, flex {
    justify-content: flex-start;
    margin-top: -40px;
  }
  .introduction_image_2 {
    width: 145px;
    height: 105px;
    border-radius: 20px;
    margin-right: 0;
    border: solid 3px #ffecd6;
  }
  .camerab_icon {
    text-align: center;
    padding-top: 60px;
    margin: 0 20px 0;
  }
  .camerab_icon img {
    width: 100%;
  }
  .camerab_icon h2 {
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding-top: 10px;
  }
}
/* 店内紹介のご案内ボタン↓ */
.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;
}
@media(max-width:768px) {
  .detail_introduction {
    display: flex;
    justify-content: center;
  }
  .circle_introduction {
    width: 45px;
    height: 45px;
  }
  .detail_introduction p {
    font-size: 1.2rem;
  }
}
/* 楽しみ方3↓ */
.section_howto_course, inner {
  margin: 115px auto;
}
.section_howto_course_1, flex {
  justify-content: flex-start;
}
.section_howto_course_1 img {
  width: 170px;
  height: 170px;
}
.howto_course {
  padding: 30px 0 0 25px;
}
.howto_course h3 {
  font-size: 4.0rem;
  font-weight: 500;
  line-height: 6.0rem;
  letter-spacing: 2px;
}
.course_2, flex {
  margin-top: 40px;
}
.text_botton_3 h2 {
  font-size: 2.5rem;
  line-height: 4.0rem;
}
.text_botton_4 {
  padding-top: 20px;
}
.text_botton_5 {
  padding-top: 20px;
}
.course_image {
  width: 540px;
  border-radius: 40px;
}
@media(max-width:1160px) {
  .section_howto_course, inner {
    text-align: center;
  }
  .section_howto_course_1, flex {
    display: block;
  }
  .section_howto_course_1 img {
    width: 130px;
    height: 130px;
  }
  .howto_course {
    padding: inherit;
  }
  .howto_course h3 {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 4.0rem;
    padding: 35px 0;
  }
  .course_2, flex {
    margin-top: 0;
    display: block;
  }
  .text_botton_3 h2 {
    font-size: 2.0rem;
    line-height: 3.0rem;
  }
  .text_botton_4, .text_botton_5 {
    line-height: 2.5rem;
  }
  .course_image {
    border-radius: 40px;
    margin-top: 180px;
  }
}
/* コースのご案内ボタン↓ */
.detail_course {
  display: flex;
  align-items: center;
  color: #40220F;
  margin-bottom: -40%;
  margin-top: 40px;
}
.detail_course p {
  margin-left: -5%;
  bottom: 18px;
  font-weight: 500;
}
.circle_course {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #FF9393;
}
@media(max-width:768px) {
  .detail_course {
    display: flex;
    justify-content: center;
  }
  .detail_course p {
    font-size: 1.2rem;
  }
  .circle_course {
    width: 45px;
    height: 45px;
  }
}
/* フッター */
.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;
}
.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: 45px;
  }
  .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;
    justify-content: center;
  }
  .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: 103.5%;
    display: flex;
    position: fixed;
    border: none;
    background: none;
    bottom: -4px;
    right: -6.8px;
  }
  .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; /* 隙間を削除 */
}
@media(max-width:1160px) {
  p {
    font-size: 1.4rem;
  }
}