@charset "UTF-8";
/*--------------------*/
/*切り分け*/
/*【タブレットのみ】*/
/*--------------------*/
@media (min-width:480px) and (max-width:1023px){
	.h2_img01{
		font-size: 1.7em;		
	}
}
/*--------------------*/
/*切り分け*/
/*【タブレット縦以上】*/
/*--------------------*/
/*@media screen and (min-width: 722px) {*/
@media screen and (min-width: 1024px) {
/*--------------------*/
/*header*/
/*--------------------*/
.header-bg {
  background-image: url("../img/header_bg.jpg");
  background-color: #FFF;

  background-position: center top; /* 横中央 */
  background-size: auto 100%;      /* ← 高さ100%・幅は自動 */
  background-repeat: repeat;       /* リピートする */

  display: flex;
  flex-direction: column;
  align-items: center;
}
  header img {
    max-width: 1200px;
    width: auto;
  }
/*--------------------*/
/*基本スタイル*/
/*--------------------*/
 .none { /*--PCで消す--*/
    display: none;
  }
  .f_left {
    float: left;
  }
  .f_right {
    float: right;
  }
  .center {
    text-align: center;
  }
  .imgsize50 {
    width: 460px; /*padding分を入れているので%ではなく数値*/
  }
  .imgsize25 {
    width: 25%;
  }
  .imgsize30 {
    width: 30%;
  }
  .imgsize35 {
    width: 35% !important;
  }
  .imgsize65 {
    width: 65%;
  }
  .imgsize70 {
    width: 70%;
  }
  .imgsize75 {
    width: 75%;
  }
  .imgsize300px {
    width: 300px !important;
  }
  
  /*--------------------*/
  /*--フッター--*/
  /*--------------------*/
  .footer {
    color: #888888;
    padding: 1em;
    font-size: 0.8em;
    text-align: center;
    clear: both;
  }
  /*--------------------*/
  /*お申し込みボタン*/
  /*--------------------*/
  .btn01 img {
    width: 80%;
    margin: auto;
  }
  .btn01 img:hover {
    transform: scale(0.9, 0.9);
  }
  .h2_order img {
    width: 940px;
  }
  /*--------------------*/
  /*共通*/
  /*--------------------*/
  .h2_txt01 {
    font-size: 2em;
  }
  .h2_txt03 {
    font-size: 2em;
  background-size: 80% 80%;
  }
  .h2_img01, .h3_img01 {
    font-size: 2em;
    line-height: 110%;
  }
  .h3_img01 {
    max-width: 800px;
  }
  .fontsize1_1em {
    font-size: 1.1em;
  }
  .h2_margin2 {
    display: inline;
    margin-top: 0;
  }
	
 
  /*--------------------*/
  /*おすすめ.list*/
  /*--------------------*/
  .list01 .box_pc {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    background-image: url("../img/list01_bg.jpg");
    background-color: #e5eef4;
    padding: 0.5em 0 0.5em 60px;

  }
  .list01 {
    background-size: 100% auto ;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .list01 ul {
    width: 65%;
	border: 1px solid #063575;
  }
  .list01 li {
    font-size: 1.5em;
    width: 65%;
  }
	

/* 画像テーブル全体 */
/* ===== PC以上 ===== */
  .img-table {
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
  }

  .img-table img {
    width: auto;     /* ← width:100% を上書き */
    height: 500px;   /* 高さ基準に切り替え */
  }


  /*--------------------*/
  /*説明　info*/
  /*--------------------*/

  .fukidashi_box {
    padding-bottom: 1em;
  }
  .fukidashi dt {
    position: relative;
    color: #fff;
    float: left;
    clear: both;
    font-size: 1.2em;
    padding: 15px;
    background-color: #b30000;
    width: 15%;
    text-align: center;
  }
  .fukidashi dd {
    padding: 15px 30px;
    display: inline-block;
    margin: 0;
    font-size: 1.2em;
    min-width: auto;
  }
  .fukidashi dt::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    /*border-color: rgba(136, 183, 213, 0);*/
    border-width: 10px;
    margin-top: -10px;
    border-left-color: #b30000;
  }
  /*--------------------*/
  /*プロフィール*/
  /*--------------------*/
  .profile_box01 {
    margin: 1em 0 15px 320px !important;
  }
  .profile_photo {
    width: 280px;
    height: 280px;
    float: left;
  }
  .profile_list {
    border-top: 1px solid #286C9E;
  }
  /*--------------------*/
  /*開催概要*/
  /*--------------------*/
  .schedule02_table01 {
    font-size: 1.2em;
  }
  .schedule02_table02 th, .schedule02_table02 td {
    border: 1px solid #000 !important;
    padding: 0.5em;
  }
  .however2 {
    font-size: 0.6em;
  }
  /*--------------------*/
  /*スケジュール*/
  /*--------------------*/
  .schedule_table01 {
    font-size: 1.2em;
  }
  .schedule_table01 th {
    line-height: 100%;
    font-size: 1em;
  }
  /*--------------------*/
  /*tokuten*/
  /*--------------------*/
  .h2_tokuten {
    font-size: 3em;
  }
  .tokuten_img_box img {
    height: 310px;
    width: 310px;
  }
  /*--------------------*/
  /*参加者のお声*/
  /*--------------------*/
  .my-parts {
    padding: 1em;
    text-align: center;
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
  }
  .voice_frame_inner img {
    float: right;
    width: 150px;
    height: auto;
    margin: 0 0 15px 20px;
  }
  .voice_h3 h3 {
    font-size: 1.5em;
  }
  .voice_wrap2 {
    min-height: 150px;
    margin: 0 0 0 160px !important;
  }
  .pc_norap {
    white-space: nowrap;
  }
  .pc_ptpb2em {
    padding: 2em 0;
  }
  .pc_p2em {
    padding: 2em;
  }
  .pc_ptpb2em {
    padding: 2em 0;
  }
  .pc_pb2em {
    padding-bottom: 2em;
  }
}