@charset "UTF-8";
/* sets the base font to 10px for easier math */
@font-face {
  font-family: 'mplus-1p-regular';
  src: url("/contents/themes/common/fonts/mplus-1p/regular/mplus-1p-regular.eot");
  src: url("/contents/themes/common/fonts/mplus-1p/regular/mplus-1p-regular.eot?#iefix") format("embedded-opentype"), url("/contents/themes/common/fonts/mplus-1p/regular/mplus-1p-regular.woff") format("woff"), url("/contents/themes/common/fonts/mplus-1p/regular/mplus-1p-regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'mplus-1p-heavy';
  src: url("/contents/themes/common/fonts/mplus-1p/heavy/mplus-1p-heavy.eot");
  src: url("/contents/themes/common/fonts/mplus-1p/heavy/mplus-1p-heavy.eot?#iefix") format("embedded-opentype"), url("/contents/themes/common/fonts/mplus-1p/heavy/mplus-1p-heavy.woff") format("woff"), url("/contents/themes/common/fonts/mplus-1p/heavy/mplus-1p-heavy.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'mplus-1p-bold';
  src: url("/contents/themes/common/fonts/mplus-1p/bold/mplus-1p-bold.eot");
  src: url("/contents/themes/common/fonts/mplus-1p/bold/mplus-1p-bold.eot?#iefix") format("embedded-opentype"), url("/contents/themes/common/fonts/mplus-1p/bold/mplus-1p-bold.woff") format("woff"), url("/contents/themes/common/fonts/mplus-1p/bold/mplus-1p-bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}

/*----------------------------------------------------
  pc/sp表示
----------------------------------------------------*/
.sp-disp,
.pc-none {
  display: none;
}
.pc-disp,
.sp-none {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-disp,
  .sp-none {
    display: none;
  }
  .sp-disp,
  .pc-none {
    display: block;
  }
}
/*----------------------------------------------------
  ブログ一覧
----------------------------------------------------*/
.bloglist .wrap .contents h1 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 70px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .bloglist .wrap .contents h1 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0 0 20px;
  }
}
.bloglist .wrap .contents ul {
  text-align: center;
}
.bloglist .wrap .contents ul li {
  display: inline-block;
  margin: 0 20px 20px;
}
.bloglist .wrap .contents ul li a {
  background-color: #005bac;
  text-align: center;
  line-height: 1;
  position: relative;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  padding: 16px 16px 16px 42px;
  letter-spacing: 1px;
  border: 0;
  min-width: 250px;
  width: 290px;
  font-size: 18px;
  font-size: 1.8rem;
}
.bloglist .wrap .contents ul li a:before {
  content: "▶︎";
  padding: 0 1rem 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  left: 16px;
  top: 50%;
  margin: -9px 0 0;
}
@media screen and (max-width: 1280px) {
  .bloglist .wrap .contents ul li a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .bloglist .wrap .contents ul li a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .bloglist .wrap .contents ul li a:before {
    margin: -12px 0 0;
  }
  .bloglist .wrap .contents ul li a br {
    display: inline-block;
  }
}

/*----------------------------------------------------
  ボーネルンドショップブログ一覧
----------------------------------------------------*/
.shopbloglist .wrap .contents h1 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 70px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .shopbloglist .wrap .contents h1 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0 0 20px;
  }
}
.shopbloglist .wrap .contents .shoplist {
  min-height: 1px;
  margin: 70px 0px 0px;
}
.shopbloglist .wrap .contents .shoplist:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.shopbloglist .wrap .contents .shoplist div.left {
  float: left;
  width: 480px;
}
.shopbloglist .wrap .contents .shoplist div.right {
  float: right;
  width: 480px;
}
.shopbloglist .wrap .contents .shoplist dl {
  margin: 0px 0px 30px;
}
.shopbloglist .wrap .contents .shoplist dl dt {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 18px;
  line-height: 40px;
  margin: 0 0 16px;
  font-weight: bold;
}
.shopbloglist .wrap .contents .shoplist dl.hokkaido dt {
  background-color: #eaf6fd;
}
.shopbloglist .wrap .contents .shoplist dl.kanto dt {
  background-color: #fdede4;
}
.shopbloglist .wrap .contents .shoplist dl.hokuriku dt {
  background-color: #fadce9;
}
.shopbloglist .wrap .contents .shoplist dl.tokai dt {
  background-color: #feecd2;
}
.shopbloglist .wrap .contents .shoplist dl.kansai dt {
  background-color: #d5ead8;
}
.shopbloglist .wrap .contents .shoplist dl.chugoku dt {
  background-color: #e7d5e8;
}
.shopbloglist .wrap .contents .shoplist dl.kyushu dt {
  background-color: #d4ecea;
}
.shopbloglist .wrap .contents .shoplist dl dd {
  margin: 0 0 4px;
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.shopbloglist .wrap .contents .shoplist dl dd ul {
  float: right;
}
.shopbloglist .wrap .contents .shoplist dl dd ul li {
  display: inline-block;
  padding: 0 0 0 2px;
}
.shopbloglist .wrap .contents .shoplist dl dd a {
  text-decoration: none;
  line-height: 24px;
}

/*----------------------------------------------------
  トット・ガーデンブログ一覧
----------------------------------------------------*/
.totbloglist .wrap .contents h1 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 70px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .totbloglist .wrap .contents h1 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0 0 20px;
  }
}
.totbloglist .wrap .contents div {
  width: 660px;
  margin: 0 auto;
  min-height: 1px;
}
.totbloglist .wrap .contents div:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.totbloglist .wrap .contents div p.area {
  float: left;
  clear: both;
  font-size: 20px;
  font-size: 2rem;
  width: 135px;
  text-align: center;
  line-height: 40px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.totbloglist .wrap .contents div p.area.kanto {
  background-color: #fdede4;
}
.totbloglist .wrap .contents div p.area.kansai {
  background-color: #d5ead8;
}
.totbloglist .wrap .contents div p.area.chugoku {
  background-color: #e7d5e8;
}
.totbloglist .wrap .contents div p.area.kyushu {
  background-color: #d4ecea;
}
.totbloglist .wrap .contents div p.area + ul {
  float: left;
  padding: 0 0 0 30px;
  margin: 0 0 30px;
}
.totbloglist .wrap .contents div p.area + ul li {
  line-height: 40px;
}
.totbloglist .wrap .contents div p.area + ul li i {
  color: #005bac;
}
.totbloglist .wrap .contents div p.area + ul li a {
  text-decoration: none;
}

/*----------------------------------------------------
  お問合わせ
----------------------------------------------------*/
.contact-complete .wrap-nocolumn,
.business-complete .wrap-nocolumn,
.group_reservation-complete .wrap-nocolumn {
  padding: 80px 0 0 !important;
}
.contact-complete .wrap-nocolumn h2,
.business-complete .wrap-nocolumn h2,
.group_reservation-complete .wrap-nocolumn h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 70px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .contact-complete .wrap-nocolumn h2,
  .business-complete .wrap-nocolumn h2,
  .group_reservation-complete .wrap-nocolumn h2 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0 0 20px;
  }
}
.contact-complete .wrap-nocolumn h2 + p,
.business-complete .wrap-nocolumn h2 + p,
.group_reservation-complete .wrap-nocolumn h2 + p {
  color: #333;
  text-align: center;
  margin: 0 0 80px;
  line-height: 24px;
}
.contact-complete .wrap-nocolumn h2 + p:before,
.business-complete .wrap-nocolumn h2 + p:before,
.group_reservation-complete .wrap-nocolumn h2 + p:before {
  content: "";
}
.contact-complete .wrap-nocolumn p.link,
.business-complete .wrap-nocolumn p.link,
.group_reservation-complete .wrap-nocolumn p.link {
  text-align: center;
}
.contact-complete .wrap-nocolumn p.link a,
.business-complete .wrap-nocolumn p.link a,
.group_reservation-complete .wrap-nocolumn p.link a {
  background-color: #005bac;
  text-align: center;
  line-height: 1;
  position: relative;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  padding: 16px 16px 16px 42px;
  letter-spacing: 1px;
  border: 0;
  min-width: 250px;
}
.contact-complete .wrap-nocolumn p.link a:before,
.business-complete .wrap-nocolumn p.link a:before,
.group_reservation-complete .wrap-nocolumn p.link a:before {
  content: "▶︎";
  padding: 0 1rem 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  left: 16px;
  top: 50%;
  margin: -9px 0 0;
}
@media screen and (max-width: 1280px) {
  .contact-complete .wrap-nocolumn p.link a:before,
  .business-complete .wrap-nocolumn p.link a:before,
  .group_reservation-complete .wrap-nocolumn p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-complete .wrap-nocolumn p.link a,
  .business-complete .wrap-nocolumn p.link a,
  .group_reservation-complete .wrap-nocolumn p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .contact-complete .wrap-nocolumn p.link a:before,
  .business-complete .wrap-nocolumn p.link a:before,
  .group_reservation-complete .wrap-nocolumn p.link a:before {
    margin: -12px 0 0;
  }
  .contact-complete .wrap-nocolumn p.link a br,
  .business-complete .wrap-nocolumn p.link a br,
  .group_reservation-complete .wrap-nocolumn p.link a br {
    display: inline-block;
  }
}

