*:where(:not(html,iframe,canvas,img,svg,video,audio,input):not(svg *,symbol *)){all:unset;display:revert}*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}a,button{cursor:revert}ol,ul,menu,summary{list-style:none}ol{counter-reset:revert}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}:where(pre){all:revert;box-sizing:border-box}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable="false"])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable="true"]){-webkit-user-drag:element}:where(dialog:modal){all:revert;box-sizing:border-box}::-webkit-details-marker{display:none}

@font-face {
  font-family: 'noto';
  src: url('../font/NotoSansJP-Medium.woff2') format('woff');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'pop';
  src: url('../font/Poppins-Light.woff2') format('woff');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url('../font/Poppins-Regular.woff2') format('woff');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url('../font/Poppins-Medium.woff2') format('woff');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url('../font/Poppins-SemiBold.woff2') format('woff');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url('../font/Poppins-Bold.woff2') format('woff');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url('../font/Poppins-Black.woff2') format('woff');
  font-weight: 800;
  font-display: swap;
}

body {
  background-color: #fff;
  color: #333;
  font-family: 'pop', 'noto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}
a {
  text-decoration: none;
}
p {
  text-align: justify;
}
header {
  position: fixed;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  transition: all .4s;
}
header > * {
  transition: all .4s;
}
header nav h1 svg,
header nav .headlogo svg {
  height: 25px;
  width: 163px;
} 
header nav h1,
header nav .headlogo {
  margin-left: 15px;
  background-color: #fff;
  display: inline-block;
  border-radius: 5px;
  line-height: 1;
}
header nav h1 a,
header nav .headlogo a{
  padding: 10px 15px 8px;
  display: inline-block;
}
header nav {
  display: flex;
  align-items: center;
}
header nav ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav ul li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:10px;
  border: 1px solid #27726e;
  color: #27726e;
  border-radius: 10px;
  width: 16px;
  height: 16px;
  padding-top: 2px;
  line-height: 1;
  flex-shrink: 0;
  margin-left: .5em;
}
header nav ul li a,
header nav ul li .aov{
  color: #333;
  font-size: 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 500;
  padding: 0 1em;
  margin-left: .5em;
  height: 45.5px;
  font-weight: 600;
  transition: all .4s;
  cursor: pointer;
}
header nav a:hover {
  color: #999;
}
/* header fixed */
header.shadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
header.fixed {
  background-color: #fff;
  color: #333;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

header.fixed nav a {
  font-size: 17px;
}
.util {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 15px;
  padding: 0 .8em;
  height: 45.5px;
  line-height: 1;
}
.util i {
  font-size:22px;
}
.util .search_rap {
  border-left:1px solid #333;
  border-right:1px solid #333;
  padding: 0 .7em;
  margin: 0 .7em;
  cursor: pointer;
}

.child {
  display: none;
}
.child.active {
  display: block;
}
@media (max-width: 1000px) {
  header nav a{
    color: #333;
  }
}

/* search category */

.search_cat {
  display: none;
  position: fixed;
  top: 97px;
  right: 15px;
  max-width: 430px;
  width: 100%;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  z-index: 99;
}

.search_cat.active {
  display: block;
}

.search_cat_inn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 5px;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}

.search_cat .search_form {
  display: flex;
  align-items: center;
  flex: 1;
  border: 1px solid #27726e;
  border-radius: 4px;
  overflow: hidden;
  margin: 0;
  margin-right: 10px;
}

.search_cat .search_form .search {
  flex: 1;
  height: 40px;
  padding: 0 12px;
  font-size: 15px;
  border: none;
  outline: none;
}

.search_cat .search_form button[type="submit"] {
  height: 40px;
  padding: 0 14px;
  background-color: #27726e;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .2s;
}

.search_cat .search_form button[type="submit"]:hover {
  background-color: #18655d;
}

.search_close {
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  flex-shrink: 0;
  transition: all .2s;
}

.search_close:hover {
  border-color: #333;
  color: #333;
}


/* lang_wrap dropdown */

.lang_wrap {
  position: relative;
  cursor: pointer;
}

.child.langlist {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: -13px;
  min-width: 110px;
  background-color: rgba(255, 255, 255, 0.97);
  border-radius: 5px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
  padding: 6px 0;
  z-index: 101;
}

