@charset "UTF-8";
html {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  color: #000;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  vertical-align: bottom;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.04em; }
  @media screen and (max-width: 760px) {
    html {
      font-size: 14px; } }

body::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  pointer-events: none;
  -webkit-transition: 600ms;
  transition: 600ms; }

body.wf-active::after {
  opacity: 0; }

body,
body *,
body *:before,
body *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: inherit;
  letter-spacing: inherit;
  box-sizing: inherit;
  vertical-align: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  outline: none; }

html,
body {
  height: 100%; }

a,
a img,
button {
  outline: none;
  border: none;
  cursor: pointer; }

button {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none; }

input,
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

input[type="text"]:focus,
textarea:focus {
  outline: 0; }

sup {
  vertical-align: super;
  font-size: smaller; }

sub {
  vertical-align: baseline;
  font-size: 0.7em; }

img,
video,
svg {
  vertical-align: bottom;
  height: auto;
  width: 100%; }

a,
button {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

a:hover,
button:hover {
  outline: none; }

a:disabled,
button:disabled,
input:disabled {
  pointer-events: none; }

table {
  width: 100%;
  border-collapse: collapse; }

main {
  display: block;
  position: relative;
  overflow: hidden; }

section {
  position: relative; }

small {
  font-size: 13px; }
  @media screen and (max-width: 760px) {
    small {
      font-size: 12px; } }

strong {
  font-family: "Open Sans", sans-serif; }

.video,
#single .movie,
#products .movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 10px; }
  .video iframe,
  #single .movie iframe,
  #products .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.mv {
  position: relative; }

.play {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  background: url("../img/play1.png") no-repeat center center;
  background-size: 100px auto; }
  @media screen and (max-width: 760px) {
    .play {
      top: calc(50% - 30px);
      left: calc(50% - 30px);
      width: 60px;
      height: 60px;
      background-size: 60px auto; } }

.text, .text2 {
  text-align: left;
  line-height: 2; }

.lead {
  text-align: left;
  line-height: 2;
  font-size: 18px; }
  .lead b {
    font-family: "Open Sans", sans-serif; }
  @media screen and (max-width: 760px) {
    .lead {
      font-size: 15px; } }

.lead_box {
  text-align: left;
  line-height: 2;
  font-size: 18px;
  border: 1px solid #000;
  padding: 4px;
  background-color: #fff;
  margin-bottom: 2em; }
  .lead_box i {
    display: block;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px; }
  @media screen and (max-width: 760px) {
    .lead_box {
      font-size: 15px; }
      .lead_box i {
        text-align: left; } }

