@charset "UTF-8";
body {
  color: #000;
  /* font-family: "YakuHanJP", Lato, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo", "メイリオ", sans-serif; */
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}


a {
  color: #11a84f;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* border-bottom: 1px solid #e97f05; */
}

a:hover {
  color: #11a84f;
}

img {
  max-width: 100%;
  height: auto;
}

.ja {
  /* font-family: "YakuHanJP", Lato, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo", "メイリオ", sans-serif; */
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.en {
  font-family: "YakuHanJP", "Cormorant Garamond", "sans-serif";
  text-transform: uppercase;
}

html {
  scroll-behavior: smooth;
}
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #11a84f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #11a84f;
  border-right: 3px solid #11a84f;
  transform: translateY(20%) rotate(-45deg);
}


/* header
----------------------------------*/

.ly_header {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  /* background-color: #ef7836; */
}

.ly_header_inner {
  width: calc(100% - 32px);
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* .ly_header_siteLogo {
  width: 300px !important;
  display: block;
  margin: 20px auto;
} */

#logo {
  width: 300px;
  display: block;
  margin: 20px auto;
}

@media screen and (max-width: 425px) {
  #logo {
    width: 180px;
    display: block;
    margin: 10px auto;
  }
}


.ly_header_siteLogo > a {
  display: block;
  width: 100%;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .ly_header_siteLogo > a:hover {
    opacity: 0.7;
  }
}
.ly_header_siteLogo > a > img {
  display: block;
  width: 100%;
}
.ly_header_btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 35px;
  padding: 3px 6px 2px 6px;
  background-color: #fcd000;
  border-radius: 25px;
  border: 4px solid #fff;
  text-decoration: none;
  transition: opacity 0.3s;
  font-size: 1.3rem;
  line-height: 1.3076923077;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .ly_header_btn > a {
    min-width: 166px;
    min-height: 50px;
    font-size: 1.6rem;
    line-height: 1.3125;
  }
}
@media (hover: hover) {
  .ly_header_btn > a:hover {
    opacity: 0.7;
  }
}

/* navi
----------------------------------*/
header nav{
  background: #DDEEDA;
  text-align: center;
  padding: 17px 0;
  }
  header nav ul li:last-of-type{
  border-right:none;
  padding: 0;
  margin: 0;
  }
  @media screen and (min-width: 1024px) {
  header nav ul{
  display: flex;
  justify-content: center;
  }
  header nav ul li{
  border-right:#333 1px solid;
  padding-right: 20px;
  margin-right: 20px;
  }
  }
  @media screen and (max-width: 768px) {
  header nav{
  padding:10px 0 10px;
  }
  header nav ul{
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  }
  header nav ul li{
  flex-basis:calc(100% / 2);
  max-width:calc(100% / 2);
  margin-bottom: 5px;
  }
  header nav ul li:nth-of-type(1),
  header nav ul li:nth-of-type(3){
  border-right:#333 1px solid;
  }
  }

/* firstview
----------------------------------*/
#firstview {
  background-image: url(../img/firstview_bg.jpg);
  background-size: cover;
}

#firstview span {
  float: left;
  z-index: 99999;
  position: relative;
}

#firstview span img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #firstview span img {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  #firstview span {
    display: none;
  }
}

.firstview-img {
  width: 740px;
display: block;
margin: 0px auto;
padding-top: 40px;
padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .firstview-img {
    width: 100%;
    padding-top: 0px;
padding-bottom: 20px;
  }
}


/* backgrand
----------------------------------*/

.bg {
background-color: #daecd7;
}

.bg_common {
  padding-top: 80px;
}

@media screen and (max-width: 1024px) {
  .bg_common {
    padding-top: 50px;
  }
}

@media screen and (max-width: 425px) {
  .bg_common {
    padding-top: 20px;
  }
}

/* size
----------------------------------*/

