﻿@charset "UTF-8";
 /* 追記 */

 @media screen and (max-width: 480px) {
  header{
    position: fixed;
    background-color: #f8f9fa;
    z-index: 100;
    top: 0;
   }
   body{
     padding-top: 150px;
   }
   body.login{
     padding-top: 10px;
   }
 }

 /* テーブル系 */

 input[type=checkbox] {
  display: none;
}
.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  margin-bottom: 2px;
}
.checkbox01::before {
  background: #fff;
  border: 1px solid #231815;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.checkbox01::after {
  border-right: 3px solid #ed7a9c;
  border-bottom: 3px solid #ed7a9c;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

table.mail_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 480px) {
  table.mail_table {
    font-size: 10px;
  }
}

table.mail_table th,table.mail_table td{
  padding: 10px 0;
  text-align: center;
}
table.mail_table th{
  font-weight: bold;
  font-size: 1.1em;
  color: #000;
}

table.mail_table tr:nth-child(odd){
  background-color: #eee
}

/* フォーム系 */
form.add_style input[type=submit]{
  background-color: #fff;
  padding: 8px 15px;
  font-weight: bold;
  border: solid 1px #bbbbbb;
  margin-left: 20px;
}
.add_style_field{
  background-color: #fff;
  padding: 8px 15px;
  border: solid 1px #bbbbbb;
  margin-left: 20px;
}

.add_style_field_members{
  margin-top: 60px;
}

@media screen and (max-width: 480px) {
  .add_style_field{
    width: 48%;
    margin-bottom: 4%;
    margin-left: 0;
    margin-top: 2%;
  }
  .add_style_field_members{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
form.add_style_field_members input[type='submit']{
  background-color: #ec6d51;
  color: #fff;
  font-weight: bold;
  border: none;
}
#searchname{
  background-color: #ec6d51;
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 10px 15px;
}

#to_user_select{
  padding: 10px 0;
  display: inline-block;
  padding: 12px 15px;
  border: solid 1px #ced4da;
  margin: 20px 0;
}

.iadd_style_field_members input[type=submit]{
  background-color: #F79F81;
  color: #fff;
  font-weight: bold;
  border: transparent;
}
input.delete_reserv{
  background-color: #000;
  color: #fff;
  font-weight: bold;
  border: transparent;
  padding: 4px 29px;
  font-size: 11px;
  cursor: pointer;
}
.lebel_area label{
  margin-right: 15px;
}
.lebel_area label input{
  margin-right: 25px;
}
.label_wrap{
  padding-left: 40px;
}

@media screen and (max-width: 480px) {
  .lebel_area label input{
    margin-right: 15px;
  }
  .label_wrap{
    padding-left: 40px;
    margin: 20px 0 0;
  }
}

/* 大会予約のテーブル */
table.del_reserv_table{
  width: 100%;
}
table.del_reserv_table tbody{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

@media screen and (max-width:480px) {
  table.del_reserv_table tbody{
    margin: auto;
    width: 90%;
    justify-content: space-between;
  }
}

table.del_reserv_table tr{
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  justify-content: end;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width:800px) {
  table.del_reserv_table tr{
    width: 31%;
  }
}

@media screen and (max-width:480px) {
  table.del_reserv_table tr{
    display: flex;
    flex-wrap: wrap;
    width: 46%;
    font-size: 13px;
    justify-content: center;
  }
}
table.del_reserv_table td.time{
  position: absolute;
  top: -20px;
}

table.del_reserv_table td{
  width: 100%;
}

table.del_reserv_table td:nth-of-type(1){
  width: 100%;
  font-weight: bold;
}
table.del_reserv_table td:nth-of-type(3) a{
  display: inline-block;
}

a.del_reserv_members_section{
  background-color: #636363;
  color: #fff;
  font-weight: bold;
  border: transparent;
  padding: 7px 29px;
  margin-left: 15px;
  margin-top: 30px;
  font-size: 18px;
  display: inline-block;
}
#del_reserv_members_section{
  margin: 30px 0;
}
@media screen and (max-width:480px) {
  #del_reserv_members_section{
    margin: 30px 15px;
    font-size: 24px;
  }
}


/* セレクト系 */

.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
  display: inline-block;
  width: 15%;
  padding: 10px;
  margin-right: 5px;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}

@media screen and (max-width: 480px) {
  .cp_ipselect.cp_sl02 {
    width: 25%;
  }
}