.mds1 {
  padding-bottom: 20px;
  font-size: 23px;
  margin-bottom: 50px;
  color: #9A7C47;
  border-bottom: 1px solid #9A7C47;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif; }
  @media screen and (max-width: 760px) {
    .mds1 {
      padding-bottom: 15px;
      font-size: 20px;
      margin-bottom: 30px; } }

.mds2 {
  color: #9A7C47;
  padding-bottom: 50px; }
  .mds2 i {
    font-size: 18px; }
  .mds2 b {
    display: block;
    font-size: 70px;
    font-family: "EB Garamond", serif;
    padding-top: 10px;
    letter-spacing: -0.01em; }
  @media screen and (max-width: 760px) {
    .mds2 {
      padding-bottom: 25px; }
      .mds2 i {
        font-size: 14px; }
      .mds2 b {
        font-size: 35px; } }

.btn1 {
  color: #fff;
  font-size: 15px;
  position: relative;
  width: 240px;
  height: 65px;
  background: #000;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #fff;
  font-family: "Open Sans", sans-serif; }
  .btn1 i {
    position: relative;
    z-index: 2;
    background: url("../img/arrow4.png") no-repeat right center;
    background-size: 10px auto;
    padding-right: 25px;
    padding-bottom: 2px; }
  @media print, screen and (min-width: 761px) {
    .btn1:hover {
      opacity: 1;
      background: #9A7C47; } }

.btn2 {
  color: #9A7C47;
  font-size: 15px;
  position: relative;
  width: 240px;
  height: 65px;
  background: #fff;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #9A7C47;
  box-shadow: 5px 5px 0px #9A7C47;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  line-height: 1.4; }
  .btn2 i {
    position: relative;
    z-index: 2;
    background: url("../img/arrow3.png") no-repeat right center;
    background-size: 10px auto;
    padding-right: 25px;
    padding-bottom: 2px; }
  @media print, screen and (min-width: 761px) {
    .btn2:hover {
      opacity: 1;
      -webkit-transform: translateX(5px) translateY(5px);
      -ms-transform: translateX(5px) translateY(5px);
      transform: translateX(5px) translateY(5px);
      box-shadow: 0px 0px 0px #9A7C47; } }
  .btn2.back i {
    background: url("../img/arrow3b.png") no-repeat left center;
    background-size: 10px auto;
    padding-left: 25px;
    padding-right: 0; }
  .btn2.ex {
    height: 40px; }
  .btn2.ex2 i {
    background: url("../img/arrow3d.png") no-repeat right center;
    background-size: 10px auto; }

.btn3 {
  position: relative;
  display: block;
  background: #fff;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #9A7C47;
  box-shadow: 5px 5px 0px #9A7C47;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }
  @media print, screen and (min-width: 761px) {
    .btn3:hover {
      opacity: 1;
      -webkit-transform: translateX(5px) translateY(5px);
      -ms-transform: translateX(5px) translateY(5px);
      transform: translateX(5px) translateY(5px);
      box-shadow: 0px 0px 0px #9A7C47; } }

.outlink {
  position: relative;
  display: inline-block;
  padding-right: 20px; }
  .outlink::after {
    position: absolute;
    top: calc(50% - 7px);
    right: 0;
    content: '';
    width: 15px;
    height: 15px;
    background: url("../img/outlink.png") no-repeat center center;
    background-size: 15px;
    z-index: 1; }
  .outlink.ex::after {
    background: url("../img/outlink2.png") no-repeat center center;
    background-size: 15px; }

.tel {
  position: relative;
  display: inline-block;
  padding-left: 22px; }
  .tel::after {
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    content: '';
    width: 16px;
    height: 16px;
    background: url("../img/tel.png") no-repeat center center;
    background-size: 16px;
    z-index: 1; }

main .acobtn {
  display: block;
  background: #fff;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #9A7C47;
  box-shadow: 5px 5px 0px #9A7C47;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  cursor: pointer;
  padding: 30px 100px 30px 50px;
  position: relative; }
  main .acobtn::after {
    position: absolute;
    top: calc(50% - 15px);
    right: 50px;
    content: '';
    width: 30px;
    height: 30px;
    background: url("../img/arrow2.png") no-repeat center center;
    background-size: 30px;
    z-index: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  main .acobtn.active::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  @media print, screen and (min-width: 761px) {
    main .acobtn:hover {
      opacity: 1;
      -webkit-transform: translateX(5px) translateY(5px);
      -ms-transform: translateX(5px) translateY(5px);
      transform: translateX(5px) translateY(5px);
      box-shadow: 0px 0px 0px #9A7C47; } }
  @media screen and (max-width: 760px) {
    main .acobtn {
      padding: 20px 50px 20px 20px; }
      main .acobtn::after {
        top: calc(50% - 10px);
        right: 15px;
        width: 20px;
        height: 20px;
        background-size: 20px; } }

.ul1 {
  padding: 0 20px; }
  .ul1 li {
    position: relative;
    padding: 0 0 40px 50px;
    line-height: 1.8;
    font-size: 22px;
    font-family: "Open Sans", sans-serif; }
    .ul1 li::before {
      position: absolute;
      top: 20px;
      left: 0;
      content: '';
      width: 30px;
      height: 4px;
      background: #9A7C47; }
  @media screen and (max-width: 760px) {
    .ul1 {
      padding: 0; }
      .ul1 li {
        padding: 0 0 20px 30px;
        font-size: 16px; }
        .ul1 li::before {
          top: 15px;
          width: 20px;
          height: 2px; } }

.ul2 {
  padding-left: 1em;
  line-height: 1.5; }
  .ul2 li {
    padding-bottom: 10px;
    list-style-type: disc; }

ol {
  padding-left: 1.5em;
  line-height: 1.8; }
  ol li {
    padding-bottom: 10px;
    list-style-type: decimal; }

.btnboxlist li {
  padding-bottom: 50px; }
  @media screen and (max-width: 760px) {
    .btnboxlist li {
      padding-bottom: 30px; } }

.swiper-button-prev,
.swiper-button-next {
  height: 70px;
  width: 70px;
  top: calc(50% - 35px); }
  @media screen and (max-width: 760px) {
    .swiper-button-prev,
    .swiper-button-next {
      height: 30px;
      width: 30px;
      top: calc(50% - 15px); } }

.swiper-button-next {
  background: url("../img/arrow2.png") no-repeat center center;
  background-size: 70px; }
  @media screen and (max-width: 760px) {
    .swiper-button-next {
      background-size: 30px; } }

.swiper-button-prev {
  background: url("../img/arrow2b.png") no-repeat center center;
  background-size: 70px; }
  @media screen and (max-width: 760px) {
    .swiper-button-prev {
      background-size: 30px; } }

.catname {
  display: inline-block;
  background: #9A7C47;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  padding: 4px 6px;
  margin-bottom: 10px; }

@media print, screen and (min-width: 761px) {
  .effect1 {
    opacity: 0; }
    .effect1.on {
      -webkit-animation: ef1 1.0s forwards;
      animation: ef1 1.0s forwards; }
  .effect3 {
    opacity: 0; }
    .effect3.on {
      -webkit-animation: ef3 0.7s forwards;
      animation: ef3 0.7s forwards; }
  .effect4 .line, .effect4 .set {
    opacity: 0; }
  .effect4.on .line {
    -webkit-animation: mask 0.5s forwards 0.2s;
    animation: mask 0.5s forwards 0.2s; }
  .effect4.on .set {
    -webkit-animation: ef1 1.0s forwards 0.7s;
    animation: ef1 1.0s forwards 0.7s; } }

@-webkit-keyframes ef1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes ef1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@-webkit-keyframes ef2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes ef2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes ef3 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes ef3 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.wp-pagenavi {
  padding-top: 50px;
  font-family: "EB Garamond", serif;
  font-size: 22px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 760px) {
    .wp-pagenavi {
      font-size: 20px; } }
  .wp-pagenavi .pages,
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .prev,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .extend {
    display: none; }
  .wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 8px;
    color: #9A7C47;
    background: #fff;
    border: 1px solid #9A7C47; }
    @media screen and (max-width: 760px) {
      .wp-pagenavi a, .wp-pagenavi span {
        margin: 3px; } }
  .wp-pagenavi .current,
  .wp-pagenavi a:hover {
    color: #fff;
    background: #9A7C47;
    border: 1px solid #9A7C47;
    opacity: 1; }

.postnav {
  padding-bottom: 100px;
  font-family: "Open Sans", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 760px) {
    .postnav {
      padding-bottom: 50px; } }
  .postnav a {
    display: inline-block;
    padding: 15px 20px;
    margin-right: 10px;
    border: 1px solid #9A7C47; }
    @media screen and (max-width: 760px) {
      .postnav a {
        padding: 10px;
        margin: 0 5px 5px 0;
        font-size: 12px; } }
  .postnav .current,
  .postnav a:hover {
    color: #fff;
    background: #9A7C47;
    border: 1px solid #9A7C47;
    opacity: 1; }

#tsushin #zone_single .share .copied,
#single #zone1 .share .copied {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  #tsushin #zone_single .share .copied p,
  #single #zone1 .share .copied p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%; }
    #tsushin #zone_single .share .copied p i,
    #single #zone1 .share .copied p i {
      background: rgba(0, 0, 0, 0.8);
      padding: 30px;
      color: #fff;
      border-radius: 10px; }

#contact #zone1 dt {
  padding-bottom: 10px; }

#contact #zone1.confirm dt {
  border-bottom: 1px solid #9A7C47;
  margin-bottom: 10px; }

#contact .textarea1 {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #9A7C47;
  font-size: 18px;
  background: #fff; }

#contact .textarea2 {
  width: 200px;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #9A7C47;
  font-size: 18px;
  background: #fff; }

#contact textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #9A7C47;
  font-size: 16px;
  background: #fff; }

#contact .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-family: "Open Sans", sans-serif; }

#contact input.wpcf7-not-valid, #contact textarea.wpcf7-not-valid, #contact select.wpcf7-not-valid {
  background: #Fee; }

#contact .btn2 {
  margin: 0 10px; }

#toc_container {
  background-color: #F2ECE1;
  padding: 30px 50px 0px;
  line-height: 1;
  width: 100%; }
  @media screen and (max-width: 760px) {
    #toc_container {
      padding: 20px 20px 0px; } }
  #toc_container .toc_title {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #9A7C47;
    width: 100%; }
    @media screen and (max-width: 760px) {
      #toc_container .toc_title {
        font-size: 18px;
        padding-bottom: 15px; } }
  #toc_container .toc_list {
    line-height: 1.5;
    padding-bottom: 10px;
    width: 100%; }
    #toc_container .toc_list a {
      display: block;
      text-decoration: underline; }
  #toc_container .toc_toggle {
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px; }
    #toc_container .toc_toggle a {
      padding: 2px; }

.post-password-form p {
  padding-bottom: 20px;
  line-height: 1.5; }

.post-password-form input[type="password"] {
  border: 1px solid #999;
  padding: 5px;
  height: 40px;
  margin-left: 5px; }

.post-password-form input[type="submit"] {
  padding: 5px;
  margin-left: 5px;
  background-color: #9A7C47;
  color: #fff;
  border-radius: 5px;
  height: 40px;
  width: 60px;
  font-family: "Open Sans", sans-serif;
  cursor: pointer; }

@media screen and (max-width: 760px) {
  .none, .pc {
    display: none; }
  main {
    position: relative;
    overflow: hidden; }
    main a {
      color: #000; }
  .type1 {
    padding: 0 20px;
    background: url("../img/bg1.svg") no-repeat right top;
    background-size: 250% auto; }
    .type1.hanshin {
      background: url("../img/bg1_hanshin.svg") no-repeat center top;
      background-size: 250% auto; }
  .type2 {
    padding: 0 20px;
    background: url("../img/bg2.svg") no-repeat right top;
    background-size: 250% auto; }
  .container {
    padding: 0 20px; }
  .ttl {
    padding: 85px 0 20px; }
    .ttl h1 {
      padding-bottom: 5px; }
    .ttl i {
      display: block;
      font-size: 45px;
      font-family: "EB Garamond", serif;
      letter-spacing: -0.01em; }
  #bread {
    font-size: 11px;
    padding-bottom: 50px;
    line-height: 1.8; }
    #bread a {
      display: inline-block;
      white-space: nowrap;
      color: #9A7C47;
      text-decoration: underline; }
    #bread li {
      display: inline; }
      #bread li::after {
        content: '>';
        margin: 0 7px 0 10px;
        color: #9A7C47; }
      #bread li:last-child::after {
        display: none; }
  .mainpic,
  .mainpic2 {
    margin: 0 -20px;
    margin-bottom: 60px; }
  .btnbox {
    display: block;
    background: #fff;
    z-index: 1;
    border: 1px solid #9A7C47;
    box-shadow: 5px 5px 0px #9A7C47;
    padding: 20px; }
    .btnbox .pic {
      padding-bottom: 20px; }
    .btnbox .in h3 {
      font-size: 20px;
      font-family: "EB Garamond", serif;
      color: #9A7C47;
      padding-bottom: 10px; }
    .btnbox .in .t1 {
      font-size: 15px;
      font-family: "Open Sans", sans-serif;
      line-height: 1.5;
      padding-bottom: 10px; }
      .btnbox .in .t1 i {
        display: inline-block;
        padding-top: 5px;
        font-weight: normal; }
    .btnbox .in .text {
      line-height: 1.5; }
    .btnbox .in .btn {
      width: 30px;
      padding-top: 10px; }
    .btnbox .in .v1 {
      background: #9A7C47;
      color: #fff;
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      display: inline;
      line-height: 1.4;
      padding: 0 5px;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone; }
    .btnbox .in .v2 {
      padding: 20px 0 10px; }
    .btnbox .in .v3 {
      font-size: 22px;
      font-family: "Open Sans", sans-serif;
      padding-bottom: 5px;
      line-height: 1.2; }
    .btnbox .in .v4 {
      font-size: 16px;
      font-family: "EB Garamond", serif;
      color: #9A7C47; }
  .newslist li {
    padding-bottom: 20px; }
    .newslist li a {
      font-size: 15px;
      position: relative;
      z-index: 1;
      display: block;
      border: 1px solid #9A7C47;
      box-shadow: 5px 5px 0px #9A7C47;
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top;
      padding: 20px 40px 20px 20px;
      background: url("../img/arrow2.png") no-repeat right 10px center;
      background-size: 20px auto;
      background-color: #fff; }
      .newslist li a .t1 {
        display: inline-block;
        width: 100px;
        font-size: 18px;
        color: #9A7C47;
        font-family: "EB Garamond", serif; }
      .newslist li a .t2 {
        display: inline-block;
        width: 80px;
        border: 1px solid #9A7C47;
        font-size: 12px;
        color: #9A7C47;
        font-family: "EB Garamond", serif;
        text-align: center;
        padding: 2px; }
      .newslist li a .text {
        width: 100%;
        padding-top: 10px; }
  header {
    position: absolute;
    width: 100%;
    line-height: 1;
    z-index: 1000;
    top: 0px;
    left: 0px;
    height: 60px; }
    header h1 {
      width: 140px;
      margin: 17px 15px;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      header h1.on {
        opacity: 0; }
    header .lang {
      position: fixed;
      top: 0;
      right: 60px;
      width: 60px;
      height: 60px;
      background: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      font-size: 10px;
      font-family: "EB Garamond", serif;
      letter-spacing: 0.1em; }
      header .lang a {
        display: inline-block;
        font-size: 14px;
        padding: 3px;
        margin-top: 5px; }
    header .hbtn {
      position: fixed;
      top: 0;
      right: 60px;
      width: 60px;
      height: 60px;
      background: #F2ECE1;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      header .hbtn a {
        display: block; }
    header #menubtn {
      position: fixed;
      top: 0;
      right: 0;
      width: 60px;
      height: 60px;
      cursor: pointer;
      padding: 20px 15px 0 15px;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      background: #000; }
      header #menubtn.on {
        background: #9A7C47; }
  .hm_button * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    appearance: none;
    text-align: left;
    text-decoration: none;
    list-style: none; }
  .hm_button {
    display: block;
    padding: 0;
    width: 30px;
    height: 7px;
    position: relative;
    background: none;
    border: none;
    text-align: center;
    letter-spacing: 0.1em;
    cursor: pointer;
    outline: none; }
  .hm_button .hm_bar {
    display: block;
    width: 30px;
    height: 2px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0; }
  .hm_button .hm_bar1 {
    top: 0; }
  .hm_button .hm_bar3 {
    top: 100%; }
  .hm_button.active .hm_bar {
    width: 30.81px;
    left: 0px; }
  .hm_button.active .hm_bar1 {
    -webkit-transform: rotate(0.22923rad) translateY(-50%);
    -ms-transform: rotate(0.22923rad) translateY(-50%);
    transform: rotate(0.22923rad) translateY(-50%);
    top: 0px; }
  .hm_button.active .hm_bar3 {
    -webkit-transform: rotate(-0.22923rad) translateY(-50%);
    -ms-transform: rotate(-0.22923rad) translateY(-50%);
    transform: rotate(-0.22923rad) translateY(-50%);
    top: calc(100% - 0px); }
  .hm_text.active {
    opacity: 0; }
  .hm_button .hm_bar {
    background-color: #fff; }
  .zdo_drawer_text {
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
    text-align: center;
    font-size: 10px;
    color: #fff;
    font-family: "EB Garamond", serif;
    letter-spacing: 0.05em; }
  .zdo_drawer_close {
    letter-spacing: 0.02em;
    display: none; }
  .hm_button.active .zdo_drawer_menu_text {
    display: none; }
  .hm_button.active .zdo_drawer_close {
    display: block;
    color: #fff; }
  .hm_button.active .hm_bar {
    background-color: #fff; }
  #menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 0;
    line-height: 1;
    pointer-events: none;
    overflow-y: auto; }
    #menu.on {
      opacity: 1;
      pointer-events: auto;
      z-index: 999; }
    #menu .in {
      color: #9A7C47; }
      #menu .in .logo {
        height: 61px;
        padding: 17px 15px 0; }
        #menu .in .logo img {
          width: 140px; }
      #menu .in .set {
        padding-top: 40px; }
        #menu .in .set .t1 {
          font-family: "EB Garamond", serif;
          font-size: 25px; }
          #menu .in .set .t1 i {
            display: inline-block;
            font-size: 12px;
            font-family: "Roboto", sans-serif;
            padding: 0 0 3px 15px; }
          #menu .in .set .t1 a {
            color: #9A7C47; }
        #menu .in .set ul {
          padding-top: 15px; }
          #menu .in .set ul li a {
            display: block;
            color: #fff;
            padding: 10px 0 10px 30px;
            background: url("../img/arrow3.png") no-repeat left 10px center;
            background-size: 10px; }
      #menu .in .nav {
        border-bottom: 1px solid #564e3f; }
        #menu .in .nav > li {
          border-top: 1px solid #564e3f;
          font-family: "EB Garamond", serif;
          font-size: 18px; }
          #menu .in .nav > li p, #menu .in .nav > li a {
            display: block;
            padding: 10px 15px; }
          #menu .in .nav > li .acobtn {
            position: relative; }
            #menu .in .nav > li .acobtn::after {
              content: '';
              width: 10px;
              height: 10px;
              position: absolute;
              top: calc(50% - 5px);
              right: 15px;
              background: url("../img/arrow3c.png") no-repeat right center;
              background-size: 10px;
              z-index: 1;
              -webkit-transition: 0.3s;
              transition: 0.3s; }
            #menu .in .nav > li .acobtn.active::after {
              -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
          #menu .in .nav > li ul {
            font-family: "Roboto", sans-serif;
            font-size: 14px;
            display: none; }
            #menu .in .nav > li ul li {
              border-top: 1px solid #564e3f; }
              #menu .in .nav > li ul li a {
                display: block;
                color: #fff;
                padding: 12px 0 12px 30px;
                background: url("../img/arrow3.png") no-repeat left 15px center;
                background-size: 10px;
                font-family: "Open Sans", sans-serif; }
      #menu .in .btn {
        padding-top: 20px; }
        #menu .in .btn a {
          display: block;
          width: 220px;
          margin: auto;
          color: #9A7C47;
          border: 1px solid #9A7C47;
          padding: 15px 20px;
          background: url("../img/arrow3.png") no-repeat right 15px center;
          background-size: 10px;
          font-size: 16px;
          font-family: "Open Sans", sans-serif; }
      #menu .in .sns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px; }
        #menu .in .sns p {
          font-family: "EB Garamond", serif;
          font-size: 14px;
          color: #fff;
          padding-right: 20px; }
        #menu .in .sns ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          #menu .in .sns ul li a {
            padding: 10px; }
            #menu .in .sns ul li a img {
              width: 20px; }
  footer {
    background: #000;
    color: #fff;
    padding: 30px 15px;
    position: relative; }
    footer .in .sec1 .logo {
      width: 220px;
      margin: auto;
      padding-bottom: 30px; }
    footer .in .sec1 .fbtn {
      width: 240px;
      margin: auto; }
    footer .in .sec2 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      padding-top: 30px; }
      footer .in .sec2 .nav1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 11px;
        text-align: center; }
        footer .in .sec2 .nav1 li {
          padding-bottom: 10px; }
          footer .in .sec2 .nav1 li a {
            color: #fff; }
          footer .in .sec2 .nav1 li::after {
            content: "　/　"; }
          footer .in .sec2 .nav1 li:last-child::after {
            content: ""; }
      footer .in .sec2 .nav2 {
        width: 260px;
        margin: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: "EB Garamond", serif;
        font-size: 18px;
        padding-bottom: 20px; }
        footer .in .sec2 .nav2 li img {
          width: 20px; }
        footer .in .sec2 .nav2 li:first-child {
          padding-right: 20px; }
    footer .in .copyright {
      font-size: 10px;
      padding-top: 10px;
      text-align: center; }
    footer #chat {
      position: fixed;
      bottom: 10px;
      right: 10px;
      z-index: 1;
      width: 135px; }
      footer #chat #chatclose {
        width: 22px;
        position: absolute;
        top: -5px;
        right: -5px;
        cursor: pointer;
        z-index: 2; }
    footer #pagetop {
      position: fixed;
      bottom: 25px;
      right: 10px;
      z-index: 1;
      cursor: pointer;
      background: rgba(255, 255, 255, 0.5); }
      footer #pagetop img {
        width: 20px; }
  #toppage .bg {
    background: url("../img/bg1.svg") no-repeat right top;
    background-size: 250% auto;
    overflow: hidden; }
  #toppage .mds {
    color: #9A7C47;
    padding-bottom: 25px; }
    #toppage .mds i {
      display: block;
      font-size: 14px;
      padding-bottom: 10px; }
    #toppage .mds b {
      display: block;
      font-size: 45px;
      font-family: "EB Garamond", serif; }
  #toppage #zone1 .in {
    position: absolute;
    top: calc(50% - 220px);
    left: calc(50% - 175px);
    width: 350px;
    height: 400px;
    text-align: center; }
    #toppage #zone1 .in .set figure {
      width: 160px;
      margin: auto;
      border-bottom: 1px solid #fff; }
    #toppage #zone1 .in .set h2 {
      padding-top: 20px; }
    #toppage #zone1 .in .btn {
      width: 240px;
      margin: auto;
      padding-top: 30px; }
  #toppage #zone1 .news {
    position: absolute;
    bottom: 10px;
    left: 15px;
    width: calc(100% - 30px);
    background: #000;
    padding: 10px; }
    #toppage #zone1 .news h2 {
      font-family: "EB Garamond", serif;
      color: #9A7C47;
      font-size: 16px; }
    #toppage #zone1 .news dl {
      color: #fff; }
      #toppage #zone1 .news dl dt {
        font-size: 10px;
        padding: 10px 0 5px; }
      #toppage #zone1 .news dl dd {
        font-size: 12px;
        line-height: 1.2; }
        #toppage #zone1 .news dl dd a {
          display: block;
          color: #fff; }
  #toppage #zone1 .swiper-custom-parent {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #toppage #zone1 .swiper-custom-parent .topmain {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: -1; }
      #toppage #zone1 .swiper-custom-parent .topmain .slide-img {
        width: 100%;
        height: 100%; }
      #toppage #zone1 .swiper-custom-parent .topmain .s1 {
        background: url("../img/top/kv1_sp.jpg") no-repeat center bottom;
        background-size: cover; }
      #toppage #zone1 .swiper-custom-parent .topmain .s2 {
        background: url("../img/top/kv2_sp.jpg") no-repeat center bottom;
        background-size: cover; }
      #toppage #zone1 .swiper-custom-parent .topmain .s3 {
        background: url("../img/top/kv3_sp.jpg") no-repeat center bottom;
        background-size: cover; }
      #toppage #zone1 .swiper-custom-parent .topmain .s4 {
        background: url("../img/top/kv4_sp.jpg") no-repeat center bottom;
        background-size: cover; }
  #toppage #zone2 {
    margin: 55px auto 100px; }
    #toppage #zone2 .sec2 {
      margin-bottom: 50px; }
      #toppage #zone2 .sec2 h3 {
        font-size: 22px; }
    #toppage #zone2 .pickup {
      position: relative;
      padding-bottom: 30px; }
      #toppage #zone2 .pickup .tab {
        background-color: #9A7C47;
        color: #fff;
        position: absolute;
        font-family: "EB Garamond", serif;
        font-size: 14px;
        padding: 3px 8px;
        z-index: 1; }
    #toppage #zone2 .swiper-custom-parent {
      padding-bottom: 30px; }
    #toppage #zone2 .swiper-slide {
      height: auto;
      padding-bottom: 10px; }
      #toppage #zone2 .swiper-slide .in {
        height: calc(100% - 50px);
        background: #fff;
        border: 1px solid #9A7C47;
        padding: 15px 15px 30px;
        box-shadow: 5px 5px 0px #9A7C47; }
        #toppage #zone2 .swiper-slide .in .t1 {
          text-align: center;
          font-size: 18px;
          font-family: "EB Garamond", serif;
          padding: 10px 0;
          color: #9A7C47;
          line-height: 1.2; }
        #toppage #zone2 .swiper-slide .in .t2 {
          text-align: center;
          font-size: 16px;
          padding-bottom: 15px;
          line-height: 1.4;
          font-family: "Open Sans", sans-serif; }
        #toppage #zone2 .swiper-slide .in .pic {
          padding-bottom: 10px; }
        #toppage #zone2 .swiper-slide .in .text {
          line-height: 1.5; }
          #toppage #zone2 .swiper-slide .in .text p {
            padding-bottom: 20px; }
    #toppage #zone2 .sec a {
      display: block; }
      #toppage #zone2 .sec a .in {
        position: relative; }
        #toppage #zone2 .sec a .in .text {
          padding-bottom: 10px; }
        #toppage #zone2 .sec a .in .btn {
          width: 30px;
          position: absolute;
          bottom: 15px;
          left: 15px; }
    #toppage #zone2 .swiper-pagination {
      position: absolute;
      bottom: 0px;
      left: calc(50% - 100px);
      text-align: center;
      width: 200px; }
    #toppage #zone2 .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      display: inline-block;
      background: #000;
      margin: 6px;
      border-radius: 7px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      opacity: 1;
      border: 1px solid #fff; }
    #toppage #zone2 .swiper-pagination-bullet-active {
      background: #fff; }
    #toppage #zone2 .swiper-button-next {
      top: auto;
      bottom: -5px;
      right: 10px; }
    #toppage #zone2 .swiper-button-prev {
      top: auto;
      bottom: -5px;
      left: 10px; }
  #toppage #zone3 {
    padding-bottom: 70px; }
    #toppage #zone3 ul li {
      padding-bottom: 30px; }
  #toppage #zone4 {
    padding-bottom: 100px; }
    #toppage #zone4 .text {
      padding: 20px 0; }
    #toppage #zone4 .pic {
      margin: 0 -20px; }
    #toppage #zone4 ul {
      max-width: 240px;
      margin: auto; }
      #toppage #zone4 ul li {
        width: 240px;
        padding-top: 20px; }
  #toppage #zone5 {
    padding-bottom: 100px; }
    #toppage #zone5 .sec1 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-bottom: 80px; }
      #toppage #zone5 .sec1 figure {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
      #toppage #zone5 .sec1 .set {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
        #toppage #zone5 .sec1 .set h3 {
          width: 200px;
          padding-bottom: 20px; }
        #toppage #zone5 .sec1 .set .text {
          padding-bottom: 20px; }
      #toppage #zone5 .sec1 .btn {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        padding-top: 30px;
        max-width: 240px;
        margin: auto; }
    #toppage #zone5 .sec2 h3 {
      font-size: 25px;
      color: #9A7C47;
      font-family: "Open Sans", sans-serif; }
    #toppage #zone5 .sec2 .text {
      padding: 20px 0; }
    #toppage #zone5 .sec2 .set figure {
      padding-bottom: 20px; }
    #toppage #zone5 .sec2 .set ul {
      max-width: 240px;
      margin: auto; }
      #toppage #zone5 .sec2 .set ul li {
        width: 240px;
        padding-top: 20px; }
  #toppage #zone6 {
    padding-top: 55px; }
    #toppage #zone6 ul li {
      padding-bottom: 100px; }
      #toppage #zone6 ul li .in .mds {
        text-align: center;
        padding-bottom: 20px; }
      #toppage #zone6 ul li .in .text {
        line-height: 1.5;
        padding: 20px 0; }
      #toppage #zone6 ul li .in .btn {
        max-width: 240px;
        margin: auto;
        padding-top: 20px; }
  #toppage #zone7 {
    padding: 0 20px 300px;
    margin-bottom: 250px; }
    #toppage #zone7 .mds {
      text-align: center;
      padding-bottom: 20px; }
    #toppage #zone7 .btn {
      position: absolute;
      bottom: -140px;
      left: calc(50% - 120px);
      width: 240px; }
    #toppage #zone7 .swiper-custom-parent {
      position: absolute;
      bottom: 0px;
      left: calc(50% - 450px);
      width: 900px; }
      #toppage #zone7 .swiper-custom-parent .swiper-pagination {
        position: absolute;
        bottom: -37px;
        left: calc(50% - 130px);
        text-align: center;
        width: 260px; }
      #toppage #zone7 .swiper-custom-parent .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        display: inline-block;
        margin: 3px;
        border-radius: 7px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 1;
        border: 1px solid #000;
        background: none; }
      #toppage #zone7 .swiper-custom-parent .swiper-pagination-bullet-active {
        background: #000; }
      #toppage #zone7 .swiper-custom-parent .swiper-button-next {
        top: auto;
        bottom: -45px;
        right: calc(50% - 160px); }
      #toppage #zone7 .swiper-custom-parent .swiper-button-prev {
        top: auto;
        bottom: -45px;
        left: calc(50% - 160px); }
      #toppage #zone7 .swiper-custom-parent .swiper-slide {
        position: relative;
        background: #fff; }
        #toppage #zone7 .swiper-custom-parent .swiper-slide .in {
          position: absolute;
          top: 210px;
          left: 0;
          width: 100%;
          text-align: center;
          z-index: 1;
          color: #fff;
          line-height: 1.2; }
          #toppage #zone7 .swiper-custom-parent .swiper-slide .in .t1 {
            font-size: 16px;
            font-family: "EB Garamond", serif;
            padding-bottom: 10px; }
          #toppage #zone7 .swiper-custom-parent .swiper-slide .in .t2 {
            font-size: 12px; }
          #toppage #zone7 .swiper-custom-parent .swiper-slide .in.ex {
            color: #000; }
        #toppage #zone7 .swiper-custom-parent .swiper-slide .tab {
          position: absolute;
          top: 0;
          left: 0;
          color: #fff;
          font-size: 12px;
          font-family: "Open Sans", sans-serif;
          background-color: #B7180C;
          padding: 5px; }
        #toppage #zone7 .swiper-custom-parent .swiper-slide a {
          display: block; }
  #toppage #zone8 {
    padding-bottom: 100px; }
    #toppage #zone8 .in {
      padding: 70px 20px;
      text-align: center;
      background: url("../img/top/online_sp.jpg") no-repeat center top;
      background-size: cover; }
      #toppage #zone8 .in .mds {
        text-align: center;
        padding-bottom: 20px; }
      #toppage #zone8 .in .text {
        color: #fff;
        padding-bottom: 30px; }
      #toppage #zone8 .in .btn {
        width: 240px;
        margin: auto; }
    #toppage #zone8 .refresh {
      padding: 40px 20px 0; }
      #toppage #zone8 .refresh a {
        font-size: 15px;
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        border: 1px solid #9A7C47;
        box-shadow: 5px 5px 0px #9A7C47;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        padding: 10px 35px 10px 10px;
        background: url("../img/arrow3.png") no-repeat right 10px center;
        background-size: 15px auto;
        background-color: #fff; }
        #toppage #zone8 .refresh a img {
          width: 40px; }
        #toppage #zone8 .refresh a i {
          position: relative;
          z-index: 2;
          padding-left: 10px;
          line-height: 1.6;
          font-size: 12px; }
          #toppage #zone8 .refresh a i b {
            font-size: 16px;
            color: #9A7C47;
            font-family: "Open Sans", sans-serif; }
  #toppage #zone9 {
    padding-bottom: 100px;
    margin-bottom: 100px; }
    #toppage #zone9 .set {
      padding-bottom: 220px; }
      #toppage #zone9 .set .mds {
        text-align: center; }
    #toppage #zone9 .swiper-custom-parent {
      position: absolute;
      bottom: 0;
      left: calc(50% - 350px);
      max-width: 700px;
      margin: auto; }
      #toppage #zone9 .swiper-custom-parent .swiper-slide img {
        width: 230px;
        height: 230px;
        object-fit: cover; }
      #toppage #zone9 .swiper-custom-parent .swiper-button-next {
        right: calc(50% - 160px); }
      #toppage #zone9 .swiper-custom-parent .swiper-button-prev {
        left: calc(50% - 160px); }
  #toppage #zone10 {
    padding-bottom: 100px; }
    #toppage #zone10 .mds {
      text-align: center; }
    #toppage #zone10 .btn {
      padding-top: 30px;
      width: 240px;
      margin: auto; }
  #toppage #zone11 {
    padding-bottom: 100px; }
    #toppage #zone11 .mds {
      text-align: center; }
    #toppage #zone11 ul li {
      padding-bottom: 30px; }
      #toppage #zone11 ul li .pic {
        padding-bottom: 15px; }
      #toppage #zone11 ul li .text {
        line-height: 1.5; }
    #toppage #zone11 .btn {
      width: 240px;
      margin: auto; }
  #gift #zone1 {
    padding-bottom: 100px; }
    #gift #zone1 h2 {
      border-top: 1px solid #9A7C47;
      border-bottom: 1px solid #9A7C47;
      font-size: 18px;
      line-height: 1.5;
      font-family: "Open Sans", sans-serif;
      padding: 20px 0;
      margin-bottom: 40px; }
    #gift #zone1 .text {
      padding-bottom: 50px; }
    #gift #zone1 h3 {
      font-size: 16px;
      font-family: "Open Sans", sans-serif;
      padding-bottom: 10px; }
    #gift #zone1 figure {
      padding-bottom: 50px; }
    #gift #zone1 .box {
      border: 1px solid #9A7C47;
      padding: 20px;
      line-height: 2;
      margin-bottom: 50px; }
      #gift #zone1 .box b {
        display: block;
        font-family: "Open Sans", sans-serif; }
      #gift #zone1 .box figure {
        padding-bottom: 20px; }
    #gift #zone1 .btn {
      width: 240px;
      margin: auto; }
  #faq #zone1 .lead {
    padding-bottom: 50px; }
  #faq #zone1 .sec {
    padding-bottom: 70px; }
    #faq #zone1 .sec h2 {
      font-size: 20px;
      color: #9A7C47;
      font-family: "Open Sans", sans-serif; }
    #faq #zone1 .sec dl {
      margin-top: 20px; }
      #faq #zone1 .sec dl dt {
        line-height: 1.5; }
      #faq #zone1 .sec dl dd {
        background: #9A7C47;
        padding: 20px;
        color: #fff;
        box-shadow: 5px 0px 0px #9A7C47;
        display: none;
        line-height: 2; }
        #faq #zone1 .sec dl dd a {
          color: #fff;
          text-decoration: underline; }
  #law #zone1 {
    margin-bottom: 100px; }
    #law #zone1 dl {
      padding: 0px 0px 30px 0px;
      line-height: 2; }
      #law #zone1 dl dt {
        font-family: "Open Sans", sans-serif; }
  #terms, #privacy {
    padding-bottom: 50px; }
    #terms .lead, #privacy .lead {
      padding-bottom: 50px; }
    #terms section, #privacy section {
      padding: 0 0 50px; }
      #terms section .mds1, #privacy section .mds1 {
        margin: 0 0 20px; }
      #terms section .list1, #privacy section .list1 {
        margin-left: 1.5em;
        line-height: 2; }
        #terms section .list1 li, #privacy section .list1 li {
          list-style-type: decimal;
          padding-bottom: 20px; }
      #terms section .list2, #privacy section .list2 {
        list-style-type: none;
        line-height: 2;
        margin-top: 10px; }
        #terms section .list2 li, #privacy section .list2 li {
          list-style-type: none;
          counter-increment: cnt;
          position: relative;
          margin-left: 30px;
          padding-bottom: 10px; }
          #terms section .list2 li::before, #privacy section .list2 li::before {
            display: marker;
            content: "(" counter(cnt) ") ";
            position: absolute;
            top: 0;
            left: -25px; }
      #terms section .list3, #privacy section .list3 {
        margin-left: 70px; }
        #terms section .list3 li, #privacy section .list3 li {
          list-style-type: lower-roman; }
  #tutorial #zone1 .lead {
    padding-bottom: 50px; }
  #tutorial #zone1 .sec1, #tutorial #zone1 .sec2 {
    border-top: 1px solid #9A7C47;
    padding: 50px 0; }
    #tutorial #zone1 .sec1 h2, #tutorial #zone1 .sec2 h2 {
      font-size: 20px;
      font-family: "Open Sans", sans-serif;
      padding-bottom: 30px; }
    #tutorial #zone1 .sec1 .movie, #tutorial #zone1 .sec2 .movie {
      padding-bottom: 30px; }
    #tutorial #zone1 .sec1 ul li, #tutorial #zone1 .sec2 ul li {
      border: 1px solid #9A7C47;
      padding: 20px;
      background: #fff;
      position: relative;
      margin-bottom: 50px; }
      #tutorial #zone1 .sec1 ul li::after, #tutorial #zone1 .sec2 ul li::after {
        position: absolute;
        bottom: -48px;
        right: calc(50% - 20px);
        content: '';
        width: 40px;
        height: 40px;
        background: url("../img/arrow5b.png") no-repeat center center;
        background-size: 40px; }
      #tutorial #zone1 .sec1 ul li:last-child::after, #tutorial #zone1 .sec2 ul li:last-child::after {
        display: none; }
      #tutorial #zone1 .sec1 ul li:nth-of-type(1), #tutorial #zone1 .sec2 ul li:nth-of-type(1) {
        background: #F2ECE1;
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        line-height: 2;
        color: #9A7C47;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
      #tutorial #zone1 .sec1 ul li .t1, #tutorial #zone1 .sec2 ul li .t1 {
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        color: #9A7C47; }
      #tutorial #zone1 .sec1 ul li figure, #tutorial #zone1 .sec2 ul li figure {
        width: 150px;
        margin: auto;
        padding: 20px 0; }
      #tutorial #zone1 .sec1 ul li .t2, #tutorial #zone1 .sec2 ul li .t2 {
        line-height: 1.5; }
  #tutorial #zone1 .sec2 {
    padding-bottom: 100px; }
  #tutorial #zone2 {
    border-top: 1px solid #9A7C47;
    padding-top: 50px;
    padding-bottom: 100px; }
    #tutorial #zone2 h2 {
      font-size: 20px;
      font-family: "Open Sans", sans-serif;
      padding-bottom: 20px;
      color: #9A7C47;
      text-align: center;
      line-height: 1.2; }
  #howtouse #zone1 {
    padding-bottom: 70px; }
    #howtouse #zone1 .lead {
      padding-bottom: 50px; }
    #howtouse #zone1 .sec {
      border-top: 1px solid #9A7C47;
      padding: 50px 0; }
      #howtouse #zone1 .sec h2 {
        font-size: 20px;
        font-family: "Open Sans", sans-serif;
        padding-bottom: 30px;
        line-height: 1.5; }
      #howtouse #zone1 .sec .movie, #howtouse #zone1 .sec .pic {
        padding-bottom: 30px; }
      #howtouse #zone1 .sec .text {
        padding-bottom: 30px; }
      #howtouse #zone1 .sec ul {
        width: 260px;
        margin: auto; }
        #howtouse #zone1 .sec ul li {
          padding-bottom: 30px; }
          #howtouse #zone1 .sec ul li .t1 {
            font-size: 12px;
            line-height: 1.5;
            padding-top: 10px;
            text-align: center; }
      #howtouse #zone1 .sec .btn {
        width: 240px;
        margin: auto; }
  #maintenance #zone1 {
    padding-bottom: 50px; }
    #maintenance #zone1 .lead {
      padding-bottom: 50px; }
    #maintenance #zone1 .sec1 {
      padding-bottom: 50px; }
    #maintenance #zone1 dl {
      padding: 0px 0px 30px 0px;
      line-height: 2; }
      #maintenance #zone1 dl dt {
        font-family: "Open Sans", sans-serif; }
      #maintenance #zone1 dl dd b {
        font-family: "Open Sans", sans-serif;
        color: #9A7C47; }
      #maintenance #zone1 dl dd .btn {
        padding-bottom: 30px; }
        #maintenance #zone1 dl dd .btn .btn2 {
          width: 100%; }
  #contact #zone1 {
    padding-bottom: 100px; }
    #contact #zone1 .lead {
      padding-bottom: 30px; }
    #contact #zone1 .lead2 {
      font-family: "Open Sans", sans-serif;
      padding: 10px;
      background-color: #fff;
      border: 1px solid #9A7C47;
      margin-bottom: 50px;
      line-height: 1.5; }
    #contact #zone1 dl {
      padding-bottom: 30px; }
      #contact #zone1 dl dt {
        font-size: 16px; }
        #contact #zone1 dl dt i {
          display: inline-block;
          margin-left: 20px;
          font-size: 11px;
          padding: 2px 10px;
          color: #9A7C47;
          border: 1px solid #9A7C47; }
    #contact #zone1 .submit {
      width: 240px;
      margin: auto; }
      #contact #zone1 .submit .btn2 {
        margin-top: 20px; }
  #notfound #zone1, #thanks #zone1 {
    margin: 0 20px;
    padding-bottom: 100px; }
    #notfound #zone1 h2, #thanks #zone1 h2 {
      font-size: 20px;
      font-family: "EB Garamond", serif;
      font-family: "Open Sans", sans-serif;
      text-align: center;
      padding-bottom: 30px;
      line-height: 2; }
    #notfound #zone1 .text, #thanks #zone1 .text {
      padding-bottom: 50px; }
    #notfound #zone1 .btn, #thanks #zone1 .btn {
      width: 240px;
      margin: auto; }
  #happynewyear .main {
    margin: 60px -20px 10px; }
  #happynewyear .movie {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative; }
    #happynewyear .movie iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #happynewyear .sec1 {
    position: relative;
    padding-bottom: 40px; }
    #happynewyear .sec1 .t1 {
      font-family: "Open Sans", sans-serif;
      text-align: center;
      font-size: 16px;
      color: #9A7C47;
      padding-bottom: 10px;
      line-height: 1; }
    #happynewyear .sec1 h1 {
      font-family: "Open Sans", sans-serif;
      font-size: 20px;
      text-align: center;
      padding-bottom: 30px;
      line-height: 1; }
    #happynewyear .sec1 .text {
      font-size: 14px; }
      #happynewyear .sec1 .text small {
        font-size: 12px; }
  #happynewyear .subnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0px 30px; }
    #happynewyear .subnav li {
      width: calc(100% / 2 - 5px);
      margin-top: 10px; }
      #happynewyear .subnav li a {
        font-family: "Open Sans", sans-serif;
        display: block;
        border: 2px solid #9A7C47;
        color: #9A7C47;
        padding: 5px;
        text-align: center;
        font-size: 14px; }
  #happynewyear .sec2 {
    position: relative;
    padding: 30px 0px 0px; }
    #happynewyear .sec2 h2 {
      font-family: "Open Sans", sans-serif;
      font-size: 20px;
      color: #9A7C47;
      border-bottom: 1px solid #9A7C47;
      margin-bottom: 30px;
      padding-bottom: 10px; }
  #happynewyear .set {
    padding-bottom: 50px; }
    #happynewyear .set .title {
      font-size: 22px;
      line-height: 1.4;
      padding-top: 15px; }
      #happynewyear .set .title small {
        font-size: 18px; }
  #senryu .main {
    margin: 60px -20px 10px; }
  #senryu #bread {
    margin-left: 20px;
    margin-right: 20px; }
  #senryu .sec1 {
    padding: 20px; }
    #senryu .sec1 .in .text {
      font-size: 16px; }
    #senryu .sec1 .in ul {
      padding: 50px 0;
      padding-bottom: 30px;
      margin: 50px 0;
      border-top: 1px solid #9A7C47;
      border-bottom: 1px solid #9A7C47; }
      #senryu .sec1 .in ul li {
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        line-height: 1.5;
        padding-bottom: 20px;
        padding-left: 1em;
        text-indent: -1em; }
        #senryu .sec1 .in ul li::before {
          content: '・';
          color: #9A7C47; }
  #senryu .subnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px auto; }
    #senryu .subnav li {
      width: calc(100% / 2);
      text-align: center;
      padding: 10px; }
  #senryu .sec {
    padding: 80px 10px; }
    #senryu .sec h2 {
      text-align: center;
      padding-bottom: 20px; }
      #senryu .sec h2 img {
        width: 200px; }
    #senryu .sec .s_list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #senryu .sec .s_list li {
        width: calc(100% / 2);
        text-align: center;
        padding: 10px; }
        #senryu .sec .s_list li img {
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); }
  #senryu .sec2 {
    background: url("/assets/img/senryu/bg2.png") no-repeat center center;
    background-size: 150% auto;
    background-color: #E9F4E2; }
    #senryu .sec2 .s_list {
      max-width: 280px;
      margin: auto; }
      #senryu .sec2 .s_list li {
        width: 100%; }
  #senryu .sec3 {
    background: url("/assets/img/senryu/bg3.png") no-repeat center center;
    background-size: 150% auto; }
  #senryu .sec4 {
    background: url("/assets/img/senryu/bg4.png") no-repeat center center;
    background-size: 150% auto;
    background-color: #E9F4E2; }
  #senryu .sec5 {
    background: url("/assets/img/senryu/bg5.png") no-repeat center center;
    background-size: 150% auto; }
  #senryu .sec6 {
    background-color: #E9F4E2; }
    #senryu .sec6 .btn {
      padding-top: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
  #about #zone1 {
    padding-bottom: 50px; }
    #about #zone1 .lead {
      padding-bottom: 50px;
      font-size: 16px;
      font-family: "Open Sans", sans-serif; }
    #about #zone1 .sec1 {
      padding-bottom: 30px; }
      #about #zone1 .sec1 ul li {
        padding-bottom: 30px; }
    #about #zone1 .sec2 h2 {
      font-size: 20px;
      font-family: "Open Sans", sans-serif;
      padding-bottom: 20px;
      color: #9A7C47;
      text-align: center;
      line-height: 1.2; }
  #about #zone2 {
    border-top: 1px solid #9A7C47;
    padding-top: 50px;
    padding-bottom: 100px; }
    #about #zone2 .lead {
      padding-bottom: 50px;
      font-size: 16px;
      font-family: "Open Sans", sans-serif; }
    #about #zone2 .text {
      padding-bottom: 30px; }
    #about #zone2 ul {
      padding-bottom: 10px; }
      #about #zone2 ul li {
        padding-bottom: 20px; }
    #about #zone2 .btn {
      width: 240px;
      margin: auto; }
  #company #zone1,
  #company #zone4 {
    margin-bottom: 100px; }
    #company #zone1 dl,
    #company #zone4 dl {
      padding: 0px 0px 20px 0px;
      line-height: 2; }
      #company #zone1 dl dt,
      #company #zone4 dl dt {
        font-family: "Open Sans", sans-serif; }
  #company #zone2 {
    margin-bottom: 100px; }
  #company #zone3 {
    margin-bottom: 100px; }
  #products_top #zone1 {
    margin-bottom: 100px; }
    #products_top #zone1 .lead {
      padding-bottom: 50px; }
    #products_top #zone1 .nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #products_top #zone1 .nav li {
        width: calc(50% - 1px);
        padding-bottom: 2px; }
    #products_top #zone1 .sec {
      padding-top: 100px; }
      #products_top #zone1 .sec ul li {
        margin-bottom: 30px;
        position: relative;
        overflow: hidden; }
        #products_top #zone1 .sec ul li figure {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          #products_top #zone1 .sec ul li figure i {
            position: absolute;
            bottom: 5px;
            left: 5px;
            color: #fff;
            font-size: 10px; }
        #products_top #zone1 .sec ul li .in {
          position: relative;
          color: #fff;
          width: 100%;
          padding: 30px 20px; }
          #products_top #zone1 .sec ul li .in .t1 {
            font-family: "Open Sans", sans-serif;
            font-size: 12px;
            padding-bottom: 10px;
            line-height: 1.2;
            text-align: center; }
          #products_top #zone1 .sec ul li .in .t2 {
            font-family: "EB Garamond", serif;
            font-size: 18px;
            padding-bottom: 20px;
            line-height: 1.2;
            text-align: center; }
          #products_top #zone1 .sec ul li .in .text {
            padding-bottom: 20px;
            line-height: 1.5;
            font-size: 13px; }
          #products_top #zone1 .sec ul li .in .btn {
            width: 240px;
            margin: auto; }
          #products_top #zone1 .sec ul li .in .tab {
            position: absolute;
            top: 0;
            left: 0;
            color: #fff;
            font-size: 12px;
            font-family: "Open Sans", sans-serif;
            background-color: #B7180C;
            padding: 5px; }
      #products_top #zone1 .sec.ex ul li figure i {
        color: #000; }
      #products_top #zone1 .sec.ex ul li .in {
        color: #000; }
        #products_top #zone1 .sec.ex ul li .in .tab {
          color: #000; }
  #products #zone1 {
    padding-bottom: 50px; }
    #products #zone1 .lead {
      padding-bottom: 30px;
      font-family: "Open Sans", sans-serif;
      border-bottom: 1px solid #9A7C47; }
      #products #zone1 .lead.ex {
        border-bottom: 0;
        padding-bottom: 50px; }
    #products #zone1 .text {
      padding-top: 30px;
      padding-bottom: 50px; }
      #products #zone1 .text small {
        display: block;
        font-size: 12px;
        font-family: "Open Sans", sans-serif;
        color: #9A7C47;
        padding-top: 10px; }
    #products #zone1 .pics {
      padding-bottom: 80px; }
      #products #zone1 .pics li {
        padding-bottom: 20px; }
    #products #zone1 .pics_set1 img {
      margin-bottom: 10px; }
    #products #zone1 .pics_set2 img {
      margin-bottom: 10px; }
    #products #zone1 .pics_set3 img {
      margin-bottom: 10px; }
    #products #zone1 .kome {
      line-height: 1.5;
      font-size: 12px;
      padding: 5px 0 80px; }
    #products #zone1 .voice {
      border-top: 1px solid #9A7C47;
      padding-top: 50px; }
    #products #zone1 .sec {
      position: relative;
      padding-bottom: 50px; }
      #products #zone1 .sec h2 {
        font-family: "EB Garamond", serif;
        font-size: 40px;
        color: #9A7C47;
        padding-bottom: 10px; }
      #products #zone1 .sec .item li {
        position: relative;
        margin-bottom: 20px; }
        #products #zone1 .sec .item li .in {
          position: absolute;
          bottom: 20px;
          left: 0;
          width: 100%;
          text-align: center;
          color: #fff; }
      #products #zone1 .sec .t1 {
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #products #zone1 .sec .t1 i {
          display: inline-block;
          background: #fff;
          color: #000;
          padding: 5px 10px;
          margin-right: 20px; }
      #products #zone1 .sec .t2 {
        padding: 10px 0 15px;
        font-family: "Open Sans", sans-serif;
        text-align: center; }
        #products #zone1 .sec .t2 i {
          font-size: 18px;
          letter-spacing: 0.1em; }
      #products #zone1 .sec .btn {
        width: 240px;
        margin: auto; }
        #products #zone1 .sec .btn .btn1 {
          height: 50px; } }
        @media screen and (max-width: 760px) and (max-width: 350px) {
          #products #zone1 .sec .btn .btn1 {
            height: 40px; } }

