@charset "utf-8";


* {
    font-family: "Sawarabi Gothic";
}


html,body {
    height: 100%;
    width: 100%;

}

body {
    margin: 0;
    padding: 0;
    color: #333333;
    line-height: 1.4;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; /* Webkit */
    -moz-box-sizing: border-box; /* Firefox */
    box-sizing: border-box; /* 標準 */
    word-wrap:break-all;
    font-feature-settings: "palt";
    font-size: 16px;
    overflow-x: hidden!important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;    
}



h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form ,table{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
}

ul, li {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    font-family: inherit;
}

th,td {
    border-collapse: collapse;
}

p{
    margin: 0;
    padding: 0;
}

img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
box-sizing: border-box;
}

a {
    color: #000;
    text-decoration: none;
}

.pc{
    display: block;
    }
.sp{
    display: none;
    }



@media screen and (max-width:1024px) {
    body {
        width: 100%;
        overflow-x: hidden!important;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        font-size: 15px;
    }

    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}


/****************************全体の設定*****************************/

#wrapper{
    width: 100%;
    margin: auto;
    overflow-x: hidden;
}


#main{
    max-width: 960px;
    width: 100%;
    text-align: center;
    margin: auto;  
}


#main img{
    width: 100%;
}

#main h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 45px;
    display:inline-block;
    margin: auto;
    letter-spacing: 2px;
}

#main h1 span{
  position: relative;
  padding: 0.25em 0;
  text-align: center;
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
}

#main h1 span:before {
  content: "";
  display: block;
  height: 2px;
  background: #c9bc9a;
  margin-bottom: 10px;
}

#main h2 {
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: 600;
    line-height: 120%;
    padding: 20px 0;
}

#main h2 span{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: block;
    letter-spacing: 0;
}


/*#main h2 .sale-bottom{
    display: block;
    font-weight: 400;
    font-family: "Sawarabi Gothic";
    font-size: 15px;
    letter-spacing: 0;
}*/

#main img.pc{
    padding-top: 83px;
}


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

#main h1 {
    font-size: 40px;
}

#main h1 span{
  padding: 0.1em 0;
  font-size: 15px;
}

#main img.sp{
    padding-top: 155px;
}
}



/******************事業内容（メインページ）******************/


#business{
    padding-top: 50px;
}

#business h1{
    padding-bottom: 30px;
}


#sales{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 10px;
}

.sales-item h2 span{
    line-height: 100%;
    padding-bottom: 5px;
}

.pc-sales{
    width: 90%;
}

.item-img{
  cursor:pointer;
  position:relative;
  overflow:hidden; 
}


.item-img a{
    position:relative;
    transition:all .5s ease;
    z-index:10;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.item-img .effect{
  position:absolute;
  transition:all .5s ease;
  border:0px solid #808080;
  z-index:2;
  mix-blend-mode: multiply;
  opacity: 0.9;
  height: 100%;
  width: 100%;
  box-sizing:border-box;
}

.item-img:hover .effect{
    border:147px solid #808080;
}
.item-img:hover a{
  color:#fff;
}

.item-img .hover-mask{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.item-img .hover-mask p{
    color: #fff;    
    font-size: 30px;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
    border-bottom:solid 1px #fff ; 
    opacity: 1; 
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 3; 
    opacity: 0;
}

.item-img:hover .hover-mask p{
    transition:all .5s ease;
    opacity: 1;
}

#sp-sales{
    display: contents;
}

@media screen and (max-width:1024px) {
#sales{
    display:block;
}
#sp-sales{
    display: flex;
    justify-content: space-between;
    margin: 0 -5px;
}
#sp-sales .sales-item{
    width: 100%;
    margin: 0 5px;
}
#sp-sales img{
  width: calc(100% + 200px);
  margin: 0 -100px;  
}



.item-img:hover .effect{
    border:300px solid #808080;
} 
}




/******************会社概要（メインページ）******************/

#vision{
    position: relative;
    padding: 30px 0;
}

#vision-position{
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 50%;
    margin: 0 10px;
}


