@charset "UTF-8";
/* CSS Document */
html{
	scroll-behavior: smooth;
}
header .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  header .inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.inner {
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .inner {
    width: 1000px;
    max-width: 100%;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  line-height: 1.4;
}
ul {
  padding: 0;
}
p {
  margin: 0;
  line-height: 1.8;
}
@media screen and (min-width: 759px) {
  p {
    font-size: 1.6rem;
  }
}
a {
  line-height: 1;
  color: #954840;
}
/*a:visited {
  color: #954840;
}*/
.copy {
  padding-top: 20px;
  text-align: center;
  width: 100%;
  font-size: 12px;
}
.copy * {
  font-size: 12px;
}
section {
  padding-bottom: 50px;
  position: relative;
  width: 100%;
}
section .inner {
  padding: 0 10px;
  max-width: 100%;
}
@media screen and (min-width: 767px) {
  section .inner {
    padding: 0 20px;
  }
}
.pankuzu {
  padding: 5px 0;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pankuzu li {
  font-size: 0.8em;
  padding: 0 5px;
}
.pankuzu a {
  display: inline-block;
  padding: 0 10px;
  padding-right: 30px;
  background: url(/y-renkei/img/arrow.png) center right no-repeat;
  background-size: contain;
}
#copy {
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #954840;
  color: #fff;
  text-align: right;
}
header {
  background: #954840;
  max-width: 100%;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: header;
}
footer {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: footer;
}
footer .box {
  padding: 1rem;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
footer .box ul {
  width: 100%;
  padding-left: 15px;
}
footer .box li {
  text-align: left;
  margin-bottom: 1rem;
}
footer .box li:not(:first-child) {
  padding-left: 1rem;
}
footer .box li a {
  position: relative;
}
footer .box li a:before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  margin: auto;
  border-top: #C33C3B 1px solid;
  border-right: #C33C3B 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  left: -0.8rem;
}
@media screen and (min-width: 759px) {
  footer .box {
    padding-top: 1rem;
  }
  footer .box .footerlogo img {
    width: 600px;
  }
  footer .box ul {
    width: 100%;
    border-left: 1px solid #585858;
  }
  footer .box ul:last-child {
    border-right: 1px solid #585858;
  }
  footer .box ul li {
    margin-bottom: 1rem;
  }
}
footer .footerlogo {
  padding: 10px;
  text-align: center;
}
footer .footerlogo img {
  width: 600px;
  max-width: 100%;
}
footer p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer p {
    text-align: justify;
    font-size: 1.4rem;
  }
}
footer a {
  color: #585858 !important;
}
footer #copy {
  border-top: #585858 1px solid;
  background: #954840;
  color: #fff;
  padding: 1rem;
}
#wrapper {
  overflow: hidden;
}
main {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: main;
}
main .inner {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  main .inner {
    max-width: 1000px;
  }
}
.title_img {
  display: block;
  width: 100%;
  margin-bottom: 4rem;
}
#Visual {
  padding: 30px 0;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Visual;
  width: 100%;
  background: #edf6fa;
}
.main_menu {
  grid-area: main_menu;
  background: #f8f8f8;
}
.main_menu > li:first-child {
  padding: 2rem 1rem;
}
.main_menu > li a {
  display: block;
  padding: 2rem 1rem;
}
#leaflet ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #leaflet ul {
    flex-direction: column;
  }
  #leaflet li {
    width: 100%;
  }
}
#leaflet img {
  width: 90%;
  max-width: 490px;
}
.leaflet-comment{
	text-align: center;
	margin-bottom: 20px;
}
.leaflet-comment p{
	font-size: 16px;
}

