@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Display:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 1em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  color: #000;
  background-color: transparent;
  text-decoration: none;
}

a,
a:visited {
  color: #000;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

main {
  padding: 0;
  margin: 0;
  color: #181717;
  position: relative;
}
@media (max-width: 1120px) {
  main {
    padding: 0;
  }
}
@media (max-width: 834px) {
  main {
    padding: 0;
  }
}
@media (max-width: 680px) {
  main {
    padding: 50px 0 0 0;
  }
  main.top {
    padding: 0;
  }
}

.wrapper {
  width: 90%;
  max-width: 1120px;
  padding: 0;
  margin: 0 auto;
  display: block;
}
.wrapper.nrw {
  max-width: 834px;
}
.wrapper.wide {
  max-width: 1440px;
}

.devide {
  display: block;
  margin: 3% auto;
  padding: 0;
  border-top: 1px solid #F8F8F7;
  height: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  margin: 0 0 1em 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 1;
}

a,
p,
dl,
ul,
ol,
th,
td {
  font-size: 18px;
  margin: 0 0 1em 0;
  line-height: 1.8;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 1;
}
@media (max-width: 680px) {
  a,
p,
dl,
ul,
ol,
th,
td {
    font-size: 14px;
    line-height: 2;
  }
}

.txl {
  text-align: left;
}

.txc {
  text-align: center;
}

.txcl {
  text-align: center;
}
@media (max-width: 480px) {
  .txcl {
    text-align: left;
  }
}

.txr {
  text-align: right;
}

.mgn5 {
  margin: 5% 0;
}

.pc {
  display: block;
}
@media (max-width: 834px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 680px) {
  .sp {
    display: block;
  }
}

p {
  margin: 0 0 1em 0;
  font-feature-settings: "palt" 1;
  /*リード文章*/
}
p .date {
  display: inline-block;
  padding: 4px 0;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 10px 0 0;
}
p .tag {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  background: #f7f5f1;
  color: #F8F8F7;
}
p .tag.emp {
  padding: 3px 9px;
  background: #db2400;
  background: #F8F8F7;
  border: 1px solid #db2400;
  color: #db2400;
  margin: 0 5px 0 0;
}
p.lead {
  font-size: 20px;
  letter-spacing: 0;
  margin: 0 0 1em 0;
}
p.lead.xlrg {
  font-size: 42px;
  line-height: 1.8;
}
@media (max-width: 834px) {
  p.lead.xlrg {
    font-size: 32px;
  }
}
@media (max-width: 680px) {
  p.lead.xlrg {
    font-size: 22px;
  }
}
p.lead.lrg {
  font-size: 28px;
  line-height: 2;
}
@media (max-width: 680px) {
  p.lead.lrg {
    font-size: 18px;
  }
}
p.lead.mid {
  font-size: 20px;
  line-height: 2;
  text-align: left;
}
@media (max-width: 680px) {
  p.lead.mid {
    font-size: 16px;
  }
}
p.lead.sml {
  font-size: 18px;
  line-height: 2.4;
}
p.lead.sml br {
  display: block;
}
p.lead.sml br.sp {
  display: none;
}
@media (max-width: 680px) {
  p.lead.sml {
    font-size: 14px;
    text-align: left !important;
    letter-spacing: 0;
  }
  p.lead.sml br {
    display: none;
  }
  p.lead.sml br.sp {
    display: block;
  }
}
p.lead.nomgn {
  margin-bottom: 0;
}
p.lead.mgn5 {
  margin-bottom: 5%;
}
p.lead.mgn10 {
  margin-bottom: 10%;
}
@media (max-width: 834px) {
  p.lead {
    font-size: 18px;
    text-align: left;
  }
}
@media (max-width: 680px) {
  p.lead {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  p.lead br {
    display: none;
  }
  p.lead br.sp {
    display: block;
  }
}
p.lead span {
  display: block;
}
p.lead span.jp {
  font-size: 16px;
  margin: 10px 0 0 0;
}
@media (max-width: 680px) {
  p.lead span.jp {
    font-size: 14px;
  }
}
p.sml {
  font-size: 14px;
  margin-bottom: 2em;
}

/*コンテンツタイトル*/
.ttl {
  display: block;
  margin: 5% auto 3% auto;
  padding: 0;
  letter-spacing: 0.3em;
  font-size: 48px;
  line-height: 1.4;
  position: relative;
  text-align: center !important;
  color: #181717;
  font-feature-settings: "palt";
}
@media (max-width: 834px) {
  .ttl {
    font-size: 34px;
  }
}
@media (max-width: 680px) {
  .ttl {
    font-size: 28px;
    letter-spacing: 0.1em;
  }
}
.ttl span {
  display: block;
  position: relative;
  padding: 0;
  font-size: 20px;
  letter-spacing: normal;
  color: #181717;
}
@media (max-width: 834px) {
  .ttl span {
    font-size: 18px;
    letter-spacing: 0;
  }
}
@media (max-width: 680px) {
  .ttl span {
    padding: 0 20px;
    font-size: 14px;
  }
}

/*見出し*/
.mds {
  margin: 0 0 5% 0;
  padding: 0 0 0 0.2em;
  font-size: 38px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: relative;
  font-feature-settings: "palt";
}
@media (max-width: 834px) {
  .mds {
    font-size: 28px;
    line-height: 1.8;
  }
}
@media (max-width: 680px) {
  .mds {
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0;
    margin: 0 0 5% 0;
  }
}
.mds .sp {
  display: none;
}
@media (max-width: 680px) {
  .mds .sp {
    display: block;
  }
}
.mds ruby {
  padding: 0;
  line-height: 1;
}
.mds ruby rt {
  font-size: 12px;
  letter-spacing: -1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0;
  margin: 0 0 -1em -0.5em;
  line-height: 1;
}
@media (max-width: 680px) {
  .mds ruby rt {
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    transform: translateY(1em);
  }
}
.mds span {
  display: block;
  margin: 0 0 6px 0;
}
.mds span.en {
  padding: 0;
  letter-spacing: 0.05em;
  margin: 20px 0 0 0;
  text-align: center;
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
}
.mds span.en.txr {
  text-align: right;
  transform: translate(0, -70%) !important;
}
@media (max-width: 834px) {
  .mds span.en {
    font-size: 18px;
  }
}
@media (max-width: 680px) {
  .mds span.en {
    font-size: 13px;
    text-align: left;
  }
}
.mds span.blk {
  display: block;
  margin: 20px auto;
}
.mds span.inline {
  display: inline-block;
}
.mds span.mid {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 0 10px;
}
.mds span.sml {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 0 10px;
}
.mds.en {
  padding: 0 20px;
  letter-spacing: 0.2em;
  margin: 0 0 20px 0;
  text-align: center;
  font-family: "Noto Serif Display", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  display: inline-block;
}
.mds.en::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/icon_star_w.png") center center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.mds.en::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/icon_star_w.png") center center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.mds.catttl {
  padding: 0;
  letter-spacing: 0.2em;
  margin: 0 0 1em 0;
  font-size: 16px;
  display: inline-block;
  font-size: 80px;
  line-height: 1.2;
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 834px) {
  .mds.catttl {
    font-size: 54px;
  }
}
@media (max-width: 680px) {
  .mds.catttl {
    font-size: 48px;
  }
}
.mds.catttl.txc {
  text-align: center;
}
.mds.catttl span.jp {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 1em 0 0 0;
  margin: 0;
  letter-spacing: 0.2em;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.mds.catttl span.jp.txc {
  text-align: center;
}
.mds.catttl span.jp::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/icon_star_w.png") center center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.mds.catttl span.jp::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/icon_star_w.png") center center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.wht .mds.catttl span.jp::before {
  background: url("../img/icon_star.png") center center no-repeat;
  background-size: contain;
}
.wht .mds.catttl span.jp::after {
  background: url("../img/icon_star.png") center center no-repeat;
  background-size: contain;
}
.mds.lrg {
  font-size: 72px;
}
@media (max-width: 1120px) {
  .mds.lrg {
    font-size: 58px;
  }
}
@media (max-width: 834px) {
  .mds.lrg {
    font-size: 52px;
  }
}
@media (max-width: 680px) {
  .mds.lrg {
    font-size: 44px;
  }
}
.mds.xmid {
  font-size: 62px;
}
@media (max-width: 1120px) {
  .mds.xmid {
    font-size: 58px;
  }
}
@media (max-width: 834px) {
  .mds.xmid {
    font-size: 28px;
  }
}
@media (max-width: 680px) {
  .mds.xmid {
    font-size: 24px;
  }
}
.mds.mid {
  font-size: 28px;
  letter-spacing: 0.1em;
}
.mds.mid br.sp {
  display: none;
}
@media (max-width: 680px) {
  .mds.mid {
    font-size: 20px;
  }
}
.mds.mid span {
  display: inline-block;
}
@media (max-width: 680px) {
  .mds.mid span {
    display: block;
    font-size: 14px;
  }
}
.mds.sml {
  font-size: 20px;
  margin: 0 0 10px 0;
  letter-spacing: normal;
  padding: 0;
}
@media (max-width: 680px) {
  .mds.sml {
    font-size: 16px;
  }
}
.mds.xsml {
  font-size: 18px;
  margin: 0 0 10px 0;
  letter-spacing: normal;
  padding: 0;
}
@media (max-width: 680px) {
  .mds.xsml {
    font-size: 16px;
  }
}
.mds.uline {
  padding: 0 0 0.3em 0;
  margin-bottom: 3%;
  border-bottom: 1px solid #181717;
}
.mds.uline span {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 0 10px 0;
}
.mds.uline span::before {
  content: "";
  display: inline-block;
  width: 100%;
  margin: 0;
  height: 2px;
  background: #DD4235;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.mds.box {
  padding: 10px 25px;
  margin-bottom: 30px;
  background: #eee;
  border-radius: 10px;
}
@media (max-width: 680px) {
  .mds.box {
    margin-bottom: 6%;
  }
}
.mds.dot {
  text-align: center;
}
.mds.dot::before {
  content: "●";
  display: block;
  margin: 0 auto 20px auto;
  color: #DD4235;
  text-align: center;
  font-size: 14px;
}
#college .mds.dot::before {
  color: #52c17b;
}
#college .empcol .mds.dot::before {
  color: #F8F8F7;
}
@media (max-width: 680px) {
  .mds.dot::before {
    margin: 0 auto 10px auto;
  }
}
.mds.rect {
  padding-left: 1.4em;
  text-align: left;
}
.mds.rect::before {
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  background: #DD4235;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0.2em;
  left: 0;
}
#college .mds.rect::before {
  background: #52c17b;
}
@media (max-width: 680px) {
  .mds.rect::before {
    top: 0.5em;
  }
}
.mds.vline {
  text-align: center;
  margin: 0 0 5% 0;
}
.mds.vline::before {
  content: "";
  display: block;
  height: 1.6em;
  width: 1px;
  background: #d8d8d8;
  margin: 0 auto 16px auto;
}
.mds.lbar {
  margin: 0 0 4% 0;
  padding: 0 0 0 1em;
  border-left: 4px solid #DD4235;
  text-align: left;
  letter-spacing: inherit;
}
.mds.lbar span {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 0 10px;
}
.mds.hyp {
  margin: 0 0 3% 0;
}
.mds.hyp::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 50px;
  background: #181717;
  margin: 0 0 0 16px;
  vertical-align: middle;
}
.mds.dotline {
  margin: 0 0 5% 0;
  text-align: center;
  position: relative;
}
.mds.dotline::before {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  margin: 0;
  border-top: 3px dotted #eee;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}
.mds.dotline span {
  display: inline-block;
  background: #F8F8F7;
  padding: 0 0.5em 0 0.7em;
  position: relative;
  z-index: 1;
}
.mds.shdw {
  display: block;
  margin: 0 auto 5% auto;
  text-align: center;
  max-width: 300px;
  padding: 10px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background: #F8F8F7;
}
.mds.step {
  padding: 0;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 30px 0;
  text-align: left;
  letter-spacing: 0.1em;
}
@media (max-width: 680px) {
  .mds.step {
    font-size: 20px;
    letter-spacing: inherit;
  }
}
.mds.step span {
  display: inline-block;
  vertical-align: bottom;
}
.mds.step span.num {
  display: block;
  color: #DD4235;
  width: 80px;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  line-height: 1.4;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Alatsi", sans-serif;
}
.mds.step span.num em {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 78px;
  color: #181717;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.mds.txl {
  text-align: left;
}
.mds.txc {
  text-align: center;
}
.mds.txcl {
  text-align: center;
}
@media (max-width: 680px) {
  .mds.txcl {
    text-align: left !important;
  }
}
.mds.txlc {
  text-align: left;
}
@media (max-width: 680px) {
  .mds.txlc {
    text-align: center !important;
  }
}
.mds.mgn_top {
  margin-top: 10%;
}
.mds.nomgn {
  margin: 0;
  padding: 0;
}
.mds img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.mds a {
  position: relative;
}
.mds a:hover {
  color: #DD4235;
}

/*強調*/
.emp {
  font-size: 18px;
  line-height: 1.6;
  margin: 3% 0;
  padding: 5px 20px;
  color: #F8F8F7;
  background: #db2400;
  display: inline-block;
}
@media (max-width: 680px) {
  .emp {
    font-size: 20px;
  }
}
.emp.bdr {
  display: block;
  padding: 15px 20px;
  color: #181717;
  background: #F8F8F7;
  border: 4px solid #eee;
}
.emp.sml {
  background: none;
  color: #db2400;
  padding: 0;
  margin: 5px 0 0 0;
  display: block;
}
.emp .topics {
  margin: 0;
}
.emp .topics li {
  margin: 0;
  padding: 0;
}

/*注釈*/
.note {
  margin: 0 0 1em 0;
  line-height: 1.6;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 680px) {
  .note {
    font-size: 14px;
  }
}

ul.note {
  display: block;
  padding: 0;
  margin: 30px 0;
  list-style: none;
  text-align: left;
}
ul.note li {
  display: block;
  margin: 0;
  padding: 0 0.5em 0 1em;
  font-size: 12px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
ul.note li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
ul.note.iln li {
  display: inline;
}
ul.note.nomgn_top {
  margin: 0 0 30px 0;
}

.maker {
  background: linear-gradient(transparent 40%, #faeb36 40%);
  display: inline-block;
  padding: 0 10px;
}

.tel {
  display: block;
  font-size: 24px;
  margin: 0;
  font-feature-settings: "palt" 1;
}
@media (max-width: 680px) {
  .tel {
    font-size: 18px;
  }
}
.tel.lrg {
  font-size: 24px;
}
@media (max-width: 680px) {
  .tel.lrg {
    font-size: 18px;
  }
}
.tel.lrg .tel_num,
.tel.lrg .fax_num {
  font-size: 40px;
}
.tel .tel_num,
.tel .fax_num {
  font-size: 52px;
  margin: 0 5px;
}
@media (max-width: 680px) {
  .tel .tel_num,
.tel .fax_num {
    font-size: 32px;
  }
  footer .tel .tel_num,
footer .tel .fax_num {
    font-size: 18px;
  }
}
.tel .tel_num a,
.tel .fax_num a {
  text-decoration: underline;
  color: #DD4235;
}
@media (max-width: 680px) {
  .tel .tel_num a,
.tel .fax_num a {
    font-size: 32px;
  }
  footer .tel .tel_num a,
footer .tel .fax_num a {
    font-size: 18px;
  }
}

.fee1,
.fee2 {
  display: block;
  font-size: 24px;
  margin: 5% 0;
  text-align: center;
}
@media (max-width: 680px) {
  .fee1,
.fee2 {
    font-size: 14px;
  }
}
.fee1::before,
.fee2::before {
  content: "";
  display: inline-block;
  background: #f6f6f6;
  width: 100px;
  height: 100px;
  vertical-align: middle;
  margin: 10px 20px 10px 0;
  padding: 0;
  border-radius: 50%;
  background: url("/img/common/icon_fee1.png") center center no-repeat #ffe474;
  background-size: 60%;
}
@media (max-width: 680px) {
  .fee1::before,
.fee2::before {
    width: 50px;
    height: 50px;
    margin: 10px 10px 10px 0;
  }
}
.fee1 span,
.fee2 span {
  font-size: 32px;
  margin: 0 10px;
}
@media (max-width: 680px) {
  .fee1 span,
.fee2 span {
    font-size: 24px;
    margin: 0 4px;
  }
}

.fee2::before {
  background: url("/img/common/icon_fee2.png") center center no-repeat #dbf594;
  background-size: 60%;
}

/*-------------------------------------------------------
リンクボタン
-------------------------------------------------------*/
a {
  transition: all 0.2s ease;
}
a:hover {
  color: #181717;
}

p a {
  text-decoration: underline;
}
p a:hover {
  color: #DD4235;
}

.btns {
  margin: 3% 0;
  padding: 0;
}
@media (max-width: 680px) {
  .btns {
    text-align: center;
  }
}
.btns.txl {
  text-align: left;
}
.btns.txr {
  text-align: right;
}
.btns.nomgn {
  margin: 0;
}
.btns.mgn {
  margin: 0 0 10% 0;
}
.btns ul {
  display: block;
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0 -2% 0 0;
}
.btns ul li {
  display: inline-block;
  text-align: center;
  padding: 0 2% 0 0;
  margin: 0 0 2% 0;
  vertical-align: top;
  width: 50%;
}
.btns ul li .btn {
  width: 100%;
  max-width: inherit;
}
@media (max-width: 680px) {
  .btns ul li {
    width: 100%;
  }
}
.btns ul.vertical {
  width: 70%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 680px) {
  .btns ul.vertical {
    width: 100% !important;
  }
}
.btns ul.vertical li {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0 0 3% 0;
}
@media (max-width: 680px) {
  .btns ul.vertical li {
    width: 100% !important;
  }
}
.btns ul.vertical li .btn {
  width: 100% !important;
  max-width: inherit;
}

a.btn {
  display: inline-block;
  position: relative;
  padding: 15px 60px 15px 40px;
  margin: 0;
  line-height: 1.4;
  text-decoration: none;
  height: inherit;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  transition: all 0.2s ease;
  color: #F8F8F7;
  border-radius: 6px;
  background: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1120px) {
  a.btn {
    font-size: 16px;
  }
}
@media (max-width: 680px) {
  a.btn {
    padding: 15px 50px 15px 30px;
  }
}
a.btn:hover {
  background: #333;
}
a.btn::after {
  content: "";
  display: block;
  background: url("../img/arrow_w.png") center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 680px) {
  a.btn::after {
    right: 10px;
  }
}
a.btn.btn {
  margin-top: 10px;
}
.wht a.btn {
  color: #181717;
  background: #F8F8F7;
}
.wht a.btn:hover {
  background: rgba(255, 255, 255, 0.8);
}
.wht a.btn::after {
  content: "";
  display: block;
  background: url("../img/arrow.png") center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
a.btn.page {
  font-size: 14px;
  background: #F8F8F7;
  color: #181717;
  padding: 5px 25px 5px 10px;
  font-family: "Noto Serif Display", serif;
  font-weight: 300;
  font-style: normal;
}
a.btn.page::after {
  content: "";
  display: block;
  background: url("../img/arrow.png") center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 14px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
}
a.btn.ret {
  font-size: 14px;
  background: #F8F8F7;
  color: #181717;
  padding: 15px 35px 15px 45px;
  font-family: "Noto Serif Display", serif;
  font-weight: 300;
  font-style: normal;
}
a.btn.ret::before {
  content: "";
  display: block;
  background: url("../img/arrow.png") center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 14px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%) rotate(-180deg);
}
a.btn.ret::after {
  display: none;
}
a.btn.ret:hover {
  background: #c7c7c7;
}
a.btn.sml {
  margin: 0;
  text-align: center;
  padding: 8px 20px 8px 20px;
  font-size: 14px;
}
a.btn.txt {
  text-align: right;
  background: none;
  color: #181717;
  display: inline-block;
  border-radius: 0;
  padding: 0 60px 0 0;
  margin: 0;
  min-width: inherit;
  width: auto;
  right: 0;
}
a.btn.txt::after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  right: 0px;
  top: 16px;
  font-size: 14px;
  color: #181717;
  border-radius: 24px;
  background: url("/img/common/arrow_w.png") center center no-repeat #DD4235;
  background-size: 32%;
}
a.btn.txt:hover::after {
  background: url("/img/common/arrow_w.png") center center no-repeat #333;
  background-size: 32%;
}

/*-------------------------------------------------------
テキストリンク
-------------------------------------------------------*/
a.txtlink {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  height: inherit;
  color: #181717;
}
a.txtlink:hover {
  color: #999;
}
a.txtlink.ext {
  padding: 0 20px 0 0;
}
a.txtlink.ext::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 19px;
  vertical-align: middle;
  margin: 0 0 0 10px;
  background: url("../img/icon_linkout.png") center center no-repeat;
  background-size: contain;
}

/*-------------------------------------------------------
ページトップへ戻る
-------------------------------------------------------*/
a.btn_pagetop {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  padding: 40px 0 0 0;
  margin: 0 auto;
  width: 40px;
  height: 0;
  text-decoration: none;
  color: rgba(0, 0, 0, 0);
  background-color: #DD4235;
  border-radius: 50%;
}
#college a.btn_pagetop {
  background: #0d924b;
}
a.btn_pagetop:hover {
  opacity: 0.7;
}
a.btn_pagetop::before {
  position: absolute;
  top: 42%;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-left: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
  content: "";
  transform: rotate(135deg);
}

