@charset "UTF-8";
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");
/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.6
*/
.bg-light-red {
  background-color: #ffcdd2 !important;
}

.text-light-red {
  color: #ffcdd2 !important;
}

.border-light-red {
  border-color: #ffcdd2 !important;
}

.btn-light-red {
  background-color: #ffcdd2 !important;
  color: white !important;
}

.badge-light-red {
  background-color: #ffcdd2 !important;
  color: #333 !important;
}

.bg-light-pink {
  background-color: #fce4ec !important;
}

.text-light-pink {
  color: #fce4ec !important;
}

.border-light-pink {
  border-color: #fce4ec !important;
}

.btn-light-pink {
  background-color: #fce4ec !important;
  color: white !important;
}

.badge-light-pink {
  background-color: #fce4ec !important;
  color: #333 !important;
}

.bg-light-blue {
  background-color: #e3f2fd !important;
}

.text-light-blue {
  color: #e3f2fd !important;
}

.border-light-blue {
  border-color: #e3f2fd !important;
}

.btn-light-blue {
  background-color: #e3f2fd !important;
  color: white !important;
}

.badge-light-blue {
  background-color: #e3f2fd !important;
  color: #333 !important;
}

.bg-light-green {
  background-color: #e8f5e9 !important;
}

.text-light-green {
  color: #e8f5e9 !important;
}

.border-light-green {
  border-color: #e8f5e9 !important;
}

.btn-light-green {
  background-color: #e8f5e9 !important;
  color: white !important;
}

.badge-light-green {
  background-color: #e8f5e9 !important;
  color: #333 !important;
}

.bg-light-yellow {
  background-color: #fffde7 !important;
}

.text-light-yellow {
  color: #fffde7 !important;
}

.border-light-yellow {
  border-color: #fffde7 !important;
}

.btn-light-yellow {
  background-color: #fffde7 !important;
  color: white !important;
}

.badge-light-yellow {
  background-color: #fffde7 !important;
  color: #333 !important;
}

.bg-light-orange {
  background-color: #fff3e0 !important;
}

.text-light-orange {
  color: #fff3e0 !important;
}

.border-light-orange {
  border-color: #fff3e0 !important;
}

.btn-light-orange {
  background-color: #fff3e0 !important;
  color: white !important;
}

.badge-light-orange {
  background-color: #fff3e0 !important;
  color: #333 !important;
}

.bg-light-gray {
  background-color: #f5f5f5 !important;
}

.text-light-gray {
  color: #f5f5f5 !important;
}

.border-light-gray {
  border-color: #f5f5f5 !important;
}

.btn-light-gray {
  background-color: #f5f5f5 !important;
  color: white !important;
}

.badge-light-gray {
  background-color: #f5f5f5 !important;
  color: #333 !important;
}

.bg-light-brown {
  background-color: #efebe9 !important;
}

.text-light-brown {
  color: #efebe9 !important;
}

.border-light-brown {
  border-color: #efebe9 !important;
}

.btn-light-brown {
  background-color: #efebe9 !important;
  color: white !important;
}

.badge-light-brown {
  background-color: #efebe9 !important;
  color: #333 !important;
}

.bg-base {
  background-color: #fff3e0 !important;
}

.text-base {
  color: #fff3e0 !important;
}

.border-base {
  border-color: #fff3e0 !important;
}

.btn-base {
  background-color: #fff3e0 !important;
  color: white !important;
}

.badge-base {
  background-color: #fff3e0 !important;
  color: #333 !important;
}

.bg-light-base {
  background-color: rgba(255, 243, 224, 0.5) !important;
}

.text-light-base {
  color: rgba(255, 243, 224, 0.5) !important;
}

.border-light-base {
  border-color: rgba(255, 243, 224, 0.5) !important;
}

.btn-light-base {
  background-color: rgba(255, 243, 224, 0.5) !important;
  color: white !important;
}

.badge-light-base {
  background-color: rgba(255, 243, 224, 0.5) !important;
  color: #333 !important;
}

.bg-orange {
  background-color: #fd7e14 !important;
}

.text-orange {
  color: #fd7e14 !important;
}

.border-orange {
  border-color: #fd7e14 !important;
}

.btn-orange {
  background-color: #fd7e14 !important;
  color: white !important;
}

.badge-orange {
  background-color: #fd7e14 !important;
  color: #333 !important;
}

.bg-key {
  background-color: #3cbcec !important;
}

.text-key {
  color: #3cbcec !important;
}

.border-key {
  border-color: #3cbcec !important;
}

