@charset "UTF-8";
/* Safari用ハック 文字サイズ調整 */
/*\*/
html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
}



.disp80 {
  width:80%;
}

.li_comp {
    display:  inline-block;
    background-color: #d9d9d9; /* #03A9F4; */
    color:  #000;
    padding: 10px 20px;
    border-radius:  5px;
    position:  relative;
    font-size:  12px;
}
.li_procCheck {
    display:  inline-block;
    background-color: #d6f5f3; 
    color:  #000;
    padding: 10px 20px;
    border-radius:  5px;
    position:  relative;
    font-size:  12px;
}
.li_procAct {
    display:  inline-block;
    background-color: #5ab4bd ;   /*  #c1ff67; */
    color:  #FFF;
    padding: 10px 20px;
    border-radius:  5px;
    position:  relative;
    font-size:  12px;
}

.li_procNoAct {
    display:  inline-block;
    background-color: #999999;  /*  #c1ff67; */
    color:  #000;
    padding: 5px 5px;
    border-radius:  5px;
    position:  relative;
    font-size:  10px;
}

.li_NoprocAct1 {
    display:  inline-block;
    background-color: #cbcbcb; 
    color:  #000;
    padding: 10px 20px;
    border-radius:  5px;
    position:  relative;
    font-size:  12px;
}

.arrow {
    list-style:  none;
    padding:  0;
    /* height:100%;  */
    max-height: 30px;
    min-height: 35PX;    
}

.arrow li:not(:last-child) {
    margin-right:  20px;
}

.arrow > li:not(:last-child)::before {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 12px;
    border-color: transparent transparent transparent #00BCD4;
    display:  inline-block;
    vertical-align:  middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin:  auto;
    right: -19px;
}

.arrow li {
    display:  inline-block;
    /*  background-color: #03A9F4;  */
    border-bottom: 1px #2a77e0 dotted; /*liの下に境界線を指定*/
    border-top: 1px #2a77e0 dotted; /*liの下に境界線を指定*/
    border-left: 1px #2a77e0 dotted; /*liの下に境界線を指定*/
    border-right: 1px #2a77e0 dotted; /*liの下に境界線を指定*/
    /*  color:  #000;  */
    padding: 10px 20px;
    border-radius:  5px;
    position:  relative;
    font-size:  10px;
}

.arrow2 {
    display:  none;
    list-style:  none;
    padding:  0;
    height:25px
}

.arrow2 li:not(:last-child) {
    margin-right:  16px;
}

.arrow2 > li:not(:last-child)::before {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 12px;
    border-color: transparent transparent transparent #00BCD4;
    display:  inline-block;
    vertical-align:  middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin:  auto;
    right: -19px;
}

.arrow2 li {
    display:  inline-block;
    /*  background-color: #03A9F4;  */
    border-bottom: 1px #2a77e0 dotted; /*liの下に境界線を指定*/
    border-top: 1px #2a77e0 dotted; /*liの下に境界線を指定*/
    border-left: 1px #2a77e0 dotted; /*liの下に境界線を指定*/
    border-right: 1px #2a77e0 dotted; /*liの下に境界線を指定*/
    /*  color:  #000;  */
    padding: 5px 5px;
    border-radius:  5px;
    position:  relative;
    font-size:  8px;
}

.li_comp2 {
    display:  inline-block;
    background-color: #03A9F4; 
    color:  #000;
    /* padding: 10px 20px;   */
    /* border-radius:  5px;   */
    position:  relative;
    font-size:  10px;
}

.li_procCheck2 {
    display:  inline-block;
    background-color: #d6f5f3; 
    color:  #000;
    /* padding: 10px 20px; */
    /* border-radius:  5px;  */
    position:  relative;
    font-size:  10px;
}
.li_procAct1 {
    display:  inline-block;
    /* background-color: #c1ff67;  */
    border-bottom: 1px #2a77e0 dotted; /*liの下に境界線を指定*/
    border-top: 1px #2a77e0 dotted; /*liの下に境界線を指定*/
    border-left: 1px #2a77e0 dotted; /*liの下に境界線を指定*/
    border-right: 1px #2a77e0 dotted; /*liの下に境界線を指定*/
    color:  #000;
    /*   padding: 10px 20px;   */
    /*   border-radius:  5px;   */
    position:  relative;
    font-size:  10px;
}

.li_NoprocAct1 {
    display:  inline-block;
    /* background-color: #c1ff67;  */
    border-bottom: 1px #2a77e0 dotted; /*liの下に境界線を指定*/
    border-top: 1px #2a77e0 dotted; /*liの下に境界線を指定*/
    border-left: 1px #2a77e0 dotted; /*liの下に境界線を指定*/
    border-right: 1px #2a77e0 dotted; /*liの下に境界線を指定*/
    color:  #000;
    /*   padding: 10px 20px;   */
    /*   border-radius:  5px;   */
    position:  relative;
    font-size:  10px;
}



img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.menuimg {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    text-align: center;
}

.course_ttlsub {
    font-size: 14px;
    text-align: center;
}

.spacalMenu {
    font-size: 16px;
}

.course_ttlsub02 {
    margin-top: 5px;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight:bold;
}

.hJp
 {
    font-size: 14px;
    text-align: center;
}

.hEn
 {
    font-size: 12px;
    text-align: center;
}

.round_list
 {
    font-size: 12px;
    text-align: left;
 }


.calendar-table {
    margin-top: 25px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    border-collapse: collapse;
    border:1px solid #FFF;     /*   #d3d3d3;   */ 
    width:95%;
}

.calendar-table th{
    /*   padding-top: 8px;       */
    /*   padding-right: 15px;    */
    /*   padding-bottom: 8px;    */
    /*   padding-left: 8px;      */
    text-align: center;
    font-weight: normal;
    background-color: #f8f4ef;
    /*  border: 1px #FFF solid;  */  /*  1px #d3d3d3 solid; */
    border-bottom: 1px #261a18 solid;
}

.calendar-table td{
    /*   padding-top: 8px;            */
    /*   padding-right: 8px;          */
    /*   padding-bottom: 8px;         */
    /*   padding-left: 8px;           */
    text-align: center;
    border: 1px #FFF solid;   /*  1px #d3d3d3 solid;  */
    
}

.calendar-table td:hover {
   background-color: #ffdddd; /* メニュー項目にマウスが載ったときの背景色(淡いピンク) */
   color: #000000;            /* メニュー項目にマウスが載ったときの文字色(濃い赤色) */
}

.btn:active {
   background-color: #ffdddd; /* メニュー項目にマウスが載ったときの背景色(淡いピンク) */
   color: #dd0000;            /* メニュー項目にマウスが載ったときの文字色(濃い赤色) */
}

 {

}
.mobile-scroll {
  display:none;
  border-collapse: collapse;
  width: 90%;
  min-width: 150px;
  max-width: 239px;  
}
.mobile-scroll th, td ,thead {
  padding: 5px;
  /*   border: solid 1px #333;  */
}

.evdayhead {
  padding-top: 10px;
  padding-bottom: 10px;
}

.tdleft{
    text-align: left;
}

