<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

body {
  font-family: '繝｡繧､繝ｪ繧ｪ', '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3', 'Hiragino Kaku Gothic Pro', "貂ｸ繧ｴ繧ｷ繝�け Medium", "Yu Gothic Medium", "貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic, Meiryo, Osaka, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  word-break: break-all;
  overflow-x: hidden;
}

#wrapper {
  position: relative;
  width: 100%;
}

#wrapper.fixed {
  position: fixed;
  height: 100%;
}

a {
  color: #9c8245;
  text-decoration: none;
}

a:hover {
  color: #ef8607;
  text-decoration: underline;
}

a:visited {
  color: #9c8245;
  text-decoration: none;
}

a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

img, video, object {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  /*display: block;*/
}


/*----inner�域ｨ呎ｺ厄ｼ�----*/

.inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  overflow: hidden;
}


/*----inner�医ユ繧ｭ繧ｹ繝亥ｷｦ蟇�○��----*/

.innerLeft {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  overflow: hidden;
}


/*----inner�亥ｷｦ蜿ｳ100��ｼ�----*/

.inner100 {
  width: 100%;
  margin: 0 auto;
}


/*---------------------------------------------------
縲header
----------------------------------------------------*/


/*menu.css*/


/*---------------------------------------------------
縲繝｡繧､繝ｳ繧､繝｡繝ｼ繧ｸ
----------------------------------------------------*/

#mainimage {
  margin-top: 65px;
}


/*---------------------------------------------------
縲繧ｿ繧､繝医Ν�亥�騾夲ｼ�
----------------------------------------------------*/

.title_en {
   /*font-family: 'Cormorant Garamond', serif;*/
  font-size: 2.8em;
  line-height: 1.1em;
  color: #5eb5e5;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  .title_en {
    font-size: 2.0em;
  }
}

.title_jp {
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: normal;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .title_jp {
    font-size: 1.2em;
  }
}


/*---application逕ｨ----*/

.title_en02 {
  /*font-family: 'Cormorant Garamond', serif;*/
  font-size: 2.8em;
  line-height: 1.0em;
  color: #ffffff;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  .title_en02 {
    font-size: 2.2em;
    letter-spacing: 0.1em;
  }
}

.title_jp02 {
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: normal;
  color: #ffffff;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .title_jp02 {
    font-size: 1.2em;
  }
}


/*---------------------------------------------------
繧､繝ｳ繝医Ο
----------------------------------------------------*/

#intro {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  #intro {
 padding: 40px 0;
  }
}

.intro_title {
  color: #ef8607;
  font-size: 2.2em;
  /*font-weight:bold;*/
  line-height: 1.2em;
  /*font-family: 'Noto Serif JP', serif;*/
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .intro_title {
    font-size: 1.8em;
  }
}

.intro_lead {}

@media screen and (max-width: 768px) {
  .intro_lead {
    text-align: left;
  }
}
.intro_note{
border:2px solid #f99106;
padding:5px 5px 5px 14px;
margin-top:5px;
display: inline-block;
color: #ef8607;
font-weight:bold; 
  }
  
  @media screen and (max-width: 768px) {
  .intro_note{
font-size:14px;
  }
}

/*---------------------------------------------------
繝励Ο繧ｰ繝ｩ繝�
----------------------------------------------------*/

#program {
  padding: 50px 0;
  border-top:10px solid #4caa39;
  border-bottom:10px solid #4caa39;
  background-color: #f4efe9;
}

@media screen and (max-width: 768px) {
  #program {
  padding: 40px 0;
  }
}

.prog_box {
  display: flex;
  width: 980px;
  margin: 30px auto;
}

@media screen and (max-width: 768px) {
  .prog_box {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

.prog_box .prog_number {
  width: 150px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .prog_box .prog_number {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .prog_box .prog_number img {
    width: 100px;
  }
}

.prog_box .prog_detail {
  text-align: left;
  width: 830px;
}

@media screen and (max-width: 768px) {
  .prog_box .prog_detail {
    width: 100%;
    text-align: center;
  }
}
.prog_lead {
  font-weight:bold;
  font-size: 1.2em;
  

}


.prog_theme {
  color: #ef8607;
  font-weight:bold;
  font-size: 24px;
  line-height: 2.2em;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .prog_theme {
  font-size: 22px;
    text-align: center;
    margin-top: 10px;
  }
}

.prog_photo img {
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  float: right;
}

@media screen and (max-width: 768px) {
  .prog_photo img {
    float: none;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 175px;
  }
}

.prog_photo_sp img {
  float: right;
  margin-top:-120px;
}

@media screen and (max-width: 768px) {
  .prog_photo_sp img {
    float: none;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;

  }
}

.prog_name {
  font-size: 20px;
  line-height:1.4em;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .prog_name {
    margin-bottom: 5px;
  }
}

.prog_status {
font-size: 16px;
}

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

    margin-bottom: 5px;
  }
}

.prog_weblink {}

@media screen and (max-width: 768px) {
  .prog_weblink {
    line-height: 1.4em;
  }
}

.prog_profile {
  font-size: 13px;
  line-height: 1.3em;
  margin: 5px 0;
  padding: 10px;
  width: 600px;
  border: 3px solid #5eb5e5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .prog_profile {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
}

.contentsWrap {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  width: 600px;

}

@media screen and (max-width: 768px) {
  .contentsWrap {
    width: 100%;
  }
}

.cont_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4caa39;
  border-radius: 50%;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
}

