body{
    background-color: #EBA998;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color: #707070;
    font-weight: bold;
   
}


footer{
    width: 100%;
    height: 200px;
}

.pagetop{
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;

}
.pagetop_item_box{
    position: relative;
    width: 100px;
    height: 100px;

}
.pagetop_item_box span{
    position: absolute;
    top:0;
    font-size: 24px;
    left: 37px;
    color: #fff;
    padding: 10px 0;
}
.pagetop a {
 
    display: block;
    width: 100px;
    height:100%;
    background-color:  #EF6B6B;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 50px 10px;
	filter:alpha(opacity=50);
    
  
}
.pagetop a:hover {
    display: block;
    background-color: #df502c;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
transition: 0.3s;
	filter:alpha(opacity=50);
 
 
}


/*操作有効・無効切り替えここから*/

.none_inoperable_box{
   
    width: 100%;
    height: 100%;
    position: relative;
    pointer-events: none ;/*none解除で操作可能*/
}

.inoperable_box{
  /*display:none;でオーバーレイ解除*/
 
   position: absolute;
    width: 100%;
    height:100%;
    background:rgba(100,88,88,70%) ;
    left: 0;
    top: 0;
    z-index: 9999;

}
/*操作有効・無効切り替えここまで*/

a{
text-decoration: none;
cursor: pointer;

}

textarea{
    resize: none;
    width: 100%;
}

select{
    cursor: pointer;
}

button{
    cursor: pointer;
}

.container{
    width: 90%;
    max-width: 1360px;
    margin: auto;
}


.return_button{
    display: block;
    font-size: 30px;
width: 250px;
height: 100px;
background-color: #EF6B6B;
border-radius: 25px;
color: #fff;
text-align: center;
margin: 0 auto;
padding:35px 0;
}


.nav_header{
    display: flex;
    height: 130px;
    margin-bottom: 41px;
}



.left_box{
    margin-top:40px;
}
.logo_img{
    width: 316px;   
    height: 100px;
    object-fit: cover;
    margin-left: -20px;
}

.right_box{
    display: flex;
    margin-left: auto;
}

.nav_box{
    display: flex;
}

.nav_list{
    margin-top: 75px;
    margin-left:47px;
}

.nav_list a{
    font-size: 20px;
    color: #fff;
}

.right_img{
    width: 196px;
    height: 170px;
    object-fit: cover;
}


.help_box{
    margin:75px 0 0 0;
}
.help_link{
    color: #fff;
    font-size: 20px;
    
}


.calender_month{
    font-size: 36px;
    color: #fff;
}


.calender_button{
    margin-top: 69px;
  display: flex;
  flex-wrap: wrap;
  color: #707070;
}

.month_button{
    width: 229px;
    height: 46px;
    border-radius: 10px;
    border: none;
 
}

.month_button:nth-child(2){
    margin: 0 50px;
}

.this_month_button{
    background-color: #F0E1E1;
}

.next_month_button{
    background-color: #F0E1E1;
    padding-left: 60px;
}

.past_month_button{
    background-color: #F2EDDE;
}

.calender_zone_box{
    width: 600px;
    margin: 0 auto;
}

.calendar_link_box{
    width: 100%;
    padding:40px 60px;
    border-radius: 7px;
    background-color: #fff;
    margin: 70px 0;
}
.calendar_link_box h2 {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    margin: 0;
  }
.calendar-container {
  width: 500px;
  margin: 0 auto;
  border-radius: 5px;
  background: #f6f5f4;
  color: #1a1a1a;
}

.calendar {
    padding: 0 30px 30px 30px;
  }

  table {
    width: 100%;
  }
  th, td {
    text-align: center;
    padding: 10px;
  }
  th {
    font-weight: normal;
    font-size: 14px;
  }
  td {
    font-weight: bold;
   
  }
 td a{
    width: 100%;
    color: #000;
  }

  td:hover,
  td a:hover{


  }
.sunday_c_day{
    color: #ff838b;
  }
.saturday_c_day{
    color: #6fb5ff;
  } 
.sunday_c_day a{
    color: #ff838b;
  }
.saturday_c_day a{
    color: #6fb5ff;
  }



.day_1_box{
    background-color: #FAEDED;
  
}

.calendar_box{
    margin-top:103px ;
    margin-bottom: 10px;
}



.reserve_day{
    background-color: #F4A7BF;
    border-radius: 25%;
}



.regular_c_holiday{
background-color: #000;
border-radius: 10%;
}

.regular_c_holiday a{
    color: #fff;
}

/*day共通*/
.day_box{
    display: flex;
    width: 100%;
    height: 60px;
    padding:11px 0 0 11px;
    margin-bottom: 10px;
}

.day_tag,
.week_tag{
    font-size: 36px;

}

.week_1_tag{
    color:#2B4352 ;
}

