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

	Reset

====================================================== */
/*html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, a, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

body {
  line-height: 1;
}

img {
  line-height: 0;
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style-type: none;
}*/

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: none;
  border-top: 1px solid #ccc;
}

a {
  outline: none;
}

.cf:before, .cf:after, .section:before, .section:after {
  content: "";
  display: table;
}

.cf:after, .section:after {
  clear: both;
}

.cf, .section {
  zoom: 1;
}

em {
  font-style: normal;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

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

	Common

====================================================== */
/*body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", "MS P Gothic";
  font-size: 13px;
  line-height: 1.4;
  color: #555055;
}*/

/*#js-loading {
  background-image: url("../img/common/ajax-loading.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px auto;
}*/

/* anchor */
/*a:link {
  color: #036EB8;
}

a:visited {
  color: #036EB8;
}

a:hover {
  color: #036EB8;
  text-decoration: none;
}

a:active {
  color: #036EB8;
}
*/
/* 透過  */
/*a.op:hover,
button.op:hover,
a:hover img,
input.op:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  transition: opacity 0.3s ease-out;
}*/



/* 見出し */
.title-block {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.title-block .h-title {
  width: calc(100% - 60px);
  padding: 8px 0;
  background-color: #507DC8;
  border-right: solid 60px #505050;
  font-size: 117%;
  color: #ffffff;
}
.title-block .h-title span {
  padding-left: 10px;
}
.title-block .bt-more {
  position: absolute;
  top: 3px;
  right: 10px;
  line-height: 2.5;
  font-size: 92%;
  color: #ffffff;
  text-decoration: none;
  text-align: right;
}
.title-block .bt-more span {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 20px;
  background-image: url("../img/common/icon/icon-arrow-bgwhite.png");
  background-position: 100% 40%;
  background-repeat: no-repeat;
  background-size: 14px auto;
}

.h-title-page {
  margin: 0 -10px 25px;
  padding-bottom: 10px;
  background-image: url("../img/common/title/bg-title-dot.png");
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: 20px auto;
  font-size: 117%;
  font-weight: bold;
  color: #DC284B;
  text-align: center;
}

.h-title-m {
  margin: 0 -10px 15px;
  padding: 5px 10px;
  background-color: #507DC8;
  font-size: 117%;
  color: #ffffff;
}

.h-title-s {
  margin: 0 -10px 15px;
  padding: 5px 10px;
  background-color: #cbd8ef;
  font-size: 117%;
  color: #507dc8;
}

.h-title-s.green {
  margin: 0 0 15px;
  background-color: #dce5e4;
  color: #517e7a;
}

.h-title-s.voice {
  margin: 0 0 15px;
  background-color: #DCE5F4;
  color: #555055;
}*/


/* テーブル */
.table-layout {
  width: 100%;
  margin-bottom: 30px;
  font-size: 12px !important;
}
.table-layout th,
.table-layout td {
  display: block;
  width: calc(100% - 20px);
  padding: 10px;
  vertical-align: top;
  text-align: left;
  line-height: 1.5;
}
.table-layout th {
  background-color: #f7f0e8;
  border-bottom: solid 1px #e4ddcd;
}
.table-layout td.dl-table dl {
  display: table;
  margin-bottom: 5px;
}
.table-layout td.dl-table dl dt,
.table-layout td.dl-table dl dd {
  display: table-cell;
}
.table-layout td.dl-table dl dt {
  width: 7em;
}
.table-layout td:not(:last-child) {
  border-bottom: dotted 1px #e4ddcd;
}
.table-layout td:last-child {
  padding-bottom: 25px;
}
.table-layout tr:last-child td:last-child {
  padding-bottom: 0;
}

.table-layout-common {
  width: 100%;
  margin-bottom: 30px;
  font-size: 12px !important;
}
.table-layout-common tr:first-child {
  border-top: solid 1px #e4ddcd;
}
.table-layout-common tr {
  border-bottom: solid 1px #e4ddcd;
}
.table-layout-common th,
.table-layout-common td {
  width: calc(100% - 20px);
  padding: 10px;
  vertical-align: top;
  text-align: left;
  line-height: 1.5;
}
.table-layout-common th {
  background-color: #f7f0e8;
}

.table-layout-datalabel {
  width: 100%;
  /*margin-bottom: 30px;*/
  /*font-size: 12px !important;*/font-size: 13px !important;
}
.table-layout-datalabel tr.smt-none {
  display: none;
}
.table-layout-datalabel tr {
  /*border-top: 1px solid #e4ddcd;*/
  display: block;
}
.table-layout-datalabel tr.table-title-smt th {
  background-color: #C9BC9C;
  color: #ffffff;
}
.table-layout-datalabel tr:not(:last-child) {
  margin-bottom: 30px;
}
.table-layout-datalabel th.table-title-smt,
.table-layout-datalabel th.table-title-smt-line {
  display: block;
  padding: /*10px 0;*/10px 0;
  /*background-color: #C9BC9C;*/background-color: #a79b83;
  /*color: #ffffff;*/color: #fff;
  text-align: center;
}
.table-layout-datalabel td {
  position: relative;
  display: block;
  padding: 10px 10px 10px 35%;
  /*border-bottom: 1px solid #C9BC9C;*/border-bottom: 1px solid #fff;
  text-align: left;
/*background-clip: padding-box;*/
}
.table-layout-datalabel td::before {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-label);
  width: 25%;
  height: calc(100% - 20px);
  padding: 10px;
  /*background-color: #f7f0e8;*/background-color: #dfd9d2;
  font-weight: bold;
  text-align: left;
  color: #A69B83;
}
.table-layout-datalabel td.smt-none {
  display: none;
}

.table-layout-datalabel.smt-dl-layout td {
  position: static;
  display: block;
  width: 100%;
  padding: 0 0 10px;
  border-bottom: none;
  text-align: center;
}
.table-layout-datalabel.smt-dl-layout td:last-child {
  border-bottom: 1px solid #C9BC9C;
}
.table-layout-datalabel.smt-dl-layout td::before {
  position: static;
  display: block;
  content: attr(data-label);
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 10px 0;
  background-color: #C9BC9C;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.table-layout-datalabel.tr-toggle-smt tr {
  display: none;
  margin-bottom: 0;
}
.table-layout-datalabel.tr-toggle-smt tr.dis {
  display: block;
}

.table-layout-datalabel.td-before-half td {
  padding-left: 54%;
 padding-left: calc(50% + 30px);
  background-color: #f2f0ee;
  text-align: center;
}
.table-layout-datalabel.td-before-half td::before {
  width: 50%;
}

/* ボタン */
.btns {
  display: table;
  table-layout: fixed;
  margin: 0 auto 30px;
  border-collapse: separate;
  border-spacing: 10px 0;
}
.btns li {
  display: table-cell;
  /* width: 250px; */
  padding-left: 18px;
  background-image: url("../img/common/icon/icon-arrow-bgwhite-red.png");
  background-position: 10px 50%;
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-color: #df3e5d;
  text-align: center;
  vertical-align: middle;
}
.btns li a,
.btns li button,
.btns li input[type="submit"] {
  display: block;
  width: auto;
  padding: 12px 10px;
  text-decoration: none;
  color: #ffffff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", "MS P Gothic";
}
.btns li input[type="submit"] {
  width: 100%;
  cursor: pointer;
}
.btns li button span {
  display: table-cell;
  width: 500px;
}
.btns li:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  transition: opacity 0.3s ease-out;
}
.btns li.long {
  width: 500px;
}
.btns li.gray {
  background-color: #DCDDDD;
  background-image: url("../img/common/icon/icon-arrow-bgwhite-gray.png");
}
.btns li.gray a,
.btns li.gray button {
  color: #595757;
}
.btns li.blue {
  background-color: #618ACD;
  background-image: url("../img/common/icon/icon-arrow-bgwhite-blue.png");
}
.btns li.blue a,
.btns li.blue button {
  color: #ffffff;
}
.btns li.orange {
  background-color: #ffffff;
  background-image: url("../img/common/icon/icon-arrow-bgorange-white.png");
  border: solid 2px #FFAA00;
}
.btns li.orange a,
.btns li.orange button {
  color: #FFAA00;
}
.btns li.orange.ac {
  background-color: #FFAA00;
  background-image: url("../img/common/icon/icon-arrow-bgwhite-orange-down.png");
}
.btns li.orange.ac a,
.btns li.orange.ac button {
  color: #ffffff;
}

