@charset "UTF-8";
@media screen and (max-width: 768px) {

body {
  font-size: 12px;
}

.inr {
  width: 94%;
  padding: 0;
}

.pc-inr {
  width: 100%;
  padding: 0;
}

.sp-inr {
  width: 94%;
  margin: 0 auto;
}

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

.sp-w100 {
  width: 100%;
  height: auto;
}

.sp-mt0 { margin-top: 0 !important; }
.sp-mt2 { margin-top: 2px !important; }
.sp-mt5 { margin-top: 5px !important; }
.sp-mt10 { margin-top: 10px !important; }
.sp-mt15 { margin-top: 15px !important; }
.sp-mt20 { margin-top: 20px !important; }
.sp-mt25 { margin-top: 25px !important; }
.sp-mt30 { margin-top: 30px !important; }
.sp-mt35 { margin-top: 35px !important; }
.sp-mt40 { margin-top: 40px !important; }
.sp-mt45 { margin-top: 45px !important; }
.sp-mt50 { margin-top: 50px !important; }
.sp-mt55 { margin-top: 55px !important; }
.sp-mt60 { margin-top: 60px !important; }
.sp-mt65 { margin-top: 65px !important; }
.sp-mt70 { margin-top: 70px !important; }
.sp-mt75 { margin-top: 75px !important; }
.sp-mt80 { margin-top: 80px !important; }
.sp-mt85 { margin-top: 85px !important; }
.sp-mt90 { margin-top: 90px !important; }
.sp-mb0 { margin-bottom: 0 !important; }
.sp-mb2 { margin-bottom: 2px !important; }
.sp-mb5 { margin-bottom: 5px !important; }
.sp-mb10 { margin-bottom: 10px !important; }
.sp-mb15 { margin-bottom: 15px !important; }
.sp-mb20 { margin-bottom: 20px !important; }
.sp-mb25 { margin-bottom: 25px !important; }
.sp-mb30 { margin-bottom: 30px !important; }
.sp-mb35 { margin-bottom: 35px !important; }
.sp-mb40 { margin-bottom: 40px !important; }
.sp-mb45 { margin-bottom: 45px !important; }
.sp-mb50 { margin-bottom: 50px !important; }
.sp-mb55 { margin-bottom: 55px !important; }
.sp-mb60 { margin-bottom: 60px !important; }
.sp-mb65 { margin-bottom: 65px !important; }
.sp-mb70 { margin-bottom: 70px !important; }
.sp-mb75 { margin-bottom: 75px !important; }
.sp-mb80 { margin-bottom: 80px !important; }
.sp-mb85 { margin-bottom: 85px !important; }
.sp-mb90 { margin-bottom: 90px !important; }
.sp-w10 {width: 10% !important;}
.sp-w20 {width: 20% !important;}
.sp-w25 {width: 25% !important;}
.sp-w30 {width: 30% !important;}
.sp-w33 {width: 33.3% !important;}
.sp-w40 {width: 40% !important;}
.sp-w50 {width: 50% !important;}
.sp-w60 {width: 60% !important;}
.sp-w70 {width: 70% !important;}
.sp-w75 {width: 75% !important;}
.sp-w80 {width: 80% !important;}
.sp-w90 {width: 90% !important;}
.sp-w100 {width: 100% !important;}
.fl-l {float: none;}
.fl-r {float: none;}

.accordion-list dt {
  margin: 5px 0 0 0;
  border-bottom: 1px solid #ddd;
  padding: 5px 12px 5px 0;
}

.accordion-list dt:after {
  width: 5px;
  height: 5px;
  margin-top: -3px;
}

.accordion-list dd {
  padding: 5px 0 0 0;
  margin: 0 0 20px 0;
}

.table-a th,
.table-a td {
  padding: 0.5em;
  font-size: 13px;
}





/******************************
 header
*******************************/
header {
  padding-top: 0;
}

header.is-open {
  height: 100%;
  background: rgba(255,255,255,0.95);
  position: fixed;
}

header .inr {
  width: 100%;
}

header .logo {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}

header .logo img {
  width: 38px;
  height: auto;
}

.menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 70px;
  height: 70px;
}