.child.langlist.active {
  display: block;
}

.child.langlist p {
  margin: 0;
  padding: 0;
}

.child.langlist p a {
  display: block;
  padding: 8px 18px;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  background: none;
  transition: color .2s;
}

.child.langlist p a:hover {
  color: #27726e;
}

/* planner dropdown */

header nav ul li.has_drop {
  position: relative;
}

.child.planner_drop {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 150px;
  background-color: rgba(255, 255, 255, 0.97);
  border-radius: 5px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
  padding: 6px 0;
  z-index: 100;
}

.child.planner_drop.active {
  display: block;
}

.child.planner_drop ul {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
}

.child.planner_drop ul li a {
  display: block;
  margin: 0;
  padding: 10px 20px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  background: none;
  transition: color .2s;
}

.child.planner_drop ul li a:hover {
  color: #27726e;
}

/*  */

/* toggle menu */
#nav_toggle {
  display: none;
  position: absolute;
  right: 13px;
  top: 10px;
  width: 50px;
  height: 45px;
  cursor: pointer;
  z-index: 1;
  padding: 10px 10px 0;
  background-color: #fff;
  border-radius: 4px;
}

#nav_toggle div {
  position: relative;
}
#nav_toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #222;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

header.fixed #nav_toggle span {
  background: #333;
}

#nav_toggle span:nth-child(1) {
  top: 0;
}

#nav_toggle span:nth-child(2) {
  top: 11px;
}

#nav_toggle span:nth-child(3) {
  top: 23px;
}

header .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 1.5em;
  margin-left: 1.8em;
}
header form .search {
  width: 120px;
  height: 27px;
  border-radius: 3px 0 0 3px;
  border: 1px solid #27726e;
  padding: 5px;
}
header form .search:focus {
  outline: 0;
}

/* ---- sp_menu (mobile hamburger panel) ---- */

#sp_menu {
  display: none;
}

