@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html {
  font-family: 'Noto Sans JP', sans-serif;
}

body {
  margin: 0;
  background-image: url(../img/bg_f.webp);
  background-position-y: calc(100% - min(10.4166vw, 200px));
  background-repeat: repeat-x;
  background-size: 100%;
  position: relative;
}

body .pc_none {
  display: none;
}

body .sp_none {
  display: block;
}

@media screen and (max-width: 750px) {
  body {
    background-image: url(../img/bg_f_sp.png);
  }
}

body p {
  margin: 0;
}

body header {
  width: 100%;
  height: 70px;
  background-color: #fff;
  position: fixed;
  z-index: 999;
}

body header .header_icon {
  max-width: calc(470 / 1000 * 100%);
  margin: 0 auto;
  padding: calc(16 / 1000 * 100vw) 0;
  text-align: left;
}

body header .header_icon img {
  max-width: 150px;
}

body header .header_icon img:hover {
  opacity: .5;
}

body .body_head {
  width: 100%;
  padding: calc(20 / 1000 * 100vw) 0 0;
  position: relative;
  z-index: 1000;
}

body .body_head img {
  width: 100%;
}

body .body_wrap {
  max-width: 1000px;
  width: 100%;
  text-align: center;
  margin: calc(10 / 1000 * 100%) auto 0;
  padding: 0 0 calc(180 / 1000 * 100%);
}

.bread_crumb {
  display: flex;
  font-size: 15px;
}

@media screen and (max-width: 1000px) {
  .bread_crumb {
    font-size: 1.5vw;
  }
}

.bread_crumb a {
  text-decoration: none;
  color: #000;
}

.bread_crumb span {
  padding: 0 calc(5 / 1000 * 100%);
}

.main {
  max-width: 1000px;
  width: 100%;
  margin: calc(65 / 1000 * 100%) auto calc(70 / 1000 * 100%);
  text-align: left;
  display: flex;
}

.main time {
  margin: 0 auto calc(30 / 1000 * 100%);
  color: #3200A0;
  font-size: 16px;
}

@media screen and (max-width: 1000px) {
  .main time {
    font-size: 1.6vw;
  }
}

.main h1 {
  margin: calc(15 / 1000 * 100%) auto calc(30 / 1000 * 100%);
  color: #3200A0;
  font-size: 30px;
}

@media screen and (max-width: 1000px) {
  .main h1 {
    font-size: 3.0vw;
  }
}

.main .main_article {
  max-width: 696px;
  width: calc(696 / 1000 * 100%);
}

.main .main_txt .wp-block-columns {
  display: flex;
  justify-content: space-around;
}

.main .main_txt .wp-block-columns figure {
  max-width: 343px;
}

.main .main_txt figure {
  margin: 0;
}

.main .main_txt figure img {
  width: 100%;
  height: auto;
}

.main .main_txt p {
  margin: calc(30 / 1000 * 100%) 0 calc(30 / 1000 * 100%);
  font-size: 18px;
  line-height: 30px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 1000px) {
  .main .main_txt p {
    font-size: 1.8vw;
    line-height: 3.0vw;
  }
}

.main .main_txt a {
  text-decoration: none;
  color: #000;
}

.main .main_txt a:hover {
  opacity: .5;
}

.main .main_txt .small {
  font-size: 15px;
  line-height: 20px;
  margin: 50px 0 20px;
}

@media screen and (max-width: 1000px) {
  .main .main_txt .small {
    font-size: 1.5vw;
    line-height: 2.0vw;
    margin: 5vw 0 2vw;
  }
}

.main .main_archive {
  max-width: 303px;
  width: calc(258 / 1000 * 100%);
  margin: 0 0 0 calc(45 / 1000 * 100%);
}

.main .main_archive .archive_title {
  margin: 0 0 calc(80 / 1000 * 100%);
  border-bottom: 1px solid #505050;
  line-height: 35px;
  padding: 0 0 0 calc(30 / 1000 * 100%);
  font-size: 20px;
}

@media screen and (max-width: 1000px) {
  .main .main_archive .archive_title {
    font-size: 2.0vw;
    line-height: 3.5vw;
  }
}

.main .main_archive .archive_title_01 {
  margin: 0 0 calc(80 / 1000 * 100%);
  line-height: 35px;
  padding: 0 0 0 calc(30 / 1000 * 100%);
  font-size: 20px;
}

