@charset "UTF-8";
/*-----------------------------------------------
 * color
 * --------------------------------------------*/
/*-----------------------------------------------
 * break point
 * --------------------------------------------*/
@media (max-width: 768px) {
  .pc_only {
    display: none !important; } }

@media (min-width: 769px) {
  .sp_only {
    display: none !important; } }

/*-----------------------------------------------
 * font-size(base:16px)
 * --------------------------------------------*/
/*-----------------------------------------------
 * font-family
 * --------------------------------------------*/
/*-----------------------------------------------
 * bootstrap3 class 
 * --------------------------------------------*/
.img-responsive {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  max-width: 100%; }

.img-responsive-inline {
  display: inline-block;
  height: auto;
  max-width: 100%; }

ul.list-inline li {
  display: inline-block; }
  ul.list-inline li:not(:last-child) {
    margin-right: .5rem; }

/*****************************************************************************************
 * common
 ****************************************************************************************/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.7rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.3rem; }

/*****************************************************************************************
 * header / footer
 ****************************************************************************************/
body {
  padding-top: 109px; }
  @media (max-width: 1024px) {
    body {
      padding-top: 97px; } }
  @media screen and (max-width: 768px) {
    body {
      padding-top: 123px; } }

.navbar {
  background-color: #fff;
  box-shadow: 0 6px 6px 0 rgba(32, 33, 36, 0.28); }
  @media screen and (max-width: 768px) {
    .navbar {
      padding-top: 34px;
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  .navbar .nav-top-head {
    position: absolute;
    top: 0;
    right: 20px; }
    .navbar .nav-top-head li {
      background: #FFCC00;
      -webkit-border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px;
      -moz-border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px;
      border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px;
      padding: 5px 25px;
      line-height: 100%; }
    .navbar .nav-top-head a {
      color: #333;
      font-size: 0.9rem;
      font-weight: bold; }
  .navbar .navbar-brand {
    max-width: 350px; }
    @media (max-width: 1024px) {
      .navbar .navbar-brand {
        max-width: 300px; } }
    @media screen and (max-width: 400px) {
      .navbar .navbar-brand {
        max-width: 250px; } }
  .navbar .navbar-nav {
    text-align: right; }
    @media screen and (min-width: 992px) {
      .navbar .navbar-nav li:not(:last-child) {
        margin-right: 30px; } }
    @media screen and (max-width: 991px) {
      .navbar .navbar-nav li {
        padding: 0.5rem; } }
    .navbar .navbar-nav a {
      color: #333;
      font-weight: bold; }
      .navbar .navbar-nav a:hover {
        text-decoration: none;
        border-bottom: 2px solid #FFCC00;
        padding-bottom: 4px; }

#footerBox {
  padding-top: 40px;
  background: #111;
  color: #FFF; }
  #footerBox a {
    color: #FFF; }
  #footerBox .footer_info {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
    #footerBox .footer_info .footer_info_contact {
      border: 1px solid #555;
      padding: 0.5rem 1rem;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
  #footerBox #footerLink a.main_menu {
    font-size: 1.125rem;
    border-bottom: 2px solid #FFCC00;
    padding-bottom: 4px;
    margin-bottom: 8px;
    display: block;
    white-space: nowrap; }
    #footerBox #footerLink a.main_menu:hover {
      text-decoration: none; }
  #footerBox #footerLink ul {
    padding-left: 1rem; }
  #footerBox #footerNavBox {
    font-size: 1rem;
    background: #2C2C2C;
    padding: 20px;
    margin: 20px 0;
    text-align: center; }
    #footerBox #footerNavBox ul li {
      padding: 0.25rem 0.5rem; }
      @media (min-width: 769px) {
        #footerBox #footerNavBox ul li {
          font-weight: bold;
          display: inline-block; } }

