@charset "UTF-8";
/*---------------------------------------------
_reset
----------------------------------------------*/
html {
  min-width: inherit;
}

body {
  background: none;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 13px;
    font-size: 4vw;
  }

  body {
    max-width: 100%;
    min-width: 375px;
  }
}

@media screen and (max-width: 374px) {
   html {
    font-size: 15px;
  }
}

div,
p,
ul,
li,
img,
h1,
h2 {
  margin: 0;
  padding: 0;
}

ul,
section,
figure,
aside {
  display: block;
  margin: 0;
  padding: 0;
}

area:hover,
area {
  border: 0 !important;
  cursor: pointer;
  outline: none !important;
}

/*---------------------------------------------
_module
----------------------------------------------*/
.view_pc,
.pc {
  display: block !important;
}

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

.view_sp,
.sp {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .view_sp,
  .sp {
    display: block !important;
  }
}

.cf:before {
  content: "";
  display: table;
}

.clearfix:after,
.cf:after {
  clear: both;
  content: "";
  display: table;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.full_width {
  width: 100% !important;
}

.font_bold {
  font-weight: 600;
}

.text_red {
  color: #ff0000;
}

.fz_sm {
  font-size: 70% !important;
}

.mt0 {
  margin-top: 0!important;
}

.mt_1 {
  margin-top: 16px;
}

.blk {
  display: block;
}

.inblk {
  display: inline-block!important;
}

@media screen and (min-width: 750.1px) {
  .mt0_pc {
    margin-top: 0!important;
  }

  .font_bold_pc {
    font-weight: 600;
  }
}

.w25p {
  width: 25%!important;
}

.content p:not(.mod_lead):not(.lead_txt) {
  font-size: 17px;
  letter-spacing: .02rem;
  line-height: 1.78;
  text-align: left;
}

.content p + .img_r,
.content p + .img_r + p,
.content p + p {
  margin-top: 19px;
}

@media screen and (max-width: 750px) {
  .content p:not(.mod_lead):not(.lead_txt) {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.6;
    text-align: justify;
  }

  .content p + p {
    margin-top: 1.2rem;
  }
}

.btn_garden {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 4px;
  padding-left: 16px;
}

.btn_garden.nolink {
  pointer-events: none;
}

.btn_garden:not(.nolink):hover {
  opacity: .8;
}

.btn_garden.nolink:hover {
  opacity: 1;
}

@media screen and (max-width: 750px) {
  .btn_garden {
    font-size: 1.2rem;
    line-height: 1.1667rem;
    margin: 0 auto .2667rem;
    min-width: 1.3333rem;
    padding: 1rem 2.3333rem .8667rem 1rem;
    text-align: left;
  }
}

.mt1 {
  margin-top: 15px;
}

@media screen and (max-width: 750px) {
  .mt1 {
    margin-top: 1rem;
  }
}

/*---------------------------------------------
_header
----------------------------------------------*/
header#header_new.dtl.bc53 {
  background: transparent url(/online-travel/image/head_bg.png) center bottom;
}

@media screen and (max-width: 750px) {
  #header_wrap {
    height: 75px;
  }
}

@media screen and (max-device-width: 1024px) {
  header#header_new.bc53 #ttl_area{
    width: 100%;
  }
}

.logo_dtl_sp {
  background-color: #fffaf0;
  border-top: #f75586 solid 2px;
  padding: 9px 0 9px 0;
  text-align: center;
}

.logo_dtl_sp img {
  max-width: 85px;
}

/*---------------------------------------------
_SEO
----------------------------------------------*/
@media screen and (min-width: 750.1px) {
  .f_desc {
    background: #edf5fc;
    border: 1px solid #1353b1;
    color: #0c2a4f;
    font-size: 14px;
    line-height: 23px;
    margin: 39px auto 0;
    padding: 15px 20px;
    position: relative;
    text-align: left;
    width: 787px;
  }

  .f_desc:before {
    content: url("/tour/image/bg_seo_top.png");
    display: block;
    left: -8px;
    position: absolute;
    top: -8px;
  }

  .f_desc:after {
    bottom: -16px;
    content: url("/tour/image/bg_seo_bottom.png");
    display: block;
    position: absolute;
    right: -8px;
  }

  .f_desc p {
    margin: 0;
  }

  .f_desc_open,
  .f_desc_close,
  .f_desc_chkbox {
    display: none;
  }

  .f_desc .box_block {
    margin: 0;
    padding: 0;
  }

  #wrap .f_desc .bg_pink_4 {
    background: none;
  }

  .f_desc_input {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .f_desc {
    margin: 3em 1em;
  }

  .f_desc .f_desc_open {
    display: block;
  }

  .f_desc .f_desc_close {
    display: none;
  }

  .f_desc .f_desc_txt {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow: hidden;
  }

  .f_desc .f_desc_input[type="checkbox"] {
    display: none;
  }

  .f_desc .f_desc_input[type="checkbox"]:checked + div .f_desc_txt {
    display: inline;
  }

  .f_desc .f_desc_open,
  .f_desc .f_desc_close {
    color: #0075d8;
  }

  .f_desc .f_desc_input[type="checkbox"]:checked + div .f_desc_open {
    display: none;
  }

  .f_desc .f_desc_input[type="checkbox"]:checked + div .f_desc_close {
    display: inline-block;
  }
}

#wrap .bg_pink_4 {
  background-color: #fbe8f0;
}

.box_block {
  margin-top: 1em;
  padding: 19px 20px 19px 20px;
}

@media screen and (max-width: 750px) {
  #wrap .bg_pink_4 p {
    font-size: 13px;
    line-height: 1.69;
  }

  .f_desc {
    margin: 1em 1em 0 1em;
  }

  .f_desc .description_open {
    margin-top: 4px;
    text-align: right;
  }
}

/*---------------------------------------------
_footer
----------------------------------------------*/
.footer_basic {
  margin-top: 2.5em;
}

.footer_basic li {
  background-color: #fbe8f0;
}

.footer_basic li a {
  border-bottom: 1px solid #f9a5be;
  color: #ff3e6f;
  display: block;
  line-height: 24px;
  padding: 1em 2em 1em 2.5em;
  position: relative;
  text-decoration: none;
}

.footer_basic li a:before {
  -webkit-box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  background-color: #f881a5;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  height: .7em;
  left: 1em;
  position: absolute;
  top: 1.42em;
  transform: rotate(45deg);
  width: .7em;
}

.footer_basic li a:after {
  background: url(/image_cmn/arrow-02-sp.png) center center no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  width: .61em;
}

.footer_basic .copyright {
  background: #cc5479;
  color: #fff;
  font-family: Verdana, "Droid Sans";
  font-size: .69rem;
  padding: 1.75em 1em;
  text-align: center;
}

.footer_box_bc53 {
  margin-top: 135px;
}

.footer_box_bc53:before {
  background: url(/tour/image/bg-footer-meien100.png) no-repeat bottom center / 100% auto;
  height: 83px;
  top: -82px;
  width: 576px;
}

#btn_pagetop {
  display: none !important;
}

/* _pagetop */
@media screen and (min-width: 750.1px) {
  .mod_pagetop {
    background: url(/search/image/dtl_new/bg_pagetop_btn.png) no-repeat 0 0;
    border-radius: 6px;
    bottom: 30px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
    cursor: pointer;
    display: none;
    position: fixed;
    right: 30px;
    transition: background .2s linear;
    width: 90px;
    z-index: 100;
  }

  .mod_pagetop:hover {
    background-position: 0 -50px;
  }
}

@media screen and (max-width: 750px) {
  .mod_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);
    display: none;
    height: 56px;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 16px;
    width: 56px;
    z-index: 999;
  }

  .mod_pagetop a {
    color: #0075d8;
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: -.05em;
    line-height: 1;
    margin: auto;
    position: relative;
    text-align: center;
  }

  .mod_pagetop a::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;
  }
}

/*---------------------------------------------
_siteroute
----------------------------------------------*/
#siteroute {
  width: 950px;
}

@media screen and (max-width: 750px) {
  #siteroute {
    display: none !important;
  }
}

@media screen and (min-width: 750.1px) {
  #siteroute li:not([class]):last-child > a span,
  #siteroute li .last_crumbs {
    padding-top: 1px;
  }
}

/*---------------------------------------------
_content
----------------------------------------------*/
.content {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 750px) {
  .content {
    margin: 0 auto;
  }
  
  .content img {
    width: 100%;
  }
}

.content a:hover {
  opacity: .8;
}

.ttl_main {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .list_table .special {
    background-color: #fdf4f8;
  }

  .ttl_main {
    display: block !important;
  }

  .ttl_main_h1 {
    background: #f75586;
    color: #fff;
    font-size: 1.533334rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    padding: .6rem 1rem;
    text-align: center;
  }
}

.main_visual h1 {
  position: relative;
}