/*/day共通*/

/*day_2*/
.day_2_box{
    background-color: #3A3F4A;
    display: flex;
}


.day_2_tag{
    color: #fff;
}
.week_2_tag{
color: #AFB8BE;
}

.regular_holiday{
    color: #fff;
    font-size: 36px;
  margin: 0 auto;
}


/*/day_2*/

/*day_3*/
.day_3_box{
    background-color: #6C9FFF;
    display: flex;
}

.day_3_tag{
    color: #fff;
}
.week_3_tag{
    color: #B3E3E3;
}



/*/day_3*/

/*day_4*/
.day_4_box{
    background-color: #F75346;
    display: flex;
}

.day_4_tag{
    color: #fff;
}
.week_4_tag{
    color: #FCC3D5;

}

/*/day_4*/




.calender_flex_box{
  
    display: flex;
    flex-wrap: wrap;

    width: 80%;
    margin: 30px auto;

}

/*calendar_item_box*/

.calender_item_box{
    width: 303px;
    height: 100%;
    background-color: #fff;
    border-radius: 7px;
    margin-bottom: 50px;
    padding-top:34px;
    padding-left: 23px;
    padding-right: 23px;
    
}

.calender_item_box:nth-child(3n+2){
    margin: 0 50px;
}
    
        
    


.calender_item_box li{
    margin-top:22px;
    font-size: 20px;
    list-style: none;
}


.detail_text_box{
    width: 100%;
    height: 300px;
}

.detail_title_box{
    border-radius: 7px;
    padding:10px;
    background-color: #F2C68A;
}
.detail_title{
    font-size: 26px;
    color: #fff;
    text-align: center;
}
.detail_text_1{
    margin-top:41px;
    font-size: 20px;
}
.detail_text_2{
    margin-top:22px;
    font-size: 20px;
}

.detail_text_3{
    margin-top:22px;
    font-size: 20px;
}
.detail_button{
    width: 172px;
    height: 60px;
    border: none;
    background-color: #F8B361;
    border-radius: 7px;
    color: #fff;
    font-size: 20px;
    margin: 30px auto;
    display: block;
    margin-top:30px;
    cursor: pointer;
}


/*/calendar_item_box*/


/*reserve*/



.reserve_title_box{
    border-radius: 7px;
    padding:10px;
    background-color: #F5D0C0;
}
.reserve_title{
    font-size: 26px;
  color: #fff;
    text-align: center;
  
}

.reserve_text_box{
    width: 100%;
    height: 300px;
}
.reserve_text_1{
    margin-top:41px;
    font-size: 20px;
}
.reserve_button{

    width: 172px;
    height: 60px;
    border: none;
    background-color: #F8C1AC;
    border-radius: 7px;
    color: #fff;
    font-size: 20px;
    margin:30px  auto ;
    display: block;
  
    cursor: pointer;
}

.calender_item_box_reserve:nth-child(even){
    margin: 0;
}

/*/reserve*/




/*profile_box*/
.profile_box{
    padding-top: 205px;
    padding-bottom: 10px;
}

.profile_img_box{
    width: 388px;
    height: 388px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 144px;
}

.profile_img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.user_name_title_box,
.self_introduction_title_box{
width: 387px;
height: 73px;
border-radius: 25px;
background-color: #F5D6D6;
padding-top: 22px;
margin-bottom: 38px;
}

.user_name_title,
.self_introduction_title{
    font-size: 30px;
text-align: center;

}

.user_name_box{
    width: 100%;
    height: 130px;
    background-color: #fff;
    border-radius: 25px;
padding:50px 100px;
margin-bottom: 102px;
}

.user_name{
font-size: 30px;
}

.self_introduction_box{
    width: 100%;
    height: auto;
    line-height: 200%;
    background-color: #fff;
    padding:99px 100px;
    margin-bottom:79px ;
    border-radius: 25px;
}

.self_introduction{
    font-size: 20px;
}

/*/profile_box*/




.sub_title_box{
    width: 100%;
    height: 318px;
    background-color: #FAB7A7;
    padding-top: 141px;
    margin-bottom: 117px;
}

.sub_title{
    font-size: 32px;
    text-align: center;
    color: #fff;
   
}


.form_box{
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 25px;
    padding:73px 100px;
    margin-bottom: 131px;
}

.member_registration_title{
    font-size: 30px;
    text-align: center;
    margin-bottom: 42px;
}


.form_zone_box{
    margin-bottom: 96px;
}

.form_flex_box{
    height: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.explanation_box{
  
    width: 100%;
    height: 100%;

}

.explanation_text{
    font-size: 20px;
    margin-top:70px;
    margin-bottom: 10px;
}

.form_column{
    display: flex;
width: 40%;
height: auto;
border:1px solid #707070;
padding:55px 49px;
}

.form_content{
width: 60%;
height: auto;
border:1px solid #707070;
padding:40px 40px;
}

.select_flex_box{
    display: flex;
   
}


#select_content{
  padding:45px 0 45px 40px;

}