.btn-key {
  background-color: #3cbcec !important;
  color: white !important;
}

.badge-key {
  background-color: #3cbcec !important;
  color: #333 !important;
}

.bg-light-key {
  background-color: rgba(40, 167, 69, 0.1) !important;
}

.text-light-key {
  color: rgba(40, 167, 69, 0.1) !important;
}

.border-light-key {
  border-color: rgba(40, 167, 69, 0.1) !important;
}

.btn-light-key {
  background-color: rgba(40, 167, 69, 0.1) !important;
  color: white !important;
}

.badge-light-key {
  background-color: rgba(40, 167, 69, 0.1) !important;
  color: #333 !important;
}

.btn-base {
  color: #333 !important;
}

/* ネガティブマージン用 */
html {
  overflow: auto;
}

/* リセット */
a {
  cursor: pointer;
  color: inherit;
}
a:hover {
  background-color: transparent;
  text-decoration: none;
}

p, .article p {
  margin: 0;
  padding: 0;
}

ul, .article ul {
  margin-bottom: 0;
}

.full-width {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}

.full-width-m {
  margin: 0 calc(50% - 50vw);
}

.full-width-x {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.no-full-width {
  margin: 0;
  padding: 0;
}

/* 5 Columns */
/* 改行 */
.break-be::before,
.break-at::after {
  content: "\a";
  white-space: pre;
}

.line-1 {
  line-height: 1 !important;
}

.line-1-25 {
  line-height: 1.25 !important;
}

.line-1-3 {
  line-height: 1.3 !important;
}

.line-1-5 {
  line-height: 1.5 !important;
}

.line-1-8 {
  line-height: 1.8 !important;
}

.m-w-none {
  max-width: none !important;
}

/* js-無効 */
#no-js {
  background: rgb(255, 255, 255);
  height: 100%;
  left: 0;
  padding: 1em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

/* リンク無効 */
.pointer-e-none {
  pointer-events: none;
}

/* PC telリンク無効 */
@media (min-width: 992px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/** iOSでのデフォルトスタイルをリセット **/
select,
input,
input[type=submit],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

select {
  background-color: #fff;
}

input[type=submit] {
  background-color: #3cbcec;
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-size: 1em;
}

input[type=radio] {
  position: relative;
  width: 16px;
  height: 24px;
  border: 1px solid gray;
  vertical-align: -8px;
  color: green;
}
input[type=radio]::before {
  content: "✔";
  position: absolute;
  font-size: 1.2em;
  right: 0;
  top: -0.3em;
  visibility: hidden;
}
input[type=radio]:checked::before {
  /* Use `visibility` instead of `display` to avoid recalculating layout */
  visibility: visible;
}
input[type=radio]:disabled {
  border-color: black;
  background: #ddd;
  color: gray;
}

/** sns **/
.follow-me {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.follow-me li {
  margin: 0 8px 8px 0;
}
.follow-me a::before {
  background-color: #eee;
  border-radius: 30px;
  color: #333;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  transition: all 0.3s ease;
  text-align: center;
  width: 32px;
}
.follow-me a:hover::before {
  color: #fff;
}
.follow-me a[href*="facebook.com"]::before {
  content: "\f09a";
}
.follow-me a[href*="twitter.com"]::before {
  content: "\f099";
}
.follow-me a[href*="youtube.com"]::before {
  content: "\f16a";
}
.follow-me a[href*="facebook.com"]:hover::before {
  background-color: #3b5998;
}
.follow-me a[href*="twitter.com"]:hover::before {
  background-color: #55acee;
}
.follow-me a[href*="youtube.com"]:hover::before {
  background-color: #cd201f;
}

/* go-to-top */
.go-to-top {
  right: 1em;
  bottom: 1em;
}

.go-to-top-button {
  font-size: 1.3em;
  width: 50px;
  height: 50px;
  background-color: #3cbcec;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all 0.5s;
}
.go-to-top-button:hover {
  background-color: #3cbcec;
  opacity: 0.8;
}
.go-to-top-button span {
  color: #fff;
}

.fa-angle-double-up:before {
  content: "\f106" !important;
}

#loading {
  top: 0;
  left: 0;
  z-index: 20000;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #333;
  font-size: 10px;
  margin: 20px auto;
  position: relative;
  text-indent: -9999em;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -1.5em;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1.5em;
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/** headerスクロール制御 **/
.head-animation {
  position: sticky !important;
  top: 0 !important;
  transform: translateX(0) !important;
}

main.main {
  padding: 0;
}

.flont-top-page .data-tags {
  margin-bottom: 0;
}

/* contact-form-7 */
.must {
  background-color: #3cbcec;
  border-radius: 3px;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  padding: 0.15em 0.3em;
}

.any {
  background-color: #aaa;
  border-radius: 3px;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  padding: 0.15em 0.3em;
}

.form-caption {
  font-size: 0.9em;
  font-weight: 600;
  margin-left: 1em;
}

.form-item,
.contact-text {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}

.form-item:last-child {
  margin-bottom: 0;
}

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

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
  display: none !important;
}

.wpcf7-form-control-wrap {
  position: static;
}

.wpcf7-response-output {
  margin: 1em 0;
  height: 54px;
  line-height: 44px;
  font-size: 18px;
  text-align: center;
  border-radius: 4px;
}

.wpcf7 .ajax-loader {
  display: none !important;
  margin: 1rem 0 !important;
}
.wpcf7 form.submitting .ajax-loader {
  display: block !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #3cbcec;
  color: #3cbcec;
  background-color: rgba(70, 180, 80, 0.05);
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  color: #f56e28;
  background-color: rgba(245, 110, 40, 0.05);
}
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ffb900;
  color: #ffb900;
  background-color: rgba(255, 185, 0, 0.05);
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap textarea {
  margin: 4px 0;
  padding: 8px 12px;
}

.search-edit, input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], textarea, select {
  font-size: 16px;
}

.wpcf7-form-control-wrap input::-moz-placeholder, .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #ccc;
  font-size: 0.9em;
}