@media screen and (max-width: 767px) {
.leaflet-comment p{
	font-size: 14px;
}
}
.leaflet-btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 350px;
	height: 64px;
	border-radius: 10px;
	color: #fff;
	background: #ec7068;
	font-size: 1.2em;
	font-weight: bold;
	margin: 20px auto 0;
}
footer {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: footer;
}
.btn_container {
  padding: 20px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .btn_container {
    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;
  }
  .btn_container a {
    width: calc(50% - 20px);
  }
  .btn_container a img {
    width: 100%;
  }
}
.btn_container a {
  display: block;
  margin-bottom: 20px;
}
.btn_container a img {
  width: 100%;
}
.mv_wrap {
  background: #fff;
  text-align: center;
}
.mv img {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.box-target {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.box-target span {
  width: 80px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #954840;
  font-weight: bold;
  color: #fff;
  font-size: 2.0rem;
}
@media screen and (max-width: 767px) {
  .box-target span {
    width: 64px;
    height: 32px;
    font-size: 1.6rem;
  }
}
.box-target p {
  color: #954840;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .box-target p {
    font-size: 1.6rem;
  }
}
.ttl_01 {
  font-size: 150%;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  color: #ec7068;
}
@media screen and (min-width: 768px) {
  .ttl_01 {
    font-size: 200%;
  }
}
.ttl_01:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  content: "";
  width: 240px;
  max-width: 100%;
  height: 2px;
  background: #ec7068;
}
.ttl-sub {
  margin: 0 auto -16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl-sub {
    margin: 0 auto;
  }
}
.ttl-sub p {
  display: inline-block;
  padding: 4px 24px;
  background: #ec7068;
  border-radius: 32px;
  font-size: 120%;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ttl-sub p {
    padding: 2px 16px;
  }
}
#schejule {
  margin-bottom: 50px;
}
#schejule .schejule-bg{
	width: 100%;
	background: repeating-linear-gradient(-30deg, #ffffff, #ffffff 8px, #fff3b7 8px, #fff3b7 10px);
	padding: 80px 20px;
}
#schejule .inner {
  border-radius: 24px;
  background: #fff;
  padding: 40px 40px 20px;
  border: 1px solid #ec7068;
}
@media screen and (max-width: 767px){
	#schejule .inner{
		padding: 40px 20px 0;
	}
}
@media screen and (min-width: 768px) {
  #schejule .inner p, #schejule .inner ul {
    max-width: 900px;
    margin: auto;
    margin-bottom: 20px;
  }
}
#schejule .inner p li, #schejule .inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 20px;
}
#schejule .inner p .detail, #schejule .inner p .map, #schejule .inner ul .detail, #schejule .inner ul .map {
  width: 100%;
}
#schejule .inner p .detail iframe, #schejule .inner p .map iframe, #schejule .inner ul .detail iframe, #schejule .inner ul .map iframe {
  width: 100%;
  height: 300px;
}
#schejule .inner .detail{
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}
#schejule .inner .day {
	font-size: 2.4rem;
	font-weight: bold;
	color: #954840;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .4rem;
}
@media screen and (max-width: 767px){
	#schejule .inner .day{
		flex-wrap: wrap;
	}
}
#schejule .inner .day .month,
#schejule .inner .day .date-num{
	font-size: 2.8rem;
	font-weight: bold;
	color: #ec7068;
	margin-bottom: 2px;
}
#schejule .inner .week-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #954840;
  color: #fff;
  border-radius: 50%;
  font-size: 1.4rem;
  margin-left: .3rem;
}
#schejule .inner .day .time{
	font-size: 1.6rem;
	font-weight: normal;
}

