@charset "UTF-8";
@font-face {
  font-family: "NotoSans";
  font-weight: 700;
  src: url("../fonts/NotoSans_Bold.woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: url("../fonts/Roboto-Medium.woff2");
  font-display: swap;
}
/*---------------- header（トップページ用） ----------------*/
#sub_menu.fixed {
  display: block;
}

header {
  width: 1088px;
  border-radius: 50px;
  position: absolute;
  bottom: -170px;
  -webkit-animation: fadeIn 0.6s;
          animation: fadeIn 0.6s;
}
header #head_logo {
  display: none;
}
header #pc_head_menu {
  display: block;
  margin-left: 0;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0px;
  border-radius: 0px;
  width: 100%;
}
header.fixed.scroll {
  display: none;
}
@media screen and (max-width: 768px) {
  header.fixed {
    display: none;
  }
}
header.fixed #head_logo {
  display: block;
}
header.fixed #pc_head_menu {
  display: none;
  margin-left: auto;
}
@media screen and (min-width: 1310px) {
  header.fixed #pc_head_menu {
    display: block;
    margin-right: 50px;
  }
}
header.fixed .menu_button {
  display: block;
}
@media screen and (min-width: 1310px) {
  header.fixed .menu_button {
    display: none;
  }
}

.wrapper::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/common/green_left01.png);
  width: 395px;
  height: 590px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 52;
}
@media screen and (max-width: 768px) {
  .wrapper::before {
    background-image: url(../img/common/green_left_sp_01.png);
    width: 42%;
  }
}
.wrapper::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/common/green_right01.png);
  width: 452px;
  height: 725px;
  top: 387px;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 52;
}
@media screen and (max-width: 768px) {
  .wrapper::after {
    background-image: url(../img/common/green_right_sp_01.png);
    width: 44%;
    top: 457px;
  }
}

@media screen and (max-width: 480px) {
  #index_main {
    overflow: hidden;
  }
}

/*---------------- メインビジュアル ----------------*/
#index_mainvisual_wrapper {
  max-width: 1240px;
  width: 1088px;
  min-width: 1000px;
  margin: 0 auto 310px;
  padding-top: 160px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #index_mainvisual_wrapper {
    min-width: 90%;
    max-width: 100%;
    padding-top: 130px;
    margin: 0 auto 150px;
  }
}

#index_mainvisual {
  position: relative;
  margin-bottom: 60px;
}
#index_mainvisual #index_main_logo {
  width: 196px;
  position: absolute;
  top: -90px;
  z-index: 52;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #index_mainvisual #index_main_logo {
    width: 35%;
    top: -75px;
  }
}
#index_mainvisual h1 {
  position: absolute;
  z-index: 53;
  bottom: -15px;
  left: 20px;
  width: 88%;
}
@media screen and (max-width: 768px) {
  #index_mainvisual h1 {
    bottom: -65px;
    left: 12%;
    font-size: 0.866666em;
  }
}
@media screen and (max-width: 480px) {
  #index_mainvisual h1 {
    font-size: 0.866666em;
  }
}
#index_mainvisual h1 .pc_hide {
  display: none;
}
@media screen and (max-width: 768px) {
  #index_mainvisual h1 .pc_hide {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #index_mainvisual h1 .pc_hide {
    display: inline;
  }
}
#index_mainvisual h1 span {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
#index_mainvisual h1 #lead {
  background-color: #fff;
  font-size: 1.33333em;
  line-height: 3em;
  padding: 7px 15px;
}
@media screen and (max-width: 768px) {
  #index_mainvisual h1 #lead {
    font-size: 1em;
    padding: 1px 5px;
    line-height: 2.4em;
  }
}
#index_mainvisual h1 #maincopy {
  background-color: #fab00c;
  font-size: 2em;
  color: #fff;
  font-weight: 900;
  line-height: 1.8em;
  padding: 1px 13px;
}
@media screen and (max-width: 768px) {
  #index_mainvisual h1 #maincopy {
    font-size: 1.2em;
    line-height: 2em;
    padding: 1px 5px;
  }
}

#index_mainvisual_slide .bx_wrapper {
  height: 565px;
  overflow: hidden;
}
#index_mainvisual_slide .bx_wrapper img {
  width: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 565px;
}
@media screen and (max-width: 768px) {
  #index_mainvisual_slide {
    width: 84%;
    margin: 0 auto;
  }
  #index_mainvisual_slide .bx_wrapper {
    height: 400px;
    overflow: hidden;
  }
  #index_mainvisual_slide .bx_wrapper li {
    height: 400px;
  }
  #index_mainvisual_slide .bx_wrapper li img {
    height: 100%;
  }
}

