html:not(.responsive) {
  min-width: 1200px; /* viewport */
}
/*=============================================
 * body
 *=============================================*/

body {
  color: #40351a;
  font-family: Noto_Sans, sans-serif;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 2px;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  /* background: #d7c5b6; */
  /* background: #f0e8c2; */
  background: #dbd5cd;
  padding-bottom: 55px;
  /* font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; */
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}
.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
}
.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
.fnt-amatic {
  font-family: "Amatic SC", cursive;
}
.fnt-notosan {
  font-family: "Noto Sans", sans-serif;
}
.fnt-oswald {
  font-family: "Oswald", sans-serif;
}
@font-face {
  font-family: Noto_Sans;
  src: url("../font/NotoSansCJKjp-Regular.otf");
}
@font-face {
  font-family: Noto_Sans_Light;
  src: url("../font/NotoSansCJKjp-Light.otf");
}
@font-face {
  font-family: Noto_Sans_Bold;
  src: url("../font/NotoSansCJKjp-Bold.otf");
}
/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-mincho {
}
.fnt-meiryo {
}
.fnt-gothic {
}
.fnt-garamond {
}
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/*=============================================
 * <main>
 *=============================================*/

main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  width: 1200px;
}
/*=============================================
 * <header>
 *=============================================*/

header {
  position: relative;
  z-index: 999;
}
header {
}
header h1 {
}
.logo img {
  width: 100%;
  height: auto;
}
/*=============================================
 * key
 *=============================================*/

#key {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  /* min-height: 708px; */
  position: relative;
  width: 100%;
}
#key ul {
  min-height: inherit;
}
#key li {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*=============================================
 * <section>
 *=============================================*/

section {
}
/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
}
/*=============================================
 * <footer>
 *=============================================*/

footer {
  text-align: center;
}
footer .logo {
  width: 230px;
}
footer .tel {
}
footer nav {
  padding: 0 0 47px;
}
.foot_navi {
  display: flex;
  width: 100%;
  height: 140px;
  align-items: center;
  justify-content: center;
}
.foot_navi div {
  width: 50%;
  text-align: center;
}
.navi_content {
  background-color: #D9A84B;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  /* font-weight: bold; */
}
.navi_content:first-child {
padding-right: 40px;
  justify-content: flex-end;

}
.navi_content:nth-child(2) {
  background-color: #84B6C3;
justify-content: flex-start;
padding-left: 40px;
}
.navi_content h4 {
  font-size: 26px;
  font-weight: bold;
}
.navi_content h4 .txt_small {
  font-size: 18px;
}
.navi_content p {
  margin-left: 1.5rem;
display: flex;
  align-items: center;
}
p.txt_sub::after {
  content: url(../img/about/btn-arrow-white.png);
  vertical-align: middle;
  display: inline-block;
  width: 5px;
  margin-left: 15px;
padding-top: 10px;
  transform: scale(0.4);
}
.navi_content a {
  display: flex;
  align-items: center;
}
.navi_content a:hover h4 {
  color: #552400;
}

/*=============================================
 * copyright
 *=============================================*/

address {
  font-size: 13px;
  line-height: 32px;
  padding-top: 19px;
}
.txt {
  text-align: justify;
}
/*=============================================
 * nav
 *=============================================*/
.menu_sp {
  display: none;
}
.hamburger {
  position: fixed;
  top: 4px;
  right: 10px;
  z-index: 9999;
  padding: 15px 10px 5px 10px;
  border-radius: 10px 0 0 10px;
}
.nav--opened .hamburger {
  background: none;
}

.hamburger:after {
  display: none;
}
.hamburger:hover {
  opacity: 1;
}
header .toggle-link {
  color: #000;
  font-size: 16px;
  line-height: 16px;
  display: block;
  padding: 15px 0 15px 10px;
}
header .toggle-link:after {
  color: #000 !important;
  left: 30% !important;
}
header .toggle-main {
  padding: 0 10px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  height: 1px;
  background-color: #2f1a0b !important;
}
.hamburger-box {
  width: 40px;
  display: inline-block;
  position: relative;
}
header .menu_toggle {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0px;
  right: 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 999;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  background: #f0e8c2;
}
header .menu_toggle ul {
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  padding-top: 80px;
  position: relative;
}
header .menu_toggle li {
  position: relative;
  padding: 0px 0px;
  clear: both;
  text-align: left;
  line-height: 35px;
  width: 70%;
  display: block;
}
header .menu_toggle li.active {
  opacity: 0.6;
}
.nav--opened header .menu_toggle {
  opacity: 1;
  transition: 0.3s;
  visibility: visible;
  background: #D7C5B6;
}
header .group {
  margin-left: 3vw;
}
header .group span img {
  width: 7vw;
  display: inline-block;
  margin-right: 3vw;
}
header .menu_toggle ul li.social a {
  display: inline-block;
}
header .social a:before {
  display: none;
}
header a:hover {
  opacity: 0.6;
}
header .nav-fixed.fixed {
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 999;
}
header .nav-fixed li {
  position: relative;
  cursor: pointer;
}
header .nav-fixed li:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  content: "";
}
header .topnavi {
  position: absolute;
  top: 10px;
  left: 5px;
  height: 54px;
}
header .topnavi li {
  display: inline-block;
  position: relative;
  width: 60px;
  vertical-align: top;
}
header .topnavi li a {
  color: #fff;
  font-size: 11px;
  line-height: 23px;
  text-align: center;
  display: block;
  height: 100%;
  padding-top: 5px;
  width: 100%;
}
header .topnavi li a:hover {
  text-decoration: none;
}
header .topnavi li a[class^="icon-"]:before {
  display: block;
  width: 100%;
  padding-bottom: 4px;
  font-size: 19px;
  font-weight: normal;
}
.icon-location-1 {
  display: block;
  font-size: 18px;
}
#pagetop {
  z-index: 990;
  /* bottom: 127px; */
  /* bottom: 25%; */
  bottom: 10%;
  right: 50px;
}