.wpcf7-form-control-wrap input::placeholder,
.wpcf7-form-control-wrap textarea::placeholder {
  color: #ccc;
  font-size: 0.9em;
}

.grecaptcha-badge {
  display: none;
}

.recaptcha-p {
  color: #ccc;
  font-size: 0.7em;
  margin: 1em auto 0;
}
@media (min-width: 768px) {
  .recaptcha-p {
    text-align: center;
  }
}

/* margin-reset */
.content,
.entry-content,
.no-sidebar .content .main {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

/* single-post */
.single-post .container {
  max-width: 860px;
  margin: 0 auto;
}
.single-post .container .entry-title {
  font-size: 1.5em;
  margin: 2em 0;
}
@media (min-width: 576px) {
  .single-post .container .entry-title {
    font-size: 2em;
    text-align: center;
  }
}
.single-post .container .article-footer {
  margin-top: 2em;
}
.single-post .container .article-footer .entry-categories {
  display: block;
  margin: 1em 0;
  text-align: right;
}
.single-post .container .article-footer .entry-categories .cat-link {
  background-color: #aaa;
}
.single-post .container .sns-share {
  margin-top: 3em;
}
.single-post .container .sns-share .sns-share-message {
  color: #333;
  font-size: 0.8em;
  padding: 0.5em 0;
}
.single-post .container .sns-share .sns-buttons {
  justify-content: center;
}
.single-post .container .sns-share .sns-buttons .share-button {
  border-radius: 50%;
  height: 40px;
  margin: 0 0.25em;
  width: 40px !important;
}
.single-post .container .sns-share .sns-buttons .share-button .button-caption, .single-post .container .sns-share .sns-buttons .share-button .share-count {
  display: none;
}
.single-post .container .article-footer .entry-categories {
  text-align: center;
}
.single-post .container .article-footer .entry-categories .cat-link {
  border: 1px solid #ccc;
  background-color: white;
  color: #ccc;
  margin-right: 0;
  border-radius: 4px;
}
.single-post .container .pager-post-navi a figure {
  min-width: 80px;
  max-width: 80px;
  margin: 0;
}
.single-post .container .pager-post-navi a .prev-post-title {
  margin-left: 1em;
}

/* header */
.container .header-container {
  position: sticky;
  transition: all 2s;
  z-index: 3;
}
.container .header-container .tagline {
  display: none;
  font-size: 10px;
  margin: 0;
}
@media (min-width: 768px) {
  .container .header-container .tagline {
    display: block;
  }
}
.container .header-container .header-container-in.hlt-top-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
}
@media (min-width: 768px) {
  .container .header-container .header-container-in.hlt-top-menu {
    justify-content: space-between;
  }
}
.container .header-container .header-container-in.hlt-top-menu .navi {
  width: auto;
}
.container .header-container .header-container-in.hlt-top-menu .site-name-text-link {
  margin: 0;
}

