#sec1 {
  padding: 100px 0 100px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

#sec1 .wrap {
  z-index: 2;
}

#sec1 .wrap::before {
  background: url(../img/index/sec1_deco.png) no-repeat bottom center;
  background-size: 100% auto;
  width: 1648px;
  height: 100%;
  position: absolute;
  bottom: -30px;
  left: -400px;
  content: "";
}

#sec1 h2 {
  font-weight: bold;
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 60px;
}

#sec1 ul li {
  margin-bottom: 40px;
}

#sec1 .photo {
  max-width: 254px;
  margin: 0 auto 50px;
}

#sec1 .photo img {
  width: 100%;
  height: auto;
}

#sec2 {
  background: #6B7455;
  padding: 60px 20px;
}

#sec2 .txt {
  padding: 0 26px 40px 0;
}

#sec3 {
  background: #603813;
  padding: 60px 20px;
}

#sec3 .box-common .item {
  order: 2;
}

#sec3 .box-common .item .txt {
  margin-bottom: 30px;
  line-height: 34px;
}

#sec4 {
  background: #6B7455;
  padding: 60px 20px;
}

#sec4 .txt {
  padding: 0 30px 10px 0;
}

.box-common {
  color: #F1ECD7;
}

.box-common .inner {
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.box-common .photo {
  max-width: 563px;
  width: 46%;
}

.box-common .item {
  max-width: 590px;
  width: 51%;
  letter-spacing: 0.1em;
  padding-top: 5px;
  box-sizing: border-box;
}

.box-common .item h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 70px;
  margin-bottom: 25px;
}

.box-common img {
  width: 100%;
  height: auto;
}

.btn-lk {
  position: relative;
}

.btn-lk a {
  padding: 1px 20px 0;
  font-weight: 700 !important;
  color: #F1ECD7;
  background: #603813;
  position: relative;
  line-height: 52px;
  display: inline-block;
  border-radius: 26px;
  box-sizing: border-box;
  height: 52px;
  letter-spacing: 0.1em;
  min-width: 180px;
  transition: all 0.35s ease;
  text-decoration: none;
  box-sizing: border-box;
}

.btn-lk a:hover {
  color: #6b7455;
  background: #f1ecd7;
}

.btn-lk a.style1 {
  color: #6b7455;
  background: #F1ECD7;
}

.btn-lk a.style1:hover {
  color: #F1ECD7;
  background: #603813;
}

.btn-lk a.style2 {
  color: #603813;
  background: #F1ECD7;
  border: 1px solid #F1ECD7;
}

.btn-lk a.style2:hover {
  color: #F1ECD7;
  background: #603813;
  border: 1px solid #F1ECD7;
}

.btn-lk a.style3 {
  color: #F1ECD7;
  background: #6B7455;
  border: 1px solid #6B7455;
}

.btn-lk a.style3:hover {
  color: #F1ECD7;
  background: #603813;
  border: 1px solid #6B7455;
}

.btn-lk a.style4 {
  color: #F1ECD7;
  background: #582B25;
}

.btn-lk a.style4:hover:hover {
  color: #6b7455;
  background: #f1ecd7;
}

#sec5 {
  background: url(../img/index/deco1.png) no-repeat top 110px left 45px, url(../img/index/deco2.png) no-repeat bottom 90px right 65px;
  background-size: 151px auto, 171px auto;
  padding: 100px 20px 100px;
}

#sec5 .box {
  display: flex;
  justify-content: space-between;
}

#sec5 .box .text {
  max-width: 400px;
  color: #6B7455;
}

#sec5 .box .text h2 {
  font-size: 40px;
  line-height: 70px;
  padding: 40px 0 40px;
  font-weight: bold;
}

#sec5 .box .photo {
  max-width: 563px;
  margin-right: -90px;
  margin-left: 30px;
}

#sec5 .box .photo img {
  width: 100%;
  height: auto;
}

#sec5 .list img {
  width: 100%;
  height: auto;
}

#sec5 .list .item1 {
  margin: 70px 0 50px;
}

#sec5 .list .item1 dl {
  display: flex;
}

#sec5 .list .item1 dl dt {
  width: 468px;
  order: 2;
  margin: 25px 0 0 120px;
}

#sec5 .list .item1 dl dd {
  width: 395px;
}

#sec5 .list .item2 {
  margin: 0 0 60px;
}

#sec5 .list .item2 dl {
  display: flex;
}

#sec5 .list .item2 dl dt {
  width: 423px;
}

