﻿@charset "UTF-8";
/*————————————————————————————————————————————

リセットCSS

———————————*/
#yukemuri div, #yukemuri dl, #yukemuri dt, #yukemuri dd, #yukemuri ul, #yukemuri ol, #yukemuri li, #yukemuri h1, #yukemuri h2, #yukemuri h3, #yukemuri h4, #yukemuri h5, #yukemuri h6, #yukemuri pre, #yukemuri form, #yukemuri fieldset, #yukemuri input, #yukemuri textarea, #yukemuri p, #yukemuri blockquote, #yukemuri th, #yukemuri td {
  margin: 0;
  padding: 0;
}
#yukemuri ul li {
  list-style: none;
}
#yukemuri fieldset, #yukemuri img, #yukemuri abbr, #yukemuri acronym {
  border: 0;
}
#yukemuri address, #yukemuri caption, #yukemuri cite, #yukemuri code, #yukemuri dfn, #yukemuri em, #yukemuri strong, #yukemuri th, #yukemuri var {
  font-style: normal;
  font-weight: normal;
}
#yukemuri strong {
  font-weight: bold;
}
#yukemuri h1, #yukemuri h2, #yukemuri h3, #yukemuri h4, #yukemuri h5, #yukemuri h6 {
  font-size: 1em;
  font-weight: normal;
}
#yukemuri * {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#yukemuri * html body, #yukemuri *:first-child + html body {
  font-size: 82%;
}
#yukemuri *:before, #yukemuri *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#yukemuri *,
#yukemuri *::before,
#yukemuri *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#yukemuri ul,
#yukemuri ol {
  padding: 0;
}
#yukemuri body,
#yukemuri h1,
#yukemuri h2,
#yukemuri h3,
#yukemuri h4,
#yukemuri p,
#yukemuri ul,
#yukemuri ol,
#yukemuri li,
#yukemuri figure,
#yukemuri figcaption,
#yukemuri blockquote,
#yukemuri dl,
#yukemuri dd {
  margin: 0;
}
#yukemuri body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
#yukemuri ul,
#yukemuri ol {
  list-style: none;
}
#yukemuri a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
#yukemuri img {
  max-width: 100%;
  display: block;
height: 100%;
}
#yukemuri input,
#yukemuri button,
#yukemuri textarea,
#yukemuri select {
  font: inherit;
  border: none;
}

a {
  text-decoration: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

picture {
  width: 100%;
  display: block;
}

/*————————————————————————————————————————————

ベースとなるCSS

———————————*/
#yukemuri h2 {
  font-size: 68px;
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: none!important;
}
#yukemuri h2 span.SubTitle {
  font-size: 14px;
  margin-bottom: 10px;
}
#yukemuri .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#yukemuri .lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 80px;
  text-align: center;
}
#yukemuri .text {
  /* text-align: justify; */
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#yukemuri .main-visual {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #yukemuri .main-visual {
    margin-bottom: 30px;
  }
}
#yukemuri picture {
  display: block;
  margin-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  #yukemuri ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media screen and (min-width: 1025px) {
  #yukemuri ul li {
    width: calc(100% / 3 - 20px);
    margin-right: 30px;
    margin-bottom: 60px;
  }
  #yukemuri ul li:nth-of-type(3n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1024px) {
  #yukemuri ul li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #yukemuri ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #yukemuri ul li a .ImgBlock {
    width: calc(100% / 2 - 20px);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 0;
  }
  #yukemuri ul li a .TextBlock {
    width: calc(100% / 2 + 10px);
  }
  #yukemuri ul li a .TextBlock .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 1.2;
  }
  #yukemuri ul li a .TextBlock .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1024px) {
  #yukemuri {
    width: 100%!important;
    /* padding: 20px 10px 0px 10px; */
  }
}

