@charset "utf-8";
/* CSS Document */
/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
/*common*/
#yakiimo-list .pc-none {
  display: none;
}
#yakiimo-list h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#yakiimo-list ul, li, dl, dt, dd {
  margin: 0;
  list-style: none;
  padding: 0;
}
#yakiimo-list a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
}
/*店舗一覧*/
#yakiimo-list {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #950542;
  padding: 2% 4% 2.5%;
}
#yakiimo-list .note {
  color: #fff;
  margin: 0 0 2rem;
}
#yakiimo-list .area-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: center;
}
#yakiimo-list .area-btn li {
  width: calc(100% / 3 - 10px);
}
#yakiimo-list .area-btn li a {
  border: 2px solid #E6B400;
  background-color: #E6B400;
  color: #950542;
  border-radius: 5px;
  transition: all .3s ease-in-out;
}
#yakiimo-list .area-btn li a:after {
  color: #950542;
}
@media screen and (min-width:737px) {
  #yakiimo-list .area-btn li a:hover {
    background-color: #fff;
    border: 2px solid #fff;
  }
}
#yakiimo-list .area-group {
  display: flex;
  align-items: center;
  margin: 2rem auto 0;
  justify-content: space-between;
  background-color: #fff;
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
}
#yakiimo-list h3 {
  color: #950542;
}
#yakiimo-list .area-btn.ft {
  justify-content: center;
  flex-wrap: nowrap;
  text-align: center;
  gap: 0.5rem;
  width: calc(180% / 2);
}
#yakiimo-list .area-btn.ft li {
  width: 100%;
}
#yakiimo-list .area-btn.ft li::after {
  content: "|";
  color: #333;
  position: relative;
  left: 30%;
}
#yakiimo-list .area-btn.ft li.kanto::after {
  content: "|";
  color: #333;
  position: relative;
  left: 8%;
  top: -0.8rem;
}
#yakiimo-list .area-btn.ft li:last-of-type::after {
  content: none;
}
#yakiimo-list .area-btn.ft a {
  color: #333;
  background-color: transparent;
  border: none;
  font-weight: 500;
}
#yakiimo-list .area-btn.ft li a:after {
  color: #950542;
}
@media screen and (min-width:737px) {
  #yakiimo-list .area-btn.ft li a:hover {
    background-color: transparent;
    color: #950542;
    border: none;
  }
}
#yakiimo-list .area-name {
  font-size: clamp(1.3rem, 4.5vw, 1.7rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  position: relative;
  display: block;
  padding: 0 5%;
  margin: 0 0 4rem;
  text-align: center;
}
#yakiimo-list .area-name::before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 2px;
}
#yakiimo-list ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
}
#yakiimo-list .resp-tabs-list li {
  font-size: 1.1rem;
  font-weight: 600;
  color: #950542;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  background-color: #E6B400;
  padding: 1rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: calc(100% / 6 - 40px);
  max-width: 120px;
  cursor: pointer;
}
#yakiimo-list .resp-tabs-container {
  padding: 2.5rem;
  background-color: #fff;
  clear: left;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