.select_text{
    padding-top: 8px;
    padding-left:20px;
}



.form_column_text{
font-size: 20px;
font-weight: bold;
}




.attention_text{
    color:#F75346;
    margin-left: 10px;line-height: 1.5em;
}


.error_box{

    background-color: #fff;
margin-top: 10px;

}
.error_text{
    color: #F75346;
}



.input_text{
    width: 100%;
    height: 36px;
    margin-top: 10px;
}

.input_birthday{
    width:100%;
    height: 36px;
}

#select_month,
#select_day{
    width: 100%;
    height: 36px;
    margin-left: 44px;
}

.select_sex{
    font-size: 20px;
    margin-top: 3px;
    margin-left: 30px;
}

.radio_button{
    width: 20px;
    height: 20px;
    margin-left: 30px;

}

.female{
    margin-left: 114px;
}

.input_text_password{
    width: 324px;
    height: 36px;
    margin-top: 10px;
}
.form_password{
    width: 60%;
    height: auto;
   
}




.inputcheckbox{
    margin-left: 20px;
}

.inputcheckbox,
.inputcheckbox_text{
    margin-top: 5px;
}
.inputcheckbox_text{
    font-size: 20px;
}
.form_button{
    display: block;
    width: 300px;
    height: 100px;
    background-color: #FADCDC;
    border-radius: 25px;
    border: none;
    font-size: 30px;
    margin: 73px auto;
    color: #707070;
cursor: pointer;
   
}







.error_wide_box{
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    border:3px solid #F75346;
    border-radius: 25px;
    padding:30px;
    margin-bottom: 70px;
}

.error_wide_text{
text-align: center;
font-weight: bold;
color: #F75346;
line-height: 1.5em;
}

.button1{
    display: block;
    width: 300px;
    height: 100px;
    background-color: #FADCDC;
    border-radius: 25px;
    border: none;
    font-size: 30px;
    margin: 73px auto;
    color: #707070;
    text-align: center;
    padding:40px 0;
}

.table_title{
    color: #707070;
    margin-bottom: 40px;
}
.table_box{
    width: 75%;
    margin: 90px auto;
    background-color: #fff;
    padding:100px 30px 100px 30px;
    border-radius: 25px;
}

.table_content{
    border: 1px solid #707070;
    margin: 0 auto;
    margin-bottom: 60px;
}
.table_content th{
    width: 180px;
padding:40px 0;
border: 1px solid  #707070;
color:  #707070;
}
.table_content td{
    width: 180px;
    padding:40px 0;
    text-align: center;
    border: 1px solid  #707070;
    color:  #707070;
}



/*detail_zone_box*/
.detail_zone_box{
    width: 90%;
    margin: 0 auto;
}

.detail_user_flex_box{
    display: flex;
    width: 90%;
margin: 50px auto;
margin-bottom: 50px;
}

.detail_user_icon{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #fff;
  margin-left: 100px;
}

.detail_user_icon img{
    width: 100%;
height: 100%;
border-radius: 50%;
object-fit: cover;
}

.detail_user_name_box{
    width: 60%;
    height: 100px;
    border-radius: 25px;
    margin-top: 25px;
    margin-left: 30px;
    background-color: #fff;
    padding:40px;
}

.detail_user_name_text{
    text-align: center;
font-size: 30px;
}

.detail_system_title_box,
.detail_date_and_time_title_box,
.detail_table_introduction_title_box{
width: 387px;
height: 73px;
border-radius: 25px;
background-color: #F5D6D6;
padding-top: 25px;
margin-bottom: 38px;
}

.detail_system_title,
.detail_date_and_time_title,
.detail_table_introduction_title_box{
    font-size: 20px;
text-align: center;

}


.detail_system_text_box,
.detail_date_and_time_text_box,
.detail_table_introduction_text_box{
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 25px;
padding:20px;
line-height: 1.5em;
margin-bottom: 102px;
}

.detail_system_text,
.detail_date_and_time_text,
.detail_table_introduction_text{
    font-size: 20px;
}


.participation_button{
    display: block;
    width: 300px;
    height: 100px;
    background-color: #FADCDC;
    border-radius: 25px;
    border: none;
    font-size: 30px;
    margin: 73px auto;
    color: #707070;
cursor: pointer;
}



/*/detail_zone_box*/



/*help_zone_box*/

.help_title{
    font-size: 26px;
    color: #fff;
    text-align: center;
    margin-bottom: 70px;
}
.help_sub_title{
    font-size: 26px;
    font-weight: bold;
    color: #000;
    margin: 20px;
}
.help_zone_item_box{
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding:20px 0 70px 0;
    margin: 30px 0;
}

