@charset "UTF-8";
/* --------------------------------
  CSS Reset
-------------------------------- */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
}

article, aside, footer, header, nav, section, main, figure, figcaption {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  border: none;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ol, ul {
  list-style: none;
}

img, video, iframe {
  max-width: 100%;
}

img {
  border: none;
  vertical-align: top;
}

b, strong {
  font-weight: 500;
}

a, area, button, [role="button"], input:not([type=range]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
}

/* --------------------------------
  共通レイアウト
-------------------------------- */
.beautCMS {
  padding: 0 1em;
  line-height: 1.5;
  color: #333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (min-width: 1100px), print {
  .beautCMS {
    padding: 0 2em;
  }
}

.beautCMS a {
  color: #666;
}

.beautCMS a:hover {
  color: #007bff;
}

.beautCMS-container {
  max-width: 1100px;
  margin: auto;
}

@media screen and (min-width: 1100px), print {
  .beautCMS-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.beautCMS-main {
  margin-bottom: 2em;
  overflow: hidden;
}

@media screen and (min-width: 1100px), print {
  .beautCMS-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
    padding-left: 2em;
  }
}

@media screen and (min-width: 1100px), print {
  .beautCMS-side {
    width: 10em;
  }
}

.beautCMS-heading {
  margin-bottom: 2.5rem;
  font-weight: 500;
  line-height: 1.3;
  font-size: 1.4em;
}

@media screen and (min-width: 768px), print {
  .beautCMS-heading {
    font-size: 1.8em;
  }
}

/* --------------------------------
  一覧ページ
-------------------------------- */
.beautCMS-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px -1.5em 0;
}

@media screen and (min-width: 768px), print {
  .beautCMS-category-list {
    margin: 0 -1em -2em 0;
  }
}

.beautCMS-category-list .category {
  width: 100%;
  padding: 0 10px 1.5em 0;
}

@media screen and (min-width: 360px), print {
  .beautCMS-category-list .category {
    width: 50%;
  }
}

@media screen and (min-width: 768px), print {
  .beautCMS-category-list .category {
    width: 33.33333%;
    padding: 0 1em 2em 0;
  }
}

.beautCMS-category-list .category-item {
  display: block;
  position: relative;
  height: 100%;
  padding-bottom: .5em;
  line-height: 1.5;
}

.beautCMS-category-list .category-item:hover .category-title {
  color: #70050B;
}

.beautCMS-category-list .category-img {
  display: block;
  position: relative;
  margin-bottom: .5em;
  overflow: hidden;
}

.beautCMS-category-list .category-img::before {
  content: "";
  display: block;
  padding-top: 66.66%;
}

.beautCMS-category-list .category-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 150%;
  max-height: 150%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.beautCMS-category-list .category-title {
  font-size: 100%;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #3F2C1E;
  word-break: break-all;
  word-wrap: break-word;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .beautCMS-category-list .category-title {
    font-size: 1.7rem;
  }
}

.beautCMS-category-list .category-date {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: .25em;
  font-size: .85em;
  text-align: right;
  border-top: 1px solid #ddd;
}
.beautCMS-category-list .category-more a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
}

.beautCMS-category-list .category-more span {
  display: none;
}

@media screen and (min-width: 1100px), print {
  .beautCMS-category-menu {
    /*position: -webkit-sticky;
    position: sticky;
    top: 0;*/
  }
}

.beautCMS-category-menu a {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  line-height: 1.3;
  font-weight: 500;
  padding: 1em 0em;
  border-bottom: 1px dotted #eee;
  color:#422D1E ;
  font-feature-settings: 'palt';

}
.beautCMS-category-menu a:before{
  content:"▶";
  font-size:0.1em;
  margin-right:10px;
  line-height: 1;

}
.beautCMS-category-menu a:hover{
  text-decoration:none;
}

/* --------------------------------
  詳細ページ
-------------------------------- */
.beautCMS-detail-head .detail-date {
  text-align: right;
}

.beautCMS-detail-body {
  margin-bottom: 2em;
  padding: 2em 0;
  border-bottom: 1px solid #ddd;
}

.beautCMS-detail-body::after {
  content: "";
  display: table;
  clear: both;
}

.beautCMS-detail-foot {
  clear: both;
}

.beautCMS-detail-foot .detail-back {
  text-align: center;
}

.beautCMS-detail-foot .detail-back a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: left;
  min-width: 100px;
  font-size: 1.05em;
  padding: .6em 1.5em .5em 3em;
  line-height: 1.5;
  color: #fff;
  background-color: #666;
}

.beautCMS-detail-foot .detail-back a:hover {
  text-decoration: none;
  background-color: #70050B;
}

.beautCMS-detail-foot .detail-back a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: .8em;
  height: .8em;
  margin: auto;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* --------------------------------
  スライダー
