@charset "UTF-8";
/* =====
 * 共通レイアウト
============================================================================= */
html {
  font-size: 16px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  line-height: 1.75;
  background-color: #fff;
  color: #290206;
}

/* -----
 * link setting
----------------------------------------------------------------------------- */
a {
  color: inherit;
  outline: 0px none #000;
}

a img {
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}

/* -----
 * tag setting
----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 1.3em 0 1em;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p, ul, ol, table {
  margin: 1em 0;
}

p:last-child, ul:last-child, ol:last-child, table:last-child {
  margin-bottom: 0;
}

p:first-child, ul:first-child, ol:first-child, table:first-child {
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

br.sp {
  display: none;
}

/* -----
 * 汎用モジュール
----------------------------------------------------------------------------- */
/* *** レスポンシブ用表示制御 *** */
.sp-show {
  display: none !important;
}

/* *** フォントカラー *** */
.f-red {
  color: #e40012;
}

/* -----
 * Wrapper
----------------------------------------------------------------------------- */
#Wrapper {
  min-width: 960px;
  position: relative;
}

/* -----
 * Header
----------------------------------------------------------------------------- */
#Header {
  width: 100%;
  height: 100vh;
  background: #d51518 url(../images/keyvisual.jpg) 50% 100% no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
}

#Header:before {
  display: block;
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

#Header h1 {
  width: 460px;
  margin: 0 auto;
  padding-top: 3.9%;
}

#Header .copy {
  width: 404px;
  margin: 60px auto 0;
}

#Header .copy img {
  width: 100%;
}

#Header .gnavi {
  color: #fff;
}

#Header .gnavi .toggle {
  width: 34px;
  height: 23px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 10000;
}

#Header .gnavi .toggle .line {
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: transparent url(../images/gnavi-toggle.svg) 50% 50% no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.09, 0.34, 0.63, 1);
  transition: all 0.3s cubic-bezier(0.09, 0.34, 0.63, 1);
}

#Header .gnavi .toggle .line:before, #Header .gnavi .toggle .line:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: transparent url(../images/gnavi-toggle.svg) 50% 50% no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.09, 0.34, 0.63, 1);
  transition: all 0.3s cubic-bezier(0.09, 0.34, 0.63, 1);
}

#Header .gnavi .toggle .line:before {
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
}

#Header .gnavi .toggle .line:after {
  -webkit-transform: translate(-50%, 8px);
          transform: translate(-50%, 8px);
}

#Header .gnavi ul {
  width: 300px;
  height: 100vh;
  padding-top: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  background-color: #221714;
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 9999;
  -webkit-transition: all 0.3s cubic-bezier(0.09, 0.34, 0.63, 1);
  transition: all 0.3s cubic-bezier(0.09, 0.34, 0.63, 1);
}

#Header .gnavi ul li {
  margin-bottom: 30px;
  padding-left: 40px;
}

#Header .gnavi ul li:last-child {
  margin-bottom: 0;
}

#Header .gnavi.opened .toggle {
  position: fixed;
}

#Header .gnavi.opened .toggle .line {
  background: transparent;
}

#Header .gnavi.opened .toggle .line:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#Header .gnavi.opened .toggle .line:after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

#Header .gnavi.opened ul {
  right: 0;
}

/* -----
 * Footer
----------------------------------------------------------------------------- */
#Footer {
  height: 150px;
  background-color: #e40012;
  color: #fff;
  position: relative;
}

#Footer .logo {
  position: absolute;
  left: 160px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#Footer .copyright {
  font-size: 12px;
  letter-spacing: 0.1em;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* -----
 * contents
----------------------------------------------------------------------------- */
.contents-section {
  padding: 70px 0 90px;
  margin: 0 auto;
}

.contents-section .title {
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
  font-size: inherit;
  position: relative;
}

