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

body {
  margin: 0; }

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

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

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

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

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

html,
body,
#body {
  width: 100%;
  height: 100%; }

img {
  vertical-align: bottom; }

main {
  font: inherit;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  overflow-y: scroll; }

body {
  font-size: 1.6rem;
  line-height: 175%;
  color: black;
  background: white; }

@media (max-width: 767px) {
  body {
    font-size: 1.4rem; } }
.fadeinup {
  opacity: 0;
  transform: translateY(100px);
  transition: 1s;
  position: relative; }

img {
  width: 100%;
  height: auto;
  vertical-align: top; }

a {
  color: #111111;
  text-decoration: none; }

a:link {
  color: #111111;
  text-decoration: underline; }

a:visited {
  color: #111111; }

a:hover {
  color: #111111;
  text-decoration: none; }

a:active {
  color: #111111; }

.link-none a,
a[href^="tel:"] {
  text-decoration: none; }

.link-none a {
  pointer-events: none; }

@media (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none; } }
@media (max-width: 767px) {
  .body {
    padding-top: 100px; } }

.alink {
  margin-top: -185px;
  padding-top: 185px; }
  @media (max-width: 1024px) {
    .alink {
      margin-top: -95px;
      padding-top: 95px; } }

.disp_none {
  display: none !important; }

@media (max-width: 767px) {
  .sp {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .tablet {
    display: none !important; } }
@media (min-width: 1025px) {
  .pc {
    display: none !important; } }
em,
.em {
  font-style: italic; }

sup {
  font-size: 0.9rem; }

.nowrap {
  white-space: nowrap !important; }

.oneup {
  font-size: 110% !important; }

.twoup {
  font-size: 120% !important; }

.threeup {
  font-size: 130% !important; }

.onedown {
  font-size: 90% !important; }

.twodown {
  font-size: 80% !important; }

.threedown {
  font-size: 70% !important; }

.indent0 {
  text-indent: 0 !important; }

.indent01 {
  text-indent: 1rem !important; }

.indent02 {
  text-indent: -1rem !important;
  margin-left: 1rem !important; }

.indent03 {
  text-indent: -1.5rem !important;
  margin-left: 1.5rem !important; }

.indent04 {
  text-indent: -2rem !important;
  margin-left: 2rem !important; }

.indent05 {
  text-indent: -2.5rem !important;
  margin-left: 2.5rem !important; }

.indent06 {
  text-indent: -3rem !important;
  margin-left: 3rem !important; }

.indent07 {
  text-indent: -3.5rem !important;
  margin-left: 3.5rem !important; }

.indent08 {
  text-indent: -4rem !important;
  margin-left: 4rem !important; }

.indent09 {
  text-indent: -4.5rem !important;
  margin-left: 4.5rem !important; }

.indent10 {
  text-indent: -5rem !important;
  margin-left: 5rem !important; }

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

.xcenter,
table td.xcenter,
table th.xcenter,
table tr.xcenter th,
table tr.xcenter td {
  text-align: center !important; }

.xleft,
table td.xleft,
table th.xleft,
table tr.xleft th,
table tr.xleft td {
  text-align: left !important; }

.xright,
table td.xright,
table th.xright,
table tr.xright th,
table tr.xright td {
  text-align: right !important; }

.ytop,
table td.ytop,
table th.ytop,
table tr.ytop th,
table tr.ytop td {
  vertical-align: top !important; }

.ymiddle,
table td.ymiddle,
table th.ymiddle,
table tr.ymiddle th,
table tr.ymiddle td {
  vertical-align: middle !important; }

.ybottom,
table td.ybottom,
table th.ybottom,
table tr.ybottom th,
table tr.ybottom td {
  vertical-align: bottom !important; }

@media (max-width: 767px) {
  .sp_xcenter,
  table td.sp_xcenter,
  table th.sp_xcenter,
  table tr.sp_xcenter th,
  table tr.sp_xcenter td {
    text-align: center !important; }

  .sp_xleft,
  table td.sp_xleft,
  table th.sp_xleft,
  table tr.sp_xleft th,
  table tr.sp_xleft td {
    text-align: left !important; }

  .sp_xright,
  table td.sp_xright,
  table th.sp_xright,
  table tr.sp_xright th,
  table tr.sp_xright td {
    text-align: right !important; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .tl_xcenter,
  table td.tl_xcenter,
  table th.tl_xcenter,
  table tr.tl_xcenter th,
  table tr.tl_xcenter td {
    text-align: center !important; }

  .tl_xleft,
  table td.tl_xleft,
  table th.tl_xleft,
  table tr.tl_xleft th,
  table tr.tl_xleft td {
    text-align: left !important; }

  .tl_xright,
  table td.tl_xright,
  table th.tl_xright,
  table tr.tl_xright th,
  table tr.tl_xright td {
    text-align: right !important; } }
@media (max-width: 1024px) {
  .pc_xcenter,
  table td.pc_xcenter,
  table th.pc_xcenter,
  table tr.pc_xcenter th,
  table tr.pc_xcenter td {
    text-align: center !important; }

  .pc_xleft,
  table td.pc_xleft,
  table th.pc_xleft,
  table tr.pc_xleft th,
  table tr.pc_xleft td {
    text-align: left !important; }

  .pc_xright,
  table td.pc_xright,
  table th.pc_xright,
  table tr.pc_xright td,
  table tr.pc_xright th {
    text-align: right !important; } }
.mt0 {
  margin-top: 0px !important; }

.mt1 {
  margin-top: 1px !important; }

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

.mt3 {
  margin-top: 3px !important; }

.mt4 {
  margin-top: 4px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt6 {
  margin-top: 6px !important; }

.mt7 {
  margin-top: 7px !important; }

.mt8 {
  margin-top: 8px !important; }

.mt9 {
  margin-top: 9px !important; }

.mt10 {
  margin-top: 10px !important; }

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

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.mt105 {
  margin-top: 105px !important; }

.mt110 {
  margin-top: 110px !important; }

.mt115 {
  margin-top: 115px !important; }

.mt120 {
  margin-top: 120px !important; }

.mt125 {
  margin-top: 125px !important; }

.mt130 {
  margin-top: 130px !important; }

.mt135 {
  margin-top: 135px !important; }

.mt140 {
  margin-top: 140px !important; }

.mt145 {
  margin-top: 145px !important; }

.mt150 {
  margin-top: 150px !important; }

.mr0 {
  margin-right: 0px !important; }

.mr1 {
  margin-right: 1px !important; }

.mr2 {
  margin-right: 2px !important; }

.mr3 {
  margin-right: 3px !important; }

.mr4 {
  margin-right: 4px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr6 {
  margin-right: 6px !important; }

.mr7 {
  margin-right: 7px !important; }

.mr8 {
  margin-right: 8px !important; }

.mr9 {
  margin-right: 9px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr35 {
  margin-right: 35px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr45 {
  margin-right: 45px !important; }

.mr50 {
  margin-right: 50px !important; }

.mr55 {
  margin-right: 55px !important; }

.mr60 {
  margin-right: 60px !important; }

.mr65 {
  margin-right: 65px !important; }

.mr70 {
  margin-right: 70px !important; }

.mr75 {
  margin-right: 75px !important; }

.mr80 {
  margin-right: 80px !important; }

.mr85 {
  margin-right: 85px !important; }

.mr90 {
  margin-right: 90px !important; }

.mr95 {
  margin-right: 95px !important; }

.mr100 {
  margin-right: 100px !important; }

.mr105 {
  margin-right: 105px !important; }

.mr110 {
  margin-right: 110px !important; }

.mr115 {
  margin-right: 115px !important; }

.mr120 {
  margin-right: 120px !important; }

.mr125 {
  margin-right: 125px !important; }

.mr130 {
  margin-right: 130px !important; }

.mr135 {
  margin-right: 135px !important; }

.mr140 {
  margin-right: 140px !important; }

.mr145 {
  margin-right: 145px !important; }

.mr150 {
  margin-right: 150px !important; }

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

.mb1 {
  margin-bottom: 1px !important; }

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

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

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

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

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

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

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

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

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

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

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb105 {
  margin-bottom: 105px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.mb115 {
  margin-bottom: 115px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.mb125 {
  margin-bottom: 125px !important; }

.mb125 {
  margin-bottom: 125px !important; }

.mb130 {
  margin-bottom: 130px !important; }

.mb135 {
  margin-bottom: 135px !important; }

.mb140 {
  margin-bottom: 140px !important; }

.mb145 {
  margin-bottom: 145px !important; }

.mb150 {
  margin-bottom: 150px !important; }

.ml0 {
  margin-left: 0px !important; }

.ml1 {
  margin-left: 1px !important; }

.ml2 {
  margin-left: 2px !important; }

.ml3 {
  margin-left: 3px !important; }

.ml4 {
  margin-left: 4px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml6 {
  margin-left: 6px !important; }

.ml7 {
  margin-left: 7px !important; }

.ml8 {
  margin-left: 8px !important; }

.ml9 {
  margin-left: 9px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml45 {
  margin-left: 45px !important; }

.ml50 {
  margin-left: 50px !important; }

.ml55 {
  margin-left: 55px !important; }

.ml60 {
  margin-left: 60px !important; }

.ml65 {
  margin-left: 65px !important; }

.ml70 {
  margin-left: 70px !important; }

.ml75 {
  margin-left: 75px !important; }

.ml80 {
  margin-left: 80px !important; }

.ml85 {
  margin-left: 85px !important; }

.ml90 {
  margin-left: 90px !important; }

.ml95 {
  margin-left: 95px !important; }

.ml100 {
  margin-left: 100px !important; }

.ml105 {
  margin-left: 105px !important; }

.ml110 {
  margin-left: 110px !important; }

.ml115 {
  margin-left: 115px !important; }

.ml120 {
  margin-left: 120px !important; }

.ml125 {
  margin-left: 125px !important; }

.ml130 {
  margin-left: 130px !important; }

.ml135 {
  margin-left: 135px !important; }

.ml140 {
  margin-left: 140px !important; }

.ml145 {
  margin-left: 145px !important; }

.ml150 {
  margin-left: 150px !important; }

.pt0 {
  padding-top: 0px !important; }

.pt1 {
  padding-top: 1px !important; }

.pt2 {
  padding-top: 2px !important; }

.pt3 {
  padding-top: 3px !important; }

.pt4 {
  padding-top: 4px !important; }

.pt5 {
  padding-top: 5px !important; }

.pt6 {
  padding-top: 6px !important; }

.pt7 {
  padding-top: 7px !important; }

.pt8 {
  padding-top: 8px !important; }

.pt9 {
  padding-top: 9px !important; }

.pt10 {
  padding-top: 10px !important; }

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

.pt20 {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt45 {
  padding-top: 45px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt55 {
  padding-top: 55px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt65 {
  padding-top: 65px !important; }

.pt70 {
  padding-top: 70px !important; }

.pt75 {
  padding-top: 75px !important; }

.pt80 {
  padding-top: 80px !important; }

.pt85 {
  padding-top: 85px !important; }

.pt90 {
  padding-top: 90px !important; }

.pt95 {
  padding-top: 95px !important; }

.pt100 {
  padding-top: 100px !important; }

.pt105 {
  padding-top: 105px !important; }

.pt110 {
  padding-top: 110px !important; }

.pt115 {
  padding-top: 115px !important; }

.pt120 {
  padding-top: 120px !important; }

.pt125 {
  padding-top: 125px !important; }

.pt130 {
  padding-top: 130px !important; }

.pt135 {
  padding-top: 135px !important; }

.pt140 {
  padding-top: 140px !important; }

.pt145 {
  padding-top: 145px !important; }

.pt150 {
  padding-top: 150px !important; }

.pr1 {
  padding-right: 1px !important; }

.pr2 {
  padding-right: 2px !important; }

.pr3 {
  padding-right: 3px !important; }

.pr4 {
  padding-right: 4px !important; }

.pr5 {
  padding-right: 5px !important; }

.pr6 {
  padding-right: 6px !important; }

.pr7 {
  padding-right: 7px !important; }

.pr8 {
  padding-right: 8px !important; }

.pr9 {
  padding-right: 9px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr15 {
  padding-right: 15px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr25 {
  padding-right: 25px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr35 {
  padding-right: 35px !important; }

.pr40 {
  padding-right: 40px !important; }

.pr45 {
  padding-right: 45px !important; }

.pr50 {
  padding-right: 50px !important; }

.pr55 {
  padding-right: 55px !important; }

.pr60 {
  padding-right: 60px !important; }

.pr65 {
  padding-right: 65px !important; }

.pr70 {
  padding-right: 70px !important; }

.pr75 {
  padding-right: 75px !important; }

.pr80 {
  padding-right: 80px !important; }

.pr85 {
  padding-right: 85px !important; }

.pr90 {
  padding-right: 90px !important; }

.pr95 {
  padding-right: 95px !important; }

.pr100 {
  padding-right: 100px !important; }

.pr105 {
  padding-right: 105px !important; }

.pr110 {
  padding-right: 110px !important; }

.pr115 {
  padding-right: 115px !important; }

.pr120 {
  padding-right: 120px !important; }

.pr125 {
  padding-right: 125px !important; }

.pr130 {
  padding-right: 130px !important; }

.pr135 {
  padding-right: 135px !important; }

.pr140 {
  padding-right: 140px !important; }

.pr145 {
  padding-right: 145px !important; }

.pr150 {
  padding-right: 150px !important; }

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

.pb1 {
  padding-bottom: 1px !important; }

.pb2 {
  padding-bottom: 2px !important; }

.pb3 {
  padding-bottom: 3px !important; }

.pb4 {
  padding-bottom: 4px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pb6 {
  padding-bottom: 6px !important; }

.pb7 {
  padding-bottom: 7px !important; }

.pb8 {
  padding-bottom: 8px !important; }

.pb9 {
  padding-bottom: 9px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pb105 {
  padding-bottom: 105px !important; }

.pb110 {
  padding-bottom: 110px !important; }

.pb115 {
  padding-bottom: 115px !important; }

.pb120 {
  padding-bottom: 120px !important; }

.pb125 {
  padding-bottom: 125px !important; }

.pb130 {
  padding-bottom: 130px !important; }

.pb135 {
  padding-bottom: 135px !important; }

.pb140 {
  padding-bottom: 140px !important; }

.pb145 {
  padding-bottom: 145px !important; }

.pb150 {
  padding-bottom: 150px !important; }

.pr0 {
  padding-right: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.pl1 {
  padding-left: 1px !important; }

.pl2 {
  padding-left: 2px !important; }

.pl3 {
  padding-left: 3px !important; }

.pl4 {
  padding-left: 4px !important; }

.pl5 {
  padding-left: 5px !important; }

.pl6 {
  padding-left: 6px !important; }

.pl7 {
  padding-left: 7px !important; }

.pl8 {
  padding-left: 8px !important; }

.pl9 {
  padding-left: 9px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl25 {
  padding-left: 25px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl35 {
  padding-left: 35px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl45 {
  padding-left: 45px !important; }

.pl50 {
  padding-left: 50px !important; }

.pl55 {
  padding-left: 55px !important; }

.pl60 {
  padding-left: 60px !important; }

.pl65 {
  padding-left: 65px !important; }

.pl70 {
  padding-left: 70px !important; }

.pl75 {
  padding-left: 75px !important; }

.pl80 {
  padding-left: 80px !important; }

.pl85 {
  padding-left: 85px !important; }

.pl90 {
  padding-left: 90px !important; }

.pl95 {
  padding-left: 95px !important; }

.pl100 {
  padding-left: 100px !important; }

.pl105 {
  padding-left: 105px !important; }

.pl110 {
  padding-left: 110px !important; }

.pl115 {
  padding-left: 115px !important; }

.pl120 {
  padding-left: 120px !important; }

.pl125 {
  padding-left: 125px !important; }

.pl130 {
  padding-left: 130px !important; }

.pl135 {
  padding-left: 135px !important; }

.pl140 {
  padding-left: 140px !important; }

.pl145 {
  padding-left: 145px !important; }

.pl150 {
  padding-left: 150px !important; }

.header-index {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  background: rgba(255, 255, 255, 0.75); }
  @media (min-width: 768px) {
    .header-index {
      display: none; } }
  .header-index-logo {
    position: fixed;
    width: 150px;
    left: 50%;
    top: 17px;
    transform: translateX(-50%);
    z-index: 9000; }

.header {
  width: 100%;
  height: 185px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center; }
  @media (min-width: 1025px) {
    .header-inner {
      position: relative;
      margin: 0 auto;
      max-width: 1280px;
      width: 100%;
      height: 185px; } }
  @media (max-width: 1024px) {
    .header {
      height: 90px; } }
  @media (min-width: 1025px) {
    .header-logo a {
      display: block;
      position: absolute;
      top: 50%;
      left: 50px;
      width: 125px;
      height: 114px;
      background: url("../images/common/logo03.svg");
      transform: translateY(-50%);
      z-index: 9000;
      display: block; }
      .header-logo a img {
        display: none; } }
  @media (max-width: 1024px) {
    .header-logo {
      position: fixed;
      width: 175px;
      left: 25px;
      top: 13px; } }
  .header nav {
    display: flex;
    justify-content: center;
    font-weight: 600;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 1024px) {
      .header nav {
        display: none; } }
    .header nav ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .header nav ul li {
        padding: 0 40px;
        list-style: none;
        position: relative;
        white-space: nowrap;
        text-align: center; }
        @media (max-width: 1280px) {
          .header nav ul li {
            padding: 0 25px; } }
        .header nav ul li::after {
          content: '';
          width: 1px;
          height: 20px;
          background: #B5B5B5;
          position: absolute;
          top: 20%;
          right: 0;
          transform: rotate(25deg); }
        .header nav ul li:last-child::after {
          display: none; }
        @media (max-width: 1024px) {
          .header nav ul li {
            width: 25%; }
            .header nav ul li:nth-of-type(4)::after {
              display: none; } }
        .header nav ul li a {
          text-decoration: none;
          position: relative; }

.hb-menu,
.hb-menu-index {
  display: block;
  position: fixed;
  width: 50px;
  height: 50px;
  z-index: 9999;
  cursor: pointer;
  text-align: center;
  transition: .3s;
  caret-color: rgba(0, 0, 0, 0);
  display: block;
  top: 20px;
  right: 25px; }
  .hb-menu span:nth-of-type(1),
  .hb-menu span:nth-of-type(2),
  .hb-menu span:nth-of-type(3),
  .hb-menu-index span:nth-of-type(1),
  .hb-menu-index span:nth-of-type(2),
  .hb-menu-index span:nth-of-type(3) {
    position: absolute;
    right: 0;
    height: 2px;
    background-color: black;
    display: inline-block;
    transition: .5s;
    box-sizing: border-box; }
  .hb-menu span:nth-of-type(1),
  .hb-menu-index span:nth-of-type(1) {
    width: 50px;
    top: 12px; }
  .hb-menu span:nth-of-type(2),
  .hb-menu-index span:nth-of-type(2) {
    width: 50px;
    top: 24px; }
  .hb-menu span:nth-of-type(3),
  .hb-menu-index span:nth-of-type(3) {
    width: 50px;
    top: 36px; }
  .hb-menu.active,
  .hb-menu-index.active {
    background: none; }
  .hb-menu.active span:nth-of-type(1),
  .hb-menu-index.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(30deg); }
  .hb-menu.active span:nth-of-type(2),
  .hb-menu-index.active span:nth-of-type(2) {
    opacity: 0;
    animation: active-menu .8s forwards; }
  .hb-menu.active span:nth-of-type(3),
  .hb-menu-index.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(-30deg); }

@media (min-width: 768px) {
  .hb-menu-index {
    display: none !important; } }

@media (min-width: 1025px) {
  .hb-menu {
    display: none !important; } }

.sp-navi {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 7000;
  position: fixed;
  background: white;
  display: none; }
  @media (min-width: 1025px) {
    .sp-navi {
      display: none !important; } }
  .sp-navi-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .sp-navi-inner ul {
      list-style: none;
      text-align: center;
      font-size: 1.7rem;
      font-weight: 600;
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      max-width: 340px;
      padding-top: 100px; }
      .sp-navi-inner ul li {
        width: 50%;
        position: relative; }
        .sp-navi-inner ul li:nth-child(odd)::after {
          content: '';
          width: 1px;
          height: 20px;
          background: #B5B5B5;
          position: absolute;
          top: 20%;
          right: 0;
          transform: rotate(25deg); }
        .sp-navi-inner ul li:nth-child(n + 3) {
          margin-top: 25px;
          white-space: nowrap; }
        .sp-navi-inner ul li a {
          text-decoration: none; }
        .sp-navi-inner ul li.header-contact-btn {
          width: 240px;
          margin: 35px auto 0 auto; }
          .sp-navi-inner ul li.header-contact-btn a {
            background: #731E3C;
            color: white;
            padding: 15px 30px 17px 30px;
            border-radius: 4px;
            display: block; }
            .sp-navi-inner ul li.header-contact-btn a::before {
              display: none; }

.footer {
  background: url("../images/footer/back.webp");
  margin-top: 100px;
  font-weight: 600;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .footer {
      margin-top: 75px; } }
  .footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 50px 50px 50px; }
    @media (min-width: 1025px) {
      .footer-inner {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between; } }
    @media (max-width: 1024px) {
      .footer-inner {
        padding: 50px 50px 25px 50px; } }
    @media (max-width: 767px) {
      .footer-inner {
        padding: 25px 25px 25px 25px; } }
    .footer-inner-left {
      width: 285px;
      text-align: center; }
      @media (max-width: 1024px) {
        .footer-inner-left {
          margin: 50px auto 0 auto;
          width: 240px; } }
      .footer-inner-left dl dd:nth-of-type(1) {
        line-height: 175%;
        margin-top: 25px; }
      .footer-inner-left dl dd:nth-of-type(2) {
        margin-top: 25px; }
        .footer-inner-left dl dd:nth-of-type(2) ul {
          display: flex;
          width: 60px;
          justify-content: space-between;
          margin: 0 auto;
          list-style: none;
          vertical-align: top;
          line-height: 0; }
          .footer-inner-left dl dd:nth-of-type(2) ul li {
            width: 40%;
            vertical-align: top;
            line-height: 0; }
    .footer-inner-right {
      width: 575px; }
      @media (max-width: 1024px) {
        .footer-inner-right {
          margin: 0 auto;
          width: 100%; } }
      .footer-inner-right ul {
        list-style: none; }
        .footer-inner-right ul:nth-of-type(1) {
          width: 80%;
          display: flex;
          justify-content: space-between; }
          .footer-inner-right ul:nth-of-type(1) li {
            width: 48%; }
          @media (max-width: 1024px) {
            .footer-inner-right ul:nth-of-type(1) {
              width: 100%;
              margin: 0 auto;
              width: 500px; } }
          @media (max-width: 767px) {
            .footer-inner-right ul:nth-of-type(1) {
              width: 100%; }
              .footer-inner-right ul:nth-of-type(1) li {
                width: 49%; } }
        .footer-inner-right ul:nth-of-type(2) {
          margin-top: 30px;
          display: flex;
          flex-wrap: wrap; }
          .footer-inner-right ul:nth-of-type(2) a {
            text-decoration: none; }
          .footer-inner-right ul:nth-of-type(2) li {
            margin-right: 25px; }
            .footer-inner-right ul:nth-of-type(2) li:last-child {
              margin-right: 0; }
          @media (max-width: 1024px) {
            .footer-inner-right ul:nth-of-type(2) {
              font-size: 1.4rem;
              justify-content: center; } }
          @media (max-width: 767px) {
            .footer-inner-right ul:nth-of-type(2) {
              display: none; } }
        .footer-inner-right ul:nth-of-type(3) {
          margin-top: 30px;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          @media (max-width: 767px) {
            .footer-inner-right ul:nth-of-type(3) {
              margin-top: 2%; } }
          @media (min-width: 1025px) {
            .footer-inner-right ul:nth-of-type(3) li {
              width: 32%;
              margin-right: 2%; }
              .footer-inner-right ul:nth-of-type(3) li:nth-child(3n) {
                margin-right: 0; }
              .footer-inner-right ul:nth-of-type(3) li:nth-child(n + 4) {
                margin-top: 2%; } }
          @media (max-width: 1024px) {
            .footer-inner-right ul:nth-of-type(3) li {
              width: 49%;
              margin-right: 2%; }
              .footer-inner-right ul:nth-of-type(3) li:nth-child(even) {
                margin-right: 0; }
              .footer-inner-right ul:nth-of-type(3) li:nth-child(n + 3) {
                margin-top: 2%; } }
  .footer .footer-border01 {
    border: 1px solid #ed7c7c; }
  .footer .footer-border02 {
    border: 1px solid #a2774b; }
  .footer .footer-border03 {
    border: 1px solid #0c1820; }
  .footer .footer-border04 {
    border: 1px solid #c6b151; }
  .footer-copyright {
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.1rem; }
    @media (max-width: 767px) {
      .footer-copyright {
        font-size: 1.2rem; } }

.under_navi {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999; }
  @media (min-width: 1025px) {
    .under_navi {
      display: none; } }
  .under_navi a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5f6f30;
    font-size: 2.0rem;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.25rem;
    color: white;
    text-align: center;
    height: 45px; }

html {
  height: -webkit-fill-available; }

body {
  background: white;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 200%;
  color: #373737; }

.body {
  padding-top: 185px; }
  @media (max-width: 1024px) {
    .body {
      padding-top: 90px; } }

@media (min-width: 1025px) {
  main a {
    transition: .3s; }
    main a:hover {
      opacity: 0.3; } }
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9; }

.youtube iframe {
  width: 100%;
  height: 100%; }

.font01 {
  font-size: 2.4rem;
  font-weight: 600; }
  @media (max-width: 767px) {
    .font01 {
      font-size: 2.0rem; } }

.font02 {
  font-size: 1.4rem;
  font-weight: 600; }

.color-main {
  color: #731E3C; }

.reserve489ban-wrapper {
  max-width: 1280px;
  margin: 50px auto 100px auto;
  padding: 0 50px; }
  @media (max-width: 767px) {
    .reserve489ban-wrapper {
      padding: 0 25px;
      margin: 25px auto 75px auto; } }

.contentes1280 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 50px; }
  @media (max-width: 767px) {
    .contentes1280 {
      padding: 0 25px; } }

.contentes880 {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 50px; }
  @media (max-width: 767px) {
    .contentes880 {
      padding: 0 25px; } }

.h01-01 {
  color: #731E3C;
  text-align: center;
  font-size: 5.0rem;
  letter-spacing: 0.75rem;
  font-weight: 600;
  margin-bottom: 75px; }
  @media (max-width: 1024px) {
    .h01-01 {
      font-size: 4.2rem; } }
  @media (max-width: 767px) {
    .h01-01 {
      font-size: 2.8rem;
      margin-bottom: 50px; } }

.h01-02 {
  color: #731E3C;
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.75rem;
  font-weight: 600;
  margin-bottom: 75px; }
  @media (max-width: 1024px) {
    .h01-02 {
      font-size: 2.8rem; } }
  @media (max-width: 767px) {
    .h01-02 {
      font-size: 2.4rem;
      margin-bottom: 50px; } }

.h02-01 {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.25rem;
  font-weight: 600;
  margin-bottom: 50px;
  border-top: 2px solid #373737;
  border-bottom: 2px solid #373737;
  padding: 2px 0; }
  @media (max-width: 1024px) {
    .h02-01 {
      font-size: 2.8rem; } }
  @media (max-width: 767px) {
    .h02-01 {
      font-size: 2.2rem;
      margin-bottom: 25px; } }
  .h02-01-inner {
    border-top: 1px solid #373737;
    border-bottom: 1px solid #373737;
    padding: 25px 0 30px 0; }
    @media (max-width: 767px) {
      .h02-01-inner {
        padding: 15px 0 20px 0; } }

.h02-02 {
  margin-bottom: 25px;
  font-weight: 600; }
  .h02-02 span {
    display: block; }
    @media (max-width: 1024px) {
      .h02-02 span {
        text-align: center; } }
  .h02-02-small01 {
    font-size: 2.0rem; }
    @media (max-width: 767px) {
      .h02-02-small01 {
        font-size: 1.6rem; } }
  .h02-02-large01 {
    font-size: 4.0rem;
    line-height: 150%; }
    @media (max-width: 767px) {
      .h02-02-large01 {
        font-size: 2.6rem; } }

.h02-03 {
  text-align: center;
  letter-spacing: 0.25rem;
  font-weight: 600;
  margin-bottom: 35px;
  font-size: 3.2rem; }
  @media (max-width: 767px) {
    .h02-03 {
      font-size: 2.6rem;
      margin-bottom: 25px; } }

.h03-01 {
  margin: 0 0 10px 0;
  font-weight: 600; }

.h03-03 {
  margin-bottom: 25px;
  font-weight: 600; }
  @media (max-width: 1024px) {
    .h03-03 {
      text-align: center; } }
  .h03-03 span {
    display: block; }
  .h03-03-small01 {
    font-size: 2.0rem;
    letter-spacing: 0.2rem;
    margin-bottom: 10px;
    line-height: 175%; }
    @media (max-width: 767px) {
      .h03-03-small01 {
        font-size: 1.6rem; } }
  .h03-03-small02 {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    margin-top: 0;
    line-height: 150%;
    color: #731E3C; }
  .h03-03-large01 {
    font-size: 3.6rem;
    letter-spacing: 0.2rem;
    color: #731E3C;
    line-height: 150%; }
    @media (max-width: 767px) {
      .h03-03-large01 {
        font-size: 2.2rem; } }

.h03-04 {
  letter-spacing: 0.25rem;
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 2.4rem;
  line-height: 175%; }
  @media (max-width: 767px) {
    .h03-04 {
      font-size: 2.2rem;
      margin-bottom: 15px; } }

.h03-05 {
  letter-spacing: 0.25rem;
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 2.4rem;
  line-height: 175%;
  color: #731E3C; }
  @media (max-width: 767px) {
    .h03-05 {
      font-size: 2.2rem;
      margin-bottom: 15px; } }

.space01 {
  margin-bottom: 125px; }
  @media (max-width: 767px) {
    .space01 {
      margin-bottom: 75px; } }

.read-text01 {
  text-align: center;
  padding: 0 50px 75px 50px;
  font-size: 1.7rem;
  line-height: 200%; }
  @media (max-width: 767px) {
    .read-text01 {
      padding: 0 25px 50px 25px;
      font-size: 1.5rem; } }
  .read-text01-inner {
    display: inline-block;
    text-align: left; }
  .read-text01 h2 {
    font-size: 2.6rem;
    line-height: 175%;
    letter-spacing: 0.1rem;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .read-text01 h2 {
        font-size: 1.8rem; } }

.caption01 {
  font-size: 1.3rem; }

.entry-btn01 {
  max-width: 240px;
  margin-top: 10px;
  font-weight: 600; }
  @media (max-width: 1024px) {
    .entry-btn01 {
      margin: 10px auto 0 auto; } }
  .entry-btn01 a,
  .entry-btn01 span {
    border: 1px solid #B5B5B5;
    display: block;
    text-decoration: none;
    padding: 10px 25px;
    font-size: 1.6rem;
    position: relative;
    cursor: pointer; }
    .entry-btn01 a::after,
    .entry-btn01 span::after {
      content: '';
      width: 30px;
      height: 1px;
      background: #B5B5B5;
      position: absolute;
      top: 50%;
      right: 25px; }
    .entry-btn01 a::before,
    .entry-btn01 span::before {
      content: '';
      width: 8px;
      height: 8px;
      position: absolute;
      top: 50%;
      right: 24px;
      border-bottom: 1px solid #B5B5B5;
      border-left: 1px solid #B5B5B5;
      transform: translateY(-45%) rotate(-135deg); }

.entry-btn02 {
  max-width: 280px;
  margin: 0 auto 150px auto;
  font-weight: 600; }
  @media (max-width: 767px) {
    .entry-btn02 {
      margin: 0 auto 100px auto; } }
  .entry-btn02 a,
  .entry-btn02 span {
    border: 1px solid #B5B5B5;
    display: block;
    text-decoration: none;
    padding: 10px 25px;
    font-size: 1.6rem;
    position: relative;
    cursor: pointer;
    text-align: center; }
    .entry-btn02 a::after,
    .entry-btn02 span::after {
      content: '';
      width: 30px;
      height: 1px;
      background: #B5B5B5;
      position: absolute;
      top: 50%;
      right: 25px; }
    .entry-btn02 a::before,
    .entry-btn02 span::before {
      content: '';
      width: 8px;
      height: 8px;
      position: absolute;
      top: 50%;
      right: 24px;
      border-bottom: 1px solid #B5B5B5;
      border-left: 1px solid #B5B5B5;
      transform: translateY(-45%) rotate(-135deg); }

.entry-btn03 {
  max-width: 380px;
  margin: 0 auto 0 auto;
  font-weight: 600; }
  @media (max-width: 767px) {
    .entry-btn03 {
      margin: 0 auto; } }
  .entry-btn03 a,
  .entry-btn03 span {
    border: 1px solid #B5B5B5;
    display: block;
    text-decoration: none !important;
    padding: 25px 25px;
    font-size: 2.2rem;
    position: relative;
    cursor: pointer;
    text-align: center;
    background: #731E3C;
    color: white; }
    @media (max-width: 767px) {
      .entry-btn03 a,
      .entry-btn03 span {
        font-size: 1.8rem; } }
    .entry-btn03 a::after,
    .entry-btn03 span::after {
      content: '';
      width: 30px;
      height: 1px;
      background: #B5B5B5;
      position: absolute;
      top: 50%;
      right: 25px; }
    .entry-btn03 a::before,
    .entry-btn03 span::before {
      content: '';
      width: 8px;
      height: 8px;
      position: absolute;
      top: 50%;
      right: 24px;
      border-bottom: 1px solid #B5B5B5;
      border-left: 1px solid #B5B5B5;
      transform: translateY(-45%) rotate(-135deg); }

.page-slider01 {
  line-height: 175%;
  margin-bottom: 100px; }
  @media (min-width: 1025px) {
    .page-slider01 {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  @media (max-width: 767px) {
    .page-slider01 {
      margin-bottom: 25px; } }
  @media (min-width: 1025px) {
    .page-slider01.reverse {
      flex-direction: row-reverse; } }
  @media (min-width: 1025px) {
    .page-slider01-photo {
      width: calc(100% - 500px);
      min-height: 80vh; } }
  .page-slider01-text {
    width: 500px;
    padding: 0 50px;
    line-height: 200%; }
    @media (max-width: 1024px) {
      .page-slider01-text {
        width: 100%;
        max-width: 750px;
        margin: 0 auto;
        padding-top: 35px; } }
    @media (max-width: 767px) {
      .page-slider01-text {
        padding: 35px 25px 25px 25px; } }
    .page-slider01-text .h02-02 {
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        .page-slider01-text .h02-02 {
          text-align: center; } }
    .page-slider01-text-text {
      margin-bottom: 25px; }
    @media (max-width: 767px) {
      .page-slider01-text-spec {
        text-align: center; } }

.mainimage {
  width: 100%; }
  @media (min-width: 1025px) {
    .mainimage {
      height: calc(100vh - 185px); } }
  @media (max-width: 1024px) {
    .mainimage {
      height: calc(30vh); } }

.mainimage-access {
  background: url("../images/access/mainimage.webp") center center/cover; }

.mainimage-dish {
  background: url("../images/dish/mainimage.webp") center center/cover; }

.mainimage-facilities {
  background: url("../images/facilities/mainimage.webp") center center/cover; }

.mainimage-guide {
  background: url("../images/guide/mainimage.webp") center center/cover; }

.mainimage-onsen {
  background: url("../images/onsen/mainimage.webp") center center/cover; }

.mainimage-room {
  background: url("../images/room/mainimage.webp") center center/cover; }

.mainimage-sightseeing {
  background: url("../images/sightseeing/mainimage.webp") center center/cover; }

.mainimage-sitemap {
  background: url("../images/sitemap/mainimage.webp") center center/cover; }

.thumbnail-slider {
  margin-top: 25px;
  margin-left: -5px; }
  @media (max-width: 1024px) {
    .thumbnail-slider {
      display: none; } }

.thumbnail-slider li {
  width: 20% !important;
  padding: 5px;
  cursor: pointer; }

.thumbnail-slider .slick-track {
  transform: unset !important;
  width: 100% !important; }

.slider {
  width: 100%; }

.slick-slide {
  margin: 0px; }

.slick-slide img {
  width: 100%; }

.slick-prev:before,
.slick-next:before {
  color: black; }

.slick-slide .caption {
  opacity: 0;
  transition: .3s ease;
  font-size: 1rem;
  padding-top: 20px;
  line-height: 150%;
  transform-origin: left top;
  text-align: center; }

.slick-slide .caption span {
  display: block;
  transform: scale(0.8); }

.slick-current .caption {
  opacity: 1;
  transition-delay: .5s; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 35px;
  width: 35px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1000; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0; }

.slick-prev {
  left: 10px;
  top: 50%; }

.slick-next {
  right: 10px;
  top: 50%; }

.slick-prev:before,
.slick-next:before {
  width: 35px;
  height: 35px;
  display: block;
  content: "　"; }

.slick-prev:before {
  box-sizing: border-box;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  position: absolute;
  top: 12px;
  left: 15px;
  transform: rotate(135deg); }

.slick-next:before {
  box-sizing: border-box;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  position: absolute;
  top: 12px;
  left: 10px;
  transform: rotate(-45deg); }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  font-family: "slick";
  text-align: center;
  opacity: 0.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: white;
  border-radius: 100%; }

.slick-dots li.slick-active button:before {
  opacity: 1; }

.news {
  max-width: 750px;
  margin: 75px auto 75px auto; }
  .news h2 {
    font-size: 2.6rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .news h2 {
        font-size: 2.2rem;
        margin-bottom: 25px; } }

.news-list {
  font-size: 1.6rem;
  line-height: 175%;
  border-top: 1px solid #CCCCCC; }
  .news-list a {
    text-decoration: none; }
  .news-list dl {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    padding: 15px 25px; }
    @media (min-width: 768px) {
      .news-list dl {
        display: flex; } }
    .news-list dl dt {
      width: 125px; }
      @media (max-width: 767px) {
        .news-list dl dt {
          font-size: 1.4rem; } }
    .news-list dl dd {
      width: calc(100% - 125px); }
      @media (max-width: 767px) {
        .news-list dl dd {
          width: 100%; } }

.topslider {
  width: 100%;
  height: 90vh;
  position: relative;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .topslider {
      min-height: 800px; } }
  @media (max-width: 767px) {
    .topslider {
      height: 100vh; } }
  .topslider-logo {
    width: 250px;
    position: absolute;
    top: 25px;
    left: 50%;
    z-index: 4;
    transform: translateX(-50%); }
    @media (max-width: 767px) {
      .topslider-logo {
        display: none; } }
  .topslider-text {
    max-width: 175px;
    position: absolute;
    top: 55%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .topslider-text {
        top: 50%;
        max-width: 150px; } }
  .topslider-inner {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 50px; }
    .topslider-inner div {
      width: 100%;
      height: 100%; }
  .topslider-photo01 {
    background: url("../images/index/slider_pc01.webp") no-repeat center center/cover; }
    @media (max-width: 767px) {
      .topslider-photo01 {
        background: url("../images/index/slider_sp01.webp") no-repeat center center/cover; } }
  .topslider-photo02 {
    background: url("../images/index/slider_pc02.webp") no-repeat center center/cover; }
    @media (max-width: 767px) {
      .topslider-photo02 {
        background: url("../images/index/slider_sp02.webp") no-repeat center center/cover; } }
  .topslider-photo03 {
    background: url("../images/index/slider_pc03.webp") no-repeat center center/cover; }
    @media (max-width: 767px) {
      .topslider-photo03 {
        background: url("../images/index/slider_sp03.webp") no-repeat center center/cover; } }
  .topslider-photo04 {
    background: url("../images/index/slider_pc04.webp") no-repeat center center/cover; }
    @media (max-width: 767px) {
      .topslider-photo04 {
        background: url("../images/index/slider_sp04.webp") no-repeat center center/cover; } }
  .topslider-photo05 {
    background: url("../images/index/slider_pc05.webp") no-repeat center center/cover; }
    @media (max-width: 767px) {
      .topslider-photo05 {
        background: url("../images/index/slider_sp05.webp") no-repeat center center/cover; } }
  .topslider-photo06 {
    background: url("../images/index/slider_pc06.webp") no-repeat center center/cover; }
    @media (max-width: 767px) {
      .topslider-photo06 {
        background: url("../images/index/slider_sp06.webp") no-repeat center center/cover; } }

.reserve489ban-select {
  width: 100%; }

.reserve489ban-select select {
  width: 100%;
  padding-right: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.6rem;
  background: none;
  cursor: pointer; }

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

.reserve489ban-select {
  position: relative;
  background: white; }

.reserve489ban-select::before {
  position: absolute;
  top: 36%;
  right: 10px;
  width: 5px;
  height: 5px;
  padding: 0;
  content: '';
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  transform: rotate(-45deg); }

.reserve489ban-select select {
  padding: 8px 30px 10px 15px;
  color: black; }

.reserve489ban-check-btns {
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: flex-end; }

@media (max-width: 767px) {
  .reserve489ban-check-btns span {
    display: block; }
    .reserve489ban-check-btns span:nth-child(n + 2) {
      margin-top: 10px; } }

.reserve489ban-datepicker-inner {
  position: relative; }
  .reserve489ban-datepicker-inner::before {
    position: absolute;
    top: 36%;
    right: 10px;
    width: 5px;
    height: 5px;
    padding: 0;
    content: '';
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    transform: rotate(-45deg); }

.reserve489ban-check-btns input[type=checkbox] {
  display: none; }

.reserve489ban-check-btns label {
  position: relative;
  padding: 0 25px 0 0;
  cursor: pointer; }

.reserve489ban-check-btns input[type=checkbox] + label::before {
  position: absolute;
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid white;
  left: 0;
  top: 2px; }

.reserve489ban-check-btns input[type=checkbox] + label::after {
  position: absolute;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 5px;
  top: 7px;
  opacity: 0;
  transition: .3s;
  background: white; }

.reserve489ban-check-btns input[type=checkbox]:checked + label::after {
  opacity: 1; }

.reserve489ban-submit01 a,
.reserve489ban-submit01 input,
.reserve489ban-submit02 a,
.reserve489ban-submit02 input,
.reserve489ban-submit03 a,
.reserve489ban-submit03 input {
  width: 100%;
  padding: 14px 12px 16px 12px;
  display: block;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  border: 0;
  transition: 0.3s;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 200%;
  font-weight: 500;
  color: white !important;
  border-radius: 0;
  letter-spacing: 0.2rem;
  border: 3px solid #AD935C;
  background: #A27D34; }

.reserve489ban-submit01 input {
  border: 3px solid #AD935C;
  background: #A27D34; }

.reserve489ban-submit02 a {
  border: 3px solid #788454;
  background: #60712F; }
  .reserve489ban-submit02 a:hover {
    opacity: 1; }

.reserve489ban-submit03 {
  max-width: 100%;
  margin: 0 auto 50px auto; }
  @media (min-width: 1025px) {
    .reserve489ban-submit03 {
      display: none; } }
  @media (max-width: 767px) {
    .reserve489ban-submit03 {
      margin-bottom: 25px; } }
  .reserve489ban-submit03 a {
    border: 3px solid #8f4b63;
    background: #731E3C;
    padding: 25px 25px;
    font-size: 2.4rem;
    font-weight: 600; }
    @media (max-width: 767px) {
      .reserve489ban-submit03 a {
        font-size: 1.6rem; } }

#datepicker {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.6rem;
  background: white;
  box-sizing: border-box;
  padding: 10px 10px;
  font-family: "Noto Serif JP", serif;
  border: none;
  border-radius: 0;
  width: 150px;
  letter-spacing: 0.1rem; }

@media (max-width: 1024px) {
  .reserve489ban {
    display: none; } }
.reserve489ban-inner {
  background: #731E3C;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 20px 10px; }
.reserve489ban h2 {
  font-size: 2.8rem;
  letter-spacing: 0.25rem;
  padding-right: 25px;
  white-space: nowrap; }
.reserve489ban-datepicker {
  padding-right: 10px; }
  .reserve489ban-datepicker h3 {
    font-size: 1.4rem; }
.reserve489ban-date {
  padding-right: 15px;
  text-align: center; }
  .reserve489ban-date h3 {
    font-size: 1.4rem; }
.reserve489ban-nights {
  padding-right: 25px; }
  .reserve489ban-nights h3 {
    font-size: 1.4rem; }
.reserve489ban-room {
  padding-right: 25px; }
  .reserve489ban-room h3 {
    font-size: 1.4rem; }
@media (min-width: 1281px) {
  .reserve489ban-button {
    width: 420px; } }
@media (max-width: 1280px) {
  .reserve489ban-button {
    width: 250px; } }
.reserve489ban-button ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between; }
  .reserve489ban-button ul li {
    width: 48%; }

.ui-datepicker-trigger {
  cursor: pointer;
  margin-top: 3px !important;
  vertical-align: middle;
  width: 27px;
  vertical-align: top; }

.index-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 50px; }
  @media (max-width: 767px) {
    .index-inner {
      padding: 0 25px; } }

.mainimage-navi {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .mainimage-navi {
      display: none; } }
  .mainimage-navi ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .mainimage-navi ul li {
      padding: 0 40px;
      list-style: none;
      position: relative;
      white-space: nowrap;
      text-align: center; }
      .mainimage-navi ul li::after {
        content: '';
        width: 1px;
        height: 20px;
        background: #B5B5B5;
        position: absolute;
        top: 20%;
        right: 0;
        transform: rotate(25deg); }
      .mainimage-navi ul li:last-child::after {
        display: none; }
      @media (max-width: 1024px) {
        .mainimage-navi ul li {
          width: 25%; }
          .mainimage-navi ul li:nth-of-type(4)::after {
            display: none; } }
      .mainimage-navi ul li a {
        text-decoration: none;
        position: relative; }

.index-navi {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .index-navi {
      margin-bottom: 25px; } }
  .index-navi ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    .index-navi ul li {
      width: 48%; }
      @media (max-width: 767px) {
        .index-navi ul li {
          width: 49%; } }
      .index-navi ul li:nth-child(even) {
        margin-left: 4%; }
        @media (max-width: 767px) {
          .index-navi ul li:nth-child(even) {
            margin-left: 2%; } }
      .index-navi ul li:nth-child(n + 3) {
        margin-top: 4%; }
        @media (max-width: 767px) {
          .index-navi ul li:nth-child(n + 3) {
            margin-top: 2%; } }

.index-youtube {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .index-youtube {
      margin-bottom: 0; } }
  .index-youtube-ttl {
    max-width: 360px;
    margin: 0 auto 25px auto;
    vertical-align: top;
    line-height: 0; }
    @media (max-width: 767px) {
      .index-youtube-ttl {
        max-width: 240px; } }
  .index-youtube-wrapper {
    max-width: 565px;
    margin: 0 auto; }

.index-banner01 {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .index-banner01 {
      margin-bottom: 25px; } }
  .index-banner01 p {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .index-banner01 p {
        margin-bottom: 25px; } }

.index-banner02 {
  max-width: 800px;
  margin: 0 auto 50px auto; }
  @media (max-width: 767px) {
    .index-banner02 {
      margin-bottom: 25px; } }

.index-banner03 {
  margin-bottom: 50px; }
  @media (min-width: 1025px) {
    .index-banner03 {
      display: flex;
      justify-content: space-between; } }
  @media (max-width: 1024px) {
    .index-banner03 {
      margin-bottom: 25px; } }
  .index-banner03-left {
    width: 33.9%; }
    @media (max-width: 1024px) {
      .index-banner03-left {
        width: 100%; } }
    .index-banner03-left h2 {
      width: 100%;
      vertical-align: top;
      line-height: 0; }
    .index-banner03-left p {
      width: 100%; }
  .index-banner03-right {
    width: 63%; }
    @media (max-width: 1024px) {
      .index-banner03-right {
        width: 100%;
        margin-top: 1%; } }

.index-banner04 {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .index-banner04 {
      margin-bottom: 25px; } }
  .index-banner04 img {
    border: 1px solid #731E3C; }
  .index-banner04 ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 1025px) {
      .index-banner04 ul li {
        width: 32%;
        margin-right: 2%; }
        .index-banner04 ul li:nth-child(3n) {
          margin-right: 0; }
        .index-banner04 ul li:nth-child(n + 4) {
          margin-top: 2%; } }
    @media (max-width: 1024px) {
      .index-banner04 ul li {
        width: 100%; }
        .index-banner04 ul li:nth-child(n + 2) {
          margin-top: 10px; } }

.toyotomi-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 50px; }
  @media (max-width: 767px) {
    .toyotomi-inner {
      padding: 0 25px; } }

.toyotomi-underphoto {
  list-style: none;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .toyotomi-underphoto {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  .toyotomi-underphoto li p {
    margin-top: 10px; }
  @media (min-width: 768px) {
    .toyotomi-underphoto li:nth-of-type(1) {
      width: 100%;
      margin-bottom: 4%; }
    .toyotomi-underphoto li:nth-child(n + 2) {
      width: 48%; } }
  @media (max-width: 767px) {
    .toyotomi-underphoto li:nth-child(n + 2) {
      margin-top: 50px; } }

.toyotomi-text {
  text-align: center;
  margin: 50px 0; }
  .toyotomi-text h1 {
    max-width: 285px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .toyotomi-text h1 {
        max-width: 200px; } }
  .toyotomi-text dl {
    display: inline-block;
    text-align: left; }
    .toyotomi-text dl dt {
      font-size: 2.2rem;
      font-weight: 600;
      letter-spacing: 0.25rem;
      margin: 25px 0;
      line-height: 175%; }
      @media (max-width: 767px) {
        .toyotomi-text dl dt {
          font-size: 1.6rem; } }

.btn01 {
  max-width: 320px;
  margin: 0 auto; }
  .btn01 a {
    width: 100%;
    padding: 8px 12px 10px 12px;
    display: block;
    text-decoration: none !important;
    text-align: center;
    transition: 0.3s;
    font-family: "Noto Serif JP", serif;
    line-height: 200%;
    font-weight: 500;
    color: white !important;
    border-radius: 0;
    letter-spacing: 0.2rem;
    border: 3px solid #8f4b63;
    background: #731E3C;
    padding: 15px 15px;
    font-weight: 600; }

.toyotomi-luxe-inner {
  max-width: 670px;
  margin: 0 auto;
  padding: 50px 50px; }
  @media (max-width: 767px) {
    .toyotomi-luxe-inner {
      padding: 50px 25px; } }
  .toyotomi-luxe-inner h1 {
    max-width: 535px;
    margin: 0 auto 50px auto; }
    @media (max-width: 767px) {
      .toyotomi-luxe-inner h1 {
        max-width: 300px; } }
  .toyotomi-luxe-inner h2 {
    max-width: 365px;
    margin: 0 auto 50px auto; }
    @media (max-width: 767px) {
      .toyotomi-luxe-inner h2 {
        max-width: 240px; } }
  .toyotomi-luxe-inner-text01 {
    font-weight: 600;
    line-height: 250%;
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .toyotomi-luxe-inner-text01 {
        text-align: left; } }
    .toyotomi-luxe-inner-text01 p:nth-child(n + 2) {
      margin-top: 2rem; }
  .toyotomi-luxe-inner-text02 {
    font-weight: 600; }
    .toyotomi-luxe-inner-text02 h3 {
      background: #916c3a;
      text-align: center;
      color: white;
      font-weight: 600;
      font-size: 1.8rem;
      padding: 5px 15px;
      line-height: 150%;
      margin-bottom: 20px; }
      .toyotomi-luxe-inner-text02 h3:nth-child(n + 2) {
        margin-top: 50px; }
      @media (max-width: 767px) {
        .toyotomi-luxe-inner-text02 h3 {
          font-size: 1.6rem; } }
    .toyotomi-luxe-inner-text02 ul {
      list-style: none; }
    @media (min-width: 768px) {
      .toyotomi-luxe-inner-text02-col02 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .toyotomi-luxe-inner-text02-col02 ul {
          width: 48%; } }

input[type="text"], input[type="mail"], button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border-radius: 4px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.6rem; }

.input01,
.input02,
.input03 {
  background: white;
  box-sizing: border-box;
  padding: 10px 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  border: none;
  border-radius: 4px; }

.input01 {
  width: 100%; }

.input02 {
  width: 55px; }

.input03 {
  width: 60px; }

.submit01 {
  width: 100%;
  max-width: 350px;
  padding: 10px 12px 12px 12px;
  margin: 75px auto 0 auto;
  display: block;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  border: 0;
  transition: 0.3s;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 200%;
  font-weight: 800;
  background: #60712F;
  color: white !important;
  border-radius: 4px; }

.submit02 {
  width: 100%;
  max-width: 90px;
  padding: 5px 12px 7px 12px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: 0;
  transition: 0.3s;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  line-height: 200%;
  font-weight: 600;
  background: #731E3C;
  color: white;
  border-radius: 4px; }

.submit03 {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  .submit03 li {
    width: 48%;
    list-style: none; }

.submit03 input,
.submit03 a {
  width: 100%;
  padding: 5px 12px 7px 12px;
  display: block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: 0;
  transition: 0.3s;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 200%;
  background: #731E3C;
  color: white;
  border-radius: 4px; }

.select {
  width: 100%; }

.select select {
  width: 100%;
  padding-right: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.6rem;
  background: white;
  background: #EEEEEE; }

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

.select {
  position: relative;
  background: white; }

.select::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid black;
  pointer-events: none; }

.select select {
  padding: 17px 38px 17px 15px;
  color: black; }

input[type=radio] {
  margin-right: 8px; }

@media (max-width: 767px) {
  .radio-btns span {
    display: block; }
    .radio-btns span:nth-child(n + 2) {
      margin-top: 10px; } }

.radio-btns input[type=radio] {
  display: none; }

.radio-btns label {
  position: relative;
  padding: 0 25px 0 30px;
  cursor: pointer; }

.radio-btns input[type=radio] + label::before {
  position: absolute;
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  left: 0;
  top: 3px; }

.radio-btns input[type=radio] + label::after {
  position: absolute;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: 4px;
  top: 7px;
  opacity: 0;
  transition: .3s;
  background: #731E3C; }

.radio-btns input[type=radio]:checked + label::after {
  opacity: 1; }

@media (max-width: 767px) {
  .check-btns span {
    display: block; }
    .check-btns span:nth-child(n + 2) {
      margin-top: 10px; } }

.check-btns input[type=checkbox] {
  display: none; }

.check-btns label {
  position: relative;
  padding: 0 25px 0 30px;
  cursor: pointer; }

.check-btns input[type=checkbox] + label::before {
  position: absolute;
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  left: 0;
  top: 3px; }

.check-btns input[type=checkbox] + label::after {
  position: absolute;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: 4px;
  top: 7px;
  opacity: 0;
  transition: .3s;
  background: #731E3C; }

.check-btns input[type=checkbox]:checked + label::after {
  opacity: 1; }

@media (min-width: 768px) {
  .submit01 input:hover,
  .submit02 input:hover {
    opacity: 0.3; } }
input:disabled {
  color: #AAA !important; }

.googlemaps iframe {
  width: 100%;
  height: 500px; }
  @media (max-width: 767px) {
    .googlemaps iframe {
      height: 300px; } }

.dish-navi {
  display: flex;
  max-width: 700px;
  margin: 0 auto 150px auto;
  list-style: none;
  justify-content: space-between;
  line-height: 150%; }
  @media (max-width: 767px) {
    .dish-navi {
      margin-bottom: 50px; } }
  .dish-navi li {
    width: 33%;
    position: relative;
    font-size: 1.8rem; }
    @media (max-width: 767px) {
      .dish-navi li {
        font-size: 1.4rem; } }
    .dish-navi li:nth-child(n + 2)::after {
      content: '';
      position: absolute;
      top: 0;
      height: 100%;
      width: 1px;
      background: #CCCCCC; }
    .dish-navi li a {
      display: block;
      text-decoration: none;
      text-align: center;
      width: 100%;
      padding-bottom: 30px; }
      .dish-navi li a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 10px;
        width: 10px;
        border-bottom: 1px solid black;
        border-right: 1px solid black;
        transform: translateY(-45%) rotate(45deg); }

.dish-top-photo {
  padding: 0 50px;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .dish-top-photo {
      padding: 0 25px;
      margin-bottom: 50px; } }
  .dish-top-photo ul {
    max-width: 1180px;
    margin: 0 auto;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .dish-top-photo ul li {
      width: calc(98% / 3); }
      .dish-top-photo ul li:nth-child(n + 4) {
        margin-top: 1%; }

@media (min-width: 1025px) {
  .dish-photo {
    width: 100%;
    min-height: 80vh; } }

@media (min-width: 1025px) {
  .dish-photo img {
    display: none; } }

@media (min-width: 1025px) {
  .dish-photo01-01 {
    background: url("../images/dish/img07.webp") center center/cover; }

  .dish-photo01-02 {
    background: url("../images/dish/img08.webp") center center/cover; }

  .dish-photo01-03 {
    background: url("../images/dish/img09.webp") center center/cover; }

  .dish-photo01-04 {
    background: url("../images/dish/img10.webp") center center/cover; }

  .dish-photo01-05 {
    background: url("../images/dish/img11.webp") center center/cover; }

  .dish-photo01-06 {
    background: url("../images/dish/img12.webp") center center/cover; }

  .dish-photo01-07 {
    background: url("../images/dish/img13.webp") center center/cover; }

  .dish-photo02-01 {
    background: url("../images/dish/img14.webp") center center/cover; }

  .dish-photo02-02 {
    background: url("../images/dish/img57.webp") center center/cover; }

  .dish-photo02-03 {
    background: url("../images/dish/img15.webp") center center/cover; }

  .dish-photo03-01 {
    background: url("../images/dish/img51.webp") center center/cover; }

  .dish-photo03-02 {
    background: url("../images/dish/img52.webp") center center/cover; }

  .dish-photo03-03 {
    background: url("../images/dish/img53.webp") center center/cover; }

  .dish-photo03-04 {
    background: url("../images/dish/img54.webp") center center/cover; }

  .dish-photo03-05 {
    background: url("../images/dish/img55.webp") center center/cover; }

  .dish-photo03-06 {
    background: url("../images/dish/img56.webp") center center/cover; }

  .dish-photo04-01 {
    background: url("../images/dish/img43.webp") center center/cover; }

  .dish-photo04-02 {
    background: url("../images/dish/img44.webp") center center/cover; }

  .dish-photo04-03 {
    background: url("../images/dish/img45.webp") center center/cover; }

  .dish-photo04-04 {
    background: url("../images/dish/img46.webp") center center/cover; }

  .dish-photo04-05 {
    background: url("../images/dish/img47.webp") center center/cover; }

  .dish-photo04-06 {
    background: url("../images/dish/img48.webp") center center/cover; }

  .dish-photo04-07 {
    background: url("../images/dish/img49.webp") center center/cover; }

  .dish-photo04-08 {
    background: url("../images/dish/img50.webp") center center/cover; }

  .dish-photo05-01 {
    background: url("../images/dish/img37.webp") center center/cover; }

  .dish-photo05-02 {
    background: url("../images/dish/img38.webp") center center/cover; }

  .dish-photo05-03 {
    background: url("../images/dish/img39.webp") center center/cover; }

  .dish-photo05-04 {
    background: url("../images/dish/img40.webp") center center/cover; }

  .dish-photo05-05 {
    background: url("../images/dish/img41.webp") center center/cover; }

  .dish-photo05-06 {
    background: url("../images/dish/img42.webp") center center/cover; }

  .dish-photo06-01 {
    background: url("../images/dish/img35.webp") center center/cover; }

  .dish-photo06-02 {
    background: url("../images/dish/img36.webp") center center/cover; } }
.facilities-navi {
  display: flex;
  max-width: 1180px;
  margin: 0 auto 150px auto;
  list-style: none;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 150%; }
  @media (max-width: 1024px) {
    .facilities-navi {
      justify-content: center; } }
  @media (max-width: 767px) {
    .facilities-navi {
      margin-bottom: 50px; } }
  .facilities-navi li {
    width: 20%;
    position: relative;
    font-size: 1.8rem; }
    @media (max-width: 1024px) {
      .facilities-navi li {
        width: 33%; }
        .facilities-navi li:nth-child(n + 4) {
          margin-top: 35px; }
        .facilities-navi li:last-child::before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          width: 1px;
          background: #CCCCCC; } }
    @media (max-width: 767px) {
      .facilities-navi li {
        font-size: 1.4rem; } }
    .facilities-navi li:nth-child(n + 2)::after {
      content: '';
      position: absolute;
      top: 0;
      height: 100%;
      width: 1px;
      background: #CCCCCC; }
    .facilities-navi li a {
      display: block;
      text-decoration: none;
      text-align: center;
      width: 100%;
      padding-bottom: 30px; }
      .facilities-navi li a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 10px;
        width: 10px;
        border-bottom: 1px solid black;
        border-right: 1px solid black;
        transform: translateY(-45%) rotate(45deg); }

.facilities-under {
  padding: 75px 50px 0 50px; }
  @media (max-width: 767px) {
    .facilities-under {
      padding: 50px 25px 0 25px;
      border-top: 1px dotted #CCCCCC; } }
  .facilities-under-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center; }
  .facilities-under-text01 {
    font-size: 1.7rem;
    line-height: 200%;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .facilities-under-text01 {
        font-size: 1.5rem; } }
  .facilities-under dl dd {
    text-align: left; }

.facilities-list01 {
  display: table;
  border-top: 1px solid #CCCCCC;
  line-height: 150%;
  width: 100%; }
  .facilities-list01 dt {
    display: table-cell;
    width: 150px;
    background: #faf8f5;
    padding: 10px 5px;
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
    vertical-align: middle; }
  .facilities-list01 dd {
    display: table-cell;
    width: calc(100% - 150px);
    padding: 10px 25px;
    border-bottom: 1px solid #CCCCCC;
    vertical-align: middle; }

.facilities-list02 {
  margin-bottom: 25px; }
  .facilities-list02 dt {
    font-size: 2.0rem;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .facilities-list02 dt:nth-child(n + 2) {
      margin-top: 25px; }

@media (min-width: 1025px) {
  .facilities-photo {
    width: 100%;
    min-height: 80vh; } }

@media (min-width: 1025px) {
  .facilities-photo img {
    display: none; } }

@media (min-width: 1025px) {
  .facilities-photo01-01 {
    background: url("../images/facilities/img46.webp") center center/cover; }

  .facilities-photo01-02 {
    background: url("../images/facilities/img47.webp") center center/cover; }

  .facilities-photo01-03 {
    background: url("../images/facilities/img48.webp") center center/cover; }

  .facilities-photo01-04 {
    background: url("../images/facilities/img49.webp") center center/cover; }

  .facilities-photo01-05 {
    background: url("../images/facilities/img50.webp") center center/cover; }

  .facilities-photo01-06 {
    background: url("../images/facilities/img51.webp") center center/cover; }

  .facilities-photo02-01 {
    background: url("../images/facilities/img07.webp") center center/cover; }

  .facilities-photo02-02 {
    background: url("../images/facilities/img08.webp") center center/cover; }

  .facilities-photo02-03 {
    background: url("../images/facilities/img09.webp") center center/cover; }

  .facilities-photo02-04 {
    background: url("../images/facilities/img10.webp") center center/cover; }

  .facilities-photo03-01 {
    background: url("../images/facilities/img11.webp") center center/cover; }

  .facilities-photo03-02 {
    background: url("../images/facilities/img12.webp") center center/cover; }

  .facilities-photo03-03 {
    background: url("../images/facilities/img13.webp") center center/cover; }

  .facilities-photo03-04 {
    background: url("../images/facilities/img14.webp") center center/cover; }

  .facilities-photo03-05 {
    background: url("../images/facilities/img15.webp") center center/cover; }

  .facilities-photo04-01 {
    background: url("../images/facilities/img25.webp") center center/cover; }

  .facilities-photo04-02 {
    background: url("../images/facilities/img34.webp") center center/cover; }

  .facilities-photo04-03 {
    background: url("../images/facilities/img35.webp") center center/cover; }

  .facilities-photo04-04 {
    background: url("../images/facilities/img36.webp") center center/cover; }

  .facilities-photo04-05 {
    background: url("../images/facilities/img37.webp") center center/cover; }

  .facilities-photo04-06 {
    background: url("../images/facilities/img38.webp") center center/cover; }

  .facilities-photo05-01 {
    background: url("../images/facilities/img26.webp") center center/cover; }

  .facilities-photo05-02 {
    background: url("../images/facilities/img27.webp") center center/cover; }

  .facilities-photo05-03 {
    background: url("../images/facilities/img28.webp") center center/cover; }

  .facilities-photo05-04 {
    background: url("../images/facilities/img29.webp") center center/cover; }

  .facilities-photo05-05 {
    background: url("../images/facilities/img30.webp") center center/cover; }

  .facilities-photo06-01 {
    background: url("../images/facilities/img31.webp") center center/cover; }

  .facilities-photo06-02 {
    background: url("../images/facilities/img32.webp") center center/cover; }

  .facilities-photo07-01 {
    background: url("../images/facilities/img23.webp") center center/cover; }

  .facilities-photo07-02 {
    background: url("../images/facilities/img24.webp") center center/cover; }

  .facilities-photo08-01 {
    background: url("../images/facilities/img45.webp") center center/cover; }

  .facilities-photo08-02 {
    background: url("../images/facilities/img40.webp") center center/cover; }

  .facilities-photo08-03 {
    background: url("../images/facilities/img41.webp") center center/cover; }

  .facilities-photo08-04 {
    background: url("../images/facilities/img42.webp") center center/cover; }

  .facilities-photo08-05 {
    background: url("../images/facilities/img43.webp") center center/cover; }

  .facilities-photo08-06 {
    background: url("../images/facilities/img44.webp") center center/cover; } }
.guide-navi {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  margin: 0 auto 75px auto; }
  @media (max-width: 767px) {
    .guide-navi {
      margin: 0 auto 25px auto; } }
  .guide-navi > a {
    width: 48%;
    border-top: 1px solid #731E3C;
    border-bottom: 1px solid #731E3C;
    padding: 15px 25px;
    color: #731E3C;
    position: relative;
    text-decoration: none; }
    @media (min-width: 768px) {
      .guide-navi > a {
        display: flex;
        justify-content: space-between;
        align-items: center; } }
    @media (max-width: 767px) {
      .guide-navi > a {
        width: 50%; } }
    .guide-navi > a:hover, .guide-navi > a.current {
      background: #731E3C;
      color: white;
      opacity: 1; }
      .guide-navi > a:hover::after, .guide-navi > a.current::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-top: 15px solid #731E3C;
        border-bottom: 0;
        transition: .3s; }
    @media (min-width: 768px) {
      .guide-navi > a p:nth-of-type(1) {
        width: 100px; } }
    @media (max-width: 767px) {
      .guide-navi > a p:nth-of-type(1) {
        width: 75px;
        margin: 0 auto 10px auto; } }
    .guide-navi > a p:nth-of-type(2) {
      font-weight: 600;
      text-align: center;
      font-size: 2.2rem;
      line-height: 150%; }
      @media (min-width: 768px) {
        .guide-navi > a p:nth-of-type(2) {
          width: calc(100% - 125px); } }
      @media (max-width: 767px) {
        .guide-navi > a p:nth-of-type(2) {
          font-size: 1.6rem; } }

.guide-time {
  max-width: 125px;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .guide-time {
      max-width: 75px;
      margin-bottom: 15px; } }

@media (min-width: 1025px) {
  .guide-photo {
    width: 100%;
    min-height: 80vh; } }

@media (min-width: 1025px) {
  .guide-photo img {
    display: none; } }

@media (min-width: 1025px) {
  .guide-photo01-01 {
    background: url("../images/guide/img03.webp") center center/cover; }

  .guide-photo01-02 {
    background: url("../images/guide/img04.webp") center center/cover; }

  .guide-photo01-03 {
    background: url("../images/guide/img05.webp") center center/cover; }

  .guide-photo02-01 {
    background: url("../images/guide/img06.webp") center center/cover; }

  .guide-photo02-02 {
    background: url("../images/guide/img07.webp") center center/cover; }

  .guide-photo02-03 {
    background: url("../images/guide/img08.webp") center center/cover; }

  .guide-photo03-01 {
    background: url("../images/guide/img09.webp") center center/cover; }

  .guide-photo03-02 {
    background: url("../images/guide/img10.webp") center center/cover; }

  .guide-photo03-03 {
    background: url("../images/guide/img11.webp") center center/cover; }

  .guide-photo04-01 {
    background: url("../images/guide/img12.webp") center center/cover; }

  .guide-photo04-02 {
    background: url("../images/guide/img13.webp") center center/cover; }

  .guide-photo04-03 {
    background: url("../images/guide/img14.webp") center center/cover; }

  .guide-photo05-01 {
    background: url("../images/guide/img15.webp") center center/cover; }

  .guide-photo05-02 {
    background: url("../images/guide/img16.webp") center center/cover; }

  .guide-photo06-01 {
    background: url("../images/guide/img17.webp") center center/cover; }

  .guide-photo06-02 {
    background: url("../images/guide/img18.webp") center center/cover; }

  .guide-photo06-03 {
    background: url("../images/guide/img19.webp") center center/cover; }

  .guide-photo07-01 {
    background: url("../images/guide/img20.webp") center center/cover; }

  .guide-photo07-02 {
    background: url("../images/guide/img21.webp") center center/cover; }

  .guide-photo08-01 {
    background: url("../images/guide/img22.webp") center center/cover; }

  .guide-photo08-02 {
    background: url("../images/guide/img23.webp") center center/cover; }

  .guide-photo08-03 {
    background: url("../images/guide/img24.webp") center center/cover; }

  .guide-photo09-01 {
    background: url("../images/guide/img25.webp") center center/cover; }

  .guide-photo10-01 {
    background: url("../images/guide/img26.webp") center center/cover; }

  .guide-photo10-02 {
    background: url("../images/guide/img27.webp") center center/cover; }

  .guide-photo11-01 {
    background: url("../images/guide/img28.webp") center center/cover; }

  .guide-photo11-02 {
    background: url("../images/guide/img29.webp") center center/cover; }

  .guide-photo12-01 {
    background: url("../images/guide/img30.webp") center center/cover; }

  .guide-photo12-02 {
    background: url("../images/guide/img31.webp") center center/cover; }

  .guide-photo13-01 {
    background: url("../images/guide/img32.webp") center center/cover; } }
.onsen-under {
  padding: 75px 50px 0 50px; }
  @media (max-width: 767px) {
    .onsen-under {
      padding: 75px 25px 0 25px;
      border-top: 1px dotted #CCCCCC; } }
  .onsen-under-inner {
    max-width: 750px;
    margin: 0 auto; }
  .onsen-under-text01 {
    font-size: 1.7rem;
    line-height: 200%;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .onsen-under-text01 {
        font-size: 1.5rem; } }

.onsen-list01 {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #CCCCCC; }
  .onsen-list01 dt {
    width: 150px;
    background: #faf8f5;
    padding: 10px 5px;
    border-bottom: 1px solid #CCCCCC;
    text-align: center; }
  .onsen-list01 dd {
    width: calc(100% - 150px);
    padding: 10px 25px;
    border-bottom: 1px solid #CCCCCC; }

.onsen-list02 {
  margin-bottom: 25px; }
  .onsen-list02 dt {
    font-size: 2.0rem;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .onsen-list02 dt:nth-child(n + 2) {
      margin-top: 25px; }

@media (min-width: 1025px) {
  .onsen-photo {
    width: 100%;
    min-height: 80vh; } }

@media (min-width: 1025px) {
  .onsen-photo img {
    display: none; } }

@media (min-width: 1025px) {
  .onsen-photo01-01 {
    background: url("../images/onsen/img01.webp") center center/cover; }

  .onsen-photo01-02 {
    background: url("../images/onsen/img02.webp") center center/cover; }

  .onsen-photo01-03 {
    background: url("../images/onsen/img03.webp") center center/cover; }

  .onsen-photo02-01 {
    background: url("../images/onsen/img04.webp") center center/cover; }

  .onsen-photo02-02 {
    background: url("../images/onsen/img05.webp") center center/cover; }

  .onsen-photo03-01 {
    background: url("../images/onsen/img06.webp") center center/cover; }

  .onsen-photo03-02 {
    background: url("../images/onsen/img09.webp") center center/cover; }

  .onsen-photo03-03 {
    background: url("../images/onsen/img10.webp") center center/cover; }

  .onsen-photo03-04 {
    background: url("../images/onsen/img07.webp") center center/cover; }

  .onsen-photo03-05 {
    background: url("../images/onsen/img11.webp") center center/cover; }

  .onsen-photo03-06 {
    background: url("../images/onsen/img08.webp") center center/cover; } }
.room-navi {
  display: flex;
  max-width: 700px;
  margin: 0 auto 150px auto;
  list-style: none;
  justify-content: space-between; }
  .room-navi li {
    width: 33%;
    position: relative;
    font-size: 1.8rem; }
    .room-navi li:nth-child(n + 2)::after {
      content: '';
      position: absolute;
      top: 0;
      height: 100%;
      width: 1px;
      background: #CCCCCC; }
    .room-navi li a {
      display: block;
      text-decoration: none;
      text-align: center;
      width: 100%;
      padding-bottom: 25px; }
      .room-navi li a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 10px;
        width: 10px;
        border-bottom: 1px solid black;
        border-right: 1px solid black;
        transform: translateY(-45%) rotate(45deg); }

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9500; }
  @media (max-width: 767px) {
    .popup {
      padding: 25px; } }
  .popup .popup-inner {
    width: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px; }
    .popup .popup-inner-inner {
      width: 100%;
      max-width: 700px;
      max-height: 80vh;
      background: white;
      overflow-y: auto;
      position: relative;
      padding: 75px 50px 50px 50px;
      line-height: 150%; }
      @media (max-width: 767px) {
        .popup .popup-inner-inner {
          padding: 75px 25px 25px 25px; } }
  .popup .popup-close {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 9999;
    cursor: pointer;
    text-align: center;
    transition: .3s;
    caret-color: rgba(0, 0, 0, 0);
    display: block;
    top: 20px;
    right: 25px; }
    .popup .popup-close span:nth-of-type(1),
    .popup .popup-close span:nth-of-type(2) {
      position: absolute;
      right: 0;
      height: 2px;
      background-color: black;
      display: inline-block;
      transition: .5s;
      box-sizing: border-box; }
    .popup .popup-close span:nth-of-type(1) {
      width: 40px;
      top: 8px;
      transform: translateY(12px) rotate(45deg); }
    .popup .popup-close span:nth-of-type(2) {
      width: 40px;
      top: 32px;
      transform: translateY(-12px) rotate(-45deg); }
  .popup h3 {
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.1rem; }
  .popup .large {
    font-size: 2.2rem; }
  .popup .small {
    font-size: 1.4rem; }
    @media (min-width: 768px) {
      .popup .small {
        margin-left: 15px; } }
  .popup dl {
    border-top: 1px solid #CCCCCC;
    font-size: 1.4rem;
    margin: 15px 0; }
    .popup dl dt {
      font-size: 1.6rem;
      padding: 17px 0 7px 0;
      font-weight: 600; }
    .popup dl dd {
      padding: 0 0 15px 0;
      border-bottom: 1px solid #CCCCCC; }
  @media (min-width: 768px) {
    .popup .spec-photo01 {
      display: flex; } }
  @media (min-width: 768px) {
    .popup .spec-photo01-text {
      width: 250px; } }
  .popup .spec-photo01-photo {
    width: calc(100% - 250px);
    list-style: none;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .popup .spec-photo01-photo {
        width: 100%;
        margin-top: 25px; } }
    .popup .spec-photo01-photo li {
      width: 47%; }
  @media (min-width: 768px) {
    .popup .spec-photo02 {
      display: flex; } }
  @media (min-width: 768px) {
    .popup .spec-photo02-text {
      width: 400px; } }
  .popup .spec-photo02-photo {
    width: calc(100% - 400px); }
    @media (max-width: 767px) {
      .popup .spec-photo02-photo {
        width: 50%;
        margin: 25px auto 0 auto; } }

@media (min-width: 1025px) {
  .room-photo {
    width: 100%;
    min-height: 80vh; } }

@media (min-width: 1025px) {
  .room-photo img {
    display: none; } }

@media (min-width: 1025px) {
  .room-photo01-01 {
    background: url("../images/room/img01_01.webp") center center/cover; }

  .room-photo01-02 {
    background: url("../images/room/img01_02.webp") center center/cover; }

  .room-photo01-03 {
    background: url("../images/room/img01_03.webp") center center/cover; }

  .room-photo01-04 {
    background: url("../images/room/img01_04.webp") center center/cover; }

  .room-photo01-05 {
    background: url("../images/room/img01_05.webp") center center/cover; }

  .room-photo01-06 {
    background: url("../images/room/img01_06.webp") center center/cover; }

  .room-photo01-07 {
    background: url("../images/room/img01_07.webp") center center/cover; }

  .room-photo01-08 {
    background: url("../images/room/img01_08.webp") center center/cover; }

  .room-photo01-09 {
    background: url("../images/room/img01_09.webp") center center/cover; }

  .room-photo02-01 {
    background: url("../images/room/img02_01.webp") center center/cover; }

  .room-photo02-02 {
    background: url("../images/room/img02_02.webp") center center/cover; }

  .room-photo03-01 {
    background: url("../images/room/img03_01.webp") center center/cover; }

  .room-photo03-02 {
    background: url("../images/room/img03_02.webp") center center/cover; }

  .room-photo03-03 {
    background: url("../images/room/img03_03.webp") center center/cover; }

  .room-photo03-04 {
    background: url("../images/room/img03_04.webp") center center/cover; }

  .room-photo03-05 {
    background: url("../images/room/img03_05.webp") center center/cover; }

  .room-photo03-06 {
    background: url("../images/room/img03_06.webp") center center/cover; }

  .room-photo03-07 {
    background: url("../images/room/img03_07.webp") center center/cover; }

  .room-photo04-01 {
    background: url("../images/room/img04_01.webp") center center/cover; }

  .room-photo04-02 {
    background: url("../images/room/img04_02.webp") center center/cover; }

  .room-photo05-01 {
    background: url("../images/room/img05_01.webp") center center/cover; }

  .room-photo05-02 {
    background: url("../images/room/img05_02.webp") center center/cover; }

  .room-photo05-03 {
    background: url("../images/room/img05_03.webp") center center/cover; }

  .room-photo06-01 {
    background: url("../images/room/img06_01.webp") center center/cover; }

  .room-photo06-02 {
    background: url("../images/room/img06_02.webp") center center/cover; }

  .room-photo06-03 {
    background: url("../images/room/img06_03.webp") center center/cover; }

  .room-photo06-04 {
    background: url("../images/room/img06_04.webp") center center/cover; }

  .room-photo07-01 {
    background: url("../images/room/img07_01.webp") center center/cover; }

  .room-photo07-02 {
    background: url("../images/room/img07_02.webp") center center/cover; }

  .room-photo07-03 {
    background: url("../images/room/img07_03.webp") center center/cover; }

  .room-photo07-04 {
    background: url("../images/room/img07_04.webp") center center/cover; } }
.sightseeing {
  display: flex;
  flex-wrap: wrap; }
  .sightseeing-inner {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15); }
    @media (min-width: 1025px) {
      .sightseeing-inner {
        width: 30%;
        margin-right: 5%; }
        .sightseeing-inner:nth-child(3n) {
          margin-right: 0; }
        .sightseeing-inner:nth-child(n + 4) {
          margin-top: 100px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .sightseeing-inner {
        width: 47.5%;
        margin-right: 5%; }
        .sightseeing-inner:nth-child(even) {
          margin-right: 0; }
        .sightseeing-inner:nth-child(n + 3) {
          margin-top: 75px; } }
    @media (max-width: 767px) {
      .sightseeing-inner:nth-child(n + 2) {
        margin-top: 50px; } }
    .sightseeing-inner dl {
      padding: 15px 25px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      .sightseeing-inner dl dt {
        font-size: 2.2rem;
        font-weight: 600;
        letter-spacing: 0.25rem;
        width: 100%;
        margin-bottom: 5px; }
        @media (max-width: 767px) {
          .sightseeing-inner dl dt {
            font-size: 1.8rem; } }
      .sightseeing-inner dl dd {
        font-size: 1.3rem;
        line-height: 150%; }
        .sightseeing-inner dl dd:nth-of-type(1) {
          width: calc(100% - 125px); }
        .sightseeing-inner dl dd:nth-of-type(2) {
          width: 110px; }
          .sightseeing-inner dl dd:nth-of-type(2) a {
            display: block;
            border: 1px solid #373737;
            padding: 5px 10px;
            text-decoration: none;
            text-align: center; }

.sitemap {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 50px; }
  @media (max-width: 767px) {
    .sitemap {
      padding: 0 25px; } }
  .sitemap ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between; }
    .sitemap ul a {
      display: block;
      text-decoration: none;
      border: 1px solid #CCCCCC;
      padding: 5px;
      border-radius: 8px;
      text-align: center; }
    .sitemap ul li {
      width: 48%; }
      .sitemap ul li:nth-child(n + 3) {
        margin-top: 15px; }

.news-area {
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 50px 0 50px; }
  @media (max-width: 767px) {
    .news-area {
      padding: 50px 25px 0 25px; } }

.news-list {
  font-size: 1.6rem;
  line-height: 175%;
  border-top: 1px solid #CCCCCC; }
  .news-list a {
    text-decoration: none; }
  .news-list dl {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    padding: 15px 25px; }
    @media (min-width: 768px) {
      .news-list dl {
        display: flex; } }
    .news-list dl dt {
      width: 125px; }
      @media (max-width: 767px) {
        .news-list dl dt {
          font-size: 1.4rem; } }
    .news-list dl dd {
      width: calc(100% - 125px); }
      @media (max-width: 767px) {
        .news-list dl dd {
          width: 100%; } }

.news-entry a {
  text-decoration: underline; }
.news-entry .date {
  margin: 0;
  color: #373737;
  font-weight: 600; }
.news-entry strong {
  font-weight: 700; }
.news-entry h1 {
  font-size: 2.8rem;
  line-height: 150%;
  font-weight: 700;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .news-entry h1 {
      font-size: 2.2rem; } }
.news-entry h2 {
  font-size: 2.2rem;
  line-height: 150%;
  font-weight: 700; }
  @media (max-width: 767px) {
    .news-entry h2 {
      font-size: 2.0rem; } }
.news-entry h3 {
  font-size: 2.2rem;
  line-height: 150%;
  font-weight: 700; }
  @media (max-width: 767px) {
    .news-entry h3 {
      font-size: 1.8rem; } }
.news-entry h4 {
  font-size: 2.0rem;
  line-height: 150%;
  font-weight: 700; }
  @media (max-width: 767px) {
    .news-entry h4 {
      font-size: 1.6rem; } }
.news-entry h5 {
  font-size: 1.8rem;
  line-height: 150%;
  font-weight: 700; }
  @media (max-width: 767px) {
    .news-entry h5 {
      font-size: 1.4rem; } }
.news-entry h6 {
  font-size: 1.6rem;
  line-height: 150%;
  font-weight: 700; }
  @media (max-width: 767px) {
    .news-entry h6 {
      font-size: 1.2rem; } }
.news-entry p {
  line-height: 200%;
  margin-top: 3rem; }
.news-entry figure img {
  width: 100%; }
.news-entry h2 + p,
.news-entry h3 + p,
.news-entry h4 + p,
.news-entry h5 + p,
.news-entry h6 + p {
  margin-top: 0.5em; }
.news-entry p + p {
  margin-top: 3rem; }
.news-entry p + h2,
.news-entry p + h3,
.news-entry p + h4,
.news-entry p + h5,
.news-entry p + h6,
.news-entry h2 + h3,
.news-entry h2 + h4,
.news-entry h2 + h5,
.news-entry h2 + h6,
.news-entry h3 + h4,
.news-entry h3 + h5,
.news-entry h3 + h6,
.news-entry h4 + h5,
.news-entry h4 + h6,
.news-entry h5 + h6 {
  margin-top: 3rem; }
.news-entry figure {
  margin-top: 3rem;
  font-size: 1.3rem;
  text-align: center; }
  .news-entry figure img {
    width: auto;
    height: auto;
    max-width: 100%;
    line-height: 0; }
.news-entry .wp-block-file {
  margin-top: 3rem; }
.news-entry .p-block-file__embed {
  margin-bottom: 0.25em; }
.news-entry .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0; }
.news-entry .wp-block-file__button {
  background: #373737;
  color: white;
  border: none;
  color: white !important;
  padding: 8px 10px 6px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 15px;
  cursor: pointer;
  border-radius: 30px;
  line-height: 120%;
  font-size: 1.3rem; }
.news-entry .wp-block-file__button:hover {
  text-decoration: none !important; }

.has-text-align-center {
  text-align: center; }

.has-text-align-right {
  text-align: right; }

.has-text-align-left {
  text-align: left; }

.back-btn {
  width: 100%;
  max-width: 250px;
  margin: 50px auto 0 auto;
  font-weight: 600; }
  .back-btn a {
    display: block;
    background: #373737;
    color: white;
    text-decoration: none;
    position: relative;
    padding: 7px 20px 9px 20px;
    text-align: center; }
    .back-btn a span:nth-of-type(1) {
      position: absolute;
      top: 15px;
      left: 15px;
      width: 20px; }

.wp-pagenavi {
  margin-top: 75px;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 600; }
  @media (max-width: 767px) {
    .wp-pagenavi {
      margin-top: 50px;
      font-size: 1.2rem; } }
  .wp-pagenavi a,
  .wp-pagenavi span {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background-color: white;
    border: 1px solid #CCCCCC;
    margin: 0 2px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    color: #373737; }
    @media (max-width: 767px) {
      .wp-pagenavi a,
      .wp-pagenavi span {
        width: 30px;
        height: 30px; } }
    @media (min-width: 1025px) {
      .wp-pagenavi a:hover,
      .wp-pagenavi span:hover {
        color: white;
        background-color: #373737;
        opacity: 1; } }
    .wp-pagenavi a.current,
    .wp-pagenavi span.current {
      color: white;
      background-color: #373737; }