/*-------------------------------------------------------
コンテンツ
-------------------------------------------------------*/
.cnt {
  display: block;
  position: relative;
  margin: 0;
  padding: 8% 0 8% 0;
}
@media (max-width: 680px) {
  .cnt {
    padding: 15% 0;
  }
}
.cnt.nopad_top {
  padding: 0 0 5% 0;
}
.cnt.nopad_bot {
  padding: 5% 0 0 0;
}
.cnt.nopad {
  padding: 0;
}
.cnt.pad10 {
  padding: 10% 0;
}
.cnt.pad20 {
  padding: 20% 0;
}
.cnt.mgn_bot {
  margin: 0 0 5% 0;
}
.cnt.wht {
  background: #F8F8F7;
  color: #181717;
}
.cnt.blk {
  background: #181717;
  color: #F8F8F7;
}
.cnt.lineb {
  border-top: 1px solid #F4F2EA;
}
.cnt.pln {
  color: #F8F8F7;
  background: url("../img/bg_plan.jpg") center top no-repeat #181717;
  background-size: cover;
}
.cnt.grad {
  background-image: linear-gradient(135deg, #3db2e7 0%, #009FE8 100%);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.cnt.ttlcol {
  padding: 5% 0;
  margin: 0;
}
@media (max-width: 834px) {
  .cnt.ttlcol {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 680px) {
  .cnt.ttlcol {
    padding: 80px 0 20px 0;
  }
}
.cnt.ppr {
  background: #f6f6f6;
}
.cnt.gray {
  background: #f6f6f6;
}
.cnt.gray .mds.dotline span {
  background: #f6f6f6;
}

/*-------------------------------------------------------
コンセプト
-------------------------------------------------------*/
.concept {
  background: url("../img/bg_concept.jpg") center top no-repeat #181717;
  background-size: contain;
  margin: 0;
  padding: 15% 0;
  color: #F8F8F7;
  text-align: center;
}
@media (max-width: 680px) {
  .concept {
    text-align: left;
  }
}
.concept .inner {
  width: 100%;
  margin: 0 auto;
  max-width: 520px;
  text-align: left;
}

.concept2 {
  background: url("../img/bg_concept2.jpg") center top no-repeat #181717;
  background-size: contain;
  margin: 0;
  padding: 45% 0 10% 0;
  color: #F8F8F7;
  text-align: center;
}
.concept2 .inner {
  width: 100%;
  margin: 0 auto;
  max-width: 440px;
  text-align: left;
}
@media (max-width: 680px) {
  .concept2 {
    padding: 126vw 0 10% 0;
    background: url("../img/bg_concept2_sp.jpg") center top no-repeat #181717;
    background-size: contain;
  }
}

.concept3 {
  background: #181717;
  margin: 0;
  padding: 0;
  color: #F8F8F7;
  position: relative;
  text-align: center;
}
@media (max-width: 680px) {
  .concept3 {
    padding: 0 0 10% 0;
  }
}
.concept3 .img_sub {
  width: 30%;
  margin: 0 0 0 auto;
  max-width: 440px;
}
@media (max-width: 680px) {
  .concept3 .img_sub {
    width: 50%;
  }
}

.concept4 {
  background: #181717;
  margin: 0;
  padding: 0 0 10% 0;
  color: #F8F8F7;
  position: relative;
  text-align: left;
}

/*-------------------------------------------------------
交互コラム
-------------------------------------------------------*/
.altcont {
  position: relative;
  display: block;
  font-size: 0;
  width: 100%;
  margin: 0 auto 8% auto;
  padding: 0 0;
}
.altcont .imgcol {
  display: inline-block;
  width: 50%;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
}
.altcont .imgcol figure {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.altcont .imgcol figure img {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  display: block;
}
@media (max-width: 834px) {
  .altcont .imgcol {
    display: block;
    width: 92%;
    margin: 0;
    padding: 0;
    position: relative;
  }
}
.altcont .imgcol.dshape {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.altcont .txtcol {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 834px) {
  .altcont .txtcol {
    display: block;
    width: 100%;
    margin: 0;
    padding: 20px 0 0 0;
    position: relative;
    transform: none;
  }
}
.altcont .txtcol .inner {
  display: block;
  padding: 0 10% 0 10%;
  position: relative;
  max-width: 640px;
  margin: 0;
}
@media (max-width: 834px) {
  .altcont .txtcol .inner {
    max-width: inherit;
  }
}
@media (max-width: 680px) {
  .altcont .txtcol .inner {
    padding: 30px 20px;
  }
}
.altcont.smlimg .imgcol {
  width: 35%;
}
.altcont.smlimg .txtcol {
  width: 65%;
}
.altcont.smlimg .txtcol .inner {
  max-width: 800px;
  padding: 0 5% 0 10%;
}
.altcont.rtimg {
  position: relative;
}
.altcont.rtimg .imgcol {
  display: block;
  margin: 0 0 0 auto;
}
.altcont.rtimg .imgcol.dshape {
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.altcont.rtimg .txtcol {
  position: absolute;
  left: 0%;
  top: 0%;
  right: inherit;
  margin: 0;
  height: 100%;
}
.altcont.rtimg .txtcol .inner {
  margin: 0 0 0 auto;
  padding: 0 10% 0 10%;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 834px) {
  .altcont.rtimg .txtcol .inner {
    transform: none;
  }
}
@media (max-width: 680px) {
  .altcont.rtimg .txtcol .inner {
    top: inherit;
    transform: none;
    padding: 30px 30px;
  }
}
@media (max-width: 834px) {
  .altcont.rtimg .txtcol {
    display: block;
    width: 100%;
    margin: 0;
    padding: 20px 0 0 0;
    position: relative;
    transform: none;
  }
}
@media (max-width: 680px) {
  .altcont.rtimg .txtcol {
    position: relative;
    left: inherit;
    top: inherit;
  }
}

/*-------------------------------------------------------
コラム
-------------------------------------------------------*/
.column {
  display: block;
  box-sizing: content-box;
  margin: 0 -5% 0 0;
  padding: 0 0 0 0;
  position: relative;
  clear: both;
  font-size: 0;
  text-align: center;
}
.column::after {
  content: "";
  display: block;
  clear: both;
}
.column.mgn {
  margin: 5% 0 5% -5%;
}
.column.mgn_top {
  margin: 5% 0 0 -5%;
}
.column.mgn_bot {
  margin: 0 0 5% -5%;
}
.column.nomgn {
  margin: 0 0 0 -5%;
}
.column.nomgn .row {
  margin: 0;
}
.column.thin {
  margin: 0 -5% 0 0;
}
.column.thin .row {
  padding: 0 5% 0 0;
  margin: 0;
}
@media (max-width: 680px) {
  .column + .column {
    margin-top: 10%;
  }
}
.column .row {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0 5% 0 0;
  text-align: left;
  vertical-align: top;
  width: 100%;
  font-size: 18px;
}
.column .row.vmid {
  vertical-align: middle;
}
.column .row.pc {
  display: inline-block;
}
@media (max-width: 680px) {
  .column .row.pc {
    display: none;
  }
}
.column .row.sp {
  display: none;
}
@media (max-width: 680px) {
  .column .row.sp {
    display: block;
  }
}
.column .row.w1 {
  width: 100%;
}
@media (max-width: 680px) {
  .column .row.w1 {
    width: 100%;
  }
}
.column .row.w2 {
  width: 50%;
}
@media (max-width: 834px) {
  .column .row.w2 {
    width: 100%;
  }
}
.column .row.w2l {
  width: 50%;
}
@media (max-width: 834px) {
  .column .row.w2l {
    width: 100%;
  }
}
.column .row.w3 {
  width: 33.33%;
}
@media (max-width: 680px) {
  .column .row.w3 {
    width: 100%;
  }
}
.column .row.w4 {
  width: 25%;
}
@media (max-width: 834px) {
  .column .row.w4 {
    width: 50%;
  }
}
.column .row.w3_2 {
  width: 66.66%;
}
@media (max-width: 680px) {
  .column .row.w3_2 {
    width: 100%;
  }
}
.column .row.imgcol {
  width: 20%;
}
@media (max-width: 1120px) {
  .column .row.imgcol {
    width: 40%;
  }
}
@media (max-width: 680px) {
  .column .row.imgcol {
    width: 100%;
  }
}
.column .row.txtcol {
  width: 80%;
}
@media (max-width: 1120px) {
  .column .row.txtcol {
    width: 60%;
  }
}
@media (max-width: 680px) {
  .column .row.txtcol {
    width: 100%;
  }
}
.column .row.fltr {
  float: right;
}
@media (max-width: 680px) {
  .column .row.fltr {
    float: none;
  }
}
.column .row.fltl {
  float: left;
}
@media (max-width: 680px) {
  .column .row.fltl {
    float: none;
  }
}
.column .inner {
  display: block;
  padding: 30px;
  margin: 0;
  background: #F8F8F7;
  position: relative;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 680px) {
  .column .inner {
    padding: 5%;
    margin: 0 0 15% 0;
  }
}
.column .inner p {
  margin: 0;
}
.column .inner.bggray {
  background: #fafafa;
  border: none;
}
.column .inner.bdr {
  border: 10px solid #ffdfce;
}
@media (max-width: 834px) {
  .column .inner.bdr {
    border: 5px solid #DD4235;
  }
}
.column .inner.mgntop {
  margin: 10% 0 0 0;
}
@media (max-width: 680px) {
  .column .inner.mgntop {
    margin: 5% 0 0 0;
  }
}
.column .inner.arw {
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .column .inner.arw {
    margin-bottom: 30px;
  }
}
.column .inner.arw::after {
  content: "";
  width: 0%;
  height: 0%;
  border-top: 10px solid transparent;
  border-left: 10px solid #DD4235;
  border-bottom: 10px solid transparent;
  display: block;
  transform: translate(100%, -40%);
  position: absolute;
  top: 50%;
  right: -5%;
}
@media (max-width: 834px) {
  .column .inner.arw::after {
    border-top: 10px solid #DD4235;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: none;
    position: absolute;
    top: inherit;
    right: inherit;
    left: 50%;
    bottom: -13%;
    transform: translate(-50%, 0);
  }
}
.column .inner.pls {
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .column .inner.pls {
    margin-bottom: 30px;
  }
}
.column .inner.pls::before {
  content: "＋";
  color: #DD4235;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  z-index: 5;
  display: block;
  transform: translate(100%, -50%);
  position: absolute;
  top: 50%;
  right: -1%;
}
@media (max-width: 834px) {
  .column .inner.pls::before {
    transform: translate(-50%, 100%);
    position: absolute;
    top: inherit;
    bottom: 0;
    right: inherit;
    left: 50%;
  }
}

.pricetbl {
  display: none;
}
@media (max-width: 680px) {
  .pricetbl {
    display: block;
    padding: 0 5% 5% 5%;
    margin: 0 0 5% 0;
    background: #F8F8F7;
    position: relative;
    border: 1px solid #181717;
  }
  .pricetbl .mds_ptbl {
    padding: 10px;
    width: 100%;
    margin: 0 0 25px 0;
  }
  .pricetbl .mds_ptbl::after {
    content: "";
    display: block;
    border-bottom: 1px solid #181717;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
  }
  .pricetbl .mds_ptbl2 {
    padding: 10px;
    width: 100%;
    margin: 0 0 25px 0;
  }
  .pricetbl .mds_ptbl2::after {
    content: "";
    display: block;
    border-bottom: 1px solid #181717;
    position: absolute;
    top: 76px;
    left: 0;
    width: 100%;
  }
}

.drinkcol {
  display: block;
  padding: 150px 5% 5% 5%;
  margin: 0;
  background: #F4F2EA;
  position: relative;
}
.drinkcol.top {
  padding: 5%;
}
@media (max-width: 680px) {
  .drinkcol {
    padding: 5%;
  }
}
.drinkcol .col {
  display: block;
  background: #F8F8F7;
  padding: 5%;
  margin: 0;
}
.drinkcol .col + .col {
  margin: 3% 0 0 0;
}
.drinkcol .mds.catttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
  color: #A38B22;
}
.drinkcol .mds.catttl .jp {
  color: #181717;
}
.drinkcol .mds.catttl .jp::before, .drinkcol .mds.catttl .jp::after {
  display: none;
}
@media (max-width: 680px) {
  .drinkcol .mds.catttl {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
  }
}

.menucol {
  display: block;
  box-sizing: content-box;
  margin: 10% -5% 0 0;
  padding: 0 0 0 0;
  position: relative;
  clear: both;
  font-size: 0;
  text-align: left;
}
@media (max-width: 680px) {
  .menucol {
    margin: 10% -5% 0 0;
    padding: 0 0 10% 0;
  }
}
.menucol .row {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0 5% 0 0;
  text-align: left;
  vertical-align: top;
  width: 100%;
  font-size: 18px;
}
@media (max-width: 680px) {
  .menucol .row {
    padding: 0 5% 0 0;
  }
}
.menucol .row.menuttl {
  width: 45%;
  text-align: left;
  position: sticky;
  top: 100px;
  left: 0;
}
@media (max-width: 680px) {
  .menucol .row.menuttl {
    width: 100%;
    position: relative;
    margin: 0 0 10% 0;
    top: inherit;
    left: inherit;
    text-align: center;
  }
}
.menucol .row.menuttl .catttl {
  text-align: left;
}
@media (max-width: 680px) {
  .menucol .row.menuttl .catttl {
    text-align: center;
  }
}
.menucol .row.menuttl .catttl .jp {
  text-align: left;
}
@media (max-width: 680px) {
  .menucol .row.menuttl .catttl .jp {
    text-align: center;
  }
}
.menucol .row.menuttl .lead.sml {
  text-align: left;
}
@media (max-width: 680px) {
  .menucol .row.menuttl .lead.sml {
    text-align: center !important;
  }
}
.menucol .row.menulist {
  width: 55%;
}
@media (max-width: 680px) {
  .menucol .row.menulist {
    width: 100%;
  }
}
.menucol .row.menulist.nolink p {
  padding: 0;
}
.menucol .row .menuitem {
  display: block;
  padding: 0 0 8% 0;
  margin: 0;
}
.menucol .row .menuitem figure {
  margin: 0;
  position: relative;
}
.menucol .row .menuitem figure .dinner {
  width: 2.5vw;
  height: 11vw;
  background: url("../img/tag_dinner.png") center top no-repeat;
  background-size: contain;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 3%;
}
@media (max-width: 680px) {
  .menucol .row .menuitem figure .dinner {
    width: 7vw;
    height: 30vw;
  }
}
.menucol .row .menuitem figure .lunch {
  width: 2.5vw;
  height: 11vw;
  background: url("../img/tag_lunch.png") center top no-repeat;
  background-size: contain;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 3%;
}
@media (max-width: 680px) {
  .menucol .row .menuitem figure .lunch {
    width: 7vw;
    height: 30vw;
  }
}
.menucol .row .menuitem figure figcaption {
  margin: 0;
  padding: 20px 0;
  display: block;
  position: relative;
}
.menucol .row .menuitem figure figcaption h3 {
  font-size: 24px;
  margin: 0 0 0.6em 0;
}
@media (max-width: 680px) {
  .menucol .row .menuitem figure figcaption h3 {
    font-size: 20px;
  }
}
.menucol .row .menuitem figure figcaption p {
  font-size: 16px;
  margin: 0;
  padding: 0 100px 0 0;
}
@media (max-width: 680px) {
  .menucol .row .menuitem figure figcaption p {
    padding: 0;
  }
}
.menucol .row .menuitem figure figcaption a {
  display: block;
  font-size: 14px;
  color: #F8F8F7;
  padding: 0 26px 1px 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #fff;
  background: url("../img/arrow_w.png") right 5px no-repeat;
  background-size: 20px;
}
.menucol .row .menuitem figure figcaption a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
@media (max-width: 680px) {
  .menucol .row .menuitem figure figcaption a {
    position: absolute;
    right: 0;
    bottom: inherit;
    top: 20px;
  }
}
.menucol .row .menuitem figure figcaption ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
}
@media (max-width: 834px) {
  .menucol .row .menuitem figure figcaption ul {
    font-size: 14px;
  }
}
.menucol .row .menuitem figure figcaption ul li {
  display: block;
  margin: 0;
  padding: 0 0 0.3em 1em;
  position: relative;
  text-align: left;
  counter-increment: none;
  list-style-type: none;
}
.menucol .row .menuitem figure figcaption ul li::before {
  content: "";
  position: absolute;
  left: 0.3em;
  top: 0.8em;
  width: 0.2em;
  height: 0.2em;
  background: #181717;
  border-radius: 50%;
}
.menucol .row .menuitem figure figcaption.half {
  font-size: 0;
}
.menucol .row .menuitem figure figcaption.half .inner {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
@media (max-width: 680px) {
  .menucol .row .menuitem figure figcaption.half .inner {
    width: inherit;
    display: block;
  }
}
.menucol .row .menuitem figure figcaption.half ul {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
@media (max-width: 680px) {
  .menucol .row .menuitem figure figcaption.half ul {
    width: inherit;
    display: block;
    margin: 20px 0;
  }
}

.plan {
  display: block;
  background: #F8F8F7;
  border-radius: 10px;
  padding: 5%;
  margin: 0;
  color: #181717;
}
@media (max-width: 680px) {
  .plan {
    padding: 0;
  }
}
.plan .planimg {
  overflow: hidden;
}
.plan .planimg.sp {
  display: none;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 834px) {
  .plan .planimg.sp {
    display: block;
  }
}
.plan .planimg.pc {
  display: block;
}
@media (max-width: 834px) {
  .plan .planimg.pc {
    display: none;
  }
}
.plan .plancol {
  display: block;
  box-sizing: content-box;
  margin: 0 -8% 0 0;
  padding: 0 0 0 0;
  position: relative;
  clear: both;
  font-size: 0;
  text-align: left;
}
@media (max-width: 680px) {
  .plan .plancol {
    margin: 0;
    padding: 5%;
  }
}
.plan .plancol .row {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0 8% 0 0;
  text-align: left;
  vertical-align: top;
  width: 100%;
  font-size: 18px;
}
@media (max-width: 680px) {
  .plan .plancol .row {
    padding: 0;
  }
}
.plan .plancol .row.plantxt {
  width: 40%;
  text-align: left;
}
@media (max-width: 834px) {
  .plan .plancol .row.plantxt {
    width: 100%;
  }
}
.plan .plancol .row.plandetail {
  width: 60%;
}
@media (max-width: 834px) {
  .plan .plancol .row.plandetail {
    width: 100%;
  }
}
.plan .plancol .row.plandetail.nolink p {
  padding: 0;
}
.plan h3 {
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 1.3em 0;
  text-decoration: underline;
}
.plan .uline {
  border-bottom: 1px solid #DCDCDC;
}
.plan p {
  margin: 0 0 1em 0;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.plan ul.note li {
  margin-bottom: 1em;
}
.plan dl {
  display: block;
  padding: 0;
  margin: 0 0 3% 0;
  font-size: 0;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.plan dl dt {
  display: inline-block;
  padding: 0 0 10px 0;
  margin: 0;
  white-space: nowrap;
  font-size: 16px;
  font-weight: normal;
  width: 6em;
  vertical-align: top;
}
@media (max-width: 680px) {
  .plan dl dt {
    display: block;
    width: inherit;
    padding: 0;
    font-size: 14px;
  }
}
.plan dl dt.lunch, .plan dl dt.dinner {
  position: relative;
}
.plan dl dt.lunch::before, .plan dl dt.dinner::before {
  content: "";
  display: block;
  background: #E9E6D7;
  padding: 10px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  border-radius: 8px;
}
.plan dl dt.lunch .inner, .plan dl dt.dinner .inner {
  position: relative;
  z-index: 2;
  padding: 15% 8% 0 8%;
  text-align: center;
}
.plan dl dt.dinner {
  color: #F8F8F7;
}
.plan dl dt.dinner::before {
  background: #181717;
}
.plan dl dd {
  display: inline-block;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  width: calc(100% - 6em);
  vertical-align: top;
}
@media (max-width: 680px) {
  .plan dl dd {
    display: block;
    width: inherit;
    padding: 0;
    font-size: 14px;
    border-top: none;
  }
}
.plan dl dd p {
  margin: 0 0 4px 0;
  text-align: left;
}
@media (max-width: 680px) {
  .plan dl dd p {
    font-size: 14px;
  }
}
.plan dl dd p.time {
  margin: 4px 10px;
  padding: 3px 0;
  font-size: 16px;
  border-top: 3px dotted #DCDCDC;
}
.plan dl dd p.time:nth-last-child(1) {
  border-bottom: 3px dotted #DCDCDC;
}

/*------------------------------------------------------------------------
イメージ
------------------------------------------------------------------------*/
figure {
  display: block;
  width: 100%;
  margin: 0 0 3% 0;
  position: relative;
}
figure img {
  width: 100%;
  height: auto;
  margin: 0;
}
figure figcaption {
  font-size: 13px;
  margin: 10px 0;
}
figure figcaption.txr {
  text-align: right;
}
figure figcaption.inn {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: block;
  padding: 0;
}
figure.drinkmenu {
  display: block;
  padding: 0px;
  margin: 0;
  background: #F4F2EA;
}
figure.drinkmenu figcaption {
  text-align: left;
  margin: 10px 0 0 0;
}
figure.drinkmenu figcaption p {
  margin: 0;
}
figure.drinkmenu img.pc {
  display: block;
}
@media (max-width: 680px) {
  figure.drinkmenu img.pc {
    display: none;
  }
}
figure.drinkmenu img.sp {
  display: none;
}
@media (max-width: 680px) {
  figure.drinkmenu img.sp {
    display: block;
  }
}
figure.sml {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 834px) {
  figure.sml {
    width: 100%;
  }
}
figure.xsml {
  width: 50%;
  margin: 0 auto 5% auto;
}
@media (max-width: 680px) {
  figure.xsml {
    width: 100%;
  }
}
figure.mid {
  width: 85%;
  margin: 0 auto 3% auto;
}
@media (max-width: 680px) {
  figure.mid {
    width: 100%;
  }
}
figure.wide img {
  width: 110%;
  position: relative;
  transform: translateX(-5%);
}
@media (max-width: 1440px) {
  figure.wide img {
    width: 100%;
    left: inherit;
    transform: none;
  }
}
@media (max-width: 1120px) {
  figure.wide img {
    width: 100%;
  }
}
figure.nomgn {
  margin: 0;
  font-size: 0;
}
figure.mgntop {
  margin: 30px 0 0 0;
}
figure.mgn5 {
  margin: 0 0 5% 0;
}
figure.spsml {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 680px) {
  figure.spsml {
    width: 70%;
  }
}
figure.circle {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  position: relative;
  text-align: center;
}
figure.circle img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 50%;
}
figure.circle figcaption {
  font-size: 14px;
}
@media (max-width: 680px) {
  figure.circle figcaption {
    font-size: 11px;
  }
}
@media (max-width: 680px) {
  figure.circle {
    width: 60%;
    height: 60%;
    margin: 0 auto 5% auto;
  }
}
figure.rd img {
  border-radius: 10px;
}
figure.ttlimg {
  margin: 0 0 5% 0;
}
@media (max-width: 680px) {
  figure.ttlimg {
    height: 100vw;
  }
  figure.ttlimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
figure.catimg {
  margin: 0;
  font-size: 0;
}
figure.catimg.pc {
  display: block;
}
@media (max-width: 680px) {
  figure.catimg.pc {
    display: none;
  }
}
figure.catimg.sp {
  display: none;
}
@media (max-width: 680px) {
  figure.catimg.sp {
    display: block;
  }
}

/*-------------------------------------------------------
メインイメージ
-------------------------------------------------------*/
#mainimg {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  background: #181717;
}
@media (max-width: 680px) {
  #mainimg {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
#mainimg .bg {
  margin: 0;
  padding: 0;
  font-size: 0;
}
#mainimg .bg.pc {
  display: block;
}
@media (max-width: 680px) {
  #mainimg .bg.pc {
    display: none;
  }
}
#mainimg .bg.sp {
  display: none;
}
@media (max-width: 680px) {
  #mainimg .bg.sp {
    display: block;
  }
}
#mainimg .mainlead {
  position: absolute;
  z-index: 1;
  padding: 0;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  width: 60%;
  max-width: 660px;
  transform: translate(-50%, -50%);
}
@media (max-width: 680px) {
  #mainimg .mainlead {
    left: 10%;
    transform: translate(0%, -50%);
  }
}
#mainimg .mainlead img {
  width: 100%;
  height: auto;
}
#mainimg .mainlead img.pc {
  display: block;
}
@media (max-width: 680px) {
  #mainimg .mainlead img.pc {
    display: none;
  }
}
#mainimg .mainlead img.sp {
  display: none;
}
@media (max-width: 680px) {
  #mainimg .mainlead img.sp {
    display: block;
  }
}
#mainimg .pdlink {
  position: absolute;
  z-index: 1;
  padding: 0;
  white-space: nowrap;
  bottom: 0;
  left: 50%;
  width: 9vw;
  height: 9vw;
  transform: translate(-50%, -20%);
  border-radius: 50%;
  background: url("../img/arrow_dwn.png") center center no-repeat rgba(0, 0, 0, 0);
  background-size: 40%;
}
#mainimg .pdlink::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  background: url("../img/bg_pdarrow.png") center center no-repeat;
  background-size: contain;
  animation: rotateAnimation 24s linear infinite;
}
#mainimg .pdlink:hover {
  background: url("../img/arrow_dwn.png") center 60% no-repeat;
  background-size: 40%;
}
@media (max-width: 680px) {
  #mainimg .pdlink {
    bottom: 0;
    left: inherit;
    right: 5%;
    width: 30vw;
    height: 30vw;
    transform: none;
  }
}