/*---------------- チャイルドサポートいしがきとは？ ----------------*/
#index_outline {
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 480px) {
  #index_outline {
    margin-bottom: 90px;
  }
}
#index_outline #index_outline_inner {
  width: 1088px;
  margin: 80px auto 0;
  text-align: center;
  position: relative;
  z-index: 53;
}
#index_outline #index_outline_inner::before {
  content: "";
  background-image: url("../img/common/img_butterfly.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 109px;
  height: 112px;
  position: absolute;
  left: 0;
  top: 160px;
}
@media screen and (max-width: 768px) {
  #index_outline #index_outline_inner::before {
    width: 69px;
    height: 72px;
    top: -55px;
  }
}
#index_outline #index_outline_inner::after {
  content: "";
  background-image: url("../img/common/img_elephant.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 167px;
  height: 171px;
  position: absolute;
  right: 0;
  top: 300px;
}
@media screen and (max-width: 768px) {
  #index_outline #index_outline_inner::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #index_outline #index_outline_inner {
    width: 86%;
    margin-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  #index_outline #index_outline_inner {
    margin-top: 30px;
  }
}
#index_outline #index_outline_inner h2 {
  margin-bottom: 30px;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  #index_outline #index_outline_inner h2 {
    font-size: 1.066666em;
  }
}
#index_outline #index_outline_inner h2 span {
  display: block;
}
#index_outline #index_outline_inner h2::before {
  content: "";
  background-image: url("../img/common/img_snail.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 103px;
  height: 70px;
  display: block;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  #index_outline #index_outline_inner h2::before {
    width: 63px;
    height: 41px;
  }
}
#index_outline #index_outline_inner h3 {
  font-size: 2.33333em;
  line-height: 1.5145em;
  font-weight: 900;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #index_outline #index_outline_inner h3 {
    font-size: 1.2em;
    line-height: 1.778em;
  }
}
#index_outline #index_outline_inner p {
  line-height: 2.2em;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #index_outline #index_outline_inner p {
    line-height: 1.867em;
    margin-bottom: 50px;
  }
}
#index_outline #index_outline_inner .img_list {
  display: flex;
  margin: 100px 0;
}
@media screen and (max-width: 480px) {
  #index_outline #index_outline_inner .img_list {
    display: none;
  }
}
#index_outline #index_outline_inner .img_list li {
  margin-right: 18px;
}
#index_outline #index_outline_inner .img_list li:last-child {
  margin-right: 0;
}

/*---------------- 2つの支援サービス ----------------*/
#index_service {
  position: relative;
  margin-bottom: 150px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #index_service {
    margin-bottom: 70px;
  }
}
#index_service::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/common/green_right02.png);
  width: 466px;
  height: 660px;
  bottom: -400px;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #index_service::after {
    width: 66%;
    right: -21%;
    bottom: -490px;
  }
}
#index_service #index_service_inner {
  width: 100%;
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #index_service #index_service_inner {
    width: 86%;
  }
}
#index_service #index_service_inner h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #index_service #index_service_inner h2 {
    margin-bottom: 20px;
  }
}
#index_service #index_service_inner p {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  #index_service #index_service_inner p {
    margin-bottom: 40px;
  }
}
#index_service #index_service_inner ul {
  display: flex;
  width: 980px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  #index_service #index_service_inner ul {
    width: 80%;
    display: block;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #index_service #index_service_inner ul li {
    width: 100%;
  }
}
#index_service #index_service_inner ul li:first-child {
  margin-right: 108px;
}
@media screen and (max-width: 768px) {
  #index_service #index_service_inner ul li:first-child {
    margin-bottom: 50px;
    margin-right: 0;
  }
}
#index_service #index_service_inner ul li::before {
  display: block;
  width: 100%;
  position: absolute;
  top: -10px;
  font-size: 3.33333em;
  font-weight: 700;
  font-family: "NotoSans";
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #index_service #index_service_inner ul li::before {
    top: -13px;
    font-size: 2em;
  }
}
#index_service #index_service_inner ul li img {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #index_service #index_service_inner ul li img {
    margin-bottom: 10px;
  }
}
#index_service #index_service_inner ul li p {
  width: 320px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #index_service #index_service_inner ul li p {
    width: 100%;
  }
}
#index_service #index_service_inner h3 {
  font-size: 1.63em;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto 15px;
  padding-bottom: 18px;
  margin: 10px 0 30px;
}
@media screen and (max-width: 768px) {
  #index_service #index_service_inner h3 {
    font-size: 1.1em;
    margin-bottom: 20px;
    background-size: auto 10.5px;
    padding-bottom: 11px;
  }
}
#index_service #index_service_inner #index_service_hattatsu {
  position: relative;
}
#index_service #index_service_inner #index_service_hattatsu::before {
  content: "01";
}
#index_service #index_service_inner #index_service_hattatsu h3 {
  background-image: url(../img/common/tti_underline_m.png);
}
#index_service #index_service_inner #index_service_houkago {
  position: relative;
}
#index_service #index_service_inner #index_service_houkago::before {
  content: "02";
}
#index_service #index_service_inner #index_service_houkago .index_service_img {
  position: relative;
}
#index_service #index_service_inner #index_service_houkago .index_service_img::after {
  content: "";
  position: absolute;
  width: 104px;
  height: 101px;
  background-image: url(../img/common/ico_shuugakuji.png);
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: 0;
  right: 50px;
}
@media screen and (max-width: 768px) {
  #index_service #index_service_inner #index_service_houkago .index_service_img::after {
    width: 94px;
    height: 91px;
    right: -5px;
  }
}
#index_service #index_service_inner #index_service_houkago h3 {
  background-image: url(../img/common/tti_underline_l.png);
}