@media (max-width: 1000px) {
  header {
    height: 65px;
  }

  /* desktop nav items & util hidden on mobile */
  header nav ul {
    display: none;
  }
  .util {
    display: none;
  }

  /* hamburger button visible */
  #nav_toggle {
    display: block;
  }

  /* hamburger → X animation */
  header.open #nav_toggle span {
    background: #333;
  }
  header.open #nav_toggle span:nth-child(1) {
    top: 11px;
    transform: rotate(135deg);
  }
  header.open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  header.open #nav_toggle span:nth-child(3) {
    top: 11px;
    transform: rotate(-135deg);
  }

  /* sp_menu panel — z-index below header(200) so toggle stays clickable */
  #sp_menu {
    display: block;
    position: fixed;
    top: 0;
    padding-top: 95px;
    left: 0;
    width: 100%;
    height: calc(100vh);
    overflow-y: auto;
    background-color: #fff;
    z-index: 150;
    -webkit-overflow-scrolling: touch;
    /* animation: hidden state */
    opacity: 0;
    visibility: hidden;
    transform: translateY(-18px);
    transition: opacity .35s ease, transform .35s ease, visibility .35s;
    pointer-events: none;
  }
  header.open ~ #sp_menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  /* sp_menu contents */
  .sp_menu_inner {
    padding: 10px 20px 40px;
  }

  .sp_nav_list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
  }

  .sp_nav_list > li {
    border-bottom: 1px solid #eee;
    padding: 14px 4px 10px;
  }

  /* section heading (not interactive) */
  .sp_nav_label {
    font-size: 13px;
    font-weight: 700;
    color: #999;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0 0 8px;
  }

  /* sub-items always visible */
  .sp_sub {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sp_sub li a {
    display: block;
    padding: 9px 4px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid #f5f5f5;
    transition: color .2s;
  }

  .sp_sub li:last-child a {
    border-bottom: none;
  }

  .sp_sub li a:hover {
    color: #27726e;
  }

  /* sp util bar */
  .sp_util_bar {
    border-top: 2px solid #eee;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .sp_fav {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
  }

  .sp_fav i {
    font-size: 18px;
  }

  .sp_lang {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .sp_lang a {
    font-size: 13px;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 4px 10px;
    transition: all .2s;
  }

  .sp_lang a:hover {
    border-color: #27726e;
    color: #27726e;
  }

  .sp_search_form {
    display: flex;
    border: 1px solid #27726e;
    border-radius: 4px;
    overflow: hidden;
  }

  .sp_search_input {
    flex: 1;
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
    border: none;
    outline: none;
  }

  .sp_search_form button[type="submit"] {
    height: 40px;
    padding: 0 14px;
    background-color: #27726e;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* mobile: hide dropdown images from desktop menus */
  .mega_area,
  .mga_box .mg_img,
  .mga_box .mg_txt,
  .dsg_img,
  .child.megadosee,
  .child.dosee_mega,
  .child.planner_drop {
    display: none !important;
  }
}

/* vi */
.arr {
  z-index: 1;
  position: absolute;
  bottom: 10px;
  right: 25px;
  height: 100px;
  width: 45px;
}

.arr p {
  font-size: 10px;
  color: #fff;
  text-align: left;
}
.arr img{
  max-width: 20px;
  height: 70px;
}

.arr img,
.arr p {
  animation: anime_ar 1s ease -0.8s infinite alternate;
  padding-bottom: 0;
}

@keyframes anime_ar {
  0% {
      opacity: .1;
      margin-top: 3px;
  }

  100% {
      opacity: 1;
      margin-top: 3px;
  }
}

/* module */


/* module minimap */
.area_wrap {
  background-color: rgba( 0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 8px;
  width: 176px;
}
.green .area_wrap {
  background-color: transparent;
}
.green .area_wrap .map {
  background-image: url(../images/icon_areas/green_base.png);
}
.area_wrap .map {
  background-image: url(../images/icon_areas/white_base.png);
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  width: 160px;
  height: 177px;
}
.area_cats {
  font-size: 13px;
  color: #27726e;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  font-weight: 600;
}
.area_cats li::before {
  font-family: "Font Awesome 7 Free";
  content: '\f3c5';
  font-weight: 900;
  padding-right: .5em;
}
.green .area_cats.white {
  color: #18655d;
}
.area_cats.white {
  font-size: 12px;
  color: #fff;
  display: flex;
  flex-direction: column;
  line-height: 1.45;
}
.area_wrap .map .inn {
  width: 160px;
  height: 177px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.area_wrap .map .inn.sendai {
  background-image: url(../images/icon_areas/white_sendai.png);
}
.area_wrap .map .inn.matsushima-bay {
  background-image: url(../images/icon_areas/white_matsushima.png);
}
.area_wrap .map .inn.sanriku-coast {
  background-image: url(../images/icon_areas/white_sanriku.png);
}
.area_wrap .map .inn.mt-zao {
  background-image: url(../images/icon_areas/white_zao.png);
}
.area_wrap .map .inn.northern-miyagi {
  background-image: url(../images/icon_areas/white_northern.png);
}
.area_wrap .map .inn.near-miyagi {
  background-image: url(../images/icon_areas/white_near.png);
}
.green .area_wrap .map .inn.sendai {
  background-image: url(../images/icon_areas/green_sendai.png);
}
.green .area_wrap .map .inn.matsushima-bay {
  background-image: url(../images/icon_areas/green_matsushima.png);
}
.green .area_wrap .map .inn.sanriku-coast {
  background-image: url(../images/icon_areas/green_sanriku.png);
}
.green .area_wrap .map .inn.mt-zao {
  background-image: url(../images/icon_areas/green_zao.png);
}
.green .area_wrap .map .inn.northern-miyagi {
  background-image: url(../images/icon_areas/green_northern.png);
}
.green .area_wrap .map .inn.near-miyagi {
  background-image: url(../images/icon_areas/green_near.png);
}


/* area gnavi */

.megadosee {
    opacity: 1;
    cursor: auto;
    top: 50px;
    position: fixed;
    width: 100%;
}
.megadosee {
  position: absolute;
  margin-left: 15px;
  left: 0;
  width: calc(100% - 30px);
  z-index: 100;
  padding-bottom: 10px;
  border-radius: 5px;
  margin-top: 15px;
  background-color: rgba( 255, 255, 255, 0.95);
}


.mega_area {
    background-image: url(../images/mg_area_gr.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 380px;
    max-width: 1100px;
    height: 390px;
    position: relative;
    margin: 35px auto 10px;
}

.mega_area.fixed {
    background-image: url(../images/mg_area_gr.png);
}

.mega_area .mga_box {
    background-color: #87958e;
    width: 320px;
    position: absolute;
    display: flex;
    transition: all .5s;
    border-radius: 3px;
    padding: 10px 0;
}

.mega_area .mga_box:hover {
    background-color: #5d806e;
}

.mega_area .mga_box .mg_img {
    height: 90px;
    width: 120px;
    margin-right: 10px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-items: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: lighten;
}

.mega_area .mga_box a {
    display: flex;
    justify-items: center;
    align-items: center;
    padding: 0;
    height: 90px;
    background: none;
}

.mega_area .mga_box h4 {
    text-align: center;
    font-weight: 600;
    text-shadow: 0 0 2px #333;
    width: 100%;
    line-height: 1.6;
    font-size: 15px;
    letter-spacing: -0.02em;
    padding: 0 5px;
    text-transform: uppercase;
    color: #fff;
}

.mega_area .mga_box .mg_txt {
    color: #fff;
    line-height: 1.6;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    padding-right: 10px;
}

.mega_area .mga_box.northern {
    left: 150px;
    top: 10px;
}

.mega_area .mga_box.zao {
    left: 100px;
    top: 250px;
}

.mega_area .mga_box.sendai {
    left: 80px;
    top: 130px;
}

.mega_area .mga_box.matsushima {
    left: 600px;
    top: 250px;
}

.mega_area .mga_box.sanriku {
    left: 700px;
    top: 10px;
}

.mega_area .mga_box.near {
    left: 750px;
    top: 130px;
}

/* ---- dosee mega menu ---- */

.child.dosee_mega {
    position: absolute;
    left: 0;
    top: 50px;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-top: 15px;
    z-index: 100;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.97);
    box-shadow: 0 8px 32px rgba(0,0,0,0.13);
    padding: 28px 24px 24px;
}

.mega_dosee {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.dsg_box a {
    display: block;
    text-decoration: none;
    border-radius: 4px;
    overflow: hidden;
    height: auto;
    margin: 0;
    padding: 0;
}

.dsg_img {
    position: relative;
    aspect-ratio: 16 / 8;
    background-size: cover;
    background-position: center center;
    background-color: #4a6f68;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dsg_img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.15);
    border-radius: 4px;
    transition: background 0.2s;
}

.dsg_box a:hover .dsg_img::after {
    background: rgba(0,0,0,0.5);
}

/* タイトル：中央に配置 */
.dsg_title {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-shadow: 0 1px 4px rgba(0,0,0,0.7);
}


.dsg_box a:hover .dsg_img {
    box-shadow: 0 4px 16px rgba(0,0,0,0.22);
}

/* fav */

.fav {
    top:auto;
    right:10px;
    bottom:10px;
}

.fav button{
    background-color: #fff;
    color: #18655d;
    font-size:17px;
    border-radius: 50%;
    width:30px;
    height:30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.fav button i{
    margin-top: 2px;
}

.fav .cookie-button.active {
    background-color: #18655d;
    color: #fff;
}
.fav_sum {
    font-weight:400;
    font-size:16px;
    padding:10px 0;
}
header#headtop .myfav {
  position: relative;
}
header#headtop .myfav .fav_maru {
    display: none;
    width:7px;
    height: 7px;
    position: absolute;
    background-color: #ef6250;
    border-radius: 50%;
    z-index: 1;
    right:1px;
    bottom:-4px;
}
header#headtop .myfav .fav_maru.active{
    display: block;
}
header#headtop .myfav a{
    color:#fff;
}

/* category */



/* footer */

footer {
  background-color: #eee;
}
footer .foot_contents {
  max-width: 1100px;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
  padding: 30px 20px 0;
}
footer .footlogo {
  display: block;
  text-align: center;
  line-height: 1.2;
  padding: 40px 0;
}
footer .footlogo span {
  display: block;
  font-weight: 600;
}
footer .menu {
  width: 100%;
}
.footmiyagi {
  font-size: 11px;
  text-align: center;
  line-height: 1.5;
  max-width: 1000px;
  margin: 0 auto;
}
footer h3 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'raleway';
  padding-bottom: 20px;
}
footer .miyagi_logo {
  width: 40px;
  margin: .5em auto 0;
}
footer .miyagi {
  font-size: 14px;
  color: #666;
  font-weight: 600;
  padding: .2em;
  text-align: center;
}
footer .miyagi img {
  padding: 0;
}
footer .copyright {
  font-size: 11px;
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 5px;
}
@media (max-width: 1000px) {
  footer .txt {
    font-size: clamp(12px,1vw,1.5vw);
  }
  footer {
    padding-bottom: 100px;
  }
}
@media (max-width: 826px) {
  footer nav {
    display: none;
  }
  footer .foot_contents {
    flex-direction: column;
    justify-content: center;
  }
  footer .menu {
    width: 100%;
  }
}



/* ---- footer_navi ---- */

/* 既存の footer ul/li スタイルをナビ内でリセット */
.footer_navi ul,
.footer_navi ul li,
.footer_navi ul li a {
    all: unset;
    cursor: pointer;
}

.footer_navi {
    padding: 20px 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.fn_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 32px;
    align-items: start;
}

.fn_col {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fn_col li {
    font-size: 13px;
    letter-spacing: 0.02em;
}

.fn_col a {
    color: #444;
    text-decoration: none;
    transition: color 0.2s;
}

.fn_col a:hover {
    color: #18655d;
}

/* Column 3: Trip Planner (heading + ul) */
.fn_heading {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #999;
    margin: 0 0 6px;
    padding: 0;
}

.fn_col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.fn_col ul li {
    font-size: 13px;
}

.fn_col ul a {
    color: #444;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s;
}

.fn_col ul a:hover {
    color: #18655d;
}

@media (max-width: 768px) {
    .fn_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 24px;
    }
}

@media (max-width: 480px) {
    .fn_grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px 16px;
    }
}

