@charset "UTF-8";
html {
  color: #333333;
  font-size: 62.5%;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
}

font {
  color: #333333;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
}

a:hover img {
  transition: 1.0s;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

ul {
  list-style: none;
}

.fontgreen {
  color: #008E3C;
}

.fontsmall {
  font-size: 1.4rem;
}

.bggreen {
  background: #008E3C;
}

h2,
h3 {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 2px;
}

.eng {
  font-size: 2rem;
}
.eng-heading {
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .eng {
    font-size: 1.4rem;
  }
}

.line {
  border-top: 1px solid #8EBD20;
  margin: 0;
  margin-bottom: 30px;
}

/*--------------------------------------------ヘッダー＆フッター*/
.contentsWrapper {
  overflow: hidden;
  /*=============================
    sp accordion
    =============================*/
}

@media (max-width: 599px) {
  .contentsWrapper {
    width: auto;
    overflow: hidden;
  }
}

.contentsWrapper .obi {
  background: #008E3C;
  height: auto;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
}

@media (max-width: 599px) {
  .contentsWrapper .obi {
    font-size: 1.2rem;
    height: 40px;
    line-height: 1.5;
    text-align: center;
    padding: 5px 0;
  }
}

.contentsWrapper .obi br {
  display: none;
}

@media (max-width: 599px) {
  .contentsWrapper .obi br {
    display: block;
  }
}

.contentsWrapper .square_m {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: #008E3C;
}

.contentsWrapper .square_s {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: #008E3C;
}

.contentsWrapper header {
  width: 100%;
}

.contentsWrapper header .headerinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  width: 90%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 1040px) {
  .contentsWrapper header .headerinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 599px) {
  .contentsWrapper header .headerinner {
    display: inline-block;
    justify-self: initial;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.contentsWrapper header .headerinner .logo {
  padding-top: 10px;
  min-width: 378px;
}

.contentsWrapper header .headerinner .logo p {
  font-size: 1.5rem;
  padding-bottom: 5px;
  font-family: Maru Folk Regular;
  color: #5C2C0C;
}

@media (max-width: 1040px) {
  .contentsWrapper header .headerinner .logo p {
    font-size: 1.3rem;
  }
}

@media (max-width: 599px) {
  .contentsWrapper header .headerinner .logo p {
    font-size: 1.3rem;
    text-align: center;
  }
}

.contentsWrapper header .headerinner .logo img {
  width: 378px;
}

@media (max-width: 1040px) {
  .contentsWrapper header .headerinner .logo img {
    max-width: 260px;
    width: 100%;
  }
}

@media (max-width: 599px) {
  .contentsWrapper header .headerinner .logo img {
    width: 80%;
    margin: auto;
    display: block;
  }
}

.contentsWrapper header .headerinner .tel {
  min-width: 500px;
  max-width: 500px;
  padding-top: 10px;
}

@media (max-width: 1040px) {
  .contentsWrapper header .headerinner .tel {
    min-width: initial;
    max-width: initial;
    padding-top: 10px;
  }
}

@media (max-width: 599px) {
  .contentsWrapper header .headerinner .tel {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    padding-top: 10px;
  }
}

.contentsWrapper header .headerinner .tel p {
  font-size: 14px;
  text-align: right;
}

@media (max-width: 599px) {
  .contentsWrapper header .headerinner .tel p {
    text-align: center;
  }
}

.contentsWrapper header .headerinner .tel .pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1040px) {
  .contentsWrapper header .headerinner .tel .pc {
    justify-content: flex-end;
  }
}

.contentsWrapper header .headerinner .tel .pc span {
  font-weight: 500;
  font-size: 1.8rem;
  padding-top: 10px;
  padding-left: 30px;
}

@media (max-width: 1040px) {
  .contentsWrapper header .headerinner .tel .pc span {
    font-size: 1.2rem;
    display: none;
  }
}

.contentsWrapper header .headerinner .tel .pc img {
  width: 265px;
  height: 47px;
  text-align: right;
  margin-right: 0px;
  margin-left: auto;
}

@media (max-width: 1040px) {
  .contentsWrapper header .headerinner .tel .pc img {
    max-width: 200px;
    margin-left: 0px;
  }
}

@media (max-width: 599px) {
  .contentsWrapper header .headerinner .tel .pc {
    display: none;
  }
}

.contentsWrapper header .headerinner .tel .sp {
  display: none;
}

@media (max-width: 599px) {
  .contentsWrapper header .headerinner .tel .sp {
    display: block;
  }
}

.contentsWrapper header .headerinner .tel .sp img {
  width: 60%;
  margin: auto;
  display: block;
  padding-top: 10px;
}

.contentsWrapper header .headerinner .tel img {
  width: 100%;
}

.contentsWrapper header .sp {
  display: none;
}

@media (max-width: 599px) {
  .contentsWrapper header .sp {
    width: 80%;
    margin: auto;
    display: block;
    padding-bottom: 20px;
  }
}

.contentsWrapper .globalnav {
  background: #8EBD20;
  height: 50px;
  line-height: 50px;
}

@media (max-width: 599px) {
  .contentsWrapper .globalnav {
    display: none;
  }
}

.contentsWrapper .globalnav ul {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contentsWrapper .globalnav ul li {
  color: #ffffff;
  width: 20%;
  text-align: center;
  border-left: #ffffff solid 1px;
  font-size: 2.0rem;
  font-weight: 900;
}

@media (max-width: 1040px) {
  .contentsWrapper .globalnav ul li {
    font-size: 2vw;
  }
}

.contentsWrapper .globalnav ul li a {
  display: block;
  text-decoration: none;
}

.contentsWrapper .globalnav ul li a:hover {
  transition: 1.0s;
  background: #008E3C;
}

.contentsWrapper .globalnav ul .last {
  border-right: #ffffff solid 1px;
}

.contentsWrapper .spglobalnav {
  display: none;
}

@media (max-width: 599px) {
  .contentsWrapper .spglobalnav {
    display: block;
    background: #5c370c;
    height: 50px;
  }
}

.contentsWrapper .spglobalnav .spglobalnavInner {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-top: 11px;
  /*hamburger_trigger*/
  /*=============================
            sp hamburger
            =============================*/
}

.contentsWrapper .spglobalnav .spglobalnavInner p {
  font-size: 20px;
  padding-right: 20px;
  line-height: 30px;
}

.contentsWrapper .spglobalnav .spglobalnavInner .btn-trigger {
  position: relative;
  width: 34px;
  height: 26px;
  cursor: pointer;
}

.contentsWrapper .spglobalnav .spglobalnavInner .btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}

.contentsWrapper .spglobalnav .spglobalnavInner .btn-trigger,
.contentsWrapper .spglobalnav .spglobalnavInner .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}

