@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.offcanvas #page {
  overflow: hidden;
  position: absolute;
}

.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #F14E95;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

i {
  margin-right: 5px;
}

/*2022追加*/
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  color: #000;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: rgba(38, 84, 157, 0.3);
  /* 2022変更前ピンク色 rgba(241, 78, 149, 0.3); */
}

::-moz-selection {
  color: #fff;
  background: rgba(38, 84, 157, 0.3);
  /* 2022変更前ピンク色 rgba(241, 78, 149, 0.3); */
}

::selection {
  color: #fff;
  background: rgba(38, 84, 157, 0.3);
  /* 2022変更前ピンク色 rgba(241, 78, 149, 0.3); */
}

.pink {
  color: #F14E95;
}

.blue {
  color: rgba(65, 145, 224, 1);
}

.brown {
  color: #6c3524;
}
.navy{             /* 2025年ネイビー色追加*/
    color:#26549d;
    line-height: 1em;
    font-size: 0.8em;
    font-weight: 300;
}
.black{color:#000;}
.sponsor{ /*2025年追加、協賛のテキスト*/
    color:#fff;
    font-size: 0.9em;
    line-height: 0.8em;
    font-weight: 300;
}
.marker_green {
  background: linear-gradient(transparent 60%, #66FFCC 60%);
}

.marker_yellow {
  background: linear-gradient(transparent 80%, #ffff66 60%);/*202509以前は90%*/
}

/*2023 90%*/
.marker_pink {
  background: linear-gradient(transparent 70%, #ff69b4 40%);/*202509以前は90%*/
}

/*2023 90%*/
.marker_blue {
  background: linear-gradient(transparent 60%, #66ccff 80%);
}

.container {
  z-index: 2;
  width: 80%; /*2025年追加 ここから*/
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;/*2025年追加 ここまで*/
}

.mt2 {
  margin-top: 2em;
}

.ml5 {
  margin-left: 5em;
  margin-right: 1em;
}

.rotate {
  transform: rotate(-5deg);
}

/*      ナビ
====================*/
.fh5co-nav {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 10px 0 10px 0;
  z-index: 1001;
  /*2022変更、変更前はgba(65, 145, 224, 0.9);*/
 background-color: rgba(12, 51, 136, 0.9); /* 旧 rgba(38, 84, 157,0.9) など */		
}

@media screen and (max-width: 768px) {
  .fh5co-nav {
    padding: 20px 0;
  }
}

.fh5co-nav #fh5co-logo,
img {
  margin-top: 0px;
  padding-top: 0px;
}

@media screen and (min-width: 1201px) {
  .fh5co-nav #fh5co-logo img {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .fh5co-nav #fh5co-logo img {
    width: 100%;
  }
}

.fh5co-nav a {
  padding: 10px 10px;
  color: #fff;
}

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

  .fh5co-nav .menu-1,
  .fh5co-nav .menu-2 {
    display: none;
  }
}

.fh5co-nav ul {
  padding: 0;
  margin: 15px 0 0 0;
}

.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}

.fh5co-nav ul li a {
  font-size: 18px;
  padding: 20px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.fh5co-nav ul li a:hover,
.fh5co-nav ul li a:focus,
.fh5co-nav ul li a:active {
  color: white;
}

/*  ドロップダウンメニュー
==========================*/
.fh5co-nav ul li.has-dropdown {
  position: relative;
}

.fh5co-nav ul li.has-dropdown .dropdown {
  width: 320px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 20px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}

.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}

.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}

.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}

.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}

.fh5co-nav ul li.has-dropdown:hover a,
.fh5co-nav ul li.has-dropdown:focus a {
  color: #fff;
}

.fh5co-nav ul li.btn-cta a {
  color: #F14E95;
}

.fh5co-nav ul li.btn-cta a span {
  background: #fff;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}

.fh5co-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.fh5co-nav ul li.active>a {
  color: #fff !important;
}

/*   ヘッダー
===============*/
#fh5co-header .display-tc h1 {
  color: #fff;
  position: relative;
  /*2022追加 */
  /*top: 15%;*/
  /*2022追加 2023修正*/
}

#fh5co-header .display-tc img {
  z-index: 50;
}

