@charset "UTF-8";
/*===============================
 
    基本
 
================================*/
blockquote {
  position: relative;
  padding: 1.0em 20px 1.0em 60px;
  margin: 0 0 1.5em;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555; }
  @media (min-width: 992px) {
    blockquote {
      margin: 0 0 2.0em; } }
  blockquote:before {
    content: "“";
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 5px;
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 8.0rem;
    line-height: 1; }
  blockquote cite {
    display: block;
    text-align: right;
    color: #888; }

.search_container {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  padding: 0.5em 1.0em;
  border-radius: 20px;
  height: 3.0em;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff; }

.search_container input[type="text"] {
  border: none;
  height: 2.0em;
  background: #fff; }

.search_container input[type="text"]:focus {
  outline: 0;
  background: #fff; }

.search_container input[type="submit"] {
  cursor: pointer;
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  border: none;
  background: none;
  color: #000;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -7px;
  outline: none; }

/*===============================
 
    レイアウト
 
================================*/
#column-2 {
  box-sizing: border-box; }
  @media (min-width: 768px) {
    #column-2 {
      display: flex;
      justify-content: space-between; }
      #column-2 #main {
        width: 60%;
        margin: 0 10% 0 0; }
      #column-2 #side {
        width: 30%;
        max-width: 300px; } }
  @media (min-width: 992px) {
    #column-2 #main {
      width: calc(100% - 420px);
      margin: 0; }
    #column-2 #side {
      width: 300px; } }

#main {
  margin: 0 0 50px; }

#main-one {
  margin: 0 auto 50px; }
  @media (min-width: 992px) {
    #main-one {
      width: 100%; } }

.single-main-content {
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 0.5em; }
  .single-main-content h2 {
    font-size: 2.6rem;
    font-weight: bold;
    position: relative;
    margin: 0 0 1.0em;
    line-height: 1.4; }
    @media (min-width: 992px) {
      .single-main-content h2 {
        font-size: 3.2rem; } }
    .single-main-content h2:before {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 100%;
      height: 2px;
      background: linear-gradient(90deg, #27b1e7 0%, #9888e7 100%); }
  .single-main-content h3 {
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0 0 1.0em;
    padding: .5em 1.0em;
    background: #f2f2f2;
    border-left: 4px solid #27b1e7; }
    @media (min-width: 992px) {
      .single-main-content h3 {
        font-size: 2.8rem; } }
  .single-main-content h4 {
    font-weight: bold;
    font-size: 2.0rem;
    background: #f2f2f2;
    padding: .5em 1.0em;
    margin: 0 0 1.0em; }
  .single-main-content h5 {
    font-weight: normal;
    font-size: 1.8rem;
    margin: 0 0 1.0em;
    padding: 0; }
  .single-main-content p {
    margin: 0 0 2.0em;
    line-height: 1.8; }
    .single-main-content p:last-child {
      margin: 0; }
    .single-main-content p.profession-txt {
      line-height: 1.2;
      font-style: italic; }
      .single-main-content p.profession-txt a {
        text-decoration: none;
        display: inline-block;
        padding: .5em 1.0em .4em;
        background: #f2f2f2; }
  .single-main-content p,
  .single-main-content ul,
  .single-main-content ol {
    margin: 0 0 1.5em; }
    @media (min-width: 992px) {
      .single-main-content p,
      .single-main-content ul,
      .single-main-content ol {
        margin: 0 0 2.0em; } }
  .single-main-content ul li,
  .single-main-content ol li {
    margin: 0 0 .5em;
    position: relative; }
    .single-main-content ul li:last-child,
    .single-main-content ol li:last-child {
      margin: 0; }
    .single-main-content ul li ul,
    .single-main-content ul li ol,
    .single-main-content ol li ul,
    .single-main-content ol li ol {
      padding: 0 0 0 1.0em;
      margin: 0; }
      .single-main-content ul li ul li,
      .single-main-content ul li ol li,
      .single-main-content ol li ul li,
      .single-main-content ol li ol li {
        margin: 0; }
  .single-main-content ul li {
    position: relative;
    padding: 0 0 0 1.5em; }
    .single-main-content ul li:before {
      content: "・";
      position: absolute;
      left: 0; }
  .single-main-content ol {
    counter-reset: item;
    list-style-type: none; }
    .single-main-content ol li {
      padding: 0 0 0 32px;
      position: relative; }
      .single-main-content ol li:before {
        counter-increment: item;
        content: counter(item);
        background: #f2f2f2;
        color: #999;
        border-radius: 50%;
        width: 26px;
        height: 26px;
        line-height: 26px;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        top: -.1em;
        left: 0;
        text-align: center; }
  .single-main-content a {
    color: #333;
    text-decoration: underline; }
  .single-main-content iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9; }
  .single-main-content .wp-caption-text {
    font-size: 1.2rem;
    text-align: center;
    line-height: 2.0; }
  .single-main-content .wp-block-table {
    margin: 0 0 2.5em;
    font-size: 1.4rem; }
    .single-main-content .wp-block-table table tr:nth-child(odd) {
      background: #fcfcfc; }
    .single-main-content .wp-block-table table td, .single-main-content .wp-block-table table th {
      padding: 1.0em 2.0em; }
    .single-main-content .wp-block-table table td:first-child {
      min-width: 120px; }

/*===============================
 
    パンくずリスト
 
================================*/
#pankuzu {
  font-size: 1.2rem;
  color: #666;
  margin: 0 0 .5em;
  transition: .6s; }
  #pankuzu a {
    color: #666;
    text-decoration: underline; }
    #pankuzu a:hover {
      text-decoration: none; }

.paging {
  overflow: hidden;
  font-size: 2.6rem;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .paging {
      top: 50%;
      font-size: 4.6rem; } }
  .paging li {
    position: fixed;
    top: 40vh;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    z-index: 3; }
    .paging li.prev {
      right: 0; }
    .paging li.next {
      left: 0; }
  .paging a {
    color: #000;
    text-decoration: underline;
    transition: .6s;
    opacity: .5; }
    .paging a:hover {
      opacity: 1.0; }

/*===============================
 
    記事見出し
 
================================*/
.content-title {
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: .05em;
  margin: 0 0 1.0em;
  font-weight: bold; }
  @media (min-width: 992px) {
    .content-title {
      font-size: 3.6rem; } }

.page-wrap {
  margin: 0 auto;
  background: #fff;
  z-index: 1;
  padding: 2.0em 0 4.0em;
  letter-spacing: .1em; }
  @media (min-width: 992px) {
    .page-wrap {
      padding: 3.0em 0 5.0em; } }

@media (min-width: 992px) {
  .blog-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -2.5%; } }