@media screen and (max-width: 760px) {
    #products #zone1 .exsec1 {
      padding-bottom: 80px; }
      #products #zone1 .exsec1 h2 {
        font-family: "Open Sans", sans-serif;
        text-align: center;
        font-size: 18px;
        padding-bottom: 20px; }
      #products #zone1 .exsec1 .text {
        padding: 0; }
      #products #zone1 .exsec1 .link {
        width: 240px;
        margin: auto;
        padding-top: 30px; }
    #products #zone1 .exsec2 {
      background: #666;
      color: #fff;
      padding: 18px;
      margin-bottom: 50px; }
      #products #zone1 .exsec2 h2 {
        font-family: "Open Sans", sans-serif;
        text-align: center;
        font-size: 20px;
        padding-bottom: 20px;
        line-height: 1.4; }
      #products #zone1 .exsec2 ul {
        line-height: 2; }
        #products #zone1 .exsec2 ul .pos1 {
          padding-bottom: 40px; }
        #products #zone1 .exsec2 ul .pos2 img {
          width: 100%; }
    #products #zone1.furue {
      padding-bottom: 0; }
      #products #zone1.furue .f1 {
        width: 200px;
        margin: auto;
        padding-bottom: 30px; }
      #products #zone1.furue .pics {
        padding-bottom: 30px; }
      #products #zone1.furue .f2 {
        width: 240px;
        margin: auto;
        padding-bottom: 100px; }
      #products #zone1.furue .mv {
        margin-bottom: 100px; }
      #products #zone1.furue .sec {
        padding-bottom: 100px; }
        #products #zone1.furue .sec .f3 {
          text-align: center;
          font-family: "EB Garamond", serif;
          font-size: 30px;
          color: #A0A0A0;
          padding-bottom: 20px; }
          #products #zone1.furue .sec .f3 i {
            color: #FF6098; }
          #products #zone1.furue .sec .f3 small {
            color: #000;
            font-size: 12px;
            display: block;
            padding-bottom: 10px; }
        #products #zone1.furue .sec .f4 {
          text-align: center;
          padding-bottom: 20px;
          line-height: 1.4; }
        #products #zone1.furue .sec .item li .in {
          color: #000; }
          #products #zone1.furue .sec .item li .in .t1 i {
            background: #FF6098;
            color: #fff; }
    #products #zone1.yellow {
      padding-bottom: 0; }
      #products #zone1.yellow .yp1 {
        padding-bottom: 20px; }
      #products #zone1.yellow .y1 {
        font-size: 18px;
        text-align: center;
        padding-bottom: 100px; }
      #products #zone1.yellow .sec {
        padding-bottom: 100px; }
        #products #zone1.yellow .sec .f3 {
          text-align: center;
          font-family: "EB Garamond", serif;
          font-size: 30px;
          color: #A0A0A0;
          padding-bottom: 20px; }
          #products #zone1.yellow .sec .f3 i {
            color: #e2c642; }
          #products #zone1.yellow .sec .f3 small {
            color: #000;
            font-size: 12px;
            display: block;
            padding-bottom: 10px;
            line-height: 1.2; }
        #products #zone1.yellow .sec .f4 {
          text-align: center;
          padding-bottom: 20px;
          line-height: 1.4; }
        #products #zone1.yellow .sec .item li .in .t1 i {
          background: #e2c642;
          color: #fff; }
        #products #zone1.yellow .sec .pics {
          width: 100%;
          padding-bottom: 60px; }
      #products #zone1.yellow.lime .sec .f3 i {
        color: #5CCB4F; }
      #products #zone1.yellow.lime .sec .item li .in .t1 i {
        background: #5CCB4F; }
      #products #zone1.yellow.cardinalred .pics img {
        width: 100%;
        height: 200px;
        object-fit: cover; }
      #products #zone1.yellow.cardinalred .sec .tab1 {
        text-align: center;
        padding-bottom: 10px; }
        #products #zone1.yellow.cardinalred .sec .tab1 i {
          display: inline-block;
          color: #fff;
          font-size: 15px;
          font-family: "EB Garamond", serif;
          background-color: #B7180C;
          padding: 5px;
          width: 150px; }
      #products #zone1.yellow.cardinalred .sec .tab2 {
        text-align: center;
        padding-bottom: 10px; }
        #products #zone1.yellow.cardinalred .sec .tab2 i {
          display: inline-block;
          color: #fff;
          font-family: "Open Sans", sans-serif;
          font-size: 12px;
          border: 1px solid #fff;
          padding: 5px; }
      #products #zone1.yellow.cardinalred .sec .f3 i {
        color: #B7180C; }
      #products #zone1.yellow.cardinalred .sec .item figure img {
        width: 100%;
        height: 400px;
        object-fit: cover; }
      #products #zone1.yellow.cardinalred .sec .item li .in .t1 i {
        background: #B7180C; }
    #products #zone1.nmn .sec h3 {
      text-align: center;
      font-family: "EB Garamond", serif;
      font-size: 30px; }
      #products #zone1.nmn .sec h3 small {
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        display: block;
        padding-bottom: 10px; }
    #products #zone1.nmn .sec .text {
      font-family: "Open Sans", sans-serif; }
    #products #zone1.nmn .sec .pic {
      padding: 50px 0 20px; }
    #products #zone1.nmn .sec .item li .in .t1 i {
      color: #fff;
      background: #000; }
    #products #zone1.nmn .sec .item li .in .t2 {
      color: #000; }
    #products #zone1.nmn .sec .item li .in .t3 {
      color: #000;
      font-family: "Open Sans", sans-serif;
      text-align: center;
      padding-bottom: 15px; }
      #products #zone1.nmn .sec .item li .in .t3 i {
        font-size: 18px;
        letter-spacing: 0.1em; }
      #products #zone1.nmn .sec .item li .in .t3 b {
        display: inline-block;
        background-color: #c30000;
        color: #fff;
        font-size: 11px;
        padding: 3px;
        margin-right: 10px; }
  #products.hanshin .ttl span {
    color: #DBC206; }
  #products.hanshin #zone1 .logo {
    width: 220px;
    margin: auto;
    padding-bottom: 50px; }
  #products.hanshin #zone1 .text {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 30px 0;
    margin-bottom: 50px; }
    #products.hanshin #zone1 .text small {
      color: #000; }
  #products.hanshin #zone1 .pics {
    padding-bottom: 0; }
  #products.hanshin #zone1 .pic1 {
    padding-bottom: 60px; }
  #athletes_top #zone1 {
    padding-bottom: 50px; }
    #athletes_top #zone1 .lead {
      padding-bottom: 50px; }
    #athletes_top #zone1 ul li {
      padding-bottom: 30px; }
      #athletes_top #zone1 ul li .btn3 {
        padding: 25px 20px; }
        #athletes_top #zone1 ul li .btn3 .in {
          position: relative; }
          #athletes_top #zone1 ul li .btn3 .in .t1 {
            font-size: 14px;
            font-family: "EB Garamond", serif;
            padding-bottom: 10px;
            color: #9A7C47;
            text-transform: capitalize; }
          #athletes_top #zone1 ul li .btn3 .in .t2 {
            font-size: 22px;
            font-family: "Open Sans", sans-serif;
            line-height: 1.2;
            padding-right: 50px; }
          #athletes_top #zone1 ul li .btn3 .in .t3 {
            font-size: 12px;
            font-family: "EB Garamond", serif;
            padding-top: 5px;
            color: #9A7C47;
            padding-right: 50px; }
          #athletes_top #zone1 ul li .btn3 .in .btn {
            width: 30px;
            position: absolute;
            bottom: 0;
            right: 0; }
        #athletes_top #zone1 ul li .btn3 .pic {
          padding-top: 20px; }
  #athletes #zone1 {
    padding-bottom: 50px; }
    #athletes #zone1 .profile {
      padding-bottom: 30px; }
      #athletes #zone1 .profile .t1 {
        font-size: 16px;
        padding-bottom: 10px; }
      #athletes #zone1 .profile h2 {
        font-size: 22px;
        font-family: "Open Sans", sans-serif;
        padding-bottom: 10px; }
      #athletes #zone1 .profile .t2 {
        font-family: "EB Garamond", serif;
        color: #9A7C47;
        padding-bottom: 20px; }
    #athletes #zone1 .sec1 {
      padding-top: 50px; }
      #athletes #zone1 .sec1 h3 {
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        line-height: 1.8;
        padding-bottom: 30px; }
    #athletes #zone1 .sec2 {
      padding-top: 50px; }
      #athletes #zone1 .sec2 .t1 {
        text-align: center;
        font-family: "Open Sans", sans-serif;
        color: #9A7C47;
        line-height: 2;
        font-size: 16px;
        padding-bottom: 40px;
        background: url("../img/arrow5b.png") no-repeat center bottom;
        background-size: 40px;
        margin-bottom: 10px; }
      #athletes #zone1 .sec2 .mv {
        position: relative; }
      #athletes #zone1 .sec2 .pic {
        padding-top: 50px; }
    #athletes #zone1 .btnboxlist {
      padding-top: 80px;
      border-top: 1px solid #9A7C47; }
  #jikkan #zone1 {
    padding-bottom: 50px; }
    #jikkan #zone1 h2 {
      width: 200px;
      margin: auto;
      padding-bottom: 50px; }
    #jikkan #zone1 .lead {
      padding-bottom: 50px; }
    #jikkan #zone1 ul li {
      padding-bottom: 50px; }
      #jikkan #zone1 ul li .t1 {
        padding-top: 20px; }
      #jikkan #zone1 ul li .t2 {
        font-size: 18px;
        font-family: "Open Sans", sans-serif;
        padding-top: 5px; }
  #nakajima_golf #zone1 {
    padding-bottom: 50px; }
    #nakajima_golf #zone1 .lead {
      padding-bottom: 50px; }
    #nakajima_golf #zone1 .box {
      border: 1px solid #9A7C47;
      padding: 20px; }
      #nakajima_golf #zone1 .box .t1 {
        font-family: "Open Sans", sans-serif;
        color: #9A7C47;
        font-size: 12px;
        padding-top: 10px;
        line-height: 1.4; }
    #nakajima_golf #zone1 .sec1 {
      padding: 50px 0 30px; }
    #nakajima_golf #zone1 .date {
      padding-bottom: 20px;
      font-size: 15px;
      font-family: "Open Sans", sans-serif;
      letter-spacing: 0.1em; }
      #nakajima_golf #zone1 .date i {
        display: inline-block;
        background: #9A7C47;
        color: #fff;
        font-size: 12px;
        font-family: "EB Garamond", serif;
        font-weight: normal;
        padding: 3px 10px;
        margin-right: 15px; }
    #nakajima_golf #zone1 h4 {
      font-family: "Open Sans", sans-serif;
      font-size: 20px;
      padding-bottom: 20px;
      line-height: 1.2; }
  #shop-list #zone1 .lead {
    padding-bottom: 50px; }
  #shop-list #zone1 .sec1 .in figure {
    width: 140px;
    margin: auto; }
  #shop-list #zone1 .sec1 .in .text {
    padding-top: 20px; }
  #shop-list #zone2 {
    padding-bottom: 100px; }
    #shop-list #zone2 h3 {
      font-size: 20px;
      font-family: "Open Sans", sans-serif;
      color: #9A7C47;
      padding-top: 50px; }
    #shop-list #zone2 dl {
      padding-top: 15px; }
      #shop-list #zone2 dl .acobtn {
        font-size: 18px;
        font-family: "Open Sans", sans-serif; }
      #shop-list #zone2 dl dd {
        border: 5px solid #9A7C47;
        border-bottom: 4px solid #9A7C47;
        border-right: 0;
        box-shadow: 5px 0px 0px #9A7C47;
        background: #fff;
        display: none; }
        #shop-list #zone2 dl dd .shop {
          position: relative;
          border-bottom: 1px solid #9A7C47;
          padding: 15px;
          line-height: 1.5; }
          #shop-list #zone2 dl dd .shop .meister {
            width: 37px;
            padding-bottom: 5px; }
          #shop-list #zone2 dl dd .shop .t1 {
            font-size: 15px; }
          #shop-list #zone2 dl dd .shop .t2 {
            padding: 15px 0; }
            #shop-list #zone2 dl dd .shop .t2 a {
              margin-left: 15px;
              color: #9A7C47;
              text-decoration: underline; }
          #shop-list #zone2 dl dd .shop .t3 a {
            display: inline-block;
            padding-left: 25px;
            background: url("../img/tel2.png") no-repeat left center;
            background-size: 20px auto; }
  #blogtop #zone1 {
    margin-bottom: 100px; }
  #voice #zone1 {
    margin-bottom: 100px; }
    #voice #zone1 .lead {
      padding-bottom: 30px; }
  #newstop #zone1 {
    margin-bottom: 100px; }
  #single #zone1 {
    margin-bottom: 100px; }
    #single #zone1 .title {
      padding: 20px 0;
      border-top: 1px solid #9A7C47;
      border-bottom: 1px solid #9A7C47; }
      #single #zone1 .title .date {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 10px; }
        #single #zone1 .title .date .t1 {
          font-size: 18px;
          color: #9A7C47;
          font-family: "EB Garamond", serif;
          margin-right: 20px; }
        #single #zone1 .title .date .t2 {
          width: 80px;
          border: 1px solid #9A7C47;
          font-size: 12px;
          color: #9A7C47;
          font-family: "EB Garamond", serif;
          text-align: center;
          padding: 4px; }
      #single #zone1 .title h2 {
        font-size: 18px;
        font-family: "Open Sans", sans-serif;
        line-height: 1.5; }
    #single #zone1 .share {
      padding: 20px 0 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      #single #zone1 .share span {
        color: #9A7C47;
        font-family: "EB Garamond", serif; }
      #single #zone1 .share a {
        display: block;
        width: 22px;
        margin-left: 10px; }
    #single #zone1 .in {
      padding-bottom: 100px;
      border-bottom: 1px solid #9A7C47;
      line-height: 2; }
      #single #zone1 .in h2 {
        font-size: 18px;
        font-family: "Open Sans", sans-serif;
        line-height: 1.5;
        padding: 20px 0;
        border-bottom: 1px solid #000;
        margin-bottom: 20px; }
      #single #zone1 .in p {
        font-size: 15px;
        padding-bottom: 2em; }
        #single #zone1 .in p a {
          color: #9A7C47;
          text-decoration: underline; }
      #single #zone1 .in small {
        font-size: 13px; }
      #single #zone1 .in img {
        margin: 1em auto 2em; }
      #single #zone1 .in .caption {
        text-align: center;
        margin: -3em 0 2em; }
      #single #zone1 .in .movie {
        margin-bottom: 2em; }
      #single #zone1 .in .btn2 {
        margin: auto; }
    #single #zone1 .related {
      padding: 30px 0;
      border-bottom: 1px solid #9A7C47; }
      #single #zone1 .related ul li {
        margin-bottom: 15px; }
        #single #zone1 .related ul li a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
          #single #zone1 .related ul li a .pic {
            width: 120px; }
          #single #zone1 .related ul li a .t1 {
            width: calc(100% - 130px);
            line-height: 1.5;
            font-size: 12px; }
    #single #zone1 .btn {
      width: 240px;
      margin: auto;
      padding-top: 50px; }
  #tsushin.tsushin_single #bread, #tsushin.tsushin_top #bread {
    padding-bottom: 25px; }
  #tsushin .mds {
    padding-bottom: 25px; }
    #tsushin .mds i {
      display: block;
      font-size: 14px;
      padding-bottom: 10px; }
    #tsushin .mds b {
      display: block;
      font-size: 45px;
      font-family: "EB Garamond", serif; }
    #tsushin .mds.ex b {
      font-family: "Roboto", sans-serif;
      font-size: 30px;
      padding-bottom: 10px; }
  #tsushin #title {
    max-width: 300px;
    margin: auto;
    padding: 100px 0 30px;
    text-align: center; }
    #tsushin #title i {
      display: block;
      padding-top: 20px;
      font-size: 18px; }
  #tsushin .tsushin_nav {
    background-color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0 -20px;
    margin-bottom: 10px;
    padding: 5px 20px; }
    #tsushin .tsushin_nav ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
      #tsushin .tsushin_nav ul li a {
        display: block;
        color: #fff;
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        padding: 10px 10px; }
  #tsushin .topslide {
    height: 300px;
    position: relative;
    margin: 0 -20px;
    margin-bottom: 80px; }
    #tsushin .topslide .swiper-custom-parent {
      width: 100%;
      height: 300px;
      position: absolute;
      top: 0;
      left: 0; }
      #tsushin .topslide .swiper-custom-parent .pic img {
        height: 300px;
        object-fit: cover; }
      #tsushin .topslide .swiper-custom-parent .in {
        width: 100%;
        min-height: 100px;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: 0;
        left: 0;
        color: #fff; }
        #tsushin .topslide .swiper-custom-parent .in .set {
          padding: 10px 20px; }
          #tsushin .topslide .swiper-custom-parent .in .set .t1 {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 10px;
            font-size: 12px; }
            #tsushin .topslide .swiper-custom-parent .in .set .t1 i {
              font-size: 12px;
              background-color: #9A7C47;
              padding: 5px; }
          #tsushin .topslide .swiper-custom-parent .in .set .t2 {
            font-family: "Open Sans", sans-serif;
            font-size: 16px;
            line-height: 1.2;
            margin-bottom: 10px; }
          #tsushin .topslide .swiper-custom-parent .in .set .t3 {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row; }
            #tsushin .topslide .swiper-custom-parent .in .set .t3 i {
              font-size: 12px;
              margin-right: 10px; }
    #tsushin .topslide .swiper-pagination {
      position: absolute;
      bottom: -30px;
      right: 10px;
      text-align: center; }
    #tsushin .topslide .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      display: inline-block;
      background: #fff;
      margin: 6px;
      border-radius: 7px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      opacity: 1;
      border: 1px solid #000; }
    #tsushin .topslide .swiper-pagination-bullet-active {
      background: #000; }
    #tsushin .topslide .swiper-button-next {
      top: calc(50% - 20px);
      right: 5px;
      border: 1px solid #fff;
      border-radius: 100px; }
    #tsushin .topslide .swiper-button-prev {
      top: calc(50% - 20px);
      left: 5px;
      border: 1px solid #fff;
      border-radius: 100px; }
  #tsushin #zone_keyword {
    border-top: 1px solid #9A7C47;
    border-bottom: 1px solid #9A7C47;
    padding: 50px 0 40px;
    margin-bottom: 50px; }
    #tsushin #zone_keyword ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      #tsushin #zone_keyword ul li {
        padding: 5px 10px 5px 0; }
        #tsushin #zone_keyword ul li a {
          display: block;
          background-color: #fff;
          color: #9A7C47;
          padding: 5px;
          border: 1px solid #9A7C47; }
  #tsushin #zone_list {
    padding-bottom: 70px; }
    #tsushin #zone_list .btn {
      width: 240px;
      margin: auto;
      padding-top: 30px; }
  #tsushin .tsushin_list li {
    padding-bottom: 20px; }
  #tsushin .listbtn a {
    position: relative; }
    #tsushin .listbtn a .new {
      position: absolute;
      top: -15px;
      left: -15px;
      width: 50px;
      height: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      background-color: #9A7C47;
      color: #fff;
      font-family: "Open Sans", sans-serif;
      border-radius: 30px;
      z-index: 1; }
    #tsushin .listbtn a .pic {
      position: relative; }
      #tsushin .listbtn a .pic img {
        width: 100%;
        height: 180px;
        object-fit: cover; }
    #tsushin .listbtn a .in {
      padding: 20px; }
      #tsushin .listbtn a .in .t1 {
        color: #9A7C47;
        font-family: "Open Sans", sans-serif;
        font-size: 13px;
        padding-bottom: 10px; }
      #tsushin .listbtn a .in .t2 {
        font-family: "Open Sans", sans-serif;
        line-height: 1.5;
        padding-bottom: 10px; }
      #tsushin .listbtn a .in .t3 {
        padding-bottom: 5px; }
        #tsushin .listbtn a .in .t3 i {
          display: inline-block;
          color: #9A7C47;
          font-size: 12px;
          background-color: #F2ECE1;
          padding: 3px;
          margin: 5px;
          margin-left: 0; }
      #tsushin .listbtn a .in .t4 {
        font-size: 12px;
        color: #9A7C47;
        text-align: right; }
  #tsushin #zone_ranking {
    border-top: 1px solid #9A7C47;
    border-bottom: 1px solid #9A7C47;
    padding: 50px 0 70px; }
    #tsushin #zone_ranking .rankingslide {
      position: relative; }
      #tsushin #zone_ranking .rankingslide .swiper-custom-parent .swiper-wrapper li .listbtn {
        padding-bottom: 5px; }
        #tsushin #zone_ranking .rankingslide .swiper-custom-parent .swiper-wrapper li .listbtn a .pic {
          position: relative; }
          #tsushin #zone_ranking .rankingslide .swiper-custom-parent .swiper-wrapper li .listbtn a .pic i {
            position: absolute;
            top: 0;
            left: 0;
            width: 40px;
            height: 40px;
            background-color: #9A7C47;
            color: #fff;
            z-index: 2;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            font-family: "EB Garamond", serif;
            font-size: 25px; }
      #tsushin #zone_ranking .rankingslide .swiper-button-next {
        top: -50px;
        right: 0; }
      #tsushin #zone_ranking .rankingslide .swiper-button-prev {
        top: -50px;
        left: auto;
        right: 40px; }
  #tsushin #zone_limited {
    padding-top: 50px; }
    #tsushin #zone_limited ul li {
      padding-bottom: 20px; }
  #tsushin #tsushin_footer {
    margin: 0 -20px;
    margin-top: 50px;
    background-color: #F2ECE1;
    padding: 40px 20px; }
    #tsushin #tsushin_footer .in h2 {
      width: 280px;
      padding-bottom: 35px; }
    #tsushin #tsushin_footer .in .sec h3 {
      font-size: 16px;
      font-family: "Open Sans", sans-serif;
      padding-bottom: 10px;
      border-bottom: 1px solid #9A7C47; }
    #tsushin #tsushin_footer .in .sec .set1 {
      padding: 20px 0 35px; }
      #tsushin #tsushin_footer .in .sec .set1 .select {
        background: #fff;
        height: 40px;
        width: 300px;
        border-radius: 5px;
        position: relative;
        border: 1px solid #aaa;
        z-index: 1; }
      #tsushin #tsushin_footer .in .sec .set1 .select::after {
        position: absolute;
        content: '';
        width: 8px;
        height: 8px;
        right: 10px;
        top: 49%;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        border-bottom: 2px solid #9A7C47;
        border-right: 2px solid #9A7C47;
        z-index: -1; }
      #tsushin #tsushin_footer .in .sec .set1 select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: none;
        border: none;
        color: #333;
        font-size: 16px;
        width: 100%;
        height: 100%;
        padding: 0 10px; }
    #tsushin #tsushin_footer .in .sec .set2 {
      padding-top: 20px;
      padding-bottom: 30px; }
      #tsushin #tsushin_footer .in .sec .set2 ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
        #tsushin #tsushin_footer .in .sec .set2 ul li {
          padding: 0 10px 10px 0; }
          #tsushin #tsushin_footer .in .sec .set2 ul li a {
            display: block;
            background-color: #fff;
            color: #9A7C47;
            padding: 5px;
            border: 1px solid #9A7C47; }
    #tsushin #tsushin_footer .in .sec .set3 ul li {
      border-bottom: 1px solid #9A7C47; }
      #tsushin #tsushin_footer .in .sec .set3 ul li a {
        display: block;
        padding: 15px 0; }
        #tsushin #tsushin_footer .in .sec .set3 ul li a .t1 {
          font-family: "Open Sans", sans-serif;
          color: #9A7C47;
          font-size: 12px;
          padding-bottom: 10px; }
        #tsushin #tsushin_footer .in .sec .set3 ul li a .t2 {
          font-family: "Open Sans", sans-serif;
          line-height: 1.5;
          padding-bottom: 5px; }
        #tsushin #tsushin_footer .in .sec .set3 ul li a .t3 {
          text-align: right;
          font-size: 12px;
          color: #9A7C47; }
  #tsushin #zone_single {
    margin: 0 -20px 150px; }
    #tsushin #zone_single .in {
      background-color: #fff;
      border-top: 1px solid #9A7C47;
      border-bottom: 1px solid #9A7C47;
      margin-bottom: 50px; }
      #tsushin #zone_single .in .kv img {
        width: 100%;
        height: 260px;
        object-fit: cover; }
      #tsushin #zone_single .in .contents {
        padding: 20px; }
        #tsushin #zone_single .in .contents .sec1 {
          padding-bottom: 40px; }
          #tsushin #zone_single .in .contents .sec1 h2 {
            font-size: 20px;
            font-family: "Open Sans", sans-serif;
            line-height: 1.5;
            padding-bottom: 20px; }
          #tsushin #zone_single .in .contents .sec1 .set1 {
            border-bottom: 1px solid #9A7C47;
            padding-bottom: 20px;
            margin-bottom: 20px; }
            #tsushin #zone_single .in .contents .sec1 .set1 .date {
              font-family: "Open Sans", sans-serif;
              padding-bottom: 20px; }
            #tsushin #zone_single .in .contents .sec1 .set1 .share {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -webkit-flex-direction: row;
              -ms-flex-direction: row;
              flex-direction: row; }
              #tsushin #zone_single .in .contents .sec1 .set1 .share a {
                margin-right: 5px; }
              #tsushin #zone_single .in .contents .sec1 .set1 .share img {
                width: auto;
                height: 20px; }
          #tsushin #zone_single .in .contents .sec1 .set2 ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row; }
            #tsushin #zone_single .in .contents .sec1 .set2 ul li {
              padding: 0 5px 5px 0; }
              #tsushin #zone_single .in .contents .sec1 .set2 ul li a {
                display: block;
                background-color: #fff;
                color: #9A7C47;
                padding: 5px;
                border: 1px solid #9A7C47;
                font-size: 12px; }
        #tsushin #zone_single .in .contents .sec_wp {
          line-height: 2; }
          #tsushin #zone_single .in .contents .sec_wp h2 {
            font-size: 18px;
            font-family: "Open Sans", sans-serif;
            line-height: 1.5;
            padding: 5px 0 5px 10px;
            border-left: 5px solid #9A7C47;
            border-bottom: 1px solid #9A7C47;
            margin: 50px 0 30px; }
          #tsushin #zone_single .in .contents .sec_wp h3 {
            font-size: 16px;
            font-family: "Open Sans", sans-serif;
            line-height: 1.5;
            padding-left: 30px;
            margin: 30px 0 20px;
            position: relative; }
            #tsushin #zone_single .in .contents .sec_wp h3::before {
              position: absolute;
              content: '';
              width: 20px;
              height: 4px;
              left: 0px;
              top: calc(50% - 2px);
              background-color: #9A7C47; }
          #tsushin #zone_single .in .contents .sec_wp h4 {
            font-size: 16px;
            font-family: "Open Sans", sans-serif;
            line-height: 1.5;
            margin: 30px 0 20px;
            color: #9A7C47; }
          #tsushin #zone_single .in .contents .sec_wp h5 {
            font-family: "Open Sans", sans-serif;
            line-height: 1.5;
            margin: 30px 0 20px; }
          #tsushin #zone_single .in .contents .sec_wp p {
            margin-bottom: 20px; }
            #tsushin #zone_single .in .contents .sec_wp p a {
              color: #9A7C47;
              text-decoration: underline; }
          #tsushin #zone_single .in .contents .sec_wp small {
            font-size: 12px; }
          #tsushin #zone_single .in .contents .sec_wp .memo {
            background-color: #F2ECE1;
            border-left: 5px solid #9A7C47;
            padding: 20px 30px;
            margin-bottom: 20px; }
            #tsushin #zone_single .in .contents .sec_wp .memo p {
              margin-bottom: 5px; }
          #tsushin #zone_single .in .contents .sec_wp blockquote {
            background-color: #F2ECE1;
            padding: 40px 30px;
            margin-bottom: 20px;
            position: relative; }
            #tsushin #zone_single .in .contents .sec_wp blockquote::before {
              content: "";
              color: #fff;
              position: absolute;
              top: 10px;
              left: 20px;
              background: url("../img/tsushin/bq1.png") no-repeat center top;
              background-size: 30px;
              width: 30px;
              height: 30px; }
            #tsushin #zone_single .in .contents .sec_wp blockquote::after {
              content: "";
              color: #fff;
              position: absolute;
              bottom: 10px;
              right: 20px;
              background: url("../img/tsushin/bq2.png") no-repeat center top;
              background-size: 30px;
              width: 30px;
              height: 30px; }
            #tsushin #zone_single .in .contents .sec_wp blockquote p {
              margin-bottom: 5px; }
          #tsushin #zone_single .in .contents .sec_wp ul {
            margin-bottom: 20px; }
            #tsushin #zone_single .in .contents .sec_wp ul li {
              position: relative;
              padding: 0 0 15px 20px;
              line-height: 1.5; }
              #tsushin #zone_single .in .contents .sec_wp ul li::before {
                position: absolute;
                top: 7px;
                left: 2px;
                content: '';
                width: 8px;
                height: 8px;
                background: #9A7C47;
                border-radius: 5px; }
          #tsushin #zone_single .in .contents .sec_wp table {
            margin-bottom: 20px;
            border-top: 1px solid #9A7C47; }
            #tsushin #zone_single .in .contents .sec_wp table th {
              border-bottom: 1px solid #9A7C47;
              padding: 10px;
              font-family: "Open Sans", sans-serif;
              line-height: 1.5;
              font-size: 15px;
              vertical-align: top;
              text-align: left;
              white-space: nowrap; }
            #tsushin #zone_single .in .contents .sec_wp table td {
              border-bottom: 1px solid #9A7C47;
              padding: 10px;
              font-size: 13px;
              line-height: 1.5;
              vertical-align: top; }
          #tsushin #zone_single .in .contents .sec_wp .shop {
            padding: 40px 0;
            text-align: center;
            background: url("../img/top/online.jpg") no-repeat center top;
            background-size: cover; }
            #tsushin #zone_single .in .contents .sec_wp .shop .mds {
              color: #9A7C47;
              line-height: 1; }
    #tsushin #zone_single .btn {
      width: 240px;
      margin: auto; } }