.group_reservation .wrap-nocolumn h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 70px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
.group_reservation .wrap-nocolumn h2 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0 0 20px;
  }
}
.group_reservation .wrap-nocolumn h2 + p {
  text-align: center;
  color: #aaa;
}
.group_reservation .wrap-nocolumn h2 + p:before {
  content: "▶︎";
}
.group_reservation .wrap-nocolumn h2 + p a {
  color: #aaa;
}
.group_reservation .wrap-nocolumn p.lead {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 50px 0 30px;
}
.group_reservation .wrap-nocolumn ul {
  text-align: center;
  margin: 0 0 50px;
}
.group_reservation .wrap-nocolumn table {
  width: 100%;
  margin: 0 0 60px;
}
.group_reservation .wrap-nocolumn table th {
  width: 27%;
  vertical-align: top;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 24px 18px;
  line-height: 1.4;
  font-size: 17px;
  font-size: 1.7rem;
}
.group_reservation .wrap-nocolumn table th em {
  color: #d80c18;
}
.group_reservation .wrap-nocolumn table th em.company {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  color: #888;
  padding: 8px 0 0;
  display: inline-block;
}
.group_reservation .wrap-nocolumn table td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 24px 0 24px 24px;
  font-size: 17px;
  font-size: 1.7rem;
}
.group_reservation .wrap-nocolumn table td p.confirm {
  padding: 20px 0px;
}
.group_reservation .wrap-nocolumn table td label.name {
  padding: 0 20px 0 0;
  display: inline-block;
  vertical-align: top;
}
.group_reservation .wrap-nocolumn table td label.company {
  display: block;
}
.group_reservation .wrap-nocolumn table td label.day {
  padding: 0 8px 0 0;
  display: inline-block;
}
.group_reservation .wrap-nocolumn table td label.day select {
  margin: 0 4px 0 0;
}
.group_reservation .wrap-nocolumn table td label input {
  width: auto;
}
.group_reservation .wrap-nocolumn table td input {
  line-height: 31px;
  font-size: 17px;
  font-size: 1.7rem;
  padding: 0 8px;
  width: 500px;
}
.group_reservation .wrap-nocolumn table td .wpcf7-list-item {
  margin: 0;
}
.group_reservation .wrap-nocolumn table td .wpcf7-list-item label {
  display: block;
  line-height: 30px;
}
.group_reservation .wrap-nocolumn table td .wpcf7c-conf {
  border: none !important;
  background: none !important;
}
.group_reservation .wrap-nocolumn table td .input1 {
  width: 130px;
  margin: 0 0 0 8px;
}
.group_reservation .wrap-nocolumn table td .input2 {
  width: 194px;
  margin: 0 0 0 8px;
}
.group_reservation .wrap-nocolumn table td .time {
  width: 40px;
  margin: 0 4px;
}
.group_reservation .wrap-nocolumn table td em {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  color: #888;
  padding: 8px 0 0;
  display: inline-block;
}
.group_reservation .wrap-nocolumn table td select {
  font-size: 17px;
  font-size: 1.7rem;
  border: 1px solid #e7e7e7;
  padding: 4px;
}
.group_reservation .wrap-nocolumn table td span.company_input {
  width: 80px;
  display: inline-block;
}
.group_reservation .wrap-nocolumn table td textarea {
  width: 688px;
  font-size: 17px;
  font-size: 1.7rem;
}
.group_reservation .wrap-nocolumn table td .message-select {
  display: block;
}
.group_reservation .wrap-nocolumn table td .message-select span.first {
  margin: 0 15px 0 0;
}
.group_reservation .wrap-nocolumn table td .message-select input[type="radio"] {
  width: auto;
  vertical-align: middle;
  margin: 0;
}
.group_reservation .wrap-nocolumn p.notes {
  margin: 0 0 40px;
  line-height: 1.4;
}
.group_reservation .wrap-nocolumn p.button {
  text-align: center;
}
.group_reservation .wrap-nocolumn p.button input {
  background: url(../images/common/ico_btn.png) 20px center no-repeat #005bac;
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  border: none;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  padding: 0 20px 0 40px;
  line-height: 60px;
}
.group_reservation .wrap-nocolumn span.wpcf7-not-valid-tip {
  padding: 8px 0 0;
  color: #d80c18;
}
.group_reservation .wrap-nocolumn div.wpcf7-response-output {
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  background-color: #ecd200;
  border-color: #ecd200;
}
.group_reservation .wrap-nocolumn div.wpcf7-mail-sent-ok {
  background-color: #83a32f;
  border-color: #83a32f;
  color: #fff;
  display: block !important;
}