.help_zone_item_text{
text-align: center;
   padding: 20px;
   margin: 0 10px;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 6px double #707070;
}
.help_zone_img{

    width: 200px;
    display: block;
    margin: 0 auto;
}

.help_item_box{

    width: 90%;
    height: 100px;
    margin: 10px auto;
    background-color:#F0E1E1;
}

.help_item_text{
    font-size: 20px;
    line-height: 150%;
    padding:20px;
}
.help_image_box{
    text-align: center;
}
.help_image{
    width: 80%;
    margin-bottom: 50px;
}

.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 90%;
    height: 100%;
    margin: 70px auto;
}
  

  .tab_item {
    width: calc(100%/3);
    height: 50px;
    border-bottom: 3px solid #CB98A8;
    background-color: #F7D7E1;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .tab_item:hover {
    opacity: 0.75;
  }
  

  input[name="tab_item"] {
    display: none;
  }
  
 
  .tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
  }
  
  

  #all:checked ~ #all_content,
  #programming:checked ~ #programming_content,
  #design:checked ~ #design_content {
    display: block;
  }
  

  .tabs input:checked + .tab_item {
    background-color: #EF6B6B;
    color: #fff;
  }


  .tab_list{
    list-style: none;
    padding:20px 10px;
  }
  .tab_list a{
    color: #707070;
  }
/*/help_zone_box*/


  /*ハンバーガー*/
  .openbtn1{
    display: block;
    position:fixed;
      z-index: 9999;
    top:60px;
    right: 30px;
    cursor: pointer;
      width: 50px;
      height:50px;
      
  }

 
  
  .openbtn1 span{
      display: inline-block;
      transition: all .4s;
      position: absolute;
      left: 14px;
      height: 3px;
      border-radius: 2px;
    background-color: #fff;
      width: 45%;
  
    }
  
  .openbtn1 span:nth-of-type(1) {
    top:15px; 
  }
  
  .openbtn1 span:nth-of-type(2) {
    top:23px;
  }
  
  .openbtn1 span:nth-of-type(3) {
    top:31px;
  }
  
  .openbtn1.active span:nth-of-type(1) {
      top: 18px;
      left: 18px;
      transform: translateY(6px) rotate(-45deg);
      width: 30%;
  }
  
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  
  .openbtn1.active span:nth-of-type(3){
      top: 30px;
      left: 18px;
      transform: translateY(-6px) rotate(45deg);
      width: 30%;
  }
  
  
  
#g-nav{
    display: block;
   
    position:fixed;
    z-index: 999;
  top:0;
    right: -120%;
  width:100%;
    height: 100vh;
    background-color: #fff;
 
  transition: all 0.6s;
}


#g-nav.panelactive{
    right: 0;
}


#g-nav.panelactive #g-nav-list{

    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}


#g-nav ul {
    display: block;

    
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);

}



#g-nav li{
  list-style: none;
    text-align: center;
    border-bottom: 1px solid #707070;
}


#g-nav li a{
 font-size: 20px;
  color: #707070;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  transition: .3s;

}



#g-nav li a:hover{
background-color: #000;
color: #fff;
opacity: 1;
   }

   @media only screen and (max-width:1401px){
    .calender_flex_box{
  
        display: flex;
        flex-wrap: wrap;
    justify-content: space-between;
        width: 80%;
        margin: 30px auto;
    
    }
    
    .calender_item_box{
        width: 400px;
    }
    .calender_item_box:nth-child(3n+2){
        margin: 0;
    }
   }

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

    .container{
        width: 90%;
        max-width: 700px;
        margin: auto;
    }
    
    
    .return_button{
        display: block;
        font-size: 20px;
    width: 250px;
    height: 50px;
    background-color: #EF6B6B;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding:15px 0;
    }
    
    
    .nav_header{
        display: flex;
        height: 56px;
        margin-bottom: 0;
    }
    
    
    
    .left_box{
        margin-top:40px;
    }
    .logo_img{
        width: 107px;   
        height: 50px;
        object-fit: cover;
        margin-left: -10px;
        margin-top: -40px;
    }
    
    .right_box{
        display: flex;
        margin-left: auto;
    }
    
    .nav_box{
        display: flex;
    }
    
    .nav_list{
        margin-top: 21px;
        margin-left:21px;
    }
    
    .nav_list a{
        font-size: 14px;
        color: #fff;
    }
    
    .right_img{
        width:83px;
        height: 56px;
      margin-right: 20px;
      margin-top:2px;
        object-fit: cover;
    }
    
    