.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}
.cp_ipselect.cp_sl02 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
/* 管理画面会員詳細〇〇期性 */

.add_season_area select{
  padding: 10px;
  margin-right: 5px;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  background: #ffffff;
  width: 200px;
}
.add_season_area p{
  padding-left: 0;
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
}

/* メール送信ラン */


.Form {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
    padding-left: 0;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #f69f81;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 1000px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 1000px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #f69f81;
  color: #666666;
  font-weight: bold;
  font-size: 16px;
  margin: auto !important;

}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;

  }
}

div.my_message{
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
div.my_message a{
  display: inline-block;
  padding: 5px 15px;
  box-shadow: 3px 3px 0 #84000b;
  background: #f19482;
  color: #fff;
  font-weight: bold;
  border: solid 1px transparent;
  border-radius: 30px;
  margin-right: 15px;
}

@media screen and (max-width: 480px) {
  div.my_message{
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 15px auto 15px;
  }
  div.my_message a{
    padding: 5px 6px;
    font-size: 14px;
    margin-right: 0;
  }
}

/* パウワード忘れ */
div.forget_btn{
  text-align: center;
  margin: 20px 0;
}
div.forget_btn a{
  width: 410px;
  border-radius: 6px;
  display: inline-block;
  padding: 10px 15px;
  box-shadow: 0px 1px 10px #ffb95e;
  border: solid #f4862c 1px;
  background: #fafafa;
  text-decoration: none;
  color: #464646;
  font-weight: bold;
}
@media screen and (max-width:480px) {
  div.forget_btn a{
    width: 80%;
    padding: 10px 2.5%;
    max-width: 570px;
  }
}

/* メッセージカテゴリ */
select.message_category{
  padding: 10px 15px;
  border: solid 1px #ced4da;
  margin: 20px 0;
}

/* 誰宛メッセージ */
label.to_user{
  display: block;
  margin-right: 10px;
  margin-bottom: 0;
  margin-top: 20px;
}

label.to_user span{
  font-size: 12px;
  color: red;
}

input.to_user_input{
  padding: 10px 15px;
  border: solid 1px #ced4da;
  margin: 20px 0;
}
@media screen and (max-width:480px) {
  label.to_user{
    margin-top: 10px;
  }
}
.form-group p.to{
  padding-left: 0;
}
p.to{
  padding-left: 0;
}

/* アコーディオン系 */
#acMenu dt{
  display:block;
  width: 100%;
  border-bottom: 2px solid #afafaf;
  margin-bottom: 10px;
  cursor:pointer;
  text-align: left;
  padding: 20px 15px;
  padding-left: 55px;
  position: relative;
  }
  #acMenu dd{
  background:#f2f2f2;
  width: 100%;
  text-align:center;
  display:none;
  text-align: left;
  padding: 20px 15px;
  padding-left: 55px;
  position: relative;
  }

  #acMenu dt span{
    font-size: 2.4em;
    margin-right: 20px;
    position: absolute;
    top: 3px;
    left: 15px;
    color: #3b9ade;
  }
  #acMenu dd span{
    font-size: 2.4em;
    margin-right: 20px;
    position: absolute;
    top: 3px;
    left: 15px;
    color: #de3b67;
  }

  .mt15{
    margin-top: 15px;
  }

  .admin_faq input[type="text"]{
    display: block;
    width: 100%;
    margin: 10px 0 20px;
  }
  .admin_faq input[type="submit"]{
    padding: 5px 10px;
    border: solid 1px #afafaf;
  }
  a.add_qa_btn{
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #3b9ade;
    cursor: pointer;
  }

  /* サンクスページ */
  .thx{
    padding: 20px;
    border: solid 2px #f19482;
    text-align: center;
    margin: 20px 0;
  }
  @media screen and (max-width:480px) {
  .thx h4{
    font-size: 16px;
  }
}
  .thx p{
    padding-left: 0;
  }

  .navbar-nav{
    display: flex;
    flex-wrap: wrap;
  }

  p.not_mail{
    padding-left: 0;
    margin: 20px 0;
  }

  p.forget_pass{
    text-align: center;
    line-height: 2em;
    padding: 20px 0;
    font-size: 1.2em;
    border: solid 2px #F19483;
    width: 70%;
    margin: 5% auto 0;
  }
  @media screen and (max-width:768px) {
    p.forget_pass{
      width: 90%;
      font-size: 14px;
    }
  }

  form.re_pass_form{
    width: 400px;
    margin: 10% auto;
    padding: 20px;
    border: solid 2px #F19483;
  }

  @media screen and (max-width:768px) {
    form.re_pass_form{
      max-width: 600px;
      width: 80%;
    }
  }

  form.re_pass_form div{
    margin-bottom: 10px;
  }
  form.re_pass_form div.sub{
    text-align: center;
  }

  form.re_pass_form div.sub input{
    width: 200px;
    padding: 5px;
    margin: 20px 0 0;
  }
  .pass_end{
    width: 400px;
    margin: 5% auto;
    padding: 30px;
    border: solid 2px #F19483;
  }
  .pass_end p{
    margin-bottom: 15px;
  }

  @media screen and (max-width:768px) {
  input#email_area{
    max-width: 570px;
    width: 80%;
    padding: 10px 0;
  }
}
@media screen and (max-width:768px) {
  #emailHelp div{
    margin: 25px 0;
  }
}

