@charset "utf-8";
/* ------------------------------------------------------------------
  design  CSS

  2018/10/05 326_sakaguchi 
------------------------------------------------------------------ */
body {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#wrapper {
  background: url(../image/bg-contents.png) repeat;
  width: 100%;
}

#contents {
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 1em;
  width: 100%;
}

#contents img {
  margin: 0;
  padding: 0;
  /*vertical-align: bottom;*/
  width: 100%;
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 736px) {
  #contents {
    padding-top: 0;
  }
}

/*=========================================

                 .con_lead

==========================================*/
.con_lead {
  margin: 3% auto 10%;
  max-width: 840px;
  overflow: hidden;
  width: 95%;
}

@media screen and (max-width: 736px) {
  .con_lead {
    margin: 5% auto 10%;
  }
}

/*----------------------------------------
  .box_lead
----------------------------------------*/
.con_lead .box_lead .inner {
  background: url(../image/img-rough.png) no-repeat;
  background-position: top right;
  background-size: 32%;
  margin: 0 auto 30px;
  width: calc( 800 / 840 * 100%);
}

@media screen and (max-width: 736px) {
  .con_lead .box_lead .inner {
    background: none;
    margin: 0 auto 5%;
    width: 100%;
  }
}

.con_lead .box_lead h2 {
  border-bottom: solid 2px #B9AF7C;
    -webkit-border-image: url("../image/border.jpg") 1 1 1 1 stretch;
    -moz-border-image: url("../image/border.jpg") 1 1 1 1 stretch;
    -o-border-image: url("../image/border.jpg") 1 1 1 1 stretch;
  border-image: url("../image/border.jpg") 1 stretch;
  color: #2D5924;
  font-family: 'Noto Serif TC', serif;
  font-size: 160%;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  margin-bottom: 1em;
  padding-bottom: 0.5%;
  padding-left: 0.3em;
  position: relative;
  width: calc( 547 / 800 * 100%);
}

@media screen and (max-width: 900px) and (min-width: 737px) {
  .con_lead .box_lead h2 {
    font-size: 3vw;
  }
}

.con_lead .box_lead h2:after {
  border-bottom: solid 2px #705A24;
  bottom: -2px;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  width: 25%;
}

.con_lead .box_lead h2 span {
  border: none;
  display: block;
  font-size: 90%;
  letter-spacing: 0;
}

@media screen and (max-width: 900px) and (min-width: 737px) {
  .con_lead .box_lead h2 span {
    font-size: 3vw;
  }
}

.con_lead .box_lead p {
  /*letter-spacing: 0.03em;*/
  margin-bottom: 1.5em;
  padding: 0 1em;
  /*text-align: justify;*/
  width: calc( 547 / 800 * 100%);
}

.con_lead .box_lead p.last {
  margin-bottom: 0;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .con_lead .box_lead p.last {
    width: 97%;
  }
}

@media screen and (max-width: 736px) {
  .con_lead .box_lead h2 {
    font-size: 5.5vw;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 3%;
    width: 100%;
  }

  .con_lead .box_lead h2 span {
    font-size: 4.5vw;
  }

  .con_lead .box_lead p {
    letter-spacing: 0;
    margin: 0 auto 1em;
    padding: 0;
    width: 95%;
  }

  .con_lead .box_lead p.last {
    margin-bottom: 5%;
    width: 95%;
  }

  .con_lead .box_lead figure {
    margin: 0 auto;
    width: 60%;
  }
}

.con_lead .box_lead .img_cg {
  display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 100%;
}

.con_lead .box_lead .img_cg li {
  width: calc( 406 / 840 * 100%);
}

@media screen and (min-width: 737px) {
  .con_lead .box_lead .img_cg li a {
    pointer-events: none;
  }
}

@media screen and (max-width: 736px) {
  .con_lead .box_lead .img_cg {
    margin-bottom: 13%;
  }

  .con_lead .box_lead .img_cg li {
    border: 1px solid #BA8A28;
    position: relative;
  }

  .con_lead .box_lead .img_cg li:after {
    bottom: 0;
    content: url(../image/ico-grass.png);
    display: block;
    height: 25px;
    position: absolute;
    right: 0;
    width: 25px;
  }
}


