/* =================================================
_Reset
================================================== */
@media screen and (max-width: 767px) {
  html,
  body {
    min-width: 375px;
  }

  img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }

  .mod_pagetop {
    display: none;
  }
}

/* =================================================
_module
================================================== */
@media screen and (min-width: 768px) {
  .hide_pc,
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc,
  .hide_sp {
    display: none !important;
  }

  .bnr_sp {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
}

/* =================================================
_header
================================================== */
@media screen and (max-width: 767px) {
  header.header_basic {
    max-width: 100%;
    position: relative;
    z-index: 8999;
  }

  .navOp header.header_basic {
    position: fixed;
    top: 0;
  }

  header.header_basic ~ header {
    display: none;
  }

  header.header_basic .header_wrap {
    background: #f6eee0;
    display: table;
    height: 17.799vw;
    width: 100%;
  }

  header.header_basic .header_logo {
    display: table-cell;
    margin: auto;
    padding: 0 0 0 8px;
    vertical-align: middle;
    width: 53.33333%;
  }

  header.header_basic .header_logo > p {
    width: 100%;
  }

  header.header_basic p img {
    display: inline;
    vertical-align: middle;
  }

  header.header_basic .header_btn {
    padding: 0 8px 0 0;
    vertical-align: middle;
    width: auto;
  }

  header.header_basic .header_menu {
    float: right;
    min-width: 120px;
    text-align: right;
  }

  header.header_basic .header_close {
    display: none;
    float: right;
    text-align: right;
    width: 110px;
  }

  header.header_basic .header_btn a {
    height: auto;
  }

  header.header_basic .btn_base.btn_down.btn_icon_r a,
  header.header_basic .btn_base.btn_up.btn_icon_r a {
    padding-right: 32px;
  }

  .navOp #wrap_inner {
    position: fixed;
  }

  header.header_basic .header_btn {
    display: table-cell;
  }

  header.header_basic .header_menu {
    text-align: right;
  }

  header.header_basic .header_close {
    display: none;
  }

  header.header_basic .header_btn a {
    height: auto;
  }

  .navOp header.header_basic .header_menu {
    display: none;
  }

  .navOp header.header_basic .header_close {
    display: block;
  }
}

.ttl_cate {
  display: none;
}

@media screen and (max-width: 767px) {
  .ttl_cate {
    background-color: #effff8;
    border-bottom: 1px solid #56a686;
    border-top: 1px solid #56a686;
    display: block;
    margin: 0;
    padding: 7px 0;
    text-align: center;
  }

  .ttl_cate a {
    display: block;
    margin: 0 auto;
    width: 125px;
  }
}

/*-------------------------------------------
btn
-------------------------------------------*/
.btn_base {
  display: table;
  margin: 0 auto;
  width: 100%;
}

.btn_base a,
.btn_base > span {
  border: 2px solid #000;
  border-radius: 4px;
  box-shadow: 0 1px 0 0px rgba(0,0,0,.15);
  box-sizing: border-box;
  display: table-cell;
  font-size: 16px;
  line-height: 1.588;
  padding: 8px 16px 6px 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
}

.btn_base.btn_default a {
  background: linear-gradient(#fff,#f1dee6);
  background-color: #d4436f;
  border: 1px solid #f75586;
  color: #f14a81;
  text-shadow: 0px -1px rgba(0,0,0,.2);
}

.btn_base.btn_default_2 a {
  background: linear-gradient(#f75688,#d6436f);
  background-color: #D4436F;
  border: 1px solid #D0456F;
  color: #FFF;
}

.btn_base.btn_up.btn_default_2 a::after {
  background-image: url("/castle/historian/assets/image/arrow_01.png");
}

.btn_base.btn_down.btn_default_2 a::after {
  background-image: url("/castle/historian/assets/image/arrow_01.png");
}

.btn_base.btn_up a::after {
  transform: rotate(-90deg);
  width: 9px;
}

.btn_base.btn_down a::after {
  width: 9px;
}

.btn_base.btn_down a::after {
  transform: rotate(90deg);
}

.btn_base.btn_icon_r a::after,
.btn_base.btn_icon_r span::after {
  right: 1em;
}

.btn_base.btn_icon_l a::after,
.btn_base.btn_icon_r a::after,
.btn_base.btn_icon_l span::after,
.btn_base.btn_icon_r span::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
}

.btn_base.btn_down.btn_icon_r a,
.btn_base.btn_up.btn_icon_r a {
  padding-right: 2.69em;
}

.wA {
  width: auto !important;
}

/*-------------------------------------------
nav
-------------------------------------------*/
#nav {
  position: relative;
  z-index: 8998;
}

#nav .nav_wrap {
  background-color: #fbe8f0;
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 70px;
  transform: translateY(-100%);
  transition: transform ease .5s;
  visibility: hidden;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .navClose #nav .nav_wrap,
  .navOp #nav .nav_wrap {
    top: 17.799vw;
    transform: translateX(0%);
    visibility: visible;
    z-index: 999999;
  }
}

.navClose #nav .nav_wrap {
  transform: translateY(-100%);
  visibility: hidden;
}

#nav .nav_wrapInner {
  background-color: #fbe8f0;
  padding-bottom: 14px;
}

#nav .nav_list {
  border-top: 1px solid #f9a5be;
  font-size: 14px;
}

#nav .nav_list a {
  background-color: #fbe8f0;
  border-bottom: 1px solid #f9a5be;
  color: #ff3e6f;
  display: block;
  padding: 14px 43px 14px 38px;
  position: relative;
  text-decoration: none;
}

#nav .nav_list a::before {
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

#nav .nav_list a::after {
  background: url("/castle/historian/assets/image/arrow_03.png") center center no-repeat;
  background-size: auto 16px;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 22px;
  top: 0;
  width: 16px;
}

#nav .nav_list .accordion a.accordion_btn::after {
  transform: rotate(90deg);
}

#nav .nav_list .accordion.op a.accordion_btn::after {
  background-image: url("/castle/historian/assets/image/arrow_03.png");
  transform: rotate(-90deg);
}

#nav .nav_list .accordion.op:last-child {
  border-bottom: 0;
}

#nav .nav_list li li a {
  background-color: #fff;
  border-color: #facad8;
  padding-left: 38px;
  text-indent: -14px;
}

#nav .accordion li a::after {
  background: url("/castle/historian/assets/image/arrow_03.png") center center no-repeat;
  background-size: auto 32px;
  right: 43px;
  width: 32px;
}

#nav .nav_list li li:last-child a {
  border-color: #f9a5be;
}

#nav .nav_list .home a {
  background-image: url("/castle/historian/assets/image/ico_nav01.png");
  background-position: 11px center;
  background-repeat: no-repeat;
  background-size: 19px;
}

#nav .nav_list .home a::before,
#nav .nav_list .home a::after {
  content: normal;
}

#nav .nav_list .circle > a::before {
  background-color: #f881a5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 14px;
  left: 12px;
  position: absolute;
  top: 14px;
  width: 14px;
}

#nav .nav_list .circle_s > a::before {
  background-image: none;
  content: "・";
  display: inline;
  position: static;
}

#nav .nav_list .btn_next > a::after {
  background: url("/castle/historian/assets/image/arrow_03.png") center center no-repeat;
  background-size: 9px auto;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 21px;
  top: 0;
  width: 16px;
}

#nav .nav_bnrlist {
  border-bottom: 1px solid #f9a5be;
  margin: 0 28px;
  padding: 21px;
  text-align: center;
}

#nav .nav_bnrlist li {
  margin: 14px auto 0 auto;
}

#nav .nav_bnrlist li:first-child {
  margin-top: 0;
}

#nav .nav_close {
  margin-top: 14px;
}

#nav .nav_close a {
  height: auto;
}

/*-------------------------------------------
accordion
-------------------------------------------*/
.accordion .accordion_data {
  overflow: hidden;
  transition: height ease;
}

.accordion.op .accordion_data {
  display: block;
}

.accordion .accordion_data {
  display: none;
}

.accordion.anm .accordion_data {
  display: block;
}

/*-------------------------------------------
#siteroute
-------------------------------------------*/
#siteroute,
.breadcrumb {
  margin-bottom: 0;
}

#siteroute li a span {
  line-height: inherit;
}

@media screen and (max-width: 767px) {
  .siteroute_wrap {
    background: #fff;
    min-width: 320px;
    overflow-x: auto;
  }

  #siteroute {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0;
    overflow-y: hidden;
    overflow: auto;
    padding: 0;
    width: auto;
  }

  #siteroute li {
    line-height: 0;
    margin: 0 0 0 10px;
  }

  #siteroute li:last-child {
    padding-right: 10px;
  }

  #siteroute li > a,
  #siteroute li > span.last_crumbs,
  #siteroute li > span {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    padding: 10px 0 12px;
    white-space: nowrap;
  }

  #siteroute li a span {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    padding: 0 0 0 12px;
  }

  #siteroute li > span.last_crumbs {
    display: inline-block;
    line-height: 12px;
    padding: 10px 0 10px 12px;
  }
}

/* =================================================
_mainvisual _slider
================================================== */
.slide_wrap_sp {
  display: none;
  height: 0;
  width: 0;
}

@media screen and (max-width: 767px) {
  .slide_wrap_pc {
    height: 0;
    overflow: hidden;
    width: 0;
  }

  .slide_wrap_sp {
    display: block;
    height: auto;
    width: auto;
  }
}

.slide_wrap_sp .main_img {
  height: calc((332 / 750) * 100vw);
  max-height: 332px;
  max-width: 750px;
  min-height: 166px;
  min-width: 375px;
  overflow: hidden;
  width: 100%;
}

.slide_wrap_sp .main_img img.slide_photo {
  height: calc((332 / 750) * 100vw);
  max-height: 332px;
  min-height: 166px;
  width: 100%;
}