@media only screen and (max-width: 500px) {
  .mobile-scroll {
    display:block;
    /*  white-space: nowrap;   */
    /*  overflow-x: auto;      */
    /*  -webkit-overflow-scrolling: touch; */
  }
}

.pc-scroll {
  /*   display:block;  */
  border-collapse: collapse;
  /*   width: 85%;  */
  margin-right: auto;
  margin-left: auto;
  min-width: 150px;
  max-width: 777px;
  border-collapse: collapse;
  border:1px solid #d3d3d3;    
  width:100%;
}
.pc-scroll th, thead {
    /*   padding: 5px;         */
    /*   padding-top: 8px;     */
    /*   padding-right: 15px;  */
    /*   padding-bottom: 8px;  */
    /*   padding-left: 8px;    */
    text-align: center;
    font-weight: normal;
    background-color: #f8f4ef;
    border: 1px #d3d3d3 solid;
}

.pc-scroll td, tbody {
    /*   padding-top: 8px;          */
    /*   padding-right: 8px;        */
    /*   padding-bottom: 8px;       */
    /*   padding-left: 8px;         */
    text-align: center;
    /*   border: 1px #d3d3d3 solid;  */
}

.pc-scroll td:hover {
   background-color: #ffdddd; /* メニュー項目にマウスが載ったときの背景色(淡いピンク) */
   color: #000000;            /* メニュー項目にマウスが載ったときの文字色(濃い赤色) */
}


/*--------------------------------------------------------
  レイアウト設定    スマホ
--------------------------------------------------------*/
@media only screen and (max-width: 500px) {
  .pc-scroll {
    display:none;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}


/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
    background-image : none ; /* url(../footerBg_2T.png); */
    background-repeat: repeat-x;
    background-position: center bottom;
    height : 90%;
}
#hpb-container1 {
    /* position: fixed; *//* ウィンドウを基準に画面に固定 */
    height: 100%;
    position: sticky;
    top:0;
    /*  background: #e0d0c0;   */
    z-index: 77;
}
#hpb-header{
    position: sticky;
    width: 940px;
    height: 90px;
    margin-top: -1px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    z-index: 15;
}

#hpb-header{
    top: 0;
    background-color: #eee4da;    #eee4da; */
}

#hpb-header::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


#hpb-footer{
    clear: both;
    width: 100%;
    height: 12px;
    padding-top: 5px;
    z-index: 1;
    margin: 0;
    padding-bottom: 10px;
    background-color: #eee4da;   /*  #eee4da; */
    /*  position: relative;  */
    /*  position: fixed;  */      /*←絶対位置*/
    /*  bottom: 0; */  /*下に固定*/
    z-index: 1;// (必要に応じて)    
    bottom: 0;
    /* position: fixed; */
}
    #hpb-footer p {
        line-height: 30px;
        color: #fff;
        font-size: 12px;
    }


#hpb-footer1{
    clear: both;
    width: 100%;
    height: 12px;
    padding-top: 5px;
    z-index: 1;
    margin: 0;
    background-color: #eee4da;   /*  #eee4da; */
    bottom: 0; 
    position: fixed;
}
    #hpb-footer1 p {
        line-height: 30px;
        color: #fff;
        font-size: 12px;
    }

#hpb-footerExtra1{
    width: 98%;
    height: 12px;
    margin-top: -38px;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    position: fixed;
}
    #hpb-footerExtra1 p {
        line-height: 30px;
        color: #fff;
        font-size: 12px;
    }

#hpb-inner{
    position: relative;
    width: 980px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2em;
    padding-bottom: 20px;
    padding-top: 0px;
    background-image : url(../img2/innerBg_2T_02.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: #fff;
    z-index: 1;
    height: 100%;
}
#hpb-inner::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-wrapper{
    width: 940px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2em;
    height: 100%;
}

.hpb-layoutset-02 #hpb-wrapper{
    width: 940px;
    margin-right: auto;
    margin-left: auto;
}

.hpb-layoutset-01 #hpb-title{
    padding-bottom:3px;
    padding-top: 20px;
    width: 980px;
    position: absolute;
    top: 50px;
    left: 0px;
    text-align: center;
}
.hpb-layoutset-02 #hpb-title{
    background-image : none ; /* url(../top_mainimg_2T_02.png); */
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    top: 70px;
    left: 20px;
    width: 980px;
    margin-top: -30px;  
}
.hpb-layoutset-01 #hpb-main{
    width: 90%;
    float: left;
    font-size: 14px;
    padding-top: 570px;
    padding-left: 0px;
    padding-right: auto;
    text-align: left;
    margin-bottom: 1em;
    margin-top: 400px;  /* ここで調整 ここで調整 */

}
.hpb-layoutset-02 #hpb-main{
    width: 80%;
    padding-bottom: 10px;
    padding-top: 38px;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    /*  float: left;  */
    margin-top: -40px; /* ここで調整 */
    height: 90vh;
}
.hpb-layoutset-02 #hpb-main0{
    width: 80%;
    height:100vh ;
    padding-bottom: 10px;
    padding-top: 1px;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    /*  float: left;  */
    margin-top: 0px; /* ここで調整 */
    height: 100vh;
}
.hpb-layoutset-02 #hpb-main-res{
    width: 80%;
    padding-bottom: 10px;
    padding-top: 1px;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    /*  float: left;  */
    margin-top: -5px; /* ここで調整 */
    height: 80%;
}

#hpb-aside{
    width: 0px;   /* 210px; */
    padding-top: 20px;
    padding-right: -0px;
    float: right;
    margin-top: 400px;  /* ここで調整 */
    margin-bottom: 2em;
}
.hpb-layoutset-01 #hpb-aside{
    padding-top: 590px;
}
.hpb-layoutset-02 #hpb-aside{
    padding-top: 290px;
}


/* ナビゲーション */
#hpb-nav{
    position: absolute;
    top: 26px;
    left: 254px;
    background-image : none ; /* url(../innerBg_2T.png); */
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 19px;
    width: 100%;
}
#hpb-nav11{
    position: absolute;
    top: 69px;
    margin-left: auto;
    margin-right: auto;
    background-image : none ; /* url(../innerBg_2T.png); */
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 1px;
    z-index: 5;
    /*  left: 336px; */
    /* width: 980px; */
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* コンテンツ配置領域 */
/* トップページメインイメージ */

.hpb-layoutset-01 #hpb-title h2{
    width: 940px;
    height: 500px;
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    background-image : none ;  /* url(top_mainimg_2T_01.png); */
    background-repeat: no-repeat;
    background-position: top left;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
}


.hpb-layoutset-02 h2{
    line-height: 18px;
    color: #261a18;
    font-weight: normal;
    margin: 0px;
    padding-top: 90px;
    padding-left: 40px;
    font-weight: normal;
    height: 110px;
}


/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

