@charset "UTF-8";

html {
  scroll-behavior: smooth;
  font-size: 16px;
  font-weight: 400; 
  line-height: 1.5; 
} 
 
@media only screen and (max-width: 575px) { 
  html { 
    font-size: 10px; 
  } 
}

body {
  background-color: #ffffff;
  color: #43424b;
  font-family: 'M PLUS Rounded 1c', "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 1.2rem;
  font-weight: 400;
}

a {
  color: #1773ad;
}

a:hover {
  color: #98c1da;
  text-decoration: none;
}


/* sidebar */

.sidebar {
  position: fixed;
  width: 84px;
  padding: 4px 4px 4px 4px;
  background: #212529D0;
  border-radius: 0.7rem;
}

.sidebar.shown {
  bottom: 16px;
  right: 0px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.sidebar.hidden {
  bottom: 16px;
  right: -84px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.scroll-show {
  transform: translateY(40px);
  opacity: 0;
}

.scroll-show.shown {
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* button */

.btn-c,
a.btn-c,
button.btn-c {
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.0;
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
  border-style: none;
}

.btn-c-primary {
  color: #fff;
  background-color: #e77b00;
  border-bottom: 5px solid #c46800 !important;
}
.btn-c-primary:active {
  margin-top: 3px;
  color: #fff;
  background: #ce3c3c;
  border-bottom: 2px solid #bb4545 !important;
}
.btn-c-shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

.btn-c-white {
  font-size: 0.8rem;
  color: #fff;
  background: none;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.btn-c-gray {
  color: #fff;
  background-color: #9e9e9e;
  border-bottom: 5px solid #7c7c7c !important;
}
.btn-c-gray:active {
  margin-top: 3px;
  color: #fff;
  background: #ce3c3c;
  border-bottom: 2px solid #bb4545 !important;
}

.btn-c-blue {
  color: #fff;
  background-color: #246995;
  border-bottom: 5px solid #0f405f !important;
}
.btn-c-blue:active {
  margin-top: 3px;
  color: #fff;
  background: #ce3c3c;
  border-bottom: 2px solid #bb4545 !important;
}

.btn-c-lg {
  font-size: 1.2rem !important;
  width: 100%;
  max-width: 400px;
  padding: 1.5rem !important;
}

.remodal
{
  border-radius: 1rem;
}

p
{
  margin-bottom: 1.5rem;
}

h1, h2, h3, h4, h5
{
  margin-bottom: 1.0rem;
}

/* background */

.bg-light-brown
{
  background-color: #c0ac9c;
}

.bg-blue
{
  background-color: #7b8eb0;
}

.bg-light-blue
{
  background-color: #e0e4eb;
}

.bg-light-gray
{
  background-color: #848484;
}

.bg-gray
{
  background-color: #6d6d6d;
}

.bg-light-gray a
{
  color: #ffffff;
}

.bg-light-gray a:hover
{
  color: #ccc;
  text-decoration: none;
}

.bg-gray a
{
  color: #dcdcdc;
}

.bg-gray a:hover
{
  color: #fff;
  text-decoration: none;
}

.striped-blue {
  background: repeating-linear-gradient(
    135deg,
    #eff0f7,
    #eff0f7 20px,
    #daddee 20px,
    #daddee 40px
  );
}


.striped-white {
  background: repeating-linear-gradient(
    135deg,
    #f7f2ee,
    #f7f2ee 20px,
    #ece9e7 20px,
    #ece9e7 40px
  );
  }
  
  .striped-brown {
    background: repeating-linear-gradient(
      135deg,
      #6b5745,
      #6b5745 20px,
      #997c62 20px,
      #997c62 40px
    );
  }

/* news */

ul.news-item
{
  padding-left: 0px;
}

ul.news-item li
{
  list-style: none;
}

/* wp-block */

.wp-block-image img
{
  max-width: 100%;
  height: auto;
}

.wp-block-contact-form-7-contact-form-selector {
  font-size: 1rem;
}

/* wp-form */

.wpcf7-form-control-wrap input {
  width: 100%;
}

.wpcf7-form-control-wrap textarea {
  width: 100%;
}

/* grecaptha-badge */

.small-note {
  padding: 0;
  margin: 0;
  font-size: 11px !important;
  color: #444 !important;
}
.small-note a {
  font-size: 11px !important;
  color: #66f !important;
}
.grecaptcha-badge { visibility: hidden; }



/* content-panel */

.content-panel {
  display: block;
  overflow: hidden;
  border-radius: 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.1s ease-out;
}

.content-panel:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.content-panel:hover {
  background-size: 105%
}

.content-panel-caption {
  width: 100%;
  height: 2.5rem;
  background-color: white;
  transition: all 0.1s ease-out;
}

/* article */

.article-area
{
  background: white;
  max-width: 800px;
  min-height: 400px;
  border-radius: 1rem;
  overflow: hidden;
}

.article-caption
{
  font-size: 2rem;
  color: white;
  background-color: #9e9faf;
  max-width: 100%;
  height: 10rem;
  margin-bottom: -6px;
}

.article-caption-page
{
  color: white;
  background-color: #5358a5;
  height: 100px;
}

.article-caption-border
{
  width: 100%;
  height: 16px;
  background: url(assets/WaveBorder.png) repeat-x center center / contain;
  background-color: #9e9faf;
}

.article-caption-page-border
{
  background-color: #5358a5;
}

.article-area iframe {
  max-width: 100%;
}

/* zurui-puzzle */

.zurui-puzzle-button {
  color: white;
  width: 10rem;
  height: 10rem;
  background-color: #754738;
  font-size: 0.8rem;
  transition: all 0.2s ease-out;
}

.zurui-puzzle-button:hover {
  color: white;
  background-color: #a77565;
}


/* sidebar-wrapper */

.sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar-wrapper.toggled {
  right: 0px;
}

.sidebar-wrapper {
  width: 350px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0px;
  right: -350px;
  z-index: 999;
}

@media only screen and (max-width: 767px) { 
  .sidebar-wrapper {
    width: 250px;
    right: -250px;
  }
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/* sidebar-content */

.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

.sidebar-wrapper #close-sidebar {
  cursor: pointer;
  font-size: 20px;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

/* sidebar-menu */

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .header-menu {
  height: 4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 20px;
  padding-right: 1rem;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  display: block;
}

.sidebar-wrapper .sidebar-menu ul li a {
  align-items: center;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 8px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}

/* sidebar color */

.sidebar-wrapper {
    background: #ffffff;
    border-left:#d9e3e9 solid 0.5rem;
  }

.sidebar-wrapper .sidebar-header,
.sidebar-wrapper .sidebar-search,
.sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #99b1c0;
}

/* sidebar links */
/* .sidebar-wrapper .sidebar-menu ul li a{
    color: #5698c0;
} */
.sidebar-wrapper .sidebar-menu ul li a i,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown div{
    background: #1773ad;
    color: white;
}

.sidebar-wrapper .sidebar-menu ul li:hover>a,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a{
  color: #98c1da;
}

/* sidebar toggler */
#show-sidebar, #close-sidebar {
    color: #4b5155;
}
#show-sidebar:hover, #close-sidebar:hover {
    color: #a7afb3;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    color: #4b5155;
}

/* newsletter subscription */
.sib_signup_form {
  border: solid 1px #b4bbc0;
  border-radius: 4px;
  padding: 2rem 2rem;
}

.sib_signup_form label {
  margin: 0.5rem 0;
  display: block;
}

.sib_signup_form .sib-entry-specification {
  font-size: 0.9rem;
  color: #80868a;
}

.sib_signup_form .input {
  font-size: 1rem;
  border: solid 1px #b4bbc0;
  border-radius: 4px;
  display: block;
  padding: 0.5rem 0.5rem;
  width: 100%;
}

.bg-iconrep {
  background: url('./assets/IconRepBg.png') repeat repeat;
  background-position: center center;
}

.bg-iconrep-white {
  background: url('./assets/IconRepBgWhite.png') repeat repeat;
  background-position: center center;
}

@media only screen and (max-width: 767px) { 
  .bg-iconrep {
    background-size: 50%;
  }
  .bg-iconrep-white {
    background-size: 50%;
  }
}