@keyframes rotateAnimation {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swiper-wrapper {
  position: relative;
  width: 100%;
}

.swiper-wrap {
  margin: 0;
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoom-in 10s linear 0s 1 normal both;
}

.slide-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}
.slide-img img.sp {
  display: none;
}
@media (max-width: 680px) {
  .slide-img img.sp {
    height: 50vh;
    display: block;
  }
}
@media (max-width: 680px) {
  .slide-img img {
    height: 50vh;
  }
}

/*-------------------------------------------------------
コンテンツイメージ
-------------------------------------------------------*/
.cntimg {
  max-height: 530px;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 500px 0 0 0;
  display: block;
  background-color: #ccc;
  margin: 0;
}
@media (max-width: 834px) {
  .cntimg {
    max-height: 300px;
    margin: 0;
    padding: 340px 0 0 0;
  }
}
@media (max-width: 680px) {
  .cntimg {
    max-height: 300px;
    margin: 0;
    padding: 280px 0 0 0;
  }
}
.cntimg.exl {
  padding: 680px 0 0 0;
  max-height: 710px;
}
@media (max-width: 834px) {
  .cntimg.exl {
    max-height: 480px;
    padding: 450px 0 0 0;
  }
}
@media (max-width: 680px) {
  .cntimg.exl {
    max-height: 350px;
    padding: 320px 0 0 0;
  }
}
.cntimg.exl .inner {
  position: absolute;
  top: 236.6666666667px;
  left: 0;
  width: 100%;
  height: 710px;
}
@media (max-width: 834px) {
  .cntimg.exl .inner {
    max-height: 480px;
  }
}
@media (max-width: 680px) {
  .cntimg.exl .inner {
    max-height: 350px;
  }
}
.cntimg.exl .inner.recruit {
  background: url("/img/recruitment/himg_recruitment.webp") center top no-repeat;
  background-size: cover;
  opacity: 1;
}
.cntimg .inner {
  position: absolute;
  top: 176.6666666667px;
  left: 0;
  width: 100%;
  height: 530px;
}
.cntimg .inner.profile {
  background: url("/img/profile/himg_profile.webp") center top no-repeat;
  background-size: cover;
  opacity: 1;
}
.cntimg .inner.features {
  background: url("/img/features/himg_features.webp") center top no-repeat;
  background-size: cover;
  opacity: 1;
}
.cntimg .inner.recruit {
  background: url("/img/recruitment/himg_recruitment.webp") center top no-repeat;
  background-size: cover;
  opacity: 1;
}
.cntimg .inner.contact {
  background: url("/img/contact/himg_contact.webp") center top no-repeat;
  background-size: cover;
  opacity: 1;
}
@media (max-width: 834px) {
  .cntimg .inner {
    max-height: 370px;
  }
}
@media (max-width: 680px) {
  .cntimg .inner {
    max-height: 300px;
  }
}
.cntimg .ttlbox {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  padding: 50px 60px;
}
@media (max-width: 680px) {
  .cntimg .ttlbox {
    left: 50%;
    right: inherit;
    transform: translate(-50%, -50%);
    padding: 20px 30px;
  }
}
.cntimg .ttlbox h1 {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  font-feature-settings: "palt";
}
@media (max-width: 680px) {
  .cntimg .ttlbox h1 {
    font-size: 18px;
  }
}
.cntimg .ttlbox h1 span {
  display: block;
  font-size: 48px;
  border-bottom: 1px solid #076ad9;
  padding: 0 1em 0.3em 1em;
  margin: 0 0 0.3em 0;
  background-image: linear-gradient(135deg, #3db2e7 0%, #009FE8 100%);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 680px) {
  .cntimg .ttlbox h1 span {
    font-size: 28px;
  }
}
.cntimg .ttlbox h1 span.lrg {
  font-size: 74px;
}
@media (max-width: 680px) {
  .cntimg .ttlbox h1 span.lrg {
    font-size: 32px;
  }
}

/*-------------------------------------------------------
パララックスイメージ
-------------------------------------------------------*/
.primg {
  position: relative;
  height: 26vw;
  display: block;
  margin: 0 0 5% 0;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 680px) {
  .primg {
    height: 32vw;
    background-size: 150%;
  }
}

/*-------------------------------------------------------
MENUメインイメージ
-------------------------------------------------------*/
.menuimg {
  display: block;
  font-size: 0;
  padding: 0;
  margin: 0;
  height: 50vw;
  position: relative;
}
@media (max-width: 680px) {
  .menuimg {
    height: inherit;
  }
}
.menuimg .menuimg_l {
  display: inline-block;
  width: 62%;
  height: 100%;
  background: url("../img/menuimg1.jpg") center center no-repeat;
  background-size: cover;
  vertical-align: top;
  position: relative;
  margin: 0;
}
@media (max-width: 680px) {
  .menuimg .menuimg_l {
    display: block;
    width: 100%;
    height: 80vw;
  }
}
.menuimg .menuimg_l .date_menu {
  width: 80%;
  position: absolute;
  bottom: 2vw;
  left: 2vw;
}
@media (max-width: 680px) {
  .menuimg .menuimg_l .date_menu {
    width: 50%;
  }
}
.menuimg .menuimg_r {
  display: inline-block;
  width: 38%;
  height: 100%;
  vertical-align: top;
  margin: 0;
  position: relative;
}
@media (max-width: 680px) {
  .menuimg .menuimg_r {
    display: block;
    width: 100%;
    height: 60vw;
  }
}
.menuimg .menuimg_r .menuimg_r1 {
  display: block;
  width: 100%;
  height: 50%;
  margin: 0;
  background: url("../img/menuimg2.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 680px) {
  .menuimg .menuimg_r .menuimg_r1 {
    display: inline-block;
    width: 50%;
    height: 100%;
  }
}
.menuimg .menuimg_r .menuimg_r2 {
  display: block;
  width: 100%;
  height: 50%;
  margin: 0;
  background: url("../img/menuimg3.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 680px) {
  .menuimg .menuimg_r .menuimg_r2 {
    display: inline-block;
    width: 50%;
    height: 100%;
  }
}
.menuimg .fairlead {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 680px) {
  .menuimg .fairlead {
    left: inherit;
    right: 0;
    z-index: 3;
  }
}
.menuimg.pc {
  display: block;
}
@media (max-width: 680px) {
  .menuimg.pc {
    display: none;
  }
}
.menuimg.sp {
  display: none;
}
@media (max-width: 680px) {
  .menuimg.sp {
    display: block;
    width: 40%;
  }
}

/*-------------------------------------------------------
リスト
-------------------------------------------------------*/
dl.detail_list {
  display: block;
  padding: 0;
  margin: 0 0 3% 0;
  font-size: 0;
  text-align: left;
}
dl.detail_list.nomgn {
  margin: 0;
}
dl.detail_list dt {
  display: inline-block;
  padding: 0 0 10px 0;
  margin: 0;
  white-space: nowrap;
  font-size: 18px;
  font-weight: normal;
  width: 6em;
  vertical-align: top;
}
@media (max-width: 680px) {
  dl.detail_list dt {
    display: block;
    width: inherit;
    padding: 0;
  }
}
dl.detail_list dt span {
  font-size: 14px;
}
dl.detail_list dt span.month {
  background: #DD4235;
  color: #F8F8F7;
  padding: 2px 10px 2px 10px;
  margin: 0 0 0 10px;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 5px;
  vertical-align: baseline;
}
dl.detail_list dd {
  display: inline-block;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 18px;
  width: calc(100% - 6em);
  vertical-align: top;
}
@media (max-width: 680px) {
  dl.detail_list dd {
    display: block;
    width: inherit;
    padding: 0;
    font-size: 14px;
    border-top: none;
  }
}
dl.detail_list dd p {
  font-weight: 400;
  line-height: 1.8 !important;
  margin: 0 0 4px 0;
  text-align: left;
}
@media (max-width: 680px) {
  dl.detail_list dd p {
    font-size: 14px;
  }
}
dl.detail_list dd p.tel {
  font-size: 18px;
}
@media (max-width: 680px) {
  dl.detail_list dd p.tel {
    font-size: 14px;
  }
}
dl.detail_list dd p.tel .tel_num {
  font-size: 18px;
}
@media (max-width: 680px) {
  dl.detail_list dd p.tel .tel_num {
    font-size: 14px;
  }
}
dl.detail_list dd .txtlist {
  margin: 0;
}
dl.detail_list dd .scrl {
  margin: 10px 0;
  padding: 0;
}
dl.detail_list.w20 dt {
  width: 20em;
}
dl.detail_list.w20 dd {
  width: calc(100% - 20em);
}
dl.detail_list.w14 dt {
  width: 14em;
}
dl.detail_list.w14 dd {
  width: calc(100% - 14em);
}
dl.detail_list.w10 dt {
  width: 10em;
}
@media (max-width: 680px) {
  dl.detail_list.w10 dt {
    width: inherit;
  }
}
dl.detail_list.w10 dd {
  width: calc(100% - 10em);
}
@media (max-width: 680px) {
  dl.detail_list.w10 dd {
    width: inherit;
  }
}
dl.detail_list.bdr {
  border-bottom: 1px solid #d8d8d8;
}
dl.detail_list.bdr dt {
  border-top: 1px solid #d8d8d8;
  padding: 20px 0;
}
@media (max-width: 680px) {
  dl.detail_list.bdr dt {
    display: block;
    width: inherit;
    padding: 10px 0 0 0;
  }
}
dl.detail_list.bdr dd {
  border-top: 1px solid #d8d8d8;
  padding: 20px 0;
}
@media (max-width: 680px) {
  dl.detail_list.bdr dd {
    border: none;
    display: block;
    width: inherit;
    padding: 0 0 10px 0;
  }
}
dl.detail_list.bdr dd.wide {
  width: 100%;
}

/*-------------------------------------------------------
テキストリスト
-------------------------------------------------------*/
ul.txtlist {
  display: block;
  padding: 0;
  margin: 2% 0 2% 0;
  list-style: none;
  font-size: 16px;
}
@media (max-width: 834px) {
  ul.txtlist {
    font-size: 14px;
  }
}
ul.txtlist li {
  display: block;
  margin: 0;
  padding: 0 0 0.5em 2em;
  position: relative;
  text-align: left;
  counter-increment: none;
  list-style-type: none;
}
ul.txtlist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 1em;
  height: 1em;
  background: #181717;
}
ul.txtlist li span {
  font-size: 13px;
  margin: 0 0 0 10px;
}
ul.txtlist li .mds {
  margin: 0 0 5px 0;
}
ul.txtlist li a {
  color: #DD4235;
  text-decoration: underline;
}
ul.txtlist li a:hover {
  color: #181717;
}

ul.stxtlist {
  display: block;
  padding: 0;
  margin: 0 0 3% 0;
  list-style: none;
  font-size: 0;
}
ul.stxtlist li {
  display: block;
  margin: 0;
  padding: 0 0 0.3em 1em;
  position: relative;
  text-align: left;
  counter-increment: none;
  list-style-type: none;
  font-size: 18px;
  vertical-align: top;
}
ul.stxtlist li::before {
  content: "";
  position: absolute;
  left: 0.3em;
  top: 0.8em;
  width: 0.2em;
  height: 0.2em;
  background: #181717;
  border-radius: 50%;
}
@media (max-width: 834px) {
  ul.stxtlist li {
    font-size: 14px;
  }
}
ul.stxtlist.iln li {
  display: inline-block;
  padding: 0 2em 0.3em 1em;
}
ul.stxtlist.iln50 li {
  width: 50%;
  display: inline-block;
  padding: 0 2em 0.3em 1em;
}
@media (max-width: 680px) {
  ul.stxtlist.iln50 li {
    width: inherit;
    display: block;
  }
}
ul.stxtlist.iln46 li {
  display: inline-block;
  padding: 0 2em 0.3em 1em;
}
ul.stxtlist.iln46 li:nth-child(odd) {
  width: 30%;
}
@media (max-width: 680px) {
  ul.stxtlist.iln46 li:nth-child(odd) {
    width: inherit;
    display: block;
  }
}
ul.stxtlist.iln46 li:nth-child(even) {
  width: 70%;
}
@media (max-width: 680px) {
  ul.stxtlist.iln46 li:nth-child(even) {
    width: inherit;
    display: block;
  }
}

ol.numlist {
  margin: 5% 0;
  padding: 0 0 0 2em;
  position: relative;
  line-height: 1.6;
  text-align: left;
}
ol.numlist.nomgn {
  margin: 0 !important;
}
ol.numlist.nomgn li {
  margin: 0;
}
@media (max-width: 680px) {
  ol.numlist {
    padding: 0 0 0 3em;
    font-size: 16px;
  }
}
ol.numlist li {
  list-style-type: style;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding-left: 0;
  position: relative;
}
ol.numlist li p {
  margin: 10px 0 0 0;
}
ol.numlist li p .tel_num {
  line-height: 1;
}
ol.numlist.kakko {
  margin: 5% 0;
  padding-left: 2em;
}
ol.numlist.kakko li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
ol.numlist.kakko li::before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -3.5em;
  width: 3em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
ol.numlist.kakko li ul {
  margin-left: 2em;
}
ol.numlist.kakko li ul li {
  margin: 0;
}
ol.numlist.kakko li ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
  color: #d8d8d8;
}
@media (max-width: 834px) {
  ol.numlist.kakko li ul li::before {
    font-size: 12px;
    top: 4px;
  }
}
#college ol.numlist.kakko li ul li::before {
  color: #d8d8d8;
}
ol.numlist.maru {
  margin: 2% 0;
  padding-left: 3em;
}
ol.numlist.maru li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
ol.numlist.maru li::before {
  content: counter(cnt);
  display: inline-block;
  margin-left: -3em;
  width: 2em;
  height: 2em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #181717;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1.8;
}
ol.numlist.blkc {
  text-align: center;
  padding-left: 0;
  margin: 0;
}
ol.numlist.blkc li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
ol.numlist.blkc li::before {
  content: counter(cnt);
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: inherit;
  left: inherit;
  font-size: 38px;
  line-height: 1.2;
  padding: 0;
}
ol.numlist.blkc li span {
  font-size: 28px;
  display: block;
}