@media print, screen and (min-width: 761px) {
  .none, .sp {
    display: none; }
  a[href^="tel:"] {
    cursor: default;
    color: #000;
    text-decoration: none; }
    a[href^="tel:"]:hover {
      opacity: 1; }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #000; }
    a:hover {
      opacity: 0.7; }
  @-webkit-keyframes zoomUp {
    0% {
      -webkit-transform: translate(50px, 0px);
      transform: translate(50px, 0px); }
    100% {
      -webkit-transform: translate(-50px, 0px);
      transform: translate(-50px, 0px); } }
  @keyframes zoomUp {
    0% {
      -webkit-transform: translate(50px, 0px);
      transform: translate(50px, 0px); }
    100% {
      -webkit-transform: translate(-50px, 0px);
      transform: translate(-50px, 0px); } }
  .swiper-slide-active .slide-img,
  .swiper-slide-duplicate-active .slide-img,
  .swiper-slide-prev .slide-img {
    -webkit-animation: zoomUp 8s linear 0s 1 normal both;
    animation: zoomUp 8s linear 0s 1 normal both; }
  _:-ms-lang(x)::-ms-backdrop, .swiper-slide-active .slide-img,
  _:-ms-lang(x)::-ms-backdrop, .swiper-slide-duplicate-active .slide-img,
  _:-ms-lang(x)::-ms-backdrop, .swiper-slide-prev .slide-img {
    animation: none; }
  .type1 {
    padding: 0 20px;
    background: url("../img/bg1.svg") no-repeat center top;
    background-size: 100% auto; } }
  @media screen and (min-width: 761px) and (max-width: 1920px) {
    .type1 {
      background: url("../img/bg1.svg") no-repeat center top;
      background-size: 1920px auto; } }