.single_01 {
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .single_01 {
    max-width: 95%;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 425px) {
  .single_01 {
  padding-bottom: 20px;
  }
}


.spbr {
  display: none;
}

@media screen and (max-width: 768px) {
  .spbr {
    display: block;
  }
}

.boxA {
  width: 1200px;
  padding: 40px;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 40px;
}

@media screen and (max-width: 1024px) {
  .boxA {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .boxA {
    padding: 20px;
  }
}


/*midashi
----------------------------------*/

.midashi_01 {
  position: relative;
  padding: 1rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 40px;
  color: #11a84f;
}

@media screen and (max-width: 768px) {
  .midashi_01 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 425px) {
  .midashi_01 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}


.midashi_02 {
  font-size: 3rem;
  font-weight: normal;
  padding: 15px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-bottom: 40px;
  text-align: center;
}

.midashi_03 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #ee7836;
  padding-top: 50px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.midashi_03_sub {
  position: absolute;
  font-size: 2rem;
  border-bottom: 3px dotted #feca87;
  border-bottom-width: 4px;
}

.midashi_04 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #ee7836;
  border-bottom: 1px solid #ee7836;
  margin-bottom: 30px;
  text-align: center;
  width: auto;
}

.midashi_05 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .midashi_02, .midashi_03, .midashi_04, .midashi_05 {
    font-size: 2rem;
  }
  .midashi_03_sub {
    font-size: 1.6rem;    
  }
}

@media screen and (max-width: 425px) {
  .midashi_02, .midashi_03, .midashi_04, .midashi_05 {
    font-size: 1.6rem;
  }
  .midashi_03_sub {
    font-size: 1.4rem;    
  }
}



/* contents
----------------------------------*/

.contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
  border-bottom: 3px dotted #feca87;
  border-bottom-width: 4px;
}

@media screen and (max-width: 425px) {
  .contents-wrap {
    margin-bottom: 20px;
  }
}

.contents-wrap:last-child {
  margin-bottom: 0px;
}

.contents-wrap:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.contents-text {
  width: 65%;
  margin-bottom: 80px;
}

@media screen and (max-width: 425px) {
  .contents-text {
    margin-bottom: 20px;
  }
}


.contents-img {
  width: 30%;
}

.contents-img img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .contents-wrap, .contents-wrap:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contents-text, .contents-img {
    width: 100%;
  }
  .contents-text {
    padding: 10px;
  }

  .contents-img img {
    width: 200px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 425px) {
  .contents-img img {
    width: 100px;
  }
}


/* voice
----------------------------------*/

.column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column2 .child {
  width: 48.44%;
  margin: 0 3% 3% 0;
}

.column2 .child:nth-child(2n) {
  margin: 0 0 3% 0;
}

@media screen and (max-width: 768px) {
  .column2 {
    margin-bottom: 0;
  }
  .column2 .child {
    width: 100%;
    margin: 0 0 50px;
  }
  .column2 .child:nth-child(2n) {
    margin: 0 0 50px;
  }
  .column2 .child:last-child {
    margin: 0;
  }
}


