@charset "UTF-8";
/* ============ RESET ============ */
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

article, aside, audio, bb, canvas, datagrid, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video {
  display: block;
  margin: 0;
  padding: 0;
}

.cf:after,
.pageMenu ul:after,
.post:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

/* ============ SCSS item ============ */
@font-face {
  src: url(../fonts/Century.woff);
  font-family: 'century';
}
/* ================================================================================================ C O M M O N */
* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
}

body {
  text-align: justify;
  max-height: 100%;
}

#wrapper {
  font-family: "century", Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  color: #251E1C;
  overflow: hidden;
}

a {
  text-decoration: none;
}

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

h2 {
  margin-bottom: 3.125%;
  font-size: 64px;
  font-size: 6.4rem;
  text-align: center;
  letter-spacing: 1px;
}
h2 span {
  margin-top: 0.52083%;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.sp {
  display: none !important;
}

.left-colm {
  float: left;
}

.right-colm {
  float: right;
}

.contact-links {
  margin-top: 3.64583%;
}
.contact-links dt {
  margin-bottom: 1.5625%;
  font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.contact-links dd {
  margin: 0 auto;
  max-width: 450px;
  width: 100%;
}
.contact-links dd a {
  padding: 5% 0;
  display: block;
  background: #fff;
  border: 1px solid #DCDDDD;
  border-bottom: 3px solid #DCDDDD;
  text-align: center;
  color: #251E1C;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

.contents-wrapper {
  margin: 0 auto;
  width: 960px;
  max-width: 100%;
}

#hamburger {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #251E1C;
  z-index: 9999;
}
#hamburger .pan {
  width: 35px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#hamburger .pan span {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#hamburger .pan span.beef {
  top: 0;
}
#hamburger .pan span.lettuce {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#hamburger .pan span.tomato {
  bottom: 0;
}
#hamburger.eating .pan span.beef {
  -webkit-transform: translateY(10px) rotate(-40deg);
  -moz-transform: translateY(10px) rotate(-40deg);
  -ms-transform: translateY(10px) rotate(-40deg);
  -o-transform: translateY(10px) rotate(-40deg);
  transform: translateY(10px) rotate(-40deg);
}
#hamburger.eating .pan span.lettuce {
  opacity: 0;
}
#hamburger.eating .pan span.tomato {
  -webkit-transform: translateY(-10px) rotate(40deg);
  -moz-transform: translateY(-10px) rotate(40deg);
  -ms-transform: translateY(-10px) rotate(40deg);
  -o-transform: translateY(-10px) rotate(40deg);
  transform: translateY(-10px) rotate(40deg);
}

/* ================================================================================================ H E A D E R */
#header-wrapper {
  padding-top: 750px;
  position: relative;
}
#header-wrapper .contents-wrapper {
  margin: 0 auto;
  width: 960px;
  height: 100%;
  position: relative;
}
#header-wrapper #baseWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#header-wrapper .bx-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#header-wrapper .bx-viewport {
  height: 100% !important;
}
#header-wrapper .topSlider {
  height: 100%;
}
#header-wrapper .topSlider li {
  height: 100%;
}
#header-wrapper .topSlider .topSlide01 {
  background: url(../img/topslide01.jpg) no-repeat center;
  background-size: cover;
}
#header-wrapper .topSlider .topSlide02 {
  background: url(../img/topslide02.jpg) no-repeat center;
  background-size: cover;
}
#header-wrapper .topSlider .topSlide03 {
  background: url(../img/topslide03.jpg) no-repeat center;
  background-size: cover;
}
#header-wrapper .topSlider .topSlide04 {
  background: url(../img/topslide04.jpg) no-repeat center;
  background-size: cover;
}
#header-wrapper .bx-controls {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
}
#header-wrapper .bx-controls .bx-pager-item {
  display: inline-block;
}
#header-wrapper .bx-controls .bx-pager-item a {
  margin: 0 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ADADAD;
  text-indent: -9999px;
}
#header-wrapper .bx-controls .bx-pager-item a.active {
  background: #C13B2D;
}

#header-contents {
  padding-left: 3.64583%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* ================================================================================================ N A V */