#vision-flex{
    display: flex;
    margin-top: 30px;
}

.vision-box{
    background: #fff;
    padding: 20px;
    margin: 0 10px;
    font-size: 22px;
}

.vision-box p{
    font-size: 14px;
    margin: 20px 0;
    text-align: justify;
    letter-spacing: -1px;
}

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

#vision img{
    width: 950px;
    height: 484px;
}

#vision-position{
    width: 100%;
    margin: auto;
}

#vision-flex{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    justify-content: space-between;
}

.vision-box{
    width: 100%;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    position: relative;
}

.vision-box .vision-link{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.vision-box p{
    margin: 0;
    padding-top:5px;
    text-align: center;
}

.vision-box h3{
    font-family: 'Source Sans Pro', sans-serif;
}


.vision-box .sp span{
    display: block;
    font-family: "Sawarabi Gothic";
}

.vision-box .vis-text{
    display:none;
}
}


p[class*="-btn"]{
    width: 100%;
    border: solid 1px #000;
    text-align: center;
    font-size: 18px;
    margin: 0;
    letter-spacing: 0;
    position: relative;
}

p[class*="-btn"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #000;
}

p[class*="-btn"] a{
    display: block;
    padding: 5px 0;
    font-family: 'Source Sans Pro', sans-serif;
}


p[class*="-btn"] a:hover{
    background: #000;
    color: #fff;
}


p[class*="-btn"]:hover:after {
    color: #fff;
}


.ichiran-btn[class*="-btn"]{
    max-width: 230px;
    margin:20px auto 0 auto;
}

.ichiran-btn[class*="-btn"] a{
    font-family: "Sawarabi Gothic";
    font-size: 15px;   
    padding: 15px 0;
}

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

#vision-flex{
    padding: 0 5px;
}
.vision-box{
    padding:20px 10px;
    margin: 0 5px;

}
}

@media screen and (max-width:360px) {
.vision-box{
    font-size: 20px;
    padding:20px 5px;
}
.vis-text-bottom .sp{
    font-size: 13px;
}
}


/******************店舗案内（メインページ）******************/


#stores{
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 20px 0;
  position: relative;
  height: 478px;
}

#stores-back{
  width: 100%;
  height: 478px;
  object-fit: cover;
}

#stores-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 960px;
    width: 100%;
}




/******************採用情報（メインページ）******************/


#recruit{
    padding: 40px 0;   
}


#recruit-info {
    display: block;
    padding: 40px 0 20px 0; 
}

#recruit-info div{
    position: relative;  
}

#recruit-info p{
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    padding: 0 15px 10px 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
}


#recruit-info a:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";

}

@media screen and (max-width:960px) {
#recruit{
    padding: 40px 10px;   
}
#recruit-info img{
  width: calc(100% + 100px);
  margin: 0 -50px;
}
}


@media screen and (max-width:680px) {
#recruit{
    padding: 40px 0;   
}
}



/******************採用情報（メインページ）******************/


.bundan{
    display: block;
    margin: 0;
    padding: 0;
}

#footer{  
    text-align: center;
    display: block;
    padding-bottom: 40px;
    background: #fff;
}


#footer #footer-ul{
    display: flex;
    justify-content: space-between;
    text-align: left;
    font-size: 13px;
    max-width: 960px;
    margin: auto;
}

#footer #footer-ul li{
  border-left: 2px solid #000;
  margin: 10px 0;
  padding-left: 5px;
  height: 10px;
  line-height: 10px;
}

#sp-footer{
    display: none;
}

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

.bundan{
    display: none;
}

#footer{
    display:none;
}

#sp-footer{
    display: block;
}

#sp-footer ul{
    margin: auto;
    text-align: center;
    padding: 20px 0;
}

#sp-footer li{
    display: inline-block;
    padding: 0 10px;
}

#sp-footer li+li{
    border-left: 1px solid;
    height: 15px;
    line-height: 15px;
}
}

#company-name{
    font-size: 30px;
    vertical-align: middle;
    padding: 20px 0 10px 0;
}