.slide_wrap_sp .main_img div.slide_photo_belt[data-slide-belt-pos="l"] {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.slide_wrap_sp .main_img div.slide_photo_belt[data-slide-belt-pos="l"] span,
.slide_wrap_sp .main_img span.slide_photo_belt[data-slide-belt-pos="l"] {
  align-items: center;
  background: transparent linear-gradient(90deg,#fff 0%,#fff 69%,rgba(255,255,255,0) 100%) 0% 0% / auto no-repeat;
  bottom: 0;
  color: #56a686;
  display: inline-flex;
  font-size: calc((20 / 750) * 100vw);
  font-weight: 600;
  left: 0;
  min-width: calc((170 / 750) * 100vw);
  padding: .667vw 16vw .667vw 2.133vw;
  position: absolute;
  transform: translateY(-1.6vw);
}

.slide_wrap_sp .main_img div.slide_photo_belt_right[data-slide-belt-pos="l"] span,
.slide_wrap_sp .main_img span.slide_photo_belt_right[data-slide-belt-pos="l"] {
  padding: .667vw 2.133vw .667vw 16vw;
}

.slide_wrap_sp .main_img .img_main__txt {
  align-items: center;
  display: inline-flex;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: calc((500 / 750) * 100vw);
}

/* =================================================
_pagetop
================================================== */
@media screen and (max-width: 767px) {
  #btn_pagetop {
    background: linear-gradient(to bottom,#fff 0%,#e6f4fd 100%);
    border: 2px solid #0075d8;
    border-radius: 5px;
    bottom: 16px;
    box-shadow: 0 .15em .38em 0 rgba(0,30,50,.6);
    color: #0075d8;
    font-size: 11px;
    font-weight: 800;
    height: 56px;
    letter-spacing: -.05em;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 16px;
    text-align: center;
    width: 56px;
    z-index: 999999;
  }

  #btn_pagetop img {
    display: none;
  }

  #btn_pagetop::before {
    background: url("/image_cmn/ico-arrow-pagetop.png") no-repeat center top;
    background-size: 18px;
    content: "";
    display: block;
    height: 16px;
    margin: 8px auto 0;
    width: 49px;
  }

  #btn_pagetop::after {
    content: "ページ\A トップへ";
    white-space: pre;
  }
}

/* =================================================
_footer
================================================== */
@media screen and (max-width: 767px) {
  #footer {
    border-top-color: transparent;
  }

  #footer ul.foot_submenu li a {
    background-color: #e2fff1;
    border-bottom: 1px solid #25845e;
    color: #25845e;
  }

  #footer ul.foot_submenu li a::before {
    background-color: #25845e;
  }

  #footer ul.foot_submenu li a::after {
    background-image: url("/search-list/image_cmn/arrow_02-green.png");
  }

  #footer ul.foot_submenu li a {
    padding: .9em 2em .9em 2.5em;
  }

  #footer p#manage {
    align-items: center;
    background: #25845e;
    color: #fff;
    display: flex;
    font-size: 13px;
    height: 57px;
    justify-content: center;
    line-height: 1;
  }

  #footer p#manage a {
    color: #fff;
  }
}

/* =================================================
_gnavi
================================================== */
@media screen and (max-width: 767px) {
  .gnavi {
    margin-top: 20px;
  }

  .gnavi__list {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 31px;
    transform: translateX(0);
    width: auto;
  }

  .gnavi__list li {
    flex: 0 1 calc(50% - 6px);
    margin-bottom: 12px;
    margin-right: 0;
  }

  .gnavi__list li.gn_back {
    flex: 0 1 100%;
    margin-bottom: 0;
  }

  .gnavi .gnavi__list li.gn_back a {
    line-height: 32px;
    padding-left: 0;
  }

  .gnavi__list li.gn_back a::before {
    margin-right: 22px;
    position: static;
    transform: translateX(0);
  }

  .gnavi__list li a {
    padding: 4px 35px 4px 15px;
  }

  .gnavi__list li a::after {
    right: 10px;
  }
}

/* =================================================
_side
================================================== */
#side {
  margin: 30px auto 0;
}

/* =================================================
_#content
================================================== */
@media screen and (max-width: 767px) {
  .bghdr_wrap {
    background-color: #fff;
    padding-bottom: 0;
  }
}

/* ---------------------------------------
_list_photo
--------------------------------------- */
@media screen and (max-width: 767px) {
  .sec_lead {
    margin: 25px auto 0;
    width: auto;
  }

  .bgm_area {
    margin: 0 15px;
  }

  .ttl_lead {
    flex-wrap: wrap;
    min-height: 50px;
    padding: 0 0 6px 50px;
  }

  .ttl_lead .wrapinner {
    flex-wrap: wrap;
    margin: 2px 0 0 2px;
    min-width: 200px;
  }

  .ttl_lead .ttl {
    font-size: 20px;
    white-space: nowrap;
  }

  .ttl_lead .loc {
    font-size: 16px;
    margin-left: 6px;
    margin-right: 0;
    white-space: nowrap;
  }

  .ttl_lead .wrapinner .txt {
    height: 4vw;
    max-height: 24px;
    max-width: 375px;
    width: 100%;
  }

  .btn_category_all {
    display: none;
  }

  .post_box.l_left_cmn.is_photo {
    margin: 0 !important;
    width: auto !important;
  }

  .ttl_lead::before {
    height: 49px;
    left: 4px;
    top: 0;
    width: 42px;
  }
}

/* ---------------------------------------
_main_album
--------------------------------------- */
@media screen and (max-width: 767px) {
  .post_box.is_photo {
    background-image: url("/search/netad/image_cmn/fancybox/btn_close-sp.png"), url("/search/netad/image_cmn/fancybox/fcb_arrow-sp.png");
    background-position: -999999px -999999px;
    margin: 10px 15px 0 15px;
    width: auto;
  }

  .main_album {
    width: calc(100% + 4px);
  }

  .main_album .st {
    aspect-ratio: 1;
    margin: 0;
    padding: 2px 2px 0 0;
  }

  .main_album .st.num01 {
    aspect-ratio: 1;
    box-sizing: border-box;
    margin: 0;
    margin-bottom: -1px;
    padding: 2px 2px 0 0;
    width: calc(100%/3*2);
  }

  .main_album .st.num01 img {
    height: 100%;
    width: 100%;
  }

  .main_album .st.num01 > span.PhtOv span.fa_name {
    display: none;
  }

  .box_photo {
    background-color: #fff;
  }

  .main_album .st.w3c_sp {
    width: calc(100%/3);
  }

  .main_album .st.w2c_sp {
    aspect-ratio: 3/2 auto;
    width: calc(100%/2);
  }

  .main_album .st.num01 + .st + .st + .st + .st img,
  .main_album .st.num01 + .st + .st + .st img,
  .main_album .st.num01 + .st + .st img,
  .main_album .st.num01 + .st img {
    height: 100%;
    width: 100%;
  }

  .main_album .st a > img {
    height: 100%;
    width: 100%;
  }
}

/* ---------------------------------------
_fancybox
--------------------------------------- */
.fa_img_win .data_area {
  position: static;
}

.js_fcb_body .fancybox-opened .fancybox-title {
  display: none;
}

.fancybox-lock .fancybox-overlay {
  transition: all .1s linear 0s;
}

.js_fcb_body .fancybox-nav {
  transition: all .1s linear 0s;
}

.js_fcb_body .fancybox-close {
  background: url('/search/netad/image_cmn/fancybox/btn_close_l.png') no-repeat 0 0, url("/search/netad/image_cmn/fancybox/btn_close-sp.png") no-repeat -1999px 0;
}

.js_fcb_body .fancybox-next,
.js_fcb_body .fancybox-outer .fancybox-next {
  background: url("/search/netad/image_cmn/fancybox/fcb_arrow-sp.png") no-repeat -1999px 0 / auto 80%;
}

@media screen and (max-width: 767px) {
  .lightbox_closex,
  .js_fcb_body .fancybox-close {
    background: url("/search/netad/image_cmn/fancybox/btn_close-sp.png") center center no-repeat;
    background-size: contain;
    border: none;
    box-sizing: border-box;
    height: 20px;
    position: absolute;
    right: 0;
    top: -28px;
    width: 20px;
  }

  .js_fcb_body.box_ig .fancybox-inner {
    height: auto !important;
    max-height: 640px !important;
    min-height: auto !important;
  }

  .fa_img_win.vertical,
  .fa_img_win {
    background: transparent !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    width: auto !important;
  }

  .fa_img_win.vertical .photo_area img,
  .fa_img_win .photo_area img {
    max-width: 90vw;
    min-width: 300px;
    width: auto;
  }

  .fa_img_win .data_area {
    margin-top: 5px;
    padding: 0 40px;
    position: relative;
    width: auto;
  }

  .fa_img_win.vertical .data_area {
    width: auto!important;
  }

  .js_fcb_body .fancybox-next,
  .js_fcb_body .fancybox-outer .fancybox-next,
  .js_fcb_body .fancybox-prev,
  .js_fcb_body .fancybox-outer .fancybox-prev {
    bottom: auto;
    height: 30px;
    top: 50%;
    width: 30px;
    z-index: 10000;
  }

  .js_fcb_body .fancybox-prev,
  .js_fcb_body .fancybox-outer .fancybox-prev {
    left: 0;
    transform: scale(-1);
  }

  .js_fcb_body .fancybox-next,
  .js_fcb_body .fancybox-outer .fancybox-next {
    right: 0;
  }

  .js_fcb_body .fancybox-next span,
  .js_fcb_body .fancybox-outer .fancybox-next span,
  .js_fcb_body .fancybox-prev span,
  .js_fcb_body .fancybox-outer .fancybox-prev span {
    background-image: url("/search/netad/image_cmn/fancybox/fcb_arrow-sp.png");
    background-position: center;
    background-size: auto 80%;
    display: block;
    height: 100%;
    position: static;
    width: 100%;
  }

  .js_fcb_body .fancybox-prev span,
  .js_fcb_body .fancybox-outer .fancybox-prev span {
    margin-top: -1px;
  }

  .fa_img_win .data_area dt {
    display: none;
  }

  .fa_img_win .data_area.simple .msg {
    display: none;
  }

  .js_fcb_body .fancybox-skin,
  .js_fcb_body .fancybox-opened .fancybox-skin,
  .js_fcb_body .fancybox-outer .fancybox-opened .fancybox-skin {
    background: none;
  }

  .fa_img_win .data_area.simple .ttl {
    background: none;
    color: #fff;
    margin: 0;
    padding: 0;
  }

  .fa_img_win .data_area dd {
    align-items: center;
    display: flex;
    float: none;
    justify-content: center;
    margin: 0 auto;
  }

  .js_fcb_body .fancybox-title-float-wrap {
    margin-bottom: -25px;
  }

  .js_fcb_body .fancybox-opened .fancybox-skin {
    box-shadow: none;
  }

  .js_fcb_body .fancybox-opened .fancybox-skin .fancybox-title-float-wrap .child,
  .js_fcb_body .fancybox-outer .fancybox-opened .fancybox-skin .fancybox-title-float-wrap .child {
    background: none;
    color: #fff;
    font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: inherit;
    padding: 0;
  }

  .js_fcb_body .fancybox-opened .fancybox-title {
    display: block;
  }

  .main_album .st > span.PhtOv a::after {
    background: url("/search/image/dtl_new/ico-zoom02.png") no-repeat 0 0 / contain;
    height: 24px;
    width: 24px;
  }
}

