@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
#staff {
  width: 100%;
  background-color: #ededed;
}

.staff {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .staff {
    width: 95%;
  }
}
.staff ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 480px) {
  .staff ul {
    display: block;
  }
}
.staff li {
  /* width: 50%; */
  padding: 10px 5px;
  /* margin: auto; */
}
@media screen and (max-width: 480px) {
  .staff li {
    /* width: 45%; */
    margin: auto;
  }
}

.copyright {
  margin: 8px auto 30px;
}

.relative {
  position: relative;
  width: 100%;
  margin: auto;
}

.slider-main {
  padding: 0;
}
.slider-main ul {
  padding: 0;
}

.seminar-form .col_submit input[type=submit] {
  font-size: 1.2em;
  background-color: #3179A1;
  padding: 8px 24px;
  color: #fff;
  display: inline-block;
  opacity: 0.8;
  /*border-radius: 20px;*/
  text-align: center;
  border: none;
  opacity: 0.8;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
}
.seminar-form .col_submit input[type=submit]:hover {
  opacity: 1;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #00f;
}

html {
  overflow-x: hidden;
}

.body {
  overflow-x: hidden;
}

.bnr {
  margin: 0 auto;
  max-width: 100%;
}

.wrap {
  width: 100%;
  margin: 0 auto;
}

.main {
  padding: 0;
  border: none;
}
@media screen and (max-width: 834px) {
  .main {
    padding: 0 !important;
  }
}

.entry-title {
  text-align: center;
  margin: 0 auto;
  padding-top: 15px;
}

.footer {
  margin-top: 0;
}

.archive-title {
  width: 80%;
  margin: auto;
}

.list {
  width: 80%;
  margin: auto;
}

.catbox .post .entry {
  width: 90%;
  margin: auto;
}

.fixed-header .site-logo-image {
  width: 200px;
}

.appeal {
  display: none;
}

.front-top-page .entry-title {
  display: none;
}

#content {
  margin-top: 0;
}

.header-container-in {
  width: 100%;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .header-container-in {
    padding: 0;
  }
}

.article {
  width: 80%;
  margin: auto;
}
.article-header {
  width: 80%;
  margin: auto;
}

.whitebox {
  width: 80%;
}

.entry-categories-tags {
  width: 80%;
  margin: auto;
}

.under-entry-content {
  width: 80%;
  margin: auto;
}

.movlist {
  padding-top: 40px;
  background-color: #111;
}

.branch-mv {
  text-align: center;
  margin: auto;
}

.library-mv {
  text-align: center;
  margin: auto;
}

#navi .navi-in a {
  font-weight: bold;
  font-size: 0.8em;
}
#navi .navi-in .has-icon {
  right: 0;
}
#navi .navi-in > .menu-header .sub-menu {
  background-color: #999;
}
#navi .navi-in > ul > li > a {
  padding: 0 0.8em;
}

.header .header-in {
  min-height: initial;
}

.menu-pc li:hover {
  background-color: #999 !important;
}
.menu-pc li:last-child a {
  background-color: #333;
  color: #fff !important;
}
.menu-pc li:last-child a:hover {
  background-color: #999 !important;
  color: #000 !important;
}

.sub-menu li a:hover {
  background-color: #333 !important;
  color: #fff !important;
}
.sub-menu li:last-child a {
  background-color: #999;
  color: #000 !important;
  border-radius: initial;
}
.sub-menu li:last-child a:hover {
  background-color: #333 !important;
  color: #fff !important;
}

.slick-initialized .slick-slide {
  background-color: #fff;
}

.slick-dots {
  display: none !important;
}

#camp {
  width: 100%;
  padding: 10px 0 50px;
  background-color: #494949;
}
@media screen and (max-width: 480px) {
  #camp {
    padding: 0 0 30px;
  }
}
#camp ul {
  list-style: none;
  text-align: center;
  padding-left: 0;
  padding-top: 15px;
}
#camp li {
  display: inline-block;
  width: 130px;
  height: auto;
  margin: 10px;
}
#camp li p {
  color: #fcf8f8;
}
#camp li img {
  border-radius: 50%;
}

.col-pickup {
  margin: 0;
  width: 100%;
  position: relative;
}
.col-pickup h3 {
  text-align: left;
  font-size: 1.2em;
  padding-left: 12px;
  padding-top: 20px;
  color: #fff;
}

#concert {
  padding-bottom: 50px;
}
#concert .recommend-title {
  font-size: 0.8em;
}
#concert .recommends a.recommend-entry {
  width: 250px !important;
}
@media only screen and (max-width: 768px) {
  #concert .recommends a.recommend-entry {
    width: 150px !important;
  }
}
#concert .carousel-7 li {
  max-width: 250px;
}
#concert .carousel-7 li img {
  width: auto;
}
@media only screen and (max-width: 768px) {
  #concert .carousel-7 li img {
    width: 100% !important;
    height: 100% !important;
  }
}