#nav-wrapper {
  padding: 2.60417% 1.5625% 1.04167% 1.5625%;
  width: 29.6875%;
  background: rgba(37, 30, 28, 0.8);
  text-align: center;
  position: relative;
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#nav-wrapper h1 {
  margin-bottom: 7.01754%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#nav-wrapper nav ul li a {
  padding: 2.8% 0;
  display: block;
  color: #fff;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
}
#nav-wrapper nav ul li a span {
  position: relative;
  z-index: 1;
}
#nav-wrapper nav ul li a:before {
  content: '';
  background: transparent;
  width: 92.15686%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#nav-wrapper nav ul li a:after {
  content: '';
  background: transparent;
  width: 5.09804%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#nav-wrapper nav ul li a:hover:before {
  background: #9FA0A0;
}
#nav-wrapper nav ul li a:hover:after {
  background: #9FA0A0;
}
#nav-wrapper.open-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
#nav-wrapper.open-wrapper h1 {
  top: 30%;
}
#nav-wrapper.open-wrapper nav {
  display: block;
  opacity: 0;
  width: 300px;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#nav-wrapper.open-wrapper nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-box: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#nav-wrapper.open-wrapper nav ul li {
  margin-bottom: 5%;
}
#nav-wrapper.open-wrapper nav ul li a {
  padding: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  font-size: 1.8rem;
}
#nav-wrapper.open-wrapper nav.open {
  -webkit-animation: open .3s ease .5s both;
  -moz-animation: open .3s ease .5s both;
  -ms-animation: open .3s ease .5s both;
  -o-animation: open .3s ease .5s both;
  animation: open .3s ease .5s both;
}

@-webkit-keyframes open {
  100% {
    opacity: 1;
  }
}
@-moz-keyframes open {
  100% {
    opacity: 1;
  }
}
@-ms-keyframes open {
  100% {
    opacity: 1;
  }
}
@-o-keyframes open {
  100% {
    opacity: 1;
  }
}
@keyframes open {
  100% {
    opacity: 1;
  }
}
#scroller-nav {
  display: none;
  position: fixed;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#scroller-nav ul {
  width: 15px;
  position: relative;
}
#scroller-nav ul li {
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  z-index: +1;
}
#scroller-nav ul li.active-time-nav a {
  background: #C40018;
  width: 15px;
  height: 15px;
}
#scroller-nav ul li a {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* ================================================================================================ A B O U T */
#about {
  padding: 6.25% 0 7.29167%;
  text-align: center;
}
#about p {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  line-height: 1.8;
}
#about p span {
  margin-bottom: 1.5%;
  display: block;
  color: #898989;
  line-height: 1.4;
  font-family: 'century';
}

.about-list {
  margin-bottom: 3.64583%;
  padding: 0 2.60417%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-box: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.about-list li {
  width: 21.5625%;
}

/* ================================================================================================ N E W S */
#news {
  padding: 6.25% 0 7.29167%;
  background: url(../img/bg-news.jpg) no-repeat center;
  background-size: cover;
}

#news-contents dl {
  padding: 1.5625% 0;
  overflow: hidden;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
#news-contents dl dt {
  padding-left: 1.5625%;
  width: 12.5%;
  float: left;
}
#news-contents dl dd {
  width: 87.5%;
  float: left;
}
#news-contents dl dd a {
  color: #251E1C;
  text-decoration: underline;
  font-weight: bold;
}
#news-contents dl + dl {
  border-top: 2px dotted #727171;
}

/*▼ポップアップウインドウのスタイル▼*/
body#news_popup {
  -webkit-text-size-adjust: none;
  margin: 10px;
  padding: 0;
}

body#news_popup h2 {
  font-size: 16px;
  margin: 0 0 5px;
  color: #444;
  border-bottom: 1px dotted #999;
  padding: 5px 2px 1px;
}

p#cbox {
  padding: 10px;
  margin: 0px;
  color: #666;
  font-size: 15px;
  line-height: 140%;
}

p.up_ymd {
  font-size: 13px;
  margin: 0px;
  color: #666;
  text-align: right;
}

.close_btn {
  font-size: 15px;
  text-align: right;
  padding-right: 15px;
}

.close_btn a {
  padding: 2px 10px;
  border: 1px solid #aaa;
  text-decoration: none;
  color: #666;
  border-radius: 5px;
}

.close_btn a:hover {
  background: #eee;
}

/*▲ポップアップウインドウのスタイル▲*/
/*▼admin.phpスタイル▼*/
body#news_admin p {
  margin: 0 0 5px;
  line-height: 130%;
  font-size: 13px;
}