/* ---------------------------------------
_content
--------------------------------------- */
@media screen and (max-width: 767px) {
  p + p {
    margin-top: 15px;
  }

  #content {
    background: none;
    margin: 15px auto 0;
    padding-bottom: 0;
  }

  .cat_cityhall .content-wd {
    margin: 0 15px;
    width: auto;
  }

  .l_left_cmn {
    margin-left: 0 !important;
    width: auto !important;
  }

  .leadtxt {
    margin: 0 auto;
    width: auto;
  }

  .leadtxt + .sec_md {
    margin-top: 30px;
  }

  .sec_md .leadtxt {
    margin-top: 0;
    width: auto;
  }

  .ttl_lg {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .sec_lg#entry .ttl_lg {
    margin-bottom: 15px;
  }

  .ttl_lg .line {
    display: block;
    line-height: 25px;
    padding: 0 2px 5px;
  }

  .bnr {
    margin-top: 10px;
  }

  .ttl_lg + .bnr {
    margin-top: 20px;
  }

  .list_dotted + .bnr {
    margin-top: 25px;
  }

  .l_left_cm__02 {
    margin-left: 0 !important;
    width: auto !important;
  }

  .bg-color-1 {
    background: none;
    margin-top: 30px;
  }

  .bg-color-wd {
    margin: 0 15px;
    padding: 0;
    width: auto;
  }

  .img_r,
  .img_l {
    float: none;
    margin: 0;
  }

  .wrap_btn_sound + .img_r,
  .wrap_btn_sound + .img_l {
    margin-top: 20px;
  }

  .txt_detail + .txt_detail {
    margin-top: 18px;
  }

  .img_r + .txt_detail,
  .img_l + .txt_detail {
    margin-top: 15px;
  }

  .wrap_btn_sound + .img_r + .txt_detail,
  .wrap_btn_sound + .img_l + .txt_detail {
    margin-top: 15px;
  }

  .bg-color-wd .detail_article .txt_detail {
    margin-left: 0;
    margin-right: 0;
  }

  .txt_detail + .sec_md {
    margin-top: 20px;
  }

  .tbl th {
    padding: 7px;
  }

  .tbl._sp {
    border-bottom: none;
    border-left: none;
    border-right: none;
    display: block;
    width: auto;
  }

  .tbl._sp tbody {
    display: block;
  }

  .tbl._sp tr {
    display: flex;
    flex-wrap: wrap;
  }

  .tbl._sp th {
    align-content: center;
    align-items: center;
    border-top: none;
    display: flex;
    justify-content: center;
  }

  .tbl._sp td {
    border-left: none;
    border-top: none;
    display: block;
    width: calc(100% - 100px);
  }

  .tbl.tbl_town_info tr > .cell_imap {
    padding: 30px 20px;
    width: calc(100% - 100px);
  }

  .tbl_date {
    width: 100%;
  }

  .tbl_date th {
    font-size: 14px;
  }

  .tbl tr > th.sz_03 {
    width: 100px;
  }

  .tbl tr > th.sz_03 + td.sz_03 {
    width: auto;
  }

  .tbl_date th.day {
    font-size: 16px;
    width: auto;
  }

  .tbl_date th.oh {
    width: 95px;
  }

  .tbl_date td {
    font-size: 14px;
    padding: 7px;
  }

  img.ico_rank {
    width: 30px;
  }

  .article_item + .article_item {
    margin-top: 25px;
  }

  .sec_lg {
    margin-top: 30px;
  }

  .inner01 + .sec_lg,
  .sec_lg + .sec_lg,
  .l_inner01 + .sec_lg {
    margin-top: 30px;
  }

  .l_inner01,
  .inner01 {
    width: auto;
  }

  .sec_accordion {
    width: auto;
  }

  [class*="bg_accordion"]:not(.bg_accordion_monochromatic) .sec_accordion__ttl, .sec_accordion__ttl {
    background: #fffbee;
    font-size: 1.4rem;
    line-height: 2rem;
    min-height: auto;
    padding: 7px 49px 6px 15px;
  }

  .js_accordion_btn::after {
    background-image: url("/search/image/kuwana-city-hall/ico-ttl-accordion-sp.svg");
    background-size: contain;
    height: 22px;
    right: 16px;
    width: 21px;
  }

  .sec_accordion__ttl .em {
    font-size: 1.8rem;
  }

  .sec_accordion > .inner {
    padding: 17px 20px 20px;
  }

  .detail_article > .wrap_btn_sound,
  .wrap_btn_sound {
    margin-right: 0;
  }

  .wrap_btn_sound + p {
    margin-top: 17px;
  }

  .sec_accordion .txtlink_detail_article {
    margin: 4px 20px;
  }

  .bnr-column {
    margin: 26px auto 20px;
    width: 300px;
  }

  .bnr-column .cap {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
  }

  .mod_town_info {
    margin-top: 20px;
    padding: 20px 25px;
    width: auto;
  }

  .mod_town_info h2 span::before,
  .mod_town_info h2 span::after,
  .mod_town_info h2::before {
    display: none;
  }

  .mod_town_info h2 span {
    display: block;
    height: auto;
    line-height: 25px;
    padding: 6px 10px;
    text-indent: 0;
    width: auto;
  }

  .mod_town_info .lead_txt {
    line-height: 1.5;
    margin: 16px auto 0;
    text-align: left;
    width: auto;
  }

  .box_fa_data .data3 {
    flex-direction: column;
    margin-top: 10px;
    width: auto;
  }

  .box_fa_data .data3 li {
    margin-top: 15px;
  }

  .box_fa_data .data3 li:nth-child(2) {
    margin-top: 15px;
  }

  .box_fa_data .data3 li a::before {
    background-position: center;
    background-size: contain;
    height: 18px;
    max-height: 18px;
    max-width: 21px;
    width: 21px;
  }

  .box_fa_data .data3 .population a::before {
    mask-position: center;
  }

  .catch_copy_box {
    margin-top: 15px;
    width: auto;
  }

  .catch_copy_box img {
    width: 315px;
  }

  .pref_category {
    margin-top: 15px;
    padding: 15px 10px 15px;
    width: auto;
  }

  .pref_category_title {
    align-items: center;
    border-bottom: solid 3px #ff3e70;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }

  .pref_category_title span.style {
    border-bottom: none;
    display: inline-flex;
    flex: 1 1 0;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 4px;
    padding: 0 0 2px 45px;
  }

  .pref_category_list {
    background: none;
  }

  .pref_category_item {
    width: calc(100%/3);
  }

  .pref_category_item:nth-child(4n + 1) .pref_category_link {
    margin-left: 0;
    padding-left: 7px;
  }

  .pref_category_link {
    padding: 0 4px;
  }

  .pref_category_item:nth-child(4n) .pref_category_link {
    margin-right: 0;
    padding-right: 7px;
  }

  .pref_category_name {
    font-size: 12px;
    line-height: 1.3;
  }

  .pref_category_name br {
    display: none;
  }

  .pref_category_btn {
    margin: 0 auto;
    min-width: 280px;
    width: fit-content;
  }

  .pref_category_item_btn {
    background: none;
    margin: 16px auto 0;
    position: static;
    width: 100%;
  }

  .pref_category_item_btn + .pref_category_item_btn {
    margin-top: 10px;
    width: 100%;
  }

  .pref_category_item_btn .pref_category_text {
    padding: 7px 28px 7px 12px;
  }

  .pref_category_title::before {
    flex: 0 1 37px;
    margin-right: -40px;
    position: static;
  }

  .pref_category_title span.style::before {
    position: static;
    transform: translateY(0);
  }

  .pref_category_item:nth-child(n + 1):nth-child(-n + 4):nth-child(4) .pref_category_link,
  .pref_category_item:nth-child(4) .pref_category_link {
    border-top: 1px solid #beaf91;
  }

  .pref_category_item:nth-child(4n)::after {
    content: "";
  }

  .pref_category_item:nth-child(3n)::after {
    content: none;
  }

  .detail_article {
    display: flex;
    flex-direction: column;
  }

  .detail_article + .detail_article {
    margin-top: 20px;
  }

  .detail_article + .inner01 > .cmn_bnrbox:first-child {
    margin-top: 20px;
  }

  .detail_article_item {
    display: contents;
  }

  .detail_article_item .ttl_md_sub {
    order: -3;
  }

  .detail_article_item > .img_r:first-child,
  .detail_article_item > .img_l:first-child {
    order: -1;
    padding: 4px 0;
  }

  .detail_article > .wrap_btn_sound:first-child {
    order: -2;
  }

  .detail_article .wrap_btn_sound + .detail_article_item .ttl_md_sub:first-of-type {
    margin-bottom: 10px;
  }

  .wrap_btn_sound + .detail_article .img_r,
  .wrap_btn_sound + .detail_article_item .img_r {
    margin-top: 0;
  }

  .detail_article .wrap_btn_sound + .detail_article_item > .img_r:first-child,
  .detail_article .wrap_btn_sound + .detail_article_item > .img_l:first-child {
    margin: 6px 0;
  }

  .detail_article .wrap_btn_sound + .detail_article_item > .txt_detail:first-child {
    margin-top: 8px;
  }

  .l_inner01 > .detail_article,
  .l_inner01 .js_readmore3,
  .inner01 > .detail_article,
  .inner01 .js_readmore3 {
    padding-left: 0;
    width: auto;
  }

  .cmn_bnrbox .cmn_bnrbox_range {
    flex-direction: column;
  }

  .cmn_bnrbox .cmn_bnrbox_range .bnr + .bnr {
    margin-top: 18px;
  }

  .js_readmore__btn a {
    font-size: 17px;
  }

  .pk_area_item:nth-child(n + 2)::before {
    width: auto;
  }

  .btn_tourist_map {
    margin: 10px auto 0;
  }

  .tourist_map {
    margin-bottom: 0;
  }

  .tourist_map .ttl_lg + .detail_article .img_r,
  .tourist_map .ttl_lg + .detail_article .img_l {
    margin: 8px auto 0;
  }

  .cmn_bnrbox .cap {
    letter-spacing: 1px;
  }

  .list_dotted {
    gap: 0;
    margin-left: -15px;
  }

  .list_dotted li {
    margin: 10px 0 0 20px;
  }

  .list_products {
    margin: 5px 0 0 0;
    overflow: hidden;
  }

  .list_products li {
    flex: 1 0 50%;
    width: 50%;
  }

  .list_products li:last-child:nth-child(odd) {
    display: none;
    flex: 0 0 50%;
  }

  .tbl.tbl_access th {
    font-size: 16px;
    padding: 7px 15px;
  }

  .tbl.tbl_access td {
    font-size: 14px;
    padding: 8px 15px;
  }

  .tbl.tbl_access td.cell_sns {
    padding: 20px 20px;
  }

  .list_links.is_civic_center .tbl_access.pc_wauto th.sz_01, .tbl.tbl_access tr th, .tbl.tbl_access tr > .sz_01 {
    flex-wrap: wrap;
    padding: 7px;
    width: 100px;
  }

  .list_links.is_civic_center .pc_wauto td,
  .list_links.is_civic_center .pc_wauto td.sz_04 {
    text-align: left;
  }
  
  .list_links.is_civic_center .tbl_access.pc_wauto td.sz_04, .list_links.is_civic_center .pc_wauto td {
    width: calc(100% - 100px);
  }

  .tbl_access .access_link {
    width: auto;
  }

  .tbl_access .access_line::after {
    display: none;
  }

  .tbl_access .access_traffic {
    display: block;
  }

  .tbl_access .access_traffic + .access_traffic {
    margin-top: 15px;
  }

  .tbl_access .access_line {
    margin-right: 0;
    width: auto;
  }

  .tbl._sp td .access_traffic p {
    font-size: 14px;
    line-height: 20px;
  }

  .tbl_access .access_traffic > p:first-child {
    margin-top: 0;
  }

  .tbl_access .access_attention {
    font-size: 14px;
    margin-top: 15px;
  }

  .tbl.tbl_access .tel {
    font-size: 16px;
  }

  .tbl_access .btn_route_search .btn_map,
  .tbl_access .btn_access_route a {
    margin: 0 auto;
    max-width: 260px;
    min-width: auto;
    padding: 6px;
  }

  .btn_route_search {
    display: block;
  }

  .btn_route_search .btn_search_map {
    margin-right: 0;
    max-width: inherit;
    width: auto;
  }

  .btn_route_search .btn_search_map + .btn_search_map {
    margin-top: 8px;
  }

  .is_service .txt,
  .is_sns .txt {
    flex: 1 1 0;
    font-size: 12px;
    font-weight: normal;
    margin: 0 4px;
    text-align: center;
  }

  .c_boxlink .txt.fz_12,
  .c_boxlink .txt.fz_14,
  .is_service .txt {
    font-size: 16px;
    line-height: 20px;
    margin-left: 8px;
    text-align: left;
  }

  .is_sns .ico {
    height: 21px;
    min-width: 21px;
    width: 21px;
  }

  .is_service .ico {
    height: 30px;
    min-width: 30px;
    width: 30px;
  }

  .list_boxlink,
  .pr_area_btnbox {
    margin: 0 auto;
    max-width: 260px;
  }

  .list_boxlink.is_service {
    max-width: 280px;
  }

  .list_boxlink li {
    text-align: center;
    width: 100%;
  }

  .list_boxlink li + li {
    margin-top: 10px;
  }

  .c_boxlink::after {
    border-width: 5px 0 5px 10px;
  }

  .is_service .c_boxlink {
    max-width: 280px;
    min-height: 48px;
    padding: 3px 22px 3px 8px;
    width: 100%;
  }

  .is_sns .c_boxlink {
    min-height: auto;
    width: 100%;
  }

  .list_boxlink li:not(:nth-child(4n + 1)) {
    margin-left: 0;
  }

  .list_boxlink li:not(:first-child),
  .list_boxlink li:nth-child(n + 5) {
    margin-top: 12px;
  }

  .line_car_s,
  .line_train_s {
    display: none;
  }

  .l_left_cm__03 {
    width: auto !important;
  }

  .message_wrap {
    margin: 25px 0 0 0;
    width: auto;
  }

  .message_wrap .pr_area {
    width: auto;
  }

  .pr_area_m {
    margin-top: 0;
  }

  .pr_area_m .pr_ttl {
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 10px;
    padding: 13px 10px 11px 60px;
  }

  .pr_area_m .pr_ttl::before {
    background-size: 100% auto;
    height: 17px;
    left: 25px;
    top: 19px;
    width: 20px;
  }

  .pr_inner {
    position: relative;
  }

  .pr_inner::before {
    display: none;
  }

  .pr_inner::after {
    background: url("/search/image/kuwana-city-hall/img-intro.png") no-repeat 0 0 / 100% auto;
    content: "";
    display: block;
    flex-basis: 100px;
    float: left;
    height: 140px;
    margin: 20px 12px 16px 22px;
    width: 100px;
  }

  .pr_inner .ttl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .pr_area p {
    font-size: 15px;
    line-height: 23px;
  }

  .pr_area_m .pr_area_btnbox {
    justify-content: center;
    margin: 10px auto 0 auto;
  }

  .pr_area_m .btn_m {
    margin-left: 0;
  }

  .list_pros_btn li {
    margin-top: 12px;
    text-align: center;
    width: 100%;
  }

  .list_pros_btn li:first-child {
    margin-top: 0;
  }

  .list_pros_btn li:not(:nth-child(4n + 1)) {
    margin-left: 0;
  }

  .list_pros_btn li:nth-child(n + 5) {
    margin-top: 12px;
  }

  .btn_pros {
    max-width: 280px;
    min-height: 48px;
    width: 100%;
  }

  .btn_pros::after {
    border-width: 5px 0 5px 10px;
  }

  .btn_pros:hover {
    padding: 5px 22px 5px 8px;
  }

  .btn_pros .block_txt {
    line-height: 20px;
  }

  .btn_pros .txt__guide {
    display: inline-block;
    width: auto;
  }

  .btn_pros > img[src*="ico-pros-"] {
    width: 30px;
  }

  .list_pros_btn + .bnr {
    margin-top: 16px;
  }

  /* ---------------------------------------
  所在地BOX　mod_map_box
  ---------------------------------------- */
  .mod_map_box>.ttl {
    background: #e55a85;
    width: auto;
  }

  /* ===== Yahoo地図 ====== */
  /* ===== 所在地BOX内のYahoo地図 ===== */
  .mod_map_box .y_mapbox {
    width: auto;
  }

  /* --Yahoo地図内　施設写真-- */
  .y_map_icn img {
    max-width: initial;
  }

  /*-------------------
    マーケットピア
  --------------------*/
  /*---- 百貨店デパート　アウトレット　ディスカウント　専門店　スーパー　専門店 ----*/
  .mod_map_box .map_link {
    flex-direction: column;
    width: 214px;
  }

  .mod_map_box .map_link.side_line {
    margin: 15px auto 0 !important;
  }

  .mod_map_box .view_box {
    margin: 0;
  }

  .mod_map_box .view_box dt {
    font-size: 16px;
  }

  .mod_map_box .view_box dd ul {
    margin: 0 10px;
  }

  .mod_map_box .view_box dd ul li {
    margin: 0;
  }

  .mod_map_box .view_box.indoor_none::before,
  .mod_map_box .view_box.indoor_none::after {
    display: none;
  }

  /* ------------------------------------------
  GoogleMap 全画面モーダル　
  ------------------------------------------- */
  /* ---------------------------------------
  施設への?交通情報　traffic_info
  ---------------------------------------- */
  .traffic_info {
    margin: 25px auto 0;
    max-width: 665px;
    width: auto;
  }

  /*周辺施設検索の地図ボックス*/
  /* ---------------------------------------
  交通アクセス情報を見る/施設周辺から生活施設を探す
  ---------------------------------------- */
  .mod_access_info,
  .mod_area_facility {
    width: auto;
  }

  .mod_access_info > dt,
  .mod_area_facility > dt,
  #rent_pr_search .rent_pr > dt {
    align-items: center;
    flex-wrap: nowrap;
    font-size: 16px;
    justify-content: center;
    padding: 0 5px;
  }

  .mod_access_info dt p,
  .mod_area_facility dt p,
  #rent_pr_search .rent_pr dt p {
    background: none;
    flex: 1 0 0;
    margin: 0;
    padding: 8px 0 7px 10px;
    text-align: left;
  }
  
  .mod_access_info dt {
    justify-content: center;
  }
  
  .mod_access_info dt p {
    flex: 0 0 max-content;
    font-size: 16px;
  }

  .mod_access_info > dt::before,
  .mod_area_facility > dt::before,
  #rent_pr_search .rent_pr > dt::before {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    display: inline-block;
    flex: 0 1 40px;
    height: 28px;
    width: 40px;
  }

  .mod_access_info > dt::before {
    background-image: url("/search/image/dtl_new/icon_koutu_sp.png");
  }

  .mod_area_facility dt::before {
    background-image: url("/search/image/dtl_new/icon_shisetu_sp.png");
  }

  .mod_access_info dd,
  .mod_area_facility dd {
    background: none;
    padding: 11px 0 10px 0;
  }

  .mod_access_info dd {
    padding: 16px 0;
  }

  .mod_access_info dd p,
  .mod_area_facility dd p {
    font-size: 16px;
  }

  .mod_access_info dd a,
  .mod_area_facility dd a {
    margin: 10px auto 0 auto;
    max-width: 325px;
  }

  .mod_access_info dd .mod_access_info_btn {
    clear: both;
    padding: 5px;
  }

  .mod_access_info dd .mod_access_info_btn::after {
    height: 7px;
    width: 7px;
  }

  .mod_access_info .mod_access_info_route_box {
    display: block;
    margin: 0 10px;
    padding: 0;
  }

  .mod_access_info .mod_access_info_route_box:not(:first-child) {
    margin-top: 16px;
    padding-top: 16px;
  }

  .mod_access_info .mod_access_info_route_box figure {
    float: left;
    margin: 0 10px 5px 0;
    width: 72px;
  }

  .mod_access_info .mod_access_info_route_box figure+.mod_access_info_route_text > p {
    display: block;
  }

  .mod_access_info .mod_access_info_route_box dl dt {
    line-height: 20px;
    margin-left: 82px;
    padding: 0 20px 5px;
    width: auto;
  }

  .mod_access_info .mod_access_info_route_box dd {
    clear: both;
  }

  .mod_access_info .mod_access_info_route_box dl dt>.ft16 {
    font-size: 16px;
    line-height: 24px;
  }

  .mod_access_info .mod_access_info_route_box .mod_access_info_route_text p.btn_access_route,
  .mod_access_info .mod_access_info_route_box .btn_access_route {
    display: flex;
    text-align: center;
  }

  .mod_access_info .mod_access_info_route_box .btn_access_route a {
    display: inline-flex;
    margin: 0 auto;
    min-width: 216px;
    padding: 7px 13px 7px 24px;
  }

  .sec_lg#entry, .sec_lg#inquiry,.sec_md#citizen, .sec_lg#citizen {
    margin-top: 35px;
    width: auto;
  }

  .content_wrap {
    display: block;
  }

  .btn_link {
    justify-content: center;
  }

  .btn_link li {
    margin: 0;
  }

  .btn_link li:first-child {
    margin-right: 8px;
  }

  .btn_link a {
    background-size: 150px auto !important;
    font-size: 14px;
    height: 110px;
    justify-content: flex-start;
    line-height: 19px;
    padding: 60px 20px 0 15px;
    text-align: left;
    width: 150px;
  }

  .btn_link li a::after {
    bottom: auto;
    right: 15px;
    top: auto;
  }

  .post_box {
    width: auto;
  }

  .dtl_photo_point {
    flex-direction: column;
    padding: 0 0 6px 0;
    width: auto;
  }

  .dtl_photo_point li+li {
    margin-top: 5px;
  }

  .nav_post dt {
    font-size: 20px;
    height: auto;
    line-height: 26px;
    padding: 7px 10px;
  }

  .nav_post dd {
    margin-top: 15px;
  }

  .nav_post dd > ul {
    flex-direction: column;
  }

  .nav_post li {
    width: 224px;
  }

  .nav_post li+li {
    margin-top: 15px;
  }

  .post_count {
    display: none;
  }

  .post_btnbox > a {
    margin: 0 4px;
    width: 100px;
  }

  .post_col {
    display: flex;
    flex-direction: column;
    margin: 0 auto 10px;
  }

  .post_col .post_nav_lead {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    order: -1;
  }

  .btn_post_how {
    float: none;
    margin: 0;
  }

  .fav_box {
    margin: 25px auto;
    width: auto;
  }

  .area_login {
    display: none;
  }

  .fav_box_inner .fav_box_bg {
    padding: 15px 20px;
  }

  .fav_box_inner ul {
    flex-direction: column;
    margin: 15px auto 0;
    width: auto;
  }

  #user_box .login_box ul.login_li .text_holder img {
    width: auto;
  }

  .fav_box_inner p {
    font-size: 17px;
    line-height: 25px;
    margin-top: 0;
    width: auto;
  }

  .fav_box_inner p a {
    font-weight: normal;
  }

  .fav_box_inner li {
    text-align: center;
  }

  .fav_box_inner li+li {
    margin-top: 15px;
  }

  .fav_box_inner li a,
  .fav_box_inner li span {
    border-radius: 5px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    min-width: 281px;
    padding: 0 15px;
  }

  .fav_box.no_login .fav_box_inner ul .user a {
    padding-right: 0;
  }

  .fav_box.no_login .fav_box_inner ul .login a::after,
  .fav_box.no_login .fav_box_inner ul .user a::after {
    margin: auto 0 auto 10px;
    position: static;
  }

  .btn_post_how a {
    font-size: 17px;
    padding: 8px 10px 8px 50px;
    text-indent: 0;
    width: 207px;
  }

  .btn_post_how a::before {
    left: 25px;
  }

  .fav_box_inner .fav_box__ttl {
    font-size: 17px;
    padding: 10px;
  }

  #main {
    float: none;
    margin-top: 0;
    width: auto;
  }

  /* ---------------------------------------
  投稿一覧BOX
  ---------------------------------------- */
  .mod_post_fa_info {
    margin-top: 30px;
  }

  .mod_post_fa_info .invitation {
    background-position: 0 center;
    display: block;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 5px 0 5px 30px;
    width: auto;
  }

  .mod_post_fa_info .pmcomment {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 0;
    text-align: left;
    width: auto;
  }

  /* ---------------------------------------
  「（施設）の施設情報」　投稿一覧　帯タイトル
  ---------------------------------------- */
  .cmn_thick_ttl {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
    padding: 8px 10px;
    width: auto;
  }

  /* ----------------------------------------------------------
  ログインエリア 投稿ユーザー様からの口コミ投稿のうえ
  ---------------------------------------------------------- */
  /* 登録リード文 */
  .mod_user_box .user_regist_read {
    display: block;
    padding: 0;
  }

  .mod_user_box .user_regist_read .user_regist_text {
    margin: 0;
    width: auto;
  }

  /* 特典ボタン */
  .mod_user_box .user_regist_read .btn_tokuten {
    margin: 12px auto 0;
  }

  /* 登録・ログイン */
  .mod_user_box .user_login_box {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
    width: auto;
  }

  .mod_user_box .user_login_box li {
    margin: 16px 5px 0;
  }

  .mod_user_box .btn_mypage {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: auto;
  }
  
  .mod_user_box .btn_mypage::before {
    margin: 0 auto;
  }

  .mod_user_box .btn_flat a {
    border-radius: 5px;
    margin-top: 15px;
  }

  /* 新規投稿ユーザー登録ボタン */
  .mod_user_box .btn_flat.btn_regist a {
    border-radius: 5px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    min-width: 281px;
    padding: 0 15px;
  }

  .mod_user_box .btn_flat.btn_regist a::after {
    margin: auto 0 auto 10px;
    position: static;
  }

  /* ログインボタン */
  .mod_user_box .btn_flat.btn_please a {
    border-radius: 5px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    min-width: 281px;
    padding: 0 15px;
  }

  .mod_user_box .btn_flat.btn_please a::before {
    margin: auto 10px auto 0;
    position: static;
  }

  /* ログイン後のマイページボタン */
  .mod_user_box {
    margin-bottom: 30px;
    width: auto;
  }

  .mod_user_box .ttl .ttl_box {
    line-height: 1.2;
    padding: 0 10px;
  }

  .mod_user_box .ttl .ttl_box strong {
    display: inline-block;
    padding-left: 0;
  }

  .mod_user_box .ttl .ttl_box strong > span.inblk {
    font-size: 100%;
  }

  .mod_user_box .ttl .ttl_box::after,
  .mod_user_box .ttl .ttl_box::before {
    display: none;
  }

  /* ---------------------------------------
  投稿一覧BOX　口コミ/写真/動画　タイトルアイコン
  ---------------------------------------- */
  .mod_kuchikomi_box,
  .mod_photo_box,
  .mod_movie_box {
    overflow: hidden;
  }

  .mod_kuchikomi_box h2 img,
  .mod_photo_box h2 img,
  .mod_movie_box h2 img {
    display: none;
  }

  .mod_kuchikomi_box h2,
  .mod_photo_box h2,
  .mod_movie_box h2 {
    align-items: center;
    background: #e55a85;
    display: flex;
    justify-content: center;
    padding: 8px 0;
  }

  .mod_kuchikomi_box h2 .txt,
  .mod_photo_box h2 .txt,
  .mod_movie_box h2 .txt {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-size: 20px;
    font-weight: 600;
    justify-content: center;
    line-height: 30px;
  }

  .mod_post_btnbox .btn_point+.btn_entry {
    margin-bottom: 11px;
  }

  /* ---------------------------------------
  　投稿一覧BOX 口コミ mod_movie_box
  ---------------------------------------- */
  .mod_movie_box h2 {
    background: #1e8d3d;
  }

  .mod_movie .newer_videos article+article {
    margin-top: 3vw;
  }

  .mod_movie .newer_videos.col2, .mod_movie .newer_videos.col3 {
    padding: 0;
  }

  .mod_movie .newer_videos article, .mod_movie .newer_videos.col2 article, .mod_movie .newer_videos.col3 article {
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .mod_movie .ttl span.osusume_txt {
    font-size: 17px;
  }

  .mod_movie .newer_videos.col2 article figure img, .mod_movie .newer_videos article figure img {
    top: -3.9vw;
    width: 100%;
  }

  .mod_movie .newer_videos.col2 article figure .frame, .mod_movie .newer_videos.col3 article figure .frame {
    aspect-ratio: 3 / 2;
    height: auto;
  }

  .mod_post_btnbox {
    flex-direction: column;
    width: auto;
  }

  /* ---------------------------------------
  　投稿一覧BOX 口コミ mod_kuchikomi_box
  ---------------------------------------- */
  .mod_kuchikomi_box {
    width: auto;
  }

  .mod_kuchikomi_box .text,
  .mod_photo_box .text,
  .mod_movie_box .text {
    line-height: 1.4;
    margin: 8px 8px 0;
  }

  .mod_photo .ttl,
  .mod_kuchikomi>.ttl,
  .mod_movie>.ttl {
    border-bottom: none;
    font-size: 17px;
    line-height: 26px;
    max-width: 610px;
    min-width: 300px;
    padding: 10px;
    width: auto;
  }

  .mod_kuchikomi>.ttl span.count_number {
    line-height: 21px;
  }

  .mod_kuchikomi article {
    margin: 0 auto;
    width: auto;
  }

  .mod_kuchikomi article:last-of-type {
    margin-bottom: 0;
  }

  .mod_kuchikomi article header {
    background-position: 0 22px;
    background-size: 21px auto;
    line-height: 24px;
    padding: 20px 12px 3px 25px;
  }

  .mod_kuchikomi article header .star {
    right: 0;
    top: 10px;
  }

  .mod_kuchikomi article header .star span img {
    height: 75px;
    max-width: fit-content;
    width: 132px;
  }

  .mod_kuchikomi .kuchikomi_infobox {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    padding-bottom: 15px;
  }

  .mod_kuchikomi .kuchikomi_infobox .info_user {
    display: block;
  }

  .mod_kuchikomi .kuchikomi_infobox dl.poster_name {
    line-height: 28px;
    margin: 0;
  }

  .mod_kuchikomi dl.poster_name dt,
  .mod_kuchikomi dl.poster_name dd {
    font-size: 17px;
  }

  .mod_kuchikomi dl.poster_name dt {
    padding: 0;
  }

  .mod_kuchikomi dl.poster_name dd {
    margin-left: 6px;
  }

  .mod_kuchikomi .kuchikomi_infobox .info_more {
    display: block;
    line-height: 28px;
    margin: 7px 0 0 0;
    padding: 0;
    width: 100%;
  }

  .mod_kuchikomi .kuchikomi_infobox .info_more a.btn_moreinfo {
    display: block;
    line-height: 28px;
    margin: 0 auto 5px;
    padding: 0;
    width: 200px;
  }

  .mod_movie .mod_post_btnbox,
  .mod_photo .mod_post_btnbox,
  .mod_kuchikomi .mod_post_btnbox {
    flex-direction: column;
    padding: 0;
    width: 280px;
  }

  .mod_post_btnbox .btn_post_lst {
    margin-top: 11px;
  }

  .mod_kuchikomi .kuchikomi_infobox .info_more p {
    padding-bottom: 0;
  }

  .mod_photo,
  .mod_kuchikomi,
  .mod_movie {
    margin: 17px auto 0;
    max-width: 600px;
    width: 88%;
  }

  .mod_kuchikomi {
    padding-bottom: 20px;
  }

  .mod_kuchikomi_box > aside+.mod_kuchikomi {
    margin-top: 0;
  }

  .mod_kuchikomi article header a {
    max-width: 146px;
  }

  .mod_photo_box {
    width: auto;
  }

  .mod_photo_box h2 {
    background: #4E79C6;
  }

  .mod_photo .ttl span.osusume_txt {
    font-size: 100%;
  }

  .mod_photo .photocol {
    width: auto;
  }

  .mod_photo .photocol.col2,
  .mod_photo .photocol.col3 {
    padding-top: 2.5vw;
  }

  .mod_photo .photocol.col2 .thumltb,
  .mod_photo .photocol.col3 .thumltb {
    flex-direction: column;
  }

  .mod_photo .photocol .thumltb .PhtOv {
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .mod_photo .photocol.col3 .thumltb .PhtOv:nth-of-type(3n) {
    padding-right: 0;
  }

  .mod_photo .photocol .thumltb .PhtOv+.PhtOv {
    margin-top: 3vw;
  }

  .mod_photo .photocol.col2 .thumltb .PhtOv,
  .mod_photo .photocol.col3 .thumltb .PhtOv {
    padding-bottom: 0;
  }

  .mod_photo .photocol.col3 .thumltb .PhtOv {
    width: 100%;
  }

  .mod_photo .photocol.col3 .thumltb .PhtOv:first-of-type,
  .mod_photo .photocol.col3 .thumltb .PhtOv:nth-of-type(3n + 1) {
    padding-left: 0;
  }

  .mod_photo .photocol.col3 .thumltb .PhtOv figure > a {
    aspect-ratio: 3 / 2;
    height: auto;
    min-width: 100%;
    width: calc(89.07vw - 34px);
  }

  .mod_movie .newer_videos.col2 .user_name, .mod_movie .newer_videos.col3 .user_name, .mod_photo .photocol .thumltb .PhtOv .user_name {
    font-size: 17px;
    line-height: 25px;
  }

  .mod_movie_box.post {
    overflow: hidden;
    padding: 0;
    width: auto;
  }

  .mod_movie .ttl {
    width: auto;
  }

  .mod_ttl_icon {
    display: none !important;
  }
}

@media screen and (max-width: 430px) {
  .sec_accordion > .inner {
    padding: 17px;
  }
}

/* =================================================
_lightbox
================================================== */
#lightbox-image-details-currentNumber {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  #lightbox-container-image-data #lightbox-image-details {
    display: block;
  }

  #jquery-overlay {
    height: 100% !important;
    width: 100% !important;
    z-index: 999999;
  }

  #jquery-lightbox {
    bottom: 0 !important;
    height: fit-content !important;
    left: 0 !important;
    margin: auto;
    overflow: visible;
    position: fixed;
    right: 0;
    top: 0 !important;
    width: 90vw;
    z-index: 1000000;
  }

  #jquery-lightbox a img {
    bottom: 0;
    height: 32px;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
  }

  #jquery-lightbox.horizontal #lightbox-image {
    height: auto !important;
    max-height: 560px;
    max-width: 100%;
    min-height: 236px;
    min-height: auto;
    min-width: 300px;
    width: 100%;
    width: auto;
  }

  #jquery-lightbox.vertical #lightbox-image {
    animation: fadeIn 1s ease-in forwards;
    max-height: 48vh;
    max-width: 100%;
    min-height: 236px;
    min-width: 300px;
    opacity: 0;
    width: auto;
  }

  /* 縦横サイズ */
  #jquery-lightbox.horizontal #lightbox-container-image-box {
    width: 90vw !important;
  }

  #jquery-lightbox.vertical #lightbox-container-image-box {
    width: 90vw !important;
  }

  #lightbox-container-image {
    min-height: 100px;
  }

  #jquery-lightbox.horizontal #lightbox-container-image {
    width: 100% !important;
  }

  #lightbox-container-image-box {
    max-width: 100%;
  }

  #lightbox-image {
    max-width: 100%;
  }

  #jquery-lightbox.vertical #lightbox-container-image {
    background: url("/search/image/dtl3/loading.gif") no-repeat center center;
    width: 100% !important;
  }

  #jquery-lightbox.horizontal #lightbox-container-image-data-box {
    width: 90vw !important;
  }

  #jquery-lightbox.vertical #lightbox-container-image-data-box {
    width: 90vw !important;
  }

  #jquery-lightbox.vertical #lb_summary .lb_summary_title {
    width: auto;
  }

  #lightbox-container-image-box {
    height: fit-content;
    min-height: 100px;
    overflow: visible !important;
    padding: 15px;
    position: static;
  }

  #lightbox-loading {
    animation: fadeIn .5s ease-in forwards;
    height: 32px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999999;
  }

  #lightbox-loading-link {
    background: url("/search/image/dtl3/loading.gif") no-repeat center center;
    display: inline-block;
    height: 32px;
    width: 32px;
  }

  #lightbox-nav {
    bottom: -10px;
    height: 20px;
    top: auto;
    transform: translateY(100%);
  }

  #lightbox-nav-btnPrev {
    background: transparent url("/search/netad/image_cmn/fancybox/blank.gif");
    background: url("/search/netad/image_cmn/fancybox/fcb_arrow-sp.png") no-repeat center / auto 80% !important;
    bottom: 0;
    cursor: pointer;
    height: 20px !important;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    transform: scale(-1);
    transition: all .1s linear 0s;
    width: 20px;
    z-index: 30;
  }

  #lightbox-nav-btnNext {
    background: transparent url("/search/netad/image_cmn/fancybox/blank.gif");
    background: url("/search/netad/image_cmn/fancybox/fcb_arrow-sp.png") no-repeat center / auto 80% !important;
    bottom: 0;
    cursor: pointer;
    height: 20px !important;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    transition: all .1s linear 0s;
    width: 20px;
    z-index: 30;
  }

  #lightbox-container-image-data-box {
    padding-top: 0;
  }

  #lightbox-image-details-currentNumber {
    align-items: center;
    bottom: -10px;
    color: #fff;
    display: flex !important;
    font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, Osaka;
    font-size: 15px;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    min-height: 20px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transform: translateY(100%);
    width: 100px;
  }

  #lightbox-secNav {
    margin: 0 auto;
    text-align: center;
    width: 55%;
  }

  #lightbox-secNav-btnClose {
    background: linear-gradient(rgb(255,255,255),rgb(219,228,236));
    border-color: rgb(15,71,149);
    border-image: initial;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: rgb(51,51,51);
    display: inline-flex;
    font-family: ArialMT,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,Meiryo,Osaka;
    font-size: 15px;
    justify-content: center;
    line-height: 22px;
    max-width: 165px;
    min-width: 130px;
    padding: 5px 15px 5px 36px;
    padding-left: 2.4em;
    position: relative;
    text-decoration: none;
    width: 100%;
  }

  #lightbox-secNav-btnClose img {
    display: none;
  }

  #lightbox-secNav-btnClose::after {
    content: "閉じる";
  }

  #lightbox-secNav-btnClose::before {
    background-image: url("/image_cmn/ico-close.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0px;
    content: "";
    display: block;
    left: 15px;
    margin: auto;
    position: absolute;
    text-shadow: rgba(0,0,0,.2) 0 -1px;
    top: 0px;
    width: 16px;
  }

  #lightbox-injustice {
    background: #e3f1f7;
    border: 1px solid #cee7f1;
    padding: 8px 12px;
    text-align: left;
    width: auto;
  }

  #lightbox-injustice p#lnk,
  #lightbox-injustice p.lnk_lead {
    display: inline;
    line-height: 22px;
  }

  #lightbox-injustice p#lnk {
    margin-left: 5px;
  }

  #lightbox-injustice p#lnk a {
    background: url("/search/image/dtl/ico-mrk-alert01.png") no-repeat 0 center / 18px;
    display: inline;
  }

  /* 写真LightBoxにメッセージ追加20140305miyano */
  #lightbox-container-image-data-box #lb_summary dt {
    white-space: nowrap;
  }

  #lightbox-container-image-data-box #lb_summary * {
    line-height: 20px;
  }

  [id^="lightbox-post"] {
    font-size: 15px;
  }

  #lb_summary .lb_summary_data dt,
  #lb_summary .lb_summary_title dt,
  .lb_summary .lb_summary_title dt {
    box-sizing: border-box;
    width: 95px;
  }

  #lb_summary .lb_summary_data.date,
  #lb_summary .lb_summary_data,
  #lb_summary .lb_summary_title,
  .lb_summary .lb_summary_title {
    background: none;
    border: none;
    border-bottom: 1px dashed #ccc;
    display: flex;
    float: none;
    padding: 7px 0;
    width: auto;
  }

  #lb_summary dt,
  .lb_summary dt {
    color: #000;
    font-weight: normal;
  }

  #lb_summary .lb_summary_data dt,
  #lb_summary .lb_summary_title dt,
  .lb_summary .lb_summary_title dt {
    float: none;
    padding-left: 5px;
  }

  #lb_summary .lb_summary_title dd,
  .lb_summary .lb_summary_title dd {
    float: none;
    width: auto;
  }

  #lb_summary .lb_summary_data.date {
    border-top: none;
  }

  #lb_summary .lb_summary_data dt {
    padding-right: 0;
  }

  .mod_link_secnd {
    width: auto;
  }

  .mod_link_secnd > dt {
    font-size: 20px;
  }

  .mod_link_secnd > dd > dl > dt {
    align-items: self-end;
    margin: 6px 0 12px;
    padding-left: 27px;
  }

  .mod_link_secnd > dd > dl > dt span {
    font-size: 18px;
  }

  .mod_link_secnd > dd > dl > dt::after {
    background-size: 20px;
    height: 20px;
    width: 20px;
  }

  .syuhen_item_box {
    justify-content: center;
    margin: 0 auto;
    transform: translateX(-8px);
    width: calc(100% + 10px);
  }

  .syuhen_item_box .item_photo {
    height: 26vw;
    max-width: 100%;
  }

  .syuhen_item_box p+p.count_away,
  .syuhen_item_box p.count_away,
  .syuhen_item_box .count_away {
    margin: 10px 0 7px;
  }

  .syuhen_item_box .item_box dd {
    padding: 5px 8px 8px;
  }

  .syuhen_item_box li {
    margin: 0 5px 15px 5px;
    width: calc(50% - 10px);
  }

  .syuhen_item_box li:nth-child(2n) {
    margin-right: 0;
  }

  .syuhen_item_box .item_box dt {
    text-align: center;
  }

  .syuhen_item_box .index1 {
    width: 100%;
  }

  .syuhen_item_box .btn_link_detail {
    box-shadow: 0 2px #e3476e;
    width: 100%;
  }

  #outskirts_info dd .note {
    margin: 15px 20px 0;
  }

  .mod_link_secnd > dd > ul {
    margin: 20px 20px 0;
    width: auto;
  }
}

