@charset "utf-8";

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

	Others CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
 	

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

@media print,screen and (min-width: 768px) {
	.css_sp_only {
		display:none!important;
		visibility:hidden!important;
	}
}
@media screen and (max-width: 767px) {
	.css_pc_only {
		display:none!important;
		visibility:hidden!important;
	}
}

/* 常駐バナー */
/* PCバージョン */
@media print,screen and (min-width: 768px) {
  #bnr_fix_forbusiness {
    position: fixed;
    right:25px;
    bottom:25px;
    width:200px;
    height:auto;
    border:1px solid #fff;
    z-index: 99999!important;
    text-align: center;
  }
  #bnr_fix_forbusiness img {
    width: 100%;
    height: auto;
  }
  #bnr_fix_forbusiness .bnr_fix_forbusiness_inner {
    position:relative;
  }
  #bnr_fix_forbusiness a {
    display:block;
    width:100%;
    height:100%;
  }
  #bnr_fix_forbusiness span {
    position: absolute;
    top:-35px;
    right:0;
    display: block;
    width:30px;
    height:30px;
    background-color: #ccc;
    border-radius: 15px;
    cursor: pointer;
  }
  #bnr_fix_forbusiness span:before{
    content: "×";
    color: #333;
    font-size: 1.9rem;
    position: relative;
    top: 4px;
  }
/*  #bnr_fix_forbusiness span:hover {
    opacity:.6;
    transition:.3s;
  }*/
}

/* スマホバージョン */
@media screen and (max-width: 767px) {
  #bnr_fix_forbusiness {
    position: fixed;
    left:0;
    bottom:0;
    width:100%;
    height:auto;
    z-index: 9999;
  }
  #bnr_fix_forbusiness img {
    width: 100%;
    height: auto;
  }
  #bnr_fix_forbusiness a {
    display:block;
    width:100%;
    height:100%;
  }
  #bnr_fix_forbusiness span {
    display: none;
  }
}
/* スマホバージョン 横向き対応*/
@media screen and (max-width:767px) and (orientation: landscape) {
  #bnr_fix_forbusiness {
    left:-100%;
  }  
}


#mainVisual_rap {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    text-align: center;
    background-color: #f5f1e4;
}
#mainVisual_rap img {
    position: absolute;
    top:50%;
    left:50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    width: 100%;
    height: auto;
    min-width: 1280px;
}

#mainVisual_rap2 {
    position: relative;
    width: 100%;
    height: 520px;
    overflow: hidden;
    text-align: center;
    background-color: #f5f1e4;
}
#mainVisual_rap2 img {
    position: absolute;
    top:50%;
    left:50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    width: 100%;
    height: auto;
    min-width: 1400px;
}
/*
#category_about #mainVisual_rap2 img {
    top:0%;
    -ms-transform: translate(-50%,0%);
    -webkit-transform : translate(-50%,0%);
    transform : translate(-50%,0%);
}
*/
#mainVisual_rap.img_none {
    height: 4px;
}


@media screen and (max-width: 767px) {
    #mainVisual_rap {
        height: 180px;
    }
    #mainVisual_rap img {
        min-width: 600px;
    }
    #mainVisual_rap2 img {
      width: auto;
      height: 520px;
      min-width: 100%;
    }
    #category_about #mainVisual_rap2 img {
      top:50%;
      left:60%;
      -ms-transform: translate(-50%,-50%);
      -webkit-transform : translate(-50%,-50%);
      transform : translate(-50%,-50%);
  }
/*    #category_about #mainVisual_rap2 img {
      top:0px;
      right:-150px;
      left:auto;
      -ms-transform: translate(0%,0%);
      -webkit-transform : translate(0%,0%);
      transform : translate(0%,0%);
      width: auto;
      height: 520px;
      min-width: 100%;
    }
*/
}


.chugaki {
    padding-left: 1em;
    text-indent: -1em;
}
.icon_arrow a {
 background: url(/images/base/icon_arrow_r01.png) no-repeat 0 50%;
 background-size: 6px;
 padding-left: 18px;
}


/* Bnr_wrap */

.bnr_wrap {
	margin: 60px auto 40px ;
	width: 728px;
}
@media screen and (max-width: 767px) {
	.bnr_wrap {
		padding:0 4%;
        width: 92%;
	}
	.bnr_wrap p a img {
		width: 100%;
	}
}
	


/* Topicpath
========================================== */
#contents nav.topicpath {
    display: block;
    margin: 0 auto;
	width: 980px;
    padding: 12px 0px 12px 0px;
    margin-bottom: 40px;
}
#contents nav.topicpath p,
#contents nav.topicpath p a {
    color: #666;
    font-size: 100%;
    line-height: 1.3;
    text-align: left;
    letter-spacing:1px;
}
#contents nav.topicpath p a {
    color: #999;
}
#contents nav.topicpath p span {
    margin: 0px 1em 0px 1em;
}
#contents nav.topicpath p strong {
    font-weight: normal;
}
#contents nav.topicpath p a:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    #contents nav.topicpath {
        width: 92%;
        padding: 12px 4% 12px 4%;
        margin-bottom: 40px;
    }
    #contents nav.topicpath p,
    #contents nav.topicpath p a {
        font-size: 1.2rem;
        letter-spacing:0px;
    }
}


