@import"https://use.fontawesome.com/releases/v5.0.6/css/all.css";
@import"https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap";
@import"https://fonts.googleapis.com/css?family=Kosugi+Maru";
@import"https://fonts.googleapis.com/css?family=Great+Vibes&display=swap";
@import"https://use.fontawesome.com/releases/v5.0.6/css/all.css";
@import"https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap";
@import"https://fonts.googleapis.com/css?family=Kosugi+Maru";
@import"https://fonts.googleapis.com/css?family=Great+Vibes&display=swap";

.font_jp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif
}

.font_en {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.mintyou {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif
}

a:link,
a:visited {
  color: #3db89a;
  text-decoration: none
}

a:hover {
  color: rgba(61, 184, 154, .6)
}

.font_jp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif
}

.font_en {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.mintyou {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif
}

a:link,
a:visited {
  color: #3db89a;
  text-decoration: none
}

a:hover {
  color: rgba(61, 184, 154, .6)
}

body {
  font-family: "Kosugi Maru", sans-serif;
  color: #333;
  font-size: 1.5rem;
  line-height: 2;
  background-image: url(../img/bg1.png), url(../img/bg2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top right, bottom left;
  background-attachment: fixed, fixed;
  height: 200px
}

@media(max-width: 479px) {
  body {
    font-size: 1.4rem
  }
}

.wrap {
  padding: 180px 0;
  z-index: 100;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto
}

@media(max-width: 479px) {
  .wrap {
    padding: 32px 0
  }
}

@media(max-width: 960px) {
  .wrap {
    width: calc(100% - 16px)
  }
}

.wrap_sub {
  max-width: 800px;
  margin: 32px auto;
  padding: 80px
}

@media(max-width: 960px) {
  .wrap_sub {
    padding: 16px;
    margin: 16px auto
  }
}

.no_wrap {
  padding: 180px 0;
  z-index: 100
}

@media(max-width: 479px) {
  .no_wrap {
    padding: 32px 0
  }
}

.column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.column .side {
  width: 120px
}

.column .main {
  width: calc(100% - 120px)
}

@media(max-width: 960px) {
  .column {
    display: block
  }

  .column .side {
    width: 100%
  }

  .column .main {
    width: calc(100% - 0px)
  }
}

#wrap_column {
  width: 1150px;
  padding: 30px 0px 30px;
  margin: 0 auto
}

#main {
  float: left;
  width: calc(100% - 330px)
}

#main section {
  margin-bottom: 60px
}

#sidewrap {
  width: 300px;
  margin-left: 30px;
  float: right
}

#side {
  width: 300px
}

@media(max-width: 960px) {
  #wrap_column {
    width: 100%;
    margin-bottom: 30px
  }

  #main {
    float: none;
    width: 95%;
    margin: 0 auto 20px
  }

  #sidewrap {
    display: none;
    float: none;
    width: 95%;
    margin: 0 auto;
    height: auto;
    padding: 0
  }
}

.letter_img figure {
  margin-right: 48px
}

.letter_img_r {
  flex-direction: row-reverse
}

.letter_img_r figure {
  margin-left: 48px
}

.letter_img,
.letter_img_r {
  display: flex;
  margin-bottom: 32px;
  padding: 32px;
  position: relative
}

.letter_img figure figcaption,
.letter_img_r figure figcaption {
  font-size: 1.2rem;
  letter-spacing: .1rem;
  font-weight: 300;
  text-align: left;
  background-color: #f2f2f2;
  padding: 6px;
  max-width: 400px
}

@media(max-width: 479px) {

  .letter_img figure figcaption,
  .letter_img_r figure figcaption {
    font-size: 1.2rem
  }
}

.letter_img .info,
.letter_img_r .info {
  flex: 1
}

.letter_img .info p,
.letter_img_r .info p {
  text-align: justify;
  text-justify: inter-ideograph
}

@media(max-width: 960px) {

  .letter_img,
  .letter_img_r {
    display: block;
    padding: 8px
  }

  .letter_img figure,
  .letter_img_r figure {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 16px
  }

  .letter_img figure img,
  .letter_img_r figure img {
    width: auto
  }
}

.flexbox_ttl {
  background: #3db89a;
  position: absolute;
  top: -16px;
  left: -16px;
  color: #fff;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  line-height: 1;
  font-size: 3rem;
  border-radius: 50%;
  text-align: center
}

.flexbox_ttl span {
  font-size: 1.3rem
}

.flexbox_ttl img {
  width: 60%
}

.flexbox_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.flexbox_2:after {
  content: "";
  display: block;
  width: calc((100% / 2) - 16px)
}

.flexbox_2.right {
  flex-direction: row-reverse
}

.flexbox_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px
}

.flexbox_3:after {
  content: "";
  display: block;
  width: calc((100% / 3) - 16px)
}

.flexbox_4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px
}

.flexbox_4:after {
  content: "";
  display: block;
  width: calc((25% / 4) - 16px)
}

.flexbox_4center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 32px
}

.flexbox_5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -8px
}

.flexbox_5:after {
  content: "";
  display: block;
  width: calc((100% / 5) - 16px)
}

.flexbox_2 .bx {
  position: relative;
  margin-bottom: 32px;
  position: relative;
  width: calc(50% - 16px)
}

.flexbox_2 .bx img {
  max-width: 100%;
  margin: 0 auto
}

.flexbox_2 .bx .bx_in {
  padding: 16px
}

@media(max-width: 479px) {
  .flexbox_2 .bx {
    margin-bottom: 24px
  }
}

.flexbox_3 .bx {
  position: relative;
  margin-bottom: 32px;
  position: relative;
  width: calc((100% / 3) - 16px)
}

.flexbox_3 .bx img {
  max-width: 100%;
  margin: 0 auto
}

.flexbox_3 .bx .bx_in {
  padding: 16px
}

@media(max-width: 479px) {
  .flexbox_3 .bx {
    margin-bottom: 24px
  }
}

.flexbox_4 .bx {
  position: relative;
  margin-bottom: 32px;
  position: relative;
  width: calc(25% - 16px) !important;
  margin: 8px
}

.flexbox_4 .bx img {
  max-width: 100%;
  margin: 0 auto
}

.flexbox_4 .bx .bx_in {
  padding: 16px
}

@media(max-width: 479px) {
  .flexbox_4 .bx {
    margin-bottom: 24px
  }
}

.flexbox_4center .bx {
  position: relative;
  margin-bottom: 32px;
  position: relative;
  width: calc(25% - 16px);
  margin: 8px
}

.flexbox_4center .bx img {
  max-width: 100%;
  margin: 0 auto
}

.flexbox_4center .bx .bx_in {
  padding: 16px
}

@media(max-width: 479px) {
  .flexbox_4center .bx {
    margin-bottom: 24px
  }
}

.flexbox_5 .bx {
  position: relative;
  margin-bottom: 32px;
  position: relative;
  width: calc(20% - 16px);
  margin: 0 8px 16px;
  padding: 8px 16px;
  border: 1px solid #ccc
}

.flexbox_5 .bx img {
  max-width: 100%;
  margin: 0 auto
}

.flexbox_5 .bx .bx_in {
  padding: 16px
}

@media(max-width: 479px) {
  .flexbox_5 .bx {
    margin-bottom: 24px
  }
}

.flexbox_5 .bx img {
  margin-bottom: 8px
}

@media(max-width: 479px) {

  .flexbox_2,
  .flexbox_3 {
    display: block;
    flex-wrap: nowrap
  }

  .flexbox_2 .bx,
  .flexbox_3 .bx {
    width: calc(100% - 0px)
  }

  .flexbox_4 .bx {
    width: calc(50% - 16px) !important
  }

  .flexbox_4center .bx {
    width: calc(100% - 16px)
  }

  .flexbox_5 .bx {
    width: calc(100% - 16px)
  }
}

.list_check {
  font-size: 1.5rem;
  font-weight: bold;
  overflow: hidden;
  line-height: 1.5
}

.list_check li {
  padding-left: 1.2em;
  padding-top: 8px;
  padding-bottom: 8px;
  text-indent: -1.2em;
  border-bottom: dotted 1px #aaa
}

.list_check li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #3db89a
}

.list_check li:last-child {
  border-bottom: dotted 0px #aaa
}

.list_check_L {
  overflow: hidden;
  line-height: 1.5
}

.list_check_L li {
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 16px 0 16px 1.2em;
  text-indent: -1.2em;
  font-weight: bold;
  border-top: 2px solid #111
}

@media(max-width: 1024px) {
  .list_check_L li {
    font-size: 1.8rem
  }
}

.list_check_L li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  margin-right: 8px;
  color: #3db89a
}

.list_check_L li:last-child {
  border-bottom: 2px solid #111
}

.link_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row
}

.link_img li {
  width: calc((100% / 5) - 32px);
  margin: 0 16px
}

.link_img li img {
  width: 100%
}

@media(max-width: 479px) {
  .link_img li {
    text-align: center;
    width: calc((100% / 3) - 0px);
    margin: 0 0px 8px
  }
}

.list_flex {
  padding: 5px 0;
  font-weight: bold;
  overflow: hidden;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.list_flex li {
  width: calc((100% / 2) - 8px);
  padding-left: 2em;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-indent: -1.6em;
  margin: 8px 0;
  background-color: rgba(61, 184, 154, .2);
  font-size: 1.4rem;
  letter-spacing: .1rem;
  font-weight: bold
}

.list_flex li:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  margin-right: 8px;
  font-weight: 600;
  color: #3db89a
}

/* @media(max-width: 1024px) {
  .list_flex li {
    font-size: 1.8rem
  }
} */

@media(max-width: 479px) {
  .list_flex li {
    width: calc((100% / 1) - 8px)
  }
}

.ol-list {
  counter-reset: li;
  list-style: none;
  margin: 10px 0;
  display: block
}

.ol-list li {
  font-size: 15px;
  margin-bottom: 10px;
  padding: 5px 0px;
  background: #f2f2f2
}

.ol-list li:last-child {
  margin-bottom: 0px
}

.ol-list span {
  display: table-cell;
  position: relative;
  padding-left: 10px;
  color: #555;
  text-decoration: none;
  transition: all .3s ease-out
}

.ol-list span b {
  color: #e60012
}

.ol-list span:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 50%;
  margin-top: -1.6em;
  background-color: #3db89a;
  margin-left: -3.4em;
  color: #fff;
  height: 3em;
  width: 3em;
  line-height: 2.2em;
  border: .3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all .3s ease-out
}

.dl_list dt {
  float: left;
  width: 9em;
  background: #3db89a;
  padding: 5px 0px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: 2px 0 0
}

.dl_list dd {
  padding-left: 10em;
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 1.6;
  border-bottom: dotted 1px #aaa;
  margin: 5px 0
}

.dl_list dd:last-child {
  border-bottom: 0px
}

@media(max-width: 960px) {
  .dl_list dt {
    float: none;
    width: 100%;
    margin: 2px 0 0
  }

  .dl_list dd {
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px 0
  }
}

.dl_list_line dt {
  float: left;
  width: 9em;
  padding: 16px 0px;
  line-height: 1.3;
  margin: 2px 0 0;
  font-weight: bold;
  color: #3db89a
}

.dl_list_line dd {
  padding-left: 11em;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.6;
  border-bottom: solid 1px #aaa
}

.dl_list_line dd:first-child {
  border-top: solid 1px #aaa
}

@media(max-width: 960px) {
  .dl_list_line dt {
    float: none;
    width: 100%;
    margin: 2px 0 8px;
    padding: 0;
    text-align: left
  }

  .dl_list_line dd {
    padding-left: 0;
    padding-top: 3px;
    padding-bottom: 8px;
    margin: 2px 0 16px
  }
}

.dl_list_line_normal dt {
  padding: 8px 0px;
  line-height: 1.3;
  margin: 2px 0 0;
  font-weight: bold;
  color: #3db89a;
  display: inline-block;
  border-bottom: 1px solid #3db89a
}

.dl_list_line_normal dd {
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.6;
  border-bottom: solid 1px #ccc
}

.dl_list_line_normal dd:last-child {
  border-bottom: solid 0px #aaa
}

@media(max-width: 960px) {
  .dl_list_line_normal dt {
    float: none;
    width: 100%;
    margin: 2px 0 8px;
    padding: 0;
    text-align: left
  }

  .dl_list_line_normal dd {
    padding-left: 0;
    padding-top: 3px;
    padding-bottom: 8px;
    margin: 2px 0 16px
  }
}

.faq {
  margin-bottom: 32px
}

.faq dt {
  margin-bottom: 20px;
  background: #3db89a;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 16px;
  padding-left: 36px;
  line-height: 1.6;
  position: relative;
  cursor: pointer
}

.faq dt:before {
  content: "＋";
  position: absolute;
  top: -6px;
  left: -6px;
  text-indent: 0px;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  background: #246b5a;
  width: 35px;
  height: 35px;
  text-align: center !important
}

.faq dt:hover {
  background: #246b5a
}

.faq dd {
  display: none;
  position: relative;
  margin-bottom: 24px;
  background: #f2f2f2;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 16px;
  padding-left: 48px;
  line-height: 1.6;
  position: relative
}

.faq dd:before {
  position: absolute;
  top: 0px;
  left: 0px;
  text-indent: 0px;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  background: #111;
  width: 35px;
  height: 35px;
  text-align: center !important
}

.faq b {
  padding: 3px 5px;
  margin: 10px 0;
  line-height: 40px;
  background: #dad2b9;
  font-size: 11px
}

.day_flow dt {
  background-color: #37a58a;
  color: #fff;
  padding: 5px 15px;
  font-weight: 700;
  font-size: 1.1em;
  border-radius: 3px
}

.day_flow dd {
  border-left: 4px dotted #3db89a;
  margin-left: 25px;
  padding: 10px 15px;
  box-sizing: border-box
}

.day_flow.ptn02 dt {
  background-color: #ffd000;
  color: #444
}

.day_flow.ptn02 dd {
  border-left: 4px dotted #ffd000;
  color: #444
}

.btn_main_f {
  margin-bottom: 8px
}

.btn_main_f a {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  font-weight: bold;
  padding: 4px 0px;
  font-size: 1.6rem;
  transition: .3s;
  text-align: center;
  color: #fff
}

.btn_main_f a:hover {
  opacity: .6
}

@media(max-width: 960px) {
  .btn_main_f a {
    margin: 0 auto !important
  }
}

.btn_main_f a:link,
.btn_main_f a:visited,
.btn_main_f a:hover {
  color: #fff
}

.btn_main_f a.white:link,
.btn_main_f a.white:visited,
.btn_main_f a.white:hover {
  color: #fff
}

.btn_main_f.center a {
  margin-right: auto !important;
  margin-left: auto !important
}

.btn_main_f.right a {
  margin-left: auto !important
}

@media(max-width: 960px) {
  .btn_main_f.right a {
    margin: 0 auto !important
  }
}

.b_btn {
  display: block;
  margin-top: 30px;
  width: 100%;
  max-width: 600px;
  padding: 1em;
  text-align: center;
  color: #3db89a;
  border: 3px solid #3db89a;
  background-color: transparent;
  position: relative;
  transition: .46s;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold
}

@media(max-width: 1024px) {
  .b_btn {
    font-size: 1.8rem
  }
}

.b_btn a:link,
.b_btn a:visited {
  color: #3db89a !important
}

.b_btn:hover {
  background-color: #3db89a;
  color: #fff
}

.b_btn:hover .b_btn_icon {
  color: #17453a;
  right: -30px;
  width: 60px
}

.b_btn:hover .b_btn_icon:before {
  border-left: 4px solid #17453a;
  border-bottom: 4px solid #17453a
}

.b_btn .b_btn_icon {
  position: absolute;
  top: calc(50% - 1px);
  right: 26px;
  width: 30px;
  height: 1px;
  transition: inherit;
  background-color: #3db89a
}

.b_btn .b_btn_icon:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid #3db89a;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #3db89a;
  transition: inherit
}

.b_btn.b_btn_01 {
  margin: 64px auto
}

.b_btn.b_btn_white {
  color: #fff;
  border: 1px solid #fff
}

.b_btn.b_btn_white:hover {
  background-color: #fff;
  color: #3db89a
}

.b_btn.b_btn_white:hover .b_btn_icon {
  background-color: #3db89a
}

.b_btn.b_btn_white:hover .b_btn_icon:before {
  border-left: 4px solid #3db89a;
  border-bottom: 4px solid #3db89a
}

.b_btn.b_btn_white .b_btn_icon {
  background-color: #fff
}

.b_btn.b_btn_white .b_btn_icon:before {
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff
}

.btn_inline {
  margin: 16px 0
}

.btn_inline .btn_main {
  display: inline-block;
  margin: 0 0 8px;
  width: 240px
}

@media(max-width: 479px) {
  .btn_inline .btn_main {
    width: 100%
  }
}

.btn_main a {
  display: block;
  width: 100%;
  max-width: 320px;
  border: 1px solid #3db89a;
  background-color: #3db89a;
  font-weight: normal;
  margin: 16px 0px;
  /* padding: 16px 0px; */
  padding: 8px 0px;
  font-size: 1.8rem;
  transition: .3s;
  text-align: center;
  border-radius: 30px;
  background: #3db89a;
  color: #3db89a;
  font-weight: bold
}

/* @media(max-width: 960px) {
  .btn_main a {
    margin: 0 auto !important
  }
} */

.btn_main a:link,
.btn_main a:visited {
  color: #fff
}

.btn_main a:hover {
  color: #3db89a;
  background: #fff
}

.btn_main a.white:link,
.btn_main a.white:visited,
.btn_main a.white:hover {
  color: #fff
}

.btn_main.center a {
  margin-right: auto !important;
  margin-left: auto !important
}

.btn_main.right a {
  margin-left: auto !important
}

@media(max-width: 960px) {
  .btn_main.right a {
    margin: 0 auto !important
  }
}

.btn_inline .btn_s {
  display: inline-block;
  margin: 0 4px
}

@media(max-width: 479px) {
  .btn_inline {
    text-align: center
  }

  .btn_inline .btn_s {
    margin: 0 4px
  }
}

.btn_s {
  margin: 15px 0 8px;
  display: flex
}

@media(max-width: 1024px) {
  .btn_s {
    flex-direction: column
  }
}

.btn_s a {
  transition: .3s;
  font-size: 1.2rem;
  letter-spacing: .1rem;
  font-weight: 300;
  background: #3db89a;
  padding: 4px 20px;
  font-size: 1.3rem;
  border: 2px solid #85d6c2;
  display: inline-block;
  /* margin: 0 0 15px; */
  text-align: center
}

@media(max-width: 479px) {
  .btn_s a {
    font-size: 1.2rem
  }
}

.btn_s a:link,
.btn_s a:visited {
  color: #fff
}

.btn_s a:hover {
  color: #fff;
  background: #fff;
  color: #3db89a;
  border-color: #3db89a
}

@media(max-width: 960px) {
  .btn_s {
    margin: 16px auto !important
  }
}

.btn_s.center a {
  margin-right: auto !important;
  margin-left: auto !important
}

.btn_s.right a {
  margin-left: auto !important
}

@media(max-width: 960px) {
  .btn_s.right a {
    margin: 0 auto !important
  }
}

.btn_color a {
  background: #fff001;
  display: block;
  position: relative;
  color: #000;
  z-index: 99;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  font-size: 2rem
}

@media(max-width: 479px) {
  .btn_color a {
    font-size: 1.4rem
  }
}

.btn_color a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 60px;
  transition: all .3s ease;
  background: #3db89a;
  left: 0;
  z-index: -1
}

.btn_color a:hover {
  color: #fff
}

.btn_color a:hover:before {
  width: 100%;
  transition: .4s all ease
}

.btn_color a:hover:after {
  border-color: #fff #fff transparent transparent
}

.btn_color.arrow a:after {
  width: 12px;
  height: 12px;
  border: solid 3px;
  border-color: #fff #fff transparent transparent;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translate(-50%, -50%);
  content: ""
}

.telbtn {
  font-size: 3.5rem;
  padding: 8px 24px;
  font-weight: normal;
  letter-spacing: 2px;
  border: 2px solid #3db89a;
  display: inline-block
}

.telbtn:before {
  font-family: "Font Awesome 5 Free";
  font-size: 3rem;
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #3db89a
}

.telbtn a:link,
.telbtn a:visited {
  color: #3db89a;
  text-decoration: none
}

.telbtn a:hover {
  color: #3db89a;
  text-decoration: none;
  opacity: .6
}

@media(max-width: 479px) {
  .telbtn {
    font-size: 2rem;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 8px 16px;
    margin: 16px 0;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 3px 1px
  }

  .telbtn:before {
    font-size: 1.8rem
  }
}

.ttl_base {
  font-size: 3rem;
  letter-spacing: .1rem;
  line-height: 1.6;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #3db89a;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 24px;
  position: relative;
  padding: 0 0 8px
}

@media(max-width: 960px) {
  .ttl_base {
    font-size: 2.4rem
  }
}

@media(max-width: 479px) {
  .ttl_base {
    font-size: 2.6rem
  }
}

.ttl_base span {
  font-size: 1.5rem;
  line-height: 2;
  display: block;
  font-weight: normal;
  color: #333;
  font-family: "Kosugi Maru", sans-serif
}

@media(max-width: 479px) {
  .ttl_base span {
    font-size: 1.4rem
  }
}

@media screen and (max-width: 768px) {
  .ttl_base {
    margin-bottom: 24px;
    text-align: center
  }
}

.ttl_bar {
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold;
  color: #3db89a;
  border-bottom: 2px solid #3db89a;
  padding: 4px 0;
  margin-bottom: 16px;
  font-weight: bold
}

@media(max-width: 1024px) {
  .ttl_bar {
    font-size: 1.8rem
  }
}

