@charset "utf-8";
/* CSS Document */

/*##############################################################

のとや

##############################################################*/

/* =============================================================

 TOPページ

============================================================= */
#newsArea {
  clear: both;
  width: 658px;
  margin: 0;
  float: left;
}
.newsTopics {
  margin:0 0 20px;
  background: url(../../images/index/contact_back.jpg);
  padding:20px 30px;
}
.news_head {
  background: url(../../images/index/news_tit_back.jpg) repeat-x;
  background-position: bottom;
  height: 36px;
  width: 658px;
}

.news_head h3 {
  width: 658px;
  position: relative;
}

.news_head h3 span {
  top: 3;
  right: 0;
  position: absolute;
  width: 130px;
}

#newsArea dl {
  width: 658px;
  clear: both;
  padding: 10px 0 0 0;
}
#newsArea dt {
  clear: both;
  width: 106px;
  float: left;
}
#newsArea dd {
  padding: 0 0 0 106px;
}

#contactArea {
  width: 308px;
  padding: 5px 5px 10px 5px;
  float: right;
  border: 1px solid #d4c9a6;
  background: url(../../images/index/contact_back.jpg);
  text-align: center;
  margin: 0 0 30px 0;
}
#contactArea img {
  margin: 0 0 10px 0;
}
p.phoneNom {
  color: #6c4711;
  font-size: 186%;
  line-height: 1;
  margin: 0;
}
p.phoneNom span {
  font-size: 18px;
}

p.faxNam {
  font-size: 129%;
  color: #6c4711;
  line-height: 1;
  padding: 5px 10px 0 0;
  margin: 0 0 5px 0;
}
p.faxNam span {
  font-size: 14px;
}
p.faxNam span.time {
  color: #222222;
  padding: 0 0 0 10px;
}
#index_contents {
  clear: both;
  width: 1000px;
  display: block;
  padding: 0;
}
#index_contents ul {
  display: block;
  overflow: hidden;
}
#index_contents ul li {
  float: left;
  padding: 0 19px 0 0;
}
#index_contents ul li p {
  text-align: center;
  padding: 10px 0 0 0;
  line-height: 1.5;
}
#index_contents ul li.last {
  padding: 0 0 0 0;
}

/* =============================================================

 商品紹介ページ

============================================================= */
h3.products {
  background: none;
  padding: 0;
  margin: 0 0 30px 0;
}
#products_contents {
  padding: 0;
}

.products_btn {
  padding: 0;
}
.products_btn ul {
  height: 90px;
  width: 1000px;
  padding: 10px 0 0 0;
  margin: 0;
  display: block;
  overflow: hidden;
}

.products_btn ul li {
  padding: 0 24px 0 0;
  width: 232px;
  height: 90px;
  display: inline;
  float: left;
}
.products_btn ul li a {
  width: 232px;
  height: 90px;
}
#products_contents .products_btn ul li.last {
  padding: 0;
  display: inline;
  float: left;
  width: 232px;
  margin: 0;
}
.satsuma-item_wrap {
    display: flex;
    flex-wrap: wrap;
}
.satsuma-item_wrap .item  {
    width: 234px;
}
.item {
  width: 234px;
  background: #f7f6ee url(../../images/products/name_tit_head.gif) repeat-x 0 0;
  background-position: top;
  overflow: hidden;
  line-height: 1;
  margin: 0 20px 30px 0;
  float: left;
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
.item h4 {
  background: #f7f6ee;
  margin: 5px 0 0 0;
  padding: 25px 0 5px 15px;
  font-size: 200%;
  font-weight: normal;
  color: #333333;
}
.item h4 span.price {
  font-size: 64%;
  padding: 0 0 0 8px;
}
.item h4 span {
  font-size: 42%;
  font-weight: normal;
  padding: 0 0 0 2px;
}

.item h4.otanosimi {
  font-size: 180%;
  padding: 22px 0 7px 15px;
  line-height: 0.6;
}

.item h4.otanosimi.old {
    text-align: left;
    padding-left: 20px;
}
.item h4.otanosimi.old span.price {
    padding-left:70px;

}
.item_btn_area {
  padding: 12px 12px 0 12px;
}
.item_btn_area img {
  margin: 0 0 10px 0;
}
.item p {
  line-height: 1.5;
  padding: 0 20px;
  text-align: justify;
  margin: 0 0 1em 0;
}
.item p span {
  font-size: 86%;
}
.item p.omomuki-allergy span {
  letter-spacing: -0.03em;
}

#products_contents .last {
  margin: 0 0 30px 0;
}