.help_box{
    margin:20px 0 0 0;
}
.help_link{
    color: #fff;
    font-size: 16px;
    
}
    
    
    .calender_month{
        font-size: 24px;
        color: #fff;
        margin-top: 86px;
    }
    
    
    .calender_button{
        margin-top: 69px;
      display: flex;
      color: #707070;
    }
    
    .month_button{
        width: 98px;
        height: 25px;
        border-radius: 5px;
        border: none;
      padding-left: 5px;
    }
    
    .month_button:nth-child(2){
        margin: 0 8px;
    }
    
    .this_month_button{
        background-color: #F0E1E1;
    }
    
    .next_month_button{
        background-color: #F0E1E1;
    }
    
    .past_month_button{
        background-color: #F2EDDE;
        width: 113px;
    }
    
    
    .select_button{
        font-size: 12px;
    }
    
    .day_1_box{
        background-color: #FAEDED;
      
    }
    
    .calendar_box{
        margin-top:103px;
        margin-bottom: 10px;
    }
    
    .calender_zone_box {
        width: 450px;
        margin: 0 auto;
      }
  
    
    /*day共通*/
    .day_box{
        display: flex;
        width: 100%;
        height: 32px;
        padding:6px 0 0 6px;
        margin-bottom: 10px;
    }
    
    .day_tag,
    .week_tag{
        font-size: 20px;
    
    }
    
    .week_1_tag{
        color:#2B4352 ;
    }
    
    /*/day共通*/
    
    /*day_2*/
    .day_2_box{
        background-color: #3A3F4A;
        display: flex;
    }
    
    
    .day_2_tag{
        color: #fff;
    }
    .week_2_tag{
    color: #AFB8BE;
    }
    
    .regular_holiday{
        color: #fff;
        font-size: 20px;
      margin: 0 auto;
    }
    
    
    /*/day_2*/
    
    /*day_3*/
    .day_3_box{
        background-color: #6C9FFF;
        display: flex;
    }
    
    .day_3_tag{
        color: #fff;
    }
    .week_3_tag{
        color: #B3E3E3;
    }
    
    
    
    /*/day_3*/
    
    /*day_4*/
    .day_4_box{
        background-color: #F75346;
        display: flex;
    }
    
    .day_4_tag{
        color: #fff;
    }
    .week_4_tag{
        color: #FCC3D5;
    
    }
    
    /*/day_4*/
    
    
    
    
    .calender_flex_box{
      
        display: flex;
        flex-wrap: wrap;
       justify-content: space-between;
  
    }
    
    /*calendar_item_box*/
    
    .calender_item_box{
        width:100%;
        height: 100%;
        background-color: #fff;
        border-radius: 7px;
        margin-bottom: 50px;
        padding-bottom: 20px;
        padding-top:10px;
        padding-left: 20px;
        padding-right: 23px;
    }
    
    .calender_item_box:nth-child(3n+2){
        margin: 0 0px;
        margin-bottom: 50px;
    }
    

    .detail_title_box{
        border-radius: 7px;
        padding:5px 10px;
        background-color: #F2C68A;
    }
    .detail_title{
        font-size: 20px;
        line-height: 1.5em;
    }
    .detail_text_1{
        margin-top:10px;
        font-size: 20px;
        line-height: 1.5em;
    }

    .detail_button{
    width: 200px;
    height: 50px;
    border: none;
    background-color: #F8B361;
    border-radius: 7px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    margin-top:30px;
    
    }
    
    
    /*/calendar_item_box*/
    
    
    /*reserve*/
    

    .reserve_text_1{
        margin-top:20px;
        font-size: 20px;
        line-height: 1.5em;
    }

    .reserve_title{
        font-size: 20px;
      
        line-height: 1.5em;
    }
    .reserve_button{
    width: 200px !important;
        height: 50px !important;
        border: none;
        background-color: #F8B361;
        border-radius: 7px;
        color: #fff;
        font-size: 16px;
        margin: 0 auto;
        display: block;
        margin-top:30px !important;
    
    }
    

    
    /*/reserve*/
    
    
    
    
    /*profile_box*/
    .profile_box{
        padding-top: 67px;
        padding-bottom: 10px;
    }
    
    .profile_img_box{
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background-color: #fff;
        margin: 0 auto;
        margin-bottom: 58px;
    }
    
    .user_name_title_box,
    .self_introduction_title_box{
    width: 256px;
    height: auto;
    border-radius: 7px;
    background-color: #F5D6D6;
    padding: 11px;
    margin-bottom: 38px;
    }
    
    .user_name_title,
    .self_introduction_title{
        font-size: 20px;
    text-align: center;
    
    }
    
    .user_name_box{
        width: 100%;
        height: 55px;
        background-color: #fff;
        border-radius: 10px;
    padding:18px 75px;
    margin-bottom: 108px;
    }
    
    .user_name{
    font-size: 20px;
    }
    
    .self_introduction_box{
        width: 100%;
        height: auto;
        background-color: #fff;
        padding:40px 45px;
        margin-bottom:79px ;
        border-radius: 10px;
    }
    
    .self_introduction{
        font-size: 20px;
    }
    
    /*/profile_box*/
    
    
    
    
    footer{
        width: 100%;
        height: 200px;
    }
    
    
    .sub_title_box{
        width: 100%;
        height: 217px;
        background-color: #FAB7A7;
        padding-top: 96px;
        margin-bottom: 117px;
    }
    
    .sub_title{
        font-size: 26px;
        text-align: center;
        color: #fff;
       
    }
    
    
    .form_box{
        width: 100%;
        height: 100%;
        background-color: #fff;
        border-radius: 25px;
        padding:50px 20px;
        margin-bottom: 70px;
    }
    
    .member_registration_title{
        font-size: 26px;
        text-align: center;
        margin-bottom: 60px;
    }
    
    
    .form_zone_box{
        margin-bottom: 96px;
    }
    
    .form_flex_box{
        display: block;
   
    }
    
    
    .form_column{
    width: 100%;
    height: 100%;
    border:1px solid #707070;
    padding:15px 22px;
    }
    
    .form_content{
    width: 100%;
    height: 100%;
    border:1px solid #707070;
    padding:13px 22px;
    }

    .explanation_box{
  
        width: 100%;
        height: 100%;
    
    }
    
    .explanation_text{
        font-size: 16px;
        margin-top:40px;
        margin-bottom: 10px;
    }
    
    .select_content{
        display: block;
    
    }
    
    #select_content{
      padding:18px 20px;
    }
    
    
    .select_text{
        padding-top: 2px;
        padding-left:5px;
    }
    
    
    
    .form_column_text{
    font-size: 16px;
    font-weight: bold;
    }
    
    
    
    .input_text{
        width: 100%;
        height: 22px;
    }
    
    .input_birthday{
        width: 50px;
        height: 18px;
    }
    
    #select_month,
    #select_day{
        width: 50px;
        height: 18px;
        margin-left: 10px;
    }
    
    .select_sex{
        font-size: 16px;
        margin-top: 0px;
    }
    
    .radio_button{
        width: 15px;
        height: 15px;
        margin-top: -1px;
        margin-left: 10px;
    
    }
    
    .female{
        margin-left: 30px;
    }
    
    .input_text_password{
        width: 236px;
        height: 22px;
    }
    .form_password{
        display:block;
    }
    
    .inputcheckbox{
        margin-left: 0;
    }
    
    .inputcheckbox,
    .inputcheckbox_text{
        margin-top: 5px;
    }
    .inputcheckbox_text{
        font-size: 20px;
    }
    .form_button{
        display: block;
        width: 250px;
        height: 50px;
        background-color: #FADCDC;
        border-radius: 10px;
        border: none;
        font-size: 20px;
        
        margin: 0 auto;
        margin-top: 60px;
        color: #707070;
    }

    .error_wide_box{
        background-color: #fff;
        width: 100%;
        border:3px solid #F75346;
        border-radius: 20px;
        padding:30px;
        margin-bottom: 30px;
    }
    
    .error_wide_text{
    text-align: center;
    font-weight: bold;
    color:#F75346 ;
    line-height: 1.5em;
    }

    .table_title{
        color: #707070;
        margin-bottom: 40px;
    }
    .table_box{
        width: 80%;
        background-color: #fff;
        padding:100px 30px 100px 30px;
        border-radius: 25px;
    }
    
    
    .table_content{
        border: 1px solid #707070;
        margin: 0 auto;
        margin-bottom: 60px;
    }
    .table_content th{
        width: 180px;
    padding:40px 0;
    border: 1px solid #707070;
    color: #707070;
    }
    .table_content td{
        width: 180px;
        padding:40px 0;
        text-align: center;
        border: 1px solid #707070;
        color: #707070;
    }





