@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.4;
}
body {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  color: #3e1801;
  min-width: 1200px;
  line-height: 1.8;
  min-height: 100vh;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  html {
    scroll-behavior: smooth;
  }
}
@media screen and (max-width: 979px) {
  body {
    font-size: 16px;
    line-height: 1.8;
  }
}

img {
  vertical-align: bottom;
}

a:hover img {
  opacity: 0.85; /*--IE,FF対応--*/
  filter: alpha(opacity=85);
  -ms-filter: "alpha( opacity=85)";
}

ol,
ul {
  list-style: none;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.pc {
  display: block;
}
.sm {
  display: none;
}

.wrapper {
  display: block;
  margin: 0px auto;
  text-align: center;
  width: 100%;
  max-width: 1200px;
}
@media screen and (min-width: 980px) {
  .wrapper {
    margin: 0px auto;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 980px) {
  .logo_area {
    height: 140px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .logo_area .logo {
    text-align: left;
    top: 0;
    left: 0;
    display: block;
  }
  .wrap_type_cou {
    overflow: hidden;
  }
  section.wrap_typeA {
    margin-top: 4%;
    overflow: hidden;
  }
  section.wrap_typeA2 {
    overflow: hidden;
    padding-top: 4%;
  }

  section.wrap_typeB {
    padding-top: 15px;
    overflow: hidden;
    background: #955f24;
    margin-bottom: 4%;
  }
  section.wrap_typeB2 {
    overflow: hidden;
    padding-top: 4%;
  }

  section.wrap_typeC {
    overflow: hidden;
  }
  section.wrap_typeD {
    padding-top: 4%;
    margin-bottom: 4%;
    overflow: hidden;
  }
}

.inner {
  padding: 0;
  margin: 0px auto;
  width: 90%;
  max-width: 1000px;
  text-align: center;
}

.wrapper section {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .wrapper section {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    max-width: 1200px;
  }
}

.wrapper img.st {
  margin-bottom: 4%;
}

.wrapper #sec01,
.wrapper #sec07,
.wrapper #shop_area {
  padding-bottom: 0;
}
@media screen and (max-width: 979px) {
  .pc {
    display: none;
  }
  .sm {
    display: block;
  }

  .wrapper {
    padding: 0;
    margin: 0px auto;
    width: 100%;
    text-align: center;
    min-width: 100%;
  }
  .logo_area {
    height: auto;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .logo_area .logo {
    text-align: left;
    width: 70%;
    top: 0;
    left: 0;
    display: block;
  }
  section.wrap_typeA {
    margin-top: 4%;
    overflow: hidden;
  }
  section.wrap_typeA2 {
    overflow: hidden;
    padding-top: 4%;
  }
  section.wrap_typeB2 {
    overflow: hidden;
    padding-top: 4%;
  }
  section.wrap_typeC {
    overflow: hidden;
  }
  section.wrap_typeD {
    padding: 6%;
    margin-bottom: 4%;
    overflow: hidden;
  }
}
.txt_red {
  color: #cc0000;
  font-weight: 900;
}

.top {
  margin: 0 auto;
  padding: 0;
}

@media screen and (min-width: 980px) {
  .top {
    background-size: cover;
    margin: 0 auto;
    padding: 0;
  }
}

.top h1 {
  margin: 0 auto;
  padding: 0;
  font-size: 0;
}
.order_01 {
  text-align: center;
  margin: 0 auto;
  background-size: cover;
  padding: 0px 0 0 0;
}
.access ul {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
}
.access ul li {
  margin: 1.5%;
  padding: 1%;
  width: 45%;
}

@media screen and (max-width: 979px) {
  .order_01 {
    text-align: center;
    margin: 0 auto;
    background-size: cover;
    padding: 10px 0 0 0;
  }
  .access ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
  }
  .access ul li {
    margin: 2% 0;
    width: 100%;
  }
}

/*----------------------*/
ul.contact {
  display: block;
  margin: 0.5rem 1rem;
}
#shop_area ul.contact {
  display: block;
  margin: 8% auto 8%;
}

.access p {
  margin: 2% 0;
}
.access ul li {
  display: block;
  margin: 2% 0;
}

/*----------------------*/

#sec02 {
}

#sec04 {
  /*background: url("../images/pt001.png") repeat;*/
}

