/*
theme Name: themes tmplete
Author: geek works
Description: original theme
version： 1.0.0
*/

/**
 * reset css
 */
html { overflow-x: hidden; background: #FFF; font-size: 62.5%; }
body { overflow-x: hidden; min-width: 320px; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; word-wrap: break-word; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas { margin: 0; padding: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, menu { display: block; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img {  border: none; }
address, caption, cite, code, dfn, em, strong, th, var, b { font-style: normal; font-weight: normal; }
ul, ol, menu { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q:before, q:after { content: ''; }
abbr, acronym { border: none; font-variant: normal; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; }
legend { color: #333; }
a { text-decoration: none; color: #333; }
.pc a, .pc object a, .pc input[type="submit"]{ -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.pc a:hover, .pc object a:hover, .pc input[type="submit"]:hover { opacity: .5; -webkit-opacity: .5; -moz-opacity: .5; -ms-opacity: .5; -o-opacity: .5; }
a img, map a { border: none; }
a:hover, a:active, a:focus { outline: 0; }
embed { width: 100%; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
img, object, embed { max-width: 100%; height: auto; }
object, embed { height: 100%; }
img { vertical-align: bottom; -ms-interpolation-mode: bicubic; object-position: center top;}
div { vertical-align: top; }
strong { font-weight: normal; }
em { font-style: normal; }
select, input, button, textarea, button { font: 99% arial, sans-serif; }
pre, code, kbd, samp, tt { font-family: monospace; line-height: 1; }
a, img, button, input[type="button"], input[type="submit"], .touch-hover { -webkit-tap-highlight-color: transparent; }
* { -webkit-box-sizing: border-box; box-sizing: border-box; }
*::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; }
table { empty-cells: show; font-size: inherit; font: 100%; }
/* IE10,11対策 main要素の高さと幅を認識させる */
@media all and (-ms-high-contrast: none){ main { display: block; } }
input { line-height: 1; }
form img, input, select { vertical-align: middle; }
textarea { resize: none; }
select { padding: 1px; }
legend { display: none; }
input, select, textarea, button { font-size: 1.6rem; vertical-align: middle; color: #333; height: 35px; }
textarea { height: auto; }
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], select, textarea { -webkit-appearance: none; font-size: 1.6rem; width: 100%; padding: 1rem; border: 1px solid #ccc; background: #fff; font-weight: normal; border-radius: 3px; }
/* ======= outline ======= */
input[type="email"], input[type="text"], input[type="number"], input[type="password"], textarea, select { outline: none; }
/* ======= label ======= */
label { margin-right: 1rem; line-height: 1; }
/**
 * body, h1, h2, h3, h4, h5, p
 */
body {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  color: #313131;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.4;
  font-kerning: normal;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, strong, b { font-weight: bold; }
h1 { font-size: 26px; }
h2 { font-size: 24px; }
h3 { font-size: 23px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
p, li { line-height: 1.85; }
p { margin-bottom: 30px; }
iframe { width: 100%; }
@media screen and (max-width: 991px){
  body { letter-spacing: 0.08rem; }
  h1 { font-size: 2.4rem; }
  h2 { font-size: 2.2rem; }
  h3 { font-size: 2rem; }
  h4, h5 { font-size: 1.8rem; }
  p { margin-bottom: 3rem; }
}
/* admin editor */
body#tinymce { margin: 10px; }

/**
 * utility
 */
/* display */
.noDisplay { display: none; }
.block { display: block; }
.inline { display: inline; }
.inline-block { display: inline-block; }
.flex{ display: -webkit-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; }
.flex-reverse { flex-flow: row-reverse; }
.pcNone { display: none; }
.spNone { display: block; }
@media screen and (max-width: 991px) {
  .pcNone { display: block; }
  .spNone { display: none; }
}
/* position */
.static { position: static; }
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
/* float */
.leftBox { float: left; }
.rightBox { float: right; }
.nofloat { float: none !important; }
.clearfix { zoom: 1; }
.clearfix:after { display: block;  clear: both; content: ""; }
.clear { clear: both !important; }
/* IE6 */
* html .clearfix { zoom: 1; }
/* IE7 */
*:first-child + html .clearfix { zoom: 1; }
/* weight */
.bold { font-weight: bold; }
/* color */
.red { color: #F00; }
.blue { color: #00F; }
.white { color:#FFF; }
.yellow { color: #FF0; }
.pink { color: #ff3399; }
.orange { color: #FC5D17; }
.mb0 { margin-bottom: 0; }
.mb30 { margin-bottom: 30px; }
.mb50 { margin-bottom: 50px; }
/* fadein */
/* fadein trigger */
.fadeIn_trigger,
.fadeUp_trigger,
.fadeDown_trigger,
.fadeLeft_trigger,
.fadeRight_trigger { opacity:0; }
/* その場で */
.fadeIn {
  animation-name:fadeInAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeInAnime {
  from { opacity: 0; }
  to { opacity: 1; }
}
/* 下から */
.fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  animation-name:fadeDownAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  animation-name:fadeLeftAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name:fadeRightAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.container {
  max-width: 1100px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1100px){
  .container { margin: 0 1.5rem; }
}

.site__content { padding-top: 80px; }
@media screen and (max-width: 1100px){
  .site__content { padding-top: 6rem; }
}

/**
 * content form
 */
.content__frm1 main {
  margin-right: 0;
  max-width: 100%;
  width: auto;
}
.content__frm2 .container.flex { flex-wrap: nowrap; }
.content__frm2 main {
  margin-right: 50px;
  max-width: 750px;
  width: 750px;
}
.content__frm2 aside#sidebar { width: 300px; }
@media screen and (max-width: 991px){
  .content__frm2 .flex { display: block; }
  .content__frm2 main,
  .content__frm2 aside#sidebar {
    max-width: 100%;
    width: 100%;
  }
  .content__frm2 main { margin-right: 0; }
}

main,
#sidebar { padding: 50px 0 100px; }
@media screen and (max-width: 991px){
  main { padding: 3rem 0; }
  #sidebar { padding: 5rem 0; }
}

#front h2,
#page main h2,
#single main h2,
#sidebar .widget__title {
  position: relative;
  margin-bottom: 30px;
  padding: 15px 0;
}
#front h2:before,
#page main h2:before,
#single main h2:before,
#sidebar .widget__title:before,
#front h2:after,
#page main h2:after,
#single main h2:after,
#sidebar .widget__title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7%;
  height: 4px;
  background-color: #DE82A7;
}
#front h2:after,
#page main h2:after,
#single main h2:after,
#sidebar .widget__title:after {
  left: auto;
  right: 0;
  height: 1px;
  width: 92.5%;
  background: #fff;
  border-bottom: 4px double #ddd;
}
@media screen and (max-width: 991px){
  #front h2:before,
  #page main h2:before,
  #single main h2::before,
  #sidebar .widget__title:before { width: 19%; }
  #front h2:after,
  #page main h2:after,
  #single main h2:after,
  #sidebar .widget__title:after { width: 80%; }
}

#header {
  position: fixed;
  width: 100%;
  height: 80px;
  background: #fff;
  border-top: solid 5px #fd7e00;
  /*box-shadow: 0px 1px 10px 0px #aaa;*/
  z-index: 10;
}
#header .flex {
  flex-wrap: nowrap;
  padding: 20px 0;
  width: 100%;
}
#header .flex .flex { padding: 0; }
#header .left__box {
  width: 30%;
}
#header .left__box a {
  padding: 15px 30px 18px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #fd7e00;
  border-radius: 50%;
}
#header .left__box h1 a {
  position: relative;
  top: -5px;
}
#header .left__box img {
  width: 30px;
}
#header .right__box { width: 70%; }
#header .right__box #gnav__pc {
  margin-right: 10px;
  width: 95%;
}
#header .right__box #gnav__pc .flex { justify-content: flex-end; }
#header .right__box #gnav__pc .global__nav {
  padding-top: 3px;
}
#header .right__box #gnav__pc .global__nav li { margin-right: 20px; }
#header .right__box #gnav__pc .global__nav a {
  position: relative;
  font-size: 13px;
  opacity: 1 !important;
}
#header .right__box #gnav__pc .global__nav a::after,
#header .right__box #gnav__pc .global__nav li.current-menu-item a::after,
#header .right__box #gnav__pc .global__nav li.current-menu-parent a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fd7e00;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#header .right__box #gnav__pc .global__nav li.current-menu-item a::after,
#header .right__box #gnav__pc .global__nav li.current-menu-parent a::after { transform: scale(1, 1); }
#header .right__box #gnav__pc .global__nav a:hover::after { transform: scale(1, 1); }
#header .right__box #gnav__pc .contact__open {
  margin-right: 15px;
}
#header .right__box #gnav__pc .contact__open a {
  position: relative;
  top: -2px;
  font-size: 25px;
}
#header .right__box #gnav__pc .search__open i {
  cursor: pointer;
  margin-top: 7px;
  font-size: 18px;
}
#header .right__box #gnav__pc .searchform {
  display: none;
  position: absolute;
  top: 50px;
  width: 250px;
  z-index: 99;
}
#header .right__box #gnav__pc form input[type="text"] { font-size: 14px; }
#header .right__box #gnav__pc form button { display: none; }
@media screen and (max-width: 991px){
  #gnav__pc { display: none; }
  #header { height: 6rem; }
  #header .flex { padding: 1rem 0; }
  #header .left__box { width: 70%;}
  #header .right__box { width: 30%; }
  #header .right__box .flex { justify-content: flex-end; }
}

/**
 * nav sp bbutton
 */
 #gnav__sp__btn .gnav__sp__btn {
  cursor: pointer;
   position: relative;
   top: -3px;
   width: 35px;
   height: 35px;
   color: #333;
   border: none;
   background: transparent;
 }
 #gnav__sp__btn span {
   display: block;
   position: absolute;
   width: 30px;
   transition: 0.3s ease-in-out;
   font-size: 10px;
 }
 #gnav__sp__btn .line {
   height: 1px;
   background: #333;
 }
 #gnav__sp__btn span:nth-child(1) { top: 10px; }
 #gnav__sp__btn span:nth-child(2) { top: 15px; }
 #gnav__sp__btn span:nth-child(3) { top: 20px; }
 #gnav__sp__btn.active span:nth-child(1) {
   top: 18px;
   transform: rotate(-45deg);
 }
 #gnav__sp__btn.active span:nth-child(2) {
   top: 18px;
   transform: rotate(45deg);
 }
 #gnav__sp__btn.active .menu  { font-size:0; }

 /**
  * nav sp menu
  */