/*    .kurokawa    */
.con_lead .box_lead .kurokawa {
  border: 1px solid #A08F40;
  margin: 0 auto 50px;
  max-width: 810px;
  padding: calc( 25 / 810 * 100% );
  overflow: hidden;
  width: calc( 810 / 840 * 100% );
}

.con_lead .box_lead .kurokawa .ttl {
  float: left;
  margin-bottom: 1em;
  width: calc( 233 / 840 * 100% );
}

.con_lead .box_lead .kurokawa .ttl figure img {
  vertical-align: bottom;
}

.con_lead .box_lead .kurokawa .ttl h3 {
  background: #000;
  color: #fff;
  font-family: 'Noto Serif TC', serif;
  font-size: 140%;
  font-weight: normal;
  padding: 7% 0;
  text-align: center;
}

.con_lead .box_lead .kurokawa .ttl h3 span {
  display: block;
  font-size: 70%;
  line-height: 1em;
}

@media screen and (max-width: 736px) {
  .con_lead .box_lead .kurokawa {
    border: none;
    padding: 0;
  }

  .con_lead .box_lead .kurokawa .ttl {
    align-items: center;
    background: #000;
    display: -webkit-box; /*Android4.3*/
      display: -moz-box;    /*Firefox21*/
      display: -ms-flexbox; /*IE10*/
      display: -webkit-flex; /*PC-Safari,iOS8.4*/
    display: flex;
    float: none;
    margin-bottom: 3%;
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
  }

  .con_lead .box_lead .kurokawa .ttl figure {
    width: 40%;
  }

  .con_lead .box_lead .kurokawa .ttl h3 {
    display: inline;
    font-size: 7vw;
    padding: 0;
    width: 70%;
  }
}

.con_lead .box_lead .kurokawa .prof {
  float: right;
  margin-bottom: 1em;
  width: calc( 570 / 840 * 100% );
}

.con_lead .box_lead .kurokawa .prof p {
  margin-bottom: 0.5em; 
  padding: 0 0 0 0.5em;
  width: 100%;
}

.con_lead .box_lead .kurokawa .prof h4 {
  background: #675407;
  color: #fff;
  font-family: 'Noto Serif TC', serif;
  font-size: 110%;
  font-weight: normal;
  margin-bottom: 0.5em; 
  padding: 0.2em 0;
  text-align: center;
  width: 100%;
}

.con_lead .box_lead .kurokawa .prof table {
  border-collapse: separate;
  border-spacing: 0 1.5px;
  margin: 0 auto;
  font-size: 95%;
  width: 100%;
}