.btns.right {
  margin: 0 0 30px auto;
}
.btns.right li {
  width: 180px;
}

.pagination {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.pagination li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
}
.pagination .number > a {
  margin: 0 2px;
  padding: 6px 10px 7px;
  border: solid 1px #9FA0A0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-decoration: none;
  color: #555055;
}
.pagination .number > a:hover {
  background-color: #7397D3;
  border: solid 1px #7397D3;
  color: #ffffff;
}
.pagination .number > a.ac {
  background-color: #7397D3;
  border: solid 1px #7397D3;
  color: #ffffff;
}
.pagination .prev a,
.pagination .next a {
  display: block;
  width: 4em;
  padding: 10px;
  background-color: #EFEFEF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #555055;
  text-decoration: none;
}
.pagination .prev {
  margin-right: 15px;
}
.pagination .prev a {
  text-align: left;
}
.pagination .next {
  margin-left: 15px;
}
.pagination .next a {
  text-align: right;
}
.dis td {
  color: #8c8c8c;
}
.drawing_area03 table tr th {
  background-color: #a79b83;
  color: #fff;
}
.drawing_area03 table tr td {
  background-color: #f2f0ee;
  color: #8c8c8c;
}
.individual999 {
  margin-bottom: 10px !important;
  }
  .drawing_area02 table .dis {
    margin-bottom: 5px;
  }
  .drawing_area02 table tr td {
    text-align: left !important;;
  }
  .drawing_area03 table tr {
    margin-bottom: 5px;
    display: block;
  }
  .drawing_area03 table tr th {
    display: block;
    /*width: 100%;*/
    padding: 10px;
    font-size: 14px;
  }
  .drawing_area03 table tr td {
    display: block;
    /*width: 100%;*/
    padding: 10px;
    font-size: 14px;
  }

.table-smt-select-ac {
    border: 1px #A19580 solid;
    text-align: center;
    padding: 5px;
}
.table-smt-select-ac a {
    font-size: 14px;
    color: #A19580;
    text-decoration: none;
}
.table-smt-select li {
  text-align: center;
     border-right: 1px solid #A19580;
    border-left: 1px solid #A19580;
    border-bottom: 1px solid #A19580;
}
.table-smt-select li a {
    font-size: 14px;
    color: #A19580;
    text-decoration: none;
}
.new_line {
  display: block;
}

footer .m2 .list_box ul li a  {
color: #A79B84;
}

footer .m3 address a {
color: #A79B84;
}