#gnav__sp__menu {
  position: fixed;
  display: none;
  top: 8rem;
  right: 0;
  width: 30%;
  height: 100%;
  background: #fff;
  border-top-left-radius: 30px;
  border-top: solid 5px #fd7e00;
  border-left: solid 5px #fd7e00;
  box-shadow: inset 3px 3px 15px rgba(100, 100, 100, .3);
  overflow-y: auto;
  z-index: 999;
}
#gnav__sp__menu ul.flex {
  margin: 30px 30px 50px;
}
#gnav__sp__menu ul.flex li {
  width: 100%;
}
#gnav__sp__menu ul.flex li ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#gnav__sp__menu ul.flex li li {
  margin-right: 4%;
  margin-bottom: 4%;
  width: 48%;
}
#gnav__sp__menu ul.flex li li:nth-child(2n) {
  margin-right: 0;
}
#gnav__sp__menu ul.flex li li  a {
    display: block;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    color: #fd7e00;
    border: solid 1px #fd7e00;
    border-radius: 5px;
}

#gnav__sp__menu .searchform { margin: 40px 30px 10px; }
#gnav__sp__menu .searchform .flex {
  flex-wrap: nowrap;
}
#gnav__sp__menu .searchform input[type="text"] {
    font-size: 15px;
    border-right: 0;
}
#gnav__sp__menu .searchform button[type="submit"] {
    position: relative;
    margin-left: -1px;
    background: #fff;
    border: solid 1px #ccc;
    border-left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