#sec5 .list .item2 dl dd {
  width: 395px;
  margin: 20px 0 0 120px;
}

#sec5 .list .item3 {
  margin: 0 0 70px;
}

#sec5 .list .item3 dl {
  display: flex;
}

#sec5 .list .item3 dl dt {
  width: 433px;
  margin-left: 120px;
  order: 2;
}

#sec5 .list .item3 dl dd {
  width: 395px;
  margin-top: 15px;
}

#sec5 .btn-lk {
  display: flex;
  justify-content: center;
}

#sec6 {
  position: relative;
  background: url(../img/index/img_08.jpg) no-repeat center/cover;
  color: #F1ECD7;
  padding: 60px 20px;
}

#sec6 h2 {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  line-height: 70px;
  margin-bottom: 60px;
  letter-spacing: 0.25em;
}

#sec6 .block1 {
  margin-bottom: 75px;
}

#sec6 .block1 h2 span {
  background: url(../img/index/i_1.png) no-repeat center left;
  background-size: 66px auto;
  padding: 10px 0 10px 85px;
}

#sec6 .block1 .item {
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec6 .block1 .item .boxfb-api {
  width: 395px;
  height: 375px;
}

#sec6 .block1 .item .boxfb-api iframe {
  width: 395px !important;
  height: 375px !important;
}

#sec6 .block1 .item dl {
  width: 385px;
  margin-left: 115px;
}

#sec6 .block1 .item dl dt {
  margin-bottom: 15px;
}

#sec6 .block1 .item dl dt span {
  font-weight: bold !important;
}

#sec6 .block2 h2 span {
  background: url(../img/index/i_2.png) no-repeat center right;
  background-size: 91px auto;
  padding: 10px 110px 10px 0;
}

#sec6 .block2 .gg-cal {
  width: 500px;
  height: 425px;
  margin: auto;
}

#sec6 .block2 .gg-cal iframe {
  width: 500px !important;
  height: 385px !important;
}

#sec7 {
  position: relative;
  background: #F1ECD7;
}

#sec7 .inner {
  display: flex;
  justify-content: space-between;
}

#sec7 .photo {
  width: 665px;
  height: 460px;
  position: relative;
  overflow: hidden;
}

#sec7 .photo img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#sec7 .item {
  width: calc(100% - 655px);
  box-sizing: border-box;
}

#sec7 .item .text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

#sec7 .item p {
  height: 320px;
  font-size: 14px;
  line-height: 64px;
}

@media screen and (max-width: 1419px) and (min-width: 768px) {
  #sec5 {
    background: url(../img/index/deco1.png) no-repeat top 50px left 0px, url(../img/index/deco2.png) no-repeat bottom 50px right 15px;
    background-size: 101px auto, 111px auto;
  }
  #sec7 .photo {
    width: 43%;
  }
  #sec7 .item {
    width: 57%;
  }
}