/* PC Base */
@media screen and (min-width: 840px) {/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

  .smt {
    display: none;
  }

  .ib-smt {
    display: inline;
  }

  img.img-l,
  img.img-r {
    max-width: 360px;
  }

  img.img-l.smt-full,
  img.img-r.smt-full {
    width: 45%;
    max-width: 360px;
  }

  img.img-l.smt-full {
    float: left;
    margin: 0 10px 10px 0;
  }

  img.img-r.smt-full {
    float: right;
    margin: 0 0 10px 10px;
  }

  img.img-l.pc-small,
  img.img-r.pc-small {
    width: 30%;
    max-width: 240px;
  }
  .drawing_area03 table tr {
    margin-bottom: 5px;
    display: table-row;
    border-bottom: 1px #fff solid;
  }
  .drawing_area03 table tr th {
    display: table-cell;
    width: 25%;
    padding: 50px 10px;
    font-size: 14px;
  }
  .drawing_area03 table tr td {
    display: table-cell;
    /*width: 100%;*/
    padding: 10px;
    font-size: 14px;
  }
  .new_line {
    display: inline-block;
  }




  /* テーブル */
  .table-layout,
  .table-layout-common {
    table-layout: fixed;
    margin-bottom: 50px;
  }
  .table-layout tr:first-child,
  .table-layout-common tr:first-child {
    border-top: solid 1px #e4ddcd;
  }
  .table-layout tr,
  .table-layout-common tr {
    border-bottom: solid 1px #e4ddcd;
  }
  .table-layout th,
  .table-layout td,
  .table-layout-common th,
  .table-layout-common td {
    display: table-cell;
    width: auto;
  }
  .table-layout th,
  .table-layout-common th {
    width: 15em;
    border-bottom: none;
  }
  .table-layout td,
  .table-layout-common td {
    border-left: solid 1px #e4ddcd;
  }
  .table-layout td:last-child,
  .table-layout-common td:last-child {
    padding-bottom: 10px;
  }
  .table-layout tr:last-child td:last-child,
  .table-layout-common tr:last-child td:last-child {
    padding-bottom: 10px;
  }

  .table-layout-datalabel {
    table-layout: fixed;
    /*margin-bottom: 50px;*/margin-bottom: 20px;
    /*border-top: solid 1px #e4ddcd;*/
  }
  .table-layout-datalabel tr.smt-none {
    display: table-row;
  }
  .table-layout-datalabel tr {
    display: table-row;
    width: 100% !important;
    /*border-bottom: solid 1px #e4ddcd;*/border-bottom: solid 1px #fff;
    border-top: none;
    margin-bottom: 0;
  }
  .table-layout-datalabel tr:not(:last-child) {
    margin-bottom: 0;
  }
  .table-layout-datalabel th {
    width: auto;
    background-color: #f7f0e8;
  }
  .table-layout-datalabel th.table-title-smt {
    display: table-cell;
    background-color: #f7f0e8;
    color: #555055;
  }
  .table-layout-datalabel th.table-title-smt-line {
    display: table-cell;
    /*background-color: #C9BC9C;*/background-color: #a79b83;
    /*color: #ffffff;*/color: #fff;
	border-right: none !important;
  }
  .table-layout-datalabel th,
  .table-layout-datalabel td {
    display: table-cell;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
  }
  .table-layout-datalabel td {
    border-bottom: none;
  }
  .table-layout-datalabel th:not(:last-child),
  .table-layout-datalabel td:not(:last-child) {
    /*border-right: solid 1px #F0E1D2;*/border-right: solid 1px #d5cfc4bf;
  }
  .table-layout-datalabel td::before {
    position: static;
    content: "";
    width: auto;
    padding: 0;
    background-color: transparent;
  }
  .table-layout-datalabel td.smt-none {
    display: table-cell;
  }

  .table-layout-datalabel.smt-dl-layout td {
    display: table-cell;
    padding: 10px 0;
  }
  .table-layout-datalabel.smt-dl-layout td:last-child {
    border-bottom: none;
  }
  .table-layout-datalabel.smt-dl-layout td::before {
    display: none;
  }

  .table-layout-datalabel.tr-toggle-smt tr,
  .table-layout-datalabel.tr-toggle-smt tr.dis {
    display: table-row;
  }

  .table-layout-datalabel.td-before-half td {
    padding: 0 10px;
    background-color: #f2f0ee;
	
  }
  .table-layout-datalabel.td-before-half td::before {
    width: auto;
  }

  .table-layout-datalabel.w20 th {
    width: 20px !important;
  }

  .table-layout-datalabel.w30 th {
    /*width: 30px !important;*//*width: 210px !important;*/
  }
  .drawing_area02 table .smt-none .up_th {
    width: 209px !important;
    padding: 20px 0px;
  }
  .drawing_area02 table .dis .side_th {
    padding: 50px 0;
    width: 210px !important;
  }
  .extinguish {
    display: none !important;
  }





  .table-layout-datalabel.w40 th {
    width: 40px !important;
  }

  .table-layout-datalabel.w50 th {
    width: 50px !important;
  }

  .up_th {
    width: 82px !important;
    background-color: #dfd9d2 !important;
	font-weight: normal;
    color: #a79b83;
  }
  .table-title-smt-line.side_th {
    width: 210px !important;
  }
  .table-layout-datalabel th.table-title-smt,
  .table-layout-datalabel th.table-title-smt-line {
  padding: /*10px 0;*/20px 0;
  }

  .both_none {
    background-color: #fff !important;
	border-right: none !important;
  }
  .union {
    width: 210px !important;
    background-color: #a79b83 !important;
	color: #fff;
  }
  .side_th span {
    display: block;
  }
.table-layout-datalabel {
    font-size: 14px !important;
}
}
/* ======================================================*/

.table-smt-select {
  display: none;
}
/*.table-smt-select li {
  border: solid 1px #507DC8;
  border-top: dashed 1px #507DC8;
  border-bottom: none;
}*/
.table-smt-select li a {
  display: block;
  /*width: calc(100% - 22px);*/
  padding: 8px 10px;
  text-decoration: none;
}
.table-smt-select li:first-child {
  border-top: none;
}
.table-smt-select li:last-child {
 /* border-bottom: solid 1px #507DC8;*/
}

.table-smt-select.dis {
  display: block;
}

/*.table-smt-select-ac {
  border: solid 1px #507DC8;
}*/
.table-smt-select-ac a {
  display: block;
  width: calc(100% - 22px);
  padding: 3px 10px;
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-size: 13px auto;
  text-decoration: none;
}
/* ======================================================*/
.mb15 {
  position: relative;
  /*display: inline-block;
  padding-left: 20px;*/
  margin: 10px 0;
}
.mb15:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 2px #A19580;
  border-right: solid 2px #A19580;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 12px;
  right: 14px;
  margin-top: -4px;
}




@charset "UTF-8";



p:not(:first-of-type) {
    margin-top: 0;
}



/*■■■■■■■■■■▼common.css一部▼■■■■■■■■■■*/
.main_img {
    display: table;
    width: 100%;
    background: url(/assets/img/main/formal.jpg) no-repeat center center;
    background-size: 800px auto;
    height: 86px;
/*box-shadow: 0px 2px 5px rgba(0,0,0,0.8);*/
    position: relative;
    z-index: 1;
}

.main_img .tc {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
}
@media screen and (min-width: 800px) {
    .main_img {
        background-size: cover;
        height: 255px;
        padding: 20px;
        box-sizing: border-box;
    }
    .main_img .breadcrumbs {
        font-size: 14px;
        color: #FFF;
    }
    .main_img .breadcrumbs a {
        text-decoration: none;
        color: inherit;
    }
    .main_img .tc {
        display: block;
        margin-top: 60px;
        font-size: 38px;
        text-align: left;
    }
}


/*■■■■■■■■■■▼ココカラ書き始め▼■■■■■■■■■■*/
/*html {
    background-color: #3F3113;
}*/

.host_guest_p {
	margin: 0;
}