@media screen and (max-width: 991px){
  #gnav__sp__menu { top: 6rem; width: 100%; }
  #gnav__sp__menu ul.flex { margin: 3rem 2.5rem 5rem; }
  #gnav__sp__menu .searchform { margin: 4rem 2.5rem 0; }
}







#breadcrumbs {
  padding: 8px 0 13px;
  background: #f8f8f8;
}
#breadcrumbs .aioseo-breadcrumbs {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#breadcrumbs .aioseo-breadcrumbs span { margin-right: 5px; }
#breadcrumbs .aioseo-breadcrumbs span,
#breadcrumbs .aioseo-breadcrumbs a {
  color: #fd7e00;
  font-size: 13px;
}
@media screen and (max-width: 991px){
  #breadcrumbs .aioseo-breadcrumbs { -webkit-line-clamp: 2; }
  #breadcrumbs .aioseo-breadcrumbs span,
  #breadcrumbs .aioseo-breadcrumbs a { font-size: 1.2rem; }
}








#sidebar li.widget { margin-bottom: 40px; }
#sidebar .widget__title {
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 10px;
}
#sidebar .widget__title::before { width: 17%;}
#sidebar .widget__title::after { width: 82.5%; }
#sidebar h2 {
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 20px;
}
/*
#sidebar .sidebar__category h2 { color: #fd7e00; }
#sidebar .sidebar__wpp h2 { color: #66cdaa; }
#sidebar .sidebar__new__post h2 { color: #1e90ff; }
*/
#sidebar h2::before {
  content: "\f03a";
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: bold;
  margin-right: 5px;

}
#sidebar .sidebar__category h2::before { content: "\f5fd"; }
#sidebar .sidebar__wpp h2::before { content: "\e4b7"; }
#sidebar .sidebar__new__post h2::before { content: "\f1ea"; }
#sidebar .posts__list__frm__content { border-bottom: solid 1px #eee; }
#sidebar .posts__list__frm__content:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
#sidebar .posts__list__frm__content .posts__image img {
  height: 60px;
  width: auto;
  object-fit: cover;
}
#sidebar .sidebar__wpp h3,
#sidebar .sidebar__wpp h4,
#sidebar .posts__list__frm__content .posts__detail .posts__title h3 {
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#sidebar .sidebar__wpp h4,
#sidebar .posts__list__frm__content .posts__detail .posts__title h3 { font-size: 13px; }
#sidebar .posts__list__frm__content .posts__description,
#sidebar .posts__list__frm__content .posts__cat,
#sidebar .posts__list__frm__content .posts__view,
#sidebar .posts__list__frm__content .posts__date { display: none; }
#sidebar .posts__list__frm__content .posts__detail .posts__title { margin: 0; }
#sidebar form.flex {
  display: flex !important;
  flex-wrap: nowrap !important;
}
#sidebar form input[type="text"] {
  font-size: 15px;
  border-right: 0;
}
#sidebar form button[type="submit"] {
  position: relative;
  margin-left: -1px;
  background: #fff;
  border: solid 1px #ccc;
  border-left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#sidebar .sidebar__category li {
  margin-right: 4%;
  width: 48%;
}
#sidebar .sidebar__category .menu {
  display: flex;
  flex-wrap: wrap;
}
#sidebar .sidebar__category .menu li { margin-bottom: 4%;}
#sidebar .sidebar__category .menu li:nth-child(2n) { margin-right: 0; }
#sidebar .sidebar__category .menu li a {
  display: block;
  text-align: center;
  padding: 5px;
  font-size: 13px;
  color: #fd7e00;
  border: solid 1px #fd7e00;
  border-radius: 5px;
}
#sidebar .sidebar__wpp .posts__list__frm__content { border-bottom: solid 1px #A5EBD3; }
#sidebar .sidebar__wpp .posts__list__frm__content:last-child { border-bottom: 0; }
#sidebar .sidebar__wpp .widget__title::before { background-color: #66cdaa; }
#sidebar .sidebar__wpp__item {
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  border: solid 1px #66cdaa;
  border-radius: 3px;
}
#sidebar .sidebar__wpp__item:first-child { margin-top: 30px; }
#sidebar .sidebar__wpp h3 {
  position: absolute;
  top: -12px;
  padding: 3px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #66cdaa;
  border-radius: 20px;
}
#sidebar .sidebar__wpp .sidebar__wpp__item:nth-of-type(2) .posts__description,
#sidebar .sidebar__wpp .sidebar__wpp__item:nth-of-type(3) .posts__description,
#sidebar .sidebar__wpp .sidebar__wpp__item:nth-of-type(4) .posts__description {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 11px;
  line-height: 1.2;
}
#sidebar .sidebar__wpp .sidebar__wpp__item:nth-of-type(5) .posts__date { display: block; }