@media print, screen and (min-width: 761px) {
    .type1 .wrap {
      max-width: 1100px;
      margin: auto; }
    .type1.hanshin {
      background: url("../img/bg1_hanshin.svg") no-repeat center top;
      background-size: 100% auto; } }
    @media screen and (min-width: 761px) and (max-width: 1920px) {
      .type1.hanshin {
        background: url("../img/bg1_hanshin.svg") no-repeat center top;
        background-size: 1920px auto; } }

@media print, screen and (min-width: 761px) {
  .type2 {
    padding: 0 20px;
    background: url("../img/bg2.svg") no-repeat center top;
    background-size: 100% auto; } }
  @media screen and (min-width: 761px) and (max-width: 1920px) {
    .type2 {
      background: url("../img/bg2.svg") no-repeat center top;
      background-size: 1920px auto; } }

@media print, screen and (min-width: 761px) {
    .type2 .wrap {
      max-width: 1100px;
      margin: auto; }
  .container {
    max-width: 1140px;
    margin: auto;
    padding: 0 20px;
    position: relative; }
  .ttl {
    max-width: 1100px;
    margin: auto;
    padding: 170px 0 30px; }
    .ttl h1 {
      display: block;
      font-size: 80px;
      font-family: "EB Garamond", serif;
      letter-spacing: -0.01em; }
  #bread {
    max-width: 1100px;
    margin: auto;
    position: relative;
    font-size: 12px;
    padding-bottom: 80px; }
    #bread a {
      display: inline-block;
      white-space: nowrap;
      color: #9A7C47;
      text-decoration: underline; }
    #bread li {
      display: inline; }
      #bread li::after {
        content: '>';
        margin: 0 7px 0 10px;
        color: #9A7C47; }
      #bread li:last-child::after {
        display: none; }
  .mainpic {
    margin: 0 -20px 80px;
    text-align: center; }
    .mainpic img {
      max-width: 1640px; }
  .mainpic2 {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 80px; }
  .btnbox {
    display: block;
    background: #fff;
    z-index: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border: 1px solid #9A7C47;
    box-shadow: 5px 5px 0px #9A7C47;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    padding: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .btnbox .pic {
      width: calc(100% - 520px); }
    .btnbox .in {
      width: 480px;
      padding-bottom: 60px;
      position: relative; }
      .btnbox .in h3 {
        font-size: 45px;
        font-family: "EB Garamond", serif;
        color: #9A7C47;
        padding-bottom: 15px; }
      .btnbox .in .t1 {
        font-size: 23px;
        line-height: 1.5;
        padding-bottom: 15px;
        font-family: "Open Sans", sans-serif; }
        .btnbox .in .t1 i {
          display: inline-block;
          padding-top: 10px;
          font-weight: normal;
          font-size: 16px; }
      .btnbox .in .text {
        line-height: 1.5; }
      .btnbox .in .btn {
        width: 40px;
        position: absolute;
        bottom: 0;
        left: 0; }
      .btnbox .in .v1 {
        background: #9A7C47;
        color: #fff;
        font-family: "Open Sans", sans-serif;
        font-size: 25px;
        display: inline;
        line-height: 1.4;
        padding: 0 5px 4px;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone; }
      .btnbox .in .v2 {
        font-size: 18px;
        padding: 30px 0 15px; }
      .btnbox .in .v3 {
        font-size: 32px;
        font-family: "Open Sans", sans-serif;
        padding-bottom: 10px;
        line-height: 1.2; }
      .btnbox .in .v4 {
        font-size: 22px;
        font-family: "EB Garamond", serif;
        color: #9A7C47; }
    .btnbox:hover {
      opacity: 1;
      -webkit-transform: translateX(5px) translateY(5px);
      -ms-transform: translateX(5px) translateY(5px);
      transform: translateX(5px) translateY(5px);
      box-shadow: 0px 0px 0px #9A7C47; }
  .newslist li {
    padding-bottom: 20px; }
    .newslist li a {
      font-size: 15px;
      position: relative;
      z-index: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      border: 1px solid #9A7C47;
      box-shadow: 5px 5px 0px #9A7C47;
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top;
      padding: 20px 80px 20px 30px;
      background: url("../img/arrow2.png") no-repeat right 30px center;
      background-size: 30px auto;
      background-color: #fff; }
      .newslist li a .t1 {
        width: 100px;
        font-size: 18px;
        color: #9A7C47;
        font-family: "EB Garamond", serif; }
      .newslist li a .t2 {
        width: 80px;
        border: 1px solid #9A7C47;
        font-size: 12px;
        color: #9A7C47;
        font-family: "EB Garamond", serif;
        text-align: center;
        padding: 4px; }
      .newslist li a .text {
        width: calc(100% - 180px);
        padding-left: 20px; }
      .newslist li a:hover {
        opacity: 1;
        -webkit-transform: translateX(5px) translateY(5px);
        -ms-transform: translateX(5px) translateY(5px);
        transform: translateX(5px) translateY(5px);
        box-shadow: 0px 0px 0px #9A7C47; }
  header {
    position: absolute;
    width: 100%;
    line-height: 1;
    z-index: 1000;
    top: 0px;
    left: 0px;
    height: 90px; }
    header h1 {
      width: 200px;
      margin: 27px 50px;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      header h1.on {
        opacity: 0; }
    header .lang {
      position: fixed;
      top: 0;
      right: 90px;
      width: 90px;
      height: 90px;
      background: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      font-size: 12px;
      font-family: "EB Garamond", serif;
      letter-spacing: 0.1em; }
      header .lang a {
        display: inline-block;
        font-size: 16px;
        padding: 5px;
        margin-top: 5px; }
    header .hbtn {
      position: fixed;
      top: 0;
      right: 90px;
      width: 90px;
      height: 90px;
      background: #F2ECE1;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      header .hbtn a {
        display: block; }
        header .hbtn a:hover {
          background: #dcd0bb;
          opacity: 1; }
    header #menubtn {
      position: fixed;
      top: 0;
      right: 0;
      width: 90px;
      height: 90px;
      cursor: pointer;
      padding: 30px 25px 0 25px;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      background: #000; }
      header #menubtn:hover {
        background: #9A7C47; }
      header #menubtn.on {
        background: #9A7C47; }
        header #menubtn.on:hover {
          opacity: 0.8; }
  .hm_button * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    appearance: none;
    text-align: left;
    text-decoration: none;
    list-style: none; }
  .hm_button {
    display: block;
    padding: 0;
    width: 40px;
    height: 10px;
    position: relative;
    background: none;
    border: none;
    text-align: center;
    letter-spacing: 0.1em;
    cursor: pointer;
    outline: none; }
  .hm_button .hm_bar {
    display: block;
    width: 40px;
    height: 2px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0; }
  .hm_button .hm_bar1 {
    top: 0; }
  .hm_button .hm_bar3 {
    top: 100%; }
  .hm_button.active .hm_bar {
    width: 41.23px;
    left: 0px; }
  .hm_button.active .hm_bar1 {
    -webkit-transform: rotate(0.24498rad) translateY(-50%);
    -ms-transform: rotate(0.24498rad) translateY(-50%);
    transform: rotate(0.24498rad) translateY(-50%);
    top: 0px; }
  .hm_button.active .hm_bar3 {
    -webkit-transform: rotate(-0.24498rad) translateY(-50%);
    -ms-transform: rotate(-0.24498rad) translateY(-50%);
    transform: rotate(-0.24498rad) translateY(-50%);
    top: calc(100% - 0px); }
  .hm_text.active {
    opacity: 0; }
  .hm_button .hm_bar {
    background-color: #fff; }
  .zdo_drawer_text {
    width: 100%;
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-family: "EB Garamond", serif;
    letter-spacing: 0.1em; }
  .zdo_drawer_close {
    letter-spacing: 0.08em;
    display: none; }
  .hm_button.active .zdo_drawer_menu_text {
    display: none; }
  .hm_button.active .zdo_drawer_close {
    display: block;
    color: #fff; }
  .hm_button.active .hm_bar {
    background-color: #fff; }
  #menu {
    position: fixed;
    max-width: 750px;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 0;
    line-height: 1;
    pointer-events: none;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 130px 50px 100px; }
    #menu.on {
      opacity: 1;
      pointer-events: auto;
      z-index: 999; }
    #menu .in {
      width: 1000px;
      position: relative;
      color: #9A7C47; }
      #menu .in .sec1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 30px;
        border-bottom: 1px solid #9A7C47; }
        #menu .in .sec1 .logo img {
          width: 220px; }
        #menu .in .sec1 .btn a {
          display: block;
          width: 220px;
          color: #9A7C47;
          border: 1px solid #9A7C47;
          padding: 15px 20px;
          background: url("../img/arrow3.png") no-repeat right 15px center;
          background-size: 10px;
          font-size: 18px;
          font-family: "Open Sans", sans-serif; }
          #menu .in .sec1 .btn a:hover {
            opacity: 1;
            color: #fff;
            background: url("../img/arrow4.png") #9A7C47 no-repeat right 15px center;
            background-size: 10px; }
      #menu .in .set {
        padding-top: 40px; }
        #menu .in .set .t1 {
          font-family: "EB Garamond", serif;
          font-size: 25px; }
          #menu .in .set .t1 i {
            display: inline-block;
            font-size: 12px;
            font-family: "Roboto", sans-serif;
            padding: 0 0 3px 15px;
            font-family: "Open Sans", sans-serif; }
          #menu .in .set .t1 a {
            color: #9A7C47; }
        #menu .in .set.ex .t1 {
          margin-bottom: 20px; }
        #menu .in .set ul {
          padding-top: 15px; }
          #menu .in .set ul li a {
            display: block;
            color: #fff;
            padding: 15px 0 15px 30px;
            background: url("../img/arrow3.png") no-repeat left 10px center;
            background-size: 10px;
            font-size: 15px;
            font-family: "Open Sans", sans-serif; }
      #menu .in .nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      #menu .in .sns {
        position: absolute;
        bottom: 0;
        left: 0; }
        #menu .in .sns p {
          font-family: "EB Garamond", serif;
          font-size: 18px; }
        #menu .in .sns ul {
          padding: 15px 0; }
          #menu .in .sns ul li a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            color: #9A7C47;
            padding: 5px;
            font-size: 15px; }
            #menu .in .sns ul li a img {
              width: 20px;
              margin-right: 10px; }
  footer {
    background: #000;
    color: #fff;
    padding: 50px 20px 50px;
    position: relative; }
    footer .in {
      max-width: 1100px;
      margin: auto; }
      footer .in .sec1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 20px; }
        footer .in .sec1 .logo {
          width: 250px; }
        footer .in .sec1 .fbtn {
          width: 240px; }
          footer .in .sec1 .fbtn a {
            display: block; }
            footer .in .sec1 .fbtn a:hover {
              background: #9A7C47;
              opacity: 1; }
      footer .in .sec2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 30px; }
        footer .in .sec2 .nav1 {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          font-size: 11px; }
          footer .in .sec2 .nav1 li a {
            color: #fff; }
          footer .in .sec2 .nav1 li::after {
            content: "　/　"; }
          footer .in .sec2 .nav1 li:last-child::after {
            content: ""; }
        footer .in .sec2 .nav2 {
          width: 260px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          font-family: "EB Garamond", serif;
          font-size: 18px; }
          footer .in .sec2 .nav2 li img {
            width: 20px; }
          footer .in .sec2 .nav2 li:first-child {
            padding-right: 20px; }
      footer .in .copyright {
        font-size: 10px;
        padding-top: 10px; }
    footer #chat {
      position: fixed;
      bottom: 15px;
      right: 15px;
      z-index: 1;
      width: 245px; }
      footer #chat #chatclose {
        width: 22px;
        position: absolute;
        top: -5px;
        right: 0;
        cursor: pointer;
        z-index: 2; }
    footer #pagetop {
      position: fixed;
      bottom: 25px;
      right: 10px;
      z-index: 1;
      cursor: pointer;
      background: rgba(255, 255, 255, 0.5); }
      footer #pagetop img {
        width: 245px; }
  #toppage .bg {
    background: url("../img/bg1.svg") no-repeat center top;
    background-size: 100% auto;
    overflow: hidden; } }
  @media screen and (min-width: 761px) and (max-width: 1920px) {
    #toppage .bg {
      background: url("../img/bg1.svg") no-repeat center top;
      background-size: 1920px auto; } }