.ttl_bar span {
  font-size: 1.2rem;
  letter-spacing: .1rem;
  font-weight: 300
}

@media(max-width: 479px) {
  .ttl_bar span {
    font-size: 1.2rem
  }
}

.ttl_check {
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
  padding: 4px 0 0;
  font-weight: bold
}

@media(max-width: 1024px) {
  .ttl_check {
    font-size: 1.8rem
  }
}

.ttl_check:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #3db89a
}

.ttl_lead {
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold;
  position: relative;
  background-image: url(../img/line.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 600
}

@media(max-width: 1024px) {
  .ttl_lead {
    font-size: 1.8rem
  }
}

.ttl_ic {
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold;
  color: #3db89a;
  margin-bottom: 16px;
  padding: 4px 0 0;
  font-weight: bold;
  border-bottom: 1px solid #3db89a
}

@media(max-width: 1024px) {
  .ttl_ic {
    font-size: 1.8rem
  }
}

.ttl_ic:before {
  content: "";
  margin-top: 8px;
  margin-right: 8px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/ttl_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-family: "object-fit: contain;";
  vertical-align: middle
}

.ttl_elegant {
  font-size: 8rem;
  font-family: "Great Vibes", cursive;
  color: #111;
  font-weight: normal;
  line-height: 1.2;
  top: -16px;
  left: 0px;
  transform: rotate(-5deg);
  z-index: 100
}

@media(max-width: 479px) {
  .ttl_elegant {
    font-size: 6rem
  }
}

.ttl_point {
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold;
  color: #1258a3;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
  padding: 3px 0
}

@media(max-width: 1024px) {
  .ttl_point {
    font-size: 1.8rem
  }
}

.ttl_point span {
  background: #1258a3;
  display: inline-block;
  padding: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  margin-right: 15px
}

.ttl_point_square {
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold;
  color: #3db89a;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
  padding: 3px 0
}

@media(max-width: 1024px) {
  .ttl_point_square {
    font-size: 1.8rem
  }
}

.ttl_point_square span {
  background: #3db89a;
  display: inline-block;
  padding: 10px;
  height: 40px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  margin-right: 15px
}

.ttl_point_center {
  color: #3db89a;
  font-weight: bold;
  line-height: 20px;
  margin: 24px 0;
  padding: 3px 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2
}

@media(max-width: 479px) {
  .ttl_point_center {
    font-size: 1.4rem
  }
}

.ttl_point_center span {
  background: #3db89a;
  display: block;
  padding: 6px;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  font-size: 2.3rem;
  margin: 0 auto 10px
}

.ttl_bot {
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold;
  color: #3db89a;
  display: table;
  margin-bottom: 16px;
  line-height: 1.2;
  padding: 4px 0;
  font-weight: bold;
  border-bottom: 3px dotted #3db89a
}

@media(max-width: 1024px) {
  .ttl_bot {
    font-size: 1.8rem
  }
}

.ttl_bot span {
  font-size: 1.2rem;
  letter-spacing: .1rem;
  font-weight: 300
}

@media(max-width: 479px) {
  .ttl_bot span {
    font-size: 1.2rem
  }
}

.ttl_bot.tcenter {
  margin-right: auto;
  margin-left: auto
}

.ttl_biger {
  font-size: 4vw;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: rgba(61, 184, 154, .6);
  z-index: 0;
  margin-bottom: 32px;
  line-height: 1.3;
  position: relative
}

.ttl_biger span {
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold;
  font-weight: bold;
  color: #fff;
  display: block
}

@media(max-width: 1024px) {
  .ttl_biger span {
    font-size: 1.8rem
  }
}

@media(max-width: 479px) {
  .ttl_biger {
    font-size: 2.8rem;
    color: rgba(61, 184, 154, .6);
    text-align: center
  }
}

.look_bk {
  font-size: 8rem;
  font-family: "Great Vibes", cursive;
  color: #3db89a;
  font-weight: normal;
  z-index: 0;
  line-height: 1;
  letter-spacing: .2rem
}

@media(max-width: 479px) {
  .look_bk {
    font-size: 4.8rem;
    color: #3db89a;
    text-align: center !important
  }
}

.look_bk span {
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold;
  z-index: 1;
  line-height: 1.5;
  margin-bottom: 24px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: bold;
  color: #3db89a;
  display: block
}

@media(max-width: 1024px) {
  .look_bk span {
    font-size: 1.8rem
  }
}

@media(max-width: 960px) {
  .look_bk span {
    margin-top: 0px;
    font-size: 1.5rem !important;
    text-align: center
  }
}

.ttl_bg {
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold;
  background: #3db89a;
  color: #fff;
  text-indent: 2rem;
  margin: 16px 0;
  padding: 4px 0;
  font-weight: bold
}

@media(max-width: 1024px) {
  .ttl_bg {
    font-size: 1.8rem
  }
}

.ttl_border {
  font-size: 3rem;
  letter-spacing: .1rem;
  line-height: 1.6;
  margin-bottom: 16px;
  padding: 16px 0;
  font-weight: bold !important;
  border-top: 2px solid #3db89a;
  border-bottom: 2px solid #3db89a;
  text-align: center;
  font-weight: normal
}

@media(max-width: 960px) {
  .ttl_border {
    font-size: 2.4rem
  }
}

@media(max-width: 479px) {
  .ttl_border {
    font-size: 2.6rem
  }
}

.ttl_cl {
  font-size: 3rem;
  letter-spacing: .1rem;
  line-height: 1.6;
  color: #111;
  text-align: center;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 45px;
  position: relative
}

@media(max-width: 960px) {
  .ttl_cl {
    font-size: 2.4rem
  }
}

@media(max-width: 479px) {
  .ttl_cl {
    font-size: 2.6rem
  }
}

.ttl_cl:after {
  content: "";
  width: 160px;
  height: 2px;
  background: #3db89a;
  display: block;
  position: absolute;
  top: 80px;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0
}

.ttl_cl span {
  font-size: 15px;
  display: block
}

@media(max-width: 479px) {
  .ttl_cl {
    font-size: 2rem;
    margin-bottom: 24px
  }

  .ttl_cl:after {
    top: 50px
  }
}

.ttl_bl {
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold;
  color: #3db89a;
  text-indent: .8em;
  overflow: hidden;
  font-weight: normal;
  border-left: 3px solid #3db89a;
  margin: 32px 0;
  padding: 4px 0
}

@media(max-width: 1024px) {
  .ttl_bl {
    font-size: 1.8rem
  }
}

.ttl_bl span {
  font-size: 1.5rem;
  line-height: 2
}

@media(max-width: 479px) {
  .ttl_bl span {
    font-size: 1.4rem
  }
}

.ttl_cl_line {
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold;
  color: #3db89a;
  text-align: center;
  padding: 16px 0;
  background: url("../img/ttl_cl_line.png") repeat-x center
}

@media(max-width: 1024px) {
  .ttl_cl_line {
    font-size: 1.8rem
  }
}

.ttl_cl_line h1,
.ttl_cl_line h2,
.ttl_cl_line h3,
.ttl_cl_line h4,
.ttl_cl_line h5 {
  background-color: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 3px 32px;
  line-height: 1.3
}

.ttl_cl_line span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: .1rem;
  font-weight: 300;
  color: #333
}

@media(max-width: 479px) {
  .ttl_cl_line span {
    font-size: 1.2rem
  }
}

.ttl_cl_line:after {
  content: "";
  height: 100px
}

.bnr_onepoint {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 500px;
  margin: 1px 0
}

.bnr_onepoint li {
  width: calc(50% - 1px);
  height: 500px;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-right: 1px
}

.bnr_onepoint li * {
  box-sizing: border-box;
  transition: all .55s ease
}

.bnr_onepoint li *:before,
.bnr_onepoint li *:after {
  box-sizing: border-box;
  transition: all .55s ease
}

.bnr_onepoint li:hover p {
  transform: translateY(-30px)
}

.bnr_onepoint li img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"
}

.bnr_onepoint li figcaption {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 450px
}

.bnr_onepoint li div {
  background: rgba(61, 184, 154, .6);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.bnr_onepoint li div p {
  text-shadow: rgba(0, 0, 0, .6) 0 0 10px;
  font-size: 6rem;
  color: #fff;
  line-height: 1.9;
  transform: translateY(0)
}

.bnr_onepoint li div p span {
  display: block !important;
  font-size: 1.5rem
}

.bnr_onepoint li a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1
}

.bnr_onepoint li:hover img,
.bnr_onepoint li.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: .5;
  opacity: .5;
  transform: scale(1.1)
}

@media screen and (max-width: 768px) {
  .bnr_onepoint {
    height: auto
  }

  .bnr_onepoint li {
    width: calc(100%);
    height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 200px
  }

  .bnr_onepoint li figcaption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto
  }

  .bnr_onepoint li img {
    width: 100%;
    height: 200px
  }

  .bnr_onepoint li div p {
    font-size: 1.8rem;
    color: #fff;
    line-height: 1.5
  }

  .bnr_onepoint li div p span {
    font-size: 1.2rem
  }

  .bnr_onepoint li:nth-child(1) {
    height: 250px;
    margin-bottom: 1px
  }

  .bnr_onepoint li:nth-child(1) img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
  }

  .bnr_onepoint li:nth-child(2) {
    height: 250px;
    margin-bottom: 1px
  }

  .bnr_onepoint li:nth-child(2) img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
  }

  .bnr_onepoint li:nth-child(3) {
    height: 250px
  }

  .bnr_onepoint li:nth-child(3) img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
  }
}

.ttl_rs {
  margin: 16px 0
}

.ttl_rs span {
  background: #3db89a;
  color: #fff;
  padding: 5px 15px;
  display: block;
  max-width: 250px;
  text-align: center;
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold
}

@media(max-width: 1024px) {
  .ttl_rs span {
    font-size: 1.8rem
  }
}

.ttl_rs.center span {
  margin-right: auto !important;
  margin-left: auto !important
}

.ttl_rs.right span {
  margin-left: auto !important
}

@media screen and (max-width: 768px) {
  .ttl_rs.right span {
    margin-right: auto !important;
    margin-left: auto !important
  }
}

.ttl_arrow {
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold;
  background: #ebebef;
  padding: 5px 10px;
  position: relative;
  padding: 5px 0 5px 70px
}

@media(max-width: 1024px) {
  .ttl_arrow {
    font-size: 1.8rem
  }
}

.ttl_arrow:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  background: #3db89a;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0
}

.ttl_arrow:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  left: 30px;
  box-sizing: border-box;
  width: 0;
  height: 100%;
  border: 28px solid transparent;
  border-left: 20px solid #3db89a
}

.yajirusi {
  position: relative;
  background: #3db89a;
  font-size: 3rem;
  letter-spacing: .1rem;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 24px 0;
  margin-bottom: 32px
}

@media(max-width: 960px) {
  .yajirusi {
    font-size: 2.4rem
  }
}

@media(max-width: 479px) {
  .yajirusi {
    font-size: 2.6rem
  }
}

.yajirusi span {
  margin-right: 8px;
  font-weight: bold
}

.yajirusi:after,
.yajirusi:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 1
}

.yajirusi:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #3db89a;
  border-width: 15px;
  margin-left: -15px
}

.yajirusi:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #3db89a;
  border-width: 20px;
  margin-left: -20px
}

.ttl_dotted {
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold;
  font-weight: bold;
  color: #3db89a;
  padding: 10px 0;
  border-top: dotted 3px #3db89a;
  border-bottom: dotted 3px #3db89a;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: .1em
}

@media(max-width: 1024px) {
  .ttl_dotted {
    font-size: 1.8rem
  }
}

.ttl_double {
  background: #3db89a;
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  border: 4px double #fff;
  padding: 16px 0;
  line-height: 1.2;
  margin-bottom: 15px;
  letter-spacing: 1px
}

@media(max-width: 1024px) {
  .ttl_double {
    font-size: 1.8rem
  }
}

.ttl_double span {
  font-size: 1.2rem;
  letter-spacing: .1rem;
  font-weight: 300;
  background: #fff;
  padding: 3px 8px;
  border-radius: 30px;
  color: #5ecab0;
  margin-left: 10px;
  letter-spacing: 1.5px
}

@media(max-width: 479px) {
  .ttl_double span {
    font-size: 1.2rem
  }
}

.ttl_double i {
  font-size: 3rem
}

@media screen and (max-width: 768px) {
  .ttl_double {
    padding: 8px 0
  }

  .ttl_double i {
    font-size: 2.5rem
  }
}

.hukidasi {
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  color: #fff;
  width: 100%;
  background: #3db89a;
  font-weight: normal;
  line-height: 1;
  margin: 20px 0px 15px 0px;
  padding: 32px 0;
  border-radius: 10px;
  border: 2px solid #aaa
}

@media(max-width: 1024px) {
  .hukidasi {
    font-size: 1.8rem
  }
}

.hukidasi:after,
.hukidasi:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0
}

.hukidasi:after {
  left: 33px;
  border: 8px solid transparent;
  border-top: 11px solid #3db89a
}

.hukidasi:before {
  left: 30px;
  border: 11px solid transparent;
  border-top: 13px solid #aaa
}

.text_S {
  font-size: 1.2rem;
  letter-spacing: .1rem;
  font-weight: 300
}

@media(max-width: 479px) {
  .text_S {
    font-size: 1.2rem
  }
}

.text_M {
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold;
  color: #3db89a;
  margin: 16px 0
}

@media(max-width: 1024px) {
  .text_M {
    font-size: 1.8rem
  }
}

.text_L {
  font-size: 3rem;
  letter-spacing: .1rem;
  line-height: 1.6;
  color: #3db89a;
  margin-bottom: 32px
}

@media(max-width: 960px) {
  .text_L {
    font-size: 2.4rem
  }
}

@media(max-width: 479px) {
  .text_L {
    font-size: 2.6rem
  }
}

.point_text {
  position: relative;
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold;
  line-height: 1;
  color: #59ad42;
  display: inline-block;
  margin-bottom: 16px;
  width: 100%
}

@media(max-width: 1024px) {
  .point_text {
    font-size: 1.8rem
  }
}

.point_text::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  margin-left: 15px;
  vertical-align: middle;
  transform: translateY(-0.1em);
  background: #4ddfae;
  background: linear-gradient(to right, #4ddfae 0%, #14baf8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$mint_green", endColorstr="#14baf8", GradientType=1)
}

.radius {
  border-radius: 25px;
  overflow: hidden
}

.shadow {
  box-shadow: rgba(51, 51, 51, .1) 0 1px 15px 10px
}

.frame {
  padding: 32px
}

.frame h2,
.frame p {
  text-align: justify;
  text-justify: inter-ideograph
}

@media(max-width: 479px) {
  .frame {
    padding: 16px
  }
}

.inbox {
  margin: -32px
}

@media(max-width: 479px) {
  .inbox {
    margin: -8px;
    padding: 16px
  }
}

.border {
  border: 4px solid #ccc
}

.border_base {
  border-color: #3db89a
}

.border_blue {
  border-color: #1258a3
}

.border_red {
  border-color: #e60012
}

.border_yellow {
  border-color: #fff001
}

.img_frame {
  position: relative;
  z-index: 0;
  transition: all .2s ease-in
}

.img_frame:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
  transform: rotate(3deg);
  background: #fff;
  z-index: -1
}

.img_shadow {
  box-shadow: rgba(61, 184, 154, .1) -80px 80px 0
}

.img_r {
  border-radius: 50%
}

.pattern01 {
  background-image: url(../img/pattern01.jpg)
}

.pattern02 {
  background-image: url(../img/pattern02.jpg)
}

.pattern03 {
  background-image: url(../img/pattern03.png)
}