/*=============================================
 * bxslider
 *=============================================*/

.bx-wrapper {
  position: relative;
}
.bx-wrapper .bx-pager {
  color: #ffee00;
  font-family: Arial;
  font-size: 0.85em;
  font-weight: bold;
  text-align: center;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  line-height: 10px;
  bottom: 5%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 60;
}
.bx-controls-direction {
  left: 0;
  position: absolute;
  right: 0;
  top: 27vw;
  margin-top: -20px;
  width: 100%;
  z-index: 60;
}
.bx-wrapper .bx-controls-direction a {
  color: #fff;
  font-family: "fontello";
  font-size: 28px;
  line-height: 35px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 0%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.bx-prev::after {
  content: url("../img/shared/prev.png");
  left: 0px;
  position: absolute;
  text-indent: 0;
  top: 0;
}
.bx-next::after {
  content: url("../img/shared/next.png");
  left: 0px;
  position: absolute;
  text-indent: 0;
  top: 0;
}
.bx-prev {
  position: absolute;
  top: 0;
  left: 0;
}
.bx-next {
  position: absolute;
  top: 0;
  right: 0;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  height: 10px;
  margin: 0 5px;
  outline: 0 none;
  text-indent: -9999px;
  width: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #be0900 none repeat scroll 0 0;
}
ul.navi_top {
  text-align: right;
  color: #635126;
  font-size: 12px;
  margin-top: 12px;
  margin-left: 5px;
}
ul.navi_top li {
  display: inline;
  position: relative;
  padding: 0 5px;
}
ul.navi_top li:first-child:before {
  content: "/";
  position: absolute;
  right: -5px;
  top: -8px;
}

footer #shopinfo .address p a{
  font-size: 14px;
  font-weight: normal;
}
/*=============================================
 * RESPONSIVE
 *=============================================*/

