
body {
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #333;
  background: #fff;
}
#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-right: 30px;
  padding-left: 30px;
}
a {
  color: #333;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #666;
  outline: none;
  text-decoration: none;
}
a img {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a img:hover {
  opacity: 0.7;
}
p {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.8;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1px;
  margin: 30px 0;
}
ul , ol {
  margin: 30px 0;
  padding-left: 15px;
}
ul li , ol li {
  margin-bottom: 10px;
  line-height: 1.6;
}
hr {
  margin: 80px 0;
  border-top: 1px solid #ccc;
}
table {
  line-height: 1.6;
  font-size: 14px;
}

::-webkit-selection {
  color: #333;
  background: #e0dcd5;
}
::-moz-selection {
  color: #333;
  background: #e0dcd5;
}
::selection {
  color: #333;
  background: #e0dcd5;
}


/* --------------------------------------------
    page navigation
-------------------------------------------- */

.gtco-nav {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 1001;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gtco-nav #gtco-logo {
  text-align: center;
}
.gtco-nav #gtco-logo a {
  display: inline-block;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.gtco-nav #gtco-logo a img {
  -webkit-animation-name: logo_anime;
    -webkit-animation-duration:2s;
    animation-name:logo_anime;
    animation-duration:2s;
}
.gtco-nav.scrolled #gtco-logo a img  {
  width: 90px !important;
}
.gtco-nav ul {
  padding: 0;
  margin: 12px 0 0 0;
}
.gtco-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.gtco-nav ul li a {
  display: block;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  padding: 0 15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gtco-nav ul li a span {
  font-size: 12px;
  font-weight: normal;
  padding-top: 5px;
  letter-spacing: 1px;
}
.gtco-nav ul li a:hover, .gtco-nav ul li a:focus, .gtco-nav ul li a:active {
  color: #999;
}

/* .scrolled */
.gtco-nav.scrolled {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.gtco-nav.scrolled ul {
  padding: 0;
  margin: 10px 0 0 0;
}
.gtco-nav.scrolled ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* --------------------------------------------
    header
-------------------------------------------- */

/* loader */
.gtco-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

/* header */
#gtco-header, #gtco-counter, .gtco-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
#gtco-header .display-tc,.gtco-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
header {
  margin-top: 50px;
  margin-bottom: 80px;
}
.slider-pro p.sp-layer span {
  color: #333;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
  font-size: 22px;
  letter-spacing: 2px;
  padding: 15px;
  background: #fff;
  display: inline-block;
}

.gtco-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}
.gtco-cover {
  height: 620px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.gtco-cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(35, 35, 35, 0.1);
}
.gtco-cover > .container {
  position: relative;
  z-index: 10;
}
.gtco-cover .display-t,.gtco-cover .display-tc {
  height: 620px;
  display: table;
  width: 100%;
  text-align: center
}

header {
    position: relative;
}
.hd-txt {
    position: absolute;
    display: inline-block;
    width: auto;
    height: auto;
    bottom: 15%;
    left: 5%;
    z-index: 10;
}
.hd-txt img {
    display: inline-block;
    width: 50vw;
    max-width: 500px;
    height: auto;
}




/* --------------------------------------------
    top page
-------------------------------------------- */

section {
  clear: both;
}
section:before,section:after {
  content: " ";
  display: table;
}
section:after {
  clear: both;
}

h2 {
  position: relative;
  text-align: center;
  margin-top: -25px;
  margin-bottom: 60px;
}
h2 img {
  margin: 0 auto;
}
h2 span {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
  padding-top: 20px;
}
h2:after {
  content: "";
  width: 40px;
  height: 3px;
  margin-top: 20px;
  margin-left: -20px;
  position: absolute;
  background-color: #333;
}
h3 {
  margin: 80px 0 60px;
  position: relative;
  padding: 0 55px;
  text-align: center;
}
h3 span {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-left: 20px;
}
h3:before, h3:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35%;
  height: 1px;
  background-color: #ccc;
}
h3:before {left:0;}
h3:after {right: 0;}
h5 {
  font-size: 17px;
  margin: 30px 0;
}
h6 {
  font-size: 16px;
  margin: 0 0 30px;
}
.btn {
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
  line-height: 1;
  padding: 16px 20px;
  width: 100%;
  margin: 0;
  background-color: #333;
  position: relative;
  color: #fff;
  text-align: center;
}
.btn:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 1.35em;
  display: inline-block;
  margin-left: 1em;
}