/* =============================== */
.f-bold {
  font-weight: bold;
}
.c-red {
  color: #D80C18;
}
.c-blue {
  color: #005BAC;
}
.t-center {
  text-align: center;
}
.contact-page_width {
  width: 768px;
  max-width: 100%;
  margin: 0 auto;
}
.contact-page_area {
  font-size: 16px;
  padding: 0;
  color: #000;
  line-height: 1.4;
  text-align: left;
}

.contact-page_area .attention {
  color: #005BAC;
  font-weight: bold;
}
.about-line .contact-page_area .attention {
  margin-top: 15px;
}
.contact-page_area section.contact-page_text {
  margin: 0!important;
  padding: 0!important;
}
.contact-page_area .contact-page_box {
  margin-bottom: 40px;
}
.contact-page_area .contact-page_title {
  margin: 0 0 40px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.contact-page_area h3.contact-page_title {
  margin: 0 0 20px;
  font-size: 23px;
  font-size: 2.3rem;
  text-align: left;
}
.contact-page_area .link-list {
  margin: 15px 0;
  padding: 0 0 0 30px;
  text-align: left;
  line-height: 2;
  list-style-type: disc;
}
.contact-page_area .link-list a {
  color: #005BAC;
}
.contact-page_area .text-lead {
  margin-bottom: 30px;
}
.contact-page_area .annotation_text {
  display: inline-block;
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.3;
}
.contact-page_area .annotation_nest {
  padding-left: 1em;
  text-indent: -1em;
}
.contact-page_area .iframe_area {
  border: 1px solid #ccc;
}
.contact-page_area iframe {
  width: 100%;
}
.contact-page_area .btn_area .btn_area-title {
  display: flex;
  align-items: center;
  margin: 15px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.btn_area-title:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #ccc;
  margin:0 .4em;
}
.contact-page_area .btn_area ul {
  display: flex;
  flex-wrap: wrap;
}
.contact-page_area .btn_area li {
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;
}
.contact-page_area .btn_area li a {
  display: block;
  border-radius: 10px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 1.4;
  padding: 15px 5px;
  margin: 10px 10px 10px 0;
  text-decoration: none;
  align-self: stretch;
}
.contact-page_area .btn_area li a.row1 {
  padding: 26px 5px;
}
.contact-page_area .tell-link {
  display: block;
  font-weight: bold;
  font-size: 23px;
  font-size: 2.3rem;
}
/* ▼電話リンク */
@media screen and (min-width: 768px) {
  .contact-page_box a.tell-link[href^="tel:"] {
    pointer-events: none;
  }
}

/* フォームのテーブル */
.contact-page_form {
  font-size: 15px;
}
.contact-page_form table {
  width: 100%;
  margin: 0 0 60px;
  font-size: 14px;
}
.contact-page_form table th {
  width: 30%;
  vertical-align: middle;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 18px;
  line-height: 1.4;
  font-size: 14px;
}
.contact-page_form table th em {
  color: #D80C18;
}
.contact-page_form table td {
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 24px 0 24px 24px;
  font-size: 14px;
}
.contact-page_form table td label.name {
  width: 50%;
  display: inline-block;
}
.contact-page_form table td input,
.contact-page_form table td textarea {
  padding: 10px 5px;
  border: 1px solid #ccc;
  border-radius: 5px 5px;
  box-sizing: border-box;
  font-size: 14px;
}
.contact-page_form table td .input1 {
  width: 200px;
  max-width: 100%;
  margin: 0 0 0 8px;
}
.contact-page_form table td span.company_input {
  width: 80px;
  max-width: 100%;
  display: inline-block;
}
.contact-page_form table td label.company {
  display: block;
}
.contact-page_form table td select {
  font-size: 14px;
  border: 1px solid #e7e7e7;
  padding: 5px;
  height: 40px;
  outline:none;
  -moz-appearance: none;
  background: none transparent;
  vertical-align: middle;
}
.contact-page_form .radio-btn .wpcf7-list-item,
.contact-page_form .check-btn .wpcf7-list-item {
  margin-left: 0;
  margin-right: 1.5rem;
}
.contact-page_form .check-btn .wpcf7-list-item {
  display: block;
  margin-bottom: 5px;
}
.contact-page_form .check-btn .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.contact-page_form .confirm {
  margin: 15px 0;
}
.contact-page_form .box-l input {
  width: 80%;
}
.contact-page_form .box-s input {
  width: 200px;
  max-width: 100%;
}
.contact-page_form table td span.wpcf7-list-item {
  margin-left: 2rem;
}
.contact-page_form table td .detail_text {
  margin:25px 0 5px 0;
}
.contact-page_form table td .detail_text:first-child {
  margin:0 0 5px 0;
}
.contact-page_form .days_area {
  display: flex;
  align-items: center;
  padding-left: 8px;
}
.contact-page_form .days_area .wpcf7-form-control-wrap input {
  width: 50px;
  max-width: 100%;
  text-align: center;
  margin-right: 10px;
}
.contact-page_form table td textarea {
  width: 80%;
  margin-left: 8px;
}
.contact-page_form p.button {
  text-align: center;
}
.contact-page_form p.button input {
  width: 30%;
  background: url(../images/common/ico_btn.png) 20px center no-repeat #005bac;
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  border: none;
  border-radius: 40px;
  padding: 15px 20px 15px 40px;
}
.contact-page_form .use_label_element .wpcf7-list-item {
  display: block;
  margin-bottom: 5px;
}



/* ファイル添付ボタン */
.contact-page_form table td input.file-up {
  border: none;
  font-size: 13px;
}


/* 送信完了ページ */
.contact-page_area.contact-complete .link {
  text-align: center;
}
.contact-page_area.contact-complete .link a {
  background-color: #005bac;
  text-align: center;
  line-height: 1;
  position: relative;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  padding: 16px 16px 16px 42px;
  letter-spacing: 1px;
  border: 0;
  min-width: 250px;
}
.contact-page_area.contact-complete .link a:before {
  content: "▶︎";
  padding: 0 1rem 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  left: 16px;
  top: 50%;
  margin: -9px 0 0;
}


/* 期間中の出荷スケジュール */
.contact-page_area h4.contact-page_title {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 20px 0 10px;
  text-align: left;
}

.schedule-info_area {
  border: 2px solid #005BAC;
  border-radius: 10px;
  margin: 15px 0 60px;
  padding: 20px 20px 0;
}
.contact-page_area .schedule-info_area  h3.contact-page_title {
  text-align: center;
}
.schedule-info_area .schedule-info_text {
  margin-bottom: 20px;
}
.schedule-info_area .schedule-info_list dt,
.schedule-info_area .shipping-calendar_list dt {
  margin-bottom: 5px;
}
.schedule-info_area .schedule-info_list dd{
  margin-bottom: 10px;
  padding-left: 1em;
}
.schedule-info_area .schedule-info_list dd:last-child {
  margin-bottom: 0;
}
.schedule-info_area .shipping-calendar_list dt,
.schedule-info_area .shipping-calendar_list dd {
  line-height: 1.4;
}
.schedule-info_area .shipping-calendar_list dd {
  margin-bottom: 10px;
}
.schedule-info_area .schedule-info_days_box {
  margin-bottom: 15px;
  border-bottom: 1px dotted #dedede;
  padding: 15px 0;
}
.schedule-info_area .sub-title {
  display: inline-block;
  margin-bottom: 10px;
  font-size:18px;
  font-weight:bold;
  line-height: 1.4;
}
/*----------------------------------------------------
  プライバシーポリシー
----------------------------------------------------*/
.privacy h1 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
  line-height: 1.4;
}