@media only screen and (min-width: 1000px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .header_top .boxright {
    margin-right: -172px;
  }
  footer #contact .col .tel {
  }
  footer #contact .col .form {
  }
  footer #shopinfo .col1 {
    margin-left: 0 !important;
  }
  footer #shopinfo .address {
    right: 0 !important;
  }
  .header_top .logo {
    margin-left: 0 !important;
  }
  .boxright {
    margin-right: 0px !important;
  }
  nav.nav-fl a {
    margin-left: 13px !important;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1400px) {
  .header_top .wrap {
    width: 100%;
    padding: 0 0 !important;
  }
  .header_top .logo {
    margin-left: 0 !important;
  }
  .boxright {
    margin-right: 0 !important;
  }
  #menu_toggle ul li.active {
    opacity: 0.6;
  }
  .header_top .logo {
    top: 4px;
    width: 205px;
  }
  #lineup .js p.text {
  }
  footer #contact .col {
  }

  footer #contact .col .tel {
  }
  footer #contact .col .form {
  }
  footer #shopinfo .col1 {
    margin-left: 20px !important;
  }
  footer #shopinfo .address {
    margin-right: 30px !important;
  }
  #house .wrap {
    max-width: 100%;
  }
  #lineup .wrap {
    max-width: 100%;
  }
  #news .wrap {
    max-width: 100%;
    padding: 0 20px;
  }
  footer #shopinfo .wrap {
    max-width: 100%;
    padding: 0 0 !important;
  }

  footer #shopinfo .address {
    right: 0 !important;
  }
  footer #contact .wrap {
    padding: 0 3% !important;
    width: 94%;
  }

  .nav--opened .menu_toggle ul li:nth-child(1) {
    -webkit-transition-delay: calc(0.2s + 0.1s * 1);
    -o-transition-delay: calc(0.2s + 0.1s * 1);
    transition-delay: calc(0.2s + 0.1s * 1);
  }
  .nav--opened .menu_toggle ul li:nth-child(2) {
    -webkit-transition-delay: calc(0.2s + 0.1s * 2);
    -o-transition-delay: calc(0.2s + 0.1s * 2);
    transition-delay: calc(0.2s + 0.1s * 2);
  }
  .nav--opened .menu_toggle ul li:nth-child(3) {
    -webkit-transition-delay: calc(0.2s + 0.1s * 3);
    -o-transition-delay: calc(0.2s + 0.1s * 3);
    transition-delay: calc(0.2s + 0.1s * 3);
  }
  .nav--opened .menu_toggle ul li:nth-child(4) {
    -webkit-transition-delay: calc(0.2s + 0.1s * 4);
    -o-transition-delay: calc(0.2s + 0.1s * 4);
    transition-delay: calc(0.2s + 0.1s * 4);
  }
  .nav--opened .menu_toggle ul li:nth-child(5) {
    -webkit-transition-delay: calc(0.2s + 0.1s * 5);
    -o-transition-delay: calc(0.2s + 0.1s * 5);
    transition-delay: calc(0.2s + 0.1s * 5);
  }
  .nav--opened .menu_toggle ul li:nth-child(6) {
    -webkit-transition-delay: calc(0.2s + 0.1s * 6);
    -o-transition-delay: calc(0.2s + 0.1s * 6);
    transition-delay: calc(0.2s + 0.1s * 6);
  }
  .nav--opened .menu_toggle ul li:nth-child(7) {
    -webkit-transition-delay: calc(0.2s + 0.1s * 7);
    -o-transition-delay: calc(0.2s + 0.1s * 7);
    transition-delay: calc(0.2s + 0.1s * 7);
  }
  .nav--opened header .menu_toggle li {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  header .menu_toggle li {
  }
  header .menu_toggle li {
    position: relative;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color: #64522a;
    text-align: center;
    width: 100%;
    line-height: 27px;
    letter-spacing: 2.5px;
    margin-bottom: 25px;
    transform: translateX(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  header .menu_toggle li span {
    font-size: 28px;
    line-height: 21px;
    color: #40351a;
    font-family: "Amatic SC", cursive;
    font-weight: bold;
  }
  .nav--opened header .menu_toggle .boxright {
    -webkit-transition-delay: calc(0.2s + 0.1s * 7);
    -o-transition-delay: calc(0.2s + 0.1s * 7);
    transition-delay: calc(0.2s + 0.1s * 7);
  }
  header .menu_toggle .boxright {
    width: 300px;
    height: 73px;
    float: none;
    /* margin-right: -87px; */
    position: relative;
    border: 1px solid #40351a;
    border-radius: 73px;
    padding: 0px;
    margin: 50px auto;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1220px) {
  #event .wrap {
    width: 94%;
    padding: 0 3%;
  }
  .header_top {
    display: none !important;
  }
  .menu_sp {
    display: block !important;
  }
  .menu_sp {
    height: 60px;
    width: 100%;
    /* background: #d7c5b6; */
    /* background: #f0e8c2; */
    background: #dbd5cd;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }
  p.logo.non-over {
    padding-top: 5px;
    width: 200px;
}
  #top_slider {
    top: 60px !important;
  }
  .boxright {
    margin-right: auto !important;
  }
  footer #contact .col:last-of-type {
    width: 370px;
    float: right;
    padding-left: 10px !important;
  }
}
@media only screen and (max-width: 1100px) {
}
@media only screen and (min-width: 1000px) {
  #key.child {
    width: 100%;
    height: 300px;
    background-size: cover;
    min-height: inherit;
  }
  #key.child h2 {
    top: 43%;
    left: 50%;
    letter-spacing: 8.5px;
    margin-left: 5px;
  }
  #key.child .txt {
    left: 50%;
    top: 58%;
    letter-spacing: 0px;
  }
  #key.child .pdf p.ttl {
    line-height: 22px;
  }
  #key.child .pdf a {
    font-size: 18px;
    text-align: center;
    text-decoration: underline;
    color: #fff;
    line-height: 25px;
  }
  #key.child .pdf a:hover {
    opacity: 1;
  }
  #key.child .pdf:hover {
    opacity: 0.6;
  }
  #key.child .pdf a span {
    font-size: 13px;
  }
  #key.child p.pdf:hover {
    opacity: 0.8;
  }
  /* .header_top {
    padding: 10px;
    margin-bottom: 10px;
  } */
  .header_top {
    padding: 10px 10px 20px;
    /* background-color: #D7C5B6; */
  }
  .header_top .logo {
    position: absolute;
    left: 0;
    margin-left: -79px;
    top: 3px;
    width: 172px;
  }
  nav.nav-fl {
    float: right;
    margin-right: 25px;
    margin-top: 14px;
    margin-bottom: 1px;
  }
  nav.nav-fl a {
    font-size: 13px;
    font-weight: bold;
    color: #64522a;
    text-align: center;
    margin-left: 26px;
    line-height: 16px;
    letter-spacing: 0.1rem;
  }
  nav.nav-fl a:nth-child(3) {
    /* line-height: 1.5rem; */
  }
  nav.nav-fl a:nth-child(4) {
    /* line-height: 1.5rem; */
  }
  nav.nav-fl a:nth-child(5) {
    /* line-height: 1.5rem; */
  }
  nav.nav-fl a:nth-child(6) {
    /* line-height: 1.5rem; */
  }
  nav.nav-fl a:nth-child(7) {
    /* line-height: 1.5rem; */
  }
  nav.nav-fl a.active {
    opacity: 0.6;
  }
  nav.nav-fl a:hover {
    text-decoration: none;
  }
  nav.nav-fl a span {
    font-size: 28px;
    line-height: 21px;
    color: #40351a;
    font-family: "Amatic SC", cursive;
    font-weight: bold;
  }
  #key {
    background: none;
    box-sizing: border-box;
    /* width: 1360px; */
    max-width: 100%;
    margin: 0 auto;
  }
  .boxright {
    width: 242px;
    height: 73px;
    float: right;
    margin-right: -87px;
    position: relative;
    border: 1px solid #40351a;
    border-radius: 73px;
    padding: 0px;
  }
  .boxright:hover {
    opacity: 0.6;
  }
  .boxright p.tel span {
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 27px;
    display: block;
  }
  .boxright:before {
    position: absolute;
    content: url("../img/shared/tel_icon.png");
    top: 16px;
    left: 28px;
    width: 22px;
    height: 22px;
  }
  .boxright p.tel {
    font-size: 12px;
    line-height: 28px;
    color: #40351a;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 57%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
  }
  #key h2 {
    position: absolute;
    left: 51%;
    top: 37%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    z-index: 2;
    letter-spacing: 11.5px;
    width: 90%;
    text-align: center;
    text-shadow: 1px 1px 3px #444;
    margin-top: -120px;
  }
  #key .txt {
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 18px;
    left: 51%;
    top: 57%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 51px;
    width: 92%;
    text-shadow: 1px 1px 3px #444;
  }
  footer #contact h2 span {
    font-size: 40px;
    font-weight: bold;
    color: #62522a;
    letter-spacing: 8px;
  }
  footer #contact {
    min-height: 380px;
    padding: 116px 0 97px;
    box-sizing: border-box;
  }
  footer #contact .col {
    float: left;
    width: 570px;
    box-sizing: border-box;
  }
  footer #contact .col .nonpc {
    display: none;
  }
  footer #contact .col:last-of-type {
    padding-left: 59px;
  }
  footer #contact .col .tel {
  }
  footer #contact .col .tel .number {
    line-height: 20px;
  }
  footer #contact .col .tel .txt {
    line-height: 20px;
    text-align: center;
  }
  footer #contact .col .number span {
    font-weight: bold;
    font-size: 25px;
    color: #62522a;
    position: relative;
    margin-left: 15px;
  }
  footer #contact .col .number span:before {
    position: absolute;
    content: url("../img/shared/tel_icon2.png");
    left: -26px;
    top: 8px;
    width: 26px;
    height: 25px;
  }
  footer #contact .col .form span {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-left: 10px;
  }
  footer #contact .col .form span:before {
    position: absolute;
    content: url("../img/shared/form_icon.png");
    left: -28px;
    top: 0;
    width: 28px;
    height: 24px;
  }
  footer #contact {
    background: #fcfcfc;
    position: relative;
  }
  footer #shopinfo .info {
    letter-spacing: 0px;
  }
  footer #contact:before {
    position: absolute;
    /* content: url("../img/shared/contact_deco2.png"); */
    right: 0;
    bottom: 0;
    width: 307px;
    height: 235px;
  }
  footer #contact:after {
    position: absolute;
    /* content: url("../img/shared/contact_deco1.png"); */
    left: 0;
    top: 0;
    width: 300px;
    height: 119px;
  }
  footer #contact h2 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 34px;
    z-index: 2;
    position: relative;
  }
  footer #contact .col .tel {
    border: 1px solid #d0c3a4;
    border-radius: 70px;
    margin-bottom: 27px;
    padding: 22px 0;
    margin-top: -15px;
    cursor: pointer;
  }
  footer #contact .col .tel:hover {
    opacity: 0.6;
  }
  footer #contact .col .form:hover {
    opacity: 0.6;
  }
  footer #contact .col .form {
    border: 1px solid #d0c3a4;
    border-radius: 50px;
    padding: 7px 0;
    cursor: pointer;
  }
  footer #contact .col a {
    display: block;
  }
  footer #contact .col .number a:hover {
    cursor: pointer;
    text-decoration: none;
  }
  footer #contact .col .form a {
    padding: 20px 0;
  }
  footer #shopinfo {
    position: relative;
    padding: 40px 0;
  }
  footer #shopinfo p.info {
    letter-spacing: 0px;
    line-height: 22px;
    font-size: 12px;
  }
  footer #shopinfo h3 {
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 25px;
  }
  footer #shopinfo:before {
    position: absolute;
    bottom: 0;
    right: 0;
    /* content: url("../img/shared/f_icon.png"); */
    width: 347px;
    height: 121px;
  }
  footer #shopinfo .col1 {
    text-align: left;
  }
  footer #shopinfo .col2 {
    text-align: right;
    position: relative;
  }
  footer #shopinfo .address {
    position: absolute;
    bottom: -17px;
    right: -55px;
    line-height: 0;
    letter-spacing: 0px;
  }
  footer #shopinfo .address a:hover {
    text-decoration: underline;
    opacity: 0.6;
  }
  footer #shopinfo .col1 {
    margin-left: -51px;
  }
  footer #shopinfo address {
    text-align: right;
  }

  #event h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 41px;
    line-height: 35px;
  }
  #event h2 span {
    font-size: 40px;
    font-weight: bold;
    line-height: 47px;
    color: #62522a;
    letter-spacing: 8px;
    padding-left: 11px;
  }
  #event .box {
    background: #fff;
    border-radius: 10px;
    padding: 49px 58px 50px;
    box-shadow: 0px 2px 5px #c4c4c4;
    -webkit-box-shadow: 0px 2px 5px #c4c4c4;
  }
  #event .box .row p.photo {
    float: left;
    margin-left: -8px;
    width: 320px;
    border-radius: 10px;
    overflow: hidden;
  }
  #event .box .row .info {
    float: left;
    margin-left: 50px;
    width: calc(100% - 370px);
  }
  #event .box .row .info p.date {
    color: #62522a;
  }
  #event .box .row .info h3 {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #40351a;
  }
  #event .box .row .btn_1 a {
    float: left;
    margin-top: 44px;
  }
}