/* footer */
#footer {
  background-color: #f7f8fa;
  margin: 2em calc(50% - 50vw) 0;
  padding-bottom: 0;
}
#footer .footer-in .navi-footer {
  padding-bottom: 3em;
}
@media (min-width: 768px) {
  #footer .footer-in .navi-footer {
    padding-bottom: 5em;
  }
}
#footer .footer-in .navi-footer .navi-footer-in .menu-footer {
  justify-content: center;
}
#footer .footer-in .navi-footer .navi-footer-in .menu-footer li {
  border-top: 1px solid #707070;
  line-height: 50px;
  margin: 0;
  padding-left: 1em;
  position: relative;
  width: 100%;
}
#footer .footer-in .navi-footer .navi-footer-in .menu-footer li:last-of-type {
  border-bottom: 1px solid #707070;
}
#footer .footer-in .navi-footer .navi-footer-in .menu-footer li::after {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 0.9em;
  right: 0.5em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  #footer .footer-in .navi-footer .navi-footer-in .menu-footer li {
    border: none;
    border-right: 1px solid #707070;
    line-height: 1em;
    padding: 0 1em;
    width: auto;
  }
  #footer .footer-in .navi-footer .navi-footer-in .menu-footer li:last-of-type {
    border: none;
    padding-right: 0;
  }
  #footer .footer-in .navi-footer .navi-footer-in .menu-footer li::after {
    content: "";
  }
}
#footer .footer-in .navi-footer .navi-footer-in .menu-footer li a {
  color: #707070;
  transition: all 0.5s;
}
#footer .footer-in .navi-footer .navi-footer-in .menu-footer li a:hover {
  color: #3cbcec;
}
#footer .footer-in .footer-bottom {
  padding-bottom: 0;
}
#footer .footer-in .footer-bottom .footer-bottom-logo {
  position: relative;
}
@media (min-width: 768px) {
  #footer .footer-in .footer-bottom .footer-bottom-logo {
    float: none;
  }
  #footer .footer-in .footer-bottom .footer-bottom-logo .logo-image {
    text-align: left;
  }
}
#footer .footer-in .footer-bottom .footer-bottom-content {
  float: none;
}
@media (min-width: 768px) {
  #footer .footer-in .footer-bottom .footer-bottom-content {
    text-align: left;
  }
}
#footer .footer-in .footer-bottom .map iframe {
  height: 400px;
}

/** copyright **/
.copyright {
  margin: 0;
  padding: 0.5em 0;
  text-align: center;
  width: auto;
}
@media (min-width: 1023px) {
  .copyright {
    margin-bottom: 0;
  }
}

#navi.navi {
  display: none;
  top: 0;
  transition: all 1s;
  z-index: 3;
}
@media (min-width: 1023px) {
  #navi.navi {
    display: block;
  }
}
#navi.navi .navi-in a:hover, #navi.navi #footer a:hover {
  background-color: transparent;
}
#navi.navi .navi-in > ul {
  flex-wrap: nowrap;
}
#navi.navi .navi-in > ul > li {
  padding: 0;
  position: relative;
}
#navi.navi .navi-in > ul > li::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -1px;
  width: 1px;
  background-color: #eee;
  height: 70%;
  transform: translate(-50%, -50%);
}
#navi.navi .navi-in > ul > li:last-of-type::after {
  content: none;
}
#navi.navi .navi-in > ul > li > .sub-menu {
  left: 0;
}
#navi.navi .navi-in > ul > li > a {
  padding: 0 1em;
}
#navi.navi .navi-in > ul > li .item-label {
  position: relative;
}
#navi.navi .navi-in > ul > li .item-label::after {
  top: -1.5em;
  color: #ccc;
  font-size: 0.6em;
  font-weight: 100;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
#navi.navi .sub-menu li {
  background-color: #f7f8fa;
  border-bottom: 1px solid #eee;
}
#navi.navi li {
  border-color: #fff;
  transition: all 0.5s;
}
#navi.navi li:hover {
  border-bottom: 1px solid #3cbcec;
}
#navi.navi .navi-in > ul > .menu-item-has-children > a::after {
  padding-right: 1em;
}

#header-contact {
  display: none;
}
@media (min-width: 768px) {
  #header-contact {
    display: block;
  }
}

.mobile-eyecatch {
  display: block;
  margin: 0 calc(50% - 50vw);
}
@media (min-width: 576px) {
  .mobile-eyecatch {
    display: none;
  }
}

/*** 404 ***/
.error404 .entry-title {
  display: none;
}