/*-------------------------------------------------------
流れ
-------------------------------------------------------*/
dl.itemlist {
  padding: 0;
  margin: 0 0 4% 0;
  display: block;
  text-align: left;
  position: relative;
}
dl.itemlist dt {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 20px;
}
dl.itemlist dd {
  display: block;
  padding: 0;
  margin: 0 0 20px 0;
}
dl.itemlist dd a.pdf {
  position: relative;
  display: block;
  padding: 15px 15px 15px 50px;
  margin: 10px 0 0 0;
  background: url("/img/common/icon_pdf.webp") 15px center no-repeat;
  background-size: 24px;
  text-align: left;
  font-size: 20px;
  border: 2px solid #d8d8d8;
}
dl.itemlist dd a.pdf:hover {
  background: url("/img/common/icon_pdf.webp") 15px center no-repeat #333;
  background-size: 24px;
}
@media (max-width: 680px) {
  dl.itemlist dd a.pdf {
    padding: 15px 15px 15px 50px;
    font-size: 14px;
    line-height: 1.4;
  }
}

/*-------------------------------------------------------
パンくずリスト
-------------------------------------------------------*/
.cntimg + .breadcrumb {
  padding: 15px 30px 30px 30px;
}
@media (max-width: 680px) {
  .cntimg + .breadcrumb {
    position: relative;
    padding: 10px 20px;
  }
}

.breadcrumb {
  display: block;
  padding: 30px;
  margin: 0;
}
@media (max-width: 680px) {
  .breadcrumb {
    position: relative;
    padding: 10px;
  }
}
.breadcrumb ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #181717;
  text-align: left;
}
.breadcrumb ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  font-size: 12px;
}
@media (max-width: 834px) {
  .breadcrumb ul li {
    font-size: 12px;
  }
}
.breadcrumb ul li a {
  color: #181717;
  text-decoration: none;
  font-size: 12px;
}
.breadcrumb ul li a:hover {
  color: #999;
}
.breadcrumb ul li a::after {
  display: inline-block;
  content: "";
  margin: 0 10px 2px 10px;
  vertical-align: middle;
  color: #eee;
  width: 6px;
  height: 6px;
  border-top: 2px solid #d8d8d8;
  border-right: 2px solid #d8d8d8;
  transform: rotate(45deg);
}