.leftbutton, .rightbutton {
  font-size: 26px;
  position: absolute;
  top: 40%;
  background-color: #888;
  color: #fff;
  padding: 20px 10px;
}
@media screen and (max-width: 480px) {
  .leftbutton, .rightbutton {
    display: none;
  }
}

.leftbutton {
  left: 0;
  border-radius: 0 3px 3px 0;
  box-shadow: 1px 1px 1px #888;
}

.rightbutton {
  right: 0;
  border-radius: 3px 0 0 3px;
  box-shadow: -1px 1px 1px #888;
}

.more_btn {
  text-decoration: none;
  color: #111;
  font-size: 0.65em;
  margin: 5px 20px;
  padding: 3px 10px;
  background-color: #fff;
  border-radius: 15px;
  vertical-align: text-top;
}

.carousel-entry-card-title {
  font-size: 0.9em;
  text-decoration: none;
}
.carousel-in {
  background-color: #494949;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .carousel {
    padding: 0;
  }
}

.recommends {
  margin: 0;
  width: 100%;
  position: relative;
  background-color: #111;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .recommends {
    padding: 10px 0 0;
  }
}
.recommends a.recommend-entry {
  display: block;
  width: 330px;
  font-weight: 600;
  position: relative;
  line-height: 1.5;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .recommends a.recommend-entry {
    width: 120px;
  }
}
.recommends a.recommend-entry:hover {
  box-shadow: 0 15px 30px -5px rgba(255, 255, 255, 0.15), 0 0 5px rgba(255, 255, 255, 0.1);
  transform: translateY(-4px);
  transition: 0.2s;
  background: #111;
}
.recommends h3 {
  text-align: left;
  font-size: 1.2em;
  padding-left: 12px;
  padding-top: 15px;
  color: #fff;
}
.recommends-title {
  text-align: left;
  font-size: 0.9em;
  color: #fff;
  padding-left: 12px;
}

.carousel-1, .carousel-2, .carousel-3, .carousel-4, .carousel-5, .carousel-6, .carousel-7, .carousel-8 {
  list-style-type: none;
  padding: 12px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  margin: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.carousel-1::-webkit-scrollbar, .carousel-2::-webkit-scrollbar, .carousel-3::-webkit-scrollbar, .carousel-4::-webkit-scrollbar, .carousel-5::-webkit-scrollbar, .carousel-6::-webkit-scrollbar, .carousel-7::-webkit-scrollbar, .carousel-8::-webkit-scrollbar {
  display: none;
}
.carousel-1 li, .carousel-2 li, .carousel-3 li, .carousel-4 li, .carousel-5 li, .carousel-6 li, .carousel-7 li, .carousel-8 li {
  background: #111;
  margin: 10px;
  text-align: center;
  display: inline-block;
  word-break: break-all;
}

.recommend-title {
  color: #fff !important;
  display: flex;
  padding: 0.5em 0.5em;
  word-break: break-all;
  white-space: normal;
  text-align: left;
  margin: 0;
  bottom: 0px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .recommend-title {
    font-size: 0.7em;
  }
}
.recommend-txt {
  color: #ccc !important;
  display: flex;
  padding: 0.5em 0.5em;
  word-break: break-all;
  white-space: normal;
  text-align: left;
  margin: 0;
  bottom: 0px;
  width: 100%;
  font-size: 0.8em;
}
.recommend-img {
  width: 100%;
}

.nextList {
  font-size: x-small;
  color: #000;
  text-align: right;
  margin-right: 15px;
}
.nextList a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.embed-footer img {
  display: none;
}

.link-b {
  color: #00f !important;
  text-decoration: underline;
}
.link-r {
  color: #f00 !important;
  text-decoration: underline;
}

#area {
  background-color: #333;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  #area {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 1080px) {
  #area {
    font-size: 0.75em;
  }
}
#area h2 {
  text-align: center;
  color: #ccc;
  letter-spacing: 0.3em;
  margin: auto;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #area h2 {
    text-align: left;
    margin-bottom: 5px;
    padding: 15px;
  }
}
#area li {
  list-style: none;
}
#area > .area {
  width: 80%;
  margin: auto;
  padding: 0 50px 50px;
  justify-content: space-between;
}
@media only screen and (max-width: 1080px) {
  #area > .area {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #area > .area {
    width: 90%;
    margin: auto;
    padding: 0;
    display: block;
  }
}
#area_information {
  width: 90%;
  margin: auto;
  padding-left: 60px;
}
@media screen and (max-width: 480px) {
  #area_information {
    padding-left: 80px;
  }
}

