@charset "UTF-8";
/*-----------------------------------------
   font
------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #242424;
  /* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
  font-size: 1.6em;
  line-height: 1.67;
  font-family: Roboto, "Helvetica Neue", HelveticaNeue, "Noto Sans JP", Verdana, Meiryo, sans-serif;
}

.text_rocknroll {
  font-family: "RocknRoll One", sans-serif;
}

area:hover {
  outline: none;
}

/*-----------------------------------------
   common
------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background: #F1D882;
}

img {
  max-width: 100%;
  height: auto; /*高さ自動*/
}

a {
  color: #3e3e3e;
  text-decoration-line: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #9b420a;
}

a img {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a img:hover {
  opacity: 0.8;
}

a.link_underline {
  text-decoration: underline;
}

p {
  margin: 1.6rem auto;
}

.wrapper {
  max-width: 3000px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.inner {
  max-width: 640px;
  padding-inline: 16px;
  margin: auto;
}
@media (max-width: 480px) {
  .inner {
    padding: 0 16px;
  }
}

.text_center {
  text-align: center;
}

/*-----------------------------------------
	 button
------------------------------------------*/
.btn_box {
  margin: 16px auto 0;
}

.btn {
  background: #F8B62B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "RocknRoll One", sans-serif;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 16px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}
.btn:hover {
  background: #d4940b;
  color: #fff;
}
.btn.eat-in {
  border: 2px solid #DE6A18;
  color: #DE6A18;
  background: #fff;
}
.btn.pdf {
  color: #fff;
  background: #043c78;
}
.btn.eat-in:hover {
  border: 2px solid #b65007;
  color: #b65007;
}
.btn.delivery {
  background: #DE6A18;
}
.btn.delivery:hover {
  color: #fff;
  background: #b65007;
}

/*-----------------------------------------
	 header
------------------------------------------*/
/*ヘッダー画像変更5/19*/
.header {
  background: url(../images/bg_colored.png) repeat-x center top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 90px;
  position: relative;
  border-bottom: 10px solid #fff;
}
.header .site_logo {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1000;
}
@media (max-width: 480px) {
  .header .site_logo {
    top: 16px;
  }
}
.header .site_logo img {
  max-width: 400px;
}
@media (max-width: 480px) {
  .header .site_logo img {
    max-width: 320px;
  }
}
/*-----------------------------------------
	 header_ubagayama
------------------------------------------*/
.header_ubagayama {
  background: url(../images/bg_red_only.png) repeat-x center top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 90px;
  position: relative;
  border-bottom: 10px solid #fff;
}
.header_ubagayama .site_logo {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1000;
}
@media (max-width: 480px) {
  .header_ubagayama .site_logo {
    top: 16px;
  }
}
.header_ubagayama .site_logo img {
  max-width: 400px;
}
@media (max-width: 480px) {
  .header_ubagayama .site_logo img {
    max-width: 320px;
  }
}
/*-----------------------------------------
	 KV
------------------------------------------*/
.keyvisual {
  width: 100%;
  height: 420px;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
.keyvisual .kv_image {
  width: 100%;
  min-width: 1600px;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  .keyvisual {
    height: auto;
  }
  .keyvisual .kv_image {
    min-width: 100%;
    position: static;
    transform: translate(0, 0);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
}

/*-----------------------------------------
	 profile_area
------------------------------------------*/
.profile_area {
  margin-bottom: 32px;
}
.profile_area .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 0;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #000000;
}
.profile_area .heading .profile_company_name {
  font-family: "RocknRoll One", sans-serif;
  font-size: 1.7rem;
  line-height: 1.8rem;
  display: inline-block;
}
.profile_area .heading .profile_branch_name {
  display: inline-block;
  background: #000;
  padding: 4px 8px;
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: 2px;
}
.profile_area .btn_box {
  background: #fff;
  padding: 8px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.profile_area .btn_box .btn {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.profile_area .btn_box .btn.delivery,
.profile_area .btn_box .btn.takeaway {
  width: calc(50% - 4px);
}
/*開店日追加5-19*//*12/13変更*/
.profile_area .open_daily {
  font-family: "RocknRoll One", sans-serif;
  font-size: 2.9rem;
  line-height: 3.8rem;
  color: #b31e23;
  /*display: inline-block;*/
  text-align: center;
}
.preparation{
  font-family: "RocknRoll One", sans-serif;
  font-size: 3.3rem;
  line-height: 1.8rem;
  color: #b31e23;
  display: inline-block;
}
@media (max-width: 480px) {
  .profile_area {
    margin-bottom: 16px;
  }
  .profile_area .btn_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .profile_area .btn_box.double .btn {
    width: 100%;
  }
  .profile_area .btn_box .btn {
    width: 100%;
  }
  /*開店日追加5-19*/
  .profile_area .open_daily {
   line-height: 1.5;
   font-size: 2rem;
  }
  .preparation {
    font-size: 2.3rem;
    text-align: center;
  }
  .profile_area .heading .profile_branch_name {
    font-size: 2rem;
  }
  .profile_area .heading .profile_company_name {
    font-size: 1.3rem;
  }
  .profile_area .heading {
    gap: 24px;
  }
}

/*-----------------------------------------
	 intro_area
------------------------------------------*/
.intro_area {
  background: #fff;
  margin-bottom: 32px;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 640px;
  margin-inline: auto;
}
.intro_area .text_area {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
  font-size: 1.4rem;
}

.intro_area .text_area p {
  margin: 10px 0 0 0;
}
.intro_area .intro_heading {
  margin: 0;
  font-size: 1.8rem;
}
.intro_area .figure_area {
  width: 50%;
  margin: 0;
}
/*追加7/29*/
 .line_text {
font-family: "RocknRoll One", sans-serif;
  font-size: 3.3rem;
  line-height: 1.8rem;
  color: #242424;
  display: inline-block;
 }
.line_text_area {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
  font-size: 1.4rem;
  padding-left: 20px;
}


/*追加7/29*/
@media (max-width: 480px) {
  .intro_area .text_area,
  .intro_area .figure_area {
    width: 100%;
  }
  /*追加7/29*/
  .line_text_area{
    width: 100%;
  }
  .line_text_area p{
    margin: 0;
  }
  .line_text {
    line-height: 1.5;
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 0;
   }
   .line_icon {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 55px;
   }
   /*追加7/29*/
}

/*-----------------------------------------
	 promo_area video
------------------------------------------*/
video{
    display: block;
    margin: auto;
    width: 100%;
}

/*-----------------------------------------
	 promo_area
------------------------------------------*/
.promo_area {
  margin-bottom: 32px;
  text-align: center;
}
.promo_area.secret {
  background: #FAF6E2;
  padding: 8px;
}
.promo_area.secret .secret_heading {
  width: 80%;
  margin: auto;
}
.promo_area .secret_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 480px) {
  .promo_area .secret_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.promo_area .secret_list img {
  width: calc(50% - 4px);
}
@media (max-width: 480px) {
  .promo_area .secret_list img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .promo_area {
    margin-bottom: 16px;
  }
}
.promo_area.granprex img, .promo_area.mond img {
  width: 100%;
}

/*-----------------------------------------
	 service_area
------------------------------------------*/
.service_area {
  background: #fff;
  border-radius: 16px;
  position: relative;
  padding: 16px;
  margin-bottom: 32px;
}
.service_area .service_heading {
  width: 100%;
  margin: 0 0 16px;
  text-align: center;
  font-family: "RocknRoll One", sans-serif;
  font-size: 2.4rem;
}
.service_area .section_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  min-height: 120px;
  margin: 16px auto;
}
/*清河寺店地図*/
.img_map {
  margin: auto;
  display: block;
}
@media (max-width: 480px) {
  .service_area {
    margin-bottom: 16px;
  }
  .service_area .section_icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

.ranking_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;   
}
.ranking_area .item {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  background: #f6f6f6;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px;
}
.ranking_area .item:last-child {
  margin-bottom: 0;
}
.ranking_area .item .item_thumb {
  width: 60%;
  position: relative;
  margin: 0;
}
.ranking_area .item .item_text {
  width: 40%;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}
/*5/19追加→削除予定*/
/*.ranking_area .item .ranking_label {
  top: 20%;
  width: 50%;
  height: auto
}*/
/*5/19追加*/
.ranking_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ranking_label_wrapper {
  display: flex;
  justify-content: center;
}

.ranking_label {
  display: block;
  margin: 0 auto;
}

.ranking_area .item .item_name {
  margin: 0;
  padding: 0 4px;
}
.ranking_area .item.ranking_no1 {
  width: 100%;
}
.ranking_area .item.ranking_no1 .item_name {
  font-size: 2.4rem;
}
@media (max-width: 480px) {
  .ranking_area .item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ranking_area .item .item_thumb,
  .ranking_area .item .item_text {
    width: 100%;
    margin: 0;
  }
}

.about_area address, .about_area p, .about_area dl {
  font-style: normal;
  margin: 1.6rem 0;
}
.about_area .contact_title {
  border-top: 2px solid #000;
  padding: 4px;
  border-bottom: 2px solid #000;
  font-size: 2.4rem;
  font-family: "RocknRoll One", sans-serif;
  text-align: center;
  margin: 0 0 8px;
}
.about_area dl.about_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #ccc;
}
.asaka_area dl.asaka_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #ccc;
}
.about_area dl.about_list dt, .about_area dl.about_list dd {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0;
}
.asaka_area dl.asaka_list dt, .asaka_area dl.asaka_list dd {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0;
}
.asaka_list dd {
  text-align: right;
}
.about_area dl.about_list dd {
  width: 70%;
}
.asaka_area dl.asaka_list dd {
  width: 50%;
}
.about_area .shop_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.about_area .shop_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
}
.about_area .shop_item .item_name {
  margin: 0;
  padding: 0;
  font-size: 2rem;
}
.about_area .shop_item .text,
.about_area .shop_item .map_area {
  width: calc(50% - 8px);
}
.about_area .shop_item .about_list {
  margin: 0;
}
.about_area .shop_item .btn_box {
  width: 100%;
  margin: 0;
}
@media (max-width: 480px) {
  .about_area {
    font-size: 1.4rem;
  }
  .about_area .shop_item .text,
  .about_area .shop_item .map_area {
    width: 100%;
  }
}

.contact_area {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
}
.contact_area .item .title {
  font-weight: 700;
  margin-bottom: 8px;
}
.contact_area .item .contact_tel {
  font-size: 3.6rem;
  line-height: 1;
  color: #0CAA38;
  font-weight: bold;
}
@media (max-width: 480px) {
  .contact_area {
    gap: 8px;
    font-size: 1.4rem;
  }
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------
	 static_page
------------------------------------------*/
.static_page .heading_area {
  padding: 32px 0;
  text-align: center;
}
.static_page .heading_area .heading {
  font-size: 3.2rem;
  font-family: "RocknRoll One", sans-serif;
  margin: 0;
  line-height: 1.3;
}
.static_page .heading_area .heading_en {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
}
@media (max-width: 480px) {
  .static_page .heading_area .heading {
    font-size: 2.8rem;
  }
}
/*5/19追加 border: 5px solid #e70020;*/
.menu_area {
  background: #fff;
  border-radius: 16px;
  border: 5px solid #e70020;
  position: relative;
  padding: 16px;
  margin-bottom: 32px;
}
.menu_area .menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding: 0 16px;
  margin: 0;
}
/*5/19追加*/
ul, ol {
  list-style-type: none;  /* マーカーを非表示にする */
}
.menu_area .menu_list .item {
  width: calc(33.3333333333% - 11px);
  list-style: none;
}
.menu_area .menu_list .item .item_image {
  margin: 0 0 8px;
}
.karage_tannpinn {
  margin: 20px auto;
}

.menu_area .menu_list .item .item_name {
  line-height: 1.4;
  margin: 0;
  font-size: 1.6rem;
}
.menu_area .menu_list .item .item_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
  font-size: 1.3rem;
}
.menu_area .menu_list .item .item_price .price_number {
  font-size: 2.2rem;
  font-weight: 700;
}
/*5/19追加*/
.menu_area h2 {
  width: 100%;
  font-family: "RocknRoll One", sans-serif;
  font-size: 3rem;
  line-height: 1.8rem;
  color: #ffffff;
  display: inline-block;
  background: #e70020;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
  border-radius: 8px;
}
.list_title {
  width: 100%;
  font-family: "RocknRoll One", sans-serif;
  font-size: 3rem;
  line-height: 1.8rem;
  color: #ffffff;
  display: inline-block;
  background: #e70020;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
  border-radius: 8px;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

/*5/19追加*/
.menu_ct {
margin: 0 auto;

}
.menu_area .menu_list.sidemenu .item {
  width: calc(50% - 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 8px;
}
 /*追加7/30*/
.item_name_topping {
  line-height: 1.4;
  margin: 0;
  font-size: 1.6rem;
}
 /*追加7/30*/
@media (max-width: 480px) {
  .menu_area .menu_list {
    padding: 0;
  }
  .menu_area .menu_list .item {
    width: calc(50% - 8px);
  }
  .menu_area .menu_list .item .item_name {
    font-size: 1.6rem;
  }
  .menu_area .menu_list.sidemenu .item {
    width: 100%;
    margin-top: 8px;
  }
  /*追加7/30*/
  .item_name_topping {
    font-size: 1.2rem;
  }
   /*追加7/30*/
}

/*-----------------------------------------
	 sticky_bar / modal
------------------------------------------*/
.sticky_bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(238, 238, 238, 0.9);
  padding: 8px;
  z-index: 1;
}
.sticky_bar .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 640px;
  margin: auto;
  gap: 8px;
}
.sticky_bar .btn_box .btn {
  width: 50%;
  padding: 8px 0;
  border-radius: 4px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(23, 14, 5, 0.8);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.modal-content {
  /* overflow-y: auto; */
  width: 100%;
  max-width: 720px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 90%;
  -webkit-animation: show 0.6s linear 0s;
          animation: show 0.6s linear 0s;
}
@media (max-width: 480px) {
  .modal-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px;
  }
}

.modal-top {
  display: inline-block;
  position: fixed;
  right: 0;
  top: 0;
}

.modal-close {
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}

.modal-container.order_box {
  background: #fff;
  padding: 64px 16px;
  border-radius: 8px;
}
@media (max-width: 480px) {
  .modal-container.order_box {
    padding: 32px 16px;
  }
}

.modal-btn {
  position: fixed;
  right: 0;
  top: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.modal-btn:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.navi_area {
  color: #fff;
}
.navi_area .modal-container {
  background: #180f06;
  padding: 32px;
  min-height: 80%;
}
.navi_area .sitemap {
  padding: 0;
  list-style: none;
  border-top: 1px solid #787878;
}
.navi_area .sitemap a {
  color: #fff;
  display: block;
  padding: 16px;
}
.navi_area .sitemap li {
  border-bottom: 1px solid #787878;
}
@media (max-width: 480px) {
  .navi_area .modal-container {
    padding: 16px;
  }
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*-----------------------------------------
	 footer
------------------------------------------*/
/*フッター画像変更5/19*/
.footer {
  background: url(../images/bg_colored.png) repeat-x center top;
}
.footer .inner {
  position: relative;
  height: 240px;
}
.footer .site_logo {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.footer .page_top {
  background: #504C42;
  color: #fff;
  text-align: center;
}
.footer .page_top a {
  display: block;
  padding: 16px;
  color: #fff;
  text-align: center;
  font-family: "RocknRoll One", sans-serif;
  font-size: 1.4rem;
  position: relative;
}
.footer .page_top a:hover {
  background: #625e53;
}
.footer .page_top .icon_pagetop {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.footer .copyright {
  padding: 40px 16px 80px;
  background: #191203;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}
.footer .copyright p {
  margin: 0;
}
/*-----------------------------------------
	 footer_ubagayama
------------------------------------------*/
/*フッター画像変更5/19*/
.footer_ubagayama {
  background: url(../images/bg_red_only.png) repeat-x center top;
}
.footer_ubagayama .inner {
  position: relative;
  height: 240px;
}
.footer_ubagayama .site_logo {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.footer_ubagayama .page_top {
  background: #504C42;
  color: #fff;
  text-align: center;
}
.footer_ubagayama .page_top a {
  display: block;
  padding: 16px;
  color: #fff;
  text-align: center;
  font-family: "RocknRoll One", sans-serif;
  font-size: 1.4rem;
  position: relative;
}
.footer_ubagayama .page_top a:hover {
  background: #625e53;
}
.footer_ubagayama .page_top .icon_pagetop {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.footer_ubagayama .copyright {
  padding: 40px 16px 80px;
  background: #191203;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}
.footer_ubagayama .copyright p {
  margin: 0;
}
@media (max-width: 480px) {
  .footer_ubagayama .site_logo  img {
    max-width: 320px;
  }
}
/*-----------------------------------------
	 共通
------------------------------------------*/

.box100_red{
  background-color: #FF0004;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.box100_red img{
  width: 90%;
  max-width: 1000px;
}

.phone_t{
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 150%;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}

.phone_t span{
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 110%;
  font-weight: bold;
  display: block;
  margin-top: 0px;
  margin-bottom: 50px;

  line-height: 1.2em;
}

.red_bold{
  color: #FF0004;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 0px;
  line-height: 1.4em;
}

.red_bold span{
  background-color: #FF0004;
  color: #FFFFFF;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 80%;
  margin-bottom: 5px;
  line-height: normal;
  }


.red_normal{
  color: #FF0004;

}




    .image-container {
        display: flex;
        flex-wrap: wrap;
}

    .image-container img {
        width: 33%; 
        height: auto;
    }
      
.right_img{
  padding-left: 20px;
  width: 120px;
  float: right;
}

.table_shidashi{
  font-size: 80%;
  padding-bottom: 20px;
}

.table_shidashi th{
  background-color: #FFFE57;
}

.table_shidashi td{
  background-color: #FFF;
}

.link_t{
  padding-bottom: 20px;
}


.link_t li{
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 10px;
  list-style-type: none;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.good_box{
  padding-top: 10px;
  margin-top: 20px;
  background-color: #1e1010;
  color: #FFED00;
  font-size: 80%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

      .main_pic_pc{
          display: block;

}
              .main_pic_sp{
  display: none;
}

.heading_t{
  font-size: 80%;
}

    @media screen and (max-width: 600px) {
          .image-container {
              flex-direction: row;
          }

          .image-container img {
              width: 50%; /* 画像を2列に並べるために幅を50%に設定 */
          }
          
.right_img{
  width: 100px;
  float: right;
  padding-left: 20px;
  padding-top: 10px;
      }
      
      
      .main_pic_pc{
  display: none;
}
              .main_pic_sp{
  display: block;
}
      
   }