.contentsWrapper .spglobalnav .spglobalnavInner .btn-trigger span:nth-of-type(1) {
  top: 0;
}

.contentsWrapper .spglobalnav .spglobalnavInner .btn-trigger span:nth-of-type(2) {
  top: 12px;
}

.contentsWrapper .spglobalnav .spglobalnavInner .btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

.contentsWrapper .spglobalnav .spglobalnavInner #btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
}

.contentsWrapper .spglobalnav .spglobalnavInner #btn01.active span:nth-of-type(2) {
  opacity: 0;
}

.contentsWrapper .spglobalnav .spglobalnavInner #btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

.contentsWrapper .btn-contents {
  display: none;
}

.contentsWrapper .btn-contents ul {
  text-align: center;
}

.contentsWrapper .btn-contents li {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  border-bottom: 1px #ccc solid;
  text-decoration: none;
}

.contentsWrapper .btn-contents a {
  text-decoration: none;
}

.contentsWrapper footer {
  width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1040px) {
  .contentsWrapper footer {
    width: 90%;
  }
}

@media (max-width: 599px) {
  .contentsWrapper footer {
    width: auto;
    padding: 0 20px 0 20px;
    display: block;
  }
}

.contentsWrapper footer .pc_footer {
  display: block;
}

@media (max-width: 599px) {
  .contentsWrapper footer .pc_footer {
    display: none;
  }
}

.contentsWrapper footer .sp_footer {
  display: none;
}

@media (max-width: 599px) {
  .contentsWrapper footer .sp_footer {
    display: inline-block;
  }
}

.contentsWrapper footer .sitemap {
  line-height: 3.5rem;
}

.contentsWrapper footer .sitemap a {
  text-decoration: none;
}

.contentsWrapper footer .sitemap a:hover {
  color: #008E3C;
}

.contentsWrapper footer .footerLogo {
  text-align: center;
  padding: 40px 0 10px 0;
}

.contentsWrapper footer .footerLogo img {
  width: 455px;
}

@media (max-width: 599px) {
  .contentsWrapper footer .footerLogo img {
    width: 255px;
  }
}

.contentsWrapper footer .address {
  text-align: center;
  padding-bottom: 30px;
}

.contentsWrapper footer .address br {
  display: none;
}

@media (max-width: 599px) {
  .contentsWrapper footer .address br {
    display: block;
  }
}

.contentsWrapper footer .footerTel img {
  width: 262px;
  margin: 0 auto;
  display: block;
}

.contentsWrapper footer .footerTel p {
  width: 280px;
  padding-top: 10px;
  margin: 0 auto;
  text-align: center;
}

.contentsWrapper footer .footerFacebook {
  text-align: center;
  padding: 30px 0px;
}

.contentsWrapper footer .footerFacebook img {
  width: 171px;
}

.contentsWrapper .photocredit {
  text-align: right;
  font-size: 1.4rem;
}

@media (max-width: 599px) {
  .contentsWrapper .bottom .obi {
    padding: 10px 0 20px 0;
    font-size: 1.2rem;
    line-height: 1.5;
    height: auto;
  }
}

.contentsWrapper .bottom .obi br {
  display: none;
}

@media (max-width: 599px) {
  .contentsWrapper .bottom .obi br {
    display: block;
  }
}

/*--------------------------------------------トップページ*/
.top {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  /*スライダーここから*/
  /*スライダーここまで*/
}

@media (max-width: 599px) {
  .top {
    font-size: 1.6rem;
  }
}

.top .slick90 img {
  width: 90%;
  /*height: 500px;*/
  object-fit: cover;
  object-position: left center;
  margin: auto;
}