.column3 {
  width: 768px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column3 .child {
  width: 31%;
  margin: 0 3% 3% 0;
}

.column3 .child:nth-child(3n) {
  margin: 0 0 3% 0;
}

@media screen and (max-width: 768px) {
  .column3 {
    width: 100%;
    margin-bottom: 0;
  }
  .column3 .child {
    width: 48.44%;
    margin: 0 3% 3% 0;
  }
  .column3 .child:nth-child(2n) {
    margin: 0 0 50px;
  }
  .column3 .child:last-child {
    margin: 0;
  }
}



.column4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /* justify-content: space-between; */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column4 .child {
  width: 22%;
  margin: 0 3% 3% 0;
}

.column4 .child:nth-child(4n) {
  margin: 0 0 3% 0;
}

@media screen and (max-width: 768px) {
  .column4 {
    width: 100%;
    margin-bottom: 0;
  }
  .column4 .child {
    width: 48.44%;
    margin: 0 3% 3% 0;
  }
  .column4 .child:nth-child(2n) {
    margin: 0 0 50px;
  }
  .column4 .child:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 425px) {
  .column4 .child {
    width: 100%;
    margin: 0 0 50px;
  }
}

.voice{
  position: relative;
  padding: 20px 20px 20px 60px;
  border-radius: 40px;
  background-color: #fdf5ef;
  margin-left: 110px; 
  max-height: 300px;
  border: 3px solid #feca87;
}
.voice .icon{
  position: absolute;
  left: -80px;
  top: -5;
  align-items: flex-start;
}

.fleft {
  float: left;
  display: inline;
  margin: 0 10px 10px 10px;
  text-align: center;
  z-index: 999;
  clear: both;
}

@media screen and (max-width: 768px) {
  .fleft {
    float: none;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 425px) {
  .voice{
    padding: 10px 10px 10px 30px;
  }
  .voice .icon{
    left: -100px;
    width: 80px;
  }
}


/* schedule
----------------------------------*/

.schedule {
  max-width: 980px;
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
}

.schedule li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  font-size: 1.6rem;
  -webkit-box-shadow: 0 0 30px rgba(141, 141, 141, 0.1);
          box-shadow: 0 0 30px rgba(141, 141, 141, 0.1);
        }

.schedule .schedule__title {
  width: 140px;
  width: 20%;
  background-color: #ee7836;
  padding: 10px 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 2rem;
}

.schedule .schedule__txt {
  padding: 10px 20px;
  width: 80%;
  font-size: 2rem;
}

.schedule .schedule__txt span {
  font-size: 1.6rem;
}

@media all and (max-width: 768px) {
  .schedule .schedule__title {
    font-size: 1.6rem;
  }
  .schedule .schedule__txt {
    font-size: 1.6rem;
  }
  .schedule .schedule__txt span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 425px) {
  .schedule .schedule__title {
    font-size: 1.4rem;
    width: 35%;
  }
  .schedule .schedule__txt {
    font-size: 1.4rem;
    width: 65%;
  }
  .schedule .schedule__txt span {
    font-size: 1.2rem;
  }
}


/* program
----------------------------------*/

.program_box {
  padding: 40px;
  background-color: #fff;
  border-radius: 40px;
  margin-bottom: 20px;
}

.program_box:last-child {
  margin-bottom: 0px;
}

.program {
  border-collapse: collapse;
  width: 100%;
}
.program th, .program td {
  border: 2px solid #ee7835;
  padding: 1em;
}
.program th {
  background-color: #fcf5ee;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}

@media all and (max-width: 425px) {
  .program th {
    width: 30%;
  }
}

.pp {
  width: 100%;
  margin-bottom: 7px;
  border-radius: 25px;
  background-color: #ffffff;
}

.pp summary {
  padding: 1em 2em 1em 3em;
  color: #ee7835;
  font-weight: 600;
  cursor: pointer;
  font-size: 2rem;
  text-align: center;
}

@media all and (max-width: 768px) {
  .pp summary {
    font-size: 1.8rem;
  }
}

@media all and (max-width: 425px) {
  .pp summary {
    font-size: 1.4rem;
  }
}


.pp[open] summary::after {
  transform: rotate(225deg);
}

.pp div {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 3em 1.5em;
  color: #333;
  transition: transform .5s, opacity .5s;
}

.pp[open] div {
  transform: none;
  opacity: 1;
}

@media all and (max-width: 425px) {
  .pp div {
    padding: 10px;
  }
}


/* step
----------------------------------*/

.step_design {
  display: flex;
  justify-content: center;
  align-items: center;
}

.step_design ul {
  width: 100%;
  padding: 0;
}

.step_design li {
  list-style-type: none;
}

.step_design dd {
  margin-left: 0;
}

.step > li {
  padding: 40px 10px;;
}

.step > li:not(:last-child) {
  border-bottom: 3px solid #feca87;
  position: relative;
}

.step > li:not(:last-child)::before,
.step > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.step > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: #feca87;
}

.step > li:not(:last-child)::after {
  border-width: 18px;
  border-top-color: #fff;
}

.step > li dl {
  margin: 0;
}

.step > li dl dt {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
}

@media all and (max-width: 768px) {
  .step > li dl dt {
    font-size: 2rem;
  }
}

@media all and (max-width: 425px) {
  .step > li dl dt {
    font-size: 1.6rem;
  }
}

.step > li dl dt .icon {
  font-size: 1.6rem;
  color: #fff;
  background: #ee7835;
  padding:15px 5px 5px;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 1.3;
  display: inline-block;
  margin-right: 1.5em;
  border-radius: 100px;
}

@media all and (max-width: 425px) {
  .step > li dl dt .icon {
    font-size: 1.2rem;
    padding:10px 5px 5px;
    width: 50px;
    height: 50px;
    line-height: 1.3;
    margin-right: 1.5em;
  }
}

.orange {
  color: #e97f05;
}


/* contact
----------------------------------*/

.contact_box {
  padding: 20px;
  background-color: #fff;
  border-radius: 40px;
  margin-bottom: 20px;
}

.contact_tel {
  padding: 5px;
  background-color: #e97f05;
  border-radius: 40px;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
}


/* Q＆A
----------------------------------*/

.qa-1 {
  width: 100%;
  margin-bottom: 7px;
  border: 1px solid #cccccc;
  border-radius: 25px;
}

.qa-1 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #000000;
  font-weight: 600;
  cursor: pointer;
  font-size: 2rem;
}