.footerBeforeText {
  background: #FFCC00;
  width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 18px 0 10px 0;
  font-weight: bold;
  -webkit-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
  margin-top: 80px; }
  @media (min-width: 769px) {
    .footerBeforeText {
      margin-top: 150px; } }
  .footerBeforeText a {
    color: #333; }

@media screen and (max-width: 650px) {
  .footerBeforeText {
    width: 90%;
    font-size: 0.6rem; } }
.breadcrumb {
  margin-bottom: 55px; }
  @media (min-width: 769px) {
    .breadcrumb {
      background-color: #fff; } }
  .breadcrumb .breadcrumb-item {
    font-size: 0.85rem; }
    .breadcrumb .breadcrumb-item a {
      color: #555; }

/*****************************************************************************************
 * index
 ****************************************************************************************/
#indexSliderImageBox {
  background-color: #EEEEEE; }
  #indexSliderImageBox .metaslider {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important; }
  #indexSliderImageBox img {
    width: 100%; }

.ms-theme-cubic {
  padding-bottom: 0 !important; }

/*****************************************************************************************
 * parts
 ****************************************************************************************/
.post_thumbnail {
  position: relative;
  margin-bottom: 10px; }
  .post_thumbnail img {
    width: 100%;
    border: 1px #ccc solid; }
  .post_thumbnail .badge {
    position: absolute;
    bottom: 0;
    right: 10px;
    border-radius: 5px 5px 0px 0px;
    background-color: #ffcc00;
    font-size: 0.875rem; }

.ico_new {
  background: #FF53D1;
  color: #fff; }

.thumb_single {
  margin-bottom: 30px; }

.mgr_0 {
  margin-right: 0px !important; }

.catch {
  font-size: 1.2rem;
  margin-top: 50px;
  margin-bottom: 30px;
  line-height: 170%; }

.btn-primary {
  background: #FFCC00;
  border: none;
  color: #000;
  font-weight: bold; }

#google_map {
  width: 100%;
  max-width: 100%;
  height: 380px; }
  @media (min-width: 768px) {
    #google_map {
      height: 480px; } }

.search-form input,
.search-form button {
  border-radius: 0; }
.search-form input {
  width: calc(100% - 42px) !important; }
.search-form button {
  background: #FFCC00;
  border-left: none; }

/*****************************************************************************************
 * page / archive / single
 ****************************************************************************************/
#archiveContentBox h1,
#pageContentBox h1,
h2 {
  margin-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  text-align: center;
  background-image: url("../images/h3.png");
  background-position: bottom center;
  background-repeat: no-repeat; }
  #archiveContentBox h1 small,
  #pageContentBox h1 small,
  h2 small {
    display: block; }

#pageContentBox h3 {
  text-align: center;
  border-bottom: 2px dotted #FFCC00;
  padding-bottom: 15px;
  margin-top: 100px;
  margin-bottom: 24px; }

.mainprogram {
  font-weight: bold; }

.expinfo {
  margin-top: 40px;
  background: #FFEEEE;
  padding: 10px;
  border-radius: 5px; }

.img-fluid {
  width: 100%; }

.post_col a {
  color: #222; }

.post_title {
  margin-top: 10px;
  font-weight: bold; }

.post_cat a {
  background: #333;
  display: inline;
  color: #FFF; }
  .post_cat a.cat {
    color: #222;
    background-color: #ffcc00; }

#postContent {
  line-height: 175%; }

#postTitleBox .date {
  margin-bottom: 10px; }

h3.widget-title {
  background: #F3F3F3;
  padding: 6px;
  border-left: 4px solid #FFCC00;
  padding-left: 6px; }

.tag_event {
  background: #FF6600 !important; }

.top_area2 img {
  width: 80%;
  margin-bottom: 20px; }
.top_area2 a {
  color: #333;
  font-weight: bold; }
.top_area2 a:hover {
  opacity: 0.8; }

.top_area3 a {
  width: 100% !important;
  display: block;
  margin-bottom: 20px;
  padding: 15px 0; }

#side h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px; }

#side ul {
  margin-left: 0px;
  margin-bottom: 55px;
  padding-left: 0px;
  list-style: none; }

#side li {
  border-bottom: 1px dotted #CCC;
  margin-bottom: 8px;
  padding-bottom: 8px; }

.child_footer {
  background: #EFEFEF;
  padding-bottom: 50px; }

.child_footer img {
  border: 1px solid #FFF; }

.child_footer h3 {
  padding-top: 50px;
  border: none !important; }

.event_bigbox {
  background: #FFE;
  border-radius: 5px; }

.event_bigbox h3 {
  font-size: 1.3rem;
  margin-top: 20px !important;
  text-align: left !important;
  border: none !important;
  padding-bottom: 0px !important;
  margin-bottom: 20px !important; }

.event_bigbox img {
  margin-bottom: 10px; }

.event_bigbox ul {
  margin-top: 8px;
  background: #FFEEEE;
  padding: 10px 10px 15px 30px; }

.event_table table {
  margin-top: 40px;
  width: 100% !important;
  border: 1px solid #DDD; }
  .event_table table tr:nth-child(2n+1) {
    background: #F9FAFA; }
  .event_table table tr:first-child {
    background: #EEE; }
  .event_table table td {
    padding: 5px;
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD; }

h4 {
  background: #F3F3F3;
  border-left: 5px solid #FF9900;
  padding: 10px 8px;
  margin-top: 30px;
  margin-bottom: 20px; }

.formbox div.col-lg-3,
.formbox div.col-lg-9 {
  margin-bottom: 25px;
  border-bottom: 1px dotted #CCC;
  padding-bottom: 25px; }

.formbox select,
.formbox textarea,
.formbox input {
  background: #FFF5F5; }

.formbox .col-lg-3 {
  font-weight: bold; }

.post_col {
  margin-bottom: 40px; }
  .post_col img {
    border-radius: 5px; }

.newsbox2 {
  border: 1px solid #DDD;
  background: #FAFAFA;
  border-radius: 5px;
  padding: 20px 10px; }

.useful_menu {
  padding-top: 40px !important;
  padding-bottom: 60px !important; }
  .useful_menu img {
    width: 70%;
    margin-bottom: 20px; }
  .useful_menu img:hover {
    opacity: 0.8; }
  .useful_menu a {
    color: #666;
    font-size: 1.1rem;
    font-weight: bold; }

.google_cal iframe {
  width: 100% !important; }

.btn {
  white-space: normal;
  margin-bottom: 10px; }

.navbar-toggler-icon {
  background: url(../images/menu.png); }

.table-responsive table th {
  white-space: nowrap; }

#pageContentBox.list table tr th {
  background-color: #4D6A79;
  color: #fff;
  text-align: center; }
#pageContentBox.list table tr td:first-child a {
  text-decoration: underline;
  color: #004080;
  font-weight: bold;
  font-size: 1.2rem; }
  #pageContentBox.list table tr td:first-child a:hover {
    color: #007bff; }
#pageContentBox.list table tr td:not(:nth-last-child(2)) {
  white-space: nowrap; }
#pageContentBox.list table tr td:nth-last-child(2) {
  min-width: 200px; }
#pageContentBox.list table tr td .btn {
  white-space: nowrap; }

#pageContentBox.listchild #basic_info .lbl {
  background: #F0F0F0;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
  @media (min-width: 769px) {
    #pageContentBox.listchild #basic_info .lbl {
      max-width: 220px; } }
#pageContentBox.listchild #main_event_list .event_wrap {
  background-color: #F0F0F0;
  margin-bottom: 1rem; }
  #pageContentBox.listchild #main_event_list .event_wrap .event_name {
    font-weight: bold;
    font-size: 1.25rem;
    color: #333;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    background-position: center right 0.5rem;
    background-repeat: no-repeat;
    background-image: url("../images/ico_accordion_down.png");
    padding-right: calc(40px + 1rem); }
    #pageContentBox.listchild #main_event_list .event_wrap .event_name:hover {
      text-decoration: none;
      background-color: #ddd; }
    #pageContentBox.listchild #main_event_list .event_wrap .event_name[aria-expanded="true"] {
      background-image: url("../images/ico_accordion_up.png"); }
  #pageContentBox.listchild #main_event_list .event_wrap [id^="collapse"] {
    padding: 0 1rem 1rem 1rem; }
    #pageContentBox.listchild #main_event_list .event_wrap [id^="collapse"] h4 {
      background-color: #fff; }
    #pageContentBox.listchild #main_event_list .event_wrap [id^="collapse"] .expinfo {
      margin-top: 1rem;
      background-color: #FDFDE3; }
@media (min-width: 769px) {
  #pageContentBox.listchild .btn-wide {
    min-width: 380px; } }
@media (max-width: 768px) {
  #pageContentBox.listchild .btn-wide {
    width: 100%; } }