.bgpt01 {
  background-image: url("../images/pt_wasi.png");
  background-repeat: repeat;
}
.bgpt02 {
  background-image: url("../images/pt_y_wasi.png");
  background-repeat: repeat;
  background-color: #fffcda;
}
.bgpt03 {
  background-image: url("../images/pt_dot.png");
  background-repeat: repeat;
  background-color: #fffcda;
}
.bgpt04 {
  background-image: url("../images/pt_r_wasi.png");
  background-repeat: repeat;
  background-color: #fffcda;
}
.bgpt05 {
  background-color: #fdf9d7;
}
.bgptc {
  background-color: #390d02;
}
#coupon {
}
#sec05 {
}
#sec07 {
}
/*---------------------------*/

.itme_box {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 0;
  padding: 50px 0;
}

.itme_box_col {
  width: 32%;
  justify-content: center;
  align-items: center;
  padding: 0 0 20px 0;
}

.itme_box2 {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 0;
  padding: 50px 0;
}

.itme_box_col2 {
  width: 48%;
  justify-content: center;
  align-items: center;
  padding: 0 0 20px 0;
}

.itme_box_col p {
  text-align: center;
  color: #ffffff;
  font-size: 160%;
  font-weight: bold;
}

#sec07 .itme_box_col img {
}

@media screen and (max-width: 979px) {
  .itme_box {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 0;
    padding: 20px 0;
  }

  .itme_box_col {
    width: 48%;
    justify-content: center;
    align-items: center;
    padding: 0 0 20px 0;
  }
  .itme_box2 {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 0;
    padding: 20px 0;
  }

  .itme_box_col2 {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 0 20px 0;
  }

  .itme_box_col p {
    text-align: center;
    color: #ffffff;
    font-size: 100%;
    font-weight: bold;
  }
}

.b_bg {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
  background-color: #fffcda;
}

.b_bg img {
  padding: 0 0 30px 0;
}

@media screen and (max-width: 979px) {
  .b_bg {
    width: 100%;
    margin: 0 auto;
    padding: 20px 5%;
    text-align: center;
    background-color: #fffcda;
  }

  .b_bg img {
    padding: 0 0 30px 0;
  }
}
.achievement {
  text-align: center;
  margin: 0 auto;
  padding: 0 0 0 0;
}

.achievement_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  color: #401a02;
  gap: 20px;
}
.achievement_box {
  width: 23%;
  margin-bottom: 20px;
}
.achievement_box img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border: 1px solid #ccc;
  margin-bottom: 0rem;
  width: 100%;
}

.achievement_txt .fbox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.achievement_txt .date {
  width: 100%;
  margin: 10px 0;
  text-align: right;
  line-height: 1;
  font-size: 1.1rem;
}

.achievement_txt .sh_name {
  width: 58%;
  margin: 10px 0;
  text-align: left;
  font-size: 1rem !important;
  line-height: 1;
  color: #401a02;
}
.achievement_txt .category {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 0;
  background-color: #ffe400;
  color: #401a02;
  font-weight: 600;
}

.achievement_txt .text {
  text-align: left;
  line-height: 1.4;
  margin-top: 10px;
  padding: 0 3px 0;
  max-height: 120px;
  overflow-y: auto;
  color: #401a02;
  font-size: 1rem;
}

.achievement_txt p {
  text-align: left;
  font-size: 2.1rem;
}
@media screen and (max-width: 979px) {
  .achievement {
    text-align: center;
    margin: 0 auto;
    padding: 0 0 0 0;
  }

  .achievement_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 10px 0;
    color: #401a02;
    gap: 13px;
  }
  .achievement_box {
    width: 48%;
    margin-bottom: 20px;
  }
  .achievement_box img {
    aspect-ratio: 16/9;
    object-fit: cover;
    border: 1px solid #ccc;
    margin-bottom: 0rem;
    width: 100%;
  }

  .achievement_txt .fbox {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }

  .achievement_txt .date {
    width: 100%;
    margin: 10px 0;
    text-align: right;
    line-height: 1;
  }

  .achievement_txt .sh_name {
    width: 58%;
    margin: 10px 0;
    text-align: left;
    font-size: 1rem !important;
    line-height: 1;
    color: #401a02;
  }

  .achievement_txt .category {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1;
    padding: 5px 0 5px;
    font-weight: 600;
  }

  .achievement_txt .text {
    text-align: left;
    line-height: 1.3;
    margin-top: 10px;
    padding: 0 3px 0;
    max-height: 120px;
    overflow-y: auto;
    color: #401a02;
  }

  .achievement_txt p {
    text-align: left;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  .achievement_txt .category {
    font-size: 1.1rem;
  }
  .achievement_txt p {
    font-size: 1.4rem;
  }
}