#sidebar .sidebar__new__post .widget__title::before { background-color: #1e90ff; }
#sidebar .sidebar__new__post .textwidget {
  padding: 0 15px 15px;
  border-left: solid 1px #1e90ff;
  border-right: solid 1px #1e90ff;
  border-bottom: solid 1px #1e90ff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#sidebar .sidebar__new__post .posts__list__frm__content { border-bottom: solid 1px #99cdff; }
#sidebar .sidebar__new__post .posts__list__frm__content:last-child { border-bottom: 0; }
@media screen and (max-width: 991px){
  #sidebar .posts__list__frm__content .flex {
    display: flex;
  }
  #sidebar .sidebar__wpp__item:first-child { margin-top: 4rem; }
  #sidebar .sidebar__wpp h4,
  #sidebar .posts__list__frm__content .posts__detail .posts__title h3 { font-size: 15px; }
}







/*
.scroll__snap__type__Y {
  overflow-y: hidden;
  background: #fff;
}
.scroll__snap__type__Y__content {
  width: 100%;
  height: 100vh;
  aspect-ratio:1/1;
  scroll-snap-type: y mandatory;
  overflow-y: auto;
}
.scroll__snap__type__Y__item {
  width: 100%;
  height: 100vh;
  padding: 10%;
  scroll-snap-align: center;
}
*/