/* ナビゲーション */
#hpb-infomation {
    height: auto;   /*  調整項目 */
    width: 80%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 14px;
    margin-bottom: 1em;
}
.shopinf1 {
    margin-left: 150px;
    text-align: left;
    font-size: 14px;
}
#hpb-infomation1 {
    height: auto;   /*  調整項目 */
    width: 80%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 20px;
    font-weight:bold;
    margin-bottom: 1em;
    background-image : none ;   /*  url(../img/3648541_m.jpg); */
    background-repeat: no-repeat;
    background-position: top left;
}
#hpb-infomation1 ul {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 20px;
    font-weight:bold;
}
#hpb-infomation h5 {
    border-left: 10px ;
    padding: 0 0 0 15px;
    line-height: 2;
    text-decoration: none;
    background-color: #fff;
}
#toppage h5 {
    border-left: 10px;
    padding: 0 0 0 10px;
    line-height: 2;
    text-decoration: none;
    background-color: #fff;
}
#hpb-infomation h7 {
    border-left: 10px solid #6a1917;
    padding: 0 0 0 15px;
    line-height: 2;
    text-decoration: none;
    background-color: #fff;
}
#hpb-infomation img {
    height: 120px;   /*  調整項目 */
    width: 154px;
    margin-top: 30px;
}
#toppage h7 {
    border-left: 10px solid #6a1917;
    padding: 0 0 0 10px;
    line-height: 2;
    text-decoration: none;
    background-color: #fff;
}
/* -------------------- */
/* ▼メニューバーの装飾 */
/* -------------------- */
ul.ddmenu {
   margin: 0px;               /* メニューバー外側の余白(ゼロ) */
   padding: 0px 0px 0px 15px; /* メニューバー内側の余白(左に15px) */
   background-color: #cc0000; /* バーの背景色(濃い赤色) */
}

/* -------------------------- */
/* ▼メインメニュー項目の装飾 */
/* -------------------------- */
ul.ddmenu li {
   width: 125px;          /* メニュー項目の横幅(125px) */
   display: inline-block; /* ★横並びに配置する */
   list-style-type: none; /* ★リストの先頭記号を消す */
   position: relative;    /* ★サブメニュー表示の基準位置にする */
}
ul.ddmenu a {
   background-color: #cc0000; /* メニュー項目の背景色(濃い赤色) */
   color: white;              /* メニュー項目の文字色(白色) */
   line-height: 40px;         /* メニュー項目のリンクの高さ(40px) */
   text-align: center;        /* メインメニューの文字列の配置(中央寄せ) */
   text-decoration: none;     /* メニュー項目の装飾(下線を消す) */
   font-weight: bold;         /* 太字にする */
   display: block;            /* ★項目内全域をリンク可能にする */
}
ul.ddmenu a:hover {
   background-color: #ffdddd; /* メニュー項目にマウスが載ったときの背景色(淡いピンク) */
   color: #dd0000;            /* メニュー項目にマウスが載ったときの文字色(濃い赤色) */
}


.satDay {
   background-color: #FFF;  /* #f08080; *//* 土曜 */
}
.sunDay {
   background-color: #FFF;  /* #b0e0e6; *//* 日曜 */
}
.strholyDay {
   background-color: #FFF;  /* #b0e0e0; *//* 日曜 */
}

.today {
   background-color: #FFF;  /* #008b8b; *//* 当日 */
}
.selectday {
   background-color: #e3d1f3;  /* #e3d1f3;    *//* 選択日 */
}
.selecttime {
   background-color: #e3d1f3;  /* #e3d1f3;   */ /* 選択日 */
}
.day {
   background-color: #FFF;  /* #fff;      */ /* 選択日 */
}
.bftoday {
   background-color: #FFF;  /* #ddd;      */ /* 過去日付 */
}
.strholyday {
   background-color: #FFF;  /* #ddd; */      /* 過去日付 */
}

.timetitle {
   display : none ;
}

.flex {
    display: flex; 
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;    
    /*  border: 1px solid #333;   */
}
.flex_left {
    border:      #6495ed solid 1px; 
    border-left: #6495ed solid 1px;
    padding: 3px;
    background : #d3d3d3 ;
    color: rgb(0,0,0) ;
    width: 50px;
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.flex_right {
    style="border: #6495ed solid 1px; 
    padding: 2px;
    /*  background : #f0f8ff ;  */
    color: #ff00cc ;    /*rgb(0,0,0) ;*/
    margin-top: 5px;
    font-size: 16px;
    width: 85%;
}
.flex_comment {
    margin-top: 10px;
    /*  border: #6495ed solid 1px;  */
    padding: 2px;
    /* background : #f0f8ff ;  */
    color: rgb(0,0,0) ;
    margin-top: 5px;
    font-size: 16px;
    min-height: 3px;
    width: 95%;
    margin-left: 20px;
    text-align: left;

}
.flex_comment2 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: rgb(0,0,0) ;
    font-size: 14px;
    width: 95%;
    text-decoration:underline solid black;
}
.flex_comment3 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: rgb(0,0,0) ;
    font-size: 10px;
    width: 95%;
}
.flex_comment4 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: rgb(0,0,0) ;
    font-size: 10px;
    width: 95%;
}
.flex_comment5 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: rgb(0,0,0) ;
    font-size: 10px;
    width: 95%;
}
.flex_comment6 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: rgb(255,0,0) ;
    font-size: 12px;
    width: 95%;
}


@media only screen and (max-width: 500px) {
   .flex {
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;   
   }
   
   .hpb-layoutset-02 #hpb-main-res{
       width: 95%;
       padding-bottom: 10px;
       padding-top: 1px;
       padding-right: 0px;
       padding-left: 0px;
       margin-left: 2px;
       margin-top: -5px; /* ここで調整 */
       height: 80%;
   }
   
   .flex_comment {
       margin-top: 10px;
       padding: 2px;
       color: rgb(0,0,0) ;
       margin-top: 5px;
       font-size: 16px;
       min-height: 3px;
       width: 95%;
       margin-left: 20px;
       text-align: left;
   
   }

}


.frm20 {
    display: flex;
    flex-wrap: no-wrap;      /*折り返しなし・単一行（デフォルト）*/
    flex-wrap: wrap;         /*折り返し有り・複数行*/
    flex-wrap: wrap-reverse; /*折り返し有り・複数行・折り返し地点が逆*/
}

.month {
    display: flex;
    flex-wrap: no-wrap;      /*折り返しなし・単一行（デフォルト）*/
    flex-wrap: wrap;         /*折り返し有り・複数行*/
    flex-wrap: wrap-reverse; /*折り返し有り・複数行・折り返し地点が逆*/
    flex-direction: row;
    width: 75%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    
}
.month2 {
    display: flex;
    flex-wrap: no-wrap;      /*折り返しなし・単一行（デフォルト）*/
    flex-wrap: wrap;         /*折り返し有り・複数行*/
    flex-wrap: wrap-reverse; /*折り返し有り・複数行・折り返し地点が逆*/
    flex-direction: row;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    
}

.divlefft {
    margin-left: 0;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}
.divcenter {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}
.divright {
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}


/* ---------------------------------- */
/* ▼サブメニューがある場合に開く処理 */   /* ※サブメニューが2階層以上ある場合の記述 */
/* ---------------------------------- */
ul.ddmenu li:hover > ul {
   display: block;         /* ★マウスポインタが載っている項目の内部にあるリストを表示する */
}

/* -------------------- */
/* ▼サブメニューの装飾 */
/* -------------------- */
ul.ddmenu ul {
   margin: 0px;         /* ★サブメニュー外側の余白(ゼロ) */
   padding: 0px;        /* ★サブメニュー内側の余白(ゼロ) */
   display: none;       /* ★標準では非表示にする */
   position: absolute;  /* ★絶対配置にする */
}