#yakiimo-list .resp-tab-content {
  display: none;
  padding: 0;
}
#yakiimo-list .resp-tab-active {
  background: #fff !important;
  padding: 1rem !important;
  background-color: #fff;
}
#yakiimo-list .resp-content-active, #yakiimo-list .resp-accordion-active {
  display: block;
}
/*.resp-tab-content {
  border: 1px solid #c1c1c1;
}*/
#yakiimo-list table {
  width: 100%;
  font-size: 0.88rem;
  border-collapse: collapse;
}
#yakiimo-list th {
  border: solid 1px #ddd;
  color: #333;
  background-color: #eee;
  padding: 5px;
  font-weight: bold;
}
#yakiimo-list td {
  border: solid 1px #ddd;
  color: #333;
  text-align: left;
  background-color: #fff;
  padding: 7px;
}
h2.resp-accordion {
  font-size: 1rem;
  margin: 0;
  padding: 1rem;
  text-align: center;
  background: #E6B400;
  color: #950542;
  border-bottom: 2px solid #950542;
}
h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #950542;
}
h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #950542;
}
/*-----------Accordion styles-----------*/
/*h2.resp-tab-active {
  background: #DBDBDB !important;
}*/
#yakiimo-list .resp-easy-accordion h2.resp-accordion {
  display: block;
}
#yakiimo-list .resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}
#yakiimo-list .resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}
#yakiimo-list .resp-jfit {
  width: 100%;
  margin: 0px;
}
#yakiimo-list .resp-tab-content-active {
  display: block;
}
#yakiimo-list h3 {
  font-size: clamp(1.05rem, 4.7vw, 1.2rem);
  width: calc(21% / 2);
}
/*===========関東============*/
#yakiimo-list .resp-tabs-list.kanto li {
  width: calc(100% / 8 - 40px);
}
/*=========中国・四国=========*/
#yakiimo-list .resp-tabs-list.chushi li {
  width: calc(100% / 9 - 40px);
}
/*===========東京都===========*/
#yakiimo-list .a-btn {
  margin: 2rem 0;
  padding: 5px;
}
#yakiimo-list .area.tokyo {
  background-color: #fff;
  padding: 2.5%;
}
#yakiimo-list .areabox {
  padding: 1% 0 2%;
}
#yakiimo-list .tit {
  font-size: 1.2rem;
  font-weight: bold;
  color: #950542;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  padding: 1rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: calc(100% / 6 - 40px);
  max-width: 120px;
}
#yakiimo-list .area .subtit {
  font-size: 1.05rem;
  font-weight: bold;
  color: #333;
  line-height: 1;
  text-align: left;
  border-bottom: 1px solid #dcdcdc;
  padding: 1% 0;
  margin-bottom: 1%;
}
#Chiyoda, #Chuo, #Minato, #Taito, #Bunkyo, #Kita, #Arakawa, #Adachi, #Katsushika, #Sumida, #Edogawa, #Koto, #Shinagawa, #Ota, #Shibuya, #Meguro, #Setagaya, #Shinjuku, #Nakano, #Suginami, #Toshima, #Itabashi, #Nerima, #Musashino, #Mitaka, #Chofu, #Fuchu, #Koganei, #Kunitachi, #Kokubunji, #Kodaira, #Nishitokyo, #Higashimurayama, #Tachikawa, #Akiruno, #Nishitama, #Hino, #Hachioji, #Machida, #Akishima, #Fussa, #Ome, #Komae, #Higashikurume, #Kiyose, #Hamura, #Tama, #Inagi, #Higashiyamato, #Musashimurayama {
  margin-top: -95px;
  padding-top: 95px;
}
#yakiimo-list .a-btn.tokyo ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#yakiimo-list .a-btn.tokyo ul li {
  width: calc(100% / 8 - 5px);
  margin: 15px 0 0;
}
#yakiimo-list .a-btn.tokyo .content1 ul::after {
  content: "";
  display: block;
  width: calc(100% / 8 - 5px);
}
#yakiimo-list .a-btn.tokyo .content2 ul::after {
  content: "";
  display: block;
  width: 75%;
}
#yakiimo-list .a-btn.tokyo .btn-23 {
  position: relative;
  background-color: #fff;
  color: #950542;
  display: block;
  padding: 8px 4px 8px 10px;
  text-align: left;
  border-radius: 25px;
  margin-bottom: 0;
  font-size: 0.9rem;
  transition: all .3s ease-in-out;
}
@media screen and (min-width:737px) {
  #yakiimo-list .a-btn.tokyo .btn-23:hover {
    background-color: #E6B400;
    color: #950542;
  }
}
#yakiimo-list .a-btn.tokyo .btn-23::after {
  content: '\e914';
  right: 15px;
  color: #950542;
  font-size: 1rem;
  position: absolute;
  display: inline-block;
  font-family: "icn_font";
  font-weight: normal;
}
/*accordionボタン*/
#yakiimo-list .accordion1 {
  padding: 2% 0 1%;
}
#yakiimo-list .accordion2 {
  padding: 2% 0 1%;
}
#yakiimo-list .toggle {
  display: none;
}
#yakiimo-list .title1, #yakiimo-list .content1, #yakiimo-list .title2, #yakiimo-list .content2 {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
#yakiimo-list .option1, #yakiimo-list .option2 {
  position: relative;
  margin: 0 auto;
  width: 97%;
}
#yakiimo-list .title1, #yakiimo-list .title2 {
  background: #E6B400;
  border-radius: 10px;
  padding: 1.5%;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  color: #950542;
  text-align: center;
}
#yakiimo-list .title1:hover, #yakiimo-list .title2:hover {
  transition: all .3s ease-in-out;
}
#yakiimo-list .title1::before, #yakiimo-list .title1::after, #yakiimo-list .title2::before, #yakiimo-list .title2::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 2px;
  background: #950542;
  transition: all .5s ease;
}
#yakiimo-list .title1::before, #yakiimo-list .title2::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
#yakiimo-list .title1::after, #yakiimo-list .title2::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}
#yakiimo-list .title1 span, #yakiimo-list .title2 span {
  display: block;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #950542;
  text-align: center;
  font-weight: 600;
}
#yakiimo-list .content1, #yakiimo-list .content2 {
  max-height: 0;
  overflow: hidden;
}
#yakiimo-list .content1 p, #yakiimo-list .content2 p {
  padding: 5% 0 1%;
  margin: 0 1.5%;
}
#yakiimo-list .toggle:checked + .title1 + .content1, #yakiimo-list .toggle:checked + .title2 + .content2 {
  max-height: 3000px;
  transition: all .3s;
}
#yakiimo-list .toggle:checked + .title1::before, #yakiimo-list .toggle:checked + .title2::before {
  transform: rotate(45deg) !important;
}
#yakiimo-list .toggle:checked + .title1::after, #yakiimo-list .toggle:checked + .title2::after {
  transform: rotate(-45deg) !important;
}
/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media only screen and (max-width: 736px) {
  /*common*/
  #yakiimo-list .sp-none {
    display: none;
  }
  #yakiimo-list {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #yakiimo-list img {
    display: block;
  }
  /*店舗一覧*/
  #yakiimo-list {
    max-width: 100%;
    margin: 0 auto;
    background-color: #950542;
    padding: 5% 3% 3%;
  }
  #yakiimo-list .area-name {
    margin: 0 0 2.5rem;
  }
  #yakiimo-list .area-name::before {
    width: 25px;
  }
  #yakiimo-list .note {
    color: #fff;
    margin: 0 0 2rem;
  }
  #yakiimo-list .area-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
  #yakiimo-list .area-btn li {
    width: calc(100% / 2 - 5px);
  }
  #yakiimo-list .area-btn li a {
    border: 2px solid #E6B400;
    background-color: #E6B400;
    color: #950542;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    padding: .8rem 0;
  }
  #yakiimo-list .area-btn li a::after {
    right: 4px !important;
    font-size: 0.93rem !important;
  }
  #yakiimo-list .area-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem auto 0;
    justify-content: center;
    gap: 0.3rem;
    background-color: #fff;
    width: 100%;
    padding: 0.7rem 0;
    box-sizing: border-box;
  }
  #yakiimo-list h3 {
    color: #950542;
    width: 100%;
    text-align: center;
  }
  #yakiimo-list table {
    width: 100%;
    font-size: 90%;
    border-collapse: collapse;
  }
  #yakiimo-list .area-btn.ft {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    gap: 0;
    font-size: 1rem;
  }
  #yakiimo-list .area-btn.ft li {
    width: calc(100% / 4);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #yakiimo-list .area-btn.ft li::after {
    content: none;
  }
  #yakiimo-list .area-btn.ft li.kanto span {
    font-size: 0.65rem;
  }
  #yakiimo-list .area-btn.ft li.kanto::after {
    content: none;
  }
  #yakiimo-list .area-btn.ft a {
    color: #333;
    background-color: transparent;
    border: none;
  }
  ul.resp-tabs-list {
    display: none;
  }
  #yakiimo-list .resp-tabs-container {
    background-color: #fff;
    padding: 0;
  }
  h2.resp-accordion {
    display: block;
  }
  #yakiimo-list .resp-tab-content {
    display: none;
    padding: .7rem;
  }
  #yakiimo-list .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }
  #yakiimo-list .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  #yakiimo-list .resp-accordion-closed {
    display: none !important;
  }
  #yakiimo-list .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
  /*====関東====*/
  #yakiimo-list .area-group.kanto {
    width: 100%;
  }
  #yakiimo-list .area-group.kanto .area-btn.ft {
    justify-content: center;
  }
  #yakiimo-list .area-group.kanto .area-btn.ft li {
    width: calc(100% / 4 - 5px);
  }
  /*===========東京都===========*/
  #yakiimo-list .a-btn {
    margin: 2rem 0;
    padding: 0;
  }
  #yakiimo-list .area.tokyo {
    background-color: #fff;
    padding: 2.5%;
  }
  #yakiimo-list .areabox {
    padding: 1% 0 2%;
  }
  #yakiimo-list .tit {
    font-size: 1rem;
    font-weight: bold;
    color: #950542;
    line-height: 1.3;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    padding: 0.7rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    max-width: 60px;
  }
  #yakiimo-list .area .subtit {
    font-size: 0.9rem;
    font-weight: bold;
    color: #333;
    line-height: 1;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
    padding: 1% 0;
    margin: 5% 0 2.5%;
  }
  #Chiyoda, #Chuo, #Minato, #Taito, #Bunkyo, #Kita, #Arakawa, #Adachi, #Katsushika, #Sumida, #Edogawa, #Koto, #Shinagawa, #Ota, #Shibuya, #Meguro, #Setagaya, #Shinjuku, #Nakano, #Suginami, #Toshima, #Itabashi, #Nerima, #Musashino, #Mitaka, #Chofu, #Fuchu, #Koganei, #Kunitachi, #Kokubunji, #Kodaira, #Nishitokyo, #Higashimurayama, #Tachikawa, #Akiruno, #Nishitama, #Hino, #Hachioji, #Machida, #Akishima, #Fussa, #Ome, #Komae, #Higashikurume, #Kiyose, #Hamura, #Tama, #Inagi, #Higashiyamato, #Musashimurayama {
    margin-top: -54px;
    padding-top: 54px;
  }
  #yakiimo-list .a-btn.tokyo .btn-23 {
    position: relative;
    padding: 5px 12px 7px;
    text-align: left;
    font-size: 0.85rem;
    margin-bottom: 0;
    border: 1.5px solid #950542;
    background-color: #fff;
    color: #950542;
  }
  #yakiimo-list .a-btn.tokyo .title1:hover, #yakiimo-list .a-btn.tokyo .title2:hover {
    transition: all .3s ease-in-out;
  }
  #yakiimo-list .a-btn.tokyo .btn-23::after {
    font-size: 0.8rem;
    right: 10px;
    top: 6px;
    color: #950542;
    content: '\e914';
    position: absolute;
    display: inline-block;
    font-family: "icn_font";
    font-weight: normal;
  }
  #yakiimo-list .a-btn.tokyo ul li {
    width: calc(100% / 3 - 5px);
  }
  #yakiimo-list .a-btn.tokyo .content1 ul::after, #yakiimo-list .a-btn.tokyo .content2 ul::after {
    content: "";
    display: block;
    width: calc(100% / 3 - 5px);
  }
  /*accordionボタン*/
  #yakiimo-list .accordion1 {
    padding: 2% 0 1%;
  }
  #yakiimo-list .accordion2 {
    padding: 2.5% 0 1%;
  }
  #yakiimo-list .toggle {
    display: none;
  }
  #yakiimo-list .title1, #yakiimo-list .content1, #yakiimo-list .title2, #yakiimo-list .content2 {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  #yakiimo-list .option1, #yakiimo-list .option2 {
    position: relative;
    margin: 0 auto;
    width: 97%;
  }
  #yakiimo-list .title1, #yakiimo-list .title2 {
    background: #E6B400;
    border-radius: 5px;
    padding: 3.5%;
    display: block;
    cursor: pointer;
    margin: 0 auto;
    color: #950542;
    text-align: center;
  }
  #yakiimo-list .title1::before, #yakiimo-list .title1::after, #yakiimo-list .title2::before, #yakiimo-list .title2::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 2px;
    background: #950542;
    transition: all .5s ease;
  }
  #yakiimo-list .title1::before, #yakiimo-list .title2::before {
    top: 48%;
    right: 15px;
    transform: rotate(0deg);
  }
  #yakiimo-list .title1::after, #yakiimo-list .title2::after {
    top: 48%;
    right: 15px;
    transform: rotate(90deg);
  }
  #yakiimo-list .title1 span, #yakiimo-list .title2 span {
    display: block;
    margin: 0 auto;
    font-size: 0.9rem;
    color: #950542;
    text-align: center;
  }
  #yakiimo-list .content1, #yakiimo-list .content2 {
    max-height: 0;
    overflow: hidden;
  }
  #yakiimo-list .content1 img, #yakiimo-list .content2 img {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
  }
  #yakiimo-list .content1 p, #yakiimo-list .content2 p {
    padding: 5% 0 1%;
    margin: 0 1.5%;
  }
  #yakiimo-list .toggle:checked + .title1 + .content1, #yakiimo-list .toggle:checked + .title2 + .content2 {
    max-height: 3000px;
    transition: all .3s;
  }
  #yakiimo-list .toggle:checked + .title1::before, #yakiimo-list .toggle:checked + .title2::before {
    transform: rotate(45deg) !important;
  }
  #yakiimo-list .toggle:checked + .title1::after, #yakiimo-list .toggle:checked + .title2::after {
    transform: rotate(-45deg) !important;
  }
}