
main
{
    /* background: repeating-linear-gradient(135deg, #fbcc00, #fbcc00 20px, #fcde59 20px, #fcde59 40px); */
    /* background-image: url("../images/bg.jpg"); */
    font-family: "Hiragino Sans",sans-serif;
}.bg-fixed {
  background-image: url('../../images/20250907/bg.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1; /* 背面に配置 */
}
ul li
{
    list-style: none;
}
br.pc-only
{
    display: block;
}
br.sp-only
{
    display: none;
}
/* .breadcrumb
{
    background: #fff;
} */

/* font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 400,600;
font-style: normal; */


/*------------------------------------------------------------------------------------------*/


section.seminar_wrapper
{
    background: #fff;
    width: 1000px;
    max-width: 90%;
    margin: 60px auto 100px auto;
    border-radius: 50px;
    /* padding-top: 80px; */
}
section.seminar_wrapper img
{
    width: 100%;
}


/*--------------------------------------------------------------------------   fv   ------*/

section.seminar_wrapper div.fv 
{
    background: #fbf7f0;
    padding-top: 60px;
    border-radius: 50px 50px 0 0;
}
section.seminar_wrapper div.fv img:first-child
{
    width: 80%;
    border-bottom: 8px dotted #774a2c;
    padding-bottom: 25px;
}
section.seminar_wrapper div.fv img.date
{
    width: 50%;
    padding-top: 30px;
}
/* section.seminar_wrapper div.fv img:nth-child(3)
{
    padding: 70px 0;
    animation: loop 30s  linear infinite;
} */
ul.btn-box
{
    display: flex;
    gap: 20px;
    justify-content: center;
    padding:  30px 0 10px 0;
}
ul.btn-box a
{
    /* background: #774a2c;
    color: #fff; */
    background: #fff;
    color: #774a2c;
    border-radius: 8px;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #774a2c;
    box-sizing: border-box;
}
ul.btn-box span
{
    font-size: 14px;
    padding-right: 5px;
    vertical-align: middle;
}
ul.btn-box span.green
{
    color: #2ba738;
}
ul.btn-box span.orange
{
    color: #e97100;
}





.repeat ul
{
    display: flex;
    overflow: hidden;
    /* padding: 70px 0; */
    padding-top: 70px;
    margin-bottom: 70px;
    background: #fbf7f0;
    position: relative;
    bottom: 0px;
}
.repeat ul li
{
    list-style: none;
    animation: loop 30s  linear infinite;
    /* border-bottom: 2px solid #fff; */
}
.repeat ul img
{
    width: 900px;
    height: 100%;
    border: none;
}


  @keyframes loop {
    0% {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-100%);
    }
  }

.bg-white ul
{
    background: #fff;
    padding: 0;
   margin: 70px 0 0 0;
}
/* .bg-white ul li
{
    border-bottom: 2px solid #fbf7f0;
} */


/*--------------------------------------------------------------------------   special-seminar   ------*/

.date-img
{
    position: relative;
    width: 65%;
    margin: 0 auto;
     scroll-margin-top: 100px;
}
.date-img img
{
    width: 100%!important;
    margin-bottom: 100px;
}
.date-img::after
{
    content: "▼";
    position: absolute;
    bottom: 8%;
    left: 48%;
    /* transform: translateX(-50%); */
    color: #774a2c;
    font-size: 30px;
     animation: fluffy 1s infinite ease-in-out;
}
@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.date-img h3
{
    font-size: 30px;
    border-bottom: 4px dotted #774a2c;
    /* background: #774a2c;
    color: #fff; */
    color: #774a2c;
    padding-top: 3px;
    letter-spacing: 1px;
    margin: 0 auto 30px auto;
    /* border-radius: 10px 0 10px 0; */
    text-align: left;
}
.date-img h3 span
{
    font-size: 15px;
    padding-right: 10px;
    vertical-align: middle;
}
.date-img h3 span.green
{
    color: #2ba738;
}
.date-img h3 span.orange
{
    color: #e97100;
}







div.special-seminar .headline
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* div.special-seminar .headline > div
{
    margin-left: 60px;
} */
div.special-seminar .headline h5
{
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 30px;
    font-size: 30px;
    background: #e97100;
    color: #fff;
    box-sizing: border-box;
}
div.special-seminar .headline h5:before, .headline h5:after
{
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    z-index: 1;
}
div.special-seminar .headline h5:before
{
    top: 0;
    left: -1px;
    border-width: 20px 0 20px 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}