#loadingsyuhentoukou {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #loadingsyuhentoukou img {
    width: 38px;
  }
}

@media screen and (max-width: 767px) {
  .mod_link_secnd a {
    line-height: 27px;
    padding: 5px;
  }

  .mod_link_secnd .market a .market_text,
  .mod_link_secnd .arund a .arund_text {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.2;
  }

  .mod_link_secnd .market .market_text {
    padding-right: 0;
  }

  .sns_consent_msg {
    line-height: 20px;
    margin: 21px 20px;
    text-align: left;
    width: auto;
  }
}

.mod_link_secnd .btn_base.btn_default.arund a {
  background: #3b9568;
  border: none;
  color: #fff;
  text-align: center;
  width: 350px;
}

@media screen and (max-width: 767px) {
  .mod_link_secnd .btn_base.btn_default.arund a {
    background: #3b9568;
    border: none;
    border-radius: 6px;
    box-shadow: 0px 3px 0px 0px #22543b;
    color: #fff;
    line-height: 27px;
    padding: 5px;
    text-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .local_character_name {
    font-size: 14px;
  }

  .cmn_bnrbox,
  .local_character_bnr {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .mod_map_box .arund_link {
    margin-top: 20px;
    width: auto;
  }

  .mod_map_box .arund_link a {
    display: inline-block;
  }
}

.point_count_btn .point_cap {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .point_count_btn.point_count_btn_present_point_ok {
    flex-direction: column;
    margin: 0 10px;
    padding: 0;
    width: auto;
  }

  .point_count_btn .point_cap {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 0;
    width: auto;
  }

  .point_count_btn .point_cap + a {
    margin: 0 auto;
    width: 200px;
  }

  .point_count_btn .point_cap::after {
    margin: 10px 0 10px;
    position: static;
    transform: rotate(90deg);
  }
}

.mod_movie .mod_post_btnbox .btn_point a,
.mod_movie .mod_post_btnbox .btn_post_lst a,
.mod_movie .mod_post_btnbox .nav_login,
.mod_photo .mod_post_btnbox .btn_point a,
.mod_photo .mod_post_btnbox .btn_post_lst a,
.mod_photo .mod_post_btnbox .nav_login,
.mod_kuchikomi .mod_post_btnbox .btn_post_lst a,
.mod_kuchikomi .mod_post_btnbox .nav_login {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .bnr.bnr_nagoya_event {
    margin-left: auto;
    margin-right: auto;
    margin-top: -8px;
    text-align: center;
    width: 300px;
  }

  .mod_movie .mod_post_btnbox .nav_login + a.sp,
  .mod_photo .mod_post_btnbox .nav_login + a.sp,
  .mod_kuchikomi .mod_post_btnbox .nav_login + a.sp,
  .mod_movie .mod_post_btnbox .btn_point a,
  .mod_movie .mod_post_btnbox .btn_post_lst a,
  .mod_photo .mod_post_btnbox .btn_point a,
  .mod_photo .mod_post_btnbox .btn_post_lst a,
  .mod_kuchikomi .mod_post_btnbox .btn_post_lst a {
    display: inline-block;
  }

  .mod_movie .mod_post_btnbox .nav_login + a.sp img,
  .mod_photo .mod_post_btnbox .nav_login + a.sp img,
  .mod_kuchikomi .mod_post_btnbox .nav_login + a.sp img,
  .mod_movie .mod_post_btnbox .btn_point a img,
  .mod_movie .mod_post_btnbox .btn_post_lst a img,
  .mod_photo .mod_post_btnbox .btn_point a img,
  .mod_photo .mod_post_btnbox .btn_post_lst a img,
  .mod_kuchikomi .mod_post_btnbox .btn_post_lst a img {
    display: none!important;
  }

  .mod_movie .mod_post_btnbox .nav_login + a.sp::after,
  .mod_photo .mod_post_btnbox .nav_login + a.sp::after,
  .mod_kuchikomi .mod_post_btnbox .nav_login + a.sp::after,
  .mod_movie .mod_post_btnbox .btn_point a::after,
  .mod_movie .mod_post_btnbox .btn_post_lst a::after,
  .mod_photo .mod_post_btnbox .btn_point a::after,
  .mod_photo .mod_post_btnbox .btn_post_lst a::after,
  .mod_kuchikomi .mod_post_btnbox .btn_post_lst a::after {
    background: url("/search/image/dtl_new/btn-entry-post-k-sp.png") no-repeat 0 0 / 100% auto;
    content: "";
    display: inline-block;
    height: 50px;
    width: 280px;
  }

  .mod_kuchikomi .mod_post_btnbox .nav_login + a.sp::after {
    background-image: url("/search/image/dtl_new/btn-entry-post-k-sp.png");
    height: 51px;
  }

  .mod_kuchikomi .mod_post_btnbox .btn_post_lst a::after {
    background-image: url("/search/image/dtl_new/btn-post-k-lst-sp.png");
  }

  .mod_photo .mod_post_btnbox .nav_login + a.sp::after {
    background-image: url("/search/image/dtl_new/btn-entry-post-p-sp.png");
  }

  .mod_photo .mod_post_btnbox .btn_post_lst a::after {
    background-image: url("/search/image/dtl_new/btn-post-p-lst-sp.png");
  }

  .mod_photo .mod_post_btnbox .btn_point a::after {
    background-image: url("/search/image/dtl_new/btn-point-photo-sp.png");
    height: 68px;
  }

  .mod_movie .mod_post_btnbox .nav_login + a.sp::after {
    background-image: url("/search/image/dtl_new/btn-entry-post-m-sp.png");
  }

  .mod_movie .mod_post_btnbox .btn_post_lst a::after {
    background-image: url("/search/image/dtl_new/btn-post-m-lst-sp.png");
  }

  .mod_movie .mod_post_btnbox .btn_point a::after {
    background-image: url("/search/image/dtl_new/btn-point-movie-sp.png");
    height: 68px;
  }

  .mod_movie .mod_post_btnbox .btn_post_lst a::after {
    background-image: url("/search/image/dtl_new/btn-post-m-lst-sp.png");
  }

  .mod_post_btnbox a:not([href]) {
    pointer-events: none;
  }

  .mod_post_btnbox a:not([href])::after {
    filter: grayscale(100%);
    opacity: .8;
  }

  .mod_kuchikomi_box h2::after, .mod_photo_box h2::after, .mod_movie_box h2::after {
    align-items: center;
    color: #fff;
    content: "投稿ユーザー様からの口コミ投稿";
    display: flex;
    flex-direction: row;
    font-size: 20px;
    font-weight: 600;
    justify-content: center;
    line-height: 30px;
  }

  .mod_photo_box h2::after {
    content: "投稿ユーザー様からの写真投稿";
  }

  .mod_movie_box h2::after {
    content: "投稿ユーザー様からの動画投稿";
  }
}

@media screen and (max-width: 767px) {
  #closebtn_fullmap {
    left: 0;
    margin: auto;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .info_pointup {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 10px;
    max-width: 600px;
    padding: 0 5px 15px;
    width: 88%;
  }

  .info_pointup::after {
    display: none;
  }

  .info_pointup .lead {
    background-position: 5px center;
    margin: 16px auto 0;
    padding: 0 5px 0 35px;
    white-space: nowrap;
  }

  .info_pointup .btn_lnk_getpoint {
    margin: 16px auto 0;
    padding: 0 5px;
  }

  .info_pointup .btn_lnk_getpoint a {
    width: 256px;
  }
}

@media screen and (max-width: 767px) {
  .box_fa_data .data3 li a {
    box-sizing: border-box;
    line-height: 1.1;
  }

  .mod_user_box .user_content {
    padding: 15px 20px 20px;
  }

  .mod_link_secnd .market a::before {
    display: none;
  }

  .mod_kuchikomi .kuchikomi_infobox.type_04 div.poster_name {
    width: auto;
  }

  .syuhen_item_box:not(.open) li:nth-child(n + 5):nth-child(-n + 8) {
    margin-bottom: 0;
    margin-top: 0;
  }

  .syuhen_item_box li:nth-child(n + 5):nth-child(-n + 8).syuhen_viewmore {
    max-height: none;
    opacity: 1;
    overflow: auto;
    transition: .5s;
  }

  .syuhen_item_box.open li:nth-child(n + 5):nth-child(-n + 8) {
    max-height: 800px;
    opacity: 1;
    overflow: visible;
    transition: .5s;
  }

  .syuhen_item_box .syuhen_viewmore {
    margin: -5px auto 0;
  }

  .syuhen_item_box.open .syuhen_viewmore {
    margin: 0 auto;
  }
}

/* ---------------------------------------
_fix SP Backend
--------------------------------------- */
#side > #user_box {
  background: #f6eee0!important;
  border: 1px solid #f75586!important;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 15px 0 23px 0;
  padding: 20px 20px 22px!important;
}

#side > #user_box #ttl_box p.ttl + p.pass_lose {
  margin-top: 0;
  order: 2;
}