/*-------------------------------------------------------
FAQ
-------------------------------------------------------*/
.acmenu {
  display: block;
  clear: both;
  margin: 0 0 2%;
  padding: 0;
}
.acmenu dt {
  display: block;
  margin: 0 0 10px 0;
  position: relative;
  padding: 18px 45px 18px 50px;
  text-align: left;
  font-size: 20px;
  box-sizing: border-box;
  cursor: pointer;
  background: #f8f8f8;
}
@media (max-width: 680px) {
  .acmenu dt {
    font-size: 16px;
  }
}
.acmenu dt:hover {
  background: #f8f8f8;
}
.acmenu dt:before {
  position: absolute;
  font-size: 28px;
  line-height: 1;
  color: #DD4235;
  top: 20px;
  left: 15px;
  display: block;
  content: "Q";
}
.acmenu dt:after {
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -8px;
  border-left: 2px solid rgb(0, 0, 0);
  border-top: 2px solid rgb(0, 0, 0);
  content: "";
  transform: rotate(225deg);
}
.acmenu dt.active:after {
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -3px;
  border-left: 2px solid rgb(0, 0, 0);
  border-top: 2px solid rgb(0, 0, 0);
  content: "";
  transform: rotate(45deg);
}
.acmenu dd {
  position: relative;
  display: none;
  margin: 0;
  padding: 20px 0 20px 50px;
  text-align: left;
  border: none;
  font-size: 18px;
}
.acmenu dd:before {
  position: absolute;
  font-size: 28px;
  font-weight: 200;
  line-height: 1;
  color: #d8d8d8;
  top: 20px;
  left: 15px;
  display: block;
  content: "A";
}
.acmenu dd p {
  font-size: 18px;
  margin: 0;
}
@media (max-width: 680px) {
  .acmenu dd p {
    font-size: 16px;
  }
}
.acmenu dd p.note {
  font-size: 14px;
  margin: 10px 0 0 0;
}
.acmenu dd figure {
  display: block;
  width: 100%;
  margin: 0 0 5% 0;
  position: relative;
}
.acmenu dd figure img {
  width: 100%;
  height: auto;
  margin: 0;
}
.acmenu dd figure figcaption {
  font-size: 13px;
  margin: 10px 0 0 0;
}

/*-------------------------------------------------------
アイコンリスト
-------------------------------------------------------*/
ul.iconnav {
  position: relative;
  display: block;
  padding: 0;
  margin: 5% -20px 5% 0;
  text-align: left;
  background: none;
  color: #181717;
  font-size: 0;
  list-style: none;
}
ul.iconnav li {
  display: inline-block;
  width: 25%;
  padding: 0 20px 20px 0;
  vertical-align: top;
  text-align: center;
}
@media (max-width: 680px) {
  ul.iconnav li {
    width: 50%;
  }
}
ul.iconnav li a {
  display: block;
  background: #F8F8F7;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: relative;
  font-size: 24px;
  margin: 0;
  padding: 30px;
}
ul.iconnav li a:hover {
  background: #eee;
}
ul.iconnav li a figure {
  width: 30%;
  margin: 0 auto;
}
ul.iconnav li a figure img {
  width: 100%;
  height: auto;
}
ul.iconnav li a p {
  width: 100%;
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}
ul.iconnav li a p span {
  display: block;
  font-size: 48px;
  color: #DD4235;
}
ul.iconnav li a p span.ilin {
  display: inline-block;
  padding: 0 5px;
}
ul.iconnav li.active a {
  border: 6px solid #DD4235;
}

/*-------------------------------------------------------
データリスト
-------------------------------------------------------*/
ul.datalist {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 -3% 0 0;
  text-align: center;
  background: none;
  color: #181717;
  font-size: 0;
  list-style: none;
}
ul.datalist li {
  display: inline-block;
  width: 33.33%;
  padding: 0 3% 3% 0;
  vertical-align: top;
}
@media (max-width: 680px) {
  ul.datalist li {
    width: 50%;
  }
}
ul.datalist li .innerbox {
  display: block;
  background: #F8F8F7;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: relative;
  height: 10em;
  font-size: 24px;
}
ul.datalist li .innerbox p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}
ul.datalist li .innerbox p span {
  display: block;
  font-size: 48px;
  color: #DD4235;
}
ul.datalist li .innerbox p span.ilin {
  display: inline-block;
  padding: 0 5px;
}

/*-------------------------------------------------------
テキストリスト
-------------------------------------------------------*/
ul.linklist {
  display: block;
  padding: 0;
  margin: 5% -20px 5% 0;
  list-style: none;
  font-size: 0;
}
ul.linklist li {
  display: inline-block;
  margin: 0;
  padding: 0 20px 20px 0;
  position: relative;
  text-align: left;
  width: 50%;
  font-size: 0;
}
@media (max-width: 680px) {
  ul.linklist li {
    width: 100%;
  }
}
ul.linklist li a {
  text-decoration: none;
  color: #181717;
  position: relative;
  background: #f4f4f4;
  display: block;
  padding: 30px;
  margin: 0;
}
ul.linklist li a::before {
  position: absolute;
  top: 47%;
  right: 20px;
  display: block;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-top: 2px solid rgb(0, 0, 0);
  border-right: 2px solid rgb(0, 0, 0);
  content: "";
  transform: rotate(45deg);
}
ul.linklist li a:hover {
  background: #eaeaea;
}
ul.linklist li a h4 {
  margin: 0 0 10px 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
}
ul.linklist li a h4 .category {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  padding: 3px 20px;
  margin-right: 15px;
  border-radius: 20px;
}
ul.linklist li a h4 .category.regular {
  background: #638aaa;
  color: #fff;
}
ul.linklist li a h4 .category.parttime {
  background: #9caa46;
  color: #fff;
}
ul.linklist li a p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
ul.linklist li a p span {
  display: inline-block;
  font-size: 14px;
  padding: 3px 10px;
  margin-right: 5px;
  border-radius: 5px;
  background: #DD4235;
}

