@charset "utf-8";
@import 'print.css' print;
@import 'swiper/dist/css/swiper.css';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500&display=swap');

.timer{display: none;}

/* all
---------------------------------------------------------------------------*/
body {
  font-size: 1.6em;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, serif, sans-serif;
  font-weight: 400;
  color: #000000;
  background: #fff;
  position: relative;
  /* display: flex;
  flex-direction: column; */
  min-height: 100vh;
  overflow-x: hidden;
	-webkit-text-size-adjust: none; }

.items .item {
	width: -webkit-calc(100% / 3) ;
	width: calc(100% / 3) ;
}

#fixedBTN{
  position: fixed;
  z-index: 8888;
  right: 15px;
  top: 15px;
}
#fixedBTN a{
  display: inline-block;
  border:3px #0d4678 solid;
  background-color: #062F54;
  color: #ffffff;
  text-align: center;
  padding: 10px 15px;
  line-height: 1.5;
}
#fixedBTN a:hover{
	opacity:0.75;
}

#footBANNER {
  width: 100%;
  background-color: #fafafa;
  padding: 40px 0;
}
#footBANNER h5{
  text-align: center;
  color: #062F54;
  font-weight: 600;
  margin-bottom: 1.0em;
}
#footBANNER ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
  width: 100%;
  margin: auto;
  text-align: center;
}
#footBANNER ul li {
  width: calc((100% - 4.8%) / 3);
}
#footBANNER ul li:not(:nth-child(3n - 2)) {
	margin-left: 2.4%;
}
#footBANNER ul li:nth-child(n + 4) {
	margin-top: 1.6%;
}

@media screen and (max-width: 500px) {
	#footBANNER ul li {
  	width: calc((100% - 2.4%) / 2);
	}
	#footBANNER ul li:not(:nth-child(3n - 2)) {
		margin-left: 0;
	}
	#footBANNER ul li:nth-child(even) {
		margin-left: 2.4%;
	}
	#footBANNER ul li:nth-child(n + 4) {
		margin-top: 0;
	}
	#footBANNER ul li:nth-child(n + 3) {
		margin-top: 1.6%;
	}
}

/* a
---------------------------------------------------------------------------*/
a {
  color: #062F54;
	text-decoration: underline;
  transition: .3s ease; }
a:hover {
  color: #16418C;
  cursor: pointer;
  transition: .3s ease; }
a:hover img {
  opacity: 0.8; }

.txt-brake {
  white-space: normal;
  word-break: break-all!important; }

/* img
---------------------------------------------------------------------------*/
main figure img {
  margin: auto; }
main figcaption.txtC {text-align: center;}
main figcaption.txtR {text-align: right;}

.img-wrap {
  border: solid 2px #34509a;
  border-radius: 20px;
  padding: 10px;
  display: inline-block; }

.swiper-container {
  position: relative;
	height: auto;
	max-width: 100%;
}
.swiper-container .logo{
  width: 30%;
	position: absolute;
  z-index: 8888;
	left: 0;right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	outline: 0;
	margin: auto;
	text-align: center;
}

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

.swiper-container .logo{
  width: 70%;

}

}

/* h-tag
---------------------------------------------------------------------------*/
h2, h3, h4, h5, h6 {
  color: #34509a;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em; }
h4, h5, h6 {
  font-weight: 500; }

/* h2 */
h2 {
  font-size: 3rem; }
.news h2,
.sub h2 {
  color: #fff;
  font-size: 2.4rem;
  padding: 1.4em 1em;
  /* background: #34509a; */
  border:1px #34509a solid;
  color: #34509a;
  font-weight: 600;
  background: #ffffff;
  border-radius: 0.2em;
  position: relative; }
.news.important h2 {
  background: #34509a;
  border-radius: 0.2em 0.2em 0 0; }

/* h3 */
h3 {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.02em; }

.sub h3 {
  color: #34509a;
  font-size: 2.2rem;
  text-align: center;
  position: relative;
  z-index: 2; }
.sub h3::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #34509a;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1; }
.sub h3 i {
  background: #fff;
  padding-left: 0.8em;
  padding-right: 0.8em;
  font-style: normal; }

/* h4 */
h4 {
  font-size: 2rem;
  letter-spacing: 0.02em; }

.sub h4 {
  font-size: 1.8rem;
  position: relative;
  padding-left: 16px; }
.sub h4::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 1em;
  background: #20519b;
  border-radius: 0.2em;
  position: absolute;
  top: 0;
  left: 17px;
  margin-left: -16px; }
.sub h4::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 0.7em;
  background: #34509a;
  border-radius: 0 0 0.2em 0.2em;
  position: absolute;
  bottom: 0;
  left: 17px;
  margin-left: -16px; }

.sub h5 {
  color: #34509a;
  font-size: 1.8rem;
  letter-spacing: 0.05em; }

h6 {
  color: #20519b;}

@media screen and (max-width: 500px) {
  h2 {
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: 0.05em; }
}

/* wrap
---------------------------------------------------------------------------*/
.wrap {
  max-width: 1366px;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  margin-left: auto;
  margin-right: auto; }
.wrap2 {
  max-width: 1400px;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  margin-left: auto;
  margin-right: auto; }
.container {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative; }
.container::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(10px);
  transform: translateY(5px) scale(0.98);
  mix-blend-mode: multiply; }

@media screen and (max-width: 1180px) {
  .wrap,
  .wrap2 {
    padding-left: 20px;
    padding-right: 20px; }
}

/* header
---------------------------------------------------------------------------*/
header {
  /* max-width: 1200px; */
  width: 100%;
  margin: auto;
  position: relative; }

header > div {
  width: 100%;
  height: 120px;
  display: flex;
  /* flex-direction: column;
  justify-content: center; */
   }
header > div h1 {
  position: absolute;
  left: 20px;
  top: 10px;
  width: 258px;
}
header #date {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 585px;
}

/* gNav */
#gNav ol {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-left: 1em;
  padding-right: 1em;
  background: #34509a; }

#gNav ol > li:last-child {
  display: none; }


#gNav ol > li > a {
  position: relative;
  padding-left: 1.6em;
  padding-right: 1.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 45px;
  color: #fff; }
#gNav ol > li.home {
  display: none; }
#gNav ol > li > a:hover {
  background: #16418C; }
#gNav ol > li a img {
  max-width: auto; }
#gNav ol > li a {
  cursor: pointer; }
#gNav ol > li > div ul li {
  white-space: nowrap;
  line-height: 1; }
#gNav ol > li > div ul li a {
  margin-left: 0.4em; }
#gNav ol > li > div ul li h4 a {
  margin-left: 0; }
#gNav ol > li > div ul li a::before {
  content: '・'; }
#gNav ol > li > div ul li > a {
  font-size: 1.5rem; }