.main_visual .area {
  background: linear-gradient(to right, #e2c770, #fffce9, #e2c770);
  border-radius: 20px;
  border: 3px solid #c59b0a;
  bottom: 16px;
  color: #4e2e09;
  display: block;
  font-size: 17px;
  font-weight: 600;
  left: calc(50% + 2px);
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 auto;
  max-width: 230px;
  min-width: 142px;
  padding: 4px 15px 2px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .main_visual .area {
    bottom: .85rem;
    font-size: .7rem;
    left: calc(50% + .08rem);
    max-width: 10rem;
    min-width: 6rem;
    padding: .15rem .3rem;
  }
}

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

.mod_lead {
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.88;
  margin: 28px auto 0;
  max-width: 730px;
  text-align: justify;
}

@media screen and (max-width: 750px) {
  .mod_lead {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.6;
    margin: 1rem 1rem 0 !important;
  }
}

/*---------------------------------------------
_map
----------------------------------------------*/
@media screen and (min-width: 750.1px) {
  .map_area {
    margin-top: 38px;
  }

  .map_area .ttl_xl {
    display: flex;
    justify-content: center;
  }

  .map_area .ttl_xl span {
    color: #319075;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.071;
    margin: 0 auto;
    padding: 6px 42px 5px 48px;
    position: relative;
    text-align: center;
  }

  .map_area .ttl_xl span:before {
    background: url(../image/bg-map-ttl-bf.png) no-repeat 0 0/100% auto;
    content: "";
    display: block;
    height: 36px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
  }

  .map_area .ttl_xl span:after {
    background: url(../image/bg-map-ttl-af.png) no-repeat 0 0/100% auto;
    content: "";
    display: block;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
  }
}

@media screen and (max-width: 750px) {
  .ttl_xl {
    background: none;
    border-bottom: .2rem solid #f75586;
    color: #000;
    display: block;
    font-size: 1.333334rem;
    letter-spacing: .02em;
    line-height: 1.15;
    padding: 0 0 .566667rem !important;
    text-align: left;
  }

  .ttl_xl span {
    padding-left: 0;
    padding-right: 0;
  }

  .ttl_xl span:before,
  .ttl_xl span:after {
    content: none;
  }
}

@media screen and (min-width: 750.1px) {
  .list_bnr_related_sites .ttl_xl span:before {
    left: -20px;
  }

  .list_bnr_related_sites .ttl_xl span:after {
    right: -15px;
  }

  .list_bnr_related_sites_2 .ttl_xl span:before {
    left: 4px;
  }

  .list_bnr_related_sites_2 .ttl_xl span:after {
    right: 10px;
  }

  .ttl_xl span.inner_span_ttl:before {
    left: 33%;
  }

  .ttl_xl span.inner_span_ttl:after {
    right: 33%;
  }

  .list_bnr_related_sites.group_btn .ttl_xl span:before {
    left: 0;
  }

  .list_bnr_related_sites.group_btn .ttl_xl span:after {
    right: 0;
  }
}

.lead_txt {
  font-size: 1.7rem;
  line-height: 1.6;
  margin-top: .8rem;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .lead_txt {
    font-size: 1rem;
    letter-spacing: .02em;
    line-height: 1.6;
    margin-top: .666667rem;
    text-align: justify;
  }
}

.map_img {
  border: 1px solid #937d5d;
  margin: 2.8rem auto 0;
  max-width: 940px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .map_img {
    margin-top: 0;
  }

  .map_img:before {
    background: url(../image/ico-zoom.png) center no-repeat;
    background-size: contain;
    bottom: .366667rem;
    content: "";
    height: 1.5rem;
    position: absolute;
    right: .366667rem;
    width: 1.5rem;
  }
}

@media screen and (max-width: 750px) {
  .map_area {
    margin: 1.6rem auto 0;
  }

  .map_area > .inner {
    margin: 0 1rem;
  }

  .map_area > .ttl_xl {
    margin: 0 1rem;
  }
}

.list_area {
  margin-top: 5.1rem;
}

@media screen and (max-width: 750px) {
  .list_area {
    margin: .5rem 0 1.6rem !important;
  }
}

.list_area_table {
  margin: -1.2rem auto 0;
  max-width: 825px;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .list_area_table {
    margin-top: .966667rem;
  }

  .list_area_table table,
  .list_area_table tbody,
  .list_area_table tr,
  .list_area_table th,
  .list_area_table td {
    display: block;
  }
}

.list_area_table table {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .list_area_table table {
    border-bottom: 1px solid #f75586;
    border-collapse: collapse;
  }

  .list_area_table tr:not(:last-child) {
    border-bottom: 1px solid #f75586;
  }
}

.list_area_table th {
  padding: 0;
  padding-bottom: 3px;
  vertical-align: top;
  width: calc(136 / 758 * 100%);
}

.list_area_table tr:nth-child(n + 2) th {
  padding-top: .6rem;
}

.list_area_table th a.ico_next,
.list_area_table th span {
  background-color: #236ed1;
  background-size: contain;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  margin-left: -.5rem;
  padding: .9rem .8rem .7rem .8rem;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.list_area_table th .ico_next {
  background-color: #236ed1;
  background-size: contain;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  margin-left: -.5rem;
  padding: .9rem .8rem .7rem .8rem;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

@media screen and (min-width: 750.1px) {
  .hex-1 .list_area_table th,
  .hex-2 .list_area_table th {
    border-bottom-color: #30b9f0;
  }

  .hex-1 .list_area_table th span,
  .hex-2 .list_area_table th span {
    background-color: #30b9f0;
  }

  .hex-3 .list_area_table th {
    border-bottom-color: #29cc67;
  }

  .hex-3 .list_area_table th span {
    background-color: #29cc67;
  }

  .hex-4 .list_area_table th {
    border-bottom-color: #8fd13b;
  }

  .hex-4 .list_area_table th span {
    background-color: #8fd13b;
  }

  .hex-5 .list_area_table th {
    border-bottom-color: #ea9a6e;
  }

  .hex-5 .list_area_table th span {
    background-color: #ea9a6e;
  }

  .hex-6 .list_area_table th {
    border-bottom-color: #e26f7a;
  }

  .hex-6 .list_area_table th span {
    background-color: #e26f7a;
  }

  .hex-7 .list_area_table th {
    border-bottom-color: #b189e5;
  }

  .hex-7 .list_area_table th span {
    background-color: #b189e5;
  }

  .hex-8 .list_area_table th {
    border-bottom-color: #2baf37;
  }

  .hex-8 .list_area_table th span {
    background-color: #2baf37;
  }

  .hex-9 .list_area_table th {
    border-bottom-color: #e897be;
  }

  .hex-9 .list_area_table th span {
    background-color: #e897be;
  }

  .hex-10 .list_area_table th {
    border-bottom-color: #edbb4a;
  }

  .hex-10 .list_area_table th span {
    background-color: #edbb4a;
  }
}

.include-seirei .list_area_table th.capital {
  border-bottom-color: #f294c5;
}

.include-seirei .list_area_table th span.capital {
  background-color: #f294c5;
  border-bottom-color: #f294c5;
}

@media screen and (min-width: 750.1px) {
  .list_area_table th a.ico_next:after,
  .list_area_table th span:after {
    border-left: 9px solid transparent;
    border-top: 9px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .list_area_table th a.ico_next,
  .list_area_table th span {
    padding: 1rem 1.34rem .6rem;
  }
}

@media screen and (max-width: 750px) {
  .list_area_table th {
    border: 1px solid #f75586;
    border-bottom: none;
    cursor: pointer;
    display: block;
    padding-bottom: 0;
    text-align: left;
    width: 100%;
  }

  .list_area_table tr:nth-child(n + 2) th {
    border-top: none;
    padding-top: 0;
  }

  .list_area_table th a.ico_next,
  .list_area_table th span {
    background: #fbe8f0;
    color: #ff5b85;
    display: block;
    font-size: 1rem;
    margin-left: 0;
    padding: .933334rem 2.3rem 1rem 1.8rem !important;
    position: relative;
  }

  .list_area_table th a.ico_next:before,
  .list_area_table th span:before {
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    background: #ff5b85;
    content: "";
    height: .7rem;
    left: .74rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: .7rem;
  }

  .list_area_table th a.ico_next:after,
  .list_area_table th span:after {
    -moz-transform: translateY(-50%) rotateZ(180deg);
    -ms-transform: translateY(-50%) rotateZ(180deg);
    -o-transform: translateY(-50%) rotateZ(180deg);
    -webkit-transform: translateY(-50%) rotateZ(180deg);
    background: url(/image_cmn/ico-arrow-up.png) center center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: .7rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotateZ(180deg);
    width: 1.266667rem;
  }

  .list_area_table th a.ico_next:after {
    transform: translateY(-50%) rotateZ(90deg);
  }

  .list_area_table th.active span:after {
    transform: translateY(-50%);
  }
}

.list_area_table td {
  padding: 0 0 0 2.2rem;
  width: calc(592 / 758 * 100%);
}

.list_area_table_index tr:nth-child(n + 2) td {
  padding-top: .6rem;
}

@media screen and (max-width: 750px) {
  .list_area_table td {
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height .3s ease-out;
    width: 100%;
  }

  .list_area_table tr:nth-child(n + 2) td {
    padding-top: 0;
  }
}

.list_area_table td .list_table {
  display: flex;
  justify-content: inherit;
}

@media screen and (max-width: 750px) {
  .list_area_table td .list_table {
    border-left: 1px solid #f75586;
  }
}

.list_area_table_color th span:before {
  content: none;
}

.list_area_table_color th .blue {
  background-color: #39b1d5;
}

.list_area_table_color th .green {
  background-color: #32b966;
}

.list_area_table_color th .green02 {
  background-color: #10981c;
}

.list_area_table_color th .green03 {
  background-color: #76bd1b;
}

.list_area_table_color th .orange {
  background-color: #edaf22;
}

.list_area_table_color th .orange02 {
  background-color: #edaf22;
}

.list_area_table_color th .red {
  background-color: #dd5e6a;
}

.list_area_table_color th .pink {
  background-color: #e57da9;
}

.list_area_table_color th .purple {
  background-color: #a46edf;
}

.list_area_table_color th span {
  padding-left: 20px;
}

.list_table li {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0;
  margin-right: .6rem;
  max-width: 88px;
  width: 100%;
}

.list_table li:last-child {
  margin-right: 0;
}

.list_area_table.list_area_table_index .list_table li:not(:last-child) {
  margin-right: 1.9rem;
  max-width: unset;
  width: unset;
}

@media (min-width: 750.1px) {
  .list_table.list_table_2 li {
    margin-bottom: .5rem;
    margin-top: 1rem;
  }

  .list_area_table_index tr:last-child .list_table {
    margin-top: 7px;
  }

  .list_area_table tr:last-child .list_table li {
    margin-bottom: 17px;
  }

  .list_table li.text_long {
    margin-right: 1.5rem;
  }
}

@media (min-width: 750.1px) and (-ms-high-contrast: none) {
  .list_table li {
    margin-top: .6rem;
  }
}

@media screen and (max-width: 750px) {
  .list_table li {
    align-items: center;
    border-right: 1px solid #f75586;
    border-top: 1px solid #f75586;
    display: flex;
    float: none;
    margin: 0;
    max-width: 100%;
    width: 50%;
  }
}

.list_area .list_table li a {
  align-items: center;
  display: inline-flex;
  padding: .2rem .1rem .2rem 1.7rem;
  position: relative;
}

@media screen and (max-width: 750px) {
  .list_area .list_table li a {
    padding: .9rem 1.8rem 1rem 2.5rem;
    width: 100%;
  }
}

.list_area .list_table li a:before {
  background: url(/image_cmn/ico-search.png) left top no-repeat;
  content: "";
  height: 1.4rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem;
}

.list_area .list_table li.disabled a:before {
  background-image: url(/image_cmn/ico-search-disabled.png);
}

.list_area .list_table li a span {
  color: #1734e8;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 600;
}

.list_area .list_table li.disabled a,
.list_area .list_table li.disabled a span {
  color: #ccc;
  pointer-events: none;
}

.list_area .list_table li a .city_txt,
.list_area .list_table li a .area_conut {
  color: #000;
  font-size: 1.3rem;
  letter-spacing: 0;
}

.list_area .list_table li a .area_conut {
  font-weight: 400;
  white-space: nowrap;
}

@media screen and (max-width: 750px) {
  .list_area .list_table li a:before {
    display: none;
  }

  .list_area .list_table li a:after {
    background: url(/image_cmn/ico-arrow04.png) center center no-repeat;
    background-size: contain;
    content: "";
    height: 1.066rem;
    position: absolute;
    right: .6rem;
    top: 50%;
    transform: translateY(-50%);
    width: .533rem;
  }

  .list_area .list_table li.disabled a:after {
    background-image: url(/image_cmn/ico-arrow04-disabled.png);
  }

  .list_area .list_table li a span {
    color: #ff5b85;
    font-size: 1rem;
    font-weight: 600;
    padding-left: .7rem;
    position: relative;
  }

  .list_area .list_table li a span:before {
    background: #ff5b85;
    border-radius: 50%;
    content: "";
    height: .266667rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .266667rem;
  }

  .list_area .list_table li.disabled a span:before {
    background: #ccc;
  }

  .list_area .list_table li a .city_txt,
  .list_area .list_table li a .area_conut {
    font-size: .8rem;
    padding-left: 0;
  }

  .list_area .list_table li a .city_txt:before,
  .list_area .list_table li a .area_conut:before {
    display: none;
  }
}

/* detail page */
@media screen and (min-width: 750.1px) {
  .list_area .list_table li a.special {
    font-weight: 600;
  }
}

.txt_related_sites {
  font-size: 17px;
  margin-top: 1rem;
}

.list_btn_related_sites {
  -moz-column-gap: 7px;
  column-gap: 7px;
  display: flex;
  flex-wrap: wrap;
  margin: 29px auto 0 auto;
  max-width: 100%;
  width: 650px;
}

.btn_related_sites {
  align-items: center;
  background-color: #63bc15;
  border-radius: 25px;
  box-shadow: 0 6px 0 0 #4a9e00;
  display: flex;
  font-size: 15px;
  height: auto;
  justify-content: center;
  line-height: 1.87;
  margin: 0 6px 20px 7px;
  min-height: 51px;
  position: relative;
  width: 320px;
}

.btn_related_sites a {
  color: #fff;
  padding: 3px 5px 0 25px;
  width: 100%;
}

.btn_related_sites_two_line {
  flex-direction: column;
  line-height: 1.3;
  margin: 0 0 20px 0;
}

.btn_related_sites span {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.btn_related_sites:hover,
.area_btn:hover {
  opacity: .7;
}

.btn_related_sites a:before {
  content: "";
  height: 26px;
  left: 26px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 26px;
}

@media screen and (min-width: 750.1px) {
  .btn_related_sites.location a:before {
    background: url(../image/ico-location.png) no-repeat;
  }

  .btn_related_sites.statistics a:before {
    background: url(../image/ico-statistics.png) no-repeat;
  }

  .btn_related_sites.building a:before {
    background: url(../image/ico-building.png) no-repeat;
  }

  .btn_related_sites.search a:before {
    background: url(../image/ico-search-white.png) no-repeat;
    height: 20px;
    width: 18px;
  }

  .btn_related_sites.house a:before {
    background: url(../image/ico-house.png) no-repeat;
  }

  .btn_related_sites.train a:before {
    background: url(../image/ico-train.png) no-repeat;
  }

  .btn_related_sites a:after {
    background: url(../image/ico-triangle-right.png) no-repeat;
    content: "";
    height: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
  }
}

.bnr_introduce {
  margin: 0 auto;
  max-width: 100%;
  width: 594px;
}

.bnr_introduce img {
  max-width: 100%;
}

.bnr_introduce:hover {
  opacity: .7;
}

.bnr_introduce .cap {
  font-size: 16px;
  letter-spacing: .32px;
  line-height: 1.5;
  margin-top: .5rem;
  text-align: center;
}

/* search button */
[class^="srchbtn_box_list"] {
  border-top: none;
}

.srchbtn_box_list_up {
  margin: 1.3rem auto 0;
  text-align: center;
}

p.btn_area_rent {
  background-color: #e06596;
  background-image: url(../image/ico-search-white.png);
  background-position: 15px center, right center;
  background-repeat: no-repeat;
  border: 2px solid #d25b86;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 auto;
  min-height: 50px;
  min-width: 372px;
  overflow: hidden;
  position: relative;
}

p.btn_area_rent:hover {
  opacity: .7;
}

p.btn_area_rent > a {
  color: #fff;
  display: inline-block;
  line-height: 50px;
  padding: 0 100px 0 41px;
  text-align: left;
  width: 100%;
}

p.btn_area_rent a:after {
  border-radius: 2px;
  content: url(../image/ttl-bg-area-rent-logo.png);
  display: block;
  position: absolute;
  right: 5px;
  top: 7px;
}

@media screen and (max-width: 750px) {
  .copyright a {
    color: #fff;
  }

  .srchbtn_box_list_up {
    margin: 1.5rem auto 0;
  }

  p.btn_area_rent {
    background-position: 10px center, right center;
    font-size: 15px;
    min-height: 38px;
    min-width: 300px;
  }

  p.btn_area_rent a:after {
    content: none;
  }

  p.btn_area_rent > a {
    line-height: 38px;
    padding: 0 15px 0 15px;
    text-align: center;
  }

  .btn_related_sites_two_line {
    flex-direction: row;
  }
}

@media screen and (max-width: 750px) {
  .btn_related_sites {
    display: flex;
    margin: -7px 15px 35px;
  }

  .btn_related_sites {
    background: linear-gradient(to bottom, #f9eff4 0%, #fbe8f0 50%, #f9d1e2 100%);
    border: 1px solid #f75586;
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    justify-content: flex-start;
    line-height: 1.3;
    margin: 0 auto;
    margin-bottom: 1rem;
    max-width: 100%;
    text-align: left;
    text-shadow: none;
    width: 311px;
  }

  .btn_related_sites a {
    color: #f75586;
  }

  .btn_related_sites:after {
    background-image: url(../image/ico-accordion02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 16px;
    margin: auto;
    position: absolute;
    right: 13px;
    width: 8px;
  }

  .btn_related_sites:before {
    content: none !important;
  }

  .bnr_introduce img {
    margin: 0 auto;
  }

  .bnr_introduce {
    margin-top: 2rem;
  }

  .bnr_introduce .cap {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    margin-top: .4rem;
    max-width: 300px;
    text-align: left;
  }
}

@media screen and (max-width: 750px) {
  .btn_related_sites {
    font-weight: 600;
    height: auto;
    padding: 11px 17px 11px 25px;
  }

  .btn_related_sites a span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
  }

  .btn_related_sites_two_line {
    line-height: 1.2;
  }

  .list_btn_related_sites {
    margin: 15px auto -14px auto;
  }
}

/*map*/
.map_wrap {
  background: url(../image/bg-map-01.png) 50% 50% no-repeat;
  background-size: 100% 100%;
  margin: 1.4rem auto 0;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 930px;
}

@media screen and (max-width: 750px) {
  .map_wrap {
    display: none;
  }
}

.map_wrap.map_wrap_01.map_01_area {
  padding: 2px;
}

@media screen and (min-width: 750.1px) {
  .map_wrap.map_wrap_02 {
    align-items: center;
    background-size: 101% 101%;
    border: 1px solid #6e9edb;
    display: flex !important;
    justify-content: center;
    max-height: 700px;
    padding: 0;
  }
}

.map_wrap.map_wrap_02.svg-14100,
.map_wrap.map_wrap_02.svg-22130 {
  padding-bottom: 20px;
}

.map_wrap.map_wrap_02.svg-12100,
.map_wrap.map_wrap_02.svg-22100 {
  padding-bottom: 30px;
}

.map_wrap.map_wrap_02.svg-27100 {
  padding-bottom: 15px;
}

.map_wrap.map_wrap_02.svg-26100 {
  padding-bottom: 5px;
}

.map_wrap.map_wrap_02 svg {
  -webkit-filter: unset;
  filter: unset;
}

.map_wrap.map_wrap_02.svg-27100 svg {
  padding-left: 60px;
}

.map_wrap.map_wrap_02.svg-26100 svg {
  padding-right: 100px;
}

.map_svg {
  -webkit-filter: drop-shadow(-1px 7px 3px rgba(21, 55, 78, .5));
  filter: drop-shadow(-1px 7px 3px rgba(21, 55, 78, .5));
  height: 100%;
  width: 100%;
}

.map_svg a:hover {
  opacity: 1;
}

.map_wrap_01 .map_svg {
  display: block;
  margin: 0 auto;
  max-height: 700px;
}

.map_wrap_01.map_01_area .map_svg {
  height: auto;
  width: 100%;
}

.map_wrap.map_wrap_01.map_01_area.svg-01-north {
  padding-left: 165px;
}

.map_wrap.map_wrap_01.map_01_area.svg-01-south {
  padding: 2px 0 10px 120px;
}

.map_svg path,
.map_svg polygon {
  fill: #90c31f;
}

.map_svg a path,
.map_svg a polygon {
  position: relative;
  transition: all .3s;
  z-index: 1;
}

.map_svg text {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
}

.map_wrap.svg-00 .map_svg text {
  font-size: 13px;
}

.map_svg a text {
  position: relative;
  z-index: 2;
}

.map_svg a:hover path,
.map_svg a:hover polygon,
.map_svg a:hover polyline {
  cursor: pointer;
  fill: #1e6ed4 !important;
}

.map_svg a .blue01 path {
  fill: #6ac8ee;
}

.map_svg a .blue02 path {
  fill: #31a9e1;
}

.map_svg a .purple path {
  fill: #b088e4;
}

.map_svg a .pink path {
  fill: #e896bd;
}

.map_svg a .red path {
  fill: #e16e79;
}

.map_svg a .orange path {
  fill: #ea9a6d;
}

.map_svg a .yellow path {
  fill: #ecba49;
}

.map_svg a .green01 path {
  fill: #8fd13a;
}

.map_svg a .green02 path {
  fill: #2bae37;
}

.map_svg a .green03 path {
  fill: #69cc8f;
}

.map_svg a .green04 path {
  fill: #bddb4b;
}

.map_svg.svg-hex-1 path,
.map_svg.svg-hex-1 polygon,
.map_svg a .hex-1 path {
  fill: #6ac9ef;
}

.map_svg.svg-hex-2 path,
.map_svg.svg-hex-2 polygon,
.map_svg a .hex-2 path {
  fill: #6ac9ef;
}

.map_svg.svg-hex-3 path,
.map_svg.svg-hex-3 polygon,
.map_svg a .hex-3 path {
  fill: #69cc8f;
}

.map_svg.svg-hex-4 path,
.map_svg.svg-hex-4 polygon,
.map_svg a .hex-4 path {
  fill: #8fd13b;
}

.map_svg.svg-hex-5 path,
.map_svg.svg-hex-5 polygon,
.map_svg a .hex-5 path {
  fill: #ea9a6e;
}

.map_svg.svg-hex-6 path,
.map_svg.svg-hex-6 polygon,
.map_svg a .hex-6 path {
  fill: #e26f7a;
}

.map_svg.svg-hex-7 path,
.map_svg.svg-hex-7 polygon,
.map_svg a .hex-7 path {
  fill: #b189e5;
}

.map_svg.svg-hex-8 path,
.map_svg.svg-hex-8 polygon,
.map_svg a .hex-8 path {
  fill: #2baf37;
}

.map_svg.svg-hex-9 path,
.map_svg.svg-hex-9 polygon,
.map_svg a .hex-9 path {
  fill: #e897be;
}

.map_svg.svg-hex-10 path,
.map_svg.svg-hex-10 polygon,
.map_svg a .hex-10 path {
  fill: #edbb4a;
}

.map_svg g.pref-capital path,
.map_svg g.pref-capital polygon {
  fill: #f294c5;
}

.map_svg.svg-hex-9 g.pref-capital path,
.map_svg.svg-hex-9 g.pref-capital polygon {
  fill: #8fd13b;
}

.map_svg a .hex-1-opacity path {
  fill: #c3e9f9;
}

.map_svg a .hex-2-opacity path {
  fill: #c3e9f9;
}

.map_svg a .hex-3-opacity path {
  fill: #9fe2b1;
}

.map_svg a .hex-4-opacity path {
  fill: #bce389;
}

.map_svg a .hex-5-opacity path {
  fill: #f2c2a8;
}

.map_svg a .hex-6-opacity path {
  fill: #eea9af;
}

.map_svg a .hex-7-opacity path {
  fill: #d0b8ef;
}

.map_svg a .hex-8-opacity path {
  fill: #80cf87;
}

.map_svg a .hex-9-opacity path {
  fill: #f1c1d8;
}

.map_svg a .hex-10-opacity path {
  fill: #f4d692;
}

.map_svg #bridge polygon,
.map_svg #bridge path,
.map_svg #bridge polyline {
  fill: #ccc;
}

.list_area_table_color th .hex-1-2 {
  background-color: #6ac9ef;
}

.list_area_table_color th .hex-3 {
  background-color: #69cc8f;
}

.list_area_table_color th .hex-4 {
  background-color: #8fd13b;
}

.list_area_table_color th .hex-5 {
  background-color: #ea9a6e;
}

.list_area_table_color th .hex-6 {
  background-color: #e26f7a;
}

.list_area_table_color th .hex-7 {
  background-color: #b189e5;
}

.list_area_table_color th .hex-8 {
  background-color: #2baf37;
}

.list_area_table_color th .hex-9 {
  background-color: #e897be;
}

.list_area_table_color th .hex-10 {
  background-color: #edbb4a;
}

.map_svg a:hover text {
  cursor: pointer;
}

.map_svg a text {
  fill: #1734e8;
  font-weight: 600;
}

.map_svg a text.text-background {
  fill: #1734e8;
  stroke: #fff;
  stroke-linejoin: round;
  stroke-width: 5px;
}

.map_svg g.disabled path,
.map_svg g.disabled polygon,
.map_svg g.disabled polyline {
  fill: #ccc;
}

.map_svg g.disabled text {
  fill: #000;
}

.map_svg g.disabled text.text-background {
  fill: #fff;
  stroke: #fff;
  stroke-linejoin: round;
  stroke-width: 4px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .map_svg a text {
    stroke-width: 0;
  }
}

/* area division */
@media (min-width: 750.1px) {
  .area_division {
    margin: 0 auto;
    margin-top: 5rem;
    max-width: 760px;
  }

  .area_division .ttl_xl {
    background: url("../image/bg-division.jpg");
    color: #fff;
    font-size: 24px;
    line-height: inherit;
    margin-bottom: 0;
    padding: 15px 30px 15px 83px;
    position: relative;
    text-align: left;
  }

  .area_division .ttl_xl:before {
    background: url("../image/ico-info.png") no-repeat;
    content: "";
    height: 31px;
    left: 35px;
    position: absolute;
    top: 45%;
    transform: translate(0, -50%);
    width: 36px;
  }

  .list_area_division {
    background-color: #fffce9;
    border: 4px solid #1e6ed4;
    border-top: 0;
    padding: 30px 35px 26px 35px;
  }

  .list_area_table td .list_table .full_width {
    max-width: 100%;
  }
}

.list_area_division li {
  align-items: center;
  display: flex;
  font-size: 17px;
}

.list_area_division li:not(:last-child) {
  margin-bottom: 1rem;
}

.list_area_division .name {
  background-color: #3f87e4;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 1.9rem;
  min-width: 115.5px;
  padding: 10px 5px 8px 5px;
  text-align: center;
}

.map_svg #lake path {
  fill: #b2e1ed;
}

@media (max-width: 750px) {
  .area_division {
    padding: 0 15px 32px 15px;
  }

  .list_area_division {
    margin-top: .6rem;
  }

  .list_area_division li {
    font-size: 15px;
  }

  .list_area_division li:not(:last-child) {
    margin-bottom: .5rem;
  }

  .list_area_division li span:nth-of-type(2) {
    line-height: 1.4;
  }

  .list_area_division .name {
    font-size: 15px;
    margin-right: 1rem;
    min-width: 67px;
    padding: 5px 7px 5px 7px;
  }
}

.hide_scrollbar {
  overflow: hidden;
}

.map_area .des_pink {
  font-size: 15px;
  margin-left: 30px;
  margin-top: 10px;
}

.map_area .source_text {
  display: flex;
  font-size: 12px;
  justify-content: flex-end;
  line-height: 1.6;
  margin-right: 35px;
  margin-top: 12px;
}

@media screen and (max-width: 750px) {
  .map_area .source_text {
    display: none;
  }
}

/* 関連サイトのバナー追加 */
.bnr_related_box {
  margin: 0 auto 3rem;
  max-width: 825px;
}

.bnr_related_list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bnr_related_list li {
  margin-bottom: 2rem;
  width: 400px;
}

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

.bnr_related_list li img {
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .bnr_related_box {
    margin-bottom: 1.5rem;
  }

  .bnr_related_list {
    justify-content: center;
  }

  .bnr_related_list li {
    margin-bottom: 1rem;
    width: 300px;
  }
}

/* 動画一覧遷移ボタン */
.link_btn {
  position: absolute;
  right: 385px;
  top: 34px;
}

.link_btn a {
  align-items: center;
  background-color: #d44d82;
  border: 2px solid #b13a65;
  border-bottom: 5px solid #b13a65;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.4;
  min-height: 40px;
  padding: 0 29px 0 10px;
  position: relative;
}

.link_btn a:after {
  background: url(/online-travel/image/arrow.png) no-repeat;
  content: '';
  height: 10px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 10px;
}

.link_btn:hover:before {
  background: white;
  border-radius: 5px;
  bottom: 0;
  content: " ";
  display: block;
  left: 0;
  opacity: .7;
  position: absolute;
  right: 0;
  top: 0;
}

/* 個別 */
.svg-01100 .link_btn {
  top: 20px;
}

.svg-14100 .link_btn {
  top: 10px;
}

.svg-23100 .link_btn,
.svg-27100 .link_btn,
.svg-33100 .link_btn,
.svg-40130 .link_btn {
  top: 15px;
}

.svg-12100 .link_btn,
.svg-22100 .link_btn {
  right: 300px;
}

.svg-22130 .link_btn {
  right: 420px;
}

.svg-26100 .link_btn,
.svg-43201 .link_btn {
  right: 500px;
}

.svg-01 .link_btn {
  right: 289px;
}

.svg-01-central .link_btn {
  right: 540px;
}

.svg-01-east .link_btn {
  right: 320px;
}

.svg-01-north .link_btn {
  right: 98px;
}

.svg-01-south .link_btn {
  right: 660px;
}

.svg-02 .link_btn {
  right: 460px;
}

.svg-03 .link_btn {
  right: 645px;
}

.svg-04 .link_btn {
  right: 680px;
  top: 20px;
}

.svg-05 .link_btn {
  right: 675px;
}

.svg-06 .link_btn {
  right: 645px;
}

.svg-07 .link_btn {
  right: 420px;
}

.svg-08 .link_btn {
  right: 520px;
}

.svg-09 .link_btn {
  right: 670px;
}

.svg-10 .link_btn {
  right: 540px;
}

.svg-11 .link_btn {
  right: 670px;
  top: 25px;
}

.svg-14 .link_btn {
  right: 370px;
  top: 20px;
}

.svg-17 .link_btn {
  right: 550px;
}

.svg-18 .link_btn {
  right: 510px;
}

.svg-19 .link_btn {
  right: 305px;
  top: 15px;
}

.svg-20 .link_btn {
  right: 610px;
}

.svg-21 .link_btn {
  right: 590px;
}

.svg-22 .link_btn {
  right: 280px;
}

.svg-24 .link_btn {
  right: 500px;
}

.svg-25 .link_btn {
  right: 500px;
}

.svg-26 .link_btn {
  right: 320px;
  top: 20px;
}

.svg-27 .link_btn {
  right: 200px;
  top: 20px;
}

.svg-28 .link_btn {
  right: 140px;
}

.svg-29 .link_btn {
  right: 645px;
}

.svg-30 .link_btn {
  right: 50px;
}

.svg-31 .link_btn {
  top: 15px;
}

.svg-33 .link_btn {
  right: 665px;
}

.svg-34 .link_btn {
  right: 540px;
}

.svg-36 .link_btn {
  top: 20px;
}

.svg-37 .link_btn {
  top: 20px;
}

.svg-38 .link_btn {
  right: 500px;
  top: 30px;
}

.svg-39 .link_btn {
  right: 670px;
  top: 30px;
}

.svg-40 .link_btn {
  right: 440px;
  top: 24px;
}

.svg-43 .link_btn {
  right: 625px;
}

.svg-44 .link_btn {
  right: 470px;
}

.svg-45 .link_btn {
  right: 625px;
}

.svg-46 .link_btn {
  right: 410px;
}

.svg-47 .link_btn {
  right: 645px;
}

/* 指アイコン */
.select_search_region {
  background: url(/image_cmn/ico-finger.png) no-repeat left top;
  bottom: 60px;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  height: 47px;
  letter-spacing: -.8px;
  line-height: 52px;
  padding-left: 55px;
  position: absolute;
  right: 35px;
  top: 30px;
}

/* 個別対応 */
.svg-00 .select_search_region {
  right: 240px;
  top: 136px;
}

.svg-01100 .select_search_region {
  top: 20px;
}

.svg-14100 .select_search_region,
.svg-33100 .select_search_region,
.svg-40130 .select_search_region,
.svg-40100 .select_search_region {
  top: 10px;
}

.svg-23100 .select_search_region,
.svg-27100 .select_search_region {
  right: 658px;
  top: 10px;
}

.svg-11100 .select_search_region,
.svg-15100 .select_search_region,
.svg-22130 .select_search_region {
  right: 658px;
}

.svg-01 .select_search_region {
  right: 15px;
}

.svg-01-south .select_search_region {
  right: 640px;
  top: 90px;
}

.svg-01-central .select_search_region {
  right: 520px;
  top: 90px;
}

.svg-01-north .select_search_region {
  right: 80px;
  top: 90px;
}

.svg-02 .select_search_region {
  right: 30px;
  top: 30px;
}

.svg-03 .select_search_region {
  right: 30px;
}

.svg-04 .select_search_region {
  right: 675px;
  top: 60px;
}

.svg-05 .select_search_region {
  right: 650px;
  top: 90px;
}

.svg-06 .select_search_region {
  right: 30px;
}

.svg-07 .select_search_region {
  right: 675px;
}

.svg-08 .select_search_region {
  right: 500px;
  top: 90px;
}

.svg-09 .select_search_region {
  right: 650px;
  top: 90px;
}

.svg-10 .select_search_region {
  right: 100px;
}

.svg-11 .select_search_region {
  right: 30px;
  top: 20px;
}

.svg-14 .select_search_region {
  right: 10px;
  top: 10px;
}

.svg-15 .select_search_region {
  right: 645px;
}

.svg-16 .select_search_region {
  right: 370px;
  top: 90px;
}

.svg-17 .select_search_region {
  right: 530px;
  top: 90px;
}

.svg-19 .select_search_region {
  top: 10px;
}

.svg-20 .select_search_region {
  right: 590px;
  top: 90px;
}

.svg-21 .select_search_region {
  right: 570px;
  top: 90px;
}

.svg-22 .select_search_region {
  right: 600px;
}

.svg-26 .select_search_region {
  top: 20px;
}

.svg-27 .select_search_region {
  right: 560px;
  top: 20px;
}

.svg-28 .select_search_region {
  right: 120px;
  top: 90px;
}

.svg-30 .select_search_region {
  top: 80px;
}

.svg-31 .select_search_region {
  right: 666px;
  top: 10px;
}

.svg-32 .select_search_region {
  right: 650px;
}

.svg-33 .select_search_region {
  right: 25px;
}

.svg-34 .select_search_region {
  right: 540px;
  top: 90px;
}

.svg-36 .select_search_region {
  right: 650px;
  top: 20px;
}

.svg-37 .select_search_region {
  right: 650px;
  top: 20px;
}

.svg-38 .select_search_region {
  right: 10px;
  top: 10px;
}

.svg-39 .select_search_region {
  right: 650px;
  top: 90px;
}

.svg-40 .select_search_region {
  right: 650px;
  top: 20px;
}

.svg-43 .select_search_region {
  right: 600px;
  top: 90px;
}

.svg-45 .select_search_region {
  right: 600px;
  top: 90px;
}

.svg-46 .select_search_region {
  right: 400px;
  top: 80px;
}

.svg-47 .select_search_region {
  right: 140px;
}

.srchpref {
  font-size: 16px;
  font-weight: 600;
  left: 500px;
  position: absolute;
  top: 130px;
}

.srchpref .txt {
  display: block;
}

:root {
  --l1: 2.5px;
}

.srchpref .btn {
  background-color: #d44d82;
  border: 2px solid #b13a65;
  border-bottom: 5px solid #b13a65;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin-top: 8px;
  min-width: 90px;
  padding: 8px 12px;
}

/* Google検索の欄を追加 */
.g_search {
  display: block;
  width: 510px;
}

.g_search_bnr figure {
  width: 400px;
}

.g_search_content {
  align-items: center;
  background: #fdf0da;
  border: solid 1px #948773;
  display: flex;
  flex-direction: row;
  height: 80px;
  justify-content: center;
  max-width: 510px;
  padding: 1rem 1.5rem 1rem 1rem;
  text-align: center;
  text-align: center;
}

.g_search_form {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 1.7rem;
  height: 40px;
  line-height: 40px;
}

.g_search_form .g_search_ttl {
  color: #1e6ed4;
  font-size: 1.7rem;
  font-weight: 600;
  margin-right: 14px;
  text-align: center;
}

.g_search_form .g_search_search {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #0852ae;
  border-radius: 0;
  border-right: none;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  padding: 0 1rem;
  width: 280px;
}

.g_search_form .g_search_search:focus {
  border: 1px solid #0852ae;
  outline: 1px solid #0852ae;
}

.g_search_form .g_search_btn {
  background: #0852ae;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  letter-spacing: .25em;
  line-height: 40px;
  outline: none;
  overflow: hidden;
  padding: 0 .25rem;
  text-indent: .25em;
  width: 60px;
}

@media screen and (max-width: 750px) {
  .g_search {
    margin: 1.25rem 1rem 1rem;
    width: auto;
  }

  .g_search_content {
    height: auto;
    margin-top: 1rem;
    padding: 1em 1rem;
  }

  .g_search_form {
    font-size: 1rem;
    width: 100%;
  }

  .g_search_form .g_search_search {
    width: 100%;
  }

  .g_search_form .g_search_btn {
    width: 80px;
  }
}

.list_area_btn {
  margin: 0 auto 24px;
  max-width: 825px;
  width: 100%;
}

.list_area_btn .area_btn {
  align-items: center;
  background-color: #d44d82;
  border: 2px solid #b13a65;
  border-bottom: 5px solid #b13a65;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  line-height: 1.87;
  position: relative;
  width: 300px;
}

.list_area_btn .area_btn a {
  color: #fff;
  font-size: 17px;
  padding: 6px 0;
  text-align: center;
  width: 100%;
}

.list_area_btn .area_btn a:after {
  background: url(../image/ico-triangle-right.png) no-repeat;
  content: "";
  height: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
}

.list_area_btn .area_btn a:before {
  background: url(../image/ico-search-white.png) no-repeat;
  content: "";
  height: 17px;
  left: 26px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 17px;
}

@media screen and (max-width: 750px) {
  .list_area_btn {
    margin-bottom: 1rem;
  }

  .list_area_btn .area_btn {
    background: linear-gradient(to bottom, #f9eff4 0%, #fbe8f0 50%, #f9d1e2 100%);
    border: 1px solid #f75586;
    border-radius: 5px;
    box-shadow: none;
    height: 40px;
    justify-content: flex-start;
    line-height: 1.3;
    margin: 0 auto;
  }

  .list_area_btn .area_btn a {
    color: #f75586;
    font-size: 1rem;
  }

  .list_area_btn .area_btn a:after {
    background-image: url(../image/ico-accordion02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 16px;
    margin: auto;
    position: absolute;
    right: 13px;
    width: 8px;
  }

  .list_area_btn .area_btn a:before {
    content: none !important;
  }
}

/*---------------------------------------------
_section
----------------------------------------------*/
.sec_lg {
  margin: 16px auto 0;
  width: 900px;
}

.mod_lead_wrapper + .sec_lg {
  margin-top: 25px;
}

.sec_lg > .inner {
  margin: 0 6px;
}

.sec_lg > .leadbox {
  margin: 0 30px;
}

.sec_lg > .leadbox + .sec_md {
  margin-top: 35px;
}

.sec_lg + .sec_lg {
  margin-top: 27px;
}

.ttl_lg {
  background: url(../image/bg-ttl-lg.png) repeat-y 0 0;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0 0 23px;
  min-height: 45px;
  padding: 8px 20px 7px;
}

.ttl_lg.l_top {
  background: url(../image/bg-ttl-lg-top.png) repeat-y 0 0;
  font-size: 24px;
}

.ttl_lg.l_cat01 {
  background: url(../image/bg-ttl-lg-cat01.png) repeat-y 0 0;
  font-size: 24px;
}

.ttl_lg.l_cat02 {
  background: url(../image/bg-ttl-lg-cat02.png) repeat-y 0 0;
  font-size: 24px;
}

@media screen and (min-width: 750.1px) {
  .ttl_lg.l_cat02,
  .ttl_lg.l_cat01 {
    margin-bottom: 23px;
    min-height: 56px;
    padding: 13px 20px 13px;
  }
}

.list_gardens {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -22px 0 0;
}

.list_gardens + .list_gardens {
  padding-top: 24px;
}

.garden {
  background: #fbf8e8;
  border: 1px solid #a89271;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 23px 0 0;
  min-height: 293px;
  padding: 12px 17px 13px;
  position: relative;
  width: 280px;
}

.garden .lbl_txt {
  background: #2e8f73;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  left: 1px;
  letter-spacing: 0;
  margin-left: -6px;
  overflow-x: clip;
  overflow-y: visible;
  padding: 0 10px 8px;
  position: absolute;
  top: 0;
  z-index: 1;
  box-shadow: inset 0 0 0 1px #321704;
}

.garden .lbl_txt:before {
  background: url(/useful/famous_gardens100/assets/image/bg-lbl.png) no-repeat 0 0 / 100% 100%;
  border: 1px solid #321704;
  content: "";
  display: block;
  height: calc(100% + 1px);
  left: 0;
  position: absolute;
  top: -5px;
  width: 100%;
  z-index: -1;
}

.garden .lbl_txt:after {
  border-color: transparent #321704 transparent transparent;
  border-style: solid;
  border-width: 0 5px 5px 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 0;
}

.garden:last-child:nth-child(3n + 1) {
  position: relative;
}

.garden:last-child:nth-child(3n + 1):after {
  background: url(../image/bg-spacer-2col.png) no-repeat 0 0;
  content: "";
  display: block;
  height: 167px;
  position: absolute;
  right: -489px;
  top: 62px;
  width: 340px;
}

.garden:last-child:nth-child(3n + 2) {
  margin-left: 24px;
  margin-right: auto;
  position: relative;
}

.garden:last-child:nth-child(3n + 2):after {
  background: url(../image/bg-spacer-1col.png) no-repeat center;
  content: "";
  display: block;
  height: 292px;
  position: absolute;
  right: calc(-100% - 24px);
  top: 0;
  width: 280px;
}

.garden .ttl {
  align-items: flex-end;
  border-bottom: 2px solid #6a4517;
  color: #995840;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: 600;
  justify-content: center;
  padding-bottom: 5px;
  text-align: center;
  width: 100%;
}

.garden .ttl.fz_sm {
  font-size: 19px !important;
  letter-spacing: 0;
}

.garden .ttl.fz_xs {
  font-size: 17px !important;
  letter-spacing: 0;
}

.garden .ttl.fz_xxs {
  font-size: 15px !important;
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  .garden .ttl .fz_sm {
    letter-spacing: 0;
  }

  .garden .ttl.fz_xxs {
    font-size: 18px !important;
  }
}

.garden .img {
  margin-top: 8px;
}

.garden .img img {
  object-fit: cover;
  width: 100%;
}

.garden .cap {
  font-size: 16px;
  margin-top: 7px;
  text-align: center;
}

.garden .btn_detail {
  margin-top: 9px;
  text-align: center;
}

.garden .btn_detail a {
  align-items: center;
  background: #995840;
  border: 1px solid #995840;
  border-radius: 5px;
  box-shadow: inset 0 -3px 1.5px 0 #491402, inset 2px 0 1px -1px #894a34, inset -2px 0 1px -1px #894a34;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  height: 32px;
  justify-content: center;
  min-width: 117px;
  padding: 0 15px 4px 5px;
  position: relative;
  text-align: center;
}

.garden .btn_detail a:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: 8px;
  top: calc(50% - 6px);
  width: 0;
}

@media screen and (max-width: 750px) {
  /*---------------------------------------------
_section
----------------------------------------------*/
  .sec_lg {
    margin: 1.067rem 1rem 0;
    width: initial;
  }

  .sec_lg > .inner {
    margin: 0 .4rem;
  }

  .sec_lg > .leadbox {
    margin: 0;
  }

  .sec_lg > .leadbox + .sec_md {
    margin-top: 1.5rem;
  }

  .sec_lg + .sec_lg {
    margin-top: 1.8rem;
  }

  .ttl_lg {
    background: #2e598f;
    color: #fff;
    font-size: 1.333rem;
    letter-spacing: 0;
    line-height: 2rem;
    margin: 0 0 1.533rem;
    min-height: 3rem;
    padding: .467rem 1.333rem;
  }

  .ttl_lg.l_top {
    background: #2e8f73;
    font-size: 1.333rem;
  }

  .ttl_lg.l_cat01 {
    background: #2e8f73;
    font-size: 1.333rem;
  }

  .ttl_lg.l_cat02 {
    background: #7c9b28;
    font-size: 1.333rem;
  }

  .list_gardens {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -1.6rem 0 0;
  }

  .lstmore__btn + .list_gardens {
    margin-top: 0;
  }

  .list_gardens + .list_gardens {
    padding-top: 1.6rem;
  }

  .garden {
    background: #fbf8e8;
    border: .067rem solid #a89271;
    height: auto;
    margin: 1rem 0 0;
    padding: .8rem 1.133rem 1rem;
    width: 100%;
  }

  .garden.mt2 {
    margin: 2rem 0 0;
  }

  .garden .lbl_txt {
    font-size: 16px;
    padding: 1px 11px 9px;
    top: -16px; 
  }

  .garden:last-child:nth-child(3n + 1) {
    position: relative;
  }

  .garden:last-child:nth-child(3n + 1):after {
    background: url(../image/bg-spacer-2col.png) no-repeat 0 0;
    content: "";
    display: block;
    height: 11.133rem;
    position: absolute;
    right: -32.6rem;
    top: 4.133rem;
    width: 22.667rem;
  }

  .garden:last-child:nth-child(3n + 2) {
    margin-left: 0;
    margin-right: auto;
    position: relative;
  }

  .garden:last-child:nth-child(3n + 2):after {
    content: "";
    display: none;
  }

  .garden .ttl {
    border-bottom: .15rem solid #6a4517;
    color: #995840;
    font-size: 1.333rem;
    font-weight: 600;
    padding-bottom: .333rem;
    text-align: center;
  }

  .garden .img {
    margin-top: .533rem;
  }

  .garden .cap {
    margin-top: .667rem;
  }

  .garden .cap {
    font-size: 1.067rem;
    margin-top: .467rem;
    text-align: center;
  }

  .garden .btn_detail {
    margin-top: .8rem;
    text-align: center;
  }

  .garden .btn_detail a {
    align-items: center;
    background: #995840;
    border: .067rem solid #995840;
    border-radius: .2rem;
    box-shadow: inset 0 -.15rem .05rem 0 #491402, inset .133rem 0 .067rem -.067rem #894a34, inset -.134rem 0 .067rem -.067rem #894a34;
    color: #fff;
    display: inline-flex;
    font-size: .933rem;
    height: 2.433rem;
    justify-content: center;
    min-width: 8.6rem;
    padding: 0 1.3rem .1rem .833rem;
    position: relative;
  }

  .garden .btn_detail a:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: .233rem 0 .233rem .4rem;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    right: .267rem;
    top: calc(50% - .3rem);
    width: 0;
  }
}

.js_lstmore__toggle {
  display: none;
  overflow: hidden;
  transition: .3s ease height;
}

.lstmore__btn {
  margin-top: 12px;
  text-align: right;
}

.lstmore__btn a {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #995843;
  box-shadow: inset 0 -1px 0 0 #995843, 0 1px 0 0 #995843;
  color: #995843;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.5px;
  margin-right: 28px;
  min-width: 87px;
  padding: 7px 27px 7px 15px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .lstmore__btn a {
    font-size: 1rem;
    letter-spacing: -.0333rem;
    margin-right: 1.8667rem;
    min-width: 5.8rem;
    padding: .4667rem 1.8rem .4667rem 1rem;
  }
}

.lstmore__btn a:after {
  border-color: #995843 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 3.5px 0 3.5px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: 8px;
  top: calc(50% - 3px);
  width: 0;
}

@media screen and (max-width: 750px) {
  .lstmore__btn a:after {
    border-width: .4rem .23rem 0 .23rem;
    right: .5333rem;
    top: calc(50% - .2rem);
  }
}

.lstmore__btn a.lstmore__btn_close:after {
  border-color: transparent transparent #995843 transparent;
  border-style: solid;
  border-width: 0 3.5px 6px 3.5px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: 8px;
  top: calc(50% - 3px);
  width: 0;
}

@media screen and (max-width: 750px) {
  .lstmore__btn a.lstmore__btn_close:after {
    border-width: 0 .23rem .4rem .23rem;
    right: .5333rem;
    top: calc(50% - .2rem);
  }
}

.useful {
  margin: 30px auto 0;
  width: 940px;
}

@media screen and (min-width: 750.1px) {
  .sec_xl + .useful {
    position: relative;
    margin-top: 67px;
  }

  .useful .ttl_xl {
    border-bottom: 2px solid #264172;
    line-height: 0;
  }

  .useful .ttl_xl span {
    background-image: linear-gradient(-45deg, #4268ad 25%, #264172 25%, #264172 55%, #4268ad 45%, #4268ad 75%, #264172 75%, #264172);
    background-repeat: repeat;
    background-size: 5px 5px;
    border-radius: 3px 3px 0 0;
    color: #fff;
    display: inline-flex;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: -2px;
    padding: 12px 25px 10px 67px;
    position: relative;
  }

  .useful .ttl_xl span:before {
    background: url(../image/ico-useful-info.png) no-repeat 0 0;
    content: "";
    display: block;
    height: 32px;
    left: 15px;
    position: absolute;
    top: 10px;
    width: 32px;
  }

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

  .list_bnr_useful li {
    margin-right: 20px;
    margin-top: 20px;
    width: 280px;
  }

  .list_bnr_useful li img {
    width: 280px;
    height: 70px;
  }

  .list_bnr_useful li:nth-child(3n) {
    margin-right: 0;
  }
}

.list_bnr_useful .bnr_link {
  color: #000;
  display: inline-block;
  position: relative;
}

.bnr_link .cap01 {
  background: rgba(255, 255, 255, .8);
  border: solid 1px #d9ccb3;
  bottom: 8%;
  display: inline-block;
  font: 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600 !important;
  left: 4%;
  letter-spacing: normal;
  padding: .1em .4em;
  position: absolute;
}

@media screen and (max-width: 750px) {
  .useful {
    margin: 1.366667rem 1rem 0;
    width: auto;
  }

  .list_bnr_useful {
    margin: .8rem 1.49rem;
  }

  .list_bnr_useful li {
    margin-top: 15px;
    width: 100%;
  }

  .bnr_link .cap01 {
    font: 3.7vw "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

/*---------------------------------------------
_area page
----------------------------------------------*/
@media screen and (min-width: 750.1px) {
  .l_leadbox .list_gardens {
    margin: -22px 48px 0;
  }

  .l_leadbox .list_gardens .garden {
    margin: 35px 0 56px;
    padding: 20px 20px 13px;
    position: relative;
    width: 376px;
  }

  .l_leadbox .list_gardens .garden .cap {
    margin-top: 14px;
  }

  .l_leadbox .list_gardens .garden .btn_detail {
    bottom: -57px;
    left: 0;
    position: absolute;
    right: 0;
  }

  .l_leadbox .list_gardens .garden .btn_detail a {
    border-radius: 4px;
    box-shadow: inset 0 -2px 1.5px 0 #491402, inset 2px 0 1px -1px #894a34, inset -2px 0 1px -1px #894a34;
    font-size: 17px;
    height: 40px;
    min-width: 152px;
    padding: 4px 28px 4px 15px;
  }

  .l_leadbox .list_gardens .garden .btn_detail a:after {
    border-width: 4.5px 0 4.5px 7px;
    right: 11px;
  }

  .l_leadbox .list_gardens .garden:last-child:nth-child(3n + 2):after,
  .l_leadbox .list_gardens .garden:last-child:nth-child(3n + 1):after {
    display: none;
  }

  .l_leadbox .list_gardens .garden:last-child:nth-child(3n + 2) {
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .l_leadbox .list_gardens .garden:last-child:nth-child(2n + 1) {
    position: relative;
  }

  .l_leadbox .list_gardens .garden:last-child:nth-child(2n + 1):after {
    background: url(../image/bg-spacer-1col.png) no-repeat 0 0;
    content: "";
    display: block;
    height: 167px;
    position: absolute;
    right: -334px;
    top: 118px;
    width: 209px;
  }

  .sec_lg.l_leadbox + .sec_lg {
    margin-top: 34px;
  }
}

@media screen and (max-width: 750px) {
  .l_leadbox .list_gardens {
    margin: -2.2rem 0 0;
  }

  .l_leadbox .list_gardens .garden {
    margin: 1.8rem 0 2.9rem;
    min-height: auto;
    padding: .8rem 1.133rem .5rem;
    position: relative;
  }

  .l_leadbox .list_gardens .garden .cap {
    font-size: .9rem;
    margin-top: .467rem;
  }

  .l_leadbox .list_gardens .garden .btn_detail {
    bottom: -2.9rem;
    left: 0;
    position: absolute;
    right: 0;
  }

  .l_leadbox .list_gardens .garden:last-child:nth-child(3n + 2):after,
  .l_leadbox .list_gardens .garden:last-child:nth-child(3n + 1):after {
    display: none;
  }

  .l_leadbox .list_gardens .garden:last-child:nth-child(3n + 2) {
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .l_leadbox .list_gardens .garden:last-child:nth-child(2n + 1) {
    position: relative;
  }

  .l_leadbox .list_gardens .garden:last-child:nth-child(2n + 1):after {
    background: url(../image/bg-spacer-1col.png) no-repeat 0 0;
    content: "";
    display: block;
    height: 167px;
    position: absolute;
    right: -334px;
    top: 118px;
    width: 209px;
  }

  .sec_lg.l_leadbox + .sec_lg {
    margin-top: 2rem;
  }
}

.useful.fix_mt {
  margin-top: 36px;
}

.useful.recommend_bnr {
  position: relative;
  margin-top: 62px;
}

@media screen and (min-width: 750.1px) {
.sec_xl + .useful::before,
.useful.recommend_bnr::before {
  background: #a89271;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  margin: 0 auto 60px;
  right: 0;
  top: 0;
  width: 814px;
}
.ad_bnrbox_token {
  padding-top: 50px;
  margin-top: 50px;
}
}

@media screen and (max-width: 750px) {
  .useful.fix_mt{
    margin-top: 24px;
  }

  .useful.recommend_bnr {
    margin-top: 40px;
  }
}

/*---------------------------------------------
_sec_xl
----------------------------------------------*/
.sec_xl {
  margin: 48px auto 0;
  width: 940px;
}

@media screen and (min-width: 750.1px) {
  .sec_xl + .sec_xl {
    margin-top: 67px;
  }
}

@media screen and (max-width: 750px) {
  .sec_xl {
    margin: 1.366667rem 1rem 0;
    width: auto;
  }
}

@media screen and (min-width: 750.1px) {
  .map_area + .sec_xl {
    margin-top: 50px;
  }

  .sec_xl .ttl_xl {
    border-bottom: 2px solid #2e8f73;
    line-height: 0;
  }

  .sec_xl.c_period .ttl_xl {
    border-bottom-color: #7b9a26;
  }

  .sec_xl .ttl_xl span {
    background-image: linear-gradient(-45deg, #1f6853 30%, #2e8f73 20%, #2e8f73 55%, #1f6853 45%, #1f6853 70%, #2e8f73 80%, #2e8f73);
    background-repeat: repeat;
    background-size: 5px 5px;
    border-radius: 3px 3px 0 0;
    color: #fff;
    display: inline-flex;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: -2px;
    padding: 12px 25px 10px 67px;
    position: relative;
  }

  .sec_xl .ttl_xl span:before {
    background: url(../image/ico-ttl-xl-01.png) no-repeat 0 0;
    content: "";
    display: block;
    height: 32px;
    left: 15px;
    position: absolute;
    top: 10px;
    width: 32px;
  }

  .sec_xl.c_period .ttl_xl span {
    background-image: linear-gradient(-45deg, #647216 30%, #7b9a26 20%, #7b9a26 55%, #647216 45%, #647216 70%, #7b9a26 80%, #7b9a26);
  }

  .sec_xl.c_period .ttl_xl span:before {
    background-image: url(../image/ico-ttl-xl-02.png);
  }
}

.list_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 12px;
}

.list_btn li {
  display: flex;
  margin: 17px 8px 0;
}

.list_btn li .btn_garden {
  height: 50px;
  min-width: 240px;
  width: 268px;
}

@media screen and (max-width: 750px) {
  .list_btn {
    margin-top: .4rem;
  }

  .list_btn li {
    margin: .6rem 1.49rem 0;
    width: 100%;
    text-align: center;
  }

  .list_btn li .btn_garden {
    height: 3.333rem;
    min-width: 16rem;
    width: 17.867rem;
  }
}

/*---------------------------------------------
_button
----------------------------------------------*/
.btn_daimyo { background: url(/useful/famous_gardens100/assets/image/btn-daimyo.png) no-repeat 0 0 / 100% auto; }
.btn_daimyo.nolink { background: url(/useful/famous_gardens100/assets/image/btn-daimyo-off.png) no-repeat 0 0 / 100% auto; }
.btn_temple { background: url(/useful/famous_gardens100/assets/image/btn-temple.png) no-repeat 0 0 / 100% auto; }
.btn_temple.nolink { background: url(/useful/famous_gardens100/assets/image/btn-temple-off.png) no-repeat 0 0 / 100% auto; }
.btn_castle { background: url(/useful/famous_gardens100/assets/image/btn-castle.png) no-repeat 0 0 / 100% auto; }
.btn_castle.nolink { background: url(/useful/famous_gardens100/assets/image/btn-castle-off.png) no-repeat 0 0 / 100% auto; }
.btn_age_01 { background: url(/useful/famous_gardens100/assets/image/btn-age-01.png) no-repeat 0 0 / 100% auto; }
.btn_age_01.nolink { background: url(/useful/famous_gardens100/assets/image/btn-age-01-off.png) no-repeat 0 0 / 100% auto; }
.btn_age_02 { background: url(/useful/famous_gardens100/assets/image/btn-age-02.png) no-repeat 0 0 / 100% auto; }
.btn_age_02.nolink { background: url(/useful/famous_gardens100/assets/image/btn-age-02-off.png) no-repeat 0 0 / 100% auto; }
.btn_age_03 { background: url(/useful/famous_gardens100/assets/image/btn-age-03.png) no-repeat 0 0 / 100% auto; }
.btn_age_03.nolink { background: url(/useful/famous_gardens100/assets/image/btn-age-03-off.png) no-repeat 0 0 / 100% auto; }
.btn_age_04 { background: url(/useful/famous_gardens100/assets/image/btn-age-04.png) no-repeat 0 0 / 100% auto; }
.btn_age_04.nolink { background: url(/useful/famous_gardens100/assets/image/btn-age-04-off.png) no-repeat 0 0 / 100% auto; }
.btn_age_05 { background: url(/useful/famous_gardens100/assets/image/btn-age-05.png) no-repeat 0 0 / 100% auto; }
.btn_age_05.nolink { background: url(/useful/famous_gardens100/assets/image/btn-age-05-off.png) no-repeat 0 0 / 100% auto; }

/*---------------------------------------------
_button
----------------------------------------------*/
.arund_link,
.nearby-map.mod_map_box .view_box.indoor_none::after,
.nearby-map.mod_map_box .view_box.indoor_none::before {
  display: none;
}

/*---------------------------------------------
_infobox
----------------------------------------------*/
.infobox {
  display: flex;
  justify-content: center;
  margin: -3px 0 20px;
}

.infobox_child {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.infobox_child + .infobox_child {
  margin-left: 20px;
}

.infobox_ttl {
  font-size: 17px;
  margin: 0 2px 0 4px;
}

.infobox_lst {
  display: flex;
  flex-wrap: wrap;
}

.infobox_lst li {
  margin: 0 4px;
}

.infobox_lst .label {
  align-items: center;
  background-color: #FBF8E8;
  border-radius: 4px;
  border: 1px solid #995840;
  color: #995840;
  display: inline-flex;
  font-size: 17px;
  font-weight: 600;
  justify-content: flex-start;
  padding: 2px 15px;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .infobox {
    flex-direction: column;
    margin: 1rem 0 1.5rem;
  }

  .infobox_child + .infobox_child {
    margin-left: 0;
    margin-top: .8rem;
  }

  .infobox_ttl {
    font-size: .85rem;
    margin: 0 1.05rem 0 .32rem;
  }

  .infobox_lst li {
    margin: 0 .32rem;
  }

  .infobox_lst .label {
    font-size: .9rem;
    line-height: 1.3;
    padding: .4rem .7rem;
  }
}

.lead_bnr {
  font-size: 0;
  margin: 17px 0 10px;
  text-align: center;
}

.lead_bnr a {
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .lead_bnr {
    margin: 1rem 1.5rem .5rem;
  }
}

/*---------------------------------------------
_grayscale
----------------------------------------------*/
.not_found {
  filter: grayscale(100%);
  pointer-events: none;
}

/*---------------------------------------------
_table
----------------------------------------------*/
.flick_box {
  display: none;
}

@media screen and (max-width: 750px) {
  .flick_box {
    display: flex;
    margin-bottom: .8rem;
  }

  .flick_img {
    margin-top: 15px;
    max-width: 30px;
    min-width: 30px;
    padding: 0;
  }

  .flick_txt {
    font-weight: 600;
    margin-top: 10px;
    padding: 0 12px;
  }

  .scroll_block {
    overflow-x: auto;
  }
}

.tbl_info {
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #341907;
  margin-top: 36px;
  width: 760px;
}

.tbl_info th, .tbl_info td {
  border: 1px solid #341907;
  padding: 16px 25px;
}

.tbl_info th {
  background: #aac57b;
  text-align: center;
}

.tbl_info .size_lg {
  width: 35%;
}

.tbl_info .size_md {
  width: calc((100% - 19% * 2) / 2);
}

.tbl_info .size_sm {
  width: 19%;
}

.tbl_info .size_xs {
  width: 15%;
}

@media screen and (max-width: 750px) {
  .tbl_info {
    border: .125rem solid #341907;
    margin-top: 0;
    width: 47.5rem;
  }

  .tbl_info th, .tbl_info td {
    border: .0625rem solid #341907;
    font-size: 1rem;
    padding: 1rem 1.5625rem;
  }
}

.list_info_btn {
  display: flex;
  flex-wrap: wrap;
  margin: 26px auto 0;
  width: 696px;
}

#nearbymap_wiper + .list_info_btn {
  margin-top: 16px;
}

.list_info_btn li {
  display: flex;
  margin: 7px 8px;
}

.btn_info {
  align-items: center;
  background: #995840;
  border-radius: 5px;
  border: 1px solid #995840;
  box-shadow: inset 0 -2px 1.5px 0 #491402, inset 2px 0 1px -1px #894a34, inset -2px 0 1px -1px #894a34;
  color: #fff;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 15px;
  justify-content: center;
  line-height: 1.45;
  min-height: 57px;
  padding: 7px 25px 7px 16px;
  position: relative;
  text-align: center;
  width: 216px;
}

.btn_info:hover {
  color: #fff;
  opacity: .8;
  text-decoration: none;
}

.btn_info:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: 8px;
  top: calc(50% - 6px);
  width: 0;
}

@media screen and (max-width: 750px) {
  .list_info_btn {
    justify-content: center;
    margin: 1rem auto 0;
    width: 100%;
  }

  #nearbymap_wiper + .list_info_btn {
    margin-top: 1rem;
  }

  .list_info_btn li {
    margin: .5rem 0 0 0;
  }

  .btn_info {
    font-size: 1rem;
    line-height: 1.45;
    min-height: 3.1rem;
    padding: .5rem 1.9rem .5rem .8rem;
    width: 15rem;
  }
}

.note {
  display: block;
  font-size: 13px;
  padding-left: 13px;
  text-indent: -13px;
}

.list_note li {
  font-size: 13px;
  padding-left: 13px;
  text-indent: -13px;
}

.list_note.c_2char li {
  padding-left: 33px;
  text-indent: -33px;
}

@media screen and (max-width: 750px) {
  .note {
    font-size: .9rem;
    padding-left: .9rem;
    text-indent: -.9rem;
  }

  .list_note li {
    font-size: .9rem;
    padding-left: .9rem;
    text-indent: -.9rem;
  }

  .list_note.c_2char li {
    padding-left: 2rem;
    text-indent: -2rem;
  }
}

.sec_lg02 + #nearbymap_wiper {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .sec_lg02 + #nearbymap_wiper {
    margin-top: 2rem;
  }
}

.sec_lg_mv .cmn_item_movie {
  margin: 0 auto;
  width: 560px;
}

.sec_lg_mv .cmn_item_movie a {
  display: block;
}

.sec_lg_mv .cmn_item_movie a.roll {
  transition: all .2s;
}

.sec_lg_mv .cmn_item_movie .cmn_item_movie_thum {
  border: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.sec_lg_mv .cmn_item_movie .cmn_item_movie_thum img {
  border: none;
  vertical-align: bottom;
  width: 560px;
}

.sec_lg_mv .cmn_item_movie .cmn_item_movie_thum:after {
  content: '';
  background: url(/useful/famous_gardens100/assets/image/ico-cmn-play.png) no-repeat center;
  background-size: contain;
  display: block;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80px;
}

@media screen and (max-width: 750px) {
  .sec_lg_mv .cmn_item_movie {
    width: 84%;
  }

  .sec_lg_mv .ttl_lg02 {
    margin-bottom: 1.067rem;
  }

  .sec_lg_mv .ttl_lg02 .container {
    margin: 0 auto;
  }

  .sec_lg_mv .cmn_item_movie .cmn_item_movie_thum:after {
    height: 50px;
    width: 50px;
  }

  .sec_lg_mv .cmn_item_movie .cmn_item_movie_thum img {
    width: 100%;
  }
}

/*---------------------------------------------
_sec_lg02
----------------------------------------------*/
.sec_lg02 {
  margin: 40px auto 0;
  width: 760px;
}

.sec_lg02 + .sec_lg02 {
  margin-top: 35px;
}

.sec_lg02 .nav_post {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.sec_lg02 .nav_post li {
  margin: 0 15px;
}

.sec_lg02 .leadtxt {
  margin: 14px 20px 0;
}

.sec_lg02 p {
  font-size: 17px;
  letter-spacing: .02rem;
  line-height: 1.58;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .sec_lg02 {
    margin: 1.6667rem auto 0;
    width: 100%;
  }

  .sec_lg02 + .sec_lg02 {
    margin-top: 1.6667rem;
  }

  .sec_lg02 .nav_post {
    width: 93%;
  }

  .sec_lg02 .nav_post li {
    margin: 0 .4rem;
    width: calc(100%/3 - .8rem);
  }

  .sec_lg02 .nav_post li img {
    width: 100%;
  }

  .sec_lg02 .leadtxt {
    margin: .7333rem .9333rem 0;
  }

  .sec_lg02 p {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.6;
    text-align: justify;
  }
}

.ttl_lg02 {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.ttl_lg02 .container {
  align-items: center;
  box-shadow: 25px 0 #fff, -25px 0 #fff;
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.3;
  margin: 0 auto;
  min-height: 52px;
  min-width: 480px;
  padding: 9px 92px;
  position: relative;
  text-align: center;
}

.ttl_lg02 .container:before {
  background-image: url(/useful/famous_gardens100/assets/image/bg-ttl-post-l-t.png), url(/useful/famous_gardens100/assets/image/bg-ttl-post-l-b.png);
  background-position: left top, left bottom;
  background-repeat: no-repeat, no-repeat;
  content: "";
  display: block;
  height: calc(100% + 2px);
  left: -1px;
  position: absolute;
  top: -1px;
  width: calc(100% + 2px);
}

@media screen and (min-width: 751px) {
  .ttl_lg02:after {
    background: #6e9c1b;
    content: "";
    display: block;
    height: 2px;
    left: calc((-760px + 100%) / 2);
    position: absolute;
    top: calc(50% - 1px);
    width: 760px;
    z-index: -2;
  }

  .ttl_lg02 .container:after {
    background-image: url(/useful/famous_gardens100/assets/image/bg-ttl-post-r-t.png), url(/useful/famous_gardens100/assets/image/bg-ttl-post-r-b.png);
    background-position: right top, right bottom;
    background-repeat: no-repeat, no-repeat;
    content: "";
    display: block;
    height: calc(100% + 2px);
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: 0;
  }
}

.ttl_lg02 .container .inner {
  display: inline-flex;
  max-width: 470px;
  position: relative;
  z-index: 1;
}

.ttl_lg02 .container .inner:before,
.ttl_lg02 .container .inner:after {
  background: url(/useful/famous_gardens100/assets/image/ico-ttl-post.png) no-repeat 0 0 / 100%;
  content: "";
  display: inline-flex;
  height: 14px;
  margin: 0 10px;
  min-width: 22px;
  position: absolute;
  top: calc(50% - 7px);
  width: 22px;
}

.ttl_lg02 .container .inner:before {
  left: -44px;
}

.ttl_lg02 .container .inner:after {
  right: -44px;
}

@media screen and (max-width: 750px) {
  .ttl_lg02 {
    margin: 1.333rem .933rem 1.033rem;
    padding: 0 1rem;
    text-align: center;
  }

  .ttl_lg02 .container {
    align-items: center;
    background-color: #6e9c1b;
    background-image: url(/useful/famous_gardens100/assets/image/bg-ttl-post-l-t-sp.png), url(/useful/famous_gardens100/assets/image/bg-ttl-post-r-t-sp.png), url(/useful/famous_gardens100/assets/image/bg-ttl-post-l-b-sp.png), url(/useful/famous_gardens100/assets/image/bg-ttl-post-r-b-sp.png), url('/useful/famous_gardens100/assets/image/bg-ttl-post-line-t-sp.png'), url('/useful/famous_gardens100/assets/image/bg-ttl-post-line-b-sp.png'), url('/useful/famous_gardens100/assets/image/bg-ttl-post-line-l-sp.png'), url('/useful/famous_gardens100/assets/image/bg-ttl-post-line-r-sp.png');
    background-position: left top, right -.0667rem top, left bottom -.0667rem, right -.0667rem bottom -.0667rem, left top, left bottom, left top, right top;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: .7333rem auto, .83rem auto, .7333rem auto, .83rem auto, .0667rem .3333rem, .0667rem .3333rem, .3333rem .0667rem, .3333rem .0667rem;
    border: none;
    box-shadow: .4rem .4rem #fff, -.4rem -.4rem #fff;
    color: #fff;
    display: inline-flex;
    font-size: 1.067rem;
    font-weight: 600;
    justify-content: center;
    line-height: 1.3;
    margin: 0 auto;
    min-height: auto;
    min-width: 20.5333rem;
    padding: .7667rem 1.2667rem;
    position: relative;
    text-align: center;
  }

  .ttl_lg02 .container:before {
    display: none;
  }

  .ttl_lg02 .container:after {
    background: #6e9c1b;
    content: "";
    display: block;
    height: .133rem;
    left: 50%;
    min-width: 340px;
    position: absolute;
    top: calc(50% - 1px);
    transform: translateX(-50%);
    width: 23rem;
    z-index: -2;
  }

  .ttl_lg02 .container .inner {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 550px;
    position: relative;
  }

  .ttl_lg02 .container .inner:before,
  .ttl_lg02 .container .inner:after {
    display: none;
  }
}


@media screen and (max-width: 380px) {
  .ttl_lg02 .container {
    border-radius: 10px;
  }
}

/*---------------------------------------------
_top .sec_lg_mv
----------------------------------------------*/

.sec_lg02.p_mv_top .cmn_item_movie {
  display: flex;
  justify-content: center;
}

.sec_lg02.p_mv_top .cmn_item_movie iframe {
  aspect-ratio: 16 / 9;
  border: none;
}

@media screen and (min-width: 750.1px) {
  .sec_xl + .sec_lg02 {
    margin-top: 67px;
  }
  
  .sec_lg02.p_mv_top .ttl_lg02 .container {
    padding: 2px 50px;
  }
  
  .sec_lg02.p_mv_top .ttl_lg02 {
    margin-bottom: 30px;
  }

  .ttl_lg02 .container .inner:before {
    left: -39px;
  }

  .ttl_lg02 .container .inner:after {
    right: -39px;
  }

  .sec_lg02 + .useful {
    margin-top: 70px;
  }
}

@media screen and (max-width: 750px) {
  .sec_lg02.p_mv_top .cmn_item_movie iframe {
    height: auto;
    max-width: 84%;
  }

  .sec_lg02 + .useful {
    margin-top: 1.9rem;
  }
}

/*---------------------------------------------
_button
----------------------------------------------*/
.arund_link,
.nearby-map.mod_map_box .view_box.indoor_none::after,
.nearby-map.mod_map_box .view_box.indoor_none::before {
  display: none;
}

/*---------------------------------------------
_infobox
----------------------------------------------*/
.infobox {
  display: flex;
  justify-content: center;
  margin: -3px 0 20px;
}

.infobox_child {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.infobox_child + .infobox_child {
  margin-left: 20px;
}

.infobox_ttl {
  font-size: 17px;
  margin: 0 2px 0 4px;
}

.infobox_lst {
  display: flex;
  flex-wrap: wrap;
}

.infobox_lst li {
  margin: 0 4px;
}

.infobox_lst .label {
  align-items: center;
  background-color: #FBF8E8;
  border-radius: 4px;
  border: 1px solid #995840;
  color: #995840;
  display: inline-flex;
  font-size: 17px;
  font-weight: 600;
  justify-content: flex-start;
  padding: 2px 15px;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .infobox {
    flex-direction: column;
    margin: 1rem 0 1.5rem;
  }

  .infobox_child + .infobox_child {
    margin-left: 0;
    margin-top: .8rem;
  }

  .infobox_ttl {
    font-size: .85rem;
    margin: 0 1.05rem 0 .32rem;
  }

  .infobox_lst li {
    margin: 0 .32rem;
  }

  .infobox_lst .label {
    font-size: .9rem;
    line-height: 1.3;
    padding: .4rem .7rem;
  }
}

.lead_bnr {
  font-size: 0;
  margin: 17px 0 10px;
  text-align: center;
}

.lead_bnr a {
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .lead_bnr {
    margin: 1rem 1.5rem .5rem;
  }
}

/*---------------------------------------------
_grayscale
----------------------------------------------*/
.not_found {
  filter: grayscale(100%);
  pointer-events: none;
}

/*---------------------------------------------
_table
----------------------------------------------*/
.flick_box {
  display: none;
}

@media screen and (max-width: 750px) {
  .flick_box {
    display: flex;
    margin-bottom: .8rem;
  }

  .flick_img {
    margin-top: 15px;
    max-width: 30px;
    min-width: 30px;
    padding: 0;
  }

  .flick_txt {
    font-weight: 600;
    margin-top: 10px;
    padding: 0 12px;
  }

  .scroll_block {
    overflow-x: auto;
  }
}

.tbl_info {
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #341907;
  margin-top: 36px;
  width: 760px;
}

.tbl_info th, .tbl_info td {
  border: 1px solid #341907;
  padding: 16px 25px;
}

.tbl_info th {
  background: #aac57b;
  text-align: center;
}

.tbl_info .size_lg {
  width: 35%;
}

.tbl_info .size_md {
  width: calc((100% - 19% * 2) / 2);
}

.tbl_info .size_sm {
  width: 19%;
}

.tbl_info .size_xs {
  width: 15%;
}

@media screen and (max-width: 750px) {
  .tbl_info {
    border: .125rem solid #341907;
    margin-top: 0;
    width: 47.5rem;
  }

  .tbl_info th, .tbl_info td {
    border: .0625rem solid #341907;
    font-size: 1rem;
    padding: 1rem 1.5625rem;
  }
}

.list_info_btn {
  display: flex;
  flex-wrap: wrap;
  margin: 26px auto 0;
  width: 696px;
}

#nearbymap_wiper + .list_info_btn {
  margin-top: 16px;
}

.list_info_btn li {
  display: flex;
  margin: 7px 8px;
}

.btn_info {
  align-items: center;
  background: #995840;
  border-radius: 5px;
  border: 1px solid #995840;
  box-shadow: inset 0 -2px 1.5px 0 #491402, inset 2px 0 1px -1px #894a34, inset -2px 0 1px -1px #894a34;
  color: #fff;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 15px;
  justify-content: center;
  line-height: 1.45;
  min-height: 57px;
  padding: 7px 25px 7px 16px;
  position: relative;
  text-align: center;
  width: 216px;
}

.btn_info:hover {
  color: #fff;
  opacity: .8;
  text-decoration: none;
}

.btn_info:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: 8px;
  top: calc(50% - 6px);
  width: 0;
}

@media screen and (max-width: 750px) {
  .list_info_btn {
    justify-content: center;
    margin: 1rem auto 0;
    width: 100%;
  }

  #nearbymap_wiper + .list_info_btn {
    margin-top: 1rem;
  }

  .list_info_btn li {
    margin: .5rem 0 0 0;
  }

  .btn_info {
    font-size: 1rem;
    line-height: 1.45;
    min-height: 3.1rem;
    padding: .5rem 1.9rem .5rem .8rem;
    width: 15rem;
  }
}

.note {
  display: block;
  font-size: 13px;
  padding-left: 13px;
  text-indent: -13px;
}

.list_note li {
  font-size: 13px;
  padding-left: 13px;
  text-indent: -13px;
}

.list_note.c_2char li {
  padding-left: 33px;
  text-indent: -33px;
}

@media screen and (max-width: 750px) {
  .note {
    font-size: .9rem;
    padding-left: .9rem;
    text-indent: -.9rem;
  }

  .list_note li {
    font-size: .9rem;
    padding-left: .9rem;
    text-indent: -.9rem;
  }

  .list_note.c_2char li {
    padding-left: 2rem;
    text-indent: -2rem;
  }
}

.sec_lg02 + #nearbymap_wiper {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .sec_lg02 + #nearbymap_wiper {
    margin-top: 2rem;
  }
}

/*---------------------------------------------
_sec_lg_mv
----------------------------------------------*/
.sec_lg_mv .cmn_item_movie {
  margin: 0 auto;
  width: 560px;
}

.sec_lg_mv .cmn_item_movie a {
  display: block;
}

.sec_lg_mv .cmn_item_movie a.roll {
  transition: all .2s;
}

.sec_lg_mv .cmn_item_movie .cmn_item_movie_thum {
  border: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.sec_lg_mv .cmn_item_movie .cmn_item_movie_thum img {
  border: none;
  vertical-align: bottom;
  width: 560px;
}

.sec_lg_mv .cmn_item_movie .cmn_item_movie_thum:after {
  content: '';
  background: url(/useful/famous_gardens100/assets/image/ico-cmn-play.png) no-repeat center;
  background-size: contain;
  display: block;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80px;
}

@media screen and (max-width: 750px) {
  .sec_lg_mv .cmn_item_movie {
    width: 84%;
  }

  .sec_lg_mv .ttl_lg02 {
    margin-bottom: 1.067rem;
  }

  .sec_lg_mv .ttl_lg02 .container {
    margin: 0 auto;
  }

  .sec_lg_mv .cmn_item_movie .cmn_item_movie_thum:after {
    height: 50px;
    width: 50px;
  }

  .sec_lg_mv .cmn_item_movie .cmn_item_movie_thum img {
    width: 100%;
  }
}

/*---------------------------------------------
_sec_lg02
----------------------------------------------*/
.sec_lg02 {
  margin: 40px auto 0;
  width: 760px;
}

.sec_lg02.sec_lg_mv {
  margin: 40px auto;
}

.sec_lg02 + .sec_lg02 {
  margin-top: 35px;
}

.sec_lg02 .nav_post {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.sec_lg02 .nav_post li {
  margin: 0 15px;
}

.sec_lg02 .leadtxt {
  margin: 14px 20px 0;
}

.sec_lg02 p {
  font-size: 17px;
  letter-spacing: .02rem;
  line-height: 1.58;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .sec_lg02 {
    margin: 24px auto 0;
    width: 100%;
  }

  .sec_lg02.sec_lg_mv {
    margin: 24px auto;
  }

  .sec_lg02 + .sec_lg02 {
    margin-top: 1.6667rem;
  }

  .sec_lg02 .nav_post {
    width: 93%;
  }

  .sec_lg02 .nav_post li {
    margin: 0 .4rem;
    width: calc(100%/3 - .8rem);
  }

  .sec_lg02 .nav_post li img {
    width: 100%;
  }

  .sec_lg02 .leadtxt {
    margin: .7333rem .9333rem 0;
  }

  .sec_lg02 p {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.6;
    text-align: justify;
  }
}

.ttl_lg02 {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.ttl_lg02 .container {
  align-items: center;
  box-shadow: 25px 0 #fff, -25px 0 #fff;
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.3;
  margin: 0 auto;
  min-height: 52px;
  min-width: 480px;
  padding: 9px 92px;
  position: relative;
  text-align: center;
}

.ttl_lg02 .container:before {
  background-image: url(/useful/famous_gardens100/assets/image/bg-ttl-post-l-t.png), url(/useful/famous_gardens100/assets/image/bg-ttl-post-l-b.png);
  background-position: left top, left bottom;
  background-repeat: no-repeat, no-repeat;
  content: "";
  display: block;
  height: calc(100% + 2px);
  left: -1px;
  position: absolute;
  top: -1px;
  width: calc(100% + 2px);
}

@media screen and (min-width: 751px) {
  .ttl_lg02:after {
    background: #6e9c1b;
    content: "";
    display: block;
    height: 2px;
    left: calc((-760px + 100%) / 2);
    position: absolute;
    top: calc(50% - 1px);
    width: 760px;
    z-index: -2;
  }

  .ttl_lg02 .container:after {
    background-image: url(/useful/famous_gardens100/assets/image/bg-ttl-post-r-t.png), url(/useful/famous_gardens100/assets/image/bg-ttl-post-r-b.png);
    background-position: right top, right bottom;
    background-repeat: no-repeat, no-repeat;
    content: "";
    display: block;
    height: calc(100% + 2px);
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: 0;
  }
}

.ttl_lg02 .container .inner {
  display: inline-flex;
  max-width: 470px;
  position: relative;
  z-index: 1;
}

.ttl_lg02 .container .inner:before,
.ttl_lg02 .container .inner:after {
  background: url(/useful/famous_gardens100/assets/image/ico-ttl-post.png) no-repeat 0 0 / 100%;
  content: "";
  display: inline-flex;
  height: 14px;
  margin: 0 10px;
  min-width: 22px;
  position: absolute;
  top: calc(50% - 7px);
  width: 22px;
}

.ttl_lg02 .container .inner:before {
  left: -44px;
}

.ttl_lg02 .container .inner:after {
  right: -44px;
}

@media screen and (max-width: 750px) {
  .ttl_lg02 {
    margin: 1.333rem .933rem 1.033rem;
    padding: 0 1rem;
    text-align: center;
  }

  .ttl_lg02 .container {
    align-items: center;
    background-color: #6e9c1b;
    background-image: url(/useful/famous_gardens100/assets/image/bg-ttl-post-l-t-sp.png), url(/useful/famous_gardens100/assets/image/bg-ttl-post-r-t-sp.png), url(/useful/famous_gardens100/assets/image/bg-ttl-post-l-b-sp.png), url(/useful/famous_gardens100/assets/image/bg-ttl-post-r-b-sp.png), url('/useful/famous_gardens100/assets/image/bg-ttl-post-line-t-sp.png'), url('/useful/famous_gardens100/assets/image/bg-ttl-post-line-b-sp.png'), url('/useful/famous_gardens100/assets/image/bg-ttl-post-line-l-sp.png'), url('/useful/famous_gardens100/assets/image/bg-ttl-post-line-r-sp.png');
    background-position: left top, right -.0667rem top, left bottom -.0667rem, right -.0667rem bottom -.0667rem, left top, left bottom, left top, right top;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: .7333rem auto, .83rem auto, .7333rem auto, .83rem auto, .0667rem .3333rem, .0667rem .3333rem, .3333rem .0667rem, .3333rem .0667rem;
    border: none;
    box-shadow: .4rem .4rem #fff, -.4rem -.4rem #fff;
    color: #fff;
    display: inline-flex;
    font-size: 1.067rem;
    font-weight: 600;
    justify-content: center;
    line-height: 1.3;
    margin: 0 auto;
    min-height: auto;
    min-width: 20.5333rem;
    padding: .7667rem 1.2667rem;
    position: relative;
    text-align: center;
  }

  .ttl_lg02 .container:before {
    display: none;
  }

  .ttl_lg02 .container:after {
    background: #6e9c1b;
    content: "";
    display: block;
    height: .133rem;
    left: 50%;
    min-width: 340px;
    position: absolute;
    top: calc(50% - 1px);
    transform: translateX(-50%);
    width: 23rem;
    z-index: -2;
  }

  .ttl_lg02 .container .inner {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 550px;
    position: relative;
  }

  .ttl_lg02 .container .inner:before,
  .ttl_lg02 .container .inner:after {
    display: none;
  }
}


@media screen and (max-width: 380px) {
  .ttl_lg02 .container {
    border-radius: 10px;
  }
}

/*---------------------------------------------
_top .sec_lg_mv
----------------------------------------------*/

.sec_lg02.p_mv_top .cmn_item_movie {
  display: flex;
  justify-content: center;
}

.sec_lg02.p_mv_top .cmn_item_movie iframe {
  aspect-ratio: 16 / 9;
  border: none;
}

@media screen and (min-width: 750.1px) {
  .sec_xl + .sec_lg02 {
    margin-top: 67px;
  }
  
  .sec_lg02.p_mv_top .ttl_lg02 .container {
    padding: 2px 50px;
  }
  
  .sec_lg02.p_mv_top .ttl_lg02 {
    margin-bottom: 30px;
  }

  .ttl_lg02 .container .inner:before {
    left: -39px;
  }

  .ttl_lg02 .container .inner:after {
    right: -39px;
  }

  .sec_lg02 + .useful {
    margin-top: 70px;
  }
}

@media screen and (max-width: 750px) {
  .sec_lg02.p_mv_top .cmn_item_movie iframe {
    height: auto;
    max-width: 84%;
  }

  .sec_lg02 + .useful {
    margin-top: 1.9rem;
  }
}

/*---------------------------------
  ad_bnrbox_token
---------------------------------*/
@media screen and (max-width: 750px) {
  .ad_bnrbox_token .ad_box {
    width: 300px;
    padding: 0;
  } 
  .ad_bnrbox_token:nth-child(1) {
    margin-bottom: 2em;
  }
}

/* 関連YouTube動画 */
.video_area {
  margin: 40px auto 0;
}
.video_area .ttl_lg02 {
  margin-bottom: 30px;
}
@media screen and (min-width: 750.1px) {
  .video_area .ttl_lg02 .container {
    padding: 2px 50px;
  }
}
.video_area .box_related_video {
  font-size: 0;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.video_area .box_related_video li {
  width: 250px;
  margin-bottom: 30px;
}
.video_area .box_related_video li:nth-child(2n) {
  margin-left: 30px;
}
.video_area .box_related_video li a {
  position: relative;
  display: block;
}
.video_area .box_related_video li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  background-image: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/tips/image/ico_play.png);
  background-size: cover;
  width: 46px;
  height: 46px;
}
.video_area .box_related_video li a img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .video_area {
    margin: 24px auto 0;
  }
  .video_area .box_related_video {
    display: block;
    margin: auto;
  }
  .video_area .box_related_video li {
    margin: 0 auto 6%;
    width: 77%;
  }
  .video_area .box_related_video li:nth-child(2n) {
    margin-left: auto;
  }
  .video_area .box_related_video li:last-child {
    margin-bottom: 0;
  }
  .video_area .box_related_video li a:before {
    width: 58px;
    height: 58px;
  }
}

.bnr_meihaku_open {
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
}

.bnr_meihaku_open img {
  height: auto;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .bnr_meihaku_open {
    margin-bottom: 25px;
    padding-left: 4%;
    padding-right: 4%;
    margin-top: 25px;
  }
}