@media print, screen and (min-width: 761px) {
  #toppage .mds {
    color: #9A7C47;
    padding-bottom: 50px; }
    #toppage .mds i {
      display: block;
      font-size: 18px;
      padding-bottom: 10px; }
    #toppage .mds b {
      display: block;
      font-size: 100px;
      font-family: "EB Garamond", serif; }
  #toppage #zone1 .in {
    position: absolute;
    top: calc(50% - 170px);
    left: calc(50% - 375px);
    width: 750px;
    height: 340px; }
    #toppage #zone1 .in .set {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #toppage #zone1 .in .set figure {
        padding-right: 50px; }
        #toppage #zone1 .in .set figure img {
          width: 200px; }
      #toppage #zone1 .in .set h2 {
        width: 550px;
        border-left: 1px solid #fff;
        padding-left: 30px; }
    #toppage #zone1 .in .btn {
      padding-top: 80px; }
      #toppage #zone1 .in .btn .btn1 {
        width: 350px;
        margin: auto; }
  #toppage #zone1 .news {
    position: absolute;
    bottom: 15px;
    left: 20px;
    width: 800px;
    background: #000;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #toppage #zone1 .news h2 {
      font-family: "EB Garamond", serif;
      color: #9A7C47;
      font-size: 18px;
      padding: 10px 20px;
      border-right: 1px solid #9A7C47; }
    #toppage #zone1 .news dl {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff; }
      #toppage #zone1 .news dl dt {
        font-size: 12px;
        padding: 0 20px; }
      #toppage #zone1 .news dl dd {
        font-size: 15px; }
        #toppage #zone1 .news dl dd a {
          display: block;
          color: #fff; }
  #toppage #zone1 .swiper-custom-parent {
    position: relative;
    width: calc(100% + 100px);
    height: 100vh;
    overflow: hidden; }
    #toppage #zone1 .swiper-custom-parent .topmain {
      position: absolute;
      top: 0px;
      left: -50px;
      width: 100%;
      height: 100%;
      z-index: -1; }
      #toppage #zone1 .swiper-custom-parent .topmain .slide-img {
        width: 100%;
        height: 100%; }
      #toppage #zone1 .swiper-custom-parent .topmain .s1 {
        background: url("../img/top/kv1.jpg") no-repeat center top;
        background-size: cover; }
      #toppage #zone1 .swiper-custom-parent .topmain .s2 {
        background: url("../img/top/kv2.jpg") no-repeat center center;
        background-size: cover; }
      #toppage #zone1 .swiper-custom-parent .topmain .s3 {
        background: url("../img/top/kv3.jpg") no-repeat center center;
        background-size: cover; }
      #toppage #zone1 .swiper-custom-parent .topmain .s4 {
        background: url("../img/top/kv4.jpg") no-repeat center center;
        background-size: cover; }
  #toppage #zone2 {
    margin: 160px auto 300px; }
    #toppage #zone2 .sec2 {
      margin-bottom: 50px; }
      #toppage #zone2 .sec2 h3 {
        font-size: 30px; }
    #toppage #zone2 .sec {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-right: -300px; }
      #toppage #zone2 .sec .swiper-slide {
        height: auto;
        padding-bottom: 5px; }
        #toppage #zone2 .sec .swiper-slide .in {
          height: calc(100% - 50px);
          background: #fff;
          border: 1px solid #9A7C47;
          padding: 24px;
          box-shadow: 5px 5px 0px #9A7C47;
          margin-right: 5px; }
          #toppage #zone2 .sec .swiper-slide .in .t1 {
            text-align: center;
            font-size: 25px;
            font-family: "EB Garamond", serif;
            padding: 15px 0;
            color: #9A7C47;
            line-height: 1.2; }
          #toppage #zone2 .sec .swiper-slide .in .t2 {
            text-align: center;
            font-size: 22px;
            padding-bottom: 15px;
            line-height: 1.4;
            font-family: "Open Sans", sans-serif; }
          #toppage #zone2 .sec .swiper-slide .in .pic {
            padding-bottom: 20px; }
          #toppage #zone2 .sec .swiper-slide .in .text {
            line-height: 1.5; }
            #toppage #zone2 .sec .swiper-slide .in .text p {
              padding-bottom: 20px; }
      #toppage #zone2 .sec a {
        display: block;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top; }
        #toppage #zone2 .sec a .in {
          -webkit-transition: 0.3s;
          transition: 0.3s;
          position: relative; }
          #toppage #zone2 .sec a .in .text {
            padding-bottom: 30px; }
          #toppage #zone2 .sec a .in .btn {
            width: 40px;
            position: absolute;
            bottom: 20px;
            left: 20px; }
        #toppage #zone2 .sec a:hover {
          opacity: 1;
          -webkit-transform: translateX(5px) translateY(5px);
          -ms-transform: translateX(5px) translateY(5px);
          transform: translateX(5px) translateY(5px); }
          #toppage #zone2 .sec a:hover .in {
            box-shadow: 0px 0px 0px #9A7C47; }
      #toppage #zone2 .sec .pickup {
        width: 530px;
        height: auto;
        position: relative; }
        #toppage #zone2 .sec .pickup .tab {
          background-color: #9A7C47;
          color: #fff;
          position: absolute;
          font-family: "EB Garamond", serif;
          font-size: 20px;
          padding: 5px 20px;
          z-index: 1; }
        #toppage #zone2 .sec .pickup .swiper-slide {
          height: 100%; }
        #toppage #zone2 .sec .pickup .swiper-slide .in {
          padding-bottom: 31px;
          height: 100%; }
      #toppage #zone2 .sec .slide {
        width: calc(100% - 550px); }
      #toppage #zone2 .sec.ex .slide {
        width: 100%; }
    #toppage #zone2 .swiper-pagination {
      position: absolute;
      top: 140px;
      right: 0px;
      text-align: center; }
    #toppage #zone2 .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      display: inline-block;
      background: #fff;
      margin: 6px;
      border-radius: 7px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      opacity: 1;
      border: 1px solid #000; }
    #toppage #zone2 .swiper-pagination-bullet-active {
      background: #000; }
    #toppage #zone2 .swiper-button-next {
      top: 50px;
      right: 0px; }
    #toppage #zone2 .swiper-button-prev {
      top: 50px;
      left: auto;
      right: 90px; }
  #toppage #zone3 {
    padding-bottom: 250px; }
    #toppage #zone3 ul li {
      padding-bottom: 50px; }
  #toppage #zone4 {
    padding-bottom: 300px; }
    #toppage #zone4 .text {
      text-align: center;
      padding: 30px 0; } }
    @media screen and (min-width: 761px) and (min-width: 2100px) {
      #toppage #zone4 .text {
        text-shadow: 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 1px #fff, 0px 0px 1px #fff; } }

@media print, screen and (min-width: 761px) {
    #toppage #zone4 ul {
      max-width: 540px;
      margin: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #toppage #zone4 ul li {
        width: 240px; }
  #toppage #zone5 {
    margin: 160px auto 200px; }
    #toppage #zone5 .sec1 {
      max-width: 1000px;
      margin: auto;
      padding-bottom: 150px; }
      #toppage #zone5 .sec1 figure {
        padding-bottom: 40px; }
      #toppage #zone5 .sec1 .set {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        #toppage #zone5 .sec1 .set h3 {
          width: 260px; }
        #toppage #zone5 .sec1 .set .text {
          width: calc(100% - 300px); }
      #toppage #zone5 .sec1 .btn {
        padding-top: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
    #toppage #zone5 .sec2 h3 {
      font-size: 32px;
      color: #9A7C47;
      font-family: "Open Sans", sans-serif; }
    #toppage #zone5 .sec2 .text {
      padding: 20px 0; }
    #toppage #zone5 .sec2 .set {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #toppage #zone5 .sec2 .set figure {
        width: 630px; }
      #toppage #zone5 .sec2 .set .in {
        width: calc(100% - 700px); }
      #toppage #zone5 .sec2 .set li {
        padding: 15px 0; }
  #toppage #zone6 {
    margin-top: 160px; }
    #toppage #zone6 ul li {
      padding-bottom: 200px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #toppage #zone6 ul li:nth-of-type(2n-1) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
      #toppage #zone6 ul li .pic {
        width: calc(100% - 490px); }
      #toppage #zone6 ul li .in {
        width: 450px; }
        #toppage #zone6 ul li .in .mds {
          padding-bottom: 10px; }
        #toppage #zone6 ul li .in .text {
          line-height: 1.5;
          padding-bottom: 30px; }
        #toppage #zone6 ul li .in .btn {
          margin-top: 20px; }
  #toppage #zone7 {
    padding-bottom: 700px;
    text-align: center; }
    #toppage #zone7 .text {
      text-align: center; }
    #toppage #zone7 .btn {
      position: absolute;
      bottom: 140px;
      left: calc(50% - 120px);
      width: 240px; }
    #toppage #zone7 .swiper-custom-parent {
      position: absolute;
      top: 150px;
      left: calc(50% - 1110px);
      width: 2220px; }
      #toppage #zone7 .swiper-custom-parent .swiper-pagination {
        position: absolute;
        bottom: -50px;
        left: calc(50% - 300px);
        text-align: center;
        width: 600px; }
      #toppage #zone7 .swiper-custom-parent .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        display: inline-block;
        margin: 6px;
        border-radius: 7px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 1;
        border: 1px solid #000;
        background: none; }
      #toppage #zone7 .swiper-custom-parent .swiper-pagination-bullet-active {
        background: #000; }
      #toppage #zone7 .swiper-custom-parent .swiper-button-next {
        right: calc(50% - 550px); }
      #toppage #zone7 .swiper-custom-parent .swiper-button-prev {
        left: calc(50% - 550px); }
      #toppage #zone7 .swiper-custom-parent .swiper-slide {
        position: relative;
        background: #fff; }
        #toppage #zone7 .swiper-custom-parent .swiper-slide .in {
          position: absolute;
          top: 300px;
          left: 0;
          width: 100%;
          text-align: center;
          z-index: 1;
          color: #fff;
          line-height: 1.2; }
          #toppage #zone7 .swiper-custom-parent .swiper-slide .in .t1 {
            font-size: 20px;
            font-family: "EB Garamond", serif;
            padding-bottom: 10px; }
          #toppage #zone7 .swiper-custom-parent .swiper-slide .in .t2 {
            font-size: 14px; }
          #toppage #zone7 .swiper-custom-parent .swiper-slide .in.ex {
            color: #000; }
        #toppage #zone7 .swiper-custom-parent .swiper-slide .tab {
          position: absolute;
          top: 0;
          left: 0;
          color: #fff;
          font-family: "Open Sans", sans-serif;
          background-color: #B7180C;
          padding: 5px; }
        #toppage #zone7 .swiper-custom-parent .swiper-slide a {
          display: block; }
  #toppage #zone8 {
    padding-bottom: 300px; }
    #toppage #zone8 .in {
      max-width: 1700px;
      margin: auto;
      padding: 70px 0;
      text-align: center;
      background: url("../img/top/online.jpg") no-repeat center top;
      background-size: cover; }
      #toppage #zone8 .in .text {
        text-align: center;
        color: #fff;
        padding-bottom: 30px; }
      #toppage #zone8 .in .btn {
        width: 240px;
        margin: auto; }
    #toppage #zone8 .refresh {
      width: 650px;
      margin: auto;
      padding-top: 60px; }
      #toppage #zone8 .refresh a {
        font-size: 15px;
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        border: 1px solid #9A7C47;
        box-shadow: 5px 5px 0px #9A7C47;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        padding: 20px 30px;
        background: url("../img/arrow3.png") no-repeat right 30px center;
        background-size: 20px auto;
        background-color: #fff; }
        #toppage #zone8 .refresh a img {
          width: 76px; }
        #toppage #zone8 .refresh a i {
          position: relative;
          z-index: 2;
          padding-left: 30px;
          line-height: 1.6; }
          #toppage #zone8 .refresh a i b {
            font-size: 18px;
            color: #9A7C47;
            font-family: "Open Sans", sans-serif; }
        #toppage #zone8 .refresh a:hover {
          opacity: 1;
          -webkit-transform: translateX(5px) translateY(5px);
          -ms-transform: translateX(5px) translateY(5px);
          transform: translateX(5px) translateY(5px);
          box-shadow: 0px 0px 0px #9A7C47; }
  #toppage #zone9 {
    padding-bottom: 300px; }
    #toppage #zone9 .set {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding-bottom: 50px; }
      #toppage #zone9 .set .mds {
        width: 50%;
        padding-bottom: 0; }
      #toppage #zone9 .set .text {
        width: 50%;
        padding-bottom: 5px; }
    #toppage #zone9 .swiper-custom-parent {
      position: relative;
      max-width: 900px;
      margin: auto; }
      #toppage #zone9 .swiper-custom-parent .swiper-slide img {
        width: 280px;
        height: 280px;
        object-fit: cover; }
      #toppage #zone9 .swiper-custom-parent .swiper-button-next {
        right: -100px; }
      #toppage #zone9 .swiper-custom-parent .swiper-button-prev {
        left: -100px; }
  #toppage #zone10 {
    padding-bottom: 300px; }
    #toppage #zone10 .sec {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #toppage #zone10 .sec h2 {
        width: 280px; }
      #toppage #zone10 .sec .in {
        width: calc(100% - 280px); }
        #toppage #zone10 .sec .in .btn {
          padding-top: 40px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
          justify-content: flex-end; }
  #toppage #zone11 {
    padding-bottom: 200px; }
    #toppage #zone11 ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #toppage #zone11 ul li {
        width: 30%;
        padding-bottom: 50px; }
        #toppage #zone11 ul li .pic {
          padding-bottom: 15px; }
        #toppage #zone11 ul li .text {
          line-height: 1.5; }
    #toppage #zone11 .btn {
      width: 240px;
      margin: auto; }
  #gift #zone1 {
    padding-bottom: 150px; }
    #gift #zone1 h2 {
      border-top: 1px solid #9A7C47;
      border-bottom: 1px solid #9A7C47;
      font-size: 23px;
      line-height: 1.5;
      font-family: "Open Sans", sans-serif;
      padding: 30px 0;
      margin-bottom: 50px; }
    #gift #zone1 .text {
      padding-bottom: 100px; }
    #gift #zone1 h3 {
      font-size: 18px;
      font-family: "Open Sans", sans-serif;
      padding-bottom: 30px; }
    #gift #zone1 figure {
      padding-bottom: 80px; }
    #gift #zone1 ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #gift #zone1 ul li {
        width: 47%; }
    #gift #zone1 .box {
      border: 1px solid #9A7C47;
      padding: 50px;
      line-height: 2;
      margin-bottom: 60px; }
      #gift #zone1 .box b {
        display: block;
        font-family: "Open Sans", sans-serif; }
      #gift #zone1 .box figure {
        padding-bottom: 30px; }
    #gift #zone1 .btn {
      width: 240px;
      margin: auto; }
  #faq #zone1 {
    padding-bottom: 100px; }
    #faq #zone1 .lead {
      padding-bottom: 80px; }
    #faq #zone1 .sec {
      padding-bottom: 100px; }
      #faq #zone1 .sec h2 {
        font-size: 23px;
        color: #9A7C47;
        font-family: "Open Sans", sans-serif; }
      #faq #zone1 .sec dl {
        margin-top: 30px; }
        #faq #zone1 .sec dl dt {
          line-height: 1.5; }
        #faq #zone1 .sec dl dd {
          background: #9A7C47;
          padding: 30px 50px;
          color: #fff;
          box-shadow: 5px 0px 0px #9A7C47;
          display: none;
          line-height: 2; }
          #faq #zone1 .sec dl dd a {
            color: #fff;
            text-decoration: underline; }
  #law #zone1 {
    margin-bottom: 200px;
    font-size: 18px; }
    #law #zone1 dl {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0px 30px 40px 30px;
      line-height: 2; }
      #law #zone1 dl dt {
        width: 220px;
        font-family: "Open Sans", sans-serif; }
      #law #zone1 dl dd {
        width: calc(100% - 220px); }
  #terms, #privacy {
    padding-bottom: 100px; }
    #terms .lead, #privacy .lead {
      padding-bottom: 100px; }
    #terms section, #privacy section {
      padding: 0 30px 80px; }
      #terms section .mds1, #privacy section .mds1 {
        margin: 0 -30px 30px; }
      #terms section .list1, #privacy section .list1 {
        margin-left: 1.5em;
        line-height: 2; }
        #terms section .list1 li, #privacy section .list1 li {
          list-style-type: decimal;
          padding-bottom: 20px; }
      #terms section .list2, #privacy section .list2 {
        list-style-type: none;
        line-height: 2;
        margin-top: 10px; }
        #terms section .list2 li, #privacy section .list2 li {
          list-style-type: none;
          counter-increment: cnt;
          position: relative;
          margin-left: 40px;
          padding-bottom: 10px; }
          #terms section .list2 li::before, #privacy section .list2 li::before {
            display: marker;
            content: "(" counter(cnt) ") ";
            position: absolute;
            top: 0;
            left: -30px; }
      #terms section .list3, #privacy section .list3 {
        margin-left: 70px; }
        #terms section .list3 li, #privacy section .list3 li {
          list-style-type: lower-roman; }
  #tutorial #zone1 .lead {
    padding-bottom: 80px; }
  #tutorial #zone1 .sec1, #tutorial #zone1 .sec2 {
    border-top: 1px solid #9A7C47;
    padding: 100px 0; }
    #tutorial #zone1 .sec1 h2, #tutorial #zone1 .sec2 h2 {
      font-size: 32px;
      font-family: "Open Sans", sans-serif;
      padding-bottom: 40px; }
    #tutorial #zone1 .sec1 .movie, #tutorial #zone1 .sec2 .movie {
      max-width: 900px;
      margin: auto;
      padding-bottom: 60px; }
    #tutorial #zone1 .sec1 ul, #tutorial #zone1 .sec2 ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #tutorial #zone1 .sec1 ul li, #tutorial #zone1 .sec2 ul li {
        width: 30%;
        border: 1px solid #9A7C47;
        padding: 20px;
        background: #fff;
        position: relative; }
        #tutorial #zone1 .sec1 ul li::after, #tutorial #zone1 .sec2 ul li::after {
          position: absolute;
          top: calc(50% - 20px);
          right: -50px;
          content: '';
          width: 40px;
          height: 40px;
          background: url("../img/arrow5.png") no-repeat center center;
          background-size: 40px; }
        #tutorial #zone1 .sec1 ul li:last-child::after, #tutorial #zone1 .sec2 ul li:last-child::after {
          display: none; }
        #tutorial #zone1 .sec1 ul li:nth-of-type(1), #tutorial #zone1 .sec2 ul li:nth-of-type(1) {
          background: #F2ECE1;
          font-family: "Open Sans", sans-serif;
          font-size: 18px;
          line-height: 2;
          color: #9A7C47;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
        #tutorial #zone1 .sec1 ul li .t1, #tutorial #zone1 .sec2 ul li .t1 {
          font-family: "Open Sans", sans-serif;
          font-size: 18px;
          color: #9A7C47; }
        #tutorial #zone1 .sec1 ul li figure, #tutorial #zone1 .sec2 ul li figure {
          width: 150px;
          margin: auto;
          padding: 20px 0; }
        #tutorial #zone1 .sec1 ul li .t2, #tutorial #zone1 .sec2 ul li .t2 {
          line-height: 1.5; }
  #tutorial #zone1 .sec2 {
    padding-bottom: 200px; }
  #tutorial #zone2 {
    border-top: 1px solid #9A7C47;
    padding-top: 100px;
    padding-bottom: 200px; }
    #tutorial #zone2 h2 {
      font-size: 32px;
      font-family: "Open Sans", sans-serif;
      padding-bottom: 30px;
      color: #9A7C47;
      text-align: center; }
  #howtouse #zone1 {
    padding-bottom: 150px; }
    #howtouse #zone1 .lead {
      padding-bottom: 80px; }
    #howtouse #zone1 .sec {
      border-top: 1px solid #9A7C47;
      padding: 100px 0; }
      #howtouse #zone1 .sec h2 {
        font-size: 32px;
        font-family: "Open Sans", sans-serif;
        line-height: 1.5;
        padding-bottom: 40px; }
      #howtouse #zone1 .sec .movie, #howtouse #zone1 .sec .pic {
        max-width: 900px;
        margin: auto;
        padding-bottom: 60px; }
      #howtouse #zone1 .sec .text {
        padding-bottom: 50px; }
      #howtouse #zone1 .sec ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #howtouse #zone1 .sec ul li {
          width: 30%; }
          #howtouse #zone1 .sec ul li .t1 {
            font-size: 14px;
            line-height: 1.5;
            padding-top: 10px;
            text-align: center; }
      #howtouse #zone1 .sec .btn {
        width: 240px;
        margin: auto; }
    #howtouse #zone1 #page3 ul {
      max-width: 900px;
      margin: auto; }
      #howtouse #zone1 #page3 ul li {
        width: 46%;
        padding-bottom: 40px; }
  #maintenance #zone1 {
    padding-bottom: 150px; }
    #maintenance #zone1 .lead {
      padding-bottom: 80px; }
    #maintenance #zone1 .sec1 {
      padding-bottom: 80px; }
    #maintenance #zone1 dl {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0px 30px 40px 30px;
      line-height: 2; }
      #maintenance #zone1 dl dt {
        width: 180px;
        font-family: "Open Sans", sans-serif; }
      #maintenance #zone1 dl dd {
        width: calc(100% - 180px); }
        #maintenance #zone1 dl dd b {
          font-family: "Open Sans", sans-serif;
          color: #9A7C47; }
        #maintenance #zone1 dl dd .btn {
          padding-bottom: 30px; }
          #maintenance #zone1 dl dd .btn .btn2 {
            width: 350px; }
  #contact #zone1 {
    padding-bottom: 150px; }
    #contact #zone1 .lead {
      text-align: center;
      padding-bottom: 30px; }
    #contact #zone1 .lead2 {
      text-align: center;
      font-family: "Open Sans", sans-serif;
      padding: 20px;
      background-color: #fff;
      border: 1px solid #9A7C47;
      margin-bottom: 80px; }
    #contact #zone1 dl {
      padding-bottom: 30px; }
      #contact #zone1 dl dt {
        font-size: 18px; }
        #contact #zone1 dl dt i {
          display: inline-block;
          margin-left: 20px;
          font-size: 12px;
          padding: 2px 10px;
          color: #9A7C47;
          border: 1px solid #9A7C47; }
    #contact #zone1 .submit {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-top: 20px; }
  #notfound #zone1, #thanks #zone1 {
    max-width: 900px;
    margin: auto;
    padding-bottom: 150px; }
    #notfound #zone1 h2, #thanks #zone1 h2 {
      font-size: 30px;
      font-family: "EB Garamond", serif;
      font-family: "Open Sans", sans-serif;
      text-align: center;
      padding-bottom: 50px;
      line-height: 2; }
    #notfound #zone1 .text, #thanks #zone1 .text {
      padding-bottom: 50px; }
    #notfound #zone1 .btn, #thanks #zone1 .btn {
      width: 240px;
      margin: auto; }
  #happynewyear .main {
    margin: 90px -20px 20px;
    text-align: center; }
    #happynewyear .main img {
      max-width: 1300px; }
  #happynewyear .sec1 {
    margin-bottom: 100px; }
    #happynewyear .sec1 .t1 {
      font-family: "Open Sans", sans-serif;
      text-align: center;
      font-size: 20px;
      color: #9A7C47;
      padding-bottom: 20px;
      line-height: 1; }
    #happynewyear .sec1 h1 {
      font-family: "Open Sans", sans-serif;
      font-size: 45px;
      text-align: center;
      padding-bottom: 60px;
      line-height: 1; }
    #happynewyear .sec1 .text {
      text-align: center;
      font-size: 16px; }
      #happynewyear .sec1 .text small {
        font-size: 14px; }
  #happynewyear .subnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #happynewyear .subnav li {
      width: calc(100% / 5 - 20px);
      margin-top: 30px; }
      #happynewyear .subnav li a {
        font-family: "Open Sans", sans-serif;
        display: block;
        border: 2px solid #9A7C47;
        color: #9A7C47;
        padding: 15px;
        text-align: center; }
  #happynewyear .set .movie {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative; }
    #happynewyear .set .movie iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #happynewyear .set .title {
    font-size: 30px;
    line-height: 1.4;
    padding: 15px 0; }
    #happynewyear .set .title small {
      font-size: 24px; }
  #happynewyear .sec2 {
    padding: 100px 0 50px; }
    #happynewyear .sec2 h2 {
      font-family: "Open Sans", sans-serif;
      font-size: 33px;
      color: #9A7C47;
      padding-bottom: 10px;
      border-bottom: 1px solid #9A7C47;
      margin-bottom: 50px; }
    #happynewyear .sec2 .set {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding-bottom: 50px; }
      #happynewyear .sec2 .set .mv {
        width: 600px; }
      #happynewyear .sec2 .set .in {
        width: calc(100% - 650px); }
  #senryu .main {
    margin: 90px -20px 20px;
    text-align: center;
    background: url("/assets/img/senryu/main_bg.jpg") no-repeat center bottom;
    background-size: cover;
    padding: 80px 0; }
    #senryu .main img {
      max-width: 1120px; }
  #senryu .sec1 {
    padding: 100px 0;
    background: url("/assets/img/senryu/bg1.png") no-repeat center center;
    background-size: 1600px auto; }
    #senryu .sec1 .in {
      max-width: 900px;
      margin: auto; }
      #senryu .sec1 .in .text {
        text-align: center;
        font-size: 18px;
        line-height: 2.5; }
      #senryu .sec1 .in ul {
        padding: 50px;
        padding-bottom: 20px;
        margin: 50px 0;
        border-top: 1px solid #9A7C47;
        border-bottom: 1px solid #9A7C47; }
        #senryu .sec1 .in ul li {
          font-family: "Open Sans", sans-serif;
          font-size: 18px;
          padding-bottom: 30px;
          padding-left: 1em;
          text-indent: -1em; }
          #senryu .sec1 .in ul li::before {
            content: '・';
            color: #9A7C47; }
  #senryu .subnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1000px;
    margin: 100px auto; }
    #senryu .subnav li {
      width: calc(100% / 2);
      text-align: center;
      padding: 20px; }
      #senryu .subnav li img {
        width: 350px; }
  #senryu .sec {
    padding: 150px 0; }
    #senryu .sec h2 {
      text-align: center;
      padding-bottom: 50px; }
      #senryu .sec h2 img {
        width: 340px; }
    #senryu .sec .s_list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 1100px;
      margin: auto; }
      #senryu .sec .s_list li {
        width: calc(100% / 3);
        text-align: center;
        padding: 20px 30px; }
        #senryu .sec .s_list li img {
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); }
  #senryu .sec2 {
    background: url("/assets/img/senryu/bg2.png") no-repeat center center;
    background-size: 1600px auto;
    background-color: #E9F4E2; }
    #senryu .sec2 .s_list {
      max-width: 440px;
      margin: auto; }
      #senryu .sec2 .s_list li {
        width: 100%; }
  #senryu .sec3 {
    background: url("/assets/img/senryu/bg3.png") no-repeat center center;
    background-size: 1600px auto;
    padding-bottom: 200px; }
    #senryu .sec3 .s_list {
      max-width: 880px;
      margin: auto; }
      #senryu .sec3 .s_list li {
        width: calc(100% / 2); }
  #senryu .sec4 {
    background: url("/assets/img/senryu/bg4.png") no-repeat center center;
    background-size: 1600px auto;
    background-color: #E9F4E2;
    padding-bottom: 200px; }
  #senryu .sec5 {
    background: url("/assets/img/senryu/bg5.png") no-repeat center center;
    background-size: 1600px auto; }
  #senryu .sec6 {
    background-color: #E9F4E2; }
    #senryu .sec6 .btn {
      padding-top: 100px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
  #about #zone1 {
    padding-bottom: 100px;
    font-size: 18px; }
    #about #zone1 .lead {
      text-align: center;
      padding-bottom: 100px;
      font-family: "Open Sans", sans-serif; }
    #about #zone1 .sec1 {
      padding-bottom: 100px; }
      #about #zone1 .sec1 ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        #about #zone1 .sec1 ul li {
          width: calc(50% - 30px); }
    #about #zone1 .sec2 h2 {
      font-size: 32px;
      font-family: "Open Sans", sans-serif;
      padding-bottom: 30px;
      color: #9A7C47;
      text-align: center; }
  #about #zone2 {
    border-top: 1px solid #9A7C47;
    padding-top: 100px;
    padding-bottom: 200px;
    font-size: 18px; }
    #about #zone2 .text {
      padding-bottom: 50px; }
    #about #zone2 ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #about #zone2 ul li {
        width: 50%;
        padding-bottom: 70px; }
        #about #zone2 ul li:first-child {
          width: 47.4%; }
    #about #zone2 .btn {
      width: 240px;
      margin: auto; }
  #company #zone1 {
    margin-bottom: 100px; }
    #company #zone1 dl {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0px 30px 40px 30px;
      line-height: 2;
      font-size: 18px; }
      #company #zone1 dl dt {
        width: 280px;
        font-family: "Open Sans", sans-serif; }
      #company #zone1 dl dd {
        width: calc(100% - 280px); }
  #company #zone4 {
    margin-bottom: 100px; }
    #company #zone4 dl {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0px 30px 40px 30px;
      line-height: 2;
      font-size: 18px; }
      #company #zone4 dl dt {
        width: 180px;
        font-family: "Open Sans", sans-serif; }
      #company #zone4 dl dd {
        width: calc(100% - 180px); }
  #company #zone2 {
    margin-bottom: 100px; }
  #company #zone3 {
    margin-bottom: 100px; }
  #products_top #zone1 {
    margin-bottom: 200px; }
    #products_top #zone1 .lead {
      padding-bottom: 80px; }
    #products_top #zone1 .nav {
      max-width: 600px;
      margin: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #products_top #zone1 .nav li {
        width: 49%; }
    #products_top #zone1 .sec {
      padding-top: 100px; }
      #products_top #zone1 .sec ul li {
        margin-bottom: 60px;
        position: relative;
        height: 412px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        #products_top #zone1 .sec ul li figure {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          min-width: 1100px; }
          #products_top #zone1 .sec ul li figure i {
            position: absolute;
            bottom: 15px;
            left: 15px;
            color: #fff;
            font-size: 10px; }
        #products_top #zone1 .sec ul li .in {
          position: relative;
          color: #fff;
          width: 450px;
          margin-left: 600px; }
          #products_top #zone1 .sec ul li .in .t1 {
            font-family: "Open Sans", sans-serif;
            font-size: 18px;
            padding-bottom: 15px;
            line-height: 1.2; }
          #products_top #zone1 .sec ul li .in .t2 {
            font-family: "EB Garamond", serif;
            font-size: 25px;
            padding-bottom: 15px;
            line-height: 1.2; }
          #products_top #zone1 .sec ul li .in .text {
            padding-bottom: 30px;
            line-height: 1.5; }
          #products_top #zone1 .sec ul li .in .tab {
            display: inline-block;
            color: #fff;
            font-family: "Open Sans", sans-serif;
            background-color: #B7180C;
            padding: 5px;
            margin-bottom: 10px; }
      #products_top #zone1 .sec.ex ul li figure i {
        color: #000; }
      #products_top #zone1 .sec.ex ul li .in {
        color: #000; }
        #products_top #zone1 .sec.ex ul li .in .tab {
          color: #000; }
  #products #zone1 {
    padding-bottom: 100px; }
    #products #zone1 .lead {
      padding-bottom: 30px;
      font-family: "Open Sans", sans-serif;
      border-bottom: 1px solid #9A7C47; }
      #products #zone1 .lead.ex {
        border-bottom: 0;
        padding-bottom: 70px; }
    #products #zone1 .text {
      padding-top: 30px;
      padding-bottom: 70px; }
      #products #zone1 .text small {
        display: block;
        font-size: 12px;
        font-family: "Open Sans", sans-serif;
        color: #9A7C47;
        padding-top: 10px; }
    #products #zone1 .pics {
      padding-bottom: 200px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #products #zone1 .pics .p1 {
        width: 62.5%; }
        #products #zone1 .pics .p1 img {
          object-fit: cover;
          height: 350px; }
      #products #zone1 .pics .p2 {
        width: 33%; }
        #products #zone1 .pics .p2 img {
          object-fit: cover;
          height: 350px; }
    #products #zone1 .pics_set1 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      line-height: 1; }
      #products #zone1 .pics_set1 li img {
        width: 100%;
        object-fit: cover; }
      #products #zone1 .pics_set1 .p1 {
        width: 64.1%; }
      #products #zone1 .pics_set1 .p2 {
        width: 34.2%; }
    #products #zone1 .pics_set2 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      line-height: 1;
      padding-top: 20px; }
      #products #zone1 .pics_set2 li {
        width: 48.6%; }
        #products #zone1 .pics_set2 li img {
          width: 100%;
          object-fit: cover; }
    #products #zone1 .pics_set3 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      line-height: 1;
      padding-top: 20px; }
      #products #zone1 .pics_set3 li {
        width: 31.1%; }
        #products #zone1 .pics_set3 li img {
          width: 100%;
          object-fit: cover; }
        #products #zone1 .pics_set3 li:last-child {
          width: 34.2%; }
    #products #zone1 .kome {
      font-size: 14px;
      padding: 10px 0 100px; }
    #products #zone1 .voice {
      border-top: 1px solid #9A7C47;
      padding-top: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #products #zone1 .voice li {
        width: 48%; }
    #products #zone1 .sec {
      position: relative;
      padding-bottom: 100px; }
      #products #zone1 .sec h2 {
        font-family: "EB Garamond", serif;
        font-size: 70px;
        color: #9A7C47;
        padding-bottom: 20px; } }
      @media print and (min-width: 1260px), screen and (min-width: 761px) and (min-width: 1260px) {
        #products #zone1 .sec h2 {
          position: absolute;
          top: 0;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          -webkit-transform-origin: left top;
          -ms-transform-origin: left top;
          transform-origin: left top; } }