/*---------------- 背景画像用 ----------------*/
.bg_image_area {
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../img/index/index_guide_bg.png);
  overflow: hidden;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .bg_image_area {
    background-size: 290% auto;
    margin-bottom: 32px;
  }
}

/*---------------- チャイルドサポートいしがきでの一日 ----------------*/
#index_program {
  position: relative;
  margin-bottom: 150px;
  padding-top: 45px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  #index_program {
    margin-bottom: 70px;
  }
}
#index_program::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/common/green_left02.png);
  width: 500px;
  height: 765px;
  top: 1250px;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  #index_program::after {
    width: 66%;
    left: -34%;
    top: 1500px;
  }
}

#index_program_inner {
  position: relative;
  width: 1088px;
  margin: 0 auto;
  padding: 110px 0 70px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #index_program_inner {
    padding: 70px 0 30px;
    width: 86%;
  }
}
#index_program_inner::before {
  position: absolute;
  content: "";
  background-image: url(../img/index/index_program_img_title.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 339px;
  height: 108px;
  transform: translateX(-50%);
  left: 50%;
  top: -45px;
}
@media screen and (max-width: 480px) {
  #index_program_inner::before {
    width: 90%;
  }
}
#index_program_inner h2 {
  margin-bottom: 30px;
  position: relative;
}
#index_program_inner h3 {
  display: inline-block;
  color: #fff;
  font-size: 1.6em;
  padding: 10px 30px;
  border-radius: 25px;
  vertical-align: text-top;
  position: relative;
  margin-bottom: 15px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #index_program_inner h3 {
    font-size: 1em;
    padding: 5px 20px;
    margin-bottom: 20px;
  }
}
#index_program_inner h3::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
#index_program_inner p {
  margin-bottom: 60px;
  font-size: 1.125em;
}
@media screen and (max-width: 768px) {
  #index_program_inner p {
    width: 86%;
    margin: 0 auto 40px;
    font-size: 0.93333em;
    text-align: center;
  }
}

