@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
input, textarea {
  border: 1px solid #CCC;
  padding-left: 5px;
  padding-right: 5px;
}

ul, li {
  margin: 0;
  padding: 0;
}

dl dt {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
html, body {
  font-family: "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-weight: 200;
  color: #333333;
  line-height: 1.6;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
.font-mincho {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

html, body {
  font-size: 14px;
}

body {
  background: #f5f3ed;
}

a {
  color: #000000;
}
a:hover {
  color: #30A945;
  text-decoration: none;
}
a.mailto {
  text-decoration: underline;
  color: #000000;
}
a.link-white {
  color: #FFF;
}

h3 {
  font-size: 16px;
  padding: 10px;
  background: #fffaf0;
  border-bottom: 2px solid #EFDAAF;
  border-right: 1px solid #EFDAAF;
}

@media screen and (max-width: 544px) {
  .sp-w100 {
    width: 100%;
  }
}

.font120p {
  font-size: 120%;
}

.font130p {
  font-size: 130%;
}

.font140p {
  font-size: 140%;
}

.font150p {
  font-size: 150%;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.alert-text {
  color: #E41E01;
}

#header {
  width: 100%;
  height: 90px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07);
  margin-bottom: 40px;
}
#header .site_title {
  position: relative;
  float: left;
  padding: 23px 0 0 10px;
}
#header .site_description {
  color: #6d6359;
  position: absolute;
  top: 28px;
  left: 250px;
  font-size: 11px;
}
@media screen and (max-width: 544px) {
  #header .site_description {
    display: none;
  }
}
#header .r_head {
  float: right;
}
#header .r_head ul {
  margin: 35px 0 0 0;
}
#header .r_head ul li {
  display: inline;
  margin: 10px;
}

footer #copyright_wrapper {
  width: 100%;
  background: #1A130B;
}
footer #copyright_wrapper #copyright {
  display: block;
  text-decoration: none;
  color: #e0d6c4;
  padding: 15px 0 15px;
  text-align: center;
  font-size: 12px;
  margin: 0;
}

#main {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #main {
    padding-right: 0px;
    padding-left: 0px;
  }
}
#main .main-innr {
  background: #FFFFFF;
}

#mainvisual {
  height: 230px;
  position: relative;
}
@media screen and (max-width: 544px) {
  #mainvisual {
    height: 120px;
  }
}
#mainvisual.bg-default {
  background: url(../images/pagetitle_bg.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#mainvisual .innr {
  position: absolute;
  left: 0;
  bottom: 0;
  clear: both;
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
  padding: 0;
  background: url(../images/pageinner_bg.png) no-repeat left top;
}
#mainvisual h1 {
  padding: 25px 20px 25px 40px;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 544px) {
  #mainvisual h1 {
    padding: 10px 10px 10px 10px;
    color: #fff;
    font-size: 16px;
  }
}
#mainvisual span {
  position: absolute;
  left: 20px;
  top: -23px;
  margin: 0;
  height: 23px;
  line-height: 23px;
  padding: 0px 10px;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  display: inline-block;
  background: #9ca034;
}
@media screen and (max-width: 544px) {
  #mainvisual span {
    left: 10px;
  }
}

#info {
  margin-bottom: 40px;
  padding: 40px 30px 20px;
}
@media screen and (max-width: 544px) {
  #info {
    margin-bottom: 10px;
    padding: 20px 10px 10px;
  }
}
#info .dips1, #info .dips2 {
  font-size: 15px;
  padding: 0 5px;
}
#info .dips1 h2, #info .dips2 h2 {
  font-size: 15px;
  background: #fffaf0;
  padding: 10px;
}
#info .dips1 {
  margin-bottom: 20px;
}
#info .dips2 {
  margin-bottom: 50px;
}
#info .form-step-list li {
  display: inline-block;
  width: 30%;
  margin: 0 1%;
  padding: 10px;
  font-size: 130%;
  color: #FFF;
  text-align: left;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  behavior: url(/sys/wp-content/themes/kanetaya/wp-content/themes/kanetaya/js/PIE.htc);
  background: #CCC;
}
@media screen and (max-width: 768px) {
  #info .form-step-list li {
    width: 100%;
    margin-bottom: 10px;
  }
}
#info .form-step-list li.on {
  background: #193;
}
#info .form-step-list li span {
  font-size: 85%;
  color: #999;
  font-weight: bold;
  padding: 3px 7px 5px;
  margin-right: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
}
#info .info-event {
  border: 1px solid #CCC;
  padding: 10px;
  margin-bottom: 20px;
}
#info .info-event-data {
  padding: 0 10px;
}
#info .info-event-data dl {
  margin-bottom: 0;
}
#info .info-event-data dl dt {
  margin-bottom: 3px;
  background: #fffaf0;
}
#info .info-event-data dl dd {
  margin-bottom: 3px;
}