/* -------------------------------- */
/* ▼サブメニュー(以降の)項目の装飾 */
/* -------------------------------- */
ul.ddmenu ul li {
   width: 300px;               /* サブメニュー1項目の横幅(135px) */
   border-top: 1px solid pink; /* 項目上側の枠線(ピンク色で1pxの実線) */
}
ul.ddmenu ul li a {
   line-height: 35px;   /* サブメニュー1項目の高さ(35px) */
   text-align: left;    /* 文字列の配置(左寄せ) */
   padding-left: 5px;   /* 文字列前方の余白(5px) */
   font-weight: normal; /* 太字にはしない */
}
ul.ddmenu ul li a:hover {
   background-color: #ffff80; /* サブメニュー項目にマウスが載ったときの背景色(淡い黄色) */
   color: #005500;            /* サブメニュー項目にマウスが載ったときの文字色(濃い緑色) */
}

/* ----------------------------------- */
/* ▼3階層目以降(孫メニュー以降)の装飾 */   /* ※下ではなく横(右)に表示します。 */
/* ----------------------------------- */
ul.ddmenu ul ul {
   width: 235px;               /* サブメニュー1項目の横幅(135px) */
   margin: 0px;         /* ★サブメニュー外側の余白(ゼロ) */
   padding: 0px;        /* ★サブメニュー内側の余白(ゼロ) */
   display: none;       /* ★標準では非表示にする */
   position: absolute;  /* ★絶対配置にする */
   top: -1px;           /* 1pxだけ上方向にずらす(※上に1pxの枠線を引いている場合) */
   left: 100%;          /* ★基準位置からの距離を親ボックスの幅100％にする */
   border-left: 1px solid pink; /* 左側に引く枠線(ピンク色で1pxの実線) */
}


#hpb-nav11 li span.ja{
    display: none;
}

#hpb-nav ul{
    list-style-type: none;
    margin-left: auto;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0;
    width: 940px;
    height: 50px;
    /*  overflow: hidden;  */
    background-image : none ;  /* url(mainmenu_2T.png); */
    background-repeat: no-repeat;
    background-position: top left;
}

#hpb-nav ul::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-nav li{
    float: left;
    display: inline;
    line-height: 50px;
    /*  overflow: hidden;  */
    text-transform: capitalize;
    background-image : none ; /*  url(mainmenuItem_2T.png); */
    background-repeat: no-repeat;
    background-position: right;
}

#hpb-nav li a{
    margin-right: 2px;
    padding-top: 2px;
    padding-right: 20px;
    padding-left: 20px;
    /*  overflow: hidden;  */
    display: block;
    height: 48px;
    /* color:#ead6b6; */
    color:#000000; 
    font-size: 14px;
    text-decoration:none;
    border-bottom: 3px 
}

#hpb-nav li span.ja{
    display: block; /*none; *
}

#hpb-nav a:hover{
    background-image : none ; /* url(mainmenu_2T_on.png); */
    background-repeat: no-repeat;
    background-position: top center;
    text-decoration: underline; 
    border-bottom: 3px 
}
#hpb-nav a:active{
    background-image : none ; /* url(mainmenu_2T_on.png); */
    background-repeat: no-repeat;
    background-position: top center;
}
#hpb-nav li:first-child a:hover,
#hpb-nav li:first-child a:active{
    background-position: top left;
}
/*  11 */ 
#hpb-nav11 ul{
    list-style-type: none;
    margin-left: auto;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0;
    background-image : none ;  /* url(mainmenu_2T.png); */
    background-repeat: no-repeat;
    background-position: top left;
    /*  width: 940px;          */
    /*  height: 50px;      */
    /*  overflow: hidden;  */
}

#hpb-nav11 ul::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-nav11 li{
    float: left;
    display: inline;
    /*   line-height: 26px;  */
    /*   overflow: hidden;  */
    text-transform: capitalize;
    background-image : none ; /*  url(mainmenuItem_2T.png); */
    background-repeat: no-repeat;
    background-position: right;
}

#hpb-nav11 li a{
    margin-right: 2px;
    padding-top: 2px;
    padding-right: 20px;
    padding-left: 20px;
    /* overflow: hidden; */
    display: block;
    height: 25px;     /* NAVの高さ */
    /* color:#ead6b6; */
    color:#000000; 
    font-size: 14px;
    text-decoration:none;
    border-bottom: 3px 
}

#hpb-nav11 li span.ja{
    display: none;
}

#hpb-nav11 a:hover{
    background-image : none ; /* url(mainmenu_2T_on.png); */
    background-repeat: no-repeat;
    background-position: top center;
    text-decoration: underline; 
    border-bottom: 3px 
}
#hpb-nav11 a:active{
    background-image : none ; /* url(mainmenu_2T_on.png); */
    background-repeat: no-repeat;
    background-position: top center;
}
#hpb-nav11 li:first-child a:hover,
#hpb-nav11 li:first-child a:active{
    background-position: top left;
}


/*  11 */

/* 先頭に戻るボタン */

#pagetop{
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    text-align: left;
    right:0px;
    bottom:5px;
}

#pagetop a{
    /* 先頭に戻るボタンの左右設定 */
    display: block;
    width: 100px;
    height: 18px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: auto;
    background-image : none ; /* url(returnTop_2T.png); */
    background-position: top left;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
}
/* 商品紹介ページ デザイン定義 */

#item .itemlist{
    width: 600px;
}
#item .itemlist .item{
    width: 200px;
}

.tax {
    font-size: 10px;
}



/* 17. 交差線 */

#Resdev11 {
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    min-width:150px; 
    max-width:400px;
}
#Resdev11:before, #Resdev11:after {
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
#Resdev11:before {left: 10px;}
#Resdev11:after {right: 10px;}
#Resdev11 p {
    margin: 0; 
    padding: 0;
}

#parent1 {
    background-color: gray;
}

#service {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width : 100%;
}

.course_panel {
    display: flex;
    flex-wrap:nowrap;
    text-align: center;
    flex-direction: column;    
}

.disp {
    text-align: center;
    font-size: 14px;
}

.disp p{
    text-align: center;
    font-size: 14px;
}

/* 2. 角丸 */
.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.box2 p {
    margin: 0; 
    padding: 0;
}

/* 2. 角丸 */
.boxRes2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;   /* 文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
    margin-bottom: 20px;
    
}

.boxRes2 p {
    margin: 0; 
    padding: 0;
}

.blackboard-reserve{
  // background: url(https://common.nijiaroma.com/back_img/27036514_s.jpg) no-repeat center center / cover;
  // margin: 1em 0;
  padding: 1em;
  border: 2px solid #a60;
  box-shadow: 2px 2px 4px #999, 2px 2px 2px #020 inset;
}

/* 2. 角丸 */
.boxRes3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
    margin-bottom: 20px;
    display: none;
}

.boxRes3 p {
    margin: 0; 
    padding: 0;
}


/* 4. 上下にだけ線 */
.box4{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;
    border-top: solid 5px #5989cf;
    border-bottom: solid 5px #5989cf;
    height: 100%;
}
.box4 p {
    margin: 0; 
    padding: 0;
}