#fh5co-header .display-tc h2 {
  margin-top: 25%;
  /*2022追加 2023修正*/
  font-size: 5.5em;
  /*4em 2023 3em*/
  color: #fff;
  /*2022#26549d、文字色白、#fff; */
		
		/*202509追加*/
  margin-top: 25%;   /* 旧 30% */
  font-size: 5.5em;  /* 旧 3em */
  color: #fff;       /* 旧 navy(#26549d) */		
		
}

@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h2 {
    font-size: 2em;
    /*3em 2023 2em*/
  }
}

#fh5co-header .display-tc h3 {
  font-size: 1.5em;
  /*line-height: 1.5em;*/
  /*2022追加2em 2023 1.5em*/
   /*color: #fff;*/
  /*2022#26549d、文字色白、#fff;*/
  /*color:rgba(65, 145, 224, 1);青字*/
		
		/*202509追加*/
  line-height: 2em;  /* 旧 1.5em */
  margin-top: 1em;   /* 追加 */
  color: #fff;       /* 旧 navy(#26549d) */
	}

/*   sec01：概要
=====================*/
#sec01 p {
  /color: #202020;  /*2022年に#000:（黒）→#26549d;（青）に変更→2025年に#202020;（黒灰）に変更*/
    line-height: 2em;
    font-size: 1.2em;
    font-weight: 300;
}

#sec01 h3 {
  color: #F14E95;
  line-height: 2.8em;
}

#sec01 dt {
  clear: left;
  float: left;
  width: 20%;
  font-weight: 400;
  line-height: 1.8em;
  font-size: 1.1em;
  color: #202020;
}

#sec01 dd {
 margin: 0 0 0 20%;
 color: #202020;
 line-height: 1.8em;
 font-size: 1.1em;  
 padding: 0.1em 0;
  }
#sec01 dd a{
    color: #F14E95;
}
/* マーク無しリスト追加、アクセスに使用*/
ul{
    list-style:  none;      /* デフォルトのアイコンを消す */
    margin:  0;             /* デフォルト指定上書き */
    padding: 0;             /* デフォルト指定上書き */
}
ul li{
    font-size: 1.1em;
    color: #202020;
    margin-bottom: 1.2em;
}

#fh5co-event,
.fh5co-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.fh5co-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}

.fh5co-cover {
  height: 780px; /* 2022年に900→750に変更、2025年に780px; */
  background-size: cover;
  background-position: center center !important; /* 2025年、ヒラマimportant追加 */
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  /*border-bottom: solid 1px rgba(38,84,167, 0.8);   2022追加、2025削除 */
}

.fh5co-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}

.fh5co-cover>.fh5co-container {
  position: relative;
}

@media screen and (max-width: 768px) {
  .fh5co-cover {
    height: 500px;
    /*2022変更前、600px*/
  }
}

.fh5co-cover .display-t,
.fh5co-cover .display-tc {
  height: 600px;
  /*2022変更前、900px*/
  display: table;
  width: 100%;
}

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

  .fh5co-cover .display-t,
  .fh5co-cover .display-tc {
    height: 500px;
    /*2022変更前、600px*/
  }
}

.fh5co-cover.fh5co-cover-sm {
  height: 500px;
  /*2022変更前、600px*/
}

@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm {
    height: 400px;
  }
}

.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
  height: 500px;
  /*2022変更前、600px*/
  display: table;
  width: 100%;
}

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

  .fh5co-cover.fh5co-cover-sm .display-t,
  .fh5co-cover.fh5co-cover-sm .display-tc {
    height: 400px;
  }
}

/*  イベント：３つのコース
================*/
#fh5co-event {

  float: left;
}

#fh5co-event .display-t,
#fh5co-event .display-tc {
  height: 700px;
  display: table;
  width: 100%;
}

#fh5co-event .fh5co-heading span {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
}

#fh5co-event .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(65, 145, 224, 0.6);
}

@media screen and (max-width: 768px) {
  #fh5co-event {
    height: inherit;
    padding: 2em 0;
  }

  #fh5co-event .display-t,
  #fh5co-event .display-tc {
    height: inherit;
  }
}

#fh5co-event .fh5co-heading h2 {
  color: #F14E95;
  font-size: 2.2em;
  /*2022変更前は3em; */
  line-height: 2.4em;
  letter-spacing: 2px;
}

#fh5co-event p {
  color: #fff;
}