/* pagenavi */
.wp-pagenavi {
	margin: 40px auto 100px;
	font-size: 12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #77a0d1;
}
.wp-pagenavi a {
    color: #77a0d1;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
	margin: 0 10px 0 0;
	border: solid 1px #ddd;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	align-items: center;
	transition: .3s;
}
.wp-pagenavi span.current {
    border: none;
    background: #2b4f5b;
    color: #fff;
}
.wp-pagenavi a.page {
	background: none;
}
.wp-pagenavi a.page:hover {
    background: #2b4f5b;
    color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
    margin: 0 1.4em 0 0 !important;
    border-radius: 4px;
    padding: 10px 15px;
}

/* cookie */
.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: #a1803b;
  padding: 1.2em;
  box-sizing: border-box;
  z-index: 100;
  visibility: hidden;
}
.cookie-consent.is-show {
  visibility: visible;
}
.cookie-consent a {
  color: #fff !important;
}
.cookie-consent .cookie-text a{
  border-bottom: 1px solid #fff;
  margin-left: .5em;
}
.cookie-agree {
  color: #fff;
  background: #999;
  padding: .5em 1.5em;
  white-space: nowrap;
  border-radius: 4px;
  font-weight: 700;
}
.cookie-agree:hover {
  cursor: pointer;
}
.cc-hide {
  animation: hide .5s linear 0s;
  animation-fill-mode: forwards;
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* メディアクエリ */
@media screen and (max-width: 600px) {
  .cookie-consent {
    flex-direction: column;
  }
  .cookie-text {
    margin-bottom: 1em;
  }
}

/*fade*/
.fdup {
  transform: translate(0, 40px);
  transition: all 700ms;
  opacity: 0;
}

/* =============================================
   Breadcrumb  (.bc_*)
   ============================================= */
.bc_nav {
    background: #f5f7f6;
    border-top: 1px solid #e0e8e6;
    padding: 10px 24px;
}

.bc_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    max-width: 1260px;
    margin: 0 auto;
    font-size: 12px;
    color: #888;
}

.bc_item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.bc_item a {
    color: #18655d;
    text-decoration: none;
}

.bc_item a:hover {
    text-decoration: underline;
}

.bc_item--current span {
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
    display: inline-block;
    vertical-align: bottom;
}

.bc_sep {
    color: #bbb;
    font-size: 9px;
}

@media (max-width: 600px) {
    .bc_nav {
        padding: 8px 16px;
    }
    .bc_item--current span {
        max-width: 160px;
    }
}

.fdup.effect {
  opacity: 1;
  transform: translate(0, 0);
}