@charset "UTF-8";

@import url(base.css);
@import url(common.css);

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

  トップページ

///////////////////////////////////////////////////////////////////////
*/
/* ごあいさつ */
.greeting_box {
}
	.index_greeting {
		background: url(../img/index_img/bg_greeting.png) no-repeat right top;
		position: relative;
		min-height: 162px;
	}
	.index_greeting_p {
		line-height: 2.3;
		padding: 20px 0;
	}
	.index_kome_img {
		position: absolute;
		left: 0;
		bottom: 0;
	}

/* バナー */
.index_bana {
  margin: 33px 0;
}
  .index_bana li {
    float: left;
  }
  .index_bana li:first-of-type {
    margin-right: 20px;
  }
/* お知らせ */
#news {
}
  .news_box {
    margin: 15px 0;
  }
    .news_box .news_date {
    }
    .news_box h3 {
      color: #c03201;
      font-weight: bold;
      line-height: 1.3;
      margin-bottom: 5px;
    }
    .news_box .news_image {
      float: right;
      margin-left: 20px;
      width: 200px;
      height: auto;
    }

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

  MENU

///////////////////////////////////////////////////////////////////////
*/
.pt_menu {
  background-image: url(../img/menu_img/pagetitle.png), url(../img/common_img/bg_mainimage.png);
  background-repeat: no-repeat, repeat;
  background-position: center top, left top;
  box-shadow: 0 -10px 20px rgba(0,0,0,0.4) inset, 0 10px 15px rgba(255,255,190,0.6) inset;
}
.pagetitle_for_menupage {
  background-image: url(../img/menu_img/pagetitle.png), url(../img/common_img/bg_mainimage.png);
  background-repeat: no-repeat, repeat;
  background-position: center top, left top;
  box-shadow: 0 -10px 20px rgba(0,0,0,0.4) inset, 0 10px 15px rgba(255,255,190,0.6) inset;
}
/* intro */
.menu_intro {
  background: rgba(99, 68, 4, 0.5);
  margin: 22px 0 10px;
  padding: 10px 20px;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
}

/* list */
.menu_list {
}
  .menu_list .thumb {
    width: 224px;
    float: left;
    margin-right: 14px;
    border: 0;
    padding-bottom: 15px;
    border-bottom: 1px dotted #A47B1F;
    margin-bottom: 15px;
  }
  .menu_list .thumb:nth-of-type(3n){
    margin-right: 0;
  }
    .menu_list .thumb a {
      display: block;
      width: 100%;
      color: #300;
      text-decoration: none;
    }
    .menu_list .thumb a:hover {
      filter:alpha(opacity=65);
      -moz-opacity: 0.65;
      opacity: 0.65;
    }
      .menu_list .thumb .im {
        width: 224px;
        height: 180px;
        border:5px solid #444;
        overflow: hidden;
      }
      .menu_list .thumb .menu_name,
      .menu_list .thumb .menu_fee,
      .menu_list .thumb .menu_txt_short {
        line-height: 1.2;
        padding: 0 10px;
      }
      .menu_list .thumb .menu_name {
        /*
        max-width:224px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        */
        margin-top: 10px;
        font-size: 14px;
        font-weight: bold;
      }
      .menu_list .thumb .menu_fee {
        line-height: 1;
        font-size: 14px;
/*        color: #C00;*/
        color: #000;
        font-weight:bold;
        text-align: right;
        padding: 5px 0 8px;
      }
      .menu_list .thumb .menu_txt_short {
      }
      /* modal box */
      .menu_image_modal {
        text-align: center;
      }
        .menu_image_modal img {
          margin: 0 auto;
          max-height:400px;
          width: auto;
        }
      .menu_txt_long {
        margin-top: 20px;
        border-top: 1px dotted #CCC;
        padding-top: 15px;
        color: #333;
      }

/* list : WP-PageNavi */
.wp-pagenavi {
  clear: both;
  margin: 40px auto;
  text-align: center;
  font-size: 14px;
}
  .wp-pagenavi a,
  .wp-pagenavi span {
    text-decoration: none;
    padding: 6px 12px;
    margin: 1px 2px;
    zoom: 1;
    color: #FFF;
  }
  .wp-pagenavi span.pages {
    background: #333;
  }
  .wp-pagenavi span.current {
    background: #7b4a00;
  }
  .wp-pagenavi a {
    background: #111;
  }
  .wp-pagenavi a:hover {
    background: #888;
  }

/* content : pagelink */
.pagelink {
  margin-top: -15px;
  padding-top: 20px;
  border-top: 1px dotted #666;
}
  .pagelink .oldpage {
    float: left;
  }
  .pagelink .newpage {
    float: right;
  }