#gNav ol > li > div ul li h3 {
  font-size: 2.1rem;
  color: #fff;
  display: inline-block; }
#gNav ol > li > div ul li h3 i {
  font-style: normal;
  padding: 0.02em 0.4em 0.1em;
  border: solid 2px #fff; }

#gNav ol > li > div ul li h4 {
  font-size: 1.9rem;
  padding: 0.2em 0.4em;
  color: #34509a;
  position: relative;
  margin-left: 0.2em; }
#gNav ol > li > div ul li h4::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 16px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  margin-left: -0.2em;
  top: 0.5em;
  left: 0; }
#gNav ol > li > div ul li h4 a::before {
  display: none; }

#gNav ol > li > div ul li h3 + a {
  margin-top: 1.4em; }
#gNav ol > li > div ul li h3 + h4,
#gNav ol > li > div ul li a + h4 {
  margin-top: 0.8em; }
#gNav ol > li > div ul li > a + a {
  margin-top: 0.6em; }
#gNav ol > li > div ul li h4 + h4 {
  margin-top: 0.4em; }
#gNav ol > li > div ul li h4 + a {
  margin-top: 0.2em; }

/* 1180以上の時 */
@media screen and (min-width: 1180px) {
#gNav ol > li > div {
  position: absolute;
  top: 135px;
  left: 0;
  width: 100vw;
  height: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  background: #34509a;

  display: none;
  z-index: 10; }

header.is-animation #gNav ol > li > div {
  top: 60px; }
#gNav ol > li > div ul {
  display: flex;
  justify-content: center;
  align-items: flex-start; }
#gNav ol > li > div ul li {
  display: flex;
  flex-direction: column;
  letter-spacing: 0; }
#gNav ol > li > div ul li a {
  color: #34509a;
  margin-top: 0; }
#gNav ol > li > div ul li + li {
  margin-left: 60px; }
}

@media screen and (max-width: 768px) {
  header > div {
    height: 120px; }
  #gNav ol > li > a {
    padding-bottom: 0; }
  #gNav ol > li.current a::before,
  #gNav ol > li.current span::before {
    display: none; }
  #gNav ol > li:hover > a::before {
    bottom: -0.6em; }
  #gNav ol > li.home {
    display: block; }

  #gNav ol > li > div ul.wrap {
    margin-top: 0.8em;
    padding-left: 0;
    padding-right: 0; }
  #gNav ol > li > div ul li h3,
  #gNav ol > li > div ul li h4 {
    color: #34509a; }
  #gNav ol > li > div ul li h3 {
    font-size: 1.8rem;
    margin-top: 0.8em; }
  #gNav ol > li > div ul li h3.none {
    display: none; }
  #gNav ol > li > div ul li h3.mgnT2em {
    margin-top: 2em; }
  #gNav ol > li > div ul li h3 i {
    border: solid 2px #fff; }
  #gNav ol > li > div ul li h4 {
    font-size: 1.8rem; }
  #gNav ol > li > div ul li h4::before {
    background: #fff; }

#gNav ol > li:last-child {
  display: block; }
#fixedBTN{display: none;}


  #gNav ol > li > div ul li a {
    color: #666;
    font-size: 1.8rem; }
  /*#gNav ol > li span + div {
    margin-top: 0.8em; }*/
  #gNav ol > li > div ul li h3 + h4 {
    margin-top: 0.6em; }
  #gNav ol > li > div ul li a + a {
    display: block;
    margin-top: 0; }
  
  #gNav ol {
	  opacity: 0;
    visibility: hidden;
    display: none!important;
    background: none;
    width: 0;
    height: 0;
    transition: .6s ease; }
  .open	#gNav ol {
	  opacity: 1;
    visibility: visible;
    display: flex!important;
    background: #34509a;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    padding-top: 60px;
    padding-left: 60px;
    padding-bottom: 60px;
    margin-top: 0;
    overflow-y: scroll;
  	position: fixed;
    top: 0;
    right: 0;
    z-index: 9998;
    transition: .6s ease; }
  .open	#gNav ol.wrap {
    padding-left: 20px; }
  .open	#gNav ol > li {
    color: #fff;
    width: auto;
    padding: 0;
    margin: 0;
    height: auto; }
  .open	#gNav ol > li span {
    margin: 0;
    padding: 0; }

  .open	#gNav ol > li a {
    color: #fff;
    font-weight: 500;
    line-height: 1.49; }
  .open	#gNav ol > li + li {
    margin-top: 10px; }

  /* hamburger(trigger) */
  .trigger {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0;
    color: #34509a;
    background: #34509a;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  	position: fixed;
    top: 0;
    right: 0;
    z-index: 9999; }
  .trigger:hover {
    color: #34509a;
    cursor: pointer; }
  .trigger .bar {
    display: block;
    width: 46px;
    height: 2px;
    background: #fff;
    margin-bottom: 8px;
    transition: all .7s ease; }
  .trigger .bar:last-child {
    margin-bottom: 0; }
  .trigger .menu::before {
    content: 'メニュー';
    color: #fff;
    font-size: 1.35rem;
    font-weight: 500; }

  .trigger.active {
    color: #34509a;
    background: #34509a; }
  .trigger.active .bar {
    background: #fff;
    margin-bottom: 10px; }
  .trigger.active .top {
    transform: translateY(6px) rotateZ(20deg); }
  .trigger.active .bottom {
    transform: translateY(-6px) rotateZ(-20deg); }
  .trigger.active .menu::before {
    content: '閉じる'; }
}

@media screen and (max-width: 1180px) {
  #gNav ol > li a img,
  #gNav ol > li span img {
    height: 26px; }
  #gNav ol > li:nth-child(1) a img {
    height: 22px; }
}
@media screen and (max-width: 767px) {
  header > div {
    height: 120px; }
  header > div h1 {
    width: 220px;
    height: 94px; }

header #date {
  display: none;
}


}
@media screen and (max-width: 500px) {
  .trigger {
    width: 60px;
    height: 60px; }
  .trigger .bar {
    display: block;
    width: 40px; }
  .trigger .menu::before {
    font-size: 1.25rem; }
  .open	#gNav ol div {
    margin-top: 0.3em; }
  .open	#gNav ol {
    padding-bottom: 160px; }
  .open	#gNav ol {
    padding-left: 40px; }
}

/* footer
---------------------------------------------------------------------------*/
.f-read {
  background: url("../images/f-read.jpg") no-repeat;
  background-size: cover;
  background-position: top 30% center;
  padding-top: 32%;
  position: relative; }