.privacy h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 70px;
  line-height: 1.4;
  margin: 70px 0 50px;
}
@media screen and (max-width: 768px) {
  .privacy h2 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 30px 0 20px;
  }
}
.privacy p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.privacy h1 + p,
.privacy h2 + p {
  padding: 0 60px 60px;
  line-height: 2;
}
.privacy section {
  padding-top: 0 !important;
}
.privacy section.bdr_block {
  border-top: 1px solid #ddd;
}
.privacy .list dl {
  border-bottom: 1px dotted #ddd;
  padding: 40px 60px;
  box-sizing: border-box;
}
.privacy .list dl.list-nest dd {
  padding-left: 1em;
  text-indent: -1em;
}
.privacy .list dl dt {
  font-size: 20px;
  font-size: 2rem;
  color: #005bac;
  font-weight: bold;
  margin-bottom: 1em;
}
.privacy .list dl dd {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 1rem;
}
.privacy .list dl p {
  color: #ccc;
}
.privacy .list dl p:before {
  content: "▶︎";
}
.privacy .list dl p a {
  color: #757474;
}
.privacy .list.social dl dd {
  text-indent: 0;
  margin: 0 0 2rem;
}
.privacy .list.social ul{
  margin-bottom: 1rem;
}
.privacy .list.social ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: .6rem;
}
.privacy .list.social ul .title{
  font-weight: bold;
  padding-left: 0;
  text-indent: 0;
}
.privacy .list dl p.sns-account_text {
  color: #333;
}
.privacy .list dl p.sns-account_text:before {
  content: none;
}
@media screen and (max-width: 768px) {
  .privacy h1 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0;
  }
  .privacy .wrap .contents dl {
    padding: 20px 0;
  }
  .privacy .wrap .contents h1 + p {
    padding: 0 20px 40px;
  }
  .privacy .wrap .contents h2 + p {
    padding: 0 0 40px;
  }
  .privacy .wrap .contents dl {
    padding: 20px 0;
  }
  .privacy .wrap .contents dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .privacy .list dl dd {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 1rem;
  }
  .privacy .wrap .contents dl dd + p {
    padding: 10px 0 0;
  }
  .privacy .wrap .contents dl dd ul li {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 0 .6em;
  }
  .privacy .wrap .contents .social dl:first-child dd {
    text-indent: 0;
    margin: 0;
  }
  .privacy .list.social ul .title {
    font-weight: bold;
    padding-left: 0;
    text-indent: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .privacy .list.social ul li {
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: .6rem;
  }
}
/*----------------------------------------------------
  プレスリリース
----------------------------------------------------*/
.pressrelease {
  padding: 80px 0 0;
}
.pressrelease .contents h1 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 70px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .pressrelease .contents h1 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0 0 20px;
  }
}
.pressrelease .contents ul li {
  min-height: 1px;
  padding: 0 40px;
  border-bottom: 1px dashed #ddd;
  padding: 25px 0;
}
.pressrelease .contents ul li:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.pressrelease .contents ul li p {
  font-size: 16px;
  font-size: 1.6rem;
  display: table-cell;
  padding: 0 40px;
  line-height: 22px;
  vertical-align: middle;
  width: 706px;
}
.pressrelease .contents ul li span {
  color: #888;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
.pressrelease .contents ul li a {
  display: table-cell;
  vertical-align: middle;
}
.pressrelease .sidebar ul li {
  list-style: none;
}
.pressrelease .sidebar ul li a {
  margin: 0 0 10px;
  text-decoration: none;
  line-height: 20px;
  display: inline-block;
  padding: 0 0 0 10px;
  width: 100%;
}
.pressrelease .sidebar ul li a:before {
  content: "▶︎";
  font-size: 12px;
  font-size: 1.2rem;
  color: #ddd;
  margin: 0 5px 0 0;
}

/*----------------------------------------------------
  お知らせ
----------------------------------------------------*/
.post-type-archive-news .contents h1 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 70px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .post-type-archive-news .contents h1 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0 0 20px;
  }
}
.post-type-archive-news .contents ul li {
  border-bottom: 1px dashed #ddd;
  min-height: 1px;
  padding: 200px 0 50px;
  margin: -200px 0 50px;
}
.post-type-archive-news .contents ul li:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.post-type-archive-news .contents ul li .img {
  background: url(../images/common/post_dummy.gif) left top no-repeat;
  float: left;
  width: 160px;
  height: 120px;
  position: relative;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.post-type-archive-news .contents ul li .img img {
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  width: auto;
  height: 100%;
}
.post-type-archive-news .contents ul li .txt {
  float: left;
  padding: 0 50px 0 35px;
  width: 730px;
}
.post-type-archive-news .contents ul li .txt span {
  color: #888;
  font-weight: bold;
}
.post-type-archive-news .contents ul li .txt p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
}
.post-type-archive-news .contents ul li .txt p strong {
  font-size: 20px;
  font-size: 2rem;
  color: #005bac;
  font-weight: bold;
  padding: 8px 0;
  display: inline-block;
}
.post-type-archive-news .contents ul li .txt p.link {
  text-align: right;
  margin-top: 10px;
}
.post-type-archive-news .contents ul li .txt p.link a {
  background-color: #005bac;
  text-align: center;
  line-height: 1;
  position: relative;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  padding: 16px 16px 16px 42px;
  letter-spacing: 1px;
  border: 0;
  min-width: 250px;
}
.post-type-archive-news .contents ul li .txt p.link a:before {
  content: "▶︎";
  padding: 0 1rem 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  left: 16px;
  top: 50%;
  margin: -9px 0 0;
}
@media screen and (max-width: 1280px) {
  .post-type-archive-news .contents ul li .txt p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .post-type-archive-news .contents ul li .txt p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .post-type-archive-news .contents ul li .txt p.link a:before {
    margin: -12px 0 0;
  }
  .post-type-archive-news .contents ul li .txt p.link a br {
    display: inline-block;
  }
}
.post-type-archive-news .sidebar ul li {
  list-style: none;
  width: 50%;
  float: left;
}
.post-type-archive-news .sidebar ul li a {
  text-decoration: none;
  line-height: 20px;
  display: inline-block;
  border-left: 1px solid #ddd;
  padding: 0 0 0 10px;
  margin: 0 0 10px;
}