.con_lead .box_lead .kurokawa .btn {
  background: #115C48;
  background: -moz-linear-gradient(top, #115C48 0%, #0C4032 100%);
  background: -webkit-linear-gradient(top, #115C48 0%,#0C4032 100%);
  background: linear-gradient(to bottom, #115C48 0%,#0C4032 100%);
  clear: both;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 70%;
}

.con_lead .box_lead .kurokawa .btn:hover {
  opacity: .8;
  transition: .5s all;
}

.con_lead .box_lead .kurokawa .btn a {
  color: #fff;
  display: block;
  font-family: 'Noto Serif TC', serif;
  font-size: 140%;
  padding: .4em 0;
}

.con_lead .box_lead .kurokawa .btn a:after {
  background: url("../image/ico-new-win.png") center center no-repeat;
  background-size: 0.6em;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0.5em;
  top: 0;
  width: 1em;
}

.con_lead .box_lead .kurokawa .btn a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  .con_lead .box_lead .kurokawa .prof {
    margin-bottom: 1em;
  }

  .con_lead .box_lead .kurokawa .btn a {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 900px) and (min-width: 737px) {
  .con_lead .box_lead .kurokawa .prof table {
    width: 100%;
  }
}

.con_lead .box_lead .kurokawa .prof table th {
  font-weight: normal;
  width: 4em;
}

.con_lead .box_lead .kurokawa .prof table td {
  padding: 0 0.5em;
}

@media screen and (max-width: 1024px) {
  .con_lead .box_lead .kurokawa .prof p {
    line-height: 1.3em;
  }
}


@media screen and (max-width: 736px) {
  .con_lead .box_lead .kurokawa .prof {
    float: none;
    margin: 0 auto 1em;
    width: 95%;
  }

  .con_lead .box_lead .kurokawa .prof h4 {
    margin-bottom: 0;
  }

  .con_lead .box_lead .kurokawa .prof table {
    background: #fff;
    border: 1px solid #675407;
    padding: 0.3em;
    width: 100%;
  }

  .con_lead .box_lead .kurokawa .btn {
    width: 90%;
  }

  .con_lead .box_lead .kurokawa .btn a {
    font-size: 4.5vw;
    padding: 0.3em 2em;
  }
}

/*----------------------------------------
  .box_designer
----------------------------------------*/
.box_designer {
  overflow: hidden;
  width: 100%;
}

.box_designer h2 {
  background: #295411;
  color: #fff;
  font-family: 'Noto Serif TC', serif;
  font-size: 150%;
  font-weight: normal;
  margin-bottom: 3%;
  padding: 0.5% 0;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .box_designer h2 {
    font-size: 5vw;
    margin-bottom: 5%;
    padding: 3% 0;
  }
}

.box_designer .eba,
.box_designer .okumura {
  margin: 0 auto 5%;
  overflow: hidden;
  width: calc( 770 / 840 * 100% );
}

.box_designer .okumura {
  margin-bottom: 0;
}

.box_designer .eba .ttl,
.box_designer .okumura .ttl {
  float: left;
  overflow: hidden;
  width: calc( 210 / 770 * 100% );
}

.box_designer .eba .ttl h3,
.box_designer .okumura .ttl h3 {
  background: #295411;
  color: #fff;
  font-family: 'Noto Serif TC', serif;
  font-size: 130%;
  font-weight: normal;
  line-height: 1em;
  padding: 5% 0;
  text-align: center;
}

.box_designer .eba .ttl h3 span,
.box_designer .okumura .ttl h3 span {
  display: block;
  font-size: 70%;
}

@media screen and (max-width: 736px) {
  .box_designer .eba,
  .box_designer .okumura {
    border: 1px solid #295411;
    width: 95%;
  }

  .box_designer .eba .ttl,
  .box_designer .okumura .ttl {
    align-items: center;
    background: #295411;
    display: -webkit-box; /*Android4.3*/
      display: -moz-box;    /*Firefox21*/
      display: -ms-flexbox; /*IE10*/
      display: -webkit-flex; /*PC-Safari,iOS8.4*/
    display: flex;
    float: none;
    vertical-align: middle;
    width: 100%;
  }

  .box_designer .eba .ttl figure,
  .box_designer .okumura .ttl figure {
    width: 40%;
  }

  .box_designer .eba .ttl h3,
  .box_designer .okumura .ttl h3 {
    display: inline;
    font-size: 6vw;
    padding: 0;
    width: 70%;
  }
}


.box_designer .eba .design,
.box_designer .okumura .design {
  float: right;
  width: calc( 570 / 840 * 100% );
}


.box_designer .eba .design h4,
.box_designer .okumura .design h4 {
  align-items: center;
  color: #827334;
  font-family: 'Noto Serif TC', serif;
  font-size: 120%;
  font-weight: bold;
  display: flex;
  margin-bottom: 0.5em; 
  width: 100%;
}

.box_designer .eba .design h4:before,
.box_designer .eba .design h4:after,
.box_designer .okumura .design h4:before,
.box_designer .okumura .design h4:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #827334;
  display: block;
}
.box_designer .eba .design h4:before,
.box_designer .okumura .design h4:before {
  margin-right: .4em;
}
.box_designer .eba .design h4:after,
.box_designer .okumura .design h4:after {
  margin-left: .4em;
}

.box_designer .eba .design .image,
.box_designer .okumura .design .image {
    display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: calc( 540 / 570 * 100%);
}

.box_designer .eba .design .image li,
.box_designer .okumura .design .image li:last-child {
  width: calc( 155 / 510 * 100%);
}

.box_designer .okumura .design .image li:first-child {
  width: calc( 335 / 510 * 100%);
}

.box_designer .okumura .design .image li:first-child ul {
  display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.box_designer .okumura .design .image li:first-child ul li {
  width: calc( 155 / 335 * 100%);
}

.box_designer .eba .design .image li a,
.box_designer .okumura .design .image li a {
  display: block;
  position: relative;
}

.box_designer .eba .design .image li a:after,
.box_designer .okumura .design .image li a:after {
  bottom: 0;
  content: url(../image/ico-grass.png);
  display: block;
  height: 25px;
  position: absolute;
  right: 0;
  width: 25px;
}

.box_designer .eba .design .image li a:hover,
.box_designer .okumura .design .image li a:hover {
  opacity: .8;
  transition: 0.5s all;
}

.box_designer .eba .design .image li p,
.box_designer .okumura .design .image li:last-child p {
  font-size: 80%;
  margin-top: 2%;
  text-align: center;
}

.box_designer .okumura .design .image li p {
  font-size: 80%;
  margin-top: 2%;
}

.box_designer .okumura .design .image li p span {
  font-size: 80%;
  display: block;
}

.box_designer .okumura .design .image li:last-child p span {
  text-align: left;
}


@media screen and (max-width: 736px) {
  .box_designer .eba .design,
  .box_designer .okumura .design {
    background: #fff;
    float: none;
    margin: 0 auto;
    padding: 2%;
    width: 100%;
  }

  .box_designer .eba .design .image li p,
  .box_designer .okumura .design .image li p,
  .box_designer .okumura .design .image li:last-child p {
    font-feature-settings: "palt";
    font-size: 3.5vw;
  }
}


/*=========================================

              .con_imagepurse

==========================================*/
.con_imagepurse {
  margin: 0 auto 5%;
  overflow: hidden;
  width: calc( 940 / 1000 * 100% );
}

.con_imagepurse h2 {
  background: url(../image/bg-ttl.png) repeat;
  color: #fff;
  font-family: 'Noto Serif TC', serif;
  font-size: 180%;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 5%;
  padding: 0.2em 0;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .con_imagepurse {
    margin-bottom: 5%;
  }

  .con_imagepurse h2 {
    font-size: 5.5vw;
  }
}


/*----------------------------------------
  .box_appearance
----------------------------------------*/
.box_appearance {
  margin: 0 auto 4%;
  width: calc( 840 / 940 * 100% );
}

@media screen and (max-width: 736px) {
  .box_appearance {
    margin-bottom: 10%;
    width: 95%;
  }
}

.box_appearance .lead {
  margin-bottom: 5%;
  overflow: hidden;
}

.box_appearance .lead div {
  float: left;
  width: calc( 418 / 840 * 100% );
}

.box_appearance .lead h3 {
  color: #4C3E04;
  border-bottom: 4px double #B9AA57;
  font-family: 'Noto Serif TC', serif;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 3%;
  padding-left: 1.3em;
  position: relative;
}

@media screen and (max-width: 900px) and (min-width: 737px) {
  .box_appearance .lead h3 {
    font-size: 3vw;
  }
}

.box_appearance .lead h3:before {
  background: url(../image/ico-star.png) center center no-repeat;
  background-size: 1em;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.2em;
}

.box_appearance .lead h3 span {
  font-size: 85%;
}

@media screen and (max-width: 900px) and (min-width: 737px) {
  .box_appearance .lead h3 span {
    font-size: 2.7vw;
  }
}

.box_appearance .lead p {
  padding: 0 0.5em;
}

.box_appearance figure { 
  float: right;
  width: calc( 405 / 840 * 100% );
}

.box_appearance figure:after {
  content: "";
  clear: both;
  display: block;
}

.box_appearance figure:hover {
  transition: .5s all;
}

@media screen and (max-width: 736px) {
  .box_appearance .lead div {
    float: none;
    width: 100%;
  }

  .box_appearance .lead h3 {
    font-size: 6vw;
  }

  .box_appearance .lead p {
    margin-bottom: 5%;
  }

  .box_appearance figure {
    float: none;
    margin: 0 auto 5%;
    width: 80%;
  }
}

.box_appearance .appearance_photo_pc {
  background: url(../image/img-appearance-map_pc.jpg) no-repeat;
  background-size: 100%;
  clear: both;
  height: 0;
  margin: 0 auto;
  padding-top: calc(620 / 815 * 100%);
  position: relative;
  width: calc( 815 / 840 * 100% );
}

.box_appearance .appearance_photo_pc li {
  position: absolute;
  width: calc( 166 / 840 * 100% );
}

.box_appearance .appearance_photo_pc li:first-child {
  top: 3%;
  right: 36%;
}

.box_appearance .appearance_photo_pc li:nth-child(2) {
  top: 8%;
  right: 10%;
}

.box_appearance .appearance_photo_pc li:nth-child(3) {
  bottom: 15%;
  right: 14%;
}

.box_appearance .appearance_photo_pc li:nth-child(4) {
  bottom: 5%;
  right: 42%;
}

.box_appearance .appearance_photo_pc li:nth-child(5) {
  bottom: 15%;
  left: 12%;
}

.box_appearance .appearance_photo_pc li:last-child {
  top: 5%;
  left: 14.5%;
}

.box_appearance .appearance_photo_pc li a {
  display: block;
  height: 220px;
  width: 160px;
}

.box_appearance .appearance_photo_pc li a:hover {
  background: #fff;
}

.box_appearance .appearance_photo_pc li a img {
  width: auto!important;
}

.box_appearance .appearance_photo_pc li a img:hover {
  opacity: .8;
  transition: .5s all;
}

@media screen and (max-width: 1024px) {
  .box_appearance .appearance_photo_pc li a {
    height: auto;
    width: auto;
  }

  .box_appearance .appearance_photo_pc li a img {
    width: 100%!important;
  }

  .box_appearance .appearance_photo_pc li a img:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 736px) {
  .box_appearance .appearance_photo_pc {
  display: none; 
  }
}

.box_appearance .appearance_photo_sp {
  display: none;
}

@media screen and (max-width: 736px) {
  .box_appearance .appearance_photo_sp {
    display: block;
  }
}


/*----------------------------------------
  .box_entrance
----------------------------------------*/
.box_entrance {
  margin: 0 auto 2%;
  width: calc( 840 / 940 * 100% );
}

.box_entrance h3 {
  color: #4C3E04;
  border-bottom: 4px double #B9AA57;
  font-family: 'Noto Serif TC', serif;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 3%;
  padding-left: 1.3em;
  position: relative;
}

@media screen and (max-width: 900px) and (min-width: 737px) {
  .box_entrance h3 {
    font-size: 3vw;
  }
}

.box_entrance h3:before {
  background: url(../image/ico-star.png) center center no-repeat;
  background-size: 1em;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.2em;
}

.box_entrance ul {
  display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: calc( 820 / 840 * 100% );
}

.box_entrance ul li {
  margin-bottom: 3%;
  width: calc( 265 / 820 * 100% );
}

.box_entrance ul li a {
  border: 1px solid #8D6C11;
  display: block;
  position: relative;
}

.box_entrance ul li a:after {
  bottom: 0;
  content: url(../image/ico-grass.png);
  display: block;
  height: 25px;
  position: absolute;
  right: 0;
  width: 25px;
}

.box_entrance ul li a:hover {
  opacity: .8;
  transition: .5s all;
}

.box_entrance ul li p {
  margin-top: 1%;
  font-size: 95%;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .box_entrance {
    margin-bottom: 5%;
    width: 95%;
  }

  .box_entrance h3 {
    font-size: 6vw;
    margin-bottom: 5%;
  }

  .box_entrance ul {
    width: 95%;
  }

  .box_entrance ul li {
    width: 48%;
  }

  .box_entrance ul li p {
    font-size: 3.5vw;
  }

  .box_entrance ul li p.txt_left {
    text-align: left;
    padding: 0 0.3em;
  }
}




/*----------------------------------------
  .box_interior
----------------------------------------*/
.box_interior {
  padding-top: 8%;
  margin: -8% auto 0;
  overflow: hidden;
  width: calc( 840 / 940 * 100% );
}

.box_interior h3 {
  color: #4C3E04;
  border-bottom: 4px double #B9AA57;
  font-family: 'Noto Serif TC', serif;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 3%;
  padding-left: 1.3em;
  position: relative;
}

@media screen and (max-width: 900px) and (min-width: 737px) {
  .box_interior h3 {
    font-size: 3vw;
  }
}

.box_interior h3:before {
  background: url(../image/ico-star.png) center center no-repeat;
  background-size: 1em;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.2em;
}

.box_interior ul {
  display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 3%;
  top: 0;
  width: calc( 820 / 840 * 100% );
}

.box_interior ul.show {
  margin-bottom: 0;
}

.box_interior ul li {
  margin-bottom: 1em;
  width: calc( 265 / 820 * 100% );
}

.box_interior ul li a {
  border: 1px solid #8D6C11;
  display: block;
  position: relative;
  overflow: hidden;
}

.box_interior ul li a:after {
  bottom: 0;
  content: url(../image/ico-grass.png);
  display: block;
  height: 25px;
  position: absolute;
  right: 0;
  width: 25px;
}

.box_interior ul li a:hover {
  opacity: .8;
  transition: .5s all;
}

.box_interior ul li p {
  margin-top: 1%;
  font-size: 95%;
  text-align: center;
}

.box_interior ul li p.txt_small {
  font-size: 90%;
  letter-spacing: -0.02em;
}

.box_interior .hide {
  display: none;
}
 
.box_interior button.readmore {
  background: #a3812f; /* Old browsers */
  background: -moz-linear-gradient(top, #a3812f 0%, #725a21 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a3812f 0%,#725a21 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a3812f 0%,#725a21 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  color: #fff;
  cursor: pointer;
  float: right;
  font-family: 'Noto Serif TC', serif;
  font-size: 110%;
  padding: 0.5em 0;
  position: relative;
  outline: none;
  text-align: center;
  width: 30%;
}

.box_interior button.readmore:hover {
  opacity: .8;
  transition: .5s all;
}
 
.box_interior button.readmore::after {
  content: "查看更多";
}

.box_interior button.readmore:before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  bottom: 45%;
  right: 2em;
  height: 10px;
  position: absolute;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 1;
  width: 10px;
}

.on-click::after {
  color: #fff;
  content: "关门"!important;
  display: block;
}

.on-click:before {
  bottom: 35%!important;
  -webkit-transform: rotate(-45deg)!important;
  transform: rotate(-45deg)!important;
}


@media screen and (max-width: 736px) {
  .box_interior {
    margin-bottom: 10%;
    width: 95%;
  }

  .box_interior h3 {
    font-size: 6vw;
    margin-bottom: 5%;
  }

  .box_interior ul {
    width: 95%;
  }

  .box_interior ul li {
    width: 48%;
  }

  .box_interior ul li p {
    font-size: 3.5vw;
  }

  .box_interior ul li p.txt_small {
    font-size: 3.5vw;
  }

  .box_interior ul li p.txt_left {
    padding: 0 0.3em;
    text-align: left;
  }

  .box_interior button.readmore {
    display: block;
    float: none;
    font-size: 5vw;
    margin: 0 auto;
    width: 60%;
  }
}

.bnr {
  margin: 7% auto 0;
  width: calc( 766 / 940 * 100% );
}

.bnr figcaption {
  margin-top: 0.5%;
  padding: 0 3em;
}

@media screen and (max-width: 1024px) {
  .bnr figcaption {
    padding: 0 4em;
  }
}

@media screen and (max-width: 736px) {
  .bnr {
    width: 95%;
  }

  .bnr figcaption {
    padding: 0 0.5em;
  }
}