/* Info_unit
========================================== */

.info_wrap_01 ul {
    display: block;
    width: 800px;
    margin: 0 auto;
}
.info_wrap_01 ul li {
    clear: both;
    margin-bottom: 46px;
}
.info_wrap_01 ul li:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

.info_wrap_01 ul li .ph_wrap {
    float: left;
    position: relative;
    top: 4px;
    margin-right: 50px;
}
.info_wrap_01 ul li .ph_wrap img {
/*    float: left;*/
/*    width: 180px;*/
    width: auto;
    height: auto;
}
@media print,screen and (min-width: 768px) {
    .info_wrap_01 ul li .ph_wrap {
        width: 180px;
        height: auto;
        max-height: 180px;
        text-align: right;
    }
    .info_wrap_01 ul li .ph_wrap img {
        max-width: 180px;
        max-height: 180px;
    }
}

.info_wrap_01 ul li .txt_wrap {
    float: left;
    width: 570px;
}
.info_wrap_01 ul li .txt_wrap h3 {
    font-size: 1.8rem;
    margin-bottom: 2px;
    letter-spacing: 2px;
    font-family: "Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HG明朝B","MS Mincho",serif;
}
.info_wrap_01 ul li .txt_wrap .info_date {
    color: #999;
    margin-bottom: 18px;
}
.info_wrap_01 ul li .txt_wrap .info_date span {
    border-left: 1px solid #999;
    margin-left: 1.5em;
    padding-left: 1.5em;
}
.info_wrap_01 ul li .txt_wrap .info_text {
    letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
    .info_wrap_01 ul {
        width: 100%;
    }
    .info_wrap_01 ul li {
        clear: both;
        margin-bottom: 46px;
        text-align: center;
    }

    .info_wrap_01 ul li .ph_wrap {
        float: none;
        position: relative;
        top: 4px;
        text-align: center;
        width: 60%;
        height: auto;
        max-height: 220px;
        display: inline-block;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .info_wrap_01 ul li .ph_wrap img {
        float: none;
        display: inline;
        max-width: 100%;
        max-height: 220px;
    }

    .info_wrap_01 ul li .txt_wrap {
        float: none;
        width: 100%;
        text-align: center;
    }
    .info_wrap_01 ul li .txt_wrap h3 {
        display: block;
    }
    .info_wrap_01 ul li .txt_wrap .info_date {
        margin-bottom: 10px;
        font-size: 1.2rem !important;
        display: inline-block;
        text-align: center !important;
    }
    .info_wrap_01 ul li .txt_wrap .info_date span {
    }
    .info_wrap_01 ul li .txt_wrap p {
        text-align: left;
    }

}



/* Outline_unit
========================================== */

.outline_wrap_01 ul {
  display: block;
  margin-top: 60px;
}
.outline_wrap_01 ul:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

.outline_wrap_01 ul li {
  margin: 0px 40px 50px;
  display: flex;
  min-height: 400px;
}
.outline_wrap_01 ul li:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

.outline_wrap_01 ul li .ph_wrap {
    position: relative;
    width: 50%;
}
.outline_wrap_01 ul li .ph_wrap img {
    width: 100%;
}
.outline_wrap_01 ul li .txt_wrap {
  width: 50%;
  background-color: #f5f1e4;
  padding: 0px 60px 0px;
  display: flex;
  align-items: center;
}
@media print,screen and (min-width: 768px) {
  .outline_wrap_01 ul li .ph_wrap,
  .outline_wrap_01 ul li .txt_wrap {
    min-height: 400px;  
  }
}
#contents .outline_wrap_01 ul li .txt_wrap .txt_no {
  margin-bottom: 30px;
  letter-spacing: 4px;
  font-size: 2.6rem;
  line-height: 1.3;
  padding-bottom: 2px;
  border-bottom: 1px solid #999;
  display: table;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
}
.outline_wrap_01 ul li .txt_wrap h3,
.outline_wrap_01 ul li .txt_wrap h4 {
    font-size: 2.0rem;
    letter-spacing: 2px;
    font-family: "Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HG明朝B","MS Mincho",serif;
    margin-bottom: 18px;
}
.outline_wrap_01 ul li .txt_wrap .info_text {
    margin-bottom: 22px;
}
.outline_wrap_01 ul li .txt_wrap .btn_link_style01 {
    float: left;
    margin-bottom: 12px;
}
.outline_wrap_01 ul li .txt_wrap .btn_link_style01:first-of-type {
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .outline_wrap_01 {
      margin: 0 4%;
      width: 92%;
    }
    .outline_wrap_01 ul {
    }
    .outline_wrap_01 ul li {
        margin: 0px 0 50px;
        display: block;
    }
    .outline_wrap_01 ul li .ph_wrap {
        display: block;
        width: 100%;
        height: 70vw;
    }
    .outline_wrap_01 ul li .ph_wrap img {
        width: 100%;
    }
    .outline_wrap_01 ul li .txt_wrap {
      width: calc(100% - 60px);
      display: block;
      padding: 30px 30px;
    }
    .outline_wrap_01 ul li .txt_wrap h3,
    .outline_wrap_01 ul li .txt_wrap h4 {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }
    .outline_wrap_01 ul li .txt_wrap .info_text {
        margin-bottom: 14px;
    }
    .outline_wrap_01 ul li .txt_wrap .btn_link_style01 {
        float: none;
    }
    .outline_wrap_01 ul li .txt_wrap .btn_link_style01:first-of-type {
      margin-right: 0px;
    }

}