/*detail_zone_box*/
.detail_zone_box{
    width: 90%;
    margin: 0 auto;
}

.detail_user_flex_box{
    display: flex;
    width: 90%;
margin:50px auto;
margin-bottom: 50px;
}

.detail_user_icon{
    width: 100px;
    height: 100px;
  margin-left: 20px;
  border-radius: 50%;
  background-color: #fff;
}

.detail_user_icon img{
    width: 100%;
height: 100%;
border-radius: 50%;
object-fit: cover;
}

.detail_user_name_box{
    width: 60%;
    height: 70px;
    border-radius: 7px;
    margin-top: 20px;
    margin-left: 30px;
    background-color: #fff;
    padding:27px;
}

.detail_user_name_text{
    text-align: center;
font-size: 20px;
}

.detail_system_title_box,
.detail_date_and_time_title_box,
.detail_table_introduction_title_box{
width: 387px;
height: 50px;
border-radius: 7px;
background-color: #F5D6D6;
padding-top: 16px;
margin-bottom: 38px;
}

.detail_system_title,
.detail_date_and_time_title,
.detail_table_introduction_title_box{
    font-size: 16px;
text-align: center;

}


.detail_system_text_box,
.detail_date_and_time_text_box,
.detail_table_introduction_text_box{
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 7px;
    padding:20px;
    line-height: 1.5em;
margin-bottom: 102px;
font-size: 16px;
}

