@charset "UTF-8";


/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 2.125;
  color: #181818;
  background: url(/system_panel/uploads/images/bg1.jpg) left top;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p, a, h1, h2, h3, h4{
  transform: rotate(0.05deg);
}

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

div#root {
  overflow: hidden;
}

@media (max-width:767px){
  body{
  }

  #chatbot-btn {
    bottom: 55px!important;
    z-index: 5;
  }
}
@media(min-width:768px){
  body{
    padding-left: 75px;
  }
}
@media(min-width:1024px){
  body{
    padding-left: 100px;
  }
}

.mincho{
  font-family: 'Noto Serif JP', serif;
}
.zenold{
  font-family: "Zen Old Mincho", serif;
}
.bellefair{
  font-family: "Bellefair", 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;
}

a.img_fit{
  display: block;
}

/* 動画埋め込みのレスポンシブ対応 */
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%;
}

.gjs-dashed .responsive_video:before{
  display: none;
}
.gjs-dashed .responsive_video [data-gjs-type="video"]:before{
  content: "";
  display: block;
  padding-top:56.25%;
  pointer-events: none;
}


/* 指定デバイスのみで表示するclass */
@media (min-width:1200px){
  .md:not(.pc){
    display: none;
  }
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:1023px) and (max-width:1199px){
  .pc:not(.md){
    display: none;
  }
  .tb:not(.md){
    display: none;
  }
  .sp:not(.md){
    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:1200px){
  .pc_nobr br{
    display: none !important;
  }
}
@media (min-width:1024px) and (max-width:1199px){
  .md_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;
}

/*******************************
*　ヘッダー
********************************/
.hdr_menu{
  width: 46px;
  padding-top: 30px;
  display: inline-block;
  position: relative;
  line-height: 1;
}
.hdr_menu_i{
  width: 45px;
  height: 2px;
  background: #4c4c4c;
  transition: all .4s;
  position: absolute;
  right: 0;
  top: 0;
}
/*.gnav .hdr_menu_i{
  background: #fff;
}*/
.hdr_menu_i + .hdr_menu_i{
  width: 40px;
  top: 11px;
}
.hdr_menu_i + .hdr_menu_i + .hdr_menu_i{
  width: 35px;
  top: 22px;
}
.hdr_menu.active .hdr_menu_i:nth-of-type(1) {
  top: 10px;
  left: 3px;
  transform: rotate(-45deg);
  width: 40px;
}
.hdr_menu.active .hdr_menu_i:nth-of-type(2) {
  opacity: 0;
}
.hdr_menu.active .hdr_menu_i:nth-of-type(3) {
  top: 16px;
  left: 3px;
  transform: translateY(-6px) rotate(45deg);
  width: 40px;
}
.hdr_menu p{
  margin-top: 12px;
}
.hdr_sns_links a{
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.hdr_sns_links a:hover{
  opacity: 1;
}
.hdr_sns_links a img{
  transition: 0.2s;
}
.hdr_sns_links a img:hover{
  scale: 1.1;
  opacity: 1;
}

.pg_header{
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}
.pg_header .hdr_ttl{
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pg_header .hdr_ttl_en{
  font-size: 36px;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
  line-height: 0.97;
}
.pg_header .hdr_ttl_ja{
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.hdr_img:before{
  padding-top: 150px;
}


@media (min-width:768px){
  .header{
    width: 75px;
    height: 100vh;
    padding: 25px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    border-right: 1px solid #b3b3b3;
    background: #f7f7f7;
    overflow-y: auto;
  }
  @supports (-webkit-touch-callout: none) {
    .header {
      height: 100dvh;
    }
  }
  .hdr_sns_links .mincho{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .hdr_sns_links a + a{
    margin-top: 15px;
  }

  .pg_header{
    margin-bottom: 80px;
  }
  .hdr_img:before{
    padding-top: 300px;
  }
  .pg_header .hdr_ttl {
    min-height: 300px;
    padding-top: 30px;
  }
  .pg_header .hdr_ttl_en{
    font-size: 70px;
  }
  .pg_header .hdr_ttl_ja{
    font-size: 28px;
  }

  /*.gnav {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .gnav .gnav_item {
    font-size: 15px;
    padding: 0;
    font-weight: 500;
  }*/

}
@media (min-width:1024px){
  .header{
    width: 100px;
    padding: 25px 10px 50px;
  }

  .pg_header{
    margin-bottom: 115px;
  }
  .hdr_img:before{
    padding-top: 400px;
  }
  .pg_header .hdr_ttl {
    min-height: 426px;
    padding-top: 50px;
  }
  .pg_header .hdr_ttl_en{
    font-size: 86px;
  }
  .pg_header .hdr_ttl_ja{
    font-size: 32px;
  }

}
@media (min-width:1200px){
  .hdr_img:before{
    padding-top: 580px;
  }

}

@media (max-width:767px){
  .header{
    padding: 5px 15px;
    background: #f7f7f7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #b3b3b3;
  }
  .header > .hdr_menu{
    display: none;
  }
  .hdr_sns_links{
    display: flex;
    align-items: center;
  }
  .hdr_sns_links a{
    margin-left: 10px;
  }
  .hdr_logo img{
    width: 50px;
  }

  /* スマホ用
  .gnav{
    display:block !important;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;
    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;
  } */



}



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

.footer{
  margin-top: 80px;
  padding: 50px 0 0;
  background: url(/system_panel/uploads/images/bg2.jpg);
  color: #fff;
  position: relative;
  z-index: 0;
}
.footer:before{
  background: rgba(0,0,0,0.35);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
  z-index: -1;
}
.footer > .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ftr1_box1{

}
.ftr1_box2{

}

.ftr_logo{
  width: fit-content;
  display: block;
  margin: 0 auto 25px;
}
.ftr_name{
  font-size: 20px;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
.ftr_name + .ftr_name{
  letter-spacing: 0.2em;
}
.ftr_sns_box {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.ftr_sns_box p{
  margin-right: -3px;
}
.ftr_sns{
  margin-left: 20px;
  line-height: 1;
  transition: 0.2s;
}
.ftr_sns + .ftr_sns{
  margin-left: 20px;
}
.ftr_sns:hover{
  scale: 1.1;
  opacity: 1;
}
.ftr_addr{
  line-height: 2.875;
}

/*.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: 14px;
  padding: 25px 0;
  text-align: center;
  letter-spacing: 0.2em;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1000;
  flex-wrap: wrap;
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #fff;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix > a:hover{
  opacity: 1;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid #e8e8e8;
}
.footer_fix .footer_fix_item_1 img{
  width: 25px;
  height: auto;
  margin-bottom: 5px;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: #a7a7a7;
}
.footer_fix > a i{
  font-size: 24px;
  margin-bottom: 5px;
}
.footer_fix .footer_fix_item_1.remorte i{
  margin-bottom: 0;
}

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



@media (min-width:375px){

}

@media (min-width:768px){
  .footer{
    margin-top: 150px;
    padding: 80px 0 0;
  }
  .ftr_links{
    margin-top: 96px;
    padding: 25px 0;
    background: #fff;
    color: #181818;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
  }
  .ftr_links:before{
    content: "";
    width: 100%;
    height: calc(100% - 20px);
    left: 0;
    top: 10px;
    border-top: 1px solid #0d0d0d;
    border-bottom: 1px solid #0d0d0d;
    position: absolute;
    pointer-events: none;
  }
  .ftr_link{
    font-size: 14px;
    margin: 0 20px;
    letter-spacing: 0.075em;
  }
  .ftr_links:hover .ftr_link{
    opacity: 0.3;
  }
  .ftr_links:hover .ftr_link:hover{
    opacity: 1;
  }
  .ftr_right{
    margin-top: 30px;
    margin-right: -8px;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 200px;
    padding: 100px 0 0;
  }
  .ftr_right{
    margin-top: 50px;
  }
  .ftr_link {
    margin: 0 6px;
  }
}
@media (min-width:1200px){
  .footer > .container{
    justify-content: space-between;
  }
  .ftr_right{
    margin-top: 0;
  }
  .ftr_link {
    margin: 0 18px;
  }
  .ftr_sns_box{
    justify-content: flex-start;
  }

}
@media (min-width:1500px){
  .ftr_link {
    margin: 0 23px;
  }

}
@media (max-width:767px){
  .ftr_addr em{
    display: block;
  }
  .ftr_links{
    display: none;
  }
  .ftr_sns_box{
    margin-top: 20px;
    justify-content: center;
  }
  .ftr_addr{
    font-size: 14px;
  }
  .ftr_logo img{
    width: 100px;
  }
}



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

/* 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 #dcdcdc;
  vertical-align: middle;
  padding: 20px 15px;
}
.table_rows_th{
  background-color: #eeeeee;
}
.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: 50px 0 0;
  line-height: 1.85;
}
.webgene-pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination li{
  padding: 3px 13px;
  margin: 0 4px;
  border: 1px solid #c0c0c0;
  background: #ffffff;
  font-weight: 500;
}
.webgene-pagination li.selected{
  border-color: #e5e5e5;
  background: #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カラム)
********************************/
.posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.posts_layout_box1{
  width: 100%;
}
.posts_layout_box2{
  width: 100%;
  margin-top: 50px;
}

/* リスト */
.pg_home .posts_list{
  color: #fff;
}
.posts_list .webgene-item a{
  padding: 20px 2px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px dotted;
  line-height: 1;
}
.posts_list .webgene-item .date{
  width: 150px;
  letter-spacing: 0.2em;
}
.posts_list .webgene-item .title{
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.1em;
  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: #0069ba;
  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: 20px;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
}

/* 詳細 */
.posts_detail{
  border: 1px solid #d3d3d3;
  border-top: 15px solid #1a1a1a;
  padding: 15px 10px 30px;
  background: #fff;
}
.posts_detail .webgene-item{
}
.posts_detail .date{
  font-size: 15px;
  color: #808080;
  letter-spacing: 0.065em;
}
.posts_detail .title{
  font-size: 18px;
  margin: 3px 0 25px;
  padding-bottom: 15px;
  font-weight: 500;
  letter-spacing: 0.065em;
  line-height: 1.5;
  border-bottom: 1px solid #d3d3d3;
}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.065em;
  text-align: justify;
  word-break: break-all;
  color: #000000;
}
.posts_detail .thumb{
  margin-bottom: 20px;
}
.posts_detail .thumb img{
  max-width: 100%;
}

.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;
}


/* コピー用 */
@media (max-width:767px){
  .posts_list .webgene-item{
    flex-wrap: wrap;
  }
  .posts_list .webgene-item .title{
    margin-top: 5px;
  }
  .posts_list .webgene-item .date{
    padding-bottom: 10px;
  }
}
@media (min-width:768px){

  .posts_layout_box1{
    width: 74.32%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
  }

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item a{
    padding: 32px 5px;
  }
  .posts_list .webgene-item .date{
    width: 150px;
    border-right: 1px solid;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 150px);
    padding-left: 25px;
  }
  .posts_list .webgene-item .title a{

  }

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

  /* 詳細 */
  .posts_detail{
    padding: 33px 38px 43px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .title{
    font-size: 21px;
    margin-bottom: 35px;
  }
  .posts_detail .post_content{
    padding: 0;
  }
  .posts_detail .thumb{
    padding: 0 5px;
    margin-bottom: 28px;
  }


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

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
  }
  .posts_list .webgene-item + .webgene-item{
  }
  .posts_list .webgene-item .date{
    width: 185px;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 185px);
    padding-left: 46px;
  }
  .posts_list .webgene-item .title a{

  }

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

}



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

.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: 26px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.16em;
}
.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: #eeeeee;
  letter-spacing: 0.08em;
}
.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;
}
.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: 16px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  letter-spacing: 0.18em;
}
.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: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
}
.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: #b80000;
  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: 0 15px;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0;
}
.radioArea .d-inline-block{
  margin-right: 40px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
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%;
  }
}