.host_guest_p p {
	color: #8c8c8c;
}


aside {
    height: calc(100% - 60px);
}

.inner {
    margin: 0 auto;
    padding: 25px 16px 30px;
}


h2 span {
    display: block;
}
/*.contents_area {
    background-color: #8D8167;
box-shadow: 0px 2px 5px rgba(0,0,0,0.8);
}*/
.contents_area.mens_area {
    margin-bottom: 60px;
	overflow: hidden;

}
.ladies_pict01 img {
    width: 100%;
}
.ladies_pict01  {
    width: 58%;
    max-width: 334px;
    margin: auto;
}
.ladies_detail_tex p,
.type_detail p {
    line-height: 1.5em;
	color: #8c8c8c;
}
.type_detail p {
    margin-top: 5px;
}

.heading_box  {
    /*margin: 20px;*/
    padding-top: 0;
}
.heading_box h3 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
	line-height: 20px;
    padding-top: 20px;
}
.heading_box .lead {
    color: #8c8c8c;
    margin-top: 20px;
}

.heading_box h3 + p.lead {
	margin-top: 10px;
}

p.price {
    color: #FFFFFF;
    font-size: 16px;
	margin-top: 10px;
}
main .btn {
    width: 250px;
    background: #6D6247;
    border: none;
    color: #FFF;
    font-weight: bold;
box-shadow: 0px 2px 5px rgba(0,0,0,0.8);
    font-size: 14px;
}

main .btn_box_2 .btn {
   height: 34px;
    margin: 0 0 10px 0;
}


main .btn.v1,
main .btn.v2 {
    width: 250px;
    background: #00633C;
    border: none;
    color: #FFF;
    font-weight: bold;
box-shadow: 0px 2px 5px rgba(0,0,0,0.8);
    font-size: 16px;
    padding: 16px 10px;
    margin: auto;
    /*margin-bottom: 30px;*/
    text-decoration: none;
    display: block;
}
main .btn.v2 span {
    display: inline-block;
}
main .btn.v1 {
    padding: 0;
    line-height: 14px;
    margin-bottom: 22px;
}
main .btn_box {
    margin-top: 17px;
    text-align: center;
}
.under_btn {
    margin-bottom: 0;
    padding-top: 0;
}
.under_btn02 .btn {
    width: 80% !important;
}
main .btn_box .btn.v2_1 {
    margin: 0;
    background: #00633C;
    display: inline-block;
    width: 260px;
	font-size: 14px;
	line-height: 14px;
	padding: 10px 0;
    border: none;
    color: #FFF;
    font-weight: bold;
box-shadow: 0px 2px 5px rgba(0,0,0,0.8);
}
.under_btn .btn.v3_1 {
        width: 260px;
        background: #00633C;
        border: none;
        color: #FFF;
        font-weight: bold;
box-shadow: 0px 2px 5px rgba(0,0,0,0.8);
        font-size: 14px;
        padding: 12px 0 53px 0;
        margin: auto;
        text-decoration: none;
        display: block;
        height: 0;
    }
.under_btn .btn.v3_1 span {
    display: block;
}


.odd_box .first_pict {
    float: right;
    width: 45%;
    margin-left: 7%;
}
.even_box .first_pict {
    float: left;
    width: 45%;
    margin-right: 7%;
}
.first_pict img {
    width: 100%;
}
.ladies_detail_tex {
    padding-bottom: 15px;
/*border-bottom: 2px #3F3113 dotted;*/
}
.pattern_area_wrapp {
    margin-top: 15px;
}

.type_detail {
    color: #0A2816;
}

.type_detail h5 {
	font-size: 16px;
	line-height: 22px;
}

.type_detail h5 span {
    display: block;
}

.pattern_box_head {
    overflow: hidden;
    margin-top: 15px;
}
.first_pict {
    max-width: 257px;
}
h6 {
    color: #0A2816;
    background-color: #A89E89;
    margin: 20px 0 10px;
    padding: 6px 10px;
    font-size: 16px;
}
.pattern_box_full {
    letter-spacing: -.4em;
}
.pattern_box  {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    /*margin-bottom: 8px;*/
    letter-spacing: normal;
    margin-right: 11px;
    max-width: 192px;
    margin: 0 4px 8px;
}
.pattern_box.mens_box {
    display: inline-block;
    width: 30.5%;
    vertical-align: top;
    /*margin-bottom: 8px;*/
    letter-spacing: normal;
    margin-right: 11px;
    max-width: 192px;
    margin: 0 4px 8px;
}
.bodystyle_box .pattern_box  {
    max-width: 278px;
}
.collar_box .pattern_box  {
    max-width: 192px;
}
.cuff_box .pattern_box  {
    max-width: 192px;
}

.bodystyle_box .pattern_box.mens_box  {
    max-width: 152px;
}
.collar_box .pattern_box.mens_box {
    max-width: 94px;
}
.cuff_box .pattern_box.mens_box {
    max-width: 152px;
}
.pocket_box .pattern_box.mens_box {
    max-width: 152px;
}

.pattern_box:nth-child(even) {
   /* margin-right: 0;*/
}
.pattern_pict {
    margin-bottom: 2px;
}
.pattern_pict img {
    width: 100%;
}
.pattern_name {
    text-align: center;
}
.postscript {
    margin-top: 7px;
}
.pattern_area {
    padding-bottom: 20px;
    border-bottom: 2px #3F3113 dotted;
}
.area_fini {
    border: none;
}
.pattern_name {
    font-size: 12px;
}

.folding_btn {/*変更箇所*/
text-align: center;
line-height: 2.5em;
}
.folding_btn a{/*変更箇所*/
    cursor: pointer;
margin: 10px 0 0;
background: #00633C;
display: inline-block;
width: 260px;
height: 34px;
border: none;
color: #FFF;
font-size: 14px;
font-weight: bold;
box-shadow: 0 5px 5px rgba(0,0,0,0.5);
}

.open{/*新規追加箇所*/
    display: none;
 }

/*■■■■■■■■■■▼.form_area内▼■■■■■■■■■■*/
.form_area {
    margin-top: 25px;
}