.not-found {
  display: block;
  margin: 160px auto 0;
  max-width: 480px;
  width: 100%;
}

.widget-404-page {
  color: #aaa;
  text-align: center;
}

.title-404 {
  font-size: 2em;
  font-weight: 900;
  line-height: 1em;
  padding-top: 1em;
}

.error-code-404 {
  text-align: center;
}

.heading-404 {
  font-size: 2em;
  font-weight: 900;
  text-align: center;
  padding-top: 2em;
}

.btn-404 {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 50px;
  color: #aaa;
  display: inline-block;
  font-size: 1.2em;
  margin-top: 2em;
  padding: 0.5em 4em;
  position: relative;
  transition: all 0.5s;
}
.btn-404::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(-50%, -50%);
}
.btn-404:hover {
  color: #fff;
  background-color: #aaa;
}

#popupbg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}
#popupbg .content {
  background-color: #fff;
  border-radius: 5px;
  left: 50%;
  max-width: 560px;
  padding: 2em;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 11;
}
@media (min-width: 768px) {
  #popupbg .content {
    padding: 3em;
    width: 80%;
  }
}
#popupbg .content::after {
  border-radius: 15px;
  background: #FFF;
  cursor: pointer;
  content: "×";
  height: 30px;
  font-size: 24px;
  line-height: 30px;
  margin: -15px -15px 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 30px;
}
#popupbg .content h3 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
  text-align: center;
}
#popupbg .content p {
  margin-bottom: 0.5em;
}
#popupbg .content .date-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em;
}
#popupbg .content .date-box li {
  border-bottom: 1px dotted #cc3747;
  margin-top: 0.5em;
  width: 100%;
}
@media (min-width: 576px) {
  #popupbg .content .date-box li {
    width: 48%;
  }
}

/*** mobile-menu-buttons ***/
.mobile-menu-buttons {
  background-color: #fff3e0;
  color: #333;
}
.mobile-menu-buttons .menu-button > a {
  color: #333;
}
.mobile-menu-buttons .menu-button .menu-open {
  display: inline;
}
.mobile-menu-buttons #navi-menu-content {
  font-size: 14px;
}
.mobile-menu-buttons #navi-menu-content a {
  border-bottom: 1px solid #333;
  color: #333;
  line-height: 44px;
  padding: 0 1em;
  position: relative;
}
.mobile-menu-buttons #navi-menu-content a::after {
  content: "\f0da";
  color: #333;
  font-family: "Font Awesome 5 Free";
  font-size: 0.8em;
  font-weight: bold;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mobile-menu-buttons #navi-menu-content .menu-close-button {
  background-color: #fff3e0;
  color: #333;
  height: 48px;
  position: relative;
}
.mobile-menu-buttons #navi-menu-content .menu-close-button > span {
  display: block;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
}
.mobile-menu-buttons #navi-menu-content .menu-close-button::after {
  content: "MENU";
  font-size: 16px;
  font-weight: 700;
  left: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-menu-buttons #navi-menu-content .menu-drawer .menu-item-66 {
  margin-top: 1em;
}
.mobile-menu-buttons #navi-menu-content .menu-drawer .slide-menu-policy a {
  border: none;
  font-size: 0.8em;
  line-height: 36px;
  color: #6c757d;
}
.mobile-menu-buttons #navi-menu-content .menu-drawer .slide-menu-policy a::after {
  color: #6c757d;
}

/* scroll-animation */
.scroll {
  bottom: 0;
  color: #333;
  font-weight: 400;
  left: 50%;
  font-size: 0.8em;
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: 20px;
}
.scroll span {
  animation: sdb backwards 2s infinite cubic-bezier(1, 0, 0, 1);
  border-left: 1px solid #333;
  box-sizing: border-box;
  height: 36px;
  left: 50%;
  position: absolute;
  top: 24px;
  width: 12px;
}

