@charset "utf-8";

/* = reset
---------------------------------------------------
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, 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:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  color: #333;
	-webkit-text-size-adjust:none;
	line-height: 1;
}
p {
  line-height: 1.5;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}
ul,ol {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover{
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  cursor: pointer;
}
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #94C733;
  margin:30px 12px;
  padding:0;
}
.alert hr {
  margin: 10px 0;
}
input, select {
  vertical-align:top;
}
img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}
i {
  color: inherit;
  vertical-align: inherit;
}
label {
  display: inline;
  font-weight: inherit;
}
input[type=checkbox]+label {
  margin: 4px 0 0;
  display: inline-block;
}
input[type="text"][disabled] {
  background-color: #EEE;
  color: #AAA;
}

/* = Whole
--------------------------------------------------- */
body {
  background-color: white;
  font:14px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.serif {
  font:14px 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}

/* = hidden
--------------------------------------------------- */
.hide {
  display: block;
  text-indent: -3000px;
  overflow: hidden;
  height: 0;
}

/* = header
--------------------------------------------------- */
.box {
  width: 1024px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  position: relative;
}
strong {
  color: #94C633;
}
p {
  line-height: 1.4;
}
h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
}
h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}
h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  color: #0063B7;
}
h3:before {
  content: "■ ";
}
span {
  display: block;
}
.btn-info {
  background: #63A6D6;
  color: white;
}

/* = introduce
--------------------------------------------------- */
#introduce h1 img {
  width: 240px;
  margin: auto;
  padding: 20px;
  display: block;
}
#introduce > img {
  margin-bottom: 20px;
}
#copy {
  text-align: center;
  font-size: 80%;
  padding: 0 0 10px
}
.access iframe {
  width: 100% !important;
  height: 250px !important;
  margin: 10px 0;
}
.access h2 {
  margin: 10px 0 16px;
}
.access p {
  margin: 8px 0 16px;
}
@media (max-width: 480px) {
  .access iframe {
    height: 40vw !important;
  }
}

/* = contact
--------------------------------------------------- */
.contact {
  width: 540px;
  float: left;
}
.contact h2 {
  margin-bottom: 10px;
}
.contact p {
  font-size:16px;
  margin-bottom:10px;
}
.contact form {
  overflow: hidden;
  display: block;
}
.contact table {
  width: 100%;
  margin: 0;
}
.contact table span {
  padding-top: 5px;
  display: block;
}
.contact th,
.contact td {
  vertical-align: top;
  font-size: 16px;
  position: relative;
}
.contact th {
  width: 230px;
  font-weight: normal;
}
.contact th[colspan="2"],
.contact td[colspan="2"] {
  height: auto;
}
.contact input[type="text"] {
  line-height: 28px;
  height: 28px;
}
.contact input[type="text"].min {
  width: 65px;
  display: inline-block;
}
.contact select,
.contact table .btn {
  width: auto;
  display: inline-block;
  padding: 0;
  line-height: 28px;
  height: 28px;
}
.contact table .btn {
  padding: 0 8px;
  margin: 0 auto;
  display: block;
}
.contact textarea {
  height: 120px;
  margin: 10px 0;
}
.contact .submit {
  text-align: right;
  clear: both;
}
.contact .submit input {
  width: 250px;
  font-size: 14px;
}
.purpose {
  overflow: hidden;
}
.purpose label {
  width: 50%;
  float: left;
  margin: 4px 0;
}
.purpose input {
  margin: 0;
}

/* = contact
--------------------------------------------------- */
#order th,
#order td {
  font-size: 14px;
  vertical-align: top;
}
#order .left {
  padding-right: 20px;
  border-right: 1px solid #93C533;
  width: 53%;
  float: left; 
  box-sizing: border-box;
}
#order .left th {
  width: 120px;
}
#order .right {
  padding-left: 20px;
  width: 47%;
  float: left;
  box-sizing: border-box;
}
#order .right th {
  width: 130px;
}
#order td b {
  display: inline-block;
  font-weight: normal;
  width: 35px;
}
#order textarea {
  margin: 0;
}
#order .submit {
  text-align: center;
  padding-top: 15px;
  margin-bottom: 0;
}
#order .contact {
  width: 100% !important;
  float: none;
}
#order iframe {
  border: 0;
  width: 100%;
  margin: 5px 0;
  border-top: 2px dashed #ccc;
}
#order h2 .btn {
  padding: 0 8px;
}

