body {
  background: #fafafa;
  font-family: "Helvetica Neue",  Arial,  "Hiragino Kaku Gothic ProN",  "Hiragino Sans",  Meiryo,  sans-serif;


}

a:link {
  color: #ffffff;
}

a:hover {
  color: red;
}

a:visited {
  color: #ffffff;
}


main{background:#304731;background-image: url(../img/back-img6.jpg);background-position: center top;object-fit: contain;}

.ttl {
  padding: 90px 0;
  text-align: center;
  font-size: 5rem;
  font-weight: 600;
  color: #444444;
}



.schedule{
    display:flex;
   align-items: center;
}
 .scheduleSide{
    width: calc((100% - 1100px) / 2);
    text-align: center;
    opacity: 0.3;
}


.logo_fxL{position:fixed;top:50%;left:1%;}
.logo_fxR{position:fixed;top:50%;right:1%;}

 .scheduleSide img{
    width: 300px;
/*     opacity: 0.3; */
}

.schedule-box {
  position: relative;
  z-index:99
}

.schedule-box {
  max-width: 1100px;
  margin: 100px auto 0;
  padding: 0 0px;
  /* min-height: 500px; */
  /* background: #ffffff; */
  padding-bottom: 100px;
}

.schedule-box {
  position: relative;
  display:flex;
}


.if_sp{
  display:none;
}

@media (max-width: 600px) {
.if_sp{
  display:block;
}

.logo_fxL{position:fixed;top:50%;left:10%;right:10%}
.logo_fxR{display:none}

  
}


@media (max-width: 499px) {
  .schedule-box {
    padding: 0 10px;
    min-height: 800px;
    width: 96%;
    margin: 0 2%;
  }
}

.schedule-cont h2 {
  padding: 50px 0;
  text-align: center;
  font-size: 2.4rem;
}

.activePlace {
  position: relative;
}

.activePlace-box {
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
}

.activePlace-box p {
  text-align: center;
  margin-bottom: 50px;
}

.activePlace-box h2 {
  padding: 50px 0;
  text-align: center;
  font-size: 2.4rem;
}

.activePlace-cont {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px 100px;
}

@media (max-width: 499px) {
  .activePlace-cont {
    padding: 0 10px 100px;
  }
}

.activePlace-cont .map {
  width: 33%;
  padding: 10px;
  box-sizing: border-box;
}

@media (max-width: 499px) {
  .activePlace-cont .map {
    width: 100%;
  }
}

.activePlace-cont .map .inner {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.activePlace-cont .map .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.activePlace-cont .map h3 {
  padding: 10px 0;
  font-size: 1.8rem;
  font-weight: 800;
  color: #444444;
}

.activePlace-cont .map p {
  padding: 0 5px;
  font-size: 1.4rem;
  color: #444444;
}

.btnLink {
  display: inline-block;
  width: 200px;
  height: 54px;
  margin: 100px auto 0;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 54px;
  outline: none;
}

.btnLink::before, .btnLink::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.btnLink,
.btnLink::before,
.btnLink::after {
  box-sizing: border-box;
  transition: all .3s;
}

.btnLink {
  position: relative;
  z-index: 2;
  background-color: #FCC802;
  border: 2px solid #FCC802;
  color: #fff;
  line-height: 50px;
}

.btnLink:hover {
  background-color: #fff;
  border-color: #098B3B;
  color: #098B3B;
}

.btnLink:hover::before, .btnLink:hover::after {
  width: 0;
  background-color: #098B3B;
}

.btnLink::before, .btnLink::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #FCC802;
}

.btnLink::before {
  right: 0;
}

.btnLink::after {
  left: 0;
}

.team_link a {
  display: inline-block;
}

.team_link button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #F39800;
  border: none;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: .3s;
}

.team_link button:hover {
  background: #098B3B;
  font-size: 16px;
}

.ly_position {
  position: relative;
}

.ly_inner {
  width: 100%;
  max-width: 1200px;
  margin: 100px auto 0;
  padding: 0 100px;
  background-color: #fff;
}

.bl_memberList {
  padding: 32px 0;
}