@keyframes sdb {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  25% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  75% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.anchor-link::before {
  display: block;
  height: 180px;
  content: "";
}

.marker-base {
  background-image: linear-gradient(left, #fff 0%, #fff3e0 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff3e0));
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-position: 0 0.5em;
  transition: all 2s ease;
  font-weight: bold;
}
.marker-base.active {
  background-position: -100% 0.5em;
}

.flash {
  background-image: linear-gradient(70deg, #333 45%, #fff 50%, #333 55%);
  background-color: #fff3e0;
  background-size: 500% 100%;
  color: rgba(0, 0, 0, 0);
  background-clip: text;
  -webkit-background-clip: text;
  animation: shine 5s infinite;
}
@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media (min-width: 1023px) {
  .wrap {
    width: auto;
  }
}

.breadcrumb .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb .breadcrumb-item::before {
  content: none;
}

.pagination-next .pagination-next-link {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.5);
  margin-top: 2em;
}

.pagination .page-numbers {
  border: none;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.pagination .page-numbers.current {
  color: #fff;
  background-color: #3cbcec;
}

.page .article-header {
  display: none;
}

#contact-middle {
  border-top: 2px solid #3cbcec;
  border-bottom: 2px solid #3cbcec;
  margin: 10em 0;
  position: relative;
}
@media (min-width: 768px) {
  #contact-middle #copy {
    background-color: #FFF;
    font-size: 1.25em;
    left: 50%;
    padding: 0 2em;
    position: absolute;
    transform: translateX(-50%);
    top: -20px;
    white-space: nowrap;
  }
}
@media (min-width: 1023px) {
  #contact-middle #copy {
    font-size: 1.35em;
    top: -22px;
  }
}

#production-list .production-item .production-image {
  position: relative;
}
#production-list .production-item .production-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#production-list .production-item .production-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

#home #eyecatch {
  align-items: center;
  height: 400px;
  position: relative;
}
@media (min-width: 768px) {
  #home #eyecatch {
    height: 640px;
  }
}
#home #eyecatch img {
  height: 120px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
}
@media (min-width: 768px) {
  #home #eyecatch img {
    height: 240px;
    width: 240px;
  }
}
@media (min-width: 992px) {
  #home #eyecatch img {
    height: 320px;
    width: 320px;
  }
}
#home #news .new-entry-cards .new-entry-card-link {
  border-bottom: 1px solid #ddd;
  padding: 0.75em;
}
#home #news .new-entry-cards .new-entry-card-link .new-entry-card .new-entry-card-thumb {
  display: none;
}
#home #news .new-entry-cards .new-entry-card-link .new-entry-card .new-entry-card-content {
  margin-left: 0;
}
#home #news .new-entry-cards .new-entry-card-link .new-entry-card .new-entry-card-content .new-entry-card-title {
  margin-bottom: 0;
}
#home #news .new-entry-cards .new-entry-card-link .new-entry-card .new-entry-card-content .new-entry-card-date {
  color: #6c757d;
  display: block;
}
#home #news .post-date {
  margin-right: 0;
}
#home #introduction .textbox {
  border-color: #333;
  border-style: double;
  border-radius: 2rem;
  border-width: 4px;
}
#home #course .circle_width {
  width: 100%;
  border-radius: 50%;
  margin: 0 auto;
  max-width: 140px;
}
@media (min-width: 768px) {
  #home #course .circle_width {
    max-width: 180px;
  }
}
#home #course .circle_width .circle_height {
  position: relative;
  padding-top: 100%;
  height: 0;
}
#home #course .circle_width .circle_height img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#home .bg {
  align-items: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  display: flex;
  height: 240px;
  position: relative;
}
@media (min-width: 768px) {
  #home .bg {
    height: 560px;
  }
}
#home .bg.bg-2 {
  background-image: url("/images/noimage.jpg");
}
#home .bg.bg-3 {
  background-image: url("/images/bg2.jpg");
}
#home .bg.bg-4 {
  background-image: url("/images/noimage.jpg");
}
#home .no::after {
  opacity: 0.15;
  position: absolute;
  left: 28px;
  top: -80px;
  font-size: 8em;
  color: #aaa;
}
@media (min-width: 768px) {
  #home .no::after {
    top: -96px;
  }
}
#home .no.no-1::after {
  content: "01";
}
#home .no.no-2::after {
  content: "02";
}
#home .no.no-3::after {
  content: "03";
}
#home .no.no-4::after {
  content: "04";
}

.about-box {
  margin-bottom: 5em;
}
.about-box .about-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .about-box .about-item {
    flex-direction: row;
  }
  .about-box .about-item:last-of-type {
    border-bottom: 1px solid #f8f9fa;
  }
}
.about-box .about-item .heading {
  background-color: rgba(255, 243, 224, 0.5);
  color: #333;
  font-weight: 700;
  border-top: 1px solid #f8f9fa;
  padding: 1em;
  width: 100%;
}
@media (min-width: 768px) {
  .about-box .about-item .heading {
    border-right: 1px solid #f8f9fa;
    padding: 2em 2.5em;
    width: 25%;
  }
}
.about-box .about-item .data {
  background-color: #fff;
  border-top: 1px solid #f8f9fa;
  margin-bottom: 2em;
  padding: 1em;
  width: 100%;
}
@media (min-width: 768px) {
  .about-box .about-item .data {
    margin-bottom: 0;
    padding: 2em 2.5em;
    width: 75%;
  }
}
.about-box .about-item .data ol {
  padding-left: 1em;
}