.main .main_archive .archive_title_01 a {
  color: #000;
  text-decoration: none;
}

.main .main_archive .archive_title_01 a:hover {
  opacity: .5;
}

@media screen and (max-width: 1000px) {
  .main .main_archive .archive_title_01 {
    font-size: 2.0vw;
    line-height: 3.5vw;
  }
}

.main .main_archive .archive_title_02 {
  margin: calc(150 / 1000 * 100%) 0 0;
}

.main .main_archive .archive_contents {
  display: block;
}

.main .main_archive .archive_contents_02 {
  margin: calc(70 / 1000 * 100%) 0 calc(20 / 1000 * 100%);
  cursor: pointer;
  font-size: 16px;
}

.main .main_archive .archive_contents_02 a {
  text-decoration: none;
  color: #000;
}

.main .main_archive .archive_contents_02 a p {
  margin: calc(40 / 1000 * 100%) calc(30 / 1000 * 100%) calc(20 / 1000 * 100%);
}

.main .main_archive .archive_contents_02 a p:hover {
  opacity: .5;
}

.main .main_archive .accordion-title {
  position: relative;
  margin: calc(40 / 1000 * 100%) calc(30 / 1000 * 100%) calc(20 / 1000 * 100%);
  padding: 0 0 0 calc(70 / 1000 * 100%);
  cursor: pointer;
  font-size: 16px;
}

@media screen and (max-width: 1000px) {
  .main .main_archive .accordion-title {
    font-size: 1.6vw;
  }
}

.main .main_archive .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #000;
}

.main .main_archive .accordion-title:hover {
  opacity: .5;
}

.main .main_archive .accordion-title.open::before {
  transform: translateY(-22%);
  border-top: 10px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.main .main_archive .accordion-content {
  display: none;
  margin: calc(10 / 1000 * 100%) 0 calc(10 / 1000 * 100%);
  padding: 0 0 0 calc(100 / 1000 * 100%);
}

.main .main_archive .accordion-content li {
  padding: 0 0 calc(10 / 1000 * 100%);
  list-style: none;
  display: flex;
}

.main .main_archive .accordion-content li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #000;
  border-radius: 50%;
  position: relative;
  top: 8px;
  margin: 0 calc(30 / 1000 * 100%) 0 0;
}

.main .main_archive .accordion-content li a {
  color: #000000;
  text-decoration: none;
}

.main .main_archive .accordion-content li p {
  font-size: 15px;
}

@media screen and (max-width: 1000px) {
  .main .main_archive .accordion-content li p {
    font-size: 1.5vw;
  }
}

.store_info {
  margin: calc(30 / 1000 * 100%) auto 0;
}

.store_info .store_individual {
  max-width: 1000px;
  width: 100%;
  background-color: #fff;
}

.store_info .store_individual .store_individual_name {
  max-width: 1000px;
  width: 100%;
  color: #fff;
  text-align: left;
  margin: 0 0 calc(30 / 1000 * 100%);
}

.store_info .store_individual .store_individual_name p {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  padding: calc(10 / 1000 * 100%) calc(20 / 1000 * 100%);
}

@media screen and (max-width: 1000px) {
  .store_info .store_individual .store_individual_name p {
    font-size: 1.7vw;
  }
}

.store_info .store_individual .store_individual_con {
  display: flex;
  margin: 0 auto calc(35 / 1000 * 100%);
}

.store_info .store_individual .store_individual_con .store_individual_img {
  margin: 0 auto calc(25 / 1000 * 100%);
  width: calc(520 / 1000 * 100%);
}

.store_info .store_individual .store_individual_con .store_individual_img img {
  width: calc(459 / 520 * 100%);
}