.cont_text {
  font-size: 15px;
  line-height: 1.4em;
  margin-top: 10px;
}

.cont_poster {
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .cont_text {
    text-align: left;
  }
}

.pointWrap {
  display: flex;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 600px;
}

@media screen and (max-width: 768px) {
  .pointWrap {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

.point_title {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .point_title {
    margin-bottom: 5px;
  }
}

.point_title img {
  width: 123px;
}

.point_list {
  display: flex;
}

@media screen and (max-width: 768px) {
  .point_list {
    margin-top: 7px;
  }
}

.point_list li {
  border: 3px dotted #4caa39;
  ;
  border-radius: 15px;
  padding: 10px;
  margin-left: 10px;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 1.4em;
  font-size: 14px;
  width: 230px;
  display: flex;
  background-color: #FFF;
}

@media screen and (max-width: 768px) {
  .point_list li {
    width: 50%;
    font-size: 12px;
  }
}


/*---------------------------------------------------
髢句ぎ譌･譎ゅ�蝣ｴ謇
----------------------------------------------------*/

#schedule {
  padding: 50px 0;
  border-top:10px solid #4caa39;
  border-bottom:10px solid #4caa39;
}

@media screen and (max-width: 768px) {
  #schedule {
   padding: 40px 0;
  }
}

dl.sche_place {
  margin: 15px 0;
  font-size: 1.1em;
}

dl.sche_place dt {
  color: #ef8607;
  margin-top: 10px;
  font-size: 1.2em;
}


/*---------------------------------------------------
蜍滄寔隕���
----------------------------------------------------*/

#application {
  padding: 70px 0 90px;
 background-color:#f99106;
 border-bottom:10px solid #4caa39;
}


@media screen and (max-width: 768px) {
  #application {
  padding: 40px 0;  
  }
}

.app_Wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.table01 {
  width: 980px;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 768px) {
  .table01 {
    width: 100%;
  }
}

.table01 th, .table01 td {
  padding: 15px;
  background: #efe7de;
  border: solid 1px #bbb;
  vertical-align: middle;
  line-height: 1.4em;
}

@media screen and (max-width: 768px) {
  .table01 th, .table01 td {
    padding: 10px;
    display: block;
    width: 100%;
    border-bottom: none;
  }
}

.table01 td {
  border: solid 1px #bbb;
  text-align: left;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .table01 td {
    border-bottom: none;
    text-align: center;
  }
}


/*--------逕ｳ縺苓ｾｼ縺ｿ繝懊ち繝ｳ--------------*/

.btn_apply {
  display: inline-block;
  background-color: #5eb5e5;
  border: 3px solid #5eb5e5;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.4em;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s ease;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .btn_apply {
    width: 100%;
    font-size: 1.0em;
    padding: 10px 0;
  }
}

.btn_apply:hover {
  background-color: #fff;
  border: 3px solid #5eb5e5;
  color: #5eb5e5;
}


/*---------------------------------------------------
驕主悉縺ｮ讒伜ｭ�
----------------------------------------------------*/

#gallery {
  padding: 50px 0;
  background-image: url(../img/border_kazari.gif);
  background-repeat: repeat-x, repeat;
  background-position: bottom;
  background-color: #f4efe9;
}

@media screen and (max-width: 768px) {
  #gallery {
   padding: 40px 0;
  }
}

#gallery ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0;
}

#gallery ul li {
  width: calc(33.333333% - 20px);
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #gallery ul li {
    width: 100%;
  }
}

#gallery ul li img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #gallery ul li img {
    width: 70%;
    margin: 0 auto;
  }
}

.text_bchat {
  font-size: 1.2em;
  line-height: 1.4em;
  color: #ef8607;
  margin-bottom: 10px;
}


/*---------------------------------------------------
  Footer
----------------------------------------------------*/

#footer {
  padding: 30px 0 20px;
  text-align: center;
  color: #fff;
  background-color:#f99106;
   border-top:10px solid #4caa39;
}

@media screen and (max-width: 768px) {
  #footer {}
}

.copyright {
  font-size: 0.8em;
}


/*---------------------------------------------------
 PARTS縺昴�莉�
----------------------------------------------------*/

.note {
  font-size: 0.8em;
}


/*-------PC縺ｮ縺ｿ陦ｨ遉ｺ ------*/

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  /*-------繧ｹ繝槭�縺ｮ縺ｿ陦ｨ遉ｺ ------*/
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}


/*---繝医ャ繝励∈繝懊ち繝ｳ----*/

#page_top {
  position: fixed;
  bottom: 30px;
  right: 15px;
}

#page_top a {
  background-color: #57afe1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 15px 15px;
  border-radius: 3px;
}

#page_top a:hover {
  background-color: #4baa37;
  text-decoration: none;
}


/*-------color ------*/

.red {
  color: #e61a15;
}

.white {
  color: #fff;
}

.pink {
  color: #f99106;
}


/*-------font ------*/

.bold {
  font-weight: bold;
}


</pre></body></html>