@media (max-width: 599px) {
  .top .slick90 img {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .top .pc_slider {
    display: none;
  }
}

.top .sp_slider {
  display: none;
}

@media (max-width: 599px) {
  .top .sp_slider {
    display: block;
  }
}

.top .contentsWrapper {
  overflow: hidden;
}

@media (max-width: 599px) {
  .top .contentsWrapper {
    width: auto;
    overflow: hidden;
  }
}

.top .contentsWrapper .kv {
  position: relative;
  width: 1000px;
  margin: 0 auto 30px;
}

@media (max-width: 1040px) {
  .top .contentsWrapper .kv {
    width: 90%;
  }
}

@media (max-width: 599px) {
  .top .contentsWrapper .kv {
    width: auto;
  }
}

.top .contentsWrapper .kv h2 {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
}

.top .contentsWrapper .kv h2 img {
  width: 591px;
  margin: 40px auto 0;
  display: block;
}

@media (max-width: 599px) {
  .top .contentsWrapper .kv h2 img {
    width: 80%;
    margin: 20px auto 0;
  }
}

.top .contentsWrapper .kv .txt {
  text-align: center;
  padding-top: 40px;
}

@media (max-width: 599px) {
  .top .contentsWrapper .kv .txt {
    font-size: 1.2rem;
    padding-top: 10px;
  }
}

.top .contentsWrapper .kv .kvBg img {
  width: 100%;
}

@media (max-width: 599px) {
  .top .contentsWrapper .kv .kvBg img {
    width: 100%;
  }
}

.top .contentsWrapper .kv .address {
  position: absolute;
  bottom: 0px;
  right: 5px;
}

@media (max-width: 599px) {
  .top .contentsWrapper .kv .address {
    font-size: 1.2rem;
    text-align: center;
    right: 0px;
    left: 0px;
    bottom: -20px;
  }
}

.top .contentsWrapper .catchWrapper {
  margin-top: 40px;
  margin-bottom: 30px;
  background: #DFE2DB;
  height: 240px;
}

@media (max-width: 1040px) {
  .top .contentsWrapper .catchWrapper {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }
}

@media (max-width: 599px) {
  .top .contentsWrapper .catchWrapper {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }
}

.top .contentsWrapper .catchWrapper .catchinner {
  width: 900px;
  margin: auto;
  padding-top: 40px;
}

@media (max-width: 1040px) {
  .top .contentsWrapper .catchWrapper .catchinner {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 599px) {
  .top .contentsWrapper .catchWrapper .catchinner {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.top .contentsWrapper .catchWrapper .catchinner p {
  font-family: Maru Folk Regular;
  margin: auto;
  text-align: center;
}

@media (max-width: 1040px) {
  .top .contentsWrapper .catchWrapper .catchinner p {
    text-align: left;
  }
}

@media (max-width: 599px) {
  .top .contentsWrapper .catchWrapper .catchinner p {
    text-align: left;
  }
}

.top .contentsWrapper .catchWrapper .catchinner .catch01 {
  font-size: 2.2rem;
  color: #5C2C0C;
  padding-bottom: 20px;
}

@media (max-width: 1040px) {
  .top .contentsWrapper .catchWrapper .catchinner .catch01 {
    font-size: 2.0rem;
  }
}

@media (max-width: 599px) {
  .top .contentsWrapper .catchWrapper .catchinner .catch01 {
    font-size: 2.0rem;
  }
}

.top .contentsWrapper .catchWrapper .catchinner .catch02 {
  font-size: 1.8rem;
  line-height: 1.8;
}

@media (max-width: 1040px) {
  .top .contentsWrapper .catchWrapper .catchinner .catch02 {
    font-size: 1.6rem;
  }
}

@media (max-width: 599px) {
  .top .contentsWrapper .catchWrapper .catchinner .catch02 {
    font-size: 1.6rem;
  }
}

@media (max-width: 1040px) {
  .top .contentsWrapper .catchWrapper .catchinner .catch02 br {
    display: none;
  }
}

@media (max-width: 599px) {
  .top .contentsWrapper .catchWrapper .catchinner .catch02 br {
    display: none;
  }
}

.top .contentsWrapper .information {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  /*
            .title_info{
                width: 424px;
            }*/
}

@media (max-width: 1040px) {
  .top .contentsWrapper .information {
    width: 90%;
  }
}

@media (max-width: 599px) {
  .top .contentsWrapper .information {
    width: auto;
    display: block;
    margin: 0px auto 40px;
    padding: 0 20px 0 20px;
  }
}

.top .contentsWrapper .information .title_info_line {
  padding: 0 0 10px 0;
}

.top .contentsWrapper .information .title_schedule {
  width: 298px;
}

.top .contentsWrapper .information .news {
  width: 42%;
}

@media (max-width: 599px) {
  .top .contentsWrapper .information .news {
    width: auto;
    display: block;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

.top .contentsWrapper .information .news .titleInformation {
  padding-bottom: 10px;
}

.top .contentsWrapper .information .news .titleInformation img {
  width: 424px;
}

@media (max-width: 599px) {
  .top .contentsWrapper .information .news .titleInformation img {
    width: 324px;
  }
}

.top .contentsWrapper .information .news #newsList {
  height: 260px;
  overflow: scroll;
  margin-right: 20px;
}

@media (max-width: 599px) {
  .top .contentsWrapper .information .news #newsList {
    height: auto;
    margin-right: 0px;
  }
}

.top .contentsWrapper .information .news .newsList::-webkit-scrollbar {
  width: 10px;
}

.top .contentsWrapper .information .news .newsList::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
}

.top .contentsWrapper .information .news .newsList::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}

.top .contentsWrapper .information .news dl {
  list-style: none;
}

.top .contentsWrapper .information .news dd {
  padding-bottom: 20px;
  padding-right: 50px;
}

.top .contentsWrapper .information .news .up_ymd {
  color: #008E3C;
}

.top .contentsWrapper .information .news .newMark {
  color: red;
}

.top .contentsWrapper .information .pc_schedule {
  margin-left: 6%;
  width: 52%;
}

@media (max-width: 599px) {
  .top .contentsWrapper .information .pc_schedule {
    width: auto;
    display: none;
  }
}

.top .contentsWrapper .information .pc_schedule .listmidashi {
  background: #008E3C;
  color: #fff;
  font-size: 1.5rem;
  padding: 5px 10px;
  /*margin: 20px 0px 10px 0px;*/
  margin: 10px 0px 10px 0px;
  text-align: center;
}

@media (max-width: 599px) {
  .top .contentsWrapper .information .pc_schedule .listmidashi {
    margin: 10px 0px 10px 0px;
  }
}

.top .contentsWrapper .information .pc_schedule .listmidashi span {
  display: block;
}
.top .contentsWrapper .information .pc_schedule table{
  margin-bottom: 10px;
}
.top .contentsWrapper .information .pc_schedule tr {
  height: 40px;
  border-bottom: #008E3C solid 1px;
  padding: 5px;
}

.top .contentsWrapper .information .pc_schedule td {
  padding: 10px 0;
}

.top .contentsWrapper .information .pc_schedule .time {
  width: 130px;
  text-align: center;
}

.top .contentsWrapper .information .pc_schedule .youbi {
  width: 60px;
  text-align: center;
}

.top .contentsWrapper .information .pc_schedule .sat {
  width: 110px;
  text-align: left;
  padding-left: 20px;
}

.top .contentsWrapper .information .pc_schedule .sat span {
  font-size: 1.2rem;
}

.top .contentsWrapper .information .pc_schedule .sat span padding-left {
  padding-left: 5px;
}

.top .contentsWrapper .information .pc_schedule ul li {
  font-size: 1.4rem;
  padding: 3px 0;
}

.top .contentsWrapper .information .pc_schedule .uketsuke {
  padding: 3px 0;
  text-align: right;
  font-size: 1.4rem;
}
.top .contentsWrapper .information .pc_schedule .uketsuke2 {
  padding: 3px 0 0 0;
  text-align: left;
  font-size: 1.4rem;
  font-weight: bold;
  color:red;
}

.top .contentsWrapper .information .pc_schedule .osiharai {
  color: #008E3C;
  font-size: 1.6rem;
  padding-top: 5px;
}

.top .contentsWrapper .information .sp_schedule {
  display: none;
}

@media (max-width: 599px) {
  .top .contentsWrapper .information .sp_schedule {
    display: block;
  }
}

.top .contentsWrapper .information .sp_schedule .listmidashi {
  background: #008E3C;
  color: #fff;
  font-size: 1.5rem;
  padding: 5px 10px;
  margin: 10px 0px 10px 0px;
  text-align: center;
}
.top .contentsWrapper .information .sp_schedule .uketsuke2 {
  font-weight: bold;
  color:red;
}
.top .contentsWrapper .information .sp_schedule table {
  width: 100%;
  margin-bottom: 20px;
}

.top .contentsWrapper .information .sp_schedule table tr {
  text-align: center;
  height: 40px;
  border-bottom: #008E3C 1px solid;
  line-height: 40px;
}

.top .contentsWrapper .information .sp_schedule table tr .youbi {
  width: 10%;
  background: #f0fff0;
}

.top .contentsWrapper .information .sp_schedule table tr .am {
  width: 40%;
  background: #f0fff0;
  border-left: #008E3C 1px solid;
}

.top .contentsWrapper .information .sp_schedule table tr .pm {
  width: 40%;
  background: #f0fff0;
}

.top .contentsWrapper .information .sp_schedule table tr .time {
  font-size: 1.2rem;
}

.top .contentsWrapper .information .sp_schedule table tr .tableline {
  border-left: #008E3C 1px solid;
}

.top .contentsWrapper .category {
  width: 1000px;
  margin: 40px auto 80px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.top .contentsWrapper .category-sub{
  width: 1000px;
  margin: 40px auto 80px;
  text-align: center;
}
.top .contentsWrapper .category-sub a{
  display: inline-block;
  padding: 10px;
  width: 200px;
  background-color: #008E3C;
  border-radius:5px;
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
  text-decoration: none;
  letter-spacing: .2em;
  transition:.3s;
}
.top .contentsWrapper .category-sub a:hover{
  opacity: .9;
}
@media (max-width: 1040px) {
  .top .contentsWrapper .category {
    width: 90%;
  }
  .top .contentsWrapper .category-sub{
    width: 90%;
  }
}

@media (max-width: 599px) {
  .top .contentsWrapper .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: auto;
    padding-bottom: 40px;
    padding-bottom: 0;
  }
  .top .contentsWrapper .category-sub{
    width: 90%;
    padding-left: 10px;
    padding-bottom: 40px;
    text-align: center;
  }
}

.top .contentsWrapper .category div {
  width: 24%;
}

@media (max-width: 599px) {
  .top .contentsWrapper .category div {
    width: 50%;
    padding-bottom: 30px;
  }
}

.top .contentsWrapper .category div img {
  display: block;
  margin: auto;
}

@media (max-width: 1040px) {
  .top .contentsWrapper .category div img {
    width: 100%;
    max-width: 153px;
  }
}

.top .contentsWrapper .category div p {
  text-align: center;
  font-weight: 900;
}

.top .contentsWrapper .access {
  width: 1000px;
  margin: 40px auto 0;
}

@media (max-width: 1040px) {
  .top .contentsWrapper .access {
    width: 90%;
  }
}

@media (max-width: 599px) {
  .top .contentsWrapper .access {
    width: auto;
    display: block;
    margin: 40px auto 40px;
    padding: 0 20px 0 20px;
  }
}

.top .contentsWrapper .access h3 {
  padding-bottom: 20px;
}

.top .contentsWrapper .access .title_access {
  width: 204px;
}

.top .contentsWrapper .access .accessinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media (max-width: 599px) {
  .top .contentsWrapper .access .accessinner {
    width: auto;
    display: block;
  }
}

.top .contentsWrapper .access .accessinner .map {
  width: 50%;
}

@media (max-width: 599px) {
  .top .contentsWrapper .access .accessinner .map {
    width: auto;
    display: block;
    margin-right: 0px;
  }
}

.top .contentsWrapper .access .accessinner .detail {
  padding-left: 5px;
}

.top .contentsWrapper .access .accessinner .detail ul li {
  padding: 2px;
}

.top .contentsWrapper .access .accessinner .googlemap {
  width: 50%;
}

@media (max-width: 599px) {
  .top .contentsWrapper .access .accessinner .googlemap {
    width: auto;
    display: block;
    margin-right: 0px;
    margin-top: 10px;
  }
}

.top .contentsWrapper .medicalContents {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media (max-width: 1040px) {
  .top .contentsWrapper .medicalContents {
    width: 90%;
  }
}

@media (max-width: 599px) {
  .top .contentsWrapper .medicalContents {
    width: auto;
    padding: 0 20px 0 20px;
    display: block;
  }
}

.top .contentsWrapper .medicalContents .titleMedical img {
  width: 411px;
}

@media (max-width: 599px) {
  .top .contentsWrapper .medicalContents .titleMedical img {
    width: 311px;
  }
}

.top .contentsWrapper .medicalContents .medicalContentsInner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1040px) {
  .top .contentsWrapper .medicalContents .medicalContentsInner {
    width: 90%;
  }
}

@media (max-width: 599px) {
  .top .contentsWrapper .medicalContents .medicalContentsInner {
    width: auto;
    display: block;
  }
}

.top .contentsWrapper .medicalContents .medicalContentsInner .detail {
  width: 50%;
}

@media (max-width: 599px) {
  .top .contentsWrapper .medicalContents .medicalContentsInner .detail {
    width: auto;
    text-align: center;
  }
}

.top .contentsWrapper .medicalContents .medicalContentsInner .detail .txt01 {
  padding: 30px 0;
}

.top .contentsWrapper .medicalContents .medicalContentsInner .detail .txt02 {
  font-size: 14px;
}

.top .contentsWrapper .medicalContents .medicalContentsInner .goaisatsu {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 599px) {
  .top .contentsWrapper .medicalContents .medicalContentsInner .goaisatsu {
    width: auto;
    display: block;
  }
}

.top .contentsWrapper .medicalContents .medicalContentsInner .goaisatsu .left {
  width: 166px;
  padding-right: 20px;
}

@media (max-width: 599px) {
  .top .contentsWrapper .medicalContents .medicalContentsInner .goaisatsu .left {
    margin: auto;
    padding-top: 30px;
  }
}

.top .contentsWrapper .medicalContents .medicalContentsInner .goaisatsu .left p {
  text-align: center;
}

.top .contentsWrapper .medicalContents .medicalContentsInner .goaisatsu .right {
  width: 314px;
}

@media (max-width: 599px) {
  .top .contentsWrapper .medicalContents .medicalContentsInner .goaisatsu .right {
    width: 100%;
  }
}

.top .contentsWrapper .medicalContents .medicalContentsInner .goaisatsu .right .midashi {
  padding: 20px 0 10px 0;
}

.top .contentsWrapper .medicalContents .medicalContentsInner .goaisatsu .right .txt {
  font-size: 14px;
}

.top .contentsWrapper footer {
  width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1040px) {
  .top .contentsWrapper footer {
    width: 90%;
  }
}

@media (max-width: 599px) {
  .top .contentsWrapper footer {
    width: auto;
    padding: 0 20px 0 20px;
    display: block;
  }
}

.top .contentsWrapper footer .sitemap {
  line-height: 3.5rem;
}

.top .contentsWrapper footer .footerLogo {
  text-align: center;
  padding: 40px 0 10px 0;
}

.top .contentsWrapper footer .footerLogo img {
  width: 455px;
}

@media (max-width: 599px) {
  .top .contentsWrapper footer .footerLogo img {
    width: 255px;
  }
}

.top .contentsWrapper footer .address {
  text-align: center;
  padding-bottom: 30px;
}

.top .contentsWrapper footer .address br {
  display: none;
}

@media (max-width: 599px) {
  .top .contentsWrapper footer .address br {
    display: block;
  }
}

.top .contentsWrapper footer .footerTel {
  width: 262px;
  margin: 0 auto;
}

.top .contentsWrapper footer .footerFacebook {
  text-align: center;
  padding: 30px 0px;
}

.top .contentsWrapper footer .footerFacebook img {
  width: 171px;
}

@media (max-width: 599px) {
  .top .contentsWrapper .bottom .obi {
    padding: 10px 0 20px 0;
    font-size: 1.2rem;
    line-height: 1.5;
    height: auto;
  }
}

.top .contentsWrapper .bottom .obi br {
  display: none;
}

@media (max-width: 599px) {
  .top .contentsWrapper .bottom .obi br {
    display: block;
  }
}


/*--------------------------------------------当院について*/
.about {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}

@media (max-width: 599px) {
  .about {
    width: 100%;
  }
}

.about .wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 30px;
}

@media (max-width: 1040px) {
  .about .wrapper {
    width: 90%;
  }
}

@media (max-width: 599px) {
  .about .wrapper {
    padding-top: 0px;
  }
}

.about h2 {
  padding: 20px 0;
}

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

.about .kv {
  background: url(/img/common/about_kv.jpg);
  width: 100%;
  height: 0;
  /* (画像の高さ / 画像の横幅) × 100 */
  padding-top: 26.3157896%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.about .kv img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 0% 0%;
}

.about .kv02 img {
  background: url(/img/common/about_kv.jpg);
  width: 100%;
  height: 0;
  /* (画像の高さ / 画像の横幅) × 100 */
  padding-top: 10.5263158%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.about .kv03 img {
  width: 1000px;
  margin: auto;
  display: block;
  padding-top: 10px;
}

@media (max-width: 1040px) {
  .about .kv03 img {
    width: 90%;
  }
}

.about .rinen {
  padding-top: 30px;
}

@media (max-width: 599px) {
  .about .rinen {
    width: 90%;
  }
}

.about .rinen img {
  width: 312px;
}

.about .rineninner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 599px) {
  .about .rineninner {
    display: block;
  }
}

.about .rineninner ul {
  width: 70%;
}

@media (max-width: 599px) {
  .about .rineninner ul {
    width: 100%;
  }
}

.about .rineninner .about_logo {
  width: 30%;
}

@media (max-width: 599px) {
  .about .rineninner .about_logo {
    width: 60%;
    margin: 20px auto 0;
  }
}

.about .rineninner img {
  width: 80%;
  padding-left: 20%;
}

@media (max-width: 599px) {
  .about .rineninner img {
    padding-left: 0;
  }
}

@media (max-width: 599px) {
  .about .sisin {
    width: 90%;
  }
}

.about .sisin img {
  width: 196px;
}

@media (max-width: 599px) {
  .about .aisatsu {
    width: 90%;
  }
}

.about .aisatsu img {
  width: 272px;
}

@media (max-width: 1040px) {
  .about .keireki {
    width: 90%;
  }
}

@media (max-width: 599px) {
  .about .keireki {
    width: 90%;
  }
}

.about .keireki .keirekiinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1040px) {
  .about .keireki .keirekiinner {
    display: block;
  }
}

