@charset "utf-8";
body{
		background-image: url('/events/briseminar2026_background.jpg'); 
		background-size: cover; 
		background-repeat: no-repeat; 
		background-position: top; 
    }
main {
		border-top: none;
        background: transparent;
		font-family: "Noto Sans JP", sans-serif !important;
		font-optical-sizing: auto;
}

    @media screen and (max-width: 767px) {
        main {
            padding-top: 0;
        }
    }

.page-title > h1 {
    display: none;
}

.page-header {
    padding-bottom: 8px;
    background-color: transparent;
}

header{
	background-color:#fff;
}

#breadcrumb {
	margin-top:8px;
}
#breadcrumbInner li,
#breadcrumbInner li a {
	color:#f7f7f7 ;
}

.page-header {
	background-color: transparent;
}
.inner > h2 {
    display: none;
}

.via {
    text-align: center;
	color:#f7f7f7;
	margin:8px auto 20px auto;
    font-size: 0.9em;
}
.via > p {
	margin:8px auto !important;
	line-height:1.5;
}
.via > p > span {
	font-size:0.8em;
    font-weight: 300;
}
@media screen and (max-width: 767px) {
    .via > p {
        font-size: 0.8em;
        line-height:1.3;
    }
    .via > p > span {
        display: block;
    }
}
.briseminar-top > div,
.briseminar-program {
    width:95%;
    max-width:800px;
}

.contact {
    width:95%;
    max-width:400px;
	font-size: 14px;
    font-weight: 400;
    text-align:center;
    padding:20px 40px;
    margin: 40px auto;
    background-color: #eee;
    line-height:1.8;
    border-radius: 8px;
}
.contact-head{
	color:#039;
	font-size: 1.5em;
	font-weight:600;
}
.contact-address {
	font-size:0.9em;
}
.contact strong {
	color:#039;
	font-weight:600;
}

.briseminar-top > div,
.pcmv > div,
.spmv > div {
    margin-left: auto;
    margin-right: auto;
    font-size:1.5rem;
    text-align: center;
}
.pcmv > img,
.spmv > img {
    width:90%;
    max-width:680px;
    filter: drop-shadow(3px 3px 6px #0008);
}
.pcmv {
    text-align: center;
    margin-bottom:32px;
}
.spmv {
    text-align: center;
    margin-bottom:32px;
    display: none;
}
@media screen and (max-width: 600px) {
.pcmv {
   display: none;
}
.spmv {
    display: block;
}
}

.briseminar-program {
    margin:40px auto 40px auto !important;
    padding:20px 60px;
    background-color: #fff;
    border-radius: 8px;
}

.briseminar-top > div > p {
    margin-top:2px;
    margin-bottom:2px;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes glowBreath {
    0%, 100% {
        box-shadow:
            0 0 8px rgba(120,220,255,.15),
            0 0 16px rgba(120,220,255,.08),
            2.5px 2.5px 2.5px rgba(0,0,0,.1);
    }

    50% {
        box-shadow:
            0 0 20px rgba(120,220,255,.45),
            0 0 40px rgba(120,220,255,.25),
            0 0 70px rgba(120,220,255,.12),
            2.5px 2.5px 2.5px rgba(0,0,0,.1);
    }
}


.linkbutton-off {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center;
    display: inline-block;
    border: none;
    background-color: #888;
    background-size: 500% 100%;
    border-radius: 999px;
    animation: gradientMove 12s ease-in-out infinite;
    box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.1);
    transition: 0.4s;
    overflow: hidden;
}
.linkbutton-off::before {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
    transition: background 0.5s;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
}

.linkbutton-off:hover::before {
    background:#999;
}

.linkbutton-off a {
    position: relative;
    z-index: 1;
    color: #fff;
    display: block;
    font-size: 1.8rem;
    padding: 16px 48px;
    text-decoration: none;
    font-weight: 500;
	letter-spacing: 0.05em;
}

.linkbutton-grad {
    position: relative;
    width: 100%;
    max-width: 800px;
    text-align: center;
    display: inline-block;
    border: none;
    background: linear-gradient(35deg,	
		#b7f3ff 0%,
		#8ed5ff 20%,
		#7882f0 40%,
		#8ed5ff 60%,
		#b7f3ff 80%,
		#8ed5ff 100%
		);
    background-size: 500% 100%;
    border-radius: 999px;
    animation: gradientMove 12s ease-in-out infinite;
    box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.1);
    transition: 0.4s;
    overflow: hidden;

    animation:
        gradientMove 12s ease-in-out infinite,
        glowBreath 6s ease-in-out infinite;

    box-shadow:
        0 0 10px rgba(120,220,255,.25),
        2.5px 2.5px 2.5px rgba(0,0,0,.1);
}

.linkbutton-grad::before {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
    transition: background 0.5s;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
}

.linkbutton-grad:hover::before {
    background: #08e;
}

.linkbutton-grad:active {
    transform: scale(0.97);
}

.linkbutton-grad a {
    position: relative;
    z-index: 1;
    color: #333;
    display: block;
    font-size: 2.4rem;
    padding: 18px 48px;
    text-decoration: none;
    font-weight: 500;
	letter-spacing: 0.05em;
}