#company-name p{
    font-family: 'Source Sans Pro', sans-serif;
    vertical-align: middle;
}

#company-name p:before{
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../images/free.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
  vertical-align: middle;
}


/*******************************フッター*********************************/


#footer-bottom{
    background: #000;
    width: 100%;
}

#footer-bottom p{
    text-align: center;
    padding: 5px 0;
    font-size: 13px;
    color: #fff;
}

#footer-bottom p span{
    font-family: "Sawarabi Gothic"; 
}


/*******************************企業情報*********************************/


#company{
    padding: 150px 0 60px 0;
    background: #F7F7F7;
}

#tabs {
    max-width: 960px;
    width: 100%;
    margin: auto;
}

#tabs ul {
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
}

#tabs li {
    text-align: center;
    width: 100%;
    color: #fff;
    background: #ffe798;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#tabs .panel {
  display: none;
  overflow: hidden;
}

#tabs li a.active{
  background:#ffc000;
  color:#fff;  
  box-sizing: border-box;
  display: block;
  padding: 12px 0;
}

#tabs li a{
    color: #fff;
    display: block;
    width: 100%;
    padding: 12px 0;
}



@media screen and (max-width:1024px) {
#tabs ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 3px;
}

#tabs li {
    width: 48%;
    margin: 3px;
}  
}

@media screen and (max-width:480px) {
#tabs li:last-child{
    width: 55%;
}

#tabs li {
    font-size: 16px;
} 
}


#company .panel-box{
    position: relative;    
    border-top: solid 3px #ffc000;
    padding: 30px;
    margin-top: 70px;
    background: #fff;
    text-align: left;
}


#company .panel-box h2{
    position: absolute;
    top: -45px;
    left: 0;
    font-size: 35px;
    color: #ffc000;
    padding: 0;
}


#company #hello{
    line-height: 200%;
    padding: 40px 20px 20px 20px;
}

#company #hello-end{
    text-align: right;
    margin-left: auto;
    width: 232px;
    padding:0 20px 20px 0;

}



#company table[class^="panel"] {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout:auto;
    box-sizing: border-box;  
    font-size: 14px; 
    word-break: break-all;
    word-wrap: break-all;
}

#company .panel2 tbody, tr, th, td{
    border: 0px none;   
}


#company table[class^="panel"] td {
    padding: 5px 12px ;
    height: 25px;
    vertical-align: middle;
}

#company .panel2 tr:nth-child(odd) td {  
    background: #fff9e5;
}

#company .panel2 .leftsize{
  width: 20%;
}


#company .panel2 .store_name{
  border-right: 1px solid #fff9e5!important; 
  border-left: 1px solid #fff9e5!important; 
  width: 15%;
}

#company .panel3 tr:nth-child(odd) td {  
    background: #fff9e5;
}


.td-top{
    vertical-align: top!important;
}

@media screen and (max-width:1024px) {
#company table[class^="panel"] tbody, th, td, tr{
    width: 100%;
    display: block;
    table-layout: fixed;
    box-sizing: border-box;
}
#company table[class^="panel"] td{
    height: auto;
    padding: 12px;
    word-break: break-all;
}

#company .panel2 tr:nth-child(odd) td {  
    background:inherit;
}

#company .panel2 .leftsize{
  width: 100%;
  background: #fff9e5;
}

#company .panel2 .store_name{
  border: none;
  width: 100%;
  padding-bottom: 0;
}

#company .panel2 .store_name+td{
    padding-top: 0;
}

#company .panel3 tr:nth-child(odd) td {  
    background: none;
}

#company .panel3 .leftsize{
    background-color: #fff9e5!important;
}

#company{
    padding: 185px 0 30px 0;
    width: 100%;
}

#company .panel-box{
    padding: 0;
}

#company .panel-box h2{
    left: 10px;
    top: -45px;
    font-size: 30px;
}

#company #hello{
    padding: 10px;
    line-height: 180%;
    text-align: justify;
}

.td-top{
    vertical-align: middle!important;
}

.td-color{
  background: #fff9e5!important;   
}
}