/* スケジュール 児童発達支援 */
.index_schedule_hattatsu {
  width: 410px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .index_schedule_hattatsu {
    width: 100%;
    margin-bottom: 60px;
  }
}
.index_schedule_hattatsu h3 {
  background: #62ba7d;
}
.index_schedule_hattatsu h3::before {
  background: #62ba7d;
}
.index_schedule_hattatsu .index_schedule_list_item:last-child h4 {
  background-image: linear-gradient(to right, #62ba7d, #62ba7d 50%, #3aaaac 50%, #3aaaac 100%);
}
@media screen and (max-width: 768px) {
  .index_schedule_hattatsu .index_schedule_list_item:last-child h4 {
    background-image: none;
  }
}
.index_schedule_hattatsu .index_schedule_list_item::after {
  background-color: #62ba7d;
  right: -3px;
}
@media screen and (max-width: 768px) {
  .index_schedule_hattatsu .index_schedule_list_item::after {
    background-image: linear-gradient(to bottom, #62ba7d, #62ba7d 4px, #fff 4px, #fff 7px);
  }
}
.index_schedule_hattatsu .index_schedule_list_item_title {
  right: -38px;
}
.index_schedule_hattatsu .index_schedule_list_item_title h4 {
  background-color: #62ba7d;
}
.index_schedule_hattatsu .index_schedule_list_item_contents {
  background-color: #eaf5ee;
  color: #62ba7d;
  align-items: flex-end;
}
.index_schedule_hattatsu .index_schedule_list_other {
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .index_schedule_hattatsu .index_schedule_list_other {
    align-items: flex-start;
    font-size: 0.8em;
    min-height: 45px;
    margin-top: -20px;
  }
}
.index_schedule_hattatsu .index_schedule_list_other::after {
  right: -3px;
  background-image: linear-gradient(to bottom, #62ba7d, #62ba7d 4px, #fff 4px, #fff 7px);
}
@media screen and (max-width: 768px) {
  .index_schedule_hattatsu .index_schedule_list_other::after {
    background-color: #62ba7d;
    background-image: none;
    left: 0;
    right: auto;
  }
}

/* スケジュール 放課後等デイサービス */
.index_schedule_houkago {
  width: 410px;
}
@media screen and (max-width: 768px) {
  .index_schedule_houkago {
    width: 100%;
  }
}
.index_schedule_houkago h3 {
  background: #3aaaac;
}
.index_schedule_houkago h3::before {
  background: #3aaaac;
}
.index_schedule_houkago .index_schedule_list_item:nth-of-type(2) .index_schedule_list_item_title {
  display: none;
}
@media screen and (max-width: 768px) {
  .index_schedule_houkago .index_schedule_list_item:nth-of-type(2) .index_schedule_list_item_title {
    display: block;
  }
}
.index_schedule_houkago .index_schedule_list_item::after {
  background-color: #3aaaac;
  left: 0;
}
@media screen and (max-width: 768px) {
  .index_schedule_houkago .index_schedule_list_item::after {
    left: 0;
    background-image: linear-gradient(to bottom, #3aaaac, #3aaaac 4px, #fff 4px, #fff 7px);
  }
}
.index_schedule_houkago .index_schedule_list_item_title {
  left: -37px;
}
.index_schedule_houkago .index_schedule_list_item_title h4 {
  background-color: #3aaaac;
}
.index_schedule_houkago .index_schedule_list_item_contents {
  background-color: #e0efef;
  color: #3aaaac;
  align-items: flex-start;
}
.index_schedule_houkago .index_schedule_list_other {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .index_schedule_houkago .index_schedule_list_other {
    font-size: 0.8em;
    min-height: 75px;
    margin-top: -20px;
  }
}
.index_schedule_houkago .index_schedule_list_other::after {
  background-image: linear-gradient(to bottom, #3aaaac, #3aaaac 4px, #fff 4px, #fff 7px);
  left: 0;
}
@media screen and (max-width: 768px) {
  .index_schedule_houkago .index_schedule_list_other::after {
    background-color: #3aaaac;
    background-image: none;
  }
}

/* スケジュール 共通 */
@media screen and (max-width: 768px) {
  .index_schedule_wrap h2 {
    line-height: 1.5em;
  }
}
.index_schedule_wrap h2::before {
  position: absolute;
  content: "";
  background-image: url(../img/index/index_schedule_img_sun.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 108px;
  height: 110px;
  left: 130px;
  top: -42px;
}
@media screen and (max-width: 768px) {
  .index_schedule_wrap h2::before {
    width: 78px;
    height: 78px;
    left: 5%;
    top: -13px;
  }
}
@media screen and (max-width: 480px) {
  .index_schedule_wrap h2::before {
    width: 56px;
    height: 56px;
    left: 3%;
    top: -1px;
  }
}
.index_schedule_wrap h2::after {
  position: absolute;
  content: "";
  background-image: url(../img/index/index_schedule_img_cloud.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 120px;
  height: 61px;
  right: 130px;
  top: -5px;
}
@media screen and (max-width: 768px) {
  .index_schedule_wrap h2::after {
    height: 44px;
    top: 6px;
    width: 90px;
    right: 5%;
  }
}
@media screen and (max-width: 480px) {
  .index_schedule_wrap h2::after {
    height: 29px;
    top: 15px;
    width: 58px;
    right: 3%;
  }
}

.index_schedule_list_wrap {
  display: flex;
  margin: 0 auto 160px;
  width: 820px;
}
@media screen and (max-width: 768px) {
  .index_schedule_list_wrap {
    width: 86%;
    display: block;
    margin-bottom: 60px;
    line-height: 1.1em;
  }
}

.index_schedule_list_item {
  position: relative;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .index_schedule_list_item {
    margin-left: 32.5px;
    margin-bottom: 18px;
  }
}
.index_schedule_list_item::after {
  content: "";
  width: 4px;
  height: 35px;
  position: absolute;
  bottom: -35px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .index_schedule_list_item::after {
    right: auto;
    left: 0;
    height: 100%;
    content: "";
    background-size: 4px 7px;
    background-repeat: repeat-y;
    width: 4px;
    height: 100%;
    position: absolute;
    z-index: 0;
  }
}
.index_schedule_list_item:last-child::after {
  content: none;
}
.index_schedule_list_item .index_schedule_list_item_title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .index_schedule_list_item .index_schedule_list_item_title {
    left: -26px;
    right: auto;
    z-index: 1;
  }
}
.index_schedule_list_item .index_schedule_list_item_title h4 {
  color: #fff;
  width: 75px;
  line-height: 75px;
  height: 75px;
  border-radius: 50%;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.466666em;
}
@media screen and (max-width: 768px) {
  .index_schedule_list_item .index_schedule_list_item_title h4 {
    font-size: 1em;
    width: 55px;
    line-height: 55px;
    height: 55px;
  }
}
.index_schedule_list_item .index_schedule_list_item_contents {
  font-size: 1.466666em;
  padding: 0 80px;
  min-height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .index_schedule_list_item .index_schedule_list_item_contents {
    font-size: 0.8em;
    padding: 0 0 0 35px;
    min-height: 55px;
    align-items: flex-start;
  }
}
.index_schedule_list_item .index_schedule_list_item_contents span {
  color: #6c5546;
  font-size: 0.68182em;
  margin-top: 3px;
  display: block;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .index_schedule_list_item .index_schedule_list_item_contents span {
    font-size: 0.91667em;
  }
}

/* スケジュール その他の時間 */
.index_schedule_list_other {
  padding: 0 80px 0 80px;
  min-height: 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index_schedule_list_other {
    margin-left: 32.5px;
    padding: 0 35px 0 35px;
  }
}
.index_schedule_list_other::after {
  content: "";
  background-size: 4px 7px;
  background-repeat: repeat-y;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

/* スケジュール 登校中 */
.index_schedule_list_blank {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 70%, #fff 100%), url("../img/index/index_schedule_houkago_bg.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  min-height: 875px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index_schedule_list_blank {
    display: none;
  }
}
.index_schedule_list_blank span {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 2.266666em;
  font-weight: 700;
  letter-spacing: -0.3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* イベント */
.index_event_wrap {
  z-index: 1;
  position: relative;
}
.index_event_wrap ul {
  display: flex;
  width: 980px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .index_event_wrap ul {
    width: 86%;
  }
}
.index_event_wrap ul li {
  width: 287px;
  margin: 0 39px 55px 0;
}
@media screen and (max-width: 768px) {
  .index_event_wrap ul li {
    width: 46%;
    margin: 0 8% 25px 0;
  }
  .index_event_wrap ul li:nth-of-type(even) {
    margin-right: 0;
  }
}
.index_event_wrap ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .index_event_wrap ul li:nth-of-type(3n) {
    margin-right: auto;
  }
}
.index_event_wrap ul li img {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .index_event_wrap ul li img {
    margin-bottom: 0px;
  }
}
.index_event_wrap ul li span {
  font-size: 1.466666em;
}
@media screen and (max-width: 768px) {
  .index_event_wrap ul li span {
    font-size: 0.999999em;
    font-weight: 700;
  }
}

/*---------------- ご利用案内 ----------------*/
#index_guide {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  #index_guide {
    padding-bottom: 70px;
  }
}
#index_guide #index_guide_inner {
  width: 1088px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #index_guide #index_guide_inner {
    width: 86%;
  }
}
#index_guide #index_guide_inner:after {
  content: "";
  background: radial-gradient(rgba(98, 58, 5, 0.4) 0%, rgba(98, 58, 5, 0.2) 25%, rgba(98, 58, 5, 0.1) 45%, rgba(0, 0, 0, 0) 70%);
  width: 800px;
  height: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#index_guide #index_guide_inner h2 {
  margin-bottom: 16px;
  position: relative;
}
#index_guide #index_guide_inner h2::before {
  content: "";
  background-image: url("../img/common/ico_leaf.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 76px;
  height: 43px;
  display: block;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  #index_guide #index_guide_inner h2::before {
    width: 56px;
    height: 32px;
    margin-bottom: 10px;
  }
}
#index_guide #index_guide_inner p {
  margin-bottom: 44px;
}
#index_guide #index_guide_inner .btn_detail {
  min-width: 250px;
  align-self: start;
  justify-self: start;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #index_guide #index_guide_inner .btn_detail {
    width: 100%;
    z-index: 1;
    margin: 0 auto 20px;
  }
}