.map iframe {
  margin-top: 1em;
  height: 20em;
  width: 100%;
}

@media (max-width: 480px) {
  #sb_instagram .sbi_item {
    width: 50% !important;
  }
}

.ect-3-columns {
  justify-content: flex-start;
}

.alert::before {
  content: "";
}

#features .bg {
  height: auto;
  position: relative;
}
#features .bg::before {
  content: "";
  display: block;
  width: 100vw;
  background-color: #F8F8F8;
  z-index: -1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  #features .bg::before {
    height: calc(100% + 40px);
  }
}
#features .bg.bg-left::before {
  width: 60vw;
}
@media (min-width: 768px) {
  #features .bg.bg-left::before {
    right: 25vw;
  }
}
#features .bg.bg-right::before {
  width: 60vw;
}
@media (min-width: 768px) {
  #features .bg.bg-right::before {
    left: 25vw;
  }
}

.btn__beginner {
  min-height: 80px;
  max-width: 600px;
  line-height: 80px;
  transition: all 0.5s 0s ease;
  background: linear-gradient(90deg, rgba(255, 243, 224, 0.5), rgb(255, 243, 224));
  position: relative;
  width: 80%;
}
@media (min-width: 576px) {
  .btn__beginner {
    min-width: 320px;
  }
}
.btn__beginner::after {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
.btn__beginner:hover::after {
  right: 0.5em !important;
}

.btn__balloon__wrap {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.btn__balloon__wrap .btn__balloon {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  padding: 0 5px;
  line-height: 1em;
  color: white;
  font-size: 0.85em;
  font-weight: bold;
  background: #333;
  border-radius: 20px;
  padding: 0.5em 1.5em;
  box-sizing: border-box;
  border: 3px solid white;
  animation: 1.5s ease-in-out infinite alternate anim_v;
}
.btn__balloon__wrap .btn__balloon:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -10px;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  border-left: 10px solid transparent;
}
.btn__balloon__wrap .btn__balloon:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -10px;
  border-right: 10px solid transparent;
  border-top: 10px solid #333;
  border-left: 10px solid transparent;
}
@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 8px);
  }
}

.leading_ballon {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.leading_ballon .leading_ballon_inner {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  padding: 0 5px;
  line-height: 1em;
  color: #333;
  font-size: 1.25em;
  font-weight: bold;
  background: #fff3e0;
  border-radius: 8px;
  padding: 0.5em 1.5em;
  box-sizing: border-box;
  animation: 1.5s ease-in-out infinite alternate anim_v;
}
.leading_ballon .leading_ballon_inner:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -10px;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff3e0;
  border-left: 10px solid transparent;
}
@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 8px);
  }
}

@media (min-width: 576px) {
  .ect-vertical-card .entry-card-wrap {
    padding: 16px;
    width: 45%;
  }
}
@media (min-width: 768px) {
  .ect-3-columns .entry-card-wrap {
    padding: 16px;
    width: 30%;
  }
}
.rounded-1 {
  border-radius: 8px;
}

.rounded-2 {
  border-radius: 16px;
}

.rounded-3 {
  border-radius: 24px;
}

.font-1 {
  font-family: "Noto Sans JP", sans-serif;
}

.text-edging {
  color: white;
  text-shadow: 1px 1px 1px #fd7e14, -1px -1px 1px #fd7e14, -1px 1px 1px #fd7e14, 1px -1px 1px #fd7e14, 1px 0 1px #fd7e14, -1px 0 1px #fd7e14, 0 1px 1px #fd7e14, 0 -1px 1px #fd7e14;
}