#yukemuri h2.title {
  font-size: 68px;
  position: relative;
  margin-bottom: 40px;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  #yukemuri h2.title {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 1.2;
}
}
#yukemuri h2.title .SubTitle {
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transform: translate(-8px, 0);
  transform: translate(0, -100%);
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #yukemuri h2.title .SubTitle {
    font-size: 12px;
  }
}
#yukemuri .text.lead {
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 1024px) {
  #yukemuri .text.lead {
    margin-bottom: 60px;
  }
}
#yukemuri .CardBlock {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #yukemuri .CardBlock {
    margin-bottom: 60px;
  }
}
#yukemuri .CardBlock a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #yukemuri .CardBlock a{
    display: flex;
  }
}
#yukemuri .CardBlock a:hover {
  opacity: 0.6;
}
#yukemuri .CardBlock .ImgBlock {
  background-image: url(/-/media/Images/oita-press/contents/yukemuri/no-image.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding-top: 66.6%;
}
@media screen and (max-width: 1024px) {
  #yukemuri .CardBlock .ImgBlock {
    padding-top: 29%;
  }
}
@media screen and (min-width: 1025px) {
  #yukemuri .CardBlock .ImgBlock {
    width: 100%;
  }
}
#yukemuri .CardBlock .ImgBlock img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
#yukemuri .CardBlock .TextBlock .title {
  color: #000000;
}
@media screen and (max-width: 1024px) {
  #yukemuri .CardBlock .TextBlock .title {
    overflow: hidden;
    max-height: 1.2em;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#yukemuri .CardBlock .TextBlock .text {
  color: #8E8E8E;
}
@media screen and (max-width: 1024px) {
  #yukemuri .CardBlock .TextBlock .text {
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  #yukemuri .MembersBlock .Members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#yukemuri .MembersBlock .Members picture {
  border: 1px solid #E0E0E0;
}
#yukemuri .MembersBlock .Members .ImgBlock {
  margin-bottom: 12px;
}
#yukemuri .MembersBlock .Members .TextBlock a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#yukemuri .MembersBlock .Members .TextBlock a:hover {
  opacity: 0.6;
}
#yukemuri .MembersBlock .Members .TextBlock .title {
  color: #00A0E8;
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
}
#yukemuri .MembersBlock .Members .TextBlock .title span.HpLink {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: baseline;
  margin-left: 4px;
  background-image: url(/-/media/Images/oita-press/contents/yukemuri/new-window.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
  #yukemuri .MembersBlock .Members li {
    width: calc(100% / 5 - 14px);
    margin-right: 14px;
    margin-bottom: 40px;
  }
  #yukemuri .MembersBlock .Members li:nth-of-type(3n) {
    margin-right: 14px;
  }
  #yukemuri .MembersBlock .Members li:nth-of-type(5n) {
    margin-right: 0px;
  }
}
#yukemuri .MembersBlock .Members li .TextBlock .text {
  word-break: break-all;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #yukemuri .MembersBlock .Members li {
    width: 48%;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 4%;
  }
  #yukemuri .MembersBlock .Members li:nth-of-type(2n) {
    margin-right: 0;
  }
  #yukemuri .MembersBlock .Members li .ImgBlock {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #yukemuri .MembersBlock .Members li .TextBlock {
    width: 100%;
  }
  #yukemuri .MembersBlock .Members li .TextBlock .text {
    word-break: break-all;
    margin-bottom: 0;
  }
}
#yukemuri #google-map {
  background-color: #D1D1D1;
  width: 100%;
  height: 500px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #yukemuri #google-map {
    margin-bottom: 40px;
  }
}
#yukemuri .gm-style-iw-d {
  overflow: hidden !important;
}
#yukemuri .gm-style .gm-style-iw-t::after {
  content: none !important;
}
#yukemuri .balloon {
  width: 270px;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  #yukemuri .balloon {
    width: 90%;
  }
}
#yukemuri .balloon p {
  font-size: 14px;
  margin-bottom: 14px;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  #yukemuri .balloon p {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
#yukemuri .balloon h2 {
  font-weight: bold;
  margin-bottom: 14px;
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  #yukemuri .balloon h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#yukemuri .balloon a {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  background: #00A0E8;
}
@media screen and (max-width: 1024px) {
  #yukemuri .balloon a {
    padding: 4px 0;
  }
}
#yukemuri .gm-svpc {
  display: none;
}
#yukemuri .gm-style-mtc {
  display: none;
}
/*# sourceMappingURL=yukemuri.css.map */