main .in03 {
    padding: 5px 20px 60px;
}
main .lead {
    color: #8c8c8c;
}
main .form {
    margin-top: 55px;
    border-collapse: collapse;
}
main .form th {
    background: #6D6247;
    color: #B6AA93;
    text-align: left;
    /*padding: 15px 20px 15px;*/
    padding: 14px 10px 14px;
    width: 218px;
    box-sizing: border-box;
}
main .form tr:not(:first-of-type) th {
    border-top: 1px solid #3F3113;
}
main .form td {
    background: #8E8267;
       padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    width: 622px;
    position: relative;
}
main .form tr:not(:first-of-type) td {
    /*border-top: 1px solid #3F3113;*/
}
main .form td .white {
    display: block;
    width: auto;
    background: #FFF;
    height: 26px;
}
main .form td .white.area {
    height: 130px;
}
main .form td .red {
    color: #840D23;
}

main .form td input.text {
    width: 99%;
    height: 23px;
    border: none;
}
main .form td textarea {
    width: 99%;
    border:none;
    height: 125px;
}
main .btn_box {
    margin-top: 15px;
    text-align: center;
}
main .btn {
    width: 260px;
    background: #6D6247;
    border: none;
    color: #FFF;
    font-weight: bold;
box-shadow: 0px 2px 5px rgba(0,0,0,0.8);
}
main .btn.v1 {
    margin: 0;
    background: #00633C;
    display: inline-block;
}
.v1_1 {
    width: 260px !important;
}