.flex-lr {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.flex-tb {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

/*---------- CONCEPT ----------*/

#concept {
  position: relative;
  padding-bottom: 100px;
}
#concept h2 {
  margin-top: 0;
  text-align: left;
}
#concept h2 img {
  margin: 0;
}
#concept h2:after {
  margin-left: 0;
}
#concept .concept-txt {
  padding-left: 60px;
}
#concept .animate-box {
  height: 400px;
}



/*---------- LINEUP ----------*/

#lineup {
  padding-bottom: 100px;
  background-color: #f2f2f2;
}
#lineup table {
  display: table;
  table-layout: fixed;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  vertical-align: middle;
  border-collapse: separate;
  border-spacing: 15px;
}
#lineup table th {
  background-color: #f2f2f2;
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
}
#lineup table td {
  display: table-cell;
  vertical-align: text-top;
}
#lineup table ol {
    text-align: left;
    margin: 0 0 1em;
    padding-left: 1.3em;
}
#lineup table .box {
  width: 100%;
/*
  height: 80px;
*/
  font-size: 15px;
  font-weight: bold;
  background: #fff;
  border: 2px solid #0098a3;
  vertical-align: middle;
  display: table;
}
#lineup table h4 {
  margin: 0;
  width: 100%;
  font-size: 15px;
  padding: 10px;
  color: #fff;
  background-color: #0098a3;
  display: table-caption;
}
#lineup table .cose01 h4 { background-color: #0098a3; }
#lineup table .cose02 h4 { background-color: #0061a3; }
#lineup table .cose03 h4 { background-color: #c1272d; }
#lineup table .tit h4 {
  display: block;
  border-radius: 33px;
}
#lineup table .box { position: relative; }
#lineup table .box p {
  line-height: 1.4;
  margin: 0;
  vertical-align: middle;
 text-align: left;
}
#lineup table .box.cose02 { border: 2px solid #0061a3; }
#lineup table .box.cose03 { border: 2px solid #c1272d; }

#lineup table .img-txt {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
#lineup table .img-txt > p {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
#lineup table .img-txt > p:last-child { padding: 15px; }

#lineup table td.nopd {
    position: relative;
}
#lineup table tr.imgtxt-tr td { background-color: #fff; }
#lineup table tr.btn-wrap {
  border-bottom: none;
}
#lineup table tr.btn-wrap th {
  background-color: #fff;
}
#lineup table .btn { color: #fff; border-radius: 0; }
#lineup table .btn01 { background-color: #0098a3; }
#lineup table .btn02 { background-color: #0061a3; }
#lineup table .btn03 { background-color: #c1272d; }
#lineup table .btn01:hover { background-color: #006870; }
#lineup table .btn02:hover { background-color: #004370; }
#lineup table .btn03:hover { background-color: #971e23; }



/*---------- SERVICE ----------*/

#service {
 padding-top: 100px;
 padding-bottom: 100px;
 position: relative;
}
#service .animate-box {
  width: 50%;
  height: 400px;
}
#service table {
  display: table;
  table-layout: fixed;
  font-size: 1.05em;
  margin: 60px auto 40px;
  width: 100%;
  border: 1px solid #707070;
  border-collapse: collapse;
}
#service table th , #service table td {
  line-height: 1.8;
  padding: 15px;
  border: 1px solid #707070;
  vertical-align: text-top;
}
#service table .cose01 { color: #fff; background-color: #0098a3; text-align: center; }
#service table .cose02 { color: #fff; background-color: #0061a3; text-align: center; }
#service table .cose03 { color: #fff; background-color: #c1272d; text-align: center; }
#service table tr th:first-child {
  background: #F1F2F3;
}
#service table td {
  background: #fff;
}
#service table td:empty {
    background-image: linear-gradient(to top left, transparent, transparent 49.5%, #707070 49.5%, #707070 50.5%, transparent 50.5%, transparent);
}
#service table td p {
    margin: 0 auto 0.6em;
}
#service table td p:last-of-type { margin-bottom: 0; }
#service table td small {
    font-size: 0.9em;
    line-height: 1.3;
}
.serv-tit {
    font-weight: bold;
    line-height: 1.8;
    padding: 2px 5px;
    background-color: #E8E8E8;
}



/*---------- CHEF ----------*/