/*----------------------------------------------------
  サイトマップ
----------------------------------------------------*/
.sitemap .wrap .contents h1 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 70px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .sitemap .wrap .contents h1 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0 0 20px;
  }
}
.sitemap .wrap .contents .sitemap-wrap {
  min-height: 1px;
  margin: 0 auto 60px;
}
.sitemap .wrap .contents .sitemap-wrap:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.sitemap .wrap .contents .sitemap-wrap__list {
  float: left;
  width: 30%;
  margin: 0 1%;
}
.sitemap .wrap .contents .sitemap-wrap__list p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #efefef;
  margin: 0 0 18px;
  padding: 0 0 18px;
}
.sitemap .wrap .contents .sitemap-wrap__list a {
  text-decoration: none;
}
.sitemap .wrap .contents .sitemap-wrap__list dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 3px 0 0;
  text-indent: -19px;
  margin: 10px 0 10px 19px;
  line-height: 20px;
}
.sitemap .wrap .contents .sitemap-wrap__list dl dt:before {
  content: "▶︎";
  font-size: 14px;
  font-size: 1.4rem;
  color: #ccc;
  padding: 0 5px 0 0;
}
.sitemap .wrap .contents .sitemap-wrap__list dl dd {
  line-height: 28px;
  padding: 0 0 0 1em;
}