#achievement .panel4 {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
    display: table;
    table-layout: auto;
}


#achievement .panel4 td, th {
    padding: 10px;
    height: 25px;
    font-size: 12px;
    border: solid 1px #fff;
    box-sizing: border-box;
    display: table-cell;
    white-space: nowrap;
}

#achievement .panel4 th {
    background: #ffc000;
    color: #fff;
    text-align: left;

}
#achievement .panel4 tr{
    display: table-row;
}

#achievement .panel4 td{
    text-align: right;
    background: #fff9e5;
}

#achievement th:nth-of-type(1) { 
    width: 120px;
}

#achievement td:nth-of-type(1) { 
    width: 120px;
    text-align: left;
 }

 #article_csr_top{
    background: url(../images/bg_csr_top.jpg) top left no-repeat;
    height: 329px;
    text-align: right;
    margin-top: 40px;
    position: relative;
 }

#article_csr_top h2{
    font-size: 35px;
    letter-spacing: 0;
    font-weight: 600;
}

#article_csr_top p{
    line-height: 170%;
}

#article_csr_top div{
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

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

#achievement{
    width: 100%;
}
.scroll-company { 
  overflow-x: auto;  /* 横スクロールの指定 */
  white-space: nowrap;  /* 横スクロールの指定 */
  overflow-scrolling: touch;  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
}

#achievement th:nth-of-type(1) { 
    width: 100%;
}

#achievement td:nth-of-type(1) { 
    width: 100%;
}
}

.article_sp{
    display: none;
}

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

.article_sp{
    display: block;
}

#article_csr_top{  
   background: url(../images/bg_csr_top.jpg) top left no-repeat;
   background-size: 300px;
   background-position: -12px 0;
}

#article_csr_top h2{
    font-size: 25px;
    padding-bottom: 15px;
}

#article_csr_top p{
    line-height: 170%;
}

#article_csr_top div{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
}

.panel-box .article_box{
    display: flex;
    align-items: center;
  }

.panel-box .article_box p{
    line-height: 170%;
    width: 70%;
}

.panel-box .article_box img{
    padding-left: 30px;
    width: 300px!important;
}

@media screen and (max-width:1024px) {
.panel-box .article_box{
    display: block;
    margin: auto;
  }
.panel-box .article_box p{
    width: 100%;
    padding: 10px;
    text-align: justify;
    box-sizing: border-box;
}
.panel-box .article_box img{
    padding-left:0;
    width: 100%!important;
    display: block;
    margin: auto;
    padding: 30px 30px 50px 30px;
    box-sizing: border-box;
}
}


/*******************************事業内容*********************************/

#business-introduction{
margin: 0 calc(50% - 50vw);
width: 100vw;
padding: 105px 0 0 0; 
background: #F7F7F7;
}

div[class^="intro-box"] h1{     
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    font-size: 40px;
    line-height:100%;
    text-align: center;
}

div[class^="intro-box"] h1 span{
   padding-bottom: 20px;
   font-family: "Sawarabi Gothic";
   font-size: 15px;
   display: block;
   font-weight: normal;
}


.intro-box{
    max-width: 960px;
    margin: auto;
    padding: 40px 0 20px 0;
}

.whiteback{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background: #fff;
}

.intro-text {
    text-align: left;
    padding: 30px;
}

.intro-text h2{
  padding: 5px 10px;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 4px #000;/*左線*/
  font-size: 25px;
}


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

#business-introduction{
    padding: 155px 0 0 0; 
}

div[class^="intro-box"] h1{     
    font-size: 35px;
}

.intro-text h2{
  padding: 0 10px;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 4px #000;/*左線*/
  font-size: 23px;
}

.intro-box{
    padding: 40px 0 10px 0;
}

.intro-text {
    text-align: justify;
    padding: 20px;
}

.intro-box img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.img-size_top{
    height: 290px;
    width: 100%;
    object-fit: cover;
    object-position: 20% 0;
}
.img-size_middle{
    height: 290px;
    width: 100%;
    object-fit: cover;   
    object-position: 0;
}
}