#shower .shower-img {
  position: relative;
}
#shower .shower-img::after {
  position: absolute;
  bottom: 1em;
  padding: 0.5em 1em;
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
}
#shower .shower-img.shower-before .shower-before-inner {
  left: 0;
  background-color: #fff3e0;
  border-radius: 50%;
  color: #333;
  position: absolute;
  bottom: 1em;
  padding: 1rem 1.25rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  #shower .shower-img.shower-before .shower-before-inner {
    font-size: 1.3em;
  }
}
#shower .shower-img.shower-before .shower-before-inner > div {
  line-height: 1;
}
#shower .shower-img.shower-after .shower-after-inner {
  right: 0;
  border-radius: 50%;
  background-color: #fd7e14;
  color: white;
  position: absolute;
  bottom: 1em;
  padding: 1rem 1.25rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  #shower .shower-img.shower-after .shower-after-inner {
    font-size: 1.3em;
  }
}
#shower .shower-img.shower-after .shower-after-inner > div {
  line-height: 1;
}
#shower .shower-img .photo-date {
  background-color: white;
  color: #333;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 4px 0 0;
}
#shower .shower-img .photo-date > div {
  line-height: 1;
}
#shower .shower-pr {
  animation: 1.5s ease-in-out infinite alternate anim_v;
}
@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 20px);
  }
}
#shower .shower-pr .shower-pr-img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 200px;
  max-height: 200px;
}
#shower .shower-pr .shower-pr-balloon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25em;
  min-width: 240px;
}
#shower .shower-pr .shower-pr-balloon .inner {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  padding: 0 5px;
  line-height: 1em;
  color: white;
  font-size: 0.85em;
  font-weight: bold;
  background: #fd7e14;
  border-radius: 20px;
  padding: 0.5em 1.5em;
  box-sizing: border-box;
  border: 3px solid white;
}
#shower .shower-pr .shower-pr-balloon .inner:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -10px;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  border-left: 10px solid transparent;
}
#shower .shower-pr .shower-pr-balloon .inner:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -10px;
  border-right: 10px solid transparent;
  border-top: 10px solid #fd7e14;
  border-left: 10px solid transparent;
}
#shower .shower-pr-img-dt {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 120px;
  max-height: 120px;
}
#shower .shower-balloon .anim_v {
  animation: 1.5s ease-in-out infinite alternate anim_v;
}
@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 20px);
  }
}
#shower .shower-balloon .line-says {
  display: inline-block;
  position: relative;
  padding: 0.5em 1em;
  border-radius: 12px;
  background: #fd7e14;
  margin-top: 1em;
}
@media (min-width: 576px) {
  #shower .shower-balloon .line-says {
    margin-top: 2em;
  }
}
#shower .shower-balloon .line-says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  border: 8px solid transparent;
  border-right: 18px solid #fd7e14;
}
#shower .shower-balloon .line-says p {
  color: white;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 1.1em;
}
#shower .shower-balloon .line-says.left:after {
  left: -19px;
  transform: rotate(35deg);
}
#shower .shower-balloon .line-says.right:after {
  right: -19px;
  transform: rotate(145deg);
}
#shower .shower-balloon img {
  max-width: 120px;
  border-radius: 50%;
}
#shower .line-balloon {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
  animation: 1.5s ease-in-out infinite alternate anim_v;
}
@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 20px);
  }
}
#shower .line-balloon .faceicon {
  float: left;
}
#shower .line-balloon .faceicon img {
  width: 80px;
  height: auto;
  border-radius: 50%;
}
#shower .line-balloon .chatting {
  width: 100%;
  text-align: left;
}
#shower .line-balloon .chatting .says {
  display: inline-block;
  position: relative;
  margin: 18px 0 0 40px;
  padding: 12px;
  border-radius: 12px;
  background: #fd7e14;
  max-width: calc(100% - 130px);
}
#shower .line-balloon .chatting .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #fd7e14;
  transform: rotate(35deg);
}
#shower .line-balloon .chatting .says p {
  color: white;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 1.1em;
}
#shower .line-balloon .chatting .says-sp {
  margin-left: 120px;
}
@media (min-width: 576px) {
  #shower .line-balloon .chatting .says-sp {
    margin-left: 40px;
  }
}
#shower .line-balloon.mycomment .faceicon {
  float: right;
}
#shower .line-balloon.mycomment .chatting .says {
  margin: 18px 0 0 0;
}
@media (min-width: 768px) {
  #shower .line-balloon.mycomment .chatting .says {
    margin-left: 80px;
  }
}
#shower .line-balloon.mycomment .chatting .says:after {
  right: -19px;
  left: unset;
  transform: rotate(145deg);
}

/* print用 */
@media print {
  .no-sidebar .wrap,
  .wrap {
    width: auto;
  }
  #container .main, #container .content, #container .wrap {
    margin: 0 auto;
  }
  .no-print {
    display: none;
  }
  .full-width,
  .full-width-m {
    margin: 0;
    padding: 0;
  }
  .slider-produce li {
    display: inline-block;
    width: 25%;
  }
}/*# sourceMappingURL=style.css.map */