/* Concept_unit
========================================== */
section.info_concept {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f5f1e4;
}
@media print,screen and (min-width: 768px) {
    section.info_concept .inner_wrap {
        width: 900px !important;
    }
}
section.info_concept .ph_wrap {
    float: left;
    position: relative;
    top: 4px;
    margin-bottom: 60px;
}
section.info_concept .ph_wrap img {
    float: left;
    width: 300px;
    margin-right: 60px;
}
section.info_concept .txt_wrap {
    float: left;
    width: 540px;
    margin-bottom: 60px;
}
section.info_concept .btn_link_style01{
    clear: both;
}

@media screen and (max-width: 767px) {
    section.info_concept {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #f5f1e4;
    }
    section.info_concept .inner_wrap {
    }
    section.info_concept .ph_wrap {
        float: none;
        position: relative;
        top: 4px;
        margin-bottom: 35px;
    }
    section.info_concept .ph_wrap img {
        float: none;
        width: 100%;
        margin-right: 0px;
    }
    section.info_concept .txt_wrap {
        float: none;
        width: 100%;
        margin-bottom: 35px;
    }
    section.info_concept .btn_link_style01{
    }
    section.info_concept .tit_style01 {
        margin-bottom: 30px !important;
    }
}


/* Header_unit
========================================== */

.header_wrap_01 {
    margin-bottom: 90px;
}
#contents .header_wrap_01 h3 {
    margin-bottom: 22px;
    color: #333;
    text-align: center;
    letter-spacing: 6px;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 1.6;
    font-family: "Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HG明朝B","MS Mincho",serif;
}
.header_wrap_01 .readcopy {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .header_wrap_01 .readcopy {
        text-align: left;
    }
}


/* Header_logo_wrap */

dl.header_logo_wrap {
    display: inline-block;
    margin-bottom: 50px;
    margin-left: 210px;
}
dl.header_logo_wrap dt {
    display: block;
    width: 146px;
    float: left;
    margin-bottom: 22px;
}
dl.header_logo_wrap dt img {
    width: 100%;
}
dl.header_logo_wrap dd {
    float: left;
    width: 300px;
    border-left: 1px solid #996c33;
    margin-left: 40px;
    padding: 6px 0px 6px 40px;
    position: relative;
    top:10px;
}
dl.header_logo_wrap dd p.address {  
}
#contents dl.header_logo_wrap dd p.tel {
    font-size: 2.4rem;
    font-family: 'Prata', serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.4;
}
dl.header_logo_wrap dd p.fax { 
}

@media screen and (max-width: 767px) {
    dl.header_logo_wrap {
        margin-left: 0px;
        text-align: center;
    }
    dl.header_logo_wrap dt {
        width: 146px;
        float: none;
        margin: 0 auto;
        margin-bottom: 18px;
    }
    dl.header_logo_wrap dd {
        float: none;
        width: 100%;
        border-top: 1px solid #996c33;
        border-left: none;
        margin-left: 0px;
        padding: 16px 0px 6px 0px;
        position: relative;
        top:0px;
    }
    #contents dl.header_logo_wrap dd p.tel {
        font-size: 2.4rem;
    }
}


/* Header_logo_wrap_02 */

dl.header_logo_wrap_02 {
    display: inline-block;
    margin-bottom: 60px;
    margin-left: 120px;
}
dl.header_logo_wrap_02 dt {
    margin-bottom: 10px;
    font-size: 1.8rem !important;
}
dl.header_logo_wrap_02 dt img {
    width: 100%;
}
dl.header_logo_wrap_02 dd {
}
dl.header_logo_wrap_02 dd p.address {  
}
#contents dl.header_logo_wrap_02 dd p.tel {
    font-size: 2.4rem;
    font-family: 'Prata', serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.4;
}
dl.header_logo_wrap_02 dd p.fax { 
}