#business-introduction .intro-text p{
    padding-top: 10px;
}


#recruit-top{
    padding: 200px 0 40px 0;    
    background: url("../images/bg_header.png") no-repeat center 0 fixed;
    background-size: cover;
}


.catch{
    text-align: center;
    background:rgba(255,255,255,0.7);
    padding: 50px;
    margin: auto;
    max-width: 600px;
}

.catch h1{
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 10px;
}

.catch h1{
     border-bottom: solid 1px black;
     padding-bottom: 20px;
}

.catch p{
    padding-top: 20px;
    line-height: 200%;
    font-size: 20px;
}

@media screen and (max-width:960px) {
#recruit-top{
    padding: 185px 0 30px 0;    
}

.catch{
    max-width: 100%;
    margin: 0 30px;
    padding: 30px;
}
.catch h1{
    font-size: 40px;
}

.catch h1{
     padding-bottom: 10px;
}

.catch p{
    padding-top: 10px;
    line-height: 180%;
    font-size: 18px;
}
}


@media screen and (max-width:480px) {
.catch{
    max-width: 100%;
    margin: 0 30px;
    padding: 20px;
}
.catch h1{
    font-size: 30px;
}

.catch h1{
     padding-bottom: 10px;
}

.catch p{
    padding-top: 10px;
    line-height: 150%;
    font-size: 15px;
}
}




#re-body{
    background: #fff;
    border-top: solid 2px #000;
    display:block;
    padding-bottom: 50px;
}

#re-wrap{
    max-width: 960px;
    margin: auto;
}
.re-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}


.re-flex p{
    padding: 20px 20px 20px 0;
}


div[class^="re-flex"] h2 {
    font-size: 60px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}

div[class^="re-flex"] h2 span{
    display: block;
    font-size: 15px;
    font-weight: normal;
   color: #ffa821;
}

.re-flex_inner{
    padding-bottom:30px;
    text-align: right;
}

.re-flex_inner img{
    width: 100%;
}

.re-flex_inner p{
    padding: 20px 0;
    text-align: left;
}


.more-rebtn{
    width: 190px;
    border: solid 1px #ffc000;
    position: relative;
}

.more-rebtn p{
    font-family: 'Source Sans Pro', sans-serif;
    padding: 8px;
    text-align: center;
    font-size: 17px;
}

.more-rebtn a{
    position: absolute;
    height: 100%;
    width: 100%;
}

.more-rebtn p:hover{
    background: #ffc000;
    color: #fff;
}



@media screen and (max-width:960px) {
.re-flex{
    display: block;
}
.re-flex p{
    padding: 10px;
}
div[class^="re-flex"] h2 {
    font-size: 50px;
    padding-left: 10px;
    line-height: 120%;
}

div[class^="re-flex"] h2 span{
    font-size: 15px;
    padding-left: 0;
    line-height: 100%;
}

.re-flex img{
    width: 100%;
    padding: 20px;
}

.re-flex_inner img{
    height: 297px;
    width: 100%;
    object-fit: cover;
}

.re-flex_inner h2{
    padding-right:10px;
}
.re-flex_inner p{
    padding: 30px 10px;
}
.more-rebtn{
    margin-left: 10px;
}

.more-rebtn p{
    padding: 8px;
}
}

@media screen and (max-width:480px) {
.re-flex_inner img{
    height: auto;
    width: 100%;
} 
}

#guide{
    max-width: 960px;
    margin: auto;
    padding-top: 83px;
}

#guide img{
    width: 100%;   
}




.guide-graph {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout:auto;
    box-sizing: border-box;  
    font-size: 14px; 
    word-break: break-all;
    word-wrap: break-all;
    border: 1px solid #ffc000; 
    margin-bottom: 60px;   
}


#guide h2{
    font-size: 30px;
    padding-bottom: 10px;
}


.guide-graph td {
    padding: 5px 12px ;
    height: 25px;
    vertical-align: middle;
    border: 1px solid #ffc000; 
}