.contents-section .title:before {
  display: block;
  content: "";
  width: 300px;
  height: 123px;
  background: transparent url(../images/title-bg-black.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contents-section .title span {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.contents-section .title span.ja:before, .contents-section .title span.ja:after {
  display: inline-block;
  content: "";
  width: 47px;
  height: 1px;
  background-color: #290206;
  vertical-align: middle;
}

.contents-section .title span.ja:before {
  margin-right: 30px;
}

.contents-section .title span.ja:after {
  margin-left: 30px;
}

.contents-section .title span.en {
  margin-top: 1em;
}

.contents-section.contents-section--color {
  background-color: #fcf7e2;
}

.contents-section.contents-section--color .title:before {
  background-image: url(../images/title-bg-red.png);
}

/**
 * 元祖長浜屋の歩み
 */
#History .title span.ja img {
  width: 272px;
}

#History .title span.en img {
  width: 96px;
}

#History .slider {
  position: relative;
  overflow: hidden;
}

#History .slider .slider-items {
  width: 700px;
  margin: 0 auto;
  position: relative;
}

#History .slider .slider-items .slider-item {
  width: 100%;
  float: left;
  outline: 0px none #000;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#History .slider .slider-items .slider-item img {
  width: 100%;
  height: auto;
}

#History .slider .slider-items.slider-caption .slider-item {
  margin-top: 1em;
  text-align: center;
}

#History .slider .slick-arrow {
  display: block;
  width: 56px;
  height: 74px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 100;
  outline: 0px none #000;
  cursor: pointer;
  text-indent: -9999em;
  overflow: hidden;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#History .slider .slick-arrow.slick-prev {
  background-image: url(../images/history-slide-prev.png);
  left: -95px;
}

#History .slider .slick-arrow.slick-next {
  background-image: url(../images/history-slide-next.png);
  right: -95px;
}

/**
 * アクセス
 */
#Access .title span.ja img {
  width: 114px;
}

#Access .title span.en img {
  width: 82px;
}

#Access .map {
  height: 450px;
  overflow: hidden;
}

#Access .map iframe {
  width: calc(100% + 800px);
  height: 450px;
  margin-left: -400px;
}

#Access .info {
  position: relative;
  text-align: center;
}

#Access .info address {
  font-style: normal;
  margin-top: 40px;
}

#Access .info .link {
  width: 130px;
  margin: 1em auto 0;
}

#Access .info .photo-and-tel .photo {
  width: 260px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -350px;
  left: 50px;
}

#Access .info .photo-and-tel .tel-and-time {
  margin-top: 2em;
}

#Access .info .photo-and-tel .tel-and-time .time {
  font-size: 14px;
}

#Access .info .photo-and-tel .tel-and-time .time span {
  margin-right: 2em;
}

#Access .info .photo-and-tel .tel-and-time .time span:last-child {
  margin-right: 0;
}

#Access .traffic {
  display: table;
  margin: 70px auto 0;
}

#Access .traffic:before {
  display: block;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #290206;
  margin: 0 auto 70px;
}

#Access .traffic .content {
  display: inline-block;
  vertical-align: top;
  margin-right: calc(70px - 0.5em);
}

#Access .traffic .content:last-child {
  margin-right: 0;
}

#Access .traffic .content h3 {
  font-size: inherit;
  margin-bottom: 0.75em;
}

#Access .traffic .content h3 span {
  display: inline-block;
  vertical-align: middle;
}

#Access .traffic .content h3 span.icon {
  background-color: #290206;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
  margin-right: 0.75em;
}

#Access .traffic .content h3 span.icon img {
  width: 34px;
}

#Access .traffic .content .detail {
  font-size: 13px;
}

#Access .traffic .content .detail table {
  border-collapse: collapse;
}

#Access .traffic .content .detail table th, #Access .traffic .content .detail table td {
  text-align: left;
  vertical-align: top;
}

#Access .traffic .content .detail table td {
  padding: 0 0 0.75em 0.5em;
}

#Access .traffic .content .detail table th {
  padding-bottom: 0.5em;
}

#Access .traffic .content .detail table th.num {
  white-space: nowrap;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
}

#Access .traffic .content .detail table th.num span {
  display: block;
  padding: 0 0.25em;
  border: 1px solid #290206;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

#Access .traffic .content .detail table tr:last-child td {
  padding-bottom: 0;
}

#Access .traffic .content .detail ul {
  display: table;
  list-style: none;
  padding: 0;
}