/* content : listlink */
.listlink {
  clear: both;
  width: 200px;
  margin: 45px auto 20px;
  text-align: center;
  border:1px solid #666;
  padding: 2px;
}
  .listlink a {
    display: block;
    margin: 0;
    padding: 8px 0 6px;
    background: #111;
    text-align: center;
    text-decoration: none;
    zoom: 1;
    line-height: 1;
    color: #F29430;
  }
  .listlink a:hover {
    opacity:0.6;
    filter:alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
  }
  .listlink a:before {
    content: "≫";
    padding-right: 5px;
  }


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

  STEP

///////////////////////////////////////////////////////////////////////
*/
.pt_step {
  background-image: url(../img/step_img/pagetitle.png), url(../img/common_img/bg_mainimage.png);
  background-repeat: no-repeat, repeat;
  background-position: center top, left top;
  box-shadow: 0 -10px 20px rgba(0,0,0,0.4) inset, 0 10px 15px rgba(255,255,190,0.6) inset;
}

/* step */
.step_box {
  position: relative;
}
  .step_img_r {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
  }
  .step_img_l {
    position: absolute;
    right: 80px;
    top: 0;
    z-index: 99;
  }
  .step_img_l4 {
    position: absolute;
    right: 80px;
    top: -20px;
    z-index: 99;
  }

/* fax */
.reserve_box .fax_box {
  text-align: center;
  margin: 25px 0 40px;
}
.step_box .fax_box {
  text-align: center;
  margin: 40px 0 0;
}


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

  AREA

///////////////////////////////////////////////////////////////////////
*/
.pt_area {
  background-image: url(../img/area_img/pagetitle.png), url(../img/common_img/bg_mainimage.png);
  background-repeat: no-repeat, repeat;
  background-position: center top, left top;
  box-shadow: 0 -10px 20px rgba(0,0,0,0.4) inset, 0 10px 15px rgba(255,255,190,0.6) inset;
}

.intro_p {
  font-size: 16px;
  font-weight: bold;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  line-height: 24px;
}
  .strong_red {
    font-size: 18px;
    color: #C00;
    padding-right: 3px;
  }

.sub_p {
  margin-top: 15px;
  border-top: 1px dotted #A47B1F;
  padding-top: 15px;
}

/* deliv */
.deliv_box {
  background: url(../img/area_img/map.png) no-repeat left top;
  width: 700px;
  height: 327px;
}
  .deliv_box .deliv_box_right {
    float: right;
    width: 285px;
    padding-right: 25px;
  }
    .deliv_p1 {
      padding: 45px 0 15px;
      font-size: 14px;
      font-weight: bold;
      line-height: 2.3;
    }

/* contact_box */
.contact_box {
  background: url(../img/area_img/contact_bg.png) no-repeat left top;
  margin: 30px 0 0;
  width: 700px;
  height: 157px;
  position: relative;
}
  .contact_box .btn_contact_tel {
    display: block;
    position: absolute;
    left: 45px;
    bottom: 20px;
  }
  .contact_box .btn_contact_fax {
    display: block;
    position: absolute;
    right: 45px;
    bottom: 20px;
  }
  .contact_box .btn_contact_step {
    display: block;
    position: absolute;
    right: 25px;
    top: 17px;
  }


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

  INFO

///////////////////////////////////////////////////////////////////////
*/
.pt_info {
  background-image: url(../img/info_img/pagetitle.png), url(../img/common_img/bg_mainimage.png);
  background-repeat: no-repeat, repeat;
  background-position: center top, left top;
  box-shadow: 0 -10px 20px rgba(0,0,0,0.4) inset, 0 10px 15px rgba(255,255,190,0.6) inset;
}

/* 会社概要 */
.info_box {
  display: table;
  width: 100%;
  background: rgba(70,26,0,0.15);
  padding: 6px;
}
  .info_box dl {
    display: table-row;
    width: 100%;
    background: url(../img/info_img/bg_info_body.png) repeat-y left top;
    -webkit-background-size: 700px;
    background-size: 700px;
  }
    .info_box dl dt,
    .info_box dl dd {
      display: table-cell;
      padding: 12px 12px 12px 24px;
      border-bottom: 1px dotted #B79E62;
    }
    .info_box dl:last-of-type dt,
    .info_box dl:last-of-type dd {
      border-bottom: 0;
    }
    .info_box dl dt {
      display: table-cell;
      width: 160px;
      font-weight: bold;
      border-right: 1px dotted #B79E62;
    }
    .info_box dl dd {
      display: table-cell;
    }
      .info_box dl dd br {
        display: none;
      }