@charset "UTF-8";
@import url(common.css);
/*==================================================================*/
/* contact css　*/
/*==================================================================*/
.taiken-btn {
  margin: 0 auto 1.5em;
  max-width: 600px;
}
.taiken-btn a {
  display: block;
  text-align: center;
  padding: 15px;
  background: url("/common_img/bg_experience.jpg") 0 0 repeat !important;
  font-size: 1.5em;
  font-weight: bold;
}
.taiken-btn a::after {
  content: "\f0da";
  font-family: "FontAwesome";
  padding: 0 0 0 5px;
}
.taiken-btn a:hover {
  opacity: 0.8;
  text-decoration: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.experience-calender,
.tour-calender {
  padding: 0.5em;
  background: #fafafa;
}

.number {
  margin-bottom: 3em;
  max-width: 900px;
  padding: 1em 4em;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.number h2 {
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.3em;
}
.number .box {
  display: flex;
  justify-content: space-between;
  /* clear hack */
}
.number .box .tel,
.number .box .fax {
  width: 48%;
}
.number .box .tel dt,
.number .box .fax dt {
  float: left;
  width: 20%;
  font-size: 1.2em;
  background: #231815;
  color: #fff;
  text-align: center;
}
.number .box .tel dd,
.number .box .fax dd {
  float: right;
  width: 75%;
  font-size: 2.2em;
  line-height: 1em;
  letter-spacing: 0.15em;
}
.number .box .tel dd span,
.number .box .fax dd span {
  display: block;
  font-size: 0.4em;
  letter-spacing: 0.1em;
}
.number .box dl {
  zoom: 1;
}
.number .box dl:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.number .box2 {
  margin: 0 auto;
  text-align: center;
  width: 48%;
  /* clear hack */
}
.number .box2 .tel dt {
  float: left;
  width: 20%;
  font-size: 1.2em;
  background: #231815;
  color: #fff;
  text-align: center;
}
.number .box2 .tel dd {
  float: right;
  width: 75%;
  font-size: 2.2em;
  line-height: 1em;
  letter-spacing: 0.15em;
}
.number .box2 .tel dd span {
  display: block;
  font-size: 0.4em;
  letter-spacing: 0.1em;
}
.number .box2 dl {
  zoom: 1;
}
.number .box2 dl:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/* form
---------------------------------------- */
input.middle, input.long, input.short, select, textarea {
  margin-bottom: 2px;
  padding: 6px;
  letter-spacing: 1px;
  border: 1px solid #d5d5d5;
}

button, input, select, textarea {
  font-size: 100%;
  vertical-align: baseline;
}

textarea {
  border: 1px solid #d5d5d5;
  width: 100%;
  font-family: sans-serif;
}

input.short {
  max-width: 100px;
}

input.middle {
  min-width: 320px;
}

input.long {
  min-width: 400px;
}

.num {
  text-align: right;
}

input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
}

.b-btn {
  padding: 1em 4em;
  background: #231815;
  color: #fff;
  line-height: 1.5em;
  font-size: 1.1em;
  border: 1px solid #231815;
  transition: all 0.2s linear;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "sans-serif";
}
.b-btn:hover {
  background: #fff;
  color: #231815;
  border: 1px solid #231815;
  box-shadow: 0px 0px 10px 0px #d3d3d3;
  cursor: pointer;
}

/* -------------------------------------------- */
/* form */
/* -------------------------------------------- */
.none {
  margin: 0 auto 1.5em;
  max-width: 1000px;
  width: 96%;
  text-align: center;
  padding: 2em;
  background: #efefef;
}

.form {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 5em;
}
.form .form-inner {
  margin-bottom: 2em;
}
.form form dl {
  box-sizing: border-box;
  border-bottom: 5px solid #fff;
  background: url("/common_img/bg_nav.jpg") repeat 0 0;
  display: flex;
}
.form form dl dt {
  width: 31%;
  padding: 20px 40px 20px 20px;
  position: relative;
  font-weight: bold;
}
.form form dl dt span {
  padding: 0 5px;
  position: absolute;
  right: 5px;
  top: 15px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: #231815;
  color: #fff;
  font-size: 0.8em;
}
.form form dl dt span.note {
  padding: 0;
  font-size: 0.7em;
  background: none;
  color: #555;
  position: static;
  line-height: 0.8em;
}
.form form dl dd {
  width: 69%;
  min-height: 70px;
  padding: 20px;
  word-wrap: break-word;
  background: #fafafa;
}
.form form dl dd select {
  margin-bottom: 10px;
}
.form form dl dd ul li {
  margin: 0 10px 2px 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.form form dl dd .btn-style {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.form form dl dd .btn-style a {
  padding: 2px 10px 0;
  cursor: pointer;
  font-size: 0.9em;
}

ul.name-area li {
  display: flex;
  justify-content: flex-start;
}

form #btn ul {
  text-align: center;
}
form #btn ul li {
  display: inline-block;
  margin: 0 1em;
}
form #btn ul li input {
  padding: 1em 4em;
  background: #231815;
  color: #fff;
  line-height: 1.5em;
  font-size: 1.1em;
  border: 1px solid #231815;
  transition: all 0.2s linear;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "sans-serif";
}
form #btn ul li input:hover {
  cursor: pointer;
}
form #btn ul li.back input {
  background-color: #fafafa;
  border: 1px solid #d1d1d1;
  color: #231815;
}