#schejule .inner .area{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #954840;
	padding: 5px 10px;
	margin: 10px 0 20px;
	font-size: 1.8rem;
	color: #fff68c;
	font-weight: bold;
}
@media screen and (max-width: 767px){
	#schejule .inner .area{
		flex-wrap: wrap;
		gap: 0;
	}
}
#schejule .inner .area span{
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
}
#problem {
  padding: 50px 0;
  margin-bottom: 80px;
  background: #fffbe3;
}
#problem .ttl_01 {
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}
#problem .problem_content {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  #problem .problem_content {
    margin: 0 auto;
  }
}
#problem .problem_content p {
  text-align: justify;
}
#problem .problem_content p span{
	font-weight: bold;
	color: #ec7068;
}
#problem .triangle{
  width: 0;
  height: 0;
  margin: 20px auto;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 20px solid #ec7068;
}
#problem h3 {
  padding-left: 10px;
  border-left: 4px solid #ffdb59;
}
#problem .problem-list_wrap{
	padding: 40px 40px 20px;
	margin: 0 auto;
	background: #fff;
	border-radius: 20px;
	border: 1px solid #ec7068;
}
@media screen and (max-width: 767px) {
	#problem .problem-list_wrap{
		padding: 20px 20px 0;
		border-radius: 10px;
	}
}
#problem .problem-list {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	white-space: nowrap;
}
@media screen and (max-width: 767px){
	#problem .problem-list{
		max-width: 260px;
	}
}
@media screen and (max-width: 480px){
	#problem .problem-list{
		max-width: calc(100% - 1em);
		margin: 0 0  0 1em;
		white-space: normal;
	}
}
#problem .problem-list li {
  list-style-type: "✔ ";
  font-size: 2.0rem;
  margin-bottom: 20px;
  text-align: justify;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #problem .problem-list li {
    font-size: 1.6rem;
  }
}
#problem .problem-list li::marker{
	color: #ec7068;
}
#merit {
  padding-bottom: 80px;
}
#merit .box {
  background: #fff;
}
#merit .merit_content {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #merit .merit_content {
    margin: 0 auto;
  }
}
#merit .merit_content p {
  text-align: justify;
}
#merit .merit_content ul{
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	justify-content: center;
}
#merit .merit_content ul li{
	width: 30%;
	background: #954840;
	border-radius: 20px;
	padding: 20px 10px;
}
@media screen and (max-width: 768px) {
	#merit .merit_content ul li{
		width: 100%;
		max-width: 480px;
		
	}
}
#merit .merit_num {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff68c;
}
@media screen and (max-width: 768px){
	#merit .merit_num {
		font-size: 2.4rem;
	}
}
#merit .merit_ttl {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
}
#about .box {
  background: #fffbe3;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  #about .box {
    padding: 20px;
  }
}
#about .seminar_content {
  margin: 0 auto;
}
#about .seminar_content-ditail{
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 20px;
}
#about .seminar_content-ditail p{
	font-weight: bold;
}
#about .seminar_content-ditail p span{
	font-size: 1.6rem;
	margin-left: 10px;
	font-weight: normal;
}
#about .seminar_content-ditail a{
	width: 100%;
	max-width: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	border: 1px solid #954840;
	border-radius: 20px;
	padding: 10px;
	margin-top: 10px;
	gap: 10px;
}
#about .seminar_content-ditail a img{
	width: 14px;
	object-fit: contain;
}
#about li {
  font-size: 125%;
  border-bottom: 1px dotted #ec7068;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
	#about li{
		padding: 0;
	}
}
#about li:first-child{
	border-top: 1px dotted #ec7068;
}
#about li h3 {
  color: #954840;
}
#about .seminar_ttl {
  text-align: center;
  font-size: 140%;
  margin-bottom: 20px;
  font-weight: bold;
}
#seminar .seminar_content {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #about .ul_seminar {
    max-width: 700px;
    margin: auto;
    margin-bottom: 20px;
  }
}
#about .seminar_wrap {
  margin-bottom: 60px;
}
#about .seminar_wrap ul li {
  font-size: 125%;
  line-height: 2;
  list-style-type: decimal;
}
#koushi .koushi_wrap {
  background: #fffbe3;
}
#koushi .koushi_wrap > div {
  padding: 20px;
}
#koushi .koushi_wrap .name {
  font-size: 150%;
  border-bottom: 1px dotted #954840;
  padding-bottom: 20px;
}
#koushi .flexbox {
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #koushi .flexbox {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
	padding: 20px 0;
  }
}
#koushi .text_wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #koushi .text_wrap {
    width: 100%;
  }
}
#koushi .text_wrap ul li {
  margin-left: 1em;
  text-indent: -1em;
}
#koushi .photo_wrap {
  width: 30%;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #koushi .photo_wrap {
    width: 70%;
  }
}
#koushi .photo_wrap img {
  width: 100%;
  max-width: 250px;
}
.pofile-label{
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	background: #ec7068;
	color: #fff;
}
#cv h3{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #954840;
	color: #954840;
}
#movie{
	margin-bottom: 40px;
}
#movie .inner{
	text-align: center;
}
#movie .video-thumb {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 800px;
  cursor: pointer;
}
#movie .thumb-img {
  width: 100%;
  height: auto;
  display: block;
}
#movie .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  transform: translate(-50%, -50%);
  opacity: 0.9;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
	#movie .play-btn{
		width: 64px;
	}
}
#movie .youtube-wrap {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