.area {
  display: flex;
}
.area ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .area ul {
    padding-left: 0;
  }
}
.area_menu {
  position: fixed;
  top: 90px;
}

.jpmap_txt {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .jpmap_txt {
    width: 100%;
    text-align: center;
  }
}
.jpmap_png {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .jpmap_png {
    width: 100%;
    text-align: center;
  }
}

#sv_area {
  flex-wrap: wrap;
}
#sv_area a {
  text-decoration: none;
  color: #a59158;
}
#sv_area > li {
  width: -webkit-calc(100% / 3);
  width: 33.3333333333%;
}
#sv_area > li > a {
  display: block;
  padding: 0 1em;
  text-decoration: underline !important;
}

.sv_area {
  display: flex;
}
.sv_area > ul {
  padding-left: 0 !important;
}

.area-jump {
  padding-left: 0;
  width: 100%;
}
.area-jump li {
  background-color: #a58a65;
  border-radius: 7px 0;
  display: block;
  margin: 10px !important;
}
.area-jump li a {
  color: #fff;
  padding: 10px;
  text-decoration: none;
  font-size: 0.7em;
}

.area-h3 {
  font-size: 90%;
}
.area-h3 h2 {
  margin-top: 30px;
  font-size: 1.1em;
  background-color: #ddd;
  padding-left: 20px;
}
.area-h3 h3 {
  border-bottom: solid 1px #a58a65 !important;
  padding-top: 20px;
  font-size: initial;
}
.area-h3 h3 p {
  font-size: initial;
}
@media screen and (max-width: 480px) {
  .area-h3 h3 p {
    font-size: 80%;
  }
}

#info {
  width: 100%;
  margin: auto;
  padding: 60px 20px;
  background-color: #ddd;
  display: flex;
}
@media screen and (max-width: 480px) {
  #info {
    padding: 30px 10px 40px;
    display: block;
  }
}
#info h3 {
  text-align: left;
  font-size: 1.2em;
  padding-left: 12px;
  padding-top: 15px;
  color: #111;
}
#info .more_btn {
  text-decoration: none;
  color: #111;
  font-size: 0.65em;
  margin: 5px 0;
  padding: 3px 20px;
  background-color: #fff;
  border-radius: 15px;
  vertical-align: text-top;
}

.info-L {
  width: 20%;
}
@media screen and (max-width: 480px) {
  .info-L {
    width: 100%;
    float: none;
  }
}
.info-R {
  width: 80%;
  padding-right: 30px;
}
@media screen and (max-width: 480px) {
  .info-R {
    width: 100%;
    font-size: 0.9em;
    padding: 5px 25px 5px 0;
  }
}
.info-R li {
  border-bottom: 1px dotted;
}

.link-text-register {
  font-weight: bold;
}
.link-text-register a {
  text-decoration: underline;
  color: #1967d2;
}

#support {
  width: 100%;
  background-color: #ccc;
  color: #505050;
}

.support {
  width: 60%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .support {
    width: 100%;
  }
}
.support p {
  font-weight: bold;
}
.support ul {
  list-style: none;
  display: flex;
  padding-left: 0;
}
@media screen and (max-width: 480px) {
  .support ul {
    display: block;
  }
}
.support ul li {
  padding: 10px;
  margin: auto;
}
.support a {
  font-weight: bold;
  -webkit-text-decoration: solid;
          text-decoration: solid;
  color: #505050;
}
.support a:hover {
  color: #00f;
}

@media screen and (max-width: 1023px) {
  #header-in {
    padding-top: 5px;
    min-height: 55px;
    display: block;
  }
  .mobile-menu-buttons,