/* -------------------------------------------- */
/* みそ楽体験教室form */
/* -------------------------------------------- */
.taiken-t {
  position: relative;
}
.taiken-t p {
  position: absolute;
  left: 210px;
  top: -20px;
}

table.taiken {
  margin: 0 auto 1em !important;
}
table.taiken th {
  display: block;
  width: 100% !important;
}
table.taiken td {
  display: block;
  width: 100% !important;
  padding: 20px 10px !important;
  font-size: 1.1em;
  background: #fdf6f6 !important;
  background: url("/common_img/bg_experience.jpg") 0 0 repeat !important;
}

/* -------------------------------------------- */
/* error */
/* -------------------------------------------- */
#error {
  max-width: 900px;
  width: 90%;
  margin: 0px auto 2em;
  padding: 15px;
  border: 1px solid #c9151e;
  background-color: #fff6f7;
  font-size: 1em;
  font-weight: bold;
  color: #c9151e;
  text-align: center;
}

p.error {
  color: #c9151e;
  font-weight: bold;
}

.form input.error,
.form select.error,
.form textarea.error {
  background-color: #fff4f4;
}

.doui {
  margin-bottom: 1em;
  text-align: center;
}
.doui a {
  text-decoration: underline;
}

/* -------------------------------------------- */
/* thanks */
/* -------------------------------------------- */
.thanks-message {
  margin-bottom: 1em;
  text-align: center;
  font-size: 2em;
}

.thanks-read {
  margin-bottom: 6em;
  text-align: center;
}

.btn-top {
  text-align: center;
}
.btn-top a {
  text-decoration: underline;
}

#datepicker {
  margin-right: 0.5em;
}

dd.calender ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
}
dd.calender ul li {
  margin-right: 1em !important;
}
dd.calender ul li input {
  padding: 0.5em;
}
dd.calender ul li img {
  margin-left: 1em;
  vertical-align: middle;
}
dd.calender p {
  font-size: 0.9em;
}

.ui-datepicker-calendar th {
  width: 30px;
  background: #fff;
}

/* googleカレンダー */
/* -------------------------------------------- */
.cal_wrapper {
  max-width: 800px;
  min-width: 280px;
  margin: 0% auto 2em;
}

.t-calender {
  padding-top: 1em;
  font-size: 1.5em;
  text-align: center;
}

embed,
iframe,
object {
  max-width: 100%;
}

