@charset "UTF-8";


/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #181818;
}

/* 管理画面の余白調整 */
.gjs-dashed #wrapper{
  padding-bottom: 150px;
}

@media (max-width:767px){
  body{
    font-size: 14px;
  } 
  
  #chatbot-btn {
    bottom: 55px!important;
    z-index: 5;
  }
}

.mincho{
  font-family: 'Noto Serif JP', serif;
}

p,
h1, h2, h3, h4, h5, h6{
  margin: 0;
}

a{
  color: inherit;
  transition: 0.3s;
}
a:hover{
  text-decoration: none;
  opacity: 0.7;
  color: inherit;
}
img{
  max-width: 100%;
  width: auto;
}

ul, ol, li{
  margin: 0;
  padding: 0;
  list-style: none;
}

.img_fit{
  position: relative;
}
.img_fit:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.img_fit img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  left: 0;
  top: 0;
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video { 
  position: relative; 
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1024px){
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}

/* 指定デバイスで改行を消す */
@media (min-width:1024px){
  .pc_nobr br{
    display: none !important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .tb_nobr br{
    display: none !important;
  }
}
@media (max-width:767px){
  .sp_nobr br{
    display: none !important;
  }
}

/* 指定した行数での切り取り */
.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.txt_ellipsis_line1{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line2{
  -webkit-line-clamp: 2;
}
.txt_ellipsis_line3{
  -webkit-line-clamp: 3;
}
.txt_ellipsis_line4{
  -webkit-line-clamp: 4;
}
.txt_ellipsis_line5{
  -webkit-line-clamp: 5;
}

/*******************************
*　ヘッダー
********************************/
.header{
  padding: 0;
  border-bottom: 3px solid #b4a083;
}
.header .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  /*background: rgba(255,255,255,0.85);*/
}

.pg_header{
  position: relative;
}
.pg_header:before,
.hdr_img_two:before{
  padding-top: 150px;
}
.hdr_img_two {
  width: 60%;
}
.hdr_img_two:first-child{
  margin-right: -10%;
}
.hdr_img_two:first-child img{  
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
}
.hdr_img_two:last-child{
  margin-left: -10%;
}
.hdr_img_two:last-child img{  
  -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
}

.hdr_logo img {
  width: 60px;
}

.mv{
  position: relative;
}
.mv_img{
  position: relative;
}
.mv_img.img_fit:before{
  padding-top: 240px;
}
.mv_img:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: rgba(0,0,0,0.38);
}
.mv_txt{
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: 0 0 5px #333;
  color: #ffffff;
}
  
.cmn_logo_link img.soreccha{
  max-height: 71px;
}
.cmn_logo_link img.tetsumaru{
  max-height: 66px;
}

@media (min-width:375px){
  
}

@media (min-width:768px){
  .pg_header:before,
.hdr_img_two:before{
    padding-top: 350px;
  }
  
  .hdr_logo img{
    width: 80px;
  }
  .gnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .gnav .gnav_item {
    font-size: 15px;
    margin: 0 10px;
    /*line-height: 2;*/
    font-weight: 500;
    letter-spacing: 0.2em;
  }
  .gnav .gnav_item:first-child{
    margin-left: 0;
  }
  .gnav .gnav_item.form{
    font-size: 14px;
    padding: 3px 18px;
    margin-right: 0;
    background: #1b3751;
    color: #ffffff;
    border-radius: 17px;
    letter-spacing: 0.075em;
  }
  .gnav .gnav_item.form p:before{
    content: "\f0e0";
    font-family: 'FontAwesome';
    font-weight: 900;
    display: inline-block;
    margin-right: 5px;
  }
  
  .mv_img.img_fit:before{
    padding-top: 500px;
  }
}
@media (min-width:1024px){
  .pg_header:before,
.hdr_img_two:before{
    padding-top: 550px;
  }
  
  .mv_img.img_fit:before{
    padding-top: 640px;
  }
  .gnav .gnav_item {
    margin: 0 18px;
  }
  .gnav .gnav_item.form{
    padding: 3px 18px;
    margin-left: 14px;
  }
}
@media (min-width:1200px){
  
  .pg_header:before,
.hdr_img_two:before{
    padding-top: 570px;
  }

  .mv_img.img_fit:before{
    padding-top: 740px;
  }
}

@media (max-width:767px){
  
  .hdr1 {
  }
  .hdr_contact{
    display: none;
  }
  
  /* スマホ用 */
  .gnav{
    display:block !important;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #242424;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;
    color: #ffffff;

    /*transition: all 0.2s;*/
    transform: translateX(100%);
    padding: 15px;
    display: block;
  }
  .gnav.active{
    transform: translateX(0%);
  }
  .gnav .gnav_item{
    width: 100%;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
    color: inherit;
    justify-content: center;
    display: block;
    text-align: left;
  }
  .gnav_item:before{
    display: none;
  }
  .gnav .gnav_item + .gnav_item,
  .gnav .gnav_item:first-child,
  .gnav .gnav_item:last-child{
    border-left: 0;
    border-right: 0;
  }
  .gnav_item:nth-child(n+5){
    margin-top: 0;
  }
  .gnav_bg{
    padding: 0;
    background: inherit;
  }
  
  .gnav_item .gnav_item_sub{
    display: block;
    position: static;
    width: 100%;
    background: aliceblue;
    padding: 15px;
    margin-top: 20px;
  }
  .gnav .gnav_item:hover{
    color: #000000;
  }
  .gnav .gnav_item.form{
    display: none;
  }
  
  
  .menu_sp{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
  }
  .menu_sp .cmn_logo_item {
    width: 50%;
  }
  .menu_sp .cmn_logo_item:nth-child(n+3){
    margin-top: 3px;
  }
  .menu_sp .cmn_logo_item a{    
    padding: 5px 3px;
    background: #000000;
  }
  .menu_sp .current .cmn_logo_link:after{
    display: none;
  }
}



/*******************************
*　フッター
********************************/

.footer{
  margin-top: 80px;
  background: #e5e5e5;
}
.footer .gnav{
  display: none!important;
}

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

.ftr1>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr2_name1{
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
}
.ftr2_name1 .shabujin{
  letter-spacing: -0.05em;
}
.ftr2_name2{
  margin-bottom: 15px;
  background: #000000;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.ftr_logo img{
  width: 80px;
}
.ftr2{
  margin: 0 -10px;
  padding-bottom: 40px;
}
.ftr2_item {
  width: 50%;
  padding: 0 10px;
}
.ftr2_item:first-child{
  width: 100%;
}
.ftr2_shop{
  width: 100%;
  padding: 0 10px;  
}
.ftr2_item:first-child .ftr2_shop{
  width: 50%;
}
.ftr2_item:nth-child(n+2){
  margin-top: 30px;
}
.ftr2_flex {
  margin: 0 -10px;
  display: flex;
}