/* 4. 上下にだけ線 */
.box4_msg{
    display: flex;
    flex-direction: row;
    /* padding: 8px 19px; */
    /* margin: 2em 0; */
    color: #2c2c2f;
    background: #FFF;    /*    #cde4ff;   */
    /*  border-top:    1px solid #5989cf; */
    /*  border-bottom: 1px solid #5989cf; */
    /*  height: 100%;   */
    max-height: 40pX;
    min-height: 45px;
    
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    width:100% ;
    margin-left: auto;
    margin-right: auto;
}


.backward {
  position: relative;
  width: 80px;
  height: 20px;
  background: #5ab4bd;
  color : #FFF;
  clip-path: polygon(20% 0,100% 0,100% 100%,20% 100%,00% 50%);
}

.backward a {
  background: #5ab4bd  !important;
  color : #FFF         !important;
}

.backward:hover {
    color:#ff6a00;
    text-decoration:underline;
}


.backwardNoAct {
  position: relative;
  width: 80px;
  height: 20px;
  color : #FFF;
  background: #999999;
  clip-path: polygon(20% 0,100% 0,100% 100%,20% 100%,00% 50%);
  margin-left: 60px;
}

.backwardNoAct a {
  background: #5ab4bd;
  color : #FFF;
}



.forward {
  position: relative;
  width: 80px;
  height: 20px;
  background: #5ab4bd;
  color : #FFF;
  margin-right: -40px;
  clip-path: polygon(0 0,80% 0,100% 50%,80% 100%,0 100%);
}
.forward a {
  background: #5ab4bd    !important;
  color : #FFF           !important;
}

.forward:hover {
    color:#ff6a00;
    text-decoration:underline;
}

.forwardNoAct {
  position: relative;
  width: 80px;
  height: 20px;
  background: #999999;
  color : #FFF;
  margin-right: -40px;
  clip-path: polygon(0 0,80% 0,100% 50%,80% 100%,0 100%);
}
.forwardNoAct a {
  background: #5ab4bd;
  color : #FFF;
}



.box88submit {
    min-width: 45px;
    max-width: 110px;    
}

.box99submit {
    min-width: 45px;
    max-width: 110px;    
}

.box4_msg p {
    margin: 0; 
    padding: 0;
}


/* 4. 上下にだけ線 */
.box111_msg{
    height: 100%;
    width: 60%
    margin-left: auto;
    margin-right: auto;
}
.box111_msg p {
    margin: 0; 
    padding: 0;
}

/* 11. スマートなデザインに */
.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
}


/*  7. 左右二重線   */
.box7{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #474747;
    background: whitesmoke;/*背景色*/
    border-left: double 7px #4ec4d3;/*左線*/
    border-right: double 7px #4ec4d3;/*右線*/
}
.box7 p {
    margin: 0; 
    padding: 0;
}


/*  7. 左右二重線   */
.boxFMenu7{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #000000;       /* #474747;  */
    background: #D3D3D3;  /* whitesmoke; 背景色*/
    border-left: double 7px #4ec4d3;/*左線*/
    border-right: double 7px #4ec4d3;/*右線*/
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    font-size: 19px;
    margin-left: auto;
    margin-right: auto;
    width : 60%;
    
}
.boxFMenu7 p {
    margin: 0; 
    padding: 0;
}



/* 8. 左にだけ太線 */
.box8 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.box8 p {
    margin: 0; 
    padding: 0;
}

/* 9. 上にだけ太線 */
.box9 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #ff7d6e;
    background: #ffebe9;
    border-top: solid 10px #ff7d6e;
}
.box9 p {
    margin: 0; 
    padding: 0;
}

/* 11. スマートなデザインに */
.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
}

.boxMenu11{
    padding: 0.5em 1em;
    margin: 0.5em 0;
    color: #000000;        /*  color: #5d627b;  */
    background: #F0E68C;   /*  background: white;  */
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
}
.boxMenu11 p {
    margin: 0; 
    padding: 0;
}

/* 11. スマートなデザインに */
.box11Cart{
    padding: 0.5em 1em;
    margin-top: 0.5em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11Cart p {
    margin: 0; 
    padding: 0;
}


/* 11. スマートなデザインに */
.boxFMenu11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #000000;                /* #FFFFFF; */
    background: #e6e6fa;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    font-size: 14px;
}
.boxFMenu11 p {
    margin: 0; 
    padding: 0;
}


/*   12. 分厚いボード風   */
.box12{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5989cf;
    background: #c6e4ff;
    border-bottom: solid 6px #aac5de;
    border-radius: 9px;
}
.box12 p {
    margin: 0; 
    padding: 0;
}

/*   12. 分厚いボード風   */
.box12YM{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #000 ;   /*  #5989cf; */
    background: #c6e4ff;
    min-width: 150px;
    max-width: 300px;    
    border-bottom: solid 6px #aac5de;
    border-radius: 9px;
    margin-left: auto;
    margin-right: auto;
}
.box12YM p {
    margin: 0; 
    padding: 0;
}


/*   12. 分厚いボード風   */
.boxMenu12{
    padding: 0.5em 1em;
    /* margin: 2em 0; */
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    color: #000000 ;            /* color: #5989cf;  */
    background-color: #f0f0f0;  /*  background: #c6e4ff;  */
    border-bottom: solid 6px #aac5de;
    border-radius: 9px;
    min-width:150px; 
    max-width:450px;
}
.boxMenu12 p {
    margin: 0; 
    padding: 0;
}

/*   12. 分厚いボード風   */
.boxFMenu12{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #000000 ;                /*  color: #5989cf;  */
    /*  background-color: #FFF  ;   */ /* #f0f0f0  ; #D3D3D3 #B0C4DE;   #f0f0f0;  background: #c6e4ff;  */ 
    /*  border-bottom: solid 6px #aac5de;  */
    border-radius: 9px;
    min-width:150px; 
    max-width:605px;
    margin-right: auto;
    margin-left: auto;
}
.boxFMenu12 p {
    margin: 0; 
    padding: 0;
}

/*   12. 分厚いボード風   */
.boxRes12{
    padding: 0.5em 1em;
    color: #000000 ;              /*  color: #5989cf;  */
    background-color: #f0f0f0  ;  /* #D3D3D3 #B0C4DE;   #f0f0f0;  background: #c6e4ff;  */
    border-bottom: solid 6px #aac5de;
    border-radius: 9px;
    min-width    : 90%; 
    max-width    : 75px;
    margin-right : 0px;
    margin-left  : auto;
    text-align   : center;
}
.boxRes12 p {
    padding: 0;
    text-align: center;
}

.boxRes12:hover{
    padding: 0.5em 1em;
    color: #5989cf ;              /*  color: #5989cf;  */
    background-color: #B0C4DE  ;  /* #D3D3D3 #B0C4DE;   #f0f0f0;  background: #c6e4ff;  */
    border-bottom: solid 6px #aac5de;
    border-radius: 9px;
    min-width    : 90%; 
    max-width    : 75px;
    margin-right: 0px;
    margin-left: auto;
    text-align: center;
}

