@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700&display=swap");
.zen {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-style: normal;
}

.blue-under::before {
  background-color: #1e90ff; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  bottom: -20px; /* 線の位置 */
  content: "";
  height: 2px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 50px; /* 線の長さ */
}

.to-btn-arrow {
  text-align: center;
  margin: auto;
}
.to-btn-arrow a {
  display: inline-block;
  font-size: 17px;
  background: #FFF;
  border: 1px solid #CCC;
  padding: 9px 60px;
  background-image: url("/images/24_images/basic_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px auto;
}
.to-btn-arrow a:hover {
  text-decoration: none;
  background: #EEE;
  background-image: url("/images/24_images/basic_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px auto;
}

.header24 {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  background: #FFF;
  transition: 0.5s;
}
.header24 .topitem {
  display: flex;
  justify-content: space-between !important;
  max-width: 1000px;
  margin: auto;
  padding: 10px 0 10px 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.header24 .topitem .mlogo {
  text-align: left !important;
  margin: 0 0 0 0 !important;
}
.header24 .topitem .mlogo img {
  width: 76px;
}
.header24 .topitem .info {
  display: flex;
}
.header24 .topitem .catalog a {
  display: inline-block;
  background: #0c69b5;
  color: #FFF;
  font-size: 12px;
  width: 120px;
  text-align: center;
  padding: 5px 0;
  margin-right: 10px;
}
.header24 .topitem .catalog a:hover {
  text-decoration: none;
  background: #02569b;
}
.header24 .topitem .inquiry a {
  display: inline-block;
  background: #308e8e;
  color: #FFF;
  font-size: 12px;
  width: 120px;
  text-align: center;
  padding: 5px 0;
}
.header24 .topitem .inquiry a:hover {
  text-decoration: none;
  background: #1d6e6e;
}
.header24 .topitem .clogo {
  margin-left: 56px;
  width: 123px !important;
}
.header24 .topitem .clogo img {
  width: 100%;
}
.header24 .topitem .clogo .branch {
  font-size: 11px;
}
.header24 .btmitem {
  background: #f1f1f1;
  margin-top: -1px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}
.header24 .btmitem nav {
  width: 1000px;
  margin: auto;
}
.header24 .btmitem nav li {
  padding: 0;
  border-left: 1px solid #DDD;
}
.header24 .btmitem nav li:last-child {
  border-right: 1px solid #DDD;
}
.header24 .btmitem nav .mlist {
  display: flex;
  flex-wrap: wrap;
}
.header24 .btmitem nav .mlist a {
  display: block;
  padding: 10px 16.8px;
  font-size: 0.9em;
  letter-spacing: 0.008em;
  color: #666;
  white-space: nowrap;
}
.header24 .btmitem nav .mlist a:hover {
  text-decoration: none;
  background: #dfdfdf;
  color: #000;
}
.header24 .sub {
  position: relative;
  cursor: pointer;
}
.header24 .sub:hover {
  background: #dfdfdf;
  color: #000;
}
.header24 .sub span {
  display: block;
  padding: 10px 14px;
  font-size: 0.9em;
  letter-spacing: 0.008em;
  color: #666;
  white-space: nowrap;
}
.header24 .sub-menu {
  z-index: 1000;
  position: absolute;
  top: 36px;
  background: #F1F1F1;
  display: none;
}
.header24 .sub-menu a {
  display: block;
  border-top: 1px solid #CCC;
}
.header24 .left {
  left: 0;
}
.header24 .right {
  right: 0;
}
.header24 .open {
  display: block;
}
.header24 .close {
  display: block;
}

main {
  margin-top: 140px !important;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #373737;
}

.movie-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  z-index: -1;
  color: #FFF;
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: -50px;
}

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #FFF;
}

.bnr4 {
  background: #e2e2e2;
  padding: 65px 0;
}
.bnr4 ul {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bnr4 ul li {
  width: 235px;
  margin-right: 15px;
  text-align: center;
}
.bnr4 ul li p {
  font-size: 14px;
  margin-top: 10px;
}
.bnr4 ul li a:hover {
  text-decoration: none;
}
.bnr4 ul li:last-child {
  margin-right: 0px;
}
.bnr4 .j1 {
  width: 550px;
  margin: 40px auto 0 auto;
  background-color: #fefefe;
  background-image: url("../../images/24_images/j1_bg.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: -10px 0px;
  box-shadow: 2px 2px 7px #999;
  border-radius: 10px;
}
.bnr4 .j1 p {
  padding: 12px 12px 12px 100px;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
}
.bnr4 .j1 p i {
  font-weight: 500;
  font-style: normal;
}

.event-info {
  text-align: center;
  padding: 80px 0;
  width: 1000px;
  margin: auto;
  background: #FFF;
}
.event-info .en {
  font-weight: 300;
  font-size: 18px;
  margin: 0 auto 20px auto;
}
.event-info h2 {
  font-weight: 400;
  font-size: 25px;
  margin: 0 auto 20px auto;
}
.event-info .read {
  font-size: 16px;
  width: 500px;
  margin: 0 auto 70px auto;
  text-align: left;
  line-height: 30px;
  position: relative;
  text-align: center;
}
.event-info .event-list {
  max-width: 1000px;
  margin-bottom: 60px;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.event-info .event-list .swiper {
  height: 280px !important;
}
.event-info .event-list .sw-box {
  position: relative;
}
.event-info .event-list .sw-box .swiper-button-prev {
  position: absolute;
  top: 310px;
  left: 870px;
}
.event-info .event-list .sw-box .swiper-button-next {
  top: 310px;
  right: 0px;
}
.event-info .event-list .sw-box .swiper-pagination {
  bottom: -32px !important;
}
.event-info .event-list .sw-box .swiper-scrollbar {
  width: 400px !important;
  position: absolute;
  top: 300px;
  left: 0;
}
.event-info .event-list .swiper-button-prev,
.event-info .event-list .swiper-button-next {
  height: 30px;
  width: 60px;
}
.event-info .event-list .swiper-button-prev::after,
.event-info .event-list .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  margin: auto;
  width: 60px;
}
.event-info .event-list .swiper-button-prev::after {
  background-image: url("/images/24_images/btn_left_arrow.svg");
}
.event-info .event-list .swiper-button-next::after {
  background-image: url("/images/24_images/btn_right_arrow.svg");
}
.event-info .tab_Content {
  background: #d0d0d0;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.event-info .tab_Content button.branch_tab.slide {
  width: 19%;
  background: #FFF;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #333;
  border: 0px;
  padding: 8px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}
.event-info .tab_Content button.branch_tab.is-active {
  background: #555;
  color: #FFF;
}
.event-info .tab_Content button.branch_tab.slide::after {
  background: #555;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.event-info .tab_Content button.branch_tab.slide:hover {
  color: #fff;
}
.event-info .tab_Content button.branch_tab.slide:hover::after {
  transform: scale(1, 1);
}
.event-info .swiper-slide {
  text-align: left;
}
.event-info .swiper-slide .photo {
  position: relative;
}
.event-info .swiper-slide .photo img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1.661/1;
}
.event-info .swiper-slide .photo .category {
  position: absolute;
  top: 0;
  left: 0;
  background: #4C4C4C;
  color: #FFF;
  padding: 3px 10px;
  font-size: 13px;
}
.event-info .swiper-slide .date {
  font-size: 12px;
  letter-spacing: 1px;
  margin: 10px 0 0 0;
}
.event-info .swiper-slide .eTitle {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px 0;
  width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-info .swiper-slide .eCap {
  font-size: 14px;
  line-height: 23px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.event-info .swiper-slide a:hover {
  text-decoration: none;
}
.event-info .in_list {
  width: 1000px;
  margin: 0 auto -100px auto;
  display: flex;
  flex-wrap: wrap;
}
.event-info .in_list li {
  width: 440px;
  margin-right: 120px;
  margin-bottom: 40px;
  text-align: left;
}
.event-info .in_list li img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1.661/1;
  margin-bottom: 15px;
}
.event-info .in_list li .title {
  margin-bottom: 15px;
}
.event-info .in_list li .title .area {
  font-size: 18px;
  color: #fff;
  background: #333;
  padding: 2px 10px;
  margin-right: 10px;
}
.event-info .in_list li .title .name {
  font-size: 24px;
  line-height: 40px;
}
.event-info .in_list li .date {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  font-size: 16px;
  line-height: 28px;
  padding: 10px;
  display: flex;
}
.event-info .in_list li .date .etag {
  padding-right: 15px;
  white-space: nowrap;
  font-weight: 500;
}
.event-info .in_list li .place {
  border-bottom: 1px solid #999;
  font-size: 16px;
  line-height: 28px;
  padding: 10px;
  display: flex;
}
.event-info .in_list li .place .etag {
  padding-right: 15px;
  white-space: nowrap;
  font-weight: 500;
}
.event-info .in_list li .btnbox {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 10px auto;
}
.event-info .in_list li .btnbox span {
  width: 48%;
  text-align: center;
  box-sizing: border-box;
}
.event-info .in_list li .btnbox .more a {
  display: block;
  border: 1px solid #999;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 0;
}
.event-info .in_list li .btnbox .more a:hover {
  text-decoration: none;
  background: #666;
  color: #fff;
}
.event-info .in_list li .btnbox .reserve a {
  display: block;
  background: #56A1DC;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 0;
  border: 1px solid #56A1DC;
}
.event-info .in_list li .btnbox .reserve a:hover {
  text-decoration: none;
  background: #666;
  border: 1px solid #666;
  color: #fff;
}
.event-info .in_list li:nth-child(2n) {
  margin-right: 0;
}
.event-info .detail_search {
  position: relative;
  width: 700px;
  margin: 0 auto 50px auto;
  /* 矢印 */
}
.event-info .detail_search .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.event-info .detail_search .typeitem, .event-info .detail_search .typeitem2 {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.event-info .detail_search .checkSP {
  appearance: none;
  height: 30px;
  width: 30px;
  margin: 4px;
  border: 1px solid #8b98a5;
  border-radius: 4px;
}
.event-info .detail_search .checkSP:checked {
  border: 1px solid #8b98a5;
  background-color: #333;
}
.event-info .detail_search .checkSP:checked::before {
  display: grid;
  place-content: center;
  color: white;
  height: 100%;
  font-family: "webicon";
  font-size: 22px;
  content: "a"; /** 外部のアイコンを使ってCheckmarkを実装 */
}
.event-info .detail_search .checkSP:focus-visible {
  outline: 2px solid #333;
  outline-offset: 2px;
}
.event-info .detail_search label {
  font-size: 15px;
  font-weight: 500;
  margin-left: 5px;
}
.event-info .detail_search .accordion-title {
  color: #333;
  cursor: pointer;
  padding: 10px 20px;
  background: #f1f1f1 !important;
}
.event-info .detail_search .accordion-content {
  display: block;
  padding: 10px 20px;
}
.event-info .detail_search .subtitle {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #999;
}
.event-info .detail_search .accordion-content p {
  font-size: 13px;
  line-height: 1.5;
}
.event-info .detail_search .accordion-item {
  border: 0px solid #999;
}
.event-info .detail_search .accordion-item:nth-of-type(1) .accordion-title {
  background-color: #FFF;
}
.event-info .detail_search .accordion-title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}
.event-info .detail_search .accordion-title::after {
  border-right: solid 2px #333;
  border-top: solid 2px #333;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  transform: rotate(-45deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
  left: 115px;
  top: 45%;
}
.event-info .detail_search .accordion-title.open::after {
  top: 38%;
  transform: rotate(135deg);
}
.event-info .detail_search .btn-search {
  display: inline-block;
  width: 200px;
  margin: auto;
  text-align: center;
  background: #000;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  border-radius: 2px;
  padding: 8px;
}
.event-info .sort {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.event-info .sort p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
}
.event-info .sort p select {
  font-size: 16px;
  margin-left: 10px;
  padding: 2px 5px;
  border-radius: 2px;
}

.prop-hiraya {
  width: 1000px;
  margin: 0 auto 60px auto;
  border-top: 1px solid #BBB;
  padding-top: 60px;
}
.prop-hiraya .item {
  display: flex;
  justify-content: space-between;
}
.prop-hiraya .item li {
  width: 50%;
  text-align: center;
}
.prop-hiraya .item li .photo {
  margin-bottom: 30px;
}
.prop-hiraya .item li .en {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.prop-hiraya .item li h2 {
  font-size: 25px;
  position: relative;
  margin-bottom: 40px;
}
.prop-hiraya .item li .read {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  width: 390px;
  margin: auto;
  position: relative;
  margin-bottom: 40px;
}
.prop-hiraya .item li:first-child {
  padding-right: 40px;
  border-right: 1px solid #CCC;
}
.prop-hiraya .item li:last-child {
  padding-left: 40px;
}

.pickup {
  background: #DEEDF4;
  text-align: center;
  padding: 50px 0;
}
.pickup h2 {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 15px;
}
.pickup .item-list .slick-slide {
  margin: 0 10px;
}
.pickup .item-list p {
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
}
.pickup .item-list img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1.509/1;
}
.pickup a:hover {
  text-decoration: none;
}

.portfolio {
  background-image: url("/images/24_images/portfolio_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 400px;
  margin: 100px auto;
}
.portfolio .read-box {
  width: 1000px;
  margin: auto;
  color: #FFF;
  padding-top: 140px;
  position: relative;
}
.portfolio .read-box h2 {
  font-size: 25px;
  width: 500px;
  border-bottom: 1px solid #FFF;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.portfolio .read-box .read {
  font-size: 16px;
  line-height: 32px;
  width: 500px;
}
.portfolio .read-box .more {
  display: inline-block;
  position: absolute;
  right: 500px;
  bottom: 0;
}
.portfolio .read-box .more a {
  color: #FFF !important;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.5px;
  background-image: url("/images/24_images/white_arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 16px;
  padding-right: 30px;
}
.portfolio .read-box .more a:hover {
  text-decoration: underline;
}

.by_area {
  text-align: center;
}
.by_area .en {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.by_area h2 {
  font-size: 25px;
  margin-bottom: 10px;
}
.by_area .read {
  font-size: 16px;
  margin: 0 auto 70px auto;
  text-align: left;
  line-height: 30px;
  position: relative;
  text-align: center;
}
.by_area .branch-box {
  width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.by_area .branch-box li {
  width: 32%;
  margin-right: 2%;
  text-align: left;
  margin-bottom: 30px;
}
.by_area .branch-box li:nth-child(3) {
  margin-right: 0%;
}
.by_area .branch-box p {
  font-size: 16px;
  border-left: 3px solid #56A1DC;
  padding: 10px 0 10px 20px;
}
.by_area .branch-box a:hover {
  text-decoration: none;
}

.site_menu {
  margin: 50px auto 80px auto;
}
.site_menu .list {
  width: 1000px;
  margin: auto;
  border-top: 1px solid #999;
}
.site_menu .list li {
  border-bottom: 1px solid #999;
}
.site_menu .list li a {
  display: block;
  padding: 20px 10px;
  font-size: 16px;
  background-image: url("/images/24_images/basic_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: auto 14px;
}
.site_menu .list li a:hover {
  text-decoration: none;
  background: #f9f9f9;
  background-image: url("/images/24_images/basic_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: auto 14px;
}
.site_menu .toggle_contents {
  border-bottom: 1px solid #999;
}
.site_menu .toggle_title {
  position: relative;
  padding: 20px 10px;
  cursor: pointer;
  font-size: 16px;
  text-align: left;
}
.site_menu .toggle_title:hover {
  text-decoration: none;
  background: #f9f9f9;
}
.site_menu .toggle_btn {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
.site_menu .toggle_btn:before, .site_menu .toggle_btn:after {
  display: block;
  content: "";
  background-color: #999;
  position: absolute;
  width: 15px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site_menu .toggle_btn:before {
  width: 2px;
  height: 15px;
}
.site_menu .toggle_title.selected .toggle_btn:before {
  content: normal;
}
.site_menu .toggle_contents dd {
  display: none;
}
.site_menu .toggle_contents .sub-menu {
  margin: 0 10px;
  line-height: 26px;
}
.site_menu .toggle_contents .sub-menu a {
  display: block;
  padding: 20px 10px;
  font-size: 16px;
  border-top: 1px solid #ccc;
  background-image: url("/images/24_images/basic_arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 14px;
}
.site_menu .toggle_contents .sub-menu a:hover {
  text-decoration: none;
  background: #f9f9f9;
  background-image: url("/images/24_images/basic_arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 14px;
}

.sub_bnr ul {
  width: 1000px;
  margin: 0 auto 80px auto;
  display: flex;
  justify-content: center;
}
.sub_bnr ul li {
  margin: 0 5px;
}
.sub_bnr ul li img {
  width: 200px;
}

.corp_info {
  background: #373737;
  width: 100%;
  padding: 30px 0 40px 0;
}
.corp_info .corp_box {
  position: relative;
  width: 320px;
  margin: auto;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 300;
  border-bottom: 1px solid #fff;
}
.corp_info .corp_box .title {
  font-size: 18px;
}
.corp_info .corp_box .read {
  font-size: 17px;
  padding-bottom: 10px;
}
.corp_info .corp_box .arrow img {
  position: absolute;
  top: 35px;
  right: 10px;
  width: 15px;
}
.corp_info .corp_box a {
  color: #fff;
}
.corp_info .corp_box a:hover {
  text-decoration: none;
  color: #ccc;
}

.title-box {
  width: 1000px;
  margin: -30px auto 40px auto;
  position: relative;
}
.title-box h1 {
  font-size: 50px;
  font-weight: 500;
}
.title-box .en {
  font-size: 22px;
}
.title-box .pop {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 400px;
}
.title-box .pop img {
  width: 150px;
}

.campaign-box ul {
  display: flex;
  justify-content: center;
}
.campaign-box ul li {
  margin: 80px 20px 0 20px;
}
.campaign-box ul li img {
  width: 350px;
}

.no1 {
  background-image: url("/images/24_images/mokume_bg.jpg");
}
.no1 .conte {
  width: 1000px;
  margin: auto;
  padding: 60px 0 40px 0;
}
.no1 .conte .title {
  width: 500px;
  margin: 0 auto -10px auto;
  text-align: center;
}
.no1 .conte .exp_photo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.no1 .conte .exp_photo li {
  padding-right: 25px;
}
.no1 .conte .exp_photo li img {
  height: 300px;
  width: auto;
}
.no1 .conte .exp_photo li:last-child {
  padding-right: 0px;
}
.no1 .conte p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

.inslide {
  width: 1000px;
  margin: auto;
  overflow-x: scroll;
}
.inslide .prefecture {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  column-gap: 20px;
}
.inslide .prefecture .pitem {
  width: 250px !important;
  text-align: left;
  margin-bottom: 20px;
}
.inslide .prefecture .pitem .photo {
  position: relative;
}
.inslide .prefecture .pitem .photo img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1.661/1;
}
.inslide .prefecture .pitem .photo .category {
  position: absolute;
  top: 0;
  left: 0;
  background: #4C4C4C;
  color: #FFF;
  padding: 3px 10px;
  font-size: 13px;
}
.inslide .prefecture .pitem .date {
  font-size: 12px;
  letter-spacing: 1px;
  margin: 10px 0 0 0;
}
.inslide .prefecture .pitem .eTitle {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px 0;
  width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inslide .prefecture .pitem .eCap {
  font-size: 14px;
  line-height: 23px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.inslide .prefecture .pitem a:hover {
  text-decoration: none;
}

.yoko {
  text-align: right;
  margin-top: 15px;
}
.yoko img {
  width: 220px;
}

@media (max-width: 1000px) {
  .header24 .topitem {
    width: 96%;
    margin: auto;
  }
  .header24 .btmitem nav {
    width: 96%;
    margin: auto;
  }
  .header24 .btmitem nav li {
    border-bottom: 1px solid #DDD;
  }
  .bnr4 {
    background: #e2e2e2;
    padding: 65px 0;
  }
  .bnr4 ul li p {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .forSP {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .forPC {
    display: none !important;
  }
  .to-btn-arrow a {
    font-size: 15px;
    padding: 9px 50px;
  }
  .header24 {
    position: relative;
    z-index: 100;
    top: 0;
    background: #FFF;
  }
  .header24 .sp-head-logo {
    display: flex;
    justify-content: space-between;
    margin-right: 60px;
  }
  .header24 .sp-head-logo .mlogo {
    text-align: left !important;
    margin: 0 0 0 0 !important;
    padding: 10px 0 14px 10px;
  }
  .header24 .sp-head-logo .mlogo img {
    width: 76px !important;
  }
  .header24 .sp-head-logo .clogo img {
    width: 120px;
    margin: 8px 0 5px 0 !important;
    padding: 0 !important;
  }
  .header24 .sp-head-logo .clogo .branch {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 10px;
    line-height: 10px !important;
    font-weight: 500;
    letter-spacing: 0.7px;
    margin: 0 !important;
    padding: 0 !important;
  }
  nav {
    background: #F1F1F1 !important;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    color: #666 !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
    margin: 0 !important;
    padding: 0 !important;
  }
  nav .mm-title {
    font-size: 14px !important;
  }
  main {
    margin-top: 0 !important;
  }
  .movie-wrapper {
    margin-top: 0px !important;
  }
  .loading {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 12px;
  }
  .bnr4 {
    padding: 35px 0 15px 0;
  }
  .bnr4 ul {
    width: 94%;
  }
  .bnr4 ul li {
    width: 47%;
    margin-right: 3%;
  }
  .bnr4 ul li p {
    font-size: 3vw;
    margin-top: 10px;
  }
  .bnr4 ul li:nth-child(even) {
    margin-right: 0px;
  }
  .bnr4 .j1 {
    width: 90%;
    margin: 0 auto 20px auto;
    border-radius: 10px;
    background-size: auto 100%;
    background-position: -40px 0px;
  }
  .bnr4 .j1 p {
    padding: 10px 10px 10px 60px;
    font-size: 13px;
    line-height: 22px;
  }
  .event-info {
    width: 92%;
    margin: auto;
    padding: 40px 0;
  }
  .event-info .en {
    font-weight: 300;
    font-size: 13px;
    margin: 0 auto 10px auto;
  }
  .event-info h2 {
    font-weight: 400;
    font-size: 18px;
    margin: 0 auto 10px auto;
  }
  .event-info .read {
    font-size: 13px;
    width: 80%;
    margin: 0 auto 50px auto;
    text-align: left;
    line-height: 23px;
  }
  .event-info .tab_Content {
    background: #d0d0d0;
    padding: 7px;
    margin-bottom: 20px;
  }
  .event-info .tab_Content button.branch_tab.slide {
    width: 18%;
    font-size: 14px;
  }
  .event-info .event-list .swiper {
    height: calc(300px + 50vw) !important;
  }
  .event-info .event-list .sw-box {
    position: relative;
  }
  .event-info .event-list .sw-box .swiper-button-prev {
    position: absolute;
    top: calc(330px + 50vw);
    left: calc(100% - 130px);
  }
  .event-info .event-list .sw-box .swiper-button-next {
    top: calc(330px + 50vw);
    right: 0px;
  }
  .event-info .swiper-slide .photo .category {
    font-size: 12px;
  }
  .event-info .swiper-slide .eTitle {
    font-size: 13px;
    width: 44vw;
  }
  .event-info .swiper-slide .eCap {
    font-size: 12px;
    line-height: 20px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .event-info .to-eventmap {
    margin: 80px auto 0 auto;
  }
  .event-info .to-eventmap a {
    font-size: 14px;
    font-weight: 500;
    padding: 9px 60px;
  }
  .event-info .to-eventmap a:hover {
    text-decoration: none;
    background: #EEE;
    background-image: url("/images/24_images/basic_arrow.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px auto;
  }
  .event-info .in_list {
    width: 100%;
    margin: 0 auto -50px auto;
    display: block;
  }
  .event-info .in_list li {
    width: 100%;
    margin-bottom: 40px;
  }
  .event-info .in_list li img {
    width: 100%;
  }
  .event-info .in_list li .title {
    margin-bottom: 15px;
  }
  .event-info .in_list li .title .area {
    font-size: 13px;
    padding: 2px 10px;
  }
  .event-info .in_list li .title .name {
    font-size: 16px;
    line-height: 28px;
  }
  .event-info .in_list li .date {
    font-size: 12px;
    line-height: 22px;
  }
  .event-info .in_list li .place {
    font-size: 12px;
    line-height: 22px;
  }
  .event-info .detail_search {
    width: 100%;
    margin: 0 auto 40px auto;
  }
  .event-info .detail_search .accordion-title {
    font-size: 17px !important;
  }
  .event-info .detail_search .accordion-content {
    padding: 10px 10px;
  }
  .event-info .detail_search .subtitle {
    font-size: 15px;
  }
  .event-info .detail_search label {
    font-size: 14px;
  }
  .prop-hiraya {
    width: 90%;
    margin: 0 auto 60px auto;
    border-top: 0px solid #BBB;
    padding-top: 60px;
  }
  .prop-hiraya .item {
    display: block;
  }
  .prop-hiraya .item li {
    width: 100%;
    text-align: center;
  }
  .prop-hiraya .item li .photo {
    margin-bottom: 30px;
  }
  .prop-hiraya .item li .en {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .prop-hiraya .item li h2 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .prop-hiraya .item li .read {
    font-size: 13px;
    line-height: 23px;
    width: 90%;
    margin-bottom: 30px;
  }
  .prop-hiraya .item li:first-child {
    border-right: 0px solid #CCC;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .prop-hiraya .item li:last-child {
    padding-left: 0;
  }
  .pickup {
    padding: 20px 0;
    width: 100%;
    overflow: hidden;
  }
  .pickup h2 {
    font-size: 20px;
  }
  .pickup .item-list .slick-slide {
    margin: 0 8px;
  }
  .pickup .item-list p {
    font-size: 13px;
    margin-top: 8px;
  }
  .portfolio {
    height: 230px;
    margin: 50px auto;
  }
  .portfolio .read-box {
    width: 90%;
    padding-top: 50px;
    position: relative;
  }
  .portfolio .read-box h2 {
    font-size: 20px;
    width: 100%;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .portfolio .read-box .read {
    font-size: 13px;
    line-height: 26px;
    width: 100%;
  }
  .portfolio .read-box .more {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -25px;
  }
  .portfolio .read-box .more a {
    color: #FFF !important;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    background-image: url("/images/24_images/white_arrow.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 14px;
    padding-right: 25px;
  }
  .portfolio .read-box .more a:hover {
    text-decoration: underline;
  }
  .by_area {
    text-align: center;
  }
  .by_area .en {
    font-size: 12px;
  }
  .by_area h2 {
    font-size: 18px;
  }
  .by_area .read {
    font-size: 13px;
    margin: 0 auto 50px auto;
  }
  .by_area .branch-box {
    width: 90%;
  }
  .by_area .branch-box li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .by_area .branch-box li:nth-child(2n) {
    margin-right: 0%;
  }
  .by_area .branch-box li:nth-child(3) {
    margin-right: 4%;
  }
  .by_area .branch-box p {
    font-size: 13px;
    padding: 10px 0 10px 15px;
  }
  .site_menu {
    margin: 30px auto 50px auto;
  }
  .site_menu .list {
    width: 90%;
  }
  .site_menu .list li a {
    display: block;
    padding: 12px 10px;
    font-size: 13px;
    background-size: auto 12px;
  }
  .site_menu .list li a:hover {
    background-size: auto 12px;
  }
  .site_menu .toggle_title {
    padding: 12px 10px;
    font-size: 13px;
  }
  .site_menu .toggle_btn:before, .site_menu .toggle_btn:after {
    width: 10px;
    height: 2px;
  }
  .site_menu .toggle_btn:before {
    width: 2px;
    height: 10px;
  }
  .site_menu .toggle_contents .sub-menu a {
    padding: 10px 10px;
    font-size: 13px;
    background-size: auto 12px;
  }
  .site_menu .toggle_contents .sub-menu a:hover {
    background-size: auto 12px;
  }
  .sub_bnr ul {
    width: 90%;
    margin: 0 auto 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .sub_bnr ul li {
    width: 49%;
    margin: 0 2% 10px 0;
  }
  .sub_bnr ul li img {
    width: 100%;
  }
  .sub_bnr ul li:nth-child(2n) {
    margin: 0 0 0 0;
  }
  .corp_info {
    background: #373737;
    width: 100%;
    padding: 25px 0 35px 0;
  }
  .corp_info .corp_box {
    width: 80%;
    margin: auto;
  }
  .corp_info .corp_box .title {
    font-size: 13px;
  }
  .corp_info .corp_box .read {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .corp_info .corp_box .arrow img {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 15px;
  }
  .title-box {
    width: 90%;
    margin: 20px auto 20px auto;
  }
  .title-box h1 {
    font-size: 30px;
    font-weight: 500;
  }
  .title-box .en {
    font-size: 18px;
  }
  .title-box .pop {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
  }
  .title-box .pop img {
    width: 90px !important;
  }
  .campaign-box {
    width: 90%;
    margin: 40px auto 0 auto;
  }
  .campaign-box ul {
    display: block;
  }
  .campaign-box ul li {
    margin: 20px auto 0 auto;
  }
  .campaign-box ul li img {
    width: 100%;
  }
  .contact24 {
    width: 100%;
    position: fixed;
    bottom: 0;
    display: flex;
    z-index: 10;
  }
  .contact24 li {
    width: 33.333%;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #999;
  }
  .contact24 li a {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    display: block;
    background: #444;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 9px 0;
  }
  .contact24 li span {
    display: inline-block;
    text-align: left;
  }
  .contact24 li span.map {
    background-image: url("/images/24_images/icon_map.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px auto;
    padding-left: 23px;
  }
  .contact24 li span.flag {
    background-image: url("/images/24_images/icon_flag.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px auto;
    padding-left: 23px;
  }
  .contact24 li span.house {
    background-image: url("/images/24_images/icon_house.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 19px auto;
    padding-left: 27px;
  }
  .contact24 li:last-child {
    border-right: 0px solid #999;
  }
  .no1 .conte {
    width: 90%;
    margin: auto;
    padding: 30px 0 20px 0;
  }
  .no1 .conte .title {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .no1 .conte .exp_photo {
    display: flex;
    flex-wrap: wrap;
  }
  .no1 .conte .exp_photo li:nth-child(1) {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 15px;
  }
  .no1 .conte .exp_photo li:nth-child(1) img {
    height: auto;
    width: 100%;
  }
  .no1 .conte .exp_photo li:nth-child(2) {
    width: 64%;
    padding-right: 4%;
  }
  .no1 .conte .exp_photo li:nth-child(2) img {
    height: auto;
    width: 100%;
  }
  .no1 .conte .exp_photo li:last-child {
    width: 32%;
    padding-right: 0px;
  }
  .no1 .conte .exp_photo li:last-child img {
    height: auto;
    width: 100%;
  }
  .no1 .conte p {
    text-align: center;
    font-size: 4vw;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .inslide {
    width: 100%;
    margin: 0 auto 0 auto;
    overflow-x: scroll;
  }
  .inslide .prefecture {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
  }
  .inslide .prefecture .pitem {
    width: 150px !important;
    margin-bottom: 0px;
  }
  .inslide .prefecture .pitem .photo .category {
    font-size: 10px;
  }
  .inslide .prefecture .pitem .eTitle {
    font-size: 13px;
    width: 44vw;
  }
  .inslide .prefecture .pitem .eCap {
    font-size: 12px;
    line-height: 20px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .yoko {
    text-align: right;
    margin-top: 15px;
  }
  .yoko img {
    width: 200px;
  }
}

/*# sourceMappingURL=24style.css.map */