/*----------------------------------------------------
  展示会フォーム , 医療学会フォーム
----------------------------------------------------*/
.exhibition_form .contents, .medical_society_201605 .contents, .medical_society_201607 .contents {
  width: 720px !important;
}
.exhibition_form .contents h1, .medical_society_201605 .contents h1, .medical_society_201607 .contents h1 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  margin: 0 0 40px;
  line-height: 36px;
}
.exhibition_form .contents p.lead, .medical_society_201605 .contents p.lead, .medical_society_201607 .contents p.lead {
  margin: 0 0 80px;
}
.exhibition_form .contents p.lead + ul, .medical_society_201605 .contents p.lead + ul, .medical_society_201607 .contents p.lead + ul {
  text-align: center;
  margin: 0 0 70px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
}
.exhibition_form .contents .input_block, .medical_society_201605 .contents .input_block, .medical_society_201607 .contents .input_block {
  margin: 0 0 48px;
  padding: 0 0 20px;
  line-height: 20px;
  border-bottom: 1px solid #ddd;
}
.exhibition_form .contents .input_block input, .medical_society_201605 .contents .input_block input, .medical_society_201607 .contents .input_block input {
  line-height: 31px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 8px;
}
.exhibition_form .contents .input_block input.number, .medical_society_201605 .contents .input_block input.number, .medical_society_201607 .contents .input_block input.number {
  width: 50px;
}
.exhibition_form .contents .input_block p, .medical_society_201605 .contents .input_block p, .medical_society_201607 .contents .input_block p {
  margin: 0 0 16px;
}
.exhibition_form .contents .input_block p.ttl, .medical_society_201605 .contents .input_block p.ttl, .medical_society_201607 .contents .input_block p.ttl {
  color: #005bac;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.exhibition_form .contents .input_block p.ttl em, .medical_society_201605 .contents .input_block p.ttl em, .medical_society_201607 .contents .input_block p.ttl em {
  color: #ff0000;
}
.exhibition_form .contents .input_block .wpcf7-form-control, .medical_society_201605 .contents .input_block .wpcf7-form-control, .medical_society_201607 .contents .input_block .wpcf7-form-control {
  margin: 0 0 8px;
  display: inline-block;
}
.exhibition_form .contents .input_block em, .medical_society_201605 .contents .input_block em, .medical_society_201607 .contents .input_block em {
  font-size: 14px;
  font-size: 1.4rem;
}
.exhibition_form .contents .input_block .wpcf7-checkbox .wpcf7-list-item, .medical_society_201605 .contents .input_block .wpcf7-checkbox .wpcf7-list-item, .medical_society_201607 .contents .input_block .wpcf7-checkbox .wpcf7-list-item {
  display: block;
}
.exhibition_form .contents .input_block .wpcf7-checkbox label, .medical_society_201605 .contents .input_block .wpcf7-checkbox label, .medical_society_201607 .contents .input_block .wpcf7-checkbox label {
  margin: 0 0 8px;
  display: block;
}
.exhibition_form .contents .input_block .add_name, .exhibition_form .contents .input_block .close, .medical_society_201605 .contents .input_block .add_name, .medical_society_201605 .contents .input_block .close, .medical_society_201607 .contents .input_block .add_name, .medical_society_201607 .contents .input_block .close {
  background: #ddd;
  border: 1px solid #ccc;
  padding: 2px 8px;
  margin: 0 0 8px;
  display: inline-block;
}
.exhibition_form .contents .input_block .form-block, .medical_society_201605 .contents .input_block .form-block, .medical_society_201607 .contents .input_block .form-block {
  display: none;
}
.exhibition_form .contents .input_block .form-block input, .medical_society_201605 .contents .input_block .form-block input, .medical_society_201607 .contents .input_block .form-block input {
  width: 200px;
}
.exhibition_form .contents p.button, .medical_society_201605 .contents p.button, .medical_society_201607 .contents p.button {
  text-align: center;
}
.exhibition_form .contents p.button input, .medical_society_201605 .contents p.button input, .medical_society_201607 .contents p.button input {
  background: url(../images/common/ico_btn.png) 20px center no-repeat #005bac;
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  border: none;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  padding: 0 20px 0 40px;
  line-height: 60px;
}