@media only screen and (max-width: 999px) {
  #menu_toggle ul li.active {
    opacity: 0.6;
  }
  body {
    font-size: 16px;
  }
  #pagetop {
    /* bottom: 10px; */
    bottom: 145px;
    right: 10px;
  }
  #key.child {
    width: 100%;
    height: 240px;
    background-size: cover;
    min-height: inherit;
  }
  #key.child h2 {
    top: 43%;
    left: 50%;
    /* letter-spacing: 8.5px; */
    /* margin-left: 5px; */
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    z-index: 2;
    letter-spacing: 11.5px;
    width: 90%;
    text-align: center;
    position: absolute;
  }
  #key.child .txt {
    left: 50%;
    top: 58%;
    letter-spacing: 0px;
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 16px;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
  }
  #event {
    /* padding: 25% 0 25%; */
  }
  #event h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 36px;
  }
  #event h2 span {
    font-size: 40px;
    font-weight: bold;
    line-height: 47px;
    color: #62522a;
    letter-spacing: 10px;
  }
  #event h2 {
    margin-bottom: 8%;
  }
  #event .box {
    background: #fff;
    box-shadow: 0px 2px 5px #c4c4c4;
    -webkit-box-shadow: 0px 2px 5px #c4c4c4;
    padding: 20% 8% 20%;
  }
  #event .box .row .photo {
    text-align: center;
    margin-bottom: 4%;
    border-radius: 10px;
    overflow: hidden;
  }
  #event .box .row .info p.date {
    text-align: center;
  }
  #event .box .row .info h3 {
    font-size: 23px;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 15px;
  }
  #event .box .row .info p.text {
    margin-bottom: 10%;
  }
  .menu_sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br-sp {
    display: none;
  }
  .fl {
    float: none;
  }
  .fr {
    float: none;
  }
  .br-sp {
    display: none;
  }
  .txt-vertical {
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    -webkit-writing-mode: inherit;
    cursor: auto;
  }
  #pagetop img {
    width: 50px;
  }
  #key_sp {
    padding-top: 20px;
    position: relative;
    height: 250px;
  }
  #key_sp .group1 {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    width: 100%;
  }
  #key_sp h2 {
    color: #62522a;
    font-size: 30px;
    font-weight: bold;
    z-index: 2;
    letter-spacing: 11.5px;
    width: 100%;
    text-align: center;
    line-height: 44px;
    margin-bottom: 5%;
  }
  #key_sp .txt {
    color: #62522a;
    text-align: center;
    font-size: 15px;
    z-index: 2;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 35px;
    width: 100%;
  }
  .menu_sp {
    height: 60px;
    width: 100%;
    /* background: #D7C5B6; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }
  header .logo {
    width: 165px;
    padding: 10px 0 0 2.5%;
    z-index: 9999;
    position: relative;
  }
  .nav--opened .logo {
    display: none;
  }
  header .boxright {
    float: none;
  }
  header h1 {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
  }
  .key_txt {
    position: absolute;
    margin-left: 0;
    left: 0;
    top: 49%;
    z-index: 99;
  }
  .nav--opened .menu_toggle ul li:nth-child(1) {
    -webkit-transition-delay: calc(0.2s + 0.1s * 1);
    -o-transition-delay: calc(0.2s + 0.1s * 1);
    transition-delay: calc(0.2s + 0.1s * 1);
  }
  .nav--opened .menu_toggle ul li:nth-child(2) {
    -webkit-transition-delay: calc(0.2s + 0.1s * 2);
    -o-transition-delay: calc(0.2s + 0.1s * 2);
    transition-delay: calc(0.2s + 0.1s * 2);
  }
  .nav--opened .menu_toggle ul li:nth-child(3) {
    -webkit-transition-delay: calc(0.2s + 0.1s * 3);
    -o-transition-delay: calc(0.2s + 0.1s * 3);
    transition-delay: calc(0.2s + 0.1s * 3);
  }
  .nav--opened .menu_toggle ul li:nth-child(4) {
    -webkit-transition-delay: calc(0.2s + 0.1s * 4);
    -o-transition-delay: calc(0.2s + 0.1s * 4);
    transition-delay: calc(0.2s + 0.1s * 4);
  }
  .nav--opened .menu_toggle ul li:nth-child(5) {
    -webkit-transition-delay: calc(0.2s + 0.1s * 5);
    -o-transition-delay: calc(0.2s + 0.1s * 5);
    transition-delay: calc(0.2s + 0.1s * 5);
  }
  .nav--opened .menu_toggle ul li:nth-child(6) {
    -webkit-transition-delay: calc(0.2s + 0.1s * 6);
    -o-transition-delay: calc(0.2s + 0.1s * 6);
    transition-delay: calc(0.2s + 0.1s * 6);
  }
  .nav--opened .menu_toggle ul li:nth-child(7) {
    -webkit-transition-delay: calc(0.2s + 0.1s * 7);
    -o-transition-delay: calc(0.2s + 0.1s * 7);
    transition-delay: calc(0.2s + 0.1s * 7);
  }
  .nav--opened header .menu_toggle li {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  header:before {
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    height: 250px;
    left: 0;
    content: "";
  }
  header .menu_toggle li {
    position: relative;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color: #64522a;
    text-align: center;
    width: 100%;
    line-height: 27px;
    letter-spacing: 2.5px;
    margin-bottom: 15px;
    transform: translateX(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  header .menu_toggle li span {
    font-size: 28px;
    line-height: 21px;
    color: #40351a;
    font-family: "Amatic SC", cursive;
    font-weight: bold;
  }
  header .menu_toggle li:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    content: "";
  }
  header .menu_toggle .boxright {
    width: 300px;
    height: 73px;
    /* float: right; */
    /* margin-right: -87px; */
    position: relative;
    border: 1px solid #40351a;
    border-radius: 73px;
    padding: 0px;
    margin: 15px auto;
  }
  .nav--opened header .menu_toggle .boxright {
    -webkit-transition-delay: calc(0.2s + 0.1s * 7);
    -o-transition-delay: calc(0.2s + 0.1s * 7);
    transition-delay: calc(0.2s + 0.1s * 7);
  }
  header .menu_toggle .boxright .tel span:before {
    position: absolute;
    content: url("../img/shared/tel_icon.png");
    top: 3px;
    left: 14%;
    width: 22px;
    height: 22px;
    transform: translateX(-50%);
  }
  header .menu_toggle .boxright .tel {
    font-size: 12px;
    line-height: 28px;
    color: #40351a;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
  }
  header .menu_toggle .boxright p.tel span {
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 27px;
    display: block;
    position: relative;
  }
  footer .wrap {
    padding: 0 6% !important;
  }
  footer #contact h2 span {
    font-size: 40px;
    font-weight: bold;
    color: #62522a;
    letter-spacing: 8px;
  }
  footer #contact {
    background: url("../img/shared/contact_bg1.png"),
      url("../img/shared/contact_bg2.png");
    background-size: 100%, 100%;
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
  }
  footer #contact .col {
    box-sizing: border-box;
  }
  footer #contact .col h2 {
    margin-bottom: 6%;
  }
  footer #contact .col p.txt1 {
    text-align: center;
    margin-bottom: 6%;
  }
  footer #contact .col .tel {
    width: 570px;
  }
  footer #contact .col .tel .number {
    line-height: 20px;
  }
  footer #contact .col .tel .txt {
    line-height: 20px;
    text-align: center;
  }
  footer #contact .col .number span {
    font-weight: bold;
    font-size: 25px;
    color: #62522a;
    position: relative;
  }

  footer #contact .col .form span {
    position: relative;
    font-size: 18px;
    font-weight: 500;
  }
  footer #contact .col .form span:before {
    position: absolute;
    content: url("../img/shared/form_icon.png");
    left: -25px;
    top: 0;
    width: 28px;
    height: 24px;
  }
  footer #contact {
    background-color: #fcfcfc;
    position: relative;
    padding: 22% 0;
  }
  footer #contact .col .tel {
    width: 100%;
    border: 1px solid #62522a;
    border-radius: 50px;
    padding: 10px 0;
    margin-bottom: 10px;
    max-width: 350px;
    display: block;
    margin: 0 auto 10px;
  }
  footer #contact .col .form {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #62522a;
    border-radius: 50px;
    padding: 13px 0;
    max-width: 350px;
  }
  footer #contact .col .tel .number {
    line-height: 20px;
  }
  footer #contact .col .tel .txt {
    line-height: 20px;
    text-align: center;
  }
  footer #contact .col .number span {
    font-weight: bold;
    font-size: 25px;
    color: #40351a;
    position: relative;
    margin-left: 15px;
  }
  footer #contact .col .number span:before {
    position: absolute;
    background: url("../img/shared/tel_icon3.png") no-repeat center;
    left: -37px;
    top: -1px;
    width: 43px;
    height: 43px;
    background-size: 50% 50%;
    content: "";
  }
  footer #contact .col .form span {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    margin-left: 15px;
  }
  footer #contact .col .form span:before {
    position: absolute;
    content: url("../img/shared/form_icon.png");
    left: -25px;
    top: 0;
    width: 28px;
    height: 24px;
  }
  footer #shopinfo h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  footer #shopinfo {
    padding: 8% 0 3%;
  }
  footer #shopinfo .info {
    font-size: 14px;
    letter-spacing: 1px;
  }

  footer #shopinfo .info span.fax {
    display: inline-block;
  }
  footer #shopinfo .address {
    margin-top: 50px;
    line-height: 25px;
  }
  footer #shopinfo .address p {
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  footer #shopinfo .address span {
    display: inline-block;
  }
  footer #shopinfo address {
    padding-top: 7px;
    line-height: 25px;
  }
  footer #shopinfo address span {
    display: inline-block;
  }
}
#top_slider.show {
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.34, 0, 0.78, 1);
  -moz-transition: opacity 1.2s cubic-bezier(0.34, 0, 0.78, 1);
  -ms-transition: opacity 1.2s cubic-bezier(0.34, 0, 0.78, 1);
  -o-transition: opacity 1.2s cubic-bezier(0.34, 0, 0.78, 1);
  transition: opacity 1.2s cubic-bezier(0.34, 0, 0.78, 1);
}
#top_slider .image01 {
  background-image: url("../img/index/key_p1.png");
}
#top_slider .image02 {
  background-image: url("../img/index/key_p2.png");
}
#top_slider .image03 {
  background-image: url("../img/index/key_p3.png");
}
#top_slider .image04 {
  background-image: url("../img/index/key_p4.png");
}

