@charset "utf-8";

body {
   font-family: Hiragino Sans !important; 
   font-size: 15px;
  /* background-color: #FFFFFF; */
}

/*
 main
*/
.fixedArea {
    margin: 0 auto;
    margin-top: 23px;
    width: 100%;
  }
  
  .stepbar_area{
    width: 75%;
    margin-left: auto;
    margin-right: auto;

  }

.staffnotice {
    width: 80%;
    margin: 0 auto;
    color: rgba(74,74,74,1);
    font-family: Hiragino Sans;
    font-size: 14px;
    text-align: center;
}
.directlyArea{
    border: 1px solid rgba(128,128,128,1); 
    border-left-style:none;   
    border-right-style:none;
    margin-top:20px;
    margin-bottom:10px;
}
.telArea {
    width: 100%;
    margin: 0 auto;
    margin-top:30px;
    margin-bottom:20px;
    color: rgba(74,74,74,1);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.salesArea {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    color: rgba(74,74,74,1);
    font-family: Hiragino Sans;
    font-size: 15px;
    text-align: center;
}
.telcomment{  
  color: rgba(74,74,74,1);
  font-family: Hiragino Sans;
  font-size: 14px;
  font-weight: bold;
  display:inline-block;
  padding-right: 10px;
}
.inquiry {
  width: 155px;
  height: 32px;
  border-radius: 5px;
  overflow: hidden;
  display:inline-block;
}
.telnumber {
  margin-left: 10px;
  line-height: 34px;
  font-family: Hiragino Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  float: left;
}
.inquiry-icon {
  margin-top: 4px;
  margin-left: 15px;
  float: left;
}
/*
 「指名しない」
*/
.notnominate {
    width: 163px;
    height: 32px;
    margin: 0 auto;
    margin-bottom: 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.notnominate span {
    width: 163px;
    height: 32px;
    font-family: Hiragino Sans;
    font-weight: W6;
    font-size: 15px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

/*
 スタッフ一覧
*/
.tableArea {
    margin: 0 auto;
    width: 65%;   
}
table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;   
}
table tr{
}
table td{
    text-align: center;
    width: 50%;
    padding: 10px;
}
.td0{
    border: 1px solid rgba(204,204,204,1); 
    border-top-style:none; 
    border-left-style:none;   
    border-right-style:none;
    border-bottom-style:none;
}
.td1{
    border: 1px solid rgba(204,204,204,1); 
    border-left-style:none;

}
.td2{
    border: 1px solid rgba(204,204,204,1); 
    border-right-style:none;   
}
.td3{
    border: 1px solid rgba(204,204,204,1); 
    border-left-style:none;   
}
.td4{
    border: 1px solid rgba(204,204,204,1);
    border-right-style:none;   
}

.staffframe { 
    max-width: 380px;
    min-width: 190px;
    margin: 0 auto;
    padding-top: 10px;
}
.staffpanel {
    width: 100%;
    float:left;	
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnpanel {
    width: 100%;
    height: 50px;
    float:left;
    display: flex;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
}
.staffimage{
    margin-right: 10px;
}
.staffimage img{
    float:left;
    width: 85px;
    height: 85px;
}
.staffwords{
    float:left;
    left: 84px;
    width: calc(100% - 85px);
}
.staffname {
    text-align:left;
    font-family: Hiragino Sans;
    font-weight: 600;
    font-size: 15px;
    word-break: break-all;
}
.staff_position {
    text-align:left;
    position: relative;
    font-family: Hiragino Sans;
    font-weight: 600;
    font-size: 11px;
}
.stafffee {
    text-align:left;
    position: relative;
    font-family: Hiragino Sans;
    font-weight: W3;
    font-size: 11px;
}
.staffcomment {
    text-align:left;
    position: relative;
    font-family: Hiragino Sans;
    font-weight: W3;
    font-size: 11px;
}
/*
 「詳細を見る」
*/

.staff_btn {
    width: 100%;
    height: 32px;
    border: 0 none;
    font-weight: 600;
}

.details {
    float:left;
    width: 50%;
    max-width: 180px;
    overflow: hidden;
}
.detailword {
    width: 100%;
    display:table-cell;
    vertical-align:middle;
    color: rgba(142,142,142,1);
    font-family: Hiragino Sans;
    font-weight: W6;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}
/*
 「指名する」
*/
.nominate {
    float:left;
    width: 50%;
    max-width: 170px;
    height: 32px;
    overflow: hidden;
}
.nominateword {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 32px;
    font-family: Hiragino Sans;
    font-weight: W6;
    font-size: 15px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

/*
 スタッフ詳細
*/
.detailstaff_panel{
    margin-top: 70px;
    margin-bottom: 20px;
}
.detailbtn_panel{
    margin:0 auto;
    width: 60%;  
}
.detailbtn{
    float:left;
    width: 50%;
    overflow: hidden;
}

.detailstaff_image img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}
.detailstaff_name {
    margin-top: 10px;
    font-family: Hiragino Sans;
    font-weight: bold;
    font-size: 15px;
    word-break: break-all;
}
.detailstaff_position {
    position: relative;
    font-family: Hiragino Sans;
    font-weight: W3;
    font-size: 12px;
}
.detailstaff_fee {
    position: relative;
    font-family: Hiragino Sans;
    font-weight: W3;
    font-size: 12px;
}

.detailstaff_socialframe{
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center; 
    align-items: center;
}
.icons{
    margin-right: 5px;
    margin-left: 5px;
}
.detailstaff_comment {
    width: 95%;
    margin:0 auto;
}

.detailstaff_comment span {
    display: inline-block;
    font-family: Hiragino Sans;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
}

.socialIcon_link, .socialIcon_link:hover {
    margin-right: 8px;
    margin-left: 8px;
    text-decoration: none;
}

.socialIcon {
    font-size: 28px;
}

.inquiry a {
    text-decoration:none;
}
  
.detailstaff_socialframe a:last-child .socialIcon {
    margin-right: 0;
}

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

    .stepbar_area{
    width: 100%;
    min-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
    /*
     メニュー表示領域
    */
    .menuarea {
      width: 100%;
      margin-left : auto;
      margin-right: auto;
      margin-top: 15px;
      margin-bottom: 20px;
    }

    .menuareatitle {
      width: 100%;
      margin-bottom: 10px;
      margin-left:16px;
      display: flex;
    }

    .menutable {
      padding-left:0px;
    }
    
    .menuname {
      margin-left: 16px;
    }

    .menuright {
        float: right;
    }
    
    .tableArea {
        margin: 0 auto;
        width: 100%;
    }
    table {
        border-collapse: collapse;
        margin: 0 auto;
        width: 100%;   
    }
    table tr{

    }
    table td{
        text-align: center;
        width: 100%;
        padding: 10px;
        display:inline-block
    }    
    .td1{
        border: 1px solid rgba(204,204,204,1); 
        border-left-style:none;   
        border-right-style:none; 
    }
    .td2{
        border: 1px solid rgba(204,204,204,1); 
        border-top-style:none; 
        border-left-style:none;   
        border-right-style:none;  
    }
    .td3{
        border: 1px solid rgba(204,204,204,1); 
        border-top-style:none; 
        border-left-style:none;   
        border-right-style:none;    
    }
    .td4{
        border: 1px solid rgba(204,204,204,1); 
        border-top-style:none; 
        border-left-style:none;   
        border-right-style:none; 
    }

    .staffframe {
        width: 90%;
        margin: 0 auto;
    }
    .staffpanel {
        width: 100%;
         float:left;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .btnpanel {
        width: 100%;
        height: 50px;
        float:left;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .staffimage img{
        float:left;
        width: 85px;
        margin-right: 10px;
    }
    .staffwords{
        float:left;
        left: 84px;
        width: calc(100% - 85px);
    }
    .staffname {
        text-align:left;
        font-family: Hiragino Sans;
        font-weight: 600;
        font-size: 15px;
        word-break: break-all;
    }
    .staff_position {
        text-align:left;
        position: relative;
        font-family: Hiragino Sans;
        font-weight: W3;
        font-size: 11px;
    }
    .stafffee {
        text-align:left;
        position: relative;
        font-family: Hiragino Sans;
        font-weight: W3;
        font-size: 11px;
    }
    .staffcomment {
        text-align:left;
        position: relative;
        font-family: Hiragino Sans;
        font-weight: W3;
        font-size: 11px;
    }
    /*
     「詳細を見る」
    */
    .details {
        display:table;
        float:left;
        width: 50%;
        max-width: 180px;
        float: right;
        overflow: hidden;
    }
    .detailword {
        width: 100%;
        display:table-cell;
        vertical-align:middle;
        color: rgba(142,142,142,1);
        font-family: Hiragino Sans;
        font-weight: W6;
        font-size: 15px;
        border-style: none;
        text-align: center;
        vertical-align: middle;
    }
    /*
     「指名する」
    */
    .nominate {
        float:left;
        width: 50%;
        max-width: 170px;
        height: 32px;
        overflow: hidden;
    }
    .nominateword {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        height: 32px;
        font-family: Hiragino Sans;
        font-weight: W6;
        font-size: 15px;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }
       
    .detailbtn_panel{
        margin:0 auto;
        width: 90%;  
    }
}

/*
  「戻る」
*/
.historyback {
    width: 100%;
    padding-top: 40px;
    margin: 0 auto;
    color: rgba(142,142,142,1);
    font-family: Hiragino Sans;
    font-size: 15px;
    text-align: center;
}

/*—————————————————————————————————————
ダイアログ
—————————————————————————————————————*/
.dialog_main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
    border-radius: 6px;
    padding-top: 24px;
    padding-bottom: 8px;
}
.dialog_title {
    width: 100%;
    margin-left : auto;
    margin-right: auto;
    text-align: center;
}
.dialog_title span {
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.016em;
}
.dialog_message {
    width: 90%;
    padding-top: 20px;
    margin-left : auto;
    margin-right: auto;
    text-align: center;
}
.dialog_message span {
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    letter-spacing: -0.011em;
    word-break: break-all;
}
.dialog_button_main {
    width: 80%;
    padding-top: 20px;
    margin-left : auto;
    margin-right: auto;
    text-align: center;
}
.dialog_button {
    width: 182px;
    height: 32px;
    margin-top: 20px;
    margin-left : auto;
    margin-right: auto;
    /* background: #FF6663; */
    border-radius: 6px;
    border: 0px;
    font-size: 15px;
    line-height: 15px;
    /* color: #FFFFFF; */
    font-weight: 600;
}
button:focus {
	outline:0;
}
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
dialog {
  border: 0px;
  position:fixed
}

@media screen and (max-width: 639px){
    .dialog_main {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}