-------------------------------- */
.beautCMS-slider {
  position: relative;
  margin-top: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #ddd;
}

.beautCMS-slider-main {
  position: relative;
  margin-bottom: 17px;
}

.beautCMS-slider .slider-for {
  height: 320px;
  margin: 0 -4px;
  overflow: hidden;
}

@media screen and (min-width: 480px), print {
  .beautCMS-slider .slider-for {
    height: 400px;
  }
}

@media screen and (min-width: 768px), print {
  .beautCMS-slider .slider-for {
    height: 480px;
  }
}

.beautCMS-slider .slider-for .slide {
  display: block;
  padding: 0 4px;
  height: 100%;
  overflow: hidden;
}

.beautCMS-slider .slider-for .slide-img {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.beautCMS-slider .slider-for .slide-img img {
  height: 320px;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media screen and (min-width: 480px), print {
  .beautCMS-slider .slider-for .slide-img img {
    height: 400px;
  }
}

@media screen and (min-width: 768px), print {
  .beautCMS-slider .slider-for .slide-img img {
    height: 480px;
  }
}

.beautCMS-slider .slider-nav .slide-img {
  display: block;
  position: relative;
  margin-right: 7px;
  margin-left: 7px;
  overflow: hidden;
}

.beautCMS-slider .slider-nav .slide-img img {
  display: block;
  width: 100px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media screen and (min-width: 480px), print {
  .beautCMS-slider .slider-nav .slide-img img {
    width: 140px;
    height: 70px;
  }
}

@media screen and (min-width: 768px), print {
  .beautCMS-slider .slider-nav .slide-img img {
    width: 157px;
    height: 87px;
  }
}

.beautCMS-slider .slider-nav .slick-slide {
  opacity: .4;
  outline: none;
  cursor: pointer;
}

.beautCMS-slider .slider-nav .slick-current {
  opacity: 1;
}

.beautCMS-slider .slider-arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  z-index: 100;
}

.beautCMS-slider .slider-prev,
.beautCMS-slider .slider-next {
  display: block;
  position: absolute;
  top: -20px;
  width: 40px;
  height: 40px;
  /* background-color: rgba(255, 255, 255, 0.8); */
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .beautCMS-slider .slider-prev,
  .beautCMS-slider .slider-next {
    top: -30px;
    width: 60px;
    height: 60px;
  }
}

.beautCMS-slider .slider-prev::before,
.beautCMS-slider .slider-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 40%;
  margin: auto;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
}

.beautCMS-slider .slider-prev {
  left: -15px;
}

.beautCMS-slider .slider-prev::before {
  left: 20%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.beautCMS-slider .slider-next {
  right: -15px;
}

.beautCMS-slider .slider-next::before {
  right: 20%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.beautCMS-slider .slider-dots {
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  z-index: 100;
}

.beautCMS-slider .slider-dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.beautCMS-slider .slider-dots li {
  position: relative;
  width: 30px;
  height: 40px;
  cursor: pointer;
}

.beautCMS-slider .slider-dots li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 100%;
  background-color: #ccc;
}

.beautCMS-slider .slider-dots li.slick-active:before {
  background-color: #333;
}

.beautCMS-slider .slider-dots button {
  display: none;
}

/* --------------------------------
  エディター
-------------------------------- */
#detail-body {
  font-size: 1.7rem;
  line-height: 2;
}

#detail-body p {
  margin-top: 0;
  margin-bottom: 1.5em;
  color: #422D1E;
  font-weight: 500;
  font-feature-settings: 'palt';
}

#detail-body p:last-child {
  margin-bottom: 0;
}

#detail-body img {
  margin-bottom: 1em;
}

#detail-body img.note-float-left {
  margin-right: 1.5em;
}

#detail-body img.note-float-right {
  margin-left: 1.5em;
}

#detail-body .note-video-clip {
  margin: auto;
  text-align: center;
}

#detail-body iframe {
  max-width: 100%;
}

/* --------------------------------
  ページネーション
-------------------------------- */
#panenation {
  display: inline-block;
  width: 100%;
  padding: 20px 0 0 0;
  margin: 2em 0 0 0;
  text-align: center;
  border-top: 1px solid #eee;
}

#panenation p {
  margin-bottom: 1em;
}

#panenation ul {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#panenation li {
  display: inline-block;
}

#panenation li a {
  color: black;
  float: left;
  padding: 5px 12px 3px 12px;
  text-decoration: none;
  border-radius: 5px;
  margin-right: 5px;
  background-color: #eee;
}

#panenation li a.active {
  background-color: #A09687;
  color: white;
  border-radius: 5px;
}

#panenation li a:hover:not(.active) {
  background-color: #ddd;
}

/* --------------------------------
  Youtube
-------------------------------- */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.main ul > li::before {
  display: none;
}

.main ul > li {
  padding: 0;
}
.beautCMS-side form{
  padding: 2em 0;
}
