@charset "UTF-8";
/* CSS Document */
/*--------------------*/
/*切り分け*/
/*【タブレット縦以上】*/
/*--------------------*/
/*@media screen and (min-width: 722px) {*/
@media screen and (min-width: 1024px) {
/*--------------------*/
/*header*/
/*--------------------*/
  .header {
    width: 100%;
    height: 600px;
    /*background: url(../img/header_bgb.png);
    background-repeat: repeat-x;
    background-size: auto 100%;*/
    background-color: #fff;
  }
  .header_img {
    /*背景で大きい画像を表示。
      それ以下はスマホサイズと共通で別の画像表示。*/
    width: 100%;
    height: 600px;
    background-size: 1200px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
  text-align: center;
  }
  .header img {
    width: 100%;
    max-width: 720px;
    height: 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;
  }
  .imgsize60 {
    width: 60%;
  }
.imgsize65 {
    width: 65%;
  }
  .imgsize70 {
    width: 70%;
  }
  .imgsize75 {
    width: 75%;
  }

  /*--------------------*/
  /*--フッター--*/
  /*--------------------*/
  .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;
  }
/*.order {
background-color: #f0f9ff!important;
}*/
  /*--------------------*/
  /*共通*/
  /*--------------------*/
  .h2_txt01 {
    font-size: 2em;
  }
  .h2_txt03 {
    font-size: 2em;
  background-size: 80% 80%;
  }
  .h2_img01,.h2_white {
    font-size: 2em!important;
  }
  .h3_img01 {
    max-width: 800px;
  }
  .fontsize1_1em {
    font-size: 1.1em;
  }
	.booloiwai_header{
		margin-bottom: 20px;
		font-size: 2em;
	    aspect-ratio: auto; /* ← これが重要 */
    height: 180px;}

.info p,
.info02 p,
.anniversary p,
.feature p{
	font-size: 1.2em;
	}
  /*--------------------*/
  /*15周年　anniversary*/
  /*--------------------*/
  .anniversary .layout01 {
    background-position: left;
  }
  .anniversary{
    background-size: 100% auto;
  }
  /*--------------------*/
  /*おすすめ.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: #fff;
    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%;
  }
	

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

  .fukidashi_box {
    /*padding-bottom: 1em;*/
	/*border-bottom: solid #000 1px*/
  }
  .fukidashi dt {
    position: relative;
    color: #fff;
    float: left;
    clear: both;
    font-size: 1.2em;
    padding: 15px;
    background-color: #CC3366;
    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: #CC3366;
  }
  /*--------------------*/
  /*プロフィール*/
  /*--------------------*/
  .profile_box01 {
    margin: 1em 0 15px 320px !important;
  }
  .profile_photo {
    width: 280px;
    height: 280px;
    float: left;
  }
  /*--------------------*/
  /*開催概要*/
  /*--------------------*/
  .schedule_table01 {
    font-size: 1.2em;
  }
  .schedule_table01 th, .schedule_table01 td {
    border: 1px solid #000 !important;
    padding: 0.5em;
  }
  .however2 {
    font-size: 0.6em;
  }
  /*--------------------*/
  /*スケジュール*/
  /*--------------------*/
  .schedule_table02 {
    font-size: 1.2em;
  }
  /*--------------------*/
  /*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;
  }
  .pc_ptpb1em {
    padding: 1em 0;
  }
  .pc_ptpb2em {
    padding: 2em 0;
  }
  .pc_p2em {
    padding: 2em;
  }
  .pc_ptpb2em {
    padding: 2em 0;
  }
  .pc_pt1em {
    padding-top: 1em;
  }
  .pc_pt2em {
    padding-top: 2em;
  }
  .pc_pt3em {
    padding-top: 3em;
  }
  .pc_pb1em {
    padding-bottom: 1em;
  }	
  .pc_pb2em {
    padding-bottom: 2em;
  }
  .pc_mb1em {
    margin-bottom: 1em;
  }	
  .pc_mb2em {
    margin-bottom: 2em;
  }	
  /*--------------------*/
  /*catchキャッチコピー*/
  /*--------------------*/
	.catch_subitle01{
		padding-bottom: 1em;
		font-size: 2em;
	}
  /*--------------------*/
  /*ZEROスキル（ゼロ・スキル）に配置しているイメージ、spでの指定をリセット*/
  /*--------------------*/
    .sp_img_75 img {
    width: 100%;
    }
}