.menu-btn span {
  transition: all 0.3s;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 30px;
  height: 2px;
  display: block;
  background: #003A8D;
  position: absolute;
  left: 20px;
  top: 50%;
}

.menu-btn .top {
  -ms-transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

.menu-btn .bottom {
  -ms-transform: translateY(7px);
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}

.menu-btn.is-open {
  position: fixed;
}

.menu-btn.is-open .middle {
  background: transparent;
}

.menu-btn.is-open .top {
  -ms-transform: rotate(-45deg) translateY(0px);
  -webkit-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
}

.menu-btn.is-open .bottom {
  -ms-transform: rotate(45deg) translateY(0px);
  -webkit-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px);
}


header nav {
  float: none;
  padding-top: 90px;
  display: none;
}

header nav ul li {
  float: none;
  margin-left: 0;
  text-align: center;
}

header nav ul li:after {
  width: 0;
  height: 0;
}

header nav ul li a {
  font-size: 14px;
  padding: 30px 0;
  display: block;
  text-align: center;
}

header nav ul li a:after {
  background: none;
}

header nav ul li a:hover:after {
  width: 0;
}

header nav ul li.recruit {
 width: 80%;
 padding: 4px;
}
header nav ul li.recruit a {
 padding: 8px 0;
}


/******************************
 footer
*******************************/
footer .inr {
  padding: 10px 0; 
}

footer .footer-logo {
  margin-bottom: 10px;
}

footer .footer-logo img {
  width: 55px;
  height: auto;
}

footer .footer-nav {
  margin-bottom: 10px;
}

footer .footer-nav a {
  font-size: 11px;
}

footer .copyright {
  font-size: 10px;
}

/******************************
 contents
*******************************/
/*common*/
.wrapper {
  min-width: 100%;
}

.container {
  padding-top: 60px;
  background-size: 100% auto;
}

.sec {
  padding: 60px 0;
}

.sec-ttl {
  width: 60%;
  padding-bottom: 15px;
  margin:0 auto 30px;
}

.sec-ttl .en {
  font-size: 30px;
}

.sec-ttl .jp {
  font-size: 13px;
}

.ttl01 {
  font-size: 15px;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.ttl01:after {
  width: 5px;
  height: 5px;
}

.btn01 {
  width: 100%;
}

.btn01 a {
  display: block;
  border-radius: 4px;
  font-size: 13px;
  text-align: center;
  padding: 12px;
}

.btn01 a:after{
  width: 6px;
  height: 6px;
  right: 10px;
  margin-top: -3px;
}

.btn02 a {
  font-size: 13px;
}

.btn02 a:after{
  width: 14px;
  height: 14px;
  font-size: 10px;
  line-height: 14px;
  margin-top: -7px;
}


/*index.html*/
#index .wrapper {
  opacity: 1;
}

#index .opening {
  display: none;
}

#index .mv {
  opacity: 1;
  background-image: url(../images/sp-mv-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#index .mv .site-ttl {
  top:0;bottom:-20px;left:0;right:0;
  height: 100px;
  opacity: 0;
  font-size: 65px;
}

#index .mv .site-ttl .en {
  font-size: 30px;
}

#index .mv .scroll {
  bottom: 20px;
  width: 25px;
  height: 35px;
}

#index .mv .scroll img {
  width: 25px;
  height: auto;
}

#index .mv .video {
  display: none;
}

#index .about {
  padding-bottom: 150px;
}

#index .about .txt01 {
  font-size: 16px;
  margin-bottom: 30px;
}

#index .about .txt02 {
  font-size: 12px;
  line-height: 2;
}

#index .about .ph {
  position: absolute;
}

#index .about .ph01 {
  left: -5%;
  top: 100%;
  width: 109px;
  height: 109px;
}

#index .about .ph02 {
  left: 24%;
  top: 115%;
  width: 91px;
  height: 91px;
}