ul.gokanlist {
  display: block;
  margin: 10% 0;
  padding: 0;
  font-size: 0;
  text-align: left;
}
ul.gokanlist li {
  display: inline-block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 20%;
  vertical-align: bottom;
  text-align: center;
  position: relative;
  height: 300px;
  cursor: pointer;
}
ul.gokanlist li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}
@media (max-width: 834px) {
  ul.gokanlist li {
    height: 240px;
  }
}
@media (max-width: 680px) {
  ul.gokanlist li {
    width: 100%;
    display: block;
    height: 144px;
  }
}
ul.gokanlist li.sight {
  background: url("../img/bg_gokan_01.jpg") center center no-repeat;
  background-size: cover;
}
ul.gokanlist li.taste {
  background: url("../img/bg_gokan_02.jpg") center center no-repeat;
  background-size: cover;
}
ul.gokanlist li.toucht {
  background: url("../img/bg_gokan_03.jpg") center center no-repeat;
  background-size: cover;
}
ul.gokanlist li.sound {
  background: url("../img/bg_gokan_04.jpg") center center no-repeat;
  background-size: cover;
}
ul.gokanlist li.scent {
  background: url("../img/bg_gokan_05.jpg") center center no-repeat;
  background-size: cover;
}
ul.gokanlist li:hover .inner .actxt {
  display: block;
  height: auto;
  padding: 1.5em 0;
  font-size: 16px;
}
@media (max-width: 680px) {
  ul.gokanlist li:hover .inner .actxt {
    font-size: 13px;
  }
}
ul.gokanlist li:hover::after {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (max-width: 680px) {
  ul.gokanlist li:hover::after {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
ul.gokanlist li .inner {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  text-align: center;
  z-index: 5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 680px) {
  ul.gokanlist li .inner {
    padding: 0 50% 0 0;
  }
}
ul.gokanlist li .inner h4 {
  font-size: 44px;
  line-height: 1.2;
  margin: 0 0 0.2em 0;
  padding: 0;
}
ul.gokanlist li .inner .actxt {
  font-size: 0;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  height: 0;
  transition: all 0.5s ease;
}
@media (max-width: 680px) {
  ul.gokanlist li .inner .actxt {
    font-size: 13px;
    height: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: left;
    transform: translateY(-50%);
  }
}
ul.gokanlist li .inner .en {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Noto Serif Display", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.2em;
}
ul.gokanlist li .inner .en::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/icon_star_w.png") center center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
ul.gokanlist li .inner .en::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/icon_star_w.png") center center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

/*-------------------------------------------------------
サムネール付き一覧
-------------------------------------------------------*/
.seatlist {
  display: block;
  padding: 0;
  margin: 2% -5% 5% 0;
  box-sizing: border-box;
  list-style: none;
  font-size: 0;
  text-align: left;
}
.seatlist.txc li {
  text-align: center;
}
.seatlist li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5% 5% 0;
  margin: 0;
  text-align: left;
  width: 33.33%;
  box-sizing: border-box;
}
@media (max-width: 1120px) {
  .seatlist li {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .seatlist li {
    width: 100%;
    padding: 0 5% 15% 0;
  }
}
.seatlist li figure {
  margin: 0;
  overflow: hidden;
  display: block;
}
.seatlist li figure img {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
@media (max-width: 680px) {
  .seatlist li figure img {
    transform: none;
  }
}
.seatlist li figure figcaption {
  display: block;
  width: 100%;
  margin: 0;
  padding: 30px 0 0 0;
}
@media (max-width: 680px) {
  .seatlist li figure figcaption {
    transform: none;
  }
}
.seatlist li figure figcaption h3 {
  font-size: 20px;
  margin: 0 0 0.8em 0;
}
@media (max-width: 680px) {
  .seatlist li figure figcaption h3 {
    font-size: 20px;
  }
}
.seatlist li figure figcaption p {
  font-size: 14px;
  line-height: 2;
  margin: 0;
}

.catlist {
  display: block;
  padding: 0;
  margin: 2% -5% 5% 0;
  box-sizing: border-box;
  list-style: none;
  font-size: 0;
  text-align: center;
}
.catlist li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5% 5% 0;
  margin: 0;
  text-align: center;
  width: 33.33%;
  box-sizing: border-box;
}
@media (max-width: 1120px) {
  .catlist li {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .catlist li {
    display: block;
    width: 100%;
    padding: 0 5% 15% 0;
    font-size: 0;
    text-align: left;
  }
}
.catlist li figure {
  margin: 0;
  overflow: hidden;
  display: block;
}
@media (max-width: 680px) {
  .catlist li figure {
    display: inline-block;
    width: 160px;
    height: 160px;
    vertical-align: top;
  }
}
.catlist li figure img {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
@media (max-width: 680px) {
  .catlist li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.catlist li figure figcaption {
  display: block;
  width: 100%;
  margin: 0;
  padding: 30px 0 0 0;
}
@media (max-width: 680px) {
  .catlist li figure figcaption {
    display: inline-block;
    width: 50%;
    text-align: left;
    vertical-align: top;
    padding: 0;
  }
}
.catlist li .inner {
  display: block;
  margin: 0;
  padding: 20px 0 0 0;
}
@media (max-width: 680px) {
  .catlist li .inner {
    display: inline-block;
    width: calc(100% - 160px);
    padding: 0 0 0 5%;
  }
}
.catlist li .inner h3 {
  font-size: 20px;
  margin: 0 0 0.8em 0;
}
@media (max-width: 680px) {
  .catlist li .inner h3 {
    font-size: 16px;
  }
}
.catlist li .inner p {
  font-size: 14px;
  line-height: 2;
  margin: 0;
}
@media (max-width: 680px) {
  .catlist li .inner p {
    font-size: 12px;
    line-height: 1.6;
  }
  .catlist li .inner p br {
    display: none;
  }
}
@media (max-width: 680px) {
  .catlist li .inner .btn {
    display: block;
    text-align: left;
  }
}

/*--------------------------------------------------------------------
タブ
--------------------------------------------------------------------*/
ul.tab {
  display: block;
  margin: 0 0 5% -5px;
  padding: 0;
  font-size: 0;
  text-align: left;
}
@media (max-width: 680px) {
  ul.tab {
    margin: 0 0 10% -5px;
    text-align: left;
  }
}
ul.tab.w2 li {
  width: 50%;
}
@media (max-width: 680px) {
  ul.tab.w2 li {
    width: 100%;
  }
}
ul.tab.w3 li {
  width: 33.33%;
}
@media (max-width: 680px) {
  ul.tab.w3 li {
    width: 50%;
  }
}
ul.tab.w4 li {
  width: 25%;
}
@media (max-width: 680px) {
  ul.tab.w4 li {
    width: 50%;
  }
}
ul.tab.w6 li {
  width: 16.66%;
}
@media (max-width: 1120px) {
  ul.tab.w6 li {
    width: 33.33%;
    margin-bottom: 5px;
  }
}
@media (max-width: 680px) {
  ul.tab.w6 li {
    width: 50%;
  }
}
ul.tab.w6 li {
  width: 16.66%;
}
@media (max-width: 1120px) {
  ul.tab.w6 li {
    width: 33.33%;
    margin-bottom: 5px;
  }
}
@media (max-width: 680px) {
  ul.tab.w6 li {
    width: 50%;
  }
}
ul.tab li {
  display: inline-block;
  margin: 0;
  padding: 0 0 5px 5px;
  box-sizing: border-box;
  width: 33.33%;
  vertical-align: bottom;
}
@media (max-width: 680px) {
  ul.tab li {
    width: 50%;
  }
}
ul.tab li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  padding: 14px 10px 14px 10px;
  position: relative;
  color: #181717;
  margin: 0;
  background: #f6f6f6;
  border: none;
  text-align: center;
}
@media (max-width: 680px) {
  ul.tab li a {
    font-size: 12px;
    padding: 10px;
    text-align: left;
  }
}
ul.tab li a:hover {
  background: #eee;
}
ul.tab li.active a {
  background: #DD4235;
  color: #F8F8F7;
}
ul.tab.pagelink {
  display: block;
  margin: 0 0 5% -5px;
  font-size: 0;
  text-align: left;
  box-sizing: border-box;
  border: none;
}
@media (max-width: 680px) {
  ul.tab.pagelink {
    margin: 0 0 10% -5px;
  }
}
ul.tab.pagelink li {
  display: inline-block;
  margin: 0;
  padding: 0 0 5px 5px;
  box-sizing: border-box;
  vertical-align: middle;
}
ul.tab.pagelink li a {
  text-decoration: none;
  display: block;
  padding: 20px 20px 20px 20px;
  position: relative;
  color: #181717;
  margin: 0;
  background: #f6f6f6;
  border: none;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 680px) {
  ul.tab.pagelink li a {
    font-size: 13px;
    text-align: left;
    padding: 10px 20px 10px 10px;
  }
  ul.tab.pagelink li a br {
    display: none;
  }
}
ul.tab.pagelink li a::before {
  display: none;
}
ul.tab.pagelink li a::after {
  content: "";
  width: 8px;
  height: 8px;
  position: relative;
  display: block;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: rotate(45deg) translateY(-100%);
  border: none;
  border-right: 1px solid #181717;
  border-bottom: 1px solid #181717;
  transition: all 0.2s ease;
}
ul.tab.pagelink li a:hover {
  background: #eee;
}
ul.tab.pagelink li a span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 680px) {
  ul.tab.pagelink li a span {
    top: inherit;
    transform: none;
  }
}
ul.tab.month {
  display: block;
  margin: 0 0 5% -5px;
  padding: 0;
  font-size: 0;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 680px) {
  ul.tab.month {
    margin: 0 0 10% -5px;
  }
}
ul.tab.month li {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 5px;
  box-sizing: border-box;
  width: 33.33%;
  vertical-align: bottom;
}
ul.tab.month li a {
  text-decoration: none;
  font-size: 20px;
  line-height: 1.4;
  display: block;
  padding: 14px 20px 14px 20px;
  position: relative;
  color: #181717;
  margin: 0;
  background: #f6f6f6;
  border: none;
  text-align: center;
}
@media (max-width: 680px) {
  ul.tab.month li a {
    font-size: 16px;
  }
}
ul.tab.month li a:hover {
  background: #eee;
}
ul.tab.month li a::before {
  display: none;
}
ul.tab.month li a::after {
  display: none;
}
ul.tab.month li.active a {
  background: #F8F8F7;
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  font-size: 28px;
  transform: translateY(1px);
}
@media (max-width: 680px) {
  ul.tab.month li.active a {
    font-size: 20px;
  }
}
ul.tab.month li.active a::before {
  display: none;
}
ul.tab.month li.active a::after {
  display: none;
}
.tabarea {
  display: none;
  opacity: 0;
  padding: 0;
  background: none;
}
.tabarea.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
}
@media (max-width: 680px) {
  .tabarea {
    padding: 5% 0;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*--------------------------------------------------------------------
お問い合わせリンク
--------------------------------------------------------------------*/
ul.contactlist {
  display: block;
  margin: 0 0 0 -3%;
  padding: 3% 0;
  font-size: 0;
  text-align: left;
}
@media (max-width: 680px) {
  ul.contactlist {
    padding: 10% 0;
  }
}
ul.contactlist li {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 3%;
  box-sizing: border-box;
  width: 33.33%;
  vertical-align: top;
}
@media (max-width: 834px) {
  ul.contactlist li {
    padding: 0 0 0 3%;
  }
}
@media (max-width: 680px) {
  ul.contactlist li {
    width: 100%;
    margin: 5% 0;
  }
}
ul.contactlist li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  padding: 6% 10%;
  position: relative;
  color: #181717;
  margin: 0;
  background: #f6f6f6;
  border: none;
  text-align: left;
  border-radius: 4px;
}
ul.contactlist li a:hover::before {
  background: #842A0C;
}
@media (max-width: 834px) {
  ul.contactlist li a {
    padding: 3% 5%;
  }
}
@media (max-width: 680px) {
  ul.contactlist li a {
    padding: 3% 6%;
  }
}
ul.contactlist li a::before {
  content: "";
  width: 72px;
  height: 72px;
  background: #181717;
  transition: all 0.2s ease;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  border-radius: 50%;
}
@media (max-width: 834px) {
  ul.contactlist li a::before {
    right: 5%;
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 680px) {
  ul.contactlist li a::before {
    right: 3%;
  }
}
ul.contactlist li a::after {
  content: "";
  width: 72px;
  height: 72px;
  background: url("../img/arrow_w.png") center center no-repeat;
  background-size: 40%;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%) rotate(-45deg);
  border-radius: 50%;
}
@media (max-width: 834px) {
  ul.contactlist li a::after {
    right: 5%;
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 680px) {
  ul.contactlist li a::after {
    right: 3%;
  }
}
ul.contactlist li a:hover {
  background: #eee;
}
ul.contactlist li a h4 {
  font-size: 32px;
  margin: 0;
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 834px) {
  ul.contactlist li a h4 {
    font-size: 24px;
  }
}
ul.contactlist li a h4 span {
  font-size: 20px;
  margin: 0 0 0 10px;
}
@media (max-width: 834px) {
  ul.contactlist li a h4 span {
    font-size: 14px;
  }
}
ul.contactlist li a p {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
@media (max-width: 834px) {
  ul.contactlist li a p {
    font-size: 10px;
  }
}
ul.contactlist li a.txtlink {
  font-size: 12px;
  text-decoration: underline;
  padding: 0;
  margin: 10px 0 0 0;
  color: #F8F8F7;
  background: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
ul.contactlist li a.txtlink::before, ul.contactlist li a.txtlink::after {
  display: none;
}

.slider {
  width: 100%;
  margin: 0 0;
  /* Slider */
  /* Arrows */
  /* Dots */
}
.slider .slick-slide {
  margin: 0 60px;
  transition: all ease-in-out 0.3s;
  opacity: 1;
}
#planlist .slider .slick-slide {
  margin: 0 40px;
}
@media (max-width: 680px) {
  #planlist .slider .slick-slide {
    margin: 0 20px;
  }
}
.slider .slick-slide img {
  display: block;
  width: 100%;
}
.slider .wraptxt {
  display: block;
  padding: 0;
  font-size: 0;
  text-align: left;
}
.slider .wraptxt a {
  display: block;
  padding: 5%;
  font-size: 0;
  text-align: left;
  background: #F8F8F7;
  position: relative;
  border-radius: 0;
}
@media (max-width: 680px) {
  .slider .wraptxt a {
    padding: 5% 5% 20% 5%;
  }
}
.slider .wraptxt a::after {
  content: "MORE";
  display: block;
  position: absolute;
  bottom: 16px;
  right: 10px;
  font-size: 14px;
  z-index: 2;
  color: #F8F8F7;
  font-family: "Noto Serif Display", serif;
  font-weight: 300;
  font-style: normal;
  transform: rotate(-45deg);
}
.slider .wraptxt a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  transition: all 0.2s ease;
  border-left: 80px solid transparent;
  border-bottom: 80px solid #842A0C;
  position: absolute;
  bottom: 0;
  right: 0;
}
.slider .wraptxt a:hover::before {
  border-left: 80px solid transparent;
  border-bottom: 80px solid #cc542b;
}
.slider .wraptxt a figure {
  display: inline-block;
  width: 50%;
  margin: 0;
  padding: 0 5% 0 0;
  vertical-align: middle;
  position: relative;
}
.slider .wraptxt a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 680px) {
  .slider .wraptxt a figure {
    display: block;
    width: inherit;
    padding: 0;
    margin: 0 0 20px 0;
  }
}
.slider .wraptxt a .inner {
  display: inline-block;
  width: 50%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  vertical-align: middle;
}
@media (max-width: 680px) {
  .slider .wraptxt a .inner {
    display: block;
    width: inherit;
  }
}
.slider .wraptxt a .inner h3 {
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 0.3em 0;
  text-decoration: underline;
}
@media (max-width: 680px) {
  .slider .wraptxt a .inner h3 {
    font-size: 22px;
  }
}
.slider .wraptxt a .inner .price {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.slider .wraptxt a .inner .price .icon_category {
  background: #842A0C;
  color: #F8F8F7;
  font-size: 13px;
  padding: 3px 5px;
  margin: 0 20px 0 0;
  position: relative;
  transform: translateY(-8px);
  display: inline-block;
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.slider .wraptxt a .inner .price .amount {
  color: #842A0C;
  font-size: 50px;
  padding: 0;
  margin: 0 0px 0 0;
  letter-spacing: 0.1em;
  font-family: "Noto Serif Display", serif;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 680px) {
  .slider .wraptxt a .inner .price .amount {
    font-size: 36px;
  }
}
.slider .wraptxt a .inner .desc1 {
  margin: 0 0 1em 0;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 680px) {
  .slider .wraptxt a .inner .desc1 {
    font-size: 15px;
  }
}
.slider .wraptxt a .inner .desc2 {
  margin: 0;
  font-size: 14px;
  color: #73706E;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.slider .slick-active {
  opacity: 0.5;
}
.slider .slick-current {
  opacity: 1;
}
.slider .slick-loading .slick-list {
  background: url("../img/ajax-loader.gif") center center no-repeat;
}
.slider .slick-prev {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 42px;
  padding: 0;
  margin: -20px 0 0;
  position: absolute;
  left: 45px;
  top: 46%;
  z-index: 3;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  font-size: 0;
  border: none;
  background: none;
  transition: all 0.3s ease-in-out;
}
.slider .slick-prev::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  transform: rotate(315deg);
}
.slider .slick-prev:hover {
  opacity: 0.4;
  left: 35px;
}
.slider .slick-next {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 42px;
  padding: 0;
  margin: -20px 0 0;
  position: absolute;
  top: 46%;
  right: 45px;
  z-index: 3;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  font-size: 0;
  border: none;
  background: none;
  transition: all 0.3s ease-in-out;
}
.slider .slick-next::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  transform: rotate(135deg);
}
.slider .slick-next:hover {
  opacity: 0.4;
  right: 35px;
}
.slider .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slider .slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slider .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slider .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slider .slick-dots li button:hover, .slider .slick-dots li button:focus {
  outline: none;
}
.slider .slick-dots li button:hover:before, .slider .slick-dots li button:focus:before {
  opacity: 1;
}
.slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 20px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slider .slick-dots li.slick-active button:before {
  color: #000;
  opacity: 1;
  font-size: 16px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-ctl {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 30px;
  margin: 2% 0 0 0;
  /* Arrows */
}
.slick-ctl .slick-prev {
  position: absolute;
  left: 0;
  top: 4px;
  display: inline-block;
  text-decoration: none;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  z-index: 3;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  font-size: 0;
  border: none;
  background: none;
  transition: all 0.3s ease-in-out;
  background: url("../img/btn_ret_bl.png") center center no-repeat;
  background-size: contain;
}
.slick-ctl .slick-prev:hover {
  opacity: 0.4;
}
.slick-ctl .slick-next {
  position: absolute;
  right: 0;
  top: 4px;
  display: inline-block;
  text-decoration: none;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  font-size: 0;
  border: none;
  background: none;
  transition: all 0.3s ease-in-out;
  background: url("../img/btn_next_bl.png") center center no-repeat;
  background-size: contain;
}
.slick-ctl .slick-next:hover {
  opacity: 0.4;
}
.slick-ctl .dots-wrap {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.slick-ctl .dots-wrap li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background: #848484;
  cursor: pointer;
  background: url("../img/icon_dot_bl.png") center center no-repeat;
  background-size: contain;
}
.slick-ctl .dots-wrap li:hover {
  background: url("../img/icon_dot_a_bl.png") center center no-repeat;
  background-size: contain;
}
.slick-ctl .dots-wrap li.slick-active {
  opacity: 1;
  background: url("../img/icon_dot_a_bl.png") center center no-repeat;
  background-size: contain;
}
.slick-ctl .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.slick-ctl-w {
  display: inline-block;
  position: relative;
  text-align: right;
  padding: 0 30px;
  margin: 2% 0 0 0;
  z-index: 2;
  /* Arrows */
}
.slick-ctl-w .slick-prev {
  position: absolute;
  left: 0;
  top: 4px;
  display: inline-block;
  text-decoration: none;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  z-index: 3;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  font-size: 0;
  border: none;
  background: none;
  transition: all 0.3s ease-in-out;
  background: url("../img/btn_ret.png") center center no-repeat;
  background-size: contain;
}
.slick-ctl-w .slick-prev:hover {
  opacity: 0.4;
}
.slick-ctl-w .slick-next {
  position: absolute;
  right: 0;
  top: 4px;
  display: inline-block;
  text-decoration: none;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  font-size: 0;
  border: none;
  background: none;
  transition: all 0.3s ease-in-out;
  background: url("../img/btn_next.png") center center no-repeat;
  background-size: contain;
}
.slick-ctl-w .slick-next:hover {
  opacity: 0.4;
}
.slick-ctl-w .dots-wrap {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.slick-ctl-w .dots-wrap li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background: #848484;
  cursor: pointer;
  background: url("../img/icon_dot.png") center center no-repeat;
  background-size: contain;
}
.slick-ctl-w .dots-wrap li:hover {
  background: url("../img/icon_dot_a.png") center center no-repeat;
  background-size: contain;
}
.slick-ctl-w .dots-wrap li.slick-active {
  opacity: 1;
  background: url("../img/icon_dot_a.png") center center no-repeat;
  background-size: contain;
}
.slick-ctl-w .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.slick-ctl-w2 {
  display: inline-block;
  position: relative;
  text-align: right;
  padding: 30px 0;
  margin: 0;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 0);
  /* Arrows */
}
@media (max-width: 680px) {
  .slick-ctl-w2 {
    position: absolute;
    left: inherit;
    right: 0;
    top: inherit;
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 0 30px;
  }
}
.slick-ctl-w2 .slick-prev {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  text-decoration: none;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  z-index: 3;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  font-size: 0;
  border: none;
  background: none;
  transition: all 0.3s ease-in-out;
  background: url("../img/btn_ret.png") center center no-repeat;
  background-size: contain;
}
.slick-ctl-w2 .slick-prev:hover {
  opacity: 0.4;
}
.slick-ctl-w2 .slick-next {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  text-decoration: none;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  font-size: 0;
  border: none;
  background: none;
  transition: all 0.3s ease-in-out;
  background: url("../img/btn_next.png") center center no-repeat;
  background-size: contain;
}
@media (max-width: 680px) {
  .slick-ctl-w2 .slick-next {
    position: absolute;
    right: 0;
    bottom: inherit;
    top: 0;
  }
}
.slick-ctl-w2 .slick-next:hover {
  opacity: 0.4;
}
.slick-ctl-w2 .dots-wrap {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 680px) {
  .slick-ctl-w2 .dots-wrap {
    display: inline-block;
  }
}
.slick-ctl-w2 .dots-wrap li {
  display: block;
  width: 20px;
  height: 20px;
  margin: 5px 0;
  background: #848484;
  cursor: pointer;
  background: url("../img/icon_dot.png") center center no-repeat;
  background-size: contain;
}
@media (max-width: 680px) {
  .slick-ctl-w2 .dots-wrap li {
    display: inline-block;
    margin: 0 5px;
  }
}
.slick-ctl-w2 .dots-wrap li:hover {
  background: url("../img/icon_dot_a.png") center center no-repeat;
  background-size: contain;
}
.slick-ctl-w2 .dots-wrap li.slick-active {
  opacity: 1;
  background: url("../img/icon_dot_a.png") center center no-repeat;
  background-size: contain;
}
.slick-ctl-w2 .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

#bnrinfo {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 7% 0;
  margin: 0;
  text-align: center;
  overflow: hidden;
}
#bnrinfo::before {
  content: "";
  width: 100%;
  height: 24vw;
  background: #181717;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/bg_bnr.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 680px) {
  #bnrinfo::before {
    display: none;
  }
}
@media (max-width: 480px) {
  #bnrinfo {
    padding: 0;
  }
  #bnrinfo .slider {
    display: block;
    margin: 0 0;
    padding: 0;
  }
  #bnrinfo .slider .slick-slide {
    margin: 0;
  }
  #bnrinfo .slider .slick-slide img {
    display: block;
    width: 100%;
  }
  #bnrinfo .slider div {
    position: relative;
    padding: 5%;
    display: block;
    margin: 0;
  }
  #bnrinfo .slider div a {
    margin: 0;
    padding: 0;
    display: block;
  }
  #bnrinfo .slider div a img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100% !important;
  }
}

#buffetimg {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-align: right;
}
#buffetimg .slider .slick-slide {
  margin: 0;
}
@media (max-width: 680px) {
  #buffetimg {
    width: 105%;
    transform: translateX(-5%);
    margin: 0 0 5% 0;
  }
}

#restimg {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0 5%;
  margin: 0;
  text-align: left;
}
@media (max-width: 680px) {
  #restimg {
    padding: 0;
    margin: 0 0 15% 0;
  }
  #restimg .lead.xlrg,
#restimg .lead.sml.mgn5 {
    padding: 0 5%;
  }
}
@media (max-width: 680px) {
  #restimg .slider {
    margin-top: 10%;
  }
}
#restimg .slider .slick-slide {
  margin: 0;
}
#restimg .slidecnt {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0 0 50px;
}
@media (max-width: 680px) {
  #restimg .slidecnt {
    padding: 0;
  }
}
#restimg .slidecnt p.lead {
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 6vw;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0.3em;
  display: block;
}
@media (max-width: 680px) {
  #restimg .slidecnt p.lead {
    font-size: 7.5vw;
    text-align: center;
    width: 100%;
  }
}

#planlist {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 4% 0;
  margin: 0;
  text-align: center;
}
#planlist .slick-ctl-p {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 30px;
  margin: 4% 0 0 0;
  /* Arrows */
}
#planlist .slick-ctl-p .slick-prev {
  position: absolute;
  left: 0;
  top: 6px;
  display: inline-block;
  text-decoration: none;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  z-index: 3;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  font-size: 0;
  border: none;
  background: none;
  transition: all 0.3s ease-in-out;
  background: url("../img/btn_ret.png") center center no-repeat;
  background-size: contain;
}
#planlist .slick-ctl-p .slick-prev:hover {
  opacity: 0.4;
}
#planlist .slick-ctl-p .slick-next {
  position: absolute;
  right: 0;
  top: 6px;
  display: inline-block;
  text-decoration: none;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  font-size: 0;
  border: none;
  background: none;
  transition: all 0.3s ease-in-out;
  background: url("../img/btn_next.png") center center no-repeat;
  background-size: contain;
}
#planlist .slick-ctl-p .slick-next:hover {
  opacity: 0.4;
}
#planlist .slick-ctl-p .dots-wrap3 {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
#planlist .slick-ctl-p .dots-wrap3 li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 680px) {
  #planlist .slick-ctl-p .dots-wrap3 li {
    display: block;
    margin: 15px 0;
  }
}
#planlist .slick-ctl-p .dots-wrap3 li:nth-child(1)::before {
  display: none;
}
#planlist .slick-ctl-p .dots-wrap3 li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0;
  margin: 0 10px 0 0;
  background: url("../img/icon_dot_a.png") center center no-repeat;
  background-size: contain;
}
@media (max-width: 680px) {
  #planlist .slick-ctl-p .dots-wrap3 li::before {
    display: none;
  }
}
#planlist .slick-ctl-p .dots-wrap3 li::after {
  color: #F8F8F7;
  font-size: 14px;
  line-height: 1.2;
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  padding: 0;
  opacity: 0.6;
}
#planlist .slick-ctl-p .dots-wrap3 li:hover::after {
  opacity: 1;
}
#planlist .slick-ctl-p .dots-wrap3 li.slick-active::after {
  opacity: 1;
}
#planlist .slick-ctl-p .dots-wrap3 li button {
  display: none;
  font-size: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/*--------------------------------------------------------------------
バーガーメニュー
--------------------------------------------------------------------*/
*,
*:after,
*:before {
  box-sizing: border-box;
}