.detail_system_text,
.detail_date_and_time_text,
.detail_table_introduction_text{
    font-size: 16px;
}
.participation_button{
    display: block;
    width: 250px;
    height: 50px;
    background-color: #FADCDC;
    border-radius: 10px;
    border: none;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
    color: #707070;
}



/*/detail_zone_box*/





  /*ハンバーガー*/
  .openbtn1{
    display: block;
    position:fixed;
      z-index: 9999;
    top:5px;
    right: 20px;
    cursor: pointer;
      width: 50px;
      height:50px;
      
  }

 
  
  .openbtn1 span{
      display: inline-block;
      transition: all .4s;
      position: absolute;
      left: 14px;
      height: 2px;
      border-radius: 2px;
    background-color: #fff;
      width: 45%;
  
    }
  
  .openbtn1 span:nth-of-type(1) {
    top:15px; 
  }
  
  .openbtn1 span:nth-of-type(2) {
    top:23px;
  }
  
  .openbtn1 span:nth-of-type(3) {
    top:31px;
  }
  
  .openbtn1.active span:nth-of-type(1) {
      top: 18px;
      left: 18px;
      transform: translateY(6px) rotate(-45deg);
      width: 30%;
  }
  
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  
  .openbtn1.active span:nth-of-type(3){
      top: 30px;
      left: 18px;
      transform: translateY(-6px) rotate(45deg);
      width: 30%;
  }
  
  
  
#g-nav{
    display: block;
   
    position:fixed;
    z-index: 999;
  top:0;
    right: -120%;
  width:100%;
    height: 100vh;
    background-color: #fff;
 
  transition: all 0.6s;
}


#g-nav.panelactive{
    right: 0;
}


#g-nav.panelactive #g-nav-list{

    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}


#g-nav ul {
    display: block;

    
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}



#g-nav li{
  list-style: none;
    text-align: center;
    border-bottom: 1px solid #707070;
}


#g-nav li a{
 font-size: 20px;
  color: #707070;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  transition: .3s;
}



#g-nav li a:hover{
background-color: #000;
color: #fff;
opacity: 1;
   }

}