/* = order_page
--------------------------------------------------- */
#add {
  margin-bottom: 8px;
}
#add table {
  width: 100%;
  margin: 0 auto;
}
#add th {
  width: 140px !important;
}
#add th,
#add td {
  font-size: 14px;
  border: 1px solid #DDD;
  height: auto;
  line-height: 1;
  padding: 6px;
}
#add select  {
  line-height: 24px;
  height: 24px;
  font-size: 12px;
}
.cls {
  text-align: center;
  overflow: hidden;
  font-size: 13px;
}
.cls i {
  float: left;
  font-style: normal;
  cursor: pointer;
  display: block;
  padding: 5px;
  background-color: #ff7474;
  color: white;
  border-radius: 3px;
  margin-right: 3px;
}
.cls u {
  float: left;
  display: block;
  text-decoration: none;
  background-color: #c2e4ff;
  border-radius: 3px;
  padding: 5px;
}
.red {
  color: red;
  font-style: normal;
  font-weight: bold;
  display: inline-block;
  padding-left: 3px;
}
.error {
  font-size: 10px;
  color: red;
  font-weight: normal;
}
#quote {
  padding-top: 10px;
}
#quote b {
  width: auto !important;
  font-weight: bold;
}

/* = sp
--------------------------------------------------- */
@media (max-width: 480px) {
  .box {
    width: 100% !important;
    padding: 0 12px;
  }
  #order .left,
  #order .right {
    padding: 0;
    width: 100%;
    border: none;
    float: left;
    box-sizing: border-box;
  }
  #order table,
  #order tbody,
  #order tr {
    display: block;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  #order td,
  #order th {
    display: block;
    width: 100% !important;
    border-bottom: none;
  }
  #order th {
    border-bottom: none !important;
    padding-bottom: 0;
  }
  #order td {
    border-top: none !important;
  }
  #order table table td[colspan="2"] {
    border: 1px solid #DDD !important;
  }
  #order table td table td input {
    margin: 0 0 0 10px;
  }
  #order table td table td label {
    border-bottom: 1px solid;
    margin: 0 0 12px;
    padding: 0 0 8px;
    width: 75%;
  }
  #order table td table td input:nth-of-type(1),
  #order table td table td label:nth-of-type(1) {
    margin-top: 10px;
  }
  #order table td table td label:nth-of-type(4) {
    border-bottom: none;
    padding-bottom: 0;
  }
  #admin .contact .submit input {
    width: auto;
  }
  #calender {
    zoom: 0.7;
  }
}

/* = calender
--------------------------------------------------- */
#calender {
  width: 100%;
  margin: 0 auto;
  padding-top: 38px;
}
#calender > p {
  text-align: center;
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
#calender table {
  width: 940px;
}
#calender td,
#calender th {
  border: 1px solid #CCC;
}
#calender th {
  text-align: center;
  background-color: #EEE;
  padding: 3px 0;
}
#calender td {
  padding: 3px;
  height: 78px;
  width: 135px;
}
#calender td.selected {
  background-color: #e5f8ff;
}
#calender td h3 {
  font-size: 12px;
  text-align: center;
  line-height: 14px;
}
#calender td h3:before {
  content: "";
}
#calender td span {
  margin-top: 3px;
  padding: 2px 0;
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
  color: white;
}
#calender td span:nth-of-type(1) { background-color: #0b95d5; }
#calender td span:nth-of-type(2) { background-color: #E61E62; }
#calender td span:nth-of-type(3) { background-color: #27A49A; }
#calender td span[data-category="予約不可"] {
  background-color: #333;
}

/* = admin
--------------------------------------------------- */
#admin {
  padding-top: 20px;
  width: 1024px;
}
#admin td,
#admin th {
  vertical-align: middle;
}
#admin div {
  margin: 20px 0;
}
#admin table {
  margin: 5px 0;
  padding: 0;
}
#admin td div {
  margin: 0;
}
#admin .btn {
  padding: 5px 10px;
  line-height: 1;
  vertical-align: baseline;
  text-align: center;
}
#admin .desc {
  font-size: 13px;
  color: #888;
}
#admin #order .submit {
  margin-top: 0;
}
#admin #order .submit .btn {
  padding: 10px 12px;
}
#admin iframe {
  border: 0;
  width: 100%;
  height: 450px;
  padding-top: 10px;
  margin: 5px 0 15px;
  border-top: 2px dashed #ccc;
}
#admin #list td span {
  margin: 2px 0;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
}
#admin #list td span:nth-of-type(1) { background-color: #0b95d5; }
#admin #list td span:nth-of-type(2) { background-color: #E61E62; }
#admin #list td span:nth-of-type(3) { background-color: #27A49A; }
#admin tr[data-category="予約不可"] th,
#admin tr[data-category="予約不可"] td {
  background-color: #666;
  color: white;
}