body.overflow-hidden {
  overflow: hidden;
}
body.overflow-hidden::after {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0);
  z-index: -1;
  cursor: pointer;
}

body::after {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0);
  z-index: -1;
  transition-duration: 0.2s;
}

/*--------------------------------------------------------------------
メニュー一覧
--------------------------------------------------------------------*/
#navpanel {
  position: fixed;
  right: -100%;
  top: 0;
  width: 380px;
  height: 100%;
  z-index: 1;
  text-align: left;
  padding: 70px 0 0 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: scroll;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background: #181717;
}
#navpanel::-webkit-scrollbar {
  display: none;
}
#navpanel.is-visible {
  opacity: 1;
  right: 0%;
  pointer-events: all;
  transform: translateX(0);
}
@media (max-width: 834px) {
  #navpanel {
    width: 100%;
    padding: 80px 0 0 0;
    left: 0%;
    top: -100;
  }
}
#navpanel .navmenu {
  margin: 0 auto;
  padding: 20px;
  overflow: scroll;
  max-width: 680px;
  position: relative;
  background: #181717;
  font-size: 0;
  color: #F8F8F7;
  border-bottom: 1px solid #333;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#navpanel .navmenu::-webkit-scrollbar {
  display: none;
}
@media (max-width: 680px) {
  #navpanel .navmenu {
    margin: 0;
    padding: 20px;
  }
}
#navpanel .navmenu li {
  position: relative;
  display: block;
  margin: 0;
  font-size: 18px;
}
#navpanel .navmenu li a {
  display: block;
  margin: 0 0 5px 0;
  color: #F8F8F7;
  position: relative;
  padding: 10px 30px 10px 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-top: 1px solid #333;
}
#navpanel .navmenu li a::before {
  content: "";
  background: url("../img/icon_dot_a.png") center center no-repeat;
  background-size: contain;
  display: block;
  width: 20px;
  height: 14px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
#navpanel .navmenu li a::after {
  content: "";
  background: url("../img/arrow_w.png") center center no-repeat;
  background-size: contain;
  display: block;
  width: 20px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
#navpanel .navmenu li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#navpanel .basicinfo {
  display: block;
  padding: 20px;
  margin: 0 auto;
  text-align: left;
  color: #F8F8F7;
}
@media (max-width: 834px) {
  #navpanel .basicinfo {
    max-width: 680px;
  }
}
#navpanel .basicinfo address,
#navpanel .basicinfo p {
  display: block;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  margin: 0 0 10px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