.category_list{
  display: flex;
  flex-wrap: wrap;
}
.category_list a{
  display: inline-block;
  padding: 5px 15px;
  margin: 10px 0;
  border: solid 1px #007bff;
  border-radius: 4px;
  margin-right: 10px;
}

div.qa_area span{
  display: block;
  font-size: 20px;
  font-weight: bold;
}
div.qa_area textarea{
  width: 100%;
}

.user_mail_info{
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-right: 10px;
}

.ECM_RadioInput {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ECM_RadioInput-Input {
  opacity: 0;
  width: 0;
  margin: 0;
}
.ECM_RadioInput:hover > .ECM_RadioInput-DummyInput{
    background: #BBBBBB;
}
.ECM_RadioInput-Input:focus + .ECM_RadioInput-DummyInput {
  background: #BBBBBB;
}
.ECM_RadioInput-Input:checked + .ECM_RadioInput-DummyInput {
  background: #333333;
}
.ECM_RadioInput-Input:checked + .ECM_RadioInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFFFFF;
}
.ECM_RadioInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #EEEEEE;
  box-shadow: 0 1px 4px rgba(0,0,0, .4) inset;
}
.ECM_RadioInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.on_off_wrap{
  display: flex;
}

.add_qa_area a.add_qa_btn{
  display: block;
  margin-right: 80%;
  margin-bottom: 10px;
  white-space: nowrap;
}

.add_qa_area hr{
  display:none;
}

.add_qa_area{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}

.add_qa_area form{
  width: 30%;
  display:flex;
  margin: 10px 0;
  justify-content: space-between;
  border: solid 1px #898989;
  align-items: center;
}
@media screen and (max-width:768px) {
  .add_qa_area form{
    width: 100%;
  }
}
.add_qa_area form p{
  padding-right:20px;
}
.add_qa_area form input[type="submit"]{
  padding: 5px;
}
.add_qa #to_user_select{
  min-width: 200px;
}
.orange{
  border: none;
  background: #f4862c;
  color: #fff;
  font-weight: bold;
  padding: 4px 12px;
}
.out_area{
  padding: 10px;
  width: 300px;
  margin: 5% auto;
  border: solid;
  text-align: center;
  font-weight: bold;
}
.text_confirm{
  margin-left: 1.25em;
}

@media screen and (max-width:768px) {
  #club_lists{
    font-size: 10px;
  }
  #clubs{
    font-size: 10px;
  }
}

section.service_content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.5em;
  align-items: flex-start;
}
section.service_content > div{
  width: 48%;
  margin-top: 2.5em;
  position: relative;
}
section.service_content > div > p:nth-of-type(1){
  padding: .75em;
  border-radius: 10px;
  border: 1px solid #F6E3CE;
  letter-spacing: .1em;
}

section.service_content > div.point_list span{
  font-weight: bold;
  font-size: 110%;
  color: #ff4500;
  margin: 5px 10px 0 0;
  display: inline-block;
}

section.service_content > div.to_service{
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
div.to_service a{
  background: #dc3545;
  padding: 0.6rem 1em;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
  border-radius: 10px;
}

@media screen and (max-width:768px) {
  section.service_content{
    display: block;
  }
  section.service_content > div{
    width: 100%;
    margin-top: 1.5em;
  }
  section.service_content > div.to_service {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: #F6E3CE;
    z-index: 100;
  }
  #service footer{
    margin-bottom: 50px;
  }
}