#oden {
  margin: 10px 0 0 0;
}
.item.w234{
    width:234px;
}

#syougatsu {
  width: 488px;
  float: left;
  margin: 10px 0 40px 20px;
}
#otamesi {
  clear: both;
}

.item p span.oden {
  display: block;
  color: #6c4711;
  font-size: 16px;
  padding: 15px 0 2px 0;
  line-height: 1.4;
  border-bottom: 1px dotted #6c4711;
}


/*----- 202205商品紹介ページ　リニューアル -----*/
.item-outer  {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.item  {
    width:31%;
    text-align: center;
}
#satsuma .item.last {
    margin-right:0;
}
.item a.item-img  {
    display: block;
    background: #ffffff;
}
#satsuma .item h4 span.price {
    font-size: 64%;
    padding: 0 0 0 20px;
  }

.item_wrap2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:50px;
  }
  .no-flex {
      width:100%;
  }
  .item_wrap3 {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
}
/* =============================================================

さつまあげについて

============================================================= */
.satsuma_item {
  margin: 0 0 50px 0;
  overflow: hidden;
}
.satsuma_item ul li {
  width: 238px;
  display: inline;
  float: left;
  padding: 10px 10px 0 0;
}

.satsuma_item ul li p {
  margin: 10px 0 0 0;
  line-height: 1.4;
}
.satsuma_item ul li p span {
  font-size: 13px;
}
.satsuma_item ul li.last {
  padding: 10px 0 10px 0;
}

.enjoy p img {
  display: inline;
  float: right;
}
.cool {
  margin: 0 0 50px 0;
  overflow: hidden;
}
.cool p {
  width: 500px;
  float: left;
}
.cool img {
  float: right;
}

/* =============================================================

こだわり

============================================================= 
#concept article h4 {
  border: 1px solid #d4c9a6;
  padding: 3px;
  font-size: 129%;
  font-weight: normal;
  color: #6c4711;
  line-height: 1;
  margin: 15px 0 10px 0;
}
#concept article h4 .inner {
  border-left: 4px solid #763b1b;
  padding: 7px 0 4px 15px;
}
article h4 span {
  font-size: 14px;
  padding: 0 0 0 310px;
}*/
.process_wrap {
  width: 742px;
  clear: both;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.hidari {
  float: left;
  display: inline;
  padding: 0 20px 0 0;
}
.migi {
  display: inline;
  float: right;
  padding: 0 0 0 20px;
}
article .contents p {
  text-align: justify;
}
.material {
  margin: 0 -20px 0 0;
  padding: 0;
  font-size: 0;
}
.material li {
  width: 360px;
  display: inline-block;
  padding: 0 20px 0 0;
}

article .contents p.results {
  padding: 20px 0 20px;
  text-align: center;
  margin-bottom: 0;
}
.healthy-gift {
  background: url(../../images/concept/gift_back.jpg);
  padding: 4px;
  margin-bottom: 50px;
}
article .contents .healthy-gift p {
  border: 1px solid #b09a5f;
  background: url(../../images/concept/gift_back2.jpg);
  color: #fff;
  padding: 30px 0 22px;
  font-size: 17px;
  text-align: center;
  margin: 0;
}

.kamoboko_products {
  padding: 0 0 0 200px;
}
.kamoboko_products li {
  width: 250px;
  display: inline-block;
  padding: 0 16px 0 0;
}
.kamoboko_products li p {
  width: 250px;
  margin-top: 10px;
}
.readmore_btn {
  border: 1px solid #476501;
  text-align: center;
}
.readmore_btn a {
  display: block;
  width: 220px;
  padding: 14px;
  margin: 0;
  background: url(../../images/common/linkmark.png) no-repeat 220px center;
}
.readmore_btn a:hover {
  background: #e9f489 url(../../images/common/linkmark.png) no-repeat 220px center;
  transition: all 0.6s ease 0s;
  text-decoration: none;
}
/* =============================================================

店舗のご案内

============================================================= */

#map_canvasWrap {
  padding: 5px;
  border: 1px solid #d4c9a6;
  clear: both;
}