.col .posts__list__frm__content { position: relative; }
.col .posts__list__frm__content .posts__detail .posts__title h3,
.col .posts__list__frm__content .posts__detail .posts__title h4 { font-size: 16px; }
.col .posts__list__frm__content .posts__detail .posts__description { font-size: 13px; }
.col .posts__list__frm__content .posts__detail .posts__date,
.col .posts__list__frm__content .posts__detail .posts__view { font-size: 12px; }
.col .posts__list__frm__content .posts__detail .posts__title,
.col .posts__list__frm__content .posts__detail .posts__description { margin: 10px 0; }
.col .posts__list__frm__content .posts__detail .posts__title h3,
.col .posts__list__frm__content .posts__detail .posts__title h4,
.col .posts__list__frm__content .posts__detail .posts__description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.col .posts__list__frm__content .posts__detail .posts__cat li,
.col .posts__list__frm__content .posts__detail .posts__title,
.col .posts__list__frm__content .posts__detail .posts__description,
.col .posts__list__frm__content .posts__detail .posts__date,
.col .posts__list__frm__content .posts__detail .posts__view { color: #fff; }
.col .posts__list__frm__content .posts__detail .posts__cat ul {
  display: flex;
  flex-wrap: nowrap;
}
.col .title { position: relative; }
.col .title a {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 5px 20px;
  color: #777;
  font-size: 10px;
  background: #fff;
  border: solid 1px #aaa;
  border-radius: 5px;
}
.col .posts__list__frm__content .posts__image { width: 100%; }
.col .posts__list__frm__content .posts__image img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
}
.col .posts__list__frm__content .posts__image .image__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient( to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8) );
}
.col .posts__list__frm__content .posts__detail {
  position: absolute;
  bottom: 0;
  padding: 12px;
}
.col .posts__list__frm__content .posts__detail .posts__description {
  margin: 10px 0;
  font-size: 13px;
  font-weight: normal;
}
.col .posts__list__frm__content .posts__detail .posts__cat li {
  padding: 0 10px;
  width: auto;
  font-size: 11px;
  background: #fd7e00;
  border-radius: 10px;
}
.posts__list__frm__content .posts__detail .flex { justify-content: flex-end; }
@media screen and (max-width: 991px){
  .col .flex { display: flex; }
}