@media screen and (max-width: 767px) {
    dl.header_logo_wrap_02 {
        margin-left: 0px;
        text-align: center;
    }
    dl.header_logo_wrap_02 dt {
        width: 100%;
        float: none;
        margin: 0 auto;
        margin-bottom: 18px;
    }
    dl.header_logo_wrap_02 dd {
        float: none;
        width: 100%;
        border-top: 1px solid #996c33;
        border-left: none;
        margin-left: 0px;
        padding: 16px 0px 6px 0px;
        position: relative;
        top:0px;
    }
    #contents dl.header_logo_wrap_02 dd p.tel {
        font-size: 2.4rem;
    }
}


/* Detail_unit
========================================== */


/* detail_wrap_01
   detail_wrap_02  */

.detail_wrap_01,
.detail_wrap_02 {
    margin-bottom: 70px;
    margin-right: -20px;
}
.detail_wrap_01:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}
.detail_wrap_02:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

.detail_wrap_01.renzoku_margin,
.detail_wrap_02.renzoku_margin {
    margin-bottom: 50px;
}
.detail_wrap_01 .ph_wrap,
.detail_wrap_02 .ph_wrap {
    font-size: 0;
}

.detail_wrap_01 img.ph_main,
.detail_wrap_02 img.ph_main {
    width: 900px;
    margin-bottom: 20px;
}
.detail_wrap_01 .txt_wrap h4,
.detail_wrap_02 .txt_wrap h4 {
    font-size: 1.8rem;
    letter-spacing: 2px;
    font-family: "Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HG明朝B","MS Mincho",serif;
    margin-bottom: 22px;
}
.detail_wrap_01 .txt_wrap p.detail_text,
.detail_wrap_02 .txt_wrap p.detail_text {
    width: 900px;
}
.detail_wrap_01 .txt_wrap .btn_link_style01,
.detail_wrap_02 .txt_wrap .btn_link_style01 {
    float: left;
    margin-top: 20px;
}

/* 写真2点 */
.detail_wrap_01 img.ph_sub {
    width: 440px;
    margin-right: 20px;
    margin-bottom: 26px;
}

/* 写真3点 */
.detail_wrap_02 img.ph_sub {
    width: 286px;
    margin-right: 20px;
    margin-bottom: 26px;
}

@media screen and (max-width: 767px) {
    .detail_wrap_01,
    .detail_wrap_02 {
        margin-bottom: 70px;
        margin-right: 0px;
    }
    .detail_wrap_01.renzoku_margin,
    .detail_wrap_02.renzoku_margin {
        margin-bottom: 50px;
    }
    .detail_wrap_01 img.ph_main,
    .detail_wrap_02 img.ph_main {
        width: 100%;
        margin-bottom: 12px;
    }
    .detail_wrap_01 .txt_wrap h4,
    .detail_wrap_02 .txt_wrap h4 {
        font-size: 1.8rem;
        letter-spacing: 2px;
        margin-top: 12px;
        margin-bottom: 16px;
        line-height: 1.5;
        width: 100%;
    }
    .detail_wrap_01 .txt_wrap p.detail_text,
    .detail_wrap_02 .txt_wrap p.detail_text {
        width: 100%;
    }
    .detail_wrap_01 .txt_wrap .btn_link_style01,
    .detail_wrap_02 .txt_wrap .btn_link_style01 {
        float: none;
        margin-top: 20px;
    }

    /* 写真2点 */
    .detail_wrap_01 img.ph_sub {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 12px;
    }
    .detail_wrap_01 img.ph_sub:last-child {
        margin-right: 0;
    }

    /* 写真3点 */
    .detail_wrap_02 img.ph_sub {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 12px;
    }
    .detail_wrap_02 img.ph_sub.right_block,
    .detail_wrap_02 img.ph_sub:last-child {
        margin-right: 0;
    }
}



/* detail_wrap_03 (restaurant)  */

.detail_wrap_03 {
    margin-bottom: 120px;
}
#teiban_wrap .detail_wrap_03 {
        margin-bottom: 30px;
    }