form {
    margin-top: -30px;
}
.form_area h2 {
    font-size: 18px;
    color: #A79B84;
    background-color: #110C03;
    /*font-weight: normal;*/
    border-left: 2px #A79B84 solid;
    padding: 6px 10px;
}
.form_area p {
    color: #A59982;
    margin-top: 10px;
}
input {
    width: 99%;
    height: 20px;
}
tr td small {
    display: block;
    margin-top: 8px;
    color: #3F3113;
    font-size: 14px;
}
.sec strong {
    font-weight: normal;
    display: block;
    margin-bottom: 2px;
}
input.sml {
    width: 30%;
}
select {
    background-color: #FFFFFF;
    border: 1px solid #3F3113;
    width: auto;
    height: 20px;
    border-radius: 5px;
}
.sec {
    margin-bottom: 10px;
}
tr.ad_p_b td {
    padding-bottom: 2px;
}
input.add_n02 {
    width: 90%;
}
tr td label {
    display: inline-block;
}
tr td label:nth-child(2) {
    margin-left: -30px;
}
tr td label input {
    width: /*auto*/18px;
    position: relative;
    /*top: 2px;*/
    left: 4px;
    height: 16px;
}
/*tr td .split-wrap {
    margin-top: -18px;
}*/
a:hover,
input.btn:hover,
.close:hover {
    opacity: 0.5;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.year_pull {
    display: block;
    margin-bottom: 5px;
}
.word {
    margin: 0 2px 0 1px;
}
.word01 {
    position: absolute;
    left: 84px;
    top: 11px;
}

.close {/*変更箇所*/
    cursor: pointer;
    text-align: center;
    line-height: 14px;

    margin: 10px auto 0;
    background: #00633C;
    width: 260px;
    font-size: 14px;
    padding: 10px 0;

    border: none;
    color: #FFF;
    font-weight: bold;
    box-shadow: 0 5px 5px rgba(0,0,0,0.5);
}

/*■■■■■■■■■■▼confirm.html▼■■■■■■■■■■*/
span.war,p.error {
    display: block;
    color: #800D23;
    font-weight: bold;
margin-top: 5px;
    line-height: 14px;
}
/*■■■■■■■■■■▼thanks.html▼■■■■■■■■■■*/
.thanks_btn_area {
	margin-top: 0;
}

main .btn.thank {
    margin: 0 0 60px 0;
    width: 260px;
    height: 67px;
    background: #00633C;
    font-size: 16px;
}

@media screen and (max-width: 1279px) {/*■■■■■■■■■■◀max-width: 1279px  .form_area内のみの指定▼■■■■■■■■■■*/
    main .form {
        width: 99.5%;
    }
    main .form th,main .form td {
        display: block;
        width: auto;
    }
    main .form td .white.area {
        height: 104px;
    }
    main .form td textarea {
        height: 100px;
    }
}



@media screen and (min-width: 540px) {
    .type_detail h5 span {
    display: inline-block;
    }

.contents_area h2 span {
    display: inline-block;
    }
}

@media screen and (min-width: 840px) {
.host_guest_p {
	margin: 0 0 15px 0;
}

.contents_area.mens_area {
    margin-bottom: 35px;
}

main .no_inner {
padding: 30px 0 0 0;
}


    main .in02 {
    /*padding: 0 20px 30px;*/
    padding: 22px 0 30px;
    width: /*800px*/840px;
    }
    main.kasou {
        padding-top: /*40px*/0;
    }
    .heading_box {
     padding-top: 0;
    margin: 0 auto /*60px*/35px auto;
		 width: 840px;
    }

.contents_area h2 {
    font-size: 24px;
	line-height: 34px;
}


    .type_detail p {
    margin-top: 10px;
    }
    .left_box {
    float: left;
    width: 58%;
    }


p.price {
    color: #FFFFFF;
    margin-top: 15px;
    font-size: 18px;
}



    .ladies_pict01 {
        float: right;
    }
    .btn_box {
        clear: both;
    }
    .under_btn {
    margin-bottom: 30px;
    padding-top: 20px;
}
    .heading_box .lead {
    margin-top: 0;
    }
    main .btn.v1 {
        width: 280px;
    }
    /*main .btn.v2 {
        width: 480px;
        font-size: 18px;
        padding: 19px 0 5px;
    }*/
    main .btn.v2 {
        width: 640px !important;
        font-size: 18px;
        padding: 20px 0;
        line-height: 18px;
    }
    main .btn.v2 span {
        display: inline-block;
    }
    .left_box h3 {
        padding-top: 0;
    }
    .under_btn .btn.v3_1 {
        width: 480px;
        background: #00633C;
        border: none;
        color: #FFF;
        font-weight: bold;
box-shadow: 0px 2px 5px rgba(0,0,0,0.8);
        font-size: 18px;
        padding: 17px 0 43px 0;
        margin: auto;
        text-decoration: none;
        display: block;
        height: 0;
    }
    .under_btn .btn.v3_1 span {
        display: inline-block;
    }
    .float_box {
        overflow: hidden;
    }
    .btn_box {
        margin-top: 20px !important;
    }



main .btn_box .btn.v2_1 {
    margin: 0;
    background: #00633C;
    display: inline-block;
	padding: 0;
    width: 280px;
	line-height: 14px;
	    font-size: 14px;

    border: none;
    color: #FFF;
    font-weight: bold;
box-shadow: 0px 2px 5px rgba(0,0,0,0.8);
    padding: 10px;
	height: 14px;
}






    .ladies_detail_tex {
    padding-bottom: 30px;
    }
    .pattern_area_wrapp {
    margin-top: 40px;
    }
    .pattern_box_head {
    margin-top: 40px;
    }

    .odd_box .first_pict {
    width: 32%;
    margin-left: 4%;
    margin-top: 3px;
    }
    .even_box .first_pict {
    width: 32%;
    margin-right: 4%;
    margin-top: 3px;
    }
    h6 {
        font-size: 18px;
		padding: 4px 10px;
    }
    .bodystyle_box {
        /*padding-left: 10px;*/
        margin: 0 -2px 0 6px;
    }
    .bodystyle_box .pattern_box  {
    width: 32%;
    }
    .bodystyle_box .pattern_box.mens_box  {
    width: 19%;
    }
    .collar_box .pattern_box  {
    width: 24%;
    }
    .collar_box .pattern_box.mens_box  {
    width: 11.7%;
    }
    .cuff_box .pattern_box.mens_box  {
    width: 19%;
    }


    .bodystyle_box .pattern_box:nth-child(even) {
    /*margin-right: 11px;*/
    }
     .bodystyle_box .pattern_box:nth-child(3),
    .bodystyle_box .pattern_box:nth-child(6) {
    margin-right: 0;
    }
    .collar_box .pattern_box,
    .cuff_box .pattern_box,
    .pocket_box .pattern_box {
    margin: 0 2px 8px;
    }
    .collar_box,
    .cuff_box,
    .pocket_box {
    margin: 0 -8px 0 8px;
    }
    .pattern_name {
    font-size: 14px;
    }
    .postscript {
    text-align: right;
    margin-top: 0;
margin-bottom: 30px;
    }


.ladies_shirt p.postscript {
  margin-bottom: 0;
    }

    .pattern_area {
    padding-bottom: 35px;
    }

.pattern_pict {
    margin-bottom: 2px;
}

    .pattern_name {
    font-size: 14px;
	line-height: 1.4;
    }
    .pattern_box_full {
    margin-top: 20px;
    }
    .contents_area {
    width: 840px;
    margin: auto;
    }
    .folding_btn { /*変更箇所*/
        width: 280px;
    }
    .folding_btn { /*変更箇所*/
        display: block;
        margin: auto;
    }

    .open{ /*変更箇所*/
        display: none;
    }
    .under_btn02 {
    margin-top: 0 !important;
    margin-bottom: 15px;
    }
    .form_area {
    /*margin-top: 35px;*/
    }
    .pattern_name span {
        display: block;;
    }
    .in01 {
        padding-top: 0;
		padding-bottom: 0;
    }

    .close { /*変更箇所 変更前は.close_common*/
        display: block;
    }
    .pc-hide{ /*新規追加箇所*/
        display: none !important;
    }
    .pc-show{/*新規追加箇所*/
        display: block !important;
    }

/*■■■■■■■■■■▼.form_area内▼■■■■■■■■■■*/
    main .in03 {
        padding: 5px 20px 80px;
    }
    br.smt_3 {
        display: none;
    }
    main .btn_box {
        margin-top: 40px;
    }
    main .btn {
        width: 220px;
        font-size: 18px;
	padding: 0;
    }


form div.btn_box .btn {
	    height: 58px;
    line-height: 58px;
}

    main .btn.v1 {
        margin-left: 40px;
    }
    main .form tr:not(:first-of-type) td {
        border-top: 1px solid #3F3113;
    }
    main .in02 {
    /*padding: 0 20px 30px;*/
    padding: 22px 0 30px;
    }
    .form_area h2 {
    border-left: 4px #A79B84 solid;
    }
    form {
    margin-top: -37px;
    }
    .form_area p {
    margin-top: 15px;
    }
    .sec strong {
    display: inline-block;
    }
    .city input {
        width: 87%;
        max-width: 530px;
    }
    .build input {
        width: 81.7%;
        max-width: 498px;
    }
    input.add_n02 {
        width: 89%;
    }
    .tel_num input {
        width: 93%;
    }
    .sec {
        margin-bottom: 20px;
    }
    .sec_fini01 {
        margin-bottom: 10px;
    }
    .sec_fini02 {
        margin-bottom: 0;
    }
    input.sml {
        width: 10%;
    }
    th {
        vertical-align: top;
    }
    aside {
        height: calc(100% - 60px);
    }
    .year_pull {
    display: inline-block;
    }
    .word {
    margin: 0 6px 0 2px;
    }
    .word01 {
    position: static;
    }
    .v1_1 {
    width: 220px !important;
    font-size: 18px !important;
    }

    /*■■■■■■■■■■▼thanks.html▼■■■■■■■■■■*/
    main .btn.thank {
        margin: 0 0 60px 0;
        width: 480px;
        height: 60px;
        font-size: 18px;
    }

.type_detail h5 {
    font-size: 18px;
    line-height: 24px;
}

.form_area {
    margin-top: 40px;
}

main .form td {
    padding: 10px;
}

span.war,p.error {
margin-top: 5px;
    line-height: 16px;
}

.thanks_btn_area {
	margin-top: 0 !important;
}


}


@media screen and (min-width: 940px) {
main .no_inner {
	padding: 0;
	    overflow: hidden;
}

main .inner.cream {
		margin-top: 60px;
		padding-top: 15px;
}

main.kasou div.pc_box {
	margin: 0 auto 60px auto;
}

}


@media screen and (min-width: 1280px) {
    .main_img {
    background-size: cover;
    height: 255px;
    }
}


body.noscroll{
    overflow: hidden;
}
#cboxOverlay{
    left: 0 !important;
}

#colorbox {
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

#cboxWrapper {
    left: 50% !important;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}








/*▼form.css新規記述ココカラ▼*/