.guide-graph th{
    background: #fdf1c9;
    text-align: left;
    vertical-align: top;
    width: 20%;
    border: 1px solid #ffc000; 
    font-weight: 400;
    font-size: 15px;
}


.guide-graph .leftsize{
  width: 20%;
}


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

#guide{
    max-width: 960px;
    margin: auto;
    padding-top: 155px;
}

#guide h2{
    font-size: 25px;
    padding:0 0 10px 10px;
}

.guide-graph{
    border: 0px none;
    display: block;
    width: 100%;
    margin-bottom: 60px; 
}

.guide-graph tbody{
    width: 100%;
    display: inline-block;
}

.guide-graph tr{
    width: 100%;
}

.guide-graph td{
    border: 0px none;
    height: auto;
    padding: 10px;
    font-size: 14px;
}

.guide-graph th{
    border: 0px none;
    width: 100%;
    height: 100%;
    display: block;
}

.guide-graph .leftsize{
  width: 100%;
}
}


/*******************************店舗案内*********************************/



#stores-ichiran {
    padding: 150px 10px 60px 10px;
    max-width:960px;
    margin: auto;
}


#stores-ichiran ul{
display : flex;
flex-wrap : wrap;
width: 100%;
}

#stores-ichiran ul li img{
    width: 100%;
}

#stores-ichiran ul li{
    display: flex;
    width: 100%;
    box-sizing: border-box;
    width: 25%;
    padding: 10px;
    position: relative;
}


#stores-ichiran .store_tag{
    background: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 100px;
    height: 75px;
    text-align: center;
    font-family: "Sawarabi Gothic";
    display:flex;
    align-items: center;  
    justify-content: center; 
}

#stores-ichiran .store_tag p{
    font-size: 32px;
    font-weight: bold;
}


#stores-ichiran .store_tag span {
    font-size: 17px;
    font-weight: normal;
    margin-top: -5px;
    display: block;
}


@media screen and (max-width:1024px) {
 #stores-ichiran {
    padding: 185px 5px 30px 5px;
}
#stores-ichiran ul li{
    width: 33.3%;
}
}

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

#stores-ichiran ul li{
    padding: 5px;
}
#stores-ichiran .store_tag{
    bottom: 5px;
    right: 5px;
}
}



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

#stores-ichiran .store_tag{
    width: 80px;
    height: 55px;
}

#stores-ichiran .store_tag p{
    font-size: 22px;
}

#stores-ichiran .store_tag span {
    font-size: 12px;
    margin-top: -5px;
}
}


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


#stores-ichiran .store_tag{
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 90px;
    height: 25px;
    text-align: center;
    font-family: "Sawarabi Gothic";
    display:flex;
    align-items: center;  
    justify-content: center; 
}

#stores-ichiran .store_tag p{
    font-size: 15px;
}

#stores-ichiran .store_tag span {
    display: inline-block;
    padding-left:1px;
}
}


@media screen and (max-width:360px) {
#stores-ichiran ul li{
    width: 50%;
}
}


/*******************************お問い合わせ*********************************/


#contact-box{
    padding: 150px 0 60px 0;
}


#support{
    text-align: center;
    padding:50px 20px;
    margin: auto;
}

#support h1{
    font-size: 20px;
    font-weight: 300;
}

#support h1 span{
    display: block;
    font-size: 15px;
    font-weight: normal;
}

#support img{
    width: 100%;
    max-width: 180px;
    margin-bottom: 20px;
}

.support-btn{
    background: #ffc000;
    color: #fff;
    position: relative;
    margin: 30px auto;
    padding: 10px 0;
    width: 100%;
    font-size: 18px;
}

.support-btn a{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#support p{
    font-size: 13px;
}

#support-mail{
    padding: 20px;
    text-align: center;
}

#support-mail h3{
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}


#contact-box{
    max-width: 960px;
    margin: auto;
}

#formWrap {
  margin:0 auto;
}

#formWrap p{
    text-align: center;
}

#formWrap h4{
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  padding: 40px 0 20px 0;
}