.detail_wrap_03:last-child {
    margin-bottom: 0px;
}
.detail_wrap_03 .header_wrap {
    text-align: center;
    margin-bottom: 36px;
}
.detail_wrap_03 .header_wrap h4 {
    font-size: 2.4rem;
    letter-spacing: 6px;
    font-family: "Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HG明朝B","MS Mincho",serif;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
    display: table;
    margin: 0 auto 26px;
}
.detail_wrap_03 .header_wrap .readcopy {
}
.detail_wrap_03 .detail_block {
    margin-right: -29px;
}
.detail_wrap_03 .detail_block:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}
.detail_wrap_03 .detail_block .block {
    float: left;
    margin-right: 29px;
}
.detail_wrap_03 .detail_block .block img {
    margin-bottom: 24px;
    width: 100%;
}
.detail_wrap_03 .detail_block.block_02 .block img {
    margin-bottom: 16px;
}
.detail_wrap_03 .detail_block .block .txt_wrap {
    text-align: center;
}
.detail_wrap_03 .detail_block .block .txt_wrap h5 {
    font-size: 1.6rem;
    letter-spacing: 2px;
    font-family: "Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HG明朝B","MS Mincho",serif;
    margin-bottom: 13px;
    line-height: 1.5;
}
.detail_wrap_03 .detail_block .block .txt_wrap .price_text {
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.detail_wrap_03 .detail_block .block .txt_wrap ul.detail_text {
     
}
.detail_wrap_03 .detail_block .block .txt_wrap ul.detail_text li {
    text-align: left;
/*    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.3;*/
    margin-bottom: 6px;
}
/*
.detail_wrap_03 .detail_block .block .txt_wrap ul.detail_text li:before {
    content: "・";
    position: relative;
    left: 0px;
    top: 0px;
}
*/
.detail_wrap_03 .detail_block .caption {
    margin-bottom: 46px;
}
.detail_wrap_03 .btn_link_style01 {
    margin-top: 40px;
}


/* 写真2点 */
.detail_wrap_03 .detail_block.block_02 .block {
    width: 435px;
}

/* 写真3点 */
.detail_wrap_03 .detail_block.block_03 .block {
    width: 280px;
}

@media screen and (max-width: 767px) {
    .detail_wrap_03 {
        margin-bottom: 120px;
    }
    #teiban_wrap .detail_wrap_03 {
        margin-bottom: 10px;
    }
    .detail_wrap_03:last-child {
        margin-bottom: 0px;
    }
    .detail_wrap_03 .header_wrap {
        margin-bottom: 36px;
    }
    .detail_wrap_03 .header_wrap h4 {
        padding-bottom: 12px;
        margin: 0 auto 26px;
    }
    .detail_wrap_03 .header_wrap .readcopy {
        text-align: left;
    }
    .detail_wrap_03 .detail_block {
        margin-right: 0px;
    }
    .detail_wrap_03 .detail_block .block {
        float: none;
        margin-right: 0px;
        margin-bottom: 40px;
    }
    .detail_wrap_03 .detail_block .block img {
        margin-bottom: 16px;
        width: 70%;
        margin: 0 auto 16px;
        display: block;
    }
    .detail_wrap_03 .detail_block.block_02 .block img {
        margin-bottom: 16px;
    }
    .detail_wrap_03 .detail_block .block .txt_wrap {
        text-align: center;
    }
    .detail_wrap_03 .detail_block .block .txt_wrap h5 {
        font-size: 1.7rem;
        margin-bottom: 4px;
    }
    .detail_wrap_03 .detail_block .block .txt_wrap .price_text {
        letter-spacing: 3px;
        margin-bottom: 10px;
    }
    .detail_wrap_03 .detail_block .block .txt_wrap ul.detail_text {

    }
    .detail_wrap_03 .detail_block .block .txt_wrap ul.detail_text li {
        text-align: left;
        margin-bottom: 6px;
    }
    .detail_wrap_03 .detail_block .caption {
        margin-bottom: 46px;
    }
    .detail_wrap_03 .btn_link_style01 {
        margin-top: 10px;
    }


    /* 写真2点 */
    .detail_wrap_03 .detail_block.block_02 .block {
        width: 100%;
        margin-bottom: 0px;
    }

    /* 写真3点 */
    .detail_wrap_03 .detail_block.block_03 .block {
        width: 100%;
    }
    
}


/* Service_unit (restaurant)   */
.service_wrap {
    display: block;
    width: 820px;
    margin: 0 auto;
    border: 10px solid #f5f1e4;
    padding: 30px;
}
.service_wrap:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

.service_wrap .ph_wrap {
    float: left;
    position: relative;
    width: 450px;
    margin-right: 40px;
}
.service_wrap .ph_wrap img {
    width: 100%;
}
.service_wrap .txt_wrap {
    float: left;
    width: 300px;
}
.service_wrap .txt_wrap h4 {
    font-size: 1.8rem;
    letter-spacing: 2px;
    font-family: "Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HG明朝B","MS Mincho",serif;
    margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
    .service_wrap {
        width: 85%;
        padding: 5%;
    }
    .service_wrap .ph_wrap {
        float: none;
        position: relative;
        width: 100%;
        margin-right: 0px;
    }
    .service_wrap .ph_wrap img {
        width: 100%;
    }
    .service_wrap .txt_wrap {
        float: none;
        width: 100%;
    }
    .service_wrap .txt_wrap h4 {
        margin-bottom: 16px;
    }
}


/* detail_wrap_04 (entry)  */

.detail_wrap_04 {
    margin-bottom: 80px;
}
.detail_wrap_04:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