/* プライバシー */
.pg_contact .section.sec2{
  padding: 150px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 60px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 35px;
}
.privacy_ttl {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding: 10px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #c3d194;
}
.privacy_txt{
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: justify;
}

.privacy_txt_type1{
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.privacy_txt_type1_b{
  text-indent: -1em;
  padding-left: 1em;
}
.privacy_txt_type1_c{
  text-indent: -3em;
  padding-left: 3em;
}
.privacy_txt_type2{

}
.privacy_txt_type2 p{
  text-indent: -1em;
  padding-left: 1em;
}

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

.contact_tt.privacy {
  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;
}


@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;
  }
  .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 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 {
    margin-right: 10px;
  }
  .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;
  }
}




/*******************************
*　HOME
********************************/
.mv{
  position: relative;
}
.mv_img{
  position: relative;
}
.mv_img.img_fit:before{
  padding-top: 60vh;
}
.mv_txt {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  line-height: 1.25;
}

.pg_home{
  margin-bottom: -80px;
}
.pg_home .section.sec1{
  padding: 60px 15px;
}
.link_1 {
  max-width: 255px;
  width: 100%;
  display: block;
  padding: 13px;
  margin: 50px auto 0;
  position: relative;
  z-index: 0;
  background: #ffffff;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: 'Bellefair', 'Noto Serif JP', serif;
}
.link_1:after{
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #d9d9d9;
  position: absolute;
  left: 5px;
  top: 5px;
  pointer-events: none;
}
.link_1:hover,
.link_1.black:hover{
  color: #fff;
  background: #696969;
  opacity: 1;
}
.link_1:hover:after{
  border: 1px solid #fff;
}
.home_concept_txt{
  margin: 30px 0;
}
.home_concept_en {
  margin: 0 -10px 25px;
}
.home_concept_ja{
  margin-bottom: 30px;
}