@media (max-width: 599px) {
  .about .keireki .keirekiinner {
    display: block;
  }
}

.about .keireki .keirekiinner .list .name {
  font-size: 1.8rem;
  padding-bottom: 10px;
}

.about .keireki .keirekiinner .photo img {
  width: 240px;
  padding-left: 140px;
}

@media (max-width: 1040px) {
  .about .keireki .keirekiinner .photo img {
    padding-left: 0px;
    margin: auto;
    display: block;
    padding: 20px 0;
  }
}

@media (max-width: 599px) {
  .about .keireki .keirekiinner .photo img {
    padding-left: 0px;
    margin: auto;
    display: block;
    padding: 20px 0;
  }
}

.about .keireki .keirekiinner .sikaku,
.about .keireki .keirekiinner .gakkai {
  padding-top: 20px;
}

.about .keireki .gakkai a {
  color: blue;
  text-decoration: blue underline;
}

@media (max-width: 599px) {
  .about .yousu {
    width: 90%;
  }
}

.about .yousu p {
  padding-bottom: 30px;
}

.about .yousu .yousu img {
  width: 276px;
}

.about .yousu .yousuinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 800px;
  margin: auto;
}

@media (max-width: 1040px) {
  .about .yousu .yousuinner {
    width: 100%;
    display: block;
  }
}

