.page-id-1021 .entry-header { display: none;}
.container { color: #FFF;}
.key {
    width: 100%;
    margin-bottom: 60px;
}

    .container {
        width: 100%!important;
        max-width: 100%!important;
        margin: 0 auto!important;
}

.tit_B {text-align: center;position: relative;max-width: 80%;margin: 0 auto 30px;}

.tit_B::before,.tit_B::after {
     content: '';
     position: absolute;
     top: 50%;
     display: inline-block;
     width: 40px;
     height: 1px;
     background-color: #fff;
}
.tit_B::before {
    left: 0;
}
.tit_B::after {
    right: 0;
}
.tit_B p {font-size: 20px; line-height: 1.2;}
.tit_B span {
    font-size: 18px;
    align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center;  
}

.tit_B span::before,.tit_B span::after {
    background-color: #FFF; /* 横線の色 */
  content: "";
  height: 2px; /* 横線の高さ */
  width: 5px; /* 横線の長さ */
}
.tit_B span::before {
    margin-right: 1px
}
.tit_B span::after {
    margin-left: 1px
}

.main-text {font-size: 12px;text-align: center; width: 90%; margin: 0 auto 60px}
.box_1050 { max-width: 90%; margin: auto;}
.box_1050 li { margin-bottom: 20px;font-size: 13px;}
.box_1050 li.en {font-size: 11px;color: #FFF!important;}

.video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 0;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box_1050 { margin-bottom: 80px; overflow: hidden;}


#main {
    background-image: url("/img/workshop/bg.png");
    background-size: 100px;
}

.induction a {
    text-align: center;
    display: block;
    margin: auto;border: 2px solid #fff;padding: 1em;letter-spacing: 0.1em;line-height: 1;font-size: 14px;
}

.hiramin{font-family:"Hiragino Mincho ProN",	YuMincho,serif;font-size: 18px;letter-spacing: 0.3em;font-weight: bold;}

.red {color: #c30d23;}

.overview {background-color:rgba(255,255,255,0.95);padding: 75px 0;}

.view_btn a {display: block;background: #1a1a1b;padding: 0.4em 6em;width: fit-content;font-weight: bold;font-size: 16px;margin-top: 40px;}


.overview .wrapper_normal{
    background-image: url("/img/workshop/ws_kamon.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}
.text_01,.accordion-title,.accordion-content { letter-spacing: 0.05em;}
.overview .text_01 { color: #1a1a1b;}
.omoi .text_01,.kaisaiyotei .text_01{ color: #fff;}


.kaisaiyotei_02 {
    max-width: 900px;
    margin: auto;
}

.kaisaiyotei_02 li {background: #fff;padding: 10px;margin-bottom: 2%;}
.kaisaiyotei_02 li:last-child {margin-bottom: 0;}
@media screen and (min-width: 964px){
   .kaisaiyotei_02 li:nth-last-child(2){margin-bottom: 0;}
}

.kaisaiyotei_02 li a {color: #1a1a1b;}

.kaisaiyotei_02 dd {
    width: 90%;
    margin: auto;
}
.kaisaiyotei_02 a .yotei_day {background: #1a1a1b;color: #fff;width: fit-content;margin-left: 5%;padding: 0.5em 1em;line-height: 1;margin-top: 1em;margin-bottom: 0.8em;font-weight: bold;/* font-size: 16px; */}
.kaisaiyotei_02 .yotei_tit {
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 19px;
}
.kaisaiyotei_02 .yotei_subtit {
    font-size: 12px;
    margin-bottom: 1em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.kaisaiyotei_02 .yotei_read {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.kaisaiyotei_02 .btn_detail {
    font-size: 12px;
    text-align: center;
    background: #1a1a1b;
    color: #fff;
    width: fit-content;
    margin: 2em auto 1em;
    padding: 1em 7em;
    border-radius: 40px;
}

.tit_E{text-align: center;}
.overview {
    margin-bottom: 65px;
}

/* 左右に横線 */
.tit_E {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
  margin-bottom: 20px;
}
.tit_E::before,
.tit_E::after {
  background-color: #fff; /* 横線の色 */
  content: "";
  height: 1px; /* 横線の高さ */
  width: 93px; /* 横線の長さ */
}
.tit_E::before {
  margin-right: 24px; /* 文字との余白 */
}
.tit_E::after {
  margin-left: 13px; /* 文字との余白 */
}

@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.infinity_01 .scroll-infinity__item {
  width: calc(96vw / 4);
    margin-right: 1vw;
}
.scroll-infinity__item>img {
  width: 100%;
}

.infinity_02 .scroll-infinity__item {
  width: calc(98vw / 2);
    margin-right: 1vw;
}



 /* 
.scroll-infinity__wrap:hover .scroll-infinity__list--left{
  animation-play-state: paused;
}
*/

.accordion {
  /* margin-inline: auto; */
  /* margin-top: 30px; */
  /* max-width: 300px; */
  position: relative;
  /* width: 100%; */
}

.accordion-item {
    margin-bottom: 2em;
}
.accordion-container .accordion-item:last-child {margin-bottom: 0;}
.accordion-title {
  color: #fff;
  cursor: pointer;

}
.accordion-content {
  display: none;
  padding: 10px 0;
}
.accordion-content p {
  line-height: 1.8;
  text-indent: -2em;
  padding-left: 2em;
}

.accordion-title,.accordion-content p { font-size: 14px;}

.accordion-title span,
.accordion-content p span {font-weight: bold;margin-right: 1em;}

/* タイトルの背景色 */
.accordion-item:nth-of-type(1) .accordion-title {
  /* background-color: #7f7fff; */
}
.accordion-item:nth-of-type(2) .accordion-title {
  /* background-color: #66cdaa; */
}
.accordion-item:nth-of-type(3) .accordion-title {
  /* background-color: #ff7f7f; */
}
/* コンテンツボックスの枠線 */
.accordion-item:nth-of-type(1) .accordion-content {
  /* border-bottom: 2px solid #7f7fff; */
  /* border-left: 2px solid #7f7fff; */
  /* border-right: 2px solid #7f7fff; */
}
.accordion-item:nth-of-type(2) .accordion-content {
  /* border-bottom: 2px solid #66cdaa; */
  /* border-left: 2px solid #66cdaa; */
  /* border-right: 2px solid #66cdaa; */
}
.accordion-item:nth-of-type(3) .accordion-content {
  /* border-bottom: 2px solid #ff7f7f; */
  /* border-left: 2px solid #ff7f7f; */
  /* border-right: 2px solid #ff7f7f; */
}
/* 矢印 */
.accordion-title {
  position: relative;
  font-weight: normal;
}
.accordion-title::after {
  border-right: solid 2px #c30d23;
  border-top: solid 2px #c30d23;
  content: "";
  display: inline-block;
  height: 12px;
  margin-bottom: 3px;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 12px;
  margin-left: 1em;
}
.accordion-title.open::after {
  top: 43%;
  /* transform: rotate(-45deg); */
}
.omoi {/* padding-top: 10px; */}
.infinity_01,.omoi,.kaisaiyotei,.kaisaiyotei_02,.qa {padding-bottom: 65px;}
.infinity_02 {padding-bottom: 75px;}
.concerning { padding-bottom: 175px;}
.concerning .hiramin {
    letter-spacing: 0.1em;
}
html {
	scroll-behavior: smooth;
}
.swiper-wrapper {transition-timing-function: linear;}
.swiper-slide a{display: block;padding: 10px; background: #fff; color: #1a1a1b;}
.swiper-slide dd {
width: 90%;
    margin: auto;
}

.swiper-slide .yotei_day {background: #1a1a1b;color: #fff;width: fit-content;margin-left: 5%;padding: 0.5em 1em;line-height: 1;margin-top: 1em;margin-bottom: 0.8em;font-weight: bold;/* font-size: 16px; */}
.swiper-slide .yotei_tit {
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 19px;
}
.swiper-slide .yotei_subtit {
    font-size: 12px;
    margin-bottom: 1em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.swiper-slide .yotei_read {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.swiper-slide .btn_detail {
    font-size: 12px;
    text-align: center;
    background: #1a1a1b;
    color: #fff;
    width: fit-content;
    margin: 2em auto 1em;
    padding: 1em 7em;
    border-radius: 40px;
}

/* SP_only */
@media screen and (max-width: 963px){
        section {
        margin-bottom: 0px!important;
    }
    .tit {margin: 20px auto 55px!important;}
    .induction {width: 80%;margin: 0 auto 65px;}
    .wrapper_normal,.kaisaiyotei_02,.wrapper_slider { max-width: 90%; margin: auto;}
    .text_01 { font-size: 14px;}
    h4.hiramin { margin-bottom: 20px;}
    
    /* 左右に横線 */
.tit_E {margin-bottom: 25px;letter-spacing: 0.2em;}
.tit_E::before,
.tit_E::after {
  width: 25px; /* 横線の長さ */
}
.tit_E::before {
  margin-right: 10px; /* 文字との余白 */
}
.tit_E::after {
  margin-left: 6px; /* 文字との余白 */
}
    
    .infinity_01 .scroll-infinity__item {
  width: calc(98vw / 2);
    margin-right: 1vw;
}
    .infinity_02 .scroll-infinity__item {
  width: calc(99vw / 1);
    margin-right: 1vw;
}
    
    .kaisaiyotei_02 li{margin-bottom: 15px;}
    .kaisaiyotei_02 li:last-child{margin-bottom: 0;}
 
    .swiper-slide { width: 80%;}
    .view_btn a { width: 100%; text-align: center;}
}

/* PC_only */
@media screen and (min-width: 964px){
    section {margin-bottom: 0!important;padding-bottom: 0;}
    .container {
    margin: 0 auto!important;
    }
    
.key {
    margin-bottom: 120px;
}
    
    .container {
        width: 100%!important;
    max-width: 100%!important;
}
    
    .tit {margin: 20px auto 65px!important;line-height: 1;}
    .tit_B {margin: 0 auto 50px;max-width: 454px;}
    .tit_B::before,.tit_B::after {
     width: 94px;
}

  .video_wrapper { max-width: 1200px; margin: auto;}
    
    .maintenance-block { margin-bottom: 0; }
    
    .main-text {  margin-bottom: 100px; line-height: 2;letter-spacing: 2px; font-size: 16px;}
    .video {margin-bottom: 0;}
    
    .box_1050 { margin-bottom: 100px;max-width: 1050px;
      margin: auto;}
    .box_1050 {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}
    .box_1050 li {width: 48%; margin-bottom: 85px;line-height: 2.2;letter-spacing: 1.8px;}

.box_1050 li.en {letter-spacing: 0.7px;line-height: 2.1;}
    .box_1050 li img { margin-top: 0.5em;}
    
    .induction {margin-bottom: 75px;}
    .induction a {width: 37.5%;font-size: 18px;}
    
    
    .wrapper_normal{
    max-width: 900px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
    .hiramin{font-size: 22px;}
    h4.hiramin {
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        text-align: left;
        line-height: 1;
        width: 10%;
        }
    .wrapper_normal .main_box{
    width: 90%;
    
}
    .accordion-title,.accordion-content p { font-size: 15px;}
    .text_01 {font-size: 15px;
    line-height: 2;}
    
    .wrapper_workshop {
                display: flex;
        flex-wrap: wrap;
    }
    
    .kaisaiyotei_02 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2%;
}
.kaisaiyotei_02 li {width: 49%;padding: 10px;}
    
    .omoi {/* padding-top: 20px; */}
.infinity_01,.qa,.omoi,.kaisaiyotei,.kaisaiyotei_02 {padding-bottom: 75px;}
    .infinity_02 {padding-bottom: 120px;}
    
    .tit_E {margin-bottom: 40px;}
    .concerning {padding-bottom: 290px;}
    .concerning .hiramin {
    letter-spacing: 0.2em;
}
    
    .view_btn a {font-size: 20px;margin-top: 70px;}
    .overview {
    margin-bottom: 75px;
}
    .overview .wrapper_normal{
    background-size: 40%;
}
    .break_right {width: 90%;}
    
    .wrapper_slider {height: 547px;position: relative;width: 900px;margin: auto;}
    .wrapper_slider h4 {width: 900px;margin: auto;}
    .wrapper_slider .break_right {position: absolute;/* margin-right: calc(50% - 50vw); *//* margin-left: calc(50% - 50vw); */width: 100vw;top: 0;left: 10%;}
}

