@charset "utf-8";
/* ------------------------------------------------------------------
  virtual model rooms  CSS

  2018/06/05 326_sakaguchi 
------------------------------------------------------------------ */
header {
  border-bottom: none;
  max-width: 1000px;
  width: 100%;
}

footer {
  margin-top: 0;
  width: 100%;
}

body {
  background: #EFECE5;
  font-size: 16px;
}

.view_sp {
  display: none;
}

@media screen and (max-width: 736px) {
  .view_sp {
    display: block;
  }
}

@media screen and (max-width: 370px) {
  .br_smallsp {
    display: block;
  }
}

/* -------------------------------
  #contents
---------------------------------- */
#contents {
  margin: 1em auto 0;
  padding-bottom: 5%; 
  width: 100%;
}

#contents.fixed_margin {
  margin-top: 4em;
}

@media screen and (max-width: 736px) {
  #contents {
    margin: 0 auto;
  }
  #contents.fixed_margin {
    margin-top: 0;
  }
}

.size_tab {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}

#contents img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  width: 100%;
  -webkit-backface-visibility: hidden;
}

h1 {
  background: url(/sakae/contact/image/bg-mainttl.jpg) repeat;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;
  font-size: 200%;
  font-weight: normal;
  letter-spacing: 0.2em;
  padding: 1.5% 0;
  text-align: center;
}

h1 span {
  display: block;
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 65%;
  letter-spacing: 0;
  margin: 0 auto;
  padding: 5px 0 0;
  position: relative;
  width: 30%;
}