.mobile-menu-buttons .menu-button > a {
    background-color: #343534;
    color: #fff;
  }
  .menu-content {
    background-color: #343534;
    color: #fff;
  }
  .menu-content a {
    color: #fff;
  }
  ul.menu-drawer {
    background-color: #fff;
    padding: 0 !important;
  }
  ul.menu-drawer a {
    padding-left: 35px;
    color: #000;
  }
  ul.menu-drawer li {
    border-bottom: dashed 1px silver;
  }
  ul.menu-drawer li:last-child {
    border: none;
    margin: 0;
  }
  ul.menu-drawer li:before {
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    right: 35px;
    font-size: 0.8em;
    transition: all 0.2s linear;
    color: #000;
    padding: 0.8em;
  }
}
@media only screen and (max-width: 768px) {
  #sidebar-menu-content {
    color: #000;
  }
  .navi-menu-content {
    background-color: #343534;
  }
  .menu-drawer a {
    color: #fff;
  }
  .menu-close-button {
    color: #fff;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 2em;
  }
}
@media screen and (max-width: 480px) {
  .navi-footer-in a {
    font-size: 0.8rem;
  }
  .footer-mobile {
    text-align: center;
  }
  .whitebox {
    width: 90%;
  }
  #wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
    width: 100% !important;
    font-size: 0.9em !important;
  }
  .link-text-forgot a {
    color: #1967d2;
    text-decoration: underline;
  }
  .link-text-register a {
    color: #1967d2;
    text-decoration: underline;
  }
  .link-text-username a {
    color: #1967d2;
    text-decoration: underline;
  }
  #navi-menu-input {
    display: none;
  }
}
.search-box {
  margin: 0;
  position: relative;
}
.searchedit {
  padding: 1px 0 1px 0;
  margin-top: 3px;
  border: 1px solid #ccc;
  /* border-radius: 4px; */
  font-size: 12px !important;
  width: 100%;
  border-radius: 24px !important;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
}
.search-list {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.search-list span {
  font-weight: bold;
  font-size: 1.3em;
  color: #0000ff;
}

.srch-img {
  max-width: 200px;
  height: auto;
}

.more-txt {
  font-size: 0.8em;
  display: block;
}

.s_result {
  width: 90%;
  margin: auto;
}

.ellipsis { /*長いURLを短縮*/
  font-size: 0.8em;
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .ellipsis {
    width: 100%;
  }
}

.listBox {
  padding: 5px 20px;
}
@media screen and (max-width: 480px) {
  .listBox {
    padding: 0;
  }
}

.wpfp-span {
  width: 80%;
  margin: auto;
}
.wpfp-span h3 {
  border-left: 7px solid #888;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 22px;
  padding: 12px 20px;
}
.wpfp-span ul {
  list-style: disc;
  padding-left: 40px;
}

#area_info {
  padding-bottom: 50px;
  background-color: #000;
}
#area_info h1 {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 25px 0 15px;
  letter-spacing: 8px;
}
#area_info h2 {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  margin-left: 10px;
  margin-bottom: -15px;
}
#area_info .recommend-title {
  color: #0033be !important;
  font-size: 0.9em;
}
@media screen and (max-width: 480px) {
  #area_info .recommend-title {
    font-size: 0.8em;
  }
}
#area_info .recommend-txt {
  color: #666 !important;
  font-size: 0.8em;
}
@media screen and (max-width: 480px) {
  #area_info .recommend-txt {
    font-size: 0.7em;
  }
}
#area_info .more_btn {
  margin: 0 20px 25px;
  padding: 3px 10px;
  display: inline-block;
}
#area_info .recommends a.recommend-entry {
  background-color: #efefef;
  height: 170px;
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
  #area_info .recommends a.recommend-entry {
    display: inline-grid;
    width: 130px;
  }
}

.container {
  height: 100%;
}

* {
  box-sizing: border-box;
}

.container-top {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1080px) {
  .container-top {
    padding: 0;
  }
}

.articles__inner {
  margin-top: 70px;
  text-align: center;
  font-weight: bold;
}

.articles__ttl {
  display: inline;
  position: relative;
  text-align: center;
  border-bottom: 5px solid #333;
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.articles__ttl:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}

.articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-top: 20px;
}

.article__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 30%;
  margin: auto;
  padding: 10px 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.article__content:hover {
  opacity: 0.8;
}

.article__content__img {
  height: 150px;
}

.article__content img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 334px;
  width: 100%;
  height: 150px;
  -o-object-position: top;
     object-position: top;
}

.article__content__txt {
  max-width: 334px;
  width: 100%;
  text-align: left;
  padding: 5px;
  height: 95px;
}

.article__content__date {
  font-size: 14px;
  color: #175043;
}

.article__content__txt p {
  margin-top: 0px;
  font-size: 16px;
}

.btn-seemore {
  text-align: right;
  font-size: 16px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.btn-seemore a {
  border-bottom: 1px solid #175043;
  padding-bottom: 2px;
}/*# sourceMappingURL=style.css.map */

/* Add 2026.01.07 */
@media (max-width: 480px) {
  #header-container {
    background-color: #111 !important;
  }
  
  #header,
  #header-container,
  .header-container-in,
  .navi-in,
  .logo-header {
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: left !important;
    width: 100% !important;
  }
  
  .logo-header {
    margin: 0 !important;
    flex: 0 0 auto !important;
  }
  
  .logo-header img.mobile-logo {
    width: 150px !important;
    max-height: 60px !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
  }
  
  .header-container-in.hlt-top-menu .site-name-text-link {
    display: none !important;
  }
  
  .menu-button,
  .navi-menu-button {
    margin-left: auto !important;
  }
}

@media (min-width: 481px) {
  .mobile-logo {
    display: none !important;
  }
}
/* Add End */