@media screen and (max-width: 1219px) and (min-width: 768px) {
  #sec5 {
    background: url(../img/index/deco1.png) no-repeat top -40px left 0px, url(../img/index/deco2.png) no-repeat bottom 50px right 0px;
    background-size: 101px auto, 101px auto;
  }
  #sec7 .photo {
    width: 42%;
  }
  #sec7 .item {
    width: 58%;
    box-sizing: border-box;
  }
  #sec7 .item p {
    height: 320px;
    font-size: 14px;
    line-height: 52px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #sec1 .wrap::before {
    width: 100%;
    left: -5%;
  }
  .box-common .item h2 {
    font-size: 32px;
    line-height: 50px;
  }
  .box-common .item .txt {
    font-size: 14px;
    line-height: 30px;
  }
  .box-common .item .txt br {
    display: none;
  }
  #sec6 .block1 .item dl {
    margin-left: 30px;
  }
  #sec7 .photo {
    width: 42%;
    height: 380px;
  }
  #sec7 .item {
    width: 58%;
    box-sizing: border-box;
  }
  #sec7 .item p {
    height: 300px;
    font-size: 13px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 767px) {
  #sec1 {
    padding: 80px 0 80px;
  }
  #sec1 .wrap::before {
    display: none;
  }
  #sec1 h2 {
    width: 112%;
    margin: 0 -6% 40px;
  }
  #sec1 ul li {
    margin-bottom: 25px;
    font-size: 14px;
    letter-spacing: 0;
  }
  #sec1 .photo {
    max-width: 220px;
    margin: 45px auto 45px;
  }
  #sec2 {
    background: #6B7455;
    padding: 40px 0 40px;
  }
  #sec2 .txt {
    padding: 0 0px 25px 0;
  }
  #sec3 {
    background: #603813;
    padding: 40px 0;
  }
  #sec3 .box-common .item {
    order: 1;
  }
  #sec3 .box-common .item .txt {
    margin-bottom: 25px;
    line-height: 32px;
  }
  #sec3 .box-common .photo {
    order: 2;
  }
  #sec4 {
    background: #6B7455;
    padding: 40px 0 80px;
  }
  #sec4 .txt {
    padding: 0 0 5px 0;
  }
  .box-common {
    color: #F1ECD7;
  }
  .box-common .inner {
    flex-wrap: wrap;
  }
  .box-common .photo {
    max-width: 100%;
    width: 100%;
  }
  .box-common .item {
    max-width: 100%;
    width: 100%;
    letter-spacing: 0.1em;
    padding: 0 4% 30px;
    box-sizing: border-box;
  }
  .box-common .item .txt {
    text-align: justify;
  }
  .box-common .item h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 25px;
  }
  #sec5 {
    background: none;
    padding: 40px 0px 80px;
  }
  #sec5 .wrap {
    padding: 0;
  }
  #sec5 .box {
    display: block;
  }
  #sec5 .box .text {
    max-width: 100%;
  }
  #sec5 .box .text h2 {
    font-size: 20px;
    line-height: 35px;
    padding: 0px 4% 20px;
  }
  #sec5 .box .text .txt {
    margin: 0 4% 25px;
  }
  #sec5 .box .photo {
    max-width: 100%;
    margin: 0;
  }
  #sec5 .list img {
    width: 100%;
    height: auto;
  }
  #sec5 .list .item1 {
    margin: 35px 0 35px;
  }
  #sec5 .list .item1 dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  #sec5 .list .item1 dl dt {
    width: 49%;
    order: 2;
    margin: 0;
    position: relative;
    top: -3vw;
  }
  #sec5 .list .item1 dl dt img {
    width: 195%;
    height: auto;
  }
  #sec5 .list .item1 dl dd {
    width: 49%;
  }
  #sec5 .list .item1 dl dd img {
    width: 200%;
    margin-left: -100%;
  }
  #sec5 .list .item2 {
    margin: 0 0 25px;
  }
  #sec5 .list .item2 dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  #sec5 .list .item2 dl dt {
    width: 49%;
    margin: 0;
    position: relative;
    top: -3vw;
  }
  #sec5 .list .item2 dl dt img {
    width: 238%;
    height: auto;
    margin-left: -140%;
  }
  #sec5 .list .item2 dl dd {
    width: 49%;
    margin: 0;
  }
  #sec5 .list .item2 dl dd img {
    width: 190%;
  }
  #sec5 .list .item3 {
    margin: 0 0 45px;
  }
  #sec5 .list .item3 dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  #sec5 .list .item3 dl dt {
    width: 49%;
    order: 2;
    margin: 0;
    position: relative;
    top: -2vw;
  }
  #sec5 .list .item3 dl dt img {
    width: 195%;
    height: auto;
  }
  #sec5 .list .item3 dl dd {
    width: 49%;
  }
  #sec5 .list .item3 dl dd img {
    width: 200%;
    margin-left: -100%;
  }
  #sec6 {
    position: relative;
    padding: 40px 4% 100px;
  }
  #sec6 h2 {
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 40px;
    letter-spacing: 0.25em;
  }
  #sec6 .wrap {
    padding: 0;
  }
  #sec6 .block1 {
    margin-bottom: 40px;
  }
  #sec6 .block1 h2 span {
    background: url(../img/index/i_1.png) no-repeat center left;
    background-size: 46px auto;
    padding: 10px 0 10px 60px;
  }
  #sec6 .block1 .item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  #sec6 .block1 .item .boxfb-api {
    width: 345px;
    height: 355px;
    margin: 0 auto;
  }
  #sec6 .block1 .item .boxfb-api iframe {
    width: 345px !important;
    height: 355px !important;
  }
  #sec6 .block1 .item dl {
    width: 100%;
    margin: 25px 0 0;
  }
  #sec6 .block1 .item dl dt {
    margin-bottom: 12px;
  }
  #sec6 .block2 h2 span {
    background: url(../img/index/i_2.png) no-repeat center right;
    background-size: 65px auto;
    padding: 5px 65px 5px 0;
  }
  #sec6 .block2 .gg-cal {
    width: 345px;
    height: 325px;
    margin: auto;
  }
  #sec6 .block2 .gg-cal iframe {
    width: 345px !important;
    height: 325px !important;
  }
  #sec7 {
    position: relative;
    background: #F1ECD7;
    padding-bottom: 80px;
  }
  #sec7 .inner {
    display: block;
  }
  #sec7 .photo {
    width: 100%;
    height: 70vw;
  }
  #sec7 .item {
    width: 100%;
    box-sizing: border-box;
    height: 400px;
  }
  #sec7 .item .text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
  #sec7 .item p {
    height: 320px;
    font-size: 14px;
    line-height: 36px;
  }
}