.detail_wrap_04 h4 {
    display: block;
    width: 200px;
    float: left;
    font-size: 1.8rem;
    letter-spacing: 2px;
    font-family: "Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HG明朝B","MS Mincho",serif;
    margin-bottom: 22px;
    text-align: right;
}
.detail_wrap_04 .detail_list_wrap {
    float: left;
    width: 600px;
    border-left: 1px solid #996c33;
    margin-left: 40px;
    padding-left: 40px;
}
.detail_wrap_04 .detail_list_wrap dl {
    width: 600px;
}


/* List_unit
========================================== */

/* List_style 02 */

dl.list_style01 {
    display: inline-block;
    text-align: left;
}
dl.list_style01 dt {
    position: absolute;
}
dl.list_style01 dd {
    padding-left: 9em;
    margin-bottom: 18px;
}
dl.list_style01 dd ul {
}
dl.list_style01 p.chugaki,
dl.list_style01 dd ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 6px;
}


/* List_style 02 */

ul.list_style02 {
}
ul.list_style02 li {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.3;
    margin-bottom: 6px;
}
ul.list_style02 li:before {
    content: "・";
    position: relative;
    left: 0px;
    top: 0px;
}


/* Table_style
========================================== */

table {
  border-collapse:collapse;
  empty-cells:show;
  border-spacing:0;
}
table th,
table td {
  font-size:100%;
  text-align: center;
}


/* Table_style 01 */

table.table_style01 {
  width:100%;
  border:1px solid #999;
}
table.table_style01 th {
  padding:5px 15px 5px 15px;
  border:1px solid #999;
  background:#e6e3d8;
  vertical-align:middle;
  letter-spacing:2px;
  font-weight:normal;
}
table.table_style01 td {
  padding:5px 10px 5px 10px;
  border:1px solid #999;
}

@media screen and (max-width: 767px) {
    .table_wrap_sp {
        overflow-x: scroll;
    }

}



/* Btn_style
========================================== */

/* btn_link_style01 */

.btn_link_style01 {
    text-align:center;
    letter-spacing:2px;
    font-weight:normal;
    font-size:1.4rem;
    line-height: 1.3;
}
.btn_link_style01 a {
    position:relative;
    display:inline-block;
    padding:3px 25px;
    min-width:170px;
    border:1px solid #999;
/*    border-radius: 16px;*/
    color: #333 !important;
    text-decoration: none !important;
/*    background-color: #fff;*/
}
.btn_link_style01 a::after {
    position:absolute;
    top:50%;
    right:15px;
    display:inline-block;
    margin-top:-5px;
    width:10px;
    height:10px;
    border:solid #333;
    border-width:1px 1px 0 0;
    content:"";
    transform:rotate(45deg);
}
.btn_link_style01 a:hover {
    background-color: #e3decf;
}

.btn_link_style01.down_arrow a::after {
    top:40%;
    transform:rotate(135deg);
}
.btn_link_style01.wh a {
    border:1px solid #fff;
    color: #fff !important;
}
.btn_link_style01.wh a::after {
    border:solid #dabe74;
    border-width:1px 1px 0 0;
}
.btn_link_style01.wh a:hover {
    background-color: #6a5d4c;
}


/* btn_link_style02 */

.btn_link_style02 {
    text-align:center;
    letter-spacing:2px;
    font-weight:normal;
    font-size:1.3rem;
    line-height: 1.3;
}
.btn_link_style02 a {
    position:relative;
    display:inline-block;
    padding:6px 25px;
    border:1px solid #999;
    border-radius: 16px;
    color: #333 !important;
    text-decoration: none !important;
    background-color: #fff;
}
.btn_link_style02 a::after {
    position:absolute;
    top:50%;
    right:10px;
    display:inline-block;
    margin-top:-8px;
/*    content:"＋";*/
}
.btn_link_style02 a:hover {
    background-color: #e3decf;
}


/* btn_link_style03 */

.btn_link_style03 {
    text-align:left;
    letter-spacing:0px;
    font-weight:normal;
    font-size:1.3rem;
    line-height: 1.3;
}
.btn_link_style03 a {
    position:relative;
    display:inline-block;
    padding:6px 20px 6px 12px;
    min-width:120px;
    border:1px solid #999;
    border-radius: 16px;
    color: #333 !important;
    text-decoration: none !important;
    background-color: #fff;
}
.btn_link_style03 a::after {
    position:absolute;
    top:50%;
    right:10px;
    display:inline-block;
    margin-top:-5px;
    width:8px;
    height:8px;
    border:solid #333;
    border-width:1px 1px 0 0;
    content:"";
    transform:rotate(45deg);
}
.btn_link_style03.is_current a,
.btn_link_style03 a:hover {
    background-color: #e3decf;
}

/* btn_link_style03 逆向き */

.btn_link_style03.btn_back {
    text-align:right;
}
.btn_link_style03.btn_back a {
    padding:6px 12px 6px 20px;
}
.btn_link_style03.btn_back a::after {
    left:10px;
    transform:rotate(225deg);
}