#index .about .ph03 {
  right: 14%;
  top: 104%;
  width: 124px;
  height: 124px;
}

#index .about .ph04 {
  right: -4%;
  top: 105%;
  width: 66px;
  height: 66px;
}

.news-list {
  width: 100%;
  margin: 0 auto 30px;
}

.news-list li {
  display: block;
  font-size: 12px;
  padding: 10px 0; 
}

.news-list .date {
  display: block;
  padding: 0;
  width: 100%;
  line-height: 1.5;
  vertical-align: baseline;
}

.news-list .txt {
  display: block;
  padding: 0;
  width: 100%;
  line-height: 1.5;
  vertical-align: baseline;
}

#index .slider {
  min-width: 100%;
}

#index .shops-list {
  width: 100%;
}

#index .shops-list li {
  float: none;
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px;
}

#index .shops-list li a {
  width: 100%;
  padding: 15px 0;
  font-size: 12px;
}

#index .shops-list li a .logo {
  width: 80px;
  padding: 0 2px;
}

#index .shops-list li a .txtarea {
  padding: 0 38px 0 10px;
}

/*company.html*/
#company .company .wrap {
  width: 100%;
  margin: 0 auto 30px;
}

#company .company .left {
  float: none;
  width: 100%;
  margin-bottom: 30px;
}
#company .company .right {
  float: none;
  width: 100%;
}

#company .jigyo {
  padding: 30px 0 0;
}

#company .jigyo-wrap {
  padding: 20px 0;
}

#company .jigyo .shops-list li {
  width: 48%;
  padding: 5px;
  margin: 5px 1%;
}

#company .history {
  background-repeat: repeat-y;
}

#company .history-list {
  line-height: 1.6;
  padding-bottom: 0px; 
}

#company .history-list:before {
  left: 50%;
}

#company .history-list.left {
  padding-left: 52%;
}

#company .history-list.right {
  padding-right: 52%;
}

#company .history-list .txt01 {
  font-size: 13px;
}

#company .history-list .txt02 {
  font-size: 12px;
  padding-bottom: 10px;
}

#company .history-wrap img {
  height: auto;
}

#company .history-ph01 {
  position: absolute;
  top: 15%;
  left: -8%;
  width: 36%;
}

#company .history-ph02 {
  position: absolute;
  top: inherit;
  bottom: 10%;
  left: 11%;
  width: 30%;
}

#company .history-ph03 {
  position: absolute;
  top: 15%;
  right: -2%;
  width: 36%;
}

#company .history-ph04 {
  position: absolute;
  top: inherit;
  bottom: 10%;
  right: 14%;
  width: 30%;
}

#company .history-ph05 {
  position: absolute;
  top: 35%;
  left: -2%;
  width: 38%;
}

/*contact.html*/
#contact .contact .inr {
  width: 94%;
}

#contact .lead {
  font-size: 13px;
  margin-bottom: 30px;
  text-align: left;
}

#contact .form-list {
  line-height: 1.6;
}

#contact .form-list dt {
  font-size: 13px;
}

#contact .form-list dd {
  margin-bottom: 20px;
}

#contact .note {
  font-size: 11px;
  text-align: right;
  margin-top: -10px;
  margin-bottom: 30px;
}

#contact .privacy {
  font-size: 13px;
  margin-bottom: 30px;
}

.form-control {
  height: 40px;
  padding: 3px 10px;
  font-size: 13px;
  border-radius: 3px;
}

.form-control[type="date"],
.form-control[type="time"] {
  padding: 3px;
}

textarea.form-control {
  height: 150px;
}

.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}

.checkbox01-parts::before{
  margin-top: -7px;
  width: 13px;
  height: 13px;
}

.checkbox01-input:checked + .checkbox01-parts::after{
  top: 0px;
  left: 5px;
  width: 7px;
  height: 14px;
}

button.btn {
  border-radius: 4px;
  display: block;
  font-size: 13px;
  padding: 10px;
  width: 100%;
}

button.btn:after {
  width: 6px;
  height: 6px;
  right: 10px;
  margin-top: -3px;
}

}