@media (max-width: 599px) {
  .about .yousu .yousuinner {
    width: 100%;
    display: block;
  }
}

@media (max-width: 1040px) {
  .about .yousu .yousuinner img {
    max-width: 342px;
    width: 100%;
    margin: auto;
    display: block;
  }
}

@media (max-width: 599px) {
  .about .yousu .yousuinner img {
    max-width: 342px;
    width: 100%;
    margin: auto;
    display: block;
  }
}

.about .yousu .yousuinner p {
  padding-bottom: 30px;
}

@media (max-width: 1040px) {
  .about .yousu .yousuinner p {
    text-align: center;
  }
}

@media (max-width: 599px) {
  .about .yousu .yousuinner p {
    text-align: center;
  }
}

.about .yousu .yousuinner div {
  padding-bottom: 40px;
}

/*--------------------------------------------診療・日帰り手術*/
.medical {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  /*title*/
  /*img centering*/
  /*診療案内*/
  /*日帰り手術について*/
  /*白内障*/
  /*網膜硝子対疾患*/
  /*緑内障*/
}

@media (max-width: 1040px) {
  .medical {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .medical {
    width: 100%;
  }
}

.medical .wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 40px;
}

@media (max-width: 1040px) {
  .medical .wrapper {
    width: 90%;
  }
}