.linkbutton-grad span {
    font-size: 2rem;
}

.dlbutton-container {
  width: 80%;
  max-width: 480px;
  margin: 16px auto 32px auto;
  white-space: nowrap;
  font-size: 0;
}

.dlbutton {
  display: inline-block;
  background-color: #eee3;
  text-align: center;
  font-size: 12px;
  border-radius: 999px;
  color: #f7f7f7;
  padding: 2px 12px;
  width: 50%;
  cursor: pointer;
  transition: 0.5s;
  user-select: none;
}
.dlbutton a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 2px 20px 2px 2px;
}
.dlbutton a.pdf {
    padding-right: 0;
    background-image: none;
}

.dlbutton a:before {
    content: "";
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    margin-right: 8px;
    background: url("/events/briseminar2025-dlw.svg") no-repeat center center;
    background-size: contain;
}

.dlbutton {
  width: calc(50% - 4px);
}

.dlbutton:first-child {
  margin-right: 8px;
}

.dlbutton:hover {
  background-color: #317;
}

.zenkai {
	display: inline-block;
	background-color: #08e;
	border-radius: 999px;
	margin-left:4px;
	transition: 0.5s;
}
.zenkai > a {
	font-size: 0.9em;
	display: inline-block;
	color:#fff ;
	text-decoration:none ;
	padding:1px 12px !important;
}
.zenkai:hover {
	background-color: #08e;
}





.program-head, .program-date{
    text-align: center;
}
.program-head {
    font-size:28px;
    font-weight:600;
	letter-spacing: 0.1em;
	color: #039;
}
.program-date {
    font-size:14px;
    line-height:1.6;
	margin-bottom: 24px;
	font-weight:400;
    color: #039;
}

.program {
  display: grid;
  row-gap: 12px;
}
.program > div {
  display: block;
  padding-bottom:8px;
  border-bottom:1px dotted #317;
}
.program dt,
.program dd {
  margin: 0;
}
.program dt {
	font-size:14px;
	margin-top:2px;
}
.program dd {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    line-height: 1.75;
    margin: 0;
}
/* 見学・体験コースは時刻欄なし */
.labtour > div {
	display: block !important;
}
.labtour dt {
	display: none;
}

.endai {
    margin: 0;
    line-height: 1.5;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    color: #039;
    font-size: 1.4em;
}
.dept, .caption {
	margin-top:4px;
	margin-bottom:0;
}
.dept {
  color: #555;
  font-size: 0.9em;
  font-weight: 500;
}
.dept a {
	color: #555;
	text-decoration-line: underline;
	text-decoration-style: dotted;
	text-underline-offset: 2px;
	transition: 0.4s;
}
.dept a:hover{
	color: #08e;
}

.note {
	font-size:0.7em;
	color:#f7f7f7;
}
.deadline {
	color: #039;
	font-size:1.2em;
	margin-bottom:8px;
}
@media (pointer: fine), (hover: hover) {
  a:where([href^="tel:"]) {
    pointer-events: none;
	text-decoration: underline !important;
  }
}

/* 横並び表示（600px以上の画面幅で） */
@media (min-width: 600px) {
  .program > div {
		display: grid;
		grid-template-columns: 8em 1fr;
		column-gap: 0.5em;
		align-items: start;
		padding-bottom:8px;
		border-bottom:1px dotted #317;
  }
}
@media screen and (max-width: 768px) {
	.endai {
		font-size: 1.3em;
	}
	.briseminar-program {
		padding:20px 30px;
	}
	.dlbutton {
		width: 50%;
	}
}
    .container {
      display: flex;
      align-items: center;
      gap: 24px;
	  width:fit-content;
      max-width: 800px;
      margin: 0 auto;
    }

    .circle {
		background-color: #dff2fc;
		color: #317;
		width: 140px;
		height: 140px;
		border-radius: 50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-weight: bold;
		line-height: 1.3;
		font-family: "Noto Serif JP", serif;
		font-optical-sizing: auto;
    }

    .circle .fee1 {
		font-size: 20px;
		font-weight:400;
		margin-bottom: 2px;
    }

    .circle .fee2 {
		font-size: 32px;
		font-weight: 600;
    }
    @media screen and (max-width: 767px) {
    .circle {
		background-color: #dff2fc;
		color: #317;
		width: 100px;
		height: 100px;
    }
    .circle .fee1 {
		font-size: 16px;
		font-weight:400;
    }

    .circle .fee2 {
		font-size: 24px;
		font-weight: 600;
    }
    }


    .text-block {
		width:fit-content;
	}

    .text-block > p {
        margin:4px 0;
    }
    .fee-note {
        color:#039;
    }
    .fee-blue {
        font-size: 0.8em;
        color:#f7f7f7;
    }
	.fee-blue > strong {
		border-bottom: 1px dotted #039;
	}
    .fee-badge {
      display: inline-block;
      background-color: #fffa;
      color: #555;
      padding: 1px 6px;
      border-radius: 4px;
      font-size: 0.8em;
      width: fit-content;
    }
    @media (max-width: 768px) {
    .container {
		 gap:12px;
    }
    .circle {
        margin:0 auto;
    }
	.text-block {
		margin:0 auto;
	}
    }
