@charset "UTF-8";
/* utility */
.clearfix:after {
  content: "";
  clear: both;
  display: block; }

@media screen and (max-width: 639px) {
  .remove-touch {
    display: none; } }

@media screen and (min-width: 640px) {
  .remove-pc {
    display: none; } }

@media screen and (max-width: 639px) {
  html {
    font-size: 70%; } }

body {
  margin: 40px 0 0 0;
  background: #F5F8FA;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color: #304030; }

.fixed-nav {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 40px;
  z-index: 10000;
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  text-align: right; }
  .fixed-nav .fixed-nav-inner {
    max-width: 960px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px; }
    @media screen and (max-width: 639px) {
      .fixed-nav .fixed-nav-inner {
        padding: 0 10px; } }
  .fixed-nav a {
    display: inline-block;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    text-decoration: none;
    line-height: 40px;
    color: #555; }
    @media screen and (max-width: 639px) {
      .fixed-nav a {
        padding: 0 5px;
        font-size: 120%; } }
    .fixed-nav a:hover, .fixed-nav a.active {
      border-bottom: solid 2px #e73262;
      color: #e73262;
      font-weight: bolder; }

.container {
  width: 100%;
  margin: 0 auto;
  background: #fff; }
  .container a.anchor {
    display: block;
    visibility: none;
    position: relative;
    top: -40px; }

.full-article {
  margin: 0 auto;
  padding: 30px 5%; }
  @media screen and (max-width: 639px) {
    .full-article {
      padding: 15px 5%; } }
  .full-article h2 {
    max-width: 700px;
    margin: 20px auto 30px;
    font-size: 200%; }
    @media screen and (max-width: 639px) {
      .full-article h2 {
        margin: 15px auto 20px; } }
  .full-article p {
    max-width: 700px;
    margin: 5px auto;
    font-size: 120%;
    line-height: 180%; }
    @media screen and (max-width: 639px) {
      .full-article p {
        line-height: 170%; } }
    .full-article p.center {
      text-align: center; }
  .full-article a {
    text-decoration: underline; }
    .full-article a:visited {
      color: #304030; }
  .full-article .article-headline {
    box-sizing: border-box;
    max-width: 700px;
    margin: 20px auto;
    padding: 30px 20px 10px;
    border-top: solid 1px #003300;
    color: #114411; }
    @media screen and (max-width: 639px) {
      .full-article .article-headline {
        margin: 20px auto 10px;
        padding: 15px 15px; } }
    .full-article .article-headline h3 {
      font-size: 140%;
      margin: 0; }
  .full-article.article-dark {
    color: #fff; }
    .full-article.article-dark .article-headline {
      color: #fff0f0;
      border-color: #fff0f0; }
    .full-article.article-dark a {
      text-decoration: underline;
      color: #fff0f0; }

#title-hero {
  box-sizing: border-box;
  height: 450px;
  background-image: url(../img/title_background.png);
  background-size: cover;
  background-position: center;
  padding-top: 80px; }
  @media screen and (max-width: 640px) {
    #title-hero {
      height: 300px; } }
  @media screen and (max-width: 640px) {
    #title-hero {
      padding-top: 50px; } }
  #title-hero #title-logo {
    margin: 0 auto;
    max-width: 600px;
    text-align: center; }
    #title-hero #title-logo img {
      width: 95%; }
  #title-hero #title-info {
    margin: 45px auto;
    padding: 0 10px;
    max-width: 650px;
    text-align: left; }
    @media screen and (max-width: 640px) {
      #title-hero #title-info {
        margin: 30px auto; } }
    #title-hero #title-info p {
      color: #fff;
      font-weight: bold;
      font-size: 130%;
      margin: 5px 0; }
    #title-hero #title-info h4 {
      color: #fff;
      font-size: 150%;
      margin: 8px 0; }

#article-intro {
  background-color: #f0f0f0; }
  #article-intro #socialicons {
    margin-top: 20px; }
    #article-intro #socialicons img {
      height: 35px;
      margin: 0 10px; }

#article-access #access-googlemap {
  text-align: center; }

#article-inquiry {
  height: 600px;
  background-image: url(../img/pamphlet.png);
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 640px) {
    #article-inquiry {
      height: 650px; } }
  #article-inquiry #inquiry-form-pc {
    text-align: center; }
    @media screen and (max-width: 639px) {
      #article-inquiry #inquiry-form-pc {
        display: none; } }
    #article-inquiry #inquiry-form-pc iframe {
      width: 600px;
      height: 375px; }
  #article-inquiry #inquiry-form-touch {
    text-align: center; }
    @media screen and (min-width: 640px) {
      #article-inquiry #inquiry-form-touch {
        display: none; } }
    #article-inquiry #inquiry-form-touch iframe {
      width: 300px;
      height: 460px; }

#article-credit {
  background: #142b18; }
  #article-credit h3 {
    margin-top: 30px;
    text-align: center;
    font-size: 140%; }
  #article-credit #copyright {
    margin-top: 30px;
    text-align: center;
    font-size: 80%; }

.talk-header {
  margin-bottom: 10px; }
  .talk-header span.title {
    font-size: 140%; }
  .talk-header span.name {
    font-size: 110%; }
  .talk-header span.major {
    font-size: 110%;
    color: gray; }

.talk-abs {
  margin-bottom: 30px;
  margin-left: 20px; }

.time-table {
  margin-left: 10px; }
  .time-table td.title {
    padding-left: 10px;}
  .time-table td.name {
    padding-left: 10px; 
    min-width: 100px; }

/*# sourceMappingURL=main.css.map */
#article-us {
  background: #013; 
  color: #F5F8FA;}

.video-container {
    position: relative;
    width: 100%;              /* スマホでは画面幅いっぱいに広げる */
    max-width: 800px;         /* PCでは最大幅を制限（お好みで調整可） */
    margin: 0 auto;           /* 中央寄せ */
    padding-bottom: 56.25%;   /* 16:9比率 (高さ調整) */
    height: 0;
    overflow: hidden;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;   /* 親要素の幅にフィット */
    height: 100%;  /* アスペクト比を維持 */
}