div.special-seminar .headline h5:after
{
    top: 0;
    right: -1px;
    border-width: 20px 10px 20px 0px;
    border-color: transparent #fff transparent transparent ;
    border-style: solid;
}

/* div.special-seminar .headline h2
{
    font-size: 37px;
    color: #e97100;
    padding: 10px 0 5px 0;
    position: relative;
    width: auto;
    display: inline-block;
    border-bottom: 2px solid #774a2c;
    font-weight: 800;
} */
div.special-seminar .headline > div
{
    padding: 10px 0 0px 0;
    position: relative;
    /* border-bottom: 2px solid #774a2c; */
    display: flex;
    align-items: center;
}
div.special-seminar .headline h2
{
    font-size: 37px;
    color: #e97100;
}

div.special-seminar .headline h3
{
    font-size: 50px;
    line-height: 65px;
    color: #774a2c;
    padding: 15px 30px ;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 600;
    font-style: normal;
    position: relative;
    display: inline-block;
    top: 0;
    /* border-bottom: 3px dotted #e97100; */
    /* padding: 0px 40px 10px 40px; */

}


div.special-seminar .description
{
    position: relative;
    width: 100%;
    margin: 10px auto 30px auto;

}
div.special-seminar .description img
{
    width: 60%;
    padding: 15px 0 25px 0;
}
div.special-seminar .description h3
{
    /* font-size: 50px; */
    font-size: 50px;
    line-height: 65px;
    color: #774a2c;
    padding: 15px 30px;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 600;
    font-style: normal;
    position: relative;
    display: inline-block;
    top: 0;
    /* border-bottom: 3px dotted #e97100; */
    /* padding: 0px 40px 10px 40px; */

}
div.special-seminar .description h3 span
{
    font-size: 30px;
}

div.special-seminar .description h3:before, .description h3:after
{
    position: absolute;
    top: 0;
    content: "";
    width: 8px;
    height: 90%;
    display: inline-block;
}
div.special-seminar .description h3:before
{
    border-left: solid 3px #774a2c;
    border-top: solid 3px #774a2c;
    border-bottom: solid 3px #774a2c;
    left: 0;
}
div.special-seminar .description h3::after
{
    border-right: solid 3px #000000;
    border-top: solid 3px #774a2c;
    border-bottom: solid 3px #774a2c;
    right: 0;
}




.description .title
{
    /* text-align: center; */
    position: absolute;
    width: 100%;
    /* background: #fff; */
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 85%, rgba(253, 187, 45, 0) 100%);
    bottom: 0;
    right: 0;
    padding: 45px 0 15px 0;

}


div.special-seminar .headline p
{
    color: #e97100;
    /* background: #e97100;
    color: #fff; */
    font-weight: 600;
    display:block;
    font-size: 26px;
    text-align: center;
    /* padding: 2px 10px; */
    border-radius: 5px;
    margin-top: 10px;
}