#chef {
  padding-bottom: 100px;
  background-color: #f2f2f2;
}
#chef .row {
    margin-top: 100px;
}
.chef-name {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 auto 1em;
}
.sns-cp {
    position: relative;
    background: #1699A3;
    margin-bottom: 30px;
    padding: 1em;
    text-align: center;
    color: #FFF;
    font-size: 1.1em;
    font-weight: bold;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.sns-cp:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-top-width: 16px;
    border-bottom-width: 16px;
    border-left-width: 7px;
    border-right-width: 7px;
    margin-left: -7px;
    border-top-color: #1699A3;
    top: 100%;
    left: 50%;
}

.sns-btn {
    text-align: center;
}
.sns-btn img {
    width: 90px;
    height: 90px;
}



/*---------- COMPANY ----------*/

#company {
 padding-top: 100px;
 padding-bottom: 100px;
 position: relative;
}
#company p {
    margin: 0 auto 1em;
}
.com-tit {
    color: #323334;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 auto 35px;
    padding: 20px 35px;
    background-color: #F1F2F3;
}
.sp-row {
    width: 92%;
    margin: 0 auto 80px;
}
.com-txtimg {
    margin: 50px auto;
}
.com-txtimg img {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
}
.com-hist {
    padding: 35px;
    background-color: #F1F2F3;
}
.com-hist dl { display: flex; }
.com-hist dl:last-of-type { margin-bottom: 0; }
.com-hist dl dt { margin-right: 1em; }

.com-cxl { margin: 0 auto 80px; }
.cxl-item {
    border: 1px solid #707070;
    border-right: none;
}
.cxl-item:last-child { border-right: 1px solid #707070; }
.cxl-item > div { padding: 15px; }
.cxl-item > div:first-child {
    width: 100%;
    background-color: #F1F2F3;
    font-weight: bold;
    text-align: center;
}
.cxl-item > div .cxl-tit {
    margin-bottom: 1em;
}
.cxl-item .flex-lr > div {
    width: 100%;
    color: #fff;
    font-size: 13px;
    line-height: 1.3;
    margin: 0 5px;
    padding: 7px 10px 5px;
    border-radius: 33px;
}
.cxl-item .flex-lr .cose01 { background-color: #0098a3;  }
.cxl-item .flex-lr .cose02 { background-color: #0061a3; }
.cxl-item .flex-lr .cose03 { background-color: #c1272d; }


/*---------- GARELLY ----------*/

#gallery {
 background-color: #f2f2f2;
 padding-bottom: 100px;
 position: relative;
 text-align: center;
}
#gallery .gallery-wrap {
  width: 70%;
  margin: 0 auto;
}
#gallery .btn {
  background-color: transparent;
  border: 1px solid #333;
  color: #333;
  width: 300px;
  padding-left: 60px;
  margin: 60px auto 0;
}
#gallery .btn:before {
  content: url(../img/insta-ico01.png);
  position: absolute;
  top: 10px;
  left: 20px;
}
#gallery .btn:hover {
  background-color: #fff;
}


/*---------- FAQ ----------*/

#faq {
 padding-top: 100px;
 padding-bottom: 100px;
 position: relative;
}
#faq table {
    width: 100%;
}
#faq table tr:nth-child(odd) {
    background-color: #F1F2F3;
}
#faq table th, #faq table td {
    line-height: 1.8;
    padding: 15px;
    vertical-align: middle;
}
#faq table th {
    font-size: 3em;
    font-family: bebas-neue-v14-deprecated, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    padding-left: 25px;
    padding-right: 5px;
}
#faq table td {
    padding-left: 5px;
    padding-right: 25px;
}
#faq table td.faq-tit {
    font-size: 1.35em;
    font-weight: bold;
}



/* --------------------------------------------
    footer
-------------------------------------------- */

footer {
  padding: 80px 0 60px;
  border-top: 1px solid #707070;
}
footer table {
  margin: 0 auto;
}
footer table td {
  padding: 0 10px;
}
footer img {
  max-height: 60px;
}
footer ul {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  display: inline-block;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
footer ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  padding-right: 5px;
}
footer ul li:first-child {
  padding-right: 15px;
}
footer .cp {
  margin: 5px 0 0;
  font-size: 14px;
  letter-spacing: 1px;
}

/* --------------------------------------------
    Side btn
-------------------------------------------- */