/*///////////about/////////////*/
.page-about img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.page-about #about-sec1 {
  background: url(../img/common/about_sec1_bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 100px 0;
  color: #582B25;
}

.page-about #about-sec1 .item {
  max-width: 720px;
  margin: 0 auto 50px;
  text-align: center;
  letter-spacing: 0.1em;
}

.page-about #about-sec1 .item .photo {
  margin-bottom: 50px;
}

.page-about #about-sec1 .item .text + .text {
  margin-top: 35px;
}

.page-about #about-sec1 .item .text span {
  font-size: 20px;
  font-weight: bold;
  display: block;
  padding: 10px 0 20px;
  line-height: 35px;
}

.page-about #about-sec1 .btn-lk {
  display: flex;
  justify-content: center;
}

.page-about #about-sec2 {
  position: relative;
  background: #6B7455;
  padding: 100px 20px;
}

.page-about #about-sec2 .inner {
  max-width: 1230px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.page-about #about-sec2 .inner .item {
  max-width: 635px;
  color: #F1ECD7;
  letter-spacing: 0.1em;
  width: 52%;
}

.page-about #about-sec2 .inner .item h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 70px;
  margin-bottom: 25px;
  letter-spacing: 0.25em;
}

.page-about #about-sec2 .inner .photo {
  width: 46%;
  max-width: 563px;
  position: relative;
  z-index: 2;
}

.page-about #about-sec3 {
  padding: 100px 20px 100px;
  color: #603813;
  position: relative;
}

.page-about #about-sec3 .inner {
  position: relative;
  z-index: 2;
}

.page-about #about-sec3::before {
  background: url(../img/common/about_deco1.png) no-repeat top right;
  background-size: 50% auto;
  width: 1101px;
  height: 913px;
  position: absolute;
  top: -178px;
  right: -100px;
  content: "";
}

.page-about #about-sec3 .deco-s3 {
  width: 257px;
  height: 196px;
  position: absolute;
  bottom: 150px;
  left: 120px;
}

.page-about #about-sec3 h2 {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.25em;
  margin-bottom: 105px;
}

.page-about #about-sec3 .box {
  max-width: 1240px;
  margin: 0 auto 70px;
  display: flex;
  justify-content: space-between;
}

.page-about #about-sec3 .box.is {
  align-items: center;
}

.page-about #about-sec3 .box.is .item {
  order: 2;
  padding-top: 0;
}

.page-about #about-sec3 .box h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 0.25em;
  margin-bottom: 10px;
  padding-left: 90px;
  text-indent: -90px;
}

.page-about #about-sec3 .box .item {
  max-width: 565px;
  padding-top: 30px;
}

.page-about #about-sec3 .box .item.icon {
  position: relative;
}

.page-about #about-sec3 .box .item.icon .deco-cafe {
  width: 131px;
  height: auto;
  position: absolute;
  bottom: -40px;
  right: -10px;
}

.page-about #about-sec3 .photo {
  max-width: 563px;
}

.page-about #about-sec3 .btn-lk {
  display: flex;
  justify-content: center;
}

.page-about #about-sec4 {
  padding: 60px 20px;
  color: #F1ECD7;
  position: relative;
  overflow: hidden;
  background: #6B7455;
}

.page-about #about-sec4::before {
  background: url(../img/common/about_deco4.png) no-repeat top left;
  background-size: 50% auto;
  width: 921px;
  height: 987px;
  position: absolute;
  top: -25px;
  left: -145px;
  content: "";
}

.page-about #about-sec4 .inner {
  max-width: 1230px;
  margin: auto;
}

.page-about #about-sec4 .inner .item {
  display: flex;
  justify-content: space-between;
}

.page-about #about-sec4 h2 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.25em;
  width: 410px;
  padding-top: 8px;
}

.page-about #about-sec4 ul {
  width: calc(100% - 410px);
}

.page-about #about-sec4 ul li + li {
  margin-top: 35px;
}