body#news_admin #wrapper {
  width: 820px;
  border: 1px solid #ccc;
  border-top: 0;
  border-bottom: 0;
  box-shadow: 0 0px 7px #aaa;
  margin: 0 auto;
  color: #666;
  padding: 5px 20px;
}

body#news_admin h1 {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
  padding-left: 5px;
  border-left: 5px solid #333;
}

body#news_admin h2 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  padding-left: 5px;
  background: #333;
  padding: 5px 8px 3px;
  border-radius: 3px;
}

body#news_admin #news_wrap {
  width: 820px;
  height: 150px;
  overflow: auto;
}

.submit_btn {
  width: 240px;
  height: 30px;
}

form p {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  margin-bottom: 10px;
}

.fc_bbb, .fc_bbb a:link {
  color: #bbb !important;
}

.fc_red {
  color: #F00 !important;
}

.message_com {
  min-height: 18px;
}

.logout_btn {
  text-align: right;
}

.logout_btn a {
  padding: 2px 10px;
  border: 1px solid #aaa;
  text-decoration: none;
  color: #666;
  font-size: 13px;
  border-radius: 4px;
}

.logout_btn a:hover {
  background: #eee;
}

/*▲admin.phpスタイル▲*/
/* ================================================================================================ W O R K S */
#works {
  padding: 6.25% 0 7.29167%;
}

.works-box {
  overflow: hidden;
}
.works-box .worksSlider-wrap {
  margin-bottom: 3.125%;
  width: 36.25%;
  position: relative;
}
.works-box .right-colm {
  margin-bottom: 3.125%;
  width: 60.9375%;
}
.works-box .right-colm p {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  line-height: 1.8;
}
.works-box .right-colm p strong {
  margin: 1.7094% 0;
  display: block;
  font-size: 40px;
  font-size: 4rem;
  font-family: "century", Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.2;
}
.works-box .bx-controls {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
}
.works-box .bx-controls .bx-pager-item {
  margin: 0 10px;
  display: inline-block;
}
.works-box .bx-controls .bx-pager-item a {
  width: 15px;
  height: 15px;
  display: block;
  text-indent: -9999px;
  border-radius: 50%;
  background: #ADADAD;
}
.works-box .bx-controls .bx-pager-item a.active {
  background: #C13B2D;
}

.works-box + .works-box {
  margin-top: 7.8125%;
}

.works-links {
  clear: both;
}
.works-links ul {
  padding: 0 15.625%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-box: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.works-links ul li {
  width: 49.54545%;
}
.works-links ul li a {
  padding: 5% 0;
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  border: 1px solid #727171;
  text-align: center;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #251E1C;
  position: relative;
}
.works-links ul li a:after {
  content: '';
  padding-top: 12%;
  width: 8.56269%;
  background: url(../img/arrow.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 4.58716%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.works-description {
  margin-top: 3.4188%;
  padding-top: 1.7094%;
  border-top: 1px dashed #727171;
}
.works-description p {
  font-size: 13px;
  font-size: 1.3rem;
}

/* ================================================================================================ S P E C I A L   O F F E R */
#specialOffer {
  padding: 6.25% 0 7.29167%;
  background: url(../img/bg-special.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}
#specialOffer p {
  margin-bottom: 2%;
  line-height: 1.8;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

/* ================================================================================================ C O M P A N Y */
#company {
  padding: 6.25% 0 7.29167%;
}
#company table {
  border-collapse: separate;
  border-spacing: 1px 2px;
  width: 100%;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
#company table th {
  padding: 1.5625%;
  width: 16.66667%;
  font-weight: bold;
  text-align: center;
  border: 1px solid #DCDDDD;
}
#company table td {
  padding: 1.5625%;
  border: 1px solid #DCDDDD;
}

#map {
  padding: 0.8%;
  border: 1px solid #DCDDDD;
}
#map iframe {
  width: 100%;
}

/* ================================================================================================ C O N T A C T */
#contact {
  padding: 6.25% 0 7.29167%;
  border-top: 1px solid #C9CACA;
}
#contact h2 + p {
  margin-bottom: 7.29167%;
  text-align: center;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  line-height: 1.8;
}
#contact table {
  width: 100%;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}