.f-read figure {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.f-bg {
  margin-top: 80px;}
.f-bg img {
  width: 100vw; }

footer {
  margin-top: 20px;
  color: #34509a;
  background: #eee; }

footer address {
  padding: 56px 0; }
footer address h2 {
  width: 224px; }
footer address ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
footer address ul li h3 {
  display: inline-block;
  font-size: 2rem;
  font-style: normal;
  letter-spacing: 0.1em;
	margin-top: -0.4em;
}
footer address ul li p {
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.6;
  padding-top: 0.2em; }
footer .wrap small{
  display: block;
  padding-bottom: 56px; }

@media screen and (max-width: 1280px) {
  footer .add address h2 {
    width: 320px; }
  footer .add {
    flex-direction: column; }
  footer .add nav {
    margin-top: 40px;
    margin-bottom: 40px; }
  footer .add nav ol li + li {
    margin-top: 1em; }
  footer .add address div {
    flex-direction: column;
    align-items: center; }
  footer .add address div p {
    margin-top: 1em; }
}
@media screen and (max-width: 960px) {
  footer .add address h2 {
    margin-left: 0;
    margin-right: auto; }
  footer .add nav {
    flex-direction: column; }
  footer .add nav ol + ol {
    margin-top: 2.4em;
    margin-left: 0; }
  footer address ul {
    flex-direction: column;
    align-items: flex-start; }
  footer address ul li + li {
    margin-top: 32px; }
  footer address ul li p {
    padding-top: 5px; }
}

/* top only
---------------------------------------------------------------------------*/
.top .read {
  text-align: center; }
.top .read img {
  width: 945px;
  height: 50px;
  margin: 100px auto 80px; }

.top .submenu {
  list-style: none; }
.top .submenu li {
  text-align: center; }
.top .submenu li h3 {
  margin-bottom: 30px; }
.top .submenu li h3 img {
  height: 22px; }
.top .submenu li figure + p {
  text-align: justify;
  margin-top: -70px; }
.top .submenu li .btnA {
  margin-top: 30px; }
.top .submenu li .btnA a {
  margin-left: auto;
  margin-right: auto; }
.top .submenu li + li {
  margin-top: 0; }

@media screen and (max-width: 500px) {
  .top .read img {
    width: 365px;
    height: 125px; }
}

/* sub
---------------------------------------------------------------------------*/
.sub .h2ttl {
  direction: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  margin-top: 100px; }
.sub .h2ttl span {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 300;
  color: #fff;
  background: #34509a;
  padding: 0.15em 1em 0.3em;
  margin-bottom: 0.25em; }
.sub .h2ttl i {
  content: '';
  display: inline-block;
  width: 60px;
  height: 5px;
  background: #34509a;
  margin-top: 20px; }

.sub .ttl-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  position: relative;
  z-index: 2;
  margin-top: 40px; }
.sub .ttl-container h3 {
  width: 100%;
  display: block;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #fff;
  background: #34509a;
  /* text-align: center; */
  padding: 0.6em 1em;
  border-radius: 10px; }
.sub .ttl-container h3::before {
  display: none; }
.sub section:not(:first-child) + .ttl-container,
.sub section + .h3ttl-none {
  margin-top: 80px; }
.sub section:first-child + .ttl-container {
  margin-top: 40px; }
.sub .ttl-container + .wrap {
  margin-bottom: 40px; }

.sub-bg img {
  width: 100vw;
  position: absolute; }

ul + .flex-wrap {
  margin-top: 40px; }
.flex-wrap {
  list-style: none;
  display: flex;
  flex-direction: row-reverse; }
.flex-wrap.reverse {
  flex-direction: row; }
.flex-wrap li p {
  text-align: justify; }
.flex-wrap li figure {
  width: 250px;
  margin-left: 20px;
  text-align: right; }
.flex-wrap.reverse li figure {
  margin-left: 0;
  margin-right: 20px;
  text-align: left; }
.flex-wrap li figure figcaption {
  font-size: 1.2rem;
  text-align: center; }
.flex-wrap.imgA li figure {
  width: 450px; }
.flex-wrap li figure + figure,
.flex-wrap li + li {
  margin-top: 0; }

@media screen and (max-width: 1120px) {
  .sub .ttl-container .wrap p {
    font-size: 1.8rem; }
  
  .flex-wrap,
  .flex-wrap.reverse {
    flex-direction: column; }
  .flex-wrap li {
    width: 100%; }
  .flex-wrap li figure {
    width: auto;
    margin-left: 0;
    text-align: center; }
  .flex-wrap li figure:last-child {
    margin-bottom: 30px; }
}
@media screen and (max-width: 500px) {
  .sub .ttl-container:not(:first-child) {
    margin-top: 80px; }
  .sub .ttl-container .wrap p {
    font-weight: 500; }
  .sub .ttl-container .wrap {
    margin-top: 0; }
  .flex-wrap li figure,
  .flex-wrap.imgA li figure {
    width: auto; }
}

/* totop
---------------------------------------------------------------------------*/
#toTop a {
  width: 50px;
  height: 50px;
  background: url("../images/totop.svg") no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 2;
  transition: .2s ease; }
#toTop a:hover {
	background: url("../images/totop_hover.svg") no-repeat;
  transition: .2s ease;
}
/*#toTop a::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../images/arrow.svg") no-repeat; }/*

/* x-container
---------------------------------------------------------------------------*/
.card-container {
  display: flex;
  flex-wrap: wrap; }
.card-container li {
  list-style: none; }
.card-container li + li {
  margin-top: 0; }

/* one-wrap */
.one-wrap {
  display: block; }
.one-wrap li a {
  display: flex;
  color: #fff;
  background: #fff;
  border: solid 1px #eee;
  box-shadow: 0 12px 24px rgb(42,42,42, .2);
  transition: .3s ease; }
.one-wrap li a:hover {
	transform: translateY(-6px);
  box-shadow: 0 6px 12px rgb(42,42,42, .3);
  transition: .3s ease; }
.one-wrap > li + li {
  margin-top: 60px; }

/* two-wrap */
.two-wrap.w50p {
  width: 50%; }
.two-wrap li:nth-child(n + 3) {
  margin-top: 20px; }

/* three-wrap */
.three-wrap li {
  width: calc(((100% - 100px) - .01px) / 3); }
.three-wrap li:not(:nth-child(3n - 2)) {
  margin-left: 50px; }
.three-wrap li:nth-child(n + 4) {
  margin-top: 30px; }

.three-wrap li a figure figcaption {
  padding: 0.6em 1em;
  color: #fff;
  background: #fff;
  transition: .2s ease; }
.three-wrap li a:hover figure figcaption {
  background: rgba(37,86,209, 0.9);
  transition: .2s ease; }

/* four-wrap */
.four-wrap li {
  width: calc((100% - 150px) / 4); }
.four-wrap li:not(:nth-child(4n - 3)) {
  margin-left: 50px; }
.four-wrap li:nth-child(n + 5) {
  margin-top: 20px; }