#side > #user_box #ttl_box p.pass_lose a {
  color: #1825ce;
  display: inline-block;
  font-size: 15px;
  height: 18px;
  padding: 0 0 0 12px;
  position: relative;
  text-decoration: underline;
}

#side > #user_box #ttl_box p.pass_lose a::before {
  border-color: transparent transparent transparent #1825ce;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 9px;
  width: 0;
}

#side > #user_box #ttl_box p.pass_lose a:hover {
  text-decoration: none;
}

#side > #user_box .btn_logout {
  left: 110px;
  position: absolute;
  text-align: left;
  top: 67px;
}

#side > #user_box .btn_logout::after {
  clear: both;
  content: "";
  display: table;
}

#side > #user_box .welcome_area {
  align-items: flex-start;
  display: flex;
  margin: 0;
}

#side > #user_box .welcome_area .pro_photo {
  float: left;
  margin-top: auto;
}

#side > #user_box .welcome_area .welcome_txt {
  margin-top: 4px;
  width: 100px;
}

#side > #user_box form[name=frmLogout] {
  display: none;
}

#side > #user_box .btn_logout a {
  background: #c80d46;
  border-radius: 2px;
  box-shadow: -1px -1px 3px 0 rgb(255 255 255 / 0%), 0 1px 3px 0 rgb(0 0 0 / 25%);
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-feature-settings: "palt" 1;
  font-size: 14px;
  font-weight: bold;
  height: 26px;
  letter-spacing: .01em;
  line-height: 26px;
  margin-left: 0;
  padding-right: 10px;
  position: relative;
  text-align: center;
  width: 100px;
}