@media screen and (max-width: 1239px) and (min-width: 768px) {
  .page-about #about-sec3::before {
    width: 887px;
    top: -110px;
  }
  .page-about #about-sec3 .box .item {
    width: 49%;
  }
  .page-about #about-sec3 .photo {
    width: 48.5%;
  }
  .page-about #about-sec3 .box h3 {
    font-size: 34px;
    padding-left: 75px;
    text-indent: -75px;
  }
  .page-about #about-sec3 .box .item.icon .deco-cafe {
    width: 101px;
  }
  .page-about #about-sec3 .deco-s3 {
    background-size: 40% auto;
    bottom: 100px;
    left: 120px;
  }
  .page-about #about-sec4::before {
    width: 750px;
    top: 100px;
    left: -120px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page-about #about-sec1 .item {
    max-width: 620px;
  }
  .page-about #about-sec2 .inner .item h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .page-about #about-sec3::before {
    width: 730px;
    top: -72px;
  }
  .page-about #about-sec3 .box h3 {
    font-size: 26px;
    padding-left: 60px;
    text-indent: -60px;
    line-height: 40px;
  }
  .page-about #about-sec3 .box.is {
    align-items: flex-start;
  }
  .page-about #about-sec3 .box .item.icon {
    padding-bottom: 80px;
  }
  .page-about #about-sec3 .deco-s3 {
    bottom: 30px;
    left: 40px;
    width: 180px;
    height: auto;
  }
  .page-about #about-sec4 h2 {
    font-size: 30px;
    width: 300px;
  }
  .page-about #about-sec4 ul {
    width: calc(100% - 300px);
  }
}

@media only screen and (max-width: 767px) {
  .page-about #about-sec1 {
    padding: 80px 0 80px;
  }
  .page-about #about-sec1 .wrap {
    padding: 0 4%;
  }
  .page-about #about-sec1 .item {
    max-width: 720px;
    margin: 0 auto 50px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .page-about #about-sec1 .item .photo {
    margin-bottom: 30px;
  }
  .page-about #about-sec1 .item .text {
    letter-spacing: -0.0125em;
    font-size: 15px;
  }
  .page-about #about-sec1 .item .text + .text {
    margin-top: 30px;
  }
  .page-about #about-sec1 .item .text span {
    font-size: 20px;
    padding: 0;
  }
  .page-about #about-sec2 {
    padding: 40px 0px;
  }
  .page-about #about-sec2 .inner {
    display: block;
  }
  .page-about #about-sec2 .inner .item {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 4% 25px;
  }
  .page-about #about-sec2 .inner .item h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 25px;
    letter-spacing: 0.25em;
  }
  .page-about #about-sec2 .inner .photo {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 2;
  }
  .page-about #about-sec3 {
    padding: 40px 0 80px;
  }
  .page-about #about-sec3::before {
    display: none;
  }
  .page-about #about-sec3::after {
    display: none;
  }
  .page-about #about-sec3 h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .page-about #about-sec3 .box {
    max-width: 1240px;
    margin: 0 auto 40px;
    display: block;
  }
  .page-about #about-sec3 .box.is .item {
    order: 1;
    padding-top: 0;
  }
  .page-about #about-sec3 .box h3 {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 10px;
    letter-spacing: 0.15em;
    padding-left: 0;
    text-indent: 0;
  }
  .page-about #about-sec3 .box h3 br {
    display: none;
  }
  .page-about #about-sec3 .box .item {
    max-width: 100%;
    padding-top: 0;
    box-sizing: border-box;
    padding: 0 4% 20px;
  }
  .page-about #about-sec3 .box .item.icon .deco-cafe {
    display: none;
  }
  .page-about #about-sec3 .photo {
    max-width: 100%;
  }
  .page-about #about-sec3 .btn-lk {
    display: flex;
    justify-content: center;
  }
  .page-about #about-sec3 .deco-s3 {
    display: none;
  }
  .page-about #about-sec4 {
    padding: 40px 4% 80px;
  }
  .page-about #about-sec4::before {
    display: none;
  }
  .page-about #about-sec4 .inner .item {
    display: block;
  }
  .page-about #about-sec4 h2 {
    font-size: 20px;
    margin-bottom: 30px;
    width: 100%;
    padding-top: 0;
  }
  .page-about #about-sec4 ul {
    width: 100%;
  }
  .page-about #about-sec4 ul li {
    text-align: justify;
  }
  .page-about #about-sec4 ul li + li {
    margin-top: 25px;
  }
}