#top_slider .left,
#top_slider .right {
  position: relative;
  overflow: hidden;
  height: 100%;
}
#top_slider .left > li,
#top_slider .right > li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#top_slider .left > li.now,
#top_slider .right > li.now {
  opacity: 1;
  position: static;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#top_slider .left > li.next,
#top_slider .right > li.next {
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1.2s cubic-bezier(0.135, 0.785, 0.335, 0.94),
    -webkit-transform 1.5s cubic-bezier(0.32, 0, 0.18, 1);
  -moz-transition: opacity 1.2s cubic-bezier(0.135, 0.785, 0.335, 0.94),
    -moz-transform 1.5s cubic-bezier(0.32, 0, 0.18, 1);
  -ms-transition: opacity 1.2s cubic-bezier(0.135, 0.785, 0.335, 0.94),
    -ms-transform 1.5s cubic-bezier(0.32, 0, 0.18, 1);
  -o-transition: opacity 1.2s cubic-bezier(0.135, 0.785, 0.335, 0.94),
    -o-transform 1.5s cubic-bezier(0.32, 0, 0.18, 1);
  transition: opacity 1.2s cubic-bezier(0.135, 0.785, 0.335, 0.94),
    transform 1.5s cubic-bezier(0.32, 0, 0.18, 1);
}
#top_slider .left img,
#top_slider .right img {
  display: block;
  width: 100%;
}
#top_slider .left,
#top_slider .right {
  width: 50%;
  float: left;
}
#top_slider .left > li {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
#top_slider .right > li {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.opacity:hover {
  opacity: 0.6;
  transition: all 0.5s;
}
.btn_1 a {
  padding: 5px 14px;
  font-size: 12px;
  border: 1px solid #d0c3a4;
  text-align: center;
  width: 209px;
  margin: 0 auto;
  border-radius: 62px;
  display: block;
  cursor: pointer;
}
.btn_1 a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 375px) {
  footer #shopinfo .info span.tel {
    margin-left: 45px;
  }
  footer .wrap {
    padding: 0 3% !important;
  }
  footer #contact .col .form span {
    font-size: 15px;
  }
}
@media screen and (max-width: 999px) {
  .nonsp {
    display: none;
  }
  #top_slider .left {
    display: none;
  }

  #top_slider .right {
    width: 100%;
  }
  #key h2 {
    position: absolute;
    left: 51%;
    /* top: 45%; */
    margin-top: -9%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    z-index: 2;
    letter-spacing: 11.5px;
    width: 80%;
    text-align: center;
    text-shadow: 1px 1px 2px #222;
}
#key .txt {
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 16px;
  left: 51%;
  top: 60%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 30px;
  width: 70%;
  text-shadow: 1px 1px 2px #222;
}
}
@media only screen and (max-width: 1220px) {
  header .menu_sp .icn_sns {
    position: fixed;
    top: 0px;
    right: 60px;
    z-index: 9999;
    padding: 15px 10px 5px 10px;
  }
}
#key {
  background: none;
  box-sizing: border-box;
  /* width: 1360px; */
  max-width: 100%;
  margin: 0 auto;
  /* 20241222追加 */
  position: absolute;
  top: 50%;
}
@media only screen and (min-width: 769px) {
  .under_tablet {
    display: none;
  }

}
@media only screen and (max-width: 768px) {
  .tablet {
    display: none;
  }
  p.txt_sub::after{
    content: none;
  }
  .navi_content{
    justify-content: center;
  }
  .navi_content a {
		display: flex;
		align-items: center;
		flex-direction: column;
    width: 100%;
	}
	.navi_content:first-child {
		/* padding-right: 20px; */
		padding-right: 0;
	}
	.navi_content:nth-child(2) {
		/* padding-left: 20px; */
		padding-left: 0;
	}
	.navi_content p {
    margin: 0 auto;
		height: 2rem;
	}
}