table.formTable{
  width:100%;
  margin:0 auto;
  border-collapse:collapse;
  text-align: left;
   border:1px solid #ffc000;
}

table.formTable td,table.formTable th{
  padding:10px;
  border: 1px solid #ffc000;
  width:auto;
  display:table-cell;
  vertical-align: middle;
}
table.formTable th{
  font-weight:normal;
  background:#fdf1c9;
  margin-top:5px;
  text-align:left;
  border-bottom:0;
  font-size: 15px;
  text-align: center;
  width: 25%;

}

table.formTable td span {
  font-size: 11px;
  color: #ff0000;
  display: flex;
  justify-content: flex-end;
}

table.formTable select{
  font-family: "Sawarabi Gothic";
  border-radius: 0;
  -webkit-appearance: none;
  border: solid 1px #ccc;
  height: 30px;
  padding: 0 5px;
  color: #555;
  width: 100%;
}



form input{
  -webkit-appearance: none;
  border: solid 1px #ccc;
  border-radius: 0;
  height: 25px;
  width: 100%;
}

form textarea{
  min-height: 180px;
}


form input[type="text"], form textarea {
  resize: vertical;
  width:100%;
  display:block;
  font-family: "Sawarabi Gothic";
  font-size: 15px;
  border-radius: 0;
  -webkit-appearance: none;
  border: solid 1px #ccc;
  box-sizing: border-box;
}


form input[type="submit"], form input[type="reset"], form input[type="button"] {
  display:block;
  width:100%;
  font-size: 15px;
  height: 40px;
  border-radius: 0;
  border: 1px #ccc solid; 
  box-sizing: border-box;
}

form input[type="submit"]{
  border: 1px #ffc000 solid; 
  background: #ffc000;
  color: #fff;
}

form input[type="reset"], form input[type="button"]{
  color: #555;
}


#formWrap .push-btn{
  margin-top: 20px;
}

#formWrap .push-btn p{
  margin-bottom: 5px;
}


#formWrap .return-btn input{
  margin-top: 20px;
  display:block;
  width:100%;
  font-size: 13px;
  height: 40px;
  border-radius: 0;
  border: 1px #ccc solid; 
}

#thanks{
    text-align: center;
    max-width: 960px;
    margin: auto;
}

#thanks-box{
    max-width: 640px;
    margin: auto;
}

#thanks img{
    margin-bottom: 20px;
}


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

#thanks{
    position: relative;
    height: 100%;
}

#thanks-box{
    max-width: 320px;
    width: 100%;
    margin: auto;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
}

#thanks-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}


#contact-box{
    padding: 185px 0 30px 0;
    max-width: 640px;
    width: 100%;
}


table.formTable{
  border: 0px none;
}

table.formTable td,table.formTable th{
  border: 0px none;
  display: block;
  height: auto;
  width: 100%;
  text-align: left;
}
#formWrap .push-btn{
  margin-top: 20px;
  padding: 0 10px;
}
}


/*******************************採用情報*********************************/



#interview-wrap{
    padding: 150px 0 60px 0;
    max-width: 960px;
    margin: auto;
}

div[class^="staff-box"]{
    position: relative;
}

.staff_info{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 50px;
}


.staff_info-left{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 50px;
}

.catch-br{
    display: none;
}
   
@media screen and (max-width:1024px) {
#interview-wrap{
    padding: 155px 0 30px 0;
}

.staff_info{
    right: 10px;
}

.staff_info-left{
    left: 10px;
}
}



.staff-catch{
    color: #eb6877;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.1;
    margin-bottom: 40px;
}

.staff-catch span{
    display: block;
    font-weight: 400;
    font-size: 25px;
}

.staff-join{
    display:flex;
    align-items: center;
    margin-bottom: 15px;
}

.staff-join p{
    border: solid 1px;
    padding: 8px 40px;
    margin-right: 8px;
}


.staff-name{
    display: inline-block;
}

.staff-name p{
    text-align: center;  
   font-size: 50px;
   line-height: 1.2;     
}

.staff-name span{
    font-size: 15px;
    display: block;
}