#map_canvasWrap2 {
  padding: 5px;
  border: 1px solid #d4c9a6;
  clear: both;
}

#map_canvasWrap3 {
  padding: 5px;
  border: 1px solid #d4c9a6;
  clear: both;
}
p.alignR {
  float: right;
  padding: 5px 0 0 0;
}

article p.accessinfo {
  margin-bottom: 1em;
}

dl.shopinfo {
  width: 570px;
  clear: both;
  margin: 0 0 15px 0;
  overflow: hidden;
  float: left;
  background: #f3f0e5;
}
dl.shopinfo dt {
  width: 80px;
  clear: both;
  float: left;
  color: #6c4711;
  padding: 3px 10px 1px 10px;
  border-top: 1px solid #ffffff;
  text-align: center;
}

dl.shopinfo dt.address {
  height: 30px;
  padding: 16px 10px 1px 10px;
}

dl.shopinfo dd {
  margin-left: 100px;
  padding: 4px 0 1px 12px;
  background: #fff;
}

.shop-holiday {
  font-weight: bold;
  color: #6c4711;
}

.access img {
  padding: 0 0 10px 0;
}

/* googlemapへのリンクボタン */
article p.tomap {
  display: block;
  margin: 30px 0 40px 0;
}
article p.tomap a {
  border: 1px solid #476501;
  padding: 15px 50px 12px;
  color: #476501;
}
article p.tomap a:hover {
  background-color: #92a43d;
  color: #ffffff;
  transition: 0.3s linear;
  text-decoration: none;
  border: 1px solid #92a43d;
}

/* =============================================================

ご注文方法

============================================================= */
.order_wrap {
  border: 1px solid #d4c9a6;
  background: url(../../images/index/contact_back.jpg);
  padding: 4px;
  overflow: hidden;
  margin: 0 0 10px 0;
  height: auto;
  clear: both;
}
.order_wrap-web {
  border: 1px solid #d4c9a6;
  background: url(../../images/index/contact_back.jpg);
  padding: 4px;
  margin: 0 0 10px 0;
}

#order article h4 {
  margin: 0;
  padding: 0;
  background: url(../../images/order/order_back.jpg);
  width: 147px;
  float: left;
  height: auto;
  display: inline-block;
  overflow: hidden;
}
#order article .order_wrap-web h4 {
  background: url(../../images/order/order_back.jpg);
  padding: 0 0 30px 0;
}

.order_tel {
  padding: 0 0 12px 177px;
  background: url(../../images/order/orderTel_img.png) no-repeat top right;
}

.order_wrap p.phoneNom {
  color: #6c4711;
  font-size: 212%;
  line-height: 1;
  margin: 0;
  padding: 26px 0 4px 30px;
  background: url(../../images/order/mark_tel.jpg) no-repeat 0 25px;
}
.order_wrap p.phoneNom span {
  font-size: 18px;
  vertical-align: middle;
}
#order article .order_wrap p.hours {
  padding: 0 0 0 0;
  margin: 0;
}

#order article .order_wrap p.faxNam span.time {
  color: #222222;
  padding: 0 0 0 10px;
}

#order article .order_fax {
  padding: 0 0 18px 177px;
  background: url(../../images/order/orderFax_img.png) no-repeat bottom right;
}
#order article p.hours_fax {
  padding: 30px 0 0 0;
  margin: 0 0 10px 0;
}

.order_wrap p.faxNom {
  color: #6c4711;
  font-size: 212%;
  line-height: 1;
  margin: 0;
  padding: 27px 20px 4px 36px;
  float: left;
  background: url(../../images/order/mark_fax.jpg) no-repeat 0 25px;
}
.order_wrap p.faxNom span {
  font-size: 18px;
  vertical-align: middle;
}

#order article p.fax_paper {
  margin: 0 0 15px 0;
}

.order_pos {
  padding: 20px 0 12px 177px;
  background: url(../../images/order/orderpos_img.png) no-repeat bottom right;
}

