* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  outline: none;
}

.btn_link {
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 2rem;
  background: #333;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
}

.container {
  max-width: 980px;
  margin: auto;
  padding: 0px 10px;
}

.d-flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

@media only screen and (max-width: 768px) {
  .sp_flex_col {
    flex-direction: column;
  }
}

.btn_contact {
  background: #a26a10;
  color: #fff;
  padding: 0.8rem 3rem;
  font-size: 1.6rem;
  border: 1px solid transparent;
  transition: 0.5s;
  cursor: pointer;

  &:hover {
    background: #fff;
    color: #a26a10;
    border: 1px solid #a26a10;
  }
}

.wpcf7-response-output {
  font-size: 1.4rem;
  text-align: center;
  padding: 1rem !important;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset,
img {
  border: 0;
}

address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
  font: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  font-variant: normal;
  border: 0;
}

sup,
sub {
  vertical-align: baseline;
}

legend {
  color: #000000;
}

.cf:before {
  display: table;
  content: "";
}

.cf:after {
  display: table;
  clear: both;
  content: "";
}

strong {
  font-weight: bold;
}

.cf {
  zoom: 1;
}

body,
html {
  font-family: "源ノ角ゴシック Regular", 源ノ角ゴシック, 游ゴシック体, "Yu Gothic", YuGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subtext *,
canvas,
.is_dragging *,
.js-draw-text {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

.subtitles {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

.subtitles span {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

.to-scroll {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

.menu-li .in,
.menu-li a {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

.single-sub-title span,
.work-sub-title span,
.link,
.view-more a,
.work-title a,
.unselectable {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

.js-logo-a canvas,
.subtext a,
.js-logo-a,
.menu-li a,
.work-title a,
.view-more a,
a {
  cursor: pointer;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-fb:before {
  content: "f";
}

.i-tw:before {
  content: "t";
}

.i-inst:before {
  content: "i";
}

.i {
  font-family: "i";
}

.is_waiting body {
  overflow: hidden !important;
}

body,
a {
  color: #333333;
}

article {
  display: block;
}

video,
img,
canvas {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

img {
  border: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

li {
  list-style-type: none;
}

.mt0 {
  margin-top: 0% !important;
}

.mt2 {
  margin-top: 2% !important;
}

.mt5 {
  margin-top: 5%;
}

.mt6 {
  margin-top: 6%;
}

.mt7 {
  margin-top: 7%;
}

.mt8 {
  margin-top: 8%;
}

.mt9 {
  margin-top: 9%;
}

.mt10 {
  margin-top: 10%;
}

.mt11 {
  margin-top: 11%;
}

.mt12 {
  margin-top: 12%;
}

.mt13 {
  margin-top: 13%;
}

.mt14 {
  margin-top: 14%;
}

.mt15 {
  margin-top: 15% !important;
}

.mb0 {
  margin-bottom: 0% !important;
}

.mb2 {
  margin-bottom: 2% !important;
}

.mb3 {
  margin-bottom: 3% !important;
}

.mb4 {
  margin-bottom: 4% !important;
}

.mb5 {
  margin-bottom: 5% !important;
}

.mb6 {
  margin-bottom: 6% !important;
}

.mb7 {
  margin-bottom: 7% !important;
}

.mb8 {
  margin-bottom: 8% !important;
}

.mb9 {
  margin-bottom: 9% !important;
}

.mb10 {
  margin-bottom: 10% !important;
}

.mb11 {
  margin-bottom: 11%;
}

.mb12 {
  margin-bottom: 12%;
}

.mb13 {
  margin-bottom: 13%;
}

.mb14 {
  margin-bottom: 14%;
}

.mb15 {
  margin-bottom: 15% !important;
}

.pt3 {
  padding-top: 3%;
}

.pt4 {
  padding-top: 4%;
}

.pt5 {
  padding-top: 5%;
}

.pt6 {
  padding-top: 6%;
}

.pt7 {
  padding-top: 7%;
}

.pt8 {
  padding-top: 8%;
}

.pt9 {
  padding-top: 9%;
}

.pt10 {
  padding-top: 10%;
}

.pt11 {
  padding-top: 11%;
}

.pt12 {
  padding-top: 12%;
}

.pt13 {
  padding-top: 13%;
}

.pt14 {
  padding-top: 14%;
}

.pt15 {
  padding-top: 15% !important;
}

.pb0 {
  padding-bottom: 0% !important;
}

:root {
  --max-size: 1.66rem;
  --base-size: 1.4rem;
  --slide-tb: 120vw;
  --slide-mb: 150vw;
  --land-mb: 80vw;
}

.font {
  font-size: calc(var(--base-size) * 1.9);
}

.bold {
  font-weight: bold;
}

.brown {
  color: #a26a11;
}

.red {
  color: #ba0000;
}

.grayBg {
  background: #d8d6d6;
}

.grayLightBg {
  background: #ebebeb;
}

.move {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: translate(0, 30px) scale(1);
  transform: translate(0, 30px) scale(1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  opacity: 0;
}

.move.moving {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  opacity: 1;
}

.link_ {
  text-decoration: underline;
}

h2.n01 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

h2.n01 span.small {
  font-size: 22px;
}

@media only screen and (max-width: 768px) {
  h2.n01 {
    font-size: 22px;
  }

  h2.n01 span.small {
    font-size: 16px;
  }
}

.inner {
  padding: 0 50px;
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .inner {
    width: 91%;
    margin: 0 auto;
    padding: 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .inner {
    width: 91%;
    margin: 0 auto;
    padding: 0 0;
  }
}

.in_inner {
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .in_inner {
    width: 91%;
    margin: 0 auto;
    padding: 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .in_inner {
    width: 91%;
    margin: 0 auto;
    padding: 0 0;
  }
}

.in_in_in {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .in_in_in {
    width: 91%;
    margin: 0 auto;
    padding: 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .in_in_in {
    width: 91%;
    margin: 0 auto;
    padding: 0 0;
  }
}

.w880 {
  width: 880px;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .w880 {
    width: 91%;
    margin: 0 auto;
    padding: 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .w880 {
    width: 91%;
    margin: 0 auto;
    padding: 0 0;
  }
}

.default {
  padding: 100px 0;
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .default {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 768px) {
  .default {
    padding: 50px 0;
  }
}

.btn a {
  font-size: 17px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  min-width: 200px;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  text-align: center;
  color: #a26a11;
  border: 3px solid #a26a11;
}

.btn a:before {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 0px;
  content: "";
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #ffffff !important;
  background: #a26a11;
}

.btn a:hover {
  color: #ffffff !important;
  background-color: transparent;
  text-shadow: none;
}

.btn a:hover:before {
  top: auto;
  bottom: 0%;
  height: 100%;
}

.btn a:after {
  position: absolute;
  z-index: 2;
  top: 3px;
  right: 3px;
  width: 0;
  height: 0;
  content: "";
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent #a26a11 transparent transparent;
}

@media only screen and (max-width: 768px) {
  .btn a {
    font-size: 14px;
    min-width: 85%;
    padding: 10px 0;
    border: 2px solid #a26a11;
  }
}

.lineline {
  padding: 15px 10px;
  border-right: 1px dashed #bfbfbf;
  border-bottom: 1px dashed #bfbfbf;
  border-left: 1px dashed #bfbfbf;
}

.roomList .lineline {
  padding: 15px 10px;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.btnPaint a {
  font-size: 17px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  min-width: 200px;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  text-align: center;
  color: #ffffff;
  border: 3px solid #a26a11;
  background: #a26a11;
}

.btnPaint a:before {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #ffffff !important;
}

.btnPaint a:hover {
  color: #a26a11 !important;
  background-color: transparent;
  text-shadow: none;
}

.btnPaint a:hover:before {
  top: auto;
  bottom: 0%;
  height: 100%;
}

.btnPaint a:after {
  position: absolute;
  z-index: 2;
  top: 3px;
  right: 3px;
  width: 0;
  height: 0;
  content: "";
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
}

@media only screen and (max-width: 768px) {
  .btnPaint a {
    font-size: 14px;
    min-width: 85%;
    padding: 10px 0;
    border: 2px solid #a26a11;
  }
}

a.btnWhite span.inText {
  font-size: 17px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  min-width: 200px;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  text-align: center;
  color: #ffffff;
  border: 3px solid #ffffff;
}

a.btnWhite span.inText:after {
  position: absolute;
  z-index: 2;
  top: 4px;
  right: 4px;
  width: 0;
  height: 0;
  content: "";
  border-width: 0 12px 12px 0;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
}

a.btnWhite span.inText span.bgColor {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 0px;
  content: "";
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #a26a11 !important;
  background: #ffffff;
}

a.btnWhite span.inText span.ttt {
  position: relative;
  z-index: 1;
}

a.btnWhite span.inText span.ttt .en {
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 1;
}

a.btnWhite span.inText span.ttt .jp {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 0;
}

a.btnWhite:hover span.inText .bgColor {
  top: auto;
  bottom: 0%;
  height: 100%;
  text-shadow: none;
}

a.btnWhite:hover span.inText .ttt {
  color: #a26a11 !important;
}

a.btnWhite:hover span.inText .ttt .en {
  opacity: 0;
}

a.btnWhite:hover span.inText .ttt .jp {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  a.btnWhite span.inText {
    font-size: 14px;
    min-width: 85%;
    padding: 10px 0;
    border: 2px solid #ffffff;
  }
}

.btnGold a {
  font-size: 17px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  min-width: 200px;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  text-align: center;
  color: #ffffff;
  border: 3px solid #a26a11;
  background: #a26a11;
}

.btnGold a:before {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 0px;
  content: "";
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #ffffff !important;
  background: #ffffff;
}

.btnGold a:hover {
  color: #a26a11 !important;
  background-color: transparent;
  text-shadow: none;
}

.btnGold a:hover:before {
  top: auto;
  bottom: 0%;
  height: 100%;
}

.btnGold a:after {
  position: absolute;
  z-index: 2;
  top: 3px;
  right: 3px;
  width: 0;
  height: 0;
  content: "";
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
}

@media only screen and (max-width: 768px) {
  .btnGold a {
    font-size: 14px;
    min-width: 85%;
    padding: 10px 0;
    border: 2px solid #a26a11;
  }
}

.goldBtn .outerBtn {
  font-size: 17px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  min-width: 200px;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  text-align: center;
  color: #ffffff;
  border: 2px solid #343465;
}

.goldBtn .outerBtn._01 {
  background: #343465;
}

.goldBtn .outerBtn._01 input {
  color: #ffffff;
}

.goldBtn .outerBtn._02 {
  color: #343465;
  background: none;
}

.goldBtn .outerBtn._02 input {
  color: #343465;
}

.goldBtn .outerBtn:before {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 0px;
  content: "";
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #ffffff !important;
  background: #343465;
}

.goldBtn .outerBtn:hover {
  color: #ffffff !important;
  background-color: transparent;
  text-shadow: none;
}

.goldBtn .outerBtn:hover:before {
  top: auto;
  bottom: 0%;
  height: 100%;
}

.goldBtn .outerBtn:hover input {
  color: #343465;
}

.goldBtn .outerBtn:after {
  position: absolute;
  z-index: 2;
  top: 3px;
  right: 3px;
  width: 0;
  height: 0;
  content: "";
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent #a26a11 transparent transparent;
}

.goldBtn .outerBtn input {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding: 10px 60px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  background: none;
  -webkit-appearance: none;
}

@media only screen and (max-width: 768px) {
  .goldBtn .outerBtn {
    font-size: 13px;
    min-width: 100%;
    margin: 0;
    border: 2px solid #343465;
  }
}

@media only screen and (max-width: 768px) {
  .goldBtn .outerBtn._02 {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .goldBtn .outerBtn input {
    font-size: 13px;
    padding: 10px 20px;
  }
}

.contactBtn .outerBtn {
  font-size: 17px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  min-width: 200px;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  text-align: center;
  color: #ffffff;
  border: 2px solid #a26a11;
}

.contactBtn .outerBtn._01 {
  background: #a26a11;
}

.contactBtn .outerBtn._01 input {
  color: #ffffff;
}

.contactBtn .outerBtn._02 {
  color: #a26a11;
  background: none;
}

.contactBtn .outerBtn._02 input {
  color: #a26a11;
}

.contactBtn .outerBtn._02:after {
  border-color: transparent #a26a11 transparent transparent;
}

.contactBtn .outerBtn:before {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 0px;
  content: "";
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #ffffff !important;
  background: #a26a11;
}

.contactBtn .outerBtn:hover {
  color: #ffffff !important;
  background-color: transparent;
  text-shadow: none;
}

.contactBtn .outerBtn:hover:before {
  top: auto;
  bottom: 0%;
  height: 100%;
}

.contactBtn .outerBtn:hover input {
  color: #a26a11;
}

.contactBtn .outerBtn:after {
  position: absolute;
  z-index: 2;
  top: 3px;
  right: 3px;
  width: 0;
  height: 0;
  content: "";
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
}

.contactBtn .outerBtn input {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding: 10px 60px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  background: none;
  -webkit-appearance: none;
}

@media only screen and (max-width: 768px) {
  .contactBtn .outerBtn {
    font-size: 13px;
    min-width: 100%;
    margin: 0;
    border: 2px solid #a26a11;
  }
}

@media only screen and (max-width: 768px) {
  .contactBtn .outerBtn._02 {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .contactBtn .outerBtn input {
    font-size: 13px;
    padding: 10px 20px;
  }
}

.input .contactContents ._03 {
  min-width: auto;
  color: #a26a11;
  border: none;
  border: none;
}

.input .contactContents ._03:after {
  display: none;
}

.input .contactContents ._03 input {
  color: #a26a11;
  color: #343465;
}

@media only screen and (max-width: 768px) {
  .input .contactContents ._03 {
    margin-top: 20px;
  }
}

.check {
  padding: 0px 0 50px;
}

.check .contactContents ._03 {
  min-width: auto;
  color: #a26a11;
  border: none;
  border: 2px solid #a26a11;
}

.check .contactContents ._03:after {
  display: none;
}

.check .contactContents ._03 input {
  color: #a26a11 !important;
  color: #343465;
}

.check .contactForm dl dd {
  font-size: 16px;
  padding: 15px 0 0 0;
}

.check .contactForm .select_cover:before {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .check .contactContents ._03 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .check .contactContents ._03 {
    margin-top: 20px;
  }
}

.engg {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
}

#preloader {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #ffffff;
  -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;
}

#preloader #progressInner {
  width: 50vw;
}

#progressBar {
  width: 0;
  height: 1px;
  background-color: #333333;
}

#progressTxt {
  margin-top: 5px;
  text-align: center;
}

.loadingLogo {
  -webkit-animation: fadeInLOGO 2s ease 0s 1 normal;
  animation: fadeInLOGO 2s ease 0s 1 normal;
}

.loadingLogo img {
  width: 100%;
  max-width: 300px;
}

@keyframes fadeInLOGO {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLOGO {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

header {
  position: absolute;
  z-index: 101;
  width: 100%;
  padding: 20px 0 25px;
  background-color: rgba(0, 0, 0, 0.5);
}

header .headerOuter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header .headerOuter .logo dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .headerOuter .logo dl dt {
  font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 26px;
  font-weight: bold;
  margin-right: 15px;
  letter-spacing: 0.04em;
}

header .headerOuter .logo dl dd {
  font-size: 14px;
  font-weight: 500;
}

header .headerOuter .logo a {
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  margin-top: 18px;
}

@media only screen and (max-width: 768px) {
  header .headerOuter .logo a {
    margin-top: 0;
  }
}

header .headerOuter .logo a:hover {
  opacity: 0.7;
}

header .headerOuter .logo a img {
  width: 100%;
  max-width: 335px;
  height: auto;
}

header .headerOuter .rightContents {
  margin-top: 30px;
  margin-left: auto;
}

header .headerOuter .rightContents ul:after {
  display: table;
  clear: both;
  content: "";
}

header .headerOuter .rightContents ul li {
  position: relative;
  float: left;
  margin-left: 25px;
}

header .headerOuter .rightContents ul li:first-child {
  margin-left: 0;
}

header .headerOuter .rightContents ul li a {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  color: #ffffff;
}

header .headerOuter .rightContents ul li a:hover {
  color: #a26a11;
}

header .headerOuter .rightContents ul li a span.ja {
  font-size: 18px;
  font-weight: 500;
  display: block;
  letter-spacing: 0.02em;
}

header .headerOuter .rightContents ul li a span.en {
  font-family: "Crimson Text", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 14px;
  display: block;
}

@media only screen and (max-width: 768px) {
  header {
    padding: 20px 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  header .headerOuter .logo dl {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  header .headerOuter .logo dl dt {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1200px) {
  header .headerOuter .logo dl dd {
    font-size: 12px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  header .headerOuter .rightContents {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  header .headerOuter .rightContents {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  header .headerOuter .rightContents ul li {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  header .headerOuter .rightContents ul li a span.ja {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1200px) {
  header .headerOuter .rightContents ul li a span.en {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  header .headerOuter .logo {
    width: 100%;
  }

  header .headerOuter .logo a {
    display: block;
    width: 100%;
    text-align: center;
  }

  header .headerOuter .logo a img {
    max-width: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .sec img {
    width: 100%;
    height: auto;
  }
}

.sec .h2 {
  margin-bottom: 50px;
  text-align: center;
}

.sec .h2 h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  color: #a26a11;
}

.sec .h2 span {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: block;
  letter-spacing: 0.04em;
}

.sec .h2.white h2 {
  color: #ffffff;
}

.sec .h2.smallFont h2 {
  font-size: 26px;
}

.sec .h2_xx {
  position: relative;
  margin-bottom: 80px;
  text-align: center;
}

.sec .h2_xx:before {
  position: absolute;
  right: 0;
  bottom: -35px;
  left: 0;
  width: 40px;
  height: 6px;
  margin: 0 auto;
  content: "";
  background: #a26a11;
}

.sec .h2_xx h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
  color: #a26a11;
}

.sec .h2_xx .ja {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #333333;
}

.sec .goldSubText {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #000000;
}

@media only screen and (max-width: 768px) {
  .sec .h2 {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .sec .h2 h2 {
    font-size: 26px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .sec .h2 span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .sec .h2.smallFont h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .sec .h2_xx {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 768px) {
  .sec .h2_xx:before {
    bottom: -20px;
  }
}

@media only screen and (max-width: 768px) {
  .sec .h2_xx h2 {
    font-size: 22px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .sec .h2_xx .ja {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .sec .goldSubText {
    font-size: 16px;
  }
}

.sitemap .mainVisual .visualHeight {
  background: url(../img/img_mainvisual_sitemap_main.jpg) no-repeat center center;
  background-size: cover;
}

.sitemap .sitemapOuter ._box .section .topTitle {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
}

.sitemap .sitemapOuter ._box .section .img {
  margin-bottom: 5px;
}

.sitemap .sitemapOuter ._box .section .img img {
  width: 100%;
  height: auto;
}

.sitemap .sitemapOuter ._box .section ul li a {
  font-size: 13px;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 5px 10px 5px 20px;
  color: #333333;
  background: #ffffff;
}

.sitemap .sitemapOuter ._box .section ul li a:after {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 7px;
  width: 0;
  height: 0;
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #696969;
}

.sitemap .sitemapOuter ._box .section ul li a:hover {
  text-decoration: underline;
}

.sitemap .sitemapOuter ._top {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sitemap .sitemapOuter ._top .section {
  width: 23%;
}

.sitemap .sitemapOuter ._bottom {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sitemap .sitemapOuter ._bottom .section._01 {
  width: 23%;
}

.sitemap .sitemapOuter ._bottom .section._02 {
  width: 23%;
  margin-left: 2.8%;
}

@media only screen and (max-width: 768px) {
  .sitemap .sitemapOuter ._box .section {
    margin-top: 35px;
  }

  .sitemap .sitemapOuter ._box .section:nth-child(1),
  .sitemap .sitemapOuter ._box .section:nth-child(2) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .sitemap .sitemapOuter ._box .section ul li a {
    padding: 4px 10px 4px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .sitemap .sitemapOuter ._box .section ul li a:after {
    position: absolute;
    z-index: 2;
    top: 11px;
    left: 7px;
    width: 0;
    height: 0;
    content: "";
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #696969;
  }
}

@media only screen and (max-width: 768px) {
  .sitemap .sitemapOuter ._top .section {
    width: 48%;
  }
}

@media only screen and (max-width: 768px) {
  .sitemap .sitemapOuter ._bottom {
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 768px) {
  .sitemap .sitemapOuter ._bottom .section._01 {
    width: 48%;
  }
}

@media only screen and (max-width: 768px) {
  .sitemap .sitemapOuter ._bottom .section._02 {
    width: 48%;
    margin-left: 0%;
  }
}

.contact .mainVisual .visualHeight {
  background: url(../img/img_mainvisual_contact.jpg) no-repeat center center;
  background-size: cover;
}

.contact .contact_flow {
  margin-top: 50px;
  margin-bottom: 50px;
}

.contact .contactContents {
  display: block;
  margin: 0 auto 0px;
  padding: 70px 0 90px;
  background: #f7f7f7;
}

.contact .contactContents .sub {
  font-size: 12px;
  display: block;
}

.contact.input .gray,
.contact .check .gray {
  display: block;
  margin: 0 auto 0px;
  padding: 70px 0 90px;
  background: #f7f7f7;
}

.contact.input .contactForm,
.contact .check .contactForm {
  display: block;
  width: 880px;
  margin: 0 auto 0px;
}

.contact.input .contactForm .formIn,
.contact .check .contactForm .formIn {
  margin-bottom: 30px;
}

.contact .contactForm dl::after {
  display: table;
  clear: both;
  content: "";
}

.contact.input .contactForm dl .input[type="text"]#user_addr_zip {
  width: 160px;
  margin-left: 10px;
}

.contact.input .contactForm dl.zipBlock dd {
  font-size: 15px;
}

.contact.input .contactForm dl.addressBlock dd {
  padding-top: 0px;
  padding-left: 25px;
}

.contact.input .contactForm dt {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  float: left;
  width: 260px;
  padding-top: 13px;
  text-align: left;
}

.contact.input .contactForm dt::after {
  display: table;
  clear: both;
  content: "";
}

.contact .contactForm dt span.redBox,
.contact .contactForm dt span.grayBox {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 44px;
  height: 25px;
  margin-right: 11px;
  margin-left: 15px;
  padding: 6px 9px 5px;
  color: #ffffff;
}

.contact .contactForm dt span.floatB {
  float: left;
}

.contact .contactForm dt span.in_text {
  font-size: 16px;
  font-weight: bold;
  float: left;
  width: 185px;
  color: #333333;
}

.contact .contactForm dt span.redBox {
  background: #e50012;
}

.contact .contactForm dt span.grayBox {
  background: #9d9d9d;
}

.contact.input .contactForm dd {
  position: relative;
  margin: 0 0 22px 260px;
  text-align: left;
}

.contact.input .contactForm dl.countBox dd {
  font-size: 15px;
  font-weight: 500;
}

.contact.input .contactForm dl.countBox dd input {
  margin-right: 10px;
}

.contact.input .contactForm dl.p_radio dd {
  padding-top: 10px;
}

.contact.input .contactForm dl.p_text dd input:first-child {
  margin-bottom: 15px;
}

.contact.input .contactForm dd .error {
  font-size: 14px;
  color: #ff0000;
}

.contact.input .contactForm dd div.sub {
  font-size: 12px;
  font-weight: 500;
  color: #333333;
}

.contact.input .contactForm dd ul.float {
  height: 50px;
}

.contact.input .contactForm dd ul.float:after {
  display: table;
  clear: both;
  content: "";
}

.contact.input .contactForm dd ul.float li {
  float: left;
  width: 130px;
  margin-top: 10px;
}

.contact.input .contactForm dd ul.float li:not(:first-child) .error {
  display: none;
}

.contact.input .contactForm dd input[type="text"],
.contact.input .contactForm dd input[type="email"] {
  font-size: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 450px;
  height: 50px;
  padding: 0px 10px;
  color: #000000;
  border: 1px solid #999999;
  border-radius: 0px;
  outline: 0;
  -webkit-appearance: none;
}

.contact.input .contactForm dd input#count[type="text"] {
  width: 100px;
}

.contact.input .contactForm dd input:focus {
  outline: 0;
  -webkit-box-shadow: 0px 0px 4px 1px #3da4de;
  box-shadow: 0px 0px 4px 1px #3da4de;
}

.contact.input .contactForm dd textarea {
  font-size: 15px;
  width: 576px !important;
  height: 200px !important;
  padding: 15px 10px;
  color: #000000;
  border: 1px solid #999999;
}

.contact.input .contactForm dd textarea:focus {
  outline: 0;
  -webkit-box-shadow: 0px 0px 4px 1px #3da4de;
  box-shadow: 0px 0px 4px 1px #3da4de;
}

.contact.input .contactForm dd .mwform-zip-field {
  font-size: 15px;
}

.contact.input .contactForm dd .mwform-zip-field input {
  width: 100px;
}

.contact input[type="radio"] {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.contact .mwform-radio-field label span {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 94%;
  padding: 4px 12px 4px 24px !important;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  text-align: left;
  vertical-align: middle;
  letter-spacing: 0.02em;
  border-radius: 8px;
}

.contact .mwform-radio-field label:hover:after {
  border-color: #0c2b58;
}

.contact .mwform-radio-field label span:after {
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  content: "";
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  border: 1px solid #0c2b58;
  border-radius: 50%;
}

.contact .mwform-radio-field label span:before {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  content: "";
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  border-radius: 50%;
  background: #0c2b58;
}

.contact input[type="checkbox"]:checked + .checkbox:before {
  opacity: 1;
}

.contact input[type="radio"]:checked + .mwform-radio-field-text:before,
.contact input[type="radio"]:checked + .radiobox_small:before {
  opacity: 1;
}

.contact label.select_cover {
  position: relative;
  display: inline-block;
}

.contact .contactForm select {
  font-size: 15px;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 450px;
  height: 50px;
  padding: 0 10px;
  cursor: pointer;
  color: #000000;
  border: 1px solid #999999;
  border-radius: 1px;
  outline: none;
  background-color: white;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.contact select::-ms-expand {
  display: none;
}

.contact label.select_cover:before {
  position: absolute;
  z-index: 2;
  top: 17px;
  right: 5px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 10px;
  content: "";
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
  border: 5px solid transparent;
  border-color: black black transparent transparent;
}

.contact.input #buyBox {
  display: none;
}

.contact .btn.bg_blue input {
  padding: 20px 120px;
  text-align: center;
  border: none;
  -webkit-appearance: none;
}

.contact .btn.bg_blue input:hover {
  cursor: pointer;
}

.contact.check .formIn {
  margin-bottom: 30px;
}

.contact.check .contactForm dl {
  display: table;
  width: 100%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

.contact.check .contactForm dl:last-child {
  border-bottom: 1px solid #cccccc;
}

.contact.check #mw_wp_form_mw-wp-form-156 .contactForm dl:last-child {
  border-bottom: none;
}

.contact.check .contactForm dt {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 260px;
  padding: 15px 0;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #cccccc;
  background: #efefef;
}

.contact.check .contactForm dd {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  display: table-cell;
  padding: 15px 12px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #cccccc;
  background: #ffffff;
}

.contact.check .contactForm dd div.sub {
  display: none;
}

.contact.check .contactForm .select_cover::before {
  display: none;
}

.contact.check .btn_link {
  width: 700px;
  margin: 0 auto;
}

.contact.check .btn_link:after {
  display: table;
  clear: both;
  content: "";
}

.contact.check .btn_link a {
  display: block;
}

.contact.check .btn_link input.blue_back {
  float: left;
  -webkit-appearance: none;
}

.contact.check .btn_link input.blue_send {
  float: right;
  -webkit-appearance: none;
}

.contact.thanks .thanksContents {
  margin-bottom: 80px;
}

.contact.thanks .thanksContents dl {
  margin-bottom: 50px;
}

.contact.thanks .thanksContents dl dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact.thanks .thanksContents dl dd {
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .contact .contact_flow p {
    font-size: 13px;
    line-height: 1.8;
  }
}

@media only screen and (max-width: 768px) {
  .contact .contactContents {
    padding: 30px 0 60px;
  }
}

@media only screen and (max-width: 768px) {
  .contact.input .contactForm,
  .contact .check .contactForm {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .contact.input .contactForm .formIn,
  .contact .check .contactForm .formIn {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .contact.input .contactForm dt {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    float: none;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .contact .contactForm dt span.redBox,
  .contact .contactForm dt span.grayBox {
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    margin-right: 8px;
    margin-left: 0;
    padding: 4px 7px 3px;
    color: #ffffff;
  }
}

@media only screen and (max-width: 768px) {
  .contact.input .contactForm dd {
    position: relative;
    margin: 0 0 20px 0px;
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  .contact.input .contactForm dd input[type="text"],
  .contact.input .contactForm dd input[type="email"] {
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    padding: 0px 10px;
    color: #000000;
    border: 1px solid #999999;
    border-radius: 0px;
    outline: 0;
    -webkit-appearance: none;
  }
}

@media only screen and (max-width: 768px) {
  .contact.input .contactForm dd textarea {
    font-size: 14px;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    height: 200px !important;
    padding: 10px 10px;
    color: #000000;
    border: 1px solid #999999;
    border-radius: 1px;
    -webkit-appearance: none;
  }
}

@media only screen and (max-width: 768px) {
  .contact label.select_cover {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .contact .contactForm select {
    font-size: 14px;
    width: 100%;
    height: 42px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  .contact label.select_cover:before {
    top: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .contact.check .formIn {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .contact.check .contactForm dt {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 12px;
    text-align: left;
    vertical-align: top;
    border-right: 1px solid #cccccc;
  }
}

@media only screen and (max-width: 768px) {
  .contact.check .contactForm dd {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: block;
    padding: 15px 12px;
    text-align: left;
    vertical-align: top;
    border-right: 1px solid #cccccc;
    background: #ffffff;
  }
}

@media only screen and (max-width: 768px) {
  .contact.thanks .thanksContents dl dt {
    font-size: 18px;
  }
}

.news .mainVisual .visualHeight {
  background: url(../img/img_mainvisual_news.jpg) no-repeat center center;
  background-size: cover;
}

.news .column2 {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news .column2 .mainColum {
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news .column2 .mainColum article {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 3vw;
  padding: 20px 20px;
  border: 3px solid #333333;
}

.news .column2 .mainColum article:first-child {
  margin-top: 0vw;
}

.news .column2 .mainColum article .img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-flex-basis: 120px;
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px;
}

.news .column2 .mainColum article .img:before {
  display: block;
  padding-top: 63.5%;
  content: "";
}

.news .column2 .mainColum article .img span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: center no-repeat #e5e5e5;
}

.news .column2 .mainColum article .post_detail {
  margin-bottom: 3vw;
  text-align: left;
}

.news .column2 .mainColum article .post_detail .label {
  font-size: 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding: 4px 10px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background: #5d4225;
}

.news .column2 .mainColum article .post_detail h1 {
  font-size: 1.9vw;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 1.4vw;
}

.news .column2 .mainColum article .post_detail h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-left: 5px;
  border-left: 10px solid #a26a11;
}

.news .column2 .mainColum article .post_detail h3 {
  font-size: 16px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px 0 0;
  padding: 5px 15px;
  border: #d8d5d2 1px solid;
  background-color: #ededed;
}

.news .column2 .mainColum article .post_detail h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 0;
  color: #a26a11;
}

.news .column2 .mainColum article .post_detail ul {
  margin-top: 20px;
  margin-left: 20px;
}

.news .column2 .mainColum article .post_detail ul li {
  margin-top: 10px;
  margin-bottom: 0;
  list-style-type: disc;
}

.news .column2 .mainColum article .post_detail ul li:first-child {
  margin-top: 0;
}

.news .column2 .mainColum article .post_detail ol {
  margin-top: 20px;
  margin-left: 20px;
}

.news .column2 .mainColum article .post_detail ol li {
  margin-top: 10px;
  margin-bottom: 0;
  list-style-type: decimal;
}

.news .column2 .mainColum article .post_detail ol li:first-child {
  margin-top: 0;
}

.news .column2 .mainColum article .post_detail img {
  max-width: 100%;
  height: auto;
}

.news .column2 .sideBarContents {
  width: 250px;
  margin-left: 20px;
}

.news .column2 .sideBarContents .side_section_News {
  margin-bottom: 20px;
}

.news .column2 .sideBarContents .side_section_News ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
  text-align: left;
}

.news .column2 .sideBarContents .side_section_News ul li:nth-child(even) {
  background: #eeeeee;
}

.news .column2 .sideBarContents .side_section_News ul li dl dt {
  font-size: 13px;
  margin-bottom: 4px;
}

.news .column2 .sideBarContents .side_section_News ul li dl dd {
  font-size: 14px;
}

.news .column2 .sideBarContents .side_section_News ul li a:hover {
  text-decoration: underline;
}

.news .column2 .sideBarContents .side_section_Useful ul li {
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: left;
  border-top: none;
  border-bottom: 1px dashed #333333;
}

.news .column2 .sideBarContents .side_section_Useful ul li a {
  font-size: 14px;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px 20px 10px 30px;
  color: #333333;
  background: #ffffff;
}

.news .column2 .sideBarContents .side_section_Useful ul li a:after {
  position: absolute;
  z-index: 2;
  bottom: 16px;
  left: 15px;
  width: 0;
  height: 0;
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #696969;
}

.news .column2 .sideBarContents .title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
  padding: 5px 0;
  text-align: center;
  color: #ffffff;
  background: #a26a11;
}

.news .pager {
  margin-top: 30px;
  text-align: center;
}

.news .pager .wp-pagenavi {
  position: relative;
}

.news .pager .wp-pagenavi a {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  text-align: center;
  text-decoration: none;
  color: #a26a11;
  border: none;
  border: 1px solid #a26a11;
}

.news .pager .wp-pagenavi a:hover {
  color: #ffffff;
  background: #a26a11;
}

.news .pager .wp-pagenavi .current {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  text-align: center;
  text-decoration: none;
  color: #333333;
  border: none;
  border: 1px solid #d2d2d2;
}

.news .pager .wp-pagenavi .previouspostslink {
  position: relative;
  left: 0px;
  white-space: nowrap;
  color: #ffffff;
  border: 1px solid #a26a11;
}

.news .pager .wp-pagenavi .previouspostslink:before {
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  top: 0px;
  right: 0;
  left: 0px;
  margin: 0 auto;
  content: "\f100 ";
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  color: #a26a11;
}

.news .pager .wp-pagenavi .previouspostslink:hover:before {
  color: #ffffff;
}

.news .pager .wp-pagenavi .nextpostslink {
  position: relative;
  right: 0px;
  white-space: nowrap;
  color: #ffffff;
  border: 1px solid #a26a11;
}

.news .pager .wp-pagenavi .nextpostslink:before {
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  margin: 0 auto;
  content: "\f101 ";
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  color: #a26a11;
}

.news .pager .wp-pagenavi .nextpostslink:hover:before {
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .news .column2 {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .news .column2 .mainColum article .post_detail .label {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .news .column2 .mainColum article .post_detail h1 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .news .column2 .mainColum article .post_detail h2 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .news .column2 .mainColum article .post_detail h3 {
    font-size: 15px;
    padding: 5px 10px;
  }
}

@media only screen and (max-width: 768px) {
  .news .column2 .mainColum article .post_detail h4 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .news .column2 .mainColum article .post_detail p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .news .column2 .mainColum article .post_detail ul li {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .news .column2 .sideBarContents {
    width: 100%;
    margin-top: 30px;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .news .column2 .sideBarContents .side_section_News {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .news .column2 .sideBarContents .title {
    margin-bottom: 2px;
  }
}

@media only screen and (max-width: 768px) {
  .news .pager {
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  .news .pager .wp-pagenavi a {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .news .pager .wp-pagenavi .current {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .news .pager .wp-pagenavi .previouspostslink:before {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .news .pager .wp-pagenavi .nextpostslink:before {
    font-size: 13px;
  }
}

.company .mainVisual .visualHeight {
  background: url(../img/img_mainvisual_company_main.jpg) no-repeat center center;
  background-size: cover;
}

.company .inCompany dl {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #b3b3b3;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company .inCompany dl:first-child {
  border-top: 1px solid #b3b3b3;
}

.company .inCompany dl dt {
  font-size: 14px;
  font-weight: 500;
  width: 25%;
  padding: 10px 2%;
  color: #ffffff;
  background: #5d4225;
}

.company .inCompany dl dd {
  font-size: 14px;
  width: 74%;
  padding: 10px 2%;
  border-right: 1px solid #b3b3b3;
}

@media only screen and (max-width: 768px) {
  .company .inCompany dl {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .company .inCompany dl dt {
    font-size: 13px;
    width: 100%;
    padding: 12px 15px;
  }
}

@media only screen and (max-width: 768px) {
  .company .inCompany dl dd {
    font-size: 13px;
    width: 100%;
    padding: 12px 15px;
    border-left: 1px solid #b3b3b3;
  }
}

.secImg .contentBox_page p {
  margin: 15px 0 0;
}

.secImg .contentBox_page h3 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-left: 5px;
  border-left: 10px solid #a26a11;
}

.secImg .contentBox_page .privacy {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px 0 0;
  padding: 5px 15px;
  border: #d8d5d2 1px solid;
  background-color: #ededed;
}

.secImg .contentBox_page .privacy h4 {
  font-size: 14px;
  font-weight: 500;
}

.secImg .contentBox_page ul {
  margin-top: 15px;
}

.secImg .contentBox_page ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
  margin-top: 10px;
  letter-spacing: 0.02em;
}

.secImg .contentBox_page ul li:first-child {
  margin-top: 0;
}

.secImg .contentBox_page ul li ul.inList {
  margin-bottom: 25px;
  margin-left: 30px;
}

.secImg .contentBox_page ul li ul.inList li {
  list-style-type: decimal-leading-zero;
}

.secImg .contentBox_page ul.nList {
  margin-left: 25px;
}

.secImg .contentBox_page ul.nList li {
  list-style-type: decimal;
}

@media only screen and (max-width: 768px) {
  .secImg .contentBox_page p {
    font-size: 13px;
    line-height: 1.8;
  }
}

@media only screen and (max-width: 768px) {
  .secImg .contentBox_page h3 {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .secImg .contentBox_page ul li {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 17px;
  }
}

.policy .mainVisual .visualHeight {
  background: url(../img/img_mainvisual_company.jpg) no-repeat center center;
  background-size: cover;
}

.policy .estimateInner {
  display: inline-block;
  margin: 0 auto;
  padding: 50px 50px;
  text-align: center;
  border: 3px solid #a26a11;
}

.policy .estimateInner ul {
  margin-left: 30px;
}

.policy .estimateInner ul li {
  margin-top: 20px;
  list-style-type: disc;
  text-align: left;
}

.policy .estimateInner ul li:first-child {
  margin-top: 0;
}

.policy .estimateInner ul li:before {
  background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .policy .estimateInner {
    padding: 30px 20px 30px 15px;
  }
}

@media only screen and (max-width: 768px) {
  .policy .estimateInner ul {
    margin-left: 20px;
  }
}

.clause .mainVisual .visualHeight {
  background: url(../img/img_mainvisual_sitemap.jpg) no-repeat center center;
  background-size: cover;
}

.clause ul.in_List02 li {
  list-style-type: none !important;
}

.clause ul.in_List03 {
  margin-bottom: 20px;
  margin-left: 30px;
}

.clause ul.in_List03 li {
  list-style-type: katakana-iroha !important;
}

.clause .tableWrap {
  margin-top: 25px;
}

.clause .tableWrap table {
  width: 100%;
}

.clause .tableWrap table th,
.clause .tableWrap table td {
  font-size: 14px;
}

.clause .tableWrap table .small {
  font-size: 11px;
}

@media only screen and (max-width: 768px) {
  .clause ul.in_List03 {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .clause .tableWrap table {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .clause .tableWrap table th,
  .clause .tableWrap table td {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .clause .tableWrap table th.tate,
  .clause .tableWrap table td.tate {
    width: 40px;
  }
}

.conference_room .mainVisual .visualHeight {
  background: url(../img/img_mainvisual_conference_room@2x.jpg) no-repeat center center;
  background-size: cover;
}

.conference_room .modalRoom {
  position: relative;
  padding: 0 0 80px 0;
}

.conference_room .modalRoom .bgBlock {
  position: absolute;
  z-index: -1;
  top: 17%;
  right: 0;
  width: 95%;
  height: 80%;
  -webkit-transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  background: #5d4225;
}

.conference_room .modalRoom .in_innerSpecial {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.conference_room .modalRoom .in_innerSpecial:after {
  display: table;
  clear: both;
  content: "";
}

.conference_room .modalRoom .in_innerSpecial .pickUpImgOuter {
  float: left;
  width: 47.4%;
}

.conference_room .modalRoom .in_innerSpecial .pickUpImgOuter .pickUpIn .img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.conference_room .modalRoom .in_innerSpecial .pickUpImgOuter .pickUpIn .img:after {
  display: block;
  padding-top: 64%;
  content: "";
}

.conference_room .modalRoom .in_innerSpecial .pickUpImgOuter .pickUpIn .img span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: center no-repeat #e5e5e5;
}

.conference_room .modalRoom .in_innerSpecial .pickUpImgOuter .pickUpIn .textWrap {
  min-height: 176px;
  padding: 6% 7%;
  text-align: left;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.65);
}

.conference_room .modalRoom .in_innerSpecial .pickUpImgOuter .pickUpIn .textWrap .on_title {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.conference_room .modalRoom .in_innerSpecial .pickUpImgOuter .pickUpIn .textWrap .n_btn_select {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  display: block;
  width: 100%;
  margin: 0px auto;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.conference_room .modalRoom .in_innerSpecial ul {
  float: right;
  width: 50%;
  margin-top: 17.5%;
}

.conference_room .modalRoom .in_innerSpecial ul li {
  width: 38%;
}

.conference_room .modalRoom .in_innerSpecial ul li:nth-child(1),
.conference_room .modalRoom .in_innerSpecial ul li:nth-child(2) {
  margin-top: 0;
}

.conference_room .modalRoom .in_innerSpecial ul li:nth-child(1),
.conference_room .modalRoom .in_innerSpecial ul li:nth-child(3) {
  margin-right: 9%;
}

.conference_room .modalRoom .in_innerSpecial ul li:nth-child(2),
.conference_room .modalRoom .in_innerSpecial ul li:nth-child(4) {
  margin-right: 12%;
}

.conference_room .modalRoom ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.conference_room .modalRoom ul._bottom li {
  width: 19%;
  margin-top: 4%;
}

.conference_room .modalRoom ul._bottom li:nth-child(3) {
  margin-right: 6%;
}

.conference_room .modalRoom ul._bottom li:nth-child(1),
.conference_room .modalRoom ul._bottom li:nth-child(2) {
  margin-right: 4.4%;
}

.conference_room .modalRoom ul li {
  width: 208px;
  margin-top: 8%;
}

.conference_room .modalRoom ul li .listWrap {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}

.conference_room .modalRoom ul li .listWrap:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  background-color: rgba(90, 74, 48, 0.85);
}

.conference_room .modalRoom ul li .listWrap .img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.conference_room .modalRoom ul li .listWrap .img:after {
  display: block;
  padding-top: 64%;
  content: "";
}

.conference_room .modalRoom ul li .listWrap .img span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: center no-repeat #e5e5e5;
}

.conference_room .modalRoom ul li .listWrap .on_win {
  display: none;
}

.conference_room .modalRoom ul li .listWrap:hover:before {
  opacity: 1;
}

.conference_room .tableWrap {
  margin-bottom: 35px;
}

.conference_room .flexWrapNext {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.conference_room .flexWrapNext .flex {
  width: 230px;
}

.conference_room .flexWrapNext .flex dl dt {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 10px;
  text-align: center;
  color: #ffffff;
  background: #5d4225;
}

.conference_room .flexWrapNext .flex dl dd {
  padding: 8px 10px;
  text-align: center;
  background: #e5dcd3;
}

.conference_room .flexWrapNext .flex dl dd .img {
  text-align: center;
}

.conference_room .flexWrapNext .flex dl dd .img img {
  width: 190px;
}

.conference_room .flexWrapNext .flex dl dd span {
  font-size: 12px;
  font-weight: bold;
}

.conference_room .s_serviceWrap .in_service {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.conference_room .s_serviceWrap .in_service .flex {
  width: 50%;
}

.conference_room .s_serviceWrap .in_service .flex dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.conference_room .s_serviceWrap .in_service .flex dl dt {
  font-size: 14px;
  font-weight: 500;
  width: 65%;
  padding: 8px 10px;
  text-align: center;
  color: #ffffff;
  border-bottom: 1px solid #b3b3b3;
  background: #5d4225;
}

.conference_room .s_serviceWrap .in_service .flex dl dd {
  font-size: 14px;
  width: 35%;
  padding: 8px 10px;
  text-align: right;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}

.conference_room .s_serviceWrap .in_service .flex dl.first {
  border-top: 1px solid #b3b3b3;
}

.conference_room .s_service02Wrap .in_service ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.conference_room .s_service02Wrap .in_service ul li {
  font-size: 13px;
  font-weight: 500;
  width: 182px;
  padding: 8px 15px;
  text-align: center;
  border: 1px solid #b3b3b3;
  background: #e5dcd3;
}

.conference_room .s_service02Wrap .estimate {
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  margin: 0 auto;
  padding: 20px 80px;
  text-align: center;
  border: 3px solid #a26a11;
}

.conference_room .grayLightBg .boxIn {
  padding-right: 30px;
  padding-left: 30px;
}

.conference_room .grayLightBg .boxIn h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 5px;
  border-left: 10px solid #a26a11;
}

.conference_room .grayLightBg .boxIn dl {
  margin-left: 20px;
}

.conference_room .grayLightBg .boxIn dl dt {
  margin-bottom: 10px;
}

.conference_room .grayLightBg .boxIn dl dd ul {
  margin-left: 20px;
}

.conference_room .grayLightBg .boxIn dl dd ul li {
  margin-top: 8px;
  list-style-type: disc;
}

.conference_room .grayLightBg .boxIn dl dd ul li::first-child {
  margin-top: 0;
}

.conference_room .grayLightBg .boxIn.bottomLine {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #000000;
}

.conference_room .contactFlow .estimateInner {
  display: inline-block;
  margin: 0 auto;
  padding: 50px 150px;
  text-align: center;
  border: 3px solid #a26a11;
}

.conference_room .contactFlow .estimateInner ol {
  margin-bottom: 40px;
}

.conference_room .contactFlow .estimateInner ol li:before {
  background-color: #ffffff;
}

.conference_room .contactFlow .estimateInner .downloadWrap .desc {
  font-size: 11px;
  display: inline-block;
  margin-bottom: 10px;
  color: #a26a11;
}

.conference_room .contactFlow a {
  min-width: 300px;
}

@media only screen and (max-width: 768px) {
  .conference_room .modalRoom .bgBlock {
    top: 0%;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .modalRoom {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .modalRoom .in_innerSpecial .pickUpImgOuter {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .modalRoom .in_innerSpecial .pickUpImgOuter .pickUpIn .textWrap {
    min-height: auto;
    padding: 20px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .modalRoom .in_innerSpecial .pickUpImgOuter .pickUpIn .textWrap .on_title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .modalRoom .in_innerSpecial .pickUpImgOuter .pickUpIn .textWrap .n_btn_select {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .modalRoom .in_innerSpecial ul {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .modalRoom .in_innerSpecial ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .modalRoom .in_innerSpecial ul li {
    width: 48%;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .modalRoom .in_innerSpecial ul li:nth-child(1),
  .conference_room .modalRoom .in_innerSpecial ul li:nth-child(2) {
    margin-top: 0;
  }

  .conference_room .modalRoom .in_innerSpecial ul li:nth-child(1),
  .conference_room .modalRoom .in_innerSpecial ul li:nth-child(3),
  .conference_room .modalRoom .in_innerSpecial ul li:nth-child(2),
  .conference_room .modalRoom .in_innerSpecial ul li:nth-child(4) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .modalRoom ul._bottom {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .modalRoom ul._bottom li {
    width: 48%;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .modalRoom ul._bottom li:nth-child(3),
  .conference_room .modalRoom ul._bottom li:nth-child(1),
  .conference_room .modalRoom ul._bottom li:nth-child(2) {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .modalRoom ul li {
    width: 100%;
    margin-top: 4%;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .modalRoom ul li:nth-child(2),
  .conference_room .modalRoom ul li:nth-child(3) {
    margin-top: 4%;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .flexWrapNext {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .flexWrapNext .flex {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .flexWrapNext .flex dl dd .img img {
    width: 100%;
    max-width: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .s_serviceWrap .in_service {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .s_serviceWrap .in_service .flex {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .s_serviceWrap .in_service .flex dl {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .s_serviceWrap .in_service .flex dl dt {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .s_serviceWrap .in_service .flex dl dd {
    width: 100%;
    text-align: center;
    border-left: 1px solid #b3b3b3;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .s_service02Wrap .in_service ul li {
    width: 50%;
    padding: 8px 10px;
  }

  .conference_room .s_service02Wrap .in_service ul li:nth-child(even) {
    border-left: none;
  }

  .conference_room .s_service02Wrap .in_service ul li:nth-child(3),
  .conference_room .s_service02Wrap .in_service ul li:nth-child(4),
  .conference_room .s_service02Wrap .in_service ul li:nth-child(5) {
    border-top: none;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .s_service02Wrap .estimate {
    font-size: 14px;
    padding: 20px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .grayLightBg .boxIn {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .grayLightBg .boxIn h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .grayLightBg .boxIn.bottomLine {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .contactFlow .estimateInner {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .conference_room .contactFlow a {
    min-width: 85%;
  }
}

ol {
  padding: 0;
  list-style: none;
  counter-reset: my-counter;
}

ol li {
  font-size: 13px;
  position: relative;
  margin-bottom: 10px;
  text-align: left;
}

.tableWrap table {
  width: 100%;
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
}

.tableWrap table th,
.tableWrap table td {
  font-size: 16px;
  padding: 8px 10px;
  text-align: center;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}

.tableWrap table thead tr th {
  background: #e5dcd3;
}

.tableWrap table thead tr th.first {
  color: #ffffff;
  background: #5d4225;
}

.tableWrap table tbody tr th {
  color: #ffffff;
  background: #5d4225;
}

.tableWrap table tbody tr td {
  background: #ffffff;
}

@media only screen and (max-width: 768px) {
  .tableWrap table th,
  .tableWrap table td {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .tableWrap.confeTable table {
    display: block;
    width: 100%;
    border-top: none;
  }

  .tableWrap.confeTable table th,
  .tableWrap.confeTable table td {
    font-size: 13px;
    padding: 8px 20px;
    text-align: center;
    border-right: 3px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
  }

  .tableWrap.confeTable table thead {
    display: block;
    float: left;
    overflow-x: scroll;
  }

  .tableWrap.confeTable table thead span {
    font-size: 11px;
  }

  .tableWrap.confeTable table tbody {
    display: block;
    overflow-x: auto;
    width: auto;
    white-space: nowrap;
  }

  .tableWrap.confeTable table tbody tr {
    display: inline-block;
    margin: 0 -3px;
  }

  .tableWrap.confeTable table tbody tr td {
    padding: 8px 30px;
  }

  .tableWrap.confeTable table th {
    display: block;
    width: auto;
  }

  .tableWrap.confeTable table td {
    display: block;
  }
}

.lodging .mainVisual .visualHeight {
  background: url(../img/img_mainvisual_lodging_pc@2x.jpg) no-repeat bottom center;
  background-size: cover;
}

.lodging ._inBox {
  font-size: 15px;
  display: inline-block;
  padding: 10px 56px;
  color: #ffffff;
  background: #b5935e;
}

.lodging .roomList {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lodging .roomList .boxWrap {
  width: 48%;
  margin-top: 80px;
}

.lodging .roomList .boxWrap:nth-child(1),
.lodging .roomList .boxWrap:nth-child(2) {
  margin-top: 0;
}

.lodging .roomList .boxWrap .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.lodging .roomList .boxWrap .title .roomname dt {
  font-family: "arial", serif;
  font-size: 30px;
  font-weight: bold;
}

.lodging .roomList .boxWrap .title .roomname dd {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.lodging .roomList .boxWrap .title .priceWrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.lodging .roomList .boxWrap .title .priceWrap .etc {
  font-size: 18px;
  font-weight: 600;
}

.lodging .roomList .boxWrap .title .priceWrap .priceInner {
  font-family: "arial", serif;
  font-size: 20px;
  font-weight: 600;
}

.lodging .roomList .boxWrap .title .priceWrap .priceInner span {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.lodging .roomList .boxWrap .img {
  margin-bottom: 15px;
}

.lodging .roomList .boxWrap .img img {
  width: 100%;
  height: auto;
}

.lodging .roomList .boxWrap .roomDetail dl {
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lodging .roomList .boxWrap .roomDetail dl:first-child {
  display: none;
}

.lodging .roomList .boxWrap .roomDetail dl dt {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100px;
  padding: 5px 10px;
  text-align: center;
  color: #b5935e;
  font-weight: bold;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lodging .roomList .boxWrap .roomDetail dl dt span {
  width: 100%;
}

.lodging .roomList .boxWrap .roomDetail dl dd {
  width: 78%;
  padding: 5px 10px;
}

.lodging .commitment {
  background: url(../img/img_lodging_dommitment_bg.jpg) no-repeat center center;
  background-size: cover;
}

.lodging .commitment .boxListWrap .topBox {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lodging .commitment .boxListWrap .topBox .listPic {
  width: 30%;
}

.lodging .commitment .boxListWrap .bottomBox {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lodging .commitment .boxListWrap .bottomBox .listPic {
  width: 22.5%;
}

.lodging .commitment .boxListWrap .boxCection .listPic .img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.lodging .commitment .boxListWrap .boxCection .listPic .img:before {
  display: block;
  padding-top: 65%;
  content: "";
}

.lodging .commitment .boxListWrap .boxCection .listPic .img span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: url() center no-repeat #e5e5e5;
}

.lodging .commitment .boxListWrap .boxCection .listPic.__01 .img span {
  background: url(../img/img_lodging_dommitment_01@2x.jpg);
  background-position: center;
  background-size: cover;
}

.lodging .commitment .boxListWrap .boxCection .listPic.__02 .img span {
  background: url(../img/img_lodging_dommitment_02@2x.jpg);
  background-size: cover;
}

.lodging .commitment .boxListWrap .boxCection .listPic.__03 .img span {
  background: url(../img/img_lodging_dommitment_03@2x.jpg) center center;
  background-size: cover;
}

.lodging .commitment .boxListWrap .boxCection .listPic.__04 .img span {
  background: url(../img/img_lodging_dommitment_04@2x.jpg);
  background-size: cover;
}

.lodging .commitment .boxListWrap .boxCection .listPic.__05 .img span {
  background: url(../img/img_lodging_dommitment_05@2x.jpg);
  background-size: cover;
}

.lodging .commitment .boxListWrap .boxCection .listPic.__06 .img span {
  background: url(../img/img_lodging_dommitment_06@2x.jpg);
  background-size: cover;
}

.lodging .commitment .boxListWrap .boxCection .listPic.__07 .img span {
  background: url(../img/img_lodging_dommitment_07@2x.jpg);
  background-size: cover;
}

.lodging .commitment .boxListWrap .boxCection .icon {
  font-size: 11px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 12px;
  text-align: center;
  color: #ffffff;
  background: #b5935e;
}

.lodging .commitment .boxListWrap .boxCection p {
  font-size: 15px;
  line-height: 1.65;
  color: #ffffff;
}

.lodging .amenityWrap.bbb {
  margin-bottom: 80px;
}

.lodging .amenityWrap .slick-dots {
  bottom: -30px;
}

.lodging .amenitySection {
  margin-bottom: 60px;
}

.lodging .amenity {
  margin: 0 36px 0 46px;
}

.lodging .amenity.slick-slider {
  overflow: inherit;
}

.lodging .amenity .slick-prev {
  left: -45px;
  width: 28px;
  height: 93px;
  background: url(../img/btn_slide_before_white.png) no-repeat center center;
}

.lodging .amenity .slick-prev.slick-disabled {
  opacity: 0.3;
}

.lodging .amenity .slick-next {
  right: -35px;
  width: 28px;
  height: 93px;
  background: url(../img/btn_slide_next_white.png) no-repeat center center;
}

.lodging .amenity .slick-next.slick-disabled {
  opacity: 0.3;
}

.lodging .amenity li .slick-track {
  margin-right: 18px;
  margin-left: 0;
}

.lodging .amenity .slick-dots li button:before {
  font-size: 22px;
  color: #b5935e;
}

.lodging .amenity .slick-dots li.slick-active button:before {
  color: #8c6e40;
}

.lodging .floorOther {
  width: 810px;
  margin: 0 auto;
  margin-top: 80px;
}

.lodging .floorOther .textBoxskincare {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: block !important;
}

.lodging .floorOther .textBoxskincare .skincareImg {
  -webkit-flex-basis: 120px;
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px;
  margin-bottom: 20px;
}

.lodging .floorOther .textBoxskincare p {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100px;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lodging .floorOther .boxTable .__box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lodging .floorOther .boxTable .__box .floorLeft {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  background: #b5935e;
  -webkit-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lodging .floorOther .boxTable .__box .floorLeft dl {
  color: #ffffff;
}

.lodging .floorOther .boxTable .__box .floorLeft dl dt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.lodging .floorOther .boxTable .__box .floorRight {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px 15px 20px;
  text-align: left;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100px;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lodging .floorOther .boxTable .__box .floorRight._flexNone {
  display: block;
}

.lodging .floorOther .boxTable .__box .floorRight .addPhotoBlock {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lodging .floorOther .boxTable .__box .floorRight .addPhotoBlock dl {
  width: 275px;
}

.lodging .floorOther .boxTable .__box .floorRight .addPhotoBlock dl:first-child {
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .lodging .floorOther .boxTable .__box .floorRight .addPhotoBlock dl {
    width: 100%;
  }

  .lodging .floorOther .boxTable .__box .floorRight .addPhotoBlock dl:first-child {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.lodging .floorOther .boxTable .__box .floorRight .addPhotoBlock dl dt img {
  width: 100%;
  height: auto;
}

.lodging .floorOther .boxTable .__box .floorRight .addPhotoBlock dl dd ul {
  margin-left: 20px;
}

.lodging .floorOther .boxTable .__box .floorRight .addPhotoBlock dl dd ul li {
  list-style-type: disc;
}

.lodging .floorOther .boxTable .__box .floorRight .inininA {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100px;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lodging .floorOther .boxTable .__box .floorRight .txt {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0;
  -webkit-flex-basis: 170px;
  -ms-flex-preferred-size: 170px;
  flex-basis: 170px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lodging .floorOther .boxTable .__box .floorRight .txt ul {
  margin-left: 20px;
}

.lodging .floorOther .boxTable .__box .floorRight .txt ul li {
  list-style-type: disc;
}

.lodging .floorOther .boxTable .__box .floorRight .photo {
  position: relative;
  margin-left: auto;
  text-align: left;
}

.lodging .floorOther .boxTable .__box.topBox .floorLeft {
  border-bottom: 1px solid #ffffff;
}

.lodging .floorOther .boxTable .__box.topBox .floorRight {
  border-top: 1px solid #bfbfbf;
}

.lodging .floorOther .boxTable .__box.topBox .floorRight .photo {
  position: relative;
  margin-left: auto;
  text-align: left;
  margin-left: 3px;
}

@media only screen and (max-width: 768px) {
  .lodging .floorOther .boxTable .__box.topBox .floorRight .photo {
    margin-left: 0;
  }
}

.lodging .floorOther .boxTable .topBox .photo img {
  width: 83px;
}

.lodging .rentalWrap .rentalInner {
  text-align: center;
}

.lodging .rentalWrap .rentalInner .iconWrap {
  margin-bottom: 40px;
}

.lodging .footWrap .map {
  margin-bottom: 12%;
  text-align: center;
}

.lodging .footWrap .map img {
  width: 788px;
}

.lodging .footWrap .banner {
  text-align: center;
}

.lodging .footWrap .banner img {
  width: 910px;
}

.lodging .floorOther .boxTable .__box .floorRight .photo_0701 {
  position: relative;
  margin-left: auto;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .lodging .floorOther .boxTable .__box .floorRight .photo_0701 {
    margin-bottom: 5px;
  }
}

.lodging .floorOther .boxTable .__box .floorRight .photo_0701 img {
  width: 147px;
}

@media only screen and (max-width: 768px) {
  .lodging .floorOther .boxTable .__box .floorRight .photo_0701 img {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .lodging ._inBox {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .roomList {
    display: block;
    margin-top: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .roomList .boxWrap {
    width: 100%;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .roomList .boxWrap:nth-child(1),
  .lodging .roomList .boxWrap:nth-child(2) {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .roomList .boxWrap:nth-child(1) {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .roomList .boxWrap .title .roomname dt {
    font-size: 26px;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .roomList .boxWrap .title .roomname dd {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .roomList .boxWrap .title .priceWrap div {
    text-align: right;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .roomList .boxWrap .title .priceWrap .etc {
    font-size: 14px;
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .roomList .boxWrap .title .priceWrap .priceInner {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .commitment .boxListWrap .topBox {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .commitment .boxListWrap .topBox .listPic {
    width: 100%;
    margin-top: 10%;
  }

  .lodging .commitment .boxListWrap .topBox .listPic:first-child {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .commitment .boxListWrap .bottomBox .listPic {
    width: 48%;
    margin-top: 10%;
  }

  .lodging .commitment .boxListWrap .bottomBox .listPic:nth-child(1),
  .lodging .commitment .boxListWrap .bottomBox .listPic:nth-child(2) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .commitment .boxListWrap .boxCection p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .amenityWrap.bbb {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .amenitySection {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .amenity .slick-dots li {
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .amenity .slick-prev {
    left: -10vw;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .amenity .slick-next {
    right: -10vw;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .floorOther {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .floorOther .textBoxskincare {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .floorOther .boxTable .__box {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .floorOther .boxTable .__box .floorLeft {
    padding: 8px 10px;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .floorOther .boxTable .__box .floorRight {
    display: block;
    padding: 15px 15px 15px 15px;
    border-left: 1px solid #bfbfbf;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .floorOther .boxTable .__box .floorRight .txt {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .floorOther .boxTable .__box .floorRight .txt ul:after {
    display: table;
    clear: both;
    content: "";
  }
}

@media only screen and (max-width: 768px) {
  .lodging .floorOther .boxTable .__box .floorRight .txt ul li:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .floorOther .boxTable .__box.topBox .floorRight {
    border-top: none;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .floorOther .boxTable .__box.topBox .floorRight .photo img {
    width: 48%;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .rentalWrap .rentalInner .iconWrap {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .footWrap .map img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .lodging .footWrap .banner img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .anza iframe {
    height: 320px;
  }
}

.anza .mainVisual .visualHeight {
  background: url(../img/img_mainvisual_restrant_pc.jpg) no-repeat center center;
  background-size: cover;
}

.anza .anzaTop .bgBlock {
  position: absolute;
  z-index: -1;
  right: 0;
  -webkit-transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1) 0s;
}

.anza .anzaTop .secIn {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.anza .anzaTop .secIn .textIn {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-transform: translate(0, 30px) scale(1);
  transform: translate(0, 30px) scale(1);
  opacity: 0;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.anza .anzaTop .secIn .img {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.anza .anzaTop ._01 {
  position: relative;
  margin-bottom: 10%;
}

.anza .anzaTop ._01 .img {
  margin-left: auto;
  -webkit-transform: translate(0, 30px) scale(1);
  transform: translate(0, 30px) scale(1);
  opacity: 0;
}

.anza .anzaTop ._01 .in .ttl {
  font-size: 21px;
  margin-bottom: 20px;
  color: #ffffff;
}

.anza .anzaTop ._01 .in ul li {
  font-size: 14px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  color: #ffffff;
}

.anza .anzaTop ._01 .in ul li:before {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0px;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #ffffff;
}

.anza .anzaTop ._01 .in ul dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.anza .anzaTop ._01 .in ul dl dt {
  width: 140px;
}

.anza .anzaTop ._01 .in p {
  margin-bottom: 30px;
  color: #ffffff;
}

.anza .anzaTop ._01 .in .tel span {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  padding: 8px 15px;
  color: #ffffff;
  border: 4px solid #ffffff;
}

.anza .anzaTop ._01 .in .tel {
  transition: 0.5s;
  &:hover {
    background: #fff;
    color: #000;
    span {
      color: #000;
    }
  }
}

.anza .anzaTop ._01 ._img01 {
  position: absolute;
  top: -30px;
  right: 0;
}

.anza .anzaTop ._01 .imgWrap {
  position: absolute;
  right: 0;
  bottom: -12%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 410px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.anza .anzaTop ._01 .imgWrap dt {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.anza .anzaTop ._01 .imgWrap dd {
  font-size: 14px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 250px;
  color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.anza .anzaTop ._01 .bgBlock {
  top: 9%;
  right: 0;
  width: 0%;
  height: 100%;
  background: #333;
}

.anza .anzaTop ._01.movePurple.moving .bgBlock {
  width: 95%;
}

.anza .anzaTop ._01.movePurple.moving .secIn .textIn,
.anza .anzaTop ._01.movePurple.moving .secIn .img {
  -webkit-transition: all 0.8s 0.8s;
  transition: all 0.8s 0.8s;
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  opacity: 1;
}

.anza .anzaTop ._02 {
  margin-bottom: 6%;
}

.anza .anzaTop .breakfastWrap {
  margin-bottom: 8%;
}

.anza .anzaTop .breakfastWrap .title {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  color: #222;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.anza .anzaTop .breakfastWrap .title:before,
.anza .anzaTop .breakfastWrap .title:after {
  height: 1px;
  content: "";
  background: #333;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.anza .anzaTop .breakfastWrap .title:before {
  display: inline;
  margin-right: 1.4em;
}

.anza .anzaTop .breakfastWrap .title:after {
  display: block;
  margin-left: 1.4em;
}

.anza .anzaTop .breakfastWrap ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.anza .anzaTop .breakfastWrap ul li {
  width: 30%;
}

.anza .anzaTop .breakfastWrap ul li:nth-child(1),
.anza .anzaTop .breakfastWrap ul li:nth-child(2),
.anza .anzaTop .breakfastWrap ul li:nth-child(3) {
  margin-bottom: 40px;
}

.anza .anzaTop .breakfastWrap ul li .img {
  margin-bottom: 15px;
}

.anza .anzaTop .breakfastWrap ul li dl dt {
  font-size: 14px;
}

.anza .anzaTop .breakfastWrap ul li dl dd {
  font-size: 12px;
}

.anza ._special {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.anza ._special._reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-direction: row-reverse;
}

.anza ._special._reverse .textOuter {
  width: 46%;
  margin-left: 0;
}

.anza ._special._reverse .textOuter .textInner {
  text-align: right;
}

.anza ._special._reverse .textOuter .textInner dl:before {
  right: 0;
  bottom: -25px;
  left: auto;
}

.anza ._special._reverse .img {
  width: 466px;
  margin-left: auto;
}

.anza ._special._bottom {
  margin-bottom: 50px;
}

.anza ._special._bottom .textOuter {
  width: 46%;
}

.anza ._special._bottom .img {
  width: 466px;
}

.anza ._special .textOuter {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38%;
  margin-left: auto;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.anza ._special .textOuter .textInner .sub {
  font-size: 14px;
  margin-bottom: 20px;
  color: #222;
}

.anza ._special .textOuter .textInner dl {
  font-weight: bold;
  position: relative;
  margin-bottom: 60px;
  color: #222;
}

.anza ._special .textOuter .textInner dl:before {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 40px;
  height: 6px;
  margin: 0 auto;
  content: "";
  background: #a26a11;
}

.anza ._special .textOuter .textInner dl dt {
  font-size: 20px;
}

.anza ._special .textOuter .textInner dl dd {
  font-size: 30px;
}

.anza ._meet {
  margin-bottom: 100px;
}

.anza ._meet .flexWrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.anza ._meet .flexWrap .flex {
  width: 48%;
}

.anza ._meet .flexWrap .flex dl {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: start;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.anza ._meet .flexWrap .flex dl dt {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
  margin-bottom: 0;
  -webkit-flex-basis: 122px;
  -ms-flex-preferred-size: 122px;
  flex-basis: 122px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.anza ._meet .flexWrap .flex dl dt img {
  width: 122px;
  height: auto;
}

.anza ._meet .flexWrap .flex dl dd {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6em;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100px;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.anza ._meet .flexWrap .flex dl dd span {
  font-size: 12px;
}

.anza ._bg {
  padding: 80px 0;
}

.anza ._bg h2 {
  color: #ffffff;
}

.anza ._bg .imgFlexWrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.anza ._bg .imgFlexWrap._reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-direction: row-reverse;
}

.anza ._bg .imgFlexWrap._reverse ._big {
  margin-left: auto;
}

.anza ._bg .imgFlexWrap._reverse ._small {
  margin-left: 0;
}

.anza ._bg .imgFlexWrap ._big {
  width: 50%;
}

.anza ._bg .imgFlexWrap ._small {
  width: 46.5%;
  margin-left: auto;
}

.anza ._bg .imgFlexWrap ._small ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.anza ._bg .imgFlexWrap ._small ul li {
  width: 47%;
  margin-top: 30px;
}

.anza ._bg .imgFlexWrap ._small ul li:nth-child(1),
.anza ._bg .imgFlexWrap ._small ul li:nth-child(2) {
  margin-top: 0;
}

.anza ._bg.bgbird {
  background: url(../img/img_anza_bg01@2x.jpg) no-repeat center center;
  background-size: cover;
}

.anza ._bg.bgdrink {
  background: url(../img/img_anza_bg02@2x.jpg) no-repeat center center;
  background-size: cover;
}

.anza ._bg.bgfooter {
  padding: 10vw 0;
  background: url(../img/img_anza_bg03@2x.jpg) no-repeat center center;
  background-size: cover;
}

.anza ._bg.bgfooter .ttt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  font-size: 23px;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.anza ._topslide {
  margin-bottom: 7px;
  padding: 0 5px;
}

.anza ._bottomslide .slick-slide {
  margin: 5px;
}

.anza .slick-prev,
.anza .slick-next {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .anza .mainVisual .visualHeight {
    background: url(../img/img_mainvisual_restrant_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .anza .anzaTop .secIn {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .anza .anzaTop .secIn {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .anza .anzaTop .secIn .textIn {
    display: block;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .anza .anzaTop ._01 {
    z-index: 1;
    padding: 0 0 0% 0;
  }
}

@media only screen and (max-width: 768px) {
  .anza .anzaTop ._01 {
    z-index: 1;
    padding: 0 0 0% 0;
  }
}

@media only screen and (max-width: 768px) {
  .anza .anzaTop ._01 {
    margin-bottom: 22%;
  }
}

@media only screen and (max-width: 768px) {
  .anza .anzaTop ._01 .in .ttl {
    font-size: 16px;
    margin-bottom: 10px;
    color: #ffffff;
  }
}

@media only screen and (max-width: 768px) {
  .anza .anzaTop ._01 .in ul li:before {
    top: 6px;
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #ffffff;
  }
}

@media only screen and (max-width: 768px) {
  .anza .anzaTop ._01 .in ul dl {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .anza .anzaTop ._01 .in ul dl dt {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .anza .anzaTop ._01 .in .tel {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .anza .anzaTop ._01 .in .tel span {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding: 8px 10px;
    color: #ffffff;
    border: 2px solid #ffffff;
  }

  .anza .anzaTop ._01 .in .tel span a {
    display: inline-block;
    color: #ffffff;
  }
}

@media only screen and (max-width: 768px) {
  .anza .anzaTop ._01 ._img01 {
    position: relative;
    top: 0px;
    right: 0;
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .anza .anzaTop ._01 .imgWrap {
    position: relative;
    right: 0;
    bottom: -0%;
    width: 100%;
    margin-top: 12%;
  }
}

@media only screen and (max-width: 768px) {
  .anza .anzaTop ._01 .imgWrap dt {
    width: 30%;
    margin-right: 5%;
  }

  .anza .anzaTop ._01 .imgWrap dt .img {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .anza .anzaTop ._01 .imgWrap dd {
    width: 65%;
  }
}

@media only screen and (max-width: 768px) {
  .anza .anzaTop ._01 .bgBlock {
    top: 5%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .anza .anzaTop ._01.movePurple.moving .bgBlock {
    width: 70%;
  }
}

@media only screen and (max-width: 768px) {
  .anza .anzaTop ._01.movePurple.moving .bgBlock {
    width: 96vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .anza .anzaTop ._01.movePurple.moving .secIn .in {
    padding: 0 3%;
  }
}

@media only screen and (max-width: 768px) {
  .anza .anzaTop ._01.movePurple.moving .secIn .in {
    padding: 0 3%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .anza .anzaTop ._01.movePurple.moving .secIn .img {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .anza .anzaTop ._01.movePurple.moving .secIn .img {
    max-width: 300px;
    margin: 0 auto 30px;
  }
}

@media only screen and (max-width: 768px) {
  .anza .anzaTop ._02 {
    margin-bottom: 10%;
  }
}

@media only screen and (max-width: 768px) {
  .anza .anzaTop .breakfastWrap {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .anza .anzaTop .breakfastWrap .title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .anza .anzaTop .breakfastWrap ul li {
    width: 48%;
  }
}

@media only screen and (max-width: 768px) {
  .anza .anzaTop .breakfastWrap ul li:nth-child(1),
  .anza .anzaTop .breakfastWrap ul li:nth-child(2),
  .anza .anzaTop .breakfastWrap ul li:nth-child(3),
  .anza .anzaTop .breakfastWrap ul li:nth-child(4) {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .anza .anzaTop .breakfastWrap ul li .img {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .anza .anzaTop .breakfastWrap ul li dl dt {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .anza .anzaTop .breakfastWrap ul li dl dd {
    font-size: 11px;
  }
}

@media only screen and (max-width: 768px) {
  .anza ._special {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .anza ._special._reverse .textOuter {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .anza ._special._reverse .img {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .anza ._special._bottom {
    margin-bottom: 8%;
  }
}

@media only screen and (max-width: 768px) {
  .anza ._special._bottom .textOuter {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .anza ._special._bottom .img {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .anza ._special .textOuter {
    width: 100%;
    margin-top: 8%;
  }
}

@media only screen and (max-width: 768px) {
  .anza ._special .textOuter .textInner .sub {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .anza ._special .textOuter .textInner dl {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 768px) {
  .anza ._special .textOuter .textInner dl:before {
    bottom: -20px;
  }
}

@media only screen and (max-width: 768px) {
  .anza ._special .textOuter .textInner dl dt {
    font-size: 17px;
  }

  .anza ._special .textOuter .textInner dl dd {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .anza ._meet {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .anza ._meet .flexWrap .flex dl dt img {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .anza ._meet .flexWrap .flex dl dt {
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .anza ._bg {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 768px) {
  .anza ._bg .imgFlexWrap {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .anza ._bg .imgFlexWrap._reverse {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .anza ._bg .imgFlexWrap ._big {
    width: 100%;
    margin-bottom: 6%;
  }
}

@media only screen and (max-width: 768px) {
  .anza ._bg .imgFlexWrap ._small {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .anza ._bg.bgfooter .ttt {
    font-size: 16px;
  }
}

.access .iframe {
  width: 100%;
  height: 480px;
}

.access .mainVisual .visualHeight {
  background: url(../img/img_mainvisual_access@2x.jpg) no-repeat bottom center;
  background-size: cover;
}

.access .accessTop .rootBox .flex,
.access .accessTop .rootBox.flex {
  padding: 45px 40px;
  background: #ebebeb;
}

.access .accessTop .rootBox .flex .ttlT,
.access .accessTop .rootBox.flex .ttlT {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  color: #343465;
}

.access .accessTop .rootBox .flex .ttlT:before,
.access .accessTop .rootBox.flex .ttlT:before {
  position: absolute;
  bottom: 0;
  left: 100px;
  width: 36px;
  height: 8px;
  content: "";
  background: #a26a11;
}

.access .accessTop .rootBox .flex .ttlT._jr,
.access .accessTop .rootBox.flex .ttlT._jr {
  padding-left: 100px;
  background: url(../img/icon_access_jr.png) no-repeat 0 0;
}

.access .accessTop .rootBox .flex .ttlT._plane,
.access .accessTop .rootBox.flex .ttlT._plane {
  padding-left: 100px;
  background: url(../img/icon_access_plane.png) no-repeat 0 0;
}

.access .accessTop .rootBox .flex .ttlT._car,
.access .accessTop .rootBox.flex .ttlT._car {
  padding-left: 100px;
  background: url(../img/icon_access_car.png) no-repeat 0 15px;
}

.access .accessTop .rootBox .flex p,
.access .accessTop .rootBox.flex p {
  line-height: 1.8;
}

.access .accessTop .rootBox._top {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.access .accessTop .rootBox._top .flex {
  width: 48%;
}

.access .accessTop .rootBox._bottom {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.access .accessTop .rootBox._bottom .flexText {
  width: 45%;
}

.access .accessTop .rootBox._bottom .flexPhoto {
  width: 48%;
  margin-left: auto;
}

.access .accessTop .rootBox._bottom .flexPhoto ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.access .accessTop .rootBox._bottom .flexPhoto ul li {
  font-size: 13px;
  width: 49%;
}

.access .accessTop .rootBox._bottom .flexPhoto ul li dl dt {
  margin-bottom: 15px;
}

.access .accessTop .mymap01 iframe {
  width: 980px;
  height: 580px;
}

.access .accessParking {
  padding: 0 40px;
}

.access .accessParking .insert {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.access .accessParking .insert .inImg {
  width: 124px;
  margin-right: 40px;
}

.access .accessParking .insert .inText {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.access .accessParking .insert .inText dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.access .accessParking .insert .inText dl dt {
  font-size: 14px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
  padding: 5px 15px;
  color: #ffffff;
  background: #343465;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.access .accessParking .insert .inText dl dd {
  font-size: 13px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.access .accessParking .insert .inText p {
  font-size: 13px;
}

.access .accessParking .parkingTable table thead tr th {
  background: #ebebeb;
}

.access .accessParking .parkingTable table thead tr th.first {
  background: #343465;
}

.access .accessParking .parkingTable table tbody tr th {
  background: #343465;
}

.access .accessParking .right p {
  font-size: 11px;
  margin-top: 10px;
}

.access .noteIn {
  padding: 0 40px;
  text-align: center;
}

.access .noteIn .in {
  display: inline-block;
  text-align: left;
}

.access .noteIn .in p {
  margin-bottom: 10px;
}

.access .noteIn .in ul {
  margin-left: 20px;
}

.access .noteIn .in ul li {
  margin-top: 10px;
  list-style-type: disc;
}

.access .noteIn .in ul li:first-child {
  margin-top: 0;
}

.access .nearbyParking .mymap02 .mapDetail {
  margin-bottom: 50px;
  padding: 40px 80px;
  color: #ffffff;
  background: #343465;
}

.access .nearbyParking .mymap02 .mapDetail .in:after {
  display: table;
  clear: both;
  content: "";
}

.access .nearbyParking .mymap02 .mapDetail .in ul {
  float: left;
  width: 33%;
}

.access .nearbyParking .mymap02 .mapDetail .in ul li {
  margin-bottom: 10px;
}

.access .nearbyParking .mymap02 .mapDetail .in ul li:first-child {
  margin-top: 0;
}

.access .nearbyParking .mymap02 .mapDetail .in ul li span {
  font-size: 11px;
}

.access .spotWrap .spotBody .flexWrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.access .spotWrap .spotBody .flexWrap .flexMenu {
  width: 80%;
}

.access .spotWrap .spotBody .flexWrap .flexMenu ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.access .spotWrap .spotBody .flexWrap .flexMenu ul li {
  width: 48%;
  margin-top: 20px;
}

.access .spotWrap .spotBody .flexWrap .flexMenu ul li:nth-child(1),
.access .spotWrap .spotBody .flexWrap .flexMenu ul li:nth-child(2) {
  margin-top: 0;
}

.access .spotWrap .spotBody .flexWrap .station_pc {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 14%;
  margin-left: auto;
  border: 5px solid #343465;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.access .spotWrap .spotBody .flexWrap .station_pc:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: -25px;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  border-top: 14px solid transparent;
  border-right: 20px solid #343465;
  border-bottom: 14px solid transparent;
}

.access .spotWrap .spotBody .flexWrap .station_pc dl {
  font-size: 13px;
  color: #737373;
}

.access .spotWrap .spotBody .flexWrap .station_pc dl dt {
  margin-bottom: 10px;
}

.access .spotWrap .spotBody .station_sp {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 10px;
  border: 4px solid #343465;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.access .spotWrap .spotBody .station_sp:after {
  position: absolute;
  bottom: -28px;
  left: 50%;
  content: "";
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  border: 12px solid transparent;
  border-top: 12px solid #343465;
}

.access .spotWrap .spotBody .station_sp dl {
  font-size: 14px;
  color: #737373;
}

.access .spotWrap .spotBody .station_sp dl dt {
  margin-bottom: 5px;
}

.access .spotWrap .linkFake {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  min-width: 200px;
  min-height: 88px;
  padding: 20px 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  text-align: center;
  color: #ffffff;
  border: 3px solid #343465;
  background: #343465;
  -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;
}

.access .spotWrap .linkFake:before {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 0px;
  content: "";
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #ffffff !important;
  background: #ffffff;
}

.access .spotWrap .linkFake._link:after {
  position: absolute;
  z-index: 2;
  top: 3px;
  right: 3px;
  width: 0;
  height: 0;
  content: "";
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent #a26a11 transparent transparent;
}

.access .spotWrap .linkFake._link:hover {
  color: #343465 !important;
  background-color: transparent;
  text-shadow: none;
}

.access .spotWrap .linkFake._link:hover:before {
  top: auto;
  bottom: 0%;
  height: 100%;
}

.access .spotWrap .accessGuideWrap {
  padding: 0 40px;
  text-align: center;
}

.access .spotWrap .accessGuideWrap .accessGuide {
  display: inline-block;
  text-align: left;
}

.access .spotWrap .accessGuideWrap .accessGuide .flexWrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.access .spotWrap .accessGuideWrap .accessGuide .guide {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  font-size: 18px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 50px;
  color: #ffffff;
  background: #343465;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.access .spotWrap .accessGuideWrap .accessGuide .detail {
  padding: 30px 25px;
  text-align: center;
  border: 1px solid #343465;
  background: #ffffff;
}

.access .spotWrap .accessGuideWrap .accessGuide .detail .desc {
  font-size: 11px;
  display: inline-block;
  margin-bottom: 10px;
  color: #343465;
}

.access .spotWrap .accessGuideWrap .accessGuide .detail a {
  min-width: 300px;
  min-height: auto;
  padding: 10px 20px;
}

.access .bgAccess span {
  display: block;
  padding: 260px 0;
  background: url(../img/icon_access_footer@2x.jpg) no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .access .iframe {
    height: 320px;
  }
}

@media only screen and (max-width: 768px) {
  .access .mainVisual .visualHeight {
    background-size: cover;
  }
}

@media only screen and (max-width: 768px) {
  .access .accessTop .rootBox .flex,
  .access .accessTop .rootBox.flex {
    padding: 25px 25px;
  }
}

@media only screen and (max-width: 768px) {
  .access .accessTop .rootBox .flex .ttlT,
  .access .accessTop .rootBox.flex .ttlT {
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .access .accessTop .rootBox .flex .ttlT:before,
  .access .accessTop .rootBox.flex .ttlT:before {
    bottom: 0;
    left: 80px;
    width: 32px;
    height: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .access .accessTop .rootBox .flex .ttlT._jr,
  .access .accessTop .rootBox.flex .ttlT._jr {
    padding-left: 80px;
    background-size: 55px;
  }
}

@media only screen and (max-width: 768px) {
  .access .accessTop .rootBox .flex .ttlT._plane,
  .access .accessTop .rootBox.flex .ttlT._plane {
    padding-left: 80px;
    background: url(../img/icon_access_plane.png) no-repeat 10px 0;
    background-size: 47px;
  }
}

@media only screen and (max-width: 768px) {
  .access .accessTop .rootBox .flex .ttlT._car,
  .access .accessTop .rootBox.flex .ttlT._car {
    padding-left: 80px;
    background-size: 55px;
  }
}

@media only screen and (max-width: 768px) {
  .access .accessTop .rootBox._top {
    display: block;
    margin-bottom: 6%;
  }
}

@media only screen and (max-width: 768px) {
  .access .accessTop .rootBox._top .flex {
    width: 100%;
  }

  .access .accessTop .rootBox._top .flex._001 {
    margin-bottom: 6%;
  }
}

@media only screen and (max-width: 768px) {
  .access .accessTop .rootBox._bottom {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .access .accessTop .rootBox._bottom .flexText {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .access .accessTop .rootBox._bottom .flexPhoto {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .access .accessTop .rootBox._bottom .flexPhoto ul li dl dt {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .access .accessTop .mymap01 {
    height: 380px;
  }
}

@media only screen and (max-width: 768px) {
  .access .accessTop .mymap01 iframe {
    width: 100%;
    height: 380px;
  }
}

@media only screen and (max-width: 768px) {
  .access .accessParking {
    padding: 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .access .accessParking .insert .inImg {
    width: 30%;
    margin-right: 5%;
  }
}

@media only screen and (max-width: 768px) {
  .access .accessParking .insert .inText {
    width: 65%;
  }
}

@media only screen and (max-width: 768px) {
  .access .accessParking .insert .inText dl {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .access .accessParking .insert .inText dl dt {
    font-size: 13px;
    margin-right: 0px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .access .accessParking .parkingTable._01 table {
    display: block;
    width: 100%;
    border-top: none;
  }

  .access .accessParking .parkingTable._01 table th,
  .access .accessParking .parkingTable._01 table td {
    font-size: 13px;
    padding: 8px 20px;
    text-align: center;
    border-right: 3px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
  }

  .access .accessParking .parkingTable._01 table thead {
    display: block;
    float: left;
    overflow-x: scroll;
  }

  .access .accessParking .parkingTable._01 table thead span {
    font-size: 11px;
  }

  .access .accessParking .parkingTable._01 table tbody {
    display: block;
    overflow-x: auto;
    width: auto;
    white-space: nowrap;
  }

  .access .accessParking .parkingTable._01 table tbody tr {
    display: inline-block;
    margin: 0 -3px;
  }

  .access .accessParking .parkingTable._01 table tbody tr td {
    padding: 8px 30px;
  }

  .access .accessParking .parkingTable._01 table th {
    display: block;
    width: auto;
  }

  .access .accessParking .parkingTable._01 table td {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .access .noteIn {
    padding: 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .access .nearbyParking .mymap02 .mapDetail {
    margin-bottom: 20px;
    padding: 30px 35px 15px;
  }
}

@media only screen and (max-width: 768px) {
  .access .nearbyParking .mymap02 .mapDetail .in ul {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .access .nearbyParking .mymap02 .mapDetail .in ul li {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .access .spotWrap .spotBody .flexWrap {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .access .spotWrap .spotBody .flexWrap .flexMenu {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .access .spotWrap .spotBody .flexWrap .flexMenu ul li {
    margin-top: 4%;
  }

  .access .spotWrap .spotBody .flexWrap .flexMenu ul li:nth-child(1) {
    margin-top: 0;
  }

  .access .spotWrap .spotBody .flexWrap .flexMenu ul li:nth-child(2) {
    margin-top: 0;
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .access .spotWrap .spotBody .station_sp {
    padding: 10px 10px;
  }
}

@media only screen and (max-width: 768px) {
  .access .spotWrap .spotBody .station_sp dl dt {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .access .spotWrap .linkFake {
    font-size: 13px;
    min-width: auto;
    min-height: auto;
    padding: 10px 10px;
  }
}

@media only screen and (max-width: 768px) {
  .access .spotWrap .accessGuideWrap {
    padding: 0 0px;
  }
}

@media only screen and (max-width: 768px) {
  .access .spotWrap .accessGuideWrap .accessGuide .guide {
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 15px 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .access .spotWrap .accessGuideWrap .accessGuide .detail {
    width: 100%;
    padding: 25px 25px;
  }
}

@media only screen and (max-width: 768px) {
  .access .spotWrap .accessGuideWrap .accessGuide .detail a {
    min-width: 85%;
  }
}

@media only screen and (max-width: 768px) {
  .access .bgAccess span {
    height: 180px;
    padding: 0px 0;
  }
}

.question .mainVisual .visualHeight {
  background: url(../img/img_mainvisual_qa@2x.jpg) no-repeat center center;
  background-size: cover;
}

.question .topWrap {
  padding: 80px 0 80px;
}

.question .topWrap .h2 {
  margin-bottom: 0;
}

.question .tabsWrap {
  background: url(../img/bg_question.jpg) no-repeat center center;
  background-size: cover;
}

.question .tabsWrap ul.tabBtnQA {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.question .tabsWrap ul.tabBtnQA li {
  width: 23%;
}

.question .tabsWrap ul.tabBtnQA li:nth-child(1),
.question .tabsWrap ul.tabBtnQA li:nth-child(2),
.question .tabsWrap ul.tabBtnQA li:nth-child(3),
.question .tabsWrap ul.tabBtnQA li:nth-child(4) {
  margin-bottom: 30px;
}

.question .tabsWrap ul.tabBtnQA li a {
  position: relative;
  display: block;
  width: 100%;
  height: 225px;
  text-align: center;
}

.question .tabsWrap ul.tabBtnQA li a span {
  display: inline-block;
}

.question .tabsWrap ul.tabBtnQA li a .text {
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  color: #ffffff;
  -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;
}

.question .tabsWrap ul.tabBtnQA li a .bgImg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.question .tabsWrap ul.tabBtnQA li a .bgImg .img {
  position: relative;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
}

.question .tabsWrap ul.tabBtnQA li a .bgImg .bgColor {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.question .tabsWrap ul.tabBtnQA li a._01 span.bgImg .img {
  background: url(../img/img_qa01@2x.png) no-repeat center center;
  background-size: 100%;
}

.question .tabsWrap ul.tabBtnQA li a._01 span.bgImg .bgColor {
  background: url(../img/img_qa01_off@2x.png) no-repeat center center;
  background-size: 100%;
}

.question .tabsWrap ul.tabBtnQA li a._02 span.bgImg .img {
  background: url(../img/img_qa02@2x.png) no-repeat center center;
  background-size: 100%;
}

.question .tabsWrap ul.tabBtnQA li a._02 span.bgImg .bgColor {
  background: url(../img/img_qa02_off@2x.png) no-repeat center center;
  background-size: 100%;
}

.question .tabsWrap ul.tabBtnQA li a._03 span.bgImg .img {
  background: url(../img/img_qa03@2x.png) no-repeat center center;
  background-size: 100%;
}

.question .tabsWrap ul.tabBtnQA li a._03 span.bgImg .bgColor {
  background: url(../img/img_qa03_off@2x.png) no-repeat center center;
  background-size: 100%;
}

.question .tabsWrap ul.tabBtnQA li a._04 span.bgImg .img {
  background: url(../img/img_qa04@2x.png) no-repeat center center;
  background-size: 100%;
}

.question .tabsWrap ul.tabBtnQA li a._04 span.bgImg .bgColor {
  background: url(../img/img_qa04_off@2x.png) no-repeat center center;
  background-size: 100%;
}

.question .tabsWrap ul.tabBtnQA li a._05 span.bgImg .img {
  background: url(../img/img_qa05@2x.png) no-repeat center center;
  background-size: 100%;
}

.question .tabsWrap ul.tabBtnQA li a._05 span.bgImg .bgColor {
  background: url(../img/img_qa05_off@2x.png) no-repeat center center;
  background-size: 100%;
}

.question .tabsWrap ul.tabBtnQA li a._06 span.bgImg .img {
  background: url(../img/img_qa06@2x.png) no-repeat center center;
  background-size: 100%;
}

.question .tabsWrap ul.tabBtnQA li a._06 span.bgImg .bgColor {
  background: url(../img/img_qa06_off@2x.png) no-repeat center center;
  background-size: 100%;
}

.question .tabsWrap ul.tabBtnQA li a._07 span.bgImg .img {
  background: url(../img/img_qa07@2x.png) no-repeat center center;
  background-size: 100%;
}

.question .tabsWrap ul.tabBtnQA li a._07 span.bgImg .bgColor {
  background: url(../img/img_qa07_off@2x.png) no-repeat center center;
  background-size: 100%;
}

.question .tabsWrap ul.tabBtnQA li a._08 span.bgImg .img {
  background: url(../img/img_qa08@2x.png) no-repeat center center;
  background-size: 100%;
}

.question .tabsWrap ul.tabBtnQA li a._08 span.bgImg .bgColor {
  background: url(../img/img_qa08_off@2x.png) no-repeat center center;
  background-size: 100%;
}

.question .tabsWrap ul.tabBtnQA li a:hover .text,
.question .tabsWrap ul.tabBtnQA li a.is_active .text {
  color: #a26a11;
}

.question .tabsWrap ul.tabBtnQA li a:hover .bgImg .img,
.question .tabsWrap ul.tabBtnQA li a.is_active .bgImg .img {
  opacity: 1;
}

.question .tabscontent {
  padding: 100px 0 50px;
}

.question .tabscontent .tab-content2 {
  display: none;
}

.question .tabscontent .is_show {
  display: block;
}

.question .tabscontent ul li {
  margin-top: 40px;
  padding-top: 50px;
  border-top: 1px solid #a26a11;
}

.question .tabscontent ul li:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
}

.question .tabscontent ul li dl dt {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  padding-left: 60px;
  color: #a26a11;
}

.question .tabscontent ul li dl dt:before {
  font-family: "Assistant", sans-serif;
  font-size: 40px;
  font-weight: 500;
  position: absolute;
  top: -25px;
  left: 0;
  content: "Q.";
}

.question .tabscontent ul li dl dd {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  position: relative;
  padding-left: 60px;
  letter-spacing: 0.02em;
  color: #333333;
}

.question .tabscontent ul li dl dd:before {
  font-family: "Assistant", sans-serif;
  font-size: 40px;
  font-weight: 500;
  position: absolute;
  top: -25px;
  left: 2px;
  content: "A.";
}

.question .tabscontent ul li dl dd a {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .question .topWrap {
    padding: 40px 0 40px;
  }
}

@media only screen and (max-width: 768px) {
  .question .tabsWrap ul.tabBtnQA li {
    width: 48%;
  }
}

@media only screen and (max-width: 768px) {
  .question .tabsWrap ul.tabBtnQA li:nth-child(1),
  .question .tabsWrap ul.tabBtnQA li:nth-child(2),
  .question .tabsWrap ul.tabBtnQA li:nth-child(3),
  .question .tabsWrap ul.tabBtnQA li:nth-child(4),
  .question .tabsWrap ul.tabBtnQA li:nth-child(5),
  .question .tabsWrap ul.tabBtnQA li:nth-child(6) {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .question .tabsWrap ul.tabBtnQA li a {
    height: 48vw;
  }
}

@media only screen and (max-width: 768px) {
  .question .tabsWrap ul.tabBtnQA li a .text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .question .tabscontent {
    padding: 40px 0 40px;
  }
}

@media only screen and (max-width: 768px) {
  .question .tabscontent ul li {
    margin-top: 30px;
    padding-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .question .tabscontent ul li dl dt {
    font-size: 15px;
    margin-bottom: 20px;
    padding-left: 45px;
  }
}

@media only screen and (max-width: 768px) {
  .question .tabscontent ul li dl dt:before {
    font-size: 30px;
    top: -16px;
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .question .tabscontent ul li dl dd {
    font-size: 13px;
    padding-left: 45px;
  }
}

@media only screen and (max-width: 768px) {
  .question .tabscontent ul li dl dd:before {
    font-size: 30px;
    top: -16px;
    left: 0;
  }
}

.acard .mainVisual .visualHeight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/img_mainvisual_acard.jpg) no-repeat center center;
  background-size: cover;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media only screen and (max-width: 768px) {
  .acard .mainVisual .visualHeight {
    padding-top: 40px;
  }
}

.acard .mainVisual .visualHeight::before,
.acard .mainVisual .visualHeight::after {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  color: #ffffff;
  -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;
}

.acard .mainVisual .visualHeight::before {
  font-size: 4rem;
  content: "Membership";
}

.acard.koko .mainVisual .visualHeight::before {
  font-size: 4rem;
  content: "회원 서비스";
}

.acard.cncn .mainVisual .visualHeight::before {
  font-size: 4rem;
  content: "會員服務";
}

.acard.twtw .mainVisual .visualHeight::before {
  font-size: 4rem;
  content: "会员服务";
}

@media only screen and (max-width: 768px) {
  .acard .mainVisual .visualHeight::before {
    font-size: 26px;
    font-size: 6.93333vw;
  }
}

.acard .mainVisual .visualHeight::after {
  font-size: 1.8rem;
  content: "会員サービス";
}

.acard.enen .mainVisual .visualHeight::after {
  font-size: 1.8rem;
  content: "";
}

.acard.koko .mainVisual .visualHeight::after {
  font-size: 1.8rem;
  content: "";
}

.acard.cncn .mainVisual .visualHeight::after {
  font-size: 1.8rem;
  content: "";
}

.acard.twtw .mainVisual .visualHeight::after {
  font-size: 1.8rem;
  content: "";
}

@media only screen and (max-width: 768px) {
  .acard .mainVisual .visualHeight::after {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.acard .redWrap {
  background: #e6e6e6;
}

.acard .redWrap .next {
  margin-bottom: 58px;
}

@media only screen and (max-width: 768px) {
  .acard .redWrap .next {
    margin-bottom: 40px;
  }
}

.acard .redWrap .next dl {
  text-align: center;
}

.acard .redWrap .next dl dt {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 29px;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .acard .redWrap .next dl dt {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.acard .redWrap .next dl dd {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  padding: 10px 37px 9px;
  letter-spacing: 0.04em;
  background: #ffffff;
}

@media only screen and (max-width: 768px) {
  .acard .redWrap .next dl dd {
    padding: 2.13333vw 5.33333vw;
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.acard .redWrap .flexWrap {
  position: relative;
  margin: 60px 0 90px;
  padding: 50px 0;
  border-radius: 10px;
  background-color: #aa0000;
}

@media only screen and (max-width: 768px) {
  .acard .redWrap .flexWrap {
    margin: 40px auto 50px;
    padding: 38px 5.33333vw 38px 8.53333vw;
  }
}

.acard .redWrap .flexWrap::before {
  position: absolute;
  top: -50px;
  right: -64px;
  display: block;
  width: 246px;
  height: 166px;
  content: "";
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  background: url("../img/img_acard_04.png") center/contain no-repeat;
}

@media only screen and (max-width: 768px) {
  .acard .redWrap .flexWrap::before {
    display: none;
  }
}

.acard .redWrap .flexWrap ul {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .acard .redWrap .flexWrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.acard .redWrap .flexWrap ul li {
  font-size: 1.8rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  padding-left: 100px;
  color: #ffffff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media only screen and (max-width: 768px) {
  .acard .redWrap .flexWrap ul li {
    padding-left: 16vw;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.acard .redWrap .flexWrap ul li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 90px;
  height: 90px;
  margin: auto;
  margin-right: 10px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .acard .redWrap .flexWrap ul li::before {
    width: 14.66667vw;
    height: 14.66667vw;
  }
}

.acard .redWrap .flexWrap ul li:nth-of-type(1)::before {
  background-image: url(../img/img_acard_glad01.png);
}

.acard .redWrap .flexWrap ul li:nth-of-type(2)::before {
  background-image: url(../img/img_acard_glad02.png);
}

.acard .redWrap .flexWrap ul li:nth-of-type(3)::before {
  background-image: url(../img/img_acard_glad03.png);
}

.acard .redWrap .flexWrap ul li span {
  font-size: 2.3rem;
  font-weight: bold;
  display: block;
}

@media only screen and (max-width: 768px) {
  .acard .redWrap .flexWrap ul li span {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.acard .box + .box {
  margin-top: 28px;
}

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

.acard .lestWrap .box.bottmB {
  margin-bottom: 30px;
}

.acard .lestWrap .box img {
  width: 100%;
  height: auto;
}

.acard .meritBody {
  margin: 100px 0 50px;
  padding: 60px 36px 50px;
  background-color: #e9e9e9;
}

@media only screen and (max-width: 768px) {
  .acard .meritBody {
    margin: 50px 0 24px;
    padding: 45px 4.5vw;
  }
}

.acard .meritBody .ttt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3333;
  margin-bottom: 52px;
  text-align: center;
  color: #a26a11;
}

@media only screen and (max-width: 768px) {
  .acard .meritBody .ttt {
    margin-bottom: 40px;
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

.acard .meritBody .countWrap {
  margin-bottom: 40px;
}

.acard .meritBody .countWrap li dl {
  font-size: 17px;
}

@media only screen and (max-width: 768px) {
  .acard .meritBody .countWrap li dl {
    font-size: 13px;
  }
}

.acard .meritBody .countWrap li dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}

.acard .meritBody .countWrap li dl dd {
  margin-left: 15px;
}

.acard .meritBody .countWrap li:nth-child(1) {
  margin-bottom: 30px;
}

@media only screen and (min-width: 769px) {
  .acard .meritBody .pointWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 769px) {
  .acard .meritBody .pointWrap .flex.hyou {
    width: 58%;
  }
}

.acard .meritBody .pointWrap .flex.hyou .title {
  font-size: 1.8rem;
  padding: 8px 20px;
  text-align: center;
  color: #ffffff;
  background: #aa0000;
}

@media only screen and (max-width: 768px) {
  .acard .meritBody .pointWrap .flex.hyou .title {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.acard .meritBody .pointWrap .flex.hyou .boxOuter {
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  background: #ffffff;
}

@media only screen and (max-width: 768px) {
  .acard .meritBody .pointWrap .flex.hyou .boxOuter {
    margin-bottom: 10px;
  }
}

.acard .meritBody .pointWrap .flex.hyou .listOut {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.acard .meritBody .pointWrap .flex.hyou .listOut .list {
  font-size: 1.8rem;
  font-weight: bold;
  width: 50%;
  padding: 6px 20px;
  text-align: center;
  border-bottom: 1px solid #bfbfbf;
}

@media only screen and (max-width: 768px) {
  .acard .meritBody .pointWrap .flex.hyou .listOut .list {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.acard .meritBody .pointWrap .flex.hyou .listOut .list:nth-child(even) {
  border-left: 1px solid #bfbfbf;
}

.acard .meritBody .pointWrap .flex.hyou .listOut .list span {
  font-size: 1.5rem;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .acard .meritBody .pointWrap .flex.hyou .listOut .list span {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.acard .meritBody .pointWrap .flex.hyou .boxBottom {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
}

.acard .meritBody .pointWrap .flex.card {
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.acard .meritBody .pointWrap .flex.card img {
  width: 100%;
}

.acard .meritBody .other .txtTitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .acard .meritBody .other .txtTitle {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.acard .meritBody .other ul {
  margin-left: 20px;
}

.acard .meritBody .other ul li {
  font-size: 16px;
  margin-top: 10px;
  list-style-type: disc;
}

@media only screen and (max-width: 768px) {
  .acard .meritBody .other ul li {
    font-size: 13px;
  }
}

.acard .meritBody .other ul li:first-child {
  margin-top: 0;
}

.acard .contactBody .ttt {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.acard .contactBody .btnGold a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  font-size: 20px;
  padding: 30px 180px;
}

@media only screen and (max-width: 768px) {
  .acard .pc {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .acard .sp {
    display: none !important;
  }
}

.acard-tab-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .acard-tab-nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.acard-tab-nav li {
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 79px;
  cursor: pointer;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
  -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;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3333;
  text-align: center;
  color: #a26a11;
}

@media only screen and (min-width: 769px) {
  .acard-tab-nav li {
    width: 440px;
  }

  .acard-tab-nav li + li {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .acard-tab-nav li {
    width: calc((100% - 4vw * 3) / 1);
    text-align: center;
    font-size: 22px;
    font-size: 5.86667vw;
  }

  .acard-tab-nav li + li {
    margin-left: 4vw;
  }
}

.acard-tab-nav li.point {
  background-color: #343465;
}

.acard-tab-nav li.cash {
  background-color: #8d1010;
}

.acard-tab-nav li.selected {
  color: #a26a11;
  background-color: #ffffff;
}

.acard-tab-contents > div.hidden {
  display: none;
}

.acard-tab-contents__box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 58px 0;
  border-radius: 5px;
  background-color: #ffffff;
}

.acard-tab-contents__wrap {
  padding: 0 84px;
}

@media only screen and (max-width: 768px) {
  .acard-tab-contents__wrap {
    padding: 0 4.5vw;
  }
}

.acard-tab-contents__ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3333;
  margin-bottom: 1em;
  text-align: center;
  color: #a26a11;
}

@media only screen and (max-width: 768px) {
  .acard-tab-contents__ttl {
    font-size: 22px;
    font-size: 5.86667vw;
  }
}

.acard-tab-contents__ttl + p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .acard-tab-contents__ttl + p {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.web-special {
  margin-bottom: 52px;
}

@media only screen and (max-width: 768px) {
  .web-special {
    width: 70%;
    margin: 0 auto 52px;
  }
}

.web-special img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: auto;
}

.web-special _:lang(x)::-internal-media-controls-overlay-cast-button,
.web-special img {
  image-rendering: -webkit-optimize-contrast;
}

.member-entry-bana {
  margin-bottom: 44px;
}

.member-entry-bana p a {
  text-align: center;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  padding: 43px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
  background: #c69a54;
  background: -webkit-gradient(linear, left top, left bottom, from(#c69a54), color-stop(50%, #a37a39), to(#8b5500));
  background: -webkit-linear-gradient(top, #c69a54 0%, #a37a39 50%, #8b5500 100%);
  background: linear-gradient(180deg, #c69a54 0%, #a37a39 50%, #8b5500 100%);
}

@media only screen and (max-width: 768px) {
  .member-entry-bana p a {
    padding: 38px 0;
  }
}

@media only screen and (max-width: 768px) {
  .member-entry-bana p a {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.member-entry-bana p a:hover {
  opacity: 0.7;
}

.degital-gift {
  margin-bottom: 52px;
  padding: 32px 36px;
  border-radius: 5px;
  background-color: #e6e6e6;
}

@media only screen and (max-width: 768px) {
  .degital-gift {
    padding: 30px 4.5vw;
  }
}

.degital-gift p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5555;
  margin-bottom: 34px;
}

@media only screen and (min-width: 769px) {
  .degital-gift p {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .degital-gift p {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.degital-gift p span {
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .degital-gift p span {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

.degital-gift img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: auto;
}

.degital-gift _:lang(x)::-internal-media-controls-overlay-cast-button,
.degital-gift img {
  image-rendering: -webkit-optimize-contrast;
}

.card-list {
  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;
}

@media only screen and (max-width: 768px) {
  .card-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

@media only screen and (min-width: 769px) {
  .card-list li {
    max-width: 198px;
  }
}

@media only screen and (min-width: 769px) {
  .card-list li + li {
    margin-left: 20px;
    in-left: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .card-list li + li {
    margin-top: 20px;
  }
}

.card-list img {
  -webkit-filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.16));
}

.rankup {
  margin-bottom: 46px;
}

.rankup p {
  font-size: 1.8rem;
  margin-bottom: 2em;
}

@media only screen and (max-width: 768px) {
  .rankup p {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.rankup__img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: auto;
}

.rankup__img _:lang(x)::-internal-media-controls-overlay-cast-button,
.rankup__img img {
  image-rendering: -webkit-optimize-contrast;
}

.rankup__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5em;
  padding: 16px 0;
  text-align: center;
  background-color: #e6e6e6;
}

@media only screen and (max-width: 768px) {
  .rankup__ttl {
    padding: 5.6vw 0;
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.rankup__txt {
  text-align: center;
}

.rankup_notice p {
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .rankup_notice p {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.line-shop-card {
  margin-bottom: 50px;
  padding: 45px 72px;
  border: 3px solid #6abb4a;
  border-radius: 20px;
}

@media only screen and (max-width: 768px) {
  .line-shop-card {
    margin-bottom: 33px;
    padding: 34px 4.5vw;
    border-radius: 2.66667vw;
  }
}

.line-shop-card__ttl {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
  color: #6abb4a;
}

@media only screen and (max-width: 768px) {
  .line-shop-card__ttl {
    margin-bottom: 15px;
    font-size: 26px;
    font-size: 6.93333vw;
  }
}

.line-shop-card__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 38px;
}

@media only screen and (max-width: 768px) {
  .line-shop-card__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
}

.line-shop-card__qr {
  max-width: 148px;
}

@media only screen and (min-width: 769px) {
  .line-shop-card__qr {
    margin-right: 38px;
  }
}

@media only screen and (max-width: 768px) {
  .line-shop-card__qr {
    max-width: 39.46667vw;
    margin: auto;
  }
}

.line-shop-card__qr img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: auto;
}

.line-shop-card__qr _:lang(x)::-internal-media-controls-overlay-cast-button,
.line-shop-card__qr img {
  image-rendering: -webkit-optimize-contrast;
}

@media only screen and (min-width: 769px) {
  .line-shop-card__txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .line-shop-card__txt {
    margin-bottom: 25px;
  }
}

.line-shop-card__txt p {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

@media only screen and (max-width: 768px) {
  .line-shop-card__txt p {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.line-shop-card__txt p a {
  text-decoration: underline;
  color: #6abb4a;
}

@media only screen and (min-width: 769px) {
  .line-shop-card-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.line-shop-card-list li + li {
  margin-top: 38px;
}

.line-shop-card-list__num {
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82px;
  height: 82px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  background-color: #6abb4a;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media only screen and (min-width: 769px) {
  .line-shop-card-list__num {
    margin-right: 27px;
  }
}

@media only screen and (max-width: 768px) {
  .line-shop-card-list__num {
    width: 21.86667vw;
    height: 21.86667vw;
    margin: 0 auto 24px;
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.line-shop-card-list__txt {
  font-size: 1.8rem;
  line-height: 1.7778;
}

@media only screen and (min-width: 769px) {
  .line-shop-card-list__txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media only screen and (max-width: 768px) {
  .line-shop-card-list__txt {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.line-shop-card-list__txt p span {
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .line-shop-card-list__txt p span {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.line-shop-card-list__ttl {
  font-weight: bold;
  color: #6abb4a;
}

.point-notice {
  padding: 21px 23px;
  background-color: #e6e6e6;
}

@media only screen and (max-width: 768px) {
  .point-notice {
    padding: 4.5vw;
  }
}

.point-notice ul {
  font-size: 1.4rem;
  line-height: 1.7857;
}

@media only screen and (max-width: 768px) {
  .point-notice ul {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

@media only screen and (min-width: 769px) {
  .member-notice {
    margin-left: 36px;
  }
}

.member-notice dt {
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .member-notice dt {
    font-size: 18px;
  }
}

.member-notice dd {
  font-size: 1.6rem;
  line-height: 2;
  margin-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 768px) {
  .member-notice dd {
    font-size: 13px;
  }
}

.member-notice dd::before {
  content: "●";
}

.acard-entry {
  margin-top: 100px;
  padding-bottom: 0;
  border-top: 100px solid #ffffff;
  background-color: #e6e6e6;
}

@media only screen and (max-width: 768px) {
  .acard-entry {
    margin-top: 50px;
    border-top: 50px solid #ffffff;
  }
}

@media only screen and (max-width: 768px) {
  .acard .mainVisual .visualHeight {
    background: url(../img/img_mainvisual_acard_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

@media only screen and (max-width: 768px) {
  .acard .contactBody .ttt {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .acard .contactBody .btnGold a {
    font-size: 15px;
    padding: 10px 0;
  }
}

#mainText {
  font-size: 2.1vw;
  font-weight: bold;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: left;
  letter-spacing: 0.06em;
  opacity: 0;
  color: #ffffff;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mainText .txt_line {
  margin-bottom: 0.2vh;
}

#mainText .txt_line div {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
  opacity: 0;
}

#mainText .txt_line._01 div:nth-child(4),
#mainText .txt_line._01 div:nth-child(8),
#mainText .txt_line._01 div:nth-child(13),
#mainText .txt_line._01 div:nth-child(25) {
  margin-right: 20px;
}

#mainText .txt_line._02 div:nth-child(4),
#mainText .txt_line._02 div:nth-child(16) {
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  #mainText {
    font-size: 5.1vw;
    height: 45vh;
    min-height: 300px;
    letter-spacing: 0.06em;
  }
}

@media only screen and (max-width: 768px) {
  #mainText .ininin {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #mainText .txt_line._01 div:nth-child(4),
  #mainText .txt_line._02 div:nth-child(4),
  #mainText .txt_line._04 div:nth-child(11) {
    margin-right: 20px;
  }
}

.mainVisual {
  position: relative;
}

.mainVisual .flexslider {
  margin-bottom: 0;
}

.visualHeight {
  overflow: hidden;
  height: 100vh;
  min-height: 700px;
}

@media only screen and (max-width: 768px) {
  .visualHeight {
    height: 70vw;
    min-height: 220px;
  }
}

.flexslider {
  overflow: hidden;
  height: 100vh;
  min-height: 650px;
  border-radius: 1px !important;
}

.flexslider ul li {
  height: 100vh;
  min-height: 650px;
  text-indent: -9999px;
}

.flexslider ul li.first {
  background: url(../img/main_visual@2x.jpg) no-repeat center center;
  background-size: cover;
}

.flexslider ul li.second {
  background: url(../img/bg_pickup@2x.jpg) no-repeat center center;
  background-size: cover;
}

.flexslider ul li.third {
  background: url(../img/main_visual03.jpg) no-repeat top center;
  background-size: cover;
}

.flexslider ul li.four {
  background: url(../img/main_visual04.jpg) no-repeat center center;
  background-size: cover;
}

.flexslider ul li.five {
  background: url(../img/main_visual05.jpg) no-repeat center center;
  background-size: cover;
}

.flexslider ul li img {
  display: none !important;
}

.flexslider .flex-direction-nav {
  position: absolute;
  z-index: 5;
  top: 42%;
  width: 100%;
}

.flexslider .flex-direction-nav a {
  position: relative;
  position: absolute;
  z-index: 10;
  top: 0px;
  display: block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin: 0px 0 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  opacity: 1;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flexslider .flex-direction-nav .flex-prev {
  left: 10px;
  width: 28px;
  height: 93px;
  text-align: right;
  background: url(../img/btn_slide_before.png) no-repeat center center;
}

.flexslider .flex-direction-nav .flex-prev:hover {
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}

.flexslider .flex-direction-nav .flex-prev:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;
  display: none;
  width: 12px;
  height: 12px;
  content: "";
  -webkit-transform: translate3d(0, -50%, 0) rotate(-135deg);
  transform: translate3d(0, -50%, 0) rotate(-135deg);
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.flexslider .flex-direction-nav .flex-next {
  right: 10px;
  width: 28px;
  height: 93px;
  text-align: right;
  background: url(../img/btn_slide_next.png) no-repeat center center;
}

.flexslider .flex-direction-nav .flex-next:hover {
  -webkit-transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
}

.flexslider .flex-direction-nav .flex-next:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;
  display: none;
  width: 12px;
  height: 12px;
  content: "";
  -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
  transform: translate3d(0, -50%, 0) rotate(45deg);
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.flexslider .flex-control-nav {
  display: none;
}

@media only screen and (max-width: 768px) {
  .flexslider {
    height: 45vh;
    min-height: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .flexslider ul li {
    height: 45vh;
    min-height: 300px;
  }
}

.tabBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
}

.tabBtn li {
  width: 50%;
}

.tabBtn li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 100%;
  height: 50px;
  color: #ffffff;
  background: #ae7f33;
}

.tabBtn li a.is_active {
  background: #241608;
}

.tabBtn li a span {
  position: relative;
  display: block;
  max-width: 640px;
  text-align: center;
}

.tabBtn li a span.leftTab {
  margin-left: auto;
}

.tabBtn li a span.rightTab {
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .tabBtn li a {
    font-size: 16px;
  }
}

.subNav .tab-content {
  display: none;
}

.subNav .tab-content.is_show {
  display: block;
}

td.ui-datepicker-week-end:first-child a.ui-state-default {
  color: red !important;
  background-color: #f7e5f0;
}

td.ui-datepicker-week-end:last-child a.ui-state-default {
  color: #0000ff !important;
  background-color: #deeaf7;
}

td.ui-datepicker-week-end a.ui-state-hover {
  opacity: 0.8;
}

td.ui-datepicker-week-end a.ui-state-highlight {
  background-color: #fffa90 !important;
}

.ui-widget.ui-widget-content {
  min-width: 580px;
}

@media only screen and (max-width: 768px) {
  .ui-widget.ui-widget-content {
    min-width: auto;
    max-width: 600px;
    margin: 0 auto;
  }
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
  font-weight: normal;
  text-align: left;
  color: #454545;
  border: none !important;
  background: #f6f6f6;
}

html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  font-weight: normal;
  text-align: left;
  color: #454545;
  border: none !important;
  background: #f6f6f6;
}

.ui-datepicker-title {
  font-size: 15px;
}

.wau_datepicker > .prev.disable,
.wau_datepicker > .next.disable {
  visibility: hidden;
}

.ui-state-default {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  display: block;
  height: 30px;
  text-align: left;
  white-space: nowrap;
  text-indent: 2px;
}

.input_checkin {
  width: 190px;
}

@media only screen and (max-width: 768px) {
  #ui-datepicker-div {
    position: fixed !important;
    top: 50% !important;
    right: 0 !important;
    left: 0 !important;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.ui-datepicker-buttonpane .ui-corner-all {
  font-weight: bold !important;
  opacity: 1 !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 6px;
}

#reservation_area #calid3 #calid3_screen {
  z-index: 11;
  min-width: 360px;
  padding: 0.2em 0.2em 0;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  background: #ffffff;
}

#reservation_area #calid3 #calid3_screen table {
  background: #ffffff;
}

#reservation_area #calid3 #calid3_screen table tbody tr td {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  height: 30px;
  padding: 1px !important;
  text-align: left !important;
  text-align: left;
  white-space: nowrap;
  text-indent: 2px;
}

#reservation_area #calid3 #calid3_screen table:nth-child(1) tbody tr td,
#reservation_area #calid3 #calid3_screen table:nth-child(2) tbody tr td {
  font-weight: bold;
  text-align: center !important;
}

#reservation_area #calid3 #calid3_screen table:nth-child(3) tbody tr td {
  font-weight: normal !important;
}

#reservation_area #calid3 #calid3_screen table:nth-child(3) tbody tr td:first-child {
  color: #ff0000 !important;
  background-color: #f7e5f0 !important;
}

#reservation_area #calid3 #calid3_screen table:nth-child(3) tbody tr td:last-child {
  color: #0000ff !important;
  background-color: #deeaf7 !important;
}

@media only screen and (max-width: 768px) {
  #reservation_area #calid3 #calid3_screen {
    position: fixed !important;
    top: 50% !important;
    right: 0 !important;
    left: 0 !important;
    width: 90%;
    min-width: auto;
    max-width: 600px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.subNav {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 155px;
}

.subNav .navBox {
  position: relative;
  width: 100%;
  height: 105px;
  background-color: #241608;
}

.subNav .in_inner_00 {
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
}

.subNav ._00 {
  padding-top: 16px;
}

.subNav.nav-fixed {
  position: fixed;
  top: 0;
  bottom: 0;
}

.subNav #reservation_area .reservationWrap,
.subNav .reservation_area .reservationWrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subNav #reservation_area .reservationWrap .search_titleOuter,
.subNav .reservation_area .reservationWrap .search_titleOuter {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subNav #reservation_area .reservationWrap .search_title span.jp,
.subNav .reservation_area .reservationWrap .search_title span.jp {
  font-size: 20px;
  font-weight: 500;
  display: block;
  color: #ffffff;
}

.subNav #reservation_area .reservationWrap .search_title span.en,
.subNav .reservation_area .reservationWrap .search_title span.en {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  font-size: 17px;
  font-weight: 600;
  display: block;
  letter-spacing: 0.04em;
  color: #a26a11;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter,
.subNav .reservation_area .reservationWrap .searchBtnOuter {
  position: relative;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter ul li .reservetitle,
.subNav .reservation_area .reservationWrap .searchBtnOuter ul li .reservetitle {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 3px;
  color: #ffffff;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter ul li .goldText,
.subNav .reservation_area .reservationWrap .searchBtnOuter ul li .goldText {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  font-size: 13px;
  padding-left: 3px;
  letter-spacing: 0.02em;
  color: #a26a11;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter input[type="text"],
.subNav .reservation_area .reservationWrap .searchBtnOuter input[type="text"] {
  font-size: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  padding: 0 10px 0 38px;
  cursor: pointer;
  color: #ffffff;
  border: 1px solid #a26a11;
  border-radius: 0;
  outline: 0;
  background: transparent url(../img/calIcon@2x.png) no-repeat 97% 45%;
  background-size: 21px;
  -webkit-appearance: none;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter .select_cover,
.subNav .reservation_area .reservationWrap .searchBtnOuter .select_cover {
  position: relative;
  display: block;
  height: 30px;
  padding: 0 10px 0 0px;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter .select_cover:before,
.subNav .reservation_area .reservationWrap .searchBtnOuter .select_cover:before {
  position: absolute;
  z-index: 3;
  top: 26%;
  left: 11px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 10px;
  content: "";
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg) translate3d(0, -10%, 0);
  pointer-events: none;
  border: 4px solid transparent;
  border-color: #ffffff #ffffff transparent transparent;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter .select_cover:after,
.subNav .reservation_area .reservationWrap .searchBtnOuter .select_cover:after {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  display: inline-block;
  width: 30px;
  height: 100%;
  margin-right: 0px;
  content: "";
  pointer-events: none;
  border: none;
  background: #c69a54;
  background: -webkit-linear-gradient(top, #c69a54 0%, #8b5500 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#c69a54), to(#8b5500));
  background: linear-gradient(to bottom, #c69a54 0%, #8b5500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c69a54', endColorstr='#8b5500', GradientType=0);
}

.subNav #reservation_area .reservationWrap .searchBtnOuter select,
.subNav .reservation_area .reservationWrap .searchBtnOuter select {
  font-size: 15px;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  padding: 0 10px 0 38px;
  cursor: pointer;
  color: #ffffff;
  border: 1px solid #a26a11;
  border-radius: 1px;
  outline: none;
  background-color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter select option,
.subNav .reservation_area .reservationWrap .searchBtnOuter select option {
  color: #333333;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter select::-ms-expand,
.subNav .reservation_area .reservationWrap .searchBtnOuter select::-ms-expand {
  display: none;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn01,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn01 {
  margin: 0 0 0 30px;
  padding: 0 0 0 20px;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn01.__01,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn01.__01 {
  margin: 0 0 0 0px;
  padding: 0 0 0 0px;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn01.__01:before,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn01.__01:before {
  display: none;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn01:before,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn01:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: "";
  background: #a26a11;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn01 input,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn01 input {
  width: 170px;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn02,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn02 {
  margin: 0 0 0 15px;
  padding: 0 0 0 20px;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn02:before,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn02:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: "";
  background: #a26a11;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn02 select,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn02 select {
  width: 90px;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn03,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn03 {
  margin: 0 0 0 15px;
  padding: 0 0 0 20px;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn03:before,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn03:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: "";
  background: #a26a11;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn03 select,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn03 select {
  width: 90px;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04 {
  margin: 0 0 0 15px;
  padding: 0 0 0 20px;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04:before,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: "";
  background: #a26a11;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04 ul,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04 ul {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04 ul .checktext2,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04 ul .checktext2 {
  font-size: 12px;
  color: #ffffff;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04 select,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04 select {
  width: 90px;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04 input[type="checkbox"],
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04 input[type="checkbox"] {
  display: none;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04 .checkbox,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04 .checkbox {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 0px 0px 26px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  vertical-align: middle;
  letter-spacing: 0.02em;
  border-radius: 8px;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04 .checkbox:before,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04 .checkbox:before {
  position: absolute;
  top: 22px;
  left: 8px;
  display: block;
  width: 4px;
  height: 7px;
  margin-top: -7px;
  content: "";
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04 .checkbox:after,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04 .checkbox:after {
  position: absolute;
  top: 20px;
  left: 0px;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  content: "";
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  border: 1px solid #a26a11;
  border-radius: 3px;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04 input[type="checkbox"]:checked + .checkbox:before,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04 input[type="checkbox"]:checked + .checkbox:before {
  opacity: 1;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn05,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn05 {
  margin-left: auto;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn05 select,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn05 select {
  width: 80px;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn05 .btn_submit,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn05 .btn_submit {
  position: relative;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn05 .btn_submit:before,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn05 .btn_submit:before {
  position: absolute;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
  display: block;
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0px;
  content: "";
  -webkit-transform: rotate(45deg) translate3d(0, -80%, 0);
  transform: rotate(45deg) translate3d(0, -80%, 0);
  pointer-events: none;
  border: 7px solid transparent;
  border-color: #ffffff #ffffff transparent transparent;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn05 input.button,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn05 input.button {
  font-size: 18px;
  line-height: 50px;
  width: 160px;
  height: 60px;
  padding: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: #ffffff;
  border: none;
  border-radius: 4px;
  background: #c69a54;
  background: -webkit-linear-gradient(top, #c69a54 0%, #8b5500 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#c69a54), to(#8b5500));
  background: linear-gradient(to bottom, #c69a54 0%, #8b5500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c69a54', endColorstr='#8b5500', GradientType=0);
  -webkit-appearance: none;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn05 input.button:hover,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn05 input.button:hover {
  opacity: 0.8;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn05 button,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn05 button {
  font-size: 18px;
  line-height: 50px;
  width: 160px;
  height: 60px;
  padding: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: #ffffff;
  border: none;
  border-radius: 4px;
  background: #c69a54;
  background: -webkit-linear-gradient(top, #c69a54 0%, #8b5500 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#c69a54), to(#8b5500));
  background: linear-gradient(to bottom, #c69a54 0%, #8b5500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c69a54', endColorstr='#8b5500', GradientType=0);
  -webkit-appearance: none;
}

.subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn05 button:hover,
.subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn05 button:hover {
  opacity: 0.8;
}

.subNav #reservation_area .reservationWrap img,
.subNav .reservation_area .reservationWrap img {
  width: 979px;
}

.subNav .outer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.subNav .subNavIn {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subNav .subNavIn li {
  width: 33.333336%;
  text-align: center;
  border-left: 1px solid #ffffff;
}

.subNav .subNavIn li:nth-child(3) {
  border-right: 1px solid #ffffff;
}

.subNav .subNavIn a {
  font-size: 15px;
  font-weight: 500;
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  color: #ffffff;
}

.subNav .subNavIn a:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav {
    position: relative;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .subNav {
    position: relative;
    height: auto;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav .navBox {
    position: initial;
    height: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .subNav .navBox {
    position: initial;
    height: 100%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #view1 {
    position: relative;
    height: auto;
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #view1 {
    position: relative;
    height: auto;
    padding-bottom: 0px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav .in_inner_00 {
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .subNav .in_inner_00 {
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav ._00 {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .subNav ._00 {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .subNav {
    background-color: rgba(0, 0, 0, 0.65);
  }
}

@media only screen and (max-width: 768px) {
  .subNav.nav-fixed ._00 {
    display: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap,
  .subNav .reservation_area .reservationWrap {
    padding: 25px 10px;
    background-color: rgba(0, 0, 0, 0.35);
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap,
  .subNav .reservation_area .reservationWrap {
    padding: 25px 10px;
    background-color: rgba(0, 0, 0, 0.35);
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .search_titleOuter,
  .subNav .reservation_area .reservationWrap .search_titleOuter {
    width: 30%;
  }

  .subNav #reservation_area .reservationWrap .search_titleOuter h3,
  .subNav .reservation_area .reservationWrap .search_titleOuter h3 {
    margin-left: auto;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .search_titleOuter,
  .subNav .reservation_area .reservationWrap .search_titleOuter {
    width: 30%;
  }

  .subNav #reservation_area .reservationWrap .search_titleOuter h3,
  .subNav .reservation_area .reservationWrap .search_titleOuter h3 {
    margin-left: auto;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .search_title span.jp,
  .subNav .reservation_area .reservationWrap .search_title span.jp {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .search_title span.jp,
  .subNav .reservation_area .reservationWrap .search_title span.jp {
    font-size: 16px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .search_title span.en,
  .subNav .reservation_area .reservationWrap .search_title span.en {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .search_title span.en,
  .subNav .reservation_area .reservationWrap .search_title span.en {
    font-size: 14px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter ul li .reservetitle,
  .subNav .reservation_area .reservationWrap .searchBtnOuter ul li .reservetitle {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter ul li .reservetitle,
  .subNav .reservation_area .reservationWrap .searchBtnOuter ul li .reservetitle {
    font-size: 13px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter ul li .goldText,
  .subNav .reservation_area .reservationWrap .searchBtnOuter ul li .goldText {
    font-size: 11px;
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter ul li .goldText,
  .subNav .reservation_area .reservationWrap .searchBtnOuter ul li .goldText {
    font-size: 11px;
    display: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter input[type="text"],
  .subNav .reservation_area .reservationWrap .searchBtnOuter input[type="text"] {
    font-size: 16px;
    padding: 0 10px 0 28px;
    color: #ffffff;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter input[type="text"],
  .subNav .reservation_area .reservationWrap .searchBtnOuter input[type="text"] {
    font-size: 16px;
    padding: 0 10px 0 28px;
    color: #ffffff;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter .select_cover,
  .subNav .reservation_area .reservationWrap .searchBtnOuter .select_cover {
    padding: 0 0px 0 0px;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter .select_cover,
  .subNav .reservation_area .reservationWrap .searchBtnOuter .select_cover {
    padding: 0 0px 0 0px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter .select_cover:before,
  .subNav .reservation_area .reservationWrap .searchBtnOuter .select_cover:before {
    position: absolute;
    z-index: 3;
    top: 26%;
    left: 7px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0px;
    content: "";
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg) translate3d(0, -10%, 0);
    pointer-events: none;
    border: 3px solid transparent;
    border-color: #ffffff #ffffff transparent transparent;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter .select_cover:before,
  .subNav .reservation_area .reservationWrap .searchBtnOuter .select_cover:before {
    position: absolute;
    z-index: 3;
    top: 26%;
    left: 7px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0px;
    content: "";
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg) translate3d(0, -10%, 0);
    pointer-events: none;
    border: 3px solid transparent;
    border-color: #ffffff #ffffff transparent transparent;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter .select_cover:after,
  .subNav .reservation_area .reservationWrap .searchBtnOuter .select_cover:after {
    width: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter .select_cover:after,
  .subNav .reservation_area .reservationWrap .searchBtnOuter .select_cover:after {
    width: 20px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter select,
  .subNav .reservation_area .reservationWrap .searchBtnOuter select {
    font-size: 16px;
    height: 30px;
    padding: 0 10px 0 28px;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter select,
  .subNav .reservation_area .reservationWrap .searchBtnOuter select {
    font-size: 16px;
    height: 30px;
    padding: 0 10px 0 28px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn01.__01,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn01.__01 {
    width: 100%;
    margin: 0 0 15px 0%;
    padding: 0 0 0 0%;
  }

  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn01.__01 select,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn01.__01 select {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn01.__01,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn01.__01 {
    width: 100%;
    margin: 0 0 15px 0%;
    padding: 0 0 0 0%;
  }

  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn01.__01 select,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn01.__01 select {
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn01,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn01 {
    margin: 0 0 0 20px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn01,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn01 {
    width: 62%;
    margin: 0 0 15px 4%;
    padding: 0 0 0 4%;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn01,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn01 {
    width: 62%;
    margin: 0 0 15px 4%;
    padding: 0 0 0 4%;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn01:before,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn01:before {
    width: 3px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn01 input,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn01 input {
    width: 90%;
    min-width: 150px;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn01 input,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn01 input {
    width: 90%;
    min-width: 150px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn02.__02,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn02.__02 {
    width: 100%;
    margin: 0 0 15px 0%;
    padding: 0 0 0 0%;
  }

  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn02.__02 input,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn02.__02 input {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn02.__02,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn02.__02 {
    width: 100%;
    margin: 0 0 15px 0%;
    padding: 0 0 0 0%;
  }

  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn02.__02 input,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn02.__02 input {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn02,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn02 {
    width: 27%;
    margin: 0 0 15px 0%;
    padding: 0 0 0 0%;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn02,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn02 {
    width: 27%;
    margin: 0 0 15px 0%;
    padding: 0 0 0 0%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn02:before,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn02:before {
    display: none;
    width: 3px;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn02:before,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn02:before {
    display: none;
    width: 3px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn02 select,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn02 select {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn02 select,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn02 select {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn03.__03,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn03.__03 {
    width: 48%;
    margin-bottom: 25px;
    margin-left: 0;
    padding-left: 0;
  }

  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn03.__03 select,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn03.__03 select {
    width: 100%;
  }

  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn03.__03:before,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn03.__03:before {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn03.__03,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn03.__03 {
    width: 48%;
    margin-bottom: 25px;
    margin-left: 0;
    padding-left: 0;
  }

  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn03.__03 select,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn03.__03 select {
    width: 100%;
  }

  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn03.__03:before,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn03.__03:before {
    display: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn03,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn03 {
    width: 27%;
    margin: 0 0 15px 2%;
    padding: 0 0 0 2%;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn03,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn03 {
    width: 27%;
    margin: 0 0 15px 2%;
    padding: 0 0 0 2%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn03:before,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn03:before {
    width: 3px;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn03:before,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn03:before {
    width: 3px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn03 select,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn03 select {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn03 select,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn03 select {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04.__04,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04.__04 {
    width: 50%;
    margin-bottom: 25px;
  }

  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04.__04 li,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04.__04 li,
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04.__04 select,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04.__04 select {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04.__04,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04.__04 {
    width: 50%;
    margin-bottom: 25px;
  }

  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04.__04 li,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04.__04 li,
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04.__04 select,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04.__04 select {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04 {
    width: 42%;
    margin: 0 0 15px 2%;
    padding: 0 0 0 2%;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04 {
    width: 42%;
    margin: 0 0 15px 2%;
    padding: 0 0 0 2%;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04:before,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04:before {
    width: 3px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04 ul,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04 ul {
    -webkit-justify-content: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04 ul .checktext2,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04 ul .checktext2 {
    font-size: 11px;
    padding-left: 8%;
    color: #ffffff;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04 ul,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04 ul {
    -webkit-justify-content: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04 ul .checktext2,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04 ul .checktext2 {
    font-size: 11px;
    padding-left: 8%;
    color: #ffffff;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04 select,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04 select {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04 select,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04 select {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04 .checkbox,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04 .checkbox {
    font-size: 10px;
    padding: 0px 0px 0px 22px;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04 .checkbox,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04 .checkbox {
    font-size: 10px;
    padding: 0px 0px 0px 22px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04 .checkbox:before,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04 .checkbox:before {
    top: 21px;
    left: 6px;
    width: 2px;
    height: 5px;
    margin-top: -7px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }

  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04 .checkbox:after,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04 .checkbox:after {
    top: 20px;
    left: 0px;
    display: block;
    width: 15px;
    height: 15px;
    margin-top: -10px;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04 .checkbox:before,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04 .checkbox:before {
    top: 21px;
    left: 6px;
    width: 2px;
    height: 5px;
    margin-top: -7px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }

  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn04 .checkbox:after,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn04 .checkbox:after {
    top: 20px;
    left: 0px;
    display: block;
    width: 15px;
    height: 15px;
    margin-top: -10px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn05,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn05 {
    width: 80%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn05,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn05 {
    width: 80%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn05 select,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn05 select {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn05 select,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn05 select {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn05 .btn_submit:before,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn05 .btn_submit:before {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn05 .btn_submit:before,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn05 .btn_submit:before {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn05 input.button,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn05 input.button {
    width: 140px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn05 input.button,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn05 input.button {
    font-size: 15px;
    line-height: 35px;
    width: 100%;
    height: 35px;
    padding: 0 0px;
    color: #ffffff;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn05 input.button,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn05 input.button {
    font-size: 15px;
    line-height: 35px;
    width: 100%;
    height: 35px;
    padding: 0 0px;
    color: #ffffff;
  }
}

@media only screen and (max-width: 1200px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn05 button,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn05 button {
    width: 140px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn05 button,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn05 button {
    font-size: 15px;
    line-height: 35px;
    width: 100%;
    height: 35px;
    padding: 0 0px;
    color: #ffffff;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap .searchBtnOuter.search_btn05 button,
  .subNav .reservation_area .reservationWrap .searchBtnOuter.search_btn05 button {
    font-size: 15px;
    line-height: 35px;
    width: 100%;
    height: 35px;
    padding: 0 0px;
    color: #ffffff;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav #reservation_area .reservationWrap img,
  .subNav .reservation_area .reservationWrap img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .subNav #reservation_area .reservationWrap img,
  .subNav .reservation_area .reservationWrap img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .subNav .outer {
    position: absolute;
    height: 66px;
  }

  .subNav .outer.nav-fixed {
    position: fixed;
    top: 0;
    bottom: 0;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .subNav .outer.nav-fixed ._00 {
    display: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav .subNavIn li {
    width: 50%;
    margin-bottom: 15px;
  }

  .subNav .subNavIn li:nth-child(3),
  .subNav .subNavIn li:nth-child(4) {
    margin-bottom: 0;
  }

  .subNav .subNavIn li:nth-child(2),
  .subNav .subNavIn li:nth-child(4) {
    border-right: 1px solid #ffffff;
  }
}

@media only screen and (max-width: 768px) {
  .subNav .subNavIn li {
    width: 50%;
    margin-bottom: 15px;
  }

  .subNav .subNavIn li:nth-child(3),
  .subNav .subNavIn li:nth-child(4) {
    margin-bottom: 0;
  }

  .subNav .subNavIn li:nth-child(2),
  .subNav .subNavIn li:nth-child(4) {
    border-right: 1px solid #ffffff;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav .subNavIn li {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .subNav .subNavIn li {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .subNav .subNavIn a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .subNav .subNavIn a {
    font-size: 12px;
  }
}

.triplaToyo {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 105px;
  background-color: #241608;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.triplaToyo form {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px 10px 25px;
  color: #ffffff;
  border-radius: 1px;
  background-color: #241608;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.triplaToyo form label {
  font-size: 15px !important;
  font-weight: 500 !important;
  margin-bottom: 3px !important;
  color: #ffffff !important;
}

.triplaToyo form .search-widget-button-wrapper-d2b715 button {
  font-size: 18px;
  line-height: 50px;
  width: 160px;
  height: 60px;
  padding: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: #ffffff;
  border: none;
  border-radius: 4px;
  background: #c69a54 !important;
  background: -webkit-linear-gradient(top, #c69a54 0%, #8b5500 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#c69a54), to(#8b5500)) !important;
  background: linear-gradient(to bottom, #c69a54 0%, #8b5500 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c69a54', endColorstr='#8b5500', GradientType=0);
  -webkit-appearance: none;
}

.triplaToyo form .search-widget-button-wrapper-d2b715 button:hover {
  opacity: 0.8;
}

.triplaToyo .checkDeleat a {
  font-size: 16px;
  line-height: 60px;
  display: block;
  width: 160px;
  height: 60px;
  margin-top: 5px;
  padding: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  background: #c69a54 !important;
  background: -webkit-linear-gradient(top, #c69a54 0%, #8b5500 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#c69a54), to(#8b5500)) !important;
  background: linear-gradient(to bottom, #c69a54 0%, #8b5500 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c69a54', endColorstr='#8b5500', GradientType=0);
  -webkit-appearance: none;
}

.triplaToyo .checkDeleat a:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .triplaToyo {
    position: relative;
    display: block;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .triplaToyo {
    position: relative;
    display: block;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .triplaToyo {
    min-height: 220px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .triplaToyo form {
    display: block;
    padding: 15px 10px 0px 10px;
  }

  .triplaToyo form .search-widget-button-wrapper-d2b715 {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .triplaToyo form {
    display: block;
    padding: 15px 10px 0px 10px;
  }

  .triplaToyo form .search-widget-button-wrapper-d2b715 {
    display: block;
    width: 100%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .triplaToyo form label {
    font-size: 13px !important;
  }
}

@media only screen and (max-width: 768px) {
  .triplaToyo form label {
    font-size: 13px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .triplaToyo form .search-widget-button-wrapper-d2b715 button {
    width: 140px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .triplaToyo form .search-widget-button-wrapper-d2b715 button {
    font-size: 15px;
    line-height: 35px;
    width: 100%;
    height: 35px;
    padding: 0 0px;
    color: #ffffff;
  }
}

@media only screen and (max-width: 768px) {
  .triplaToyo form .search-widget-button-wrapper-d2b715 button {
    font-size: 15px;
    line-height: 35px;
    width: 100%;
    height: 35px;
    padding: 0 0px;
    color: #ffffff;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .triplaToyo .checkDeleat {
    width: 80%;
    margin: 0 auto;
    padding: 0px 0px 25px;
  }
}

@media only screen and (max-width: 768px) {
  .triplaToyo .checkDeleat {
    width: 80%;
    margin: 0 auto;
    padding: 0px 0px 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .triplaToyo .checkDeleat a {
    width: 140px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .triplaToyo .checkDeleat a {
    font-size: 15px;
    line-height: 35px;
    width: 100%;
    height: 35px;
    padding: 0 0px;
    color: #ffffff;
  }
}

@media only screen and (max-width: 768px) {
  .triplaToyo .checkDeleat a {
    font-size: 15px;
    line-height: 35px;
    width: 100%;
    height: 35px;
    padding: 0 0px;
    color: #ffffff;
  }
}

.newsnews {
  padding: 60px 0;
  background: #eeeeee;
}

.newsnews .h2 {
  margin-bottom: 50px;
  text-align: center;
}

.newsnews .h2 h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  color: #a26a11;
}

.newsnews .h2 span {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: block;
  letter-spacing: 0.04em;
  color: #333333;
}

.newsnews ul {
  border-top: 1px solid #d0cfcf;
}

.newsnews ul li {
  padding: 25px 20px;
  border-bottom: 1px solid #d0cfcf;
}

.newsnews ul li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.newsnews ul li dl dt {
  font-size: 1.3rem;
  line-height: 18px;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  padding-right: 0px;
  vertical-align: top;
  letter-spacing: 0.06em;
  color: #707070;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.newsnews ul li dl dt .sub02 {
  position: absolute;
  color: #ba0000;
}

.newsnews ul li dl dt .top_news_item_header {
  margin-left: 45px;
}

.newsnews ul li dl dt .top_news_item_header .top_news_tag {
  font-size: 12px;
  display: inline-block;
  min-width: 80px;
  margin-left: 10px;
  padding: 4px 0;
  text-align: center;
  color: #ffffff;
  background: #a26a11;
}

.newsnews ul li dl dt .top_news_item_header .top_news_tag a {
  color: #ffffff;
}

.newsnews ul li dl dd {
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  width: 800px;
  letter-spacing: 0.06em;
}

.newsnews ul li dl dd a:hover {
  text-decoration: underline;
}

.newsnews ul > li.lin dd {
  font-size: 15px;
  line-height: 1.3;
}

.newsnews ul > li.lin dd.s1 {
  font-size: 10px;
}

.newsnews ul > li.lin dd.s2 {
  font-size: 12px;
}

.newsnews ul > li.lin dd.s3 {
  font-size: 15px;
}

.newsnews ul > li.lin dd.s4 {
  font-size: 18px;
}

.newsnews ul > li.lin dd.s5 {
  font-size: 22px;
}

@media only screen and (max-width: 768px) {
  .newsnews .h2 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .newsnews .h2 h2 {
    font-size: 26px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .newsnews .h2 span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .newsnews ul {
    padding: 0px 0px;
  }
}

@media only screen and (max-width: 768px) {
  .newsnews ul li {
    padding: 20px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .newsnews ul li dl {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .newsnews ul li dl dt {
    font-size: 12px;
    width: auto;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .newsnews ul li dl dt .sub02 {
    position: static;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .newsnews ul li dl dt .top_news_item_header {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .newsnews ul li dl dd {
    font-size: 14px;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .newsnews ul > li.lin dd {
    font-size: 14px;
  }

  .newsnews ul > li.lin dd.s1 {
    font-size: 10px;
  }

  .newsnews ul > li.lin dd.s2 {
    font-size: 12px;
  }

  .newsnews ul > li.lin dd.s3 {
    font-size: 14px;
  }

  .newsnews ul > li.lin dd.s4 {
    font-size: 18px;
  }

  .newsnews ul > li.lin dd.s5 {
    font-size: 22px;
  }
}

.newsnews02 ul > li.lin {
  padding: 60px 0;
}

.newsnews02 ul > li.lin .post_detail {
  text-align: left;
}

.newsnews02 ul > li.lin .post_detail .label {
  font-size: 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding: 4px 10px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background: #5d4225;
}

.newsnews02 ul > li.lin .post_detail h1 {
  font-size: 1.9vw;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 1.4vw;
}

.newsnews02 ul > li.lin .post_detail h1.s1 {
  font-size: 1vw;
}

.newsnews02 ul > li.lin .post_detail h1.s2 {
  font-size: 1.2vw;
}

.newsnews02 ul > li.lin .post_detail h1.s3 {
  font-size: 1.5vw;
}

.newsnews02 ul > li.lin .post_detail h1.s4 {
  font-size: 1.8vw;
}

.newsnews02 ul > li.lin .post_detail h1.s5 {
  font-size: 2.1vw;
}

.newsnews02 ul > li.lin .post_detail h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-left: 5px;
  border-left: 10px solid #a26a11;
}

.newsnews02 ul > li.lin .post_detail h3 {
  font-size: 16px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px 0 0;
  padding: 5px 15px;
  border: #d8d5d2 1px solid;
  background-color: #ededed;
}

.newsnews02 ul > li.lin .post_detail h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 0;
  color: #a26a11;
}

.newsnews02 ul > li.lin .post_detail ul {
  margin-top: 20px;
  margin-left: 20px;
}

.newsnews02 ul > li.lin .post_detail ul li {
  margin-top: 10px;
  margin-bottom: 0;
  list-style-type: disc;
}

.newsnews02 ul > li.lin .post_detail ul li:first-child {
  margin-top: 0;
}

.newsnews02 ul > li.lin .post_detail ol {
  margin-top: 20px;
  margin-left: 20px;
}

.newsnews02 ul > li.lin .post_detail ol li {
  margin-top: 10px;
  margin-bottom: 0;
  list-style-type: decimal;
}

.newsnews02 ul > li.lin .post_detail ol li:first-child {
  margin-top: 0;
}

.newsnews02 ul > li.lin .post_detail img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .newsnews02 ul > li.lin .post_detail .label {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .newsnews02 ul > li.lin .post_detail h1 {
    font-size: 18px;
    margin: 10px 0 20px 0;
  }

  .newsnews02 ul > li.lin .post_detail h1.s1 {
    font-size: 12px;
    margin: 5px 0 15px 0;
  }

  .newsnews02 ul > li.lin .post_detail h1.s2 {
    font-size: 15px;
    margin: 5px 0 15px 0;
  }

  .newsnews02 ul > li.lin .post_detail h1.s3 {
    font-size: 18px;
    margin: 5px 0 20px 0;
  }

  .newsnews02 ul > li.lin .post_detail h1.s4 {
    font-size: 22px;
    margin: 5px 0 20px 0;
  }

  .newsnews02 ul > li.lin .post_detail h1.s5 {
    font-size: 25px;
    margin: 5px 0 20px 0;
  }
}

@media only screen and (max-width: 768px) {
  .newsnews02 ul > li.lin .post_detail h2 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .newsnews02 ul > li.lin .post_detail h3 {
    font-size: 15px;
    padding: 5px 10px;
  }
}

@media only screen and (max-width: 768px) {
  .newsnews02 ul > li.lin .post_detail h4 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .newsnews02 ul > li.lin .post_detail p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .newsnews02 ul > li.lin .post_detail ul li {
    font-size: 13px;
  }
}

.chooseWrap {
  border-top: 1px solid #d0cfcf;
  background: #ffffff;
}

.chooseWrap .chooseSection h2 {
  margin-bottom: 60px;
  text-align: center;
}

.chooseWrap .chooseSection .chooseBody {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.chooseWrap .chooseSection .chooseBody .body {
  width: 33.33333%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.chooseWrap .chooseSection .chooseBody .body span.count {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  vertical-align: top;
  color: #ffffff;
  border-radius: 50%;
  -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-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.chooseWrap .chooseSection .chooseBody .body span.count span {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 4em;
  font-weight: 900;
  line-height: 1.1em;
}

.chooseWrap .chooseSection .chooseBody .body span.count._01 {
  background: #343465;
}

.chooseWrap .chooseSection .chooseBody .body span.count._02 {
  background: #573b1e;
}

.chooseWrap .chooseSection .chooseBody .body span.count._03 {
  background: #333;
}

.chooseWrap .chooseSection .chooseBody .body span.text {
  font-size: 18px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 50px;
  letter-spacing: 0.04em;
  -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 only screen and (max-width: 768px) {
  .chooseWrap .chooseSection h2 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .chooseWrap .chooseSection .chooseBodyOuter {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .chooseWrap .chooseSection .chooseBody {
    display: block;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .chooseWrap .chooseSection .chooseBody .body {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .chooseWrap .chooseSection .chooseBody .body {
    width: 100%;
    margin-top: 10%;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .chooseWrap .chooseSection .chooseBody .body:first-child {
    margin-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  .chooseWrap .chooseSection .chooseBody .body {
    width: 40vw;
    min-width: 230px;
  }

  .chooseWrap .chooseSection .chooseBody .body.longlonglong {
    width: 95vw;
    min-width: 230px;
  }
}

@media only screen and (max-width: 768px) {
  .chooseWrap .chooseSection .chooseBody .body div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 768px) {
  .chooseWrap .chooseSection .chooseBody .body span.count {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .chooseWrap .chooseSection .chooseBody .body span.count span {
    font-size: 1.4em;
    line-height: 1.1em;
  }
}

@media only screen and (max-width: 768px) {
  .chooseWrap .chooseSection .chooseBody .body span.text {
    font-size: 16px;
    min-height: auto;
  }

  .chooseWrap .chooseSection .chooseBody .body.longlonglong span.text {
    font-size: 14px;
    min-height: auto;
  }
}

.securityWrap {
  background: #e6e6e6;
}

.securityWrap .securitySection {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.securityWrap .securitySection .securityLogo {
  margin-right: 20px;
}

.securityWrap .securitySection .securityLogo img {
  width: 100%;
  max-width: 149px;
  height: auto;
}

.securityWrap .securitySection .securityText {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.7;
  text-align: left;
  letter-spacing: 0.06em;
  color: #ba0000;
}

@media only screen and (max-width: 480px) {
  .securityWrap .securitySection .securityLogo {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .securityWrap .securitySection .securityText {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 768px) {
  .securityWrap .securitySection .securityText {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 480px) {
  .securityWrap .securitySection .securityText {
    font-size: 4vw;
  }
}

.conceptWrap {
  position: relative;
  margin-bottom: 80px;
}

.conceptWrap .h2 {
  margin-bottom: 80px;
  text-align: center;
}

.conceptWrap .h2 h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  color: #a26a11;
}

.conceptWrap .h2 span {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: block;
  letter-spacing: 0.04em;
}

.conceptWrap .inner {
  position: relative;
}

.conceptWrap .conceptBody {
  position: relative;
}

.conceptWrap .conceptBody .section .bgBlock {
  position: absolute;
  z-index: -1;
  right: 0;
  -webkit-transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1) 0s;
}

.conceptWrap .conceptBody .section .secIn {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.conceptWrap .conceptBody .section .secIn .textIn {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.conceptWrap .conceptBody .section .secIn .textIn .title {
  font-size: calc(45px + -0.25vw);
  font-weight: 550;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 30px;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.conceptWrap .conceptBody .section .secIn .textIn .title .small {
  font-size: 36px;
}

.conceptWrap .conceptBody .section .secIn .textIn .title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 6px;
  content: "";
  background: #bf6e00;
}

.conceptWrap .conceptBody .section .secIn .textIn p {
  margin-bottom: 25px;
  color: #ffffff;
}

.conceptWrap .conceptBody .section .secIn .textIn .link_ {
  font-size: 16px;
  display: block;
  margin-top: 15px;
}

.conceptWrap .conceptBody .section .secIn .img {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.conceptWrap .conceptBody .section._01 {
  position: relative;
}

.conceptWrap .conceptBody .section._01 .bgBlock {
  top: 2%;
  right: 0;
  overflow: hidden;
  width: 0%;
  height: 104%;
  background: #343465;
}

.conceptWrap .conceptBody .section._01 .bgBlock span {
  display: block;
  border-top: 0vw solid transparent;
  border-right: 20vw solid #ffffff;
  border-bottom: 9vw solid transparent;
}

.conceptWrap .conceptBody .section._01 .secIn .textIn {
  width: 55%;
  margin-top: 50px;
  -webkit-transform: translate(0, 30px) scale(1);
  transform: translate(0, 30px) scale(1);
  opacity: 0;
}

.conceptWrap .conceptBody .section._01 .secIn .textIn .in {
  width: 68%;
}

.conceptWrap .conceptBody .section._01 .secIn .img {
  position: relative;
  margin-left: auto;
  -webkit-transform: translate(0, 30px) scale(1);
  transform: translate(0, 30px) scale(1);
  opacity: 0;
}

.conceptWrap .conceptBody .section._01 .secIn .img .in {
  position: absolute;
  top: 0;
  left: 0;
}

.conceptWrap .conceptBody .section._01 .secIn .img .svg {
  position: relative;
  z-index: 3;
  top: 0;
  left: 0;
}

.conceptWrap .conceptBody .section._01 .secIn .img img {
  width: 492px;
}

.conceptWrap .conceptBody .section._01.movePurple.moving .bgBlock {
  width: 95%;
}

.conceptWrap .conceptBody .section._01.movePurple.moving .secIn .textIn,
.conceptWrap .conceptBody .section._01.movePurple.moving .secIn .img {
  -webkit-transition: all 0.8s 0.8s;
  transition: all 0.8s 0.8s;
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  opacity: 1;
}

.conceptWrap .conceptBody .section._02 {
  position: relative;
}

.conceptWrap .conceptBody .section._02 .bgBlock {
  z-index: -1;
  top: -2%;
  left: 0;
  width: 0%;
  height: 110%;
  background: #5d4225;
}

.conceptWrap .conceptBody .section._02 .secIn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 50px 0 0 0;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-direction: row-reverse;
}

.conceptWrap .conceptBody .section._02 .secIn .textIn {
  -webkit-transform: translate(0, 30px) scale(1);
  transform: translate(0, 30px) scale(1);
  text-align: left;
  opacity: 0;
}

.conceptWrap .conceptBody .section._02 .secIn .textIn .in {
  width: 52%;
}

.conceptWrap .conceptBody .section._02 .secIn .img {
  margin-left: auto;
  -webkit-transform: translate(0, 30px) scale(1);
  transform: translate(0, 30px) scale(1);
  opacity: 0;
}

.conceptWrap .conceptBody .section._02 .secIn .img img {
  width: 100%;
  max-width: 552px;
  height: auto;
  opacity: 0;
}

.conceptWrap .conceptBody .section._02.moveBrown.moving .bgBlock {
  width: 62%;
}

.conceptWrap .conceptBody .section._02.moveBrown.moving .secIn .textIn,
.conceptWrap .conceptBody .section._02.moveBrown.moving .secIn .img {
  -webkit-transition: all 0.8s 0.8s;
  transition: all 0.8s 0.8s;
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  opacity: 1;
}

.conceptWrap .conceptBody .section._03 {
  position: relative;
}

.conceptWrap .conceptBody .section._03 .bgBlock {
  z-index: -2;
  top: -12%;
  right: 0;
  overflow: hidden;
  width: 0vw;
  height: 130%;
  background: #333;
}

.conceptWrap .conceptBody .section._03 .bgBlock span {
  display: block;
  border-top: 0vw solid transparent;
  border-right: 20vw solid #ffffff;
  border-bottom: 9vw solid transparent;
}

.conceptWrap .conceptBody .section._03 .secIn {
  padding-top: 100px;
}

.conceptWrap .conceptBody .section._03 .secIn .textIn {
  -webkit-transform: translate(0, 30px) scale(1);
  transform: translate(0, 30px) scale(1);
  text-align: left;
  opacity: 0;
}

.conceptWrap .conceptBody .section._03 .secIn .textIn .in {
  width: 74%;
  width: 68%;
}

.conceptWrap .conceptBody .section._03 .secIn .img {
  margin-left: auto;
  -webkit-transform: translate(0, 30px) scale(1);
  transform: translate(0, 30px) scale(1);
  opacity: 0;
}

.conceptWrap .conceptBody .section._03 .secIn .img img {
  width: 500px;
  max-width: 564px;
  height: auto;
  opacity: 0;
}

.conceptWrap .conceptBody .section._03.moveRed.moving .bgBlock {
  width: 64vw;
}

.conceptWrap .conceptBody .section._03.moveRed.moving .secIn .textIn,
.conceptWrap .conceptBody .section._03.moveRed.moving .secIn .img {
  -webkit-transition: all 0.8s 0.8s;
  transition: all 0.8s 0.8s;
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .conceptWrap {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .h2 {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .h2 h2 {
    font-size: 26px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .h2 span {
    font-size: 13px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section .secIn {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section .secIn {
    display: block;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section .secIn .textIn .title {
    font-size: calc(35px + -0.25vw);
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section .secIn .textIn .title {
    font-size: calc(25px + -0.25vw);
    margin-bottom: 17px;
    padding-bottom: 17px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section .secIn .textIn .title .small {
    font-size: 26px;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section .secIn .textIn .title .small {
    font-size: 16px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section .secIn .textIn .title:before {
    width: 50px;
    height: 6px;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section .secIn .textIn .title:before {
    width: 30px;
    height: 6px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section._01 {
    z-index: 1;
    padding: 0 0 5% 0;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section._01 {
    z-index: 1;
    padding: 0 0 5% 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section._01 .secIn .textIn {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section._01 .secIn .textIn {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section._01 .secIn .textIn {
    width: 55vw;
    margin-left: auto;
  }

  .conceptWrap .conceptBody .section._01 .secIn .textIn .in {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section._01 .secIn .textIn {
    width: 55vw;
    margin-left: auto;
  }

  .conceptWrap .conceptBody .section._01 .secIn .textIn .in {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .conceptWrap .conceptBody .section._01 .secIn .textIn {
    width: 75%;
    margin-left: auto;
  }

  .conceptWrap .conceptBody .section._01 .secIn .textIn .in {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section._01 .secIn .textIn .title {
    font-size: calc(45px + -0.25vw);
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section._01 .secIn .textIn .title {
    font-size: calc(9vw + -0.25vw);
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section._01 .secIn .textIn .title .small {
    font-size: 26px;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section._01 .secIn .textIn .title .small {
    font-size: 4.6vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section._01 .secIn .img .svg {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section._01 .secIn .img .svg {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section._01 .secIn .img img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section._01 .secIn .img img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section._01.movePurple.moving .bgBlock {
    width: 70%;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section._01.movePurple.moving .bgBlock {
    width: 85vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section._01.movePurple.moving .secIn .img {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section._01.movePurple.moving .secIn .img {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section._02 {
    padding: 0 0 5% 0;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section._02 {
    padding: 0 0 5% 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section._02 .secIn .textIn .in .title {
    font-size: calc(36px + -0.25vw);
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section._02 .secIn .textIn .in .title {
    font-size: calc(7.5vw + -0.25vw);
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section._02 .secIn .textIn {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section._02 .secIn .textIn {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section._02 .secIn .textIn {
    margin-left: 15vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section._02 .secIn .textIn {
    width: 55vw;
    margin-right: auto;
  }

  .conceptWrap .conceptBody .section._02 .secIn .textIn .in {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section._02 .secIn .textIn {
    width: 55vw;
    margin-right: auto;
  }

  .conceptWrap .conceptBody .section._02 .secIn .textIn .in {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .conceptWrap .conceptBody .section._02 .secIn .textIn {
    width: 75%;
    margin-right: auto;
  }

  .conceptWrap .conceptBody .section._02 .secIn .textIn .in {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section._02 .secIn .img {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section._02 .secIn .img {
    display: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section._02 .secIn .img img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section._02 .secIn .img img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section._02.moveBrown.moving .bgBlock {
    width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section._02.moveBrown.moving .bgBlock {
    width: 88vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section._03 .bgBlock {
    height: 130%;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section._03 .bgBlock {
    height: 130%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section._03 .secIn {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section._03 .secIn {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section._03 .secIn .textIn .in .title {
    font-size: calc(36px + -0.25vw);
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section._03 .secIn .textIn .in .title {
    font-size: calc(6.5vw + -0.25vw);
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section._03 .secIn .textIn {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section._03 .secIn .textIn {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section._03 .secIn .textIn {
    width: 55vw;
    margin-left: auto;
  }

  .conceptWrap .conceptBody .section._03 .secIn .textIn .in {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section._03 .secIn .textIn {
    width: 55vw;
    margin-left: auto;
  }

  .conceptWrap .conceptBody .section._03 .secIn .textIn .in {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .conceptWrap .conceptBody .section._03 .secIn .textIn {
    width: 75%;
    margin-left: auto;
  }

  .conceptWrap .conceptBody .section._03 .secIn .textIn .in {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section._03 .secIn .img {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section._03 .secIn .img {
    display: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .conceptWrap .conceptBody .section._03.moveRed.moving .bgBlock {
    width: 70%;
  }
}

@media only screen and (max-width: 768px) {
  .conceptWrap .conceptBody .section._03.moveRed.moving .bgBlock {
    width: 85vw;
  }
}

.planWrap {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s 0s;
  transition: all 0.4s 0s;
  background-size: 100%;
}

.roanwrap {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s 0s;
  transition: all 0.4s 0s;
  background-size: 100%;
}

.planWrap .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s 0s;
  transition: all 0.4s 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
  background: url(../img/bg_pickupplan.jpg) no-repeat center center;
  background-size: cover;
}

.bgImg_roan {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s 0s;
  transition: all 0.4s 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
  background: url(../img/bg_roan_course.jpg) no-repeat center center;
  background-size: cover;
}

.planWrap .h2 {
  margin-bottom: 80px;
  text-align: center;
}

.planWrap .h2 h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.planWrap .h2 span {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: block;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.planWrap .carouselWrap .carousel li a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: #ffffff;
}

.planWrap .carouselWrap .carousel li a dl {
  text-align: center;
}

.planWrap .carouselWrap .carousel li a dl dt {
  position: relative;
  height: 148px;
}

.planWrap .carouselWrap .carousel li a dl dt:after {
  position: absolute;
  z-index: 2;
  top: 3px;
  right: 3px;
  width: 0;
  height: 0;
  content: "";
  border-width: 0 15px 15px 0;
  border-style: solid;
}

.planWrap .carouselWrap .carousel li a dl dd {
  min-height: 70px;
  padding: 10px 14px;
  text-align: left;
}

.planWrap .carouselWrap .carousel li a dl dd .roomname {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 7px;
  letter-spacing: 0.04em;
  color: #a26a11;
  border-bottom: 1px solid #dadada;
}

.planWrap .carouselWrap .carousel li.just a dl dt {
  background: #efefef url(../img/icon_plan_just@2x.png) no-repeat 50% 8px;
  background-size: 166px auto;
}

.planWrap .carouselWrap .carousel li.just a dl dt:after {
  border-color: transparent #393939 transparent transparent;
}

.planWrap .carouselWrap .carousel li.acard10 a dl dt {
  background: #f9f4ed url(../img/icon_plan_acard10@2x.png) no-repeat 50% 20px;
  background-size: 148px auto;
}

.planWrap .carouselWrap .carousel li.acard10 a dl dt:after {
  border-color: transparent #ff0000 transparent transparent;
}

.planWrap .carouselWrap .carousel li.acard20 a dl dt {
  background: #f9f4ed url(../img/icon_plan_acard20@2x.png) no-repeat 50% 20px;
  background-size: 148px auto;
}

.planWrap .carouselWrap .carousel li.acard20 a dl dt:after {
  border-color: transparent #ff0000 transparent transparent;
}

.planWrap .carouselWrap .carousel li.acard30 a dl dt {
  background: #f9f4ed url(../img/icon_plan_acard30@2x.png) no-repeat 50% 20px;
  background-size: 148px auto;
}

.planWrap .carouselWrap .carousel li.acard30 a dl dt:after {
  border-color: transparent #ff0000 transparent transparent;
}

.planWrap .carouselWrap .carousel li.quo1000 a dl dt {
  background: #ecf2f5 url(../img/icon_plan_quo1000@2x.png) no-repeat 50% 15px;
  background-size: 145px auto;
}

.planWrap .carouselWrap .carousel li.quo1000 a dl dt:after {
  border-color: transparent #4468a0 transparent transparent;
}

.planWrap .carouselWrap .carousel li.quo2000 a dl dt {
  background: #ecf2f5 url(../img/icon_plan_quo2000@2x.png) no-repeat 50% 15px;
  background-size: 145px auto;
}

.planWrap .carouselWrap .carousel li.quo2000 a dl dt:after {
  border-color: transparent #4468a0 transparent transparent;
}

.planWrap .carouselWrap .carousel li.quo3000 a dl dt {
  background: #ecf2f5 url(../img/icon_plan_quo3000@2x.png) no-repeat 50% 15px;
  background-size: 145px auto;
}

.planWrap .carouselWrap .carousel li.quo3000 a dl dt:after {
  border-color: transparent #4468a0 transparent transparent;
}

.planWrap .carouselWrap .carousel li.gift1000 a dl dt {
  background: #f2edf9 url(../img/icon_plan_gift1000@2x.png) no-repeat 50% 15px;
  background-size: 145px auto;
}

.planWrap .carouselWrap .carousel li.gift1000 a dl dt:after {
  border-color: transparent #845888 transparent transparent;
}

.planWrap .carouselWrap .carousel li.gift2000 a dl dt {
  background: #f2edf9 url(../img/icon_plan_gift2000@2x.png) no-repeat 50% 15px;
  background-size: 145px auto;
}

.planWrap .carouselWrap .carousel li.gift2000 a dl dt:after {
  border-color: transparent #845888 transparent transparent;
}

.planWrap .carouselWrap .carousel li.calender a dl dt {
  background: #dbe1e4 url(../img/icon_plan_prearrival@2x.png) no-repeat 50% 30px;
  background-size: 85px auto;
}

.planWrap .carouselWrap .carousel li.calender a dl dt:after {
  border-color: transparent #4466a0 transparent transparent;
}

.planWrap .carouselWrap .carousel li.clock a dl dt {
  background: #d9ded7 url(../img/icon_plan_limited@2x.png) no-repeat 50% 30px;
  background-size: 68px auto;
}

.planWrap .carouselWrap .carousel li.clock a dl dt:after {
  border-color: transparent #306a33 transparent transparent;
}

.planWrap .carouselWrap .carousel li.quocard a dl dt {
  background: #e6e0d9 url(../img/icon_plan_quocard@2x.png) no-repeat 50% 40px;
  background-size: 103px auto;
}

.planWrap .carouselWrap .carousel li.quocard a dl dt:after {
  border-color: transparent #c69951 transparent transparent;
}

.planWrap .carouselWrap .carousel li.wine a dl dt {
  background: #dfd3cf url(../img/icon_plan_couple@2x.png) no-repeat 50% 35px;
  background-size: 99px auto;
}

.planWrap .carouselWrap .carousel li.wine a dl dt:after {
  border-color: transparent #8d1010 transparent transparent;
}

.planWrap .carouselWrap .carousel li.onsen a dl dt {
  background: #edf9f1 url(../img/icon_plan_onsen@2x.png) no-repeat 50% 24px;
  background-size: 117px auto;
}

.planWrap .carouselWrap .carousel li.onsen a dl dt:after {
  border-color: transparent #01800b transparent transparent;
}

.planWrap .carouselWrap .carousel li.ramen a dl dt {
  background: #f5f3ec url(../img/icon_plan_ramen@2x.png) no-repeat 50% 22px;
  background-size: 105px auto;
}

.planWrap .carouselWrap .carousel li.ramen a dl dt:after {
  border-color: transparent #a06444 transparent transparent;
}

.planWrap .carouselWrap .carousel li.shoes a dl dt {
  background: #d5d5d5 url(../img/icon_plan_shoes@2x.png) no-repeat 50% 26px;
  background-size: 77px auto;
}

.planWrap .carouselWrap .carousel li.shoes a dl dt:after {
  border-color: transparent #656565 transparent transparent;
}

.planWrap .carouselWrap .carousel li.single a dl dt {
  background: #d5d5d5 url(../img/slide_top_single.jpg) no-repeat center center;
  background-size: cover;
}

.planWrap .carouselWrap .carousel li.single a dl dt:after {
  border-color: transparent #000000 transparent transparent;
}

.planWrap .carouselWrap .carousel li.semidouble a dl dt {
  background: #d5d5d5 url(../img/slide_top_semidouble.jpg) no-repeat center center;
  background-size: cover;
}

.planWrap .carouselWrap .carousel li.semidouble a dl dt:after {
  border-color: transparent #000000 transparent transparent;
}

.planWrap .carouselWrap .carousel li.double a dl dt {
  background: #d5d5d5 url(../img/slide_top_double.jpg) no-repeat center center;
  background-size: cover;
}

.planWrap .carouselWrap .carousel li.double a dl dt:after {
  border-color: transparent #000000 transparent transparent;
}

.planWrap .carouselWrap .carousel li.economytwin a dl dt {
  background: #d5d5d5 url(../img/slide_top_economytwin.jpg) no-repeat center center;
  background-size: cover;
}

.planWrap .carouselWrap .carousel li.economytwin a dl dt:after {
  border-color: transparent #000000 transparent transparent;
}

.planWrap .carouselWrap .carousel li.standardtwin a dl dt {
  background: #d5d5d5 url(../img/slide_top_standardtwin.jpg) no-repeat center center;
  background-size: cover;
}

.planWrap .carouselWrap .carousel li.standardtwin a dl dt:after {
  border-color: transparent #000000 transparent transparent;
}

.planWrap .carouselWrap .carousel li.deluxetwin a dl dt {
  background: #d5d5d5 url(../img/slide_top_deluxetwin.jpg) no-repeat center center;
  background-size: cover;
}

.planWrap .carouselWrap .carousel li.deluxetwin a dl dt:after {
  border-color: transparent #000000 transparent transparent;
}

.planWrap .carouselWrap .carousel li.triple a dl dt {
  background: #d5d5d5 url(../img/slide_top_triple.jpg) no-repeat center center;
  background-size: cover;
}

.planWrap .carouselWrap .carousel li.triple a dl dt:after {
  border-color: transparent #000000 transparent transparent;
}

.planWrap .carouselWrap .carousel .slick-slider {
  overflow: inherit;
}

.planWrap .carouselWrap .carousel .slick-prev {
  left: -37px;
  width: 28px;
  height: 93px;
  background: url(../img/btn_slide_before.png) no-repeat center center;
}

.planWrap .carouselWrap .carousel .slick-prev.slick-disabled {
  opacity: 0.3;
}

.planWrap .carouselWrap .carousel .slick-next {
  right: -35px;
  width: 28px;
  height: 93px;
  background: url(../img/btn_slide_next.png) no-repeat center center;
}

.planWrap .carouselWrap .carousel .slick-next.slick-disabled {
  opacity: 0.3;
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .planWrap ._00 {
    width: 82%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap ._00 {
    width: 78%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap .h2 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap .h2 h2 {
    font-size: 26px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap .h2 span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap .carouselWrap .carousel li a {
    font-size: 13px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap .carouselWrap .carousel li a dl dt {
    height: 110px;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap .carouselWrap .carousel li.just a dl dt {
    background: #efefef url(../img/icon_plan_just@2x.png) no-repeat 50% 12px;
    background-size: 105px auto;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap .carouselWrap .carousel li.acard10 a dl dt {
    background: #f9f4ed url(../img/icon_plan_acard10@2x.png) no-repeat 50% 15px;
    background-size: 100px auto;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap .carouselWrap .carousel li.acard20 a dl dt {
    background: #f9f4ed url(../img/icon_plan_acard20@2x.png) no-repeat 50% 15px;
    background-size: 100px auto;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap .carouselWrap .carousel li.acard30 a dl dt {
    background: #f9f4ed url(../img/icon_plan_acard30@2x.png) no-repeat 50% 15px;
    background-size: 100px auto;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap .carouselWrap .carousel li.quo1000 a dl dt {
    background-size: 105px auto;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap .carouselWrap .carousel li.quo2000 a dl dt {
    background-size: 105px auto;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap .carouselWrap .carousel li.quo3000 a dl dt {
    background-size: 105px auto;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap .carouselWrap .carousel li.gift1000 a dl dt {
    background-size: 100px auto;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap .carouselWrap .carousel li.gift2000 a dl dt {
    background-size: 100px auto;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap .carouselWrap .carousel li.calender a dl dt {
    background: #dbe1e4 url(../img/icon_plan_prearrival@2x.png) no-repeat 50% 24px;
    background-size: 65px auto;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap .carouselWrap .carousel li.wine a dl dt {
    background: #dfd3cf url(../img/icon_plan_couple@2x.png) no-repeat 50% 25px;
    background-size: 80px auto;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap .carouselWrap .carousel li.onsen a dl dt {
    background-size: 75px auto;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap .carouselWrap .carousel li.ramen a dl dt {
    background-size: 65px auto;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap .carouselWrap .carousel li.shoes a dl dt {
    background: #d5d5d5 url(../img/icon_plan_shoes@2x.png) no-repeat 50% 20px;
    background-size: 60px auto;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap .carouselWrap .carousel li.single a dl dt {
    background: #d5d5d5 url(../img/slide_top_single.jpg) no-repeat center center;
    background-size: cover;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap .carouselWrap .carousel li.semidouble a dl dt {
    background: #d5d5d5 url(../img/slide_top_semidouble.jpg) no-repeat center center;
    background-size: cover;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap .carouselWrap .carousel li.double a dl dt {
    background: #d5d5d5 url(../img/slide_top_double.jpg) no-repeat center center;
    background-size: cover;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap .carouselWrap .carousel li.economytwin a dl dt {
    background: #d5d5d5 url(../img/slide_top_economytwin.jpg) no-repeat center center;
    background-size: cover;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap .carouselWrap .carousel li.standardtwin a dl dt {
    background: #d5d5d5 url(../img/slide_top_standardtwin.jpg) no-repeat center center;
    background-size: cover;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap .carouselWrap .carousel li.deluxetwin a dl dt {
    background: #d5d5d5 url(../img/slide_top_deluxetwin.jpg) no-repeat center center;
    background-size: cover;
  }
}

@media only screen and (max-width: 768px) {
  .planWrap .carouselWrap .carousel li.triple a dl dt {
    background: #d5d5d5 url(../img/slide_top_triple.jpg) no-repeat center center;
    background-size: cover;
  }
}

.roomtypeWrap {
  background: #ffffff;
}

.roomtypeWrap .h2 {
  margin-bottom: 80px;
  text-align: center;
}

.roomtypeWrap .h2 h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  color: #a26a11;
}

.roomtypeWrap .h2 span {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: block;
  letter-spacing: 0.04em;
  color: #333333;
}

.roomtypeWrap .roomWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.roomtypeWrap .roomWrap a {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.roomtypeWrap .roomWrap a span {
  display: block;
}

.roomtypeWrap .roomWrap a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(0, 0, 0, 0.5);
}

.roomtypeWrap .roomWrap a:hover:before {
  opacity: 0.2;
}

.roomtypeWrap .roomWrap .roomLeft {
  width: 49.5%;
  margin-right: 0.5%;
}

.roomtypeWrap .roomWrap .roomLeft a {
  height: 100%;
  background: url(../img/img_roomtype01@2x.jpg) no-repeat center center;
  background-size: 100% auto;
}

.roomtypeWrap .roomWrap .roomLeft img {
  width: 100%;
}

.roomtypeWrap .roomWrap .roomRight {
  width: 49.5%;
  margin-left: 0.5%;
}

.roomtypeWrap .roomWrap .roomRight ul {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.roomtypeWrap .roomWrap .roomRight ul li {
  width: 49%;
}

.roomtypeWrap .roomWrap .roomRight ul li:nth-child(odd) {
  margin-right: 1%;
}

.roomtypeWrap .roomWrap .roomRight ul li:nth-child(even) {
  margin-left: 1%;
}

.roomtypeWrap .roomWrap .roomRight ul li:nth-child(1),
.roomtypeWrap .roomWrap .roomRight ul li:nth-child(2) {
  margin-bottom: 2%;
}

.roomtypeWrap .roomWrap .roomRight ul li a {
  position: relative;
  height: 153px;
}

.roomtypeWrap .roomWrap .roomRight ul li img {
  width: 100%;
}

.roomtypeWrap .roomWrap .roomRight ul li.economy a {
  background: url(../img/img_roomtype02@2x.jpg) no-repeat center center;
  background-size: 100% auto;
}

.roomtypeWrap .roomWrap .roomRight ul li.standard a {
  background: url(../img/img_roomtype03@2x.jpg) no-repeat center center;
  background-size: 100% auto;
}

.roomtypeWrap .roomWrap .roomRight ul li.double a {
  background: url(../img/img_roomtype04@2x.jpg) no-repeat center center;
  background-size: 100% auto;
}

.roomtypeWrap .roomWrap .roomRight ul li.delux a {
  background: url(../img/img_roomtype05@2x.jpg) no-repeat center center;
  background-size: 100% auto;
}

@media only screen and (max-width: 768px) {
  .roomtypeWrap .h2 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .roomtypeWrap .h2 h2 {
    font-size: 26px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .roomtypeWrap .h2 span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .roomtypeWrap .roomWrap {
    display: block;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .roomtypeWrap .roomWrap .roomLeft {
    width: 100%;
    margin-right: 0%;
  }
}

@media only screen and (max-width: 768px) {
  .roomtypeWrap .roomWrap .roomLeft a {
    background-size: cover;
  }

  .roomtypeWrap .roomWrap .roomLeft a:after {
    display: block;
    padding-top: 62.5%;
    content: "";
  }
}

@media only screen and (max-width: 768px) {
  .roomtypeWrap .roomWrap .roomRight {
    width: 100%;
    margin-left: 0%;
  }
}

@media only screen and (max-width: 768px) {
  .roomtypeWrap .roomWrap .roomRight ul li {
    margin-top: 2%;
  }

  .roomtypeWrap .roomWrap .roomRight ul li:nth-child(odd) {
    margin-right: 1%;
  }

  .roomtypeWrap .roomWrap .roomRight ul li:nth-child(even) {
    margin-left: 1%;
  }

  .roomtypeWrap .roomWrap .roomRight ul li:nth-child(1),
  .roomtypeWrap .roomWrap .roomRight ul li:nth-child(2) {
    margin-bottom: 0%;
  }
}

@media only screen and (max-width: 768px) {
  .roomtypeWrap .roomWrap .roomRight ul li a {
    height: 100%;
  }

  .roomtypeWrap .roomWrap .roomRight ul li a:after {
    display: block;
    padding-top: 82.5%;
    content: "";
  }
}

@media only screen and (max-width: 768px) {
  .roomtypeWrap .roomWrap .roomRight ul li.economy a {
    background-size: cover;
  }
}

@media only screen and (max-width: 768px) {
  .roomtypeWrap .roomWrap .roomRight ul li.standard a {
    background-size: cover;
  }
}

@media only screen and (max-width: 768px) {
  .roomtypeWrap .roomWrap .roomRight ul li.double a {
    background-size: cover;
  }
}

@media only screen and (max-width: 768px) {
  .roomtypeWrap .roomWrap .roomRight ul li.delux a {
    background-size: cover;
  }
}

.googleMapWrap {
  padding: 100px 0;
}

.googleMapWrap .googlemap {
  margin-bottom: 40px;
  text-align: center;
}

.googleMapWrap .googlemap iframe {
  margin: 0 auto;
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .googleMapWrap {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 768px) {
  .googleMapWrap {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 768px) {
  .googleMapWrap .googlemap #map-canvas {
    height: 250px !important;
  }
}

.googleMapWrap02 {
  padding: 100px 0;
}

.googleMapWrap02 .newMapTop {
  margin-bottom: 100px;
  text-align: center;
}

.googleMapWrap02 .newMapTop .ttile {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  font-size: 36px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #a26a11;
}

.googleMapWrap02 .newMapTop .ttile ._01,
.googleMapWrap02 .newMapTop .ttile ._03 {
  font-size: 36px;
  color: #a26a11;
}

.googleMapWrap02 .newMapTop .ttile ._02 {
  font-size: 36px;
  padding: 0 5px;
  color: #000000;
}

.googleMapWrap02 .newMapTop p {
  margin-bottom: 50px;
  text-align: center;
}

.googleMapWrap02 .btnWrapScall {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.googleMapWrap02 .btnWrapScall div {
  margin: 0 10px;
}

.googleMapWrap02 .mymapWrap iframe {
  width: 100%;
  height: 580px;
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .googleMapWrap02 {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 768px) {
  .googleMapWrap02 {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 768px) {
  .googleMapWrap02 .newMapTop {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .googleMapWrap02 .newMapTop .ttile ._01,
  .googleMapWrap02 .newMapTop .ttile ._03 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 768px) {
  .googleMapWrap02 .newMapTop .ttile ._02 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 768px) {
  .googleMapWrap02 .newMapTop p {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  .googleMapWrap02 .btnWrapScall {
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 768px) {
  .googleMapWrap02 .btnWrapScall div {
    width: 48%;
    margin: 0 0px;
  }

  .googleMapWrap02 .btnWrapScall div a {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .googleMapWrap02 .mymapWrap iframe {
    width: 100%;
    height: 380px;
  }
}

.flexNews {
  margin-bottom: 70px;
}

.flexNews .in {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexNews .in .img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 145px;
  height: 100%;
  margin-right: 15px;
}

.flexNews .in .img:after {
  display: block;
  padding-top: 72.5%;
  content: "";
}

.flexNews .in .img span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.flexNews .in .img.topimg span {
  background: url(../img/img_news_shimonzu@2x.jpg) no-repeat center center;
  background-size: cover;
}

.flexNews .in .img.lodgingimg {
  width: 240px;
  margin-right: 20px;
}

.flexNews .in .img.lodgingimg span {
  background: url(../img/img_lodging_floor@2x.jpg) no-repeat center center;
  background-size: cover;
}

.flexNews .in .textBox {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.8em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

.flexNews .in .textBox span {
  margin-left: -8px;
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .flexNews {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .flexNews {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .flexNews .in .img.lodgingimg {
    width: 180px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .flexNews .in .textBox {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .flexNews .in .textBox {
    font-size: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .flexNews .in .textBox {
    font-size: calc(14px + -0.25vw);
    line-height: 1.6em;
  }
}

@media only screen and (max-width: 768px) {
  .flexNews .in .textBox span {
    margin-left: 0px;
  }
}

.breakfastTop a {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  margin: 0 auto;
  background: url(../img/top_breakfast_img@2x.jpg) no-repeat center center;
  background-size: 100% auto;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breakfastTop a .in {
  width: 100%;
  padding: 40px 50px;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  text-align: center;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
}

.breakfastTop a span.inText {
  font-size: 17px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  min-width: 200px;
  padding: 40px 60px;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  text-align: center;
  color: #000000;
  border: 3px solid #ffffff;
  background: rgba(255, 255, 255, 0.8);
}

.breakfastTop a span.inText:after {
  position: absolute;
  z-index: 2;
  top: 4px;
  right: 4px;
  width: 0;
  height: 0;
  content: "";
  border-width: 0 12px 12px 0;
  border-style: solid;
  border-color: transparent #a26a11 transparent transparent;
}

.breakfastTop a:hover .in {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .breakfastTop a {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .breakfastTop a .in {
    padding: 20px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .breakfastTop a span.inText {
    font-size: 13px;
    min-width: 95%;
    padding: 10px 10px;
    border: 2px solid #ffffff;
  }
}

.imgBg {
  font-size: 18px;
  font-weight: 600;
  padding: 2vw 0 6vw 0;
  text-align: center;
  color: #a26a11;
  background-attachment: fixed;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .imgBg {
    font-size: 12px;
    line-height: 1.8;
    padding: 2vw 0 10vw 0;
    background-attachment: inherit;
  }
}

.bestrate {
  position: fixed;
  z-index: 20;
  right: 50px;
  bottom: 140px;
  width: 93px;
  height: 99px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: translate(0, 20px) scale(1);
  transform: translate(0, 20px) scale(1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  opacity: 0;
}

.bestrate a {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
}

.bestrate a:hover {
  opacity: 0.7;
}

.bestrate img {
  width: 93px;
}

.bestrate.moving {
  position: fixed;
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  opacity: 1;
}

#topback {
  position: relative;
  z-index: 20;
  right: 0px;
  bottom: 0px;
}

#topback .inner {
  position: relative;
  text-align: right;
}

#topback a {
  display: inline-block;
  width: 40px;
  height: 61px;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-indent: -9999px;
  opacity: 1;
  background: url(../img/btn_pagetop.png);
}

#topback a:hover {
  opacity: 0.7;
}

footer {
  padding: 100px 0 30px;
  background: #000000;
}

footer .footerBottomMenu {
  margin-bottom: 50px;
}

footer .footerBottomMenu .inFooter {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .footerBottomMenu .inFooter .flexWrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100px;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
}

footer .footerBottomMenu .inFooter .flexWrap ul.f_01 {
  padding: 0 50px 0 0;
}

footer .footerBottomMenu .inFooter .flexWrap ul li {
  font-size: 12px;
  font-weight: 550;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #a26a11;
}

footer .footerBottomMenu .inFooter .flexWrap ul li a {
  font-size: 13px;
  font-weight: 550;
  color: #ffffff;
}

footer .footerBottomMenu .inFooter .flexWrap ul li a:hover {
  text-decoration: underline;
}

footer .footerBottomMenu .inFooter .leftLogo {
  margin-bottom: 0;
  margin-left: auto;
  -webkit-flex-basis: 500px;
  -ms-flex-preferred-size: 500px;
  flex-basis: 500px;
}

footer .footerBottomMenu .inFooter .leftLogo dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footerBottomMenu .inFooter .leftLogo dl dt {
  font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 26px;
  font-weight: bold;
  margin-right: 15px;
  letter-spacing: 0.04em;
}

footer .footerBottomMenu .inFooter .leftLogo dl dd {
  font-size: 14px;
  font-weight: 500;
}

footer .footerBottomMenu .inFooter .leftLogo a {
  display: block;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
}

footer .footerBottomMenu .inFooter .leftLogo a:hover {
  opacity: 0.7;
}

footer .footerBottomMenu .inFooter .leftLogo a img {
  width: 100%;
  max-width: 335px;
  height: auto;
}

footer .footerBottomMenu .inFooter .leftLogo p.address {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

footer .footerBottomMenu .inFooter .rightBanner a {
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
}

footer .footerBottomMenu .inFooter .rightBanner a:hover {
  opacity: 0.7;
}

footer .footerBottomMenu .inFooter .rightBanner a img {
  width: 80px;
  height: auto;
}

footer .copy {
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  footer {
    padding: 70px 0 30px;
  }
}

@media only screen and (max-width: 768px) {
  footer {
    padding: 40px 0 60px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  footer .footerBottomMenu {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  footer .footerBottomMenu {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  footer .footerBottomMenu .inFooter .flexWrap ul.f_01 {
    padding: 0 20px 0 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  footer .footerBottomMenu .inFooter .leftLogo {
    -webkit-flex-basis: 410px;
    -ms-flex-preferred-size: 410px;
    flex-basis: 410px;
  }
}

@media only screen and (max-width: 768px) {
  footer .footerBottomMenu .inFooter .leftLogo {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  footer .footerBottomMenu .inFooter .leftLogo dl {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  footer .footerBottomMenu .inFooter .leftLogo dl dt {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  footer .footerBottomMenu .inFooter .leftLogo dl dd {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  footer .footerBottomMenu .inFooter .leftLogo a img {
    max-width: 220px;
  }
}

@media only screen and (max-width: 768px) {
  footer .footerBottomMenu .inFooter .leftLogo p.address {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  footer .footerBottomMenu .inFooter .rightBanner a img {
    width: 100%;
    max-width: 160px;
    height: auto;
  }
}

svg {
  width: 492px;
  height: 492px;
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  svg {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  svg {
    width: 100%;
    height: auto;
  }
}

.st0 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 12;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 80%;
  }

  .sp,
  br.s {
    display: none !important;
  }

  .text18 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.95;
    letter-spacing: 0.04em;
  }

  .text16 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.95;
    letter-spacing: 0.04em;
  }

  .text14 {
    font-size: 14px;
    line-height: 1.65;
    letter-spacing: 0.02em;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 75%;
  }

  body {
    font-size: 0.9rem;
  }

  html,
  body {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
  }

  .pc,
  br.p {
    display: none !important;
  }

  .text18 {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.95;
    letter-spacing: 0.04em;
  }

  .text14 {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.65;
  }
}

@media screen and (max-width: 768px) {
  #spNavigation .head {
    position: fixed;
    z-index: 998;
    bottom: 0;
    display: table;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 100%, 0);
    border-top: 1px solid #a26a11;
    background: rgba(255, 255, 255, 0.85);
  }

  #spNavigation .head.scrollActive {
    -webkit-transform: translate3d(0%, 0px, 0);
    transform: translate3d(0%, 0px, 0);
  }

  #spNavigation .head .cell {
    display: table-cell;
    width: 25%;
    height: 60px;
    text-align: center;
    vertical-align: middle;
  }

  #spNavigation .head .cell .menu {
    margin-bottom: 7px;
  }

  #spNavigation .head .cell._01 .subIcon {
    margin: 0 0 6px 0;
  }

  #spNavigation .head .cell._01 img {
    width: 26px;
    height: auto;
  }

  #spNavigation .head .cell._02 {
    border-right: 1px solid #a26a11;
  }

  #spNavigation .head .cell._02 .subIcon {
    margin: 0 0 3px 0;
  }

  #spNavigation .head .cell._02 img {
    width: 22px;
    height: auto;
  }

  #spNavigation .head .cell._03 {
    border-right: 1px solid #a26a11;
  }

  #spNavigation .head .cell._03 .subIcon {
    margin: 0 0 6px 0;
  }

  #spNavigation .head .cell._03 img {
    width: 25px;
    height: auto;
  }

  #spNavigation .head .cell._04 .subIcon {
    margin: 0 0 6px 0;
  }

  #spNavigation .head .cell._04 img {
    width: 26px;
    height: auto;
  }

  #spNavigation .head .cell a {
    display: block;
    padding: 4px 0;
    color: #a26a11;
  }

  #spNavigation .head .cell a .subIcon {
    display: inline-block;
    padding: 0 3px;
  }

  #spNavigation .head .cell a .subList_text {
    font-size: 11px;
    font-weight: bold;
    display: block;
    margin-right: -1px;
    letter-spacing: -0.06em;
  }

  .menu-trigger .subList_text {
    color: #ffffff;
  }

  #spNavigation .head .cell a .subList_text:after {
    font-size: 0;
    width: 0;
    margin-right: 1px;
    content: ".";
    color: transparent;
  }

  #spNavigation .head .nav_btn {
    position: relative;
    display: table-cell;
    background: #a26a11;
  }

  #spNavigation .head .nav_btn .menuBtn {
    position: relative;
    top: 0px;
    right: 0px;
    padding: 2px 0px 0px 0;
  }

  #spNavigation .head .nav_btn .menuBtn a.menu-trigger {
    vertical-align: middle;
  }

  #spNavigation .head .nav_btn .menu-trigger {
    position: relative;
    display: inline-block;
  }

  #spNavigation .head .nav_btn .menu-trigger div.menu {
    position: relative;
  }

  #spNavigation .head .nav_btn .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
  }

  #spNavigation .head .nav_btn .menu-trigger span:nth-of-type(1) {
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  #spNavigation .head .nav_btn .menu-trigger span:nth-of-type(2) {
    top: 9px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  #spNavigation .head .nav_btn .menu-trigger span:nth-of-type(3) {
    bottom: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .menuOpen #spNavigation .head .nav_btn .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }

  .menuOpen #spNavigation .head .nav_btn .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }

  .menuOpen #spNavigation .head .nav_btn .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

  #navInner {
    position: fixed;
    z-index: 997;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
    transition: all 0.4s cubic-bezier(1, 0, 0, 1);
    -webkit-transform: translate3d(-100%, 0px, 0);
    transform: translate3d(-100%, 0px, 0);
    background: #a26a11;
  }

  .menuOpen #navInner {
    -webkit-transform: translate3d(0%, 0px, 0) !important;
    transform: translate3d(0%, 0px, 0) !important;
  }

  #navInner .navIn {
    position: relative;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    background: #a26a11;
  }

  #navInner .navIn li {
    text-align: left;
  }

  #navInner .navIn ul li div.sub_btn {
    font-size: 14px;
    position: relative;
    padding: 14px 20px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }

  #navInner .navIn ul li div.sub_btn::before,
  #navInner .navIn ul li div.sub_btn::after {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    content: "";
    -webkit-transform: rotate(45deg) translate3d(0px, -4px, 0);
    transform: rotate(45deg) translate3d(0px, -4px, 0);
    border: 1.6px solid transparent;
    border-color: #ffffff;
    border-top: none;
    border-left: none;
  }

  #navInner .navIn ul li div.sub_btn.open::before,
  #navInner .navIn ul li div.sub_btn.open::after {
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    content: "";
    -webkit-transform: rotate(-135deg) translate3d(0px, -4px, 0);
    transform: rotate(-135deg) translate3d(0px, -4px, 0);
    border: 1.6px solid transparent;
    border-color: #ffffff;
    border-top: none;
    border-left: none;
  }

  #navInner .navIn ul li ul.sub_item {
    display: none;
    text-align: left;
    background: #8c5b0c;
  }

  #navInner .navIn ul li ul.sub_item a {
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }

  #navInner .navIn ul.m_menu li a,
  #navInner .navIn ul.s_menu li a {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 14px 20px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }

  #navInner .navIn li.nextOpen {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 14px 20px;
    color: #607db7;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }

  #handy-widget {
    margin-top: -110px !important;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop .imgBg,
  .selector .imgBg {
    background-attachment: inherit;
  }
}

@media all and (-ms-high-contrast: none) {
  .imgBg {
    background-attachment: inherit;
  }
}

@media only screen and (max-width: 768px) {
  #calid3 {
    right: 20px;
  }
}

.entry-footer {
  display: none;
}

#handy-widget {
  z-index: 998 !important;
}

#handy-widget-overlay {
  z-index: 997 !important;
}

@media only screen and (max-width: 768px) {
  .imgBGA {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.8;
    padding: 10vw 0;
    text-align: center;
    color: #ffffff;
  }

  .imgBGA:before {
    position: fixed;
    z-index: -1;
    top: 20vh;
    left: 0;
    display: block;
    width: 100%;
    height: 60vh;
    content: "";
    background: url(../img/img_bg01@2x.jpg) center no-repeat;
    background-size: cover;
  }
}

.lineBannarWrap {
  position: relative;
  padding: 0px 0 60px 0;
  text-align: center;
  background: #ffffff;
}

.lineBannarWrap a.normalLink {
  display: block;
}

.lineBannarWrap img {
  width: 750px;
}

@media only screen and (max-width: 768px) {
  .lineBannarWrap {
    padding: 0px 0 30px 0;
  }

  .lineBannarWrap .normalLink {
    position: relative;
    z-index: 1;
  }

  .lineBannarWrap a.fixLink {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .lineBannarWrap img {
    width: 100%;
    height: auto;
  }
}

.hoverImg {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
}

.hoverImg:hover {
  opacity: 0.7;
}

.spLineBtn {
  position: fixed;
  z-index: 10;
  right: 15px;
  bottom: 75px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: translate(0, 20px) scale(1);
  transform: translate(0, 20px) scale(1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  opacity: 0;
}

.spLineBtn a {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
}

.spLineBtn a:hover {
  opacity: 0.7;
}

.spLineBtn img {
  width: 85px;
  height: auto;
}

.spLineBtn.moving {
  position: fixed;
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  opacity: 1;
}

.bestrate {
  position: fixed;
  z-index: 20;
  right: 50px;
  bottom: 140px;
  width: 93px;
  height: 99px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: translate(0, 20px) scale(1);
  transform: translate(0, 20px) scale(1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  opacity: 0;
}

.bestrate a {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
}

.bestrate a:hover {
  opacity: 0.7;
}

.bestrate img {
  width: 93px;
}

.bestrate.moving {
  position: fixed;
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  opacity: 1;
}

.smartLink {
  padding: 60px 0;
  text-align: center;
  background: #ffffff;
}

.smartLink a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

.smartLink a ._off {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.smartLink a ._on {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.smartLink a:hover {
  opacity: 1;
}

.smartLink a:hover ._off {
  opacity: 0;
}

.smartLink video {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .smartLink {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 768px) {
  .smartLink .in {
    width: 91%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .smartLink a img {
    width: 100%;
    height: auto;
  }
}

.lightbox_area {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  text-align: left;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox_area video {
  display: block;
  width: auto;
  max-width: 886px;
  height: 80vh;
}

.lightbox_area .modalWrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox_area .modalWrap .flexWrap {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lightbox_area .modalWrap .imgWrap {
  position: relative;
  z-index: 1;
  width: 34rem;
}

.lightbox_area .modalWrap .textWrap {
  max-width: calc(100vw - 45rem);
  padding-left: 6rem;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100px;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
}

.lightbox_area .modalWrap .textWrap .textBox .title {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6rem;
  margin-top: 6rem;
  margin-bottom: 6rem;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox_area .modalWrap .textWrap .textBox .title:after {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  height: 12rem;
  content: "";
  background-color: rgba(112, 112, 112, 0.15);
}

.lightbox_area .modalWrap .textWrap .textBox .title .labelName {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.lightbox_area .modalWrap .textWrap .textBox .title dl {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.lightbox_area .modalWrap .textWrap .textBox .title dl dt {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.2;
  margin-right: 1.5rem;
}

.lightbox_area .modalWrap .textWrap .textBox .title dl dd {
  font-family: "Courier New";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  color: #707070;
}

.lightbox_area .modalWrap .textWrap .textBox .qaWrap ul li {
  margin-bottom: 3rem;
}

.lightbox_area .modalWrap .textWrap .textBox .qaWrap ul li dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000000;
}

.lightbox_area .modalWrap .textWrap .textBox .qaWrap ul li dl dd {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 2rem;
}

.lightbox_area .spTlt {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6rem;
  margin-top: 6rem;
  margin-bottom: 6rem;
  text-align: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox_area .spTlt:after {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  height: 12rem;
  content: "";
  background-color: rgba(112, 112, 112, 0.15);
}

.lightbox_area .spTlt .labelName {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.lightbox_area .spTlt dl {
  display: block;
}

.lightbox_area .spTlt dl dt {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.2;
}

.lightbox_area .spTlt dl dd {
  font-family: "Courier New";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  color: #707070;
}

@media only screen and (max-width: 768px) {
  .lightbox_area {
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .lightbox_area .modalWrap {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .lightbox_area .modalWrap .flexWrap {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .lightbox_area .modalWrap .imgWrap {
    width: 100%;
    max-width: 80%;
    margin: 0 auto 20px;
  }
}

@media only screen and (max-width: 768px) {
  .lightbox_area .modalWrap .textWrap {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    padding-left: 0rem;
  }
}

@media only screen and (max-width: 768px) {
  .lightbox_area .modalWrap .textWrap .textBox .title dl {
    display: block;
  }
}

#cboxContent {
  position: initial;
}

#cboxClose {
  -webkit-transition: all 0.4s 0.8s;
  transition: all 0.4s 0.8s;
  opacity: 0;
}

#cboxClose:before {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  -webkit-transition: all 0.4s 0.3s;
  transition: all 0.4s 0.3s;
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  background-color: #ffffff;
}

#cboxClose:after {
  position: absolute;
  bottom: 19px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  -webkit-transition: all 0.4s 0.3s;
  transition: all 0.4s 0.3s;
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
  background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
  #cboxClose:before {
    top: 8px;
  }
}

@media only screen and (max-width: 768px) {
  #cboxClose:after {
    bottom: 12px;
  }
}

.none {
  display: none;
}

#cboxOverlay {
  opacity: 0.8 !important;
  background: #000000 !important;
}

.text0124 {
  font-size: 14px;
  margin: 20px 0 0 0;
}

.ecoWrap {
  margin-top: 60px;
  margin-bottom: 70px;
  padding-top: 0px;
}

@media only screen and (max-width: 768px) {
  .ecoWrap {
    margin-top: 40px;
    margin-bottom: 50px;
    padding-top: 0px;
  }
}

.ecoWrap .flexWrap {
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .ecoWrap .flexWrap {
    display: block;
  }
}

.ecoWrap .flexWrap .flexLeft {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .ecoWrap .flexWrap .flexLeft {
    margin-bottom: 30px;
  }
}

.ecoWrap .flexWrap .flexLeft h4 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  color: #a26a11;
}

@media only screen and (max-width: 768px) {
  .ecoWrap .flexWrap .flexLeft h4 {
    font-size: 22px;
  }
}

.ecoWrap .flexWrap .flexRight {
  position: relative;
  -webkit-flex-basis: 380px;
  flex-basis: 380px;
  margin-bottom: 0;
  padding-left: 30px;
}

@media only screen and (max-width: 768px) {
  .ecoWrap .flexWrap .flexRight {
    margin-bottom: 3rem;
    padding-left: 0;
  }
}

.ecoWrap .flexWrap .flexRight .imgBox {
  border: 1px solid #444;
}

.ecoWrap .flexWrap .flexRight .imgBox img {
  width: 100%;
  height: auto;
}

.ecoWrap .imgimg {
  margin-top: 20px;
  display: flex;
}

.ecoWrap .imgimg .imgA {
  width: 160px;
}

@media only screen and (max-width: 768px) {
  .ecoWrap .imgimg .imgA {
    max-width: 240px;
  }
}

.ecoWrap .imgimg .imgA:first-child {
  margin-right: 10px;
}

.ecoWrap .imgimg img {
  width: 100%;
  height: auto;
}

.flexNews02 .in {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .flexNews02 .in {
    display: block;
  }
}

.flexNews02 .in .xxx {
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  .flexNews02 .in .xxx {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.flexNews02 .in .flexBox {
  width: 50%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexNews02 .in .flexBox.aaa {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .flexNews02 .in .flexBox {
    width: 100%;
  }

  .flexNews02 .in .flexBox:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.flexNews02 .in .flexBox .topimg {
  position: relative;
  display: block;
  overflow: hidden;
  width: 145px;
  height: 100%;
  margin-right: 15px;
}

.flexNews02 .in .flexBox .sdgsimg {
  position: relative;
  display: block;
  overflow: hidden;
  width: 94px;
  height: 100%;
  margin-right: 15px;
}

@media only screen and (max-width: 768px) {
  .flexNews02 .in .flexBox .sdgsimg {
    width: 86px;
    margin-right: 23px;
  }
}

.flexNews02 .in .flexBox .textBox {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

.flexNews02 .in .img:after {
  display: block;
  padding-top: 72.5%;
  content: "";
}

.flexNews02 .in .img span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.flexNews02 .in .img.topimg span {
  background: url(../img/img_news_shimonzu@2x.jpg) no-repeat center center;
  background-size: cover;
}

.flexNews02 .in .img.sdgsimg::after {
  display: none;
}

.flexNews02 .in .img.sdgsimg img {
  width: 100%;
  height: auto;
}

.flexNews02 .in .img.sdgsimg span {
  background-size: cover;
}

.count-picker-count-picker-72f2b6 {
  color: #000;
}

.count-picker-count-picker-wrapper-ca0e7f .count-picker-label-b478f8 {
  color: #000 !important;
}

.nav {
  position: absolute;
  top: 18px;
  right: 30px;
  z-index: 1001;
  display: flex;
}

@media only screen and (max-width: 768px) {
  article {
    margin-top: 60px;
  }

  .nav {
    top: 23px;
    right: 50%;
    transform: translate(50%, 0px);
  }
}

.nav .navLogo {
  margin-right: 15px;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .nav .navLogo {
    margin-right: 0px;
  }
}

.nav .navLogo .svg {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.nav .navLogo .svg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}

.nav .navLogo .svg a {
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .nav .navLogo .svg a {
    color: #111;
    font-size: 12px;
  }
}

.nav .navLogo .svg svg {
  position: relative;
  z-index: 1;
  width: 25px;
  height: 25px;
}

.nav .navLogo .svg._01 {
  margin-right: 18px;
}

.nav .navLogo .svg._01:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 2px;
  height: 80%;
  background: #999;
  transform: translate3d(0, -50%, 0);
  transition: 0.4s;
  cursor: default;
}

.nav .navLogo .svg._03,
.nav .navLogo .svg._04,
.nav .navLogo .svg._05 {
  margin-left: 18px;
}

.nav .navLogo .svg._03:after,
.nav .navLogo .svg._04:after,
.nav .navLogo .svg._05:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 2px;
  height: 80%;
  background: #999;
  transform: translate3d(0, -50%, 0);
  transition: 0.4s;
  cursor: default;
}

.nav .navLogo svg .cls-0 {
  fill: #c69a54;
  transition: 0.4s;
}

.nav .navLogo svg .cls-1 {
  fill: #c69a54;
  transition: 0.4s;
}

.nav .navLogo svg .cls-2 {
  fill: #c69a54;
  transition: 0.4s;
}

.nav .navLogo svg .cls-3 {
  fill: #c69a54;
  transition: 0.4s;
}

.nav .navLogo svg .cls-4 {
  fill: #c69a54;
  transition: 0.4s;
}

.nav .navLogo svg .cls-5 {
  fill: #c69a54;
  transition: 0.4s;
}

.nav.english .navLogo svg .cls-1 {
  fill: #c69a54;
  transition: 0.4s;
}

.nav.english .navLogo svg .cls-2 {
  fill: #fff;
  transition: 0.4s;
}

.nav.english .navLogo svg .cls-3 {
  fill: #fff;
  transition: 0.4s;
}

.nav.english .navLogo svg .cls-4 {
  fill: #fff;
  transition: 0.4s;
}

.nav.english .navLogo svg .cls-5 {
  fill: #fff;
  transition: 0.4s;
}

.nav.japanese .navLogo svg .cls-1 {
  fill: #fff;
  transition: 0.4s;
}

.nav.japanese .navLogo svg .cls-2 {
  fill: #c69a54;
  transition: 0.4s;
}

.nav.japanese .navLogo svg .cls-3 {
  fill: #fff;
  transition: 0.4s;
}

.nav.japanese .navLogo svg .cls-4 {
  fill: #fff;
  transition: 0.4s;
}

.nav.japanese .navLogo svg .cls-5 {
  fill: #fff;
  transition: 0.4s;
}

.nav.korean .navLogo svg .cls-1 {
  fill: #fff;
  transition: 0.4s;
}

.nav.korean .navLogo svg .cls-2 {
  fill: #fff;
  transition: 0.4s;
}

.nav.korean .navLogo svg .cls-3 {
  fill: #c69a54;
  transition: 0.4s;
}

.nav.korean .navLogo svg .cls-4 {
  fill: #fff;
  transition: 0.4s;
}

.nav.korean .navLogo svg .cls-5 {
  fill: #fff;
  transition: 0.4s;
}

.nav.china .navLogo svg .cls-1 {
  fill: #fff;
  transition: 0.4s;
}

.nav.china .navLogo svg .cls-2 {
  fill: #fff;
  transition: 0.4s;
}

.nav.china .navLogo svg .cls-3 {
  fill: #fff;
  transition: 0.4s;
}

.nav.china .navLogo svg .cls-4 {
  fill: #c69a54;
  transition: 0.4s;
}

.nav.china .navLogo svg .cls-5 {
  fill: #fff;
  transition: 0.4s;
}

.nav.taiwan .navLogo svg .cls-1 {
  fill: #fff;
  transition: 0.4s;
}

.nav.taiwan .navLogo svg .cls-2 {
  fill: #fff;
  transition: 0.4s;
}

.nav.taiwan .navLogo svg .cls-3 {
  fill: #fff;
  transition: 0.4s;
}

.nav.taiwan .navLogo svg .cls-4 {
  fill: #fff;
  transition: 0.4s;
}

.nav.taiwan .navLogo svg .cls-5 {
  fill: #c69a54;
  transition: 0.4s;
}

.nav.english .navLogo .svg._01 a {
  color: #c69a54;
  transition: 0.4s;
}

.nav.japanese .navLogo .svg._02 a {
  color: #c69a54;
  transition: 0.4s;
}

.nav.korean .navLogo .svg._03 a {
  color: #c69a54;
  transition: 0.4s;
}

.nav.china .navLogo .svg._04 a {
  color: #c69a54;
  transition: 0.4s;
}

.nav.taiwan .navLogo .svg._05 a {
  color: #c69a54;
  transition: 0.4s;
}

@media only screen and (max-width: 768px) {
  .nav .navLogo svg .cls-0 {
    fill: #c69a54;
    transition: 0.4s;
  }

  .nav .navLogo svg .cls-1 {
    fill: #c69a54;
    transition: 0.4s;
  }

  .nav .navLogo svg .cls-2 {
    fill: #c69a54;
    transition: 0.4s;
  }

  .nav .navLogo svg .cls-3 {
    fill: #c69a54;
    transition: 0.4s;
  }

  .nav .navLogo svg .cls-4 {
    fill: #c69a54;
    transition: 0.4s;
  }

  .nav .navLogo svg .cls-5 {
    fill: #c69a54;
    transition: 0.4s;
  }

  .nav.english .navLogo svg .cls-1 {
    fill: #c69a54;
    transition: 0.4s;
  }

  .nav.english .navLogo svg .cls-2 {
    fill: #999;
    transition: 0.4s;
  }

  .nav.english .navLogo svg .cls-3 {
    fill: #999;
    transition: 0.4s;
  }

  .nav.english .navLogo svg .cls-4 {
    fill: #999;
    transition: 0.4s;
  }

  .nav.english .navLogo svg .cls-5 {
    fill: #999;
    transition: 0.4s;
  }

  .nav.japanese .navLogo svg .cls-1 {
    fill: #999;
    transition: 0.4s;
  }

  .nav.japanese .navLogo svg .cls-2 {
    fill: #c69a54;
    transition: 0.4s;
  }

  .nav.japanese .navLogo svg .cls-3 {
    fill: #999;
    transition: 0.4s;
  }

  .nav.japanese .navLogo svg .cls-4 {
    fill: #999;
    transition: 0.4s;
  }

  .nav.japanese .navLogo svg .cls-5 {
    fill: #999;
    transition: 0.4s;
  }

  .nav.korean .navLogo svg .cls-1 {
    fill: #999;
    transition: 0.4s;
  }

  .nav.korean .navLogo svg .cls-2 {
    fill: #999;
    transition: 0.4s;
  }

  .nav.korean .navLogo svg .cls-3 {
    fill: #c69a54;
    transition: 0.4s;
  }

  .nav.korean .navLogo svg .cls-4 {
    fill: #999;
    transition: 0.4s;
  }

  .nav.korean .navLogo svg .cls-5 {
    fill: #999;
    transition: 0.4s;
  }

  .nav.china .navLogo svg .cls-1 {
    fill: #999;
    transition: 0.4s;
  }

  .nav.china .navLogo svg .cls-2 {
    fill: #999;
    transition: 0.4s;
  }

  .nav.china .navLogo svg .cls-3 {
    fill: #999;
    transition: 0.4s;
  }

  .nav.china .navLogo svg .cls-4 {
    fill: #c69a54;
    transition: 0.4s;
  }

  .nav.china .navLogo svg .cls-5 {
    fill: #999;
    transition: 0.4s;
  }

  .nav.taiwan .navLogo svg .cls-1 {
    fill: #999;
    transition: 0.4s;
  }

  .nav.taiwan .navLogo svg .cls-2 {
    fill: #999;
    transition: 0.4s;
  }

  .nav.taiwan .navLogo svg .cls-3 {
    fill: #999;
    transition: 0.4s;
  }

  .nav.taiwan .navLogo svg .cls-4 {
    fill: #999;
    transition: 0.4s;
  }

  .nav.taiwan .navLogo svg .cls-5 {
    fill: #c69a54;
    transition: 0.4s;
  }
}

#langTrans {
  position: absolute;
  top: 10px;
  right: 40px;
  z-index: 1002;
}

@media only screen and (max-width: 768px) {
  #langTrans {
    top: 17px;
    right: 50%;
    transform: translate(50%, 0px);
  }
}

#langTrans ul {
  display: flex;
}

#langTrans ul li {
  position: relative;
  width: 25px;
  height: 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#langTrans ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}

#langTrans ul li.first {
  margin-right: 18px;
}

#langTrans ul li:nth-child(3),
#langTrans ul li:nth-child(4),
#langTrans ul li:nth-child(5) {
  margin-left: 18px;
}

#langTrans ul li:nth-child(1) {
  width: 48px;
}

#langTrans ul li:nth-child(2) {
  width: 42px;
}

#langTrans ul li:nth-child(3) {
  width: 32px;
}

#langTrans ul li:nth-child(4) {
  width: 57px;
}

#langTrans ul li:nth-child(5) {
  width: 57px;
}

@media only screen and (max-width: 768px) {
  #langTrans ul li:nth-child(1) {
    width: 43px;
  }

  #langTrans ul li:nth-child(2) {
    width: 42px;
  }

  #langTrans ul li:nth-child(3) {
    width: 26px;
  }

  #langTrans ul li:nth-child(4) {
    width: 48px;
  }

  #langTrans ul li:nth-child(5) {
    width: 48px;
  }
}

#langTrans ul li .bogo-language-name {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

#langTrans ul li a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.nonenone {
  display: none;
}

.checkT {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .checkT {
    margin-bottom: 60px;
  }
}

.checkT .ininin h4 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  color: #a26a11;
}

@media only screen and (max-width: 768px) {
  .checkT .ininin h4 {
    font-size: 22px;
  }
}

.checkT .ininin dl {
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .checkT .ininin dl {
    -webkit-flex-wrap: initial;
    flex-wrap: initial;
    margin-bottom: 30px;
  }
}

.checkT .ininin dl dt {
  position: relative;
  -webkit-flex-basis: 200px;
  flex-basis: 200px;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .checkT .ininin dl dt {
    -webkit-flex-basis: 145px;
    flex-basis: 145px;
    margin-bottom: 10px;
  }
}

.checkT .ininin dl dd {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .checkT .ininin dl dd {
    padding: 0 0rem 0 0rem;
  }
}

.sideSpecial .slick-prev,
.sideSpecial .slick-next {
  background: none;
}

.sideSpecial .slick-dots {
  display: none !important;
}

.sideSpecial .workDetail .for_pcAAA {
  margin-bottom: 20px;
}

.sideSpecial .workDetail .for_pcAAA img {
  width: 1000px;
}

.sideSpecial .workDetail .slider-nav img {
  width: 170px;
}

.sideSpecial .for_pcAAA .slick-prev,
.sideSpecial .for_pcAAA .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 4rem;
  height: 6rem;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  display: block !important;
  z-index: 9;
}

.sideSpecial .for_pcAAA .slick-prev {
  top: 50%;
  left: 3rem;
  background: url(../img/arrow_gr_l.png) no-repeat center;
}

.sideSpecial .for_pcAAA .slick-next {
  top: 50%;
  right: 3rem;
  background: url(../img/arrow_gr_r.png) no-repeat center;
}

.sideSpecial .for_pcAAA .slick-prev:hover {
  opacity: 1;
  display: block;
  background: url(../img/arrow_gr_l.png) no-repeat center;
}

.sideSpecial .for_spAAA .slick-prev,
.sideSpecial .for_spAAA .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 4rem;
  height: 6rem;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  display: block !important;
  z-index: 9;
}

.sideSpecial .for_spAAA .slick-prev {
  top: 50%;
  left: 3rem;
  background: url(../img/arrow_gr_l.png) no-repeat center;
}

.sideSpecial .for_spAAA .slick-next {
  top: 50%;
  right: 3rem;
  background: url(../img/arrow_gr_r.png) no-repeat center;
}

.sideSpecial .for_spAAA .slick-prev:hover {
  opacity: 1;
  display: block;
  background: url(../img/arrow_gr_l.png) no-repeat center;
}

.sideSpecial .img-zoom {
  width: 100%;
  height: 27rem;
  background-position: center center;
}

@media only screen and (max-width: 768px) {
  .sideSpecial .img-zoom {
    height: 61vw;
  }
}

.sideSpecial .img-zoom-nav {
  height: 4rem;
  background-position: center center;
  cursor: pointer;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .sideSpecial .img-zoom-nav {
    height: 11vw;
  }
}

.sideSpecial .img-zoom-nav:hover {
  opacity: 0.8;
}

.sideSpecial .for_pcAAA {
  margin-bottom: 1rem;
}

.sideSpecial .nav_pcAAA {
  margin: 0 -0.5rem;
}

.sideSpecial .nav_pcAAA .slick-slide {
  padding: 0 0.5rem;
}

.sideSpecial .nav_pcAAA .slick-slide > div {
  margin: 0 0rem;
}

.sideSpecial .for_spAAA {
  margin-bottom: 1rem;
}

.sideSpecial .nav_spAAA {
  margin: 0 -0.5rem;
  margin-bottom: 0 !important;
}

.sideSpecial .nav_spAAA .slick-slide {
  padding: 0 0.5rem;
}

.sideSpecial .simons {
  position: relative;
}

.sideSpecial .simons::before {
  content: "";
  background: url(../img/nuro_simons.png) no-repeat top left;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  width: 12rem;
  height: 3rem;
}

@media only screen and (max-width: 768px) {
  .sideSpecial .simons::before {
    width: 24vw;
  }
}

.sideSpecial .simons02 {
  position: relative;
}

.sideSpecial .simons02::before {
  content: "";
  background: url(../img/nuro_simons.png) no-repeat top left;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 1;
  width: 2rem;
  height: 1rem;
}

@media only screen and (max-width: 768px) {
  .sideSpecial .simons02::before {
    width: 5vw;
  }
}

#carousel {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#carousel li {
  width: 48%;
}

.planWrap .carouselWrap .carousel li.tuika01 a dl dt {
  background: #d5d5d5 url(../img/slide_top_tuika01.jpg) no-repeat center center;
  background-size: cover;
  height: 288px;
}

@media only screen and (max-width: 768px) {
  .planWrap .carouselWrap .carousel li.tuika01 a dl dt {
    height: 110px;
  }
}

.planWrap .carouselWrap .carousel li.tuika01 a dl dt:after {
  border-color: transparent #000000 transparent transparent;
}

.planWrap .carouselWrap .carousel li.tuika02 a dl dt {
  background: #d5d5d5 url(../img/slide_top_tuika02.jpg) no-repeat center center;
  background-size: cover;
  height: 288px;
}

@media only screen and (max-width: 768px) {
  .planWrap .carouselWrap .carousel li.tuika02 a dl dt {
    height: 110px;
  }
}

.planWrap .carouselWrap .carousel li.tuika02 a dl dt:after {
  border-color: transparent #000000 transparent transparent;
}

ul li.roan_course1 a dl dt {
  background: #d5d5d5 url(../img/roan_course1.jpg) no-repeat top center;
  background-size: cover;
  aspect-ratio: 1/1;
  width: 100%;
}

ul li.roan_course1 a dl dt:after {
  border-color: transparent #000000 transparent transparent;
}

ul li.roan_course2 a dl dt {
  background: #d5d5d5 url(../img/roan_course2.jpg) no-repeat top center;
  background-size: cover;
  aspect-ratio: 1/1;
  width: 100%;
}

ul li.roan_course2 a dl dt:after {
  border-color: transparent #000000 transparent transparent;
}

ul li.roan_course3 a dl dt {
  background: #d5d5d5 url(../img/roan_course3.jpg) no-repeat top center;
  background-size: cover;
  aspect-ratio: 1/1;
  width: 100%;
}

ul li.roan_course3 a dl dt:after {
  border-color: transparent #000000 transparent transparent;
}

ul li.roan_course4 a dl dt {
  background: #d5d5d5 url(../img/roan_course4.jpg) no-repeat top center;
  background-size: cover;
  aspect-ratio: 1/1;
  width: 100%;
}

ul li.roan_course4 a dl dt:after {
  border-color: transparent #000000 transparent transparent;
}

ul li.roan_course5 a dl dt {
  background: #d5d5d5 url(../img/roan_course5.jpg) no-repeat top center;
  background-size: cover;
  aspect-ratio: 1/1;
  width: 100%;
}

ul li.roan_course5 a dl dt:after {
  border-color: transparent #000000 transparent transparent;
}

ul li.roan_course6 a dl dt {
  background: #d5d5d5 url(../img/roan_course6.jpg) no-repeat top center;
  background-size: cover;
  aspect-ratio: 1/1;
  width: 100%;
}

ul li.roan_course6 a dl dt:after {
  border-color: transparent #000000 transparent transparent;
}

ul li.roan_course7 a dl dt {
  background: #d5d5d5 url(../img/roan_course7.jpg) no-repeat top center;
  background-size: cover;
  aspect-ratio: 1/1;
  width: 100%;
}

ul li.roan_course7 a dl dt:after {
  border-color: transparent #000000 transparent transparent;
}

ul li.roan_course8 a dl dt {
  background: #d5d5d5 url(../img/roan_course8.jpg) no-repeat top center;
  background-size: cover;
  aspect-ratio: 1/1;
  width: 100%;
}

ul li.roan_course8 a dl dt:after {
  border-color: transparent #000000 transparent transparent;
}

.lifeGallaryWrap .swiperGallery {
  position: relative;
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .lifeGallaryWrap .swiperGallery {
    padding-bottom: 60px;
  }
}

.lifeGallaryWrap ._out {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .lifeGallaryWrap ._out {
    margin-bottom: 20px;
  }
}

.lifeGallaryWrap .slick-dots {
  display: none !important;
}

.lifeGallaryWrap .img-zoom {
  width: 100%;
  height: 36vw;
  background-position: center center;
}

@media only screen and (max-width: 768px) {
  .lifeGallaryWrap .img-zoom {
    height: 52vw;
  }
}

.lifeGallaryWrap .img-zoom-nav {
  height: 4vw;
  background-position: center center;
  cursor: pointer;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .lifeGallaryWrap .img-zoom-nav {
    height: 15vw;
  }
}

.lifeGallaryWrap .img-zoom-nav:hover {
  opacity: 0.8;
}

.lifeGallaryWrap .slider-for {
  margin-bottom: 3.5rem;
}

.lifeGallaryWrap .slider-TOPnavi02 {
  overflow: initial;
}

.lifeGallaryWrap .slider-TOPnavi02 .slick-slide {
  margin: 0 0.3vw;
}

.lifeGallaryWrap .slider-TOPnavi02 .slick-prev {
  background: none;
}

.lifeGallaryWrap .slider-TOPnavi02 .slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translate(0%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 30px solid #ae7f33;
  border-left: 0;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .lifeGallaryWrap .slider-TOPnavi02 .slick-prev::before {
    left: -6.5vw;
    border-top: 3vw solid transparent;
    border-bottom: 3vw solid transparent;
    border-right: 4vw solid #ae7f33;
  }
}

.lifeGallaryWrap .slider-TOPnavi02 .slick-next {
  background: none;
}

.lifeGallaryWrap .slider-TOPnavi02 .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translate(0%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #ae7f33;
  border-right: 0;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .lifeGallaryWrap .slider-TOPnavi02 .slick-next::before {
    right: -7vw;
    border-top: 3vw solid transparent;
    border-bottom: 3vw solid transparent;
    border-left: 4vw solid #ae7f33;
  }
}

.lifeGallaryWrap .slider-TOPfor02 .slick-slide {
  margin: 0 1vw;
}

.lifeGallaryWrap .slider-TOPfor02 .slick-prev {
  background: none;
}

.lifeGallaryWrap .slider-TOPfor02 .slick-next {
  background: none;
}

.lifeGallaryWrap .slider-for_sp {
  margin-bottom: 3rem;
  padding: 0 2rem;
}

.lifeGallaryWrap .slider-nav_sp {
  margin-bottom: 0 !important;
}

.lifeGallaryWrap .slider-nav_sp .slick-slide {
  margin: 0 0.5rem;
}

@media only screen and (max-width: 768px) {
  .lifeGallaryWrap ._spSpace {
    width: 80%;
  }
}