.bl_listUnit {
  display: flex;
  padding-bottom: 32px;
}

.bl_listUnit__col2 .bl_list {
  width: 69%;
}

.bl_listUnit__col2 .bl_list__small {
  width: 30%;
}

.bl_list_img img {
  width: 100%;
}

.bl_list_ttl h3 {
  font-size: 3.4rem;
}

.bl_list_ttl p {
  font-size: 2rem;
}

.bl_list_ttl p a {
  color: #098B3B;
  font-size: 2rem;
  text-decoration: underline;
}

.bl_list_ttl p a:hover {
  color: #333;
}

.bl_list_cont {
  padding-left: 32px;
}

.bl_list_info {
  padding-top: 32px;
}

.bl_list_info h4 {
  font-size: 1.8rem;
  font-weight: 700;
}

.bl_list_list {
  padding-top: 16px;
  font-size: 2rem;
}

.bl_list_list li {
  padding-bottom: 8px;
}

.el_lv2Heading {
  font-size: 5rem;
  font-weight: 800;
}

.el_lv2Heading.el_lv2Heading__underLine {
  padding-bottom: 8px;
  border-bottom: 2px solid #333;
}

@media(max-width: 599px) {
  .ly_inner {
    padding: 0 24px;
  }

  .bl_listUnit {
    flex-wrap: wrap;
  }

  .bl_listUnit > .bl_list {
    width: 100%;
  }

  .bl_list_cont {
    padding-top: 10px;
    padding-left: 0;
  }

  .el_lv2Heading.el_lv2Heading__underLine {
    padding-top: 16px;
    font-size: 3rem;
  }
}

.icon_Insta:before {
    top: 0;
    left: 20%;
    bottom: 0;
    width: 25px;
    font-size: 12px;
    text-align: left;
    font-family: 'Font Awesome 5 Free';
    content: "\f16d";
    font-weight: normal;
    padding-right: 5PX;
}



#instaWrap{text-align:center;padding-bottom:50px;margin-bottom:50px;padding: 50px;}
.insta_pc{display:block;margin: 0 auto;}
.insta_pad{display:none}
.insta_sp{display:none}


@media(max-width: 800px) {
.insta_pc{display:none;}
.insta_sp{display:none}
.insta_pad{display:block;margin: 0 auto;}
  
}


@media(max-width: 500px) {
.insta_pc{display:none;}
.insta_pad{display:none}
.insta_sp{display:block;margin: 0 auto;}
  
}



.boxHozon {
  width: calc(100%);
  margin: 0.5%;
  box-sizing:border-box;
  /* border: 1px solid #07720c; */
  border-radius: 5px;
  }
  .boxHozon .box-title {
  font-size: 25px;
  /* border-bottom: 1px solid #ddd; */
  /* padding: 1em 2.5em 1em 2.5em; */
  text-align: left;
  color: #555;
  font-weight: 600;
  letter-spacing: 0.05em;
  position:relative;
  line-height: 20px;
  }