/* event info */
#event {
	/* padding: 116px 0 127px; */
	position: relative;
}
#event:before {
	/* position: absolute;
	background: url("../img/company/event_deco.png") no-repeat center top;
	right: 0;
	top: 331px;
	content: '';
	width: 325px;
	height: 160px; */
}
/*2020.06.15追加*/
#event h2 {
	font-size: 18px;
font-weight: bold;
text-align: center;
margin-bottom: 41px;
line-height: 35px;
}
#event h2 span {
font-size: 40px;
font-weight: bold;
line-height: 47px;
color: #62522a;
letter-spacing: 8px;
padding-left: 11px;
}
#event p.btn {
width: 240px;
margin: 2em auto 0;
}
#event p.btn a {
padding: 5px 14px;
font-size: 14px;
border: 1px solid #b5957b;
text-align: center;
border-radius: 62px;
display: block;
cursor: pointer;
}

#event .wrap .row {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
/*justify-content: space-between;*/
flex-direction: row;
flex-wrap: wrap;
gap: 24px;
}
#event .wrap .row .item {
position: relative;
z-index: 1;
background-color: #fff;
/* width: 384px; */
width: calc((100% - 48px) / 3);
border-radius: 10px;
padding: 32px;
box-sizing: border-box;
color: #40351a;
letter-spacing: 0.2em;
font-size: 14px;
line-height: 32px;
box-shadow: 3px 2px 11px rgba(2, 0, 0, 0.13);
-webkit-box-shadow: 3px 2px 11px rgba(2, 0, 0, 0.13);
-moz-box-shadow: 3px 2px 11px rgba(2, 0, 0, 0.13);