#fh5co-event .event-wrap {
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.75);
  padding: 30px;
  width: 100%;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  #fh5co-event .event-wrap {
    margin-bottom: 10px;
  }
}

#fh5co-event .event-wrap h3 {
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid rgba(241, 78, 149, 1);
  display: block;
  padding-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#fh5co-event h4{ /*2025年追加*/
  font-size: 1.1em;
  line-height:1.4em;
  color: #000;
  font-weight:520;
  margin-bottom:20px;
}

#fh5co-event .event-wrap p,
#fh5co-event .event-wrap span {
  display: block;
  color: rgba(0, 0, 0, 0.8);
}

#fh5co-event .event-wrap i {
  font-size: 20px;
}

#fh5co-event .event-wrap .event-col {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}
/* 2025年追加、3つのイベント内、定義付きリスト*/
#fh5co-event  dt {
  clear: left;
  float: left;
  width: 25%;
  font-weight: 400;
  line-height: 1.4em;
  font-size: 0.9em;
  color: #202020;
}

#fh5co-event  dd {
 margin: 0 0 0 25%;
 color: #202020;
 line-height: 1.4em;
 font-size: 0.9em;  
 margin-bottom: 10px;
  }


/*  プログラム
========================*/
#program h2 {
  font-size: 2em;
  line-height: 2.4em;
}

#program a {
  color: rgba(241, 78, 149, 0.8);
}

#program a:hover {
  color: rgba(241, 78, 149, 1);
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #d4d4d4;
  left: 50%;
  margin-left: 0px;
}

@media screen and (max-width: 480px) {
  .timeline:before {
    margin-left: -64px;
  }
}

.timeline>li {
  margin-bottom: 20px;
  position: relative;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  width: 40%;
  float: left;
  border: 1px solid #d4d4d4;
  padding: 30px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.timeline>li>.timeline-panel:before {
  position: absolute;
  top: 80px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline>li>.timeline-panel:after {
  position: absolute;
  top: 81px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

@media screen and (max-width: 480px) {
  .timeline>li>.timeline-panel {
    width: 75% !important;
  }

  .timeline>li>.timeline-panel:before {
    top: 30px;
  }

  .timeline>li>.timeline-panel:after {
    top: 31px;
  }
}

.timeline>li>.timeline-badge {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  width: 160px;
  height: 160px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -80px;
  background-color: #999999;
  z-index: 100;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 480px) {
  .timeline>li>.timeline-badge {
    width: 60px;
    height: 60px;
    margin-left: -20px !important;
  }
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-heading h3 {
  font-size: 1.4em;
}

/*2022追加*/
.timeline-title {
  margin-top: 0;
}

.date {
  display: block;
  margin-bottom: 20px;
  font-size: 1.2em;
  /*2022変更前は14px*/
  text-transform: uppercase;
  letter-spacing: 2px;
}

.timeline-body>p,
.timeline-body>ul {
  margin-bottom: 0;
}

.timeline-body ul li{
  list-style: disc;
  color: #696969;
  font-size: 0.9em;
  margin-bottom: 5px;
  }
  
.timeline-body>p+p {
  margin-top: 5px;
}

@media (max-width: 992px) {
  ul.timeline:before {
    left: 90px;
  }

  ul.timeline>li>.timeline-panel {
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
  }

  ul.timeline>li>.timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }

  ul.timeline>li>.timeline-panel {
    float: right;
  }

  ul.timeline>li>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline>li>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

/*   グーグルマップ
====================*/
@media screen and (max-width: 768px) {
  .ggmap {
    /*height: 200px;*//*この値のために、下のコンテンツがかぶってしまう*/
  }
}

.fh5co-contact-info ul {
  padding: 0;
  margin: 0;
}

.fh5co-contact-info ul li {
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}

.fh5co-contact-info ul li:before {
  color: #F14E95;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fh5co-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}

.fh5co-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}

.fh5co-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}

.fh5co-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

form label {
  font-weight: normal !important;
  color: #000;
}

#fh5co-header .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}

.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}

#fh5co-header .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 90px;
  line-height: 1.5;
  font-family: "Sacramento", Arial, serif;
}

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

  #fh5co-header .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 40px;
  }
}

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

  #fh5co-header .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 30px;
  }
}

