@charset "UTF-8";
@import url("reset.css");
@import url("yohaku.css");

/*スマホファーストで作成しています*/
/*　スマホ以外は別途指定　*/
/*--------------------*/
/*定形*/
/*--------------------*/
a img { /* イメージをリンクで囲んだ場合にイメージの周囲に表示される青いボーダーを削除 */
  border: none;
}
img { /* imgの下に隙間ができるのを防ぐ　*/
  vertical-align: bottom; /* 下揃え */
  width: 100%; /*拡大縮小してもフィットする*/
  height: auto;
}
body {
  font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  color: #000;
  margin: 0;
  /*background-color: #EEF6FF;*/
}
.clearfix:after { /*float回り込みで、はみ出るのをこれで調整*/
  content: "";
  clear: both;
  display: block;
}
/*--------------------*/
/*-- イメージの表示切り分け --*/
/*--------------------*/
/* パソコンで見たときは"pc_img"のclassがついた画像が表示される */
.pc_img {
  display: block !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.sp_img {
  display: none !important;
}

@media only screen and (max-width: 720px) {
  .pc_img {
    display: none !important;
  }
  .sp_img {
    display: block !important;
  }
}
/*--------------------*/
/*--ヘッダー--*/
/*--------------------*/

.header_img {
  width: 100%;
  text-align: center;

  /* スマホ用背景 */
  background-image: url(../img/title_pci.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;

  /* 高さはimgに任せる */
  height: auto;
}

/* 既存指定はそのまま活かす */
.header img {
  width: 100%;
  max-width: 720px;
  height: auto;
  display: inline-block;
}

/*--------------------*/
/*--フッター--*/
/*--------------------*/
.footer {
  color: #888888;
  padding: 1em;
  font-size: 0.5em;
  text-align: center;
  clear: both;
}
.privacy, .privacy a, .privacy a:visited { /*フッタ部分のリンク一式*/
  color: #888888;
  text-decoration: none;
  padding: 2em 0 1em 0;
  line-height: 100%;
  margin-bottom: 0px !important;
}


/*--------------------*/
/*お申し込みボタン*/
/*--------------------*/

.order {
  clear: both;
  padding: 0 0 10px 0;
background-color: #fff;
}
.order_bg02 {
  padding: 20px 0;
  background-image: url(../img/order_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.h2_order {
  background-color: #cfa647;
  width: 100%;
  padding: 0.5em 0;
text-align : center;
}

.h2_order img{
  max-width: 90%;
}
.btn01 {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.btn01 img {
  display: block;
  transition: 0.5s;
}
.btn01 img:active {
  transform: scale(0.9, 0.9);
}
/*--------------------*/
/*基本スタイル*/
/*--------------------*/
.box_max {
  width: 100%;
text-align: center;
}
.box_960 { /*見出し幅960*/
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.box_940 { /*本文幅940*/
  width: 95%;
  max-width: 940px;
  margin: 0 auto;
}

.box_1200 { /*本文幅940*/
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.none_all{
  display: none;
}
.none_sp { /*--スマホでは消す--*/
  display: none;
}



.h2_txt01 {
  background-color: #FFF;
  color: #000;
  font-size: 1.5em;
  font-family: Ryumin Bold KL;
  text-align: center;
  padding: 1em 0;
  margin: auto;
  /*線にグラデーション*/
  border-bottom: 3px solid;
  border-top: 3px solid;
  border-image: linear-gradient(to right, #9e8b5f 0%, #ede29d 50%,#9e8b5f 100%) 1;
}
.h2_txt02 {
  background-color: #286C9E;
  color: #FFF;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  margin: auto;
}
.h2_txt03 {
  background-color: #FFF;
  color: #000;
  font-size: 1.5em;
  font-family: Ryumin Bold KL;
  text-align: center;
  padding: 1em 0;
  margin: auto;
}
.h2_img01{
  border: 8px solid #fff;
	clear:both;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: auto;
  max-width: 960px;
  aspect-ratio: 4 / 1;
  margin: auto;
  display: grid;
  place-content:center center;
  /*font-family: Shin Go Bold;*/
font-family: Ryumin Bold KL;
  font-size: 1.2em;
  /*line-height: 95%;*/
  color: #fff;
  text-shadow :
       1px  1px 3px #000,
      -1px  1px 3px #000,
       1px -1px 3px #000,
      -1px -1px 3px #000,
       1px  0px 3px #000,
       0px  1px 3px #000,
      -1px  0px 3px #000,
       0px -1px 3px #000;        /* 文字の影 */
}
.h2_white{
  clear:both;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: auto;
  max-width: 960px;
  aspect-ratio: 4 / 1;
  margin: auto;
  display: grid;
  place-content:center center;
  /*font-family: Shin Go Bold;*/
font-family: Ryumin Bold KL;
  font-size: 1.2em;
  /*line-height: 95%;*/
  color: #fff;
	background-color: #fff;
}
.booloiwai_header{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: auto;
  max-width: 960px;
  aspect-ratio: 4 / 1;
  margin: auto;
  display: grid;
  place-content:center center;
  /*font-family: Shin Go Bold;*/
font-family: Ryumin Bold KL;
  font-size: 1.2em;
  background-image: url(../img/bookoiwai01c.png) ;
	  color: #fff;
}


.booloiwai_header span{
	color: #CC3366;
}
.h2_center {
  text-align: center;
}
.bg_white {
	background-color: #fff;
text-align: left;
padding-bottom:2em;
}

.info p,
.info02 p,
.anniversary p,
.feature p{
  padding: 0 0 0.5em 0;
}

.info_header02{
	background-image: url("../img/info_header02.jpg") ;
}
.info_header03{
	background-image: url("../img/info_header03c.jpg") ;
}
.info_header04{
	background-image: url("../img/info_header04.jpg") ;
}
.info_header05{
	background-image: url("../img/info_header05.jpg") ;
}
.info_header06{
	background-image: url("../img/info_header06.jpg") ;
}
.info_header_white{
	background-image: url(../img/info_header_white.png) ;
	  color: #000;
}
.sp_img_75 {
	text-align: center;
}
.sp_img_75 img {
    width: 75%;
    height: auto;
    display: inline-block;
}

/*--------------------*/
/*おすすめ.list*/
/*--------------------*/

  .list01 {
    background-color: #FFF;
    color: #000;
    }
  .list01 ul {
    padding: 0.5em 1em 0.5em 3.5em;
    position: relative;
  }
  .list01 li {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 0.5em 0;
    color: #063575;
    list-style-type: none !important;
    border-bottom: dashed 1px #ccc;
  }
  
  .list01 li:before {
    /*冒頭のマーク*/
    font-family: 'Material Icons';
    content: "check_circle";
    display: inline-flex;
    /*位置揃え*/
    vertical-align: sub;
    /*位置揃え*/
    position: absolute;
    /*位置揃え*/
    left: 1em;
    /*左端からのアイコンまでの距離*/
    color: #CC3366;
    /*アイコン色*/
  }
/*--------------------*/
/*説明　info*/
/*--------------------*/
.info{
  background-color:#F3F3F3 ;
  padding: 0 0 10px 0;
}

.fukidashi {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 10px 0;
  font-weight: bold;
}

.fukidashi dt {
  font-size: 0.8em;
  color: #fff;
  background-color: #CC3366;
  padding: 5px;
  text-align: center;
  width: 20%;
  box-sizing: border-box; /* パディングとボーダーを幅に含める */
  position: relative; /* 矢印を配置するために必要 */
}

.fukidashi dd {
  font-size: 1.1em;
  background-color: #e2f4ff;
  padding: 0.5em;
  margin: 5px 0; /* dt要素との間隔を保持 */
  box-sizing: border-box; /* パディングとボーダーを幅に含める */
  flex-grow: 1; /* 利用可能なスペースを全て使用 */
	min-width: 100%;
}

.fukidashi dt::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 40%;
  border: 8px solid transparent;
  border-top-color: #CC3366;
  border-top: 8px solid #CC3366; /* 矢印の色を親の背景色と一致させる */
  width: 0;
  height: 0;
}
/*--------------------*/
/*特徴　feature*/
/*--------------------*/
.feature{}
/*--------------------*/
/*15周年　anniversary*/
/*--------------------*/
.anniversary{
  background: url("../img/anniversary_bg.jpg") no-repeat top center;
  background-size: auto 100%;
border-bottom: #000 solid 2px;
border-top: #000 solid 2px;
}

.anniversary .layout01{
	  padding: 1em 0;
  max-width: 940px;
  margin: 10px auto 0;
}
.anniversary .layout02{
  /*max-width: 700px;
  margin: 150px 0 0 auto;
min-height:150px;*/
}
	
.anniversary .right {
	text-align: right;
	line-height: 100%;
	padding-top: 1em;
}
.anniversary p {}

/*--------------------*/
/*tokuten*/
/*--------------------*/
.h2_tokuten {
  font-family: "黎ミン M";
  /*font-family: "新ゴ B";*/
  font-size: 2.4em;
  font-weight: bold;
  color: #CC3366;
  text-align: center;
  margin: 0 auto 0.5em;
}

.h3_tokuten02 {
  font-family: "黎ミン M";
  font-size: 1.6em;
  color: #cc3366;
  padding-top: 1em;
}
.tokuten_img_box {
  text-align: center
}
.tokuten_img01 img {
  width: 100%;
}
.tokuten_img02 img {
  width: 50%;
}

/*tokutenのh4と説明*/

.tokuten .box_pc {
  padding: 0.5em 0;
  position: relative;
}

.tokuten {
  max-width: 940px;
  margin: auto;
}

/* 各特典ブロック */
.tokuten_item {
  margin-bottom: 1.5em;
}

/* 見出し（旧 li 相当） */
.tokuten_item h4 {
  font-family: "黎ミン M";
  font-size: 1.2em;
  padding: 1em 1em 1em 3em;
  background-color: #F2F2F2;
  position: relative;
  margin: 0;
}

/* アイコン */
.tokuten_item h4::before {
  font-family: 'Material Icons';
  content: "bookmark";
  position: absolute;
  left: 1em;
  color: #CC3366;
}

/* 説明文（特に装飾なし） */
.tokuten_item p {
  margin: 0.8em 1em 0;
}

/*--------------------*/
/*参加者のお声*/
/*--------------------*/

.my-parts {
  background: #ffef7f;
  padding: 0.5em;
  margin: 0 0 1em;
  text-align: left;
  color: #000;
  font-size: 1em;
  position: relative;
}
.my-parts::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 45%;
  border: 15px solid transparent;
  border-top: 15px solid #ffef7f;
  width: 0;
  height: 0;
}

.voice_frame01 {
    padding: 1em 1em 0 1em;
    max-width: 940px;
    margin: auto;
}
.voice_frame01 h3 {
  font-size: 1.5em;
  padding: 0 0 0 0.5em;
  border-left: solid 0.5em #c30d23;
  margin-bottom: 0.5em;
}
.voice_frame_inner h4 {
  color: #000 !important;
  font-size: 1em;
  padding: 5px;
  margin: 0 0 1em 0;
  background-color: #EAEAEA;
}
.voice_frame_inner h5{
	margin-bottom: 0.5em;
}
.voice_frame_inner h5 span {
	background-color: #bae3a2;
padding: 0.3em 0.5em 0.2em 0.5em;
  font-size: 1.2em;
	font-weight: bold;

}

.voice_frame_inner p {
  font-size: 1em;
  padding-bottom: 0.7em;
}
.voice_frame_inner img {
  display: block; /* ブロック要素にしてセンタリング */
  margin: 0 auto;
  width: 180px;
  height: auto;
  padding: 0 0 1em 0;
}

/*--------------------*/
/*プロフィール*/
/*--------------------*/

.profile{
	background-color: #EAF0F7;
  padding: 0 0 20px;
}

.profile h3 {
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 0 0 1em;
  margin: 0 0 1em;
  border-left: solid 0.5em #286C9E;
}

.profile_photo {
  width: 280px;
  height: auto;
  margin: 0 auto;
}

.profile_layout01 p {
  padding-bottom: 0.5em;
}

.profile_item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #286C9E;
  padding: 20px 10px;
}
.profile_item.first {
  border-top: 1px solid #286C9E;
}

.profile_item .icon {
  font-family: 'Material Icons';
  font-size: 24px;
  color: #286C9E;
  margin-right: 10px;
  flex-shrink: 0;
}

.profile_item .profile_text {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  color: #000;
}


/*--------------------*/
/*開催概要*/
/*概要*/
/*--------------------*/
.schedule {
  /*padding: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(221, 246, 252, 1));*/
}

.schedule_table01 {
  border-collapse: collapse;
  margin: 1em auto 1em!important;
  width: 100%;
  max-width:900px;
  border-top: 1px solid #000;
}

.schedule_table01 th{
  background-color: #bae3a2;
  padding: 0.5em;
  text-align: center;
  border-bottom: 1px solid #000;
line-height: 98%;
	font-size: 0.8em;
}

.schedule_table01 td {
  padding: 0.5em 0.5em;
  background-color: #FFF;
  color: #000;
  border-bottom: 1px solid #000;
}

/*--------------------*/
/*スケジュール*/
/*日程のほう*/
/*--------------------*/
.schedule {
  padding: 0 0 20px;
}
.schedule_text {
  font-size: 1em;
padding: 2em 0;
text-align: center;
}
.schedule_table02 {
  border-collapse: collapse;
  margin: 0 auto 20px;
  width: 90%;
  max-width:650px;
  border: 1px solid #000;
}
.schedule_table02 caption {
    padding: 0.5em;
    margin: 0 auto;
    background-color: #bae3a2;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
    text-align: left;
	line-height: 1em;
}
.schedule_table02 .caption_color{
	color: #7c0000;
}
.schedule_table02 .caption_txt {
    font-size: 0.7em;
    font-weight: normal;
}
.schedule_table02 th{
  padding: 0.5em;
}

.schedule_table02 td {
  padding: 0.5em 0.5em;
  color: #000;
}
.schedule_table02 td img{
	  width: 100%;
	max-width: 50px;
  height: auto;
}

.schedule_table02 tr:nth-child(even) { /*交互に色を変える*/
	background: #F2F2F2;
}

.schedule_table02 tr:nth-child(odd) { /*交互に色を変える*/
	background: #FFF;
}
.schedule table .del { /*満員御礼時Pタグに使う*/
  text-decoration: line-through;
  color: #999;
    font-weight: normal;
}
/*--------------------*/
/*NLPとは*/
/*--------------------*/
.nlp{
  background-color: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
  border-radius: 10px;/*角の丸み*/
  max-width: 900px;
  margin: 0 auto;
}
.nlp .h2_txt02 {
background-color: #4682b4 ;
border-radius: 10px 10px 0 0;/*角の丸み*/
}

.nlp_bg {
 background-color: #f0f8ff ; 
 padding: 2em ;
}

.schedule_bento {
  height: 100px;
  width: 150px;
  padding-top: 10px;
}
  /*--------------------*/
  /*catchキャッチコピー*/
  /*--------------------*/
.catch_subitle01{
	font-size: 1.1em;
  font-family: Ryumin Regular KL;
	color: #333;
	  border-bottom: 1px solid #999;
		margin: 1em;
	padding-bottom: 0.5em;
}
  /*--------------------*/
  /*imgを180度回転*/
  /*--------------------*/
img.rotate-180 {
  transform: rotate(180deg);
}