@media (max-width: 680px) {
  #navpanel .basicinfo address,
#navpanel .basicinfo p {
    font-size: 14px;
  }
}
#navpanel .basicinfo .tel {
  font-size: 22px;
  font-family: "Noto Serif Display", serif;
  font-weight: 300;
  font-style: normal;
}
#navpanel .basicinfo .tel .tel_num {
  font-size: 22px;
  margin: 0 5px;
}
#navpanel .basicinfo .tel .tel_num a {
  text-decoration: underline;
  color: #DD4235;
}
@media (max-width: 680px) {
  #navpanel .basicinfo .tel .tel_num a {
    font-size: 22px;
    color: #F8F8F7;
  }
}
#navpanel .basicinfo h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 14px;
  margin: 1em 0;
}
#navpanel .basicinfo dl {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
#navpanel .basicinfo dl dt {
  display: inline-block;
  padding: 0 0 0.5em 0;
  margin: 0;
  white-space: nowrap;
  font-size: 14px;
  font-weight: normal;
  width: 7em;
  vertical-align: top;
}
#navpanel .basicinfo dl dd {
  display: inline-block;
  padding: 0 0 0.5em 0;
  margin: 0;
  font-size: 14px;
  width: calc(100% - 7em);
  vertical-align: top;
}
#navpanel .basicinfo dl dd p {
  font-weight: 400;
  line-height: 1.8 !important;
  margin: 0 0 4px 0;
  text-align: left;
}
@media (max-width: 680px) {
  #navpanel .basicinfo dl dd p {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------------
テーブル
--------------------------------------------------------------------*/
table.tbl {
  border-collapse: collapse;
  margin: 0 0 5% 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #181717;
  border-left: 1px solid #181717;
  display: table;
  background: #F8F8F7;
}
table.tbl.pc {
  display: table;
}
@media (max-width: 680px) {
  table.tbl.pc {
    display: none;
  }
}
table.tbl.sp {
  display: none;
}
@media (max-width: 680px) {
  table.tbl.sp {
    display: table;
  }
}
table.tbl.mgn10 {
  margin: 0 0 10% 0;
}
@media (max-width: 680px) {
  table.tbl thead {
    display: none;
  }
}
table.tbl tr {
  border-bottom: 1px solid #181717;
}
table.tbl tr th {
  padding: 10px;
  border-right: 1px solid #181717;
  background: #f6f6f6;
}
@media (max-width: 834px) {
  table.tbl tr th {
    padding: 4px 8px;
  }
}
table.tbl tr td {
  padding: 10px;
  border-right: 1px solid #181717;
}
table.tbl tr td.nobdr {
  border-right: none;
}
@media (max-width: 834px) {
  table.tbl tr td {
    padding: 4px 8px;
  }
}
table.tbl tr th,
table.tbl tr td {
  box-sizing: border-box;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
  font-size: 16px;
}
@media (max-width: 680px) {
  table.tbl tr th,
table.tbl tr td {
    font-size: 14px;
  }
}
table.tbl tr th.lunch, table.tbl tr th.dinner,
table.tbl tr td.lunch,
table.tbl tr td.dinner {
  position: relative;
}
table.tbl tr th.lunch::before, table.tbl tr th.dinner::before,
table.tbl tr td.lunch::before,
table.tbl tr td.dinner::before {
  content: "";
  display: block;
  background: #E9E6D7;
  padding: 10px;
  height: 90%;
  width: 90%;
  position: absolute;
  top: 5%;
  z-index: 1;
  border-radius: 8px;
}
table.tbl tr th.lunch .inner, table.tbl tr th.dinner .inner,
table.tbl tr td.lunch .inner,
table.tbl tr td.dinner .inner {
  position: relative;
  z-index: 2;
  padding: 8%;
}
table.tbl tr th.lunch .inner .time, table.tbl tr th.dinner .inner .time,
table.tbl tr td.lunch .inner .time,
table.tbl tr td.dinner .inner .time {
  display: block;
  background: #F8F8F7;
  color: #181717;
  border-radius: 20px;
  margin: 6px 0;
}
table.tbl tr th.dinner,
table.tbl tr td.dinner {
  color: #F8F8F7;
}
table.tbl tr th.dinner::before,
table.tbl tr td.dinner::before {
  background: #181717;
}
table.tbl tr th.wday,
table.tbl tr td.wday {
  background: #A38B22;
  color: #F8F8F7;
}
table.tbl tr th.hday,
table.tbl tr td.hday {
  background: #842A0C;
  color: #F8F8F7;
}
table.tbl tr th.part,
table.tbl tr td.part {
  background: #869876;
  color: #F8F8F7;
}
table.tbl tr th p,
table.tbl tr td p {
  margin: 0;
  font-size: 16px;
}
@media (max-width: 680px) {
  table.tbl tr th p,
table.tbl tr td p {
    font-size: 14px;
  }
}
table.tbl tr th p.note,
table.tbl tr td p.note {
  margin: 10px 0 0 0;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 680px) {
  table.tbl tr th p.note,
table.tbl tr td p.note {
    font-size: 12px;
    margin: 10px 0 0 0;
  }
}
table.tbl tr th p.lrg,
table.tbl tr td p.lrg {
  font-size: 20px;
}
@media (max-width: 834px) {
  table.tbl tr th p.lrg,
table.tbl tr td p.lrg {
    font-size: 16px;
  }
}
table.tbl tr th p.uline,
table.tbl tr td p.uline {
  border-bottom: 1px dotted #181717;
}
table.tbl tr th p.wday,
table.tbl tr td p.wday {
  display: block;
  background: #A38B22;
  color: #F8F8F7;
  border-radius: 20px;
}
table.tbl tr th p.hday,
table.tbl tr td p.hday {
  display: block;
  background: #842A0C;
  color: #F8F8F7;
  border-radius: 20px;
}
table.tbl tr th p.part,
table.tbl tr td p.part {
  display: block;
  background: #869876;
  color: #F8F8F7;
  border-radius: 20px;
}
table.tbl tr th p span,
table.tbl tr td p span {
  font-size: 13px;
}
table.tbl tr th p span.price,
table.tbl tr td p span.price {
  font-size: 28px;
}
@media (max-width: 834px) {
  table.tbl tr th p span.price,
table.tbl tr td p span.price {
    font-size: 22px;
  }
}
@media (max-width: 834px) {
  table.tbl tr th p span.price,
table.tbl tr td p span.price {
    font-size: 18px;
  }
}
table.tbl tr th p span.wday,
table.tbl tr td p span.wday {
  display: inline-block;
  background: #A38B22;
  color: #F8F8F7;
  border-radius: 20px;
  padding: 0px 10px;
  font-size: 10px;
  margin: 0 5px 7px 0;
  vertical-align: middle;
}
table.tbl tr th p span.hday,
table.tbl tr td p span.hday {
  display: inline-block;
  background: #842A0C;
  color: #F8F8F7;
  border-radius: 20px;
  padding: 0px 10px;
  font-size: 10px;
  margin: 0 5px 7px 0;
  vertical-align: middle;
}
table.tbl tr th p span.part,
table.tbl tr td p span.part {
  display: inline-block;
  background: #869876;
  color: #F8F8F7;
  border-radius: 20px;
  padding: 0px 10px;
  font-size: 10px;
  margin: 0 5px 7px 0;
  vertical-align: middle;
}
table.tbl tr th .resbtn,
table.tbl tr td .resbtn {
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  margin: 5px 0;
  font-size: 14px;
  text-decoration: none;
  border-radius: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 1px solid #181717;
  background: #F8F8F7;
  color: #181717;
}
@media (max-width: 680px) {
  table.tbl tr th .resbtn,
table.tbl tr td .resbtn {
    display: block;
  }
}
table.tbl tr th .resbtn::after,
table.tbl tr td .resbtn::after {
  content: "";
  width: 18px;
  height: 12px;
  background: url("../img/arrow.png") center center no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 0 0 10px;
}
table.tbl tr th .resbtn:hover,
table.tbl tr td .resbtn:hover {
  background: #e0e0e0;
  border: 1px solid #5f5c5c;
}
table.tbl tr th .resbtn span,
table.tbl tr td .resbtn span {
  background: #181717;
  padding: 2px 10px;
  margin: 0 10px 0 0;
  border-radius: 10px;
  color: #F8F8F7;
  font-size: 12px;
  line-height: 1;
}
table.tbl tr th .resbtn.mem,
table.tbl tr td .resbtn.mem {
  background: #181717;
  color: #F8F8F7;
}
table.tbl tr th .resbtn.mem::after,
table.tbl tr td .resbtn.mem::after {
  background: url("../img/arrow_w.png") center center no-repeat;
  background-size: contain;
}
table.tbl tr th .resbtn.mem:hover,
table.tbl tr td .resbtn.mem:hover {
  background: #5f5c5c;
  border: 1px solid #5f5c5c;
}
table.tbl tr th .resbtn.mem span,
table.tbl tr td .resbtn.mem span {
  background: #F8F8F7;
  color: #181717;
}
table.tbl tr th.txc,
table.tbl tr td.txc {
  text-align: center;
}
table.tbl tr th.txr,
table.tbl tr td.txr {
  text-align: right;
}
table.tbl tr th.txl,
table.tbl tr td.txl {
  text-align: left;
}
table.tbl tr th.nwrp,
table.tbl tr td.nwrp {
  white-space: nowrap;
}
table.tbl tr th.bg_mem,
table.tbl tr td.bg_mem {
  background: #F0DAF0;
  color: #842A0C;
}
table.tbl.nobdr2 {
  border-top: none;
  border-left: none;
  margin: 5% 0;
}
table.tbl.nobdr2 td,
table.tbl.nobdr2 td,
table.tbl.nobdr2 tr {
  border: none;
}
table.tbl.nobdr2 td.lunch, table.tbl.nobdr2 td.dinner {
  position: relative;
}
table.tbl.nobdr2 td.lunch::before, table.tbl.nobdr2 td.dinner::before {
  content: "";
  display: block;
  background: #E9E6D7;
  padding: 0px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 8px;
}
table.tbl.nobdr2 td.lunch .inner, table.tbl.nobdr2 td.dinner .inner {
  position: relative;
  z-index: 2;
  padding: 4%;
}
table.tbl.nobdr2 td.lunch .inner .time, table.tbl.nobdr2 td.dinner .inner .time {
  display: block;
  background: #F8F8F7;
  color: #181717;
  border-radius: 20px;
  margin: 6px 0;
}
table.tbl.nobdr2 td.dinner {
  color: #F8F8F7;
}
table.tbl.nobdr2 td.dinner::before {
  background: #181717;
}
table.tbl.nobdr2 .devide {
  height: 0;
  display: block;
  border-bottom: 1px dotted #181717;
  margin: 10px 0;
}
table.tbl.nobdr {
  border-top: none;
  border-left: none;
  margin: 0 0 2% 0;
}
@media (max-width: 680px) {
  table.tbl.nobdr {
    margin: 5% 0;
  }
}
table.tbl.nobdr td,
table.tbl.nobdr td,
table.tbl.nobdr tr {
  border: none;
  padding: 0;
}
@media (max-width: 680px) {
  table.tbl.nobdr td {
    display: block;
  }
}
table.tbl.nobdr dl {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: left;
}
table.tbl.nobdr dl dt {
  display: inline-block;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  font-size: 16px;
  font-weight: normal;
  width: 7em;
  vertical-align: top;
}
table.tbl.nobdr dl dt.lunch, table.tbl.nobdr dl dt.dinner {
  min-height: 5em;
  position: relative;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #A38B22;
}
table.tbl.nobdr dl dt.lunch::before, table.tbl.nobdr dl dt.dinner::before {
  content: "";
  display: block;
  background: #E9E6D7;
  padding: 10px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  border-radius: 8px;
}
table.tbl.nobdr dl dt.lunch .inner, table.tbl.nobdr dl dt.dinner .inner {
  position: relative;
  z-index: 2;
  line-height: 1.2;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  transform: translateY(-50%);
}
table.tbl.nobdr dl dt.dinner {
  color: #F8F8F7;
}
table.tbl.nobdr dl dt.dinner::before {
  background: #A38B22;
}
table.tbl.nobdr dl dd {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 16px;
  width: calc(100% - 7em);
  vertical-align: middle;
}
table.tbl.nobdr dl dd p {
  margin: 0;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 680px) {
  table.tbl.nobdr dl dd p {
    font-size: 14px;
  }
}
table.tbl.nobdr dl dd p.time {
  margin: 0 15px;
  padding: 3px 0;
  font-size: 16px;
  border-top: 3px dotted #DCDCDC;
  font-size: 16px;
}
table.tbl.nobdr dl dd p.time:nth-last-child(1) {
  border-bottom: 3px dotted #DCDCDC;
}
@media (max-width: 680px) {
  table.tbl.nobdr dl dd p.time {
    font-size: 14px;
  }
}
table.tbl.nobdr dl dd p.time.sngl {
  padding: 22px 0;
}

.scrl {
  display: block;
  padding: 0;
  margin: 0 0 5% 0;
}
.scrl .tbl {
  margin: 0;
}
@media (max-width: 680px) {
  .scrl {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .scrl::-webkit-scrollbar {
    height: 15px;
  }
  .scrl::-webkit-scrollbar-track {
    /*tableにスクロールバーを追加*/
    background: #F1F1F1;
  }
  .scrl::-webkit-scrollbar-thumb {
    /*tableにスクロールバーを追加*/
    background: #BCBCBC;
  }
}

/*-------------------------------------------------------
コンテンツページヘッダー
-------------------------------------------------------*/
#header {
  position: absolute;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
  margin: 0;
  z-index: 2;
  transition: all 0.3s ease;
  background: #181717;
  z-index: 10;
  /*--------------------------------------------------------------------
     トリガー
     --------------------------------------------------------------------*/
}
#header .sitelogo {
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  padding: 0;
  margin: 0;
  width: 400px;
  height: 100%;
  z-index: 6;
}
#header .sitelogo a {
  display: block;
  width: 320px;
  height: 50px;
  background: url("../img/logo_letoile_w.png") left center no-repeat;
  background-size: 110px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  transition: all 0s ease;
  font-size: 12px;
  color: #F8F8F7;
  padding: 5px 0 0 120px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 680px) {
  #header .sitelogo {
    width: 230px;
    height: 50px;
    left: 20px;
    top: 5px;
  }
  #header .sitelogo a {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 0 0 90px;
    background-size: 80px;
    font-size: 9px;
    line-height: 1.6;
    position: relative;
    transform: none;
    top: inherit;
  }
}
#header.fix {
  position: fixed;
  top: 0;
  left: 0;
  background: #181717;
}
#toppage #header {
  background: none;
  box-shadow: none;
}
#toppage #header.fix {
  background: #181717;
}
#toppage #header.fix .mainmenu ul.gmenu li a {
  color: #F8F8F7;
}
#toppage #header.fix .mainmenu ul.gmenu li.res a {
  color: #181717;
  background: #F8F8F7;
}
#toppage #header.fix .mainmenu ul.gmenu li.res a::after {
  background: url("../img/arrow.png") center center no-repeat;
  background-size: contain;
}
#toppage #header.fix .mainmenu ul.gmenu li.res a:hover {
  background: #dddddd;
}
#header .mainmenu {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: right;
}
#header .mainmenu ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  vertical-align: middle;
  position: relative;
  pointer-events: none;
}
#header .mainmenu ul.gmenu {
  display: inline-block;
  padding: 0 20px;
}
@media (max-width: 834px) {
  #header .mainmenu ul.gmenu {
    display: none;
  }
}
#header .mainmenu ul.gmenu li {
  display: inline-block;
  padding: 0 5px;
  margin: 0;
  vertical-align: middle;
  pointer-events: all;
  position: relative;
}
#header .mainmenu ul.gmenu li::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/icon_star_w.png") center center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
#header .mainmenu ul.gmenu li:nth-last-child(1)::after, #header .mainmenu ul.gmenu li:nth-last-child(2)::after {
  display: none;
}
#header .mainmenu ul.gmenu li a {
  display: block;
  position: relative;
  padding: 4px 15px;
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  height: inherit;
  background: rgba(255, 255, 255, 0);
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  color: #F8F8F7;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#header .mainmenu ul.gmenu li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#toppage #header .mainmenu ul.gmenu li a {
  color: #F8F8F7;
}
#header .mainmenu ul.gmenu li.active a {
  background: rgba(0, 0, 0, 0.1);
}
#header .mainmenu ul.gmenu li.active a:hover {
  background: rgba(0, 0, 0, 0.06);
}
#header .mainmenu ul.gmenu li.res {
  padding: 0 0 0 10px;
}
#header .mainmenu ul.gmenu li.res a {
  display: inline-block;
  position: relative;
  padding: 10px 40px 10px 20px;
  margin: 0;
  line-height: 1.2;
  text-decoration: none;
  height: inherit;
  text-align: center;
  font-size: 13px;
  transition: all 0.2s ease;
  color: #181717;
  background: #fff;
  border-radius: 30px;
}
@media (max-width: 680px) {
  #header .mainmenu ul.gmenu li.res a {
    display: none;
  }
}
#header .mainmenu ul.gmenu li.res a:hover {
  background: #cccccc;
}
#header .mainmenu ul.gmenu li.res a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  background: url("../img/arrow.png") center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
#toppage #header .mainmenu ul.gmenu li.res a {
  background: #000;
}
#toppage #header .mainmenu ul.gmenu li.res a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  background: url("../img/arrow_w.png") center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
#toppage #header .mainmenu ul.gmenu li.res a:hover {
  background: #808080;
}
#header .mainmenu ul.slink {
  display: none;
  z-index: 6;
}
@media (max-width: 834px) {
  #header .mainmenu ul.slink {
    display: inline-block;
  }
}
#header .mainmenu ul.slink li {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  margin: 0;
  vertical-align: top;
  pointer-events: all;
}
#header .menubar {
  display: block;
  position: relative;
  width: 40px;
  height: 24px;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#header .menubar.is-visible {
  transform: translate3d(0, 100%, 0);
}
#header .menubar.menu-is-open {
  background-color: #DD4235;
}
#header .menubar .navtriger {
  position: relative;
  width: 40px;
  height: 24px;
  cursor: pointer;
}
#header .menubar .navtriger .trigerbar {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 34px;
  height: 0;
  background: #F8F8F7;
  transition: background-color 0.3s;
}
@media (max-width: 680px) {
  #header .menubar .navtriger .trigerbar {
    width: 40px;
  }
}
#header .menubar .navtriger .trigerbar::before,
#header .menubar .navtriger .trigerbar:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #F8F8F7;
  right: 0;
  transition: transform 0.3s, top 0.3s, background-color 0s;
}
#header .menubar .navtriger .trigerbar::before {
  top: -3px;
}
#header .menubar .navtriger .trigerbar::after {
  top: 3px;
}
#header .menubar .navtriger .trigerbar.is-clicked {
  background-color: transparent;
}
#header .menubar .navtriger .trigerbar.is-clicked::before {
  top: 0;
  transform: rotate(-35deg);
}
#header .menubar .navtriger .trigerbar.is-clicked::after {
  top: 0;
  transform: rotate(35deg);
}
/*-------------------------------------------------------
フッター
-------------------------------------------------------*/
footer {
  position: relative;
  display: block;
  padding: 5% 0 0 0;
  margin: 0;
  text-align: center;
  background: #181717;
  font-size: 0;
  color: #F8F8F7;
  border-top: 1px solid #F4F2EA;
}
@media (max-width: 680px) {
  footer {
    padding: 15% 0 10% 0;
  }
}
footer .navmenucol {
  display: inline-block;
  width: calc(100% - 300px);
  text-align: left;
  margin: 0;
  padding: 0 0 5% 0;
}
@media (max-width: 834px) {
  footer .navmenucol {
    width: 100%;
    display: block;
  }
}
footer .navmenucol .logomark {
  display: block;
  margin: 0 0 5vw 0;
  max-width: 180px;
  color: #F8F8F7;
}
@media (max-width: 680px) {
  footer .navmenucol .logomark {
    width: 120px;
    margin: 0 0 50px 0;
  }
}
footer .navmenucol .logomark figure {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
footer .navmenucol .logomark figure img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
footer .navmenucol .mainmenu {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 200px;
}
@media (max-width: 680px) {
  footer .navmenucol .mainmenu {
    display: block;
    width: inherit;
    border-top: 1px solid #333;
    margin: 0 0 10% 0;
  }
}
footer .navmenucol .mainmenu li {
  display: block;
  position: relative;
  padding: 0;
  margin: 0 0 20px 0;
}
@media (max-width: 680px) {
  footer .navmenucol .mainmenu li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #333;
  }
}
footer .navmenucol .mainmenu li a {
  color: #F8F8F7;
  padding: 0 0 0 20px;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  display: block;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
@media (max-width: 680px) {
  footer .navmenucol .mainmenu li a {
    padding: 14px 0 10px 20px;
  }
}
footer .navmenucol .mainmenu li a:hover {
  color: #F8F8F7;
  text-decoration: underline;
}
footer .navmenucol .mainmenu li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  background: url("../img/icon_dot_a.png") center center no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
@media (max-width: 680px) {
  footer .navmenucol .mainmenu li a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    background: url("../img/arrow_w.png") center center no-repeat;
    background-size: contain;
    transform: translate(0, -50%);
  }
}
footer .submenu {
  display: inline-block;
  width: 200px;
  margin: 0;
  padding: 0;
}
@media (max-width: 680px) {
  footer .submenu {
    width: inherit;
    margin: 50px 0 20px 0;
  }
}
footer .submenu.pc {
  display: inline-block;
}
@media (max-width: 680px) {
  footer .submenu.pc {
    display: none;
  }
}
footer .submenu.sp {
  display: none;
}
@media (max-width: 680px) {
  footer .submenu.sp {
    display: block;
  }
}
footer .submenu li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0 0 20px 0;
}
footer .submenu li a {
  color: #F8F8F7;
  padding: 0;
  margin: 0;
  font-size: 12px;
  display: block;
  position: relative;
}
footer .submenu li a:hover {
  color: #F8F8F7;
  text-decoration: underline;
}
footer .basicinfo {
  display: inline-block;
  width: 300px;
  padding: 0 0 5% 0;
  margin: 0;
  vertical-align: top;
  text-align: left;
}
@media (max-width: 834px) {
  footer .basicinfo {
    width: inherit;
    display: block;
  }
}
footer .basicinfo address,
footer .basicinfo p {
  display: block;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  margin: 0 0 10px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
@media (max-width: 680px) {
  footer .basicinfo address,
footer .basicinfo p {
    font-size: 14px;
  }
}
footer .basicinfo .tel {
  font-size: 22px;
  font-family: "Noto Serif Display", serif;
  font-weight: 300;
  font-style: normal;
}
footer .basicinfo .tel .tel_num {
  font-size: 22px;
  margin: 0 5px;
}
footer .basicinfo .tel .tel_num a {
  text-decoration: underline;
  color: #DD4235;
}
@media (max-width: 680px) {
  footer .basicinfo .tel .tel_num a {
    font-size: 22px;
    color: #F8F8F7;
  }
}
footer .basicinfo h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 14px;
  margin: 1em 0;
}
footer .basicinfo dl {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
footer .basicinfo dl dt {
  display: inline-block;
  padding: 0 0 0.5em 0;
  margin: 0;
  white-space: nowrap;
  font-size: 14px;
  font-weight: normal;
  width: 7em;
  vertical-align: top;
}
footer .basicinfo dl dd {
  display: inline-block;
  padding: 0 0 0.5em 0;
  margin: 0;
  font-size: 14px;
  width: calc(100% - 7em);
  vertical-align: top;
}
footer .basicinfo dl dd p {
  font-weight: 400;
  line-height: 1.8 !important;
  margin: 0 0 4px 0;
  text-align: left;
}
@media (max-width: 680px) {
  footer .basicinfo dl dd p {
    font-size: 14px;
  }
}
footer .hotelinfo {
  display: block;
  padding: 3% 5%;
  margin: 0;
  vertical-align: top;
  text-align: left;
  border-top: 1px solid #F4F2EA;
  font-size: 0;
  position: relative;
}
footer .hotelinfo .logo_h {
  width: 200px;
  margin: 0 0 5px 0;
  padding: 0;
}
footer .hotelinfo copyright {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.4;
  color: #F8F8F7;
  font-family: "Noto Serif Display", serif;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 834px) {
  footer .hotelinfo copyright {
    font-size: 12px;
    margin: 0;
  }
}
footer .hotelinfo .col1 {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}
footer .hotelinfo .col1 a {
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media (max-width: 680px) {
  footer .hotelinfo .col1 {
    display: block;
    width: inherit;
    padding: 5% 0;
  }
}
footer .hotelinfo .col2 {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  text-align: right;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 680px) {
  footer .hotelinfo .col2 {
    display: block;
    width: 110%;
    text-align: center;
    position: relative;
    right: inherit;
    top: inherit;
    transform: none;
    padding: 3% 0 10% 0;
    margin: 0 0 0 -5%;
    border-top: 1px solid #F4F2EA;
  }
}
footer .hotelinfo .col2 .mds.xmid {
  margin: 0;
  font-size: 4vw;
}
@media (max-width: 680px) {
  footer .hotelinfo .col2 .mds.xmid {
    font-size: 9vw;
  }
}

.fixbtn {
  display: none;
}
@media (max-width: 680px) {
  .fixbtn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #181717;
    text-align: center;
    padding: 10px 10px 18px 10px;
    z-index: 2;
  }
  .fixbtn .btn {
    margin: 0;
    border: 1px solid #F8F8F7;
    border-radius: 40px;
    padding: 10px 40px;
  }
}

/*-------------------------------------------------------
ティッカー
-------------------------------------------------------*/
.ticker {
  white-space: nowrap;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 0;
  background: #F8F8F7;
  color: #181717;
}
.ticker ul {
  display: flex;
  align-items: center;
  animation: ticker 100s linear infinite;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ticker ul li {
  font-size: 32px;
  line-height: 1;
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin: 0;
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  position: relative;
}
@media (max-width: 680px) {
  .ticker ul li {
    font-size: 26px;
  }
}
.ticker ul li::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  display: inline-block;
  background: url("../img/icon_dot_a_bl.png") center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 1em 0.2em 0;
}
.ticker.blk {
  background: #000;
  color: #F8F8F7;
}
.ticker.blk ul li {
  font-size: 90px;
  letter-spacing: 0.1em;
  padding: 0.5em 0 0.5em 0.5em;
}
.ticker.blk ul li::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  display: inline-block;
  background: url("../img/icon_dot_a.png") center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 0.4em 0.2em 0;
}
@media (max-width: 680px) {
  .ticker.blk ul li {
    font-size: 48px;
  }
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*-------------------------------------------------------
ページナビ
-------------------------------------------------------*/
.pagenav {
  display: block;
  margin: 0 0 5% 0;
}
@media (max-width: 680px) {
  .pagenav {
    margin: 0 0 10% 0;
  }
}
.pagenav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: table;
  position: relative;
}
@media (max-width: 680px) {
  .pagenav ul {
    display: block;
    padding: 60px 0 0 0;
  }
}
.pagenav ul li {
  display: table-cell;
  text-align: center;
}
@media (max-width: 680px) {
  .pagenav ul li {
    display: block;
  }
  .pagenav ul li .btn.bdr {
    display: block;
  }
}
.pagenav ul li:nth-child(1) {
  text-align: left;
}
@media (max-width: 680px) {
  .pagenav ul li:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
  }
}
.pagenav ul li:nth-child(3) {
  text-align: right;
}
@media (max-width: 680px) {
  .pagenav ul li:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
  }
}

/*-------------------------------------------------------
AC関連
-------------------------------------------------------*/
.accnt {
  display: block;
  background: #f6f6f6;
  padding: 0;
  position: relative;
}
.accnt .inner {
  padding: 5%;
  display: none;
  margin: 0;
}
.accnt .acbtn {
  display: block;
  margin: 0;
  width: 40px;
  height: 40px;
  background: #d8d8d8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  cursor: pointer;
  border-radius: 50%;
}
.accnt .acbtn::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #F8F8F7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.accnt .acbtn::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #F8F8F7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.accnt .acbtn.active::before {
  display: none;
}
.accnt .acbtn.active::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #F8F8F7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}
.accnt .acbtn:hover {
  opacity: 0.8;
}
.accnt dl {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  text-align: left;
}
@media (max-width: 834px) {
  .accnt dl {
    padding: 0;
    margin: 0 auto 40px auto;
  }
}
@media (max-width: 680px) {
  .accnt dl {
    padding: 0;
    margin: 0 auto 20px auto;
    font-size: 0.9em;
  }
}
.accnt dl dt {
  float: left;
  padding: 0;
  margin: 0;
  position: relative;
  width: 8em;
  font-weight: normal;
}
@media (max-width: 680px) {
  .accnt dl dt {
    float: none;
    width: auto;
  }
}
.accnt dl dd {
  margin: 0 0 1em 0;
  padding: 0 0 0 9em;
  position: relative;
}
@media (max-width: 680px) {
  .accnt dl dd {
    padding: 0 0 0 0;
  }
}

.map {
  display: block;
  margin: 0 0 5% 0;
  padding: 0;
}
.map iframe {
  width: 100%;
  height: 36vw;
  filter: grayscale(100%);
}
@media (max-width: 680px) {
  .map iframe {
    height: 60vw;
  }
}