.fh5co-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}

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

  #fh5co-header .display-tc h2,
  .fh5co-cover .display-tc h2 {
    font-size: 2em;
    /*16px  2023 2em*/
  }
}

/*  ボタン
==================*/
#fh5co-header .display-tc .btn,
#fh5co-event .display-tc .btn,
.fh5co-cover .display-tc .btn {
  padding: 15px 20px;
  background: #fff !important;
  color: #F14E95;
  /*border: none !important;*/
  border: solid 2px #F14E95;
  font-size: 18px;
  text-transform: uppercase;
}

#fh5co-header .display-tc .btn:hover,
#fh5co-event .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: #fff !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}


@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}


#fh5co-testimonial,
#sec01,
#contact,
#fh5co-footer,
#fh5co-event,
#program,
.fh5co-section {
  padding: 5em 0;
  clear: both;
}

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

  #fh5co-testimonial,
  #sec01,
  #contact,
  #fh5co-footer,
  #fh5co-event,
  #program,
  #fh5co-couple,
  #fh5co-gallery,
  .fh5co-section {
    padding: 3em 0;
  }
}

.fh5co-section-gray {
  background: rgba(0, 0, 0, 0.04);
}

.feature-center {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}

.feature-center .icon {
  width: 50px;
  height: 50px;
  background: #efefef;
  display: table;
  text-align: center;
  margin: 0 auto 10px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.feature-center .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  font-size: 40px;
  line-height: 40px;
  color: #F14E95;
}

.feature-center p {
  margin-bottom: 30px;
}

.feature-center h3 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 2.8em;
  color: #5d5d5d;
}

.fh5co-heading {
  margin-bottom: 5em;
}

.fh5co-heading.fh5co-heading-sm {
  margin-bottom: 2em;
}

.fh5co-heading h2 {
  font-size: 60px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: bold;
  color: #F14E95;
  font-family: "Sacramento", Arial, serif;
}

@media screen and (max-width: 768px) {
  .fh5co-heading h2 {
    font-size: 40px;
  }
}

.fh5co-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}

.fh5co-heading span {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
}

.fh5co-heading img {
  width: 100%;
}

#fh5co-testimonial .wrap-testimony {
  position: relative;
}

#fh5co-testimonial .wrap-testimony .testimony-slide {
  text-align: center;
}

#fh5co-testimonial .wrap-testimony .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}

#fh5co-testimonial .wrap-testimony .testimony-slide span a.twitter {
  color: #F14E95;
  font-weight: 300;
}

#fh5co-testimonial .wrap-testimony .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100px;
  height: 100px;
}

#fh5co-testimonial .wrap-testimony .testimony-slide figure img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#fh5co-testimonial .wrap-testimony .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 50%;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (max-width: 992px) {
  #fh5co-testimonial .wrap-testimony .testimony-slide blockquote {
    width: 100%;
  }
}

#fh5co-testimonial .wrap-testimony .testimony-slide blockquote p {
  font-style: italic;
  color: #8f989f;
  font-size: 20px;
  line-height: 1.6em;
}

#fh5co-testimonial .wrap-testimony .testimony-slide.active {
  display: block;
}

#fh5co-testimonial .wrap-testimony .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}

#fh5co-testimonial .wrap-testimony .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}

#fh5co-testimonial .wrap-testimony .arrow-thumb a:hover,
#fh5co-testimonial .wrap-testimony .arrow-thumb a:focus,
#fh5co-testimonial .wrap-testimony .arrow-thumb a:active {
  text-decoration: none;
}

.feature-left {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.feature-left:last-child {
  margin-bottom: 0;
}

.feature-left .icon {
  float: left;
  margin-right: 5%;
  width: 54px;
  height: 54px;
  background: #fff;
  display: table;
  text-align: center;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .feature-left .icon {
    margin-right: 5%;
  }
}

.feature-left .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  color: #F14E95;
}

.feature-left .feature-copy {
  float: left;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .feature-left .feature-copy {
    width: 70%;
    float: left;
  }
}

.feature-left .feature-copy h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #5d5d5d;
  margin-bottom: 10px;
}

/*  お問合せ
=================*/
#contact {
  padding-top: 4em;
  position: relative
    /*fixed*/
  ;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 600px;
  /*440px*/
  background: #808080;
  font-size: 18px;
}

@media screen and (max-width: 992px) {
  #contact {
    height: inherit;
    position: relative;
    padding: 5em 0;
  }
}