.inner.in02 {
    padding-top: 0;
}
.formal_h_box {
    margin-top: 45px;
    margin-bottom: 30px;
}
.contents_area h2 {
    font-size: 18px;
    color: #a59480;
    margin-bottom: 10px;
    line-height: 1em;
    background-color: #f2f0ee;
    border-left: 4px #a59480 solid;
    padding: 10px;
}
/*▽プルダウン▽*/
#menu li {
  position: relative;
  float: left;
  margin: 0;
  padding: 5px;
  width: 200px;
  height: 20px;
  border: solid 1px #ccc;
  font-weight: bold;
  cursor: pointer;
}
/*#menu li:hover {
  color: #fff;
  background: #333;
}*/
#menu li ul {
  display: none;
  position: absolute;
  top: 30px;
  left: -1px;
  padding: 5px;
  width: 200px;
  background: #eee;
  border: solid 1px #ccc;
}
#menu li ul li {
  margin: 0;
  padding: 0;
  width: 200px;
  border: none;
}
#menu li ul li a {
  display: inline-block;
  width: 200px;
  height: 20px;
}
/*#menu li ul li a:hover {
  background: #999;
  color: #fff;
}*/
/*△プルダウン△*/
.both_display {
    display: none;
}
.pc_display {
    display: none;
}

div.formal_type dd {
    color: #8c8c8c;
}

div.left_box p {
    color: #8c8c8c;
}

.banquet_type {
    text-align: center;
    background-color: #210F03;
    padding: 5px 0;
    letter-spacing: normal;
}
.drawing_area02 ul li {
    position: relative;
    margin-bottom: 3px;
}
.drawing_area dl {
    letter-spacing: -.4em;
}
.drawing_area02 dl {
    letter-spacing: -.4em;
}

.drawing_area dl dt {
    background-color: #6E6246;
    /*color: #BDB7A9;*/
    padding: 10px 5%;
    display: inline-block;
    width: 49%;
    letter-spacing: normal;
    vertical-align: top;
    border-bottom: 2px #3F3113 solid;
    font-weight: normal;
}
.drawing_area02 dl dt {
    background-color: #6E6246;
    /*color: #BDB7A9;*/
    padding: 10px 5%;
    display: inline-block;
    width: 39%;
    letter-spacing: normal;
    vertical-align: top;
    border-bottom: 2px #3F3113 solid;
    font-weight: normal;

    overflow: hidden;
    height: 7.5em;
}
/*.drawing_area02 dl dt .individual09 {
    position: absolute;
    height: 2em;
    top: 206px;
}*/
.drawing_area02 dl dd.individual10 {
    overflow: hidden;
    height: 6.4em;
}
.drawing_area02 dl dt span {
        display: block;
        border: none;
    }

.drawing_area dl dd {
    background-color: #A79B84;
    padding: 10px 5%;
    display: inline-block;
    width: 31%;
    letter-spacing: normal;
    vertical-align: top;
    text-align: center;
    border-bottom: 2px #3F3113 solid;
}
.drawing_area02 dl dd {
    background-color: #A79B84;
    padding: 10px 5%;
    display: inline-block;
    width: 41%;
    letter-spacing: normal;
    vertical-align: top;
    /*text-align: center;*/
    border-bottom: 2px #3F3113 solid;
    color: #3F3113;
}
span.green {
    color: #37540D;
	font-weight: bold;
}
span.purple {
    color: #803970;
	font-weight: bold;
}
span.normal {
    color: #3F3113;
}
.drawing_area ul,
.drawing_area02 ul {
    position: relative;
}
.smt_none {
    display: none;
}
.drawing_area {
    padding-bottom: 25px;
    border-bottom: 1px #dfd9d2 solid;
}
.drawing_area02 {
    padding-bottom: 15px;
}

.contents_area h3 {
 color: #a59480;
}

.white_strong {
    margin-top: 30px;
}


.white_strong p strong {
    color: #a59480;
    /*letter-spacing: 0.2em;*/
}

.white_strong p span {
    display: block;
    padding-left: 4em;
}

/*.chart ul li {
    margin-bottom: 10px;
}*/
.p_indent {
    text-indent: -2em;
    padding-left: 2em;
}

#chart03 {
        margin-bottom: 10px;
    }
.individual03 {
    margin-top: 1em !important;
}
.formal_h_box2 {
    margin-top: 0;
}
.individual04 {
    margin-top: 20px;
    float: none;
    width: auto;
}
.lead02 strong {
    color: #a59480;
}
.individual05 {
    margin-top: 5px !important;
}
.white_strong02 {
    margin-top: 15px;
}
.white_strong02 p {
    text-indent: -1em;
    padding-left: 1em;
}
h2 small {
    display: inline-block;
    text-align: right;
    margin-left: 7px;
    font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}
.formal_type_pict {
    max-width: 251px;
}
.lead02 strong {
        font-size: 18px;
        font-weight: bold !important;
    }
.white_strong02 p strong {
        font-size: 16px;
        font-weight: bold !important;
    }

.formal_type {
    margin-top: 20px;
}

.formal_type dl  {
    margin-top: 15px;
}
.formal_type dl dt {
    background-color: #f2f0ee;
    color: #a59480;
    padding: 5px 10px;
    font-weight: bold;
}
.formal_type dl dd {
    margin: 10px 0;
}
.both_display02 {
    display: none !important;
}
.individual11 {
    /*background-color: transparent !important;*/
    position: absolute;
    height: 2.6em !important;
    top: 210px;
    border-top: 2px #3F3113 solid;
    line-height: 2.5em;
}
.individual12 {
    height: 4.4em !important;
    line-height: 2.3em;
}
.individual13 span {
    display: table-cell !important;
    vertical-align: middle;
    height: 100px;
}
.individual14 {
    height: 7.5em !important;
}
h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.drawing_area03 ul li {
    margin-bottom: 5px;
}
.drawing_area03 ul li dl dt {
    background-color: #210F03;
    text-align: center;
    padding: 10px 0;
}
.drawing_area03 ul li dl dd {
    background-color: #A79B84;
    color: #3F3113;
    padding: 10px;
}
.up_th span {
        display: inline-block;
    }

@media screen and (min-width: 820px) {
    .individual11 {
    top: 234px;
    }
}