.pattern_half_l {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.pattern_half_l:after {
  content: "";
  display: block;
  background-image: url(../img/pattern01.jpg);
  background-repeat: repeat !important;
  position: absolute;
  top: 15%;
  left: 0;
  z-index: -1;
  height: 70%;
  width: 80%
}

.pattern_half_r {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.pattern_half_r:after {
  content: "";
  display: block;
  background-image: url(../img/pattern01.jpg);
  background-repeat: repeat;
  position: absolute;
  top: 0%;
  left: auto;
  right: 0;
  z-index: -1;
  height: 70%;
  width: 80%
}

.bg_half {
  background-image: linear-gradient(to right, #abe3d5 50%, #eee 50%)
}

.bg_half_l {
  background-image: linear-gradient(to right, #f2f2f2 90%, #fff 0%)
}

.bg_half_r {
  background-image: linear-gradient(to left, #f2f2f2 80%, #fff 0%)
}

.bgimg_r {
  background-image: url(../img/bg2.png);
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 999
}

.bgimg_l {
  background-image: url(../img/bg2.png);
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 999
}

@media(max-width: 479px) {

  .bgimg_r,
  .bgimg_l {
    background-size: 40%
  }
}

.bg_img_half_l {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.bg_img_half_l:after {
  content: "";
  display: block;
  background-image: url(../img/bg_img_half_l.jpg);
  background-repeat: repeat !important;
  position: absolute;
  top: 15%;
  left: 0;
  z-index: -1;
  height: 70%;
  width: 80%
}

.bg_img_half_r {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.bg_img_half_r:after {
  content: "";
  display: block;
  background-image: url(../img/bg_img_half_l.jpg);
  background-repeat: repeat;
  position: absolute;
  top: 0%;
  left: auto;
  right: 0;
  z-index: -1;
  height: 70%;
  width: 80%
}

.bg_center {
  position: relative
}

.bg_center:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translateX(-50%);
  width: calc(100% - 160px);
  height: 100%;
  background-image: linear-gradient(to right, #fff001 0%, #fff001 100%);
  opacity: 1;
  z-index: -2
}

@media(max-width: 479px) {
  .bg_center:before {
    width: calc(100% - 0px)
  }
}

.bg_half_t {
  position: relative
}

.bg_half_t:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fff001;
  width: 100%;
  height: 400px;
  z-index: -1
}

.bg_half_b {
  position: relative
}

.bg_half_b:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #abe3d5;
  width: 100%;
  height: 80%;
  z-index: -1
}

.bg_img1 {
  background-image: url(../img/bg_img1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

@media(max-width: 479px) {
  .bg_img1 {
    background-position: center center
  }
}

.bg_img2 {
  background-image: url(../img/bg_img2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.bg_img3 {
  background-image: url(../img/bg_img3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.bg_img4 {
  background-image: url(../img/bg_img4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.bg_img5 {
  background-image: url(../img/bg_img5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.bg_grid {
  width: 100%;
  background-image: linear-gradient(#ddd 1px, transparent 0), linear-gradient(90deg, #ddd 1px, transparent 0);
  background-size: 20px 20px
}

.bg_linear {
  background: linear-gradient(0deg, #3db89a 0%, #3db89a 30%, #fff 30%, #fff 100%)
}

.bg_stripe {
  background-image: linear-gradient(45deg, #fff 25%, #d9f2ec 25%, #d9f2ec 50%, #fff 50%, #fff 75%, #d9f2ec 75%, #d9f2ec);
  background-size: 20px 20px
}

.scr {
  width: 100%;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: scroll
}

.scr::-webkit-scrollbar {
  width: 5px
}

.scr::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1)
}

.scr::-webkit-scrollbar-thumb {
  background-color: rgba(50, 50, 50, .5);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .3)
}

.bg-area {
  background-image: url(../img/bg-area.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-attachment: scroll
}

.bg-area .lsingle {
  padding-bottom: 150px;
  float: left;
  width: 49%
}

@media(max-width: 960px) {
  .bg-area {
    background-size: 100%;
    background: none
  }

  .bg-area .lsingle {
    padding-bottom: 200px;
    float: none;
    width: 100%
  }
}

table {
  width: 100%
}

table th {
  vertical-align: middle;
  padding: 16px 8px;
  font-weight: normal;
  line-height: 1.5;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  border-left: #000 0px solid;
  border-right: #000 0px solid;
  text-align: left;
  background: #f7fdfb
}

table td {
  padding: 16px 8px;
  vertical-align: middle;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  border-left: #000 0px solid;
  border-right: #000 0px solid
}

table td b {
  color: #3db89a
}

.tbl_normal {
  margin: 16px 0;
  width: 100%;
  background: #fff;
  border: #000 2px solid
}

.tbl_normal.col_2 th {
  width: 50%
}

.tbl_normal th {
  padding: 10px 10px;
  font-weight: normal;
  line-height: 1.5;
  border: #000 2px solid;
  text-align: center;
  background-color: #222;
  color: #fff
}

.tbl_normal td {
  padding: 10px 10px;
  border: #000 2px solid;
  vertical-align: top
}

.tbl_normal td b {
  color: #e60012
}

table.tbl-2l {
  margin: 15px 0
}

table.tbl-2l th {
  padding: 15px 10px;
  font-weight: bold;
  line-height: 1.5;
  border: #ddd 0px solid;
  color: #555;
  background: none !important;
  text-align: left
}

table.tbl-2l tr:nth-child(odd) {
  background: #f2f2f2
}

table.tbl-2l td {
  padding: 15px 10px;
  border: #eee 0px solid !important;
  background: none
}

table.tbl-2l .price {
  text-align: center
}

.tbl_menu {
  margin: 15px 0
}

.tbl_menu th {
  padding: 15px 10px;
  font-weight: bold;
  line-height: 1.5;
  border: #ddd 0px solid;
  color: #555;
  background: none !important;
  text-align: left
}

.tbl_menu th p {
  font-size: 1.2rem;
  letter-spacing: .1rem;
  font-weight: 300
}

@media(max-width: 479px) {
  .tbl_menu th p {
    font-size: 1.2rem
  }
}

.tbl_menu tr:nth-child(odd) {
  background: #f2f2f2
}

.tbl_menu td {
  text-align: right;
  padding: 15px 10px;
  border: #eee 0px solid !important;
  background: none
}

.tbl_menu td b {
  color: #f19ec2
}

.tbl_tr th:nth-child(4) {
  text-align: left
}

.tbl_tr td:nth-child(1),
.tbl_tr td:nth-child(2),
.tbl_tr td:nth-child(3) {
  text-align: center
}

.tbl_tr tr:hover {
  background: rgba(61, 184, 154, .1)
}

@media(max-width: 479px) {
  .tbl_tr {
    box-sizing: border-box
  }

  .tbl_tr tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row
  }

  .tbl_tr th {
    padding: 8px 0px;
    vertical-align: middle;
    border-top: #000 1px solid;
    border-bottom: #000 1px solid;
    border-left: #000 0px solid;
    border-right: #000 0px solid
  }

  .tbl_tr th:nth-child(1),
  .tbl_tr th:nth-child(2),
  .tbl_tr th:nth-child(3) {
    width: 33.33% !important;
    box-sizing: border-box
  }

  .tbl_tr td {
    padding: 8px 0px;
    vertical-align: middle;
    border-top: #000 0px solid;
    border-bottom: #000 1px solid;
    border-left: #000 0px solid;
    border-right: #000 0px solid
  }

  .tbl_tr td:nth-child(1),
  .tbl_tr td:nth-child(2),
  .tbl_tr td:nth-child(3) {
    width: 33.33% !important;
    box-sizing: border-box
  }

  .tbl_tr th:nth-child(4) {
    box-sizing: border-box;
    display: none !important;
    width: 100% !important
  }

  .tbl_tr td:nth-child(4) {
    box-sizing: border-box;
    display: block !important;
    width: 100% !important;
    margin-bottom: 8px
  }
}

.tbl_sinryou {
  margin: 16px 0;
  text-align: center;
  border-left: #000 1px solid;
  border-right: #000 1px solid;
  background: #fff
}

.tbl_sinryou th {
  font-size: 1.2rem;
  letter-spacing: .1rem;
  font-weight: 300;
  vertical-align: middle;
  background: #3db89a;
  color: #fff;
  padding: 8px 0px !important;
  margin: 0;
  line-height: 1.5;
  text-align: center;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  border-left: #000 0px solid;
  border-right: #000 0px solid;
  font-weight: normal;
  width: 10%
}

@media(max-width: 479px) {
  .tbl_sinryou th {
    font-size: 1.2rem
  }
}

.tbl_sinryou th:first-child {
  width: 15%
}

.tbl_sinryou td {
  font-size: 1.2rem;
  letter-spacing: .1rem;
  font-weight: 300;
  padding: 8px 0px !important;
  margin: 0;
  vertical-align: middle;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
  border-right: #000 1px solid;
  text-align: center
}

@media(max-width: 479px) {
  .tbl_sinryou td {
    font-size: 1.2rem
  }
}

.tbl_sinryou td b {
  color: #3db89a;
  font-size: 1.8rem
}

@media(max-width: 479px) {
  table.rs {
    width: 100%
  }

  table.rs th {
    display: block;
    width: calc(100% - 2px) !important;
    overflow: hidden;
    padding: 16px 0;
    border: 0px;
    color: #3db89a
  }

  table.rs td {
    display: block;
    width: calc(100% - 2px) !important;
    padding: 16px 0
  }
}

@media(max-width: 479px) {
  .table_scr {
    height: auto;
    overflow-x: scroll;
    overflow-y: hidden
  }

  .table_scr table {
    width: 600px
  }
}

.marker-c {
  background: linear-gradient(transparent 70%, #a8d8fa 0%);
  z-index: 0
}

.marker-m {
  background: linear-gradient(transparent 70%, #ff7c81 0%);
  z-index: 0
}

.marker-y {
  background: linear-gradient(transparent 70%, #fef36c 0%);
  z-index: 0
}

.marker-k {
  background: linear-gradient(transparent 70%, #cccccc 0%);
  z-index: 0
}

.marker-p {
  background: linear-gradient(transparent 70%, #ffd0e1 0%);
  z-index: 0
}

.bg_grd_black {
  background-image: linear-gradient(to right, #434343 0%, #000 100%)
}

.bg_grd_blue {
  background-image: linear-gradient(to right, #1799c2 0%, #1460d1 100%)
}

.bg_grd_green {
  background: linear-gradient(45deg, #27ffed, #abffaf)
}

.bg_grd_blue {
  background-image: linear-gradient(to right, #1799c2 0%, #1460d1 100%)
}

.bg_mask_black {
  background-color: rgba(0, 0, 0, .8);
  z-index: 100
}

.bg-base {
  background-color: #3db89a !important
}

.bg-orange {
  background-color: #f60 !important
}

.bg-old {
  background-color: #c69c6d !important
}

.bg-purple {
  background-color: #930063 !important
}

.bg-red {
  background-color: #e60012 !important
}

.bg-blue {
  background-color: #1258a3 !important
}

.bg-green {
  background-color: #59ad42 !important
}

.mint_green {
  background-color: #4ddfae !important
}

.bg-skyblue {
  background-color: #ebf8ff !important
}

.bg-yellow {
  background-color: #fff001 !important
}

.bg-white {
  background-color: #fff !important
}

.bg-glass {
  background-color: rgba(255, 255, 255, .6) !important
}

.bg-pink {
  background-color: #f19ec2 !important
}

.bg-black {
  background-color: #000 !important
}

.bg-beige {
  background-color: #f5edd9 !important
}

.bg-brown {
  background-color: #9b8871 !important
}

.bg-111 {
  background-color: #111 !important
}

.bg-222 {
  background-color: #222 !important
}

.bg-333 {
  background-color: #333 !important
}

.bg-aaa {
  background-color: #aaa !important
}

.bg-bbb {
  background-color: #bbb !important
}

.bg-ccc {
  background-color: #ccc !important
}

.bg-ddd {
  background-color: #ddd !important
}

.bg-eee {
  background-color: #eee !important
}

.bg-f2 {
  background-color: #f2f2f2 !important
}

.bg-line {
  background-color: #2bac38 !important
}

.bg-facebook {
  background-color: #365491 !important
}

.bg-twitter {
  background-color: #3596d4 !important
}

.bg-insta {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat !important
}

.tcenter {
  text-align: center !important
}

.tcenter_sp {
  text-align: center
}

.tright {
  text-align: right !important
}

.tleft {
  text-align: left !important
}

.tinline {
  display: inline-block
}

.m0 {
  margin: 0px !important
}

.t-m0 {
  margin-top: 0px !important
}

.r-m0 {
  margin-right: 0px !important
}

.b-m0 {
  margin-bottom: 0px !important
}

.l-m0 {
  margin-left: 0px !important
}

.h-m0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important
}

.w-m0 {
  margin-left: 0px !important;
  margin-right: 0px !important
}

.p0 {
  padding: 0px !important
}

.t-p0 {
  padding-top: 0px !important
}

.r-p0 {
  padding-right: 0px !important
}

.b-p0 {
  padding-bottom: 0px !important
}

.l-p0 {
  padding-left: 0px !important
}

.h-p0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important
}

.w-p0 {
  padding-left: 0px !important;
  padding-right: 0px !important
}

.m0 {
  margin: 0px !important
}

.t-m0 {
  margin-top: 0px !important
}

.r-m0 {
  margin-right: 0px !important
}

.b-m0 {
  margin-bottom: 0px !important
}

.l-m0 {
  margin-left: 0px !important
}

.m5 {
  margin: 8px !important
}

.t-m5 {
  margin-top: 8px !important
}

.r-m5 {
  margin-right: 8px !important
}

.b-m5 {
  margin-bottom: 8px !important
}

.l-m5 {
  margin-left: 8px !important
}

.h-m5 {
  margin-top: 8px !important;
  margin-bottom: 8px !important
}

.w-m5 {
  margin-left: 8px !important;
  margin-right: 8px !important
}

.p5 {
  padding: 8px !important
}

.t-p5 {
  padding-top: 8px !important
}

.r-p5 {
  padding-right: 8px !important
}

.b-p5 {
  padding-bottom: 8px !important
}

.l-p5 {
  padding-left: 8px !important
}

.h-p5 {
  padding-top: 8px !important;
  padding-bottom: 8px !important
}

.w-p5 {
  padding-left: 8px !important;
  padding-right: 8px !important
}

.m-5 {
  margin: -8px !important
}

.t-m-5 {
  margin-top: -8px !important
}

.r-m-5 {
  margin-right: -8px !important
}

.b-m-5 {
  margin-bottom: -8px !important
}

.l-m-5 {
  margin-left: -8px !important
}

.m10 {
  margin: 16px !important
}

.t-m10 {
  margin-top: 16px !important
}

.r-m10 {
  margin-right: 16px !important
}

.b-m10 {
  margin-bottom: 16px !important
}

.l-m10 {
  margin-left: 16px !important
}

.h-m10 {
  margin-top: 16px !important;
  margin-bottom: 16px !important
}

.w-m10 {
  margin-left: 16px !important;
  margin-right: 16px !important
}

.p10 {
  padding: 16px !important
}

.t-p10 {
  padding-top: 16px !important
}

.r-p10 {
  padding-right: 16px !important
}

.b-p10 {
  padding-bottom: 16px !important
}

.l-p10 {
  padding-left: 16px !important
}

.h-p10 {
  padding-top: 16px !important;
  padding-bottom: 16px !important
}

.w-p10 {
  padding-left: 16px !important;
  padding-right: 16px !important
}

.m-10 {
  margin: -16px !important
}

.t-m-10 {
  margin-top: -16px !important
}

.r-m-10 {
  margin-right: -16px !important
}

.b-m-10 {
  margin-bottom: -16px !important
}

.l-m-10 {
  margin-left: -16px !important
}

.m15 {
  margin: 24px !important
}

.t-m15 {
  margin-top: 24px !important
}

.r-m15 {
  margin-right: 24px !important
}

.b-m15 {
  margin-bottom: 24px !important
}

.l-m15 {
  margin-left: 24px !important
}

.h-m15 {
  margin-top: 24px !important;
  margin-bottom: 24px !important
}

.w-m15 {
  margin-left: 24px !important;
  margin-right: 24px !important
}

.p15 {
  padding: 24px !important
}

.t-p15 {
  padding-top: 24px !important
}

.r-p15 {
  padding-right: 24px !important
}

.b-p15 {
  padding-bottom: 24px !important
}

.l-p15 {
  padding-left: 24px !important
}

.h-p15 {
  padding-top: 24px !important;
  padding-bottom: 24px !important
}

.w-p15 {
  padding-left: 24px !important;
  padding-right: 24px !important
}

.m-15 {
  margin: -24px !important
}

.t-m-15 {
  margin-top: -24px !important
}

.r-m-15 {
  margin-right: -24px !important
}

.b-m-15 {
  margin-bottom: -24px !important
}

.l-m-15 {
  margin-left: -24px !important
}

.m20 {
  margin: 32px !important
}

.t-m20 {
  margin-top: 32px !important
}

.r-m20 {
  margin-right: 32px !important
}

.b-m20 {
  margin-bottom: 32px !important
}

.l-m20 {
  margin-left: 32px !important
}

.h-m20 {
  margin-top: 32px !important;
  margin-bottom: 32px !important
}

.w-m20 {
  margin-left: 32px !important;
  margin-right: 32px !important
}

.p20 {
  padding: 32px !important
}

.t-p20 {
  padding-top: 32px !important
}

.r-p20 {
  padding-right: 32px !important
}

.b-p20 {
  padding-bottom: 32px !important
}

.l-p20 {
  padding-left: 32px !important
}

.h-p20 {
  padding-top: 32px !important;
  padding-bottom: 32px !important
}

.w-p20 {
  padding-left: 32px !important;
  padding-right: 32px !important
}

.m-20 {
  margin: -32px !important
}

.t-m-20 {
  margin-top: -32px !important
}

.r-m-20 {
  margin-right: -32px !important
}

.b-m-20 {
  margin-bottom: -32px !important
}

.l-m-20 {
  margin-left: -32px !important
}

.m25 {
  margin: 40px !important
}

.t-m25 {
  margin-top: 40px !important
}

.r-m25 {
  margin-right: 40px !important
}

.b-m25 {
  margin-bottom: 40px !important
}

.l-m25 {
  margin-left: 40px !important
}

.h-m25 {
  margin-top: 40px !important;
  margin-bottom: 40px !important
}

.w-m25 {
  margin-left: 40px !important;
  margin-right: 40px !important
}

.p25 {
  padding: 40px !important
}

.t-p25 {
  padding-top: 40px !important
}

.r-p25 {
  padding-right: 40px !important
}

.b-p25 {
  padding-bottom: 40px !important
}

.l-p25 {
  padding-left: 40px !important
}

.h-p25 {
  padding-top: 40px !important;
  padding-bottom: 40px !important
}

.w-p25 {
  padding-left: 40px !important;
  padding-right: 40px !important
}

.m-25 {
  margin: -40px !important
}

.t-m-25 {
  margin-top: -40px !important
}

.r-m-25 {
  margin-right: -40px !important
}

.b-m-25 {
  margin-bottom: -40px !important
}

.l-m-25 {
  margin-left: -40px !important
}

.m30 {
  margin: 48px !important
}

.t-m30 {
  margin-top: 48px !important
}

.r-m30 {
  margin-right: 48px !important
}

.b-m30 {
  margin-bottom: 48px !important
}

.l-m30 {
  margin-left: 48px !important
}

.h-m30 {
  margin-top: 48px !important;
  margin-bottom: 48px !important
}

.w-m30 {
  margin-left: 48px !important;
  margin-right: 48px !important
}

.p30 {
  padding: 48px !important
}

.t-p30 {
  padding-top: 48px !important
}

.r-p30 {
  padding-right: 48px !important
}

.b-p30 {
  padding-bottom: 48px !important
}

.l-p30 {
  padding-left: 48px !important
}

.h-p30 {
  padding-top: 48px !important;
  padding-bottom: 48px !important
}

.w-p30 {
  padding-left: 48px !important;
  padding-right: 48px !important
}

.m-30 {
  margin: -48px !important
}

.t-m-30 {
  margin-top: -48px !important
}

.r-m-30 {
  margin-right: -48px !important
}

.b-m-30 {
  margin-bottom: -48px !important
}

.l-m-30 {
  margin-left: -48px !important
}

.m35 {
  margin: 56px !important
}

.t-m35 {
  margin-top: 56px !important
}

.r-m35 {
  margin-right: 56px !important
}

.b-m35 {
  margin-bottom: 56px !important
}

.l-m35 {
  margin-left: 56px !important
}

.h-m35 {
  margin-top: 56px !important;
  margin-bottom: 56px !important
}

.w-m35 {
  margin-left: 56px !important;
  margin-right: 56px !important
}

.p35 {
  padding: 56px !important
}

.t-p35 {
  padding-top: 56px !important
}

.r-p35 {
  padding-right: 56px !important
}

.b-p35 {
  padding-bottom: 56px !important
}

.l-p35 {
  padding-left: 56px !important
}

.h-p35 {
  padding-top: 56px !important;
  padding-bottom: 56px !important
}

.w-p35 {
  padding-left: 56px !important;
  padding-right: 56px !important
}

.m-35 {
  margin: -56px !important
}

.t-m-35 {
  margin-top: -56px !important
}

.r-m-35 {
  margin-right: -56px !important
}

.b-m-35 {
  margin-bottom: -56px !important
}

.l-m-35 {
  margin-left: -56px !important
}

.m40 {
  margin: 64px !important
}

.t-m40 {
  margin-top: 64px !important
}

.r-m40 {
  margin-right: 64px !important
}

.b-m40 {
  margin-bottom: 64px !important
}

.l-m40 {
  margin-left: 64px !important
}

.h-m40 {
  margin-top: 64px !important;
  margin-bottom: 64px !important
}

.w-m40 {
  margin-left: 64px !important;
  margin-right: 64px !important
}

.p40 {
  padding: 64px !important
}

.t-p40 {
  padding-top: 64px !important
}

.r-p40 {
  padding-right: 64px !important
}

.b-p40 {
  padding-bottom: 64px !important
}

.l-p40 {
  padding-left: 64px !important
}

.h-p40 {
  padding-top: 64px !important;
  padding-bottom: 64px !important
}

.w-p40 {
  padding-left: 64px !important;
  padding-right: 64px !important
}

.m-40 {
  margin: -64px !important
}

.t-m-40 {
  margin-top: -64px !important
}

.r-m-40 {
  margin-right: -64px !important
}

.b-m-40 {
  margin-bottom: -64px !important
}

.l-m-40 {
  margin-left: -64px !important
}

.m45 {
  margin: 72px !important
}

.t-m45 {
  margin-top: 72px !important
}

.r-m45 {
  margin-right: 72px !important
}

.b-m45 {
  margin-bottom: 72px !important
}

.l-m45 {
  margin-left: 72px !important
}

.h-m45 {
  margin-top: 72px !important;
  margin-bottom: 72px !important
}

.w-m45 {
  margin-left: 72px !important;
  margin-right: 72px !important
}

.p45 {
  padding: 72px !important
}

.t-p45 {
  padding-top: 72px !important
}

.r-p45 {
  padding-right: 72px !important
}

.b-p45 {
  padding-bottom: 72px !important
}

.l-p45 {
  padding-left: 72px !important
}

.h-p45 {
  padding-top: 72px !important;
  padding-bottom: 72px !important
}

.w-p45 {
  padding-left: 72px !important;
  padding-right: 72px !important
}

.m-45 {
  margin: -72px !important
}

.t-m-45 {
  margin-top: -72px !important
}

.r-m-45 {
  margin-right: -72px !important
}

.b-m-45 {
  margin-bottom: -72px !important
}

.l-m-45 {
  margin-left: -72px !important
}

.m50 {
  margin: 80px !important
}

.t-m50 {
  margin-top: 80px !important
}

.r-m50 {
  margin-right: 80px !important
}

.b-m50 {
  margin-bottom: 80px !important
}

.l-m50 {
  margin-left: 80px !important
}

.h-m50 {
  margin-top: 80px !important;
  margin-bottom: 80px !important
}

.w-m50 {
  margin-left: 80px !important;
  margin-right: 80px !important
}

.p50 {
  padding: 80px !important
}

.t-p50 {
  padding-top: 80px !important
}

.r-p50 {
  padding-right: 80px !important
}

.b-p50 {
  padding-bottom: 80px !important
}

.l-p50 {
  padding-left: 80px !important
}

.h-p50 {
  padding-top: 80px !important;
  padding-bottom: 80px !important
}

.w-p50 {
  padding-left: 80px !important;
  padding-right: 80px !important
}

.m-50 {
  margin: -80px !important
}

.t-m-50 {
  margin-top: -80px !important
}

.r-m-50 {
  margin-right: -80px !important
}

.b-m-50 {
  margin-bottom: -80px !important
}

.l-m-50 {
  margin-left: -80px !important
}

.m55 {
  margin: 88px !important
}

.t-m55 {
  margin-top: 88px !important
}

.r-m55 {
  margin-right: 88px !important
}

.b-m55 {
  margin-bottom: 88px !important
}

.l-m55 {
  margin-left: 88px !important
}

.h-m55 {
  margin-top: 88px !important;
  margin-bottom: 88px !important
}

.w-m55 {
  margin-left: 88px !important;
  margin-right: 88px !important
}

.p55 {
  padding: 88px !important
}

.t-p55 {
  padding-top: 88px !important
}

.r-p55 {
  padding-right: 88px !important
}

.b-p55 {
  padding-bottom: 88px !important
}

.l-p55 {
  padding-left: 88px !important
}

.h-p55 {
  padding-top: 88px !important;
  padding-bottom: 88px !important
}

.w-p55 {
  padding-left: 88px !important;
  padding-right: 88px !important
}

.m-55 {
  margin: -88px !important
}

.t-m-55 {
  margin-top: -88px !important
}

.r-m-55 {
  margin-right: -88px !important
}

.b-m-55 {
  margin-bottom: -88px !important
}

.l-m-55 {
  margin-left: -88px !important
}

.m60 {
  margin: 96px !important
}

.t-m60 {
  margin-top: 96px !important
}

.r-m60 {
  margin-right: 96px !important
}

.b-m60 {
  margin-bottom: 96px !important
}

.l-m60 {
  margin-left: 96px !important
}

.h-m60 {
  margin-top: 96px !important;
  margin-bottom: 96px !important
}

.w-m60 {
  margin-left: 96px !important;
  margin-right: 96px !important
}

.p60 {
  padding: 96px !important
}

.t-p60 {
  padding-top: 96px !important
}

.r-p60 {
  padding-right: 96px !important
}

.b-p60 {
  padding-bottom: 96px !important
}

.l-p60 {
  padding-left: 96px !important
}

.h-p60 {
  padding-top: 96px !important;
  padding-bottom: 96px !important
}

.w-p60 {
  padding-left: 96px !important;
  padding-right: 96px !important
}

.m-60 {
  margin: -96px !important
}

.t-m-60 {
  margin-top: -96px !important
}

.r-m-60 {
  margin-right: -96px !important
}

.b-m-60 {
  margin-bottom: -96px !important
}

.l-m-60 {
  margin-left: -96px !important
}

.m65 {
  margin: 104px !important
}

.t-m65 {
  margin-top: 104px !important
}

.r-m65 {
  margin-right: 104px !important
}

.b-m65 {
  margin-bottom: 104px !important
}

.l-m65 {
  margin-left: 104px !important
}

.h-m65 {
  margin-top: 104px !important;
  margin-bottom: 104px !important
}

.w-m65 {
  margin-left: 104px !important;
  margin-right: 104px !important
}

.p65 {
  padding: 104px !important
}

.t-p65 {
  padding-top: 104px !important
}

.r-p65 {
  padding-right: 104px !important
}

.b-p65 {
  padding-bottom: 104px !important
}

.l-p65 {
  padding-left: 104px !important
}

.h-p65 {
  padding-top: 104px !important;
  padding-bottom: 104px !important
}

.w-p65 {
  padding-left: 104px !important;
  padding-right: 104px !important
}

.m-65 {
  margin: -104px !important
}

.t-m-65 {
  margin-top: -104px !important
}

.r-m-65 {
  margin-right: -104px !important
}

.b-m-65 {
  margin-bottom: -104px !important
}

.l-m-65 {
  margin-left: -104px !important
}

.m70 {
  margin: 112px !important
}

.t-m70 {
  margin-top: 112px !important
}

.r-m70 {
  margin-right: 112px !important
}

.b-m70 {
  margin-bottom: 112px !important
}

.l-m70 {
  margin-left: 112px !important
}

.h-m70 {
  margin-top: 112px !important;
  margin-bottom: 112px !important
}

.w-m70 {
  margin-left: 112px !important;
  margin-right: 112px !important
}

.p70 {
  padding: 112px !important
}

.t-p70 {
  padding-top: 112px !important
}

.r-p70 {
  padding-right: 112px !important
}

.b-p70 {
  padding-bottom: 112px !important
}

.l-p70 {
  padding-left: 112px !important
}

.h-p70 {
  padding-top: 112px !important;
  padding-bottom: 112px !important
}

.w-p70 {
  padding-left: 112px !important;
  padding-right: 112px !important
}

.m-70 {
  margin: -112px !important
}

.t-m-70 {
  margin-top: -112px !important
}

.r-m-70 {
  margin-right: -112px !important
}

.b-m-70 {
  margin-bottom: -112px !important
}

.l-m-70 {
  margin-left: -112px !important
}

.m75 {
  margin: 120px !important
}

.t-m75 {
  margin-top: 120px !important
}

.r-m75 {
  margin-right: 120px !important
}

.b-m75 {
  margin-bottom: 120px !important
}

.l-m75 {
  margin-left: 120px !important
}

.h-m75 {
  margin-top: 120px !important;
  margin-bottom: 120px !important
}

.w-m75 {
  margin-left: 120px !important;
  margin-right: 120px !important
}

.p75 {
  padding: 120px !important
}

.t-p75 {
  padding-top: 120px !important
}

.r-p75 {
  padding-right: 120px !important
}

.b-p75 {
  padding-bottom: 120px !important
}

.l-p75 {
  padding-left: 120px !important
}

.h-p75 {
  padding-top: 120px !important;
  padding-bottom: 120px !important
}

.w-p75 {
  padding-left: 120px !important;
  padding-right: 120px !important
}

.m-75 {
  margin: -120px !important
}

.t-m-75 {
  margin-top: -120px !important
}

.r-m-75 {
  margin-right: -120px !important
}

.b-m-75 {
  margin-bottom: -120px !important
}

.l-m-75 {
  margin-left: -120px !important
}

.m80 {
  margin: 128px !important
}

.t-m80 {
  margin-top: 128px !important
}

.r-m80 {
  margin-right: 128px !important
}

.b-m80 {
  margin-bottom: 128px !important
}

.l-m80 {
  margin-left: 128px !important
}

.h-m80 {
  margin-top: 128px !important;
  margin-bottom: 128px !important
}

.w-m80 {
  margin-left: 128px !important;
  margin-right: 128px !important
}

.p80 {
  padding: 128px !important
}

.t-p80 {
  padding-top: 128px !important
}

.r-p80 {
  padding-right: 128px !important
}

.b-p80 {
  padding-bottom: 128px !important
}

.l-p80 {
  padding-left: 128px !important
}

.h-p80 {
  padding-top: 128px !important;
  padding-bottom: 128px !important
}

.w-p80 {
  padding-left: 128px !important;
  padding-right: 128px !important
}

.m-80 {
  margin: -128px !important
}

.t-m-80 {
  margin-top: -128px !important
}

.r-m-80 {
  margin-right: -128px !important
}

.b-m-80 {
  margin-bottom: -128px !important
}

.l-m-80 {
  margin-left: -128px !important
}

.m85 {
  margin: 136px !important
}

.t-m85 {
  margin-top: 136px !important
}

.r-m85 {
  margin-right: 136px !important
}

.b-m85 {
  margin-bottom: 136px !important
}

.l-m85 {
  margin-left: 136px !important
}

.h-m85 {
  margin-top: 136px !important;
  margin-bottom: 136px !important
}

.w-m85 {
  margin-left: 136px !important;
  margin-right: 136px !important
}

.p85 {
  padding: 136px !important
}

.t-p85 {
  padding-top: 136px !important
}

.r-p85 {
  padding-right: 136px !important
}

.b-p85 {
  padding-bottom: 136px !important
}

.l-p85 {
  padding-left: 136px !important
}

.h-p85 {
  padding-top: 136px !important;
  padding-bottom: 136px !important
}

.w-p85 {
  padding-left: 136px !important;
  padding-right: 136px !important
}

.m-85 {
  margin: -136px !important
}

.t-m-85 {
  margin-top: -136px !important
}

.r-m-85 {
  margin-right: -136px !important
}

.b-m-85 {
  margin-bottom: -136px !important
}

.l-m-85 {
  margin-left: -136px !important
}

.m90 {
  margin: 144px !important
}

.t-m90 {
  margin-top: 144px !important
}

.r-m90 {
  margin-right: 144px !important
}

.b-m90 {
  margin-bottom: 144px !important
}

.l-m90 {
  margin-left: 144px !important
}

.h-m90 {
  margin-top: 144px !important;
  margin-bottom: 144px !important
}

.w-m90 {
  margin-left: 144px !important;
  margin-right: 144px !important
}

.p90 {
  padding: 144px !important
}

.t-p90 {
  padding-top: 144px !important
}

.r-p90 {
  padding-right: 144px !important
}

.b-p90 {
  padding-bottom: 144px !important
}

.l-p90 {
  padding-left: 144px !important
}

.h-p90 {
  padding-top: 144px !important;
  padding-bottom: 144px !important
}

.w-p90 {
  padding-left: 144px !important;
  padding-right: 144px !important
}

.m-90 {
  margin: -144px !important
}

.t-m-90 {
  margin-top: -144px !important
}

.r-m-90 {
  margin-right: -144px !important
}

.b-m-90 {
  margin-bottom: -144px !important
}

.l-m-90 {
  margin-left: -144px !important
}

.m95 {
  margin: 152px !important
}

.t-m95 {
  margin-top: 152px !important
}

.r-m95 {
  margin-right: 152px !important
}

.b-m95 {
  margin-bottom: 152px !important
}

.l-m95 {
  margin-left: 152px !important
}

.h-m95 {
  margin-top: 152px !important;
  margin-bottom: 152px !important
}

.w-m95 {
  margin-left: 152px !important;
  margin-right: 152px !important
}

.p95 {
  padding: 152px !important
}

.t-p95 {
  padding-top: 152px !important
}

.r-p95 {
  padding-right: 152px !important
}

.b-p95 {
  padding-bottom: 152px !important
}

.l-p95 {
  padding-left: 152px !important
}

.h-p95 {
  padding-top: 152px !important;
  padding-bottom: 152px !important
}

.w-p95 {
  padding-left: 152px !important;
  padding-right: 152px !important
}

.m-95 {
  margin: -152px !important
}

.t-m-95 {
  margin-top: -152px !important
}

.r-m-95 {
  margin-right: -152px !important
}

.b-m-95 {
  margin-bottom: -152px !important
}

.l-m-95 {
  margin-left: -152px !important
}

.m100 {
  margin: 160px !important
}

.t-m100 {
  margin-top: 160px !important
}

.r-m100 {
  margin-right: 160px !important
}

.b-m100 {
  margin-bottom: 160px !important
}

.l-m100 {
  margin-left: 160px !important
}

.h-m100 {
  margin-top: 160px !important;
  margin-bottom: 160px !important
}

.w-m100 {
  margin-left: 160px !important;
  margin-right: 160px !important
}

.p100 {
  padding: 160px !important
}

.t-p100 {
  padding-top: 160px !important
}

.r-p100 {
  padding-right: 160px !important
}

.b-p100 {
  padding-bottom: 160px !important
}

.l-p100 {
  padding-left: 160px !important
}

.h-p100 {
  padding-top: 160px !important;
  padding-bottom: 160px !important
}

.w-p100 {
  padding-left: 160px !important;
  padding-right: 160px !important
}

.m-100 {
  margin: -160px !important
}

.t-m-100 {
  margin-top: -160px !important
}

.r-m-100 {
  margin-right: -160px !important
}

.b-m-100 {
  margin-bottom: -160px !important
}

.l-m-100 {
  margin-left: -160px !important
}

.m105 {
  margin: 168px !important
}

.t-m105 {
  margin-top: 168px !important
}

.r-m105 {
  margin-right: 168px !important
}

.b-m105 {
  margin-bottom: 168px !important
}

.l-m105 {
  margin-left: 168px !important
}

.h-m105 {
  margin-top: 168px !important;
  margin-bottom: 168px !important
}

.w-m105 {
  margin-left: 168px !important;
  margin-right: 168px !important
}

.p105 {
  padding: 168px !important
}

.t-p105 {
  padding-top: 168px !important
}

.r-p105 {
  padding-right: 168px !important
}

.b-p105 {
  padding-bottom: 168px !important
}

.l-p105 {
  padding-left: 168px !important
}

.h-p105 {
  padding-top: 168px !important;
  padding-bottom: 168px !important
}

.w-p105 {
  padding-left: 168px !important;
  padding-right: 168px !important
}

.m-105 {
  margin: -168px !important
}

.t-m-105 {
  margin-top: -168px !important
}

.r-m-105 {
  margin-right: -168px !important
}

.b-m-105 {
  margin-bottom: -168px !important
}

.l-m-105 {
  margin-left: -168px !important
}

.m110 {
  margin: 176px !important
}

.t-m110 {
  margin-top: 176px !important
}

.r-m110 {
  margin-right: 176px !important
}

.b-m110 {
  margin-bottom: 176px !important
}

.l-m110 {
  margin-left: 176px !important
}

.h-m110 {
  margin-top: 176px !important;
  margin-bottom: 176px !important
}

.w-m110 {
  margin-left: 176px !important;
  margin-right: 176px !important
}

.p110 {
  padding: 176px !important
}

.t-p110 {
  padding-top: 176px !important
}

.r-p110 {
  padding-right: 176px !important
}

.b-p110 {
  padding-bottom: 176px !important
}

.l-p110 {
  padding-left: 176px !important
}

.h-p110 {
  padding-top: 176px !important;
  padding-bottom: 176px !important
}

.w-p110 {
  padding-left: 176px !important;
  padding-right: 176px !important
}

.m-110 {
  margin: -176px !important
}

.t-m-110 {
  margin-top: -176px !important
}

.r-m-110 {
  margin-right: -176px !important
}

.b-m-110 {
  margin-bottom: -176px !important
}

.l-m-110 {
  margin-left: -176px !important
}

.m115 {
  margin: 184px !important
}

.t-m115 {
  margin-top: 184px !important
}

.r-m115 {
  margin-right: 184px !important
}

.b-m115 {
  margin-bottom: 184px !important
}

.l-m115 {
  margin-left: 184px !important
}

.h-m115 {
  margin-top: 184px !important;
  margin-bottom: 184px !important
}

.w-m115 {
  margin-left: 184px !important;
  margin-right: 184px !important
}

.p115 {
  padding: 184px !important
}

.t-p115 {
  padding-top: 184px !important
}

.r-p115 {
  padding-right: 184px !important
}

.b-p115 {
  padding-bottom: 184px !important
}

.l-p115 {
  padding-left: 184px !important
}

.h-p115 {
  padding-top: 184px !important;
  padding-bottom: 184px !important
}

.w-p115 {
  padding-left: 184px !important;
  padding-right: 184px !important
}

.m-115 {
  margin: -184px !important
}

.t-m-115 {
  margin-top: -184px !important
}

.r-m-115 {
  margin-right: -184px !important
}

.b-m-115 {
  margin-bottom: -184px !important
}

.l-m-115 {
  margin-left: -184px !important
}

.m120 {
  margin: 192px !important
}

.t-m120 {
  margin-top: 192px !important
}

.r-m120 {
  margin-right: 192px !important
}

.b-m120 {
  margin-bottom: 192px !important
}

.l-m120 {
  margin-left: 192px !important
}

.h-m120 {
  margin-top: 192px !important;
  margin-bottom: 192px !important
}

.w-m120 {
  margin-left: 192px !important;
  margin-right: 192px !important
}

.p120 {
  padding: 192px !important
}

.t-p120 {
  padding-top: 192px !important
}

.r-p120 {
  padding-right: 192px !important
}

.b-p120 {
  padding-bottom: 192px !important
}

.l-p120 {
  padding-left: 192px !important
}

.h-p120 {
  padding-top: 192px !important;
  padding-bottom: 192px !important
}

.w-p120 {
  padding-left: 192px !important;
  padding-right: 192px !important
}

.m-120 {
  margin: -192px !important
}

.t-m-120 {
  margin-top: -192px !important
}

.r-m-120 {
  margin-right: -192px !important
}

.b-m-120 {
  margin-bottom: -192px !important
}

.l-m-120 {
  margin-left: -192px !important
}

.m125 {
  margin: 200px !important
}

.t-m125 {
  margin-top: 200px !important
}

.r-m125 {
  margin-right: 200px !important
}

.b-m125 {
  margin-bottom: 200px !important
}

.l-m125 {
  margin-left: 200px !important
}

.h-m125 {
  margin-top: 200px !important;
  margin-bottom: 200px !important
}

.w-m125 {
  margin-left: 200px !important;
  margin-right: 200px !important
}

.p125 {
  padding: 200px !important
}

.t-p125 {
  padding-top: 200px !important
}

.r-p125 {
  padding-right: 200px !important
}

.b-p125 {
  padding-bottom: 200px !important
}

.l-p125 {
  padding-left: 200px !important
}

.h-p125 {
  padding-top: 200px !important;
  padding-bottom: 200px !important
}

.w-p125 {
  padding-left: 200px !important;
  padding-right: 200px !important
}

.m-125 {
  margin: -200px !important
}

.t-m-125 {
  margin-top: -200px !important
}

.r-m-125 {
  margin-right: -200px !important
}

.b-m-125 {
  margin-bottom: -200px !important
}

.l-m-125 {
  margin-left: -200px !important
}

.m130 {
  margin: 208px !important
}

.t-m130 {
  margin-top: 208px !important
}

.r-m130 {
  margin-right: 208px !important
}

.b-m130 {
  margin-bottom: 208px !important
}

.l-m130 {
  margin-left: 208px !important
}

.h-m130 {
  margin-top: 208px !important;
  margin-bottom: 208px !important
}

.w-m130 {
  margin-left: 208px !important;
  margin-right: 208px !important
}

.p130 {
  padding: 208px !important
}

.t-p130 {
  padding-top: 208px !important
}

.r-p130 {
  padding-right: 208px !important
}

.b-p130 {
  padding-bottom: 208px !important
}

.l-p130 {
  padding-left: 208px !important
}

.h-p130 {
  padding-top: 208px !important;
  padding-bottom: 208px !important
}

.w-p130 {
  padding-left: 208px !important;
  padding-right: 208px !important
}

.m-130 {
  margin: -208px !important
}

.t-m-130 {
  margin-top: -208px !important
}

.r-m-130 {
  margin-right: -208px !important
}

.b-m-130 {
  margin-bottom: -208px !important
}

.l-m-130 {
  margin-left: -208px !important
}

.m135 {
  margin: 216px !important
}

.t-m135 {
  margin-top: 216px !important
}

.r-m135 {
  margin-right: 216px !important
}

.b-m135 {
  margin-bottom: 216px !important
}

.l-m135 {
  margin-left: 216px !important
}

.h-m135 {
  margin-top: 216px !important;
  margin-bottom: 216px !important
}

.w-m135 {
  margin-left: 216px !important;
  margin-right: 216px !important
}

.p135 {
  padding: 216px !important
}

.t-p135 {
  padding-top: 216px !important
}

.r-p135 {
  padding-right: 216px !important
}

.b-p135 {
  padding-bottom: 216px !important
}

.l-p135 {
  padding-left: 216px !important
}

.h-p135 {
  padding-top: 216px !important;
  padding-bottom: 216px !important
}

.w-p135 {
  padding-left: 216px !important;
  padding-right: 216px !important
}

.m-135 {
  margin: -216px !important
}

.t-m-135 {
  margin-top: -216px !important
}

.r-m-135 {
  margin-right: -216px !important
}

.b-m-135 {
  margin-bottom: -216px !important
}

.l-m-135 {
  margin-left: -216px !important
}

.m140 {
  margin: 224px !important
}

.t-m140 {
  margin-top: 224px !important
}

.r-m140 {
  margin-right: 224px !important
}

.b-m140 {
  margin-bottom: 224px !important
}

.l-m140 {
  margin-left: 224px !important
}

.h-m140 {
  margin-top: 224px !important;
  margin-bottom: 224px !important
}

.w-m140 {
  margin-left: 224px !important;
  margin-right: 224px !important
}

.p140 {
  padding: 224px !important
}

.t-p140 {
  padding-top: 224px !important
}

.r-p140 {
  padding-right: 224px !important
}

.b-p140 {
  padding-bottom: 224px !important
}

.l-p140 {
  padding-left: 224px !important
}

.h-p140 {
  padding-top: 224px !important;
  padding-bottom: 224px !important
}

.w-p140 {
  padding-left: 224px !important;
  padding-right: 224px !important
}

.m-140 {
  margin: -224px !important
}

.t-m-140 {
  margin-top: -224px !important
}

.r-m-140 {
  margin-right: -224px !important
}

.b-m-140 {
  margin-bottom: -224px !important
}

.l-m-140 {
  margin-left: -224px !important
}

.m145 {
  margin: 232px !important
}

.t-m145 {
  margin-top: 232px !important
}

.r-m145 {
  margin-right: 232px !important
}

.b-m145 {
  margin-bottom: 232px !important
}

.l-m145 {
  margin-left: 232px !important
}

.h-m145 {
  margin-top: 232px !important;
  margin-bottom: 232px !important
}

.w-m145 {
  margin-left: 232px !important;
  margin-right: 232px !important
}

.p145 {
  padding: 232px !important
}

.t-p145 {
  padding-top: 232px !important
}

.r-p145 {
  padding-right: 232px !important
}

.b-p145 {
  padding-bottom: 232px !important
}

.l-p145 {
  padding-left: 232px !important
}

.h-p145 {
  padding-top: 232px !important;
  padding-bottom: 232px !important
}

.w-p145 {
  padding-left: 232px !important;
  padding-right: 232px !important
}

.m-145 {
  margin: -232px !important
}

.t-m-145 {
  margin-top: -232px !important
}

.r-m-145 {
  margin-right: -232px !important
}

.b-m-145 {
  margin-bottom: -232px !important
}

.l-m-145 {
  margin-left: -232px !important
}

.m150 {
  margin: 240px !important
}

.t-m150 {
  margin-top: 240px !important
}

.r-m150 {
  margin-right: 240px !important
}

.b-m150 {
  margin-bottom: 240px !important
}

.l-m150 {
  margin-left: 240px !important
}

.h-m150 {
  margin-top: 240px !important;
  margin-bottom: 240px !important
}

.w-m150 {
  margin-left: 240px !important;
  margin-right: 240px !important
}

.p150 {
  padding: 240px !important
}

.t-p150 {
  padding-top: 240px !important
}

.r-p150 {
  padding-right: 240px !important
}

.b-p150 {
  padding-bottom: 240px !important
}

.l-p150 {
  padding-left: 240px !important
}

.h-p150 {
  padding-top: 240px !important;
  padding-bottom: 240px !important
}

.w-p150 {
  padding-left: 240px !important;
  padding-right: 240px !important
}

.m-150 {
  margin: -240px !important
}

.t-m-150 {
  margin-top: -240px !important
}

.r-m-150 {
  margin-right: -240px !important
}

.b-m-150 {
  margin-bottom: -240px !important
}

.l-m-150 {
  margin-left: -240px !important
}

.m155 {
  margin: 248px !important
}

.t-m155 {
  margin-top: 248px !important
}

.r-m155 {
  margin-right: 248px !important
}

.b-m155 {
  margin-bottom: 248px !important
}

.l-m155 {
  margin-left: 248px !important
}

.h-m155 {
  margin-top: 248px !important;
  margin-bottom: 248px !important
}

.w-m155 {
  margin-left: 248px !important;
  margin-right: 248px !important
}

.p155 {
  padding: 248px !important
}

.t-p155 {
  padding-top: 248px !important
}

.r-p155 {
  padding-right: 248px !important
}

.b-p155 {
  padding-bottom: 248px !important
}

.l-p155 {
  padding-left: 248px !important
}

.h-p155 {
  padding-top: 248px !important;
  padding-bottom: 248px !important
}

.w-p155 {
  padding-left: 248px !important;
  padding-right: 248px !important
}

.m-155 {
  margin: -248px !important
}

.t-m-155 {
  margin-top: -248px !important
}

.r-m-155 {
  margin-right: -248px !important
}

.b-m-155 {
  margin-bottom: -248px !important
}

.l-m-155 {
  margin-left: -248px !important
}

.m160 {
  margin: 256px !important
}

.t-m160 {
  margin-top: 256px !important
}

.r-m160 {
  margin-right: 256px !important
}

.b-m160 {
  margin-bottom: 256px !important
}

.l-m160 {
  margin-left: 256px !important
}

.h-m160 {
  margin-top: 256px !important;
  margin-bottom: 256px !important
}

.w-m160 {
  margin-left: 256px !important;
  margin-right: 256px !important
}

.p160 {
  padding: 256px !important
}

.t-p160 {
  padding-top: 256px !important
}

.r-p160 {
  padding-right: 256px !important
}

.b-p160 {
  padding-bottom: 256px !important
}

.l-p160 {
  padding-left: 256px !important
}

.h-p160 {
  padding-top: 256px !important;
  padding-bottom: 256px !important
}

.w-p160 {
  padding-left: 256px !important;
  padding-right: 256px !important
}

.m-160 {
  margin: -256px !important
}

.t-m-160 {
  margin-top: -256px !important
}

.r-m-160 {
  margin-right: -256px !important
}

.b-m-160 {
  margin-bottom: -256px !important
}

.l-m-160 {
  margin-left: -256px !important
}

.m165 {
  margin: 264px !important
}

.t-m165 {
  margin-top: 264px !important
}

.r-m165 {
  margin-right: 264px !important
}

.b-m165 {
  margin-bottom: 264px !important
}

.l-m165 {
  margin-left: 264px !important
}

.h-m165 {
  margin-top: 264px !important;
  margin-bottom: 264px !important
}

.w-m165 {
  margin-left: 264px !important;
  margin-right: 264px !important
}

.p165 {
  padding: 264px !important
}

.t-p165 {
  padding-top: 264px !important
}

.r-p165 {
  padding-right: 264px !important
}

.b-p165 {
  padding-bottom: 264px !important
}

.l-p165 {
  padding-left: 264px !important
}

.h-p165 {
  padding-top: 264px !important;
  padding-bottom: 264px !important
}

.w-p165 {
  padding-left: 264px !important;
  padding-right: 264px !important
}

.m-165 {
  margin: -264px !important
}

.t-m-165 {
  margin-top: -264px !important
}

.r-m-165 {
  margin-right: -264px !important
}

.b-m-165 {
  margin-bottom: -264px !important
}

.l-m-165 {
  margin-left: -264px !important
}

.m170 {
  margin: 272px !important
}

.t-m170 {
  margin-top: 272px !important
}

.r-m170 {
  margin-right: 272px !important
}

.b-m170 {
  margin-bottom: 272px !important
}

.l-m170 {
  margin-left: 272px !important
}

.h-m170 {
  margin-top: 272px !important;
  margin-bottom: 272px !important
}

.w-m170 {
  margin-left: 272px !important;
  margin-right: 272px !important
}

.p170 {
  padding: 272px !important
}

.t-p170 {
  padding-top: 272px !important
}

.r-p170 {
  padding-right: 272px !important
}

.b-p170 {
  padding-bottom: 272px !important
}

.l-p170 {
  padding-left: 272px !important
}

.h-p170 {
  padding-top: 272px !important;
  padding-bottom: 272px !important
}

.w-p170 {
  padding-left: 272px !important;
  padding-right: 272px !important
}

.m-170 {
  margin: -272px !important
}

.t-m-170 {
  margin-top: -272px !important
}

.r-m-170 {
  margin-right: -272px !important
}

.b-m-170 {
  margin-bottom: -272px !important
}

.l-m-170 {
  margin-left: -272px !important
}

.m175 {
  margin: 280px !important
}

.t-m175 {
  margin-top: 280px !important
}

.r-m175 {
  margin-right: 280px !important
}

.b-m175 {
  margin-bottom: 280px !important
}

.l-m175 {
  margin-left: 280px !important
}

.h-m175 {
  margin-top: 280px !important;
  margin-bottom: 280px !important
}

.w-m175 {
  margin-left: 280px !important;
  margin-right: 280px !important
}

.p175 {
  padding: 280px !important
}

.t-p175 {
  padding-top: 280px !important
}

.r-p175 {
  padding-right: 280px !important
}

.b-p175 {
  padding-bottom: 280px !important
}

.l-p175 {
  padding-left: 280px !important
}

.h-p175 {
  padding-top: 280px !important;
  padding-bottom: 280px !important
}

.w-p175 {
  padding-left: 280px !important;
  padding-right: 280px !important
}

.m-175 {
  margin: -280px !important
}

.t-m-175 {
  margin-top: -280px !important
}

.r-m-175 {
  margin-right: -280px !important
}

.b-m-175 {
  margin-bottom: -280px !important
}

.l-m-175 {
  margin-left: -280px !important
}

.m180 {
  margin: 288px !important
}

.t-m180 {
  margin-top: 288px !important
}

.r-m180 {
  margin-right: 288px !important
}

.b-m180 {
  margin-bottom: 288px !important
}

.l-m180 {
  margin-left: 288px !important
}

.h-m180 {
  margin-top: 288px !important;
  margin-bottom: 288px !important
}

.w-m180 {
  margin-left: 288px !important;
  margin-right: 288px !important
}

.p180 {
  padding: 288px !important
}

.t-p180 {
  padding-top: 288px !important
}

.r-p180 {
  padding-right: 288px !important
}

.b-p180 {
  padding-bottom: 288px !important
}

.l-p180 {
  padding-left: 288px !important
}

.h-p180 {
  padding-top: 288px !important;
  padding-bottom: 288px !important
}

.w-p180 {
  padding-left: 288px !important;
  padding-right: 288px !important
}

.m-180 {
  margin: -288px !important
}

.t-m-180 {
  margin-top: -288px !important
}

.r-m-180 {
  margin-right: -288px !important
}

.b-m-180 {
  margin-bottom: -288px !important
}

.l-m-180 {
  margin-left: -288px !important
}

.m185 {
  margin: 296px !important
}

.t-m185 {
  margin-top: 296px !important
}

.r-m185 {
  margin-right: 296px !important
}

.b-m185 {
  margin-bottom: 296px !important
}

.l-m185 {
  margin-left: 296px !important
}

.h-m185 {
  margin-top: 296px !important;
  margin-bottom: 296px !important
}

.w-m185 {
  margin-left: 296px !important;
  margin-right: 296px !important
}

.p185 {
  padding: 296px !important
}

.t-p185 {
  padding-top: 296px !important
}

.r-p185 {
  padding-right: 296px !important
}

.b-p185 {
  padding-bottom: 296px !important
}

.l-p185 {
  padding-left: 296px !important
}

.h-p185 {
  padding-top: 296px !important;
  padding-bottom: 296px !important
}

.w-p185 {
  padding-left: 296px !important;
  padding-right: 296px !important
}

.m-185 {
  margin: -296px !important
}

.t-m-185 {
  margin-top: -296px !important
}

.r-m-185 {
  margin-right: -296px !important
}

.b-m-185 {
  margin-bottom: -296px !important
}

.l-m-185 {
  margin-left: -296px !important
}

.m190 {
  margin: 304px !important
}

.t-m190 {
  margin-top: 304px !important
}

.r-m190 {
  margin-right: 304px !important
}

.b-m190 {
  margin-bottom: 304px !important
}

.l-m190 {
  margin-left: 304px !important
}

.h-m190 {
  margin-top: 304px !important;
  margin-bottom: 304px !important
}

.w-m190 {
  margin-left: 304px !important;
  margin-right: 304px !important
}

.p190 {
  padding: 304px !important
}

.t-p190 {
  padding-top: 304px !important
}

.r-p190 {
  padding-right: 304px !important
}

.b-p190 {
  padding-bottom: 304px !important
}

.l-p190 {
  padding-left: 304px !important
}

.h-p190 {
  padding-top: 304px !important;
  padding-bottom: 304px !important
}

.w-p190 {
  padding-left: 304px !important;
  padding-right: 304px !important
}

.m-190 {
  margin: -304px !important
}

.t-m-190 {
  margin-top: -304px !important
}

.r-m-190 {
  margin-right: -304px !important
}

.b-m-190 {
  margin-bottom: -304px !important
}

.l-m-190 {
  margin-left: -304px !important
}

.m195 {
  margin: 312px !important
}

.t-m195 {
  margin-top: 312px !important
}

.r-m195 {
  margin-right: 312px !important
}

.b-m195 {
  margin-bottom: 312px !important
}

.l-m195 {
  margin-left: 312px !important
}

.h-m195 {
  margin-top: 312px !important;
  margin-bottom: 312px !important
}

.w-m195 {
  margin-left: 312px !important;
  margin-right: 312px !important
}

.p195 {
  padding: 312px !important
}

.t-p195 {
  padding-top: 312px !important
}

.r-p195 {
  padding-right: 312px !important
}

.b-p195 {
  padding-bottom: 312px !important
}

.l-p195 {
  padding-left: 312px !important
}

.h-p195 {
  padding-top: 312px !important;
  padding-bottom: 312px !important
}

.w-p195 {
  padding-left: 312px !important;
  padding-right: 312px !important
}

.m-195 {
  margin: -312px !important
}

.t-m-195 {
  margin-top: -312px !important
}

.r-m-195 {
  margin-right: -312px !important
}

.b-m-195 {
  margin-bottom: -312px !important
}

.l-m-195 {
  margin-left: -312px !important
}

.m200 {
  margin: 320px !important
}

.t-m200 {
  margin-top: 320px !important
}

.r-m200 {
  margin-right: 320px !important
}

.b-m200 {
  margin-bottom: 320px !important
}

.l-m200 {
  margin-left: 320px !important
}

.h-m200 {
  margin-top: 320px !important;
  margin-bottom: 320px !important
}

.w-m200 {
  margin-left: 320px !important;
  margin-right: 320px !important
}

.p200 {
  padding: 320px !important
}

.t-p200 {
  padding-top: 320px !important
}

.r-p200 {
  padding-right: 320px !important
}

.b-p200 {
  padding-bottom: 320px !important
}

.l-p200 {
  padding-left: 320px !important
}

.h-p200 {
  padding-top: 320px !important;
  padding-bottom: 320px !important
}

.w-p200 {
  padding-left: 320px !important;
  padding-right: 320px !important
}

.m-200 {
  margin: -320px !important
}

.t-m-200 {
  margin-top: -320px !important
}

.r-m-200 {
  margin-right: -320px !important
}

.b-m-200 {
  margin-bottom: -320px !important
}

.l-m-200 {
  margin-left: -320px !important
}

.base_color {
  color: #3db89a !important
}

.orange {
  color: #f60 !important
}

.red {
  color: #e60012 !important
}

.blue {
  color: #1258a3 !important
}

.green {
  color: #59ad42 !important
}

.skyblue {
  color: #ebf8ff !important
}

.white {
  color: #fff !important
}

.pink {
  color: #f19ec2 !important
}

.black {
  color: #000 !important
}

.yellow {
  color: #fff001 !important
}

.old {
  color: #c69c6d !important
}

.f-s10 {
  font-size: 1rem !important
}

.f-s11 {
  font-size: 1.1rem !important
}

.f-s12 {
  font-size: 1.2rem !important
}

.f-s13 {
  font-size: 1.3rem !important
}

.f-s14 {
  font-size: 1.4rem !important
}

.f-s15 {
  font-size: 1.5rem !important
}

.f-s16 {
  font-size: 1.6rem !important
}

.f-s18 {
  font-size: 1.8rem !important
}

.f-s20 {
  font-size: 2rem !important
}

.f-s22 {
  font-size: 2.2rem !important
}

.f-s24 {
  font-size: 2.4rem !important
}

.deco_text {
  font-size: 4vw;
  line-height: 1.1;
  padding-top: .5em;
  padding-left: .5em;
  margin-bottom: -0.5em;
  letter-spacing: 0em;
  font-weight: bold;
  z-index: 0;
  position: relative;
  font-family: "Kosugi Maru", sans-serif;
  color: #3db89a
}

.deco_text span {
  color: #333;
  line-height: 1;
  font-weight: normal;
  background: -webkit-linear-gradient(0deg, #333, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold
}

@media(max-width: 1024px) {
  .deco_text span {
    font-size: 1.8rem
  }
}

.deco_text span b {
  color: #e60012 !important
}

@media(max-width: 479px) {
  .deco_text {
    font-size: 13vw;
    line-height: 1.3;
    margin-bottom: 16px;
    letter-spacing: 0
  }

  .deco_text span {
    display: block
  }
}

.text_rl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl
}

@media(max-width: 479px) {
  .text_rl {
    -ms-writing-mode: lr-tb;
    writing-mode: lr-tb
  }
}

hr {
  clear: both;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.hr-sl {
  margin: 2em 0;
  height: 12px;
  background: linear-gradient(-70deg, transparent 35%, #aaa 45%, #aaa 55%, transparent 65%);
  background-size: 8px 12px;
  border: none
}

.none {
  display: none
}

.clear {
  clear: both
}

.clearfix {
  zoom: 1
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both
}

.sp {
  display: none
}

.pc {
  display: block
}

.map iframe {
  width: 100%;
  height: 450px
}

.scroll_news p {
  border-bottom: 1px dotted #c8c6c3;
  padding: 0px 0 5px 0px;
  margin-bottom: 5px
}

.scroll_news p span {
  width: 100px;
  display: inline-block
}

@media(max-width: 960px) {
  .sp {
    display: block !important
  }

  .pc {
    display: none !important
  }

  .vd_frame {
    margin-top: 20%;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center
  }

  .vd_frame iframe {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block
  }
}

@media(max-width: 479px) {
  .tcenter_sp {
    text-align: left
  }

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

.ttl_harf {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  border-top: solid 7px #111;
  border-bottom: solid 7px #111;
  justify-content: space-between;
  align-items: center
}

.ttl_harf .mi {
  padding: 16px 5px;
  display: inline-block;
  font-weight: 600;
  font-size: 1.9em
}

.ttl_harf .mi:first-letter {
  font-size: 1.2em;
  color: #e60012
}

.ttl_harf .sb {
  padding: 20px 5px;
  display: inline-block;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400
}

@media(max-width: 960px) {
  .ttl_harf {
    font-size: 1em;
    flex-wrap: wrap
  }

  .ttl_harf .mi {
    width: 100%;
    padding: 20px 5px 0
  }

  .ttl_harf .sb {
    width: 100%;
    padding: 0 5px 20px
  }
}

.treat-box {
  position: relative;
  z-index: 2;
  background: rgba(61, 184, 154, .2);
  width: 90%;
  margin: 0px auto 0;
  padding: 10px 0
}

.list-title {
  text-align: center;
  color: #3db89a;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 1.7rem;
  position: relative
}

.list-title span {
  font-size: 1.4rem
}

.list-title:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #3db89a;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%)
}

@media all and (max-width: 639px) {
  .list-title {
    font-size: 1.4rem
  }

  .list-title span {
    font-size: 1.2rem
  }
}

/* .list3 {
  display: flex;
  flex-wrap: wrap
}

.list3 li {
  width: calc((100% / 4) - 0.4%);
  margin: .2%
}

.list3.treat li {
  padding: 0;
  margin-bottom: 25px
}

.list3.treat li .treat-img {
  position: relative
}

.list3.treat li .treat-img img {
  width: 100%;
  z-index: 1;
  opacity: 1;
  transition: opacity .2s ease-in
}

.list3.treat li .treat-img:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #6bbed8
}

.list3.treat li a {
  display: block;
  transition: .3s
}

.list3.treat li a:hover {
  transform: translateY(-10px)
}

.list3.treat li a:hover .treat-img img {
  opacity: .5
}

@media all and (max-width: 900px) {
  .list3.treat li {
    width: 48%;
    margin: 0 0 20px
  }

  .list3.treat li:nth-child(3n) {
    margin-right: 0
  }

  .list3.treat li:nth-child(2n) {
    margin-left: 4%
  }
}

@media all and (max-width: 639px) {
  .list3.treat li {
    width: 50%;
    margin: 0 auto 20px
  }

  .list3.treat li:nth-child(2n),
  .list3.treat li:nth-child(3n) {
    margin: 0 auto 20px
  }
} */

.btn_iine {
  padding: 8px;
  background: #f2f2f2;
  border: 2px solid #000;
  border-top: 0px solid #000
}

.btn_iine div {
  display: inline-block
}

#btn,
#btn2,
#btn3,
#btn4,
#btn5,
#btn6 {
  margin: 0px auto 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ef454a;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  opacity: .9;
  box-shadow: 0 3px 0 #d1483e;
  border: 3px solid #d1483e;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.space_width {
  padding: 0 32px;
  width: calc(100% - 64px);
  margin: 0 auto
}

@media(max-width: 960px) {
  .space_width {
    padding: 0 0px;
    width: calc(100% - 0px)
  }
}

#flash {
  height: auto !important;
  padding: 120px 0 80px;
  width: 100%;
  overflow: hidden
}

@media(max-width: 479px) {
  #flash {
    padding: 80px 0 60px
  }
}

.svg_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1150px;
  height: 180px;
  z-index: 99999
}

#s4u {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1150px;
  height: 180px
}

@media screen and (max-width: 768px) {
  .svg_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px
  }

  .svg_wrap #svg {
    width: 100%;
    height: 200px
  }

  #s4u {
    width: 100%;
    height: 200px
  }
}

.flash_bg {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100vh;
  background-image: url(../img/flash_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  z-index: 999
}

#top_image {
  min-width: 1150px;
  width: 100%;
  height: 100vh;
  z-index: -999999;
  position: relative;
  height: 100vh
}

@media screen and (max-width: 768px) {
  #top_image {
    min-width: 100%
  }
}

.textbox {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1200px;
  height: 360px
}

@media screen and (max-width: 768px) {
  .textbox {
    width: 100%
  }

  .textbox img {
    width: 100%
  }
}

.f_logo {
  padding: 32px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #000
}

.f_logo div {
  padding: 0 8px
}

.f_logo address {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.3
}

@media(max-width: 479px) {
  .f_logo {
    display: block;
    text-align: center
  }

  .f_logo address {
    margin-top: 8px;
    line-height: 1.6
  }
}

#u-firstview {
  overflow: hidden;
  position: relative;
  height: 100vh;
  z-index: 10
}

#u-firstview #underlay1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

#u-firstview #underlay2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: -2;
  background-color: #fff
}

#u-firstview #catch {
  position: absolute;
  top: 40%;
  left: 20px;
  z-index: 1;
  width: 800px;
  max-width: 100%
}

#u-firstview #catch .inner {
  position: relative
}

#u-firstview #catch .inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

#u-firstview #catch .inner img:nth-child(1) {
  display: block
}

#u-firstview #catch .inner img:nth-child(2) {
  display: none
}

#u-firstview #catch .inner img:nth-child(3) {
  display: none
}

@media screen and (max-width: 960px) {
  #u-firstview {
    height: 80vh
  }

  #u-firstview #underlay1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 90%;
    z-index: -1;
    background-color: #3db89a
  }

  #u-firstview #underlay2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: -2;
    background: url("../img/bg2.jpg")
  }

  #u-firstview #catch {
    left: 0;
    width: 100% !important
  }
}

.h_text {
  background: #f2f2f2
}

.h_text p {
  max-width: 1150px;
  margin: 0 auto;
  padding: 3px;
  font-size: 1.2rem;
  letter-spacing: .1rem;
  font-weight: 300
}

@media(max-width: 479px) {
  .h_text p {
    font-size: 1.2rem
  }
}

@media(max-width: 960px) {
  .h_text {
    display: none
  }
}

header {
  width: 100%;
  z-index: 100;
  position: absolute;
  transition: .3s;
  z-index: 1000
}

header #head {
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: row;
  padding: 8px 16px 16px;
  max-width: calc(100% - 32px);
  margin: 0 auto
}

@media(max-width: 960px) {
  header #head {
    padding: 0 0px;
    width: calc(100% - 0px)
  }
}

header #head .logo {
  margin-right: auto;
  margin-top: 0px;
  padding: 5px 0 0
}

header #head .logo img {
  height: auto
}

