/* Top page
-------------------------------------------------*/
#sb_instagram #sbi_images img {
  height: 100%;
}
.t_box1 {
  padding: 60px 0;
  background-image: url(../img/top/bg_t1.png);
  background-repeat: repeat;
}

.t_box1_cont {
  padding: 30px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.t_box1_cont p {
  width: calc(100% / 6);
  max-width: 160px;
  margin-bottom: 8px;
}

.t_box1_cont p img {
  width: 100%;
}

.t_box1_txt {
  text-align: center;
  font-size: 12px;
  color: #202020;
}

.t_box2_prl {
  background-image: url(../img/top/p1.jpg);
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.t_box2_cont {
  width: 840px;
  height: 460px;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  -webkit-box-shadow: 0 3px 5px 0px rgba(115, 115, 115, 0.5),
    3px 0 5px 0px rgba(115, 115, 115, 0.5);
  box-shadow: 0 3px 5px 0px rgba(115, 115, 115, 0.5),
    3px 0 5px 0px rgba(115, 115, 115, 0.5);
}

.t_box2_cont .t_lb {
  margin-top: -29px;
}

.t_box2_cont_ttl {
  padding-top: 30px;
}

.t_box2_cont_txt {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding-top: 25px;
  text-align: center;
  font-size: 14px;
  line-height: 180%;
}

.t_box2_cont_btns {
  padding-top: 40px;
}

.t_box2_cont2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.t_box2_cont2.v2 {
  z-index: 1;
}

.t_box2_cont2.v2 .t_lb {
  width: 138px;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: -40px;
  z-index: 20;
  padding-top: 30px;
}

.t_box2_cont2_item {
  position: relative;
  z-index: 0;
  /* width: calc(100% / 3); */
  width: 50%;
}

.t_box2_cont2_item.v2 {
  width: 50%;
}

.t_box2_cont2_item_img {
  position: relative;
  z-index: -1;
}

.t_box2_cont2_item_img img {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.t_box2_cont2_item_img img.img_over {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.t_box2_cont2_item_main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.t_box2_cont2_item_main .t_lb {
  position: absolute;
  top: 0;
}

.t_box2_cont2_item_main_ttl {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.t_box2_cont2_item_main_ttl p {
  text-align: center;
  color: #fff;
  line-height: 140%;
  font-weight: bold;
  font-family: "Sawarabi Mincho";
}

.t_box2_cont2_item_main_ttl p.t1 {
  font-size: 28px;
  padding-bottom: 5px;
}

.t_box2_cont2_item_main_ttl p.t2 {
  font-size: 14px;
}

.t_box2_cont2_item_main_over {
  width: 200px;
  line-height: 46px;
  border: 1px solid #fff;
  border-radius: 23px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.t_box2_cont2_item_main_over:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  background-image: url(../img/common/i1.png);
  background-size: cover;
  position: relative;
  top: 1px;
  margin-right: 7px;
}

.t_box2_cont2_item:hover .t_box2_cont2_item_main_ttl {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.t_box2_cont2_item:hover .t_box2_cont2_item_main_over {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.t_box2_cont2_item:hover .img_root {
  opacity: 0;
}

.t_box2_cont2_item:hover .img_over {
  opacity: 1;
}

.t_box3 {
  padding: 60px 0 0;
}

.t_box3_cont {
  margin: 40px auto 0;
  position: relative;
  background-color: rgba(116, 20, 21, 0.06);
  padding: 45px 0;
}

.t_box3_cont_slider {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.t_box3_cont_nav {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}

.t_box3_cont_nav_inner {
  width: 100%;
  max-width: 1490px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.t_box3_cont_nav_inner img {
  cursor: pointer;
  position: relative;
}

.t_box3_cont_nav_inner img:hover {
  opacity: 0.8;
}

.t_box3_cont_nav_inner .prevArrow {
  left: 0;
}

.t_box3_cont_nav_inner .nextArrow {
  right: 0;
}

.t_box3_item {
  padding: 5px 0;
}

.t_box3_item:hover .t_box3_item_img img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.t_box3_item_inner {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.t_box3_item_img {
  overflow: hidden;
  max-height: 220px;
}

.t_box3_item_img img {
  width: 100%;
  max-width: 320px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.t_box3_item_main {
  padding: 20px;
}

.t_box3_item_txt1 {
  font-size: 16px;
  font-weight: bold;
  color: #8d2021;
  line-height: 120%;
  padding-bottom: 8px;
}

.t_box3_item_txt2 {
  font-size: 13px;
  color: #1f1f1f;
  line-height: 160%;
  padding-bottom: 10px;
  height: 30px;
}

.t_box3_item_txt3 p {
  font-size: 13px;
  color: #212121;
}

.t_box3_item_txt3 p span {
  display: inline-block;
  width: 52px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  background-color: #881415;
  margin-right: 8px;
}

.t_box3_item_txt3 p + p {
  padding-top: 3px;
}

.t_box4 {
  padding: 70px 0 100px;
}

.t_box4_ttl p {
  text-align: center;
  font-size: 18px;
  color: #202020;
  font-family: "Sawarabi Mincho";
  padding-top: 25px;
}

.t_box4_ttl p img {
  width: 100%;
  max-width: 343px;
}

.t_box4_cont {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 45px;
}

.t_box4_item {
  width: 48.5%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  padding: 0 20px;
}

.t_box4_item_main {
  padding-left: 20px;
}

.t_box4_item_main_btn {
  width: 140px;
  line-height: 39px;
  margin: 0 auto;
  border: 1px solid #fe3366;
  font-size: 22px;
  font-family: "Sawarabi Mincho";
  text-align: center;
  background-color: #fff;
}

.t_box4_item_main_txt1 {
  padding-top: 15px;
  font-size: 32px;
  font-weight: bold;
  line-height: 120%;
  font-family: "Sawarabi Mincho";
  text-align: center;
}

.t_box4_item_main_txt2 {
  padding-top: 20px;
  font-size: 13px;
  text-align: center;
  color: #1f1f1f;
  line-height: 160%;
}

.t_box4_item .cl1 {
  color: #fe3366;
  border-color: #fe3366;
}

.t_box4_item .cl2 {
  color: #fe6600;
  border-color: #fe6600;
}

.t_box4_item.v1:hover {
  background-color: rgba(254, 52, 102, 0.1);
}

.t_box4_item.v2:hover {
  background-color: rgba(254, 102, 0, 0.1);
}

.t_box5_prl {
  background-image: url(../img/top/p2.jpg);
  height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.t_box5_prl .t_lb {
  padding-top: 20px;
  margin: 0 auto;
}

.t_box5_prl p {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-family: "Sawarabi Mincho";
  text-shadow: 1px 1px #333;
  color: #fff;
  padding-top: 30px;
}

.t_box5_cont {
  padding: 25px 0 60px;
  position: relative;
}
.t_box5_cont .banner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.t_box5_cont_tb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.t_box5_cont_tb .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.t_box5_cont_tb .item:nth-of-type(1),
.t_box5_cont_tb .item:nth-of-type(2),
.t_box5_cont_tb .item:nth-of-type(3) {
  width: 33.33%;
}

/*
.t_box5_cont_tb .item:nth-of-type(3) {
  width: 50%;
}
*/
.t_box5_cont_tb .item .bg1.sameheight {
  display: flex;
  justify-content: center;
  align-items: center;
}
.t_box5_cont_tb .item > div {
  width: 100%;
}

.t_box5_cont_tb .item > div + div {
  border-top: 1px solid #ddd;
}

.t_box5_cont_tb .item + .item {
  border-left: 1px solid #ddd;
}

.t_box5_cont_tb .item div.th {
  text-align: center;
  height: 100px;
  padding: 25px 0 20px;
}

.t_box5_cont_tb .item > div {
  padding: 25px 0 20px;
  text-align: center;
}

.t_box5_cont_tb .item > div.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.t_box5_cont_tb .item > div.col2 .col2_box div {
  padding: 25px 0 20px;
  text-align: center;
}

.t_box5_cont_tb .item > div.col2 .col2_box div + div {
  border-top: 1px solid #ddd;
}

.t_box5_cont_tb .item > div.col2 > div {
  width: 50%;
  text-align: center;
}

.t_box5_cont_tb .item > div .col2_box + .col2_box {
  border-left: 1px solid #ddd;
}

.t_box5_cont_tb .item > div p.tel {
  font-size: 26px;
  color: #202020;
  text-align: center;
  line-height: 120%;
  font-family: "Sawarabi Mincho";
}

.t_box5_cont_tb .item > div p.tel:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/top/i_4.png);
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.t_box5_cont_tb .item > div p.address {
  text-align: center;
  font-size: 13px;
  color: #1f1f1f;
  text-decoration: underline;
  padding-top: 5px;
}

.t_box5_cont_tb .item > div p.map {
  text-align: center;
  padding-top: 15px;
}

.t_box5_cont_tb .item > div p.map img {
  width: 100%;
  max-width: 238px;
}

.t_box5_cont_tb .item > div span {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: var(--color-blue);
  font-family: "Sawarabi Mincho";
  padding-right: 5px;
  position: relative;
  top: 2px;
  line-height: 140%;
}

.t_box5_cont_tb .item > div span.co1 {
  color: #006c2a;
}

.t_box5_cont_tb .item > div a.btn {
  display: inline-block;
  min-width: 135px;
  line-height: 36px;
  padding: 0 5px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: "Sawarabi Mincho";
  font-size: 16px;
  color: #222;
}

.t_box5_cont_tb .item > div a.btn:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 17px;
  background-image: url(../img/top/i_3.png);
  background-size: cover;
  position: relative;
  top: 2px;
  margin-right: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.t_box5_cont_tb .item > div a.btn:hover {
  color: var(--color-blue);
}

.t_box5_cont_tb .item > div a.btn:hover:before {
  background-image: url(../img/top/i_3_over.png);
}

.bg1 {
  background-color: rgba(116, 20, 21, 0.06);
}

.bg2 {
  background-color: rgba(0, 109, 42, 0.06);
}

.bg3 {
  background-color: rgba(99, 48, 29, 0.06);
}

.bg4 {
  background-color: rgba(255, 128, 0, 0.06);
}

.t_box6 {
  width: 100%;
  max-width: 1040px;
  padding: 60px 20px 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.t_box6_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.countdown {
  width: 48%;
  margin-bottom: 30px;
}

.countdown-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.countdown-title--red {
  color: red;
  font-weight: bold;
  font-size: 20px;
}

.countdown-time {
  font-size: 24px;
  color: #fff;
  border: #ccc 1px solid;
  border-radius: 3px;
  background: var(--color-sky);
  padding: 10px 20px;
  font-weight: 500;
}

.countdown-number {
  font-weight: bold;
}
.c-box-videos {
  background-color: var(--color-blue);
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.c-box-videos .c-item1 {
  width: 72%;
  margin-right: 3%;
  background: #000;
}
.c-box-videos .c-item2 {
  width: 25%;
  /*   background: #000;*/
}
.c-box-videos .c-video {
  width: 100%;
  background: #000;
  overflow: hidden;
}
.c-box-videos .c-item1 .c-video {
  height: 400px;
  display: block;
}
.c-box-videos .c-item2 .c-video {
  height: 120px;
  margin-bottom: 20px;
}
.c-box-videos .c-item2 .c-video:last-child {
  margin-bottom: 0;
}
.c-box-videos .c-video iframe,
.c-box-videos .c-video video {
  width: 100% !important;
  height: 100% !important;
}
.c-box-videos .c-item1 .c-video video {
  width: 100% !important;
}

.c-list-post-videos .t1 {
  position: relative;
  line-height: 0% !important;
}
.c-list-post-videos {
  width: 100%;
  max-width: 986px;
  margin: 100px auto;
}
.c-list-post-videos .t1::before {
  content: "";
  background-image: url("../img/top/ic-video.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 47px;
  height: 40px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 20px;
  /* margin-top: 4px; */
}
.btn-video {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.btn-video a {
  padding: 12px 89px;
  text-align: center;
  font-size: 14px;
  color: var(--color-blue);
  font-weight: bold;
  position: relative;
  background-color: #fff;
  transition: 0.4s;
  border: 1px solid #fff;
}
.btn-video a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.btn-video a::before {
  content: "";
  background-image: url("../img/top/ic-video-btn.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .c-box-videos .c-item1 .c-video video {
    width: 100% !important;
  }

  .t_box5_cont {
  }
}
@media (max-width: 580px) {
  .c-box-videos .c-item1,
  .c-box-videos .c-item2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .c-box-videos .c-video {
    height: 200px !important;
    margin-bottom: 20px;
  }
  .btn-video a {
    padding: 12px 50px;
  }
}
