@charset "UTF-8";

/* 全体構成
------------------------------------------  */
html { font-size: 62.5%; }
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #222;
  line-height: 1.75;
  letter-spacing: 0.02em;
  background: #fff;
}

.font-serif {
  font-family: 'Noto Serif JP', serif;
}

a {
  text-decoration: underline;
}

a:hover {
  opacity: 0.7;
}

.gmt-content {
  position: relative;
}

.gmt-content-block {
  margin: auto;
  position: relative;
}

/* ヘッダー
------------------------------------------  */
.gmt-staff-head {
  background: #FFF;
}
.gmt-staff-head .logo {
  padding: 30px 25px;
}

.gmt-staff-head-h1 {
  margin-right: auto;
  margin-left: auto;
  padding: 102px 0;
  background-color: #6E8BC7;
  background-size: cover;
  background-position: right center;
}


.gmt-staff-head-h1 h1 {
  font-size: 2.8rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  max-width: 960px;
  margin: 0 auto;
  color: #fff;
}

.gmt-staff-breadcrumb .gmt-content-block-inner {
  padding: 10px 0;
}

.gmt-staff-breadcrumb li {
  display: inline;
  font-size: 1.4rem;
}

.gmt-staff-breadcrumb li:not(:first-of-type)::before {
    content: ">";
    position: relative;
    margin-right: 6px;
    margin-left: 7px;
    font-size: 0.625rem;
}



.table{
  width:100%;
  max-width:100%;
  border-collapse: collapse;
  color:#fff;
}

table th, table td {
  border: solid 3px #fff;
  /*実線 1px 黒*/
}

table th{
  background-color: #6E8BC7;
  text-align:center;
  padding:15px 0;
  font-size:16px;
  display: table-cell;
  vertical-align: middle;
  line-height:1.5;

}

table td{
  background-color: #EEF0F4;
  text-align:center;
  align-items:center;
  color:#000;
  padding:15px 0;
  display: table-cell;
  vertical-align: middle;
  line-height:1.5;

}

.prefecture{
  width:20%;
  line-height:1.5;
  font-weight:bold;
}
.city{
  width:20%;
  line-height:1.5;
}
.shop{
  width:60%;
  line-height:1.5;
}

.shopname{
  text-align:left;
  padding-left:50px;
  line-height:1.5;
}
.manager{
  border-right: none;
  font-size:14px;
  line-height:1.5;
  line-height:1.5;
}
.table_prefecture{
  font-weight:600;
}
.spOnly{
  display:none;
}

@media (max-width: 989px) {

  .gmt-staff-head .logo {
    padding: 10px 10px;
  }

  .gmt-main-visual .logo img {
    max-width: 160px;
  }

  .gmt-staff-head-h1 {
    padding: 60px 20px;
  }

  .gmt-staff-head-h1 h1 {
    font-size: 2rem;
    max-width: 100%;
  }

  .gmt-staff-breadcrumb {
    padding: 0 10px;
  }

  .total_number{
    text-align: center!important;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
  }
	.total_number-date{
    text-align: right;
    margin-top: 10px;
    font-size: 12px;
}

}


/* スタッフリスト
------------------------------------------  */
.searchArea-Wrapper {
  background: #edf0f5;
  padding: 30px 30px 40px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content:center;
}
.searchArea-Wrapper > div {
    margin:0 30px;
}
.searchArea-ttl {
  color: #6e8bc7;
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 0.5rem;
}

.searchArea-selectbox {
    position: relative;
}
.searchArea-selectbox::before,
.searchArea-selectbox::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.searchArea-selectbox::before {
    right: 0;
    display: inline-block;
    width: 2.8em;
    height: 2.8em;
    border-radius: 0 3px 3px 0;
    background-color: #6e8bc7;
    content: '';
}

.searchArea-selectbox::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
}

.searchArea-selectbox select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em 3.6em .4em .8em;
    border: 2px solid #6e8bc7;
    border-radius: 3px;
    color: #000000;
    font-size: 1em;
    cursor: pointer;
    background: #fff;
    width: 400px;
}

.searchArea-selectbox select:focus {
    outline: 1px solid #6e8bc7;
}


.gmt-stafflist {
}