header #head .info {
  text-align: right;
  font-weight: bold;
  margin-bottom: 8px;
  height: 40px
}

header #head .info .tel_btn {
  display: inline-block;
  font-weight: normal;
  vertical-align: top
}

header #head .info .tel_btn span {
  font-size: 1.2rem;
  display: block;
  color: rgba(51, 51, 51, .8);
  text-align: left
}

header #head .info .tel_btn a {
  padding: 0;
  font-size: 2.4rem;
  line-height: 1;
  display: block
}

header #head .info .tel_btn a i {
  color: #3db89a;
  font-size: 1.9rem
}

header #head .info .tel_btn a:hover {
  opacity: .8;
  color: #333
}

header #head .info .tel_btn a:link,
header #head .info .tel_btn a:visited {
  color: #333 !important;
  text-decoration: none
}

header #head .info .link_btn {
  display: inline-block;
  margin-left: 8px;
  vertical-align: top
}

header #head .info .link_btn img {
  height: 20px !important;
  vertical-align: middle
}

header #head .info .link_btn a {
  border: 1px solid #3db89a;
  border-radius: 15px;
  color: #3db89a;
  padding: 1px 32px;
  display: block
}

header #head .info .link_btn a:link,
header #head .info .link_btn a:visited {
  color: #3db89a !important;
  text-decoration: none
}