.box_con {
  display: block;
  max-width: 900px;
  margin: 50px auto 30px;
  padding: 0 0 30px 0;
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  border: 5px solid #ffff00;
}

.box_con .title {
  width: 100%;
  margin-bottom: 4%;
}

.box_con_in {
  display: block;
  width: 100%;
  max-width: 780px;
  margin: 20px auto 20px;
  padding: 0;
  text-align: left;
}

.box_con_in img {
  padding: 0;
}

.box_con_in p {
  display: block;
  width: 780px;
  margin: 20px auto 0;
  padding: 0;
  text-align: left;
}

@media screen and (max-width: 979px) {
  .box_con {
    width: 100%;
    margin: 10px auto 20px;
    padding: 0 0 20px 0;
    background-color: #ffffff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
    display: block;
  }

  .box_con_in {
    display: block;
    width: 90%;
    margin: 0 auto 0;
    padding: 0;
    text-align: left;
  }

  .box_con_in img {
    padding: 0;
  }

  .box_con_in p {
    display: block;
    width: 100%;
    margin: 10px auto 0;
    padding: 0;
    text-align: left;
  }
}

.border_box {
  display: block;
  width: 880px;
  margin: 50px auto 0;
  padding: 0 0 20px 0;
  text-align: left;
  border: 10px solid #9a732e;
  background-color: #ffffff;
}

.border_box_in {
  display: block;
  width: 800px;
  margin: 0 auto 0;
  padding: 0;
  text-align: left;
  font-size: 30px;
}

.border_box p {
  padding: 10px;
  font-size: 24px;
  line-height: 1.8;
}

.border_box img {
  padding: 0 0 0 0;
}

.border_box02 {
  background-color: #fffcda;
  margin: 20px auto;
  padding: 0;
}

.border_box02_title {
  background-color: #4b2517;
  color: #ffffff;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}

.border_box02 p {
  margin: 0 auto;
  padding: 20px 40px;
  font-size: 24px;
}

.border_box02 ul {
  margin: 0 auto;
  padding: 20px 40px;
  font-size: 24px;
}
.border_box02 ul li {
}

@media screen and (max-width: 979px) {
  .border_box {
    display: block;
    width: auto;
    margin: 20px auto 0;
    padding: 0 0 0 0;
    text-align: left;
    border: 7px solid #99732e;
    background-color: #ffffff;
  }

  .border_box_in {
    display: block;
    width: 90%;
    margin: 0 auto 0;
    padding: 0;
    text-align: left;
    font-size: 18px;
  }

  .border_box img {
    padding: 0 0 0 0;
  }

  .border_box02 {
    background-color: #fffcda;
    margin: 20px auto;
    padding: 0;
  }

  .border_box02_title {
    background-color: #4b2517;
    color: #ffffff;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
  }

  .border_box02 p {
    margin: 20px auto;
    padding: 20px;
    font-size: 20px;
  }

  .border_box02 ul {
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .border_box_in {
    font-size: 16px;
    line-height: 200%;
  }
  .border_box02 ul {
    margin: 0 auto;
    padding: 10px 10px;
    font-size: 20px;
    line-height: 180%;
  }
}

.faq {
  margin: 50px auto;
  padding: 0;
  width: 1000px;
  border: 2px solid #cc0000;
  background-color: #ffffff;
}
@media screen and (min-width: 980px) {
  .faq {
    border: 2px solid #cc0000;
    background-color: #ffffff;
  }
}

.faq_q {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #cc0000;
  padding: 20px 20px 10px;
  color: white;
  font-size: 40px;
  font-weight: bold;
}

.faq_q_icom {
  width: 8%;
  font-size: 40px;
  margin-top: -12px;
  text-align: left;
}

.faq_q_txt {
  width: 92%;
  text-align: left;
  line-height: 140%;
}

.faq_a {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 0 20px 20px;
  font-size: 30px;
}

.faq_a_icom {
  width: 8%;
  font-size: 32px;
  text-align: left;
  font-weight: bold;
  color: #cc0000;
}

.faq_a_txt {
  width: 92%;
  text-align: left;
  line-height: 1.6;
  padding-top: 5px;
}

@media screen and (max-width: 979px) {
  .faq {
    margin: 20px auto;
    padding: 0;
    width: 100%;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
    background-color: #ffffff;
  }

  .faq_q {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px 5px;
    font-size: 24px;
    font-weight: bold;
  }

  .faq_q_icom {
    font-size: 24px;
    width: 8%;
  }

  .faq_q_txt {
    width: 92%;
    text-align: left;
  }

  .faq_a {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 10px;
    margin: 10px auto 20px;
    font-size: 24px;
  }

  .faq_a_icom {
    font-size: 24px;
    width: 8%;
  }

  .faq_a_txt {
    width: 92%;
    text-align: left;
    line-height: 1.6;
  }
}

@media screen and (max-width: 599px) {
  .faq_q {
    font-size: 24px;
  }

  .faq_q_icom {
    font-size: 24px;
    width: 10%;
    margin-top: -8px;
  }

  .faq_q_txt {
    width: 90%;
    text-align: left;
  }

  .faq_a {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 10px;
    margin: 10px auto 20px;
    font-size: 24px;
  }

  .faq_a_icom {
    font-size: 20px;
    width: 10%;
  }

  .faq_a_txt {
    width: 90%;
  }
}

/***************************************
-------------- SHOPAREA --------------
***************************************/
.shop_area {
  margin-top: 4%;
}

.shop_area .shop_photo_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 4%;
}
.shop_area .shop_photo_wrap img {
  width: 50%;
}

.shop_area .inner {
  margin: 10px auto;
  border: 5px solid #533539;
  background: #ffffff;
  padding: 1%;
}

.shop_area .inner_in {
  margin: 10px;
  border: 8px solid #533539;
  background: #ffffff;
  padding: 4%;
}

.shop_area .gmap {
  width: 100%;
  margin: 10px auto;
}
.shop_area .shop_area_txt {
  text-align: left;
  margin: 10px 0;
  font-family: "Hiragino Mincho ProN";
  font-size: 18px;
  font-weight: bold;
  line-height: 180%;
  padding: 2%;
}
.btn_area_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 4%;
}
.btn_area_wrap a {
  display: block;
  width: 48%;
  padding: 4% 1%;
}