.order_pos p {
  font-size: 143%;
  line-height: 1.3;
  margin: 0 0 5px 0;
}

.order_pos p.week {
  font-size: 14px;
  line-height: 1.2;
  padding: 5px 0 0 0;
}

.order_web {
  padding: 20px 0 13px 177px;
  background: url(../../images/order/orderweb_img.png) no-repeat bottom right;
}
.order_web p {
  font-size: 14px;
  line-height: 1.2;
  padding: 10px 0 0 0;
  margin: 0;
}

.order_web p span {
  font-size: 14px;
  line-height: 1.2;
  display: block;
  padding: 10px 0 0 0;
}
.order_web p span.brown {
  color: #6c4711;
  font-weight: bold;
  padding: 6px 0 5px 0;
}

.payment_wrap {
  border: 1px solid #d4c9a6;
  padding: 4px;
  overflow: hidden;
  margin: 0 0 10px 0;
  height: auto;
  clear: both;
}
.payment_wrap_inner {
  background: url(../../images/order/pay_h4_back.jpg) repeat-y;
}

.pay_conveni {
  padding: 0 0 18px 177px;
}

.pay_conveni p {
  padding: 10px 0 0 0;
  margin: 0 0 10px 0;
}

table#pay_collect {
  width: 520px;
  clear: both;
  margin: 10px 0 10px 0;
}
table#pay_collect td {
  border: 1px solid #d4c9a6;
  padding-left: 40px;
}
table#pay_collect td.collect_price {
  text-align: right;
  width: 30%;
  padding-right: 40px;
}
table#pay_collect th {
  color: #ffffff;
  text-align: center;
  background: #c0b578;
  font-size: 108%;
  line-height: 1.2;
  padding: 16px 0 8px 0;
}
table#pay_collect th span {
  font-size: 13px;
}
p.pay_first {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

table#postage_t {
  width: 100%;
}

table#postage_t th {
  color: #ffffff;
  text-align: center;
  background: #7f643c;
  font-size: 108%;
  line-height: 1.2;
  padding: 16px 0 8px 0;
}
table#postage_t th span {
  font-size: 13px;
}

table#postage_t td.pos_tit {
  background: #e3dbc1;
  color: #65340f;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  padding: 12px 0 5px 0;
}

table#postage_t td {
  border: 1px solid #d4c9a6;
  line-height: 1.4;
  padding: 12px 0 9px 20px;
  text-align: center;
}
table#postage_t td.w30 {
  width: 30%;
}

/*　ご注文方法202205修正　*/
.order_web {
    padding-bottom: 10px;
}
.order_web p span {
    font-size:13px;
    line-height:1.3;
}
/* =============================================================

お知らせ

============================================================= */

.news_wrap {
  border: 1px solid #d4c9a6;
  padding: 10px 30px;
  margin: 0 0 40px 0;
  overflow: hidden;
}
.news_wrap dl {
  margin: 15px 0 5px 0;
}
.news_wrap dl dt {
  background: #f4f2e0;
  padding: 10px 15px 5px;
  font-size: 122%;
  margin: 0 0 15px 0;
  color: #6c4711;
  font-weight: bold;
}
.news_wrap dl dd {
  padding: 0 0 10px 0px;
}
.news_wrap dl dd span {
  color: #6c4711;
  font-size: 118%;
  font-weight: bold;
}
.news_wrap dl dd span.fs14 {
  font-size: 100%;
  display: block;
  padding: 12px 0 10px;
}
.news_wrap dl dd span.fw-normal {
  font-weight: normal;
  color: #333333;
  padding: 30px 0;
}
.news_wrap dl dd span.news_topics {
  color: #6c4711;
  font-size: 112%;
  font-weight: normal;
  border: 1px solid #6c4711;
  padding: 10px 10px 7px 20px;
  display: block;
  margin: 5px 0 10px 0;
  background: url(../../images/index/contact_back.jpg);
}

.news_link {
  font-weight: bold;
  text-decoration: underline !important;
}
.news-text {
  margin-top: 20px;
}
article .contents p.news-img {
    text-align: center;
}
.news-img img {
    max-width:98%;
}
/* =============================================================

採用情報

============================================================= */