header #head .info .link_btn a:hover {
  opacity: .8;
  color: #fff !important;
  background: #3db89a
}

#header_info {
  text-align: right;
  line-height: 1;
  padding-top: 8px;
  padding-right: 16px
}

#header_info .telbtn {
  font-size: 2.5rem;
  margin-left: 8px;
  color: #3db89a
}

#header_info .telbtn:before {
  font-size: 2rem;
  color: #3db89a
}

#header_info .telbtn a:link,
#header_info .telbtn a:visited {
  color: #3db89a;
  text-decoration: none
}

#header_info .telbtn a:hover {
  color: #000;
  text-decoration: none;
  opacity: .6
}

@media(max-width: 479px) {
  #header_info .telbtn {
    font-size: 2rem;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 8px 0;
    margin: 16px 0;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 3px 1px
  }

  #header_info .telbtn:before {
    font-size: 1.8rem
  }
}

#navi {
  margin-top: 16px;
  width: calc(100% - 260px)
}

#navi ul {
  display: flex;
  width: calc(100%);
  flex-wrap: nowrap;
  justify-content: flex-end;
  flex-direction: row;
  flex-basis: auto
}

#navi li {
  list-style: none;
  width: auto;
  overflow: hidden;
  line-height: 1.3;
  font-size: 1.8rem;
  letter-spacing: .1rem
}