@media screen and (max-width: 979px) {
  #shop_area .shop_area_txt {
    font-size: 28px;
    text-align: left;
    margin: 10px 0;
  }
  .btn_area_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 4%;
    margin-top: 4%;
  }
  .btn_area_wrap a {
    display: block;
    width: 100%;
    padding: 2%;
  }
}
@media screen and (max-width: 599px) {
  #shop_area .shop_area_txt {
    font-size: 32px;
    text-align: left;
    margin: 10px 0;
  }
}
/* 
------------------------------------------*/

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#copyright {
  width: 100%;
  margin: 0px auto 0;
  padding: 30px 0;
  font-size: 26px;
  text-align: center;
  color: #0a1418;
}

@media screen and (max-width: 979px) {
  #copyright {
    width: 100%;
    margin: 0 auto 0px;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
  }
}
.max_w {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  body {
    min-width: 100%;
  }
  .max_w {
    max-width: 100%;
    margin: 0 auto;
  }

  .max_w90 {
    max-width: 90%;
    margin: 0 auto;
  }

  .max_w70 {
    max-width: 70%;
    margin: 0 auto;
  }

  .max_w50 {
    max-width: 40%;
    margin: 0 auto;
  }

  .wrapper {
    padding: 0;
  }
}

#pp {
  width: 800px;
  margin: 30px auto;
  padding: 15px 15px 15px;
  border: solid 1px #cccccc;
  background-color: #fff;
  overflow: auto;
  height: 100px;
  text-align: left;
  color: #999999;
  font-size: 12px;
}

@media screen and (max-width: 979px) {
  #pp {
    width: 96%;
  }
}

/* ############   追加分*/

table {
  font-size: 18px;
  line-height: 180%;
  text-align: left;
  color: #000000;
  margin: 30px auto 0;
  width: 100%;
}

.table_02 {
  border: 1px #666666 solid;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

th {
  padding: 10px;
  border: #666666 solid;
  border-width: 0 0 1px 1px;
  background: #60c5ba;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
}

td {
  padding: 20px;
  border: 1px #666666 solid;
  border-width: 0 0 1px 1px;
  text-align: left;
  background: #ffffff;
}

.nowrap {
  white-space: nowrap;
}

.txt_bold {
  font-weight: bold;
}

table ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 10px;
}