.blog-list li {
  box-sizing: border-box;
  margin: 0 0 2.0em; }
  @media (min-width: 992px) {
    .blog-list li {
      flex-wrap: wrap;
      width: 20%;
      margin: 0 2.5% 2.5%; } }
  .blog-list li:before {
    margin: 0; }
  .blog-list li:last-child {
    margin: 0; }
    @media (min-width: 992px) {
      .blog-list li:last-child {
        margin: 0 2.5% 2.5%; } }
  .blog-list li .blog-link {
    display: block; }
  .blog-list li h2 {
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    font-weight: bold; }
    .blog-list li h2:before {
      background-image: none; }
    .blog-list li h2 a {
      color: #333;
      text-decoration: none; }
  .blog-list li .pic {
    margin: 0 0 2%;
    overflow: hidden; }
    .blog-list li .pic a {
      overflow: hidden; }
      .blog-list li .pic a img:hover {
        transform: scale(1.2);
        transition: ease-in-out .2s; }
    .blog-list li .pic img {
      height: 200px;
      object-fit: cover; }
      @media (min-width: 992px) {
        .blog-list li .pic img {
          height: 250px; } }

@media (min-width: 768px) {
  .info-flex {
    display: flex;
    justify-content: space-between; }
    .info-flex .pic {
      width: 40%; }
      .info-flex .pic .thumbnail img {
        height: 500px;
        object-fit: cover;
        object-position: 50% 50%; }
    .info-flex .single-main-content {
      width: 55%; } }

.pic {
  position: relative;
  margin: 0 0 20px; }
  .pic .thumbnail {
    display: block; }
    .pic .thumbnail img {
      height: 350px;
      object-fit: cover; }