#contact table tr {
  position: relative;
}
#contact table tr:after {
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ccc;
  position: absolute;
  left: 0;
}
#contact table tr.buttons td {
  padding-top: 4.16667%;
}
#contact table th {
  padding: 2.08333%;
  width: 22.91667%;
  font-weight: bold;
}
#contact table td {
  padding: 1.5625% 6.25% 1.5625% 0;
}
#contact table td .select-box {
  width: 34.32432%;
  position: relative;
}
#contact table td .select-box:after {
  content: '';
  width: 10px;
  height: 9px;
  background: url(../img/arrow-select.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#contact table td .select-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  padding: 0 30px 0 5px;
  width: 100%;
  border: 1px solid #B5B5B6;
  border-radius: 5px;
  cursor: pointer;
  line-height: 30px;
  height: 30px;
}
#contact table td .select-box select::-ms-expand {
  display: none;
}
#contact table td input:not([type=checkbox]) {
  padding: 0 5px;
  width: 100%;
  line-height: 35px;
  height: 35px;
  border: 1px solid #B5B5B6;
}
#contact table td input[type=checkbox] {
  margin-right: 10px;
}
#contact table td textarea {
  padding: 5px 10px;
  border: 1px solid #B5B5B6;
  width: 100%;
  height: 190px;
  resize: none;
}
#contact table td p {
  margin-bottom: 3%;
  padding: 10px 15px;
  border: 1px solid #B5B5B6;
  overflow: scroll;
  height: 150px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
  line-height: 1.5;
}
#contact table td .button-control {
  margin-bottom: 2.02703%;
  position: relative;
}
#contact table td .button-control button {
  padding: 2% 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border: 1px solid #898989;
  border-bottom: 2px solid #595757;
  width: 38.51351%;
  font-size: 17px;
  font-size: 1.7rem;
  position: relative;
  cursor: pointer;
}
#contact table td .button-control button:after {
  content: '';
  width: 9.5px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#contact table td .button-control button.submit-button {
  background: #898989;
  color: #fff;
}
#contact table td .button-control button.submit-button:after {
  background: url(../img/arrow-submit.svg) no-repeat center;
  background-size: 100%;
}
#contact table td .button-control button.reset-button:after {
  background: url(../img/arrow-reset.svg) no-repeat center;
  background-size: 100%;
}
#contact table td span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
#contact .backhome {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background: none;
  width: 300px;
  display: block;
  margin: 0 auto;
  text-align: center;
  background: #ccc;
  line-height: 45px;
  color: #000;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  border-bottom: 2px solid #999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
#contact .backhome:hover {
  background: #999;
  color: #fff;
}

/* ================================================================================================ L I N K */
#link {
  padding: 6.25% 0 7.29167%;
  background: url(../img/bg-link.jpg) no-repeat center;
  background-size: cover;
}

#link-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-box: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#link-box li {
  width: 32.5%;
}

/* ================================================================================================ R E C R U I T */
#recruit {
  padding: 6.25% 0 7.29167%;
  text-align: center;
}
#recruit p {
  padding: 5% 0;
}
#recruit p strong {
  font-size: 29px;
  font-size: 2.9rem;
}

/* ================================================================================================ F O O T E R */
#footer-wrapper {
  background: #251E1C;
  text-align: center;
}
#footer-wrapper .contents-wrapper {
  padding: 4.16667% 0 1.5625%;
}
#footer-wrapper p small {
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 2px;
}
#footer-wrapper p small a {
  color: #fff;
}

.footer-logo {
  margin-bottom: 2.60417%;
}

#footer-nav {
  margin-bottom: 4.6875%;
  padding: 0 10.41667%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-box: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#footer-nav li a {
  color: #fff;
}

#sns-nav {
  margin-bottom: 6.25%;
  display: inline-block;
  overflow: hidden;
}
#sns-nav li {
  margin: 0 10px;
  float: left;
}