table.recruit_info {
  width: 100%;
}
table.recruit_info th {
  background: #c0b578;
  color: #ffffff;
  border: 1px solid #d4c9a6;
  width: 25%;
}

table.recruit_info td {
  border: 1px solid #d4c9a6;
}
.recruit_tel {
  color: #6c4711;
  font-size: 124%;
}

/* =============================================================

会社概要

============================================================= */

table#outline {
  width: 100%;
}
table#outline th {
  background: #c0b578;
  color: #ffffff;
  border: 1px solid #d4c9a6;
  width: 25%;
}
table#outline td {
  border: 1px solid #d4c9a6;
}
/* =============================================================

プライバシーポリシー

============================================================= */

.policy_list li {
  padding: 15px 0 0 0;
}
.policy_contact {
  margin: 30px 0 0 0;
}
/* =============================================================

特定商取引法に基づく表記

============================================================= */
table#trade_law {
  width: 100%;
}
table#trade_law th {
  background: #c0b578;
  color: #ffffff;
  border: 1px solid #d4c9a6;
  width: 25%;
}
table#trade_law td {
  border: 1px solid #d4c9a6;
}
/* 特定商取引法に基づく表記202205修正　*/
table#trade_law td span  {
    display: block;
    font-weight: bold;
    margin-top:5px;
    color: #6c4711;
}
table#trade_law td span.low-contact {
    display: inline;
}
/* =============================================================

サイトマップ

============================================================= */

#sitemap article h4 {
  padding: 30px 0 0 130px;
  font-weight: normal;
  font-size: 115%;
}
.sitemap_contents {
  padding: 0 0 30px 150px;
}
.sitemap_contents li {
  padding: 8px 0 16px 42px;
  background: url(../../images/common/sitemap_head.gif) no-repeat 0 0;
}
.sitemap_contents li.sitemap_last {
  padding: 8px 0 16px 42px;
  background: url(../../images/common/sitemap_head_end.gif) no-repeat 0 0;
}

/* =============================================================

共通　サイドコンタクト

============================================================= */

#contactArea_side {
  width: 223px;
  padding: 4px 4px 5px 4px;
  border: 1px solid #d4c9a6;
  background: url(../../images/index/contact_back.jpg);
  text-align: center;
  margin: 0 auto 20px;
  clear: both;
  font-size: 12px;
}
#contactArea_side img {
  margin: 0 0 7px 0;
}
#contactArea_side p.phoneNom {
  color: #6c4711;
  font-size: 177%;
  line-height: 1;
  margin: 0;
}
#contactArea_side p.phoneNom span {
  font-size: 16px;
  vertical-align: middle;
}

#contactArea_side p.faxNam {
  font-size: 131%;
  color: #6c4711;
  line-height: 1;
  padding: 5px 10px 0 0;
  margin: 0 0 5px 0;
}
#contactArea_side p.faxNam span {
  font-size: 14px;
  vertical-align: middle;
}
#contactArea_side p.faxNam span.time {
  color: #222222;
  padding: 3px 0 0 10px;
}

/* =============================================================

共通　ボトムコンタクト

============================================================= */

#contactArea_sec {
  width: 475px;
  padding: 5px 5px 10px 5px;
  border: 1px solid #d4c9a6;
  background: url(../../images/index/contact_back.jpg);
  text-align: center;
  margin: 30px auto;
  clear: both;
}
#contactArea_sec img {
  margin: 0 0 10px 0;
}


/* ==========================================

 CONCEPT　能登屋について　ページ 202205

========================================== */
.concept-notoya {
   
}