display: flex;
flex-direction: column;
justify-content: space-between;
}
#event .wrap .row .item:not(:last-of-type) {
/* margin-right: 24px; */
}
#event .wrap .row .item .photo{
border-radius: 10px;
overflow: hidden;
}
#event .wrap .row .item .photo img{
  width: 100%;
  height: auto;
}
#event .wrap .row .item .btn_1{
  margin-top: 20px;
}
#event .wrap .row .item .btn_1 a {
padding: 6px 0px;
width: 80%;
max-width: 238px;
}
#event .wrap .row .item dt {
/* font-size: 25px; */
/* line-height: 40px; */
/* letter-spacing: 0.2em; */
/* margin-right: -6%; */
/* margin-bottom: 40px; */
font-size: 16px;
font-weight: bold;
line-height: 1.4;
font-feature-settings: "palt";
text-align: justify;
}
#event .wrap .row .item dt .date {
padding-top: 24px;
padding-bottom: 10px;
display: block;
font-size: 14px;
line-height: 25px;
}
#event .wrap .row .item dd {
/* padding: 14px 0 22px; */
padding: 14px 0 0;
line-height: 1.65;
}

#event p.btn {
width: 240px;
margin: 2em auto 0;
}
#event p.btn a {
padding: 5px 14px;
font-size: 14px;
border: 1px solid #b5957b;
text-align: center;
border-radius: 62px;
display: block;
cursor: pointer;
}