.sidebtn {
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.sidebtn.active {
  opacity: 1;
  visibility: visible;
}
.sidebtn ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebtn ul li {
  margin: 0;
}
.sidebtn a {
  display: block;
  width: 45px;
  height: 140px;
  background: #333;
  border-bottom: 1px dotted #999;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  padding: 35px 16px 15px;
  color: #fff;
  position: relative;
  text-orientation: upright;
}
.sidebtn a:hover {
  background: #666;
}
.sidebtn a.js-gotop {
  height: 45px;
  padding: 0;
}

.sidebtn a.cart { border-top-left-radius: 5px; }
.sidebtn a.js-gotop { border-bottom-left-radius: 5px; border: none; }

.sidebtn a.cart:before { content: url(../img/side-ico01.png);}
.sidebtn a.tel:before { content: url(../img/side-ico02.png); }
.sidebtn a.fax:before { content: url(../img/side-ico03.png); }
.sidebtn a.js-gotop:before { content: "\f106"; font-family: FontAwesome; font-size: 25px; top: 8px; }

/* --------------------------------------------
    mobile menu
-------------------------------------------- */

#gtco-offcanvas {
  position: absolute;
  position: fixed;
  z-index: 1000;
  width: 270px;
  background: #333;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-offcanvas {
  display: block;
}
.offcanvas #gtco-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#gtco-offcanvas ul {
  padding: 0;
  margin: 30px 0;
}
#gtco-offcanvas ul li {
  padding: 20px 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #555;
}
#gtco-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#gtco-offcanvas a {
  color: #fff;
  font-weight: bold;
}
#gtco-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#gtco-offcanvas a br {
  display: none;
}
#gtco-offcanvas a span {
  padding-left: 15px;
  font-size: 12px;
}

.gtco-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 3px;
  color: #333;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #333;
  transition: all .2s ease-out;
}
.gtco-nav-toggle i::before, .gtco-nav-toggle i::after {
  content: '';
  width: 35px;
  height: 3px;
  background: #333;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.gtco-nav-toggle.gtco-nav-white > i {
  color: #333;
  background: #333;
}
.gtco-nav-toggle.gtco-nav-white > i::before, .gtco-nav-toggle.gtco-nav-white > i::after {
  background: #333;
}
.gtco-nav-toggle.active i::before, .gtco-nav-toggle.active i::after {
  background: #ccc;
}

.gtco-nav-toggle i::before {
  top: -10px;
}
.gtco-nav-toggle i::after {
  bottom: -10px;
}
.gtco-nav-toggle:hover i::before {
  top: -10px;
}
.gtco-nav-toggle:hover i::after {
  bottom: -10px;
}
.gtco-nav-toggle.active i {
  background: transparent;
}

.gtco-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.gtco-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.gtco-nav-toggle {
  position: fixed;
  right: 100px;
  top: 40px;
  z-index: 21;
  padding: 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 25px;
  width: 35px;
  z-index: 2001;
  border-bottom: none !important;
}
.gtco-nav.scrolled .gtco-nav-toggle {
  top: 20px;
}
.gtco-nav {
    padding: 20px 0;
    -webkit-filter: drop-shadow(0px 3px 3px rgba(255, 255, 255, 0.36));
    -moz-filter: drop-shadow(0px 3px 3px rgba(255, 255, 255, 0.36));
    -ms-filter: drop-shadow(0px 3px 3px rgba(255, 255, 255, 0.36));
    filter: drop-shadow(0px 3px 3px rgba(255, 255, 255, 0.36));
}
.gtco-nav-toggle {
  display: block;
}
  .gtco-nav .menu-1 {
  display: none;
}

.animate-box {
  background-size: cover;
  background-repeat: no-repeat;
}
.js .animate-box {
  opacity: 0;
}

/* --------------------------------------------
    Responsive
-------------------------------------------- */