.ftr2_name1 {
  height: 45px;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ftr2_info{
  letter-spacing: -0.04em;      
}

/*.ftr_info_wrap{
  display: flex;
}
.ftr_info_box1{
  width: 90px;
  padding-right: 20px;
  position: relative;
}
.ftr_info_box1:after{
  content: " /";
  position: absolute;
  right: 5px;
  top: 0;
}
.ftr_info_box2{
  width: calc(100% - 90px);
}*/

.ftr_contact{
  display: block;
  background: #ef7f1a;
  border-radius: 10px;
  color: #FFF;
  width: 255px;
  padding: 13px 5px;
  text-align: center;
}

.ftr_contact p:before{
  content:"\f0e0";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.ftr_addr em{
  font-style: normal;
}
.ftr_copy{
  font-size: 15px;
  padding: 10px 0;
  text-align: center;
  background: #b4a083;
  color: #ffffff;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7ecef4;
  z-index: 1000;
  flex-wrap: wrap;
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #cab386;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid #b29a6b;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: #cab386;
}
.footer_fix > a i{
  font-size: 20px;
  margin-bottom: 8px;
}
.footer_fix .footer_fix_item_1.remorte i{
  margin-bottom: 0;
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #404040;
}
.pagetop a i{
  font-size: 40px;
}



.tel_popup{
  display: none;
}


@media (min-width:375px){
  
}

@media (min-width:768px){
  .footer{
    margin-top: 100px;
  }
  .ftr1{
    padding: 50px 0 58px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .ftr2{
    margin: 0 -15px;
    padding-bottom: 95px;
  }
  .ftr2_item{
    width: 33.33%;
    padding: 0 15px;
  }
  .ftr2_item:nth-child(n+2){
    margin-top: 0;
  }
  .ftr2_item:nth-child(n+3){
    margin-top: 20px;
  }
  /* .ftr2_item:first-child{
    width: 66.64%;
  } */
  .ftr2_flex{
    margin: 0 -15px;
    display: flex;
  }
  .ftr2_shop {
    padding: 0 15px;
  }
  .ftr2_flex .ftr2_shop{
    width: 100%;
  }
  .ftr_logo img{
    width: 80px;
  }
  .ftr2_info{
    letter-spacing: 0;      
  }
  .footer .gnav{
    display: flex!important;
  }
  
  .ftr2_name1 {
    font-size: 14px;
    letter-spacing: -0.13em;
  }
  
}
@media (min-width:1024px){
  .footer{
    margin-top: 200px;
  }

  .ftr2_name1 {
    font-size: 14px;
  }
  .ftr2_name1 .shabujin strong{
    font-size: 0;
    display: block;
    line-height: 1;
  }
  .ftr2_info {
    font-size: 13px;
    letter-spacing: -0.1em;
  }
  .ftr_logo img{
    width: 100px;
  }
  .ftr2_item{
    width: 16.66%;
    padding: 0 15px;
  }
  .ftr2_item:first-child{
    width: 50%;
  }
  .ftr2_item:nth-child(n+3){
    margin-top: 0;
  }
}
@media (min-width:1200px){
  
  .ftr2_name1,
  .ftr2_info{
    font-size: 15px;
  }
  .ftr2_name1 {
    font-size: 15px;
  }
  .ftr2_name{    
    font-size: 14px;
  }
  .ftr2_info{
    letter-spacing: -0.04em;      
  }
  .ftr2_name1 .shabujin strong{
    font-size: inherit;
    display: inline;
  }
}
@media (max-width:767px){ 
  .modaal-container{
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.075em;
  }
  .modaal-content-container {
    padding: 20px 15px!important;
  }
  .footer_fix_tel{    
    text-align: center;
    padding: 10px;
    background: #f0f0f0;
  }
  .footer_fix_tel_name {
    width: 100%;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .footer_fix_tel + .footer_fix_tel{
    margin-top: 15px;
  }
  .footer_fix_tel_link {
    font-size: 12px;
    margin-top: 5px;
    background: #000000;
    color: #ffffff;
    display: block;
    padding: 8px;
  }
  .footer_fix_tel_link p:before{
    margin-right: 5px;
    content: "\f095";
    font-family: 'FontAwesome';
    font-weight: 900;
    display: inline-block;
  }
  /*.footer_fix_tel:first-child{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_fix_tel:first-child .footer_fix_tel_link{
    width: 49%;
  }*/
  
  .ftr2_name1 {
    letter-spacing: 0;
  }
}



/*******************************
*　
********************************/

/* Flexテーブルレイアウト */
.fl_tbl_items{
  border: 1px solid #cab386;
  margin-bottom:80px;
}
.fl_tbl_items_item{
  display: flex;
  letter-spacing: 0.05em;
}
.fl_tbl_items_item + .fl_tbl_items_item{
  border-top: 1px solid #cab386;
}

.fl_tbl_items_item_box1,
.fl_tbl_items_item_box2{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  min-height: 70px;
}
.fl_tbl_items_item_box1{
  width:31.53%;
  background: #eeeeee;
  padding: 10px 5px;
  border-right: 1px solid #cab386;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.fl_tbl_items_item_box2{
  width:68.47%;
  background: #fff;
}
.fl_tbl_items_item_txt{
  width: 100%;
  padding: 10px 10px;
}
.fl_tbl_items_item_txt + .fl_tbl_items_item_txt{
  border-top: 1px solid #cab386;
}

/* 青 */
.fl_tbl_items.blue{
  border: 1px solid #7ecef4;
}
.fl_tbl_items.blue .fl_tbl_items_item + .fl_tbl_items_item{
  border-top: 1px solid #7ecef4;
}
.fl_tbl_items.blue .fl_tbl_items_item_box1{
  background: #eff8fc;
  border-right: 1px solid #7ecef4;
}

@media (min-width:375px){
  .fl_tbl_items_item_box1{
    padding: 10px 10px;
  }
}
@media (min-width:768px){
}
@media (min-width:1024px){
  .fl_tbl_items_item_box1{
    padding: 10px 10px 10px 60px;
  }
  .fl_tbl_items_item_txt{
    padding: 10px 10px 10px 25px;
  }
}
@media (min-width:1200px){
  
}
@media (max-width:767px){
  .footer_fix{
    display: flex;
  }
  
  body{
    padding-bottom: 56px;
  }
}


/* テーブル用 */
.table_rows{
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.table_rows_tr{
  display: table-row;
}
.table_rows_th,
.table_rows_td{
  display: table-cell;
  border: 1px solid #bfbfbf;
  vertical-align: middle;
  padding: 10px;
  letter-spacing: 0.12em;
}
.table_rows_th{
  width: 85px;
  background-color: #f5f3ee;
  font-weight: 500;
}
.table_rows_td{
  line-height: 2.2em;
}
.table_rows_td_pad0{
  padding: 0 !important;
}

/* テーブル入れ子 */
.table_rows .table_rows{
  
}
.table_rows .table_rows > .table_rows_tr:first-child .table_rows_th,
.table_rows .table_rows > .table_rows_tr:first-child .table_rows_td{
  border-top:0;
}
.table_rows .table_rows > .table_rows_tr:last-child .table_rows_th,
.table_rows .table_rows > .table_rows_tr:last-child .table_rows_td{
  border-bottom:0;
}
.table_rows .table_rows > .table_rows_tr .table_rows_th:first-child,
.table_rows .table_rows > .table_rows_tr .table_rows_td:first-child{
  border-left:0;
}
.table_rows .table_rows > .table_rows_tr .table_rows_th:last-child,
.table_rows .table_rows > .table_rows_tr .table_rows_td:last-child{
  border-right:0;
}


/* ページネーション */
.webgene-pagination {
  width: 100%;
  margin: 100px 0 0;
  line-height: 1.85;
}
.webgene-pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination li{
  padding: 3px 14px;
  margin: 0 4px;  
  border: 1px solid #c0c0c0;
  background: #ffffff;
}
.webgene-pagination li.selected{
  border: 0;
  background: #e5e5e5;
  border-color: #e5e5e5;
}  
.webgene-pagination li.next a:after{
  content: "\f101";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
}
.webgene-pagination li.prev a:before{
  content: "\f100";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}


/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
  padding-top: 30px;
}
.posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}
.posts_layout_box1{
  width: 100%;
}
.posts_layout_box2{
  width: 100%;
  margin-top: 50px;
}

/* リスト */
.posts_list{

}
.posts_list .webgene-item{
  display: flex;
  align-items: center;  
  padding: 22px 5px;
  position: relative;
  border-bottom: 1px dotted;
}
.pg_home .posts_list .webgene-item{  
  background: #ffffff;
}
.posts_list .webgene-item .date{
  width: 95px;
  letter-spacing: 0.1em;
}
.posts_list .webgene-item .category,
.posts_detail .webgene-item .category{
  width: 150px;
  font-size: 14px;
  padding: 2px 3px;
  background: #98876f;
  text-align: center;
  color: #ffffff;
}
.posts_detail .webgene-item .category{
  width: auto;
  min-width: 100px;
  display: inline-block;
}
.posts_list .webgene-item .title{
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.075em;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.posts_list .webgene-item .title a{

}


/* サイド */
.posts_side_wrap{

}
.posts_side_wrap + .posts_side_wrap{
  margin-top: 30px;
}
.posts_side_title {
  background: #a6937c;
  color: #FFF;
  padding: 10px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

.posts_cat_item{
  padding-left: 8px;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 18px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 32px;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
}
.pg_news .webgene-pagination {
  margin: 35px 0 0;
}
.news_box .col-lg-3 {
  margin-top: 50px;
}
.news_category_box + .news_category_box{
  margin-top: 50px;
}

/* 詳細 */
.posts_detail{
  padding-top: 25px;
  border-top: 1px solid #313131;
  background: #ffffff;
}
.posts_detail .webgene-item{

}
.posts_detail .flex{
  margin-top: 5px;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_detail .flex .date{
  letter-spacing: 0.08em;
}
.posts_detail .flex .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.065em;

}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.065em;
}
.posts_detail .thumb {
  max-width: 498px;
  margin-bottom: 10px;
}
.posts_detail .thumb:before{
  padding-top: 70%;
}

.posts_back_list{

}
.posts_back_list a{
  display: block;
  width: 255px;
  max-width: 100%;
  margin: 30px auto 0;
  background: #f3f2f2;
  padding: 4px;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.posts_back_list a p{
  border: 2px dashed #0069b6;
  border-radius: 10px;
  padding: 10px 6px;
}
.posts_back_list a p:after{
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 18px;
}

.news_link{
  width: 255px;
  font-size: 14px;
  padding: 10px;
  margin: 40px auto 0;
  display: block;
  background: #a6937c;
  color: #ffffff;
  position: relative;
  text-align: center;
  letter-spacing: 0.075em;
}
.news_link:after{
  content: "\f105";
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}


/* コピー用 */
@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  .posts_list .webgene-item{
    flex-wrap: wrap;
  }
  .posts_list .webgene-item .title{
    margin-top: 5px;
  }
  .posts_list .webgene-item .category,
  .posts_detail .webgene-item .category{
    max-width: calc(100% - 95px);
    line-height: 1.5;
  }
}
@media (min-width:768px){
  .pg_news{
    padding-top: 50px;
  }
  .posts_layout_box1{
    width: 74.32%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
  }

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
  }
  .posts_list .webgene-item .date{
    width: 115px;
    font-size: 16px;
    letter-spacing: 0.075em;
    line-height: 1;
  }
  .posts_list .webgene-item .category{
    width: 150px;
  }
  .posts_detail .webgene-item .category{
    width: auto;
    min-width: 100px;
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 150px - 115px);
    padding-left: 35px;
    font-size: 16px;
  }
  .posts_list .webgene-item .title a{

  }

  .posts_side_wrap + .posts_side_wrap{
    margin-top: 55px;
  }

  /* 詳細 */
  .pg_news.detail {
    padding-top: 120px;
  }
  .posts_detail{
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .category{
    margin-left: 8px;
    line-height: 2;
  }
  .posts_detail .flex{
    padding: 0 8px 2px;
    margin-bottom: 25px;
  }
  .posts_detail .flex .date{
    width: 105px;
    text-align: left;
  }
  .posts_detail .flex .title{
    width: calc(100% - 105px);
    font-size: 20px;
  }
  .posts_detail .post_content{
    padding: 0 5px;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }
  .pg_news .link_1 {
    margin-top: 80px;
  }

  .news_link{
    margin: 110px auto 0;
  }

  .news_box .col-lg-3{
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
  }
  .news_category_box{
    width: 45%;
  }
  .news_category_box + .news_category_box{
    margin-top: 0;
  }
  .pg_news .webgene-pagination {
    margin: 60px 0 0;
  }
  
}
@media (min-width:1024px){

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
  }
  .posts_list .webgene-item + .webgene-item{
  }
  .posts_list .webgene-item .date{
    font-size: 16px;
  }
  .posts_list .webgene-item .category{
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
  }
  .posts_list .webgene-item .title a{

  }

  .news_box .col-lg-3{
    margin-top: 15px;
    display: block;
  }
  .pg_news.detail .news_box .col-lg-3{
    margin-top: 0;
  }

  .news_category_box + .news_category_box{
    margin-top: 40px;
  }
  .news_category_box{
    width: 100%;
  }
  
}
@media (min-width:1200px){
  
  .pg_news{
    padding-top: 100px;
  }
  
}



/*******************************
*　お問い合わせ
********************************/

.contact_info_wrap{
  background: #EEE;
  color: #FFF;
  padding: 30px 25px 20px;
  margin-bottom: 45px;
  font-family: "Noto Serif JP", serif;
}
.contact_info_tt{
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 15px;
  color: #111;
}
.contact_info_box{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #FFF;
  color: #181818;
  padding: 25px 10px 25px 30px;
}
.contact_info_tel{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_info_tel_icon{
  background: #b1c274;
  color: #FFF;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 16px;
  margin-right: 20px;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
.contact_info_txt{
  font-weight: 700;
  margin-left: 0;
  letter-spacing: 0.16em;
}

@media (max-width:1023px){
  
  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
  .contact_info_tt {
    font-size: 18px;
  }
  .contact_info_tel_link{
    font-size: 30px;
  }
}
@media (max-width:767px){
  
  .contact_info_wrap{
    margin-bottom: 50px;
    padding: 15px 10px;
  }
  .contact_info_box{
    padding: 20px 10px;
  }
  .contact_info_tt {
    font-size: 16px;
  }
  .contact_info_tel_icon{
    font-size: 14px;
    margin-right:5px;
  }
  .contact_info_tel_link{
    font-size: 24px;
  }
  .contact_info_txt{
    margin-left:0;
    margin-top: 5px;
    font-size: 10px;
  }
  
  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
}


.contact_tt {    
  font-size: 28px;
  text-align: center;
  margin-bottom: 55px;
  letter-spacing: 0.2em;
}
.contact_tt.privacy{
  font-family: "Noto Sans JP";
  font-weight: 500;
}

/* フォーム */
.pg_contact .formTbl{  
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.pg_contact .formTh {
  padding: 12px 15px 16px 20px;
  background: #f7f3ed;
  letter-spacing: 0.08em;
  font-family: 'Noto Serif JP', serif;
}
.pg_contact .formTh.first{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;  
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 0 12px;
  margin-top: 3px;
  float: right;
  font-weight: 900;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 16px;
  padding-right: 10px;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  letter-spacing: 0.18em;
}
.pg_contact .formTd input[name="old"]{
  max-width: 100px;
  margin-right: 10px;
}
.pg_contact .formTd input[name="zip1"]{
  max-width: 120px;
}
.pg_contact .formTd input[name="zip2"]{
  max-width: 150px;
}
.pg_contact .formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 16px;
  padding: 4px 6px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.1em;
}
.pg_contact .formWrap .text-center{
  padding-top: 40px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #1a3e9b;
}
.pg_contact .formBtn.formSend {
  max-width: 314px;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  margin: 32px auto 0;
  border: 0;
  background: #a6937c;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 5px 0 5px 15px;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0.1em;
}
.radioArea.type .d-inline-block .label{
  margin-left: 1px;
  letter-spacing: 0;
  display: inline;
}
.radioArea .d-inline-block{
  margin-right: 25px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
.radioArea.type .d-inline-block{
  width: 100%;
}
label.label.zipcode_i {
  padding: 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}

@media only screen and (min-width: 1024px){
  .pg_contact .formTh {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .pg_contact .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 72%;
  }
  .radioArea.type .d-inline-block .label{
    letter-spacing: 0.1em;
  }
  .pg_recruit .radioArea.type .d-inline-block{
    width: auto;
  }
  .pg_recruit .radioArea.type .d-inline-block:nth-child(1),
  .pg_recruit .radioArea.type .d-inline-block:nth-child(3),
  .pg_recruit .radioArea.type .d-inline-block:nth-child(5),
  .pg_recruit .radioArea.type .d-inline-block:nth-child(7){
    width: 395px;
  }
  
.radioArea.type .d-inline-block .label{
  margin-left: 9px;
}
  
}

@media only screen and (min-width: 1200px){
  .radioArea.type .d-inline-block{
    width: auto;
  }
  .radioArea.type .d-inline-block:nth-child(1),
  .radioArea.type .d-inline-block:nth-child(3),
  .radioArea.type .d-inline-block:nth-child(5),
  .radioArea.type .d-inline-block:nth-child(7){
    width: 460px;
  }
  
}
  

/* プライバシー */
.pg_company .section.sec5{
  padding: 62px 0 0;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 52px;
  padding-left: 10px;
}

.privacy_item {
  margin-top: 35px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #a6937c;
  letter-spacing: 0.04em;
}
.privacy_txt{
  letter-spacing: 0.04em;
}
.contact_tt.privacy {
  font-size: 21px;
  margin-bottom: 58px;
}
.contact_tt.privacy br{
  display: none;
}
.pg_contact .d-inline{
  display: inline-block!important;
}
.pg_contact .d-inline-block {
  vertical-align: middle;
}

.privacy_txt ol li{    
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.privacy_txt ul li{
  padding-left: 2em;
  text-indent: -2em;
}

@media only screen and (max-width: 1023px){ 
  .radioArea {
    padding: 0 5px;
  }
  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }
  
  
  .privacy_ttl{
    font-size: 18px;
  }
  
}

@media only screen and (max-width: 767px){  
  .contact_info {
    padding: 18px 15px 10px;
  }
  .contact_info_txt_1 br{
    display: block;
  }
  .contact_info_txt_2 {
    padding: 0 6px 0 10px;
    margin-right: 10px;
  }
  .contact_tt {
    margin-bottom: 25px;
    font-size:18px;
  }
  .pg_contact .formTh {
    padding: 5px 10px;
  }
  .pg_contact .formTd {
    font-size: 13px;
    padding: 10px 8px;
  } 
  .pg_contact .formTd input[name="zip1"] {
    width: 80px;
  }
  .pg_contact .formTd input[name="zip2"] {
    width: 100px;
  }
  .pg_contact .formTd select[name="pref"] {
    width: 155px;
  }
  .pg_contact .formWrap .text-center {
    padding-top: 25px;
  }
  .pg_contact .privacyLabel {
    font-size: 15px;
  }
  
  .privacyformError{
  	margin-top:-40px !important;
  }
  
  .contact_tt.privacy {
    font-size: 18px;
  }
  .contact_tt.privacy br{
    display: block;
  }
  .contact_tt.privacy {
    margin-bottom: 0;
  }
  .privacy_item {
    margin-top: 26px;
  }
  .contact_info_txt_1 {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .pg_contact .d-inline {
    display: block!important;
  }
  .pg_contact .formTd .addArea .labelText02 {
    display: block;
  }
  label.label.zipcode_i {
    padding: 7px 4px;
  }
  a.contact_info_txt_3 {
    width: 200px;
    margin: 10px 0;
  }
  
  .radioArea .d-inline-block {
    width: 100%;
    margin-right: 0;
  }
  .pg_contact .section.sec2 .contact_tt {
    margin-bottom: 20px;
  }


  .pg_contact .section.sec1 {
    padding: 0 0 25px;
  }
  .contact_info_bg {
    padding: 18px 10px;
  }
  
  .pg_contact .section.sec2{
    padding: 65px 0 30px;
  }
  
  .privacy_ttl {
    font-size: 15px;
    padding-left: 10px;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.pg_thanks .link_3{
  margin-top: 50px;
}
.thanks_text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px){   
  .thanks_text{
    /*display: block;*/
    letter-spacing: -0.08em;
  }
}


/*******************************
*　施工事例
********************************/
.works_category {
  margin-bottom: 40px;
}
.works_category .webgene-blog{
  margin: 0 -2px;
  display: flex;
  flex-wrap: wrap;
}
.works_category .webgene-item{
  width: 50%;
  padding: 0 2px;
}
.works_category .webgene-item:nth-child(n+3){
  margin-top: 4px;
}
.works_category .webgene-item a{
  font-size: 15px;
  padding: 10px;
  border: 1px solid #434343;
  display: block;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.works_category .webgene-item.active a{
  background: #d1c0a5;
  color: #ffffff;
}

.works_list .webgene-blog{
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.works_list .webgene-item:nth-child(n+3){
  margin-top: 30px;
}
.works_list .img_fit{
  background: url(https://tokaijutakusetsubi220527.smooooth.jp/system_panel/uploads/images/noimage.jpg) no-repeat center / cover;
}
.works_list .img_fit:before{
  padding-top: 61%;
}
.works_list .category{
  min-width: 110px;
  font-size: 11px;
  margin: 10px 0;
  color: #ffffff;
  font-weight: 700;
  background: #d1c0a5;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.08em;
}
.works_list .title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.625;
}

/* 詳細ページ */
.works_detail .category{
  font-size: 18px;
  padding: 8px;
  margin-bottom: 25px;
  background: #d0a9df;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}
.works_detail .slider {
  padding: 20px 15px;
  background: #eeeeee;
}
.works_detail .thumb {
  max-width: 980px;
  border: 10px solid #ffffff;
}
.works_detail .thumb .img_fit:before{
  padding-top: 60%;
}
.works_detail .sub{
  margin-top: 12px;
}
.works_detail .sub .img_fit{
  margin: 0 5px;
  cursor: pointer;
}
.works_detail .sub .img_fit:before{
  padding-top: 70%;
}
.works_detail .text {
  margin-top: 40px;
  padding: 0 18px;
}
.works_detail .title{
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 28px;
  font-weight: 500;
  border-bottom: 1px solid;
}
.works_detail .post_content{
  letter-spacing: 0.06em;
}
.works_link{
  max-width: 255px;
  font-size: 15px;
  padding: 12px;
  margin: 50px auto 0;
  text-align: center;
  background: #d0a9df;
  color: #ffffff;
  display: block;
  position: relative;
}
.works_link:after{
  content: "\f061";
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width:768px){ 
  .works_category {
    margin-bottom: 80px;
  }
  .works_category .webgene-item{
    width: 33.33%;
  } 
  .works_category .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .works_category .webgene-item:nth-child(n+4){
    margin-top: 4px;
  }
  
  .webgene-pagination {
    margin: 120px 0 0;
  }
  
  .works_list .webgene-item:nth-child(n+3){
    margin-top: 0;
  } 
  .works_list .webgene-item:nth-child(n+4){
    margin-top: 50px;
  }
  .works_list .title {
    font-size: 16px;
  }
  .works_list .category{
    min-width: 130px;
    font-size: 13px;
  }
  
  .works_detail .category{
    font-size: 20px;
  }
  .works_detail .slider {
    padding: 30px 25px 20px;
  }
  .works_detail .text {
    margin-top: 60px;
    padding: 0 28px;
  }
  .works_detail .sub{
    margin-top: 32px;
  }
  .works_link{
    margin: 110px auto 0;
  }
}
@media (min-width:1024px){
  .works_category .webgene-blog{
    flex-wrap: nowrap;
  }  
  .works_category .webgene-item{
    width: 100%;
  } 
  .works_category .webgene-item:nth-child(n+4){
    margin-top: 0;
  }
  
  .works_detail .slider {
    padding: 60px 65px 40px;
  }
  .works_detail .text {
    padding: 0 68px;
  }
  
}


/*******************************
*　HOME
********************************/
.pg_home .section.sec1{
  padding-top: 35px;
  padding-bottom: 35px  ;
}
.flex{
  display: flex;
  flex-wrap: wrap;
}
.home_news_ttl{
  align-items: baseline;
}
.home_news_ttl1{
  font-size: 20px;
  margin-right: 25px;
  color: #98876f;
  font-weight: 700;
}
.home_news_ttl2{
  font-size: 12px;
  letter-spacing: 0.075em;
  font-weight: 500;
}
.home_news_bg {
  padding: 2px 0;
  margin-bottom: 10px;
  background: #eeeeee;
}
.home_news_bg .flex{
  justify-content: space-between;
  align-items: center;
}
.home_news_link{
  width: 150px;
  font-size: 14px;
  padding: 4px;
  background: #ffffff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.075em;
  position: relative;
}
.home_news_link:after{
  content: "\f105";
  font-weight: 900;
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}


.pg_home .section.sec2{
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f7f3ed;
}
.pg_home .section.sec2 .flex{
  margin: 0 -5px;
}
.home_sec2_item {
  width: 100%;
  padding: 0 8px;
}
.pg_home .section.sec2 .flex + .flex{
  margin: 10px -8px 0;
}
.home_sec2_item.large{
  width: 100%;
  padding: 0 5px;
}
.home_sec2_bg{
  background: #000000;
  color: #ffffff;
}
.home_sec2_item.large .home_sec2_bg{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home_sec2_img{
  width: 100%;
  background: #eeeeee;
}
.home_sec2_item.large .home_sec2_img:before{
  padding-top: 102%;
}
.home_sec2_item .home_sec2_txt{
  padding: 12px 10px 13px;
  text-align: center;
}
.home_sec2_item.large .home_sec2_txt{
  padding: 30px 15px 35px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.home_sec2_name{
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.home_sec2_logo{
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_sec2_logo img{
  max-height: 75px;
}
.home_sec2_item.large .home_sec2_logo{
  margin-bottom: 10px;  
}
.home_sec2_link {
  max-width: 200px;
  width: 100%;
  font-size: 14px;
  margin: 20px auto 0;
  padding: 6px;
  background: #898989;
  border: 1px solid #ffffff;
  letter-spacing: 0.075em;
  position: relative;
  color: #ffffff;
}
.home_sec2_link:after{
  content: "\f105";
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.home_sec2_item .home_sec2_img:before{
  padding-top: 70%;
}  

.pg_home .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.home_sec3_bg:before{
  padding-top: 300px;
}
.home_sec3_box{
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.home_sec3_link{
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
  padding: 5px 15px 20px;
  background: rgba(238,238,238,0.65);
  border: 10px solid rgba(152,135,111,0.5);
  display: block;
  text-align: center;
  z-index: 1;
}
.home_sec3_text {
  margin: 15px 0 20px;
}
.home_sec3_bg:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.38);
}



/* コピー用 */
@media (max-width:767px){
  .home_sec2_item + .home_sec2_item{
    margin-top: 10px;
  }
}
@media (min-width:768px){
 
  .pg_home .section.sec1{
    padding-top: 100px;
    padding-bottom: 115px;
  }
  .home_news_ttl1{
    font-size: 30px;
  }
  .home_news_ttl2{
    font-size: 14px;
  }
  .home_news_link {
    width: 190px;
  }
  .pg_home .section.sec2{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .home_sec3_box{
  }
  
  .home_sec3_bg:before{
    padding-top: 330px;
  }
  
  .home_sec2_item {
    width: 33.33%;
  }
  .home_sec2_item.large{
    width: 50%;
  }
  .home_sec2_item.large .home_sec2_img{
    width: 50%;
  }
  .home_sec2_item.large .home_sec2_img:before{
    padding-top: 200px;
  }
  .home_sec2_item.large .home_sec2_txt{
    width: 50%;
  }
  .home_sec2_name {
    font-size: 14px;
  }
  
}
@media (min-width:1024px){
  .home_sec2_item {
    width: 33.33%;
  }
  .home_sec2_item.large {
    width: 50%;
  }
  .home_sec2_item .home_sec2_img{
    width: 100%;
  }
  .home_sec2_item .home_sec2_img:before{
    padding-top: 210px;
  }  
  .home_sec2_item.large .home_sec2_img{
    width: 60%;
  }
  .home_sec2_item.large .home_sec2_img:before{
    padding-top: 300px;
  }
  .home_sec2_item.large .home_sec2_txt{
    width: 40%;
  }
  .home_sec2_item.large .home_sec2_logo{
    margin-bottom: 15px;  
  }
  .home_sec2_name {
    font-size: 15px;
  }
  
  .home_sec3_bg:before{
    padding-top: 480px;
  }
}
@media (min-width:1200px){
  
  .home_sec2_item.large .home_sec2_img{
    width: 320px;
  }
  .home_sec2_item.large .home_sec2_txt{
    width: calc(100% - 320px);
  }
  
}


/*******************************
*　食道園
********************************/
.cmn_logo {
  padding: 20px 0;
  background: #000000;
}
.cmn_logo_item{
  width: 20%;
  padding: 0 1px;
  text-align: center;
  display: flex;
}
.cmn_logo_link{
  width: 100%;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  position: relative;
}
.current .cmn_logo_link:after{
  content: "";
  width: 100%;
  height: 5px;
  background: #cfa972;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.pg_shokudoen{
  margin-bottom: -50px;
  background: url(https://shokudouen.jp/system_panel/uploads/images/shokudoen_bg1.jpg);
  color: #ffffff;
}
.pg_shokudoen .section.sec1{
  padding: 35px 0;
}
.shokudo_sec1_ttl1,
.shokudo_sec1_text1{
  color: #f1eadf;
}
.shokudo_sec1_ttl1{
  margin-bottom: 20px;
}
.shokudo_sec1_ttl1 em{
  font-size: 32px;
  font-style: normal;
  letter-spacing: 0.2em;
}
.shokudo_sec1_box1 {
  margin-top: 30px;
  align-items: flex-start;
}
.shokudo_sec1_box1 .txt{
  margin-top: 15px;
  text-align: center;
}
.shokudo_sec1_box1_img:before{
  padding-top: 72%;
}
.shokudo_sec1_ttl2{
  margin-bottom: 15px;
  margin-left: 0;
}
.pg_shokudoen .shokudo_sec1_ttl2{
  background: -webkit-linear-gradient(#9b743d, #f7cb6b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.shokudo_sec1_ttl3{
  margin-bottom: 20px;
}
.pg_shokudoen .shokudo_sec1_ttl3{
  background: -webkit-linear-gradient(-85deg, #9b743d, #f7cb6b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.shokudo_sec1_ttl3 em{
  font-size: 30px;
  font-style: normal;
}
.shokudo_sec1_box2 {
  margin-top: 30px;
  align-items: flex-start;
}
.shokudo_sec1_box2_img {
  width: 100%;
  order: 1;
}
.shokudo_sec1_box2_img:before{
  padding-top: 80%;
}
.shokudo_sec1_box2_txt{
  order: 2;
  margin-top: 15px;
  text-align: center;
}
.shokudo_sec1_ttl3{
  display: inline-block;
  /*text-align: left;*/  
}

.shokudo_sec2_ttl1{
  background: -webkit-linear-gradient(-85deg, #9b743d, #f7cb6b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.shokudo_sec2_box1 {
  padding: 30px 30px 10px;
  margin-top: 25px;
  background: #eeeeee;
  color: #181818;
  position: relative;
}
.shokudo_sec2_box1:after{
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  left: 6px;
  top: 6px;
  border: 1px solid;
  pointer-events: none;
}
.shokudo_sec2_box1_img {
  width: 100%;
}
.shokudo_sec2_box1_img:before{
  padding-top: 40%;
}
.shokudo_sec2_box1_img img{
  object-fit: contain;
  font-family: 'object-fit: contain';
}
.shokudo_sec2_box1_list {
  margin: 23px -15px;
  display: flex;
  flex-wrap: wrap;
}
.shokudo_sec2_box1_list_item {
  width: 100%;
  padding: 0 35px;
}
.shokudo_sec2_box1_list_item + .shokudo_sec2_box1_list_item{
  margin-top: 15px;
}
.shokudo_sec2_box1_text{
  margin: 5px -2px 0;
  line-break: anywhere;
}
.shokudo_sec2_box1_ttl.yellow {
  background: #fcad03;
}
.shokudo_sec2_box1_ttl.brown{
  background: #59493f;
  color: #ffffff;
}
.shokudo_sec2_box1_ttl.red{
  background: #7d0000;
  color: #ffffff;
}
.shokudo_sec2_box2 {
  margin-top: 20px;
  padding: 18px 7px;
  background: #8b8478;
}
.shokudo_sec2_box2_bg{
  width: 100%;
  padding: 10px;
  background: #eeeeee;
  color: #181818;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.shokudo_sec2_box2_img{
  width: 115px;
}
.shokudo_sec2_box2_img:before{
  padding-top: 132%;
}
.shokudo_sec2_box2_txt{
  width: calc(100% - 115px);
  padding-left: 18px;
}
.shokudo_sec2_box2_cate {
  background: #001c58;
  color: #ffffff;
}
.shokudo_sec2_box2_item{
  display: flex;
}
.shokudo_sec2_box2_ttl{
  margin: 5px 0 3px;
}

.shokudo_tabeho_price3 em{
  font-size: 14px;
  font-style: normal;
}

.cmn_menu_box{
  margin-top: 50px;
}
.pg_shokudoen .section.sec3 {
  padding: 50px 0 80px;
}
.cmn_menu_links {
  font-size: 13px;
  padding: 10px 0;
  margin-bottom: 50px;
  background: #e5e5e5;
  color: #181818;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.cmn_menu_links .flex{
  justify-content: flex-start;
}
.cmn_menu_link{  
  width: 49%;
  padding: 15px 0;
  margin: 5px 0;
  line-height: 1;
  background: #181818;
  color: #ffffff;
  text-align: center;
}
.cmn_menu_link:nth-child(2n){
  margin-left: 2%;
}
.cmn_menu_link:hover{
  color: #ffffff;
}
.cmn_menu_ttl {
  padding: 13px 0;
  margin-bottom: 50px;
  background: url(https://shokudouen.jp/system_panel/uploads/images/cmn_menu_bg1.jpg) no-repeat center / cover;
  text-align: center;
  color: #181818;
  position: relative;
  letter-spacing: 0.075em;
}
.cmn_menu_ttl1{
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.cmn_menu_ttl2{
  max-width: 250px;
  width: 100%;
  padding: 5px;
  font-size: 14px;
  font-weight: 500;
  background: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}
.cmn_menu_box#menu2 {
  margin-top: 45px;
}

.shokudo_tabeho_links .webgene-blog{
  margin: 0 -3px;
  display: flex;
  flex-wrap: wrap;
}
.shokudo_tabeho_links .webgene-item{
  width: 100%;
  padding: 0 3px;
  text-align: center;
}
.shokudo_tabeho_links .webgene-item + .webgene-item{
  margin-top: 10px;
}
.shokudo_tabeho_links .hide{
  display: none;
}
.shokudo_tabeho_caution1 {
  padding: 5px;
  margin: 35px 0 25px;
  border: 1px solid;
}
.shokudo_tabeho_ttl1 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
.shokudo_tabeho_price{
  margin: 0 -5px -15px;
}
.shokudo_tabeho_price_item{
  width: 50%;
  padding: 0 5px;
  display: flex;
}
.shokudo_tabeho_price_item:nth-child(n+3){
  margin-top: 8px;
}
.shokudo_tabeho_price_link{
  width: 100%;
  padding: 15px 10px 5px;
  background: #eeeeee;  
  display: block;
}
.shokudo_tabeho_price_link p{
  color: #181818;
}
.shokudo_tabeho_price_link p.shokudo_tabeho_price1{
  background: #7d0000;
  color: #ffffff;
}
.shokudo_tabeho_price_link p.shokudo_tabeho_price3{
  color: #e20101;
}
.shokudo_tabeho_price_item:nth-child(3) .shokudo_tabeho_price_set1 {
  text-align: left;
  padding-left: 15px;
  line-height: 1.6;
}
.shokudo_tabeho_price_item:nth-child(4) .shokudo_tabeho_price1{
  background: #000000;
}
.shokudo_tabeho_price_item:nth-child(4) .shokudo_tabeho_price2{
  margin-bottom: 9px;
  line-height: 1;
}
.shokudo_tabeho_price_item:nth-child(3) .shokudo_tabeho_price3,
.shokudo_tabeho_price_item:nth-child(4) .shokudo_tabeho_price3{
  letter-spacing: 0.14em;
}
.shokudo_tabeho_price_set {
  align-items: baseline;
  justify-content: center;
  line-height: 1;
}
.shokudo_tabeho_price_set p + p{
  margin-left: 5px;
}
.shokudo_tabeho_price5{
  padding-left: 1em;
  text-indent: -1em;
}
.shokudo_tabeho_caution2 {
  padding: 12px;
  margin-top: 30px;
  background: #ffffff;
  color: #181818;
  position: relative;
}
.shokudo_tabeho_caution2:before{
  content: "";
  width: 59px;
  height: 56px;
  margin: 0 auto 10px;
  background: url(https://shokudouen.jp/system_panel/uploads/images/caution_i.png) no-repeat center / contain;
  display: block;
}
.shokudo_tabeho_caution2 p{
  padding-left: 1em;
  text-indent: -1em;
}

.cmn_menu_box#menu3 {
  margin-top: 30px;
}
.grandmenu_item {
  position: relative;
  display: block;
}
.grandmenu_list .webgene-blog{
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.grandmenu_list .webgene-item:nth-child(n+3),
.grandmenu_list > div:nth-child(n+3){
  margin-top: 15px;
}
.grandmenu_list .hide{
  display: none;
}
.grandmenu_img{
  background: #404040;
}
.grandmenu_img:before{
  padding-top: 72%;
}
.grandmenu_name {
  width: 100%;
  font-size: 10px;
  padding: 7px 0 7px 5px;
  background: rgba(0,0,0,0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #ffffff;
  letter-spacing: -0.05em;
}
.grandmenu_list.drink .grandmenu_name:after{
  display: none;
}
.grandmenu_list .flex{
  margin-top: 5px;
  justify-content: space-between;
}
.grandmenu_link{
  width: 100%;
  font-size: 12px;
  margin-top: 5px;
  background: #ffffff;
  color: #181818;
  text-align: center;
  letter-spacing: 0.075em;
  font-weight: 700;
  display: block;
}
.grandmenu_link:hover{
  color: #181818;
}
.grandmenu_list .webgene-item{
  width: 100%;
}
.grandmenu_link_two .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: space-between;
}
.grandmenu_link p:after{
  content: "＞";
  padding-left: 1em;
  margin-right: -2em;
  display: inline-block;
}
.cmn_menu_box#menu4{
  margin-top: 45px;
}
.shokudo_nomiho_links .webgene-item + .webgene-item{
  margin-top: 10px;
}
.shokudo_nomiho_links .hide{
  display: none;
}
.shokudo_nomiho_links .grandmenu_link{
  letter-spacing: 0;
  padding: 4px;
  margin-top: 8px;  
}
.shokudo_nomiho_img:before{
  padding-top: 70%;
}


/* ↓↓↓ 20230721@メニューテンプレート ↓↓↓ */

.gjs-dashed .menuList01 {
    padding: 30px;
}
  
.menuItem01 .img_fit:before {
    padding-top: 70%;
}

.menuItem01 .hide {
    display: none;
}

/* ↑↑↑ 20230721@メニューテンプレート ↑↑↑ */


.cmn_menu_box#menu5 {
  margin-top: 50px;
}
.cmn_menu_box#menu6 {
  margin-top: 50px;
}
.shokudo_lunch_links .webgene-blog{
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.shokudo_lunch_links .webgene-item{
  width: 50%;
  padding: 0 5px;
}
.shokudo_lunch_links .webgene-item:nth-child(n+3){
  margin-top: 8px;
}
.shokudo_lunch_links .hide{
  display: none;
}

.cmn_menu_box#menu7 {
  margin-top: 50px;
}
.cmn_shop > div + div{
  margin-top: 30px;
}
.cmn_shop_name {
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid;
}
.cmn_shop_info{
  margin-bottom: 30px;
}
.cmn_shop_info > div{
  display: flex;
}
.cmn_shop_info_dl{
  width: 100%;
  padding: 12px 0;
  display: flex;
  border-bottom: 1px dotted;
}
.pg_shokudoen .cmn_shop_info_dt{
  width: 85px;
}
.cmn_shop_info_dd{
  width: calc(100% - 85px);
  line-height: 2;
}
.cmn_shop_map iframe{
  width: 100%;
  height: 300px;
  border: 0;
}
.pg_shokudoen .cmn_shop_map iframe{
  height: 250px;
}
.cmn_shop_gallery{
  margin: 25px -4px 0;
}
.cmn_shop_gallery_item{
  width: 50%;
  padding: 0 4px;
}
.cmn_shop_gallery_item:nth-child(n+3){
  margin-top: 10px;
}
.cmn_shop_gallery_img{
  display:block;
}
.cmn_shop_gallery_img:before{
  padding-top: 79%;
}

.cmn_shop_info_dd p:not(:last-child){
  padding-right: 10px;
}
.cmn_shop_info_dd em {
  font-size: 12px;  
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  line-height: 1.2;
  margin: -5px 0 -2px;
}

.shokudo_course .webgene-item + .webgene-item{
  margin-top: 15px;
}
.shokudo_course .webgene-item img{
  width: 100%;
}
.shokudo_tabeho_price4 {
  font-size: 10px;
  letter-spacing: 0;
}
.shokudo_tabeho_price5 {
  font-size: 12px;
  letter-spacing: 0.07em;
  line-height: 1.4;
  margin-top: 5px;
  margin-right: -5px;
}
.pg_shokudoen .cmn_menu_link{
  background: #8e7028;
}

/*予約バナー*/
.cmn_reserve {
  padding-top: 12px;
  margin-top: 50px; 
  background-size: auto 50px!important;
}
.pg_shokudoen .cmn_reserve {
  background: url(https://shokudouen.jp/system_panel/uploads/images/shokudoen_reserve_bg_sp.jpg) no-repeat left top #ffffff;  
}
.cmn_reserve .flex{
  justify-content: center;
}
.cmn_reserve_left{
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cmn_reserve_right{
  color: #323232;  
}
.cmn_reserve_item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.cmn_reserve_item + .cmn_reserve_item{
  margin-top: 15px;
}
.cmn_reserve_item1 {
  width: 90px;
  font-size: 14px;
  margin-right: 10px;
  background: #c29536;
  color: #ffffff;
  text-align: center;
  align-self: center;
  line-height: 1.85;
  letter-spacing: 0.08em;
}
.cmn_reserve_item2{
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
.cmn_reserve_item3{
  font-size: 12px;
  letter-spacing: 0.16em;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 8px;
}
.cmn_reserve_msg {
  font-size: 14px;
  padding: 10px;
  margin-top: 10px;
  background: #181818;
  text-align: center;
  letter-spacing: 0.2em;
  color: #ffffff;
  line-height: 1.2;
}
.pg_shokudoen .cmn_reserve_msg {
  background: #9b743d;
}
.pg_shokudoen .cmn_reserve_item2{
  width: auto;
}


@media (min-width:768px){  
  .pg_shokudoen{
    margin-bottom: -100px;
  }
  
  .cmn_logo_item:first-child{
    padding-left: 0;
  }
  .cmn_logo_item:last-child{
    padding-right: 0;
  }
  
  .pg_shokudoen .section.sec1{
    padding: 65px 0;
  }
  .shokudo_sec1_ttl1 em{
    font-size: 42px;
  }
  .shokudo_sec1_box1 {
    margin-top: 50px;
  }
  .shokudo_sec1_ttl3 em{
    font-size: 38px;
  }
  .shokudo_sec2_box1 {
    padding: 30px 50px 10px;
  }
  .shokudo_sec2_box1_list {
    margin: 23px -5px;
  }
  .shokudo_sec2_box1_list_item {
    width: 33.33%;
    padding: 0 15px;
  }
  .shokudo_sec2_box1_list_item + .shokudo_sec2_box1_list_item{
    margin-top: 0;
  }
  .shokudo_sec2_box1_img:before{
    padding-top: 270px;
  }
  .shokudo_sec1_box1 .txt{
    margin-top: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
  }
  .shokudo_sec1_ttl2{
    margin-bottom: 0;
    margin-left: 30px;
  }  
  .shokudo_sec1_box2{
    margin-top: 60px;
  }
  .shokudo_sec1_box2_txt {
    width: calc(100% - 300px);
    padding-right: 20px;
    margin-top: 0;
    order: 1;
    text-align: left;
  }
  .shokudo_sec1_box2_img {
    width: 300px;
    order: 2;
  }
  .shokudo_sec2_box2_item {
    width: 50%;
    padding: 0 8px;
  }
  .shokudo_sec2_box2_item:nth-child(n+3){
    margin-top: 8px;
  }
  .shokudo_sec2_box2_ttl {
    font-size: 18px;
    margin: 0;
  }
  .shokudo_sec2_box2_bg{
    min-height: 205px;
    padding: 10px;
  }
  
  .pg_shokudoen .section.sec3{
    padding: 100px 0 140px;
  }
  .cmn_menu_box{
    margin-top: 100px;
  }
  .cmn_menu_links {
    font-size: 13px;
    padding: 15px 0;
    margin-bottom: 100px;
  }
  .cmn_menu_link{
    width: 24%;
    margin: 8px 0;
  }
  .cmn_menu_link + .cmn_menu_link{
    margin-left: 1.33%;
  }
  .cmn_menu_link:nth-child(5n){
    margin-left: 0;
  }
  .cmn_menu_ttl1{
    font-size: 21px;
  }
  .cmn_menu_ttl2{
    max-width: 540px;
    font-size: 16px;
  }
  .cmn_menu_box#menu2{
    margin-top: 95px;
  }
  
  .shokudo_tabeho_links .webgene-item {
    width: 33.33%;
  }
  .shokudo_tabeho_links .webgene-item + .webgene-item{
    margin-top: 0;
  }
  .shokudo_tabeho_links .webgene-item:nth-child(n+4){
    margin-top: 15px;
  }
  .shokudo_tabeho_price3 em{
    font-size: 18px;
  }
  .shokudo_tabeho_caution2 {
    padding-left: 148px;
  }
  .shokudo_nomiho_links .webgene-blog{
    margin: 0 -2px;
    display: flex;
    flex-wrap: wrap;
  }
  .shokudo_nomiho_links .webgene-item{
    width: 50%;
    padding: 0 2px;
  }

  
/* ↓↓↓ 20230721@メニューテンプレート ↓↓↓ */
  
  .menuList01 > section {
    margin: 0 -2px;
    display: flex;
    flex-wrap: wrap;
  }

  .menuItem01 {
      width: 50%;
      padding: 0 2px;
  }

/* ↑↑↑ 20230721@メニューテンプレート ↑↑↑ */

  
  .cmn_menu_box#menu5{
    margin-top: 100px;
  }
  .cmn_menu_box#menu6{
    margin-top: 100px;
  }
  .shokudo_lunch_links .webgene-item{
    width: 25%;
  }
  .shokudo_lunch_links .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .shokudo_lunch_links .webgene-item:nth-child(n+5){
    margin-top: 8px;
  }
  .cmn_menu_box#menu7{
    margin-top: 100px;
  }
  .cmn_shop_info_dd em {
    font-size: 14px;
  }
  .shokudo_sec2_box2_text{
    margin: -2px -2px 0;
  }
  .shokudo_nomiho_links .webgene-item + .webgene-item{
    margin-top: 0;
  }
  .shokudo_nomiho_links .webgene-item:nth-child(n+3){
    margin-top: 10px;
  }   
  .shokudo_tabeho_caution2:before{
    position: absolute;
    left: 42px;
    top: 50%;
    transform: translateY(-50%);
  }
  .grandmenu_name {
    font-size: 16px;
    padding: 7px 15px;
    letter-spacing: 0.08em;
  }
  .grandmenu_name:after{
    font-size: 16px;
    content: "\f054";
    font-weight: 900;
    font-family: 'FontAwesome';
    position: absolute;
      right: 15px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
  }
  .cmn_shop_map iframe{
    height: 420px;
  }
  .pg_shokudoen .cmn_shop_map iframe{
    height: 350px;
  }
  .cmn_shop > div + div{
    margin-top: 0;
  }  
  .cmn_shop_gallery{
    margin: 25px -10px 0;
  }
  .cmn_shop_gallery_item{
    width: 25%;
    padding: 0 10px;
  }
  .pg_shokudoen .cmn_shop_gallery{
    margin: 25px -4px 0;
  }
  .pg_shokudoen .cmn_shop_gallery_item{
    width: 50%;
    padding: 0 4px;
  }
  .cmn_shop_gallery_item:nth-child(n+3){
    margin-top: 0;
  }
  .cmn_shop_gallery_item:nth-child(n+5) {
    margin-top: 20px;
  }
  .pg_shokudoen .cmn_shop_gallery_item:nth-child(n+3){
    margin-top: 10px;
  }
  .shokudo_course .webgene-item + .webgene-item{
    margin-top: 30px;
  }  
  .grandmenu_list .webgene-item{
    width: 48.5%;
  }
  
  .cmn_reserve {
    padding-top: 8px;
    margin-top: 100px;
    background-size: 200px 100%!important;
  }
  .pg_shokudoen .cmn_reserve {
    padding-top: 20px;
    background: url(https://shokudouen.jp/system_panel/uploads/images/shokudoen_reserve_bg.jpg) no-repeat left top #ffffff;
    background-size: 165px 100%!important;
  }
  .cmn_reserve .flex{
    padding-left: 15px;
    padding-right: 5px;
    justify-content: space-between;
    align-items: center;
  }
  .cmn_reserve_left{
    width: 200px;
    font-size: 22px;
    margin-top: 6px;
    margin-bottom: 0;
    padding-left: 10px;
  }
  .cmn_reserve_right {
    width: calc(100% - 200px);
  }
  .pg_shokudoen .cmn_reserve_left{
    width: 150px;
    padding-left: 0;
  }
  .pg_shokudoen .cmn_reserve_right {
    width: calc(100% - 150px);
  }
  .cmn_reserve_item1{
    width: 90px;
    font-size: 12px;
    margin-right: 10px;
  }
  .cmn_reserve_item2{
    width: auto;
    font-size: 28px;
  }
  .cmn_reserve_item3{
    font-size: 10px;
    margin-left: 10px;
  }
  .cmn_reserve_msg {
    font-size: 17px;
    padding: 1px;
    line-height: 1.85;
  }
  .pg_shokudoen .cmn_reserve_msg {
    margin-top: 25px;
  }
}
@media (min-width:1024px){
  .pg_shokudoen{
    margin-bottom: -140px;
  }
  .shokudo_sec1_box1_img:before{
    padding-top: 488px;
  }
  .shokudo_sec1_box2_txt {
    width: calc(100% - 420px);
    padding-right: 20px;
  }
  .shokudo_sec1_box2_img{
    width: 420px;
  }
  .shokudo_sec1_box2_img:before{
    padding-top: 430px;
  }  
  .shokudo_sec1_ttl3 em{
    font-size: 52px;
  }
  .shokudo_sec2_box1 {
    padding: 30px 80px 10px;
  }
  .shokudo_sec2_box1_list {
    margin: 23px -15px;
  }
  .shokudo_sec2_box1_list_item {
    width: 33.33%;
    padding: 0 35px;
  }
  .shokudo_sec1_box2{
    margin-top: 100px;
  }
  .shokudo_sec2_box2_item {
    width: 33.33%;
    padding: 0 8px;
  }
  .shokudo_sec2_box2_item:nth-child(n+3){
    margin-top: 0;
  }
  .shokudo_sec2_box2_bg{
    min-height: 205px;
    padding: 12px;
  }
  .shokudo_sec2_box2_item:nth-child(n+4){
    margin-top: 8px;
  }
  .shokudo_sec2_box2_ttl {
    font-size: 20px;
  }
  .shokudo_sec2_box2_cate {
    font-size: 10px;
  }
  .cmn_menu_links {
    font-size: 15px;
    padding: 25px 0;
  }
  .grandmenu_img:before{
    padding-top: 280px;
  }
  .grandmenu_name {
    font-size: 14px;
  }
  .shokudo_tabeho_price4{
    font-size: 12px;
    letter-spacing: 0.075em;
  }
  .shokudo_tabeho_price5{
    font-size: 13px;
  }
  .shokudo_tabeho_price_item{
    width: 25%;
  }
  .shokudo_tabeho_price_item:nth-child(n+3){
    margin-top: 0;
  }
  .grandmenu_list .webgene-item:nth-child(n+3),
  .grandmenu_list > div:nth-child(n+3){
    margin-top: 0;
  }
  .grandmenu_list .webgene-item:nth-child(n+4),
  .grandmenu_list > div:nth-child(n+4){
    margin-top: 20px;
  }
  .shokudo_lunch_links .webgene-blog{
    margin: 0 -12px;
  }
  .shokudo_lunch_links .webgene-item{
    padding: 0 12px;
  }
  .pg_shokudoen .cmn_shop_info_dt {
    width: 120px;
  }
  .cmn_shop_info_dd{
    width: calc(100% - 120px);
  }
  .pg_shokudoen .shokudo_sec1_ttl1 em {
    font-size: 50px;
  }
  
  .cmn_reserve {
    background-size: 300px 100%!important;
  }
  .pg_shokudoen .cmn_reserve{
    background-size: 300px 100%!important;
  }
  .cmn_reserve .flex{
    padding-left: 15px;
    padding-right: 5px;
    justify-content: space-between;
  }
  .cmn_reserve_left{
    width: 270px;
    font-size: 38px;
    margin-top: 6px;
    padding-left: 15px;
  }
  .pg_shokudoen .cmn_reserve_left{
    width: auto;
    padding-left: 0;
  }
  .cmn_reserve_right {
    width: calc(100% - 280px);
  }
  .pg_shokudoen .cmn_reserve_right{
    width: auto;
  }
  .cmn_reserve_item1{
    width: 110px;
    font-size: 16px;
  }
  .cmn_reserve_item2{
    font-size: 40px;
  }
  .cmn_reserve_item3{
    font-size: 10px;
    margin-left: 10px;
  }
  
}
@media (min-width:1200px){
  
  .shokudo_sec1_box2_txt {
    padding-right: 30px;
    width: calc(100% - 570px);
  }
  .shokudo_sec1_box2_img{
    width: 570px;
  }
  .shokudo_sec2_box1 {
    padding: 30px 130px 10px;
  }
  .shokudo_sec2_box2_ttl {
    font-size: 26px;
  }
  .shokudo_sec2_box2_cate {
    font-size: 14px;
  }
  .shokudo_tabeho_price4{
    font-size: 15px;
  }
  .grandmenu_name {
    font-size: 18px;
  }
  
  .cmn_reserve {
    background-size: auto!important;
  }
  .pg_shokudoen .cmn_reserve{
    background-size: auto!important;
  }
  .cmn_reserve .flex{
    padding-left: 25px;
    padding-right: 15px;
    justify-content: space-between;
  }
  .cmn_reserve_left{
    width: 320px;
    font-size: 34px;
    margin-top: 6px;
    margin-right: 10px;
    padding-left: 35px;
  }
  .pg_shokudoen .cmn_reserve_left{
    font-size: 46px;
  }
  .cmn_reserve_right {
    width: calc(100% - 330px);
  }
  .cmn_reserve_item2{
    font-size: 50px;
  }
  .cmn_reserve_item3{
    font-size: 12px;
    margin-left: 10px;
  }
}



/*******************************
*　じゅうじゅう亭
********************************/

.pg_jujutei .section.sec1{
  padding: 50px 0;
}
.pg_jujutei .shokudo_sec1_ttl2,
.pg_tetsumaru .shokudo_sec1_ttl2{
  display: inline-block;
}
/*.pg_jujutei .shokudo_sec1_ttl2 .end{
  margin-left: 7em;
}
.pg_tetsumaru .shokudo_sec1_ttl2 .end{
  margin-left: 3em;
}*/
.jujutei_sec1_box1_txt,
.jujutei_sec1_box1_img{
  width: 100%;
  text-align: center;
}
.jujutei_sec1_box1_txt{
  margin-top: 15px;
}
.shokudo_sec1_ttl2{
  display: inline-block;
  /*text-align: left;*/
}
.jujutei_sec1_box1_txt .shokudo_sec1_ttl2{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.jujutei_sec1_box1_txt .shokudo_sec1_ttl2 .first{
  width: 100%;
}
.shokudo_sec1_text2{
  text-align: left;
}
.pg_jujutei .shokudo_sec1_ttl1 em {
  font-size: 21px;
}
.pg_jujutei .shokudo_sec1_ttl1, 
.pg_jujutei .shokudo_sec1_text1 {
  color: #181818;
}
.pg_jujutei .shokudo_sec1_ttl2,
.pg_jujutei .shokudo_sec1_ttl3,
.pg_jujutei .shokudo_sec2_ttl1,
.pg_soreccha .shokudo_sec1_ttl2,
.pg_soreccha .shokudo_sec1_ttl3,
.pg_soreccha .shokudo_sec2_ttl1{
  background: 0;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.pg_jujutei .shokudo_sec1_ttl2,
.pg_soreccha .shokudo_sec1_ttl2{
  line-height: 1.2;  
}
.jujutei_sec1_box1_img:before {
  padding-top: 70%;
}
.pg_jujutei .section.sec3 {
  padding: 50px 0 0;
}
.pg_jujutei .cmn_menu_ttl{
  background: url(https://shokudouen.jp/system_panel/uploads/images/jujutei_ttl_bg1.jpg) no-repeat center / cover;  
}
.pg_jujutei .cmn_menu_ttl1{
  color: #ffffff;
}
.pg_jujutei .cmn_menu_ttl2{
  background: #eeeeee;
}
.pg_jujutei .shokudo_tabeho_caution1{
  border-color: #a40000;
}
.pg_jujutei .shokudo_tabeho_caution2{
  background: #eeeeee;
}
.pg_jujutei .shokudo_sec1_ttl3 {
  margin-bottom: 15px;
}
.cmn_shop_info_dt {
  width: 85px;
  padding-left: 10px;
}

.pg_jujutei .cmn_menu_link{
  background: #530206;
}

.pg_jujutei .cmn_reserve {
  background: url(https://shokudouen.jp/system_panel/uploads/images/jujutei_reserve_bg_sp.jpg) no-repeat left top #ffffff;
  border: 1px solid #181818;
}

.pg_jujutei .grandmenu_img{
	background: #fdedbe;
}

@media (min-width:768px){  
  .pg_jujutei .section.sec1{
    padding: 65px 0 75px;
  }
  .jujutei_sec1_box1_txt .shokudo_sec1_ttl2{
    display: block;
  }
  .jujutei_sec1_box1_img:before{
    padding-top: 488px;
  }
  .pg_jujutei .shokudo_sec1_ttl2 {
    margin-bottom: 20px;
  }
  .pg_jujutei .shokudo_sec1_ttl1 em {
    font-size: 42px;
  }
  .pg_jujutei .section.sec3 {
    padding: 80px 0 0;
  }  
  .pg_jujutei .cmn_menu_box#menu3 {
    margin-top: 80px;
  }
  .pg_jujutei .cmn_menu_box#menu4 {
    margin-top: 75px;
  }
  .pg_jujutei .shokudo_sec1_ttl3.mincho{
    line-height: 1.4;
    margin-top: -10px;
  }
  .pg_jujutei .shokudo_sec1_ttl3 em{
    letter-spacing: 0.085em;
  }
  .cmn_shop_info_dt {
    width: 125px;
  }
  .pg_jujutei .shokudo_sec1_ttl2 {
    margin-left: 0;
  }
  .pg_jujutei .cmn_menu_link {
    width: 32%;
  }
  .pg_jujutei .cmn_menu_link:nth-child(n+2){
    margin-left: 2%;
  }
  .pg_jujutei .cmn_menu_link:nth-child(3n+1){
    margin-left: 0;
  }
  
  .pg_jujutei .cmn_reserve {
    background: url(https://shokudouen.jp/system_panel/uploads/images/jujutei_reserve_bg.jpg) no-repeat left top #ffffff;
  }
  .pg_jujutei .shokudo_sec1_ttl2{
    display: block;
  }
  .pg_jujutei .shokudo_sec1_ttl2 .end,
  .pg_tetsumaru .shokudo_sec1_ttl2 .end{
    margin-left: 0;
  }
  .pg_jujutei .shokudo_sec1_ttl2 p,
  .pg_tetsumaru .shokudo_sec1_ttl2 p{
    display: inline;
  }
  .pg_jujutei .shokudo_sec1_ttl2 p br{
    display: none;
  }
  .jujutei_sec1_box1_txt{
    text-align: left;
  }
  
}
@media (min-width:1024px){
  
  .jujutei_sec1_box1_txt {
    width: 445px;
    margin-top: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .jujutei_sec1_box1_img {
    width: calc(100% - 445px);
  }
  .pg_jujutei .shokudo_sec1_ttl2 {
    margin-bottom: 0;
    margin-left: 20px;
  }
  .pg_jujutei .shokudo_sec1_ttl1 em {
    font-size: 50px;
  }
  .pg_jujutei .shokudo_sec1_ttl2 {
    margin-left: 20px;
  }
  .pg_jujutei .cmn_menu_link {
    width: 19.2%;
  }
  .pg_jujutei .cmn_menu_link:nth-child(n+2){
    margin-left: 1%;
  }
  .pg_jujutei .cmn_menu_link:nth-child(6n){
    margin-left: 0;
  }
  .pg_jujutei .shokudo_sec1_ttl2,
  .pg_tetsumaru .shokudo_sec1_ttl2{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .pg_jujutei .shokudo_sec1_ttl2 .end,
  .pg_tetsumaru .shokudo_sec1_ttl2 .end{
    align-self: flex-end;
  }
  .pg_jujutei .shokudo_sec1_ttl2 p br{
    display: block;
  }
  
}
@media (min-width:1200px){
  
}


/*******************************
*　それっちゃ
********************************/
.pg_soreccha{
  padding-bottom: 80px;
  margin-bottom: -80px;
  background: url(https://shokudouen.jp/system_panel/uploads/images/sore_bg4.jpg?2);
}
.pg_soreccha .section.sec1{
  padding: 50px 0;
  background: url(https://shokudouen.jp/system_panel/uploads/images/sore_bg4.jpg?2);
  color: #ffffff;
}
.sore_sec1_ttl1{
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
}
.sore_sec1_bg{
  padding: 30px 0;
  background: url(https://shokudouen.jp/system_panel/uploads/images/sore_bg2.jpg);
}
.sore_sec1_bg .shokudo_sec1_box2{
  margin-top: 0;
}
.sore_sec1_bg .sore_sec1_ttl1{
  margin-bottom: 15px;
  color: #f1eadf;
}
.sore_sec1_bg .shokudo_sec1_text2{
  color: #ffffff;
}
.shokudo_sec1_ttl1,
.shokudo_sec1_text1{
  color: #ffffff;
}

.pg_soreccha .cmn_menu_links{
  background: #ffffff;
}
.pg_soreccha .cmn_menu_link{
  background: #5f170f;
}
.pg_soreccha .cmn_menu_ttl{
  background: url(https://shokudouen.jp/system_panel/uploads/images/sore_ttl_bg1.jpg);  
}
.pg_soreccha .cmn_menu_ttl1{
  color: #ffffff;
}
.pg_soreccha .shokudo_sec1_ttl2 {
  margin-bottom: 20px;
  margin-left: 0;
}

.pg_soreccha .section.sec3 {
  padding-bottom: 40px;
  color: #ffffff;
}

.pg_soreccha .cmn_menu_box#menu5{
  color: #ffffff;  
}

.pg_soreccha .cmn_reserve{
  background: url(https://shokudouen.jp/system_panel/uploads/images/soreccha_reserve_bg_sp.jpg) no-repeat left top #ffffff;
}
.pg_soreccha .shokudo_sec1_ttl1 em{
  font-size: 22px;
  letter-spacing: 0;
  margin: 0 -20px;
}
.sore_sec1_ttl1 {
  letter-spacing: 0.075em;
}

.pg_soreccha .grandmenu_img{
	background: #1a1a1a;
}

@media (min-width:768px){  
  
  .pg_soreccha .section.sec1{
    padding: 70px 0 35px;
  }
  .pg_soreccha .shokudo_sec1_ttl1 em {
    font-size: 32px;
    letter-spacing: 0.2em;
    margin: 0;
  }
  .pg_soreccha .shokudo_sec1_box1 {
    margin-top: 80px;
  }
  .sore_sec1_bg{
    padding: 45px 0 55px;
  }
  .pg_soreccha .shokudo_sec1_box2_img{
    order: 1;
  }
  .pg_soreccha .shokudo_sec1_box2_txt{
    order: 2;
    padding-left: 30px;
    padding-right: 0;
  }
  .sore_sec1_ttl1{
    margin-right: -30px;
    margin-bottom: 10px;
    text-align: left;
  }
  .sore_sec1_bg .shokudo_sec1_box2_img{
    order: 2;
  }
  .sore_sec1_bg .shokudo_sec1_box2_txt{
    order: 1;
    padding-left: 0;
    padding-right: 20px;
  }
  .sore_sec1_bg .sore_sec1_ttl1{
    margin-right: 0;
    margin-bottom: 20px;
  }
  .pg_soreccha .cmn_menu_links {
    margin-bottom: 80px;
  }
  .pg_soreccha .cmn_menu_box#menu3 {
    margin-top: 100px;
  }
  .pg_soreccha{
    padding-bottom: 150px;
    margin-bottom: -150px;
  }
  .pg_soreccha .section.sec3{
    padding-bottom: 60px;
  }
  .pg_soreccha .cmn_menu_box#menu4 {
    margin-top: 100px;
  }
  .pg_soreccha .shokudo_sec1_text2{
    margin-right: -5px;
  }
  
  .pg_soreccha .cmn_reserve{
    background: url(https://shokudouen.jp/system_panel/uploads/images/soreccha_reserve_bg.jpg) no-repeat left top #ffffff;
  }
  .pg_soreccha .sore_sec1_ttl1 {
    display: flex;
    flex-wrap: wrap;
  }
  .pg_soreccha .sore_sec1_ttl1 .end {
    margin-left: 3em;
  }
}
@media (min-width:1024px){
  .pg_soreccha .shokudo_sec1_box2 {
    margin-top: 55px;
  }
  .pg_soreccha .shokudo_sec1_box2_txt{
    padding-left: 40px;
  }
  .sore_sec1_bg{
    padding: 10px 0 55px;
  }
  .sore_sec1_bg .shokudo_sec1_box2_txt{
    padding-left: 0;
    padding-right: 30px;    
  }
  .pg_soreccha{
    padding-bottom: 200px;
    margin-bottom: -200px;
  }
  .shokudo_sec1_ttl2 {
    margin-bottom: 0;
    margin-left: 30px;
  }
  .mincho.sore_sec1_ttl1 {
    font-size: 36px;
  }
  .pg_soreccha .shokudo_sec1_ttl2{
    margin-left: 35px;
  }
  .pg_soreccha .shokudo_sec1_text2{
    margin-right: 0;
  }
  .pg_soreccha .shokudo_sec1_ttl1 em {
    font-size: 42px;
  }
  .sore_sec1_ttl1 {
    letter-spacing: 0;
  }
  .pg_soreccha .sore_sec1_ttl1 .end {
    margin-left: 2.8em;
  }
  .pg_soreccha .sore_sec1_ttl1 {
    display: block;
  }
  
}
@media (min-width:1200px){
  .mincho.sore_sec1_ttl1 {
    font-size: 40px;
  }
  .pg_soreccha .shokudo_sec1_ttl1 em {
    font-size: 48px;
  }
  .sore_sec1_ttl1 {
    letter-spacing: 0.075em;
  }
  
}


/*******************************
*　Tetsumaru
********************************/
.pg_tetsumaru{
  padding-bottom: 80px;
  margin-bottom: -80px;
  background: #30241a;
  color: #ffffff;
}
.pg_tetsumaru .section.sec1{
  padding: 50px 0;
  background: url(https://shokudouen.jp/system_panel/uploads/images/tetsu_bg2.jpg) no-repeat center top / cover;
}
.tetsu_sec1_box {
  padding: 20px;
  background: url(https://shokudouen.jp/system_panel/uploads/images/tetsu_bg1.jpg);
  position: relative;
}
.tetsu_sec1_box:after{
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid;
  pointer-events: none;
}
.tetsu_sec1_ttl{
  margin-bottom: 15px;
}
.pg_tetsumaru .shokudo_sec1_ttl2 {
  line-height: 1.35;
}
.pg_tetsumaru .sore_sec1_ttl1{
  color: #f1eadf; 
}
.pg_tetsumaru .cmn_menu_links{
  background: #ffffff;
}
.pg_tetsumaru .cmn_menu_link{
  background: #543f2e;
}
.pg_tetsumaru .cmn_menu_ttl {
  background: url(https://shokudouen.jp/system_panel/uploads/images/tetsu_ttl_bg1.jpg) no-repeat center / cover;
}
.pg_tetsumaru .cmn_menu_ttl1{
  color: #ffffff;
}
.tetsu_grandmenu_ttl1 {
  padding: 8px;
  margin: 30px 0 25px;
  background: #000000;
  color: #f1eadf;
}

.pg_tetsumaru .cmn_reserve{
  background: url(https://shokudouen.jp/system_panel/uploads/images/tetsumaru_reserve_bg_sp.jpg) no-repeat left top #ffffff;
}

.pg_tetsumaru .grandmenu_img{
	background: #201710;
}


@media (min-width:768px){  
  .pg_tetsumaru{
    padding-bottom: 150px;
    margin-bottom: -150px;
  }
  .pg_tetsumaru .section.sec1{
    padding: 80px 0 190px;
  }
  .tetsu_sec1_box {
    padding: 30px;
  }
  .tetsu_sec1_ttl{
    margin-bottom: 38px;
  }
  .shokudo_sec1_box2 + .shokudo_sec1_box1{
    margin-top: 80px;
  }
  .pg_tetsumaru .shokudo_sec1_ttl2 {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .pg_tetsumaru .shokudo_sec1_box1 {
    margin-top: 80px;
  }
  .pg_tetsumaru .shokudo_sec1_box2 {
    margin-top: 85px;
  }
  .pg_tetsumaru .cmn_menu_box#menu3,
  .pg_tetsumaru .cmn_menu_box#menu4{
    margin-top: 100px;
  }
  .pg_tetsumaru .shokudo_sec1_box2_txt,
  .pg_shabujin .shokudo_sec1_box2_txt{
    width: 100%;
    order: 2;
  }
  .pg_tetsumaru .shokudo_sec1_box2_img,
  .pg_shabujin .shokudo_sec1_box2_img{
    width: 100%;
    margin-bottom: 15px;
    order: 1;
  }
  .mincho.tetsu_sec1_ttl.tb_nobr {
    font-size: 22px;
  }
  .pg_soreccha .cmn_menu_link {
    width: 32%;
  }
  .pg_soreccha .cmn_menu_link:nth-child(n+2){
    margin-left: 2%;
  }
  .pg_soreccha .cmn_menu_link:nth-child(3n+1){
    margin-left: 0;
  }
  .pg_tetsumaru .cmn_reserve{
    background: url(https://shokudouen.jp/system_panel/uploads/images/tetsumaru_reserve_bg.jpg) no-repeat left top #ffffff;
  }
}
@media (min-width:1024px){
  
  .pg_tetsumaru{
    padding-bottom: 200px;
    margin-bottom: -200px;
  }
  .shokudo_sec1_box2 + .shokudo_sec1_box1 .jujutei_sec1_box1_img:before {
    padding-top: 430px;
  }
  .pg_tetsumaru .shokudo_sec1_ttl2 {
    margin-right: -8px;
    margin-bottom: 0;
  }
  .pg_tetsumaru .shokudo_sec1_box2_txt,
  .pg_shabujin .shokudo_sec1_box2_txt{
    width: calc(100% - 420px);
    order: 1;
  }
  .pg_tetsumaru .shokudo_sec1_box2_img,
  .pg_shabujin .shokudo_sec1_box2_img{
    width: 420px;
    margin-bottom: 0;
    order: 2;
  }
  .pg_tetsumaru .shokudo_sec1_ttl2 {
    margin-left: 25px;
  }
  .pg_tetsumaru .shokudo_sec1_box2 .shokudo_sec1_text2{
    margin-right: -5px;
  }
  .mincho.tetsu_sec1_ttl.tb_nobr {
    font-size: 24px;
  }
  
}
@media (min-width:1200px){
  .pg_tetsumaru .shokudo_sec1_box2_txt,
  .pg_shabujin .shokudo_sec1_box2_txt{
    width: calc(100% - 570px);
    order: 1;
  }
  .pg_tetsumaru .shokudo_sec1_box2_img,
  .pg_shabujin .shokudo_sec1_box2_img{
    width: 570px;
    margin-bottom: 0;
    order: 2;
  }
  
}


/*******************************
*　しゃぶ仁
********************************/
.pg_shabujin{
  padding-bottom: 80px;
  margin-bottom: -80px;
  color: #ffffff;
  background: url(https://shokudouen.jp/system_panel/uploads/images/shabujin_bg1.jpg);
}
.pg_shabujin .section.sec1{
  padding: 50px 0;
}
.pg_shabujin .shokudo_sec1_ttl1 em {
  font-size: 22px;
  letter-spacing: 0.15em;
}
.pg_shabujin .shokudo_sec1_ttl1 em br{
  display: none;
}
.pg_shabujin .shokudo_sec1_ttl2 {
  margin-left: 0;
}
.pg_shabujin .shokudo_sec1_ttl2 p{
  display: inline;
}
.pg_shabujin .shokudo_sec1_ttl2{
  line-height: 1.3;
}
.pg_shabujin .cmn_menu_ttl {
  background: url(https://shokudouen.jp/system_panel/uploads/images/shabu_ttl_bg1.jpg) no-repeat center / cover;
}
.pg_shabujin .cmn_menu_ttl1{
  color: #ffffff;
}
.pg_shabujin .sore_sec1_ttl1 .end{
  margin-left: 0;
}

.pg_shabujin .cmn_menu_link{
  background: #2a2a2a;
}
.pg_shabujin .cmn_reserve{
  background: url(https://shokudouen.jp/system_panel/uploads/images/shabujin_reserve_bg_sp.jpg) no-repeat left top #ffffff;
}

.pg_shabujin .grandmenu_img{
	background: #d8c281;
}

@media (min-width:768px){   
  .pg_shabujin{
    padding-bottom: 150px;
    margin-bottom: -150px;
  }
  .pg_shabujin .section.sec1{
    padding: 70px 0 80px;
  }
  .pg_shabujin .shokudo_sec1_box1 {
    margin-top: 75px;
  }
  .pg_shabujin .shokudo_sec1_box2 + .shokudo_sec1_box1{
    margin-top: 100px;
  }
  .pg_shabujin .cmn_menu_box#menu2 {
    margin-top: 80px;
  }
  .pg_shabujin .cmn_menu_box#menu3 {
    margin-top: 80px;
  }
  .pg_shabujin .cmn_menu_box#menu4 {
    margin-top: 80px;
  }
  .pg_shabujin .cmn_menu_box#menu5 {
    margin-top: 80px;
  }
  .pg_shabujin .cmn_menu_box#menu7 {
    margin-top: 80px;
  }
  .pg_shabujin .shokudo_sec1_ttl1 em {
    font-size: 34px;
  }
  .pg_shabujin .shokudo_sec1_ttl1 em br{
    display: block;
  }
  
  .pg_shabujin .cmn_reserve{
    background: url(https://shokudouen.jp/system_panel/uploads/images/shabujin_reserve_bg.jpg) no-repeat left top #ffffff;
  }
  .pg_shabujin .shokudo_sec1_ttl2{
    margin-bottom: 20px;
  }

  .pg_shabujin .sore_sec1_ttl1{
    display: flex;
    flex-wrap: wrap;
  }
  .pg_shabujin .sore_sec1_ttl1 .end{
    margin-left: 0;
  }
  
  .pg_shabujin .shokudo_sec1_ttl2 .end{
    margin-left: -8px;
  }
}
@media (min-width:1024px){
  
  .pg_shabujin{
    padding-bottom: 200px;
    margin-bottom: -200px;
  }
  .pg_shabujin .shokudo_sec1_ttl2 {
    margin-left: 25px;
  }
  .pg_shabujin .shokudo_sec1_ttl2 .end{
    margin-top: 2em;
  }
  .pg_shabujin .shokudo_sec1_box2 {
    margin-top: 90px;
  }
  .pg_shabujin .shokudo_sec1_box2 + .shokudo_sec1_box1 .jujutei_sec1_box1_img:before {
    padding-top: 490px;
  }
  .pg_shabujin .shokudo_sec1_ttl1 em {
    font-size: 42px;
  }
  .pg_shabujin .shokudo_sec1_ttl2 p{
    display: block;
  }
  
  .pg_shabujin .sore_sec1_ttl1 .end{
    margin-left: 2em;
  }
  .pg_shabujin .sore_sec1_ttl1{
    display: block;
  }
  
}


/*******************************
*　採用情報
********************************/
.pg_recruit .section.sec1{
  padding: 50px 0 80px;
}
.recruit_sec1_img1:before{
  padding-top: 40%;
}
.recruit_sec1_ttl {
  margin: 30px 0 15px;
  letter-spacing: 0.075em;
}
.recruit_sec1_ttl2{
  letter-spacing: 0.075em;
}
.recruit_sec1_ttl2 em{
  font-size: 30px;
  font-style: normal;
}
.recruit_sec1_ttl2{
  margin-bottom: 15px;
}

.recruit_sec2_list > div + div{
  margin-top: 30px;
}
.recruit_sec2_item{
  align-items: flex-start;
  justify-content: center;
}
.recruit_sec2_img{
  max-width: 210px;
  width: 100%;
  margin-bottom: 15px;
}
.recruit_sec2_img:before{
  padding-top: 118%;
}
.recruit_sec2_ttl {
  padding: 13px;
  margin-bottom: 30px;
  background: #f8f5f0;
}
.recruit_sec2_ttl2 {
  padding: 1px 0;
  padding-left: 7px;
  background: #bbaa8e;
  color: #ffffff;
}
.recruit_sec2_catch{
  padding: 12px 0 8px;
  padding-left: 7px;
}
.recruit_sec2_text{
  padding-left: 7px;
}
.recruit_sec2_text p{
  margin-top: 0;
}

.pg_recruit .cmn_menu_ttl {
  background: #98876f;
}
.pg_recruit .cmn_menu_ttl1{
  color: #ffffff;
}
.pg_recruit .cmn_menu_ttl2{
  background: #eeeeee;
}

.pg_recruit .section.sec3 {
  padding: 60px 0 0;
}
.recruit_links{
  margin: 30px -15px 50px;
}
.recruit_links > div + div{
  margin-top: 10px;
}
.recruit_link1 {
  padding: 8px;
  display: block;
  border: 1px solid #c9c9c9;
  border-bottom: 5px solid #98876f;
}
.recruit_sec3_item_ttl {
  padding: 12px;
  margin-bottom: 25px;
  background: #eeeeee;
}
.recruit_sec3_item{
  margin-top: 50px;
}

.entry_link {
  max-width: 450px;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  margin: 32px auto 0;
  border: 0;
  background: #a6937c;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}

.table_rows_td .address p{
  line-height: 1.5;
}
.table_rows_td .address p + p{
  margin-top: 10px;
}

.recruit_link {    
  font-size: 14px;
  padding: 3px 20px;
  display: inline-block;
  background: #181818;
  color: #ffffff;
  border-radius: 5px;
}
.recruit_link:hover{
  color: #ffffff;
}
.recruit_link p:before{
  content: "\f1c1";
  margin-right: 5px;
  font-family: 'FontAwesome';
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
}

@media (min-width:768px){  
  .pg_recruit .section.sec1{
    padding: 80px 0 100px;
  }  
  .recruit_sec1_ttl {
    margin: 45px 0 25px;
    letter-spacing: 0;
  }
  .recruit_sec1_ttl2{
    margin-bottom: 30px;
  }
  .recruit_sec1_ttl2 em{
    font-size: 38px;
  }
  .recruit_sec1_ttl2{
    letter-spacing: 0;
  }
  .recruit_sec1_list {
    margin-top: 115px;
  }
  .recruit_sec1_list > div{
    margin-top: 100px; 
  }
  .recruit_sec1_list > div:nth-child(even) .shokudo_sec1_box2_img{
    order: 1;
  }
  .recruit_sec1_list > div:nth-child(even) .shokudo_sec1_box2_txt{
    padding-right: 0;
    padding-left: 30px;
    order: 2;
  }
  .recruit_sec1_list > div:nth-child(even) .mincho.recruit_sec1_ttl2{
    line-height: 2em;
    margin-top: -15px;
  }
  .recruit_sec2_ttl {
    margin-bottom: 60px;
  }
  .recruit_sec2_txt {
    width: 100%;
    padding-left: 0;
  }
  .recruit_sec2_list > div + div{
    margin-top: 0;
  }
  .recruit_sec2_list > div:nth-child(n+3){
    margin-top: 50px;
  }
  .pg_recruit .section.sec3{
    padding: 50px 0 0;
  }    
  .recruit_links{
    margin: 75px -15px 120px;
  }
  .recruit_links > div + div{
    margin-top: 0;
  }
  .recruit_sec3_item{
    margin-top: 60px;
  }
  .table_rows_th,
  .table_rows_td{
    padding: 17px 10px;
  }
  .pg_recruit .table_rows_th,
  .pg_recruit .table_rows_td{
    padding: 10px;
  }
  .table_rows_th{
    width: 140px;
  }
  .pg_recruit .table_rows_td{
    padding-left: 30px;
  }
  .pg_recruit .shokudo_sec1_text2{
    margin-right: -5px;
  }
  .entry_link {
    margin-top: 50px;
  }
}
@media (min-width:1024px){
  .recruit_sec1_img1:before{
    padding-top: 500px;
  }
  .recruit_sec1_ttl2 em{
    font-size: 52px;
  }
  
  .recruit_sec1_list > div:nth-child(even) .shokudo_sec1_box2_txt{
    padding-left: 40px;
  }
  .table_rows_th{
    width: 284px;
  }

  .recruit_sec2_ttl2{
    font-size: 14px;
  }
  .recruit_sec2_img {
    margin-bottom: 0;
  }
  .recruit_sec2_txt {
    width: calc(100% - 210px);
    padding-left: 15px;
  }
  .pg_recruit .shokudo_sec1_text2{
    margin-right: 0;
  }
  .pg_recruit .section.sec3{
    padding: 100px 0 0;
  }    
  
}
@media (min-width:1200px){
  .recruit_sec1_ttl {
    letter-spacing: 0.075em;
  } 
  .recruit_sec1_ttl2{
    letter-spacing: 0.075em;
  }
  .recruit_sec2_ttl2{
    font-size: 16px;
  }
}

/*******************************
*　会社概要
********************************/
.pg_company .section.sec1{
  padding: 50px 0;
}
.company_ttl1 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}
.company_sec1_text > div + div{
  margin-top: 30px;
}
.pg_company .table_rows_th{
  font-weight: 400;
}
.company_history {
  margin-top: 30px;
  align-items: flex-start;
}
.company_history_img {
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.company_history_img .img_fit{
  width: 49%;
}
.company_history_img .img_fit:nth-child(even){
  margin-left: 2%;
}
.company_history_img .img_fit:nth-child(n+3){
  margin-top: 10px;
}
.company_history_img .img_fit:before{
  padding-top: 65.24%;
}
.company_history_item{
  font-size: 13px;
  letter-spacing: 0.075em;
  align-items: flex-start;
}
.company_history_item + .company_history_item{
  margin-top: 10px;
}
.company_history_txt1{
  width: 173px;
}
.company_history_txt2{
  width: 100%;
  min-height: 30px;
  padding-bottom: 10px;
  line-height: 1.33;
  border-left: 0;
  border-bottom: 1px solid;
}

.pg_company .section.sec3 {
  padding: 80px 0;
}

.pg_company .table_rows_td{
  letter-spacing: -0.02em;
}

@media (min-width:768px){  
  .pg_company .section.sec1{
    padding: 120px 0 112px;
  }
  .company_sec1_text > div + div{
    margin-top: 65px;
  }
    
  .pg_company .section.sec3{
    padding: 120px 0 195px;
  }
  .company_history {
    margin-top: 70px;
  }
  .company_history_item + .company_history_item{
    margin-top: 20px;
  }
  .company_history_txt{
    padding-right: 15px;
  }
  .company_history_txt1 p,
  .company_history_txt2 p{
    margin-top: -5px;
  }
  .company_history_txt1{
    width: 133px;
  }
  .company_history_txt2{
    width: calc(100% - 133px);
    padding-left: 18px;
    border-left: 1px solid;
    border-bottom: 0;
  }
  .company_history_img{
    width: 150px;
    display: block;
    margin: 0;
  }
  .company_history_img .img_fit{
    width: 100%;
    padding: 0;
  }
  .company_history_img .img_fit:nth-child(even){
    margin-left: 0;
  }
  .company_history_img .img_fit:nth-child(n+3){
    margin-top: 0;
  }
  .company_history_img .img_fit + .img_fit{
    margin-top: 3px;
  }
  .company_history_txt{
    width: calc(100% - 150px);
  }
  

}
@media (min-width:1024px){
  .pg_company .table_rows_th{
    padding-left: 30px;
  }
  .pg_company .table_rows_td{
    padding-left: 60px;
  }
  .company_history_img{
    width: 210px;
  }
  .company_history_txt{
    width: calc(100% - 210px);
  }
  .company_sec1_text{
    letter-spacing: -0.02em;
  }
  .company_history_item{
    font-size: 15px;
  }
  .company_history_txt1{
    width: 173px;
  }
  .company_history_txt2{
    width: calc(100% - 173px);
    min-height: 50px;
  }
  .pg_company .table_rows_td{
    letter-spacing: 0.12em;
  }
  
}
@media (min-width:1200px){
  .company_sec1_text{
    letter-spacing: 0.075em;
  }
  
}


/* コピー用 */
@media (max-width:767px){
  
}
@media (min-width:768px){  
  
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  
}