.store_info .store_individual .store_individual_con .store_individual_txt {
  width: calc(440 / 1000 * 100%);
  padding: 0 calc(30 / 1000 * 100%) 0 calc(10 / 1000 * 100%);
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.store_info .store_individual .store_individual_con .store_individual_txt p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (max-width: 1000px) {
  .store_info .store_individual .store_individual_con .store_individual_txt p {
    font-size: 1.3vw;
  }
}

.store_info .store_individual .store_individual_con .store_individual_txt p a {
  text-decoration: none;
  color: #000;
}

.store_info .store_individual .store_individual_con .store_individual_txt .store_comment {
  margin: calc(50 / 1000 * 100%) 0 0;
}

.store_info .store_individual .store_individual_con .store_individual_txt_link {
  margin: calc(39 / 1000 * 100%) 0 0;
}

.store_info .store_individual .store_individual_con .store_individual_txt_link a {
  margin: 0 1px 0 0;
}

.store_info .store_individual .store_individual_con .store_individual_txt_link a img {
  width: calc(70 / 450 * 100%);
}

.store_info .葛西店 {
  background-color: #0064FF;
}

.store_info .環七南葛西店 {
  background-color: #9600FF;
}

.store_info .西葛西店 {
  background-color: #FF0000;
}

.store_info .一之江店 {
  background-color: #00A000;
}

.store_info .浦安やなぎ通り店 {
  background-color: #3200A0;
}

.store_info .浦安駅前店 {
  background-color: #FF32AA;
}

.store_info .行徳店 {
  background-color: #8273FF;
}

.store_info .佐倉店 {
  background-color: #6A1BC5;
}

.store_info .SANSA西葛西店 {
  background-color: #FF5964;
}

.store_info .Wガーデン号 {
  background-color: #FF6400;
}

.back {
  width: calc(420 / 1000 * 100%);
  margin: calc(90 / 1000 * 100%) auto 0;
  border: 1px solid #505050;
}

.back:hover {
  opacity: .5;
}

.back a {
  display: block;
  padding: 0;
  text-decoration: none;
  color: #000;
  font-size: 20px;
  background-color: #fff;
}

@media screen and (max-width: 1000px) {
  .back a {
    font-size: 2.0vw;
  }
}

.back a::before {
  content: "";
  width: 14px;
  height: 14px;
  border-left: 1px solid #505050;
  border-bottom: 1px solid #505050;
  display: inline-block;
  transform: rotate(45deg);
}

.back a span {
  margin: 0 calc(200 / 1000 * 100%);
  line-height: 3.3rem;
}

/*body footer {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #000000;
  z-index: 999;
}

body footer #copyright {
  text-align: center;
}

body footer #copyright .copy {
  font-size: 12px;
  color: #FFFFFF;
  padding: 27px 0 0;
}*/

@media screen and (max-width: 750px) {
  body .pc_none {
    display: block;
  }
  body .sp_none {
    display: none;
  }
  body header {
    width: 100%;
    height: 13vw;
  }
  body header .header_icon {
    max-width: 750px;
    padding: 3.7vw 0;
    text-align: center;
  }
  body header .header_icon img {
    max-width: 200px;
    width: 24vw;
  }
  body .body_head {
    width: 100%;
    padding: 12.9vw 0 0;
  }
  body .body_head img {
    width: 100%;
  }
  body .body_wrap {
    max-width: 750px;
    width: calc(635 / 750 * 100%);
    text-align: left;
    margin: calc(70 / 1000 * 100%) auto 0;
    padding: 0 0 calc(335 / 750 * 100vw);
  }
  .bread_crumb {
    font-size: 3.2vw;
  }
  .bread_crumb span {
    padding: 0 calc(12 / 1000 * 100%);
  }
  .main {
    max-width: 750px;
    width: 100%;
    margin: calc(45 / 1000 * 100%) auto calc(210 / 1000 * 100%);
    display: inline;
  }
  .main time {
    margin: 0 auto calc(30 / 1000 * 100%);
    font-size: 3.5vw;
  }
  .main h1 {
    margin: 0 auto calc(80 / 1000 * 100%);
    font-size: 5.4vw;
  }
  .main .main_article {
    max-width: 635px;
    width: 100%;
    margin: calc(35 / 1000 * 100%) 0 calc(150 / 1000 * 100%);
  }
  .main .main_txt .wp-block-columns {
    display: inline;
    justify-content: space-around;
  }
  .main .main_txt .wp-block-columns figure {
    max-width: 635px;
  }
  .main .main_txt figure {
    margin: calc(10 / 1000 * 100%) auto calc(15 / 1000 * 100%);
    max-width: 635px;
    width: calc(635 / 750 * 100%);
  }
  .main .main_txt figure img {
    width: 100%;
    height: auto;
  }
  .main .main_txt p {
    margin: calc(30 / 1000 * 100%) 0 calc(65 / 1000 * 100%);
    font-size: 4.1vw;
    line-height: 7vw;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .main .main_txt .small {
    font-size: 3.8vw;
    line-height: 6.5vw;
    margin: 12vw 0 2vw;
  }
  .store_info {
    margin: 0 auto;
  }
  .store_info .store_individual {
    max-width: 635px;
    width: 100%;
    margin: 0 auto;
  }
  .store_info .store_individual .store_individual_name {
    max-width: 635px;
    margin: 0 0 calc(50 / 1000 * 100%);
  }
  .store_info .store_individual .store_individual_name p {
    font-size: 3.9vw;
    padding: calc(17 / 1000 * 100%) calc(25 / 1000 * 100%);
  }
  .store_info .store_individual .store_individual_con {
    display: block;
    margin: 0 auto calc( 50/ 1000 * 100%);
  }
  .store_info .store_individual .store_individual_con .store_individual_img {
    margin: 0 auto calc(50 / 1000 * 100%);
    width: calc(568 / 635 * 100%);
  }
  .store_info .store_individual .store_individual_con .store_individual_img img {
    width: 100%;
  }
  .store_info .store_individual .store_individual_con .store_individual_txt {
    width: calc(568 / 635 * 100%);
    padding: 0;
    margin: 0 auto;
  }
  .store_info .store_individual .store_individual_con .store_individual_txt p {
    font-size: 3.5vw;
  }
  .store_info .store_individual .store_individual_con .store_individual_txt .store_comment {
    margin: calc(60 / 1000 * 100%) 0 0;
  }
  .store_info .store_individual .store_individual_con .store_individual_txt_link {
    margin: calc(70 / 1000 * 100%) 0 0;
    padding: 0 0 calc(70 / 1000 * 100%);
  }
  .store_info .store_individual .store_individual_con .store_individual_txt_link a {
    margin: 0 calc(20 / 1000 * 100%) 0 0;
  }
  .store_info .store_individual .store_individual_con .store_individual_txt_link a img {
    width: calc(70 / 450 * 100%);
  }
  .main_archive {
    max-width: 635px;
    width: 100%;
    margin: calc(120 / 1000 * 100%) 0 calc(300 / 1000 * 100%);
  }
  .main_archive .archive_title {
    margin: 0 0 calc(40 / 1000 * 100%);
    border-bottom: 1px solid #505050;
    padding: 0;
    font-size: 5.0vw;
    line-height: 9.5vw;
    position: relative;
  }
  .main_archive .archive_title::after {
    content: "";
    width: 3.2vw;
    height: 3.2vw;
    margin: 0;
    position: absolute;
    right: 2vw;
    bottom: 3vw;
    border-top: 0;
    border-right: 1px solid #000;
    border-left: 0;
    border-bottom: 1px solid #000;
    display: inline-block;
    transform: rotate(45deg);
  }
  .main_archive .archive_title.open::after {
    border-top: 1px solid #000;
    border-right: 0;
    border-left: 1px solid #000;
    border-bottom: 0;
    bottom: 2vw;
  }
  .main_archive .archive_contents {
    display: none;
  }
  .main_archive .archive_title_01 {
    margin: 0 0 calc(40 / 1000 * 100%);
    padding: 0;
    font-size: 5.0vw;
    line-height: 9.5vw;
    position: relative;
  }
  .main_archive .archive_title_01 a {
    color: #000;
    text-decoration: none;
  }
  .main_archive .archive_contents_02 {
    font-size: 3.8vw;
  }
  .main_archive .archive_contents_02 a {
    text-decoration: none;
    color: #000;
  }
  .main_archive .archive_contents_02 a p {
    line-height: 8.0vw;
  }
  .main_archive .accordion-title {
    position: relative;
    margin: calc(35 / 1000 * 100%) calc(30 / 1000 * 100%) calc(20 / 1000 * 100%);
    padding: 0 0 0 calc(50 / 1000 * 100%);
    font-size: 3.8vw;
  }
  .main_archive .accordion-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    border-top: 1.1vw solid transparent;
    border-bottom: 1.1vw solid transparent;
    border-left: 2.2vw solid #000;
  }
  .back {
    width: calc(556 / 750 * 100vw);
    margin: 0 auto;
    text-align: center;
  }
  .back a {
    padding: 0;
    font-size: 4.0vw;
    display: block;
  }
  .back a::before {
    content: "";
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    border-left: 1px solid #505050;
    border-bottom: 1px solid #505050;
    display: inline-block;
    transform: rotate(45deg);
  }
  .back a span {
    margin: 0 9.0vw;
    line-height: 2.5rem;
  }
}