/* posts list col */
.col2 .flex article,
.col3 .flex article,
.col4 .flex article,
.col5 .flex article {
  position: relative;
  margin-bottom: 20px;
}
.col2 .flex article:nth-of-type(2n),
.col3 .flex article:nth-of-type(3n),
.col4 .flex article:nth-of-type(4n),
.flex article:last-child { margin-right: 0; }
.col2 .flex article {
  margin-right: 2%;
  width: 49%;
}
.col3 .flex article {
  margin-right: 1.3%;
  width: 32.4%;
}
.col4 .flex article {
  margin-right: 1.3%;
  width: 24%;
}
.col5 .flex article:nth-of-type(1),
.col5 .flex article:nth-of-type(2) {
  margin-right: 2%;
  width: 49%;
}
.col5 .flex article:nth-of-type(2){ margin-right: 0; }
.col5 .flex article:nth-of-type(3),
.col5 .flex article:nth-of-type(4),
.col5 .flex article:nth-of-type(5) {
  margin-right: 1.3%;
  width: 32.4%;
}
.col5 .flex article:nth-of-type(5){ margin-right: 0; }
.col2 .posts__list__frm__content .posts__detail .posts__title h3,
.col5 .posts__list__frm__content:nth-of-type(1) .posts__title h3,
.col5 .posts__list__frm__content:nth-of-type(2) .posts__title h3 { font-size: 18px; }
.col2 .posts__list__frm__content .posts__image img,
.col5 .posts__list__frm__content:nth-of-type(1) .posts__image img,
.col5 .posts__list__frm__content:nth-of-type(2) .posts__image img { height: 180px; }
.col3 .posts__list__frm__content .posts__image img,
.col5 .posts__list__frm__content:nth-of-type(n+3) .posts__image img { height: 180px; }
.col4 .posts__list__frm__content .posts__image img { height: 120px; }



@media screen and (max-width: 991px){
  .col2 .flex article {

  }
  .col4 .flex article,
  .col5 .flex article,
  .col5 .flex article:nth-of-type(2),
  .col5 .flex article:nth-of-type(3),
  .col5 .flex article:nth-of-type(4),
  .col5 .flex article:nth-of-type(5) {
    margin-right: 0;
    width: 49%;
  }
  .col4 .flex article:nth-of-type(odd) { margin-right: 2%; }
  .col5 .flex article:nth-of-type(even) { margin-right: 2%; }
  .col5 .flex article:first-child {
    margin-right: 0;
    width: 100%;
  }
  .col5 .flex article:nth-of-type(2) .posts__detail .posts__title h3,
  .col5 .flex article:nth-of-type(3) .posts__detail .posts__title h3,
  .col5 .flex article:nth-of-type(4) .posts__detail .posts__title h3,
  .col5 .flex article:nth-of-type(5) .posts__detail .posts__title h3 {
    -webkit-line-clamp: 2;
    font-size: 1.5rem;
  }

}




/* posts list row */
.row .title { position: relative; }
.row .title a {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 5px 20px;
  color: #777;
  font-size: 10px;
  background: #fff;
  border: solid 1px #aaa;
  border-radius: 5px;
}
.row .posts__list__frm__content {
  padding: 15px 0;
  border-bottom: solid 1px #333;
}
.row .posts__list__frm__content:last-child { border-bottom: 0; }
.row .posts__list__frm__content .posts__detail .posts__cat ul {
  display: flex;
  flex-wrap: nowrap;
}
.row .posts__list__frm__content .posts__detail .posts__cat li {
  padding: 0 10px;
  width: auto;
  color: #fff;
  font-size: 11px;
  background: #fd7e00;
  border-radius: 10px;
}
.row .posts__list__frm__content .posts__image {
  margin-right: 5%;
  width: 25%;
}
.row .posts__list__frm__content .posts__detail { width: 70%; }
.row .posts__list__frm__content .posts__detail .posts__title h3 { font-size: 20px; }
.row .posts__list__frm__content .posts__detail .posts__description {
  margin: 10px 0;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.row .posts__list__frm__content .posts__detail .posts__date,
.row .posts__list__frm__content .posts__detail .posts__view { font-size: 12px; }
@media screen and (max-width: 991px){
}























#footer {
  padding: 100px 0;
  background: #fff7ef;
}
#footer .left__box {
  margin-right: 100px;
  width: 30%;
}
#footer .left__box .logo__link {
  text-align: center;
  padding: 20px 35px;
  background: #fff;
  border-radius: 50%;
}
#footer .left__box .logo__link a {
  color: #fd7e00;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 2px 3px #ccc;
}
#footer .left__box .logo__link img { width: 30px; }
#footer .right__box { width: 60%; }
#footer .right__box a {
  position: relative;
  color: #fd7e00;
  font-size: 13px;
}
#footer .right__box a::before {
  content: "\f0da";
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: bold;
    margin-right: 5px;
}
#footer .footer__nav__1,
#footer .footer__nav__2 { margin-right: 50px; }
@media screen and (max-width: 991px){
  #footer .left__box,
  #footer .right__box,
  #footer .right__box .nav__box {
    margin: 0;
    width: 100%;
  }
  #footer .left__box,
  #footer .right__box { margin-bottom: 5rem; }
  #footer .left__box { padding: 0 3rem; }
  #footer .right__box .nav__box { margin-bottom: 3rem; }
}

