@charset "utf-8";
@import "base.css";
@import "jquery.sidr.css";

a {
  text-decoration: none;
}
hr {
  display: none;
}
body {
  width: 100%;
  overflow: hidden;
}

input[type="text"],
textarea {
  width: 100%;
  box-sizing: border-box;
}
input[type="button"],
input[type="submit"] {
  border-radius: 0;
  appearance: none;
}
input#zip1 {
  width: 80px;
}
input#zip2 {
  width: 100px;
}
input[type="submit"] {
  display: block;
  background: #429600;
  color: #fff;
  border: none;
  width: 80%;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  margin: 10px auto 30px;
}
.pc_view {
  display: none !important;
}
/*####################　ヘッダ　####################*/
#Header div.date {
  background: #c00;
  padding: 8px 0;
}
#Header div.date p {
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#Header h1 {
  width: 100%;
  margin: 0 auto;
}
#Header h1 a {
  display: block;
  text-indent: -9999px;
  background: url("../img/head202509.jpg") no-repeat;
  background-size: 100%;
  width: 100%;
  height: 0;
  padding-top: calc(1098 / 960 * 100%);
}
/*####################　Main　####################*/
#Main {
  width: 94%;
  margin: 0 auto;
}
#Main h2.title {
  text-align: center;
  font-size: 120%;
  margin: 15px 0;
  background: #ea5514;
  color: #fff;
  padding: 5px;
}
#Main iframe {
  width: 100% !important;
  height: 300px;
}
div.thanks {
  padding: 20px 0;
}
/*####################　Page TOP　####################*/
#pageTop {
  width: 40px;
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 999999999999999;
}
#pageTop p.pageTop a {
  text-indent: -9999px;
  display: block;
  width: 40px;
  height: 0;
  background: url(../img/go_top.png) no-repeat;
  background-size: 100%;
  padding-top: 100%;
}

div#note {
  font-size: 80%;
}
div#note ol,
div#note ul {
  margin: 0 0 20px 20px;
}
div#note ul li {
  list-style: disc;
}
div#note h5,
div#note h6 {
  font-size: 100%;
  font-weight: bold;
}
div#note h5 {
  border-bottom: solid 1px #ccc;
  margin: 0 0 10px;
}
div#note p {
  margin: 0 0 20px;
}
/*####################　フッター　####################*/

#Footer address {
  text-align: center;
  padding: 8px 0;
  font-size: 9px;
  background: #ea5514;
  color: #fff;
  margin: 10px 0 0;
}

/**br********/
br.nb {
  display: none;
}
/**table****************************/
table {
  margin: 10px auto;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px #dcd3c5 solid;
  box-sizing: border-box;
}
table th {
  padding: 5px;
  border: 1px #dcd3c5 solid;
  border-width: 0 0 1px 0;
  display: block;
  background: #faf9f7;
}
table td {
  padding: 5px;
  border: 1px #dcd3c5 solid;
  border-width: 0 0 1px 0;
  display: block;
}
table th.pr1,
table td.pr1 {
  background: #ffe5e5 !important;
}
table th.pr2,
table td.pr2 {
  background: #ff0000 !important;
  color: #fff !important;
}
table td li {
  margin: 0 0 10px;
}
/*####################　クリア　####################*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
}
.clearfix {
  display: inline-block;
}
/*\*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/
.clearfix + * {
  clear: both;
}

div.chirashi {
  width: 80%;
  margin: 20px auto;
}
div.chirashi a {
  display: block;
  padding: 20px 0;
  text-align: center;
  background: #ff7e00;
  color: #fff;
}