.fnt-14 {
  font-size: 14px;
  padding: 4px 10px;
}

/*///////////goods/////////////*/
.page-goods img {
  width: 100%;
  height: auto;
}

.page-goods #goods-sec1 {
  padding: 100px 20px 40px;
  position: relative;
}

.page-goods #goods-sec1 h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
  letter-spacing: 0.25em;
}

.page-goods #goods-sec1 .text {
  text-align: center;
  margin-bottom: 40px;
}

.page-goods #goods-sec1 .btn-lk {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.page-goods #goods-sec1 .s1-deco_right {
  position: absolute;
  top: 125px;
  right: 85px;
  width: 146px;
  height: auto;
}

.page-goods #goods-sec1 .s1-deco {
  position: absolute;
  bottom: 35px;
  left: 145px;
  width: 247px;
  height: auto;
}

.page-goods .goods-list {
  max-width: 1190px;
  margin: auto;
}

.page-goods .goods-list .box {
  display: flex;
  justify-content: space-between;
}

.page-goods .goods-list .box .photo {
  max-width: 395px;
}

.page-goods .goods-list .box .list-text {
  max-width: 685px;
}

.page-goods .goods-list .box .list-text h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.page-goods .goods-list .box .list-text dl {
  margin-bottom: 20px;
}

.page-goods .goods-list .box .list-text dl dt {
  font-weight: 500;
}

.page-goods .goods-list .box .list-text dl dt span {
  display: block;
  font-weight: bold;
  font-size: 20px;
}

.page-goods .goods-list .box .list-text dl dd {
  display: flex;
  align-items: center;
}

.page-goods .goods-list .box .list-text dl dd span {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}

.page-goods .goods-list .box .list-text dl dd span:nth-child(1) {
  margin-left: -10px;
}

.page-goods .goods-list .box .list-text dl dd span:nth-child(1) .left {
  margin-left: -10px;
}

.page-goods .goods-list .box .list-text dl dd span i {
  display: inline-block;
}

.page-goods .goods-list .box .list-text dl dd span i img {
  max-width: 50%;
  width: 50%;
  height: auto;
  margin-left: 40%;
}

.page-goods #goods-sec2 {
  background: #603813;
  color: #F1ECD7;
  padding: 60px 20px 40px;
  position: relative;
  overflow: hidden;
}

.page-goods #goods-sec2 .inner {
  position: relative;
  max-width: 1440px;
  margin: auto;
}

.page-goods #goods-sec2 .photo {
  order: 2;
}

.page-goods #goods-sec2 .s2-deco {
  width: 650px;
  height: auto;
  position: absolute;
  bottom: 215px;
  left: 890px;
}

.page-goods #goods-sec3 {
  background: url(../img/common/pro_bg.jpg) no-repeat top center/cover;
  padding: 60px 20px 40px;
  position: relative;
  overflow: hidden;
}

.page-goods #goods-sec3 .inner {
  position: relative;
  max-width: 1440px;
  margin: auto;
}

.page-goods #goods-sec3 .inner .s3-deco {
  width: 350px;
  height: auto;
  position: absolute;
  content: "";
  bottom: 80px;
  right: 940px;
}

.page-goods #goods-sec4 {
  background: #6B7455;
  color: #F1ECD7;
}

.page-goods #goods-sec4 .inner {
  padding: 60px 20px 60px;
}

.page-goods #goods-sec4 .inner h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
  letter-spacing: 0.25em;
}

.page-goods #goods-sec4 .inner ul {
  max-width: 965px;
  margin: auto;
}

.page-goods #goods-sec4 .inner ul li {
  letter-spacing: 0.1em;
}

.page-goods #goods-sec4 .inner ul li + li {
  margin-top: 35px;
}