.qa-1 summary::-webkit-details-marker { display: none }

@media all and (max-width: 768px) {
  .qa-1 summary {
    font-size: 1.8rem;
    text-align: left;
  }
}

@media all and (max-width: 425px) {
  .qa-1 summary {
    font-size: 1.4rem;
  }
}

.qa-1 summary::before,
.qa-1 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-1 summary::before {
  color: #11a84f;
  content: "Q";
}

.qa-1 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #000000b3;
  border-right: 3px solid #000000b3;
  content: '';
  transition: transform .5s;
}

.qa-1[open] summary::after {
  transform: rotate(225deg);
}

.qa-1 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 3em 1.5em;
  color: #333;
  transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
  transform: none;
  opacity: 1;
}

.qa-1 p::before {
  color: #F39400;
  line-height: 1.2;
  content: "A";
}


/* news
----------------------------------*/

.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.news-list .item {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child {
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: #ee7835;
  font-weight: 600;
  padding: 0 20px 0 0;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
  color: #000000;
}

/* footer
----------------------------------*/
#l-footer {
  font-size: 1.4rem;
  position: relative;
}

.inner {
   margin: 0 auto;
   max-width: 1000px;
   position: relative;
   z-index: 3;
   padding: 55px 10px;
}

.f_logo {
  width: 300px;
  text-align: center;
  display: block;
  margin: 0 auto 20px;
}

@media all and (max-width: 425px) {
  .f_logo {
    width: 180px;
  }
}


.address {
  margin-top: 20px;
  font-size: 1.2rem;
  text-align: center;
}
 
/* button
----------------------------------*/
.button a {
  background: #11a84f;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 40px auto 20px;
  padding: 20px;
  color: #fff;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-size: 28px;
  font-weight: 600;
  border: 2px solid #11a84f;
  width: 550px;
}

@media all and (max-width: 768px) {
  .button a {
    width: 95%;
    font-size: 18px;
  }
}