h1 span::before {
  background-image: -webkit-linear-gradient(left, transparent, #fff 25%, #fff 75%, transparent);
  background-image: linear-gradient(to right, transparent, #fff 25%, #fff 75%, transparent);
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  height: 1px;
  left: 0;
  margin: 0 auto;
  opacity: 0.5;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 736px) {
  h1 {
    font-size: 180%;
    margin-bottom: 5%;
  }

  h1 span {
    width: 95%;
  }
}

.txt_mainlead {
  margin: 2% 0 4%;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .txt_mainlead {
    margin: 0 1em 6%;
    text-align: left;
  }
}

h2 {
  margin: 0 auto 4%;
  max-width: 800px;
  width: 80%;
}

@media screen and (max-width: 736px) {
  h2 {
    margin-bottom: 6%;
    width: 95%;
  }
}


/* -------------------------------
  .con_form
---------------------------------- */

.con_form {
  margin: 0 auto;
  max-width: 800px;
  width: 80%;
}

.con_form .txt_attention {
  margin-bottom: 1%;
}

@media screen and (max-width: 736px) {
  .con_form {
    width: 95%;
  }

  .con_form .txt_attention {
    margin-bottom: 3%;
  }
}

.con_form .txt_attention span {
  background: #C33030;
  color: #fff;
  display: inline-block;
  line-height: 1.3em;
  margin: 0 0.5em 1%;
  padding: 0 1em;
}

.con_form table {
  background: #fff;
  margin-bottom: 2%;
  width: 100%;
}

.con_form table th {
  background: #CEC7B3;
  border-left: 4px solid #2F1100;
  border-bottom: 1px solid #fff;
  font-weight: normal;
  padding: 0 1em;
  text-align: left;
  vertical-align: middle;
  width: 31.25%;
}

.con_form table tr:last-of-type th {
  border-bottom: 1px solid #CEC7B3;
}

.con_form table th .indis {
  background: #C33030;
  color: #fff;
  display: inline-block;
  float: right;
  line-height: 1.5em;
  padding: 0 0.7em;
}

.con_form table td {
  border-bottom: 1px solid #D3CFBB;
  border-right: 1px solid #D3CFBB;
  padding: 2% 4%;
}

.con_form table tr:first-of-type td {
  border-top: 1px solid #D3CFBB;
}

@media screen and (max-width: 736px) {
  .con_form table {
    margin-bottom: 6%;
  }

  .con_form table th,
  .con_form table td {
    display: block;
    width: 100%;
  }

  .con_form table th,
  .con_form table tr:last-of-type th {
    border-bottom: none;
  }

  .con_form table th {
    border-left: 7px solid #2F1100;
    font-feature-settings: "palt";
    font-size: 115%;
    padding: 1% 1em 1% 0.5em;
  }

  .con_form table th .indis {
    font-size: 90%;
    line-height: 1.3em;
    margin-top: 1%;
  }

  .con_form table td {
    border-bottom: none;
    border-left: 1px solid #D3CFBB;
    border-right: 1px solid #D3CFBB;
    padding: 6% 4%;
  }

  .con_form table tr:first-of-type td {
    border-top: none;
  }
  .con_form table tr:last-of-type td {
    border-bottom: 1px solid #D3CFBB;
  }
}


.con_form table td input[type='text'],
.con_form table td input[type='tel'] {
  border: 1px solid #686868;
  border-radius: 0px;
  box-shadow: inset 0 6px 3px -6px rgba(0,0,0,0.3);
  font-size: 15px;
  padding: 1.5%;
  outline: none;
  width: 55%;
}

@media screen and (max-width: 736px) {
  .con_form table td input[type='text'],
  .con_form table td input[type='tel'] {
    width: 100%;
  }
}


/* お問合せ内容 */
.con_form table .tb_content td p {
  margin-bottom: 1%;
}

.con_form table .tb_content td .box_checkbox {
  margin-bottom: 3%;
}

.con_form table .tb_content td .box_checkbox ul {
  padding: 1%;
  overflow: hidden;
}

.con_form table .tb_content td .box_checkbox label {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  float: left;
  margin-bottom: 2.5%;
  width: 50%;
}

.con_form table .tb_content td .box_checkbox input[type='radio'] {
  margin: 0 0.2em 0 0;
}

.con_form table .tb_content td .box_checkbox span {
  display: inline-block;
  line-height: 1em;
}

/*.con_form table .tb_content td .box_checkbox ul li:nth-child(n+3) label {
  margin-bottom: 0;
}*/

.con_form table .tb_content td .box_checkbox input[type='checkbox'] {
  display: none;
}

.con_form table .tb_content td .box_checkbox .checkbox_parts {
  padding-left: 20px;
  position:relative;
  /*margin-right: 20px;*/
}

.con_form table .tb_content td .box_checkbox .checkbox_parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
}

input[type='checkbox']:checked + .checkbox_parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 6px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

.con_form table .tb_content td textarea {
  border-radius: 0px;
  height: 100px;
  width: 100%;
}

@media screen and (max-width: 940px) {
  .con_form table .tb_content td .box_checkbox ul li{
    margin-bottom: 2%;
  }
  .con_form table .tb_content td .box_checkbox label {
    float: none;
    margin-bottom: 3%; 
    width: 100%;
  }
}


/* メールアドレス */
.con_form table .tb_mail td ul li {
  margin-bottom: 3%;
}

.con_form table .tb_mail td ul li input[type='text'] {
  width: 75%;
}

.con_form table .tb_mail td ul li span {
  font-size: 90%;
  margin-left: 0.5em;
}

.con_form table .tb_mail .box_attention {
  background: #FFFADE;
  font-size: 90%;
  line-height: 1.3em;
  padding: 1em;
  text-align: justify;
  width: 100%;
}

.con_form table .tb_mail .box_attention span {
  color: #C33030;
}

@media screen and (max-width: 736px) {
  .con_form table .tb_mail td ul li {
    margin-bottom: 7%;
  }
  .con_form table .tb_mail td ul li input[type='text'] {
    width: 100%;
  }

  .con_form table .tb_mail td ul li span {
    display: block;
    text-align: right;
  }
}


/* 資料のお届け先 */
.con_form table .tb_address td ul li {
  margin-bottom: 3%;
}

.con_form table .tb_address td ul li p {
  margin-bottom: 0.5%;
}

.con_form table .tb_address ul li input[type='text'] {
  width: 100%;
}

.con_form table .tb_address ul li:first-child input[type='text'] {
  width: 25%;
}

.con_form table .tb_address ul li:first-child input[type='text']:first-of-type {
  width: 25%;
}

.con_form table .tb_address ul li:first-child input[type='button'] {
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #d9d9d9 100%);
  background: -webkit-linear-gradient(top, #fcfcfc 0%,#d9d9d9 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%,#d9d9d9 100%);
  border: 1px solid #686868;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  margin-left: 3%;
  padding: 0.5% 1em;
}


.con_form table .tb_address ul li select {
  background: #fff;
  border: 1px solid #686868;
  border-radius: 3px;
  font-size: 15px;
  padding: 1% 1% 1.5%;
  width: 40%;
}

.con_form table .tb_address ul li:last-child span {
  font-size: 90%;
  margin-left: 1em;
}

@media screen and (max-width: 736px) {
  .con_form table .tb_address td ul li {
    margin-bottom: 5%;
  }
  .con_form table .tb_address ul li:first-child input[type='text'] {
    width: 23%;
  }
  .con_form table .tb_address ul li:first-child input[type='text']:first-of-type {
    width: 40%;
  }

  .con_form table .tb_address ul li select {
    font-size: 16px;
    width: 80%;
  }

  .con_form table .tb_address ul li:last-child span {
    display: block;
    margin: 0;
    padding-left: 1em;
    text-indent: -1em;
  }
}

@media screen and (max-width: 320px) {
  .con_form table .tb_address ul li:first-child input[type='text'] {
    width: 20%;
  }
  .con_form table .tb_address ul li:first-child input[type='text']:first-of-type {
    width: 20%;
  }
}

/* ご来場ご希望日 */
.con_form table .tb_attendance td ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.con_form table .tb_attendance td ul li {
  margin-bottom: 3%;
  width: 50%;
}

.con_form table .tb_attendance td ul li p {
  margin-bottom: 0.5%;
}

.con_form table .tb_attendance ul li select {
  background: #fff;
  border: 1px solid #686868;
  border-radius: 3px;
  font-size: 15px;
  padding: 2.5% 2.5% 3.5%;
  width: 80%;
}

.con_form table .tb_attendance ul li select.select_time {
  border: 1px solid #686868;
  width: 65%;
}

.con_form table .tb_attendance ul li select optgroup {
  color: #000;
}

/*.con_form table .tb_attendance ul li select option.op_sat {
  background: #e9f5ff;
}

.con_form table .tb_attendance ul li select option.op_sun {
  background: #ffe7e7;
}*/

.con_form table .tb_attendance small {
  display: block;
  font-size: 85%;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 736px) {
  .con_form table .tb_attendance td ul li {
    margin-bottom: 5%;
    width: 100%;
  }

  .con_form table .tb_attendance ul li select {
    font-size: 16px;
    padding: 1% 1% 1.5%;
    width: 80%;
  }
}

/* ご来場予定人数 */
.con_form table .tb_peaple td input[type='text'] {
  width: 30%;
}

.con_form table .tb_peaple span {
  margin-left: 0.5em;
}


/* ご希望の間取り */
.con_form table .tb_madori select {
  background: #fff;
  border: 1px solid #686868;
  border-radius: 3px;
  font-size: 15px;
  padding: 1% 1% 1.5%;
  width: 50%;
}

@media screen and (max-width: 736px) {
  .con_form table .tb_madori td {
    width: 100%;
  }

  .con_form table .tb_madori select {
    font-size: 16px;
    width: 90%;
  }
}

/* ご希望のお部屋 */
.con_form table .tb_room select {
  background: #fff;
  border: 1px solid #686868;
  border-radius: 3px;
  font-size: 15px;
  padding: 1% 1% 1.5%;
  width: 80%;
}

.con_form table .tb_room small {
  display: block;
  font-size: 85%;
  margin-top: 1em;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 1024px) {
  .con_form table .tb_room select {
    width: 90%;
  }
}

@media screen and (max-width: 736px) {
  .con_form table .tb_room td {
    width: 100%;
  }

  .con_form table .tb_room select {
    font-size: 16px;
    width: 100%;
  }
}





.con_form .btn button {
  background: #8A711A;
  background: -moz-linear-gradient(top, #B2952B 1%, #8A711A 100%);
  background: -webkit-linear-gradient(top, #B2952B 1%,#8A711A 100%);
  background: linear-gradient(to bottom, #B2952B 1%,#8A711A 100%);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  display: block;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;
  font-size: 135%;
  font-weight: normal;
  margin: 0 auto;
  padding: 1% 0;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  width: 40%;
}

.con_form .btn button:after {
  background: url(../image/ico-arrow.png) center center no-repeat;
  background-size: 0.4em;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  width: 1em;
}

.con_form .btn button:hover {
  opacity: .8;
}

@media screen and (max-width: 736px) {
  .con_form .btn button {
    margin-bottom: 6%;
    padding: 2% 0;
    width: 80%;
  }

  .con_form .btn button:after {
    right: 0.5em;
  }
}


/* エラー　スタイル */
.error_item {
  color: #C33030;
  margin: 0;
}

.con_form table input[type='text'].error,
.con_form table input[type='tel'].error,
.con_form table select.error,
.con_form table textarea.error,
.con_form table .tb_content td .box_checkbox .error .checkbox_parts::before {
  background: #FFE8E8!important;
  border: 1px solid #C33030!important;
}



/* -------------------------------
  .box_privacy
---------------------------------- */
.box_privacy {
  background: #fff;
  margin: 0 auto 3%;
  padding: 1em;
  width: 85%;
}

.box_privacy a {
  padding-left: 1.3em; 
  position: relative;
}


.box_privacy a:after {
  background: url(../image/ico-privacy.png) center center no-repeat;
  background-size: 1em;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
}


@media screen and (max-width: 736px) {
  .box_privacy {
    margin-bottom: 6%;
    width: 95%;
  }

  .box_privacy a {
    display: block;
    margin-top: 1%;
  }

  .box_privacy a:after {
    top: -1.5em;
  }
}



/* -------------------------------
  .box_modelroom
---------------------------------- */
.box_modelroom {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto 3%;
  max-width: 760px;
  padding: 1% 2% 1.5%;
  width: 80%;
}

.box_modelroom h2 {
  align-items: center;
  color: #c33030;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;
  font-size: 160%;
  font-weight: bold;
  display: flex;
  margin-bottom: 0.2em; 
  width: 100%;
}

.box_modelroom h2:before,
.box_modelroom h2:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #827334;
  display: block;
}
.box_modelroom h2:before {
  margin-right: .4em;
}
.box_modelroom h2:after {
  margin-left: .4em;
}

.box_modelroom p {
  text-align: center;
}

@media screen and (max-width: 736px) {
  .box_modelroom {
    margin-bottom: 5%;
    padding: 2%;
    width: 90%;
  }

  .box_modelroom h2 {
    font-size: 6vw;
  }

  .box_modelroom p {
    text-align: left;
  }
}