.post-info {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2rem;
  margin: 0 0 10px;
  width: 100%; }
  @media (min-width: 992px) {
    .post-info {
      font-size: 1.6rem; } }
  .post-info a {
    color: #333;
    text-decoration: none; }
  .post-info .day,
  .post-info .cat {
    background: #27b1e7;
    background: linear-gradient(90deg, #27b1e7 0%, #9888e7 100%);
    color: #fff;
    padding: 0 0.5em; }
    .post-info .day a,
    .post-info .cat a {
      color: #fff; }
  .post-info .day {
    float: left; }
  .post-info .cat {
    float: right; }

/*===============================
 
    サイドバー
 
================================*/
#side {
  max-width: 1000px; }
  @media (min-width: 992px) {
    #side {
      font-size: 1.4rem;
      margin: 100px auto 0; } }
  #side .enStroke-title {
    font-weight: 900;
    font-size: 5.5rem;
    position: relative;
    margin: 0 0 0.25em;
    color: #fff;
    -webkit-text-stroke: 1px #000;
    font-style: italic;
    letter-spacing: .05em; }
  #side .side-content {
    margin: 0 0 50px; }
    #side .side-content:last-child {
      margin: 0; }
  @media (min-width: 992px) {
    #side .side-content-flex {
      display: flex;
      justify-content: space-between; }
      #side .side-content-flex .side-content {
        width: 48%;
        margin: 0; } }
  #side .tag-list {
    margin: 0 -5px -5px 0;
    display: flex;
    flex-wrap: wrap; }
    #side .tag-list li {
      margin: 0 10px 10px 0; }
      #side .tag-list li a {
        color: #333;
        text-decoration: none;
        background: #f2f2f2;
        font-size: 1.4rem;
        display: block;
        padding: .2em 0.5em; }
        @media (min-width: 992px) {
          #side .tag-list li a {
            font-size: 1.6rem; } }
  #side .profile-pic {
    width: 100px;
    margin: 0 auto 1.0em; }

@media (min-width: 992px) {
  .thumbnail-list {
    display: flex; } }
.thumbnail-list li {
  display: flex;
  align-items: flex-start;
  margin: 0 0 2.0em; }
  @media (min-width: 992px) {
    .thumbnail-list li {
      width: 18%;
      display: block;
      margin: 0 2.5%; } }
  .thumbnail-list li:last-child {
    margin: 0; }
    @media (min-width: 992px) {
      .thumbnail-list li:last-child {
        margin: 0 2.5%; } }
  .thumbnail-list li .thumbnail {
    width: 40%;
    margin: 0 5% 0 0;
    overflow: hidden; }
    @media (min-width: 992px) {
      .thumbnail-list li .thumbnail {
        width: 100%;
        margin: 0; } }
    .thumbnail-list li .thumbnail img {
      height: 100px;
      object-fit: cover; }
      .thumbnail-list li .thumbnail img:hover {
        transform: scale(1.2);
        transition: ease-in-out .2s; }
      @media (min-width: 992px) {
        .thumbnail-list li .thumbnail img {
          height: 200px; } }
  .thumbnail-list li .thumbnail-title {
    width: 50%;
    font-size: 1.2rem;
    padding: 2.0em 0 0; }
    @media (min-width: 992px) {
      .thumbnail-list li .thumbnail-title {
        width: 100%;
        font-size: 1.4rem;
        padding: 0; } }

/*===============================
 
    ページネーション
 
================================*/
.pagination {
  margin: 3.0em 0 0; }
  @media (min-width: 992px) {
    .pagination {
      margin: 5.0em 0 0;
      text-align: center; } }
  .pagination .nav-links {
    font-size: 2.0rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    letter-spacing: normal; }
    .pagination .nav-links a {
      background: #fff;
      color: #333;
      text-decoration: none; }
      .pagination .nav-links a:hover {
        background: #333;
        color: #fff;
        transition: .3s; }
    .pagination .nav-links a,
    .pagination .nav-links span {
      margin: 0 5px; }
    .pagination .nav-links .page-numbers {
      width: 36px;
      height: 36px;
      line-height: 32px;
      border: 2px solid #333;
      display: inline-block;
      text-align: center;
      margin: 0 4px; }
    .pagination .nav-links .current {
      background: #333;
      color: #fff; }
  .pagination .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important; }