.medical_society_201605 .contents p.lead, .medical_society_201607 .contents p.lead {
  margin: 0;
}
.medical_society_201605 .contents p.anq, .medical_society_201607 .contents p.anq {
  margin: 80px 0px 60px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.medical_society_201605 .contents .wpcf7, .medical_society_201607 .contents .wpcf7 {
  margin: -120px 0px 0px;
}
.medical_society_201605 .contents .wpcf7 .wpcf7-form, .medical_society_201607 .contents .wpcf7 .wpcf7-form {
  padding: 160px 0 0;
}
.medical_society_201605 .contents .wpcf7 .wpcf7-form .wpcf7c-conf, .medical_society_201607 .contents .wpcf7 .wpcf7-form .wpcf7c-conf {
  background-color: #ffffff;
  color: black;
  border: none;
}
.medical_society_201605 .contents .wpcf7 .wpcf7-form .input_block .wpcf7-checkbox span.wpcf7-list-item, .medical_society_201607 .contents .wpcf7 .wpcf7-form .input_block .wpcf7-checkbox span.wpcf7-list-item {
  display: inline-block;
}
.medical_society_201605 .contents .wpcf7 .wpcf7-form .input_block .wpcf7-textarea, .medical_society_201607 .contents .wpcf7 .wpcf7-form .input_block .wpcf7-textarea {
  width: 100%;
  height: 100px;
}
.medical_society_201605 .contents .wpcf7 .wpcf7-form .input_block .form-block, .medical_society_201607 .contents .wpcf7 .wpcf7-form .input_block .form-block {
  display: block;
}
.medical_society_201605 .contents .wpcf7 .wpcf7-form .input_block .form-block .zip, .medical_society_201607 .contents .wpcf7 .wpcf7-form .input_block .form-block .zip {
  width: 100px;
}
.medical_society_201605 .contents .wpcf7 .wpcf7-form .input_block .form-block .address, .medical_society_201607 .contents .wpcf7 .wpcf7-form .input_block .form-block .address {
  width: 400px;
}

/*----------------------------------------------------
  医療学会フォーム - 送信完了
----------------------------------------------------*/
.medical_society_201607_complete .contents h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 70px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .medical_society_201607_complete .contents h2 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0 0 20px;
  }
}
.medical_society_201607_complete .contents h2 + p {
  color: #333;
  text-align: center;
  margin: 0 0 80px;
  line-height: 24px;
}
.medical_society_201607_complete .contents p.link {
  text-align: center;
}
.medical_society_201607_complete .contents p.link a {
  background-color: #005bac;
  text-align: center;
  line-height: 1;
  position: relative;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  padding: 16px 16px 16px 42px;
  letter-spacing: 1px;
  border: 0;
  min-width: 250px;
}
.medical_society_201607_complete .contents p.link a:before {
  content: "▶︎";
  padding: 0 1rem 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  left: 16px;
  top: 50%;
  margin: -9px 0 0;
}
@media screen and (max-width: 1280px) {
  .medical_society_201607_complete .contents p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .medical_society_201607_complete .contents p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .medical_society_201607_complete .contents p.link a:before {
    margin: -12px 0 0;
  }
  .medical_society_201607_complete .contents p.link a br {
    display: inline-block;
  }
}

/*----------------------------------------------------
    768px以下
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  /*----------------------------------------------------
    プレスリリース
  ----------------------------------------------------*/
  .pressrelease .inner {
    width: 100%;
  }
  .pressrelease .inner .contents {
    width: 100%;
  }
  .pressrelease .inner .contents ul {
    padding: 0 20px;
  }
  .pressrelease .inner .contents ul li {
    padding: 20px 0;
  }
  .pressrelease .inner .contents ul li span {
    display: block;
    text-align: center;
  }
  .pressrelease .inner .contents ul li p {
    display: block;
    width: auto;
    padding: 10px 0;
  }
  .pressrelease .inner .contents ul li a {
    display: block;
    width: auto;
    text-align: center;
  }

  /*----------------------------------------------------
    お知らせ
  ----------------------------------------------------*/
  .post-type-archive-news .contents ul li {
    padding: 130px 0 20px;
    margin: -130px 0 20px;
  }
  .post-type-archive-news .contents ul li .img {
    width: 100%;
    background-position: center top !important;
    float: none;
    margin: 0 0 16px;
  }
  .post-type-archive-news .contents ul li .txt {
    width: 100%;
    padding: 0;
    float: none;
  }
  .post-type-archive-news .contents ul li .txt p strong {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
  }

  /*----------------------------------------------------
    サイトマップ
  ----------------------------------------------------*/
  .sitemap .wrap .contents .sitemap-wrap {
    margin: 0;
  }
  .sitemap .wrap .contents .sitemap-wrap__list {
    float: none;
    width: 100%;
    margin: 0;
  }
  .sitemap .wrap .contents .sitemap-wrap__list p {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-align: center;
  }
  .sitemap .wrap .contents .sitemap-wrap__list dl {
    padding: 0px 0px 20px;
  }
  .sitemap .wrap .contents .sitemap-wrap__list dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sitemap .wrap .contents .sitemap-wrap__list dl dd {
    font-size: 16px;
    font-size: 1.6rem;
  }

  /*----------------------------------------------------
    トット・ガーデンブログ一覧
  ----------------------------------------------------*/
  .totbloglist .wrap .inner .contents div {
    width: 100%;
    margin-bottom: 30px;
  }
  .totbloglist .wrap .inner .contents div p.area {
    float: none;
    margin: 0 auto 1em;
  }
  .totbloglist .wrap .inner .contents div p.area + ul {
    padding: 0;
  }
  .totbloglist .wrap .inner .contents div p.area + ul li {
    line-height: 1.4;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 0.5em;
    text-indent: -1em;
    margin: 0 0 0.5em 1em;
  }


  /*----------------------------------------------------
    お問合わせ
  ----------------------------------------------------*/
