@charset "UTF-8";
/* CSS Document */
/* CSS スタイルをここに記述 */
body {
  margin: 0;
  padding: 0;
  background-size: auto auto;
background-color: rgb(57, 188, 220);
background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgb(121, 202, 222) 4px, rgb(121, 202, 222) 6px );
  margin-right: 0;
  color: #353535;
  line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}
.full-width-section {
  background-color: #262626;
  width: 100%;
  padding: 0px 0;
  margin-bottom: 30px;
  color: #fff;
}
.agenda {
  display: table;
  width: 90%;
  border-collapse: collapse;
  margin: 0 auto;
}
.agenda-row {
  display: flex;
}
.agenda-header {
  display: table-header-group;
}
.agenda-cell {
  display: table-cell;
  padding: 10px;
  border-bottom: 1px solid gray;
  color: #fff;
}
.agenda-cell.date {
  font-family: 'ANTON', sans-serif;
  text-align: left;
  font-size: 40px;
  width: 70%;
}
.agenda-cell.right-align {
  text-align: right;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.3rem;
  width: 30%;
}

.agenda-cell.text{
	letter-spacing: 1rem;
} 


.section {
  background-color: #ffffff;
  border-radius: 30px;
  margin-bottom: 50px;
  padding: 20px 50px;
  text-align: center;
}
section p {
  text-align: left;
}
.global-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: none;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #fff;
}
.global-nav .logo {
  font-size: 24px;
  font-weight: bold;
}
.global-nav .download-button {
  background-color: #39bcdc;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0px 5px #28849a;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.download-button img {
  margin-right: 5px;
  padding-right: 5px;
}
.global-nav .menu-items {
  display: flex;
  align-items: center;
}
.global-nav .menu-items a {
  margin-right: 20px;
  color: #fff;
  text-decoration: none;
}
.global-nav .menu-items a:hover {
  text-decoration: underline;
}
.main-visual {
  height: 650px;
	height: 100%;
  background-image: url("images/mainvisial.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
	text-align: center;
}
.main-visual img{
	margin: 0 auto;
	width: 80%;
	margin-top: 100px;	
}


#movie .item-movie {
    position: relative;
    width: 100%;
    padding-top: 55%;
}
#movie .item-movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