/*===============================
 
    コメント機能
 
================================*/
.comments {
  margin: 50px 0 0;
  padding: 1.0em;
  background: #f2f2f2; }
  @media (min-width: 992px) {
    .comments {
      padding: 2.0em; } }
  .comments img {
    width: auto; }
  .comments .comments-title {
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0 0 .5em;
    color: #606060; }
  .comments .comment-reply-title {
    font-size: 1.4rem; }
  .comments .comment-notes {
    font-size: 1.2rem;
    margin: 1.0em 0; }
  .comments .form-submit {
    margin: .5em 0 0; }
  .comments .required {
    color: #ff0000; }
  .comments input[type="text"],
  .comments input[type="email"],
  .comments input[type="tel"],
  .comments textarea {
    box-sizing: border-box;
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    padding: 1.0em;
    border-radius: 0;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Noto Sans Japanese', sans-serif; }
    @media (min-width: 992px) {
      .comments input[type="text"],
      .comments input[type="email"],
      .comments input[type="tel"],
      .comments textarea {
        font-size: 1.8rem; } }
  .comments input[type="submit"] {
    display: block;
    line-height: 1.0;
    box-sizing: border-box;
    background: none;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 30%;
    max-width: 100px;
    padding: 1.0em;
    font-size: 1.4rem;
    border-radius: 10px;
    background: #f50000;
    box-shadow: 0px 2px 0 #a10000;
    color: #fff;
    letter-spacing: .1em;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: bold;
    transition: .2s; }
    .comments input[type="submit"]:hover {
      background: #a10000;
      box-shadow: none;
      transform: translate3d(0, 4px, 0);
      cursor: pointer; }

/*===============================
 
    shop information
 
================================*/
#shop-info {
  padding: 1.0em;
  margin: 2.0em 0 0; }
  @media (min-width: 992px) {
    #shop-info {
      padding: 2.0em; } }
  @media (min-width: 992px) {
    #shop-info .shop-info-inner {
      display: flex;
      align-items: center;
      margin: 0 0 2.0em; } }
  #shop-info h2 {
    text-align: center; }
    @media (min-width: 992px) {
      #shop-info h2 {
        width: 44%; } }
    #shop-info h2 a {
      color: #fff;
      font-weight: bold;
      font-size: 1.6rem;
      letter-spacing: normal;
      text-align: center;
      text-decoration: none;
      letter-spacing: .025em; }
      @media (min-width: 992px) {
        #shop-info h2 a {
          font-size: 1.4rem; } }
      #shop-info h2 a .block {
        display: block; }
        #shop-info h2 a .block span {
          display: inline-block;
          width: 50%;
          max-width: 300px;
          margin: 5px auto; }
  #shop-info .add-table {
    margin: 1.5em 0 1.0em;
    padding: 0;
    color: #fff;
    letter-spacing: -.5em; }
    @media (min-width: 992px) {
      #shop-info .add-table {
        font-size: 1.6rem;
        width: 56%;
        margin: 0; } }
    #shop-info .add-table dt,
    #shop-info .add-table dd {
      margin: 0;
      padding: 0;
      letter-spacing: normal;
      display: inline-block;
      vertical-align: top;
      margin: 0 0 .75em; }
      #shop-info .add-table dt:last-of-type,
      #shop-info .add-table dd:last-of-type {
        margin: 0; }
    #shop-info .add-table dt {
      width: 30%;
      text-align: center; }
    #shop-info .add-table dd {
      width: 70%;
      padding: 0 1.0em; }
      #shop-info .add-table dd .mini {
        display: block;
        font-size: 1.2rem; }
        @media (min-width: 992px) {
          #shop-info .add-table dd .mini {
            font-size: 1.6rem;
            line-height: 1.0; } }
      #shop-info .add-table dd .bg-txt {
        background: #fff;
        color: #27b1e7;
        padding: .25em .5em;
        margin: 0 .5em 0 0; }
      #shop-info .add-table dd ul li {
        line-height: 2.0;
        font-size: 1.4rem; }
        @media (min-width: 992px) {
          #shop-info .add-table dd ul li {
            font-size: 1.6rem; } }
      #shop-info .add-table dd.url {
        font-size: 1.2rem;
        vertical-align: middle; }
        @media (min-width: 992px) {
          #shop-info .add-table dd.url {
            font-size: 1.8rem; } }
    #shop-info .add-table a {
      color: #fff;
      text-decoration: underline;
      transition: .6s; }
      #shop-info .add-table a:hover {
        text-decoration: none; }
  #shop-info iframe {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    min-height: 200px; }
    @media (min-width: 992px) {
      #shop-info iframe {
        min-height: 400px; } }

/*===============================
 
    tag list
 
================================*/
.post-tag {
  overflow: hidden;
  position: relative;
  padding: 1.0em;
  margin: 0 -0.5em -0.25em 0; }
  .post-tag li {
    font-size: 1.2rem;
    display: inline-block;
    margin: 0 0.5em 0.25em 0;
    color: #333;
    background: #f2f2f2; }
  .post-tag a {
    color: #333;
    background: #f2f2f2;
    text-decoration: none;
    padding: .25em .5em; }

/*===============================
 
    random wrap
 
================================*/
.random-wrap {
  display: flex;
  overflow-x: scroll;
  margin: 50px 0 0;
  position: relative;
  z-index: 2; }

.random-card {
  width: 40vw;
  min-width: 220px;
  margin: 0 4% 0 0; }
  .random-card:last-child {
    margin: 0; }
  .random-card a {
    text-decoration: none;
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    display: block; }