/*---------------- ブログ ----------------*/
#index_blog {
  margin-bottom: 150px;
}
@media screen and (max-width: 480px) {
  #index_blog {
    margin-bottom: 70px;
  }
}
#index_blog #index_blog_inner {
  width: 1088px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #index_blog #index_blog_inner {
    width: 86%;
    padding: 30px 8% 50px;
  }
}
#index_blog #index_blog_inner h2 {
  margin-bottom: 10px;
  position: relative;
}
#index_blog #index_blog_inner h2::before {
  content: "";
  background-image: url("../img/common/ico_smile.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 76px;
  height: 43px;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  #index_blog #index_blog_inner h2::before {
    width: 56px;
    height: 33px;
    margin-bottom: 10px;
  }
}
#index_blog #index_blog_inner #index_blog_article_wrapper {
  width: 800px;
  text-align: left;
  display: inline-block;
  margin-bottom: 50px;
  background-image: url(../img/common/txt_underline.gif);
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  #index_blog #index_blog_inner #index_blog_article_wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
#index_blog #index_blog_inner #index_blog_article_wrapper article {
  background-image: url(../img/common/txt_underline.gif);
  background-position: left top;
  background-repeat: repeat-x;
  padding: 15px 0;
}
#index_blog #index_blog_inner #index_blog_article_wrapper article a {
  display: grid;
  grid-template-columns: 120px auto;
  grid-row-gap: 0;
  grid-column-gap: 15px;
  grid-template-areas: "date content";
  justify-content: start;
  background-image: url(../img/common/ico_arrow.gif);
  background-repeat: no-repeat;
  background-position: 96% center;
  transition: 0.15s linear;
}
@media screen and (max-width: 768px) {
  #index_blog #index_blog_inner #index_blog_article_wrapper article a {
    grid-template-areas: "date" "content";
    grid-template-columns: 100%;
    background-position: 100% center;
  }
}
#index_blog #index_blog_inner #index_blog_article_wrapper article a:hover {
  opacity: 0.4;
}
#index_blog #index_blog_inner #index_blog_article_wrapper article .date {
  grid-area: date;
  align-self: center;
  color: #fab00c;
}
@media screen and (max-width: 768px) {
  #index_blog #index_blog_inner #index_blog_article_wrapper article .date {
    font-size: 0.8em;
  }
}
#index_blog #index_blog_inner #index_blog_article_wrapper article .content {
  grid-area: content;
  align-self: start;
  width: 550px;
}
@media screen and (max-width: 768px) {
  #index_blog #index_blog_inner #index_blog_article_wrapper article .content {
    font-size: 0.93333em;
    width: 85%;
    line-height: 1.75em;
  }
}