.pg_home .section.sec2{
  padding-top: 40px;
  padding-bottom: 40px;
}
.home_cafe_img:before{
  padding-top: 81%;
}
.home_tt1_en {
  font-size: 36px;
  padding: 18px 15px 0 0;
  display: inline-block;
  letter-spacing: 0.1em;
  color: #d5d5d5;
  position: relative;
}
.pg_home .sec2 .home_tt1_en{
  margin-left: -2px;
  margin-bottom: 9px;
  padding-right: 2px;
  padding-bottom: 2px;
  background: url(/system_panel/uploads/images/bg1.jpg);
}
.home_tt1_ja {
  font-size: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.075em;
}
.pg_home .sec2 .home_tt1_ja{
  margin-bottom: 52px;
}
.home_cafe .home_tt1{
  margin-top: -30px;
}
.home_cafe_img{
  margin: 0 10px;
}
.slick-arrow{
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.slick-prev{
  left: -15px;
}
.slick-next{
  right: -15px;
}
.home_cafe_imgs{
  margin: 0 15px;
}

.pg_home .section.sec3{
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
}
.home_dinner_imgs{
  margin-bottom: 20px;
  position: relative;
}
.home_dinner_img1{
  width: 74.5%;
}
.home_dinner_img1:before{
  padding-top: 160%;
}
.home_dinner_img2{
  width: 50%;
  position: absolute;
  right: 0;
  top: 19.5%;
  /*transform: translateY(-50%);*/
  z-index: 1;
}
.home_dinner_img2:before{
  padding-top: 130%;
}

.pg_home .section.sec4{
  padding-bottom: 60px;
  position: relative;
}
.home_sorayama_txt {
}
.home_sorayama_imgs{
  margin-top: 30px;
}
.home_sorayama_img1:before{
  padding-top: 57.3%;
}
.home_sorayama_img2:before{
  padding-top: 131%;
}
.home_sorayama_img3{
  margin-top: 20px;
}
.home_sorayama_img3:before{
  padding-top: 58%;
}
.pg_home .section.sec4 .home_tt1_en {
  margin-bottom: -5px;
  margin-left: -5px;
}

.pg_home .section.sec5{
  padding: 60px 0;
}
.section.black{
  background: url(/system_panel/uploads/images/bg2.jpg);
}
.home_tt2_catch{
  margin-top: 4px;
  margin-bottom: 30px;
}
.home_tt2_ja,
.home_tt2_en,
.home_tt2_catch{
  color: #fff;
}
.home_scene_item{
  display: block;
  position: relative;
}
.home_scene_item:hover{
  opacity: 1;
}
.home_scene_img{
  overflow: hidden;
}
.home_scene_img:before{
  padding-top: 132%;
}
.home_scene_img:after{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  transition: all 0.2s;
}
.home_scene_img img{
  transition: all 0.2s;
}
.home_scene_item:hover .home_scene_img:after{
  background: rgba(0,0,0,0);
}
.home_scene_item:hover .home_scene_img img{
  scale: 1.1;
}
.home_scene_ttls{
  position: absolute;
  left: 15px;
  bottom: 30px;
  z-index: 1;
  color: #fff;
}
.home_scene_ttls .home_scene_en {
  margin-bottom: 8px;
}
.home_scene_text{
  margin-top: 50px;
  color: #fff;
}

.pg_home .section.sec6 {
  padding: 30px 0 80px;
}
.home_news_tt{
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.home_news_tt:before{
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home_news_ttl{
  padding: 0 20px;
  color: #fff;
  background: url(/system_panel/uploads/images/bg2.jpg);
  display: inline-block;
  position: relative;
  z-index: 1;
}
.pg_home .section.sec6 .link_1{
  margin-top: 60px;
}

.pg_home .section.sec7{
  padding: 50px 0;
}
.home_curry_img {
  max-width: 730px;
  margin: 0 auto;
}
.home_curry_img:before{
  padding-top: 66%;
}
.pg_home .section.sec7 .home_tt1{
  text-align: center;
}
.pg_home .section.sec7 .home_tt1_en{
  padding-top: 14px;
  padding-right: 0;
  padding-left: 2px;
}
.pg_home .section.sec7 .home_tt1_ja{
  margin-top: -8px;
  padding-right: 10px;
}
.pg_home .section.sec7 .link_1{
  margin-top: 43px;
}


@media (max-width:767px){
  .pg_home .section.sec4 .home_tt1{
    margin-top: -40px;
  }
  .home_scene > div + div{
    margin-top: 15px;
  }
}
@media (min-width:768px){
  .mv_img.img_fit:before{
    padding-top: 600px;
  }
  .mv_txt {
    font-size: 70px;
    margin: -6px 6px 0;
  }

  .pg_home{
    margin-bottom: -150px;
  }
  .pg_home .section.sec1{
    padding: 120px 40px;
  }
  .home_concept_txt{
    margin: 50px 0;
  }
  .home_concept_en {
    margin: 0 -30px 55px;
  }
  .home_concept_ja{
    margin-bottom: 58px;
  }
  .link_1{
    margin-top: 50px;
  }
  .pg_home .section.sec2{
    padding: 80px 15px;
  }
  .pg_home .section.sec2 .container{
    position: relative;
  }
  .home_cafe > div{
    position: inherit;
  }
  .home_cafe .home_tt1 {
    margin-top: -88px;
  }
  .home_tt1_en {
    font-size: 58px;
  }
  .home_tt1_ja {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .link_1.left{
    margin-left: 0;
  }
  .home_cafe .home_concept_text{
    padding-right: 24px;
  }
  .home_cafe_imgs{
    margin: 0;
  }

  .pg_home .section.sec3{
    padding: 100px 15px 150px;
  }
  .link_1.right{
    margin-right: 0;
  }
  .home_tt1_ja{
    margin-right: -12px;
  }

  .pg_home .section.sec4{
    padding: 0 15px 200px;
  }
  .pg_home .section.sec4 .home_tt1{
    margin-top: -53px;
  }

  .pg_home .section.sec5{
    padding: 100px 15px;
  }
  .home_scene_text{
    margin: 30px -10px 0;
  }
  .home_tt2_catch{
    margin-bottom: 50px;
  }

  .pg_home .section.sec6 {
    padding: 50px 0 120px;
  }
  .home_news_tt {
    margin-bottom: 35px;
  }
  .home_news_ttl {
    padding: 0 80px 0 90px;
  }

  .pg_home .section.sec7{
    padding: 60px 15px;
  }
}
@media(min-width:992px){  
  .home_cafe_img.no2 {
    position: absolute;
    top: 198px;
    right: 15px;
    width: 50%;
  }
  .home_tt1_ja {
    font-size: 22px;
  }
}
@media (min-width:1024px){
  .mv_img.img_fit:before{
    padding-top: 700px;
  }
  .mv_txt {
    font-size: 90px;
  }

  .pg_home{
    margin-bottom: -200px;
  }
  .pg_home .section.sec1 {
    padding: 120px 50px;
  }
  .home_concept_inner{
    display: flex;
    align-items: flex-start;
  }
  .home_concept_img{
    width: 31.6%;
  }
  .home_concept_img:before{
    padding-top: 131%;
  }
  .home_concept_txt{
    width: 600px;
    padding: 55px 30px 0;
    margin: 0;
  }
  .home_concept_txt + .home_concept_img{
    align-self: flex-end;
    margin-bottom: 24px;
  }

  .pg_home .section.sec2{
    padding: 120px 35px;
  }
  .home_cafe .home_tt1 {
    margin-top: -76px;
  }
  .home_tt1_en {
    font-size: 48px;
  }
  .home_cafe_img{
    margin: 0;
  }

  .pg_home .section.sec3{
    padding: 0 35px 205px;
    margin-top: 60px;
  }
  .home_dinner_txt {
    /*max-width: 570px;*/
    width: 52%;
    padding-top: 15px;
    padding-left: 5px;
    /*margin-left: auto;*/
  }
  .home_dinner .home_tt1_en{
    margin-bottom: 12px;
  }
  .home_dinner .home_tt1_ja{
    margin-bottom: 54px;
  }
  .home_dinner_imgs{
    width: 48%;
    /*position: absolute;
    left: 90px;
    top: 0;*/
  }
  .home_dinner_imgs_inner {
    width: 35vw;
    right: 30px;
    position: absolute;
    top: 0;
  }
  .home_dinner_img1{
    width: 74.5%;
  }
  .home_dinner_img1:before{
    padding-top: 154%;
  }
  .home_dinner_img2{
    width: 55.5%;
    position: absolute;
    right: 0;
    top: 19.5%;
    /*transform: translateY(-50%);*/
    z-index: 1;
  }
  .home_dinner_img2:before{
    padding-top: 127%;
  }
  .home_dinner{
    display: flex;
  }

  .pg_home .section.sec4{
    padding: 0 40px 190px;
  }
  .home_sorayama_txt {
    /*width: 50vw;*/
    width: 70%;
    padding-right: 20px;
  }
  .home_sorayama_imgs{
    width: 30%;
    margin-top: 0;
    /*width: 29vw;
    right: 50px;
    position: absolute;
    top: 0;*/
  }
  .home_sorayama_txt .home_tt1_ja{
    margin-bottom: 50px;
  }
  .home_sorayama{
    display: flex;
  }
  .pg_home .section.sec4 .home_tt1{
    margin-top: -48px;
  }

  .pg_home .section.sec5{
    padding: 138px 35px;
  }
  .home_scene_text{
    margin: 50px 0 0;
  }

  .pg_home .section.sec6 {
    padding: 49px 0 200px;
  }
}
@media (min-width:1200px){
  .mv_img.img_fit:before{
    padding-top: 910px;
  }
  .mv_txt {
    font-size: 110px;
  }

  .pg_home .section.sec1{
    padding: 120px 50px;
  }
  .home_concept_txt{
    padding: 50px 30px 0;
  }
  .home_concept_ja{
    padding-left: 10px;
  }
  .home_cafe .home_tt1 {
    margin-top: -92px;
  }
  .home_tt1_en {
    font-size: 62px;
  }
  .home_tt1_ja {
    font-size: 28px;
  }
  .home_cafe_img{
    width: calc(100% + 30px);
  }
  .home_cafe_img.no2 {
    width: 50%;
    right: 15px;
  }

  .home_dinner_imgs {
    /*width: 40.6%;*/
    /*left: 90px;*/
  }
  .home_dinner_imgs_inner {
    width: 36vw;
    right: 40px;
  }

  /*.home_sorayama_imgs{
    right: 50px;
    width: 27vw;
  }
  .home_sorayama_txt {
    width: 43.5vw;
  }*/
  .pg_home .section.sec4 .home_tt1{
    margin-top: -60px;
  }

}
@media(min-width:1300px){
  /*.home_sorayama_imgs{
    width: 26.5vw;
    right: 90px;
  }
  .home_sorayama_txt {
    width: 50vw;
  }*/
}
@media(min-width:1500px){

  .pg_home .section.sec1{
    padding: 120px 90px;
  }

  /*.home_sorayama_txt {
    width: 48vw;
  }
  .home_sorayama_imgs{
    width: 27.5vw;
  }*/
  .home_dinner_imgs_inner {
    width: 38.5vw;
    right: 60px;
  }
  .home_tt1_en {
    font-size: 68px;
  }
  .home_tt1_ja {
    font-size: 30px;
  }
  .home_cafe .home_tt1 {
    margin-top: -100px;
  }
}
@media(min-width:1600px){
  .home_concept_txt{
    padding: 56px 92px 0;
  }

  .home_sorayama_imgs{
    width: 22.9%;
  }
  .home_sorayama_imgs_in{
    width: 27vw;
  }
  .home_sorayama_txt {
    width: 77.1%;
  }
}


/*******************************
*　コンセプト
********************************/
.pg_concept .section{
}
.concept_ttl1{
  margin-bottom: 20px;
}

.pg_concept .section.sec2 {
  padding-top: 66px;
}
.concept_ttl2{
  margin: 0 auto 30px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.concept_ttl2 p + p{
  margin-top: 2.2em;
}
.concept_text2{
  max-width: 730px;
  margin-left: auto;
  margin-top: 30px;
  background: url(/system_panel/uploads/images/bg1.jpg) left top;
  position: relative;
  z-index: 1;
}
.concept_item1 {
  position: relative;
}
.concept_item1 + .concept_item1{
  margin-top: 50px;
}
.concept_img1{
  position: relative;
}
.concept_img1 .img_fit:before{
  padding-top: 45%;
}
.concept_item2 {
  margin-top: 50px;
}
.concept_img2{
  margin-bottom: 45px;
}
.concept_img2:before{
  padding-top: 40%;
}

@media (max-width:767px){
  .concept_img2{
    padding: 0 15px;
  }

}
@media (min-width:768px){
  .pg_concept .section{
    padding: 0 30px;
  }
  .concept_ttl1{
    margin-bottom: 30px;
  }

  .pg_concept .section.sec2 {
    padding-top: 142px;
    margin-bottom: -12px;
  }
  .concept_ttl2{
    min-height: 230px;
    margin-right: -12px;
    margin-bottom: 0;
    margin-top: -20px;
    order: 2;
  }
  .concept_item1_flex {
    display: flex;
  }
  .concept_img1{
    width: 83%;
    /*position: absolute;
    right: 150px;
    top: 20px;*/
    order: 1;
  }
  .concept_img1 .img_fit{
    width: 68vw;
    position: absolute;
    right: 0;
    top: 0;
  }
  .concept_text2{
    padding: 15px 0 0 40px;
    margin-top: 0;
  }
  .concept_ttl2 {
    width: 17%;
  }
  .concept_img1 .img_fit:before {
    padding-top: 250px;
  }
  .concept_item1.re{
    margin-top: 90px;
  }
  .concept_item1.re .concept_ttl2{
    margin: 0 auto 0 -13px;
    order: 1;
    padding-right: 30px;
  }
  .concept_item1.re .concept_text2{
    margin-top: 2px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 40px;
  }
  .concept_item1.re .concept_img1{
    order: 2;
  }
  .concept_item1.re .concept_img1 .img_fit{
    right: inherit;
    left: 0;
  }

  .concept_item2 {
    margin-top: 92px;
  }
  .concept_img2{
    margin-bottom: 70px;
  }
  .concept_img2:before{
    padding-top: 350px;
  }

}
@media (min-width:1024px){
  .pg_concept .section {
    padding: 0 50px;
  }
  .concept_text2{
    margin-top: 70px;
  }
  .concept_img1 .img_fit {
    width: 66vw;
  }
  .concept_img1 .img_fit:before {
    padding-top: 450px;
  }
  .concept_item1.re .concept_ttl2{
    padding-right: 20px;
  }

  .concept_item2 {
    padding: 0;
  }
  .concept_img2:before{
    padding-top: 550px;
  }


}
@media (min-width:1200px){
  .concept_ttl1{
    padding-left: 8px;
  }
  .concept_img1 {
    width: 83%;
  }
  .concept_img1 .img_fit {
    width: 70vw;
  }
  .concept_ttl2 {
    width: 18%;
  }
  .concept_img1 .img_fit:before {
    padding-top: 520px;
  }
  .concept_item2 {
    padding: 0;
  }
  .concept_item1.re .concept_ttl2{
    padding-right: 45px;
  }


}
@media (min-width:1400px){
  .concept_img1 .img_fit {
    width: 67vw;
  }
  .concept_item1.re .concept_ttl2{
    padding-right: 70px;
  }
  .concept_item2 {
    padding: 0;
  }
}
@media (min-width:1600px){
  .concept_img1 .img_fit {
    width: 61.8vw;
  }
  .concept_item2 {
    padding: 0 40px;
  }
}




/*******************************
*　利用シーン
********************************/
.pg_scene .section.sec2{
  padding-top: 60px;
}
.tt1 {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.35;
}
.tt1_en{
  font-size: 50px;
  font-family: 'Bellefair', serif;
  letter-spacing: 0.1em;
}
.tt1_ja{
  font-size: 18px;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  letter-spacing: 0.075em;
}

.scene_item {
  margin-top: -30px;
  padding-top: 30px;
}
.scene_item + .scene_item{
  margin-top: 30px;
}
.scene_ttl{
  margin-bottom: 34px;
}
.scene_img1:before{
  padding-top: 70%;
}

@media (max-width:1023px){
  .scene_txt{
    display: contents;
  }
  .scene_item_flex{
    display: flex;
    flex-direction: column;
  }
  .scene_ttl{
    order: 1;
  }
  .scene_text{
    order: 3;
  }
  .scene_img1{
    margin-bottom: 30px;
    order: 2;
  }
}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_scene .section.sec1 .concept_ttl1{
    margin-bottom: 38px;
  }
  .pg_scene .section.sec2{
    padding-top: 120px;
  }
  .scene_ttl{
    margin-top: 7px;
  }
  .scene_item + .scene_item{
    margin-top: 70px;
  }

  .tt1 {
    margin-bottom: 50px;
  }
  .tt1_en {
    font-size: 60px;
    margin-left: 12px;
  }
  .tt1_ja {
    font-size: 24px;
    padding-left: 4px;
  }

}
@media (min-width:1024px){
  .pg_scene .section.sec2{
    padding: 123px 30px 0;
  }
  .scene_item + .scene_item{
    margin-top: 102px;
  }
  .scene_item_flex {
    display: flex;
    align-items: flex-start;
  }
  .scene_txt{
    width: 50%;
    padding-right: 40px;
  }
  .scene_img1{
    width: 50%;
    position: relative;
  }
  .scene_img1:before {
    padding-top: 102%;
  }
  .scene_img1 img{
    width: calc(43vw - 20px);
    max-width: inherit;
  }
  .scene_item:nth-child(even) .scene_img1{
    order: 1;
  }
  .scene_item:nth-child(even) .scene_img1 img{
    right: 0;
    left: inherit;
  }
  .scene_item:nth-child(even) .scene_txt{
    order: 2;
    padding-right: 0;
    padding-left: 40px;
  }

}
@media (min-width:1200px){
  .scene_txt{
    width: 570px;
    padding-right: 70px;
  }
  .scene_img1{
    width: calc(100% - 570px);
  }
  .scene_img1 img{
    width: calc(46.6vw - 60px);
    max-width: inherit;
    top: 16px;
  }
  .scene_item:nth-child(even) .scene_txt{
    padding-left: 70px;
  }
  .scene_ttl{
    margin-right: -13px;
  }

}
@media (min-width:1600px){
  .scene_item_flex{
    min-height: 565px;
  }
  .scene_img1 img{
    width: calc(46.6vw - 90px);
    max-width: inherit;
  }


}



/*******************************
*　カフェ
********************************/
.cafe_time1{
  max-width: 540px;
  margin: 30px auto;
  padding: 14px 5px 16px;
  background: #0d0d0d;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  letter-spacing: 0.075em;
  padding-left: 15px;
  line-height: 1.5;
}
.cafe_time1 em{
  font-size: 24px;
  font-style: normal;
  letter-spacing: 0.075em;
}
.cafe_ttl1{
  margin-bottom: 15px;
}

.cafe_freedrink {
  margin-top: 40px;
  padding: 30px 20px;
  background: #fff;
  position: relative;
  z-index: 0;
  text-align: center;
}
.cafe_freedrink:after{
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #d9d9d9;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
  pointer-events: none;
}
.cafe_freedrink_left{
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.cafe_freedrink_left_ttl1 {
  padding: 4px 10px;
  margin-bottom: 10px;
  background: #d1c0a5;
  line-height: 2.125;
}
.cafe_freedrink_left_ttl2{
  line-height: 1;
}
.cafe_freedrink_price1{
  line-height: 1.75;
}
.cafe_freedrink_price1_ttl{
  min-width: 105px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4c4c4c;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
}
.cafe_freedrink_price2{
  margin-top: 12px;
}
.cafe_freedrink_price2_ttl{
  min-width: 148px;
  padding: 12px 5px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f19149;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}
.cafe_freedrink_price2_price{
  line-height: 1.5;
}
.cafe_freedrink_price2_price em{
  font-size: 20px;
  margin-bottom: 9px;
  font-weight: 700;
  color: #ff0000;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.075em;
  display: inline-block;
}

.pg_cafe .section.sec2{
  padding: 100px 0 0;
}
.no1 .cafe_img .img_fit:before{
  padding-top: 70.7%;
}
.cafe_ttl2{
  margin-bottom: 25px;
  order: 1;
}
.cafe_item{
  display: flex;
  flex-direction: column;
}
.cafe_txt{
  display: contents;
}
.cafe_img{
  margin-bottom: 20px;
  order: 2;
}
.cafe_text2{
  order: 3;
}
.pg_cafe .section.sec2 .link_1{
  margin-top: 18px;
  order: 4;
}

.cafe_item.no2 {
  margin-top: 60px;
  flex-direction: row;
  flex-wrap: wrap;
}
.no2 .cafe_img .img_fit.no1:before,
.no2 .cafe_img .img_fit.no2:before{
  padding-top: 119%;
}
.no2 .cafe_img .img_fit.no3:before{
  padding-top: 55.5%;
}
.cafe_img_in{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.no2 .cafe_img,
.cafe_img_in{
  display: contents;
}
.no2 .cafe_img .img_fit.no1,
.no2 .cafe_img .img_fit.no2{
  width: calc(50% - 2.5px);
  order: 1;
  display: inline-block;
}
.no2 .cafe_img .img_fit.no2{
  margin-left: 5px;
}
.no2 .cafe_img .img_fit.no3{
  width: 100%;
  margin-top: 30px;
  order: 5;
}
.no2 .cafe_ttl2{
  margin-top: 20px;
}
.cafe_item.no3{
  margin-top: 60px;
}
.no3 .cafe_img{
  order: 1;
  margin-bottom: 35px;
}
.no3 .cafe_img .img_fit:before{
  padding-top: 135.5%;
}
.cafe_img_large{
  margin: 50px 15px 0;
}
.cafe_img_large:before{
  padding-top: 28%;
}
.no3 .cafe_ttl2{
  order: 2;
}
.no3 .cafe_text2 {
  order: 3;
}

.cafe_gallery {
  margin: 60px 0 0;
}
.cafe_gallery_img:before{
  padding-top: 57%;
}

@media (max-width:767px){
  .cafe_freedrink_price1_ttl,
  .cafe_freedrink_price2_ttl{
    margin: 0 auto 10px;
  }
  .cafe_freedrink_price1{
    text-align: center;
  }
  .cafe_freedrink_price2{
    margin-top: 25px;
    text-align: center;
  }
  .cafe_freedrink_price2_price em{
    text-align: center;
    line-height: 1.5;
  }

  .cafe_gallery > div:nth-child(n+2){
    margin-top: 20px;
  }
}
@media (min-width:768px){
  .pg_cafe .section{
    padding: 0 30px;
  }
  .cafe_time1{
    margin: 50px auto;
  }
  .cafe_time1 em{
    font-size: 26px;
  }
  .cafe_freedrink {
    margin-top: 80px;
    padding: 35px 50px;
  }
  .cafe_freedrink_left{
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .cafe_freedrink_price2_price em{
    font-size: 20px;
  }
  .cafe_freedrink_price2_price em br{
    display: none;
  }

  .pg_cafe .section.sec2{
    padding: 150px 30px 0;
  }
  .cafe_img{
    margin-bottom: 30px;
  }
  .cafe_ttl2{
    margin-bottom: 35px;
  }
  .cafe_item.no2{
    margin-top: 70px;
  }
  .cafe_item.no3{
    margin-top: 80px;
  }
  .cafe_img_large{
    margin: 120px 0 0;
  }
  .no3 .cafe_img{
    margin-bottom: 40px;
  }

  .cafe_gallery {
    margin: 120px -15px 0;
  }
  .cafe_gallery > div:nth-child(n+3){
    margin-top: 20px;
  }
}
@media (min-width:1024px){
  .cafe_time1 em{
    font-size: 30px;
  }

  .cafe_freedrink {
    min-height: 170px;
    margin-top: 80px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    text-align: justify;
  }
  .cafe_freedrink_right{
    padding-left: 40px;
    padding-top: 3px;
  }
  .cafe_freedrink_left{
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-right: 1px solid #d9d9d9;
    border-bottom: 0;
  }
  .cafe_freedrink_right{
    padding-left: 20px;
  }
  .cafe_freedrink_price1_ttl,
  .cafe_freedrink_price2_ttl{
    margin-right: 10px;
    margin-bottom: 0;
  }
  .cafe_freedrink_price1,
  .cafe_freedrink_price2{
    margin-bottom: 10px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .cafe_freedrink_price2_price{
    margin-right: -20px;
    margin-top: -3px;
  }

  .pg_cafe .section.sec2{
    padding-top: 200px;
  }
  .cafe_item {
    flex-direction: row;
  }
  .cafe_txt{
    display: block;
  }
  .cafe_ttl2{
    margin-top: -14px;
  }
  .no1 .cafe_txt{
    width: 49.5%;
    padding-right: 30px;
  }
  .cafe_img{
    margin-bottom: 0;
  }
  .no1 .cafe_img{
    width: 51.5%;
  }
  .no1 .cafe_img .img_fit{
    width: 45vw;
  }
  .cafe_item.no2{
    margin-top: 100px;
  }
  .no2 .cafe_txt{
    width: 60%;
    padding-left: 40px;
    order: 2;
  }
  .no2 .cafe_img{
    width: 40%;
    order: 1;
    position: relative;
    display: block;
  }
  .cafe_img_in{
    width: 33.5vw;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
  }
  .no2 .cafe_img .img_fit.no3{
    margin-top: 5px;
  }
  .no2 .cafe_ttl2{
    margin-top: 0;
  }


  .cafe_item.no3{
    margin-top: 85px;
    align-items: flex-end;
  }
  .no3 .cafe_txt{
    width: 51.5%;
    padding-right: 40px;
    margin-bottom: -11px;
  }
  .no3 .cafe_img{
    width: 48.5%;
    margin-bottom: 0;
  }

  .cafe_gallery {
    margin: 120px 0 0;
  }
}
@media (min-width:1200px){
  .cafe_freedrink {
    padding: 10px 0 10px 43px;
  }
  .cafe_freedrink_left{
    padding: 15px 0;
    padding-right: 45px;
  }
  .cafe_freedrink_right{
    padding-top: 12px;
    padding-left: 45px;
  }
  .cafe_freedrink_price2_ttl{
    margin-right: 27px;
  }
  .pg_cafe .concept_ttl1{
    margin: 0 -10px;
  }
  .cafe_freedrink_price2_price em{
    font-size: 24px;
  }
  .cafe_freedrink_price2{
    margin-top: 0;
  }
  .cafe_freedrink_price1_ttl{
    margin-right: 20px;
  }

  .no1 .cafe_txt{
    padding-right: 40px;
  }
  .no2 .cafe_txt{
    width: 65.8%;
    padding-left: 40px;
  }
  .no2 .cafe_ttl2 {
    margin-top: -14px;
    margin-right: -30px;
  }
  .no2 .cafe_img{
    width: 34.2%;
  }
  .cafe_item.no3{
    margin-top: 105px;
  }
  .cafe_img_in{
    width: 30.5vw;
  }
}
@media (min-width:1400px){
  .cafe_freedrink {
    padding: 10px 0 10px 53px;
  }
  .cafe_img_in{
    width: 27vw;
  }
  .cafe_img_large{
    margin: 120px 30px 0;
  }
  .no1 .cafe_txt{
    padding-right: 50px;
  }
  .no2 .cafe_txt{
    padding-left: 68px;
  }
  .concept_text1{
    padding-left: 10px;
  }
  .no1 .cafe_img .img_fit{
    width: 43.5vw;
  }
  .concept_ttl1.zenold {
    font-size: 46px;
  }
  .no3 .cafe_txt{
    padding-right: 70px;
  }
  .cafe_item.no3{
    margin-top: 135px;
  }

  .cafe_gallery {
    margin: 120px 45px 0;
  }
}
@media (min-width:1600px){
  .cafe_img_in{
    width: 31.5vw;
  }
  .cafe_img_large{
    margin: 120px 30px 0;
  }
}
@media (min-width:1700px){
  .cafe_img_in{
    width: 33.6vw;
  }
  .cafe_img_large{
    margin: 120px 60px 0;
  }
}


/*******************************
*　ディナーラウンジ
********************************/
.pg_dinner .concept_ttl1{
  margin-bottom: 30px;
}
.pg_dinner .cafe_time1{
  max-width: 600px;
  margin-top: 60px;
  padding: 15px 0 16px 10px;
}
.pg_dinner .no1 .cafe_freedrink_price2_ttl{
  min-width: 170px;
  background: #eb6877;
}
.cafe_freedrink_price2_price + .cafe_freedrink_price2_price{
  margin-top: 8px;
}
.dinner_plan_i{
  width: 65px;
  height: 69px;
  position: absolute;
  left: 5px;
  top: 30px;
  transform: translateY(-50%);
  z-index: 1;
}
.dinner_plus {
  margin: 15px 0;
}
.pg_dinner .cafe_freedrink.no2{
  margin-top: 0;
}
.pg_dinner .cafe_freedrink.no3,
.pg_dinner .cafe_freedrink.no4{
  margin-top: 10px;
}
.dinner_plan_plus{
  width: 20px;
  height: 20px;
  margin: 0 0 10px;
}
.cafe_freedrink_price3_ttl{
  min-width: 170px;
  font-size: 17px;
  padding: 13px 5px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eb6100;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 1.5;
}
.cafe_freedrink_price4_ttl{
  min-width: 170px;
  font-size: 15px;
  padding: 14px 5px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #10918e;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 1.5;
}
.dinner_plan_name {
  margin-bottom: 20px;
}

@media (max-width:767px){

}
@media (min-width:768px){
  .pg_dinner .concept_ttl1{
    margin-bottom: 40px;
  }

  .dinner_plan_i {
    width: 85px;
    height: 89px;
  }

}
@media (min-width:1024px){
  .pg_dinner .cafe_freedrink{
    margin-top: 104px;
  }
  .pg_dinner .cafe_freedrink_left{
    max-width: 228px;
    width: 100%;
    padding-left: 40px;
  }
  .pg_dinner .cafe_freedrink_price2{
    align-items: center;
  }
  .pg_dinner .concept_text1{
    margin: 0 -20px;
  }
  .dinner_plan_i{
    width: 75px;
    height: 79px;
    top: 50%;
    transform: translateY(-50%);
  }
  .cafe_freedrink_price3_ttl,
  .cafe_freedrink_price4_ttl{
    margin-bottom: 0;
  }
  .cafe_freedrink_price3_ttl,
  .cafe_freedrink_price4_ttl {
    min-width: 82px;
  }
  .cafe_freedrink_price4_ttl + .cafe_freedrink_price4_ttl{
    margin-left: 5px;
  }
  .dinner_plan_plus {
    margin: 0 11px;
  }
  .cafe_freedrink_price3_ttl,
  .cafe_freedrink_price4_ttl{
    font-size: 14px;
  }
  .no4 .cafe_freedrink_price4_ttl{
    font-size: 12px;
  }
  .pg_dinner .no2 .cafe_freedrink_price2,
  .pg_dinner .no3 .cafe_freedrink_price2,
  .pg_dinner .no4 .cafe_freedrink_price2{
    margin-bottom: 18px;
  }

  .pg_dinner .cafe_ttl2{
    margin-top: -18px;
    margin-bottom: 30px;
  }
  .pg_dinner .no3 .cafe_txt {
    padding-right: 88px;
  }


}
@media (min-width:1200px){
  .pg_dinner .cafe_freedrink_left{
    max-width: 208px;
    padding-left: 30px;
    padding-right: 15px;
  }
  .pg_dinner .cafe_freedrink_right{
    padding-left: 32px;
  }
  .pg_dinner .cafe_freedrink_price2_ttl {
    margin-right: 20px;
  }
  .pg_dinner .no1 .cafe_freedrink_price2_ttl {
    margin-right: 57px;
  }
  .cafe_freedrink_price3_ttl,
  .cafe_freedrink_price4_ttl{
    min-width: 170px;
  }
  .no3 .cafe_freedrink_price4_ttl{
    min-width: 150px;
  }
  .cafe_freedrink_price3_ttl,
  .cafe_freedrink_price4_ttl{
    font-size: 17px;
  }
  .no4 .cafe_freedrink_price4_ttl{
    font-size: 15px;
    min-width: 110px;
  }
  .cafe_freedrink_price4_ttl + .cafe_freedrink_price4_ttl{
    margin-left: 10px;
  }
  .pg_dinner .cafe_item.no3 {
    margin-top: 265px;
  }
  .pg_dinner .no3 .cafe_img{
    position: relative;
    top: -100px;
  }
  .pg_dinner .concept_text1{
    margin: 0;
  }
  .dinner_plan_i{
    width: 85px;
    height: 89px;
  }
}
@media (min-width:1300px){
  .pg_dinner .cafe_freedrink_left{
    max-width: 288px;
    padding-left: 40px;
    padding-right: 48px;
  }
  .pg_dinner .cafe_freedrink_right{
    padding-left: 43px;
  }
}




/*******************************
*　お取り寄せ商品
********************************/
.body_product .pg_header,
.body_news .pg_header,
.body_newsDetail .pg_header{
  border-bottom: 1px solid #a6a6a6;
}
.pg_product{
  padding-top: 3px;
}
.product_list .img_fit{
  background: url(/system_panel/uploads/images/noimg.png) no-repeat center / cover;
}
.product_list .img_fit:before{
  padding-top: 89%;
}
.product_list .title{
  font-size: 16px;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.8;
}
.product_list .price{
  letter-spacing: 0.075em;
  line-height: 1.8;
}
.product_list .link{
  width: 100%;
  margin-top: 25px;
  padding: 1px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  border-radius: 5px;
  display: block;
  text-align: center;
  font-family: 'Bellefair', serif;
  transition: all 0.2s;
}
.product_list .link:hover{
  opacity: 1;
  background: #fff;
  color: #1a1a1a;
}

.jscroll-added {
  width: 100%;
}
.jscroll-added .webgene-pagination{
  margin-top: 0;
}
.pg_product .webgene-pagination .number,
.pg_product .webgene-pagination .prev{
  display: none;
}

@media (max-width:767px){
  .product_list .webgene-item:nth-child(n+2){
    margin-top: 60px;
  }

}
@media (min-width:768px){
  .product_list .webgene-blog,
  .jscroll-added > .webgene-blog,
  .jscroll-inner{
    display: flex;
    flex-wrap: wrap;
  }
  .product_list .webgene-blog,
  .jscroll-inner{
    margin: 0 -8px;
  }
  .product_list .webgene-item{
    width: 33.33%;
    padding: 0 8px;
  }
  .product_list .webgene-item:nth-child(n+4),
  .jscroll-added{
    margin-top: 100px;
  }
  .pg_product .webgene-pagination{
    margin: 0;
  }
}
@media (min-width:1024px){
  .jscroll-inner{
    margin: 0 -15px;
  }
  .product_list .webgene-item{
    width: 33.33%;
    padding: 0 15px;
  }


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


}



/*******************************
*　新着情報
********************************/
.link_1.black{
  background: #1a1a1a;
  color: #ffffff;
}
/*googlemaoボタン*/
.link_box{
  display: flex;
  align-items: center;
}
.gmap_btn{
  max-width: 130px;
  width: 100%;
  font-size: 13px;
  display: block;
  padding: 0;
  position: relative;
  z-index: 0;
  background: #ffffff;
  text-align: center;
  letter-spacing: 0.1em;
  color: #181818;
  margin-left: 20px;
}
.gmap_btn:hover{
  opacity: 1;
  color: #fff;
  background: #696969;
}
.gmap_btn p{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gmap_btn p:before{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/map_icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_news {
    margin-top: -30px;
  }
  .webgene-pagination {
    margin: 100px 0 0;
  }

  .pg_news.detail {
    padding-top: 3px;
    margin-top: 0;
  }
  .br_txt{
    width: 60%; 
  }

}
@media (min-width:1024px){
  .br_txt{
    width: auto; 
  }

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


}


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

@media (max-width:767px){
  .link_box{
    flex-wrap: wrap;
  }
  .br_txt{
    width: 100%;; 
  }
  .gmap_btn{
    margin-left: 0;
  }
}
@media (min-width:768px){


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


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


}

.mv_txt__add p:last-child{
    font-size: clamp(40px, 4vw, 60px);
}
@media (max-width:767px){
.mv_txt__add p:last-child{
   font-size: clamp(20px, 4vw,22px)
}

}

.scene_ttl_top__add{
	font-size: 28px;
     letter-spacing: 0.075em;
    font-weight: 600;
    line-height: 1.5em;
}
@media (max-width:767px){
.scene_ttl_top__add{
font-size: 18px;
    letter-spacing: 0.075em;
    font-weight: 600;
    line-height: 1.5em;
}
}