#side > #user_box .btn_logout a::before {
  color: #fff;
  content: "ログアウト";
}

#side > #user_box .btn_logout a::after {
  background: url("/search/image/user/ico-logout.png") no-repeat center center;
  bottom: 0;
  content: "";
  display: block;
  height: 15px;
  margin: auto 0;
  position: absolute;
  right: 2px;
  top: 0;
  width: 17px;
  z-index: 2;
}

#side > #user_box .btn_logout a img,
#side > #user_box .user_list dd img,
#side > #user_box .user_list img[src="/entry_pubuser/image_cmn/mrk_input_fac.png"] {
  display: none;
}

#side > #user_box .user_list a {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 19px;
  margin-left: 30px;
  padding: 5px 0;
  position: relative;
}

#side > #user_box .user_list dd {
  justify-content: flex-start;
  text-align: left;
  width: 248px;
}

#side > #user_box .user_list dd a::before {
  background: url("/search/image/user/ico-input-fac.png") no-repeat center / contain;
  content: "";
  display: block;
  height: 28px;
  left: -30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}

#side > #user_box .user_list .li_top a::before {
  background-image: url("/search/image/user/ico-input-fac.png");
}

#side > #user_box .user_list .li_short a::before {
  background-image: url("/search/image/user/ico-total-com.png");
}