@media screen and (max-width: 1220px) {
  #event .wrap .row .item{
    width: calc((100% - 48px) / 3);
  }
}
@media screen and (max-width: 999px) {

  #event:before {
    top: 0%;
    background-position: top right;
    background-size: 60%;
  }

  #event{
    /* padding: 25% 0 25%; */
  }	
  #event:before{
  background-size: 50%;
  }
  #event h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 36px;
  }
  #event h2 span {
  font-size: 40px;
  font-weight: bold;
  line-height: 47px;
  color: #62522a;
  letter-spacing: 10px;
  }
  #event h2 {
  margin-bottom: 8%;
  }
  #event .wrap .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*justify-content: space-between;*/
  flex-direction: row;
  flex-wrap: wrap;
  /*overflow-x: auto;*/
  }
  #event .wrap .row .item {
  position: relative;
  z-index: 1;
  background-color: #fff;
  width: calc((100% - 24px) /2);
  border-radius: 10px;
  padding: 32px;
  box-sizing: border-box;
  color: #40351a;
  letter-spacing: 0.2em;
  font-size: 14px;
  line-height: 32px;
  box-shadow: 3px 2px 11px rgba(2, 0, 0, 0.13);
  -webkit-box-shadow: 3px 2px 11px rgba(2, 0, 0, 0.13);
  -moz-box-shadow: 3px 2px 11px rgba(2, 0, 0, 0.13);
  }
  #event .wrap .row .item:not(:last-of-type) {
  /*margin-right: 20px;*/
  }
  #event .wrap .row .item .photo{
  border-radius: 10px;
  overflow: hidden;
  }
  #event .wrap .row .item .btn_1 a {
  padding: 6px 0px;
  width: 80%;
  max-width: 238px;
  }
  #event .wrap .row .item dt {
  /* font-size: 25px; */
  /* line-height: 40px; */
  /* letter-spacing: 0.2em; */
  /* margin-right: -6%; */
  }
  #event .wrap .row .item dt .date {
  padding-top: 24px;
  padding-bottom: 10px;
  display: block;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  }
  #event .wrap .row .item dd {
  padding: 14px 0 22px;
  }

  #event p.btn {
  width: 240px;
  margin: 2em auto 0;
  }
  #event p.btn a {
  padding: 5px 14px;
  font-size: 14px;
  border: 1px solid #b5957b;
  text-align: center;
  border-radius: 62px;
  display: block;
  cursor: pointer;
  }
  #event .wrap .row .item dt{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    /* letter-spacing: 0.2em; */
    /* margin-right: -6%; */
    /* margin-right: 0%; */
  }
}

@media screen and (max-width: 767px) {
	#event .box{
    padding: 10% 8% 10%;
 }
  #event .wrap .row {
    justify-content: center;
  }
  #event .wrap .row .item {
    width: 98%;
    padding: 5%;
    /* margin-top: 5%; */
    /*flex: 0 0 auto;*/
  }
  #event .wrap .row .item .photo {
    /* max-width: 320px; */
    margin: 0 auto;
  }
  #event .wrap .row .item dt {
    /* text-align: left; */
    /* margin-right: 0%; */
    /* line-height: 1.4em; */
      /* margin-bottom: 1em; */
  }
  
  }
  
  #sec1 > .wrap{
    max-width: 1200px;
    width: auto;
  }

#sec1 h2 {
	text-align: center;
	font-size: 25px;
  font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 25px;
	padding: 80px 0 70px;
}

@media screen and (max-width: 999px) {
  #sec1 h2 {
    padding-bottom: max(8%, 30px);
  }
  /* reCAPTCHA位置 */
  .grecaptcha-badge {
    margin-bottom: 55px;
    z-index: 100;
  }
}

