@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------
font-family: 'EB Garamond', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
---------------------------------------- */

.dur { transition-property:all;transition-duration: 1.0s;transition-timing-function: ease;transition-delay: 0s; }
body.top {
  opacity: 0;
}
body.top.fc {
  opacity: 1;
}
.c_body {
  margin: 65px auto 130px;
}
.c_body .c_body_inner {

}
.c_body .c_body_inner.basic {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

/**/
.title {
  font-size: 360%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin: 0 0 20px;
}
.title span {
  display: inline-block;
  line-height: 1;
  border-bottom: 2px solid #EA9D52;
  padding: 0 100px 15px;
}
p {
  font-size: 200%;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: 'Noto Serif JP', serif;
  word-break: break-word;
}
p span.line {
  border-bottom: 2px solid #EA9D52;
  display: inline;
}
p.txt.large {
  font-size: 300%;
}
p.txt.mid {
  font-size: 230%;
  margin: 0 0 0.8em;
}
.dot {
  margin: 3em 0;
}

/**/
.txtBox {
}
.txtBox .txt {
  margin-top: 0.2em;
}
.txtBox .txt.large {
}
.txtBox .txt.mid {
}
.txtBox .txt.mt {
  margin-top: 1.2em;
}

/**/
.fxBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 770px;
  margin: 0 auto 65px;
}
.fxBox.rsv {
  flex-direction: row-reverse;
}
.fxBox > div {
  width: 48%;
}
.fxBox .box_img img {
  width: 100%;
  height: auto;
}
.fxBox .box_txt p {
  text-align: left;
}

p.last {
  max-width: 770px;
  margin: 0 auto;
}

/**/
#main {
  background: #592D24;
  margin: 0 auto;
  padding: 40px 0 0;
}
.main_title {
  color: #EA9D52;
  text-align: center;
  font-size: 550%;
  font-family: 'EB Garamond', serif;
  letter-spacing: 0.1em;
  padding: 25px 0 35px;
  font-weight: normal;
}
.main_title i {
  font-size: 110%;
}

.slider {}


/**/
.btnOuter a {
  color: #fff;
  display: block;
  width: 300px;
  text-align: center;
  padding: 15px 0px 17px;
  background: #4E2720;
  position: relative;
  font-size: 200%;
  margin: 20px auto 0;
  font-family: 'Noto Sans JP', sans-serif;
}
.btnOuter a::after {
  content: '';
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}

/**/
footer {
  position: relative;
}
footer:not(.none) {
  background: #EBA664;
  text-align: center;
  padding: 35px 0 0;
}
footer .title span {
  color: #fff;
  border-color: #4E2720;
}
footer .copy {
  background: #4E2720;
}
footer .copy p {
  color: #fff;
  font-size: 100%;
  line-height: 1;
  padding: 10px 10px;
  margin: 65px 0 0;
  text-align: center;
}

/**/
table.formTable {
  width: 770px;
  margin: 30px auto;
	border-collapse:collapse;
  table-layout: fixed;
}
table.formTable th,
table.formTable td {
  padding: 10px 0 20px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}
table.formTable th {
  width: 40%;
  font-weight: normal;
  text-align: left;
  font-size: 200%;
}
table.formTable td {
  width: 60%;
}
table.formTable input,
table.formTable textarea {
  font-size: 200%;
  padding: 10px;
  border: 1px solid #999899;
  width: calc( 100% - 22px );
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}
.hissu {
  color: #C2191F;
  font-size: 85%;
  padding-left: 0.5em;
}
input[type="submit"],
input[type="button"] {
  color: #fff;
  display: block;
  width: 300px;
  text-align: center;
  padding: 10px 0px 12px;
  background: #4E2720;
  border: none;
  position: relative;
  font-size: 200%;
  margin: 20px auto 0;
  font-family: 'Noto Sans JP', sans-serif;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="button"] {
  font-size: 200%;
  background: #666;
}

.error_messe {
  margin-top: 25px;
  color: #C2191F;
}
body.contact.conf table.formTable td {
  font-size: 200%;
  text-align: left;
}
body.contact.conf table.formTable th,
body.contact.conf table.formTable td {
  line-height: 1.8;
}
body.contact.conf .center {
  margin-top: 50px;
}
body.contact.thanks .container {
  min-height: 100vh;
  position: relative;
}
body.contact.thanks footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
body.contact.thanks .btnOuter {
  margin-top: 100px;
}
#pagetop {
  display: none;
  position: fixed;
  right: 30px;
}



@media (min-width: 981px) {
  input[type="submit"]:hover,
  input[type="button"]:hover {
    opacity: 0.7;
  }

}

@media (max-width: 920px) {

/**/
#inner {
  font-size: 80%;
}

/**/
.c_body {
  margin: 50px auto 65px;
}
.c_body .c_body_inner {
  padding: 0 20px;
  width: calc( 100% - 40px );
}

/**/
p {
  letter-spacing: normal;
}
p.txt.mid {
  font-size: 220%;
}

/**/
.main_title {
  font-size: 420%;
  line-height: 1.2;
}
.title {
  font-size: 320%;
}
.title span {
  display: block;
  padding: 0 0 15px;
}
.txtBox .txt.large {
  margin-top: 1em;
  font-size: 270%;
}

/**/
.fxBox {
  display: block;
  margin-bottom: 50px;
}
.fxBox > div {
  width: 100%;
}
.fxBox .box_txt {
  margin: 15px 0 0;
}

/**/
p.last {
  text-align: left;
}
.dot img {
  width: 20px;
}

/**/
footer:not(.none) {
  padding: 30px 30px 0;
}
footer:not(.none) .copy {
  margin: 0 -30px;
}
.btnOuter a {
  width: 100%;
}

/**/
table.formTable {
  width: 100%;
}
table.formTable th,
table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
  padding: 0 0 3px;
}
form input[type="text"], form textarea {
	display:block;
}
form input[type="submit"],
form input[type="button"] {
	display:block;
}
#pagetop {
  right: 20px;
}


}