/*  申込フォーム
=================*/
#contact h3 {
  color: #fff;
}

#contact p {
  color: #fff;
}

#contact .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#contact .form-control::-webkit-input-placeholder {
  color: #fff;
}

#contact .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

#contact .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

#contact .form-control:-ms-input-placeholder {
  color: #fff;
}

#contact .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}

#contact .btn {
  height: 50px;
  border: none !important;
  background: #F14E95;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}

#contact .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}

#contact .form-inline .form-group .form-control {
  width: 100%;
}

#contact .fh5co-heading {
  margin-bottom: 30px;
}

#contact .fh5co-heading h2 {
  margin-bottom: 0;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.label-radio input[type="radio"] {
  display: none;
}

.label-radio input[type="checkbox"] {
  display: none;
}

.label-radio {
  cursor: pointer;
  color: #828c9a;
  padding-right: 15px;
  padding-left: 2em;
  font-weight: normal;
}

.label-radio .lever:before {
  content: "\f096";
  font-family: "icomoon";
  margin-right: 7px;
  color: #828c9a;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.label-radio input[type="radio"]:checked+.lever {
  color: #F14E95;
}

.label-radio input[type="radio"]:checked+.lever:before {
  content: "\f046";
  font-family: "icomoon";
  color: #F14E95;
}

.label-radio input[type="checkbox"]:checked+.lever {
  color: #F14E95;
}

.label-radio input[type="checkbox"]:checked+.lever:before {
  content: "\f046";
  font-family: "icomoon";
  color: #F14E95;
}

.badge {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background: #F14E95;
  color: #fff;
  border: 2px solid #F14E95;
}

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

  #contact .copyright .pull-left,
  #contact .copyright .pull-right {
    float: none !important;
    text-align: center;
  }
}

.copyright {
  padding-top: 2em;
}

#contact .copyright .block {
  display: block;
}

.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}

.owl-carousel .owl-controls .owl-dot span:hover,
.owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}

.owl-carousel .owl-controls .owl-dot:hover span,
.owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}

.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #F14E95;
}

#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}

#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}

#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#fh5co-offcanvas ul li>ul {
  padding-left: 20px;
  display: none;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown>a {
  display: block;
  position: relative;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown>a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.gototop.active {
  opacity: 1;
  visibility: visible;
}

.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  /*background: rgba(255, 241, 0, 0.8);*/
  /*2022変更、変更前はピンク色rgba(241, 78, 149, 0.7);*/
		background: rgba(241, 78, 149, 0.7); /* 旧 rgba(255, 241, 0, 0.8) 黄色 *//*202509*/
  color: #fff;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.gototop a i {
  height: 50px;
  font-size: 1.7em;
  display: table-cell;
  vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
  text-decoration: none;
  outline: none;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
  background: #444;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}

.fh5co-nav-toggle.fh5co-nav-white>i {
  color: #fff;
  background: #fff;
}

.fh5co-nav-toggle.fh5co-nav-white>i::before,
.fh5co-nav-toggle.fh5co-nav-white>i::after {
  background: #fff;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}

@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

/*  ボタン
============*/
.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}

.btn.btn-md {
  padding: 8px 20px !important;
}

.btn.btn-lg {
  padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  outline: none !important;
}

.btn-primary {
  background: #F14E95;
  color: #fff;
  border: 2px solid #F14E95;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #f8f8ff !important;
  border-color: #F14E95 !important;
  color: #F14E95;
}

.btn-primary.btn-outline {
  background: transparent;
  border: 2px solid #F14E95;
}

.btn-primary.btn-outline a {
  color: #F14E95;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.4);
  background: #fff;
  color: #F14E95;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}

.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #5cb85c;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}

.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  box-shadow: none;
}

/*  その他
============*/

.fh5co-parallax {
  height: 300px;
}

.fh5co-parallax {
  background-color: #555;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 768px) {
  .fh5co-parallax {
    display: none;
  }
}

.pb-md {
  padding-bottom: 4em !important;
}

.pb-sm {
  padding-bottom: 2em !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

/*テーブル
---------------------------------------------------------------------------*/
/*ノーマルta1設定
------------------------------------*/
.ta1 {
  width: 90%;
  margin: 0 auto 20px;
}

.ta1,
.ta1 td,
.ta1 th {
  border: 1px solid #ccc;
  /*テーブルの枠線の幅、線種、色*/
  padding: 10px 15px;
  /*ボックス内の余白*/
  word-break: break-all;
  font-size: 13px;
  line-height: 1.5em;
}

/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
  width: 40px;
  /*text-align: left;	左よせ*/
  background: #f6f5f2;
  /*背景色*/
  font-size: 14px;
  /*文字サイズ*/
}

/*ta1の左側ボックス*/
.ta1 th {
  width: 40px;
  /*幅*/
  text-align: center;
  /*センタリング*/
  font-weight: 580;
}

.ta-odd tr:nth-child(odd) {
  background: #f6f5f2;
  /*奇数行だけ背景をつける*/
}

/* =======================================================
PROGRAM
===================================================== */
#program table.time-table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #000;
}