#navi li span {
  font-family: "Kosugi Maru", sans-serif;
  display: block;
  font-size: .8vw;
  color: #333
}

#navi li i {
  margin: 0 4px;
  display: inline;
  color: #3db89a
}

#navi li.accent a {
  background: #3db89a;
  color: #fff
}

#navi li.accent a span {
  color: #fff
}

#navi li.accent a:link,
#navi li.accent a:visited {
  color: #fff !important;
  text-decoration: none
}

#navi li.accent a:hover {
  color: #fff !important
}

#navi li a {
  height: calc(100%);
  padding: 8px 24px;
  display: block;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  font-weight: bold !important;
  line-height: 1.4 !important;
  position: relative;
  transition: .3s;
  position: relative;
  display: inline-block;
  text-decoration: none
}

#navi li a:link,
#navi li a:visited {
  color: #000;
  text-decoration: none
}

#navi li a:hover {
  color: #fff;
  background: #59ad42
}

#navi li a:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: .3s
}

#navi li a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible
}

#navi li.white a {
  color: #fff
}

#navi li.white a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px
}

#navi li.white a:link,
#navi li.white a:visited {
  color: #fff;
  text-decoration: none
}

#navi li.white a:hover {
  background: #ffa366
}

@media screen and (max-width: 1200px) {
  header #head {
    max-width: 960px
  }

  #navi li {
    font-size: 1.2rem !important;
    padding: 0
  }

  #navi li a {
    padding: 4px 8px
  }
}

#navi ul li:hover ul {
  top: 130px;
  opacity: 1;
  visibility: visible
}

#navi ul li ul {
  top: 132px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: block;
  z-index: 1;
  transition: .3s;
  width: 200px !important;
  box-shadow: rgba(0, 0, 0, .2) 0 1px 1px 2px
}

#navi ul li ul:before {
  top: -30px;
  left: 20%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-bottom-color: #3db89a;
  border-width: 20px;
  margin-left: -20px
}

#navi ul li ul li {
  width: 100%;
  border-right: 0px;
  border-left: 0px;
  border-radius: 0;
  font-family: "Kosugi Maru", sans-serif
}

#navi ul li ul li a {
  padding: 12px 0 !important;
  font-size: 1.4rem;
  margin: 0 !important;
  width: 100%;
  text-align: left;
  text-indent: 10px;
  border: none;
  background: #3db89a
}

#navi ul li ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px
}

#navi ul li ul li a:link,
#navi ul li ul li a:visited {
  color: #fff
}

#navi ul li ul li a:hover {
  color: #fff;
  opacity: 1;
  background: #246b5a
}

@media(max-width: 960px) {
  header {
    height: auto;
    width: 100%;
    padding: 0px 0;
    height: 60px
  }

  header #head {
    width: 100%;
    padding: 0
  }

  header #head .logo {
    text-align: left;
    margin: 0 0 auto 0
  }

  header #head .logo img {
    display: block;
    margin: 0 auto;
    height: 50px
  }

  #navi {
    display: none
  }
}

#navi_footer {
  margin: 80px auto
}

#navi_footer li {
  display: inline-block;
  font-size: 1.4rem;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 2
}

#navi_footer li span {
  display: block;
  font-weight: normal;
  font-size: 1.7rem;
  letter-spacing: .2rem
}

#navi_footer li a:link,
#navi_footer li a:visited,
#navi_footer li a:hover {
  color: #fff !important;
  text-decoration: none
}

.logo_f {
  padding: 8px 0px;
  text-align: center
}

@media(max-width: 960px) {
  #navi_footer {
    display: none
  }

  .logo_f {
    width: 100%;
    text-align: center
  }

  .logo_f img {
    display: block;
    width: 200px;
    margin: 0 auto
  }
}

.sec_r {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  flex-direction: row-reverse
}

.sec_r p {
  margin-bottom: 8px
}

@media(max-width: 960px) {
  .sec_r {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin: 0 auto
  }
}

.sec_l {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative
}

.sec_l p {
  margin-bottom: 8px
}

@media(max-width: 960px) {
  .sec_l {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin: 0 auto
  }
}

.sec_text {
  width: 55%;
  vertical-align: middle;
  padding: 3% 5%
}

.sec_img {
  flex: 1
}

.sec_img img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50% !important;
  object-position: 50% 50% !important;
  font-family: "object-fit: cover;"
}

@media(max-width: 960px) {
  .sec_text {
    width: calc(100% - 10%);
    vertical-align: middle;
    padding: 5% 5%
  }

  .sec_img {
    flex: 1
  }

  .sec_img img {
    -o-object-fit: cover;
    object-fit: cover;
    text-align: center;
    width: 100%;
    height: auto;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
  }
}

.contact {
  max-width: 1150px;
  margin: 0 auto;
  padding: 60px 0
}

.contact_btn {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px 0px
}

@media(max-width: 479px) {
  .contact_btn {
    padding: 32px 0px
  }
}

.contact_btn li {
  width: calc((100% / 2) - 6px);
  border: 1px solid #3db89a;
  line-height: 1.6
}

.contact_btn li a {
  display: block;
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold;
  width: 100%;
  font-weight: bold;
  border-radius: 0px;
  letter-spacing: .2rem;
  padding: 16px 0px;
  transition: .46s;
  background: #3db89a
}

@media(max-width: 1024px) {
  .contact_btn li a {
    font-size: 1.8rem
  }
}

.contact_btn li a:link,
.contact_btn li a:visited {
  color: #fff;
  text-decoration: none
}

.contact_btn li a span {
  font-size: 1.5rem;
  line-height: 2;
  display: block
}

@media(max-width: 479px) {
  .contact_btn li a span {
    font-size: 1.4rem
  }
}

.contact_btn li a.white {
  color: #fff
}

.contact_btn li a:hover {
  background: #fff;
  color: #3db89a
}

@media(max-width: 479px) {
  .contact {
    max-width: 100%;
    margin: 0 auto;
    padding: 24px 0 0
  }

  .contact_btn {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  .contact_btn li {
    width: calc((100% / 1) - 8px);
    margin: 0 auto 8px
  }

  .contact_btn li a {
    padding: 16px 0
  }
}

.contact_box {
  padding: 64px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  border-radius: 20px
}

.contact_box .accessmap iframe {
  width: 100%;
  height: 260px
}

.contact_box .contact_box_frame {
  width: calc(50% - 0px);
  padding: 0 40px
}

.contact_box .contact_box_frame:nth-child(1) {
  border-right: 1px solid #aaa;
  width: calc(50% - 0px)
}

@media(max-width: 960px) {
  .contact_box {
    padding: 16px 0
  }

  .contact_box .contact_box_frame {
    width: calc(100% - 0px);
    padding: 0 16px
  }

  .contact_box .contact_box_frame img {
    max-width: 95%
  }

  .contact_box .contact_box_frame:nth-child(1) {
    border-right: 0px solid #aaa;
    padding-right: 0px;
    width: calc(100% - 0px);
    padding: 0 16px
  }
}

#blog_flexwrap {
  display: flex;
  width: 100%;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  margin: 40px auto
}

@media(max-width: 960px) {
  #blog_flexwrap {
    width: calc(100% - 16px)
  }
}

#blog_flexwrap #blog_side {
  width: 300px;
  margin-left: 40px
}

#blog_flexwrap #blog_side section {
  margin-bottom: 25px
}

#blog_flexwrap #blog_main {
  flex: 1
}

#blog_flexwrap #blog_main section {
  background: #fff;
  padding: 24px;
  margin-bottom: 25px
}

.blog_sttl01 {
  text-indent: 5px;
  border-top: 2px solid #3db89a;
  color: #3db89a;
  background: #fff;
  padding: 16px 0;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center
}

.blog_mttl {
  width: calc(100% - 20px);
  color: #3db89a;
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold;
  overflow: hidden;
  font-weight: bold;
  margin: 0px 0 16px;
  line-height: 1.8
}

@media(max-width: 1024px) {
  .blog_mttl {
    font-size: 1.8rem
  }
}

.blog_time {
  padding-top: 0px;
  font-weight: normal;
  display: block;
  font-size: 1.2rem;
  letter-spacing: .1rem;
  font-weight: 300
}

@media(max-width: 479px) {
  .blog_time {
    font-size: 1.2rem
  }
}

.blog_time:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  font-weight: normal
}

.blog_box {
  min-height: 500px;
  position: relative
}

.blog_box img {
  max-width: 100%;
  padding: 16px 0
}

.pages {
  width: calc(100% - 20px);
  margin-top: 40px;
  font-size: 1.2rem
}

.pages a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #3db89a;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.pages a:link,
.pages a:visited {
  color: #3db89a
}

.pages a:hover {
  opacity: .6
}

.pages .page_next {
  float: left;
  width: calc(45% - 20px)
}

.pages .page_prev {
  float: right;
  text-align: right;
  width: calc(45% - 20px)
}

.archive * {
  transition: .3s
}

.archive ul {
  margin: 8px 0 0
}

.archive li {
  background: #fff;
  box-shadow: rgba(0, 0, 0, .1) 0 0 0 1px
}

.archive li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px
}

.archive li a:link,
.archive li a:visited {
  color: #333
}

.archive li a:hover {
  color: #3db89a
}

.blog_side_list {
  position: relative;
  margin: 0 0 16px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

.blog_side_list .blog_bx {
  transition: .3s ease-in-out;
  width: calc(100% - 0) !important;
  border: 1px solid #ccc;
  position: relative;
  padding: 8px;
  margin-bottom: 8px;
  background: #fff
}

.blog_side_list .blog_bx a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1
}

.blog_side_list .blog_bx .blog_bx_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.blog_side_list .blog_bx .blog_bx_flex div {
  width: calc(100% - 120px);
  padding: 0
}

.blog_side_list .blog_bx:hover {
  transform: translateY(0px);
  box-shadow: rgba(0, 0, 0, .2) 0px 16px 20px 10px
}

.blog_side_list .blog_bx figcaption {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  margin-bottom: 0px;
  box-shadow: rgba(0, 0, 0, .1) 0 0 1px 1px
}

.blog_side_list .blog_bx * {
  transition: .3s
}

.blog_side_list .blog_bx img {
  vertical-align: middle;
  height: 100px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"
}

.blog_side_list .blog_bx:hover img {
  opacity: 1 !important;
  transform: scale(1.1)
}

.blog_side_list .blog_bx .ttl {
  font-weight: bold;
  font-size: 1.2rem;
  color: #3db89a;
  float: none;
  background: #fff;
  padding: 0 0px
}

.blog_side_list .blog_bx .ttm {
  float: none;
  padding-top: 0px;
  font-size: 1.2rem;
  color: #888;
  font-weight: normal
}

.blog_side_list .blog_bx .ttm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  font-weight: normal
}

.blog_side_list .blog_bx .blog_ttl {
  clear: both;
  font-weight: bold;
  color: #3db89a;
  margin-bottom: 8px
}

.blog_top_list {
  position: relative;
  margin: 0 0px 16px 0 !important;
  padding: 0 !important;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.blog_top_list:after {
  content: "";
  display: block;
  width: 31%
}

.blog_top_list .blog_bx {
  transition: .3s ease-in-out;
  width: calc(33.33% - 16px) !important;
  font-size: 12px;
  margin-bottom: 24px;
  position: relative;
  transform: translateY(0px);
  background-color: #f2f2f2
}

.blog_top_list .blog_bx:nth-child(3) {
  margin-right: 0px
}

.blog_top_list .blog_bx a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1
}

.blog_top_list .blog_bx .blog_bx_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff
}

.blog_top_list .blog_bx .blog_bx_flex div {
  width: 100%;
  padding: 16px
}

.blog_top_list .blog_bx:hover {
  transform: translateY(-16px)
}

.blog_top_list .blog_bx figcaption {
  display: block;
  text-align: center;
  width: 100%;
  height: 230px;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  float: none
}

.blog_top_list .blog_bx * {
  transition: .3s
}

.blog_top_list .blog_bx p {
  line-height: 1.6em;
  font-size: 13px
}

.blog_top_list .blog_bx img {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"
}

.blog_top_list .blog_bx .ttl {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  float: left;
  background: #3db89a;
  padding: 0 15px;
  margin-bottom: 5px
}

.blog_top_list .blog_bx .ttm {
  padding-top: 0px;
  font-size: 12px;
  font-weight: normal;
  color: #aaa
}

.blog_top_list .blog_bx .ttm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  font-weight: normal
}

.blog_top_list .blog_bx .blog_ttl {
  clear: both;
  font-weight: bold;
  font-size: 1.6rem;
  color: #3db89a
}

.blog_top_list .blog_bx .blog_text {
  margin-top: 5px
}

@media(max-width: 960px) {
  .blog_top_list {
    position: relative;
    margin: 0 0 16px !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
  }

  .blog_top_list .blog_bx {
    transition: .3s ease-in-out;
    width: calc(100% - 0) !important;
    border: 1px solid #ccc;
    position: relative;
    padding: 8px;
    margin-bottom: 8px;
    background: #fff
  }

  .blog_top_list .blog_bx a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
  }

  .blog_top_list .blog_bx .blog_bx_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  .blog_top_list .blog_bx .blog_bx_flex div {
    width: calc(100% - 120px);
    padding: 0
  }

  .blog_top_list .blog_bx:hover {
    transform: translateY(0px);
    box-shadow: rgba(0, 0, 0, .2) 0px 16px 20px 10px
  }

  .blog_top_list .blog_bx figcaption {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 0px;
    box-shadow: rgba(0, 0, 0, .1) 0 0 1px 1px
  }

  .blog_top_list .blog_bx * {
    transition: .3s
  }

  .blog_top_list .blog_bx img {
    vertical-align: middle;
    height: 100px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
  }

  .blog_top_list .blog_bx:hover img {
    opacity: 1 !important;
    transform: scale(1.1)
  }

  .blog_top_list .blog_bx .ttl {
    font-weight: bold;
    font-size: 1.2rem;
    color: #3db89a;
    float: none;
    background: #fff;
    padding: 0 0px
  }

  .blog_top_list .blog_bx .ttm {
    float: none;
    padding-top: 0px;
    font-size: 1.2rem;
    color: #888;
    font-weight: normal
  }

  .blog_top_list .blog_bx .ttm:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    margin-right: 5px;
    font-weight: normal
  }

  .blog_top_list .blog_bx .blog_ttl {
    clear: both;
    font-weight: bold;
    color: #3db89a;
    margin-bottom: 8px
  }

  .blog_top_list .blog_bx {
    width: calc(100% - 0px) !important
  }

  #blog_flexwrap {
    display: -webkit-block;
    display: block;
    width: 95%;
    margin: 20px auto 30px
  }

  #blog_flexwrap #blog_main {
    width: 100%;
    flex: 1;
    margin-bottom: 32px
  }

  #blog_flexwrap #blog_side {
    width: 100%;
    margin-left: 0px
  }

  .pages {
    width: 100%
  }

  .pages .page_next {
    float: none;
    width: calc(100% - 20px);
    margin-bottom: 8px
  }

  .pages .page_prev {
    float: none;
    text-align: left;
    width: calc(100% - 20px)
  }
}

.space {
  width: 100%;
  height: 80px;
  background-color: #f9f7ef
}

@media(max-width: 960px) {
  .space {
    display: none
  }
}

#title_bg1 {
  background-image: url(../img/firstview/1.jpg)
}

#title_bg2 {
  background-image: url(../img/firstview/2.jpg)
}

#title_bg3 {
  background-image: url(../img/firstview/3.jpg)
}

#title_bg4 {
  background-image: url(../img/firstview/4.jpg)
}

#title_bg5 {
  background-image: url(../img/firstview/5.jpg)
}

#title_bg6 {
  background-image: url(../img/firstview/6.jpg)
}

#title_bg7 {
  background-image: url(../img/firstview/7.jpg)
}

#title_bg8 {
  background-image: url(../img/firstview/8.jpg)
}

#title_bg1,
#title_bg2,
#title_bg3,
#title_bg4,
#title_bg5,
#title_bg6,
#title_bg7,
#title_bg8 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll
}

@media(max-width: 960px) {

  #title_bg1,
  #title_bg2,
  #title_bg3,
  #title_bg4,
  #title_bg5,
  #title_bg6,
  #title_bg7,
  #title_bg8 {
    background-size: cover;
    background-position: center center
  }
}

#title {
  padding: 200px 0 0;
  margin: 0px auto 0;
  position: relative;
  width: 100%
}

#title h2 {
  position: absolute;
  width: calc(100% - 34px);
  left: 34px;
  bottom: -60px;
  font-size: 6vw;
  line-height: 1.1;
  font-style: italic;
  font-weight: bold;
  z-index: 10;
  position: relative;
  font-family: "Kosugi Maru", sans-serif;
  color: #3db89a
}

#title h2 span {
  color: #333;
  font-weight: normal;
  background: -webkit-linear-gradient(0deg, #333, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold
}

@media(max-width: 1024px) {
  #title h2 span {
    font-size: 1.8rem
  }
}

#title h2 span b {
  color: #e60012 !important
}

@media(max-width: 479px) {
  #title h2 {
    font-size: 13vw;
    line-height: 1.3;
    margin-bottom: 16px;
    letter-spacing: 0
  }

  #title h2 span {
    display: block
  }
}

@media(max-width: 960px) {
  #title {
    padding: 60px 0 60px;
    background-color: rgba(255, 255, 255, .6)
  }

  #title h2 {
    font-size: 7vh;
    text-align: center;
    left: 0px;
    width: 100% !important
  }
}

#breadcrumb_bg {
  width: 100%;
  padding: 5px 0;
  background-color: #3db89a;
  color: #fff
}

#breadcrumb {
  font-size: 1.1rem;
  margin: 0px auto 0px;
  max-width: 1150px
}

#breadcrumb li {
  display: inline
}

#breadcrumb li a {
  display: inline;
  padding: 0;
  color: #fff
}

#breadcrumb li+li:before {
  margin: 0 10px;
  content: ">"
}

@media(max-width: 479px) {
  #breadcrumb_bg {
    display: none
  }
}

.listFlow li {
  margin-bottom: 9px;
  padding-bottom: 9px
}

.listFlow .lastItem {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none
}

.listFlow h4 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  overflow: hidden;
  color: #3db89a
}

.listFlow dl {
  display: table;
  width: 100%
}

.listFlow dl dt {
  display: table-cell;
  padding: 10px 0;
  border: 1px solid #3db89a;
  width: 100px;
  background: #3db89a;
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2
}

.listFlow dl dt .num {
  display: block;
  font-size: 3rem
}

.listFlow dl dd {
  display: table-cell;
  padding: 15px 20px;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  vertical-align: middle;
  background-color: #fff
}

@media(max-width: 960px) {
  .listFlow h4 {
    font-size: 18px;
    font-weight: normal;
    border-bottom: solid 1px #ccc;
    margin-bottom: 5px;
    overflow: hidden
  }

  .listFlow dl {
    display: block;
    width: 100%
  }

  .listFlow dl dt {
    display: block;
    padding: 5px 0;
    width: 100%;
    border: none
  }

  .listFlow dl dt .num {
    display: block
  }

  .listFlow dl dd {
    display: block;
    padding: 15px 10px;
    border: none
  }
}

.slider1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-repeat: repeat
}

.slider1 .viewport {
  width: 100%;
  margin: 0 auto;
  height: 230px;
  position: relative
}

.slider1 .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 100%;
  color: #fff;
  text-decoration: none;
  margin: auto;
  z-index: 5;
  cursor: pointer;
  font-size: 50px;
  text-align: center;
  vertical-align: bottom
}

.slider1 .next {
  right: 0;
  left: auto
}

.slider1 .buttons:hover {
  opacity: .6
}

.slider1 .disable {
  visibility: hidden
}

.slider1 .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: -1px
}

.slider1 .overview li {
  width: 350px;
  height: 230px;
  float: left;
  text-align: center;
  vertical-align: middle;
  display: table;
  z-index: 99999;
  overflow: hidden;
  font-weight: bold;
  padding: 0px;
  margin: 0px 16px
}

.slider1 .overview li p {
  text-align: center;
  color: #555 !important;
  font-weight: normal;
  font-size: 13px !important;
  background: #f2f2f2
}

.slider1 img {
  background: #fff;
  width: 100%;
  height: 230px;
  vertical-align: middle;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"
}

.bg_text1 {
  background-image: url(../img/text1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center
}

.bg_text2 {
  background-image: url(../img/text2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center
}

#particle-bg {
  position: relative;
  background-position: center center
}

@media screen and (max-width: 768px) {
  #particle-bg {
    height: 100vh
  }
}

.page_menu_bg {
  text-align: center;
  padding: 16px 0
}

.page_menu {
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3px 3%
}

.page_menu li {
  position: relative;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  margin: 0 5px 1px;
  display: table
}

@media(max-width: 479px) {
  .page_menu li {
    font-size: 1.4rem
  }
}

.page_menu li a {
  width: 110px;
  height: 110px;
  display: table-cell;
  vertical-align: middle;
  padding: 8px 0px;
  line-height: 1.3;
  border-radius: 50%;
  border: 1px solid #3db89a;
  background: #3db89a
}

