@import url("https://fonts.googleapis.com/css2?family=Londrina+Sketch&family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
html,
body,
p,
a {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Roboto, Meiryo,
    sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #965e0c;
}
/********** Header CSS **********/
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1080px;
}
#main {
  margin-top: 0;
  overflow: hidden;
}
.navbar-brand img {
  height: 45px;
}
.navbar-expand-md .navbar-nav .nav-link {
  color: #965e0c;
  font-size: 16px;
}
a:hover,
.navbar-expand-md .navbar-nav .nav-link:hover {
  color: #ed981b;
}
.slider-bg {
  background-image: url("img/bg-06.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 130px 0 80px !important;
  margin-top: -100px;
  z-index: 10;
}
.slider .carousel-item {
  padding: 20px;
}
.slider .carousel-item img {
  border-radius: 60px;
  height: 550px;
  width: 100%;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.home section {
  padding: 100px 0;
}
.title .sub_ttl {
  padding-bottom: 20px;
  margin-bottom: 50px;
  position: relative;
}
.title .sub_ttl span {
  font-family: "Londrina Sketch", cursive;
  display: block;
  text-align: center;
  padding-bottom: 0px;
  position: relative;
  font-size: 46px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #645349;
}
.title .sub_ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 200px;
  height: 30px;
  transform: translate(-50%, -50%);
  z-index: 5;
  background: url("img/title-bg.png") no-repeat;
  background-size: contain;
}
.news .title .sub_ttl:after {
  display: none;
}
.bg-grey {
  background-image: url("img/bg-02.png");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
}
.bg-mesh {
  background-repeat: repeat;
  background-image: url("img/bg-mesh.png");
  background-image: -webkit-image-set(
    url("img/bg-mesh.png") 1x,
    url("img/bg-mesh@2x.png") 2x
  );
  background-image: image-set(
    url("img/bg-mesh.png") 1x,
    url("img/bg-mesh@2x.png") 2x
  );
}
.feed-blog .feed-post {
  margin-bottom: 40px;
  border: none;
}
.feed-blog .feed-post a {
  text-decoration: none;
}
.feed-blog .feed-post a .thumb img {
  border-radius: 4px 4px 0 0;
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.feed-blog .feed-post .txtarea_topic a .date_blog {
  display: inline-block;
  padding: 2px 10px;
  color: #57533f;
  border-radius: 2px;
}

.note-blog .feed-post .txtarea_topic a .date_blog {
  font-weight: bold;
}
.twitcasting .feed-post .txtarea_topic a .date_blog {
  /*background: #d9fcff;*/
}
.feed-blog .feed-post .txtarea_topic a .name_blog {
  margin-bottom: 0;
  overflow: hidden;
  min-height: 65px;
}
.feed-blog .feed-post .txtarea_topic {
  padding: 10px;
  border-radius: 0 0 4px 4px;
  background: #ffffff;
}
.feed-blog.youtube .feed-post .txtarea_topic {
  min-height: 150px;
  background: #f3f3f3;
}
.view-more .btn {
  padding: 10px 50px;
}
.note-bg,
.note-blog .view-more .btn {
  color: #2db697;
  border-color: #2db697;
}
.note-blog .view-more .btn:hover {
  background: #2db697;
  color: #ffffff;
}
.twitcasting-bg,
.twitcasting .view-more .btn {
  color: #3481ff;
  border-color: #3481ff;
}
.twitcasting .view-more .btn:hover {
  background: #3481ff;
  color: #ffffff;
}
.youtube .view-more .btn:hover {
  background: #ff0000;
  color: #ffffff;
}
.yt-bg,
.youtube .view-more .btn {
  color: #ff0000;
}
.youtube .card.feed-post,
.youtube .view-more .btn {
  border-color: #ff0000 !important;
}
.youtube .feed-post iframe {
  width: 100%;
}
.youtube .feed-post .txtarea_topic .name_blog {
  height: 75px;
}

.news {
  padding: 40px 0;
}
.news .sub_ttl {
  padding: 20px;
  font-size: 16px;
  text-align: center;
}

.news_list {
  padding: 40px;
  list-style: none;
  background: #fff;
  border-radius: 10px;
}
.news_list_item {
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}
.news_list_item:last-child {
  border: none;
}
.news_list_item a {
  position: relative;
  display: flex;
  padding-right: 30px;
  text-decoration: none;
}

.news_list_date {
  font-size: 15px;
  display: flex;
  margin-right: 15px;
  align-items: center;
}
.news_list_date time {
  display: block;
  padding: 3px 10px;
  background: #333334;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
}
.news_list_item a p {
  margin: 0;
  padding-top: 3px;
  font-size: 14px;
}
.news_item {
  background: #f6c6a2;
  border-radius: 14px;
  width: 6em;
  /* 親要素の文字サイズを基準 */
  text-align: center;
  margin-left: 20px;
}

.arrow {
  width: 25px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  right: 0;
}

.arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #707070;
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  bottom: 2px;
}
.view-more {
  text-align: right;
}
.view-more a i {
  padding-left: 20px;
}
.fb-bg {
  background: #4267b2;
  padding: 40px;
  border-radius: 10px;
}
.twitter-bg {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  background: black;
  padding: 40px;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
}

.twitter-bg img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 10px;
}