footer .copyright { background: #fd7e00; }
footer .copyright p {
  text-align: center;
  margin-bottom: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 11px;

}
@media screen and (max-width: 991px){
  #footer { padding: 5rem 0; }
  #footer .right__box,
  #footer .right__box .nav__box:last-child { margin-bottom: 0; }
  #footer .footer__nav__1,
  #footer .footer__nav__2 { margin-right: 0; }
}

/* ===========================
   クリニック情報ページ
=========================== */

.clinic__wrap {
  margin: 20px auto;
  max-width: 800px;
  width: 100%;
}

.clinic__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.clinic__table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  border: 1px solid #DE82A7;
}

.clinic__table tr {
  background: #fff;
}

.clinic__table th {
  background: #DE82A7;
  color: #fff;
  padding: 12px 14px;
  font-size: 1.4rem;
  font-weight: 500;
  width: 30%;
  vertical-align: top;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.clinic__table td {
  padding: 12px 14px;
  font-size: 1.4rem;
  color: #333;
  background: #fff;
  vertical-align: top;
  border-bottom: 1px solid #DE82A7;
}

.clinic__table tr:last-child th,
.clinic__table tr:last-child td {
  border-bottom: none;
}

.clinic__stars {
  display: inline-flex;
  align-items: center;
  gap: 1px;
}

.star {
  font-size: 2rem;
  line-height: 1;
}

.star--full {
  color: #f5a623;
}

.star--empty {
  color: #ddd;
}

.star--half {
  position: relative;
  display: inline-block;
}

.star--half .star__bg {
  color: #ddd;
}

.star--half .star__fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  overflow: hidden;
  color: #f5a623;
}

.clinic__score {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  margin-left: 6px;
}

.clinic__btn__wrap {
  margin: 20px 0;
}

.clinic__btn {
  display: block;
  width: 100%;
  padding: 14px;
  background: #e84444;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  box-sizing: border-box;
}

/* エリアタブ切り替え */
.is-hidden { display: none !important; }
/* ============================================
   TOPページ 仮CSS（SP版ファースト）
   ワイヤーフレームベース・カンプ来たら修正
   ============================================ */

/* 共通 */
.front__container {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.p-section__title {
  display: block;
  width: 100%;
  padding: 14px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px;
  box-sizing: border-box;
}

/* ① 検索ボックス */
.p-search-box {
  padding: 12px 0;
}

.p-search-box__form {
  display: flex;
  gap: 8px;
}

.p-search-box__input {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 13px;
  box-sizing: border-box;
}

.p-search-box__btn {
  padding: 10px 16px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
}

/* ② 部位から探す */
.p-category-section {
  margin-bottom: 24px;
}

.p-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.p-category-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 8px;
  aspect-ratio: 1;
  text-decoration: none;
}

.p-category-card__name {
  font-size: 12px;
  color: #333;
  text-align: center;
  padding: 4px;
}

/* ③ エリアから探す */
.p-area-section {
  margin-bottom: 24px;
}

