@charset "UTF-8";
/* CSS Document */
/* appointment
--------------------------------------------------------- */
@media screen and (min-width: 769px) {
  main {
    position: relative;
  }
  main .main {
    width: 828px;
    padding: 20px 0;
    margin: 0 auto;
    height: auto;
    background-color: #faf0ea;
    z-index: 10;
  }
  main .main #main_inner {
    width: 756px;
    margin-left: 36px;
    margin-top: 20px;
  }
/*
  main #main_inner h2 {
    border-bottom: solid 1px #EEC1C7;
    box-shadow: 0 1px 0 #fff;
    background: url(../img/common/h2_heart.png) no-repeat left center;
    padding: 0 0 0 78px;
    margin: 0 0 1em 0;
    line-height: 1.2;
  }
*/
  article #art_massage_greet {
    overflow: hidden;
  }
  #con_pl270 {
    width: 65%;
  }
}
/* 分娩費用・ご予約 */
table.table_sty01 {
  text-align: center;
  color: #fff;
  width: 100%;
}
table.table_sty01 th, .table_sty01 td {
  border-radius: 10px;
  padding: 5px;
  margin: 0 5px 5px 0;
}
table.table_sty01 thead th {
  background: rgba(102, 51, 0, .6);
}
table.table_sty01 tbody th, .table_sty01 tbody td {
  background: rgba(153, 102, 51, .6);
}
#sec_appoint #art_appoint h3 {
  padding-top: 1em;
  padding-bottom: .5em;
}
#art_bunbenhiyou {
  background: rgba(233, 211, 189, 1.00);
  padding: 1em;
  margin: 1.2em auto;
}
p.head_bunben {
  font-size: 1.1em;
  color: #630;
  font-weight: bold;
}
p.head_bunben::before {
  content: "★";
  color: #630;
  display: block;
  float: left;
  padding-right: 0.2em;
}
ul.ul_bunben {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.ul_bunben li.ul_bunben_txt {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
  padding: 0.8em;
  border: solid 1px #C8A578;
}
ul.ul_bunben li.ul_bunben_img img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
}
#art_bunbenhiyou a, #art_howtoreserve a {
  color: #f06;
  font-weight: bold;
}
#art_bunbenhiyou .bunben_title {
  color: #2B1111;
  font-weight: bold;
  margin-bottom: 5px;
}
#appoint_highlisk .dl01 dd {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  ul.ul_bunben li {
    width: 31%;
    margin: 0 0.2em 0.2em 0;
  }
}
@media screen and (max-width: 768px) {
  ul.ul_bunben {
    width: 100%;
  }
  ul.ul_bunben li {
    margin: 0 1em 1em 0;
    width: 100%;
  }
  #sec_appoint #art_appoint h3 {
	font-size: 1.2em;
  }
}
/* 追加費用Table */
table.table_sty02 {
  border-spacing: 0;
  background: #fff;
  width: 100%;
}
table.table_sty02 thead th {
  border-top: solid 2px #231815;
  border-bottom: 1px dashed #231815;
  border-right: 1px dashed #231815;
  text-align: center;
  font-weight: normal;
  padding: 0.5em;
}
table.table_sty02 th:last-child, table.table_sty02 td:last-child {
  border-right: medium none;
}
table.table_sty02 tbody th {
  background: #ffefd8;
  padding: 0.5em;
  border-bottom: 1px dashed #231815;
  border-right: 1px dashed #231815;
}
table.table_sty02 tbody td {
  background: #FFE9E4;
  padding: 0.5em;
  border-bottom: 1px dashed #231815;
  border-right: 1px dashed #231815;
}
/* ご予約方法 */
#art_howtoreserve ul li {
  list-style-type: disc;
}
@media screen and (min-width: 769px) {
  #art_howtoreserve dl {
    display: table;
  }
  #art_howtoreserve dl dd, #art_howtoreserve dl dt {
    display: table-cell;
    width: 360px;
  }
  #art_howtoreserve dl dt .div_dt {
    background: #fff;
    padding: 10px;
    border: solid 3px #ffefd8;
    border-radius: 20px;
    width: 305px;
    margin-right: 50px;
    text-align: center;
  }
  #art_howtoreserve dl dt .title {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #4F4F4F;
  }
  #art_howtoreserve dl dd {
    width: 401px;
  }
  #art_howtoreserve .dl_reserve_plan01 dt {
    padding-bottom: 110px;
    background: url(../img/appointoment/mark_reserve_plan01b.png) no-repeat 150px bottom, url(../img/appointoment/mark_reserve_plan01a.png) no-repeat 250px 10px;
  }
  #art_howtoreserve .dl_reserve_plan01 dt .div_dt {
    width: 240px;
    margin-right: 110px;
  }
  #art_howtoreserve .dl_reserve_plan02 dt {
    padding-bottom: 110px;
    background: url(../img/appointoment/mark_reserve_plan02a.png) no-repeat 150px bottom;
  }
  #art_howtoreserve .dl_reserve_plan02 .tel {
    display: block;
    font-size: 20px;
    font-weight: bold;
  }
  #art_howtoreserve .dl_reserve_plan03 dd {
    background: url(../img/about/photo01.png) no-repeat right bottom;
    background-size: 140px;
  }
  #appoint_highlisk .bt_tel {
    width: 350px;
    margin: auto;
  }
  #art_howtoreserve .dl_reserve_plan01 dt .div_dt .bt_highlisk {
    width: 90%;
    display: block;
    margin: auto;
  }
  #art_howtoreserve .dl_reserve_plan02 dt .div_dt .bt_tel {
    width: 70%;
    display: block;
    margin: auto;
  }
  #appoint_highlisk .dl01 dt {
    width: 20%;
  }
  #appoint_highlisk .dl01 dd {
    width: 79%;
  }
}
@media screen and (max-width: 768px) {
  #art_howtoreserve dl {
    display: block;
  }
  #art_howtoreserve dl dd {
    display: block;
    margin-top: 10px;
    margin-left: 0px;
    padding-left: 55px;
  }
  #art_howtoreserve dl dt {
    display: block;
    width: 100%;
  }
  #art_howtoreserve dl dt .div_dt {
    background: #fff;
    padding: 5px;
    border: solid 3px #ffefd8;
    border-radius: 10px;
    text-align: center;
  }
  #art_howtoreserve dl dt .title {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #4F4F4F;
  }
  #art_howtoreserve .dl_reserve_plan01 .div_topic01 {
    background: #FFE9D1;
    padding: 5px;
  }
  #art_howtoreserve .dl_reserve_plan01 .mark_reserve_plan01a {
    display: block;
    width: 100px;
  }
  #art_howtoreserve .dl_reserve_plan01 dd {
    background: url(../img/appointoment/mark_reserve_plan01b.png) no-repeat left top;
    height: 100px;
  }
  #art_howtoreserve .dl_reserve_plan02 dd {
    background: url(../img/appointoment/mark_reserve_plan02a.png) no-repeat left top;
    min-height: 100px;
  }
  #art_howtoreserve .dl_reserve_plan02 .tel {
    display: block;
    font-size: 20px;
    font-weight: bold;
  }
  #art_howtoreserve dl.dl_reserve_plan03 dd {
    background: url(../img/about/photo01.png) no-repeat right bottom;
    padding: 0 0 11em 1.5em;
  }
  #appoint_highlisk .bt_tel {
    width: 250px;
    margin: auto;
  }
  #appoint_highlisk .dl01 dt {
    width: 20%;
  }
  #appoint_highlisk .dl01 dd {
    width: 79%;
  }
}
/* ハイリスク分娩 */
#appoint_highlisk h3 {
  font: 1.3em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: bold;
  color: #41210D;
  padding: 0.5em 0 1em 0;
}
#appoint_highlisk h3::before {
  content: "■";
  color: #41210D;
  display: block;
  float: left;
  padding-right: 0.7em;
}
#wrap_lisk {
  width: 95%;
  padding: 1em;
}
table#table_lisk {
  width: 100%;
  border: 1px solid #41210D;
  border-collapse: collapse;
}
table#table_lisk tr {}
table#table_lisk tr th {
  border: 1px solid #41210d;
  padding: 0.5em;
  text-align: center;
  background-color: #fbe7e0;
}
table#table_lisk tr td {
  border: 1px solid #41210d;
  text-align: center;
  padding: 0.5em;
}
table#table_lisk tr td.td_left {
  background-color: #fffff0;
}
table#table_lisk tr td.td_center {
  background-color: #ffffcc;
}
table#table_lisk tr td.td_right {
  background-color: #ffcccc;
}
.con_lisk {
  margin: 1em 0;
}
.con_lisk p {
  margin: 0.6em 0;
}
@media screen and (max-width: 768px) {
  .con_lisk {
    font-size: 0.9em;
  }
  #art_howtoreserve .dl_reserve_plan01 dt .div_dt .bt_highlisk {
    width: 75%;
    max-width: 200px;
    display: block;
    margin: auto;
  }
  #art_howtoreserve .dl_reserve_plan02 dt .div_dt .bt_tel {
    width: 70%;
    max-width: 200px;
    display: block;
    margin: auto;
  }
  #appoint_highlisk .dl01 dt, #appoint_highlisk .dl01 dd {
    width: 100%;
  }
}
#wrap_lisk .appointoment-form input.size-min {
  width: 120px;
}
#wrap_lisk .appointoment-form input.confirm, #wrap_lisk .appointoment-form input.appointoment-submit {
  transition: all .4s;
  width: 150px;
  border: none;
  border-radius: 15px;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  color: #744c2c;
}
#wrap_lisk .appointoment-form input.confirm {
  background: rgb(201, 255, 209); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(201, 255, 209, 1) 0%, rgba(157, 214, 126, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(201, 255, 209, 1) 0%, rgba(157, 214, 126, 1) 100%);
  background: linear-gradient(to bottom, rgba(201, 255, 209, 1) 0%, rgba(157, 214, 126, 1) 100%);
  border: solid 1px rgba(157, 214, 126, 1);
  display: block;
  margin: auto;
}
#wrap_lisk .appointoment-form input.appointoment-submit {
  background: rgb(254, 214, 199);
  background: -moz-linear-gradient(top, rgba(254, 214, 199, 1) 0%, rgba(243, 180, 193, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(254, 214, 199, 1) 0%, rgba(243, 180, 193, 1) 100%);
  background: linear-gradient(to bottom, rgba(254, 214, 199, 1) 0%, rgba(243, 180, 193, 1) 100%);
  border: solid 1px #F3B4C1;
}
#wrap_lisk .appointoment-form input:hover {
  opacity: 0.5;
}
#wrap_lisk .appointoment-form input[name="your-email01"] {
  margin-bottom: 10px;
}
#wrap_lisk .appointoment-form input.link_reset {
  margin-left: auto;
  display: block;
}
#wrap_lisk .appointoment-form .ul_submit {
  display: flex;
  justify-content: center;
}
#wrap_lisk .appointoment-form .dl_form {
  width: 100%;
  border: solid #ccc 2px;
  padding: 10px 5px;
  margin-bottom: 30px;
}
#wrap_lisk .appointoment-form .dl_form dt {
  background: rgba(244, 178, 192, 0.5);
  padding: 5px;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
}
#wrap_lisk .appointoment-form .dl_form dd {
  background: #fff;
  padding: 10px 5px;
  border-bottom: solid 1px #ccc;
}
#wrap_lisk .appointoment-form > p {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #wrap_lisk .appointoment-form .dl_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
  }
  #wrap_lisk .appointoment-form .dl_form dt {
    width: 25%;
    border-right: solid 1px #ccc;
  }
  #wrap_lisk .appointoment-form .dl_form dd {
    width: 75%;
  }
  #wrap_lisk .appointoment-form .dl_form dt.dt_wid, #wrap_lisk .appointoment-form .dl_form dd.dd_wid {
    width: 100%;
  }
  #wrap_lisk .appointoment-form .dl_form dt.dt_wid {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  #wrap_lisk .appointoment-form .dl_form dt {
    width: 100%;
  }
  #wrap_lisk .appointoment-form .dl_form dd {
    width: 100%;
  }
  #wrap_lisk .appointoment-form .dl_form input[type=text], #wrap_lisk .appointoment-form .dl_form textarea {
    width: 100%;
    box-sizing: border-box;
  }
}