@media screen and (max-width: 979px) {
  th {
    display: none;
  }

  table {
    font-size: 80%;
    line-height: 220%;
    text-align: left;
    color: #000000;
    margin: 30px auto 0;
    border-width: 0;
    width: 100%;
  }

  .table_02 {
    border: 0px #666666 solid;
  }

  td {
    display: block;
    padding: 10px 20px 5px 20px;
    border: #666666 solid 0px;
    border-width: 0;
    background: #ffffff;
    line-height: 120%;
    text-align: left;
    color: #000000;
  }

  .sp_bg {
    background: #60c5ba;
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
  }

  table ul {
    line-height: 160%;
  }
}

@media screen and (max-width: 979px) {
  .footerFloatingMenu_sp {
    display: flex;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999;
    text-align: right;
    width: 100%;
    padding: 0;
  }
  .footerFloating_sp_01 {
    margin: 0 auto;
    background-color: #d1a000;
    border-radius: 5px 5px 0 0;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid #ffffff;
  }

  .footerFloating_sp_01 img {
    width: 80%;
  }

  .footerFloating_sp_02 {
    margin: 0 auto;
    background-color: #ff3300;
    border-radius: 5px 5px 0 0;
    width: 50%;
    text-align: center;
    padding: 15px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

/*smartphone　bottom menu
-------------------------------------------------------------- */

@media (min-width: 1025px) {
  .bottom-menu {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  footer {
  }
  ul.bottom-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    margin: 0;
    padding: 0;
    border-top: 1px solid #fff;
    z-index: 999;
  }
  ul.bottom-menu li {
    font-size: 1.5rem;
    width: 40%;
    text-align: center;
    border-right: 1px solid #fff;
    height: 80px;
    background-color: #cc0000;
    line-height: 100%;
  }
  ul.bottom-menu li:last-child {
    font-size: 1.5rem;
    width: 20%;
  }
  ul.bottom-menu li:last-child {
    border-right: 0px solid #fff;
  }
  .bottom-menu li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 80px;
    text-decoration: none;
  }
  .bottom-menu li a::before {
    margin: 0 auto 10px;
  }
  .bottom-menu li:nth-child(1) a::before,
  .bottom-menu li:nth-child(2) a::before {
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
  }
  .bottom-menu li:nth-child(1) a::before {
    background-image: url("../images/icon_tel.png");
    max-width: 34px;
    height: 34px;
  }
  .bottom-menu li:nth-child(2) a::before {
    background-image: url("../images/icon_mail.png");
    background-size: contain;
    max-width: 34px;
    height: 34px;
  }
  .bottom-menu li.Top_btn a {
    flex-direction: column;
  }
  .bottom-menu li.Top_btn a::before {
    display: block;
    content: "";
    width: 100%;
    background: url("../images/icon_top.png") no-repeat center center;
    background-size: contain;
    max-width: 34px;
    height: 34px;
    margin-bottom: 10px;
  }
  .bottom-menu li:nth-child(1) a {
    background-color: #cc0000;
  }
  .bottom-menu li:nth-child(2) a {
    background-color: #cc0000;
  }
  .bottom-menu .Top_btn a {
    background-color: #cc0000;
  }
  .bottom-menu li:nth-child(1) a:hover,
  .bottom-menu li:nth-child(2) a:hover {
    background-color: #4b2517;
    text-decoration: none;
  }
  .bottom-menu .Top_btn a:hover {
    background-color: #4b2517;
    text-decoration: none;
  }
}

@media only screen and (max-width: 599px) {
  footer {
    padding-bottom: 60px;
  }
  ul.bottom-menu {
    height: 60px;
  }

  ul.bottom-menu li {
    font-size: 1.125rem;
    height: 60px;
  }
  ul.bottom-menu li:last-child {
    font-size: 1.125rem;
  }

  .bottom-menu li a::before,
  .bottom-menu li.Top_btn a::before {
    margin: 0 auto 5px;
  }

  .bottom-menu li a {
    height: 60px;
  }
  .bottom-menu li:nth-child(1) a::before,
  .bottom-menu li:nth-child(2) a::before {
  }
  .bottom-menu li:nth-child(1) a::before {
    background-size: contain;
    max-width: 24px;
    height: 24px;
  }
  .bottom-menu li:nth-child(2) a::before {
    max-width: 24px;
    height: 24px;
  }
  .bottom-menu li.Top_btn a::before {
    max-width: 24px;
    height: 24px;
  }
}

@media (max-width: 389px) {
  ul.bottom-menu li {
    font-size: 1rem;
  }
  .bottom-menu li.Acs a::before,
  .bottom-menu li.Tel a::before {
    display: inline-block;
    content: "";
    width: 100%;
    margin-right: 0.25rem;
    margin-left: -0.25rem;
  }
}