h2 {
  font-size: 36px;
  font-family: 'MS Mincho', serif;
  text-align: center;
  margin-bottom: 10px;
	margin-top: 20px;
}
h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #262626;
  margin-bottom: 30px;
}
h3 {
  color: #fff;
  background-color: #39bcdc;
  padding: 10px 20px;
  font-size: 24px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
h4 {
  color: #353535;
  background-color: #fcd73b;
  padding: 10px 20px;
  font-size: 24px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 10px;
}
h4.harima {
  background-color: #55dcae;
}
.bluebox {
  text-align: center;
  background-color: #39bcdc;
  color: white;
  border-radius: 100px;
  font-size: 20px;
  font-weight: normal;
  padding: 5px 30px;
  display: inline-block;
  margin: 30px auto;
}
table#bumon {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
}
table#bumon tr:nth-child(odd) {
  background-color: #f2f2f2;
}
table#bumon td {
  padding: 10px;
  font-weight: bold;
}
table#bumon td:last-child {
  font-weight: normal;
}
.section .download-button2 {
  position: relative;
  background-color: #39bcdc;
  color: white;
  border-radius: 60px;
  box-shadow: 0px 5px #28849a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 10px;
  transition: all 0.2s ease;
}
.section .download-button3 {
  background-color: #359fdc;
  color: white;
   border-radius: 60px;
  box-shadow: 0px 5px #28849a;
  display: flex;
  align-items: center;
  justify-content: center; /* 中央揃え */
  padding: 10px 30px;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 10px;
  transition: all 0.2s ease;
}
.section .download-button4 {
  background-color: #fcd73b;
  color: #353535;
   border-radius: 60px;
  box-shadow: 0px 5px #b19729;
  display: flex;
  align-items: center;
  justify-content: center; /* 中央揃え */
  padding: 10px 30px;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: all 0.2s ease;
}
.section .download-button5 {
  background-color: #3a3a3a;
  color: #fff;
   border-radius: 60px;
  box-shadow: 0px 5px #07161a;
  display: flex;
  align-items: center;
  justify-content: center; /* 中央揃え */
  padding: 10px 30px;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: all 0.2s ease;
}
.section .download-button6 {
  background-color: #55dcae;
  color: #353535;
   border-radius: 60px;
  box-shadow: 0px 5px #4cc49b;
  display: flex;
  align-items: center;
  justify-content: center; /* 中央揃え */
  padding: 10px 30px;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: all 0.2s ease;
}
.section .download-button7 {
  background-color: #fb700a;
  color: #fff;
   border-radius: 60px;
  box-shadow: 0px 5px #cd5b08;
  display: flex;
  align-items: center;
  justify-content: center; /* 中央揃え */
  padding: 10px 30px;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: all 0.2s ease;
}
.download-button2 .download-button3 .download-button4 .download-button5 img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  margin-bottom: 2px; /* マージン調整 */
}
.section .download-button2.press:hover {
  transform: translateY(4px);
  box-shadow: none;
}
.section .download-button3.press:hover {
  transform: translateY(4px);
  box-shadow: none;
}
.section .download-button4.press:hover {
  transform: translateY(4px);
  box-shadow: none;
}
.section .download-button5.press:hover {
  transform: translateY(4px);
  box-shadow: none;
}
.section .download-button6.press:hover {
  transform: translateY(4px);
  box-shadow: none;
}
.section .download-button7.press:hover {
  transform: translateY(4px);
  box-shadow: none;
}
.button-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
}
.section .application-button2 {
  background-color: #39bcdc;
  color: white;
  border-radius: 30px;
  box-shadow: 0px 5px #28849a;
  display: flex;
  align-items: center;
  justify-content: center; /* 中央揃え */
  padding: 10px 30px;
  width: 30%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-right: 30px;
  transition: all 0.2s ease;
}
.section .application-button3 {
  background-color: #359fdc;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0px 5px #28849a;
  display: flex;
  align-items: center;
  justify-content: center; /* 中央揃え */
  width: 30%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 10px;
  transition: all 0.2s ease;
}
.application-button2 .application-button3 img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border-radius: 50%;
  margin-bottom: 2px; /* マージン調整 */
}
.section .application-button2.press:hover {
  transform: translateY(4px);
  box-shadow: none;
}
.section .application-button3.press:hover {
  transform: translateY(4px);
  box-shadow: none;
}
.section img {
  padding: 0px 10px;
}
section .img img {
  width: 65%;
}
section video {
  width: 100%;
}
.footer {
  background-color: #262626;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.foot_btn { display: none; }
.schedule {
  width: 80%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  margin: 0 auto;
}
.schedule th, .schedule td {
  padding: 10px;
  border: 1px solid #fff;
}
.schedule th {
  background-color: #fff;
  color: #000;
}
.schedule tr:nth-child(even) {
  background-color: #f2f2f2;
}
.person-container {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.person-image {
  width: 100px;
  height: auto;
  margin-right: 20px;
}
.person-text {
  flex-grow: 1;
}
.person-text h3 {
  margin-top: 0;
}
#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  color: none;
  border-radius: 4px;
  cursor: pointer;
  background-image: url("images/up.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
  background-color: transparent;
  border: none;
}

.attention{
	font-size: 14px;
	line-height: 1.4rem;
}

.shusai{
	font-size: 14px;
	line-height: 1.4rem;
	text-align: center;
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

hr {
	border: none;
	border-top: solid 1px #353535;
	border-bottom: none;
	margin: 30px auto;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
transition: all 1s ease;
}

@media (max-width: 750px) {
  /* 750px以下の画面サイズに適用されるスタイル */
  .container {
    padding: 10px;
  }
  .main-visual {
    height: 80%;
	  
  }
	.main-visual img{
	margin: 0 auto;
	width: 100%;
	margin-top: 20px;	
}

#movie .item-movie {
    position: relative;
    width: 100%;
    padding-top: 90%;
}

  .agenda {
    width: 100%;
  }
  .agenda-cell {
    display: table-cell;
    padding: 10px;
    border-bottom: 1px solid gray;
    color: #fff;
  }
  .agenda-cell.date {
    font-family: 'ANTON', sans-serif;
    text-align: left;
    font-size: 28px;
	 line-height: 1;
  }
  .agenda-cell.right-align {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0rem;
    width: 30%;
  }
  .section {
    background-color: #ffffff;
    border-radius: 30px;
    margin-bottom: 30px;
    padding: 10px 20px;
    text-align: center;
  }
  h2 {
    font-size: 24px;
    margin-bottom: 0px;
	  line-height: 1.3em;
  }
  h2::after {
    margin-bottom: 30px;
  }
  h3 {
    width: 90%;
	  font-size: 24px;
  }
  h4 {
    width: 90%;
  }
  
  .bluebox {
    text-align: center;
    background-color: #39bcdc;
    color: white;
    border-radius: 100px;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 30px;
    display: inline-block;
    margin: 10px auto;
  }
  .button-container {
    display: contents;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40px;
  }
  .section .application-button2 {
    background-color: #39bcdc;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0px 5px #28849a;
    display: flex;
    align-items: center;
    justify-content: center; /* 中央揃え */
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .section .application-button3 {
    background-color: #359fdc;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0px 5px #28849a;
    display: flex;
    align-items: center;
    justify-content: center; /* 中央揃え */
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .application-button2 .application-button3 img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    border-radius: 50%;
    margin-bottom: 2px; /* マージン調整 */
  }
  .section img {
    padding: 0px 10px;
  }
  section .img img {
    width: 90%;
  }
  .footer {
    background-color: #262626;
    padding: 10px;
    color: #fff;
    text-align: center;
    margin-bottom: 45px;
  }
  .foot_btn {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
  }
  .foot_btn a {
    background-color: #fcd73b;
    color: #353535;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 14px;
  }
  .foot_btn a:hover {
    opacity: 1;
  }
  .foot_btn a img {
    padding: 0px 10px;
  }
  .schedule {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin: 0 auto;
    text-align: left;
  }
  .schedule th, .schedule td {
    padding: 10px;
    border: 1px solid #fff;
  }
  .schedule th {
    background-color: #fff;
    color: #000;
  }
  .schedule tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  table#bumon {
    width: 100%;
  }
  .person-container {
    display: block;
    align-items: center;
    margin-bottom: 30px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .person-image {
    width: 100px;
    height: auto;
    margin-right: 20px;
  }
  .person-text {
    flex-grow: 1;
  }
  .person-text h3 {
    margin-top: 0;
  }
  #scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 60px;
    height: 60px;
    color: none;
    border-radius: 4px;
    cursor: pointer;
    background-image: url("images/up.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-indent: -9999px;
    background-color: transparent;
    border: none;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}