
:root {
  --linkColor: rgb(0 148 194);
  --mainColor: rgb(52 54 60);
  --backColor: rgb(249 249 249);
  /* --backColor: rgb(63 80 99); */
  /* --backColor: rgb(236 240 246); */
  /* --backColor: #fff; */
  --fontColor: #343a40;
  /* --mainColor: #343a40; */
  /* --linkColor: #343a40; */
  --btnColor: #343a40;
  --gothic : "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  --mincho : '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  --marumozi: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  --warp-size: 96vw;
  --inner-size: 74vw;
  --font-size : 16px;
}

/* -- REST CSS -- */
* {
  color: var(--mainColor);
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  font-kerning: auto;
  text-decoration:none;
  font-family: var(--gothic);
  line-height: 1.6;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: var(--font-size);
  letter-spacing: 0.02em;
}

html, body {
  scroll-behavior: smooth;
  background-color: var(--backColor);
  padding:1em 0;
}

/* -- wrap-size -- */
.wrap {
  width: var(--warp-size);
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}

.inner{
    width: var(--inner-size);
    margin-left: auto;
    margin-right: auto;
}

.w-100{
  width:100%;
}

.w-50{
  width:50%;
}

@media screen and (max-width:900px){
  *{
    font-size: calc((100vw - 840px) / 140 + (var(--font-size)*1.1));
  }
  .wrap{
    width: 96%;
  }
  .inner{
    width: 100%;
  }
}

@media screen and (max-width:640px){
  *{
    font-size: calc((100vw - 640px) / 100 + (var(--font-size)*1.1));
  }
}

@media screen and (min-width:901px){
  *{
    font-size: calc(var(--font-size)*1);
  }
}

@media screen and (min-width:1280px){
  *{
    font-size: calc(var(--font-size) + 1.1px);
  }
}

a {
  text-decoration: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
} */

img, picture, video, canvas, svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

input, button, textarea, select {
  border: 1px solid #dfdfdf;
  padding: .3rem .4rem;
  border-radius: 2px;
}

input[type=color],
input[type=range],
input[type=text],
input[type=tel],
input[type=email],
input[type=date],
input[type=url],
input[type=datetime-local],
input[type=password],
input[type=number],
textarea,
select{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s ease;
}

input[type=submit],
input[type=button],
input[type=reset],
button[type=submit],
button[type=button],
button[type=reset]{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .2rem .6rem;
  display: block;
  border: 1px solid #333;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2px;
}

input[type=submit][disabled],
input[type=button][disabled],
input[type=reset][disabled],
button[type=button][disabled],
button[type=reset][disabled],
button[type=submit][disabled] {
  border: 1px solid #ccc;
  background-color: #ccc;
  cursor: default;
}

focus {
  outline: none;
}

input[type=color]:focus,
input[type=range]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=url]:focus,
input[type=datetime-local]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus,
select:focus{
  background-color: #fff !important;
  border: 1px solid #1e90ff;
  outline: 1px solid #1e90ff;
}