@media screen and (max-width: 1179px) and (min-width: 768px) {
  .page-goods #goods-sec1 {
    padding: 110px 20px 30px;
  }
  .page-goods #goods-sec1 h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
    letter-spacing: 0.25em;
  }
  .page-goods #goods-sec1 .text {
    text-align: center;
    margin-bottom: 40px;
  }
  .page-goods #goods-sec1 .btn-lk {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  .page-goods #goods-sec1 .s1-deco_right {
    position: absolute;
    top: 125px;
    right: 25px;
    width: 146px;
    height: auto;
  }
  .page-goods #goods-sec1 .s1-deco {
    position: absolute;
    bottom: 35px;
    left: 55px;
  }
  .page-goods .goods-list .box .photo {
    max-width: 395px;
    width: 37%;
  }
  .page-goods .goods-list .box .list-text {
    max-width: 685px;
    width: 60%;
  }
  .page-goods .goods-list .box .list-text h3 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .page-goods .goods-list .box .list-text dl {
    margin-bottom: 20px;
  }
  .page-goods .goods-list .box .list-text dl dt {
    font-weight: 500;
  }
  .page-goods .goods-list .box .list-text dl dt span {
    display: block;
    font-weight: bold;
    font-size: 20px;
  }
  .page-goods .goods-list .box .list-text dl dd {
    display: flex;
    align-items: center;
  }
  .page-goods .goods-list .box .list-text dl dd span {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
  }
  .page-goods .goods-list .box .list-text dl dd span:nth-child(1) {
    margin-left: -10px;
  }
  .page-goods .goods-list .box .list-text dl dd span:nth-child(1) .left {
    margin-left: -10px;
  }
  .page-goods .goods-list .box .list-text dl dd span i {
    display: inline-block;
  }
  .page-goods .goods-list .box .list-text dl dd span i img {
    max-width: 50%;
    width: 50%;
    height: auto;
    margin-left: 40%;
  }
  .page-goods #goods-sec2 .inner .s2-deco {
    left: 690px;
  }
  .page-goods #goods-sec3 .inner .s3-deco {
    right: 740px;
  }
  .page-goods #goods-sec4 {
    background: #6B7455;
    color: #F1ECD7;
  }
  .page-goods #goods-sec4 .inner {
    padding: 45px 20px 50px;
  }
  .page-goods #goods-sec4 .inner h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 45px;
    letter-spacing: 0.25em;
  }
  .page-goods #goods-sec4 .inner ul {
    max-width: 965px;
    margin: auto;
  }
  .page-goods #goods-sec4 .inner ul li {
    letter-spacing: 0.1em;
  }
  .page-goods #goods-sec4 .inner ul li + li {
    margin-top: 35px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page-goods #goods-sec1 {
    padding: 110px 20px 30px;
  }
  .page-goods #goods-sec1 h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
    letter-spacing: 0.25em;
  }
  .page-goods #goods-sec1 .text {
    text-align: center;
    margin-bottom: 40px;
  }
  .page-goods #goods-sec1 .btn-lk {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  .page-goods #goods-sec1 .s1-deco_right {
    position: absolute;
    top: 5px;
    right: 25px;
    width: 106px;
    height: auto;
  }
  .page-goods #goods-sec1 .s1-deco {
    width: 207px;
    height: auto;
  }
  .page-goods .goods-list .box .photo {
    max-width: 395px;
    width: 37%;
  }
  .page-goods .goods-list .box .list-text {
    max-width: 685px;
    width: 60%;
  }
  .page-goods .goods-list .box .list-text h3 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .page-goods .goods-list .box .list-text dl {
    margin-bottom: 20px;
  }
  .page-goods .goods-list .box .list-text dl dt {
    font-weight: 500;
  }
  .page-goods .goods-list .box .list-text dl dt span {
    display: block;
    font-weight: bold;
    font-size: 18px;
  }
  .page-goods .goods-list .box .list-text dl dd span {
    font-size: 14px;
    font-weight: bold;
  }
  .page-goods .goods-list .box .list-text dl dd span:nth-child(1) {
    margin-left: -10px;
  }
  .page-goods .goods-list .box .list-text dl dd span:nth-child(1) .left {
    margin-left: -10px;
  }
  .page-goods .goods-list .box .list-text dl dd span i {
    display: inline-block;
  }
  .page-goods .goods-list .box .list-text dl dd span i img {
    max-width: 50%;
    width: 50%;
    height: auto;
    margin-left: 40%;
  }
  .page-goods #goods-sec2 .inner .s2-deco {
    left: 450px;
  }
  .page-goods #goods-sec3 .inner .s3-deco {
    right: 480px;
  }
}