.twitter-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.twitter-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.sb-feed-wrapper.sb-fs,
.sbtt-feed-container.sb-fs,
.sb-feed-posts.sb-fs {
  padding-top: 0;
  padding-bottom: 0;
}

.contact-access .form {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}
.contact-access .form textarea {
  height: 130px;
}
.google-map {
  background: #fff;
  padding: 10px;
  overflow: hidden;
  border-radius: 10px;
}
.google-map iframe {
  width: 100%;
}
.wpcf7 .wpcf7-response-output {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.req {
  font-size: 12px;
  font-weight: normal;
  vertical-align: baseline;
}

/********** Single CSS **********/
.single-post h1.entry-title {
  padding-bottom: 30px;
}
.social-share li {
  padding-left: 12px;
}
.social-share li:first-child {
  padding-left: 0;
}
.social-share li:last-child {
  padding-left: 0;
}
.social-share li:last-child {
}
.social-share li a i {
  font-size: 24px;
}
.social-share li a.note-share-button img {
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.social-share li a.twitter-share-button i {
  color: #1da1f2;
}
.social-share li a.fb-share-button i {
  color: #3b5998;
}
.social-share li a.line-share-button i {
  color: #06c755;
}
.post img,
.post-thumbnail img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.single .entry-content p {
  text-align: justify;
  line-height: 2;
}
/********** Footer CSS **********/
#footer {
  background-color: #ededed;
}
#footer p {
  margin-top: 20px;
}

/********** Responsive CSS **********/
@media screen and (max-width: 1024px) {
  .news_list_item a {
    display: block;
  }
}

@media screen and (max-width: 769px) {
  .navbar-expand-md .navbar-nav .nav-link {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .navbar-expand-md .navbar-nav li:first-child .nav-link {
    margin-left: 20px;
  }
  .navbar-expand-md .navbar-nav li:last-child .nav-link {
    margin-right: 20px;
  }
  .news {
    padding: 10px;
  }
  .news .sub_ttl {
    padding: 10px;
    font-size: 20px;
  }
  .news_list {
    padding: 10px;
    list-style: none;
  }
  .news_list_item {
    padding: 10px 5px;
  }
  .news_list_item a {
    font-size: 14px;
  }
  .news_list_date time {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .contact-access {
    padding: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .navbar-brand img {
    height: 30px;
  }
  .navbar-brand {
    margin-right: 1rem;
  }
  .arrow {
    display: none;
  }
  .news_list_item a {
    padding-right: 0;
  }
}