@charset "utf-8";
/* CSS Document */


.optimal {
  background-image: url(/img/optimal.jpg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4em 0px;
  background-position: center 59%;
  margin: 20px 0px;
}
.optimal_02 {
  background: none;
  width: 100%;
  padding: 0;
  margin: 0 0 40px !important;
}
.optimal_wrapper {
  background-color: rgba(255, 255, 255, 0.5);
  width: 95%;
  border-radius: 8px;
  padding: 31px;
  margin: auto;
}
.optimal_02 .optimal_wrapper {
  width: 100%;
  padding: 20px;
}
.optimal_02 .optimal_wrapper li {}
.optimal_wrapper li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.2em;
}
.detailed_information {
  margin-top: 1em;
  /* line-height: 1.8; */
}
.detailed_information span {
  font-size: 80%;
}
.cautionary {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  width: 95%;
  margin: 1.8em auto;
  font-size: 160%;
}
@media screen and (min-width: 1024px) {
  .optimal {
    margin: 40px 0 0;
  }
  .optimal_02 ul {
    width: fit-content;
    margin: auto;
  }
  .optimal_wrapper {
    /* margin-left: 2.5%; */
    width: fit-content;
  }
  .cautionary {
    width: 80%;
    font-size: 200%;
  }
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  margin: 20px 0;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .gmap {
    padding-bottom: 25%;
  }
}
.tit_D {
  border-bottom: 1px solid #666;
  margin: 30px 0 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  font-family: 'Noto Serif JP', serif;
}
.tit_C {
  border-bottom: 1px solid #666;
  margin-top: 1.8em;
  margin-bottom: 0.5em;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  padding-bottom: 0.2em;
  letter-spacing: 0.1em;
}
.tit_G {
  font-size: 400%;
  font-family: 'Oswald', sans-serif;
}
.tit_G span {
  font-size: 34%;
  border: 1px solid #F00;
  color: #F00;
  padding: 0.2em 0.4em;
}
.tit_G {
  margin: 0.5em 0;
}
.tit_G span {
  margin-left: 1em;
}
@media screen and (min-width: 1024px) {
  .tit_G {
    margin: 1em 0;
  }
  .tit_D {
    margin: 20px auto 30px;
    text-align: left;
    font-size: 24px;
  }
}
.prof_box {
  display: grid;
}
.prof_box li {
  flex-direction: column-reverse
}
.link_wrapper {}
.prof_box .link_blank a {
  margin: 1em 0 0 0;
  display: block;
}
.p_t {
  margin-bottom: 1em;
}
.profile_wrapper {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .prof_box li {
    width: 100%;
  }
  .prof_box li:first-child {
    order: 2;
  }
  .prof_box li:last-child {
    order: 1;
  }
  .prof_box.acco li img {
    width: 50%;
    margin: 0 auto 2em;
    text-align: center;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .prof_box {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2%;
  }
  .prof_box li {
    flex-direction: column
  }
  .prof_box li:first-child {
    width: 38%;
  }
  .prof_box.acco li:first-child {
    width: 74%;
  }
  .prof_box li:last-child {
    width: 60%;
  }
  .prof_box.acco li:last-child {
    width: 24%;
  }
  .profile_wrapper { /* margin-bottom: 65px; */
  }
}
.imgbox {
  margin: 20px 0 0px;
}
.green {
  position: relative;
  height: 13vh;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.green img {
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  margin: auto;
}
.imgbox p {
  text-align: center;
  /* font-family: 'Noto Serif JP', serif; */
  /* font-size: 110%; */
  /* width: 90%; */
  margin: auto;
}
h4 {
  border-bottom: 1px solid #666;
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (min-width: 1024px) {
  h3 {
    /* margin: 20px auto 30px; */
    /* font-size: 24px; */
    /* text-align: left; */
  }
  h4 {
    font-size: 22px;
    margin: 20px 0;
  }
  .imgbox {
    margin: 30px 0 30px;
  }
  .imgbox p {
    /* line-height: 2; */
    width: 100%;
  }
}
.explanation {
  margin-bottom: 20px;
  overflow: hidden;
}
.explanation ul {
  text-align: center;
  margin-top: 30px;
}
.explanation ul li:first-child {
  width: 60%;
  margin: auto;
}
.explanation ul li dt {
  border-bottom: 1px solid #666;
  font-weight: bold;
  padding-bottom: 0.4em;
  margin-bottom: 0.4em;
  font-size: 130%;
  font-family: 'Noto Serif JP', serif;
}
.explanation ul li dt span {
  font-size: 80%;
  display: block;
}
.explanation ul li dd {
  /* width: 85%; */
  margin: 0 auto 0.5em;
}
.profile_wrapper {}
@media screen and (min-width: 1024px) {
  .explanation {
    overflow: hidden;
  }
  .explanation ul {
    float: left;
    width: 50%;
  }
  .explanation ul li {
    width: 48% !important;
    text-align: left;
    float: right;
  }
  .explanation ul li:first-child {
    width: 100%;
    margin: auto;
    float: left;
  }
  .explanation ul li dl {
    width: 90%;
  }
  .explanation ul li dd {
    width: 100%;
  }
}
.surround {
  border: double #433333;
  padding: 2em;
  text-align: center;
  font-size: 109%;
  margin-bottom: 9vh;
}
.surround a {
  border-bottom: 1px solid #949494;
}
.surround_box {
  margin-bottom: 1em;
  font-family: 'Noto Serif JP', serif;
}
.workshop_top.contact_top {
  height: 70px;
}
.workshop_top {
  position: relative;
}
.workshop_top .key_text_01 {
  position: absolute;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  color: #fff;
  background-color: rgb(246 61 61 / 20%);
  width: max-content;
  top: 0;
  left: 0;
  width: 100%;
  padding: 90px 0 10px;
  /* -webkit-transform: translate(-50%, -50%); */
  -ms-transform: translate(-50%, -50%);
}
.workshop_top .key_text_01 .text_en {
  /* font-size: 103%; */
}
.workshop_top .key_text_01 .text_en + .text_jp {}
.workshop_top .key_text_01 .text_jp {
  font-size: 120%;
}
@media screen and (min-width: 1024px) {
  .workshop_top .key_text_01 {
    top: 35%;
    padding: 10px;
    width: fit-content;
  }
  .workshop_top .key_text_01 .text_en {
    letter-spacing: 0.1em;
    /* font-size: 100%; */
  }
  .workshop_top .key_text_01 .text_jp {
    font-size: 140%;
    letter-spacing: 0.1em;
  }
  .surround_box {
    width: 80%;
    margin: auto;
  }
}
.tit_A {
  border-bottom: 1px solid #666;
  margin: 20px 0 10px;
  line-height: 1.2;
  font-size: 132%;
  font-weight: bold;
  padding-bottom: 5px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
.sub_titA {
  font-size: 130%;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  margin: 0.5em 0 1em;
  text-align: center;
  line-height: 1.2;
}
.gaiyou {
  margin-top: 1em;
}
.ploglam {
  margin: 0.8em 0;
}
.ploglam p {
  font-weight: bold;
  color: #222;
}
.planbox {
  border: 1px solid #333;
  border-bottom: none;
  margin-bottom: 1.3em;
  width: 100%;
}
.hayawari {}
.planbox p {
  text-align: center;
  padding: 0.2em;
  font-size: 90%;
  border-bottom: 1px solid #333;
}
.planbox p span {
  font-size: 110%;
  margin-left: 1em;
}
.hayawari p {
  text-decoration: line-through;
}
.hayawari p span {}
.red {
  border: 1px solid #ff6161;
  color: #ff6161;
  padding: 0.2em 0.8em;
  display: inline-block;
  margin-bottom: 0.5em;
  margin-right: 0.4em;
}
.normal {
  border: 1px solid #509c32;
  color: #509c32;
  padding: 0.2em 0.8em;
  display: inline-block;
  margin-bottom: 0.5em;
  margin-right: 0.4em;
}
.normal_2 {
  border: 1px solid #383737;
  color: #383737;
  padding: 0.2em 0.8em;
  display: inline-block;
  margin-bottom: 0.5em;
  margin-right: 0.4em;
}
.place {
  margin-top: 2em;
}
.place span {
  font-size: 80%;
}
.borderlink {
  border-bottom: 1px dotted #666;
}
.naze {
  margin-top: 1em;
}
@media screen and (min-width: 1024px) {
  .planbox {
    border: none;
  }
  .planbox p {
    border: none;
    text-align: left;
  }
  .tit_hayawari {
    border-bottom: 1px solid #666;
    margin-bottom: 0.5em;
  }
  .detailed_information .line {
    margin-bottom: 0.5em;
  }
  /* .line */
  p.tit_hayawari {}
  .tit_A {
    margin: 20px 0 20px;
    font-size: 190%;
  }
  .sub_titA {
    font-size: 170%;
    margin-bottom: 30px;
  }
}
.line {
  margin-bottom: 0.5em;
  font-size: 110%;
  font-weight: bold;
  border-bottom: 4px double #666;
}
.tit_H {
  border-bottom: 1px solid #666;
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  font-family: 'Noto Serif JP', serif;
}
.flow ul {
  padding-left: 1.5em;
}
.flow li {
  list-style-type: decimal;
  margin-bottom: 0.5em;
}
.schedule dl {
  font-size: 80%;
}
.schedule dt span {
  font-size: 115%;
  margin-right: 0.5em;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .flow ul {
    width: fit-content;
    margin: 0 auto 5em;
  }
  .tit_H {
    font-size: 22px;
    margin: 20px 0;
  }
}
.cardlink a {
  color: #222;
}
.cardlink ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
  margin-top: 1em;
}
.cardlink ul li {
  width: 49%;
  margin-bottom: 2%;
}
.cardlink ul li dt {
  /* position: relative; */
  margin-bottom: 0.5em;
}
.cardlink ul li dt img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
}
.cardlink ul li dd {
  font-size: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cate-card {
  font-size: 90%;
  border: 1px solid #969696;
  /* border-radius: 4px; */
  width: fit-content;
  padding: 0.2em 0.5em;
  margin: 0.2em 0.5em 2em 0;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .cardlink ul li {
    width: 23.5%;
  }
}
/*
.workshop_top 
-------------------------------------------*/
.workshop_top {
  position: relative;
  background-image: url("/workshop/img/lovemynature.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  /* margin-bottom: 15px; */
  height: 80vh;
  max-height: 400px;
}
.cardlink li:first-child {width: 100%;}
.fin {width: 100%;margin: 0 0 2em auto;border: 1px solid #666;padding: 2% 5%;text-align: center;}
@media screen and (min-width: 1024px) {
  .workshop_top {
    /* margin-bottom: 30px; */
    /* max-height: 400px; */
  }
    .cardlink li:first-child {height: 600px;position: relative;margin-bottom: 5em;}
    .cardlink ul li:first-child dt {
    position: relative;
    height: 600px;
    width: 100%;
    overflow: hidden;
}
    .cardlink ul li:first-child dt img {position: absolute;top: 0;height: auto;}

}