#form {
  margin-bottom: 40px;
  padding: 0px 30px 20px;
}
@media screen and (max-width: 544px) {
  #form {
    padding: 0px 10px 20px;
  }
}
#form input, #form textarea {
  border: 1px solid #ddd;
  font-size: 130% !important;
}
#form input.input-error, #form textarea.input-error {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
#form select {
  font-size: 130% !important;
  border: 1px solid #ddd;
  padding: 5px;
}
#form select.pref {
  width: 120px;
}
#form textarea {
  width: 100%;
  height: 150px;
}
#form dl {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
#form dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  color: #2b3d49;
  background-color: #eee;
  padding: 10px 10px 10px 10px;
  text-align: left;
  font-weight: bold;
  background: #fffaf0;
  border-bottom: 2px solid #EFDAAF;
  border-right: 1px solid #EFDAAF;
  -moz-border-radius: 15px 0;
  -webkit-border-radius: 15px;
  border-radius: 15px 0;
}
@media screen and (max-width: 768px) {
  #form dl dt {
    display: block;
    width: 100%;
  }
}
#form dl dd {
  width: 75%;
  display: table-cell;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #form dl dd {
    display: block;
    width: 100%;
  }
}
#form dl dd p {
  margin-bottom: 0;
}
#form .select-value-box {
  margin: 5px 10px 5px 0px;
  display: inline-block;
  padding: 5px;
  outline: dashed 1px #CCC;
  background: #CFC;
}
#form .select-value-box label {
  margin-bottom: 0;
}
#form span.must {
  color: #E41E01;
  border: 1px solid #E41E01;
  display: inline-block;
  padding: 0 10px;
  margin-left: 10px;
  font-size: 80%;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
#form span.any {
  color: #E48901;
  border: 1px solid #E48901;
  display: inline-block;
  padding: 0 10px;
  margin-left: 10px;
  font-size: 80%;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
#form .enq-box {
  clear: both;
  background: #fff;
  border: 4px solid #f7f7f7;
  padding: 15px 23px;
  margin: 5px 2px 15px 2px;
  display: block;
}
#form .email-atn {
  margin-top: 10px;
}
#form .address div {
  margin-bottom: 10px;
}
#form .submit-btn {
  padding-top: 30px;
}
#form .submit-btn ul {
  text-align: center;
}
#form .submit-btn ul li {
  display: block;
  margin-bottom: 0 20px;
  margin-bottom: 20px;
}
#form .submit-btn ul li button {
  height: 30;
  font-size: 20px;
  padding: 15px 40px;
}
#form .submit-btn ul li button.btn-next {
  min-width: 80%;
}
#form .confirm-text {
  font-size: 130% !important;
}

.ticket-btn .ticket-btn-innr {
  display: block;
  margin: 60px 0px;
  background: #fff889;
  border-radius: 5px;
  padding: 2px;
}
.ticket-btn a {
  font-size: 20px;
  padding: 15px 40px;
  display: block;
  background: #FF0000;
  color: #FFFFFF;
  font-size: 24px;
  border: 3px solid #ff8c00;
}

.bnr-roomdeco {
  margin-top: 40px;
}
.bnr-roomdeco img {
  width: 100%;
  height: auto;
}

#ticket {
  padding-bottom: 40px;
}
#ticket .complete-text {
  font-size: 18px;
}
#ticket .delivary_txet {
  border: 3px double #000;
  margin: 0px 20px 20px;
  padding: 10px 10px 0px 10px;
}
#ticket .img-sofa {
  max-width: 100%;
}
#ticket .invitation-box {
  padding-top: 30px;
}
#ticket .invitation-box .innr {
  padding: 30px 20px;
  background: repeating-linear-gradient(-45deg, #e4d2a2 0, #e4d2a2 2px, #FFFFFF 2px, #FFFFFF 8px);
}
#ticket .invitation-box h1 {
  color: #c2a476;
  font-weight: bold;
}
#ticket .invitation-box .invitation-date {
  padding: 10px;
  color: #FFFFFF;
  background: #c2a476;
}
#ticket .qr-box {
  padding-top: 40px;
  text-align: center;
}
#ticket .qr-box h2 {
  margin-bottom: 20px;
}
#ticket .qr-box #qrcode {
  margin-bottom: 10px;
}
#ticket .qr-box .ticket-key {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
}
#ticket .presonal-box {
  margin-bottom: 40px;
}
#ticket .present-box-innr {
  margin-bottom: 20px;
  background: #ff8c00;
  padding: 10px 10px 0px;
}
#ticket .present-box-innr h2 {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}
#ticket .present-box-innr img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
#ticket .map-box {
  margin-bottom: 20px;
  background: #034600;
  padding: 10px 10px 10px;
}
#ticket .map-box h2 {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}
#ticket .map-box img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
#ticket .eventinfo-box {
  margin-bottom: 20px;
  background: #a40000;
  padding: 10px 10px 10px;
}
#ticket .eventinfo-box h2 {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}
#ticket .eventinfo-box img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
#ticket .eventinfo-box dl, #ticket .eventinfo-box dd, #ticket .eventinfo-box dt {
  margin: 0;
}
#ticket .eventinfo-box dl {
  width: 100%;
  overflow: hidden;
  border-left: 1px solid #a40000;
  border-right: 1px solid #a40000;
  border-bottom: 1px solid #a40000;
  background: #ffcece;
}
#ticket .eventinfo-box dl:first-of-type {
  border-top: 1px solid #a40000;
}
#ticket .eventinfo-box dt {
  width: 30%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  color: #a40000;
}
#ticket .eventinfo-box dd {
  margin-left: 30%;
  padding: 10px;
  border-left: 1px solid #a40000;
  background: #fff;
}
#ticket .eventinfo-box dd:after {
  display: block;
  content: "";
  clear: both;
}
@media screen and (max-width: 544px) {
  #ticket .eventinfo-box dl {
    border: none;
  }
  #ticket .eventinfo-box dt {
    width: 100%;
    float: none;
    border: none;
  }
  #ticket .eventinfo-box dd {
    margin-left: auto;
    border-left: none;
    border: none;
  }
}
