@charset "UTF-8";

.navbar-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.navbar-brand {
  display: flex;
  align-items: center;
  height: 64px;
}
.navbar-brand img {
  height: 42px;
}

@media only screen and (max-width: 767px) { 
  .navbar-brand {
    height: 48px;
  } 
  .navbar-brand img {
    height: 28px;
  }
}

.bg-dark {
  position: relative;
  background: url('assets/Background.png') center center repeat;
  background-size: auto;
  width: 100%;
  min-height: 8rem;
}

.heading h2 {
  text-align: center;
  display: inline-block;
  border-bottom: solid 5px #4fbfa8;
  line-height: 1.1;
  margin-bottom: 4rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.bg-dark .heading h2 {
  color: white;
}

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

.content {
  padding-bottom: 32px;
}

.content .thumbnail {
  position: relative;
  margin-bottom: 10px;
  display: block;
  box-shadow: 0 0.5rem 0.5rem rgba(0,0,0,.175)!important;
}

.content .thumbnail::before {
  position: absolute;
  content: "";
  background-color: rgb(121, 255, 221);
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-out;
}

.content .thumbnail:hover::before {
  opacity: 0.5;
}

.content img {
  width: 100%;
}

.content .caption {
  text-transform: uppercase;
  line-height: 1.5;
  color: #555555;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.content .tagline {
  margin-bottom: 1rem;
  color: #5f5f5f;
}

a {
  color: #009e7e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #348e7b;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.news-list {
  background-color: rgba(255, 255, 255, 0.747);
  border-radius: 1rem;
  margin-bottom: 64px;
}

.article {
  max-width: 640px;
  margin: auto;
}

.article-title-wrapper {
  background: url('assets/texture-bw.png') center center repeat;
  padding: 20px 0;
  margin-bottom: 10px;
  height: 8rem;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
}

.article-title-wrapper h1 {
  margin-bottom: 0;
}

.article-title {
  max-width: 640px;
  margin: auto;
}

.article figure {
  margin-bottom: 2rem;
}

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


html {
  scroll-behavior: smooth;
  font-size: 16px;
  font-weight: 400; 
  line-height: 1.5; 
} 
 
@media only screen and (max-width: 767px) { 
  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;
}

/* button */

.btn {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 10px 30px;
  font-size: 1.1rem;
  line-height: 2rem;
  border-radius: 4px;
  color: white;
  background-color: #4fbfa8;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.btn:hover {
  color: white;
  background-color: #41a08d;
}

.btn-small {
  padding: 8px 30px;
  font-size: 1rem;
  line-height: 2rem;
  border: solid 1px rgb(61, 61, 61);
  border-radius: 4px;
  background: none;
  color: rgb(54, 54, 54);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.btn-small:hover {
  color: rgb(54, 54, 54);
  background-color: #b6b6b6;
}

.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;
}

/* 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: 160px;
}

.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;
}


/* yugo */
/*
.yugo {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
  font-size: 2rem;
  color: #808090;
}

.yugo p {
  margin: 40px auto 40px;
}

.yugo .img-logo {
  width: 100%;
  max-width: 768px;
  margin-top: 2rem;
  margin-bottom: -2rem;
}

.yugo iframe {
  width: 100%;
  max-width: 690px;
  height: 400px;
}

@media only screen and (max-width: 767px) { 
  .yugo iframe {
    height: 300px;
  }
}

.yugo .background {
  z-index: -4;
  width: 100%;
  height: 384px;
  position: fixed;
  background-size: auto 100%;
  margin: 0;
  padding: 0;
}

.yugo .background.layer0 {
  background: url(assets/yugo/bg52.png) repeat-x 0 0;
  animation: yugo-bg-slider 32s linear infinite;
  bottom: -10%;
}

.yugo .background.layer1 {
  background: url(assets/yugo/bg51.png) repeat-x 0 0;
  animation: yugo-bg-slider 16s linear infinite;
  bottom: -15%;
}

@keyframes yugo-bg-slider {
	from { background-position: 0 bottom; }
    to { background-position: -384px bottom; }
} */