@media (max-width: 599px) {
  .medical .wrapper {
    width: 90%;
  }
}

.medical .kv {
  background: url(/img/common/medical_kv.jpg);
  width: 100%;
  height: 0;
  /* (画像の高さ / 画像の横幅) × 100 */
  padding-top: 26.3157896%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.medical .kv img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 0% 0%;
}

.medical .kv img h2 {
  padding: 60px 0 20px 0;
}

.medical h2 {
  padding: 20px 0;
}

.medical .hakunai h3:before {
  content: '';
  display: inline-block;
  width: 58px;
  height: 40px;
  background-image: url(/img/common/medical_icon_hakunai.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 10px;
}

.medical .ryokunai h3:before {
  content: '';
  display: inline-block;
  width: 58px;
  height: 40px;
  background-image: url(/img/common/medical_icon_ryokunai.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 10px;
}

.medical .moumaku h3:before {
  content: '';
  display: inline-block;
  width: 48px;
  height: 38px;
  background-image: url(/img/common/medical_icon_moumaku.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 10px;
  vertical-align: middle;
}

.medical .flex_right {
  margin-left: 80px;
}

@media (max-width: 1040px) {
  .medical .flex_right {
    margin-left: 0px;
    margin-top: 20px;
  }
}

@media (max-width: 599px) {
  .medical .flex_right {
    margin-left: 0px;
    margin-top: 20px;
  }
}

@media (max-width: 599px) {
  .medical .hakunai {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
  }
}

.medical .sinryou .inner,
.medical .hakunai .inner,
.medical .moumaku .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (max-width: 1040px) {
  .medical .sinryou .inner,
  .medical .hakunai .inner,
  .medical .moumaku .inner {
    display: block;
  }
}

@media (max-width: 599px) {
  .medical .sinryou .inner,
  .medical .hakunai .inner,
  .medical .moumaku .inner {
    display: block;
  }
}

.medical .higaeri .inner,
.medical .ryokunai .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (max-width: 1040px) {
  .medical .higaeri .inner,
  .medical .ryokunai .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 599px) {
  .medical .higaeri .inner,
  .medical .ryokunai .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 1040px) {
  .medical .higaeri .inner .flex_left,
  .medical .ryokunai .inner .flex_left {
    order: 2;
  }
}

@media (max-width: 1040px) {
  .medical .higaeri .inner .flex_right,
  .medical .ryokunai .inner .flex_right {
    order: 1;
  }
}

@media (max-width: 1040px) {
  .medical .flex_left img {
    display: block;
    margin: auto;
    padding-top: 20px;
  }
}

@media (max-width: 599px) {
  .medical .flex_left img {
    width: 100%;
    display: block;
    margin: auto;
  }
}

@media (max-width: 1040px) {
  .medical .flex_right img {
    display: block;
    margin: auto;
  }
}

@media (max-width: 599px) {
  .medical .flex_right img {
    width: 100%;
    display: block;
    margin: auto;
  }
}

.medical .sinryou {
  padding-top: 30px;
}

.medical .sinryou .inner .flex_left p:nth-child(1) {
  padding-bottom: 20px;
}

.medical .higaeri h2 {
  padding: 20px 0 20px 0;
}

@media (max-width: 599px) {
  .medical .higaeri h2 {
    padding: 20px 0 0px 0;
    line-height: 1;
  }
}

.medical .higaeri .inner .flex_right p:nth-child(1) {
  padding-bottom: 20px;
}

.medical .higaeri .inner .syokilink,
a.el_linkTxt,
a.el_linkTxt:hover {
  color: red;
  text-decoration: underline red;
}

.medical .hakunai .flex_leftinner,
.medical .moumaku .flex_leftinner {
  border-top: #008E3C 2px solid;
  padding-top: 20px;
}

.medical .hakunai .flex_leftinner p,
.medical .moumaku .flex_leftinner p {
  padding-bottom: 10px;
}

.medical .ryokunai .flex_rightinner {
  border-top: #008E3C 2px solid;
  padding-top: 20px;
}

.medical .ryokunai .flex_rightinner p {
  padding-bottom: 10px;
}

/*--------------------------------------------手術・検査機器*/
.surgery {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}

.surgery h2 {
  padding: 20px 0 60px 0;
}

@media (max-width: 599px) {
  .surgery h2 {
    width: 90%;
    padding: 0px;
    margin: auto;
    display: block;
  }
}

.surgery .kv {
  background: url(/img/common/surgery_kv.jpg);
  width: 100%;
  height: 0;
  /* (画像の高さ / 画像の横幅) × 100 */
  padding-top: 26.3157896%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.surgery .kv img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 0% 0%;
}

.surgery .kv img h2 {
  padding: 20px 0 20px 0;
}

.surgery .wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 30px;
}

@media (max-width: 1040px) {
  .surgery .wrapper {
    width: 90%;
  }
}

@media (max-width: 599px) {
  .surgery .wrapper {
    width: 100%;
  }
}

.surgery .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-bottom: 80px;
}

@media (max-width: 599px) {
  .surgery .inner {
    display: block;
    width: 100%;
    margin: auto;
    padding-bottom: 40px;
  }
}

.surgery .inner .flex_left {
  margin-bottom: 40px;
}

.surgery .inner .flex_left,
.surgery .inner .flex_right {
  width: 45%;
}

@media (max-width: 599px) {
  .surgery .inner .flex_left,
  .surgery .inner .flex_right {
    width: 100%;
  }
}

.surgery .inner img {
  margin: auto;
  display: block;
  padding-bottom: 10px;
  width: 80%;
}

.surgery .inner .noclip img {
  margin: 0;
  width: 100%;
}

.surgery .inner .text {
  width: 360px;
  border-top: 1px solid #cccc;
  padding-top: 10px;
  width: 100%;
}

@media (max-width: 599px) {
  .surgery .inner .text {
    margin: auto;
    width: 90%;
  }
}

.surgery .inner .text p:nth-child(2) {
  font-size: 1.4rem;
}

.surgery .inner .text p:nth-child(3) {
  font-size: 1.2rem;
}

.surgery .ichiran {
  width: 100%;
  max-width: 1000px;
  padding-bottom: 30px;
}

@media (max-width: 1040px) {
  .surgery .ichiran {
    width: 90%;
  }
}

@media (max-width: 599px) {
  .surgery .ichiran {
    width: 100%;
  }
}

.surgery .ichiran h3 {
  text-align: center;
  padding-bottom: 20px;
}

@media (max-width: 599px) {
  .surgery .ichiran h3 {
    margin: auto;
    width: 90%;
    font-size: 20px;
  }
}

.surgery .ichiran .box {
  margin: 0 auto;
  border: 1px solid #333333;
  padding: 30px;
  width: 100%;
}

@media (max-width: 599px) {
  .surgery .ichiran .box {
    margin: auto;
    width: 80%;
  }
}

/* 202406追記*/
.ryokunai_kiki{
  display: table;
  margin: 30px auto 0 auto;
  padding: 30px;
  background: #DFE2DB;
  border-radius: 5px;
}
.ryokunai_kiki_ttl{
  display: table;
  margin: 0 auto;
  padding-right: 1em;
  color: #008E3C;
  font-size: 1.1em;
}
.ryokunai_kiki p{
  margin-top: 1em;
}
.ryokunai_kiki ol{
  margin-left: 1em;
}
.ryokunai_kiki ol li{
  margin-bottom: .3em;
}
.ryokunai_kiki_pic{
  margin-top: 1.5em;
  width: 100%;
  max-width: 780px;
}
.ryokunai_kiki_pic img{
  width: 100%;
  height: auto;
}
/*手術件数（2025年5月追記）.surgery-data*/
.surgery .surgery-data {
  width: 100%;
  max-width: 1000px;
  padding-bottom: 30px;
}
.surgery-data-tableWrap{
  padding-bottom: 20px;
  margin-bottom: 1.5em;
  overflow-x: scroll;
}
.surgery-data-table{
  width: 100%;
  min-width: 600px;
}
.surgery-data-table thead tr th{
  padding: 10px 10px;
  background-color: #008E3C;
  border-right: 1px solid #fff;
  color: #fff;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.1;
  vertical-align: middle;
}
.surgery-data-table thead tr th > span{
  font-size: .8em;
}
.surgery-data-table tr td{
  text-align: center;
  padding: 15px 10px;
  border-bottom: solid 1px #008E3C;
}
@media (max-width: 1040px) {
  .surgery .surgery-data {
    width: 90%;
  }
}

@media (max-width: 599px) {
  .surgery .surgery-data {
    width: 95%;
    padding-left: 10px;
  }
}

/* js_modaal
========================================================================== */
/*hideエリアをはじめは非表示*/
.js_modaal_hideArea{
	display: none;
}
.js_modaal_hideArea > *:last-child{
	margin-bottom: 0;
}
/*閉じるボタンのスタイル*/
.modaal-fullscreen .modaal-close{
	background: #008E3C;
	right:10px;
	top:10px;
}
.modaal-close:after,
.modaal-close:before{
	top:14px;
	left:24px;
	background: #fff;
	width: 1px;
	height:25px;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	top:14px;
	left:24px;
	background: #fff;
	width: 1px;
	height:25px;
}
	@media (min-width: 992px){
		.modaal-fullscreen .modaal-close{
			top: 20px;
			right: initial;
			left: calc(50% + 400px);
		}
	}
/*モーダルの表示部分*/
.modaal-container{
	background-color: #fff;
}
/*モーダルの表示部分*/
.js_modaalArea_wrapper{
	padding: 2em 0;
	max-width: 700px;
	margin-inline: auto;
}
.js_modaalArea_wrapper > *:last-child{
	margin-bottom: 0;
}
.js_modaalArea{
	margin-bottom: 7.857em;
}