#program table.time-table th {
  width: 10%;
  padding: 10px;
  font-weight: 400;
  vertical-align: top;
  border: 1px solid #ccc;
}

#program table.time-table td {
  width: 45%;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #ccc;
}

#program table.time-table .even {
  background: #efefef;
}

/* =======================================================
チョコ設定
===================================================== */

.fh5co-intro-l {
  position: absolute;
  top: 17%;
  left: 10%;
  width: 15%;
  transform: rotate(-20deg);
  z-index: 0;
}

.fh5co-intro-r {
  position: absolute;
  bottom: 10%;
  left: 70%;
  width: 20%;
  transform: rotate(10deg);
  z-index: 0;
}

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

  .fh5co-intro-r,
  .fh5co-intro-l,
  .fh5co-parallax {
    display: none;
  }
}

.choco {
  background-color: rgba(255, 255, 255, 0);
  background-image: url("../images/issp-choco.jpg");
  background-repeat: no-repeat;
  z-index: 101;
  position: absolute;
  height: 94px;
  margin-top: -47px;
  left: 47%;
  width: 30%;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .choco {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .fh5co-hero {
    height: 600 px;
  }
}

/*============
スタッフ
=============*/
.fh5co-staff img {
  margin-bottom: 1.5em;
}

.fh5co-staff h2 {
  color: #F14E95;
  font-size: 2em;
  margin: 2em 0 2em 0;
}

.fh5co-staff h3 {
  margin: 10px 0 5px 0;
  font-weight: 300;
}

.fh5co-staff h4 {
  margin: 5px 0 20px 0;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}


/**************************************************

2025.09.16指定追加ルール

**************************************************/


/*協賛表記*/	

.sponsor {
    color:#fff;
    font-size: 0.9em;
    line-height: 0.8em;
    font-weight: 300;
}

/*ドロップシャドウ*/	
.drop-shadow { filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.3)); }
.drop-shadow-white { filter: drop-shadow(3px 3px 2px rgba(255, 255, 255, 0.4)); }
	/*レイアウト調整*/	
.mt2 { margin-top: 2em; }
.mt5 { margin-top: 5em; }
.mb5 { margin-bottom: 5em; }
.mb2 { margin-bottom: 2em; }
.ml5 { margin-left: 5em; margin-right: 1em; }
.rotate { transform: rotate(-5deg); }

	/*コンテナ調整*/	
.container {
  z-index: 2;
  width: 80%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

/**************************************************

2025.09.16独自追加ルール（メインビジュアル調整に伴う変更）

**************************************************/

/*#pageにoverflow-x: hidden;が設定。そのため二重スクロールに*/
body{
}

@media only screen and (max-width: 800px){
body{
overflow-x: hidden;
}
}

#page{
}

@media only screen and (max-width: 800px){
#page{
overflow:unset;
}
}

/*スマホ・左右の余白を確保*/
.space {
}

@media only screen and (max-width: 800px){
.space {
padding-left: 3% !important;
padding-right: 3% !important;
}
}

.container.mv_inner {
}

@media only screen and (min-width: 801px){
.container.mv_inner {
height: 100%;
display: flex;
align-items: center;
width: 94%;
}
}

@media only screen and (max-width: 800px){
.container.mv_inner {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
}

.mv_inner .inside {
}

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

#fh5co-header .mv_inner .inside .alignCenter.display-tc {
}