#side > #user_box .user_list .li_short_under a::before {
  background-image: url("/search/image/user/ico-total-phot.png");
}

#side > #user_box .user_list .li_short_under img[src="/entry_pubuser/image_cmn/mrk_total_pho.gif"] + a::before {
  background-image: url("/search/image/user/ico-total-mov.png");
}

#side > #user_box .btn_mypage {
  margin: 14px auto 0;
  width: 190px;
}

#side > #user_box .btn_mypage a {
  background: #c80d46;
  border-radius: 4px;
  box-shadow: -1px -1px 3px 0 rgb(255 255 255 / 0%), 0 1px 3px 0 rgb(0 0 0 / 25%);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-feature-settings: "palt" 1;
  font-size: 17px;
  font-weight: bold;
  height: 42px;
  letter-spacing: .01em;
  line-height: 42px;
  padding-left: 33px;
  position: relative;
  width: auto;
}

#side > #user_box .btn_mypage a img,
#side > #user_box .btn_mypage a + img {
  display: none;
}

#side > #user_box .btn_mypage a::before {
  background: url("/search/image/user/ico-mypage.png") no-repeat center center;
  bottom: 0;
  content: "";
  display: block;
  height: 17px;
  left: 32px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 22px;
  z-index: 2;
}

#side > #user_box .btn_mypage a::after {
  content: "マイページヘ";
  display: inline;
}