@media print, screen and (min-width: 761px) {
      #products #zone1 .sec .item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #products #zone1 .sec .item li {
          width: 50%;
          position: relative; }
          #products #zone1 .sec .item li .in {
            position: absolute;
            bottom: 50px;
            left: 0;
            width: 100%;
            text-align: center;
            color: #fff; }
      #products #zone1 .sec .t1 {
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #products #zone1 .sec .t1 i {
          display: inline-block;
          background: #fff;
          color: #000;
          padding: 5px 10px;
          margin-right: 20px; }
      #products #zone1 .sec .t2 {
        padding: 20px 0 25px;
        font-size: 18px;
        font-family: "Open Sans", sans-serif;
        text-align: center; }
        #products #zone1 .sec .t2 i {
          font-size: 23px;
          letter-spacing: 0.1em; }
      #products #zone1 .sec .btn {
        width: 240px;
        margin: auto; }
    #products #zone1 .exsec1 {
      padding-bottom: 100px; }
      #products #zone1 .exsec1 h2 {
        font-family: "Open Sans", sans-serif;
        text-align: center;
        font-size: 20px;
        padding-bottom: 20px; }
      #products #zone1 .exsec1 .text {
        padding: 0; }
        #products #zone1 .exsec1 .text.center {
          text-align: center; }
      #products #zone1 .exsec1 .link {
        width: 240px;
        margin: auto;
        padding-top: 30px; }
    #products #zone1 .exsec2 {
      background: #666;
      color: #fff;
      padding: 30px 50px;
      margin-bottom: 50px; }
      #products #zone1 .exsec2 h2 {
        font-family: "Open Sans", sans-serif;
        text-align: center;
        font-size: 20px;
        padding-bottom: 20px; }
      #products #zone1 .exsec2 ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 2; }
        #products #zone1 .exsec2 ul .pos1 {
          width: 60%; }
        #products #zone1 .exsec2 ul .pos2 {
          width: 35%; }
          #products #zone1 .exsec2 ul .pos2 img {
            width: 100%; }
      #products #zone1 .exsec2.ex ul .pos1 {
        width: 75%; }
      #products #zone1 .exsec2.ex ul .pos2 {
        width: 20%; }
    #products #zone1.furue {
      padding-bottom: 0; }
      #products #zone1.furue .f1 {
        width: 370px;
        margin: auto;
        padding-bottom: 50px; }
      #products #zone1.furue .text {
        font-size: 18px;
        text-align: center; }
      #products #zone1.furue .pic {
        padding-bottom: 55px; }
      #products #zone1.furue .pics {
        padding-bottom: 55px; }
      #products #zone1.furue .f2 {
        width: 240px;
        margin: auto;
        padding-bottom: 115px; }
      #products #zone1.furue .mv {
        max-width: 900px;
        margin: auto;
        margin-bottom: 250px; }
      #products #zone1.furue .sec {
        padding-bottom: 200px; }
        #products #zone1.furue .sec .f3 {
          text-align: center;
          font-family: "EB Garamond", serif;
          font-size: 70px;
          color: #A0A0A0;
          padding-bottom: 40px; }
          #products #zone1.furue .sec .f3 i {
            color: #FF6098; }
          #products #zone1.furue .sec .f3 small {
            color: #000;
            font-size: 18px;
            display: block;
            padding-bottom: 10px; }
        #products #zone1.furue .sec .f4 {
          text-align: center;
          padding-bottom: 45px; }
        #products #zone1.furue .sec .item li .in {
          color: #000; }
          #products #zone1.furue .sec .item li .in .t1 i {
            background: #FF6098;
            color: #fff; }
    #products #zone1.yellow {
      padding-bottom: 0; }
      #products #zone1.yellow .yp1 {
        width: 700px;
        margin: auto;
        padding-bottom: 20px; }
      #products #zone1.yellow .y1 {
        font-size: 22px;
        text-align: center;
        padding-bottom: 100px; }
      #products #zone1.yellow .sec {
        padding-bottom: 200px; }
        #products #zone1.yellow .sec .f3 {
          text-align: center;
          font-family: "EB Garamond", serif;
          font-size: 65px;
          color: #A0A0A0;
          padding-bottom: 40px; }
          #products #zone1.yellow .sec .f3 i {
            color: #e2c642; }
          #products #zone1.yellow .sec .f3 small {
            color: #000;
            font-size: 18px;
            display: block;
            padding-bottom: 10px; }
        #products #zone1.yellow .sec .f4 {
          text-align: center;
          padding-bottom: 45px; }
        #products #zone1.yellow .sec .item li .in .t1 i {
          background: #e2c642;
          color: #fff; }
        #products #zone1.yellow .sec .pics {
          width: 100%;
          padding-bottom: 60px; }
      #products #zone1.yellow.lime .sec .f3 i {
        color: #5CCB4F; }
      #products #zone1.yellow.lime .sec .item li .in .t1 i {
        background: #5CCB4F; }
      #products #zone1.yellow.cardinalred .sec .tab1 {
        text-align: center;
        padding-bottom: 30px; }
        #products #zone1.yellow.cardinalred .sec .tab1 i {
          display: inline-block;
          color: #fff;
          font-size: 25px;
          font-family: "EB Garamond", serif;
          background-color: #B7180C;
          padding: 15px;
          width: 450px; }
      #products #zone1.yellow.cardinalred .sec .tab2 {
        text-align: center;
        padding-bottom: 10px; }
        #products #zone1.yellow.cardinalred .sec .tab2 i {
          display: inline-block;
          color: #fff;
          font-family: "Open Sans", sans-serif;
          border: 1px solid #fff;
          padding: 5px; }
      #products #zone1.yellow.cardinalred .sec .f3 i {
        color: #B7180C; }
      #products #zone1.yellow.cardinalred .sec .item li .in .t1 i {
        background: #B7180C; }
    #products #zone1.tera .pics_set1 .p2 {
      background: url("/assets/img/products/tera/p04.jpg") no-repeat center center;
      background-size: cover; }
    #products #zone1.tera .pics_set3 .p2 {
      background: url("/assets/img/products/tera/p06.jpg") no-repeat center center;
      background-size: cover; }
    #products #zone1.blackspinel .pics_set1 .p2 {
      background: url("/assets/img/products/blackspinel/p04.jpg") no-repeat center center;
      background-size: cover; }
    #products #zone1.blackspinel .pics_set3 .p2 {
      background: url("/assets/img/products/blackspinel/p06.jpg") no-repeat center center;
      background-size: cover; }
    #products #zone1.nmn .sec h3 {
      text-align: center;
      font-family: "EB Garamond", serif;
      font-size: 70px;
      padding-bottom: 40px; }
      #products #zone1.nmn .sec h3 small {
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        display: block;
        padding-bottom: 10px; }
    #products #zone1.nmn .sec .text {
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      text-align: center; }
    #products #zone1.nmn .sec .pic {
      padding: 80px 0 50px; }
    #products #zone1.nmn .sec .item li .in .t1 i {
      color: #fff;
      background: #000; }
    #products #zone1.nmn .sec .item li .in .t2 {
      color: #000; }
    #products #zone1.nmn .sec .item li .in .t3 {
      color: #000;
      font-size: 16px;
      font-family: "Open Sans", sans-serif;
      text-align: center;
      padding-bottom: 25px;
      margin-top: -10px; }
      #products #zone1.nmn .sec .item li .in .t3 i {
        font-size: 20px;
        letter-spacing: 0.1em; }
      #products #zone1.nmn .sec .item li .in .t3 b {
        display: inline-block;
        background-color: #c30000;
        color: #fff;
        font-size: 13px;
        padding: 3px;
        margin-right: 10px; }
  #products.hanshin .ttl span {
    color: #DBC206; }
  #products.hanshin #zone1 {
    padding-bottom: 180px; }
    #products.hanshin #zone1 .logo {
      width: 400px;
      margin: auto;
      padding-bottom: 80px; }
    #products.hanshin #zone1 .text {
      text-align: center;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      font-size: 18px;
      padding: 50px 0;
      margin-bottom: 70px; }
      #products.hanshin #zone1 .text small {
        color: #000; }
    #products.hanshin #zone1 .pics {
      padding-bottom: 60px; }
    #products.hanshin #zone1 .pic1 {
      padding-bottom: 60px; }
  #athletes_top #zone1 {
    padding-bottom: 100px; }
    #athletes_top #zone1 .lead {
      padding-bottom: 80px; }
    #athletes_top #zone1 ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      margin: 0 -15px; }
      #athletes_top #zone1 ul li {
        width: 33.3%;
        padding: 0 15px 50px; }
        #athletes_top #zone1 ul li .btn3 {
          display: block;
          padding: 25px 20px;
          height: 100%;
          pointer-events: none; }
          #athletes_top #zone1 ul li .btn3.ex {
            pointer-events: auto; }
          #athletes_top #zone1 ul li .btn3 .in {
            position: relative; }
            #athletes_top #zone1 ul li .btn3 .in .t1 {
              font-size: 14px;
              font-family: "EB Garamond", serif;
              padding-bottom: 10px;
              color: #9A7C47;
              text-transform: capitalize; }
            #athletes_top #zone1 ul li .btn3 .in .t2 {
              font-size: 22px;
              font-family: "Open Sans", sans-serif;
              line-height: 1.2;
              padding-right: 50px; }
            #athletes_top #zone1 ul li .btn3 .in .t3 {
              font-size: 12px;
              font-family: "EB Garamond", serif;
              padding-top: 5px;
              color: #9A7C47;
              padding-right: 50px; }
            #athletes_top #zone1 ul li .btn3 .in .btn {
              width: 30px;
              position: absolute;
              bottom: 0;
              right: 0; }
          #athletes_top #zone1 ul li .btn3 .pic {
            padding-top: 20px; }
  #athletes #zone1 {
    padding-bottom: 100px; }
    #athletes #zone1 .profile {
      padding-bottom: 60px; }
      #athletes #zone1 .profile .t1 {
        font-size: 18px;
        padding-bottom: 20px; }
      #athletes #zone1 .profile h2 {
        font-size: 32px;
        font-family: "Open Sans", sans-serif;
        padding-bottom: 10px; }
      #athletes #zone1 .profile .t2 {
        font-size: 22px;
        font-family: "EB Garamond", serif;
        color: #9A7C47;
        padding-bottom: 35px; }
    #athletes #zone1 .sec1 {
      padding-top: 60px; }
      #athletes #zone1 .sec1 h3 {
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        line-height: 1.8;
        padding-bottom: 40px; }
    #athletes #zone1 .sec2 {
      padding-top: 80px; }
      #athletes #zone1 .sec2 .t1 {
        text-align: center;
        font-family: "Open Sans", sans-serif;
        color: #9A7C47;
        line-height: 2;
        font-size: 18px;
        padding-bottom: 50px;
        background: url("../img/arrow5b.png") no-repeat center bottom;
        background-size: 40px;
        margin-bottom: 20px; }
      #athletes #zone1 .sec2 .mv {
        position: relative;
        width: 550px;
        margin: auto; }
      #athletes #zone1 .sec2 .pic {
        padding-top: 80px; }
    #athletes #zone1 .btnboxlist {
      padding-top: 100px;
      border-top: 1px solid #9A7C47; }
  #jikkan #zone1 {
    padding-bottom: 100px; }
    #jikkan #zone1 h2 {
      width: 300px;
      margin: auto;
      padding-bottom: 70px; }
    #jikkan #zone1 .lead {
      text-align: center;
      padding-bottom: 100px; }
    #jikkan #zone1 ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #jikkan #zone1 ul li {
        width: calc(50% - 60px);
        padding-bottom: 90px; }
        #jikkan #zone1 ul li .t1 {
          padding-top: 20px; }
        #jikkan #zone1 ul li .t2 {
          font-size: 22px;
          font-family: "Open Sans", sans-serif;
          padding-top: 10px; }
  #nakajima_golf #zone1 {
    padding-bottom: 100px; }
    #nakajima_golf #zone1 .lead {
      text-align: center;
      padding-bottom: 80px; }
    #nakajima_golf #zone1 .box {
      max-width: 900px;
      margin: auto;
      border: 1px solid #9A7C47;
      padding: 30px; }
      #nakajima_golf #zone1 .box .t1 {
        font-family: "Open Sans", sans-serif;
        color: #9A7C47;
        font-size: 12px;
        padding-top: 10px; }
    #nakajima_golf #zone1 .sec1 {
      padding: 80px 0 50px; }
      #nakajima_golf #zone1 .sec1 .btnbox {
        display: block; }
        #nakajima_golf #zone1 .sec1 .btnbox .pic {
          width: 100%;
          padding-bottom: 30px; }
        #nakajima_golf #zone1 .sec1 .btnbox .in {
          width: 100%; }
    #nakajima_golf #zone1 .date {
      padding-bottom: 30px;
      font-size: 18px;
      font-family: "Open Sans", sans-serif;
      letter-spacing: 0.1em; }
      #nakajima_golf #zone1 .date i {
        display: inline-block;
        background: #9A7C47;
        color: #fff;
        font-size: 12px;
        font-family: "EB Garamond", serif;
        font-weight: normal;
        padding: 3px 10px;
        margin-right: 15px; }
    #nakajima_golf #zone1 h4 {
      font-family: "Open Sans", sans-serif;
      font-size: 23px;
      padding-bottom: 30px; }
  #shop-list #zone1 .lead {
    padding-bottom: 100px; }
  #shop-list #zone1 .sec1 .in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px; }
    #shop-list #zone1 .sec1 .in figure {
      width: 140px; }
    #shop-list #zone1 .sec1 .in .text {
      width: calc(100% - 180px); }
  #shop-list #zone2 {
    padding-bottom: 200px; }
    #shop-list #zone2 h3 {
      font-size: 23px;
      font-family: "Open Sans", sans-serif;
      color: #9A7C47;
      padding-top: 100px; }
    #shop-list #zone2 dl {
      padding-top: 30px; }
      #shop-list #zone2 dl .acobtn {
        font-size: 23px;
        font-family: "Open Sans", sans-serif; }
      #shop-list #zone2 dl dd {
        border: 5px solid #9A7C47;
        border-bottom: 4px solid #9A7C47;
        border-right: 0;
        box-shadow: 5px 0px 0px #9A7C47;
        background: #fff;
        display: none; }
        #shop-list #zone2 dl dd .shop {
          position: relative;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          border-bottom: 1px solid #9A7C47;
          padding: 20px 20px 20px 50px;
          line-height: 1.5; }
          #shop-list #zone2 dl dd .shop .meister {
            position: absolute;
            top: calc(50% - 9px);
            left: 6px;
            width: 37px; }
          #shop-list #zone2 dl dd .shop .t1 {
            width: 300px; }
          #shop-list #zone2 dl dd .shop .t2 {
            width: calc(100% - 450px);
            padding: 0 30px; }
            #shop-list #zone2 dl dd .shop .t2 a {
              margin-left: 15px;
              color: #9A7C47;
              text-decoration: underline; }
          #shop-list #zone2 dl dd .shop .t3 {
            width: 150px; }
            #shop-list #zone2 dl dd .shop .t3 a {
              display: inline-block;
              padding-left: 25px;
              background: url("../img/tel2.png") no-repeat left center;
              background-size: 20px auto; }
  #blogtop #zone1 {
    margin-bottom: 150px; }
  #voice #zone1 {
    margin-bottom: 150px; }
    #voice #zone1 .lead {
      padding-bottom: 50px; }
  #newstop #zone1 {
    margin-bottom: 150px; }
  #single #zone1 {
    margin-bottom: 150px; }
    #single #zone1 .title {
      padding: 40px 0;
      border-top: 1px solid #9A7C47;
      border-bottom: 1px solid #9A7C47; }
      #single #zone1 .title .date {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 10px; }
        #single #zone1 .title .date .t1 {
          font-size: 18px;
          color: #9A7C47;
          font-family: "EB Garamond", serif;
          margin-right: 20px; }
        #single #zone1 .title .date .t2 {
          width: 80px;
          border: 1px solid #9A7C47;
          font-size: 12px;
          color: #9A7C47;
          font-family: "EB Garamond", serif;
          text-align: center;
          padding: 4px; }
      #single #zone1 .title h2 {
        font-size: 23px;
        font-family: "Open Sans", sans-serif;
        line-height: 1.5; }
    #single #zone1 .share {
      padding: 30px 0 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      #single #zone1 .share span {
        color: #9A7C47;
        font-family: "EB Garamond", serif; }
      #single #zone1 .share a {
        display: block;
        width: 30px;
        margin-left: 15px; }
    #single #zone1 .in {
      padding-bottom: 150px;
      border-bottom: 1px solid #9A7C47;
      line-height: 2; }
      #single #zone1 .in h2 {
        font-size: 23px;
        font-family: "Open Sans", sans-serif;
        line-height: 1.5;
        padding: 20px 0;
        border-bottom: 1px solid #000;
        margin-bottom: 20px; }
      #single #zone1 .in p {
        font-size: 18px;
        padding-bottom: 2em; }
        #single #zone1 .in p a {
          color: #9A7C47;
          text-decoration: underline; }
      #single #zone1 .in small {
        font-size: 14px; }
      #single #zone1 .in img {
        display: block;
        max-width: 800px;
        margin: 1em auto 2em; }
      #single #zone1 .in .caption {
        text-align: center;
        margin: -3em 0 2em; }
      #single #zone1 .in .movie {
        margin-bottom: 2em; }
      #single #zone1 .in .btn2 {
        margin: auto; }
    #single #zone1 .related {
      padding: 50px 0;
      border-bottom: 1px solid #9A7C47; }
      #single #zone1 .related .mds2 {
        padding-bottom: 30px; }
      #single #zone1 .related ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #single #zone1 .related ul li {
          width: 31%; }
          #single #zone1 .related ul li .t1 {
            padding-top: 10px;
            line-height: 1.5; }
    #single #zone1 .btn {
      width: 240px;
      margin: auto;
      padding-top: 60px; }
  #tsushin.tsushin_single #bread, #tsushin.tsushin_top #bread {
    padding-bottom: 25px; }
  #tsushin .mds {
    padding-bottom: 50px; }
    #tsushin .mds i {
      display: block;
      font-size: 18px;
      padding-bottom: 10px; }
    #tsushin .mds b {
      display: block;
      font-size: 80px;
      font-family: "EB Garamond", serif; }
    #tsushin .mds.ex b {
      font-family: "Roboto", sans-serif;
      font-size: 50px;
      padding-bottom: 20px; }
  #tsushin #title {
    max-width: 850px;
    margin: auto;
    padding: 160px 0 50px;
    text-align: center; }
    #tsushin #title i {
      display: block;
      padding-top: 30px;
      font-size: 25px; }
  #tsushin .tsushin_nav {
    background-color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0 -20px;
    padding: 15px;
    margin-bottom: 20px; }
    #tsushin .tsushin_nav ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #tsushin .tsushin_nav ul li {
        border-right: 1px solid #9A7C47; }
        #tsushin .tsushin_nav ul li a {
          display: block;
          color: #fff;
          font-family: "Open Sans", sans-serif;
          font-size: 18px;
          padding: 10px 30px; }
        #tsushin .tsushin_nav ul li:last-child {
          border-right: 0; }
  #tsushin .topslide {
    height: 560px;
    position: relative;
    margin-bottom: 120px; }
    #tsushin .topslide .swiper-custom-parent {
      width: 3000px;
      height: 560px;
      position: absolute;
      top: 0;
      left: calc(50% - 1500px); }
      #tsushin .topslide .swiper-custom-parent .pic img {
        width: 1000px;
        height: 560px;
        object-fit: cover; }
      #tsushin .topslide .swiper-custom-parent .in {
        width: 100%;
        min-height: 135px;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: 0;
        left: 0;
        color: #fff; }
        #tsushin .topslide .swiper-custom-parent .in .set {
          padding: 20px 50px; }
          #tsushin .topslide .swiper-custom-parent .in .set .t1 {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 10px; }
            #tsushin .topslide .swiper-custom-parent .in .set .t1 i {
              font-size: 14px;
              background-color: #9A7C47;
              padding: 5px; }
          #tsushin .topslide .swiper-custom-parent .in .set .t2 {
            font-family: "Open Sans", sans-serif;
            font-size: 25px;
            line-height: 1.2;
            margin-bottom: 10px; }
          #tsushin .topslide .swiper-custom-parent .in .set .t3 {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row; }
            #tsushin .topslide .swiper-custom-parent .in .set .t3 i {
              margin-right: 10px; }
    #tsushin .topslide .swiper-pagination {
      position: absolute;
      bottom: -40px;
      right: calc(50% - 500px);
      text-align: center; }
    #tsushin .topslide .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      display: inline-block;
      background: #fff;
      margin: 6px;
      border-radius: 7px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      opacity: 1;
      border: 1px solid #000; }
    #tsushin .topslide .swiper-pagination-bullet-active {
      background: #000; }
    #tsushin .topslide .swiper-button-next {
      top: calc(50% - 40px);
      right: 0px;
      border: 1px solid #fff;
      border-radius: 100px; }
    #tsushin .topslide .swiper-button-prev {
      top: calc(50% - 40px);
      left: 0;
      border: 1px solid #fff;
      border-radius: 100px; }
  #tsushin #zone_keyword {
    border-top: 1px solid #9A7C47;
    border-bottom: 1px solid #9A7C47;
    padding: 40px 0;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #tsushin #zone_keyword .mds {
      width: 400px;
      padding-bottom: 0; }
    #tsushin #zone_keyword ul {
      width: calc(100% - 400px);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      #tsushin #zone_keyword ul li {
        padding: 5px; }
        #tsushin #zone_keyword ul li a {
          display: block;
          background-color: #fff;
          color: #9A7C47;
          padding: 5px;
          border: 1px solid #9A7C47; }
  #tsushin #zone_list {
    padding-bottom: 70px; }
    #tsushin #zone_list .btn {
      width: 240px;
      margin: auto; }
  #tsushin .tsushin_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: -50px; }
    #tsushin .tsushin_list li {
      width: calc(100% / 3);
      padding-right: 50px;
      padding-bottom: 50px; }
  #tsushin .listbtn a {
    position: relative; }
    #tsushin .listbtn a .new {
      position: absolute;
      top: -30px;
      left: -20px;
      width: 60px;
      height: 60px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      background-color: #9A7C47;
      color: #fff;
      font-family: "Open Sans", sans-serif;
      border-radius: 30px;
      z-index: 1; }
    #tsushin .listbtn a .pic {
      position: relative; }
      #tsushin .listbtn a .pic img {
        width: 100%;
        height: 180px;
        object-fit: cover; }
    #tsushin .listbtn a .in {
      padding: 20px; }
      #tsushin .listbtn a .in .t1 {
        color: #9A7C47;
        font-family: "Open Sans", sans-serif;
        font-size: 13px;
        padding-bottom: 10px; }
      #tsushin .listbtn a .in .t2 {
        font-family: "Open Sans", sans-serif;
        line-height: 1.5;
        padding-bottom: 10px;
        height: 80px; }
      #tsushin .listbtn a .in .t3 {
        padding-bottom: 5px; }
        #tsushin .listbtn a .in .t3 i {
          display: inline-block;
          color: #9A7C47;
          font-size: 12px;
          background-color: #F2ECE1;
          padding: 3px;
          margin: 5px;
          margin-left: 0; }
      #tsushin .listbtn a .in .t4 {
        font-size: 12px;
        color: #9A7C47;
        text-align: right; }
  #tsushin #zone_ranking {
    border-top: 1px solid #9A7C47;
    border-bottom: 1px solid #9A7C47;
    padding: 100px 0 70px; }
    #tsushin #zone_ranking .rankingslide {
      height: 380px;
      position: relative; }
      #tsushin #zone_ranking .rankingslide .swiper-custom-parent {
        width: 1400px;
        height: 380px;
        position: absolute;
        top: 0;
        left: 0; }
        #tsushin #zone_ranking .rankingslide .swiper-custom-parent .swiper-wrapper li .listbtn {
          padding-bottom: 5px; }
          #tsushin #zone_ranking .rankingslide .swiper-custom-parent .swiper-wrapper li .listbtn a .pic {
            position: relative; }
            #tsushin #zone_ranking .rankingslide .swiper-custom-parent .swiper-wrapper li .listbtn a .pic i {
              position: absolute;
              top: 0;
              left: 0;
              width: 40px;
              height: 40px;
              background-color: #9A7C47;
              color: #fff;
              z-index: 2;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -webkit-flex-direction: row;
              -ms-flex-direction: row;
              flex-direction: row;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              text-align: center;
              font-family: "EB Garamond", serif;
              font-size: 25px; }
      #tsushin #zone_ranking .rankingslide .swiper-button-next {
        top: -120px;
        right: calc(50% - 550px); }
      #tsushin #zone_ranking .rankingslide .swiper-button-prev {
        top: -120px;
        left: auto;
        right: calc(50% - 460px); }
  #tsushin #zone_limited {
    padding-top: 70px; }
    #tsushin #zone_limited ul li {
      padding-bottom: 50px; }
  #tsushin #tsushin_footer {
    margin: 0 -20px;
    margin-top: 120px;
    background-color: #F2ECE1;
    padding: 80px 0 40px; }
    #tsushin #tsushin_footer .in {
      max-width: 1100px;
      margin: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #tsushin #tsushin_footer .in h2 {
        width: 100%;
        padding-bottom: 35px; }
        #tsushin #tsushin_footer .in h2 img {
          width: 420px; }
      #tsushin #tsushin_footer .in .sec {
        width: calc(50% - 50px); }
        #tsushin #tsushin_footer .in .sec h3 {
          font-family: "Open Sans", sans-serif;
          padding-bottom: 20px;
          border-bottom: 1px solid #9A7C47; }
        #tsushin #tsushin_footer .in .sec .set1 {
          padding: 20px 0 35px; }
          #tsushin #tsushin_footer .in .sec .set1 .select {
            background: #fff;
            height: 40px;
            width: 300px;
            border-radius: 5px;
            position: relative;
            border: 1px solid #aaa;
            z-index: 1; }
          #tsushin #tsushin_footer .in .sec .set1 .select::after {
            position: absolute;
            content: '';
            width: 8px;
            height: 8px;
            right: 10px;
            top: 49%;
            -webkit-transform: translateY(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
            border-bottom: 2px solid #9A7C47;
            border-right: 2px solid #9A7C47;
            z-index: -1; }
          #tsushin #tsushin_footer .in .sec .set1 select {
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            background: none;
            border: none;
            color: #333;
            font-size: 16px;
            width: 100%;
            height: 100%;
            padding: 0 10px; }
        #tsushin #tsushin_footer .in .sec .set2 {
          padding-top: 20px; }
          #tsushin #tsushin_footer .in .sec .set2 ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row; }
            #tsushin #tsushin_footer .in .sec .set2 ul li {
              padding: 0 10px 10px 0; }
              #tsushin #tsushin_footer .in .sec .set2 ul li a {
                display: block;
                background-color: #fff;
                color: #9A7C47;
                padding: 5px;
                border: 1px solid #9A7C47; }
        #tsushin #tsushin_footer .in .sec .set3 ul li {
          border-bottom: 1px solid #9A7C47; }
          #tsushin #tsushin_footer .in .sec .set3 ul li:last-child {
            border-bottom: 0; }
          #tsushin #tsushin_footer .in .sec .set3 ul li a {
            display: block;
            padding: 20px 0; }
            #tsushin #tsushin_footer .in .sec .set3 ul li a .t1 {
              font-family: "Open Sans", sans-serif;
              color: #9A7C47;
              font-size: 13px;
              padding-bottom: 10px; }
            #tsushin #tsushin_footer .in .sec .set3 ul li a .t2 {
              font-family: "Open Sans", sans-serif;
              line-height: 1.5;
              padding-bottom: 5px; }
            #tsushin #tsushin_footer .in .sec .set3 ul li a .t3 {
              text-align: right;
              font-size: 12px;
              color: #9A7C47; }
  #tsushin #zone_single {
    margin-bottom: 200px; }
    #tsushin #zone_single .in {
      max-width: 1000px;
      margin: auto;
      background-color: #fff;
      border: 1px solid #9A7C47;
      margin-bottom: 75px; }
      #tsushin #zone_single .in .kv img {
        width: 100%;
        height: 560px;
        object-fit: cover; }
      #tsushin #zone_single .in .contents {
        padding: 50px;
        max-width: 900px;
        margin: auto; }
        #tsushin #zone_single .in .contents .sec1 {
          padding-bottom: 40px; }
          #tsushin #zone_single .in .contents .sec1 h2 {
            font-size: 25px;
            font-family: "Open Sans", sans-serif;
            line-height: 1.5;
            padding-bottom: 30px; }
          #tsushin #zone_single .in .contents .sec1 .set1 {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            border-bottom: 1px solid #9A7C47;
            padding-bottom: 20px;
            margin-bottom: 20px; }
            #tsushin #zone_single .in .contents .sec1 .set1 .date {
              font-family: "Open Sans", sans-serif;
              padding-right: 10px; }
            #tsushin #zone_single .in .contents .sec1 .set1 .share {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-pack: end;
              -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
              justify-content: flex-end; }
              #tsushin #zone_single .in .contents .sec1 .set1 .share a {
                margin-left: 10px; }
              #tsushin #zone_single .in .contents .sec1 .set1 .share img {
                width: auto;
                height: 22px; }
          #tsushin #zone_single .in .contents .sec1 .set2 ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row; }
            #tsushin #zone_single .in .contents .sec1 .set2 ul li {
              padding: 0 10px 10px 0; }
              #tsushin #zone_single .in .contents .sec1 .set2 ul li a {
                display: block;
                background-color: #fff;
                color: #9A7C47;
                padding: 5px;
                border: 1px solid #9A7C47;
                font-size: 14px; }
        #tsushin #zone_single .in .contents .sec_wp {
          line-height: 2; }
          #tsushin #zone_single .in .contents .sec_wp h2 {
            font-size: 25px;
            font-family: "Open Sans", sans-serif;
            line-height: 1.5;
            padding: 10px 0 10px 15px;
            border-left: 5px solid #9A7C47;
            border-bottom: 1px solid #9A7C47;
            margin: 60px 0 40px; }
          #tsushin #zone_single .in .contents .sec_wp h3 {
            font-size: 20px;
            font-family: "Open Sans", sans-serif;
            line-height: 1.5;
            padding-left: 30px;
            margin: 40px 0 30px;
            position: relative; }
            #tsushin #zone_single .in .contents .sec_wp h3::before {
              position: absolute;
              content: '';
              width: 20px;
              height: 4px;
              left: 0px;
              top: calc(50% - 1px);
              background-color: #9A7C47; }
          #tsushin #zone_single .in .contents .sec_wp h4 {
            font-size: 20px;
            font-family: "Open Sans", sans-serif;
            line-height: 1.5;
            margin: 40px 0 30px;
            color: #9A7C47; }
          #tsushin #zone_single .in .contents .sec_wp h5 {
            font-family: "Open Sans", sans-serif;
            line-height: 1.5;
            margin: 40px 0 30px; }
          #tsushin #zone_single .in .contents .sec_wp p {
            margin-bottom: 30px; }
            #tsushin #zone_single .in .contents .sec_wp p a {
              color: #9A7C47;
              text-decoration: underline; }
          #tsushin #zone_single .in .contents .sec_wp small {
            font-size: 14px; }
          #tsushin #zone_single .in .contents .sec_wp .memo {
            background-color: #F2ECE1;
            border-left: 5px solid #9A7C47;
            padding: 30px 50px;
            margin-bottom: 30px; }
            #tsushin #zone_single .in .contents .sec_wp .memo p {
              margin-bottom: 5px; }
          #tsushin #zone_single .in .contents .sec_wp blockquote {
            background-color: #F2ECE1;
            padding: 50px 50px;
            margin-bottom: 30px;
            position: relative; }
            #tsushin #zone_single .in .contents .sec_wp blockquote::before {
              content: "";
              color: #fff;
              position: absolute;
              top: 10px;
              left: 20px;
              background: url("../img/tsushin/bq1.png") no-repeat center top;
              background-size: 40px;
              width: 40px;
              height: 40px; }
            #tsushin #zone_single .in .contents .sec_wp blockquote::after {
              content: "";
              color: #fff;
              position: absolute;
              bottom: 10px;
              right: 20px;
              background: url("../img/tsushin/bq2.png") no-repeat center top;
              background-size: 40px;
              width: 40px;
              height: 40px; }
            #tsushin #zone_single .in .contents .sec_wp blockquote p {
              margin-bottom: 5px; }
          #tsushin #zone_single .in .contents .sec_wp ul {
            margin-bottom: 20px; }
            #tsushin #zone_single .in .contents .sec_wp ul li {
              position: relative;
              padding: 0 0 20px 20px;
              line-height: 1.5; }
              #tsushin #zone_single .in .contents .sec_wp ul li::before {
                position: absolute;
                top: 9px;
                left: 2px;
                content: '';
                width: 8px;
                height: 8px;
                background: #9A7C47;
                border-radius: 5px; }
          #tsushin #zone_single .in .contents .sec_wp table {
            margin-bottom: 30px;
            border-top: 1px solid #9A7C47; }
            #tsushin #zone_single .in .contents .sec_wp table th {
              border-bottom: 1px solid #9A7C47;
              padding: 20px;
              font-family: "Open Sans", sans-serif;
              line-height: 1.5;
              font-size: 18px;
              vertical-align: top;
              text-align: left; }
            #tsushin #zone_single .in .contents .sec_wp table td {
              border-bottom: 1px solid #9A7C47;
              padding: 20px;
              line-height: 1.5;
              vertical-align: top; }
          #tsushin #zone_single .in .contents .sec_wp .shop {
            padding: 70px 0;
            text-align: center;
            background: url("../img/top/online.jpg") no-repeat center top;
            background-size: cover; }
            #tsushin #zone_single .in .contents .sec_wp .shop .mds {
              color: #9A7C47;
              line-height: 1; }
    #tsushin #zone_single .btn {
      width: 240px;
      margin: auto; } }

@media print {
  body {
    -webkit-print-color-adjust: exact;
    width: 1300px;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0; }
  .effect1, .effect4 {
    opacity: 1; } }

/*# sourceMappingURL=style.css.map */