.gmt-stafflist-box-wrapper {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gmt-stafflist-box {
  width: 48%;
  margin-bottom: 40px;
}

.gmt-stafflist-intro {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  justify-content: space-between;
}

.gmt-stafflist-img {
  width: 220px;
}
.gmt-stafflist-img img {
  max-width: 200px;
  border: 1px solid #ddd;
  margin-right: 20px;
}

.gmt-stafflist-txt {
  width: 240px;
}

.gmt-stafflist-name {
  display: block;;
  font-size: 1.4rem;
  margin-top: 1rem;
}

.gmt-stafflist-name span {
  background: #6f8dc7;
  border-radius: 1px;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  width: 5.5em;
  text-align: center;
  line-height: 1;
  padding: 0.35em 0;
  margin-right: 1em;
}
.shopname{
  padding-left:3vw;
  padding-right:3vw;
}
td{
  padding-left:3vw;
  padding-right:3vw;
}

@media (max-width: 989px) {
  .searchArea-Wrapper {
    padding: 0px 20px 20px;
    display: block;
  }
  .searchArea-Wrapper > div {
      margin:0;
  }
  .searchArea-ttl {
    font-size: 1.4rem;
    padding-bottom: 0.25rem;
    padding-top: 1rem;
  }

  .searchArea-selectbox select {
    width: 100%;
  }

  .gmt-stafflist {
    padding: 0 20px;
  }

  .gmt-stafflist-box-wrapper {
    display: block;
  }

  .gmt-stafflist-box {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }

  .gmt-stafflist-intro {
    display: block;
  }

  .gmt-stafflist-img {
    text-align: center;
    max-width: 300px;
        width: 100%;
    margin: 0 auto;
  }

  .gmt-stafflist-img img {
    margin-right: 0px;
    width: 100%;
    max-width: 300px;
  }

  .gmt-stafflist-name {
    font-size: 1.4rem;
    margin-top: 1rem;
  }

  .gmt-stafflist-name span {
    font-size: 1.1rem;
    width: 5em;
    margin-right: 0.8em;
  }

  .gmt-stafflist-txt {
    font-size: 1.4rem;
    margin-top: 1rem;
    width: auto;
  }

}



.gmt-stafflist-img {
  position: relative;
}
.ribbon {
display: inline-block;
position: absolute;
padding: 2px 0;
right: -21px;
top: 10px;
width: 160px;
text-align: center;
font-size: 16px;
font-weight: 600;
background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
color: #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
letter-spacing: 0.25rem;
text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}
.label_inner {
position: absolute;
top: -3px;
left: -3px;
width: 90px;
height: 91px;
overflow: hidden;
}
.ribbon:before, .ribbon:after {
position: absolute;
content: "";
border-top: 3px solid #77671b;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
bottom: -3px;
}
.ribbon:before {
left: 20px;
}
.ribbon:after {
right: 25px;
}


/* 導線ボタン
------------------------------------------  */
.gmt-staff-btm_btn .gmt-content-block-inner {
  padding: 25px 0 50px;
}

.gmt-lead_btn {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content:center;
}

.gmt-lead_btn li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  width: 300px;
  height: 66px;
  padding: 1rem 1rem;
  margin: 0 10px;
  position: relative;
}

.gmt-lead_btn li:nth-child(1) a {
  background: #436aba;
  color: #fff;
}

.gmt-lead_btn li:nth-child(1) a:hover {
  background-color: rgba(255,255,255,0.8);
  border: 4px solid #436aba;
  color: #436aba;
  opacity: 1;
}

.gmt-lead_btn li:nth-child(2) a {
  background: #ef5d35;
  color: #fff;
}

.gmt-lead_btn li:nth-child(2) a:hover {
  color: #ef5d35;
  background-color: rgba(255,255,255,0.8);
  border: 4px solid #ef5d35;
  opacity: 1;
}

.gmt-btm_btn .gmt-lead_btn {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content:center;
}

.gmt-btm_btn {
  padding: 0 30px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content:center;
}

@media (max-width: 989px) {

  .gmt-staff-btm_btn {
    padding: 0px 0;
  }

  ul.gmt-lead_btn {
    display: block;
  }

  ul.gmt-lead_btn li {
    margin: 15px 30px;
  }

  ul.gmt-lead_btn li a {
    height: 66px;
    margin: auto;
    padding: 0 1rem;
    font-weight: 600;
    line-height: 1.4;
    width: 100%;
  }

}


/* 共通パーツ
------------------------------------------  */
.gmt-content-block-inner {
  margin: auto;
  padding: 40px 20px;
  width:100%;
  max-width:1200px;
}

.gmt-staff-content h2 {
  font-size: 2.4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  text-align: left;
  margin: 40px 0 60px;
  padding: 0.35rem 0;
  position: relative;
  border-bottom: 1px solid #213764;
  color: #213764;
}

.gmt-staff-content h2.nohit-message {
  background: none;
  border: none;
  color: #999;
  font-size: 2.2rem;
  text-align: center;
  padding: 30px 0;
  display: none;
}

@media (max-width: 989px) {

  .gmt-content-block-inner {
    padding: 0px 0;
    width: 100%;
  }

  .gmt-staff-content h2 {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .gmt-staff-content h2.nohit-message {
    font-size: 1.6rem;
  }

}

@media screen and (max-width: 980px){
  .spOnly{
    display:block
  }
  .empty{
    display:none;
  }
}

@media screen and (max-width: 767px){
  .prefecture{
    font-size:12px;

  }

  .city{
    font-size:12px;
    line-height:1.5;
  }

  .shop{
    font-size:12px;

  }
 
  .shopname{
    font-size:12px;

  }

  .name{
    font-size:12px;

  }


  .manager{
    font-size:10px;

  }
  table td{
    font-size:12px;

  }




}


/* その他調整
------------------------------------------  */
.pc { display:inline; }
.sp { display:none; }
@media screen and (max-width: 599px){   
  .pc { display:none; }
  .sp { display:inline; }
}




