@charset "UTF-8";
/*
Theme Name: gyoza-marche-original
Theme URI: http://www.luck2.co.jp/
Description: テーマの説明
Version: 1.0
Author: ken_kishimoto
Author URI: http://www.luck2.co.jp/
*/
/****************************************
		SCSS Setting 
*****************************************/
/****************************************
		General Setting 
*****************************************/
html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

body {
  /* regular 400 Medium 500 bold 700 */
  font-family: source-han-sans-japanese, '游ゴシック' , 'Yu Gothic' , Helvetica ,  sans-serif;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-strict;
  color: #000;
  text-rendering: optimizeLegibility;
}

body.noscrll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
}

.f_min {
  font-family: 'Times New Roman', 游明朝体, 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', HGS明朝B, 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

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

a:hover {
  color: #000;
}

.thumbimg:hover {
  opacity: .9;
}

.clear {
  line-height: 0;
  clear: both;
}

.clearfix {
  display: block;
  zoom: 1;
}

.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

body {
  _display: inline;
  _zoom: 1;
}

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

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

table tbody tr th, table tbody tr td {
  font-weight: 400;
}

iframe {
  max-width: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.target_line {
  position: absolute;
  left: 0;
}

.anim {
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
}

.anim:hover {
  opacity: .9;
}

section {
  position: relative;
  display: block;
}

/****************************************
		Animation Setting 
*****************************************/
.animl {
  position: relative;
}

.animl i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: .5px;
  -webkit-transition: all 100ms 0s ease;
  transition: all 100ms 0s ease;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.animl:hover i {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.animl.is-over i {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.animf {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

.animf.is-anime {
  -webkit-animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.animz {
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transform: translateY(10px) scale(0.99);
          transform: translateY(10px) scale(0.99);
  opacity: 0;
}

.animz.is-anime {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

.animo {
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 0;
}

.animo.is-anime {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

.animaf .animafch {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

.animaf.is-anime .animafch {
  -webkit-animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.animfl {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}

.animfl.is-anime {
  -webkit-animation: fadeInLeft 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInLeft 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/****************************************
		Base Setting 
*****************************************/
body {
  background-image: url(./img/common/common_bg_all.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.wrap {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}

.boxs .box {
  float: left;
}

.btn {
  display: inline-block;
  width: 343px;
  padding: 30px 0;
  -webkit-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-radius: 0 20px 0 0;
  background-color: #ededed;
  -webkit-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.2);
          box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.2);
}

.btn.yh {
  border-color: #808080;
  background-color: #f4b133;
}

.btn.lg {
  width: 644px;
  padding: 41px 0;
}

.btn.lg p {
  line-height: 1;
}

.btn.lg p strong {
  font-size: 167%;
  font-weight: 700;
}

.btn.lg p span {
  font-size: 134%;
  font-weight: 700;
}

.btn.lg i {
  font-size: 180%;
}

.btn p {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px dotted #000;
}

.btn p strong {
  font-size: 120%;
}

.btn p img {
  position: relative;
  top: -5px;
  margin-right: 5px;
}

.btn i {
  font-size: 130%;
}

.btn:hover {
  color: #fff;
  background-color: #dc000c;
}

.tit_l {
  text-align: center;
}

.tit_l h2 {
  color: #42210b;
}

.tit_l h2 strong {
  font-size: 160%;
}

.tit_l h2 img {
  position: relative;
  top: 5px;
  margin-right: 10px;
  vertical-align: top;
}

.tit_l h2 span {
  font-weight: 400;
  position: relative;
  top: -3px;
}

.tit_i {
  text-align: center;
}

.bg_line {
  height: 8px;
  background-image: url(./img/common/bg_line@2x.png);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: contain;
}

.gyoza_list_inner.dr {
  margin-left: calc(100% - 1020px);
}

.gyoza_list_inner.dc .boxs .box {
  float: none;
  width: 620px;
}

.gyoza_list_inner.dc .boxs .box:nth-child(1) {
  margin: 0 auto 20px;
}

.gyoza_list_inner.dc .box_img {
  width: 250px;
}

.gyoza_list_inner.dc .box_clms {
  width: calc(100% - 250px);
  padding-right: 50px;
}

.gyoza_list_inner.dc .box_clm p {
  font-size: 100%;
  line-height: 1.7;
}

.gyoza_list_inner.dc .box_num {
  right: 200px;
}

.gyoza_list_inner .boxs .box {
  position: relative;
  width: 500px;
  margin-bottom: 20px;
  background-color: #fff;
}

.gyoza_list_inner .boxs .box:nth-child(1) {
  margin-right: 20px;
}

.gyoza_list_inner .box_img {
  float: left;
  width: 194px;
}

.gyoza_list_inner .box_clms {
  float: left;
  width: calc(100% - 194px);
  padding: 18px 18px 0 24px;
}

.gyoza_list_inner .box_tit h3 strong {
  font-size: 114%;
}

.gyoza_list_inner .box_tit h3 span {
  font-size: 87%;
}

.gyoza_list_inner .box_clm {
  padding: 10px 0;
}

.gyoza_list_inner .box_clm p {
  font-size: 94%;
  line-height: 1.5;
  color: #333;
}

.gyoza_list_inner .box_tag {
  margin-top: 5px;
}

.gyoza_list_inner .box_tag span {
  font-size: 94%;
  font-weight: 500;
  display: inline-block;
  padding: 2px 10px;
  text-align: center;
  color: #fff;
  background-color: #e50012;
}

.gyoza_list_inner .box_ico {
  position: absolute;
  right: 26px;
  bottom: 45px;
}

.gyoza_list_inner .box_num {
  font-weight: 700;
  position: absolute;
  right: 17px;
  bottom: 5px;
  text-align: right;
}

.gyoza_list_inner .box_num strong {
  font-size: 308%;
}

.gyoza_list_inner .box_num span {
  font-size: 134%;
}

.gyoza_list_inner .box_titb {
  padding: 13px 32px;
}

.gyoza_list_inner .box_titb h3 {
  line-height: 1.5;
}

.gyoza_list_inner .box_titb h3 span, .gyoza_list_inner .box_titb h3 strong {
  display: block;
}

.gyoza_list_inner .box_titb h3 span {
  font-size: 114%;
}

.gyoza_list_inner .box_titb h3 strong {
  font-size: 134%;
}

.cl_inner {
  display: block;
  margin-bottom: 45px;
  -webkit-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease;
  color: #fff;
}

.cl_inner.bgw {
  color: #000;
  background-color: #fff;
}

.cl_inner.bgw .box_link {
  color: #127fff;
}

.cl_inner.bgw .box_link p {
  border-color: #127fff;
}

.cl_inner.bgo {
  background-color: #913c2d;
}

.cl_inner.bgg {
  background-color: #3e3e3e;
}

.cl_inner:hover {
  opacity: .8;
  color: #fff;
}

.cl_inner:hover.bgw {
  color: #000;
}

.cl_inner.dl .boxs .box {
  float: right;
}

.cl_inner.dl .box_ico {
  right: inherit;
  left: 14px;
}

.cl_inner .boxs .box:nth-child(1) {
  width: 68%;
}

.cl_inner .boxs .box:nth-child(2) {
  width: 32%;
}

.cl_inner .box_img img {
  width: 100%;
}

.cl_inner .box_clms {
  position: relative;
  padding-top: 71px;
  text-align: center;
}

.cl_inner .box_ico {
  position: absolute;
  top: 14px;
  right: 14px;
}

.cl_inner .box_stit strong {
  font-size: 114%;
}

.cl_inner .box_tit strong {
  display: block;
  margin-top: 10px;
}

.cl_inner .box_clm {
  margin: 18px 0 37px;
}

.cl_inner .box_clm p {
  font-size: 94%;
}

.cl_inner .box_link p {
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px dotted #fff;
}

.sec_common_ban a {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}

.sec_common_newslist {
  margin: 70px 0 100px;
}

.newslist_outer .boxs .box {
  width: 30%;
  margin-right: 5%;
}

.newslist_outer .boxs .box:nth-child(3n) {
  margin-right: 0;
}

.newslist_outer .box_img {
  padding: 3px;
  background-color: #000;
}

.newslist_outer .box_tit h3 {
  font-size: 94%;
}

.newslist_outer .box_info {
  font-size: 87%;
  padding: 10px 0;
}

.newslist_outer .box_info .tag {
  margin-right: 10px;
  padding: 0 5px;
  color: #fff;
  background-color: #603813;
}

.newslist_outer .box_info .tag.event {
  background-color: #fbb03b;
}

.newslist_outer .box_info .tag.media {
  background-color: #ff1d25;
}

.newslist_more {
  padding: 50px 0 0;
  text-align: center;
}

.newslist_more a {
  font-size: 114%;
  display: inline-block;
  width: 200px;
  padding: 5px 0;
  text-decoration: underline;
  border-radius: 10px;
  background-color: #ddd;
}

.newslist_nav {
  padding-top: 50px;
  text-align: center;
}

.newslist_nav .wp-pagenavi a, .newslist_nav .wp-pagenavi span {
  margin: 0 5px;
  padding: 3px 9px;
  border-color: #000;
}

.newslist_nav .wp-pagenavi a.current, .newslist_nav .wp-pagenavi span.current {
  color: #fff;
  background-color: #000;
}

.newslist_nav .wp-pagenavi a {
  -webkit-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease;
}

.newslist_nav .wp-pagenavi a:hover {
  color: #fff;
  background-color: #000;
}

.header {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
}

.header_inner {
  position: relative;
  height: 70px;
}

.header_logo {
  position: absolute;
  z-index: 102;
  top: 50%;
  left: 47px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}

.sp_menu_btn {
  position: absolute;
  z-index: 102;
  top: 49%;
  right: 47px;
  width: 45px;
  cursor: pointer;
  -webkit-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  color: #fff;
  border-radius: 50%;
  background-color: #dc000c;
  -webkit-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.2);
          box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.2);
}

.sp_menu_btn .inn {
  position: relative;
  height: 45px;
}

.sp_menu_btn .inn i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.sp_menu_btn:hover {
  color: #dc000c;
  background-color: #fff;
}

.sp_menu {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  width: 30vw;
  height: 100vh;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateX(30vw);
          transform: translateX(30vw);
  border-left: 1px solid #dc000c;
  background-color: #fff;
}

.sp_menu.on {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.sp_menu_list {
  width: 20vw;
  margin: 100px auto 0;
}

.sp_menu_list ul li {
  margin-bottom: 25px;
}

.sp_menu_list ul li a {
  font-size: 110%;
  display: block;
  -webkit-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease;
  text-decoration: underline;
}

.sp_menu_list ul li a:hover {
  color: #dc000c;
}

.sp_menu_list ul li.ch span {
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  color: #dc000c;
}

.sp_menu_list ul li.ch a {
  margin-bottom: 15px;
  margin-left: 10px;
}

.sp_menu_list ul li.ch a:last-child {
  margin-bottom: 0;
}

.footer {
  text-align: center;
}

.fnav {
  margin: 55px 0;
}

.fnav ul li {
  line-height: 1;
  display: inline-block;
  border-right: 1px solid #000;
}

.fnav ul li:last-child {
  border: none;
}

.fnav ul li a {
  padding: 0 20px;
}

.fnav ul li a:hover {
  text-decoration: underline;
}

.footer_copy {
  padding: 20px 0;
  background-color: #42210b;
}

.footer_copy p {
  font-size: 74%;
  color: #fff;
}

/****************************************
		top Setting 
*****************************************/
.sec_top_topimg .wrap {
  height: 100vh;
  min-height: 540px;
}

.sec_top_topimg .btn {
  position: absolute;
  z-index: 11;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
}

.top_topimg_img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 540px;
  background-image: url(./img/top/top_topimg_bg_01@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.top_topimg_clms {
  position: absolute;
  z-index: 11;
  top: 46%;
  left: 50%;
  width: 70%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.top_topimg_ist {
  position: absolute;
  z-index: 10;
  top: 46%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: right;
}

.top_topimg_logo {
  padding-bottom: 40px;
}

.top_topimg_clm p {
  font-size: 174%;
  font-weight: 700;
  line-height: 2;
  color: #fff;
}

.sec_top_lead {
  padding: 88px 0 75px;
  text-align: center;
}

.sec_top_lead_foot {
  margin-top: -50px;
  padding-top: 0;
}

.top_lead_logo ul {
  margin-left: -40px;
}

.top_lead_logo ul li {
  display: inline-block;
  margin: 0 32px;
}

.top_lead_clms {
  padding-top: 42px;
}

.top_lead_clms p {
  font-size: 107%;
  font-weight: 500;
  line-height: 2.4;
}

.sec_top_order {
  margin-bottom: 30px;
  background-image: url(./img/top/top_order_bg_01@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.sec_top_order .wrap {
  height: 191px;
}

.sec_top_order_foot {
  margin-bottom: 160px;
}

.top_order_clms {
  position: absolute;
  z-index: 11;
  top: 33px;
  left: 50%;
  width: 80%;
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  text-align: center;
  color: #fff;
}

.top_order_clms dl dt, .top_order_clms dl dd {
  display: inline-block;
}

.top_order_clms dl dt img {
  vertical-align: middle;
}

.top_order_clms dl dd strong {
  font-size: 120%;
  font-weight: 700;
  position: relative;
  top: 5px;
  display: block;
  margin-left: 14px;
}

.top_order_btns {
  position: absolute;
  z-index: 21;
  bottom: -30px;
  left: 50%;
  width: 80%;
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  text-align: center;
}

.top_order_btns ul li {
  display: inline-block;
  margin: 0 25px;
}

.top_order_btns ul li img {
  vertical-align: middle;
}

.sec_top_gyoza {
  padding: 86px 0 60px;
}

.sec_top_gyoza .tit_l {
  margin-bottom: 65px;
}

.top_gyoza_list_01 {
  margin-bottom: 20px;
}

.top_gyoza_list_02 {
  margin: 40px 0;
}

.sec_top_cl {
  padding: 0 0 80px;
}

.sec_top_cl .target_line {
  top: 0;
}

.sec_top_cl .tit_l {
  margin: 37px 0 32px;
}

.sec_top_cl .bg_line {
  margin-top: 83px;
}

/****************************************
		pages Setting 
*****************************************/
.sec_pages_topimg {
  margin-top: 70px;
}

.sec_pages_topimg.bgw {
  background-color: #fff;
}

.sec_pages_topimg.bgo {
  background-color: #913c2d;
}

.sec_pages_topimg.bgg {
  background-color: #3e3e3e;
}

.sec_pages_topimg .cl_inner {
  margin-bottom: 0;
}

.sec_pages_topimg .cl_inner .box_clms {
  padding-top: 100px;
}

.sec_pages_topimg .cl_inner:hover {
  opacity: 1;
}

.sec_pages_lead {
  padding: 76px 0 80px;
  text-align: center;
}

.pages_lead_clms p {
  font-size: 107%;
  font-weight: 500;
  line-height: 2.4;
}

.sec_pages_order {
  background-image: url(./img/pages/pages_order_bg_01@2x.jpg);
}

.sec_pages_order .btn {
  padding: 24px 0 20px;
}

.sec_pages_mov {
  padding: 0 0 110px;
}

.pages_mov_outer {
  margin-top: 52px;
  background-color: #000;
}

.pages_mov_inn {
  max-width: 560px;
  margin: 0 auto;
}

.pages_mov_inn iframe {
  display: block;
}

.sec_pages_cl {
  padding: 40px 0;
}

.sec_pages_cl .bg_line {
  margin-bottom: 98px;
}

.sec_pages_bimg {
  margin: 70px 0;
  background-image: url(./img/top/top_topimg_bg_01@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.sec_pages_bimg .wrap {
  height: 200px;
}

.sec_pages_bimg h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 320px;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.sec_pages_cont .tit_l {
  margin-bottom: 50px;
}

.pages_cont_min {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
}

.pages_cont_min table {
  font-size: 107%;
  width: 100%;
}

.pages_cont_min table tbody tr th, .pages_cont_min table tbody tr td {
  padding: 15px 10px;
  text-align: left;
  border-bottom: 1px solid #913c2d;
}

.pages_cont_min table tbody tr th {
  width: 30%;
}

.pages_cont_min table tbody tr td {
  width: 70%;
}

.pages_cont_min table tbody tr td dl {
  margin-bottom: 15px;
}

.pages_cont_min table tbody tr td dl dt {
  font-weight: 700;
}

.pages_cont_min table tbody tr td dl:last-child {
  margin-bottom: 0;
}

.contact_outer .cau {
  font-weight: 700;
  color: red;
}

.contact_outer table tbody tr th, .contact_outer table tbody tr td {
  vertical-align: top;
  border: none;
}

.contact_outer table tbody tr th .sep {
  font-size: 110%;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.contact_outer input[type=text], .contact_outer input[type=email], .contact_outer textarea {
  font-size: 16px;
  width: 100%;
  padding: 10px;
}

.contact_outer input[type=text].dateinp, .contact_outer input[type=email].dateinp, .contact_outer textarea.dateinp {
  display: inline-block;
  width: 180px;
}

.contact_outer .wpcf7-list-item {
  margin-bottom: 10px;
}

.contact_outer select {
  font-size: 16px;
  width: 100%;
  padding: 10px;
}

.contact_outer .wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
}

.contact_clms {
  padding: 0 20px 30px;
}

.contact_clms p {
  line-height: 1.8;
}

.contact_clms p a {
  text-decoration: underline;
}

.contact_submit {
  padding-top: 20px;
  text-align: center;
}

.contact_submit input[type=submit] {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  margin: 40px 0 20px;
  padding: 12px 25px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  border-radius: 4px;
  background: none;
  background-color: #5cb85c;
  background-image: none;
  -webkit-appearance: none;
}

.contact_submit input[type=submit]:disabled {
  background: #6f6e6e;
}

.contact_submit .wpcf7-list-item {
  margin-left: 0;
}

.contact_submit label {
  font-weight: 700;
  cursor: pointer;
}

.page_privacy {
  margin-bottom: 20px;
}

.page_privacy h2, .page_privacy h3 {
  font-size: 120%;
}

.box_privacy {
  margin-top: 10px;
  padding: 0 20px;
}

.box_privacy p {
  line-height: 1.8;
}

/****************************************
		single Setting 
*****************************************/
.single_tit {
  margin-bottom: 10px;
}

.single_tit h1 {
  font-size: 154%;
  line-height: 1.4;
}

.single_info .tag {
  font-size: 90%;
  margin-right: 10px;
  padding: 0 5px;
  color: #fff;
  background-color: #603813;
}

.single_info .tag.event {
  background-color: #fbb03b;
}

.single_info .tag.media {
  background-color: #ff1d25;
}

.single_body {
  padding: 15px 0 30px;
}

.single_clms h2 {
  font-size: 147%;
  line-height: 1.4;
  margin: 20px 0;
  border-bottom: 2px solid #e50012;
}

.single_clms p {
  font-size: 114%;
  margin: 20px 0;
}

.single_clms .wp-block-image {
  margin-right: 0;
  margin-left: 0;
}

.single_more {
  text-align: center;
}

.single_more ul li {
  display: inline-block;
}

.single_more ul li a {
  text-decoration: underline;
}

.single_more ul li.list {
  margin: 0 20px;
}

/****************************************
		kitchen-car-rental Setting 
*****************************************/
.rc_nav {
  margin-bottom: 30px;
  text-align: center;
}

.rc_nav ul li {
  display: inline-block;
  margin: 0 5px;
}

.rc_nav ul li a {
  font-weight: 700;
  display: block;
  padding: 10px;
  -webkit-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease;
  border-radius: 3px;
  background: #e6e6e6;
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.2);
          box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.2);
}

.rc_nav ul li a i {
  margin-left: 10px;
}

.rc_nav ul li a:hover {
  color: #fff;
  background-color: #dc000c;
}

.rc_outer {
  padding: 20px;
  background-color: #fff;
}

.rc_tit {
  padding: 30px 0;
  text-align: center;
}

.rc_tit h3 {
  font-size: 157%;
}

.rc_img_c {
  text-align: center;
}

.rc_img_c ul li {
  display: inline-block;
  max-width: 45%;
  margin: 0 1%;
}

.rc_clm_c {
  padding: 30px 0;
  text-align: center;
}

.rc_clm_c p {
  font-size: 124%;
}

.rc_btn {
  padding: 30px 0;
  text-align: center;
}

.rc_btn a {
  display: inline-block;
  padding: 20px 80px;
  -webkit-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease;
  color: #fff;
  border-radius: 20px;
  background-color: #337ab7;
  -webkit-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.2);
          box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.2);
}

.rc_btn a:hover {
  background-color: #dc000c;
}

.rc_btn a p span {
  font-size: 134%;
  font-weight: 700;
}

.rc_cont_02 {
  margin-top: 40px;
}

.rc_cont_02 .target_line {
  top: 0;
}

.rc_cont_02 .rc_clm_c p {
  font-size: 120%;
  line-height: 1.8;
}

.rc_photos_outer {
  margin-top: 30px;
}

.rc_photos_tit {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.rc_photos_tit h4 strong {
  font-size: 120%;
}

.rc_photos_info {
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.rc_photos_info p {
  font-size: 107%;
}

.rc_photos .boxs .box {
  width: 15%;
  margin-right: 2%;
  margin-bottom: 15px;
}

.rc_photos .boxs .box:nth-child(6n) {
  margin-right: 0;
}

.rc_photos a {
  display: block;
}

.lum-lightbox {
  z-index: 999999;
  background: rgba(0, 0, 0, 0.9);
}

.lum-close-button {
  top: 17px;
  right: 17px;
  opacity: .9;
}

.rc_tbl, .rc_img_min, .rc_plan_outer, .rc_tools_outer {
  max-width: 722px;
}

.rc_tbl {
  margin: 0 auto 40px;
}

.rc_tbl table {
  width: 100%;
  border-top: 1px solid #d8dee2;
  border-left: 1px solid #d8dee2;
}

.rc_tbl table thead tr th {
  font-weight: normal;
  padding: 15px 18px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  border-right: 1px solid #d8dee2;
  border-bottom: 1px solid #d8dee2;
  background: #f5f5f5;
}

.rc_tbl table tbody tr td {
  padding: 15px 18px;
  border-right: 1px solid #d8dee2;
  border-bottom: 1px solid #d8dee2;
}

.rc_tbl_memo {
  padding: 10px 0;
  text-align: right;
}

.rc_tbl_cau ul li {
  margin-bottom: 5px;
}

.rc_img_min {
  margin: 0 auto 30px;
}

.rc_plan_outer {
  margin: 40px auto;
}

.rc_plan_outer .rc_photos_tit {
  margin-bottom: 20px;
}

.rc_tools_outer {
  margin: 0 auto 30px;
}

.rc_tools_outer .boxs .box {
  width: 32%;
  margin-right: 2%;
}

.rc_tools_outer .boxs .box:nth-child(3n) {
  margin-right: 0;
}

.rc_tools_outer dl {
  display: block;
  border: 1px solid #d8dee2;
  border-radius: 3px;
}

.rc_tools_outer dl dt, .rc_tools_outer dl dd {
  padding: 10px;
}

.rc_tools_outer dl dt {
  border-bottom: 1px solid #d8dee2;
}

.rc_tools_outer dl dt strong {
  font-size: 127%;
  display: block;
}

.rc_tools_outer dl dt span {
  font-size: 80%;
}

.rc_tools_outer dl dd ul li {
  margin-bottom: 3px;
}

.rc_tools_outer dl dd ul li:last-child {
  margin-bottom: 0;
}

.rc_flow_outer {
  margin: 0 0 30px;
}

.rc_flow_outer .boxs .box {
  width: 23.5%;
  margin-right: 2%;
  background-color: #eee;
}

.rc_flow_outer .boxs .box:nth-child(4n) {
  margin-right: 0;
}

.rc_flow_outer dl {
  display: block;
}

.rc_flow_outer dl dt, .rc_flow_outer dl dd {
  padding: 15px;
}

.rc_flow_outer dl dt {
  border-bottom: 1px solid #d8dee2;
}

.rc_flow_outer dl dt strong {
  font-size: 107%;
  display: block;
}

.rc_flow_outer dl dt span {
  font-size: 80%;
}

.rc_flow_outer dl dd p {
  font-size: 94%;
  line-height: 1.8;
}

/****************************************
		Mobile Setting 
*****************************************/
@media (max-width: 1180px) {
  .wrap {
    padding: 0 4vw;
  }
  .gyoza_list_inner.dr {
    margin-left: 0;
  }
  .gyoza_list_inner .boxs .box {
    width: 49%;
  }
  .gyoza_list_inner .boxs .box:nth-child(1) {
    margin-right: 2%;
  }
  .cl_inner .box_clms {
    padding-top: 45px;
  }
  .cl_inner .box_ico {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 40px;
  }
  .cl_inner .box_stit strong {
    font-size: 90%;
  }
  .cl_inner .box_tit {
    padding: 0 30px;
  }
  .cl_inner .box_clm {
    margin: 18px 0;
  }
  .sec_pages_topimg .cl_inner .box_clms {
    padding-top: 71px;
  }
  .sec_pages_topimg .cl_inner .box_ico {
    width: auto;
  }
  .sp_menu {
    width: 50vw;
    -webkit-transform: translateX(50vw);
            transform: translateX(50vw);
  }
  .sp_menu_list {
    width: 40vw;
  }
}

@media (max-width: 1074px) {
  .gyoza_list_inner .box_clms {
    padding: 15px 10px 0 15px;
  }
  .gyoza_list_inner .box_clm p {
    font-size: 84%;
  }
  .gyoza_list_inner .box_num strong {
    font-size: 220%;
  }
  .gyoza_list_inner .box_num span {
    font-size: 100%;
  }
  .gyoza_list_inner.dc .box_num {
    right: inherit;
    left: 300px;
  }
  .cl_inner .box_clms {
    padding-top: 55px;
  }
  .cl_inner .box_clm p {
    font-size: 84%;
  }
  .sec_pages_topimg .cl_inner .box_ico {
    width: 50px;
  }
  .top_order_btns ul li {
    margin: 0 10px;
  }
}

@media (max-width: 979px) {
  @supports (-webkit-touch-callout: none) {
    /* Safari 100vh Hack */
    .sec_top_topimg .wrap {
      height: -webkit-fill-available;
    }
    .sp_menu {
      height: -webkit-fill-available;
    }
  }
  .top_order_btns ul li:nth-child(1) {
    margin-right: 2px;
  }
  .top_order_btns ul li:nth-child(2) {
    margin-left: 2px;
  }
  .btn {
    width: 270px;
  }
  .btn p strong {
    font-size: 100%;
  }
  .btn i {
    font-size: 100%;
  }
  .cl_inner .box_clms {
    padding-top: 35px;
  }
  .cl_inner .box_clm p {
    font-size: 75%;
  }
  .cl_inner .box_link p strong {
    font-size: 90%;
  }
  .gyoza_list_inner .box_tit h3 strong {
    font-size: 88%;
  }
  .gyoza_list_inner .box_clm {
    padding: 6px 0;
  }
  .gyoza_list_inner .box_tag span {
    font-size: 75%;
  }
}

@media (max-width: 899px) {
  body {
    font-size: 80%;
  }
  .cl_inner .box_ico {
    width: 25px;
  }
  .cl_inner .box_clm {
    margin: 13px 0;
  }
  .sec_pages_topimg .cl_inner .box_ico {
    width: 44px;
  }
  .gyoza_list_inner .box_num {
    right: 9px;
  }
  .gyoza_list_inner .box_num strong {
    font-size: 170%;
  }
  .gyoza_list_inner .box_num span {
    font-size: 80%;
  }
}

.sp_only, .sp_ionly {
  display: none;
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .sp_ionly {
    display: inline-block;
  }
  body {
    font-size: 80%;
    min-width: auto;
  }
  /* iOS Default Style Reset */
  input[type='submit'], input[type='button'] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    border-radius: 0;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  input[type='submit']::-webkit-search-decoration, input[type='button']::-webkit-search-decoration {
    display: none;
  }
  input[type='submit']::focus, input[type='button']::focus {
    outline-offset: -2px;
  }
  .wrap {
    padding: 0 6vw;
  }
  .btn {
    width: 100%;
    padding: 20px 0;
  }
  .btn.lg {
    width: 80%;
    padding: 15px 0;
  }
  .btn.lg p {
    line-height: 1.4;
  }
  .btn.lg p strong {
    font-size: 137%;
    display: block;
  }
  .btn.lg p span {
    font-size: 90%;
  }
  .btn.lg i {
    font-size: 180%;
    position: relative;
    top: -16px;
  }
  .btn p {
    margin-right: 10px;
    padding-right: 10px;
  }
  .btn p strong {
    font-size: 120%;
  }
  .btn p img {
    position: relative;
    top: -5px;
    margin-right: 5px;
  }
  .btn i {
    font-size: 130%;
  }
  .tit_l h2 strong {
    font-size: 160%;
  }
  .tit_l h2 img {
    top: 2px;
    margin-right: 7px;
    vertical-align: top;
  }
  .tit_l h2 span {
    top: inherit;
    display: block;
    margin-top: 5px;
  }
  .tit_i {
    text-align: center;
  }
  .tit_i p img {
    width: 70%;
  }
  .bg_line {
    height: 8px;
    background-image: url(./img/common/sp_bg_line@2x.png);
    background-size: cover;
  }
  .gyoza_list_inner.dr {
    margin-left: 0;
  }
  .gyoza_list_inner.dc .boxs .box {
    width: 100%;
  }
  .gyoza_list_inner.dc .boxs .box:nth-child(1) {
    margin: 0 0 20px;
  }
  .gyoza_list_inner.dc .box_img {
    width: 100%;
  }
  .gyoza_list_inner.dc .box_clms {
    width: 100%;
    padding-bottom: 0;
  }
  .gyoza_list_inner.dc .box_num {
    right: 17px;
    left: inherit;
  }
  .gyoza_list_inner .boxs .box {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .gyoza_list_inner .boxs .box:nth-child(1) {
    margin-right: 0;
  }
  .gyoza_list_inner .box_img {
    float: none;
    width: 100%;
  }
  .gyoza_list_inner .box_img img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gyoza_list_inner .box_clms {
    float: none;
    width: 100%;
    padding: 8px 18px 12px;
  }
  .gyoza_list_inner .box_tit h3 strong {
    font-size: 114%;
  }
  .gyoza_list_inner .box_tit h3 span {
    font-size: 87%;
  }
  .gyoza_list_inner .box_clm {
    padding: 4px 0;
  }
  .gyoza_list_inner .box_clm p {
    font-size: 94%;
  }
  .gyoza_list_inner .box_ico {
    right: 8px;
    bottom: 88px;
    width: 50px;
  }
  .gyoza_list_inner .box_num {
    font-weight: 700;
    line-height: 1.4;
    position: absolute;
    right: 17px;
    bottom: 3px;
    text-align: right;
  }
  .gyoza_list_inner .box_num strong {
    font-size: 308%;
  }
  .gyoza_list_inner .box_num span {
    font-size: 134%;
  }
  .gyoza_list_inner .box_titb {
    padding: 13px 18px;
  }
  .gyoza_list_inner .box_titb h3 span {
    font-size: 114%;
  }
  .gyoza_list_inner .box_titb h3 strong {
    font-size: 114%;
  }
  .cl_inner {
    margin-bottom: 30px;
  }
  .cl_inner.dl .boxs .box {
    float: none;
  }
  .cl_inner.dl .box_ico {
    right: inherit;
    left: 14px;
  }
  .cl_inner .boxs .box {
    float: none;
  }
  .cl_inner .boxs .box:nth-child(1) {
    width: 100%;
  }
  .cl_inner .boxs .box:nth-child(2) {
    width: 100%;
  }
  .cl_inner .box_img img {
    width: 100%;
  }
  .cl_inner .box_clms {
    padding: 25px 0;
  }
  .cl_inner .box_ico {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 50px;
  }
  .cl_inner .box_stit strong {
    font-size: 100%;
  }
  .cl_inner .box_tit img {
    width: auto;
    height: 36px;
  }
  .cl_inner .box_tit strong {
    display: block;
    margin-top: 10px;
  }
  .cl_inner .box_clm {
    margin: 14px 0;
  }
  .cl_inner .box_clm p {
    font-size: 94%;
  }
  .cl_inner .box_link p strong {
    font-size: 100%;
  }
  .sec_common_newslist {
    margin: 35px 0;
  }
  .newslist_outer .boxs .box {
    display: block;
    float: none;
    width: 90%;
    margin: 0 auto 25px;
  }
  .newslist_outer .boxs .box:nth-child(3n) {
    margin: 0 auto 25px;
  }
  .newslist_outer .box_img {
    padding: 3px;
  }
  .newslist_outer .box_tit h3 {
    font-size: 94%;
  }
  .newslist_outer .box_info {
    font-size: 87%;
    padding: 10px 0 5px;
  }
  .newslist_nav {
    padding: 30px 0;
  }
  .header_logo {
    left: 10px;
  }
  .sp_menu_btn {
    right: 10px;
  }
  .sp_menu {
    width: 100vw;
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  .sp_menu_list {
    width: 70vw;
    margin-top: 150px;
  }
  .sp_menu_list ul li {
    margin-bottom: 30px;
  }
  .sp_menu_list ul li a {
    font-size: 127%;
  }
  .sp_menu_list ul li.ch {
    margin-bottom: 20px;
  }
  .sp_menu_list ul li.ch span {
    font-size: 110%;
  }
  .sp_menu_list ul li.ch a {
    margin-bottom: 25px;
  }
  .footer_logo img {
    max-width: 250px;
  }
  .fnav {
    width: 80%;
    margin: 35px auto;
  }
  .fnav ul li {
    display: block;
    border-right: none;
    border-bottom: 1px dotted #000;
  }
  .fnav ul li:last-child {
    border: none;
  }
  .fnav ul li a {
    font-size: 110%;
    font-weight: 700;
    display: block;
    padding: 15px 0;
  }
  /****************************************
			top Setting 
	*****************************************/
  .sec_top_topimg .wrap {
    min-height: inherit;
  }
  .top_topimg_img {
    min-height: inherit;
  }
  .top_topimg_clms {
    top: 46%;
    left: 50%;
    width: 70%;
  }
  .top_topimg_ist {
    top: 36%;
    right: 10px;
    left: inherit;
    width: 100%;
    -webkit-transform: translateY(-50%) translateX(0%);
            transform: translateY(-50%) translateX(0%);
  }
  .top_topimg_logo {
    padding-bottom: 20px;
  }
  .top_topimg_clm p {
    font-size: 134%;
  }
  .sec_top_lead {
    padding: 50px 0;
  }
  .sec_top_lead_foot {
    margin-top: 0;
    padding-top: 20px;
  }
  .top_lead_logo ul {
    margin-left: 0;
  }
  .top_lead_logo ul li {
    display: inline-block;
    width: 45%;
    margin: 0;
  }
  .top_lead_logo ul li img {
    max-height: 80px;
  }
  .top_lead_logo ul li:nth-child(1) {
    width: 54%;
  }
  .top_lead_logo ul li:nth-child(1) img {
    position: relative;
    top: -7px;
    left: 15px;
  }
  .top_lead_clms {
    padding: 25px 10px 0;
  }
  .top_lead_clms p {
    font-size: 100%;
    text-align: justify;
  }
  .top_lead_clms p br {
    display: none;
  }
  .sec_top_order {
    margin-bottom: 0;
    padding: 30px 0;
  }
  .sec_top_order .wrap {
    height: auto;
  }
  .sec_top_order_foot {
    margin-bottom: 30px;
  }
  .top_order_clms {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    margin-bottom: 15px;
    -webkit-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
  }
  .top_order_clms dl dt, .top_order_clms dl dd {
    display: block;
  }
  .top_order_clms dl dd {
    margin-top: 5px;
  }
  .top_order_clms dl dd strong {
    font-size: 110%;
    margin-left: 0;
  }
  .top_order_btns {
    position: relative;
    bottom: inherit;
    left: inherit;
    width: 90%;
    margin: 0 auto;
    -webkit-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
  }
  .top_order_btns ul li {
    display: block;
    margin: 0;
  }
  .top_order_btns ul li:nth-child(1) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .top_order_btns ul li:nth-child(2) {
    margin-left: 0;
  }
  .top_order_btns ul li img {
    width: auto;
    height: 30px;
    vertical-align: middle;
  }
  .sec_top_gyoza {
    padding: 36px 0;
  }
  .sec_top_gyoza .tit_l {
    margin-bottom: 0;
  }
  .top_gyoza_list_01 {
    margin-bottom: 0;
    padding: 30px 0;
  }
  .top_gyoza_list_02 {
    margin: 0;
    padding: 30px 0;
  }
  .sec_top_cl {
    padding: 0 0 35px;
  }
  .sec_top_cl .target_line {
    top: 0;
  }
  .sec_top_cl .tit_l {
    margin: 30px 0;
  }
  .sec_top_cl .bg_line {
    margin-top: 35px;
  }
  /****************************************
			pages Setting 
	*****************************************/
  .sec_pages_topimg {
    margin-top: 70px;
  }
  .sec_pages_topimg .wrap {
    padding: 0;
  }
  .sec_pages_topimg .cl_inner {
    margin-bottom: 0;
  }
  .sec_pages_topimg .cl_inner .box_clms {
    padding: 30px 0 10px;
  }
  .sec_pages_topimg .cl_inner:hover {
    opacity: 1;
  }
  .sec_pages_lead {
    padding: 35px 0;
  }
  .pages_lead_clms {
    padding: 0 10px;
  }
  .pages_lead_clms p {
    font-size: 100%;
    text-align: justify;
  }
  .pages_lead_clms p br {
    display: none;
  }
  .sec_pages_order {
    background-image: url(./img/pages/pages_order_bg_01@2x.jpg);
  }
  .sec_pages_order .btn {
    padding: 24px 0 20px;
  }
  .sec_pages_gyoza {
    padding-bottom: 15px;
  }
  .sec_pages_gyoza .gyoza_list_inner.dc .box_clms {
    padding-bottom: 0;
  }
  .sec_pages_gyoza .gyoza_list_inner.dc .box_titb {
    padding-bottom: 27px;
  }
  .sec_pages_gyoza .gyoza_list_inner .box_clms {
    padding-bottom: 27px;
  }
  .sec_pages_mov {
    padding: 0 0 50px;
  }
  .pages_mov_outer {
    margin-top: 25px;
  }
  .pages_mov_inn {
    max-width: 90%;
  }
  .sec_pages_cl {
    padding: 0;
  }
  .sec_pages_cl .bg_line {
    margin-bottom: 30px;
  }
  .sec_pages_bimg {
    margin: 70px 0;
    background-image: url(./img/top/top_topimg_bg_01@2x.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .sec_pages_bimg .wrap {
    height: 200px;
  }
  .sec_pages_bimg h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 320px;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  .sec_pages_cont .tit_l {
    margin-bottom: 50px;
  }
  .pages_cont_min {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background-color: #fff;
  }
  .pages_cont_min table {
    font-size: 107%;
    width: 100%;
  }
  .pages_cont_min table tbody tr th, .pages_cont_min table tbody tr td {
    padding: 15px 10px;
    text-align: left;
    border-bottom: 1px solid #913c2d;
  }
  .pages_cont_min table tbody tr th {
    width: 30%;
  }
  .pages_cont_min table tbody tr td {
    width: 70%;
  }
  .pages_cont_min table tbody tr td dl {
    margin-bottom: 15px;
  }
  .pages_cont_min table tbody tr td dl dt {
    font-weight: 700;
  }
  .pages_cont_min table tbody tr td dl:last-child {
    margin-bottom: 0;
  }
  .sec_pages_bimg {
    margin: 70px 0 40px;
  }
  .sec_pages_bimg .wrap {
    height: 187px;
  }
  .sec_pages_bimg h1 {
    width: 263px;
  }
  .sec_pages_cont .tit_l {
    margin-bottom: 30px;
  }
  .pages_cont_min {
    padding: 20px;
  }
  .pages_cont_min table {
    font-size: 113%;
    display: block;
  }
  .pages_cont_min table tbody {
    display: block;
  }
  .pages_cont_min table tbody tr {
    display: block;
  }
  .pages_cont_min table tbody tr th, .pages_cont_min table tbody tr td {
    display: block;
    padding: 0;
    text-align: left;
  }
  .pages_cont_min table tbody tr th {
    font-weight: 700;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 6px;
    border-bottom: none;
  }
  .pages_cont_min table tbody tr td {
    width: 100%;
    padding-bottom: 15px;
  }
  .contact_outer table tbody tr th, .contact_outer table tbody tr td {
    border: none;
  }
  .contact_outer input[type=text].dateinp, .contact_outer input[type=email].dateinp, .contact_outer textarea.dateinp {
    display: inline-block;
    width: 180px;
    margin-bottom: 10px;
  }
  .contact_clms {
    padding: 0 0 20px;
  }
  .contact_clms p {
    text-align: justify;
  }
  .contact_clms p br {
    display: none;
  }
  .contact_submit label {
    font-size: 90%;
    position: relative;
    top: -3px;
  }
  /****************************************
			kitchen-car-rental Setting 
	*****************************************/
  .rc_nav ul li {
    display: block;
    margin: 0;
  }
  .rc_nav ul li a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .rc_outer {
    padding: 10px 20px;
  }
  .rc_tit {
    padding: 20px 0;
  }
  .rc_tit h3 {
    font-size: 137%;
  }
  .rc_tit h3 small {
    font-size: 74%;
    display: block;
  }
  .rc_img_c ul li {
    display: block;
    max-width: 100%;
    margin: 0;
  }
  .rc_clm_c {
    padding: 10px 0;
    text-align: justify;
  }
  .rc_clm_c p {
    font-size: 110%;
  }
  .rc_clm_c p br {
    display: none;
  }
  .rc_btn {
    padding: 20px 0;
  }
  .rc_btn a {
    display: block;
    padding: 10px;
    border-radius: 15px;
  }
  .rc_btn a p span {
    font-size: 114%;
  }
  .rc_cont_02 {
    margin-top: 20px;
  }
  .rc_cont_02 .target_line {
    top: 0;
  }
  .rc_cont_02 .rc_clm_c p {
    font-size: 110%;
  }
  .rc_photos_outer {
    margin-top: 20px;
  }
  .rc_photos_tit {
    padding-bottom: 5px;
  }
  .rc_photos_tit h4 strong {
    font-size: 110%;
  }
  .rc_photos_info {
    margin: 15px 0;
    padding: 10px;
  }
  .rc_photos_info p {
    font-size: 90%;
  }
  .rc_photos .boxs .box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .rc_photos .boxs .box:nth-child(3n) {
    margin-right: 0;
  }
  .rc_tbl, .rc_img_min, .rc_plan_outer, .rc_tools_outer {
    max-width: auto;
  }
  .rc_tbl {
    margin: 0 auto 20px;
  }
  .rc_tbl table {
    font-size: 90%;
  }
  .rc_tbl table thead tr th {
    padding: 7px;
  }
  .rc_tbl table tbody tr td {
    padding: 7px;
  }
  .rc_tbl table tbody tr td:last-child {
    white-space: nowrap;
  }
  .rc_tbl_memo {
    font-size: 90%;
  }
  .rc_tbl_cau {
    font-size: 90%;
  }
  .rc_img_min {
    margin: 0 auto 30px;
  }
  .rc_plan_outer {
    margin: 20px auto;
  }
  .rc_plan_outer .rc_photos_tit h4 strong {
    font-size: 100%;
  }
  .rc_tools_outer {
    margin: 0 auto 20px;
  }
  .rc_tools_outer .boxs .box {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .rc_tools_outer .boxs .box:last-child {
    margin-bottom: 0;
  }
  .rc_tools_outer dl dt, .rc_tools_outer dl dd {
    padding: 10px;
  }
  .rc_tools_outer dl dt strong {
    font-size: 110%;
    display: block;
  }
  .rc_tools_outer dl dt span {
    font-size: 80%;
  }
  .rc_tools_outer dl dd ul li {
    font-size: 90%;
  }
  .rc_flow_outer {
    margin: 0 0 20px;
  }
  .rc_flow_outer .boxs .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .rc_flow_outer .boxs .box:last-child {
    margin-bottom: 0;
  }
  .rc_flow_outer dl dt, .rc_flow_outer dl dd {
    padding: 10px 15px;
  }
  .rc_flow_outer dl dt strong {
    font-size: 100%;
    display: block;
  }
  .rc_flow_outer dl dd p {
    font-size: 94%;
  }
  .lum-lightbox-inner img {
    max-width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */