@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : fussa__menu.css
 author     : Ability Consultant
 style info : 福生のビール小屋
=================================================================== */
.con_menu {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  .con_menu {
    width: 95%;
  }
}

.con_menu #tab_menu ul:after {
  content: "";
  display: table;
  clear: both;
}

/* font-awesome */
.gnav03 a {
  background: #e0e0e2 !important;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
  background-image: url(../koya/images/bg_koya.jpg);
  padding-bottom: 85px;
}
@media only screen and (max-width: 767px) {
  #contents {
    padding-bottom: 10%;
  }
}
#contents .wrp_pankuzu {
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .con_banner .bn_koya {
    display: none;
  }
}
/* -----------------------------------------------------------
	.con_menu
----------------------------------------------------------- */
.con_menu {
  margin-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .con_menu {
    margin-bottom: 20%;
  }
}
.con_menu #tab_menu {
  padding-top: 13px;
}
.con_menu #tab_menu ul {
  width: 100%;
}
.con_menu #tab_menu ul li {
  width: 32.54545%;
  float: left;
  -webkit-transition: margin-top 0.15s linear;
  transition: margin-top 0.15s linear;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  padding: 1em;
  background-color: #fff;
  margin-left: 1.18182%;
  text-align: center;
  cursor: pointer;
}
.con_menu #tab_menu ul li:first-child {
  margin-left: 0;
}
.mouse .con_menu #tab_menu ul li:hover, .touch .con_menu #tab_menu ul li.touchstart {
  background-color: #422b22;
  border-color: #422b22;
  color: #fff;
}
.touch .con_menu #tab_menu ul li {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_menu #tab_menu ul li.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_menu #tab_menu ul li.active {
  background-color: #422b22;
  border-color: #422b22;
  color: #fff;
  position: relative;
  margin-top: -13px;
}
.con_menu #tab_menu ul li.active:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  border-top: 12px solid #422b22;
  margin-left: -9px;
  left: 50%;
}
.con_menu #tab_menu .box_select {
  position: relative;
}
.con_menu #tab_menu .box_select:before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  margin: auto;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  border-top: 12px solid #102870;
  margin-top: -6px;
  right: 5%;
}
@media only screen and (max-width: 500px) {
  .con_menu #tab_menu .box_select:before {
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-top: 6px solid #102870;
    margin-top: -3px;
  }
}
.con_menu #tab_menu .box_select select {
  border-radius: 5px;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-size: 124%;
  background-color: #FFF;
  color: #747474;
  line-height: 2;
  padding: 0.5em;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #E1E1E1;
}
.con_menu #tab_menu .box_select select:-ms-expand {
  display: none;
}
.con_menu #tab_menu .box_select select option {
  line-height: 2;
}
.con_menu .box_det {
  display: none;
}
.con_menu .box_det .box_menu {
  margin-top: 50px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_menu .box_det .box_menu {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu {
    margin-top: 7%;
  }
}
.con_menu .box_det .box_menu .infotxt {
  color: #9c140a;
  padding: 5px;
}
.con_menu .box_det .box_menu h3 {
  font-weight: normal;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-size: 185%;
  margin-bottom: 10px;
  color: #353535;
  letter-spacing: 0.4em;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu h3 {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu h3 {
    letter-spacing: 0;
  }
}
.con_menu .box_det .box_menu h3:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  content: "";
  width: 26px;
  height: 26px;
  background: url(../koya/images/ic_koya.png) no-repeat center top;
  margin-right: 0.3em;
  background-size: 20.8px auto;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu h3:before {
    margin-right: 0.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu .obj_accordion {
    -webkit-transition: margin-bottom .30s;
    transition: margin-bottom .30s;
    margin-bottom: 0;
    padding: 0.2em 0.2em 0.2em 0.1em;
    border: 1px solid #a09c9b;
    font-size: 162%;
  }
  .con_menu .box_det .box_menu .obj_accordion:after {
    content: "";
    font-family: FontAwesome;
    float: right;
    margin-right: 0.5em;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
  }
  .con_menu .box_det .box_menu .obj_accordion.active:after {
    float: right;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}
.con_menu .box_det .box_menu .title {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-size: 162%;
  color: #353535;
}
@media only screen and (min-width: 768px) {
  .con_menu .box_det .box_menu .box_left {
    float: left;
    width: 47.72727%;
  }
}
@media print {
  .con_menu .box_det .box_menu .box_left {
    float: left;
    width: 47.72727%;
  }
}
.ie8 .con_menu .box_det .box_menu .box_left {
  float: left;
  width: 47.72727%;
}
@media only screen and (min-width: 768px) {
  .con_menu .box_det .box_menu .box_right {
    float: right;
    width: 47.72727%;
  }
}
@media print {
  .con_menu .box_det .box_menu .box_right {
    float: right;
    width: 47.72727%;
  }
}
.ie8 .con_menu .box_det .box_menu .box_right {
  float: right;
  width: 47.72727%;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu .box_right {
    margin-top: 7%;
  }
  .con_menu .box_det .box_menu .box_right.sp_change {
    margin-top: 0px !important;
  }
  .con_menu .box_det .box_menu .box_right:first-child {
    margin-top: 10%;
  }
}
.con_menu .box_det .box_menu .box_left, .con_menu .box_det .box_menu .box_right {
  /*table*/
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu .box_left, .con_menu .box_det .box_menu .box_right {
    display: block;
  }
}
.con_menu .box_det .box_menu .box_left .box_photo, .con_menu .box_det .box_menu .box_right .box_photo {
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu .box_left .box_photo, .con_menu .box_det .box_menu .box_right .box_photo {
    margin-bottom: 5%;
  }
}
.con_menu .box_det .box_menu .box_left .box_photo .photo img, .con_menu .box_det .box_menu .box_right .box_photo .photo img {
  width: 100%;
}
.con_menu .box_det .box_menu .box_left .box_photo .cap, .con_menu .box_det .box_menu .box_right .box_photo .cap {
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-size: 158%;
  color: #422b22;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu .box_left .box_photo .cap, .con_menu .box_det .box_menu .box_right .box_photo .cap {
    margin-top: 3%;
  }
}
.con_menu .box_det .box_menu .box_left .box_photo .photo_sake, .con_menu .box_det .box_menu .box_right .box_photo .photo_sake {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu .box_left .box_photo .photo_sake, .con_menu .box_det .box_menu .box_right .box_photo .photo_sake {
    margin-bottom: 5%;
  }
}
.con_menu .box_det .box_menu .box_left .st, .con_menu .box_det .box_menu .box_right .st {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-size: 158%;
  color: #9c140a;
  line-height: 1em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu .box_left .st, .con_menu .box_det .box_menu .box_right .st {
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu .box_left .st, .con_menu .box_det .box_menu .box_right .st {
    margin-top: 5%;
  }
}
.con_menu .box_det .box_menu .box_left .st span, .con_menu .box_det .box_menu .box_right .st span {
  color: #353535;
}
.con_menu .box_det .box_menu .box_left .st span:before, .con_menu .box_det .box_menu .box_right .st span:before {
  content: "・";
  color: #9c140a;
  font-size: 162%;
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu .box_left .st span:before, .con_menu .box_det .box_menu .box_right .st span:before {
    margin-right: 2%;
  }
}
.con_menu .box_det .box_menu .box_left .top_m, .con_menu .box_det .box_menu .box_right .top_m {
  margin-top: 33px;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu .box_left .top_m, .con_menu .box_det .box_menu .box_right .top_m {
    margin-top: 4%;
  }
}
.con_menu .box_det .box_menu .box_left .txt, .con_menu .box_det .box_menu .box_right .txt {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu .box_left .txt, .con_menu .box_det .box_menu .box_right .txt {
    margin-bottom: 3%;
  }
}
.con_menu .box_det .box_menu .box_left .exp, .con_menu .box_det .box_menu .box_right .exp {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu .box_left .exp, .con_menu .box_det .box_menu .box_right .exp {
    margin-bottom: 3%;
  }
}
.con_menu .box_det .box_menu .box_left table, .con_menu .box_det .box_menu .box_right table {
  width: 100%;
  font-size: 108%;
}
.con_menu .box_det .box_menu .box_left table tr, .con_menu .box_det .box_menu .box_right table tr {
  border-bottom: 1px solid #d2d2d2;
}
.con_menu .box_det .box_menu .box_left table tr:first-child, .con_menu .box_det .box_menu .box_right table tr:first-child {
  border-top: 1px solid #d2d2d2;
}
.con_menu .box_det .box_menu .box_left table th, .con_menu .box_det .box_menu .box_left table td, .con_menu .box_det .box_menu .box_right table th, .con_menu .box_det .box_menu .box_right table td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5em;
  padding: 1.5em;
}
.con_menu .box_det .box_menu .box_left table th, .con_menu .box_det .box_menu .box_right table th {
  width: 70.47619%;
  background-color: rgba(0, 67, 50, 0.05);
  text-align: left;
  font-weight: normal;
  padding-left: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_menu .box_det .box_menu .box_left table th, .con_menu .box_det .box_menu .box_right table th {
    padding-left: 4%;
  }
}
.con_menu .box_det .box_menu .box_left table td, .con_menu .box_det .box_menu .box_right table td {
  text-align: right;
  padding-right: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_menu .box_det .box_menu .box_left table td, .con_menu .box_det .box_menu .box_right table td {
    padding-right: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu .box_left table th, .con_menu .box_det .box_menu .box_right table th {
    width: 68%;
    display: inline-block;
    padding: .8em .6em;
  }
  .con_menu .box_det .box_menu .box_left table td, .con_menu .box_det .box_menu .box_right table td {
    width: 30%;
    display: inline-block;
    padding: .8em .6em;
  }
}
.con_menu .box_det .box_menu .box_left table.dri_table, .con_menu .box_det .box_menu .box_right table.dri_table {
  width: 100%;
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu .box_left table.dri_table tr, .con_menu .box_det .box_menu .box_right table.dri_table tr {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu .box_left table.dri_table tr.bt, .con_menu .box_det .box_menu .box_right table.dri_table tr.bt {
    border-top: 1px solid #d2d2d2;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu .box_left table.dri_table tr.bb, .con_menu .box_det .box_menu .box_right table.dri_table tr.bb {
    border-bottom: 1px solid #d2d2d2;
  }
}
.con_menu .box_det .box_menu .box_left table.dri_table th, .con_menu .box_det .box_menu .box_left table.dri_table td, .con_menu .box_det .box_menu .box_right table.dri_table th, .con_menu .box_det .box_menu .box_right table.dri_table td {
  width: 33.33333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5em;
  padding: 1.5em;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_menu .box_det .box_menu .box_left table.dri_table th, .con_menu .box_det .box_menu .box_left table.dri_table td, .con_menu .box_det .box_menu .box_right table.dri_table th, .con_menu .box_det .box_menu .box_right table.dri_table td {
    padding-left: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu .box_left table.dri_table th, .con_menu .box_det .box_menu .box_left table.dri_table td, .con_menu .box_det .box_menu .box_right table.dri_table th, .con_menu .box_det .box_menu .box_right table.dri_table td {
    display: inline-block;
    padding: .8em .6em;
  }
}
.con_menu .box_det .box_menu .box_left table.dri_table .bg_t, .con_menu .box_det .box_menu .box_right table.dri_table .bg_t {
  background-color: rgba(32, 67, 50, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_menu .box_det .box_menu .box_left table.dri_table .bg_t, .con_menu .box_det .box_menu .box_right table.dri_table .bg_t {
    width: 36.19048%;
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu .box_left table.dri_table .bg_t, .con_menu .box_det .box_menu .box_right table.dri_table .bg_t {
    display: block;
    width: 100%;
  }
}
.con_menu .box_det .box_menu .box_left table.dri_table .bg_st, .con_menu .box_det .box_menu .box_right table.dri_table .bg_st {
  background-color: rgba(0, 67, 50, 0.05);
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_menu .box_det .box_menu .box_left table.dri_table .bg_st, .con_menu .box_det .box_menu .box_right table.dri_table .bg_st {
    width: 38.09524%;
    padding: 1.5em 0 1.5em .5em;
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu .box_left table.dri_table .bg_st, .con_menu .box_det .box_menu .box_right table.dri_table .bg_st {
    width: 68%;
  }
}
.con_menu .box_det .box_menu .box_left table.dri_table .fee, .con_menu .box_det .box_menu .box_right table.dri_table .fee {
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_menu .box_det .box_menu .box_left table.dri_table .fee, .con_menu .box_det .box_menu .box_right table.dri_table .fee {
    width: 25.71429%;
    padding: 1.5em .5em 1.5em 0;
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu .box_left table.dri_table .fee, .con_menu .box_det .box_menu .box_right table.dri_table .fee {
    width: 30%;
  }
}
.con_menu .box_det .box_menu .box_left .course, .con_menu .box_det .box_menu .box_right .course {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu .box_left .course, .con_menu .box_det .box_menu .box_right .course {
    margin-top: 3%;
  }
}
.con_menu .box_det .box_menu .box_left .course span, .con_menu .box_det .box_menu .box_right .course span {
  font-weight: bold;
}
.con_menu .box_det .box_menu .box_left .cou_bot, .con_menu .box_det .box_menu .box_right .cou_bot {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu .box_left .cou_bot, .con_menu .box_det .box_menu .box_right .cou_bot {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu .box_left .mts_on, .con_menu .box_det .box_menu .box_right .mts_on {
    margin-top: 5%;
  }
}
@media only screen and (min-width: 768px) {
  .con_menu .box_det .box_menu .box_left .mbp_no, .con_menu .box_det .box_menu .box_right .mbp_no {
    margin-bottom: 0;
  }
}
@media print {
  .con_menu .box_det .box_menu .box_left .mbp_no, .con_menu .box_det .box_menu .box_right .mbp_no {
    margin-bottom: 0;
  }
}
.ie8 .con_menu .box_det .box_menu .box_left .mbp_no, .ie8 .con_menu .box_det .box_menu .box_right .mbp_no {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu .box_left .mbs_no, .con_menu .box_det .box_menu .box_right .mbs_no {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_menu .box_det .box_menu .wrp_aco {
    display: block !important;
  }
}
@media print {
  .con_menu .box_det .box_menu .wrp_aco {
    display: block !important;
  }
}
.ie8 .con_menu .box_det .box_menu .wrp_aco {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_menu .wrp_aco {
    display: none;
    padding-bottom: 5%;
    margin-top: 3%;
  }
  .con_menu .box_det .box_menu .wrp_aco.none {
    display: block;
    margin-top: 0;
  }
}
.con_menu .box_det .bot_m {
  margin-bottom: 65px;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .bot_m {
    margin-bottom: 0;
  }
}
.con_menu .box_det .wrp_single {
  width: 100%;
  overflow: hidden;
  padding-top: 7px;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .wrp_single {
    padding-top: 1%;
  }
}
.con_menu .box_det .wrp_single .sst {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-size: 162%;
  color: #9c140a;
  line-height: 1em;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .wrp_single .sst {
    margin-bottom: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .wrp_single .sst {
    margin-top: 5%;
    font-size: 147%;
  }
}
.con_menu .box_det .wrp_single .st {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-size: 147%;
  color: #9c140a;
  line-height: 1em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .wrp_single .st {
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .wrp_single .st {
    margin-top: 5%;
  }
}
.con_menu .box_det .txt_cap {
  font-size: 93%;
  margin-top: 20px;
  margin-bottom: 40px;
  border-top: 1px dotted #adabab;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .txt_cap {
    margin-top: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .txt_cap {
    margin-bottom: 5%;
  }
}
.con_menu .box_det .box_bn {
  margin-top: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_menu .box_det .box_bn {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_bn {
    margin-top: 10%;
  }
}
@media only screen and (min-width: 1101px) {
  .con_menu .box_det .box_bn .bn_gra_left {
    width: 42.27273%;
    float: left;
  }
}
@media print {
  .con_menu .box_det .box_bn .bn_gra_left {
    width: 42.27273%;
    float: left;
  }
}
.ie8 .con_menu .box_det .box_bn .bn_gra_left {
  width: 42.27273%;
  float: left;
}
@media only screen and (max-width: 1100px) {
  .con_menu .box_det .box_bn .bn_gra_left {
    display: block;
  }
}
.con_menu .box_det .box_bn .bn_gra_left .title {
  margin-top: 85px;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-size: 185%;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_menu .box_det .box_bn .bn_gra_left .title {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_bn .bn_gra_left .title {
    margin-top: 5%;
  }
}
.con_menu .box_det .box_bn .bn_gra_left .title span {
  color: #102870;
}
.con_menu .box_det .box_bn .bn_gra_left .txt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_menu .box_det .box_bn .bn_gra_left .txt {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_bn .bn_gra_left .txt {
    padding: 0 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_menu .box_det .box_bn .bn_gra_left .txt {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_bn .bn_gra_left .txt {
    margin-top: 3%;
  }
}
@media only screen and (min-width: 1101px) {
  .con_menu .box_det .box_bn .bn_gra_right {
    width: 57.72727%;
    float: right;
  }
}
@media print {
  .con_menu .box_det .box_bn .bn_gra_right {
    width: 57.72727%;
    float: right;
  }
}
.ie8 .con_menu .box_det .box_bn .bn_gra_right {
  width: 57.72727%;
  float: right;
}
@media only screen and (max-width: 1100px) {
  .con_menu .box_det .box_bn .bn_gra_right {
    display: block;
  }
}
.con_menu .box_det .box_bn .bn_gra_right .photo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 20px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_menu .box_det .box_bn .bn_gra_right .photo {
    padding: 2% 15% 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_bn .bn_gra_right .photo {
    padding: 5%;
  }
}
.con_menu .box_det .box_bn .bn_gra_right .photo img {
  width: 100%;
}
.con_menu .box_det .box_bn .box_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 35px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_bn .box_inner {
    padding: 5%;
  }
}
.con_menu .box_det .box_bn .box_inner h4 {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 15px;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-size: 185%;
  font-weight: normal;
  line-height: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_menu .box_det .box_bn .box_inner h4 {
    padding-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_bn .box_inner h4 {
    padding-bottom: 3%;
  }
}
.con_menu .box_det .box_bn .box_inner .title {
  color: #9c140a;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-size: 162%;
}
.con_menu .box_det .box_bn .box_inner .mt {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_menu .box_det .box_bn .box_inner .mt {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_bn .box_inner .mt {
    margin-top: 3%;
  }
}
@media only screen and (min-width: 1101px) {
  .con_menu .box_det .box_bn .box_inner .bn_cou_left {
    width: 48.05825%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
  }
}
@media print {
  .con_menu .box_det .box_bn .box_inner .bn_cou_left {
    width: 48.05825%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
  }
}
.ie8 .con_menu .box_det .box_bn .box_inner .bn_cou_left {
  width: 48.05825%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
}
@media only screen and (max-width: 1100px) {
  .con_menu .box_det .box_bn .box_inner .bn_cou_left {
    display: block;
    margin-top: 3%;
  }
}
@media only screen and (min-width: 1101px) {
  .con_menu .box_det .box_bn .box_inner .bn_cou_right {
    width: 48.05825%;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
  }
}
@media print {
  .con_menu .box_det .box_bn .box_inner .bn_cou_right {
    width: 48.05825%;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
  }
}
.ie8 .con_menu .box_det .box_bn .box_inner .bn_cou_right {
  width: 48.05825%;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
}
@media only screen and (max-width: 1100px) {
  .con_menu .box_det .box_bn .box_inner .bn_cou_right {
    display: block;
    margin-top: 3%;
  }
}
.con_menu .box_det .box_bn .box_inner .bn_cou_right .cau {
  width: 100%;
  background-color: #f5f3f3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 8px;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_bn .box_inner .bn_cou_right .cau {
    padding: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_menu .box_det .box_bn .box_inner .bn_cou_right .cau {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_det .box_bn .box_inner .bn_cou_right .cau {
    margin-top: 5%;
  }
}
.con_menu .box_det .box_bn .box_inner .bn_cou_right .cau li {
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.con_menu .box_det#box_menu_grand {
  display: block;
}

#fnav {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  #wrp_footer {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .menu_mb {
    margin-bottom: 6%;
  }
}

.con_banner {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .con_banner {
    margin-top: 10%;
  }
}