/*   .boxHozon .box-title:before {position:relative;font-family: 'Font Awesome 6 pro';content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦";position: absolute;left: 0.5em;color: #ffc107;font-size: 35px;font-weight: 400;} */
  .boxHozon p {
  padding: 15px 20px;
  }
  .boxHozon li {
  line-height: 1.5;
  padding: 1em 2em 1em 1em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  /* font-size: 30px; */
  }
  .boxHozon li:last-child{
  border-bottom: none;
  }
  .boxHozon li:before {
/*   font-family: "Font Awesome 6 pro";
  content: "\f058";
  content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹';
  position: relative;
  left: 0;
  color: #ffc107;
  padding-right: 10px; */
  }
  .boxHozon p{
  border-bottom: 1px solid #ddd;
  padding: 10px;
  font-size: 25px;
  font-weight: 400;
  margin-top: 30px;
  color: #fff;
  /* background: #f4cd1e; */
  font-weight: 600;
  }
  .boxHozon {
  width: calc(100%);
  margin-bottom: 20px;
  margin: 0 0 20px;
  }
  .box_set{display:flex;flex-wrap: wrap;}
  .box_set span{line-height:2;font-size:16px}
  .box-harikyu {
  width: 98%;
  margin: 0 auto;
  border: 2px solid #f4ba19;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom:10px;
  margin-top:10px;
  }



  .watch_mainte_body {
    /* background-color: #fff; */
    max-width: 1200px;
    padding: 20px 0px 22px;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    margin: 0 auto;
}
.watch_mainte_body h2 {
    font-size: 25px;
    color: #607d8b;
}
@media screen and (max-width: 1100px) {
    .watch_mainte_body {
        padding: 30px 5vw 20px;
    }
}
@media screen and (max-width: 500px) {
    .watch_mainte_body {
        padding: 30px 1vw 20px;
    }
    
    .watch_mainte_body h2 {
        font-size: 21px;
    }
}
.watch_mainte_obj {
    position: absolute;
    top: -.75em;
    right: 6%;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    font-size: 80px;
    font-weight: 700;
    color: rgba(38, 38, 38, .04);
}
@media screen and (max-width: 1100px) {
    .watch_mainte_obj {
        right: 0;
        font-size: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .watch_mainte_obj {
        right: -12vw;
    }
}
.watch_mainte_item {
    padding: 23px 0;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #dedede;
    -ms-flex-align: start;
    justify-content: space-around;
    align-items: center;
    color: #fff;
}
@media screen and (max-width: 1100px) {
    .watch_mainte_item {
        padding: 30px 0;
        display: block;
    }
}
.watch_mainte_item:last-of-type {
    border-bottom: 0;
}
.watch_mainte_item_title {
    width: 22.5%;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-align: center;
    /* align-items: center; */

}

 h3.watch_mainte_item_title{
  background:#fff;
  width: 100px;
  height: 100px;
  border-radius:50%;
  color:#000;
  line-height: 100px;
  text-align:center;
  font-size: 20px;
}

 h3.watch_mainte_item_title span{
  font-size: 2em;
   padding:5px;
}





.watch_mainte_item_title img {
    width: 100%;
    padding: 5%;
}
.watch_mainte_item_img {
    width: 22.5%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 1100px) {
    .watch_mainte_item_title {
        width: auto;
    }
}
.watch_mainte_item_title_num {
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
@media screen and (max-width: 1100px) {
    .watch_mainte_item_title_num {
        font-size: 20px;
    }
}
.watch_mainte_item_title_text {
    margin-left: 5%;
    letter-spacing: .05em;
    font-size: 22px;
    font-weight: 700;
}
@media screen and (max-width: 1100px) {
    .watch_mainte_item_title_text {
        margin-left: 2%;
        font-size: 18px;
    }
}
.watch_mainte_item_text {
    width: 55.5%;
    line-height: 2;
    letter-spacing: .1em;
    font-size: 18px;
    font-weight: 500;
}
@media screen and (max-width: 1100px) {
    .watch_mainte_item_text {
        width: auto;
        margin-top: 2%;
        font-size: 16px;
    }
}
.watch_mainte_item_title_text {
    margin-left: 5%;
    letter-spacing: .05em;
    font-size: 22px;
    font-weight: 700;
}
@media screen and (max-width: 1100px) {
    .watch_mainte_item_title_text {
        margin-left: 2%;
        font-size: 18px;
    }
}
.watch_mainte_item_text {
    width: 51.5%;
    line-height: 2;
    letter-spacing: .1em;
    font-size: 16px;
    font-weight: 400;
    padding: 5px;
}
@media screen and (max-width: 1100px) {
    .watch_mainte_item_text {
        width: auto;
        margin-top: 2%;
        font-size: 16px;
    }
}
.watch_mainte_item_other {
    /* margin-left: 5%; */
    /* letter-spacing: .05em; */
    /* font-weight: 700; */
}
@media screen and (max-width: 1100px) {
    .watch_mainte_item_other {
        margin-left: 2%;
        width: auto;
        margin-top: 2%;
    }
}
.watch_mainte_item_other {
    width: 80%;
    line-height: 2;
    letter-spacing: .1em;
    /* font-size: 15px; */
    /* font-weight: 400; */
    font-size: 18px;
}
@media screen and (max-width: 1100px) {
    .watch_mainte_item_other {
        width: auto;
        margin-top: 2%;
        font-size: 16px;
    }
}
.watch_mainte_item_other ul {}
.watch_mainte_item_other ul li {
    display: block;
    margin-bottom: 5px;
    padding: 5px;
    /* border-bottom: 1px solid #ddd; */
    font-size: 23px;
}
.watch_mainte_item_other ul li::before {
    content: "";
    /* padding-right: 5px; */
    /* width: 80px; */
}

@media screen and (max-width: 600px) {

 h3.watch_mainte_item_title{
  background:#fff;
  width: 120px;
  height: 40px;
  border-radius:0%;
  color:#000;
  line-height: 40px;
  text-align:center;
  font-size: 20px;
}


  
.watch_mainte_item_other ul li {
    font-size: 18px;
    padding-left: 2em;
    text-indent: -1em;
}
}


.if_sp_pd{padding-left: 7px;}


.chuui {
  width: calc(100%);
  margin: 0.5%;
  box-sizing:border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  }
  .chuui .box-title {
  font-size: 25px;
  border-bottom: 1px solid #ddd;
  padding: 1em 2.5em 1em 2.5em;
  text-align: left;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
  position:relative;
  line-height: 20px;
  }



  .chuui .box-title:before {position:relative;font-family: 'Font Awesome 6 pro';content: '\e0d5';position: absolute;left: 0.5em;color: #fff;font-size: 35px;font-weight: 400;}
  .chuui p {
  padding: 15px 20px;
  }
  .chuui li {
  line-height: 1.5;
  padding: 0.5em 1em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding-left: 3em;
  text-indent: -1.6em;
  }
  .chuui li:last-child{
  border-bottom: none;
  }
  .chuui li:before {
font-family: 'Font Awesome 5 Free';
    content: "\f1e3";
  position: relative;
  left: 0;
  color: #fff;
  padding-right: 10px;
  }
  .chuui p{
  border-bottom: 1px solid #ddd; padding: 10px; font-size: 20px;
  font-weight: 400;
  margin-top: 0;
  color: #fff;
  background: #f4cd1e;
  font-weight: 600;
  }
  .chuui {
  width: calc(100%);
  margin-bottom: 20px;
  margin: 0 0 20px;
  }


.cgray{color:#767676!important}

.bkgray{color:#767676!important;background:#b2adad!important}


/* --------------------------------------------
reserve
----------------------------------------------*/
.reserve {
  margin-top: 0px;
  padding: 0;
  padding-bottom: 80px;
}
.reserve .inner {
  background-color: #32481f;
  /* max-width: 1100px; */
  margin: 0 auto;
  padding: 30px;
  padding-bottom: 50px;
}
.reserve_title {
  font-size: 26px;
  color: #fff;
  text-align-last: left;
  /* font-family: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â","ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif; */
  padding: 0px 0 14px 20px;
}
.reserve_title::before {
  font-family: 'FontAwesome';
  content: "\e1e1";
  padding-right: 5px;
  color: #fff;
  font-size: 1em;
}
.reserve_text_box {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
}
.text_top {
  color: #333;
  font-size: 18px;
  font-family: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â","ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.tel_num,.mail_add{
  margin-top: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ddd ;
  color: #333;
}
.tel_num,.mail_add {
  font-size: 62px;
  letter-spacing: 0.05em;
  padding-left: 20px;
  color: #333;
  text-decoration: none;
/*   font-family: "Times New Roman", Times,"ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“", "Yu Mincho", YuMincho, "HGÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂB",'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Pro W3','Hiragino Mincho Pro','HGSÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂE','HGÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂE','ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â',"Yu Mincho", 'Noto Serif JP', serif; */
}
.tel_num a,.mail_add a {
  text-decoration: none;
  font-size: 35px;
  color: #000;
}
.tel_num::before {
  font-family: 'Font Awesome 6 pro';
  content: "\f8d3";
  padding-right: 5px;
  color: #098b3b;
  font-size: 0.7em;
}

.mail_add::before {
  font-family: 'Font Awesome 6 pro';
  content: "\f0e0";
  padding-right: 5px;
  color: #098b3b;
  font-size: 0.7em;
}



.text {
  /* padding-left: 20px; */
  margin-top: 20px;
  color: #333;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  /* font-family: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â","ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif; */
}

@media only screen and (max-width:600px) {
  .reserve {
    padding: 0 0 60px;
  }
  .reserve .inner {
    /* background-color: #f1efef; */
    padding: 20px;
    padding-bottom: 30px;
  }
  .reserve_title {
    font-size: 23px;
    padding: 0px 0 14px 0px;
    text-align: center;
  }
  .reserve_text_box {
    padding: 20px;
    border-radius: 5px;
  }
  .text_top {
    font-size: 18px;
    text-align: left;
    padding-top: 10px;
  }
  .tel_num,.mail_add {
    margin-top: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ddd ;
    text-align: center;
  }
  .tel_num,.mail_add  {
    font-size: 30px;
    padding-left: 0;
    text-align: left;
  }
  .tel_num::before,.mail_add::before {
    padding-right: 5px;
    font-size: 0.6em;
  }
  .text {
    padding-left: 0;
    margin-top: 20px;
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: justify;
  }

.tel_num a,.mail_add a {
  font-size: 20px;
}

  
}


.btn_box{
  margin-top:50px
}

.btn_box .wrap{
  display: flex;
  justify-content: space-around;
}


.btn_box .btn {
  display: inline-block;
  font-size: 20px;
  background-color: #098b3b;
  border: 1px solid #098b3b;
  padding: 10px 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: .5s;
  /* width:250px; */
}

.btn_box .btn:hover {
  background-color: #fff;
  color: #337175;
}


@media only screen and (max-width:600px) {
.btn_box .wrap{
  display: flex;
  flex-direction: column;
  text-align: center;
}

.btn_box .btn {
  width:250px;
  margin-bottom:10px;
}
}

.obtitle{border-bottom:3px solid #fff}

.obtitle img{
            max-width: 450px;
            padding:20px 0 10px
            }

.title_messe{/* border-bottom:3px solid #fff; */font-size: 25px;line-height: 2;color: #fff;padding: 10px 10px 0;}


.kigyo_box{border: 1px solid #666;padding:10px;margin: 30px 0 30px;background: #0e1c03;}
.kigyo_box .wrap{display:flex;align-items: center;}
.kigyo_nm{font-size: 20px;line-height:2;color: #ffffff;border-bottom:1px solid #ddd;font-weight: 600;}
.logo_img{
    /* max-width: 250px; */
    margin: 0 auto;
    padding: 10px;
}


.logoArea{padding:10px;display:flex;justify-content: space-around;}




.tx_catch{width: 30%;padding: 1%;color: #fff;}
.tx_catch p{color: #fff;text-align: left;/* border: 1px solid #fff; */padding: 8px;font-size: 16px;}
/* .tx_catch img{margin-top:10px;width:140px;} */
.tx_catch .line img{margin-top:10px;width:140px;}
.tx_catch ul{display:block;margin-top: 10px;/* font-size: 15px; */}
.tx_catch ul li{line-height: 1.8;border-bottom: 1px dashed #ddd;font-size: 15px;}

.ob_img{width:30%;}

.mv_video{width:40%;padding: 0.5%;/* border: 1px solid #eee; */}
.videoArea{width:100%;}

@media only screen and (max-width: 600px) {

.kigyo_box .wrap{
  flex-direction: column;}
  
    .tx_catch{width:100%;}
    .ob_img{width:100%;}
    .mv_video{width:100%;}
}

.contents-text .cate-title {
    font-size: 25px;
    border-bottom: 1px solid #ddd;
    padding: 4px 4px 0 0;
    text-align: left;
    color: #5d5d5d;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

.contents-text .cate-title:before {
    content: '\f11e';
    font-size: 23px;
    font-family: "Font Awesome 6 Pro";
    position: relative;
    left: 0;
    color: #022a7f;
    padding-right: 10px;
}