@media only screen and (max-width: 960px) {
  html {
    font-size: 1vw;
  }

  .contents-wrapper {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }

  #header-wrapper {
    padding-top: 78.2%;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 2vw;
  }

  .contents-wrapper {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  .left-colm,
  .right-colm {
    float: none;
    width: 100% !important;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  #wrapper {
    font-size: 20px;
    font-size: 2rem;
  }

  #scroller-nav {
    right: 3%;
  }

  h2 {
    margin-bottom: 7%;
  }
  h2 span {
    font-size: 14px;
    font-size: 1.4rem;
  }

  #nav-wrapper {
    padding-bottom: 10%;
    width: 50%;
  }

  #header-contents {
    padding: 0;
    overflow: scroll;
  }

  #header-wrapper {
    padding-top: 0;
    width: 100%;
    height: 100vh;
  }

  #about {
    padding: 15% 0;
  }
  #about p span {
    margin-bottom: 3%;
    line-height: 1.8;
  }

  .about-list {
    margin-bottom: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-list li {
    margin-bottom: 5%;
    width: 47%;
  }

  #news,
  #works,
  #specialOffer,
  #company,
  #contact,
  #link,
  #recruit,
  #footer-wrapper .contents-wrapper {
    padding: 15% 0;
  }

  #news-contents dl dt,
  #news-contents dl dd {
    padding: 0;
    float: none;
    width: 100%;
  }

  #news-contents dl {
    padding: 5% 0;
    font-size: 20px;
    font-size: 2rem;
  }
  #news-contents dl dt {
    margin-bottom: 2%;
  }
  #news-contents dl dd {
    line-height: 1.4;
  }

  .works-box {
    padding: 0 0 10%;
  }
  .works-box .worksSlider-wrap {
    margin: 0 auto 5%;
    width: 60% !important;
    text-align: center;
  }
  .works-box .right-colm h3 {
    text-align: center;
  }
  .works-box .right-colm p strong {
    margin: 5% 0;
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
  }

  .works-box + .works-box {
    margin-top: 0;
    padding: 10% 0 0;
    border-top: 1px solid #ccc;
  }

  .works-description p {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .works-links ul {
    padding: 0;
    display: block;
  }
  .works-links ul li {
    margin: 3% auto;
    width: 80%;
  }

  #specialOffer h3 {
    margin: 5% 0 2%;
    font-weight: bold;
  }

  .contact-links {
    margin-top: 5%;
  }
  .contact-links dt {
    margin-bottom: 2%;
    line-height: 1.3;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .contact-links dd a {
    font-size: 20px;
    font-size: 2rem;
  }

  #company table {
    margin-bottom: 10%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
  }
  #company table th {
    padding: 3% 0;
    margin-bottom: 3%;
    display: block;
    width: 100%;
  }
  #company table td {
    margin-bottom: 5%;
    padding: 0;
    display: block;
    width: 100%;
    border: none;
    line-height: 1.6;
  }

  #contact table {
    font-size: 20px;
    font-size: 2rem;
  }
  #contact table tr:after {
    content: none;
  }
  #contact table tr.buttons th {
    display: none;
  }
  #contact table th {
    margin-bottom: 5%;
    padding: 3% 0;
    text-align: center;
    display: block;
    width: 100%;
    border-bottom: 1px solid #DCDDDD;
  }
  #contact table td {
    margin-bottom: 6%;
    padding: 0;
    display: block;
    width: 100%;
  }
  #contact table td .select-box {
    margin: 0 auto;
    width: 100%;
  }
  #contact table td .select-box select {
    height: 45px;
    line-height: 45px;
  }
  #contact table td input:not([type=checkbox]) {
    line-height: 45px;
    height: 45px;
  }
  #contact table td p {
    margin-bottom: 5%;
  }
  #contact table td p + div {
    text-align: center;
  }
  #contact table td .button-control {
    margin-bottom: 5%;
  }
  #contact table td .button-control button {
    margin: 5% auto;
    padding: 3% 0;
    width: 80%;
    display: block;
    letter-spacing: 3px;
  }
  #contact table td span {
    text-align: center;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }

  #link-box {
    display: block;
  }
  #link-box li {
    margin: 5% auto;
    width: 80%;
    text-align: center;
  }

  #footer-nav {
    display: block;
  }
  #footer-nav li {
    margin: 0 auto;
    width: 60%;
  }
  #footer-nav li a {
    display: block;
    padding: 10% 0;
    border-bottom: 1px solid #999;
  }

  .footer-logo {
    margin-bottom: 8%;
  }

  #sns-nav {
    margin-bottom: 14%;
  }
  #sns-nav li {
    margin: 0 20px;
  }

  #footer-wrapper p small {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 5px;
  }

  .works-description {
    margin-top: 5%;
    margin-bottom: 8%;
    padding-top: 5%;
  }
}
@media only screen and (max-width: 480px) {
  .contents-wrapper {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }

  #hamburger {
    display: block;
  }

  #nav-wrapper {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
  }

  #nav-wrapper h1 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  #nav-wrapper nav {
    display: none;
  }

  #nav-wrapper nav ul li a:before {
    content: none;
  }
  #nav-wrapper nav ul li a:after {
    content: none;
  }

  .works-box .worksSlider-wrap {
    width: 100% !important;
  }
}

/*# sourceMappingURL=style.css.map */