@media only screen and (max-width: 767px) {
  .page-goods #goods-sec1 {
    background: none;
    padding: 80px 0 60px 4%;
  }
  .page-goods #goods-sec1 h2 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 35px;
  }
  .page-goods #goods-sec1 .text {
    text-align: center;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .page-goods #goods-sec1 .btn-lk {
    margin-right: 4%;
  }
  .page-goods #goods-sec1 .s1-deco_right {
    display: none;
  }
  .page-goods #goods-sec1 .s1-deco {
    display: none;
  }
  .page-goods .goods-list .box {
    display: block;
  }
  .page-goods .goods-list .box .photo {
    max-width: 100%;
    margin: 0 8% 20px 4%;
  }
  .page-goods .goods-list .box .list-text {
    max-width: 685px;
  }
  .page-goods .goods-list .box .list-text h3 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
  }
  .page-goods .goods-list .box .list-text dl {
    margin-bottom: 20px;
  }
  .page-goods .goods-list .box .list-text dl dt {
    font-weight: 500;
    line-height: 21px;
    padding-right: 4%;
  }
  .page-goods .goods-list .box .list-text dl dt span {
    display: block;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 4px;
  }
  .page-goods .goods-list .box .list-text dl dd {
    display: flex;
    align-items: center;
  }
  .page-goods .goods-list .box .list-text dl dd span {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
  }
  .page-goods .goods-list .box .list-text dl dd span:nth-child(1) {
    margin-left: -10px;
  }
  .page-goods .goods-list .box .list-text dl dd span:nth-child(1) .left {
    margin-left: -10px;
  }
  .page-goods .goods-list .box .list-text dl dd span i {
    display: inline-block;
  }
  .page-goods .goods-list .box .list-text dl dd span i img {
    max-width: 50%;
    width: 50%;
    height: auto;
    margin-left: 40%;
  }
  .page-goods #goods-sec2 {
    background: #603813;
    color: #F1ECD7;
    padding: 40px 20px 20px;
    position: relative;
    overflow: hidden;
  }
  .page-goods #goods-sec2 .inner .s2-deco {
    display: none;
  }
  .page-goods #goods-sec2 .photo {
    order: 2;
  }
  .page-goods #goods-sec3 .inner .s3-deco {
    display: none;
  }
  .page-goods #goods-sec4 {
    background: #6B7455;
    color: #F1ECD7;
  }
  .page-goods #goods-sec4 .inner {
    padding: 40px 4% 80px;
    background: url(../img/common/pro_deco_sp.png) no-repeat bottom 20px right 20px;
    background-size: 100px auto;
  }
  .page-goods #goods-sec4 .inner h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .page-goods #goods-sec4 .inner ul {
    max-width: 965px;
    margin: auto;
  }
  .page-goods #goods-sec4 .inner ul li {
    letter-spacing: 0.1em;
  }
  .page-goods #goods-sec4 .inner ul li + li {
    margin-top: 25px;
  }
}

/*///////////access/////////////*/
.page-access #access-sec {
  position: relative;
  background: url(../img/common/access_bg.jpg) no-repeat center/cover;
  padding: 100px 15px 100px;
}

.page-access #access-sec h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
  letter-spacing: 0.25em;
}

.page-access #access-sec .list {
  max-width: 780px;
  margin: 0 auto 60px;
}

.page-access #access-sec .list dl {
  display: flex;
  padding: 40px 0;
  position: relative;
  letter-spacing: 0.1em;
}

.page-access #access-sec .list dl::before {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  border-bottom: 2px solid #000;
  content: "";
}

.page-access #access-sec .list dl dt {
  width: 190px;
  font-weight: bold;
}

.page-access #access-sec .list dl dt span {
  display: inline-block;
  text-align: center;
  width: 100px;
  background: url(../img/common/access_line1.png) no-repeat center left, url(../img/common/access_line1.png) no-repeat center right;
}

.page-access #access-sec .list dl dd {
  width: calc(100% - 190px);
}

.page-access #access-sec .photo {
  max-width: 563px;
  margin: auto;
}

.page-access #access-sec .photo img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .page-access #access-sec {
    position: relative;
    background: url(../img/common/access_bg.jpg) no-repeat center/cover;
    padding: 80px 0 80px;
  }
  .page-access #access-sec .wrap {
    padding: 0;
  }
  .page-access #access-sec h2 {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .page-access #access-sec .list {
    margin: 0 auto 50px;
  }
  .page-access #access-sec .list dl {
    display: block;
    padding: 20px 5%;
  }
  .page-access #access-sec .list dl::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 2px solid #000;
    content: "";
  }
  .page-access #access-sec .list dl dt {
    width: 100%;
    font-weight: bold;
  }
  .page-access #access-sec .list dl dt span {
    display: block;
    text-align: left;
    width: 100%;
    background: none;
  }
  .page-access #access-sec .list dl dd {
    width: 100%;
    font-weight: bold;
  }
  .page-access #access-sec .list dl dd i {
    display: none;
  }
  .page-access #access-sec .photo {
    max-width: 100%;
  }
}