/* btn_link_style04 */
.btn_link_style04 {
    text-align:center;
    letter-spacing:2px;
    font-weight:normal;
    font-size:2.0rem;
    line-height: 1.3;
}
.btn_link_style04 a {
    position:relative;
    display:inline-block;
    padding:14px 100px;
    border:1px solid #999;
    color: #333 !important;
    text-decoration: none !important;
    background-color: #fff;
}
.btn_link_style04 a::after {
    position:absolute;
    top:50%;
    right:15px;
    display:inline-block;
    margin-top:-5px;
    width:10px;
    height:10px;
    border:solid #333;
    border-width:1px 1px 0 0;
    content:"";
    transform:rotate(45deg);
}
.btn_link_style04 a:hover {
    background-color: #e3decf;
}
@media screen and (max-width: 767px) {
  .btn_link_style04 {
    font-size:1.8rem;
  }
  .btn_link_style04 a {
    padding:14px 0px;
    width: 100%;
  }
}


/* btn_link_style05 */
.btn_link_style05 {
    text-align:center;
    letter-spacing:2px;
    font-weight:normal;
    font-size:1.6rem;
    line-height: 1.3;
}
.btn_link_style05 a {
    position:relative;
    display:inline-block;
    padding:6px 100px;
    border:1px solid #fff;
    color: #fff !important;
    text-decoration: none !important;
}
.btn_link_style05 a::after {
    position:absolute;
    top:50%;
    right:15px;
    display:inline-block;
    margin-top:-5px;
    width:10px;
    height:10px;
    border:solid #fff;
    border-width:1px 1px 0 0;
    content:"";
    transform:rotate(45deg);
}
.btn_link_style05 a:hover {
    background-color: #666;
}
/* type_bk */
.btn_link_style05.type_bk a {
    border:1px solid #999;
    color: #333 !important;
}
.btn_link_style05.type_bk a::after {
    border:solid #666;
    border-width:1px 1px 0 0;
}
.btn_link_style05.type_bk a:hover {
    background-color: #e5e5e5;
}

/* btn_link_style06 */
.btn_link_style06 {
    text-align:center;
    letter-spacing:2px;
    font-weight:normal;
    font-size:2.0rem;
    line-height: 1.3;
}
.btn_link_style06 a {
    position:relative;
    display:inline-block;
    padding:14px 100px;
    color: #fff !important;
    text-decoration: none !important;
    background-color: #333;
}
.btn_link_style06 a::after {
    position:absolute;
    top:50%;
    right:15px;
    display:inline-block;
    margin-top:-5px;
    width:10px;
    height:10px;
    border:solid #fff;
    border-width:1px 1px 0 0;
    content:"";
    transform:rotate(45deg);
}
.btn_link_style06 a:hover {
    background-color: #666;
}
@media screen and (max-width: 767px) {
  .btn_link_style06 {
    font-size:1.8rem;
  }
  .btn_link_style06 a {
    padding:14px 0px;
    width: 100%;
  }
}


/* Bnr_style
========================================== */

ul.footer_banner_upper li {
    width: 980px;
    margin-bottom: 20px;
}
ul.footer_banner_upper li img {
    width: 100%;
}


.bnr_style_01 a,
.bnr_style_02 a {
    display: block;
    text-align: center;
    padding: 18px 0px 12px 0px;
    background-color: #f5f1e4;
    float: left;
    width: 239px;
    margin: 0px 8px 18px 0px;

    letter-spacing:2px;
    font-size:1.6rem;
    font-family:"Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HG明朝B","MS Mincho",serif;
    color: #333 !important;
    line-height: 1.3;
    text-decoration: none !important;
}
.bnr_style_01 a span {
    font-size: 1.4rem;
    display: block;
    margin: 0 auto;
    letter-spacing: 2px;
    color: #996c33 !important;
}
.bnr_style_01.bnr04 a {
    margin-right: 0px;
}


.bnr_style_02 a {
    padding: 12px 0px 14px 0px;
}

@media screen and (max-width: 767px) {
    ul.footer_banner_upper li {
        width: 100%;
        margin-bottom: 20px;
    }
    ul.footer_banner_upper li img {
        width: 100%;
    }
    .bnr_style_01 a,
    .bnr_style_02 a {
        padding: 18px 0px 12px 0px;
        width: 47%;
        margin: 0px 0px 14px 0px;
        letter-spacing:1px;
    }
    .bnr_style_01 a span {
        font-size: 1.4rem;
        letter-spacing: 2px;
    }
    .bnr_style_01.bnr01 a,
    .bnr_style_01.bnr03 a,
    .bnr_style_02.bnr05 a,
    .bnr_style_02.bnr07 a {
        margin-right: 14px;
    }
    .bnr_style_02 a {
        padding: 12px 0px 14px 0px;
    }
}