@media screen and (max-width: 1120px) {
  .three-wrap li {
    width: calc((100% - 30px) / 2); }
  .three-wrap li:not(:nth-child(3n - 2)) {
    margin-left: 0; }
  .three-wrap li:nth-child(even) {
    margin-left: 30px; }
  .top .three-wrap li:nth-child(n + 3) {
    margin-top: 60px; }

  .four-wrap li {
    width: calc((100% - 30px) / 2); }
  .four-wrap li:not(:nth-child(4n - 3)) {
    margin-left: 0; }
  .four-wrap li:nth-child(even) {
    margin-left: 30px; }
  .four-wrap li:nth-child(n + 3) {
    margin-top: 30px; }
}
@media screen and (max-width: 500px) {
  .one-wrap li a {
    flex-direction: column; }
  .one-wrap.schedule li a div {
    padding: 25px 1.5em 17px; }
  main .one-wrap.schedule li a figure {
    width: 100%;
    height: auto; }
  main .one-wrap.schedule li a figure img {
    width: 100%; }
  .one-wrap.schedule li a figure + div {
    width: 100%; }

  .two-wrap li,
  .two-wrap.w50p {
    width: 100%; }
  .two-wrap li:nth-child(n + 3) {
    margin-top: 20px; }

  .three-wrap li {
    width: 100%; }
  .three-wrap li:nth-child(even) {
    margin-left: 0; }
  .top .three-wrap li + li,
  .top .three-wrap li:nth-child(n + 3) {
    margin-top: 60px; }
  
  .four-wrap li {
    width: 100%; }
  .four-wrap li:nth-child(even) {
    margin-left: 0; }
  .four-wrap li + li,
  .four-wrap li:nth-child(n + 3) {
    margin-top: 20px; }
}

/* balloon
---------------------------------------------------------------------------*/
.balloon-wrap {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap; }
.balloon-wrap li {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative; }
.balloon-wrap li figure img {
  max-width: 200px;
  padding-left: 10px;
  padding-right: 10px; }
.balloon-wrap li figure,
.balloon-wrap li figcaption {
  color: #27486D;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center; }

.balloon {
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0;
  padding: 1em 1.2em;
  border-radius: 0.4em;
  color: #fff;
  background: #27486D;
  position: absolute;
  left: 0;
  z-index: 2;
  display: none;
  opacity: 0;
  transition: opacity .4s ease; }
.balloon:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 15px 12.5px;
  border-color: transparent transparent #27486D transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  text-align: center;
  margin: auto; }
.balloon-wrap li figure:hover {
  cursor: pointer; }
.balloon-wrap li figure:hover + p.balloon {
  display: block;
  opacity: 1;
  transition: opacity .4s ease; }

.balloon-wrap2 table td {
  font-size: 1.5rem; }
.balloon-wrap2 table + h3,
.balloon-wrap2 p + h3 {
  margin-top: 60px; }