@media only screen and (max-width:522px){
    .logo_img{
        width: 150px;   
        height: 100px;
        object-fit: cover;
        margin-left: -20px;
    }
    
    .right_img_box{

        margin-top: 10px;
      
    }

    .right_img{
    width: 80px;
    height: 80px;
    margin-right: 40px;
    }

    .help_box{
        margin:40px 0 0 0;
    }
    .help_link{
        color: #fff;
        font-size: 16px;
        
    }


.calender_zone_box{
    width: 300px;
    margin: 0 auto;

}

.calendar_link_box{
    width: 100%;
    padding:30px 0;
    border-radius: 7px;
    background-color: #fff;
    margin: 70px 0;
}
.calendar_link_box h2 {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    margin: 0;
  }

  

.calendar {
    padding: 0;
  }


    .calender_flex_box{
      width: 100%;
        display: flex;
        flex-wrap: wrap;
    justify-content: space-between;
    }

    .calender_item_box{
        width: 100%;
        height: 100%;
        background-color: #fff;
        border-radius: 7px;
        padding-top:10px;
        padding-bottom: 20px;
        margin-bottom: 50px;
        }



    .reserve_button{
        width: 108px;
        height: 24px;
        border: none;
        background-color: #F8C1AC;
        border-radius: 7px;
        color: #fff;
        font-size: 16px;
        margin: 0 auto;
        display: block;
        margin-top:220px;
       
    }

    .table_title{
        color: #707070;
        margin-bottom: 40px;
    }
    .table_box{
        width: 100%;
        background-color: #fff;
        padding:100px 15px 100px 10px;
        border-radius: 7px;
    }
    
    
    .table_content{
        border: 1px solid #707070;
        margin: 0 auto;
        margin-bottom: 60px;
    }
    .table_content th{
   
    padding:40px 0;
    border: 1px solid #707070;
    color: #707070;
    }
    .table_content td{
        padding:40px 0;
        text-align: center;
        border: 1px solid #707070;
        color: #707070;
    }

/*detail_zone_box*/
.detail_zone_box{
    width: 90%;
    margin: 0 auto;
}

.detail_user_flex_box{
    display: flex;
    width: 85%;
margin:50px auto;
margin-bottom: 50px;
}

.detail_user_icon{
    width: 50px;
    height: 50px;
  margin-left: 0px;
  border-radius: 50%;
  background-color: #fff;
}

.detail_user_icon img{
    width: 100%;
height: 100%;
border-radius: 70%;
object-fit: cover;
}

.detail_user_name_box{
    width: 200px;
    height: 50px;
    border-radius: 7px;
    margin-top: 0px;
    margin-left: 10px;
    background-color: #fff;
    padding:15px 0;
}

.detail_user_name_text{
    text-align: center;
font-size: 20px;
}

.detail_system_title_box,
.detail_date_and_time_title_box,
.detail_table_introduction_title_box{
width: 200px;
height: 50px;
border-radius: 7px;
background-color: #F5D6D6;
padding-top: 15px;
margin-bottom: 38px;
}

.detail_system_title,
.detail_date_and_time_title,
.detail_table_introduction_title_box{
    font-size: 16px;
text-align: center;

}


.detail_system_text_box,
.detail_date_and_time_text_box,
.detail_table_introduction_text_box{
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 7px;
    padding:10px 20px;
    line-height: 1.5em;
margin-bottom: 102px;

}
.detail_system_text,
.detail_date_and_time_text,
.detail_table_introduction_text{
    font-size: 16px;
}


.participation_button{
    display: block;
    width: 200px;
    height: 50px;
    background-color: #FADCDC;
    border-radius: 7px;
    border: none;
    font-size: 20px;
    margin: 73px auto;
    color: #707070;
cursor: pointer;
}



/*/detail_zone_box*/




/*help_zone_box*/
.help_zone_box{
margin: 90px 0;

}

.help_title{
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 70px;
}
.help_sub_title{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 20px;
}
.help_zone_item_box{
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding:20px 0 70px 0;
    margin: 30px 0;
}

.help_zone_item_text{
text-align: center;
   padding: 20px;
   margin: 0 10px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 6px double #707070;
}

.help_item_text{
    font-size: 16px;
    line-height: 150%;
    padding: 20px;
}
.help_image_box {
    text-align: center;
}
.help_image{
    width: 80%;
    margin-bottom: 50px;
}

.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 90%;
    height: 100%;
    margin: 70px auto;
}
  

  .tab_item {
    width: calc(100%/3);
    height: 50px;
    border-bottom: 3px solid #CB98A8;
    background-color: #F7D7E1;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .tab_item:hover {
    opacity: 0.75;
  }
  

  input[name="tab_item"] {
    display: none;
  }
  
 
  .tab_content {
    display: none;
    padding: 40px 10px;
    clear: both;
    overflow: hidden;
  }
  
  

  #all:checked ~ #all_content,
  #programming:checked ~ #programming_content,
  #design:checked ~ #design_content {
    display: block;
  }
  

  .tabs input:checked + .tab_item {
    background-color: #EF6B6B;
    color: #fff;
  }


  .tab_list{
    list-style: none;
    padding:20px 10px;
  }
  .tab_list a{
    color: #707070;
  }

/*/help_zone_box*/


  /*ハンバーガー*/
  .openbtn1{
    display: block;
    position:fixed;
      z-index: 9999;
    top:25px;
    right: 20px;
    cursor: pointer;
      width: 50px;
      height:50px;
      
  }

 
  
  .openbtn1 span{
      display: inline-block;
      transition: all .4s;
      position: absolute;
      left: 14px;
      height: 3px;
      border-radius: 2px;
    background-color: #fff;
      width: 45%;
  
    }
  
  .openbtn1 span:nth-of-type(1) {
    top:15px; 
  }
  
  .openbtn1 span:nth-of-type(2) {
    top:23px;
  }
  
  .openbtn1 span:nth-of-type(3) {
    top:31px;
  }
  
  .openbtn1.active span:nth-of-type(1) {
      top: 18px;
      left: 18px;
      transform: translateY(6px) rotate(-45deg);
      width: 30%;
  }
  
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  
  .openbtn1.active span:nth-of-type(3){
      top: 30px;
      left: 18px;
      transform: translateY(-6px) rotate(45deg);
      width: 30%;
  }
  
  
  
#g-nav{
    display: block;
   
    position:fixed;
    z-index: 999;
  top:0;
    right: -120%;
  width:100%;
    height: 100vh;
    background-color: #fff;
 
  transition: all 0.6s;
}


#g-nav.panelactive{
    right: 0;
}


#g-nav.panelactive #g-nav-list{

    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}


#g-nav ul {
    display: block;

    
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}



#g-nav li{
  list-style: none;
    text-align: center;
    border-bottom: 1px solid #707070;
}


#g-nav li a{
 font-size: 20px;
  color: #707070;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  transition: .3s;
}



#g-nav li a:hover{
background-color: #000;
color: #fff;
opacity: 1;
   }

}