@media only screen and (max-width: 991px){
#fh5co-header .mv_inner .inside .alignCenter.display-tc {
display: flex !important;
flex-direction: column;
align-items:flex-start;
justify-content: center;
gap:15px;
}
}

.col-md-offset-2.ml0 {

}

@media (min-width: 992px) {
  .col-md-offset-2.ml0 {
    margin-left: 0;
				padding-right: 0;
				padding-left: 0;
  }
}

#fh5co-header .mv_inner .inside .display-tc.alignCenter h2 {
}

@media only screen and (max-width: 768px){
#fh5co-header .mv_inner .inside .display-tc.alignCenter h2 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
}


.mv_inner .row.inside {
}

@media only screen and (min-width: 991px){
.mv_inner .row.inside {
margin-left: 15px !important;
}
}

@media only screen and (max-width: 901px){
.mv_inner .row.inside {
width: 100%;
}
}




/* 2025年、ヒラマ追記ここから-----------------------*/
.none {
display: none;
}

.copy {
display: flex;
flex-direction: column;
gap:15px;
justify-content: flex-start;
text-align: left;
}

@media only screen and (min-width: 992px){
.copy {
margin-top: 15%;
}
}

@media only screen and (max-width: 991px){
.copy {
max-width: 450px;
margin-top: 15%;
}
}

@media only screen and (max-width: 761px){
.copy {
max-width: 60%;
max-width: 420px;
margin-top: 15%;
}
}

@media only screen and (max-width: 750px){
.copy {
max-width: 60%;
margin-top: 10%;
}
}

@media only screen and (max-width: 400px){
.copy {
max-width: 65%;
}
}


#fh5co-header .display-tc h2

#fh5co-header .display-tc .copy h2.eventdate {
color: #FFF;
margin-top: 0;
position: static !important;
}

@media only screen and (min-width: 992px){
#fh5co-header .display-tc .copy h2.eventdate {
font-size: 5em; /* 3→5 */
margin-bottom: 0;
position: static !important;
}
}

@media only screen and (max-width: 991px){
#fh5co-header .display-tc .copy h2.eventdate {
font-size: 4em; /* 2→4 */
margin-bottom: 0;
position: static !important;
}
}

@media only screen and (max-width: 400px){
.copy p.eventdate {
font-size: 1.7em;
margin-bottom: 0;
}
}

#fh5co-header .display-tc .copy h1.copy-img {
top: 0 !important;
}

#fh5co-header .display-tc .copy h3.copy-txt {
margin: 0;
line-height: 2em;
color: #fff;
}

@media only screen and (min-width: 801px){
#fh5co-header .display-tc .copy h3.copy-txt {
font-size: 1.4em;
}
}

@media only screen and (max-width: 801px){
#fh5co-header .display-tc .copy h3.copy-txt {
font-size: 1.3em;
}
}

@media only screen and (max-width: 500px){
#fh5co-header .display-tc .copy h3.copy-txt {
font-size: 1.2em;
}
}

@media only screen and (max-width: 400px){
#fh5co-header .display-tc .copy h3.copy-txt {
font-size: 1.13em;
}
}
/* 2025年、ヒラマ追記ここから-----------------------*/

#fh5co-header .display-tc h2 {
color:#ffffff; 
font-weight:500; 
font-size:2.3em !important; 
width: calc(100% - 20px) !important;
position:absolute;
}

#fh5co-header .display-tc h2.static {
margin-top: 25% !important;
position: static;

}

@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h2 {
   font-size: 1.8em !important;
  }
		
  #fh5co-header .display-tc h2.static {
			margin-top: 25% !important;
			position: static;
  }
}

@media screen and (max-width: 500px) {
  #fh5co-header .display-tc h2 {
   font-size: 1.3em !important;
			margin-top: -125px !important;
			margin-left: 10px !important;
  }
  #fh5co-header .display-tc h2.static {
			margin-top: 30% !important;
			position: static;

  }
}

@media screen and (max-width: 350px) {
  #fh5co-header .display-tc h2 {
   font-size: 1.2em !important;
			margin-top: -115px !important;
			margin-left: 10px !important;
  }
}


@media screen and (max-width: 768px) {
  .fh5co-cover .display-t, .fh5co-cover .display-tc {
    height: 400px;
  }
}

/*google-mapがかぶっているため、重ね順調整*/
.front {
z-index: 1;
}