input:hover,
input:focus,
input:active {
  outline: none;
}
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}
button {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
button:hover,
button:focus,
button:active {
  outline: none;
}
button:hover {
  opacity: 0.5;
}

.error-alert{
  color:#ff0000;
  margin-top:.4em;
}

/* -- テーブル -- */
table,
thead,
tbody{
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  border-spacing: 0;
  background:#fff;
}

table{
  text-align:left; 
}

table.table-bordered{
  border: 1px solid #e1dddd;
}

table.table-striped tr:nth-child(even){
  background: #efefef;
}

table.table-bordered th,
table.table-bordered td{
  border: 1px solid #efefef;
}

th,td{
  padding:0.5vw 0.5vw; 
  
}

th{
    font-weight : bold;
}

.table {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.table th,
.table td {
  padding: .5rem 1rem;
  border-bottom: 1px solid #ddd;
}

/* ヘッダーのスタイル */
.table th {
  background-color: #f4f4f4;
}

/* 行のホバーエフェクト */
.table tr:hover {
  background-color: #f1f1f1;
}

/* 奇数・偶数行の背景色を交互に変更 */
.table tr:nth-child(odd) {
  background-color: #fafafa;
}

.table tr:nth-child(even) {
  background-color: #fff;
}

@media screen and (max-width: 800px) {
    .table-wrapper {
      max-width:800px;
      overflow-x: auto;
    }
}

blockquote{
  text-align: justify;
  background-color: #ffffff;
  padding: 25px;
  margin: 20px 0 20px 0;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}

blockquote *{
  background:none !important;
  box-sizing: border-box !important;
  outline: none !important;
  list-style: none !important;
  font-kerning: auto !important;
  font-style: normal !important;
  text-decoration: none !important;
  font: inherit !important;
}

/* flex-wrap */
.wrap-nowrap {
  display: flex;
  flex-wrap: nowrap;
}

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

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

/* align-items */
.align-items-flex-start {
  display: flex;
  align-items: flex-start;
}

.align-items-flex-end {
  display: flex;
  align-items: flex-end;
}

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

.align-items-baseline {
  display: flex;
  align-items: baseline;
}

.align-items-stretch {
  display: flex;
  align-items: stretch;
}

/* align-content */
.align-content-flex-start {
  display: flex;
  align-content: flex-start;
}

.align-content-flex-end {
  display: flex;
  align-content: flex-end;
}

.align-content-center {
  display: flex;
  align-content: center;
}

.align-content-space-between {
  display: flex;
  align-content: space-between;
}

.align-content-space-around {
  display: flex;
  align-content: space-around;
}

.align-content-stretch {
  display: flex;
  align-content: stretch;
}

.justify-content-stretch {
  display: flex;
  justify-content: stretch;
}

.justify-content-start {
  display: flex;
  justify-content: flex-start ;
}

.justify-content-end {
  display: flex;
  justify-content: flex-end ;
}

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

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

.justify-content-space-around {
  display: flex;
  justify-content: space-around ;
}

/* -- パンくずリスト -- */
.breadcrumb ol{
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb ol > * + *:before{
  content: "/";
  margin-left:.4rem;
  margin-right:.4rem;
}

.breadcrumb ol a{
  color: var(--linkColor);
}

.breadcrumb ol span{
  font-weight: bold;
}

/* 共通スタイル: ウェイトと行の高さ */
.font-size1,
.font-size2,
.font-size3,
.font-size4,
.font-size5,
.font-size6 {
  font-weight: 300;
  line-height: 1.2;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: .5rem;
  font-weight: bold;
  line-height: 1.2;
}

/* フォントサイズ（レスポンシブ対応） */
.font-size1 { font-size: calc(1.625rem + 4.5vw); }
.font-size2 { font-size: calc(1.575rem + 3.9vw); }
.font-size3 { font-size: calc(1.525rem + 3.3vw); }
.font-size4 { font-size: calc(1.475rem + 2.7vw); }
.font-size5 { font-size: calc(1.425rem + 2.1vw); }
.font-size6 { font-size: calc(1.375rem + 1.5vw); }

/* 見出しスタイル（レスポンシブ対応） */
.h1 { font-size: calc(1.375rem + 1.5vw); }
.h2 { font-size: calc(1.325rem + 0.9vw); }
.h3 { font-size: calc(1.3rem + 0.6vw); }
.h4 { font-size: calc(1.275rem + 0.3vw); }
.h5 { font-size: 1.25rem; }
.h6 { font-size: 1rem; }

.font-size80{
  font-size: 80%;
}

.font-size50{
  font-size: 50%;
}

/* メディアクエリ: 1280px以上で固定サイズに */
@media screen and (min-width: 1280px) {
  .font-size1 { font-size: 5rem; }
  .font-size2 { font-size: 4.5rem; }
  .font-size3 { font-size: 4rem; }
  .font-size4 { font-size: 3.5rem; }
  .font-size5 { font-size: 3rem; }
  .font-size6 { font-size: 2.5rem; }

  .h1 { font-size: 2.5rem; }
  .h2 { font-size: 2rem; }
  .h3 { font-size: 1.75rem; }
  .h4 { font-size: 1.5rem; }
  .h5 { font-size: 1.25rem; }
  .h6 { font-size: 1rem; }
}

.read-text{
  text-align:justify;
  margin-bottom: .8rem;
}

.read-text a{
  text-decoration: underline;
  color: var(--linkColor);
}

.textAlign-center{text-align:center;}
.textAlign-left{text-align:left;}
.textAlign-right{text-align:right;}
.textAlign-justify{text-align:justify;}

.opacity-1 {opacity: 1;}
.opacity-8 {opacity: 0.8;}
.opacity-6 {opacity: 0.6;}
.opacity-4 {opacity: 0.4;}
.opacity-2 {opacity: 0.2;}
.opacity-0 {opacity: 0;}

/* -- space -- */
.space1 > * + *{margin-top: .5rem;}
.space2 > * + *{margin-top: 1rem;}
.space3 > * + *{margin-top: 1.5rem;}
.space4 > * + *{margin-top: 2rem;}
.space5 > * + *{margin-top: 2.5rem;}

.mt-1{margin-top: .5rem;}
.mt-2{margin-top: 1rem;}
.mt-3{margin-top: 2.5rem;}
.mt-4{margin-top: 2rem;}
.mt-5{margin-top: 2.5rem;}
.mb-1{margin-bottom: .5rem;}
.mb-2{margin-bottom: 1rem;}
.mb-3{margin-bottom: 1.5rem;}
.mb-4{margin-bottom: 2rem;}
.mb-5{margin-bottom: 2,5rem;}

.mlr-auto{margin-left: auto;margin-right: auto;}

.pt-1{margin-top: .5rem;}
.pt-2{margin-top: 1rem;}
.pt-3{margin-top: 2.5rem;}
.pt-4{margin-top: 2rem;}
.pt-5{margin-top: 2.5rem;}
.pb-1{margin-bottom: .5rem;}
.pb-2{margin-bottom: 1rem;}
.pb-3{margin-bottom: 1.5rem;}
.pb-4{margin-bottom: 2rem;}
.pb-5{margin-bottom: 2,5rem;}

.ptb-1{padding-top:.5rem; padding-bottom:.5rem;}
.ptb-2{padding-top:1rem; padding-bottom:1rem;}
.ptb-3{padding-top:1.5rem; padding-bottom:1.5rem;}
.ptb-4{padding-top:2rem; padding-bottom:2rem;}
.ptb-5{padding-top:2.5rem; padding-bottom:2.5rem;}

@media (max-width: 640px) {
  /* -- space -- */
.space1 > * + *{margin-top: calc(1rem - 1%);}
.space2 > * + *{margin-top: calc(2rem - 3%);}
.space3 > * + *{margin-top: calc(3rem - 5%);}
.space4 > * + *{margin-top: calc(4rem - 7%);}
.space5 > * + *{margin-top: calc(5rem - 9%);}

.mt-1{margin-top: calc(1rem - 1%);}
.mt-2{margin-top: calc(2rem - 3%);}
.mt-3{margin-top: calc(3rem - 5%);}
.mt-4{margin-top: calc(4rem - 7%);}
.mt-5{margin-top: calc(5rem - 9%);}
.mb-1{margin-bottom: calc(1rem - 1%);}
.mb-2{margin-bottom: calc(2rem - 3%);}
.mb-3{margin-bottom: calc(3rem - 5%);}
.mb-4{margin-bottom: calc(4rem - 7%);}
.mb-5{margin-bottom: calc(5rem - 9%);}

.pt-1{padding-top: calc(1rem - 1%);}
.pt-2{padding-top: calc(2rem - 3%);}
.pt-3{padding-top: calc(3rem - 5%);}
.pt-4{padding-top: calc(4rem - 7%);}
.pt-5{padding-top: calc(5rem - 9%);}
.pb-1{padding-bottom: calc(1rem - 1%);}
.pb-2{padding-bottom: calc(2rem - 3%);}
.pb-3{padding-bottom: calc(3rem - 5%);}
.pb-4{padding-bottom: calc(4rem - 7%);}
.pb-5{padding-bottom: calc(5rem - 9%);}

.ptb-1{padding-top: calc(1rem - 1%); padding-bottom: calc(1rem - 1%);}
.ptb-2{padding-top: calc(2rem - 3%); padding-bottom: calc(2rem - 3%);}
.ptb-3{padding-top: calc(3rem - 5%); padding-bottom: calc(3rem - 5%);}
.ptb-4{padding-top: calc(4rem - 7%); padding-bottom: calc(4rem - 7%);}
.ptb-5{padding-top: calc(5rem - 9%); padding-bottom: calc(5rem - 9%);}
}

/* -- load object -- */
#loading-screen {
  opacity: 1;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-color: #ffffff;
  transition: all .7s ease;
}

.spinner {
  border: 8px solid #ededed;
  border-top: 8px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

/* アニメーションの定義 */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* -- pager -- */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.pagination li a,
.pagination li span {
  display: inline-block;
  padding: 5px 13px;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.pagination li a:hover,
.pagination li.active span{
  background-color: #e4e4e4;
}

/* 非アクティブなリンクのスタイル */
.pagination li.disabled a,
.pagination li.disabled span {
  /* color: #e4e4e4; */
  cursor: not-allowed;
  font-weight:bold;
}

/* レスポンシブ対応 */
@media (max-width: 840px) {
  .pagination li a,
  .pagination li span {
      padding: 8px 12px;
  }
}

@media (max-width: 480px) {
  .pagination li a,
  .pagination li span {
      padding: 6px 3px;
  }
}

/* -- menu -- */
.hanbager-menu{
  display: none;
}

@media (max-width: 840px) {
  .hanbager-menu,
  .hanbager-menu > * {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .hanbager-menu{
    position: relative;
    width: 50px;
    height: 44px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
  }
  .hanbager-menu > * {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
  }
  .hanbager-menu > *:nth-of-type(1) {
    top: 0;
  }
  .hanbager-menu > *:nth-of-type(2) {
    top: 20px;
  }
  .hanbager-menu > *:nth-of-type(3) {
    bottom: 0;
  }
  .hanbager-menu:hover > *:nth-of-type(1) {
    transform: translateY(20px) rotate(-45deg);
  }
  .hanbager-menu:hover > *:nth-of-type(2) {
    opacity: 0;
  }
  .hanbager-menu:hover > *:nth-of-type(3) {
    transform: translateY(-20px) rotate(45deg);
  }
}

.badge{
  background-color:#000;
  color:#fff;
  padding:.5em .5em;
  border-radius:.4em;
  font-size:0.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.bg-img{
  position: relative;
  max-width:900px;
  height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: end;
}

.bg-img img{
  opacity: 1;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  transform: scale(1);
  transition: transform 1.5s ease, opacity 2s ease;
  background-color: #000
}

.searchBox{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid rgb(206, 212, 218);
  padding-left:.5em;
  background:#fff;
}

.searchBox input,
.searchBox input:focus{
  border:none;
  outline:none;
  box-sizing: content-box;
  background: none;
  height: 1.7em;
  margin: 0px;
  -webkit-tap-highlight-color: transparent;
  display: block;
  min-width: 0px;
  width: 100%;
  animation-name: mui-auto-fill-cancel;
  animation-duration: 10ms;
}

.list-group-item {
    background: rgb(255, 255, 255);
    padding: 0px;
    list-style: none;
    border-radius: 6px;
    border: 1px solid rgb(227, 232, 238);
    overflow-y: scroll;
}

.list-group-item > * {
    display: flex;
    height: 3em;
    padding: .8rem .8rem;
    border-bottom: 1px solid rgb(227, 232, 238);
    -webkit-box-align: center;
    align-items: center;
}

.dismissible{
  padding: 0.6rem .6rem;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(223, 225, 229);
  border-radius: 6px;
}

.dismissible-alert{
    color: rgb(247, 45, 60);
    background-color: rgb(255, 235, 239);
    text-align:center;
    font-weight: 700;
    border-radius: 4px;
    padding: 8px 16px;
    border: 1px solid rgb(247, 45, 60);
  }

.dismissible-alert a{
  text-decoration:underline;
}

.check-bar > input + span{
  position: relative;
  padding: 10px 10px 10px 45px;
  transition: .3s;
  color: #444;
  background: #f9f7f3;
  display: inline-block;
  line-height: 1.7;
  width: 100%;
  border-radius: 5px;
}

.check-bar input{
  display:none;
}

.check-bar > input:checked + span {
  background: #ff5353;
  color: #fff;
}

.check-bar > input + span:before {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 9px;
  width: 30px;
  margin: auto 0;
  height: 15px;
  border-radius: 15px;
  border: 1px solid #aaa;
  background: #fff;
  position: absolute;
}

.check-bar > input + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
  width: 13px;
  height: 13px;
  background: #aaa;
  border-radius: 50%;
  transition: .2s;
}

.check-bar > input:checked + span::before {
  border: 1px solid #caa4c0;
}

.check-bar > input:checked + span::after {
  left: 25px;
  background: #ff5353;
} 
  
.grid-center > *{
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-space10{--grid-space:10px;}
.grid-space15{--grid-space:15px;}
.grid-space20{--grid-space:20px;}

.grid2,
.grid3,
.grid4,
.grid5 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--grid-space);
}

.grid2 > * {flex-basis: calc((100% - var(--grid-space)*1) / 2);}
.grid3 > * {flex-basis: calc((100% - var(--grid-space)*2) / 3);}
.grid4 > * {flex-basis: calc((100% - var(--grid-space)*3) / 4);}
.grid5 > * {flex-basis: calc((100% - var(--grid-space)*4) / 5);}

@media (max-width: 800px) {
.grid2 > *,.grid3 > *,.grid4 > *,.grid5 > *{flex-basis: 100%;}
.grid2 > *+*,.grid3 > *+*,.grid4 > *+*,.grid5 > *+*{margin-top:1em;}
}







.head_logo{
  text-align: center;
  width: 100%;
  padding: 16px 0;
}

.head_logo a{
  display:block;
  height: 54px;
}

.head_logo img{
  width: auto;
  height: 100%;
}

nav.main{
  text-align:center;
}

nav.main ul{
  display:flex;
  justify-content:center;
}

nav.main ul li a{
  display:block;
  padding: 7px 19px;
  font-weight:bold;
  text-decoration:none;
  font-size:91%;
}
nav.main ul li a:hover{
  color:var(--linkColor);
}

@media screen and (max-width:640px){
  nav.main ul{
      display:inline-block;
      justify-content:center;
      width:100%;
    }
    nav.main ul li{
      overflow:hidden;
      width:100%;
      padding: 1vw 1.2vw;
    box-sizing: border-box;
    position: relative;
    }

     nav.main ul li + li {
      display: block;
      border-top: 1px solid #dfdfdf;
  }

}

.ad_text{
  background-color: var(--mainColor);
}

.ad_text a{
  text-align:center;
  color:#fff;
  width:100%;
  display:block;
  padding:9px 0;
  font-weight:bold;
}


#slide > *{
  padding:8px;
}

#slide > * h2{
  font-size:0.7em;
  text-align:justify;
  font-weight:bold;
}

.wrap-content{
  display: flex;
  justify-content: space-between;
}
.content {width: 75%;}
.sidebar {width: 23%;}

.posts{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.posts > * {flex-basis: calc((100% - 20px*2) / 3);}

@media screen and (max-width:1380px){
.content {width: 73%;}
.sidebar {width: 25%;}
  .posts > * {flex-basis: calc((100% - 20px*1) / 2);}
}

@media screen and (max-width:1024px){
.content {width: 65%;}
.sidebar {width: 32%;}
  .posts > * {flex-basis: calc((100% - 20px*0) / 1);}
}

@media screen and (max-width:640px){
  .wrap-content{
    display: flex;
    flex-wrap:wrap;
    justify-content: normal;
  }
    
  .content {width: 100%;}
  .sidebar {width: 100%;}
  .posts > * {flex-basis: calc((100% - 20px*0) / 1);}
}



nav.pager-nav ul{
  display:flex;
  justify-content:center;
}

nav.pager-nav ul .current{
  color: var(--linkColor);
  font-weight:bold;
  font-size:140%;
  line-height:100%;
}


.posts li{
  /* padding:0 1em; */
  /* margin-bottom:2em; */
}

.posts a{
  width:100%;
}

.posts-title{
  margin-top: .6em;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: .2em;
}

.posts-img{
  position:relative;
  overflow:hidden;
  height:240px;
}

.posts-img img{
  display: block;
  height: 100%!important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%!important;
  left: 0;
  position: absolute;
  top: 0;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s,-webkit-transform .25s;
}

.posts-time,
.posts-category{
  display:flex;
  flex-wrap:wrap;
}

.posts-time .icon,
.posts-category .icon{
  display:flex;
  align-items:center;
  width:16px;
  margin-right:5px;
}

.posts-time,
.posts-time .icon,
.posts-time svg,
.posts-time path{
  color:#8a8a8a;
}

.posts-time span+span,
.posts-category span+span{
  margin-right:8px;
}

.posts-text{
  margin-top:.2em;
}

.page-category{
  display:flex;
  align-items:center;
}

.page-category .icon,
.page-time .icon,
.page-tag .icon{
  width:19px;
  display:flex;
  align-items:center;
  margin-right:5px;
}

.page-tag .icon,
.page-tag a{
  margin-right:11px;
  color:var(--linkColor);
}

.page-tag a:before{
  content:"#";  
}

.page-category ul{
  display:flex;
  flex-wrap:wrap;
  margin-right:15px;
}

.page-time time{
  display:flex;
  flex-wrap:wrap;
}


/* -------- footer -------- */

.footer-copyright{
  text-align:center;
  font-size:.8em;
}

.footer-food{
  padding:.5em 0;
}

nav.footer-nav{
  text-align:center;
}

nav.footer-nav ul{
  padding:1em 0;
  display:flex;
  justify-content:center;
}

nav.footer-nav ul li a{
  padding: 8px;
  text-decoration:none;
  font-size:.8em;
}

@media (max-width: 480px) {
  nav.footer-nav ul{
    display:inline-block;
    text-align:left;
    width:100%;
  }

  nav.footer-nav ul li::after{
    content:">";
    text-align:right;
  }
}


/* -------- sidebar -------- */

.sidebar-rank a{
  position:relative;
  display:block;
}

.rank-icon{
  position:absolute;
  top:.5em;
  left:.5em;
}

:root {
  --circleSize: 35px;
}

span.rank-icon{
  display:block;
  width:var(--circleSize);
  height:var(--circleSize);
  box-sizing:border-box;
  text-align:center;
  background-color: #000000;
  border-radius: 100%;
  position: absolute;
  font-size:1.3em;
      box-shadow: 0 2px 8px rgba(0,0,0,.1), 0 4px 4px -4px rgba(0,0,0,.1);
}

span.rank-icon i{
  font-weight:bold;
  letter-spacing:0em;
  color:#fff;
  position: absolute;
  top:.8em;
  left:-.1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width:var(--circleSize);
}

.sidebar-rank li:nth-child(1) span.rank-icon{
  background: linear-gradient(45deg, #B67B03 0%, #b9960c 45%, #ead17a 70%, #DAAF08 85%, #B67B03 90% 100%);;
}

.sidebar-rank li:nth-child(2) span.rank-icon{
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #c8c4c4 70%, #9E9E9E 85%, #757575 90% 100%);
}

.sidebar-rank li:nth-child(3) span.rank-icon{
  background-color: var(--linkColor);
}


.sidebar-rank a{
  position:relative;
  overflow:hidden;
  height:180px;
}

.sidebar-rank img{
  display: block;
  height: 100%!important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%!important;
  left: 0;
  position: absolute;
  top: 0;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s,-webkit-transform .25s;
}


 .p-profileBox {
    border: 1px solid #ccc;
    border-radius: var(--swl-radius--4,0);
    padding: 4px;
    background: #fff;
}

.p-profileBox__bg {
    background: #ccc;
    border-radius: var(--swl-radius--2,0);
    height: 160px;
    margin: 0;
    overflow: hidden;
    width: 100%
}

.p-profileBox__bgImg {
    display: block;
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.p-profileBox__icon {
    margin: 1em 0 0;
    text-align: center
}

.p-profileBox__icon img {
    background: #fdfdfd;
    border: 4px solid #fdfdfd;
    border-radius: 50%;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 120px
}
.p-profileBox__bg+.p-profileBox__icon {
    margin-top: -60px
}

.p-profileBox__name {
    padding-top: .5em;
    text-align: center
}

.p-profileBox__job {
    font-size: 3.2vw;
    padding: 0 1em;
    text-align: center
}

.p-profileBox__text {
    padding: 1em
}

.p-profileBox .p-profileBox__btn {
    margin: 1.5em auto .5em;   
}

.p-profileBox__btn .p-profileBox__btnLink {
    color: #fff;
  border-radius:4px;
}

.p-profileBox__btn .p-profileBox__btnLink:hover {
    background-color: var(--linkColor) !important;
}

.p-profileBox__iconList {
    padding: .5em 0 1em
}

.p-profileBox__iconList .-feedly,.p-profileBox__iconList .-rss {
    display: none
}
[class*=is-style-btn_] {
    --the-fz: 1em;
    --the-width: auto;
    --the-min-width: 64%;
    --the-padding: .75em 1.5em;
    --the-btn-color: var(--color_main);
    --the-btn-color2: var(--color_main);
    --the-btn-bg: var(--the-btn-color);
    display: block;
    font-size: var(--the-fz);
    margin: 0 auto 2em;
    position: relative;
    text-align: center
}

[class*=is-style-btn_] a {
    background: var(--the-btn-bg);
    border-radius: var(--the-btn-radius,0);
    display: inline-block;
    letter-spacing: var(--swl-letter_spacing,1px);
    line-height: 1.5;
    margin: 0;
    min-width: var(--the-min-width);
    padding: var(--the-padding);
    position: relative;
    text-decoration: none;
    width: var(--the-width)
}





:root {
  --color_content_bg: var(--color_bg);
}


.c-widget__title {
  font-weight: 700;
  margin-bottom: 1.5em;
  overflow: hidden;
  position: relative;
}

.c-widget__title.-side {
  text-align: center;
  padding: .25em 3.5em;
  font-size:1.3em;
}

.c-widget__title.-side::before {
  content: "";
  top: 50%;
  width: 2em;
  background: currentColor;
  left: 1em;
}

.c-widget__title.-side::after {
  content: "";
  top: 50%;
  width: 2em;
  background: currentColor;
  right: 1em;
}

.c-widget__title:after, .c-widget__title:before {
  box-sizing: inherit;
  display: block;
  height: 1px;
  position: absolute;
  z-index: 0;
}

/* -- outline -- */
.outline-content {
    border-bottom: 2px solid var(--linkColor);
    border-top: 2px solid var(--linkColor);
    padding: 3.2em 2em;
    width: 90%;
    margin: 4em auto;
}

.outline-title{
  margin-bottom: 0.75em;
  display: block;
  font-size: 1.4em;
  line-height: 1;
  font-weight:bold;
}

ol.outline-list>:first-child {
    counter-reset: toc;
}

ol.outline-list li.outline-item {
  margin-left: 1.8em;
  padding-left: 0;
  position: relative;
  margin-top: 0.8em;
  font-weight:bold;
}

ol.outline-list li.outline-item:before{
    border-right: 1px solid;
    content: counters(toc,"-");
    counter-increment: toc;
    display: block;
    font-family: inherit;
    letter-spacing: -.1px;
    line-height: 1.1;
    padding: 0 0.5em 0 0;
    position: absolute;
    right: calc(100% + 0.5em);
    top: 0.25em;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    white-space: nowrap;
    width: auto;
}

ol.outline-sublist {
  position: relative;
  counter-reset: toc;
  margin-left:2em;
}

ol.outline-sublist>li{
    position: relative;
}

ol.outline-sublist>li:before{
    border-right: 1px solid;
    content: counters(toc,"-");
    counter-increment: toc;
    display: block;
    font-family: inherit;
    letter-spacing: -.1px;
    line-height: 1.1;
    padding: 0 0.5em 0 0;
    position: absolute;
    right: calc(100% + 0.5em);
    top: 0.25em;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    white-space: nowrap;
    width: auto;
}

ol.outline-sublist li {
    margin-top:.2em;
}

ol.outline-list li a:hover{
  color:var(--linkColor);
}

:root{
  --swl-block-margin: 2em;
}
.page-css>* {
  margin-bottom: var(--swl-block-margin, 2em);
}

.page-css .icone{
  color: var(--linkColor);
  margin-right:6px;
  line-height:1.2em;
}

.page-css .page-category{
  margin-right:.8em;
}

.page-css .page-category li+li{
  margin-left: .5em;
}
.page-css .page-category li a{
  font-size:1em;
  line-height:1.5em;
  text-decoration:underline;
  color:var(--linkColor);
}

/* 見出しスタイル（レスポンシブ対応） */
.page-css h1,.page-css h1 span { font-size: calc(1.375rem + 1.5vw); }
.page-css h2,.page-css h2 span { font-size: calc(1.3rem + 0.9vw); }
.page-css h3,.page-css h3 span { font-size: calc(1.25rem + 0.6vw); }
.page-css h4,.page-css h4 span { font-size: calc(1.2rem + 0.3vw); }
.page-css h5,.page-css h5 span { font-size: 1.1rem; }
.page-css h6,.page-css h6 span { font-size: 1rem; }

/* メディアクエリ: 1280px以上で固定サイズに */
@media screen and (min-width: 1280px) {
.page-css h1,.page-css h1 span { font-size: 2.4rem; }
.page-css h2,.page-css h2 span { font-size: 1.8rem; }
.page-css h3,.page-css h3 span { font-size: 1.6rem; }
.page-css h4,.page-css h4 span { font-size: 1.4rem; }
.page-css h5,.page-css h5 span { font-size: 1.25rem; }
.page-css h6,.page-css h6 span { font-size: 1rem; }
}


.page-css h2,
.mce-content-body h2{
  border-left: solid 6px var(--linkColor);
  padding: .1em 0 .1em 22px;
  margin: 1.5em 0 1em;
  line-height: 1;
}

.page-css h3,
.mce-content-body h3 {
    padding: 0 0.3em 0.5em;
    line-height: 1.4;
    margin: 2em 0 1em;
    position: relative;
}
.page-css h3::before,
.mce-content-body h3::before {
    content: "";
    width: 100%;
    height: 3px;
    background: var(--linkColor);
    background-size: 4px 4px;
    opacity: 0.5;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    z-index: 0;
}

.page-css figure,
.page-css picture,
.mce-content-body figure,
.mce-content-body picture{
  margin-bottom: 2em;
  display:block;
}

.page-css p{
  text-align:justify;
}

.page-css p a,
.mce-content-body p a{
  font-weight:bold;
  text-decoration:underline;
}

.page-css p a,
.page-css p a strong{
    color:var(--linkColor);
}

.pager-nav-next a{
    justify-content: flex-end;
    align-items: center;
    color: inherit;
    display: flex;
    height: 100%;
    line-height: 1.4;
    min-height: 4em;
    /* padding: 0.6em 1em 0.5em; */
    position: relative;
    text-decoration: none;
    transition: box-shadow .25s;
    width: 100%;
}

.pager-nav-prev a{
    align-items: center;
    border-radius: var(--swl-radius--2,0);
    color: inherit;
    display: flex;
    height: 100%;
    line-height: 1.4;
    min-height: 4em;
    /* padding: 0.6em 1em 0.5em; */
    position: relative;
    text-decoration: none;
    transition: box-shadow .25s;
    width: 100%;
}

.pager-nav-next a picture,
.pager-nav-prev a picture {
    height: auto;
    width: 20%;
  margin:0 .8em;
}

.related ul li{
  padding: .4em;
}

.related-title{
  margin-top:.8em;
  font-size:1em;
  font-weight:bold;
}

.related-img{
  position:relative;
  overflow:hidden;
  height:180px;
}

.related-img img{
  display: block;
  height: 100%!important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%!important;
  left: 0;
  position: absolute;
  top: 0;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s,-webkit-transform .25s;
}

.serachBox input{
  width :85%;
}

.serachBox button{
  width :15%;
  border-radius: 5px;
  background-color : var(--mainColor);
}

.serachBox button i{color:#fff;}

.grayscale a img{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}

.grayscale a:hover img{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

.pager-sns ul {
    padding: .8em 1em;
    border-top: solid 1px var(--mainColor);
    border-bottom: solid 1px var(--mainColor)
}

.pager-sns ul li{
    width:auto;
}

.pager-sns ul li i{
  font-size:1.5em;
}

.pager-sns ul li b{
  margin-left:.2em;
}

@media screen and (max-width:640px){
.pager-sns ul li b{
  display:none;
}
}

/* -- admin -- */
html.admin,
.admin body{
  background-color:#fff;
}

.admin table img{
  height:50px;  
}

.admin .pass_row{
  position:relative;
}

.admin #btn_passview{
  position:absolute;
  right:1vw;
  top:50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width:translateY(-50%);
}

.admin .login{
  /* border: 1px solid #9E9E9E; */
  margin: 0 auto 0;
  max-width: 500px;
  padding: 3% 2%;
}