@media screen and (min-width: 840px) {

    .smt_none {
        display: block;
    }

    .drawing_area {
    padding-bottom: 40px;
    }
    .drawing_area02 {
    /*padding-bottom: 40px;*/
    }

    .pc_display {
        display: block;
        background-color: #210F03;
        padding: 8px 1px;
        width: 207px;
        border-right: 1px #3F3113 solid;
    }
    .pc_display01 {
        position: absolute;
        top: -38px;
        left: 210px;
    }
    .pc_display02 {
        position: absolute;
        top: -38px;
        left: 420px;
    }
    .pc_display03 {
        position: absolute;
        top: -38px;
        right: 0;
    }

    .drawing_area dl dt {
        display: block;
        border: none;
    }
    .drawing_area02 dl dt {
        display: inline-block;
        border: none;
    }

    .drawing_area dl dd {
        display: block;
        border: none;
    }
     .drawing_area02 dl dd {
        display: block;
        border: none;
    }

    .drawing_area dl {
        width: 105px;
        display: inline-block;
        /*vertical-align: top;*/
        vertical-align: bottom;
        letter-spacing: normal;
    }
    .drawing_area02 dl {
        width: 105px;
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
    }

    .drawing_area dl dt {
        width: auto;
        font-size: 14px;
        text-align: center;
        overflow: hidden;
        height: /*2.9em*/4.4em;
        border-right: 1px #3F3113 solid;

        box-sizing: border-box;
        width: 104px;
    }
    .drawing_area02 dl dt {
        width: 187px;
        font-size: 14px;
        text-align: center;
        overflow: hidden;
        height: 2.95em;
        border-right: 1px #3F3113 solid;
    }

    .drawing_area dl dt span,
    .banquet_type span {
        display: block;
    }
    .drawing_area dl dd {
        width: auto;
    }
    .drawing_area02 dl dd {
        width: auto;
        overflow: hidden !important;
        height: 6em !important;
    }

    .dl_area {
        letter-spacing: -.4em;
        margin-left: 210px;
        /*margin-top: 50px;*/
    }
    .banquet_type {
        width: 210px;
        position: absolute;
        left: 0px;
        font-size: 14px;
        padding: 20px 0;
        border-bottom: 1px #3F3113 solid;
    }

    .bt01 {
        top: 62px;
    }
    .bt02 {
        top: 124px;
    }
    .bt03 {
        top: 186px;
    }
    .bt04 {
        top: 248px;
    }
    .bt05 {
        top: 310px;
    }
    .bt06 {
        top: 372px;
    }
    .bt07 {
        top: 434px;
    }

    .drawing_area02 ul li .banquet_type {
        width: 210px;
        position: absolute;
        left: 0px;
        font-size: 14px;
        padding: 56px 0;
        border-bottom: 1px #3F3113 solid;
    }
    .drawing_area02 ul li .banquet_type.bt01 {
        top: 61px;
    }
    .drawing_area02 ul li .banquet_type.bt02 {
        top: 0;
    }
    .drawing_area02 ul li .banquet_type.bt03 {
        top: 0;
    }



    .formal_type_pict {
    margin-left: 40px;
    margin-top: 10px;
    }
    .drawing_area dl dd {
        padding: 18.5px 5%;
        border-right: 1px #3F3113 solid;
        border-bottom: 1px #3F3113 solid;

        /*width: 92px;*/
        /*width: auto;*/
        width: 104px;
        box-sizing: border-box;
    }
    .drawing_area02 dl dd {
        padding: 18.5px 10px;
        border-right: 1px #3F3113 solid;
        border-bottom: 1px #3F3113 solid;

        width: 187px;
    }

    #second_h2 {
        margin-bottom: 20px;
    }
    dt.both_display {
        display: none !important;
    }
    .dt_height {
        line-height: 2.95em;
    }
    #chart02,
    #chart03 {
        margin-top: 60px;
    }

    .banquet_type.individual01 {
        padding: 9.5px 0;
    }
    .contents_area h2 {
    font-size: 20px;
    }
    .white_strong p span {
    display: inline-block;
    padding-left: 0;
    }
    .formal_h_box .float_box .left_box {
        float: none;
        width: auto;
    }
    .formal_h_box .float_box .ladies_pict01 {
        margin-left: 30px;
    }
    h2 {
        position: relative;
    }
    h2 small {
        position: absolute;
        right: 15px;
        top: 10px;
    }
    .lead02 strong {
        font-size: 20px;
    }
    .white_strong02 p strong {
        font-size: 16px;
    }
    .individual04 {
    margin-top: 10px;
    }

    .formal_type dl dd {
    margin: 5px 0 15px;
    }

    .formal_type {
    margin-top: 30px;
    }
    .formal_h_box2 {
    margin-bottom: 20px;
    }
.individual05 {
    margin-top: 15px !important;
}

    .individual08 {
    margin-top: 60px;
    }
    .individual15 {
        display: none !important;
    }

    .drawing_area02 dl {
        width: /*208px*/209px;
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
    }
    .individual11 {
    position: static;
    }
    .individual12 {
    height: auto !important;
    line-height: 2.95em;
    }

    .individual11,
    .individual14,
    .individual10 {
        height: auto !important;
    }
    .individual17 {
        display: none !important;
    }
    .no_line {
        display: none;
    }
   /* .individual13 span {
    display: inline-block;
    vertical-align: baseline;
    height: auto;
    }*/
    .drawing_area02 ul li {
        margin-bottom: 0;
    }
    .drawing_area02 dl dt {
        padding: 10px 10px;
    }
    .individual18 {
        width: 395px !important;
    }
    .individual19 span {
         display: table-cell !important;
        vertical-align: middle !important;
        height: 43px !important;
        width: 205px !important;
    }

    .drawing_area03 ul li dl {
        letter-spacing: -.4em;
    }
    .drawing_area03 ul li dl dt {
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        width: 25%;
        border-bottom: 1px #3F3113 solid;
        padding: 44px 0;
    }
    .drawing_area03 ul li dl dd {
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        width: 71.5%;
        padding: 20px 13px;
        border-bottom: 1px #3F3113 solid;
        overflow: hidden;
        height: 4.5em;
    }
    .drawing_area03 ul li dl dd span {
        height: 80px;
        display: table-cell;
        vertical-align: middle;
    }
    .drawing_area03 ul li {
    margin-bottom: 0;
    }
    .individual20 {
        width: 186px !important;
    }

    .up_th span {
        display: block;
    }
    .ladies_detail_tex p {
    padding-top: 10px;
    }
    .drawing_area02 {
    padding-bottom: 0;
}

}