/*---------------- info----------------*/
#footer_map {
  grid-area: map;
  width: 100%;
  height: 490px;
  vertical-align: bottom;
  border: none;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #footer_map {
    height: 348px;
    margin-bottom: 10px;
  }
}

#index_info #index_info_inner {
  width: 1088px;
  margin: 0 auto 200px;
  text-align: center;
  display: grid;
  grid-template-areas: "ttl ttl" "map map" "list btn";
}
@media screen and (max-width: 768px) {
  #index_info #index_info_inner {
    width: 86%;
    grid-template-areas: "ttl" "map" "list" "btn";
    margin-bottom: 50px;
  }
}
#index_info #index_info_inner h2 {
  grid-area: ttl;
  margin-bottom: 20px;
}
#index_info #index_info_inner h2::before {
  content: "";
  background-image: url("../img/common/ico_access.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 52px;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  #index_info #index_info_inner h2::before {
    width: 26px;
    height: 34px;
  }
}
#index_info #index_info_inner #index_info_list {
  grid-area: list;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #index_info #index_info_inner #index_info_list {
    margin-bottom: 20px;
  }
}
#index_info #index_info_inner #index_info_list li {
  line-height: 1.8em;
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #index_info #index_info_inner #index_info_list li {
    font-size: 0.9375em;
    line-height: 1.5em;
    margin-bottom: 5px;
  }
}
#index_info #index_info_inner .btn_detail {
  grid-area: btn;
  min-width: 365px;
  align-self: center;
  justify-self: end;
}
@media screen and (max-width: 768px) {
  #index_info #index_info_inner .btn_detail {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #index_info #index_info_inner .btn_detail {
    width: 100%;
    min-width: 100%;
  }
}

