.page_about .pt_66px {
  padding-top: 66px;
}
.page_about .mb_70px {
  margin-bottom: 70px;
}
.page_about .mb_29px {
  margin-bottom: 29px;
}
.page_about .pt_98px {
  padding-top: 98px;
}
.page_about .mb_76px {
  margin-bottom: 76px;
}
.page_about .pt_152px {
  padding-top: 152px;
}
.page_about .mb_76px {
  margin-bottom: 76px;
}
.page_about .mv {
  width: 100%;
  min-width: 1040px;
  margin-top: 108px;
  height: 627px;
  background-color: #f1ece2;
  position: relative;
}

.page_about .mv .ttl_majimaya_toha {
  position: absolute;
  top: 137px;
  left: 50%;
  transform: translateX(-50%);
  width: 463px;
}
.page_about .mv .majimaya_toha_copy_block {
  position: absolute;
  top: 235px;
  left: 50%;
  transform: translateX(-50%);
  width: 437px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.page_about .mv .majimaya_toha_copy_block .copy_r {
  font-size: 0.9375rem;
  line-height: 1.67;
  writing-mode: vertical-rl;
}
.page_about .mv .majimaya_toha_copy_block .copy_m {
  padding-left: 43px;
  padding-right: 43px;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
}
.page_about .mv .majimaya_toha_copy_block .copy_m .copy_okashi_items {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 129px;
}
.page_about .mv .majimaya_toha_copy_block .copy_m .copy_okashi_item .bg_yellow {
  background-color: #ddc787;
  padding-top: 2px;
  padding-bottom: 4px;
  font-size: 1.25rem;
  line-height: 1;
  writing-mode: vertical-rl;
  display: inline-block;
}
.page_about .mv .majimaya_toha_copy_block .copy_l {
  font-size: 0.9375rem;
  line-height: 1.67;
  writing-mode: vertical-rl;
}
.page_about .mv .mv_pic {
  position: absolute;
}
.page_about .mv .mv_pic.pic_01 {
  top: 47px;
  left: 122px;
  width: 89px;
}
.page_about .mv .mv_pic.pic_02 {
  top: 128px;
  left: 42px;
  width: 89px;
}
.page_about .mv .mv_pic.pic_03 {
  top: 268px;
  left: 100px;
  width: 93px;
}
.page_about .mv .mv_pic.pic_04 {
  top: 0;
  right: 44px;
  width: 228px;
}
.page_about .mv .mv_pic.pic_05 {
  top: 291px;
  right: 71px;
  width: 130px;
}
.page_about .mv .mv_pic.pic_06 {
  bottom: 42px;
  right: 68px;
  width: 83px;
}
.page_about .mv .mv_pic.pic_07 {
  bottom: 0px;
  left: 0;
  width: 200px;
}
.page_about .panel_block {
  padding-bottom: 20px;
}
.page_about .panel_items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page_about .reason_block {
  width: 756px;
  /* height: 310px; */
  height: 400px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.page_about .reason_block.reason_01 {
  background-image: url(../img_about/riyu_pic_01.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 159px;
}
.page_about .reason_block.reason_02 {
  background-image: url(../img_about/riyu_pic_02.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 159px;
}
.page_about .reason_block.reason_03 {
  background-image: url(../img_about/riyu_pic_03.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 159px;
}
.page_about .reason_block .ttl_riyu {
  width: 28px;
  margin-left: 129px;
}
.page_about .reason_block .reason_con {
  width: calc(100% - 262px);
  font-size: 0.9375rem;
  line-height: 2.13;
}
.page_about .reason_block.reason_02 .reason_con {
  margin-top: 40px;
}
.page_about .reason_block.reason_03 .reason_con {
  margin-top: 22px;
}

/* panel_item フェード切り替え */
.panel_block {
  position: relative;
}

.panel_items {
  position: relative;
}
.panel_items .panel_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.panel_items .panel_item:first-child {
  position: relative; /* 高さの基準 */
}
.panel_items .panel_item.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition:
    opacity 2s cubic-bezier(0.16, 1, 0.3, 1),
    transform 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.panel_items .panel_item.is-past {
  opacity: 0;
  transform: translateY(-60px);
  transition:
    opacity 2s cubic-bezier(0.16, 1, 0.3, 1),
    transform 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.panel_items .panel_item.is-next {
  opacity: 0;
  transform: translateY(120px);
  transition: none;
}

.page_about .request_block {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../img_about/request_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.page_about .request_block .request_box {
  width: 768px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(256, 256, 256, 0.85);
}
.page_about .request_block .request_box .ttl_anatano_omise {
  padding-top: 38px;
  width: 444px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px;
}
.page_about .request_block .request_box .request_circle_items {
  width: 638px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
}
.page_about
  .request_block
  .request_box
  .request_circle_items
  .request_circle_item {
  width: 145px;
  height: 145px;
  border-radius: 80px;
  background-color: #ddc787;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.67;
}
.page_about .request_block .request_box .request_circle_con {
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 25px;
}
.page_about .request_block .request_box .request_url_items {
  padding-left: 227px;
  width: 100%;
  padding-bottom: 33px;
}
.page_about .request_block .request_box .request_url_items .request_url {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_about
  .request_block
  .request_box
  .request_url_items
  .request_url:last-child {
  margin-bottom: 0;
}
.page_about
  .request_block
  .request_box
  .request_url_items
  .request_url
  .jisseki {
  width: 67px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.86rem;
  border: solid 1px #000;
}
.page_about
  .request_block
  .request_box
  .request_url_items
  .request_url
  .jisseki_url {
  width: calc(100% - 67px - 15px);
  font-size: 0.9rem;
}
.shop_block {
  width: 100%;
}
.shop_block .shop_items {
  width: 751px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 42px;
  display: flex;
  justify-content: space-between;
}
.shop_block .shop_items .shop_item {
  width: 375px;
  border-right: solid 1px #000;
}
.shop_block .shop_items .shop_item:last-child {
  border-right: unset;
}
.shop_block .shop_items .shop_item .oroshi_box {
  width: 278px;
  margin-left: 20px;
}
.shop_block .shop_items .shop_item .oroshi_box .konyu_oroshi {
  display: block;
  width: 230px;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.shop_block .shop_items .shop_item .oroshi_box .online_taio {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 20px;
}

.shop_block .shop_items .shop_item .oroshi_box .online_taio .under_line {
  padding-bottom: 2px;
  border-bottom: solid 1px #000;
}
.shop_block .shop_items .shop_item .oroshi_box .arrow_l {
  display: block;
  width: 41px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.shop_block .shop_items .shop_item .link_items {
  padding-top: 34px;
  padding-left: 85px;
  width: 100%;
}
.shop_block .shop_items .shop_item .link_items .link_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 58px;
}

.shop_block .shop_items .shop_item .link_items .link_item:last-child {
  margin-bottom: 0;
}
.shop_block .shop_items .shop_item .link_items .link_item .arrow_l {
  width: 41px;
  display: block;
}

.shop_block .shop_items .shop_item .link_items .link_item .link_moji {
  display: block;
  width: calc(100% - 41px - 29px);
  font-size: 1.43rem;
  letter-spacing: 0.1rem;
}

.shop_block .shop_items .shop_item .link_items .link_item .link_moji .pos_rel {
  position: relative;
  width: 100%;
  height: 0;
}

.shop_block
  .shop_items
  .shop_item
  .link_items
  .link_item
  .link_moji
  .pos_rel
  .map_ga_hiraku {
  font-size: 0.9rem;
  letter-spacing: 0;
  margin-left: -10px;
}
.shop_block .sonota {
  font-size: 0.9rem;
  text-align: center;
}

.page_about .more_info_block {
  width: 100%;
  padding-bottom: 115px;
}
.page_about .more_info_block .more_info_items {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.page_about .more_info_block .more_info_items .left_box {
  border: solid 1px #232323;
  padding: 20px 10px 23px;
  height: fit-content;
  width: 70px;
}
.page_about .more_info_block .more_info_items .left_box .arrow_s {
  display: block;
  width: 22px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
}
.page_about .more_info_block .more_info_items .left_box .motto {
  font-size: 1rem;
  line-height: 1.56;
  writing-mode: vertical-rl;
}
.page_about .more_info_block .more_info_items .right_box {
  display: flex;
  justify-content: space-between;
}
.page_about .more_info_block .more_info_items .right_box .link_item {
  width: 40px;
  margin-right: 44px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}
.page_about .more_info_block .more_info_items .right_box .link_item:last-child {
  margin-right: 0;
}
.page_about .more_info_block .more_info_items .right_box .link_item .arrow_l {
  display: block;
  width: 40px;
  margin-bottom: 20px;
}
.page_about .more_info_block .more_info_items .right_box .link_item .link_moji {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1;
  writing-mode: vertical-rl;
}
.page_about .more_info_block .minasamano {
  font-size: 0.9rem;
  text-align: center;
  letter-spacing: 0.1em;
}