/* bnr_style_03 */
#contents .bnr_style_03 {
  margin: 90px 40px;
  height: 400px;
  text-align: center;
}
#contents .bnr_style_03.bnr_traceability {
  background: url(/images/base/bg_traceability.jpg) no-repeat center center;
  background-size: cover;
}
#contents .bnr_style_03 .tit_style05 {
  padding-top: 70px;
}
#contents .bnr_style_03 .catch_style05 {
  margin-top: 80px;
  margin-bottom: 50px;
}
#contents .bnr_style_03 .btn_link_style05 {
}
/* .bnr_aboutus */
#contents .bnr_style_03.bnr_aboutus {
  background: url(/images/home/bg_aboutus.jpg) no-repeat center center;
  background-size: cover;
}
#contents .bnr_style_03.bnr_aboutus .catch_style05 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #contents .bnr_style_03 {
    margin: 90px 4vw;
    height: 400px;
    text-align: center;
  }
  #contents .bnr_style_03 .tit_style05 {
    padding-top: 70px;
  }
  #contents .bnr_style_03 .catch_style05 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #contents .bnr_style_03 .btn_link_style05 {
  }
  /* .bnr_traceability */
  #contents .bnr_style_03.bnr_traceability {
    background: url(/images/base/bg_traceability_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  #contents .bnr_style_03.bnr_traceability .tit_style05 {
    padding-top: 70px;
  }
  #contents .bnr_style_03.bnr_traceability .tit_style05::after {
    background: #fff;
  }
  #contents .bnr_style_03.bnr_traceability .catch_style05 {
    margin-top: 70px;
    margin-bottom: 35px;
  }
  /* .bnr_aboutus */
  #contents .bnr_style_03.bnr_aboutus {
    background: url(/images/home/bg_aboutus_sp.jpg?ver220206-1) no-repeat right top;
    background-size: cover;
  }
  #contents .bnr_style_03.bnr_aboutus .catch_style05 {
    margin-top: 60px;
  }
  #contents .bnr_style_03.bnr_aboutus .btn_link_style05 a {
    background: rgba(51,51,51,0.5);
  }
}


/* bnr_style_04 (bnr_forbusiness) */
footer .bnr_style_04 {
  height: 400px;
  text-align: center;
  position: relative;
}
footer .bnr_style_04::before {
  content: '';
  position: absolute;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  margin: 40px;
  border:1px solid #fff;
  display: block;
}
footer .bnr_style_04.bnr_forbusiness {
  background: url(/images/base/bnr_footer_forbusiness.jpg) no-repeat center center;
  background-size: cover;
}
footer .bnr_style_04 .tit_style05 {
  padding-top: 70px;
}
footer .bnr_style_04 .catch_style05 {
  margin-top: 60px;
  margin-bottom: 50px;
  letter-spacing: 4px;
}
footer .bnr_style_04 .btn_link_style05 {
}
@media screen and (max-width: 767px) {
  footer .bnr_style_04.bnr_forbusiness {
    background: url(/images/base/bnr_footer_forbusiness_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  footer .bnr_style_04 .catch_style05 {
    margin-top: 40px;
    margin-bottom: 30px;
    letter-spacing: 0px;
  }
}


/* Margin_style
========================================== */

.mb_0 {
    margin-bottom: 0 !important
}
.mb_5 {
    margin-bottom: 5px !important
}
.mb_10 {
    margin-bottom: 10px !important
}
.mb_15 {
    margin-bottom: 15px !important
}
.mb_20 {
    margin-bottom: 20px !important
}
.mb_30 {
    margin-bottom: 30px !important
}
.mb_40 {
    margin-bottom: 40px !important
}
.mb_50 {
    margin-bottom: 50px !important
}


.mt_0 {
    margin-top: 0 !important
}
.mt_5 {
    margin-top: 5px !important
}
.mt_10 {
    margin-top: 10px !important
}
.mt_15 {
    margin-top: 15px !important
}
.mt_20 {
    margin-top: 20px !important
}
.mt_30 {
    margin-top: 30px !important
}
.mt_40 {
    margin-top: 40px !important
}
.mt_50 {
    margin-top: 50px !important
}


/* icon_link
========================================== */
.icon_brank a:after {
    content: "\f35d";
    font-weight: 900;
    font-size: 1.2rem;
    display: inline-block;
    margin: 0 0 0 0.8rem;
    font-family: "Font Awesome 5 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #999;
}


/* Member login
========================================== */
#contents #wpmem_login {
    width: 50%;
    margin: 0 auto;
}
#contents #wpmem_login legend {
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 10px;
    width: 100%;
}
#contents #wpmem_login .div_text {
    width: 100%;
}
#contents #wpmem_login .button_div {
    width: 100%;
}
#contents #wpmem_login .button_div label {
    font-size: 1.4rem;
    margin-right: 2em;
}

@media screen and (max-width: 767px) {
    #contents #wpmem_login {
        width: 85%;
    }
}