/*---------------- バナー ----------------*/
#index_bnr {
  width: 100%;
  background: url("../img/common/bg_light.jpg") repeat top left;
}
#index_bnr #index_bnr_inner {
  padding: 150px 0 180px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #index_bnr #index_bnr_inner {
    padding: 30px 0 20px;
    margin-bottom: 40px;
  }
}
#index_bnr #index_bnr_inner ul {
  width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #index_bnr #index_bnr_inner ul {
    width: 86%;
  }
}
#index_bnr #index_bnr_inner ul li {
  width: 416px;
  margin-right: 46px;
  display: inline-block;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  #index_bnr #index_bnr_inner ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
#index_bnr #index_bnr_inner ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #index_bnr #index_bnr_inner ul li:last-child {
    margin-bottom: 0;
  }
}
#index_bnr #index_bnr_inner ul li a {
  display: block;
  position: relative;
  transition: 0.15s linear;
}
@media screen and (max-width: 768px) {
  #index_bnr #index_bnr_inner ul li a {
    width: 100%;
    font-size: 0.878em;
    line-height: 1em;
  }
}
#index_bnr #index_bnr_inner ul li a:hover {
  opacity: 0.8;
}
#index_bnr #index_bnr_inner ul li a p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.73333em;
  color: #fff;
  font-weight: 900;
}
#index_bnr #index_bnr_inner ul li a p span {
  font-size: 0.576926em;
  display: block;
  line-height: 1.6em;
  font-weight: 400;
}
#index_bnr #index_bnr_inner ul li a img {
  vertical-align: bottom;
}
#index_bnr #index_bnr_inner .bnr_kihu a p {
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
#index_bnr #index_bnr_inner .bnr_kihu a::after {
  content: "";
  position: absolute;
  width: 75px;
  height: 51px;
  top: -37px;
  left: 29px;
  background: url("../img/common/img_snail.png") no-repeat top right;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  #index_bnr #index_bnr_inner .bnr_kihu a::after {
    width: 55px;
    height: 37px;
    top: -26px;
    left: 10%;
  }
}
#index_bnr #index_bnr_inner .bnr_tour p {
  left: 70px;
}
@media screen and (max-width: 768px) {
  #index_bnr #index_bnr_inner .bnr_tour p {
    left: 15%;
  }
}
#index_bnr #index_bnr_inner .bnr_tour .comment {
  position: absolute;
  width: 170px;
  height: 70px;
  top: -23px;
  right: -20px;
  line-height: 70px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #index_bnr #index_bnr_inner .bnr_tour .comment {
    right: auto;
    left: 10px;
    width: 170px;
    height: 70px;
    line-height: 65px;
  }
}
@media screen and (max-width: 480px) {
  #index_bnr #index_bnr_inner .bnr_tour .comment {
    right: auto;
    left: 10px;
    width: 150px;
    height: 63px;
    line-height: 58px;
  }
}
#index_bnr #index_bnr_inner .bnr_tour .comment::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 70px;
  background: url("../img/index/bnr_tour_txt.png") no-repeat top right;
  background-size: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #index_bnr #index_bnr_inner .bnr_tour .comment::after {
    transform: scale(-1, 1);
    width: 170px;
    height: 70px;
  }
}
@media screen and (max-width: 480px) {
  #index_bnr #index_bnr_inner .bnr_tour .comment::after {
    transform: scale(-1, 1);
    width: 150px;
    height: 63px;
  }
}
/*# sourceMappingURL=index.css.map */