/*   12. 分厚いボード風   */
.fashionbox4{
    padding: 0.5em 1em;
    color: #e34b64 ;              /*  color: #5989cf;  */
    min-width    :18%; 
    max-width    :50px;
    margin-right : 0px;
    margin-left  : auto;
    text-align   : right;
}
.fashionbox4 p {
    padding: 0;
    text-align: center;
}

.fashionbox4:hover{
    padding: 0.5em 1em;
    color: #e34b64 ;              /*  color: #5989cf;  */
    text-align   : rigth;
}

/*   12. 分厚いボード風   */
.fashionYM{
    color: black;
    /* color: #5989cf; */
    /* min-width: 129px; */
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 100%;
    text-align: center;
    width: 83%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: large;    
}
.fashionYM p{
    padding: 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: large;    
    text-align: center;
}

.fashionYM:hover{
    color: #e34b64 ;              /*  color: #5989cf;  */
    text-align   : rigth;
}

/* 17. 交差線 */

.box17{
    /*   margin:2em 0;  */
    margin-top: 2em;
    margin-bottom: 2em;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    min-width:150px; 
    max-width:400px;
    text-align: center;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}

/* 17. 交差線 */

.boxMenu17{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    min-width:150px; 
    max-width:800px;   /*   max-width:400px;  */
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 19px;
}
.boxMenu17:before, .boxMenu17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.boxMenu17:before {left: 10px;}
.boxMenu17:after {right: 10px;}
.boxMenu17 p {
    margin: 0; 
    padding: 0;
}


/* 18. 角に円形 */

.box18{
    margin:2em 0;
    position: relative;
    padding: 0.25em 1em;
    border: solid 2px #ffcb8a;
    border-radius: 3px 0 3px 0;
}
.box18:before,.box18:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 50%;
}
.box18:after {
    top:-12px;
    left:-12px;
}
.box18:before {
    bottom:-12px;
    right:-12px;
}
.box18 p {
    margin: 0; 
    padding: 0;
}

/* 22. 紙風 */
.box22{
    padding: 0.5em 1em;
    margin: 1em 0;
    background:  #f4f4f4;
    border-left: solid 6px #3366ff;     /*   #5bb7ae; */
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
    text-align: center;
}
.box22 p {
    margin: 0; 
    padding: 0;
}

.box22:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    background:  #F4CCCC;
}

/* 25. めくれたテープ風 */
.box25{
    position: relative;
    background: #e8ece9 ;  /*  #FFFFDD;      background: #fff0cd;  */
    box-shadow: 0px 0px 0px 5px #bcbace;     /*   #ffc68e;      #fff0cd;  */
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #000000;  /*  color: #454545;   */
    width: 80%;
    margin-right: auto;
    margin-left : auto;
    margin-top  : 10px;
    font-size: 12px;
}
.box25:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box25 p {
    margin: 0; 
    padding: 0;
}

/* 26. タイトル付き 枠の途中にタイトル */

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

/* 27. ラベルをつけたようなデザイン */
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}