/*----- 能登屋の理念 -----*/
h3.concept-ttl_phi {
    background:none;
    font-size:14px;
    color:#000000;
    text-align: right;
    letter-spacing: 0.15em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
h3.concept-ttl_phi span {
    font-size:12px;
    display: block;
    letter-spacing: 0.1em;
    position: relative;
    padding-bottom:8px;
}
h3.concept-ttl_phi span::after {
    content:"";
    position: absolute;
    right:0;
    top:22px;
    border-bottom:1px dotted #888;
    width:150px;
}
.concept-read {
    display: flex;
    position: relative;
    padding:40px;
}
.concept-read__img {
    width:683px;
    z-index: 1;
    position: relative;
}
.concept-read__img img {
    width:100%;
}
.concept-read__text {
    width:360px;
    position: absolute;
    right:0;
    top:50px;
    z-index: 2;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.read-text__ttl {
    font-size:32px;
    letter-spacing: 0.18em;
    margin-bottom:50px;
    line-height: 1.5;
}
.read-text__contents {
    font-size:15px;
    letter-spacing: 0.1em;
    line-height: 2.26;
    font-weight:600;
}


/*----- 能登屋のこだわり -----*/
.concept-commitment {
    margin: 100px calc(50% - 50vw) 30px;
	width: 100vw;
    background: url(../../images/concept/concept-line.png) no-repeat;
    background-size: cover;
    background-position: top;
}
.commitment-outer {
    width:1000px;
    margin:0 auto;
    padding-top:0;
    position: relative;
    z-index:2;
}
.ttl-com__wrap {
    display: block;
    width:420px;
    margin-top:100px;
}
h3.concept-ttl_com {
    padding:0;
    background:none;
    font-size:28px;
    color:#000000;
    text-align: center;
    letter-spacing: 0.1em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
h3.concept-ttl_com span {
    font-size:12px;
    display: block;
    letter-spacing: 0.1em;
    position: relative;
    padding-bottom:15px;
}
h3.concept-ttl_com span::after {
    content:"";
    position: absolute;
    left:calc(50% - 75px);
    top:26px;
    border-bottom:1px dotted #888;
    width:150px;
}
.commitment-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.com-ttl__wrap {
    display: flex;
    justify-content: space-between;
}
.com-01 {
    width:442px;
    height:438px;
    background: url(../../images/concept/concept-01-bg.png) no-repeat;
    background-size: contain;
}
h4.com-ttl {
    border:none;
    padding:0;
    margin:78px 0 0 12px;
    font-size:54px;
    letter-spacing: 0.05em;
    color:#000000;
    font-weight:400;
}
h4.com-ttl span  {
    display: block;
    margin-left:50px;
    margin-top:10px;
}
.com-ttl img  {
    width:127px;
    display: block;
}
.com-txt {
    margin-left:66px;
    font-size:14px;
    line-height: 2.1;
    letter-spacing: 0.1em;
    font-weight:600;
    margin-top:2px;
}
.com-01__illust,.com-02__illust,.com-03__illust,.com-04__illust {
    text-align: right;
}
.com-01__illust {
    margin-top:-18px;
}
.com-01__illust img {
    width:258px;
}
.com-02 {
    width:443px;
    height:442px;
    background: url(../../images/concept/concept-02-bg.png) no-repeat;
    background-size: contain;
    margin-top:-140px;
}
.com-02__illust {
    margin-top:80px;
    margin-right:50px;
}
.com-02__illust img {
    width:150px;
}
.com-03 {
    width:447px;
    height:439px;
    background: url(../../images/concept/concept-03-bg.png) no-repeat;
    background-size: contain;
    margin-top:140px;
    margin-right:30px;
}
.com-03__illust {
    margin-top:50px;
}
.com-03__illust img {
    width:253px;
}
.com-04 {
    width:441px;
    height:442px;
    background: url(../../images/concept/concept-04-bg.png) no-repeat;
    background-size: contain;
    margin-top:-60px;
    margin-left:80px;
}
.com-04__illust img {
    width:221px;
}


/*----- 代表メッセージ -----*/
.concept-message {
    margin: 0 calc(50% - 50vw) 100px;
	width: 100vw;
    position: relative;
}

.message-outer {
    width:1000px;
    margin:0 auto;
    padding-top:140px;
    padding-bottom:120px;
    z-index:1;
    position: relative;
}
.message-outer__bg {
    position: absolute;
    right:0;
    top:-100px;
    width:60vw;
    height: 1200px;
    z-index: 1;
    margin-right: calc(50% - 50vw);
    overflow: hidden;
}
.message-outer__bg::before {
    content:"";
    width:100%;
    height:300px;
    background:linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0)); 
    position: absolute;
    top:0;
    z-index:3;
}
.message-outer__bg img {
    width:100%;
    position: absolute;
    bottom:0;
}
h3.concept-ttl {
    background:none;
    font-size:28px;
    color:#000000;
    text-align: center;
    letter-spacing: 0.15em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    padding:0;
    margin:0;
    margin-bottom:80px;
    position: relative;
    z-index:2;
}
h3.concept-ttl span {
    font-size:12px;
    display: block;
    letter-spacing: 0.1em;
    position: relative;
    padding-bottom:15px;
}
h3.concept-ttl span::after {
    content:"";
    position: absolute;
    left:calc(50% - 75px);
    top:26px;
    border-bottom:1px dotted #888;
    width:150px;
}
.concept-message__inner {
    width:576px;
    padding:122px 100px 100px;
    background: url(../../images/concept/concept-bg-paper.png);
    z-index: 2;
    position: relative;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.concept-message__txt {
    font-size:16px;
    line-height:2.4;
    letter-spacing: 0.08em;
    font-weight:500;
    padding-bottom:30px;
}
.message-name {
    text-align: right;
    font-size:20px;
    font-weight:400;
    margin-bottom:0;
    letter-spacing: 0.05em;
}
.message-name span {
    font-size:12px;
    padding-right:24px;
}

/*----- 会社概要 -----*/

.concept-company {
    margin-bottom:120px;
}
.c-profile {
    width:740px;
    padding:70px;
    background: url(../../images/concept/concept-bg-paper.png);
    margin:0 auto;
}
.profile-list {
    display: flex;
    flex-wrap: wrap;
}
.profile-list dt {
    width:25%;
    border-bottom:1px solid #e7e7e7;
    padding:16px 30px 12px;
}
.profile-list dd {
    width:55%;
    border-bottom:1px solid #e7e7e7;
    padding:16px 30px 12px;
}
dl.profile-list dt:last-of-type {
    border-bottom:none;
}
dl.profile-list dd:last-of-type {
    border-bottom:none;
}

/*----- 沿革 -----*/
.concept-history__inner {
    margin: 0 calc(50% - 50vw) 130px;
	width: 100vw;
    background: url(../../images/concept/concept-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-bottom:130px;
}
.c-history {
    width:740px;
    padding:70px;
    background:rgba(255,255,255,0.8);
    margin:0 auto;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
}
.history-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.history-list dt {
    width:25%;
    border-right:1px solid #e7e7e7;
    padding:12px 0px 8px 30px;
}
.history-list dd {
    width:55%;
    padding:12px 30px 8px 60px;
}

/*----- バナーエリア -----*/
.concept-bnrArea {
    margin:0 auto 60px;
    display:flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.concept-bnrContact  {
    width:486px;
    height:175px;
    border:1px solid #D4C9A6;
    background: url(../../images/index/contact_back.jpg);
    text-align: center;
    letter-spacing: 0.05em;
}
.concept-contactTtl {
    color: #ffffff;
    text-align: center;
    font-size:20px;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    padding:13px 0 5px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin:4px;
    background: url(../../images/index/kamome.png) no-repeat;
    background-position: top 40% right 25%;
    background-size: 40px;
    background-color: rgba(174, 160, 100, .8);
    letter-spacing: 0.08em;
}
.concept-contactTtl span {
    display: block;
    font-size:10px;
}
.concept-contact__txt {
    font-size:14px;
    margin:12px 0 6px 0;
    line-height: 1;
}
.concept-contact__tel {
    font-size:26px;
    color: #6c4711;
    line-height: 1;
    margin-bottom:5px;
    border-bottom:1px dotted #D4C9A6;
}
.concept-contact__tel span {
    font-size:15px;
    vertical-align:middle;
}
.hours {
    font-size:13px;
    color:#222222;
    margin:6px 0;
}
.concept-contact__fax {
    font-size:18px;
    color: #6c4711;
    line-height: 1.2;
    vertical-align: middle;
}
.concept-contact__fax span {
    font-size:12px;
    color: #222222;
}
.concept-bnrBlog {
    width:486px;
    height:175px;
    border:1px solid #D4C9A6;
}
.concept-bnrBlog img  {
    max-width: 100%;
}