#user_box .login_box ul.login_li img {
  display: none;
  width: auto;
}

#side > #user_box .LoginWaitScreenBody .loadingCenter {
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  width: 160px;
}

#side > #user_box #ttl_box {
  display: contents;
}

#side > #user_box #ttl_box .ttl {
  background: #f75586;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-weight: normal;
  margin: -22px -22px 0 -22px;
  padding: 9px 0 6px!important;
}

#side > #user_box #ttl_box .ttl::before {
  left: 10px;
  top: 2px;
}

#side > #user_box #ttl_box .ttl::after {
  right: 7px;
  top: 2px;
}

#side > #user_box #ttl_box .ttl .ttl_l {
  display: inline-block;
}

#side > #user_box .login_box {
  margin: 10px -20px 0 -20px;
}

#side > #user_box .login_box ul.login_li input[type="text"],
#side > #user_box .login_box ul.login_li input[type="password"] {
  background-color: rgb(232, 240, 254);
  border: #8a3f56 1px solid;
  border-radius: 3px;
  box-sizing: border-box;
  color: #444;
  float: none;
  line-height: 15px;
  margin: 0;
  padding: 9px 5px 8px 48px;
  width: 242px;
}

#side > #user_box .login_box ul.login_li li {
  margin: 8px auto;
  position: relative;
}

#side > #user_box .login_box ul.login_li li::before {
  bottom: 0;
  content: "";
  display: block;
  left: 26px;
  margin: auto 0;
  position: absolute;
  top: 0;
}

#side > #user_box .login_box ul.login_li li:first-child::before {
  background: url("/search/image/user/ico-mail.png") no-repeat 0 center / 100% auto;
  height: 14px;
  width: 18px;
}

#side > #user_box .login_box ul.login_li li:nth-child(2)::before {
  background: url("/search/image/user/ico-pass.png") no-repeat 0 center / 100% auto;
  content: "";
  display: inline-block;
  height: 19px;
  width: 19px;
}

#side > #user_box .login_box .b_user_login {
  position: relative;
}

#side > #user_box .login_box .b_user_login:hover {
  opacity: .7;
}

#side > #user_box .login_box .b_user_login::after {
  background: url("/search/image/user/ico-lock.png") no-repeat 31% center, #c80d46;
  border-radius: 4px;
  box-shadow: -1px -1px 3px 0 rgb(255 255 255 / 0%), 0 1px 3px 0 rgb(0 0 0 / 25%);
  box-sizing: border-box;
  color: #fff;
  content: "ログイン";
  cursor: pointer;
  display: inline-block;
  font-feature-settings: "palt" 1;
  font-size: 19px;
  font-weight: 800;
  height: 42px;
  letter-spacing: .01em;
  line-height: 42px;
  padding-left: 35px;
  position: relative;
  width: 260px;
}

#side > #user_box .login_box .b_user_login input[type="image"] {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

#side > #user_box .btn_regist a {
  display: inline-block;
}

#side > #user_box .btn_regist a::after {
  display: none;
}

#side > #user_box .btn_regist + p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  order: 2;
  text-align: left;
}

#side > #user_box .btn_regist {
  margin: 2px auto 10px !important;
  position: relative;
  text-align: center;
}

#side > #user_box .btn_regist img {
  display: none;
}

#side > #user_box .btn_regist a {
  background: #c80d46;
  border-radius: 4px;
  box-shadow: -1px -1px 3px 0 rgb(255 255 255 / 0%), 0 1px 3px 0 rgb(0 0 0 / 25%);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-feature-settings: "palt" 1;
  font-size: 19px;
  font-weight: bold;
  height: 42px;
  letter-spacing: .01em;
  line-height: 42px;
  padding-right: 23px;
  position: relative;
  width: 260px;
}

#side > #user_box .btn_regist a::after {
  background: url("/search/image/user/ico-circle-arrow.png") no-repeat center;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 20px;
  margin: auto 0;
  position: absolute;
  right: 8px;
  top: 0;
  width: 19px;
}

#side > #user_box .btn_regist a::before {
  content: "新規投稿ユーザー登録";
}

#side > #user_box .ed_over {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #side .mod_side_bnr_cate a.bnr_url {
    background: url("https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-publilog-600-150.png") no-repeat 0 0 / 100% auto;
    height: 75px;
    width: 300px;
  }

  #side .mod_side_bnr_cate a.bnr_url img {
    display: none;
  }
}

/* ---------------------------------------
_kuwanacity
--------------------------------------- */
@media screen and (max-width: 767px) {
  .list_events {
    margin: -5px auto 0;
    width: auto;
    justify-content:left;
  }

  .list_events li {
    margin: 10px;
    width: calc(50% - 2rem);
  }

  .list_events li:nth-child(n + 4) {
    margin-top: 10px;
  }

  .list_events li a:hover {
    opacity: .7;
  }
}

/* ---------------------------------------
_cmn_bnrbox.l_bnr_lg
--------------------------------------- */
@media screen and (max-width: 767px) {
  .cmn_bnrbox.l_bnr_lg {
    display: flex;
    width: min-content;
    flex-direction: column;
  }

  .list_btn01.l_3col + .cmn_bnrbox.l_bnr_lg {
    margin-top: 20px;
  }

  .cmn_bnrbox.l_bnr_lg .bnr {
    max-width: 100%;
    width: 340px;
  }

  .cmn_bnrbox.l_bnr_lg .bnr + .bnr {
    margin-top: 15px;
  }

  .list_btn01.l_3col {
    width: auto;
    align-items: center;
  }

  .list_btn01.l_3col li {
    width: 202px;
    min-width: fit-content;
    margin: 10px 5px 0;
  }

  .list_btn01.l_3col li:not(:nth-child(3n + 1)) {
    margin-left: 5px;
  }

  .list_btn01.l_3col li:nth-child(n + 4) {
    margin-top: 10px;
  }

  .scroll_block_new {
    margin-top: 20px;
    overflow-x: auto;
    position: relative;
    padding-bottom: 7px;
  }

  .scroll_block_new::before {
    background: url("/image_cmn/ico-swipe.png") no-repeat 0 0 / 30px auto;
    content: "フリックによる横スライド仕様となります。";
    display: flex;
    min-height: 35px;
    padding-left: 42px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
    position: sticky;
    left: 0;
    top: 0;
  }

  .scroll_block_new .tbl {
    margin-top: 5px;
    width: 656px;
  }

  .ttl_pr {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 0;
  }

  .ttl_pr::before {
    font-size: 1.4rem;
    margin-bottom: .3rem;
    display: inline-block;
  }

  .img_wrap {
    flex-direction: column;
    margin: 13px -5px 5px;
  }

  .img_wrap_item {
    margin: 0 5px;
  }

  .img_wrap_item + .img_wrap_item {
    margin-top: 8px;
  }

  .detail_article .sp_img_zoom01 {
    overflow: hidden;
  }

  .detail_article .sp_img_zoom01 img {
    width: 125vw;
    max-width: none;
  }

  .tbl.sp_tbl_l01 {
    display: grid;
    grid-template-columns: 100px 1fr;
  }

  .tbl.sp_tbl_l01 tbody {
    display: contents;
  }

  .tbl.sp_tbl_l01 tr {
    display: contents;
  }

  .tbl.sp_tbl_l01 th {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .tbl.sp_tbl_l01 td {
    display: block;
    padding: 10px;
    border: 1px solid #56a686;
    width: 100%;
  }

  .detail_article .tbl.sp_tbl_l01 td.sz_02, .detail_article .tbl.sp_tbl_l01 th.sz_02, .detail_article .tbl.sp_tbl_l01 th, .detail_article .tbl th.sz_01 {
    width: 100px;
    vertical-align: middle;
  }

  .tbl.sp_tbl_l01 th:nth-child(1) { order: 0; }
  .tbl.sp_tbl_l01 th:nth-child(2) { order: 2; }
  .tbl.sp_tbl_l01 th:nth-child(3) { order: 4; }
  .tbl.sp_tbl_l01 th:nth-child(4) { order: 6; }

  .tbl.sp_tbl_l01 td:nth-child(1) {order: 1;}
  .tbl.sp_tbl_l01 td:nth-child(2) { order: 3; }
  .tbl.sp_tbl_l01 td:nth-child(3) { order: 5; }
  .tbl.sp_tbl_l01 td:nth-child(4) { order: 7; }

  .mod_kuchikomi_box .red {
    line-height: 1.4;
    margin: 10px 10px 0;
  }

  .mod_kuchikomi .kuchikomi_photo p {
    flex: 1 0 0;
    margin-right: 0;
  }
}

/* ---------------------------------------
_list_note
--------------------------------------- */
@media screen and (max-width: 767px) {
  .tbl.tbl_access .list_note li {
    font-size: 14px;
    line-height: 1.4;
    margin: 10px 10px 0;
  }

  .mod_kuchikomi .kuchikomi_photo p {
    flex: 1 0 0;
    margin-right: 0;
  }
}