.page_menu li a:link,
.page_menu li a:visited {
  color: #fff
}

.page_menu li a:hover {
  background: #fff;
  color: #3db89a !important
}

@media(max-width: 479px) {
  .page_menu {
    margin: 6px 0
  }

  .page_menu li {
    width: calc((100% / 4) - 10px);
    font-size: 1rem;
    margin: 0 2px 3px;
    border: 1px solid #fff
  }

  .page_menu li a {
    width: 100%;
    height: 100%;
    padding: 43% 0px
  }
}

#pagetop {
  position: fixed;
  bottom: 60px;
  right: 0px;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999
}

@media(max-width: 479px) {
  #pagetop {
    bottom: 55px;
    display: none
  }
}

.price_txt {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #ff9;
  padding: 8px 0
}

.price_txt .icn_circle {
  background: #3db89a;
  color: #fff;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  line-height: 1.3;
  font-size: 1.6rem;
  border-radius: 50%;
  text-align: center;
  margin-right: 16px
}

.price_txt .icn_circle span {
  color: #3db89a
}

.price_txt div b {
  font-size: 4.5rem;
  margin-right: .2rem;
  color: #3db89a
}

.price_txt div b span {
  font-size: 3.2rem;
  margin-left: .5rem
}

.form {
  margin: 10px 0 10px
}

.form dt span {
  color: #fff;
  background: #ff4f4f;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 1.1rem;
  border-radius: 2px;
  position: relative;
  top: -2px
}

.form dl {
  margin: 10px 0;
  font-size: 1.6rem
}

.form dt {
  float: left;
  width: 280px;
  padding-top: 20px
}

.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee
}

.form dd p {
  padding-top: 5px;
  color: #888
}

.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px
}

.textarea,
textarea,
.dropdown {
  border-radius: 2px;
  border: 1px solid #bbb;
  width: calc(100% - 10px) !important;
  padding: 0 5px;
  border-radius: 2px
}

.textarea {
  height: 30px
}

textarea {
  height: 350px !important
}

.form-button {
  margin: 32px 0
}

#mailform button {
  cursor: pointer;
  font-size: 1.5rem;
  display: block;
  margin: 0 auto;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 30px;
  background: #3db89a;
  font-weight: normal;
  letter-spacing: .1rem;
  border: 2px solid #3db89a
}

#mailform button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  margin-right: 6px
}

#mailform button:hover {
  background: #fff;
  color: #3db89a
}

#mailform button * {
  transition: .2s
}

.form-button * {
  transition: .2s
}

label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block
}

label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3
}

label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 5px;
  background-color: #64bcff;
  z-index: 1
}

label.radio_text input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  box-shadow: 20px -1px #fff
}

label.radio_text input[type=radio]:checked {
  box-shadow: none
}

label.radio_text input[type=radio]:focus {
  opacity: .2;
  box-shadow: 20px -1px #fff
}

label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  margin-bottom: 8px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box
}

label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3
}

label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #3db89a;
  border-bottom: 3px solid #3db89a;
  transform: rotate(45deg);
  z-index: 1
}

label.checkbox_text input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px
}

label.checkbox_text input[type=checkbox]:checked {
  box-shadow: none
}

label.checkbox_text input[type=checkbox]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: .1
}

label.checkbox_text input[type=checkbox]:focus {
  box-shadow: 41px 0px #eee
}

.fm-text {
  padding: 8px;
  margin: 16px 0;
  text-align: center;
  border: 2px solid #eee
}

@media(max-width: 479px) {
  .form dl {
    margin: 10px 0
  }

  .form dt {
    float: none;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding-top: 10px
  }

  .form dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 0px solid #eee
  }

  .form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px
  }

  .textarea,
  textarea {
    font-size: 16px
  }

  .dropdown {
    font-size: 16px
  }

  .fm-text {
    text-align: left
  }

  label.radio_text {
    margin-right: 0;
    padding-left: 20px;
    width: calc(100% - 20px);
    display: block
  }

  label.checkbox_text {
    margin-right: 0px
  }
}

.pvc {
  background: #f2f2f2;
  padding: 32px
}

.pvc h4 {
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: bold;
  color: #3db89a;
  margin-bottom: 32px;
  position: relative
}

@media(max-width: 1024px) {
  .pvc h4 {
    font-size: 1.8rem
  }
}

.pvc h4:after {
  content: "";
  width: 80px;
  height: 2px;
  background: #3db89a;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0
}

.pvc h5 {
  display: block;
  margin: 8px 0;
  display: block;
  margin: 8px 0
}

.pvc h5:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #3db89a
}

.newsbox {
  display: flex;
  width: 100%;
  margin: 0 auto;
  color: #fff !important;
  background: #3db89a;
  margin: 0 auto 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0
}

.news-ttl {
  font-weight: normal;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 230px;
  padding: 24px 0 16px;
  vertical-align: middle;
  text-align: left;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: normal;
  line-height: .8
}

.news-ttl span {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.3rem !important;
  display: block;
  color: #fff;
  font-weight: normal;
  margin-top: 5px
}

.news-ttl span a {
  background: #fff;
  padding: 2px 10px;
  border-radius: 20px
}

.news-bx {
  flex: 1;
  width: calc(100% - 40px);
  padding: 20px 20px;
  background: #f2f2f2
}

.news-bx .news {
  overflow: hidden;
  line-height: 1.6;
  margin: 10px auto 0
}

.news-bx .news dt {
  float: left;
  width: 8em;
  font-weight: bold
}

.news-bx .news dd {
  padding-left: 8em;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
  padding-bottom: 5px;
  color: #333
}

.news-bx .news dd:last-child {
  border-bottom: 0px solid #fff
}

.news {
  overflow: hidden;
  line-height: 1.6;
  margin: 10px auto 0
}

.news dt {
  float: left;
  width: 5em;
  font-weight: bold;
  color: #3db89a
}

.news dd {
  padding-left: 6em;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
  padding-bottom: 5px
}

.news dd:last-child {
  border-bottom: 0px solid #fff
}

.scrbr {
  width: 100%;
  padding: 0px 0px;
  max-height: 80px;
  overflow-y: scroll;
  overflow-x: hidden
}

.scrbr::-webkit-scrollbar {
  width: 5px
}

.scrbr::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1)
}

.scrbr::-webkit-scrollbar-thumb {
  background-color: rgba(50, 50, 50, .5);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .3)
}

@media(max-width: 960px) {
  .newsbox {
    flex-direction: column;
    width: calc(100% - 0px);
    position: static
  }

  .news-ttl {
    width: 100% !important;
    border-right: 0px solid #3db89a;
    border-bottom: 1px solid #3db89a;
    padding: 5px 16px;
    text-align: center
  }

  .news-ttl span {
    font-size: 1.3rem !important;
    display: inline-block;
    margin: 0 8px
  }

  .news-bx {
    flex: 1;
    width: calc(100% - 0px);
    padding: 0 0px
  }

  .scrbr {
    width: 100%;
    padding: 16px 16px;
    max-height: 100px;
    overflow-y: scroll;
    overflow-x: hidden
  }
}

.calendar_head {
  color: #fefefe;
  background: #555;
  text-align: center;
  padding: 4px
}

.calendar-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: .9em
}

.calendar-box div.calendar {
  width: 49%
}

@media(max-width: 479px) {
  .calendar-box div.calendar {
    width: 100%;
    margin-bottom: 10px
  }
}

.calendar-box table {
  width: 100%;
  text-align: center
}

.calendar-box table th,
.calendar-box table td {
  width: 14.28%;
  border: .9px solid #aaa;
  font-weight: normal;
  padding: 5px;
  height: 45px;
  font-size: 1.3rem;
  color: #9b8871
}

@media(max-width: 479px) {

  .calendar-box table th,
  .calendar-box table td {
    height: 40px;
    font-size: 1.2rem
  }
}

.calendar-box table th {
  background: #f0ebdd;
  vertical-align: middle;
  font-weight: 600;
  text-align: center
}

.calendar-box table td {
  background: #fefefe
}

.calendar-box th.sun,
.calendar-box td.sun {
  color: #e60012
}

.calendar-box th.sat,
.calendar-box td.sat {
  color: #1258a3
}

.calendar-box .off {
  background: #fff
}

.calendar-box .item {
  background: #e4f6f2;
  font-size: 1rem;
  color: #000
}

.calendar-box .item-td {
  background: #abe3d5
}

.calendar-box .item-td .days {
  color: #9b8871
}

.calendar-box .item-td .item {
  display: none
}

.arrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 5px;
  font-size: 1.6rem
}

.arrow a {
  display: block;
  background: #eee;
  padding: 5px 8px;
  cursor: pointer
}

.arrow a:link,
.arrow a:visited {
  color: #333
}

.arrow a:first-of-type {
  margin-right: 5px
}

.arrow a.arrow-before:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 700;
  margin-right: 5px
}

.arrow a.arrow-after:after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 700;
  margin-left: 5px
}

.greeting_box {
  float: right;
  width: 720px
}

.greeting {
  max-width: 1060px;
  margin: 0 auto 32px
}

.greeting h4 {
  font-weight: normal
}

.greeting .text {
  position: relative;
  top: 22px;
  right: 102px;
  width: 800px;
  padding: 52px 60px 60px 103px;
  background-color: #f2f2f2;
  border-radius: 10px;
  box-sizing: border-box;
  z-index: 1
}

.greeting .text p {
  margin-bottom: 8px
}

.greeting_img {
  position: relative;
  float: left;
  z-index: 1;
  left: 70px
}

.greeting_img dt {
  margin-bottom: 16px
}

@media(max-width: 960px) {
  .greeting_box {
    float: none;
    width: 100%
  }

  .greeting .text {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 16px;
    width: 100%;
    padding: 5%;
    letter-spacing: 1px;
    box-sizing: border-box;
    z-index: 1
  }

  .greeting .text p {
    margin-bottom: 8px
  }

  .greeting_img {
    float: none;
    z-index: 1;
    left: 0
  }

  .greeting_img dt {
    margin: 16px auto;
    text-align: center
  }

  .greeting_img dt img {
    width: 270px
  }
}

.text_box p {
  margin-bottom: 24px
}

.photo {
  width: 100%;
  margin: 20px auto 50px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

.photo li {
  width: calc((100% / 4) - 21px);
  margin: 10px
}

.photo li * {
  transition: .3s
}

.photo li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  max-height: 250px;
  overflow: hidden;
  background: url(../img/more.png) no-repeat center center #f2f2f2
}

.photo li img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;;"
}

.photo li p {
  margin: 0px 0;
  text-align: center;
  text-overflow: ellipsis;
  color: #3db89a;
  font-weight: bold;
  background: #eee;
  padding: 8px 0
}

.photo li a:hover img {
  opacity: .6;
  transform: scale(1.2)
}

@media screen and (max-width: 480px) {
  .photo li {
    width: calc(50% - 21px);
    margin: 10px
  }

  .photo li a {
    width: 100%;
    height: 100px;
    max-height: 100px
  }
}

.photo2 {
  width: 100%;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

.photo2 li {
  width: calc(33.33% - 21px);
  margin: 10px
}

.photo2 li * {
  transition: .3s
}

.photo2 li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  max-height: 200px;
  overflow: hidden;
  background: url(../img/more.png) no-repeat center center #111
}

.photo2 li img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;;"
}

.photo2 li p {
  height: 30px;
  margin: 5px 0 10px;
  text-align: center;
  text-overflow: ellipsis
}

.photo2 li a:hover img {
  opacity: .6;
  transform: scale(1.2)
}

@media screen and (max-width: 480px) {
  .photo2 li {
    width: calc(50% - 21px);
    margin: 10px
  }

  .photo2 li a {
    width: 100%;
    height: 100px;
    max-height: 100px
  }
}

#sp_icon,
.humberger {
  display: none
}

#page {
  padding: 0;
  position: relative;
  z-index: 2;
  left: 0;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

#drawernav {
  background: #fff;
  overflow: auto;
  position: fixed;
  top: 0;
  left: -240px;
  width: 240px;
  height: 100%;
  color: #333;
  z-index: 9999899998;
  box-shadow: rgba(0, 0, 0, .2) -3px 0 2px 0;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

#drawernav .logo_t img {
  width: 50%
}

#drawernav .drawernav_ttl {
  text-align: center;
  font-size: 1.8rem;
  height: 50px;
  background: #3db89a;
  color: #fff;
  line-height: 50px;
  letter-spacing: .2rem
}

#drawernav ul.phone_navi {
  list-style: none;
  padding: 0
}

#drawernav ul.phone_navi:first-child {
  margin-top: 60px
}

#drawernav ul.phone_navi li {
  position: relative;
  border-bottom: 2px solid #000
}

#drawernav ul.phone_navi li a {
  background: #fff;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  padding: 10px 8px;
  text-decoration: none;
  line-height: 1.2
}

#drawernav ul.phone_navi li a span {
  font-size: 1.1rem;
  display: block
}

#drawernav ul.phone_navi li a:hover {
  color: #333
}

#drawernav ul.phone_navi li ul {
  display: none
}

#drawernav ul.phone_navi li ul li:first-child {
  border-top: 1px solid #ccc
}

#drawernav ul.phone_navi li ul li:last-child {
  border-bottom: 0px
}

#drawernav ul.phone_navi li ul li a {
  font-size: 1.1rem;
  color: #333;
  display: block;
  padding: 8px 20px;
  text-decoration: none;
  border-top: none;
  border-bottom: none;
  box-shadow: none;
  background: #f2f2f2
}

#drawernav ul.phone_navi li ul li a:before {
  content: "・";
  margin-right: 3px
}

#drawernav ul.phone_navi li ul img {
  display: block;
  width: 90%;
  padding: 5px 0;
  margin: 0 auto
}

#drawernav .open_btn {
  position: absolute;
  font-weight: 900;
  font-size: 1.8rem;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

#drawernav img {
  display: block;
  width: 90%;
  padding: 5px 0;
  margin: 0 auto
}

.fixed-content {
  right: inherit;
  width: 100%;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

#overlay {
  z-index: -1;
  opacity: 0;
  background: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

@media(max-width: 960px) {
  #sp_icon {
    background: #3db89a;
    position: fixed;
    top: 2px;
    right: 62px;
    z-index: 999999;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
  }

  #sp_icon li {
    font-size: 2.2rem;
    display: block;
    width: 30px;
    height: 30px;
    padding: 13px 15px 17px;
    cursor: pointer;
    color: #111;
    text-align: center;
    line-height: 1.2;
    margin-right: 2px;
    position: relative;
    border-radius: 100%
  }

  #sp_icon li span {
    font-size: 1.3rem;
    display: block
  }

  #sp_icon li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -999px
  }

  .humberger {
    font-size: 2.2rem;
    cursor: pointer;
    color: #3db89a;
    text-align: center;
    line-height: 1.3;
    position: absolute
  }

  .humberger span {
    font-size: 1.1rem;
    display: block
  }

  header .humberger {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #3db89a;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
  }

  .drawer-opened .humberger {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
  }

  .drawer-opened .close {
    padding: 10px 16px !important
  }

  .drawer-opened #page {
    left: -240px;
    box-shadow: 1px 0 2px #000
  }

  .drawer-opened .fixed-content {
    left: -240px
  }

  .drawer-opened #drawernav {
    left: 0
  }

  .drawer-opened .humberger .icon-menu {
    opacity: 0
  }

  .drawer-opened .humberger .icon-menu {
    opacity: 0
  }

  .drawer-opened #overlay {
    opacity: .5;
    right: -240px;
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%
  }

  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
  }
}

#sp_navi {
  display: none
}

@media(max-width: 960px) {
  .youtube {
    margin-top: 20%;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center
  }

  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block
  }

  footer {
    padding-bottom: 0px !important
  }

  #sp_navi {
    background: rgba(17, 17, 17, .9);
    box-shadow: rgba(17, 17, 17, .4) 2px 0 4px 0px;
    position: fixed;
    bottom: 0;
    z-index: 999999999999;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center
  }

  #sp_navi li {
    font-size: 2.2rem;
    display: block;
    width: calc((100% / 4) - 1px);
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    position: relative;
    padding: 5px 0;
    border-right: 1px solid #111
  }

  #sp_navi li:last-child {
    border-right: 0px solid #111
  }

  #sp_navi li span {
    font-size: 1rem;
    display: block
  }

  #sp_navi li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -999px
  }
}

.phone_btn {
  padding: 16px 8px
}

.phone_btn li {
  margin-bottom: 3px
}

.phone_btn a {
  padding: 6px 0px;
  font-size: 1.5rem;
  font-family: "Kosugi Maru", sans-serif;
  text-indent: 0em;
  display: block;
  text-decoration: none;
  text-indent: .5rem;
  box-shadow: rgba(0, 0, 0, .2) 0 2px 2px 0px
}

.phone_btn a span {
  font-size: 1.3rem;
  font-family: "Kosugi Maru", sans-serif
}

.phone_btn a:hover {
  text-decoration: none;
  opacity: .6;
  color: #3db89a
}

.phone_btn a:link,
.phone_btn a:visited {
  color: #fff
}

.case {
  padding: 19px 15px;
  margin-bottom: 20px;
  background-color: #faf7f4
}

.implant01 {
  overflow: hidden;
  display: table;
  margin-bottom: 20px
}

.implant02 {
  overflow: hidden;
  display: table
}

.implant01 p {
  font-size: 15px;
  font-weight: bold;
  padding: 12px 0 12px 30px;
  background: url("../img/bg_light.png") no-repeat right;
  float: left;
  width: 422px
}

.implant02 p {
  font-size: 15px;
  font-weight: bold;
  padding: 12px 0 12px 30px;
  background: url("../img/bg_dark.png") no-repeat right;
  float: left;
  width: 422px
}

.implant01 span,
.implant02 span {
  text-align: right;
  color: #3db89a;
  font-size: 28px;
  display: table-cell;
  vertical-align: middle;
  width: 175px;
  font-weight: bold
}

.less_left {
  padding: 12px 23px 12px 9px !important
}

@media(max-width: 960px) {
  .implant01 {
    overflow: hidden;
    display: block;
    margin-bottom: 20px
  }

  .implant02 {
    overflow: hidden;
    display: block
  }

  .implant01 p {
    font-size: 15px;
    font-weight: bold;
    padding: 12px 0 12px 8px;
    background: #f5efe9;
    float: none;
    width: 100%
  }

  .implant02 p {
    font-size: 15px;
    font-weight: bold;
    padding: 12px 0 12px 8px;
    background: #e8e0d8;
    float: none;
    width: 100%
  }

  .implant01 span,
  .implant02 span {
    text-align: center;
    color: #3db89a;
    font-size: 28px;
    display: block;
    vertical-align: middle;
    width: 100%;
    font-weight: bold
  }

  .less_left {
    padding: 12px 23px 12px 9px !important
  }
}

#footer {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  font-size: 1.2rem;
  letter-spacing: .1rem;
  font-weight: 300;
  margin: 0 auto 0;
  text-align: center;
  padding: 88px 0
}

@media(max-width: 960px) {
  #footer {
    width: calc(100% - 16px)
  }
}

@media(max-width: 479px) {
  #footer {
    font-size: 1.2rem
  }
}

.copyright {
  font-size: 1.2rem;
  letter-spacing: .1rem;
  font-weight: 300;
  text-align: center;
  padding: 2px 0;
  width: 100%
}

@media(max-width: 479px) {
  .copyright {
    font-size: 1.2rem
  }
}

.footer_logo {
  margin-bottom: 8px
}

.footer_nav_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 16px;
  text-align: left
}

.footer_nav_wrap .footer_nav_ul {
  width: calc((100% / 3) - 24px)
}

.footer_nav_wrap .footer_nav_ul .footer_nav_ttl {
  font-weight: bold;
  font-size: 1.6rem;
  color: #3db89a;
  margin-bottom: 16px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif
}

.footer_nav_wrap .footer_nav_ul li {
  font-size: 1.2rem;
  letter-spacing: .1rem;
  font-weight: 300;
  font-weight: bold
}

@media(max-width: 479px) {
  .footer_nav_wrap .footer_nav_ul li {
    font-size: 1.2rem
  }
}

.footer_nav_wrap .footer_nav_ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "■";
  margin-right: 5px;
  color: #3db89a
}

.footer_nav_wrap .footer_nav_ul li span {
  font-size: 1.2rem;
  margin-left: 0px;
  font-weight: normal
}

.footer_nav_wrap .footer_nav_ul li a:link,
.footer_nav_wrap .footer_nav_ul li a:visited {
  color: #333;
  text-decoration: none
}

.footer_nav_wrap .footer_nav_ul li a:hover {
  color: #333;
  text-decoration: none;
  opacity: .6
}

@media(max-width: 960px) {
  .footer_nav_ttl {
    width: 100%;
    font-weight: normal;
    cursor: pointer;
    text-align: left;
    font-size: 1.6rem
  }
}

.toggle {
  cursor: pointer;
  padding: 16px 0;
  border-top: 1px solid #333;
  color: #fff;
  text-align: center
}

.toggle:after {
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  content: "＋";
  color: #fff;
  float: right
}

.toggle.active:after {
  font-family: "FontAwesome";
  margin-right: 3px;
  content: "ー"
}

.tgbox {
  display: none
}

@media(max-width: 479px) {
  address {
    text-align: center
  }

  address small {
    text-align: center;
    display: inline-block
  }

  small {
    text-align: center
  }

  .footer_nav_wrap {
    display: block;
    margin-bottom: 16px
  }

  .footer_nav_wrap .footer_nav_ul {
    width: calc(100% - 0px);
    margin-bottom: 8px
  }

  .footer_nav_wrap .footer_nav_ul .footer_nav_ttl {
    margin-bottom: 8px
  }

  .footer_nav_wrap .footer_nav_ul li {
    padding: 2px 0;
    background: rgba(61, 184, 154, .4);
    margin-bottom: 2px
  }

  .footer_nav_wrap .footer_nav_ul li a {
    padding: 3px
  }
}