@media screen and (max-width: 1200px) {
  #service h6 br { display: none; }
  #service img { max-width: 80%; }
}
@media screen and (max-width: 992px) {
  .scroll { overflow-x: scroll; }
  .scroll table { width: 100%; min-width: 970px; }
  .cxl-item .flex-lr { display: block!important; }
  .cxl-item .flex-lr > div { margin: 0 auto 5px; }
  .cxl-item .flex-lr > div:last-child { margin-bottom: 0; }
}
@media screen and (max-width: 768px) {
  .gtco-cover , .gtco-cover .display-t, .gtco-cover .display-tc { height: 500px; }
  header , #service { margin-bottom: 50px; }
  .hd-txt img { width: 82vw; }
  h3 { margin:60px 0; }
  h3:before, h3:after { width: 25%; }
  hr { margin: 60px 0; }
  ul, ol { margin: 20px 0; }
  p { line-height: 1.6; margin: 20px 0; }
  .flex-lr, .flex-tb { display: block; }
  section .row .col-sm-6, section .row .col-sm-12 { padding-left: 0; padding-right: 0; }
  #concept .concept-txt { padding: 0; }
  #concept .animate-box { margin: 50px 15px 0;}
  #service table { font-size: 14px; margin: 35px auto; }
  #chef .row { margin-top: 60px; }
  #chef .col-md-4 { margin: 0 auto 80px; }
  #chef .col-md-4:last-child { margin-bottom: 0; }
  .com-tit { font-size: 1.25em; padding: 15px 20px; }
  #company .col-sm-5 { margin-bottom: 1em; }
  .sp-row { width: 100%; }
  .com-hist { padding: 25px; }
  .com-hist dl { display: block; }
  .com-hist dl dt { margin-right: 0; margin-bottom: 0.5em; }
  .cxl-item { border: 1px solid #707070; border-bottom: none; }
  .cxl-item:last-child { border-bottom: 1px solid #707070; }
  #gallery { padding-bottom: 50px; }
  #faq table td.faq-tit { font-size: 1.1em; }
  #faq table th { padding-left: 20px; }
  #faq table td { padding-right: 20px; }
}

@media screen and (min-width: 480px) {
  .sidebtn a { writing-mode: tb-rl; writing-mode: vertical-rl; -webkit-writing-mode: vertical-rl; -moz-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; }
  .sidebtn a.contact { height: 120px; padding-top: 15px; }
  .sidebtn a:before { position: absolute; top: 13px; left: 50%; margin-left: -13px; }
}

@media screen and (max-width: 480px) {
  p { font-size: 15px; margin: 15px 0; }
  #page { padding-left: 15px; padding-right: 15px; }
  .gtco-nav-toggle { right: 30px; }
  .gtco-nav #gtco-logo a img { max-height: 70px; }
  .display-tc img { max-width: 80%; }
  .gtco-cover, .gtco-cover .display-t, .gtco-cover .display-tc { height: 400px; }
  h2 span , h3 span { font-size: 15px; }
  h2 img , h3 img { max-height: 40px; }
  #company h2 img { max-height: 80px; }
  h3 { margin: 40px 0; }
  h3 span { padding: 3px 0 0; display: block; }
  h5 , h6 { font-size: 14px; margin: 0 0 15px; }
  ul li, ol li { margin-bottom: 3px; }
  hr { margin: 30px 0; }
  #concept .animate-box , #service .img { height: 200px; }
  #concept p br { display: none; }
  #gallery .btn { margin: 30px 0 0;  width: 80%; font-size: 12px; padding-left: 45px; }
  #gallery .btn:before { left: 15px; }
  #gallery .btn:after { right: 13px; }
  #area table td { display: block; width: 100%; padding:15px; }
  footer { padding: 40px 0 100px; }
  footer ul { text-align: center; }
  footer table th , footer table td { display: block; width: 100%; text-align: center; }
  footer img { margin: 0 auto 10px; }

  .sidebtn { width: 100%; top: auto; bottom: 0; }
  .sidebtn ul { width: 100%; display: table; }
  .sidebtn ul li { display: table-cell; vertical-align: bottom; }
  .sidebtn li { width: 30%; }
  .sidebtn li a { width: 100%; height: 60px; border-right: 1px dotted #999; border-bottom: none; padding: 10px; }
  .sidebtn li a span { padding: 10px 0; }
  .sidebtn li.top { width: 10%; }
  .sidebtn a.contact { padding: 25px; }
  .sidebtn a:before { display: block; }
  .sidebtn a.js-gotop { width: 60px; height: 60px; border-bottom-left-radius: 0; border-top-right-radius: 5px; }
  .sidebtn a.js-gotop:before { top: 16px; left: 50%; margin-left: -8px; position: absolute;  }

  .scroll::-webkit-scrollbar{ height: 5px; }
  .scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
  .scroll::-webkit-scrollbar-thumb { background: #BCBCBC; }
}