#movie .youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
  /* color: #fff;*/
  font-size: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#logo .inner {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #logo .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /*  #logo .inner img {
    width: 600px;
  }*/
}
@media screen and (max-width: 767px) {
  #logo .inner {
    width: calc(100% - 60px);
    margin: 0;
  }
  #logo.archive-header .inner{
	width: 100%;
  }
}
#logo .inner img {
  max-width: 90%;
}
/*#logo img {
  width: 300px;
}*/
.logo {
  font-size: 1.6rem;
  font-weight: bold;
  color: #954840;
}
@media screen and (max-width: 767px) {
  .logo {
    font-size: 1.4rem;
  }
}
.logo-wrap {
  background: #fffbe3;
}
.pink {
  color: #C33C3B;
}
h2.pink {
  text-align: center;
}
.upday {
  color: #954840;
  font-size: 1.2rem;
  border: 1px solid #954840;
  padding: 0.5rem;
  border-radius: 1rem;
}
.upday.sp_only {
  background: #954840;
  border-radius: 0;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}
body {
  width: 100%;
  gap: 0;
  min-height: 100vh;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2.5rem;
}
h3 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.8rem;
  }
}
h4 {
  font-size: 1.5rem;
}
p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1.6rem;
  }
}
.pc_menu {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .pc_menu {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .pc_menu {
    max-width: 1000px;
  }
}
.pc_menu > li {
  text-align: center;
  width: calc(100% / 5);
  position: relative;
}
.pc_menu > li:after {
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  position: absolute;
  content: "";
  border-left: 2px solid #ffefef;
  border-bottom: 2px solid #ffefef;
  width: 1rem;
  height: 1rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pc_menu > li > a {
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
  display: block;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  color: #fff;
}
#contact .box {
  background: #f7f7f7;
  padding: 2rem;
}
#contact .telnumber {
  margin: 0 auto;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  color: #954840;
}
.phone {
  margin: 0 auto;
  display: block;
  max-width: 300px;
  padding: 1rem;
}
.mail {
  margin: 0 auto;
  display: block;
  max-width: 400px;
  padding: 1rem;
}
.formBtn {
  text-align: center;
}
.formBtn a {
  display: inline-block;
  text-align: center;
  background: #954840;
  color: #fff;
  border-radius: 0.5rem;
  padding: 1rem;
  width: 300px;
  max-width: 100%;
}
.swiper-slide {
  text-align: center;
}
.ended_info {
  border: 2px solid red;
  color: red;
  line-height: 2;
  font-size: 3rem;
}
@media screen and (max-width: 800px) {
  .ended_info {
    font-size: 2rem;
  }
}
@-webkit-keyframes tooltipShow {
  from {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes tooltipShow {
  from {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.seminar_announce {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 2em 0 0 0;
  font-weight: bold;
  color: #e95987;
  background: #fdeff4;
  border: solid 2px #e95987;
  border-radius: 5px;
}
.detail dl {
  margin-bottom: 20px;
  display: flex;
}
@media screen and (max-width: 767px){
	.detail dl{
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 480px){
	.detail dl{
		flex-direction: column;
	}
}
.detail dl dt {
  font-weight: bold;
  color: #954840;
}
.detail dl dd {
  margin-left: 0;
}
.btn_form {
  width: 350px;
  max-width: 100%;
  padding: 20px;
  display: inline-block;
  background: #ec7068;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 10px;
}
.btn_leaf {
  width: 350px;
  max-width: 100%;
  padding: 20px;
  display: inline-block;
  background: #F39800;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 10px;
}