#Access .traffic .content .detail ul li {
  display: table-row;
}

#Access .traffic .content .detail ul li h4, #Access .traffic .content .detail ul li p {
  display: table-cell;
  margin: 0;
}

#Access .traffic .content .detail ul li p {
  padding: 0 0 0.75em 0.5em;
}

#Access .traffic .content .detail ul li:last-child p {
  padding-bottom: 0;
}

/**
 * 求人情報
 */
#Recruit .title span.ja img {
  width: 132px;
}

#Recruit .title span.en img {
  width: 98px;
}

#Recruit .content {
  width: 700px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}

#Recruit .content .message1 {
  font-size: 18px;
}

#Recruit .content .message2 {
  font-size: 22px;
  color: #e40012;
  margin-top: -0.5em;
}

#Recruit .content .message3 {
  font-size: 20px;
}

#Recruit .content .time {
  border: 1px solid #290206;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  padding: 20px;
}

#Recruit .content .time h3 {
  font-size: 24px;
}

#Recruit .content .time ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#Recruit .content .time ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#Recruit .content .time ul li span {
  display: inline-block;
  vertical-align: middle;
}

#Recruit .content .time ul li span.icon {
  font-size: 18px;
  color: #fff;
  background-color: #290206;
  width: 34px;
  height: 34px;
  line-height: 34px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 0.5em;
}

#Recruit .content .time ul li span.num {
  font-size: 20px;
}

#Recruit .content .time .negotiable {
  font-size: 18px;
  color: #e40012;
  margin-top: 1.5em;
}

#Recruit .content .time .wage {
  text-align: right;
  font-size: 14px;
}

#Recruit .content .interview-date {
  font-size: 30px;
  margin: 1.5em 0;
  padding: 20px;
  border: 4px solid #e40012;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  background-color: #fff;
  line-height: 1.5;
}