/*  .contact .wrap-nocolumn p.lead, .business .wrap-nocolumn p.lead, .group_reservation .wrap-nocolumn p.lead {
    padding: 20px 0;
    margin: 0;
  }
  .contact .wrap-nocolumn p.lead + ul li, .business .wrap-nocolumn p.lead + ul li, .group_reservation .wrap-nocolumn p.lead + ul li {
    line-height: 1.6;
  }
  .contact .wrap-nocolumn table th, .business .wrap-nocolumn table th, .group_reservation .wrap-nocolumn table th {
    display: block;
    background-color: #fff;
    font-weight: bold;
    width: 100%;
    border: none;
    padding: 10px;
  }
  .contact .wrap-nocolumn table td, .business .wrap-nocolumn table td, .group_reservation .wrap-nocolumn table td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 10px 10px 30px;
  }
  .contact .wrap-nocolumn table td em, .business .wrap-nocolumn table td em, .group_reservation .wrap-nocolumn table td em {
    color: #333;
    display: block;
  }
  .contact .wrap-nocolumn table td label input, .business .wrap-nocolumn table td label input, .group_reservation .wrap-nocolumn table td label input {
    width: 100%;
  }
  .contact .wrap-nocolumn table td label.name, .business .wrap-nocolumn table td label.name, .group_reservation .wrap-nocolumn table td label.name {
    padding: 0;
    margin: 0 0 10px;
  }
  .contact .wrap-nocolumn table td label.name em, .business .wrap-nocolumn table td label.name em, .group_reservation .wrap-nocolumn table td label.name em {
    margin: 0 10px 0 0;
  }
  .contact .wrap-nocolumn table td label em, .business .wrap-nocolumn table td label em, .group_reservation .wrap-nocolumn table td label em {
    display: inline-block;
  }
  .contact .wrap-nocolumn table td .wpcf7-list-item input, .business .wrap-nocolumn table td .wpcf7-list-item input, .group_reservation .wrap-nocolumn table td .wpcf7-list-item input {
    width: auto;
  }
  .contact .wrap-nocolumn table td input, .business .wrap-nocolumn table td input, .group_reservation .wrap-nocolumn table td input {
    width: 100%;
  }
  .contact .wrap-nocolumn table td input.input1, .business .wrap-nocolumn table td input.input1, .group_reservation .wrap-nocolumn table td input.input1 {
    width: 50%;
    margin: 0;
  }
  .contact .wrap-nocolumn table td input.input2, .business .wrap-nocolumn table td input.input2, .group_reservation .wrap-nocolumn table td input.input2 {
    width: 20%;
    margin: 0 10px 0 0;
  }
  .contact .wrap-nocolumn table td input.input3, .business .wrap-nocolumn table td input.input3, .group_reservation .wrap-nocolumn table td input.input3 {
    width: 20%;
    margin: 0 10px 0 0;
  }
  .contact .wrap-nocolumn table td input.input4, .business .wrap-nocolumn table td input.input4, .group_reservation .wrap-nocolumn table td input.input4 {
    width: 100%;
    margin: 0;
  }
  .contact .wrap-nocolumn table td input.input5, .business .wrap-nocolumn table td input.input5, .group_reservation .wrap-nocolumn table td input.input5 {
    width: 100%;
    margin: 8px 0 0;
  }
  .contact .wrap-nocolumn table td input[type="radio"], .business .wrap-nocolumn table td input[type="radio"], .group_reservation .wrap-nocolumn table td input[type="radio"] {
    width: auto;
  }
  .contact .wrap-nocolumn table td textarea, .business .wrap-nocolumn table td textarea, .group_reservation .wrap-nocolumn table td textarea {
    width: 100%;
  }
  .contact .wrap-nocolumn table td .other, .business .wrap-nocolumn table td .other, .group_reservation .wrap-nocolumn table td .other {
    position: static;
  }
  .contact .wrap-nocolumn table td span.company_input, .business .wrap-nocolumn table td span.company_input, .group_reservation .wrap-nocolumn table td span.company_input {
    margin: 0 0 8px;
  }*/

  .group_reservation .wrap-nocolumn table td input.input1 {
    margin: 0 0 0 8px;
  }
  .group_reservation .wrap-nocolumn table td input.input2 {
    margin: 0 0 0 8px;
    width: 50%;
  }
  .group_reservation .wrap-nocolumn table td label.day + label.day {
    padding: 8px 0 0;
  }
  /*---------------------------------*/
  .contact-page_area .link-list li {
    line-height: 1.5;
  }
  .contact-page_area .btn_area li {
    width: 100%;
    display: block;
  }
  .contact-page_form table {
    border: 1px solid #ddd;
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
  }
  .contact-page_form table th,
  .contact-page_form table td {
    display: block;
    width: 100%;
    padding: 8px 18px;
  }
  .contact-page_form table td {
    padding: 20px 18px;
  }
  .contact-page_form table td label.name {
    padding: 0 10px;
  }
  .contact-page_form table td .input1 {
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px 0;
  }
  .contact-page_form table td .zip2 .input1 {
    width: 40%;
  }
  .contact-page_form table td label.name em {
    display: block;
    margin-bottom: 5px;
  }
  .contact-page_form table td span.company_input {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 10px 0;
  }
  .contact-page_form .box-l input,
  .contact-page_form .box-s input {
    width: 100%;
  }
  .contact-page_form .days_area .wpcf7-form-control-wrap input {
    width: 45px;
  }
  .contact-page_form table td input,
  .contact-page_form table td textarea {
    width: 100%;
  }
  .contact-page_form table td .radio-btn input,
  .contact-page_form table td .check-btn input {
    width: auto;
  }
  .contact-page_form .radio-btn .wpcf7-list-item {
    display: block;
  }
  .contact-page_form .wpcf7-validates-as-tel {
    margin-bottom: 5px;
  }
  .contact-page_form table td .shop .input1 {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .contact-page_form table td textarea {
    width: 100%;
  }
  .contact-page_form p.button input {
    width: 70%;
  }
  .contact-page_form .file-128 {
    position: initial;
  }
  .contact-page_form .file-up {
    margin-left: 0;
  }
  .schedule-info_area .shipping-calendar_list dd {
    margin-bottom: 20px;
  }



}