.button a:hover {
  background: #fff;
  color: #11a84f;
  border: 2px solid #11a84f;
}
.button a:after {
  content: '';
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 40px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button a:hover:after {
  border-color: #11a84f;
}

.button2 a {
  position: absolute;
  bottom: 20px;
  display: block;
  width:80%;
  background: #11a84f;
  color: #fff;
  text-decoration: none;
  text-align: center;
  left: 50%;
  padding: 5px;
  line-height: 1.8;
  font-weight: normal;
  border: 2px solid #11a84f;
  border-radius: 9999px;
  transform: translateX( -50%);
  /* position: absolute;
	bottom: 10px;
	display: block;
	width: 100px;
	background: #338DC9;
	color: #fff;
	text-decoration: none;
 	font-size: 12px;
	text-align: center;
	left: 50%;
	line-height: 30px;
	transform: translateX( -50%); */
}

.button2 a:hover {
  background: #fff;
  color: #11a84f;
  border: 2px solid #11a84f;
}
.button2 a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button2 a:hover:after {
  border-color: #11a84f;
}

.button3 a {
  position: relative;
  display: block;
  width:80%;
  background: #11a84f;
  color: #fff;
  text-decoration: none;
  text-align: center;
  left: 42%;
  padding: 5px;
  line-height: 1.8;
  font-weight: normal;
  border: 2px solid #11a84f;
  border-radius: 9999px;
  transform: translateX( -50%);
  margin-bottom: 10px;
  /* position: absolute;
	bottom: 10px;
	display: block;
	width: 100px;
	background: #338DC9;
	color: #fff;
	text-decoration: none;
 	font-size: 12px;
	text-align: center;
	left: 50%;
	line-height: 30px;
	transform: translateX( -50%); */
}

.button3 a:hover {
  background: #fff;
  color: #11a84f;
  border: 2px solid #11a84f;
}
.button3 a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button2 a:hover:after {
  border-color: #11a84f;
}




.event_list a {
  width: 100%;
  background: #11a84f;
  border-radius: 20px;
  position: relative;
  /* display: block; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px 20px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  border: 2px solid #11a84f;
  height:120px;
}

.event_list a:hover {
  background: #fff;
  color: #11a84f;
  border: 2px solid #11a84f;
}


/* .event_list {
  width: 100%;
  padding: 30px 20px;
  text-align: center;
  height:120px;
  background-color: #11a84f;
  border-radius: 20px;
}

@media all and (max-width: 425px) {
  .event_list {
    padding: 20px 10px;
    height:100px;
  }
}

.event_list a {
  color: #fff;
}

.event_list a:hover {
  opacity: 0.7;
} */


.event_title_yellow {
  width: 100%;
  padding: 5px;
  text-align: center;
  background-color: #FABB4E;
}

.event_title_purple {
  width: 100%;
  padding: 5px;
  text-align: center;
  background-color:#A1ADEA;
}

.event_title_pink {
  width: 100%;
  padding: 5px;
  text-align: center;
  background-color:#E1A0D5;
}

.event_waku {
  padding: 20px;
  min-height:550px;
  background-color: #DAECD7;
  position: relative;
  font-size: 1.4rem;
}

/* @media screen and (max-width: 425px) {
  .event_waku {
    min-height:500px;
  }
} */

.event_sirowaku {
  padding: 10px;
  background-color: #fff;
  margin-bottom: 20px;
}

.event_nakawaku {
  padding: 5px;
  border: 4px double #6ca985;
  margin-bottom: 10px;
  text-align: center;
}

.sita {
  position: absolute;
  bottom: 30px;
  display: block;
  width: 100%;
}

.sita2 {
  position: absolute;
  bottom: 130px;
  display: block;
  width: 100%;
}

.sita2-2 {
  position: absolute;
  bottom: 80px;
  display: block;
  width: 100%;
}

.sita3 {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
}

.left_waku {
  width: 40%;
  float: left;
  padding: 5px;
  margin-right: 5px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 50px;
  bottom: 80px
}

.right_waku {
  width: 40%;
  float: left;
  padding: 5px;
  margin-left: 5px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 20px;
  bottom: 80px;
}

.f-s18 {
  font-size: 18px;
  text-decoration: underline;
}

.news {
  width: 768px;
  padding: 20px;
  display: block;
  margin: 0 auto 20px;
  text-align: center;
  color: red;
  font-size: 20px;
  font-weight: 600;
}

@media all and (max-width: 425px) {
  .news {
    width:100%;
    text-align: left;
    font-size: 16px;
  }
}