div.special-seminar .guest-intro
{
    padding: 50px 20px 30px 20px;
    /* border: 3px dotted #e97100; */
    border-top: dotted 3px #e97100;

    width: 80%;
    margin: 40px auto;
    position: relative;
}
div.special-seminar .guest-intro h3
{
    color: #fff;
    background: #e97100;
    padding: 0px 30px;
    display: inline-block;
    font-size: 20px;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 600;
    border-radius: 10px 0 10px 0;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
div.special-seminar .guest-intro ul
{
    display: flex;
    color: #774a2c;
    gap: 30px;
}
div.special-seminar .guest-intro ul li
{
    list-style: none;
    text-align: left;
}
div.special-seminar .guest-intro ul li:first-child
{
    width: 25%;
}
div.special-seminar .guest-intro ul li:last-child
{
    width: 75%;
}
div.special-seminar .guest-intro ul li h4
{
    font-size: 20px;
    padding-bottom: 5px;
}
div.special-seminar .guest-intro ul li h5
{
    font-size: 14px;
    color: #e97100;
}









div.special-seminar .seminar-app
{
    color: #774a2c;
    width: 80%;
    margin:  0 auto;
    border-radius: 10px;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 600;
}
div.special-seminar .seminar-app > div.seminar-app_bg
{
    background: #F0CECB;
    border-radius: 10px;
    padding: 20px 10px;
    margin-bottom: 40px;
}
div.special-seminar .seminar-app a
{
    font-family: "Hiragino Sans",sans-serif;
}
div.special-seminar .seminar-app .app-period
{
    font-size: 24px;
    /* line-height: 50px; */
    width: 90%;
    margin: 0 auto;
    color: #774a2c;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
div.special-seminar .seminar-app .app-period > div:first-child
{
    background: #774a2c;
    color: #fff;
    padding:  1px 10px;
    border-radius: 5px;
    font-size: 20px;
}
div.special-seminar .seminar-app .app-period span
{
   font-size: 45px;
   position: relative;
   bottom: -1px;
}

div.special-seminar .seminar-app > div.seminar-app_bg p
{
    font-size: 22px;
    text-decoration: underline;
    display: block;
}
div.special-seminar .seminar-app a
{
    display: block;
    margin: 20px auto;
    padding: 15px 0;
    width: 400px;
    max-width: 100%;
    border-radius: 50px;
    font-size: 22px;
    text-decoration: none;
    font-weight: 600;
    /* border: 3px solid #e97100; */
    border: 3px solid #774a2c;
    transition: .2s;
}
div.special-seminar .seminar-app a i
{
    padding-left: 10px;
    font-size: 24px;
}
div.special-seminar .seminar-app a.app,
div.special-seminar .seminar-app a.download:hover
{
    /* background: #e97100; */
    background: #774a2c;
    color: #fff;
}
div.special-seminar .seminar-app a.download,
div.special-seminar .seminar-app a.app:hover
{
    background: #fff;
    /* color: #e97100; */
    color: #774a2c;

}
div.special-seminar .seminar-app p
{
    font-size: 18px;
}




/*--------------------------------------------------------------------------   mini-seminar   ------*/


div.green-area h2
{
    /* width: 80%; */
    width: 100%;
    background: #2ba738;
    padding: 10px 0;
    color: #fff;
    font-weight: 700;
    margin: 0 auto;
    font-size: 30px;
    border-radius: 20px 20px 0 0;
}
div.green-area h2 span
{
    font-weight: 500;
    font-size: 22px;
}

div.mini-seminar 
{
    background: #fbf7f0;
    padding-top: 80px;
}
div.mini-seminar .mini-seminar_inner
{
    width: 80%;
    margin: 0 auto;
    padding: 30px 0 60px 0;
}
div.mini-seminar .mini-seminar_inner .flex
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: 5px dotted #774a2c; */
    padding-bottom: 5px;
}

div.mini-seminar .mini-seminar_inner .mini-seminar_description
{
    border-bottom: 3px dotted #774a2c;
    display: grid;
    grid-template:auto auto / 1fr auto;

}
div.mini-seminar .mini-seminar_inner h4
{
    grid-column: 1/2;
    grid-row: 2/3;
}
div.mini-seminar .mini-seminar_inner .title
{
    grid-column: 1/2;
    grid-row: 1/2;
    font-size: 24px;
    color: #774a2c;
    text-align: left;
    font-weight: 700;
    line-height: 30px;
}

div.mini-seminar .mini-seminar_inner .time
{
    grid-column: 2/3;
    grid-row: 1/3;
    background: #774a2c;
    color: #fff;
    /* padding: 3px 8px; */
    border-radius: 50%;
    width: 90px;
    height: 90px;
    font-weight: 600;

    display: flex;
    gap: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
/* div.mini-seminar .mini-seminar_inner .time::before
{
    content: ;
} */
div.mini-seminar .mini-seminar_inner .time span
{
    color: rgb(201, 160, 100);
    line-height: 1;
}
div.mini-seminar .mini-seminar_inner p
{
    padding: 10px 0;
}

/*  
div.mini-seminar .mini-seminar_inner .flex > div:first-child
{
    display: flex;
    justify-content: center;
    align-items: center;
}
div.mini-seminar .mini-seminar_inner .flex .time
{
    background: #774a2c;
    color: #fff;
    padding: 3px 8px;
    border-radius: 50px;
    letter-spacing: 1px;
}
div.mini-seminar .mini-seminar_inner .flex .time span
{
    padding: 0 5px;
    color: rgb(201, 160, 100);
}
div.mini-seminar .mini-seminar_inner .title
{
    font-size: 22px;
    color: #774a2c;
    text-align: left;
    font-weight: 600;
    line-height: 30px;
}
div.mini-seminar .mini-seminar_inner h3.small
{
    font-size: 22px;
}
div.mini-seminar .mini-seminar_inner .flex > div:first-child span
{
    color: #e97100;
    padding-right: 10px;
    width: 50px;
    font-size: 30px;
}  */


div.mini-seminar .mini-seminar_inner > div
{
    padding-bottom: 30px;
}

div.mini-seminar .mini-seminar_inner ul
{
    display: grid;
    grid-template-columns:26% 1fr;
    grid-template-rows: 1fr;
    text-align: left;
    color: #774a2c;
    gap: 30px;
    padding-top: 20px;
}
div.mini-seminar .mini-seminar_inner ul li:first-child
{
    width: 100%;
}
div.mini-seminar .mini-seminar_inner ul h4
{
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight:600;
}
div.mini-seminar .mini-seminar_inner ul h4 span
{
    font-size: 22px;
}



/*--------------------------------------------------------------------------   time-schedule   ------*/


div.time-schedule
{
    padding-bottom: 70px;
    background: #fbf7f0;
}
div.time-schedule table
{
    width: 75%;
    margin: 0 auto;
    padding: 40px 0 10px 0;
}
div.time-schedule table th,
div.time-schedule table td
{
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 600;
    font-size: 26px;
    text-align: left;
}
div.time-schedule table th
{
    color: #e97100;
    padding: 8px 0;
}
div.time-schedule table td
{
    color: #774a2c;
    padding: 8px 0 8px 20px;
    line-height: 28px;
}
div.time-schedule table td span
{
    font-size: 18px;
}


div.soudan
{
    width: 78%;
    margin: 0 auto;
    border: 8px solid #e97100;
    color: #774a2c;
    padding: 50px 0;
    background: #fff;
    position: relative;
}
div.soudan > div
{
    width: 85%;
    margin: 0 auto;
}
div.soudan h3
{
    color: #774a2c;
    font-size: 40px;
    padding-bottom: 30px;
}
div.soudan h3 span
{
    font-size: 30px;
    padding: 0 5px;
}
div.soudan p
{
    padding-bottom: 20px;
    border-bottom: 4px dotted #774a2c;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
}
div.soudan h4
{
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 600;
    padding-top: 20px;
    font-size: 26px;
    line-height: 30px;
}
div.soudan h4 span.bg
{
    background: #774a2c;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px 0 10px 0;
    font-size: 20px;
    margin-right: 10px;
    letter-spacing: 1px;
}
div.soudan h4 span.thin
{
    font-weight: 400;
    font-size: 16px;
    position: relative;
    /* bottom: -5px; */
}

div.soudan h5
{
    position: absolute;
    right: -24px;
    top: -24px;
    background: #e97100;
    color: #fff;
    border-radius: 8px;
    padding: 10px 15px;
    line-height: 26px;
    font-size: 20px;
}
div.soudan h5::before
{
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    height: 0;
    left: 50%;
    bottom: -18%;
    border-right: 12px solid #e97100;
    border-top: 5px solid transparent;
    border-bottom: 10px solid transparent;
    /* transform: rotate(-45deg); */
    transform: rotate(-90deg);
}



div.soudan .soudan-contact {
  background-color: #fbf7f0; 
  border-radius: 5px;
  padding-bottom: 30px;
}
div.soudan .soudan-contact p
{
    border: none;
}

div.soudan .title 
{
  font-weight: bold;
  background: #e97100;
  color: #fff;
  text-align: center;
  margin: 20px auto 20px auto;
  font-size: 20px;
  border-radius: 5px 5px 0 0;
  padding: 5px 0;
}

div.soudan .office-name {
  font-weight: bold;
    text-align: center;
        padding-bottom: 0;
}

div.soudan .phone {
  font-weight: bold;
    text-align: center;
    font-size: 22px;
    padding: 10px 0 0 0;
}

div.soudan .hours {
  font-size: 0.9em;
    text-align: center;
    padding-bottom: 0;
}



/*--------------------------------------------------------------------------   contact  ------*/

div.contact
{
    width: 100%;
    background: #3baa43;
    border-radius: 0 0 50px 50px;
    padding: 70px 0;
}
div.contact h2
{
    width: 75%;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    font-size: 26px;
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
}
div.contact ul
{
    width: 75%;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    padding-top: 30px;
}
div.contact ul li
{
    padding-bottom: 30px;
}
div.contact ul li:last-child
{
    padding-bottom: 0;
}
div.contact ul h5
{
    font-weight: 500;
    font-size: 20px;
}
div.contact ul h3
{
    font-size: 20px;
    font-weight: 600;
}
div.contact ul h3 span
{
    font-size: 16px;
}


/*--------------------------------------------------------------------------   日付  ------*/

.date-disp
{
    font-size: 12px;
    text-align: right;
    padding: 10px 30px 0 0;
    color: #fff;
}
.date-disp .tag 
{
    background: #ffb748;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    padding: 1px 10px;
}
/*--------------------------------------------------------------------------   追加の吹き出し  ------*/

div.special-seminar .headline .yoyaku
{
    /* background: #e97100; */
    background: rgb(240, 206, 203);
    color: #774a2c;
    position: absolute;
    border-radius: 50%;
    /* padding: 15px 8px 5px 8px; */
    padding: 24px 12px 15px 12px;
    line-height: 36px;
    margin-left: 10px;
    bottom: 8px;
    font-weight: 600;
    right: -30%;
    z-index: 1;
    font-size: 30px;
}
div.special-seminar .headline .yoyaku::before
{
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    height: 0;
    left: 12px;
    bottom: 3px;
    border-right: 12px solid rgb(240, 206, 203);
    border-top: 5px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(-45deg);
}
div.green-area .headline h3::before
{
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    height: 0;
    left: 2px;
    bottom: 2px;
    border-right: 12px solid #e97100;
    border-top: 5px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(-45deg);
}



div.green-area .headline
{
    position: relative;
    width: 80%;
    margin: 0 auto;
}
div.green-area .headline h3
{
    position: absolute;
    right: 0;
    top: -20px;
    background: #e97100;
    color: #fff;
    border-radius: 50%;
    padding: 10px 15px;
    line-height: 28px;
    font-size: 24px;
}






/*--------------------------------------------------------------------------   四万十市バナー  ------*/

/* .shimanto
{
    margin-top: 70px;
}
.shimanto picture img
{
    width: 80%;
} */


section.shimanto div.mini-seminar,
section.shimanto div.time-schedule
{
    background: #fff;
}
section.shimanto div.mini-seminar
{
    padding-top: 0;
}
section.shimanto .soudan
{
    margin-bottom: 80px;
}




.bg-area
{
    background: #fbf7f0;
    padding-bottom: 70px;
}




@media screen and (max-width: 1000px) {

    div.special-seminar .description p
    {
        width: 90%;
        margin: 0 auto;
    }
    div.special-seminar .description h3
    {
        font-size: 45px;
        line-height: 55px;
    }
    .description .title
    {
        padding: 35px 0 15px 0;
    }
    br.ipad
    {
        display: none;
    }
    div.time-schedule table td
    {
        line-height: 30px;
    }
    div.soudan h3
    {
        font-size: 35px;
    }
    div.soudan h4
    {
        line-height: 24px;
    }

    div.mini-seminar .mini-seminar_inner
    {
        width: 80%;
    }
    div.mini-seminar .mini-seminar_inner .mini-seminar_description
    {
        gap: 5px;
    }
    div.mini-seminar .mini-seminar_inner .time
    {
        border-radius: 10px;
        width: 70px;
        height: 70px;
    }
    div.mini-seminar .mini-seminar_inner ul h4
    {
        line-height: 30px;
    }
    div.special-seminar .guest-intro
    {
        padding: 50px 10px 10px 10px;
    }
    div.special-seminar .guest-intro
    {
        margin: 30px auto 20px auto;
    }
    div.time-schedule table th
    {
        padding: 0;
    }
    div.soudan h4
    {
        padding-top: 20px;
    }
    
    div.special-seminar .seminar-app h4
    {
        line-height: 40px;
    }
    div.special-seminar .seminar-app .app-period
    {
            flex-direction: column;
            font-size: 22px;
            gap: 0px;
    }
    div.special-seminar .seminar-app .app-period span
    {
        font-size: 40px;
    }
    div.special-seminar .seminar-app > div.seminar-app_bg p
    {
        line-height: 35px;
        width: 80%;
        margin: 0 auto;
        font-size: 20px;
    }


    ul.btn-box
    {
        width: 80%;
        margin: 0 auto;
    }
    ul.btn-box a
    {
        padding: 10px 15px;
        font-size: 18px;
        width: 100%;
    }
    div.mini-seminar .mini-seminar_inner
    {
        padding-bottom: 40px;
    }




    div.special-seminar .headline .yoyaku
    {
        font-size: 26px;
        padding: 20px 15px 13px 15px;
    }
}






@media screen and (max-width: 1100px) {

    div.mini-seminar .mini-seminar_inner .flex
    {
        flex-direction: column;
        align-items: flex-start;
    }
    div.mini-seminar .mini-seminar_inner .flex h4
    {
        color: #774a2c;
        background: transparent;
    }
}