/* -------------------------------------------- */
/* experience_form */
/* -------------------------------------------- */
#experience_form .now {
  max-width: 900px;
  margin: 0 auto 2em;
  width: 98%;
}
#experience_form .now h2 {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
}
#experience_form .now table {
  border-collapse: collapse;
}
#experience_form .now table th {
  background: #f5f5f5;
  border: 1px solid #ccc;
}
#experience_form .now table td {
  border: 1px solid #ccc;
}
#experience_form .form form .basic h2 {
  margin-bottom: 0.25em;
  font-size: 1.5em;
}
#experience_form .form form .basic dl {
  background: #f5f5f5 !important;
}
#experience_form .form form .basic dl dt {
  background: #f5f5f5 !important;
}
#experience_form table.content th {
  width: auto !important;
}
#experience_form table.content td {
  min-width: 50% !important;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  .number {
    padding: 1em;
  }

  .sub-t {
    padding-top: 2em;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  input.long, input.middle {
    min-width: 100%;
    width: 100%;
  }

  .form form dl {
    box-sizing: border-box;
    border-bottom: 5px solid #fff;
    display: block;
  }
  .form form dl dt {
    width: 100%;
    padding: 5px 20px;
    position: relative;
    font-weight: bold;
  }
  .form form dl dt span {
    padding: 0 5px;
    position: absolute;
    right: 10px;
    top: 8px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    color: #fff;
    font-size: 0.8em;
  }
  .form form dl dd {
    width: 100%;
    min-height: auto;
    padding: 20px;
    word-wrap: break-word;
  }
  .form form dl dd select {
    width: 60%;
  }
  .form form dl input.short {
    max-width: 150px;
    width: 40%;
  }
  .form form dl input.middle {
    max-width: 330px;
    width: 100%;
  }
  .form form dl input.long {
    max-width: 460px;
    width: 100%;
  }

  ul.name-area li {
    display: inline !important;
  }
  ul.name-area li span.block {
    display: block;
  }
  ul.name-area li span.block span {
    display: inline !important;
    border: 1px solid red;
  }

  /* -------------------------------------------- */
  /* error */
  /* -------------------------------------------- */
  #error {
    font-size: 1em;
  }

  /* -------------------------------------------- */
  /* thanks */
  /* -------------------------------------------- */
  .thanks-message {
    width: 95%;
    margin: 0 auto 1em;
    font-size: 1.5em;
  }

  .thanks-read {
    width: 95% !important;
    margin: 0 auto 2em;
    text-align: left;
  }

  .b-btn {
    padding: 1em;
  }

  form #btn ul li {
    display: block;
    margin: 0 auto 0.5em;
    width: 80%;
  }
  form #btn ul li input {
    width: 100%;
    padding: 0.5em;
  }

  .number {
    margin-bottom: 2em;
  }
  .number h2 {
    margin-bottom: 1em;
    font-size: 1.0em;
  }
  .number .box {
    display: block;
  }
  .number .box .tel,
  .number .box .fax {
    text-align: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .number .box .tel dt,
  .number .box .fax dt {
    float: left;
    width: 20%;
    font-size: 1.2em;
    background: #231815;
    color: #fff;
  }
  .number .box .tel dd,
  .number .box .fax dd {
    float: left;
    width: 75%;
    font-size: 1.8em;
    line-height: 1em;
    letter-spacing: 0.15em;
  }
  .number .box .tel dd span,
  .number .box .fax dd span {
    display: block;
    font-size: 0.4em;
    letter-spacing: 0.1em;
  }

  /* -------------------------------------------- */
  /* experience_form */
  /* -------------------------------------------- */
  #experience_form .now h2 {
    font-size: 1.1em;
  }
  #experience_form .now table {
    font-size: 0.9em;
  }
  #experience_form .now table th {
    width: 40%;
    padding: 5px;
  }
  #experience_form .now table td {
    width: 60%;
    padding: 5px;
  }

  .taiken-t {
    position: relative;
  }
  .taiken-t p {
    position: absolute;
    left: 160px;
    top: -20px;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .cal_wrapper iframe {
    height: 300px;
  }

  dd.calender ul {
    display: block;
  }
  dd.calender ul li {
    width: 100%;
    margin: 0 0 0.5em 0 !important;
  }
  dd.calender ul li input {
    padding: 0.5em;
  }
  dd.calender ul li img {
    margin-left: 1em;
    vertical-align: middle;
  }
  dd.calender p {
    font-size: 0.9em;
  }
}