#Recruit .content .interview-date .notes {
  font-size: 18px;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a {
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (max-width: 767px) {
  /* smart phone */
  html {
    font-size: 14px;
    height: 100%;
  }
  body {
    height: 100%;
  }
  /* -----
   * tag setting
  ----------------------------------------------------------------------------- */
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
  /* -----
   * 汎用モジュール
  ----------------------------------------------------------------------------- */
  /* *** 表示制御 *** */
  .sp-show {
    display: block !important;
  }
  .sp-show.inline {
    display: inline !important;
  }
  .pc-show {
    display: none !important;
  }
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: auto;
    text-decoration: underline;
  }
  /* -----
   * Wrapper
  ----------------------------------------------------------------------------- */
  #Wrapper {
    min-width: initial;
    min-width: auto;
    height: 100%;
  }
  /* -----
   * Header
  ----------------------------------------------------------------------------- */
  #Header {
    height: 100%;
    background-image: url(../images/keyvisual-sp.jpg);
    background-position: 50% 50%;
  }
  #Header:before {
    display: none;
  }
  #Header h1 {
    width: 230px;
    padding-top: 0;
    position: absolute;
    top: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #Header .copy {
    width: 202px;
    margin: 0;
    position: absolute;
    bottom: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #Header .gnavi .toggle {
    top: 20px;
    right: 20px;
  }
  #Header .gnavi ul {
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    right: 0;
  }
  #Header .gnavi ul li {
    padding: 0;
    text-align: center;
  }
  #Header .gnavi ul li a {
    display: block;
    padding: 10px;
  }
  #Header .gnavi.opened ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  /* -----
   * Footer
  ----------------------------------------------------------------------------- */
  #Footer {
    height: auto;
    padding: 40px 20px;
    text-align: center;
  }
  #Footer .logo {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  #Footer .copyright {
    font-size: 10px;
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 2em;
  }
  /* -----
   * contents
  ----------------------------------------------------------------------------- */
  .contents-section {
    padding: 40px 0;
  }
  .contents-section .title {
    margin-bottom: 25px;
    position: relative;
  }
  .contents-section .title:before {
    width: 150px;
    height: 62px;
  }
  .contents-section .title span.ja:before, .contents-section .title span.ja:after {
    width: 24px;
  }
  .contents-section .title span.ja:before {
    margin-right: 12px;
  }
  .contents-section .title span.ja:after {
    margin-left: 12px;
  }
  .contents-section .title span.en {
    margin-top: 0.5em;
  }
  /**
   * 元祖長浜屋の歩み
   */
  #History .title span.ja img {
    width: 172px;
  }
  #History .title span.en img {
    width: 48px;
  }
  #History .slider .slider-items {
    width: auto;
    padding: 0 12px;
  }
  #History .slider .slider-items.slider-caption {
    font-size: 12px;
  }
  #History .slider .slick-arrow {
    width: 28px;
    height: 37px;
  }
  #History .slider .slick-arrow.slick-prev {
    left: 0;
  }
  #History .slider .slick-arrow.slick-next {
    right: 0;
  }
  /**
   * アクセス
   */
  #Access .title span.ja img {
    width: 72px;
  }
  #Access .title span.en img {
    width: 42px;
  }
  #Access .map {
    height: 350px;
  }
  #Access .map iframe {
    height: 350px;
  }
  #Access .info {
    padding: 0 20px;
  }
  #Access .info address {
    margin-top: 1.5em;
  }
  #Access .info .photo-and-tel {
    display: table;
    text-align: left;
    margin: 2em auto 0;
  }
  #Access .info .photo-and-tel .photo {
    display: table-cell;
    width: 100px;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: static;
    vertical-align: middle;
  }
  #Access .info .photo-and-tel .tel-and-time {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
    padding-left: 20px;
  }
  #Access .info .photo-and-tel .tel-and-time .time {
    font-size: 12px;
  }
  #Access .info .photo-and-tel .tel-and-time .time span {
    margin: 0;
    display: block;
  }
  #Access .traffic {
    display: block;
    margin-top: 30px;
  }
  #Access .traffic:before {
    display: none;
  }
  #Access .traffic .content {
    display: block;
    padding: 20px;
    margin: 0;
    border-top: 1px solid #290206;
    vertical-align: top;
  }
  #Access .traffic .content h3 {
    font-size: 15px;
    margin-bottom: 1em;
  }
  #Access .traffic .content .detail ul {
    display: block;
  }
  #Access .traffic .content .detail ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 3em;
    max-width: calc(40%);
  }
  #Access .traffic .content .detail ul li h4, #Access .traffic .content .detail ul li p {
    display: block;
  }
  #Access .traffic .content .detail ul li p {
    padding: 0;
  }
  #Access .traffic .content .detail ul li:last-child {
    margin-right: 0;
  }
  /**
   * 求人情報
   */
  #Recruit .title span.ja img {
    width: 84px;
  }
  #Recruit .title span.en img {
    width: 48px;
  }
  #Recruit .content {
    width: auto;
    padding: 0 20px;
  }
  #Recruit .content .message1 {
    font-size: inherit;
  }
  #Recruit .content .message2 {
    font-size: 16px;
  }
  #Recruit .content .message3 {
    font-size: inherit;
  }
  #Recruit .content .time h3 {
    font-size: inherit;
  }
  #Recruit .content .time ul {
    display: table;
    text-align: left;
    margin: 0 auto;
  }
  #Recruit .content .time ul li {
    margin-bottom: 1em;
  }
  #Recruit .content .time ul li:last-child {
    margin-bottom: 0;
  }
  #Recruit .content .time ul li span {
    display: inline-block;
    vertical-align: middle;
  }
  #Recruit .content .time ul li span.icon {
    font-size: 16px;
    text-align: center;
  }
  #Recruit .content .time ul li span.num {
    font-size: 16px;
  }
  #Recruit .content .time .negotiable {
    font-size: inherit;
  }
  #Recruit .content .time .wage {
    text-align: center;
    font-size: 12px;
  }
  #Recruit .content .interview-date {
    font-size: 20px;
    margin: 1em 0;
    padding: 20px;
    border-width: 2px;
    -webkit-border-radius: 20px;
            border-radius: 20px;
  }
  #Recruit .content .interview-date .notes {
    font-size: 14px;
  }
}