/* 27. ラベルをつけたようなデザイン */
.boxESTHE27 {
    position: relative;
    margin: 3em 0;
    padding: 0.5em 1em;
    border: solid 3px #000000;   /* #62c1ce;   */
}
.boxESTHE27 .box-title {
    margin: 10;
    position: absolute;
    display: inline-block;
    top: -27px;    
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    background: #000000;   /*  #62c1ce;  */
    color:  #ffffff;       /*  #000000;  */
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.boxESTHE27 p {
    margin: 10; 
    padding: 0;
}



/* 28. ボックス内にラベル */

.box28 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
    text-align: center;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.box28 p {
    margin: 0; 
    padding: 0;
    text-align: center;
}

/* 29. タイトルを横いっぱいに広げた場合 */
.box29 {
    margin: 0.1em 0;
    /*  background: #dcefff; */
    margin-left: 30px;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}

.box30 {
    margin: 0em 0em 2em 0em;;
    background: #e4e4e4;  /*   #f1f1f1;   */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    min-width:100px; 
    max-width:500px;
    margin-right: auto;
    margin-left: auto;
}

.box30 .box-title {
    font-size: 1.2em;
    background: #c9c9c9;    /*  #ffebe9;  #5fc2f5;   */
    padding: 4px;
    text-align: center;
    color:  #e60033;     /* #FFF;   */
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}


.title11 {
   width: 70%;
   /* background: #53e3a6; */
}
.menu11 {
   width: 70%;
   /*   background: #53e3a6;  */
   /*   float: left;  /* 回り込み */
}

.time11 {
   width: 20%;
   background: #5fb3f5;
   text-align: right;
   float: right;
}
.money11 {
   width: 20%;
   background: #5fb3f5;
   text-align: right;
   float: right;
}

.clas_dispface {
    display: block;
    margin-left: auto;
    margin-right: auto;    

}

.title1 {
    text-align: left;
}
.menu1 {
    display:  inline-block;     /* インラインブロック要素にする */
    text-align: center;
}
.menu2 {
    display:  inline-block;     /* インラインブロック要素にする */
    text-align: center;
}
.time1 {
    text-align: right;
}
.money {
    text-align: right;
}

.setfont {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.setfontbold; {
    font-weight: bold;
}
.setfontsize12; {
    font-size: 12px;
}
.setfontsize14; {
    font-size: 14px;
}
.setfontsize16; {
    font-size: 16px;
}
.setfontsize18; {
    font-size: 18px;
}
.setfontsize22; {
    font-size: 22px;
}
.setfontsize24; {
    font-size: 24px;
}

button:disabled {
  background: #ccc;
  color:  #000000;     /* #FFF;   */
}

/* カート部分の定義  */
.cartbox {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    min-height: 45px;
    max-height: 200px;
    overflow-y: scroll;
}
.cart-table {
    /* border-collapse: collapse; */
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 12px;
    color: #000;   /* #fff; */
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    overflow-x: hidden;
    overflow-y: scroll;
    border-collapse: collapse;
    /* display: block; */
    /* height:144px; */
}
.reserveAction
 {
    display: flex;
    flex-wrap: nowrap;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 12px;
    color: #000;   /* #fff; */
    margin-right: auto;
    margin-left: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}
.reserveCancel .reserveUpdate{
   width : 100px;
}
.loose-leaf{
  /*   background: url(https://event.nijiaroma.com/img4/994001_m.jpg) no-repeat center center / cover;  */
  background: #f8f8f8;
  color : #000000;
  border-left: 5px dotted rgba(0,0,0,.1);
  box-shadow: 0 0 0 5px #f8f8f8;
  padding: 0.5em;
  margin: 1em 5px;
  width : 95% ;
  min-width: 110px;
  max-width: 450px;    
  text-align: left;
}

.loose-leaf p{
  margin: 0;
  padding: 0;
  color: #261a18;
}


/* taセルサイズ  */
.th5 {
    width: 5%;
}
.th1 {
    width: 70%;
}
.th10 {
    width: 12%;
}
.th11 {
    width: 30%;
}
.th12 {
    width: 30%;
    text-align: right;
}
.th13 {
    width: 10%;
    text-align: right;
}
.th14 {
    width: 10%;
    font-size: 9px;
    text-align: ecnter;
}
.th15 {
    width: 15%;
    font-size: 9px;
    text-align: ecnter;
}
.th20 {
    width: 20%;
    font-size: 9px;
    text-align: ecnter;
}
.th30 {
    width: 30%;
    font-size: 9px;
    text-align: ecnter;
}

.cart-table th {
    /* background-color: #4c586f;  */
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 12px;
    vertical-align: middle;
    padding: 5px 10px;
    text-align: ecnter;
    color: #000;   /* #fff; */
}

.cart-table td {
    border: 1px solid #ebeced; 
    vertical-align: middle;
    padding: 5px 10px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 12px;
    color: #000;   /* #fff; */
    text-align: left;
}

.cart-table thead tbody {
  display: block;
}
.thfix {
  position: sticky;
  top: -1px;
  backcolor: #333;   /* #fff; */
}

.cart-table tbody {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 40px;
}

.msgarea {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color:#ff0000;
}

.th10 {
    width: 12%;
}
.th11 {
    width: 60%;
}
.th12 {
    width: 10%;
    text-align: right;
}
.th13 {
    width: 10%;
    text-align: right;
}
.th14 {
    width: 10%;
    font-size: 9px;
    text-align: ecnter;
}

.cart-btn {
    width: 100%;
    text-align: center;
}
.cartlist {
    width: 95%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.alcenter {
    margin-right: auto;
    margin-left: auto;
}

.btn2 {
  display       : inline-block;
  border-radius : 20%;          /* 角丸       */
  font-size     : 8pt;          /* 文字サイズ */
  text-align    : center;       /* 文字位置   */
  cursor        : pointer;      /* カーソル   */
  padding       : 2px 2px;      /* 余白       */
  background    : #1a1aff;      /* 背景色     */
  color         : #ffffff;      /* 文字色     */
  line-height   : 1em;          /* 1行の高さ  */
  transition    : .3s;          /* なめらか変化 */
  box-shadow    : 6px 6px 3px #666666;  /* 影の設定 */
  border        : 2px solid #1a1aff;    /* 枠の指定 */
}

.btn2:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #000066;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}

.text-right {
    text-align: right;
}

table {
  margin: 20px auto;
}
.tbl-r02 {
  width: 95%;
}

.tbl-r02 th {
  background: #5ab4bd ;   /* #691B1B; */
  border: solid 0px #ccc;
  color: #fff;
  padding: 10px;
  text-align: center;
  width: 150px;
}
.tbl-r02 td {
  border: solid 0px #ccc;
  padding: 6px;
  text-align: left;
}

/* ログイン画面 */
/* login.html */
.login,
.register {
    width: 70%;
    margin: 0 auto;
    padding: 20px 0;
}

.login {
    background-color: #ebeced;
    border:1px solid #ebeced;
}

.register {
    /* border:1px solid #ebeced; */
    text-align: center;
}

/* register.html */
.checkbox {
    width: auto;
}

/* regi_conf.php */
.conf-form{
    background-color: #ebeced;
    padding: 30px;
}

/* regi_end.php */
.thanks{
    background-color: #ebeced;
    text-align: center;
    padding: 50px 0;
    justify-content: center;
}

.thanks h4{
    margin-bottom: 10px;
}

.menu-right a{
    float: right;
    padding-right: 15px;
}

A:visited {
    color: #0072ff;
    text-decoration: none;
}
A:link {
    color: #0072ff;
    text-decoration: none;
}
A:hover{
    color:#ff6a00;
    text-decoration:underline;
}
A:active {
    color: #ff6a00;
    text-decoration: underline;
}

.DivLink {
    position:relative;
    background-color: #fffbb6;
    border: 1px solid #ff6a00;
    
    padding: 10px 20px;
    border-radius:  5px;
    
}

.DivLink .Link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.hrym {
    color: #FFFFFF;
}
.hrym {
    height: 1px;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-bottom-width: 1px;
    border-bottom-style: none;
    border-left-width: 1px;
    border-left-style: none;
    text-align: left;
    background: blue;
    width : 50%;
    margin-right: auto;
    margin-left: auto;    
}


/* ログイン画面 */


/* =======================================================
  レスポンシブ設定
======================================================= */
@media screen and (max-width: 568px) {
    
    /*--------------------------------------------------------
      レイアウト設定
    --------------------------------------------------------*/
    #hpb-container{
        background-image : none;
    }
    
    #hpb-header{
        width: 100%;
        height: auto;
        padding-bottom: 10px;
        background-color: #FFFFFF;  /* #D2C5B9; */
    }
    
    #hpb-footer{
        padding-top: 0px;
        background-color: #FFFFFF;  /* #261A18; */
        position: absolute;/*←絶対位置*/
        bottom: 0; /*下に固定*/
        
    }
    
    #hpb-footerExtra1{
        width: 100%;
        background-color: #FFFFFF;  /* #523E3A; */
    }
    
    #hpb-inner{
        width: 100%;
        padding-bottom: 0px;
        margin-top: 140px;
        background-image: none;
        margin-left: 0px;
    }
    
    #hpb-wrapper{
        width: 100%;
    }
    .hpb-layoutset-02 #hpb-wrapper{
        width: 100%;
    }
    
    .hpb-layoutset-01 #hpb-title{
        padding-bottom: 0px;
        padding-top: 0px;
        width: 100%;
        position: relative;
        top: 0px;
        margin-bottom: 2em;
    }
    .hpb-layoutset-02 #hpb-title{
        background-image: none;
        position: relative;
        top: 0px;
        left: 0px;
        width: 96%;
        margin-top: 20px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #E1E1E1;
        border-top-color: #DEDDE1;
        border-top-style: solid;
        border-top-width: 1px;
        border-right-color: #DEDDE1;
        border-right-style: solid;
        border-right-width: 1px;
        border-bottom-color: #DEDDE1;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-left-color: #DEDDE1;
        border-left-style: solid;
        border-left-width: 1px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
    }
    
    .hpb-layoutset-01 #hpb-main{
        width: 96%;
        float: none;
        padding-top: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 130px;  /* ここで調整  ここで調整 */
    }
    .hpb-layoutset-02 #hpb-main{
        width: 96%;
        float: none;
        padding-bottom: 20px;
        padding-top: 28px;
        margin-left: auto;
        margin-right: auto;
        height: auto;
    }
    
    #hpb-aside{
        padding-top: 0px;
        padding-right: 0px;
        float: none;
        padding-bottom: 20px;
        max-width: 96%;
        margin-left: auto;
        margin-right: auto;
        height: auto;
    }
    .hpb-layoutset-01 #hpb-aside{
        padding-top: 0px;
    }
    .hpb-layoutset-02 #hpb-aside{
        padding-top: 0px;
    }
    .shopinf1 {
        margin-left: 10px;
        text-align: left;
        font-size: 12px;
    }
    #hpb-infomation img {
        visibility:hidden ;
        height: 0px;   /*  調整項目 */
        width: 0px;
    }
    /* ナビゲーション */
    
    #hpb-nav{
        position: relative;
        top: 0px;
        background-image : none;
        padding-top: 0px;
        width: 100%;
        background-color: #ffffff;    /* #312220; */
    }
    #hpb-nav11{
        position: relative;
        top: 0px;
        background-image : none;
        padding-top: 0px;
        width: 100%;
        background-color: #ffffff;    /* #312220; */
    }
    
    .box2 {
        display: none;
    }
    .arrow {
        /*  display: none; */
        list-style:  none;
        padding:  0;
        height:100%;
    }
    
    .arrow2 {
        display:     inline-block;
        list-style:  none;
        padding:        0;
        height :     30px;
    }
    
    
    /* 29. タイトルを横いっぱいに広げた場合 */
    .box29 {
        margin: 0.1em 0;
        /*  background: #dcefff; */
        margin-left: 10px;
        width : 75%
    }
    .box29 .box-title {
        font-size: 1.2em;
        background: #5fb3f5;
        padding: 4px;
        text-align: center;
        color: #FFF;
        font-weight: bold;
        letter-spacing: 0.05em;
    }
    .box29 p {
        padding: 15px 20px;
        margin: 0;
    }    
    
    /*   12. 分厚いボード風   */
    .box12YM{
        padding: 0.5em 1em;
        margin: 2em 0;
        color: #000 ;   /*  #5989cf;  */
        background: #c6e4ff;
        min-width: 100px;
        max-width: 50%;    
        border-bottom: solid 6px #aac5de;
        border-radius: 9px;
        margin-left: auto;
        margin-right: auto;
    }
    .box12YM p {
        margin: 0; 
        padding: 0;
    }
    
    
    .li_comp {
        display:  inline-block;
        background-color: #d9d9d9 ; /* #03A9F4; */
        color:  #000;
        padding: 1px 2px;
        border-radius:  5px;
        position:  relative;
        font-size:  10px;
    }
    .li_procCheck {
        display:  inline-block;
        background-color: #d6f5f3; 
        color:  #000;
        padding: 1px 2px;
        border-radius:  5px;
        position:  relative;
        font-size:  10px;
    }
    .li_procAct {
        display:  inline-block;
        background-color: #5ab4bd ;   /*  #c1ff67; */
        color:  #FFF;
        padding: 1px 2px;
        border-radius:  5px;
        position:  relative;
        font-size:  10px;
    }
    .li_procNoAct {
        display:  inline-block;
        background-color: #999999 
        color:  #000;
        padding: 1px 2px;
        border-radius:  5px;
        position:  relative;
        font-size:  10px;
    }
    .li_NoprocAct1 {
        display:  inline-block;
        background-color: #cbcbcb; 
        color:  #000;
        padding: 1px 2px;
        border-radius:  5px;
        position:  relative;
        font-size:  10px;
    }    
    
    .backwardNoAct {
      position: relative;
      width: 80px;
      height: 20px;
      color : #FFF;
      background: #999999;
      clip-path: polygon(20% 0,100% 0,100% 100%,20% 100%,00% 50%);
      margin-left: 0px;
    }s
    .backwardNoAct a {
      background: #5ab4bd;
      color : #FFF;
    }
    
    .arrow li {
        display: inline-block;
        border-bottom: 1px dotted #2a77e0;
        border-top: 1px dotted #2a77e0;
        border-left: 1px dotted #2a77e0;
        border-right: 1px dotted #2a77e0;
        color: #000;
        /* padding: 10px 20px; */
        border-radius: 5px;
        position: relative;
        font-size: 10px;
    }    
    
    /*   12. 分厚いボード風   */
    .fashionbox4{
        padding: 0.0m 0em;
        color: #e34b64 ;              /*  color: #5989cf;  */
        min-width    :18%; 
        max-width    :50px;
        margin-right : 0px;
        margin-left  : auto;
        text-align   : right;
    }    
    
    
    /* 2. 角丸 */
    .boxRes2 {
        padding: 0.5em 1em;
        margin: 2em 0;
        font-weight: bold;
        color:#000;     /*#6091d3;文字色*/
        background: #accdf1;
        border: solid 3px #6091d3;/*線*/
        border-radius: 10px;/*角の丸み*/
        margin-top: 1px;
        display: inherit;
    }
    .boxRes2 p {
        margin: 0; 
        padding: 0;
    }
    /* 2. 角丸 */
    .boxRes3 {
        padding: 0.5em 1em;
        margin: 2em 0;
        font-weight: bold;
        color:#000;     /*#6091d3;文字色*/
        background: #FFF;
        border: solid 3px #6091d3;/*線*/
        border-radius: 10px;/*角の丸み*/
        margin-top: 1px;
        display: inherit;
    }
    .boxRes3 p {
        margin: 0; 
        padding: 0;
    }
        
    .ReserveCheck {
       margin-top: 10px;  /* ここで調整  ここで調整 */
    }
    
    /*--------------------------------------------------------
        デザイン設定
    --------------------------------------------------------*/
    /* コンテンツ配置領域 */
    /* トップページメインイメージ */
    
    .hpb-layoutset-01 #hpb-title h2{
        width: 98%;
        height: 295px;
        margin-top: 10px;
        background-size: contain;
    }
    
    .hpb-layoutset-02 h2{
        line-height: 1.4;
        padding-top: 0px;
        padding-left: 0px;
        height: auto;
        word-break: break-all;
    }
    
    /*--------------------------------------------------------
        共通パーツデザイン設定
    --------------------------------------------------------*/
    
    /* ナビゲーション */
    
    #hpb-nav ul{
        width: 100%;
        height: auto;
        background-image: none;
        display: none;
    }
    
    #hpb-nav ul.toggled-on{
        display: block;
    }
    
    #hpb-nav li{
        float: none;
        display: block;
        line-height: 1.4;
        background-image: none;
        border-top-color: #000000;
        border-top-style: solid;
        border-top-width: 1px;
    }
    
    #hpb-nav li a{
        margin-right: 0px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        height: auto;
        text-decoration:none;
        border-bottom: 3px 
        
    }
    
    #hpb-nav a:hover{
        background-image: none;
        background-color: #634441;
        text-decoration: underline; 
        border-bottom: 3px 
        
    }
    #hpb-nav a:active{
        background-image: none;
        background-color: #634441;
    }
    
/*  11    */
    /* ナビゲーション */
    #hpb-nav11 li{
        float: none;
        display: block;
        line-height: 1.4;
        background-image: none;
        border-top-color: #000000;
        border-top-style: solid;
        border-top-width: 1px;
        width;:100%;
    }
    
    #hpb-nav11 li a{
        margin-right: 0px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        height: auto;
        text-decoration:none;
        border-bottom: 3px 
        
    }
    
    #hpb-nav11 a:hover{
        background-image: none;
        background-color: #634441;
        text-decoration: underline; 
        border-bottom: 3px 
        
    }
    #hpb-nav11 a:active{
        background-image: none;
        background-color: #634441;
    }
    

/*  11    */

    /* 先頭に戻るボタン */
    #pagetop{
        margin-bottom: 20px;
        bottom: 0px;
    }
    
    
    /* 商品紹介ページ デザイン定義 */

    #item .itemlist{
        width: 100%;
    }
    .course_panel {
        display: list-item;  /* 縦に並べる */
    }
    
    .tbl-r02 {
        width: 80%;
    }
    .tbl-r02 th,
    .tbl-r02 td {
        border-bottom: none;
        display: block;
        width: 95%;
    }
    
}