.p-area-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-bottom: 12px;
  -webkit-overflow-scrolling: touch;
}

.p-area-tab {
  padding: 6px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
  white-space: nowrap;
  cursor: pointer;
}

.p-area-tab.is-active {
  background: #333;
  color: #fff;
  border-color: #333;
}

.p-area-list {
  display: flex;
  flex-direction: column;
}

.p-area-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 4px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #333;
}

.p-area-item__name {
  font-size: 14px;
}

.p-area-item__count {
  font-size: 13px;
  color: #999;
}

/* 件数0のエリア：グレーアウト・クリック不可 */
.p-area-item.is-disabled {
  color: #ccc;
  pointer-events: none;
  cursor: default;
}
.p-area-item.is-disabled .p-area-item__name {
  color: #ccc;
}
.p-area-item.is-disabled .p-area-item__count {
  color: #ccc;
}

/* ④ フィードカード */
.p-feed-section {
  margin-bottom: 24px;
}

.p-feed-group {
  margin-bottom: 32px;
}

.p-feed-group__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  padding-bottom: 0;
  border-bottom: none;
  color: #333;
}

/* カードリスト：縦積み */
/* カードリスト：横スクロール（トリビュー風） */
.p-feed-cards {
  display: flex;
  flex-direction: row;
  gap: 10px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.p-feed-cards::-webkit-scrollbar {
  display: none;
}

/* 1枚のカード：左画像・右テキストの横並び */
.p-feed-card {
  display: flex;
  flex-direction: row;
  flex: 0 0 calc(100% - 24px);
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  text-decoration: none;
  color: #333;
  overflow: hidden;
  align-items: stretch;
}

/* 左：正方形画像エリア */
.p-feed-card__image {
  flex: 0 0 90px;
  width: 90px;
  height: 90px;
  overflow: hidden;
  background: #f0f0f0;
  flex-shrink: 0;
}

.p-feed-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 画像なしのとき */
.p-feed-card__noimage {
  width: 100%;
  height: 100%;
  background: #e8e8e8;
}

/* 右：テキストエリア */
.p-feed-card__body {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

/* バッジ（初回限定など） */
.p-feed-card__badge {
  display: inline-block;
  padding: 2px 8px;
  background: #F06292;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  border-radius: 3px;
  align-self: flex-start;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.p-feed-card__clinic {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-feed-card__price {
  font-size: 12px;
  color: #666;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 施術説明 */
.p-feed-card__treatment {
  font-size: 12px;
  color: #555;
  margin: 0;
  /* 2行までで省略する */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* タグ群 */
.p-feed-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 2px;
}

.p-feed-card__tag {
  font-size: 11px;
  color: #999;
}

/* ⑤ 人気ランキング */
.p-ranking-section {
  margin-bottom: 24px;
}

.p-ranking-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.p-ranking-item__rank {
  font-size: 16px;
  font-weight: 500;
  min-width: 32px;
  color: #333;
}

.p-ranking-item__body {
  flex: 1;
}

.p-ranking-item__name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}

.p-ranking-item__price {
  font-size: 12px;
  color: #666;
}

.p-ranking-item__btn {
  padding: 8px 12px;
  background: #e84444;
  color: #fff;
  border-radius: 6px;
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
}

.p-ranking-more {
  display: block;
  text-align: center;
  padding: 12px;
  margin-top: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
}

/* ② TOPページ main の余白リセット */
#front__content main {
  padding: 0;
}

/* ③ p-section__title に h2 のオレンジ下線デコレーションが干渉しないよう無効化 */
#front__content .p-section__title::before,
#front__content .p-section__title::after {
  display: none;
}

/* ④ pタグのリセット（margin-bottom:30px）がフィードカード内で干渉するのを防ぐ */
.p-feed-card__body p,
.p-ranking-item__body p {
  margin-bottom: 0;
}

/* PC版（992px以上） */
@media (min-width: 992px) {
  .front__container {
    max-width: 1100px;
  }
  .p-category-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  /* PC：カードを横2列グリッドに */
  .p-feed-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    overflow-x: visible;
  }
  .p-feed-card {
    flex: none;
  }
  .p-feed-card__image {
    height: 180px;
  }
}