@media screen and (max-width: 500px) {
  .balloon-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .balloon-wrap li + li {
    margin-top: 40px; }
  .balloon-wrap li {
    width: 80%;
    margin: auto; }
  .balloon-wrap li figure {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .balloon {
    display: block;
    opacity: 1;
    position: relative; }
}

/* main
---------------------------------------------------------------------------*/
main p {
  line-height: 2;
  text-align: justify; }
main li,
main dt,
main dd,
main table,
figcaption {
  line-height: 1.4; }
figcaption span {
  display: block;
  margin-top: 0.4em;
  line-height: 1; }

/*@media screen and (max-width: 1080px) {
  main:not(.sub).top {
    padding-left: 40px;
    padding-right: 40px; }
}
@media screen and (max-width: 1120px) {
  main:not(.sub).top {
    padding-left: 20px;
    padding-right: 20px; }
}
@media screen and (max-width: 767px) {
  main:not(.sub).top {
    padding-left: 10px;
    padding-right: 10px; }
}*/

/* table
---------------------------------------------------------------------------*/
main table {
  width: 100%; }
main table th,
main table td {
  border: solid 1px rgba(130,147,156, .3);
  padding: 0.6em 1em; }

/* tableA（横幅100%） */
main table.tableA th {
  color: #34509a;
  font-weight: 500;
  vertical-align: middle;
  width: 20%;
  background: rgba(130,147,156, .05); }

/* tableB（スマホ時・横スワイプ） */
main table.tableB caption {
  text-align: right;
  font-size: 1.2rem;
  margin-bottom: 0.5em; }
main table.tableB th {
  color: #fff;
  font-weight: 400;
  vertical-align: middle;
  width: 20%;
  white-space: nowrap;
  background: rgba(130,147,156, .05); }
main table.tableB.w-auto,
main table.tableB.w-auto th {
  width: auto; }
main table.tableB.data th,
main table.tableB.data td {
  font-size: 1.2rem;
  text-align: right;
  white-space: nowrap; }
main table.tableB.data td.first {
  text-align: center;
  vertical-align: middle; }

/* tableC（横幅auto） */
/*main table.tableC {
  width: auto; }
main table.tableC th {
  color: #fff;
  text-align: left;
  font-weight: 400;
  background: rgba(130,147,156, .05); }*/

@media screen and (max-width: 1120px) {
  main table.tableA th,
  main table.tableA td {
    width: 100%;
    display: block; }
  main table.tableA th,
  main table.tableA tr:not(:last-child) td {
    border-bottom: none; }
  main table.tableA tr:last-child td {
    border-bottom: solid 1px #754c24; }

  main table.tableB:not(.w-auto)::before {
    content: '※すべて表示されない場合は横にスワイプしてください。';
    font-size: 1.2rem;
    display: inline-block;
    margin-bottom: 0.4em; }
  main table.tableB:not(.w-auto) {
    overflow: auto;
    white-space: nowrap;
    display: block;
    width: auto; }
  main table.tableB:not(.w-auto) tbody {
    width: 100%;
    display: table; }
@media screen and (max-width: 500px) {
  main table.tableB.w-auto::before {
    content: '※すべて表示されない場合は横にスワイプしてください。';
    font-size: 1.2rem;
    display: inline-block;
    margin-bottom: 0.4em; }
  main table.tableB.w-auto {
    overflow: auto;
    white-space: nowrap;
    display: block;
    width: auto; }
  main table.tableB.w-auto tbody {
    width: 100%;
    display: table; }
}

/*  main table.tableC th,
  main table.tableC td {
    width: 100%;
    display: block; }
  main table.tableC th {
    border-bottom: none; }
  main table.tableC td {
    border-top: none; }*/
}

/* news
---------------------------------------------------------------------------*/
main .news table {
  margin-top: 20px;
  border: none; }
main .news table td {
  border-left: none;
  border-right: none; }
main .news table td + td {
  padding-top: 0; }

@media screen and (max-width: 1120px) {
  main .news table td {
    border-bottom: none; }
  main .news table td + td {
    border: none; }
  main .news table tr {
    border-bottom: solid 1px rgba(130,147,156, .3); }
  main .news table.tableA tr:last-child td {
    border: none; }
}

/*.news dl {
  margin: 30px auto 0;
  padding-left: 20px;
  padding-right: 20px;
  display: table;
  width: 100%; }
.news dl dt {
  font-family: 'Sawarabi Gothic', sans-serif; }

main .news dl[class^="style"] dt,
main .news dl[class^="style"] dd {
  padding-bottom: 9px;
  display: block;
  position: relative; }
main .news dl[class^="style"] dt {
  width: 20%;
  float: left;
  clear: both; }
main .news dl[class^="style"] dd {
  width: 80%;
  float: left; }
main .news dl[class^="style"].w8 dd {
  margin-left: 7.9em; }
.news p a {
  margin: auto; }
main .news dl[class^="style"] dt::after,
main .news dl[class^="style"] dd::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #d5d5d5;
  position: absolute;
  left: 0;
  bottom: 0; }*/

main .news.important {
  background: rgba(219,29,0, .08);
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-radius: 0 0 0.2em 0.2em; }
  main .news.important p{text-align: center;
    margin: 1.0em 2.0em 0 2.0em;
  }
  main .news.important p + .btnA a{
    margin: 1.0em auto 0 auto !important;
    text-align: center !important;
    background-color: #d54e39;
  }

main .news.important dl dt,
main .news.important dl dd {
  border-bottom: solid 1px rgba(219,29,0, .2); }
main .news.important + section {
  margin-top: 40px; }

  .news_list {
    list-style: circle;
    padding-left: 3rem;
    margin-top: 20px;
    text-align: left;
  }

  .news_list + div {
    /* width: 100%; */
    aspect-ratio: 16 / 9;
    /* max-width: 560px; */
    max-width: 1200px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .news_list + div iframe {
    /* width: 560px;
    height: 315px;
    margin-left: auto;
    margin-right: auto; */
    width: 100%;
    height: 100%;
  }

  /* .news_list li {
  } */

  .news_list li::before {
    margin-right: 5px;    
  }

  .news_list li + li {
    margin-top: 10px;
  }

/* @media only screen and (max-width: 1180px) {
  .news_list + div {
    aspect-ratio: 16 / 9;
    max-width: 1180px;
  }
} */

@media screen and (max-width: 767px) {
  main .news dl[class^="style"] dt,
  main .news dl[class^="style"].w8 dd {
    float: none;
    margin-left: 0;
    width: 100%;
    border: none; }
  main .news dl[class^="style"] dt {
    padding-bottom: 0.2em;
    margin-bottom: 0; }
  main .news dl[class^="style"].w8 dd {
    line-height: 1.2;
    border-bottom: dashed 1px rgba(255,255,255, .8); }
  main .news dl[class^="style"] dt::after {
    display: none; }
}

/* @media only screen and (max-width: 768px) {
  .news_list + div iframe {
    width: 100%;
    height: 100%;
  }
} */


/* pickup
---------------------------------------------------------------------------*/

.pickup {
  margin-top: 40px;
}

.pickup h2 {
  color: #fff;
  font-size: 2.4rem;
  padding: 0.6em 1em;
  background: #20519b;
  border-radius: 0.2em;
  position: relative;
}

.pickup_box {
  width: 100%;
  margin-top: 40px;
}

/* .pickup_box + .pickup_box {
  
} */

.pickup_box h3 {
  font-size: 2.0rem;
  position: relative;
  padding-left: 16px;
}

.pickup_box h3::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 1.4em;
  background: #20519b;
  position: absolute;
  top: 0;
  left: 17px;
  margin-left: -16px;
}

.pickup_box ul {
  list-style: none;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  align-content:flex-start;
  padding-left: 40px;
  padding-right: 40px;
}

.pickup_box ul li {
  width: calc((100% - 40px) /3);
  border: 1px solid #34509a;
  margin-right: 20px;
  box-shadow: 2px 2px 4px #a1a1a1;
}

.pickup_box ul li:nth-child(3n) {
  margin-right: 0;
}

.pickup_box ul li:nth-child(n + 4) {
  margin-top: 20px;
}
.pickup_box ul li a {
  display: block;
  height: 100%;
}

/* .pickup_box ul li + li {
  margin-left: 10px;
} */

/* .pickup_box ul li:last-child {
  margin-left: 0;
} */

.pickup_box ul li div.pickup_block {
  padding: 10px;
}

.pickup_box ul li div.pickup_block h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  border-bottom: 1px solid #34509a;
  padding-bottom: 2px;
}

.pickup_box ul li div.pickup_block h4 + div {
  margin-top: 10px;
  margin-left: 0;
}

.pickup_box ul li div.pickup_block h4 + div p {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-top: 0;
}

/* .pickup_box ul li div.pickup_block.picture h4 + div {
  display: flex;
  justify-content: space-between;
} */

.pickup_box ul li div.picture h4 + div figure {
 width: 100%;
 height: 200px;
 display: flex;
 align-items:start
}

.pickup_box ul li div.picture h4 + div figure img {
  display: block;
  object-fit: cover;
  height: 100%;
}

.pickup_box ul li div.picture h4 + div figure + p {
  width: 90%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  color: #34509a;
 }

 .pickup_box ul li div.pickup_block p span.time {
  font-weight: bold;
  line-height: 1.8;
 }

.pickup_box .btn_pickup {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 90%;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #34509a;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0.4em 0.8em;
  border: 1px solid #34509a;
  border-radius: 0.1em;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
/* .pickup_box .btn_pickup a {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #34509a;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0.4em 0.8em;
  border-radius: 0.1em;
  position: relative;
  margin-left: auto;
  margin-right: auto;
} */

.pickup_box ul li a:hover .btn_pickup {
  color: #34509a;
  background: rgba(130, 147, 156, .07);
  border: 1px solid #34509a;
}

.pickup_box ul li div.pickup_block.no_picture h4 + div {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1180px) {
  .pickup_box ul li {
    width: calc((100% - 20px) /2);
    border: 1px solid #34509a;
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  /* .pickup_box ul li:nth-child(2n) {
    margin-right: 0;
  } */

  /* .pickup_box ul li:nth-child(3n) {
    margin-right: 20px;
} */

.pickup_box ul li:nth-child(2n - 1) {
  margin-right: 20px;
}

  .pickup_box ul li:nth-child(n + 6) {
    margin-top: 0;
}
  
  /* .pickup_box ul li:nth-child(n + 2) {
    margin-top: 20px;
  } */
  .pickup_box ul li:nth-child(n + 4) {
    margin-top: 0;
  }

  .pickup_box ul li div.pickup_block {
    padding: 10px;
}

  .pickup_box .btn_pickup a {
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 0.6em 1.0em;
}
}


@media only screen and (max-width: 768px) {
  .pickup_box ul {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pickup_box ul li:nth-child(2n - 1) {
    margin-right: auto;
  }
  

  .pickup_box ul li {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    box-shadow: 4px 4px 4px #a1a1a1;
  }

  .pickup_box ul li + li {
    margin-right: auto;
  }

  .pickup_box ul li:nth-child(2n) {
    margin-right: auto;
}

  .pickup_box ul li:nth-child(3n) {
    margin-right: auto;
  }

  .pickup_box ul li:nth-child(n + 4) {
    margin-top: 0;
}

.pickup_box ul li div.pickup_block {
  padding: 20px;
}
}


/* location_illust
---------------------------------------------------------------------------*/
.location_illust {
  margin-top: 80px;
}

.location_illust div {
  display: flex;
  justify-content: center;
}

/* iframe-wrap
---------------------------------------------------------------------------*/
/* .iframe-wrap {
} */

/* aside
---------------------------------------------------------------------------*/
aside figure img{
  width: 100%; }

/* style
---------------------------------------------------------------------------*/
.bg-white {background: #fff;}
.bg-orange {background: #ef8337;}
.bg-pink {background: #fbe4e7;}

.kadomaru {border-radius: 18px;}

.txtC {text-align: center!important;}
.txtR {text-align: right!important;}
.txtL {text-align: left!important;}
small {font-size: 1.02rem!important;line-height: 1.4;}
.com {font-size: 1.32rem!important;line-height: 1.4;}
.fontS {font-size: 1.2rem!important;line-height: 1.2;}
.fontM {font-size: 1.8rem!important;}
.fontL {font-size: 2rem!important;}
.fontLL {font-size: 2.4rem!important;}

.bold,.fontB {font-weight: 700!important;}
.red,.fcR {color: #e13c15!important;}
.underline {text-decoration: underline;}

@media screen and (max-width: 767px) {
  small {font-size: 1rem!important;}
  .fontM {font-size: 4.1vw!important;}
  .fontL {font-size: 5vw!important;}
  .fontLL {font-size: 6.8vw!important;}
}

.txt-top {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
  margin-right: 0.2em; }
.txt-bottom {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  top: 0.2em;
  margin-right: 0.2em; }

.reference {
  max-width: 760px;
  border: solid 2px #34509a;
  padding: 10px 1em;
  background: #FEF5D3;
  margin-left: auto;
  margin-right: 0;
  padding-left: 75px;
  border-radius: 8px;
  position: relative; }
.reference::before {
  content: '参考';
  color: #fff;
  width: 60px;
  height: 100%;
  background: #34509a;
  padding: 0.1em 0.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0; }

/* list
---------------------------------------------------------------------------*/
main ul {
  list-style: disc; }
main ol {
  list-style: decimal; }

main ul[class^="list"] li,
main ol[class^="list"] li {
  line-height: 1.6; }

main ul[class^="list"] li + li,
main ol[class^="list"] li + li {
  margin-top: 0.6em; }
main ol[class^="list"] li > ul,
main ol[class^="list"] li > ol,
main ul[class^="list"] li > ol,
main ul[class^="list"] li > ul,
main ol[class^="list"] li > ul > li,
main ol[class^="list"] li > ol > li,
main ul[class^="list"] li > ol > li,
main ul[class^="list"] li > ul > li {
  margin-top: 0.4em; }

/* ul */
main ul.listA {
  list-style: none; }
main ul.listA > li {
  margin-left: 1.2em;
  position: relative; }
main ul.listA > li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #34509a;
  position: absolute;
  left: -1em;
  top: 50%;
  margin-top: -0.2em; }

main ul.listB {
  list-style: none; }
main ul.listB > li a {
  margin-left: 1.2em;
  position: relative;
  padding-left: 1.4em; }
main ul.listB > li a::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/arrow_b.svg) no-repeat;
  position: absolute;
  top: 0.2em;
  left: 0; }

main ul.listC {
  list-style: none; }

/* ol */
main ol.listA {
  list-style: none; }
main ol.listA > li {
  padding-left: 1.8em;
  position: relative; }
main ol.listA > li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0.2em; }
main ol.listA > li:nth-child(n + 10)::before {
  left: -0.3em; }
main ol.listA > li:nth-child(1)::before {
  content: '1．'; }
main ol.listA > li:nth-child(2)::before {
  content: '2．'; }
main ol.listA > li:nth-child(3)::before {
  content: '3．'; }
main ol.listA > li:nth-child(4)::before {
  content: '4．'; }
main ol.listA > li:nth-child(5)::before {
  content: '5．'; }
main ol.listA > li:nth-child(6)::before {
  content: '6．'; }
main ol.listA > li:nth-child(7)::before {
  content: '7．'; }
main ol.listA > li:nth-child(8)::before {
  content: '8．'; }
main ol.listA > li:nth-child(9)::before {
  content: '9．'; }
main ol.listA > li:nth-child(10)::before {
  content: '10．'; }
main ol.listA > li:nth-child(11)::before {
  content: '11．'; }
main ol.listA > li:nth-child(12)::before {
  content: '12．'; }
main ol.listA > li:nth-child(13)::before {
  content: '13．'; }
main ol.listA > li:nth-child(14)::before {
  content: '14．'; }
main ol.listA > li:nth-child(15)::before {
  content: '15．'; }
main ol.listA > li:nth-child(16)::before {
  content: '16．'; }
main ol.listA > li:nth-child(17)::before {
  content: '17．'; }
main ol.listA > li:nth-child(18)::before {
  content: '18．'; }
main ol.listA > li:nth-child(19)::before {
  content: '19．'; }

main ol.listB {
  list-style: none; }
main ol.listB > li {
  position: relative;
  padding-left: 2.4em; }
main ol.listB > li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 1em; }
main ol.listB > li:nth-child(1)::before {
  content: '①'; }
main ol.listB > li:nth-child(2)::before {
  content: '②'; }
main ol.listB > li:nth-child(3)::before {
  content: '③'; }
main ol.listB > li:nth-child(4)::before {
  content: '④'; }
main ol.listB > li:nth-child(5)::before {
  content: '⑤'; }
main ol.listB > li:nth-child(6)::before {
  content: '⑥'; }
main ol.listB > li:nth-child(7)::before {
  content: '⑦'; }
main ol.listB > li:nth-child(8)::before {
  content: '⑧'; }
main ol.listB > li:nth-child(9)::before {
  content: '⑨'; }
main ol.listB > li:nth-child(10)::before {
  content: '⑩'; }

/* dl */
main dl[class^="style"] dt {
  float: left;
  clear: both; }
main dl[class^="style"] dd + dt,
main dl[class^="style"] dt + dd {
  margin-top: 0.8em; }

main dl[class^="style"].w4 dt {
  width: 4em; }
main dl[class^="style"].w4 dd {
  margin-left: 4em; }
main dl[class^="style"].w6 dt {
  width: 6em; }
main dl[class^="style"].w6 dd {
  margin-left: 6em; }
main dl[class^="style"].w8 dt {
  width: 8em; }
main dl[class^="style"].w8 dd {
  margin-left: 8em; }
main dl[class^="style"].w10 dt {
  width: 10em; }
main dl[class^="style"].w10 dd {
  margin-left: 10em; }
main dl[class^="style"].w12 dt {
  width: 12em; }
main dl[class^="style"].w12 dd {
  margin-left: 12em; }

@media screen and (max-width: 500px) {
  main dl[class^="style"].w4 dt,
  main dl[class^="style"].w6 dt,
  main dl[class^="style"].w8 dt,
  main dl[class^="style"].w10 dt,
  main dl[class^="style"].w12 dt,
  main dl[class^="style"].w4 dd,
  main dl[class^="style"].w6 dd,
  main dl[class^="style"].w8 dd,
  main dl[class^="style"].w10 dd,
  main dl[class^="style"].w12 dd {
    width: 100%;
    float: none;
    margin-left: 0; }
  main dl[class^="style"] dt + dd {
    margin-top: 0.2em; }
  main dl[class^="style"] dd + dt {
    margin-top: 1.6em; }
}

/* btn */
.btnA a {
  text-decoration: none;
  width: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #34509a;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 0.8em 1em;
  border-radius: 0.1em;
  position: relative; }

.btnA.more a {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #34509a;
  font-size: 1.8rem;
  padding: 0.6em 1em;
  border-radius: 10px;
  position: relative; }

.btnA.txtR a {
  margin-left: auto;
  margin-right: 0; }

p.btnA.txtC {
  margin-left: auto !important;
  margin-right: auto !important; }

  p.btnA.txtC a{
  margin-left: auto !important;
  margin-right: auto !important; }

p.btnA.txtC + p.btnA.txtC{
  margin-left: auto !important;
  margin-right: auto !important; }


/* bnr */
.wrap2 + .wrap2 {
  margin-top: 100px; }
.bnr li {
  width: calc((100% - 150px) / 4); }
.bnr li:not(:nth-child(4n - 3)) {
  margin-left: 50px; }
.bnr li:nth-child(n + 5) {
  margin-top: 20px; }
main .bnr li a[target="_blank"]::after {
  display: none; }

@media screen and (max-width: 767px) {
  .bnr li {
    width: calc((100% - 30px) / 2); }
  .bnr li:not(:nth-child(4n - 3)) {
    margin-left: 0; }
  .bnr li:nth-child(even) {
    margin-left: 30px; }
  .bnr li:nth-child(n + 3) {
    margin-top: 20px; }
}
@media screen and (max-width: 500px) {
  .btnA a {
    width: 100%; }
  .wrap2 + .wrap2 {
    margin-top: 60px; }
  .bnr {
    width: 240px;
    margin: auto;
    text-align: center; }
  .bnr >li {
    width: 100%; }
  .bnr li:nth-child(even) {
    margin-left: 0; }
  .bnr li + li,
  .bnr li:nth-child(n + 3) {
    margin-top: 20px; }
}

/* breadcrumbs
---------------------------------------------------------------------------*/
.breadcrumbs {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6em 20px;
  margin-top: 30px; }
.breadcrumbs.two-rows {
  flex-wrap: wrap; }
.breadcrumbs.two-rows li {
  width: 20%; }
.breadcrumbs li {
  margin-left: 1em;
  margin-right: 1em; }
.breadcrumbs li,
.breadcrumbs li a {
  color: #fff;
  font-size: 1.5rem; }
.breadcrumbs li a:hover {
  color: #a0a0a0; }
.breadcrumbs li::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 0.3em;
  background: url(../images/totop.svg) no-repeat; }
.breadcrumbs a {
  text-decoration: none; }

@media screen and (max-width: 1120px) {
  .breadcrumbs {
    flex-direction: column;
    align-items: flex-start; }
  .breadcrumbs.two-rows {
    flex-direction: row; }
  .breadcrumbs.two-rows li {
    width: calc(100% / 3); }
  .breadcrumbs li {
    margin-left: 0;
    margin-right: 0; }
  .breadcrumbs li + li {
    margin-top: 0.4em; }
}
@media screen and (max-width: 767px) {
  .breadcrumbs.two-rows {
    flex-direction: column; }
  .breadcrumbs.two-rows li {
    width: 100%; }
}

/* spacing
---------------------------------------------------------------------------*/
main h6 + div, main h6 + p, main h6 + ul, main h6 + ol, main h6 + dl, main h6 + table,
main h4 + div, main h4 + p, main h4 + ul, main h4 + ol, main h4 + dl, main h4 + table,
main h5 + div, main h5 + p, main h5 + ul, main h5 + ol, main h5 + dl, main h5 + table {
  margin-top: 0.8em;  margin-left: 1.2em; }


  main ul + ol,
  main ol + ul,
  main ul + ul,
  main ol + ol,
  main p + ol,
  main ol + p,
  main p + p,
  main p + ul,
  main ul + p
  {
  margin-left: 1.2em;

  }

main h4 + h5,

main table + h3, main table + h4, main table + h5,
main a + h3, main a + h4, main a + h5,

main h3 + div, main h3 + p, main h3 + ul, main h3 + ol, main h3 + dl, main h3 + table,
main div + div, main div + p, main div + ul, main div + ol, main div + dl, main div + table,
main p + div, main p + p, main p + ul, main p + ol, main p + dl, main p + table,
main ul + div, main ul + p, main ul + ul, main ul + ol, main ul + dl, main ul + table,
main ol + div, main ol + p, main ol + ul, main ol + ol, main ol + dl, main ol + table,
main dl + div, main dl + p, main dl + ul, main dl + ol, main dl + dl, main dl + table, main dl + figure,
main table + div, main table + p, main table + ul, main table + ol, main table + dl, main table + table,
main figure + div, main figure + p, main figure + ul, main figure + ol, main figure + dl {
  margin-top: 1.6em; }

main div + h3, main div + h4, main div + h5,
main p + h3, main p + h4, main p + h5,
main ul + h3, main ul + h4, main ul + h5,
main ol + h3, main ol + h4, main ol + h5,
main dl + h3, main dl + h4, main dl + h5,
main table + h3, table dl + h4, table dl + h5,
main figure + h3, figure dl + h4, figure dl + h5,
main table + p.btnA {
  margin-top: 3.2em; }

main h3 + h3, main h3 + h4, main h3 + h5 {
  margin-top: 16px; }

main h4 + figure, main h5 + figure, main h3 + figure, main div + figure, main p + figure, main ul + figure, main ol + figure, main table + figure, main figure + figure {
  margin-top: 24px; }

main h4 + h3,
main figure + table {
  margin-top: 32px; }

main.top .wrap + .wrap2 {
  margin-top: 80px; }

/* form
---------------------------------------------------------------------------*/

/* Media Queries
---------------------------------------------------------------------------*/
.spOnly {
  display: none; }

@media screen and (max-width: 767px) {
  .ptOnly {
    display: none; }
  .spOnly {
    display: block; }
}


figure.greeting{
  float: right;
  display: inline-block;
  width: 220px;
  margin: 0 0 20px 20px;
  text-align: center;
}

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

  figure.greeting{
    float: none;
    display: inline-block;
    width: 100%;

    margin: 20px auto;
    text-align: center;
  }

}






.programBLOCK + .titleDAY{margin-top: 60px;}

.programBLOCK {

}
.programBLOCK .item {

}
/* @media only screen and (max-width: 768px) {

  .programBLOCK {
    flex-direction: row;
  }
  .programBLOCK .item {
  width:100% ;
  }
  .programBLOCK .item + .item {
    margin-top: 4.0em;
    }

} */
.programBLOCK .time{
  display: inline-block;
  background-color: #34509a;
  color: #ffffff;
  padding: 0.75em;
  font-size: 0.75em;
}
.programBLOCK .type{
  color: #34509a;
  font-size: 1.4em;
  font-weight: bold;
}
.programBLOCK .type span{
  background-color: #e9b950;
  color: #ffffff;
  padding: 0.25em;
  font-size: 0.75em;
  margin-right: 0.5em;
  font-weight: normal;
}

.programBLOCK .time + .type{
  margin-top: 0.5em;
}
.programBLOCK .type + p{
  margin-top: 0.5em;
}
.programBLOCK p,
.programBLOCK .title2{
  /*margin-top: 0.5em;
  margin-left: 1.5em;*/
}
.programBLOCK .title{
  margin-top: 0.5em;
  /*margin-left: 0.5em;*/
}


.programBLOCK .title{
  color: #34509a;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1.0em;
}
.programBLOCK .title2{
  font-weight: bold;
}
.programBLOCK .title2 + p{
  line-height: 1.25;
  margin-bottom: 1.0em;
}
.programBLOCK .title + .title2{
  margin-top: 2.0em;
}

img.picL{
  width: 20%;
  float: left;
  margin: 0 10px 10px 0;
}
@media only screen and (max-width: 768px) {

img.picL{
  display: block;
  width: 50%;
  float: none;
  margin: 0 auto 10px auto;
}

}


/* プログラム
---------------------------------------------------------------------------*/

h5.lecture_name {
  margin-left: 16px;
  position: relative;
  padding: 0.1em 0;
  line-height: 1.8;
}
h5.lecture_name:after {
  content: "";
  display: block;
  height: 2px;
  /* background: -webkit-linear-gradient(to right, #20519b 0% 30%, transparent 30% 100%);
  background: linear-gradient(to right, #20519b 0% 30%, transparent 30% 100%); */
  background: -webkit-linear-gradient(to right, #20519b, transparent);
  background: linear-gradient(to right, #20519b, transparent);
}

div.lecture {
  display: flex;
  justify-content: space-between;
}

main h4 + div.lecture {
  margin-top: 1.6em;
  margin-left: 0;
}

div.lecture table {
  width: 74%;
}

div.lecture table td {
  vertical-align: middle;
}

div.lecture table + div {
  margin-top: 0;
  width: 26%;
  border: solid 1px rgba(130, 147, 156, .3);
  padding: 2em;
}

/* div.lecture table + div figure {
  
} */

/* main div.lecture table + figure {
  margin-top: 0;
} */

div.lecture figure img {
  width: 100%;
}


@media only screen and (max-width: 1120px) {
  div.lecture {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }

  div.lecture table {
    width: 100%;
  }
  
  div.lecture table + div {
    margin-top: 0;
    width: 100%;
  }

  div.lecture figure {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  
}

@media only screen and (max-width: 768px) {
  div.lecture figure {
    max-width: 200px;
  }
}

/* プログラム(修正後)
---------------------------------------------------------------------------*/

.lecture_box {
  border: solid 4px rgba(130, 147, 156, .3);
  border-radius: 0.1em;
  padding: 1em;
  position: relative;
  display: flex;
  margin-left: 0;
  margin-top: 10px;
}

.lecture_info_wrapper {
  width: 70%;
  /* display: flex;
  flex-direction: column;
  justify-content: space-around; */
}

.lecture_info_wrapper div:first-child {
  border-top: solid 1px rgba(130, 147, 156, .3);
}

.lecture_info {
  border-bottom: solid 1px rgba(130, 147, 156, .3);
  padding: 0.6em 1em;
  display: flex;
  margin-top: 10px;
}

.lecture_info p:first-child {
  /* color: #fff;
  background: #34509a; */
  font-size: 1.6rem;
  line-height: 1.6;
  width: 30%;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lecture_info p:first-child span {
    width: 90%;
    text-align: center;
    /* vertical-align: middle; */
    color: #34509a;
    background:rgba(130, 147, 156, .05);
    border: solid 1px rgba(130, 147, 156, .3);
    /* background: #34509a; */
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0.4em 0.4em;
    border: 1px solid ;
    border-radius: 0.1em;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.2em;;
}

.lecture_info p:last-child {
  width: 70%;
  vertical-align: middle;
  margin: 0;
}

.lecture_box figure {
  width: 30%;
  margin-top: 0;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.lecture_box figure img {
  object-fit: cover;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}


@media only screen and (max-width: 768px) {
  .lecture_box {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 10px;
  }

  .lecture_info_wrapper {
    width: 100%;
  }

  .lecture_info {
    padding: 0.6em 0em;
    /* margin-top: 10px; */
  }

  .lecture_info p:last-child {
    padding-left: 10px;
  }

  .lecture_box figure {
    width: 100%;
    margin-top: 0;
    display: flex;
    justify-content: center;
    padding: 20px;
}
}


/* 会長メッセージ
---------------------------------------------------------------------------*/

.chairman_message {
  margin-top: 80px;
}

.chairman_message h2 {
  color: #fff;
  font-size: 2.4rem;
  padding: 0.6em 1em;
  background: #f99482;
  border-radius: 0.2em;
  position: relative;
}

.chairman_message div {
  margin-top: 40px;
  border: 1px solid #34509a;
  box-shadow: 2px 2px 4px #a1a1a1;
  padding: 20px;
  margin-left: 40px;
  margin-right: 40px;
}

.chairman_message div {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .chairman_message {
    margin-top: 40px;
  }

  .chairman_message div {
    margin-left: 0px;
    margin-right: 0px;
  }
}



ul.schedule{
  width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  list-style: none;
}


ul.schedule li {
	width:49% ;
}

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

ul.schedule li {
	width:100% ;
}

}