.comment_list{
    padding: 20px 0 40px 0;
}

.comment_list p{
    font-size: 15px;
    padding:6px 0 30px 0;
}


.comment_list h3{
    font-size: 18px;
    font-weight: 600;
}

.comment_list h3:before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 3px;
    background-color: #ffc000;
    margin-right: 6px;
    vertical-align: middle;
}



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


.staff-catch{
    font-size: 25px;
}

.staff-catch span{
    font-size: 15px;
}

div[class^="staff-box"] img{
    height: 396px;
    width: 100%;
    object-fit: cover;
}


.staff-box-1 img{
    object-position: 30% 50%;
}

.staff-box-2 img{
    object-position: 70% 50%;
}

.staff-box-3 img{
    object-position: 70% 50%;

}


.staff-join{
    display:block;
    float: left;
}

.staff-join p{
    border: solid 1px;
    padding: 5px 20px;
    margin-right: 8px;
}


.staff-name{
    clear: both;
    display: block;
}

.staff-name p{
    text-align: left;
    font-size: 40px;
}

.comment_list{
    padding: 20px 10px 40px 10px;
}
}


@media screen and (max-width:430px) {
.catch-br{
    display: block;
}

.staff_info {
    right: 5px;
}

.staff-catch{
    font-size: 23px;
}

.staff-catch span{
    font-size: 13px;
}
.staff-name p{
    font-size: 35px;
    padding: 5px 15px;
}

.staff-name span{
    font-size: 13px;
}
}





/******************利用規約とプライバシーポリシー******************/

#rule,#privacy{
    padding: 103px 0 60px 0; 
    max-width: 640px;
    width: 100%;
    margin: auto;
}

#rule div,#privacy div{
    background: #fff;
    border: solid 1px #CCC;
    padding: 10px;
    border-radius: 5px;
}

#rule h2,#privacy h2{
    font-size: 25px;
    background: #d9384b;
    color: #fff;
    padding:5px 0 5px 10px;
    margin-bottom: 10px;
}

#rule h3,#privacy h3{
    border-bottom: 1px dotted #333;
    margin-bottom: 5px;
}

#rule p,#privacy p{
     margin-bottom: 30px;   
}

.kakko{
    counter-reset: count 0;
    margin-bottom: 30px;
}

.kakko li{
    padding-left:3.6em;
    text-indent:-3.6em;
}

.kakko li:before {
  content:"　（" counter(count) "） ";
  counter-increment: count 1;
  font-size: 14px;
}



.halfkakko{
    counter-reset: count 0;
    margin-left: 5em;
    margin-bottom: 30px;
}

.halfkakko li{
    padding-left:1.1em;
    text-indent:-1.1em;
}

.halfkakko li:before {
  content: counter(count) "） ";
  counter-increment: count 1;
  font-size: 14px;
}


.ten{
    counter-reset: count 0;
    margin-left: 5em;
}

.ten li{
    padding-left:1.1em;
    text-indent:-1.1em;   
}

.ten li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
  font-size: 14px;
}

.text-adjust{
    margin-top: -30px;
}


@media screen and (max-width:960px) {
#rule,#privacy {
    padding: 165px 0 30px 0; 
    width: 100%;
    margin: auto;
    box-sizing: border-box;
}

#rule div,#privacy div{
    margin: 10px;
}
}


/******************notfound******************/


#notfound{
    padding: 150px 0 60px 0; 
    margin: auto;
    text-align: center;
}

#notfound-box{
    max-width: 640px;
    margin: auto;
    width: 100%;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
}

@media screen and (max-width:960px) {
#notfound{
    padding: 155px 10px 0 10px ; 
    position: relative;
}

#notfound-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
}

#notfound h1{
    font-size: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 40px;
}

#notfound p{
    margin-top: 30px;
}

#top-return{
    background: #000;
    display: inline-block;
    color: #fff;
    padding: 5px 20px;
    position: relative;
}

#top-return a{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#top-return:after {
  font-family: "Font Awesome 5 Free";
  content: '\f3e5';
  font-weight: 900;
}