#inline {
  background-color: #fff;
  width: 700px
}

@media(max-width: 960px) {
  #inline {
    width: calc(100% - 16px);
    padding: 8px
  }
}

#inline .letter_img figure {
  margin-right: 48px
}

#inline .letter_img_r {
  flex-direction: row-reverse
}

#inline .letter_img_r figure {
  margin-left: 48px
}

#inline .letter_img,
#inline .letter_img_r {
  display: flex;
  padding: 0 !important
}

#inline .letter_img figure.mini img,
#inline .letter_img_r figure.mini img {
  width: 380px
}

#inline .letter_img figure figcaption,
#inline .letter_img_r figure figcaption {
  text-align: left
}

#inline .letter_img .info,
#inline .letter_img_r .info {
  flex: 1
}

#inline .letter_img .info p,
#inline .letter_img_r .info p {
  text-align: justify;
  text-justify: inter-ideograph
}

@media(max-width: 960px) {

  #inline .letter_img,
  #inline .letter_img_r {
    display: block;
    padding: 16px
  }

  #inline .letter_img figure,
  #inline .letter_img_r figure {
    margin: 0 auto;
    text-align: center;
    background-color: #f2f2f2;
    margin-bottom: 16px
  }

  #inline .letter_img figure img,
  #inline .letter_img_r figure img {
    width: 220px !important;
    margin-bottom: 0px
  }
}

.top_bnr_parent .top_bnr {
  position: relative;
  margin-bottom: 60px
}

.top_bnr_parent .top_bnr:last-child {
  margin-bottom: 0
}

.top_bnr_parent .top_bnr:nth-child(odd) .top_bnr_detail {
  right: 0
}

.top_bnr_parent .top_bnr:nth-child(odd) .top_bnr_detail .top_bnr_detail_sub:after {
  margin-right: 0;
  margin-left: auto
}

.top_bnr_parent .top_bnr:nth-child(odd) .top_bnr_image {
  margin-left: 0;
  margin-right: auto
}

.top_bnr_parent .top_bnr:nth-child(odd) .top_bnr_detail {
  right: 0
}

.top_bnr_parent .top_bnr:nth-child(odd) .top_bnr_detail .top_bnr_detail_sub:after {
  margin-right: 0;
  margin-left: auto
}

.top_bnr_parent .top_bnr:nth-child(odd) .top_bnr_image {
  margin-left: 0;
  margin-right: auto
}

.top_bnr_parent .top_bnr a {
  display: block
}

.top_bnr_parent .top_bnr a:hover .top_bnr_detail .top_bnr_detail_sub:after {
  -webkit-animation: a .5s cubic-bezier(0.05, 0.75, 0.35, 0.93);
  animation: a .5s cubic-bezier(0.05, 0.75, 0.35, 0.93);
  width: 100px
}

.top_bnr_parent .top_bnr a:hover .top_bnr_image img {
  transform: scale(1.2)
}

.top_bnr_parent .top_bnr .top_bnr_detail {
  background: rgba(61, 184, 154, .9);
  box-shadow: rgba(51, 51, 51, .2) 0 1px 8px 4px;
  width: 40%;
  padding: 30px 40px;
  margin: 0 5%;
  position: absolute;
  top: 30%;
  z-index: 2;
  color: #fff
}

.top_bnr_parent .top_bnr .top_bnr_detail._base_color {
  background-color: rgba(61, 184, 154, .9);
  background-position: top 20px right 20px;
  background-repeat: no-repeat
}

.top_bnr_parent .top_bnr .top_bnr_detail .top_bnr_detail_ttl {
  font-weight: 500;
  font-size: 3.8rem;
  line-height: 1;
  color: #fff
}

.top_bnr_parent .top_bnr .top_bnr_detail .top_bnr_detail_sub {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 16px;
  color: #fff;
  border-bottom: 1px solid #fff
}

.top_bnr_parent .top_bnr .top_bnr_detail .top_bnr_detail_note {
  letter-spacing: 2px
}

.top_bnr_parent .top_bnr .top_bnr_image {
  overflow: hidden;
  margin-left: auto;
  width: 70%;
  height: 450px;
  position: relative;
  z-index: 1
}

.top_bnr_parent .top_bnr .top_bnr_image:before {
  padding-top: 63.41%;
  content: "";
  display: block
}

.top_bnr_parent .top_bnr .top_bnr_image mask {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -5%;
  z-index: 1
}

.top_bnr_parent .top_bnr .top_bnr_image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all .4s ease
}

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

  .top_bnr_parent .top_bnr {
    width: 100%
  }

  .top_bnr_parent .top_bnr a .top_bnr_detail {
    width: calc(100% - 0px);
    margin: 0;
    padding: 15px;
    top: 0px;
    position: static
  }

  .top_bnr_parent .top_bnr a .top_bnr_detail .top_bnr_detail_ttl {
    font-size: 3rem
  }

  .top_bnr_parent .top_bnr a .top_bnr_detail .top_bnr_detail_sub {
    font-size: 2rem
  }

  .top_bnr_parent .top_bnr a .top_bnr_detail .top_bnr_detail_sub:after {
    margin-top: 10px
  }

  .top_bnr_parent .top_bnr a .top_bnr_detail .top_bnr_detail_note {
    font-size: 1.4rem;
    margin-top: 20px
  }

  .top_bnr_parent .top_bnr a .top_bnr_image {
    top: 0px;
    padding: 0;
    width: 100%;
    height: 20%
  }

  .top_bnr_parent .top_bnr a .top_bnr_image:before {
    padding-top: auto
  }

  .top_bnr_parent .top_bnr a .top_bnr_image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
}

.mtitle_balloon {
  font-size: 3.2rem
}

.mtitle_balloon span {
  position: relative;
  display: inline-block;
  padding-bottom: 24px;
  line-height: 1em;
  overflow: hidden
}

.mtitle_balloon span:before,
.mtitle_balloon span:after {
  content: "";
  display: block;
  border-bottom: 1px solid #555;
  position: absolute;
  width: 50%;
  bottom: 7px
}

.mtitle_balloon span:before {
  left: -5px
}

.mtitle_balloon span:after {
  right: -5px
}

.mtitle_balloon span i {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  transform: rotate(135deg);
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 2px
}

.mtitle_balloon.mtitle_balloon_01 {
  text-align: center
}


.mtitle_line {
  font-size: 2.2rem;
  position: relative;
  font-weight: 600;
  margin-bottom: 30px;
  padding-top: 8px;
  padding-left: 8px;
  padding-bottom: 10px;
  color: #06114c;
  border-top: 1px solid #06114c;
  letter-spacing: 0.2rem;
}
.mtitle_line span {
  display: block;
  font-size: 1.4rem;
  color: #06114c;
}
.mtitle_line:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  opacity: 0.6;
  background-image: repeating-linear-gradient(-45deg, #06114c, #06114c 1px, transparent 1px, transparent 3px);
  background-size: 4px 4px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (max-width: 639px) {
  .mtitle_line {
    font-size: 1.4rem;
  }
  .mtitle_line span {
    font-size: 1.2rem;
  }
}


.mtitle_sub {
  padding-left: 0.5em;
  font-weight: 600;
  position: relative;
  border-left: 6px solid #3DB89A;
  margin: 8px 0 15px;
  font-size: 1.1em;
  line-height: 1.4;
  text-align: left;
}
.mtitle_sub .hissu {
  color: #fff;
  background: #0a1c7b;
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 20px;
}
.mtitle_sub:before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 50%;
  background-color: #c0e2d4;
}

.mtitle_box {
  background: #040c34;
  color: #fefefe;
  font-size: 2rem;
  position: relative;
  padding: 10px;
  margin-bottom: 25px;
  font-weight: 600;
}
.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}
@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.5rem;
  }
}

.mtitle_category {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: normal;
}
.mtitle_category:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ca";
  font-weight: 900;
  margin-right: 5px;
  color: #06114c;
}

.mtitle_small {
  position: relative;
  font-size: 1.7rem;
  margin-bottom: 20px;
  color: #06114c;
  font-weight: 600;
  padding: 0 0 10px;
  border-bottom: 1px solid #06114c;
  font-family: "Stick", sans-serif;
}
.mtitle_small:before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #06114c;
  position: absolute;
  right: 0;
  bottom: -1px;
}
@media all and (max-width: 639px) {
  .mtitle_small {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.mtitle_small.sub1 {
  border-bottom: 1px solid #06114c;
}
.mtitle_small.sub1::before {
  display: none;
}

.mtitle_small2 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-weight: 600;
}
.mtitle_small2:before {
  content: "";
  background-color: #06114c;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}


.link_btn01 a {
  border: solid 1px #3db89a;
  background: #fff;
  padding: 10px 15px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 5px;
  display: block
}

.link_btn01 a:hover {
  background: #3db89a;
  color: #fff
}

.link_btn01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none
}

.link_btn01 li {
  margin-right: 15px;
  margin-bottom: 10px;
  width: 27%;
  text-align: center;
  margin: 0 auto
}

.link_btn01 img {
  border-radius: 100%;
  border: solid 2px #3db89a;
  width: 100%;
  margin-bottom: 20px
}

.lsingle01,
.rsingle01 {
  float: left;
  width: 49%
}

.bg-white01 {
  background: rgba(255, 255, 255, .7)
}

@media screen and (max-width: 768px) {
  .link_btn01 li {
    width: 25%;
    margin-bottom: 20px
  }
}

@media screen and (max-width: 480px) {
  .link_btn01 li {
    width: 45%
  }

  .lsingle01,
  .rsingle01 {
    float: none;
    width: 100%
  }

  .link_btn01 a {
    padding: 5px 10px;
    font-size: 16px
  }
}

.blog-wrap {
  display: flex;
  flex-wrap: wrap;
}
.blog-wrap02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-wrap * {
  transition: .3s
}

.blog-wrap>li {
  width: 24%;
  margin: 0 .5% 20px .5%;
  background: #fff;
  position: relative
}
.blog-wrap02 >li {
  width: 32%;
  margin: 0 .5% 20px .5%;
  background: #fff;
  position: relative
}

@media(max-width: 1024px) {
  .blog-wrap>li {
    width: 49%
  }
}

@media(max-width: 479px) {
  .blog-wrap>li {
    width: 90%;
    margin: 0 auto 10px
  }
}

.blog-wrap>a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10
}

.blog-wrap .blog-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  box-sizing: border-box
}

.blog-wrap .blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .4s ease;
  font-family: "object-fit: cover;"
}

.blog-wrap .blog-detail-upper {
  position: relative;
  z-index: 2;
  margin: -31px 0 0;
  color: #fff;
  font-size: 12px
}

.blog-wrap .blog-date {
  background: #3db89a;
  width: 100px;
  padding: 8px 5px;
  line-height: 1.3;
  text-align: center;
  display: inline-block
}

.blog-wrap .blog-detail {
  padding: 10px
}

.blog-wrap .blog-title {
  font-weight: 600;
  color: #333;
  line-height: 1.3;
  border-left: 3px solid #3db89a;
  padding: 10px 10px 10px 15px;
  margin-bottom: 10px
}

/* ----------------------------
style2.php
---------------------------- */
.voice-area {
  display: flex;
  gap: 24px;
  margin-top: 56px;
}
@media screen and (max-width:768px) {
  .voice-area {
    gap: 8px;
  }
}

.voice-pic {
  width: 16%;
}

.voice-pic img {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: solid 5px #c0e2d4;
}
@media screen and (max-width:768px) {
  .voice-pic img {
    border: solid 2px #c0e2d4;
  }
}

.voice-detail {
  flex: 1;
  /* display: flex;
  align-items: center; */
  padding: 8px;
  border: solid 5px #c0e2d4;
  border-radius: 20px;
}
@media screen and (max-width:768px) {
  .voice-detail {
    border: solid 2px #c0e2d4;
    border-radius: 10px;
  }
}

@media screen and (max-width:768px) {
  .text_L.sp-txt {
    margin-bottom: 0;
    font-size: 1.6em;
  }
}

.style2-col3 ul {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (max-width:768px) {
  .style2-col3 ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
}

.style2-col3 li {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width:768px) {
  .style2-col3 li {
    width: calc((100% - 12px) / 2);
  }
}

.style2-col3 li img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
@media screen and (max-width:768px) {
  .style2-col3 li img {
    height: 124px;
  }
}

/* ----------------------------
recruit.php
---------------------------- */
.recruit-col2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .recruit-col2 {
    flex-direction: column;
  }
}

.recruit-col2 .box.txt {
  flex: 1;
}

.recruit-col2 .box.pic {
  width: 36%;
}
@media screen and (max-width:768px) {
  .recruit-col2 .box.pic {
    width: 100%;
    margin-top: 16px;
  }
}

.recruit-col2 .box.pic img {
  width: 100%;
}

/* フォームCMS */
.form-contents {
  background: none !important;
  }

.submit-btn {
  background: #3DB89A !important;
  border: 2px solid #3DB89A !important;
  border-radius: 30px !important;
  }
  
  .submit-btn:hover {
  background: #ffffff !important;
  color: #3DB89A !important;
  }
  
  .submit-btn:hover::before {
  background: #3DB89A !important;
  }
  
  .submit-btn::before {
  transition: all .2s ease-in-out 0s;
  }

  @media all and (max-width: 890px) {
    .form-contents form dl dt:not(.pattern-exclusion) {
    padding-top: 8px!important;
    }
  }
/* ---------------------- */

.list2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 639px) {
  .list2 {
    margin-top: -25px;
  }
}
.list2.type1 > li,
.list2.type1 .child {
  background: #fefefe;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(6, 17, 76, 0.3);
}
.list2.type2 {
  margin-top: 25px;
}
.list2.type2 > li,
.list2.type2 .child {
  width: 48%;
}
.list2.type2 > li:nth-child(2n),
.list2.type2 .child:nth-child(2n) {
  margin-left: 4%;
  margin-top: 0;
}
@media all and (max-width: 639px) {
  .list2.type2 > li:nth-child(2n),
.list2.type2 .child:nth-child(2n) {
    margin-left: auto;
  }
}
.list2.ai-c {
  align-items: center;
}
.list2 > li,
.list2 .child {
  width: 48%;
  margin-top: 50px;
}
.list2 > li:nth-child(2n),
.list2 .child:nth-child(2n) {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .list2 > li:nth-child(2n),
.list2 .child:nth-child(2n) {
    margin-left: auto;
  }
}
@media all and (max-width: 639px) {
  .list2 > li,
.list2 .child {
    width: 100%;
    margin: 25px auto 0;
  }
}
.list2.efct {
  margin-top: 0;
}
.list2.efct > li, .list2.efct .child {
  position: relative;
  background: #fefefe;
  border-radius: 10px;
  width: 48%;
  margin: 0 2.3333333333% 40px 0;
  box-shadow: 2px 3px 15px rgba(102, 102, 102, 0.1);
}
.list2.efct > li:nth-child(2n), .list2.efct .child:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .list2.efct > li, .list2.efct .child {
    width: 95%;
    margin: 0 auto 50px;
  }
  .list2.efct > li:nth-child(2n), .list2.efct .child:nth-child(2n) {
    margin-right: auto;
  }
}
.list2.efct > li .img-box, .list2.efct .child .img-box {
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.list2.efct > li .img-box img, .list2.efct .child .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  border-radius: 10px 10px 0 0;
}
@media all and (max-width: 896px) {
  .list2.efct > li .img-box, .list2.efct .child .img-box {
    height: 200px;
  }
}
.list2.efct > li .txt-box, .list2.efct .child .txt-box {
  padding: 20px 30px 30px;
}
@media all and (max-width: 639px) {
  .list2.efct > li .txt-box, .list2.efct .child .txt-box {
    padding: 20px;
  }
}
.list2.efct > li .title, .list2.efct .child .title {
  font-weight: 600;
  font-size: 2.1rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #06114c;
  border-bottom: 1px solid #06114c;
}
.list2.efct > li .nmb, .list2.efct .child .nmb {
  position: absolute;
  top: -3%;
  left: 2%;
  font-size: 6rem;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  color: #06114c;
  text-shadow: 2px 2px #fefefe;
}
@media all and (max-width: 639px) {
  .list2.efct > li .nmb, .list2.efct .child .nmb {
    font-size: 5rem;
  }
}

.list3 {
  display: flex;
  flex-wrap: wrap;
}
.list3.jc-c {
  justify-content: center;
}
.list3.ai-c {
  align-items: center;
}
.list3.type2 > li {
  border: 1px solid #06114c;
  padding: 15px;
  border-radius: 5px;
}
.list3 > li {
  width: 31%;
  position: relative;
  margin: 0 3.495% 20px 0;
}
.list3 > li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .list3 > li {
    width: 48%;
  }
  .list3 > li:nth-child(2n) {
    margin-right: 0;
  }
  .list3 > li:nth-child(3n) {
    margin-right: 3.495%;
  }
}
@media all and (max-width: 639px) {
  .list3 > li {
    width: 95%;
    margin: 0 auto 0px;
  }
  .list3 > li:nth-child(3n) {
    margin-right: auto;
  }
  .list3 > li:nth-child(2n) {
    margin-right: auto;
  }
}
.list3.type1 > li {
  width: 31%;
  position: relative;
  margin: 0 3.495% 20px 0;
}
.list3.type1 > li:nth-child(2n) {
  margin-right: 3.495%;
}
.list3.type1 > li:nth-child(3n) {
  margin-right: 0;
}

.list4 {
  display: flex;
  flex-wrap: wrap;
}
.list4 > li, .list4 .child {
  width: 24%;
  margin: 0 1.3333333333% 25px 0;
}
.list4 > li:nth-child(4n), .list4 .child:nth-child(4n) {
  margin-right: 0;
}
.list4.efct > li, .list4.efct .child {
  position: relative;
  background: rgba(6, 17, 76, 0.1);
  width: 24%;
  margin: 0 1.3333333333% 25px 0;
}
.list4.efct > li:nth-child(4n), .list4.efct .child:nth-child(4n) {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .list4.efct > li, .list4.efct .child {
    width: 31%;
  }
  .list4.efct > li:nth-child(4n), .list4.efct .child:nth-child(4n) {
    margin: 0 1.3333333333% 25px 0;
  }
  .list4.efct > li:nth-child(3n), .list4.efct .child:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (max-width: 639px) {
  .list4.efct > li, .list4.efct .child {
    width: 95%;
    margin: 0 auto 50px;
  }
  .list4.efct > li:nth-child(3n), .list4.efct .child:nth-child(3n) {
    margin-right: auto;
  }
}
.list4.efct > li .img-box, .list4.efct .child .img-box {
  width: 100%;
}
.list4.efct > li .img-box img, .list4.efct .child .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}
.list4.efct > li .txt-box, .list4.efct .child .txt-box {
  padding: 20px;
}
.list4.efct > li .title, .list4.efct .child .title {
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
  color: #06114c;
}
.list4.efct > li .nmb, .list4.efct .child .nmb {
  position: absolute;
  top: -13%;
  left: 2%;
  font-size: 6rem;
  transform: rotate(-15deg);
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  color: #06114c;
  text-shadow: 2px 2px #fefefe;
}
@media all and (max-width: 639px) {
  .list4.efct > li .nmb, .list4.efct .child .nmb {
    font-size: 5rem;
  }
}

.list5 {
  display: flex;
  flex-wrap: wrap;
}
.list5 > li, .list5 .child {
  width: 18.5%;
  margin: 0 1.3333333333% 45px 0;
}
.list5 > li:nth-child(5n), .list5 .child:nth-child(5n) {
  margin-right: 0;
}

/* Q and A
----------------------------------*/
.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
  border: 1px solid #888888;
  overflow: hidden;
}

.qa-list dl:first-child {
  margin-top: 0;
}

.qa-list dl:after {
  position: absolute;
  top: 27px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.qa-list .open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  font-weight: bold;
  background: #f2f2f2;
}

.qa-list dl dt:before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 22px;
  left: 20px;
  display: block;
  content: "Q.";
  color: #3db89a;
}

.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
}

.qa-list dl dd:before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: "A.";
  font-weight: bold;
  color: #800000;
}

.qa-list dl dd p {
  margin: 30px 0 0;
}

.qa-list dl dd p:first-child {
  margin-top: 0;
}

@media all and (max-width: 896px) {
  .qa-list dl {
    margin: 10px 0 0;
  }

  .qa-list dl:after {
    top: 25px;
    right: 15px;
    width: 7px;
    height: 7px;
  }

  .qa-list dl dt {
    padding: 16px 26px 16px 40px;
    font-size: 14px;
  }

  .qa-list dl dt:before {
    font-size: 14px;
    top: 23px;
    left: 15px;
  }

  .qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 40px;
    font-size: 14px;
  }

  .qa-list dl dd:before {
    font-size: 14px;
    left: 15px;
    margin-top: 5px;
  }

  .qa-list dl dd p {
    margin: 30px 0 0;
  }

  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}
#main {
    float: left;
    width: 70%;
}
#side {
    float: right;
    position: sticky;
    right: 0;
    top: 0;
    width: 21%;
    padding-right: 10px;
}
@media (max-width: 896px) {
    #main {
        float: none;
        width: 100%;
    }
    #side {
        float: none;
        width: 100%;
        position: static;
        margin-top: 40px;
    }
}
.blog-month ul li {
    padding: 5px 10px;
    border: 1px solid #3db89a;
    width: 100%;
    margin-bottom: 5px;
}