@charset "utf-8";

::selection {
	background-color: #7c6b56;
	color: #fff;
}

figure{
	margin:0;
}

input,
button,
textarea {
	outline: none;
}

input:focus,
textarea:focus {
  background: #f7f7f7;
}

a {
  transition: all .3s;
}

a:hover {
  opacity: .7;
}

.tb,
.sp {
	display: none;
}

#wrap {
  width: 1200px;
  margin: 0 auto;
}

h2 {
  margin: 100px auto;
  width: 416px;
  font-size: 26px;
  color: #d33f49;
  padding: 45px 0;
  text-align: center;
  font-weight: normal;
  border-top: 2px dashed #7c6b56;
  border-bottom: 2px dashed #7c6b56;
}

h2 span {
  font-size: 18px;
  color: #7c6b56;
  display: block;
  margin: 20px 0 0;
  letter-spacing: 0.4em;
}

section.sec01,
section.sec02 {
  padding: 100px;
}

section.sec01 h3 {
  font-size: 36px;
  color: #d33f49;
  border-bottom: 2px dashed #7c6b56;
  font-weight: normal;
  padding: 0 0 20px;
  margin: 0 0 50px;
}

section.sec01 p {
  text-align: center;
  font-size: 19px;
  color: #7c6b56;
  line-height: 2.2em;
}

section.sec01 {
  background: #f1efee url('img/sec01.png') no-repeat 50% 80%;
}

section.sec02 {
  background: #f1efee url('img/sec02.png') no-repeat 85% 70%;
}

section.sec02 h3 {
  width: 560px;
  font-size: 36px;
  color: #d33f49;
  border-bottom: 2px dashed #7c6b56;
  padding: 0 0 20px;
  margin: 0 0 40px;
  font-weight: normal;
}

section.sec02 p {
  font-size: 19px;
  color: #7c6b56;
  line-height: 2.2em;
}

section.sec03 {
  padding: 120px 100px;
}

section.sec03 .ly {
  overflow: hidden;
}

section.sec03 .ly .ly-main {
  float: right;
  width: 485px;
}

section.sec03 .ly .ly-main h3 {
  margin: 30px 0 15px;
  font-size: 26px;
  color: #d33f49;
  font-weight: normal;
	border-bottom: none;
}

section.sec03 .ly .ly-main p {
  font-size: 19px;
  color: #7c6b56;
  line-height: 1.8em;
}

figure.box {
  margin: 90px 0;
}

ul.ly01 {
  overflow: hidden;
  padding: 0 0 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.ly01 li {
	margin-bottom: 24px;
}

ul.ly01 li:nth-child(2n) {
  margin-left: 56px;
}

ul.ly01 li p {
  text-align: center;
  font-size: 19px;
  line-height: 1.6em;
  margin: 14px 0 0;
}

section.sec04,
section.sec05,
section.sec06,
section.sec07 {
  margin: 80px 0;
}

section.sec04 h3,
section.sec05 h3,
section.sec06 h3,
section.sec07 h3 {
  width: 320px;
  text-align: center;
  padding: 0 0 20px;
  margin: 0 auto 50px;
  font-size: 32px;
  color: #d33f49;
  font-weight: normal;
  border-bottom: 4px dotted #d33f49;
}

section.sec04 p {
  width: 230px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 1.8em;
}

section.sec05 p {
  text-align: center;
  font-size: 19px;
  line-height: 1.8em;
}

.full-img-slider {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.full-img-slider .main img {
  width: 100%;
  height: 650px;
}

.full-img-slider .main li:nth-child(n+2) {
  display: none;
}

.full-img-slider .thumb {
  position: absolute;
  top: 80px;
  right: 20px;
}

.full-img-slider .thumb li {
  margin-bottom: 11px;
}

.full-img-slider p {
  font-size: 19px;
  margin: 15px 0;
}

section.sec06 ul {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

section.sec06 ul li {
  float: left;
}

section.sec06 ul li:nth-child(2n) {
  float: right;
}

section.sec06 ul li .name {
  display: block;
  text-align: center;
  font-size: 19px;
  margin: 20px 0 100px;
}

section.sec07 figure {
  margin: 100px 0 30px;
}

section.sec07 p {
  text-align: center;
  font-size: 19px;
  color: #7c6b56;
  line-height: 1.6em;
}

section.sec07 .btn {
  margin: 100px 0;
  text-align: center;
}

section.sec07 .btn a {
  display: inline-block;
  width: 620px;
  padding: 30px 0;
  background: #4c9bb2;
  color: #fff;
  font-size: 32px;
  margin: 0 0 55px;
}

#units {
  display: none;
}

section.sec07 .btn input[type="submit"] {
  width: 620px;
  padding: 22px 0;
  background: #d33f49;
  color: #fff;
  font-size: 32px;
  margin: 0 0 55px;
  border: 0px none;
  cursor: pointer;
  transition: all .3s;
}

section.sec07 .btn input[type="submit"]:hover {
  opacity: 0.7;
}

section.sec07 .btn a:last-child {
  background: #d33f49;
}

section.sec07 dl {
  width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #000;
}

section.sec07 dl dt {
  text-align: center;
  font-size: 24px;
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 2px solid #000;
}

section.sec07 dl dd {
  display: table;
  width: 100%;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  padding: 20px;
  font-size: 24px;
}

section.sec07 dl dd strong {
  display: table-cell;
  width: 165px;
  padding: 0 0 0 80px;
  font-weight: normal;
}

section.sec07 section {
  width: 1000px;
  margin: 0 auto;
}

section.sec07 section h4 {
  margin: 90px 0 25px;
  font-size: 24px;
}

section.sec07 section ul {
  overflow: hidden;
  border-top: 2px solid #333;
}

section.sec07 section ul li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  border-bottom: 2px solid #333;
}

section.sec07 section ul li:nth-child(2n) {
  border-left: 2px solid #333;
}

section.sec07 section ul li a {
  overflow: hidden;
  display: block;
  padding: 20px 30px 20px 95px;
  font-size: 24px;
}

section.sec07 section ul li a:after {
  float: right;
  content: ">";
  color: #4c9bb2;
}
